[Tizen] [GPOS] Avoid O(n^2) behavior in mark-attachment
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit 0a129961341da370ec82bfccdd11ec9b1094b5a2
2 Author: Khaled Hosny <khaled@aliftype.com>
3 Date:   Sun Feb 13 00:30:50 2022 +0200
4
5     3.4.0
6
7  NEWS                   | 26 ++++++++++++++++++++++++++
8  configure.ac           |  2 +-
9  docs/harfbuzz-docs.xml |  1 +
10  meson.build            |  2 +-
11  src/hb-buffer.h        |  4 ++--
12  src/hb-common.h        |  4 ++--
13  src/hb-ot-deprecated.h |  2 +-
14  src/hb-ot-math.cc      |  2 +-
15  src/hb-ot-math.h       |  4 ++--
16  src/hb-version.h       |  6 +++---
17  10 files changed, 40 insertions(+), 13 deletions(-)
18
19 commit 41815a0d63512e11b2ff23f27e6906c44c0e9691
20 Author: Khaled Hosny <khaled@aliftype.com>
21 Date:   Sun Feb 13 00:00:01 2022 +0200
22
23     [name] Extraneous (out) annotation in return value
24
25  src/hb-ot-name.cc | 2 +-
26  1 file changed, 1 insertion(+), 1 deletion(-)
27
28 commit b263371b0959a2021e68b210d6b73e27c6fe64b0
29 Merge: b3f8288cc b47b3b997
30 Author: Behdad Esfahbod <behdad@behdad.org>
31 Date:   Sat Feb 12 15:06:47 2022 -0600
32
33     Merge pull request #3398 from harfbuzz/buffer-verify
34     
35     Add HB_BUFFER_FLAG_VERIFY
36
37 commit b3f8288cca1951310928e3ba919c32b0c968249a
38 Author: Behdad Esfahbod <behdad@behdad.org>
39 Date:   Sat Feb 12 14:52:42 2022 -0600
40
41     [test/subset] Don't hash files without reason
42     
43     Fixes https://github.com/harfbuzz/harfbuzz/issues/3118#issuecomment-894021518
44
45  test/subset/run-tests.py | 7 +++----
46  1 file changed, 3 insertions(+), 4 deletions(-)
47
48 commit 42b119edb5966793a51cdd9e7898fc90bd5036aa
49 Author: Behdad Esfahbod <behdad@behdad.org>
50 Date:   Sat Feb 12 14:18:02 2022 -0600
51
52     [hmtx] Remove other subset-specific method from hmtx accelerator
53
54  src/hb-ot-hmtx-table.hh | 28 +++++++++++++---------------
55  1 file changed, 13 insertions(+), 15 deletions(-)
56
57 commit 9ba520b5d1594f972c73eeb76d61d67255c07597
58 Author: Behdad Esfahbod <behdad@behdad.org>
59 Date:   Sat Feb 12 13:57:03 2022 -0600
60
61     [hmtx] Remove one subset-specific method from hmtx accelerator
62     
63     Looks ugly but is the right thing to do.
64
65  src/hb-ot-hmtx-table.hh | 18 +++---------------
66  1 file changed, 3 insertions(+), 15 deletions(-)
67
68 commit af407dd24d3f55ad279dfdbf21ec7c7c3cfb76ac
69 Author: Behdad Esfahbod <behdad@behdad.org>
70 Date:   Sat Feb 12 13:53:16 2022 -0600
71
72     Add a fuzzer font
73
74  .../fonts/crash-d223bc42a8226c4d655c417d63d9a76760d05985  | Bin 0 -> 316 bytes
75  1 file changed, 0 insertions(+), 0 deletions(-)
76
77 commit 68937238791181b6172ea4cd3d127ff4f6bbdd98
78 Author: Behdad Esfahbod <behdad@behdad.org>
79 Date:   Fri Feb 11 13:16:25 2022 -0600
80
81     [machinery] Allow using lazy-loader with void*
82     
83     Fixes https://github.com/harfbuzz/harfbuzz/issues/3427
84
85  src/Makefile.am       | 29 +++++++++++++++++------------
86  src/hb-common.cc      |  2 +-
87  src/hb-machinery.hh   |  3 ++-
88  src/meson.build       |  5 +++--
89  src/test-machinery.cc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
90  5 files changed, 69 insertions(+), 16 deletions(-)
91
92 commit 3d22dae5f854416939935f7cd913af7c21b4f490
93 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
94 Date:   Thu Feb 10 16:30:36 2022 +0800
95
96     meson.build: Only use get_variable() on icu_dep with pkgconfig
97     
98     We might have found ICU via the .lib names, and get_variable() is only
99     available for pkg-config deps.
100
101  meson.build | 2 +-
102  1 file changed, 1 insertion(+), 1 deletion(-)
103
104 commit 52c536bb8d90cf0f09e13f5e9e21bf489cc08c23
105 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
106 Date:   Thu Feb 10 16:39:40 2022 +0800
107
108     hb-algs.hh: Fix build on Visual Studio 2015
109     
110     The compiler does not recognize the std::hash call on
111     hb_decay<decltype (hb_deref (v)>, so give it a shove so that it is recognized
112     there.
113
114  src/hb-algs.hh | 6 ++++++
115  1 file changed, 6 insertions(+)
116
117 commit 81754a5a962ebefef848237ee218c019f85ef316
118 Author: Alexis King <lexi.lambda@gmail.com>
119 Date:   Wed Feb 9 12:00:47 2022 -0600
120
121     [ot-math] Add hb_ot_math_get_glyph_kernings
122     
123     closes #3396
124
125  docs/harfbuzz-sections.txt |  2 ++
126  src/hb-ot-math-table.hh    | 78 +++++++++++++++++++++++++++++++++++++++++++
127  src/hb-ot-math.cc          | 45 +++++++++++++++++++++++++
128  src/hb-ot-math.h           | 22 +++++++++++++
129  test/api/test-ot-face.c    |  1 +
130  test/api/test-ot-math.c    | 82 ++++++++++++++++++++++++++++++++++++++++++++++
131  6 files changed, 230 insertions(+)
132
133 commit 1bc4bad7a59e9d4d79d8faeb9e695df19aa494da
134 Author: Alexis King <lexi.lambda@gmail.com>
135 Date:   Mon Feb 7 19:57:25 2022 -0600
136
137     [ot-tag] Add HB_SCRIPT_MATH (Zmth) and map it to OT ‘math’ tag
138     
139     The ISO 15924 code for mathematical notation is ‘Zmth’, but the
140     OpenType script is ‘math’.
141
142  docs/harfbuzz-sections.txt |  3 ++-
143  src/hb-common.h            |  6 ++++++
144  src/hb-ot-deprecated.h     | 15 +++++++++++++++
145  src/hb-ot-math.h           | 14 +++++++++-----
146  src/hb-ot-tag.cc           |  3 +++
147  test/api/test-ot-tag.c     |  2 ++
148  6 files changed, 37 insertions(+), 6 deletions(-)
149
150 commit 76cd8a47373e924d146e641f377065d3929b8e51
151 Author: Khaled Hosny <khaled@aliftype.com>
152 Date:   Tue Feb 8 16:47:01 2022 +0200
153
154     [arabic] Update to AMTRA revision 6
155     
156     https://www.unicode.org/reports/tr53/tr53-6.html#Modifications
157
158  src/hb-ot-shape-complex-arabic.cc | 5 +++++
159  1 file changed, 5 insertions(+)
160
161 commit c4cf5ddb272cb1c05a572db5b76629368f9054f5
162 Author: Khaled Hosny <khaled@aliftype.com>
163 Date:   Sun Feb 6 16:32:05 2022 +0200
164
165     [ci] Downgrade pip on MSVC jobs
166     
167     Turns out, pip 22.0 is the source of the breakage:
168     https://github.com/mesonbuild/meson/issues/9955#issuecomment-1030843844
169     https://github.com/pypa/pip/issues/10875
170
171  .github/workflows/msvc-ci.yml | 4 ++++
172  1 file changed, 4 insertions(+)
173
174 commit ac46c3248e8b0316235943175c4d4a11c24dd4a9
175 Author: Khaled Hosny <khaled@aliftype.com>
176 Date:   Sun Feb 6 15:41:18 2022 +0200
177
178     3.3.2
179
180  NEWS             | 7 +++++++
181  configure.ac     | 2 +-
182  meson.build      | 2 +-
183  src/hb-version.h | 4 ++--
184  4 files changed, 11 insertions(+), 4 deletions(-)
185
186 commit 7657bdd91f93fb087c74b400e5864641317f91f5
187 Author: Behdad Esfahbod <behdad@behdad.org>
188 Date:   Fri Feb 4 19:16:54 2022 -0600
189
190     Revert "Fix failing Mac test for previous commit"
191     
192     This reverts commit 070e30e6daba74fe62ea486dc97cd01a79f90541.
193
194  test/shape/data/in-house/tests/macos.tests | 2 +-
195  1 file changed, 1 insertion(+), 1 deletion(-)
196
197 commit 44da4e2a2751058bde1b2c465a1d2f3c5d617d93
198 Author: Behdad Esfahbod <behdad@behdad.org>
199 Date:   Fri Feb 4 19:16:47 2022 -0600
200
201     Revert "One more fix"
202     
203     This reverts commit cab943a015b1a3d4cd72f0c5dc4ff79e0aefa06f.
204
205  test/shape/data/in-house/tests/macos.tests | 2 +-
206  1 file changed, 1 insertion(+), 1 deletion(-)
207
208 commit 88798ee8bedcf464e4853fec67cf3648a3f39973
209 Author: Behdad Esfahbod <behdad@behdad.org>
210 Date:   Fri Feb 4 18:59:50 2022 -0600
211
212     [GPOS] Disable split-kerning
213     
214     Fixes https://github.com/harfbuzz/harfbuzz/issues/3408
215     Reverts https://github.com/harfbuzz/harfbuzz/pull/3235
216     Fixes https://github.com/harfbuzz/harfbuzz/pull/3235#issuecomment-1029814978
217
218  src/hb-ot-layout-gpos-table.hh                            | 10 +++++++++-
219  test/shape/data/aots/tests/gpos2_2.tests                  |  2 +-
220  test/shape/data/in-house/tests/positioning-features.tests |  2 +-
221  3 files changed, 11 insertions(+), 3 deletions(-)
222
223 commit 9177953720e2d10e8db47c079563d8656d6f5553
224 Author: Behdad Esfahbod <behdad@behdad.org>
225 Date:   Fri Feb 4 12:38:45 2022 -0600
226
227     [atexit] Allow hb_atexit redefinition
228     
229     Fixes https://github.com/harfbuzz/harfbuzz/issues/3412
230
231  src/hb.hh | 2 ++
232  1 file changed, 2 insertions(+)
233
234 commit 8670ffbf4ca809b954d69c52c27ab958c7d143ee
235 Author: Behdad Esfahbod <behdad@behdad.org>
236 Date:   Thu Feb 3 11:19:23 2022 -0600
237
238     [buffer] Comment
239
240  src/hb-buffer.hh | 37 ++++++++++++++++++++-----------------
241  1 file changed, 20 insertions(+), 17 deletions(-)
242
243 commit e59da2871a83f1f68ff1d3228e4fa419d8a9e1d6
244 Author: Behdad Esfahbod <behdad@behdad.org>
245 Date:   Tue Feb 1 16:32:39 2022 -0600
246
247     [glyf] Don't store face in accelerator
248
249  src/hb-ot-glyf-table.hh | 4 +---
250  1 file changed, 1 insertion(+), 3 deletions(-)
251
252 commit 0fb8e22406fb9253da3da0d9f6d7fedc861fe148
253 Author: Garret Rieger <grieger@google.com>
254 Date:   Fri Jan 28 10:39:51 2022 -0800
255
256     [serialize] document how the serializer works.
257
258  docs/serializer.md | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++++
259  1 file changed, 178 insertions(+)
260
261 commit 45df259538c204540819d74456d30ffb40df488a
262 Author: Khaled Hosny <khaled@aliftype.com>
263 Date:   Mon Jan 31 23:06:10 2022 +0200
264
265     3.3.1
266
267  NEWS             | 23 +++++++++++++++--------
268  configure.ac     |  2 +-
269  meson.build      |  2 +-
270  src/hb-version.h |  4 ++--
271  4 files changed, 19 insertions(+), 12 deletions(-)
272
273 commit 4e2f409bce77b97de2d098365977beeeb4447b1e
274 Author: Garret Rieger <grieger@google.com>
275 Date:   Mon Jan 31 12:20:32 2022 -0800
276
277     [subset] Don't hold references to members of the active_glyph_stack.
278     
279     These references may get invalidated after the vector for the stack is resized. Fixes: https://oss-fuzz.com/testcase-detail/5422577634377728
280
281  src/hb-ot-layout-gsubgpos.hh                       |  54 +++++++++++++--------
282  ...ase-minimized-hb-subset-fuzzer-5422577634377728 | Bin 0 -> 1700 bytes
283  2 files changed, 34 insertions(+), 20 deletions(-)
284
285 commit 98da3306384044c6c73904d9a2a5996da16504ea
286 Author: Khaled Hosny <khaled@aliftype.com>
287 Date:   Mon Jan 31 18:12:01 2022 +0200
288
289     3.3.0
290
291  NEWS                   | 32 +++++++++++++++++++++++++++++++-
292  configure.ac           |  2 +-
293  docs/harfbuzz-docs.xml |  1 +
294  meson.build            |  2 +-
295  src/hb-buffer.cc       | 11 +++++------
296  src/hb-buffer.h        |  2 +-
297  src/hb-font.cc         | 19 ++++++++++++-------
298  src/hb-version.h       |  4 ++--
299  8 files changed, 54 insertions(+), 19 deletions(-)
300
301 commit 3e8742e37631e0570e6e635c02302e3df2b548a0
302 Merge: bc899650c ae9afd977
303 Author: Behdad Esfahbod <behdad@behdad.org>
304 Date:   Sun Jan 30 17:19:46 2022 -0800
305
306     Merge pull request #3402 from harfbuzz/language-tags
307     
308     Make miscellaneous changes to hb-ot-tag-table.hh
309
310 commit ae9afd9772e909476d28fb647d7f7aef6865f6cd
311 Author: David Corbett <corbett.dav@northeastern.edu>
312 Date:   Sun Oct 3 20:09:33 2021 -0400
313
314     Let BCP 47 tag "mo" fall back to OT tag 'ROM '
315
316  src/gen-tag-table.py   |  5 ++++-
317  src/hb-ot-tag-table.hh | 13 +++++++++++--
318  2 files changed, 15 insertions(+), 3 deletions(-)
319
320 commit a184c5f8518ab92b95947f23848ddde677e8cac1
321 Author: David Corbett <corbett.dav@northeastern.edu>
322 Date:   Sun Jan 30 13:28:23 2022 -0500
323
324     Don’t always inherit from macrolanguages
325     
326     If an OpenType tag maps to a BCP 47 macrolanguage, that is presumably to
327     support the use of the macrolanguage as a vague stand-in for one of its
328     individual languages. For example, "ar" and "zh" are often used for
329     "arb" and "cmn". When the OpenType tag maps to a macrolanguage and some
330     but not all of its individual languages, that indicates that the
331     OpenType tag only corresponds to the listed individual languages (which
332     may be referred to using the macrolanguage subtag) but not the missing
333     individual languages. In particular, INUK (Nunavik Inuktitut) is mapped
334     to "ike" (Eastern Canadian Inuktitut) and "iu" (Inuktitut) but not to
335     "ikt" (Inuinnaqtun), so "ikt" should not inherit the INUK mapping from
336     its macrolanguage "iu".
337
338  src/gen-tag-table.py   | 35 +++++++++++++++++++++++++++++++----
339  src/hb-ot-tag-table.hh | 12 ++----------
340  2 files changed, 33 insertions(+), 14 deletions(-)
341
342 commit b47b3b99725888fd27273d8d9b9ee3d5d6cf0400
343 Author: Behdad Esfahbod <behdad@behdad.org>
344 Date:   Sat Jan 29 10:24:38 2022 -0700
345
346     [fallback-kern] Move buffer message to correct position
347
348  src/hb-ot-shape-fallback.cc | 6 +++---
349  1 file changed, 3 insertions(+), 3 deletions(-)
350
351 commit e986c12075a69300a5e114fe139ae5acd762ef1b
352 Author: Behdad Esfahbod <behdad@behdad.org>
353 Date:   Sat Jan 29 09:08:48 2022 -0700
354
355     [verify] Show buffer input text when verification fails
356
357  src/hb-buffer-verify.cc | 50 ++++++++++++++++++++++++++++++++++++++++---------
358  1 file changed, 41 insertions(+), 9 deletions(-)
359
360 commit d35f380126830872611c85d664c3710deb46cd6b
361 Author: Behdad Esfahbod <behdad@behdad.org>
362 Date:   Sat Jan 29 09:08:20 2022 -0700
363
364     [util] Change "All shapers failed." message to "Shaping failed."
365     
366     Since we now emit this when verification fails as well.
367
368  util/shape-options.hh | 2 +-
369  1 file changed, 1 insertion(+), 1 deletion(-)
370
371 commit 3972e0a8f1504783a509096e069ca718d25af8d9
372 Author: Behdad Esfahbod <behdad@behdad.org>
373 Date:   Sat Jan 29 08:22:19 2022 -0700
374
375     [buffer] Whitespace
376
377  src/hb-buffer.h | 38 +++++++++++++++++++-------------------
378  1 file changed, 19 insertions(+), 19 deletions(-)
379
380 commit 0b1bf89cc2ee6a8782c007e2b7362a4485be249a
381 Author: David Corbett <corbett.dav@northeastern.edu>
382 Date:   Fri Jan 28 22:27:51 2022 -0500
383
384     Replace “[family]” with “[collection]”
385     
386     Not all language collections are language families.
387
388  src/gen-tag-table.py   |  4 ++--
389  src/hb-ot-tag-table.hh | 58 +++++++++++++++++++++++++-------------------------
390  2 files changed, 31 insertions(+), 31 deletions(-)
391
392 commit 0e31595e0d2e214262c4cf0d4136215bc4c89a0a
393 Author: David Corbett <corbett.dav@northeastern.edu>
394 Date:   Fri Jan 28 22:26:38 2022 -0500
395
396     Infer tag mappings for unregistered macrolanguages
397     
398     Every macrolanguage not mentioned in the OT language system tag registry
399     is mapped to every tag of its individual languages, if those have
400     registered tags.
401
402  src/gen-tag-table.py   | 34 +++++++++++++++++++---------------
403  src/hb-ot-tag-table.hh |  9 +++++++++
404  2 files changed, 28 insertions(+), 15 deletions(-)
405
406 commit 5a6545940ac0ed48bc8872424269e598388b7996
407 Author: David Corbett <corbett.dav@northeastern.edu>
408 Date:   Fri Jan 28 21:29:43 2022 -0500
409
410     Add the language system tag INUK
411
412  src/hb-ot-tag-table.hh | 7 +++++--
413  1 file changed, 5 insertions(+), 2 deletions(-)
414
415 commit bc899650c7976df7bc62ed55da5268f1d10b9a43
416 Author: Garret Rieger <grieger@google.com>
417 Date:   Fri Jan 28 13:54:10 2022 -0800
418
419     [subset] Fix for issue #3397.
420     
421     cur_intersected_glyphs gets modified during recursion leading to incorrect filtering of sub tables in some cases. So don't use cur_intersected_glyphs. Instead just add an additional entry onto the parent_active_glyphs () stack.
422     
423     Additionaly expands NotoNastaliqUrdu tests to include coverage of the issue from #3397.
424
425  src/hb-ot-layout-gsubgpos.hh                       |  59 +++++++++++++--------
426  src/hb-ot-layout.cc                                |   6 +--
427  .../NotoNastaliqUrdu-Bold.default.633,6D2.ttf      | Bin 0 -> 14048 bytes
428  .../NotoNastaliqUrdu-Bold.retain-gids.633,6D2.ttf  | Bin 0 -> 19948 bytes
429  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 17564 bytes
430  ...astaliqUrdu-Regular.default.627,644,62D,628.ttf | Bin 0 -> 24564 bytes
431  .../NotoNastaliqUrdu-Regular.default.627,644.ttf   | Bin 0 -> 7776 bytes
432  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 0 -> 23232 bytes
433  .../NotoNastaliqUrdu-Regular.default.633,6D2.ttf   | Bin 0 -> 14296 bytes
434  ...otoNastaliqUrdu-Regular.default.63A,64A,631.ttf | Bin 0 -> 26152 bytes
435  ...iqUrdu-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 542388 bytes
436  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 24224 bytes
437  ...liqUrdu-Regular.retain-gids.627,644,62D,628.ttf | Bin 0 -> 30464 bytes
438  ...otoNastaliqUrdu-Regular.retain-gids.627,644.ttf | Bin 0 -> 13380 bytes
439  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 28888 bytes
440  ...otoNastaliqUrdu-Regular.retain-gids.633,6D2.ttf | Bin 0 -> 20140 bytes
441  ...astaliqUrdu-Regular.retain-gids.63A,64A,631.ttf | Bin 0 -> 32012 bytes
442  ...du-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 542424 bytes
443  .../subset/data/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 570552 -> 1060612 bytes
444  .../data/tests/layout.notonastaliqurdu.tests       |   2 +
445  20 files changed, 40 insertions(+), 27 deletions(-)
446
447 commit f3c1f4f0dae03bfd4521b3b8965891d45c49d02f
448 Author: Garret Rieger <grieger@google.com>
449 Date:   Fri Jan 28 11:50:22 2022 -0800
450
451     [subset] convert active_glyphs_stack to be a vector of hb_set_t instead of hb_set_t*.
452
453  src/hb-ot-layout-gsubgpos.hh | 63 ++++++++++++++++++++++----------------------
454  1 file changed, 32 insertions(+), 31 deletions(-)
455
456 commit 476a6377a574291025ce8acc0cecfc53408c8d3c
457 Author: Behdad Esfahbod <behdad@behdad.org>
458 Date:   Fri Jan 28 15:05:10 2022 -0700
459
460     [buffer] Document HB_BUFFER_FLAG_VERIFY
461
462  src/hb-buffer.h | 8 ++++++++
463  1 file changed, 8 insertions(+)
464
465 commit 61856359cb90f4d53eced1159b0810defa342ec6
466 Author: Behdad Esfahbod <behdad@behdad.org>
467 Date:   Fri Jan 28 14:07:29 2022 -0700
468
469     [fuzz] Disable verification for now.
470
471  test/fuzzing/hb-shape-fuzzer.cc | 4 ++--
472  1 file changed, 2 insertions(+), 2 deletions(-)
473
474 commit 6596e42d160a0ae2cd2cd3b42a9f8823197cd716
475 Author: Behdad Esfahbod <behdad@behdad.org>
476 Date:   Fri Jan 28 13:55:24 2022 -0700
477
478     [fuzz] Verify shape results
479
480  test/fuzzing/hb-shape-fuzzer.cc | 2 ++
481  1 file changed, 2 insertions(+)
482
483 commit 5b1d813b698488fb86b4f20a596bb1c046e61eed
484 Author: Behdad Esfahbod <behdad@behdad.org>
485 Date:   Fri Jan 28 13:49:21 2022 -0700
486
487     [config] Enable HB_NO_BUFFER_VERIFY in HB_LEAN
488
489  src/hb-config.hh | 1 +
490  1 file changed, 1 insertion(+)
491
492 commit 61823838f9c3cdc93b2452451126dddcacfbe61d
493 Author: Behdad Esfahbod <behdad@behdad.org>
494 Date:   Fri Jan 28 13:45:25 2022 -0700
495
496     [buffer] Add HB_BUFFER_FLAG_VERIFY
497     
498     Move buffer verification code inside the library, from util/.
499     
500     Part of https://github.com/harfbuzz/harfbuzz/issues/3010
501
502  src/Makefile.sources    |   1 +
503  src/harfbuzz.cc         |   1 +
504  src/hb-buffer-verify.cc | 389 ++++++++++++++++++++++++++++++++++++++++++++++++
505  src/hb-buffer.h         |   3 +-
506  src/hb-buffer.hh        |  14 ++
507  src/hb-shape.cc         |  18 +++
508  src/meson.build         |   1 +
509  util/shape-options.hh   | 344 +-----------------------------------------
510  8 files changed, 427 insertions(+), 344 deletions(-)
511
512 commit 7c704d898210cd88f6fbf1096b9a75123d33cccd
513 Author: Behdad Esfahbod <behdad@behdad.org>
514 Date:   Fri Jan 28 12:38:32 2022 -0700
515
516     [buffer] Make hb_buffer_append() take a const argument
517
518  src/hb-buffer.cc | 2 +-
519  src/hb-buffer.h  | 2 +-
520  2 files changed, 2 insertions(+), 2 deletions(-)
521
522 commit 24650624c812368e3900e276aaca2dc94b737af8
523 Author: Behdad Esfahbod <behdad@behdad.org>
524 Date:   Fri Jan 28 13:53:21 2022 -0700
525
526     [font] Fix build with no-var configs
527
528  src/hb-font.cc | 2 ++
529  1 file changed, 2 insertions(+)
530
531 commit 91b779e23cbaea5d9e3176f3a2c05b8ec10c89fb
532 Author: Behdad Esfahbod <behdad@behdad.org>
533 Date:   Fri Jan 28 13:52:15 2022 -0700
534
535     Avoid redefinition of HB_NO_SETLOCALE in certain configs
536
537  src/hb-common.cc | 2 +-
538  1 file changed, 1 insertion(+), 1 deletion(-)
539
540 commit fa29006bfa3d5f84182b3a1c259ef4a3634da6b7
541 Author: Khaled Hosny <khaled@aliftype.com>
542 Date:   Thu Jan 27 01:57:45 2022 +0200
543
544     [doc] Fix generation of hb_glyph_flags_t docs
545     
546     GTK-Doc does not like the empty lines here, and interprets everything
547     after the first empty line as the description of the enum itself not a
548     specific member and the generated text makes no sense.
549     
550     Removing the empty lines makes the text harder to read (both in source
551     and HTML), but at least it is correctly organized.
552
553  src/hb-buffer.h | 11 -----------
554  1 file changed, 11 deletions(-)
555
556 commit e9cc5f6cdb3e29f2e33e0f8a08cf821ebd654a8d
557 Merge: bad5c9456 540af548d
558 Author: Behdad Esfahbod <behdad@behdad.org>
559 Date:   Wed Jan 26 12:23:29 2022 -0800
560
561     Merge pull request #3297 from harfbuzz/unsafe-to-concat
562     
563     Implement UNSAFE_TO_CONCAT flag
564
565 commit 540af548dc3926c4b9db059c9b20297df0802671
566 Author: Behdad Esfahbod <behdad@behdad.org>
567 Date:   Tue Jan 25 09:10:56 2022 -0700
568
569     [unsafe-to-concat] Clarify documentation as per feedback
570     
571     Fixes https://github.com/harfbuzz/harfbuzz/pull/3297#discussion_r754395825
572
573  src/hb-buffer.h | 18 +++++++++++++++---
574  1 file changed, 15 insertions(+), 3 deletions(-)
575
576 commit bad5c94562fa07c4c10f8b3663ca29cc5210c13c
577 Author: Behdad Esfahbod <behdad@behdad.org>
578 Date:   Sun Jan 23 10:53:19 2022 -0700
579
580     [test] Remove HB_UNUSED
581
582  src/test-serialize.cc | 2 +-
583  1 file changed, 1 insertion(+), 1 deletion(-)
584
585 commit 6c09a8b5b0cc3ecef19f1c5a031481d831374b5d
586 Author: Behdad Esfahbod <behdad@behdad.org>
587 Date:   Sun Jan 23 10:52:13 2022 -0700
588
589     [test-serialize] Assert len
590
591  src/test-serialize.cc | 2 +-
592  1 file changed, 1 insertion(+), 1 deletion(-)
593
594 commit 76c6f4164f133e056bd75378a4a2e912d153550e
595 Author: Behdad Esfahbod <behdad@behdad.org>
596 Date:   Sun Jan 23 10:43:37 2022 -0700
597
598     [test] Add test-serialize
599
600  src/Makefile.am       |  5 +++++
601  src/meson.build       |  1 +
602  src/test-serialize.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
603  3 files changed, 57 insertions(+)
604
605 commit 332460649268844bf93e147cc0b86a82c449a980
606 Author: Behdad Esfahbod <behdad@behdad.org>
607 Date:   Sat Jan 22 15:46:13 2022 -0700
608
609     [buffer] Oops
610
611  src/hb-buffer.hh | 8 ++++----
612  1 file changed, 4 insertions(+), 4 deletions(-)
613
614 commit 20031ddbb814d46f8c988242d2ee0bd9b198dbe2
615 Author: Behdad Esfahbod <behdad@behdad.org>
616 Date:   Sat Jan 22 11:41:30 2022 -0700
617
618     [unsafe-to-concat] Mark in all other shapers
619     
620     unsafe_to_break() implies unsafe-to-concat; but setting the flag
621     manually wasn't.
622
623  src/hb-coretext.cc    | 3 ++-
624  src/hb-directwrite.cc | 3 ++-
625  src/hb-graphite2.cc   | 3 ++-
626  src/hb-uniscribe.cc   | 3 ++-
627  4 files changed, 8 insertions(+), 4 deletions(-)
628
629 commit 6e345f709d4888ab10ed22afffb6661d695e052f
630 Author: Behdad Esfahbod <behdad@behdad.org>
631 Date:   Sat Jan 22 11:40:37 2022 -0700
632
633     Cosmetic
634
635  src/hb-buffer.hh | 16 ++++++++--------
636  src/hb-kern.hh   |  2 +-
637  2 files changed, 9 insertions(+), 9 deletions(-)
638
639 commit 374a6f186d7094370ffd6aed80688203c8f5a067
640 Author: Behdad Esfahbod <behdad@behdad.org>
641 Date:   Sat Jan 22 11:29:00 2022 -0700
642
643     [fallback-shape] Add buffer trace log
644
645  src/hb-kern.hh              |  5 +++++
646  src/hb-ot-shape-fallback.cc | 10 ++++++++++
647  2 files changed, 15 insertions(+)
648
649 commit bcdfedbc09c308965239c4b7a750a9cc20618542
650 Author: Behdad Esfahbod <behdad@behdad.org>
651 Date:   Sat Jan 22 11:19:05 2022 -0700
652
653     [unsafe-to-concat] Mark as unsafe in kern machine
654     
655     Fixes that last test. Yay!
656
657  src/hb-aat-layout-kerx-table.hh | 1 -
658  src/hb-kern.hh                  | 2 +-
659  2 files changed, 1 insertion(+), 2 deletions(-)
660
661 commit 14d43d12359ba14e4bb95c24903be70808f66738
662 Author: Behdad Esfahbod <behdad@behdad.org>
663 Date:   Sat Jan 22 10:46:18 2022 -0700
664
665     [unsafe-to-concat] Adjust end conditions
666
667  src/hb-buffer.hh | 3 +--
668  1 file changed, 1 insertion(+), 2 deletions(-)
669
670 commit 8663eda4fde11d360cca15936e9d2ae07c357958
671 Author: Behdad Esfahbod <behdad@behdad.org>
672 Date:   Sat Jan 22 10:35:05 2022 -0700
673
674     [unsafe-to-concat] More annotations for MarkMarkPos
675     
676     Failures down to one:
677     
678     265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL
679
680  src/hb-ot-layout-gpos-table.hh | 13 +++++++++++--
681  1 file changed, 11 insertions(+), 2 deletions(-)
682
683 commit 6a7d6d4b64dd0eff7d0e7191ad30268a2502db5f
684 Author: Behdad Esfahbod <behdad@behdad.org>
685 Date:   Sat Jan 22 10:33:35 2022 -0700
686
687     [unsafe-to-concat] More annotations for MarkLigaturePos
688
689  src/hb-ot-layout-gpos-table.hh | 12 ++++++++++--
690  1 file changed, 10 insertions(+), 2 deletions(-)
691
692 commit a575992057bcfab2ee3a720ad321c907cf20ff22
693 Author: Behdad Esfahbod <behdad@behdad.org>
694 Date:   Sat Jan 22 10:30:39 2022 -0700
695
696     [unsafe-to-concat] Mark LigatureSubst
697     
698     Failures down to two:
699     
700     209/401 harfbuzz:shaping+aots / gpos6                            FAIL             0.06s   exit status 1
701     265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.06s   exit status 1
702
703  src/hb-ot-layout-gsub-table.hh | 3 +++
704  1 file changed, 3 insertions(+)
705
706 commit b443898cce2251ca2aaf332c13886577ab8db416
707 Author: Behdad Esfahbod <behdad@behdad.org>
708 Date:   Sat Jan 22 10:24:59 2022 -0700
709
710     [unsafe-to-concat] Adjust MarkBasePos
711     
712     A couple more aots tests down. Four failing:
713     
714     209/401 harfbuzz:shaping+aots / gpos6                            FAIL             0.06s   exit status 1
715     261/401 harfbuzz:shaping+aots / gsub4_1_multiple_ligatures       FAIL             0.07s   exit status 1
716     265/401 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.07s   exit status 1
717     267/401 harfbuzz:shaping+aots / lookupflag_ignore_combination    FAIL             0.07s   exit status 1
718
719  src/hb-ot-layout-gpos-table.hh | 6 +++++-
720  1 file changed, 5 insertions(+), 1 deletion(-)
721
722 commit 95d052a791262ebccbfeb794b992525ba2cc0ffc
723 Author: Behdad Esfahbod <behdad@behdad.org>
724 Date:   Sat Jan 22 10:16:23 2022 -0700
725
726     [unsafe-to-concat] Adjust GPOS lookbacks
727     
728     Fixes Cursive aots test, fails a couple new aots ones.
729
730  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
731  1 file changed, 5 insertions(+), 5 deletions(-)
732
733 commit 909e34f68a969275bc9b14c63e03d5d131823d91
734 Author: Behdad Esfahbod <behdad@behdad.org>
735 Date:   Sat Jan 22 09:44:13 2022 -0700
736
737     [unsafe-to-concat] Adjust Arabic-joining start boundary condition more
738
739  src/hb-ot-shape-complex-arabic.cc                        |  14 ++++++++++++--
740  test/shape/data/in-house/Makefile.sources                |   1 +
741  .../fonts/34da9aab7bee86c4dfc3b85e423435822fdf4b62.ttf   | Bin 0 -> 1904 bytes
742  test/shape/data/in-house/meson.build                     |   1 +
743  test/shape/data/in-house/tests/unsafe-to-concat.tests    |   1 +
744  5 files changed, 15 insertions(+), 2 deletions(-)
745
746 commit 11bdd7a020d3e99c0ff43f34cf1724a95713b463
747 Author: Behdad Esfahbod <behdad@behdad.org>
748 Date:   Fri Jan 21 18:59:06 2022 -0700
749
750     [unsafe-to-concat] Adjust CursivePos
751     
752     Doesn't fix the test yet.
753
754  src/hb-ot-layout-gpos-table.hh | 6 +++++-
755  1 file changed, 5 insertions(+), 1 deletion(-)
756
757 commit ea1b32c8c198da4475941f459b16dc6d7e28148a
758 Author: Behdad Esfahbod <behdad@behdad.org>
759 Date:   Fri Jan 21 18:58:33 2022 -0700
760
761     [unsafe-to-concat] Adjust "interior"ness of "from_out_buffer"
762
763  src/hb-buffer.hh | 2 +-
764  1 file changed, 1 insertion(+), 1 deletion(-)
765
766 commit 4f04baef17bf5b150c1594f6e80604974e6e95e4
767 Author: Behdad Esfahbod <behdad@behdad.org>
768 Date:   Fri Jan 21 18:26:54 2022 -0700
769
770     [unsafe-to-concat] Further adjust Arabic joining logic at boundary
771
772  src/hb-ot-shape-complex-arabic.cc | 7 +++++++
773  1 file changed, 7 insertions(+)
774
775 commit 235c3a129581e96701fe055341e56699766df5fa
776 Author: Behdad Esfahbod <behdad@behdad.org>
777 Date:   Fri Jan 21 15:17:40 2022 -0700
778
779     [unsafe-to-concat] Adjust Arabic joining logic
780     
781     Test failures done one more. Fixed the mongolian-variation-selector
782     test.  Another test case:
783     
784     $ util/hb-shape NotoSansArabic-Regular.ttf -u 628,200c,628 --show-flags --verify
785
786  src/hb-ot-shape-complex-arabic.cc | 4 ++++
787  1 file changed, 4 insertions(+)
788
789 commit 48c5f26199808f40251cdaef7494456e9f23acb9
790 Author: Behdad Esfahbod <behdad@behdad.org>
791 Date:   Fri Jan 21 12:18:50 2022 -0700
792
793     [unsafe-to-concat] Fix PairPos2 logic
794     
795     Test failures down from 8 to 6:
796     
797     113/400 harfbuzz:shaping+in-house / mongolian-variation-selector FAIL             0.06s   exit status 1
798     203/400 harfbuzz:shaping+aots / gpos3                            FAIL             0.06s   exit status 1
799     204/400 harfbuzz:shaping+aots / gpos4_lookupflag                 FAIL             0.06s   exit status 1
800     260/400 harfbuzz:shaping+aots / gsub4_1_multiple_ligatures       FAIL             0.06s   exit status 1
801     264/400 harfbuzz:shaping+aots / lookupflag_ignore_attach         FAIL             0.06s   exit status 1
802     266/400 harfbuzz:shaping+aots / lookupflag_ignore_combination    FAIL             0.06s   exit status 1
803
804  src/hb-ot-layout-gpos-table.hh | 10 +++++++---
805  1 file changed, 7 insertions(+), 3 deletions(-)
806
807 commit c0058892bec52e4f0346b1139ebb206c03e094e2
808 Author: Behdad Esfahbod <behdad@behdad.org>
809 Date:   Thu Jan 20 15:51:04 2022 -0700
810
811     [unsafe-to-concat] Mark entire buffer unsafe-to-concat if kerx format2
812
813  src/hb-aat-layout-kerx-table.hh |  1 +
814  src/hb-buffer.hh                | 21 ++++++++++++++-------
815  2 files changed, 15 insertions(+), 7 deletions(-)
816
817 commit 60006d368770982c6a0d3bf06eb937773343cf5b
818 Author: Behdad Esfahbod <behdad@behdad.org>
819 Date:   Thu Jan 20 15:29:28 2022 -0700
820
821     [gsubgpos] Adjust chaining unsafe-to-concat application
822     
823     Fixes three tests.
824
825  src/hb-ot-layout-gsubgpos.hh | 46 ++++++++++++++++++++++++--------------------
826  1 file changed, 25 insertions(+), 21 deletions(-)
827
828 commit d98a0fc88e8bcf7993c92425212cd6c57a632a01
829 Author: Behdad Esfahbod <behdad@behdad.org>
830 Date:   Sat Dec 4 20:43:27 2021 -0800
831
832     [buffer] Consolidate glyph-flags implementation
833
834  src/hb-buffer.cc | 25 -------------------
835  src/hb-buffer.hh | 76 +++++++++++++++++++++++++++++++++++++++++++++-----------
836  2 files changed, 62 insertions(+), 39 deletions(-)
837
838 commit f91ce56e08ed9acdfaf5dfe994d950195dd10881
839 Author: Behdad Esfahbod <behdad@behdad.org>
840 Date:   Sat Dec 4 20:07:05 2021 -0800
841
842     [buffer] Add default cluster value in find_min_cluster
843
844  src/hb-buffer.cc | 6 ++----
845  src/hb-buffer.hh | 2 +-
846  2 files changed, 3 insertions(+), 5 deletions(-)
847
848 commit 56d081955c768a4ed55354fe57577cb10706fb81
849 Author: Behdad Esfahbod <behdad@behdad.org>
850 Date:   Sat Dec 4 19:59:55 2021 -0800
851
852     [buffer] Rename _unsafe_to_break_set_mask to _infos_set_glyph_flags
853
854  src/hb-buffer.cc |  6 +++---
855  src/hb-buffer.hh | 27 +++++++++++++--------------
856  2 files changed, 16 insertions(+), 17 deletions(-)
857
858 commit 78481b32c0a14f0ee1c4baec4d5208b385be0b2e
859 Author: Behdad Esfahbod <behdad@behdad.org>
860 Date:   Sun Nov 21 16:50:34 2021 -0700
861
862     [gsubgpos] Combine input/backtrack/lookahead unsafe-to-concat
863     
864     I feel like this is correct logic. Still have to prove.
865     
866     Errors unchanged at 10.
867
868  src/hb-ot-layout-gpos-table.hh |  2 +-
869  src/hb-ot-layout-gsub-table.hh | 15 ++++---
870  src/hb-ot-layout-gsubgpos.hh   | 93 +++++++++++++++++++++++-------------------
871  3 files changed, 62 insertions(+), 48 deletions(-)
872
873 commit 596bc7e939d927b4b211cdd847fbb1208789b999
874 Author: Behdad Esfahbod <behdad@behdad.org>
875 Date:   Sat Nov 20 12:02:47 2021 -0700
876
877     [unsafe-to-concat] Add to GPOS kerning
878
879  src/hb-ot-layout-gpos-table.hh | 3 +++
880  1 file changed, 3 insertions(+)
881
882 commit e1cbd4539f392034899353f55daffa32e6d62c87
883 Author: Behdad Esfahbod <behdad@behdad.org>
884 Date:   Sat Nov 20 11:46:48 2021 -0700
885
886     [unsafe-to-concat] Add annotations to GPOS and kern
887     
888     Failures from 13 to 14.
889
890  src/hb-kern.hh                 |  4 +++-
891  src/hb-ot-layout-gpos-table.hh | 43 ++++++++++++++++++++++++++++++++++++------
892  2 files changed, 40 insertions(+), 7 deletions(-)
893
894 commit 36b1561715737ff6608bf2eb6c21b64348abb226
895 Author: Behdad Esfahbod <behdad@behdad.org>
896 Date:   Fri Nov 19 14:10:34 2021 -0700
897
898     Implement hb-shape --verify unsafe-to-concat flag
899     
900     15 tests failing. Those look like legit places that unsafe-to-concat
901     needs more implementation.
902
903  util/shape-options.hh | 198 +++++++++++++++++++++++++++++++++++++++++++++++---
904  1 file changed, 189 insertions(+), 9 deletions(-)
905
906 commit 3122c2cdc45a964efedad8953a2df67205c3e3a8
907 Author: Behdad Esfahbod <behdad@behdad.org>
908 Date:   Sat Dec 4 19:50:33 2021 -0800
909
910     [buffer] Add HB_GLYPH_FLAG_UNSAFE_TO_CONCAT
911     
912     Fixes https://github.com/harfbuzz/harfbuzz/issues/1463
913
914  src/hb-buffer.cc             | 10 +++---
915  src/hb-buffer.h              | 76 ++++++++++++++++++++++++++++++++++++--------
916  src/hb-buffer.hh             | 33 +++++++++++--------
917  src/hb-ot-layout-gsubgpos.hh | 39 ++++++++++++++++++++---
918  src/hb-ot-shape.cc           |  8 ++---
919  5 files changed, 124 insertions(+), 42 deletions(-)
920
921 commit a8b7f1880412c7f0c9ecdada0a4935011816c7dc
922 Author: Behdad Esfahbod <behdad@behdad.org>
923 Date:   Fri Jan 21 07:38:33 2022 -0700
924
925     [cff] Initialize accelerator members
926
927  src/hb-ot-cff1-table.hh | 24 ++++++++++++------------
928  src/hb-ot-cff2-table.hh | 16 ++++++++--------
929  2 files changed, 20 insertions(+), 20 deletions(-)
930
931 commit cce37a6f10e0c7b06b5ead1223e92c85d88242c0
932 Author: Behdad Esfahbod <behdad@behdad.org>
933 Date:   Fri Jan 21 07:31:21 2022 -0700
934
935     [gpos] Fix conditional
936
937  src/hb-ot-layout-gpos-table.hh | 2 +-
938  1 file changed, 1 insertion(+), 1 deletion(-)
939
940 commit 773cf4fdd30cf9d4b8a7139ce2992156dc86bc00
941 Author: Behdad Esfahbod <behdad@behdad.org>
942 Date:   Fri Jan 21 07:30:09 2022 -0700
943
944     [post] Initialize variables
945
946  src/hb-ot-post-table.hh | 4 ++--
947  1 file changed, 2 insertions(+), 2 deletions(-)
948
949 commit cab943a015b1a3d4cd72f0c5dc4ff79e0aefa06f
950 Author: Behdad Esfahbod <behdad@behdad.org>
951 Date:   Thu Jan 20 14:32:30 2022 -0700
952
953     One more fix
954
955  test/shape/data/in-house/tests/macos.tests | 2 +-
956  1 file changed, 1 insertion(+), 1 deletion(-)
957
958 commit 070e30e6daba74fe62ea486dc97cd01a79f90541
959 Author: Behdad Esfahbod <behdad@behdad.org>
960 Date:   Thu Jan 20 14:31:31 2022 -0700
961
962     Fix failing Mac test for previous commit
963
964  test/shape/data/in-house/tests/macos.tests | 2 +-
965  1 file changed, 1 insertion(+), 1 deletion(-)
966
967 commit 84aa1a836c1440e862f58f0d5a23363825b5ac66
968 Author: Behdad Esfahbod <behdad@behdad.org>
969 Date:   Thu Jan 20 13:18:19 2022 -0800
970
971     [PairPos] Split GPOS kerning to both sides (#3235)
972
973  src/hb-ot-layout-gpos-table.hh                     | 66 +++++++++++++++++++++-
974  test/shape/data/aots/Makefile.sources              |  3 -
975  test/shape/data/aots/tests/gpos2_2.tests           |  2 +-
976  .../data/in-house/tests/positioning-features.tests |  2 +-
977  4 files changed, 66 insertions(+), 7 deletions(-)
978
979 commit ae9fc7f53335a42fe109ced01238fdaf2fc49b90
980 Author: Behdad Esfahbod <behdad@behdad.org>
981 Date:   Thu Jan 20 12:37:21 2022 -0700
982
983     Clean accelerators a bit more
984
985  src/hb-ot-color-colr-table.hh  | 12 ++++++------
986  src/hb-ot-layout-gdef-table.hh | 10 +++++-----
987  src/hb-ot-name-table.hh        |  2 --
988  src/hb-ot-post-table.hh        |  3 ---
989  src/hb-subset-plan.cc          |  4 +---
990  5 files changed, 12 insertions(+), 19 deletions(-)
991
992 commit 0ae66593987c54e2d8a03b2c2c49c76d0ba1a4bb
993 Merge: 112cb9fe6 ac1bb3e39
994 Author: Behdad Esfahbod <behdad@behdad.org>
995 Date:   Thu Jan 20 11:28:59 2022 -0800
996
997     Merge pull request #3392 from harfbuzz/auto-accelerators
998     
999     Auto accelerators
1000
1001 commit ac1bb3e39e4c0be675bd0f8a230bc75b57d22e98
1002 Author: Behdad Esfahbod <behdad@behdad.org>
1003 Date:   Thu Jan 20 11:47:17 2022 -0700
1004
1005     [machinery] Move accelerators to constructor/destructor
1006
1007  src/hb-machinery.hh              |  6 +++---
1008  src/hb-ot-cff1-table.hh          | 10 ++++++----
1009  src/hb-ot-cff2-table.hh          | 43 +++++++++++++++++++++++++---------------
1010  src/hb-ot-cmap-table.hh          | 17 ++++++++--------
1011  src/hb-ot-color-cbdt-table.hh    | 14 +++++++------
1012  src/hb-ot-color-sbix-table.hh    |  9 ++++++---
1013  src/hb-ot-color-svg-table.hh     |  8 +++++---
1014  src/hb-ot-glyf-table.hh          | 15 +++++++-------
1015  src/hb-ot-hmtx-table.hh          | 20 +++++++++----------
1016  src/hb-ot-layout-gdef-table.hh   |  9 +++++----
1017  src/hb-ot-layout-gpos-table.hh   |  4 +++-
1018  src/hb-ot-layout-gsub-table.hh   |  4 +++-
1019  src/hb-ot-layout-gsubgpos.hh     |  5 ++---
1020  src/hb-ot-meta-table.hh          |  8 +++++---
1021  src/hb-ot-name-table.hh          |  9 +++++----
1022  src/hb-ot-post-table-v2subset.hh |  7 ++-----
1023  src/hb-ot-post-table.hh          | 10 +++++++---
1024  src/hb-ot-var-gvar-table.hh      |  8 +++++---
1025  src/hb-subset-cff2.cc            |  8 ++------
1026  src/hb-subset-plan.cc            | 22 ++++----------------
1027  20 files changed, 123 insertions(+), 113 deletions(-)
1028
1029 commit 112cb9fe6927600018c61cd92577e01dbd8ed601
1030 Author: Garret Rieger <grieger@google.com>
1031 Date:   Wed Jan 19 15:31:35 2022 -0800
1032
1033     [repacker] Fix missing initilization of obj in vertex_t.
1034
1035  src/hb-repacker.hh | 23 +++++------------------
1036  1 file changed, 5 insertions(+), 18 deletions(-)
1037
1038 commit e062376ef1ce0e8e303eefd3bf449c20ba1f3607
1039 Author: Behdad Esfahbod <behdad@behdad.org>
1040 Date:   Wed Jan 19 17:09:34 2022 -0700
1041
1042     [machinery] Make accelerator lazy-loader call Xinit/Xfini
1043     
1044     Instead of init/fini. To isolate those functions. To be turned into
1045     constructor/destructors, ideally one per commit (after some SFINAE
1046     foo.)
1047
1048  src/hb-machinery.hh              |  6 +++---
1049  src/hb-ot-cff1-table.hh          |  4 ++--
1050  src/hb-ot-cff2-table.hh          | 28 ++++++++++++++--------------
1051  src/hb-ot-cmap-table.hh          | 14 +++++++-------
1052  src/hb-ot-color-cbdt-table.hh    |  4 ++--
1053  src/hb-ot-color-sbix-table.hh    |  4 ++--
1054  src/hb-ot-color-svg-table.hh     |  4 ++--
1055  src/hb-ot-glyf-table.hh          |  8 ++++----
1056  src/hb-ot-hmtx-table.hh          |  8 ++++----
1057  src/hb-ot-layout-gdef-table.hh   |  4 ++--
1058  src/hb-ot-layout-gsubgpos.hh     |  4 ++--
1059  src/hb-ot-meta-table.hh          |  4 ++--
1060  src/hb-ot-name-table.hh          |  4 ++--
1061  src/hb-ot-post-table-v2subset.hh |  4 ++--
1062  src/hb-ot-post-table.hh          |  4 ++--
1063  src/hb-ot-var-gvar-table.hh      |  4 ++--
1064  src/hb-subset-cff2.cc            |  4 ++--
1065  src/hb-subset-plan.cc            | 16 ++++++++--------
1066  18 files changed, 64 insertions(+), 64 deletions(-)
1067
1068 commit 1522015bb2d140f199359c4e7cfcf342b93894a7
1069 Author: Khaled Hosny <khaled@aliftype.com>
1070 Date:   Wed Jan 19 23:13:50 2022 +0200
1071
1072     [test] Add --single-par to more places in hb-aots-tester [ci skip]
1073
1074  test/shape/data/aots/hb-aots-tester.cpp | 4 ++--
1075  1 file changed, 2 insertions(+), 2 deletions(-)
1076
1077 commit 2d12fc90a4b4d5b5ba847115c8ef76b16ec495ef
1078 Author: Behdad Esfahbod <behdad@behdad.org>
1079 Date:   Wed Jan 19 14:01:20 2022 -0700
1080
1081     [ms-feature-ranges] Pass reference to cmp function
1082
1083  src/hb-ms-feature-ranges.hh | 2 +-
1084  1 file changed, 1 insertion(+), 1 deletion(-)
1085
1086 commit ac109c9353292bfa474f57efdb43f9e0f2f735f6
1087 Author: Behdad Esfahbod <behdad@behdad.org>
1088 Date:   Wed Jan 19 12:11:58 2022 -0700
1089
1090     [ms-feature-ranges] Inline code in header file
1091     
1092     Fixes https://github.com/harfbuzz/harfbuzz/issues/3387
1093
1094  src/Makefile.sources        |   1 -
1095  src/harfbuzz.cc             |   1 -
1096  src/hb-ms-feature-ranges.cc | 177 --------------------------------------------
1097  src/hb-ms-feature-ranges.hh | 141 ++++++++++++++++++++++++++++++++++-
1098  src/meson.build             |   1 -
1099  5 files changed, 137 insertions(+), 184 deletions(-)
1100
1101 commit cfa00238e40cc3c8d1aac557539fd746bc70124b
1102 Merge: 7e160dc34 376738d41
1103 Author: Behdad Esfahbod <behdad@behdad.org>
1104 Date:   Wed Jan 19 11:10:22 2022 -0800
1105
1106     Merge pull request #3386 from harfbuzz/unify-sorted-vector
1107     
1108     Unify sorted vector
1109
1110 commit 376738d41104dc10d483c8eb135d1befd5b18855
1111 Author: Behdad Esfahbod <behdad@behdad.org>
1112 Date:   Wed Jan 19 11:46:21 2022 -0700
1113
1114     [coretext] Fix lsearch
1115
1116  src/hb-coretext.cc | 6 +++---
1117  1 file changed, 3 insertions(+), 3 deletions(-)
1118
1119 commit 106388e7665984b545b2b47b0fac63ab2484a4f3
1120 Author: Behdad Esfahbod <behdad@behdad.org>
1121 Date:   Wed Jan 19 11:38:37 2022 -0700
1122
1123     [vector] Merge sorted-vector into vector
1124     
1125     Was easier than I thought!
1126     
1127     Let's see what the bot gods think...
1128
1129  src/hb-vector.hh | 58 +++++++++++---------------------------------------------
1130  1 file changed, 11 insertions(+), 47 deletions(-)
1131
1132 commit 294d50ff353f77be2b2f0a560a2a876e4a80d094
1133 Author: Behdad Esfahbod <behdad@behdad.org>
1134 Date:   Wed Jan 19 11:32:14 2022 -0700
1135
1136     [vector] Add sorted template argument
1137
1138  src/hb-vector.hh | 24 ++++++++++++++++++++++--
1139  1 file changed, 22 insertions(+), 2 deletions(-)
1140
1141 commit cd9799784cc6deb8829a3c54a9dee654379cc03e
1142 Author: Behdad Esfahbod <behdad@behdad.org>
1143 Date:   Wed Jan 19 11:14:25 2022 -0700
1144
1145     [vector] Remove old find() method
1146
1147  src/hb-algs.hh   | 12 +++++++++---
1148  src/hb-object.hh |  6 +++---
1149  src/hb-vector.hh | 17 -----------------
1150  3 files changed, 12 insertions(+), 23 deletions(-)
1151
1152 commit 849e40b4db814bc6fe5defa5b802cc534aab209a
1153 Author: Behdad Esfahbod <behdad@behdad.org>
1154 Date:   Wed Jan 19 11:06:33 2022 -0700
1155
1156     [ms-feature-ranges] Use preferred vector search API
1157
1158  src/hb-ms-feature-ranges.cc | 2 +-
1159  src/hb-ms-feature-ranges.hh | 4 ++--
1160  2 files changed, 3 insertions(+), 3 deletions(-)
1161
1162 commit 7e160dc347a77dc36a9bd9df6cb686eff8252f7c
1163 Author: Behdad Esfahbod <behdad@behdad.org>
1164 Date:   Wed Jan 19 09:26:53 2022 -0700
1165
1166     [gpos] Fix unsafe-to-break of mark-attachment
1167     
1168     This was undetected because most of the time marks were in same
1169     cluster of their base already.
1170     
1171     Fixes https://github.com/harfbuzz/harfbuzz/issues/3093
1172
1173  src/hb-ot-layout-gpos-table.hh                | 2 +-
1174  test/shape/data/aots/tests/gpos4_simple.tests | 2 +-
1175  test/shape/data/aots/tests/gpos5.tests        | 2 +-
1176  3 files changed, 3 insertions(+), 3 deletions(-)
1177
1178 commit c8195dbc01f0b36f39ac6f087ee6891b09e31594
1179 Merge: 17cd4457b 282642311
1180 Author: Behdad Esfahbod <behdad@behdad.org>
1181 Date:   Wed Jan 19 06:56:05 2022 -0800
1182
1183     Merge pull request #3365 from harfbuzz/gdef-fix
1184     
1185     GDEF fix
1186
1187 commit 17cd4457b7e456f3c99582a71c92b47ad572cd2f
1188 Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
1189 Date:   Wed Jan 19 11:53:02 2022 +0100
1190
1191     meson: Enable big objects support when building for windows
1192     
1193     Fix cross compilation when targetting win64
1194
1195  meson.build | 6 ++++++
1196  1 file changed, 6 insertions(+)
1197
1198 commit 282642311f1710d1b4ea223de21090211de57765
1199 Author: Simon Cozens <simon@simon-cozens.org>
1200 Date:   Wed Jul 8 14:39:31 2020 +0100
1201
1202     Test for #2140
1203
1204  test/shape/data/in-house/Makefile.sources                |   1 +
1205  .../in-house/fonts/FallbackPlus-Javanese-no-GDEF.otf     | Bin 0 -> 4776 bytes
1206  test/shape/data/in-house/meson.build                     |   1 +
1207  test/shape/data/in-house/tests/glyph-props-no-gdef.tests |   1 +
1208  4 files changed, 3 insertions(+)
1209
1210 commit fc5354c5e5e16105b46b7716065a9f1afac72e7b
1211 Author: Simon Cozens <simon@simon-cozens.org>
1212 Date:   Wed Jul 8 14:16:00 2020 +0100
1213
1214     Add test for #2516
1215
1216  test/shape/data/in-house/Makefile.sources              |   1 +
1217  .../data/in-house/fonts/NotoNastaliqUrdu-Regular.ttf   | Bin 0 -> 457312 bytes
1218  test/shape/data/in-house/meson.build                   |   1 +
1219  .../in-house/tests/nested-mark-filtering-sets.tests    |   4 ++++
1220  4 files changed, 6 insertions(+)
1221
1222 commit 94ba4d5a440c599694b0db73ab8e9344d83cb9ef
1223 Author: Garret Rieger <grieger@google.com>
1224 Date:   Tue Jan 18 16:35:30 2022 -0800
1225
1226     [subset] Fix bound check when setting overlap bit.
1227     
1228     length() shouldn't be used again as the end of instruction offset is already included in flags_offset.
1229
1230  src/hb-ot-glyf-table.hh | 2 +-
1231  1 file changed, 1 insertion(+), 1 deletion(-)
1232
1233 commit 10a20be397e47522f8d20f6247278a0770c5bf66
1234 Merge: daab4bf63 fe783ac09
1235 Author: Behdad Esfahbod <behdad@behdad.org>
1236 Date:   Tue Jan 18 13:46:35 2022 -0800
1237
1238     Merge pull request #3381 from harfbuzz/clean-vector-use
1239     
1240     Clean vector use
1241
1242 commit fe783ac091b94ff6d0c9060fde229594b4e635e1
1243 Author: Behdad Esfahbod <behdad@behdad.org>
1244 Date:   Tue Jan 18 13:38:28 2022 -0700
1245
1246     [cff] Remove op_str_t nop init/fini
1247
1248  src/hb-cff-interp-common.hh | 3 ---
1249  src/hb-subset-cff-common.hh | 3 ---
1250  2 files changed, 6 deletions(-)
1251
1252 commit 8d24ac26623f5645783b8e36e39c9f5c635e0191
1253 Author: Behdad Esfahbod <behdad@behdad.org>
1254 Date:   Tue Jan 18 13:14:42 2022 -0700
1255
1256     [cff] Remove init/fini from number_t
1257
1258  src/hb-cff-interp-common.hh    | 7 +------
1259  src/hb-cff-interp-cs-common.hh | 9 +--------
1260  2 files changed, 2 insertions(+), 14 deletions(-)
1261
1262 commit 6ef83c2c31b4355f2eeee7d241e2c6bb52f6d6b3
1263 Author: Behdad Esfahbod <behdad@behdad.org>
1264 Date:   Tue Jan 18 13:08:34 2022 -0700
1265
1266     [vector] Remove .fini_deep()
1267
1268  src/hb-cff-interp-common.hh | 4 ++--
1269  src/hb-vector.hh            | 7 -------
1270  2 files changed, 2 insertions(+), 9 deletions(-)
1271
1272 commit daab4bf63a6ce1a519173aee5ddfbf17318cf2b8
1273 Author: James Hilliard <james.hilliard1@gmail.com>
1274 Date:   Mon Jan 17 18:28:39 2022 -0700
1275
1276     [meson] add icu DEFS required for compilation
1277     
1278     In some cases we need to add additionl defs to build against icu if
1279     icu has certain options configured.
1280     
1281     ICU warns about this when building:
1282     
1283     *** WARNING: You must set the following flags before code compiled against this ICU will function properly:
1284     
1285         -DU_DISABLE_RENAMING=1
1286     
1287     We can fetch these flags from the icu pkgconfig and add them if
1288     required.
1289     
1290     This fixes symbol errors if ICU is built without renaming.
1291
1292  meson.build | 7 +++++++
1293  1 file changed, 7 insertions(+)
1294
1295 commit 4eb6e6ea16e0b4f6ac7271929849c3e8f52c8cc6
1296 Author: Behdad Esfahbod <behdad@behdad.org>
1297 Date:   Tue Jan 18 12:07:05 2022 -0700
1298
1299     [cff] Remove some more fini_deep()
1300
1301  src/hb-ot-cff1-table.hh | 4 ++--
1302  src/hb-ot-cff2-table.hh | 4 ++--
1303  2 files changed, 4 insertions(+), 4 deletions(-)
1304
1305 commit 29f60d1eaad663b8519930145e7f4c4d88429dce
1306 Author: Behdad Esfahbod <behdad@behdad.org>
1307 Date:   Tue Jan 18 11:58:16 2022 -0700
1308
1309     [cff] Remove init/fini from blend_arg_t
1310
1311  src/hb-cff2-interp-cs.hh | 12 ------------
1312  1 file changed, 12 deletions(-)
1313
1314 commit 213e3f09b11cd6fb67295ad758beffd490d62ed6
1315 Author: Behdad Esfahbod <behdad@behdad.org>
1316 Date:   Tue Jan 18 09:39:46 2022 -0700
1317
1318     [vector] Add TODO Emplace?
1319
1320  src/hb-vector.hh | 1 +
1321  1 file changed, 1 insertion(+)
1322
1323 commit f1dc8b087cf08970c6c96b0052ec46a10892cc66
1324 Author: Garret Rieger <grieger@google.com>
1325 Date:   Tue Jan 18 10:29:04 2022 -0800
1326
1327     [subset-cff] Convert subr_closures_t to constructor/destructor instead of init/fini.
1328
1329  src/hb-subset-cff-common.hh | 50 ++++++++++++---------------------------------
1330  1 file changed, 13 insertions(+), 37 deletions(-)
1331
1332 commit a48aa9850acf89a1ba36fa812195d6428f80b9a6
1333 Author: Behdad Esfahbod <behdad@behdad.org>
1334 Date:   Tue Jan 18 09:32:58 2022 -0700
1335
1336     [subset-cff] Remove another set of fini_deep
1337
1338  src/hb-subset-cff-common.hh | 30 ++++--------------------------
1339  1 file changed, 4 insertions(+), 26 deletions(-)
1340
1341 commit 07474aa8c6f8a4d4bff92501e2e19143cfe8e91f
1342 Author: Behdad Esfahbod <behdad@behdad.org>
1343 Date:   Tue Jan 18 09:29:43 2022 -0700
1344
1345     [subset-cff1] Remove a constructor/destructor pair
1346
1347  src/hb-subset-cff1.cc | 32 +++++---------------------------
1348  1 file changed, 5 insertions(+), 27 deletions(-)
1349
1350 commit a1e9a276eb2dee1c1b0503072a0e6bbefc1dd62f
1351 Author: Behdad Esfahbod <behdad@behdad.org>
1352 Date:   Tue Jan 18 09:27:32 2022 -0700
1353
1354     [subset-cff2] Drop an constructor/destructor pair
1355
1356  src/hb-subset-cff2.cc | 33 ++++++---------------------------
1357  1 file changed, 6 insertions(+), 27 deletions(-)
1358
1359 commit 035f03346ddc673a3617822e45103d67a11cd62c
1360 Author: Behdad Esfahbod <behdad@behdad.org>
1361 Date:   Tue Jan 18 09:26:30 2022 -0700
1362
1363     [str_buff_vec_t] Remove unused fini method
1364
1365  src/hb-ot-cff-common.hh | 2 --
1366  1 file changed, 2 deletions(-)
1367
1368 commit de2cef42b4b6fba68d5b7baa53019af257ba2110
1369 Author: Behdad Esfahbod <behdad@behdad.org>
1370 Date:   Tue Jan 18 09:21:31 2022 -0700
1371
1372     [bimap] Remove init/fini
1373
1374  src/hb-bimap.hh             | 14 --------------
1375  src/hb-ot-layout-common.hh  |  9 ---------
1376  src/hb-ot-var-hvar-table.hh |  7 ++-----
1377  src/hb-subset-cff-common.hh | 19 +------------------
1378  src/hb-subset-cff1.cc       |  8 --------
1379  src/hb-subset-cff2.cc       |  2 --
1380  6 files changed, 3 insertions(+), 56 deletions(-)
1381
1382 commit c3dd21f11087f1e4cda82dcd6667cae508ca4543
1383 Author: Behdad Esfahbod <behdad@behdad.org>
1384 Date:   Tue Jan 18 09:11:08 2022 -0700
1385
1386     [cff] Remove unneeded init/fini
1387
1388  src/hb-subset-cff1.cc | 2 --
1389  1 file changed, 2 deletions(-)
1390
1391 commit 0b54f924160204e895ae832a1244a3d98e3b5252
1392 Merge: 92f179075 15cceff3d
1393 Author: Behdad Esfahbod <behdad@behdad.org>
1394 Date:   Tue Jan 18 07:28:07 2022 -0800
1395
1396     Merge pull request #3376 from harfbuzz/auto-vector
1397     
1398     [vector] Automatic item allocation / destruction
1399
1400 commit 15cceff3d779c0cfb6b4d613ec7b39e81c962c7d
1401 Author: Behdad Esfahbod <behdad@behdad.org>
1402 Date:   Mon Jan 17 15:53:01 2022 -0700
1403
1404     [repacker] Replace fini_deep() with fini()
1405     
1406     Vector calls destructor now.
1407
1408  src/hb-repacker.hh | 6 +++---
1409  1 file changed, 3 insertions(+), 3 deletions(-)
1410
1411 commit 1198fb24686d1ea268f9923d3238fe6c2afb2d97
1412 Author: Behdad Esfahbod <behdad@behdad.org>
1413 Date:   Sun Jan 16 06:29:35 2022 -0700
1414
1415     [vector] Adjust construction criteria
1416
1417  src/hb-vector.hh | 10 ++++++----
1418  1 file changed, 6 insertions(+), 4 deletions(-)
1419
1420 commit c58bfa35fb9d6d8bebad94c2c6e24eaf18d5d1d5
1421 Author: Behdad Esfahbod <behdad@behdad.org>
1422 Date:   Sat Jan 15 18:06:03 2022 -0700
1423
1424     [vector] Move semantics in vector remove()
1425
1426  src/hb-vector.hh | 23 +++++++++++++++++++----
1427  1 file changed, 19 insertions(+), 4 deletions(-)
1428
1429 commit 5946e945d515bed8579caaac7fb79ee540fb22e8
1430 Author: Behdad Esfahbod <behdad@behdad.org>
1431 Date:   Sat Jan 15 18:00:18 2022 -0700
1432
1433     [vector] Destruct in pop()
1434
1435  src/hb-vector.hh | 6 ++++--
1436  1 file changed, 4 insertions(+), 2 deletions(-)
1437
1438 commit 7171917b52880728b513168d946196331b7707d1
1439 Author: Behdad Esfahbod <behdad@behdad.org>
1440 Date:   Sat Jan 15 17:16:40 2022 -0700
1441
1442     [vector] Construct items when enlarging
1443
1444  src/hb-vector.hh | 23 +++++++++++++++++++++--
1445  1 file changed, 21 insertions(+), 2 deletions(-)
1446
1447 commit 813eaba6ea23544eea6bc6efcedada817b9c0b10
1448 Author: Behdad Esfahbod <behdad@behdad.org>
1449 Date:   Fri Jan 14 13:09:21 2022 -0700
1450
1451     [vector] Start adding destruction
1452     
1453     Now we need to remove manual destruction, ouch!
1454
1455  src/hb-vector.hh | 34 ++++++++++++++++++++++++++--------
1456  1 file changed, 26 insertions(+), 8 deletions(-)
1457
1458 commit 65a22836f833c9ec0e5a3d11f3e5b9a2befaea54
1459 Author: Behdad Esfahbod <behdad@behdad.org>
1460 Date:   Fri Jan 14 12:55:48 2022 -0700
1461
1462     [vector] Add XXX markers for remaining places that need work
1463
1464  src/hb-vector.hh | 15 ++++++++++++---
1465  1 file changed, 12 insertions(+), 3 deletions(-)
1466
1467 commit 92f179075fc264c9d999c6316193b8ac3e76746c
1468 Author: Behdad Esfahbod <behdad@behdad.org>
1469 Date:   Sun Jan 16 07:51:35 2022 -0700
1470
1471     Make hb_coerce static inline
1472     
1473     That's the pattern we follow.
1474     
1475     https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
1476
1477  src/hb-algs.hh | 6 ++++--
1478  1 file changed, 4 insertions(+), 2 deletions(-)
1479
1480 commit 19793f333b14208daecc911f4f6979ff7d393391
1481 Author: Behdad Esfahbod <behdad@behdad.org>
1482 Date:   Sun Jan 16 07:49:40 2022 -0700
1483
1484     Better try at previous commit
1485     
1486     https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
1487
1488  src/hb-algs.hh | 4 ++--
1489  1 file changed, 2 insertions(+), 2 deletions(-)
1490
1491 commit 1173ed1f7f401b0f21bacc0f35c4a18f6947a99d
1492 Author: Behdad Esfahbod <behdad@behdad.org>
1493 Date:   Sun Jan 16 07:48:02 2022 -0700
1494
1495     Try fix Mac build
1496     
1497     https://github.com/harfbuzz/harfbuzz/commit/985b63b3eeee5be1f5234fc7f13077eacf5e5b94#commitcomment-63973544
1498
1499  src/hb-algs.hh | 4 ++--
1500  1 file changed, 2 insertions(+), 2 deletions(-)
1501
1502 commit c0f57ccc88b56c023bbb683449bb6627b697ccc2
1503 Author: Behdad Esfahbod <behdad@behdad.org>
1504 Date:   Sun Jan 16 06:59:24 2022 -0700
1505
1506     [algs] Add default-construtor to hb_pair_t
1507
1508  src/hb-algs.hh | 4 ++++
1509  1 file changed, 4 insertions(+)
1510
1511 commit e2e305066a09b67670fff460d920d4a8aae81389
1512 Author: luz paz <luzpaz@users.noreply.github.com>
1513 Date:   Sun Jan 16 07:00:53 2022 -0500
1514
1515     Fix various typos
1516     
1517     Found via `codespell -q 3 -S ./perf/texts -L actualy,ba,beng,fo,gir,inout,nd,ot,pres,ro,te,teh,timne`
1518
1519  NEWS                                              |  6 +++---
1520  RELEASING.md                                      |  2 +-
1521  docs/Makefile.am                                  |  2 +-
1522  docs/repacker.md                                  | 12 ++++++------
1523  docs/usermanual-integration.xml                   |  4 ++--
1524  src/gen-os2-unicode-ranges.py                     |  2 +-
1525  src/hb-aat-layout-just-table.hh                   |  2 +-
1526  src/hb-array.hh                                   |  2 +-
1527  src/hb-cff2-interp-cs.hh                          |  2 +-
1528  src/hb-draw.h                                     |  2 +-
1529  src/hb-ot-color.cc                                |  2 +-
1530  src/hb-ot-layout-common.hh                        |  2 +-
1531  src/hb-ot-shape-complex-hangul.cc                 |  2 +-
1532  src/hb-ot-shape.cc                                |  2 +-
1533  src/hb-ot-var-gvar-table.hh                       |  2 +-
1534  src/hb-ot-var.h                                   |  2 +-
1535  src/hb-repacker.hh                                |  2 +-
1536  src/hb-serialize.hh                               |  4 ++--
1537  src/ms-use/IndicPositionalCategory-Additional.txt | 12 ++++++------
1538  test/api/test-ot-math.c                           |  2 +-
1539  test/fuzzing/hb-set-fuzzer.cc                     |  2 +-
1540  util/ansi-print.hh                                |  2 +-
1541  util/hb-subset.cc                                 |  2 +-
1542  23 files changed, 37 insertions(+), 37 deletions(-)
1543
1544 commit 589bea15b790f36ec12c8f463ea1c333b6155958
1545 Author: Behdad Esfahbod <behdad@behdad.org>
1546 Date:   Sat Jan 15 17:55:10 2022 -0700
1547
1548     Fix previous commit
1549
1550  src/hb-common.cc | 4 ++--
1551  1 file changed, 2 insertions(+), 2 deletions(-)
1552
1553 commit b97e4f7084e3f2c3eea64163188da97734bbedef
1554 Author: Behdad Esfahbod <behdad@behdad.org>
1555 Date:   Sat Jan 15 17:47:51 2022 -0700
1556
1557     Further adjust setlocale
1558     
1559     Fixes https://github.com/harfbuzz/harfbuzz/issues/3375#issuecomment-1013783496
1560
1561  src/hb-common.cc | 17 +++++++++--------
1562  1 file changed, 9 insertions(+), 8 deletions(-)
1563
1564 commit 63affc4eaea73a70667f346926a3a289c35773c5
1565 Author: Behdad Esfahbod <behdad@behdad.org>
1566 Date:   Thu Jan 13 16:05:42 2022 -0700
1567
1568     [vector] Move semantics when resizing
1569
1570  src/hb-ot-color-cbdt-table.hh | 10 ++++++++++
1571  src/hb-vector.hh              | 30 +++++++++++++++++++++++++++++-
1572  src/test-vector.cc            | 14 ++++++++++++++
1573  3 files changed, 53 insertions(+), 1 deletion(-)
1574
1575 commit 1c50106608cfa205fafa41e80c7f747e2e5b0730
1576 Author: Behdad Esfahbod <behdad@behdad.org>
1577 Date:   Sat Jan 15 13:08:21 2022 -0700
1578
1579     [meta] Include <memory>, for addressof
1580     
1581     Fixes https://github.com/harfbuzz/harfbuzz/issues/3375
1582
1583  src/hb-meta.hh | 1 +
1584  1 file changed, 1 insertion(+)
1585
1586 commit 71e6f742a8159640fff6b9ddee0fd34f277ce0e2
1587 Author: Behdad Esfahbod <behdad@behdad.org>
1588 Date:   Thu Jan 13 16:19:44 2022 -0700
1589
1590     [meta] Remove unused hb_ref()
1591
1592  src/hb-meta.hh | 10 ----------
1593  1 file changed, 10 deletions(-)
1594
1595 commit e30511a8de700224a22163cf6f0c29e18aaeb4fb
1596 Author: Garret Rieger <grieger@google.com>
1597 Date:   Fri Jan 14 16:20:31 2022 -0800
1598
1599     [map] Correct previous commit, if (...) was reversed.
1600
1601  src/hb-map.hh | 2 +-
1602  1 file changed, 1 insertion(+), 1 deletion(-)
1603
1604 commit ff4e8c7eac26f3183cb88a37dadb578362d44405
1605 Author: Garret Rieger <grieger@google.com>
1606 Date:   Fri Jan 14 16:20:31 2022 -0800
1607
1608     [map] Fix bad memory access if hb_map.fini() was called twice.
1609
1610  src/hb-map.hh   | 12 +++++++-----
1611  src/test-map.cc |  8 ++++++++
1612  2 files changed, 15 insertions(+), 5 deletions(-)
1613
1614 commit 8a69e0063936764cbd149985e0b57e1dc35935c2
1615 Author: Behdad Esfahbod <behdad@behdad.org>
1616 Date:   Thu Jan 13 16:17:34 2022 -0700
1617
1618     [meta] Use std::addressof() instead of hb_addressof()
1619
1620  src/hb-algs.hh                    |  2 +-
1621  src/hb-iter.hh                    |  2 +-
1622  src/hb-map.hh                     |  4 ++--
1623  src/hb-meta.hh                    | 20 ++------------------
1624  src/hb-ot-cmap-table.hh           |  2 +-
1625  src/hb-ot-color-colrv1-closure.hh |  2 +-
1626  src/hb-ot-name-table.hh           |  2 +-
1627  src/hb-serialize.hh               | 10 +++++-----
1628  8 files changed, 14 insertions(+), 30 deletions(-)
1629
1630 commit b7b0a15f7eb8e753e6434c1fee66c2a2f75ea1bb
1631 Author: Behdad Esfahbod <behdad@behdad.org>
1632 Date:   Thu Jan 13 15:33:27 2022 -0700
1633
1634     [meta] Remove hb_add_const
1635
1636  src/hb-iter.hh | 2 +-
1637  src/hb-meta.hh | 1 -
1638  2 files changed, 1 insertion(+), 2 deletions(-)
1639
1640 commit 3b2e604237d5c818dc9b24158e18bc556c566dce
1641 Author: Behdad Esfahbod <behdad@behdad.org>
1642 Date:   Thu Jan 13 15:32:46 2022 -0700
1643
1644     [meta] Use std::is_const instead of hb_is_const
1645
1646  src/hb-meta.hh | 5 ++---
1647  1 file changed, 2 insertions(+), 3 deletions(-)
1648
1649 commit 909dde9df1b93a508258461ff8e00c5f6604f07b
1650 Author: Behdad Esfahbod <behdad@behdad.org>
1651 Date:   Thu Jan 13 15:30:10 2022 -0700
1652
1653     [meta] Use std::is_reference instead of hb_is_reference
1654
1655  src/hb-iter.hh | 2 +-
1656  src/hb-meta.hh | 5 +++--
1657  2 files changed, 4 insertions(+), 3 deletions(-)
1658
1659 commit 47afb3ef04c97628d36a129e744b82303b1ca52a
1660 Author: Behdad Esfahbod <behdad@behdad.org>
1661 Date:   Thu Jan 13 15:26:07 2022 -0700
1662
1663     [meta] Replace hb_is_pointer with std::is_pointer
1664
1665  src/hb-algs.hh | 2 +-
1666  src/hb-map.hh  | 4 ++--
1667  src/hb-meta.hh | 1 -
1668  3 files changed, 3 insertions(+), 4 deletions(-)
1669
1670 commit 956e0a4d13c349ccaf64dd130211909fadc43637
1671 Author: Behdad Esfahbod <behdad@behdad.org>
1672 Date:   Thu Jan 13 15:06:58 2022 -0700
1673
1674     [map] Destruct objects
1675
1676  src/hb-map.hh   | 11 ++++++++---
1677  src/test-map.cc |  2 --
1678  2 files changed, 8 insertions(+), 5 deletions(-)
1679
1680 commit 726b1a8b2d0ce980e51dc7404c49906b44e73076
1681 Author: Jussi Pakkanen <jpakkane@gmail.com>
1682 Date:   Thu Jan 13 18:30:52 2022 +0200
1683
1684     Convert fallback kwargs to [provide] entries.
1685
1686  meson.build                | 11 ++++-------
1687  subprojects/cairo.wrap     |  3 +++
1688  subprojects/freetype2.wrap |  3 +++
1689  subprojects/glib.wrap      |  4 ++++
1690  4 files changed, 14 insertions(+), 7 deletions(-)
1691
1692 commit bc0a5fdf43c7932c9ca39fa64a5cd405ebb43da5
1693 Author: Behdad Esfahbod <behdad@behdad.org>
1694 Date:   Thu Jan 13 13:34:22 2022 -0700
1695
1696     [test-map] Add disabled tests with std::string
1697
1698  src/test-map.cc | 21 +++++++++++++++++++++
1699  1 file changed, 21 insertions(+)
1700
1701 commit 985b63b3eeee5be1f5234fc7f13077eacf5e5b94
1702 Author: Behdad Esfahbod <behdad@behdad.org>
1703 Date:   Thu Jan 13 13:33:07 2022 -0700
1704
1705     [map] Allow invalid items to be pointer to static object
1706     
1707     By derefencing them when necessary.
1708     
1709     Also, we do not rely on trivially-copyable, so remove that assertion.
1710
1711  src/hb-algs.hh |  7 +++++--
1712  src/hb-map.hh  | 28 +++++++++++++---------------
1713  2 files changed, 18 insertions(+), 17 deletions(-)
1714
1715 commit 98b26eedf5578b66f4ca1c173443942af831f195
1716 Author: Behdad Esfahbod <behdad@behdad.org>
1717 Date:   Thu Jan 13 13:12:10 2022 -0700
1718
1719     [check-static-inits] Only check library object files
1720
1721  src/check-static-inits.py | 2 +-
1722  1 file changed, 1 insertion(+), 1 deletion(-)
1723
1724 commit 1e27f95dc1e8c35c9b2acd60a3460d8c6f8edf31
1725 Author: Behdad Esfahbod <behdad@behdad.org>
1726 Date:   Thu Jan 13 13:10:47 2022 -0700
1727
1728     [algs] Add hb_coerce()
1729
1730  src/hb-algs.hh | 3 +++
1731  1 file changed, 3 insertions(+)
1732
1733 commit 5a91db113507fa465f320438f1c68ca22bc0a2cd
1734 Author: Behdad Esfahbod <behdad@behdad.org>
1735 Date:   Thu Jan 13 12:44:48 2022 -0700
1736
1737     [map] Remove constexpr invalid items
1738     
1739     These were non-workable in the general case, eg std::string.
1740
1741  src/hb-map.hh                | 3 ---
1742  src/hb-ot-layout-gsubgpos.hh | 2 +-
1743  2 files changed, 1 insertion(+), 4 deletions(-)
1744
1745 commit 114046dc27795514189f4af4e65be50238f3ca8e
1746 Author: Behdad Esfahbod <behdad@behdad.org>
1747 Date:   Thu Jan 13 12:38:26 2022 -0700
1748
1749     [map] Construct objects
1750
1751  src/hb-map.hh | 9 ++++++++-
1752  1 file changed, 8 insertions(+), 1 deletion(-)
1753
1754 commit b15e497d4de5b04537217117137f7756dc535c2f
1755 Author: Matthias Clasen <mclasen@redhat.com>
1756 Date:   Thu Jan 13 14:10:23 2022 -0500
1757
1758     Fix the docs build
1759     
1760     This was inadvertendly broken in f956ecdbaffbb8643.
1761     Sorry
1762
1763  docs/usermanual-object-model.xml | 1 +
1764  1 file changed, 1 insertion(+)
1765
1766 commit ca4f56bdc746d3d23f46898bd83c1b2c3d8250a1
1767 Author: Behdad Esfahbod <behdad@behdad.org>
1768 Date:   Thu Jan 13 11:48:34 2022 -0700
1769
1770     [map] Massage some more
1771     
1772     Towards being able to store arbitrary types.
1773
1774  src/hb-map.hh | 8 ++++----
1775  1 file changed, 4 insertions(+), 4 deletions(-)
1776
1777 commit cfe2b66114fdbc2b61566bdc086ce41286a78aec
1778 Author: Behdad Esfahbod <behdad@behdad.org>
1779 Date:   Thu Jan 13 11:42:48 2022 -0700
1780
1781     [algs] Fix hash chaining to std::hash()
1782
1783  src/hb-algs.hh | 2 +-
1784  1 file changed, 1 insertion(+), 1 deletion(-)
1785
1786 commit 87496bf63ea7644733cdcc08f330a522597509a1
1787 Author: Garret Rieger <grieger@google.com>
1788 Date:   Thu Jan 13 11:03:45 2022 -0800
1789
1790     [subset] fix fuzzer timeout if visisted_paint goes into error.
1791
1792  src/hb-ot-color-colr-table.hh                             |   2 +-
1793  ...z-testcase-minimized-hb-subset-fuzzer-4979711393005568 | Bin 0 -> 349 bytes
1794  2 files changed, 1 insertion(+), 1 deletion(-)
1795
1796 commit 4ced2e8a8ad224f9a4abcc418632600af1194c11
1797 Author: Matthias Clasen <mclasen@redhat.com>
1798 Date:   Thu Jan 13 09:05:04 2022 -0500
1799
1800     docs: Add some details
1801     
1802     Mention immutability in the object model section.
1803
1804  docs/usermanual-object-model.xml | 7 +++++++
1805  1 file changed, 7 insertions(+)
1806
1807 commit bb330c6aa6d56e29d08a3d6358aec70561defa49
1808 Author: Matthias Clasen <mclasen@redhat.com>
1809 Date:   Thu Jan 13 08:57:56 2022 -0500
1810
1811     docs: Fix a typo
1812
1813  docs/usermanual-object-model.xml | 42 ++++++++++++++++++++--------------------
1814  1 file changed, 21 insertions(+), 21 deletions(-)
1815
1816 commit 16cfe34ae85c90754f5171428e4709ff784f8139
1817 Author: Behdad Esfahbod <behdad@behdad.org>
1818 Date:   Thu Jan 13 11:01:22 2022 -0700
1819
1820     [git.mk] Update
1821
1822  git.mk | 7 ++++---
1823  1 file changed, 4 insertions(+), 3 deletions(-)
1824
1825 commit 0acf466c44143de2e9b9cc0375cb25ec67cb132f
1826 Author: Khaled Hosny <khaled@aliftype.com>
1827 Date:   Thu Jan 13 01:29:22 2022 +0200
1828
1829     [doc] Fix hb_font_set_synthetic_slant param name
1830
1831  src/hb-font.cc | 2 +-
1832  1 file changed, 1 insertion(+), 1 deletion(-)
1833
1834 commit fa12f1ae25014a8da9f1b8bef871f60460e27a6b
1835 Author: Behdad Esfahbod <behdad@behdad.org>
1836 Date:   Wed Jan 12 15:08:34 2022 -0700
1837
1838     Rename method
1839
1840  src/hb-ot-layout-gsubgpos.hh | 10 +++++-----
1841  1 file changed, 5 insertions(+), 5 deletions(-)
1842
1843 commit 9408e0d6d1a046fc6175eeca833852e86deb5d17
1844 Author: Behdad Esfahbod <behdad@behdad.org>
1845 Date:   Wed Jan 12 15:07:34 2022 -0700
1846
1847     Rename variable
1848
1849  src/hb-ot-layout-gsubgpos.hh | 20 ++++++++++----------
1850  1 file changed, 10 insertions(+), 10 deletions(-)
1851
1852 commit 96c969c82046560859df5cdebddb91d0488c6919
1853 Author: Behdad Esfahbod <behdad@behdad.org>
1854 Date:   Wed Jan 12 15:06:40 2022 -0700
1855
1856     Preserve glyph props
1857
1858  src/hb-ot-layout-gsubgpos.hh | 11 +++++++++--
1859  1 file changed, 9 insertions(+), 2 deletions(-)
1860
1861 commit 0b2c514fb48b26e2c8fc915b3702ba1b2c8b2b5e
1862 Author: Behdad Esfahbod <behdad@behdad.org>
1863 Date:   Wed Jan 12 11:20:58 2022 -0700
1864
1865     More macro cleanup
1866
1867  src/hb-ot-shape-complex-arabic-win1256.hh | 24 +++++++++++++++++-------
1868  1 file changed, 17 insertions(+), 7 deletions(-)
1869
1870 commit 0a42f46ce974bcc01b935f400ee2cdd9e3363e30
1871 Author: Behdad Esfahbod <behdad@behdad.org>
1872 Date:   Wed Jan 12 11:16:02 2022 -0700
1873
1874     Fix compiler warning
1875     
1876     Fixes https://github.com/harfbuzz/harfbuzz/issues/3364
1877
1878  src/hb-ot-shape-complex-arabic-win1256.hh | 16 ++++++++++++++++
1879  1 file changed, 16 insertions(+)
1880
1881 commit 72f0b24ee3b138bc955430c5a7d71de669b219f0
1882 Author: Matthias Clasen <matthias.clasen@gmail.com>
1883 Date:   Wed Jan 12 13:08:02 2022 -0500
1884
1885     docs: Clarify variation apis (#3363)
1886     
1887     Make it explicit that the variations setters
1888     replace all existing variations, even if
1889     not all axes are included in the provided
1890     values.
1891     
1892     Co-authored-by: Matthias Clasen <mclasen@redhat.com>
1893
1894  src/hb-font.cc | 12 ++++++++++++
1895  1 file changed, 12 insertions(+)
1896
1897 commit befe3b5d5ac4a88ffb880ca16ad1f3fbb225ae28
1898 Author: Matthias Clasen <matthias.clasen@gmail.com>
1899 Date:   Wed Jan 12 13:07:25 2022 -0500
1900
1901     color: Document empty returns (#3362)
1902     
1903     Document that the SVG and PNG getters return
1904     the singleton empty blob if the glyph has no
1905     color.
1906     
1907     Fixes: #1413
1908     
1909     Co-authored-by: Matthias Clasen <mclasen@redhat.com>
1910
1911  src/hb-ot-color.cc | 12 ++++++++----
1912  1 file changed, 8 insertions(+), 4 deletions(-)
1913
1914 commit 13643934aa9c957831ae76dfad3a2a00ee85c42a
1915 Author: Behdad Esfahbod <behdad@behdad.org>
1916 Date:   Wed Jan 12 10:54:28 2022 -0700
1917
1918     Clean up HB_NO_SETLOCALE
1919     
1920     https://github.com/harfbuzz/harfbuzz/pull/3358#pullrequestreview-850500143
1921
1922  src/hb-common.cc | 47 +++++++++++++++++++++++++++--------------------
1923  1 file changed, 27 insertions(+), 20 deletions(-)
1924
1925 commit 53847dba92d59b0c457bd1b468751d20cbbe105b
1926 Author: Behdad Esfahbod <behdad@behdad.org>
1927 Date:   Mon Jan 10 15:04:47 2022 -0700
1928
1929     [algs] Call std::hash from hb_hash()
1930
1931  src/hb-algs.hh | 6 +++++-
1932  1 file changed, 5 insertions(+), 1 deletion(-)
1933
1934 commit 74811c501d7876dc72d1ee821c1ce26cdaa0750e
1935 Author: Behdad Esfahbod <behdad@behdad.org>
1936 Date:   Mon Jan 10 14:57:38 2022 -0700
1937
1938     [map] Map == / != use correct types
1939
1940  src/hb-map.hh | 26 +++++++++++++++++++++-----
1941  1 file changed, 21 insertions(+), 5 deletions(-)
1942
1943 commit b8c2c1ab3778755a23ea449ba334959693388687
1944 Author: Timo Suoranta <tksuoran@gmail.com>
1945 Date:   Tue Jan 11 13:14:44 2022 +0100
1946
1947     Use freetype from CMake target when present (#3361)
1948     
1949     Add check for Freetype CMake target. If it is found:
1950     - enable HB_HAVE_FREETYPE option
1951     - add HAVE_FREETYPE=1 define
1952     - bypass finding Freetype as cmake package
1953     - add Freetype CMake target as dependency to harfbuzz
1954
1955  CMakeLists.txt | 10 +++++++++-
1956  1 file changed, 9 insertions(+), 1 deletion(-)
1957
1958 commit ce7f19a2ccb04181b015005f9aa12381da606c63
1959 Author: Behdad Esfahbod <behdad@behdad.org>
1960 Date:   Mon Jan 10 14:40:27 2022 -0700
1961
1962     Revert "[map] Actually use k/v invalid types for declaration!"
1963     
1964     This reverts commit 6f559346ac70fd188cb22d41f4b03ec227feee25.
1965     
1966     Err. My bad.
1967
1968  src/hb-map.hh | 4 ++--
1969  1 file changed, 2 insertions(+), 2 deletions(-)
1970
1971 commit 6f559346ac70fd188cb22d41f4b03ec227feee25
1972 Author: Behdad Esfahbod <behdad@behdad.org>
1973 Date:   Mon Jan 10 14:29:36 2022 -0700
1974
1975     [map] Actually use k/v invalid types for declaration!
1976
1977  src/hb-map.hh | 4 ++--
1978  1 file changed, 2 insertions(+), 2 deletions(-)
1979
1980 commit a45a630539edb1d8554608e76a7a03160ecbd3a8
1981 Author: Behdad Esfahbod <behdad@behdad.org>
1982 Date:   Sat Jan 8 15:47:33 2022 -0800
1983
1984     Fix unintentional locale dependency (#3358)
1985     
1986     Avoid unintentional locale dependency
1987     
1988     hb_variation_to_string uses sprintf with %g, which will produce
1989     a locale-dependent decimal point, which is not desired here.
1990     
1991     The output is supposed to be compatible with CSS syntax, and
1992     that always uses '.' for the decimal point.
1993     
1994     Fix this by changing the per-thread locale to "C" around sprintf call.
1995     
1996     Fixes https://github.com/harfbuzz/harfbuzz/issues/3355
1997     Fixes https://github.com/harfbuzz/harfbuzz/pull/3357
1998     Fixes https://github.com/harfbuzz/harfbuzz/pull/3358
1999     
2000     Co-authored-by: Matthias Clasen <mclasen@redhat.com>
2001
2002  configure.ac     |  4 ++--
2003  meson.build      |  3 +++
2004  src/hb-common.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
2005  3 files changed, 66 insertions(+), 5 deletions(-)
2006
2007 commit d70825a6d18a4240876a75f107ef566f61bddf58
2008 Author: Matthias Clasen <mclasen@redhat.com>
2009 Date:   Sun Jan 2 11:28:28 2022 -0500
2010
2011     docs: Add some details about coordinates
2012     
2013     Mention what the effective values are when
2014     coordinates have not been set.
2015
2016  src/hb-font.cc | 29 ++++++++++++++++++-----------
2017  1 file changed, 18 insertions(+), 11 deletions(-)
2018
2019 commit 0a5c1c970581fb8639d45a6f5a12443af89b7e12
2020 Author: Behdad Esfahbod <behdad@behdad.org>
2021 Date:   Tue Jan 4 14:18:38 2022 -0700
2022
2023     [failing-alloc] Make it compile as C++ as well
2024
2025  src/failing-alloc.c | 8 ++++++++
2026  1 file changed, 8 insertions(+)
2027
2028 commit bea5369c6d8f138c1d3113a1b60e1c6ea097a6e3
2029 Author: Behdad Esfahbod <behdad@behdad.org>
2030 Date:   Tue Jan 4 10:52:05 2022 -0700
2031
2032     [buffer] Rename swap_buffers() to sync()
2033
2034  src/gen-vowel-constraints.py                 | 2 +-
2035  src/hb-aat-layout-common.hh                  | 2 +-
2036  src/hb-buffer.cc                             | 6 +++---
2037  src/hb-buffer.hh                             | 2 +-
2038  src/hb-ot-layout.cc                          | 2 +-
2039  src/hb-ot-shape-complex-hangul.cc            | 2 +-
2040  src/hb-ot-shape-complex-syllabic.cc          | 2 +-
2041  src/hb-ot-shape-complex-thai.cc              | 2 +-
2042  src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
2043  src/hb-ot-shape-normalize.cc                 | 4 ++--
2044  src/hb-ot-shape.cc                           | 2 +-
2045  11 files changed, 14 insertions(+), 14 deletions(-)
2046
2047 commit c5e5d5e0bcdeb9256b445fe6378bd503083d5204
2048 Merge: 165a6073f d1e7df5c3
2049 Author: Behdad Esfahbod <behdad@behdad.org>
2050 Date:   Tue Jan 4 07:33:59 2022 -0700
2051
2052     Merge pull request #3353 from harfbuzz/buffer-create-similar
2053     
2054     Add `hb_buffer_create_similar()`; use it in util
2055
2056 commit d1e7df5c3f214b0f199fc2aff3e5645281fc5caa
2057 Author: Behdad Esfahbod <behdad@behdad.org>
2058 Date:   Tue Jan 4 07:32:04 2022 -0700
2059
2060     [buffer] Add enter()/leave() pair around shape()
2061
2062  src/hb-buffer.cc   | 27 +++++++++++++++++++++++++++
2063  src/hb-buffer.hh   | 13 +++++++++++--
2064  src/hb-ot-shape.cc | 19 ++-----------------
2065  3 files changed, 40 insertions(+), 19 deletions(-)
2066
2067 commit 43be5ba442548528c89ad31c0927cc68515b736e
2068 Author: Behdad Esfahbod <behdad@behdad.org>
2069 Date:   Tue Jan 4 07:26:53 2022 -0700
2070
2071     [buffer] Group shape-related members together
2072
2073  src/hb-buffer.cc    |  5 ++---
2074  src/hb-buffer.hh    | 14 ++++++--------
2075  src/hb-ot-layout.hh |  5 ++---
2076  src/hb-ot-shape.cc  |  2 ++
2077  4 files changed, 12 insertions(+), 14 deletions(-)
2078
2079 commit 52f5711ed0354b0c5d396255886f03048997bbd9
2080 Author: Behdad Esfahbod <behdad@behdad.org>
2081 Date:   Mon Jan 3 11:57:42 2022 -0700
2082
2083     [buffer] Add hb_buffer_create_similar()
2084     
2085     Fixes https://github.com/harfbuzz/harfbuzz/issues/1555
2086
2087  docs/harfbuzz-sections.txt |  1 +
2088  src/hb-buffer.cc           | 73 ++++++++++++++++++++++++++++++++++------------
2089  src/hb-buffer.h            | 12 ++++++--
2090  src/hb-buffer.hh           |  1 +
2091  util/shape-options.hh      | 13 ++-------
2092  5 files changed, 68 insertions(+), 32 deletions(-)
2093
2094 commit f643b81ffc4d4dd6a100f83ff7bc618dfb7f5b69
2095 Author: Behdad Esfahbod <behdad@behdad.org>
2096 Date:   Mon Jan 3 11:45:31 2022 -0700
2097
2098     [buffer] Clean up internal state bookkeeping
2099     
2100     hb_buffer_reset() was NOT resetting cluster_level. Ouch! Fix that.
2101     
2102     Part of https://github.com/harfbuzz/harfbuzz/issues/1555
2103
2104  src/hb-buffer.cc | 15 ++++++++-------
2105  src/hb-buffer.hh | 25 ++++++++++++++++++-------
2106  2 files changed, 26 insertions(+), 14 deletions(-)
2107
2108 commit d0c3515ce423f689123f96111b105e7e4141a6b9
2109 Author: Behdad Esfahbod <behdad@behdad.org>
2110 Date:   Mon Jan 3 11:26:41 2022 -0700
2111
2112     [util] Copy unicode_funcs in copy_buffer_properties()
2113     
2114     Part of https://github.com/harfbuzz/harfbuzz/issues/1555
2115
2116  util/shape-options.hh | 1 +
2117  1 file changed, 1 insertion(+)
2118
2119 commit 34f5b855aa39cc5ac59fb7cd3e9e3a48507e1a08
2120 Author: Behdad Esfahbod <behdad@behdad.org>
2121 Date:   Mon Jan 3 11:25:06 2022 -0700
2122
2123     [util] Simplify copy_buffer_properties()
2124     
2125     Now that hb_buffer_append() overlays segment_properties we can do this.
2126     
2127     Part of https://github.com/harfbuzz/harfbuzz/issues/1555
2128
2129  util/shape-options.hh | 3 ---
2130  1 file changed, 3 deletions(-)
2131
2132 commit 101d07efd9a11b1f215b913205d2560ee0df9135
2133 Author: Behdad Esfahbod <behdad@behdad.org>
2134 Date:   Mon Jan 3 11:24:07 2022 -0700
2135
2136     [util] Move copy_buffer_properties() out of loop
2137     
2138     Now that hb_buffer_append() overlays properties, we can do this.
2139     
2140     Part of https://github.com/harfbuzz/harfbuzz/issues/1555
2141
2142  util/shape-options.hh | 2 +-
2143  1 file changed, 1 insertion(+), 1 deletion(-)
2144
2145 commit 36e9f467a43d18f5b040e2bd47c87f271916a73f
2146 Author: Behdad Esfahbod <behdad@behdad.org>
2147 Date:   Mon Jan 3 11:23:14 2022 -0700
2148
2149     [buffer] Overlay segment-properties in hb_buffer_append()
2150     
2151     Part of https://github.com/harfbuzz/harfbuzz/issues/1555
2152
2153  src/hb-buffer.cc | 2 ++
2154  1 file changed, 2 insertions(+)
2155
2156 commit 6a66992842dea6e3ad9c717a3fa047341ab50af6
2157 Author: Behdad Esfahbod <behdad@behdad.org>
2158 Date:   Mon Jan 3 11:21:29 2022 -0700
2159
2160     Add hb_segment_properties_overlay()
2161     
2162     New API:
2163     + hb_segment_properties_overlay()
2164
2165  docs/harfbuzz-sections.txt |  1 +
2166  src/hb-buffer.cc           | 39 +++++++++++++++++++++++++++++++++++++++
2167  src/hb-buffer.h            |  3 +++
2168  3 files changed, 43 insertions(+)
2169
2170 commit 165a6073faf347bb2d622472f1f104b7865398e5
2171 Merge: a3265e1e0 3fc2e654c
2172 Author: Behdad Esfahbod <behdad@behdad.org>
2173 Date:   Sun Jan 2 12:02:20 2022 -0700
2174
2175     Merge pull request #3338 from harfbuzz/slant
2176     
2177     [font] Add public API for synthetic slant
2178
2179 commit 3fc2e654c0eca9566b184fd64c682114f99b2093
2180 Author: Behdad Esfahbod <behdad@behdad.org>
2181 Date:   Sun Jan 2 11:56:45 2022 -0700
2182
2183     [metrics] Fix slant calc
2184
2185  src/hb-ot-metrics.cc | 2 +-
2186  1 file changed, 1 insertion(+), 1 deletion(-)
2187
2188 commit a7751277e9e8982093928e762ac9eecc42820444
2189 Author: Behdad Esfahbod <behdad@behdad.org>
2190 Date:   Sun Jan 2 11:50:02 2022 -0700
2191
2192     [docs] Add hb_font_[gs]et_synthetic_slant()
2193
2194  docs/harfbuzz-sections.txt |  2 ++
2195  src/hb-font.cc             | 14 ++++++++++----
2196  2 files changed, 12 insertions(+), 4 deletions(-)
2197
2198 commit 4ab94443bbe80a354daa2d94e496c13f096501ad
2199 Author: Behdad Esfahbod <behdad@behdad.org>
2200 Date:   Sun Jan 2 11:26:45 2022 -0700
2201
2202     [metrics] Ouch. Fix slant code
2203
2204  src/hb-ot-metrics.cc | 27 ++++++++++++++++++++++-----
2205  1 file changed, 22 insertions(+), 5 deletions(-)
2206
2207 commit f7d49d9c2b9899f9caeeff766714631918129d2c
2208 Author: Behdad Esfahbod <behdad@behdad.org>
2209 Date:   Sun Jan 2 11:16:33 2022 -0700
2210
2211     [metrics] Simplify
2212
2213  src/hb-ot-metrics.cc | 11 ++++++++---
2214  1 file changed, 8 insertions(+), 3 deletions(-)
2215
2216 commit f1ba1f940f407efd192cb2d6bd4b7eee20aedf96
2217 Author: Behdad Esfahbod <behdad@behdad.org>
2218 Date:   Sun Jan 2 10:58:25 2022 -0700
2219
2220     [metrics] Only scale caret rise/run if font is slanted
2221
2222  src/hb-ot-metrics.cc | 2 +-
2223  1 file changed, 1 insertion(+), 1 deletion(-)
2224
2225 commit 45c2b6e384e3359a54f40e4b02df9fffe27b0def
2226 Author: Behdad Esfahbod <behdad@behdad.org>
2227 Date:   Sun Jan 2 10:55:11 2022 -0700
2228
2229     [metrics] Harden math
2230
2231  src/hb-ot-metrics.cc | 2 +-
2232  1 file changed, 1 insertion(+), 1 deletion(-)
2233
2234 commit fa008a021fbd3c432499ac9316fa75a7f5a4ea02
2235 Author: Behdad Esfahbod <behdad@behdad.org>
2236 Date:   Sun Jan 2 10:46:38 2022 -0700
2237
2238     [metrics] Implement synthetic slant for caret slope
2239     
2240     Part of https://github.com/harfbuzz/harfbuzz/pull/3338
2241
2242  src/hb-ot-metrics.cc | 10 +++++++++-
2243  1 file changed, 9 insertions(+), 1 deletion(-)
2244
2245 commit fc329f665fab56c2983ababf2ebc71088b2ecfcc
2246 Author: Behdad Esfahbod <behdad@behdad.org>
2247 Date:   Sun Jan 2 10:41:41 2022 -0700
2248
2249     [metrics] Scale up horizontal caret rise/run
2250     
2251     Eg. if rise/run are 1/0, we now return upem/0. This is equivalent.
2252     
2253     Part of https://github.com/harfbuzz/harfbuzz/pull/3338
2254
2255  src/hb-ot-metrics.cc | 15 +++++++++++++--
2256  1 file changed, 13 insertions(+), 2 deletions(-)
2257
2258 commit a3265e1e07f8d00e5dbd5ae89e0b500b1469575a
2259 Author: Behdad Esfahbod <behdad@behdad.org>
2260 Date:   Sun Jan 2 10:02:41 2022 -0700
2261
2262     Typo
2263
2264  docs/harfbuzz-sections.txt | 2 +-
2265  1 file changed, 1 insertion(+), 1 deletion(-)
2266
2267 commit 0df83f52a126aa1c89e4dd8478f3a535805bd6ac
2268 Author: Behdad Esfahbod <behdad@behdad.org>
2269 Date:   Sun Jan 2 08:01:11 2022 -0700
2270
2271     Fix test
2272
2273  src/gen-def.py | 3 +--
2274  1 file changed, 1 insertion(+), 2 deletions(-)
2275
2276 commit 6356da88ee4b0926b4fb2bc3b70352633124d05f
2277 Author: Behdad Esfahbod <behdad@behdad.org>
2278 Date:   Sun Jan 2 07:55:56 2022 -0700
2279
2280     [docs] Update
2281
2282  docs/harfbuzz-sections.txt | 1 +
2283  1 file changed, 1 insertion(+)
2284
2285 commit 5b87c30d6b192092008e578fb5f3148fb96ab09a
2286 Author: Behdad Esfahbod <behdad@behdad.org>
2287 Date:   Sun Jan 2 07:53:45 2022 -0700
2288
2289     [font] Mark hb_font_get_var_coords_design() non-experimental
2290     
2291     Any remaining issue with the API will address later by deprecating it.
2292     
2293     Fixes https://github.com/harfbuzz/harfbuzz/issues/1865
2294
2295  src/hb-font.cc | 4 +---
2296  src/hb-font.h  | 2 --
2297  2 files changed, 1 insertion(+), 5 deletions(-)
2298
2299 commit 2d42fc9fbb9ddb7c9bd53b06a7ef70ef6f459399
2300 Author: Behdad Esfahbod <behdad@behdad.org>
2301 Date:   Sun Jan 2 07:45:10 2022 -0700
2302
2303     [font] Load named-instance if face index top bits are set
2304     
2305     This matches FreeType behavior.
2306     
2307     Fixes https://github.com/harfbuzz/harfbuzz/issues/3348
2308
2309  src/hb-face.cc |  4 ++++
2310  src/hb-font.cc | 10 ++++++++++
2311  2 files changed, 14 insertions(+)
2312
2313 commit da7dba0002616eab73b7dd1621274992ce6eb2aa
2314 Author: Behdad Esfahbod <behdad@behdad.org>
2315 Date:   Sat Jan 1 11:20:20 2022 -0700
2316
2317     [face] Clarify face_index handling
2318     
2319     Fixes https://github.com/harfbuzz/harfbuzz/issues/3347
2320
2321  src/hb-face.cc | 19 +++++++++++++------
2322  1 file changed, 13 insertions(+), 6 deletions(-)
2323
2324 commit 6da4b80e5f303bf40c295c4888ba3dc48bd28f4b
2325 Author: Behdad Esfahbod <behdad@behdad.org>
2326 Date:   Wed Dec 22 21:51:03 2021 -0700
2327
2328     [hb-ot-var] Specify normalized 2.14 docs
2329     
2330     Fixes https://github.com/harfbuzz/harfbuzz/issues/3345
2331
2332  src/hb-ot-var.cc | 3 +++
2333  1 file changed, 3 insertions(+)
2334
2335 commit 1b51be57dcd3f964ab7503b5261294e673892991
2336 Author: Behdad Esfahbod <behdad@behdad.org>
2337 Date:   Wed Dec 22 21:43:48 2021 -0700
2338
2339     [hb-ot-var] Actually set in/out argument
2340     
2341     Fixes https://github.com/harfbuzz/harfbuzz/pull/3344
2342
2343  src/hb-ot-var-fvar-table.hh | 2 +-
2344  1 file changed, 1 insertion(+), 1 deletion(-)
2345
2346 commit 06ee40213cb98fe1589c1712d80380c19d2bbc50
2347 Author: Behdad Esfahbod <behdad@behdad.org>
2348 Date:   Tue Dec 21 14:14:09 2021 -0700
2349
2350     Use invisible-glyph for spaces if font has no ASCII space
2351     
2352     Fixes https://github.com/harfbuzz/harfbuzz/issues/3340
2353     
2354     Should add tests ideally.
2355
2356  src/hb-ot-shape-fallback.cc  | 9 +++++++++
2357  src/hb-ot-shape-normalize.cc | 3 ++-
2358  2 files changed, 11 insertions(+), 1 deletion(-)
2359
2360 commit 602bd39680e6c337309516d6b5086834a35a7609
2361 Author: Behdad Esfahbod <behdad@behdad.org>
2362 Date:   Sun Dec 19 21:40:25 2021 -0800
2363
2364     [style] Adjust font slant angle for synthetic slant value
2365     
2366     Part of https://github.com/harfbuzz/harfbuzz/pull/3338
2367
2368  src/hb-style.cc | 15 +++++++++++----
2369  1 file changed, 11 insertions(+), 4 deletions(-)
2370
2371 commit ff697debd8e55d8858a2f199ae06f7a9f33a5991
2372 Author: Behdad Esfahbod <behdad@behdad.org>
2373 Date:   Sun Dec 19 07:25:37 2021 -0700
2374
2375     [GPOS] Apply font synthetic slant
2376     
2377     Part of fixing https://github.com/harfbuzz/harfbuzz/issues/3196
2378
2379  src/hb-font.cc                 |  1 +
2380  src/hb-font.hh                 |  2 ++
2381  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
2382  3 files changed, 12 insertions(+), 2 deletions(-)
2383
2384 commit 810f5d71c71ab59f4b1257e18b81551de49f3ee5
2385 Author: Behdad Esfahbod <behdad@behdad.org>
2386 Date:   Sat Dec 18 15:12:26 2021 -0700
2387
2388     [font] Add public API for slant
2389     
2390     Not hooked up internally to anything.
2391     
2392     New API:
2393     
2394     + hb_font_set_synthetic_slant()
2395     + hb_font_get_synthetic_slant()
2396     
2397     Part of fixing https://github.com/harfbuzz/harfbuzz/issues/3196
2398
2399  src/hb-font.cc | 41 ++++++++++++++++++++++++++++++++++++++++-
2400  src/hb-font.h  |  6 ++++++
2401  src/hb-font.hh |  1 +
2402  3 files changed, 47 insertions(+), 1 deletion(-)
2403
2404 commit 067f90a82087a5feb1cf76625c54c60a10946fe1
2405 Author: Garret Rieger <grieger@google.com>
2406 Date:   Tue Dec 14 16:24:38 2021 -0800
2407
2408     [subset] Fix for fuzzer timeout.
2409     
2410     Fixes https://oss-fuzz.com/testcase-detail/5549945449480192
2411     
2412     In prune_langsys: move LangSys visited check up before any work is done for a LangSys. In this particular case the compare() method is responsible for the majority of the time spent and wasn't being guarded with a visisted check.
2413
2414  src/hb-ot-layout-common.hh                             |  10 +++++++---
2415  ...estcase-minimized-hb-subset-fuzzer-5549945449480192 | Bin 0 -> 562733 bytes
2416  2 files changed, 7 insertions(+), 3 deletions(-)
2417
2418 commit c4573c2ec793dc9a124654f0d0d349df7787fa45
2419 Author: Garret Rieger <grieger@google.com>
2420 Date:   Tue Dec 14 14:49:15 2021 -0800
2421
2422     [repacker] don't infinite loop if visited or roots is in error.
2423     
2424     Fixes https://oss-fuzz.com/testcase-detail/5205038086094848
2425
2426  src/hb-repacker.hh                                     |   7 +++++++
2427  ...estcase-minimized-hb-subset-fuzzer-5205038086094848 | Bin 0 -> 129192 bytes
2428  2 files changed, 7 insertions(+)
2429
2430 commit 449c4296a11a8b3d3882d4a4d6705281f5ff52e5
2431 Author: Khaled Hosny <khaled@aliftype.com>
2432 Date:   Sun Dec 12 07:50:06 2021 +0200
2433
2434     [ci] Try harder to fix this randomly failing job
2435     
2436     The default --num-processes is the number of CPUs multiplied by 5,
2437     which seems to give this VM a hard-time. Even the number of CPUs is too
2438     much, so lets use half of that (I’m adding one just in case the division
2439     gives zero).
2440
2441  .circleci/config.yml | 2 +-
2442  1 file changed, 1 insertion(+), 1 deletion(-)
2443
2444 commit 52a33a15a409550fdc6496cfcb16168b371e2aaf
2445 Author: Khaled Hosny <khaled@aliftype.com>
2446 Date:   Sun Dec 12 07:43:58 2021 +0200
2447
2448     [ci] Try to fix the randomly failing valgrind job
2449
2450  .circleci/config.yml | 2 +-
2451  1 file changed, 1 insertion(+), 1 deletion(-)
2452
2453 commit be91d2917d9860326cb5fd1d03ffe1042a72f6d3
2454 Author: Khaled Hosny <khaled@aliftype.com>
2455 Date:   Sun Dec 12 04:45:54 2021 +0200
2456
2457     3.2.0
2458
2459  NEWS             | 16 ++++++++++++++++
2460  configure.ac     |  2 +-
2461  meson.build      |  2 +-
2462  src/hb-version.h |  6 +++---
2463  4 files changed, 21 insertions(+), 5 deletions(-)
2464
2465 commit 77507a1d8d872d8cd4f62b807e933cd3e2cdb110
2466 Author: Garret Rieger <grieger@google.com>
2467 Date:   Fri Dec 10 14:10:04 2021 -0800
2468
2469     [subset] Don't double count visit lookups in closure_lookups
2470     
2471     Each recursed lookup was getting counted once in closure_lookups() and then again in hb_closure_lookups_context_t::recurse.
2472
2473  src/hb-ot-layout-gsubgpos.hh | 6 +++++-
2474  1 file changed, 5 insertions(+), 1 deletion(-)
2475
2476 commit d67025705f0c4993cdd756bc47d942e14ceed0a1
2477 Author: Garret Rieger <grieger@google.com>
2478 Date:   Fri Dec 10 13:52:05 2021 -0800
2479
2480     [subset] reset the visited lookup count before each closure iteration.
2481
2482  src/hb-ot-layout-gsubgpos.hh | 3 +++
2483  src/hb-ot-layout.cc          | 1 +
2484  2 files changed, 4 insertions(+)
2485
2486 commit 23159084b43c1ce429d9e98035bf845919fd8a89
2487 Author: Behdad Esfahbod <behdad@behdad.org>
2488 Date:   Fri Dec 10 15:00:16 2021 -0700
2489
2490     [morx] Reverse graphemese, not whole buffer
2491     
2492     Fixes https://github.com/harfbuzz/harfbuzz/issues/3314
2493     Supersedes https://github.com/harfbuzz/harfbuzz/pull/3315
2494
2495  src/hb-aat-layout-morx-table.hh            |  4 ++--
2496  src/hb-ot-layout.hh                        |  6 ++++++
2497  src/hb-ot-shape.cc                         | 15 +--------------
2498  test/shape/data/in-house/tests/macos.tests |  3 +++
2499  4 files changed, 12 insertions(+), 16 deletions(-)
2500
2501 commit 5b995526f7d0d1e688f68005b410a93cf1685544
2502 Author: Behdad Esfahbod <behdad@behdad.org>
2503 Date:   Fri Dec 10 14:59:56 2021 -0700
2504
2505     [buffer] Fix reverse_group() to reverse() at the end
2506
2507  src/hb-buffer.hh | 4 ++--
2508  1 file changed, 2 insertions(+), 2 deletions(-)
2509
2510 commit 21c4fc1011854547edf564573fdbec4687e76e04
2511 Author: Behdad Esfahbod <behdad@behdad.org>
2512 Date:   Fri Dec 10 13:02:43 2021 -0700
2513
2514     [buffer] Add optional merge_clusters arg to reverse_groups()
2515
2516  src/hb-buffer.hh | 7 ++++++-
2517  1 file changed, 6 insertions(+), 1 deletion(-)
2518
2519 commit e949e512181d04da1add14f6133a6d68f7a60fc2
2520 Author: Behdad Esfahbod <behdad@behdad.org>
2521 Date:   Fri Dec 10 12:58:27 2021 -0700
2522
2523     [ot-layout] Port foreach_grapheme to buffer foreach_group
2524
2525  src/hb-ot-layout.hh | 22 ++++++----------------
2526  1 file changed, 6 insertions(+), 16 deletions(-)
2527
2528 commit eb96e69d18aa45a623c05bf69e562b3918724f6f
2529 Author: Behdad Esfahbod <behdad@behdad.org>
2530 Date:   Fri Dec 10 12:55:29 2021 -0700
2531
2532     [buffer] Add foreach_group()
2533
2534  src/hb-buffer.hh | 40 ++++++++++++++++++++--------------------
2535  1 file changed, 20 insertions(+), 20 deletions(-)
2536
2537 commit 1b78e04c78338266c200226bccb21188355046ca
2538 Author: Behdad Esfahbod <behdad@behdad.org>
2539 Date:   Fri Dec 10 12:45:43 2021 -0700
2540
2541     [buffer] Add ::reverse_groups()
2542
2543  src/hb-buffer.cc | 23 -----------------------
2544  src/hb-buffer.hh | 26 +++++++++++++++++++++++++-
2545  2 files changed, 25 insertions(+), 24 deletions(-)
2546
2547 commit 4cd96e73e40acfa65b7d0726a7186bf31c169b2a
2548 Author: Behdad Esfahbod <behdad@behdad.org>
2549 Date:   Fri Dec 10 12:33:21 2021 -0700
2550
2551     [buffer] Inline revers_range() / reverse()
2552
2553  src/hb-buffer.cc | 23 -----------------------
2554  src/hb-buffer.hh | 10 ++++++++--
2555  2 files changed, 8 insertions(+), 25 deletions(-)
2556
2557 commit 5914acb3cbb3634e9e94e0e571d96b806b7ecacf
2558 Author: Garret Rieger <grieger@google.com>
2559 Date:   Fri Dec 10 10:05:47 2021 -0800
2560
2561     [repacker] Clear distance and position cache when assigning a new space.
2562     
2563     A change in space will effect the distance assigned to the node and any of it's children so clear the distance cache.
2564
2565  src/hb-repacker.hh | 2 ++
2566  1 file changed, 2 insertions(+)
2567
2568 commit 706014f69dc2cde140e17faf32d32a1cbd5d0000
2569 Author: Qunxin Liu <qxliu@google.com>
2570 Date:   Wed Dec 1 20:20:12 2021 -0800
2571
2572     [subset] (Chain)ContextSubst glyph_closure fix
2573     
2574     - When pos_glyphs is empty, use current full glyphs set as input for
2575     subsequent recursive closure process
2576     - Also increase max_lookup_visit_count to 35000 cause a real font file hit
2577     previous limit 20000 and some lookups are dropped unexpectedly
2578
2579  src/hb-ot-layout-common.hh                         |   6 +++---
2580  src/hb-ot-layout-gsubgpos.hh                       |  24 +++++++++++++--------
2581  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11372 -> 19032 bytes
2582  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17640 -> 25608 bytes
2583  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3512 -> 8040 bytes
2584  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12360 -> 22776 bytes
2585  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19340 -> 27772 bytes
2586  ...taliqUrdu-Bold.default.retain-all-codepoint.ttf | Bin 0 -> 543364 bytes
2587  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18208 -> 25868 bytes
2588  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23704 -> 31676 bytes
2589  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9160 -> 13688 bytes
2590  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18164 -> 28580 bytes
2591  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25392 -> 33824 bytes
2592  ...qUrdu-Bold.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 543364 bytes
2593  test/subset/data/fonts/NotoNastaliqUrdu-Bold.ttf   | Bin 459600 -> 589224 bytes
2594  .../data/tests/layout.notonastaliqurdu.tests       |   1 +
2595  16 files changed, 19 insertions(+), 12 deletions(-)
2596
2597 commit 441877f56aa09bc848a8860007232a7be5e179d9
2598 Author: Garret Rieger <grieger@google.com>
2599 Date:   Thu Dec 9 16:38:05 2021 -0800
2600
2601     [repacker] add test case for using max priority to resolve an overflow.
2602
2603  src/test-repacker.cc | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2604  1 file changed, 73 insertions(+)
2605
2606 commit be2c488e5d20db18e3ee82dee6a22056ed526add
2607 Author: Garret Rieger <grieger@google.com>
2608 Date:   Thu Dec 9 15:44:06 2021 -0800
2609
2610     [repacker] Improve vertex priority packing.
2611     
2612     Previous priority implementation would move a node further back within it's layer, but at max priority was unable to move any further up than that. This updates the implementation to have 3 priority levels:
2613     1. Distance is reduced by half of table size.
2614     2. Distance is reduced by full table size (move to beginning of the layer).
2615     3. Distance is set to 0. Vertex will be packed as soon as possible.
2616     
2617     Also makes the iterative resolutions aware of max priority, so it won't keep trying to raise priority beyond the maximum.
2618
2619  src/hb-repacker.hh | 38 +++++++++++++++++++++++++++++---------
2620  1 file changed, 29 insertions(+), 9 deletions(-)
2621
2622 commit 2404617a605cd8c419fe67afa012ddc90a24c685
2623 Author: David Corbett <corbett.dav@northeastern.edu>
2624 Date:   Wed Dec 8 21:10:22 2021 -0500
2625
2626     Update language system tag registry to OT 1.9
2627
2628  src/gen-tag-table.py   | 11 +++++++++--
2629  src/hb-ot-tag-table.hh | 14 +++++++++++++-
2630  2 files changed, 22 insertions(+), 3 deletions(-)
2631
2632 commit 002a1f70b81d56b882bd5a68ebdc22c015e88f7f
2633 Author: Behdad Esfahbod <behdad@behdad.org>
2634 Date:   Wed Dec 8 10:45:30 2021 -0800
2635
2636     [ft] Disable vertical funcs if HB_NO_VERTICAL
2637
2638  src/hb-ft.cc | 15 ++++++++++++---
2639  1 file changed, 12 insertions(+), 3 deletions(-)
2640
2641 commit ef14cad736e499f42281e09d3835ad667245e4be
2642 Author: Behdad Esfahbod <behdad@behdad.org>
2643 Date:   Wed Dec 8 10:43:52 2021 -0800
2644
2645     [GPOS] Disable vertical advance if HB_NO_VERTICAL
2646
2647  src/hb-ot-layout-gpos-table.hh | 8 +++++++-
2648  1 file changed, 7 insertions(+), 1 deletion(-)
2649
2650 commit 6ed22de1279f7e68666bd9f024a80a4a48a1a467
2651 Author: Behdad Esfahbod <behdad@behdad.org>
2652 Date:   Wed Dec 8 10:40:40 2021 -0800
2653
2654     [CONFIG] Fix HB_NO_VERTICAL build without HB_TINY
2655
2656  src/hb-ot-glyf-table.hh | 12 ++++++++++--
2657  src/hb-ot-metrics.cc    |  2 ++
2658  2 files changed, 12 insertions(+), 2 deletions(-)
2659
2660 commit 53eebc7cd2680a41c3e7c7ac363b7ecc1355d655
2661 Author: Behdad Esfahbod <behdad@behdad.org>
2662 Date:   Wed Dec 8 08:32:41 2021 -0800
2663
2664     [CONFIG] Add HB_NO_VERTICAL
2665
2666  src/hb-ot-face-table-list.hh |  2 ++
2667  src/hb-ot-font.cc            | 18 +++++++++++++++---
2668  src/hb-ot-glyf-table.hh      | 25 ++++++++++++++++++++++---
2669  src/hb-ot-hmtx-table.hh      |  9 ++++++++-
2670  src/hb-ot-metrics.cc         |  5 +++++
2671  src/hb-ot-shape.cc           |  4 ++++
2672  6 files changed, 56 insertions(+), 7 deletions(-)
2673
2674 commit 9bc5d2903a6c1669a3bd8aa47f42d34c6bbcf763
2675 Author: Behdad Esfahbod <behdad@behdad.org>
2676 Date:   Wed Dec 8 08:16:17 2021 -0800
2677
2678     [TINY] Don't disable VORG table in any config profile
2679     
2680     Is needed for vertical layout of CFF fonts.
2681     
2682     Fixes https://github.com/harfbuzz/harfbuzz/discussions/3294#discussioncomment-1770313
2683
2684  src/hb-ot-face-table-list.hh | 2 +-
2685  src/hb-ot-font.cc            | 2 --
2686  2 files changed, 1 insertion(+), 3 deletions(-)
2687
2688 commit 3e4a25098df348c459f57829d84c4b0ebb3efc97
2689 Author: Garret Rieger <grieger@google.com>
2690 Date:   Mon Dec 6 16:00:15 2021 -0800
2691
2692     [repacker] add a maximum number of roots that can be moved in one iteration.
2693     
2694     Set to half of the roots in a space. This prevents the repacker from moving all roots in a space to a new space if their are overflows in every root.
2695
2696  src/hb-repacker.hh | 21 ++++++++++++---------
2697  1 file changed, 12 insertions(+), 9 deletions(-)
2698
2699 commit 02b12d7965710de93fa4b42617113e66ddf19add
2700 Author: Garret Rieger <grieger@google.com>
2701 Date:   Mon Dec 6 15:23:35 2021 -0800
2702
2703     [repacker] Move all overflowing roots to a new space simultaneously.
2704
2705  src/hb-repacker.hh | 69 +++++++++++++++++++++++++++++++++++++-----------------
2706  1 file changed, 47 insertions(+), 22 deletions(-)
2707
2708 commit fa966bcc29e84a579fc32af7663a50bfe7814b1a
2709 Author: Garret Rieger <grieger@google.com>
2710 Date:   Mon Dec 6 12:54:19 2021 -0800
2711
2712     [repacker] create repacker output buffer after final length is known.
2713     
2714     Don't rely on a buffer provided by the caller, as it may not be large enough.
2715
2716  src/hb-repacker.hh   | 60 ++++++++++++++++++++++++++----------
2717  src/hb-subset.cc     | 18 +++++------
2718  src/test-repacker.cc | 87 ++++++++++++++++++----------------------------------
2719  3 files changed, 80 insertions(+), 85 deletions(-)
2720
2721 commit 51655a078e599c532b739c1e58556d873dabf6b0
2722 Author: Qunxin Liu <qxliu@google.com>
2723 Date:   Sun Dec 5 19:27:57 2021 -0800
2724
2725     [subset] COLR : only include glyphs after COLR closure
2726
2727  src/hb-ot-color-colr-table.hh                         |  18 ++++++++++++------
2728  src/hb-subset-plan.cc                                 |   4 +++-
2729  src/hb-subset-plan.hh                                 |   1 +
2730  test/subset/data/Makefile.am                          |   1 +
2731  test/subset/data/Makefile.sources                     |   1 +
2732  .../colr_glyphs/BungeeColor-Regular.default.41.ttf    | Bin 0 -> 1664 bytes
2733  .../BungeeColor-Regular.drop-hints-retain-gids.41.ttf | Bin 0 -> 3384 bytes
2734  .../colr_glyphs/BungeeColor-Regular.drop-hints.41.ttf | Bin 0 -> 1656 bytes
2735  .../BungeeColor-Regular.retain-gids.41.ttf            | Bin 0 -> 3392 bytes
2736  test/subset/data/fonts/BungeeColor-Regular.ttf        | Bin 0 -> 75348 bytes
2737  test/subset/data/tests/colr_glyphs.tests              |  11 +++++++++++
2738  test/subset/meson.build                               |   1 +
2739  12 files changed, 30 insertions(+), 7 deletions(-)
2740
2741 commit 70f8c57e5c72697bdd2dc84b3573e1e90a94d681
2742 Author: Behdad Esfahbod <behdad@behdad.org>
2743 Date:   Sat Dec 4 19:49:23 2021 -0800
2744
2745     [buffer] Rename find_min_cluster
2746
2747  src/hb-buffer.cc | 7 ++++---
2748  src/hb-buffer.hh | 8 ++++----
2749  2 files changed, 8 insertions(+), 7 deletions(-)
2750
2751 commit 94d43c008ab4ec2281b693af1f4014b1ebce1b14
2752 Author: Behdad Esfahbod <behdad@behdad.org>
2753 Date:   Sat Dec 4 16:56:39 2021 -0800
2754
2755     [buffer] Merge and rename clear_glyph_flags()
2756
2757  src/hb-buffer.hh               | 5 ++---
2758  src/hb-coretext.cc             | 2 +-
2759  src/hb-directwrite.cc          | 2 +-
2760  src/hb-fallback-shape.cc       | 2 +-
2761  src/hb-graphite2.cc            | 2 +-
2762  src/hb-ot-layout-gsub-table.hh | 2 +-
2763  src/hb-uniscribe.cc            | 2 +-
2764  7 files changed, 8 insertions(+), 9 deletions(-)
2765
2766 commit b95d252fabca73ded3c7529ba726499ec6dcda5d
2767 Author: Behdad Esfahbod <behdad@behdad.org>
2768 Date:   Fri Dec 3 11:49:55 2021 -0700
2769
2770     [CONFIG] Add HB_CONFIG_OVERRIDE_H to simplify config overrides
2771
2772  CONFIG.md        | 15 +++++++++++----
2773  src/hb-config.hh |  7 +++++--
2774  2 files changed, 16 insertions(+), 6 deletions(-)
2775
2776 commit 74b46b29e7ebb8521fdbf92325a3798083381237
2777 Author: Qunxin Liu <qxliu@google.com>
2778 Date:   Thu Dec 2 19:50:16 2021 -0800
2779
2780     [subset] MATH: don't serialize coverage table when iterator is empty
2781     
2782     when iterator is empty, just set coverage offset to 0.
2783     serialize() in coverage will at lease write out a 16-bit format header.
2784
2785  src/hb-ot-math-table.hh                                |  10 +++++++---
2786  test/subset/data/Makefile.am                           |   1 +
2787  test/subset/data/Makefile.sources                      |   1 +
2788  .../Caudex-Regular.default.retain-all-codepoint.ttf    | Bin 0 -> 417604 bytes
2789  ...Caudex-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 436712 bytes
2790  ...r.keep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 417604 bytes
2791  ...dex-Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 417780 bytes
2792  ...Caudex-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 417620 bytes
2793  test/subset/data/fonts/Caudex-Regular.ttf              | Bin 0 -> 466324 bytes
2794  test/subset/data/tests/math_coverage_offset.tests      |  12 ++++++++++++
2795  test/subset/meson.build                                |   1 +
2796  11 files changed, 22 insertions(+), 3 deletions(-)
2797
2798 commit 1d9ef3a75a445a52d084e805d4abdbaaa4c782d7
2799 Author: Garret Rieger <grieger@google.com>
2800 Date:   Wed Dec 1 10:30:27 2021 -0800
2801
2802     [subset] Actually fix end_cp unitialized warning.
2803
2804  src/hb-ot-cmap-table.hh | 4 ++--
2805  1 file changed, 2 insertions(+), 2 deletions(-)
2806
2807 commit d8635dfe5a06d1112ea563dcef788097b7b124af
2808 Author: Garret Rieger <grieger@google.com>
2809 Date:   Wed Dec 1 10:14:10 2021 -0800
2810
2811     [subset] Fix warning about uninitialized use of end_cp.
2812
2813  src/hb-ot-cmap-table.hh | 4 ++--
2814  1 file changed, 2 insertions(+), 2 deletions(-)
2815
2816 commit 6c81cd9543f35cbc54e938b402355990a3b0859c
2817 Author: Khaled Hosny <khaled@aliftype.com>
2818 Date:   Wed Dec 1 19:29:34 2021 +0200
2819
2820     [tests] Add tests for platform shapers
2821     
2822     Fixes https://github.com/harfbuzz/harfbuzz/issues/3115
2823
2824  test/shape/data/in-house/meson.build             | 14 +++++++++++++-
2825  test/shape/data/in-house/tests/coretext.tests    |  1 +
2826  test/shape/data/in-house/tests/directwrite.tests |  1 +
2827  test/shape/data/in-house/tests/uniscribe.tests   |  1 +
2828  test/shape/meson.build                           | 11 +++++++++++
2829  5 files changed, 27 insertions(+), 1 deletion(-)
2830
2831 commit 7608b191672972efdc69ce49c22001346f5470c0
2832 Author: Khaled Hosny <khaled@aliftype.com>
2833 Date:   Wed Dec 1 18:57:21 2021 +0200
2834
2835     [directwrite] Set unsafe to break flag
2836     
2837     Like the rest of platform shapers. Otherwise hb-shape --verify goes
2838     crazy.
2839
2840  src/hb-directwrite.cc | 2 ++
2841  1 file changed, 2 insertions(+)
2842
2843 commit 361a438658dcddea29d7c8b9c68bf2bc88109bde
2844 Author: Khaled Hosny <khaled@aliftype.com>
2845 Date:   Wed Dec 1 03:16:46 2021 +0200
2846
2847     Revert "Revert "[hb-directwrite] Don't load dwrit.dll dynamically""
2848     
2849     This reverts commit ecbe224743c205c99aa459b27e7fb241cc4b1dc5.
2850     
2851     It was causing directwrite shaper to crash in MSVC builds.
2852
2853  src/hb-directwrite.cc | 36 ++----------------------------------
2854  1 file changed, 2 insertions(+), 34 deletions(-)
2855
2856 commit 549e2b7038282e34f83b54b36fabf02de0cbfcae
2857 Author: Khaled Hosny <khaled@aliftype.com>
2858 Date:   Wed Dec 1 03:16:26 2021 +0200
2859
2860     Revert "Remove direct link to dwrite from meson scripts"
2861     
2862     This reverts commit 6ea6c581edb3cecf1b4b42854e37b40d6d067cd3.
2863
2864  meson.build     | 7 ++++++-
2865  src/meson.build | 1 +
2866  2 files changed, 7 insertions(+), 1 deletion(-)
2867
2868 commit 071aea42c28e84e89b550de03cbd0094382f634c
2869 Author: Garret Rieger <grieger@google.com>
2870 Date:   Tue Nov 30 16:16:06 2021 -0800
2871
2872     [iter] add specialized implementation for hb_concat forward when iterators are not random access.
2873
2874  src/hb-iter.hh   | 20 +++++++++++++++-----
2875  src/test-iter.cc | 19 +++++++++++++++++++
2876  2 files changed, 34 insertions(+), 5 deletions(-)
2877
2878 commit 2e935514d9790f6f8a7f6639c9564b3d7237d6d3
2879 Author: Garret Rieger <grieger@google.com>
2880 Date:   Tue Nov 30 16:02:05 2021 -0800
2881
2882     [iter] fix forward implementation in hb_concat().
2883     
2884     Add test coverage for forward.
2885
2886  src/hb-iter.hh   |  6 ++++--
2887  src/test-iter.cc | 22 ++++++++++++++++++++++
2888  2 files changed, 26 insertions(+), 2 deletions(-)
2889
2890 commit 39e76af19ed6ab798d4671ff3e7a4b71e2abe6cf
2891 Author: Garret Rieger <grieger@google.com>
2892 Date:   Tue Nov 30 15:25:40 2021 -0800
2893
2894     [subset] add all_links () to object_t.
2895     
2896     Helper to provide easy access to concatenated real and virtual links iterator.
2897
2898  src/hb-repacker.hh  | 44 +++++++++++++++-----------------------------
2899  src/hb-serialize.hh |  5 +++++
2900  2 files changed, 20 insertions(+), 29 deletions(-)
2901
2902 commit 9121ed0cecab2296ee2a18042ed89c0ce95dbbaa
2903 Author: Garret Rieger <grieger@google.com>
2904 Date:   Tue Nov 30 13:45:22 2021 -0800
2905
2906     [subset] Improve sharing of Ligature subtables.
2907     
2908     Ligature subtables use virtual links to enforce an ordering constraint between the subtables and the coverage table. Unfortunately this has the sideeffect of prevent the subtables from being shared by another Ligature with a different coverage table since object equality compares all links real and virtual. This change makes virtual links stored separately from real links and updates the equality check to only check real links. If an object is de-duped any virtual links it has are merged into the object that replaces it.
2909
2910  src/hb-repacker.hh                                 |  84 +++++++-----
2911  src/hb-serialize.hh                                |  50 ++++---
2912  src/test-repacker.cc                               | 150 +++++++++++++--------
2913  ...ic-Regular.layout-test.retain-all-codepoint.ttf | Bin 46544 -> 46524 bytes
2914  ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174024 -> 173756 bytes
2915  ...rah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 99288 -> 99020 bytes
2916  ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174324 -> 174056 bytes
2917  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17732 -> 17640 bytes
2918  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19432 -> 19340 bytes
2919  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23792 -> 23704 bytes
2920  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25484 -> 25392 bytes
2921  ...hnadevaraya-Regular.default.c30,c36,c40,c4d.ttf | Bin 10860 -> 10848 bytes
2922  ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 572812 -> 572104 bytes
2923  ...evaraya-Regular.glyph-names.c30,c36,c40,c4d.ttf | Bin 11292 -> 11280 bytes
2924  ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 608460 -> 607752 bytes
2925  ...raya-Regular.notdef-outline.c30,c36,c40,c4d.ttf | Bin 10940 -> 10928 bytes
2926  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 572892 -> 572184 bytes
2927  ...evaraya-Regular.retain-gids.c30,c36,c40,c4d.ttf | Bin 16880 -> 16868 bytes
2928  ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 572824 -> 572116 bytes
2929  19 files changed, 181 insertions(+), 103 deletions(-)
2930
2931 commit ca227411102b615edb40a78d2355d2f6cf5291c5
2932 Author: Garret Rieger <grieger@google.com>
2933 Date:   Tue Nov 30 12:53:15 2021 -0800
2934
2935     [iter] add hb_concat (a, b).
2936     
2937     Iterates over a, and then over b.
2938
2939  src/hb-iter.hh   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2940  src/test-iter.cc | 33 +++++++++++++++++++++++++
2941  2 files changed, 106 insertions(+)
2942
2943 commit 95329081c2c6e7f763b466ea3cfc9630ddb23dcf
2944 Author: Garret Rieger <grieger@google.com>
2945 Date:   Fri Nov 26 16:18:42 2021 -0800
2946
2947     [subset] further optimize cmap4 packing.
2948
2949  src/hb-ot-cmap-table.hh                            |  48 +++++++++++++++------
2950  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
2951  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191568 -> 191560 bytes
2952  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191520 -> 191512 bytes
2953  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
2954  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229684 -> 229676 bytes
2955  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223388 -> 223380 bytes
2956  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220884 -> 220876 bytes
2957  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222432 -> 222424 bytes
2958  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
2959  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
2960  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222692 -> 222684 bytes
2961  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223288 -> 223280 bytes
2962  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222740 -> 222732 bytes
2963  ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 280064 -> 280056 bytes
2964  ...traLightItalic.default.retain-all-codepoint.ttf | Bin 134364 -> 134344 bytes
2965  ...ightItalic.glyph-names.retain-all-codepoint.ttf | Bin 145640 -> 145620 bytes
2966  ...tItalic.notdef-outline.retain-all-codepoint.ttf | Bin 134492 -> 134472 bytes
2967  ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120040 -> 120020 bytes
2968  ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132284 -> 132264 bytes
2969  ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120040 -> 120020 bytes
2970  .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 410180 -> 410092 bytes
2971  ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 435008 -> 434920 bytes
2972  ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 410180 -> 410092 bytes
2973  ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 412556 -> 412468 bytes
2974  ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 130076 -> 129952 bytes
2975  ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 152052 -> 151928 bytes
2976  ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 133180 -> 133056 bytes
2977  ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1033572 -> 1033528 bytes
2978  ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1086348 -> 1086304 bytes
2979  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1033820 -> 1033776 bytes
2980  ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1048752 -> 1048716 bytes
2981  32 files changed, 36 insertions(+), 12 deletions(-)
2982
2983 commit 599143824c39b3cf37c3cb714364b58d45fc0d3d
2984 Author: Garret Rieger <grieger@google.com>
2985 Date:   Fri Nov 26 14:19:39 2021 -0800
2986
2987     [subset] Don't pad glyphs when using long loca.
2988
2989  src/hb-ot-glyf-table.hh                            |  36 +++++++++++++--------
2990  ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 280296 -> 280064 bytes
2991  ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174308 -> 174024 bytes
2992  ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174608 -> 174324 bytes
2993  .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 410932 -> 410180 bytes
2994  ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 435760 -> 435008 bytes
2995  ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 410932 -> 410180 bytes
2996  ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 413308 -> 412556 bytes
2997  ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1035756 -> 1033572 bytes
2998  ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1088532 -> 1086348 bytes
2999  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1036004 -> 1033820 bytes
3000  ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1050936 -> 1048752 bytes
3001  ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 573428 -> 572812 bytes
3002  ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 609076 -> 608460 bytes
3003  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 573508 -> 572892 bytes
3004  ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 573440 -> 572824 bytes
3005  16 files changed, 22 insertions(+), 14 deletions(-)
3006
3007 commit d9660fd58a3ade1c8962e5cd3f7538a5b5189262
3008 Author: Garret Rieger <grieger@google.com>
3009 Date:   Thu Nov 25 18:15:35 2021 -0800
3010
3011     [subset] Make cmap4 packing more optimal.
3012     
3013     The current CMAP4 implementation uses whatever the current codepoint ranges are and then encodes them as indivudal glyph ids or as a delta if possible. However, it's often possible to save bytes by splitting up existing ranges and encoding parts of them using deltas where the cost of splitting the range is less than encoding each glyph individual.
3014
3015  src/hb-ot-cmap-table.hh                            | 246 ++++++++++++---------
3016  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
3017  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191568 bytes
3018  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191520 bytes
3019  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
3020  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229684 bytes
3021  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223388 bytes
3022  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220884 bytes
3023  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222432 bytes
3024  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
3025  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
3026  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222692 bytes
3027  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223288 bytes
3028  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222740 bytes
3029  ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 281092 -> 280296 bytes
3030  ...Gothic-Regular.default.retain-all-codepoint.ttf | Bin 44584 -> 44544 bytes
3031  ...ic-Regular.layout-test.retain-all-codepoint.ttf | Bin 46584 -> 46544 bytes
3032  ...ic-Regular.retain-gids.retain-all-codepoint.ttf | Bin 44592 -> 44552 bytes
3033  ...traLightItalic.default.retain-all-codepoint.ttf | Bin 134520 -> 134364 bytes
3034  ...ightItalic.glyph-names.retain-all-codepoint.ttf | Bin 145796 -> 145640 bytes
3035  ...tItalic.notdef-outline.retain-all-codepoint.ttf | Bin 134648 -> 134492 bytes
3036  ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120236 -> 120040 bytes
3037  ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132480 -> 132284 bytes
3038  ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120236 -> 120040 bytes
3039  .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 412764 -> 410932 bytes
3040  ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 437592 -> 435760 bytes
3041  ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 412764 -> 410932 bytes
3042  ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 415140 -> 413308 bytes
3043  ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 131672 -> 130076 bytes
3044  ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 153648 -> 152052 bytes
3045  ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 134776 -> 133180 bytes
3046  ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1038580 -> 1035756 bytes
3047  ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1091356 -> 1088532 bytes
3048  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1038828 -> 1036004 bytes
3049  ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1053656 -> 1050936 bytes
3050  35 files changed, 143 insertions(+), 103 deletions(-)
3051
3052 commit 8aed5c21a31eece6a9f3cd775fda8facb6c28b9b
3053 Author: Khaled Hosny <khaled@aliftype.com>
3054 Date:   Fri Nov 26 17:54:18 2021 +0200
3055
3056     3.1.2
3057
3058  NEWS             | 9 +++++++++
3059  configure.ac     | 2 +-
3060  meson.build      | 2 +-
3061  src/hb-version.h | 4 ++--
3062  4 files changed, 13 insertions(+), 4 deletions(-)
3063
3064 commit 720ab0883b4bd7daa32a3c46031a9d8adb5c8a5f
3065 Author: Behdad Esfahbod <behdad@behdad.org>
3066 Date:   Thu Nov 25 11:49:16 2021 -0700
3067
3068     [util] Add --single-par
3069     
3070     Use it in aots tests
3071     
3072     Fixes https://github.com/harfbuzz/harfbuzz/issues/3129
3073     Related https://github.com/harfbuzz/harfbuzz/issues/3298
3074
3075  test/shape/data/aots/hb-aots-tester.cpp            |  2 +-
3076  test/shape/data/aots/tests/classdef1.tests         |  2 +-
3077  test/shape/data/aots/tests/classdef1_empty.tests   |  2 +-
3078  .../shape/data/aots/tests/classdef1_multiple.tests |  2 +-
3079  test/shape/data/aots/tests/classdef1_single.tests  |  2 +-
3080  test/shape/data/aots/tests/classdef2.tests         |  2 +-
3081  test/shape/data/aots/tests/classdef2_empty.tests   |  2 +-
3082  .../shape/data/aots/tests/classdef2_multiple.tests |  2 +-
3083  test/shape/data/aots/tests/classdef2_single.tests  |  2 +-
3084  test/shape/data/aots/tests/cmap0.tests             |  2 +-
3085  test/shape/data/aots/tests/cmap10.tests            |  4 ++--
3086  test/shape/data/aots/tests/cmap12.tests            |  2 +-
3087  test/shape/data/aots/tests/cmap2.tests             |  2 +-
3088  test/shape/data/aots/tests/cmap4.tests             | 12 ++++++------
3089  test/shape/data/aots/tests/cmap6.tests             |  4 ++--
3090  test/shape/data/aots/tests/cmap8.tests             |  2 +-
3091  .../shape/data/aots/tests/gpos1_1_lookupflag.tests |  2 +-
3092  test/shape/data/aots/tests/gpos1_1_simple.tests    |  8 ++++----
3093  test/shape/data/aots/tests/gpos1_2.tests           |  2 +-
3094  .../shape/data/aots/tests/gpos1_2_lookupflag.tests |  2 +-
3095  test/shape/data/aots/tests/gpos2_1.tests           |  4 ++--
3096  .../shape/data/aots/tests/gpos2_1_lookupflag.tests |  4 ++--
3097  .../shape/data/aots/tests/gpos2_1_next_glyph.tests |  4 ++--
3098  test/shape/data/aots/tests/gpos2_1_simple.tests    |  4 ++--
3099  test/shape/data/aots/tests/gpos2_2.tests           | 10 +++++-----
3100  test/shape/data/aots/tests/gpos3.tests             | 22 +++++++++++-----------
3101  test/shape/data/aots/tests/gpos3_lookupflag.tests  |  4 ++--
3102  test/shape/data/aots/tests/gpos4_lookupflag.tests  |  4 ++--
3103  .../data/aots/tests/gpos4_multiple_anchors.tests   |  2 +-
3104  test/shape/data/aots/tests/gpos4_simple.tests      | 10 +++++-----
3105  test/shape/data/aots/tests/gpos5.tests             |  4 ++--
3106  test/shape/data/aots/tests/gpos6.tests             |  6 +++---
3107  test/shape/data/aots/tests/gpos7_1.tests           |  4 ++--
3108  test/shape/data/aots/tests/gpos9.tests             |  4 ++--
3109  .../data/aots/tests/gpos_chaining1_boundary.tests  |  8 ++++----
3110  .../aots/tests/gpos_chaining1_lookupflag.tests     |  2 +-
3111  .../tests/gpos_chaining1_multiple_subrules.tests   |  4 ++--
3112  .../aots/tests/gpos_chaining1_next_glyph.tests     |  2 +-
3113  .../data/aots/tests/gpos_chaining1_simple.tests    | 22 +++++++++++-----------
3114  .../aots/tests/gpos_chaining1_successive.tests     |  2 +-
3115  .../data/aots/tests/gpos_chaining2_boundary.tests  |  8 ++++----
3116  .../aots/tests/gpos_chaining2_lookupflag.tests     |  2 +-
3117  .../tests/gpos_chaining2_multiple_subrules.tests   |  4 ++--
3118  .../aots/tests/gpos_chaining2_next_glyph.tests     |  2 +-
3119  .../data/aots/tests/gpos_chaining2_simple.tests    | 22 +++++++++++-----------
3120  .../aots/tests/gpos_chaining2_successive.tests     |  2 +-
3121  .../data/aots/tests/gpos_chaining3_boundary.tests  |  8 ++++----
3122  .../aots/tests/gpos_chaining3_lookupflag.tests     |  2 +-
3123  .../aots/tests/gpos_chaining3_next_glyph.tests     |  2 +-
3124  .../data/aots/tests/gpos_chaining3_simple.tests    | 22 +++++++++++-----------
3125  .../aots/tests/gpos_chaining3_successive.tests     |  2 +-
3126  .../data/aots/tests/gpos_context1_boundary.tests   |  4 ++--
3127  .../data/aots/tests/gpos_context1_expansion.tests  |  2 +-
3128  .../data/aots/tests/gpos_context1_lookupflag.tests |  4 ++--
3129  .../tests/gpos_context1_multiple_subrules.tests    |  4 ++--
3130  .../data/aots/tests/gpos_context1_next_glyph.tests |  2 +-
3131  .../data/aots/tests/gpos_context1_simple.tests     |  6 +++---
3132  .../data/aots/tests/gpos_context1_successive.tests |  2 +-
3133  .../data/aots/tests/gpos_context2_boundary.tests   |  4 ++--
3134  .../data/aots/tests/gpos_context2_classes.tests    |  4 ++--
3135  .../data/aots/tests/gpos_context2_expansion.tests  |  2 +-
3136  .../data/aots/tests/gpos_context2_lookupflag.tests |  4 ++--
3137  .../tests/gpos_context2_multiple_subrules.tests    |  4 ++--
3138  .../data/aots/tests/gpos_context2_next_glyph.tests |  2 +-
3139  .../data/aots/tests/gpos_context2_simple.tests     |  6 +++---
3140  .../data/aots/tests/gpos_context2_successive.tests |  2 +-
3141  .../data/aots/tests/gpos_context3_boundary.tests   |  4 ++--
3142  .../data/aots/tests/gpos_context3_lookupflag.tests |  4 ++--
3143  .../data/aots/tests/gpos_context3_next_glyph.tests |  2 +-
3144  .../data/aots/tests/gpos_context3_simple.tests     |  4 ++--
3145  .../data/aots/tests/gpos_context3_successive.tests |  2 +-
3146  .../shape/data/aots/tests/gsub1_1_lookupflag.tests |  2 +-
3147  test/shape/data/aots/tests/gsub1_1_modulo.tests    |  2 +-
3148  test/shape/data/aots/tests/gsub1_1_simple.tests    |  2 +-
3149  .../shape/data/aots/tests/gsub1_2_lookupflag.tests |  2 +-
3150  test/shape/data/aots/tests/gsub1_2_simple.tests    |  2 +-
3151  .../shape/data/aots/tests/gsub2_1_lookupflag.tests |  2 +-
3152  .../aots/tests/gsub2_1_multiple_sequences.tests    |  2 +-
3153  test/shape/data/aots/tests/gsub2_1_simple.tests    |  4 ++--
3154  .../shape/data/aots/tests/gsub3_1_lookupflag.tests |  2 +-
3155  test/shape/data/aots/tests/gsub3_1_multiple.tests  |  2 +-
3156  test/shape/data/aots/tests/gsub3_1_simple.tests    |  2 +-
3157  .../shape/data/aots/tests/gsub4_1_lookupflag.tests |  2 +-
3158  .../aots/tests/gsub4_1_multiple_ligatures.tests    |  4 ++--
3159  .../data/aots/tests/gsub4_1_multiple_ligsets.tests |  2 +-
3160  test/shape/data/aots/tests/gsub4_1_simple.tests    |  2 +-
3161  test/shape/data/aots/tests/gsub7.tests             |  4 ++--
3162  .../data/aots/tests/gsub_chaining1_boundary.tests  |  8 ++++----
3163  .../aots/tests/gsub_chaining1_lookupflag.tests     |  2 +-
3164  .../tests/gsub_chaining1_multiple_subrules.tests   |  4 ++--
3165  .../aots/tests/gsub_chaining1_next_glyph.tests     |  2 +-
3166  .../data/aots/tests/gsub_chaining1_simple.tests    | 22 +++++++++++-----------
3167  .../aots/tests/gsub_chaining1_successive.tests     |  2 +-
3168  .../data/aots/tests/gsub_chaining2_boundary.tests  |  8 ++++----
3169  .../aots/tests/gsub_chaining2_lookupflag.tests     |  2 +-
3170  .../tests/gsub_chaining2_multiple_subrules.tests   |  4 ++--
3171  .../aots/tests/gsub_chaining2_next_glyph.tests     |  2 +-
3172  .../data/aots/tests/gsub_chaining2_simple.tests    | 22 +++++++++++-----------
3173  .../aots/tests/gsub_chaining2_successive.tests     |  2 +-
3174  .../data/aots/tests/gsub_chaining3_boundary.tests  |  8 ++++----
3175  .../aots/tests/gsub_chaining3_lookupflag.tests     |  2 +-
3176  .../aots/tests/gsub_chaining3_next_glyph.tests     |  2 +-
3177  .../data/aots/tests/gsub_chaining3_simple.tests    | 22 +++++++++++-----------
3178  .../aots/tests/gsub_chaining3_successive.tests     |  2 +-
3179  .../data/aots/tests/gsub_context1_boundary.tests   |  4 ++--
3180  .../data/aots/tests/gsub_context1_expansion.tests  |  2 +-
3181  .../data/aots/tests/gsub_context1_lookupflag.tests |  4 ++--
3182  .../tests/gsub_context1_multiple_subrules.tests    |  4 ++--
3183  .../data/aots/tests/gsub_context1_next_glyph.tests |  2 +-
3184  .../data/aots/tests/gsub_context1_simple.tests     |  6 +++---
3185  .../data/aots/tests/gsub_context1_successive.tests |  2 +-
3186  .../data/aots/tests/gsub_context2_boundary.tests   |  4 ++--
3187  .../data/aots/tests/gsub_context2_classes.tests    |  4 ++--
3188  .../data/aots/tests/gsub_context2_expansion.tests  |  2 +-
3189  .../data/aots/tests/gsub_context2_lookupflag.tests |  4 ++--
3190  .../tests/gsub_context2_multiple_subrules.tests    |  4 ++--
3191  .../data/aots/tests/gsub_context2_next_glyph.tests |  2 +-
3192  .../data/aots/tests/gsub_context2_simple.tests     |  6 +++---
3193  .../data/aots/tests/gsub_context2_successive.tests |  2 +-
3194  .../data/aots/tests/gsub_context3_boundary.tests   |  4 ++--
3195  .../data/aots/tests/gsub_context3_lookupflag.tests |  4 ++--
3196  .../data/aots/tests/gsub_context3_next_glyph.tests |  2 +-
3197  .../data/aots/tests/gsub_context3_simple.tests     |  4 ++--
3198  .../data/aots/tests/gsub_context3_successive.tests |  2 +-
3199  .../data/aots/tests/lookupflag_ignore_attach.tests | 10 +++++-----
3200  .../data/aots/tests/lookupflag_ignore_base.tests   |  4 ++--
3201  .../aots/tests/lookupflag_ignore_combination.tests |  6 +++---
3202  .../aots/tests/lookupflag_ignore_ligatures.tests   |  6 +++---
3203  .../data/aots/tests/lookupflag_ignore_marks.tests  |  2 +-
3204  util/text-options.hh                               | 10 ++++++----
3205  130 files changed, 296 insertions(+), 294 deletions(-)
3206
3207 commit b58afe586f6d100df94cc3a9b716befc68d8abec
3208 Author: Behdad Esfahbod <behdad@behdad.org>
3209 Date:   Thu Nov 25 11:34:24 2021 -0700
3210
3211     [util] Undo treat as single-paragraph text provided on cmdline
3212     
3213     Reverts d92ee726ce3b2fc2c249407d977433f0badcc918
3214     except that it does so even in batch mode.
3215     
3216     Am going to add a --single-par mode that will affect all input
3217     modes.
3218     
3219     Part of https://github.com/harfbuzz/harfbuzz/issues/3129
3220     Fixes https://github.com/harfbuzz/harfbuzz/issues/3298
3221
3222  util/text-options.hh | 34 ++++++++++++++++++++++++++++------
3223  1 file changed, 28 insertions(+), 6 deletions(-)
3224
3225 commit 903a6baecefdbb8a01caed77f215560549e7dd5e
3226 Author: Qunxin Liu <qxliu@google.com>
3227 Date:   Mon Nov 15 19:58:33 2021 -0800
3228
3229     [subset] layout_features filtering fix
3230     
3231     we should not use get_size (), which returns length * item_size
3232
3233  src/hb-subset-plan.cc                                 |  18 +++++++++++++++---
3234  test/subset/data/Makefile.am                          |   1 +
3235  test/subset/data/Makefile.sources                     |   1 +
3236  .../FranklinGothic-Regular.default.61,63,68,69.ttf    | Bin 0 -> 6856 bytes
3237  ...linGothic-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 44584 bytes
3238  ...FranklinGothic-Regular.layout-test.61,63,68,69.ttf | Bin 0 -> 7928 bytes
3239  ...othic-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 46584 bytes
3240  ...FranklinGothic-Regular.retain-gids.61,63,68,69.ttf | Bin 0 -> 7288 bytes
3241  ...othic-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 44592 bytes
3242  test/subset/data/fonts/FranklinGothic-Regular.ttf     | Bin 0 -> 71856 bytes
3243  test/subset/data/tests/layout.default_features.tests  |  11 +++++++++++
3244  test/subset/meson.build                               |   1 +
3245  12 files changed, 29 insertions(+), 3 deletions(-)
3246
3247 commit 3160789701463bcd822c26010da4de33c92c85d9
3248 Author: Khaled Hosny <khaled@aliftype.com>
3249 Date:   Mon Nov 22 03:31:50 2021 +0200
3250
3251     [ci] windows-2016 image is going away in a bit
3252     
3253     https://github.com/actions/virtual-environments/issues/4312
3254     
3255     windows-latest is the same as windows-2019, but we are using explicit
3256     windows-2019 image for when they become different.
3257
3258  .github/workflows/msvc-ci.yml | 6 +++---
3259  1 file changed, 3 insertions(+), 3 deletions(-)
3260
3261 commit ed65577e3d896a2393aa6a92d76da1f81677d45e
3262 Author: Khaled Hosny <khaled@aliftype.com>
3263 Date:   Sat Nov 20 20:51:26 2021 +0200
3264
3265     [ci] Split sanitizers job
3266     
3267     It was running four different builds sequentially. Each should have been
3268     its own job.
3269
3270  .circleci/config.yml | 41 ++++++++++++++++++++++++++++++++++-------
3271  1 file changed, 34 insertions(+), 7 deletions(-)
3272
3273 commit 69d8f27c69b30f2c3726f279c2daa183d954c6b0
3274 Author: Khaled Hosny <khaled@aliftype.com>
3275 Date:   Sat Nov 20 17:09:15 2021 +0200
3276
3277     [meson] Require 0.55.0
3278     
3279     We implicitly require it for building ragel subproject. This new version
3280     requirement should satisfied in both Fedora 33 and Debian bullseye, and
3281     not be too cutting edge for us.
3282
3283  .circleci/config.yml     |  5 +++--
3284  docs/meson.build         |  4 ++--
3285  meson.build              | 39 ++++++++++-----------------------------
3286  perf/meson.build         | 10 ++--------
3287  src/meson.build          | 32 ++++++++------------------------
3288  test/fuzzing/meson.build |  6 +++---
3289  test/shape/meson.build   | 12 ++++++------
3290  test/subset/meson.build  |  8 ++++----
3291  8 files changed, 38 insertions(+), 78 deletions(-)
3292
3293 commit 84dc4e85e889d4b24cca7bb8ef04563fc6d1c3e6
3294 Author: Qunxin Liu <qxliu@google.com>
3295 Date:   Mon Nov 8 09:36:31 2021 -0800
3296
3297     [subset] avoid writing out duplicate extra glyph names in post table
3298     
3299     Add check for possible duplicate with other name index
3300
3301  src/hb-ot-post-table-v2subset.hh                   |  31 +++++++++++++--------
3302  test/subset/data/Makefile.am                       |   1 +
3303  test/subset/data/Makefile.sources                  |   1 +
3304  ...hnadevaraya-Regular.default.c30,c36,c40,c4d.ttf | Bin 0 -> 10860 bytes
3305  ...varaya-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 573428 bytes
3306  ...evaraya-Regular.glyph-names.c30,c36,c40,c4d.ttf | Bin 0 -> 11292 bytes
3307  ...ya-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 609076 bytes
3308  ...raya-Regular.notdef-outline.c30,c36,c40,c4d.ttf | Bin 0 -> 10940 bytes
3309  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 573508 bytes
3310  ...evaraya-Regular.retain-gids.c30,c36,c40,c4d.ttf | Bin 0 -> 16880 bytes
3311  ...ya-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 573440 bytes
3312  .../data/fonts/SreeKrushnadevaraya-Regular.ttf     | Bin 0 -> 612636 bytes
3313  test/subset/data/tests/post.tests                  |  12 ++++++++
3314  test/subset/meson.build                            |   1 +
3315  14 files changed, 34 insertions(+), 12 deletions(-)
3316
3317 commit 325f26290eef9b001df4b750f33698d2a81a47f0
3318 Author: Behdad Esfahbod <behdad@behdad.org>
3319 Date:   Fri Nov 19 17:19:09 2021 -0700
3320
3321     [array] Fix a couple constexpr warnings
3322     
3323     ./subprojects/harfbuzz/src/hb-array.hh:71:25: warning: 'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior [-Wconstexpr-not-const]
3324       constexpr hb_array_t& operator = (const hb_array_t<U> &o)
3325                             ^
3326                                                                 const
3327     ../subprojects/harfbuzz/src/hb-array.hh:72:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions]
3328       { arrayZ = o.arrayZ; length = o.length; backwards_length = o.backwards_length; return *this; }
3329         ^
3330     ../subprojects/harfbuzz/src/hb-array.hh:329:32: warning: 'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior [-Wconstexpr-not-const]
3331       constexpr hb_sorted_array_t& operator = (const hb_array_t<U> &o)
3332                                    ^
3333                                                                        const
3334     ../subprojects/harfbuzz/src/hb-array.hh:330:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions]
3335       { hb_array_t<Type> (*this) = o; return *this; }
3336         ^
3337     4 warnings generated.
3338
3339  src/hb-array.hh | 4 ++--
3340  1 file changed, 2 insertions(+), 2 deletions(-)
3341
3342 commit 98fefd5dedf912aebb58990f8d74fa5fad0ddb2c
3343 Merge: ca418cac7 4731b1073
3344 Author: Behdad Esfahbod <behdad@behdad.org>
3345 Date:   Fri Nov 19 13:34:53 2021 -0700
3346
3347     Merge pull request #3301 from harfbuzz/hashmap-classes
3348     
3349     Hashmap classes
3350
3351 commit ca418cac74189dbda1abf433bda4618853107f1f
3352 Author: Qunxin Liu <qxliu@google.com>
3353 Date:   Wed Nov 17 16:42:08 2021 -0800
3354
3355     [subset] keep features that have FeatureParams and the tag is "size"
3356
3357  src/hb-ot-layout-gsubgpos.hh                           |   8 ++++++--
3358  test/subset/data/Makefile.am                           |   1 +
3359  test/subset/data/Makefile.sources                      |   3 ++-
3360  ...C-ExtraLightItalic.default.retain-all-codepoint.ttf | Bin 0 -> 134520 bytes
3361  ...traLightItalic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 145796 bytes
3362  ...LightItalic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 134648 bytes
3363  test/subset/data/fonts/SpectralSC-ExtraLightItalic.ttf | Bin 0 -> 275612 bytes
3364  test/subset/data/tests/layout.drop_feature.tests       |  10 ++++++++++
3365  test/subset/meson.build                                |   1 +
3366  9 files changed, 20 insertions(+), 3 deletions(-)
3367
3368 commit e88fc41ef323cf1105e30b88f726f171504cb85e
3369 Author: Qunxin Liu <qxliu@google.com>
3370 Date:   Thu Nov 18 16:53:36 2021 -0800
3371
3372     [subset] inputSequence could be empty, change the sanity check
3373
3374  src/hb-ot-layout-gsubgpos.hh                           |   5 ++---
3375  test/subset/data/Makefile.am                           |   1 +
3376  test/subset/data/Makefile.sources                      |   1 +
3377  ...ar.layout-test-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 142456 bytes
3378  ...nsNewa-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 142456 bytes
3379  test/subset/data/fonts/NotoSansNewa-Regular.ttf        | Bin 0 -> 150892 bytes
3380  test/subset/data/tests/layout.context_format2.tests    |   9 +++++++++
3381  test/subset/meson.build                                |   1 +
3382  8 files changed, 14 insertions(+), 3 deletions(-)
3383
3384 commit 4731b1073636b6ff4ff1bccbe7fb4663a2648674
3385 Author: Behdad Esfahbod <behdad@behdad.org>
3386 Date:   Fri Nov 19 12:33:37 2021 -0700
3387
3388     [array] Mark constructors constexpr
3389     
3390     ../src/hb-map.hh:44:38: note: non-constexpr constructor 'hb_array_t' cannot be used in a constant expression
3391       static constexpr K INVALID_KEY   = kINVALID;
3392                                          ^
3393
3394  src/hb-array.hh | 20 ++++++++++----------
3395  1 file changed, 10 insertions(+), 10 deletions(-)
3396
3397 commit 1da7423ed9d96c6ed8000f2c6a971bc3ce65cb2b
3398 Author: Behdad Esfahbod <behdad@behdad.org>
3399 Date:   Fri Nov 19 12:11:41 2021 -0700
3400
3401     [array] Add constructor taking std::nullptr_t
3402     
3403     Not all impls implement nullptr_t in a way that would automatically
3404     convert to what we were accepting.
3405     
3406     In file included from ../src/test-map.cc:27:
3407     ../src/hb-map.hh:44:22: error: no viable conversion from 'nullptr_t' to 'const hb_array_t<const char>'
3408       static constexpr K INVALID_KEY   = kINVALID;
3409                          ^               ~~~~~~~~
3410
3411  src/hb-array.hh | 2 ++
3412  1 file changed, 2 insertions(+)
3413
3414 commit e456922a769461757acc6c0628e7af28f27b16ac
3415 Author: Behdad Esfahbod <behdad@behdad.org>
3416 Date:   Fri Nov 19 12:04:08 2021 -0700
3417
3418     [test] Fix nullptr_t scope issue
3419
3420  src/test-map.cc | 6 +++---
3421  1 file changed, 3 insertions(+), 3 deletions(-)
3422
3423 commit 5157cac0e28204ce658d784ee1fbe0614e50c786
3424 Author: Behdad Esfahbod <behdad@behdad.org>
3425 Date:   Fri Nov 19 12:03:10 2021 -0700
3426
3427     [test] Silence unused-variable erros in test
3428
3429  src/test-map.cc | 3 +++
3430  1 file changed, 3 insertions(+)
3431
3432 commit 394f772937851f10ef05245e32279cf08ca8399d
3433 Author: Behdad Esfahbod <behdad@behdad.org>
3434 Date:   Fri Nov 19 11:49:23 2021 -0700
3435
3436     [map] Allow storing classes in the hashmap
3437     
3438     Fixes https://github.com/harfbuzz/harfbuzz/issues/3293
3439     
3440     The trick was to change the type of the invalid key/value to be non-class.
3441
3442  src/hb-map.hh                | 22 +++++++++++++++-------
3443  src/hb-ot-layout-common.hh   |  8 ++++----
3444  src/hb-ot-layout-gsubgpos.hh |  8 ++++----
3445  src/hb-ot-layout.cc          |  4 ++--
3446  src/hb-serialize.hh          |  4 +++-
3447  src/hb-set.hh                |  6 +++---
3448  src/hb-subset-plan.cc        |  2 +-
3449  src/hb-subset-plan.hh        |  4 ++--
3450  src/test-map.cc              |  7 +++++++
3451  9 files changed, 41 insertions(+), 24 deletions(-)
3452
3453 commit cba17fd1015113a1176eef5a87876d4e2b19e13a
3454 Author: Behdad Esfahbod <behdad@behdad.org>
3455 Date:   Fri Nov 19 11:49:03 2021 -0700
3456
3457     [array] Add default methods again, this time the full set
3458     
3459     Should add tests.
3460
3461  src/hb-array.hh | 10 ++++++++++
3462  1 file changed, 10 insertions(+)
3463
3464 commit a75b96f7e5833c9206f6a15d11168a757a85ee59
3465 Author: Garret Rieger <grieger@google.com>
3466 Date:   Tue Nov 16 14:34:07 2021 -0800
3467
3468     [sanitize] In lookup sanitize don't try to access subtable 0 if it isn't there.
3469
3470  src/hb-ot-layout-common.hh | 2 +-
3471  1 file changed, 1 insertion(+), 1 deletion(-)
3472
3473 commit 82a9f54410d2d0188eab50c96824f52e2820b1da
3474 Author: Behdad Esfahbod <behdad@behdad.org>
3475 Date:   Wed Nov 10 10:15:38 2021 -0800
3476
3477     [colr] Simplify sanitize
3478
3479  src/hb-ot-color-colr-table.hh | 38 ++------------------------------------
3480  1 file changed, 2 insertions(+), 36 deletions(-)
3481
3482 commit 64b29dbd5994a511acee69cb9b45ad650ef88359
3483 Author: Garret Rieger <grieger@google.com>
3484 Date:   Tue Nov 9 09:13:14 2021 -0800
3485
3486     [subset] reuse colrv1 max nesting depth constant for sanitize.
3487
3488  src/hb-ot-color-colr-table.hh | 11 ++++++-----
3489  src/hb-sanitize.hh            |  7 ++-----
3490  2 files changed, 8 insertions(+), 10 deletions(-)
3491
3492 commit ace98cc65f527dbdfaa3784957535f551c7a600a
3493 Author: Garret Rieger <grieger@google.com>
3494 Date:   Mon Nov 8 15:47:56 2021 -0800
3495
3496     [subset] Only sanitize recursion depth in COLR.
3497
3498  src/hb-ot-color-colr-table.hh                      |  49 ++++++++++++++++++++-
3499  src/hb-sanitize.hh                                 |  26 +++++++----
3500  ...tcase-minimized-hb-draw-fuzzer-4856957815619584 | Bin 0 -> 486280 bytes
3501  3 files changed, 65 insertions(+), 10 deletions(-)
3502
3503 commit 782a7377adc2a13071b6dc74ddca209a8e65e4ba
3504 Author: Garret Rieger <grieger@google.com>
3505 Date:   Thu Nov 4 13:39:11 2021 -0700
3506
3507     [sanitize] add a maximum recursion depth for sanitize.
3508
3509  src/hb-sanitize.hh | 12 ++++++++++--
3510  1 file changed, 10 insertions(+), 2 deletions(-)
3511
3512 commit cd5c6cd0419ac5e4de975d6c476fb760bf06d2ce
3513 Author: Khaled Hosny <khaled@aliftype.com>
3514 Date:   Mon Nov 8 06:59:55 2021 +0200
3515
3516     3.1.1
3517
3518  NEWS             | 7 +++++++
3519  configure.ac     | 2 +-
3520  meson.build      | 2 +-
3521  src/hb-version.h | 4 ++--
3522  4 files changed, 11 insertions(+), 4 deletions(-)
3523
3524 commit 1e07d42aa6259f73aed09f25dd37993974b9b366
3525 Author: Matthias Clasen <mclasen@redhat.com>
3526 Date:   Sun Nov 7 01:19:42 2021 -0400
3527
3528     Typo fix
3529
3530  src/hb-ot-layout.cc | 2 +-
3531  1 file changed, 1 insertion(+), 1 deletion(-)
3532
3533 commit 1fd7fd98235649115bba7407f2a2b977bf86733c
3534 Author: Matthias Clasen <mclasen@redhat.com>
3535 Date:   Sat Nov 6 10:18:20 2021 -0400
3536
3537     Cosmetics: Avoid confusing indentation
3538     
3539     This line had me confused for a second because
3540     the condition looked like a cast and the if just
3541     looked misplaced. Add a line break to prevent
3542     such confusion.
3543
3544  src/hb-ot-layout.cc | 3 ++-
3545  1 file changed, 2 insertions(+), 1 deletion(-)
3546
3547 commit 3471f8f69e25ffebe96dc55173096cedc738ca6f
3548 Author: Matthias Clasen <mclasen@redhat.com>
3549 Date:   Sat Nov 6 10:17:20 2021 -0400
3550
3551     docs: Clarify a doc comment
3552     
3553     Reword the docs for hb_ot_layout_script_select_language and
3554     be a bit more specific about the returned index.
3555
3556  src/hb-ot-layout.cc | 12 ++++++++----
3557  1 file changed, 8 insertions(+), 4 deletions(-)
3558
3559 commit 07dc34bdaf977a3be97ab5a68455ed7a67f80a06
3560 Author: Behdad Esfahbod <behdad@behdad.org>
3561 Date:   Fri Nov 5 14:45:20 2021 -0700
3562
3563     [mutex] Try work around GCC cast-align error/warning
3564     
3565     Shouldn't be needed because of the alignas(). Oh well...
3566     
3567     Might fix https://github.com/harfbuzz/harfbuzz/issues/3283
3568
3569  src/hb-mutex.hh | 3 +++
3570  1 file changed, 3 insertions(+)
3571
3572 commit 77eeec53a917554a2766a7cb1687607841282777
3573 Author: Khaled Hosny <khaled@aliftype.com>
3574 Date:   Wed Nov 3 23:31:03 2021 +0200
3575
3576     3.1.0
3577
3578  NEWS                   | 21 +++++++++++++++++++++
3579  configure.ac           |  2 +-
3580  docs/harfbuzz-docs.xml |  1 +
3581  meson.build            |  2 +-
3582  src/hb-buffer.cc       |  4 ++--
3583  src/hb-version.h       |  4 ++--
3584  6 files changed, 28 insertions(+), 6 deletions(-)
3585
3586 commit 54e7d6267b485f252cf3f266a4577c72d79b286b
3587 Author: Behdad Esfahbod <behdad@behdad.org>
3588 Date:   Wed Nov 3 14:43:34 2021 -0600
3589
3590     [array] Remove defaulted destructor
3591
3592  src/hb-array.hh | 1 -
3593  1 file changed, 1 deletion(-)
3594
3595 commit f51b48c8e780ca918535c7af670818f2166ccf64
3596 Author: Garret Rieger <grieger@google.com>
3597 Date:   Tue Nov 2 16:16:52 2021 -0700
3598
3599     [subset] Fix fuzzer found memory leak.
3600     
3601     Happens because an insert into a map with an invalid key reports successful, but this causes the set being inserted to be lost.
3602
3603  src/hb-ot-layout-gsubgpos.hh                           |  17 +++++++++--------
3604  .../leak-34f1798a142fd0dfdd71a96fb6aa7de19a62865e      | Bin 0 -> 134 bytes
3605  2 files changed, 9 insertions(+), 8 deletions(-)
3606
3607 commit b1cd0dce8ed2fff2b781dfb432777db7de5f3f80
3608 Author: Behdad Esfahbod <behdad@behdad.org>
3609 Date:   Tue Nov 2 17:56:11 2021 -0600
3610
3611     [map] Add INVALID_KEY and INVALID_VALUE
3612
3613  src/hb-map.hh | 3 +++
3614  1 file changed, 3 insertions(+)
3615
3616 commit 540f19b6fe0de39312bc3f881be16e76dd902c33
3617 Author: Qunxin Liu <qxliu@google.com>
3618 Date:   Fri Oct 29 17:11:53 2021 -0700
3619
3620     [subset] fix bug in (Chain)ContextFormat2
3621     
3622     Only keep rulesets for glyphs class numbers that survived in coverage
3623
3624  src/hb-ot-layout-common.hh                         |  53 ++++++++++++++++++++-
3625  src/hb-ot-layout-gsubgpos.hh                       |  46 ++++++++++++++----
3626  test/subset/data/Makefile.am                       |   1 +
3627  test/subset/data/Makefile.sources                  |   1 +
3628  ...lar.layout-test-retain-gids.268,301,302,324.ttf | Bin 0 -> 6312 bytes
3629  ...ayout-test-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 60976 bytes
3630  ...Molengo-Regular.layout-test.268,301,302,324.ttf | Bin 0 -> 4124 bytes
3631  ...go-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 60972 bytes
3632  test/subset/data/fonts/Molengo-Regular.ttf         | Bin 0 -> 65464 bytes
3633  test/subset/data/tests/layout.gsub5_format2.tests  |  10 ++++
3634  test/subset/meson.build                            |   1 +
3635  11 files changed, 103 insertions(+), 9 deletions(-)
3636
3637 commit e260eeb9be0402d645917cadc8634ddf8c0e2743
3638 Author: Garret Rieger <grieger@google.com>
3639 Date:   Tue Nov 2 15:31:32 2021 -0700
3640
3641     [subset] Update test goldens for gdef.glyphset.
3642
3643  ...Howrah-Regular.default.retain-all-codepoint.ttf | Bin 174040 -> 174308 bytes
3644  ...rah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 99020 -> 99288 bytes
3645  ...ah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 174340 -> 174608 bytes
3646  3 files changed, 0 insertions(+), 0 deletions(-)
3647
3648 commit 60e203644b7aa2098bce9ddae7741ba037500d2c
3649 Author: Qunxin Liu <qxliu@google.com>
3650 Date:   Tue Nov 2 15:02:36 2021 -0700
3651
3652     [subset] use glyphset_gsub instead of glyphset for GDEF
3653
3654  src/hb-ot-layout-gdef-table.hh                         |   4 ++--
3655  test/subset/data/Makefile.am                           |   1 +
3656  test/subset/data/Makefile.sources                      |   1 +
3657  .../IndicTestHowrah-Regular.default.9dd.ttf            | Bin 0 -> 4152 bytes
3658  ...TestHowrah-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 174040 bytes
3659  .../IndicTestHowrah-Regular.drop-hints.9dd.ttf         | Bin 0 -> 1128 bytes
3660  ...tHowrah-Regular.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 99020 bytes
3661  .../IndicTestHowrah-Regular.retain-gids.9dd.ttf        | Bin 0 -> 4540 bytes
3662  ...Howrah-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 174340 bytes
3663  test/subset/data/fonts/IndicTestHowrah-Regular.ttf     | Bin 0 -> 186128 bytes
3664  test/subset/data/tests/layout.gdef.glyphset.tests      |  11 +++++++++++
3665  test/subset/meson.build                                |   1 +
3666  12 files changed, 16 insertions(+), 2 deletions(-)
3667
3668 commit e39647c0f14102928ed787c2d38213f5b6cf576d
3669 Author: Garret Rieger <grieger@google.com>
3670 Date:   Tue Nov 2 15:25:05 2021 -0700
3671
3672     [subset] update subset goldens to fix tests.
3673
3674  ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 131672 -> 131672 bytes
3675  ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 153648 -> 153648 bytes
3676  ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 134776 -> 134776 bytes
3677  3 files changed, 0 insertions(+), 0 deletions(-)
3678
3679 commit 0a7563a53ffedd735cb41c03f697269ef48f0ec2
3680 Author: Qunxin Liu <qxliu@google.com>
3681 Date:   Mon Nov 1 14:56:14 2021 -0700
3682
3683     [subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968
3684     
3685     Make sure input is valid, each gid has a corresponding offset value in
3686     the map
3687
3688  src/hb-ot-color-colr-table.hh                           |   5 ++++-
3689  ...testcase-minimized-hb-subset-fuzzer-6254792024915968 | Bin 0 -> 20851 bytes
3690  2 files changed, 4 insertions(+), 1 deletion(-)
3691
3692 commit 364b6b3989e9df6335711e282e3250534d88299a
3693 Author: Qunxin Liu <qxliu@google.com>
3694 Date:   Sun Oct 31 14:38:20 2021 -0700
3695
3696     [subset] Don't assume FeatureList is sorted
3697     
3698     Though the spec said FeatureRecords are sorted alphabetically by feature
3699     tag, there're font files with unsorted FeatureList. And harfbuzz is not
3700     able to subset these files correctly because we use binary search in
3701     finding featureRecords when collecting lookups. Also
3702     find_duplicate_features needs to be updated to handle this.
3703
3704  src/hb-ot-layout-gsubgpos.hh                       |  28 +++++++++++++++------
3705  src/hb-ot-layout.cc                                |  21 +++++-----------
3706  test/subset/data/Makefile.am                       |   1 +
3707  test/subset/data/Makefile.sources                  |   1 +
3708  ...HebrewLatin-Regular.default.392,3a7,3b2,3c7.ttf | Bin 0 -> 2464 bytes
3709  ...wLatin-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 131672 bytes
3710  ...ewLatin-Regular.layout-test.392,3a7,3b2,3c7.ttf | Bin 0 -> 2588 bytes
3711  ...in-Regular.layout-test.retain-all-codepoint.ttf | Bin 0 -> 153648 bytes
3712  ...ewLatin-Regular.retain-gids.392,3a7,3b2,3c7.ttf | Bin 0 -> 13484 bytes
3713  ...in-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 134776 bytes
3714  .../data/fonts/NotoIKEAHebrewLatin-Regular.ttf     | Bin 0 -> 212524 bytes
3715  .../data/tests/layout.unsorted_featurelist.tests   |  11 ++++++++
3716  test/subset/meson.build                            |   1 +
3717  13 files changed, 40 insertions(+), 23 deletions(-)
3718
3719 commit 49c9392412ccf31cf948310acda057b96eb6afc6
3720 Author: Garret Rieger <grieger@google.com>
3721 Date:   Fri Sep 24 09:28:10 2021 -0700
3722
3723     [subset] During LigatureSubstFormat1 subsetting always place Coverage last.
3724     
3725     In Windows 7 on Chrome if the coverage table comes before any of the LigatureSet or Ligature subtables the font won't load. This changes the packing order to always place the Coverage table last. Virtual links are used to ensure the repacker maintains the desired ordering.
3726     
3727     Coincidentally fontTools also does the same thing (https://github.com/fonttools/fonttools/blob/a3f988fbf621142d7d9b3e68a69725b88f358869/Lib/fontTools/ttLib/tables/otTables.py#L1137) to reduce overflows during packing.
3728
3729  src/hb-ot-layout-gsub-table.hh                     |  48 +++++++++++++++++----
3730  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
3731  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
3732  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
3733  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
3734  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
3735  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
3736  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
3737  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
3738  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
3739  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
3740  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
3741  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
3742  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
3743  ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 281092 -> 281092 bytes
3744  ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120236 -> 120236 bytes
3745  ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132480 -> 132480 bytes
3746  ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120236 -> 120236 bytes
3747  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
3748  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
3749  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
3750  ...ayout-test-retain-gids.retain-all-codepoint.otf | Bin 4064 -> 4064 bytes
3751  ...pos5_font1.layout-test.retain-all-codepoint.otf | Bin 4064 -> 4064 bytes
3752  ...ayout-test-retain-gids.retain-all-codepoint.otf | Bin 4008 -> 4008 bytes
3753  ...cessive_f1.layout-test.retain-all-codepoint.otf | Bin 4008 -> 4008 bytes
3754  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11372 -> 11372 bytes
3755  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17640 -> 17732 bytes
3756  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3512 -> 3512 bytes
3757  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12360 -> 12360 bytes
3758  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19340 -> 19432 bytes
3759  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18208 -> 18208 bytes
3760  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23704 -> 23792 bytes
3761  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9160 -> 9160 bytes
3762  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18164 -> 18164 bytes
3763  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25392 -> 25484 bytes
3764  .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 412764 -> 412764 bytes
3765  ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 437592 -> 437592 bytes
3766  ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 412764 -> 412764 bytes
3767  ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 415140 -> 415140 bytes
3768  ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 1038580 -> 1038580 bytes
3769  ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 1091356 -> 1091356 bytes
3770  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 1038828 -> 1038828 bytes
3771  ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 1053656 -> 1053656 bytes
3772  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
3773  44 files changed, 39 insertions(+), 9 deletions(-)
3774
3775 commit 9643d77086b1d0896cb4703f48b71743044880bf
3776 Author: Garret Rieger <grieger@google.com>
3777 Date:   Fri Sep 24 11:39:59 2021 -0700
3778
3779     [repacker] add more detailed comment about virtual links.
3780
3781  src/hb-serialize.hh | 10 ++++++++--
3782  1 file changed, 8 insertions(+), 2 deletions(-)
3783
3784 commit 5bfc7d101562a188fb283fd679a7ba55acc4042c
3785 Author: Garret Rieger <grieger@google.com>
3786 Date:   Thu Sep 23 14:45:20 2021 -0700
3787
3788     [repacker] remove VirtualOffset struct.
3789     
3790     Make and add_virtual_link () specialization of add_link() instead.
3791
3792  src/hb-serialize.hh  | 9 +--------
3793  src/test-repacker.cc | 3 +--
3794  2 files changed, 2 insertions(+), 10 deletions(-)
3795
3796 commit bc4c5341d6e5725a6ad231eba3a7a6f2ba606ce9
3797 Author: Garret Rieger <grieger@google.com>
3798 Date:   Thu Sep 23 14:41:42 2021 -0700
3799
3800     [repacker] Add test for virtual links in the repacker.
3801
3802  src/hb-serialize.hh  | 24 +++++++++++++++++++++
3803  src/test-repacker.cc | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3804  2 files changed, 84 insertions(+)
3805
3806 commit 7615b94ecf483aa275220409d3c385089a74a09d
3807 Author: Garret Rieger <grieger@google.com>
3808 Date:   Thu Sep 23 14:14:06 2021 -0700
3809
3810     [repacker] add 'virtual links' to the serializer.
3811     
3812     These aren't associated with an offset field, but instead exist solely to add an ordering constraint to the object graph.
3813
3814  src/hb-repacker.hh  | 10 +++++++++-
3815  src/hb-serialize.hh | 21 ++++++++++++++++++++-
3816  2 files changed, 29 insertions(+), 2 deletions(-)
3817
3818 commit 59d8f6c8173a9054b2594f38c06d9aa635da04c9
3819 Author: Behdad Esfahbod <behdad@behdad.org>
3820 Date:   Tue Nov 2 10:33:53 2021 -0600
3821
3822     [map] Fix copy assignment operator
3823
3824  src/hb-map.hh | 2 +-
3825  1 file changed, 1 insertion(+), 1 deletion(-)
3826
3827 commit bbda020cbc99d6a956f21a7fb05bf721fa0f2faf
3828 Merge: 8dc86d070 459e485ba
3829 Author: Behdad Esfahbod <behdad@behdad.org>
3830 Date:   Tue Nov 2 08:40:59 2021 -0700
3831
3832     Merge pull request #3278 from harfbuzz/more-std
3833     
3834     More standard idioms
3835
3836 commit 459e485babea657e47930e74bd56280658811af2
3837 Author: Behdad Esfahbod <behdad@behdad.org>
3838 Date:   Tue Nov 2 09:36:12 2021 -0600
3839
3840     [meta] Remove otherwise-empty test-meta
3841
3842  src/Makefile.am  |  5 ----
3843  src/meson.build  |  1 -
3844  src/test-meta.cc | 87 --------------------------------------------------------
3845  3 files changed, 93 deletions(-)
3846
3847 commit b8724c60232a97d1e1785c3c618a340089be9c8a
3848 Author: Behdad Esfahbod <behdad@behdad.org>
3849 Date:   Tue Nov 2 00:49:40 2021 -0600
3850
3851     [meta] Add in-house impl of hb_is_convertible()
3852
3853  src/hb-meta.hh   | 26 +-------------------------
3854  src/test-meta.cc | 14 --------------
3855  2 files changed, 1 insertion(+), 39 deletions(-)
3856
3857 commit 7a078c395a57097a2ae204c0089f47a9ac97d849
3858 Author: Behdad Esfahbod <behdad@behdad.org>
3859 Date:   Tue Nov 2 00:44:51 2021 -0600
3860
3861     [meta] Use std::conditional instead of hb_conditional()
3862
3863  src/hb-meta.hh      | 13 ++-----------
3864  src/hb-open-type.hh |  2 +-
3865  2 files changed, 3 insertions(+), 12 deletions(-)
3866
3867 commit 943921cf0caefa564601f7b18eed2168be77cfda
3868 Author: Behdad Esfahbod <behdad@behdad.org>
3869 Date:   Tue Nov 2 00:26:46 2021 -0600
3870
3871     [meta] Use more std type_traits
3872
3873  src/hb-algs.hh      |  6 +++---
3874  src/hb-map.hh       |  8 ++++----
3875  src/hb-meta.hh      | 44 --------------------------------------------
3876  src/hb-open-type.hh |  4 ++--
3877  src/hb-serialize.hh |  2 +-
3878  src/test-meta.cc    |  3 ---
3879  6 files changed, 10 insertions(+), 57 deletions(-)
3880
3881 commit 6d555ce82e50bdd54896a89d9d547493b466b116
3882 Author: Behdad Esfahbod <behdad@behdad.org>
3883 Date:   Tue Nov 2 00:18:22 2021 -0600
3884
3885     [meta] Use std::forward instead of hb_forward()
3886
3887  src/hb-aat-layout-common.hh     |  2 +-
3888  src/hb-aat-layout-kerx-table.hh | 10 +++---
3889  src/hb-aat-layout-morx-table.hh | 10 +++---
3890  src/hb-algs.hh                  | 80 ++++++++++++++++++++---------------------
3891  src/hb-debug.hh                 |  8 ++---
3892  src/hb-dispatch.hh              |  2 +-
3893  src/hb-iter.hh                  | 14 ++++----
3894  src/hb-meta.hh                  | 10 ++----
3895  src/hb-open-type.hh             | 22 ++++++------
3896  src/hb-ot-cff-common.hh         |  2 +-
3897  src/hb-ot-color-colr-table.hh   | 68 +++++++++++++++++------------------
3898  src/hb-ot-kern-table.hh         |  8 ++---
3899  src/hb-ot-layout-common.hh      |  4 +--
3900  src/hb-ot-layout-gdef-table.hh  |  6 ++--
3901  src/hb-ot-layout-gpos-table.hh  | 36 +++++++++----------
3902  src/hb-ot-layout-gsub-table.hh  | 30 ++++++++--------
3903  src/hb-ot-layout-gsubgpos.hh    | 16 ++++-----
3904  src/hb-ot-layout.cc             |  4 +--
3905  src/hb-sanitize.hh              |  6 ++--
3906  src/hb-serialize.hh             | 16 ++++-----
3907  src/hb-subset.hh                |  6 ++--
3908  src/hb-vector.hh                |  4 +--
3909  22 files changed, 179 insertions(+), 185 deletions(-)
3910
3911 commit 811f80a701a7e40d8ef2e01b927da74015aa6113
3912 Author: Behdad Esfahbod <behdad@behdad.org>
3913 Date:   Tue Nov 2 00:14:34 2021 -0600
3914
3915     [algs] Use std::move instead of hb_move()
3916
3917  src/hb-map.hh    | 4 ++--
3918  src/hb-meta.hh   | 6 ++----
3919  src/hb-set.hh    | 2 +-
3920  src/hb-vector.hh | 2 +-
3921  4 files changed, 6 insertions(+), 8 deletions(-)
3922
3923 commit 896e0c74a82eb65f80d284a5d4f6557960de2620
3924 Author: Behdad Esfahbod <behdad@behdad.org>
3925 Date:   Tue Nov 2 00:06:30 2021 -0600
3926
3927     [meta] Remove unused traits
3928
3929  src/hb-meta.hh   | 46 ----------------------------------------------
3930  src/test-meta.cc | 13 -------------
3931  2 files changed, 59 deletions(-)
3932
3933 commit be42800fc6d90340f843fa03be1bb06b0453e519
3934 Author: Behdad Esfahbod <behdad@behdad.org>
3935 Date:   Tue Nov 2 00:04:18 2021 -0600
3936
3937     [meta] Use std::is_trivially_... instead of internal copies
3938
3939  src/hb-meta.hh      | 58 ++---------------------------------------------------
3940  src/hb-open-type.hh | 10 ++++-----
3941  src/test-meta.cc    | 16 ---------------
3942  3 files changed, 7 insertions(+), 77 deletions(-)
3943
3944 commit 30c05e8b55c36200735446f237f1d7003cb70450
3945 Author: Behdad Esfahbod <behdad@behdad.org>
3946 Date:   Mon Nov 1 23:57:00 2021 -0600
3947
3948     [algs] include <new>
3949
3950  src/hb-algs.hh  | 1 +
3951  src/hb-mutex.hh | 1 -
3952  2 files changed, 1 insertion(+), 1 deletion(-)
3953
3954 commit 4c6fd7cdb2f2ab60de83d9a1e0fd189510b771a0
3955 Author: Behdad Esfahbod <behdad@behdad.org>
3956 Date:   Mon Nov 1 23:13:34 2021 -0600
3957
3958     [map] Try moving items when resizing
3959
3960  src/hb-map.hh | 11 +++++------
3961  1 file changed, 5 insertions(+), 6 deletions(-)
3962
3963 commit a28ea8d7f35a89cda49a9552a5ab6dc14d208c84
3964 Author: Behdad Esfahbod <behdad@behdad.org>
3965 Date:   Mon Nov 1 22:50:54 2021 -0600
3966
3967     Simplify swap()
3968
3969  src/hb-bit-set.hh | 1 -
3970  src/hb-map.hh     | 1 -
3971  2 files changed, 2 deletions(-)
3972
3973 commit 94158316d9ba69315497a200ec63d13cb6959363
3974 Author: Behdad Esfahbod <behdad@behdad.org>
3975 Date:   Mon Nov 1 22:47:26 2021 -0600
3976
3977     [map] Add iterable constructor
3978
3979  src/hb-map.hh   |  6 ++++++
3980  src/test-map.cc | 24 ++++++++++++++++++++++++
3981  2 files changed, 30 insertions(+)
3982
3983 commit a03b9b14c988aa04ba3ee1e5d187b65e7b24015a
3984 Author: Behdad Esfahbod <behdad@behdad.org>
3985 Date:   Mon Nov 1 22:45:11 2021 -0600
3986
3987     [map] Add initializer_list and swap()
3988
3989  src/hb-map.hh   | 25 +++++++++++++++++++++++--
3990  src/test-map.cc | 10 ++++++++++
3991  src/test-set.cc |  6 +++---
3992  3 files changed, 36 insertions(+), 5 deletions(-)
3993
3994 commit 3604f5f2484b47c0693896f8a8e48dfe46dddef1
3995 Author: Behdad Esfahbod <behdad@behdad.org>
3996 Date:   Mon Nov 1 22:37:42 2021 -0600
3997
3998     [algs] Include <initializer_list>
3999
4000  src/hb-algs.hh   | 1 +
4001  src/hb-set.hh    | 2 --
4002  src/hb-vector.hh | 2 --
4003  3 files changed, 1 insertion(+), 4 deletions(-)
4004
4005 commit c30f6834d0ad0adbe0f16bb79555fd161de2303e
4006 Author: Behdad Esfahbod <behdad@behdad.org>
4007 Date:   Mon Nov 1 22:29:14 2021 -0600
4008
4009     [map] Add 5 methods
4010
4011  src/Makefile.am    |  5 ++++
4012  src/hb-map.hh      | 17 +++++++++++++-
4013  src/meson.build    |  1 +
4014  src/test-map.cc    | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
4015  src/test-set.cc    |  1 +
4016  src/test-vector.cc |  1 +
4017  6 files changed, 92 insertions(+), 1 deletion(-)
4018
4019 commit 38debbab7e287e513968c80a10e69ab054acad4d
4020 Author: Behdad Esfahbod <behdad@behdad.org>
4021 Date:   Mon Nov 1 22:17:35 2021 -0600
4022
4023     [set] Add successful check in swap()
4024
4025  src/hb-bit-set-invertible.hh | 2 ++
4026  src/hb-bit-set.hh            | 2 ++
4027  2 files changed, 4 insertions(+)
4028
4029 commit b860b44229dbde49e8a1ed34257b1a70bb2401ee
4030 Author: Behdad Esfahbod <behdad@behdad.org>
4031 Date:   Mon Nov 1 22:00:18 2021 -0600
4032
4033     [bimap] Simplify initialization
4034
4035  src/hb-bimap.hh | 15 +++------------
4036  1 file changed, 3 insertions(+), 12 deletions(-)
4037
4038 commit d2c364f6e7edbd295132f792d711ac37ff551d37
4039 Author: Behdad Esfahbod <behdad@behdad.org>
4040 Date:   Mon Nov 1 21:55:14 2021 -0600
4041
4042     [array] Use default methods
4043
4044  src/hb-array.hh | 15 ++++++++-------
4045  1 file changed, 8 insertions(+), 7 deletions(-)
4046
4047 commit 6f74d80ed1f20a31744f78ee5a290b76b1dfb102
4048 Author: Behdad Esfahbod <behdad@behdad.org>
4049 Date:   Mon Nov 1 21:49:32 2021 -0600
4050
4051     [vector] Complete sorted_vector 5-methods
4052
4053  src/hb-vector.hh   | 11 +++++++++--
4054  src/test-vector.cc | 19 ++++++++++++++++---
4055  2 files changed, 25 insertions(+), 5 deletions(-)
4056
4057 commit a28b5d03b5c86d2ffc352ef35463718aa4a00a9f
4058 Author: Behdad Esfahbod <behdad@behdad.org>
4059 Date:   Mon Nov 1 21:43:44 2021 -0600
4060
4061     [vector] Add swap() friend to hb_sorted_vector_t
4062
4063  src/hb-vector.hh | 2 ++
4064  1 file changed, 2 insertions(+)
4065
4066 commit e97e79967e6ed0dd5719c2b88cf72f8860790245
4067 Author: Behdad Esfahbod <behdad@behdad.org>
4068 Date:   Mon Nov 1 21:34:46 2021 -0600
4069
4070     Verbiage
4071
4072  src/hb-set.hh    |  8 ++++----
4073  src/hb-vector.hh | 10 +++++-----
4074  2 files changed, 9 insertions(+), 9 deletions(-)
4075
4076 commit 34fa5e290146b14ee6bdb261811d219fd7711574
4077 Author: Behdad Esfahbod <behdad@behdad.org>
4078 Date:   Mon Nov 1 21:25:03 2021 -0600
4079
4080     [set] More default operators
4081
4082  src/hb-set.hh | 9 +++++----
4083  1 file changed, 5 insertions(+), 4 deletions(-)
4084
4085 commit b6c0b40fc2a66893c70f02dc20f2c99b0a996b6a
4086 Author: Behdad Esfahbod <behdad@behdad.org>
4087 Date:   Mon Nov 1 21:15:38 2021 -0600
4088
4089     [vector] Use default constructor
4090
4091  src/hb-vector.hh | 8 ++++----
4092  1 file changed, 4 insertions(+), 4 deletions(-)
4093
4094 commit 1e3f57c07904578079a58e37baf3a6bb01c0be0c
4095 Author: Behdad Esfahbod <behdad@behdad.org>
4096 Date:   Mon Nov 1 21:14:12 2021 -0600
4097
4098     [bit-set] Implement standard-5 methods plus swap
4099
4100  src/hb-bit-set.hh | 24 ++++++++++++++++--------
4101  1 file changed, 16 insertions(+), 8 deletions(-)
4102
4103 commit 11eadb5d2886c8d2a6eef26866f080bde9ff65ce
4104 Author: Behdad Esfahbod <behdad@behdad.org>
4105 Date:   Mon Nov 1 21:07:09 2021 -0600
4106
4107     [bit-set-invertible] Implement standard-5 methods & swap
4108
4109  src/hb-bit-set-invertible.hh | 16 ++++++++++++----
4110  1 file changed, 12 insertions(+), 4 deletions(-)
4111
4112 commit dcd18da611436455733e3a80075d07685a6f96f7
4113 Author: Behdad Esfahbod <behdad@behdad.org>
4114 Date:   Mon Nov 1 20:55:30 2021 -0600
4115
4116     [set] Add standard the 5 standard methods & tests
4117
4118  src/Makefile.am |  9 ++++++
4119  src/hb-set.hh   | 33 +++++++++++++++++---
4120  src/meson.build |  1 +
4121  src/test-set.cc | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4122  4 files changed, 135 insertions(+), 4 deletions(-)
4123
4124 commit 628a0f3796992fe858b368c8b6358ef9d83a21e1
4125 Author: Behdad Esfahbod <behdad@behdad.org>
4126 Date:   Mon Nov 1 20:36:55 2021 -0600
4127
4128     [vector] Add more tests
4129
4130  src/test-vector.cc | 41 +++++++++++++++++++++++++++++++++++++++++
4131  1 file changed, 41 insertions(+)
4132
4133 commit f15858be5f09a9fdfbec9ccc68490e23e5db35ad
4134 Author: Behdad Esfahbod <behdad@behdad.org>
4135 Date:   Mon Nov 1 20:26:07 2021 -0600
4136
4137     [vector] Pre-allocate if iterator has random-access length
4138
4139  src/hb-vector.hh | 2 ++
4140  1 file changed, 2 insertions(+)
4141
4142 commit 11135150a7e9955aefbf9ac943367a618b513981
4143 Author: Behdad Esfahbod <behdad@behdad.org>
4144 Date:   Mon Nov 1 20:23:12 2021 -0600
4145
4146     [vector] Move test code into separate file
4147
4148  src/Makefile.am    | 14 ++++++++-
4149  src/meson.build    |  1 +
4150  src/test-algs.cc   | 51 --------------------------------
4151  src/test-vector.cc | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
4152  4 files changed, 99 insertions(+), 52 deletions(-)
4153
4154 commit ee75e716c1fec110e9ee2d30be9db14b75515404
4155 Author: Behdad Esfahbod <behdad@behdad.org>
4156 Date:   Mon Nov 1 20:18:49 2021 -0600
4157
4158     [vector] Add initializer from iterable
4159
4160  src/hb-vector.hh |  6 ++++++
4161  src/test-algs.cc | 31 +++++++++++++++++++++++++++++++
4162  2 files changed, 37 insertions(+)
4163
4164 commit 18a078f968072990cc50f96d4b6e47b32a6001c5
4165 Author: Behdad Esfahbod <behdad@behdad.org>
4166 Date:   Mon Nov 1 20:06:58 2021 -0600
4167
4168     [vector] Implement move assignment using swap
4169
4170  src/hb-vector.hh | 6 +-----
4171  1 file changed, 1 insertion(+), 5 deletions(-)
4172
4173 commit 8dc86d07036e0d251ab6817230651f8943693db8
4174 Author: Matthias Clasen <mclasen@redhat.com>
4175 Date:   Mon Nov 1 19:57:11 2021 -0400
4176
4177     Add a test font scale rounding behavior
4178     
4179     This test verifies the fix for
4180     https://github.com/harfbuzz/harfbuzz/issues/3274
4181
4182  test/api/Makefile.am           |   1 +
4183  test/api/fonts/Cantarell.A.otf | Bin 0 -> 1956 bytes
4184  test/api/meson.build           |   1 +
4185  test/api/test-font-scale.c     |  57 +++++++++++++++++++++++++++++++++++++++++
4186  4 files changed, 59 insertions(+)
4187
4188 commit eeda2c549ddd103ebf8f9d1e20ae30137f5ed532
4189 Author: Behdad Esfahbod <behdad@behdad.org>
4190 Date:   Mon Nov 1 18:36:57 2021 -0600
4191
4192     [vector] Add initializer_list constructor & tests
4193
4194  src/hb-vector.hh | 15 +++++++++++++--
4195  src/test-algs.cc | 20 ++++++++++++++++++++
4196  2 files changed, 33 insertions(+), 2 deletions(-)
4197
4198 commit c484641304daff090111171d2dc3404735e14ed6
4199 Author: Behdad Esfahbod <behdad@behdad.org>
4200 Date:   Mon Nov 1 18:48:24 2021 -0600
4201
4202     Revert "[vector] Add initializer_list constructor & tests"
4203     
4204     This reverts commit aa6182453b29b2d1cc974756fe0ae4220a846bf4.
4205
4206  src/hb-vector.hh | 15 ++-------------
4207  src/test-algs.cc | 20 --------------------
4208  2 files changed, 2 insertions(+), 33 deletions(-)
4209
4210 commit aa6182453b29b2d1cc974756fe0ae4220a846bf4
4211 Author: Behdad Esfahbod <behdad@behdad.org>
4212 Date:   Mon Nov 1 18:36:57 2021 -0600
4213
4214     [vector] Add initializer_list constructor & tests
4215
4216  src/hb-vector.hh | 15 +++++++++++++--
4217  src/test-algs.cc | 20 ++++++++++++++++++++
4218  2 files changed, 33 insertions(+), 2 deletions(-)
4219
4220 commit 8c05569930b3ba8901baae7ffb9ae2a6fc6ce4b1
4221 Author: Behdad Esfahbod <behdad@behdad.org>
4222 Date:   Mon Nov 1 17:59:17 2021 -0600
4223
4224     [algs] Add hb_swap() ala, and using, std::swap()
4225     
4226     Use it in vector.
4227     
4228     Use ADL idiom.
4229
4230  src/hb-algs.hh     | 11 +++++++++++
4231  src/hb-repacker.hh |  4 ++--
4232  src/hb-vector.hh   | 16 ++++------------
4233  3 files changed, 17 insertions(+), 14 deletions(-)
4234
4235 commit bbaccf23d9e231370fb3ca3398ebfc132c7555bc
4236 Author: Behdad Esfahbod <behdad@behdad.org>
4237 Date:   Mon Nov 1 16:45:36 2021 -0600
4238
4239     Better round positions during scaling
4240     
4241     Fixes https://github.com/harfbuzz/harfbuzz/issues/3274
4242
4243  src/hb-font.hh | 4 +---
4244  1 file changed, 1 insertion(+), 3 deletions(-)
4245
4246 commit 52ccdc78e67b57645a83c6a55268dc19bf562e04
4247 Author: Matthias Clasen <mclasen@redhat.com>
4248 Date:   Thu Oct 28 14:56:13 2021 -0400
4249
4250     docs: Add a link to the OpenType spec
4251     
4252     Link to the name table specification in the
4253     hb_ot_name_id_t docs.
4254
4255  src/hb-ot-name.h | 3 ++-
4256  1 file changed, 2 insertions(+), 1 deletion(-)
4257
4258 commit 8cb2f969d9632804a546e7e1157b64f85f21f512
4259 Author: Matthias Clasen <mclasen@redhat.com>
4260 Date:   Thu Oct 28 07:42:07 2021 -0400
4261
4262     Document hb_ot_name_t values
4263     
4264     Add a short blurb for each value and refer
4265     to the OpenType spec for more information.
4266     
4267     Fixes: #3181
4268
4269  src/hb-ot-name.h | 29 +++++++++++++++++++++++++++++
4270  1 file changed, 29 insertions(+)
4271
4272 commit 85deddb16ee6b00b0c921998e1d93c84002f5a42
4273 Author: Qunxin Liu <qxliu@google.com>
4274 Date:   Wed Oct 27 14:36:02 2021 -0700
4275
4276     [subset] fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40406
4277
4278  src/hb-ot-color-colr-table.hh                           |   1 +
4279  ...testcase-minimized-hb-subset-fuzzer-6315334756335616 | Bin 0 -> 20377 bytes
4280  2 files changed, 1 insertion(+)
4281
4282 commit de9424172d79ee45c1913b2a5020c228a19e7ac8
4283 Author: David Korczynski <david@adalogics.com>
4284 Date:   Wed Oct 27 15:24:57 2021 +0100
4285
4286     [ci] Add CIFuzz integration
4287     
4288     Add CIFuzz integration, which will run the fuzzers for a short amount
4289     of time when a PR is submitted on Github.
4290     
4291     Signed-off-by: David Korczynski <david@adalogics.com>
4292
4293  .github/workflows/cifuzz.yml | 24 ++++++++++++++++++++++++
4294  1 file changed, 24 insertions(+)
4295
4296 commit da500568dee503fd3fc9042d95668e3371f93d75
4297 Author: Behdad Esfahbod <behdad@behdad.org>
4298 Date:   Tue Oct 26 08:02:29 2021 -0600
4299
4300     [API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph
4301     
4302     Instead of using gid=0 when a character is not found in the font,
4303     client can now set a custom value.  This is useful for shaper-driven
4304     font fallback and to differentiate that from .notdef glyph.
4305     
4306     Fixes https://github.com/harfbuzz/harfbuzz/issues/1360
4307
4308  docs/harfbuzz-sections.txt   |  2 ++
4309  src/hb-buffer.cc             | 42 ++++++++++++++++++++++++++++++++++++++++++
4310  src/hb-buffer.h              |  7 +++++++
4311  src/hb-buffer.hh             |  1 +
4312  src/hb-font.hh               | 10 ++++++----
4313  src/hb-ot-shape-normalize.cc |  5 +++--
4314  src/hb-ot-shape-normalize.hh |  1 +
4315  util/shape-options.hh        |  3 +++
4316  8 files changed, 65 insertions(+), 6 deletions(-)
4317
4318 commit 6ea6c581edb3cecf1b4b42854e37b40d6d067cd3
4319 Author: Cameron Cawley <ccawley2011@gmail.com>
4320 Date:   Fri Sep 24 22:05:29 2021 +0100
4321
4322     Remove direct link to dwrite from meson scripts
4323
4324  meson.build     | 7 +------
4325  src/meson.build | 1 -
4326  2 files changed, 1 insertion(+), 7 deletions(-)
4327
4328 commit ecbe224743c205c99aa459b27e7fb241cc4b1dc5
4329 Author: Cameron Cawley <ccawley2011@gmail.com>
4330 Date:   Fri Sep 24 21:32:12 2021 +0100
4331
4332     Revert "[hb-directwrite] Don't load dwrit.dll dynamically"
4333     
4334     This reverts commit 6119ff9d806db7de3ceef73de67fe589507800bb.
4335
4336  src/hb-directwrite.cc | 36 ++++++++++++++++++++++++++++++++++--
4337  1 file changed, 34 insertions(+), 2 deletions(-)
4338
4339 commit 4262636926123df42eaba5374dc54bb9776a5af2
4340 Merge: f55d83473 d17155f5d
4341 Author: Behdad Esfahbod <behdad@behdad.org>
4342 Date:   Sat Oct 23 13:18:22 2021 -0700
4343
4344     Merge pull request #3248 from googlefonts/connected_components
4345     
4346     [repacker] Keep connected subgraphs in the same space.
4347
4348 commit f55d834736b58ac15cff09c20f5c5cd3ca52ef1e
4349 Author: Qunxin Liu <qxliu@google.com>
4350 Date:   Thu Oct 14 13:39:45 2021 -0700
4351
4352     [subset] Move struct DeltaSetIndexMap into hb-ot-var-common.hh
4353     
4354     Also fix naming issues in review comments
4355
4356  src/Makefile.sources          |   1 +
4357  src/hb-ot-color-colr-table.hh | 131 +--------------------
4358  src/hb-ot-var-common.hh       | 264 ++++++++++++++++++++++++++++++++++++++++++
4359  src/hb-ot-var-hvar-table.hh   |  88 +-------------
4360  src/meson.build               |   1 +
4361  5 files changed, 273 insertions(+), 212 deletions(-)
4362
4363 commit 8c583db9b5c63dc790f6553044b8915e1f5906bb
4364 Author: Qunxin Liu <qxliu@google.com>
4365 Date:   Sat Oct 2 20:32:30 2021 -0700
4366
4367     [subset] COLRv1: update subset() method for new strutc ClipList and VarIdxMap
4368     
4369     Also fix issues in struct PaintTransform definition
4370
4371  src/hb-ot-color-colr-table.hh                      | 193 ++++++++++++++++++---
4372  src/hb-subset-plan.cc                              |  60 ++++---
4373  .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 1576 -> 1520 bytes
4374  .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 932 -> 888 bytes
4375  .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 1376 -> 1332 bytes
4376  test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 1936 -> 1868 bytes
4377  test/subset/data/Makefile.am                       |   1 +
4378  test/subset/data/Makefile.sources                  |   1 +
4379  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
4380  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
4381  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
4382  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
4383  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
4384  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
4385  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
4386  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
4387  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
4388  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
4389  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
4390  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
4391  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
4392  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
4393  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
4394  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
4395  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
4396  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
4397  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
4398  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
4399  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
4400  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
4401  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
4402  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
4403  .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
4404  .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
4405  .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
4406  .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
4407  .../TestCOLRv1.default.E000,E001,E002,E003.ttf     | Bin 0 -> 1260 bytes
4408  .../colrv1/TestCOLRv1.default.E000,E001,E002.ttf   | Bin 0 -> 1200 bytes
4409  .../colrv1/TestCOLRv1.default.E000,E001.ttf        | Bin 0 -> 996 bytes
4410  .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 0 -> 940 bytes
4411  .../expected/colrv1/TestCOLRv1.default.E000.ttf    | Bin 0 -> 800 bytes
4412  .../expected/colrv1/TestCOLRv1.default.E001.ttf    | Bin 0 -> 856 bytes
4413  .../colrv1/TestCOLRv1.default.E002,E003,E004.ttf   | Bin 0 -> 1248 bytes
4414  .../colrv1/TestCOLRv1.default.E002,E003.ttf        | Bin 0 -> 1116 bytes
4415  .../expected/colrv1/TestCOLRv1.default.E002.ttf    | Bin 0 -> 856 bytes
4416  .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 0 -> 1044 bytes
4417  .../expected/colrv1/TestCOLRv1.default.E003.ttf    | Bin 0 -> 916 bytes
4418  .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 0 -> 748 bytes
4419  .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 0 -> 1532 bytes
4420  ....drop-hints-retain-gids.E000,E001,E002,E003.ttf | Bin 0 -> 1308 bytes
4421  ...OLRv1.drop-hints-retain-gids.E000,E001,E002.ttf | Bin 0 -> 1248 bytes
4422  ...TestCOLRv1.drop-hints-retain-gids.E000,E001.ttf | Bin 0 -> 1052 bytes
4423  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 0 -> 1020 bytes
4424  .../TestCOLRv1.drop-hints-retain-gids.E000.ttf     | Bin 0 -> 856 bytes
4425  .../TestCOLRv1.drop-hints-retain-gids.E001.ttf     | Bin 0 -> 924 bytes
4426  ...OLRv1.drop-hints-retain-gids.E002,E003,E004.ttf | Bin 0 -> 1304 bytes
4427  ...TestCOLRv1.drop-hints-retain-gids.E002,E003.ttf | Bin 0 -> 1176 bytes
4428  .../TestCOLRv1.drop-hints-retain-gids.E002.ttf     | Bin 0 -> 936 bytes
4429  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 0 -> 1124 bytes
4430  .../TestCOLRv1.drop-hints-retain-gids.E003.ttf     | Bin 0 -> 984 bytes
4431  .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 0 -> 844 bytes
4432  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
4433  .../TestCOLRv1.drop-hints.E000,E001,E002,E003.ttf  | Bin 0 -> 1260 bytes
4434  .../TestCOLRv1.drop-hints.E000,E001,E002.ttf       | Bin 0 -> 1200 bytes
4435  .../colrv1/TestCOLRv1.drop-hints.E000,E001.ttf     | Bin 0 -> 996 bytes
4436  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 0 -> 940 bytes
4437  .../expected/colrv1/TestCOLRv1.drop-hints.E000.ttf | Bin 0 -> 800 bytes
4438  .../expected/colrv1/TestCOLRv1.drop-hints.E001.ttf | Bin 0 -> 856 bytes
4439  .../TestCOLRv1.drop-hints.E002,E003,E004.ttf       | Bin 0 -> 1248 bytes
4440  .../colrv1/TestCOLRv1.drop-hints.E002,E003.ttf     | Bin 0 -> 1116 bytes
4441  .../expected/colrv1/TestCOLRv1.drop-hints.E002.ttf | Bin 0 -> 856 bytes
4442  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 0 -> 1044 bytes
4443  .../expected/colrv1/TestCOLRv1.drop-hints.E003.ttf | Bin 0 -> 916 bytes
4444  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 0 -> 748 bytes
4445  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
4446  .../TestCOLRv1.retain-gids.E000,E001,E002,E003.ttf | Bin 0 -> 1308 bytes
4447  .../TestCOLRv1.retain-gids.E000,E001,E002.ttf      | Bin 0 -> 1248 bytes
4448  .../colrv1/TestCOLRv1.retain-gids.E000,E001.ttf    | Bin 0 -> 1052 bytes
4449  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 0 -> 1020 bytes
4450  .../colrv1/TestCOLRv1.retain-gids.E000.ttf         | Bin 0 -> 856 bytes
4451  .../colrv1/TestCOLRv1.retain-gids.E001.ttf         | Bin 0 -> 924 bytes
4452  .../TestCOLRv1.retain-gids.E002,E003,E004.ttf      | Bin 0 -> 1304 bytes
4453  .../colrv1/TestCOLRv1.retain-gids.E002,E003.ttf    | Bin 0 -> 1176 bytes
4454  .../colrv1/TestCOLRv1.retain-gids.E002.ttf         | Bin 0 -> 936 bytes
4455  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 0 -> 1124 bytes
4456  .../colrv1/TestCOLRv1.retain-gids.E003.ttf         | Bin 0 -> 984 bytes
4457  .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 0 -> 844 bytes
4458  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1532 bytes
4459  test/subset/data/fonts/TestCOLRv1.ttf              | Bin 1780 -> 1860 bytes
4460  test/subset/data/tests/colrv1.tests                |  16 +-
4461  test/subset/meson.build                            |   2 +-
4462  91 files changed, 222 insertions(+), 51 deletions(-)
4463
4464 commit e51c7f8e79867b790bfb282ca112b922cc7a2022
4465 Author: Qunxin Liu <qxliu@google.com>
4466 Date:   Thu Sep 30 10:42:17 2021 -0700
4467
4468     [subset] COLRv1: add ClipList/ClipRecord/ClipBox struct definition
4469
4470  src/hb-ot-color-colr-table.hh | 76 +++++++++++++++++++++++++++++++++++++++++++
4471  1 file changed, 76 insertions(+)
4472
4473 commit 2e5636eeaf5da1623c9a14d60163449c44ffacd1
4474 Author: Qunxin Liu <qxliu@google.com>
4475 Date:   Wed Aug 4 14:51:52 2021 -0700
4476
4477     [subset] add DeltasetIndexMap struct definition
4478
4479  src/hb-ot-color-colr-table.hh | 86 ++++++++++++++++++++++++++++++++++++++++++-
4480  1 file changed, 84 insertions(+), 2 deletions(-)
4481
4482 commit d2e986feadfb8bbd7b7109795187780290e28f3b
4483 Author: Qunxin Liu <qxliu@google.com>
4484 Date:   Tue Aug 3 16:31:42 2021 -0700
4485
4486     [subset] update COLRv1 table struct definitions
4487
4488  src/hb-ot-color-colr-table.hh     | 471 ++++++++++++++++++++++++++------------
4489  src/hb-ot-color-colrv1-closure.hh |  53 +++--
4490  2 files changed, 357 insertions(+), 167 deletions(-)
4491
4492 commit 792ca307b0cfe916e65879403861a583bb12c378
4493 Author: Khaled Hosny <khaled@aliftype.com>
4494 Date:   Tue Oct 5 19:00:29 2021 +0200
4495
4496     [meson] Add graphite2 option and deprecate graphite
4497     
4498     Fixes https://github.com/harfbuzz/harfbuzz/issues/3241
4499     
4500     Should be better handled when we can use https://github.com/mesonbuild/meson/pull/9184
4501
4502  meson.build       | 5 +++--
4503  meson_options.txt | 2 ++
4504  src/meson.build   | 2 +-
4505  3 files changed, 6 insertions(+), 3 deletions(-)
4506
4507 commit c6557747ef2d5b5effeaa4c6ff97a0d274e0ca6c
4508 Author: Behdad Esfahbod <behdad@behdad.org>
4509 Date:   Thu Oct 21 09:56:47 2021 -0600
4510
4511     [style] Use head->macStyle.isExtended in style fallback
4512     
4513     https://github.com/harfbuzz/harfbuzz/issues/3263
4514
4515  src/hb-style.cc | 4 +++-
4516  1 file changed, 3 insertions(+), 1 deletion(-)
4517
4518 commit f3f848b5066f3e6680ae5f68a1047085e7b8d59f
4519 Author: Behdad Esfahbod <behdad@behdad.org>
4520 Date:   Thu Oct 21 09:54:02 2021 -0600
4521
4522     [head] Add is_expanded() internally
4523     
4524     Fixes https://github.com/harfbuzz/harfbuzz/issues/3263
4525
4526  src/hb-ot-head-table.hh | 4 +++-
4527  1 file changed, 3 insertions(+), 1 deletion(-)
4528
4529 commit d17155f5d26f7ecb75d24d190c28a46f179c5d37
4530 Author: Garret Rieger <grieger@google.com>
4531 Date:   Wed Oct 13 14:40:00 2021 -0700
4532
4533     [repacker] use possibly updated root idx after isolate_subgraph.
4534     
4535     isolate_subgraph can change the root indices in some cases. So operations after the isolation need to use the roots from the output of isolate_subgraph.
4536
4537  src/hb-repacker.hh | 3 ++-
4538  1 file changed, 2 insertions(+), 1 deletion(-)
4539
4540 commit a7a36085538f218678c635a595025b7235c0e8cc
4541 Author: Behdad Esfahbod <behdad@behdad.org>
4542 Date:   Tue Oct 12 16:11:25 2021 -0700
4543
4544     [docs] Rename overflow_resolution to repacker
4545
4546  docs/{overflow_resolution.md => repacker.md} | 0
4547  src/hb-repacker.hh                           | 4 ++--
4548  2 files changed, 2 insertions(+), 2 deletions(-)
4549
4550 commit 9bd7ba5019381bb8584811ee63a0ba0cee7dca99
4551 Author: Behdad Esfahbod <behdad@behdad.org>
4552 Date:   Tue Oct 12 08:44:01 2021 -0700
4553
4554     Err on -Wbitwise-instead-of-logical
4555     
4556     Part of https://github.com/harfbuzz/harfbuzz/pull/3256
4557
4558  src/hb.hh | 1 +
4559  1 file changed, 1 insertion(+)
4560
4561 commit 6bc64317ca0b1784a2826f980393d8cad3cf9de3
4562 Author: Garret Rieger <grieger@google.com>
4563 Date:   Tue Oct 12 13:13:32 2021 -0700
4564
4565     Add a writeup of the overflow resolution algorithm in harfbuzz.
4566
4567  docs/overflow_resolution.md | 265 ++++++++++++++++++++++++++++++++++++++++++++
4568  src/hb-repacker.hh          |   7 ++
4569  2 files changed, 272 insertions(+)
4570
4571 commit 96299d70edba60e5eb88a1efca384bc82392d977
4572 Author: Nico Weber <thakis@chromium.org>
4573 Date:   Tue Oct 12 10:42:43 2021 -0400
4574
4575     Fix Wbitwise-instead-of-logical warnings
4576     
4577     `a || b` only evaluates b if a is false. `a | b` always evaluates
4578     both a and b. If a and b are of type bool, || is usually what you
4579     want, so clang now warns on `|` where both arguments are of type bool.
4580     
4581     This warning fires twice in harfbuzz. In both cases, `|` is used
4582     intentionally, with a comment explaining this.
4583     
4584     Slightly reorder the code a bit to make the compiler happy, and to
4585     make it obvious even without a comment that both calls should be evaluated.
4586     
4587     No intended behavior change.
4588
4589  src/hb-ot-layout-gpos-table.hh | 12 ++++++------
4590  1 file changed, 6 insertions(+), 6 deletions(-)
4591
4592 commit b621c4fc29162c69098dce29fed887eac903d516
4593 Author: faywong <philip584521@gmail.com>
4594 Date:   Mon Oct 11 21:04:47 2021 +0800
4595
4596     [subset] Refine the coding style
4597
4598  CMakeLists.txt | 4 ++--
4599  1 file changed, 2 insertions(+), 2 deletions(-)
4600
4601 commit f8538d3117b3f1715ffcfaf1775635c3d867839c
4602 Author: faywong <philip584521@gmail.com>
4603 Date:   Mon Oct 11 21:01:21 2021 +0800
4604
4605     [subset] Export header & archive when HB_BUILD_SUBSET
4606     
4607     Ease the adopt of hb-subset feature for 3rd party developers
4608
4609  CMakeLists.txt | 6 ++++++
4610  1 file changed, 6 insertions(+)
4611
4612 commit 36ed56b6e81b613b95b551527f6091c9fdbdc7ba
4613 Author: Qunxin Liu <qxliu@google.com>
4614 Date:   Thu Sep 23 10:51:21 2021 -0700
4615
4616     [subset] code cleanup
4617     
4618     - rename copy() method if it takes extra parameter
4619     - get rid of same code blocks
4620
4621  src/hb-ot-layout-gsubgpos.hh | 110 ++++++++++++++++++-------------------------
4622  1 file changed, 45 insertions(+), 65 deletions(-)
4623
4624 commit 3e635cf5e26e33d6210d3092256a49291752deec
4625 Author: David Corbett <corbett.dav@northeastern.edu>
4626 Date:   Fri Oct 8 17:13:22 2021 -0400
4627
4628     [USE] Categorize characters that only have AJT
4629
4630  src/gen-use-table.py                 | 69 +++++++++++++-----------------------
4631  src/hb-ot-shape-complex-use-table.hh | 66 +++++++++++++++++-----------------
4632  src/update-unicode-tables.make       |  2 +-
4633  3 files changed, 59 insertions(+), 78 deletions(-)
4634
4635 commit ae193cd18239e662308a4a189a0241cbf7b92244
4636 Author: David Corbett <corbett.dav@northeastern.edu>
4637 Date:   Fri Oct 8 21:58:07 2021 -0400
4638
4639     [USE] Insert dotted circles before lone viramas
4640
4641  src/hb-ot-shape-complex-use-machine.hh | 520 ++++++++++++++++-----------------
4642  src/hb-ot-shape-complex-use-machine.rl |  14 +-
4643  2 files changed, 265 insertions(+), 269 deletions(-)
4644
4645 commit 641296b5ebb17875550705f1cea45ab6e6a8e562
4646 Author: David Corbett <corbett.dav@northeastern.edu>
4647 Date:   Fri Oct 8 21:39:30 2021 -0400
4648
4649     [USE] Categorize U+11046 BRAHMI VIRAMA as HALANT
4650
4651  src/gen-use-table.py                 | 3 +--
4652  src/hb-ot-shape-complex-use-table.hh | 2 +-
4653  2 files changed, 2 insertions(+), 3 deletions(-)
4654
4655 commit cca42cda460491fb8d9ee89cb0b37fe1d59ac04a
4656 Merge: 8eaee2f88 bb50aae9b
4657 Author: Behdad Esfahbod <behdad@behdad.org>
4658 Date:   Fri Oct 8 13:10:21 2021 -0600
4659
4660     Merge pull request #3249 from harfbuzz/use-merge-s-o
4661     
4662     [USE] Merge the categories S and O
4663
4664 commit bb50aae9b42e20e4b7aff0f7ac67a18ff2d65460
4665 Author: David Corbett <corbett.dav@northeastern.edu>
4666 Date:   Fri Oct 8 13:25:46 2021 -0400
4667
4668     [USE] Document customizations of USE categories
4669
4670  src/gen-use-table.py | 4 ++++
4671  1 file changed, 4 insertions(+)
4672
4673 commit 7287125c586994bf2ea5d3117b15731475ce3192
4674 Author: David Corbett <corbett.dav@northeastern.edu>
4675 Date:   Tue Oct 5 08:52:11 2021 -0400
4676
4677     [USE] Merge the categories S and O
4678
4679  src/gen-use-table.py                   |   5 -
4680  src/hb-ot-shape-complex-use-machine.hh | 470 ++++++++++++++++-----------------
4681  src/hb-ot-shape-complex-use-machine.rl |   6 +-
4682  src/hb-ot-shape-complex-use-table.hh   |   4 +-
4683  src/hb-ot-shape-complex-use.cc         |   1 -
4684  5 files changed, 234 insertions(+), 252 deletions(-)
4685
4686 commit 8eaee2f887fffb1130b41668a54cd98866f0bfb5
4687 Author: David Corbett <corbett.dav@northeastern.edu>
4688 Date:   Thu Oct 7 20:10:31 2021 -0400
4689
4690     [USE] Only skip default ignorables within CCSes
4691
4692  src/gen-use-table.py                              | 106 ++++++++--------
4693  src/hb-ot-shape-complex-use-machine.hh            |  55 ++++----
4694  src/hb-ot-shape-complex-use-machine.rl            |   9 +-
4695  src/hb-ot-shape-complex-use-table.hh              | 145 ++++++++++++++--------
4696  src/update-unicode-tables.make                    |  16 +--
4697  test/shape/data/in-house/tests/use-syllable.tests |   2 +-
4698  6 files changed, 189 insertions(+), 144 deletions(-)
4699
4700 commit 4645c3b47c6e7a70f8d55eda543df1109e309347
4701 Author: David Corbett <corbett.dav@northeastern.edu>
4702 Date:   Thu Oct 7 08:52:02 2021 -0400
4703
4704     Update comments for U+180F FVS4
4705
4706  src/hb-ot-layout.hh | 4 ++--
4707  src/hb-unicode.hh   | 3 ++-
4708  2 files changed, 4 insertions(+), 3 deletions(-)
4709
4710 commit 5b882c420adc8f0556a0d966a641aef4c812079e
4711 Author: Garret Rieger <grieger@google.com>
4712 Date:   Wed Oct 6 11:12:32 2021 -0700
4713
4714     [repacker] performance optimizations for topological sorting.
4715     
4716     - Presize the output sorted graph and write it once in the correct order to avoid needing to reverse.
4717     - Swap the old/new graph vectors instead of copying.
4718     - Use a boolean vector for tracking visited instead of a set.
4719
4720  src/hb-repacker.hh | 25 +++++++++++--------------
4721  src/hb-vector.hh   | 15 +++++++++++++++
4722  2 files changed, 26 insertions(+), 14 deletions(-)
4723
4724 commit ff7a86e9b06f7c9b4c82fb931d681b08be1e0b27
4725 Author: Garret Rieger <grieger@google.com>
4726 Date:   Wed Oct 6 10:51:45 2021 -0700
4727
4728     [repacker] remove clone buffer, they are unnessecary.
4729     
4730     When nodes are duplicated it's fine to just reuse head, tail from the node being cloned since we don't modify the contents.
4731
4732  src/hb-repacker.hh | 39 +++------------------------------------
4733  1 file changed, 3 insertions(+), 36 deletions(-)
4734
4735 commit 8cae8b653ddae37b1a5410a5997a14e44bf934a0
4736 Author: Garret Rieger <grieger@google.com>
4737 Date:   Tue Oct 5 14:03:02 2021 -0700
4738
4739     [repacker] add missing fini for parents vector.
4740
4741  src/hb-repacker.hh | 5 ++++-
4742  1 file changed, 4 insertions(+), 1 deletion(-)
4743
4744 commit 7f0ede4f04f3f3eeb985bf40907e127952c7390c
4745 Author: Garret Rieger <grieger@google.com>
4746 Date:   Tue Oct 5 13:10:01 2021 -0700
4747
4748     [repacker] refactor resolve overflow tests to use a helper.
4749
4750  src/test-repacker.cc | 165 +++++++++++++++++----------------------------------
4751  1 file changed, 53 insertions(+), 112 deletions(-)
4752
4753 commit 79937d24b75d3039d70feafa2e5ca9836d72689b
4754 Author: Garret Rieger <grieger@google.com>
4755 Date:   Tue Oct 5 12:53:21 2021 -0700
4756
4757     [repacker] Add repacker test that requires space splitting.
4758
4759  test/subset/data/fonts/Harmattan-Regular.ttf        | Bin 0 -> 835156 bytes
4760  test/subset/data/repack_tests/Makefile.sources      |   3 ++-
4761  test/subset/data/repack_tests/space_splitting.tests |   2 ++
4762  test/subset/meson.build                             |   2 ++
4763  4 files changed, 6 insertions(+), 1 deletion(-)
4764
4765 commit 7883b7ed95fcf577e4a5771daeaa01a89058eade
4766 Author: Garret Rieger <grieger@google.com>
4767 Date:   Tue Oct 5 12:46:59 2021 -0700
4768
4769     [repacker] Add additional splitting spaces test.
4770     
4771     Fix issues it uncovered.
4772
4773  src/hb-repacker.hh   |  11 +++--
4774  src/test-repacker.cc | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++
4775  2 files changed, 133 insertions(+), 3 deletions(-)
4776
4777 commit 6265663de4c77dd504d231f2b8f7fd8e80363b40
4778 Author: Garret Rieger <grieger@google.com>
4779 Date:   Tue Oct 5 11:30:04 2021 -0700
4780
4781     [repacker] add test for splitting spaces.
4782
4783  src/test-repacker.cc | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++
4784  1 file changed, 105 insertions(+)
4785
4786 commit d97bd4268a8acdbc3628855057743d2b22e85341
4787 Author: Garret Rieger <grieger@google.com>
4788 Date:   Tue Oct 5 10:53:05 2021 -0700
4789
4790     [repacker] when assigning spaces use post isolation node indices.
4791     
4792     isolate_subgraph can result in some of the roots being duplicated and moved to new indices, so do subgraph isolation before assign roots to spaces.
4793
4794  src/hb-repacker.hh | 69 ++++++++++++++++++++++++++++++++++++++++--------------
4795  1 file changed, 51 insertions(+), 18 deletions(-)
4796
4797 commit bb57df7a4fae6991895388c8b4fab8ae9de80332
4798 Author: Khaled Hosny <khaled@aliftype.com>
4799 Date:   Tue Oct 5 15:40:30 2021 +0200
4800
4801     [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978
4802
4803  .../fonts/e6185e88b04432fbf373594d5971686bb7dd698d.ttf  | Bin 0 -> 79552 bytes
4804  test/shape/data/in-house/tests/aat-morx.tests           |   1 +
4805  2 files changed, 1 insertion(+)
4806
4807 commit 16245503776b5d5487bb07640b1d75d0429f2143
4808 Author: Khaled Hosny <khaled@aliftype.com>
4809 Date:   Tue Oct 5 15:35:17 2021 +0200
4810
4811     [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/3244
4812
4813  .../fonts/e2b17207c4b7ad78d843e1b0c4d00b09398a1137.ttf   | Bin 0 -> 1488 bytes
4814  test/shape/data/in-house/tests/indic-syllable.tests      |   1 +
4815  2 files changed, 1 insertion(+)
4816
4817 commit ccfc0481539ca34cba578ebbcef8ac0ea315e2f0
4818 Author: Behdad Esfahbod <behdad@behdad.org>
4819 Date:   Tue Oct 5 07:00:50 2021 -0600
4820
4821     [indic] Apply 'calt' and 'clig' across syllable boundaries
4822     
4823     Fixes https://github.com/harfbuzz/harfbuzz/issues/3244
4824
4825  src/hb-ot-shape-complex-indic.cc | 3 ---
4826  1 file changed, 3 deletions(-)
4827
4828 commit d58f1685cee7fef904f4149561a2dcf5ec519ac3
4829 Author: Behdad Esfahbod <behdad@behdad.org>
4830 Date:   Mon Oct 4 08:40:24 2021 -0600
4831
4832     [ot-shape] Tweak table order some more; apply GPOS with morx
4833     
4834     During 5bc05ba155 accidentally GPOS was disabled when morx was
4835     enabled. Fix that.
4836     
4837     Fixes https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978
4838
4839  src/hb-ot-shape.cc | 12 +++++++-----
4840  1 file changed, 7 insertions(+), 5 deletions(-)
4841
4842 commit f8ebb8a65778745e43c560270d198c77c9d55220
4843 Author: David Corbett <corbett.dav@northeastern.edu>
4844 Date:   Wed Sep 29 19:18:25 2021 -0400
4845
4846     [USE] Update the data files
4847     
4848     This uses the data files from
4849     <https://github.com/microsoft/font-tools/tree/c355d0419429fca2f1a22d88d0afd35822e4c0b0/USE>.
4850
4851  src/hb-ot-shape-complex-use-table.hh              | 187 +++++++++++++++++-----
4852  src/ms-use/IndicPositionalCategory-Additional.txt |  97 +++++------
4853  src/ms-use/IndicSyllabicCategory-Additional.txt   | 164 ++++++++++---------
4854  3 files changed, 284 insertions(+), 164 deletions(-)
4855
4856 commit 564afc425abac78fc2741540cb0d77cf31491f40
4857 Author: David Corbett <corbett.dav@northeastern.edu>
4858 Date:   Tue Sep 28 17:33:47 2021 -0400
4859
4860     [USE] Remove overrides for hieroglyphic categories
4861
4862  src/gen-use-table.py                 |  8 ---
4863  src/hb-ot-shape-complex-use-table.hh | 96 +++++-------------------------------
4864  2 files changed, 13 insertions(+), 91 deletions(-)
4865
4866 commit 8c654420692a3534413334f6d096738a796f4384
4867 Author: David Corbett <corbett.dav@northeastern.edu>
4868 Date:   Sat Sep 25 16:38:32 2021 -0400
4869
4870     [Unicode 14] Handle U+180F FVS4
4871
4872  src/hb-ot-layout.hh               | 2 +-
4873  src/hb-ot-shape-complex-arabic.cc | 2 +-
4874  src/hb-unicode.hh                 | 2 +-
4875  3 files changed, 3 insertions(+), 3 deletions(-)
4876
4877 commit 375a6c8f81a894ac15be7542e17571ad3ebdf16a
4878 Author: Garret Rieger <grieger@google.com>
4879 Date:   Wed Sep 29 18:14:57 2021 -0700
4880
4881     [repacker] add the ability to move subgraphs from a shared space into their own space.
4882     
4883     Used to resolve overflows during manual resolution.
4884
4885  src/hb-repacker.hh | 93 ++++++++++++++++++++++++++++++++++++++++++++++++------
4886  1 file changed, 84 insertions(+), 9 deletions(-)
4887
4888 commit 0dccbf368f1158f474f7ec3c6647932fbdda4e60
4889 Author: Garret Rieger <grieger@google.com>
4890 Date:   Wed Sep 29 14:28:27 2021 -0700
4891
4892     [repacker] Handle the case where a subgraph root has an incoming 32 and 16 bit edge.
4893     
4894     In this case the entire subgraph from that root will be duplicated.
4895
4896  src/hb-repacker.hh   |  49 ++++++++++++++++++++----
4897  src/test-repacker.cc | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++
4898  2 files changed, 146 insertions(+), 8 deletions(-)
4899
4900 commit 794b00db4b63e8314aee96c23a20ecb878452eef
4901 Author: Qunxin Liu <qxliu@google.com>
4902 Date:   Mon Sep 27 17:21:16 2021 -0700
4903
4904     [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/6616166961905664
4905
4906  src/hb-ot-math-table.hh                                   |   8 ++++++--
4907  ...z-testcase-minimized-hb-subset-fuzzer-6616166961905664 | Bin 0 -> 919 bytes
4908  2 files changed, 6 insertions(+), 2 deletions(-)
4909
4910 commit 816c5302a7f5bfbbac1b89a72f9d50871085ddf3
4911 Author: Garret Rieger <grieger@google.com>
4912 Date:   Tue Sep 28 16:04:27 2021 -0700
4913
4914     [repacker] restrict 32 bit subgraph connected component search to only nodes reachable via directed links.
4915
4916  src/hb-repacker.hh   |  20 ++++++---
4917  src/test-repacker.cc | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++
4918  2 files changed, 136 insertions(+), 6 deletions(-)
4919
4920 commit 67eb222b8eae1a10d0fd485a04254144e4051d46
4921 Author: Garret Rieger <grieger@google.com>
4922 Date:   Tue Sep 28 13:36:06 2021 -0700
4923
4924     [repacker] when assigning each connected subgraph a space, also isolate it.
4925     
4926     This will break any links coming from space 0 (ie. the 16 bit offset only space).
4927
4928  src/hb-repacker.hh   | 46 ++++++++++++++--------------------------------
4929  src/test-repacker.cc | 50 ++++++++++++++++++++++++++++++++++----------------
4930  2 files changed, 48 insertions(+), 48 deletions(-)
4931
4932 commit 307acf7fb0d4c767b4b78ba6c80ab83399d16cb4
4933 Author: Garret Rieger <grieger@google.com>
4934 Date:   Tue Sep 28 12:08:18 2021 -0700
4935
4936     [repacker] add space assignment based on connected components.
4937     
4938     Assign each connected component that is underneath one or more 32 bit offsets into a unique space. This ensures that 32 bit subgraphs which are connected are packed into the same space.
4939
4940  src/hb-repacker.hh   |  79 ++++++++++++++++++++++++++++++++-
4941  src/test-repacker.cc | 122 ++++++++++++++++++++++++++++++++++++++++++++-------
4942  2 files changed, 182 insertions(+), 19 deletions(-)
4943
4944 commit c77bdf1dcf86dcad79e90643a5f4e7d04fbae975
4945 Author: Garret Rieger <grieger@google.com>
4946 Date:   Fri Sep 24 15:58:57 2021 -0700
4947
4948     [repacker] begin storing each nodes parents.
4949     
4950     Will be used for connected component search.
4951
4952  src/hb-repacker.hh | 132 +++++++++++++++++++++++++++++++++++------------------
4953  1 file changed, 87 insertions(+), 45 deletions(-)
4954
4955 commit a52c6df38a38c4e36ff991dfb4b7d92e48a44553
4956 Author: Garret Rieger <grieger@google.com>
4957 Date:   Mon Sep 27 11:22:05 2021 -0700
4958
4959     [subset] Fix bug in composite operation counting.
4960     
4961     Adding the result of add_gid_and_children to operation count over counts the number of operations.
4962
4963  src/hb-ot-glyf-table.hh | 2 +-
4964  1 file changed, 1 insertion(+), 1 deletion(-)
4965
4966 commit efda2f14e104eedfee7da50ba2d22ba9a9ae376b
4967 Author: Garret Rieger <grieger@google.com>
4968 Date:   Fri Sep 24 16:28:34 2021 -0700
4969
4970     [repacker] fix bug in subgraph isolation.
4971     
4972     Prior to this fix id remapping at the end of the isolation operation was fed the old subgraph instead of the new one. Which results in object indices being remapped for the nodes outside of the new subgraph. Adds a test which detects this problem.
4973
4974  src/hb-repacker.hh   | 11 +++++++--
4975  src/test-repacker.cc | 64 ++++++++++++++++++++++++++++++++++++++++++++++++----
4976  2 files changed, 69 insertions(+), 6 deletions(-)
4977
4978 commit 6f1909439862cc37246aba55a85c0a072b945dff
4979 Author: Behdad Esfahbod <behdad@behdad.org>
4980 Date:   Thu Sep 23 08:39:29 2021 -0600
4981
4982     [getn-hb-version.py] Open old output in UTF-8 mode as well
4983     
4984     Fixes https://github.com/harfbuzz/harfbuzz/issues/3227
4985
4986  src/gen-hb-version.py | 2 +-
4987  1 file changed, 1 insertion(+), 1 deletion(-)
4988
4989 commit 9247d24d7f41f820d7ea79089b482410b927edc8
4990 Author: Garret Rieger <grieger@google.com>
4991 Date:   Wed Sep 22 16:00:02 2021 -0700
4992
4993     [repacker] s/0/HB_TAG_NONE
4994
4995  src/test-repacker.cc | 4 ++--
4996  1 file changed, 2 insertions(+), 2 deletions(-)
4997
4998 commit fe155de9895e99d8ae13cb7516e2a70d6e7f8856
4999 Author: Garret Rieger <grieger@google.com>
5000 Date:   Fri Sep 10 14:55:24 2021 -0700
5001
5002     [repacker] handle a couple of duplication edge cases.
5003     
5004     - Detect cases where there are multiple links from a parent to a child. Don't duplicate that child if those are the only remaining links to the child.
5005     - Correctly handle isolating a subgraph where the root idx has multiple incoming links.
5006
5007  src/hb-repacker.hh | 47 ++++++++++++++++++++++++++++++++++++-----------
5008  1 file changed, 36 insertions(+), 11 deletions(-)
5009
5010 commit c19ec97da722d4a91024328c2d31f5e2f984fe10
5011 Author: Garret Rieger <grieger@google.com>
5012 Date:   Thu Sep 9 10:53:09 2021 -0700
5013
5014     [repacker] reduce the bits used by order by 2 to give more bits to distance.
5015
5016  src/hb-repacker.hh | 3 +--
5017  1 file changed, 1 insertion(+), 2 deletions(-)
5018
5019 commit d5beb96e06c34b6f5799f341d4b27e952e739d85
5020 Author: Garret Rieger <grieger@google.com>
5021 Date:   Thu Sep 9 10:40:08 2021 -0700
5022
5023     [repacker] add repacker isolation test on real font.
5024
5025  .../subset/data/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 0 -> 570552 bytes
5026  test/subset/data/repack_tests/Makefile.sources     |   1 +
5027  test/subset/data/repack_tests/isolation.tests      |  96 +++++++++++++++++++++
5028  test/subset/meson.build                            |   1 +
5029  4 files changed, 98 insertions(+)
5030
5031 commit d0daa7a59be05689ac618b6c22f2c112f67d75cb
5032 Author: Garret Rieger <grieger@google.com>
5033 Date:   Thu Sep 9 10:25:43 2021 -0700
5034
5035     [repacker] add a couple more complex isolation tests.
5036
5037  src/hb-repacker.hh   |   5 ++-
5038  src/test-repacker.cc | 120 +++++++++++++++++++++++++++++++++++++++++++++++++--
5039  2 files changed, 119 insertions(+), 6 deletions(-)
5040
5041 commit 62c502cd9dc4637934f846caa9587a2aebca9ee9
5042 Author: Garret Rieger <grieger@google.com>
5043 Date:   Thu Sep 9 09:57:42 2021 -0700
5044
5045     [repacker] correctly update incoming_edges in duplicate.
5046
5047  src/hb-repacker.hh | 5 ++++-
5048  1 file changed, 4 insertions(+), 1 deletion(-)
5049
5050 commit a57ef8df7ebf70f08065233f3ad218c451eff98a
5051 Author: Garret Rieger <grieger@google.com>
5052 Date:   Wed Sep 8 17:31:39 2021 -0700
5053
5054     [repacker] default space to 0.
5055     
5056     Since vector push() init's new objects to all zeros.
5057
5058  src/hb-repacker.hh | 10 +++++-----
5059  1 file changed, 5 insertions(+), 5 deletions(-)
5060
5061 commit 58facaade1c85906fec70584abfe13995a9dd07b
5062 Author: Garret Rieger <grieger@google.com>
5063 Date:   Wed Sep 8 16:08:48 2021 -0700
5064
5065     [repacker] put each 32 bit subgraph into it's own packing space.
5066     
5067     Each subgraph pointed to by a 32 bit offset should be packed into it's own space. This adds a space property to vertices which affects the distance calculation. This effectively places the distances for all of the nodes of a 32 bit subgraph into a distinct range. Thus all of the nodes of the subgraph will be packed together.
5068
5069  src/hb-repacker.hh   | 12 ++++++++++--
5070  src/test-repacker.cc |  3 +++
5071  2 files changed, 13 insertions(+), 2 deletions(-)
5072
5073 commit 543a3f97333a3bdede0cadd19b9a8554df81f1e8
5074 Author: Garret Rieger <grieger@google.com>
5075 Date:   Wed Sep 8 15:07:02 2021 -0700
5076
5077     [repacker] Add repacker test for subgraph isolation.
5078
5079  src/hb-repacker.hh   | 10 +++++++--
5080  src/test-repacker.cc | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
5081  2 files changed, 65 insertions(+), 2 deletions(-)
5082
5083 commit 7147f169d6cc93f54b7722022829ddb68957d2a5
5084 Author: Garret Rieger <grieger@google.com>
5085 Date:   Wed Sep 8 13:44:25 2021 -0700
5086
5087     [repacker] recursively duplicate nodes during isolation.
5088     
5089     If a node is duplicated during isolation then any children it has will have incoming links from outside the subgraph (from the duplicated node and the original node), so they must be duplicated too.
5090
5091  src/hb-repacker.hh | 20 ++++++++++++++++++--
5092  1 file changed, 18 insertions(+), 2 deletions(-)
5093
5094 commit 41bbf2812e9f4f6e704496da5d73ba74d0b4465e
5095 Author: Garret Rieger <grieger@google.com>
5096 Date:   Wed Sep 8 10:14:00 2021 -0700
5097
5098     [repacker] do extension subtable isolation before starting resolution attempts.
5099
5100  src/hb-repacker.hh   | 39 ++++++++++++++++++++++++++++++++-------
5101  src/hb-subset.cc     |  2 +-
5102  src/test-repacker.cc |  4 ++--
5103  3 files changed, 35 insertions(+), 10 deletions(-)
5104
5105 commit 8d8b7458a4cac9131bd650800ef0e3c0b67adfd4
5106 Author: Garret Rieger <grieger@google.com>
5107 Date:   Tue Sep 7 16:52:37 2021 -0700
5108
5109     [repacker] extract overflows processing into its own method.
5110
5111  src/hb-repacker.hh | 102 ++++++++++++++++++++++++++---------------------------
5112  1 file changed, 51 insertions(+), 51 deletions(-)
5113
5114 commit b14b3f13bae48045c8a8465bdf6f579cb833852c
5115 Author: Garret Rieger <grieger@google.com>
5116 Date:   Tue Sep 7 16:32:13 2021 -0700
5117
5118     [repacker] begin implementing the ability to isolate extension subtables.
5119     
5120     Adds isolate_subgraph operation to the repacker. This severs any links from outside a subgraph by duplicating the affected vertices. This will be used to isolate the subgraphs of a extension subtable from the rest of object graph. Thus allowing the extension subtable to be packed far away from the rest of the objects.
5121
5122  src/hb-repacker.hh | 122 +++++++++++++++++++++++++++++++++++++++++++++--------
5123  1 file changed, 105 insertions(+), 17 deletions(-)
5124
5125 commit 02c4a516dbcedc40cf7436105a56c6d913fa3675
5126 Author: Garret Rieger <grieger@google.com>
5127 Date:   Tue Sep 7 13:22:19 2021 -0700
5128
5129     Add a debug message when offset overflow resolution fails.
5130
5131  src/hb-repacker.hh | 13 ++++++++++++-
5132  1 file changed, 12 insertions(+), 1 deletion(-)
5133
5134 commit cb2d71c648137f1bd7586d3ec05050f0db50865f
5135 Author: Ben Wagner <bungeman@chromium.org>
5136 Date:   Fri Jul 30 14:30:20 2021 -0400
5137
5138     [mutex] Add hb_mutex_t std::mutex implementation
5139     
5140     Instead of failing...
5141
5142  src/hb-mutex.hh | 33 ++++++++++++++++++++-------------
5143  1 file changed, 20 insertions(+), 13 deletions(-)
5144
5145 commit 67b3962fa5348ac7ee8e6297edcc277f3983e8be
5146 Author: Behdad Esfahbod <behdad@behdad.org>
5147 Date:   Wed Sep 22 16:21:27 2021 -0600
5148
5149     [atomic] Cannot fail anymore
5150
5151  src/hb-atomic.hh | 10 +---------
5152  1 file changed, 1 insertion(+), 9 deletions(-)
5153
5154 commit ca7b9daef06fc515ec84cfb95e7204e9eef3f00e
5155 Author: Qunxin Liu <qxliu@google.com>
5156 Date:   Mon Sep 20 14:42:51 2021 -0700
5157
5158     [subset] subset MATH table
5159
5160  src/hb-ot-layout-common.hh                         |  37 +++
5161  src/hb-ot-math-table.hh                            | 268 +++++++++++++++++++++
5162  src/hb-subset-plan.cc                              |  20 +-
5163  src/hb-subset-plan.hh                              |   1 +
5164  src/hb-subset.cc                                   |   2 +
5165  test/subset/data/Makefile.am                       |   1 +
5166  test/subset/data/Makefile.sources                  |   1 +
5167  .../math/STIXTwoMath-Regular.default.2f,7c,305.ttf | Bin 0 -> 6388 bytes
5168  ...woMath-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 1038580 bytes
5169  .../STIXTwoMath-Regular.glyph-names.2f,7c,305.ttf  | Bin 0 -> 6540 bytes
5170  ...th-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 1091356 bytes
5171  ...TIXTwoMath-Regular.notdef-outline.2f,7c,305.ttf | Bin 0 -> 6636 bytes
5172  ...Regular.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 1038828 bytes
5173  .../STIXTwoMath-Regular.retain-gids.2f,7c,305.ttf  | Bin 0 -> 14916 bytes
5174  ...th-Regular.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1053656 bytes
5175  test/subset/data/fonts/STIXTwoMath-Regular.ttf     | Bin 0 -> 1517976 bytes
5176  test/subset/data/tests/math.tests                  |  12 +
5177  test/subset/meson.build                            |   1 +
5178  18 files changed, 342 insertions(+), 1 deletion(-)
5179
5180 commit c2cc566c9d7f63c024c0a15e93c9ae99717a4b4f
5181 Author: Garret Rieger <grieger@google.com>
5182 Date:   Wed Sep 22 14:15:55 2021 -0700
5183
5184     [subset] Fix subset_offset_array adding unused space to serializer.
5185     
5186     ArrayOf.serialize_append allocates space for the new item, but ArrayOf.pop() does not recover the allocated space. So in the case where the revert path was entered the extra space added by serialize_append gets left in the serialization buffer. This moves the snapshot to before ArrayOf.serialize_append is called so that revert cleans up the buffer extend.
5187
5188  src/hb-ot-layout-common.hh                         |   4 ++--
5189  src/hb-ot-layout-gpos-table.hh                     |   2 +-
5190  src/hb-ot-layout-gsubgpos.hh                       |   4 ++--
5191  ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 120240 -> 120236 bytes
5192  ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 132484 -> 132480 bytes
5193  ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 120240 -> 120236 bytes
5194  ...s2_1_font7.layout-test-retain-gids.21,23,25.otf | Bin 1728 -> 1728 bytes
5195  .../gpos2_1_font7.layout-test.21,23,25.otf         | Bin 1384 -> 1384 bytes
5196  ...e_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 2208 -> 2208 bytes
5197  ...ext1_multiple_subrules_f2.layout-test.41,42.otf | Bin 1400 -> 1400 bytes
5198  ...e_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 2224 -> 2224 bytes
5199  ...ext2_multiple_subrules_f2.layout-test.41,42.otf | Bin 1416 -> 1416 bytes
5200  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11372 bytes
5201  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17640 bytes
5202  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3512 bytes
5203  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12360 bytes
5204  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19340 bytes
5205  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18208 bytes
5206  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23704 bytes
5207  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9160 bytes
5208  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18164 bytes
5209  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25392 bytes
5210  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
5211  23 files changed, 5 insertions(+), 5 deletions(-)
5212
5213 commit 8c5c81746d8d4c5921be50a85d219deea2c95762
5214 Author: Qunxin Liu <qxliu@google.com>
5215 Date:   Sun Sep 12 20:16:30 2021 -0700
5216
5217     [subset] fix find_duplicate_features
5218     
5219     We should check each feature against all other features with the same
5220     tag for duplicates.
5221
5222  src/hb-ot-layout-gsubgpos.hh                       |  70 +++++++++++----------
5223  test/subset/data/Makefile.am                       |   1 +
5224  test/subset/data/Makefile.sources                  |   1 +
5225  ...fault.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8452 bytes
5226  ...ns-BlackItalic.default.retain-all-codepoint.ttf | Bin 0 -> 120240 bytes
5227  ...names.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8552 bytes
5228  ...lackItalic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 132484 bytes
5229  ...tline.20,2f,38,49,4c,51,53,66,67,6f,b4,2044.ttf | Bin 0 -> 8452 bytes
5230  ...kItalic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 120240 bytes
5231  .../subset/data/fonts/AlegreyaSans-BlackItalic.ttf | Bin 0 -> 211948 bytes
5232  .../data/tests/layout.duplicate_features.tests     |  11 ++++
5233  test/subset/meson.build                            |   1 +
5234  12 files changed, 50 insertions(+), 34 deletions(-)
5235
5236 commit 1afc3874e00992c378977c2feb25f8088c9c5a9a
5237 Author: Qunxin Liu <qxliu@google.com>
5238 Date:   Sun Sep 19 20:41:43 2021 -0700
5239
5240     [subset] add closure_glyphs () method for MATH table
5241
5242  src/hb-ot-math-table.hh | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
5243  1 file changed, 57 insertions(+)
5244
5245 commit 3b2929e8a9da349fbd8437fd0b5cf0c8ce92cf32
5246 Author: Behdad Esfahbod <behdad@behdad.org>
5247 Date:   Tue Sep 21 12:21:02 2021 -0600
5248
5249     [set-digest] Use using instead of typedef
5250
5251  src/hb-set-digest.hh | 14 ++++++++------
5252  1 file changed, 8 insertions(+), 6 deletions(-)
5253
5254 commit 5694561f75bdea9c7d77d7932598fe4e5f45b33e
5255 Author: Simon Cozens <simon@simon-cozens.org>
5256 Date:   Mon Sep 20 15:21:11 2021 +0100
5257
5258     Add support for Pwo Karen / Ason Chin medial la
5259     
5260     https://github.com/harfbuzz/harfbuzz/pull/3217
5261
5262  src/hb-ot-shape-complex-myanmar-machine.hh | 473 +++++++++++++++--------------
5263  src/hb-ot-shape-complex-myanmar-machine.rl |   5 +-
5264  src/hb-ot-shape-complex-myanmar.hh         |   7 +-
5265  3 files changed, 259 insertions(+), 226 deletions(-)
5266
5267 commit bff56854323f853ed3dbad1105555da5192a7d1b
5268 Author: Behdad Esfahbod <behdad@behdad.org>
5269 Date:   Mon Sep 20 13:25:58 2021 -0600
5270
5271     [khmer] Towards separating Khmer from Indic table
5272
5273  src/hb-ot-shape-complex-khmer.hh | 4 +++-
5274  1 file changed, 3 insertions(+), 1 deletion(-)
5275
5276 commit 5d957ffe74d767f621d7ce4833ce2349206a2391
5277 Author: Behdad Esfahbod <behdad@behdad.org>
5278 Date:   Mon Sep 20 11:33:01 2021 -0600
5279
5280     [myanmar] Towards separating Myanmar from Indic table
5281
5282  src/hb-ot-shape-complex-myanmar.cc | 2 +-
5283  src/hb-ot-shape-complex-myanmar.hh | 3 ++-
5284  2 files changed, 3 insertions(+), 2 deletions(-)
5285
5286 commit 6db4b56e05a6fd993b4f3b5f1d21acc12236361e
5287 Author: Khaled Hosny <khaled@aliftype.com>
5288 Date:   Mon Sep 20 19:18:39 2021 +0200
5289
5290     Make the file UTF-8 again
5291     
5292     GitHub web interface failed to show the encoding change.
5293
5294  src/hb-subset-input.hh | 2 +-
5295  1 file changed, 1 insertion(+), 1 deletion(-)
5296
5297 commit 14a2df7bc237e7e59ff62c710751c7069733a469
5298 Author: Behdad Esfahbod <behdad@behdad.org>
5299 Date:   Sun Sep 19 23:06:09 2021 -0400
5300
5301     Add stub HBUINT15
5302
5303  src/hb-open-type.hh        | 9 +++++++++
5304  src/hb-ot-layout-common.hh | 2 +-
5305  2 files changed, 10 insertions(+), 1 deletion(-)
5306
5307 commit c852b8684154f707a897b6b62338efc48ebcfd9e
5308 Author: Behdad Esfahbod <behdad@behdad.org>
5309 Date:   Sun Sep 19 16:30:12 2021 -0400
5310
5311     Rename HBGlyphID to HBGlyphID16
5312
5313  perf/texts/en-words.txt                    |  2 +-
5314  src/hb-aat-layout-bsln-table.hh            |  4 +-
5315  src/hb-aat-layout-common.hh                | 16 +++---
5316  src/hb-aat-layout-just-table.hh            |  8 +--
5317  src/hb-aat-layout-kerx-table.hh            |  4 +-
5318  src/hb-aat-layout-morx-table.hh            | 32 ++++++------
5319  src/hb-open-type.hh                        |  4 +-
5320  src/hb-ot-cmap-table.hh                    |  4 +-
5321  src/hb-ot-color-cbdt-table.hh              |  8 +--
5322  src/hb-ot-color-colr-table.hh              |  6 +--
5323  src/hb-ot-glyf-table.hh                    |  2 +-
5324  src/hb-ot-layout-base-table.hh             |  2 +-
5325  src/hb-ot-layout-common.hh                 | 18 +++----
5326  src/hb-ot-layout-gpos-table.hh             |  2 +-
5327  src/hb-ot-layout-gsub-table.hh             | 78 +++++++++++++++---------------
5328  src/hb-ot-layout-jstf-table.hh             |  2 +-
5329  src/hb-ot-math-table.hh                    |  4 +-
5330  src/hb-ot-shape-complex-arabic-fallback.hh | 14 +++---
5331  src/hb-ot-vorg-table.hh                    |  2 +-
5332  19 files changed, 106 insertions(+), 106 deletions(-)
5333
5334 commit 74f96d9d4b359fc138d21709c975a09ba933fb3d
5335 Author: Garret Rieger <grieger@google.com>
5336 Date:   Fri Sep 17 13:46:07 2021 -0700
5337
5338     [repacker] fix heap use after free in repacker.
5339     
5340     Don't store a reference to the link in overflow records as the link object may be freed if the sorted graph vector is resized.
5341
5342  src/hb-repacker.hh                                      |  12 ++++++------
5343  ...testcase-minimized-hb-subset-fuzzer-5127321313476608 | Bin 0 -> 60417 bytes
5344  2 files changed, 6 insertions(+), 6 deletions(-)
5345
5346 commit 7143c8333bae6b0ca238a92d1fdb222d088bf9d1
5347 Author: ActuallyaDeviloper <ActuallyaDeviloper@users.noreply.github.com>
5348 Date:   Sat Sep 18 20:59:38 2021 +0200
5349
5350     Make the code able to compile with MSVC++ from Visual Studio 2015 (Version 14.0.25431.01, Update 3) sucessfully again.
5351
5352  src/hb-subset-input.hh | 24 +++++++++++++-----------
5353  1 file changed, 13 insertions(+), 11 deletions(-)
5354
5355 commit b36f1510ec5180724e7866e2a86570429a435c93
5356 Author: Khaled Hosny <khaled@aliftype.com>
5357 Date:   Sat Sep 18 23:09:07 2021 +0200
5358
5359     [doc] Add missing version tags
5360
5361  src/hb-ot-layout.cc | 4 ++--
5362  1 file changed, 2 insertions(+), 2 deletions(-)
5363
5364 commit 9c387e20d65a7a366ac270d789f6ad266014c9e0
5365 Author: Khaled Hosny <khaled@aliftype.com>
5366 Date:   Fri Sep 17 21:32:30 2021 +0200
5367
5368     3.0.0
5369
5370  NEWS                   | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
5371  configure.ac           |  2 +-
5372  docs/harfbuzz-docs.xml |  1 +
5373  meson.build            |  2 +-
5374  src/hb-common.h        | 12 ++++++------
5375  src/hb-style.cc        |  2 +-
5376  src/hb-style.h         |  2 +-
5377  src/hb-version.h       |  8 ++++----
5378  8 files changed, 66 insertions(+), 14 deletions(-)
5379
5380 commit e0d5fe740a6c23a995d4d881bfa330eb1063059d
5381 Author: Behdad Esfahbod <behdad@behdad.org>
5382 Date:   Fri Sep 17 08:27:03 2021 -0400
5383
5384     Centralize math include
5385     
5386     https://github.com/harfbuzz/harfbuzz/pull/3212
5387
5388  src/hb-style.cc | 3 ---
5389  src/hb.hh       | 3 +++
5390  2 files changed, 3 insertions(+), 3 deletions(-)
5391
5392 commit 671f1d149a880491541d552c0d6e16365480790b
5393 Author: Khaled Hosny <khaled@aliftype.com>
5394 Date:   Wed Sep 15 15:13:41 2021 +0200
5395
5396     [ci] meson 0.55.0 didn’t work for harfbuzz
5397     
5398     https://github.com/mesonbuild/meson/issues/7437
5399
5400  .github/workflows/linux-ci.yml | 2 +-
5401  1 file changed, 1 insertion(+), 1 deletion(-)
5402
5403 commit f1b20b5a1466cbbea358960967b4a1bbb17956f2
5404 Author: Khaled Hosny <khaled@aliftype.com>
5405 Date:   Wed Sep 15 14:52:49 2021 +0200
5406
5407     [ci] Ragel subproject requires meson 0.55.0
5408
5409  .github/workflows/linux-ci.yml | 2 +-
5410  1 file changed, 1 insertion(+), 1 deletion(-)
5411
5412 commit 835fc1376f47e63f073a967cb6190c194e1e63f2
5413 Author: Khaled Hosny <khaled@aliftype.com>
5414 Date:   Wed Sep 15 14:14:04 2021 +0200
5415
5416     [ci] Build ragel on the Linux CI job
5417     
5418     To make sure we don’t accidentally break this option.
5419
5420  .github/workflows/linux-ci.yml | 4 ++--
5421  1 file changed, 2 insertions(+), 2 deletions(-)
5422
5423 commit a59e7ec9938cb8a927ea7b02aee8800c36d7d71a
5424 Author: Khaled Hosny <khaled@aliftype.com>
5425 Date:   Wed Sep 15 14:02:52 2021 +0200
5426
5427     [meson] Add ragel_subproject option
5428     
5429     Add an option to build fallback ragel subproject when no suitable ragel
5430     version is found, and make it off by default since most builder don’t
5431     need ragel at all.
5432     
5433     Fixes https://github.com/harfbuzz/harfbuzz/issues/3208 (hopefully)
5434
5435  meson_options.txt | 2 ++
5436  src/meson.build   | 8 +++++---
5437  2 files changed, 7 insertions(+), 3 deletions(-)
5438
5439 commit 60a38d7988f8e1a15411aabde9ea91d1fe519b7b
5440 Merge: f4649f389 19cd84b4e
5441 Author: Khaled Hosny <khaled@aliftype.com>
5442 Date:   Fri Sep 17 11:25:42 2021 +0200
5443
5444     Merge pull request #3210 from NikitaFeodonit/main
5445     
5446     CMake: Detect pthread with module FindThread
5447
5448 commit f4649f389563819cee909df3c11087dc716f35e9
5449 Author: Garret Rieger <grieger@google.com>
5450 Date:   Thu Sep 16 13:40:44 2021 -0700
5451
5452     [subset] restore hb_subset_input_unicode/glyph_set () to documentation.
5453
5454  docs/harfbuzz-sections.txt | 2 ++
5455  1 file changed, 2 insertions(+)
5456
5457 commit d700646c33af53afcabe564e9943565d58e1192a
5458 Author: Garret Rieger <grieger@google.com>
5459 Date:   Thu Sep 16 11:23:09 2021 -0700
5460
5461     [subset] In preperation for 3.0.0 release remove legacy subsetting api methods.
5462
5463  src/hb-subset-input.cc             | 202 -------------------------------------
5464  src/hb-subset.cc                   |   8 --
5465  src/hb-subset.h                    |  82 ++-------------
5466  test/api/hb-subset-test.h          |   4 +-
5467  test/api/test-subset-drop-tables.c |   4 +-
5468  test/api/test-subset-glyf.c        |  12 +--
5469  test/api/test-subset-gpos.c        |   6 +-
5470  test/api/test-subset.c             |  53 +---------
5471  util/hb-subset.cc                  |   8 +-
5472  9 files changed, 25 insertions(+), 354 deletions(-)
5473
5474 commit 19cd84b4e95190f7ee236cb15a60d4a6be7040a0
5475 Author: NikitaFeodonit <nfeodonit@yandex.com>
5476 Date:   Wed Sep 15 16:31:32 2021 +0300
5477
5478     CMake: Detect pthread with module FindThread
5479     
5480     Set CMake minimum version to 3.1.
5481
5482  CMakeLists.txt | 12 ++++++++----
5483  1 file changed, 8 insertions(+), 4 deletions(-)
5484
5485 commit ae145378540846ea3e51d6dee0033b16b9a43dea
5486 Author: Behdad Esfahbod <behdad@behdad.org>
5487 Date:   Wed Sep 15 07:46:33 2021 -0400
5488
5489     [style] Change tag type to hb_style_tag_t
5490     
5491     https://github.com/harfbuzz/harfbuzz/pull/3201#discussion_r708914354
5492
5493  src/hb-style.cc | 5 ++---
5494  src/hb-style.h  | 2 +-
5495  2 files changed, 3 insertions(+), 4 deletions(-)
5496
5497 commit 470686e8179d728d70fe7d738e831f6d26281def
5498 Author: David Corbett <corbett.dav@northeastern.edu>
5499 Date:   Tue Sep 14 20:56:37 2021 -0400
5500
5501     [USE] Send Khitan Small Script and Yezidi to USE
5502
5503  src/hb-ot-shape-complex.hh | 2 ++
5504  1 file changed, 2 insertions(+)
5505
5506 commit 22cbd038d3578c344e265a098fc98ef168f8d18b
5507 Author: Khaled Hosny <khaled@aliftype.com>
5508 Date:   Tue Sep 14 12:34:25 2021 +0200
5509
5510     [meson] Add ragel subproject
5511     
5512     If ragel 6.10 is not found, build it from source.
5513     
5514     Seems to work, except that ragel uses exceptions and we configure
5515     HarfBuzz build to not use exceptions, and I can’t find away to enable
5516     exceptions only for the ragel subproject. I had to remove cpp_eh=none
5517     from default options and try to disable exceptions in MSVC manually
5518     (other compilers are already handled).
5519
5520  Makefile.am                                |  2 ++
5521  meson.build                                |  3 +-
5522  src/gen-ragel-artifacts.py                 |  8 ++---
5523  src/meson.build                            |  5 ++-
5524  subprojects/.gitignore                     |  1 +
5525  subprojects/packagefiles/ragel/meson.build | 58 ++++++++++++++++++++++++++++++
5526  subprojects/ragel.wrap                     | 11 ++++++
5527  7 files changed, 82 insertions(+), 6 deletions(-)
5528
5529 commit 5898a9618cf6004d51c6fa2b34212c0ee61df3b0
5530 Author: Khaled Hosny <khaled@aliftype.com>
5531 Date:   Tue Sep 14 07:09:50 2021 +0200
5532
5533     [ragel] Regenerate state machine files with 6.10
5534
5535  src/hb-buffer-deserialize-json.hh        | 1189 +++++++++++++-----------
5536  src/hb-buffer-deserialize-text.hh        | 1437 ++++++++++++++++--------------
5537  src/hb-ot-shape-complex-khmer-machine.hh |  665 +++++++-------
5538  src/hb-ot-shape-complex-use-machine.hh   | 1036 ++++++++++-----------
5539  4 files changed, 2171 insertions(+), 2156 deletions(-)
5540
5541 commit 7e9ac8fea2b6d2b729c1e4c2a773ed2947265b16
5542 Author: Khaled Hosny <khaled@aliftype.com>
5543 Date:   Tue Sep 14 07:07:00 2021 +0200
5544
5545     [meson] Require ragel 6.10
5546     
5547     Ragel 7 is also not stable from upstream's point of view.
5548     
5549     This uses “version” argument find_program(), which was introduced in
5550     meson 0.52.0, so I raised the minimum required meson version
5551     accordingly.
5552
5553  .circleci/config.yml           | 2 +-
5554  .github/workflows/linux-ci.yml | 2 +-
5555  meson.build                    | 2 +-
5556  src/meson.build                | 2 +-
5557  4 files changed, 4 insertions(+), 4 deletions(-)
5558
5559 commit 175f24a45938ec27f54154b40d9283f4cf47981c
5560 Merge: cd77846bd f1493357f
5561 Author: Behdad Esfahbod <behdad@behdad.org>
5562 Date:   Tue Sep 14 18:46:05 2021 -0600
5563
5564     Merge pull request #3206 from harfbuzz/unicode-14
5565     
5566     Update to Unicode 14.0.0
5567
5568 commit f1493357f745ef554276cb5cf3054d3d0f8a7af5
5569 Author: David Corbett <corbett.dav@northeastern.edu>
5570 Date:   Tue Sep 14 18:46:50 2021 -0400
5571
5572     [Unicode 14] Update the Arabic joining script list
5573
5574  src/hb-ot-shape-complex-arabic-joining-list.hh | 9 +++++----
5575  1 file changed, 5 insertions(+), 4 deletions(-)
5576
5577 commit a0101a31b5079d7f223e109d13b4f45397aa1db0
5578 Author: David Corbett <corbett.dav@northeastern.edu>
5579 Date:   Tue Sep 14 18:38:50 2021 -0400
5580
5581     [Unicode 14] Add tests
5582
5583  test/api/test-unicode.c | 13 +++++++++++++
5584  1 file changed, 13 insertions(+)
5585
5586 commit 2c3e4b279b577073df5a16610f7e6ae8aa790ef5
5587 Author: David Corbett <corbett.dav@northeastern.edu>
5588 Date:   Tue Sep 14 18:31:42 2021 -0400
5589
5590     [Unicode 14] Send all the new scripts to USE
5591
5592  src/hb-ot-shape-complex.hh | 7 +++++++
5593  1 file changed, 7 insertions(+)
5594
5595 commit 20736d9bb33f18b8c657e3451ec1287b2866c0d4
5596 Author: David Corbett <corbett.dav@northeastern.edu>
5597 Date:   Tue Sep 14 18:25:38 2021 -0400
5598
5599     [Unicode 14] Update the USE table
5600
5601  src/hb-ot-shape-complex-use-table.hh | 76 ++++++++++++++++++------------------
5602  1 file changed, 39 insertions(+), 37 deletions(-)
5603
5604 commit 35ac0de42bc3904e90039c7f00a9daf088f9d363
5605 Author: David Corbett <corbett.dav@northeastern.edu>
5606 Date:   Tue Sep 14 18:14:20 2021 -0400
5607
5608     [Unicode 14] Update the emoji table
5609
5610  src/hb-unicode-emoji-table.hh  | 8 ++++----
5611  src/update-unicode-tables.make | 4 +++-
5612  2 files changed, 7 insertions(+), 5 deletions(-)
5613
5614 commit ec5688f50fbc53de9b78fe11ef33fb903075aea6
5615 Author: David Corbett <corbett.dav@northeastern.edu>
5616 Date:   Tue Sep 14 18:09:05 2021 -0400
5617
5618     [Unicode 14] Update the vowel constraint table
5619
5620  src/hb-ot-shape-complex-vowel-constraints.cc | 4 ++--
5621  1 file changed, 2 insertions(+), 2 deletions(-)
5622
5623 commit 11d5334d8e782ee3284a942eaae1f2dc9e4b4080
5624 Author: David Corbett <corbett.dav@northeastern.edu>
5625 Date:   Tue Sep 14 18:00:33 2021 -0400
5626
5627     [Unicode 14] Update the Indic table
5628
5629  src/hb-ot-shape-complex-indic-table.cc | 42 +++++++++++++++++-----------------
5630  1 file changed, 21 insertions(+), 21 deletions(-)
5631
5632 commit 18a46eeafbe075dba953a1aba9bffeff089dd227
5633 Author: David Corbett <corbett.dav@northeastern.edu>
5634 Date:   Tue Sep 14 17:55:54 2021 -0400
5635
5636     [Unicode 14] Update the Arabic table
5637
5638  src/hb-ot-shape-complex-arabic-table.hh | 38 ++++++++++++++++++++-------------
5639  1 file changed, 23 insertions(+), 15 deletions(-)
5640
5641 commit 7b05eec0548f5f5f74cd697a815d45ef2ab51e27
5642 Author: David Corbett <corbett.dav@northeastern.edu>
5643 Date:   Tue Sep 14 17:51:11 2021 -0400
5644
5645     [Unicode 14] Update the script direction list
5646
5647  src/hb-common.cc | 3 +++
5648  1 file changed, 3 insertions(+)
5649
5650 commit 26e1498e76245f9e57f7d257c89a7e4be23d65ff
5651 Author: David Corbett <corbett.dav@northeastern.edu>
5652 Date:   Tue Sep 14 18:07:29 2021 -0400
5653
5654     [Unicode 14] Update the UCD table
5655
5656  src/hb-ucd-table.hh | 6796 ++++++++++++++++++++++++++-------------------------
5657  1 file changed, 3457 insertions(+), 3339 deletions(-)
5658
5659 commit 67f1aa4d219b4636e151c7c01ab393d092ae7b6f
5660 Author: David Corbett <corbett.dav@northeastern.edu>
5661 Date:   Tue Sep 14 17:43:13 2021 -0400
5662
5663     [Unicode 14] Add new `hb_script_t` values
5664
5665  src/hb-common.h | 14 ++++++++++++++
5666  1 file changed, 14 insertions(+)
5667
5668 commit cd77846bd9e2bab9c40048597ec0ee47604376c3
5669 Author: Behdad Esfahbod <behdad@behdad.org>
5670 Date:   Tue Sep 14 08:35:19 2021 -0400
5671
5672     [util] Fix leak of an hb_font_t
5673
5674  util/font-options.hh | 4 +++-
5675  util/options.hh      | 6 ++++--
5676  2 files changed, 7 insertions(+), 3 deletions(-)
5677
5678 commit da285d511f85d6189fdb213cd29f25730baaed02
5679 Author: Behdad Esfahbod <behdad@behdad.org>
5680 Date:   Tue Sep 14 08:28:12 2021 -0400
5681
5682     [util/shape-consumer] Simplify font tracking
5683
5684  util/shape-consumer.hh | 23 +++++++++++------------
5685  1 file changed, 11 insertions(+), 12 deletions(-)
5686
5687 commit bda3238c89fa4673c8772ad02f1949fc19b41a5e
5688 Author: Behdad Esfahbod <behdad@behdad.org>
5689 Date:   Tue Sep 14 08:12:48 2021 -0400
5690
5691     Add fallback atexit implementation using template descrutors
5692     
5693     Fixes https://github.com/harfbuzz/harfbuzz/issues/3197
5694
5695  src/hb.hh | 3 ++-
5696  1 file changed, 2 insertions(+), 1 deletion(-)
5697
5698 commit 9c270451581a0d7e969c29d65a9ba62b6b7b9b12
5699 Author: Behdad Esfahbod <behdad@behdad.org>
5700 Date:   Tue Sep 14 07:50:35 2021 -0400
5701
5702     [style] Fix another float conversion warning
5703
5704  src/hb-style.cc | 2 +-
5705  1 file changed, 1 insertion(+), 1 deletion(-)
5706
5707 commit 5a1a6f1fe35aa3e1325239e5e7b0ac67c49f7105
5708 Author: Behdad Esfahbod <behdad@behdad.org>
5709 Date:   Tue Sep 14 07:14:56 2021 -0400
5710
5711     [ot-shape] Enabled two more features: 'Harf' and 'Buzz'
5712     
5713     Considered 'required', as opposed to existing 'HARF' and 'BUZZ',
5714     consider them discretionary.
5715     
5716     See discussion in https://github.com/harfbuzz/harfbuzz/issues/3200
5717
5718  src/hb-ot-shape.cc | 6 ++++--
5719  1 file changed, 4 insertions(+), 2 deletions(-)
5720
5721 commit ed1163208d97d77082d9b6e57671a55512a87729
5722 Author: Behdad Esfahbod <behdad@behdad.org>
5723 Date:   Tue Sep 14 07:09:54 2021 -0400
5724
5725     Call atexit() via hb_atexit()
5726     
5727     Part of https://github.com/harfbuzz/harfbuzz/issues/3197
5728
5729  src/hb-common.cc    |  8 ++------
5730  src/hb-ft.cc        | 24 ++++++------------------
5731  src/hb-glib.cc      | 12 +++---------
5732  src/hb-icu.cc       | 12 +++---------
5733  src/hb-ot-font.cc   | 12 +++---------
5734  src/hb-shape.cc     | 12 +++---------
5735  src/hb-shaper.cc    | 12 +++---------
5736  src/hb-ucd.cc       | 10 ++--------
5737  src/hb-uniscribe.cc | 12 +++---------
5738  src/hb.hh           | 17 +++++++++++++----
5739  10 files changed, 41 insertions(+), 90 deletions(-)
5740
5741 commit ad4df20dd62efe6db4993861cba2268bd3921c1a
5742 Author: Behdad Esfahbod <behdad@behdad.org>
5743 Date:   Tue Sep 14 07:11:33 2021 -0400
5744
5745     [style] Fix float conversion warning
5746
5747  src/hb-style.cc | 4 ++--
5748  1 file changed, 2 insertions(+), 2 deletions(-)
5749
5750 commit c5cc23a9b59c2c039a4838e5734741f63c7ae23f
5751 Author: Behdad Esfahbod <behdad@behdad.org>
5752 Date:   Mon Sep 13 12:14:06 2021 -0400
5753
5754     [style] Change private slant tag
5755     
5756     https://github.com/harfbuzz/harfbuzz/issues/3200#issuecomment-918352162
5757
5758  src/hb-style.h | 2 +-
5759  1 file changed, 1 insertion(+), 1 deletion(-)
5760
5761 commit d748586a186826e8e09ddf290a064f84ff5619e6
5762 Author: Khaled Hosny <khaled@aliftype.com>
5763 Date:   Sat Sep 11 01:11:55 2021 +0200
5764
5765     [style] Try harder to fix MSVC build
5766     
5767     https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160
5768
5769  src/hb-style.cc | 1 +
5770  1 file changed, 1 insertion(+)
5771
5772 commit e275f0d7edb190fba0e0af56f0e4a7775b7bfccb
5773 Author: Khaled Hosny <khaled@aliftype.com>
5774 Date:   Sat Sep 11 01:03:32 2021 +0200
5775
5776     [style] Try to fix MSVC build
5777
5778  src/hb-style.cc | 2 ++
5779  1 file changed, 2 insertions(+)
5780
5781 commit eb4075a1ed8362ea3dd65a976141ddf8c12b2207
5782 Author: Khaled Hosny <khaled@aliftype.com>
5783 Date:   Sat Sep 11 00:50:08 2021 +0200
5784
5785     [style] Fix documentation
5786     
5787     Message documentation a bit to get it working.
5788
5789  docs/harfbuzz-docs.xml     |  5 +++++
5790  docs/harfbuzz-sections.txt |  6 ++++++
5791  src/hb-style.cc            | 11 ++++++++++-
5792  src/hb-style.h             |  3 ++-
5793  4 files changed, 23 insertions(+), 2 deletions(-)
5794
5795 commit 4d9b7de0b6b8247bf25f12047ed28d72454182bb
5796 Author: Khaled Hosny <khaled@aliftype.com>
5797 Date:   Sat Sep 11 00:43:43 2021 +0200
5798
5799     [style] Prepare for release
5800
5801  src/gen-def.py        |  1 -
5802  src/hb-style.cc       | 40 +---------------------------------------
5803  src/hb-style.h        | 39 +++++++++++++++++++++++++++++++++++++--
5804  test/api/test-style.c | 10 ----------
5805  4 files changed, 38 insertions(+), 52 deletions(-)
5806
5807 commit 34ff2d3ea6b7d3b748d82266e86c4a4d3fe31585
5808 Author: Khaled Hosny <khaled@aliftype.com>
5809 Date:   Sat Sep 11 00:12:03 2021 +0200
5810
5811     Fix build with -Dexperimental_api=true
5812     
5813     ../src/hb-style.cc:102:32: error: no matching function for call to 'hb_style_get_value'
5814         return _hb_angle_to_ratio (hb_style_get_value (HB_STYLE_TAG_SLANT_ANGLE));
5815                                    ^~~~~~~~~~~~~~~~~~
5816     ../src/hb-style.cc:99:1: note: candidate function not viable: requires 2 arguments, but 1 was provided
5817     hb_style_get_value (hb_font_t *font, hb_tag_t tag)
5818     ^
5819     
5820     and
5821     
5822     ../src/hb-style.cc:80:1: error: unused function '_hb_ratio_to_angle' [-Werror,-Wunused-function]
5823     _hb_ratio_to_angle (float r)
5824     ^
5825
5826  src/hb-style.cc | 4 +++-
5827  1 file changed, 3 insertions(+), 1 deletion(-)
5828
5829 commit 39c20d2b9eb476065e64d3a3cccc6345aa50e4c1
5830 Author: Behdad Esfahbod <behdad@behdad.org>
5831 Date:   Thu Sep 9 11:19:21 2021 -0600
5832
5833     [style] Add HB_STYLE_TAG_SLANT_RATIO
5834
5835  src/hb-style.cc | 15 +++++++++++++++
5836  1 file changed, 15 insertions(+)
5837
5838 commit 201cbe3c66fda566be302aff051cb6f836e2931b
5839 Author: Behdad Esfahbod <behdad@behdad.org>
5840 Date:   Thu Sep 9 11:09:46 2021 -0600
5841
5842     [style] Rename HB_STYLE_TAG_SLANT to HB_STYLE_TAG_SLANT_ANGLE
5843
5844  src/hb-style.cc       |  9 +++++----
5845  test/api/test-style.c | 24 ++++++++++++------------
5846  2 files changed, 17 insertions(+), 16 deletions(-)
5847
5848 commit a23ce2897706c150160c21764fea992ac017c5c4
5849 Author: Behdad Esfahbod <behdad@behdad.org>
5850 Date:   Thu Sep 9 10:59:01 2021 -0600
5851
5852     [style] Fall back to GPOS 'size' feature for optical size in style API
5853
5854  src/hb-style.cc | 4 +++-
5855  1 file changed, 3 insertions(+), 1 deletion(-)
5856
5857 commit 37379f8f7d6dab83b011416b8c7ff25d4f7365a0
5858 Author: Qunxin Liu <qxliu@google.com>
5859 Date:   Thu Sep 2 11:54:37 2021 -0700
5860
5861     [subset] fox for (Chain)ContextFormat3: subset lookupRecord
5862     
5863     skip copying a lookupRecord if lookup referenced in the lookupRecord is
5864     not retained after subset
5865
5866  src/hb-ot-layout-gsubgpos.hh                       |  30 ++++++++++++++++++---
5867  test/subset/data/Makefile.am                       |   1 +
5868  test/subset/data/Makefile.sources                  |   1 +
5869  ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes
5870  .../Tinos-Italic.default.retain-all-codepoint.ttf  | Bin 0 -> 412764 bytes
5871  ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12624 bytes
5872  ...nos-Italic.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 437592 bytes
5873  ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 12424 bytes
5874  ...-Italic.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 412764 bytes
5875  ...5f2,fb21,fb22,fb23,fb24,fb25,fb26,fb27,fb28.ttf | Bin 0 -> 87564 bytes
5876  ...nos-Italic.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 415140 bytes
5877  test/subset/data/fonts/Tinos-Italic.ttf            | Bin 0 -> 455400 bytes
5878  test/subset/data/tests/layout.tinos.tests          |  12 +++++++++
5879  test/subset/meson.build                            |   1 +
5880  14 files changed, 41 insertions(+), 4 deletions(-)
5881
5882 commit 838d67075240e8be97f44aab4a925a0ee21935ae
5883 Author: Khaled Hosny <khaled@aliftype.com>
5884 Date:   Wed Sep 8 15:12:52 2021 +0200
5885
5886     [subset] Improve alignment of --help-all message
5887
5888  util/hb-subset.cc | 11 +++++------
5889  1 file changed, 5 insertions(+), 6 deletions(-)
5890
5891 commit 9b7af950b36b919717580f3a5872812728d60dc1
5892 Author: Khaled Hosny <khaled@aliftype.com>
5893 Date:   Tue Sep 7 15:05:42 2021 +0200
5894
5895     [docs] Fix subset documentation
5896     
5897     List the missing new APIs and unlist all the to be deleted legacy APIs.
5898
5899  docs/harfbuzz-sections.txt |  9 ++-------
5900  src/hb-subset.h            | 46 +++++++++++++++++++++++-----------------------
5901  2 files changed, 25 insertions(+), 30 deletions(-)
5902
5903 commit e38b873eaeec6105dcf4c2511a7c29ca6cf0749c
5904 Author: Khaled Hosny <khaled@aliftype.com>
5905 Date:   Tue Sep 7 14:13:23 2021 +0200
5906
5907     [ci] Use different executer for win64 jobs
5908
5909  .circleci/config.yml | 7 +++++--
5910  1 file changed, 5 insertions(+), 2 deletions(-)
5911
5912 commit 48c9869bda0dcfa7cea11766718d3c5f3a102509
5913 Author: Khaled Hosny <khaled@aliftype.com>
5914 Date:   Tue Sep 7 13:57:44 2021 +0200
5915
5916     Typo
5917
5918  NEWS | 2 +-
5919  1 file changed, 1 insertion(+), 1 deletion(-)
5920
5921 commit 505df5abf8032f3a2295ded417dca9bfb14ea7b8
5922 Author: Khaled Hosny <khaled@aliftype.com>
5923 Date:   Tue Sep 7 13:46:08 2021 +0200
5924
5925     2.9.1
5926
5927  NEWS                   | 19 +++++++++++++++++++
5928  configure.ac           |  2 +-
5929  docs/harfbuzz-docs.xml |  1 +
5930  meson.build            |  2 +-
5931  src/hb-subset-input.cc |  2 +-
5932  src/hb-subset.h        |  2 +-
5933  src/hb-version.h       |  4 ++--
5934  7 files changed, 26 insertions(+), 6 deletions(-)
5935
5936 commit 6602cbb7062bf92e6824ae6bc0e5d3aad4b85939
5937 Author: mahanstreamer <84676642+mahanstreamer@users.noreply.github.com>
5938 Date:   Mon Aug 23 00:13:25 2021 -0400
5939
5940     dead link
5941
5942  docs/usermanual-install-harfbuzz.xml | 2 +-
5943  1 file changed, 1 insertion(+), 1 deletion(-)
5944
5945 commit 916ffe0c8590b4064cd898ac52dd48e3a343b14e
5946 Author: mahanstreamer <84676642+mahanstreamer@users.noreply.github.com>
5947 Date:   Mon Aug 23 00:09:19 2021 -0400
5948
5949     grammer fix
5950
5951  docs/usermanual-getting-started.xml | 2 +-
5952  1 file changed, 1 insertion(+), 1 deletion(-)
5953
5954 commit 195c05df9925c7c4a4982a286ef9c416b2cde3af
5955 Author: Khaled Hosny <khaled@aliftype.com>
5956 Date:   Sat Sep 4 03:41:19 2021 +0200
5957
5958     Revert "[ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t"
5959     
5960     This reverts commit 8cdbea5580731c2bf66e56bf619c1fbb2978692e.
5961     
5962     For some reason this is causing several tests to crash locally for me
5963     (on macOS), see:
5964     https://github.com/harfbuzz/harfbuzz/commit/8cdbea5580731c2bf66e56bf619c1fbb2978692e#commitcomment-55898088
5965
5966  src/hb-ot-shape-normalize.cc | 32 ++++++++++++++------------------
5967  src/hb-ot-shape-normalize.hh |  1 +
5968  2 files changed, 15 insertions(+), 18 deletions(-)
5969
5970 commit f4559d243560a6f780e8975d7d48cd1bc1f3096a
5971 Author: David Corbett <corbett.dav@northeastern.edu>
5972 Date:   Thu Sep 2 17:56:17 2021 -0400
5973
5974     Update hb-ot-tag-table.hh
5975
5976  src/hb-ot-tag-table.hh | 27 ++++++++++++++++++++++++---
5977  1 file changed, 24 insertions(+), 3 deletions(-)
5978
5979 commit 9fddbb3e24469a0cd87de8237a1be52f730809d3
5980 Author: Khaled Hosny <khaled@aliftype.com>
5981 Date:   Fri Sep 3 17:56:08 2021 +0200
5982
5983     [test] Rename test and split into smaller subtests
5984
5985  test/shape/data/in-house/Makefile.sources          |  2 +-
5986  test/shape/data/in-house/meson.build               |  2 +-
5987  .../data/in-house/tests/arabic-decomposition.tests |  4 --
5988  .../data/in-house/tests/arabic-normalization.tests | 64 ++++++++++++++++++++++
5989  4 files changed, 66 insertions(+), 6 deletions(-)
5990
5991 commit c6bb719e658573a602eeab184e2c23c5bdc4a284
5992 Author: Khaled Hosny <khaled@aliftype.com>
5993 Date:   Fri Sep 3 16:14:02 2021 +0200
5994
5995     [test] Add tests for Arabic decomposition
5996     
5997     Test that both NFC and NFD input produces identical results for fonts
5998     that used composed fonts internally (Amiri here) and fonts that
5999     decompose internally (Noto Nastaliq Urdu here) and that for the former
6000     composed forms are used.
6001     
6002     See https://github.com/harfbuzz/harfbuzz/issues/3179
6003
6004  test/shape/data/in-house/Makefile.sources               |   1 +
6005  .../fonts/3e46c3b84c1370a06594736c7f8acebf810bbb3b.ttf  | Bin 0 -> 44884 bytes
6006  .../fonts/872d2955d326bd6676a06f66b8238ebbaabc212f.ttf  | Bin 0 -> 17556 bytes
6007  test/shape/data/in-house/meson.build                    |   1 +
6008  .../data/in-house/tests/arabic-decomposition.tests      |   4 ++++
6009  5 files changed, 6 insertions(+)
6010
6011 commit a9dc4fbeacac23407e90b050d81ec8cddc9f4ff1
6012 Author: Khaled Hosny <khaled@aliftype.com>
6013 Date:   Fri Sep 3 16:20:06 2021 +0200
6014
6015     [test] Make shape test names match file names
6016     
6017     No idea why test names are underscorified but it it just makes calling
6018     meson test testname harder than it should being not able to copy file
6019     name directly.
6020
6021  test/shape/meson.build | 6 +++---
6022  1 file changed, 3 insertions(+), 3 deletions(-)
6023
6024 commit 2bd911b8b49ac9e7cb0708b7ff5861cc3705e915
6025 Author: Garret Rieger <grieger@google.com>
6026 Date:   Thu Aug 26 14:32:17 2021 -0700
6027
6028     [subset] handle cmap4 overflows.
6029     
6030     If a cmap4 subtable overflows during serialization drop it and the corresponding EncodingRecord. Don't drop the corresponding cmap12 table if it would have otherwise been removed.
6031
6032  src/hb-ot-cmap-table.hh | 49 +++++++++++++++++++++++++++++++++++++++----------
6033  src/hb-serialize.hh     | 15 +++++++++++++--
6034  2 files changed, 52 insertions(+), 12 deletions(-)
6035
6036 commit bf81bbfb3541ea4a39bacdbe0568e9e170b1b0f7
6037 Author: Behdad Esfahbod <behdad@behdad.org>
6038 Date:   Thu Sep 2 00:16:22 2021 -0600
6039
6040     Revert "[arabic] Do not re-compose Unicode sequences"
6041     
6042     This reverts commit ff34c240b0a60014a219b8af49c1be2d7e08b388.
6043     
6044     https://github.com/harfbuzz/harfbuzz/issues/3179#issuecomment-911242833
6045
6046  src/hb-ot-shape-complex-arabic.cc | 2 +-
6047  1 file changed, 1 insertion(+), 1 deletion(-)
6048
6049 commit ff34c240b0a60014a219b8af49c1be2d7e08b388
6050 Author: Behdad Esfahbod <behdad@behdad.org>
6051 Date:   Wed Sep 1 23:55:00 2021 -0600
6052
6053     [arabic] Do not re-compose Unicode sequences
6054     
6055     Fixes https://github.com/harfbuzz/harfbuzz/issues/3179
6056
6057  src/hb-ot-shape-complex-arabic.cc | 2 +-
6058  1 file changed, 1 insertion(+), 1 deletion(-)
6059
6060 commit 5fadf4c85e53a9acc9baa126b5588e4f4aeec2ed
6061 Author: Alba Mendez <me@alba.sh>
6062 Date:   Wed Sep 1 14:38:01 2021 +0200
6063
6064     Small docs improvement
6065     
6066     Mention that the returned strings are always nul terminated for convenience.
6067
6068  src/hb-ot-name.cc | 9 ++++++---
6069  1 file changed, 6 insertions(+), 3 deletions(-)
6070
6071 commit 04cf6212d72ceffb164b2aaf7315711d4227445f
6072 Author: Behdad Esfahbod <behdad@behdad.org>
6073 Date:   Mon Aug 30 18:35:08 2021 -0600
6074
6075     [util/hb-subset] Fix --version and --help again
6076     
6077     https://github.com/harfbuzz/harfbuzz/commit/38ad093216d8204df2dce18a112ee43964031357
6078
6079  util/hb-subset.cc | 18 +++++++++++++++---
6080  1 file changed, 15 insertions(+), 3 deletions(-)
6081
6082 commit 5c4c173b06e28171f5fafd54ae0c5a70f38d8d8a
6083 Merge: 41b9f2abc de8563658
6084 Author: Behdad Esfahbod <behdad@behdad.org>
6085 Date:   Mon Aug 30 16:44:28 2021 -0600
6086
6087     Merge pull request #3146 from googlefonts/set_api
6088     
6089     [subset] proposed update to subset set apis.
6090
6091 commit de85636581f3c7c8f8140624b78efd76e3ecfd4b
6092 Author: Garret Rieger <grieger@google.com>
6093 Date:   Mon Aug 30 14:36:05 2021 -0700
6094
6095     [subset] s/REPLACE/REPLACEME/
6096
6097  src/hb-subset.h | 2 +-
6098  1 file changed, 1 insertion(+), 1 deletion(-)
6099
6100 commit 3844e58e14f6f528c52df06d49c771dd174730b9
6101 Author: Garret Rieger <grieger@google.com>
6102 Date:   Mon Aug 30 11:16:51 2021 -0700
6103
6104     [subset] remove helper functions for accessing subset input sets.
6105
6106  src/hb-subset-input.cc | 24 ++++++++---------
6107  src/hb-subset-input.hh | 70 --------------------------------------------------
6108  src/hb-subset-plan.cc  | 20 +++++++--------
6109  3 files changed, 22 insertions(+), 92 deletions(-)
6110
6111 commit 41b9f2abcd63589e541da13e295fdb9d2f78a2bb
6112 Author: Behdad Esfahbod <behdad@behdad.org>
6113 Date:   Sun Aug 29 10:47:11 2021 -0600
6114
6115     [set] Add TODO item
6116
6117  src/hb-bit-set.hh | 1 +
6118  1 file changed, 1 insertion(+)
6119
6120 commit 93ac700da612b70fec9efb15ed97855dc15f4582
6121 Author: Behdad Esfahbod <behdad@behdad.org>
6122 Date:   Sun Aug 29 10:32:40 2021 -0600
6123
6124     [set] Add copy-constructor/assignment again
6125
6126  src/hb-bit-set.hh | 10 +++++-----
6127  src/hb-set.hh     |  5 +++++
6128  2 files changed, 10 insertions(+), 5 deletions(-)
6129
6130 commit b9a176e268a0dde9ed491130fe4fc5869bcca235
6131 Author: Garret Rieger <grieger@google.com>
6132 Date:   Sun Aug 29 10:33:12 2021 -0600
6133
6134     [subset] speedup cmap4 subsetting for large codepoint counts. (#3178)
6135     
6136     glyphIdArray generation implementation was O(n^2). Refactored to use a hashmap to reduce complexity. After the change subset time for a 22k codepoint subset went from 7s to 0.7s.
6137
6138  src/hb-ot-cmap-table.hh | 33 ++++++++++++++-------------------
6139  1 file changed, 14 insertions(+), 19 deletions(-)
6140
6141 commit fdce294120bc7d626321d38df46e4c49823310db
6142 Author: Behdad Esfahbod <behdad@behdad.org>
6143 Date:   Sun Aug 29 09:44:52 2021 -0600
6144
6145     [util/hb-subset] Print error and suggest filing github issue if operation fails
6146     
6147     https://github.com/harfbuzz/harfbuzz/issues/3173#issuecomment-906715780
6148
6149  util/batch.hh         | 5 ++++-
6150  util/shape-options.hh | 4 ++--
6151  2 files changed, 6 insertions(+), 3 deletions(-)
6152
6153 commit 38ad093216d8204df2dce18a112ee43964031357
6154 Author: Behdad Esfahbod <behdad@behdad.org>
6155 Date:   Sun Aug 29 09:44:07 2021 -0600
6156
6157     [util/hb-subset] Don't ignore errors during face parsing
6158     
6159     Was ignoring file-not-found errors.
6160
6161  util/hb-subset.cc | 2 +-
6162  1 file changed, 1 insertion(+), 1 deletion(-)
6163
6164 commit 57d6bf82519f39717ddb7b7574ac079e3016757f
6165 Author: Garret Rieger <grieger@google.com>
6166 Date:   Fri Aug 27 10:59:28 2021 -0700
6167
6168     [subset] in sets union correctly size the pointer array.
6169
6170  src/hb-subset-input.hh | 4 ++--
6171  1 file changed, 2 insertions(+), 2 deletions(-)
6172
6173 commit 102666dab7ef649fca0fbd3ce043ab2b166d662c
6174 Author: Garret Rieger <grieger@google.com>
6175 Date:   Fri Aug 27 10:31:37 2021 -0700
6176
6177     [subset] add test for hb_subset_input_set (...).
6178
6179  src/hb-subset-input.cc |  1 -
6180  test/api/test-subset.c | 30 ++++++++++++++++++++++++++++++
6181  2 files changed, 30 insertions(+), 1 deletion(-)
6182
6183 commit 7194c2a2a370a39d8e41539cb7fde9a9ffed80c3
6184 Author: Garret Rieger <grieger@google.com>
6185 Date:   Fri Aug 27 08:20:58 2021 -0700
6186
6187     [subset] use anonymous union to hold the input sets instead of a map.
6188
6189  src/hb-subset-input.cc | 16 ++++-----------
6190  src/hb-subset-input.hh | 56 ++++++++++++++++++++++++++++++++++----------------
6191  2 files changed, 42 insertions(+), 30 deletions(-)
6192
6193 commit 05204d758689751350cf9f14518bfd7fc86db608
6194 Author: Garret Rieger <grieger@google.com>
6195 Date:   Wed Aug 25 16:51:26 2021 -0700
6196
6197     [subset] implement hb_subset_input_set (...).
6198     
6199     Switch to storing the sets keyed by enum internally.
6200
6201  src/hb-subset-input.cc | 87 ++++++++++++++++++++++++++------------------
6202  src/hb-subset-input.hh | 97 ++++++++++++++++++++++++++++++++++++++++++--------
6203  src/hb-subset-plan.cc  | 20 +++++------
6204  3 files changed, 145 insertions(+), 59 deletions(-)
6205
6206 commit 50193262f0d8aa1c2d6a2a2e4b68f8d2771157b3
6207 Author: Garret Rieger <grieger@google.com>
6208 Date:   Wed Aug 25 15:10:21 2021 -0700
6209
6210     [subset] reorder set enums.
6211
6212  src/hb-subset.h | 14 +++++++-------
6213  1 file changed, 7 insertions(+), 7 deletions(-)
6214
6215 commit 3282f540a967670d8ee6ac2d78193f6bfaa8c68c
6216 Author: Garret Rieger <grieger@google.com>
6217 Date:   Wed Aug 25 15:06:42 2021 -0700
6218
6219     [subset] restore legacy set api methods.
6220
6221  src/hb-subset.h | 15 +++++++++++++++
6222  1 file changed, 15 insertions(+)
6223
6224 commit 1457c1f0806ce63051cf48c47b9a03741533fc8f
6225 Author: Garret Rieger <grieger@google.com>
6226 Date:   Wed Aug 25 15:01:28 2021 -0700
6227
6228     [subset] set enum name changes.
6229
6230  src/hb-subset.h | 14 ++++++++------
6231  1 file changed, 8 insertions(+), 6 deletions(-)
6232
6233 commit 1b5e1593010eb7c79c58bb68ea1200ef6c8cb740
6234 Author: Garret Rieger <grieger@google.com>
6235 Date:   Wed Aug 25 14:56:55 2021 -0700
6236
6237     [subset] Remove HB_SUBSET_SETS_COUNT and flags comment.
6238
6239  src/hb-subset.h | 3 +--
6240  1 file changed, 1 insertion(+), 2 deletions(-)
6241
6242 commit 4c389fd9e5c09574651c5dca3917857cc2cf910c
6243 Author: Garret Rieger <grieger@google.com>
6244 Date:   Fri Aug 13 11:14:52 2021 -0700
6245
6246     [subset] add unicode and glyph set  enums.
6247
6248  src/hb-subset.h | 5 ++++-
6249  1 file changed, 4 insertions(+), 1 deletion(-)
6250
6251 commit e3e1ae876646937302593d37ea68e1e650621fcb
6252 Author: Garret Rieger <grieger@google.com>
6253 Date:   Fri Aug 13 10:53:20 2021 -0700
6254
6255     [subset] proposed update to subset set apis.
6256
6257  src/hb-subset.h | 37 ++++++++++++++++++++++++-------------
6258  1 file changed, 24 insertions(+), 13 deletions(-)
6259
6260 commit 1e1438c4fb7ed6fdcfcd8d6ae53eb9ed8d3a8a93
6261 Author: Garret Rieger <grieger@google.com>
6262 Date:   Thu Aug 26 14:59:29 2021 -0600
6263
6264     [subset] fix --*-file options in hb-subset. (#3176)
6265     
6266     The previous change to add -/+ versions of each set type broke all of the --*-file input options since all of the parse functions now default to replacing the set if the + variant is not being used. This fixes the issue by changing parse_file_for to pass '+' as the name to the parsing function. This triggers the append mode.
6267
6268  util/hb-subset.cc | 2 +-
6269  1 file changed, 1 insertion(+), 1 deletion(-)
6270
6271 commit 9db494f517a217e4bec709762416777b97b4445d
6272 Author: Garret Rieger <grieger@google.com>
6273 Date:   Thu Aug 26 10:51:38 2021 -0600
6274
6275     [subset] Update remaining subset input sets to use inversion for all. (#3172)
6276     
6277     * [subset] Update remaining subset input sets to use inversion for all.
6278     
6279     * [subset] Update flag help for remaining sets to mention -=.
6280
6281  src/hb-subset-input.hh | 14 ++++----
6282  util/hb-subset.cc      | 95 +++++++++++++++++++++++++++++---------------------
6283  2 files changed, 62 insertions(+), 47 deletions(-)
6284
6285 commit 99356ea5f0b426137e83b68605cb50045bf42708
6286 Merge: 1620698bd 4b5a81f13
6287 Author: Behdad Esfahbod <behdad@behdad.org>
6288 Date:   Wed Aug 25 17:19:06 2021 -0600
6289
6290     Merge pull request #3150 from harfbuzz/item-context-tests
6291     
6292     [test] Add tests for item context
6293
6294 commit 1620698bd51d4a21d4cb2ca9ff3d66d10a1a4cd6
6295 Author: Behdad Esfahbod <behdad@behdad.org>
6296 Date:   Wed Aug 25 16:25:08 2021 -0600
6297
6298     [subset-input] Minor format
6299
6300  src/hb-subset-plan.cc | 32 ++++++++++++++++++--------------
6301  1 file changed, 18 insertions(+), 14 deletions(-)
6302
6303 commit 18b4aab6526bdfe1cc595709fbd7586c07a5417a
6304 Merge: e9e6d66cd 75efade7a
6305 Author: Behdad Esfahbod <behdad@behdad.org>
6306 Date:   Wed Aug 25 16:21:07 2021 -0600
6307
6308     Merge pull request #3171 from googlefonts/unicode_glyph_invert
6309     
6310     [subset] use inverted set for all unicodes.
6311
6312 commit 75efade7a4290413711c00748b38c547021a6f26
6313 Author: Garret Rieger <grieger@google.com>
6314 Date:   Wed Aug 25 14:51:21 2021 -0700
6315
6316     [subset] format --gids and --unicodes help messages better.
6317
6318  util/hb-subset.cc | 15 ++++++++++++---
6319  1 file changed, 12 insertions(+), 3 deletions(-)
6320
6321 commit cd07070e41eb020be0669780be4a8517cfb0e9a6
6322 Author: Garret Rieger <grieger@google.com>
6323 Date:   Wed Aug 25 14:42:00 2021 -0700
6324
6325     [subset] Move plan unicodes and gids population to end of _populate_unicodes...
6326
6327  src/hb-subset-plan.cc | 49 +++++++++++++++++++++++++------------------------
6328  1 file changed, 25 insertions(+), 24 deletions(-)
6329
6330 commit fa4bf7cf58e9193981c9f4a6da7f15f7ba4332d2
6331 Author: Garret Rieger <grieger@google.com>
6332 Date:   Wed Aug 25 14:31:11 2021 -0700
6333
6334     [subset] use inverted sets for glyph id input.
6335     
6336     Adds --gids-=, --glyphs-=, --text-=, --unicodes-= options. Use inverted sets to represent all glyphs and/or all unicodes.
6337
6338  util/hb-subset.cc | 84 +++++++++++++++++++++++++++++++++++++++++--------------
6339  1 file changed, 63 insertions(+), 21 deletions(-)
6340
6341 commit 4b5a81f13c326e26f740ca61752f95a9d2afe89c
6342 Author: Behdad Esfahbod <behdad@behdad.org>
6343 Date:   Wed Aug 25 15:20:54 2021 -0600
6344
6345     [buffer] Fix hb_buffer_append() pre/post-context logic
6346     
6347     Part of https://github.com/harfbuzz/harfbuzz/pull/3150
6348
6349  src/hb-buffer.cc | 15 +++++++++++----
6350  1 file changed, 11 insertions(+), 4 deletions(-)
6351
6352 commit 8f4f47df7c42294c06d6bd4f2d0e1b35c4040eb5
6353 Author: Garret Rieger <grieger@google.com>
6354 Date:   Wed Aug 25 13:34:05 2021 -0700
6355
6356     [subset] use inverted set for all unicodes.
6357     
6358     Modify the code that handles input->unicodes to be safe with possibly inverted sets. Also adds --unicodes-= and --unicodes+= flags.
6359
6360  src/hb-subset-plan.cc | 45 +++++++++++++++++++++++++++------------------
6361  util/hb-subset.cc     | 15 ++++++++++++---
6362  2 files changed, 39 insertions(+), 21 deletions(-)
6363
6364 commit e9e6d66cd6bf00124fa3cffdbeece44dcffb1bbd
6365 Author: Behdad Esfahbod <behdad@behdad.org>
6366 Date:   Tue Aug 24 23:22:49 2021 -0600
6367
6368     [subset] Minor internal parameter rename
6369
6370  src/hb-subset-plan.cc | 6 +++---
6371  1 file changed, 3 insertions(+), 3 deletions(-)
6372
6373 commit 955f86a034b11827a5d3bfb6e60f7e00a4bf40db
6374 Author: Behdad Esfahbod <behdad@behdad.org>
6375 Date:   Tue Aug 24 11:17:10 2021 -0600
6376
6377     [test-set] Fix compiler warnings
6378
6379  test/api/test-set.c | 5 +++--
6380  1 file changed, 3 insertions(+), 2 deletions(-)
6381
6382 commit 59deb754b3e199ff47e1ce2c22aab1a3486615ba
6383 Author: Garret Rieger <grieger@google.com>
6384 Date:   Tue Aug 24 17:06:14 2021 -0700
6385
6386     [subset] rename _collect_subset_layout to _collect_layout_indices.
6387     
6388     Better describes what the function does.
6389
6390  src/hb-subset-plan.cc | 31 ++++++++++++++++---------------
6391  1 file changed, 16 insertions(+), 15 deletions(-)
6392
6393 commit f2441a4b65288dfc1c17a52bb31d694fb3e3ce08
6394 Author: Garret Rieger <grieger@google.com>
6395 Date:   Tue Aug 24 15:53:32 2021 -0700
6396
6397     [subset] Remove retain all layout features flag.
6398     
6399     Instead use inverted sets to handle requesting all features. Modifies feature collection in subset plan to intersect the set of requested features against the features in the font. This prevents iterating a fully filled feature tag set.
6400
6401  src/hb-subset-input.cc | 15 ----------
6402  src/hb-subset-plan.cc  | 74 +++++++++++++++++++++++++-------------------------
6403  src/hb-subset.h        | 11 --------
6404  test/api/test-subset.c |  4 +--
6405  util/hb-subset.cc      | 12 ++------
6406  5 files changed, 42 insertions(+), 74 deletions(-)
6407
6408 commit f84daccb4f85e6ec86e2608fbe59c1e92ec0d814
6409 Author: Garret Rieger <grieger@google.com>
6410 Date:   Tue Aug 24 14:20:26 2021 -0700
6411
6412     [set] include null pool sets in the permutations tested by inverted_operations.
6413
6414  test/api/test-set.c | 38 +++++++++++++++++++++++++-------------
6415  1 file changed, 25 insertions(+), 13 deletions(-)
6416
6417 commit c90678cbc5856a425e7b6b50a516bc8287569a39
6418 Author: Behdad Esfahbod <behdad@behdad.org>
6419 Date:   Tue Aug 24 11:11:12 2021 -0600
6420
6421     [set] One more try to fix things
6422     
6423     That I don't let a "make check -j10" run finish before pushing things
6424     out means either that we need to speed up our build / test process,
6425     or I need a faster laptop...
6426
6427  src/hb-bit-set.hh | 1 -
6428  1 file changed, 1 deletion(-)
6429
6430 commit 357976963ec7228d4790d9524142943f5ecf112e
6431 Author: Behdad Esfahbod <behdad@behdad.org>
6432 Date:   Tue Aug 24 10:55:12 2021 -0600
6433
6434     [set] One more try at fixing clear() on empty set
6435
6436  src/hb-bit-set.hh | 15 ++++++---------
6437  1 file changed, 6 insertions(+), 9 deletions(-)
6438
6439 commit fb07f8f8761b12dadaa18bb42d09706bb69c56e3
6440 Author: Garret Rieger <grieger@google.com>
6441 Date:   Mon Aug 23 15:33:57 2021 -0700
6442
6443     During subset input creation check for set alloc failures and fail if encountered.
6444
6445  src/hb-subset-input.cc                                      |  12 ++++++++++++
6446  ...estcase-minimized-hb-subset-fuzzer-5141317848530944.fuzz | Bin 0 -> 8 bytes
6447  2 files changed, 12 insertions(+)
6448
6449 commit b5177d21473bdabb16bd9bfe8f4512edc776c1c1
6450 Author: Behdad Esfahbod <behdad@behdad.org>
6451 Date:   Tue Aug 24 10:43:37 2021 -0600
6452
6453     [set] Fix seam exposed by previous commit
6454
6455  src/hb-bit-set.hh | 5 +++--
6456  1 file changed, 3 insertions(+), 2 deletions(-)
6457
6458 commit f0de40dd61dd261cda197383d192ca487408a3f7
6459 Author: Behdad Esfahbod <behdad@behdad.org>
6460 Date:   Mon Aug 23 23:52:17 2021 -0600
6461
6462     Whitespace
6463
6464  src/hb-ot-shape.cc | 9 +++++----
6465  1 file changed, 5 insertions(+), 4 deletions(-)
6466
6467 commit 8cdbea5580731c2bf66e56bf619c1fbb2978692e
6468 Author: Behdad Esfahbod <behdad@behdad.org>
6469 Date:   Mon Aug 23 23:44:55 2021 -0600
6470
6471     [ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t
6472
6473  src/hb-ot-shape-normalize.cc | 32 ++++++++++++++++++--------------
6474  src/hb-ot-shape-normalize.hh |  1 -
6475  2 files changed, 18 insertions(+), 15 deletions(-)
6476
6477 commit 10da9fd20de74411f1a463e17628d8a2395e6eaa
6478 Author: Behdad Esfahbod <behdad@behdad.org>
6479 Date:   Mon Aug 23 23:32:02 2021 -0600
6480
6481     [ot-map] Whitespace
6482
6483  src/hb-ot-map.cc | 25 ++++++++++++++++++++-----
6484  1 file changed, 20 insertions(+), 5 deletions(-)
6485
6486 commit d3e09bf4654fe5478b6dbf2b26ebab6271317d81
6487 Author: Behdad Esfahbod <behdad@behdad.org>
6488 Date:   Tue Aug 24 10:31:49 2021 -0600
6489
6490     [set] Make all operators null-safe again
6491     
6492     Changed my mind.
6493     
6494     Also for hb_map_clear().
6495     
6496     Part of https://github.com/harfbuzz/harfbuzz/pull/3162
6497
6498  src/hb-bit-set-invertible.hh | 38 ++++++++++++++++++++++++++++++--------
6499  src/hb-map.cc                |  3 ---
6500  src/hb-map.hh                |  2 ++
6501  src/hb-set.cc                | 28 +++++++---------------------
6502  4 files changed, 39 insertions(+), 32 deletions(-)
6503
6504 commit 33bfe9edd679d61898209281960ec1a8570a11c7
6505 Author: Khaled Hosny <khaled@aliftype.com>
6506 Date:   Mon Aug 16 17:00:57 2021 +0200
6507
6508     [test] Add tests for item context
6509     
6510     Test pre-context and post-context in Arabic shaper, as well as
6511     interaction of pre-context with BOT flag.
6512
6513  test/shape/data/in-house/Makefile.sources                |   1 +
6514  .../fonts/3105b51976b879032c66aa93a634b3b3672cd344.ttf   | Bin 0 -> 2768 bytes
6515  .../fonts/65984dfce552a785f564422aadf4715fa07795ad.ttf   | Bin 0 -> 4020 bytes
6516  test/shape/data/in-house/meson.build                     |   1 +
6517  test/shape/data/in-house/tests/item-context.tests        |  11 +++++++++++
6518  5 files changed, 13 insertions(+)
6519
6520 commit 430224b1a06c6eef04de9b6e1ee5aa2cb7a9a403
6521 Author: Khaled Hosny <khaled@aliftype.com>
6522 Date:   Mon Aug 16 15:40:47 2021 +0200
6523
6524     [buffer] Handle pre/post-context in buffer_append
6525     
6526     Fixes https://github.com/harfbuzz/harfbuzz/issues/1843
6527
6528  src/hb-buffer.cc      | 15 +++++++++++++++
6529  util/shape-options.hh |  1 -
6530  2 files changed, 15 insertions(+), 1 deletion(-)
6531
6532 commit 6ca0ffd42e0a5cea2adc9efaedf7fc6fd333f9d1
6533 Author: Khaled Hosny <khaled@aliftype.com>
6534 Date:   Mon Aug 16 14:52:13 2021 +0200
6535
6536     [util] Add --unicodes-before/after
6537     
6538     Parallel to --unicodes for --text-before/after. To be used in tests.
6539
6540  util/text-options.hh | 156 +++++++++++++++++++++++++++++++++++++++++----------
6541  1 file changed, 126 insertions(+), 30 deletions(-)
6542
6543 commit 65c622c6892dcbe44996962a748f13569600d389
6544 Author: Khaled Hosny <khaled@aliftype.com>
6545 Date:   Mon Aug 23 21:23:30 2021 +0200
6546
6547     Typo
6548
6549  docs/usermanual-install-harfbuzz.xml | 2 +-
6550  1 file changed, 1 insertion(+), 1 deletion(-)
6551
6552 commit c76af4973cc9f9b64f829a81bb6107218cf303f6
6553 Author: Khaled Hosny <khaled@aliftype.com>
6554 Date:   Mon Aug 23 20:50:35 2021 +0200
6555
6556     [doc] We use GitHub for discussion not the mailing list
6557     
6558     Fixes https://github.com/harfbuzz/harfbuzz/issues/3160
6559
6560  docs/usermanual-install-harfbuzz.xml | 3 +--
6561  1 file changed, 1 insertion(+), 2 deletions(-)
6562
6563 commit 33c82c7dad41a7dc7ac007b63a5c3e9a45b6faf4
6564 Author: Behdad Esfahbod <behdad@behdad.org>
6565 Date:   Sun Aug 22 22:31:39 2021 -0600
6566
6567     [ot-shape] Fix unused-var error when building without AAT
6568     
6569     Fixes https://github.com/harfbuzz/harfbuzzjs/issues/45
6570
6571  src/hb-ot-shape.cc | 2 ++
6572  1 file changed, 2 insertions(+)
6573
6574 commit 34e0b28faef0f4157a47cc3e2feb7360f82232fd
6575 Author: Qunxin Liu <qxliu@google.com>
6576 Date:   Wed Aug 18 20:46:06 2021 -0700
6577
6578     [subset] make glyph-names option match fonttools behavior
6579     
6580     Don't encode psNames that are contained in standard glyph names set
6581
6582  src/hb-ot-post-table-v2subset.hh                   |  24 +++++++++++++++++----
6583  test/subset/data/Makefile.am                       |   1 +
6584  test/subset/data/Makefile.sources                  |   1 +
6585  ...ular.glyph-names.0x0,0x8,0x9,0x1d,0x20,0xb7.ttf | Bin 0 -> 10172 bytes
6586  ...tu-Regular.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 281092 bytes
6587  test/subset/data/fonts/Ubuntu-Regular.ttf          | Bin 0 -> 351884 bytes
6588  test/subset/data/tests/glyph_names.tests           |   9 ++++++++
6589  test/subset/meson.build                            |   1 +
6590  8 files changed, 32 insertions(+), 4 deletions(-)
6591
6592 commit 829b0f33531b3c14b2e08331b8cc5b31fed73129
6593 Merge: 280366ba6 915550ab1
6594 Author: Behdad Esfahbod <behdad@behdad.org>
6595 Date:   Fri Aug 20 01:28:15 2021 -0600
6596
6597     Merge pull request #3154 from harfbuzz/set-invert
6598     
6599     Resurrect hb_set_invert()
6600
6601 commit 915550ab19659107acea9e70a7bc699a19fe2f44
6602 Author: Garret Rieger <grieger@google.com>
6603 Date:   Thu Aug 19 17:48:38 2021 -0700
6604
6605     [set] remove inverted test TODO.
6606
6607  test/api/test-set.c | 13 -------------
6608  1 file changed, 13 deletions(-)
6609
6610 commit c4ed58299761ac2e5452bec890e44fcb7c9f1cc7
6611 Author: Garret Rieger <grieger@google.com>
6612 Date:   Thu Aug 19 17:47:41 2021 -0700
6613
6614     [set] add test for inverted set operations.
6615     
6616     This test checks all possible set configurations against each operation type.
6617
6618  test/api/test-set.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++
6619  1 file changed, 125 insertions(+)
6620
6621 commit 325fd6ddb85a141507f752f37ab650bb56299247
6622 Author: Garret Rieger <grieger@google.com>
6623 Date:   Thu Aug 19 15:54:31 2021 -0700
6624
6625     [set] add tests for inverted set equality.
6626
6627  test/api/test-set.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
6628  1 file changed, 55 insertions(+), 1 deletion(-)
6629
6630 commit 287032af6cf3609bb9ca88cf622d478fc77698e3
6631 Author: Garret Rieger <grieger@google.com>
6632 Date:   Thu Aug 19 15:45:28 2021 -0700
6633
6634     [set] update set test TODO list.
6635
6636  test/api/test-set.c | 9 +--------
6637  1 file changed, 1 insertion(+), 8 deletions(-)
6638
6639 commit 5c003d80a680ec619f0922318244e7d41ca709ba
6640 Author: Garret Rieger <grieger@google.com>
6641 Date:   Thu Aug 19 15:41:12 2021 -0700
6642
6643     [set] add tests for inverted previous iteration.
6644
6645  test/api/test-set.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
6646  1 file changed, 108 insertions(+)
6647
6648 commit 84c2a30214eed8e9cabc1efa7460c74e0ca4f214
6649 Author: Behdad Esfahbod <behdad@behdad.org>
6650 Date:   Thu Aug 19 16:33:48 2021 -0600
6651
6652     [bit-set-invertible] Second try fixing previous()
6653
6654  src/hb-bit-set-invertible.hh | 25 +++++++++++++------------
6655  1 file changed, 13 insertions(+), 12 deletions(-)
6656
6657 commit 8f88747a5e100adc3f722baf573143cbb812ac48
6658 Author: Behdad Esfahbod <behdad@behdad.org>
6659 Date:   Thu Aug 19 16:30:48 2021 -0600
6660
6661     [bit-set-invertible] Fix previous() iteration
6662
6663  src/hb-bit-set-invertible.hh | 2 +-
6664  1 file changed, 1 insertion(+), 1 deletion(-)
6665
6666 commit 3f2cc582f283319a5f98469b993403c6f79f3ef9
6667 Author: Garret Rieger <grieger@google.com>
6668 Date:   Thu Aug 19 15:00:07 2021 -0700
6669
6670     [set] add basic and iteration set inverion tests.
6671
6672  test/api/test-set.c | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++
6673  1 file changed, 220 insertions(+)
6674
6675 commit 1d832693e17935e025201905236b9fa34e1f310d
6676 Author: Behdad Esfahbod <behdad@behdad.org>
6677 Date:   Thu Aug 19 16:02:30 2021 -0600
6678
6679     [set] Protect against immutible null set with invertible addition
6680
6681  src/hb-map.cc |  2 ++
6682  src/hb-set.cc | 22 ++++++++++++++++++++++
6683  2 files changed, 24 insertions(+)
6684
6685 commit 7115af23ebe4a896174d1a246fcfb3b4d0fe6806
6686 Author: Behdad Esfahbod <behdad@behdad.org>
6687 Date:   Thu Aug 19 15:55:21 2021 -0600
6688
6689     [util] Fix glib deprecation warning re g_memdup()
6690
6691  util/hb-subset.cc | 8 +++++++-
6692  1 file changed, 7 insertions(+), 1 deletion(-)
6693
6694 commit dc800ffd6c0b806b5b0db9d48cd57528d1fae3eb
6695 Author: Behdad Esfahbod <behdad@behdad.org>
6696 Date:   Thu Aug 19 15:35:51 2021 -0600
6697
6698     [bit-set] Remove TODO items we don't intend to finish
6699
6700  src/hb-bit-set.hh | 8 --------
6701  1 file changed, 8 deletions(-)
6702
6703 commit 92908c122bb578d502bdaa2fbf7a9a3b41540ae0
6704 Author: Behdad Esfahbod <behdad@behdad.org>
6705 Date:   Thu Aug 19 15:28:26 2021 -0600
6706
6707     [bit-set-invertible] Remove extra check
6708     
6709     We don't expect immutable / null set in this code.
6710
6711  src/hb-bit-set-invertible.hh | 2 +-
6712  1 file changed, 1 insertion(+), 1 deletion(-)
6713
6714 commit 1babe80ed2506b36c22275b4c511296c8d9b4096
6715 Author: Behdad Esfahbod <behdad@behdad.org>
6716 Date:   Thu Aug 19 15:18:32 2021 -0600
6717
6718     [bit-set-invertible] Fix last remaining corner-case
6719
6720  src/hb-bit-set-invertible.hh | 13 ++++++++++++-
6721  1 file changed, 12 insertions(+), 1 deletion(-)
6722
6723 commit e8911d137ca1e367a41143ece02149a62779cdf0
6724 Author: Behdad Esfahbod <behdad@behdad.org>
6725 Date:   Thu Aug 19 14:59:57 2021 -0600
6726
6727     [bit-set-invertible] Implement a couple other missing corner cases
6728     
6729     Also, in bit-set, don't compute population in is_equal/is_subset()
6730     if we don't have it computed already.
6731
6732  src/hb-bit-set-invertible.hh |  7 +++----
6733  src/hb-bit-set.hh            | 14 +++++++++-----
6734  2 files changed, 12 insertions(+), 9 deletions(-)
6735
6736 commit 2579dc648f940c7c66ac0ef2cc75c7b6754c6892
6737 Author: Behdad Esfahbod <behdad@behdad.org>
6738 Date:   Thu Aug 19 14:48:27 2021 -0600
6739
6740     [bit-set-invertible] Move code around
6741
6742  src/hb-bit-set-invertible.hh | 31 +++++++++++++++----------------
6743  1 file changed, 15 insertions(+), 16 deletions(-)
6744
6745 commit 2dfc104236395f224b6834ab52263fbafbe92651
6746 Author: Behdad Esfahbod <behdad@behdad.org>
6747 Date:   Thu Aug 19 14:47:33 2021 -0600
6748
6749     [bit-set-invertible] Implement is_empty() for inverted case as well
6750
6751  src/hb-bit-set-invertible.hh | 7 ++++++-
6752  1 file changed, 6 insertions(+), 1 deletion(-)
6753
6754 commit ec4812a7d4031c2a579f0d49f526f0a9b418e063
6755 Author: Behdad Esfahbod <behdad@behdad.org>
6756 Date:   Thu Aug 19 13:32:44 2021 -0600
6757
6758     [bit-page] Remove unused inverted code
6759
6760  src/hb-bit-page.hh | 47 +++++++++++++++++------------------------------
6761  1 file changed, 17 insertions(+), 30 deletions(-)
6762
6763 commit 87885e6f02fef1d8289050c1c939d5a5566b5ee2
6764 Author: Behdad Esfahbod <behdad@behdad.org>
6765 Date:   Thu Aug 19 13:26:25 2021 -0600
6766
6767     [bit-set-invertible] Fix next/previous() logic
6768
6769  src/hb-bit-set-invertible.hh | 2 ++
6770  1 file changed, 2 insertions(+)
6771
6772 commit ee4e331a6e05ce5e99671a401e986c0fcdd2a691
6773 Author: Behdad Esfahbod <behdad@behdad.org>
6774 Date:   Thu Aug 19 13:23:22 2021 -0600
6775
6776     [bit-set] Remove unused get_min(inverted)
6777
6778  src/hb-bit-set.hh | 16 +++-------------
6779  1 file changed, 3 insertions(+), 13 deletions(-)
6780
6781 commit eec1a25e7169a2958a4f739d98cca4ae6e38605f
6782 Author: Behdad Esfahbod <behdad@behdad.org>
6783 Date:   Thu Aug 19 13:22:36 2021 -0600
6784
6785     [bit-set-invertible] Rewrite get_min/max() in terms of next/previous()
6786
6787  src/hb-bit-set-invertible.hh | 12 ++++++++++--
6788  1 file changed, 10 insertions(+), 2 deletions(-)
6789
6790 commit f09d5ed0f52987f4af39d0a577762d4dda99509c
6791 Author: Behdad Esfahbod <behdad@behdad.org>
6792 Date:   Thu Aug 19 13:06:10 2021 -0600
6793
6794     [algs] Remove hb_bitwise_non()
6795
6796  src/hb-algs.hh | 6 ------
6797  1 file changed, 6 deletions(-)
6798
6799 commit f4fd7baf7ec8ff5954e226f2e7ea2697e84a39dd
6800 Author: Behdad Esfahbod <behdad@behdad.org>
6801 Date:   Thu Aug 19 13:05:12 2021 -0600
6802
6803     [bit-set-invertible] Fix subtract() logic
6804
6805  src/hb-bit-set-invertible.hh | 2 +-
6806  1 file changed, 1 insertion(+), 1 deletion(-)
6807
6808 commit f317d8e4261e6fef1a7d5682bd62a4562588b322
6809 Author: Behdad Esfahbod <behdad@behdad.org>
6810 Date:   Thu Aug 19 13:01:07 2021 -0600
6811
6812     [bit-set-invertible] Fix intersect() logic
6813
6814  src/hb-bit-set-invertible.hh | 4 ++--
6815  1 file changed, 2 insertions(+), 2 deletions(-)
6816
6817 commit b21038d91de7f67bbfec549f618b0238c3ca7735
6818 Author: Behdad Esfahbod <behdad@behdad.org>
6819 Date:   Thu Aug 19 11:24:17 2021 -0600
6820
6821     [bit-set-invertible] Rewrite next/previous_range() in terms of s.next/previous()
6822
6823  src/hb-bit-set-invertible.hh | 26 ++++++++------------------
6824  1 file changed, 8 insertions(+), 18 deletions(-)
6825
6826 commit eb98bc1e322c0675de7f7b00e4e1932ec593277d
6827 Author: Behdad Esfahbod <behdad@behdad.org>
6828 Date:   Thu Aug 19 11:19:24 2021 -0600
6829
6830     [bit-set-invertible] Rewrite next/previous() using s.next/previous_range()
6831
6832  src/hb-bit-set-invertible.hh | 54 ++++++++++++++++++++++++--------------------
6833  1 file changed, 30 insertions(+), 24 deletions(-)
6834
6835 commit 248ad3bce5b5e7190e174929bf1892f1a2bafb44
6836 Author: Behdad Esfahbod <behdad@behdad.org>
6837 Date:   Thu Aug 19 10:17:51 2021 -0600
6838
6839     [bit-set-invertible] Implement next/previous
6840     
6841     This makes invertible set functionality complete.
6842
6843  src/hb-bit-set-invertible.hh | 48 ++++++++++++++++++++++++++++++++++++++++----
6844  1 file changed, 44 insertions(+), 4 deletions(-)
6845
6846 commit c27f5b1288e4786c27bd010a1f6b41c29ab37992
6847 Author: Behdad Esfahbod <behdad@behdad.org>
6848 Date:   Thu Aug 19 10:01:24 2021 -0600
6849
6850     [bit-set-invertible] Plug in next_range()/previous_range()
6851
6852  src/hb-bit-set-invertible.hh | 34 ++++++++++++++++++++++++++++++----
6853  1 file changed, 30 insertions(+), 4 deletions(-)
6854
6855 commit f6aa37159bf1f4b3a2b83c7e263f4642959af73a
6856 Author: Behdad Esfahbod <behdad@behdad.org>
6857 Date:   Thu Aug 19 01:12:25 2021 -0600
6858
6859     [bit-set-invertible] Fix process logic for inverted
6860     [# On branch set-invert
6861
6862  src/hb-bit-set-invertible.hh | 9 +++++----
6863  1 file changed, 5 insertions(+), 4 deletions(-)
6864
6865 commit 060de189ecdf2327c6583b97f02c33c21889ca15
6866 Author: Behdad Esfahbod <behdad@behdad.org>
6867 Date:   Thu Aug 19 00:58:34 2021 -0600
6868
6869     [bit-page] Fix sanitizer error
6870     
6871     This essentially reverts 9449cfeefd7e3b761c8035c45330abd7a5201604
6872     
6873     Problem was dereferencing pointer at end of array...
6874
6875  src/hb-bit-page.hh | 12 ++++++++----
6876  1 file changed, 8 insertions(+), 4 deletions(-)
6877
6878 commit b119b48079ab4bece6bb0cf75c6606d25c49ee5e
6879 Author: Behdad Esfahbod <behdad@behdad.org>
6880 Date:   Thu Aug 19 00:51:24 2021 -0600
6881
6882     [bit-set-invertible] Add unlikely() around inverted checks
6883
6884  src/hb-bit-set-invertible.hh | 36 +++++++++++++++++++-----------------
6885  1 file changed, 19 insertions(+), 17 deletions(-)
6886
6887 commit b94f24ec79877d57a17e8e8b9961127d590afa34
6888 Author: Behdad Esfahbod <behdad@behdad.org>
6889 Date:   Thu Aug 19 00:48:00 2021 -0600
6890
6891     [bit-set-invertible] Implement set algebra
6892
6893  src/hb-algs.hh               | 32 +++++++++++++++++++-
6894  src/hb-bit-set-invertible.hh | 71 +++++++++++++++++++++++++++++++++++++-------
6895  src/hb-bit-set.hh            |  2 +-
6896  3 files changed, 93 insertions(+), 12 deletions(-)
6897
6898 commit 6afefe1dc3f7aedc1f355bfa70bfee1a15829ec1
6899 Author: Behdad Esfahbod <behdad@behdad.org>
6900 Date:   Thu Aug 19 00:27:03 2021 -0600
6901
6902     [algs] Remove unnecessary struct tag names
6903
6904  src/hb-algs.hh | 8 ++++----
6905  1 file changed, 4 insertions(+), 4 deletions(-)
6906
6907 commit 8aa92ff8f054a1b7b8d06618a6366a44cba8fe87
6908 Author: Behdad Esfahbod <behdad@behdad.org>
6909 Date:   Wed Aug 18 23:01:06 2021 -0600
6910
6911     [bit-set-invertible] Implement get_min/max
6912
6913  src/hb-bit-set-invertible.hh |  4 ++--
6914  src/hb-bit-set.hh            | 16 +++++++++++++---
6915  2 files changed, 15 insertions(+), 5 deletions(-)
6916
6917 commit 18f50275ed2b66c9316d68138572b84ee713f0cc
6918 Author: Behdad Esfahbod <behdad@behdad.org>
6919 Date:   Wed Aug 18 22:08:06 2021 -0600
6920
6921     [bit-set] Restructure get_min/max() in prep for adding inverted
6922
6923  src/hb-bit-set.hh | 26 ++++++++++++++++++--------
6924  1 file changed, 18 insertions(+), 8 deletions(-)
6925
6926 commit 669b97d949173ceb691ece4c71c606f90c2f3e3f
6927 Author: Behdad Esfahbod <behdad@behdad.org>
6928 Date:   Wed Aug 18 21:39:04 2021 -0600
6929
6930     [bit-set-invertible] Implement iterator
6931
6932  src/hb-bit-set-invertible.hh | 32 +++++++++++++++++++++++++++++---
6933  1 file changed, 29 insertions(+), 3 deletions(-)
6934
6935 commit c66894d7c9f7883032fbe92aa33c49cb689b1230
6936 Author: Behdad Esfahbod <behdad@behdad.org>
6937 Date:   Wed Aug 18 21:24:29 2021 -0600
6938
6939     [bit-set-invertible] Write a subset branch as dagger
6940
6941  src/hb-bit-set-invertible.hh | 8 +-------
6942  1 file changed, 1 insertion(+), 7 deletions(-)
6943
6944 commit c39d2f7a76807cfa8198eb931ff6c58e6bb7fc67
6945 Author: Behdad Esfahbod <behdad@behdad.org>
6946 Date:   Wed Aug 18 21:20:54 2021 -0600
6947
6948     [bit-set-invertible] Implement add_array / add_sorted_array / intersects
6949
6950  src/hb-bit-set-invertible.hh | 9 ++++++---
6951  1 file changed, 6 insertions(+), 3 deletions(-)
6952
6953 commit 0efa614c04a237722ca6a63a7b0c481fee11be97
6954 Author: Behdad Esfahbod <behdad@behdad.org>
6955 Date:   Wed Aug 18 21:16:05 2021 -0600
6956
6957     [bit-set] Add del_array/del_sorted_array()
6958
6959  src/hb-bit-set.hh | 35 +++++++++++++++++++++++++++++------
6960  1 file changed, 29 insertions(+), 6 deletions(-)
6961
6962 commit 48ad9eef1eb5e5226fcfdb86f3cf5be925456a57
6963 Author: Behdad Esfahbod <behdad@behdad.org>
6964 Date:   Wed Aug 18 21:05:21 2021 -0600
6965
6966     [bit-set] Merge page_for_insert() into page_for()
6967
6968  src/hb-bit-set.hh | 27 +++++++++++----------------
6969  1 file changed, 11 insertions(+), 16 deletions(-)
6970
6971 commit 280366ba6af14fbcacbc49e6aa1c12d83e531ad1
6972 Author: Garret Rieger <grieger@google.com>
6973 Date:   Wed Aug 18 15:50:49 2021 -0700
6974
6975     Add TODO to update NN offsets to allow nulls.
6976
6977  src/hb-ot-color-cpal-table.hh | 2 ++
6978  1 file changed, 2 insertions(+)
6979
6980 commit dc31920bbe3a35c565f89aaeca43e2a5fdb5b606
6981 Author: Garret Rieger <grieger@google.com>
6982 Date:   Wed Aug 18 14:20:14 2021 -0700
6983
6984     Don't serialize null offsets in CPAL.
6985     
6986     Fixes https://oss-fuzz.com/testcase-detail/5443213648330752
6987
6988  src/hb-ot-color-cpal-table.hh                             |  11 ++++++++---
6989  ...z-testcase-minimized-hb-subset-fuzzer-5443213648330752 | Bin 0 -> 567 bytes
6990  2 files changed, 8 insertions(+), 3 deletions(-)
6991
6992 commit e29f56354a62683bc461d4dfba48de4173ccd538
6993 Author: Simon Cozens <simon@simon-cozens.org>
6994 Date:   Wed Aug 18 08:51:41 2021 +0100
6995
6996     Replace "langstr" with more helpful help.
6997
6998  util/shape-options.hh | 2 +-
6999  1 file changed, 1 insertion(+), 1 deletion(-)
7000
7001 commit 7f9173d67f14dd273f6366cfcbf3498e6a8b2f56
7002 Author: Caleb Maclennan <caleb@alerque.com>
7003 Date:   Wed Aug 18 14:43:54 2021 +0300
7004
7005     [ci] Fix workflow so ‘publish-*’ dependencies can run
7006     
7007     This is a documented but bizarre quirk on Circle CI: in order for a job
7008     to run as a dependency of another job that has a filter it must also
7009     have at least one filter of its own, even if the filter is a noop.
7010     
7011     https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
7012
7013  .circleci/config.yml | 15 ++++++++++++---
7014  1 file changed, 12 insertions(+), 3 deletions(-)
7015
7016 commit a997f8918ea4e748657b4feb60dda84044c50ffd
7017 Author: Caleb Maclennan <caleb@alerque.com>
7018 Date:   Wed Aug 18 13:23:19 2021 +0300
7019
7020     [ci] Bump ghr tool used to post release artifacts to v0.14.0
7021     
7022     Also make sure we only download it once per CI run, not three times...
7023
7024  .ci/publish_release_artifact.sh | 13 ++++++++-----
7025  1 file changed, 8 insertions(+), 5 deletions(-)
7026
7027 commit 80ff72f39dc833118426521f82f6bf614ef274d5
7028 Author: Khaled Hosny <khaled@aliftype.com>
7029 Date:   Wed Aug 18 13:09:03 2021 +0200
7030
7031     [doc] Misc fixes
7032
7033  docs/harfbuzz-docs.xml     | 1 +
7034  docs/harfbuzz-sections.txt | 6 +++---
7035  src/hb-subset-input.cc     | 6 ++++--
7036  3 files changed, 8 insertions(+), 5 deletions(-)
7037
7038 commit 9aa6f8a93f035dd0a1e3978da495d830049480c8
7039 Author: Khaled Hosny <khaled@aliftype.com>
7040 Date:   Wed Aug 18 09:32:04 2021 +0200
7041
7042     2.9.0
7043
7044  NEWS                   | 20 ++++++++++++++++++++
7045  configure.ac           |  2 +-
7046  meson.build            |  2 +-
7047  src/hb-subset-input.cc | 18 +++++++++---------
7048  src/hb-subset.cc       |  2 +-
7049  src/hb-subset.h        |  2 +-
7050  src/hb-version.h       |  6 +++---
7051  7 files changed, 36 insertions(+), 16 deletions(-)
7052
7053 commit adf3f3b317dbf95b3906f3003bd01195ec3121f7
7054 Author: Khaled Hosny <khaled@aliftype.com>
7055 Date:   Wed Aug 18 09:29:28 2021 +0200
7056
7057     Revert "2.9.0"
7058     
7059     This reverts commit 791aba9c45709a68ce6d5dc1066d22399dc4bee4.
7060
7061  NEWS | 20 --------------------
7062  1 file changed, 20 deletions(-)
7063
7064 commit 791aba9c45709a68ce6d5dc1066d22399dc4bee4
7065 Author: Khaled Hosny <khaled@aliftype.com>
7066 Date:   Wed Aug 18 09:25:27 2021 +0200
7067
7068     2.9.0
7069
7070  NEWS | 20 ++++++++++++++++++++
7071  1 file changed, 20 insertions(+)
7072
7073 commit f0c3804fa292ef3be41cc8d1cdea8239f00e2295
7074 Author: Behdad Esfahbod <behdad@behdad.org>
7075 Date:   Tue Aug 17 15:37:19 2021 -0600
7076
7077     [set] Add hb_bit_set_invertible_t and resurrect hb_set_invert()
7078     
7079     Implementation is NOT complete yet.
7080
7081  docs/harfbuzz-sections.txt   |   2 +-
7082  src/Makefile.sources         |   1 +
7083  src/hb-bit-set-invertible.hh | 168 +++++++++++++++++++++++++++++++++++++++++++
7084  src/hb-bit-set.hh            |  15 ++--
7085  src/hb-deprecated.h          |   3 -
7086  src/hb-set.cc                |   9 +--
7087  src/hb-set.h                 |   3 +
7088  src/hb-set.hh                |  40 +++++------
7089  8 files changed, 201 insertions(+), 40 deletions(-)
7090
7091 commit b5cdbdc030dc700134f41b67b5a42ab54806a9a3
7092 Author: Behdad Esfahbod <behdad@behdad.org>
7093 Date:   Tue Aug 17 10:53:08 2021 -0600
7094
7095     [set] Turn hb_set_t into instance of template taking implementation t
7096
7097  src/hb-set.hh | 32 ++++++++++++++++++--------------
7098  1 file changed, 18 insertions(+), 14 deletions(-)
7099
7100 commit fad452bffb4047b84aad3e2684244ce0385742ff
7101 Author: Behdad Esfahbod <behdad@behdad.org>
7102 Date:   Mon Aug 16 20:48:24 2021 -0600
7103
7104     [set] Move main functionality into hb_bit_set_t
7105     
7106     To add inversion on top in hb_invertible_set_t and use that as hb_set_t.
7107
7108  src/Makefile.sources         |   1 +
7109  src/hb-bit-set.hh            | 787 +++++++++++++++++++++++++++++++++++++++++++
7110  src/hb-ot-layout-gsubgpos.hh |   5 +-
7111  src/hb-set.cc                |   2 +-
7112  src/hb-set.hh                | 737 ++--------------------------------------
7113  5 files changed, 828 insertions(+), 704 deletions(-)
7114
7115 commit 9cc4da962f53c2a9883742a0d9e9fd24222bd7b4
7116 Author: Behdad Esfahbod <behdad@behdad.org>
7117 Date:   Mon Aug 16 20:17:53 2021 -0600
7118
7119     [object] Remove hb_object_is_inert()
7120
7121  src/hb-object.hh | 15 ++++++---------
7122  1 file changed, 6 insertions(+), 9 deletions(-)
7123
7124 commit 2d5ef05d67d9a352d620e9d9e781e25717ab3a31
7125 Author: Behdad Esfahbod <behdad@behdad.org>
7126 Date:   Mon Aug 16 20:13:58 2021 -0600
7127
7128     Use !g_object_is_valid() instead of g_object_is_inert()
7129
7130  src/hb-shape-plan.cc | 4 ++--
7131  1 file changed, 2 insertions(+), 2 deletions(-)
7132
7133 commit f6d6eff6a2f996df3144b9c03326c8efdcbf10bf
7134 Author: Behdad Esfahbod <behdad@behdad.org>
7135 Date:   Mon Aug 16 19:41:44 2021 -0600
7136
7137     [object] Remove unused HB_REFERENCE_COUNT_INIT
7138
7139  src/hb-object.hh | 2 --
7140  1 file changed, 2 deletions(-)
7141
7142 commit 57d86950c3f913805a5527a54eb735ef9360c8d5
7143 Author: Khaled Hosny <khaled@aliftype.com>
7144 Date:   Mon Aug 16 21:54:26 2021 +0200
7145
7146     [meson] Update FreeType wrap to use upstream repo
7147
7148  subprojects/freetype2.wrap | 8 +++-----
7149  1 file changed, 3 insertions(+), 5 deletions(-)
7150
7151 commit f245dc4db86483be3ede773e0bc8ba68065e2380
7152 Author: Behdad Esfahbod <behdad@behdad.org>
7153 Date:   Sun Aug 15 12:40:36 2021 -0600
7154
7155     [set] Whitespace
7156
7157  src/hb-set.hh | 4 ++--
7158  1 file changed, 2 insertions(+), 2 deletions(-)
7159
7160 commit 9b390f8c40eb80871778b13de7e987bd0e8bedad
7161 Author: Behdad Esfahbod <behdad@behdad.org>
7162 Date:   Sun Aug 15 12:34:55 2021 -0600
7163
7164     [set] Move page_t into hb-bit-page.hh
7165
7166  src/Makefile.sources |   1 +
7167  src/hb-bit-page.hh   | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++
7168  src/hb-set.hh        | 190 ++-------------------------------------------
7169  src/meson.build      |   1 +
7170  4 files changed, 221 insertions(+), 183 deletions(-)
7171
7172 commit 0c3e02ee2d0b24d7fbed92ab2b51c3e98bbe69e8
7173 Author: Behdad Esfahbod <behdad@behdad.org>
7174 Date:   Sun Aug 15 12:10:13 2021 -0600
7175
7176     [set] Add "inverted" to page_t::is_empty()
7177
7178  src/hb-set.hh | 4 ++--
7179  1 file changed, 2 insertions(+), 2 deletions(-)
7180
7181 commit 9bd64fa077ed1133ec96341335c62f91b3f9b9ce
7182 Author: Behdad Esfahbod <behdad@behdad.org>
7183 Date:   Sun Aug 15 11:42:16 2021 -0600
7184
7185     [set] Add "inverted" to page_t::next/prev()
7186
7187  src/hb-set.hh | 12 +++++++-----
7188  1 file changed, 7 insertions(+), 5 deletions(-)
7189
7190 commit c88e7ec935caf31ca7db6b90ab0db514c1b65e45
7191 Author: Behdad Esfahbod <behdad@behdad.org>
7192 Date:   Sun Aug 15 11:39:31 2021 -0600
7193
7194     [set] Add page_t::elt_maybe_invert()
7195
7196  src/hb-set.hh | 5 +++--
7197  1 file changed, 3 insertions(+), 2 deletions(-)
7198
7199 commit 9449cfeefd7e3b761c8035c45330abd7a5201604
7200 Author: Behdad Esfahbod <behdad@behdad.org>
7201 Date:   Sun Aug 15 11:35:33 2021 -0600
7202
7203     [set] Simplify page_t::next/prev()
7204
7205  src/hb-set.hh | 14 +++++++-------
7206  1 file changed, 7 insertions(+), 7 deletions(-)
7207
7208 commit 4394ee1f1dd355b4e8c4e4ad8f310ed624c64e01
7209 Author: Behdad Esfahbod <behdad@behdad.org>
7210 Date:   Sun Aug 15 11:28:09 2021 -0600
7211
7212     [set] Add inverted to page_t::get_min/max()
7213
7214  src/hb-set.hh | 18 ++++++++++++------
7215  1 file changed, 12 insertions(+), 6 deletions(-)
7216
7217 commit 0dcd9b15d964c7eee3344525313c15a2ff4a16e4
7218 Author: Behdad Esfahbod <behdad@behdad.org>
7219 Date:   Sun Aug 15 11:11:10 2021 -0600
7220
7221     [set] Add page_t::set_range()
7222
7223  src/hb-set.hh | 3 ++-
7224  1 file changed, 2 insertions(+), 1 deletion(-)
7225
7226 commit cb273fd17c436ada2b88aaecc585b62eb5203691
7227 Author: Behdad Esfahbod <behdad@behdad.org>
7228 Date:   Sun Aug 15 11:09:08 2021 -0600
7229
7230     [set] Add page_t::set()
7231
7232  src/hb-set.hh | 1 +
7233  1 file changed, 1 insertion(+)
7234
7235 commit 32bbf53d9c860c32fb9109a11459ccba6eba7110
7236 Author: Behdad Esfahbod <behdad@behdad.org>
7237 Date:   Sun Aug 15 11:06:52 2021 -0600
7238
7239     [set] Minor rewrite one cmp() in term of other
7240
7241  src/hb-set.hh | 2 +-
7242  1 file changed, 1 insertion(+), 1 deletion(-)
7243
7244 commit 5b4dbf5af361161194d815fd97d616429f6bf81c
7245 Merge: cb05c363d d203267e5
7246 Author: Behdad Esfahbod <behdad@behdad.org>
7247 Date:   Sun Aug 15 12:57:55 2021 -0600
7248
7249     Merge pull request #3148 from harfbuzz/win64
7250     
7251     Build win64 binaries
7252
7253 commit d203267e53d1007ea1974111dee26c5383b3ee9a
7254 Author: Khaled Hosny <khaled@aliftype.com>
7255 Date:   Sun Aug 15 18:29:26 2021 +0200
7256
7257     [ci] Remove effectively ignored filters
7258     
7259     We want these jobs to always run, and the filter does not seem to do
7260     anything anyway.
7261
7262  .circleci/config.yml | 10 ++--------
7263  1 file changed, 2 insertions(+), 8 deletions(-)
7264
7265 commit f73053edafdcdd04855055e8b04eff33b425ae7d
7266 Author: Khaled Hosny <khaled@aliftype.com>
7267 Date:   Sun Aug 15 18:27:32 2021 +0200
7268
7269     [ci] Don’t install unused dependencies
7270     
7271     This is a cross build job, native libraries are not used.
7272
7273  .circleci/config.yml | 2 +-
7274  1 file changed, 1 insertion(+), 1 deletion(-)
7275
7276 commit ddb4f9b9674a651fafd0e628ea7ea74a20e61ad9
7277 Author: Khaled Hosny <khaled@aliftype.com>
7278 Date:   Sun Aug 15 17:24:51 2021 +0200
7279
7280     [ci] Build win64 binaries as well
7281
7282  .ci/build-win64.sh   | 27 +++++++++++++++++++++++++++
7283  .circleci/config.yml | 33 +++++++++++++++++++++++++++++++++
7284  2 files changed, 60 insertions(+)
7285
7286 commit cb05c363d7f85f1a9f309cc91a372d1305ee8f9e
7287 Author: Garret Rieger <grieger@google.com>
7288 Date:   Fri Aug 13 15:19:20 2021 -0700
7289
7290     [subset] add some basic tests for the legacy subset methods.
7291
7292  src/hb-subset-input.cc | 16 ++++++++--------
7293  test/api/test-subset.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
7294  2 files changed, 59 insertions(+), 8 deletions(-)
7295
7296 commit d18aad7ec5e940cf2bd31f5005df739f42da2590
7297 Author: Garret Rieger <grieger@google.com>
7298 Date:   Fri Aug 13 15:05:48 2021 -0700
7299
7300     [subset] restore old subsetting api methods.
7301     
7302     These will be left in place until the 3.0.0 release.
7303
7304  src/hb-subset-input.cc | 130 +++++++++++++++++++++++++++++++++++++++++++++++++
7305  src/hb-subset.cc       |   8 +++
7306  src/hb-subset.h        |  61 +++++++++++++++++++++++
7307  3 files changed, 199 insertions(+)
7308
7309 commit 44802c8ec462574c148be12594609e13abd7ccb5
7310 Author: Garret Rieger <grieger@google.com>
7311 Date:   Thu Aug 12 11:11:51 2021 -0700
7312
7313     [subset] use layout-features=* for layout subsetting tests w/ synthetic test fonts.
7314
7315  ...e_subrules_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2132 bytes
7316  ...iple_subrules_f1.layout-test-retain-gids.41,42.otf | Bin 0 -> 2012 bytes
7317  ...ple_subrules_f1.layout-test-retain-gids.41,43.otf} | Bin
7318  ...ltiple_subrules_f1.layout-test-retain-gids.41.otf} | Bin
7319  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3992 bytes
7320  ...ext1_multiple_subrules_f1.layout-test.41,42,43.otf | Bin 0 -> 1420 bytes
7321  ...ontext1_multiple_subrules_f1.layout-test.41,42.otf | Bin 0 -> 1304 bytes
7322  ...ntext1_multiple_subrules_f1.layout-test.41,43.otf} | Bin
7323  ..._context1_multiple_subrules_f1.layout-test.41.otf} | Bin
7324  ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3992 bytes
7325  ...e_subrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 0 bytes
7326  ...1_multiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 0 bytes
7327  ...ext1_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 0 bytes
7328  ...e_subrules_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2152 bytes
7329  ...iple_subrules_f1.layout-test-retain-gids.41,42.otf | Bin 0 -> 2028 bytes
7330  ...ple_subrules_f1.layout-test-retain-gids.41,43.otf} | Bin
7331  ...ltiple_subrules_f1.layout-test-retain-gids.41.otf} | Bin
7332  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
7333  ...ext2_multiple_subrules_f1.layout-test.41,42,43.otf | Bin 0 -> 1440 bytes
7334  ...ontext2_multiple_subrules_f1.layout-test.41,42.otf | Bin 0 -> 1320 bytes
7335  ...ntext2_multiple_subrules_f1.layout-test.41,43.otf} | Bin
7336  ..._context2_multiple_subrules_f1.layout-test.41.otf} | Bin
7337  ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
7338  ...ubrules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 0 bytes
7339  ...e_subrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 0 bytes
7340  ...2_multiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 0 bytes
7341  ...ext2_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 0 bytes
7342  ...xt3_simple_f1.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2112 bytes
7343  ...text3_simple_f1.layout-test-retain-gids.41,42.otf} | Bin
7344  ...text3_simple_f1.layout-test-retain-gids.41,43.otf} | Bin
7345  ...context3_simple_f1.layout-test-retain-gids.41.otf} | Bin
7346  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3972 bytes
7347  .../gpos_context3_simple_f1.layout-test.41,42,43.otf  | Bin 0 -> 1400 bytes
7348  ... => gpos_context3_simple_f1.layout-test.41,42.otf} | Bin
7349  ... => gpos_context3_simple_f1.layout-test.41,43.otf} | Bin
7350  ...otf => gpos_context3_simple_f1.layout-test.41.otf} | Bin
7351  ...xt3_simple_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3972 bytes
7352  ..._simple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 0 bytes
7353  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
7354  ...pos_context3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 0 bytes
7355  ..._simple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
7356  ...Prototype.layout-test-retain-gids.41,42,43,57.otf} | Bin 5272 -> 5924 bytes
7357  ...eVFPrototype.layout-test-retain-gids.41,42,43.otf} | Bin 4740 -> 5212 bytes
7358  ...dobeVFPrototype.layout-test-retain-gids.41,42.otf} | Bin 4264 -> 4732 bytes
7359  ...eVFPrototype.layout-test-retain-gids.41,56,57.otf} | Bin 4408 -> 5048 bytes
7360  ...> AdobeVFPrototype.layout-test-retain-gids.41.otf} | Bin 3560 -> 3996 bytes
7361  ...dobeVFPrototype.layout-test-retain-gids.42,57.otf} | Bin 4396 -> 5040 bytes
7362  ...f => AdobeVFPrototype.layout-test.41,42,43,57.otf} | Bin 5460 -> 5480 bytes
7363  ....otf => AdobeVFPrototype.layout-test.41,42,43.otf} | Bin 4928 -> 4952 bytes
7364  ...,42.otf => AdobeVFPrototype.layout-test.41,42.otf} | Bin 4448 -> 4468 bytes
7365  ....otf => AdobeVFPrototype.layout-test.41,56,57.otf} | Bin 4596 -> 4620 bytes
7366  ...ine.41.otf => AdobeVFPrototype.layout-test.41.otf} | Bin 3748 -> 3768 bytes
7367  ...,57.otf => AdobeVFPrototype.layout-test.42,57.otf} | Bin 4580 -> 4600 bytes
7368  ...=> gpos1_2_font.layout-test-retain-gids.41,43.otf} | Bin 1980 -> 2044 bytes
7369  ...=> gpos1_2_font.layout-test-retain-gids.41,46.otf} | Bin 2140 -> 2204 bytes
7370  ...tf => gpos1_2_font.layout-test-retain-gids.41.otf} | Bin 1856 -> 1916 bytes
7371  ...=> gpos1_2_font.layout-test-retain-gids.42,44.otf} | Bin
7372  ...=> gpos1_2_font.layout-test-retain-gids.43,46.otf} | Bin 2004 -> 2068 bytes
7373  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3780 -> 3848 bytes
7374  ...e.41,43.otf => gpos1_2_font.layout-test.41,43.otf} | Bin 1260 -> 1324 bytes
7375  ...e.41,46.otf => gpos1_2_font.layout-test.41,46.otf} | Bin 1388 -> 1452 bytes
7376  ...outline.41.otf => gpos1_2_font.layout-test.41.otf} | Bin 1152 -> 1212 bytes
7377  ...e.42,44.otf => gpos1_2_font.layout-test.42,44.otf} | Bin
7378  ...e.43,46.otf => gpos1_2_font.layout-test.43,46.otf} | Bin 1252 -> 1316 bytes
7379  ...gpos1_2_font.layout-test.retain-all-codepoint.otf} | Bin 3780 -> 3848 bytes
7380  ...pos2_1_font7.layout-test-retain-gids.21,23,25.otf} | Bin 1656 -> 1728 bytes
7381  ...> gpos2_1_font7.layout-test-retain-gids.21,23.otf} | Bin 1532 -> 1604 bytes
7382  ...> gpos2_1_font7.layout-test-retain-gids.2E,23.otf} | Bin
7383  ...pos2_1_font7.layout-test-retain-gids.41,42,43.otf} | Bin
7384  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3780 -> 3868 bytes
7385  ...,25.otf => gpos2_1_font7.layout-test.21,23,25.otf} | Bin 1312 -> 1384 bytes
7386  ....21,23.otf => gpos2_1_font7.layout-test.21,23.otf} | Bin 1204 -> 1276 bytes
7387  ....2E,23.otf => gpos2_1_font7.layout-test.2E,23.otf} | Bin
7388  ...,43.otf => gpos2_1_font7.layout-test.41,42,43.otf} | Bin
7389  ...pos2_1_font7.layout-test.retain-all-codepoint.otf} | Bin 3780 -> 3868 bytes
7390  ...gpos2_2_font5.layout-test-retain-gids.21,23,25.otf | Bin 0 -> 1780 bytes
7391  .../gpos2_2_font5.layout-test-retain-gids.21,23.otf   | Bin 0 -> 1656 bytes
7392  ...> gpos2_2_font5.layout-test-retain-gids.2E,23.otf} | Bin
7393  ...pos2_2_font5.layout-test-retain-gids.41,42,43.otf} | Bin
7394  ...5.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3904 bytes
7395  .../gpos2_2_font5.layout-test.21,23,25.otf            | Bin 0 -> 1436 bytes
7396  .../layout.gpos2/gpos2_2_font5.layout-test.21,23.otf  | Bin 0 -> 1328 bytes
7397  ....2E,23.otf => gpos2_2_font5.layout-test.2E,23.otf} | Bin
7398  ...,43.otf => gpos2_2_font5.layout-test.41,42,43.otf} | Bin
7399  ...gpos2_2_font5.layout-test.retain-all-codepoint.otf | Bin 0 -> 3904 bytes
7400  ...s2_2_font5.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 0 bytes
7401  ...gpos2_2_font5.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 0 bytes
7402  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 0 bytes
7403  .../gpos2_2_font5.notdef-outline.21,23,25.otf         | Bin 1312 -> 0 bytes
7404  .../gpos2_2_font5.notdef-outline.21,23.otf            | Bin 1204 -> 0 bytes
7405  ...s2_2_font5.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 0 bytes
7406  ... => gpos3_font3.layout-test-retain-gids.28,29.otf} | Bin 1616 -> 1700 bytes
7407  ... => gpos3_font3.layout-test-retain-gids.28,2B.otf} | Bin 1752 -> 1836 bytes
7408  ... => gpos3_font3.layout-test-retain-gids.29,2B.otf} | Bin 1664 -> 1744 bytes
7409  ... gpos3_font3.layout-test-retain-gids.41,42,43.otf} | Bin
7410  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 3908 bytes
7411  ...ne.28,29.otf => gpos3_font3.layout-test.28,29.otf} | Bin 1224 -> 1308 bytes
7412  ...ne.28,2B.otf => gpos3_font3.layout-test.28,2B.otf} | Bin 1344 -> 1428 bytes
7413  ...ne.29,2B.otf => gpos3_font3.layout-test.29,2B.otf} | Bin 1256 -> 1336 bytes
7414  ...42,43.otf => gpos3_font3.layout-test.41,42,43.otf} | Bin
7415  .../gpos3_font3.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 3908 bytes
7416  ..._anchors_1.layout-test-retain-gids.41,42,43,44.otf | Bin 0 -> 2336 bytes
7417  ..._anchors_1.layout-test-retain-gids.41,42,43,45.otf | Bin 0 -> 2332 bytes
7418  ...le_anchors_1.layout-test-retain-gids.41,42,43.otf} | Bin 1976 -> 2096 bytes
7419  ...tiple_anchors_1.layout-test-retain-gids.41,42.otf} | Bin
7420  ...hors_1.layout-test-retain-gids.41,43,44,45,46.otf} | Bin 2560 -> 2692 bytes
7421  ...ple_anchors_1.layout-test-retain-gids.41,43,44.otf | Bin 0 -> 2328 bytes
7422  ...ple_anchors_1.layout-test-retain-gids.41,43,45.otf | Bin 0 -> 2328 bytes
7423  ...tiple_anchors_1.layout-test-retain-gids.41,43.otf} | Bin 1972 -> 2092 bytes
7424  ...multiple_anchors_1.layout-test-retain-gids.41.otf} | Bin
7425  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3844 -> 3996 bytes
7426  ...os4_multiple_anchors_1.layout-test.41,42,43,44.otf | Bin 0 -> 1620 bytes
7427  ...os4_multiple_anchors_1.layout-test.41,42,43,45.otf | Bin 0 -> 1600 bytes
7428  .../gpos4_multiple_anchors_1.layout-test.41,42,43.otf | Bin 0 -> 1384 bytes
7429  ...=> gpos4_multiple_anchors_1.layout-test.41,42.otf} | Bin
7430  ...multiple_anchors_1.layout-test.41,43,44,45,46.otf} | Bin 1832 -> 1964 bytes
7431  .../gpos4_multiple_anchors_1.layout-test.41,43,44.otf | Bin 0 -> 1604 bytes
7432  .../gpos4_multiple_anchors_1.layout-test.41,43,45.otf | Bin 0 -> 1592 bytes
7433  .../gpos4_multiple_anchors_1.layout-test.41,43.otf    | Bin 0 -> 1372 bytes
7434  ...tf => gpos4_multiple_anchors_1.layout-test.41.otf} | Bin
7435  ...le_anchors_1.layout-test.retain-all-codepoint.otf} | Bin 3844 -> 3996 bytes
7436  ...chors_1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2208 -> 0 bytes
7437  ..._anchors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 0 bytes
7438  ...ple_anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 0 bytes
7439  ..._multiple_anchors_1.notdef-outline.41,42,43,44.otf | Bin 1492 -> 0 bytes
7440  ..._multiple_anchors_1.notdef-outline.41,42,43,45.otf | Bin 1488 -> 0 bytes
7441  ...os4_multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 1284 -> 0 bytes
7442  ...os4_multiple_anchors_1.notdef-outline.41,43,45.otf | Bin 1488 -> 0 bytes
7443  .../gpos4_multiple_anchors_1.notdef-outline.41,43.otf | Bin 1280 -> 0 bytes
7444  ...os5_font1.layout-test-retain-gids.41,42,43,44.otf} | Bin 2224 -> 2360 bytes
7445  ...os5_font1.layout-test-retain-gids.41,42,43,45.otf} | Bin 2220 -> 2356 bytes
7446  .../gpos5_font1.layout-test-retain-gids.41,42,43.otf  | Bin 0 -> 2120 bytes
7447  ... gpos5_font1.layout-test-retain-gids.41,42,44.otf} | Bin 2144 -> 2276 bytes
7448  .../gpos5_font1.layout-test-retain-gids.41,42,45.otf  | Bin 0 -> 2260 bytes
7449  .../gpos5_font1.layout-test-retain-gids.41,42.otf     | Bin 0 -> 2012 bytes
7450  ... => gpos5_font1.layout-test-retain-gids.41,43.otf} | Bin
7451  ...otf => gpos5_font1.layout-test-retain-gids.41.otf} | Bin
7452  ...otf => gpos5_font1.layout-test-retain-gids.42.otf} | Bin
7453  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3860 -> 4064 bytes
7454  ...44.otf => gpos5_font1.layout-test.41,42,43,44.otf} | Bin 1508 -> 1644 bytes
7455  .../gpos5_font1.layout-test.41,42,43,45.otf           | Bin 0 -> 1624 bytes
7456  .../layout.gpos5/gpos5_font1.layout-test.41,42,43.otf | Bin 0 -> 1408 bytes
7457  ...42,44.otf => gpos5_font1.layout-test.41,42,44.otf} | Bin 1420 -> 1552 bytes
7458  .../layout.gpos5/gpos5_font1.layout-test.41,42,45.otf | Bin 0 -> 1524 bytes
7459  .../layout.gpos5/gpos5_font1.layout-test.41,42.otf    | Bin 0 -> 1304 bytes
7460  ...ne.41,43.otf => gpos5_font1.layout-test.41,43.otf} | Bin
7461  ...-outline.41.otf => gpos5_font1.layout-test.41.otf} | Bin
7462  ...-outline.42.otf => gpos5_font1.layout-test.42.otf} | Bin
7463  ... gpos5_font1.layout-test.retain-all-codepoint.otf} | Bin 3860 -> 4064 bytes
7464  ...5_font1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2236 -> 0 bytes
7465  ...pos5_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 2012 -> 0 bytes
7466  ...pos5_font1.notdef-outline-retain-gids.41,42,45.otf | Bin 2144 -> 0 bytes
7467  .../gpos5_font1.notdef-outline-retain-gids.41,42.otf  | Bin 1908 -> 0 bytes
7468  .../gpos5_font1.notdef-outline.41,42,43,45.otf        | Bin 1504 -> 0 bytes
7469  .../gpos5_font1.notdef-outline.41,42,43.otf           | Bin 1300 -> 0 bytes
7470  .../gpos5_font1.notdef-outline.41,42,45.otf           | Bin 1408 -> 0 bytes
7471  .../layout.gpos5/gpos5_font1.notdef-outline.41,42.otf | Bin 1200 -> 0 bytes
7472  ...os6_font1.layout-test-retain-gids.41,42,43,44.otf} | Bin 2184 -> 2312 bytes
7473  ...pos6_font1.layout-test-retain-gids.41,42,43,45.otf | Bin 0 -> 2308 bytes
7474  .../gpos6_font1.layout-test-retain-gids.41,42,43.otf} | Bin 2016 -> 2072 bytes
7475  ... => gpos6_font1.layout-test-retain-gids.41,42.otf} | Bin
7476  ..._font1.layout-test-retain-gids.41,43,44,45,46.otf} | Bin 2536 -> 2668 bytes
7477  .../gpos6_font1.layout-test-retain-gids.41,43,44.otf} | Bin 2216 -> 2304 bytes
7478  .../gpos6_font1.layout-test-retain-gids.41,43,45.otf} | Bin 2224 -> 2304 bytes
7479  .../gpos6_font1.layout-test-retain-gids.41,43.otf     | Bin 0 -> 2068 bytes
7480  ...otf => gpos6_font1.layout-test-retain-gids.41.otf} | Bin
7481  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3820 -> 3972 bytes
7482  ...44.otf => gpos6_font1.layout-test.41,42,43,44.otf} | Bin 1468 -> 1596 bytes
7483  .../gpos6_font1.layout-test.41,42,43,45.otf           | Bin 0 -> 1576 bytes
7484  .../layout.gpos6/gpos6_font1.layout-test.41,42,43.otf | Bin 0 -> 1360 bytes
7485  ...ne.41,42.otf => gpos6_font1.layout-test.41,42.otf} | Bin
7486  ...otf => gpos6_font1.layout-test.41,43,44,45,46.otf} | Bin 1808 -> 1940 bytes
7487  .../gpos6_font1.layout-test.41,43,44.otf}             | Bin 1492 -> 1580 bytes
7488  .../layout.gpos6/gpos6_font1.layout-test.41,43,45.otf | Bin 0 -> 1568 bytes
7489  .../layout.gpos6/gpos6_font1.layout-test.41,43.otf    | Bin 0 -> 1348 bytes
7490  ...-outline.41.otf => gpos6_font1.layout-test.41.otf} | Bin
7491  ... gpos6_font1.layout-test.retain-all-codepoint.otf} | Bin 3820 -> 3972 bytes
7492  ...6_font1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2196 -> 0 bytes
7493  ...pos6_font1.notdef-outline-retain-gids.41,43,44.otf | Bin 2192 -> 0 bytes
7494  ...pos6_font1.notdef-outline-retain-gids.41,43,45.otf | Bin 2200 -> 0 bytes
7495  .../gpos6_font1.notdef-outline.41,42,43,45.otf        | Bin 1464 -> 0 bytes
7496  .../gpos6_font1.notdef-outline.41,42,43.otf           | Bin 1260 -> 0 bytes
7497  .../gpos6_font1.notdef-outline.41,43,44.otf           | Bin 1468 -> 0 bytes
7498  .../gpos6_font1.notdef-outline.41,43,45.otf           | Bin 1464 -> 0 bytes
7499  .../layout.gpos6/gpos6_font1.notdef-outline.41,43.otf | Bin 1256 -> 0 bytes
7500  ...ubrules_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2400 bytes
7501  ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7502  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
7503  ...1_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1928 bytes
7504  ...ng1_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
7505  ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4012 bytes
7506  ...ules_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 0 bytes
7507  ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 0 bytes
7508  ...ubrules_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2420 bytes
7509  ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7510  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4044 bytes
7511  ...2_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1948 bytes
7512  ...ng2_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
7513  ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4044 bytes
7514  ...ules_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 0 bytes
7515  ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 0 bytes
7516  ..._simple_f1.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2392 bytes
7517  ...g3_simple_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7518  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3980 bytes
7519  ...os_chaining3_simple_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1920 bytes
7520  ...gpos_chaining3_simple_f1.layout-test.41,42,43.otf} | Bin
7521  ...ng3_simple_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 3980 bytes
7522  ...mple_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2268 -> 0 bytes
7523  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
7524  ...chaining3_simple_f1.notdef-outline.30,31,32,33.otf | Bin 1796 -> 0 bytes
7525  ..._simple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 0 bytes
7526  .../gpos9_font2.layout-test-retain-gids.41,42.otf     | Bin 0 -> 1960 bytes
7527  ...otf => gpos9_font2.layout-test-retain-gids.41.otf} | Bin 1852 -> 1920 bytes
7528  ...otf => gpos9_font2.layout-test-retain-gids.42.otf} | Bin 1724 -> 1792 bytes
7529  .../layout.gpos9/gpos9_font2.layout-test.41,42.otf    | Bin 0 -> 1252 bytes
7530  ...-outline.41.otf => gpos9_font2.layout-test.41.otf} | Bin 1148 -> 1216 bytes
7531  ...-outline.42.otf => gpos9_font2.layout-test.42.otf} | Bin 1008 -> 1076 bytes
7532  .../gpos9_font2.notdef-outline-retain-gids.41,42.otf  | Bin 1868 -> 0 bytes
7533  .../layout.gpos9/gpos9_font2.notdef-outline.41,42.otf | Bin 1160 -> 0 bytes
7534  .../gsub_alternate_substitution.default.53A9.otf      | Bin 3884 -> 0 bytes
7535  .../gsub_alternate_substitution.default.53F1.otf      | Bin 2440 -> 0 bytes
7536  ...ubstitution.layout-test-retain-gids.53A9,53F1.otf} | Bin 4440 -> 5076 bytes
7537  ...nate_substitution.layout-test-retain-gids.53A9.otf | Bin 0 -> 4656 bytes
7538  ...nate_substitution.layout-test-retain-gids.53F1.otf | Bin 0 -> 2996 bytes
7539  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 6076 -> 6764 bytes
7540  ..._alternate_substitution.layout-test.53A9,53F1.otf} | Bin 4316 -> 4952 bytes
7541  .../gsub_alternate_substitution.layout-test.53A9.otf  | Bin 0 -> 4504 bytes
7542  .../gsub_alternate_substitution.layout-test.53F1.otf  | Bin 0 -> 2804 bytes
7543  ...substitution.layout-test.retain-all-codepoint.otf} | Bin 5984 -> 6672 bytes
7544  .../gsub_alternate_substitution.retain-gids.53A9.otf  | Bin 4036 -> 0 bytes
7545  .../gsub_alternate_substitution.retain-gids.53F1.otf  | Bin 2632 -> 0 bytes
7546  ...e_subrules_f2.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2236 bytes
7547  ...iple_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 0 -> 2208 bytes
7548  ...ple_subrules_f2.layout-test-retain-gids.41,43.otf} | Bin
7549  ...ltiple_subrules_f2.layout-test-retain-gids.41.otf} | Bin
7550  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 3988 bytes
7551  ...ext1_multiple_subrules_f2.layout-test.41,42,43.otf | Bin 0 -> 1440 bytes
7552  ...ontext1_multiple_subrules_f2.layout-test.41,42.otf | Bin 0 -> 1400 bytes
7553  ...ntext1_multiple_subrules_f2.layout-test.41,43.otf} | Bin
7554  ..._context1_multiple_subrules_f2.layout-test.41.otf} | Bin
7555  ..._subrules_f2.layout-test.retain-all-codepoint.otf} | Bin 3880 -> 3988 bytes
7556  ...ubrules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 0 bytes
7557  ...e_subrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 0 bytes
7558  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
7559  ...1_multiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 0 bytes
7560  ...ext1_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 0 bytes
7561  ...ubrules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
7562  ...e_subrules_f2.layout-test-retain-gids.41,42,43.otf | Bin 0 -> 2256 bytes
7563  ...iple_subrules_f2.layout-test-retain-gids.41,42.otf | Bin 0 -> 2224 bytes
7564  ...ple_subrules_f2.layout-test-retain-gids.41,43.otf} | Bin
7565  ...ltiple_subrules_f2.layout-test-retain-gids.41.otf} | Bin
7566  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 4008 bytes
7567  ...ext2_multiple_subrules_f2.layout-test.41,42,43.otf | Bin 0 -> 1460 bytes
7568  ...ontext2_multiple_subrules_f2.layout-test.41,42.otf | Bin 0 -> 1416 bytes
7569  ...ntext2_multiple_subrules_f2.layout-test.41,43.otf} | Bin
7570  ..._context2_multiple_subrules_f2.layout-test.41.otf} | Bin
7571  ..._subrules_f2.layout-test.retain-all-codepoint.otf} | Bin 3880 -> 4008 bytes
7572  ...ubrules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 0 bytes
7573  ...e_subrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 0 bytes
7574  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
7575  ...2_multiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 0 bytes
7576  ...ext2_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 0 bytes
7577  ...ubrules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 0 bytes
7578  ...uccessive_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7579  ...3_successive_f1.layout-test-retain-gids.41,42.otf} | Bin
7580  ...3_successive_f1.layout-test-retain-gids.41,43.otf} | Bin
7581  ...ext3_successive_f1.layout-test-retain-gids.41.otf} | Bin
7582  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 4008 bytes
7583  ...b_context3_successive_f1.layout-test.41,42,43.otf} | Bin
7584  ...gsub_context3_successive_f1.layout-test.41,42.otf} | Bin
7585  ...gsub_context3_successive_f1.layout-test.41,43.otf} | Bin
7586  ...=> gsub_context3_successive_f1.layout-test.41.otf} | Bin
7587  ...uccessive_f1.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 4008 bytes
7588  ...brules_f1.layout-test-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2372 bytes
7589  ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7590  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3876 -> 3984 bytes
7591  ..._multiple_subrules_f1.layout-test.30,31,32,33.otf} | Bin 1832 -> 1900 bytes
7592  ...ng1_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
7593  ..._subrules_f1.layout-test.retain-all-codepoint.otf} | Bin 3876 -> 3984 bytes
7594  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
7595  ...ubrules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
7596  ...brules_f1.layout-test-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2400 bytes
7597  ..._subrules_f1.layout-test-retain-gids.41,42,43.otf} | Bin
7598  ...1.layout-test-retain-gids.retain-all-codepoint.otf | Bin 0 -> 4016 bytes
7599  ...2_multiple_subrules_f1.layout-test.30,31,32,33.otf | Bin 0 -> 1928 bytes
7600  ...ng2_multiple_subrules_f1.layout-test.41,42,43.otf} | Bin
7601  ...e_subrules_f1.layout-test.retain-all-codepoint.otf | Bin 0 -> 4016 bytes
7602  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
7603  ...ultiple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 0 bytes
7604  ...ubrules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 0 bytes
7605  ..._simple_f2.layout-test-retain-gids.30,31,32,33.otf | Bin 0 -> 2360 bytes
7606  ...g3_simple_f2.layout-test-retain-gids.41,42,43.otf} | Bin
7607  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3812 -> 3952 bytes
7608  ...ub_chaining3_simple_f2.layout-test.30,31,32,33.otf | Bin 0 -> 1888 bytes
7609  ...gsub_chaining3_simple_f2.layout-test.41,42,43.otf} | Bin
7610  ...g3_simple_f2.layout-test.retain-all-codepoint.otf} | Bin 3812 -> 3952 bytes
7611  ...mple_f2.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2280 -> 0 bytes
7612  ...otdef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 0 bytes
7613  ...chaining3_simple_f2.notdef-outline.30,31,32,33.otf | Bin 1808 -> 0 bytes
7614  ..._simple_f2.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 0 bytes
7615  ...t-test-retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin 2916 -> 3208 bytes
7616  ...d.layout-test-retain-gids.41,42,43,44,45,46,47.otf | Bin 0 -> 2828 bytes
7617  ...d.layout-test-retain-gids.41,42,43,44,45,46,4D.otf | Bin 0 -> 2896 bytes
7618  ....layout-test-retain-gids.41,42,43,44,45,46,51.otf} | Bin 2624 -> 2900 bytes
7619  ...ted.layout-test-retain-gids.41,42,43,44,45,46.otf} | Bin
7620  ...ally_created.layout-test-retain-gids.41,42,43.otf} | Bin
7621  ...8_manually_created.layout-test-retain-gids.41.otf} | Bin
7622  ...b8_manually_created.layout-test-retain-gids.61.otf | Bin 0 -> 2608 bytes
7623  ....layout-test-retain-gids.retain-all-codepoint.otf} | Bin 3868 -> 4048 bytes
7624  ...reated.layout-test.41,42,43,44,45,46,47,48,49.otf} | Bin 2188 -> 2404 bytes
7625  ...ally_created.layout-test.41,42,43,44,45,46,47.otf} | Bin 1948 -> 2012 bytes
7626  ...ually_created.layout-test.41,42,43,44,45,46,4D.otf | Bin 0 -> 2012 bytes
7627  ...ually_created.layout-test.41,42,43,44,45,46,51.otf | Bin 0 -> 2060 bytes
7628  ...anually_created.layout-test.41,42,43,44,45,46.otf} | Bin
7629  ...> gsub8_manually_created.layout-test.41,42,43.otf} | Bin
7630  ....otf => gsub8_manually_created.layout-test.41.otf} | Bin
7631  .../gsub8_manually_created.layout-test.61.otf         | Bin 0 -> 1556 bytes
7632  ...ally_created.layout-test.retain-all-codepoint.otf} | Bin 3868 -> 4048 bytes
7633  ...otdef-outline-retain-gids.41,42,43,44,45,46,4D.otf | Bin 2668 -> 0 bytes
7634  ...otdef-outline-retain-gids.41,42,43,44,45,46,51.otf | Bin 2792 -> 0 bytes
7635  ...manually_created.notdef-outline-retain-gids.61.otf | Bin 2292 -> 0 bytes
7636  ...ly_created.notdef-outline.41,42,43,44,45,46,47.otf | Bin 1904 -> 0 bytes
7637  ...ly_created.notdef-outline.41,42,43,44,45,46,4D.otf | Bin 1868 -> 0 bytes
7638  .../gsub8_manually_created.notdef-outline.61.otf      | Bin 1236 -> 0 bytes
7639  test/subset/data/profiles/layout-test-retain-gids.txt |   3 +++
7640  test/subset/data/profiles/layout-test.txt             |   2 ++
7641  test/subset/data/tests/layout.context.tests           |   4 ++--
7642  test/subset/data/tests/layout.gdef-varstore.tests     |   4 ++--
7643  test/subset/data/tests/layout.gpos.tests              |   4 ++--
7644  test/subset/data/tests/layout.gpos2.tests             |   4 ++--
7645  test/subset/data/tests/layout.gpos3.tests             |   4 ++--
7646  test/subset/data/tests/layout.gpos4.tests             |   4 ++--
7647  test/subset/data/tests/layout.gpos5.tests             |   4 ++--
7648  test/subset/data/tests/layout.gpos6.tests             |   4 ++--
7649  test/subset/data/tests/layout.gpos8.tests             |   4 ++--
7650  test/subset/data/tests/layout.gpos9.tests             |   4 ++--
7651  test/subset/data/tests/layout.gsub3.tests             |   4 ++--
7652  test/subset/data/tests/layout.gsub5.tests             |   4 ++--
7653  test/subset/data/tests/layout.gsub6.tests             |   4 ++--
7654  test/subset/data/tests/layout.gsub8.tests             |   4 ++--
7655  340 files changed, 33 insertions(+), 28 deletions(-)
7656
7657 commit 7620da0f2b2ec83db401f598c1e1ab22c0cfa91d
7658 Merge: c0f3af91b ccc2a1921
7659 Author: Behdad Esfahbod <behdad@behdad.org>
7660 Date:   Thu Aug 12 14:55:33 2021 -0600
7661
7662     Merge pull request #3142 from harfbuzz/subset-preload-face
7663     
7664     [util/hb-subset] preload face
7665
7666 commit c0f3af91b80bcaa32d216eac6843c5036e446e25
7667 Author: Garret Rieger <grieger@google.com>
7668 Date:   Wed Aug 11 16:20:05 2021 -0700
7669
7670     [subset] speed up add_gid_and_children and adjust op limit.
7671     
7672     Fix for fuzzer timeout: https://oss-fuzz.com/testcase-detail/5001604901240832.
7673     
7674     - Operation limit is per glyph, so 100,000 should still be far more than needed.
7675     - Switches from for(...) to while(...) loop for iteration. for(...) calls it.end() which in this case triggers a complete iteration.
7676     - Cache CompositeGlyph size in the iterator to avoid needing to recalculate it.
7677
7678  src/hb-ot-glyf-table.hh                            |  48 +++++++++++++++------
7679  ...ase-minimized-hb-subset-fuzzer-5001604901240832 | Bin 0 -> 165568 bytes
7680  2 files changed, 34 insertions(+), 14 deletions(-)
7681
7682 commit ccc2a1921a2beab5d7570145a9474870cf25d02a
7683 Author: Behdad Esfahbod <behdad@behdad.org>
7684 Date:   Thu Aug 12 12:44:52 2021 -0600
7685
7686     [util/hb-subset] Whitespace
7687
7688  util/hb-subset.cc | 57 +++++++++++++++++++++++++++----------------------------
7689  1 file changed, 28 insertions(+), 29 deletions(-)
7690
7691 commit 4dfc668e0a745cfb6d06d731adf71198cb4cb610
7692 Author: Behdad Esfahbod <behdad@behdad.org>
7693 Date:   Thu Aug 12 12:40:21 2021 -0600
7694
7695     [util/hb-subset] Move glyph name parsing inline instead of post_parse
7696     
7697     Now that we have face around we can just do it as it happens.
7698
7699  util/hb-subset.cc | 85 +++++++++++++++++++------------------------------------
7700  1 file changed, 29 insertions(+), 56 deletions(-)
7701
7702 commit 08d43d1ba188ffb99eeeb50f6bc20b2f10701318
7703 Author: Behdad Esfahbod <behdad@behdad.org>
7704 Date:   Thu Aug 12 11:40:56 2021 -0600
7705
7706     [util/hb-subset] Move add_all_unicodes inline, instead of post_parse
7707     
7708     Now that we have the font loaded, we can do it as it happens.
7709
7710  util/hb-subset.cc | 19 +++++++++----------
7711  1 file changed, 9 insertions(+), 10 deletions(-)
7712
7713 commit 11b0b688538b54f13069416a4a47a4db1eba6ae6
7714 Author: Behdad Esfahbod <behdad@behdad.org>
7715 Date:   Thu Aug 12 11:38:28 2021 -0600
7716
7717     [util/hb-subset] Pre-parse font-face so we can use it during main parsing
7718
7719  util/face-options.hh |  3 +++
7720  util/hb-subset.cc    | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
7721  util/options.hh      | 23 +++++++++++++++--------
7722  3 files changed, 69 insertions(+), 8 deletions(-)
7723
7724 commit c45d2a9c9dbdf3f0936f56f12706e8725078883b
7725 Author: Behdad Esfahbod <behdad@behdad.org>
7726 Date:   Thu Aug 12 11:17:26 2021 -0600
7727
7728     [util] Allow setting cli summary / description
7729
7730  util/hb-ot-shape-closure.cc |  1 +
7731  util/hb-shape.cc            |  1 +
7732  util/hb-subset.cc           |  2 ++
7733  util/options.hh             | 13 +++++++++++--
7734  util/view-cairo.hh          |  1 +
7735  5 files changed, 16 insertions(+), 2 deletions(-)
7736
7737 commit 4f3b7b7035b12991a155f2775ddadd1ecd824ecb
7738 Author: Behdad Esfahbod <behdad@behdad.org>
7739 Date:   Thu Aug 12 11:05:31 2021 -0600
7740
7741     [util] Remove unused usage
7742
7743  util/options.hh | 9 +--------
7744  1 file changed, 1 insertion(+), 8 deletions(-)
7745
7746 commit 1cb621d35d1e8e47d868f4ef6a9d186aa835e708
7747 Author: Behdad Esfahbod <behdad@behdad.org>
7748 Date:   Thu Aug 12 10:58:19 2021 -0600
7749
7750     [util/hb-subset] Minor move parsing
7751
7752  util/hb-subset.cc | 9 +++++++--
7753  1 file changed, 7 insertions(+), 2 deletions(-)
7754
7755 commit 3f94177ee80a120afcb2275608473b9da63811d0
7756 Author: Behdad Esfahbod <behdad@behdad.org>
7757 Date:   Thu Aug 12 10:43:31 2021 -0600
7758
7759     [util] Use g_set_error() in one more place
7760
7761  util/font-options.hh | 12 +++++++-----
7762  1 file changed, 7 insertions(+), 5 deletions(-)
7763
7764 commit 4d73b3d9b1575b9b71ba21886cc130f8bb7591ee
7765 Author: Behdad Esfahbod <behdad@behdad.org>
7766 Date:   Thu Aug 12 10:39:46 2021 -0600
7767
7768     [util] Add --batch to hb-view / hb-ot-shape-closure
7769
7770  util/batch.hh               |  2 ++
7771  util/hb-ot-shape-closure.cc |  8 +++++---
7772  util/hb-shape.cc            |  8 ++++----
7773  util/hb-subset.cc           |  6 ++----
7774  util/hb-view.cc             | 10 ++++++----
7775  5 files changed, 19 insertions(+), 15 deletions(-)
7776
7777 commit 302bde0bfbb29208a974bd50b1af09a154efbd45
7778 Merge: 43722cc9f 23282c9c9
7779 Author: Behdad Esfahbod <behdad@behdad.org>
7780 Date:   Wed Aug 11 23:05:11 2021 -0600
7781
7782     Merge pull request #3135 from harfbuzz/post-parse
7783     
7784     [util] Clean up option parsing some more and implement missing featuress
7785
7786 commit 23282c9c9d057c715dde93d18167de9329931354
7787 Author: Behdad Esfahbod <behdad@behdad.org>
7788 Date:   Wed Aug 11 22:49:47 2021 -0600
7789
7790     [util/hb-subset] Support ranges in --unicodes / --unicodes-file
7791     
7792     Fixes https://github.com/harfbuzz/harfbuzz/issues/3109
7793
7794  test/shape/hb_test_tools.py |  2 +-
7795  util/hb-subset.cc           | 68 ++++++++++++++++++++++++++++++---------------
7796  util/text-options.hh        |  3 +-
7797  3 files changed, 48 insertions(+), 25 deletions(-)
7798
7799 commit f60f005b1fec38dcb0630b01520a7b8a105759c5
7800 Author: Behdad Esfahbod <behdad@behdad.org>
7801 Date:   Wed Aug 11 22:36:00 2021 -0600
7802
7803     [util/hb-subset] Remove wrong hb_set_destroy() in error paths
7804
7805  util/hb-subset.cc | 5 -----
7806  1 file changed, 5 deletions(-)
7807
7808 commit 49cf36027c5ad8092966983f9c2e438cbef00c15
7809 Author: Behdad Esfahbod <behdad@behdad.org>
7810 Date:   Wed Aug 11 22:34:14 2021 -0600
7811
7812     [util/hb-subset] Parse --gids-file, --glyphs-file, --text-file, --unicodes-file
7813     
7814     Fixes https://github.com/harfbuzz/harfbuzz/issues/2455
7815     Fixes https://github.com/harfbuzz/harfbuzz/issues/3002
7816
7817  util/hb-subset.cc | 119 +++++++++++++++++++++++++++++++++++++++++-------------
7818  1 file changed, 92 insertions(+), 27 deletions(-)
7819
7820 commit bf80b7ea457deb1fb72e7996e5f4d78a981e8a39
7821 Author: Behdad Esfahbod <behdad@behdad.org>
7822 Date:   Wed Aug 11 22:07:45 2021 -0600
7823
7824     [util/hb-subset] Add --glyphs for passing glyph names
7825     
7826     Part of https://github.com/harfbuzz/harfbuzz/issues/2455
7827
7828  util/hb-subset.cc | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
7829  1 file changed, 62 insertions(+), 1 deletion(-)
7830
7831 commit 5b07c3c7d03b5ff6d35fafa3db402528d813af0a
7832 Author: Behdad Esfahbod <behdad@behdad.org>
7833 Date:   Wed Aug 11 21:14:55 2021 -0600
7834
7835     [util/hb-subset] Parse --text & --unicodes
7836
7837  util/Makefile.sources  |   1 -
7838  util/hb-subset.cc      | 528 ++++++++++++++++++++++++++++++++++++++++++++-----
7839  util/subset-options.hh | 399 -------------------------------------
7840  util/text-options.hh   |   3 +-
7841  4 files changed, 475 insertions(+), 456 deletions(-)
7842
7843 commit 4ec727e55f1f5479aa2be85f8ad4e0f1a4b922b6
7844 Author: Behdad Esfahbod <behdad@behdad.org>
7845 Date:   Wed Aug 11 20:46:16 2021 -0600
7846
7847     [util] Minor edit of failure messages
7848
7849  util/subset-options.hh | 8 ++++----
7850  1 file changed, 4 insertions(+), 4 deletions(-)
7851
7852 commit b83f25c749c219e2cb7ed6d819d638f97bf3ea62
7853 Author: Behdad Esfahbod <behdad@behdad.org>
7854 Date:   Wed Aug 11 20:42:20 2021 -0600
7855
7856     [util/hb-subset] Revamp option groups
7857
7858  util/shape-options.hh  |  3 ++-
7859  util/subset-options.hh | 59 ++++++++++++++++++++++++++++++++++++++++----------
7860  2 files changed, 49 insertions(+), 13 deletions(-)
7861
7862 commit 9a6055caa812a5c855ec604ce0c74a91236c0988
7863 Author: Behdad Esfahbod <behdad@behdad.org>
7864 Date:   Wed Aug 11 20:30:25 2021 -0600
7865
7866     [util/hb-ot-shape-closure] Remove unnecessary include
7867
7868  util/hb-ot-shape-closure.cc | 4 ----
7869  1 file changed, 4 deletions(-)
7870
7871 commit c98773ebb0b47c682494de4a4c6b648a62698cec
7872 Author: Behdad Esfahbod <behdad@behdad.org>
7873 Date:   Wed Aug 11 20:22:03 2021 -0600
7874
7875     [util/hb-subset] Move output-file validation code into post_parse
7876
7877  util/hb-shape.cc       |   2 +-
7878  util/hb-subset.cc      |   5 +--
7879  util/helper-cairo.hh   |   2 +
7880  util/output-options.hh | 120 ++++++++++++++++++++++++-------------------------
7881  util/view-cairo.hh     |   2 +-
7882  5 files changed, 65 insertions(+), 66 deletions(-)
7883
7884 commit 58bfe40794352afc162c651ff84cbacf5e751960
7885 Author: Behdad Esfahbod <behdad@behdad.org>
7886 Date:   Wed Aug 11 19:48:28 2021 -0600
7887
7888     [util] Move hb-subset away from main-font-text
7889
7890  test/subset/run-tests.py |   1 -
7891  util/face-options.hh     |   6 ++
7892  util/hb-shape.cc         |   8 +--
7893  util/hb-subset.cc        | 146 ++++++++++++++++++++++++++++-------------------
7894  util/helper-cairo.hh     |   4 +-
7895  util/output-options.hh   |  15 +++--
7896  util/shape-options.hh    |   9 ++-
7897  util/text-options.hh     |  18 +++---
7898  8 files changed, 122 insertions(+), 85 deletions(-)
7899
7900 commit 3147e081da35b9c3c03cc58970eb96f31958f4c4
7901 Merge: ba418cfc5 43722cc9f
7902 Author: Behdad Esfahbod <behdad@behdad.org>
7903 Date:   Wed Aug 11 19:33:00 2021 -0600
7904
7905     Merge branch 'main' into post-parse
7906
7907 commit 43722cc9f428bbfa759d4d93008ba4cf6efaceba
7908 Author: Khaled Hosny <khaled@aliftype.com>
7909 Date:   Thu Aug 12 02:32:29 2021 +0200
7910
7911     [test] Add some real reverse sub tests
7912
7913  .../fonts/1b66a1f4b076b734caa6397b3e57231af1feaafb.ttf   | Bin 0 -> 3220 bytes
7914  .../fonts/3f24aff8b768e586162e9b9d03b15c36508dd2ae.ttf   | Bin 0 -> 5760 bytes
7915  test/shaping/data/in-house/tests/reverse-sub.tests       |   2 ++
7916  3 files changed, 2 insertions(+)
7917
7918 commit ba418cfc5218ac093b759e2c03a43234a786f6eb
7919 Author: Behdad Esfahbod <behdad@behdad.org>
7920 Date:   Wed Aug 11 19:29:07 2021 -0600
7921
7922     [util] Use automatic casts
7923
7924  util/view-cairo.hh | 4 ++--
7925  1 file changed, 2 insertions(+), 2 deletions(-)
7926
7927 commit 97a9e4e41e9712fa52802d1043b7cecdde2ff2a2
7928 Author: Behdad Esfahbod <behdad@behdad.org>
7929 Date:   Wed Aug 11 19:28:16 2021 -0600
7930
7931     [util] Separate shape_text_options_t from text_options_t
7932
7933  util/hb-ot-shape-closure.cc | 15 ++++++----
7934  util/hb-shape.cc            |  2 +-
7935  util/hb-subset.cc           | 14 +++++----
7936  util/hb-view.cc             |  2 +-
7937  util/main-font-text.hh      |  6 ++--
7938  util/shape-consumer.hh      | 16 ++++++----
7939  util/text-options.hh        | 73 ++++++++++++++++++++++++++++++++++++++++-----
7940  7 files changed, 98 insertions(+), 30 deletions(-)
7941
7942 commit 6ba7ddafed4cf80cdb4ff38700d96629d10eed64
7943 Author: Behdad Esfahbod <behdad@behdad.org>
7944 Date:   Wed Aug 11 19:06:57 2021 -0600
7945
7946     [util] Move text-file opening to post_parse
7947
7948  util/text-options.hh | 39 +++++++++++++++++++++------------------
7949  1 file changed, 21 insertions(+), 18 deletions(-)
7950
7951 commit 23298bc846d34eb6a5465511df6219e3d94c3103
7952 Author: Behdad Esfahbod <behdad@behdad.org>
7953 Date:   Wed Aug 11 18:58:25 2021 -0600
7954
7955     [util] Remove unnecessary check
7956
7957  util/text-options.hh | 3 +--
7958  1 file changed, 1 insertion(+), 2 deletions(-)
7959
7960 commit fd0778aa2a8525d9b435304710c29598df6905cc
7961 Author: Behdad Esfahbod <behdad@behdad.org>
7962 Date:   Wed Aug 11 18:54:46 2021 -0600
7963
7964     [util] Use post_parse in output_options_t
7965
7966  util/hb-shape.cc       |  1 -
7967  util/helper-cairo.hh   |  4 ++--
7968  util/output-options.hh | 57 ++++++++++++++++++++++----------------------------
7969  3 files changed, 27 insertions(+), 35 deletions(-)
7970
7971 commit 24a9d8c78db50e8082cb6ba258707f3d0e8333e7
7972 Author: Behdad Esfahbod <behdad@behdad.org>
7973 Date:   Wed Aug 11 18:47:06 2021 -0600
7974
7975     [util] Use post_parse in font_options_t
7976
7977  util/font-options.hh        | 15 +++++----------
7978  util/hb-ot-shape-closure.cc |  2 +-
7979  util/hb-shape.cc            |  2 +-
7980  util/helper-cairo.hh        |  2 +-
7981  util/shape-consumer.hh      |  2 +-
7982  util/view-cairo.hh          |  2 +-
7983  6 files changed, 10 insertions(+), 15 deletions(-)
7984
7985 commit e0d7060f80f8c4b9b8241c3a4d8faa33f48da86d
7986 Author: Behdad Esfahbod <behdad@behdad.org>
7987 Date:   Wed Aug 11 18:43:21 2021 -0600
7988
7989     [test] Rename shaping/ to shape/
7990
7991  configure.ac                                                |  10 +++++-----
7992  test/Makefile.am                                            |   2 +-
7993  test/meson.build                                            |   4 ++--
7994  test/{shaping => shape}/Makefile.am                         |   0
7995  test/{shaping => shape}/README.md                           |   0
7996  test/{shaping => shape}/data/Makefile.am                    |   0
7997  test/{shaping => shape}/data/aots/COPYING                   |   0
7998  test/{shaping => shape}/data/aots/Makefile.am               |   0
7999  test/{shaping => shape}/data/aots/Makefile.sources          |   0
8000  test/{shaping => shape}/data/aots/fonts/classdef1_font1.otf | Bin
8001  test/{shaping => shape}/data/aots/fonts/classdef1_font2.otf | Bin
8002  test/{shaping => shape}/data/aots/fonts/classdef1_font3.otf | Bin
8003  test/{shaping => shape}/data/aots/fonts/classdef1_font4.otf | Bin
8004  test/{shaping => shape}/data/aots/fonts/classdef2_font1.otf | Bin
8005  test/{shaping => shape}/data/aots/fonts/classdef2_font2.otf | Bin
8006  test/{shaping => shape}/data/aots/fonts/classdef2_font3.otf | Bin
8007  test/{shaping => shape}/data/aots/fonts/classdef2_font4.otf | Bin
8008  test/{shaping => shape}/data/aots/fonts/cmap0_font1.otf     | Bin
8009  test/{shaping => shape}/data/aots/fonts/cmap10_font1.otf    | Bin
8010  test/{shaping => shape}/data/aots/fonts/cmap10_font2.otf    | Bin
8011  test/{shaping => shape}/data/aots/fonts/cmap12_font1.otf    | Bin
8012  test/{shaping => shape}/data/aots/fonts/cmap14_font1.otf    | Bin
8013  test/{shaping => shape}/data/aots/fonts/cmap2_font1.otf     | Bin
8014  test/{shaping => shape}/data/aots/fonts/cmap4_font1.otf     | Bin
8015  test/{shaping => shape}/data/aots/fonts/cmap4_font2.otf     | Bin
8016  test/{shaping => shape}/data/aots/fonts/cmap4_font3.otf     | Bin
8017  test/{shaping => shape}/data/aots/fonts/cmap4_font4.otf     | Bin
8018  test/{shaping => shape}/data/aots/fonts/cmap6_font1.otf     | Bin
8019  test/{shaping => shape}/data/aots/fonts/cmap6_font2.otf     | Bin
8020  test/{shaping => shape}/data/aots/fonts/cmap8_font1.otf     | Bin
8021  .../data/aots/fonts/cmap_composition_font1.otf              | Bin
8022  .../data/aots/fonts/cmap_subtableselection_font1.otf        | Bin
8023  .../data/aots/fonts/cmap_subtableselection_font2.otf        | Bin
8024  .../data/aots/fonts/cmap_subtableselection_font3.otf        | Bin
8025  .../data/aots/fonts/cmap_subtableselection_font4.otf        | Bin
8026  .../data/aots/fonts/cmap_subtableselection_font5.otf        | Bin
8027  .../data/aots/fonts/gpos1_1_lookupflag_f1.otf               | Bin
8028  .../data/aots/fonts/gpos1_1_simple_f1.otf                   | Bin
8029  .../data/aots/fonts/gpos1_1_simple_f2.otf                   | Bin
8030  .../data/aots/fonts/gpos1_1_simple_f3.otf                   | Bin
8031  .../data/aots/fonts/gpos1_1_simple_f4.otf                   | Bin
8032  test/{shaping => shape}/data/aots/fonts/gpos1_2_font1.otf   | Bin
8033  test/{shaping => shape}/data/aots/fonts/gpos1_2_font2.otf   | Bin
8034  test/{shaping => shape}/data/aots/fonts/gpos2_1_font6.otf   | Bin
8035  test/{shaping => shape}/data/aots/fonts/gpos2_1_font7.otf   | Bin
8036  .../data/aots/fonts/gpos2_1_lookupflag_f1.otf               | Bin
8037  .../data/aots/fonts/gpos2_1_lookupflag_f2.otf               | Bin
8038  .../data/aots/fonts/gpos2_1_next_glyph_f1.otf               | Bin
8039  .../data/aots/fonts/gpos2_1_next_glyph_f2.otf               | Bin
8040  .../data/aots/fonts/gpos2_1_simple_f1.otf                   | Bin
8041  test/{shaping => shape}/data/aots/fonts/gpos2_2_font1.otf   | Bin
8042  test/{shaping => shape}/data/aots/fonts/gpos2_2_font2.otf   | Bin
8043  test/{shaping => shape}/data/aots/fonts/gpos2_2_font3.otf   | Bin
8044  test/{shaping => shape}/data/aots/fonts/gpos2_2_font4.otf   | Bin
8045  test/{shaping => shape}/data/aots/fonts/gpos2_2_font5.otf   | Bin
8046  test/{shaping => shape}/data/aots/fonts/gpos3_font1.otf     | Bin
8047  test/{shaping => shape}/data/aots/fonts/gpos3_font2.otf     | Bin
8048  test/{shaping => shape}/data/aots/fonts/gpos3_font3.otf     | Bin
8049  .../data/aots/fonts/gpos4_lookupflag_f1.otf                 | Bin
8050  .../data/aots/fonts/gpos4_lookupflag_f2.otf                 | Bin
8051  .../data/aots/fonts/gpos4_multiple_anchors_1.otf            | Bin
8052  test/{shaping => shape}/data/aots/fonts/gpos4_simple_1.otf  | Bin
8053  test/{shaping => shape}/data/aots/fonts/gpos5_font1.otf     | Bin
8054  test/{shaping => shape}/data/aots/fonts/gpos6_font1.otf     | Bin
8055  test/{shaping => shape}/data/aots/fonts/gpos7_1_font1.otf   | Bin
8056  test/{shaping => shape}/data/aots/fonts/gpos9_font1.otf     | Bin
8057  test/{shaping => shape}/data/aots/fonts/gpos9_font2.otf     | Bin
8058  .../data/aots/fonts/gpos_chaining1_boundary_f1.otf          | Bin
8059  .../data/aots/fonts/gpos_chaining1_boundary_f2.otf          | Bin
8060  .../data/aots/fonts/gpos_chaining1_boundary_f3.otf          | Bin
8061  .../data/aots/fonts/gpos_chaining1_boundary_f4.otf          | Bin
8062  .../data/aots/fonts/gpos_chaining1_lookupflag_f1.otf        | Bin
8063  .../data/aots/fonts/gpos_chaining1_multiple_subrules_f1.otf | Bin
8064  .../data/aots/fonts/gpos_chaining1_multiple_subrules_f2.otf | Bin
8065  .../data/aots/fonts/gpos_chaining1_next_glyph_f1.otf        | Bin
8066  .../data/aots/fonts/gpos_chaining1_simple_f1.otf            | Bin
8067  .../data/aots/fonts/gpos_chaining1_simple_f2.otf            | Bin
8068  .../data/aots/fonts/gpos_chaining1_successive_f1.otf        | Bin
8069  .../data/aots/fonts/gpos_chaining2_boundary_f1.otf          | Bin
8070  .../data/aots/fonts/gpos_chaining2_boundary_f2.otf          | Bin
8071  .../data/aots/fonts/gpos_chaining2_boundary_f3.otf          | Bin
8072  .../data/aots/fonts/gpos_chaining2_boundary_f4.otf          | Bin
8073  .../data/aots/fonts/gpos_chaining2_lookupflag_f1.otf        | Bin
8074  .../data/aots/fonts/gpos_chaining2_multiple_subrules_f1.otf | Bin
8075  .../data/aots/fonts/gpos_chaining2_multiple_subrules_f2.otf | Bin
8076  .../data/aots/fonts/gpos_chaining2_next_glyph_f1.otf        | Bin
8077  .../data/aots/fonts/gpos_chaining2_simple_f1.otf            | Bin
8078  .../data/aots/fonts/gpos_chaining2_simple_f2.otf            | Bin
8079  .../data/aots/fonts/gpos_chaining2_successive_f1.otf        | Bin
8080  .../data/aots/fonts/gpos_chaining3_boundary_f1.otf          | Bin
8081  .../data/aots/fonts/gpos_chaining3_boundary_f2.otf          | Bin
8082  .../data/aots/fonts/gpos_chaining3_boundary_f3.otf          | Bin
8083  .../data/aots/fonts/gpos_chaining3_boundary_f4.otf          | Bin
8084  .../data/aots/fonts/gpos_chaining3_lookupflag_f1.otf        | Bin
8085  .../data/aots/fonts/gpos_chaining3_next_glyph_f1.otf        | Bin
8086  .../data/aots/fonts/gpos_chaining3_simple_f1.otf            | Bin
8087  .../data/aots/fonts/gpos_chaining3_simple_f2.otf            | Bin
8088  .../data/aots/fonts/gpos_chaining3_successive_f1.otf        | Bin
8089  .../data/aots/fonts/gpos_context1_boundary_f1.otf           | Bin
8090  .../data/aots/fonts/gpos_context1_boundary_f2.otf           | Bin
8091  .../data/aots/fonts/gpos_context1_expansion_f1.otf          | Bin
8092  .../data/aots/fonts/gpos_context1_lookupflag_f1.otf         | Bin
8093  .../data/aots/fonts/gpos_context1_lookupflag_f2.otf         | Bin
8094  .../data/aots/fonts/gpos_context1_multiple_subrules_f1.otf  | Bin
8095  .../data/aots/fonts/gpos_context1_multiple_subrules_f2.otf  | Bin
8096  .../data/aots/fonts/gpos_context1_next_glyph_f1.otf         | Bin
8097  .../data/aots/fonts/gpos_context1_simple_f1.otf             | Bin
8098  .../data/aots/fonts/gpos_context1_simple_f2.otf             | Bin
8099  .../data/aots/fonts/gpos_context1_successive_f1.otf         | Bin
8100  .../data/aots/fonts/gpos_context2_boundary_f1.otf           | Bin
8101  .../data/aots/fonts/gpos_context2_boundary_f2.otf           | Bin
8102  .../data/aots/fonts/gpos_context2_classes_f1.otf            | Bin
8103  .../data/aots/fonts/gpos_context2_classes_f2.otf            | Bin
8104  .../data/aots/fonts/gpos_context2_expansion_f1.otf          | Bin
8105  .../data/aots/fonts/gpos_context2_lookupflag_f1.otf         | Bin
8106  .../data/aots/fonts/gpos_context2_lookupflag_f2.otf         | Bin
8107  .../data/aots/fonts/gpos_context2_multiple_subrules_f1.otf  | Bin
8108  .../data/aots/fonts/gpos_context2_multiple_subrules_f2.otf  | Bin
8109  .../data/aots/fonts/gpos_context2_next_glyph_f1.otf         | Bin
8110  .../data/aots/fonts/gpos_context2_simple_f1.otf             | Bin
8111  .../data/aots/fonts/gpos_context2_simple_f2.otf             | Bin
8112  .../data/aots/fonts/gpos_context2_successive_f1.otf         | Bin
8113  .../data/aots/fonts/gpos_context3_boundary_f1.otf           | Bin
8114  .../data/aots/fonts/gpos_context3_boundary_f2.otf           | Bin
8115  .../data/aots/fonts/gpos_context3_lookupflag_f1.otf         | Bin
8116  .../data/aots/fonts/gpos_context3_lookupflag_f2.otf         | Bin
8117  .../data/aots/fonts/gpos_context3_next_glyph_f1.otf         | Bin
8118  .../data/aots/fonts/gpos_context3_simple_f1.otf             | Bin
8119  .../data/aots/fonts/gpos_context3_successive_f1.otf         | Bin
8120  .../data/aots/fonts/gsub1_1_lookupflag_f1.otf               | Bin
8121  .../data/aots/fonts/gsub1_1_modulo_f1.otf                   | Bin
8122  .../data/aots/fonts/gsub1_1_simple_f1.otf                   | Bin
8123  .../data/aots/fonts/gsub1_2_lookupflag_f1.otf               | Bin
8124  .../data/aots/fonts/gsub1_2_simple_f1.otf                   | Bin
8125  .../data/aots/fonts/gsub2_1_lookupflag_f1.otf               | Bin
8126  .../data/aots/fonts/gsub2_1_multiple_sequences_f1.otf       | Bin
8127  .../data/aots/fonts/gsub2_1_simple_f1.otf                   | Bin
8128  .../data/aots/fonts/gsub3_1_lookupflag_f1.otf               | Bin
8129  .../data/aots/fonts/gsub3_1_multiple_f1.otf                 | Bin
8130  .../data/aots/fonts/gsub3_1_simple_f1.otf                   | Bin
8131  .../data/aots/fonts/gsub4_1_lookupflag_f1.otf               | Bin
8132  .../data/aots/fonts/gsub4_1_multiple_ligatures_f1.otf       | Bin
8133  .../data/aots/fonts/gsub4_1_multiple_ligatures_f2.otf       | Bin
8134  .../data/aots/fonts/gsub4_1_multiple_ligsets_f1.otf         | Bin
8135  .../data/aots/fonts/gsub4_1_simple_f1.otf                   | Bin
8136  test/{shaping => shape}/data/aots/fonts/gsub7_font1.otf     | Bin
8137  test/{shaping => shape}/data/aots/fonts/gsub7_font2.otf     | Bin
8138  .../data/aots/fonts/gsub_chaining1_boundary_f1.otf          | Bin
8139  .../data/aots/fonts/gsub_chaining1_boundary_f2.otf          | Bin
8140  .../data/aots/fonts/gsub_chaining1_boundary_f3.otf          | Bin
8141  .../data/aots/fonts/gsub_chaining1_boundary_f4.otf          | Bin
8142  .../data/aots/fonts/gsub_chaining1_lookupflag_f1.otf        | Bin
8143  .../data/aots/fonts/gsub_chaining1_multiple_subrules_f1.otf | Bin
8144  .../data/aots/fonts/gsub_chaining1_multiple_subrules_f2.otf | Bin
8145  .../data/aots/fonts/gsub_chaining1_next_glyph_f1.otf        | Bin
8146  .../data/aots/fonts/gsub_chaining1_simple_f1.otf            | Bin
8147  .../data/aots/fonts/gsub_chaining1_simple_f2.otf            | Bin
8148  .../data/aots/fonts/gsub_chaining1_successive_f1.otf        | Bin
8149  .../data/aots/fonts/gsub_chaining2_boundary_f1.otf          | Bin
8150  .../data/aots/fonts/gsub_chaining2_boundary_f2.otf          | Bin
8151  .../data/aots/fonts/gsub_chaining2_boundary_f3.otf          | Bin
8152  .../data/aots/fonts/gsub_chaining2_boundary_f4.otf          | Bin
8153  .../data/aots/fonts/gsub_chaining2_lookupflag_f1.otf        | Bin
8154  .../data/aots/fonts/gsub_chaining2_multiple_subrules_f1.otf | Bin
8155  .../data/aots/fonts/gsub_chaining2_multiple_subrules_f2.otf | Bin
8156  .../data/aots/fonts/gsub_chaining2_next_glyph_f1.otf        | Bin
8157  .../data/aots/fonts/gsub_chaining2_simple_f1.otf            | Bin
8158  .../data/aots/fonts/gsub_chaining2_simple_f2.otf            | Bin
8159  .../data/aots/fonts/gsub_chaining2_successive_f1.otf        | Bin
8160  .../data/aots/fonts/gsub_chaining3_boundary_f1.otf          | Bin
8161  .../data/aots/fonts/gsub_chaining3_boundary_f2.otf          | Bin
8162  .../data/aots/fonts/gsub_chaining3_boundary_f3.otf          | Bin
8163  .../data/aots/fonts/gsub_chaining3_boundary_f4.otf          | Bin
8164  .../data/aots/fonts/gsub_chaining3_lookupflag_f1.otf        | Bin
8165  .../data/aots/fonts/gsub_chaining3_next_glyph_f1.otf        | Bin
8166  .../data/aots/fonts/gsub_chaining3_simple_f1.otf            | Bin
8167  .../data/aots/fonts/gsub_chaining3_simple_f2.otf            | Bin
8168  .../data/aots/fonts/gsub_chaining3_successive_f1.otf        | Bin
8169  .../data/aots/fonts/gsub_context1_boundary_f1.otf           | Bin
8170  .../data/aots/fonts/gsub_context1_boundary_f2.otf           | Bin
8171  .../data/aots/fonts/gsub_context1_expansion_f1.otf          | Bin
8172  .../data/aots/fonts/gsub_context1_lookupflag_f1.otf         | Bin
8173  .../data/aots/fonts/gsub_context1_lookupflag_f2.otf         | Bin
8174  .../data/aots/fonts/gsub_context1_multiple_subrules_f1.otf  | Bin
8175  .../data/aots/fonts/gsub_context1_multiple_subrules_f2.otf  | Bin
8176  .../data/aots/fonts/gsub_context1_next_glyph_f1.otf         | Bin
8177  .../data/aots/fonts/gsub_context1_simple_f1.otf             | Bin
8178  .../data/aots/fonts/gsub_context1_simple_f2.otf             | Bin
8179  .../data/aots/fonts/gsub_context1_successive_f1.otf         | Bin
8180  .../data/aots/fonts/gsub_context2_boundary_f1.otf           | Bin
8181  .../data/aots/fonts/gsub_context2_boundary_f2.otf           | Bin
8182  .../data/aots/fonts/gsub_context2_classes_f1.otf            | Bin
8183  .../data/aots/fonts/gsub_context2_classes_f2.otf            | Bin
8184  .../data/aots/fonts/gsub_context2_expansion_f1.otf          | Bin
8185  .../data/aots/fonts/gsub_context2_lookupflag_f1.otf         | Bin
8186  .../data/aots/fonts/gsub_context2_lookupflag_f2.otf         | Bin
8187  .../data/aots/fonts/gsub_context2_multiple_subrules_f1.otf  | Bin
8188  .../data/aots/fonts/gsub_context2_multiple_subrules_f2.otf  | Bin
8189  .../data/aots/fonts/gsub_context2_next_glyph_f1.otf         | Bin
8190  .../data/aots/fonts/gsub_context2_simple_f1.otf             | Bin
8191  .../data/aots/fonts/gsub_context2_simple_f2.otf             | Bin
8192  .../data/aots/fonts/gsub_context2_successive_f1.otf         | Bin
8193  .../data/aots/fonts/gsub_context3_boundary_f1.otf           | Bin
8194  .../data/aots/fonts/gsub_context3_boundary_f2.otf           | Bin
8195  .../data/aots/fonts/gsub_context3_lookupflag_f1.otf         | Bin
8196  .../data/aots/fonts/gsub_context3_lookupflag_f2.otf         | Bin
8197  .../data/aots/fonts/gsub_context3_next_glyph_f1.otf         | Bin
8198  .../data/aots/fonts/gsub_context3_simple_f1.otf             | Bin
8199  .../data/aots/fonts/gsub_context3_successive_f1.otf         | Bin
8200  .../data/aots/fonts/lookupflag_ignore_attach_f1.otf         | Bin
8201  .../data/aots/fonts/lookupflag_ignore_base_f1.otf           | Bin
8202  .../data/aots/fonts/lookupflag_ignore_combination_f1.otf    | Bin
8203  .../data/aots/fonts/lookupflag_ignore_ligatures_f1.otf      | Bin
8204  .../data/aots/fonts/lookupflag_ignore_marks_f1.otf          | Bin
8205  test/{shaping => shape}/data/aots/hb-aots-tester.cpp        |   0
8206  test/{shaping => shape}/data/aots/meson.build               |   0
8207  test/{shaping => shape}/data/aots/tests/classdef1.tests     |   0
8208  .../data/aots/tests/classdef1_empty.tests                   |   0
8209  .../data/aots/tests/classdef1_multiple.tests                |   0
8210  .../data/aots/tests/classdef1_single.tests                  |   0
8211  test/{shaping => shape}/data/aots/tests/classdef2.tests     |   0
8212  .../data/aots/tests/classdef2_empty.tests                   |   0
8213  .../data/aots/tests/classdef2_multiple.tests                |   0
8214  .../data/aots/tests/classdef2_single.tests                  |   0
8215  test/{shaping => shape}/data/aots/tests/cmap0.tests         |   0
8216  test/{shaping => shape}/data/aots/tests/cmap10.tests        |   0
8217  test/{shaping => shape}/data/aots/tests/cmap12.tests        |   0
8218  test/{shaping => shape}/data/aots/tests/cmap2.tests         |   0
8219  test/{shaping => shape}/data/aots/tests/cmap4.tests         |   0
8220  test/{shaping => shape}/data/aots/tests/cmap6.tests         |   0
8221  test/{shaping => shape}/data/aots/tests/cmap8.tests         |   0
8222  .../data/aots/tests/gpos1_1_lookupflag.tests                |   0
8223  .../{shaping => shape}/data/aots/tests/gpos1_1_simple.tests |   0
8224  test/{shaping => shape}/data/aots/tests/gpos1_2.tests       |   0
8225  .../data/aots/tests/gpos1_2_lookupflag.tests                |   0
8226  test/{shaping => shape}/data/aots/tests/gpos2_1.tests       |   0
8227  .../data/aots/tests/gpos2_1_lookupflag.tests                |   0
8228  .../data/aots/tests/gpos2_1_next_glyph.tests                |   0
8229  .../{shaping => shape}/data/aots/tests/gpos2_1_simple.tests |   0
8230  test/{shaping => shape}/data/aots/tests/gpos2_2.tests       |   0
8231  test/{shaping => shape}/data/aots/tests/gpos3.tests         |   0
8232  .../data/aots/tests/gpos3_lookupflag.tests                  |   0
8233  .../data/aots/tests/gpos4_lookupflag.tests                  |   0
8234  .../data/aots/tests/gpos4_multiple_anchors.tests            |   0
8235  test/{shaping => shape}/data/aots/tests/gpos4_simple.tests  |   0
8236  test/{shaping => shape}/data/aots/tests/gpos5.tests         |   0
8237  test/{shaping => shape}/data/aots/tests/gpos6.tests         |   0
8238  test/{shaping => shape}/data/aots/tests/gpos7_1.tests       |   0
8239  test/{shaping => shape}/data/aots/tests/gpos9.tests         |   0
8240  .../data/aots/tests/gpos_chaining1_boundary.tests           |   0
8241  .../data/aots/tests/gpos_chaining1_lookupflag.tests         |   0
8242  .../data/aots/tests/gpos_chaining1_multiple_subrules.tests  |   0
8243  .../data/aots/tests/gpos_chaining1_next_glyph.tests         |   0
8244  .../data/aots/tests/gpos_chaining1_simple.tests             |   0
8245  .../data/aots/tests/gpos_chaining1_successive.tests         |   0
8246  .../data/aots/tests/gpos_chaining2_boundary.tests           |   0
8247  .../data/aots/tests/gpos_chaining2_lookupflag.tests         |   0
8248  .../data/aots/tests/gpos_chaining2_multiple_subrules.tests  |   0
8249  .../data/aots/tests/gpos_chaining2_next_glyph.tests         |   0
8250  .../data/aots/tests/gpos_chaining2_simple.tests             |   0
8251  .../data/aots/tests/gpos_chaining2_successive.tests         |   0
8252  .../data/aots/tests/gpos_chaining3_boundary.tests           |   0
8253  .../data/aots/tests/gpos_chaining3_lookupflag.tests         |   0
8254  .../data/aots/tests/gpos_chaining3_next_glyph.tests         |   0
8255  .../data/aots/tests/gpos_chaining3_simple.tests             |   0
8256  .../data/aots/tests/gpos_chaining3_successive.tests         |   0
8257  .../data/aots/tests/gpos_context1_boundary.tests            |   0
8258  .../data/aots/tests/gpos_context1_expansion.tests           |   0
8259  .../data/aots/tests/gpos_context1_lookupflag.tests          |   0
8260  .../data/aots/tests/gpos_context1_multiple_subrules.tests   |   0
8261  .../data/aots/tests/gpos_context1_next_glyph.tests          |   0
8262  .../data/aots/tests/gpos_context1_simple.tests              |   0
8263  .../data/aots/tests/gpos_context1_successive.tests          |   0
8264  .../data/aots/tests/gpos_context2_boundary.tests            |   0
8265  .../data/aots/tests/gpos_context2_classes.tests             |   0
8266  .../data/aots/tests/gpos_context2_expansion.tests           |   0
8267  .../data/aots/tests/gpos_context2_lookupflag.tests          |   0
8268  .../data/aots/tests/gpos_context2_multiple_subrules.tests   |   0
8269  .../data/aots/tests/gpos_context2_next_glyph.tests          |   0
8270  .../data/aots/tests/gpos_context2_simple.tests              |   0
8271  .../data/aots/tests/gpos_context2_successive.tests          |   0
8272  .../data/aots/tests/gpos_context3_boundary.tests            |   0
8273  .../data/aots/tests/gpos_context3_lookupflag.tests          |   0
8274  .../data/aots/tests/gpos_context3_next_glyph.tests          |   0
8275  .../data/aots/tests/gpos_context3_simple.tests              |   0
8276  .../data/aots/tests/gpos_context3_successive.tests          |   0
8277  .../data/aots/tests/gsub1_1_lookupflag.tests                |   0
8278  .../{shaping => shape}/data/aots/tests/gsub1_1_modulo.tests |   0
8279  .../{shaping => shape}/data/aots/tests/gsub1_1_simple.tests |   0
8280  .../data/aots/tests/gsub1_2_lookupflag.tests                |   0
8281  .../{shaping => shape}/data/aots/tests/gsub1_2_simple.tests |   0
8282  .../data/aots/tests/gsub2_1_lookupflag.tests                |   0
8283  .../data/aots/tests/gsub2_1_multiple_sequences.tests        |   0
8284  .../{shaping => shape}/data/aots/tests/gsub2_1_simple.tests |   0
8285  .../data/aots/tests/gsub3_1_lookupflag.tests                |   0
8286  .../data/aots/tests/gsub3_1_multiple.tests                  |   0
8287  .../{shaping => shape}/data/aots/tests/gsub3_1_simple.tests |   0
8288  .../data/aots/tests/gsub4_1_lookupflag.tests                |   0
8289  .../data/aots/tests/gsub4_1_multiple_ligatures.tests        |   0
8290  .../data/aots/tests/gsub4_1_multiple_ligsets.tests          |   0
8291  .../{shaping => shape}/data/aots/tests/gsub4_1_simple.tests |   0
8292  test/{shaping => shape}/data/aots/tests/gsub7.tests         |   0
8293  .../data/aots/tests/gsub_chaining1_boundary.tests           |   0
8294  .../data/aots/tests/gsub_chaining1_lookupflag.tests         |   0
8295  .../data/aots/tests/gsub_chaining1_multiple_subrules.tests  |   0
8296  .../data/aots/tests/gsub_chaining1_next_glyph.tests         |   0
8297  .../data/aots/tests/gsub_chaining1_simple.tests             |   0
8298  .../data/aots/tests/gsub_chaining1_successive.tests         |   0
8299  .../data/aots/tests/gsub_chaining2_boundary.tests           |   0
8300  .../data/aots/tests/gsub_chaining2_lookupflag.tests         |   0
8301  .../data/aots/tests/gsub_chaining2_multiple_subrules.tests  |   0
8302  .../data/aots/tests/gsub_chaining2_next_glyph.tests         |   0
8303  .../data/aots/tests/gsub_chaining2_simple.tests             |   0
8304  .../data/aots/tests/gsub_chaining2_successive.tests         |   0
8305  .../data/aots/tests/gsub_chaining3_boundary.tests           |   0
8306  .../data/aots/tests/gsub_chaining3_lookupflag.tests         |   0
8307  .../data/aots/tests/gsub_chaining3_next_glyph.tests         |   0
8308  .../data/aots/tests/gsub_chaining3_simple.tests             |   0
8309  .../data/aots/tests/gsub_chaining3_successive.tests         |   0
8310  .../data/aots/tests/gsub_context1_boundary.tests            |   0
8311  .../data/aots/tests/gsub_context1_expansion.tests           |   0
8312  .../data/aots/tests/gsub_context1_lookupflag.tests          |   0
8313  .../data/aots/tests/gsub_context1_multiple_subrules.tests   |   0
8314  .../data/aots/tests/gsub_context1_next_glyph.tests          |   0
8315  .../data/aots/tests/gsub_context1_simple.tests              |   0
8316  .../data/aots/tests/gsub_context1_successive.tests          |   0
8317  .../data/aots/tests/gsub_context2_boundary.tests            |   0
8318  .../data/aots/tests/gsub_context2_classes.tests             |   0
8319  .../data/aots/tests/gsub_context2_expansion.tests           |   0
8320  .../data/aots/tests/gsub_context2_lookupflag.tests          |   0
8321  .../data/aots/tests/gsub_context2_multiple_subrules.tests   |   0
8322  .../data/aots/tests/gsub_context2_next_glyph.tests          |   0
8323  .../data/aots/tests/gsub_context2_simple.tests              |   0
8324  .../data/aots/tests/gsub_context2_successive.tests          |   0
8325  .../data/aots/tests/gsub_context3_boundary.tests            |   0
8326  .../data/aots/tests/gsub_context3_lookupflag.tests          |   0
8327  .../data/aots/tests/gsub_context3_next_glyph.tests          |   0
8328  .../data/aots/tests/gsub_context3_simple.tests              |   0
8329  .../data/aots/tests/gsub_context3_successive.tests          |   0
8330  .../data/aots/tests/lookupflag_ignore_attach.tests          |   0
8331  .../data/aots/tests/lookupflag_ignore_base.tests            |   0
8332  .../data/aots/tests/lookupflag_ignore_combination.tests     |   0
8333  .../data/aots/tests/lookupflag_ignore_ligatures.tests       |   0
8334  .../data/aots/tests/lookupflag_ignore_marks.tests           |   0
8335  test/{shaping => shape}/data/aots/update.py                 |   0
8336  test/{shaping => shape}/data/in-house/COPYING               |   0
8337  test/{shaping => shape}/data/in-house/Makefile.am           |   0
8338  test/{shaping => shape}/data/in-house/Makefile.sources      |   0
8339  .../fonts/03e3f463c3a985bc42096620cc415342818454fb.ttf      | Bin
8340  .../fonts/051d92f8bc6ff724511b296c27623f824de256e9.ttf      | Bin
8341  .../fonts/065b01e54f35f0d849fd43bd5b936212739a50cb.ttf      | Bin
8342  .../fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf      | Bin
8343  .../fonts/07f054357ff8638bac3711b422a1e31180bba863.ttf      | Bin
8344  .../fonts/08b4b136f418add748dc641eb4a83033476f1170.ttf      | Bin
8345  .../fonts/15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf      | Bin
8346  .../fonts/1735326da89f0818cd8c51a0600e9789812c0f94.ttf      | Bin
8347  .../fonts/191826b9643e3f124d865d617ae609db6a2ce203.ttf      | Bin
8348  .../fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf      | Bin
8349  .../fonts/1a5face3fcbd929d228235c2f72bbd6f8eb37424.ttf      | Bin
8350  .../fonts/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf      | Bin
8351  .../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf      | Bin
8352  .../fonts/1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf      | Bin
8353  .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf      | Bin
8354  .../fonts/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf      | Bin
8355  .../fonts/226bc2deab3846f1a682085f70c67d0421014144.ttf      | Bin
8356  .../fonts/24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf      | Bin
8357  .../fonts/2681c1c72d6484ed3410417f521b1b819b4e2392.ttf      | Bin
8358  .../fonts/270b89df543a7e48e206a2d830c0e10e5265c630.ttf      | Bin
8359  .../fonts/28f497629c04ceb15546c9a70e0730125ed6698d.ttf      | Bin
8360  .../fonts/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf      | Bin
8361  .../fonts/2a670df15b73a5dc75a5cc491bde5ac93c5077dc.ttf      | Bin
8362  .../fonts/2c25beb56d9c556622d56b0b5d02b4670c034f89.ttf      | Bin
8363  .../fonts/2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf      | Bin
8364  .../fonts/341421e629668b1a1242245d39238ca48432d35d.ttf      | Bin
8365  .../fonts/3493e92eaded2661cadde752a39f9d58b11f0326.ttf      | Bin
8366  .../fonts/37033cc5cf37bb223d7355153016b6ccece93b28.ttf      | Bin
8367  .../fonts/373e67bf41ca264e260a9716162b71a23549e885.ttf      | Bin
8368  .../fonts/3998336402905b8be8301ef7f47cf7e050cbb1bd.ttf      | Bin
8369  .../fonts/3b791518a9ba89675df02f1eefbc9026a50648a6.ttf      | Bin
8370  .../fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf      | Bin
8371  .../fonts/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf      | Bin
8372  .../fonts/3cc01fede4debd4b7794ccb1b16cdb9987ea7571.ttf      | Bin
8373  .../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf      | Bin
8374  .../fonts/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf      | Bin
8375  .../fonts/43ef465752be9af900745f72fe29cb853a1401a5.ttf      | Bin
8376  .../fonts/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf      | Bin
8377  .../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf      | Bin
8378  .../fonts/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf      | Bin
8379  .../fonts/4afb0e8b9a86bb9bd73a1247de4e33fbe3c1fd93.ttf      | Bin
8380  .../fonts/4cbbc461be066fccc611dcc634af6e8cb2705537.ttf      | Bin
8381  .../fonts/4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf      | Bin
8382  .../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf      | Bin
8383  .../fonts/4fac3929fc3332834e93673780ec0fe94342d193.ttf      | Bin
8384  .../fonts/5028afb650b1bb718ed2131e872fbcce57828fff.ttf      | Bin
8385  .../fonts/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf      | Bin
8386  .../fonts/53a91c20e33a596f2be17fb68b382d6b7eb85d5c.ttf      | Bin
8387  .../fonts/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf      | Bin
8388  .../fonts/55c88ebbe938680b08f92c3de20713183e0c7481.ttf      | Bin
8389  .../fonts/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf      | Bin
8390  .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf      | Bin
8391  .../fonts/57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf      | Bin
8392  .../fonts/59a585a63b3df608fbeef00956c8c108deec7de6.ttf      | Bin
8393  .../fonts/5af5361ed4d1e8305780b100e1730cb09132f8d1.ttf      | Bin
8394  .../fonts/5bb74492f5e0ffa1fbb72e4c881be035120b6513.ttf      | Bin
8395  .../fonts/5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf      | Bin
8396  .../fonts/604026ae5aaca83c49cd8416909d71ba3e1c1194.ttf      | Bin
8397  .../fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf      | Bin
8398  .../fonts/663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf      | Bin
8399  .../fonts/6677074106f94a2644da6aaaacd5bbd48cbdc7de.ttf      | Bin
8400  .../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf      | Bin
8401  .../fonts/6f36d056bad6d478fc0bf7397bd52dc3bd197d5f.ttf      | Bin
8402  .../fonts/6ff0fbead4462d9f229167b4e6839eceb8465058.ttf      | Bin
8403  .../fonts/706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf      | Bin
8404  .../fonts/738d9f3b8c2dfd03875bf35a61d28fd78faf17c8.ttf      | Bin
8405  .../fonts/73e84dac2fc6a2d1bc9250d1414353661088937d.ttf      | Bin
8406  .../fonts/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf      | Bin
8407  .../fonts/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf      | Bin
8408  .../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf      | Bin
8409  .../fonts/7e14e7883ed152baa158b80e207b66114c823a8b.ttf      | Bin
8410  .../fonts/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf      | Bin
8411  .../fonts/8116e5d8fedfbec74e45dc350d2416d810bed8c4.ttf      | Bin
8412  .../fonts/813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf      | Bin
8413  .../fonts/81c368a33816fb20e9f647e8f24e2180f4720263.ttf      | Bin
8414  .../fonts/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf      | Bin
8415  .../fonts/82f4f3b57bb55344e72e70231380202a52af5805.ttf      | Bin
8416  .../fonts/8454d22037f892e76614e1645d066689a0200e61.ttf      | Bin
8417  .../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf      | Bin
8418  .../fonts/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf      | Bin
8419  .../fonts/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf      | Bin
8420  .../fonts/86cdd983c4e4c4d7f27dd405d6ceb7d4b9ed3d35.ttf      | Bin
8421  .../fonts/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf      | Bin
8422  .../fonts/881642af1667ae30a54e58de8be904566d00508f.ttf      | Bin
8423  .../fonts/8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf      | Bin
8424  .../fonts/8d9c4b193808b8bde94389ba7831c1fc6f9e794e.ttf      | Bin
8425  .../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf      | Bin
8426  .../fonts/94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf      | Bin
8427  .../fonts/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf      | Bin
8428  .../fonts/98b7887cff91f722b92a8ff800120954606354f9.ttf      | Bin
8429  .../fonts/9fc3e6960b3520e5304033ef5fd540285f72f14d.ttf      | Bin
8430  test/{shaping => shape}/data/in-house/fonts/AdobeBlank2.ttf | Bin
8431  test/{shaping => shape}/data/in-house/fonts/DFONT.dfont     | Bin
8432  test/{shaping => shape}/data/in-house/fonts/HBTest-VF.ttf   | Bin
8433  .../data/in-house/fonts/MORXTwentyeight.ttf                 | Bin
8434  test/{shaping => shape}/data/in-house/fonts/TRAK.ttf        | Bin
8435  test/{shaping => shape}/data/in-house/fonts/TTC.ttc         | Bin
8436  .../fonts/a014549f766436cf55b2ceb40e462038938ee899.ttf      | Bin
8437  .../fonts/a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf      | Bin
8438  .../fonts/a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf      | Bin
8439  .../fonts/a6b17da98b9f1565ba428719777bbf94a66403c1.ttf      | Bin
8440  .../fonts/a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf      | Bin
8441  .../fonts/a706511c65fb278fda87eaf2180ca6684a80f423.ttf      | Bin
8442  .../fonts/a919b33197965846f21074b24e30250d67277bce.ttf      | Bin
8443  .../fonts/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf      | Bin
8444  .../fonts/ab14b4eb9d7a67e293f51d30d719add06c9d6e06.ttf      | Bin
8445  .../fonts/ab40c89624a6104e5d0a2308e448a989302f515b.ttf      | Bin
8446  .../fonts/ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf      | Bin
8447  .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf      | Bin
8448  .../fonts/af85624080af5627fb050f570d148a62f04fda74.ttf      | Bin
8449  .../fonts/b082211be29a3e2cf91f0fd43497e40b2a27b344.ttf      | Bin
8450  .../fonts/b121d4306b2e3add5abbaad21d95fcf04aacbd64.ttf      | Bin
8451  .../fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf      | Bin
8452  .../fonts/b3075ca42b27dde7341c2d0ae16703c5b6640df0.ttf      | Bin
8453  .../fonts/b31e6c52a31edadc16f1bec9efe6019e2d59824a.ttf      | Bin
8454  .../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf      | Bin
8455  .../fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf      | Bin
8456  .../fonts/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf      | Bin
8457  .../fonts/bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin
8458  .../fonts/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf      | Bin
8459  .../fonts/bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf      | Bin
8460  .../fonts/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf      | Bin
8461  .../fonts/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf      | Bin
8462  .../fonts/d23d76ea0909c14972796937ba072b5a40c1e257.ttf      | Bin
8463  .../fonts/d3129450fafe5e5c98cfc25a4e71809b1b4d2855.ttf      | Bin
8464  .../fonts/d629e7fedc0b350222d7987345fe61613fa3929a.ttf      | Bin
8465  .../fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf      | Bin
8466  .../fonts/dcf774ca21062e7439f98658b18974ea8b956d0c.ttf      | Bin
8467  .../fonts/df768b9c257e0c9c35786c47cae15c46571d56be.ttf      | Bin
8468  .../fonts/e207635780b42f898d58654b65098763e340f5c7.ttf      | Bin
8469  .../fonts/e39391c77a6321c2ac7a2d644de0396470cd4bfe.ttf      | Bin
8470  .../fonts/e5ff44940364c2247abed50bdda30d2ef5aedfe4.ttf      | Bin
8471  .../fonts/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf      | Bin
8472  .../fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf      | Bin
8473  .../fonts/ea3f63620511b2097200d23774ffef197e829e69.ttf      | Bin
8474  .../fonts/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf      | Bin
8475  .../fonts/ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf      | Bin
8476  .../fonts/f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf      | Bin
8477  .../fonts/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf      | Bin
8478  .../fonts/f499fbc23865022234775c43503bba2e63978fe1.ttf      | Bin
8479  .../fonts/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf      | Bin
8480  .../fonts/f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf      | Bin
8481  .../fonts/f79eb71df4e4c9c273b67b89a06e5ff9e3c1f834.ttf      | Bin
8482  .../fonts/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf      | Bin
8483  .../fonts/fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf      | Bin
8484  .../fonts/fcbaa518d3cce441ed37ae3b1fed6a19e9b54efd.ttf      | Bin
8485  .../fonts/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf      | Bin
8486  .../fonts/fcea341ba6489536390384d8403ce5287ba71a4a.ttf      | Bin
8487  .../fonts/fd07ea46e4d8368ada1776208c07fd596f727852.ttf      | Bin
8488  .../fonts/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf      | Bin
8489  test/{shaping => shape}/data/in-house/meson.build           |   0
8490  test/{shaping => shape}/data/in-house/tests/aat-morx.tests  |   0
8491  test/{shaping => shape}/data/in-house/tests/aat-trak.tests  |   0
8492  .../data/in-house/tests/arabic-fallback-shaping.tests       |   0
8493  .../data/in-house/tests/arabic-feature-order.tests          |   0
8494  .../data/in-house/tests/arabic-like-joining.tests           |   0
8495  .../data/in-house/tests/arabic-mark-attach.tests            |   0
8496  .../data/in-house/tests/arabic-mark-order.tests             |   0
8497  .../data/in-house/tests/arabic-stch.tests                   |   0
8498  .../data/in-house/tests/automatic-fractions.tests           |   0
8499  test/{shaping => shape}/data/in-house/tests/cluster.tests   |   0
8500  .../data/in-house/tests/collections.tests                   |   0
8501  .../data/in-house/tests/color-fonts.tests                   |   0
8502  .../data/in-house/tests/context-matching.tests              |   0
8503  .../data/in-house/tests/cursive-positioning.tests           |   0
8504  .../data/in-house/tests/default-ignorables.tests            |   0
8505  test/{shaping => shape}/data/in-house/tests/digits.tests    |   0
8506  .../data/in-house/tests/emoji-clusters.tests                |   0
8507  test/{shaping => shape}/data/in-house/tests/emoji.tests     |   0
8508  .../data/in-house/tests/fallback-positioning.tests          |   0
8509  .../data/in-house/tests/hangul-jamo.tests                   |   0
8510  test/{shaping => shape}/data/in-house/tests/hyphens.tests   |   0
8511  .../data/in-house/tests/indic-consonant-with-stacker.tests  |   0
8512  .../data/in-house/tests/indic-decompose.tests               |   0
8513  .../{shaping => shape}/data/in-house/tests/indic-init.tests |   0
8514  .../data/in-house/tests/indic-joiner-candrabindu.tests      |   0
8515  .../data/in-house/tests/indic-joiners.tests                 |   0
8516  .../data/in-house/tests/indic-old-spec.tests                |   0
8517  .../data/in-house/tests/indic-pref-blocking.tests           |   0
8518  .../data/in-house/tests/indic-script-extensions.tests       |   0
8519  .../data/in-house/tests/indic-special-cases.tests           |   0
8520  .../data/in-house/tests/indic-syllable.tests                |   0
8521  .../data/in-house/tests/indic-vowel-letter-spoofing.tests   |   0
8522  .../data/in-house/tests/kern-format2.tests                  |   0
8523  .../data/in-house/tests/khmer-mark-order.tests              |   0
8524  .../{shaping => shape}/data/in-house/tests/khmer-misc.tests |   0
8525  .../data/in-house/tests/language-tags.tests                 |   0
8526  .../data/in-house/tests/ligature-id.tests                   |   0
8527  test/{shaping => shape}/data/in-house/tests/macos.tests     |   0
8528  .../data/in-house/tests/mark-attachment.tests               |   0
8529  .../data/in-house/tests/mark-filtering-sets.tests           |   0
8530  .../data/in-house/tests/mongolian-variation-selector.tests  |   0
8531  .../data/in-house/tests/myanmar-misc.tests                  |   0
8532  .../data/in-house/tests/myanmar-syllable.tests              |   0
8533  .../data/in-house/tests/myanmar-zawgyi.tests                |   0
8534  .../data/in-house/tests/none-directional.tests              |   0
8535  .../data/in-house/tests/positioning-features.tests          |   0
8536  test/{shaping => shape}/data/in-house/tests/rand.tests      |   0
8537  .../data/in-house/tests/reverse-sub.tests                   |   0
8538  test/{shaping => shape}/data/in-house/tests/rotation.tests  |   0
8539  test/{shaping => shape}/data/in-house/tests/simple.tests    |   0
8540  test/{shaping => shape}/data/in-house/tests/sinhala.tests   |   0
8541  test/{shaping => shape}/data/in-house/tests/spaces.tests    |   0
8542  .../data/in-house/tests/tibetan-contractions-1.tests        |   0
8543  .../data/in-house/tests/tibetan-contractions-2.tests        |   0
8544  .../data/in-house/tests/tibetan-vowels.tests                |   0
8545  .../data/in-house/tests/tt-kern-gpos.tests                  |   0
8546  .../{shaping => shape}/data/in-house/tests/use-indic3.tests |   0
8547  .../data/in-house/tests/use-marchen.tests                   |   0
8548  .../data/in-house/tests/use-syllable.tests                  |   0
8549  .../data/in-house/tests/use-vowel-letter-spoofing.tests     |   0
8550  test/{shaping => shape}/data/in-house/tests/use.tests       |   0
8551  .../data/in-house/tests/variations-rvrn.tests               |   0
8552  .../{shaping => shape}/data/in-house/tests/variations.tests |   0
8553  test/{shaping => shape}/data/in-house/tests/vertical.tests  |   0
8554  .../data/in-house/tests/zero-width-marks.tests              |   0
8555  test/{shaping => shape}/data/text-rendering-tests/COPYING   |   0
8556  test/{shaping => shape}/data/text-rendering-tests/DISABLED  |   0
8557  .../data/text-rendering-tests/Makefile.am                   |   0
8558  .../data/text-rendering-tests/Makefile.sources              |   0
8559  test/{shaping => shape}/data/text-rendering-tests/README    |   0
8560  .../text-rendering-tests/fonts/AdobeVFPrototype-Subset.otf  | Bin
8561  .../data/text-rendering-tests/fonts/FDArrayTest257.otf      | Bin
8562  .../data/text-rendering-tests/fonts/FDArrayTest65535.otf    | Bin
8563  .../text-rendering-tests/fonts/NotoSansBalinese-Regular.ttf | Bin
8564  .../text-rendering-tests/fonts/NotoSansKannada-Regular.ttf  | Bin
8565  .../text-rendering-tests/fonts/NotoSerifKannada-Regular.ttf | Bin
8566  .../data/text-rendering-tests/fonts/Selawik-README.md       |   0
8567  .../data/text-rendering-tests/fonts/Selawik-variable.ttf    | Bin
8568  .../data/text-rendering-tests/fonts/TestAVAR.ttf            | Bin
8569  .../data/text-rendering-tests/fonts/TestCMAP14.otf          | Bin
8570  .../data/text-rendering-tests/fonts/TestCMAPMacTurkish.ttf  | Bin
8571  .../data/text-rendering-tests/fonts/TestCVARGVAROne.ttf     | Bin
8572  .../data/text-rendering-tests/fonts/TestCVARGVARTwo.ttf     | Bin
8573  .../data/text-rendering-tests/fonts/TestGLYFOne.ttf         | Bin
8574  .../data/text-rendering-tests/fonts/TestGPOSFour.ttf        | Bin
8575  .../data/text-rendering-tests/fonts/TestGPOSOne.ttf         | Bin
8576  .../data/text-rendering-tests/fonts/TestGPOSThree.ttf       | Bin
8577  .../data/text-rendering-tests/fonts/TestGPOSTwo.otf         | Bin
8578  .../data/text-rendering-tests/fonts/TestGSUBOne.otf         | Bin
8579  .../data/text-rendering-tests/fonts/TestGSUBThree.ttf       | Bin
8580  .../text-rendering-tests/fonts/TestGVAR-Composite-0.ttf     | Bin
8581  .../fonts/TestGVAR-Composite-Missing.ttf                    | Bin
8582  .../data/text-rendering-tests/fonts/TestGVAREight.ttf       | Bin
8583  .../data/text-rendering-tests/fonts/TestGVARFour.ttf        | Bin
8584  .../data/text-rendering-tests/fonts/TestGVARNine.ttf        | Bin
8585  .../data/text-rendering-tests/fonts/TestGVAROne.ttf         | Bin
8586  .../data/text-rendering-tests/fonts/TestGVARThree.ttf       | Bin
8587  .../data/text-rendering-tests/fonts/TestGVARTwo.ttf         | Bin
8588  .../data/text-rendering-tests/fonts/TestHVAROne.otf         | Bin
8589  .../data/text-rendering-tests/fonts/TestHVARTwo.ttf         | Bin
8590  .../data/text-rendering-tests/fonts/TestKERNOne.otf         | Bin
8591  .../data/text-rendering-tests/fonts/TestMORXEight.ttf       | Bin
8592  .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf    | Bin
8593  .../data/text-rendering-tests/fonts/TestMORXEleven.ttf      | Bin
8594  .../data/text-rendering-tests/fonts/TestMORXForty.ttf       | Bin
8595  .../data/text-rendering-tests/fonts/TestMORXFour.ttf        | Bin
8596  .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf    | Bin
8597  .../data/text-rendering-tests/fonts/TestMORXFourtyone.ttf   | Bin
8598  .../data/text-rendering-tests/fonts/TestMORXNine.ttf        | Bin
8599  .../data/text-rendering-tests/fonts/TestMORXOne.ttf         | Bin
8600  .../data/text-rendering-tests/fonts/TestMORXSeventeen.ttf   | Bin
8601  .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf     | Bin
8602  .../data/text-rendering-tests/fonts/TestMORXTen.ttf         | Bin
8603  .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf    | Bin
8604  .../data/text-rendering-tests/fonts/TestMORXThirtyeight.ttf | Bin
8605  .../data/text-rendering-tests/fonts/TestMORXThirtyfive.ttf  | Bin
8606  .../data/text-rendering-tests/fonts/TestMORXThirtyfour.ttf  | Bin
8607  .../data/text-rendering-tests/fonts/TestMORXThirtynine.ttf  | Bin
8608  .../data/text-rendering-tests/fonts/TestMORXThirtyone.ttf   | Bin
8609  .../data/text-rendering-tests/fonts/TestMORXThirtyseven.ttf | Bin
8610  .../data/text-rendering-tests/fonts/TestMORXThirtysix.ttf   | Bin
8611  .../data/text-rendering-tests/fonts/TestMORXThirtythree.ttf | Bin
8612  .../data/text-rendering-tests/fonts/TestMORXThirtytwo.ttf   | Bin
8613  .../data/text-rendering-tests/fonts/TestMORXThree.ttf       | Bin
8614  .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf      | Bin
8615  .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf      | Bin
8616  .../data/text-rendering-tests/fonts/TestMORXTwentyeight.ttf | Bin
8617  .../data/text-rendering-tests/fonts/TestMORXTwentyfive.ttf  | Bin
8618  .../data/text-rendering-tests/fonts/TestMORXTwentyfour.ttf  | Bin
8619  .../data/text-rendering-tests/fonts/TestMORXTwentynine.ttf  | Bin
8620  .../data/text-rendering-tests/fonts/TestMORXTwentyone.ttf   | Bin
8621  .../data/text-rendering-tests/fonts/TestMORXTwentyseven.ttf | Bin
8622  .../data/text-rendering-tests/fonts/TestMORXTwentysix.ttf   | Bin
8623  .../data/text-rendering-tests/fonts/TestMORXTwentythree.ttf | Bin
8624  .../data/text-rendering-tests/fonts/TestMORXTwentytwo.ttf   | Bin
8625  .../data/text-rendering-tests/fonts/TestMORXTwo.ttf         | Bin
8626  .../data/text-rendering-tests/fonts/TestSFNTOne.otf         | Bin
8627  .../data/text-rendering-tests/fonts/TestSFNTTwo.ttf         | Bin
8628  .../text-rendering-tests/fonts/TestSVGgradientTransform.otf | Bin
8629  .../data/text-rendering-tests/fonts/TestSVGgzip.otf         | Bin
8630  .../data/text-rendering-tests/fonts/TestSVGmultiGlyphs.otf  | Bin
8631  .../data/text-rendering-tests/fonts/TestShapeAran.ttf       | Bin
8632  .../data/text-rendering-tests/fonts/TestShapeEthi.ttf       | Bin
8633  .../data/text-rendering-tests/fonts/TestShapeKndaV3.ttf     | Bin
8634  .../data/text-rendering-tests/fonts/TestShapeLana.ttf       | Bin
8635  .../data/text-rendering-tests/fonts/TestTRAKOne.ttf         | Bin
8636  .../data/text-rendering-tests/fonts/Zycon.ttf               | Bin
8637  .../data/text-rendering-tests/meson.build                   |   0
8638  .../data/text-rendering-tests/tests/AVAR-1.tests            |   0
8639  .../data/text-rendering-tests/tests/CFF-1.tests             |   0
8640  .../data/text-rendering-tests/tests/CFF-2.tests             |   0
8641  .../data/text-rendering-tests/tests/CFF2-1.tests            |   0
8642  .../data/text-rendering-tests/tests/CMAP-1.tests            |   0
8643  .../data/text-rendering-tests/tests/CMAP-2.tests            |   0
8644  .../data/text-rendering-tests/tests/CMAP-3.tests            |   0
8645  .../data/text-rendering-tests/tests/CVAR-1.tests            |   0
8646  .../data/text-rendering-tests/tests/CVAR-2.tests            |   0
8647  .../data/text-rendering-tests/tests/GLYF-1.tests            |   0
8648  .../data/text-rendering-tests/tests/GPOS-1.tests            |   0
8649  .../data/text-rendering-tests/tests/GPOS-2.tests            |   0
8650  .../data/text-rendering-tests/tests/GPOS-3.tests            |   0
8651  .../data/text-rendering-tests/tests/GPOS-4.tests            |   0
8652  .../data/text-rendering-tests/tests/GPOS-5.tests            |   0
8653  .../data/text-rendering-tests/tests/GSUB-1.tests            |   0
8654  .../data/text-rendering-tests/tests/GSUB-2.tests            |   0
8655  .../data/text-rendering-tests/tests/GSUB-3.tests            |   0
8656  .../data/text-rendering-tests/tests/GVAR-1.tests            |   0
8657  .../data/text-rendering-tests/tests/GVAR-2.tests            |   0
8658  .../data/text-rendering-tests/tests/GVAR-3.tests            |   0
8659  .../data/text-rendering-tests/tests/GVAR-4.tests            |   0
8660  .../data/text-rendering-tests/tests/GVAR-5.tests            |   0
8661  .../data/text-rendering-tests/tests/GVAR-6.tests            |   0
8662  .../data/text-rendering-tests/tests/GVAR-7.tests            |   0
8663  .../data/text-rendering-tests/tests/GVAR-8.tests            |   0
8664  .../data/text-rendering-tests/tests/GVAR-9.tests            |   0
8665  .../data/text-rendering-tests/tests/HVAR-1.tests            |   0
8666  .../data/text-rendering-tests/tests/HVAR-2.tests            |   0
8667  .../data/text-rendering-tests/tests/KERN-1.tests            |   0
8668  .../data/text-rendering-tests/tests/KERN-2.tests            |   0
8669  .../data/text-rendering-tests/tests/MORX-1.tests            |   0
8670  .../data/text-rendering-tests/tests/MORX-10.tests           |   0
8671  .../data/text-rendering-tests/tests/MORX-11.tests           |   0
8672  .../data/text-rendering-tests/tests/MORX-12.tests           |   0
8673  .../data/text-rendering-tests/tests/MORX-13.tests           |   0
8674  .../data/text-rendering-tests/tests/MORX-14.tests           |   0
8675  .../data/text-rendering-tests/tests/MORX-16.tests           |   0
8676  .../data/text-rendering-tests/tests/MORX-17.tests           |   0
8677  .../data/text-rendering-tests/tests/MORX-18.tests           |   0
8678  .../data/text-rendering-tests/tests/MORX-19.tests           |   0
8679  .../data/text-rendering-tests/tests/MORX-2.tests            |   0
8680  .../data/text-rendering-tests/tests/MORX-20.tests           |   0
8681  .../data/text-rendering-tests/tests/MORX-21.tests           |   0
8682  .../data/text-rendering-tests/tests/MORX-22.tests           |   0
8683  .../data/text-rendering-tests/tests/MORX-23.tests           |   0
8684  .../data/text-rendering-tests/tests/MORX-24.tests           |   0
8685  .../data/text-rendering-tests/tests/MORX-25.tests           |   0
8686  .../data/text-rendering-tests/tests/MORX-26.tests           |   0
8687  .../data/text-rendering-tests/tests/MORX-27.tests           |   0
8688  .../data/text-rendering-tests/tests/MORX-28.tests           |   0
8689  .../data/text-rendering-tests/tests/MORX-29.tests           |   0
8690  .../data/text-rendering-tests/tests/MORX-3.tests            |   0
8691  .../data/text-rendering-tests/tests/MORX-30.tests           |   0
8692  .../data/text-rendering-tests/tests/MORX-31.tests           |   0
8693  .../data/text-rendering-tests/tests/MORX-32.tests           |   0
8694  .../data/text-rendering-tests/tests/MORX-33.tests           |   0
8695  .../data/text-rendering-tests/tests/MORX-34.tests           |   0
8696  .../data/text-rendering-tests/tests/MORX-35.tests           |   0
8697  .../data/text-rendering-tests/tests/MORX-36.tests           |   0
8698  .../data/text-rendering-tests/tests/MORX-37.tests           |   0
8699  .../data/text-rendering-tests/tests/MORX-38.tests           |   0
8700  .../data/text-rendering-tests/tests/MORX-39.tests           |   0
8701  .../data/text-rendering-tests/tests/MORX-4.tests            |   0
8702  .../data/text-rendering-tests/tests/MORX-40.tests           |   0
8703  .../data/text-rendering-tests/tests/MORX-41.tests           |   0
8704  .../data/text-rendering-tests/tests/MORX-5.tests            |   0
8705  .../data/text-rendering-tests/tests/MORX-6.tests            |   0
8706  .../data/text-rendering-tests/tests/MORX-7.tests            |   0
8707  .../data/text-rendering-tests/tests/MORX-8.tests            |   0
8708  .../data/text-rendering-tests/tests/MORX-9.tests            |   0
8709  .../data/text-rendering-tests/tests/SFNT-1.tests            |   0
8710  .../data/text-rendering-tests/tests/SFNT-2.tests            |   0
8711  .../data/text-rendering-tests/tests/SHARAN-1.tests          |   0
8712  .../data/text-rendering-tests/tests/SHBALI-1.tests          |   0
8713  .../data/text-rendering-tests/tests/SHBALI-2.tests          |   0
8714  .../data/text-rendering-tests/tests/SHBALI-3.tests          |   0
8715  .../data/text-rendering-tests/tests/SHKNDA-1.tests          |   0
8716  .../data/text-rendering-tests/tests/SHKNDA-2.tests          |   0
8717  .../data/text-rendering-tests/tests/SHKNDA-3.tests          |   0
8718  .../data/text-rendering-tests/tests/SHLANA-1.tests          |   0
8719  .../data/text-rendering-tests/tests/SHLANA-10.tests         |   0
8720  .../data/text-rendering-tests/tests/SHLANA-2.tests          |   0
8721  .../data/text-rendering-tests/tests/SHLANA-3.tests          |   0
8722  .../data/text-rendering-tests/tests/SHLANA-4.tests          |   0
8723  .../data/text-rendering-tests/tests/SHLANA-5.tests          |   0
8724  .../data/text-rendering-tests/tests/SHLANA-6.tests          |   0
8725  .../data/text-rendering-tests/tests/SHLANA-7.tests          |   0
8726  .../data/text-rendering-tests/tests/SHLANA-8.tests          |   0
8727  .../data/text-rendering-tests/tests/SHLANA-9.tests          |   0
8728  test/{shaping => shape}/data/text-rendering-tests/update.py |   0
8729  test/{shaping => shape}/hb-diff                             |   0
8730  test/{shaping => shape}/hb-diff-colorize                    |   0
8731  test/{shaping => shape}/hb-diff-filter-failures             |   0
8732  test/{shaping => shape}/hb-diff-stat                        |   0
8733  test/{shaping => shape}/hb-unicode-decode                   |   0
8734  test/{shaping => shape}/hb-unicode-encode                   |   0
8735  test/{shaping => shape}/hb-unicode-prettyname               |   0
8736  test/{shaping => shape}/hb_test_tools.py                    |   0
8737  test/{shaping => shape}/meson.build                         |   0
8738  test/{shaping => shape}/record-test.sh                      |   0
8739  test/{shaping => shape}/run-tests.py                        |   0
8740  .../shaper-arabic/script-arabic/language-persian/mehran.txt |   0
8741  .../script-arabic/language-urdu/crulp/ligatures/2grams.txt  |   0
8742  .../script-arabic/language-urdu/crulp/ligatures/3grams.txt  |   0
8743  .../script-arabic/language-urdu/crulp/ligatures/4grams.txt  |   0
8744  .../script-arabic/language-urdu/crulp/ligatures/5grams.txt  |   0
8745  .../script-arabic/language-urdu/crulp/ligatures/6grams.txt  |   0
8746  .../script-arabic/language-urdu/crulp/ligatures/7grams.txt  |   0
8747  .../script-arabic/language-urdu/crulp/ligatures/8grams.txt  |   0
8748  .../script-arabic/language-urdu/crulp/ligatures/LICENSE     |   0
8749  .../script-arabic/language-urdu/crulp/ligatures/README      |   0
8750  .../script-arabic/language-urdu/crulp/ligatures/SOURCES     |   0
8751  .../script-arabic/misc/diacritics/lam-alef.txt              |   0
8752  .../script-arabic/misc/diacritics/language-arabic.txt       |   0
8753  .../script-arabic/misc/diacritics/language-persian.txt      |   0
8754  .../script-arabic/misc/diacritics/language-urdu.txt         |   0
8755  .../script-arabic/misc/diacritics/ligature-components.txt   |   0
8756  .../script-arabic/misc/diacritics/ligature-diacritics.txt   |   0
8757  .../script-arabic/misc/diacritics/mark-skipping.txt         |   0
8758  .../in-house/shaper-arabic/script-mongolian/misc/misc.txt   |   0
8759  .../shaper-arabic/script-mongolian/misc/non-joining.txt     |   0
8760  .../in-house/shaper-arabic/script-mongolian/misc/poem.txt   |   0
8761  .../script-mongolian/misc/variation-selectors.txt           |   0
8762  .../texts/in-house/shaper-arabic/script-nko/misc/misc.txt   |   0
8763  .../in-house/shaper-arabic/script-phags-pa/misc/misc.txt    |   0
8764  .../shaper-arabic/script-syriac/misc/abbreviation-mark.txt  |   0
8765  .../in-house/shaper-arabic/script-syriac/misc/alaph.txt     |   0
8766  .../in-house/shaper-default/script-ethiopic/misc/misc.txt   |   0
8767  .../in-house/shaper-default/script-han/misc/cjk-compat.txt  |   0
8768  .../script-hiragana/misc/kazuraki-liga-lines.txt            |   0
8769  .../shaper-default/script-hiragana/misc/kazuraki-liga.txt   |   0
8770  .../in-house/shaper-default/script-linear-b/misc/misc.txt   |   0
8771  .../in-house/shaper-default/script-tifinagh/misc/misc.txt   |   0
8772  .../in-house/shaper-hangul/script-hangul/misc/misc.txt      |   0
8773  .../shaper-hebrew/script-hebrew/misc/diacritics.txt         |   0
8774  .../in-house/shaper-indic/script-assamese/utrrs/LICENSE     |   0
8775  .../in-house/shaper-indic/script-assamese/utrrs/README      |   0
8776  .../in-house/shaper-indic/script-assamese/utrrs/SOURCES     |   0
8777  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8778  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8779  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8780  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8781  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8782  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8783  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8784  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8785  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8786  .../script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
8787  .../shaper-indic/script-bengali/bengali-vowel-letters.txt   |   0
8788  .../in-house/shaper-indic/script-bengali/misc/misc.txt      |   0
8789  .../in-house/shaper-indic/script-bengali/misc/reph.txt      |   0
8790  .../in-house/shaper-indic/script-bengali/utrrs/LICENSE      |   0
8791  .../texts/in-house/shaper-indic/script-bengali/utrrs/README |   0
8792  .../in-house/shaper-indic/script-bengali/utrrs/SOURCES      |   0
8793  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8794  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8795  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8796  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8797  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8798  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8799  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8800  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8801  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8802  .../script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
8803  .../script-devanagari/devanagari-atomic-consonants.txt      |   0
8804  .../script-devanagari/devanagari-vowel-letters.txt          |   0
8805  .../shaper-indic/script-devanagari/misc/dottedcircle.txt    |   0
8806  .../shaper-indic/script-devanagari/misc/eyelash.txt         |   0
8807  .../shaper-indic/script-devanagari/misc/joiners.txt         |   0
8808  .../in-house/shaper-indic/script-devanagari/misc/misc.txt   |   0
8809  .../shaper-indic/script-devanagari/misc/spec-deviations.txt |   0
8810  .../script-devanagari/misc/tricky-reordering.txt            |   0
8811  .../in-house/shaper-indic/script-devanagari/utrrs/LICENSE   |   0
8812  .../in-house/shaper-indic/script-devanagari/utrrs/README    |   0
8813  .../in-house/shaper-indic/script-devanagari/utrrs/SOURCES   |   0
8814  .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
8815  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8816  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8817  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8818  .../IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt |   0
8819  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8820  .../IndicFontFeatureCodepoint-GenericPunctuation.txt        |   0
8821  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8822  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8823  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8824  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8825  .../script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt   |   0
8826  .../shaper-indic/script-gujarati/gujarati-vowel-letters.txt |   0
8827  .../in-house/shaper-indic/script-gujarati/utrrs/LICENSE     |   0
8828  .../in-house/shaper-indic/script-gujarati/utrrs/README      |   0
8829  .../in-house/shaper-indic/script-gujarati/utrrs/SOURCES     |   0
8830  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8831  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8832  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8833  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8834  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8835  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8836  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8837  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8838  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8839  .../script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
8840  .../shaper-indic/script-gurmukhi/gurmukhi-vowel-letters.txt |   0
8841  .../in-house/shaper-indic/script-gurmukhi/misc/misc.txt     |   0
8842  .../in-house/shaper-indic/script-gurmukhi/utrrs/LICENSE     |   0
8843  .../in-house/shaper-indic/script-gurmukhi/utrrs/README      |   0
8844  .../in-house/shaper-indic/script-gurmukhi/utrrs/SOURCES     |   0
8845  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8846  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8847  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8848  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt          |   0
8849  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8850  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8851  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8852  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8853  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8854  .../script-gurmukhi/utrrs/gsub/IndicFontFeatureGSUB.txt     |   0
8855  .../shaper-indic/script-kannada/kannada-vowel-letters.txt   |   0
8856  .../in-house/shaper-indic/script-kannada/misc/misc.txt      |   0
8857  .../shaper-indic/script-kannada/misc/right-matras.txt       |   0
8858  .../in-house/shaper-indic/script-kannada/utrrs/LICENSE      |   0
8859  .../texts/in-house/shaper-indic/script-kannada/utrrs/README |   0
8860  .../in-house/shaper-indic/script-kannada/utrrs/SOURCES      |   0
8861  .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
8862  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8863  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8864  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8865  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8866  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8867  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8868  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8869  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8870  .../script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
8871  .../script-malayalam/malayalam-vowel-letters.txt            |   0
8872  .../in-house/shaper-indic/script-malayalam/misc/cibu.txt    |   0
8873  .../shaper-indic/script-malayalam/misc/dot-reph.txt         |   0
8874  .../in-house/shaper-indic/script-malayalam/misc/misc.txt    |   0
8875  .../in-house/shaper-indic/script-malayalam/utrrs/LICENSE    |   0
8876  .../in-house/shaper-indic/script-malayalam/utrrs/README     |   0
8877  .../in-house/shaper-indic/script-malayalam/utrrs/SOURCES    |   0
8878  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8879  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8880  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8881  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8882  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8883  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8884  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8885  .../script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt    |   0
8886  .../texts/in-house/shaper-indic/script-oriya/misc/bindu.txt |   0
8887  .../texts/in-house/shaper-indic/script-oriya/misc/misc.txt  |   0
8888  .../shaper-indic/script-oriya/oriya-vowel-letters.txt       |   0
8889  .../texts/in-house/shaper-indic/script-oriya/utrrs/LICENSE  |   0
8890  .../texts/in-house/shaper-indic/script-oriya/utrrs/README   |   0
8891  .../texts/in-house/shaper-indic/script-oriya/utrrs/SOURCES  |   0
8892  .../IndicFontFeatureCodepoint-AdditionalConsonants.txt      |   0
8893  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8894  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8895  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8896  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8897  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8898  .../codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt   |   0
8899  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8900  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8901  .../script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt        |   0
8902  .../in-house/shaper-indic/script-sinhala/misc/extensive.txt |   0
8903  .../in-house/shaper-indic/script-sinhala/misc/misc.txt      |   0
8904  .../in-house/shaper-indic/script-sinhala/misc/reph.txt      |   0
8905  .../shaper-indic/script-sinhala/misc/split-matras.txt       |   0
8906  .../in-house/shaper-indic/script-sinhala/utrrs/LICENSE      |   0
8907  .../texts/in-house/shaper-indic/script-sinhala/utrrs/README |   0
8908  .../in-house/shaper-indic/script-sinhala/utrrs/SOURCES      |   0
8909  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8910  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8911  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8912  .../codepoint/IndicFontFeatureCodepoint-Punctuation.txt     |   0
8913  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8914  .../script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt      |   0
8915  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt            |   0
8916  .../utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt       |   0
8917  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt              |   0
8918  .../utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt       |   0
8919  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt     |   0
8920  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt             |   0
8921  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt      |   0
8922  .../texts/in-house/shaper-indic/script-tamil/misc/misc.txt  |   0
8923  .../texts/in-house/shaper-indic/script-tamil/utrrs/LICENSE  |   0
8924  .../texts/in-house/shaper-indic/script-tamil/utrrs/README   |   0
8925  .../texts/in-house/shaper-indic/script-tamil/utrrs/SOURCES  |   0
8926  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8927  .../codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt |   0
8928  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8929  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8930  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8931  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt  |   0
8932  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8933  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt   |   0
8934  .../codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt     |   0
8935  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8936  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8937  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt           |   0
8938  .../script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt        |   0
8939  .../texts/in-house/shaper-indic/script-telugu/misc/misc.txt |   0
8940  .../shaper-indic/script-telugu/telugu-vowel-letters.txt     |   0
8941  .../texts/in-house/shaper-indic/script-telugu/utrrs/LICENSE |   0
8942  .../texts/in-house/shaper-indic/script-telugu/utrrs/README  |   0
8943  .../texts/in-house/shaper-indic/script-telugu/utrrs/SOURCES |   0
8944  .../IndicFontFeatureCodepoint-AdditionalVowels.txt          |   0
8945  .../codepoint/IndicFontFeatureCodepoint-Consonants.txt      |   0
8946  .../codepoint/IndicFontFeatureCodepoint-DependentVowels.txt |   0
8947  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    |   0
8948  .../IndicFontFeatureCodepoint-IndependentVowels.txt         |   0
8949  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  |   0
8950  .../codepoint/IndicFontFeatureCodepoint-VariousSigns.txt    |   0
8951  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           |   0
8952  .../script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt       |   0
8953  .../{shaping => shape}/texts/in-house/shaper-khmer/misc.txt |   0
8954  .../texts/in-house/shaper-khmer/other-marks-invalid.txt     |   0
8955  .../texts/in-house/shaper-khmer/other-marks.txt             |   0
8956  .../in-house/shaper-myanmar/script-myanmar/misc/misc.txt    |   0
8957  .../in-house/shaper-myanmar/script-myanmar/misc/otspec.txt  |   0
8958  .../in-house/shaper-myanmar/script-myanmar/misc/utn11.txt   |   0
8959  .../texts/in-house/shaper-thai/script-lao/misc/sara-am.txt  |   0
8960  .../texts/in-house/shaper-thai/script-thai/misc/misc.txt    |   0
8961  .../texts/in-house/shaper-thai/script-thai/misc/phinthu.txt |   0
8962  .../in-house/shaper-thai/script-thai/misc/pua-shaping.txt   |   0
8963  .../texts/in-house/shaper-thai/script-thai/misc/sara-am.txt |   0
8964  .../shaper-tibetan/script-tibetan/misc/contractions.txt     |   0
8965  .../in-house/shaper-tibetan/script-tibetan/misc/misc.txt    |   0
8966  .../texts/in-house/shaper-use/script-batak/misc.txt         |   0
8967  .../texts/in-house/shaper-use/script-buginese/misc.txt      |   0
8968  .../texts/in-house/shaper-use/script-cham/misc.txt          |   0
8969  .../texts/in-house/shaper-use/script-javanese/misc.txt      |   0
8970  .../texts/in-house/shaper-use/script-kaithi/misc.txt        |   0
8971  .../texts/in-house/shaper-use/script-kharoshti/misc.txt     |   0
8972  .../texts/in-house/shaper-use/script-tai-tham/misc.txt      |   0
8973  .../texts/in-house/shaper-use/script-tai-tham/torture.txt   |   0
8974  983 files changed, 8 insertions(+), 8 deletions(-)
8975
8976 commit e4b33d9d360eeb80f7d841f7ad8921aa16836027
8977 Author: Behdad Esfahbod <behdad@behdad.org>
8978 Date:   Wed Aug 11 18:35:11 2021 -0600
8979
8980     [util] Use post_parse in face_options_t
8981
8982  util/face-options.hh | 37 ++++++++++++-------------------------
8983  util/font-options.hh |  2 --
8984  util/hb-subset.cc    |  2 +-
8985  util/helper-cairo.hh |  2 +-
8986  4 files changed, 14 insertions(+), 29 deletions(-)
8987
8988 commit c0ea4e2d33e613eb4936a9cce85453a6b7a43ae5
8989 Author: Behdad Esfahbod <behdad@behdad.org>
8990 Date:   Wed Aug 11 18:30:08 2021 -0600
8991
8992     [util] Use post_parse to validate
8993
8994  util/face-options.hh   | 21 +++++++++++----
8995  util/font-options.hh   |  1 -
8996  util/main-font-text.hh | 72 ++++++++++++++++++++++++++++++++++----------------
8997  util/options.hh        | 33 +++++++++--------------
8998  util/text-options.hh   |  3 +++
8999  5 files changed, 81 insertions(+), 49 deletions(-)
9000
9001 commit f1226988104281b576878cd8c306d03cc91aa111
9002 Author: Khaled Hosny <khaled@aliftype.com>
9003 Date:   Thu Aug 12 01:47:35 2021 +0200
9004
9005     [test] Improve generate-expected-outputs.py diff output
9006
9007  test/subset/generate-expected-outputs.py | 4 ++--
9008  1 file changed, 2 insertions(+), 2 deletions(-)
9009
9010 commit 9468e4699833b6f6376503d2724fa4a8abcc8ab2
9011 Author: Behdad Esfahbod <behdad@behdad.org>
9012 Date:   Wed Aug 11 16:46:04 2021 -0600
9013
9014     [util] Rename main_font_text back to main_font_text_t
9015
9016  util/hb-ot-shape-closure.cc | 2 +-
9017  util/hb-shape.cc            | 2 +-
9018  util/hb-subset.cc           | 2 +-
9019  util/hb-view.cc             | 2 +-
9020  util/main-font-text.hh      | 2 +-
9021  5 files changed, 5 insertions(+), 5 deletions(-)
9022
9023 commit 6ac6a2b27b3abe42508828e7919c9ff55a7840d7
9024 Author: Khaled Hosny <khaled@aliftype.com>
9025 Date:   Thu Aug 12 00:04:32 2021 +0200
9026
9027     [test] hb_ot_layout_language_get_feature_tags()
9028
9029  test/api/test-ot-layout.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
9030  1 file changed, 45 insertions(+)
9031
9032 commit e9b743b26d9ac4a981ac519d85d975ad1d74f513
9033 Author: Khaled Hosny <khaled@aliftype.com>
9034 Date:   Wed Aug 11 23:51:12 2021 +0200
9035
9036     [test] hb_ot_layout_script_get_language_tags()
9037
9038  test/api/test-ot-layout.c | 40 ++++++++++++++++++++++++++++++++++++++++
9039  1 file changed, 40 insertions(+)
9040
9041 commit bf438b815f488afe97ae8442ec4a0989a8bc0c65
9042 Author: Khaled Hosny <khaled@aliftype.com>
9043 Date:   Wed Aug 11 23:23:51 2021 +0200
9044
9045     [test] hb_ot_layout_table_get_feature_tags()
9046
9047  test/api/test-ot-layout.c | 42 ++++++++++++++++++++++++++++++++++++++++++
9048  1 file changed, 42 insertions(+)
9049
9050 commit 2f88ea5a200a8c33ed307460ef153cf51d486683
9051 Author: Khaled Hosny <khaled@aliftype.com>
9052 Date:   Wed Aug 11 23:12:00 2021 +0200
9053
9054     [test] hb_ot_layout_table_find_script()
9055
9056  test/api/test-ot-layout.c | 24 ++++++++++++++++++++++++
9057  1 file changed, 24 insertions(+)
9058
9059 commit f60caad7ffd796c6dc1cc57f0cecee6fd643d827
9060 Author: Khaled Hosny <khaled@aliftype.com>
9061 Date:   Wed Aug 11 22:54:30 2021 +0200
9062
9063     [test] hb_ot_layout_table_get_script_tags()
9064
9065  test/api/Makefile.am      |  1 +
9066  test/api/meson.build      |  1 +
9067  test/api/test-ot-layout.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++
9068  3 files changed, 79 insertions(+)
9069
9070 commit 7e4fcf1be895b7c92d3d5e3498cf1b467708994c
9071 Author: Behdad Esfahbod <behdad@behdad.org>
9072 Date:   Wed Aug 11 12:12:49 2021 -0600
9073
9074     [util] Rename add_main_options
9075
9076  util/options.hh | 6 +++---
9077  1 file changed, 3 insertions(+), 3 deletions(-)
9078
9079 commit 62fb102184b82ad1c7798c16fcb5f390ddf2ba91
9080 Author: Behdad Esfahbod <behdad@behdad.org>
9081 Date:   Wed Aug 11 12:03:07 2021 -0600
9082
9083     [util] Move add_main_options() invocation
9084
9085  util/options.hh | 6 +++---
9086  1 file changed, 3 insertions(+), 3 deletions(-)
9087
9088 commit 9d8bbe3e531ded6419b2573c8b813596fff69745
9089 Author: Behdad Esfahbod <behdad@behdad.org>
9090 Date:   Wed Aug 11 11:53:32 2021 -0600
9091
9092     [util] Make main_font_text a struct again
9093     
9094     Going to move to G_OPTION_REMAINING.
9095
9096  util/batch.hh               |  8 +++---
9097  util/hb-ot-shape-closure.cc |  2 +-
9098  util/hb-shape.cc            |  4 +--
9099  util/hb-subset.cc           |  4 +--
9100  util/hb-view.cc             |  2 +-
9101  util/main-font-text.hh      | 59 ++++++++++++++++++++++++---------------------
9102  6 files changed, 41 insertions(+), 38 deletions(-)
9103
9104 commit 5bd463f130935df282cc2a484ef1bb6dbd047170
9105 Author: Behdad Esfahbod <behdad@behdad.org>
9106 Date:   Tue Aug 10 14:26:48 2021 -0600
9107
9108     [util/hb-subset] Access input directly
9109
9110  util/hb-subset.cc      | 3 ---
9111  util/subset-options.hh | 5 -----
9112  2 files changed, 8 deletions(-)
9113
9114 commit 6905f6fa600c2565573952e9d347dfcf9f0d3770
9115 Author: Behdad Esfahbod <behdad@behdad.org>
9116 Date:   Tue Aug 10 14:24:24 2021 -0600
9117
9118     [util/hb-subset] Use templated function to parse flags directly
9119
9120  util/subset-options.hh | 55 +++++++++++++++++++++++++-------------------------
9121  1 file changed, 27 insertions(+), 28 deletions(-)
9122
9123 commit 3e3e1801a5a7916c3966c86b4deab225c3d63167
9124 Author: Behdad Esfahbod <behdad@behdad.org>
9125 Date:   Tue Aug 10 13:59:46 2021 -0600
9126
9127     [util] Small tweaks in --help output
9128
9129  util/font-options.hh | 3 ++-
9130  util/text-options.hh | 4 ++--
9131  2 files changed, 4 insertions(+), 3 deletions(-)
9132
9133 commit c08f1b89037b9a0277b8cef67ff2f38bcf253dfd
9134 Author: Garret Rieger <grieger@google.com>
9135 Date:   Tue Aug 10 12:29:32 2021 -0700
9136
9137     [map] fix incorrect population count in hash map.
9138     
9139     If the same key was set twice the population was being incorrectly incremented.
9140
9141  src/hb-map.hh                                      |   2 +-
9142  test/api/test-map.c                                |  28 +++++++++++++++++++++
9143  ...ase-minimized-hb-subset-fuzzer-5522792714993664 | Bin 0 -> 74 bytes
9144  3 files changed, 29 insertions(+), 1 deletion(-)
9145
9146 commit e39c3bde7bf56a49848cba09cf7309ac6a359796
9147 Author: Garret Rieger <grieger@google.com>
9148 Date:   Tue Aug 10 11:41:55 2021 -0700
9149
9150     [subset] fix bug in parsing glyf flags.
9151     
9152     the bytes of the flag stream were being treated as signed integers instead of unsigned as specified in the spec.
9153
9154  src/hb-ot-glyf-table.hh                                  |   4 ++--
9155  test/subset/data/Makefile.am                             |   1 +
9156  test/subset/data/Makefile.sources                        |   1 +
9157  ..._3131.drop-hints-retain-gids.63,64,65,6F,70,71,72.ttf | Bin 0 -> 1908 bytes
9158  ..._3131.drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1908 bytes
9159  .../glyf_bug_3131.retain-gids.63,64,65,6F,70,71,72.ttf   | Bin 0 -> 1928 bytes
9160  .../glyf_bug_3131.retain-gids.retain-all-codepoint.ttf   | Bin 0 -> 1928 bytes
9161  test/subset/data/fonts/glyf_bug_3131.ttf                 | Bin 0 -> 2600 bytes
9162  test/subset/data/tests/glyf_bug_3131.tests               |  11 +++++++++++
9163  test/subset/meson.build                                  |   1 +
9164  10 files changed, 16 insertions(+), 2 deletions(-)
9165
9166 commit f5a8f747ffc4fa920d12db68f1f40c28627d720a
9167 Merge: d92ee726c f3acb977e
9168 Author: Behdad Esfahbod <behdad@behdad.org>
9169 Date:   Tue Aug 10 11:21:08 2021 -0600
9170
9171     Merge pull request #3132 from harfbuzz/semicolon
9172     
9173     Use semicolon in shaping test suite
9174
9175 commit f3acb977ec269dc735ab68aa477ada774873d5d4
9176 Author: Behdad Esfahbod <behdad@behdad.org>
9177 Date:   Tue Aug 10 11:05:40 2021 -0600
9178
9179     [test/shaping;util] Use ';' instead of ':' to separate test fields
9180     
9181     Accept that in --batch mode. Also in batch mode don't send the 0th arg.
9182     
9183     Related discussion: https://github.com/harfbuzz/harfbuzz/pull/3102
9184
9185  test/shaping/data/aots/hb-aots-tester.cpp          |   18 +-
9186  test/shaping/data/aots/tests/classdef1.tests       |    2 +-
9187  test/shaping/data/aots/tests/classdef1_empty.tests |    2 +-
9188  .../data/aots/tests/classdef1_multiple.tests       |    2 +-
9189  .../shaping/data/aots/tests/classdef1_single.tests |    2 +-
9190  test/shaping/data/aots/tests/classdef2.tests       |    2 +-
9191  test/shaping/data/aots/tests/classdef2_empty.tests |    2 +-
9192  .../data/aots/tests/classdef2_multiple.tests       |    2 +-
9193  .../shaping/data/aots/tests/classdef2_single.tests |    2 +-
9194  test/shaping/data/aots/tests/cmap0.tests           |    2 +-
9195  test/shaping/data/aots/tests/cmap10.tests          |    4 +-
9196  test/shaping/data/aots/tests/cmap12.tests          |    2 +-
9197  test/shaping/data/aots/tests/cmap2.tests           |    2 +-
9198  test/shaping/data/aots/tests/cmap4.tests           |   12 +-
9199  test/shaping/data/aots/tests/cmap6.tests           |    4 +-
9200  test/shaping/data/aots/tests/cmap8.tests           |    2 +-
9201  .../data/aots/tests/gpos1_1_lookupflag.tests       |    2 +-
9202  test/shaping/data/aots/tests/gpos1_1_simple.tests  |    8 +-
9203  test/shaping/data/aots/tests/gpos1_2.tests         |    2 +-
9204  .../data/aots/tests/gpos1_2_lookupflag.tests       |    2 +-
9205  test/shaping/data/aots/tests/gpos2_1.tests         |    4 +-
9206  .../data/aots/tests/gpos2_1_lookupflag.tests       |    4 +-
9207  .../data/aots/tests/gpos2_1_next_glyph.tests       |    4 +-
9208  test/shaping/data/aots/tests/gpos2_1_simple.tests  |    4 +-
9209  test/shaping/data/aots/tests/gpos2_2.tests         |   10 +-
9210  test/shaping/data/aots/tests/gpos3.tests           |   22 +-
9211  .../shaping/data/aots/tests/gpos3_lookupflag.tests |    4 +-
9212  .../shaping/data/aots/tests/gpos4_lookupflag.tests |    4 +-
9213  .../data/aots/tests/gpos4_multiple_anchors.tests   |    2 +-
9214  test/shaping/data/aots/tests/gpos4_simple.tests    |   10 +-
9215  test/shaping/data/aots/tests/gpos5.tests           |    4 +-
9216  test/shaping/data/aots/tests/gpos6.tests           |    6 +-
9217  test/shaping/data/aots/tests/gpos7_1.tests         |    4 +-
9218  test/shaping/data/aots/tests/gpos9.tests           |    4 +-
9219  .../data/aots/tests/gpos_chaining1_boundary.tests  |    8 +-
9220  .../aots/tests/gpos_chaining1_lookupflag.tests     |    2 +-
9221  .../tests/gpos_chaining1_multiple_subrules.tests   |    4 +-
9222  .../aots/tests/gpos_chaining1_next_glyph.tests     |    2 +-
9223  .../data/aots/tests/gpos_chaining1_simple.tests    |   22 +-
9224  .../aots/tests/gpos_chaining1_successive.tests     |    2 +-
9225  .../data/aots/tests/gpos_chaining2_boundary.tests  |    8 +-
9226  .../aots/tests/gpos_chaining2_lookupflag.tests     |    2 +-
9227  .../tests/gpos_chaining2_multiple_subrules.tests   |    4 +-
9228  .../aots/tests/gpos_chaining2_next_glyph.tests     |    2 +-
9229  .../data/aots/tests/gpos_chaining2_simple.tests    |   22 +-
9230  .../aots/tests/gpos_chaining2_successive.tests     |    2 +-
9231  .../data/aots/tests/gpos_chaining3_boundary.tests  |    8 +-
9232  .../aots/tests/gpos_chaining3_lookupflag.tests     |    2 +-
9233  .../aots/tests/gpos_chaining3_next_glyph.tests     |    2 +-
9234  .../data/aots/tests/gpos_chaining3_simple.tests    |   22 +-
9235  .../aots/tests/gpos_chaining3_successive.tests     |    2 +-
9236  .../data/aots/tests/gpos_context1_boundary.tests   |    4 +-
9237  .../data/aots/tests/gpos_context1_expansion.tests  |    2 +-
9238  .../data/aots/tests/gpos_context1_lookupflag.tests |    4 +-
9239  .../tests/gpos_context1_multiple_subrules.tests    |    4 +-
9240  .../data/aots/tests/gpos_context1_next_glyph.tests |    2 +-
9241  .../data/aots/tests/gpos_context1_simple.tests     |    6 +-
9242  .../data/aots/tests/gpos_context1_successive.tests |    2 +-
9243  .../data/aots/tests/gpos_context2_boundary.tests   |    4 +-
9244  .../data/aots/tests/gpos_context2_classes.tests    |    4 +-
9245  .../data/aots/tests/gpos_context2_expansion.tests  |    2 +-
9246  .../data/aots/tests/gpos_context2_lookupflag.tests |    4 +-
9247  .../tests/gpos_context2_multiple_subrules.tests    |    4 +-
9248  .../data/aots/tests/gpos_context2_next_glyph.tests |    2 +-
9249  .../data/aots/tests/gpos_context2_simple.tests     |    6 +-
9250  .../data/aots/tests/gpos_context2_successive.tests |    2 +-
9251  .../data/aots/tests/gpos_context3_boundary.tests   |    4 +-
9252  .../data/aots/tests/gpos_context3_lookupflag.tests |    4 +-
9253  .../data/aots/tests/gpos_context3_next_glyph.tests |    2 +-
9254  .../data/aots/tests/gpos_context3_simple.tests     |    4 +-
9255  .../data/aots/tests/gpos_context3_successive.tests |    2 +-
9256  .../data/aots/tests/gsub1_1_lookupflag.tests       |    2 +-
9257  test/shaping/data/aots/tests/gsub1_1_modulo.tests  |    2 +-
9258  test/shaping/data/aots/tests/gsub1_1_simple.tests  |    2 +-
9259  .../data/aots/tests/gsub1_2_lookupflag.tests       |    2 +-
9260  test/shaping/data/aots/tests/gsub1_2_simple.tests  |    2 +-
9261  .../data/aots/tests/gsub2_1_lookupflag.tests       |    2 +-
9262  .../aots/tests/gsub2_1_multiple_sequences.tests    |    2 +-
9263  test/shaping/data/aots/tests/gsub2_1_simple.tests  |    4 +-
9264  .../data/aots/tests/gsub3_1_lookupflag.tests       |    2 +-
9265  .../shaping/data/aots/tests/gsub3_1_multiple.tests |    2 +-
9266  test/shaping/data/aots/tests/gsub3_1_simple.tests  |    2 +-
9267  .../data/aots/tests/gsub4_1_lookupflag.tests       |    2 +-
9268  .../aots/tests/gsub4_1_multiple_ligatures.tests    |    4 +-
9269  .../data/aots/tests/gsub4_1_multiple_ligsets.tests |    2 +-
9270  test/shaping/data/aots/tests/gsub4_1_simple.tests  |    2 +-
9271  test/shaping/data/aots/tests/gsub7.tests           |    4 +-
9272  .../data/aots/tests/gsub_chaining1_boundary.tests  |    8 +-
9273  .../aots/tests/gsub_chaining1_lookupflag.tests     |    2 +-
9274  .../tests/gsub_chaining1_multiple_subrules.tests   |    4 +-
9275  .../aots/tests/gsub_chaining1_next_glyph.tests     |    2 +-
9276  .../data/aots/tests/gsub_chaining1_simple.tests    |   22 +-
9277  .../aots/tests/gsub_chaining1_successive.tests     |    2 +-
9278  .../data/aots/tests/gsub_chaining2_boundary.tests  |    8 +-
9279  .../aots/tests/gsub_chaining2_lookupflag.tests     |    2 +-
9280  .../tests/gsub_chaining2_multiple_subrules.tests   |    4 +-
9281  .../aots/tests/gsub_chaining2_next_glyph.tests     |    2 +-
9282  .../data/aots/tests/gsub_chaining2_simple.tests    |   22 +-
9283  .../aots/tests/gsub_chaining2_successive.tests     |    2 +-
9284  .../data/aots/tests/gsub_chaining3_boundary.tests  |    8 +-
9285  .../aots/tests/gsub_chaining3_lookupflag.tests     |    2 +-
9286  .../aots/tests/gsub_chaining3_next_glyph.tests     |    2 +-
9287  .../data/aots/tests/gsub_chaining3_simple.tests    |   22 +-
9288  .../aots/tests/gsub_chaining3_successive.tests     |    2 +-
9289  .../data/aots/tests/gsub_context1_boundary.tests   |    4 +-
9290  .../data/aots/tests/gsub_context1_expansion.tests  |    2 +-
9291  .../data/aots/tests/gsub_context1_lookupflag.tests |    4 +-
9292  .../tests/gsub_context1_multiple_subrules.tests    |    4 +-
9293  .../data/aots/tests/gsub_context1_next_glyph.tests |    2 +-
9294  .../data/aots/tests/gsub_context1_simple.tests     |    6 +-
9295  .../data/aots/tests/gsub_context1_successive.tests |    2 +-
9296  .../data/aots/tests/gsub_context2_boundary.tests   |    4 +-
9297  .../data/aots/tests/gsub_context2_classes.tests    |    4 +-
9298  .../data/aots/tests/gsub_context2_expansion.tests  |    2 +-
9299  .../data/aots/tests/gsub_context2_lookupflag.tests |    4 +-
9300  .../tests/gsub_context2_multiple_subrules.tests    |    4 +-
9301  .../data/aots/tests/gsub_context2_next_glyph.tests |    2 +-
9302  .../data/aots/tests/gsub_context2_simple.tests     |    6 +-
9303  .../data/aots/tests/gsub_context2_successive.tests |    2 +-
9304  .../data/aots/tests/gsub_context3_boundary.tests   |    4 +-
9305  .../data/aots/tests/gsub_context3_lookupflag.tests |    4 +-
9306  .../data/aots/tests/gsub_context3_next_glyph.tests |    2 +-
9307  .../data/aots/tests/gsub_context3_simple.tests     |    4 +-
9308  .../data/aots/tests/gsub_context3_successive.tests |    2 +-
9309  .../data/aots/tests/lookupflag_ignore_attach.tests |   10 +-
9310  .../data/aots/tests/lookupflag_ignore_base.tests   |    4 +-
9311  .../aots/tests/lookupflag_ignore_combination.tests |    6 +-
9312  .../aots/tests/lookupflag_ignore_ligatures.tests   |    6 +-
9313  .../data/aots/tests/lookupflag_ignore_marks.tests  |    2 +-
9314  test/shaping/data/in-house/tests/aat-morx.tests    |    2 +-
9315  test/shaping/data/in-house/tests/aat-trak.tests    |   22 +-
9316  .../in-house/tests/arabic-fallback-shaping.tests   |    2 +-
9317  .../data/in-house/tests/arabic-feature-order.tests |    8 +-
9318  .../data/in-house/tests/arabic-like-joining.tests  |    2 +-
9319  .../data/in-house/tests/arabic-mark-attach.tests   |    2 +-
9320  .../data/in-house/tests/arabic-mark-order.tests    |   12 +-
9321  test/shaping/data/in-house/tests/arabic-stch.tests |    2 +-
9322  .../data/in-house/tests/automatic-fractions.tests  |    6 +-
9323  test/shaping/data/in-house/tests/cluster.tests     |    8 +-
9324  test/shaping/data/in-house/tests/collections.tests |   12 +-
9325  test/shaping/data/in-house/tests/color-fonts.tests |    4 +-
9326  .../data/in-house/tests/context-matching.tests     |    6 +-
9327  .../data/in-house/tests/cursive-positioning.tests  |   10 +-
9328  .../data/in-house/tests/default-ignorables.tests   |   10 +-
9329  test/shaping/data/in-house/tests/digits.tests      |   10 +-
9330  .../data/in-house/tests/emoji-clusters.tests       | 6522 ++++++++++----------
9331  test/shaping/data/in-house/tests/emoji.tests       |   10 +-
9332  .../data/in-house/tests/fallback-positioning.tests |    4 +-
9333  test/shaping/data/in-house/tests/hangul-jamo.tests |    4 +-
9334  test/shaping/data/in-house/tests/hyphens.tests     |    4 +-
9335  .../tests/indic-consonant-with-stacker.tests       |    8 +-
9336  .../data/in-house/tests/indic-decompose.tests      |    2 +-
9337  test/shaping/data/in-house/tests/indic-init.tests  |    2 +-
9338  .../in-house/tests/indic-joiner-candrabindu.tests  |    4 +-
9339  .../data/in-house/tests/indic-joiners.tests        |   12 +-
9340  .../data/in-house/tests/indic-old-spec.tests       |    8 +-
9341  .../data/in-house/tests/indic-pref-blocking.tests  |    4 +-
9342  .../in-house/tests/indic-script-extensions.tests   |    4 +-
9343  .../data/in-house/tests/indic-special-cases.tests  |    6 +-
9344  .../data/in-house/tests/indic-syllable.tests       |   24 +-
9345  .../tests/indic-vowel-letter-spoofing.tests        |  106 +-
9346  .../shaping/data/in-house/tests/kern-format2.tests |    6 +-
9347  .../data/in-house/tests/khmer-mark-order.tests     |   50 +-
9348  test/shaping/data/in-house/tests/khmer-misc.tests  |  180 +-
9349  .../data/in-house/tests/language-tags.tests        |   26 +-
9350  test/shaping/data/in-house/tests/ligature-id.tests |   74 +-
9351  test/shaping/data/in-house/tests/macos.tests       |  266 +-
9352  .../data/in-house/tests/mark-attachment.tests      |    2 +-
9353  .../data/in-house/tests/mark-filtering-sets.tests  |   10 +-
9354  .../tests/mongolian-variation-selector.tests       |   38 +-
9355  .../shaping/data/in-house/tests/myanmar-misc.tests |    2 +-
9356  .../data/in-house/tests/myanmar-syllable.tests     |    2 +-
9357  .../data/in-house/tests/myanmar-zawgyi.tests       |    2 +-
9358  .../data/in-house/tests/none-directional.tests     |    6 +-
9359  .../data/in-house/tests/positioning-features.tests |    6 +-
9360  test/shaping/data/in-house/tests/rand.tests        |    6 +-
9361  test/shaping/data/in-house/tests/reverse-sub.tests |    2 +-
9362  test/shaping/data/in-house/tests/rotation.tests    |    8 +-
9363  test/shaping/data/in-house/tests/simple.tests      |    4 +-
9364  test/shaping/data/in-house/tests/sinhala.tests     |    2 +-
9365  test/shaping/data/in-house/tests/spaces.tests      |   68 +-
9366  .../in-house/tests/tibetan-contractions-1.tests    |  120 +-
9367  .../in-house/tests/tibetan-contractions-2.tests    |  106 +-
9368  .../data/in-house/tests/tibetan-vowels.tests       |   22 +-
9369  .../shaping/data/in-house/tests/tt-kern-gpos.tests |    2 +-
9370  test/shaping/data/in-house/tests/use-indic3.tests  |    2 +-
9371  test/shaping/data/in-house/tests/use-marchen.tests |   70 +-
9372  .../shaping/data/in-house/tests/use-syllable.tests |   44 +-
9373  .../in-house/tests/use-vowel-letter-spoofing.tests |  188 +-
9374  test/shaping/data/in-house/tests/use.tests         |   30 +-
9375  .../data/in-house/tests/variations-rvrn.tests      |  200 +-
9376  test/shaping/data/in-house/tests/variations.tests  |   10 +-
9377  test/shaping/data/in-house/tests/vertical.tests    |    8 +-
9378  .../data/in-house/tests/zero-width-marks.tests     |   22 +-
9379  .../data/text-rendering-tests/tests/AVAR-1.tests   |   34 +-
9380  .../data/text-rendering-tests/tests/CFF-1.tests    |   26 +-
9381  .../data/text-rendering-tests/tests/CFF-2.tests    |   26 +-
9382  .../data/text-rendering-tests/tests/CFF2-1.tests   |   18 +-
9383  .../data/text-rendering-tests/tests/CMAP-1.tests   |    8 +-
9384  .../data/text-rendering-tests/tests/CMAP-2.tests   |    4 +-
9385  .../data/text-rendering-tests/tests/CMAP-3.tests   |   40 +-
9386  .../data/text-rendering-tests/tests/CVAR-1.tests   |    6 +-
9387  .../data/text-rendering-tests/tests/CVAR-2.tests   |    6 +-
9388  .../data/text-rendering-tests/tests/GLYF-1.tests   |    2 +-
9389  .../data/text-rendering-tests/tests/GPOS-1.tests   |   38 +-
9390  .../data/text-rendering-tests/tests/GPOS-2.tests   |    6 +-
9391  .../data/text-rendering-tests/tests/GPOS-3.tests   |    8 +-
9392  .../data/text-rendering-tests/tests/GPOS-4.tests   |    8 +-
9393  .../data/text-rendering-tests/tests/GPOS-5.tests   |   10 +-
9394  .../data/text-rendering-tests/tests/GSUB-1.tests   |    2 +-
9395  .../data/text-rendering-tests/tests/GSUB-2.tests   |   22 +-
9396  .../data/text-rendering-tests/tests/GSUB-3.tests   |    2 +-
9397  .../data/text-rendering-tests/tests/GVAR-1.tests   |   18 +-
9398  .../data/text-rendering-tests/tests/GVAR-2.tests   |   18 +-
9399  .../data/text-rendering-tests/tests/GVAR-3.tests   |   18 +-
9400  .../data/text-rendering-tests/tests/GVAR-4.tests   |   22 +-
9401  .../data/text-rendering-tests/tests/GVAR-5.tests   |   22 +-
9402  .../data/text-rendering-tests/tests/GVAR-6.tests   |   22 +-
9403  .../data/text-rendering-tests/tests/GVAR-7.tests   |   14 +-
9404  .../data/text-rendering-tests/tests/GVAR-8.tests   |   12 +-
9405  .../data/text-rendering-tests/tests/GVAR-9.tests   |   20 +-
9406  .../data/text-rendering-tests/tests/HVAR-1.tests   |   12 +-
9407  .../data/text-rendering-tests/tests/HVAR-2.tests   |   12 +-
9408  .../data/text-rendering-tests/tests/KERN-1.tests   |    2 +-
9409  .../data/text-rendering-tests/tests/KERN-2.tests   |    2 +-
9410  .../data/text-rendering-tests/tests/MORX-1.tests   |    2 +-
9411  .../data/text-rendering-tests/tests/MORX-10.tests  |    2 +-
9412  .../data/text-rendering-tests/tests/MORX-11.tests  |    2 +-
9413  .../data/text-rendering-tests/tests/MORX-12.tests  |    6 +-
9414  .../data/text-rendering-tests/tests/MORX-13.tests  |    2 +-
9415  .../data/text-rendering-tests/tests/MORX-14.tests  |    4 +-
9416  .../data/text-rendering-tests/tests/MORX-16.tests  |    2 +-
9417  .../data/text-rendering-tests/tests/MORX-17.tests  |    2 +-
9418  .../data/text-rendering-tests/tests/MORX-18.tests  |    8 +-
9419  .../data/text-rendering-tests/tests/MORX-19.tests  |    4 +-
9420  .../data/text-rendering-tests/tests/MORX-2.tests   |   32 +-
9421  .../data/text-rendering-tests/tests/MORX-20.tests  |   14 +-
9422  .../data/text-rendering-tests/tests/MORX-21.tests  |    2 +-
9423  .../data/text-rendering-tests/tests/MORX-22.tests  |    2 +-
9424  .../data/text-rendering-tests/tests/MORX-23.tests  |    2 +-
9425  .../data/text-rendering-tests/tests/MORX-24.tests  |    2 +-
9426  .../data/text-rendering-tests/tests/MORX-25.tests  |   18 +-
9427  .../data/text-rendering-tests/tests/MORX-26.tests  |    4 +-
9428  .../data/text-rendering-tests/tests/MORX-27.tests  |    6 +-
9429  .../data/text-rendering-tests/tests/MORX-28.tests  |   10 +-
9430  .../data/text-rendering-tests/tests/MORX-29.tests  |    8 +-
9431  .../data/text-rendering-tests/tests/MORX-3.tests   |   32 +-
9432  .../data/text-rendering-tests/tests/MORX-30.tests  |    8 +-
9433  .../data/text-rendering-tests/tests/MORX-31.tests  |   16 +-
9434  .../data/text-rendering-tests/tests/MORX-32.tests  |    8 +-
9435  .../data/text-rendering-tests/tests/MORX-33.tests  |    6 +-
9436  .../data/text-rendering-tests/tests/MORX-34.tests  |    2 +-
9437  .../data/text-rendering-tests/tests/MORX-35.tests  |    4 +-
9438  .../data/text-rendering-tests/tests/MORX-36.tests  |    2 +-
9439  .../data/text-rendering-tests/tests/MORX-37.tests  |    8 +-
9440  .../data/text-rendering-tests/tests/MORX-38.tests  |    8 +-
9441  .../data/text-rendering-tests/tests/MORX-39.tests  |    8 +-
9442  .../data/text-rendering-tests/tests/MORX-4.tests   |   30 +-
9443  .../data/text-rendering-tests/tests/MORX-40.tests  |    8 +-
9444  .../data/text-rendering-tests/tests/MORX-41.tests  |    8 +-
9445  .../data/text-rendering-tests/tests/MORX-5.tests   |   50 +-
9446  .../data/text-rendering-tests/tests/MORX-6.tests   |    2 +-
9447  .../data/text-rendering-tests/tests/MORX-7.tests   |    2 +-
9448  .../data/text-rendering-tests/tests/MORX-8.tests   |    6 +-
9449  .../data/text-rendering-tests/tests/MORX-9.tests   |    2 +-
9450  .../data/text-rendering-tests/tests/SFNT-1.tests   |    4 +-
9451  .../data/text-rendering-tests/tests/SFNT-2.tests   |    4 +-
9452  .../data/text-rendering-tests/tests/SHARAN-1.tests |   12 +-
9453  .../data/text-rendering-tests/tests/SHBALI-1.tests |   44 +-
9454  .../data/text-rendering-tests/tests/SHBALI-2.tests |   24 +-
9455  .../data/text-rendering-tests/tests/SHBALI-3.tests |   18 +-
9456  .../data/text-rendering-tests/tests/SHKNDA-1.tests |   68 +-
9457  .../data/text-rendering-tests/tests/SHKNDA-2.tests |   32 +-
9458  .../data/text-rendering-tests/tests/SHKNDA-3.tests |   62 +-
9459  .../data/text-rendering-tests/tests/SHLANA-1.tests |  104 +-
9460  .../text-rendering-tests/tests/SHLANA-10.tests     |   94 +-
9461  .../data/text-rendering-tests/tests/SHLANA-2.tests |   74 +-
9462  .../data/text-rendering-tests/tests/SHLANA-3.tests |   26 +-
9463  .../data/text-rendering-tests/tests/SHLANA-4.tests |    6 +-
9464  .../data/text-rendering-tests/tests/SHLANA-5.tests |   26 +-
9465  .../data/text-rendering-tests/tests/SHLANA-6.tests |   14 +-
9466  .../data/text-rendering-tests/tests/SHLANA-7.tests |   36 +-
9467  .../data/text-rendering-tests/tests/SHLANA-8.tests |   26 +-
9468  .../data/text-rendering-tests/tests/SHLANA-9.tests |   12 +-
9469  test/shaping/record-test.sh                        |    2 +-
9470  test/shaping/run-tests.py                          |   16 +-
9471  test/subset/run-repack-tests.py                    |    8 +-
9472  test/subset/run-tests.py                           |    8 +-
9473  util/batch.hh                                      |   10 +-
9474  289 files changed, 5277 insertions(+), 5279 deletions(-)
9475
9476 commit b83fd3a564aaaa0311a1f8275b2ae5bbc8b94e2c
9477 Author: Behdad Esfahbod <behdad@behdad.org>
9478 Date:   Tue Aug 10 02:21:05 2021 -0600
9479
9480     [util] Refactor batch-processing code into batch.hh
9481
9482  test/subset/run-repack-tests.py |  2 +-
9483  test/subset/run-tests.py        |  2 +-
9484  util/Makefile.sources           |  2 ++
9485  util/batch.hh                   | 72 +++++++++++++++++++++++++++++++++++++++++
9486  util/hb-shape.cc                | 34 ++-----------------
9487  util/hb-subset.cc               | 34 ++-----------------
9488  6 files changed, 80 insertions(+), 66 deletions(-)
9489
9490 commit d92ee726ce3b2fc2c249407d977433f0badcc918
9491 Author: Behdad Esfahbod <behdad@behdad.org>
9492 Date:   Mon Aug 9 19:08:34 2021 -0600
9493
9494     [util/hb-shape] Treat as single-paragraph text other than provided by a file
9495     
9496     Fixes https://github.com/harfbuzz/harfbuzz/issues/3129
9497
9498  util/hb-shape.cc       |  4 ++--
9499  util/hb-subset.cc      |  4 ++--
9500  util/main-font-text.hh |  4 ++--
9501  util/text-options.hh   | 39 +++++++++------------------------------
9502  4 files changed, 15 insertions(+), 36 deletions(-)
9503
9504 commit 8940409e3c108e2c26c0f22679eb3c6cea4fee9d
9505 Merge: f5ba1fabc 7d2e9164a
9506 Author: Behdad Esfahbod <behdad@behdad.org>
9507 Date:   Mon Aug 9 13:21:07 2021 -0600
9508
9509     Merge pull request #3121 from harfbuzz/subset-args
9510     
9511     Fix up `hb-subset --help-all`
9512
9513 commit f5ba1fabced5b04615ece8938d950b098490fe97
9514 Author: Ben Wagner <bungeman@chromium.org>
9515 Date:   Sat Aug 7 16:05:51 2021 -0400
9516
9517     Fix documentation of hb_subset_flags_t defaults
9518     
9519     HB_SUBSET_FLAGS_DEFAULT is 0, and hb_subset_input_create_or_fail
9520     initializes its flags to HB_SUBSET_FLAGS_DEFAULT, so currently all flags
9521     are set to false by default. It has been decided that future flags will
9522     also be false by default for simplicity (using NO_ in the name if
9523     needed). Correct and simplify the documentation for hb_subset_flags_t to
9524     reflect this.
9525
9526  src/hb-subset.h | 15 ++++++---------
9527  1 file changed, 6 insertions(+), 9 deletions(-)
9528
9529 commit 7d2e9164ab6681bfd9fa0946a1150905a1aba283
9530 Author: Behdad Esfahbod <behdad@behdad.org>
9531 Date:   Sat Aug 7 13:38:19 2021 -0600
9532
9533     [util] Move text options into text_options_t
9534     
9535     Remove now empty options.cc.
9536
9537  util/Makefile.sources                |   8 +--
9538  util/hb-ot-shape-closure.cc          |   1 +
9539  util/hb-shape.cc                     |   4 +-
9540  util/hb-subset.cc                    |   1 +
9541  util/hb-view.cc                      |   2 +
9542  util/meson.build                     |   4 --
9543  util/options.hh                      |  43 -------------
9544  util/{options.cc => text-options.hh} | 120 ++++++++++++++++++++---------------
9545  8 files changed, 81 insertions(+), 102 deletions(-)
9546
9547 commit 93bc62e9b24404d2af4042c4a9aa450af79be8dd
9548 Author: Behdad Esfahbod <behdad@behdad.org>
9549 Date:   Sat Aug 7 13:13:58 2021 -0600
9550
9551     [util] Move output options into output-options.hh
9552
9553  util/Makefile.sources  |  15 +++---
9554  util/hb-shape.cc       |   1 +
9555  util/hb-subset.cc      |   1 +
9556  util/helper-cairo.hh   |   4 +-
9557  util/options.cc        |  50 --------------------
9558  util/options.hh        |  40 ----------------
9559  util/output-options.hh | 123 +++++++++++++++++++++++++++++++++++++++++++++++++
9560  util/view-cairo.hh     |   1 +
9561  8 files changed, 137 insertions(+), 98 deletions(-)
9562
9563 commit af9d2495dc68c4a64bab87a7cc0a60927d81fa53
9564 Author: Behdad Esfahbod <behdad@behdad.org>
9565 Date:   Sat Aug 7 12:29:52 2021 -0600
9566
9567     [util] Use inheritance for output_options_t
9568
9569  util/hb-shape.cc   | 41 ++++++++++++++++++++---------------------
9570  util/hb-subset.cc  |  9 +++------
9571  util/view-cairo.hh | 12 ++++++------
9572  3 files changed, 29 insertions(+), 33 deletions(-)
9573
9574 commit 9db0fd4821ab721bbf558e999044384726ba650e
9575 Author: Behdad Esfahbod <behdad@behdad.org>
9576 Date:   Sat Aug 7 12:22:17 2021 -0600
9577
9578     [util] Don't show --output-format if no supported formats provided
9579
9580  util/options.cc | 9 ++++-----
9581  1 file changed, 4 insertions(+), 5 deletions(-)
9582
9583 commit 5545eea7e575318d53aa42acbb09cf39e4b82134
9584 Author: Behdad Esfahbod <behdad@behdad.org>
9585 Date:   Sat Aug 7 11:04:46 2021 -0600
9586
9587     [util] Remove main_font_text_t class, use bare function
9588
9589  util/hb-ot-shape-closure.cc |  3 +-
9590  util/hb-shape.cc            |  8 ++---
9591  util/hb-subset.cc           |  8 ++---
9592  util/hb-view.cc             |  3 +-
9593  util/main-font-text.hh      | 72 +++++++++++++++++----------------------------
9594  util/options.hh             | 15 ++++++++++
9595  6 files changed, 50 insertions(+), 59 deletions(-)
9596
9597 commit 58c223357b340ceb64af337b481fd4786152881e
9598 Author: Behdad Esfahbod <behdad@behdad.org>
9599 Date:   Fri Aug 6 23:45:59 2021 -0600
9600
9601     [util] Move face/font options into face/font-options.hh
9602
9603  util/Makefile.sources       |   7 +
9604  util/face-options.hh        | 135 +++++++++++++++++++
9605  util/font-options.hh        | 306 ++++++++++++++++++++++++++++++++++++++++++
9606  util/hb-ot-shape-closure.cc |   3 +-
9607  util/hb-shape.cc            |   2 +-
9608  util/hb-subset.cc           |   7 +-
9609  util/hb-view.cc             |   2 +-
9610  util/main-font-text.hh      |   2 +-
9611  util/options.cc             | 318 +-------------------------------------------
9612  util/options.hh             |  63 ---------
9613  util/shape-consumer.hh      |   1 +
9614  11 files changed, 457 insertions(+), 389 deletions(-)
9615
9616 commit 6edd50ae7fa550c909fa32339537f6105002a07d
9617 Author: Behdad Esfahbod <behdad@behdad.org>
9618 Date:   Fri Aug 6 23:36:45 2021 -0600
9619
9620     [util] Move option_parser_t code into options.hh
9621
9622  util/options.cc | 83 --------------------------------------------------------
9623  util/options.hh | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
9624  2 files changed, 83 insertions(+), 84 deletions(-)
9625
9626 commit 798bb89c969288704c1cc534192eac9e6339d66a
9627 Author: Behdad Esfahbod <behdad@behdad.org>
9628 Date:   Fri Aug 6 23:29:29 2021 -0600
9629
9630     [util] Move shape format options into shape-format.hh
9631
9632  util/Makefile.sources |   1 +
9633  util/hb-shape.cc      |   5 +-
9634  util/hb-subset.cc     |   2 +-
9635  util/hb-view.cc       |   2 +-
9636  util/options.cc       | 135 -------------------------------
9637  util/options.hh       |  42 ----------
9638  util/shape-format.hh  | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++
9639  7 files changed, 220 insertions(+), 181 deletions(-)
9640
9641 commit c3599fded73882d5234a995b7f253baf0b4fa1e4
9642 Author: Behdad Esfahbod <behdad@behdad.org>
9643 Date:   Fri Aug 6 23:24:28 2021 -0600
9644
9645     [util] Move shape options into shape-options.hh
9646
9647  util/Makefile.sources       |   2 +
9648  util/hb-ot-shape-closure.cc |   1 +
9649  util/main-font-text.hh      |   1 -
9650  util/options.cc             | 179 +---------------
9651  util/options.hh             | 286 --------------------------
9652  util/shape-consumer.hh      |   3 +-
9653  util/shape-options.hh       | 490 ++++++++++++++++++++++++++++++++++++++++++++
9654  7 files changed, 496 insertions(+), 466 deletions(-)
9655
9656 commit cfb2d6ad9e34f4b61ea3fedd27ac448a47ac4c09
9657 Author: Behdad Esfahbod <behdad@behdad.org>
9658 Date:   Fri Aug 6 23:14:30 2021 -0600
9659
9660     [util] Move view options into view-options.hh
9661
9662  util/Makefile.sources |  15 +++---
9663  util/options.cc       |  64 --------------------------
9664  util/options.hh       |  25 ----------
9665  util/view-cairo.hh    |   4 +-
9666  util/view-options.hh  | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++
9667  5 files changed, 132 insertions(+), 99 deletions(-)
9668
9669 commit 167f58a2ca1db5649a0724f88e033c28a3bbb844
9670 Author: Behdad Esfahbod <behdad@behdad.org>
9671 Date:   Fri Aug 6 23:03:30 2021 -0600
9672
9673     [util] Move subset options into subset-options.hh
9674
9675  util/Makefile.sources                         |  2 +-
9676  util/hb-subset.cc                             |  3 +-
9677  util/meson.build                              |  1 -
9678  util/options.hh                               | 40 ------------------------
9679  util/{options-subset.cc => subset-options.hh} | 45 +++++++++++++++++++++++++++
9680  5 files changed, 48 insertions(+), 43 deletions(-)
9681
9682 commit 370e961faf28291def7f011f694bef1266adda99
9683 Author: Behdad Esfahbod <behdad@behdad.org>
9684 Date:   Fri Aug 6 22:59:50 2021 -0600
9685
9686     [util/hb-subset] Use hb-subset.h public API instead of poking inside
9687     
9688     Oops.
9689
9690  util/options-subset.cc | 11 +++++------
9691  1 file changed, 5 insertions(+), 6 deletions(-)
9692
9693 commit 4e97678ebb77be96765942051d8bb03ab8f74f1c
9694 Author: Behdad Esfahbod <behdad@behdad.org>
9695 Date:   Fri Aug 6 22:53:44 2021 -0600
9696
9697     [util] Use inheritence to embed inherent options of objects
9698
9699  util/hb-subset.cc      |  9 ++++-----
9700  util/shape-consumer.hh | 15 +++++++--------
9701  util/view-cairo.hh     | 33 ++++++++++++++++-----------------
9702  3 files changed, 27 insertions(+), 30 deletions(-)
9703
9704 commit 06d661803c79e18bad3e943894a8a7bcba1352e8
9705 Author: Behdad Esfahbod <behdad@behdad.org>
9706 Date:   Fri Aug 6 19:20:47 2021 -0600
9707
9708     [util] Fix compiler error
9709     
9710     ../util/options.cc:588:3: error: narrowing conversion of ‘font_size_flags’ from ‘unsigned int’ to ‘gint {aka int}’ inside { } [-Werror=narrowing]
9711
9712  util/options.cc | 2 +-
9713  1 file changed, 1 insertion(+), 1 deletion(-)
9714
9715 commit c5337c43e932f23c18380995fa1ec74e2d8eaeb7
9716 Author: Behdad Esfahbod <behdad@behdad.org>
9717 Date:   Fri Aug 6 19:19:50 2021 -0600
9718
9719     [util] Fold helper-cairo.cc into helper-cairo.hh
9720
9721  util/Makefile.sources |   1 -
9722  util/helper-cairo.cc  | 668 --------------------------------------------------
9723  util/helper-cairo.hh  | 636 ++++++++++++++++++++++++++++++++++++++++++++++-
9724  util/meson.build      |   1 -
9725  4 files changed, 624 insertions(+), 682 deletions(-)
9726
9727 commit c329ce1000ee202700582396b0a47918d815e22e
9728 Author: Behdad Esfahbod <behdad@behdad.org>
9729 Date:   Fri Aug 6 19:13:21 2021 -0600
9730
9731     [util] Also hide ppem settings in hb-ot-shape-closure
9732     
9733     Leaving ptem, as that can in theory change shape closure if we apply it
9734     to optical-size axis (we currently don't).
9735
9736  util/options.cc | 9 ++++++---
9737  1 file changed, 6 insertions(+), 3 deletions(-)
9738
9739 commit c40e00796c6ae900a9e540ad9e345a4514fdc4eb
9740 Author: Behdad Esfahbod <behdad@behdad.org>
9741 Date:   Fri Aug 6 19:04:27 2021 -0600
9742
9743     [util] Fold helper-cairo-ansi.cc into helper-cairo-ansi.hh
9744
9745  util/Makefile.sources     |   1 -
9746  util/helper-cairo-ansi.cc | 202 ----------------------------------------------
9747  util/helper-cairo-ansi.hh | 174 ++++++++++++++++++++++++++++++++++++++-
9748  util/meson.build          |   1 -
9749  4 files changed, 172 insertions(+), 206 deletions(-)
9750
9751 commit 4fe43ccbf172d633c17ea4d5c308310d4597062f
9752 Author: Behdad Esfahbod <behdad@behdad.org>
9753 Date:   Fri Aug 6 19:00:45 2021 -0600
9754
9755     [util] Fold ansi-print.cc into ansi-print.hh
9756
9757  util/Makefile.sources |   1 -
9758  util/ansi-print.cc    | 427 --------------------------------------------------
9759  util/ansi-print.hh    | 391 ++++++++++++++++++++++++++++++++++++++++++++-
9760  util/meson.build      |   1 -
9761  4 files changed, 389 insertions(+), 431 deletions(-)
9762
9763 commit b1db0e4a0f2c1aa1f64176b0da9ca4ea5585d0ee
9764 Author: Behdad Esfahbod <behdad@behdad.org>
9765 Date:   Fri Aug 6 18:55:40 2021 -0600
9766
9767     [util] Fold view-cairo.cc into view-cairo.hh
9768
9769  util/Makefile.sources |   1 -
9770  util/meson.build      |   1 -
9771  util/view-cairo.cc    | 140 --------------------------------------------------
9772  util/view-cairo.hh    | 110 +++++++++++++++++++++++++++++++++++++++
9773  4 files changed, 110 insertions(+), 142 deletions(-)
9774
9775 commit 6500f68f1fd0614c7165fc9bea6d37a3cf17a8b4
9776 Author: Behdad Esfahbod <behdad@behdad.org>
9777 Date:   Fri Aug 6 18:46:31 2021 -0600
9778
9779     [util] Change hb-subset to use face_options_t instead of font_options_t
9780
9781  util/hb-subset.cc      | 9 +++++----
9782  util/main-font-text.hh | 3 +--
9783  2 files changed, 6 insertions(+), 6 deletions(-)
9784
9785 commit 869e20e09f96ba6cddc5db7e9aa6fde29d84ed78
9786 Author: Behdad Esfahbod <behdad@behdad.org>
9787 Date:   Fri Aug 6 18:09:31 2021 -0600
9788
9789     [util] separate face options from font options
9790
9791  util/helper-cairo.cc |  2 +-
9792  util/options.cc      | 87 +++++++++++++++++++++++++++++++++-------------------
9793  util/options.hh      | 48 +++++++++++++++++------------
9794  3 files changed, 85 insertions(+), 52 deletions(-)
9795
9796 commit b3a2f2bfcf483b525c55de211e3c644dba860e51
9797 Author: Behdad Esfahbod <behdad@behdad.org>
9798 Date:   Thu Aug 5 14:03:48 2021 -0600
9799
9800     [util/main-font-text] Simplify
9801
9802  util/main-font-text.hh | 21 ++++++++-------------
9803  1 file changed, 8 insertions(+), 13 deletions(-)
9804
9805 commit 71440dbd90d77b2af35c69fac90e9342e9a9e439
9806 Author: Behdad Esfahbod <behdad@behdad.org>
9807 Date:   Thu Aug 5 13:48:59 2021 -0600
9808
9809     [util] Move font-size and upem to be extern variables
9810
9811  util/hb-ot-shape-closure.cc |  5 ++++-
9812  util/hb-shape.cc            |  5 ++++-
9813  util/hb-subset.cc           |  5 ++++-
9814  util/hb-view.cc             |  6 +++---
9815  util/main-font-text.hh      |  6 +-----
9816  util/options.cc             |  6 +++---
9817  util/options.hh             | 17 ++++++-----------
9818  7 files changed, 25 insertions(+), 25 deletions(-)
9819
9820 commit fc0339eef0fa302f74ca9a3b90430288dac29df3
9821 Author: Behdad Esfahbod <behdad@behdad.org>
9822 Date:   Thu Aug 5 13:35:46 2021 -0600
9823
9824     [util] Simplify shape-consumer by removing buffer arg
9825
9826  util/hb-ot-shape-closure.cc | 5 ++---
9827  util/hb-subset.cc           | 3 +--
9828  util/main-font-text.hh      | 4 +---
9829  util/shape-consumer.hh      | 5 ++---
9830  4 files changed, 6 insertions(+), 11 deletions(-)
9831
9832 commit e014c6fa2d4b1cb341d065d582d1dd995c04e5b5
9833 Author: Behdad Esfahbod <behdad@behdad.org>
9834 Date:   Thu Aug 5 13:24:59 2021 -0600
9835
9836     [util/main-font-text] Move eol from template arg to main() arg
9837
9838  util/hb-shape.cc       | 11 +++++------
9839  util/hb-subset.cc      | 11 +++++------
9840  util/main-font-text.hh |  4 ++--
9841  3 files changed, 12 insertions(+), 14 deletions(-)
9842
9843 commit 463411a1de4b9ca2e267a1ce0f9667da17a73d1e
9844 Author: Behdad Esfahbod <behdad@behdad.org>
9845 Date:   Thu Aug 5 11:44:35 2021 -0600
9846
9847     [util] Remove unused option_group_t
9848
9849  util/hb-ot-shape-closure.cc |  2 +-
9850  util/options.hh             | 31 +++++++++++++------------------
9851  2 files changed, 14 insertions(+), 19 deletions(-)
9852
9853 commit 8588173ee6ace5926e090120fbcad85e5be1fab5
9854 Author: Behdad Esfahbod <behdad@behdad.org>
9855 Date:   Thu Aug 5 11:43:25 2021 -0600
9856
9857     [util] Rework post_parse() handling
9858
9859  util/options.hh | 16 ++++++++++------
9860  1 file changed, 10 insertions(+), 6 deletions(-)
9861
9862 commit 3362b48f5a5eee9fe6378787ffce3304b341e474
9863 Author: Behdad Esfahbod <behdad@behdad.org>
9864 Date:   Thu Aug 5 11:30:39 2021 -0600
9865
9866     [util] Templatize add_group logic
9867
9868  util/options.cc | 25 -------------------------
9869  util/options.hh | 22 +++++++++++++++++++++-
9870  2 files changed, 21 insertions(+), 26 deletions(-)
9871
9872 commit fe90fbeba3b9ddca20e1ecc0feb99ddb8132f961
9873 Author: Behdad Esfahbod <behdad@behdad.org>
9874 Date:   Thu Aug 5 11:22:20 2021 -0600
9875
9876     [util] Remove unused pre_parse callback logic
9877
9878  util/options.cc | 13 +------------
9879  util/options.hh |  1 -
9880  2 files changed, 1 insertion(+), 13 deletions(-)
9881
9882 commit 09e4d7dd306ceb58064b92ec3cfc3ad7900a7802
9883 Author: Behdad Esfahbod <behdad@behdad.org>
9884 Date:   Thu Aug 5 11:21:20 2021 -0600
9885
9886     [util] Simplify output_options_t
9887
9888  util/hb-ot-shape-closure.cc |  2 +-
9889  util/hb-shape.cc            |  9 +++------
9890  util/options.cc             |  3 ++-
9891  util/options.hh             | 21 ++++++++-------------
9892  util/view-cairo.hh          |  5 +----
9893  5 files changed, 15 insertions(+), 25 deletions(-)
9894
9895 commit e109f9a6f9954f55a7ca2f336aa41a0235dca37b
9896 Author: Behdad Esfahbod <behdad@behdad.org>
9897 Date:   Thu Aug 5 11:05:51 2021 -0600
9898
9899     [util] Collect cmdline arg options outside of constructor
9900
9901  util/hb-ot-shape-closure.cc |  8 ++------
9902  util/hb-shape.cc            | 11 ++++++++---
9903  util/hb-subset.cc           | 13 +++++++------
9904  util/main-font-text.hh      | 16 +++++++++++-----
9905  util/options.hh             | 37 ++++++-------------------------------
9906  util/shape-consumer.hh      |  9 +++++----
9907  util/view-cairo.hh          | 11 ++++++++---
9908  7 files changed, 47 insertions(+), 58 deletions(-)
9909
9910 commit e57dd6688937072ac1b5bf2cd45c8fb9e867abe1
9911 Author: Behdad Esfahbod <behdad@behdad.org>
9912 Date:   Thu Aug 5 10:33:31 2021 -0600
9913
9914     [util] Initialize struct members inline
9915
9916  util/hb-ot-shape-closure.cc |  13 ++-
9917  util/hb-shape.cc            |  20 ++---
9918  util/hb-subset.cc           |  10 ++-
9919  util/options.hh             | 214 +++++++++++++++-----------------------------
9920  util/shape-consumer.hh      |  14 ++-
9921  util/view-cairo.hh          |  20 ++---
9922  6 files changed, 110 insertions(+), 181 deletions(-)
9923
9924 commit 21f1054d4718213c5b4e4abba7fe74979e93febe
9925 Author: Behdad Esfahbod <behdad@behdad.org>
9926 Date:   Wed Aug 4 20:23:48 2021 -0600
9927
9928     [util/hb-subset] Keep face around instead of font
9929
9930  util/hb-subset.cc | 15 +++++++--------
9931  1 file changed, 7 insertions(+), 8 deletions(-)
9932
9933 commit 8c0c217b5a1ded98ce62a3c7394942bcb3b95396
9934 Author: Garret Rieger <grieger@google.com>
9935 Date:   Fri Aug 6 10:45:38 2021 -0700
9936
9937     [subset] fail reference blob in face builder if allocation for table sorting fails.
9938     
9939     Fixes https://oss-fuzz.com/testcase-detail/5041767803125760
9940
9941  src/hb-face.cc                                             |   6 ++++++
9942  ...zz-testcase-minimized-hb-subset-fuzzer-5041767803125760 | Bin 0 -> 29 bytes
9943  2 files changed, 6 insertions(+)
9944
9945 commit e5bfd49ae5bc711a40e3fac9e3b8230f251e5d67
9946 Author: Garret Rieger <grieger@google.com>
9947 Date:   Thu Aug 5 14:03:25 2021 -0700
9948
9949     [subset] don't allow table adds for tag == -1.
9950
9951  src/hb-face.cc | 3 +++
9952  1 file changed, 3 insertions(+)
9953
9954 commit 222b74f08f8cc4a5e1b7c1582b28db5588ea11da
9955 Author: Garret Rieger <grieger@google.com>
9956 Date:   Thu Aug 5 11:39:26 2021 -0700
9957
9958     [subset] don't leak memory for duplicate tables.
9959
9960  src/hb-face.cc | 2 ++
9961  1 file changed, 2 insertions(+)
9962
9963 commit f7a9c3ea9324caf83eaacd65a7493470d09198a3
9964 Author: Behdad Esfahbod <behdad@behdad.org>
9965 Date:   Thu Aug 5 13:05:07 2021 -0600
9966
9967     [open-file] Use hb_is_source_of instead of hb_is_iterator
9968
9969  src/hb-open-file.hh | 4 ++--
9970  1 file changed, 2 insertions(+), 2 deletions(-)
9971
9972 commit fa90cb8a3128d617d8a71b73085eb05af105f62c
9973 Author: Behdad Esfahbod <behdad@behdad.org>
9974 Date:   Thu Aug 5 12:31:06 2021 -0600
9975
9976     Whitespace again
9977
9978  src/hb-open-file.hh | 2 +-
9979  1 file changed, 1 insertion(+), 1 deletion(-)
9980
9981 commit a110a47eb5782cf35b6b042fd3c7565a204b6ff7
9982 Author: Behdad Esfahbod <behdad@behdad.org>
9983 Date:   Thu Aug 5 12:28:39 2021 -0600
9984
9985     Whitespace
9986
9987  src/hb-open-file.hh | 6 ++++--
9988  1 file changed, 4 insertions(+), 2 deletions(-)
9989
9990 commit 2cb8c928d75ae4c0ac491be60e65be4a77fe9705
9991 Author: Behdad Esfahbod <behdad@behdad.org>
9992 Date:   Thu Aug 5 12:27:22 2021 -0600
9993
9994     [face] Let hashmap derive invalid key/value types
9995     
9996     Works now with the previous two fixes.
9997
9998  src/hb-face.cc | 2 +-
9999  1 file changed, 1 insertion(+), 1 deletion(-)
10000
10001 commit 95c888e192909b18de6f38da8b6e4d8294416703
10002 Author: Behdad Esfahbod <behdad@behdad.org>
10003 Date:   Thu Aug 5 12:27:02 2021 -0600
10004
10005     [meta] Define hb_int_min for pointer types as nullptr
10006
10007  src/hb-meta.hh | 1 +
10008  1 file changed, 1 insertion(+)
10009
10010 commit 407a112e7b743e75053ed2278416cb1bd5c91fac
10011 Author: Behdad Esfahbod <behdad@behdad.org>
10012 Date:   Thu Aug 5 12:23:53 2021 -0600
10013
10014     [meta] Make hb_is_signed/hb_is_unsigned work on all types
10015     
10016     They were failing if type was non-scalar, eg. pointer.
10017
10018  src/hb-meta.hh | 16 ++++++++--------
10019  1 file changed, 8 insertions(+), 8 deletions(-)
10020
10021 commit baf2166a24554ba26ac88f800fc6f124a0adf706
10022 Author: Behdad Esfahbod <behdad@behdad.org>
10023 Date:   Thu Aug 5 12:07:25 2021 -0600
10024
10025     [meta] Use hb_true_type/hb_false_type more
10026
10027  src/hb-meta.hh | 14 +++++++-------
10028  1 file changed, 7 insertions(+), 7 deletions(-)
10029
10030 commit 74ad5ddcd759140a1a35d38288d0e615538b66ca
10031 Author: Behdad Esfahbod <behdad@behdad.org>
10032 Date:   Thu Aug 5 11:51:54 2021 -0600
10033
10034     [face] Minor cleaning of previous commit
10035
10036  src/hb-face.cc | 17 ++++++++---------
10037  1 file changed, 8 insertions(+), 9 deletions(-)
10038
10039 commit c2ee1fdd404e980303dd92882b1df816727a4b65
10040 Author: Garret Rieger <grieger@google.com>
10041 Date:   Wed Aug 4 16:42:49 2021 -0700
10042
10043     [subset] remove unsed table_entry struct.
10044
10045  src/hb-face.cc                                     |  48 ++++++++-------------
10046  src/hb-open-file.hh                                |   5 +--
10047  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
10048  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
10049  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
10050  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
10051  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
10052  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
10053  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
10054  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
10055  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
10056  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
10057  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
10058  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
10059  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
10060  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
10061  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
10062  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
10063  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
10064  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
10065  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
10066  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
10067  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
10068  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
10069  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
10070  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
10071  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
10072  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
10073  .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
10074  .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
10075  .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
10076  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
10077  ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7508 -> 7508 bytes
10078  ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7144 -> 7144 bytes
10079  ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6776 -> 6776 bytes
10080  ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
10081  ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
10082  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
10083  ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
10084  ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
10085  .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
10086  .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
10087  .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
10088  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
10089  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
10090  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
10091  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
10092  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
10093  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
10094  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
10095  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
10096  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
10097  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
10098  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
10099  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
10100  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
10101  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
10102  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
10103  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
10104  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
10105  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
10106  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
10107  ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
10108  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
10109  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
10110  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
10111  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
10112  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
10113  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
10114  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
10115  .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
10116  .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
10117  .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
10118  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
10119  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
10120  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
10121  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
10122  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
10123  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
10124  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
10125  ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
10126  .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
10127  .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
10128  .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
10129  .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
10130  ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10131  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
10132  ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
10133  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
10134  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
10135  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
10136  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
10137  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
10138  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
10139  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
10140  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
10141  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
10142  ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
10143  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
10144  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
10145  .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
10146  .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
10147  .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
10148  ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10149  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
10150  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
10151  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
10152  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
10153  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
10154  ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10155  ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
10156  ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
10157  ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
10158  ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
10159  ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
10160  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10161  ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
10162  ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
10163  ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
10164  ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
10165  ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
10166  ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10167  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
10168  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
10169  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
10170  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
10171  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
10172  ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
10173  ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
10174  ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
10175  ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
10176  ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
10177  ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
10178  ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
10179  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
10180  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
10181  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
10182  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
10183  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
10184  ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10185  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
10186  ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
10187  ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
10188  ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
10189  ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
10190  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10191  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
10192  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
10193  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
10194  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
10195  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
10196  ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10197  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
10198  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
10199  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
10200  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
10201  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
10202  ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
10203  .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2412 -> 2412 bytes
10204  .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2208 -> 2208 bytes
10205  .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2008 -> 2008 bytes
10206  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1876 -> 1876 bytes
10207  .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1932 -> 1932 bytes
10208  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10209  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1152 -> 1152 bytes
10210  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1072 -> 1072 bytes
10211  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 944 -> 944 bytes
10212  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 840 -> 840 bytes
10213  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 928 -> 928 bytes
10214  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
10215  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1152 -> 1152 bytes
10216  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1056 -> 1056 bytes
10217  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 944 -> 944 bytes
10218  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 836 -> 836 bytes
10219  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 916 -> 916 bytes
10220  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
10221  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
10222  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2412 -> 2412 bytes
10223  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2412 -> 2412 bytes
10224  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2412 -> 2412 bytes
10225  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2412 -> 2412 bytes
10226  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10227  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2412 -> 2412 bytes
10228  .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2208 -> 2208 bytes
10229  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2008 -> 2008 bytes
10230  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1876 -> 1876 bytes
10231  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1932 -> 1932 bytes
10232  ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10233  ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
10234  ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2208 -> 2208 bytes
10235  ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2008 -> 2008 bytes
10236  ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1876 -> 1876 bytes
10237  ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1932 -> 1932 bytes
10238  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10239  ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
10240  .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2208 -> 2208 bytes
10241  .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2008 -> 2008 bytes
10242  .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1876 -> 1876 bytes
10243  .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1932 -> 1932 bytes
10244  ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10245  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2412 -> 2412 bytes
10246  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2208 -> 2208 bytes
10247  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2008 -> 2008 bytes
10248  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1876 -> 1876 bytes
10249  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1932 -> 1932 bytes
10250  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10251  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2412 -> 2412 bytes
10252  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2208 -> 2208 bytes
10253  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2008 -> 2008 bytes
10254  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1876 -> 1876 bytes
10255  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1932 -> 1932 bytes
10256  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10257  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2412 -> 2412 bytes
10258  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2208 -> 2208 bytes
10259  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2008 -> 2008 bytes
10260  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1876 -> 1876 bytes
10261  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1932 -> 1932 bytes
10262  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10263  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2412 -> 2412 bytes
10264  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2208 -> 2208 bytes
10265  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2008 -> 2008 bytes
10266  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1876 -> 1876 bytes
10267  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1932 -> 1932 bytes
10268  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10269  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2412 -> 2412 bytes
10270  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2208 -> 2208 bytes
10271  .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2008 -> 2008 bytes
10272  .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1876 -> 1876 bytes
10273  .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1932 -> 1932 bytes
10274  ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10275  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
10276  .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2224 -> 2224 bytes
10277  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2008 -> 2008 bytes
10278  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1884 -> 1884 bytes
10279  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1948 -> 1948 bytes
10280  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
10281  .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 3112 -> 3112 bytes
10282  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 4084 -> 4084 bytes
10283  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 3568 -> 3568 bytes
10284  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
10285  .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 7544 -> 7544 bytes
10286  .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 1920 -> 1920 bytes
10287  .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 4412 -> 4412 bytes
10288  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
10289  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
10290  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
10291  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
10292  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
10293  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1928 bytes
10294  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
10295  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 3112 -> 3112 bytes
10296  .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 4084 -> 4084 bytes
10297  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 3568 -> 3568 bytes
10298  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
10299  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
10300  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 1920 -> 1920 bytes
10301  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 4412 -> 4412 bytes
10302  .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 3112 -> 3112 bytes
10303  .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 4084 -> 4084 bytes
10304  .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 3568 -> 3568 bytes
10305  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
10306  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
10307  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 908 -> 908 bytes
10308  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 4412 -> 4412 bytes
10309  ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
10310  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
10311  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
10312  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
10313  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
10314  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 916 -> 916 bytes
10315  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
10316  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 3112 -> 3112 bytes
10317  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 4084 -> 4084 bytes
10318  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 3568 -> 3568 bytes
10319  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
10320  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
10321  .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 908 -> 908 bytes
10322  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 4412 -> 4412 bytes
10323  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
10324  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
10325  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
10326  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
10327  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
10328  .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 916 -> 916 bytes
10329  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 4428 -> 4428 bytes
10330  ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3108 -> 3108 bytes
10331  ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4076 -> 4076 bytes
10332  ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3560 -> 3560 bytes
10333  ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
10334  ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
10335  ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1916 -> 1916 bytes
10336  ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4408 -> 4408 bytes
10337  ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
10338  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
10339  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
10340  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
10341  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
10342  ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1924 -> 1924 bytes
10343  ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
10344  ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3108 -> 3108 bytes
10345  ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4076 -> 4076 bytes
10346  ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3560 -> 3560 bytes
10347  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
10348  ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
10349  ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1916 -> 1916 bytes
10350  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4408 -> 4408 bytes
10351  ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
10352  ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
10353  ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
10354  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
10355  ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
10356  ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1924 -> 1924 bytes
10357  ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
10358  ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 5312 -> 5312 bytes
10359  ...subset.multiple_size_tables.default.38,2049.ttf | Bin 7244 -> 7244 bytes
10360  ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 6212 -> 6212 bytes
10361  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
10362  ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
10363  ...moji.subset.multiple_size_tables.default.39.ttf | Bin 2928 -> 2928 bytes
10364  ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 7916 -> 7916 bytes
10365  ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
10366  ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
10367  ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
10368  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
10369  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
10370  ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 2936 -> 2936 bytes
10371  ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
10372  ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 5312 -> 5312 bytes
10373  ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 7244 -> 7244 bytes
10374  ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 6212 -> 6212 bytes
10375  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
10376  ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
10377  ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 2928 -> 2928 bytes
10378  ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 7916 -> 7916 bytes
10379  ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
10380  ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
10381  ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
10382  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
10383  ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
10384  ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 2936 -> 2936 bytes
10385  ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
10386  .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 3136 -> 3136 bytes
10387  .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 4108 -> 4108 bytes
10388  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 3600 -> 3600 bytes
10389  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
10390  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
10391  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 1928 -> 1928 bytes
10392  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 4428 -> 4428 bytes
10393  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20128 -> 20128 bytes
10394  ...outline-desubroutinize-retain-gids.61,62,63.otf | Bin 2280 -> 2280 bytes
10395  ...e-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30448 -> 30448 bytes
10396  ...f-outline-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2356 -> 2356 bytes
10397  ...ular.notdef-outline-desubroutinize.61,62,63.otf | Bin 2084 -> 2084 bytes
10398  ...otdef-outline-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2252 -> 2252 bytes
10399  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19960 -> 19960 bytes
10400  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2156 -> 2156 bytes
10401  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30280 -> 30280 bytes
10402  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2184 -> 2184 bytes
10403  ...-outline-drop-hints-desubroutinize.61,62,63.otf | Bin 1960 -> 1960 bytes
10404  ...ne-drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2088 -> 2088 bytes
10405  ...e-drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 20052 -> 20052 bytes
10406  ...def-outline-drop-hints-retain-gids.61,62,63.otf | Bin 2196 -> 2196 bytes
10407  ...tline-drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30296 -> 30296 bytes
10408  ...otdef-outline-drop-hints.1FC,21,41,20,62,63.otf | Bin 2268 -> 2268 bytes
10409  ...-Regular.notdef-outline-drop-hints.61,62,63.otf | Bin 2028 -> 2028 bytes
10410  ...ar.notdef-outline-drop-hints.D7,D8,D9,DA,DE.otf | Bin 2104 -> 2104 bytes
10411  ...tdef-outline-retain-gids.1FC,21,41,20,62,63.otf | Bin 20284 -> 20284 bytes
10412  ...Regular.notdef-outline-retain-gids.61,62,63.otf | Bin 2348 -> 2348 bytes
10413  ...r.notdef-outline-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30464 -> 30464 bytes
10414  ...o-Regular.notdef-outline.1FC,21,41,20,62,63.otf | Bin 2500 -> 2500 bytes
10415  ...urceSansPro-Regular.notdef-outline.61,62,63.otf | Bin 2180 -> 2180 bytes
10416  ...nsPro-Regular.notdef-outline.D7,D8,D9,DA,DE.otf | Bin 2272 -> 2272 bytes
10417  ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4820 -> 4820 bytes
10418  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6196 -> 6196 bytes
10419  ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2540 -> 2540 bytes
10420  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6640 -> 6640 bytes
10421  .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2444 -> 2444 bytes
10422  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129820 -> 129820 bytes
10423  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130840 -> 130840 bytes
10424  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3364 -> 3364 bytes
10425  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121956 -> 121956 bytes
10426  ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50744 -> 50744 bytes
10427  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4656 -> 4656 bytes
10428  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5840 -> 5840 bytes
10429  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2472 -> 2472 bytes
10430  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6132 -> 6132 bytes
10431  ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2428 -> 2428 bytes
10432  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129376 -> 129376 bytes
10433  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130220 -> 130220 bytes
10434  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3244 -> 3244 bytes
10435  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121180 -> 121180 bytes
10436  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50516 -> 50516 bytes
10437  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4348 -> 4348 bytes
10438  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5324 -> 5324 bytes
10439  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2368 -> 2368 bytes
10440  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5456 -> 5456 bytes
10441  ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2292 -> 2292 bytes
10442  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129516 -> 129516 bytes
10443  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130528 -> 130528 bytes
10444  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3208 -> 3208 bytes
10445  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121680 -> 121680 bytes
10446  ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50532 -> 50532 bytes
10447  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4484 -> 4484 bytes
10448  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5628 -> 5628 bytes
10449  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2400 -> 2400 bytes
10450  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5952 -> 5952 bytes
10451  ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2304 -> 2304 bytes
10452  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129980 -> 129980 bytes
10453  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131196 -> 131196 bytes
10454  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3364 -> 3364 bytes
10455  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122460 -> 122460 bytes
10456  ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50760 -> 50760 bytes
10457  ...otoSerifMyanmar-Regular.notdef-outline.1092.otf | Bin 1392 -> 1392 bytes
10458  .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1208 -> 1208 bytes
10459  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
10460  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
10461  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
10462  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
10463  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1424 -> 1424 bytes
10464  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
10465  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
10466  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
10467  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
10468  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1036 -> 1036 bytes
10469  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
10470  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
10471  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
10472  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
10473  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 956 -> 956 bytes
10474  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
10475  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
10476  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
10477  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
10478  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1596 -> 1596 bytes
10479  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
10480  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
10481  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
10482  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
10483  ...tline-drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1404 -> 1404 bytes
10484  ...ef-outline-drop-hints-retain-gids.4E00,4E03.otf | Bin 1292 -> 1292 bytes
10485  ...tline-drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1416 -> 1416 bytes
10486  ...tline-drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1736 -> 1736 bytes
10487  ....notdef-outline-drop-hints-retain-gids.4E02.otf | Bin 1048 -> 1048 bytes
10488  ....notdef-outline-drop-hints-retain-gids.4E03.otf | Bin 1140 -> 1140 bytes
10489  ...-drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2000 -> 2000 bytes
10490  ...ef-outline-drop-hints-retain-gids.4E08,4E09.otf | Bin 1888 -> 1888 bytes
10491  ....notdef-outline-drop-hints-retain-gids.4E08.otf | Bin 1560 -> 1560 bytes
10492  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2452 -> 2452 bytes
10493  ...t1.notdef-outline-drop-hints.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
10494  ...4_font1.notdef-outline-drop-hints.4E00,4E03.otf | Bin 1188 -> 1188 bytes
10495  ...t1.notdef-outline-drop-hints.4E00,4E05,4E07.otf | Bin 1280 -> 1280 bytes
10496  ...t1.notdef-outline-drop-hints.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
10497  ...cmap14_font1.notdef-outline-drop-hints.4E02.otf | Bin 944 -> 944 bytes
10498  ...cmap14_font1.notdef-outline-drop-hints.4E03.otf | Bin 1028 -> 1028 bytes
10499  ...tdef-outline-drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
10500  ...4_font1.notdef-outline-drop-hints.4E08,4E09.otf | Bin 1672 -> 1672 bytes
10501  ...cmap14_font1.notdef-outline-drop-hints.4E08.otf | Bin 1336 -> 1336 bytes
10502  ...def-outline-drop-hints.retain-all-codepoint.otf | Bin 2296 -> 2296 bytes
10503  ...14_font1.notdef-outline-gids.4E00,4E02,4E03.otf | Bin 1408 -> 1408 bytes
10504  .../cmap14_font1.notdef-outline-gids.4E00,4E03.otf | Bin 1396 -> 1396 bytes
10505  ...14_font1.notdef-outline-gids.4E00,4E05,4E07.otf | Bin 1640 -> 1640 bytes
10506  ...14_font1.notdef-outline-gids.4E02,4E03,4E08.otf | Bin 1760 -> 1760 bytes
10507  .../cmap14_font1.notdef-outline-gids.4E02.otf      | Bin 1332 -> 1332 bytes
10508  .../cmap14_font1.notdef-outline-gids.4E03.otf      | Bin 1372 -> 1372 bytes
10509  ...nt1.notdef-outline-gids.4E05,4E07,4E08,4E09.otf | Bin 2184 -> 2184 bytes
10510  .../cmap14_font1.notdef-outline-gids.4E08,4E09.otf | Bin 2056 -> 2056 bytes
10511  .../cmap14_font1.notdef-outline-gids.4E08.otf      | Bin 1720 -> 1720 bytes
10512  ...t1.notdef-outline-gids.retain-all-codepoint.otf | Bin 2400 -> 2400 bytes
10513  ...ont1.notdef-outline-name-ids.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
10514  ...p14_font1.notdef-outline-name-ids.4E00,4E03.otf | Bin 1184 -> 1184 bytes
10515  ...ont1.notdef-outline-name-ids.4E00,4E05,4E07.otf | Bin 1280 -> 1280 bytes
10516  ...ont1.notdef-outline-name-ids.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
10517  .../cmap14_font1.notdef-outline-name-ids.4E02.otf  | Bin 944 -> 944 bytes
10518  .../cmap14_font1.notdef-outline-name-ids.4E03.otf  | Bin 1028 -> 1028 bytes
10519  ...notdef-outline-name-ids.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
10520  ...p14_font1.notdef-outline-name-ids.4E08,4E09.otf | Bin 1668 -> 1668 bytes
10521  .../cmap14_font1.notdef-outline-name-ids.4E08.otf  | Bin 1336 -> 1336 bytes
10522  ...otdef-outline-name-ids.retain-all-codepoint.otf | Bin 2296 -> 2296 bytes
10523  ...1.notdef-outline-retain-gids.4E00,4E02,4E03.otf | Bin 1472 -> 1472 bytes
10524  ..._font1.notdef-outline-retain-gids.4E00,4E03.otf | Bin 1360 -> 1360 bytes
10525  ...1.notdef-outline-retain-gids.4E00,4E05,4E07.otf | Bin 1480 -> 1480 bytes
10526  ...1.notdef-outline-retain-gids.4E02,4E03,4E08.otf | Bin 1804 -> 1804 bytes
10527  ...map14_font1.notdef-outline-retain-gids.4E02.otf | Bin 1116 -> 1116 bytes
10528  ...map14_font1.notdef-outline-retain-gids.4E03.otf | Bin 1208 -> 1208 bytes
10529  ...def-outline-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2068 -> 2068 bytes
10530  ..._font1.notdef-outline-retain-gids.4E08,4E09.otf | Bin 1956 -> 1956 bytes
10531  ...map14_font1.notdef-outline-retain-gids.4E08.otf | Bin 1628 -> 1628 bytes
10532  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 2520 -> 2520 bytes
10533  .../cmap14_font1.notdef-outline.4E00,4E02,4E03.otf | Bin 1376 -> 1376 bytes
10534  .../cmap14_font1.notdef-outline.4E00,4E03.otf      | Bin 1252 -> 1252 bytes
10535  .../cmap14_font1.notdef-outline.4E00,4E05,4E07.otf | Bin 1348 -> 1348 bytes
10536  .../cmap14_font1.notdef-outline.4E02,4E03,4E08.otf | Bin 1596 -> 1596 bytes
10537  .../cmap14/cmap14_font1.notdef-outline.4E02.otf    | Bin 1012 -> 1012 bytes
10538  .../cmap14/cmap14_font1.notdef-outline.4E03.otf    | Bin 1096 -> 1096 bytes
10539  ...14_font1.notdef-outline.4E05,4E07,4E08,4E09.otf | Bin 1864 -> 1864 bytes
10540  .../cmap14_font1.notdef-outline.4E08,4E09.otf      | Bin 1736 -> 1736 bytes
10541  .../cmap14/cmap14_font1.notdef-outline.4E08.otf    | Bin 1404 -> 1404 bytes
10542  ...4_font1.notdef-outline.retain-all-codepoint.otf | Bin 2364 -> 2364 bytes
10543  ...tline-drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1404 -> 1404 bytes
10544  ...ef-outline-drop-hints-retain-gids.4E00,4E03.otf | Bin 1292 -> 1292 bytes
10545  ...tline-drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1420 -> 1420 bytes
10546  ...tline-drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1736 -> 1736 bytes
10547  ....notdef-outline-drop-hints-retain-gids.4E02.otf | Bin 1044 -> 1044 bytes
10548  ....notdef-outline-drop-hints-retain-gids.4E03.otf | Bin 1136 -> 1136 bytes
10549  ...-drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2000 -> 2000 bytes
10550  ...ef-outline-drop-hints-retain-gids.4E08,4E09.otf | Bin 1884 -> 1884 bytes
10551  ....notdef-outline-drop-hints-retain-gids.4E08.otf | Bin 1556 -> 1556 bytes
10552  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2448 -> 2448 bytes
10553  ...t2.notdef-outline-drop-hints.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
10554  ...4_font2.notdef-outline-drop-hints.4E00,4E03.otf | Bin 1188 -> 1188 bytes
10555  ...t2.notdef-outline-drop-hints.4E00,4E05,4E07.otf | Bin 1284 -> 1284 bytes
10556  ...t2.notdef-outline-drop-hints.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
10557  ...cmap14_font2.notdef-outline-drop-hints.4E02.otf | Bin 940 -> 940 bytes
10558  ...cmap14_font2.notdef-outline-drop-hints.4E03.otf | Bin 1024 -> 1024 bytes
10559  ...tdef-outline-drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
10560  ...4_font2.notdef-outline-drop-hints.4E08,4E09.otf | Bin 1668 -> 1668 bytes
10561  ...cmap14_font2.notdef-outline-drop-hints.4E08.otf | Bin 1332 -> 1332 bytes
10562  ...def-outline-drop-hints.retain-all-codepoint.otf | Bin 2292 -> 2292 bytes
10563  ...14_font2.notdef-outline-gids.4E00,4E02,4E03.otf | Bin 1408 -> 1408 bytes
10564  .../cmap14_font2.notdef-outline-gids.4E00,4E03.otf | Bin 1396 -> 1396 bytes
10565  ...14_font2.notdef-outline-gids.4E00,4E05,4E07.otf | Bin 1644 -> 1644 bytes
10566  ...14_font2.notdef-outline-gids.4E02,4E03,4E08.otf | Bin 1760 -> 1760 bytes
10567  .../cmap14_font2.notdef-outline-gids.4E02.otf      | Bin 1328 -> 1328 bytes
10568  .../cmap14_font2.notdef-outline-gids.4E03.otf      | Bin 1368 -> 1368 bytes
10569  ...nt2.notdef-outline-gids.4E05,4E07,4E08,4E09.otf | Bin 2184 -> 2184 bytes
10570  .../cmap14_font2.notdef-outline-gids.4E08,4E09.otf | Bin 2052 -> 2052 bytes
10571  .../cmap14_font2.notdef-outline-gids.4E08.otf      | Bin 1716 -> 1716 bytes
10572  ...t2.notdef-outline-gids.retain-all-codepoint.otf | Bin 2396 -> 2396 bytes
10573  ...ont2.notdef-outline-name-ids.4E00,4E02,4E03.otf | Bin 1308 -> 1308 bytes
10574  ...p14_font2.notdef-outline-name-ids.4E00,4E03.otf | Bin 1184 -> 1184 bytes
10575  ...ont2.notdef-outline-name-ids.4E00,4E05,4E07.otf | Bin 1284 -> 1284 bytes
10576  ...ont2.notdef-outline-name-ids.4E02,4E03,4E08.otf | Bin 1528 -> 1528 bytes
10577  .../cmap14_font2.notdef-outline-name-ids.4E02.otf  | Bin 940 -> 940 bytes
10578  .../cmap14_font2.notdef-outline-name-ids.4E03.otf  | Bin 1024 -> 1024 bytes
10579  ...notdef-outline-name-ids.4E05,4E07,4E08,4E09.otf | Bin 1796 -> 1796 bytes
10580  ...p14_font2.notdef-outline-name-ids.4E08,4E09.otf | Bin 1664 -> 1664 bytes
10581  .../cmap14_font2.notdef-outline-name-ids.4E08.otf  | Bin 1332 -> 1332 bytes
10582  ...otdef-outline-name-ids.retain-all-codepoint.otf | Bin 2292 -> 2292 bytes
10583  ...2.notdef-outline-retain-gids.4E00,4E02,4E03.otf | Bin 1472 -> 1472 bytes
10584  ..._font2.notdef-outline-retain-gids.4E00,4E03.otf | Bin 1360 -> 1360 bytes
10585  ...2.notdef-outline-retain-gids.4E00,4E05,4E07.otf | Bin 1484 -> 1484 bytes
10586  ...2.notdef-outline-retain-gids.4E02,4E03,4E08.otf | Bin 1804 -> 1804 bytes
10587  ...map14_font2.notdef-outline-retain-gids.4E02.otf | Bin 1112 -> 1112 bytes
10588  ...map14_font2.notdef-outline-retain-gids.4E03.otf | Bin 1204 -> 1204 bytes
10589  ...def-outline-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2068 -> 2068 bytes
10590  ..._font2.notdef-outline-retain-gids.4E08,4E09.otf | Bin 1952 -> 1952 bytes
10591  ...map14_font2.notdef-outline-retain-gids.4E08.otf | Bin 1624 -> 1624 bytes
10592  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 2516 -> 2516 bytes
10593  .../cmap14_font2.notdef-outline.4E00,4E02,4E03.otf | Bin 1376 -> 1376 bytes
10594  .../cmap14_font2.notdef-outline.4E00,4E03.otf      | Bin 1252 -> 1252 bytes
10595  .../cmap14_font2.notdef-outline.4E00,4E05,4E07.otf | Bin 1352 -> 1352 bytes
10596  .../cmap14_font2.notdef-outline.4E02,4E03,4E08.otf | Bin 1596 -> 1596 bytes
10597  .../cmap14/cmap14_font2.notdef-outline.4E02.otf    | Bin 1008 -> 1008 bytes
10598  .../cmap14/cmap14_font2.notdef-outline.4E03.otf    | Bin 1092 -> 1092 bytes
10599  ...14_font2.notdef-outline.4E05,4E07,4E08,4E09.otf | Bin 1864 -> 1864 bytes
10600  .../cmap14_font2.notdef-outline.4E08,4E09.otf      | Bin 1732 -> 1732 bytes
10601  .../cmap14/cmap14_font2.notdef-outline.4E08.otf    | Bin 1400 -> 1400 bytes
10602  ...4_font2.notdef-outline.retain-all-codepoint.otf | Bin 2360 -> 2360 bytes
10603  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
10604  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
10605  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
10606  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 888 -> 888 bytes
10607  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
10608  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
10609  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
10610  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
10611  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
10612  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
10613  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 868 -> 868 bytes
10614  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
10615  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
10616  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
10617  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
10618  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
10619  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
10620  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 868 -> 868 bytes
10621  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
10622  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
10623  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
10624  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
10625  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
10626  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
10627  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 888 -> 888 bytes
10628  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
10629  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
10630  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
10631  .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
10632  .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
10633  .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
10634  .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
10635  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3004 -> 3004 bytes
10636  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2632 -> 2632 bytes
10637  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2960 -> 2960 bytes
10638  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1556 -> 1556 bytes
10639  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1372 -> 1372 bytes
10640  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1584 -> 1584 bytes
10641  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3888 -> 3888 bytes
10642  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3784 -> 3784 bytes
10643  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
10644  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3876 -> 3876 bytes
10645  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3784 -> 3784 bytes
10646  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
10647  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2340 -> 2340 bytes
10648  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1988 -> 1988 bytes
10649  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
10650  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
10651  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2248 -> 2248 bytes
10652  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
10653  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1944 -> 1944 bytes
10654  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1612 -> 1612 bytes
10655  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1260 -> 1260 bytes
10656  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1888 -> 1888 bytes
10657  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2120 -> 2120 bytes
10658  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1520 -> 1520 bytes
10659  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2416 -> 2416 bytes
10660  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1216 -> 1216 bytes
10661  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2340 -> 2340 bytes
10662  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1988 -> 1988 bytes
10663  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
10664  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
10665  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2248 -> 2248 bytes
10666  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
10667  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1944 -> 1944 bytes
10668  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
10669  ...ubrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
10670  ...ubrules_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
10671  ...e_subrules_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
10672  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10673  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
10674  ...1_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
10675  ...1_multiple_subrules_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
10676  ...ext1_multiple_subrules_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
10677  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10678  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
10679  ...ubrules_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
10680  ...ubrules_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
10681  ...e_subrules_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
10682  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10683  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
10684  ...2_multiple_subrules_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
10685  ...2_multiple_subrules_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
10686  ...ext2_multiple_subrules_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
10687  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10688  ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
10689  ..._simple_f1.notdef-outline-retain-gids.41,42.otf | Bin 1892 -> 1892 bytes
10690  ..._simple_f1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 2000 bytes
10691  ...xt3_simple_f1.notdef-outline-retain-gids.41.otf | Bin 1876 -> 1876 bytes
10692  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
10693  ..._context3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
10694  ...pos_context3_simple_f1.notdef-outline.41,42.otf | Bin 1184 -> 1184 bytes
10695  ...pos_context3_simple_f1.notdef-outline.41,43.otf | Bin 1280 -> 1280 bytes
10696  .../gpos_context3_simple_f1.notdef-outline.41.otf  | Bin 1172 -> 1172 bytes
10697  ...mple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
10698  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4172 -> 4172 bytes
10699  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4748 -> 4748 bytes
10700  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4720 -> 4720 bytes
10701  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
10702  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1032 -> 1032 bytes
10703  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1340 -> 1340 bytes
10704  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1340 -> 1340 bytes
10705  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
10706  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4172 -> 4172 bytes
10707  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4748 -> 4748 bytes
10708  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4720 -> 4720 bytes
10709  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
10710  ...otype.notdef-outline-drop-hints.41,42,43,57.otf | Bin 5272 -> 5272 bytes
10711  ...rototype.notdef-outline-drop-hints.41,42,43.otf | Bin 4740 -> 4740 bytes
10712  ...VFPrototype.notdef-outline-drop-hints.41,42.otf | Bin 4264 -> 4264 bytes
10713  ...rototype.notdef-outline-drop-hints.41,56,57.otf | Bin 4408 -> 4408 bytes
10714  ...obeVFPrototype.notdef-outline-drop-hints.41.otf | Bin 3560 -> 3560 bytes
10715  ...VFPrototype.notdef-outline-drop-hints.42,57.otf | Bin 4396 -> 4396 bytes
10716  ...AdobeVFPrototype.notdef-outline.41,42,43,57.otf | Bin 5460 -> 5460 bytes
10717  .../AdobeVFPrototype.notdef-outline.41,42,43.otf   | Bin 4928 -> 4928 bytes
10718  .../AdobeVFPrototype.notdef-outline.41,42.otf      | Bin 4448 -> 4448 bytes
10719  .../AdobeVFPrototype.notdef-outline.41,56,57.otf   | Bin 4596 -> 4596 bytes
10720  .../AdobeVFPrototype.notdef-outline.41.otf         | Bin 3748 -> 3748 bytes
10721  .../AdobeVFPrototype.notdef-outline.42,57.otf      | Bin 4580 -> 4580 bytes
10722  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2472 -> 2472 bytes
10723  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2076 -> 2076 bytes
10724  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2148 -> 2148 bytes
10725  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 1968 -> 1968 bytes
10726  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2532 -> 2532 bytes
10727  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1328 -> 1328 bytes
10728  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1072 -> 1072 bytes
10729  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1108 -> 1108 bytes
10730  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1016 -> 1016 bytes
10731  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1348 -> 1348 bytes
10732  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2472 -> 2472 bytes
10733  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2076 -> 2076 bytes
10734  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2148 -> 2148 bytes
10735  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 1968 -> 1968 bytes
10736  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2532 -> 2532 bytes
10737  ...os1_2_font.notdef-outline-retain-gids.41,43.otf | Bin 1980 -> 1980 bytes
10738  ...os1_2_font.notdef-outline-retain-gids.41,46.otf | Bin 2140 -> 2140 bytes
10739  .../gpos1_2_font.notdef-outline-retain-gids.41.otf | Bin 1856 -> 1856 bytes
10740  ...os1_2_font.notdef-outline-retain-gids.42,44.otf | Bin 1964 -> 1964 bytes
10741  ...os1_2_font.notdef-outline-retain-gids.43,46.otf | Bin 2004 -> 2004 bytes
10742  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10743  .../gpos1_2_font.notdef-outline.41,43.otf          | Bin 1260 -> 1260 bytes
10744  .../gpos1_2_font.notdef-outline.41,46.otf          | Bin 1388 -> 1388 bytes
10745  .../layout.gpos/gpos1_2_font.notdef-outline.41.otf | Bin 1152 -> 1152 bytes
10746  .../gpos1_2_font.notdef-outline.42,44.otf          | Bin 1232 -> 1232 bytes
10747  .../gpos1_2_font.notdef-outline.43,46.otf          | Bin 1252 -> 1252 bytes
10748  ..._2_font.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10749  ...1_font7.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 1656 bytes
10750  ...s2_1_font7.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 1532 bytes
10751  ...s2_1_font7.notdef-outline-retain-gids.2E,23.otf | Bin 1912 -> 1912 bytes
10752  ...1_font7.notdef-outline-retain-gids.41,42,43.otf | Bin 1976 -> 1976 bytes
10753  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10754  .../gpos2_1_font7.notdef-outline.21,23,25.otf      | Bin 1312 -> 1312 bytes
10755  .../gpos2_1_font7.notdef-outline.21,23.otf         | Bin 1204 -> 1204 bytes
10756  .../gpos2_1_font7.notdef-outline.2E,23.otf         | Bin 1476 -> 1476 bytes
10757  .../gpos2_1_font7.notdef-outline.41,42,43.otf      | Bin 1264 -> 1264 bytes
10758  ...1_font7.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10759  ...2_font5.notdef-outline-retain-gids.21,23,25.otf | Bin 1656 -> 1656 bytes
10760  ...s2_2_font5.notdef-outline-retain-gids.21,23.otf | Bin 1532 -> 1532 bytes
10761  ...s2_2_font5.notdef-outline-retain-gids.2E,23.otf | Bin 1912 -> 1912 bytes
10762  ...2_font5.notdef-outline-retain-gids.41,42,43.otf | Bin 1976 -> 1976 bytes
10763  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10764  .../gpos2_2_font5.notdef-outline.21,23,25.otf      | Bin 1312 -> 1312 bytes
10765  .../gpos2_2_font5.notdef-outline.21,23.otf         | Bin 1204 -> 1204 bytes
10766  .../gpos2_2_font5.notdef-outline.2E,23.otf         | Bin 1476 -> 1476 bytes
10767  .../gpos2_2_font5.notdef-outline.41,42,43.otf      | Bin 1264 -> 1264 bytes
10768  ...2_font5.notdef-outline.retain-all-codepoint.otf | Bin 3780 -> 3780 bytes
10769  ...pos3_font3.notdef-outline-retain-gids.28,29.otf | Bin 1616 -> 1616 bytes
10770  ...pos3_font3.notdef-outline-retain-gids.28,2B.otf | Bin 1752 -> 1752 bytes
10771  ...pos3_font3.notdef-outline-retain-gids.29,2B.otf | Bin 1664 -> 1664 bytes
10772  ...3_font3.notdef-outline-retain-gids.41,42,43.otf | Bin 1972 -> 1972 bytes
10773  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3812 -> 3812 bytes
10774  .../gpos3_font3.notdef-outline.28,29.otf           | Bin 1224 -> 1224 bytes
10775  .../gpos3_font3.notdef-outline.28,2B.otf           | Bin 1344 -> 1344 bytes
10776  .../gpos3_font3.notdef-outline.29,2B.otf           | Bin 1256 -> 1256 bytes
10777  .../gpos3_font3.notdef-outline.41,42,43.otf        | Bin 1260 -> 1260 bytes
10778  ...3_font3.notdef-outline.retain-all-codepoint.otf | Bin 3812 -> 3812 bytes
10779  ...rs_1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2208 -> 2208 bytes
10780  ...rs_1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2220 -> 2220 bytes
10781  ...chors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
10782  ..._anchors_1.notdef-outline-retain-gids.41,42.otf | Bin 1892 -> 1892 bytes
10783  ...1.notdef-outline-retain-gids.41,43,44,45,46.otf | Bin 2560 -> 2560 bytes
10784  ...chors_1.notdef-outline-retain-gids.41,43,44.otf | Bin 2216 -> 2216 bytes
10785  ...chors_1.notdef-outline-retain-gids.41,43,45.otf | Bin 2224 -> 2224 bytes
10786  ..._anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 2000 -> 2000 bytes
10787  ...ple_anchors_1.notdef-outline-retain-gids.41.otf | Bin 1876 -> 1876 bytes
10788  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3844 -> 3844 bytes
10789  ...ltiple_anchors_1.notdef-outline.41,42,43,44.otf | Bin 1492 -> 1492 bytes
10790  ...ltiple_anchors_1.notdef-outline.41,42,43,45.otf | Bin 1488 -> 1488 bytes
10791  ..._multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
10792  ...os4_multiple_anchors_1.notdef-outline.41,42.otf | Bin 1184 -> 1184 bytes
10793  ...ple_anchors_1.notdef-outline.41,43,44,45,46.otf | Bin 1832 -> 1832 bytes
10794  ..._multiple_anchors_1.notdef-outline.41,43,44.otf | Bin 1492 -> 1492 bytes
10795  ..._multiple_anchors_1.notdef-outline.41,43,45.otf | Bin 1488 -> 1488 bytes
10796  ...os4_multiple_anchors_1.notdef-outline.41,43.otf | Bin 1280 -> 1280 bytes
10797  .../gpos4_multiple_anchors_1.notdef-outline.41.otf | Bin 1172 -> 1172 bytes
10798  ...chors_1.notdef-outline.retain-all-codepoint.otf | Bin 3844 -> 3844 bytes
10799  ...ont1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2224 -> 2224 bytes
10800  ...ont1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2236 -> 2236 bytes
10801  ...5_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 2012 -> 2012 bytes
10802  ...5_font1.notdef-outline-retain-gids.41,42,44.otf | Bin 2144 -> 2144 bytes
10803  ...5_font1.notdef-outline-retain-gids.41,42,45.otf | Bin 2144 -> 2144 bytes
10804  ...pos5_font1.notdef-outline-retain-gids.41,42.otf | Bin 1908 -> 1908 bytes
10805  ...pos5_font1.notdef-outline-retain-gids.41,43.otf | Bin 2016 -> 2016 bytes
10806  .../gpos5_font1.notdef-outline-retain-gids.41.otf  | Bin 1892 -> 1892 bytes
10807  .../gpos5_font1.notdef-outline-retain-gids.42.otf  | Bin 1764 -> 1764 bytes
10808  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3860 -> 3860 bytes
10809  .../gpos5_font1.notdef-outline.41,42,43,44.otf     | Bin 1508 -> 1508 bytes
10810  .../gpos5_font1.notdef-outline.41,42,43,45.otf     | Bin 1504 -> 1504 bytes
10811  .../gpos5_font1.notdef-outline.41,42,43.otf        | Bin 1300 -> 1300 bytes
10812  .../gpos5_font1.notdef-outline.41,42,44.otf        | Bin 1420 -> 1420 bytes
10813  .../gpos5_font1.notdef-outline.41,42,45.otf        | Bin 1408 -> 1408 bytes
10814  .../gpos5_font1.notdef-outline.41,42.otf           | Bin 1200 -> 1200 bytes
10815  .../gpos5_font1.notdef-outline.41,43.otf           | Bin 1296 -> 1296 bytes
10816  .../layout.gpos5/gpos5_font1.notdef-outline.41.otf | Bin 1188 -> 1188 bytes
10817  .../layout.gpos5/gpos5_font1.notdef-outline.42.otf | Bin 1048 -> 1048 bytes
10818  ...5_font1.notdef-outline.retain-all-codepoint.otf | Bin 3860 -> 3860 bytes
10819  ...ont1.notdef-outline-retain-gids.41,42,43,44.otf | Bin 2184 -> 2184 bytes
10820  ...ont1.notdef-outline-retain-gids.41,42,43,45.otf | Bin 2196 -> 2196 bytes
10821  ...6_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 1972 -> 1972 bytes
10822  ...pos6_font1.notdef-outline-retain-gids.41,42.otf | Bin 1868 -> 1868 bytes
10823  ...1.notdef-outline-retain-gids.41,43,44,45,46.otf | Bin 2536 -> 2536 bytes
10824  ...6_font1.notdef-outline-retain-gids.41,43,44.otf | Bin 2192 -> 2192 bytes
10825  ...6_font1.notdef-outline-retain-gids.41,43,45.otf | Bin 2200 -> 2200 bytes
10826  ...pos6_font1.notdef-outline-retain-gids.41,43.otf | Bin 1976 -> 1976 bytes
10827  .../gpos6_font1.notdef-outline-retain-gids.41.otf  | Bin 1852 -> 1852 bytes
10828  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3820 -> 3820 bytes
10829  .../gpos6_font1.notdef-outline.41,42,43,44.otf     | Bin 1468 -> 1468 bytes
10830  .../gpos6_font1.notdef-outline.41,42,43,45.otf     | Bin 1464 -> 1464 bytes
10831  .../gpos6_font1.notdef-outline.41,42,43.otf        | Bin 1260 -> 1260 bytes
10832  .../gpos6_font1.notdef-outline.41,42.otf           | Bin 1160 -> 1160 bytes
10833  .../gpos6_font1.notdef-outline.41,43,44,45,46.otf  | Bin 1808 -> 1808 bytes
10834  .../gpos6_font1.notdef-outline.41,43,44.otf        | Bin 1468 -> 1468 bytes
10835  .../gpos6_font1.notdef-outline.41,43,45.otf        | Bin 1464 -> 1464 bytes
10836  .../gpos6_font1.notdef-outline.41,43.otf           | Bin 1256 -> 1256 bytes
10837  .../layout.gpos6/gpos6_font1.notdef-outline.41.otf | Bin 1148 -> 1148 bytes
10838  ...6_font1.notdef-outline.retain-all-codepoint.otf | Bin 3820 -> 3820 bytes
10839  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12592 -> 12592 bytes
10840  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9924 -> 9924 bytes
10841  .../Amiri-Regular.default.627,644.ttf              | Bin 4112 -> 4112 bytes
10842  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9424 -> 9424 bytes
10843  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7256 -> 7256 bytes
10844  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 47920 -> 47920 bytes
10845  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42572 -> 42572 bytes
10846  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36640 -> 36640 bytes
10847  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45816 -> 45816 bytes
10848  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37920 -> 37920 bytes
10849  ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 2292 bytes
10850  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2020 -> 2020 bytes
10851  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
10852  ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 1820 bytes
10853  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1308 -> 1308 bytes
10854  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
10855  ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2292 -> 2292 bytes
10856  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2020 -> 2020 bytes
10857  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
10858  ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1820 -> 1820 bytes
10859  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1308 -> 1308 bytes
10860  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3880 -> 3880 bytes
10861  ...e_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2268 -> 2268 bytes
10862  ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 1996 -> 1996 bytes
10863  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
10864  ...ining3_simple_f1.notdef-outline.30,31,32,33.otf | Bin 1796 -> 1796 bytes
10865  ...chaining3_simple_f1.notdef-outline.41,42,43.otf | Bin 1284 -> 1284 bytes
10866  ...mple_f1.notdef-outline.retain-all-codepoint.otf | Bin 3856 -> 3856 bytes
10867  ...pos9_font2.notdef-outline-retain-gids.41,42.otf | Bin 1868 -> 1868 bytes
10868  .../gpos9_font2.notdef-outline-retain-gids.41.otf  | Bin 1852 -> 1852 bytes
10869  .../gpos9_font2.notdef-outline-retain-gids.42.otf  | Bin 1724 -> 1724 bytes
10870  .../gpos9_font2.notdef-outline.41,42.otf           | Bin 1160 -> 1160 bytes
10871  .../layout.gpos9/gpos9_font2.notdef-outline.41.otf | Bin 1148 -> 1148 bytes
10872  .../layout.gpos9/gpos9_font2.notdef-outline.42.otf | Bin 1008 -> 1008 bytes
10873  ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4316 -> 4316 bytes
10874  .../gsub_alternate_substitution.default.53A9.otf   | Bin 3884 -> 3884 bytes
10875  .../gsub_alternate_substitution.default.53F1.otf   | Bin 2440 -> 2440 bytes
10876  ...e_substitution.default.retain-all-codepoint.otf | Bin 5984 -> 5984 bytes
10877  ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4440 -> 4440 bytes
10878  ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4036 -> 4036 bytes
10879  ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2632 -> 2632 bytes
10880  ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6076 -> 6076 bytes
10881  ...ules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 2028 bytes
10882  ...ubrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 1924 bytes
10883  ...ubrules_f2.notdef-outline-retain-gids.41,43.otf | Bin 2032 -> 2032 bytes
10884  ...e_subrules_f2.notdef-outline-retain-gids.41.otf | Bin 1908 -> 1908 bytes
10885  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
10886  ...ultiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 1316 bytes
10887  ...1_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 1216 bytes
10888  ...1_multiple_subrules_f2.notdef-outline.41,43.otf | Bin 1312 -> 1312 bytes
10889  ...ext1_multiple_subrules_f2.notdef-outline.41.otf | Bin 1204 -> 1204 bytes
10890  ...ules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
10891  ...ules_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2028 -> 2028 bytes
10892  ...ubrules_f2.notdef-outline-retain-gids.41,42.otf | Bin 1924 -> 1924 bytes
10893  ...ubrules_f2.notdef-outline-retain-gids.41,43.otf | Bin 2032 -> 2032 bytes
10894  ...e_subrules_f2.notdef-outline-retain-gids.41.otf | Bin 1908 -> 1908 bytes
10895  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
10896  ...ultiple_subrules_f2.notdef-outline.41,42,43.otf | Bin 1316 -> 1316 bytes
10897  ...2_multiple_subrules_f2.notdef-outline.41,42.otf | Bin 1216 -> 1216 bytes
10898  ...2_multiple_subrules_f2.notdef-outline.41,43.otf | Bin 1312 -> 1312 bytes
10899  ...ext2_multiple_subrules_f2.notdef-outline.41.otf | Bin 1204 -> 1204 bytes
10900  ...ules_f2.notdef-outline.retain-all-codepoint.otf | Bin 3888 -> 3888 bytes
10901  ...sive_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2016 -> 2016 bytes
10902  ...cessive_f1.notdef-outline-retain-gids.41,42.otf | Bin 1912 -> 1912 bytes
10903  ...cessive_f1.notdef-outline-retain-gids.41,43.otf | Bin 2020 -> 2020 bytes
10904  ...successive_f1.notdef-outline-retain-gids.41.otf | Bin 1896 -> 1896 bytes
10905  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10906  ...text3_successive_f1.notdef-outline.41,42,43.otf | Bin 1304 -> 1304 bytes
10907  ...context3_successive_f1.notdef-outline.41,42.otf | Bin 1204 -> 1204 bytes
10908  ...context3_successive_f1.notdef-outline.41,43.otf | Bin 1300 -> 1300 bytes
10909  ...ub_context3_successive_f1.notdef-outline.41.otf | Bin 1192 -> 1192 bytes
10910  ...sive_f1.notdef-outline.retain-all-codepoint.otf | Bin 3876 -> 3876 bytes
10911  ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2304 -> 2304 bytes
10912  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2032 -> 2032 bytes
10913  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
10914  ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 1832 bytes
10915  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1320 -> 1320 bytes
10916  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
10917  ...s_f1.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2304 -> 2304 bytes
10918  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 2032 -> 2032 bytes
10919  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
10920  ...iple_subrules_f1.notdef-outline.30,31,32,33.otf | Bin 1832 -> 1832 bytes
10921  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 1320 -> 1320 bytes
10922  ...ules_f1.notdef-outline.retain-all-codepoint.otf | Bin 3892 -> 3892 bytes
10923  ...e_f2.notdef-outline-retain-gids.30,31,32,33.otf | Bin 2280 -> 2280 bytes
10924  ...mple_f2.notdef-outline-retain-gids.41,42,43.otf | Bin 2008 -> 2008 bytes
10925  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
10926  ...ining3_simple_f2.notdef-outline.30,31,32,33.otf | Bin 1808 -> 1808 bytes
10927  ...chaining3_simple_f2.notdef-outline.41,42,43.otf | Bin 1296 -> 1296 bytes
10928  ...mple_f2.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
10929  ...line-retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 2916 -> 2916 bytes
10930  ...ef-outline-retain-gids.41,42,43,44,45,46,47.otf | Bin 2624 -> 2624 bytes
10931  ...ef-outline-retain-gids.41,42,43,44,45,46,4D.otf | Bin 2668 -> 2668 bytes
10932  ...ef-outline-retain-gids.41,42,43,44,45,46,51.otf | Bin 2792 -> 2792 bytes
10933  ...otdef-outline-retain-gids.41,42,43,44,45,46.otf | Bin 2564 -> 2564 bytes
10934  ...created.notdef-outline-retain-gids.41,42,43.otf | Bin 2008 -> 2008 bytes
10935  ...ually_created.notdef-outline-retain-gids.41.otf | Bin 1888 -> 1888 bytes
10936  ...ually_created.notdef-outline-retain-gids.61.otf | Bin 2292 -> 2292 bytes
10937  ...ef-outline-retain-gids.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
10938  ...d.notdef-outline.41,42,43,44,45,46,47,48,49.otf | Bin 2188 -> 2188 bytes
10939  ...created.notdef-outline.41,42,43,44,45,46,47.otf | Bin 1904 -> 1904 bytes
10940  ...created.notdef-outline.41,42,43,44,45,46,4D.otf | Bin 1868 -> 1868 bytes
10941  ...created.notdef-outline.41,42,43,44,45,46,51.otf | Bin 1948 -> 1948 bytes
10942  ...ly_created.notdef-outline.41,42,43,44,45,46.otf | Bin 1844 -> 1844 bytes
10943  ...b8_manually_created.notdef-outline.41,42,43.otf | Bin 1296 -> 1296 bytes
10944  .../gsub8_manually_created.notdef-outline.41.otf   | Bin 1184 -> 1184 bytes
10945  .../gsub8_manually_created.notdef-outline.61.otf   | Bin 1236 -> 1236 bytes
10946  ...created.notdef-outline.retain-all-codepoint.otf | Bin 3868 -> 3868 bytes
10947  .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4200 -> 4200 bytes
10948  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6408 -> 6408 bytes
10949  .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4136 -> 4136 bytes
10950  .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4460 -> 4460 bytes
10951  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7844 -> 7844 bytes
10952  .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4252 -> 4252 bytes
10953  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11388 bytes
10954  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17688 bytes
10955  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3520 bytes
10956  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12380 bytes
10957  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19380 bytes
10958  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18224 bytes
10959  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23748 bytes
10960  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9164 bytes
10961  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18184 bytes
10962  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25432 bytes
10963  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2424 -> 2424 bytes
10964  .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2232 -> 2232 bytes
10965  .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2044 -> 2044 bytes
10966  .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2076 -> 2076 bytes
10967  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2348 -> 2348 bytes
10968  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2676 -> 2676 bytes
10969  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2496 -> 2496 bytes
10970  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2296 -> 2296 bytes
10971  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2344 -> 2344 bytes
10972  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6436 -> 6436 bytes
10973  .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
10974  test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
10975  test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
10976  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
10977  .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
10978  .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
10979  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
10980  .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
10981  .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
10982  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
10983  .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
10984  .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
10985  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
10986  .../data/expected/variable/Fraunces.default.61.ttf | Bin 4232 -> 4232 bytes
10987  942 files changed, 21 insertions(+), 32 deletions(-)
10988
10989 commit dea0fe5717a0ce72484bf6b827f5a871f816d4a2
10990 Author: Garret Rieger <grieger@google.com>
10991 Date:   Wed Aug 4 16:36:20 2021 -0700
10992
10993     [subset] discard extra copies of a table in face builder.
10994     
10995     Fixes #2361. Stores tables in the builder in a hashmap so you end up with at most one copy of each table. Table serialization order is now based on tag sort order instead of order of insertion into the builder.
10996
10997  src/hb-face.cc                                     |  44 +++++++++++++--------
10998  src/hb-open-file.hh                                |  23 ++++++-----
10999  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
11000  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
11001  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
11002  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
11003  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
11004  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
11005  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
11006  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
11007  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
11008  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
11009  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
11010  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 191632 -> 191632 bytes
11011  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
11012  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
11013  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
11014  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
11015  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
11016  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 191584 -> 191584 bytes
11017  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
11018  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
11019  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
11020  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
11021  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
11022  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
11023  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
11024  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
11025  .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
11026  .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
11027  .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
11028  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 229748 -> 229748 bytes
11029  ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7508 -> 7508 bytes
11030  ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7144 -> 7144 bytes
11031  ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6776 -> 6776 bytes
11032  ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
11033  ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
11034  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 223452 -> 223452 bytes
11035  ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
11036  ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
11037  .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
11038  .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
11039  .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
11040  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 220948 -> 220948 bytes
11041  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
11042  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
11043  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
11044  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
11045  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
11046  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 222496 -> 222496 bytes
11047  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
11048  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
11049  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
11050  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
11051  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
11052  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
11053  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
11054  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
11055  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
11056  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
11057  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
11058  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
11059  ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
11060  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
11061  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
11062  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
11063  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
11064  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 222756 -> 222756 bytes
11065  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
11066  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
11067  .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
11068  .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
11069  .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
11070  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 223352 -> 223352 bytes
11071  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
11072  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
11073  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
11074  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
11075  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
11076  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222804 -> 222804 bytes
11077  ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
11078  .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
11079  .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
11080  .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
11081  .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
11082  ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11083  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
11084  ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
11085  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
11086  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
11087  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
11088  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
11089  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
11090  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
11091  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
11092  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
11093  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
11094  ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
11095  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
11096  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
11097  .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
11098  .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
11099  .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
11100  ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11101  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
11102  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
11103  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
11104  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
11105  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
11106  ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11107  ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
11108  ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
11109  ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
11110  ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
11111  ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
11112  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11113  ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
11114  ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
11115  ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
11116  ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
11117  ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
11118  ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11119  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
11120  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
11121  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
11122  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
11123  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
11124  ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
11125  ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
11126  ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
11127  ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
11128  ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
11129  ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
11130  ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
11131  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
11132  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
11133  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
11134  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
11135  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
11136  ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11137  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
11138  ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
11139  ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
11140  ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
11141  ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
11142  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11143  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
11144  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
11145  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
11146  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
11147  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
11148  ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11149  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
11150  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
11151  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
11152  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
11153  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
11154  ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
11155  .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2412 -> 2412 bytes
11156  .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2208 -> 2208 bytes
11157  .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2008 -> 2008 bytes
11158  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1876 -> 1876 bytes
11159  .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1932 -> 1932 bytes
11160  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11161  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1152 -> 1152 bytes
11162  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1072 -> 1072 bytes
11163  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 944 -> 944 bytes
11164  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 840 -> 840 bytes
11165  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 928 -> 928 bytes
11166  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
11167  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1152 -> 1152 bytes
11168  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1056 -> 1056 bytes
11169  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 944 -> 944 bytes
11170  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 836 -> 836 bytes
11171  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 916 -> 916 bytes
11172  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1152 -> 1152 bytes
11173  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
11174  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2412 -> 2412 bytes
11175  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2412 -> 2412 bytes
11176  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2412 -> 2412 bytes
11177  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2412 -> 2412 bytes
11178  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11179  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2412 -> 2412 bytes
11180  .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2208 -> 2208 bytes
11181  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2008 -> 2008 bytes
11182  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1876 -> 1876 bytes
11183  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1932 -> 1932 bytes
11184  ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11185  ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
11186  ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2208 -> 2208 bytes
11187  ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2008 -> 2008 bytes
11188  ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1876 -> 1876 bytes
11189  ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1932 -> 1932 bytes
11190  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11191  ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2412 -> 2412 bytes
11192  .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2208 -> 2208 bytes
11193  .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2008 -> 2008 bytes
11194  .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1876 -> 1876 bytes
11195  .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1932 -> 1932 bytes
11196  ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11197  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2412 -> 2412 bytes
11198  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2208 -> 2208 bytes
11199  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2008 -> 2008 bytes
11200  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1876 -> 1876 bytes
11201  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1932 -> 1932 bytes
11202  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11203  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2412 -> 2412 bytes
11204  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2208 -> 2208 bytes
11205  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2008 -> 2008 bytes
11206  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1876 -> 1876 bytes
11207  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1932 -> 1932 bytes
11208  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11209  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2412 -> 2412 bytes
11210  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2208 -> 2208 bytes
11211  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2008 -> 2008 bytes
11212  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1876 -> 1876 bytes
11213  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1932 -> 1932 bytes
11214  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11215  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2412 -> 2412 bytes
11216  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2208 -> 2208 bytes
11217  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2008 -> 2008 bytes
11218  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1876 -> 1876 bytes
11219  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1932 -> 1932 bytes
11220  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11221  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2412 -> 2412 bytes
11222  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2208 -> 2208 bytes
11223  .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2008 -> 2008 bytes
11224  .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1876 -> 1876 bytes
11225  .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1932 -> 1932 bytes
11226  ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11227  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2412 -> 2412 bytes
11228  .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2224 -> 2224 bytes
11229  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2008 -> 2008 bytes
11230  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1884 -> 1884 bytes
11231  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1948 -> 1948 bytes
11232  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2412 -> 2412 bytes
11233  .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1208 -> 1208 bytes
11234  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
11235  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
11236  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
11237  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
11238  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1424 -> 1424 bytes
11239  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
11240  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
11241  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
11242  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
11243  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1036 -> 1036 bytes
11244  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
11245  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
11246  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
11247  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
11248  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 956 -> 956 bytes
11249  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
11250  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
11251  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
11252  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
11253  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1596 -> 1596 bytes
11254  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
11255  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
11256  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
11257  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
11258  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
11259  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1344 -> 1344 bytes
11260  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1520 -> 1520 bytes
11261  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 888 -> 888 bytes
11262  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1860 -> 1860 bytes
11263  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1332 -> 1332 bytes
11264  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1508 -> 1508 bytes
11265  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
11266  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1340 -> 1340 bytes
11267  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1520 -> 1520 bytes
11268  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 868 -> 868 bytes
11269  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1844 -> 1844 bytes
11270  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1328 -> 1328 bytes
11271  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1508 -> 1508 bytes
11272  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1848 -> 1848 bytes
11273  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1324 -> 1324 bytes
11274  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1500 -> 1500 bytes
11275  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 868 -> 868 bytes
11276  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1840 -> 1840 bytes
11277  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1312 -> 1312 bytes
11278  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1488 -> 1488 bytes
11279  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1868 -> 1868 bytes
11280  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1360 -> 1360 bytes
11281  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1540 -> 1540 bytes
11282  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 888 -> 888 bytes
11283  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1864 -> 1864 bytes
11284  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1348 -> 1348 bytes
11285  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1528 -> 1528 bytes
11286  .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
11287  .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
11288  .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
11289  .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
11290  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3004 -> 3004 bytes
11291  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2632 -> 2632 bytes
11292  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2960 -> 2960 bytes
11293  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1556 -> 1556 bytes
11294  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1372 -> 1372 bytes
11295  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1584 -> 1584 bytes
11296  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3888 -> 3888 bytes
11297  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3784 -> 3784 bytes
11298  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
11299  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3876 -> 3876 bytes
11300  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3784 -> 3784 bytes
11301  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4324 -> 4324 bytes
11302  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2340 -> 2340 bytes
11303  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1988 -> 1988 bytes
11304  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
11305  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
11306  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2248 -> 2248 bytes
11307  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
11308  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1944 -> 1944 bytes
11309  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1612 -> 1612 bytes
11310  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1260 -> 1260 bytes
11311  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1888 -> 1888 bytes
11312  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2120 -> 2120 bytes
11313  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1520 -> 1520 bytes
11314  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2416 -> 2416 bytes
11315  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1216 -> 1216 bytes
11316  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2340 -> 2340 bytes
11317  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1988 -> 1988 bytes
11318  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2616 -> 2616 bytes
11319  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2848 -> 2848 bytes
11320  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2248 -> 2248 bytes
11321  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3144 -> 3144 bytes
11322  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1944 -> 1944 bytes
11323  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4172 -> 4172 bytes
11324  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4748 -> 4748 bytes
11325  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4720 -> 4720 bytes
11326  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
11327  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1032 -> 1032 bytes
11328  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1340 -> 1340 bytes
11329  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1340 -> 1340 bytes
11330  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29468 -> 29468 bytes
11331  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4172 -> 4172 bytes
11332  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4748 -> 4748 bytes
11333  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4720 -> 4720 bytes
11334  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49248 -> 49248 bytes
11335  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2472 -> 2472 bytes
11336  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2076 -> 2076 bytes
11337  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2148 -> 2148 bytes
11338  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 1968 -> 1968 bytes
11339  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2532 -> 2532 bytes
11340  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1328 -> 1328 bytes
11341  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1072 -> 1072 bytes
11342  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1108 -> 1108 bytes
11343  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1016 -> 1016 bytes
11344  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1348 -> 1348 bytes
11345  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2472 -> 2472 bytes
11346  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2076 -> 2076 bytes
11347  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2148 -> 2148 bytes
11348  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 1968 -> 1968 bytes
11349  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2532 -> 2532 bytes
11350  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12592 -> 12592 bytes
11351  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9924 -> 9924 bytes
11352  .../Amiri-Regular.default.627,644.ttf              | Bin 4112 -> 4112 bytes
11353  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9424 -> 9424 bytes
11354  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7256 -> 7256 bytes
11355  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 47920 -> 47920 bytes
11356  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42572 -> 42572 bytes
11357  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36640 -> 36640 bytes
11358  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45816 -> 45816 bytes
11359  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37920 -> 37920 bytes
11360  .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4200 -> 4200 bytes
11361  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6408 -> 6408 bytes
11362  .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4136 -> 4136 bytes
11363  .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4460 -> 4460 bytes
11364  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7844 -> 7844 bytes
11365  .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4252 -> 4252 bytes
11366  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11388 -> 11388 bytes
11367  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 17688 -> 17688 bytes
11368  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3520 -> 3520 bytes
11369  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12380 -> 12380 bytes
11370  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 19380 -> 19380 bytes
11371  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18224 -> 18224 bytes
11372  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 23748 -> 23748 bytes
11373  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9164 -> 9164 bytes
11374  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18184 -> 18184 bytes
11375  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 25432 -> 25432 bytes
11376  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2424 -> 2424 bytes
11377  .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2232 -> 2232 bytes
11378  .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2044 -> 2044 bytes
11379  .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2076 -> 2076 bytes
11380  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2348 -> 2348 bytes
11381  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2676 -> 2676 bytes
11382  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2496 -> 2496 bytes
11383  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2296 -> 2296 bytes
11384  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2344 -> 2344 bytes
11385  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6436 -> 6436 bytes
11386  .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
11387  test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
11388  test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
11389  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
11390  .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
11391  .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
11392  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
11393  .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
11394  .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
11395  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
11396  .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
11397  .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
11398  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15856 -> 15856 bytes
11399  .../data/expected/variable/Fraunces.default.61.ttf | Bin 4232 -> 4232 bytes
11400  403 files changed, 41 insertions(+), 26 deletions(-)
11401
11402 commit 368e9578873798e2d17ed78a0474dec7d4e9d6c0
11403 Author: Behdad Esfahbod <behdad@behdad.org>
11404 Date:   Thu Aug 5 10:16:13 2021 -0600
11405
11406     [ot-shape] Add comment re `vert` feature
11407
11408  src/hb-ot-shape.cc | 4 ++++
11409  1 file changed, 4 insertions(+)
11410
11411 commit 2c024dc3cba60eee67fb004e3258cd8e47bd9593
11412 Author: Garret Rieger <grieger@google.com>
11413 Date:   Wed Aug 4 11:38:38 2021 -0700
11414
11415     [subset] prune redundant cmap12 subtables.
11416     
11417     If the post subset cmap12 table is equivalent to another cmap subtable don't include the 12 table in the final subset. Matches change https://github.com/fonttools/fonttools/pull/2146 from fontTools.
11418
11419  src/hb-ot-cmap-table.hh                            |  96 ++++++++++++++++++++-
11420  test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf   | Bin 2532 -> 2472 bytes
11421  test/api/fonts/Roboto-Regular.abc.ttf              | Bin 2168 -> 2132 bytes
11422  test/api/fonts/Roboto-Regular.ac.ttf               | Bin 1988 -> 1940 bytes
11423  test/subset/data/Makefile.am                       |   6 +-
11424  .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2448 -> 2412 bytes
11425  .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2256 -> 2208 bytes
11426  .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2044 -> 2008 bytes
11427  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1912 -> 1876 bytes
11428  .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1968 -> 1932 bytes
11429  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11430  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1188 -> 1152 bytes
11431  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1120 -> 1072 bytes
11432  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 980 -> 944 bytes
11433  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 876 -> 840 bytes
11434  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 964 -> 928 bytes
11435  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1188 -> 1152 bytes
11436  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1188 -> 1152 bytes
11437  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1104 -> 1056 bytes
11438  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 980 -> 944 bytes
11439  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 872 -> 836 bytes
11440  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 952 -> 916 bytes
11441  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1188 -> 1152 bytes
11442  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2448 -> 2412 bytes
11443  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2448 -> 2412 bytes
11444  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2448 -> 2412 bytes
11445  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2448 -> 2412 bytes
11446  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2448 -> 2412 bytes
11447  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11448  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2448 -> 2412 bytes
11449  .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2256 -> 2208 bytes
11450  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2044 -> 2008 bytes
11451  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1912 -> 1876 bytes
11452  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1968 -> 1932 bytes
11453  ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11454  ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2448 -> 2412 bytes
11455  ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2256 -> 2208 bytes
11456  ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2044 -> 2008 bytes
11457  ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1912 -> 1876 bytes
11458  ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1968 -> 1932 bytes
11459  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11460  ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2448 -> 2412 bytes
11461  .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2256 -> 2208 bytes
11462  .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2044 -> 2008 bytes
11463  .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1912 -> 1876 bytes
11464  .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1968 -> 1932 bytes
11465  ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11466  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2448 -> 2412 bytes
11467  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2256 -> 2208 bytes
11468  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2044 -> 2008 bytes
11469  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1912 -> 1876 bytes
11470  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1968 -> 1932 bytes
11471  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11472  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2448 -> 2412 bytes
11473  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2256 -> 2208 bytes
11474  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2044 -> 2008 bytes
11475  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1912 -> 1876 bytes
11476  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1968 -> 1932 bytes
11477  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11478  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2448 -> 2412 bytes
11479  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2256 -> 2208 bytes
11480  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2044 -> 2008 bytes
11481  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1912 -> 1876 bytes
11482  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1968 -> 1932 bytes
11483  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11484  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2448 -> 2412 bytes
11485  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2256 -> 2208 bytes
11486  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2044 -> 2008 bytes
11487  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1912 -> 1876 bytes
11488  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1968 -> 1932 bytes
11489  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11490  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2448 -> 2412 bytes
11491  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2256 -> 2208 bytes
11492  .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2044 -> 2008 bytes
11493  .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1912 -> 1876 bytes
11494  .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1968 -> 1932 bytes
11495  ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11496  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2448 -> 2412 bytes
11497  .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2272 -> 2224 bytes
11498  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2044 -> 2008 bytes
11499  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1920 -> 1884 bytes
11500  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1984 -> 1948 bytes
11501  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2448 -> 2412 bytes
11502  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 2004 -> 0 bytes
11503  ...ubroutinize-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20220 -> 20128 bytes
11504  ...utline-desubroutinize-retain-gids.61,62,63.otf} | Bin 2324 -> 2280 bytes
11505  ...-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30528 -> 30448 bytes
11506  ...-outline-desubroutinize.1FC,21,41,20,62,63.otf} | Bin 2448 -> 2356 bytes
11507  ...lar.notdef-outline-desubroutinize.61,62,63.otf} | Bin 2128 -> 2084 bytes
11508  ...tdef-outline-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin 2320 -> 2252 bytes
11509  ...ubroutinize-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20052 -> 19960 bytes
11510  ...-hints-desubroutinize-retain-gids.61,62,63.otf} | Bin 2200 -> 2156 bytes
11511  ...-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30360 -> 30280 bytes
11512  ...op-hints-desubroutinize.1FC,21,41,20,62,63.otf} | Bin 2276 -> 2184 bytes
11513  ...-outline-drop-hints-desubroutinize.61,62,63.otf | Bin 0 -> 1960 bytes
11514  ...e-drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin 2156 -> 2088 bytes
11515  ...-drop-hints-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20144 -> 20052 bytes
11516  ...ef-outline-drop-hints-retain-gids.61,62,63.otf} | Bin 2240 -> 2196 bytes
11517  ...line-drop-hints-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30376 -> 30296 bytes
11518  ...tdef-outline-drop-hints.1FC,21,41,20,62,63.otf} | Bin 2360 -> 2268 bytes
11519  ...Regular.notdef-outline-drop-hints.61,62,63.otf} | Bin 2072 -> 2028 bytes
11520  ...r.notdef-outline-drop-hints.D7,D8,D9,DA,DE.otf} | Bin 2172 -> 2104 bytes
11521  ...def-outline-retain-gids.1FC,21,41,20,62,63.otf} | Bin 20376 -> 20284 bytes
11522  ...egular.notdef-outline-retain-gids.61,62,63.otf} | Bin 2392 -> 2348 bytes
11523  ....notdef-outline-retain-gids.D7,D8,D9,DA,DE.otf} | Bin 30544 -> 30464 bytes
11524  ...-Regular.notdef-outline.1FC,21,41,20,62,63.otf} | Bin 2592 -> 2500 bytes
11525  ...rceSansPro-Regular.notdef-outline.61,62,63.otf} | Bin 2224 -> 2180 bytes
11526  ...sPro-Regular.notdef-outline.D7,D8,D9,DA,DE.otf} | Bin 2340 -> 2272 bytes
11527  ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4912 -> 4820 bytes
11528  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6300 -> 6196 bytes
11529  ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2620 -> 2540 bytes
11530  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6744 -> 6640 bytes
11531  .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2488 -> 2444 bytes
11532  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129912 -> 129820 bytes
11533  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130944 -> 130840 bytes
11534  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3444 -> 3364 bytes
11535  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122060 -> 121956 bytes
11536  ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50788 -> 50744 bytes
11537  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4748 -> 4656 bytes
11538  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5944 -> 5840 bytes
11539  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2552 -> 2472 bytes
11540  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6236 -> 6132 bytes
11541  ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2472 -> 2428 bytes
11542  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129468 -> 129376 bytes
11543  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130324 -> 130220 bytes
11544  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3324 -> 3244 bytes
11545  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121284 -> 121180 bytes
11546  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50560 -> 50516 bytes
11547  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4440 -> 4348 bytes
11548  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5428 -> 5324 bytes
11549  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2448 -> 2368 bytes
11550  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5560 -> 5456 bytes
11551  ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2336 -> 2292 bytes
11552  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129608 -> 129516 bytes
11553  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130632 -> 130528 bytes
11554  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3288 -> 3208 bytes
11555  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121784 -> 121680 bytes
11556  ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50576 -> 50532 bytes
11557  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4576 -> 4484 bytes
11558  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5732 -> 5628 bytes
11559  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2480 -> 2400 bytes
11560  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6056 -> 5952 bytes
11561  ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2348 -> 2304 bytes
11562  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 130072 -> 129980 bytes
11563  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131300 -> 131196 bytes
11564  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3444 -> 3364 bytes
11565  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122564 -> 122460 bytes
11566  ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50804 -> 50760 bytes
11567  ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf | Bin 7724 -> 0 bytes
11568  .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1252 -> 1208 bytes
11569  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1468 -> 1424 bytes
11570  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1080 -> 1036 bytes
11571  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1000 -> 956 bytes
11572  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1640 -> 1596 bytes
11573  ...line-drop-hints-retain-gids.4E00,4E02,4E03.otf} | Bin
11574  ...f-outline-drop-hints-retain-gids.4E00,4E03.otf} | Bin
11575  ...line-drop-hints-retain-gids.4E00,4E05,4E07.otf} | Bin
11576  ...line-drop-hints-retain-gids.4E02,4E03,4E08.otf} | Bin
11577  ...notdef-outline-drop-hints-retain-gids.4E02.otf} | Bin
11578  ...notdef-outline-drop-hints-retain-gids.4E03.otf} | Bin
11579  ...drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
11580  ...f-outline-drop-hints-retain-gids.4E08,4E09.otf} | Bin
11581  ...notdef-outline-drop-hints-retain-gids.4E08.otf} | Bin
11582  ...rop-hints-retain-gids.retain-all-codepoint.otf} | Bin
11583  ...1.notdef-outline-drop-hints.4E00,4E02,4E03.otf} | Bin
11584  ..._font1.notdef-outline-drop-hints.4E00,4E03.otf} | Bin
11585  ...1.notdef-outline-drop-hints.4E00,4E05,4E07.otf} | Bin
11586  ...1.notdef-outline-drop-hints.4E02,4E03,4E08.otf} | Bin
11587  ...map14_font1.notdef-outline-drop-hints.4E02.otf} | Bin
11588  ...map14_font1.notdef-outline-drop-hints.4E03.otf} | Bin
11589  ...def-outline-drop-hints.4E05,4E07,4E08,4E09.otf} | Bin
11590  ..._font1.notdef-outline-drop-hints.4E08,4E09.otf} | Bin
11591  ...map14_font1.notdef-outline-drop-hints.4E08.otf} | Bin
11592  ...ef-outline-drop-hints.retain-all-codepoint.otf} | Bin
11593  ...4_font1.notdef-outline-gids.4E00,4E02,4E03.otf} | Bin
11594  ...cmap14_font1.notdef-outline-gids.4E00,4E03.otf} | Bin
11595  ...4_font1.notdef-outline-gids.4E00,4E05,4E07.otf} | Bin
11596  ...4_font1.notdef-outline-gids.4E02,4E03,4E08.otf} | Bin
11597  ...f => cmap14_font1.notdef-outline-gids.4E02.otf} | Bin
11598  ...f => cmap14_font1.notdef-outline-gids.4E03.otf} | Bin
11599  ...t1.notdef-outline-gids.4E05,4E07,4E08,4E09.otf} | Bin
11600  ...cmap14_font1.notdef-outline-gids.4E08,4E09.otf} | Bin
11601  ...f => cmap14_font1.notdef-outline-gids.4E08.otf} | Bin
11602  ...1.notdef-outline-gids.retain-all-codepoint.otf} | Bin
11603  ...nt1.notdef-outline-name-ids.4E00,4E02,4E03.otf} | Bin
11604  ...14_font1.notdef-outline-name-ids.4E00,4E03.otf} | Bin
11605  ...nt1.notdef-outline-name-ids.4E00,4E05,4E07.otf} | Bin
11606  ...nt1.notdef-outline-name-ids.4E02,4E03,4E08.otf} | Bin
11607  ... cmap14_font1.notdef-outline-name-ids.4E02.otf} | Bin
11608  ... cmap14_font1.notdef-outline-name-ids.4E03.otf} | Bin
11609  ...otdef-outline-name-ids.4E05,4E07,4E08,4E09.otf} | Bin
11610  ...14_font1.notdef-outline-name-ids.4E08,4E09.otf} | Bin
11611  ... cmap14_font1.notdef-outline-name-ids.4E08.otf} | Bin
11612  ...tdef-outline-name-ids.retain-all-codepoint.otf} | Bin
11613  ....notdef-outline-retain-gids.4E00,4E02,4E03.otf} | Bin
11614  ...font1.notdef-outline-retain-gids.4E00,4E03.otf} | Bin
11615  ....notdef-outline-retain-gids.4E00,4E05,4E07.otf} | Bin
11616  ....notdef-outline-retain-gids.4E02,4E03,4E08.otf} | Bin
11617  ...ap14_font1.notdef-outline-retain-gids.4E02.otf} | Bin
11618  ...ap14_font1.notdef-outline-retain-gids.4E03.otf} | Bin
11619  ...ef-outline-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
11620  ...font1.notdef-outline-retain-gids.4E08,4E09.otf} | Bin
11621  ...ap14_font1.notdef-outline-retain-gids.4E08.otf} | Bin
11622  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
11623  ...cmap14_font1.notdef-outline.4E00,4E02,4E03.otf} | Bin
11624  ...f => cmap14_font1.notdef-outline.4E00,4E03.otf} | Bin
11625  ...cmap14_font1.notdef-outline.4E00,4E05,4E07.otf} | Bin
11626  ...cmap14_font1.notdef-outline.4E02,4E03,4E08.otf} | Bin
11627  ...02.otf => cmap14_font1.notdef-outline.4E02.otf} | Bin
11628  ...03.otf => cmap14_font1.notdef-outline.4E03.otf} | Bin
11629  ...4_font1.notdef-outline.4E05,4E07,4E08,4E09.otf} | Bin
11630  ...f => cmap14_font1.notdef-outline.4E08,4E09.otf} | Bin
11631  ...08.otf => cmap14_font1.notdef-outline.4E08.otf} | Bin
11632  ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin
11633  ...line-drop-hints-retain-gids.4E00,4E02,4E03.otf} | Bin
11634  ...f-outline-drop-hints-retain-gids.4E00,4E03.otf} | Bin
11635  ...line-drop-hints-retain-gids.4E00,4E05,4E07.otf} | Bin
11636  ...line-drop-hints-retain-gids.4E02,4E03,4E08.otf} | Bin
11637  ...notdef-outline-drop-hints-retain-gids.4E02.otf} | Bin
11638  ...notdef-outline-drop-hints-retain-gids.4E03.otf} | Bin
11639  ...drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
11640  ...f-outline-drop-hints-retain-gids.4E08,4E09.otf} | Bin
11641  ...notdef-outline-drop-hints-retain-gids.4E08.otf} | Bin
11642  ...rop-hints-retain-gids.retain-all-codepoint.otf} | Bin
11643  ...2.notdef-outline-drop-hints.4E00,4E02,4E03.otf} | Bin
11644  ..._font2.notdef-outline-drop-hints.4E00,4E03.otf} | Bin
11645  ...2.notdef-outline-drop-hints.4E00,4E05,4E07.otf} | Bin
11646  ...2.notdef-outline-drop-hints.4E02,4E03,4E08.otf} | Bin
11647  ...map14_font2.notdef-outline-drop-hints.4E02.otf} | Bin
11648  ...map14_font2.notdef-outline-drop-hints.4E03.otf} | Bin
11649  ...def-outline-drop-hints.4E05,4E07,4E08,4E09.otf} | Bin
11650  ..._font2.notdef-outline-drop-hints.4E08,4E09.otf} | Bin
11651  ...map14_font2.notdef-outline-drop-hints.4E08.otf} | Bin
11652  ...ef-outline-drop-hints.retain-all-codepoint.otf} | Bin
11653  ...4_font2.notdef-outline-gids.4E00,4E02,4E03.otf} | Bin
11654  ...cmap14_font2.notdef-outline-gids.4E00,4E03.otf} | Bin
11655  ...4_font2.notdef-outline-gids.4E00,4E05,4E07.otf} | Bin
11656  ...4_font2.notdef-outline-gids.4E02,4E03,4E08.otf} | Bin
11657  ...f => cmap14_font2.notdef-outline-gids.4E02.otf} | Bin
11658  ...f => cmap14_font2.notdef-outline-gids.4E03.otf} | Bin
11659  ...t2.notdef-outline-gids.4E05,4E07,4E08,4E09.otf} | Bin
11660  ...cmap14_font2.notdef-outline-gids.4E08,4E09.otf} | Bin
11661  ...f => cmap14_font2.notdef-outline-gids.4E08.otf} | Bin
11662  ...2.notdef-outline-gids.retain-all-codepoint.otf} | Bin
11663  ...nt2.notdef-outline-name-ids.4E00,4E02,4E03.otf} | Bin
11664  ...14_font2.notdef-outline-name-ids.4E00,4E03.otf} | Bin
11665  ...nt2.notdef-outline-name-ids.4E00,4E05,4E07.otf} | Bin
11666  ...nt2.notdef-outline-name-ids.4E02,4E03,4E08.otf} | Bin
11667  ... cmap14_font2.notdef-outline-name-ids.4E02.otf} | Bin
11668  ... cmap14_font2.notdef-outline-name-ids.4E03.otf} | Bin
11669  ...otdef-outline-name-ids.4E05,4E07,4E08,4E09.otf} | Bin
11670  ...14_font2.notdef-outline-name-ids.4E08,4E09.otf} | Bin
11671  ... cmap14_font2.notdef-outline-name-ids.4E08.otf} | Bin
11672  ...tdef-outline-name-ids.retain-all-codepoint.otf} | Bin
11673  ....notdef-outline-retain-gids.4E00,4E02,4E03.otf} | Bin
11674  ...font2.notdef-outline-retain-gids.4E00,4E03.otf} | Bin
11675  ....notdef-outline-retain-gids.4E00,4E05,4E07.otf} | Bin
11676  ....notdef-outline-retain-gids.4E02,4E03,4E08.otf} | Bin
11677  ...ap14_font2.notdef-outline-retain-gids.4E02.otf} | Bin
11678  ...ap14_font2.notdef-outline-retain-gids.4E03.otf} | Bin
11679  ...ef-outline-retain-gids.4E05,4E07,4E08,4E09.otf} | Bin
11680  ...font2.notdef-outline-retain-gids.4E08,4E09.otf} | Bin
11681  ...ap14_font2.notdef-outline-retain-gids.4E08.otf} | Bin
11682  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
11683  ...cmap14_font2.notdef-outline.4E00,4E02,4E03.otf} | Bin
11684  ...f => cmap14_font2.notdef-outline.4E00,4E03.otf} | Bin
11685  ...cmap14_font2.notdef-outline.4E00,4E05,4E07.otf} | Bin
11686  ...cmap14_font2.notdef-outline.4E02,4E03,4E08.otf} | Bin
11687  ...02.otf => cmap14_font2.notdef-outline.4E02.otf} | Bin
11688  ...03.otf => cmap14_font2.notdef-outline.4E03.otf} | Bin
11689  ...4_font2.notdef-outline.4E05,4E07,4E08,4E09.otf} | Bin
11690  ...f => cmap14_font2.notdef-outline.4E08,4E09.otf} | Bin
11691  ...08.otf => cmap14_font2.notdef-outline.4E08.otf} | Bin
11692  ..._font2.notdef-outline.retain-all-codepoint.otf} | Bin
11693  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1936 -> 1868 bytes
11694  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1400 -> 1344 bytes
11695  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1576 -> 1520 bytes
11696  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 932 -> 888 bytes
11697  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1916 -> 1860 bytes
11698  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1376 -> 1332 bytes
11699  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1552 -> 1508 bytes
11700  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1916 -> 1848 bytes
11701  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1396 -> 1340 bytes
11702  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1576 -> 1520 bytes
11703  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 912 -> 868 bytes
11704  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1900 -> 1844 bytes
11705  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1372 -> 1328 bytes
11706  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1552 -> 1508 bytes
11707  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1916 -> 1848 bytes
11708  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1380 -> 1324 bytes
11709  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1556 -> 1500 bytes
11710  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 912 -> 868 bytes
11711  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1896 -> 1840 bytes
11712  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1356 -> 1312 bytes
11713  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1532 -> 1488 bytes
11714  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1936 -> 1868 bytes
11715  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1416 -> 1360 bytes
11716  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1596 -> 1540 bytes
11717  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 932 -> 888 bytes
11718  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1920 -> 1864 bytes
11719  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1392 -> 1348 bytes
11720  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1572 -> 1528 bytes
11721  ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf | Bin 3004 -> 0 bytes
11722  ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf | Bin 3752 -> 0 bytes
11723  ...Regular.subset.drop-hints-retain-gids.1f35e.ttf | Bin 3516 -> 0 bytes
11724  ...Regular.subset.drop-hints-retain-gids.1f696.ttf | Bin 5048 -> 0 bytes
11725  ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf | Bin 3004 -> 0 bytes
11726  ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf | Bin 3752 -> 0 bytes
11727  ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf | Bin 3516 -> 0 bytes
11728  ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf | Bin 5048 -> 0 bytes
11729  .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 900 -> 0 bytes
11730  .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 1000 -> 0 bytes
11731  .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 744 -> 0 bytes
11732  .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 1444 -> 0 bytes
11733  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 984 -> 0 bytes
11734  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 1076 -> 0 bytes
11735  .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 836 -> 0 bytes
11736  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
11737  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 900 -> 0 bytes
11738  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 1000 -> 0 bytes
11739  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 744 -> 0 bytes
11740  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
11741  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 984 -> 0 bytes
11742  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 1076 -> 0 bytes
11743  .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 836 -> 0 bytes
11744  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 1444 -> 0 bytes
11745  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3076 -> 3004 bytes
11746  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2668 -> 2632 bytes
11747  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3020 -> 2960 bytes
11748  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1628 -> 1556 bytes
11749  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1372 bytes
11750  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1584 bytes
11751  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3960 -> 3888 bytes
11752  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3820 -> 3784 bytes
11753  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4384 -> 4324 bytes
11754  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3948 -> 3876 bytes
11755  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3820 -> 3784 bytes
11756  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4384 -> 4324 bytes
11757  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2700 -> 2616 bytes
11758  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2944 -> 2848 bytes
11759  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2320 -> 2248 bytes
11760  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3240 -> 3144 bytes
11761  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1980 -> 1944 bytes
11762  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1972 -> 1888 bytes
11763  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2216 -> 2120 bytes
11764  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1592 -> 1520 bytes
11765  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2512 -> 2416 bytes
11766  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1252 -> 1216 bytes
11767  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2700 -> 2616 bytes
11768  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2944 -> 2848 bytes
11769  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2320 -> 2248 bytes
11770  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3240 -> 3144 bytes
11771  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1980 -> 1944 bytes
11772  ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2016 bytes
11773  ...brules_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
11774  ...brules_f1.notdef-outline-retain-gids.41,43.otf} | Bin 2068 -> 2020 bytes
11775  ..._subrules_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
11776  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
11777  ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1304 bytes
11778  ..._multiple_subrules_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
11779  ..._multiple_subrules_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
11780  ...xt1_multiple_subrules_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
11781  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
11782  ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2016 bytes
11783  ...brules_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
11784  ...brules_f1.notdef-outline-retain-gids.41,43.otf} | Bin 2068 -> 2020 bytes
11785  ..._subrules_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
11786  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
11787  ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1304 bytes
11788  ..._multiple_subrules_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
11789  ..._multiple_subrules_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
11790  ...xt2_multiple_subrules_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
11791  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
11792  .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1320 -> 0 bytes
11793  ...ple_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2008 -> 1996 bytes
11794  ...simple_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1904 -> 1892 bytes
11795  ..._simple_f1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2000 bytes
11796  ...t3_simple_f1.notdef-outline-retain-gids.41.otf} | Bin 1888 -> 1876 bytes
11797  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
11798  ...context3_simple_f1.notdef-outline.41,42,43.otf} | Bin 1296 -> 1284 bytes
11799  ...os_context3_simple_f1.notdef-outline.41,42.otf} | Bin 1196 -> 1184 bytes
11800  ...os_context3_simple_f1.notdef-outline.41,43.otf} | Bin 1304 -> 1280 bytes
11801  .../gpos_context3_simple_f1.notdef-outline.41.otf} | Bin 1184 -> 1172 bytes
11802  ...ple_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
11803  ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
11804  .../gpos_context3_simple_f1.retain-gids.41,43.otf  | Bin 2048 -> 0 bytes
11805  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5460 -> 0 bytes
11806  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4928 -> 0 bytes
11807  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4448 -> 0 bytes
11808  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4596 -> 0 bytes
11809  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3748 -> 0 bytes
11810  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4580 -> 0 bytes
11811  ...type.notdef-outline-drop-hints.41,42,43,57.otf} | Bin
11812  ...ototype.notdef-outline-drop-hints.41,42,43.otf} | Bin
11813  ...FPrototype.notdef-outline-drop-hints.41,42.otf} | Bin
11814  ...ototype.notdef-outline-drop-hints.41,56,57.otf} | Bin
11815  ...beVFPrototype.notdef-outline-drop-hints.41.otf} | Bin
11816  ...FPrototype.notdef-outline-drop-hints.42,57.otf} | Bin
11817  ...dobeVFPrototype.notdef-outline.41,42,43,57.otf} | Bin
11818  ...> AdobeVFPrototype.notdef-outline.41,42,43.otf} | Bin
11819  ...f => AdobeVFPrototype.notdef-outline.41,42.otf} | Bin
11820  ...> AdobeVFPrototype.notdef-outline.41,56,57.otf} | Bin
11821  ....otf => AdobeVFPrototype.notdef-outline.41.otf} | Bin
11822  ...f => AdobeVFPrototype.notdef-outline.42,57.otf} | Bin
11823  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2520 -> 2472 bytes
11824  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2112 -> 2076 bytes
11825  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2208 -> 2148 bytes
11826  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2004 -> 1968 bytes
11827  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2568 -> 2532 bytes
11828  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1376 -> 1328 bytes
11829  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1108 -> 1072 bytes
11830  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1168 -> 1108 bytes
11831  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1052 -> 1016 bytes
11832  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1384 -> 1348 bytes
11833  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2520 -> 2472 bytes
11834  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2112 -> 2076 bytes
11835  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2208 -> 2148 bytes
11836  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2004 -> 1968 bytes
11837  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2568 -> 2532 bytes
11838  ...os1_2_font.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 1980 bytes
11839  ...s1_2_font.notdef-outline-retain-gids.41,46.otf} | Bin 2188 -> 2140 bytes
11840  ...gpos1_2_font.notdef-outline-retain-gids.41.otf} | Bin 1888 -> 1856 bytes
11841  ...s1_2_font.notdef-outline-retain-gids.42,44.otf} | Bin 2012 -> 1964 bytes
11842  ...s1_2_font.notdef-outline-retain-gids.43,46.otf} | Bin 2052 -> 2004 bytes
11843  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11844  ...3.otf => gpos1_2_font.notdef-outline.41,43.otf} | Bin 1308 -> 1260 bytes
11845  ...6.otf => gpos1_2_font.notdef-outline.41,46.otf} | Bin 1436 -> 1388 bytes
11846  .../gpos1_2_font.notdef-outline.41.otf}            | Bin 1184 -> 1152 bytes
11847  ...4.otf => gpos1_2_font.notdef-outline.42,44.otf} | Bin 1280 -> 1232 bytes
11848  ...6.otf => gpos1_2_font.notdef-outline.43,46.otf} | Bin 1300 -> 1252 bytes
11849  ...2_font.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11850  .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2028 -> 0 bytes
11851  ..._font7.notdef-outline-retain-gids.21,23,25.otf} | Bin 1716 -> 1656 bytes
11852  ...2_1_font7.notdef-outline-retain-gids.21,23.otf} | Bin 1580 -> 1532 bytes
11853  ...2_1_font7.notdef-outline-retain-gids.2E,23.otf} | Bin 1960 -> 1912 bytes
11854  ..._font7.notdef-outline-retain-gids.41,42,43.otf} | Bin 2008 -> 1976 bytes
11855  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11856  ...f => gpos2_1_font7.notdef-outline.21,23,25.otf} | Bin 1372 -> 1312 bytes
11857  ....otf => gpos2_1_font7.notdef-outline.21,23.otf} | Bin 1252 -> 1204 bytes
11858  ....otf => gpos2_1_font7.notdef-outline.2E,23.otf} | Bin 1524 -> 1476 bytes
11859  .../gpos2_1_font7.notdef-outline.41,42,43.otf}     | Bin 1296 -> 1264 bytes
11860  ..._font7.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11861  ..._font5.notdef-outline-retain-gids.21,23,25.otf} | Bin 1716 -> 1656 bytes
11862  ...2_2_font5.notdef-outline-retain-gids.21,23.otf} | Bin 1580 -> 1532 bytes
11863  ...2_2_font5.notdef-outline-retain-gids.2E,23.otf} | Bin 1960 -> 1912 bytes
11864  ..._font5.notdef-outline-retain-gids.41,42,43.otf} | Bin 2012 -> 1976 bytes
11865  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11866  ...f => gpos2_2_font5.notdef-outline.21,23,25.otf} | Bin 1372 -> 1312 bytes
11867  ....otf => gpos2_2_font5.notdef-outline.21,23.otf} | Bin 1252 -> 1204 bytes
11868  ....otf => gpos2_2_font5.notdef-outline.2E,23.otf} | Bin 1524 -> 1476 bytes
11869  ...f => gpos2_2_font5.notdef-outline.41,42,43.otf} | Bin 1300 -> 1264 bytes
11870  ..._font5.notdef-outline.retain-all-codepoint.otf} | Bin 3816 -> 3780 bytes
11871  ...os3_font3.notdef-outline-retain-gids.28,29.otf} | Bin 1652 -> 1616 bytes
11872  ...os3_font3.notdef-outline-retain-gids.28,2B.otf} | Bin 1800 -> 1752 bytes
11873  ...os3_font3.notdef-outline-retain-gids.29,2B.otf} | Bin 1712 -> 1664 bytes
11874  ..._font3.notdef-outline-retain-gids.41,42,43.otf} | Bin 2012 -> 1972 bytes
11875  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3848 -> 3812 bytes
11876  ...29.otf => gpos3_font3.notdef-outline.28,29.otf} | Bin 1260 -> 1224 bytes
11877  ...2B.otf => gpos3_font3.notdef-outline.28,2B.otf} | Bin 1392 -> 1344 bytes
11878  ...2B.otf => gpos3_font3.notdef-outline.29,2B.otf} | Bin 1304 -> 1256 bytes
11879  .../gpos3_font3.notdef-outline.41,42,43.otf}       | Bin 1300 -> 1260 bytes
11880  ..._font3.notdef-outline.retain-all-codepoint.otf} | Bin 3848 -> 3812 bytes
11881  .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1320 -> 0 bytes
11882  .../gpos4_multiple_anchors_1.default.41.otf        | Bin 1208 -> 0 bytes
11883  ...s_1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2220 -> 2208 bytes
11884  ...s_1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2268 -> 2220 bytes
11885  ...chors_1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1996 bytes
11886  ...anchors_1.notdef-outline-retain-gids.41,42.otf} | Bin 1904 -> 1892 bytes
11887  ....notdef-outline-retain-gids.41,43,44,45,46.otf} | Bin 2584 -> 2560 bytes
11888  ...hors_1.notdef-outline-retain-gids.41,43,44.otf} | Bin 2240 -> 2216 bytes
11889  ...hors_1.notdef-outline-retain-gids.41,43,45.otf} | Bin 2260 -> 2224 bytes
11890  ..._anchors_1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2000 bytes
11891  ...le_anchors_1.notdef-outline-retain-gids.41.otf} | Bin 1892 -> 1876 bytes
11892  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3880 -> 3844 bytes
11893  ...tiple_anchors_1.notdef-outline.41,42,43,44.otf} | Bin 1504 -> 1492 bytes
11894  ...tiple_anchors_1.notdef-outline.41,42,43,45.otf} | Bin 1512 -> 1488 bytes
11895  ..._multiple_anchors_1.notdef-outline.41,42,43.otf | Bin 0 -> 1284 bytes
11896  ...s4_multiple_anchors_1.notdef-outline.41,42.otf} | Bin 1196 -> 1184 bytes
11897  ...le_anchors_1.notdef-outline.41,43,44,45,46.otf} | Bin 1856 -> 1832 bytes
11898  ...multiple_anchors_1.notdef-outline.41,43,44.otf} | Bin 1516 -> 1492 bytes
11899  ...multiple_anchors_1.notdef-outline.41,43,45.otf} | Bin 1524 -> 1488 bytes
11900  ...s4_multiple_anchors_1.notdef-outline.41,43.otf} | Bin 1328 -> 1280 bytes
11901  ...gpos4_multiple_anchors_1.notdef-outline.41.otf} | Bin 1188 -> 1172 bytes
11902  ...hors_1.notdef-outline.retain-all-codepoint.otf} | Bin 3880 -> 3844 bytes
11903  ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
11904  .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2048 -> 0 bytes
11905  .../gpos4_multiple_anchors_1.retain-gids.41.otf    | Bin 1912 -> 0 bytes
11906  .../layout.gpos5/gpos5_font1.default.42.otf        | Bin 1084 -> 0 bytes
11907  ...nt1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2260 -> 2224 bytes
11908  ...nt1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2284 -> 2236 bytes
11909  ..._font1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2048 -> 2012 bytes
11910  ..._font1.notdef-outline-retain-gids.41,42,44.otf} | Bin 2192 -> 2144 bytes
11911  ..._font1.notdef-outline-retain-gids.41,42,45.otf} | Bin 2192 -> 2144 bytes
11912  ...os5_font1.notdef-outline-retain-gids.41,42.otf} | Bin 1944 -> 1908 bytes
11913  ...pos5_font1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2016 bytes
11914  ... gpos5_font1.notdef-outline-retain-gids.41.otf} | Bin 1928 -> 1892 bytes
11915  ... gpos5_font1.notdef-outline-retain-gids.42.otf} | Bin 1800 -> 1764 bytes
11916  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3896 -> 3860 bytes
11917  ... => gpos5_font1.notdef-outline.41,42,43,44.otf} | Bin 1544 -> 1508 bytes
11918  ... => gpos5_font1.notdef-outline.41,42,43,45.otf} | Bin 1552 -> 1504 bytes
11919  ...otf => gpos5_font1.notdef-outline.41,42,43.otf} | Bin 1336 -> 1300 bytes
11920  ...otf => gpos5_font1.notdef-outline.41,42,44.otf} | Bin 1468 -> 1420 bytes
11921  ...otf => gpos5_font1.notdef-outline.41,42,45.otf} | Bin 1456 -> 1408 bytes
11922  ...42.otf => gpos5_font1.notdef-outline.41,42.otf} | Bin 1236 -> 1200 bytes
11923  ...43.otf => gpos5_font1.notdef-outline.41,43.otf} | Bin 1344 -> 1296 bytes
11924  ...lt.41.otf => gpos5_font1.notdef-outline.41.otf} | Bin 1224 -> 1188 bytes
11925  .../layout.gpos5/gpos5_font1.notdef-outline.42.otf | Bin 0 -> 1048 bytes
11926  ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin 3896 -> 3860 bytes
11927  .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf | Bin 2064 -> 0 bytes
11928  ...nt1.notdef-outline-retain-gids.41,42,43,44.otf} | Bin 2244 -> 2184 bytes
11929  ...nt1.notdef-outline-retain-gids.41,42,43,45.otf} | Bin 2244 -> 2196 bytes
11930  ...6_font1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1972 bytes
11931  ...os6_font1.notdef-outline-retain-gids.41,42.otf} | Bin 1928 -> 1868 bytes
11932  ....notdef-outline-retain-gids.41,43,44,45,46.otf} | Bin 2608 -> 2536 bytes
11933  ..._font1.notdef-outline-retain-gids.41,43,44.otf} | Bin 2264 -> 2192 bytes
11934  ..._font1.notdef-outline-retain-gids.41,43,45.otf} | Bin 2284 -> 2200 bytes
11935  ...pos6_font1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 1976 bytes
11936  .../gpos6_font1.notdef-outline-retain-gids.41.otf} | Bin 1912 -> 1852 bytes
11937  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3856 -> 3820 bytes
11938  .../gpos6_font1.notdef-outline.41,42,43,44.otf}    | Bin 1528 -> 1468 bytes
11939  .../gpos6_font1.notdef-outline.41,42,43,45.otf}    | Bin 1536 -> 1464 bytes
11940  .../gpos6_font1.notdef-outline.41,42,43.otf        | Bin 0 -> 1260 bytes
11941  .../gpos6_font1.notdef-outline.41,42.otf}          | Bin 1220 -> 1160 bytes
11942  .../gpos6_font1.notdef-outline.41,43,44,45,46.otf} | Bin 1880 -> 1808 bytes
11943  .../gpos6_font1.notdef-outline.41,43,44.otf}       | Bin 1540 -> 1468 bytes
11944  .../gpos6_font1.notdef-outline.41,43,45.otf}       | Bin 1548 -> 1464 bytes
11945  .../gpos6_font1.notdef-outline.41,43.otf}          | Bin 1328 -> 1256 bytes
11946  .../gpos6_font1.notdef-outline.41.otf}             | Bin 1208 -> 1148 bytes
11947  ..._font1.notdef-outline.retain-all-codepoint.otf} | Bin 3856 -> 3820 bytes
11948  .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2024 -> 0 bytes
11949  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12684 -> 12592 bytes
11950  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9992 -> 9924 bytes
11951  .../Amiri-Regular.default.627,644.ttf              | Bin 4168 -> 4112 bytes
11952  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9516 -> 9424 bytes
11953  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7324 -> 7256 bytes
11954  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48012 -> 47920 bytes
11955  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42640 -> 42572 bytes
11956  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36696 -> 36640 bytes
11957  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45908 -> 45816 bytes
11958  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37988 -> 37920 bytes
11959  ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 0 bytes
11960  ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2304 -> 2292 bytes
11961  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
11962  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
11963  ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1832 -> 1820 bytes
11964  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1308 bytes
11965  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
11966  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2056 -> 0 bytes
11967  ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 0 bytes
11968  ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2328 -> 2292 bytes
11969  ...ules_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
11970  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
11971  ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1856 -> 1820 bytes
11972  ...ultiple_subrules_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1308 bytes
11973  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3916 -> 3880 bytes
11974  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2056 -> 0 bytes
11975  .../gpos_chaining3_simple_f1.default.41,42,43.otf  | Bin 1320 -> 0 bytes
11976  ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2328 -> 2268 bytes
11977  ...mple_f1.notdef-outline-retain-gids.41,42,43.otf | Bin 0 -> 1996 bytes
11978  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
11979  ...ning3_simple_f1.notdef-outline.30,31,32,33.otf} | Bin 1856 -> 1796 bytes
11980  ...chaining3_simple_f1.notdef-outline.41,42,43.otf | Bin 0 -> 1284 bytes
11981  ...ple_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3892 -> 3856 bytes
11982  ...os_chaining3_simple_f1.retain-gids.41,42,43.otf | Bin 2032 -> 0 bytes
11983  .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1044 -> 0 bytes
11984  ...os9_font2.notdef-outline-retain-gids.41,42.otf} | Bin 1928 -> 1868 bytes
11985  .../gpos9_font2.notdef-outline-retain-gids.41.otf  | Bin 0 -> 1852 bytes
11986  ... gpos9_font2.notdef-outline-retain-gids.42.otf} | Bin 1760 -> 1724 bytes
11987  .../gpos9_font2.notdef-outline.41,42.otf}          | Bin 1220 -> 1160 bytes
11988  .../layout.gpos9/gpos9_font2.notdef-outline.41.otf | Bin 0 -> 1148 bytes
11989  .../layout.gpos9/gpos9_font2.notdef-outline.42.otf | Bin 0 -> 1008 bytes
11990  ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4372 -> 4316 bytes
11991  .../gsub_alternate_substitution.default.53A9.otf   | Bin 3928 -> 3884 bytes
11992  .../gsub_alternate_substitution.default.53F1.otf   | Bin 2484 -> 2440 bytes
11993  ...e_substitution.default.retain-all-codepoint.otf | Bin 6064 -> 5984 bytes
11994  ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4496 -> 4440 bytes
11995  ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4080 -> 4036 bytes
11996  ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2676 -> 2632 bytes
11997  ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6156 -> 6076 bytes
11998  ...les_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2064 -> 2028 bytes
11999  ...brules_f2.notdef-outline-retain-gids.41,42.otf} | Bin 1960 -> 1924 bytes
12000  ...brules_f2.notdef-outline-retain-gids.41,43.otf} | Bin 2080 -> 2032 bytes
12001  ..._subrules_f2.notdef-outline-retain-gids.41.otf} | Bin 1944 -> 1908 bytes
12002  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
12003  ...ltiple_subrules_f2.notdef-outline.41,42,43.otf} | Bin 1352 -> 1316 bytes
12004  ..._multiple_subrules_f2.notdef-outline.41,42.otf} | Bin 1252 -> 1216 bytes
12005  ..._multiple_subrules_f2.notdef-outline.41,43.otf} | Bin 1360 -> 1312 bytes
12006  ...xt1_multiple_subrules_f2.notdef-outline.41.otf} | Bin 1240 -> 1204 bytes
12007  ...les_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
12008  ...les_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2064 -> 2028 bytes
12009  ...brules_f2.notdef-outline-retain-gids.41,42.otf} | Bin 1960 -> 1924 bytes
12010  ...brules_f2.notdef-outline-retain-gids.41,43.otf} | Bin 2080 -> 2032 bytes
12011  ..._subrules_f2.notdef-outline-retain-gids.41.otf} | Bin 1944 -> 1908 bytes
12012  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
12013  ...ltiple_subrules_f2.notdef-outline.41,42,43.otf} | Bin 1352 -> 1316 bytes
12014  ..._multiple_subrules_f2.notdef-outline.41,42.otf} | Bin 1252 -> 1216 bytes
12015  ..._multiple_subrules_f2.notdef-outline.41,43.otf} | Bin 1360 -> 1312 bytes
12016  ...xt2_multiple_subrules_f2.notdef-outline.41.otf} | Bin 1240 -> 1204 bytes
12017  ...les_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3924 -> 3888 bytes
12018  ...ive_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2044 -> 2016 bytes
12019  ...essive_f1.notdef-outline-retain-gids.41,42.otf} | Bin 1948 -> 1912 bytes
12020  ...cessive_f1.notdef-outline-retain-gids.41,43.otf | Bin 0 -> 2020 bytes
12021  ...uccessive_f1.notdef-outline-retain-gids.41.otf} | Bin 1932 -> 1896 bytes
12022  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
12023  ...ext3_successive_f1.notdef-outline.41,42,43.otf} | Bin 1332 -> 1304 bytes
12024  ...ontext3_successive_f1.notdef-outline.41,42.otf} | Bin 1240 -> 1204 bytes
12025  ...ontext3_successive_f1.notdef-outline.41,43.otf} | Bin 1348 -> 1300 bytes
12026  ...b_context3_successive_f1.notdef-outline.41.otf} | Bin 1228 -> 1192 bytes
12027  ...ive_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3912 -> 3876 bytes
12028  ...ub_context3_successive_f1.retain-gids.41,43.otf | Bin 2068 -> 0 bytes
12029  ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1356 -> 0 bytes
12030  ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2316 -> 2304 bytes
12031  ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2052 -> 2032 bytes
12032  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
12033  ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1844 -> 1832 bytes
12034  ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1340 -> 1320 bytes
12035  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
12036  ..._f1.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2340 -> 2304 bytes
12037  ...les_f1.notdef-outline-retain-gids.41,42,43.otf} | Bin 2068 -> 2032 bytes
12038  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
12039  ...ple_subrules_f1.notdef-outline.30,31,32,33.otf} | Bin 1868 -> 1832 bytes
12040  ...ltiple_subrules_f1.notdef-outline.41,42,43.otf} | Bin 1356 -> 1320 bytes
12041  ...les_f1.notdef-outline.retain-all-codepoint.otf} | Bin 3928 -> 3892 bytes
12042  ..._f2.notdef-outline-retain-gids.30,31,32,33.otf} | Bin 2340 -> 2280 bytes
12043  ...ple_f2.notdef-outline-retain-gids.41,42,43.otf} | Bin 2068 -> 2008 bytes
12044  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin 3904 -> 3868 bytes
12045  ...ning3_simple_f2.notdef-outline.30,31,32,33.otf} | Bin 1868 -> 1808 bytes
12046  ...chaining3_simple_f2.notdef-outline.41,42,43.otf | Bin 0 -> 1296 bytes
12047  ...ple_f2.notdef-outline.retain-all-codepoint.otf} | Bin 3904 -> 3868 bytes
12048  ...ine-retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin
12049  ...f-outline-retain-gids.41,42,43,44,45,46,47.otf} | Bin
12050  ...f-outline-retain-gids.41,42,43,44,45,46,4D.otf} | Bin
12051  ...f-outline-retain-gids.41,42,43,44,45,46,51.otf} | Bin
12052  ...tdef-outline-retain-gids.41,42,43,44,45,46.otf} | Bin
12053  ...reated.notdef-outline-retain-gids.41,42,43.otf} | Bin
12054  ...ally_created.notdef-outline-retain-gids.41.otf} | Bin
12055  ...ally_created.notdef-outline-retain-gids.61.otf} | Bin
12056  ...f-outline-retain-gids.retain-all-codepoint.otf} | Bin
12057  ....notdef-outline.41,42,43,44,45,46,47,48,49.otf} | Bin
12058  ...reated.notdef-outline.41,42,43,44,45,46,47.otf} | Bin
12059  ...reated.notdef-outline.41,42,43,44,45,46,4D.otf} | Bin
12060  ...reated.notdef-outline.41,42,43,44,45,46,51.otf} | Bin
12061  ...y_created.notdef-outline.41,42,43,44,45,46.otf} | Bin
12062  ...8_manually_created.notdef-outline.41,42,43.otf} | Bin
12063  ...> gsub8_manually_created.notdef-outline.41.otf} | Bin
12064  ...> gsub8_manually_created.notdef-outline.61.otf} | Bin
12065  ...reated.notdef-outline.retain-all-codepoint.otf} | Bin
12066  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2460 -> 2424 bytes
12067  .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2280 -> 2232 bytes
12068  .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2080 -> 2044 bytes
12069  .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2112 -> 2076 bytes
12070  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2384 -> 2348 bytes
12071  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2712 -> 2676 bytes
12072  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2544 -> 2496 bytes
12073  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2332 -> 2296 bytes
12074  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2380 -> 2344 bytes
12075  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6472 -> 6436 bytes
12076  .../notdef-outline-desubroutinize-retain-gids.txt  |   3 +
12077  .../profiles/notdef-outline-desubroutinize.txt     |   2 +
12078  ...tline-drop-hints-desubroutinize-retain-gids.txt |   4 +
12079  .../notdef-outline-drop-hints-desubroutinize.txt   |   3 +
12080  .../notdef-outline-drop-hints-retain-gids.txt      |   3 +
12081  .../data/profiles/notdef-outline-drop-hints.txt    |   2 +
12082  test/subset/data/profiles/notdef-outline-gids.txt  |   2 +
12083  .../data/profiles/notdef-outline-name-ids.txt      |   2 +
12084  .../data/profiles/notdef-outline-retain-gids.txt   |   2 +
12085  test/subset/data/tests/cff-full-font.tests         |  16 ++--
12086  test/subset/data/tests/cmap14.tests                |  12 +--
12087  test/subset/data/tests/layout.context.tests        |   4 +-
12088  test/subset/data/tests/layout.gdef-varstore.tests  |   5 +-
12089  test/subset/data/tests/layout.gpos.tests           |   4 +-
12090  test/subset/data/tests/layout.gpos2.tests          |   4 +-
12091  test/subset/data/tests/layout.gpos3.tests          |   4 +-
12092  test/subset/data/tests/layout.gpos4.tests          |   4 +-
12093  test/subset/data/tests/layout.gpos5.tests          |   4 +-
12094  test/subset/data/tests/layout.gpos6.tests          |   4 +-
12095  test/subset/data/tests/layout.gpos8.tests          |   4 +-
12096  test/subset/data/tests/layout.gpos9.tests          |   4 +-
12097  test/subset/data/tests/layout.gsub5.tests          |   4 +-
12098  test/subset/data/tests/layout.gsub6.tests          |   4 +-
12099  test/subset/data/tests/layout.gsub8.tests          |   4 +-
12100  681 files changed, 162 insertions(+), 44 deletions(-)
12101
12102 commit 84946e4d2c0c362e969eb13e5a6acae0a76c6015
12103 Author: Khaled Hosny <khaled@aliftype.com>
12104 Date:   Thu Aug 5 00:05:26 2021 +0200
12105
12106     [test] Suggest updating the expectation if ttx matches
12107     
12108     https://github.com/harfbuzz/harfbuzz/issues/3089#issuecomment-892208892
12109
12110  test/subset/run-tests.py | 4 +++-
12111  1 file changed, 3 insertions(+), 1 deletion(-)
12112
12113 commit 09c3b82f5e5a25f07145f405776c466b02743442
12114 Author: Behdad Esfahbod <behdad@behdad.org>
12115 Date:   Thu Jul 29 17:49:10 2021 -0600
12116
12117     [buffer] When shifting forward, leave no gap
12118     
12119     Trying to see if this fixes the fuzzer issue:
12120     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36236
12121
12122  src/hb-buffer.cc | 9 ++++-----
12123  1 file changed, 4 insertions(+), 5 deletions(-)
12124
12125 commit 5086e10538b893294f1b64a33deb8c5af4d22f1b
12126 Author: Behdad Esfahbod <behdad@behdad.org>
12127 Date:   Thu Jul 29 17:03:55 2021 -0600
12128
12129     [test] Add failing fuzzer test case
12130     
12131     From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36236
12132     https://oss-fuzz.com/testcase-detail/5061207689134080
12133
12134  ...z-testcase-minimized-hb-shape-fuzzer-5061207689134080 | Bin 0 -> 3344 bytes
12135  1 file changed, 0 insertions(+), 0 deletions(-)
12136
12137 commit a150baf32c2cbb03a0efd6e260904c57d93275d9
12138 Author: Behdad Esfahbod <behdad@behdad.org>
12139 Date:   Wed Aug 4 11:53:27 2021 -0600
12140
12141     [ot-map] Allocate top mask bit as global bit
12142     
12143     Avoids undefined-shift of 32 in the following line:
12144     
12145       map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit)
12146     
12147     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1219263
12148
12149  src/hb-ot-map.cc | 11 +++++------
12150  1 file changed, 5 insertions(+), 6 deletions(-)
12151
12152 commit f698fe5aeede4027230046d4b06c265b33f0085a
12153 Author: Khaled Hosny <khaled@aliftype.com>
12154 Date:   Wed Aug 4 12:08:18 2021 +0200
12155
12156     [test] Always fail subset tests if hashes don’t match
12157     
12158     Regardless of the pre sentience or absence of fonttools.
12159
12160  test/subset/run-tests.py | 65 +++++++++++++++++++++---------------------------
12161  1 file changed, 28 insertions(+), 37 deletions(-)
12162
12163 commit e80c86ffa6868f8bbcfd3a21b4b82a1436527100
12164 Author: Behdad Esfahbod <behdad@behdad.org>
12165 Date:   Wed Aug 4 10:24:14 2021 -0600
12166
12167     [coretext] Fix formatting
12168
12169  src/hb-coretext.cc | 69 +++++++++++++++++++++++++++++-------------------------
12170  1 file changed, 37 insertions(+), 32 deletions(-)
12171
12172 commit db6fbe29e47ce871e66ebbf2eb93657bad429d13
12173 Author: Behdad Esfahbod <behdad@behdad.org>
12174 Date:   Tue Aug 3 10:13:17 2021 -0600
12175
12176     [util/hb-subset] Use driver_t<> in outer block as well
12177     
12178     https://github.com/harfbuzz/harfbuzz/commit/a363ce573c3aa706de3aecf0515519a5d7842af2#r54282223
12179
12180  util/hb-subset.cc | 5 +++--
12181  1 file changed, 3 insertions(+), 2 deletions(-)
12182
12183 commit 66aef2818e1450a14549ca3e202e094e335f6b78
12184 Author: Simon Cozens <simon@simon-cozens.org>
12185 Date:   Wed Aug 4 13:34:52 2021 +0100
12186
12187     Support passing variations to coretext shaper
12188
12189  src/hb-coretext.cc | 33 +++++++++++++++++++++++++++++++++
12190  1 file changed, 33 insertions(+)
12191
12192 commit f25daa4794f22f7e0eaddb77ef7b47c8c6584453
12193 Merge: 62a535f15 9f544e500
12194 Author: Behdad Esfahbod <behdad@behdad.org>
12195 Date:   Wed Aug 4 00:06:32 2021 -0600
12196
12197     Merge pull request #3110 from harfbuzz/subset-tests-fast
12198     
12199     [test] Make subset tests fast
12200
12201 commit 9f544e5008e27346ace98abd7c3e8e5184724920
12202 Author: Khaled Hosny <khaled@aliftype.com>
12203 Date:   Wed Aug 4 04:20:14 2021 +0200
12204
12205     [test] Don’t skip subset tests early
12206     
12207     Check for FontTools only when the checksums are mismatching.
12208
12209  test/subset/run-tests.py | 7 +++++--
12210  1 file changed, 5 insertions(+), 2 deletions(-)
12211
12212 commit b0841533174b752f9ac4b3c62f81c98cb7be197a
12213 Author: Khaled Hosny <khaled@aliftype.com>
12214 Date:   Wed Aug 4 04:12:31 2021 +0200
12215
12216     [test] Remove subset tests from the slow suite
12217
12218  test/subset/meson.build | 2 +-
12219  1 file changed, 1 insertion(+), 1 deletion(-)
12220
12221 commit 7ccc52b0751795b32db989b71295f1fee2c9ab21
12222 Author: Khaled Hosny <khaled@aliftype.com>
12223 Date:   Wed Aug 4 03:57:18 2021 +0200
12224
12225     [test] Compare sha256 hash before TTX dumps
12226     
12227     Most of time the files are identical, so instead of comparing the TTX
12228     dump we can check sha256 hashes of the files first and if they match, we
12229     don’t have to check the TTX dumps at all, making the subset tests orders
12230     of magnitude faster.
12231     
12232     time meson test --suite=subset down from:
12233     real    0m19.418s
12234     user    0m38.171s
12235     sys     0m3.587s
12236     
12237     to:
12238     real    0m3.102s
12239     user    0m8.622s
12240     sys     0m1.701s
12241     
12242     The expected files have been replaced by hb-subset output so they are
12243     bit-identical where FontTools output might not.
12244     
12245     The generate-expected-outputs.py now compares the hb-subset output with
12246     fontttols subset and errors of they don’t match.
12247
12248  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7060 -> 7060 bytes
12249  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6692 -> 6692 bytes
12250  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6328 -> 6328 bytes
12251  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6200 -> 6200 bytes
12252  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6256 -> 6256 bytes
12253  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
12254  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4608 -> 4608 bytes
12255  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4312 -> 4312 bytes
12256  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3724 -> 3724 bytes
12257  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3900 -> 3900 bytes
12258  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3972 -> 3972 bytes
12259  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 189800 -> 191632 bytes
12260  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2600 -> 2600 bytes
12261  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2296 -> 2296 bytes
12262  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1976 -> 1976 bytes
12263  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1900 -> 1900 bytes
12264  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1968 -> 1968 bytes
12265  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 189756 -> 191584 bytes
12266  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 7988 -> 7988 bytes
12267  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7628 -> 7628 bytes
12268  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7256 -> 7256 bytes
12269  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7184 -> 7184 bytes
12270  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7180 -> 7180 bytes
12271  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
12272  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 7072 -> 7072 bytes
12273  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 6700 -> 6700 bytes
12274  .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 6336 -> 6336 bytes
12275  .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 6208 -> 6208 bytes
12276  .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 6264 -> 6264 bytes
12277  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 227920 -> 229748 bytes
12278  ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 7504 -> 7508 bytes
12279  ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7140 -> 7144 bytes
12280  ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 6772 -> 6776 bytes
12281  ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6200 -> 6200 bytes
12282  ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6256 -> 6256 bytes
12283  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 221620 -> 223452 bytes
12284  ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7060 -> 7060 bytes
12285  ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 6692 -> 6692 bytes
12286  .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6328 -> 6328 bytes
12287  .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6200 -> 6200 bytes
12288  .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6256 -> 6256 bytes
12289  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 219124 -> 220948 bytes
12290  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6800 -> 6800 bytes
12291  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6432 -> 6432 bytes
12292  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6068 -> 6068 bytes
12293  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5940 -> 5940 bytes
12294  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5996 -> 5996 bytes
12295  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 220668 -> 222496 bytes
12296  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7060 -> 7060 bytes
12297  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 6692 -> 6692 bytes
12298  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6328 -> 6328 bytes
12299  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6200 -> 6200 bytes
12300  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6256 -> 6256 bytes
12301  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
12302  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7060 -> 7060 bytes
12303  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 6692 -> 6692 bytes
12304  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6328 -> 6328 bytes
12305  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6200 -> 6200 bytes
12306  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6256 -> 6256 bytes
12307  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
12308  ...egular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 7060 -> 7060 bytes
12309  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 6692 -> 6692 bytes
12310  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 6328 -> 6328 bytes
12311  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 6200 -> 6200 bytes
12312  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 6256 -> 6256 bytes
12313  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 220928 -> 222756 bytes
12314  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 7652 -> 7652 bytes
12315  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 7284 -> 7284 bytes
12316  .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 6920 -> 6920 bytes
12317  .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 6796 -> 6796 bytes
12318  .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 6844 -> 6844 bytes
12319  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 221524 -> 223352 bytes
12320  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9068 -> 9068 bytes
12321  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 8708 -> 8708 bytes
12322  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8076 -> 8076 bytes
12323  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8200 -> 8200 bytes
12324  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8260 -> 8260 bytes
12325  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 220972 -> 222804 bytes
12326  ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 4128 -> 4128 bytes
12327  .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 3580 -> 3580 bytes
12328  .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 3156 -> 3156 bytes
12329  .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 3180 -> 3180 bytes
12330  .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 3048 -> 3048 bytes
12331  ...Regular-subset.default.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12332  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 1452 -> 1452 bytes
12333  ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 1284 -> 1284 bytes
12334  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 1128 -> 1128 bytes
12335  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 1144 -> 1144 bytes
12336  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 1116 -> 1116 bytes
12337  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
12338  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 1452 -> 1452 bytes
12339  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 1276 -> 1276 bytes
12340  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 1128 -> 1128 bytes
12341  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 1140 -> 1140 bytes
12342  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 1104 -> 1104 bytes
12343  ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 3536 bytes
12344  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
12345  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 4128 -> 4128 bytes
12346  .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 4128 -> 4128 bytes
12347  .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 4128 -> 4128 bytes
12348  .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 4128 -> 4128 bytes
12349  ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12350  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 4128 -> 4128 bytes
12351  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 3580 -> 3580 bytes
12352  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 3156 -> 3156 bytes
12353  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 3180 -> 3180 bytes
12354  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 3048 -> 3048 bytes
12355  ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12356  ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
12357  ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
12358  ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 3156 -> 3156 bytes
12359  ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 3180 -> 3180 bytes
12360  ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 3048 -> 3048 bytes
12361  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12362  ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 4128 -> 4128 bytes
12363  ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 3580 -> 3580 bytes
12364  ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 3156 -> 3156 bytes
12365  ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 3180 -> 3180 bytes
12366  ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 3048 -> 3048 bytes
12367  ...subset.layout-features.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12368  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 3924 -> 3924 bytes
12369  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 3376 -> 3376 bytes
12370  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 2952 -> 2952 bytes
12371  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 2976 -> 2976 bytes
12372  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 2844 -> 2844 bytes
12373  ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 9320 -> 9320 bytes
12374  ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 4172 -> 4172 bytes
12375  ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 3624 -> 3624 bytes
12376  ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 3200 -> 3200 bytes
12377  ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 3224 -> 3224 bytes
12378  ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 3092 -> 3092 bytes
12379  ...-subset.name-languages.retain-all-codepoint.ttf | Bin 9568 -> 9568 bytes
12380  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 4128 -> 4128 bytes
12381  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 3580 -> 3580 bytes
12382  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 3156 -> 3156 bytes
12383  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 3180 -> 3180 bytes
12384  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 3048 -> 3048 bytes
12385  ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12386  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 4128 -> 4128 bytes
12387  ...egular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 3580 -> 3580 bytes
12388  ...o-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 3156 -> 3156 bytes
12389  ...o-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 3180 -> 3180 bytes
12390  ...o-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 3048 -> 3048 bytes
12391  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12392  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 4128 -> 4128 bytes
12393  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 3580 -> 3580 bytes
12394  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 3156 -> 3156 bytes
12395  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 3180 -> 3180 bytes
12396  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 3048 -> 3048 bytes
12397  ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12398  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 4128 -> 4128 bytes
12399  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 3588 -> 3588 bytes
12400  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 3156 -> 3156 bytes
12401  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 3184 -> 3184 bytes
12402  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 3060 -> 3060 bytes
12403  ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 9524 -> 9524 bytes
12404  .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2452 -> 2448 bytes
12405  .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 2260 -> 2256 bytes
12406  .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 2048 -> 2044 bytes
12407  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1916 -> 1912 bytes
12408  .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1972 -> 1968 bytes
12409  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12410  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1192 -> 1188 bytes
12411  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1124 -> 1120 bytes
12412  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 984 -> 980 bytes
12413  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 880 -> 876 bytes
12414  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 968 -> 964 bytes
12415  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1192 -> 1188 bytes
12416  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1192 -> 1188 bytes
12417  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1108 -> 1104 bytes
12418  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 984 -> 980 bytes
12419  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 876 -> 872 bytes
12420  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 956 -> 952 bytes
12421  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1192 -> 1188 bytes
12422  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2452 -> 2448 bytes
12423  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2452 -> 2448 bytes
12424  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2452 -> 2448 bytes
12425  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2452 -> 2448 bytes
12426  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2452 -> 2448 bytes
12427  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12428  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 2452 -> 2448 bytes
12429  .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 2260 -> 2256 bytes
12430  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 2048 -> 2044 bytes
12431  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 1916 -> 1912 bytes
12432  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 1972 -> 1968 bytes
12433  ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12434  ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 2452 -> 2448 bytes
12435  ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 2260 -> 2256 bytes
12436  ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 2048 -> 2044 bytes
12437  ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 1916 -> 1912 bytes
12438  ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 1972 -> 1968 bytes
12439  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12440  ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 2452 -> 2448 bytes
12441  .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 2260 -> 2256 bytes
12442  .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 2048 -> 2044 bytes
12443  .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 1916 -> 1912 bytes
12444  .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 1972 -> 1968 bytes
12445  ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12446  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2452 -> 2448 bytes
12447  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 2260 -> 2256 bytes
12448  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 2048 -> 2044 bytes
12449  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1916 -> 1912 bytes
12450  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1972 -> 1968 bytes
12451  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12452  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2452 -> 2448 bytes
12453  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 2260 -> 2256 bytes
12454  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 2048 -> 2044 bytes
12455  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1916 -> 1912 bytes
12456  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1972 -> 1968 bytes
12457  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12458  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2452 -> 2448 bytes
12459  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 2260 -> 2256 bytes
12460  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 2048 -> 2044 bytes
12461  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1916 -> 1912 bytes
12462  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1972 -> 1968 bytes
12463  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12464  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 2452 -> 2448 bytes
12465  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 2260 -> 2256 bytes
12466  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf | Bin 2048 -> 2044 bytes
12467  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf | Bin 1916 -> 1912 bytes
12468  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf | Bin 1972 -> 1968 bytes
12469  ...o-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12470  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 2452 -> 2448 bytes
12471  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 2260 -> 2256 bytes
12472  .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 2048 -> 2044 bytes
12473  .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 1916 -> 1912 bytes
12474  .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 1972 -> 1968 bytes
12475  ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12476  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2452 -> 2448 bytes
12477  .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 2276 -> 2272 bytes
12478  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 2048 -> 2044 bytes
12479  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1924 -> 1920 bytes
12480  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1988 -> 1984 bytes
12481  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2452 -> 2448 bytes
12482  .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 3112 -> 3112 bytes
12483  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 4084 -> 4084 bytes
12484  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 3568 -> 3568 bytes
12485  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
12486  .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 7544 -> 7544 bytes
12487  .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 1920 -> 1920 bytes
12488  .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 4412 -> 4412 bytes
12489  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
12490  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
12491  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
12492  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
12493  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
12494  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1928 bytes
12495  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
12496  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 3112 -> 3112 bytes
12497  .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 4084 -> 4084 bytes
12498  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 3568 -> 3568 bytes
12499  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
12500  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
12501  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 1920 -> 1920 bytes
12502  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 4412 -> 4412 bytes
12503  .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 3112 -> 3112 bytes
12504  .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 4084 -> 4084 bytes
12505  .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 3568 -> 3568 bytes
12506  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
12507  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
12508  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 908 -> 908 bytes
12509  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 4412 -> 4412 bytes
12510  ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
12511  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
12512  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
12513  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
12514  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
12515  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 916 -> 916 bytes
12516  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4428 bytes
12517  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 3112 -> 3112 bytes
12518  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 4084 -> 4084 bytes
12519  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 3568 -> 3568 bytes
12520  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
12521  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 7544 -> 7544 bytes
12522  .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 908 -> 908 bytes
12523  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 4412 -> 4412 bytes
12524  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 3136 -> 3136 bytes
12525  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 4108 -> 4108 bytes
12526  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 3600 -> 3600 bytes
12527  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 9188 -> 9188 bytes
12528  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
12529  .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 916 -> 916 bytes
12530  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 4428 -> 4428 bytes
12531  ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3108 -> 3108 bytes
12532  ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4076 -> 4076 bytes
12533  ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3560 -> 3560 bytes
12534  ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
12535  ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
12536  ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1916 -> 1916 bytes
12537  ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4408 -> 4408 bytes
12538  ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
12539  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
12540  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
12541  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
12542  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
12543  ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1924 -> 1924 bytes
12544  ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
12545  ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3108 -> 3108 bytes
12546  ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4076 -> 4076 bytes
12547  ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3560 -> 3560 bytes
12548  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
12549  ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
12550  ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1916 -> 1916 bytes
12551  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4408 -> 4408 bytes
12552  ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3132 -> 3132 bytes
12553  ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4100 -> 4100 bytes
12554  ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3592 -> 3592 bytes
12555  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
12556  ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7552 -> 7552 bytes
12557  ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1924 -> 1924 bytes
12558  ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4424 -> 4424 bytes
12559  ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 5312 -> 5312 bytes
12560  ...subset.multiple_size_tables.default.38,2049.ttf | Bin 7244 -> 7244 bytes
12561  ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 6212 -> 6212 bytes
12562  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
12563  ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
12564  ...moji.subset.multiple_size_tables.default.39.ttf | Bin 2928 -> 2928 bytes
12565  ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 7916 -> 7916 bytes
12566  ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
12567  ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
12568  ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
12569  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
12570  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
12571  ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 2936 -> 2936 bytes
12572  ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
12573  ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 5312 -> 5312 bytes
12574  ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 7244 -> 7244 bytes
12575  ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 6212 -> 6212 bytes
12576  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
12577  ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 14140 -> 14140 bytes
12578  ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 2928 -> 2928 bytes
12579  ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 7916 -> 7916 bytes
12580  ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 5336 -> 5336 bytes
12581  ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 7268 -> 7268 bytes
12582  ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 6244 -> 6244 bytes
12583  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 19280 -> 19280 bytes
12584  ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 14164 -> 14164 bytes
12585  ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 2936 -> 2936 bytes
12586  ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 7932 -> 7932 bytes
12587  .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 3136 -> 3136 bytes
12588  .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 4108 -> 4108 bytes
12589  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 3600 -> 3600 bytes
12590  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10124 -> 10124 bytes
12591  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 7564 -> 7564 bytes
12592  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 1928 -> 1928 bytes
12593  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 4428 -> 4428 bytes
12594  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2580 -> 2592 bytes
12595  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2216 -> 2224 bytes
12596  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2328 -> 2340 bytes
12597  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20232 -> 20220 bytes
12598  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2316 -> 2324 bytes
12599  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30540 -> 30528 bytes
12600  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2436 -> 2448 bytes
12601  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2120 -> 2128 bytes
12602  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2312 -> 2320 bytes
12603  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20064 -> 20052 bytes
12604  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2192 -> 2200 bytes
12605  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30372 -> 30360 bytes
12606  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2268 -> 2276 bytes
12607  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1996 -> 2004 bytes
12608  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2148 -> 2156 bytes
12609  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 20156 -> 20144 bytes
12610  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2228 -> 2240 bytes
12611  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30384 -> 30376 bytes
12612  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2352 -> 2360 bytes
12613  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 2060 -> 2072 bytes
12614  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2164 -> 2172 bytes
12615  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20384 -> 20376 bytes
12616  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2384 -> 2392 bytes
12617  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30556 -> 30544 bytes
12618  ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 4884 -> 4912 bytes
12619  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6276 -> 6300 bytes
12620  ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2588 -> 2620 bytes
12621  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6736 -> 6744 bytes
12622  .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 2456 -> 2488 bytes
12623  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129876 -> 129912 bytes
12624  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130920 -> 130944 bytes
12625  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3412 -> 3444 bytes
12626  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122048 -> 122060 bytes
12627  ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50760 -> 50788 bytes
12628  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4724 -> 4748 bytes
12629  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5928 -> 5944 bytes
12630  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2520 -> 2552 bytes
12631  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6232 -> 6236 bytes
12632  ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 2440 -> 2472 bytes
12633  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129448 -> 129468 bytes
12634  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130312 -> 130324 bytes
12635  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3288 -> 3324 bytes
12636  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121284 -> 121284 bytes
12637  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50540 -> 50560 bytes
12638  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 4420 -> 4440 bytes
12639  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5416 -> 5428 bytes
12640  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2416 -> 2448 bytes
12641  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 5556 -> 5560 bytes
12642  ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 2308 -> 2336 bytes
12643  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 129576 -> 129608 bytes
12644  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 130604 -> 130632 bytes
12645  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 3248 -> 3288 bytes
12646  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 121776 -> 121784 bytes
12647  ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50552 -> 50576 bytes
12648  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 4548 -> 4576 bytes
12649  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 5708 -> 5732 bytes
12650  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2448 -> 2480 bytes
12651  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6048 -> 6056 bytes
12652  ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 2316 -> 2348 bytes
12653  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 130036 -> 130072 bytes
12654  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 131272 -> 131300 bytes
12655  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3408 -> 3444 bytes
12656  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 122552 -> 122564 bytes
12657  ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50776 -> 50804 bytes
12658  ...otoSerifMyanmar-Regular.notdef-outline.1092.otf | Bin 1380 -> 1392 bytes
12659  .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1252 -> 1252 bytes
12660  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1264 -> 1264 bytes
12661  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1216 -> 1216 bytes
12662  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1204 -> 1204 bytes
12663  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1184 -> 1184 bytes
12664  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1468 -> 1468 bytes
12665  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8232 -> 8232 bytes
12666  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8104 -> 8104 bytes
12667  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8172 -> 8172 bytes
12668  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8156 -> 8156 bytes
12669  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1080 -> 1080 bytes
12670  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1092 -> 1092 bytes
12671  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1044 -> 1044 bytes
12672  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1032 -> 1032 bytes
12673  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1012 -> 1012 bytes
12674  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1000 -> 1000 bytes
12675  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1012 -> 1012 bytes
12676  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 964 -> 964 bytes
12677  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 952 -> 952 bytes
12678  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 932 -> 932 bytes
12679  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1640 -> 1640 bytes
12680  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8404 -> 8404 bytes
12681  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8276 -> 8276 bytes
12682  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8344 -> 8344 bytes
12683  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8328 -> 8328 bytes
12684  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf | Bin 1360 -> 1376 bytes
12685  .../cmap14/cmap14_font1.default.4E00,4E03.otf      | Bin 1236 -> 1252 bytes
12686  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf | Bin 1328 -> 1348 bytes
12687  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf | Bin 1576 -> 1596 bytes
12688  .../expected/cmap14/cmap14_font1.default.4E02.otf  | Bin 996 -> 1012 bytes
12689  .../expected/cmap14/cmap14_font1.default.4E03.otf  | Bin 1080 -> 1096 bytes
12690  .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   | Bin 1848 -> 1864 bytes
12691  .../cmap14/cmap14_font1.default.4E08,4E09.otf      | Bin 1720 -> 1736 bytes
12692  .../expected/cmap14/cmap14_font1.default.4E08.otf  | Bin 1384 -> 1404 bytes
12693  .../cmap14_font1.default.retain-all-codepoint.otf  | Bin 2348 -> 2364 bytes
12694  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1388 -> 1404 bytes
12695  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf | Bin 1272 -> 1292 bytes
12696  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1396 -> 1416 bytes
12697  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1720 -> 1736 bytes
12698  .../cmap14_font1.drop-hints-retain-gids.4E02.otf   | Bin 1028 -> 1048 bytes
12699  .../cmap14_font1.drop-hints-retain-gids.4E03.otf   | Bin 1124 -> 1140 bytes
12700  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 1984 -> 2000 bytes
12701  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf | Bin 1872 -> 1888 bytes
12702  .../cmap14_font1.drop-hints-retain-gids.4E08.otf   | Bin 1544 -> 1560 bytes
12703  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2436 -> 2452 bytes
12704  .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     | Bin 1292 -> 1308 bytes
12705  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   | Bin 1168 -> 1188 bytes
12706  .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     | Bin 1260 -> 1280 bytes
12707  .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     | Bin 1512 -> 1528 bytes
12708  .../cmap14/cmap14_font1.drop-hints.4E02.otf        | Bin 928 -> 944 bytes
12709  .../cmap14/cmap14_font1.drop-hints.4E03.otf        | Bin 1012 -> 1028 bytes
12710  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1780 -> 1796 bytes
12711  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   | Bin 1652 -> 1672 bytes
12712  .../cmap14/cmap14_font1.drop-hints.4E08.otf        | Bin 1316 -> 1336 bytes
12713  ...map14_font1.drop-hints.retain-all-codepoint.otf | Bin 2280 -> 2296 bytes
12714  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    | Bin 1388 -> 1408 bytes
12715  .../cmap14/cmap14_font1.gids.4E00,4E03.otf         | Bin 1380 -> 1396 bytes
12716  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    | Bin 1620 -> 1640 bytes
12717  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    | Bin 1744 -> 1760 bytes
12718  .../expected/cmap14/cmap14_font1.gids.4E02.otf     | Bin 1312 -> 1332 bytes
12719  .../expected/cmap14/cmap14_font1.gids.4E03.otf     | Bin 1352 -> 1372 bytes
12720  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      | Bin 2164 -> 2184 bytes
12721  .../cmap14/cmap14_font1.gids.4E08,4E09.otf         | Bin 2036 -> 2056 bytes
12722  .../expected/cmap14/cmap14_font1.gids.4E08.otf     | Bin 1704 -> 1720 bytes
12723  .../cmap14_font1.gids.retain-all-codepoint.otf     | Bin 2380 -> 2400 bytes
12724  .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       | Bin 1292 -> 1308 bytes
12725  .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     | Bin 1168 -> 1184 bytes
12726  .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       | Bin 1260 -> 1280 bytes
12727  .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       | Bin 1508 -> 1528 bytes
12728  .../expected/cmap14/cmap14_font1.name-ids.4E02.otf | Bin 928 -> 944 bytes
12729  .../expected/cmap14/cmap14_font1.name-ids.4E03.otf | Bin 1012 -> 1028 bytes
12730  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 1780 -> 1796 bytes
12731  .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     | Bin 1652 -> 1668 bytes
12732  .../expected/cmap14/cmap14_font1.name-ids.4E08.otf | Bin 1316 -> 1336 bytes
12733  .../cmap14_font1.name-ids.retain-all-codepoint.otf | Bin 2280 -> 2296 bytes
12734  .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    | Bin 1452 -> 1472 bytes
12735  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  | Bin 1340 -> 1360 bytes
12736  .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    | Bin 1464 -> 1480 bytes
12737  .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    | Bin 1788 -> 1804 bytes
12738  .../cmap14/cmap14_font1.retain-gids.4E02.otf       | Bin 1096 -> 1116 bytes
12739  .../cmap14/cmap14_font1.retain-gids.4E03.otf       | Bin 1192 -> 1208 bytes
12740  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2048 -> 2068 bytes
12741  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  | Bin 1940 -> 1956 bytes
12742  .../cmap14/cmap14_font1.retain-gids.4E08.otf       | Bin 1608 -> 1628 bytes
12743  ...ap14_font1.retain-gids.retain-all-codepoint.otf | Bin 2500 -> 2520 bytes
12744  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf | Bin 1360 -> 1376 bytes
12745  .../cmap14/cmap14_font2.default.4E00,4E03.otf      | Bin 1236 -> 1252 bytes
12746  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf | Bin 1332 -> 1352 bytes
12747  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf | Bin 1576 -> 1596 bytes
12748  .../expected/cmap14/cmap14_font2.default.4E02.otf  | Bin 992 -> 1008 bytes
12749  .../expected/cmap14/cmap14_font2.default.4E03.otf  | Bin 1076 -> 1092 bytes
12750  .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   | Bin 1848 -> 1864 bytes
12751  .../cmap14/cmap14_font2.default.4E08,4E09.otf      | Bin 1716 -> 1732 bytes
12752  .../expected/cmap14/cmap14_font2.default.4E08.otf  | Bin 1380 -> 1400 bytes
12753  .../cmap14_font2.default.retain-all-codepoint.otf  | Bin 2344 -> 2360 bytes
12754  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 1388 -> 1404 bytes
12755  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf | Bin 1272 -> 1292 bytes
12756  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 1400 -> 1420 bytes
12757  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 1720 -> 1736 bytes
12758  .../cmap14_font2.drop-hints-retain-gids.4E02.otf   | Bin 1024 -> 1044 bytes
12759  .../cmap14_font2.drop-hints-retain-gids.4E03.otf   | Bin 1120 -> 1136 bytes
12760  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 1984 -> 2000 bytes
12761  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf | Bin 1868 -> 1884 bytes
12762  .../cmap14_font2.drop-hints-retain-gids.4E08.otf   | Bin 1540 -> 1556 bytes
12763  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 2432 -> 2448 bytes
12764  .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     | Bin 1292 -> 1308 bytes
12765  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   | Bin 1168 -> 1188 bytes
12766  .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     | Bin 1264 -> 1284 bytes
12767  .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     | Bin 1512 -> 1528 bytes
12768  .../cmap14/cmap14_font2.drop-hints.4E02.otf        | Bin 924 -> 940 bytes
12769  .../cmap14/cmap14_font2.drop-hints.4E03.otf        | Bin 1008 -> 1024 bytes
12770  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 1780 -> 1796 bytes
12771  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   | Bin 1648 -> 1668 bytes
12772  .../cmap14/cmap14_font2.drop-hints.4E08.otf        | Bin 1312 -> 1332 bytes
12773  ...map14_font2.drop-hints.retain-all-codepoint.otf | Bin 2276 -> 2292 bytes
12774  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    | Bin 1388 -> 1408 bytes
12775  .../cmap14/cmap14_font2.gids.4E00,4E03.otf         | Bin 1380 -> 1396 bytes
12776  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    | Bin 1624 -> 1644 bytes
12777  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    | Bin 1744 -> 1760 bytes
12778  .../expected/cmap14/cmap14_font2.gids.4E02.otf     | Bin 1308 -> 1328 bytes
12779  .../expected/cmap14/cmap14_font2.gids.4E03.otf     | Bin 1348 -> 1368 bytes
12780  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      | Bin 2164 -> 2184 bytes
12781  .../cmap14/cmap14_font2.gids.4E08,4E09.otf         | Bin 2032 -> 2052 bytes
12782  .../expected/cmap14/cmap14_font2.gids.4E08.otf     | Bin 1700 -> 1716 bytes
12783  .../cmap14_font2.gids.retain-all-codepoint.otf     | Bin 2376 -> 2396 bytes
12784  .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       | Bin 1292 -> 1308 bytes
12785  .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     | Bin 1168 -> 1184 bytes
12786  .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       | Bin 1264 -> 1284 bytes
12787  .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       | Bin 1508 -> 1528 bytes
12788  .../expected/cmap14/cmap14_font2.name-ids.4E02.otf | Bin 924 -> 940 bytes
12789  .../expected/cmap14/cmap14_font2.name-ids.4E03.otf | Bin 1008 -> 1024 bytes
12790  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 1780 -> 1796 bytes
12791  .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     | Bin 1648 -> 1664 bytes
12792  .../expected/cmap14/cmap14_font2.name-ids.4E08.otf | Bin 1312 -> 1332 bytes
12793  .../cmap14_font2.name-ids.retain-all-codepoint.otf | Bin 2276 -> 2292 bytes
12794  .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    | Bin 1452 -> 1472 bytes
12795  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  | Bin 1340 -> 1360 bytes
12796  .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    | Bin 1468 -> 1484 bytes
12797  .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    | Bin 1788 -> 1804 bytes
12798  .../cmap14/cmap14_font2.retain-gids.4E02.otf       | Bin 1092 -> 1112 bytes
12799  .../cmap14/cmap14_font2.retain-gids.4E03.otf       | Bin 1188 -> 1204 bytes
12800  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 2048 -> 2068 bytes
12801  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  | Bin 1936 -> 1952 bytes
12802  .../cmap14/cmap14_font2.retain-gids.4E08.otf       | Bin 1604 -> 1624 bytes
12803  ...ap14_font2.retain-gids.retain-all-codepoint.otf | Bin 2496 -> 2516 bytes
12804  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 1936 -> 1936 bytes
12805  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 1400 -> 1400 bytes
12806  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 1576 -> 1576 bytes
12807  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 932 -> 932 bytes
12808  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 1916 -> 1916 bytes
12809  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 1376 -> 1376 bytes
12810  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 1552 -> 1552 bytes
12811  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 1916 -> 1916 bytes
12812  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 1396 -> 1396 bytes
12813  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 1576 -> 1576 bytes
12814  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 912 -> 912 bytes
12815  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 1900 -> 1900 bytes
12816  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 1372 -> 1372 bytes
12817  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 1552 -> 1552 bytes
12818  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 1916 -> 1916 bytes
12819  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 1380 -> 1380 bytes
12820  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 1556 -> 1556 bytes
12821  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 912 -> 912 bytes
12822  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 1896 -> 1896 bytes
12823  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 1356 -> 1356 bytes
12824  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 1532 -> 1532 bytes
12825  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 1936 -> 1936 bytes
12826  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 1416 -> 1416 bytes
12827  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 1596 -> 1596 bytes
12828  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 932 -> 932 bytes
12829  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 1920 -> 1920 bytes
12830  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 1392 -> 1392 bytes
12831  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 1572 -> 1572 bytes
12832  .../colr_with_components/colr-table.default.6B.ttf | Bin 4260 -> 4260 bytes
12833  .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 4984 -> 4984 bytes
12834  .../colr-table.drop-hints.6B.ttf                   | Bin 4260 -> 4260 bytes
12835  .../colr-table.retain-gids.6B.ttf                  | Bin 4984 -> 4984 bytes
12836  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3080 -> 3076 bytes
12837  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2672 -> 2668 bytes
12838  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3024 -> 3020 bytes
12839  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1632 -> 1628 bytes
12840  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1412 -> 1408 bytes
12841  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1648 -> 1644 bytes
12842  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3992 -> 3960 bytes
12843  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3832 -> 3820 bytes
12844  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4396 -> 4384 bytes
12845  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3968 -> 3948 bytes
12846  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3832 -> 3820 bytes
12847  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4396 -> 4384 bytes
12848  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2344 -> 2340 bytes
12849  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1992 -> 1988 bytes
12850  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2704 -> 2700 bytes
12851  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2948 -> 2944 bytes
12852  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2324 -> 2320 bytes
12853  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3244 -> 3240 bytes
12854  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1984 -> 1980 bytes
12855  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1616 -> 1612 bytes
12856  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1264 -> 1260 bytes
12857  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1976 -> 1972 bytes
12858  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2220 -> 2216 bytes
12859  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1596 -> 1592 bytes
12860  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2516 -> 2512 bytes
12861  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1256 -> 1252 bytes
12862  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2344 -> 2340 bytes
12863  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1992 -> 1988 bytes
12864  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2704 -> 2700 bytes
12865  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2948 -> 2944 bytes
12866  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2324 -> 2320 bytes
12867  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3244 -> 3240 bytes
12868  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1984 -> 1980 bytes
12869  ...text1_multiple_subrules_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
12870  ...context1_multiple_subrules_f1.default.41,42.otf | Bin 1228 -> 1240 bytes
12871  ...context1_multiple_subrules_f1.default.41,43.otf | Bin 1332 -> 1348 bytes
12872  ...os_context1_multiple_subrules_f1.default.41.otf | Bin 1216 -> 1228 bytes
12873  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
12874  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
12875  ...ext1_multiple_subrules_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
12876  ...ext1_multiple_subrules_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
12877  ...ontext1_multiple_subrules_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
12878  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
12879  ...text2_multiple_subrules_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
12880  ...context2_multiple_subrules_f1.default.41,42.otf | Bin 1228 -> 1240 bytes
12881  ...context2_multiple_subrules_f1.default.41,43.otf | Bin 1332 -> 1348 bytes
12882  ...os_context2_multiple_subrules_f1.default.41.otf | Bin 1216 -> 1228 bytes
12883  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
12884  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
12885  ...ext2_multiple_subrules_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
12886  ...ext2_multiple_subrules_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
12887  ...ontext2_multiple_subrules_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
12888  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
12889  .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1308 -> 1320 bytes
12890  .../gpos_context3_simple_f1.default.41,42.otf      | Bin 1208 -> 1220 bytes
12891  .../gpos_context3_simple_f1.default.41,43.otf      | Bin 1312 -> 1328 bytes
12892  .../gpos_context3_simple_f1.default.41.otf         | Bin 1196 -> 1208 bytes
12893  ...ext3_simple_f1.default.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
12894  ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
12895  .../gpos_context3_simple_f1.retain-gids.41,42.otf  | Bin 1912 -> 1928 bytes
12896  .../gpos_context3_simple_f1.retain-gids.41,43.otf  | Bin 2028 -> 2048 bytes
12897  .../gpos_context3_simple_f1.retain-gids.41.otf     | Bin 1896 -> 1912 bytes
12898  ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
12899  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4176 -> 4172 bytes
12900  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4752 -> 4748 bytes
12901  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4724 -> 4720 bytes
12902  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49244 -> 49248 bytes
12903  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1036 -> 1032 bytes
12904  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1344 -> 1340 bytes
12905  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1344 -> 1340 bytes
12906  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29464 -> 29468 bytes
12907  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4176 -> 4172 bytes
12908  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4752 -> 4748 bytes
12909  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4724 -> 4720 bytes
12910  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49244 -> 49248 bytes
12911  .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 5440 -> 5460 bytes
12912  .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4908 -> 4928 bytes
12913  .../AdobeVFPrototype.default.41,42.otf             | Bin 4432 -> 4448 bytes
12914  .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4576 -> 4596 bytes
12915  .../AdobeVFPrototype.default.41.otf                | Bin 3728 -> 3748 bytes
12916  .../AdobeVFPrototype.default.42,57.otf             | Bin 4564 -> 4580 bytes
12917  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5252 -> 5272 bytes
12918  .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4720 -> 4740 bytes
12919  .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4244 -> 4264 bytes
12920  .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4384 -> 4408 bytes
12921  .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3540 -> 3560 bytes
12922  .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4376 -> 4396 bytes
12923  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5440 -> 5460 bytes
12924  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4908 -> 4928 bytes
12925  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4432 -> 4448 bytes
12926  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4576 -> 4596 bytes
12927  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3728 -> 3748 bytes
12928  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4564 -> 4580 bytes
12929  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2524 -> 2520 bytes
12930  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2116 -> 2112 bytes
12931  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2212 -> 2208 bytes
12932  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2008 -> 2004 bytes
12933  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2572 -> 2568 bytes
12934  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1380 -> 1376 bytes
12935  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1112 -> 1108 bytes
12936  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1172 -> 1168 bytes
12937  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1056 -> 1052 bytes
12938  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1388 -> 1384 bytes
12939  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2524 -> 2520 bytes
12940  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2116 -> 2112 bytes
12941  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2212 -> 2208 bytes
12942  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2008 -> 2004 bytes
12943  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2572 -> 2568 bytes
12944  .../layout.gpos/gpos1_2_font.default.41,43.otf     | Bin 1292 -> 1308 bytes
12945  .../layout.gpos/gpos1_2_font.default.41,46.otf     | Bin 1424 -> 1436 bytes
12946  .../layout.gpos/gpos1_2_font.default.41.otf        | Bin 1176 -> 1188 bytes
12947  .../layout.gpos/gpos1_2_font.default.42,44.otf     | Bin 1268 -> 1280 bytes
12948  .../layout.gpos/gpos1_2_font.default.43,46.otf     | Bin 1288 -> 1300 bytes
12949  .../gpos1_2_font.default.retain-all-codepoint.otf  | Bin 3604 -> 3816 bytes
12950  .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2008 -> 2028 bytes
12951  .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf | Bin 2172 -> 2188 bytes
12952  .../layout.gpos/gpos1_2_font.retain-gids.41.otf    | Bin 1876 -> 1892 bytes
12953  .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf | Bin 1992 -> 2012 bytes
12954  .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf | Bin 2036 -> 2052 bytes
12955  ...os1_2_font.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
12956  .../gpos2_1_font7.default.21,23,25.otf             | Bin 1360 -> 1372 bytes
12957  .../layout.gpos2/gpos2_1_font7.default.21,23.otf   | Bin 1240 -> 1252 bytes
12958  .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   | Bin 1508 -> 1524 bytes
12959  .../gpos2_1_font7.default.41,42,43.otf             | Bin 1288 -> 1300 bytes
12960  .../gpos2_1_font7.default.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
12961  .../gpos2_1_font7.retain-gids.21,23,25.otf         | Bin 1696 -> 1716 bytes
12962  .../gpos2_1_font7.retain-gids.21,23.otf            | Bin 1564 -> 1580 bytes
12963  .../gpos2_1_font7.retain-gids.2E,23.otf            | Bin 1944 -> 1960 bytes
12964  .../gpos2_1_font7.retain-gids.41,42,43.otf         | Bin 1988 -> 2012 bytes
12965  ...s2_1_font7.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
12966  .../gpos2_2_font5.default.21,23,25.otf             | Bin 1360 -> 1372 bytes
12967  .../layout.gpos2/gpos2_2_font5.default.21,23.otf   | Bin 1240 -> 1252 bytes
12968  .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   | Bin 1508 -> 1524 bytes
12969  .../gpos2_2_font5.default.41,42,43.otf             | Bin 1288 -> 1300 bytes
12970  .../gpos2_2_font5.default.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
12971  .../gpos2_2_font5.retain-gids.21,23,25.otf         | Bin 1696 -> 1716 bytes
12972  .../gpos2_2_font5.retain-gids.21,23.otf            | Bin 1564 -> 1580 bytes
12973  .../gpos2_2_font5.retain-gids.2E,23.otf            | Bin 1944 -> 1960 bytes
12974  .../gpos2_2_font5.retain-gids.41,42,43.otf         | Bin 1988 -> 2012 bytes
12975  ...s2_2_font5.retain-gids.retain-all-codepoint.otf | Bin 3604 -> 3816 bytes
12976  .../layout.gpos3/gpos3_font3.default.28,29.otf     | Bin 1248 -> 1260 bytes
12977  .../layout.gpos3/gpos3_font3.default.28,2B.otf     | Bin 1376 -> 1392 bytes
12978  .../layout.gpos3/gpos3_font3.default.29,2B.otf     | Bin 1292 -> 1304 bytes
12979  .../layout.gpos3/gpos3_font3.default.41,42,43.otf  | Bin 1284 -> 1296 bytes
12980  .../gpos3_font3.default.retain-all-codepoint.otf   | Bin 3636 -> 3848 bytes
12981  .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf | Bin 1632 -> 1652 bytes
12982  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf | Bin 1780 -> 1800 bytes
12983  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf | Bin 1696 -> 1712 bytes
12984  .../gpos3_font3.retain-gids.41,42,43.otf           | Bin 1984 -> 2008 bytes
12985  ...pos3_font3.retain-gids.retain-all-codepoint.otf | Bin 3636 -> 3848 bytes
12986  ...pos4_multiple_anchors_1.default.41,42,43,44.otf | Bin 1516 -> 1528 bytes
12987  ...pos4_multiple_anchors_1.default.41,42,43,45.otf | Bin 1524 -> 1536 bytes
12988  .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1308 -> 1320 bytes
12989  .../gpos4_multiple_anchors_1.default.41,42.otf     | Bin 1208 -> 1220 bytes
12990  ...4_multiple_anchors_1.default.41,43,44,45,46.otf | Bin 1864 -> 1880 bytes
12991  .../gpos4_multiple_anchors_1.default.41,43,44.otf  | Bin 1524 -> 1540 bytes
12992  .../gpos4_multiple_anchors_1.default.41,43,45.otf  | Bin 1532 -> 1548 bytes
12993  .../gpos4_multiple_anchors_1.default.41,43.otf     | Bin 1312 -> 1328 bytes
12994  .../gpos4_multiple_anchors_1.default.41.otf        | Bin 1196 -> 1208 bytes
12995  ...iple_anchors_1.default.retain-all-codepoint.otf | Bin 3668 -> 3880 bytes
12996  ..._multiple_anchors_1.retain-gids.41,42,43,44.otf | Bin 2220 -> 2244 bytes
12997  ..._multiple_anchors_1.retain-gids.41,42,43,45.otf | Bin 2244 -> 2268 bytes
12998  ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
12999  .../gpos4_multiple_anchors_1.retain-gids.41,42.otf | Bin 1912 -> 1928 bytes
13000  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf | Bin 2584 -> 2608 bytes
13001  ...os4_multiple_anchors_1.retain-gids.41,43,44.otf | Bin 2240 -> 2264 bytes
13002  ...os4_multiple_anchors_1.retain-gids.41,43,45.otf | Bin 2260 -> 2284 bytes
13003  .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2028 -> 2048 bytes
13004  .../gpos4_multiple_anchors_1.retain-gids.41.otf    | Bin 1896 -> 1912 bytes
13005  ..._anchors_1.retain-gids.retain-all-codepoint.otf | Bin 3668 -> 3880 bytes
13006  .../gpos5_font1.default.41,42,43,44.otf            | Bin 1536 -> 1544 bytes
13007  .../gpos5_font1.default.41,42,43,45.otf            | Bin 1544 -> 1552 bytes
13008  .../layout.gpos5/gpos5_font1.default.41,42,43.otf  | Bin 1328 -> 1336 bytes
13009  .../layout.gpos5/gpos5_font1.default.41,42,44.otf  | Bin 1460 -> 1468 bytes
13010  .../layout.gpos5/gpos5_font1.default.41,42,45.otf  | Bin 1448 -> 1456 bytes
13011  .../layout.gpos5/gpos5_font1.default.41,42.otf     | Bin 1228 -> 1236 bytes
13012  .../layout.gpos5/gpos5_font1.default.41,43.otf     | Bin 1332 -> 1344 bytes
13013  .../layout.gpos5/gpos5_font1.default.41.otf        | Bin 1216 -> 1224 bytes
13014  .../layout.gpos5/gpos5_font1.default.42.otf        | Bin 1076 -> 1084 bytes
13015  .../gpos5_font1.default.retain-all-codepoint.otf   | Bin 3688 -> 3896 bytes
13016  .../gpos5_font1.retain-gids.41,42,43,44.otf        | Bin 2240 -> 2260 bytes
13017  .../gpos5_font1.retain-gids.41,42,43,45.otf        | Bin 2264 -> 2284 bytes
13018  .../gpos5_font1.retain-gids.41,42,43.otf           | Bin 2028 -> 2048 bytes
13019  .../gpos5_font1.retain-gids.41,42,44.otf           | Bin 2176 -> 2192 bytes
13020  .../gpos5_font1.retain-gids.41,42,45.otf           | Bin 2172 -> 2192 bytes
13021  .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf | Bin 1932 -> 1944 bytes
13022  .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf | Bin 2048 -> 2064 bytes
13023  .../layout.gpos5/gpos5_font1.retain-gids.41.otf    | Bin 1916 -> 1928 bytes
13024  .../layout.gpos5/gpos5_font1.retain-gids.42.otf    | Bin 1788 -> 1800 bytes
13025  ...pos5_font1.retain-gids.retain-all-codepoint.otf | Bin 3688 -> 3896 bytes
13026  .../gpos6_font1.default.41,42,43,44.otf            | Bin 1492 -> 1504 bytes
13027  .../gpos6_font1.default.41,42,43,45.otf            | Bin 1500 -> 1512 bytes
13028  .../layout.gpos6/gpos6_font1.default.41,42,43.otf  | Bin 1284 -> 1296 bytes
13029  .../layout.gpos6/gpos6_font1.default.41,42.otf     | Bin 1184 -> 1196 bytes
13030  .../gpos6_font1.default.41,43,44,45,46.otf         | Bin 1840 -> 1856 bytes
13031  .../layout.gpos6/gpos6_font1.default.41,43,44.otf  | Bin 1500 -> 1516 bytes
13032  .../layout.gpos6/gpos6_font1.default.41,43,45.otf  | Bin 1508 -> 1524 bytes
13033  .../layout.gpos6/gpos6_font1.default.41,43.otf     | Bin 1288 -> 1304 bytes
13034  .../layout.gpos6/gpos6_font1.default.41.otf        | Bin 1172 -> 1184 bytes
13035  .../gpos6_font1.default.retain-all-codepoint.otf   | Bin 3644 -> 3856 bytes
13036  .../gpos6_font1.retain-gids.41,42,43,44.otf        | Bin 2196 -> 2220 bytes
13037  .../gpos6_font1.retain-gids.41,42,43,45.otf        | Bin 2220 -> 2244 bytes
13038  .../gpos6_font1.retain-gids.41,42,43.otf           | Bin 1984 -> 2008 bytes
13039  .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf | Bin 1888 -> 1904 bytes
13040  .../gpos6_font1.retain-gids.41,43,44,45,46.otf     | Bin 2560 -> 2584 bytes
13041  .../gpos6_font1.retain-gids.41,43,44.otf           | Bin 2216 -> 2240 bytes
13042  .../gpos6_font1.retain-gids.41,43,45.otf           | Bin 2236 -> 2260 bytes
13043  .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2004 -> 2024 bytes
13044  .../layout.gpos6/gpos6_font1.retain-gids.41.otf    | Bin 1872 -> 1888 bytes
13045  ...pos6_font1.retain-gids.retain-all-codepoint.otf | Bin 3644 -> 3856 bytes
13046  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12684 -> 12684 bytes
13047  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 9992 -> 9992 bytes
13048  .../Amiri-Regular.default.627,644.ttf              | Bin 4168 -> 4168 bytes
13049  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9516 -> 9516 bytes
13050  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7324 -> 7324 bytes
13051  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48012 -> 48012 bytes
13052  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42640 -> 42640 bytes
13053  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36696 -> 36696 bytes
13054  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45908 -> 45908 bytes
13055  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 37988 -> 37988 bytes
13056  ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1840 -> 1856 bytes
13057  ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1332 -> 1344 bytes
13058  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
13059  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2304 -> 2328 bytes
13060  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2032 -> 2056 bytes
13061  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
13062  ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1840 -> 1856 bytes
13063  ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1332 -> 1344 bytes
13064  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
13065  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2304 -> 2328 bytes
13066  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2032 -> 2056 bytes
13067  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3704 -> 3916 bytes
13068  ...pos_chaining3_simple_f1.default.30,31,32,33.otf | Bin 1816 -> 1832 bytes
13069  .../gpos_chaining3_simple_f1.default.41,42,43.otf  | Bin 1308 -> 1320 bytes
13070  ...ing3_simple_f1.default.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
13071  ...chaining3_simple_f1.retain-gids.30,31,32,33.otf | Bin 2280 -> 2304 bytes
13072  ...os_chaining3_simple_f1.retain-gids.41,42,43.otf | Bin 2008 -> 2032 bytes
13073  ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3680 -> 3892 bytes
13074  .../layout.gpos9/gpos9_font2.default.41,42.otf     | Bin 1184 -> 1196 bytes
13075  .../layout.gpos9/gpos9_font2.default.41.otf        | Bin 1172 -> 1184 bytes
13076  .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1032 -> 1044 bytes
13077  .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf | Bin 1888 -> 1904 bytes
13078  .../layout.gpos9/gpos9_font2.retain-gids.41.otf    | Bin 1872 -> 1888 bytes
13079  .../layout.gpos9/gpos9_font2.retain-gids.42.otf    | Bin 1744 -> 1760 bytes
13080  ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4348 -> 4372 bytes
13081  .../gsub_alternate_substitution.default.53A9.otf   | Bin 3904 -> 3928 bytes
13082  .../gsub_alternate_substitution.default.53F1.otf   | Bin 2452 -> 2484 bytes
13083  ...e_substitution.default.retain-all-codepoint.otf | Bin 6040 -> 6064 bytes
13084  ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 4472 -> 4496 bytes
13085  ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4056 -> 4080 bytes
13086  ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 2648 -> 2676 bytes
13087  ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6132 -> 6156 bytes
13088  ...text1_multiple_subrules_f2.default.41,42,43.otf | Bin 1340 -> 1352 bytes
13089  ...context1_multiple_subrules_f2.default.41,42.otf | Bin 1240 -> 1252 bytes
13090  ...context1_multiple_subrules_f2.default.41,43.otf | Bin 1344 -> 1360 bytes
13091  ...ub_context1_multiple_subrules_f2.default.41.otf | Bin 1228 -> 1240 bytes
13092  ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
13093  ...1_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2040 -> 2064 bytes
13094  ...ext1_multiple_subrules_f2.retain-gids.41,42.otf | Bin 1944 -> 1960 bytes
13095  ...ext1_multiple_subrules_f2.retain-gids.41,43.otf | Bin 2060 -> 2080 bytes
13096  ...ontext1_multiple_subrules_f2.retain-gids.41.otf | Bin 1928 -> 1944 bytes
13097  ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
13098  ...text2_multiple_subrules_f2.default.41,42,43.otf | Bin 1340 -> 1352 bytes
13099  ...context2_multiple_subrules_f2.default.41,42.otf | Bin 1240 -> 1252 bytes
13100  ...context2_multiple_subrules_f2.default.41,43.otf | Bin 1344 -> 1360 bytes
13101  ...ub_context2_multiple_subrules_f2.default.41.otf | Bin 1228 -> 1240 bytes
13102  ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
13103  ...2_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2040 -> 2064 bytes
13104  ...ext2_multiple_subrules_f2.retain-gids.41,42.otf | Bin 1944 -> 1960 bytes
13105  ...ext2_multiple_subrules_f2.retain-gids.41,43.otf | Bin 2060 -> 2080 bytes
13106  ...ontext2_multiple_subrules_f2.retain-gids.41.otf | Bin 1928 -> 1944 bytes
13107  ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3712 -> 3924 bytes
13108  ...sub_context3_successive_f1.default.41,42,43.otf | Bin 1328 -> 1340 bytes
13109  .../gsub_context3_successive_f1.default.41,42.otf  | Bin 1228 -> 1240 bytes
13110  .../gsub_context3_successive_f1.default.41,43.otf  | Bin 1332 -> 1348 bytes
13111  .../gsub_context3_successive_f1.default.41.otf     | Bin 1216 -> 1228 bytes
13112  ..._successive_f1.default.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
13113  ...context3_successive_f1.retain-gids.41,42,43.otf | Bin 2028 -> 2052 bytes
13114  ...ub_context3_successive_f1.retain-gids.41,42.otf | Bin 1932 -> 1948 bytes
13115  ...ub_context3_successive_f1.retain-gids.41,43.otf | Bin 2048 -> 2068 bytes
13116  .../gsub_context3_successive_f1.retain-gids.41.otf | Bin 1916 -> 1932 bytes
13117  ...cessive_f1.retain-gids.retain-all-codepoint.otf | Bin 3700 -> 3912 bytes
13118  ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1852 -> 1868 bytes
13119  ...ning1_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 1356 bytes
13120  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
13121  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2316 -> 2340 bytes
13122  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2044 -> 2068 bytes
13123  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
13124  ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1852 -> 1868 bytes
13125  ...ning2_multiple_subrules_f1.default.41,42,43.otf | Bin 1344 -> 1356 bytes
13126  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
13127  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2316 -> 2340 bytes
13128  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2044 -> 2068 bytes
13129  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3928 bytes
13130  ...sub_chaining3_simple_f2.default.30,31,32,33.otf | Bin 1828 -> 1844 bytes
13131  .../gsub_chaining3_simple_f2.default.41,42,43.otf  | Bin 1320 -> 1332 bytes
13132  ...ing3_simple_f2.default.retain-all-codepoint.otf | Bin 3692 -> 3904 bytes
13133  ...chaining3_simple_f2.retain-gids.30,31,32,33.otf | Bin 2292 -> 2316 bytes
13134  ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf | Bin 2020 -> 2044 bytes
13135  ..._simple_f2.retain-gids.retain-all-codepoint.otf | Bin 3692 -> 3904 bytes
13136  ..._created.default.41,42,43,44,45,46,47,48,49.otf | Bin 2176 -> 2188 bytes
13137  ...nually_created.default.41,42,43,44,45,46,47.otf | Bin 1888 -> 1904 bytes
13138  ...nually_created.default.41,42,43,44,45,46,4D.otf | Bin 1852 -> 1868 bytes
13139  ...nually_created.default.41,42,43,44,45,46,51.otf | Bin 1932 -> 1948 bytes
13140  ..._manually_created.default.41,42,43,44,45,46.otf | Bin 1832 -> 1844 bytes
13141  .../gsub8_manually_created.default.41,42,43.otf    | Bin 1284 -> 1296 bytes
13142  .../gsub8_manually_created.default.41.otf          | Bin 1172 -> 1184 bytes
13143  .../gsub8_manually_created.default.61.otf          | Bin 1224 -> 1236 bytes
13144  ...nually_created.default.retain-all-codepoint.otf | Bin 3656 -> 3868 bytes
13145  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 2884 -> 2916 bytes
13146  ...ly_created.retain-gids.41,42,43,44,45,46,47.otf | Bin 2596 -> 2624 bytes
13147  ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf | Bin 2636 -> 2668 bytes
13148  ...ly_created.retain-gids.41,42,43,44,45,46,51.otf | Bin 2760 -> 2792 bytes
13149  ...ually_created.retain-gids.41,42,43,44,45,46.otf | Bin 2540 -> 2564 bytes
13150  ...gsub8_manually_created.retain-gids.41,42,43.otf | Bin 1984 -> 2008 bytes
13151  .../gsub8_manually_created.retain-gids.41.otf      | Bin 1872 -> 1888 bytes
13152  .../gsub8_manually_created.retain-gids.61.otf      | Bin 2276 -> 2292 bytes
13153  ...ly_created.retain-gids.retain-all-codepoint.otf | Bin 3656 -> 3868 bytes
13154  .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 4204 -> 4200 bytes
13155  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6412 -> 6408 bytes
13156  .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 4140 -> 4136 bytes
13157  .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 4464 -> 4460 bytes
13158  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7848 -> 7844 bytes
13159  .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 4256 -> 4252 bytes
13160  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11396 -> 11388 bytes
13161  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 18248 -> 17688 bytes
13162  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3528 -> 3520 bytes
13163  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12368 -> 12380 bytes
13164  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 20368 -> 19380 bytes
13165  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18232 -> 18224 bytes
13166  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 24376 -> 23748 bytes
13167  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9176 -> 9164 bytes
13168  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18172 -> 18184 bytes
13169  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 26588 -> 25432 bytes
13170  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 2464 -> 2460 bytes
13171  .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2284 -> 2280 bytes
13172  .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2084 -> 2080 bytes
13173  .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2116 -> 2112 bytes
13174  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2388 -> 2384 bytes
13175  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 2716 -> 2712 bytes
13176  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 2548 -> 2544 bytes
13177  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 2336 -> 2332 bytes
13178  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 2384 -> 2380 bytes
13179  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 6476 -> 6472 bytes
13180  .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 193528 -> 193528 bytes
13181  test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 121168 -> 121168 bytes
13182  test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 89364 -> 89364 bytes
13183  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 193528 -> 193528 bytes
13184  .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 121168 -> 121168 bytes
13185  .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 89404 -> 89404 bytes
13186  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 193528 -> 193528 bytes
13187  .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 121168 -> 121168 bytes
13188  .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 89364 -> 89364 bytes
13189  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 193528 -> 193528 bytes
13190  .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 121168 -> 121168 bytes
13191  .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 89404 -> 89404 bytes
13192  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15792 -> 15856 bytes
13193  .../data/expected/variable/Fraunces.default.61.ttf | Bin 4228 -> 4232 bytes
13194  test/subset/generate-expected-outputs.py           |  54 +++++++++++++++++++--
13195  test/subset/run-tests.py                           |  12 ++++-
13196  948 files changed, 60 insertions(+), 6 deletions(-)
13197
13198 commit 770fbd5aa66b8f557d45366ed51df5a0b26e9e4b
13199 Author: Khaled Hosny <khaled@aliftype.com>
13200 Date:   Wed Aug 4 00:07:23 2021 +0200
13201
13202     Revert "[test] Speed-up subset tests by saving TTX dump"
13203     
13204     This reverts commit 278f44dcee34cea25403e42e06668f0afe2328c1.
13205
13206  .../Comfortaa-Regular-new.default.61,62,63.ttf     |    Bin 0 -> 7060 bytes
13207  .../Comfortaa-Regular-new.default.61,62,63.ttx     |   4507 -
13208  .../basics/Comfortaa-Regular-new.default.61,63.ttf |    Bin 0 -> 6692 bytes
13209  .../basics/Comfortaa-Regular-new.default.61,63.ttx |   4359 -
13210  .../basics/Comfortaa-Regular-new.default.61.ttf    |    Bin 0 -> 6328 bytes
13211  .../basics/Comfortaa-Regular-new.default.61.ttx    |   4198 -
13212  .../basics/Comfortaa-Regular-new.default.62.ttf    |    Bin 0 -> 6200 bytes
13213  .../basics/Comfortaa-Regular-new.default.62.ttx    |   4151 -
13214  .../basics/Comfortaa-Regular-new.default.63.ttf    |    Bin 0 -> 6256 bytes
13215  .../basics/Comfortaa-Regular-new.default.63.ttx    |   4209 -
13216  ...aa-Regular-new.default.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
13217  ...aa-Regular-new.default.retain-all-codepoint.ttx | 132956 -----------------
13218  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 4608 bytes
13219  ...Regular-new.drop-hints-retain-gids.61,62,63.ttx |   1918 -
13220  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 4312 bytes
13221  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttx |   1785 -
13222  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf |    Bin 0 -> 3724 bytes
13223  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttx |   1493 -
13224  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf |    Bin 0 -> 3900 bytes
13225  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttx |   1600 -
13226  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf |    Bin 0 -> 3972 bytes
13227  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttx |   1662 -
13228  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 189800 bytes
13229  ...drop-hints-retain-gids.retain-all-codepoint.ttx | 122816 ----------------
13230  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  |    Bin 0 -> 2600 bytes
13231  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttx  |    813 -
13232  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     |    Bin 0 -> 2296 bytes
13233  .../Comfortaa-Regular-new.drop-hints.61,63.ttx     |    675 -
13234  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf |    Bin 0 -> 1976 bytes
13235  .../basics/Comfortaa-Regular-new.drop-hints.61.ttx |    523 -
13236  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf |    Bin 0 -> 1900 bytes
13237  .../basics/Comfortaa-Regular-new.drop-hints.62.ttx |    490 -
13238  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf |    Bin 0 -> 1968 bytes
13239  .../basics/Comfortaa-Regular-new.drop-hints.63.ttx |    547 -
13240  ...Regular-new.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 189756 bytes
13241  ...Regular-new.drop-hints.retain-all-codepoint.ttx | 122806 ----------------
13242  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf |    Bin 0 -> 7988 bytes
13243  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttx |   4929 -
13244  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    |    Bin 0 -> 7628 bytes
13245  .../basics/Comfortaa-Regular-new.gids.61,63.ttx    |   4778 -
13246  .../basics/Comfortaa-Regular-new.gids.61.ttf       |    Bin 0 -> 7256 bytes
13247  .../basics/Comfortaa-Regular-new.gids.61.ttx       |   4614 -
13248  .../basics/Comfortaa-Regular-new.gids.62.ttf       |    Bin 0 -> 7184 bytes
13249  .../basics/Comfortaa-Regular-new.gids.62.ttx       |   4606 -
13250  .../basics/Comfortaa-Regular-new.gids.63.ttf       |    Bin 0 -> 7180 bytes
13251  .../basics/Comfortaa-Regular-new.gids.63.ttx       |   4623 -
13252  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
13253  ...ortaa-Regular-new.gids.retain-all-codepoint.ttx | 132956 -----------------
13254  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf |    Bin 0 -> 7072 bytes
13255  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttx |   4519 -
13256  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    |    Bin 0 -> 6700 bytes
13257  .../Comfortaa-Regular-new.glyph-names.61,63.ttx    |   4371 -
13258  .../Comfortaa-Regular-new.glyph-names.61.ttf       |    Bin 0 -> 6336 bytes
13259  .../Comfortaa-Regular-new.glyph-names.61.ttx       |   4210 -
13260  .../Comfortaa-Regular-new.glyph-names.62.ttf       |    Bin 0 -> 6208 bytes
13261  .../Comfortaa-Regular-new.glyph-names.62.ttx       |   4163 -
13262  .../Comfortaa-Regular-new.glyph-names.63.ttf       |    Bin 0 -> 6264 bytes
13263  .../Comfortaa-Regular-new.glyph-names.63.ttx       |   4221 -
13264  ...egular-new.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 227920 bytes
13265  ...egular-new.glyph-names.retain-all-codepoint.ttx | 133598 ------------------
13266  ...gular-new.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 7504 bytes
13267  ...gular-new.keep-all-layout-features.61,62,63.ttx |   4670 -
13268  ...-Regular-new.keep-all-layout-features.61,63.ttf |    Bin 0 -> 7140 bytes
13269  ...-Regular-new.keep-all-layout-features.61,63.ttx |   4519 -
13270  ...taa-Regular-new.keep-all-layout-features.61.ttf |    Bin 0 -> 6772 bytes
13271  ...taa-Regular-new.keep-all-layout-features.61.ttx |   4355 -
13272  ...taa-Regular-new.keep-all-layout-features.62.ttf |    Bin 0 -> 6200 bytes
13273  ...taa-Regular-new.keep-all-layout-features.62.ttx |   4151 -
13274  ...taa-Regular-new.keep-all-layout-features.63.ttf |    Bin 0 -> 6256 bytes
13275  ...taa-Regular-new.keep-all-layout-features.63.ttx |   4209 -
13276  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 221620 bytes
13277  ...ep-all-layout-features.retain-all-codepoint.ttx | 133303 -----------------
13278  ...fortaa-Regular-new.layout-features.61,62,63.ttf |    Bin 0 -> 7060 bytes
13279  ...fortaa-Regular-new.layout-features.61,62,63.ttx |   4507 -
13280  ...Comfortaa-Regular-new.layout-features.61,63.ttf |    Bin 0 -> 6692 bytes
13281  ...Comfortaa-Regular-new.layout-features.61,63.ttx |   4359 -
13282  .../Comfortaa-Regular-new.layout-features.61.ttf   |    Bin 0 -> 6328 bytes
13283  .../Comfortaa-Regular-new.layout-features.61.ttx   |   4198 -
13284  .../Comfortaa-Regular-new.layout-features.62.ttf   |    Bin 0 -> 6200 bytes
13285  .../Comfortaa-Regular-new.layout-features.62.ttx   |   4151 -
13286  .../Comfortaa-Regular-new.layout-features.63.ttf   |    Bin 0 -> 6256 bytes
13287  .../Comfortaa-Regular-new.layout-features.63.ttx   |   4209 -
13288  ...ar-new.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 219124 bytes
13289  ...ar-new.layout-features.retain-all-codepoint.ttx | 131168 -----------------
13290  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    |    Bin 0 -> 6800 bytes
13291  .../Comfortaa-Regular-new.name-ids.61,62,63.ttx    |   4495 -
13292  .../Comfortaa-Regular-new.name-ids.61,63.ttf       |    Bin 0 -> 6432 bytes
13293  .../Comfortaa-Regular-new.name-ids.61,63.ttx       |   4347 -
13294  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   |    Bin 0 -> 6068 bytes
13295  .../basics/Comfortaa-Regular-new.name-ids.61.ttx   |   4186 -
13296  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   |    Bin 0 -> 5940 bytes
13297  .../basics/Comfortaa-Regular-new.name-ids.62.ttx   |   4139 -
13298  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   |    Bin 0 -> 5996 bytes
13299  .../basics/Comfortaa-Regular-new.name-ids.63.ttx   |   4197 -
13300  ...a-Regular-new.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 220668 bytes
13301  ...a-Regular-new.name-ids.retain-all-codepoint.ttx | 132944 -----------------
13302  ...mfortaa-Regular-new.name-languages.61,62,63.ttf |    Bin 0 -> 7060 bytes
13303  ...mfortaa-Regular-new.name-languages.61,62,63.ttx |   4507 -
13304  .../Comfortaa-Regular-new.name-languages.61,63.ttf |    Bin 0 -> 6692 bytes
13305  .../Comfortaa-Regular-new.name-languages.61,63.ttx |   4359 -
13306  .../Comfortaa-Regular-new.name-languages.61.ttf    |    Bin 0 -> 6328 bytes
13307  .../Comfortaa-Regular-new.name-languages.61.ttx    |   4198 -
13308  .../Comfortaa-Regular-new.name-languages.62.ttf    |    Bin 0 -> 6200 bytes
13309  .../Comfortaa-Regular-new.name-languages.62.ttx    |   4151 -
13310  .../Comfortaa-Regular-new.name-languages.63.ttf    |    Bin 0 -> 6256 bytes
13311  .../Comfortaa-Regular-new.name-languages.63.ttx    |   4209 -
13312  ...lar-new.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
13313  ...lar-new.name-languages.retain-all-codepoint.ttx | 132956 -----------------
13314  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf |    Bin 0 -> 7060 bytes
13315  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttx |   4507 -
13316  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    |    Bin 0 -> 6692 bytes
13317  .../Comfortaa-Regular-new.name-legacy.61,63.ttx    |   4359 -
13318  .../Comfortaa-Regular-new.name-legacy.61.ttf       |    Bin 0 -> 6328 bytes
13319  .../Comfortaa-Regular-new.name-legacy.61.ttx       |   4198 -
13320  .../Comfortaa-Regular-new.name-legacy.62.ttf       |    Bin 0 -> 6200 bytes
13321  .../Comfortaa-Regular-new.name-legacy.62.ttx       |   4151 -
13322  .../Comfortaa-Regular-new.name-legacy.63.ttf       |    Bin 0 -> 6256 bytes
13323  .../Comfortaa-Regular-new.name-legacy.63.ttx       |   4209 -
13324  ...egular-new.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
13325  ...egular-new.name-legacy.retain-all-codepoint.ttx | 132956 -----------------
13326  ...egular-new.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 7060 bytes
13327  ...egular-new.no-prune-unicode-ranges.61,62,63.ttx |   4507 -
13328  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 6692 bytes
13329  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttx |   4359 -
13330  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 6328 bytes
13331  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttx |   4198 -
13332  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 6200 bytes
13333  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttx |   4151 -
13334  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 6256 bytes
13335  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttx |   4209 -
13336  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 220928 bytes
13337  ...o-prune-unicode-ranges.retain-all-codepoint.ttx | 132956 -----------------
13338  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf |    Bin 0 -> 7652 bytes
13339  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttx |   4758 -
13340  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf |    Bin 0 -> 7284 bytes
13341  .../Comfortaa-Regular-new.notdef-outline.61,63.ttx |   4610 -
13342  .../Comfortaa-Regular-new.notdef-outline.61.ttf    |    Bin 0 -> 6920 bytes
13343  .../Comfortaa-Regular-new.notdef-outline.61.ttx    |   4449 -
13344  .../Comfortaa-Regular-new.notdef-outline.62.ttf    |    Bin 0 -> 6796 bytes
13345  .../Comfortaa-Regular-new.notdef-outline.62.ttx    |   4402 -
13346  .../Comfortaa-Regular-new.notdef-outline.63.ttf    |    Bin 0 -> 6844 bytes
13347  .../Comfortaa-Regular-new.notdef-outline.63.ttx    |   4460 -
13348  ...lar-new.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 221524 bytes
13349  ...lar-new.notdef-outline.retain-all-codepoint.ttx | 133207 -----------------
13350  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf |    Bin 0 -> 9068 bytes
13351  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttx |   5612 -
13352  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    |    Bin 0 -> 8708 bytes
13353  .../Comfortaa-Regular-new.retain-gids.61,63.ttx    |   5469 -
13354  .../Comfortaa-Regular-new.retain-gids.61.ttf       |    Bin 0 -> 8076 bytes
13355  .../Comfortaa-Regular-new.retain-gids.61.ttx       |   5168 -
13356  .../Comfortaa-Regular-new.retain-gids.62.ttf       |    Bin 0 -> 8200 bytes
13357  .../Comfortaa-Regular-new.retain-gids.62.ttx       |   5261 -
13358  .../Comfortaa-Regular-new.retain-gids.63.ttf       |    Bin 0 -> 8260 bytes
13359  .../Comfortaa-Regular-new.retain-gids.63.ttx       |   5324 -
13360  ...egular-new.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 220972 bytes
13361  ...egular-new.retain-gids.retain-all-codepoint.ttx | 132966 -----------------
13362  ...numMyeongjo-Regular-subset.default.61,62,63.ttf |    Bin 0 -> 4128 bytes
13363  ...numMyeongjo-Regular-subset.default.61,62,63.ttx |   2032 -
13364  .../NanumMyeongjo-Regular-subset.default.61,63.ttf |    Bin 0 -> 3580 bytes
13365  .../NanumMyeongjo-Regular-subset.default.61,63.ttx |   1822 -
13366  .../NanumMyeongjo-Regular-subset.default.61.ttf    |    Bin 0 -> 3156 bytes
13367  .../NanumMyeongjo-Regular-subset.default.61.ttx    |   1696 -
13368  .../NanumMyeongjo-Regular-subset.default.62.ttf    |    Bin 0 -> 3180 bytes
13369  .../NanumMyeongjo-Regular-subset.default.62.ttx    |   1719 -
13370  .../NanumMyeongjo-Regular-subset.default.63.ttf    |    Bin 0 -> 3048 bytes
13371  .../NanumMyeongjo-Regular-subset.default.63.ttx    |   1635 -
13372  ...Regular-subset.default.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13373  ...Regular-subset.default.retain-all-codepoint.ttx |   4391 -
13374  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 1452 bytes
13375  ...ular-subset.drop-hints-retain-gids.61,62,63.ttx |    380 -
13376  ...Regular-subset.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 1284 bytes
13377  ...Regular-subset.drop-hints-retain-gids.61,63.ttx |    314 -
13378  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf |    Bin 0 -> 1128 bytes
13379  ...jo-Regular-subset.drop-hints-retain-gids.61.ttx |    254 -
13380  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf |    Bin 0 -> 1144 bytes
13381  ...jo-Regular-subset.drop-hints-retain-gids.62.ttx |    261 -
13382  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf |    Bin 0 -> 1116 bytes
13383  ...jo-Regular-subset.drop-hints-retain-gids.63.ttx |    251 -
13384  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 3536 bytes
13385  ...drop-hints-retain-gids.retain-all-codepoint.ttx |   1215 -
13386  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf |    Bin 0 -> 1452 bytes
13387  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttx |    380 -
13388  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf |    Bin 0 -> 1276 bytes
13389  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttx |    310 -
13390  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf |    Bin 0 -> 1128 bytes
13391  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttx |    254 -
13392  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf |    Bin 0 -> 1140 bytes
13393  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttx |    257 -
13394  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf |    Bin 0 -> 1104 bytes
13395  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttx |    243 -
13396  ...ular-subset.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 3536 bytes
13397  ...ular-subset.drop-hints.retain-all-codepoint.ttx |   1215 -
13398  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf |    Bin 0 -> 4128 bytes
13399  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttx |   2032 -
13400  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    |    Bin 0 -> 4128 bytes
13401  .../NanumMyeongjo-Regular-subset.gids.61,63.ttx    |   2032 -
13402  .../NanumMyeongjo-Regular-subset.gids.61.ttf       |    Bin 0 -> 4128 bytes
13403  .../NanumMyeongjo-Regular-subset.gids.61.ttx       |   2032 -
13404  .../NanumMyeongjo-Regular-subset.gids.62.ttf       |    Bin 0 -> 4128 bytes
13405  .../NanumMyeongjo-Regular-subset.gids.62.ttx       |   2032 -
13406  .../NanumMyeongjo-Regular-subset.gids.63.ttf       |    Bin 0 -> 4128 bytes
13407  .../NanumMyeongjo-Regular-subset.gids.63.ttx       |   2032 -
13408  ...jo-Regular-subset.gids.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13409  ...jo-Regular-subset.gids.retain-all-codepoint.ttx |   4391 -
13410  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf |    Bin 0 -> 4128 bytes
13411  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttx |   2032 -
13412  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf |    Bin 0 -> 3580 bytes
13413  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttx |   1822 -
13414  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf |    Bin 0 -> 3156 bytes
13415  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttx |   1696 -
13416  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf |    Bin 0 -> 3180 bytes
13417  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttx |   1719 -
13418  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf |    Bin 0 -> 3048 bytes
13419  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttx |   1635 -
13420  ...lar-subset.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13421  ...lar-subset.glyph-names.retain-all-codepoint.ttx |   4391 -
13422  ...ar-subset.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 4128 bytes
13423  ...ar-subset.keep-all-layout-features.61,62,63.ttx |   2032 -
13424  ...gular-subset.keep-all-layout-features.61,63.ttf |    Bin 0 -> 3580 bytes
13425  ...gular-subset.keep-all-layout-features.61,63.ttx |   1822 -
13426  ...-Regular-subset.keep-all-layout-features.61.ttf |    Bin 0 -> 3156 bytes
13427  ...-Regular-subset.keep-all-layout-features.61.ttx |   1696 -
13428  ...-Regular-subset.keep-all-layout-features.62.ttf |    Bin 0 -> 3180 bytes
13429  ...-Regular-subset.keep-all-layout-features.62.ttx |   1719 -
13430  ...-Regular-subset.keep-all-layout-features.63.ttf |    Bin 0 -> 3048 bytes
13431  ...-Regular-subset.keep-all-layout-features.63.ttx |   1635 -
13432  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13433  ...ep-all-layout-features.retain-all-codepoint.ttx |   4391 -
13434  ...gjo-Regular-subset.layout-features.61,62,63.ttf |    Bin 0 -> 4128 bytes
13435  ...gjo-Regular-subset.layout-features.61,62,63.ttx |   2032 -
13436  ...eongjo-Regular-subset.layout-features.61,63.ttf |    Bin 0 -> 3580 bytes
13437  ...eongjo-Regular-subset.layout-features.61,63.ttx |   1822 -
13438  ...mMyeongjo-Regular-subset.layout-features.61.ttf |    Bin 0 -> 3156 bytes
13439  ...mMyeongjo-Regular-subset.layout-features.61.ttx |   1696 -
13440  ...mMyeongjo-Regular-subset.layout-features.62.ttf |    Bin 0 -> 3180 bytes
13441  ...mMyeongjo-Regular-subset.layout-features.62.ttx |   1719 -
13442  ...mMyeongjo-Regular-subset.layout-features.63.ttf |    Bin 0 -> 3048 bytes
13443  ...mMyeongjo-Regular-subset.layout-features.63.ttx |   1635 -
13444  ...subset.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13445  ...subset.layout-features.retain-all-codepoint.ttx |   4391 -
13446  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf |    Bin 0 -> 3924 bytes
13447  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttx |   2020 -
13448  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf |    Bin 0 -> 3376 bytes
13449  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttx |   1810 -
13450  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   |    Bin 0 -> 2952 bytes
13451  .../NanumMyeongjo-Regular-subset.name-ids.61.ttx   |   1684 -
13452  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   |    Bin 0 -> 2976 bytes
13453  .../NanumMyeongjo-Regular-subset.name-ids.62.ttx   |   1707 -
13454  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   |    Bin 0 -> 2844 bytes
13455  .../NanumMyeongjo-Regular-subset.name-ids.63.ttx   |   1623 -
13456  ...egular-subset.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 9320 bytes
13457  ...egular-subset.name-ids.retain-all-codepoint.ttx |   4379 -
13458  ...ngjo-Regular-subset.name-languages.61,62,63.ttf |    Bin 0 -> 4172 bytes
13459  ...ngjo-Regular-subset.name-languages.61,62,63.ttx |   2041 -
13460  ...yeongjo-Regular-subset.name-languages.61,63.ttf |    Bin 0 -> 3624 bytes
13461  ...yeongjo-Regular-subset.name-languages.61,63.ttx |   1831 -
13462  ...umMyeongjo-Regular-subset.name-languages.61.ttf |    Bin 0 -> 3200 bytes
13463  ...umMyeongjo-Regular-subset.name-languages.61.ttx |   1705 -
13464  ...umMyeongjo-Regular-subset.name-languages.62.ttf |    Bin 0 -> 3224 bytes
13465  ...umMyeongjo-Regular-subset.name-languages.62.ttx |   1728 -
13466  ...umMyeongjo-Regular-subset.name-languages.63.ttf |    Bin 0 -> 3092 bytes
13467  ...umMyeongjo-Regular-subset.name-languages.63.ttx |   1644 -
13468  ...-subset.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 9568 bytes
13469  ...-subset.name-languages.retain-all-codepoint.ttx |   4400 -
13470  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf |    Bin 0 -> 4128 bytes
13471  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttx |   2032 -
13472  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf |    Bin 0 -> 3580 bytes
13473  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttx |   1822 -
13474  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf |    Bin 0 -> 3156 bytes
13475  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttx |   1696 -
13476  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf |    Bin 0 -> 3180 bytes
13477  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttx |   1719 -
13478  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf |    Bin 0 -> 3048 bytes
13479  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttx |   1635 -
13480  ...lar-subset.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13481  ...lar-subset.name-legacy.retain-all-codepoint.ttx |   4391 -
13482  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 4128 bytes
13483  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttx |   2032 -
13484  ...egular-subset.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 3580 bytes
13485  ...egular-subset.no-prune-unicode-ranges.61,63.ttx |   1822 -
13486  ...o-Regular-subset.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 3156 bytes
13487  ...o-Regular-subset.no-prune-unicode-ranges.61.ttx |   1696 -
13488  ...o-Regular-subset.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 3180 bytes
13489  ...o-Regular-subset.no-prune-unicode-ranges.62.ttx |   1719 -
13490  ...o-Regular-subset.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 3048 bytes
13491  ...o-Regular-subset.no-prune-unicode-ranges.63.ttx |   1635 -
13492  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13493  ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   4391 -
13494  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf |    Bin 0 -> 4128 bytes
13495  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttx |   2032 -
13496  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf |    Bin 0 -> 3580 bytes
13497  ...yeongjo-Regular-subset.notdef-outline.61,63.ttx |   1822 -
13498  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf |    Bin 0 -> 3156 bytes
13499  ...umMyeongjo-Regular-subset.notdef-outline.61.ttx |   1696 -
13500  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf |    Bin 0 -> 3180 bytes
13501  ...umMyeongjo-Regular-subset.notdef-outline.62.ttx |   1719 -
13502  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf |    Bin 0 -> 3048 bytes
13503  ...umMyeongjo-Regular-subset.notdef-outline.63.ttx |   1635 -
13504  ...-subset.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13505  ...-subset.notdef-outline.retain-all-codepoint.ttx |   4391 -
13506  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf |    Bin 0 -> 4128 bytes
13507  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttx |   2032 -
13508  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf |    Bin 0 -> 3588 bytes
13509  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttx |   1826 -
13510  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf |    Bin 0 -> 3156 bytes
13511  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttx |   1696 -
13512  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf |    Bin 0 -> 3184 bytes
13513  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttx |   1723 -
13514  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf |    Bin 0 -> 3060 bytes
13515  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttx |   1643 -
13516  ...lar-subset.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 9524 bytes
13517  ...lar-subset.retain-gids.retain-all-codepoint.ttx |   4391 -
13518  .../basics/Roboto-Regular.abc.default.61,62,63.ttf |    Bin 0 -> 2452 bytes
13519  .../basics/Roboto-Regular.abc.default.61,62,63.ttx |   1407 -
13520  .../basics/Roboto-Regular.abc.default.61,63.ttf    |    Bin 0 -> 2260 bytes
13521  .../basics/Roboto-Regular.abc.default.61,63.ttx    |   1259 -
13522  .../basics/Roboto-Regular.abc.default.61.ttf       |    Bin 0 -> 2048 bytes
13523  .../basics/Roboto-Regular.abc.default.61.ttx       |   1127 -
13524  .../basics/Roboto-Regular.abc.default.62.ttf       |    Bin 0 -> 1916 bytes
13525  .../basics/Roboto-Regular.abc.default.62.ttx       |   1025 -
13526  .../basics/Roboto-Regular.abc.default.63.ttf       |    Bin 0 -> 1972 bytes
13527  .../basics/Roboto-Regular.abc.default.63.ttx       |   1073 -
13528  ...to-Regular.abc.default.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13529  ...to-Regular.abc.default.retain-all-codepoint.ttx |   1407 -
13530  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf |    Bin 0 -> 1192 bytes
13531  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttx |    479 -
13532  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf |    Bin 0 -> 1124 bytes
13533  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttx |    433 -
13534  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf |    Bin 0 -> 984 bytes
13535  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttx |    374 -
13536  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf |    Bin 0 -> 880 bytes
13537  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttx |    297 -
13538  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf |    Bin 0 -> 968 bytes
13539  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttx |    369 -
13540  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1192 bytes
13541  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    479 -
13542  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     |    Bin 0 -> 1192 bytes
13543  .../Roboto-Regular.abc.drop-hints.61,62,63.ttx     |    479 -
13544  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf |    Bin 0 -> 1108 bytes
13545  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttx |    429 -
13546  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    |    Bin 0 -> 984 bytes
13547  .../basics/Roboto-Regular.abc.drop-hints.61.ttx    |    374 -
13548  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    |    Bin 0 -> 876 bytes
13549  .../basics/Roboto-Regular.abc.drop-hints.62.ttx    |    293 -
13550  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    |    Bin 0 -> 956 bytes
13551  .../basics/Roboto-Regular.abc.drop-hints.63.ttx    |    361 -
13552  ...Regular.abc.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 1192 bytes
13553  ...Regular.abc.drop-hints.retain-all-codepoint.ttx |    479 -
13554  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    |    Bin 0 -> 2452 bytes
13555  .../basics/Roboto-Regular.abc.gids.61,62,63.ttx    |   1407 -
13556  .../basics/Roboto-Regular.abc.gids.61,63.ttf       |    Bin 0 -> 2452 bytes
13557  .../basics/Roboto-Regular.abc.gids.61,63.ttx       |   1407 -
13558  .../expected/basics/Roboto-Regular.abc.gids.61.ttf |    Bin 0 -> 2452 bytes
13559  .../expected/basics/Roboto-Regular.abc.gids.61.ttx |   1407 -
13560  .../expected/basics/Roboto-Regular.abc.gids.62.ttf |    Bin 0 -> 2452 bytes
13561  .../expected/basics/Roboto-Regular.abc.gids.62.ttx |   1407 -
13562  .../expected/basics/Roboto-Regular.abc.gids.63.ttf |    Bin 0 -> 2452 bytes
13563  .../expected/basics/Roboto-Regular.abc.gids.63.ttx |   1407 -
13564  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13565  ...oboto-Regular.abc.gids.retain-all-codepoint.ttx |   1407 -
13566  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    |    Bin 0 -> 2452 bytes
13567  .../Roboto-Regular.abc.glyph-names.61,62,63.ttx    |   1407 -
13568  .../Roboto-Regular.abc.glyph-names.61,63.ttf       |    Bin 0 -> 2260 bytes
13569  .../Roboto-Regular.abc.glyph-names.61,63.ttx       |   1259 -
13570  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   |    Bin 0 -> 2048 bytes
13571  .../basics/Roboto-Regular.abc.glyph-names.61.ttx   |   1127 -
13572  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   |    Bin 0 -> 1916 bytes
13573  .../basics/Roboto-Regular.abc.glyph-names.62.ttx   |   1025 -
13574  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   |    Bin 0 -> 1972 bytes
13575  .../basics/Roboto-Regular.abc.glyph-names.63.ttx   |   1073 -
13576  ...egular.abc.glyph-names.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13577  ...egular.abc.glyph-names.retain-all-codepoint.ttx |   1407 -
13578  ...gular.abc.keep-all-layout-features.61,62,63.ttf |    Bin 0 -> 2452 bytes
13579  ...gular.abc.keep-all-layout-features.61,62,63.ttx |   1407 -
13580  ...-Regular.abc.keep-all-layout-features.61,63.ttf |    Bin 0 -> 2260 bytes
13581  ...-Regular.abc.keep-all-layout-features.61,63.ttx |   1259 -
13582  ...oto-Regular.abc.keep-all-layout-features.61.ttf |    Bin 0 -> 2048 bytes
13583  ...oto-Regular.abc.keep-all-layout-features.61.ttx |   1127 -
13584  ...oto-Regular.abc.keep-all-layout-features.62.ttf |    Bin 0 -> 1916 bytes
13585  ...oto-Regular.abc.keep-all-layout-features.62.ttx |   1025 -
13586  ...oto-Regular.abc.keep-all-layout-features.63.ttf |    Bin 0 -> 1972 bytes
13587  ...oto-Regular.abc.keep-all-layout-features.63.ttx |   1073 -
13588  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13589  ...ep-all-layout-features.retain-all-codepoint.ttx |   1407 -
13590  ...Roboto-Regular.abc.layout-features.61,62,63.ttf |    Bin 0 -> 2452 bytes
13591  ...Roboto-Regular.abc.layout-features.61,62,63.ttx |   1407 -
13592  .../Roboto-Regular.abc.layout-features.61,63.ttf   |    Bin 0 -> 2260 bytes
13593  .../Roboto-Regular.abc.layout-features.61,63.ttx   |   1259 -
13594  .../Roboto-Regular.abc.layout-features.61.ttf      |    Bin 0 -> 2048 bytes
13595  .../Roboto-Regular.abc.layout-features.61.ttx      |   1127 -
13596  .../Roboto-Regular.abc.layout-features.62.ttf      |    Bin 0 -> 1916 bytes
13597  .../Roboto-Regular.abc.layout-features.62.ttx      |   1025 -
13598  .../Roboto-Regular.abc.layout-features.63.ttf      |    Bin 0 -> 1972 bytes
13599  .../Roboto-Regular.abc.layout-features.63.ttx      |   1073 -
13600  ...ar.abc.layout-features.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13601  ...ar.abc.layout-features.retain-all-codepoint.ttx |   1407 -
13602  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       |    Bin 0 -> 2452 bytes
13603  .../Roboto-Regular.abc.name-ids.61,62,63.ttx       |   1407 -
13604  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   |    Bin 0 -> 2260 bytes
13605  .../basics/Roboto-Regular.abc.name-ids.61,63.ttx   |   1259 -
13606  .../basics/Roboto-Regular.abc.name-ids.61.ttf      |    Bin 0 -> 2048 bytes
13607  .../basics/Roboto-Regular.abc.name-ids.61.ttx      |   1127 -
13608  .../basics/Roboto-Regular.abc.name-ids.62.ttf      |    Bin 0 -> 1916 bytes
13609  .../basics/Roboto-Regular.abc.name-ids.62.ttx      |   1025 -
13610  .../basics/Roboto-Regular.abc.name-ids.63.ttf      |    Bin 0 -> 1972 bytes
13611  .../basics/Roboto-Regular.abc.name-ids.63.ttx      |   1073 -
13612  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13613  ...o-Regular.abc.name-ids.retain-all-codepoint.ttx |   1407 -
13614  .../Roboto-Regular.abc.name-languages.61,62,63.ttf |    Bin 0 -> 2452 bytes
13615  .../Roboto-Regular.abc.name-languages.61,62,63.ttx |   1407 -
13616  .../Roboto-Regular.abc.name-languages.61,63.ttf    |    Bin 0 -> 2260 bytes
13617  .../Roboto-Regular.abc.name-languages.61,63.ttx    |   1259 -
13618  .../Roboto-Regular.abc.name-languages.61.ttf       |    Bin 0 -> 2048 bytes
13619  .../Roboto-Regular.abc.name-languages.61.ttx       |   1127 -
13620  .../Roboto-Regular.abc.name-languages.62.ttf       |    Bin 0 -> 1916 bytes
13621  .../Roboto-Regular.abc.name-languages.62.ttx       |   1025 -
13622  .../Roboto-Regular.abc.name-languages.63.ttf       |    Bin 0 -> 1972 bytes
13623  .../Roboto-Regular.abc.name-languages.63.ttx       |   1073 -
13624  ...lar.abc.name-languages.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13625  ...lar.abc.name-languages.retain-all-codepoint.ttx |   1407 -
13626  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    |    Bin 0 -> 2452 bytes
13627  .../Roboto-Regular.abc.name-legacy.61,62,63.ttx    |   1407 -
13628  .../Roboto-Regular.abc.name-legacy.61,63.ttf       |    Bin 0 -> 2260 bytes
13629  .../Roboto-Regular.abc.name-legacy.61,63.ttx       |   1259 -
13630  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   |    Bin 0 -> 2048 bytes
13631  .../basics/Roboto-Regular.abc.name-legacy.61.ttx   |   1127 -
13632  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   |    Bin 0 -> 1916 bytes
13633  .../basics/Roboto-Regular.abc.name-legacy.62.ttx   |   1025 -
13634  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   |    Bin 0 -> 1972 bytes
13635  .../basics/Roboto-Regular.abc.name-legacy.63.ttx   |   1073 -
13636  ...egular.abc.name-legacy.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13637  ...egular.abc.name-legacy.retain-all-codepoint.ttx |   1407 -
13638  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf |    Bin 0 -> 2452 bytes
13639  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttx |   1407 -
13640  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf |    Bin 0 -> 2260 bytes
13641  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttx |   1259 -
13642  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf |    Bin 0 -> 2048 bytes
13643  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttx |   1127 -
13644  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf |    Bin 0 -> 1916 bytes
13645  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttx |   1025 -
13646  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf |    Bin 0 -> 1972 bytes
13647  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttx |   1073 -
13648  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13649  ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   1407 -
13650  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf |    Bin 0 -> 2452 bytes
13651  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttx |   1407 -
13652  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    |    Bin 0 -> 2260 bytes
13653  .../Roboto-Regular.abc.notdef-outline.61,63.ttx    |   1259 -
13654  .../Roboto-Regular.abc.notdef-outline.61.ttf       |    Bin 0 -> 2048 bytes
13655  .../Roboto-Regular.abc.notdef-outline.61.ttx       |   1127 -
13656  .../Roboto-Regular.abc.notdef-outline.62.ttf       |    Bin 0 -> 1916 bytes
13657  .../Roboto-Regular.abc.notdef-outline.62.ttx       |   1025 -
13658  .../Roboto-Regular.abc.notdef-outline.63.ttf       |    Bin 0 -> 1972 bytes
13659  .../Roboto-Regular.abc.notdef-outline.63.ttx       |   1073 -
13660  ...lar.abc.notdef-outline.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13661  ...lar.abc.notdef-outline.retain-all-codepoint.ttx |   1407 -
13662  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    |    Bin 0 -> 2452 bytes
13663  .../Roboto-Regular.abc.retain-gids.61,62,63.ttx    |   1407 -
13664  .../Roboto-Regular.abc.retain-gids.61,63.ttf       |    Bin 0 -> 2276 bytes
13665  .../Roboto-Regular.abc.retain-gids.61,63.ttx       |   1264 -
13666  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   |    Bin 0 -> 2048 bytes
13667  .../basics/Roboto-Regular.abc.retain-gids.61.ttx   |   1127 -
13668  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   |    Bin 0 -> 1924 bytes
13669  .../basics/Roboto-Regular.abc.retain-gids.62.ttx   |   1030 -
13670  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   |    Bin 0 -> 1988 bytes
13671  .../basics/Roboto-Regular.abc.retain-gids.63.ttx   |   1083 -
13672  ...egular.abc.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 2452 bytes
13673  ...egular.abc.retain-gids.retain-all-codepoint.ttx |   1407 -
13674  .../cbdt/NotoColorEmoji.subset.default.2049.ttf    |    Bin 0 -> 3112 bytes
13675  .../cbdt/NotoColorEmoji.subset.default.2049.ttx    |    397 -
13676  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf |    Bin 0 -> 4084 bytes
13677  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttx |    474 -
13678  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf |    Bin 0 -> 3568 bytes
13679  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttx |    441 -
13680  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
13681  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttx |    898 -
13682  .../NotoColorEmoji.subset.default.38,AE,2049.ttf   |    Bin 0 -> 7544 bytes
13683  .../NotoColorEmoji.subset.default.38,AE,2049.ttx   |    705 -
13684  .../cbdt/NotoColorEmoji.subset.default.39.ttf      |    Bin 0 -> 1920 bytes
13685  .../cbdt/NotoColorEmoji.subset.default.39.ttx      |    323 -
13686  .../cbdt/NotoColorEmoji.subset.default.AE.ttf      |    Bin 0 -> 4412 bytes
13687  .../cbdt/NotoColorEmoji.subset.default.AE.ttx      |    478 -
13688  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
13689  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttx |    406 -
13690  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
13691  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttx |    480 -
13692  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
13693  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttx |    450 -
13694  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
13695  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
13696  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
13697  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
13698  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf |    Bin 0 -> 1928 bytes
13699  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttx |    326 -
13700  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4428 bytes
13701  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttx |    484 -
13702  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf |    Bin 0 -> 3112 bytes
13703  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttx |    397 -
13704  .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   |    Bin 0 -> 4084 bytes
13705  .../NotoColorEmoji.subset.drop-hints.38,2049.ttx   |    474 -
13706  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   |    Bin 0 -> 3568 bytes
13707  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttx   |    441 -
13708  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
13709  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 -
13710  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
13711  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttx |    705 -
13712  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   |    Bin 0 -> 1920 bytes
13713  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttx   |    323 -
13714  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   |    Bin 0 -> 4412 bytes
13715  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttx   |    478 -
13716  .../NotoColorEmoji.subset.gap.default.2049.ttf     |    Bin 0 -> 3112 bytes
13717  .../NotoColorEmoji.subset.gap.default.2049.ttx     |    397 -
13718  .../NotoColorEmoji.subset.gap.default.38,2049.ttf  |    Bin 0 -> 4084 bytes
13719  .../NotoColorEmoji.subset.gap.default.38,2049.ttx  |    474 -
13720  .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  |    Bin 0 -> 3568 bytes
13721  .../NotoColorEmoji.subset.gap.default.38,20E3.ttx  |    441 -
13722  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
13723  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttx |    827 -
13724  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
13725  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttx |    705 -
13726  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  |    Bin 0 -> 908 bytes
13727  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttx  |    207 -
13728  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  |    Bin 0 -> 4412 bytes
13729  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttx  |    478 -
13730  ...moji.subset.gap.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
13731  ...moji.subset.gap.drop-hints-retain-gids.2049.ttx |    406 -
13732  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
13733  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttx |    480 -
13734  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
13735  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttx |    450 -
13736  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
13737  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    827 -
13738  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
13739  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
13740  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf |    Bin 0 -> 916 bytes
13741  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttx |    210 -
13742  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4428 bytes
13743  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttx |    484 -
13744  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  |    Bin 0 -> 3112 bytes
13745  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttx  |    397 -
13746  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf |    Bin 0 -> 4084 bytes
13747  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttx |    474 -
13748  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf |    Bin 0 -> 3568 bytes
13749  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttx |    441 -
13750  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
13751  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttx |    827 -
13752  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7544 bytes
13753  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttx |    705 -
13754  .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    |    Bin 0 -> 908 bytes
13755  .../NotoColorEmoji.subset.gap.drop-hints.39.ttx    |    207 -
13756  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    |    Bin 0 -> 4412 bytes
13757  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttx    |    478 -
13758  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf |    Bin 0 -> 3136 bytes
13759  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttx |    406 -
13760  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf |    Bin 0 -> 4108 bytes
13761  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttx |    480 -
13762  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf |    Bin 0 -> 3600 bytes
13763  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttx |    450 -
13764  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 9188 bytes
13765  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttx |    827 -
13766  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
13767  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttx |    708 -
13768  .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   |    Bin 0 -> 916 bytes
13769  .../NotoColorEmoji.subset.gap.retain-gids.39.ttx   |    210 -
13770  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   |    Bin 0 -> 4428 bytes
13771  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttx   |    484 -
13772  ...olorEmoji.subset.index_format3.default.2049.ttf |    Bin 0 -> 3108 bytes
13773  ...olorEmoji.subset.index_format3.default.2049.ttx |    397 -
13774  ...rEmoji.subset.index_format3.default.38,2049.ttf |    Bin 0 -> 4076 bytes
13775  ...rEmoji.subset.index_format3.default.38,2049.ttx |    474 -
13776  ...rEmoji.subset.index_format3.default.38,20E3.ttf |    Bin 0 -> 3560 bytes
13777  ...rEmoji.subset.index_format3.default.38,20E3.ttx |    441 -
13778  ...index_format3.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
13779  ...index_format3.default.38,39,AE,2049,38,20E3.ttx |    898 -
13780  ...oji.subset.index_format3.default.38,AE,2049.ttf |    Bin 0 -> 7536 bytes
13781  ...oji.subset.index_format3.default.38,AE,2049.ttx |    705 -
13782  ...oColorEmoji.subset.index_format3.default.39.ttf |    Bin 0 -> 1916 bytes
13783  ...oColorEmoji.subset.index_format3.default.39.ttx |    323 -
13784  ...oColorEmoji.subset.index_format3.default.AE.ttf |    Bin 0 -> 4408 bytes
13785  ...oColorEmoji.subset.index_format3.default.AE.ttx |    478 -
13786  ...t.index_format3.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 3132 bytes
13787  ...t.index_format3.drop-hints-retain-gids.2049.ttx |    406 -
13788  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 4100 bytes
13789  ...ndex_format3.drop-hints-retain-gids.38,2049.ttx |    480 -
13790  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 3592 bytes
13791  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttx |    450 -
13792  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
13793  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
13794  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 7552 bytes
13795  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttx |    708 -
13796  ...set.index_format3.drop-hints-retain-gids.39.ttf |    Bin 0 -> 1924 bytes
13797  ...set.index_format3.drop-hints-retain-gids.39.ttx |    326 -
13798  ...set.index_format3.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 4424 bytes
13799  ...set.index_format3.drop-hints-retain-gids.AE.ttx |    484 -
13800  ...rEmoji.subset.index_format3.drop-hints.2049.ttf |    Bin 0 -> 3108 bytes
13801  ...rEmoji.subset.index_format3.drop-hints.2049.ttx |    397 -
13802  ...oji.subset.index_format3.drop-hints.38,2049.ttf |    Bin 0 -> 4076 bytes
13803  ...oji.subset.index_format3.drop-hints.38,2049.ttx |    474 -
13804  ...oji.subset.index_format3.drop-hints.38,20E3.ttf |    Bin 0 -> 3560 bytes
13805  ...oji.subset.index_format3.drop-hints.38,20E3.ttx |    441 -
13806  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
13807  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 -
13808  ....subset.index_format3.drop-hints.38,AE,2049.ttf |    Bin 0 -> 7536 bytes
13809  ....subset.index_format3.drop-hints.38,AE,2049.ttx |    705 -
13810  ...lorEmoji.subset.index_format3.drop-hints.39.ttf |    Bin 0 -> 1916 bytes
13811  ...lorEmoji.subset.index_format3.drop-hints.39.ttx |    323 -
13812  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf |    Bin 0 -> 4408 bytes
13813  ...lorEmoji.subset.index_format3.drop-hints.AE.ttx |    478 -
13814  ...Emoji.subset.index_format3.retain-gids.2049.ttf |    Bin 0 -> 3132 bytes
13815  ...Emoji.subset.index_format3.retain-gids.2049.ttx |    406 -
13816  ...ji.subset.index_format3.retain-gids.38,2049.ttf |    Bin 0 -> 4100 bytes
13817  ...ji.subset.index_format3.retain-gids.38,2049.ttx |    480 -
13818  ...ji.subset.index_format3.retain-gids.38,20E3.ttf |    Bin 0 -> 3592 bytes
13819  ...ji.subset.index_format3.retain-gids.38,20E3.ttx |    450 -
13820  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10112 bytes
13821  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
13822  ...subset.index_format3.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7552 bytes
13823  ...subset.index_format3.retain-gids.38,AE,2049.ttx |    708 -
13824  ...orEmoji.subset.index_format3.retain-gids.39.ttf |    Bin 0 -> 1924 bytes
13825  ...orEmoji.subset.index_format3.retain-gids.39.ttx |    326 -
13826  ...orEmoji.subset.index_format3.retain-gids.AE.ttf |    Bin 0 -> 4424 bytes
13827  ...orEmoji.subset.index_format3.retain-gids.AE.ttx |    484 -
13828  ...ji.subset.multiple_size_tables.default.2049.ttf |    Bin 0 -> 5312 bytes
13829  ...ji.subset.multiple_size_tables.default.2049.ttx |    587 -
13830  ...subset.multiple_size_tables.default.38,2049.ttf |    Bin 0 -> 7244 bytes
13831  ...subset.multiple_size_tables.default.38,2049.ttx |    736 -
13832  ...subset.multiple_size_tables.default.38,20E3.ttf |    Bin 0 -> 6212 bytes
13833  ...subset.multiple_size_tables.default.38,20E3.ttx |    671 -
13834  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
13835  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttx |   1570 -
13836  ...set.multiple_size_tables.default.38,AE,2049.ttf |    Bin 0 -> 14140 bytes
13837  ...set.multiple_size_tables.default.38,AE,2049.ttx |   1193 -
13838  ...moji.subset.multiple_size_tables.default.39.ttf |    Bin 0 -> 2928 bytes
13839  ...moji.subset.multiple_size_tables.default.39.ttx |    439 -
13840  ...moji.subset.multiple_size_tables.default.AE.ttf |    Bin 0 -> 7916 bytes
13841  ...moji.subset.multiple_size_tables.default.AE.ttx |    749 -
13842  ...ple_size_tables.drop-hints-retain-gids.2049.ttf |    Bin 0 -> 5336 bytes
13843  ...ple_size_tables.drop-hints-retain-gids.2049.ttx |    596 -
13844  ..._size_tables.drop-hints-retain-gids.38,2049.ttf |    Bin 0 -> 7268 bytes
13845  ..._size_tables.drop-hints-retain-gids.38,2049.ttx |    742 -
13846  ..._size_tables.drop-hints-retain-gids.38,20E3.ttf |    Bin 0 -> 6244 bytes
13847  ..._size_tables.drop-hints-retain-gids.38,20E3.ttx |    680 -
13848  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
13849  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 -
13850  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 0 -> 14164 bytes
13851  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttx |   1196 -
13852  ...tiple_size_tables.drop-hints-retain-gids.39.ttf |    Bin 0 -> 2936 bytes
13853  ...tiple_size_tables.drop-hints-retain-gids.39.ttx |    442 -
13854  ...tiple_size_tables.drop-hints-retain-gids.AE.ttf |    Bin 0 -> 7932 bytes
13855  ...tiple_size_tables.drop-hints-retain-gids.AE.ttx |    755 -
13856  ...subset.multiple_size_tables.drop-hints.2049.ttf |    Bin 0 -> 5312 bytes
13857  ...subset.multiple_size_tables.drop-hints.2049.ttx |    587 -
13858  ...set.multiple_size_tables.drop-hints.38,2049.ttf |    Bin 0 -> 7244 bytes
13859  ...set.multiple_size_tables.drop-hints.38,2049.ttx |    736 -
13860  ...set.multiple_size_tables.drop-hints.38,20E3.ttf |    Bin 0 -> 6212 bytes
13861  ...set.multiple_size_tables.drop-hints.38,20E3.ttx |    671 -
13862  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
13863  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttx |   1570 -
13864  ....multiple_size_tables.drop-hints.38,AE,2049.ttf |    Bin 0 -> 14140 bytes
13865  ....multiple_size_tables.drop-hints.38,AE,2049.ttx |   1193 -
13866  ...i.subset.multiple_size_tables.drop-hints.39.ttf |    Bin 0 -> 2928 bytes
13867  ...i.subset.multiple_size_tables.drop-hints.39.ttx |    439 -
13868  ...i.subset.multiple_size_tables.drop-hints.AE.ttf |    Bin 0 -> 7916 bytes
13869  ...i.subset.multiple_size_tables.drop-hints.AE.ttx |    749 -
13870  ...ubset.multiple_size_tables.retain-gids.2049.ttf |    Bin 0 -> 5336 bytes
13871  ...ubset.multiple_size_tables.retain-gids.2049.ttx |    596 -
13872  ...et.multiple_size_tables.retain-gids.38,2049.ttf |    Bin 0 -> 7268 bytes
13873  ...et.multiple_size_tables.retain-gids.38,2049.ttx |    742 -
13874  ...et.multiple_size_tables.retain-gids.38,20E3.ttf |    Bin 0 -> 6244 bytes
13875  ...et.multiple_size_tables.retain-gids.38,20E3.ttx |    680 -
13876  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 19280 bytes
13877  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 -
13878  ...multiple_size_tables.retain-gids.38,AE,2049.ttf |    Bin 0 -> 14164 bytes
13879  ...multiple_size_tables.retain-gids.38,AE,2049.ttx |   1196 -
13880  ....subset.multiple_size_tables.retain-gids.39.ttf |    Bin 0 -> 2936 bytes
13881  ....subset.multiple_size_tables.retain-gids.39.ttx |    442 -
13882  ....subset.multiple_size_tables.retain-gids.AE.ttf |    Bin 0 -> 7932 bytes
13883  ....subset.multiple_size_tables.retain-gids.AE.ttx |    755 -
13884  .../NotoColorEmoji.subset.retain-gids.2049.ttf     |    Bin 0 -> 3136 bytes
13885  .../NotoColorEmoji.subset.retain-gids.2049.ttx     |    406 -
13886  .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  |    Bin 0 -> 4108 bytes
13887  .../NotoColorEmoji.subset.retain-gids.38,2049.ttx  |    480 -
13888  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  |    Bin 0 -> 3600 bytes
13889  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttx  |    450 -
13890  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 0 -> 10124 bytes
13891  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 -
13892  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf |    Bin 0 -> 7564 bytes
13893  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttx |    708 -
13894  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  |    Bin 0 -> 1928 bytes
13895  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttx  |    326 -
13896  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  |    Bin 0 -> 4428 bytes
13897  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttx  |    484 -
13898  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf |    Bin 0 -> 2580 bytes
13899  ...eSansPro-Regular.default.1FC,21,41,20,62,63.ttx |    738 -
13900  .../SourceSansPro-Regular.default.61,62,63.otf     |    Bin 0 -> 2216 bytes
13901  .../SourceSansPro-Regular.default.61,62,63.ttx     |    587 -
13902  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2328 bytes
13903  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.ttx |    578 -
13904  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20232 bytes
13905  ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6312 -
13906  ...Regular.desubroutinize-retain-gids.61,62,63.otf |    Bin 0 -> 2316 bytes
13907  ...Regular.desubroutinize-retain-gids.61,62,63.ttx |    627 -
13908  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30540 bytes
13909  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9248 --
13910  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf |    Bin 0 -> 2436 bytes
13911  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.ttx |    612 -
13912  ...urceSansPro-Regular.desubroutinize.61,62,63.otf |    Bin 0 -> 2120 bytes
13913  ...urceSansPro-Regular.desubroutinize.61,62,63.ttx |    492 -
13914  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2312 bytes
13915  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.ttx |    523 -
13916  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20064 bytes
13917  ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6281 -
13918  ...p-hints-desubroutinize-retain-gids.61,62,63.otf |    Bin 0 -> 2192 bytes
13919  ...p-hints-desubroutinize-retain-gids.61,62,63.ttx |    607 -
13920  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30372 bytes
13921  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9215 --
13922  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf |    Bin 0 -> 2268 bytes
13923  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.ttx |    581 -
13924  ...-Regular.drop-hints-desubroutinize.61,62,63.otf |    Bin 0 -> 1996 bytes
13925  ...-Regular.drop-hints-desubroutinize.61,62,63.ttx |    472 -
13926  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2148 bytes
13927  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.ttx |    490 -
13928  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20156 bytes
13929  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.ttx |   6367 -
13930  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf |    Bin 0 -> 2228 bytes
13931  ...Pro-Regular.drop-hints-retain-gids.61,62,63.ttx |    670 -
13932  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30384 bytes
13933  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.ttx |   9259 --
13934  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf |    Bin 0 -> 2352 bytes
13935  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    667 -
13936  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  |    Bin 0 -> 2060 bytes
13937  .../SourceSansPro-Regular.drop-hints.61,62,63.ttx  |    535 -
13938  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf |    Bin 0 -> 2164 bytes
13939  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.ttx |    534 -
13940  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf |    Bin 0 -> 20384 bytes
13941  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.ttx |   6438 -
13942  .../SourceSansPro-Regular.retain-gids.61,62,63.otf |    Bin 0 -> 2384 bytes
13943  .../SourceSansPro-Regular.retain-gids.61,62,63.ttx |    722 -
13944  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf |    Bin 0 -> 30556 bytes
13945  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.ttx |   9303 --
13946  ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4884 bytes
13947  ...ubset.default.3042,3044,3046,3048,304A,304B.ttx |   1165 -
13948  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 6276 bytes
13949  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1708 -
13950  ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 0 -> 2588 bytes
13951  ...eHanSans-Regular_subset.default.61,63,65,6B.ttx |    688 -
13952  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6736 bytes
13953  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1585 -
13954  .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 0 -> 2456 bytes
13955  .../SourceHanSans-Regular_subset.default.660E.ttx  |    577 -
13956  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129876 bytes
13957  ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62430 --------
13958  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130920 bytes
13959  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62745 --------
13960  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3412 bytes
13961  ...bset.desubroutinize-retain-gids.61,63,65,6B.ttx |   1081 -
13962  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 122048 bytes
13963  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57783 --------
13964  ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 0 -> 50760 bytes
13965  ...ular_subset.desubroutinize-retain-gids.660E.ttx |  24455 ----
13966  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4724 bytes
13967  ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |   1044 -
13968  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5928 bytes
13969  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1414 -
13970  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2520 bytes
13971  ...s-Regular_subset.desubroutinize.61,63,65,6B.ttx |    630 -
13972  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6232 bytes
13973  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1152 -
13974  ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 0 -> 2440 bytes
13975  ...eHanSans-Regular_subset.desubroutinize.660E.ttx |    560 -
13976  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129448 bytes
13977  ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62346 --------
13978  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130312 bytes
13979  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62647 --------
13980  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3288 bytes
13981  ...ints-desubroutinize-retain-gids.61,63,65,6B.ttx |   1055 -
13982  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 121284 bytes
13983  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57675 --------
13984  ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 0 -> 50540 bytes
13985  ....drop-hints-desubroutinize-retain-gids.660E.ttx |  24416 ----
13986  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4420 bytes
13987  ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |    986 -
13988  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5416 bytes
13989  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1337 -
13990  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2416 bytes
13991  ...ubset.drop-hints-desubroutinize.61,63,65,6B.ttx |    609 -
13992  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 5556 bytes
13993  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1063 -
13994  ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 0 -> 2308 bytes
13995  ...gular_subset.drop-hints-desubroutinize.660E.ttx |    540 -
13996  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 129576 bytes
13997  ...s-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62443 --------
13998  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 130604 bytes
13999  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62929 ---------
14000  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 0 -> 3248 bytes
14001  ...r_subset.drop-hints-retain-gids.61,63,65,6B.ttx |   1089 -
14002  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 121776 bytes
14003  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58100 --------
14004  ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 0 -> 50552 bytes
14005  ...-Regular_subset.drop-hints-retain-gids.660E.ttx |  24429 ----
14006  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 4548 bytes
14007  ...et.drop-hints.3042,3044,3046,3048,304A,304B.ttx |   1083 -
14008  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 5708 bytes
14009  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |   1619 -
14010  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 0 -> 2448 bytes
14011  ...nSans-Regular_subset.drop-hints.61,63,65,6B.ttx |    643 -
14012  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 6048 bytes
14013  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1488 -
14014  ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 0 -> 2316 bytes
14015  ...ourceHanSans-Regular_subset.drop-hints.660E.ttx |    553 -
14016  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 130036 bytes
14017  ...t.retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62551 --------
14018  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 131272 bytes
14019  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  63039 ---------
14020  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 0 -> 3408 bytes
14021  ...Sans-Regular_subset.retain-gids.61,63,65,6B.ttx |   1139 -
14022  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 122552 bytes
14023  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58216 --------
14024  ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 0 -> 50776 bytes
14025  ...urceHanSans-Regular_subset.retain-gids.660E.ttx |  24472 ----
14026  ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf |    Bin 0 -> 7724 bytes
14027  ...039,1005,100A,103A,1038,1010,103D,1031,104A.ttx |   2971 -
14028  ...otoSerifMyanmar-Regular.notdef-outline.1092.otf |    Bin 0 -> 1380 bytes
14029  ...otoSerifMyanmar-Regular.notdef-outline.1092.ttx |    264 -
14030  .../cmap/AdobeBlank-Regular.default.61,62.ttf      |    Bin 0 -> 1252 bytes
14031  .../cmap/AdobeBlank-Regular.default.61,62.ttx      |    322 -
14032  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    |    Bin 0 -> 1264 bytes
14033  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttx    |    320 -
14034  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  |    Bin 0 -> 1216 bytes
14035  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttx  |    314 -
14036  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  |    Bin 0 -> 1204 bytes
14037  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttx  |    314 -
14038  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       |    Bin 0 -> 1184 bytes
14039  .../cmap/AdobeBlank-Regular.default.FEFA.ttx       |    303 -
14040  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf |    Bin 0 -> 1468 bytes
14041  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttx |    606 -
14042  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf |    Bin 0 -> 8232 bytes
14043  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttx |   7356 -
14044  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf |    Bin 0 -> 8104 bytes
14045  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttx |   7270 -
14046  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf |    Bin 0 -> 8172 bytes
14047  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttx |   7350 -
14048  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf |    Bin 0 -> 8156 bytes
14049  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttx |   7343 -
14050  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   |    Bin 0 -> 1080 bytes
14051  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttx   |    218 -
14052  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf |    Bin 0 -> 1092 bytes
14053  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttx |    216 -
14054  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    |    Bin 0 -> 1044 bytes
14055  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttx    |    210 -
14056  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    |    Bin 0 -> 1032 bytes
14057  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttx    |    210 -
14058  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    |    Bin 0 -> 1012 bytes
14059  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttx    |    199 -
14060  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     |    Bin 0 -> 1000 bytes
14061  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttx     |    310 -
14062  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   |    Bin 0 -> 1012 bytes
14063  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttx   |    308 -
14064  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf |    Bin 0 -> 964 bytes
14065  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttx |    302 -
14066  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf |    Bin 0 -> 952 bytes
14067  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttx |    302 -
14068  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      |    Bin 0 -> 932 bytes
14069  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttx      |    291 -
14070  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  |    Bin 0 -> 1640 bytes
14071  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttx  |    710 -
14072  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     |    Bin 0 -> 8404 bytes
14073  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttx     |   7460 -
14074  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   |    Bin 0 -> 8276 bytes
14075  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttx   |   7374 -
14076  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   |    Bin 0 -> 8344 bytes
14077  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttx   |   7454 -
14078  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   |    Bin 0 -> 8328 bytes
14079  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttx   |   7447 -
14080  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf |    Bin 0 -> 1360 bytes
14081  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.ttx |    276 -
14082  .../cmap14/cmap14_font1.default.4E00,4E03.otf      |    Bin 0 -> 1236 bytes
14083  .../cmap14/cmap14_font1.default.4E00,4E03.ttx      |    261 -
14084  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf |    Bin 0 -> 1328 bytes
14085  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.ttx |    278 -
14086  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf |    Bin 0 -> 1576 bytes
14087  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.ttx |    294 -
14088  .../expected/cmap14/cmap14_font1.default.4E02.otf  |    Bin 0 -> 996 bytes
14089  .../expected/cmap14/cmap14_font1.default.4E02.ttx  |    233 -
14090  .../expected/cmap14/cmap14_font1.default.4E03.otf  |    Bin 0 -> 1080 bytes
14091  .../expected/cmap14/cmap14_font1.default.4E03.ttx  |    241 -
14092  .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   |    Bin 0 -> 1848 bytes
14093  .../cmap14_font1.default.4E05,4E07,4E08,4E09.ttx   |    329 -
14094  .../cmap14/cmap14_font1.default.4E08,4E09.otf      |    Bin 0 -> 1720 bytes
14095  .../cmap14/cmap14_font1.default.4E08,4E09.ttx      |    302 -
14096  .../expected/cmap14/cmap14_font1.default.4E08.otf  |    Bin 0 -> 1384 bytes
14097  .../expected/cmap14/cmap14_font1.default.4E08.ttx  |    265 -
14098  .../cmap14_font1.default.retain-all-codepoint.otf  |    Bin 0 -> 2348 bytes
14099  .../cmap14_font1.default.retain-all-codepoint.ttx  |    418 -
14100  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 0 -> 1388 bytes
14101  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 -
14102  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf |    Bin 0 -> 1272 bytes
14103  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.ttx |    308 -
14104  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 0 -> 1396 bytes
14105  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 -
14106  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 0 -> 1720 bytes
14107  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 -
14108  .../cmap14_font1.drop-hints-retain-gids.4E02.otf   |    Bin 0 -> 1028 bytes
14109  .../cmap14_font1.drop-hints-retain-gids.4E02.ttx   |    280 -
14110  .../cmap14_font1.drop-hints-retain-gids.4E03.otf   |    Bin 0 -> 1124 bytes
14111  .../cmap14_font1.drop-hints-retain-gids.4E03.ttx   |    293 -
14112  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1984 bytes
14113  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 -
14114  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf |    Bin 0 -> 1872 bytes
14115  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.ttx |    404 -
14116  .../cmap14_font1.drop-hints-retain-gids.4E08.otf   |    Bin 0 -> 1544 bytes
14117  .../cmap14_font1.drop-hints-retain-gids.4E08.ttx   |    372 -
14118  ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2436 bytes
14119  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 -
14120  .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     |    Bin 0 -> 1292 bytes
14121  .../cmap14_font1.drop-hints.4E00,4E02,4E03.ttx     |    268 -
14122  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   |    Bin 0 -> 1168 bytes
14123  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.ttx   |    253 -
14124  .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     |    Bin 0 -> 1260 bytes
14125  .../cmap14_font1.drop-hints.4E00,4E05,4E07.ttx     |    270 -
14126  .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     |    Bin 0 -> 1512 bytes
14127  .../cmap14_font1.drop-hints.4E02,4E03,4E08.ttx     |    286 -
14128  .../cmap14/cmap14_font1.drop-hints.4E02.otf        |    Bin 0 -> 928 bytes
14129  .../cmap14/cmap14_font1.drop-hints.4E02.ttx        |    225 -
14130  .../cmap14/cmap14_font1.drop-hints.4E03.otf        |    Bin 0 -> 1012 bytes
14131  .../cmap14/cmap14_font1.drop-hints.4E03.ttx        |    233 -
14132  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1780 bytes
14133  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 -
14134  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   |    Bin 0 -> 1652 bytes
14135  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.ttx   |    294 -
14136  .../cmap14/cmap14_font1.drop-hints.4E08.otf        |    Bin 0 -> 1316 bytes
14137  .../cmap14/cmap14_font1.drop-hints.4E08.ttx        |    257 -
14138  ...map14_font1.drop-hints.retain-all-codepoint.otf |    Bin 0 -> 2280 bytes
14139  ...map14_font1.drop-hints.retain-all-codepoint.ttx |    410 -
14140  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1388 bytes
14141  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.ttx    |    297 -
14142  .../cmap14/cmap14_font1.gids.4E00,4E03.otf         |    Bin 0 -> 1380 bytes
14143  .../cmap14/cmap14_font1.gids.4E00,4E03.ttx         |    289 -
14144  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1620 bytes
14145  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.ttx    |    318 -
14146  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1744 bytes
14147  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.ttx    |    326 -
14148  .../expected/cmap14/cmap14_font1.gids.4E02.otf     |    Bin 0 -> 1312 bytes
14149  .../expected/cmap14/cmap14_font1.gids.4E02.ttx     |    277 -
14150  .../expected/cmap14/cmap14_font1.gids.4E03.otf     |    Bin 0 -> 1352 bytes
14151  .../expected/cmap14/cmap14_font1.gids.4E03.ttx     |    280 -
14152  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      |    Bin 0 -> 2164 bytes
14153  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.ttx      |    373 -
14154  .../cmap14/cmap14_font1.gids.4E08,4E09.otf         |    Bin 0 -> 2036 bytes
14155  .../cmap14/cmap14_font1.gids.4E08,4E09.ttx         |    346 -
14156  .../expected/cmap14/cmap14_font1.gids.4E08.otf     |    Bin 0 -> 1704 bytes
14157  .../expected/cmap14/cmap14_font1.gids.4E08.ttx     |    309 -
14158  .../cmap14_font1.gids.retain-all-codepoint.otf     |    Bin 0 -> 2380 bytes
14159  .../cmap14_font1.gids.retain-all-codepoint.ttx     |    439 -
14160  .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       |    Bin 0 -> 1292 bytes
14161  .../cmap14_font1.name-ids.4E00,4E02,4E03.ttx       |    264 -
14162  .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     |    Bin 0 -> 1168 bytes
14163  .../cmap14/cmap14_font1.name-ids.4E00,4E03.ttx     |    249 -
14164  .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       |    Bin 0 -> 1260 bytes
14165  .../cmap14_font1.name-ids.4E00,4E05,4E07.ttx       |    266 -
14166  .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       |    Bin 0 -> 1508 bytes
14167  .../cmap14_font1.name-ids.4E02,4E03,4E08.ttx       |    282 -
14168  .../expected/cmap14/cmap14_font1.name-ids.4E02.otf |    Bin 0 -> 928 bytes
14169  .../expected/cmap14/cmap14_font1.name-ids.4E02.ttx |    221 -
14170  .../expected/cmap14/cmap14_font1.name-ids.4E03.otf |    Bin 0 -> 1012 bytes
14171  .../expected/cmap14/cmap14_font1.name-ids.4E03.ttx |    229 -
14172  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 0 -> 1780 bytes
14173  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 -
14174  .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     |    Bin 0 -> 1652 bytes
14175  .../cmap14/cmap14_font1.name-ids.4E08,4E09.ttx     |    290 -
14176  .../expected/cmap14/cmap14_font1.name-ids.4E08.otf |    Bin 0 -> 1316 bytes
14177  .../expected/cmap14/cmap14_font1.name-ids.4E08.ttx |    253 -
14178  .../cmap14_font1.name-ids.retain-all-codepoint.otf |    Bin 0 -> 2280 bytes
14179  .../cmap14_font1.name-ids.retain-all-codepoint.ttx |    406 -
14180  .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1452 bytes
14181  .../cmap14_font1.retain-gids.4E00,4E02,4E03.ttx    |    326 -
14182  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  |    Bin 0 -> 1340 bytes
14183  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.ttx  |    316 -
14184  .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1464 bytes
14185  .../cmap14_font1.retain-gids.4E00,4E05,4E07.ttx    |    348 -
14186  .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1788 bytes
14187  .../cmap14_font1.retain-gids.4E02,4E03,4E08.ttx    |    399 -
14188  .../cmap14/cmap14_font1.retain-gids.4E02.otf       |    Bin 0 -> 1096 bytes
14189  .../cmap14/cmap14_font1.retain-gids.4E02.ttx       |    288 -
14190  .../cmap14/cmap14_font1.retain-gids.4E03.otf       |    Bin 0 -> 1192 bytes
14191  .../cmap14/cmap14_font1.retain-gids.4E03.ttx       |    301 -
14192  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 2048 bytes
14193  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 -
14194  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  |    Bin 0 -> 1940 bytes
14195  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.ttx  |    412 -
14196  .../cmap14/cmap14_font1.retain-gids.4E08.otf       |    Bin 0 -> 1608 bytes
14197  .../cmap14/cmap14_font1.retain-gids.4E08.ttx       |    380 -
14198  ...ap14_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2500 bytes
14199  ...ap14_font1.retain-gids.retain-all-codepoint.ttx |    488 -
14200  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf |    Bin 0 -> 1360 bytes
14201  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.ttx |    276 -
14202  .../cmap14/cmap14_font2.default.4E00,4E03.otf      |    Bin 0 -> 1236 bytes
14203  .../cmap14/cmap14_font2.default.4E00,4E03.ttx      |    261 -
14204  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf |    Bin 0 -> 1332 bytes
14205  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.ttx |    278 -
14206  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf |    Bin 0 -> 1576 bytes
14207  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.ttx |    294 -
14208  .../expected/cmap14/cmap14_font2.default.4E02.otf  |    Bin 0 -> 992 bytes
14209  .../expected/cmap14/cmap14_font2.default.4E02.ttx  |    233 -
14210  .../expected/cmap14/cmap14_font2.default.4E03.otf  |    Bin 0 -> 1076 bytes
14211  .../expected/cmap14/cmap14_font2.default.4E03.ttx  |    241 -
14212  .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   |    Bin 0 -> 1848 bytes
14213  .../cmap14_font2.default.4E05,4E07,4E08,4E09.ttx   |    329 -
14214  .../cmap14/cmap14_font2.default.4E08,4E09.otf      |    Bin 0 -> 1716 bytes
14215  .../cmap14/cmap14_font2.default.4E08,4E09.ttx      |    302 -
14216  .../expected/cmap14/cmap14_font2.default.4E08.otf  |    Bin 0 -> 1380 bytes
14217  .../expected/cmap14/cmap14_font2.default.4E08.ttx  |    265 -
14218  .../cmap14_font2.default.retain-all-codepoint.otf  |    Bin 0 -> 2344 bytes
14219  .../cmap14_font2.default.retain-all-codepoint.ttx  |    418 -
14220  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 0 -> 1388 bytes
14221  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 -
14222  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf |    Bin 0 -> 1272 bytes
14223  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.ttx |    308 -
14224  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 0 -> 1400 bytes
14225  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 -
14226  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 0 -> 1720 bytes
14227  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 -
14228  .../cmap14_font2.drop-hints-retain-gids.4E02.otf   |    Bin 0 -> 1024 bytes
14229  .../cmap14_font2.drop-hints-retain-gids.4E02.ttx   |    280 -
14230  .../cmap14_font2.drop-hints-retain-gids.4E03.otf   |    Bin 0 -> 1120 bytes
14231  .../cmap14_font2.drop-hints-retain-gids.4E03.ttx   |    293 -
14232  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1984 bytes
14233  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 -
14234  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf |    Bin 0 -> 1868 bytes
14235  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.ttx |    404 -
14236  .../cmap14_font2.drop-hints-retain-gids.4E08.otf   |    Bin 0 -> 1540 bytes
14237  .../cmap14_font2.drop-hints-retain-gids.4E08.ttx   |    372 -
14238  ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2432 bytes
14239  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 -
14240  .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     |    Bin 0 -> 1292 bytes
14241  .../cmap14_font2.drop-hints.4E00,4E02,4E03.ttx     |    268 -
14242  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   |    Bin 0 -> 1168 bytes
14243  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.ttx   |    253 -
14244  .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     |    Bin 0 -> 1264 bytes
14245  .../cmap14_font2.drop-hints.4E00,4E05,4E07.ttx     |    270 -
14246  .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     |    Bin 0 -> 1512 bytes
14247  .../cmap14_font2.drop-hints.4E02,4E03,4E08.ttx     |    286 -
14248  .../cmap14/cmap14_font2.drop-hints.4E02.otf        |    Bin 0 -> 924 bytes
14249  .../cmap14/cmap14_font2.drop-hints.4E02.ttx        |    225 -
14250  .../cmap14/cmap14_font2.drop-hints.4E03.otf        |    Bin 0 -> 1008 bytes
14251  .../cmap14/cmap14_font2.drop-hints.4E03.ttx        |    233 -
14252  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 1780 bytes
14253  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 -
14254  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   |    Bin 0 -> 1648 bytes
14255  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.ttx   |    294 -
14256  .../cmap14/cmap14_font2.drop-hints.4E08.otf        |    Bin 0 -> 1312 bytes
14257  .../cmap14/cmap14_font2.drop-hints.4E08.ttx        |    257 -
14258  ...map14_font2.drop-hints.retain-all-codepoint.otf |    Bin 0 -> 2276 bytes
14259  ...map14_font2.drop-hints.retain-all-codepoint.ttx |    410 -
14260  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1388 bytes
14261  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.ttx    |    297 -
14262  .../cmap14/cmap14_font2.gids.4E00,4E03.otf         |    Bin 0 -> 1380 bytes
14263  .../cmap14/cmap14_font2.gids.4E00,4E03.ttx         |    289 -
14264  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1624 bytes
14265  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.ttx    |    318 -
14266  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1744 bytes
14267  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.ttx    |    326 -
14268  .../expected/cmap14/cmap14_font2.gids.4E02.otf     |    Bin 0 -> 1308 bytes
14269  .../expected/cmap14/cmap14_font2.gids.4E02.ttx     |    277 -
14270  .../expected/cmap14/cmap14_font2.gids.4E03.otf     |    Bin 0 -> 1348 bytes
14271  .../expected/cmap14/cmap14_font2.gids.4E03.ttx     |    280 -
14272  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      |    Bin 0 -> 2164 bytes
14273  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.ttx      |    373 -
14274  .../cmap14/cmap14_font2.gids.4E08,4E09.otf         |    Bin 0 -> 2032 bytes
14275  .../cmap14/cmap14_font2.gids.4E08,4E09.ttx         |    346 -
14276  .../expected/cmap14/cmap14_font2.gids.4E08.otf     |    Bin 0 -> 1700 bytes
14277  .../expected/cmap14/cmap14_font2.gids.4E08.ttx     |    309 -
14278  .../cmap14_font2.gids.retain-all-codepoint.otf     |    Bin 0 -> 2376 bytes
14279  .../cmap14_font2.gids.retain-all-codepoint.ttx     |    439 -
14280  .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       |    Bin 0 -> 1292 bytes
14281  .../cmap14_font2.name-ids.4E00,4E02,4E03.ttx       |    264 -
14282  .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     |    Bin 0 -> 1168 bytes
14283  .../cmap14/cmap14_font2.name-ids.4E00,4E03.ttx     |    249 -
14284  .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       |    Bin 0 -> 1264 bytes
14285  .../cmap14_font2.name-ids.4E00,4E05,4E07.ttx       |    266 -
14286  .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       |    Bin 0 -> 1508 bytes
14287  .../cmap14_font2.name-ids.4E02,4E03,4E08.ttx       |    282 -
14288  .../expected/cmap14/cmap14_font2.name-ids.4E02.otf |    Bin 0 -> 924 bytes
14289  .../expected/cmap14/cmap14_font2.name-ids.4E02.ttx |    221 -
14290  .../expected/cmap14/cmap14_font2.name-ids.4E03.otf |    Bin 0 -> 1008 bytes
14291  .../expected/cmap14/cmap14_font2.name-ids.4E03.ttx |    229 -
14292  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 0 -> 1780 bytes
14293  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 -
14294  .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     |    Bin 0 -> 1648 bytes
14295  .../cmap14/cmap14_font2.name-ids.4E08,4E09.ttx     |    290 -
14296  .../expected/cmap14/cmap14_font2.name-ids.4E08.otf |    Bin 0 -> 1312 bytes
14297  .../expected/cmap14/cmap14_font2.name-ids.4E08.ttx |    253 -
14298  .../cmap14_font2.name-ids.retain-all-codepoint.otf |    Bin 0 -> 2276 bytes
14299  .../cmap14_font2.name-ids.retain-all-codepoint.ttx |    406 -
14300  .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    |    Bin 0 -> 1452 bytes
14301  .../cmap14_font2.retain-gids.4E00,4E02,4E03.ttx    |    326 -
14302  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  |    Bin 0 -> 1340 bytes
14303  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.ttx  |    316 -
14304  .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    |    Bin 0 -> 1468 bytes
14305  .../cmap14_font2.retain-gids.4E00,4E05,4E07.ttx    |    348 -
14306  .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    |    Bin 0 -> 1788 bytes
14307  .../cmap14_font2.retain-gids.4E02,4E03,4E08.ttx    |    399 -
14308  .../cmap14/cmap14_font2.retain-gids.4E02.otf       |    Bin 0 -> 1092 bytes
14309  .../cmap14/cmap14_font2.retain-gids.4E02.ttx       |    288 -
14310  .../cmap14/cmap14_font2.retain-gids.4E03.otf       |    Bin 0 -> 1188 bytes
14311  .../cmap14/cmap14_font2.retain-gids.4E03.ttx       |    301 -
14312  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 0 -> 2048 bytes
14313  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 -
14314  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  |    Bin 0 -> 1936 bytes
14315  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.ttx  |    412 -
14316  .../cmap14/cmap14_font2.retain-gids.4E08.otf       |    Bin 0 -> 1604 bytes
14317  .../cmap14/cmap14_font2.retain-gids.4E08.ttx       |    380 -
14318  ...ap14_font2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 2496 bytes
14319  ...ap14_font2.retain-gids.retain-all-codepoint.ttx |    488 -
14320  .../TwemojiMozilla.subset.default.32,3297,3299.ttf |    Bin 0 -> 1936 bytes
14321  .../TwemojiMozilla.subset.default.32,3297,3299.ttx |    626 -
14322  .../colr/TwemojiMozilla.subset.default.32,3297.ttf |    Bin 0 -> 1400 bytes
14323  .../colr/TwemojiMozilla.subset.default.32,3297.ttx |    411 -
14324  .../colr/TwemojiMozilla.subset.default.32,3299.ttf |    Bin 0 -> 1576 bytes
14325  .../colr/TwemojiMozilla.subset.default.32,3299.ttx |    475 -
14326  .../colr/TwemojiMozilla.subset.default.32.ttf      |    Bin 0 -> 932 bytes
14327  .../colr/TwemojiMozilla.subset.default.32.ttx      |    231 -
14328  .../TwemojiMozilla.subset.default.3297,3299.ttf    |    Bin 0 -> 1916 bytes
14329  .../TwemojiMozilla.subset.default.3297,3299.ttx    |    617 -
14330  .../colr/TwemojiMozilla.subset.default.3297.ttf    |    Bin 0 -> 1376 bytes
14331  .../colr/TwemojiMozilla.subset.default.3297.ttx    |    402 -
14332  .../colr/TwemojiMozilla.subset.default.3299.ttf    |    Bin 0 -> 1552 bytes
14333  .../colr/TwemojiMozilla.subset.default.3299.ttx    |    466 -
14334  ....subset.drop-hints-retain-gids.32,3297,3299.ttf |    Bin 0 -> 1916 bytes
14335  ....subset.drop-hints-retain-gids.32,3297,3299.ttx |    621 -
14336  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf |    Bin 0 -> 1396 bytes
14337  ...zilla.subset.drop-hints-retain-gids.32,3297.ttx |    410 -
14338  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf |    Bin 0 -> 1576 bytes
14339  ...zilla.subset.drop-hints-retain-gids.32,3299.ttx |    478 -
14340  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf |    Bin 0 -> 912 bytes
14341  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttx |    226 -
14342  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf |    Bin 0 -> 1900 bytes
14343  ...lla.subset.drop-hints-retain-gids.3297,3299.ttx |    616 -
14344  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf |    Bin 0 -> 1372 bytes
14345  ...iMozilla.subset.drop-hints-retain-gids.3297.ttx |    405 -
14346  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf |    Bin 0 -> 1552 bytes
14347  ...iMozilla.subset.drop-hints-retain-gids.3299.ttx |    473 -
14348  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf |    Bin 0 -> 1916 bytes
14349  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttx |    621 -
14350  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   |    Bin 0 -> 1380 bytes
14351  .../TwemojiMozilla.subset.drop-hints.32,3297.ttx   |    406 -
14352  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   |    Bin 0 -> 1556 bytes
14353  .../TwemojiMozilla.subset.drop-hints.32,3299.ttx   |    470 -
14354  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   |    Bin 0 -> 912 bytes
14355  .../colr/TwemojiMozilla.subset.drop-hints.32.ttx   |    226 -
14356  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf |    Bin 0 -> 1896 bytes
14357  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttx |    612 -
14358  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf |    Bin 0 -> 1356 bytes
14359  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttx |    397 -
14360  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf |    Bin 0 -> 1532 bytes
14361  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttx |    461 -
14362  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf |    Bin 0 -> 1936 bytes
14363  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttx |    626 -
14364  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  |    Bin 0 -> 1416 bytes
14365  .../TwemojiMozilla.subset.retain-gids.32,3297.ttx  |    415 -
14366  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  |    Bin 0 -> 1596 bytes
14367  .../TwemojiMozilla.subset.retain-gids.32,3299.ttx  |    483 -
14368  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  |    Bin 0 -> 932 bytes
14369  .../colr/TwemojiMozilla.subset.retain-gids.32.ttx  |    231 -
14370  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf |    Bin 0 -> 1920 bytes
14371  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttx |    621 -
14372  .../TwemojiMozilla.subset.retain-gids.3297.ttf     |    Bin 0 -> 1392 bytes
14373  .../TwemojiMozilla.subset.retain-gids.3297.ttx     |    410 -
14374  .../TwemojiMozilla.subset.retain-gids.3299.ttf     |    Bin 0 -> 1572 bytes
14375  .../TwemojiMozilla.subset.retain-gids.3299.ttx     |    478 -
14376  .../colr_with_components/colr-table.default.6B.ttf |    Bin 0 -> 4260 bytes
14377  .../colr_with_components/colr-table.default.6B.ttx |   1435 -
14378  .../colr-table.drop-hints-retain-gids.6B.ttf       |    Bin 0 -> 4984 bytes
14379  .../colr-table.drop-hints-retain-gids.6B.ttx       |   1919 -
14380  .../colr-table.drop-hints.6B.ttf                   |    Bin 0 -> 4260 bytes
14381  .../colr-table.drop-hints.6B.ttx                   |   1435 -
14382  .../colr-table.retain-gids.6B.ttf                  |    Bin 0 -> 4984 bytes
14383  .../colr-table.retain-gids.6B.ttx                  |   1919 -
14384  ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf |    Bin 0 -> 3004 bytes
14385  ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttx |   1077 -
14386  ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf |    Bin 0 -> 3752 bytes
14387  ...oColrEmojiGlyf-Regular.subset.default.1f696.ttx |   1449 -
14388  ...Regular.subset.drop-hints-retain-gids.1f35e.ttf |    Bin 0 -> 3516 bytes
14389  ...Regular.subset.drop-hints-retain-gids.1f35e.ttx |   1417 -
14390  ...Regular.subset.drop-hints-retain-gids.1f696.ttf |    Bin 0 -> 5048 bytes
14391  ...Regular.subset.drop-hints-retain-gids.1f696.ttx |   2313 -
14392  ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf |    Bin 0 -> 3004 bytes
14393  ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttx |   1077 -
14394  ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf |    Bin 0 -> 3752 bytes
14395  ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttx |   1449 -
14396  ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf |    Bin 0 -> 3516 bytes
14397  ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttx |   1417 -
14398  ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf |    Bin 0 -> 5048 bytes
14399  ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttx |   2313 -
14400  .../colrv1/TestCOLRv1.default.E000,E004.ttf        |    Bin 0 -> 900 bytes
14401  .../colrv1/TestCOLRv1.default.E000,E004.ttx        |    316 -
14402  .../colrv1/TestCOLRv1.default.E003,E004.ttf        |    Bin 0 -> 1000 bytes
14403  .../colrv1/TestCOLRv1.default.E003,E004.ttx        |    367 -
14404  .../expected/colrv1/TestCOLRv1.default.E004.ttf    |    Bin 0 -> 744 bytes
14405  .../expected/colrv1/TestCOLRv1.default.E004.ttx    |    231 -
14406  .../TestCOLRv1.default.retain-all-codepoint.ttf    |    Bin 0 -> 1444 bytes
14407  .../TestCOLRv1.default.retain-all-codepoint.ttx    |    596 -
14408  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf |    Bin 0 -> 984 bytes
14409  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttx |    364 -
14410  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf |    Bin 0 -> 1076 bytes
14411  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttx |    411 -
14412  .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     |    Bin 0 -> 836 bytes
14413  .../TestCOLRv1.drop-hints-retain-gids.E004.ttx     |    291 -
14414  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
14415  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    596 -
14416  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     |    Bin 0 -> 900 bytes
14417  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttx     |    316 -
14418  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     |    Bin 0 -> 1000 bytes
14419  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttx     |    367 -
14420  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf |    Bin 0 -> 744 bytes
14421  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttx |    231 -
14422  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
14423  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttx |    596 -
14424  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    |    Bin 0 -> 984 bytes
14425  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttx    |    364 -
14426  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    |    Bin 0 -> 1076 bytes
14427  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttx    |    411 -
14428  .../colrv1/TestCOLRv1.retain-gids.E004.ttf         |    Bin 0 -> 836 bytes
14429  .../colrv1/TestCOLRv1.retain-gids.E004.ttx         |    291 -
14430  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf |    Bin 0 -> 1444 bytes
14431  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttx |    596 -
14432  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  |    Bin 0 -> 3080 bytes
14433  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttx  |   1659 -
14434  .../full-font/Roboto-Regular.default.61,62,63.ttf  |    Bin 0 -> 2672 bytes
14435  .../full-font/Roboto-Regular.default.61,62,63.ttx  |   1422 -
14436  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      |    Bin 0 -> 3024 bytes
14437  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttx      |   1571 -
14438  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 0 -> 1632 bytes
14439  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    549 -
14440  .../Roboto-Regular.drop-hints.61,62,63.ttf         |    Bin 0 -> 1412 bytes
14441  .../Roboto-Regular.drop-hints.61,62,63.ttx         |    494 -
14442  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   |    Bin 0 -> 1648 bytes
14443  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttx   |    529 -
14444  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf |    Bin 0 -> 3992 bytes
14445  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttx |   1355 -
14446  .../SourceSerifVariable-Roman.default.61,62,63.ttf |    Bin 0 -> 3832 bytes
14447  .../SourceSerifVariable-Roman.default.61,62,63.ttx |   1262 -
14448  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf |    Bin 0 -> 4396 bytes
14449  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttx |   1522 -
14450  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 0 -> 3968 bytes
14451  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttx |   1349 -
14452  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf |    Bin 0 -> 3832 bytes
14453  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttx |   1262 -
14454  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf |    Bin 0 -> 4396 bytes
14455  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttx |   1522 -
14456  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  |    Bin 0 -> 2344 bytes
14457  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttx  |   1187 -
14458  .../japanese/Mplus1p-Regular.default.25771.ttf     |    Bin 0 -> 1992 bytes
14459  .../japanese/Mplus1p-Regular.default.25771.ttx     |   1033 -
14460  ...gular.default.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 2704 bytes
14461  ...gular.default.3042,3044,3046,3048,304A,304B.ttx |   1296 -
14462  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2948 bytes
14463  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 -
14464  .../Mplus1p-Regular.default.61,63,65,6B.ttf        |    Bin 0 -> 2324 bytes
14465  .../Mplus1p-Regular.default.61,63,65,6B.ttx        |   1172 -
14466  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 3244 bytes
14467  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 -
14468  .../japanese/Mplus1p-Regular.default.660E.ttf      |    Bin 0 -> 1984 bytes
14469  .../japanese/Mplus1p-Regular.default.660E.ttx      |   1024 -
14470  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf |    Bin 0 -> 1616 bytes
14471  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttx |    522 -
14472  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  |    Bin 0 -> 1264 bytes
14473  .../japanese/Mplus1p-Regular.drop-hints.25771.ttx  |    368 -
14474  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 1976 bytes
14475  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttx |    631 -
14476  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2220 bytes
14477  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |    738 -
14478  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     |    Bin 0 -> 1596 bytes
14479  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttx     |    507 -
14480  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 2516 bytes
14481  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |    857 -
14482  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   |    Bin 0 -> 1256 bytes
14483  .../japanese/Mplus1p-Regular.drop-hints.660E.ttx   |    359 -
14484  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf |    Bin 0 -> 2344 bytes
14485  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttx |   1187 -
14486  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   |    Bin 0 -> 1992 bytes
14487  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttx   |   1033 -
14488  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf |    Bin 0 -> 2704 bytes
14489  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttx |   1296 -
14490  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 0 -> 2948 bytes
14491  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 -
14492  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      |    Bin 0 -> 2324 bytes
14493  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttx      |   1172 -
14494  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 0 -> 3244 bytes
14495  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 -
14496  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    |    Bin 0 -> 1984 bytes
14497  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttx    |   1024 -
14498  ...text1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
14499  ...text1_multiple_subrules_f1.default.41,42,43.ttx |    284 -
14500  ...context1_multiple_subrules_f1.default.41,42.otf |    Bin 0 -> 1228 bytes
14501  ...context1_multiple_subrules_f1.default.41,42.ttx |    265 -
14502  ...context1_multiple_subrules_f1.default.41,43.otf |    Bin 0 -> 1332 bytes
14503  ...context1_multiple_subrules_f1.default.41,43.ttx |    275 -
14504  ...os_context1_multiple_subrules_f1.default.41.otf |    Bin 0 -> 1216 bytes
14505  ...os_context1_multiple_subrules_f1.default.41.ttx |    256 -
14506  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14507  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
14508  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
14509  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
14510  ...ext1_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
14511  ...ext1_multiple_subrules_f1.retain-gids.41,42.ttx |    585 -
14512  ...ext1_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
14513  ...ext1_multiple_subrules_f1.retain-gids.41,43.ttx |    600 -
14514  ...ontext1_multiple_subrules_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
14515  ...ontext1_multiple_subrules_f1.retain-gids.41.ttx |    576 -
14516  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14517  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14518  ...text2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
14519  ...text2_multiple_subrules_f1.default.41,42,43.ttx |    284 -
14520  ...context2_multiple_subrules_f1.default.41,42.otf |    Bin 0 -> 1228 bytes
14521  ...context2_multiple_subrules_f1.default.41,42.ttx |    265 -
14522  ...context2_multiple_subrules_f1.default.41,43.otf |    Bin 0 -> 1332 bytes
14523  ...context2_multiple_subrules_f1.default.41,43.ttx |    275 -
14524  ...os_context2_multiple_subrules_f1.default.41.otf |    Bin 0 -> 1216 bytes
14525  ...os_context2_multiple_subrules_f1.default.41.ttx |    256 -
14526  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14527  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
14528  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
14529  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
14530  ...ext2_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
14531  ...ext2_multiple_subrules_f1.retain-gids.41,42.ttx |    585 -
14532  ...ext2_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
14533  ...ext2_multiple_subrules_f1.retain-gids.41,43.ttx |    600 -
14534  ...ontext2_multiple_subrules_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
14535  ...ontext2_multiple_subrules_f1.retain-gids.41.ttx |    576 -
14536  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14537  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14538  .../gpos_context3_simple_f1.default.41,42,43.otf   |    Bin 0 -> 1308 bytes
14539  .../gpos_context3_simple_f1.default.41,42,43.ttx   |    284 -
14540  .../gpos_context3_simple_f1.default.41,42.otf      |    Bin 0 -> 1208 bytes
14541  .../gpos_context3_simple_f1.default.41,42.ttx      |    265 -
14542  .../gpos_context3_simple_f1.default.41,43.otf      |    Bin 0 -> 1312 bytes
14543  .../gpos_context3_simple_f1.default.41,43.ttx      |    275 -
14544  .../gpos_context3_simple_f1.default.41.otf         |    Bin 0 -> 1196 bytes
14545  .../gpos_context3_simple_f1.default.41.ttx         |    256 -
14546  ...ext3_simple_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
14547  ...ext3_simple_f1.default.retain-all-codepoint.ttx |   1247 -
14548  ...pos_context3_simple_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
14549  ...pos_context3_simple_f1.retain-gids.41,42,43.ttx |    604 -
14550  .../gpos_context3_simple_f1.retain-gids.41,42.otf  |    Bin 0 -> 1912 bytes
14551  .../gpos_context3_simple_f1.retain-gids.41,42.ttx  |    585 -
14552  .../gpos_context3_simple_f1.retain-gids.41,43.otf  |    Bin 0 -> 2028 bytes
14553  .../gpos_context3_simple_f1.retain-gids.41,43.ttx  |    600 -
14554  .../gpos_context3_simple_f1.retain-gids.41.otf     |    Bin 0 -> 1896 bytes
14555  .../gpos_context3_simple_f1.retain-gids.41.ttx     |    576 -
14556  ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
14557  ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14558  .../IndicTestJalandhar-Regular.default.A01.ttf     |    Bin 0 -> 4176 bytes
14559  .../IndicTestJalandhar-Regular.default.A01.ttx     |   2916 -
14560  .../IndicTestJalandhar-Regular.default.A05,A06.ttf |    Bin 0 -> 4752 bytes
14561  .../IndicTestJalandhar-Regular.default.A05,A06.ttx |   3167 -
14562  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf |    Bin 0 -> 4724 bytes
14563  .../IndicTestJalandhar-Regular.default.A07,A1B.ttx |   3148 -
14564  ...andhar-Regular.default.retain-all-codepoint.ttf |    Bin 0 -> 49244 bytes
14565  ...andhar-Regular.default.retain-all-codepoint.ttx |  22554 ---
14566  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  |    Bin 0 -> 1036 bytes
14567  .../IndicTestJalandhar-Regular.drop-hints.A01.ttx  |    281 -
14568  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf |    Bin 0 -> 1344 bytes
14569  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttx |    403 -
14570  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf |    Bin 0 -> 1344 bytes
14571  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttx |    404 -
14572  ...har-Regular.drop-hints.retain-all-codepoint.ttf |    Bin 0 -> 29464 bytes
14573  ...har-Regular.drop-hints.retain-all-codepoint.ttx |  11627 --
14574  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   |    Bin 0 -> 4176 bytes
14575  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttx   |   2916 -
14576  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf |    Bin 0 -> 4752 bytes
14577  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttx |   3167 -
14578  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf |    Bin 0 -> 4724 bytes
14579  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttx |   3148 -
14580  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf |    Bin 0 -> 49244 bytes
14581  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttx |  22554 ---
14582  .../AdobeVFPrototype.default.41,42,43,57.otf       |    Bin 0 -> 5440 bytes
14583  .../AdobeVFPrototype.default.41,42,43,57.ttx       |   1536 -
14584  .../AdobeVFPrototype.default.41,42,43.otf          |    Bin 0 -> 4908 bytes
14585  .../AdobeVFPrototype.default.41,42,43.ttx          |   1338 -
14586  .../AdobeVFPrototype.default.41,42.otf             |    Bin 0 -> 4432 bytes
14587  .../AdobeVFPrototype.default.41,42.ttx             |   1201 -
14588  .../AdobeVFPrototype.default.41,56,57.otf          |    Bin 0 -> 4576 bytes
14589  .../AdobeVFPrototype.default.41,56,57.ttx          |   1310 -
14590  .../AdobeVFPrototype.default.41.otf                |    Bin 0 -> 3728 bytes
14591  .../AdobeVFPrototype.default.41.ttx                |   1000 -
14592  .../AdobeVFPrototype.default.42,57.otf             |    Bin 0 -> 4564 bytes
14593  .../AdobeVFPrototype.default.42,57.ttx             |   1253 -
14594  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    |    Bin 0 -> 5252 bytes
14595  .../AdobeVFPrototype.drop-hints.41,42,43,57.ttx    |   1500 -
14596  .../AdobeVFPrototype.drop-hints.41,42,43.otf       |    Bin 0 -> 4720 bytes
14597  .../AdobeVFPrototype.drop-hints.41,42,43.ttx       |   1302 -
14598  .../AdobeVFPrototype.drop-hints.41,42.otf          |    Bin 0 -> 4244 bytes
14599  .../AdobeVFPrototype.drop-hints.41,42.ttx          |   1165 -
14600  .../AdobeVFPrototype.drop-hints.41,56,57.otf       |    Bin 0 -> 4384 bytes
14601  .../AdobeVFPrototype.drop-hints.41,56,57.ttx       |   1274 -
14602  .../AdobeVFPrototype.drop-hints.41.otf             |    Bin 0 -> 3540 bytes
14603  .../AdobeVFPrototype.drop-hints.41.ttx             |    964 -
14604  .../AdobeVFPrototype.drop-hints.42,57.otf          |    Bin 0 -> 4376 bytes
14605  .../AdobeVFPrototype.drop-hints.42,57.ttx          |   1217 -
14606  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf |    Bin 0 -> 5440 bytes
14607  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.ttx |   1536 -
14608  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   |    Bin 0 -> 4908 bytes
14609  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.ttx   |   1338 -
14610  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      |    Bin 0 -> 4432 bytes
14611  .../AdobeVFPrototype.keep-gdef-gpos.41,42.ttx      |   1201 -
14612  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   |    Bin 0 -> 4576 bytes
14613  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.ttx   |   1310 -
14614  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         |    Bin 0 -> 3728 bytes
14615  .../AdobeVFPrototype.keep-gdef-gpos.41.ttx         |   1000 -
14616  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      |    Bin 0 -> 4564 bytes
14617  .../AdobeVFPrototype.keep-gdef-gpos.42,57.ttx      |   1253 -
14618  .../Roboto-Regular.default.1E00,303.ttf            |    Bin 0 -> 2524 bytes
14619  .../Roboto-Regular.default.1E00,303.ttx            |   1258 -
14620  .../layout.gdef/Roboto-Regular.default.303.ttf     |    Bin 0 -> 2116 bytes
14621  .../layout.gdef/Roboto-Regular.default.303.ttx     |   1012 -
14622  .../Roboto-Regular.default.309,20,30F.ttf          |    Bin 0 -> 2212 bytes
14623  .../Roboto-Regular.default.309,20,30F.ttx          |   1054 -
14624  .../layout.gdef/Roboto-Regular.default.323.ttf     |    Bin 0 -> 2008 bytes
14625  .../layout.gdef/Roboto-Regular.default.323.ttx     |    949 -
14626  .../Roboto-Regular.default.41,42,43.ttf            |    Bin 0 -> 2572 bytes
14627  .../Roboto-Regular.default.41,42,43.ttx            |   1349 -
14628  .../Roboto-Regular.drop-hints.1E00,303.ttf         |    Bin 0 -> 1380 bytes
14629  .../Roboto-Regular.drop-hints.1E00,303.ttx         |    443 -
14630  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  |    Bin 0 -> 1112 bytes
14631  .../layout.gdef/Roboto-Regular.drop-hints.303.ttx  |    312 -
14632  .../Roboto-Regular.drop-hints.309,20,30F.ttf       |    Bin 0 -> 1172 bytes
14633  .../Roboto-Regular.drop-hints.309,20,30F.ttx       |    328 -
14634  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  |    Bin 0 -> 1056 bytes
14635  .../layout.gdef/Roboto-Regular.drop-hints.323.ttx  |    291 -
14636  .../Roboto-Regular.drop-hints.41,42,43.ttf         |    Bin 0 -> 1388 bytes
14637  .../Roboto-Regular.drop-hints.41,42,43.ttx         |    480 -
14638  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     |    Bin 0 -> 2524 bytes
14639  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttx     |   1258 -
14640  .../Roboto-Regular.keep-gdef-gpos.303.ttf          |    Bin 0 -> 2116 bytes
14641  .../Roboto-Regular.keep-gdef-gpos.303.ttx          |   1012 -
14642  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   |    Bin 0 -> 2212 bytes
14643  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttx   |   1054 -
14644  .../Roboto-Regular.keep-gdef-gpos.323.ttf          |    Bin 0 -> 2008 bytes
14645  .../Roboto-Regular.keep-gdef-gpos.323.ttx          |    949 -
14646  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     |    Bin 0 -> 2572 bytes
14647  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttx     |   1349 -
14648  .../layout.gpos/gpos1_2_font.default.41,43.otf     |    Bin 0 -> 1292 bytes
14649  .../layout.gpos/gpos1_2_font.default.41,43.ttx     |    275 -
14650  .../layout.gpos/gpos1_2_font.default.41,46.otf     |    Bin 0 -> 1424 bytes
14651  .../layout.gpos/gpos1_2_font.default.41,46.ttx     |    286 -
14652  .../layout.gpos/gpos1_2_font.default.41.otf        |    Bin 0 -> 1176 bytes
14653  .../layout.gpos/gpos1_2_font.default.41.ttx        |    256 -
14654  .../layout.gpos/gpos1_2_font.default.42,44.otf     |    Bin 0 -> 1268 bytes
14655  .../layout.gpos/gpos1_2_font.default.42,44.ttx     |    265 -
14656  .../layout.gpos/gpos1_2_font.default.43,46.otf     |    Bin 0 -> 1288 bytes
14657  .../layout.gpos/gpos1_2_font.default.43,46.ttx     |    275 -
14658  .../gpos1_2_font.default.retain-all-codepoint.otf  |    Bin 0 -> 3604 bytes
14659  .../gpos1_2_font.default.retain-all-codepoint.ttx  |   1221 -
14660  .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf |    Bin 0 -> 2008 bytes
14661  .../layout.gpos/gpos1_2_font.retain-gids.41,43.ttx |    600 -
14662  .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf |    Bin 0 -> 2172 bytes
14663  .../layout.gpos/gpos1_2_font.retain-gids.41,46.ttx |    626 -
14664  .../layout.gpos/gpos1_2_font.retain-gids.41.otf    |    Bin 0 -> 1876 bytes
14665  .../layout.gpos/gpos1_2_font.retain-gids.41.ttx    |    576 -
14666  .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf |    Bin 0 -> 1992 bytes
14667  .../layout.gpos/gpos1_2_font.retain-gids.42,44.ttx |    595 -
14668  .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf |    Bin 0 -> 2036 bytes
14669  .../layout.gpos/gpos1_2_font.retain-gids.43,46.ttx |    615 -
14670  ...os1_2_font.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
14671  ...os1_2_font.retain-gids.retain-all-codepoint.ttx |   1221 -
14672  .../gpos2_1_font7.default.21,23,25.otf             |    Bin 0 -> 1360 bytes
14673  .../gpos2_1_font7.default.21,23,25.ttx             |    287 -
14674  .../layout.gpos2/gpos2_1_font7.default.21,23.otf   |    Bin 0 -> 1240 bytes
14675  .../layout.gpos2/gpos2_1_font7.default.21,23.ttx   |    268 -
14676  .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   |    Bin 0 -> 1508 bytes
14677  .../layout.gpos2/gpos2_1_font7.default.2E,23.ttx   |    291 -
14678  .../gpos2_1_font7.default.41,42,43.otf             |    Bin 0 -> 1288 bytes
14679  .../gpos2_1_font7.default.41,42,43.ttx             |    284 -
14680  .../gpos2_1_font7.default.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
14681  .../gpos2_1_font7.default.retain-all-codepoint.ttx |   1221 -
14682  .../gpos2_1_font7.retain-gids.21,23,25.otf         |    Bin 0 -> 1696 bytes
14683  .../gpos2_1_font7.retain-gids.21,23,25.ttx         |    457 -
14684  .../gpos2_1_font7.retain-gids.21,23.otf            |    Bin 0 -> 1564 bytes
14685  .../gpos2_1_font7.retain-gids.21,23.ttx            |    433 -
14686  .../gpos2_1_font7.retain-gids.2E,23.otf            |    Bin 0 -> 1944 bytes
14687  .../gpos2_1_font7.retain-gids.2E,23.ttx            |    511 -
14688  .../gpos2_1_font7.retain-gids.41,42,43.otf         |    Bin 0 -> 1988 bytes
14689  .../gpos2_1_font7.retain-gids.41,42,43.ttx         |    604 -
14690  ...s2_1_font7.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
14691  ...s2_1_font7.retain-gids.retain-all-codepoint.ttx |   1221 -
14692  .../gpos2_2_font5.default.21,23,25.otf             |    Bin 0 -> 1360 bytes
14693  .../gpos2_2_font5.default.21,23,25.ttx             |    287 -
14694  .../layout.gpos2/gpos2_2_font5.default.21,23.otf   |    Bin 0 -> 1240 bytes
14695  .../layout.gpos2/gpos2_2_font5.default.21,23.ttx   |    268 -
14696  .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   |    Bin 0 -> 1508 bytes
14697  .../layout.gpos2/gpos2_2_font5.default.2E,23.ttx   |    291 -
14698  .../gpos2_2_font5.default.41,42,43.otf             |    Bin 0 -> 1288 bytes
14699  .../gpos2_2_font5.default.41,42,43.ttx             |    284 -
14700  .../gpos2_2_font5.default.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
14701  .../gpos2_2_font5.default.retain-all-codepoint.ttx |   1221 -
14702  .../gpos2_2_font5.retain-gids.21,23,25.otf         |    Bin 0 -> 1696 bytes
14703  .../gpos2_2_font5.retain-gids.21,23,25.ttx         |    457 -
14704  .../gpos2_2_font5.retain-gids.21,23.otf            |    Bin 0 -> 1564 bytes
14705  .../gpos2_2_font5.retain-gids.21,23.ttx            |    433 -
14706  .../gpos2_2_font5.retain-gids.2E,23.otf            |    Bin 0 -> 1944 bytes
14707  .../gpos2_2_font5.retain-gids.2E,23.ttx            |    511 -
14708  .../gpos2_2_font5.retain-gids.41,42,43.otf         |    Bin 0 -> 1988 bytes
14709  .../gpos2_2_font5.retain-gids.41,42,43.ttx         |    604 -
14710  ...s2_2_font5.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3604 bytes
14711  ...s2_2_font5.retain-gids.retain-all-codepoint.ttx |   1221 -
14712  .../layout.gpos3/gpos3_font3.default.28,29.otf     |    Bin 0 -> 1248 bytes
14713  .../layout.gpos3/gpos3_font3.default.28,29.ttx     |    276 -
14714  .../layout.gpos3/gpos3_font3.default.28,2B.otf     |    Bin 0 -> 1376 bytes
14715  .../layout.gpos3/gpos3_font3.default.28,2B.ttx     |    282 -
14716  .../layout.gpos3/gpos3_font3.default.29,2B.otf     |    Bin 0 -> 1292 bytes
14717  .../layout.gpos3/gpos3_font3.default.29,2B.ttx     |    277 -
14718  .../layout.gpos3/gpos3_font3.default.41,42,43.otf  |    Bin 0 -> 1284 bytes
14719  .../layout.gpos3/gpos3_font3.default.41,42,43.ttx  |    284 -
14720  .../gpos3_font3.default.retain-all-codepoint.otf   |    Bin 0 -> 3636 bytes
14721  .../gpos3_font3.default.retain-all-codepoint.ttx   |   1228 -
14722  .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf |    Bin 0 -> 1632 bytes
14723  .../layout.gpos3/gpos3_font3.retain-gids.28,29.ttx |    471 -
14724  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf |    Bin 0 -> 1780 bytes
14725  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.ttx |    487 -
14726  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf |    Bin 0 -> 1696 bytes
14727  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.ttx |    482 -
14728  .../gpos3_font3.retain-gids.41,42,43.otf           |    Bin 0 -> 1984 bytes
14729  .../gpos3_font3.retain-gids.41,42,43.ttx           |    604 -
14730  ...pos3_font3.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3636 bytes
14731  ...pos3_font3.retain-gids.retain-all-codepoint.ttx |   1228 -
14732  ...pos4_multiple_anchors_1.default.41,42,43,44.otf |    Bin 0 -> 1516 bytes
14733  ...pos4_multiple_anchors_1.default.41,42,43,44.ttx |    304 -
14734  ...pos4_multiple_anchors_1.default.41,42,43,45.otf |    Bin 0 -> 1524 bytes
14735  ...pos4_multiple_anchors_1.default.41,42,43,45.ttx |    305 -
14736  .../gpos4_multiple_anchors_1.default.41,42,43.otf  |    Bin 0 -> 1308 bytes
14737  .../gpos4_multiple_anchors_1.default.41,42,43.ttx  |    284 -
14738  .../gpos4_multiple_anchors_1.default.41,42.otf     |    Bin 0 -> 1208 bytes
14739  .../gpos4_multiple_anchors_1.default.41,42.ttx     |    265 -
14740  ...4_multiple_anchors_1.default.41,43,44,45,46.otf |    Bin 0 -> 1864 bytes
14741  ...4_multiple_anchors_1.default.41,43,44,45,46.ttx |    336 -
14742  .../gpos4_multiple_anchors_1.default.41,43,44.otf  |    Bin 0 -> 1524 bytes
14743  .../gpos4_multiple_anchors_1.default.41,43,44.ttx  |    295 -
14744  .../gpos4_multiple_anchors_1.default.41,43,45.otf  |    Bin 0 -> 1532 bytes
14745  .../gpos4_multiple_anchors_1.default.41,43,45.ttx  |    296 -
14746  .../gpos4_multiple_anchors_1.default.41,43.otf     |    Bin 0 -> 1312 bytes
14747  .../gpos4_multiple_anchors_1.default.41,43.ttx     |    275 -
14748  .../gpos4_multiple_anchors_1.default.41.otf        |    Bin 0 -> 1196 bytes
14749  .../gpos4_multiple_anchors_1.default.41.ttx        |    256 -
14750  ...iple_anchors_1.default.retain-all-codepoint.otf |    Bin 0 -> 3668 bytes
14751  ...iple_anchors_1.default.retain-all-codepoint.ttx |   1233 -
14752  ..._multiple_anchors_1.retain-gids.41,42,43,44.otf |    Bin 0 -> 2220 bytes
14753  ..._multiple_anchors_1.retain-gids.41,42,43,44.ttx |    624 -
14754  ..._multiple_anchors_1.retain-gids.41,42,43,45.otf |    Bin 0 -> 2244 bytes
14755  ..._multiple_anchors_1.retain-gids.41,42,43,45.ttx |    630 -
14756  ...os4_multiple_anchors_1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
14757  ...os4_multiple_anchors_1.retain-gids.41,42,43.ttx |    604 -
14758  .../gpos4_multiple_anchors_1.retain-gids.41,42.otf |    Bin 0 -> 1912 bytes
14759  .../gpos4_multiple_anchors_1.retain-gids.41,42.ttx |    585 -
14760  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf |    Bin 0 -> 2584 bytes
14761  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.ttx |    661 -
14762  ...os4_multiple_anchors_1.retain-gids.41,43,44.otf |    Bin 0 -> 2240 bytes
14763  ...os4_multiple_anchors_1.retain-gids.41,43,44.ttx |    620 -
14764  ...os4_multiple_anchors_1.retain-gids.41,43,45.otf |    Bin 0 -> 2260 bytes
14765  ...os4_multiple_anchors_1.retain-gids.41,43,45.ttx |    626 -
14766  .../gpos4_multiple_anchors_1.retain-gids.41,43.otf |    Bin 0 -> 2028 bytes
14767  .../gpos4_multiple_anchors_1.retain-gids.41,43.ttx |    600 -
14768  .../gpos4_multiple_anchors_1.retain-gids.41.otf    |    Bin 0 -> 1896 bytes
14769  .../gpos4_multiple_anchors_1.retain-gids.41.ttx    |    576 -
14770  ..._anchors_1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3668 bytes
14771  ..._anchors_1.retain-gids.retain-all-codepoint.ttx |   1233 -
14772  .../gpos5_font1.default.41,42,43,44.otf            |    Bin 0 -> 1536 bytes
14773  .../gpos5_font1.default.41,42,43,44.ttx            |    323 -
14774  .../gpos5_font1.default.41,42,43,45.otf            |    Bin 0 -> 1544 bytes
14775  .../gpos5_font1.default.41,42,43,45.ttx            |    324 -
14776  .../layout.gpos5/gpos5_font1.default.41,42,43.otf  |    Bin 0 -> 1328 bytes
14777  .../layout.gpos5/gpos5_font1.default.41,42,43.ttx  |    303 -
14778  .../layout.gpos5/gpos5_font1.default.41,42,44.otf  |    Bin 0 -> 1460 bytes
14779  .../layout.gpos5/gpos5_font1.default.41,42,44.ttx  |    304 -
14780  .../layout.gpos5/gpos5_font1.default.41,42,45.otf  |    Bin 0 -> 1448 bytes
14781  .../layout.gpos5/gpos5_font1.default.41,42,45.ttx  |    305 -
14782  .../layout.gpos5/gpos5_font1.default.41,42.otf     |    Bin 0 -> 1228 bytes
14783  .../layout.gpos5/gpos5_font1.default.41,42.ttx     |    284 -
14784  .../layout.gpos5/gpos5_font1.default.41,43.otf     |    Bin 0 -> 1332 bytes
14785  .../layout.gpos5/gpos5_font1.default.41,43.ttx     |    294 -
14786  .../layout.gpos5/gpos5_font1.default.41.otf        |    Bin 0 -> 1216 bytes
14787  .../layout.gpos5/gpos5_font1.default.41.ttx        |    275 -
14788  .../layout.gpos5/gpos5_font1.default.42.otf        |    Bin 0 -> 1076 bytes
14789  .../layout.gpos5/gpos5_font1.default.42.ttx        |    264 -
14790  .../gpos5_font1.default.retain-all-codepoint.otf   |    Bin 0 -> 3688 bytes
14791  .../gpos5_font1.default.retain-all-codepoint.ttx   |   1250 -
14792  .../gpos5_font1.retain-gids.41,42,43,44.otf        |    Bin 0 -> 2240 bytes
14793  .../gpos5_font1.retain-gids.41,42,43,44.ttx        |    643 -
14794  .../gpos5_font1.retain-gids.41,42,43,45.otf        |    Bin 0 -> 2264 bytes
14795  .../gpos5_font1.retain-gids.41,42,43,45.ttx        |    649 -
14796  .../gpos5_font1.retain-gids.41,42,43.otf           |    Bin 0 -> 2028 bytes
14797  .../gpos5_font1.retain-gids.41,42,43.ttx           |    623 -
14798  .../gpos5_font1.retain-gids.41,42,44.otf           |    Bin 0 -> 2176 bytes
14799  .../gpos5_font1.retain-gids.41,42,44.ttx           |    629 -
14800  .../gpos5_font1.retain-gids.41,42,45.otf           |    Bin 0 -> 2172 bytes
14801  .../gpos5_font1.retain-gids.41,42,45.ttx           |    635 -
14802  .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
14803  .../layout.gpos5/gpos5_font1.retain-gids.41,42.ttx |    604 -
14804  .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
14805  .../layout.gpos5/gpos5_font1.retain-gids.41,43.ttx |    619 -
14806  .../layout.gpos5/gpos5_font1.retain-gids.41.otf    |    Bin 0 -> 1916 bytes
14807  .../layout.gpos5/gpos5_font1.retain-gids.41.ttx    |    595 -
14808  .../layout.gpos5/gpos5_font1.retain-gids.42.otf    |    Bin 0 -> 1788 bytes
14809  .../layout.gpos5/gpos5_font1.retain-gids.42.ttx    |    589 -
14810  ...pos5_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3688 bytes
14811  ...pos5_font1.retain-gids.retain-all-codepoint.ttx |   1250 -
14812  .../gpos6_font1.default.41,42,43,44.otf            |    Bin 0 -> 1492 bytes
14813  .../gpos6_font1.default.41,42,43,44.ttx            |    304 -
14814  .../gpos6_font1.default.41,42,43,45.otf            |    Bin 0 -> 1500 bytes
14815  .../gpos6_font1.default.41,42,43,45.ttx            |    305 -
14816  .../layout.gpos6/gpos6_font1.default.41,42,43.otf  |    Bin 0 -> 1284 bytes
14817  .../layout.gpos6/gpos6_font1.default.41,42,43.ttx  |    284 -
14818  .../layout.gpos6/gpos6_font1.default.41,42.otf     |    Bin 0 -> 1184 bytes
14819  .../layout.gpos6/gpos6_font1.default.41,42.ttx     |    265 -
14820  .../gpos6_font1.default.41,43,44,45,46.otf         |    Bin 0 -> 1840 bytes
14821  .../gpos6_font1.default.41,43,44,45,46.ttx         |    336 -
14822  .../layout.gpos6/gpos6_font1.default.41,43,44.otf  |    Bin 0 -> 1500 bytes
14823  .../layout.gpos6/gpos6_font1.default.41,43,44.ttx  |    295 -
14824  .../layout.gpos6/gpos6_font1.default.41,43,45.otf  |    Bin 0 -> 1508 bytes
14825  .../layout.gpos6/gpos6_font1.default.41,43,45.ttx  |    296 -
14826  .../layout.gpos6/gpos6_font1.default.41,43.otf     |    Bin 0 -> 1288 bytes
14827  .../layout.gpos6/gpos6_font1.default.41,43.ttx     |    275 -
14828  .../layout.gpos6/gpos6_font1.default.41.otf        |    Bin 0 -> 1172 bytes
14829  .../layout.gpos6/gpos6_font1.default.41.ttx        |    256 -
14830  .../gpos6_font1.default.retain-all-codepoint.otf   |    Bin 0 -> 3644 bytes
14831  .../gpos6_font1.default.retain-all-codepoint.ttx   |   1231 -
14832  .../gpos6_font1.retain-gids.41,42,43,44.otf        |    Bin 0 -> 2196 bytes
14833  .../gpos6_font1.retain-gids.41,42,43,44.ttx        |    624 -
14834  .../gpos6_font1.retain-gids.41,42,43,45.otf        |    Bin 0 -> 2220 bytes
14835  .../gpos6_font1.retain-gids.41,42,43,45.ttx        |    630 -
14836  .../gpos6_font1.retain-gids.41,42,43.otf           |    Bin 0 -> 1984 bytes
14837  .../gpos6_font1.retain-gids.41,42,43.ttx           |    604 -
14838  .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf |    Bin 0 -> 1888 bytes
14839  .../layout.gpos6/gpos6_font1.retain-gids.41,42.ttx |    585 -
14840  .../gpos6_font1.retain-gids.41,43,44,45,46.otf     |    Bin 0 -> 2560 bytes
14841  .../gpos6_font1.retain-gids.41,43,44,45,46.ttx     |    661 -
14842  .../gpos6_font1.retain-gids.41,43,44.otf           |    Bin 0 -> 2216 bytes
14843  .../gpos6_font1.retain-gids.41,43,44.ttx           |    620 -
14844  .../gpos6_font1.retain-gids.41,43,45.otf           |    Bin 0 -> 2236 bytes
14845  .../gpos6_font1.retain-gids.41,43,45.ttx           |    626 -
14846  .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf |    Bin 0 -> 2004 bytes
14847  .../layout.gpos6/gpos6_font1.retain-gids.41,43.ttx |    600 -
14848  .../layout.gpos6/gpos6_font1.retain-gids.41.otf    |    Bin 0 -> 1872 bytes
14849  .../layout.gpos6/gpos6_font1.retain-gids.41.ttx    |    576 -
14850  ...pos6_font1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3644 bytes
14851  ...pos6_font1.retain-gids.retain-all-codepoint.ttx |   1231 -
14852  ...ular.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 12684 bytes
14853  ...ular.default.627,644,623,62D,644,627,645,2E.ttx |   4529 -
14854  .../Amiri-Regular.default.627,644,62D,628.ttf      |    Bin 0 -> 9992 bytes
14855  .../Amiri-Regular.default.627,644,62D,628.ttx      |   3537 -
14856  .../Amiri-Regular.default.627,644.ttf              |    Bin 0 -> 4168 bytes
14857  .../Amiri-Regular.default.627,644.ttx              |   1383 -
14858  ...-Regular.default.633,645,627,621,20,644,627.ttf |    Bin 0 -> 9516 bytes
14859  ...-Regular.default.633,645,627,621,20,644,627.ttx |   3371 -
14860  .../Amiri-Regular.default.63A,64A,631.ttf          |    Bin 0 -> 7324 bytes
14861  .../Amiri-Regular.default.63A,64A,631.ttx          |   2587 -
14862  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 48012 bytes
14863  ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |  28725 ----
14864  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  |    Bin 0 -> 42640 bytes
14865  .../Amiri-Regular.retain-gids.627,644,62D,628.ttx  |  25101 ----
14866  .../Amiri-Regular.retain-gids.627,644.ttf          |    Bin 0 -> 36696 bytes
14867  .../Amiri-Regular.retain-gids.627,644.ttx          |  23003 ---
14868  ...ular.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 0 -> 45908 bytes
14869  ...ular.retain-gids.633,645,627,621,20,644,627.ttx |  27759 ----
14870  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      |    Bin 0 -> 37988 bytes
14871  .../Amiri-Regular.retain-gids.63A,64A,631.ttx      |  22911 ---
14872  ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1840 bytes
14873  ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    328 -
14874  ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1332 bytes
14875  ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    284 -
14876  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
14877  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
14878  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2304 bytes
14879  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 -
14880  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2032 bytes
14881  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
14882  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
14883  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14884  ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1840 bytes
14885  ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    328 -
14886  ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1332 bytes
14887  ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    284 -
14888  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
14889  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 -
14890  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2304 bytes
14891  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 -
14892  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2032 bytes
14893  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 -
14894  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3704 bytes
14895  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14896  ...pos_chaining3_simple_f1.default.30,31,32,33.otf |    Bin 0 -> 1816 bytes
14897  ...pos_chaining3_simple_f1.default.30,31,32,33.ttx |    328 -
14898  .../gpos_chaining3_simple_f1.default.41,42,43.otf  |    Bin 0 -> 1308 bytes
14899  .../gpos_chaining3_simple_f1.default.41,42,43.ttx  |    284 -
14900  ...ing3_simple_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
14901  ...ing3_simple_f1.default.retain-all-codepoint.ttx |   1247 -
14902  ...chaining3_simple_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2280 bytes
14903  ...chaining3_simple_f1.retain-gids.30,31,32,33.ttx |    563 -
14904  ...os_chaining3_simple_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2008 bytes
14905  ...os_chaining3_simple_f1.retain-gids.41,42,43.ttx |    604 -
14906  ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3680 bytes
14907  ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 -
14908  .../layout.gpos9/gpos9_font2.default.41,42.otf     |    Bin 0 -> 1184 bytes
14909  .../layout.gpos9/gpos9_font2.default.41,42.ttx     |    265 -
14910  .../layout.gpos9/gpos9_font2.default.41.otf        |    Bin 0 -> 1172 bytes
14911  .../layout.gpos9/gpos9_font2.default.41.ttx        |    256 -
14912  .../layout.gpos9/gpos9_font2.default.42.otf        |    Bin 0 -> 1032 bytes
14913  .../layout.gpos9/gpos9_font2.default.42.ttx        |    245 -
14914  .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf |    Bin 0 -> 1888 bytes
14915  .../layout.gpos9/gpos9_font2.retain-gids.41,42.ttx |    585 -
14916  .../layout.gpos9/gpos9_font2.retain-gids.41.otf    |    Bin 0 -> 1872 bytes
14917  .../layout.gpos9/gpos9_font2.retain-gids.41.ttx    |    576 -
14918  .../layout.gpos9/gpos9_font2.retain-gids.42.otf    |    Bin 0 -> 1744 bytes
14919  .../layout.gpos9/gpos9_font2.retain-gids.42.ttx    |    570 -
14920  ...ub_alternate_substitution.default.53A9,53F1.otf |    Bin 0 -> 4348 bytes
14921  ...ub_alternate_substitution.default.53A9,53F1.ttx |   1009 -
14922  .../gsub_alternate_substitution.default.53A9.otf   |    Bin 0 -> 3904 bytes
14923  .../gsub_alternate_substitution.default.53A9.ttx   |    924 -
14924  .../gsub_alternate_substitution.default.53F1.otf   |    Bin 0 -> 2452 bytes
14925  .../gsub_alternate_substitution.default.53F1.ttx   |    638 -
14926  ...e_substitution.default.retain-all-codepoint.otf |    Bin 0 -> 6040 bytes
14927  ...e_substitution.default.retain-all-codepoint.ttx |   1387 -
14928  ...lternate_substitution.retain-gids.53A9,53F1.otf |    Bin 0 -> 4472 bytes
14929  ...lternate_substitution.retain-gids.53A9,53F1.ttx |   1063 -
14930  ...sub_alternate_substitution.retain-gids.53A9.otf |    Bin 0 -> 4056 bytes
14931  ...sub_alternate_substitution.retain-gids.53A9.ttx |    990 -
14932  ...sub_alternate_substitution.retain-gids.53F1.otf |    Bin 0 -> 2648 bytes
14933  ...sub_alternate_substitution.retain-gids.53F1.ttx |    728 -
14934  ...bstitution.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 6132 bytes
14935  ...bstitution.retain-gids.retain-all-codepoint.ttx |   1423 -
14936  ...text1_multiple_subrules_f2.default.41,42,43.otf |    Bin 0 -> 1340 bytes
14937  ...text1_multiple_subrules_f2.default.41,42,43.ttx |    290 -
14938  ...context1_multiple_subrules_f2.default.41,42.otf |    Bin 0 -> 1240 bytes
14939  ...context1_multiple_subrules_f2.default.41,42.ttx |    271 -
14940  ...context1_multiple_subrules_f2.default.41,43.otf |    Bin 0 -> 1344 bytes
14941  ...context1_multiple_subrules_f2.default.41,43.ttx |    281 -
14942  ...ub_context1_multiple_subrules_f2.default.41.otf |    Bin 0 -> 1228 bytes
14943  ...ub_context1_multiple_subrules_f2.default.41.ttx |    262 -
14944  ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
14945  ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 -
14946  ...1_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2040 bytes
14947  ...1_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 -
14948  ...ext1_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 0 -> 1944 bytes
14949  ...ext1_multiple_subrules_f2.retain-gids.41,42.ttx |    591 -
14950  ...ext1_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 0 -> 2060 bytes
14951  ...ext1_multiple_subrules_f2.retain-gids.41,43.ttx |    606 -
14952  ...ontext1_multiple_subrules_f2.retain-gids.41.otf |    Bin 0 -> 1928 bytes
14953  ...ontext1_multiple_subrules_f2.retain-gids.41.ttx |    582 -
14954  ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
14955  ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
14956  ...text2_multiple_subrules_f2.default.41,42,43.otf |    Bin 0 -> 1340 bytes
14957  ...text2_multiple_subrules_f2.default.41,42,43.ttx |    290 -
14958  ...context2_multiple_subrules_f2.default.41,42.otf |    Bin 0 -> 1240 bytes
14959  ...context2_multiple_subrules_f2.default.41,42.ttx |    271 -
14960  ...context2_multiple_subrules_f2.default.41,43.otf |    Bin 0 -> 1344 bytes
14961  ...context2_multiple_subrules_f2.default.41,43.ttx |    281 -
14962  ...ub_context2_multiple_subrules_f2.default.41.otf |    Bin 0 -> 1228 bytes
14963  ...ub_context2_multiple_subrules_f2.default.41.ttx |    262 -
14964  ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
14965  ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 -
14966  ...2_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2040 bytes
14967  ...2_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 -
14968  ...ext2_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 0 -> 1944 bytes
14969  ...ext2_multiple_subrules_f2.retain-gids.41,42.ttx |    591 -
14970  ...ext2_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 0 -> 2060 bytes
14971  ...ext2_multiple_subrules_f2.retain-gids.41,43.ttx |    606 -
14972  ...ontext2_multiple_subrules_f2.retain-gids.41.otf |    Bin 0 -> 1928 bytes
14973  ...ontext2_multiple_subrules_f2.retain-gids.41.ttx |    582 -
14974  ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3712 bytes
14975  ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
14976  ...sub_context3_successive_f1.default.41,42,43.otf |    Bin 0 -> 1328 bytes
14977  ...sub_context3_successive_f1.default.41,42,43.ttx |    290 -
14978  .../gsub_context3_successive_f1.default.41,42.otf  |    Bin 0 -> 1228 bytes
14979  .../gsub_context3_successive_f1.default.41,42.ttx  |    271 -
14980  .../gsub_context3_successive_f1.default.41,43.otf  |    Bin 0 -> 1332 bytes
14981  .../gsub_context3_successive_f1.default.41,43.ttx  |    281 -
14982  .../gsub_context3_successive_f1.default.41.otf     |    Bin 0 -> 1216 bytes
14983  .../gsub_context3_successive_f1.default.41.ttx     |    262 -
14984  ..._successive_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14985  ..._successive_f1.default.retain-all-codepoint.ttx |   1253 -
14986  ...context3_successive_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2028 bytes
14987  ...context3_successive_f1.retain-gids.41,42,43.ttx |    610 -
14988  ...ub_context3_successive_f1.retain-gids.41,42.otf |    Bin 0 -> 1932 bytes
14989  ...ub_context3_successive_f1.retain-gids.41,42.ttx |    591 -
14990  ...ub_context3_successive_f1.retain-gids.41,43.otf |    Bin 0 -> 2048 bytes
14991  ...ub_context3_successive_f1.retain-gids.41,43.ttx |    606 -
14992  .../gsub_context3_successive_f1.retain-gids.41.otf |    Bin 0 -> 1916 bytes
14993  .../gsub_context3_successive_f1.retain-gids.41.ttx |    582 -
14994  ...cessive_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3700 bytes
14995  ...cessive_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
14996  ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1852 bytes
14997  ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    334 -
14998  ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1344 bytes
14999  ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    290 -
15000  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
15001  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 -
15002  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2316 bytes
15003  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 -
15004  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2044 bytes
15005  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 -
15006  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
15007  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
15008  ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 0 -> 1852 bytes
15009  ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    334 -
15010  ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 0 -> 1344 bytes
15011  ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    290 -
15012  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
15013  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 -
15014  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 0 -> 2316 bytes
15015  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 -
15016  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 0 -> 2044 bytes
15017  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 -
15018  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3716 bytes
15019  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 -
15020  ...sub_chaining3_simple_f2.default.30,31,32,33.otf |    Bin 0 -> 1828 bytes
15021  ...sub_chaining3_simple_f2.default.30,31,32,33.ttx |    334 -
15022  .../gsub_chaining3_simple_f2.default.41,42,43.otf  |    Bin 0 -> 1320 bytes
15023  .../gsub_chaining3_simple_f2.default.41,42,43.ttx  |    290 -
15024  ...ing3_simple_f2.default.retain-all-codepoint.otf |    Bin 0 -> 3692 bytes
15025  ...ing3_simple_f2.default.retain-all-codepoint.ttx |   1253 -
15026  ...chaining3_simple_f2.retain-gids.30,31,32,33.otf |    Bin 0 -> 2292 bytes
15027  ...chaining3_simple_f2.retain-gids.30,31,32,33.ttx |    569 -
15028  ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf |    Bin 0 -> 2020 bytes
15029  ...ub_chaining3_simple_f2.retain-gids.41,42,43.ttx |    610 -
15030  ..._simple_f2.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3692 bytes
15031  ..._simple_f2.retain-gids.retain-all-codepoint.ttx |   1253 -
15032  ..._created.default.41,42,43,44,45,46,47,48,49.otf |    Bin 0 -> 2176 bytes
15033  ..._created.default.41,42,43,44,45,46,47,48,49.ttx |    392 -
15034  ...nually_created.default.41,42,43,44,45,46,47.otf |    Bin 0 -> 1888 bytes
15035  ...nually_created.default.41,42,43,44,45,46,47.ttx |    357 -
15036  ...nually_created.default.41,42,43,44,45,46,4D.otf |    Bin 0 -> 1852 bytes
15037  ...nually_created.default.41,42,43,44,45,46,4D.ttx |    351 -
15038  ...nually_created.default.41,42,43,44,45,46,51.otf |    Bin 0 -> 1932 bytes
15039  ...nually_created.default.41,42,43,44,45,46,51.ttx |    364 -
15040  ..._manually_created.default.41,42,43,44,45,46.otf |    Bin 0 -> 1832 bytes
15041  ..._manually_created.default.41,42,43,44,45,46.ttx |    343 -
15042  .../gsub8_manually_created.default.41,42,43.otf    |    Bin 0 -> 1284 bytes
15043  .../gsub8_manually_created.default.41,42,43.ttx    |    285 -
15044  .../gsub8_manually_created.default.41.otf          |    Bin 0 -> 1172 bytes
15045  .../gsub8_manually_created.default.41.ttx          |    259 -
15046  .../gsub8_manually_created.default.61.otf          |    Bin 0 -> 1224 bytes
15047  .../gsub8_manually_created.default.61.ttx          |    268 -
15048  ...nually_created.default.retain-all-codepoint.otf |    Bin 0 -> 3656 bytes
15049  ...nually_created.default.retain-all-codepoint.ttx |   1152 -
15050  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf |    Bin 0 -> 2884 bytes
15051  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.ttx |    712 -
15052  ...ly_created.retain-gids.41,42,43,44,45,46,47.otf |    Bin 0 -> 2596 bytes
15053  ...ly_created.retain-gids.41,42,43,44,45,46,47.ttx |    677 -
15054  ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf |    Bin 0 -> 2636 bytes
15055  ...ly_created.retain-gids.41,42,43,44,45,46,4D.ttx |    701 -
15056  ...ly_created.retain-gids.41,42,43,44,45,46,51.otf |    Bin 0 -> 2760 bytes
15057  ...ly_created.retain-gids.41,42,43,44,45,46,51.ttx |    734 -
15058  ...ually_created.retain-gids.41,42,43,44,45,46.otf |    Bin 0 -> 2540 bytes
15059  ...ually_created.retain-gids.41,42,43,44,45,46.ttx |    663 -
15060  ...gsub8_manually_created.retain-gids.41,42,43.otf |    Bin 0 -> 1984 bytes
15061  ...gsub8_manually_created.retain-gids.41,42,43.ttx |    605 -
15062  .../gsub8_manually_created.retain-gids.41.otf      |    Bin 0 -> 1872 bytes
15063  .../gsub8_manually_created.retain-gids.41.ttx      |    579 -
15064  .../gsub8_manually_created.retain-gids.61.otf      |    Bin 0 -> 2276 bytes
15065  .../gsub8_manually_created.retain-gids.61.ttx      |    748 -
15066  ...ly_created.retain-gids.retain-all-codepoint.otf |    Bin 0 -> 3656 bytes
15067  ...ly_created.retain-gids.retain-all-codepoint.ttx |   1152 -
15068  .../expected/layout.khmer/Khmer.default.1780.ttf   |    Bin 0 -> 4204 bytes
15069  .../expected/layout.khmer/Khmer.default.1780.ttx   |   2504 -
15070  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 0 -> 6412 bytes
15071  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   3406 -
15072  .../expected/layout.khmer/Khmer.default.31.ttf     |    Bin 0 -> 4140 bytes
15073  .../expected/layout.khmer/Khmer.default.31.ttx     |   2486 -
15074  .../layout.khmer/Khmer.retain-gids.1780.ttf        |    Bin 0 -> 4464 bytes
15075  .../layout.khmer/Khmer.retain-gids.1780.ttx        |   2676 -
15076  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 0 -> 7848 bytes
15077  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   4310 -
15078  .../expected/layout.khmer/Khmer.retain-gids.31.ttf |    Bin 0 -> 4256 bytes
15079  .../expected/layout.khmer/Khmer.retain-gids.31.ttx |   2562 -
15080  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 11396 bytes
15081  ...Bold.default.627,644,623,62D,644,627,645,2E.ttx |   4986 -
15082  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf |    Bin 0 -> 18248 bytes
15083  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttx |   9792 --
15084  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      |    Bin 0 -> 3528 bytes
15085  .../NotoNastaliqUrdu-Bold.default.627,644.ttx      |   1326 -
15086  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf |    Bin 0 -> 12368 bytes
15087  ...rdu-Bold.default.633,645,627,621,20,644,627.ttx |   5279 -
15088  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  |    Bin 0 -> 20368 bytes
15089  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttx  |  10363 --
15090  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 0 -> 18232 bytes
15091  ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |   9170 --
15092  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf |    Bin 0 -> 24376 bytes
15093  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttx |  13452 --
15094  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  |    Bin 0 -> 9176 bytes
15095  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttx  |   5158 -
15096  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 0 -> 18172 bytes
15097  ...Bold.retain-gids.633,645,627,621,20,644,627.ttx |   8915 --
15098  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf |    Bin 0 -> 26588 bytes
15099  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttx |  14027 --
15100  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  |    Bin 0 -> 2464 bytes
15101  .../Roboto-Regular.smallcaps.default.41,42,43.ttx  |   1251 -
15102  .../Roboto-Regular.smallcaps.default.41,43.ttf     |    Bin 0 -> 2284 bytes
15103  .../Roboto-Regular.smallcaps.default.41,43.ttx     |   1120 -
15104  .../layout/Roboto-Regular.smallcaps.default.41.ttf |    Bin 0 -> 2084 bytes
15105  .../layout/Roboto-Regular.smallcaps.default.41.ttx |   1008 -
15106  .../layout/Roboto-Regular.smallcaps.default.43.ttf |    Bin 0 -> 2116 bytes
15107  .../layout/Roboto-Regular.smallcaps.default.43.ttx |   1017 -
15108  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     |    Bin 0 -> 2388 bytes
15109  .../Roboto-Regular.smallcaps.default.CA,CB.ttx     |   1200 -
15110  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf |    Bin 0 -> 2716 bytes
15111  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttx |   1431 -
15112  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf |    Bin 0 -> 2548 bytes
15113  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttx |   1305 -
15114  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    |    Bin 0 -> 2336 bytes
15115  .../Roboto-Regular.smallcaps.retain-gids.41.ttx    |   1188 -
15116  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    |    Bin 0 -> 2384 bytes
15117  .../Roboto-Regular.smallcaps.retain-gids.43.ttx    |   1207 -
15118  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf |    Bin 0 -> 6476 bytes
15119  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttx |   4120 -
15120  .../data/expected/sbix/sbix.default.58,59.ttf      |    Bin 0 -> 193528 bytes
15121  .../data/expected/sbix/sbix.default.58,59.ttx      |  12367 --
15122  test/subset/data/expected/sbix/sbix.default.58.ttf |    Bin 0 -> 121168 bytes
15123  test/subset/data/expected/sbix/sbix.default.58.ttx |   7801 -
15124  test/subset/data/expected/sbix/sbix.default.59.ttf |    Bin 0 -> 89364 bytes
15125  test/subset/data/expected/sbix/sbix.default.59.ttx |   5813 -
15126  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     |    Bin 0 -> 193528 bytes
15127  .../sbix/sbix.drop-hints-retain-gids.58,59.ttx     |  12367 --
15128  .../sbix/sbix.drop-hints-retain-gids.58.ttf        |    Bin 0 -> 121168 bytes
15129  .../sbix/sbix.drop-hints-retain-gids.58.ttx        |   7801 -
15130  .../sbix/sbix.drop-hints-retain-gids.59.ttf        |    Bin 0 -> 89404 bytes
15131  .../sbix/sbix.drop-hints-retain-gids.59.ttx        |   5826 -
15132  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   |    Bin 0 -> 193528 bytes
15133  .../data/expected/sbix/sbix.drop-hints.58,59.ttx   |  12367 --
15134  .../data/expected/sbix/sbix.drop-hints.58.ttf      |    Bin 0 -> 121168 bytes
15135  .../data/expected/sbix/sbix.drop-hints.58.ttx      |   7801 -
15136  .../data/expected/sbix/sbix.drop-hints.59.ttf      |    Bin 0 -> 89364 bytes
15137  .../data/expected/sbix/sbix.drop-hints.59.ttx      |   5813 -
15138  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  |    Bin 0 -> 193528 bytes
15139  .../data/expected/sbix/sbix.retain-gids.58,59.ttx  |  12367 --
15140  .../data/expected/sbix/sbix.retain-gids.58.ttf     |    Bin 0 -> 121168 bytes
15141  .../data/expected/sbix/sbix.retain-gids.58.ttx     |   7801 -
15142  .../data/expected/sbix/sbix.retain-gids.59.ttf     |    Bin 0 -> 89404 bytes
15143  .../data/expected/sbix/sbix.retain-gids.59.ttx     |   5826 -
15144  .../variable/Fraunces.default.26,66,69,124,125.ttf |    Bin 0 -> 15792 bytes
15145  .../variable/Fraunces.default.26,66,69,124,125.ttx |   6907 -
15146  .../data/expected/variable/Fraunces.default.61.ttf |    Bin 0 -> 4228 bytes
15147  .../data/expected/variable/Fraunces.default.61.ttx |   1427 -
15148  test/subset/generate-expected-outputs.py           |      1 -
15149  test/subset/run-tests.py                           |     29 +-
15150  test/subset/subset_test_suite.py                   |     18 +-
15151  1945 files changed, 23 insertions(+), 3999130 deletions(-)
15152
15153 commit 62a535f154a9453c7d16c669094c254666a6caac
15154 Author: Behdad Esfahbod <behdad@behdad.org>
15155 Date:   Tue Aug 3 10:11:27 2021 -0600
15156
15157     [khmer] Fix comment
15158     
15159     Fixes https://github.com/harfbuzz/harfbuzz/issues/3104
15160
15161  src/hb-ot-shape-complex-indic.cc   | 7 ++++---
15162  src/hb-ot-shape-complex-khmer.cc   | 3 ++-
15163  src/hb-ot-shape-complex-myanmar.cc | 3 ++-
15164  src/hb-ot-shape-complex-use.cc     | 3 ++-
15165  4 files changed, 10 insertions(+), 6 deletions(-)
15166
15167 commit 2cc9ed2b9e3de9e162e9d127edce377f059fd56b
15168 Author: Khaled Hosny <khaled@aliftype.com>
15169 Date:   Mon Aug 2 22:00:11 2021 +0200
15170
15171     [test] More lookup_collect_glyphs() tests
15172
15173  test/api/test-ot-collect-glyphs.c | 95 +++++++++++++++++++++++++++++++++++++++
15174  1 file changed, 95 insertions(+)
15175
15176 commit 06640374016f1e78d1fbfa8c5e7b09f8b04a44cc
15177 Author: Khaled Hosny <khaled@aliftype.com>
15178 Date:   Mon Aug 2 19:52:59 2021 +0200
15179
15180     [test] More lookup_collect_glyphs() tests
15181
15182  test/api/test-ot-collect-glyphs.c | 66 +++++++++++++++++++++++++++++++++++++++
15183  1 file changed, 66 insertions(+)
15184
15185 commit ecdd8e3f18700113032a88cdfdc94bcf55e08542
15186 Author: Khaled Hosny <khaled@aliftype.com>
15187 Date:   Mon Aug 2 19:36:20 2021 +0200
15188
15189     [test] More lookup_collect_glyphs() tests
15190
15191  test/api/fonts/Qahiri-Regular.ttf | Bin 0 -> 35984 bytes
15192  test/api/test-ot-collect-glyphs.c | 122 ++++++++++++++++++++++++++++++++++++++
15193  2 files changed, 122 insertions(+)
15194
15195 commit f998d7e1ceee3c797104e90cc25caeff56407745
15196 Author: Khaled Hosny <khaled@aliftype.com>
15197 Date:   Mon Aug 2 16:10:13 2021 +0200
15198
15199     [test] Add API test for lookup_collect_glyphs()
15200     
15201     We don’t seem to have any tests exercising this API at all, and it is a
15202     good check of GSUB/GPOS code.
15203
15204  test/api/Makefile.am              |   1 +
15205  test/api/meson.build              |   1 +
15206  test/api/test-ot-collect-glyphs.c | 209 ++++++++++++++++++++++++++++++++++++++
15207  3 files changed, 211 insertions(+)
15208
15209 commit 47d47e8c43d71c6d6570d354400c0757940bbb94
15210 Author: Behdad Esfahbod <behdad@behdad.org>
15211 Date:   Sun Aug 1 22:12:08 2021 -0600
15212
15213     [util/hb-shape/hb-subset] Don't terminate on first error in batch mode
15214     
15215     There's no reason to quit processing.  The failure is already
15216     communicated via stdout in both cases.
15217
15218  util/hb-shape.cc  | 4 ----
15219  util/hb-subset.cc | 3 ---
15220  2 files changed, 7 deletions(-)
15221
15222 commit a363ce573c3aa706de3aecf0515519a5d7842af2
15223 Author: Behdad Esfahbod <behdad@behdad.org>
15224 Date:   Sun Aug 1 22:11:13 2021 -0600
15225
15226     [util/hb-subset] Minor refactor of batch mode
15227     
15228     To match recent changes to hb-shape.
15229
15230  util/hb-subset.cc | 14 ++++++++------
15231  1 file changed, 8 insertions(+), 6 deletions(-)
15232
15233 commit 10e73d188a28e777b7950e37a9eed908f3a19615
15234 Author: Khaled Hosny <khaled@aliftype.com>
15235 Date:   Sun Aug 1 11:11:12 2021 +0200
15236
15237     [test] Add batch mode to hb-subset and use it
15238     
15239     time meson test --suite=subset down from:
15240     real    0m22.822s
15241     user    0m44.561s
15242     sys     0m9.255s
15243     
15244     to:
15245     real    0m19.418s
15246     user    0m38.171s
15247     sys     0m3.587s
15248     
15249     Does not seem to help much, but it is something.
15250     
15251     Part of https://github.com/harfbuzz/harfbuzz/issues/3089
15252
15253  test/subset/run-repack-tests.py | 17 ++++++++++++++---
15254  test/subset/run-tests.py        | 17 ++++++++++++++---
15255  util/hb-subset.cc               | 34 ++++++++++++++++++++++++++++++++++
15256  3 files changed, 62 insertions(+), 6 deletions(-)
15257
15258 commit 75f314c47150270a04b659c3218ba1e4738d13d2
15259 Merge: ed99c8062 1fd3a261e
15260 Author: Behdad Esfahbod <behdad@behdad.org>
15261 Date:   Sun Aug 1 12:06:49 2021 -0600
15262
15263     Merge pull request #3103 from harfbuzz/test-reference
15264     
15265     [test] Remove unused shaping tests reference mode
15266
15267 commit 1fd3a261e526745b1a99bf1eece8e87bcc673d49
15268 Author: Khaled Hosny <khaled@aliftype.com>
15269 Date:   Sun Aug 1 19:38:39 2021 +0200
15270
15271     [test] Remove unused shaping tests reference mode
15272
15273  test/shaping/run-tests.py | 35 +++++++++++------------------------
15274  1 file changed, 11 insertions(+), 24 deletions(-)
15275
15276 commit ed99c80623ce6c81e5efedd97f2374b41f33d14b
15277 Author: Behdad Esfahbod <behdad@behdad.org>
15278 Date:   Sun Aug 1 08:14:59 2021 -0600
15279
15280     [util/hb-shape] Refactor driver type duplication
15281
15282  util/hb-shape.cc | 11 +++++++++--
15283  1 file changed, 9 insertions(+), 2 deletions(-)
15284
15285 commit 05cf81283b90531710f060f7ef6e3216fe8b5330
15286 Author: Behdad Esfahbod <behdad@behdad.org>
15287 Date:   Sun Aug 1 07:59:25 2021 -0600
15288
15289     [util/hb-shape] Fix use of EOF as end-of-line
15290     
15291     EOF is -1, which was being treated as a valid char (255).
15292     Use int instead.
15293
15294  test/api/test-style.c  |  2 +-
15295  util/main-font-text.hh |  2 +-
15296  util/options.cc        | 15 ++++++++-------
15297  util/options.hh        |  2 +-
15298  4 files changed, 11 insertions(+), 10 deletions(-)
15299
15300 commit ee7473b8a447a05a67b185bd9ff6fac3f2ca24d8
15301 Author: Behdad Esfahbod <behdad@behdad.org>
15302 Date:   Fri Jul 30 12:55:28 2021 -0600
15303
15304     [mutex] Remove unused HB_MUTEX_IMPL_INIT / HB_MUTEX_INIT
15305     
15306     https://github.com/harfbuzz/harfbuzz/pull/3100#issuecomment-890089096
15307
15308  src/hb-mutex.hh | 8 +-------
15309  1 file changed, 1 insertion(+), 7 deletions(-)
15310
15311 commit 0e37c07f4c116c983693ce87ae6828b1ca77a347
15312 Author: Behdad Esfahbod <behdad@behdad.org>
15313 Date:   Fri Jul 30 12:52:59 2021 -0600
15314
15315     Revert "Construct user_data in hb_object"
15316     
15317     This reverts commit a78eb43c79e7a2d870add6b686426748e104b7b3.
15318     
15319     See: https://github.com/harfbuzz/harfbuzz/pull/3100#issuecomment-890088227
15320
15321  src/hb-object.hh | 3 ---
15322  1 file changed, 3 deletions(-)
15323
15324 commit 5dc4cd71cc950ccf2bbeee2a9f03e5908850b1eb
15325 Author: Behdad Esfahbod <behdad@behdad.org>
15326 Date:   Fri Jul 30 12:37:40 2021 -0600
15327
15328     [blob] Minor change in destruction
15329     
15330     No semantic change.
15331
15332  src/hb-blob.hh | 2 +-
15333  1 file changed, 1 insertion(+), 1 deletion(-)
15334
15335 commit 7cbcdaf68a59ae87420503f7b5be490745607fbe
15336 Author: Behdad Esfahbod <behdad@behdad.org>
15337 Date:   Fri Jul 30 11:26:46 2021 -0600
15338
15339     Whitespace
15340
15341  test/subset/data/tests/cff-full-font.tests        | 1 -
15342  test/subset/data/tests/cff-japanese.tests         | 3 ---
15343  test/subset/data/tests/japanese.tests             | 2 --
15344  test/subset/data/tests/layout.gdef-varstore.tests | 1 -
15345  4 files changed, 7 deletions(-)
15346
15347 commit 5d283aa0bd65739f78b384590e070e8cfb531d74
15348 Merge: bbeb3a62b f6c67a5fc
15349 Author: Behdad Esfahbod <behdad@behdad.org>
15350 Date:   Fri Jul 30 10:15:09 2021 -0600
15351
15352     Merge pull request #3095 from harfbuzz/subset-tests-speed
15353     
15354     [test] Speed-up subset tests by saving TTX dump
15355
15356 commit bbeb3a62b0efbb598d8683f7c4b6cc7069a58aeb
15357 Merge: a78eb43c7 b63ac5717
15358 Author: Behdad Esfahbod <behdad@behdad.org>
15359 Date:   Fri Jul 30 09:54:55 2021 -0600
15360
15361     Merge pull request #3096 from googlefonts/multi_flag
15362     
15363     [subset] change input and plan flags to be bit sets.
15364
15365 commit b63ac5717479cd8264e717f4e6a2df97d352bb67
15366 Author: Garret Rieger <grieger@google.com>
15367 Date:   Thu Jul 29 18:23:41 2021 -0700
15368
15369     [subset] bail if collection region indices is in error.
15370
15371  src/hb-ot-layout-common.hh | 4 ++++
15372  1 file changed, 4 insertions(+)
15373
15374 commit f9d8e4a97620eecd8dba3469b1bc115b3fbe242a
15375 Author: Garret Rieger <grieger@google.com>
15376 Date:   Thu Jul 29 15:25:41 2021 -0700
15377
15378     [subset] switch ..._set_flags to not take a mask.
15379
15380  src/hb-subset-input.cc           | 21 ++++++++-------------
15381  src/hb-subset-input.hh           |  4 +++-
15382  src/hb-subset-plan.hh            |  2 +-
15383  src/hb-subset.h                  | 35 +++++++++++++++--------------------
15384  test/api/hb-subset-test.h        |  3 +--
15385  test/api/test-subset-cff1.c      | 20 +++++++++-----------
15386  test/api/test-subset-cff2.c      |  9 ++++-----
15387  test/api/test-subset-glyf.c      | 12 ++++++------
15388  test/api/test-subset-gvar.c      |  2 +-
15389  test/api/test-subset-hvar.c      |  4 ++--
15390  test/api/test-subset-vvar.c      |  2 +-
15391  test/api/test-subset.c           | 11 ++---------
15392  test/fuzzing/hb-subset-fuzzer.cc |  6 +++---
15393  util/options.hh                  |  9 +++++----
15394  14 files changed, 61 insertions(+), 79 deletions(-)
15395
15396 commit 46d4a5e67353517bb27d0ac2d944b7343a8cff3c
15397 Author: Garret Rieger <grieger@google.com>
15398 Date:   Thu Jul 29 15:07:13 2021 -0700
15399
15400     [subset] Convert subset plan to use a flags bit set.
15401
15402  src/hb-ot-glyf-table.hh        | 15 +++++++++------
15403  src/hb-ot-layout-gpos-table.hh |  6 +++---
15404  src/hb-ot-maxp-table.hh        |  2 +-
15405  src/hb-ot-name-table.hh        |  6 +++++-
15406  src/hb-ot-os2-table.hh         |  3 ++-
15407  src/hb-ot-post-table.hh        |  5 +++--
15408  src/hb-ot-var-gvar-table.hh    |  8 ++++++--
15409  src/hb-ot-var-hvar-table.hh    |  2 +-
15410  src/hb-subset-cff-common.hh    | 13 ++++++++-----
15411  src/hb-subset-cff1.cc          |  4 ++--
15412  src/hb-subset-cff2.cc          |  4 ++--
15413  src/hb-subset-plan.cc          | 29 +++++++++++++++++------------
15414  src/hb-subset-plan.hh          | 13 ++-----------
15415  src/hb-subset.cc               |  4 ++--
15416  14 files changed, 63 insertions(+), 51 deletions(-)
15417
15418 commit 3d534b146c545d95e4b81fbec2c5a7a73531fae5
15419 Author: Garret Rieger <grieger@google.com>
15420 Date:   Thu Jul 29 11:52:14 2021 -0700
15421
15422     [subset] convert subset input flags into bit flags.
15423     
15424     Store the flags in a bit set. Updates the public api to work with the bit set directly.
15425
15426  src/hb-subset-input.cc           | 103 +++++++--------------------------------
15427  src/hb-subset-input.hh           |  12 +----
15428  src/hb-subset-plan.cc            |  22 ++++-----
15429  src/hb-subset.h                  |  62 ++++++++++++-----------
15430  test/api/hb-subset-test.h        |   4 +-
15431  test/api/test-subset-cff1.c      |  24 ++++-----
15432  test/api/test-subset-cff2.c      |  11 +++--
15433  test/api/test-subset-glyf.c      |  12 ++---
15434  test/api/test-subset-gvar.c      |   2 +-
15435  test/api/test-subset-hvar.c      |   4 +-
15436  test/api/test-subset-vvar.c      |   2 +-
15437  test/api/test-subset.c           |  41 ++++++++++++++++
15438  test/fuzzing/hb-subset-fuzzer.cc |  33 +++----------
15439  util/hb-subset.cc                |   2 +-
15440  util/options-subset.cc           |  23 +++++----
15441  util/options.hh                  |  24 +++++++++
15442  16 files changed, 180 insertions(+), 201 deletions(-)
15443
15444 commit f6c67a5fcfcf64e6e01b337c34d366f167800410
15445 Author: Khaled Hosny <khaled@aliftype.com>
15446 Date:   Fri Jul 30 02:20:19 2021 +0200
15447
15448     [test] Open file in UTF-8
15449     
15450     It is 2021 and Python still does not default to UTF-8 on Windows!
15451
15452  test/subset/run-tests.py | 3 ++-
15453  1 file changed, 2 insertions(+), 1 deletion(-)
15454
15455 commit bafbade087d18f0045181ad31829a0a4ffbf0544
15456 Author: Khaled Hosny <khaled@aliftype.com>
15457 Date:   Fri Jul 30 01:42:45 2021 +0200
15458
15459     [test] Force FontTools to use \n on all platforms
15460     
15461     On Windows in helfuly uses \r\n.
15462
15463  test/subset/run-tests.py | 4 ++--
15464  1 file changed, 2 insertions(+), 2 deletions(-)
15465
15466 commit a78eb43c79e7a2d870add6b686426748e104b7b3
15467 Author: Ben Wagner <bungeman@chromium.org>
15468 Date:   Thu Jul 29 17:35:25 2021 -0400
15469
15470     Construct user_data in hb_object
15471     
15472     hb_object's user_data is created lazily. The previous implementation of
15473     hb_object_set_user_data created space for the user_data but did not
15474     actually construct it. This means that hb_user_data_array_t's lock was
15475     not constructed. If hb_mutex_t is backed by an implementation which
15476     requires that it be constructed (not just zero initialized) then errors
15477     will occur when taking the lock when setting the user data.
15478     
15479     Change hb_object_set_user_data to construct the user_data in the created
15480     space and hb_object_fini to call the destructor.
15481
15482  src/hb-object.hh | 3 +++
15483  1 file changed, 3 insertions(+)
15484
15485 commit 278f44dcee34cea25403e42e06668f0afe2328c1
15486 Author: Khaled Hosny <khaled@aliftype.com>
15487 Date:   Thu Jul 29 23:43:56 2021 +0200
15488
15489     [test] Speed-up subset tests by saving TTX dump
15490     
15491     Speed-up subset tests by saving TTX dump of expected output instead of
15492     generating it each time the tests are run.
15493     
15494     Cuts down meson test --suite=subset on my system from:
15495     real    0m38.977s
15496     user    1m12.024s
15497     sys     0m10.547s
15498     
15499     to:
15500     real    0m22.291s
15501     user    0m44.548s
15502     sys     0m9.221s
15503     
15504     Part of https://github.com/harfbuzz/harfbuzz/issues/3089
15505
15506  .../Comfortaa-Regular-new.default.61,62,63.ttf     |    Bin 7060 -> 0 bytes
15507  .../Comfortaa-Regular-new.default.61,62,63.ttx     |   4507 +
15508  .../basics/Comfortaa-Regular-new.default.61,63.ttf |    Bin 6692 -> 0 bytes
15509  .../basics/Comfortaa-Regular-new.default.61,63.ttx |   4359 +
15510  .../basics/Comfortaa-Regular-new.default.61.ttf    |    Bin 6328 -> 0 bytes
15511  .../basics/Comfortaa-Regular-new.default.61.ttx    |   4198 +
15512  .../basics/Comfortaa-Regular-new.default.62.ttf    |    Bin 6200 -> 0 bytes
15513  .../basics/Comfortaa-Regular-new.default.62.ttx    |   4151 +
15514  .../basics/Comfortaa-Regular-new.default.63.ttf    |    Bin 6256 -> 0 bytes
15515  .../basics/Comfortaa-Regular-new.default.63.ttx    |   4209 +
15516  ...aa-Regular-new.default.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
15517  ...aa-Regular-new.default.retain-all-codepoint.ttx | 132956 +++++++++++++++++
15518  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf |    Bin 4608 -> 0 bytes
15519  ...Regular-new.drop-hints-retain-gids.61,62,63.ttx |   1918 +
15520  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf |    Bin 4312 -> 0 bytes
15521  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttx |   1785 +
15522  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf |    Bin 3724 -> 0 bytes
15523  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttx |   1493 +
15524  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf |    Bin 3900 -> 0 bytes
15525  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttx |   1600 +
15526  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf |    Bin 3972 -> 0 bytes
15527  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttx |   1662 +
15528  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 189800 -> 0 bytes
15529  ...drop-hints-retain-gids.retain-all-codepoint.ttx | 122816 ++++++++++++++++
15530  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  |    Bin 2600 -> 0 bytes
15531  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttx  |    813 +
15532  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     |    Bin 2296 -> 0 bytes
15533  .../Comfortaa-Regular-new.drop-hints.61,63.ttx     |    675 +
15534  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf |    Bin 1976 -> 0 bytes
15535  .../basics/Comfortaa-Regular-new.drop-hints.61.ttx |    523 +
15536  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf |    Bin 1900 -> 0 bytes
15537  .../basics/Comfortaa-Regular-new.drop-hints.62.ttx |    490 +
15538  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf |    Bin 1968 -> 0 bytes
15539  .../basics/Comfortaa-Regular-new.drop-hints.63.ttx |    547 +
15540  ...Regular-new.drop-hints.retain-all-codepoint.ttf |    Bin 189756 -> 0 bytes
15541  ...Regular-new.drop-hints.retain-all-codepoint.ttx | 122806 ++++++++++++++++
15542  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf |    Bin 7988 -> 0 bytes
15543  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttx |   4929 +
15544  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    |    Bin 7628 -> 0 bytes
15545  .../basics/Comfortaa-Regular-new.gids.61,63.ttx    |   4778 +
15546  .../basics/Comfortaa-Regular-new.gids.61.ttf       |    Bin 7256 -> 0 bytes
15547  .../basics/Comfortaa-Regular-new.gids.61.ttx       |   4614 +
15548  .../basics/Comfortaa-Regular-new.gids.62.ttf       |    Bin 7184 -> 0 bytes
15549  .../basics/Comfortaa-Regular-new.gids.62.ttx       |   4606 +
15550  .../basics/Comfortaa-Regular-new.gids.63.ttf       |    Bin 7180 -> 0 bytes
15551  .../basics/Comfortaa-Regular-new.gids.63.ttx       |   4623 +
15552  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
15553  ...ortaa-Regular-new.gids.retain-all-codepoint.ttx | 132956 +++++++++++++++++
15554  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf |    Bin 7072 -> 0 bytes
15555  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttx |   4519 +
15556  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    |    Bin 6700 -> 0 bytes
15557  .../Comfortaa-Regular-new.glyph-names.61,63.ttx    |   4371 +
15558  .../Comfortaa-Regular-new.glyph-names.61.ttf       |    Bin 6336 -> 0 bytes
15559  .../Comfortaa-Regular-new.glyph-names.61.ttx       |   4210 +
15560  .../Comfortaa-Regular-new.glyph-names.62.ttf       |    Bin 6208 -> 0 bytes
15561  .../Comfortaa-Regular-new.glyph-names.62.ttx       |   4163 +
15562  .../Comfortaa-Regular-new.glyph-names.63.ttf       |    Bin 6264 -> 0 bytes
15563  .../Comfortaa-Regular-new.glyph-names.63.ttx       |   4221 +
15564  ...egular-new.glyph-names.retain-all-codepoint.ttf |    Bin 227920 -> 0 bytes
15565  ...egular-new.glyph-names.retain-all-codepoint.ttx | 133598 ++++++++++++++++++
15566  ...gular-new.keep-all-layout-features.61,62,63.ttf |    Bin 7504 -> 0 bytes
15567  ...gular-new.keep-all-layout-features.61,62,63.ttx |   4670 +
15568  ...-Regular-new.keep-all-layout-features.61,63.ttf |    Bin 7140 -> 0 bytes
15569  ...-Regular-new.keep-all-layout-features.61,63.ttx |   4519 +
15570  ...taa-Regular-new.keep-all-layout-features.61.ttf |    Bin 6772 -> 0 bytes
15571  ...taa-Regular-new.keep-all-layout-features.61.ttx |   4355 +
15572  ...taa-Regular-new.keep-all-layout-features.62.ttf |    Bin 6200 -> 0 bytes
15573  ...taa-Regular-new.keep-all-layout-features.62.ttx |   4151 +
15574  ...taa-Regular-new.keep-all-layout-features.63.ttf |    Bin 6256 -> 0 bytes
15575  ...taa-Regular-new.keep-all-layout-features.63.ttx |   4209 +
15576  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 221620 -> 0 bytes
15577  ...ep-all-layout-features.retain-all-codepoint.ttx | 133303 +++++++++++++++++
15578  ...fortaa-Regular-new.layout-features.61,62,63.ttf |    Bin 7060 -> 0 bytes
15579  ...fortaa-Regular-new.layout-features.61,62,63.ttx |   4507 +
15580  ...Comfortaa-Regular-new.layout-features.61,63.ttf |    Bin 6692 -> 0 bytes
15581  ...Comfortaa-Regular-new.layout-features.61,63.ttx |   4359 +
15582  .../Comfortaa-Regular-new.layout-features.61.ttf   |    Bin 6328 -> 0 bytes
15583  .../Comfortaa-Regular-new.layout-features.61.ttx   |   4198 +
15584  .../Comfortaa-Regular-new.layout-features.62.ttf   |    Bin 6200 -> 0 bytes
15585  .../Comfortaa-Regular-new.layout-features.62.ttx   |   4151 +
15586  .../Comfortaa-Regular-new.layout-features.63.ttf   |    Bin 6256 -> 0 bytes
15587  .../Comfortaa-Regular-new.layout-features.63.ttx   |   4209 +
15588  ...ar-new.layout-features.retain-all-codepoint.ttf |    Bin 219124 -> 0 bytes
15589  ...ar-new.layout-features.retain-all-codepoint.ttx | 131168 +++++++++++++++++
15590  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    |    Bin 6800 -> 0 bytes
15591  .../Comfortaa-Regular-new.name-ids.61,62,63.ttx    |   4495 +
15592  .../Comfortaa-Regular-new.name-ids.61,63.ttf       |    Bin 6432 -> 0 bytes
15593  .../Comfortaa-Regular-new.name-ids.61,63.ttx       |   4347 +
15594  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   |    Bin 6068 -> 0 bytes
15595  .../basics/Comfortaa-Regular-new.name-ids.61.ttx   |   4186 +
15596  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   |    Bin 5940 -> 0 bytes
15597  .../basics/Comfortaa-Regular-new.name-ids.62.ttx   |   4139 +
15598  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   |    Bin 5996 -> 0 bytes
15599  .../basics/Comfortaa-Regular-new.name-ids.63.ttx   |   4197 +
15600  ...a-Regular-new.name-ids.retain-all-codepoint.ttf |    Bin 220668 -> 0 bytes
15601  ...a-Regular-new.name-ids.retain-all-codepoint.ttx | 132944 +++++++++++++++++
15602  ...mfortaa-Regular-new.name-languages.61,62,63.ttf |    Bin 7060 -> 0 bytes
15603  ...mfortaa-Regular-new.name-languages.61,62,63.ttx |   4507 +
15604  .../Comfortaa-Regular-new.name-languages.61,63.ttf |    Bin 6692 -> 0 bytes
15605  .../Comfortaa-Regular-new.name-languages.61,63.ttx |   4359 +
15606  .../Comfortaa-Regular-new.name-languages.61.ttf    |    Bin 6328 -> 0 bytes
15607  .../Comfortaa-Regular-new.name-languages.61.ttx    |   4198 +
15608  .../Comfortaa-Regular-new.name-languages.62.ttf    |    Bin 6200 -> 0 bytes
15609  .../Comfortaa-Regular-new.name-languages.62.ttx    |   4151 +
15610  .../Comfortaa-Regular-new.name-languages.63.ttf    |    Bin 6256 -> 0 bytes
15611  .../Comfortaa-Regular-new.name-languages.63.ttx    |   4209 +
15612  ...lar-new.name-languages.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
15613  ...lar-new.name-languages.retain-all-codepoint.ttx | 132956 +++++++++++++++++
15614  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf |    Bin 7060 -> 0 bytes
15615  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttx |   4507 +
15616  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    |    Bin 6692 -> 0 bytes
15617  .../Comfortaa-Regular-new.name-legacy.61,63.ttx    |   4359 +
15618  .../Comfortaa-Regular-new.name-legacy.61.ttf       |    Bin 6328 -> 0 bytes
15619  .../Comfortaa-Regular-new.name-legacy.61.ttx       |   4198 +
15620  .../Comfortaa-Regular-new.name-legacy.62.ttf       |    Bin 6200 -> 0 bytes
15621  .../Comfortaa-Regular-new.name-legacy.62.ttx       |   4151 +
15622  .../Comfortaa-Regular-new.name-legacy.63.ttf       |    Bin 6256 -> 0 bytes
15623  .../Comfortaa-Regular-new.name-legacy.63.ttx       |   4209 +
15624  ...egular-new.name-legacy.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
15625  ...egular-new.name-legacy.retain-all-codepoint.ttx | 132956 +++++++++++++++++
15626  ...egular-new.no-prune-unicode-ranges.61,62,63.ttf |    Bin 7060 -> 0 bytes
15627  ...egular-new.no-prune-unicode-ranges.61,62,63.ttx |   4507 +
15628  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttf |    Bin 6692 -> 0 bytes
15629  ...a-Regular-new.no-prune-unicode-ranges.61,63.ttx |   4359 +
15630  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttf |    Bin 6328 -> 0 bytes
15631  ...rtaa-Regular-new.no-prune-unicode-ranges.61.ttx |   4198 +
15632  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttf |    Bin 6200 -> 0 bytes
15633  ...rtaa-Regular-new.no-prune-unicode-ranges.62.ttx |   4151 +
15634  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttf |    Bin 6256 -> 0 bytes
15635  ...rtaa-Regular-new.no-prune-unicode-ranges.63.ttx |   4209 +
15636  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 220928 -> 0 bytes
15637  ...o-prune-unicode-ranges.retain-all-codepoint.ttx | 132956 +++++++++++++++++
15638  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf |    Bin 7652 -> 0 bytes
15639  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttx |   4758 +
15640  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf |    Bin 7284 -> 0 bytes
15641  .../Comfortaa-Regular-new.notdef-outline.61,63.ttx |   4610 +
15642  .../Comfortaa-Regular-new.notdef-outline.61.ttf    |    Bin 6920 -> 0 bytes
15643  .../Comfortaa-Regular-new.notdef-outline.61.ttx    |   4449 +
15644  .../Comfortaa-Regular-new.notdef-outline.62.ttf    |    Bin 6796 -> 0 bytes
15645  .../Comfortaa-Regular-new.notdef-outline.62.ttx    |   4402 +
15646  .../Comfortaa-Regular-new.notdef-outline.63.ttf    |    Bin 6844 -> 0 bytes
15647  .../Comfortaa-Regular-new.notdef-outline.63.ttx    |   4460 +
15648  ...lar-new.notdef-outline.retain-all-codepoint.ttf |    Bin 221524 -> 0 bytes
15649  ...lar-new.notdef-outline.retain-all-codepoint.ttx | 133207 +++++++++++++++++
15650  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf |    Bin 9068 -> 0 bytes
15651  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttx |   5612 +
15652  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    |    Bin 8708 -> 0 bytes
15653  .../Comfortaa-Regular-new.retain-gids.61,63.ttx    |   5469 +
15654  .../Comfortaa-Regular-new.retain-gids.61.ttf       |    Bin 8076 -> 0 bytes
15655  .../Comfortaa-Regular-new.retain-gids.61.ttx       |   5168 +
15656  .../Comfortaa-Regular-new.retain-gids.62.ttf       |    Bin 8200 -> 0 bytes
15657  .../Comfortaa-Regular-new.retain-gids.62.ttx       |   5261 +
15658  .../Comfortaa-Regular-new.retain-gids.63.ttf       |    Bin 8260 -> 0 bytes
15659  .../Comfortaa-Regular-new.retain-gids.63.ttx       |   5324 +
15660  ...egular-new.retain-gids.retain-all-codepoint.ttf |    Bin 220972 -> 0 bytes
15661  ...egular-new.retain-gids.retain-all-codepoint.ttx | 132966 +++++++++++++++++
15662  ...numMyeongjo-Regular-subset.default.61,62,63.ttf |    Bin 4128 -> 0 bytes
15663  ...numMyeongjo-Regular-subset.default.61,62,63.ttx |   2032 +
15664  .../NanumMyeongjo-Regular-subset.default.61,63.ttf |    Bin 3580 -> 0 bytes
15665  .../NanumMyeongjo-Regular-subset.default.61,63.ttx |   1822 +
15666  .../NanumMyeongjo-Regular-subset.default.61.ttf    |    Bin 3156 -> 0 bytes
15667  .../NanumMyeongjo-Regular-subset.default.61.ttx    |   1696 +
15668  .../NanumMyeongjo-Regular-subset.default.62.ttf    |    Bin 3180 -> 0 bytes
15669  .../NanumMyeongjo-Regular-subset.default.62.ttx    |   1719 +
15670  .../NanumMyeongjo-Regular-subset.default.63.ttf    |    Bin 3048 -> 0 bytes
15671  .../NanumMyeongjo-Regular-subset.default.63.ttx    |   1635 +
15672  ...Regular-subset.default.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15673  ...Regular-subset.default.retain-all-codepoint.ttx |   4391 +
15674  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf |    Bin 1452 -> 0 bytes
15675  ...ular-subset.drop-hints-retain-gids.61,62,63.ttx |    380 +
15676  ...Regular-subset.drop-hints-retain-gids.61,63.ttf |    Bin 1284 -> 0 bytes
15677  ...Regular-subset.drop-hints-retain-gids.61,63.ttx |    314 +
15678  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf |    Bin 1128 -> 0 bytes
15679  ...jo-Regular-subset.drop-hints-retain-gids.61.ttx |    254 +
15680  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf |    Bin 1144 -> 0 bytes
15681  ...jo-Regular-subset.drop-hints-retain-gids.62.ttx |    261 +
15682  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf |    Bin 1116 -> 0 bytes
15683  ...jo-Regular-subset.drop-hints-retain-gids.63.ttx |    251 +
15684  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 3536 -> 0 bytes
15685  ...drop-hints-retain-gids.retain-all-codepoint.ttx |   1215 +
15686  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf |    Bin 1452 -> 0 bytes
15687  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttx |    380 +
15688  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf |    Bin 1276 -> 0 bytes
15689  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttx |    310 +
15690  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf |    Bin 1128 -> 0 bytes
15691  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttx |    254 +
15692  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf |    Bin 1140 -> 0 bytes
15693  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttx |    257 +
15694  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf |    Bin 1104 -> 0 bytes
15695  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttx |    243 +
15696  ...ular-subset.drop-hints.retain-all-codepoint.ttf |    Bin 3536 -> 0 bytes
15697  ...ular-subset.drop-hints.retain-all-codepoint.ttx |   1215 +
15698  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf |    Bin 4128 -> 0 bytes
15699  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttx |   2032 +
15700  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    |    Bin 4128 -> 0 bytes
15701  .../NanumMyeongjo-Regular-subset.gids.61,63.ttx    |   2032 +
15702  .../NanumMyeongjo-Regular-subset.gids.61.ttf       |    Bin 4128 -> 0 bytes
15703  .../NanumMyeongjo-Regular-subset.gids.61.ttx       |   2032 +
15704  .../NanumMyeongjo-Regular-subset.gids.62.ttf       |    Bin 4128 -> 0 bytes
15705  .../NanumMyeongjo-Regular-subset.gids.62.ttx       |   2032 +
15706  .../NanumMyeongjo-Regular-subset.gids.63.ttf       |    Bin 4128 -> 0 bytes
15707  .../NanumMyeongjo-Regular-subset.gids.63.ttx       |   2032 +
15708  ...jo-Regular-subset.gids.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15709  ...jo-Regular-subset.gids.retain-all-codepoint.ttx |   4391 +
15710  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf |    Bin 4128 -> 0 bytes
15711  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttx |   2032 +
15712  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf |    Bin 3580 -> 0 bytes
15713  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttx |   1822 +
15714  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf |    Bin 3156 -> 0 bytes
15715  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttx |   1696 +
15716  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf |    Bin 3180 -> 0 bytes
15717  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttx |   1719 +
15718  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf |    Bin 3048 -> 0 bytes
15719  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttx |   1635 +
15720  ...lar-subset.glyph-names.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15721  ...lar-subset.glyph-names.retain-all-codepoint.ttx |   4391 +
15722  ...ar-subset.keep-all-layout-features.61,62,63.ttf |    Bin 4128 -> 0 bytes
15723  ...ar-subset.keep-all-layout-features.61,62,63.ttx |   2032 +
15724  ...gular-subset.keep-all-layout-features.61,63.ttf |    Bin 3580 -> 0 bytes
15725  ...gular-subset.keep-all-layout-features.61,63.ttx |   1822 +
15726  ...-Regular-subset.keep-all-layout-features.61.ttf |    Bin 3156 -> 0 bytes
15727  ...-Regular-subset.keep-all-layout-features.61.ttx |   1696 +
15728  ...-Regular-subset.keep-all-layout-features.62.ttf |    Bin 3180 -> 0 bytes
15729  ...-Regular-subset.keep-all-layout-features.62.ttx |   1719 +
15730  ...-Regular-subset.keep-all-layout-features.63.ttf |    Bin 3048 -> 0 bytes
15731  ...-Regular-subset.keep-all-layout-features.63.ttx |   1635 +
15732  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15733  ...ep-all-layout-features.retain-all-codepoint.ttx |   4391 +
15734  ...gjo-Regular-subset.layout-features.61,62,63.ttf |    Bin 4128 -> 0 bytes
15735  ...gjo-Regular-subset.layout-features.61,62,63.ttx |   2032 +
15736  ...eongjo-Regular-subset.layout-features.61,63.ttf |    Bin 3580 -> 0 bytes
15737  ...eongjo-Regular-subset.layout-features.61,63.ttx |   1822 +
15738  ...mMyeongjo-Regular-subset.layout-features.61.ttf |    Bin 3156 -> 0 bytes
15739  ...mMyeongjo-Regular-subset.layout-features.61.ttx |   1696 +
15740  ...mMyeongjo-Regular-subset.layout-features.62.ttf |    Bin 3180 -> 0 bytes
15741  ...mMyeongjo-Regular-subset.layout-features.62.ttx |   1719 +
15742  ...mMyeongjo-Regular-subset.layout-features.63.ttf |    Bin 3048 -> 0 bytes
15743  ...mMyeongjo-Regular-subset.layout-features.63.ttx |   1635 +
15744  ...subset.layout-features.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15745  ...subset.layout-features.retain-all-codepoint.ttx |   4391 +
15746  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf |    Bin 3924 -> 0 bytes
15747  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttx |   2020 +
15748  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf |    Bin 3376 -> 0 bytes
15749  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttx |   1810 +
15750  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   |    Bin 2952 -> 0 bytes
15751  .../NanumMyeongjo-Regular-subset.name-ids.61.ttx   |   1684 +
15752  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   |    Bin 2976 -> 0 bytes
15753  .../NanumMyeongjo-Regular-subset.name-ids.62.ttx   |   1707 +
15754  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   |    Bin 2844 -> 0 bytes
15755  .../NanumMyeongjo-Regular-subset.name-ids.63.ttx   |   1623 +
15756  ...egular-subset.name-ids.retain-all-codepoint.ttf |    Bin 9320 -> 0 bytes
15757  ...egular-subset.name-ids.retain-all-codepoint.ttx |   4379 +
15758  ...ngjo-Regular-subset.name-languages.61,62,63.ttf |    Bin 4172 -> 0 bytes
15759  ...ngjo-Regular-subset.name-languages.61,62,63.ttx |   2041 +
15760  ...yeongjo-Regular-subset.name-languages.61,63.ttf |    Bin 3624 -> 0 bytes
15761  ...yeongjo-Regular-subset.name-languages.61,63.ttx |   1831 +
15762  ...umMyeongjo-Regular-subset.name-languages.61.ttf |    Bin 3200 -> 0 bytes
15763  ...umMyeongjo-Regular-subset.name-languages.61.ttx |   1705 +
15764  ...umMyeongjo-Regular-subset.name-languages.62.ttf |    Bin 3224 -> 0 bytes
15765  ...umMyeongjo-Regular-subset.name-languages.62.ttx |   1728 +
15766  ...umMyeongjo-Regular-subset.name-languages.63.ttf |    Bin 3092 -> 0 bytes
15767  ...umMyeongjo-Regular-subset.name-languages.63.ttx |   1644 +
15768  ...-subset.name-languages.retain-all-codepoint.ttf |    Bin 9568 -> 0 bytes
15769  ...-subset.name-languages.retain-all-codepoint.ttx |   4400 +
15770  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf |    Bin 4128 -> 0 bytes
15771  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttx |   2032 +
15772  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf |    Bin 3580 -> 0 bytes
15773  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttx |   1822 +
15774  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf |    Bin 3156 -> 0 bytes
15775  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttx |   1696 +
15776  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf |    Bin 3180 -> 0 bytes
15777  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttx |   1719 +
15778  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf |    Bin 3048 -> 0 bytes
15779  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttx |   1635 +
15780  ...lar-subset.name-legacy.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15781  ...lar-subset.name-legacy.retain-all-codepoint.ttx |   4391 +
15782  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttf |    Bin 4128 -> 0 bytes
15783  ...lar-subset.no-prune-unicode-ranges.61,62,63.ttx |   2032 +
15784  ...egular-subset.no-prune-unicode-ranges.61,63.ttf |    Bin 3580 -> 0 bytes
15785  ...egular-subset.no-prune-unicode-ranges.61,63.ttx |   1822 +
15786  ...o-Regular-subset.no-prune-unicode-ranges.61.ttf |    Bin 3156 -> 0 bytes
15787  ...o-Regular-subset.no-prune-unicode-ranges.61.ttx |   1696 +
15788  ...o-Regular-subset.no-prune-unicode-ranges.62.ttf |    Bin 3180 -> 0 bytes
15789  ...o-Regular-subset.no-prune-unicode-ranges.62.ttx |   1719 +
15790  ...o-Regular-subset.no-prune-unicode-ranges.63.ttf |    Bin 3048 -> 0 bytes
15791  ...o-Regular-subset.no-prune-unicode-ranges.63.ttx |   1635 +
15792  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15793  ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   4391 +
15794  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf |    Bin 4128 -> 0 bytes
15795  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttx |   2032 +
15796  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf |    Bin 3580 -> 0 bytes
15797  ...yeongjo-Regular-subset.notdef-outline.61,63.ttx |   1822 +
15798  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf |    Bin 3156 -> 0 bytes
15799  ...umMyeongjo-Regular-subset.notdef-outline.61.ttx |   1696 +
15800  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf |    Bin 3180 -> 0 bytes
15801  ...umMyeongjo-Regular-subset.notdef-outline.62.ttx |   1719 +
15802  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf |    Bin 3048 -> 0 bytes
15803  ...umMyeongjo-Regular-subset.notdef-outline.63.ttx |   1635 +
15804  ...-subset.notdef-outline.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15805  ...-subset.notdef-outline.retain-all-codepoint.ttx |   4391 +
15806  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf |    Bin 4128 -> 0 bytes
15807  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttx |   2032 +
15808  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf |    Bin 3588 -> 0 bytes
15809  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttx |   1826 +
15810  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf |    Bin 3156 -> 0 bytes
15811  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttx |   1696 +
15812  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf |    Bin 3184 -> 0 bytes
15813  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttx |   1723 +
15814  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf |    Bin 3060 -> 0 bytes
15815  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttx |   1643 +
15816  ...lar-subset.retain-gids.retain-all-codepoint.ttf |    Bin 9524 -> 0 bytes
15817  ...lar-subset.retain-gids.retain-all-codepoint.ttx |   4391 +
15818  .../basics/Roboto-Regular.abc.default.61,62,63.ttf |    Bin 2452 -> 0 bytes
15819  .../basics/Roboto-Regular.abc.default.61,62,63.ttx |   1407 +
15820  .../basics/Roboto-Regular.abc.default.61,63.ttf    |    Bin 2260 -> 0 bytes
15821  .../basics/Roboto-Regular.abc.default.61,63.ttx    |   1259 +
15822  .../basics/Roboto-Regular.abc.default.61.ttf       |    Bin 2048 -> 0 bytes
15823  .../basics/Roboto-Regular.abc.default.61.ttx       |   1127 +
15824  .../basics/Roboto-Regular.abc.default.62.ttf       |    Bin 1916 -> 0 bytes
15825  .../basics/Roboto-Regular.abc.default.62.ttx       |   1025 +
15826  .../basics/Roboto-Regular.abc.default.63.ttf       |    Bin 1972 -> 0 bytes
15827  .../basics/Roboto-Regular.abc.default.63.ttx       |   1073 +
15828  ...to-Regular.abc.default.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15829  ...to-Regular.abc.default.retain-all-codepoint.ttx |   1407 +
15830  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf |    Bin 1192 -> 0 bytes
15831  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttx |    479 +
15832  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf |    Bin 1124 -> 0 bytes
15833  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttx |    433 +
15834  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf |    Bin 984 -> 0 bytes
15835  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttx |    374 +
15836  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf |    Bin 880 -> 0 bytes
15837  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttx |    297 +
15838  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf |    Bin 968 -> 0 bytes
15839  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttx |    369 +
15840  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 1192 -> 0 bytes
15841  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    479 +
15842  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     |    Bin 1192 -> 0 bytes
15843  .../Roboto-Regular.abc.drop-hints.61,62,63.ttx     |    479 +
15844  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf |    Bin 1108 -> 0 bytes
15845  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttx |    429 +
15846  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    |    Bin 984 -> 0 bytes
15847  .../basics/Roboto-Regular.abc.drop-hints.61.ttx    |    374 +
15848  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    |    Bin 876 -> 0 bytes
15849  .../basics/Roboto-Regular.abc.drop-hints.62.ttx    |    293 +
15850  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    |    Bin 956 -> 0 bytes
15851  .../basics/Roboto-Regular.abc.drop-hints.63.ttx    |    361 +
15852  ...Regular.abc.drop-hints.retain-all-codepoint.ttf |    Bin 1192 -> 0 bytes
15853  ...Regular.abc.drop-hints.retain-all-codepoint.ttx |    479 +
15854  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    |    Bin 2452 -> 0 bytes
15855  .../basics/Roboto-Regular.abc.gids.61,62,63.ttx    |   1407 +
15856  .../basics/Roboto-Regular.abc.gids.61,63.ttf       |    Bin 2452 -> 0 bytes
15857  .../basics/Roboto-Regular.abc.gids.61,63.ttx       |   1407 +
15858  .../expected/basics/Roboto-Regular.abc.gids.61.ttf |    Bin 2452 -> 0 bytes
15859  .../expected/basics/Roboto-Regular.abc.gids.61.ttx |   1407 +
15860  .../expected/basics/Roboto-Regular.abc.gids.62.ttf |    Bin 2452 -> 0 bytes
15861  .../expected/basics/Roboto-Regular.abc.gids.62.ttx |   1407 +
15862  .../expected/basics/Roboto-Regular.abc.gids.63.ttf |    Bin 2452 -> 0 bytes
15863  .../expected/basics/Roboto-Regular.abc.gids.63.ttx |   1407 +
15864  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15865  ...oboto-Regular.abc.gids.retain-all-codepoint.ttx |   1407 +
15866  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    |    Bin 2452 -> 0 bytes
15867  .../Roboto-Regular.abc.glyph-names.61,62,63.ttx    |   1407 +
15868  .../Roboto-Regular.abc.glyph-names.61,63.ttf       |    Bin 2260 -> 0 bytes
15869  .../Roboto-Regular.abc.glyph-names.61,63.ttx       |   1259 +
15870  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   |    Bin 2048 -> 0 bytes
15871  .../basics/Roboto-Regular.abc.glyph-names.61.ttx   |   1127 +
15872  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   |    Bin 1916 -> 0 bytes
15873  .../basics/Roboto-Regular.abc.glyph-names.62.ttx   |   1025 +
15874  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   |    Bin 1972 -> 0 bytes
15875  .../basics/Roboto-Regular.abc.glyph-names.63.ttx   |   1073 +
15876  ...egular.abc.glyph-names.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15877  ...egular.abc.glyph-names.retain-all-codepoint.ttx |   1407 +
15878  ...gular.abc.keep-all-layout-features.61,62,63.ttf |    Bin 2452 -> 0 bytes
15879  ...gular.abc.keep-all-layout-features.61,62,63.ttx |   1407 +
15880  ...-Regular.abc.keep-all-layout-features.61,63.ttf |    Bin 2260 -> 0 bytes
15881  ...-Regular.abc.keep-all-layout-features.61,63.ttx |   1259 +
15882  ...oto-Regular.abc.keep-all-layout-features.61.ttf |    Bin 2048 -> 0 bytes
15883  ...oto-Regular.abc.keep-all-layout-features.61.ttx |   1127 +
15884  ...oto-Regular.abc.keep-all-layout-features.62.ttf |    Bin 1916 -> 0 bytes
15885  ...oto-Regular.abc.keep-all-layout-features.62.ttx |   1025 +
15886  ...oto-Regular.abc.keep-all-layout-features.63.ttf |    Bin 1972 -> 0 bytes
15887  ...oto-Regular.abc.keep-all-layout-features.63.ttx |   1073 +
15888  ...ep-all-layout-features.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15889  ...ep-all-layout-features.retain-all-codepoint.ttx |   1407 +
15890  ...Roboto-Regular.abc.layout-features.61,62,63.ttf |    Bin 2452 -> 0 bytes
15891  ...Roboto-Regular.abc.layout-features.61,62,63.ttx |   1407 +
15892  .../Roboto-Regular.abc.layout-features.61,63.ttf   |    Bin 2260 -> 0 bytes
15893  .../Roboto-Regular.abc.layout-features.61,63.ttx   |   1259 +
15894  .../Roboto-Regular.abc.layout-features.61.ttf      |    Bin 2048 -> 0 bytes
15895  .../Roboto-Regular.abc.layout-features.61.ttx      |   1127 +
15896  .../Roboto-Regular.abc.layout-features.62.ttf      |    Bin 1916 -> 0 bytes
15897  .../Roboto-Regular.abc.layout-features.62.ttx      |   1025 +
15898  .../Roboto-Regular.abc.layout-features.63.ttf      |    Bin 1972 -> 0 bytes
15899  .../Roboto-Regular.abc.layout-features.63.ttx      |   1073 +
15900  ...ar.abc.layout-features.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15901  ...ar.abc.layout-features.retain-all-codepoint.ttx |   1407 +
15902  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       |    Bin 2452 -> 0 bytes
15903  .../Roboto-Regular.abc.name-ids.61,62,63.ttx       |   1407 +
15904  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   |    Bin 2260 -> 0 bytes
15905  .../basics/Roboto-Regular.abc.name-ids.61,63.ttx   |   1259 +
15906  .../basics/Roboto-Regular.abc.name-ids.61.ttf      |    Bin 2048 -> 0 bytes
15907  .../basics/Roboto-Regular.abc.name-ids.61.ttx      |   1127 +
15908  .../basics/Roboto-Regular.abc.name-ids.62.ttf      |    Bin 1916 -> 0 bytes
15909  .../basics/Roboto-Regular.abc.name-ids.62.ttx      |   1025 +
15910  .../basics/Roboto-Regular.abc.name-ids.63.ttf      |    Bin 1972 -> 0 bytes
15911  .../basics/Roboto-Regular.abc.name-ids.63.ttx      |   1073 +
15912  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15913  ...o-Regular.abc.name-ids.retain-all-codepoint.ttx |   1407 +
15914  .../Roboto-Regular.abc.name-languages.61,62,63.ttf |    Bin 2452 -> 0 bytes
15915  .../Roboto-Regular.abc.name-languages.61,62,63.ttx |   1407 +
15916  .../Roboto-Regular.abc.name-languages.61,63.ttf    |    Bin 2260 -> 0 bytes
15917  .../Roboto-Regular.abc.name-languages.61,63.ttx    |   1259 +
15918  .../Roboto-Regular.abc.name-languages.61.ttf       |    Bin 2048 -> 0 bytes
15919  .../Roboto-Regular.abc.name-languages.61.ttx       |   1127 +
15920  .../Roboto-Regular.abc.name-languages.62.ttf       |    Bin 1916 -> 0 bytes
15921  .../Roboto-Regular.abc.name-languages.62.ttx       |   1025 +
15922  .../Roboto-Regular.abc.name-languages.63.ttf       |    Bin 1972 -> 0 bytes
15923  .../Roboto-Regular.abc.name-languages.63.ttx       |   1073 +
15924  ...lar.abc.name-languages.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15925  ...lar.abc.name-languages.retain-all-codepoint.ttx |   1407 +
15926  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    |    Bin 2452 -> 0 bytes
15927  .../Roboto-Regular.abc.name-legacy.61,62,63.ttx    |   1407 +
15928  .../Roboto-Regular.abc.name-legacy.61,63.ttf       |    Bin 2260 -> 0 bytes
15929  .../Roboto-Regular.abc.name-legacy.61,63.ttx       |   1259 +
15930  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   |    Bin 2048 -> 0 bytes
15931  .../basics/Roboto-Regular.abc.name-legacy.61.ttx   |   1127 +
15932  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   |    Bin 1916 -> 0 bytes
15933  .../basics/Roboto-Regular.abc.name-legacy.62.ttx   |   1025 +
15934  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   |    Bin 1972 -> 0 bytes
15935  .../basics/Roboto-Regular.abc.name-legacy.63.ttx   |   1073 +
15936  ...egular.abc.name-legacy.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15937  ...egular.abc.name-legacy.retain-all-codepoint.ttx |   1407 +
15938  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttf |    Bin 2452 -> 0 bytes
15939  ...egular.abc.no-prune-unicode-ranges.61,62,63.ttx |   1407 +
15940  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttf |    Bin 2260 -> 0 bytes
15941  ...o-Regular.abc.no-prune-unicode-ranges.61,63.ttx |   1259 +
15942  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttf |    Bin 2048 -> 0 bytes
15943  ...boto-Regular.abc.no-prune-unicode-ranges.61.ttx |   1127 +
15944  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttf |    Bin 1916 -> 0 bytes
15945  ...boto-Regular.abc.no-prune-unicode-ranges.62.ttx |   1025 +
15946  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttf |    Bin 1972 -> 0 bytes
15947  ...boto-Regular.abc.no-prune-unicode-ranges.63.ttx |   1073 +
15948  ...o-prune-unicode-ranges.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15949  ...o-prune-unicode-ranges.retain-all-codepoint.ttx |   1407 +
15950  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf |    Bin 2452 -> 0 bytes
15951  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttx |   1407 +
15952  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    |    Bin 2260 -> 0 bytes
15953  .../Roboto-Regular.abc.notdef-outline.61,63.ttx    |   1259 +
15954  .../Roboto-Regular.abc.notdef-outline.61.ttf       |    Bin 2048 -> 0 bytes
15955  .../Roboto-Regular.abc.notdef-outline.61.ttx       |   1127 +
15956  .../Roboto-Regular.abc.notdef-outline.62.ttf       |    Bin 1916 -> 0 bytes
15957  .../Roboto-Regular.abc.notdef-outline.62.ttx       |   1025 +
15958  .../Roboto-Regular.abc.notdef-outline.63.ttf       |    Bin 1972 -> 0 bytes
15959  .../Roboto-Regular.abc.notdef-outline.63.ttx       |   1073 +
15960  ...lar.abc.notdef-outline.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15961  ...lar.abc.notdef-outline.retain-all-codepoint.ttx |   1407 +
15962  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    |    Bin 2452 -> 0 bytes
15963  .../Roboto-Regular.abc.retain-gids.61,62,63.ttx    |   1407 +
15964  .../Roboto-Regular.abc.retain-gids.61,63.ttf       |    Bin 2276 -> 0 bytes
15965  .../Roboto-Regular.abc.retain-gids.61,63.ttx       |   1264 +
15966  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   |    Bin 2048 -> 0 bytes
15967  .../basics/Roboto-Regular.abc.retain-gids.61.ttx   |   1127 +
15968  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   |    Bin 1924 -> 0 bytes
15969  .../basics/Roboto-Regular.abc.retain-gids.62.ttx   |   1030 +
15970  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   |    Bin 1988 -> 0 bytes
15971  .../basics/Roboto-Regular.abc.retain-gids.63.ttx   |   1083 +
15972  ...egular.abc.retain-gids.retain-all-codepoint.ttf |    Bin 2452 -> 0 bytes
15973  ...egular.abc.retain-gids.retain-all-codepoint.ttx |   1407 +
15974  .../cbdt/NotoColorEmoji.subset.default.2049.ttf    |    Bin 3112 -> 0 bytes
15975  .../cbdt/NotoColorEmoji.subset.default.2049.ttx    |    397 +
15976  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf |    Bin 4084 -> 0 bytes
15977  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttx |    474 +
15978  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf |    Bin 3568 -> 0 bytes
15979  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttx |    441 +
15980  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
15981  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttx |    898 +
15982  .../NotoColorEmoji.subset.default.38,AE,2049.ttf   |    Bin 7544 -> 0 bytes
15983  .../NotoColorEmoji.subset.default.38,AE,2049.ttx   |    705 +
15984  .../cbdt/NotoColorEmoji.subset.default.39.ttf      |    Bin 1920 -> 0 bytes
15985  .../cbdt/NotoColorEmoji.subset.default.39.ttx      |    323 +
15986  .../cbdt/NotoColorEmoji.subset.default.AE.ttf      |    Bin 4412 -> 0 bytes
15987  .../cbdt/NotoColorEmoji.subset.default.AE.ttx      |    478 +
15988  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
15989  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttx |    406 +
15990  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
15991  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttx |    480 +
15992  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
15993  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttx |    450 +
15994  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
15995  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
15996  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
15997  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
15998  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf |    Bin 1928 -> 0 bytes
15999  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttx |    326 +
16000  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf |    Bin 4428 -> 0 bytes
16001  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttx |    484 +
16002  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf |    Bin 3112 -> 0 bytes
16003  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttx |    397 +
16004  .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   |    Bin 4084 -> 0 bytes
16005  .../NotoColorEmoji.subset.drop-hints.38,2049.ttx   |    474 +
16006  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   |    Bin 3568 -> 0 bytes
16007  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttx   |    441 +
16008  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
16009  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 +
16010  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
16011  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttx |    705 +
16012  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   |    Bin 1920 -> 0 bytes
16013  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttx   |    323 +
16014  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   |    Bin 4412 -> 0 bytes
16015  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttx   |    478 +
16016  .../NotoColorEmoji.subset.gap.default.2049.ttf     |    Bin 3112 -> 0 bytes
16017  .../NotoColorEmoji.subset.gap.default.2049.ttx     |    397 +
16018  .../NotoColorEmoji.subset.gap.default.38,2049.ttf  |    Bin 4084 -> 0 bytes
16019  .../NotoColorEmoji.subset.gap.default.38,2049.ttx  |    474 +
16020  .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  |    Bin 3568 -> 0 bytes
16021  .../NotoColorEmoji.subset.gap.default.38,20E3.ttx  |    441 +
16022  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
16023  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttx |    827 +
16024  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
16025  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttx |    705 +
16026  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  |    Bin 908 -> 0 bytes
16027  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttx  |    207 +
16028  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  |    Bin 4412 -> 0 bytes
16029  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttx  |    478 +
16030  ...moji.subset.gap.drop-hints-retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
16031  ...moji.subset.gap.drop-hints-retain-gids.2049.ttx |    406 +
16032  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
16033  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttx |    480 +
16034  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
16035  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttx |    450 +
16036  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
16037  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    827 +
16038  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
16039  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
16040  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf |    Bin 916 -> 0 bytes
16041  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttx |    210 +
16042  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf |    Bin 4428 -> 0 bytes
16043  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttx |    484 +
16044  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  |    Bin 3112 -> 0 bytes
16045  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttx  |    397 +
16046  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf |    Bin 4084 -> 0 bytes
16047  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttx |    474 +
16048  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf |    Bin 3568 -> 0 bytes
16049  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttx |    441 +
16050  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
16051  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttx |    827 +
16052  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf |    Bin 7544 -> 0 bytes
16053  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttx |    705 +
16054  .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    |    Bin 908 -> 0 bytes
16055  .../NotoColorEmoji.subset.gap.drop-hints.39.ttx    |    207 +
16056  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    |    Bin 4412 -> 0 bytes
16057  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttx    |    478 +
16058  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf |    Bin 3136 -> 0 bytes
16059  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttx |    406 +
16060  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf |    Bin 4108 -> 0 bytes
16061  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttx |    480 +
16062  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf |    Bin 3600 -> 0 bytes
16063  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttx |    450 +
16064  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 9188 -> 0 bytes
16065  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttx |    827 +
16066  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
16067  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttx |    708 +
16068  .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   |    Bin 916 -> 0 bytes
16069  .../NotoColorEmoji.subset.gap.retain-gids.39.ttx   |    210 +
16070  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   |    Bin 4428 -> 0 bytes
16071  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttx   |    484 +
16072  ...olorEmoji.subset.index_format3.default.2049.ttf |    Bin 3108 -> 0 bytes
16073  ...olorEmoji.subset.index_format3.default.2049.ttx |    397 +
16074  ...rEmoji.subset.index_format3.default.38,2049.ttf |    Bin 4076 -> 0 bytes
16075  ...rEmoji.subset.index_format3.default.38,2049.ttx |    474 +
16076  ...rEmoji.subset.index_format3.default.38,20E3.ttf |    Bin 3560 -> 0 bytes
16077  ...rEmoji.subset.index_format3.default.38,20E3.ttx |    441 +
16078  ...index_format3.default.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
16079  ...index_format3.default.38,39,AE,2049,38,20E3.ttx |    898 +
16080  ...oji.subset.index_format3.default.38,AE,2049.ttf |    Bin 7536 -> 0 bytes
16081  ...oji.subset.index_format3.default.38,AE,2049.ttx |    705 +
16082  ...oColorEmoji.subset.index_format3.default.39.ttf |    Bin 1916 -> 0 bytes
16083  ...oColorEmoji.subset.index_format3.default.39.ttx |    323 +
16084  ...oColorEmoji.subset.index_format3.default.AE.ttf |    Bin 4408 -> 0 bytes
16085  ...oColorEmoji.subset.index_format3.default.AE.ttx |    478 +
16086  ...t.index_format3.drop-hints-retain-gids.2049.ttf |    Bin 3132 -> 0 bytes
16087  ...t.index_format3.drop-hints-retain-gids.2049.ttx |    406 +
16088  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf |    Bin 4100 -> 0 bytes
16089  ...ndex_format3.drop-hints-retain-gids.38,2049.ttx |    480 +
16090  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf |    Bin 3592 -> 0 bytes
16091  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttx |    450 +
16092  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
16093  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
16094  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 7552 -> 0 bytes
16095  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttx |    708 +
16096  ...set.index_format3.drop-hints-retain-gids.39.ttf |    Bin 1924 -> 0 bytes
16097  ...set.index_format3.drop-hints-retain-gids.39.ttx |    326 +
16098  ...set.index_format3.drop-hints-retain-gids.AE.ttf |    Bin 4424 -> 0 bytes
16099  ...set.index_format3.drop-hints-retain-gids.AE.ttx |    484 +
16100  ...rEmoji.subset.index_format3.drop-hints.2049.ttf |    Bin 3108 -> 0 bytes
16101  ...rEmoji.subset.index_format3.drop-hints.2049.ttx |    397 +
16102  ...oji.subset.index_format3.drop-hints.38,2049.ttf |    Bin 4076 -> 0 bytes
16103  ...oji.subset.index_format3.drop-hints.38,2049.ttx |    474 +
16104  ...oji.subset.index_format3.drop-hints.38,20E3.ttf |    Bin 3560 -> 0 bytes
16105  ...oji.subset.index_format3.drop-hints.38,20E3.ttx |    441 +
16106  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
16107  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttx |    898 +
16108  ....subset.index_format3.drop-hints.38,AE,2049.ttf |    Bin 7536 -> 0 bytes
16109  ....subset.index_format3.drop-hints.38,AE,2049.ttx |    705 +
16110  ...lorEmoji.subset.index_format3.drop-hints.39.ttf |    Bin 1916 -> 0 bytes
16111  ...lorEmoji.subset.index_format3.drop-hints.39.ttx |    323 +
16112  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf |    Bin 4408 -> 0 bytes
16113  ...lorEmoji.subset.index_format3.drop-hints.AE.ttx |    478 +
16114  ...Emoji.subset.index_format3.retain-gids.2049.ttf |    Bin 3132 -> 0 bytes
16115  ...Emoji.subset.index_format3.retain-gids.2049.ttx |    406 +
16116  ...ji.subset.index_format3.retain-gids.38,2049.ttf |    Bin 4100 -> 0 bytes
16117  ...ji.subset.index_format3.retain-gids.38,2049.ttx |    480 +
16118  ...ji.subset.index_format3.retain-gids.38,20E3.ttf |    Bin 3592 -> 0 bytes
16119  ...ji.subset.index_format3.retain-gids.38,20E3.ttx |    450 +
16120  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10112 -> 0 bytes
16121  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
16122  ...subset.index_format3.retain-gids.38,AE,2049.ttf |    Bin 7552 -> 0 bytes
16123  ...subset.index_format3.retain-gids.38,AE,2049.ttx |    708 +
16124  ...orEmoji.subset.index_format3.retain-gids.39.ttf |    Bin 1924 -> 0 bytes
16125  ...orEmoji.subset.index_format3.retain-gids.39.ttx |    326 +
16126  ...orEmoji.subset.index_format3.retain-gids.AE.ttf |    Bin 4424 -> 0 bytes
16127  ...orEmoji.subset.index_format3.retain-gids.AE.ttx |    484 +
16128  ...ji.subset.multiple_size_tables.default.2049.ttf |    Bin 5312 -> 0 bytes
16129  ...ji.subset.multiple_size_tables.default.2049.ttx |    587 +
16130  ...subset.multiple_size_tables.default.38,2049.ttf |    Bin 7244 -> 0 bytes
16131  ...subset.multiple_size_tables.default.38,2049.ttx |    736 +
16132  ...subset.multiple_size_tables.default.38,20E3.ttf |    Bin 6212 -> 0 bytes
16133  ...subset.multiple_size_tables.default.38,20E3.ttx |    671 +
16134  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
16135  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttx |   1570 +
16136  ...set.multiple_size_tables.default.38,AE,2049.ttf |    Bin 14140 -> 0 bytes
16137  ...set.multiple_size_tables.default.38,AE,2049.ttx |   1193 +
16138  ...moji.subset.multiple_size_tables.default.39.ttf |    Bin 2928 -> 0 bytes
16139  ...moji.subset.multiple_size_tables.default.39.ttx |    439 +
16140  ...moji.subset.multiple_size_tables.default.AE.ttf |    Bin 7916 -> 0 bytes
16141  ...moji.subset.multiple_size_tables.default.AE.ttx |    749 +
16142  ...ple_size_tables.drop-hints-retain-gids.2049.ttf |    Bin 5336 -> 0 bytes
16143  ...ple_size_tables.drop-hints-retain-gids.2049.ttx |    596 +
16144  ..._size_tables.drop-hints-retain-gids.38,2049.ttf |    Bin 7268 -> 0 bytes
16145  ..._size_tables.drop-hints-retain-gids.38,2049.ttx |    742 +
16146  ..._size_tables.drop-hints-retain-gids.38,20E3.ttf |    Bin 6244 -> 0 bytes
16147  ..._size_tables.drop-hints-retain-gids.38,20E3.ttx |    680 +
16148  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
16149  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 +
16150  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf |    Bin 14164 -> 0 bytes
16151  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttx |   1196 +
16152  ...tiple_size_tables.drop-hints-retain-gids.39.ttf |    Bin 2936 -> 0 bytes
16153  ...tiple_size_tables.drop-hints-retain-gids.39.ttx |    442 +
16154  ...tiple_size_tables.drop-hints-retain-gids.AE.ttf |    Bin 7932 -> 0 bytes
16155  ...tiple_size_tables.drop-hints-retain-gids.AE.ttx |    755 +
16156  ...subset.multiple_size_tables.drop-hints.2049.ttf |    Bin 5312 -> 0 bytes
16157  ...subset.multiple_size_tables.drop-hints.2049.ttx |    587 +
16158  ...set.multiple_size_tables.drop-hints.38,2049.ttf |    Bin 7244 -> 0 bytes
16159  ...set.multiple_size_tables.drop-hints.38,2049.ttx |    736 +
16160  ...set.multiple_size_tables.drop-hints.38,20E3.ttf |    Bin 6212 -> 0 bytes
16161  ...set.multiple_size_tables.drop-hints.38,20E3.ttx |    671 +
16162  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
16163  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttx |   1570 +
16164  ....multiple_size_tables.drop-hints.38,AE,2049.ttf |    Bin 14140 -> 0 bytes
16165  ....multiple_size_tables.drop-hints.38,AE,2049.ttx |   1193 +
16166  ...i.subset.multiple_size_tables.drop-hints.39.ttf |    Bin 2928 -> 0 bytes
16167  ...i.subset.multiple_size_tables.drop-hints.39.ttx |    439 +
16168  ...i.subset.multiple_size_tables.drop-hints.AE.ttf |    Bin 7916 -> 0 bytes
16169  ...i.subset.multiple_size_tables.drop-hints.AE.ttx |    749 +
16170  ...ubset.multiple_size_tables.retain-gids.2049.ttf |    Bin 5336 -> 0 bytes
16171  ...ubset.multiple_size_tables.retain-gids.2049.ttx |    596 +
16172  ...et.multiple_size_tables.retain-gids.38,2049.ttf |    Bin 7268 -> 0 bytes
16173  ...et.multiple_size_tables.retain-gids.38,2049.ttx |    742 +
16174  ...et.multiple_size_tables.retain-gids.38,20E3.ttf |    Bin 6244 -> 0 bytes
16175  ...et.multiple_size_tables.retain-gids.38,20E3.ttx |    680 +
16176  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 19280 -> 0 bytes
16177  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttx |   1570 +
16178  ...multiple_size_tables.retain-gids.38,AE,2049.ttf |    Bin 14164 -> 0 bytes
16179  ...multiple_size_tables.retain-gids.38,AE,2049.ttx |   1196 +
16180  ....subset.multiple_size_tables.retain-gids.39.ttf |    Bin 2936 -> 0 bytes
16181  ....subset.multiple_size_tables.retain-gids.39.ttx |    442 +
16182  ....subset.multiple_size_tables.retain-gids.AE.ttf |    Bin 7932 -> 0 bytes
16183  ....subset.multiple_size_tables.retain-gids.AE.ttx |    755 +
16184  .../NotoColorEmoji.subset.retain-gids.2049.ttf     |    Bin 3136 -> 0 bytes
16185  .../NotoColorEmoji.subset.retain-gids.2049.ttx     |    406 +
16186  .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  |    Bin 4108 -> 0 bytes
16187  .../NotoColorEmoji.subset.retain-gids.38,2049.ttx  |    480 +
16188  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  |    Bin 3600 -> 0 bytes
16189  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttx  |    450 +
16190  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf |    Bin 10124 -> 0 bytes
16191  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttx |    898 +
16192  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf |    Bin 7564 -> 0 bytes
16193  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttx |    708 +
16194  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  |    Bin 1928 -> 0 bytes
16195  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttx  |    326 +
16196  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  |    Bin 4428 -> 0 bytes
16197  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttx  |    484 +
16198  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf |    Bin 2580 -> 0 bytes
16199  ...eSansPro-Regular.default.1FC,21,41,20,62,63.ttx |    738 +
16200  .../SourceSansPro-Regular.default.61,62,63.otf     |    Bin 2216 -> 0 bytes
16201  .../SourceSansPro-Regular.default.61,62,63.ttx     |    587 +
16202  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf |    Bin 2328 -> 0 bytes
16203  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.ttx |    578 +
16204  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20232 -> 0 bytes
16205  ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6312 +
16206  ...Regular.desubroutinize-retain-gids.61,62,63.otf |    Bin 2316 -> 0 bytes
16207  ...Regular.desubroutinize-retain-gids.61,62,63.ttx |    627 +
16208  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30540 -> 0 bytes
16209  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9248 ++
16210  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf |    Bin 2436 -> 0 bytes
16211  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.ttx |    612 +
16212  ...urceSansPro-Regular.desubroutinize.61,62,63.otf |    Bin 2120 -> 0 bytes
16213  ...urceSansPro-Regular.desubroutinize.61,62,63.ttx |    492 +
16214  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 2312 -> 0 bytes
16215  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.ttx |    523 +
16216  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20064 -> 0 bytes
16217  ...subroutinize-retain-gids.1FC,21,41,20,62,63.ttx |   6281 +
16218  ...p-hints-desubroutinize-retain-gids.61,62,63.otf |    Bin 2192 -> 0 bytes
16219  ...p-hints-desubroutinize-retain-gids.61,62,63.ttx |    607 +
16220  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30372 -> 0 bytes
16221  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.ttx |   9215 ++
16222  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf |    Bin 2268 -> 0 bytes
16223  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.ttx |    581 +
16224  ...-Regular.drop-hints-desubroutinize.61,62,63.otf |    Bin 1996 -> 0 bytes
16225  ...-Regular.drop-hints-desubroutinize.61,62,63.ttx |    472 +
16226  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf |    Bin 2148 -> 0 bytes
16227  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.ttx |    490 +
16228  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf |    Bin 20156 -> 0 bytes
16229  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.ttx |   6367 +
16230  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf |    Bin 2228 -> 0 bytes
16231  ...Pro-Regular.drop-hints-retain-gids.61,62,63.ttx |    670 +
16232  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30384 -> 0 bytes
16233  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.ttx |   9259 ++
16234  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf |    Bin 2352 -> 0 bytes
16235  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    667 +
16236  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  |    Bin 2060 -> 0 bytes
16237  .../SourceSansPro-Regular.drop-hints.61,62,63.ttx  |    535 +
16238  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf |    Bin 2164 -> 0 bytes
16239  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.ttx |    534 +
16240  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf |    Bin 20384 -> 0 bytes
16241  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.ttx |   6438 +
16242  .../SourceSansPro-Regular.retain-gids.61,62,63.otf |    Bin 2384 -> 0 bytes
16243  .../SourceSansPro-Regular.retain-gids.61,62,63.ttx |    722 +
16244  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf |    Bin 30556 -> 0 bytes
16245  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.ttx |   9303 ++
16246  ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 4884 -> 0 bytes
16247  ...ubset.default.3042,3044,3046,3048,304A,304B.ttx |   1165 +
16248  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6276 -> 0 bytes
16249  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1708 +
16250  ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 2588 -> 0 bytes
16251  ...eHanSans-Regular_subset.default.61,63,65,6B.ttx |    688 +
16252  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6736 -> 0 bytes
16253  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1585 +
16254  .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 2456 -> 0 bytes
16255  .../SourceHanSans-Regular_subset.default.660E.ttx  |    577 +
16256  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129876 -> 0 bytes
16257  ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62430 ++++++++
16258  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130920 -> 0 bytes
16259  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62745 ++++++++
16260  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 3412 -> 0 bytes
16261  ...bset.desubroutinize-retain-gids.61,63,65,6B.ttx |   1081 +
16262  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 122048 -> 0 bytes
16263  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57783 ++++++++
16264  ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 50760 -> 0 bytes
16265  ...ular_subset.desubroutinize-retain-gids.660E.ttx |  24455 ++++
16266  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 4724 -> 0 bytes
16267  ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |   1044 +
16268  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5928 -> 0 bytes
16269  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1414 +
16270  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 2520 -> 0 bytes
16271  ...s-Regular_subset.desubroutinize.61,63,65,6B.ttx |    630 +
16272  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6232 -> 0 bytes
16273  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1152 +
16274  ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 2440 -> 0 bytes
16275  ...eHanSans-Regular_subset.desubroutinize.660E.ttx |    560 +
16276  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129448 -> 0 bytes
16277  ...e-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62346 ++++++++
16278  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130312 -> 0 bytes
16279  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62647 ++++++++
16280  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 3288 -> 0 bytes
16281  ...ints-desubroutinize-retain-gids.61,63,65,6B.ttx |   1055 +
16282  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 121284 -> 0 bytes
16283  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  57675 ++++++++
16284  ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 50540 -> 0 bytes
16285  ....drop-hints-desubroutinize-retain-gids.660E.ttx |  24416 ++++
16286  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 4420 -> 0 bytes
16287  ...esubroutinize.3042,3044,3046,3048,304A,304B.ttx |    986 +
16288  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5416 -> 0 bytes
16289  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.ttx |   1337 +
16290  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 2416 -> 0 bytes
16291  ...ubset.drop-hints-desubroutinize.61,63,65,6B.ttx |    609 +
16292  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 5556 -> 0 bytes
16293  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1063 +
16294  ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 2308 -> 0 bytes
16295  ...gular_subset.drop-hints-desubroutinize.660E.ttx |    540 +
16296  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 129576 -> 0 bytes
16297  ...s-retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62443 ++++++++
16298  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 130604 -> 0 bytes
16299  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  62929 +++++++++
16300  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 3248 -> 0 bytes
16301  ...r_subset.drop-hints-retain-gids.61,63,65,6B.ttx |   1089 +
16302  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 121776 -> 0 bytes
16303  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58100 ++++++++
16304  ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 50552 -> 0 bytes
16305  ...-Regular_subset.drop-hints-retain-gids.660E.ttx |  24429 ++++
16306  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 4548 -> 0 bytes
16307  ...et.drop-hints.3042,3044,3046,3048,304A,304B.ttx |   1083 +
16308  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 5708 -> 0 bytes
16309  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |   1619 +
16310  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 2448 -> 0 bytes
16311  ...nSans-Regular_subset.drop-hints.61,63,65,6B.ttx |    643 +
16312  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6048 -> 0 bytes
16313  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1488 +
16314  ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 2316 -> 0 bytes
16315  ...ourceHanSans-Regular_subset.drop-hints.660E.ttx |    553 +
16316  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 130036 -> 0 bytes
16317  ...t.retain-gids.3042,3044,3046,3048,304A,304B.ttx |  62551 ++++++++
16318  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 131272 -> 0 bytes
16319  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.ttx |  63039 +++++++++
16320  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 3408 -> 0 bytes
16321  ...Sans-Regular_subset.retain-gids.61,63,65,6B.ttx |   1139 +
16322  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 122552 -> 0 bytes
16323  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.ttx |  58216 ++++++++
16324  ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 50776 -> 0 bytes
16325  ...urceHanSans-Regular_subset.retain-gids.660E.ttx |  24472 ++++
16326  ...039,1005,100A,103A,1038,1010,103D,1031,104A.otf |    Bin 7724 -> 0 bytes
16327  ...039,1005,100A,103A,1038,1010,103D,1031,104A.ttx |   2971 +
16328  ...otoSerifMyanmar-Regular.notdef-outline.1092.otf |    Bin 1380 -> 0 bytes
16329  ...otoSerifMyanmar-Regular.notdef-outline.1092.ttx |    264 +
16330  .../cmap/AdobeBlank-Regular.default.61,62.ttf      |    Bin 1252 -> 0 bytes
16331  .../cmap/AdobeBlank-Regular.default.61,62.ttx      |    322 +
16332  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    |    Bin 1264 -> 0 bytes
16333  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttx    |    320 +
16334  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  |    Bin 1216 -> 0 bytes
16335  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttx  |    314 +
16336  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  |    Bin 1204 -> 0 bytes
16337  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttx  |    314 +
16338  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       |    Bin 1184 -> 0 bytes
16339  .../cmap/AdobeBlank-Regular.default.FEFA.ttx       |    303 +
16340  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf |    Bin 1468 -> 0 bytes
16341  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttx |    606 +
16342  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf |    Bin 8232 -> 0 bytes
16343  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttx |   7356 +
16344  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf |    Bin 8104 -> 0 bytes
16345  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttx |   7270 +
16346  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf |    Bin 8172 -> 0 bytes
16347  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttx |   7350 +
16348  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf |    Bin 8156 -> 0 bytes
16349  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttx |   7343 +
16350  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   |    Bin 1080 -> 0 bytes
16351  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttx   |    218 +
16352  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf |    Bin 1092 -> 0 bytes
16353  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttx |    216 +
16354  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    |    Bin 1044 -> 0 bytes
16355  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttx    |    210 +
16356  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    |    Bin 1032 -> 0 bytes
16357  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttx    |    210 +
16358  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    |    Bin 1012 -> 0 bytes
16359  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttx    |    199 +
16360  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     |    Bin 1000 -> 0 bytes
16361  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttx     |    310 +
16362  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   |    Bin 1012 -> 0 bytes
16363  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttx   |    308 +
16364  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf |    Bin 964 -> 0 bytes
16365  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttx |    302 +
16366  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf |    Bin 952 -> 0 bytes
16367  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttx |    302 +
16368  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      |    Bin 932 -> 0 bytes
16369  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttx      |    291 +
16370  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  |    Bin 1640 -> 0 bytes
16371  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttx  |    710 +
16372  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     |    Bin 8404 -> 0 bytes
16373  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttx     |   7460 +
16374  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   |    Bin 8276 -> 0 bytes
16375  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttx   |   7374 +
16376  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   |    Bin 8344 -> 0 bytes
16377  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttx   |   7454 +
16378  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   |    Bin 8328 -> 0 bytes
16379  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttx   |   7447 +
16380  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf |    Bin 1360 -> 0 bytes
16381  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.ttx |    276 +
16382  .../cmap14/cmap14_font1.default.4E00,4E03.otf      |    Bin 1236 -> 0 bytes
16383  .../cmap14/cmap14_font1.default.4E00,4E03.ttx      |    261 +
16384  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf |    Bin 1328 -> 0 bytes
16385  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.ttx |    278 +
16386  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf |    Bin 1576 -> 0 bytes
16387  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.ttx |    294 +
16388  .../expected/cmap14/cmap14_font1.default.4E02.otf  |    Bin 996 -> 0 bytes
16389  .../expected/cmap14/cmap14_font1.default.4E02.ttx  |    233 +
16390  .../expected/cmap14/cmap14_font1.default.4E03.otf  |    Bin 1080 -> 0 bytes
16391  .../expected/cmap14/cmap14_font1.default.4E03.ttx  |    241 +
16392  .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   |    Bin 1848 -> 0 bytes
16393  .../cmap14_font1.default.4E05,4E07,4E08,4E09.ttx   |    329 +
16394  .../cmap14/cmap14_font1.default.4E08,4E09.otf      |    Bin 1720 -> 0 bytes
16395  .../cmap14/cmap14_font1.default.4E08,4E09.ttx      |    302 +
16396  .../expected/cmap14/cmap14_font1.default.4E08.otf  |    Bin 1384 -> 0 bytes
16397  .../expected/cmap14/cmap14_font1.default.4E08.ttx  |    265 +
16398  .../cmap14_font1.default.retain-all-codepoint.otf  |    Bin 2348 -> 0 bytes
16399  .../cmap14_font1.default.retain-all-codepoint.ttx  |    418 +
16400  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 1388 -> 0 bytes
16401  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 +
16402  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf |    Bin 1272 -> 0 bytes
16403  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.ttx |    308 +
16404  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 1396 -> 0 bytes
16405  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 +
16406  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 1720 -> 0 bytes
16407  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 +
16408  .../cmap14_font1.drop-hints-retain-gids.4E02.otf   |    Bin 1028 -> 0 bytes
16409  .../cmap14_font1.drop-hints-retain-gids.4E02.ttx   |    280 +
16410  .../cmap14_font1.drop-hints-retain-gids.4E03.otf   |    Bin 1124 -> 0 bytes
16411  .../cmap14_font1.drop-hints-retain-gids.4E03.ttx   |    293 +
16412  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 1984 -> 0 bytes
16413  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 +
16414  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf |    Bin 1872 -> 0 bytes
16415  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.ttx |    404 +
16416  .../cmap14_font1.drop-hints-retain-gids.4E08.otf   |    Bin 1544 -> 0 bytes
16417  .../cmap14_font1.drop-hints-retain-gids.4E08.ttx   |    372 +
16418  ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 2436 -> 0 bytes
16419  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 +
16420  .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     |    Bin 1292 -> 0 bytes
16421  .../cmap14_font1.drop-hints.4E00,4E02,4E03.ttx     |    268 +
16422  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   |    Bin 1168 -> 0 bytes
16423  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.ttx   |    253 +
16424  .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     |    Bin 1260 -> 0 bytes
16425  .../cmap14_font1.drop-hints.4E00,4E05,4E07.ttx     |    270 +
16426  .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     |    Bin 1512 -> 0 bytes
16427  .../cmap14_font1.drop-hints.4E02,4E03,4E08.ttx     |    286 +
16428  .../cmap14/cmap14_font1.drop-hints.4E02.otf        |    Bin 928 -> 0 bytes
16429  .../cmap14/cmap14_font1.drop-hints.4E02.ttx        |    225 +
16430  .../cmap14/cmap14_font1.drop-hints.4E03.otf        |    Bin 1012 -> 0 bytes
16431  .../cmap14/cmap14_font1.drop-hints.4E03.ttx        |    233 +
16432  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 1780 -> 0 bytes
16433  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 +
16434  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   |    Bin 1652 -> 0 bytes
16435  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.ttx   |    294 +
16436  .../cmap14/cmap14_font1.drop-hints.4E08.otf        |    Bin 1316 -> 0 bytes
16437  .../cmap14/cmap14_font1.drop-hints.4E08.ttx        |    257 +
16438  ...map14_font1.drop-hints.retain-all-codepoint.otf |    Bin 2280 -> 0 bytes
16439  ...map14_font1.drop-hints.retain-all-codepoint.ttx |    410 +
16440  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    |    Bin 1388 -> 0 bytes
16441  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.ttx    |    297 +
16442  .../cmap14/cmap14_font1.gids.4E00,4E03.otf         |    Bin 1380 -> 0 bytes
16443  .../cmap14/cmap14_font1.gids.4E00,4E03.ttx         |    289 +
16444  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    |    Bin 1620 -> 0 bytes
16445  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.ttx    |    318 +
16446  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    |    Bin 1744 -> 0 bytes
16447  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.ttx    |    326 +
16448  .../expected/cmap14/cmap14_font1.gids.4E02.otf     |    Bin 1312 -> 0 bytes
16449  .../expected/cmap14/cmap14_font1.gids.4E02.ttx     |    277 +
16450  .../expected/cmap14/cmap14_font1.gids.4E03.otf     |    Bin 1352 -> 0 bytes
16451  .../expected/cmap14/cmap14_font1.gids.4E03.ttx     |    280 +
16452  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      |    Bin 2164 -> 0 bytes
16453  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.ttx      |    373 +
16454  .../cmap14/cmap14_font1.gids.4E08,4E09.otf         |    Bin 2036 -> 0 bytes
16455  .../cmap14/cmap14_font1.gids.4E08,4E09.ttx         |    346 +
16456  .../expected/cmap14/cmap14_font1.gids.4E08.otf     |    Bin 1704 -> 0 bytes
16457  .../expected/cmap14/cmap14_font1.gids.4E08.ttx     |    309 +
16458  .../cmap14_font1.gids.retain-all-codepoint.otf     |    Bin 2380 -> 0 bytes
16459  .../cmap14_font1.gids.retain-all-codepoint.ttx     |    439 +
16460  .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       |    Bin 1292 -> 0 bytes
16461  .../cmap14_font1.name-ids.4E00,4E02,4E03.ttx       |    264 +
16462  .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     |    Bin 1168 -> 0 bytes
16463  .../cmap14/cmap14_font1.name-ids.4E00,4E03.ttx     |    249 +
16464  .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       |    Bin 1260 -> 0 bytes
16465  .../cmap14_font1.name-ids.4E00,4E05,4E07.ttx       |    266 +
16466  .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       |    Bin 1508 -> 0 bytes
16467  .../cmap14_font1.name-ids.4E02,4E03,4E08.ttx       |    282 +
16468  .../expected/cmap14/cmap14_font1.name-ids.4E02.otf |    Bin 928 -> 0 bytes
16469  .../expected/cmap14/cmap14_font1.name-ids.4E02.ttx |    221 +
16470  .../expected/cmap14/cmap14_font1.name-ids.4E03.otf |    Bin 1012 -> 0 bytes
16471  .../expected/cmap14/cmap14_font1.name-ids.4E03.ttx |    229 +
16472  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 1780 -> 0 bytes
16473  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 +
16474  .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     |    Bin 1652 -> 0 bytes
16475  .../cmap14/cmap14_font1.name-ids.4E08,4E09.ttx     |    290 +
16476  .../expected/cmap14/cmap14_font1.name-ids.4E08.otf |    Bin 1316 -> 0 bytes
16477  .../expected/cmap14/cmap14_font1.name-ids.4E08.ttx |    253 +
16478  .../cmap14_font1.name-ids.retain-all-codepoint.otf |    Bin 2280 -> 0 bytes
16479  .../cmap14_font1.name-ids.retain-all-codepoint.ttx |    406 +
16480  .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    |    Bin 1452 -> 0 bytes
16481  .../cmap14_font1.retain-gids.4E00,4E02,4E03.ttx    |    326 +
16482  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  |    Bin 1340 -> 0 bytes
16483  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.ttx  |    316 +
16484  .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    |    Bin 1464 -> 0 bytes
16485  .../cmap14_font1.retain-gids.4E00,4E05,4E07.ttx    |    348 +
16486  .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    |    Bin 1788 -> 0 bytes
16487  .../cmap14_font1.retain-gids.4E02,4E03,4E08.ttx    |    399 +
16488  .../cmap14/cmap14_font1.retain-gids.4E02.otf       |    Bin 1096 -> 0 bytes
16489  .../cmap14/cmap14_font1.retain-gids.4E02.ttx       |    288 +
16490  .../cmap14/cmap14_font1.retain-gids.4E03.otf       |    Bin 1192 -> 0 bytes
16491  .../cmap14/cmap14_font1.retain-gids.4E03.ttx       |    301 +
16492  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 2048 -> 0 bytes
16493  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 +
16494  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  |    Bin 1940 -> 0 bytes
16495  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.ttx  |    412 +
16496  .../cmap14/cmap14_font1.retain-gids.4E08.otf       |    Bin 1608 -> 0 bytes
16497  .../cmap14/cmap14_font1.retain-gids.4E08.ttx       |    380 +
16498  ...ap14_font1.retain-gids.retain-all-codepoint.otf |    Bin 2500 -> 0 bytes
16499  ...ap14_font1.retain-gids.retain-all-codepoint.ttx |    488 +
16500  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf |    Bin 1360 -> 0 bytes
16501  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.ttx |    276 +
16502  .../cmap14/cmap14_font2.default.4E00,4E03.otf      |    Bin 1236 -> 0 bytes
16503  .../cmap14/cmap14_font2.default.4E00,4E03.ttx      |    261 +
16504  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf |    Bin 1332 -> 0 bytes
16505  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.ttx |    278 +
16506  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf |    Bin 1576 -> 0 bytes
16507  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.ttx |    294 +
16508  .../expected/cmap14/cmap14_font2.default.4E02.otf  |    Bin 992 -> 0 bytes
16509  .../expected/cmap14/cmap14_font2.default.4E02.ttx  |    233 +
16510  .../expected/cmap14/cmap14_font2.default.4E03.otf  |    Bin 1076 -> 0 bytes
16511  .../expected/cmap14/cmap14_font2.default.4E03.ttx  |    241 +
16512  .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   |    Bin 1848 -> 0 bytes
16513  .../cmap14_font2.default.4E05,4E07,4E08,4E09.ttx   |    329 +
16514  .../cmap14/cmap14_font2.default.4E08,4E09.otf      |    Bin 1716 -> 0 bytes
16515  .../cmap14/cmap14_font2.default.4E08,4E09.ttx      |    302 +
16516  .../expected/cmap14/cmap14_font2.default.4E08.otf  |    Bin 1380 -> 0 bytes
16517  .../expected/cmap14/cmap14_font2.default.4E08.ttx  |    265 +
16518  .../cmap14_font2.default.retain-all-codepoint.otf  |    Bin 2344 -> 0 bytes
16519  .../cmap14_font2.default.retain-all-codepoint.ttx  |    418 +
16520  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf |    Bin 1388 -> 0 bytes
16521  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.ttx |    318 +
16522  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf |    Bin 1272 -> 0 bytes
16523  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.ttx |    308 +
16524  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf |    Bin 1400 -> 0 bytes
16525  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.ttx |    340 +
16526  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf |    Bin 1720 -> 0 bytes
16527  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.ttx |    391 +
16528  .../cmap14_font2.drop-hints-retain-gids.4E02.otf   |    Bin 1024 -> 0 bytes
16529  .../cmap14_font2.drop-hints-retain-gids.4E02.ttx   |    280 +
16530  .../cmap14_font2.drop-hints-retain-gids.4E03.otf   |    Bin 1120 -> 0 bytes
16531  .../cmap14_font2.drop-hints-retain-gids.4E03.ttx   |    293 +
16532  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 1984 -> 0 bytes
16533  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.ttx |    421 +
16534  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf |    Bin 1868 -> 0 bytes
16535  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.ttx |    404 +
16536  .../cmap14_font2.drop-hints-retain-gids.4E08.otf   |    Bin 1540 -> 0 bytes
16537  .../cmap14_font2.drop-hints-retain-gids.4E08.ttx   |    372 +
16538  ...drop-hints-retain-gids.retain-all-codepoint.otf |    Bin 2432 -> 0 bytes
16539  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    480 +
16540  .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     |    Bin 1292 -> 0 bytes
16541  .../cmap14_font2.drop-hints.4E00,4E02,4E03.ttx     |    268 +
16542  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   |    Bin 1168 -> 0 bytes
16543  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.ttx   |    253 +
16544  .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     |    Bin 1264 -> 0 bytes
16545  .../cmap14_font2.drop-hints.4E00,4E05,4E07.ttx     |    270 +
16546  .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     |    Bin 1512 -> 0 bytes
16547  .../cmap14_font2.drop-hints.4E02,4E03,4E08.ttx     |    286 +
16548  .../cmap14/cmap14_font2.drop-hints.4E02.otf        |    Bin 924 -> 0 bytes
16549  .../cmap14/cmap14_font2.drop-hints.4E02.ttx        |    225 +
16550  .../cmap14/cmap14_font2.drop-hints.4E03.otf        |    Bin 1008 -> 0 bytes
16551  .../cmap14/cmap14_font2.drop-hints.4E03.ttx        |    233 +
16552  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf |    Bin 1780 -> 0 bytes
16553  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.ttx |    321 +
16554  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   |    Bin 1648 -> 0 bytes
16555  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.ttx   |    294 +
16556  .../cmap14/cmap14_font2.drop-hints.4E08.otf        |    Bin 1312 -> 0 bytes
16557  .../cmap14/cmap14_font2.drop-hints.4E08.ttx        |    257 +
16558  ...map14_font2.drop-hints.retain-all-codepoint.otf |    Bin 2276 -> 0 bytes
16559  ...map14_font2.drop-hints.retain-all-codepoint.ttx |    410 +
16560  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    |    Bin 1388 -> 0 bytes
16561  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.ttx    |    297 +
16562  .../cmap14/cmap14_font2.gids.4E00,4E03.otf         |    Bin 1380 -> 0 bytes
16563  .../cmap14/cmap14_font2.gids.4E00,4E03.ttx         |    289 +
16564  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    |    Bin 1624 -> 0 bytes
16565  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.ttx    |    318 +
16566  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    |    Bin 1744 -> 0 bytes
16567  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.ttx    |    326 +
16568  .../expected/cmap14/cmap14_font2.gids.4E02.otf     |    Bin 1308 -> 0 bytes
16569  .../expected/cmap14/cmap14_font2.gids.4E02.ttx     |    277 +
16570  .../expected/cmap14/cmap14_font2.gids.4E03.otf     |    Bin 1348 -> 0 bytes
16571  .../expected/cmap14/cmap14_font2.gids.4E03.ttx     |    280 +
16572  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      |    Bin 2164 -> 0 bytes
16573  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.ttx      |    373 +
16574  .../cmap14/cmap14_font2.gids.4E08,4E09.otf         |    Bin 2032 -> 0 bytes
16575  .../cmap14/cmap14_font2.gids.4E08,4E09.ttx         |    346 +
16576  .../expected/cmap14/cmap14_font2.gids.4E08.otf     |    Bin 1700 -> 0 bytes
16577  .../expected/cmap14/cmap14_font2.gids.4E08.ttx     |    309 +
16578  .../cmap14_font2.gids.retain-all-codepoint.otf     |    Bin 2376 -> 0 bytes
16579  .../cmap14_font2.gids.retain-all-codepoint.ttx     |    439 +
16580  .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       |    Bin 1292 -> 0 bytes
16581  .../cmap14_font2.name-ids.4E00,4E02,4E03.ttx       |    264 +
16582  .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     |    Bin 1168 -> 0 bytes
16583  .../cmap14/cmap14_font2.name-ids.4E00,4E03.ttx     |    249 +
16584  .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       |    Bin 1264 -> 0 bytes
16585  .../cmap14_font2.name-ids.4E00,4E05,4E07.ttx       |    266 +
16586  .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       |    Bin 1508 -> 0 bytes
16587  .../cmap14_font2.name-ids.4E02,4E03,4E08.ttx       |    282 +
16588  .../expected/cmap14/cmap14_font2.name-ids.4E02.otf |    Bin 924 -> 0 bytes
16589  .../expected/cmap14/cmap14_font2.name-ids.4E02.ttx |    221 +
16590  .../expected/cmap14/cmap14_font2.name-ids.4E03.otf |    Bin 1008 -> 0 bytes
16591  .../expected/cmap14/cmap14_font2.name-ids.4E03.ttx |    229 +
16592  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  |    Bin 1780 -> 0 bytes
16593  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.ttx  |    317 +
16594  .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     |    Bin 1648 -> 0 bytes
16595  .../cmap14/cmap14_font2.name-ids.4E08,4E09.ttx     |    290 +
16596  .../expected/cmap14/cmap14_font2.name-ids.4E08.otf |    Bin 1312 -> 0 bytes
16597  .../expected/cmap14/cmap14_font2.name-ids.4E08.ttx |    253 +
16598  .../cmap14_font2.name-ids.retain-all-codepoint.otf |    Bin 2276 -> 0 bytes
16599  .../cmap14_font2.name-ids.retain-all-codepoint.ttx |    406 +
16600  .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    |    Bin 1452 -> 0 bytes
16601  .../cmap14_font2.retain-gids.4E00,4E02,4E03.ttx    |    326 +
16602  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  |    Bin 1340 -> 0 bytes
16603  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.ttx  |    316 +
16604  .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    |    Bin 1468 -> 0 bytes
16605  .../cmap14_font2.retain-gids.4E00,4E05,4E07.ttx    |    348 +
16606  .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    |    Bin 1788 -> 0 bytes
16607  .../cmap14_font2.retain-gids.4E02,4E03,4E08.ttx    |    399 +
16608  .../cmap14/cmap14_font2.retain-gids.4E02.otf       |    Bin 1092 -> 0 bytes
16609  .../cmap14/cmap14_font2.retain-gids.4E02.ttx       |    288 +
16610  .../cmap14/cmap14_font2.retain-gids.4E03.otf       |    Bin 1188 -> 0 bytes
16611  .../cmap14/cmap14_font2.retain-gids.4E03.ttx       |    301 +
16612  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf |    Bin 2048 -> 0 bytes
16613  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.ttx |    429 +
16614  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  |    Bin 1936 -> 0 bytes
16615  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.ttx  |    412 +
16616  .../cmap14/cmap14_font2.retain-gids.4E08.otf       |    Bin 1604 -> 0 bytes
16617  .../cmap14/cmap14_font2.retain-gids.4E08.ttx       |    380 +
16618  ...ap14_font2.retain-gids.retain-all-codepoint.otf |    Bin 2496 -> 0 bytes
16619  ...ap14_font2.retain-gids.retain-all-codepoint.ttx |    488 +
16620  .../TwemojiMozilla.subset.default.32,3297,3299.ttf |    Bin 1936 -> 0 bytes
16621  .../TwemojiMozilla.subset.default.32,3297,3299.ttx |    626 +
16622  .../colr/TwemojiMozilla.subset.default.32,3297.ttf |    Bin 1400 -> 0 bytes
16623  .../colr/TwemojiMozilla.subset.default.32,3297.ttx |    411 +
16624  .../colr/TwemojiMozilla.subset.default.32,3299.ttf |    Bin 1576 -> 0 bytes
16625  .../colr/TwemojiMozilla.subset.default.32,3299.ttx |    475 +
16626  .../colr/TwemojiMozilla.subset.default.32.ttf      |    Bin 932 -> 0 bytes
16627  .../colr/TwemojiMozilla.subset.default.32.ttx      |    231 +
16628  .../TwemojiMozilla.subset.default.3297,3299.ttf    |    Bin 1916 -> 0 bytes
16629  .../TwemojiMozilla.subset.default.3297,3299.ttx    |    617 +
16630  .../colr/TwemojiMozilla.subset.default.3297.ttf    |    Bin 1376 -> 0 bytes
16631  .../colr/TwemojiMozilla.subset.default.3297.ttx    |    402 +
16632  .../colr/TwemojiMozilla.subset.default.3299.ttf    |    Bin 1552 -> 0 bytes
16633  .../colr/TwemojiMozilla.subset.default.3299.ttx    |    466 +
16634  ....subset.drop-hints-retain-gids.32,3297,3299.ttf |    Bin 1916 -> 0 bytes
16635  ....subset.drop-hints-retain-gids.32,3297,3299.ttx |    621 +
16636  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf |    Bin 1396 -> 0 bytes
16637  ...zilla.subset.drop-hints-retain-gids.32,3297.ttx |    410 +
16638  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf |    Bin 1576 -> 0 bytes
16639  ...zilla.subset.drop-hints-retain-gids.32,3299.ttx |    478 +
16640  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf |    Bin 912 -> 0 bytes
16641  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttx |    226 +
16642  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf |    Bin 1900 -> 0 bytes
16643  ...lla.subset.drop-hints-retain-gids.3297,3299.ttx |    616 +
16644  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf |    Bin 1372 -> 0 bytes
16645  ...iMozilla.subset.drop-hints-retain-gids.3297.ttx |    405 +
16646  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf |    Bin 1552 -> 0 bytes
16647  ...iMozilla.subset.drop-hints-retain-gids.3299.ttx |    473 +
16648  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf |    Bin 1916 -> 0 bytes
16649  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttx |    621 +
16650  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   |    Bin 1380 -> 0 bytes
16651  .../TwemojiMozilla.subset.drop-hints.32,3297.ttx   |    406 +
16652  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   |    Bin 1556 -> 0 bytes
16653  .../TwemojiMozilla.subset.drop-hints.32,3299.ttx   |    470 +
16654  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   |    Bin 912 -> 0 bytes
16655  .../colr/TwemojiMozilla.subset.drop-hints.32.ttx   |    226 +
16656  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf |    Bin 1896 -> 0 bytes
16657  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttx |    612 +
16658  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf |    Bin 1356 -> 0 bytes
16659  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttx |    397 +
16660  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf |    Bin 1532 -> 0 bytes
16661  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttx |    461 +
16662  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf |    Bin 1936 -> 0 bytes
16663  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttx |    626 +
16664  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  |    Bin 1416 -> 0 bytes
16665  .../TwemojiMozilla.subset.retain-gids.32,3297.ttx  |    415 +
16666  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  |    Bin 1596 -> 0 bytes
16667  .../TwemojiMozilla.subset.retain-gids.32,3299.ttx  |    483 +
16668  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  |    Bin 932 -> 0 bytes
16669  .../colr/TwemojiMozilla.subset.retain-gids.32.ttx  |    231 +
16670  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf |    Bin 1920 -> 0 bytes
16671  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttx |    621 +
16672  .../TwemojiMozilla.subset.retain-gids.3297.ttf     |    Bin 1392 -> 0 bytes
16673  .../TwemojiMozilla.subset.retain-gids.3297.ttx     |    410 +
16674  .../TwemojiMozilla.subset.retain-gids.3299.ttf     |    Bin 1572 -> 0 bytes
16675  .../TwemojiMozilla.subset.retain-gids.3299.ttx     |    478 +
16676  .../colr_with_components/colr-table.default.6B.ttf |    Bin 4260 -> 0 bytes
16677  .../colr_with_components/colr-table.default.6B.ttx |   1435 +
16678  .../colr-table.drop-hints-retain-gids.6B.ttf       |    Bin 4984 -> 0 bytes
16679  .../colr-table.drop-hints-retain-gids.6B.ttx       |   1919 +
16680  .../colr-table.drop-hints.6B.ttf                   |    Bin 4260 -> 0 bytes
16681  .../colr-table.drop-hints.6B.ttx                   |   1435 +
16682  .../colr-table.retain-gids.6B.ttf                  |    Bin 4984 -> 0 bytes
16683  .../colr-table.retain-gids.6B.ttx                  |   1919 +
16684  ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttf |    Bin 3004 -> 0 bytes
16685  ...oColrEmojiGlyf-Regular.subset.default.1f35e.ttx |   1077 +
16686  ...oColrEmojiGlyf-Regular.subset.default.1f696.ttf |    Bin 3752 -> 0 bytes
16687  ...oColrEmojiGlyf-Regular.subset.default.1f696.ttx |   1449 +
16688  ...Regular.subset.drop-hints-retain-gids.1f35e.ttf |    Bin 3516 -> 0 bytes
16689  ...Regular.subset.drop-hints-retain-gids.1f35e.ttx |   1417 +
16690  ...Regular.subset.drop-hints-retain-gids.1f696.ttf |    Bin 5048 -> 0 bytes
16691  ...Regular.subset.drop-hints-retain-gids.1f696.ttx |   2313 +
16692  ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf |    Bin 3004 -> 0 bytes
16693  ...lrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttx |   1077 +
16694  ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf |    Bin 3752 -> 0 bytes
16695  ...lrEmojiGlyf-Regular.subset.drop-hints.1f696.ttx |   1449 +
16696  ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf |    Bin 3516 -> 0 bytes
16697  ...rEmojiGlyf-Regular.subset.retain-gids.1f35e.ttx |   1417 +
16698  ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttf |    Bin 5048 -> 0 bytes
16699  ...rEmojiGlyf-Regular.subset.retain-gids.1f696.ttx |   2313 +
16700  .../colrv1/TestCOLRv1.default.E000,E004.ttf        |    Bin 900 -> 0 bytes
16701  .../colrv1/TestCOLRv1.default.E000,E004.ttx        |    316 +
16702  .../colrv1/TestCOLRv1.default.E003,E004.ttf        |    Bin 1000 -> 0 bytes
16703  .../colrv1/TestCOLRv1.default.E003,E004.ttx        |    367 +
16704  .../expected/colrv1/TestCOLRv1.default.E004.ttf    |    Bin 744 -> 0 bytes
16705  .../expected/colrv1/TestCOLRv1.default.E004.ttx    |    231 +
16706  .../TestCOLRv1.default.retain-all-codepoint.ttf    |    Bin 1444 -> 0 bytes
16707  .../TestCOLRv1.default.retain-all-codepoint.ttx    |    596 +
16708  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf |    Bin 984 -> 0 bytes
16709  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttx |    364 +
16710  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf |    Bin 1076 -> 0 bytes
16711  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttx |    411 +
16712  .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     |    Bin 836 -> 0 bytes
16713  .../TestCOLRv1.drop-hints-retain-gids.E004.ttx     |    291 +
16714  ...drop-hints-retain-gids.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
16715  ...drop-hints-retain-gids.retain-all-codepoint.ttx |    596 +
16716  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     |    Bin 900 -> 0 bytes
16717  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttx     |    316 +
16718  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     |    Bin 1000 -> 0 bytes
16719  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttx     |    367 +
16720  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf |    Bin 744 -> 0 bytes
16721  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttx |    231 +
16722  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
16723  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttx |    596 +
16724  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    |    Bin 984 -> 0 bytes
16725  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttx    |    364 +
16726  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    |    Bin 1076 -> 0 bytes
16727  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttx    |    411 +
16728  .../colrv1/TestCOLRv1.retain-gids.E004.ttf         |    Bin 836 -> 0 bytes
16729  .../colrv1/TestCOLRv1.retain-gids.E004.ttx         |    291 +
16730  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf |    Bin 1444 -> 0 bytes
16731  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttx |    596 +
16732  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  |    Bin 3080 -> 0 bytes
16733  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttx  |   1659 +
16734  .../full-font/Roboto-Regular.default.61,62,63.ttf  |    Bin 2672 -> 0 bytes
16735  .../full-font/Roboto-Regular.default.61,62,63.ttx  |   1422 +
16736  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      |    Bin 3024 -> 0 bytes
16737  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttx      |   1571 +
16738  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 1632 -> 0 bytes
16739  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttx |    549 +
16740  .../Roboto-Regular.drop-hints.61,62,63.ttf         |    Bin 1412 -> 0 bytes
16741  .../Roboto-Regular.drop-hints.61,62,63.ttx         |    494 +
16742  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   |    Bin 1648 -> 0 bytes
16743  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttx   |    529 +
16744  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf |    Bin 3992 -> 0 bytes
16745  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttx |   1355 +
16746  .../SourceSerifVariable-Roman.default.61,62,63.ttf |    Bin 3832 -> 0 bytes
16747  .../SourceSerifVariable-Roman.default.61,62,63.ttx |   1262 +
16748  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf |    Bin 4396 -> 0 bytes
16749  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttx |   1522 +
16750  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf |    Bin 3968 -> 0 bytes
16751  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttx |   1349 +
16752  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf |    Bin 3832 -> 0 bytes
16753  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttx |   1262 +
16754  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf |    Bin 4396 -> 0 bytes
16755  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttx |   1522 +
16756  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  |    Bin 2344 -> 0 bytes
16757  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttx  |   1187 +
16758  .../japanese/Mplus1p-Regular.default.25771.ttf     |    Bin 1992 -> 0 bytes
16759  .../japanese/Mplus1p-Regular.default.25771.ttx     |   1033 +
16760  ...gular.default.3042,3044,3046,3048,304A,304B.ttf |    Bin 2704 -> 0 bytes
16761  ...gular.default.3042,3044,3046,3048,304A,304B.ttx |   1296 +
16762  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2948 -> 0 bytes
16763  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 +
16764  .../Mplus1p-Regular.default.61,63,65,6B.ttf        |    Bin 2324 -> 0 bytes
16765  .../Mplus1p-Regular.default.61,63,65,6B.ttx        |   1172 +
16766  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 3244 -> 0 bytes
16767  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 +
16768  .../japanese/Mplus1p-Regular.default.660E.ttf      |    Bin 1984 -> 0 bytes
16769  .../japanese/Mplus1p-Regular.default.660E.ttx      |   1024 +
16770  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf |    Bin 1616 -> 0 bytes
16771  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttx |    522 +
16772  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  |    Bin 1264 -> 0 bytes
16773  .../japanese/Mplus1p-Regular.drop-hints.25771.ttx  |    368 +
16774  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf |    Bin 1976 -> 0 bytes
16775  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttx |    631 +
16776  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2220 -> 0 bytes
16777  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttx |    738 +
16778  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     |    Bin 1596 -> 0 bytes
16779  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttx     |    507 +
16780  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 2516 -> 0 bytes
16781  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttx |    857 +
16782  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   |    Bin 1256 -> 0 bytes
16783  .../japanese/Mplus1p-Regular.drop-hints.660E.ttx   |    359 +
16784  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf |    Bin 2344 -> 0 bytes
16785  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttx |   1187 +
16786  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   |    Bin 1992 -> 0 bytes
16787  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttx   |   1033 +
16788  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf |    Bin 2704 -> 0 bytes
16789  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttx |   1296 +
16790  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf |    Bin 2948 -> 0 bytes
16791  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttx |   1403 +
16792  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      |    Bin 2324 -> 0 bytes
16793  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttx      |   1172 +
16794  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf |    Bin 3244 -> 0 bytes
16795  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttx |   1522 +
16796  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    |    Bin 1984 -> 0 bytes
16797  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttx    |   1024 +
16798  ...text1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
16799  ...text1_multiple_subrules_f1.default.41,42,43.ttx |    284 +
16800  ...context1_multiple_subrules_f1.default.41,42.otf |    Bin 1228 -> 0 bytes
16801  ...context1_multiple_subrules_f1.default.41,42.ttx |    265 +
16802  ...context1_multiple_subrules_f1.default.41,43.otf |    Bin 1332 -> 0 bytes
16803  ...context1_multiple_subrules_f1.default.41,43.ttx |    275 +
16804  ...os_context1_multiple_subrules_f1.default.41.otf |    Bin 1216 -> 0 bytes
16805  ...os_context1_multiple_subrules_f1.default.41.ttx |    256 +
16806  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
16807  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
16808  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
16809  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
16810  ...ext1_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
16811  ...ext1_multiple_subrules_f1.retain-gids.41,42.ttx |    585 +
16812  ...ext1_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
16813  ...ext1_multiple_subrules_f1.retain-gids.41,43.ttx |    600 +
16814  ...ontext1_multiple_subrules_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
16815  ...ontext1_multiple_subrules_f1.retain-gids.41.ttx |    576 +
16816  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
16817  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
16818  ...text2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
16819  ...text2_multiple_subrules_f1.default.41,42,43.ttx |    284 +
16820  ...context2_multiple_subrules_f1.default.41,42.otf |    Bin 1228 -> 0 bytes
16821  ...context2_multiple_subrules_f1.default.41,42.ttx |    265 +
16822  ...context2_multiple_subrules_f1.default.41,43.otf |    Bin 1332 -> 0 bytes
16823  ...context2_multiple_subrules_f1.default.41,43.ttx |    275 +
16824  ...os_context2_multiple_subrules_f1.default.41.otf |    Bin 1216 -> 0 bytes
16825  ...os_context2_multiple_subrules_f1.default.41.ttx |    256 +
16826  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
16827  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
16828  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
16829  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
16830  ...ext2_multiple_subrules_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
16831  ...ext2_multiple_subrules_f1.retain-gids.41,42.ttx |    585 +
16832  ...ext2_multiple_subrules_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
16833  ...ext2_multiple_subrules_f1.retain-gids.41,43.ttx |    600 +
16834  ...ontext2_multiple_subrules_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
16835  ...ontext2_multiple_subrules_f1.retain-gids.41.ttx |    576 +
16836  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
16837  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
16838  .../gpos_context3_simple_f1.default.41,42,43.otf   |    Bin 1308 -> 0 bytes
16839  .../gpos_context3_simple_f1.default.41,42,43.ttx   |    284 +
16840  .../gpos_context3_simple_f1.default.41,42.otf      |    Bin 1208 -> 0 bytes
16841  .../gpos_context3_simple_f1.default.41,42.ttx      |    265 +
16842  .../gpos_context3_simple_f1.default.41,43.otf      |    Bin 1312 -> 0 bytes
16843  .../gpos_context3_simple_f1.default.41,43.ttx      |    275 +
16844  .../gpos_context3_simple_f1.default.41.otf         |    Bin 1196 -> 0 bytes
16845  .../gpos_context3_simple_f1.default.41.ttx         |    256 +
16846  ...ext3_simple_f1.default.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
16847  ...ext3_simple_f1.default.retain-all-codepoint.ttx |   1247 +
16848  ...pos_context3_simple_f1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
16849  ...pos_context3_simple_f1.retain-gids.41,42,43.ttx |    604 +
16850  .../gpos_context3_simple_f1.retain-gids.41,42.otf  |    Bin 1912 -> 0 bytes
16851  .../gpos_context3_simple_f1.retain-gids.41,42.ttx  |    585 +
16852  .../gpos_context3_simple_f1.retain-gids.41,43.otf  |    Bin 2028 -> 0 bytes
16853  .../gpos_context3_simple_f1.retain-gids.41,43.ttx  |    600 +
16854  .../gpos_context3_simple_f1.retain-gids.41.otf     |    Bin 1896 -> 0 bytes
16855  .../gpos_context3_simple_f1.retain-gids.41.ttx     |    576 +
16856  ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
16857  ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
16858  .../IndicTestJalandhar-Regular.default.A01.ttf     |    Bin 4176 -> 0 bytes
16859  .../IndicTestJalandhar-Regular.default.A01.ttx     |   2916 +
16860  .../IndicTestJalandhar-Regular.default.A05,A06.ttf |    Bin 4752 -> 0 bytes
16861  .../IndicTestJalandhar-Regular.default.A05,A06.ttx |   3167 +
16862  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf |    Bin 4724 -> 0 bytes
16863  .../IndicTestJalandhar-Regular.default.A07,A1B.ttx |   3148 +
16864  ...andhar-Regular.default.retain-all-codepoint.ttf |    Bin 49244 -> 0 bytes
16865  ...andhar-Regular.default.retain-all-codepoint.ttx |  22554 +++
16866  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  |    Bin 1036 -> 0 bytes
16867  .../IndicTestJalandhar-Regular.drop-hints.A01.ttx  |    281 +
16868  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf |    Bin 1344 -> 0 bytes
16869  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttx |    403 +
16870  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf |    Bin 1344 -> 0 bytes
16871  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttx |    404 +
16872  ...har-Regular.drop-hints.retain-all-codepoint.ttf |    Bin 29464 -> 0 bytes
16873  ...har-Regular.drop-hints.retain-all-codepoint.ttx |  11627 ++
16874  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   |    Bin 4176 -> 0 bytes
16875  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttx   |   2916 +
16876  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf |    Bin 4752 -> 0 bytes
16877  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttx |   3167 +
16878  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf |    Bin 4724 -> 0 bytes
16879  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttx |   3148 +
16880  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf |    Bin 49244 -> 0 bytes
16881  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttx |  22554 +++
16882  .../AdobeVFPrototype.default.41,42,43,57.otf       |    Bin 5440 -> 0 bytes
16883  .../AdobeVFPrototype.default.41,42,43,57.ttx       |   1536 +
16884  .../AdobeVFPrototype.default.41,42,43.otf          |    Bin 4908 -> 0 bytes
16885  .../AdobeVFPrototype.default.41,42,43.ttx          |   1338 +
16886  .../AdobeVFPrototype.default.41,42.otf             |    Bin 4432 -> 0 bytes
16887  .../AdobeVFPrototype.default.41,42.ttx             |   1201 +
16888  .../AdobeVFPrototype.default.41,56,57.otf          |    Bin 4576 -> 0 bytes
16889  .../AdobeVFPrototype.default.41,56,57.ttx          |   1310 +
16890  .../AdobeVFPrototype.default.41.otf                |    Bin 3728 -> 0 bytes
16891  .../AdobeVFPrototype.default.41.ttx                |   1000 +
16892  .../AdobeVFPrototype.default.42,57.otf             |    Bin 4564 -> 0 bytes
16893  .../AdobeVFPrototype.default.42,57.ttx             |   1253 +
16894  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    |    Bin 5252 -> 0 bytes
16895  .../AdobeVFPrototype.drop-hints.41,42,43,57.ttx    |   1500 +
16896  .../AdobeVFPrototype.drop-hints.41,42,43.otf       |    Bin 4720 -> 0 bytes
16897  .../AdobeVFPrototype.drop-hints.41,42,43.ttx       |   1302 +
16898  .../AdobeVFPrototype.drop-hints.41,42.otf          |    Bin 4244 -> 0 bytes
16899  .../AdobeVFPrototype.drop-hints.41,42.ttx          |   1165 +
16900  .../AdobeVFPrototype.drop-hints.41,56,57.otf       |    Bin 4384 -> 0 bytes
16901  .../AdobeVFPrototype.drop-hints.41,56,57.ttx       |   1274 +
16902  .../AdobeVFPrototype.drop-hints.41.otf             |    Bin 3540 -> 0 bytes
16903  .../AdobeVFPrototype.drop-hints.41.ttx             |    964 +
16904  .../AdobeVFPrototype.drop-hints.42,57.otf          |    Bin 4376 -> 0 bytes
16905  .../AdobeVFPrototype.drop-hints.42,57.ttx          |   1217 +
16906  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf |    Bin 5440 -> 0 bytes
16907  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.ttx |   1536 +
16908  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   |    Bin 4908 -> 0 bytes
16909  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.ttx   |   1338 +
16910  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      |    Bin 4432 -> 0 bytes
16911  .../AdobeVFPrototype.keep-gdef-gpos.41,42.ttx      |   1201 +
16912  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   |    Bin 4576 -> 0 bytes
16913  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.ttx   |   1310 +
16914  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         |    Bin 3728 -> 0 bytes
16915  .../AdobeVFPrototype.keep-gdef-gpos.41.ttx         |   1000 +
16916  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      |    Bin 4564 -> 0 bytes
16917  .../AdobeVFPrototype.keep-gdef-gpos.42,57.ttx      |   1253 +
16918  .../Roboto-Regular.default.1E00,303.ttf            |    Bin 2524 -> 0 bytes
16919  .../Roboto-Regular.default.1E00,303.ttx            |   1258 +
16920  .../layout.gdef/Roboto-Regular.default.303.ttf     |    Bin 2116 -> 0 bytes
16921  .../layout.gdef/Roboto-Regular.default.303.ttx     |   1012 +
16922  .../Roboto-Regular.default.309,20,30F.ttf          |    Bin 2212 -> 0 bytes
16923  .../Roboto-Regular.default.309,20,30F.ttx          |   1054 +
16924  .../layout.gdef/Roboto-Regular.default.323.ttf     |    Bin 2008 -> 0 bytes
16925  .../layout.gdef/Roboto-Regular.default.323.ttx     |    949 +
16926  .../Roboto-Regular.default.41,42,43.ttf            |    Bin 2572 -> 0 bytes
16927  .../Roboto-Regular.default.41,42,43.ttx            |   1349 +
16928  .../Roboto-Regular.drop-hints.1E00,303.ttf         |    Bin 1380 -> 0 bytes
16929  .../Roboto-Regular.drop-hints.1E00,303.ttx         |    443 +
16930  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  |    Bin 1112 -> 0 bytes
16931  .../layout.gdef/Roboto-Regular.drop-hints.303.ttx  |    312 +
16932  .../Roboto-Regular.drop-hints.309,20,30F.ttf       |    Bin 1172 -> 0 bytes
16933  .../Roboto-Regular.drop-hints.309,20,30F.ttx       |    328 +
16934  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  |    Bin 1056 -> 0 bytes
16935  .../layout.gdef/Roboto-Regular.drop-hints.323.ttx  |    291 +
16936  .../Roboto-Regular.drop-hints.41,42,43.ttf         |    Bin 1388 -> 0 bytes
16937  .../Roboto-Regular.drop-hints.41,42,43.ttx         |    480 +
16938  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     |    Bin 2524 -> 0 bytes
16939  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttx     |   1258 +
16940  .../Roboto-Regular.keep-gdef-gpos.303.ttf          |    Bin 2116 -> 0 bytes
16941  .../Roboto-Regular.keep-gdef-gpos.303.ttx          |   1012 +
16942  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   |    Bin 2212 -> 0 bytes
16943  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttx   |   1054 +
16944  .../Roboto-Regular.keep-gdef-gpos.323.ttf          |    Bin 2008 -> 0 bytes
16945  .../Roboto-Regular.keep-gdef-gpos.323.ttx          |    949 +
16946  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     |    Bin 2572 -> 0 bytes
16947  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttx     |   1349 +
16948  .../layout.gpos/gpos1_2_font.default.41,43.otf     |    Bin 1292 -> 0 bytes
16949  .../layout.gpos/gpos1_2_font.default.41,43.ttx     |    275 +
16950  .../layout.gpos/gpos1_2_font.default.41,46.otf     |    Bin 1424 -> 0 bytes
16951  .../layout.gpos/gpos1_2_font.default.41,46.ttx     |    286 +
16952  .../layout.gpos/gpos1_2_font.default.41.otf        |    Bin 1176 -> 0 bytes
16953  .../layout.gpos/gpos1_2_font.default.41.ttx        |    256 +
16954  .../layout.gpos/gpos1_2_font.default.42,44.otf     |    Bin 1268 -> 0 bytes
16955  .../layout.gpos/gpos1_2_font.default.42,44.ttx     |    265 +
16956  .../layout.gpos/gpos1_2_font.default.43,46.otf     |    Bin 1288 -> 0 bytes
16957  .../layout.gpos/gpos1_2_font.default.43,46.ttx     |    275 +
16958  .../gpos1_2_font.default.retain-all-codepoint.otf  |    Bin 3604 -> 0 bytes
16959  .../gpos1_2_font.default.retain-all-codepoint.ttx  |   1221 +
16960  .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf |    Bin 2008 -> 0 bytes
16961  .../layout.gpos/gpos1_2_font.retain-gids.41,43.ttx |    600 +
16962  .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf |    Bin 2172 -> 0 bytes
16963  .../layout.gpos/gpos1_2_font.retain-gids.41,46.ttx |    626 +
16964  .../layout.gpos/gpos1_2_font.retain-gids.41.otf    |    Bin 1876 -> 0 bytes
16965  .../layout.gpos/gpos1_2_font.retain-gids.41.ttx    |    576 +
16966  .../layout.gpos/gpos1_2_font.retain-gids.42,44.otf |    Bin 1992 -> 0 bytes
16967  .../layout.gpos/gpos1_2_font.retain-gids.42,44.ttx |    595 +
16968  .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf |    Bin 2036 -> 0 bytes
16969  .../layout.gpos/gpos1_2_font.retain-gids.43,46.ttx |    615 +
16970  ...os1_2_font.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
16971  ...os1_2_font.retain-gids.retain-all-codepoint.ttx |   1221 +
16972  .../gpos2_1_font7.default.21,23,25.otf             |    Bin 1360 -> 0 bytes
16973  .../gpos2_1_font7.default.21,23,25.ttx             |    287 +
16974  .../layout.gpos2/gpos2_1_font7.default.21,23.otf   |    Bin 1240 -> 0 bytes
16975  .../layout.gpos2/gpos2_1_font7.default.21,23.ttx   |    268 +
16976  .../layout.gpos2/gpos2_1_font7.default.2E,23.otf   |    Bin 1508 -> 0 bytes
16977  .../layout.gpos2/gpos2_1_font7.default.2E,23.ttx   |    291 +
16978  .../gpos2_1_font7.default.41,42,43.otf             |    Bin 1288 -> 0 bytes
16979  .../gpos2_1_font7.default.41,42,43.ttx             |    284 +
16980  .../gpos2_1_font7.default.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
16981  .../gpos2_1_font7.default.retain-all-codepoint.ttx |   1221 +
16982  .../gpos2_1_font7.retain-gids.21,23,25.otf         |    Bin 1696 -> 0 bytes
16983  .../gpos2_1_font7.retain-gids.21,23,25.ttx         |    457 +
16984  .../gpos2_1_font7.retain-gids.21,23.otf            |    Bin 1564 -> 0 bytes
16985  .../gpos2_1_font7.retain-gids.21,23.ttx            |    433 +
16986  .../gpos2_1_font7.retain-gids.2E,23.otf            |    Bin 1944 -> 0 bytes
16987  .../gpos2_1_font7.retain-gids.2E,23.ttx            |    511 +
16988  .../gpos2_1_font7.retain-gids.41,42,43.otf         |    Bin 1988 -> 0 bytes
16989  .../gpos2_1_font7.retain-gids.41,42,43.ttx         |    604 +
16990  ...s2_1_font7.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
16991  ...s2_1_font7.retain-gids.retain-all-codepoint.ttx |   1221 +
16992  .../gpos2_2_font5.default.21,23,25.otf             |    Bin 1360 -> 0 bytes
16993  .../gpos2_2_font5.default.21,23,25.ttx             |    287 +
16994  .../layout.gpos2/gpos2_2_font5.default.21,23.otf   |    Bin 1240 -> 0 bytes
16995  .../layout.gpos2/gpos2_2_font5.default.21,23.ttx   |    268 +
16996  .../layout.gpos2/gpos2_2_font5.default.2E,23.otf   |    Bin 1508 -> 0 bytes
16997  .../layout.gpos2/gpos2_2_font5.default.2E,23.ttx   |    291 +
16998  .../gpos2_2_font5.default.41,42,43.otf             |    Bin 1288 -> 0 bytes
16999  .../gpos2_2_font5.default.41,42,43.ttx             |    284 +
17000  .../gpos2_2_font5.default.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
17001  .../gpos2_2_font5.default.retain-all-codepoint.ttx |   1221 +
17002  .../gpos2_2_font5.retain-gids.21,23,25.otf         |    Bin 1696 -> 0 bytes
17003  .../gpos2_2_font5.retain-gids.21,23,25.ttx         |    457 +
17004  .../gpos2_2_font5.retain-gids.21,23.otf            |    Bin 1564 -> 0 bytes
17005  .../gpos2_2_font5.retain-gids.21,23.ttx            |    433 +
17006  .../gpos2_2_font5.retain-gids.2E,23.otf            |    Bin 1944 -> 0 bytes
17007  .../gpos2_2_font5.retain-gids.2E,23.ttx            |    511 +
17008  .../gpos2_2_font5.retain-gids.41,42,43.otf         |    Bin 1988 -> 0 bytes
17009  .../gpos2_2_font5.retain-gids.41,42,43.ttx         |    604 +
17010  ...s2_2_font5.retain-gids.retain-all-codepoint.otf |    Bin 3604 -> 0 bytes
17011  ...s2_2_font5.retain-gids.retain-all-codepoint.ttx |   1221 +
17012  .../layout.gpos3/gpos3_font3.default.28,29.otf     |    Bin 1248 -> 0 bytes
17013  .../layout.gpos3/gpos3_font3.default.28,29.ttx     |    276 +
17014  .../layout.gpos3/gpos3_font3.default.28,2B.otf     |    Bin 1376 -> 0 bytes
17015  .../layout.gpos3/gpos3_font3.default.28,2B.ttx     |    282 +
17016  .../layout.gpos3/gpos3_font3.default.29,2B.otf     |    Bin 1292 -> 0 bytes
17017  .../layout.gpos3/gpos3_font3.default.29,2B.ttx     |    277 +
17018  .../layout.gpos3/gpos3_font3.default.41,42,43.otf  |    Bin 1284 -> 0 bytes
17019  .../layout.gpos3/gpos3_font3.default.41,42,43.ttx  |    284 +
17020  .../gpos3_font3.default.retain-all-codepoint.otf   |    Bin 3636 -> 0 bytes
17021  .../gpos3_font3.default.retain-all-codepoint.ttx   |   1228 +
17022  .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf |    Bin 1632 -> 0 bytes
17023  .../layout.gpos3/gpos3_font3.retain-gids.28,29.ttx |    471 +
17024  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf |    Bin 1780 -> 0 bytes
17025  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.ttx |    487 +
17026  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf |    Bin 1696 -> 0 bytes
17027  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.ttx |    482 +
17028  .../gpos3_font3.retain-gids.41,42,43.otf           |    Bin 1984 -> 0 bytes
17029  .../gpos3_font3.retain-gids.41,42,43.ttx           |    604 +
17030  ...pos3_font3.retain-gids.retain-all-codepoint.otf |    Bin 3636 -> 0 bytes
17031  ...pos3_font3.retain-gids.retain-all-codepoint.ttx |   1228 +
17032  ...pos4_multiple_anchors_1.default.41,42,43,44.otf |    Bin 1516 -> 0 bytes
17033  ...pos4_multiple_anchors_1.default.41,42,43,44.ttx |    304 +
17034  ...pos4_multiple_anchors_1.default.41,42,43,45.otf |    Bin 1524 -> 0 bytes
17035  ...pos4_multiple_anchors_1.default.41,42,43,45.ttx |    305 +
17036  .../gpos4_multiple_anchors_1.default.41,42,43.otf  |    Bin 1308 -> 0 bytes
17037  .../gpos4_multiple_anchors_1.default.41,42,43.ttx  |    284 +
17038  .../gpos4_multiple_anchors_1.default.41,42.otf     |    Bin 1208 -> 0 bytes
17039  .../gpos4_multiple_anchors_1.default.41,42.ttx     |    265 +
17040  ...4_multiple_anchors_1.default.41,43,44,45,46.otf |    Bin 1864 -> 0 bytes
17041  ...4_multiple_anchors_1.default.41,43,44,45,46.ttx |    336 +
17042  .../gpos4_multiple_anchors_1.default.41,43,44.otf  |    Bin 1524 -> 0 bytes
17043  .../gpos4_multiple_anchors_1.default.41,43,44.ttx  |    295 +
17044  .../gpos4_multiple_anchors_1.default.41,43,45.otf  |    Bin 1532 -> 0 bytes
17045  .../gpos4_multiple_anchors_1.default.41,43,45.ttx  |    296 +
17046  .../gpos4_multiple_anchors_1.default.41,43.otf     |    Bin 1312 -> 0 bytes
17047  .../gpos4_multiple_anchors_1.default.41,43.ttx     |    275 +
17048  .../gpos4_multiple_anchors_1.default.41.otf        |    Bin 1196 -> 0 bytes
17049  .../gpos4_multiple_anchors_1.default.41.ttx        |    256 +
17050  ...iple_anchors_1.default.retain-all-codepoint.otf |    Bin 3668 -> 0 bytes
17051  ...iple_anchors_1.default.retain-all-codepoint.ttx |   1233 +
17052  ..._multiple_anchors_1.retain-gids.41,42,43,44.otf |    Bin 2220 -> 0 bytes
17053  ..._multiple_anchors_1.retain-gids.41,42,43,44.ttx |    624 +
17054  ..._multiple_anchors_1.retain-gids.41,42,43,45.otf |    Bin 2244 -> 0 bytes
17055  ..._multiple_anchors_1.retain-gids.41,42,43,45.ttx |    630 +
17056  ...os4_multiple_anchors_1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
17057  ...os4_multiple_anchors_1.retain-gids.41,42,43.ttx |    604 +
17058  .../gpos4_multiple_anchors_1.retain-gids.41,42.otf |    Bin 1912 -> 0 bytes
17059  .../gpos4_multiple_anchors_1.retain-gids.41,42.ttx |    585 +
17060  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf |    Bin 2584 -> 0 bytes
17061  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.ttx |    661 +
17062  ...os4_multiple_anchors_1.retain-gids.41,43,44.otf |    Bin 2240 -> 0 bytes
17063  ...os4_multiple_anchors_1.retain-gids.41,43,44.ttx |    620 +
17064  ...os4_multiple_anchors_1.retain-gids.41,43,45.otf |    Bin 2260 -> 0 bytes
17065  ...os4_multiple_anchors_1.retain-gids.41,43,45.ttx |    626 +
17066  .../gpos4_multiple_anchors_1.retain-gids.41,43.otf |    Bin 2028 -> 0 bytes
17067  .../gpos4_multiple_anchors_1.retain-gids.41,43.ttx |    600 +
17068  .../gpos4_multiple_anchors_1.retain-gids.41.otf    |    Bin 1896 -> 0 bytes
17069  .../gpos4_multiple_anchors_1.retain-gids.41.ttx    |    576 +
17070  ..._anchors_1.retain-gids.retain-all-codepoint.otf |    Bin 3668 -> 0 bytes
17071  ..._anchors_1.retain-gids.retain-all-codepoint.ttx |   1233 +
17072  .../gpos5_font1.default.41,42,43,44.otf            |    Bin 1536 -> 0 bytes
17073  .../gpos5_font1.default.41,42,43,44.ttx            |    323 +
17074  .../gpos5_font1.default.41,42,43,45.otf            |    Bin 1544 -> 0 bytes
17075  .../gpos5_font1.default.41,42,43,45.ttx            |    324 +
17076  .../layout.gpos5/gpos5_font1.default.41,42,43.otf  |    Bin 1328 -> 0 bytes
17077  .../layout.gpos5/gpos5_font1.default.41,42,43.ttx  |    303 +
17078  .../layout.gpos5/gpos5_font1.default.41,42,44.otf  |    Bin 1460 -> 0 bytes
17079  .../layout.gpos5/gpos5_font1.default.41,42,44.ttx  |    304 +
17080  .../layout.gpos5/gpos5_font1.default.41,42,45.otf  |    Bin 1448 -> 0 bytes
17081  .../layout.gpos5/gpos5_font1.default.41,42,45.ttx  |    305 +
17082  .../layout.gpos5/gpos5_font1.default.41,42.otf     |    Bin 1228 -> 0 bytes
17083  .../layout.gpos5/gpos5_font1.default.41,42.ttx     |    284 +
17084  .../layout.gpos5/gpos5_font1.default.41,43.otf     |    Bin 1332 -> 0 bytes
17085  .../layout.gpos5/gpos5_font1.default.41,43.ttx     |    294 +
17086  .../layout.gpos5/gpos5_font1.default.41.otf        |    Bin 1216 -> 0 bytes
17087  .../layout.gpos5/gpos5_font1.default.41.ttx        |    275 +
17088  .../layout.gpos5/gpos5_font1.default.42.otf        |    Bin 1076 -> 0 bytes
17089  .../layout.gpos5/gpos5_font1.default.42.ttx        |    264 +
17090  .../gpos5_font1.default.retain-all-codepoint.otf   |    Bin 3688 -> 0 bytes
17091  .../gpos5_font1.default.retain-all-codepoint.ttx   |   1250 +
17092  .../gpos5_font1.retain-gids.41,42,43,44.otf        |    Bin 2240 -> 0 bytes
17093  .../gpos5_font1.retain-gids.41,42,43,44.ttx        |    643 +
17094  .../gpos5_font1.retain-gids.41,42,43,45.otf        |    Bin 2264 -> 0 bytes
17095  .../gpos5_font1.retain-gids.41,42,43,45.ttx        |    649 +
17096  .../gpos5_font1.retain-gids.41,42,43.otf           |    Bin 2028 -> 0 bytes
17097  .../gpos5_font1.retain-gids.41,42,43.ttx           |    623 +
17098  .../gpos5_font1.retain-gids.41,42,44.otf           |    Bin 2176 -> 0 bytes
17099  .../gpos5_font1.retain-gids.41,42,44.ttx           |    629 +
17100  .../gpos5_font1.retain-gids.41,42,45.otf           |    Bin 2172 -> 0 bytes
17101  .../gpos5_font1.retain-gids.41,42,45.ttx           |    635 +
17102  .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
17103  .../layout.gpos5/gpos5_font1.retain-gids.41,42.ttx |    604 +
17104  .../layout.gpos5/gpos5_font1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
17105  .../layout.gpos5/gpos5_font1.retain-gids.41,43.ttx |    619 +
17106  .../layout.gpos5/gpos5_font1.retain-gids.41.otf    |    Bin 1916 -> 0 bytes
17107  .../layout.gpos5/gpos5_font1.retain-gids.41.ttx    |    595 +
17108  .../layout.gpos5/gpos5_font1.retain-gids.42.otf    |    Bin 1788 -> 0 bytes
17109  .../layout.gpos5/gpos5_font1.retain-gids.42.ttx    |    589 +
17110  ...pos5_font1.retain-gids.retain-all-codepoint.otf |    Bin 3688 -> 0 bytes
17111  ...pos5_font1.retain-gids.retain-all-codepoint.ttx |   1250 +
17112  .../gpos6_font1.default.41,42,43,44.otf            |    Bin 1492 -> 0 bytes
17113  .../gpos6_font1.default.41,42,43,44.ttx            |    304 +
17114  .../gpos6_font1.default.41,42,43,45.otf            |    Bin 1500 -> 0 bytes
17115  .../gpos6_font1.default.41,42,43,45.ttx            |    305 +
17116  .../layout.gpos6/gpos6_font1.default.41,42,43.otf  |    Bin 1284 -> 0 bytes
17117  .../layout.gpos6/gpos6_font1.default.41,42,43.ttx  |    284 +
17118  .../layout.gpos6/gpos6_font1.default.41,42.otf     |    Bin 1184 -> 0 bytes
17119  .../layout.gpos6/gpos6_font1.default.41,42.ttx     |    265 +
17120  .../gpos6_font1.default.41,43,44,45,46.otf         |    Bin 1840 -> 0 bytes
17121  .../gpos6_font1.default.41,43,44,45,46.ttx         |    336 +
17122  .../layout.gpos6/gpos6_font1.default.41,43,44.otf  |    Bin 1500 -> 0 bytes
17123  .../layout.gpos6/gpos6_font1.default.41,43,44.ttx  |    295 +
17124  .../layout.gpos6/gpos6_font1.default.41,43,45.otf  |    Bin 1508 -> 0 bytes
17125  .../layout.gpos6/gpos6_font1.default.41,43,45.ttx  |    296 +
17126  .../layout.gpos6/gpos6_font1.default.41,43.otf     |    Bin 1288 -> 0 bytes
17127  .../layout.gpos6/gpos6_font1.default.41,43.ttx     |    275 +
17128  .../layout.gpos6/gpos6_font1.default.41.otf        |    Bin 1172 -> 0 bytes
17129  .../layout.gpos6/gpos6_font1.default.41.ttx        |    256 +
17130  .../gpos6_font1.default.retain-all-codepoint.otf   |    Bin 3644 -> 0 bytes
17131  .../gpos6_font1.default.retain-all-codepoint.ttx   |   1231 +
17132  .../gpos6_font1.retain-gids.41,42,43,44.otf        |    Bin 2196 -> 0 bytes
17133  .../gpos6_font1.retain-gids.41,42,43,44.ttx        |    624 +
17134  .../gpos6_font1.retain-gids.41,42,43,45.otf        |    Bin 2220 -> 0 bytes
17135  .../gpos6_font1.retain-gids.41,42,43,45.ttx        |    630 +
17136  .../gpos6_font1.retain-gids.41,42,43.otf           |    Bin 1984 -> 0 bytes
17137  .../gpos6_font1.retain-gids.41,42,43.ttx           |    604 +
17138  .../layout.gpos6/gpos6_font1.retain-gids.41,42.otf |    Bin 1888 -> 0 bytes
17139  .../layout.gpos6/gpos6_font1.retain-gids.41,42.ttx |    585 +
17140  .../gpos6_font1.retain-gids.41,43,44,45,46.otf     |    Bin 2560 -> 0 bytes
17141  .../gpos6_font1.retain-gids.41,43,44,45,46.ttx     |    661 +
17142  .../gpos6_font1.retain-gids.41,43,44.otf           |    Bin 2216 -> 0 bytes
17143  .../gpos6_font1.retain-gids.41,43,44.ttx           |    620 +
17144  .../gpos6_font1.retain-gids.41,43,45.otf           |    Bin 2236 -> 0 bytes
17145  .../gpos6_font1.retain-gids.41,43,45.ttx           |    626 +
17146  .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf |    Bin 2004 -> 0 bytes
17147  .../layout.gpos6/gpos6_font1.retain-gids.41,43.ttx |    600 +
17148  .../layout.gpos6/gpos6_font1.retain-gids.41.otf    |    Bin 1872 -> 0 bytes
17149  .../layout.gpos6/gpos6_font1.retain-gids.41.ttx    |    576 +
17150  ...pos6_font1.retain-gids.retain-all-codepoint.otf |    Bin 3644 -> 0 bytes
17151  ...pos6_font1.retain-gids.retain-all-codepoint.ttx |   1231 +
17152  ...ular.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 12684 -> 0 bytes
17153  ...ular.default.627,644,623,62D,644,627,645,2E.ttx |   4529 +
17154  .../Amiri-Regular.default.627,644,62D,628.ttf      |    Bin 9992 -> 0 bytes
17155  .../Amiri-Regular.default.627,644,62D,628.ttx      |   3537 +
17156  .../Amiri-Regular.default.627,644.ttf              |    Bin 4168 -> 0 bytes
17157  .../Amiri-Regular.default.627,644.ttx              |   1383 +
17158  ...-Regular.default.633,645,627,621,20,644,627.ttf |    Bin 9516 -> 0 bytes
17159  ...-Regular.default.633,645,627,621,20,644,627.ttx |   3371 +
17160  .../Amiri-Regular.default.63A,64A,631.ttf          |    Bin 7324 -> 0 bytes
17161  .../Amiri-Regular.default.63A,64A,631.ttx          |   2587 +
17162  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 48012 -> 0 bytes
17163  ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |  28725 ++++
17164  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  |    Bin 42640 -> 0 bytes
17165  .../Amiri-Regular.retain-gids.627,644,62D,628.ttx  |  25101 ++++
17166  .../Amiri-Regular.retain-gids.627,644.ttf          |    Bin 36696 -> 0 bytes
17167  .../Amiri-Regular.retain-gids.627,644.ttx          |  23003 +++
17168  ...ular.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 45908 -> 0 bytes
17169  ...ular.retain-gids.633,645,627,621,20,644,627.ttx |  27759 ++++
17170  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      |    Bin 37988 -> 0 bytes
17171  .../Amiri-Regular.retain-gids.63A,64A,631.ttx      |  22911 +++
17172  ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1840 -> 0 bytes
17173  ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    328 +
17174  ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1332 -> 0 bytes
17175  ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    284 +
17176  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
17177  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
17178  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2304 -> 0 bytes
17179  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 +
17180  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2032 -> 0 bytes
17181  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
17182  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
17183  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
17184  ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1840 -> 0 bytes
17185  ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    328 +
17186  ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1332 -> 0 bytes
17187  ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    284 +
17188  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
17189  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1247 +
17190  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2304 -> 0 bytes
17191  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    563 +
17192  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2032 -> 0 bytes
17193  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    604 +
17194  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3704 -> 0 bytes
17195  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
17196  ...pos_chaining3_simple_f1.default.30,31,32,33.otf |    Bin 1816 -> 0 bytes
17197  ...pos_chaining3_simple_f1.default.30,31,32,33.ttx |    328 +
17198  .../gpos_chaining3_simple_f1.default.41,42,43.otf  |    Bin 1308 -> 0 bytes
17199  .../gpos_chaining3_simple_f1.default.41,42,43.ttx  |    284 +
17200  ...ing3_simple_f1.default.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
17201  ...ing3_simple_f1.default.retain-all-codepoint.ttx |   1247 +
17202  ...chaining3_simple_f1.retain-gids.30,31,32,33.otf |    Bin 2280 -> 0 bytes
17203  ...chaining3_simple_f1.retain-gids.30,31,32,33.ttx |    563 +
17204  ...os_chaining3_simple_f1.retain-gids.41,42,43.otf |    Bin 2008 -> 0 bytes
17205  ...os_chaining3_simple_f1.retain-gids.41,42,43.ttx |    604 +
17206  ..._simple_f1.retain-gids.retain-all-codepoint.otf |    Bin 3680 -> 0 bytes
17207  ..._simple_f1.retain-gids.retain-all-codepoint.ttx |   1247 +
17208  .../layout.gpos9/gpos9_font2.default.41,42.otf     |    Bin 1184 -> 0 bytes
17209  .../layout.gpos9/gpos9_font2.default.41,42.ttx     |    265 +
17210  .../layout.gpos9/gpos9_font2.default.41.otf        |    Bin 1172 -> 0 bytes
17211  .../layout.gpos9/gpos9_font2.default.41.ttx        |    256 +
17212  .../layout.gpos9/gpos9_font2.default.42.otf        |    Bin 1032 -> 0 bytes
17213  .../layout.gpos9/gpos9_font2.default.42.ttx        |    245 +
17214  .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf |    Bin 1888 -> 0 bytes
17215  .../layout.gpos9/gpos9_font2.retain-gids.41,42.ttx |    585 +
17216  .../layout.gpos9/gpos9_font2.retain-gids.41.otf    |    Bin 1872 -> 0 bytes
17217  .../layout.gpos9/gpos9_font2.retain-gids.41.ttx    |    576 +
17218  .../layout.gpos9/gpos9_font2.retain-gids.42.otf    |    Bin 1744 -> 0 bytes
17219  .../layout.gpos9/gpos9_font2.retain-gids.42.ttx    |    570 +
17220  ...ub_alternate_substitution.default.53A9,53F1.otf |    Bin 4348 -> 0 bytes
17221  ...ub_alternate_substitution.default.53A9,53F1.ttx |   1009 +
17222  .../gsub_alternate_substitution.default.53A9.otf   |    Bin 3904 -> 0 bytes
17223  .../gsub_alternate_substitution.default.53A9.ttx   |    924 +
17224  .../gsub_alternate_substitution.default.53F1.otf   |    Bin 2452 -> 0 bytes
17225  .../gsub_alternate_substitution.default.53F1.ttx   |    638 +
17226  ...e_substitution.default.retain-all-codepoint.otf |    Bin 6040 -> 0 bytes
17227  ...e_substitution.default.retain-all-codepoint.ttx |   1387 +
17228  ...lternate_substitution.retain-gids.53A9,53F1.otf |    Bin 4472 -> 0 bytes
17229  ...lternate_substitution.retain-gids.53A9,53F1.ttx |   1063 +
17230  ...sub_alternate_substitution.retain-gids.53A9.otf |    Bin 4056 -> 0 bytes
17231  ...sub_alternate_substitution.retain-gids.53A9.ttx |    990 +
17232  ...sub_alternate_substitution.retain-gids.53F1.otf |    Bin 2648 -> 0 bytes
17233  ...sub_alternate_substitution.retain-gids.53F1.ttx |    728 +
17234  ...bstitution.retain-gids.retain-all-codepoint.otf |    Bin 6132 -> 0 bytes
17235  ...bstitution.retain-gids.retain-all-codepoint.ttx |   1423 +
17236  ...text1_multiple_subrules_f2.default.41,42,43.otf |    Bin 1340 -> 0 bytes
17237  ...text1_multiple_subrules_f2.default.41,42,43.ttx |    290 +
17238  ...context1_multiple_subrules_f2.default.41,42.otf |    Bin 1240 -> 0 bytes
17239  ...context1_multiple_subrules_f2.default.41,42.ttx |    271 +
17240  ...context1_multiple_subrules_f2.default.41,43.otf |    Bin 1344 -> 0 bytes
17241  ...context1_multiple_subrules_f2.default.41,43.ttx |    281 +
17242  ...ub_context1_multiple_subrules_f2.default.41.otf |    Bin 1228 -> 0 bytes
17243  ...ub_context1_multiple_subrules_f2.default.41.ttx |    262 +
17244  ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
17245  ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 +
17246  ...1_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 2040 -> 0 bytes
17247  ...1_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 +
17248  ...ext1_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 1944 -> 0 bytes
17249  ...ext1_multiple_subrules_f2.retain-gids.41,42.ttx |    591 +
17250  ...ext1_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 2060 -> 0 bytes
17251  ...ext1_multiple_subrules_f2.retain-gids.41,43.ttx |    606 +
17252  ...ontext1_multiple_subrules_f2.retain-gids.41.otf |    Bin 1928 -> 0 bytes
17253  ...ontext1_multiple_subrules_f2.retain-gids.41.ttx |    582 +
17254  ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
17255  ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
17256  ...text2_multiple_subrules_f2.default.41,42,43.otf |    Bin 1340 -> 0 bytes
17257  ...text2_multiple_subrules_f2.default.41,42,43.ttx |    290 +
17258  ...context2_multiple_subrules_f2.default.41,42.otf |    Bin 1240 -> 0 bytes
17259  ...context2_multiple_subrules_f2.default.41,42.ttx |    271 +
17260  ...context2_multiple_subrules_f2.default.41,43.otf |    Bin 1344 -> 0 bytes
17261  ...context2_multiple_subrules_f2.default.41,43.ttx |    281 +
17262  ...ub_context2_multiple_subrules_f2.default.41.otf |    Bin 1228 -> 0 bytes
17263  ...ub_context2_multiple_subrules_f2.default.41.ttx |    262 +
17264  ...le_subrules_f2.default.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
17265  ...le_subrules_f2.default.retain-all-codepoint.ttx |   1253 +
17266  ...2_multiple_subrules_f2.retain-gids.41,42,43.otf |    Bin 2040 -> 0 bytes
17267  ...2_multiple_subrules_f2.retain-gids.41,42,43.ttx |    610 +
17268  ...ext2_multiple_subrules_f2.retain-gids.41,42.otf |    Bin 1944 -> 0 bytes
17269  ...ext2_multiple_subrules_f2.retain-gids.41,42.ttx |    591 +
17270  ...ext2_multiple_subrules_f2.retain-gids.41,43.otf |    Bin 2060 -> 0 bytes
17271  ...ext2_multiple_subrules_f2.retain-gids.41,43.ttx |    606 +
17272  ...ontext2_multiple_subrules_f2.retain-gids.41.otf |    Bin 1928 -> 0 bytes
17273  ...ontext2_multiple_subrules_f2.retain-gids.41.ttx |    582 +
17274  ...ubrules_f2.retain-gids.retain-all-codepoint.otf |    Bin 3712 -> 0 bytes
17275  ...ubrules_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
17276  ...sub_context3_successive_f1.default.41,42,43.otf |    Bin 1328 -> 0 bytes
17277  ...sub_context3_successive_f1.default.41,42,43.ttx |    290 +
17278  .../gsub_context3_successive_f1.default.41,42.otf  |    Bin 1228 -> 0 bytes
17279  .../gsub_context3_successive_f1.default.41,42.ttx  |    271 +
17280  .../gsub_context3_successive_f1.default.41,43.otf  |    Bin 1332 -> 0 bytes
17281  .../gsub_context3_successive_f1.default.41,43.ttx  |    281 +
17282  .../gsub_context3_successive_f1.default.41.otf     |    Bin 1216 -> 0 bytes
17283  .../gsub_context3_successive_f1.default.41.ttx     |    262 +
17284  ..._successive_f1.default.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
17285  ..._successive_f1.default.retain-all-codepoint.ttx |   1253 +
17286  ...context3_successive_f1.retain-gids.41,42,43.otf |    Bin 2028 -> 0 bytes
17287  ...context3_successive_f1.retain-gids.41,42,43.ttx |    610 +
17288  ...ub_context3_successive_f1.retain-gids.41,42.otf |    Bin 1932 -> 0 bytes
17289  ...ub_context3_successive_f1.retain-gids.41,42.ttx |    591 +
17290  ...ub_context3_successive_f1.retain-gids.41,43.otf |    Bin 2048 -> 0 bytes
17291  ...ub_context3_successive_f1.retain-gids.41,43.ttx |    606 +
17292  .../gsub_context3_successive_f1.retain-gids.41.otf |    Bin 1916 -> 0 bytes
17293  .../gsub_context3_successive_f1.retain-gids.41.ttx |    582 +
17294  ...cessive_f1.retain-gids.retain-all-codepoint.otf |    Bin 3700 -> 0 bytes
17295  ...cessive_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
17296  ...g1_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1852 -> 0 bytes
17297  ...g1_multiple_subrules_f1.default.30,31,32,33.ttx |    334 +
17298  ...ning1_multiple_subrules_f1.default.41,42,43.otf |    Bin 1344 -> 0 bytes
17299  ...ning1_multiple_subrules_f1.default.41,42,43.ttx |    290 +
17300  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
17301  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 +
17302  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2316 -> 0 bytes
17303  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 +
17304  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2044 -> 0 bytes
17305  ...1_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 +
17306  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
17307  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
17308  ...g2_multiple_subrules_f1.default.30,31,32,33.otf |    Bin 1852 -> 0 bytes
17309  ...g2_multiple_subrules_f1.default.30,31,32,33.ttx |    334 +
17310  ...ning2_multiple_subrules_f1.default.41,42,43.otf |    Bin 1344 -> 0 bytes
17311  ...ning2_multiple_subrules_f1.default.41,42,43.ttx |    290 +
17312  ...le_subrules_f1.default.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
17313  ...le_subrules_f1.default.retain-all-codepoint.ttx |   1253 +
17314  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf |    Bin 2316 -> 0 bytes
17315  ...ultiple_subrules_f1.retain-gids.30,31,32,33.ttx |    569 +
17316  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf |    Bin 2044 -> 0 bytes
17317  ...2_multiple_subrules_f1.retain-gids.41,42,43.ttx |    610 +
17318  ...ubrules_f1.retain-gids.retain-all-codepoint.otf |    Bin 3716 -> 0 bytes
17319  ...ubrules_f1.retain-gids.retain-all-codepoint.ttx |   1253 +
17320  ...sub_chaining3_simple_f2.default.30,31,32,33.otf |    Bin 1828 -> 0 bytes
17321  ...sub_chaining3_simple_f2.default.30,31,32,33.ttx |    334 +
17322  .../gsub_chaining3_simple_f2.default.41,42,43.otf  |    Bin 1320 -> 0 bytes
17323  .../gsub_chaining3_simple_f2.default.41,42,43.ttx  |    290 +
17324  ...ing3_simple_f2.default.retain-all-codepoint.otf |    Bin 3692 -> 0 bytes
17325  ...ing3_simple_f2.default.retain-all-codepoint.ttx |   1253 +
17326  ...chaining3_simple_f2.retain-gids.30,31,32,33.otf |    Bin 2292 -> 0 bytes
17327  ...chaining3_simple_f2.retain-gids.30,31,32,33.ttx |    569 +
17328  ...ub_chaining3_simple_f2.retain-gids.41,42,43.otf |    Bin 2020 -> 0 bytes
17329  ...ub_chaining3_simple_f2.retain-gids.41,42,43.ttx |    610 +
17330  ..._simple_f2.retain-gids.retain-all-codepoint.otf |    Bin 3692 -> 0 bytes
17331  ..._simple_f2.retain-gids.retain-all-codepoint.ttx |   1253 +
17332  ..._created.default.41,42,43,44,45,46,47,48,49.otf |    Bin 2176 -> 0 bytes
17333  ..._created.default.41,42,43,44,45,46,47,48,49.ttx |    392 +
17334  ...nually_created.default.41,42,43,44,45,46,47.otf |    Bin 1888 -> 0 bytes
17335  ...nually_created.default.41,42,43,44,45,46,47.ttx |    357 +
17336  ...nually_created.default.41,42,43,44,45,46,4D.otf |    Bin 1852 -> 0 bytes
17337  ...nually_created.default.41,42,43,44,45,46,4D.ttx |    351 +
17338  ...nually_created.default.41,42,43,44,45,46,51.otf |    Bin 1932 -> 0 bytes
17339  ...nually_created.default.41,42,43,44,45,46,51.ttx |    364 +
17340  ..._manually_created.default.41,42,43,44,45,46.otf |    Bin 1832 -> 0 bytes
17341  ..._manually_created.default.41,42,43,44,45,46.ttx |    343 +
17342  .../gsub8_manually_created.default.41,42,43.otf    |    Bin 1284 -> 0 bytes
17343  .../gsub8_manually_created.default.41,42,43.ttx    |    285 +
17344  .../gsub8_manually_created.default.41.otf          |    Bin 1172 -> 0 bytes
17345  .../gsub8_manually_created.default.41.ttx          |    259 +
17346  .../gsub8_manually_created.default.61.otf          |    Bin 1224 -> 0 bytes
17347  .../gsub8_manually_created.default.61.ttx          |    268 +
17348  ...nually_created.default.retain-all-codepoint.otf |    Bin 3656 -> 0 bytes
17349  ...nually_created.default.retain-all-codepoint.ttx |   1152 +
17350  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf |    Bin 2884 -> 0 bytes
17351  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.ttx |    712 +
17352  ...ly_created.retain-gids.41,42,43,44,45,46,47.otf |    Bin 2596 -> 0 bytes
17353  ...ly_created.retain-gids.41,42,43,44,45,46,47.ttx |    677 +
17354  ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf |    Bin 2636 -> 0 bytes
17355  ...ly_created.retain-gids.41,42,43,44,45,46,4D.ttx |    701 +
17356  ...ly_created.retain-gids.41,42,43,44,45,46,51.otf |    Bin 2760 -> 0 bytes
17357  ...ly_created.retain-gids.41,42,43,44,45,46,51.ttx |    734 +
17358  ...ually_created.retain-gids.41,42,43,44,45,46.otf |    Bin 2540 -> 0 bytes
17359  ...ually_created.retain-gids.41,42,43,44,45,46.ttx |    663 +
17360  ...gsub8_manually_created.retain-gids.41,42,43.otf |    Bin 1984 -> 0 bytes
17361  ...gsub8_manually_created.retain-gids.41,42,43.ttx |    605 +
17362  .../gsub8_manually_created.retain-gids.41.otf      |    Bin 1872 -> 0 bytes
17363  .../gsub8_manually_created.retain-gids.41.ttx      |    579 +
17364  .../gsub8_manually_created.retain-gids.61.otf      |    Bin 2276 -> 0 bytes
17365  .../gsub8_manually_created.retain-gids.61.ttx      |    748 +
17366  ...ly_created.retain-gids.retain-all-codepoint.otf |    Bin 3656 -> 0 bytes
17367  ...ly_created.retain-gids.retain-all-codepoint.ttx |   1152 +
17368  .../expected/layout.khmer/Khmer.default.1780.ttf   |    Bin 4204 -> 0 bytes
17369  .../expected/layout.khmer/Khmer.default.1780.ttx   |   2504 +
17370  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 6412 -> 0 bytes
17371  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   3406 +
17372  .../expected/layout.khmer/Khmer.default.31.ttf     |    Bin 4140 -> 0 bytes
17373  .../expected/layout.khmer/Khmer.default.31.ttx     |   2486 +
17374  .../layout.khmer/Khmer.retain-gids.1780.ttf        |    Bin 4464 -> 0 bytes
17375  .../layout.khmer/Khmer.retain-gids.1780.ttx        |   2676 +
17376  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf |    Bin 7848 -> 0 bytes
17377  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttx |   4310 +
17378  .../expected/layout.khmer/Khmer.retain-gids.31.ttf |    Bin 4256 -> 0 bytes
17379  .../expected/layout.khmer/Khmer.retain-gids.31.ttx |   2562 +
17380  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf |    Bin 11396 -> 0 bytes
17381  ...Bold.default.627,644,623,62D,644,627,645,2E.ttx |   4986 +
17382  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf |    Bin 18248 -> 0 bytes
17383  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttx |   9792 ++
17384  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      |    Bin 3528 -> 0 bytes
17385  .../NotoNastaliqUrdu-Bold.default.627,644.ttx      |   1326 +
17386  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf |    Bin 12368 -> 0 bytes
17387  ...rdu-Bold.default.633,645,627,621,20,644,627.ttx |   5279 +
17388  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  |    Bin 20368 -> 0 bytes
17389  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttx  |  10363 ++
17390  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf |    Bin 18232 -> 0 bytes
17391  ....retain-gids.627,644,623,62D,644,627,645,2E.ttx |   9170 ++
17392  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf |    Bin 24376 -> 0 bytes
17393  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttx |  13452 ++
17394  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  |    Bin 9176 -> 0 bytes
17395  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttx  |   5158 +
17396  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf |    Bin 18172 -> 0 bytes
17397  ...Bold.retain-gids.633,645,627,621,20,644,627.ttx |   8915 ++
17398  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf |    Bin 26588 -> 0 bytes
17399  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttx |  14027 ++
17400  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  |    Bin 2464 -> 0 bytes
17401  .../Roboto-Regular.smallcaps.default.41,42,43.ttx  |   1251 +
17402  .../Roboto-Regular.smallcaps.default.41,43.ttf     |    Bin 2284 -> 0 bytes
17403  .../Roboto-Regular.smallcaps.default.41,43.ttx     |   1120 +
17404  .../layout/Roboto-Regular.smallcaps.default.41.ttf |    Bin 2084 -> 0 bytes
17405  .../layout/Roboto-Regular.smallcaps.default.41.ttx |   1008 +
17406  .../layout/Roboto-Regular.smallcaps.default.43.ttf |    Bin 2116 -> 0 bytes
17407  .../layout/Roboto-Regular.smallcaps.default.43.ttx |   1017 +
17408  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     |    Bin 2388 -> 0 bytes
17409  .../Roboto-Regular.smallcaps.default.CA,CB.ttx     |   1200 +
17410  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf |    Bin 2716 -> 0 bytes
17411  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttx |   1431 +
17412  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf |    Bin 2548 -> 0 bytes
17413  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttx |   1305 +
17414  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    |    Bin 2336 -> 0 bytes
17415  .../Roboto-Regular.smallcaps.retain-gids.41.ttx    |   1188 +
17416  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    |    Bin 2384 -> 0 bytes
17417  .../Roboto-Regular.smallcaps.retain-gids.43.ttx    |   1207 +
17418  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf |    Bin 6476 -> 0 bytes
17419  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttx |   4120 +
17420  .../data/expected/sbix/sbix.default.58,59.ttf      |    Bin 193528 -> 0 bytes
17421  .../data/expected/sbix/sbix.default.58,59.ttx      |  12367 ++
17422  test/subset/data/expected/sbix/sbix.default.58.ttf |    Bin 121168 -> 0 bytes
17423  test/subset/data/expected/sbix/sbix.default.58.ttx |   7801 +
17424  test/subset/data/expected/sbix/sbix.default.59.ttf |    Bin 89364 -> 0 bytes
17425  test/subset/data/expected/sbix/sbix.default.59.ttx |   5813 +
17426  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     |    Bin 193528 -> 0 bytes
17427  .../sbix/sbix.drop-hints-retain-gids.58,59.ttx     |  12367 ++
17428  .../sbix/sbix.drop-hints-retain-gids.58.ttf        |    Bin 121168 -> 0 bytes
17429  .../sbix/sbix.drop-hints-retain-gids.58.ttx        |   7801 +
17430  .../sbix/sbix.drop-hints-retain-gids.59.ttf        |    Bin 89404 -> 0 bytes
17431  .../sbix/sbix.drop-hints-retain-gids.59.ttx        |   5826 +
17432  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   |    Bin 193528 -> 0 bytes
17433  .../data/expected/sbix/sbix.drop-hints.58,59.ttx   |  12367 ++
17434  .../data/expected/sbix/sbix.drop-hints.58.ttf      |    Bin 121168 -> 0 bytes
17435  .../data/expected/sbix/sbix.drop-hints.58.ttx      |   7801 +
17436  .../data/expected/sbix/sbix.drop-hints.59.ttf      |    Bin 89364 -> 0 bytes
17437  .../data/expected/sbix/sbix.drop-hints.59.ttx      |   5813 +
17438  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  |    Bin 193528 -> 0 bytes
17439  .../data/expected/sbix/sbix.retain-gids.58,59.ttx  |  12367 ++
17440  .../data/expected/sbix/sbix.retain-gids.58.ttf     |    Bin 121168 -> 0 bytes
17441  .../data/expected/sbix/sbix.retain-gids.58.ttx     |   7801 +
17442  .../data/expected/sbix/sbix.retain-gids.59.ttf     |    Bin 89404 -> 0 bytes
17443  .../data/expected/sbix/sbix.retain-gids.59.ttx     |   5826 +
17444  .../variable/Fraunces.default.26,66,69,124,125.ttf |    Bin 15792 -> 0 bytes
17445  .../variable/Fraunces.default.26,66,69,124,125.ttx |   6907 +
17446  .../data/expected/variable/Fraunces.default.61.ttf |    Bin 4228 -> 0 bytes
17447  .../data/expected/variable/Fraunces.default.61.ttx |   1427 +
17448  test/subset/generate-expected-outputs.py           |      1 +
17449  test/subset/run-tests.py                           |     24 +-
17450  test/subset/subset_test_suite.py                   |     18 +-
17451  1945 files changed, 3999127 insertions(+), 21 deletions(-)
17452
17453 commit 30579f5a37a7f0e044572e978660f050dc85559a
17454 Author: Behdad Esfahbod <behdad@behdad.org>
17455 Date:   Thu Jul 29 11:19:13 2021 -0600
17456
17457     [set] Document & use open-ended del_range()
17458
17459  src/hb-ot-layout-common.hh   | 2 +-
17460  src/hb-ot-layout-gsubgpos.hh | 2 +-
17461  src/hb-set.cc                | 3 +++
17462  3 files changed, 5 insertions(+), 2 deletions(-)
17463
17464 commit 72489f3e0e41fd5a6b68afd1d0493a79a508e97c
17465 Author: Khaled Hosny <khaled@aliftype.com>
17466 Date:   Thu Jul 29 18:20:03 2021 +0200
17467
17468     [test] Free memory in hb-aots-tester
17469
17470  test/shaping/data/aots/hb-aots-tester.cpp | 108 ++++++++++++++++--------------
17471  1 file changed, 56 insertions(+), 52 deletions(-)
17472
17473 commit 895162d6f324590f79654575bf2b6126034a2042
17474 Author: Khaled Hosny <khaled@aliftype.com>
17475 Date:   Thu Jul 29 18:03:00 2021 +0200
17476
17477     [test] Account for mark zeroing in AOTS tests
17478     
17479     The AOTS are not written with the face that mark glyphs gets their
17480     advances zeroed. Taking this into account makes 16 more tests to pass.
17481
17482  test/shaping/data/aots/hb-aots-tester.cpp               | 17 ++++++++++++-----
17483  test/shaping/data/aots/tests/gpos4_lookupflag.tests     |  4 ++--
17484  .../data/aots/tests/gpos4_multiple_anchors.tests        |  2 +-
17485  test/shaping/data/aots/tests/gpos4_simple.tests         | 10 +++++-----
17486  test/shaping/data/aots/tests/gpos5.tests                |  4 ++--
17487  test/shaping/data/aots/tests/gpos6.tests                |  6 +++---
17488  .../data/aots/tests/gpos_chaining1_lookupflag.tests     |  2 +-
17489  .../data/aots/tests/gpos_chaining2_lookupflag.tests     |  2 +-
17490  .../data/aots/tests/gpos_chaining3_lookupflag.tests     |  2 +-
17491  .../data/aots/tests/gpos_context1_lookupflag.tests      |  4 ++--
17492  .../data/aots/tests/gpos_context2_lookupflag.tests      |  4 ++--
17493  .../data/aots/tests/gpos_context3_lookupflag.tests      |  4 ++--
17494  12 files changed, 34 insertions(+), 27 deletions(-)
17495
17496 commit e65bf60500d575d83d71bc94723c58a4765d59ba
17497 Author: Khaled Hosny <khaled@aliftype.com>
17498 Date:   Thu Jul 29 17:36:09 2021 +0200
17499
17500     [test] make this test runner less verbose
17501     
17502     Print the command being called once and in a way the can be manually
17503     run.
17504
17505  test/shaping/run-tests.py | 6 +-----
17506  1 file changed, 1 insertion(+), 5 deletions(-)
17507
17508 commit 2d54c34680fd22e195eb6bd9e87c25a94e9a4b8b
17509 Author: Behdad Esfahbod <behdad@behdad.org>
17510 Date:   Wed Jul 28 18:20:53 2021 -0600
17511
17512     [subset/VarStore] Fix OOM in fuzzer test
17513     
17514     The test in question is the one added in c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602.
17515     Culprit is that it's allocating lots of memory because of region_indices that
17516     are out-of-range anyway. So, try to filter those out first.
17517
17518  src/hb-ot-layout-common.hh | 28 ++++++++++++++++++----------
17519  src/hb-set.hh              |  2 +-
17520  2 files changed, 19 insertions(+), 11 deletions(-)
17521
17522 commit ff1fe25a5dbd249b8939f3c851d096b8fb1e50b5
17523 Author: Behdad Esfahbod <behdad@behdad.org>
17524 Date:   Wed Jul 28 18:02:52 2021 -0600
17525
17526     [VarStore] Rename internal get_scalars() to get_region_scalars()
17527
17528  src/hb-cff2-interp-cs.hh   |  4 ++--
17529  src/hb-ot-layout-common.hh | 25 +++++++++++++------------
17530  2 files changed, 15 insertions(+), 14 deletions(-)
17531
17532 commit d7541f7b55dc30cd0cbb68f9066b2fff5f60e754
17533 Author: Behdad Esfahbod <behdad@behdad.org>
17534 Date:   Thu Jul 29 00:09:24 2021 -0600
17535
17536     [util/hb-shape] Free cached resources on termination
17537
17538  util/options.cc | 33 +++++++++++++++------------------
17539  util/options.hh | 18 ++++++++++++++----
17540  2 files changed, 29 insertions(+), 22 deletions(-)
17541
17542 commit ad03f34df75bfff32f12787f4af3b972ee57fb19
17543 Author: Behdad Esfahbod <behdad@behdad.org>
17544 Date:   Wed Jul 28 19:05:12 2021 -0600
17545
17546     [util/hb-shape] Cache blob/face in batch mode
17547
17548  util/options.cc | 41 +++++++++++++++++++++++++++++++++++------
17549  util/options.hh |  7 ++++++-
17550  2 files changed, 41 insertions(+), 7 deletions(-)
17551
17552 commit 9a7ff54bb7ce9cafb563f740e25df931868e12dd
17553 Author: Khaled Hosny <khaled@aliftype.com>
17554 Date:   Thu Jul 29 01:52:55 2021 +0200
17555
17556     [test] Write one sequence per-line
17557     
17558     https://github.com/harfbuzz/harfbuzz/pull/3087#issuecomment-888691436
17559
17560  src/gen-emoji-table.py                             |   21 +-
17561  .../data/in-house/tests/emoji-clusters.tests       | 3327 +++++++++++++++++++-
17562  2 files changed, 3265 insertions(+), 83 deletions(-)
17563
17564 commit ddf87ffb22d30d6b15083f1f6d5d4fe20417b538
17565 Author: Khaled Hosny <khaled@aliftype.com>
17566 Date:   Thu Jul 29 01:12:46 2021 +0200
17567
17568     [test] Add generated tests for emoji clusters
17569     
17570     Fixes https://github.com/harfbuzz/harfbuzz/issues/3017
17571     
17572     Uses AdobeBlank2.ttf from:
17573     
17574       https://github.com/adobe-fonts/adobe-blank-2
17575     
17576     instead of a dummy empty font so that everything maps to GID 1 and
17577     control code points are kept instead of being dropped because there is
17578     not space glyph (otherwise we’d need to identify control code points
17579     somehow when generating the expectations).
17580
17581  src/gen-emoji-table.py                             |  39 +++++++++++-
17582  test/shaping/data/in-house/Makefile.sources        |   1 +
17583  test/shaping/data/in-house/fonts/AdobeBlank2.ttf   | Bin 0 -> 2360 bytes
17584  test/shaping/data/in-house/meson.build             |   1 +
17585  .../data/in-house/tests/emoji-clusters.tests       |  66 +++++++++++++++++++++
17586  5 files changed, 105 insertions(+), 2 deletions(-)
17587
17588 commit f0a1892ff991581e787193fb81361d68a93933e7
17589 Author: Behdad Esfahbod <behdad@behdad.org>
17590 Date:   Wed Jul 28 17:36:22 2021 -0600
17591
17592     [serialize] Remove unnecessary pointer indirection
17593
17594  src/hb-open-file.hh            |  4 ++--
17595  src/hb-open-type.hh            | 12 ++++++------
17596  src/hb-ot-cff-common.hh        |  6 +++---
17597  src/hb-ot-cff1-table.hh        |  4 ++--
17598  src/hb-ot-cmap-table.hh        |  6 +++---
17599  src/hb-ot-color-sbix-table.hh  |  2 +-
17600  src/hb-ot-hdmx-table.hh        |  2 +-
17601  src/hb-ot-layout-common.hh     | 20 ++++++++++----------
17602  src/hb-ot-layout-gpos-table.hh |  4 ++--
17603  src/hb-ot-layout-gsub-table.hh | 14 +++++++-------
17604  src/hb-ot-var-hvar-table.hh    |  2 +-
17605  11 files changed, 38 insertions(+), 38 deletions(-)
17606
17607 commit 1c511ed6f6c0f36ec2767b88e4c93682530cfd0d
17608 Author: Behdad Esfahbod <behdad@behdad.org>
17609 Date:   Wed Jul 28 17:33:26 2021 -0600
17610
17611     [subset] Simplify VarStore serialization
17612
17613  src/hb-ot-layout-common.hh | 9 +++++----
17614  1 file changed, 5 insertions(+), 4 deletions(-)
17615
17616 commit ad4c6924926830316fb1593a60d0c4858d095052
17617 Author: Behdad Esfahbod <behdad@behdad.org>
17618 Date:   Wed Jul 28 16:50:34 2021 -0600
17619
17620     [subset] Simplify VarStore serialize
17621
17622  src/hb-ot-layout-common.hh | 25 +++++++++++++------------
17623  1 file changed, 13 insertions(+), 12 deletions(-)
17624
17625 commit 25dee6097741e9594d545ff764623c30289e5c58
17626 Author: Behdad Esfahbod <behdad@behdad.org>
17627 Date:   Wed Jul 28 13:58:24 2021 -0600
17628
17629     [sanitize] Revert some from c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602
17630     
17631     That overflow check was already happening in arrayZ.sanitize().
17632
17633  src/hb-ot-layout-common.hh | 4 +---
17634  1 file changed, 1 insertion(+), 3 deletions(-)
17635
17636 commit 6fe0d7d6e8be657a64eaf288fc4049e010669c89
17637 Author: Behdad Esfahbod <behdad@behdad.org>
17638 Date:   Wed Jul 28 12:06:49 2021 -0600
17639
17640     [GSUB] If MultipleSubst is applied to a ligature-component, preserve lig-id
17641     
17642     Fixes https://github.com/harfbuzz/harfbuzz/issues/3069
17643
17644  src/hb-ot-layout-gsub-table.hh                           |   9 +++++++--
17645  .../fonts/b31e6c52a31edadc16f1bec9efe6019e2d59824a.ttf   | Bin 0 -> 6812 bytes
17646  test/shaping/data/in-house/tests/ligature-id.tests       |   1 +
17647  3 files changed, 8 insertions(+), 2 deletions(-)
17648
17649 commit b926fb9bb010e838282b9f735c3cb2e39340c708
17650 Author: Behdad Esfahbod <behdad@behdad.org>
17651 Date:   Wed Jul 28 11:58:10 2021 -0600
17652
17653     Whitespace
17654
17655  src/hb-ot-layout-gsub-table.hh | 1 -
17656  1 file changed, 1 deletion(-)
17657
17658 commit cc3a7ceea3322080d0607b4af7d0fa2b2f0e6c0e
17659 Author: Behdad Esfahbod <behdad@behdad.org>
17660 Date:   Wed Jul 28 11:53:06 2021 -0600
17661
17662     Fix macro-in-macro invocation
17663     
17664     ../src/hb-ot-color-colr-table.hh:980:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
17665     \#if COLRV1_ENABLE_SUBSETTING == 1
17666
17667  src/hb-ot-color-colr-table.hh | 13 +++++--------
17668  1 file changed, 5 insertions(+), 8 deletions(-)
17669
17670 commit 087e2705de1ea5195eb77e144ef9196058d1ee7d
17671 Author: Behdad Esfahbod <behdad@behdad.org>
17672 Date:   Wed Jul 28 11:42:31 2021 -0600
17673
17674     Fix signed-ness error in 0ded6a70c829284a8220ce30a405b0a974061df4
17675
17676  src/hb-serialize.hh | 6 +++---
17677  1 file changed, 3 insertions(+), 3 deletions(-)
17678
17679 commit f3e031539f72d67e9bcfad96b28798367a79f1ec
17680 Author: Garret Rieger <grieger@google.com>
17681 Date:   Tue Jul 27 14:40:15 2021 -0700
17682
17683     Revert "[ci] Bin FontTools version due to recent COLRv1 changes"
17684     
17685     This reverts commit 163748b5059e7b02a8ea57e263b009020a3ed499.
17686
17687  .circleci/config.yml           |  4 ++--
17688  .github/workflows/linux-ci.yml |  2 +-
17689  .github/workflows/macos-ci.yml |  2 +-
17690  .github/workflows/msvc-ci.yml  |  2 +-
17691  .github/workflows/msys2-ci.yml |  2 +-
17692  src/hb-ot-color-colr-table.hh  | 13 +++++--------
17693  6 files changed, 11 insertions(+), 14 deletions(-)
17694
17695 commit acbd8b27dce3ee369f7d6022eb8bcddfd2fb666c
17696 Author: Garret Rieger <grieger@google.com>
17697 Date:   Tue Jul 27 14:31:18 2021 -0700
17698
17699     [subset] temporarily disable COLRv1 subsetting.
17700     
17701     Currently COLRv1 spec is being changed so the subsetting implementation is out of sync. Disable subsetting by failing sanitization for COLRv1 tables and disable all colrv1 tests.
17702
17703  src/hb-ot-color-colr-table.hh     | 15 +++++++++++++--
17704  test/subset/data/Makefile.am      |  1 +
17705  test/subset/data/Makefile.sources |  6 +++++-
17706  test/subset/meson.build           |  4 +++-
17707  4 files changed, 22 insertions(+), 4 deletions(-)
17708
17709 commit 5dae8297bbb868e57557a22bd9c56514bb8dd00d
17710 Author: Behdad Esfahbod <behdad@behdad.org>
17711 Date:   Wed Jul 28 11:35:40 2021 -0600
17712
17713     [util] Minor followup to https://github.com/harfbuzz/harfbuzz/pull/3083
17714
17715  util/options.hh | 2 +-
17716  1 file changed, 1 insertion(+), 1 deletion(-)
17717
17718 commit 0ded6a70c829284a8220ce30a405b0a974061df4
17719 Author: Behdad Esfahbod <behdad@behdad.org>
17720 Date:   Wed Jul 28 11:28:38 2021 -0600
17721
17722     [subset] Fix another fuzzer issue
17723     
17724     Addition could overflow on 32bit arch.
17725     
17726     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36636
17727     Fixes https://oss-fuzz.com/testcase-detail/5072358514753536
17728
17729  src/hb-serialize.hh                                     |   5 +++--
17730  ...testcase-minimized-hb-subset-fuzzer-5072358514753536 | Bin 0 -> 55875 bytes
17731  2 files changed, 3 insertions(+), 2 deletions(-)
17732
17733 commit c65e1e0842affc66149cf459e610159f7b7f3992
17734 Author: Khaled Hosny <khaled@aliftype.com>
17735 Date:   Wed Jul 28 17:04:10 2021 +0200
17736
17737     [test] Run AOTS cmap tests with ot font functions only
17738     
17739     We are not interested in testing FreeType cmap support.
17740     
17741     Fixes most format 4 tests. The remaining test seems to be peculiar, and
17742     I can’t find any cmap implementation that produces the expected output.
17743
17744  test/shaping/data/aots/hb-aots-tester.cpp |  2 +-
17745  test/shaping/data/aots/tests/cmap0.tests  |  2 +-
17746  test/shaping/data/aots/tests/cmap10.tests |  4 ++--
17747  test/shaping/data/aots/tests/cmap12.tests |  2 +-
17748  test/shaping/data/aots/tests/cmap2.tests  |  2 +-
17749  test/shaping/data/aots/tests/cmap4.tests  | 12 ++++++------
17750  test/shaping/data/aots/tests/cmap6.tests  |  4 ++--
17751  test/shaping/data/aots/tests/cmap8.tests  |  2 +-
17752  8 files changed, 15 insertions(+), 15 deletions(-)
17753
17754 commit 8396c523b6715893c67163c947521c9b1408f594
17755 Author: Khaled Hosny <khaled@aliftype.com>
17756 Date:   Wed Jul 28 16:29:43 2021 +0200
17757
17758     [test] Add AOTS cmap tests
17759     
17760     Uses https://github.com/adobe-type-tools/aots/pull/3
17761     
17762     Related to https://github.com/unicode-org/text-rendering-tests/issues/70
17763     
17764     We don’t support format 4 or 8, so these tests are disabled. We support
17765     format 4 but most of the tests are failing, investigating.
17766
17767  test/shaping/data/aots/Makefile.sources   |  7 +++
17768  test/shaping/data/aots/hb-aots-tester.cpp | 82 +++++++++++++++++++++++++++++++
17769  test/shaping/data/aots/meson.build        |  7 +++
17770  test/shaping/data/aots/tests/cmap0.tests  |  1 +
17771  test/shaping/data/aots/tests/cmap10.tests |  2 +
17772  test/shaping/data/aots/tests/cmap12.tests |  1 +
17773  test/shaping/data/aots/tests/cmap2.tests  |  1 +
17774  test/shaping/data/aots/tests/cmap4.tests  |  6 +++
17775  test/shaping/data/aots/tests/cmap6.tests  |  2 +
17776  test/shaping/data/aots/tests/cmap8.tests  |  1 +
17777  10 files changed, 110 insertions(+)
17778
17779 commit 50379fbb1517387d91b3ec4cc55a7500dd09b436
17780 Author: Khaled Hosny <khaled@aliftype.com>
17781 Date:   Wed Jul 28 16:13:49 2021 +0200
17782
17783     [util] Don’t split text at new lines in batch mode
17784     
17785     In batch mode (which is used for testing) we are probably not interested
17786     in splitting text into lines as we could have split the string into
17787     different tests. This fixes a bunch of AOTS tests that use newlines as
17788     input.
17789
17790  test/shaping/data/aots/tests/lookupflag_ignore_attach.tests | 10 +++++-----
17791  util/hb-shape.cc                                            |  2 +-
17792  util/main-font-text.hh                                      |  4 ++--
17793  util/options.cc                                             |  6 +++---
17794  util/options.hh                                             |  2 +-
17795  5 files changed, 12 insertions(+), 12 deletions(-)
17796
17797 commit 92b85749f2b284a370fff3905c0a554bbbc7b323
17798 Author: Khaled Hosny <khaled@aliftype.com>
17799 Date:   Wed Jul 28 15:56:53 2021 +0200
17800
17801     [util] Strip quotes when parsing features
17802     
17803     When running in batch mode, the quotes are not stripped by the shell and
17804     end up in the feature string. This breaks one of the AOTS tests.
17805     
17806     Alternatively, we can remove the quotes from the test files, not sure
17807     which is less hacky, though!
17808
17809  test/shaping/data/aots/tests/gsub3_1_simple.tests | 2 +-
17810  util/options.cc                                   | 8 ++++++++
17811  2 files changed, 9 insertions(+), 1 deletion(-)
17812
17813 commit ad9559e3e23ab32c27dc62374f040330e25f24eb
17814 Author: Khaled Hosny <khaled@aliftype.com>
17815 Date:   Wed Jul 28 14:35:23 2021 +0200
17816
17817     [tests] Make AOTS update.py work on macOS
17818     
17819     Use C++ compiler and make sure C++11 is used.
17820
17821  test/shaping/data/aots/update.py | 4 ++--
17822  1 file changed, 2 insertions(+), 2 deletions(-)
17823
17824 commit d84efca312b2a10dc1c7b5444bc802c2d1b19e17
17825 Author: Khaled Hosny <khaled@aliftype.com>
17826 Date:   Wed Jul 28 13:17:41 2021 +0200
17827
17828     [tests] Add missed test file to Makefile/meson
17829     
17830     It was introduced in 205737acdc268b1c90cf00bde2d2038519a8bf48 but was
17831     not actually used.
17832     
17833     See https://github.com/harfbuzz/harfbuzz/issues/2098
17834
17835  test/shaping/data/in-house/Makefile.sources | 1 +
17836  test/shaping/data/in-house/meson.build      | 1 +
17837  2 files changed, 2 insertions(+)
17838
17839 commit 09474d8d7b051b1465582828c8ec5afcccb6c3c6
17840 Author: Garret Rieger <grieger@google.com>
17841 Date:   Tue Jun 29 16:07:14 2021 -0700
17842
17843     [subset] Fix fuzzer timeout in add_gid_and_children.
17844     
17845     The composite glyph graph isn't check for max operations by sanitize so track an operations count during the graph traversal.
17846
17847  src/hb-ot-glyf-table.hh                            |  22 +++++++++++++++------
17848  ...ase-minimized-hb-subset-fuzzer-5991762219892736 | Bin 0 -> 80599 bytes
17849  2 files changed, 16 insertions(+), 6 deletions(-)
17850
17851 commit c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602
17852 Author: Behdad Esfahbod <behdad@behdad.org>
17853 Date:   Tue Jul 27 13:25:22 2021 -0600
17854
17855     [subset] Fix possible overflows in VarRegionList serialize
17856     
17857     Fixes https://oss-fuzz.com/testcase-detail/5362189182566400
17858
17859  src/harfbuzz.cc                                         |   1 +
17860  src/hb-ot-layout-common.hh                              |   7 +++++--
17861  ...testcase-minimized-hb-subset-fuzzer-5362189182566400 | Bin 0 -> 85171 bytes
17862  3 files changed, 6 insertions(+), 2 deletions(-)
17863
17864 commit 7b8464b655b190c16bba33cefdd58acb03d32ddf
17865 Author: Behdad Esfahbod <behdad@behdad.org>
17866 Date:   Tue Jul 27 13:15:07 2021 -0600
17867
17868     [serialize] Check for overflow in allocate_size()
17869     
17870     If size was > INT_MAX, then the out-of-room check was failing to perform
17871     as intended.
17872     
17873     Part of fixing https://oss-fuzz.com/testcase-detail/5362189182566400
17874
17875  src/hb-serialize.hh | 6 +++---
17876  1 file changed, 3 insertions(+), 3 deletions(-)
17877
17878 commit bf2c87bfe6b3826d187dfee2ca894b5a39f6d17e
17879 Author: Behdad Esfahbod <behdad@behdad.org>
17880 Date:   Tue Jul 27 13:10:41 2021 -0600
17881
17882     Add hb_memcpy() that does len=0 check
17883
17884  src/hb-algs.hh | 8 ++++++++
17885  src/hb-set.hh  | 8 ++------
17886  2 files changed, 10 insertions(+), 6 deletions(-)
17887
17888 commit 5f801da945025d66204c61fc11a2ff7fd55e3666
17889 Author: Khaled Hosny <khaled@aliftype.com>
17890 Date:   Tue Jul 27 20:54:19 2021 +0200
17891
17892     [hb-ms-features] Move code out of header file
17893
17894  src/Makefile.sources        |   2 +
17895  src/hb-ms-feature-ranges.cc | 177 ++++++++++++++++++++++++++++++++++++++++++++
17896  src/hb-ms-feature-ranges.hh | 140 +----------------------------------
17897  src/meson.build             |   2 +
17898  4 files changed, 185 insertions(+), 136 deletions(-)
17899
17900 commit 990c15dbe5dfaf35de02089832938a4821369074
17901 Author: Khaled Hosny <khaled@aliftype.com>
17902 Date:   Tue Jul 27 20:43:53 2021 +0200
17903
17904     [hb-ms-features] Rename types to be less general
17905
17906  src/hb-directwrite.cc       |  2 +-
17907  src/hb-ms-feature-ranges.hh | 79 ++++++++++++++++++++++-----------------------
17908  src/hb-uniscribe.cc         |  2 +-
17909  3 files changed, 41 insertions(+), 42 deletions(-)
17910
17911 commit 69199211b7a9b7d7ea0a603ec9d8c25a48f1fcd5
17912 Author: Khaled Hosny <khaled@aliftype.com>
17913 Date:   Tue Jul 27 19:51:23 2021 +0200
17914
17915     [uniscribe/directwrite] Move feature setup to shared file
17916     
17917     Fixes https://github.com/harfbuzz/harfbuzz/issues/3070
17918
17919  src/hb-directwrite.cc       | 236 +++++++++-----------------------------------
17920  src/hb-ms-feature-ranges.hh | 229 ++++++++++++++++++++++++++++++++++++++++++
17921  src/hb-uniscribe.cc         | 213 ++++++---------------------------------
17922  3 files changed, 308 insertions(+), 370 deletions(-)
17923
17924 commit fc7f77812068840fd6d6edc8c0647baf52f65d07
17925 Author: Garret Rieger <grieger@google.com>
17926 Date:   Tue Jul 27 12:21:19 2021 -0600
17927
17928     [subset] add a note to hb-subset on what is and isn't supported (#3076)
17929
17930  src/hb-subset.cc | 9 +++++++++
17931  1 file changed, 9 insertions(+)
17932
17933 commit 3e4f006fe24186182b12ec04776aedbc0f6659b3
17934 Merge: 163748b50 791a1bf3a
17935 Author: Behdad Esfahbod <behdad@behdad.org>
17936 Date:   Tue Jul 27 09:28:47 2021 -0600
17937
17938     Merge pull request #3079 from harfbuzz/windows-getenv
17939     
17940     Don’t disable getenv on Windows
17941
17942 commit 791a1bf3a4e356d9ea0222e3ed6bc6b56011c64d
17943 Author: Khaled Hosny <khaled@aliftype.com>
17944 Date:   Tue Jul 27 15:22:13 2021 +0200
17945
17946     Don’t disable getenv on Windows
17947     
17948     The condition is inverted, regression from
17949     40ec187dec07e97ed4004b9831e7be844e6e7948.
17950
17951  src/hb.hh | 2 +-
17952  1 file changed, 1 insertion(+), 1 deletion(-)
17953
17954 commit 163748b5059e7b02a8ea57e263b009020a3ed499
17955 Author: Khaled Hosny <khaled@aliftype.com>
17956 Date:   Mon Jul 26 23:03:16 2021 +0200
17957
17958     [ci] Bin FontTools version due to recent COLRv1 changes
17959     
17960     Should be reverted once HarfBuzz updated to match FontTools.
17961
17962  .circleci/config.yml           | 4 ++--
17963  .github/workflows/linux-ci.yml | 2 +-
17964  .github/workflows/macos-ci.yml | 2 +-
17965  .github/workflows/msvc-ci.yml  | 2 +-
17966  .github/workflows/msys2-ci.yml | 2 +-
17967  5 files changed, 6 insertions(+), 6 deletions(-)
17968
17969 commit 4762fcb415c8070dbbfbb04ff0cf2c55385c812d
17970 Merge: aeec27845 71b5509c1
17971 Author: Behdad Esfahbod <behdad@behdad.org>
17972 Date:   Mon Jul 26 11:48:55 2021 -0700
17973
17974     Merge pull request #3067 from googlefonts/glyph_names
17975     
17976     [subset] support option --glyph-names
17977
17978 commit aeec278453c1d529003f276867f56b4e205b6e2e
17979 Merge: 404b91b93 a9a607d36
17980 Author: Behdad Esfahbod <behdad@behdad.org>
17981 Date:   Mon Jul 26 11:31:54 2021 -0700
17982
17983     Merge pull request #3068 from harfbuzz/hoi
17984     
17985     [variations] Support multiple axes with same tag, aka HOI
17986
17987 commit 404b91b93d4dd333992b021e416b4a0c27f997d6
17988 Merge: c2d58c974 ec99fdb7e
17989 Author: Behdad Esfahbod <behdad@behdad.org>
17990 Date:   Mon Jul 26 11:07:55 2021 -0700
17991
17992     Merge pull request #3071 from harfbuzz/subset-flags
17993     
17994     [sebset] Use [s|g]et_flag for retain_all_layout_features
17995
17996 commit ec99fdb7e83ebc70993385a9b852cc05bf4693bf
17997 Author: Khaled Hosny <khaled@aliftype.com>
17998 Date:   Mon Jul 26 01:35:13 2021 +0200
17999
18000     [sebset] Use [s|g]et_flag for retain_all_layout_features
18001     
18002     Looks like this was missed when adding hb_subset_input_[s|g]et_flag()
18003
18004  docs/harfbuzz-sections.txt |  2 --
18005  src/hb-subset-input.cc     | 19 +++++--------------
18006  src/hb-subset.h            | 11 +++++------
18007  3 files changed, 10 insertions(+), 22 deletions(-)
18008
18009 commit c2d58c9747794a91c4d1e9d71426039e8b16be0b
18010 Merge: b235511ed acc7100a3
18011 Author: Behdad Esfahbod <behdad@behdad.org>
18012 Date:   Mon Jul 26 00:08:34 2021 -0700
18013
18014     Merge pull request #3072 from harfbuzz/subset-docs
18015     
18016     [docs] Improve subset documentation
18017
18018 commit acc7100a3f37fd72cfcd5953cf9446b04ef387b6
18019 Author: Khaled Hosny <khaled@aliftype.com>
18020 Date:   Mon Jul 26 02:13:49 2021 +0200
18021
18022     [docs] Improve subset documentation
18023
18024  docs/harfbuzz-sections.txt |  1 +
18025  src/hb-subset-input.cc     | 58 +++++++++++++++++++++++++++++++++++-----------
18026  src/hb-subset-plan.cc      |  9 +++++--
18027  src/hb-subset.h            |  4 ++--
18028  4 files changed, 54 insertions(+), 18 deletions(-)
18029
18030 commit 3e2734cf9131dc075ac120209c803d55720672b3
18031 Author: Khaled Hosny <khaled@aliftype.com>
18032 Date:   Mon Jul 26 02:12:21 2021 +0200
18033
18034     [docs] Don’t use GTK-Doc syntax for internal functions
18035     
18036     We don’t generate docs for them, reduces the number of warnings.
18037
18038  src/hb-subset-cff-common.cc | 12 ++++--------
18039  src/hb-subset-cff1.cc       |  6 ------
18040  src/hb-subset-cff2.cc       |  4 ----
18041  3 files changed, 4 insertions(+), 18 deletions(-)
18042
18043 commit 71b5509c195546b38c27a4efa69f80c175da4d3a
18044 Author: Qunxin Liu <qxliu@google.com>
18045 Date:   Tue Jul 20 20:05:35 2021 -0700
18046
18047     [subset] support option --glyph-names
18048
18049  src/Makefile.sources                               |   1 +
18050  src/hb-ot-post-table-v2subset.hh                   | 114 +++++++++++++++++++++
18051  src/hb-ot-post-table.hh                            |  25 ++++-
18052  src/hb-subset-input.cc                             |   6 ++
18053  src/hb-subset-input.hh                             |   1 +
18054  src/hb-subset-plan.cc                              |   1 +
18055  src/hb-subset-plan.hh                              |   1 +
18056  src/hb-subset.cc                                   |   1 +
18057  src/hb-subset.h                                    |   3 +
18058  .../Comfortaa-Regular-new.glyph-names.61,62,63.ttf | Bin 0 -> 7072 bytes
18059  .../Comfortaa-Regular-new.glyph-names.61,63.ttf    | Bin 0 -> 6700 bytes
18060  .../Comfortaa-Regular-new.glyph-names.61.ttf       | Bin 0 -> 6336 bytes
18061  .../Comfortaa-Regular-new.glyph-names.62.ttf       | Bin 0 -> 6208 bytes
18062  .../Comfortaa-Regular-new.glyph-names.63.ttf       | Bin 0 -> 6264 bytes
18063  ...egular-new.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 227920 bytes
18064  ...yeongjo-Regular-subset.glyph-names.61,62,63.ttf | Bin 0 -> 4128 bytes
18065  ...umMyeongjo-Regular-subset.glyph-names.61,63.ttf | Bin 0 -> 3580 bytes
18066  ...NanumMyeongjo-Regular-subset.glyph-names.61.ttf | Bin 0 -> 3156 bytes
18067  ...NanumMyeongjo-Regular-subset.glyph-names.62.ttf | Bin 0 -> 3180 bytes
18068  ...NanumMyeongjo-Regular-subset.glyph-names.63.ttf | Bin 0 -> 3048 bytes
18069  ...lar-subset.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
18070  .../Roboto-Regular.abc.glyph-names.61,62,63.ttf    | Bin 0 -> 2452 bytes
18071  .../Roboto-Regular.abc.glyph-names.61,63.ttf       | Bin 0 -> 2260 bytes
18072  .../basics/Roboto-Regular.abc.glyph-names.61.ttf   | Bin 0 -> 2048 bytes
18073  .../basics/Roboto-Regular.abc.glyph-names.62.ttf   | Bin 0 -> 1916 bytes
18074  .../basics/Roboto-Regular.abc.glyph-names.63.ttf   | Bin 0 -> 1972 bytes
18075  ...egular.abc.glyph-names.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
18076  test/subset/data/profiles/glyph-names.txt          |   1 +
18077  test/subset/data/tests/basics.tests                |   1 +
18078  util/options-subset.cc                             |   1 +
18079  30 files changed, 152 insertions(+), 4 deletions(-)
18080
18081 commit b235511ed88e46d97d27a9176da1931f4a701b0d
18082 Merge: 0a44feaed 1fde80ad2
18083 Author: Behdad Esfahbod <behdad@behdad.org>
18084 Date:   Fri Jul 23 12:15:15 2021 -0700
18085
18086     Merge pull request #3021 from googlefonts/stable_api
18087     
18088     [subset] update hb_subset api with final changes before going stable.
18089
18090 commit a9a607d360c491104517bffdb81701c99252cfe4
18091 Author: Behdad Esfahbod <behdad@behdad.org>
18092 Date:   Thu Jul 22 16:49:56 2021 -0700
18093
18094     [variations] Support multiple axes with same tag, aka HOI
18095     
18096     The axes in fvar are in arbitrary order, NOT sorted. Hence have to
18097     lsearch all entries.
18098     
18099     Fixes https://github.com/harfbuzz/harfbuzz/issues/1673
18100     Fixes https://github.com/harfbuzz/harfbuzz/issues/2743
18101     
18102     Test from https://github.com/ctrlcctrlv/FontForge-Higher-Order-Interpolation
18103
18104  src/hb-font.cc                                     |  21 ++++++++-------
18105  src/hb-ot-var-fvar-table.hh                        |  29 +++------------------
18106  test/shaping/data/in-house/Makefile.sources        |   3 +--
18107  .../e8691822f6a705e3e9fb48a0405c645b1a036590.ttf   | Bin 0 -> 2192 bytes
18108  test/shaping/data/in-house/meson.build             |   3 +--
18109  .../data/in-house/tests/variations-rounding.tests  |   2 --
18110  .../data/in-house/tests/variations-space.tests     |   2 --
18111  test/shaping/data/in-house/tests/variations.tests  |   5 ++++
18112  8 files changed, 21 insertions(+), 44 deletions(-)
18113
18114 commit 1fde80ad282affc5d6cb54cd38915a803eeb70cb
18115 Author: Garret Rieger <grieger@google.com>
18116 Date:   Thu Jul 22 16:45:48 2021 -0700
18117
18118     [subset] update comments referencing hb_subset_input_t parameter.
18119
18120  src/hb-subset-input.cc | 26 +++++++++++++-------------
18121  1 file changed, 13 insertions(+), 13 deletions(-)
18122
18123 commit c581d11eba0885d3e286d58cf648fec52caf6cd4
18124 Author: Garret Rieger <grieger@google.com>
18125 Date:   Thu Jul 22 14:04:39 2021 -0700
18126
18127     [set] in hb_set_set() avoid calling memcpy on nullptr.
18128
18129  src/hb-set.hh | 5 +++++
18130  1 file changed, 5 insertions(+)
18131
18132 commit 2b9cb29923ab1face19a84a03459dabe2d47fb67
18133 Author: Garret Rieger <grieger@google.com>
18134 Date:   Thu Jul 22 13:26:03 2021 -0700
18135
18136     [subset] cleanup no_subset_tables on destruction.
18137
18138  src/hb-subset-input.cc | 1 +
18139  src/hb-subset-plan.cc  | 1 +
18140  2 files changed, 2 insertions(+)
18141
18142 commit 89fc399eba5c7adf61c67be60cf5e81cfb21bbdc
18143 Author: Garret Rieger <grieger@google.com>
18144 Date:   Thu Jul 22 13:00:34 2021 -0700
18145
18146     [subset] Add hb-subset section documentation.
18147
18148  src/hb-subset.cc | 11 +++++++++++
18149  src/hb-subset.h  |  4 ----
18150  2 files changed, 11 insertions(+), 4 deletions(-)
18151
18152 commit 792e2ed61c14ba850e7ffcedbddc107947394014
18153 Author: Garret Rieger <grieger@google.com>
18154 Date:   Thu Jul 22 12:41:48 2021 -0700
18155
18156     [subset] convert no get/set prune unicode ranges to enum.
18157
18158  src/hb-subset-input.cc | 45 ++++++---------------------------------------
18159  src/hb-subset.h        | 26 +++-----------------------
18160  2 files changed, 9 insertions(+), 62 deletions(-)
18161
18162 commit 0a44feaedaf211a47d93765014106495d161af3f
18163 Author: Behdad Esfahbod <behdad@behdad.org>
18164 Date:   Thu Jul 22 12:18:48 2021 -0700
18165
18166     [fvar] Make find_axis_index() return a range, not individual value
18167
18168  src/hb-ot-var-fvar-table.hh | 24 ++++++++++++++++++++----
18169  1 file changed, 20 insertions(+), 4 deletions(-)
18170
18171 commit 1b6c1aa684df072a4212f9d350c78d9592f93413
18172 Author: Garret Rieger <grieger@google.com>
18173 Date:   Mon Jun 28 12:57:39 2021 -0700
18174
18175     [subset] add hb-subset api to documentation generator.
18176     
18177     Standardize subset_input parameter to be input.
18178
18179  docs/harfbuzz-docs.xml     |  8 ++++-
18180  docs/harfbuzz-sections.txt | 22 ++++++++++++
18181  src/hb-subset-input.cc     | 84 +++++++++++++++++++++++-----------------------
18182  src/hb-subset-plan.cc      |  3 ++
18183  src/hb-subset.h            | 22 ++++++------
18184  5 files changed, 85 insertions(+), 54 deletions(-)
18185
18186 commit 8ce968341285be9dd5bf10a6bd5cf316995248cd
18187 Author: Garret Rieger <grieger@google.com>
18188 Date:   Wed Jun 23 13:55:11 2021 -0700
18189
18190     [subset] add documentation for all hb-subset.h methods.
18191
18192  src/hb-subset-input.cc | 71 +++++++++++++++++++++++++++++++++++++++++++++++---
18193  src/hb-subset.h        | 59 ++++++++++++++++++++++-------------------
18194  2 files changed, 100 insertions(+), 30 deletions(-)
18195
18196 commit 9ab751ac9ff139a7a1c286674f5560af386a7d23
18197 Author: Garret Rieger <grieger@google.com>
18198 Date:   Wed Jun 23 13:38:47 2021 -0700
18199
18200     [subset] Remove hb_subset(). Leaving just hb_subset_or_fail().
18201
18202  src/hb-subset.cc                   | 15 ---------------
18203  src/hb-subset.h                    | 22 +++++++++++-----------
18204  test/api/hb-subset-test.h          |  2 +-
18205  test/api/test-subset-drop-tables.c |  3 ++-
18206  test/api/test-subset-glyf.c        |  7 +++----
18207  test/api/test-subset-hdmx.c        |  5 ++---
18208  test/api/test-subset-hmtx.c        |  5 ++---
18209  test/api/test-subset.c             | 12 +++++-------
18210  test/fuzzing/hb-subset-fuzzer.cc   |  3 ++-
18211  9 files changed, 28 insertions(+), 46 deletions(-)
18212
18213 commit e5c887fc0fc5263c4c84b32c327f1334b3b0dffc
18214 Author: Garret Rieger <grieger@google.com>
18215 Date:   Wed Jun 23 13:19:25 2021 -0700
18216
18217     [subset] add documentation for subset input flag enums.
18218
18219  src/hb-subset.h | 20 ++++++++++++++++++++
18220  1 file changed, 20 insertions(+)
18221
18222 commit 372722ceee3bb4d30df9edd78c5899dbd6bbd66c
18223 Author: Garret Rieger <grieger@google.com>
18224 Date:   Wed Jun 23 13:10:03 2021 -0700
18225
18226     [subset] move notdef_outline to the subset input property enum.
18227
18228  src/hb-subset-input.cc | 6 +++++-
18229  src/hb-subset.h        | 1 +
18230  2 files changed, 6 insertions(+), 1 deletion(-)
18231
18232 commit a6c6cda48608e988a7debc3c18597186e3b4e2ee
18233 Author: Garret Rieger <grieger@google.com>
18234 Date:   Wed Jun 9 17:46:47 2021 -0700
18235
18236     [subset] Add no subset tables and passthrough unrecognized tables to the subset api.
18237     
18238     Matches fontTools options.
18239
18240  src/hb-subset-input.cc | 29 ++++++++++++++++++++++++++++-
18241  src/hb-subset-input.hh |  3 +++
18242  src/hb-subset-plan.cc  |  2 ++
18243  src/hb-subset-plan.hh  |  4 ++++
18244  src/hb-subset.cc       | 22 ++++++++++++++++++----
18245  src/hb-subset.h        | 15 +++++++++------
18246  6 files changed, 64 insertions(+), 11 deletions(-)
18247
18248 commit 668f2bd93e3ea72e43e57ce10981d300f39a1967
18249 Author: Garret Rieger <grieger@google.com>
18250 Date:   Wed Jun 9 16:33:50 2021 -0700
18251
18252     [subset] Add hb_subset_or_fail () to public subset api.
18253
18254  src/hb-subset.cc  | 22 ++++++++++++++++++++--
18255  src/hb-subset.h   |  3 +++
18256  util/hb-subset.cc | 10 ++++++----
18257  3 files changed, 29 insertions(+), 6 deletions(-)
18258
18259 commit aba2e13141c133091197adfcb1579de0a965a59d
18260 Author: Garret Rieger <grieger@google.com>
18261 Date:   Wed Jun 9 16:23:35 2021 -0700
18262
18263     [subset] Remove hb_subset_input_get/set_overlaps_flag ().
18264
18265  src/hb-subset.h             | 1 -
18266  test/api/test-subset-glyf.c | 2 +-
18267  2 files changed, 1 insertion(+), 2 deletions(-)
18268
18269 commit 7d82191f61f79aba910d37aff74d45f4ca0d48e9
18270 Author: Garret Rieger <grieger@google.com>
18271 Date:   Wed Jun 9 16:20:55 2021 -0700
18272
18273     [subset] Remove hb_subset_input_get/set_name_legacy ().
18274
18275  src/hb-subset-input.cc    | 13 -------------
18276  src/hb-subset.h           |  6 ------
18277  test/api/hb-subset-test.h |  2 +-
18278  3 files changed, 1 insertion(+), 20 deletions(-)
18279
18280 commit 942636ae1300e56dfe599b5f961719f044bdf828
18281 Author: Garret Rieger <grieger@google.com>
18282 Date:   Wed Jun 9 16:18:39 2021 -0700
18283
18284     [subset] Remove hb_subset_input_get/set_retain_gids.
18285
18286  src/hb-subset-input.cc           | 24 ------------------------
18287  src/hb-subset.h                  |  7 -------
18288  test/api/test-subset-cff1.c      |  4 ++--
18289  test/api/test-subset-cff2.c      |  2 +-
18290  test/api/test-subset-glyf.c      |  4 ++--
18291  test/api/test-subset-gvar.c      |  2 +-
18292  test/api/test-subset-hvar.c      |  4 ++--
18293  test/api/test-subset-vvar.c      |  2 +-
18294  test/fuzzing/hb-subset-fuzzer.cc |  2 +-
18295  9 files changed, 10 insertions(+), 41 deletions(-)
18296
18297 commit 77b4a1cd9634aafb6353b7d5e451d1f5a06e929b
18298 Author: Garret Rieger <grieger@google.com>
18299 Date:   Wed Jun 9 14:11:17 2021 -0700
18300
18301     [subset] Remove hb_subset_input_get/set_desubroutinize.
18302
18303  src/hb-subset-input.cc      | 13 -------------
18304  src/hb-subset.h             |  6 ------
18305  test/api/test-subset-cff1.c |  8 ++++----
18306  test/api/test-subset-cff2.c |  4 ++--
18307  4 files changed, 6 insertions(+), 25 deletions(-)
18308
18309 commit 8bf5d4d4f787600e5e290bb8d59ee13f3a0d2515
18310 Author: Garret Rieger <grieger@google.com>
18311 Date:   Wed Jun 9 14:05:17 2021 -0700
18312
18313     [subset] Remove hb_subset_input_get/set_drop_hints.
18314
18315  src/hb-subset-input.cc           | 13 -------------
18316  src/hb-subset-plan.cc            |  2 +-
18317  src/hb-subset.h                  |  6 +-----
18318  test/api/test-subset-cff1.c      | 10 +++++-----
18319  test/api/test-subset-cff2.c      |  4 ++--
18320  test/api/test-subset-glyf.c      |  6 +++---
18321  test/fuzzing/hb-subset-fuzzer.cc |  2 +-
18322  7 files changed, 13 insertions(+), 30 deletions(-)
18323
18324 commit 9fb3a2563333a0af1b67b2519f50cbc8278a8244
18325 Author: Garret Rieger <grieger@google.com>
18326 Date:   Wed Jun 9 13:46:35 2021 -0700
18327
18328     [subset] Use hb_set_copy in subset input.
18329
18330  src/hb-subset-plan.cc | 65 +++++++++++++++++++++++----------------------------
18331  1 file changed, 29 insertions(+), 36 deletions(-)
18332
18333 commit 38de3491a08633175d7e40d9acabd48d813f755a
18334 Author: Garret Rieger <grieger@google.com>
18335 Date:   Wed Jun 9 12:54:14 2021 -0700
18336
18337     [subset] add implementation for get/set flag on subset input.
18338
18339  src/hb-subset-input.cc | 61 +++++++++++++++++++++++++++++++++++++++-----------
18340  src/hb-subset.h        | 35 ++++++++++++++++-------------
18341  2 files changed, 67 insertions(+), 29 deletions(-)
18342
18343 commit 83727837ef8818eec7c7c840117e7752c4bb487e
18344 Author: Garret Rieger <grieger@google.com>
18345 Date:   Wed Jun 9 11:09:14 2021 -0700
18346
18347     [subset] add proposed enum property get/set method.
18348
18349  src/hb-subset-input.cc | 15 +++++++++++++++
18350  src/hb-subset.h        | 18 ++++++++++++++++++
18351  2 files changed, 33 insertions(+)
18352
18353 commit b38e49dcfa8c8cf11b4586ce93784ce7523b5f48
18354 Author: Garret Rieger <grieger@google.com>
18355 Date:   Wed Jun 9 10:57:58 2021 -0700
18356
18357     [subset] add get/set user data methods to subset input.
18358
18359  src/hb-subset-input.cc | 42 ++++++++++++++++++++++++++++++++++++++++++
18360  src/hb-subset.h        | 10 ++++++++++
18361  2 files changed, 52 insertions(+)
18362
18363 commit edb57a8d9af6513c8d4ed5799bd208e4b9d68927
18364 Author: Garret Rieger <grieger@google.com>
18365 Date:   Wed Jun 9 10:42:48 2021 -0700
18366
18367     Make subset input const in the subsetting operation. Don't modify the subset input's sets.
18368
18369  src/hb-subset-plan.cc | 19 +++++++++++++------
18370  src/hb-subset-plan.hh |  2 +-
18371  src/hb-subset.cc      |  2 +-
18372  src/hb-subset.h       |  2 +-
18373  4 files changed, 16 insertions(+), 9 deletions(-)
18374
18375 commit 233c29b3024469fed9ea68018e9a072a036884af
18376 Author: Behdad Esfahbod <behdad@behdad.org>
18377 Date:   Thu Jul 22 12:00:24 2021 -0700
18378
18379     [font] Call fvar.find_axis_index instead of find_axis_info in set_variations()
18380
18381  src/hb-font.cc | 10 +++++-----
18382  1 file changed, 5 insertions(+), 5 deletions(-)
18383
18384 commit 89018068cd4e247d556d42a501a7ffa8e6c9ef52
18385 Author: Behdad Esfahbod <behdad@behdad.org>
18386 Date:   Thu Jul 22 11:59:23 2021 -0700
18387
18388     [fvar] Centralize axis finding logic
18389     
18390     Part of fixing https://github.com/harfbuzz/harfbuzz/issues/1673
18391
18392  src/hb-ot-var-fvar-table.hh | 13 ++++++++++---
18393  1 file changed, 10 insertions(+), 3 deletions(-)
18394
18395 commit 0b2280af909cb57570a28602922c7d5787ae42c7
18396 Author: Behdad Esfahbod <behdad@behdad.org>
18397 Date:   Thu Jul 22 11:53:32 2021 -0700
18398
18399     [font] Call fvar table directly, instead of calling public get_axis_info
18400     
18401     To lighten it up in next commit.
18402
18403  src/hb-font.cc | 2 +-
18404  1 file changed, 1 insertion(+), 1 deletion(-)
18405
18406 commit b86a45ca55d0ce230965f9db507939f55e5145dd
18407 Author: Behdad Esfahbod <behdad@behdad.org>
18408 Date:   Thu Jul 22 11:46:44 2021 -0700
18409
18410     [fvar] Add TODO
18411     
18412     Fixing https://github.com/harfbuzz/harfbuzz/issues/1673
18413
18414  src/hb-ot-var-fvar-table.hh | 1 +
18415  1 file changed, 1 insertion(+)
18416
18417 commit ba6db26b65c6ce00755def84691e117249b857ff
18418 Author: Behdad Esfahbod <behdad@behdad.org>
18419 Date:   Thu Jul 22 11:37:39 2021 -0700
18420
18421     Tolerate unsorted OT table entries for small number of entries
18422     
18423     See comment.
18424     
18425     Fixes https://github.com/harfbuzz/harfbuzz/issues/3065
18426
18427  src/hb-open-file.hh | 8 +++++++-
18428  1 file changed, 7 insertions(+), 1 deletion(-)
18429
18430 commit 03cd9c5cbab9c70c091d4bc5d634fd67469f0658
18431 Author: Behdad Esfahbod <behdad@behdad.org>
18432 Date:   Thu Jul 22 11:27:33 2021 -0700
18433
18434     Align lfind() API to match bfind()
18435
18436  src/hb-array.hh            | 43 +++++++++++++++++++++++++++++++------------
18437  src/hb-open-file.hh        |  2 +-
18438  src/hb-open-type.hh        | 16 ++++++++++------
18439  src/hb-ot-layout-common.hh |  4 ++--
18440  src/hb-set.hh              |  6 +++---
18441  src/hb-vector.hh           |  2 +-
18442  6 files changed, 48 insertions(+), 25 deletions(-)
18443
18444 commit f54f5c1b16b920464557ff29049b07668b12dad7
18445 Author: Behdad Esfahbod <behdad@behdad.org>
18446 Date:   Thu Jul 22 11:09:02 2021 -0700
18447
18448     Fix debug printer of bool
18449
18450  src/hb-debug.hh | 2 +-
18451  1 file changed, 1 insertion(+), 1 deletion(-)
18452
18453 commit 6269866bddd789be354d189ce31ad444b479a772
18454 Author: Garret Rieger <grieger@google.com>
18455 Date:   Fri Jul 16 14:06:55 2021 -0700
18456
18457     [subset] Keep bimap consistent if only one of the internal maps is in error.
18458
18459  src/hb-bimap.hh            | 5 +++++
18460  src/hb-ot-layout-common.hh | 3 ++-
18461  2 files changed, 7 insertions(+), 1 deletion(-)
18462
18463 commit 48edbef96f41a1ace04232af72bb2d55003614d9
18464 Author: Garret Rieger <grieger@google.com>
18465 Date:   Tue Jun 29 13:14:26 2021 -0700
18466
18467     [subset] bail if region_map is in error.
18468     
18469     Fixes fuzzer case https://oss-fuzz.com/testcase-detail/5499162606043136.
18470
18471  src/hb-ot-layout-common.hh | 1 +
18472  1 file changed, 1 insertion(+)
18473
18474 commit 79e8b306090ebadafa0fd53242ffcfbc74c94ab6
18475 Author: Behdad Esfahbod <behdad@behdad.org>
18476 Date:   Fri Jul 16 15:06:10 2021 -0600
18477
18478     [ot-shape] Fix application of kern table if GPOS kern is missing
18479     
18480     Was broken sometime after we implemented kerx and tweaking it.
18481     
18482     Fixes https://github.com/harfbuzz/harfbuzz/issues/3043
18483
18484  src/hb-ot-shape.cc                                       |   9 ++++++---
18485  src/hb-ot-shape.hh                                       |   1 +
18486  test/shaping/data/in-house/Makefile.sources              |   1 +
18487  .../fonts/b121d4306b2e3add5abbaad21d95fcf04aacbd64.ttf   | Bin 0 -> 1308 bytes
18488  test/shaping/data/in-house/meson.build                   |   1 +
18489  test/shaping/data/in-house/tests/tt-kern-gpos.tests      |   1 +
18490  6 files changed, 10 insertions(+), 3 deletions(-)
18491
18492 commit 1060b04938d6d744b4441414f3061613047cff92
18493 Merge: deee24fbe 9aa0ecef3
18494 Author: Behdad Esfahbod <behdad@behdad.org>
18495 Date:   Wed Jul 14 17:50:46 2021 -0700
18496
18497     Merge pull request #3060 from googlefonts/unicode_collect
18498     
18499     [subset] de-duplicate the logic that finds unicodes corresponding to …
18500
18501 commit 9aa0ecef3fd2070e37a645c3455471407b363fbe
18502 Author: Garret Rieger <grieger@google.com>
18503 Date:   Wed Jul 14 17:27:14 2021 -0700
18504
18505     [subset] de-duplicate the logic that finds unicodes corresponding to requested glyphs.
18506     
18507     Move the logic into subset planning and then re-use the results in cmap and OS2 subsetting. Removes depedency on cmap from os2.
18508
18509  src/hb-ot-cmap-table.hh | 41 ++++++----------------------------
18510  src/hb-ot-os2-table.hh  | 23 ++------------------
18511  src/hb-subset-plan.cc   | 58 ++++++++++++++++++++++++++++++++++---------------
18512  3 files changed, 50 insertions(+), 72 deletions(-)
18513
18514 commit deee24fbef7a67989ed7f60d1f76538f926d22a7
18515 Author: Garret Rieger <grieger@google.com>
18516 Date:   Wed Jul 14 13:46:36 2021 -0700
18517
18518     [subset] Add missing FontName op code in top dict parsing.
18519     
18520     Fix for #3058
18521
18522  src/hb-ot-cff1-table.hh                                |   1 +
18523  test/subset/data/Makefile.am                           |   1 +
18524  test/subset/data/Makefile.sources                      |   1 +
18525  ...05,1039,1005,100A,103A,1038,1010,103D,1031,104A.otf | Bin 0 -> 7724 bytes
18526  .../NotoSerifMyanmar-Regular.notdef-outline.1092.otf   | Bin 0 -> 1380 bytes
18527  test/subset/data/fonts/NotoSerifMyanmar-Regular.otf    | Bin 0 -> 137544 bytes
18528  test/subset/data/tests/cff.notoserifmyanmar.tests      |   9 +++++++++
18529  test/subset/meson.build                                |   1 +
18530  8 files changed, 13 insertions(+)
18531
18532 commit 9985ca64919b42b28010a741dc79b3cd0db4714d
18533 Merge: f51384d37 2c7ef0db0
18534 Author: Behdad Esfahbod <behdad@behdad.org>
18535 Date:   Tue Jul 13 13:42:09 2021 -0700
18536
18537     Merge pull request #3057 from harfbuzz/ci-coverage-macos
18538     
18539     [ci] Add macOS GitHub workflow
18540
18541 commit 2c7ef0db0b1b0815fa32d5d21b2c53d3b753aab6
18542 Author: Khaled Hosny <khaled@aliftype.com>
18543 Date:   Tue Jul 13 13:23:53 2021 +0200
18544
18545     [ci] Generate only XML coverage data
18546     
18547     That is the one we are uploading, and HTML coverage seems broken on
18548     macOS.
18549
18550  .github/workflows/linux-ci.yml | 2 +-
18551  .github/workflows/macos-ci.yml | 2 +-
18552  2 files changed, 2 insertions(+), 2 deletions(-)
18553
18554 commit f51384d375210aea7d6e3bba82d776c812024950
18555 Merge: 1cb0ca1f2 95b04f740
18556 Author: Behdad Esfahbod <behdad@behdad.org>
18557 Date:   Mon Jul 12 16:51:43 2021 -0700
18558
18559     Merge pull request #3027 from harfbuzz/buffer-sync
18560     
18561     Improving buffer synchronization
18562
18563 commit 95b04f7409e5af6dec97feb4ed18ba0bfae2cd88
18564 Author: Behdad Esfahbod <behdad@behdad.org>
18565 Date:   Mon Jul 12 17:35:45 2021 -0600
18566
18567     [buffer] Remove unnecessary have_separate_output()
18568
18569  src/hb-buffer.hh    | 5 +----
18570  src/hb-ot-layout.cc | 2 --
18571  2 files changed, 1 insertion(+), 6 deletions(-)
18572
18573 commit 3e266e5f64b6d078d64fe0f3783f774d7e29472d
18574 Author: Behdad Esfahbod <behdad@behdad.org>
18575 Date:   Mon Jul 12 17:30:26 2021 -0600
18576
18577     [buffer] Update comments
18578
18579  src/hb-buffer.cc | 9 +++++----
18580  src/hb-buffer.hh | 2 +-
18581  2 files changed, 6 insertions(+), 5 deletions(-)
18582
18583 commit 3807061d634b60bd6235d6e1d8c47a034377f924
18584 Author: Behdad Esfahbod <behdad@behdad.org>
18585 Date:   Mon Jul 12 17:02:03 2021 -0600
18586
18587     [ot-layout] Don't remove_output() before reverse substitution
18588     
18589     No need anymore, because of new swap_buffers() semantics.
18590     
18591     Just assert instead.
18592
18593  src/hb-buffer.cc    | 10 ----------
18594  src/hb-buffer.hh    |  1 -
18595  src/hb-ot-layout.cc |  4 +---
18596  3 files changed, 1 insertion(+), 14 deletions(-)
18597
18598 commit 10a9960f0af9d6fb93ff3d234b2a989f9bc00b21
18599 Author: Behdad Esfahbod <behdad@behdad.org>
18600 Date:   Mon Jul 12 17:09:03 2021 -0600
18601
18602     [buffer] Restructure swap_buffers()
18603     
18604     Is more of a "commit" operation now. Will rename when ready.
18605
18606  src/hb-buffer.cc | 20 +++++++-------------
18607  1 file changed, 7 insertions(+), 13 deletions(-)
18608
18609 commit f6c9fcfd3e07dffe246fb727fce95429d028395a
18610 Author: Khaled Hosny <khaled@aliftype.com>
18611 Date:   Tue Jul 13 01:12:43 2021 +0200
18612
18613     [ci] Add macOS GitHub workflow
18614     
18615     To collect codecov coverage on macOS as well (hopefully it will run the
18616     macOS-specific tests).
18617
18618  .github/workflows/macos-ci.yml | 27 +++++++++++++++++++++++++++
18619  1 file changed, 27 insertions(+)
18620
18621 commit d56afb750a1cde046158f13bb7bc6abbd8f1cb1b
18622 Author: Khaled Hosny <khaled@aliftype.com>
18623 Date:   Tue Jul 13 00:56:54 2021 +0200
18624
18625     [tests] Ignore more symbols
18626     
18627     These seem to be exported when building with code coverage on macOS.
18628
18629  src/check-symbols.py | 5 +++--
18630  1 file changed, 3 insertions(+), 2 deletions(-)
18631
18632 commit a7f4c985a8080797482c971a7b6275636fe5be62
18633 Author: Behdad Esfahbod <behdad@behdad.org>
18634 Date:   Mon Jul 12 17:00:46 2021 -0600
18635
18636     [ot-layout] Always swap_buffers() even if no substitutions happened
18637
18638  src/hb-ot-layout.cc | 14 +++++---------
18639  1 file changed, 5 insertions(+), 9 deletions(-)
18640
18641 commit 62b441e6ff798f1d551d290a2a4970482254dbe2
18642 Author: Behdad Esfahbod <behdad@behdad.org>
18643 Date:   Mon Jul 12 16:59:34 2021 -0600
18644
18645     [layout] Use Proxy::inplace instead of table index check
18646     
18647     Equivalent.
18648
18649  src/hb-ot-layout.cc | 3 ++-
18650  1 file changed, 2 insertions(+), 1 deletion(-)
18651
18652 commit 431f164003d1d92b657b3facf984c8bbe342418b
18653 Author: Behdad Esfahbod <behdad@behdad.org>
18654 Date:   Mon Jul 12 16:57:25 2021 -0600
18655
18656     [layout] Don't call clear_output() before pause-func
18657
18658  src/hb-ot-layout.cc | 3 ---
18659  1 file changed, 3 deletions(-)
18660
18661 commit a623446a34a4a388f86afc97ed9c5a74792d5420
18662 Author: Behdad Esfahbod <behdad@behdad.org>
18663 Date:   Mon Jul 12 16:55:54 2021 -0600
18664
18665     [shape] Remove stray clear_output() call in hb_shape()
18666
18667  src/hb-ot-shape.cc | 2 --
18668  1 file changed, 2 deletions(-)
18669
18670 commit 05c17787c4fc5283925920b546952ccca0ba4a00
18671 Author: Behdad Esfahbod <behdad@behdad.org>
18672 Date:   Mon Jul 12 16:55:08 2021 -0600
18673
18674     [buffer] Rewind cursor in clear_output()
18675
18676  src/hb-buffer.cc | 1 +
18677  1 file changed, 1 insertion(+)
18678
18679 commit 1cb0ca1f2cc24092e2977ac7b12274c399d6814a
18680 Author: Behdad Esfahbod <behdad@behdad.org>
18681 Date:   Mon Jul 12 16:52:31 2021 -0600
18682
18683     Whitespace
18684
18685  src/hb-ot-layout.cc | 3 ++-
18686  src/hb-ot-shape.cc  | 4 +++-
18687  2 files changed, 5 insertions(+), 2 deletions(-)
18688
18689 commit 5f5a8b4dd7ddba13cd2459c626c3eb2f3c19d9d5
18690 Author: Khaled Hosny <khaled@aliftype.com>
18691 Date:   Mon Jul 12 22:24:14 2021 +0200
18692
18693     [ci] Use the latest stable XCode image
18694
18695  .circleci/config.yml | 6 +++---
18696  1 file changed, 3 insertions(+), 3 deletions(-)
18697
18698 commit 13187d29efdf9d6ce19d649a6ce8349e2a9d954e
18699 Author: Khaled Hosny <khaled@aliftype.com>
18700 Date:   Mon Jul 12 22:21:47 2021 +0200
18701
18702     [ci] Drop macOS job using deprecated XCode image
18703
18704  .circleci/config.yml | 14 --------------
18705  1 file changed, 14 deletions(-)
18706
18707 commit 69310f14a6b79399041a1d9d70c246722b58829f
18708 Author: Behdad Esfahbod <behdad@behdad.org>
18709 Date:   Fri Jul 9 17:24:29 2021 -0600
18710
18711     [buffer] Change nil buffer have_output to false
18712     
18713     Seems like a historical artefact that it was true.
18714
18715  src/hb-buffer.cc | 2 +-
18716  1 file changed, 1 insertion(+), 1 deletion(-)
18717
18718 commit 40884af17e9fd0149051b5a7ea452226ba806283
18719 Author: Behdad Esfahbod <behdad@behdad.org>
18720 Date:   Fri Jul 9 17:17:05 2021 -0600
18721
18722     [ot-layout] Narrow down random feature logic vs safe-to-break
18723
18724  src/hb-ot-layout-gsub-table.hh | 5 +++++
18725  src/hb-ot-layout.cc            | 2 --
18726  2 files changed, 5 insertions(+), 2 deletions(-)
18727
18728 commit 33b579d0ad06c34aec9780df90ae99eda697b7a1
18729 Author: Behdad Esfahbod <behdad@behdad.org>
18730 Date:   Fri Jul 9 17:12:09 2021 -0600
18731
18732     [ot-layout] Clear random flag for subsequent flags
18733     
18734     Ouch!
18735
18736  src/hb-ot-layout.cc | 7 +++----
18737  1 file changed, 3 insertions(+), 4 deletions(-)
18738
18739 commit 29c9833e579cddf9f97c4eca956ccca98c1683c4
18740 Author: Behdad Esfahbod <behdad@behdad.org>
18741 Date:   Fri Jul 9 11:58:36 2021 -0600
18742
18743     Remove Offset::serialize()
18744     
18745     Finishing https://github.com/harfbuzz/harfbuzz/pull/2355
18746
18747  src/hb-open-file.hh | 20 +++++++++++++-------
18748  src/hb-open-type.hh |  9 ---------
18749  2 files changed, 13 insertions(+), 16 deletions(-)
18750
18751 commit 63e15eac4f443fa53565d1e4fb9611cdd7814f28
18752 Author: Khaled Hosny <khaled@aliftype.com>
18753 Date:   Thu Jul 8 22:46:33 2021 +0200
18754
18755     2.8.2
18756
18757  NEWS                   | 16 ++++++++++++++++
18758  configure.ac           |  2 +-
18759  docs/harfbuzz-docs.xml |  1 +
18760  meson.build            |  2 +-
18761  src/hb-blob.cc         |  4 ++--
18762  src/hb-set.cc          |  2 +-
18763  src/hb-version.h       |  4 ++--
18764  7 files changed, 24 insertions(+), 7 deletions(-)
18765
18766 commit eee36bbea3c96ab3c84a2b928cb254d9e1860069
18767 Author: Caleb Maclennan <caleb@alerque.com>
18768 Date:   Thu Jul 8 21:19:57 2021 +0300
18769
18770     [releasing] Format notes as Markdown checklist for pasting in GH PR/Issue
18771
18772  RELEASING.md | 49 ++++++++++++++++++++++++-------------------------
18773  1 file changed, 24 insertions(+), 25 deletions(-)
18774
18775 commit eda5dcdb3eb1b85d914602c27a480ba3a16e43fb
18776 Author: Caleb Maclennan <caleb@alerque.com>
18777 Date:   Thu Jul 8 21:10:35 2021 +0300
18778
18779     [releasing] Drop obsolete release process items
18780
18781  RELEASING.md | 8 +-------
18782  1 file changed, 1 insertion(+), 7 deletions(-)
18783
18784 commit 2337f0d047f2561c13b29b70ad783bbf0d286654
18785 Author: Behdad Esfahbod <behdad@behdad.org>
18786 Date:   Thu Jul 8 10:58:50 2021 -0600
18787
18788     Internally use hb_malloc/.../hb_free instead of malloc/.../free
18789     
18790     Redefining those stock names as macros was conflicting with gcc 10
18791     headers.
18792     
18793     Fixes https://github.com/harfbuzz/harfbuzz/issues/3044
18794
18795  src/hb-array.hh                            |  4 +--
18796  src/hb-blob.cc                             | 32 ++++++++---------
18797  src/hb-buffer.cc                           | 10 +++---
18798  src/hb-common.cc                           | 12 +++----
18799  src/hb-directwrite.cc                      |  4 +--
18800  src/hb-draw.cc                             |  2 +-
18801  src/hb-face.cc                             | 18 +++++-----
18802  src/hb-font.cc                             | 58 +++++++++++++++---------------
18803  src/hb-ft.cc                               | 24 ++++++-------
18804  src/hb-gdi.cc                              |  6 ++--
18805  src/hb-gobject-structs.cc                  |  4 +--
18806  src/hb-graphite2.cc                        | 10 +++---
18807  src/hb-machinery.hh                        |  6 ++--
18808  src/hb-map.cc                              |  2 +-
18809  src/hb-map.hh                              |  6 ++--
18810  src/hb-object.hh                           |  8 ++---
18811  src/hb-ot-color-cbdt-table.hh              |  2 +-
18812  src/hb-ot-glyf-table.hh                    |  4 +--
18813  src/hb-ot-layout-gsubgpos.hh               |  4 +--
18814  src/hb-ot-name-table.hh                    |  4 +--
18815  src/hb-ot-post-table.hh                    |  6 ++--
18816  src/hb-ot-shape-complex-arabic-fallback.hh |  8 ++---
18817  src/hb-ot-shape-complex-arabic.cc          |  4 +--
18818  src/hb-ot-shape-complex-hangul.cc          |  4 +--
18819  src/hb-ot-shape-complex-indic.cc           |  4 +--
18820  src/hb-ot-shape-complex-khmer.cc           |  4 +--
18821  src/hb-ot-shape-complex-use.cc             |  6 ++--
18822  src/hb-ot-tag.cc                           |  4 +--
18823  src/hb-pool.hh                             |  4 +--
18824  src/hb-repacker.hh                         |  4 +--
18825  src/hb-serialize.hh                        |  6 ++--
18826  src/hb-set.cc                              |  2 +-
18827  src/hb-shape-plan.cc                       | 12 +++----
18828  src/hb-shape-plan.hh                       |  2 +-
18829  src/hb-shape.cc                            |  4 +--
18830  src/hb-shaper.cc                           |  4 +--
18831  src/hb-subset-input.cc                     |  2 +-
18832  src/hb-subset-plan.cc                      | 10 +++---
18833  src/hb-unicode.cc                          |  2 +-
18834  src/hb-uniscribe.cc                        | 24 ++++++-------
18835  src/hb-vector.hh                           |  4 +--
18836  src/hb.hh                                  | 13 ++++---
18837  42 files changed, 179 insertions(+), 174 deletions(-)
18838
18839 commit bb48bf52a4645abda6fe98cc5ee33beab69931a5
18840 Author: Behdad Esfahbod <behdad@behdad.org>
18841 Date:   Thu Jul 8 10:53:45 2021 -0600
18842
18843     Rename misc uses of "free"
18844     
18845     In preparation for fixing https://github.com/harfbuzz/harfbuzz/issues/3044
18846
18847  src/hb-array.hh                |  4 ++--
18848  src/hb-cache.hh                |  2 +-
18849  src/hb-common.cc               | 10 ++++------
18850  src/hb-iter.hh                 |  2 +-
18851  src/hb-ot-face-table-list.hh   |  2 +-
18852  src/hb-ot-glyf-table.hh        |  2 +-
18853  src/hb-ot-layout-gpos-table.hh |  2 +-
18854  src/hb-ot-layout.cc            |  3 ++-
18855  src/hb-pool.hh                 |  4 ++--
18856  src/hb-serialize.hh            |  2 +-
18857  src/hb-set.hh                  |  2 +-
18858  src/hb-shape-plan.cc           |  4 ++--
18859  src/hb-shape-plan.hh           |  2 +-
18860  src/test-repacker.cc           |  8 ++++----
18861  14 files changed, 24 insertions(+), 25 deletions(-)
18862
18863 commit 7416faceeb7a875ba7316cee124edee2d59ea8d0
18864 Author: Qunxin Liu <qxliu@google.com>
18865 Date:   Wed Jul 7 11:27:49 2021 -0700
18866
18867     [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/5715464591376384
18868
18869  src/hb-ot-color-cpal-table.hh                      |  49 +++++++--------------
18870  ...ase-minimized-hb-subset-fuzzer-5715464591376384 | Bin 0 -> 2116 bytes
18871  2 files changed, 15 insertions(+), 34 deletions(-)
18872
18873 commit 895acdf7c7ac128cc1540fa251f772323f0042e8
18874 Author: Khaled Hosny <khaled@aliftype.com>
18875 Date:   Wed Jun 23 14:53:28 2021 +0200
18876
18877     [ci] Don’t build Cairo subproject with FontConfig on win32 cross-build
18878     
18879     We don’t need it and it breaks the build because FontConfig renamed its
18880     master branch and the released version of Cairo wants to build
18881     FontConfig from master branch.
18882
18883  .ci/build-win32.sh | 16 ++++++++++++++--
18884  1 file changed, 14 insertions(+), 2 deletions(-)
18885
18886 commit 0da9158f620077ec46dcdfa4c1556253b23337eb
18887 Author: Garret Rieger <grieger@google.com>
18888 Date:   Tue Jun 29 14:23:37 2021 -0700
18889
18890     [subset] Remove OffsetTo::serialize().
18891     
18892     Convert remaining uses of it to serialize_serialize() which correctly uses the object packer.
18893
18894  src/hb-open-type.hh                                   |   4 ----
18895  src/hb-ot-layout-common.hh                            |   8 ++++----
18896  src/hb-ot-var-hvar-table.hh                           |  14 ++++++++------
18897  test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 6900 -> 5164 bytes
18898  test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 4212 -> 4384 bytes
18899  .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 4092 -> 4268 bytes
18900  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 6284 -> 4464 bytes
18901  test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6408 -> 4584 bytes
18902  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 6412 -> 4584 bytes
18903  .../fonts/SourceSansVariable-Roman-modHVAR.abc.ttf    | Bin 3260 -> 3124 bytes
18904  .../api/fonts/SourceSansVariable-Roman-modHVAR.ac.ttf | Bin 3032 -> 2892 bytes
18905  test/api/fonts/SourceSansVariable-Roman.abc.ttf       | Bin 3240 -> 3196 bytes
18906  .../fonts/SourceSansVariable-Roman.ac.retaingids.ttf  | Bin 2616 -> 2976 bytes
18907  test/api/fonts/SourceSansVariable-Roman.ac.ttf        | Bin 3028 -> 2964 bytes
18908  test/api/fonts/SourceSerifVariable-Roman-VVAR.abc.ttf | Bin 5632 -> 3588 bytes
18909  .../SourceSerifVariable-Roman-VVAR.ac.retaingids.ttf  | Bin 5288 -> 3244 bytes
18910  test/api/fonts/SourceSerifVariable-Roman-VVAR.ac.ttf  | Bin 3224 -> 3224 bytes
18911  17 files changed, 12 insertions(+), 14 deletions(-)
18912
18913 commit 0969614865a8664aaa13759e2d60caab0bd7df3a
18914 Author: Behdad Esfahbod <behdad@behdad.org>
18915 Date:   Sat Jun 26 08:52:53 2021 -0600
18916
18917     [ot-shape] Rewrite loop without foreach_grapheme()
18918     
18919     We were not using the graphemes, and that's costlier than just for().
18920
18921  src/hb-ot-shape.cc | 5 +++--
18922  1 file changed, 3 insertions(+), 2 deletions(-)
18923
18924 commit eee7b459ee18cd722e9ba0d030c983e66b6e7777
18925 Author: Qunxin Liu <qxliu@google.com>
18926 Date:   Thu Jun 24 10:17:46 2021 -0700
18927
18928     [subset] add option --no-prune-unicode-ranges
18929
18930  src/hb-ot-os2-table.hh                                 |   1 +
18931  src/hb-subset-input.cc                                 |  14 ++++++++++++++
18932  src/hb-subset-input.hh                                 |   1 +
18933  src/hb-subset-plan.cc                                  |   1 +
18934  src/hb-subset-plan.hh                                  |   1 +
18935  src/hb-subset.h                                        |   7 +++++++
18936  ...aa-Regular-new.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 7060 bytes
18937  ...ortaa-Regular-new.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 6692 bytes
18938  ...omfortaa-Regular-new.no-prune-unicode-ranges.61.ttf | Bin 0 -> 6328 bytes
18939  ...omfortaa-Regular-new.no-prune-unicode-ranges.62.ttf | Bin 0 -> 6200 bytes
18940  ...omfortaa-Regular-new.no-prune-unicode-ranges.63.ttf | Bin 0 -> 6256 bytes
18941  ...ew.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 220928 bytes
18942  ...Regular-subset.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 4128 bytes
18943  ...jo-Regular-subset.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 3580 bytes
18944  ...ongjo-Regular-subset.no-prune-unicode-ranges.61.ttf | Bin 0 -> 3156 bytes
18945  ...ongjo-Regular-subset.no-prune-unicode-ranges.62.ttf | Bin 0 -> 3180 bytes
18946  ...ongjo-Regular-subset.no-prune-unicode-ranges.63.ttf | Bin 0 -> 3048 bytes
18947  ...et.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
18948  ...to-Regular.abc.no-prune-unicode-ranges.61,62,63.ttf | Bin 0 -> 2452 bytes
18949  ...oboto-Regular.abc.no-prune-unicode-ranges.61,63.ttf | Bin 0 -> 2260 bytes
18950  .../Roboto-Regular.abc.no-prune-unicode-ranges.61.ttf  | Bin 0 -> 2048 bytes
18951  .../Roboto-Regular.abc.no-prune-unicode-ranges.62.ttf  | Bin 0 -> 1916 bytes
18952  .../Roboto-Regular.abc.no-prune-unicode-ranges.63.ttf  | Bin 0 -> 1972 bytes
18953  ...bc.no-prune-unicode-ranges.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
18954  test/subset/data/profiles/no-prune-unicode-ranges.txt  |   1 +
18955  test/subset/data/tests/basics.tests                    |   1 +
18956  util/options-subset.cc                                 |   1 +
18957  27 files changed, 28 insertions(+)
18958
18959 commit c3be28ea26cd23011440db7e6afaf4412e5d705d
18960 Author: Khaled Hosny <khaled@aliftype.com>
18961 Date:   Wed Jun 23 17:39:23 2021 +0200
18962
18963     [ot-shape] Numeric runs native direction is LTR
18964     
18965     See inline comments. Slightly modified version of the code from Jonathan
18966     Kew on the linked issue.
18967     
18968     Fixes https://github.com/harfbuzz/harfbuzz/issues/501
18969
18970  src/hb-ot-shape.cc                                 |  29 +++++++++++++++++++++
18971  src/hb-unicode.hh                                  |   7 +++++
18972  test/shaping/data/in-house/Makefile.sources        |   1 +
18973  .../3b791518a9ba89675df02f1eefbc9026a50648a6.ttf   | Bin 0 -> 3144 bytes
18974  .../a6b17da98b9f1565ba428719777bbf94a66403c1.ttf   | Bin 0 -> 3676 bytes
18975  .../b082211be29a3e2cf91f0fd43497e40b2a27b344.ttf   | Bin 0 -> 4800 bytes
18976  .../e5ff44940364c2247abed50bdda30d2ef5aedfe4.ttf   | Bin 0 -> 2548 bytes
18977  test/shaping/data/in-house/meson.build             |   1 +
18978  test/shaping/data/in-house/tests/digits.tests      |   5 ++++
18979  9 files changed, 43 insertions(+)
18980
18981 commit 71a62966202012300a2cf2c8fbaae32354d136ba
18982 Author: Khaled Hosny <khaled@aliftype.com>
18983 Date:   Wed Jun 23 18:16:56 2021 +0200
18984
18985     [tests] Make record-test.sh work with .otf files
18986     
18987     It hard-codes the file extension, but fonttools sunset will use .otf for
18988     CFF fonts, so hard-code the output file from subset as well.
18989
18990  test/shaping/record-test.sh | 10 ++++++----
18991  1 file changed, 6 insertions(+), 4 deletions(-)
18992
18993 commit cc9bb294919e846ef8a0731b5e9f304f95ef3bb8
18994 Author: Behdad Esfahbod <behdad@behdad.org>
18995 Date:   Sun Jun 20 18:47:03 2021 -0600
18996
18997     [blob] Fix-up recent mistake in hb_blob_create() destroy(user_data)
18998     
18999     https://github.com/harfbuzz/harfbuzz/pull/3026#discussion_r653437491
19000
19001  src/hb-blob.cc | 4 ++++
19002  1 file changed, 4 insertions(+)
19003
19004 commit bc06af977fc89b8b25bfd7180d010b915811c0d8
19005 Author: Garret Rieger <grieger@google.com>
19006 Date:   Wed Jun 16 15:49:14 2021 -0700
19007
19008     [subset] speed up feature collection when tags are specified.
19009     
19010     Precompute a feature index filter to avoid needing to iterate the feature tag list for each encountered feature index. For this particular fuzzer case speeds up feature collection from 50s to 2s.
19011
19012  src/hb-ot-layout.cc                                |  98 +++++++++++++--------
19013  ...ase-minimized-hb-subset-fuzzer-5241922561114112 | Bin 0 -> 638237 bytes
19014  2 files changed, 63 insertions(+), 35 deletions(-)
19015
19016 commit 14f220b76159a2f2d926029e32b3fe975d1dc525
19017 Author: Khaled Hosny <khaled@aliftype.com>
19018 Date:   Sun Jun 20 18:59:13 2021 +0200
19019
19020     [directwrite] Support feature ranges
19021     
19022     Code copied from hb-uniscribe.cc and adapted to use DirectWrite types.
19023     May be there is a better way to de-duplicate the code, though I'm not
19024     exactly sure how or if it is worth it.
19025
19026  src/hb-directwrite.cc | 198 +++++++++++++++++++++++++++++++++++++++++++++-----
19027  1 file changed, 180 insertions(+), 18 deletions(-)
19028
19029 commit d2397d91f30c7eda0a446cefd623d78e16cf7268
19030 Author: Garret Rieger <grieger@google.com>
19031 Date:   Fri Jun 18 18:12:19 2021 -0700
19032
19033     [subset] Add additional colrv1 subsetting tests that has a glyph with components.
19034
19035  test/subset/data/Makefile.am                            |   1 +
19036  test/subset/data/Makefile.sources                       |   1 +
19037  .../NotoColrEmojiGlyf-Regular.subset.default.1f35e.ttf  | Bin 0 -> 3004 bytes
19038  .../NotoColrEmojiGlyf-Regular.subset.default.1f696.ttf  | Bin 0 -> 3752 bytes
19039  ...Glyf-Regular.subset.drop-hints-retain-gids.1f35e.ttf | Bin 0 -> 3516 bytes
19040  ...Glyf-Regular.subset.drop-hints-retain-gids.1f696.ttf | Bin 0 -> 5048 bytes
19041  ...otoColrEmojiGlyf-Regular.subset.drop-hints.1f35e.ttf | Bin 0 -> 3004 bytes
19042  ...otoColrEmojiGlyf-Regular.subset.drop-hints.1f696.ttf | Bin 0 -> 3752 bytes
19043  ...toColrEmojiGlyf-Regular.subset.retain-gids.1f35e.ttf | Bin 0 -> 3516 bytes
19044  ...toColrEmojiGlyf-Regular.subset.retain-gids.1f696.ttf | Bin 0 -> 5048 bytes
19045  .../data/fonts/NotoColrEmojiGlyf-Regular.subset.ttf     | Bin 0 -> 71896 bytes
19046  test/subset/data/tests/colrv1.notoemoji.tests           |  12 ++++++++++++
19047  test/subset/meson.build                                 |   1 +
19048  13 files changed, 15 insertions(+)
19049
19050 commit 26c80adb61938288b3954b907fe6ddbb430fa468
19051 Author: Garret Rieger <grieger@google.com>
19052 Date:   Fri Jun 18 14:14:20 2021 -0700
19053
19054     [subset] do colrv1 glyph closure before glyf composite closure.
19055
19056  src/hb-subset-plan.cc | 21 +++++++++++----------
19057  1 file changed, 11 insertions(+), 10 deletions(-)
19058
19059 commit d07f789ae3997ee95923525af56627d4be4a90e4
19060 Author: Qunxin Liu <qxliu@google.com>
19061 Date:   Wed Jun 9 15:36:40 2021 -0700
19062
19063     [subset] support option "--notdef-outline"
19064
19065  src/hb-ot-glyf-table.hh                            |   5 ++++-
19066  src/hb-ot-var-gvar-table.hh                        |   4 ++--
19067  src/hb-subset-input.cc                             |  15 +++++++++++++++
19068  src/hb-subset-input.hh                             |  14 ++++++++------
19069  src/hb-subset-plan.cc                              |   1 +
19070  src/hb-subset-plan.hh                              |   1 +
19071  src/hb-subset.h                                    |   7 +++++++
19072  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7652 -> 7060 bytes
19073  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7284 -> 6692 bytes
19074  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6920 -> 6328 bytes
19075  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6796 -> 6200 bytes
19076  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6844 -> 6256 bytes
19077  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
19078  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 5104 -> 4608 bytes
19079  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4808 -> 4312 bytes
19080  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4220 -> 3724 bytes
19081  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4396 -> 3900 bytes
19082  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4468 -> 3972 bytes
19083  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 190296 -> 189800 bytes
19084  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3100 -> 2600 bytes
19085  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2792 -> 2296 bytes
19086  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2472 -> 1976 bytes
19087  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2396 -> 1900 bytes
19088  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2460 -> 1968 bytes
19089  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 190252 -> 189756 bytes
19090  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 8580 -> 7988 bytes
19091  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8220 -> 7628 bytes
19092  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7848 -> 7256 bytes
19093  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7772 -> 7184 bytes
19094  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7776 -> 7180 bytes
19095  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
19096  ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 8100 -> 7504 bytes
19097  ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 7736 -> 7140 bytes
19098  ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 7360 -> 6772 bytes
19099  ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 6796 -> 6200 bytes
19100  ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 6844 -> 6256 bytes
19101  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 222212 -> 221620 bytes
19102  ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 7652 -> 7060 bytes
19103  ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 7284 -> 6692 bytes
19104  .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 6920 -> 6328 bytes
19105  .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 6796 -> 6200 bytes
19106  .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 6844 -> 6256 bytes
19107  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 219716 -> 219124 bytes
19108  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7392 -> 6800 bytes
19109  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7024 -> 6432 bytes
19110  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6660 -> 6068 bytes
19111  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6536 -> 5940 bytes
19112  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6584 -> 5996 bytes
19113  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221264 -> 220668 bytes
19114  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7652 -> 7060 bytes
19115  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7284 -> 6692 bytes
19116  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6920 -> 6328 bytes
19117  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6796 -> 6200 bytes
19118  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6844 -> 6256 bytes
19119  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
19120  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7652 -> 7060 bytes
19121  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7284 -> 6692 bytes
19122  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6920 -> 6328 bytes
19123  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6796 -> 6200 bytes
19124  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6844 -> 6256 bytes
19125  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 221524 -> 220928 bytes
19126  ...mfortaa-Regular-new.notdef-outline.61,62,63.ttf | Bin 0 -> 7652 bytes
19127  .../Comfortaa-Regular-new.notdef-outline.61,63.ttf | Bin 0 -> 7284 bytes
19128  .../Comfortaa-Regular-new.notdef-outline.61.ttf    | Bin 0 -> 6920 bytes
19129  .../Comfortaa-Regular-new.notdef-outline.62.ttf    | Bin 0 -> 6796 bytes
19130  .../Comfortaa-Regular-new.notdef-outline.63.ttf    | Bin 0 -> 6844 bytes
19131  ...lar-new.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 221524 bytes
19132  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9656 -> 9068 bytes
19133  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9300 -> 8708 bytes
19134  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8668 -> 8076 bytes
19135  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8796 -> 8200 bytes
19136  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8852 -> 8260 bytes
19137  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 221568 -> 220972 bytes
19138  ...ngjo-Regular-subset.notdef-outline.61,62,63.ttf | Bin 0 -> 4128 bytes
19139  ...yeongjo-Regular-subset.notdef-outline.61,63.ttf | Bin 0 -> 3580 bytes
19140  ...umMyeongjo-Regular-subset.notdef-outline.61.ttf | Bin 0 -> 3156 bytes
19141  ...umMyeongjo-Regular-subset.notdef-outline.62.ttf | Bin 0 -> 3180 bytes
19142  ...umMyeongjo-Regular-subset.notdef-outline.63.ttf | Bin 0 -> 3048 bytes
19143  ...-subset.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
19144  .../Roboto-Regular.abc.notdef-outline.61,62,63.ttf | Bin 0 -> 2452 bytes
19145  .../Roboto-Regular.abc.notdef-outline.61,63.ttf    | Bin 0 -> 2260 bytes
19146  .../Roboto-Regular.abc.notdef-outline.61.ttf       | Bin 0 -> 2048 bytes
19147  .../Roboto-Regular.abc.notdef-outline.62.ttf       | Bin 0 -> 1916 bytes
19148  .../Roboto-Regular.abc.notdef-outline.63.ttf       | Bin 0 -> 1972 bytes
19149  ...lar.abc.notdef-outline.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
19150  .../cmap/AdobeBlank-Regular.default.61,62.ttf      | Bin 1336 -> 1252 bytes
19151  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf    | Bin 1348 -> 1264 bytes
19152  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf  | Bin 1300 -> 1216 bytes
19153  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf  | Bin 1288 -> 1204 bytes
19154  .../cmap/AdobeBlank-Regular.default.FEFA.ttf       | Bin 1268 -> 1184 bytes
19155  ...eBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 1552 -> 1468 bytes
19156  ...lank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 8316 -> 8232 bytes
19157  ...nk-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 8188 -> 8104 bytes
19158  ...nk-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 8256 -> 8172 bytes
19159  ...beBlank-Regular.drop-hints-retain-gids.FEFA.ttf | Bin 8240 -> 8156 bytes
19160  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf   | Bin 1164 -> 1080 bytes
19161  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf | Bin 1176 -> 1092 bytes
19162  .../AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 1128 -> 1044 bytes
19163  .../AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 1116 -> 1032 bytes
19164  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf    | Bin 1096 -> 1012 bytes
19165  .../cmap/AdobeBlank-Regular.name-ids.61,62.ttf     | Bin 1084 -> 1000 bytes
19166  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf   | Bin 1096 -> 1012 bytes
19167  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf | Bin 1048 -> 964 bytes
19168  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf | Bin 1036 -> 952 bytes
19169  .../cmap/AdobeBlank-Regular.name-ids.FEFA.ttf      | Bin 1016 -> 932 bytes
19170  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf  | Bin 1724 -> 1640 bytes
19171  .../AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 8488 -> 8404 bytes
19172  .../AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 8360 -> 8276 bytes
19173  .../AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 8428 -> 8344 bytes
19174  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf   | Bin 8412 -> 8328 bytes
19175  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3276 -> 3080 bytes
19176  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2864 -> 2672 bytes
19177  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3216 -> 3024 bytes
19178  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1712 -> 1632 bytes
19179  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1496 -> 1412 bytes
19180  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1728 -> 1648 bytes
19181  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4144 -> 3992 bytes
19182  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3984 -> 3832 bytes
19183  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4548 -> 4396 bytes
19184  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4120 -> 3968 bytes
19185  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3984 -> 3832 bytes
19186  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4548 -> 4396 bytes
19187  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4220 -> 4176 bytes
19188  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4796 -> 4752 bytes
19189  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4768 -> 4724 bytes
19190  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 49288 -> 49244 bytes
19191  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 1080 -> 1036 bytes
19192  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1388 -> 1344 bytes
19193  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1388 -> 1344 bytes
19194  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 29504 -> 29464 bytes
19195  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4220 -> 4176 bytes
19196  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4796 -> 4752 bytes
19197  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4768 -> 4724 bytes
19198  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 49288 -> 49244 bytes
19199  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2720 -> 2524 bytes
19200  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2312 -> 2116 bytes
19201  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2408 -> 2212 bytes
19202  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2204 -> 2008 bytes
19203  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2764 -> 2572 bytes
19204  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1464 -> 1380 bytes
19205  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1196 -> 1112 bytes
19206  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1256 -> 1172 bytes
19207  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 1136 -> 1056 bytes
19208  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1472 -> 1388 bytes
19209  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2720 -> 2524 bytes
19210  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2312 -> 2116 bytes
19211  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2408 -> 2212 bytes
19212  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2204 -> 2008 bytes
19213  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2764 -> 2572 bytes
19214  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 12724 -> 12684 bytes
19215  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 10028 -> 9992 bytes
19216  .../Amiri-Regular.default.627,644.ttf              | Bin 4208 -> 4168 bytes
19217  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 9552 -> 9516 bytes
19218  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7360 -> 7324 bytes
19219  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48052 -> 48012 bytes
19220  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42676 -> 42640 bytes
19221  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36736 -> 36696 bytes
19222  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 45944 -> 45908 bytes
19223  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 38024 -> 37988 bytes
19224  ...Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 11436 -> 11396 bytes
19225  ...toNastaliqUrdu-Bold.default.627,644,62D,628.ttf | Bin 18288 -> 18248 bytes
19226  .../NotoNastaliqUrdu-Bold.default.627,644.ttf      | Bin 3568 -> 3528 bytes
19227  ...rdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 12408 -> 12368 bytes
19228  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf  | Bin 20408 -> 20368 bytes
19229  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18272 -> 18232 bytes
19230  ...staliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 24416 -> 24376 bytes
19231  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf  | Bin 9216 -> 9176 bytes
19232  ...Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 18212 -> 18172 bytes
19233  ...toNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf | Bin 26628 -> 26588 bytes
19234  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 15912 -> 15792 bytes
19235  .../data/expected/variable/Fraunces.default.61.ttf | Bin 4348 -> 4228 bytes
19236  test/subset/data/profiles/notdef-outline.txt       |   1 +
19237  test/subset/data/tests/basics.tests                |   1 +
19238  test/subset/generate-expected-outputs.py           |   3 +--
19239  util/options-subset.cc                             |   1 +
19240  175 files changed, 42 insertions(+), 11 deletions(-)
19241
19242 commit 10ad1859320c0475bdbf706d4b547e1d292c7111
19243 Author: Garret Rieger <grieger@google.com>
19244 Date:   Wed Jun 16 16:34:46 2021 -0700
19245
19246     [subset] add comment to copy_bytes().
19247
19248  src/hb-serialize.hh | 2 ++
19249  1 file changed, 2 insertions(+)
19250
19251 commit 675ebbeb3a0c5b007f87505d6805096a570dd10c
19252 Author: Garret Rieger <grieger@google.com>
19253 Date:   Wed Jun 16 10:40:46 2021 -0700
19254
19255     [subset] don't alloc zero bytes.
19256     
19257     It will be leaked later since hb_blob_create() won't set up the blob to cleanup since it has length zero.
19258
19259  src/hb-serialize.hh                                        |   2 ++
19260  ...zz-testcase-minimized-hb-subset-fuzzer-5269686781607936 | Bin 0 -> 48 bytes
19261  2 files changed, 2 insertions(+)
19262
19263 commit 93e6a9bc4e1ac16abeccc9c0bead08a1eded1540
19264 Author: Behdad Esfahbod <behdad@behdad.org>
19265 Date:   Tue Jun 15 15:38:49 2021 -0600
19266
19267     Revert "Remove unneeded buffer clear_output / remove_output calls"
19268     
19269     This reverts commit 06175b71433bc42edc07d342e6354035e37fb5fd.
19270     
19271     One of the sanitizers is failing. Pushing again as PR to debug.
19272     I have suspicions.
19273
19274  src/hb-buffer.cc    | 10 ++++++++++
19275  src/hb-buffer.hh    |  1 +
19276  src/hb-ot-layout.cc | 12 ++++++++----
19277  src/hb-ot-shape.cc  |  3 ++-
19278  4 files changed, 21 insertions(+), 5 deletions(-)
19279
19280 commit 06175b71433bc42edc07d342e6354035e37fb5fd
19281 Author: Behdad Esfahbod <behdad@behdad.org>
19282 Date:   Tue Jun 15 14:33:27 2021 -0600
19283
19284     Remove unneeded buffer clear_output / remove_output calls
19285     
19286     Made sure clear_output is always paired with swap_buffers.
19287     Trying to see if we can move towards RAII-like buffer iterators
19288     instead of the buffer keeping an iterator internally.
19289
19290  src/hb-buffer.cc    | 10 ----------
19291  src/hb-buffer.hh    |  1 -
19292  src/hb-ot-layout.cc | 12 ++++--------
19293  src/hb-ot-shape.cc  |  3 +--
19294  4 files changed, 5 insertions(+), 21 deletions(-)
19295
19296 commit bdfed8f113431a2156e13d59a4b21e19feb7efd9
19297 Author: Behdad Esfahbod <behdad@behdad.org>
19298 Date:   Mon Jun 14 15:46:04 2021 -0600
19299
19300     [blob] Add failing versions of create API
19301     
19302     Fixes https://github.com/harfbuzz/harfbuzz/issues/2567
19303     
19304     New API:
19305     +hb_blob_create_or_fail()
19306     +hb_blob_create_from_file_or_fail()
19307     
19308     Use these in util/ to distinguish empty file from not-found file.
19309     Only err on the latter.
19310
19311  docs/harfbuzz-sections.txt          |  2 +
19312  docs/usermanual-getting-started.xml |  2 +-
19313  perf/perf-draw.hh                   |  4 +-
19314  perf/perf-extents.hh                |  4 +-
19315  perf/perf-shaping.hh                |  8 ++--
19316  src/hb-blob.cc                      | 89 ++++++++++++++++++++++++++++++-------
19317  src/hb-blob.h                       | 10 +++++
19318  src/main.cc                         | 12 ++---
19319  src/test-buffer-serialize.cc        |  5 ++-
19320  src/test-gpos-size-params.cc        |  5 ++-
19321  src/test-gsub-would-substitute.cc   |  5 ++-
19322  src/test-ot-glyphname.cc            |  5 ++-
19323  src/test-ot-meta.cc                 |  5 ++-
19324  src/test-ot-name.cc                 |  5 ++-
19325  src/test.cc                         |  5 ++-
19326  test/api/hb-test.h                  |  4 +-
19327  test/fuzzing/main.cc                | 10 +++--
19328  util/options.cc                     |  6 +--
19329  18 files changed, 132 insertions(+), 54 deletions(-)
19330
19331 commit 2fc8d0e6f0b7cfe3897f69ca0411265257dd4a18
19332 Merge: d3dd93630 085aa65e0
19333 Author: Behdad Esfahbod <behdad@behdad.org>
19334 Date:   Tue Jun 15 12:56:17 2021 -0700
19335
19336     Merge pull request #3020 from googlefonts/serialize_serialize
19337     
19338     [subset] Always serialize objects point to by OffsetTo to a new serializer object.
19339
19340 commit 085aa65e09e847cf28d6430e85238ea77cce20e2
19341 Author: Garret Rieger <grieger@google.com>
19342 Date:   Mon Jun 14 16:47:45 2021 -0700
19343
19344     [subset] Convert offset serialization in gsubgpos and gdef to serialize_serialize().
19345
19346  src/hb-ot-layout-gdef-table.hh | 6 ++----
19347  src/hb-ot-layout-gsubgpos.hh   | 6 ++----
19348  2 files changed, 4 insertions(+), 8 deletions(-)
19349
19350 commit cc96c4e87ee3d5de6364ab207676daf6d243f95b
19351 Author: Garret Rieger <grieger@google.com>
19352 Date:   Mon Jun 14 16:43:23 2021 -0700
19353
19354     [shaping] Update shaping substituion lookup serialization to use serializer pop()/pack().
19355
19356  src/hb-ot-layout-gsub-table.hh | 66 +++++++++++++++++++++++++++---------------
19357  1 file changed, 43 insertions(+), 23 deletions(-)
19358
19359 commit d3dd9363095fadaeb59dabe59b5101bb0ecddb41
19360 Author: Behdad Esfahbod <behdad@behdad.org>
19361 Date:   Mon Jun 14 12:31:02 2021 -0600
19362
19363     [coretext] Round position info
19364     
19365     Test:
19366     
19367     Before:
19368     $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=coretext
19369     [gid781=0@-78,0+841]
19370     $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=ot
19371     [gid781=0@-78,0+842]
19372     
19373     After:
19374     $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=coretext
19375     [gid781=0@-78,0+842]
19376     $ ./hb-shape /System/Library/Fonts/ヒラギノ丸ゴ\ ProN\ W4.ttc 1 --features="+palt" --shaper=ot
19377     [gid781=0@-78,0+842]
19378     
19379     I've verified in the font that 842 is correct.
19380
19381  src/hb-coretext.cc | 12 ++++++------
19382  1 file changed, 6 insertions(+), 6 deletions(-)
19383
19384 commit 8443cc85cb118e858043179ac27673ce170dad3b
19385 Author: Garret Rieger <grieger@google.com>
19386 Date:   Fri Jun 11 13:40:39 2021 -0700
19387
19388     [subset] Correct OffsetTo serialization in GPOS to use serialize_serialize ().
19389
19390  src/hb-ot-layout-gpos-table.hh | 30 +++++++++++-------------------
19391  1 file changed, 11 insertions(+), 19 deletions(-)
19392
19393 commit 5ba46ed067a04b6e1de1611153885c2478de3ceb
19394 Author: Garret Rieger <grieger@google.com>
19395 Date:   Fri Jun 11 13:34:00 2021 -0700
19396
19397     [subset] Correct OffsetTo serialization in GSUB to use serialize_serialize ().
19398
19399  src/hb-ot-layout-gsub-table.hh | 44 +++++++++++++++++++-----------------------
19400  1 file changed, 20 insertions(+), 24 deletions(-)
19401
19402 commit 35458b6b66f801194a1dad957308be9a71280425
19403 Author: Garret Rieger <grieger@google.com>
19404 Date:   Fri Jun 11 13:14:51 2021 -0700
19405
19406     [subset] Add serialize_serialize to OffsetTo.
19407     
19408     Similar to serialize_subset() this will serialize the new object and then link it to the offset.
19409
19410  src/hb-open-type.hh            | 17 +++++++++++++++++
19411  src/hb-ot-layout-gsub-table.hh |  2 +-
19412  2 files changed, 18 insertions(+), 1 deletion(-)
19413
19414 commit 2b0ced28b685de4edbd22cf5f59be30075984dfb
19415 Author: Behdad Esfahbod <behdad@behdad.org>
19416 Date:   Wed Jun 9 19:06:31 2021 -0600
19417
19418     Cluster Regional_Indicator pairs (aka emoji flags)
19419     
19420     Fixes https://github.com/harfbuzz/harfbuzz/issues/2265
19421
19422  src/hb-ot-shape.cc | 8 ++++++++
19423  1 file changed, 8 insertions(+)
19424
19425 commit 4e72d5e35d68b1772985ddafc522dcd4b0aceec2
19426 Author: Behdad Esfahbod <behdad@behdad.org>
19427 Date:   Sun Jun 13 05:46:17 2021 -0600
19428
19429     [src/check-static-init] Ignore objdump "file format not recognized" error
19430     
19431     Fixes https://github.com/harfbuzz/harfbuzz/issues/3019
19432
19433  src/check-static-inits.py | 17 +++++++++++++++--
19434  1 file changed, 15 insertions(+), 2 deletions(-)
19435
19436 commit 5bc05ba155a0fd568b56423009e55d16ed42b91c
19437 Author: Behdad Esfahbod <behdad@behdad.org>
19438 Date:   Sun Jun 13 05:28:20 2021 -0600
19439
19440     Prefer GPOS over kerx, if GSUB was applied
19441     
19442     Fixes https://github.com/harfbuzz/harfbuzz/issues/3008
19443
19444  src/hb-ot-shape.cc                           | 6 ++++--
19445  test/shaping/data/in-house/tests/macos.tests | 3 +++
19446  2 files changed, 7 insertions(+), 2 deletions(-)
19447
19448 commit 13c6ad980fcff52567955d268f33d698ff78379e
19449 Author: Behdad Esfahbod <behdad@behdad.org>
19450 Date:   Sat Jun 12 11:00:19 2021 -0600
19451
19452     [src/check-*] Pickup $(NM), $(OBJDUMP), $(LDD), $(OTOOL)
19453     
19454     Fixes https://github.com/harfbuzz/harfbuzz/issues/3019
19455
19456  src/Makefile.am            |  4 ++++
19457  src/check-libstdc++.py     | 14 ++++++--------
19458  src/check-static-inits.py  |  4 ++--
19459  src/check-symbols.py       |  6 +++---
19460  src/gen-ragel-artifacts.py |  4 ++--
19461  5 files changed, 17 insertions(+), 15 deletions(-)
19462
19463 commit c61ce962cfdef3fc756850132eb9f76cb7a57ba5
19464 Author: Behdad Esfahbod <behdad@behdad.org>
19465 Date:   Thu Jun 10 17:33:29 2021 -0600
19466
19467     [buffer] In hb_buffer_get_positions(), return NULL if inside message callback
19468     
19469     As discussed in https://github.com/harfbuzz/harfbuzz/issues/2468#issuecomment-645666066
19470     
19471     Part of fixing https://github.com/harfbuzz/harfbuzz/issues/2468
19472
19473  src/hb-buffer.cc | 16 +++++++++++++---
19474  src/hb-buffer.hh |  9 +++++++++
19475  util/options.cc  |  2 +-
19476  3 files changed, 23 insertions(+), 4 deletions(-)
19477
19478 commit 855a3f478eea5b770e64611d09fd347336c56b67
19479 Author: Behdad Esfahbod <behdad@behdad.org>
19480 Date:   Wed Jun 9 15:10:52 2021 -0600
19481
19482     [emoji] Fix emoji table generation
19483     
19484     Previously, the last of each range having Extended_Pictograph property
19485     was not processed as so. Ouch!
19486     
19487     Test:
19488     
19489     $ echo x > null; hb-shape null -u U+1f43b,U+200d,U+2744,U+fe0f
19490     
19491     Before:
19492     [gid0=0+1000|gid0=2+1000]
19493     
19494     After:
19495     [gid0=0+1000|gid0=0+1000]
19496     
19497     Caught by https://github.com/harfbuzz/harfbuzz/issues/3017
19498
19499  src/gen-emoji-table.py        |  2 +-
19500  src/hb-unicode-emoji-table.hh | 64 +++++++++++++++++++++++--------------------
19501  2 files changed, 36 insertions(+), 30 deletions(-)
19502
19503 commit bd5502f09f09b3f464754395880f9db30a5fcf60
19504 Author: Behdad Esfahbod <behdad@behdad.org>
19505 Date:   Wed Jun 9 14:03:25 2021 -0600
19506
19507     [set] Oops. Fix compile
19508
19509  src/hb-set.cc | 2 +-
19510  1 file changed, 1 insertion(+), 1 deletion(-)
19511
19512 commit 3962225a7247582f1ae12193a4caee11dc876e1e
19513 Author: Behdad Esfahbod <behdad@behdad.org>
19514 Date:   Wed Jun 9 14:02:31 2021 -0600
19515
19516     [set] Add hb_set_copy()
19517     
19518     Fixes https://github.com/harfbuzz/harfbuzz/issues/3016
19519
19520  docs/harfbuzz-sections.txt |  1 +
19521  src/hb-set.cc              | 18 ++++++++++++++++++
19522  src/hb-set.h               |  3 +++
19523  3 files changed, 22 insertions(+)
19524
19525 commit bc33b87f5e72648c66949cc9469291e77aa80701
19526 Author: Behdad Esfahbod <behdad@behdad.org>
19527 Date:   Wed Jun 9 11:51:32 2021 -0600
19528
19529     [set] Use references, not pointers, in internal C++ API
19530
19531  src/hb-ot-layout-gsubgpos.hh |  2 +-
19532  src/hb-set.cc                | 14 ++++-----
19533  src/hb-set.hh                | 69 ++++++++++++++++++++++----------------------
19534  src/hb-subset-plan.cc        |  2 +-
19535  4 files changed, 44 insertions(+), 43 deletions(-)
19536
19537 commit 9cfac093aa5816113289812764c44ec0c44c04c4
19538 Author: Behdad Esfahbod <behdad@behdad.org>
19539 Date:   Wed Jun 9 11:41:59 2021 -0600
19540
19541     [set] Add copy constructor/assignment
19542
19543  src/hb-set.hh | 5 ++++-
19544  1 file changed, 4 insertions(+), 1 deletion(-)
19545
19546 commit a83b9b0fec4c21e9da19b7c83ea76cb33aabd195
19547 Merge: 4811e8f5d 6119ff9d8
19548 Author: Behdad Esfahbod <behdad@behdad.org>
19549 Date:   Mon Jun 7 16:41:27 2021 -0700
19550
19551     Merge pull request #3011 from harfbuzz/directwrite-cleanup
19552     
19553     Some directwrite cleanups
19554
19555 commit 4811e8f5d76ef528b4cec00f241cc4ab8110db30
19556 Author: Khaled Hosny <khaled@aliftype.com>
19557 Date:   Mon Jun 7 10:54:36 2021 +0200
19558
19559     Trigger doc rebuild
19560
19561  src/hb-face.cc | 10 +++++-----
19562  1 file changed, 5 insertions(+), 5 deletions(-)
19563
19564 commit 09a2eb65d782c1e6bba5ebb5027eaf84c40fc31a
19565 Author: Khaled Hosny <khaled@aliftype.com>
19566 Date:   Mon Jun 7 10:52:27 2021 +0200
19567
19568     Revert "Temporarily always push the docs commit"
19569     
19570     This reverts commit 6612fd39ae6f84446dad1b0507417d6febf22fa0.
19571
19572  .ci/deploy-docs.sh | 4 ++--
19573  1 file changed, 2 insertions(+), 2 deletions(-)
19574
19575 commit 6612fd39ae6f84446dad1b0507417d6febf22fa0
19576 Author: Khaled Hosny <khaled@aliftype.com>
19577 Date:   Mon Jun 7 10:36:02 2021 +0200
19578
19579     Temporarily always push the docs commit
19580
19581  .ci/deploy-docs.sh | 4 ++--
19582  1 file changed, 2 insertions(+), 2 deletions(-)
19583
19584 commit b39b047505d0cd8a77fb9eafca2a08b717a07ead
19585 Author: Khaled Hosny <khaled@aliftype.com>
19586 Date:   Mon Jun 7 10:27:33 2021 +0200
19587
19588     Try to fix doc deployment
19589     
19590     https://github.com/harfbuzz/harfbuzz.github.io/issues/4
19591     
19592     From CI logs at https://github.com/harfbuzz/harfbuzz/runs/2758234200:
19593     
19594     + git init
19595     hint: Using 'master' as the name for the initial branch. This default branch name
19596     hint: is subject to change. To configure the initial branch name to use in all
19597     hint: of your new repositories, which will suppress this warning, call:
19598     hint:
19599     hint:   git config --global init.defaultBranch <name>
19600     hint:
19601     hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
19602     hint: 'development'. The just-created branch can be renamed via this command:
19603     hint:
19604     hint:   git branch -m <name>
19605     
19606     We want the branch too be main not master.
19607
19608  .ci/deploy-docs.sh | 1 +
19609  1 file changed, 1 insertion(+)
19610
19611 commit 5585ea02eb90c013ddba73290d3a9ae435df9f15
19612 Author: David Corbett <corbett.dav@northeastern.edu>
19613 Date:   Sat Jun 5 08:35:28 2021 -0400
19614
19615     [syllabic] Set position of dotted circle for Indic
19616
19617  src/hb-ot-shape-complex-indic.cc                          |   3 ++-
19618  src/hb-ot-shape-complex-syllabic.cc                       |   5 ++++-
19619  src/hb-ot-shape-complex-syllabic.hh                       |   3 ++-
19620  .../fonts/fd07ea46e4d8368ada1776208c07fd596f727852.ttf    | Bin 0 -> 956 bytes
19621  test/shaping/data/in-house/tests/cluster.tests            |   1 +
19622  5 files changed, 9 insertions(+), 3 deletions(-)
19623
19624 commit a9fb6a0c3cb1ffdbd6c18c8a4b1ad7a51ade2e1c
19625 Author: Khaled Hosny <khaled@aliftype.com>
19626 Date:   Sun Jun 6 14:40:50 2021 +0200
19627
19628     [aat] Add start table/end table to buffer messages
19629     
19630     Related to https://github.com/harfbuzz/harfbuzz/issues/3008
19631
19632  src/hb-aat-layout.cc | 6 ++++++
19633  src/hb-ot-layout.cc  | 2 ++
19634  2 files changed, 8 insertions(+)
19635
19636 commit 19cb449358202b22b851f87032ea01b950b04f0f
19637 Author: Behdad Esfahbod <behdad@behdad.org>
19638 Date:   Sat Jun 5 13:44:51 2021 -0600
19639
19640     Update COPYING
19641     
19642     Mainly just to push any commit to see if it fixes our github.io site.
19643     
19644     https://github.com/harfbuzz/harfbuzz.github.io/issues/4
19645
19646  COPYING | 4 ++--
19647  1 file changed, 2 insertions(+), 2 deletions(-)
19648
19649 commit cf9538e8080c6e96c840db09515191a799c85de9
19650 Author: Behdad Esfahbod <behdad@behdad.org>
19651 Date:   Fri Jun 4 22:33:16 2021 -0600
19652
19653     Removal remaining uses of "blacklist" terminology
19654
19655  src/gen-use-table.py | 4 ++--
19656  src/hb-config.hh     | 2 +-
19657  src/hb-ot-layout.cc  | 6 +++---
19658  3 files changed, 6 insertions(+), 6 deletions(-)
19659
19660 commit 6119ff9d806db7de3ceef73de67fe589507800bb
19661 Author: Khaled Hosny <khaled@aliftype.com>
19662 Date:   Thu Jun 3 13:02:53 2021 +0200
19663
19664     [hb-directwrite] Don't load dwrit.dll dynamically
19665     
19666     We already link to it, so I don't see the point of trying to load it
19667     dynamically.
19668
19669  src/hb-directwrite.cc | 36 ++----------------------------------
19670  1 file changed, 2 insertions(+), 34 deletions(-)
19671
19672 commit b2070a509c6aabc5a275749979d140f8d78206e6
19673 Author: Khaled Hosny <khaled@aliftype.com>
19674 Date:   Thu Jun 3 10:50:46 2021 +0200
19675
19676     [hb-directwrite] Don’t override new/delete
19677     
19678     This is a testing shaper, we don’t care for overridden malloc/free here.
19679     Use malloc/free in the code called from hb_directwrite_face_create().
19680
19681  src/hb-directwrite.cc | 14 ++------------
19682  1 file changed, 2 insertions(+), 12 deletions(-)
19683
19684 commit 221d642b196a1bc1550e06a06d32bc8888590380
19685 Author: Khaled Hosny <khaled@aliftype.com>
19686 Date:   Thu Jun 3 10:45:23 2021 +0200
19687
19688     [hb-directwrite] Remove _hb_directwrite_shape_experimental_width
19689     
19690     Not used anywhere.
19691
19692  src/hb-directwrite.cc | 128 +++-----------------------------------------------
19693  1 file changed, 6 insertions(+), 122 deletions(-)
19694
19695 commit fa432a121e3c409de77cd2e2b1085b31b93be4c6
19696 Author: Khaled Hosny <khaled@aliftype.com>
19697 Date:   Sat Jun 5 04:06:58 2021 +0200
19698
19699     Rename various references to master branch
19700
19701  .ci/deploy-docs.sh             | 4 ++--
19702  .github/workflows/linux-ci.yml | 6 +++---
19703  .github/workflows/msvc-ci.yml  | 4 ++--
19704  .github/workflows/msys2-ci.yml | 4 ++--
19705  README                         | 8 ++++----
19706  README.md                      | 4 ++--
19707  6 files changed, 15 insertions(+), 15 deletions(-)
19708
19709 commit 35d6af69435ff070cee00f7cd9741b3545ca161c
19710 Author: Qunxin Liu <qxliu@google.com>
19711 Date:   Fri Jun 4 10:04:27 2021 -0700
19712
19713     [subset] fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5965777994907648
19714
19715  src/hb-ot-color-colr-table.hh                            |  15 +++++++++++++--
19716  ...-testcase-minimized-hb-subset-fuzzer-5965777994907648 | Bin 0 -> 159 bytes
19717  2 files changed, 13 insertions(+), 2 deletions(-)
19718
19719 commit 92206345a390311e6ebe074238bf39d6dc77d79e
19720 Author: Behdad Esfahbod <behdad@behdad.org>
19721 Date:   Fri Jun 4 14:51:49 2021 -0600
19722
19723     [ci] Disable patch-level codecov failures
19724     
19725     Fixes https://github.com/harfbuzz/harfbuzz/issues/3004
19726
19727  .codecov.yml | 1 +
19728  1 file changed, 1 insertion(+)
19729
19730 commit 3d48bfc18731e3c2187a5b0666a7e94dcab0150b
19731 Author: Peter Williams <peter@newton.cx>
19732 Date:   Wed Jun 2 23:12:53 2021 -0400
19733
19734     Avoid a deprecation warning in graphite2
19735     
19736     As of graphite2 1.3.7, `gr_make_face` is deprecated in favor of
19737     `gr_make_face_with_ops`. It's a one-liner to port over to using it.
19738     
19739     This is potentially a compatibility break since I'm not sure when the
19740     `with_ops` API was added, but the minimum version of graphite2 that's
19741     supported by Harfbuzz doesn't seem to be documented anywhere anyway.
19742
19743  src/hb-graphite2.cc | 3 ++-
19744  1 file changed, 2 insertions(+), 1 deletion(-)
19745
19746 commit 1b6008ca625e0f41cb34259368f91677a110b5dd
19747 Author: Qunxin Liu <qxliu@google.com>
19748 Date:   Wed Jun 2 15:07:18 2021 -0700
19749
19750     fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5417934246772736
19751
19752  src/hb-ot-color-colr-table.hh                             |  12 +++++++++---
19753  ...z-testcase-minimized-hb-subset-fuzzer-5417934246772736 | Bin 0 -> 104 bytes
19754  2 files changed, 9 insertions(+), 3 deletions(-)
19755
19756 commit 18f61210a43e2dc4e7001227e37fc899d5af7979
19757 Author: Garret Rieger <grieger@google.com>
19758 Date:   Thu May 27 16:01:17 2021 -0700
19759
19760     Add public api methods to get/set the layout features to retain.
19761
19762  src/hb-subset-input.cc | 20 ++++++++++++++++++++
19763  src/hb-subset.h        |  9 +++++++++
19764  2 files changed, 29 insertions(+)
19765
19766 commit 243d056ff1c2af583ceb67e5dfbfaac51dc96e63
19767 Author: Andi-Bogdan Postelnicu <abpostelnicu@me.com>
19768 Date:   Wed Jun 2 14:08:11 2021 +0300
19769
19770     Removed unused variable `supp_size` from plan_subset_encoding(...).
19771
19772  src/hb-subset-cff1.cc | 4 +---
19773  1 file changed, 1 insertion(+), 3 deletions(-)
19774
19775 commit 7ab0f4eda9a8a1d7ccd334fa7f9fef4b038a1c24
19776 Author: Qunxin Liu <qxliu@google.com>
19777 Date:   Thu May 27 11:40:34 2021 -0700
19778
19779     fuzzer fix
19780
19781  src/hb-subset.cc                                           |   1 +
19782  ...zz-testcase-minimized-hb-subset-fuzzer-4681956043390976 | Bin 0 -> 56 bytes
19783  2 files changed, 1 insertion(+)
19784
19785 commit cb5a6b5a27cfe616113bafe7f23ad33f1b0d0a1e
19786 Author: Qunxin Liu <qxliu@google.com>
19787 Date:   Wed May 19 17:33:46 2021 -0700
19788
19789     [subset] support option --layout-features
19790
19791  src/hb-subset-input.cc                             |  91 +++++++++++++
19792  src/hb-subset-input.hh                             |   2 +
19793  src/hb-subset-plan.cc                              | 147 +++++++++++----------
19794  src/hb-subset-plan.hh                              |   4 +
19795  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 8100 -> 7652 bytes
19796  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7736 -> 7284 bytes
19797  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 7360 -> 6920 bytes
19798  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
19799  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 7012 -> 5104 bytes
19800  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 6712 -> 4808 bytes
19801  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 6388 -> 4220 bytes
19802  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 190920 -> 190296 bytes
19803  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3424 -> 3100 bytes
19804  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 3128 -> 2792 bytes
19805  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2800 -> 2472 bytes
19806  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 190908 -> 190252 bytes
19807  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 9036 -> 8580 bytes
19808  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8668 -> 8220 bytes
19809  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 8304 -> 7848 bytes
19810  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 8236 -> 7772 bytes
19811  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 8220 -> 7776 bytes
19812  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
19813  ...gular-new.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 8100 bytes
19814  ...-Regular-new.keep-all-layout-features.61,63.ttf | Bin 0 -> 7736 bytes
19815  ...taa-Regular-new.keep-all-layout-features.61.ttf | Bin 0 -> 7360 bytes
19816  ...taa-Regular-new.keep-all-layout-features.62.ttf | Bin 0 -> 6796 bytes
19817  ...taa-Regular-new.keep-all-layout-features.63.ttf | Bin 0 -> 6844 bytes
19818  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 222212 bytes
19819  ...fortaa-Regular-new.layout-features.61,62,63.ttf | Bin 0 -> 7652 bytes
19820  ...Comfortaa-Regular-new.layout-features.61,63.ttf | Bin 0 -> 7284 bytes
19821  .../Comfortaa-Regular-new.layout-features.61.ttf   | Bin 0 -> 6920 bytes
19822  .../Comfortaa-Regular-new.layout-features.62.ttf   | Bin 0 -> 6796 bytes
19823  .../Comfortaa-Regular-new.layout-features.63.ttf   | Bin 0 -> 6844 bytes
19824  ...ar-new.layout-features.retain-all-codepoint.ttf | Bin 0 -> 219716 bytes
19825  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7840 -> 7392 bytes
19826  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7476 -> 7024 bytes
19827  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 7100 -> 6660 bytes
19828  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221952 -> 221264 bytes
19829  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 8100 -> 7652 bytes
19830  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7736 -> 7284 bytes
19831  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 7360 -> 6920 bytes
19832  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
19833  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 8100 -> 7652 bytes
19834  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7736 -> 7284 bytes
19835  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 7360 -> 6920 bytes
19836  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222212 -> 221524 bytes
19837  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 11688 -> 9656 bytes
19838  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 11320 -> 9300 bytes
19839  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 10952 -> 8668 bytes
19840  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222224 -> 221568 bytes
19841  ...ar-subset.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 4128 bytes
19842  ...gular-subset.keep-all-layout-features.61,63.ttf | Bin 0 -> 3580 bytes
19843  ...-Regular-subset.keep-all-layout-features.61.ttf | Bin 0 -> 3156 bytes
19844  ...-Regular-subset.keep-all-layout-features.62.ttf | Bin 0 -> 3180 bytes
19845  ...-Regular-subset.keep-all-layout-features.63.ttf | Bin 0 -> 3048 bytes
19846  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
19847  ...gjo-Regular-subset.layout-features.61,62,63.ttf | Bin 0 -> 4128 bytes
19848  ...eongjo-Regular-subset.layout-features.61,63.ttf | Bin 0 -> 3580 bytes
19849  ...mMyeongjo-Regular-subset.layout-features.61.ttf | Bin 0 -> 3156 bytes
19850  ...mMyeongjo-Regular-subset.layout-features.62.ttf | Bin 0 -> 3180 bytes
19851  ...mMyeongjo-Regular-subset.layout-features.63.ttf | Bin 0 -> 3048 bytes
19852  ...subset.layout-features.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
19853  ...gular.abc.keep-all-layout-features.61,62,63.ttf | Bin 0 -> 2452 bytes
19854  ...-Regular.abc.keep-all-layout-features.61,63.ttf | Bin 0 -> 2260 bytes
19855  ...oto-Regular.abc.keep-all-layout-features.61.ttf | Bin 0 -> 2048 bytes
19856  ...oto-Regular.abc.keep-all-layout-features.62.ttf | Bin 0 -> 1916 bytes
19857  ...oto-Regular.abc.keep-all-layout-features.63.ttf | Bin 0 -> 1972 bytes
19858  ...ep-all-layout-features.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
19859  ...Roboto-Regular.abc.layout-features.61,62,63.ttf | Bin 0 -> 2452 bytes
19860  .../Roboto-Regular.abc.layout-features.61,63.ttf   | Bin 0 -> 2260 bytes
19861  .../Roboto-Regular.abc.layout-features.61.ttf      | Bin 0 -> 2048 bytes
19862  .../Roboto-Regular.abc.layout-features.62.ttf      | Bin 0 -> 1916 bytes
19863  .../Roboto-Regular.abc.layout-features.63.ttf      | Bin 0 -> 1972 bytes
19864  ...ar.abc.layout-features.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
19865  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 4192 -> 2580 bytes
19866  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 3856 -> 2216 bytes
19867  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 3144 -> 2328 bytes
19868  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30788 -> 20232 bytes
19869  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 30908 -> 2316 bytes
19870  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31336 -> 30540 bytes
19871  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 3968 -> 2436 bytes
19872  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 3556 -> 2120 bytes
19873  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3168 -> 2312 bytes
19874  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30488 -> 20064 bytes
19875  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 30668 -> 2192 bytes
19876  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31124 -> 30372 bytes
19877  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3668 -> 2268 bytes
19878  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 3320 -> 1996 bytes
19879  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2952 -> 2148 bytes
19880  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 30624 -> 20156 bytes
19881  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 30888 -> 2228 bytes
19882  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 31104 -> 30384 bytes
19883  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3808 -> 2352 bytes
19884  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 3524 -> 2060 bytes
19885  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2932 -> 2164 bytes
19886  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 31012 -> 20384 bytes
19887  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 31208 -> 2384 bytes
19888  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 31312 -> 30556 bytes
19889  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 4656 -> 3276 bytes
19890  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 3904 -> 2864 bytes
19891  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3976 -> 3216 bytes
19892  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 2532 -> 1712 bytes
19893  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 2116 -> 1496 bytes
19894  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2184 -> 1728 bytes
19895  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 6876 -> 4144 bytes
19896  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 6552 -> 3984 bytes
19897  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 6136 -> 4548 bytes
19898  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 6832 -> 4120 bytes
19899  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 6552 -> 3984 bytes
19900  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 6136 -> 4548 bytes
19901  ...text1_multiple_subrules_f1.default.41,42,43.otf | Bin 1440 -> 1328 bytes
19902  ...context1_multiple_subrules_f1.default.41,42.otf | Bin 1324 -> 1228 bytes
19903  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3812 -> 3700 bytes
19904  ...1_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2140 -> 2028 bytes
19905  ...ext1_multiple_subrules_f1.retain-gids.41,42.otf | Bin 2028 -> 1932 bytes
19906  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3812 -> 3700 bytes
19907  ...text2_multiple_subrules_f1.default.41,42,43.otf | Bin 1456 -> 1328 bytes
19908  ...context2_multiple_subrules_f1.default.41,42.otf | Bin 1336 -> 1228 bytes
19909  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
19910  ...2_multiple_subrules_f1.retain-gids.41,42,43.otf | Bin 2156 -> 2028 bytes
19911  ...ext2_multiple_subrules_f1.retain-gids.41,42.otf | Bin 2040 -> 1932 bytes
19912  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
19913  .../gpos_context3_simple_f1.default.41,42,43.otf   | Bin 1420 -> 1308 bytes
19914  ...ext3_simple_f1.default.retain-all-codepoint.otf | Bin 3792 -> 3680 bytes
19915  ...pos_context3_simple_f1.retain-gids.41,42,43.otf | Bin 2120 -> 2008 bytes
19916  ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3792 -> 3680 bytes
19917  .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 5460 -> 5440 bytes
19918  .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4932 -> 4908 bytes
19919  .../AdobeVFPrototype.default.41,42.otf             | Bin 4452 -> 4432 bytes
19920  .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4600 -> 4576 bytes
19921  .../AdobeVFPrototype.default.41.otf                | Bin 3748 -> 3728 bytes
19922  .../AdobeVFPrototype.default.42,57.otf             | Bin 4584 -> 4564 bytes
19923  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5272 -> 5252 bytes
19924  .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4744 -> 4720 bytes
19925  .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4264 -> 4244 bytes
19926  .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4408 -> 4384 bytes
19927  .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3560 -> 3540 bytes
19928  .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4396 -> 4376 bytes
19929  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5460 -> 5440 bytes
19930  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4932 -> 4908 bytes
19931  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4452 -> 4432 bytes
19932  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4600 -> 4576 bytes
19933  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3748 -> 3728 bytes
19934  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4584 -> 4564 bytes
19935  .../Roboto-Regular.default.41,42,43.ttf            | Bin 3668 -> 2764 bytes
19936  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 2036 -> 1472 bytes
19937  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 3668 -> 2764 bytes
19938  .../layout.gpos/gpos1_2_font.default.41,43.otf     | Bin 1352 -> 1292 bytes
19939  .../layout.gpos/gpos1_2_font.default.41,46.otf     | Bin 1484 -> 1424 bytes
19940  .../layout.gpos/gpos1_2_font.default.41.otf        | Bin 1232 -> 1176 bytes
19941  .../layout.gpos/gpos1_2_font.default.43,46.otf     | Bin 1348 -> 1288 bytes
19942  .../gpos1_2_font.default.retain-all-codepoint.otf  | Bin 3668 -> 3604 bytes
19943  .../layout.gpos/gpos1_2_font.retain-gids.41,43.otf | Bin 2068 -> 2008 bytes
19944  .../layout.gpos/gpos1_2_font.retain-gids.41,46.otf | Bin 2232 -> 2172 bytes
19945  .../layout.gpos/gpos1_2_font.retain-gids.41.otf    | Bin 1932 -> 1876 bytes
19946  .../layout.gpos/gpos1_2_font.retain-gids.43,46.otf | Bin 2096 -> 2036 bytes
19947  ...os1_2_font.retain-gids.retain-all-codepoint.otf | Bin 3668 -> 3604 bytes
19948  .../gpos2_1_font7.default.21,23,25.otf             | Bin 1428 -> 1360 bytes
19949  .../layout.gpos2/gpos2_1_font7.default.21,23.otf   | Bin 1308 -> 1240 bytes
19950  .../gpos2_1_font7.default.retain-all-codepoint.otf | Bin 3688 -> 3604 bytes
19951  .../gpos2_1_font7.retain-gids.21,23,25.otf         | Bin 1764 -> 1696 bytes
19952  .../gpos2_1_font7.retain-gids.21,23.otf            | Bin 1632 -> 1564 bytes
19953  ...s2_1_font7.retain-gids.retain-all-codepoint.otf | Bin 3688 -> 3604 bytes
19954  .../gpos2_2_font5.default.21,23,25.otf             | Bin 1480 -> 1360 bytes
19955  .../layout.gpos2/gpos2_2_font5.default.21,23.otf   | Bin 1360 -> 1240 bytes
19956  .../gpos2_2_font5.default.retain-all-codepoint.otf | Bin 3724 -> 3604 bytes
19957  .../gpos2_2_font5.retain-gids.21,23,25.otf         | Bin 1816 -> 1696 bytes
19958  .../gpos2_2_font5.retain-gids.21,23.otf            | Bin 1684 -> 1564 bytes
19959  ...s2_2_font5.retain-gids.retain-all-codepoint.otf | Bin 3724 -> 3604 bytes
19960  .../layout.gpos3/gpos3_font3.default.28,29.otf     | Bin 1328 -> 1248 bytes
19961  .../layout.gpos3/gpos3_font3.default.28,2B.otf     | Bin 1456 -> 1376 bytes
19962  .../layout.gpos3/gpos3_font3.default.29,2B.otf     | Bin 1368 -> 1292 bytes
19963  .../gpos3_font3.default.retain-all-codepoint.otf   | Bin 3728 -> 3636 bytes
19964  .../layout.gpos3/gpos3_font3.retain-gids.28,29.otf | Bin 1712 -> 1632 bytes
19965  .../layout.gpos3/gpos3_font3.retain-gids.28,2B.otf | Bin 1860 -> 1780 bytes
19966  .../layout.gpos3/gpos3_font3.retain-gids.29,2B.otf | Bin 1772 -> 1696 bytes
19967  ...pos3_font3.retain-gids.retain-all-codepoint.otf | Bin 3728 -> 3636 bytes
19968  ...pos4_multiple_anchors_1.default.41,42,43,44.otf | Bin 1640 -> 1516 bytes
19969  ...pos4_multiple_anchors_1.default.41,42,43,45.otf | Bin 1632 -> 1524 bytes
19970  .../gpos4_multiple_anchors_1.default.41,42,43.otf  | Bin 1404 -> 1308 bytes
19971  ...4_multiple_anchors_1.default.41,43,44,45,46.otf | Bin 1992 -> 1864 bytes
19972  .../gpos4_multiple_anchors_1.default.41,43,44.otf  | Bin 1632 -> 1524 bytes
19973  .../gpos4_multiple_anchors_1.default.41,43,45.otf  | Bin 1632 -> 1532 bytes
19974  .../gpos4_multiple_anchors_1.default.41,43.otf     | Bin 1400 -> 1312 bytes
19975  ...iple_anchors_1.default.retain-all-codepoint.otf | Bin 3816 -> 3668 bytes
19976  ..._multiple_anchors_1.retain-gids.41,42,43,44.otf | Bin 2344 -> 2220 bytes
19977  ..._multiple_anchors_1.retain-gids.41,42,43,45.otf | Bin 2352 -> 2244 bytes
19978  ...os4_multiple_anchors_1.retain-gids.41,42,43.otf | Bin 2104 -> 2008 bytes
19979  ...ltiple_anchors_1.retain-gids.41,43,44,45,46.otf | Bin 2712 -> 2584 bytes
19980  ...os4_multiple_anchors_1.retain-gids.41,43,44.otf | Bin 2348 -> 2240 bytes
19981  ...os4_multiple_anchors_1.retain-gids.41,43,45.otf | Bin 2360 -> 2260 bytes
19982  .../gpos4_multiple_anchors_1.retain-gids.41,43.otf | Bin 2116 -> 2028 bytes
19983  ..._anchors_1.retain-gids.retain-all-codepoint.otf | Bin 3816 -> 3668 bytes
19984  .../gpos5_font1.default.41,42,43,44.otf            | Bin 1668 -> 1536 bytes
19985  .../gpos5_font1.default.41,42,43,45.otf            | Bin 1660 -> 1544 bytes
19986  .../layout.gpos5/gpos5_font1.default.41,42,43.otf  | Bin 1432 -> 1328 bytes
19987  .../layout.gpos5/gpos5_font1.default.41,42,44.otf  | Bin 1588 -> 1460 bytes
19988  .../layout.gpos5/gpos5_font1.default.41,42,45.otf  | Bin 1560 -> 1448 bytes
19989  .../layout.gpos5/gpos5_font1.default.41,42.otf     | Bin 1328 -> 1228 bytes
19990  .../gpos5_font1.default.retain-all-codepoint.otf   | Bin 3884 -> 3688 bytes
19991  .../gpos5_font1.retain-gids.41,42,43,44.otf        | Bin 2372 -> 2240 bytes
19992  .../gpos5_font1.retain-gids.41,42,43,45.otf        | Bin 2380 -> 2264 bytes
19993  .../gpos5_font1.retain-gids.41,42,43.otf           | Bin 2132 -> 2028 bytes
19994  .../gpos5_font1.retain-gids.41,42,44.otf           | Bin 2304 -> 2176 bytes
19995  .../gpos5_font1.retain-gids.41,42,45.otf           | Bin 2284 -> 2172 bytes
19996  .../layout.gpos5/gpos5_font1.retain-gids.41,42.otf | Bin 2032 -> 1932 bytes
19997  ...pos5_font1.retain-gids.retain-all-codepoint.otf | Bin 3884 -> 3688 bytes
19998  .../gpos6_font1.default.41,42,43,44.otf            | Bin 1616 -> 1492 bytes
19999  .../gpos6_font1.default.41,42,43,45.otf            | Bin 1608 -> 1500 bytes
20000  .../layout.gpos6/gpos6_font1.default.41,42,43.otf  | Bin 1380 -> 1284 bytes
20001  .../gpos6_font1.default.41,43,44,45,46.otf         | Bin 1968 -> 1840 bytes
20002  .../layout.gpos6/gpos6_font1.default.41,43,44.otf  | Bin 1608 -> 1500 bytes
20003  .../layout.gpos6/gpos6_font1.default.41,43,45.otf  | Bin 1608 -> 1508 bytes
20004  .../layout.gpos6/gpos6_font1.default.41,43.otf     | Bin 1376 -> 1288 bytes
20005  .../gpos6_font1.default.retain-all-codepoint.otf   | Bin 3792 -> 3644 bytes
20006  .../gpos6_font1.retain-gids.41,42,43,44.otf        | Bin 2320 -> 2196 bytes
20007  .../gpos6_font1.retain-gids.41,42,43,45.otf        | Bin 2328 -> 2220 bytes
20008  .../gpos6_font1.retain-gids.41,42,43.otf           | Bin 2080 -> 1984 bytes
20009  .../gpos6_font1.retain-gids.41,43,44,45,46.otf     | Bin 2688 -> 2560 bytes
20010  .../gpos6_font1.retain-gids.41,43,44.otf           | Bin 2324 -> 2216 bytes
20011  .../gpos6_font1.retain-gids.41,43,45.otf           | Bin 2336 -> 2236 bytes
20012  .../layout.gpos6/gpos6_font1.retain-gids.41,43.otf | Bin 2092 -> 2004 bytes
20013  ...pos6_font1.retain-gids.retain-all-codepoint.otf | Bin 3792 -> 3644 bytes
20014  ...ular.default.627,644,623,62D,644,627,645,2E.ttf | Bin 13288 -> 12724 bytes
20015  .../Amiri-Regular.default.627,644,62D,628.ttf      | Bin 10188 -> 10028 bytes
20016  .../Amiri-Regular.default.627,644.ttf              | Bin 4364 -> 4208 bytes
20017  ...-Regular.default.633,645,627,621,20,644,627.ttf | Bin 10324 -> 9552 bytes
20018  .../Amiri-Regular.default.63A,64A,631.ttf          | Bin 7824 -> 7360 bytes
20019  ....retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48596 -> 48052 bytes
20020  .../Amiri-Regular.retain-gids.627,644,62D,628.ttf  | Bin 42836 -> 42676 bytes
20021  .../Amiri-Regular.retain-gids.627,644.ttf          | Bin 36892 -> 36736 bytes
20022  ...ular.retain-gids.633,645,627,621,20,644,627.ttf | Bin 46680 -> 45944 bytes
20023  .../Amiri-Regular.retain-gids.63A,64A,631.ttf      | Bin 42896 -> 38024 bytes
20024  ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1944 -> 1840 bytes
20025  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3832 -> 3704 bytes
20026  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2408 -> 2304 bytes
20027  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3832 -> 3704 bytes
20028  ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1964 -> 1840 bytes
20029  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3864 -> 3704 bytes
20030  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2428 -> 2304 bytes
20031  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3864 -> 3704 bytes
20032  ...pos_chaining3_simple_f1.default.30,31,32,33.otf | Bin 1936 -> 1816 bytes
20033  ...ing3_simple_f1.default.retain-all-codepoint.otf | Bin 3800 -> 3680 bytes
20034  ...chaining3_simple_f1.retain-gids.30,31,32,33.otf | Bin 2400 -> 2280 bytes
20035  ..._simple_f1.retain-gids.retain-all-codepoint.otf | Bin 3800 -> 3680 bytes
20036  .../layout.gpos9/gpos9_font2.default.41,42.otf     | Bin 1272 -> 1184 bytes
20037  .../layout.gpos9/gpos9_font2.default.41.otf        | Bin 1236 -> 1172 bytes
20038  .../layout.gpos9/gpos9_font2.default.42.otf        | Bin 1096 -> 1032 bytes
20039  .../layout.gpos9/gpos9_font2.retain-gids.41,42.otf | Bin 1976 -> 1888 bytes
20040  .../layout.gpos9/gpos9_font2.retain-gids.41.otf    | Bin 1936 -> 1872 bytes
20041  .../layout.gpos9/gpos9_font2.retain-gids.42.otf    | Bin 1808 -> 1744 bytes
20042  ...ub_alternate_substitution.default.53A9,53F1.otf | Bin 4984 -> 4348 bytes
20043  .../gsub_alternate_substitution.default.53A9.otf   | Bin 4524 -> 3904 bytes
20044  .../gsub_alternate_substitution.default.53F1.otf   | Bin 2816 -> 2452 bytes
20045  ...e_substitution.default.retain-all-codepoint.otf | Bin 6728 -> 6040 bytes
20046  ...lternate_substitution.retain-gids.53A9,53F1.otf | Bin 5108 -> 4472 bytes
20047  ...sub_alternate_substitution.retain-gids.53A9.otf | Bin 4676 -> 4056 bytes
20048  ...sub_alternate_substitution.retain-gids.53F1.otf | Bin 3012 -> 2648 bytes
20049  ...bstitution.retain-gids.retain-all-codepoint.otf | Bin 6820 -> 6132 bytes
20050  ...text1_multiple_subrules_f2.default.41,42,43.otf | Bin 1460 -> 1340 bytes
20051  ...context1_multiple_subrules_f2.default.41,42.otf | Bin 1420 -> 1240 bytes
20052  ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3808 -> 3712 bytes
20053  ...1_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2248 -> 2040 bytes
20054  ...ext1_multiple_subrules_f2.retain-gids.41,42.otf | Bin 2224 -> 1944 bytes
20055  ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3808 -> 3712 bytes
20056  ...text2_multiple_subrules_f2.default.41,42,43.otf | Bin 1476 -> 1340 bytes
20057  ...context2_multiple_subrules_f2.default.41,42.otf | Bin 1432 -> 1240 bytes
20058  ...le_subrules_f2.default.retain-all-codepoint.otf | Bin 3824 -> 3712 bytes
20059  ...2_multiple_subrules_f2.retain-gids.41,42,43.otf | Bin 2264 -> 2040 bytes
20060  ...ext2_multiple_subrules_f2.retain-gids.41,42.otf | Bin 2236 -> 1944 bytes
20061  ...ubrules_f2.retain-gids.retain-all-codepoint.otf | Bin 3824 -> 3712 bytes
20062  ..._successive_f1.default.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
20063  ...cessive_f1.retain-gids.retain-all-codepoint.otf | Bin 3828 -> 3700 bytes
20064  ...g1_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1916 -> 1852 bytes
20065  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3804 -> 3716 bytes
20066  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2380 -> 2316 bytes
20067  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3804 -> 3716 bytes
20068  ...g2_multiple_subrules_f1.default.30,31,32,33.otf | Bin 1944 -> 1852 bytes
20069  ...le_subrules_f1.default.retain-all-codepoint.otf | Bin 3836 -> 3716 bytes
20070  ...ultiple_subrules_f1.retain-gids.30,31,32,33.otf | Bin 2408 -> 2316 bytes
20071  ...ubrules_f1.retain-gids.retain-all-codepoint.otf | Bin 3836 -> 3716 bytes
20072  ...sub_chaining3_simple_f2.default.30,31,32,33.otf | Bin 1904 -> 1828 bytes
20073  ...ing3_simple_f2.default.retain-all-codepoint.otf | Bin 3772 -> 3692 bytes
20074  ...chaining3_simple_f2.retain-gids.30,31,32,33.otf | Bin 2368 -> 2292 bytes
20075  ..._simple_f2.retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3692 bytes
20076  ..._created.default.41,42,43,44,45,46,47,48,49.otf | Bin 2384 -> 2176 bytes
20077  ...nually_created.default.41,42,43,44,45,46,47.otf | Bin 1996 -> 1888 bytes
20078  ...nually_created.default.41,42,43,44,45,46,4D.otf | Bin 1996 -> 1852 bytes
20079  ...nually_created.default.41,42,43,44,45,46,51.otf | Bin 2044 -> 1932 bytes
20080  .../gsub8_manually_created.default.61.otf          | Bin 1540 -> 1224 bytes
20081  ...nually_created.default.retain-all-codepoint.otf | Bin 3832 -> 3656 bytes
20082  ...ated.retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 3172 -> 2884 bytes
20083  ...ly_created.retain-gids.41,42,43,44,45,46,47.otf | Bin 2796 -> 2596 bytes
20084  ...ly_created.retain-gids.41,42,43,44,45,46,4D.otf | Bin 2860 -> 2636 bytes
20085  ...ly_created.retain-gids.41,42,43,44,45,46,51.otf | Bin 2864 -> 2760 bytes
20086  .../gsub8_manually_created.retain-gids.61.otf      | Bin 2584 -> 2276 bytes
20087  ...ly_created.retain-gids.retain-all-codepoint.otf | Bin 3832 -> 3656 bytes
20088  .../Roboto-Regular.smallcaps.default.41,42,43.ttf  | Bin 3028 -> 2464 bytes
20089  .../Roboto-Regular.smallcaps.default.41,43.ttf     | Bin 2628 -> 2284 bytes
20090  .../layout/Roboto-Regular.smallcaps.default.41.ttf | Bin 2252 -> 2084 bytes
20091  .../layout/Roboto-Regular.smallcaps.default.43.ttf | Bin 2324 -> 2116 bytes
20092  .../Roboto-Regular.smallcaps.default.CA,CB.ttf     | Bin 2668 -> 2388 bytes
20093  ...boto-Regular.smallcaps.retain-gids.41,42,43.ttf | Bin 6844 -> 2716 bytes
20094  .../Roboto-Regular.smallcaps.retain-gids.41,43.ttf | Bin 6472 -> 2548 bytes
20095  .../Roboto-Regular.smallcaps.retain-gids.41.ttf    | Bin 6096 -> 2336 bytes
20096  .../Roboto-Regular.smallcaps.retain-gids.43.ttf    | Bin 6152 -> 2384 bytes
20097  .../Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf | Bin 7996 -> 6476 bytes
20098  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 18448 -> 15912 bytes
20099  .../data/expected/variable/Fraunces.default.61.ttf | Bin 5880 -> 4348 bytes
20100  .../data/profiles/keep-all-layout-features.txt     |   1 +
20101  test/subset/data/profiles/layout-features.txt      |   1 +
20102  test/subset/data/tests/basics.tests                |   2 +
20103  test/subset/generate-expected-outputs.py           |   1 -
20104  util/options-subset.cc                             |  53 ++++++++
20105  314 files changed, 233 insertions(+), 69 deletions(-)
20106
20107 commit 0989b5553af0e252d7201da9bf762d2f68fade9e
20108 Author: Garret Rieger <grieger@google.com>
20109 Date:   Tue May 18 17:12:50 2021 -0700
20110
20111     [subset] Add test for overlaps flag setting.
20112
20113  test/api/fonts/Roboto-Regular.abcAE.ttf | Bin 0 -> 7224 bytes
20114  test/api/fonts/Roboto-Regular.bAE.ttf   | Bin 0 -> 6732 bytes
20115  test/api/test-subset-glyf.c             |  26 ++++++++++++++++++++++++++
20116  3 files changed, 26 insertions(+)
20117
20118 commit 73ff04a324c3ac721bbebd2a7817dbe819c351fa
20119 Author: Garret Rieger <grieger@google.com>
20120 Date:   Tue May 18 16:54:01 2021 -0700
20121
20122     [subset] add option to have the subsetter set the mac overlaps flag on each glyph.
20123
20124  src/hb-ot-glyf-table.hh | 50 +++++++++++++++++++++++++++++++++++++++++--------
20125  src/hb-subset-input.cc  | 14 ++++++++++++++
20126  src/hb-subset-input.hh  |  1 +
20127  src/hb-subset-plan.cc   |  3 ++-
20128  src/hb-subset-plan.hh   |  1 +
20129  src/hb-subset.h         |  7 +++++++
20130  util/options-subset.cc  |  3 ++-
20131  7 files changed, 69 insertions(+), 10 deletions(-)
20132
20133 commit f739e1dc6a875d092d94bcc906d1604887729eac
20134 Author: Qunxin Liu <qxliu@google.com>
20135 Date:   Tue May 11 11:44:32 2021 -0700
20136
20137     [subset] subset both CPAL and COLRv1
20138
20139  src/hb-ot-color-colr-table.hh                      |  69 +++++++++--
20140  src/hb-ot-color-cpal-table.hh                      | 131 ++++++++++++++++++++-
20141  src/hb-subset-plan.cc                              |  28 ++++-
20142  src/hb-subset-plan.hh                              |   2 +-
20143  src/hb-subset.cc                                   |   2 +
20144  .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 5264 -> 1576 bytes
20145  .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 4660 -> 932 bytes
20146  .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 5068 -> 1376 bytes
20147  test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 5712 -> 1936 bytes
20148  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 5712 -> 1936 bytes
20149  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 5176 -> 1400 bytes
20150  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 5352 -> 1576 bytes
20151  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 4748 -> 932 bytes
20152  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 5692 -> 1916 bytes
20153  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 5152 -> 1376 bytes
20154  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 5328 -> 1552 bytes
20155  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 5692 -> 1916 bytes
20156  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 5172 -> 1396 bytes
20157  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 5352 -> 1576 bytes
20158  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4728 -> 912 bytes
20159  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 5676 -> 1900 bytes
20160  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 5148 -> 1372 bytes
20161  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 5328 -> 1552 bytes
20162  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 5692 -> 1916 bytes
20163  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 5156 -> 1380 bytes
20164  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 5332 -> 1556 bytes
20165  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 4728 -> 912 bytes
20166  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 5672 -> 1896 bytes
20167  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 5132 -> 1356 bytes
20168  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 5308 -> 1532 bytes
20169  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 5712 -> 1936 bytes
20170  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 5192 -> 1416 bytes
20171  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 5372 -> 1596 bytes
20172  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 4748 -> 932 bytes
20173  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 5696 -> 1920 bytes
20174  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 5168 -> 1392 bytes
20175  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 5348 -> 1572 bytes
20176  .../colr_with_components/colr-table.default.6B.ttf | Bin 4576 -> 4260 bytes
20177  .../colr-table.drop-hints-retain-gids.6B.ttf       | Bin 5300 -> 4984 bytes
20178  .../colr-table.drop-hints.6B.ttf                   | Bin 4576 -> 4260 bytes
20179  .../colr-table.retain-gids.6B.ttf                  | Bin 5300 -> 4984 bytes
20180  .../colrv1/TestCOLRv1.default.E000,E004.ttf        | Bin 0 -> 900 bytes
20181  .../colrv1/TestCOLRv1.default.E003,E004.ttf        | Bin 0 -> 1000 bytes
20182  .../expected/colrv1/TestCOLRv1.default.E004.ttf    | Bin 0 -> 744 bytes
20183  .../TestCOLRv1.default.retain-all-codepoint.ttf    | Bin 0 -> 1444 bytes
20184  ...TestCOLRv1.drop-hints-retain-gids.E000,E004.ttf | Bin 0 -> 984 bytes
20185  ...TestCOLRv1.drop-hints-retain-gids.E003,E004.ttf | Bin 0 -> 1076 bytes
20186  .../TestCOLRv1.drop-hints-retain-gids.E004.ttf     | Bin 0 -> 836 bytes
20187  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
20188  .../colrv1/TestCOLRv1.drop-hints.E000,E004.ttf     | Bin 0 -> 900 bytes
20189  .../colrv1/TestCOLRv1.drop-hints.E003,E004.ttf     | Bin 0 -> 1000 bytes
20190  .../expected/colrv1/TestCOLRv1.drop-hints.E004.ttf | Bin 0 -> 744 bytes
20191  .../TestCOLRv1.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
20192  .../colrv1/TestCOLRv1.retain-gids.E000,E004.ttf    | Bin 0 -> 984 bytes
20193  .../colrv1/TestCOLRv1.retain-gids.E003,E004.ttf    | Bin 0 -> 1076 bytes
20194  .../colrv1/TestCOLRv1.retain-gids.E004.ttf         | Bin 0 -> 836 bytes
20195  ...TestCOLRv1.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 1444 bytes
20196  test/subset/data/fonts/TestCOLRv1.ttf              | Bin 0 -> 1780 bytes
20197  test/subset/data/tests/colrv1.tests                |  21 ++++
20198  test/subset/subset_test_suite.py                   |   4 +
20199  60 files changed, 241 insertions(+), 16 deletions(-)
20200
20201 commit 466e1fdf5dc2589fe134bec16a71d9ba9f0d035d
20202 Author: Garret Rieger <grieger@google.com>
20203 Date:   Wed May 26 14:22:21 2021 -0700
20204
20205     [subset] remove unnessecary brackets.
20206
20207  src/hb-set.hh | 4 +++-
20208  1 file changed, 3 insertions(+), 1 deletion(-)
20209
20210 commit 583237299d623b2e8afa36a4e334e396874da073
20211 Author: Garret Rieger <grieger@google.com>
20212 Date:   Wed May 26 14:06:02 2021 -0700
20213
20214     Add cmp() method for major to page map.
20215
20216  src/hb-set.hh | 14 ++++++++------
20217  1 file changed, 8 insertions(+), 6 deletions(-)
20218
20219 commit 2c137045dc53c4ad678e18499cc556c00a0ce3cb
20220 Author: Garret Rieger <grieger@google.com>
20221 Date:   Thu May 20 16:22:04 2021 -0700
20222
20223     [subset] Optimize set iteration by caching the last found page map index.
20224     
20225     Reuse it if possible on consecutive calls to next(). Will signifcantly speed up cases where the entire set is iterated. In local testing iterating a very large set was 10x faster.
20226
20227  src/hb-set.hh | 37 ++++++++++++++++++++++++++++---------
20228  1 file changed, 28 insertions(+), 9 deletions(-)
20229
20230 commit 1bb00cd54b2343971371d520fdda159d2e2a9018
20231 Author: Garret Rieger <grieger@google.com>
20232 Date:   Wed May 26 14:18:32 2021 -0700
20233
20234     [subset] add num-iterations flag to util/hb-subset.
20235
20236  util/hb-subset.cc      | 6 +++++-
20237  util/options-subset.cc | 3 +++
20238  util/options.hh        | 2 ++
20239  3 files changed, 10 insertions(+), 1 deletion(-)
20240
20241 commit 9e5738a86af1bc50480b0263664057b665b94cba
20242 Author: Behdad Esfahbod <behdad@behdad.org>
20243 Date:   Wed May 26 15:12:39 2021 -0600
20244
20245     [set] Okay, giving up on constexpr till C++14
20246     
20247     ../src/hb-set.hh:213:89: error: call to non-'constexpr' function 'const elt_t& hb_vector_size_t<elt_t, byte_size>::operator[](unsigned int) const [with elt_t = long long unsigned int; unsigned int byte_size = 64]'
20248
20249  src/hb-set.hh | 4 ++--
20250  1 file changed, 2 insertions(+), 2 deletions(-)
20251
20252 commit fac0bc78764a368a22623ba5b5a49ed803b0e915
20253 Author: Khaled Hosny <khaled@aliftype.com>
20254 Date:   Wed May 26 14:44:58 2021 +0200
20255
20256     [meson] Drop more wraps we don’t use directly
20257
20258  Makefile.am                    |  5 ++---
20259  subprojects/.gitignore         |  5 -----
20260  subprojects/libffi.wrap        |  5 -----
20261  subprojects/libpng.wrap        | 12 ------------
20262  subprojects/pixman.wrap        |  6 ------
20263  subprojects/proxy-libintl.wrap |  5 -----
20264  subprojects/zlib.wrap          | 12 ------------
20265  7 files changed, 2 insertions(+), 48 deletions(-)
20266
20267 commit 21d1034dc0320a43061df89a1fcb1f20c58f56a2
20268 Author: Khaled Hosny <khaled@aliftype.com>
20269 Date:   Wed May 26 14:31:05 2021 +0200
20270
20271     [meson] Remove expat.wrap that we don’t use directly
20272     
20273     Fixes https://github.com/harfbuzz/harfbuzz/issues/2987
20274
20275  Makefile.am            | 1 -
20276  subprojects/.gitignore | 1 -
20277  subprojects/expat.wrap | 9 ---------
20278  3 files changed, 11 deletions(-)
20279
20280 commit 90fa558a5bfd9ac99dc8434810f50ef2b69014af
20281 Author: Behdad Esfahbod <behdad@behdad.org>
20282 Date:   Wed May 26 15:05:48 2021 -0600
20283
20284     [set] Another try at constexpr to make msvc happy
20285
20286  src/hb-set.hh | 4 ++--
20287  1 file changed, 2 insertions(+), 2 deletions(-)
20288
20289 commit bf5d4a6392de3d0d26a4d2175490532639631d4c
20290 Author: Behdad Esfahbod <behdad@behdad.org>
20291 Date:   Wed May 26 14:27:02 2021 -0600
20292
20293     [set] Add TODO
20294
20295  src/hb-set.hh | 1 +
20296  1 file changed, 1 insertion(+)
20297
20298 commit 11d03f1ff973bb1a0731cdf6302d1587185c347a
20299 Author: Behdad Esfahbod <behdad@behdad.org>
20300 Date:   Wed May 26 14:26:05 2021 -0600
20301
20302     [set] Mark a couple methods as constexpr
20303
20304  src/hb-set.hh | 4 ++--
20305  1 file changed, 2 insertions(+), 2 deletions(-)
20306
20307 commit d2829ad374a10957683b54f1d253df6653befd93
20308 Author: Behdad Esfahbod <behdad@behdad.org>
20309 Date:   Wed May 26 14:24:27 2021 -0600
20310
20311     [set] Refactor code into page_t::is_subset()
20312
20313  src/hb-set.hh | 18 ++++++++++++------
20314  1 file changed, 12 insertions(+), 6 deletions(-)
20315
20316 commit e47e44a8583d9f74bd13172a6a0b084745f7d5fe
20317 Author: Behdad Esfahbod <behdad@behdad.org>
20318 Date:   Wed May 26 14:19:27 2021 -0600
20319
20320     [set] Whitespace
20321
20322  src/hb-set.hh | 15 ++-------------
20323  1 file changed, 2 insertions(+), 13 deletions(-)
20324
20325 commit 2000f47ae539ff31c248626e4d142a3221522708
20326 Author: Kurt Kartaltepe <kkartaltepe@gmail.com>
20327 Date:   Wed May 19 00:34:09 2021 -0700
20328
20329     [set] Compute is_subset by comparing pages.
20330     
20331     Test subsets one page at a time instead of by codepoints. On my machine
20332     this is about 250x faster than the previous implementation.
20333
20334  src/hb-set.hh       | 44 +++++++++++++++++++++++++++++++++++++-------
20335  test/api/test-set.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
20336  2 files changed, 90 insertions(+), 7 deletions(-)
20337
20338 commit 1dffb553613d8bcaa5440d27b411ae1ff22bf68b
20339 Author: Dominik Röttsches <drott@chromium.org>
20340 Date:   Tue May 18 12:31:14 2021 +0300
20341
20342     Chromium build fixes for C++ 17 warning and missing _remap_indexes
20343     
20344     Use class instead of typename, move _remap_indexes out of #ifndef.
20345     
20346     Fixes #2979
20347
20348  src/hb-ot-color-colrv1-closure.hh | 8 ++++----
20349  src/hb-subset-plan.cc             | 2 +-
20350  2 files changed, 5 insertions(+), 5 deletions(-)
20351
20352 commit 89df3539966d7d544b49495a667ccebf94bb045c
20353 Author: Jonathan Kew <jfkthame@gmail.com>
20354 Date:   Thu May 13 11:45:32 2021 +0100
20355
20356     [aat] Add testcase for Apple Color Emoji couple-with-skin-tones sequence.
20357
20358  test/shaping/data/in-house/tests/macos.tests | 3 +++
20359  1 file changed, 3 insertions(+)
20360
20361 commit bbc5fc373143b6a5f66b7e72eac42a9377c81d1e
20362 Author: Jonathan Kew <jfkthame@gmail.com>
20363 Date:   Thu May 13 11:39:09 2021 +0100
20364
20365     [aat] If shaping via morx, don't adjust mark positioning when zeroing widths.
20366
20367  src/hb-ot-shape.cc | 8 +++++++-
20368  1 file changed, 7 insertions(+), 1 deletion(-)
20369
20370 commit 4f1e8d2bf702910e45d3d3756227abbb9d659093
20371 Author: Jonathan Kew <jfkthame@gmail.com>
20372 Date:   Wed May 5 11:11:43 2021 +0100
20373
20374     [aat] Update glyph properties from GDEF if available when doing a replacement.
20375
20376  src/hb-aat-layout-common.hh     |  4 ++++
20377  src/hb-aat-layout-morx-table.hh | 17 +++++++++++++++++
20378  src/hb-aat-layout.cc            |  7 ++++---
20379  3 files changed, 25 insertions(+), 3 deletions(-)
20380
20381 commit 5e0ec33b3d9379b78084cd59a9ebed3fc583eed6
20382 Author: Garret Rieger <grieger@google.com>
20383 Date:   Wed May 12 14:46:54 2021 -0700
20384
20385     Error when link width not in [2, 4]
20386
20387  src/hb-repacker.hh | 17 +++++++++++------
20388  1 file changed, 11 insertions(+), 6 deletions(-)
20389
20390 commit b23f29bf05650134a9d398d03eb271840172ac9e
20391 Author: Qunxin Liu <qxliu@google.com>
20392 Date:   Sat Apr 17 09:59:45 2021 -0700
20393
20394     [subset] Add subset () method for COLRv1 Paint tables, BaseGlyphV1List and LayerV1List
20395     
20396     Also add support for Offset24 in serializer and repacker
20397
20398  src/hb-ot-color-colr-table.hh | 196 +++++++++++++++++++++++++++++++++++++++++-
20399  src/hb-repacker.hh            |  16 ++--
20400  src/hb-serialize.hh           |  17 ++--
20401  3 files changed, 216 insertions(+), 13 deletions(-)
20402
20403 commit 413769bf8616c6b3cf420f35801bd19129155498
20404 Author: Garret Rieger <grieger@google.com>
20405 Date:   Wed May 12 14:14:06 2021 -0700
20406
20407     Add hb-ot-color-colrv1-closure.hh to sources list.
20408
20409  src/Makefile.sources | 1 +
20410  1 file changed, 1 insertion(+)
20411
20412 commit de0eba20ed4fc38fb4bb81f8deab4a2e62187763
20413 Author: Garret Rieger <grieger@google.com>
20414 Date:   Wed May 12 14:05:34 2021 -0700
20415
20416     Remove array for visited_paint.
20417
20418  src/hb-ot-color-colr-table.hh | 12 +++++-------
20419  1 file changed, 5 insertions(+), 7 deletions(-)
20420
20421 commit e59ffe54824ffefd97cd14c81b0778afb4d8a878
20422 Author: Qunxin Liu <qxliu@google.com>
20423 Date:   Thu Apr 1 12:01:19 2021 -0700
20424
20425     [subset] COLRv1 layer/palette indices closure
20426
20427  src/hb-ot-color-colr-table.hh     | 134 ++++++++++++++++++++++++++++++++++++++
20428  src/hb-ot-color-colrv1-closure.hh | 101 ++++++++++++++++++++++++++++
20429  src/hb-subset-plan.cc             |  12 ++++
20430  src/hb-subset-plan.hh             |   4 ++
20431  4 files changed, 251 insertions(+)
20432
20433 commit a08900b721fc8c5e26215dabe62c4124985d434d
20434 Author: Garret Rieger <grieger@google.com>
20435 Date:   Tue May 4 16:48:41 2021 -0700
20436
20437     [subset] fix failing colrv0 subsetting when font has composite glyphs.
20438     
20439     Composite glyph collection was happening along side colrv0 glyph collection which meant it was possible to miss grabbing the component glyphs for a glyph added by colrv0.
20440
20441  src/hb-subset-plan.cc                                   |  16 ++++++++++++----
20442  test/subset/data/Makefile.am                            |   1 +
20443  test/subset/data/Makefile.sources                       |   1 +
20444  .../colr_with_components/colr-table.default.6B.ttf      | Bin 0 -> 4576 bytes
20445  .../colr-table.drop-hints-retain-gids.6B.ttf            | Bin 0 -> 5300 bytes
20446  .../colr_with_components/colr-table.drop-hints.6B.ttf   | Bin 0 -> 4576 bytes
20447  .../colr_with_components/colr-table.retain-gids.6B.ttf  | Bin 0 -> 5300 bytes
20448  test/subset/data/fonts/colr-table.ttf                   | Bin 0 -> 26952 bytes
20449  test/subset/data/tests/colr_with_components.tests       |  11 +++++++++++
20450  test/subset/meson.build                                 |   1 +
20451  10 files changed, 26 insertions(+), 4 deletions(-)
20452
20453 commit b54d9b695a17afb86f022084e12d72bb4a199673
20454 Author: tstuefe <thomas.stuefe@gmail.com>
20455 Date:   Thu May 6 06:22:48 2021 +0200
20456
20457     start
20458
20459  src/hb-ot-shape-complex-use-machine.hh | 4 +++-
20460  1 file changed, 3 insertions(+), 1 deletion(-)
20461
20462 commit b07b97d5d753ffb58cd5abcbc898d602f76b0f72
20463 Author: Garret Rieger <grieger@google.com>
20464 Date:   Mon Mar 29 10:39:38 2021 -0700
20465
20466     [subset] Add more Noto Nastaliq test cases.
20467
20468  ...Urdu-Bold.default.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 11436 bytes
20469  .../NotoNastaliqUrdu-Bold.default.627,644,62D,628.ttf   | Bin 0 -> 18288 bytes
20470  .../NotoNastaliqUrdu-Bold.default.627,644.ttf           | Bin 0 -> 3568 bytes
20471  ...aliqUrdu-Bold.default.633,645,627,621,20,644,627.ttf | Bin 0 -> 12408 bytes
20472  .../NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf       | Bin 0 -> 20408 bytes
20473  ...-Bold.retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 18272 bytes
20474  ...otoNastaliqUrdu-Bold.retain-gids.627,644,62D,628.ttf | Bin 0 -> 24416 bytes
20475  .../NotoNastaliqUrdu-Bold.retain-gids.627,644,62D.ttf   | Bin 11532 -> 0 bytes
20476  .../NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf       | Bin 0 -> 9216 bytes
20477  ...Urdu-Bold.retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 18212 bytes
20478  .../NotoNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf   | Bin 0 -> 26628 bytes
20479  test/subset/data/tests/layout.notonastaliqurdu.tests    |   7 ++++++-
20480  12 files changed, 6 insertions(+), 1 deletion(-)
20481
20482 commit b37f03f16b39d397a626f097858e9ae550234ca0
20483 Author: Khaled Hosny <khaled@aliftype.com>
20484 Date:   Tue May 4 02:07:06 2021 +0200
20485
20486     2.8.1
20487
20488  NEWS             | 9 +++++++++
20489  configure.ac     | 2 +-
20490  meson.build      | 2 +-
20491  src/hb-version.h | 4 ++--
20492  4 files changed, 13 insertions(+), 4 deletions(-)
20493
20494 commit d3e84413fd512441e62e5200eab6a24d34282e9a
20495 Author: Khaled Hosny <khaled@aliftype.com>
20496 Date:   Sun May 2 01:03:21 2021 +0200
20497
20498     [ci] Drop macos-10_13_6-aat-fonts job
20499     
20500     This version of macOS is no longer supported by Homebrew, it takes 26
20501     minutes to brew the dependencies before it fails.
20502
20503  .circleci/config.yml | 14 --------------
20504  1 file changed, 14 deletions(-)
20505
20506 commit 517d68b26e04be63a306cdacec20218a18ede3a4
20507 Author: Khaled Hosny <khaled@aliftype.com>
20508 Date:   Sat May 1 23:50:39 2021 +0200
20509
20510     [ci] Pin fedora 33 docker image
20511     
20512     g-ir-scanner is broken on 34 image:
20513     
20514     FAILED: src/HarfBuzz-0.0.gir
20515     /usr/bin/g-ir-scanner --no-libtool --namespace=HarfBuzz --nsversion=0.0 --warn-all --output src/HarfBuzz-0.0.gir --c-include=hb-gobject.h --cflags-begin -DHB_NO_SINGLE_HEADER_ERROR -DHAVE_GOBJECT -DHB_EXTERN= --cflags-end -I/root/project/src -I/root/project/build/src -I./. -I../. --filelist=/root/project/build/src/libharfbuzz-gobject.so.0.20800.0.p/HarfBuzz_0.0_gir_filelist --include=GObject-2.0 --symbol-prefix=hb --symbol-prefix=hb_gobject --identifier-prefix=hb_ --pkg-export=harfbuzz-gobject --cflags-begin -DHAVE_CONFIG_H -I./. -I../. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I./src/. -I../src/. -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gobject-introspection-1.0 --cflags-end --add-include-path=/usr/share/gir-1.0 -L/root/project/build/src --extra-library=harfbuzz --library harfbuzz-gobject -L/root/project/build/src -L/root/project/build/src --extra-library=glib-2.0 --extra-library=gobject-2.0 --extra-library=m --extra-library=freetype --extra-library=girepository-1.0 --sources-top-dirs /root/project/subprojects/ --sources-top-dirs /root/project/build/subprojects/
20516     ../src/hb-buffer.cc:641: Warning: HarfBuzz: unknown annotation: xconstructor
20517     ../src/hb-face.cc:192: Warning: HarfBuzz: unknown annotation: xconstructor
20518     ../src/hb-font.cc:551: Warning: HarfBuzz: unknown annotation: xconstructor
20519     ../src/hb-font.cc:1519: Warning: HarfBuzz: unknown annotation: xconstructor
20520     ../src/hb-map.cc:43: Warning: HarfBuzz: unknown annotation: xconstructor
20521     ../src/hb-ot-name.cc:55: Warning: HarfBuzz: unexpected annotation: out
20522     ../src/hb-set.cc:43: Warning: HarfBuzz: unknown annotation: xconstructor
20523     ../src/hb-shape-plan.cc:173: Warning: HarfBuzz: unknown annotation: xconstructor
20524     ../src/hb-shape-plan.cc:201: Warning: HarfBuzz: unknown annotation: xconstructor
20525     ../src/hb-unicode.cc:172: Warning: HarfBuzz: unknown annotation: xconstructor
20526     g-ir-scanner: link: gcc -pthread -o /root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0 /root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/root/project/build/src -Wl,-rpath,/root/project/build/src -L/root/project/build/src -Wl,-rpath,/root/project/build/src -L/root/project/build/src -Wl,-rpath,/root/project/build/src -lharfbuzz-gobject -lharfbuzz -lglib-2.0 -lgobject-2.0 -lm -lfreetype -lgirepository-1.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0
20527     ldd: error: you do not have read permission for `/root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0'
20528     Traceback (most recent call last):
20529       File "/usr/bin/g-ir-scanner", line 99, in <module>
20530         sys.exit(scanner_main(sys.argv))
20531       File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 599, in scanner_main
20532         shlibs = create_binary(transformer, options, args)
20533       File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 428, in create_binary
20534         shlibs = resolve_shlibs(options, binary, options.libraries)
20535       File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 170, in resolve_shlibs
20536         _resolve_non_libtool(options, binary, non_libtool))
20537       File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 106, in _resolve_non_libtool
20538         output = subprocess.check_output(args)
20539       File "/usr/lib64/python3.9/subprocess.py", line 424, in check_output
20540         return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
20541       File "/usr/lib64/python3.9/subprocess.py", line 528, in run
20542         raise CalledProcessError(retcode, process.args,
20543     subprocess.CalledProcessError: Command '['ldd', '/root/project/build/tmp-introspecta9rymai3/HarfBuzz-0.0']' returned non-zero exit status 1.
20544     ninja: build stopped: subcommand failed.
20545
20546  .circleci/config.yml | 2 +-
20547  1 file changed, 1 insertion(+), 1 deletion(-)
20548
20549 commit 2b7647649a2016e1f10a0eacc2bf2285e1207954
20550 Author: Garret Rieger <grieger@google.com>
20551 Date:   Fri Apr 30 13:34:16 2021 -0700
20552
20553     [subset] update test-subset-gpos expected files.
20554
20555  test/api/fonts/AdobeVFPrototype.WA.gpos.otf | Bin 4148 -> 4096 bytes
20556  test/api/fonts/Roboto-Regular-gpos-aw.ttf   | Bin 2236 -> 2228 bytes
20557  2 files changed, 0 insertions(+), 0 deletions(-)
20558
20559 commit be50779cda64d6b7bc8422d6b428892ca829733f
20560 Author: Garret Rieger <grieger@google.com>
20561 Date:   Fri Apr 30 12:59:17 2021 -0700
20562
20563     [subset] correct ClassDef format determination.
20564     
20565     It was possible for glyph_min to be a glyph mapped to class zero which threw off the number of glyph calculation.
20566
20567  src/hb-ot-layout-common.hh | 8 +++++---
20568  1 file changed, 5 insertions(+), 3 deletions(-)
20569
20570 commit 90713f270eeb8286067c141245209814b9e7e706
20571 Author: Khaled Hosny <khaled@aliftype.com>
20572 Date:   Fri Apr 30 16:56:39 2021 +0200
20573
20574     [hb-ot-layout] Document some return values
20575
20576  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++--
20577  1 file changed, 23 insertions(+), 2 deletions(-)
20578
20579 commit 46362a954c1408f8e4046d1c2069f2f9d7f80dcd
20580 Merge: 42bf8e3d4 e25efb31f
20581 Author: Behdad Esfahbod <behdad@behdad.org>
20582 Date:   Fri Apr 30 11:39:47 2021 -0600
20583
20584     Merge pull request #2958 from googlefonts/layout_by_default_gr
20585     
20586     [subset] Enable layout subsetting by default.
20587
20588 commit 42bf8e3d49b789adc00c6d7602ba8c73757ebfaf
20589 Author: Behdad Esfahbod <behdad@behdad.org>
20590 Date:   Mon Apr 26 12:31:44 2021 -0600
20591
20592     [util] Disable chafa's truecolor mode
20593     
20594     See https://github.com/harfbuzz/harfbuzz/pull/2959#issuecomment-827056111
20595
20596  util/helper-cairo-ansi.cc | 4 ++--
20597  1 file changed, 2 insertions(+), 2 deletions(-)
20598
20599 commit c571a96eb0866093f6bece1069f292e34f933421
20600 Author: Khaled Hosny <khaled@aliftype.com>
20601 Date:   Sun Apr 25 15:43:30 2021 +0200
20602
20603     [ci] Disable Chafa on jobs that enables all auto features
20604     
20605     No suitable versions are available on these setups.
20606
20607  .circleci/config.yml           | 2 +-
20608  .github/workflows/linux-ci.yml | 2 +-
20609  .github/workflows/msys2-ci.yml | 3 ++-
20610  3 files changed, 4 insertions(+), 3 deletions(-)
20611
20612 commit 8298c2f93b0dbe39eae66455c80e68e812213a2f
20613 Author: Hans Petter Jansson <hpj@hpjansson.org>
20614 Date:   Fri Apr 23 18:37:58 2021 +0200
20615
20616     [hb-view] Use Chafa for terminal graphics if available
20617     
20618     This produces high-quality terminal graphics using symbols or sixels
20619     according to the detected terminal capabilities.
20620     
20621     Fixes #2430.
20622
20623  configure.ac              |  19 +++++++++
20624  meson.build               |   7 ++++
20625  meson_options.txt         |   2 +
20626  util/Makefile.am          |   2 +
20627  util/helper-cairo-ansi.cc | 104 +++++++++++++++++++++++++++++++++++++++++++++-
20628  util/meson.build          |   2 +-
20629  6 files changed, 133 insertions(+), 3 deletions(-)
20630
20631 commit e25efb31f21441d29866a2be866abb835b77d7c8
20632 Author: Garret Rieger <grieger@google.com>
20633 Date:   Fri Apr 23 19:09:37 2021 -0700
20634
20635     [subset] consider all value formats when computing effective format.
20636
20637  src/hb-ot-layout-gpos-table.hh | 9 ++++-----
20638  1 file changed, 4 insertions(+), 5 deletions(-)
20639
20640 commit 84dbfacfec3818478a1e5ac2b9922d25917493ef
20641 Author: Qunxin Liu <qxliu@google.com>
20642 Date:   Thu Apr 15 16:52:11 2021 -0700
20643
20644     [subset] fix collect_variation_idx in PairPosFormat2
20645
20646  src/hb-ot-layout-common.hh     | 15 ++++++++++-----
20647  src/hb-ot-layout-gdef-table.hh |  4 ++--
20648  src/hb-ot-layout-gpos-table.hh | 22 ++++++++++++++++++----
20649  3 files changed, 30 insertions(+), 11 deletions(-)
20650
20651 commit d356d0f79c6086e913722a8f40cbc0e59a365c1b
20652 Author: Garret Rieger <grieger@google.com>
20653 Date:   Fri Apr 23 17:41:09 2021 -0700
20654
20655     [subset] optimize ValueRecord's for PairPosFormat1.
20656
20657  src/hb-ot-layout-gpos-table.hh | 53 +++++++++++++++++++++++++++++++++++++++++-
20658  1 file changed, 52 insertions(+), 1 deletion(-)
20659
20660 commit f9fbe4817ebcb0c88865dc19b7a6e616842a7be6
20661 Author: Garret Rieger <grieger@google.com>
20662 Date:   Fri Apr 23 17:06:06 2021 -0700
20663
20664     [subset] implement value record optimization for PairPosFormat2.
20665
20666  src/hb-ot-layout-gpos-table.hh | 59 ++++++++++++++++++++++++++++--------------
20667  1 file changed, 40 insertions(+), 19 deletions(-)
20668
20669 commit badb8e409bf65a7a0a1f73af735c86870c5c7899
20670 Author: Garret Rieger <grieger@google.com>
20671 Date:   Fri Apr 23 16:32:56 2021 -0700
20672
20673     [subset] use copy_values for PairPos serialize.
20674
20675  src/hb-ot-layout-gpos-table.hh | 111 +++++++++++++++++++++++------------------
20676  1 file changed, 62 insertions(+), 49 deletions(-)
20677
20678 commit 2f50283cd33f20b41a9efd5e851272edacf1d8c1
20679 Author: Garret Rieger <grieger@google.com>
20680 Date:   Fri Apr 23 15:21:30 2021 -0700
20681
20682     [subset] Begin implementing ValueRecord optimization:
20683     
20684     remove value records which have a zero value.
20685
20686  src/hb-ot-layout-gpos-table.hh | 91 +++++++++++++++++++++++++++++++++++-------
20687  1 file changed, 76 insertions(+), 15 deletions(-)
20688
20689 commit 5df7c668ba530fb5b27e6eed482aa286db3add23
20690 Author: Garret Rieger <grieger@google.com>
20691 Date:   Thu Apr 22 16:45:14 2021 -0700
20692
20693     [subset] In SinglePosFormat1 serialize only 1 value record.
20694     
20695     Previously one record per glyph in the subset was serialized.
20696
20697  src/hb-ot-layout-gpos-table.hh | 22 ++++++++++++++--------
20698  1 file changed, 14 insertions(+), 8 deletions(-)
20699
20700 commit 92757f68097aaae74043a5030789289cc3ce514e
20701 Author: Garret Rieger <grieger@google.com>
20702 Date:   Thu Apr 22 15:18:35 2021 -0700
20703
20704     [subset] Don't drop anchor device tables when dropping hints. These may contain variation data.
20705     
20706     Update subseting expected files to match latest version of fontTools.
20707
20708  src/hb-ot-layout-gpos-table.hh                     |  20 +++++++++-----------
20709  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 8100 -> 8100 bytes
20710  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7736 -> 7736 bytes
20711  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 7360 -> 7360 bytes
20712  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6796 -> 6796 bytes
20713  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
20714  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 7032 -> 7012 bytes
20715  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 6724 -> 6712 bytes
20716  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 6396 -> 6388 bytes
20717  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4396 -> 4396 bytes
20718  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4472 -> 4468 bytes
20719  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 187952 -> 190920 bytes
20720  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 3444 -> 3424 bytes
20721  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 3140 -> 3128 bytes
20722  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2804 -> 2800 bytes
20723  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2396 -> 2396 bytes
20724  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2464 -> 2460 bytes
20725  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 187944 -> 190908 bytes
20726  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 9036 -> 9036 bytes
20727  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 8668 -> 8668 bytes
20728  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 8304 -> 8304 bytes
20729  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 8236 -> 8236 bytes
20730  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 8220 -> 8220 bytes
20731  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
20732  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7840 -> 7840 bytes
20733  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 7476 -> 7476 bytes
20734  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 7100 -> 7100 bytes
20735  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6536 -> 6536 bytes
20736  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 221952 -> 221952 bytes
20737  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 8100 -> 8100 bytes
20738  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7736 -> 7736 bytes
20739  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 7360 -> 7360 bytes
20740  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6796 -> 6796 bytes
20741  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
20742  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 8100 -> 8100 bytes
20743  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7736 -> 7736 bytes
20744  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 7360 -> 7360 bytes
20745  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6796 -> 6796 bytes
20746  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 222212 -> 222212 bytes
20747  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 11688 -> 11688 bytes
20748  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 11320 -> 11320 bytes
20749  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 10952 -> 10952 bytes
20750  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8796 -> 8796 bytes
20751  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 222224 -> 222224 bytes
20752  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 1208 -> 1192 bytes
20753  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 1136 -> 1124 bytes
20754  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 988 -> 984 bytes
20755  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 972 -> 968 bytes
20756  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 1208 -> 1192 bytes
20757  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 1208 -> 1192 bytes
20758  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 1120 -> 1108 bytes
20759  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 988 -> 984 bytes
20760  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 960 -> 956 bytes
20761  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 1208 -> 1192 bytes
20762  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 30500 -> 30488 bytes
20763  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3680 -> 3668 bytes
20764  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 30636 -> 30624 bytes
20765  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3820 -> 3808 bytes
20766  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2192 -> 2184 bytes
20767  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 6876 -> 6876 bytes
20768  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 6552 -> 6552 bytes
20769  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 6612 -> 6832 bytes
20770  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 6356 -> 6552 bytes
20771  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5880 -> 6136 bytes
20772  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 5180 -> 5272 bytes
20773  .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4688 -> 4744 bytes
20774  .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 4236 -> 4264 bytes
20775  .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 4348 -> 4408 bytes
20776  .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3552 -> 3560 bytes
20777  .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4364 -> 4396 bytes
20778  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1468 -> 1464 bytes
20779  .../expected/layout.khmer/Khmer.default.1780.ttf   | Bin 0 -> 4204 bytes
20780  ...ult.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 6412 bytes
20781  .../expected/layout.khmer/Khmer.default.31.ttf     | Bin 0 -> 4140 bytes
20782  .../layout.khmer/Khmer.retain-gids.1780.ttf        | Bin 0 -> 4464 bytes
20783  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 7848 bytes
20784  .../expected/layout.khmer/Khmer.retain-gids.31.ttf | Bin 0 -> 4256 bytes
20785  .../variable/Fraunces.default.26,66,69,124,125.ttf | Bin 0 -> 18448 bytes
20786  .../data/expected/variable/Fraunces.default.61.ttf | Bin 0 -> 5880 bytes
20787  79 files changed, 9 insertions(+), 11 deletions(-)
20788
20789 commit 6fddc2bbf9224bde4327e1792a683de637ad5613
20790 Author: Garret Rieger <grieger@google.com>
20791 Date:   Thu Apr 1 15:34:17 2021 -0700
20792
20793     [subset] subset layout tables (G*) by default.
20794
20795  src/hb-subset-input.cc                             |   3 ---
20796  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7392 -> 8100 bytes
20797  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7036 -> 7736 bytes
20798  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6684 -> 7360 bytes
20799  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6628 -> 6796 bytes
20800  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6608 -> 6844 bytes
20801  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
20802  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4844 -> 7032 bytes
20803  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4552 -> 6724 bytes
20804  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3988 -> 6396 bytes
20805  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4228 -> 4396 bytes
20806  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4236 -> 4472 bytes
20807  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151672 -> 187952 bytes
20808  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2852 -> 3444 bytes
20809  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2552 -> 3140 bytes
20810  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2240 -> 2804 bytes
20811  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2228 -> 2396 bytes
20812  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2228 -> 2464 bytes
20813  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151608 -> 187944 bytes
20814  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 8296 -> 9036 bytes
20815  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 7944 -> 8668 bytes
20816  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 7588 -> 8304 bytes
20817  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 7528 -> 8236 bytes
20818  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 7516 -> 8220 bytes
20819  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
20820  ...Regular-new.keep-layout-drop-hints.61,62,63.ttf | Bin 3444 -> 0 bytes
20821  ...aa-Regular-new.keep-layout-drop-hints.61,63.ttf | Bin 3140 -> 0 bytes
20822  ...ortaa-Regular-new.keep-layout-drop-hints.61.ttf | Bin 2804 -> 0 bytes
20823  ...ortaa-Regular-new.keep-layout-drop-hints.62.ttf | Bin 2396 -> 0 bytes
20824  ...ortaa-Regular-new.keep-layout-drop-hints.63.ttf | Bin 2464 -> 0 bytes
20825  ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 187944 -> 0 bytes
20826  .../Comfortaa-Regular-new.keep-layout.61,62,63.ttf | Bin 8100 -> 0 bytes
20827  .../Comfortaa-Regular-new.keep-layout.61,63.ttf    | Bin 7736 -> 0 bytes
20828  .../Comfortaa-Regular-new.keep-layout.61.ttf       | Bin 7360 -> 0 bytes
20829  .../Comfortaa-Regular-new.keep-layout.62.ttf       | Bin 6796 -> 0 bytes
20830  .../Comfortaa-Regular-new.keep-layout.63.ttf       | Bin 6844 -> 0 bytes
20831  ...egular-new.keep-layout.retain-all-codepoint.ttf | Bin 222212 -> 0 bytes
20832  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7132 -> 7840 bytes
20833  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6776 -> 7476 bytes
20834  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6424 -> 7100 bytes
20835  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6368 -> 6536 bytes
20836  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6348 -> 6584 bytes
20837  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182616 -> 221952 bytes
20838  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7392 -> 8100 bytes
20839  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7036 -> 7736 bytes
20840  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6684 -> 7360 bytes
20841  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6628 -> 6796 bytes
20842  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6608 -> 6844 bytes
20843  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
20844  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7392 -> 8100 bytes
20845  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7036 -> 7736 bytes
20846  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6684 -> 7360 bytes
20847  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6628 -> 6796 bytes
20848  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6608 -> 6844 bytes
20849  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 182876 -> 222212 bytes
20850  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9384 -> 11688 bytes
20851  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9036 -> 11320 bytes
20852  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8432 -> 10952 bytes
20853  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8628 -> 8796 bytes
20854  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8616 -> 8852 bytes
20855  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 182940 -> 222224 bytes
20856  ...ular-subset.keep-layout-drop-hints.61,62,63.ttf | Bin 1452 -> 0 bytes
20857  ...Regular-subset.keep-layout-drop-hints.61,63.ttf | Bin 1276 -> 0 bytes
20858  ...jo-Regular-subset.keep-layout-drop-hints.61.ttf | Bin 1128 -> 0 bytes
20859  ...jo-Regular-subset.keep-layout-drop-hints.62.ttf | Bin 1140 -> 0 bytes
20860  ...jo-Regular-subset.keep-layout-drop-hints.63.ttf | Bin 1104 -> 0 bytes
20861  ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 3536 -> 0 bytes
20862  ...yeongjo-Regular-subset.keep-layout.61,62,63.ttf | Bin 4128 -> 0 bytes
20863  ...umMyeongjo-Regular-subset.keep-layout.61,63.ttf | Bin 3580 -> 0 bytes
20864  ...NanumMyeongjo-Regular-subset.keep-layout.61.ttf | Bin 3156 -> 0 bytes
20865  ...NanumMyeongjo-Regular-subset.keep-layout.62.ttf | Bin 3180 -> 0 bytes
20866  ...NanumMyeongjo-Regular-subset.keep-layout.63.ttf | Bin 3048 -> 0 bytes
20867  ...lar-subset.keep-layout.retain-all-codepoint.ttf | Bin 9524 -> 0 bytes
20868  .../basics/Roboto-Regular.abc.default.61,62,63.ttf | Bin 2168 -> 2452 bytes
20869  .../basics/Roboto-Regular.abc.default.61,63.ttf    | Bin 1988 -> 2260 bytes
20870  .../basics/Roboto-Regular.abc.default.61.ttf       | Bin 1792 -> 2048 bytes
20871  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 1740 -> 1916 bytes
20872  .../basics/Roboto-Regular.abc.default.63.ttf       | Bin 1716 -> 1972 bytes
20873  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20874  ...Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 924 -> 1208 bytes
20875  ...to-Regular.abc.drop-hints-retain-gids.61,63.ttf | Bin 856 -> 1136 bytes
20876  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 732 -> 988 bytes
20877  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 704 -> 880 bytes
20878  ...oboto-Regular.abc.drop-hints-retain-gids.63.ttf | Bin 716 -> 972 bytes
20879  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 924 -> 1208 bytes
20880  .../Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 924 -> 1208 bytes
20881  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf | Bin 848 -> 1120 bytes
20882  .../basics/Roboto-Regular.abc.drop-hints.61.ttf    | Bin 732 -> 988 bytes
20883  .../basics/Roboto-Regular.abc.drop-hints.62.ttf    | Bin 700 -> 876 bytes
20884  .../basics/Roboto-Regular.abc.drop-hints.63.ttf    | Bin 704 -> 960 bytes
20885  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 924 -> 1208 bytes
20886  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 2168 -> 2452 bytes
20887  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 2168 -> 2452 bytes
20888  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 2168 -> 2452 bytes
20889  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 2168 -> 2452 bytes
20890  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 2168 -> 2452 bytes
20891  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20892  ...Regular.abc.keep-layout-drop-hints.61,62,63.ttf | Bin 1208 -> 0 bytes
20893  ...to-Regular.abc.keep-layout-drop-hints.61,63.ttf | Bin 1120 -> 0 bytes
20894  ...oboto-Regular.abc.keep-layout-drop-hints.61.ttf | Bin 988 -> 0 bytes
20895  ...oboto-Regular.abc.keep-layout-drop-hints.62.ttf | Bin 876 -> 0 bytes
20896  ...oboto-Regular.abc.keep-layout-drop-hints.63.ttf | Bin 960 -> 0 bytes
20897  ...keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 1208 -> 0 bytes
20898  .../Roboto-Regular.abc.keep-layout.61,62,63.ttf    | Bin 2452 -> 0 bytes
20899  .../Roboto-Regular.abc.keep-layout.61,63.ttf       | Bin 2260 -> 0 bytes
20900  .../basics/Roboto-Regular.abc.keep-layout.61.ttf   | Bin 2048 -> 0 bytes
20901  .../basics/Roboto-Regular.abc.keep-layout.62.ttf   | Bin 1916 -> 0 bytes
20902  .../basics/Roboto-Regular.abc.keep-layout.63.ttf   | Bin 1972 -> 0 bytes
20903  ...egular.abc.keep-layout.retain-all-codepoint.ttf | Bin 2452 -> 0 bytes
20904  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 2168 -> 2452 bytes
20905  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 1988 -> 2260 bytes
20906  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 1792 -> 2048 bytes
20907  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 1740 -> 1916 bytes
20908  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 1716 -> 1972 bytes
20909  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20910  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2168 -> 2452 bytes
20911  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 1988 -> 2260 bytes
20912  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 1792 -> 2048 bytes
20913  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1740 -> 1916 bytes
20914  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1716 -> 1972 bytes
20915  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20916  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2168 -> 2452 bytes
20917  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 1988 -> 2260 bytes
20918  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 1792 -> 2048 bytes
20919  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1740 -> 1916 bytes
20920  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1716 -> 1972 bytes
20921  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20922  .../Roboto-Regular.abc.retain-gids.61,62,63.ttf    | Bin 2168 -> 2452 bytes
20923  .../Roboto-Regular.abc.retain-gids.61,63.ttf       | Bin 1996 -> 2276 bytes
20924  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 1792 -> 2048 bytes
20925  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1748 -> 1924 bytes
20926  .../basics/Roboto-Regular.abc.retain-gids.63.ttf   | Bin 1732 -> 1988 bytes
20927  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 2168 -> 2452 bytes
20928  ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 3112 -> 3108 bytes
20929  ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 4080 -> 4076 bytes
20930  ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 3564 -> 3560 bytes
20931  ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
20932  ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
20933  ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 1920 -> 1916 bytes
20934  ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 4412 -> 4408 bytes
20935  ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 3136 -> 3132 bytes
20936  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 4104 -> 4100 bytes
20937  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 3596 -> 3592 bytes
20938  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
20939  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 7556 -> 7552 bytes
20940  ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 1928 -> 1924 bytes
20941  ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 4428 -> 4424 bytes
20942  ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 3112 -> 3108 bytes
20943  ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 4080 -> 4076 bytes
20944  ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 3564 -> 3560 bytes
20945  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
20946  ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 7536 -> 7536 bytes
20947  ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 1920 -> 1916 bytes
20948  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 4412 -> 4408 bytes
20949  ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 3136 -> 3132 bytes
20950  ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 4104 -> 4100 bytes
20951  ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 3596 -> 3592 bytes
20952  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 10112 -> 10112 bytes
20953  ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 7556 -> 7552 bytes
20954  ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 1928 -> 1924 bytes
20955  ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 4428 -> 4424 bytes
20956  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2180 -> 4192 bytes
20957  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 1892 -> 3856 bytes
20958  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2008 -> 3144 bytes
20959  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19796 -> 30788 bytes
20960  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 1992 -> 30908 bytes
20961  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30208 -> 31336 bytes
20962  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2036 -> 3968 bytes
20963  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 1796 -> 3556 bytes
20964  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1992 -> 3168 bytes
20965  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19636 -> 30500 bytes
20966  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 1868 -> 30668 bytes
20967  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30060 -> 31124 bytes
20968  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 1876 -> 3680 bytes
20969  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1672 -> 3320 bytes
20970  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1844 -> 2952 bytes
20971  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19728 -> 30636 bytes
20972  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 1904 -> 30888 bytes
20973  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30072 -> 31104 bytes
20974  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 1960 -> 3820 bytes
20975  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1736 -> 3524 bytes
20976  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 1860 -> 2932 bytes
20977  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 19948 -> 31012 bytes
20978  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2060 -> 31208 bytes
20979  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30224 -> 31312 bytes
20980  ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 3036 -> 4884 bytes
20981  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3248 -> 6276 bytes
20982  ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2208 -> 2588 bytes
20983  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3468 -> 6736 bytes
20984  .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 1928 -> 2456 bytes
20985  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8932 -> 129876 bytes
20986  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 116080 -> 130920 bytes
20987  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 3016 -> 3412 bytes
20988  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116264 -> 122048 bytes
20989  ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 50224 -> 50760 bytes
20990  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2960 -> 4724 bytes
20991  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3144 -> 5928 bytes
20992  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2140 -> 2520 bytes
20993  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3264 -> 6232 bytes
20994  ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 1904 -> 2440 bytes
20995  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8672 -> 129448 bytes
20996  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 115768 -> 130312 bytes
20997  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 2892 -> 3288 bytes
20998  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 115884 -> 121284 bytes
20999  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 50040 -> 50540 bytes
21000  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2800 -> 4420 bytes
21001  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2904 -> 5416 bytes
21002  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2036 -> 2416 bytes
21003  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 2972 -> 5556 bytes
21004  ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 1812 -> 2308 bytes
21005  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 8740 -> 129576 bytes
21006  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 115864 -> 130604 bytes
21007  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 2852 -> 3248 bytes
21008  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116084 -> 121776 bytes
21009  ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 50060 -> 50552 bytes
21010  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 2856 -> 4548 bytes
21011  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2996 -> 5708 bytes
21012  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2068 -> 2448 bytes
21013  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3172 -> 6048 bytes
21014  ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 1832 -> 2316 bytes
21015  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 9016 -> 130036 bytes
21016  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 116184 -> 131272 bytes
21017  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 3012 -> 3408 bytes
21018  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 116468 -> 122552 bytes
21019  ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 50244 -> 50776 bytes
21020  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 5624 -> 5712 bytes
21021  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 5088 -> 5176 bytes
21022  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 5264 -> 5352 bytes
21023  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 4664 -> 4748 bytes
21024  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 5604 -> 5692 bytes
21025  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 5068 -> 5152 bytes
21026  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 5244 -> 5328 bytes
21027  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 5604 -> 5692 bytes
21028  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 5084 -> 5172 bytes
21029  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 5264 -> 5352 bytes
21030  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4644 -> 4728 bytes
21031  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 5588 -> 5676 bytes
21032  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 5064 -> 5148 bytes
21033  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 5244 -> 5328 bytes
21034  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 5604 -> 5692 bytes
21035  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 5068 -> 5156 bytes
21036  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 5244 -> 5332 bytes
21037  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 4644 -> 4728 bytes
21038  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 5584 -> 5672 bytes
21039  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 5048 -> 5132 bytes
21040  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 5224 -> 5308 bytes
21041  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 5624 -> 5712 bytes
21042  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 5104 -> 5192 bytes
21043  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 5284 -> 5372 bytes
21044  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 4664 -> 4748 bytes
21045  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 5608 -> 5696 bytes
21046  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 5084 -> 5168 bytes
21047  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 5264 -> 5348 bytes
21048  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 2984 -> 4656 bytes
21049  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2580 -> 3904 bytes
21050  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2944 -> 3976 bytes
21051  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1436 -> 2532 bytes
21052  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1228 -> 2116 bytes
21053  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1464 -> 2192 bytes
21054  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3572 -> 6876 bytes
21055  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3540 -> 6552 bytes
21056  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 6136 bytes
21057  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3572 -> 6612 bytes
21058  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3540 -> 6356 bytes
21059  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 5880 bytes
21060  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2108 -> 2344 bytes
21061  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1824 -> 1992 bytes
21062  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2532 -> 2704 bytes
21063  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2776 -> 2948 bytes
21064  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2076 -> 2324 bytes
21065  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3072 -> 3244 bytes
21066  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1816 -> 1984 bytes
21067  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1380 -> 1616 bytes
21068  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1096 -> 1264 bytes
21069  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1804 -> 1976 bytes
21070  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2048 -> 2220 bytes
21071  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1348 -> 1596 bytes
21072  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2344 -> 2516 bytes
21073  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1088 -> 1256 bytes
21074  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 2148 -> 2344 bytes
21075  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 1860 -> 1992 bytes
21076  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 2572 -> 2704 bytes
21077  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2816 -> 2948 bytes
21078  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 2116 -> 2324 bytes
21079  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3112 -> 3244 bytes
21080  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 1852 -> 1984 bytes
21081  ...ext1_multiple_subrules_f1.default.41,42,43.otf} | Bin
21082  ...ontext1_multiple_subrules_f1.default.41,42.otf} | Bin
21083  ...ontext1_multiple_subrules_f1.default.41,43.otf} | Bin
21084  ...s_context1_multiple_subrules_f1.default.41.otf} | Bin
21085  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21086  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21087  ...xt1_multiple_subrules_f1.retain-gids.41,42.otf} | Bin
21088  ...xt1_multiple_subrules_f1.retain-gids.41,43.otf} | Bin
21089  ...ntext1_multiple_subrules_f1.retain-gids.41.otf} | Bin
21090  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21091  ...ext2_multiple_subrules_f1.default.41,42,43.otf} | Bin
21092  ...ontext2_multiple_subrules_f1.default.41,42.otf} | Bin
21093  ...ontext2_multiple_subrules_f1.default.41,43.otf} | Bin
21094  ...s_context2_multiple_subrules_f1.default.41.otf} | Bin
21095  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21096  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21097  ...xt2_multiple_subrules_f1.retain-gids.41,42.otf} | Bin
21098  ...xt2_multiple_subrules_f1.retain-gids.41,43.otf} | Bin
21099  ...ntext2_multiple_subrules_f1.retain-gids.41.otf} | Bin
21100  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21101  ...> gpos_context3_simple_f1.default.41,42,43.otf} | Bin
21102  ...f => gpos_context3_simple_f1.default.41,42.otf} | Bin
21103  ...f => gpos_context3_simple_f1.default.41,43.otf} | Bin
21104  ....otf => gpos_context3_simple_f1.default.41.otf} | Bin
21105  ...xt3_simple_f1.default.retain-all-codepoint.otf} | Bin
21106  ...os_context3_simple_f1.retain-gids.41,42,43.otf} | Bin
21107  ... gpos_context3_simple_f1.retain-gids.41,42.otf} | Bin
21108  ... gpos_context3_simple_f1.retain-gids.41,43.otf} | Bin
21109  ... => gpos_context3_simple_f1.retain-gids.41.otf} | Bin
21110  ...simple_f1.retain-gids.retain-all-codepoint.otf} | Bin
21111  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 4088 -> 4220 bytes
21112  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 4652 -> 4796 bytes
21113  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 4620 -> 4768 bytes
21114  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 28176 -> 49288 bytes
21115  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 948 -> 1080 bytes
21116  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 1244 -> 1388 bytes
21117  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 1240 -> 1388 bytes
21118  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 15200 -> 29504 bytes
21119  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 4140 -> 4220 bytes
21120  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 4716 -> 4796 bytes
21121  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 4688 -> 4768 bytes
21122  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 28604 -> 49288 bytes
21123  .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 4960 -> 5460 bytes
21124  .../AdobeVFPrototype.default.41,42,43.otf          | Bin 4540 -> 4932 bytes
21125  .../AdobeVFPrototype.default.41,42.otf             | Bin 4132 -> 4452 bytes
21126  .../AdobeVFPrototype.default.41,56,57.otf          | Bin 4152 -> 4600 bytes
21127  .../AdobeVFPrototype.default.41.otf                | Bin 3468 -> 3748 bytes
21128  .../AdobeVFPrototype.default.42,57.otf             | Bin 4208 -> 4584 bytes
21129  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 4772 -> 5180 bytes
21130  .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 4352 -> 4688 bytes
21131  .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 3944 -> 4236 bytes
21132  .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 3964 -> 4348 bytes
21133  .../AdobeVFPrototype.drop-hints.41.otf             | Bin 3280 -> 3552 bytes
21134  .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 4020 -> 4364 bytes
21135  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5400 -> 5460 bytes
21136  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4872 -> 4932 bytes
21137  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4392 -> 4452 bytes
21138  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4540 -> 4600 bytes
21139  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3688 -> 3748 bytes
21140  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4524 -> 4584 bytes
21141  .../Roboto-Regular.default.1E00,303.ttf            | Bin 2456 -> 2720 bytes
21142  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 2128 -> 2312 bytes
21143  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 2220 -> 2408 bytes
21144  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 2020 -> 2204 bytes
21145  .../Roboto-Regular.default.41,42,43.ttf            | Bin 2480 -> 3668 bytes
21146  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 1204 -> 1468 bytes
21147  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 1012 -> 1196 bytes
21148  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 1068 -> 1256 bytes
21149  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 952 -> 1136 bytes
21150  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 1188 -> 2036 bytes
21151  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf     | Bin 2648 -> 2720 bytes
21152  .../Roboto-Regular.keep-gdef-gpos.303.ttf          | Bin 2240 -> 2312 bytes
21153  .../Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf   | Bin 2336 -> 2408 bytes
21154  .../Roboto-Regular.keep-gdef-gpos.323.ttf          | Bin 2132 -> 2204 bytes
21155  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf     | Bin 2728 -> 3668 bytes
21156  ...ut.41,43.otf => gpos1_2_font.default.41,43.otf} | Bin
21157  ...ut.41,46.otf => gpos1_2_font.default.41,46.otf} | Bin
21158  ...p-layout.41.otf => gpos1_2_font.default.41.otf} | Bin
21159  ...ut.42,44.otf => gpos1_2_font.default.42,44.otf} | Bin
21160  ...ut.43,46.otf => gpos1_2_font.default.43,46.otf} | Bin
21161  ... gpos1_2_font.default.retain-all-codepoint.otf} | Bin
21162  ...1,43.otf => gpos1_2_font.retain-gids.41,43.otf} | Bin
21163  ...1,46.otf => gpos1_2_font.retain-gids.41,46.otf} | Bin
21164  ...gids.41.otf => gpos1_2_font.retain-gids.41.otf} | Bin
21165  ...2,44.otf => gpos1_2_font.retain-gids.42,44.otf} | Bin
21166  ...3,46.otf => gpos1_2_font.retain-gids.43,46.otf} | Bin
21167  ...s1_2_font.retain-gids.retain-all-codepoint.otf} | Bin
21168  ...3,25.otf => gpos2_1_font7.default.21,23,25.otf} | Bin
21169  ...t.21,23.otf => gpos2_1_font7.default.21,23.otf} | Bin
21170  ...t.2E,23.otf => gpos2_1_font7.default.2E,23.otf} | Bin
21171  ...2,43.otf => gpos2_1_font7.default.41,42,43.otf} | Bin
21172  ...gpos2_1_font7.default.retain-all-codepoint.otf} | Bin
21173  ....otf => gpos2_1_font7.retain-gids.21,23,25.otf} | Bin
21174  ...,23.otf => gpos2_1_font7.retain-gids.21,23.otf} | Bin
21175  ...,23.otf => gpos2_1_font7.retain-gids.2E,23.otf} | Bin
21176  ....otf => gpos2_1_font7.retain-gids.41,42,43.otf} | Bin
21177  ...2_1_font7.retain-gids.retain-all-codepoint.otf} | Bin
21178  ...3,25.otf => gpos2_2_font5.default.21,23,25.otf} | Bin
21179  ...t.21,23.otf => gpos2_2_font5.default.21,23.otf} | Bin
21180  ...t.2E,23.otf => gpos2_2_font5.default.2E,23.otf} | Bin
21181  ...2,43.otf => gpos2_2_font5.default.41,42,43.otf} | Bin
21182  ...gpos2_2_font5.default.retain-all-codepoint.otf} | Bin
21183  ....otf => gpos2_2_font5.retain-gids.21,23,25.otf} | Bin
21184  ...,23.otf => gpos2_2_font5.retain-gids.21,23.otf} | Bin
21185  ...,23.otf => gpos2_2_font5.retain-gids.2E,23.otf} | Bin
21186  ....otf => gpos2_2_font5.retain-gids.41,42,43.otf} | Bin
21187  ...2_2_font5.retain-gids.retain-all-codepoint.otf} | Bin
21188  ...out.28,29.otf => gpos3_font3.default.28,29.otf} | Bin
21189  ...out.28,2B.otf => gpos3_font3.default.28,2B.otf} | Bin
21190  ...out.29,2B.otf => gpos3_font3.default.29,2B.otf} | Bin
21191  ...,42,43.otf => gpos3_font3.default.41,42,43.otf} | Bin
21192  ...> gpos3_font3.default.retain-all-codepoint.otf} | Bin
21193  ...28,29.otf => gpos3_font3.retain-gids.28,29.otf} | Bin
21194  ...28,2B.otf => gpos3_font3.retain-gids.28,2B.otf} | Bin
21195  ...29,2B.otf => gpos3_font3.retain-gids.29,2B.otf} | Bin
21196  ...43.otf => gpos3_font3.retain-gids.41,42,43.otf} | Bin
21197  ...os3_font3.retain-gids.retain-all-codepoint.otf} | Bin
21198  ...os4_multiple_anchors_1.default.41,42,43,44.otf} | Bin
21199  ...os4_multiple_anchors_1.default.41,42,43,45.otf} | Bin
21200  ... gpos4_multiple_anchors_1.default.41,42,43.otf} | Bin
21201  ... => gpos4_multiple_anchors_1.default.41,42.otf} | Bin
21202  ..._multiple_anchors_1.default.41,43,44,45,46.otf} | Bin
21203  ... gpos4_multiple_anchors_1.default.41,43,44.otf} | Bin
21204  ... gpos4_multiple_anchors_1.default.41,43,45.otf} | Bin
21205  ... => gpos4_multiple_anchors_1.default.41,43.otf} | Bin
21206  ...otf => gpos4_multiple_anchors_1.default.41.otf} | Bin
21207  ...ple_anchors_1.default.retain-all-codepoint.otf} | Bin
21208  ...multiple_anchors_1.retain-gids.41,42,43,44.otf} | Bin
21209  ...multiple_anchors_1.retain-gids.41,42,43,45.otf} | Bin
21210  ...s4_multiple_anchors_1.retain-gids.41,42,43.otf} | Bin
21211  ...gpos4_multiple_anchors_1.retain-gids.41,42.otf} | Bin
21212  ...tiple_anchors_1.retain-gids.41,43,44,45,46.otf} | Bin
21213  ...s4_multiple_anchors_1.retain-gids.41,43,44.otf} | Bin
21214  ...s4_multiple_anchors_1.retain-gids.41,43,45.otf} | Bin
21215  ...gpos4_multiple_anchors_1.retain-gids.41,43.otf} | Bin
21216  ...=> gpos4_multiple_anchors_1.retain-gids.41.otf} | Bin
21217  ...anchors_1.retain-gids.retain-all-codepoint.otf} | Bin
21218  ...,44.otf => gpos5_font1.default.41,42,43,44.otf} | Bin
21219  ...,45.otf => gpos5_font1.default.41,42,43,45.otf} | Bin
21220  ...,42,43.otf => gpos5_font1.default.41,42,43.otf} | Bin
21221  ...,42,44.otf => gpos5_font1.default.41,42,44.otf} | Bin
21222  ...,42,45.otf => gpos5_font1.default.41,42,45.otf} | Bin
21223  ...out.41,42.otf => gpos5_font1.default.41,42.otf} | Bin
21224  ...out.41,43.otf => gpos5_font1.default.41,43.otf} | Bin
21225  ...ep-layout.41.otf => gpos5_font1.default.41.otf} | Bin
21226  ...ep-layout.42.otf => gpos5_font1.default.42.otf} | Bin
21227  ...> gpos5_font1.default.retain-all-codepoint.otf} | Bin
21228  ...otf => gpos5_font1.retain-gids.41,42,43,44.otf} | Bin
21229  ...otf => gpos5_font1.retain-gids.41,42,43,45.otf} | Bin
21230  ...43.otf => gpos5_font1.retain-gids.41,42,43.otf} | Bin
21231  ...44.otf => gpos5_font1.retain-gids.41,42,44.otf} | Bin
21232  ...45.otf => gpos5_font1.retain-gids.41,42,45.otf} | Bin
21233  ...41,42.otf => gpos5_font1.retain-gids.41,42.otf} | Bin
21234  ...41,43.otf => gpos5_font1.retain-gids.41,43.otf} | Bin
21235  ...-gids.41.otf => gpos5_font1.retain-gids.41.otf} | Bin
21236  ...-gids.42.otf => gpos5_font1.retain-gids.42.otf} | Bin
21237  ...os5_font1.retain-gids.retain-all-codepoint.otf} | Bin
21238  ...,44.otf => gpos6_font1.default.41,42,43,44.otf} | Bin
21239  ...,45.otf => gpos6_font1.default.41,42,43,45.otf} | Bin
21240  ...,42,43.otf => gpos6_font1.default.41,42,43.otf} | Bin
21241  ...out.41,42.otf => gpos6_font1.default.41,42.otf} | Bin
21242  ....otf => gpos6_font1.default.41,43,44,45,46.otf} | Bin
21243  ...,43,44.otf => gpos6_font1.default.41,43,44.otf} | Bin
21244  ...,43,45.otf => gpos6_font1.default.41,43,45.otf} | Bin
21245  ...out.41,43.otf => gpos6_font1.default.41,43.otf} | Bin
21246  ...ep-layout.41.otf => gpos6_font1.default.41.otf} | Bin
21247  ...> gpos6_font1.default.retain-all-codepoint.otf} | Bin
21248  ...otf => gpos6_font1.retain-gids.41,42,43,44.otf} | Bin
21249  ...otf => gpos6_font1.retain-gids.41,42,43,45.otf} | Bin
21250  ...43.otf => gpos6_font1.retain-gids.41,42,43.otf} | Bin
21251  ...41,42.otf => gpos6_font1.retain-gids.41,42.otf} | Bin
21252  ... => gpos6_font1.retain-gids.41,43,44,45,46.otf} | Bin
21253  ...44.otf => gpos6_font1.retain-gids.41,43,44.otf} | Bin
21254  ...45.otf => gpos6_font1.retain-gids.41,43,45.otf} | Bin
21255  ...41,43.otf => gpos6_font1.retain-gids.41,43.otf} | Bin
21256  ...-gids.41.otf => gpos6_font1.retain-gids.41.otf} | Bin
21257  ...os6_font1.retain-gids.retain-all-codepoint.otf} | Bin
21258  ...lar.default.627,644,623,62D,644,627,645,2E.ttf} | Bin
21259  ...f => Amiri-Regular.default.627,644,62D,628.ttf} | Bin
21260  ...7,644.ttf => Amiri-Regular.default.627,644.ttf} | Bin
21261  ...Regular.default.633,645,627,621,20,644,627.ttf} | Bin
21262  ...1.ttf => Amiri-Regular.default.63A,64A,631.ttf} | Bin
21263  ...retain-gids.627,644,623,62D,644,627,645,2E.ttf} | Bin
21264  ... Amiri-Regular.retain-gids.627,644,62D,628.ttf} | Bin
21265  ...4.ttf => Amiri-Regular.retain-gids.627,644.ttf} | Bin
21266  ...lar.retain-gids.633,645,627,621,20,644,627.ttf} | Bin
21267  ...f => Amiri-Regular.retain-gids.63A,64A,631.ttf} | Bin
21268  ...1_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
21269  ...ing1_multiple_subrules_f1.default.41,42,43.otf} | Bin
21270  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21271  ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
21272  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21273  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21274  ...2_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
21275  ...ing2_multiple_subrules_f1.default.41,42,43.otf} | Bin
21276  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21277  ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
21278  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21279  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21280  ...os_chaining3_simple_f1.default.30,31,32,33.otf} | Bin
21281  ... gpos_chaining3_simple_f1.default.41,42,43.otf} | Bin
21282  ...ng3_simple_f1.default.retain-all-codepoint.otf} | Bin
21283  ...haining3_simple_f1.retain-gids.30,31,32,33.otf} | Bin
21284  ...s_chaining3_simple_f1.retain-gids.41,42,43.otf} | Bin
21285  ...simple_f1.retain-gids.retain-all-codepoint.otf} | Bin
21286  ...out.41,42.otf => gpos9_font2.default.41,42.otf} | Bin
21287  ...ep-layout.41.otf => gpos9_font2.default.41.otf} | Bin
21288  ...ep-layout.42.otf => gpos9_font2.default.42.otf} | Bin
21289  ...41,42.otf => gpos9_font2.retain-gids.41,42.otf} | Bin
21290  ...-gids.41.otf => gpos9_font2.retain-gids.41.otf} | Bin
21291  ...-gids.42.otf => gpos9_font2.retain-gids.42.otf} | Bin
21292  ...b_alternate_substitution.default.53A9,53F1.otf} | Bin
21293  ...> gsub_alternate_substitution.default.53A9.otf} | Bin
21294  ...> gsub_alternate_substitution.default.53F1.otf} | Bin
21295  ..._substitution.default.retain-all-codepoint.otf} | Bin
21296  ...ternate_substitution.retain-gids.53A9,53F1.otf} | Bin
21297  ...ub_alternate_substitution.retain-gids.53A9.otf} | Bin
21298  ...ub_alternate_substitution.retain-gids.53F1.otf} | Bin
21299  ...stitution.retain-gids.retain-all-codepoint.otf} | Bin
21300  ...ext1_multiple_subrules_f2.default.41,42,43.otf} | Bin
21301  ...ontext1_multiple_subrules_f2.default.41,42.otf} | Bin
21302  ...ontext1_multiple_subrules_f2.default.41,43.otf} | Bin
21303  ...b_context1_multiple_subrules_f2.default.41.otf} | Bin
21304  ...e_subrules_f2.default.retain-all-codepoint.otf} | Bin
21305  ..._multiple_subrules_f2.retain-gids.41,42,43.otf} | Bin
21306  ...xt1_multiple_subrules_f2.retain-gids.41,42.otf} | Bin
21307  ...xt1_multiple_subrules_f2.retain-gids.41,43.otf} | Bin
21308  ...ntext1_multiple_subrules_f2.retain-gids.41.otf} | Bin
21309  ...brules_f2.retain-gids.retain-all-codepoint.otf} | Bin
21310  ...ext2_multiple_subrules_f2.default.41,42,43.otf} | Bin
21311  ...ontext2_multiple_subrules_f2.default.41,42.otf} | Bin
21312  ...ontext2_multiple_subrules_f2.default.41,43.otf} | Bin
21313  ...b_context2_multiple_subrules_f2.default.41.otf} | Bin
21314  ...e_subrules_f2.default.retain-all-codepoint.otf} | Bin
21315  ..._multiple_subrules_f2.retain-gids.41,42,43.otf} | Bin
21316  ...xt2_multiple_subrules_f2.retain-gids.41,42.otf} | Bin
21317  ...xt2_multiple_subrules_f2.retain-gids.41,43.otf} | Bin
21318  ...ntext2_multiple_subrules_f2.retain-gids.41.otf} | Bin
21319  ...brules_f2.retain-gids.retain-all-codepoint.otf} | Bin
21320  ...ub_context3_successive_f1.default.41,42,43.otf} | Bin
21321  ... gsub_context3_successive_f1.default.41,42.otf} | Bin
21322  ... gsub_context3_successive_f1.default.41,43.otf} | Bin
21323  ... => gsub_context3_successive_f1.default.41.otf} | Bin
21324  ...successive_f1.default.retain-all-codepoint.otf} | Bin
21325  ...ontext3_successive_f1.retain-gids.41,42,43.otf} | Bin
21326  ...b_context3_successive_f1.retain-gids.41,42.otf} | Bin
21327  ...b_context3_successive_f1.retain-gids.41,43.otf} | Bin
21328  ...gsub_context3_successive_f1.retain-gids.41.otf} | Bin
21329  ...essive_f1.retain-gids.retain-all-codepoint.otf} | Bin
21330  ...1_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
21331  ...ing1_multiple_subrules_f1.default.41,42,43.otf} | Bin
21332  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21333  ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
21334  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21335  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21336  ...2_multiple_subrules_f1.default.30,31,32,33.otf} | Bin
21337  ...ing2_multiple_subrules_f1.default.41,42,43.otf} | Bin
21338  ...e_subrules_f1.default.retain-all-codepoint.otf} | Bin
21339  ...ltiple_subrules_f1.retain-gids.30,31,32,33.otf} | Bin
21340  ..._multiple_subrules_f1.retain-gids.41,42,43.otf} | Bin
21341  ...brules_f1.retain-gids.retain-all-codepoint.otf} | Bin
21342  ...ub_chaining3_simple_f2.default.30,31,32,33.otf} | Bin
21343  ... gsub_chaining3_simple_f2.default.41,42,43.otf} | Bin
21344  ...ng3_simple_f2.default.retain-all-codepoint.otf} | Bin
21345  ...haining3_simple_f2.retain-gids.30,31,32,33.otf} | Bin
21346  ...b_chaining3_simple_f2.retain-gids.41,42,43.otf} | Bin
21347  ...simple_f2.retain-gids.retain-all-codepoint.otf} | Bin
21348  ...created.default.41,42,43,44,45,46,47,48,49.otf} | Bin
21349  ...ually_created.default.41,42,43,44,45,46,47.otf} | Bin
21350  ...ually_created.default.41,42,43,44,45,46,4D.otf} | Bin
21351  ...ually_created.default.41,42,43,44,45,46,51.otf} | Bin
21352  ...manually_created.default.41,42,43,44,45,46.otf} | Bin
21353  ...=> gsub8_manually_created.default.41,42,43.otf} | Bin
21354  ...1.otf => gsub8_manually_created.default.41.otf} | Bin
21355  ...1.otf => gsub8_manually_created.default.61.otf} | Bin
21356  ...ually_created.default.retain-all-codepoint.otf} | Bin
21357  ...ted.retain-gids.41,42,43,44,45,46,47,48,49.otf} | Bin
21358  ...y_created.retain-gids.41,42,43,44,45,46,47.otf} | Bin
21359  ...y_created.retain-gids.41,42,43,44,45,46,4D.otf} | Bin
21360  ...y_created.retain-gids.41,42,43,44,45,46,51.otf} | Bin
21361  ...ally_created.retain-gids.41,42,43,44,45,46.otf} | Bin
21362  ...sub8_manually_created.retain-gids.41,42,43.otf} | Bin
21363  ...f => gsub8_manually_created.retain-gids.41.otf} | Bin
21364  ...f => gsub8_manually_created.retain-gids.61.otf} | Bin
21365  ...y_created.retain-gids.retain-all-codepoint.otf} | Bin
21366  .../Khmer.keep-layout-retain-gids.1780.ttf         | Bin 4464 -> 0 bytes
21367  ...ids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 7848 -> 0 bytes
21368  .../Khmer.keep-layout-retain-gids.31.ttf           | Bin 4256 -> 0 bytes
21369  .../layout.khmer/Khmer.keep-layout.1780.ttf        | Bin 4204 -> 0 bytes
21370  ...out.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 6412 -> 0 bytes
21371  .../expected/layout.khmer/Khmer.keep-layout.31.ttf | Bin 4140 -> 0 bytes
21372  ...oNastaliqUrdu-Bold.retain-gids.627,644,62D.ttf} | Bin
21373  ... Roboto-Regular.smallcaps.default.41,42,43.ttf} | Bin
21374  ... => Roboto-Regular.smallcaps.default.41,43.ttf} | Bin
21375  ...ttf => Roboto-Regular.smallcaps.default.41.ttf} | Bin
21376  ...ttf => Roboto-Regular.smallcaps.default.43.ttf} | Bin
21377  ... => Roboto-Regular.smallcaps.default.CA,CB.ttf} | Bin
21378  ...oto-Regular.smallcaps.retain-gids.41,42,43.ttf} | Bin
21379  ...Roboto-Regular.smallcaps.retain-gids.41,43.ttf} | Bin
21380  ...=> Roboto-Regular.smallcaps.retain-gids.41.ttf} | Bin
21381  ...=> Roboto-Regular.smallcaps.retain-gids.43.ttf} | Bin
21382  ...Roboto-Regular.smallcaps.retain-gids.CA,CB.ttf} | Bin
21383  .../Fraunces.keep-layout.26,66,69,124,125.ttf      | Bin 18496 -> 0 bytes
21384  .../expected/variable/Fraunces.keep-layout.61.ttf  | Bin 5880 -> 0 bytes
21385  .../data/profiles/keep-layout-drop-hints.txt       |   2 --
21386  .../data/profiles/keep-layout-retain-gids.txt      |   2 --
21387  test/subset/data/profiles/keep-layout.txt          |   1 -
21388  test/subset/data/tests/basics.tests                |   2 --
21389  test/subset/data/tests/layout.context.tests        |   4 ++--
21390  test/subset/data/tests/layout.gpos.tests           |   4 ++--
21391  test/subset/data/tests/layout.gpos2.tests          |   4 ++--
21392  test/subset/data/tests/layout.gpos3.tests          |   4 ++--
21393  test/subset/data/tests/layout.gpos4.tests          |   4 ++--
21394  test/subset/data/tests/layout.gpos5.tests          |   4 ++--
21395  test/subset/data/tests/layout.gpos6.tests          |   4 ++--
21396  test/subset/data/tests/layout.gpos8.amiri.tests    |   4 ++--
21397  test/subset/data/tests/layout.gpos8.tests          |   4 ++--
21398  test/subset/data/tests/layout.gpos9.tests          |   4 ++--
21399  test/subset/data/tests/layout.gsub3.tests          |   4 ++--
21400  test/subset/data/tests/layout.gsub5.tests          |   4 ++--
21401  test/subset/data/tests/layout.gsub6.tests          |   4 ++--
21402  test/subset/data/tests/layout.gsub8.tests          |   4 ++--
21403  test/subset/data/tests/layout.khmer.tests          |   4 ++--
21404  .../data/tests/layout.notonastaliqurdu.tests       |   2 +-
21405  test/subset/data/tests/layout.tests                |   4 ++--
21406  test/subset/data/tests/variable.tests              |   2 +-
21407  test/subset/generate-expected-outputs.py           |   2 +-
21408  test/subset/run-tests.py                           |   2 +-
21409  614 files changed, 36 insertions(+), 46 deletions(-)
21410
21411 commit 425ba1f4ab4fd1ee0245bc822336d26bd1755c52
21412 Author: Garret Rieger <grieger@google.com>
21413 Date:   Mon Apr 19 18:01:24 2021 -0700
21414
21415     [subset] fixes infinite loop in hb_set_get_max().
21416     
21417     Fixes https://oss-fuzz.com/testcase-detail/5363902507515904
21418
21419  src/hb-set.hh                                            |   2 +-
21420  test/api/test-set.c                                      |   7 ++++++-
21421  ...-testcase-minimized-hb-subset-fuzzer-5363902507515904 | Bin 0 -> 1683 bytes
21422  3 files changed, 7 insertions(+), 2 deletions(-)
21423
21424 commit ec4321068b9de1ea2730b8a62dda7cb23d064303
21425 Author: Garret Rieger <grieger@google.com>
21426 Date:   Mon Apr 19 17:18:05 2021 -0700
21427
21428     [subset] fix infinite loop caused by alloc failure in repacker.
21429     
21430     Fixes: https://oss-fuzz.com/testcase-detail/5609112151916544.
21431
21432  src/hb-repacker.hh                                      |   8 ++++----
21433  ...testcase-minimized-hb-subset-fuzzer-5609112151916544 | Bin 0 -> 80225 bytes
21434  2 files changed, 4 insertions(+), 4 deletions(-)
21435
21436 commit 0e845d973e2bf15b56cf68af9db778d1258b7709
21437 Author: Garret Rieger <grieger@google.com>
21438 Date:   Mon Apr 19 16:09:37 2021 -0700
21439
21440     [subset] fix memory leak in repacker caused by failed alloc.
21441     
21442     Fixes: https://oss-fuzz.com/testcase-detail/5616763250278400.
21443
21444  src/hb-repacker.hh                                      |   4 +++-
21445  ...testcase-minimized-hb-subset-fuzzer-5616763250278400 | Bin 0 -> 97363 bytes
21446  2 files changed, 3 insertions(+), 1 deletion(-)
21447
21448 commit 3fb62cdc141d2d30ba0fc4a173dd50e7c1d56466
21449 Author: Garret Rieger <grieger@google.com>
21450 Date:   Mon Apr 5 15:48:34 2021 -0700
21451
21452     [subset] fail on offset overflow in tables that we don't repack.
21453     
21454     Fixes: https://oss-fuzz.com/testcase-detail/5229304507138048
21455
21456  src/hb-subset.cc                                        |   5 ++++-
21457  ...testcase-minimized-hb-subset-fuzzer-5229304507138048 | Bin 0 -> 56552 bytes
21458  2 files changed, 4 insertions(+), 1 deletion(-)
21459
21460 commit 19e096aa97b1b3af21313df5250a937ddfece7fb
21461 Merge: ed2ee8a8c 23a28f5ad
21462 Author: Behdad Esfahbod <behdad@behdad.org>
21463 Date:   Fri Apr 16 14:35:04 2021 -0600
21464
21465     Merge pull request #2067 from harfbuzz/null-size
21466     
21467     Avoid undefined-behavior, another try
21468
21469 commit ed2ee8a8c26dc39e39172c169d8a0d434083fefe
21470 Author: Behdad Esfahbod <behdad@behdad.org>
21471 Date:   Fri Apr 16 13:53:43 2021 -0600
21472
21473     Revert "Disable -Wunused-macros under GCC"
21474     
21475     This reverts commit 1b1413246b8b4a9c6f7e0aac16afd6d110c142cf.
21476     
21477     Err. It wasn't working. We already have that disabled in the files it
21478     is warning about. Doesn't work.
21479
21480  src/hb.hh | 1 -
21481  1 file changed, 1 deletion(-)
21482
21483 commit 47cbf8f2c49ae82b85bf1edb211ade257f009800
21484 Author: Behdad Esfahbod <behdad@behdad.org>
21485 Date:   Tue Mar 30 21:01:44 2021 -0600
21486
21487     [test] Silence more compiler warnings
21488
21489  test/api/test-unicode.c | 3 +++
21490  1 file changed, 3 insertions(+)
21491
21492 commit 1b1413246b8b4a9c6f7e0aac16afd6d110c142cf
21493 Author: Behdad Esfahbod <behdad@behdad.org>
21494 Date:   Tue Mar 30 20:54:20 2021 -0600
21495
21496     Disable -Wunused-macros under GCC
21497     
21498     Since the pragram in hb-ot-shape-complex-indic-table.cc didn't seem to
21499     silence GCC, eg:
21500     
21501     ../../src/hb-ot-shape-complex-indic-table.cc:55: warning: macro "ISC_TL" is not used [-Wunused-macros]
21502        55 | #define ISC_TL   INDIC_SYLLABIC_CATEGORY_TONE_LETTER                 /*    7 chars; Tone_Letter */
21503     
21504     disable it at compiler level.
21505
21506  src/hb.hh | 1 +
21507  1 file changed, 1 insertion(+)
21508
21509 commit 23a28f5ad059a45ff861a06a63d8537dab7f81b7
21510 Author: Behdad Esfahbod <behdad@behdad.org>
21511 Date:   Fri Apr 16 13:22:05 2021 -0600
21512
21513     Avoid undefined-behavior
21514     
21515     If a struct had (because it's a union) sizeof that is larger than the null_size,
21516     we were providing only null_size bytes for its Null object. We know we'd never
21517     access beyond that, but is undefined-behavior nonetheless according to the
21518     standard.
21519     
21520     The alternative fix would have required use of flexible-arrays, which are not
21521     standard and have their own issues in various compiler. We've discussed that
21522     extensively in the follow Mozilla issue (currently locked; I've asked that it
21523     be opened):
21524     
21525       https://bugzilla.mozilla.org/show_bug.cgi?id=1577584
21526     
21527     Part of
21528     https://github.com/harfbuzz/harfbuzz/pull/2067
21529
21530  src/hb-null.hh | 11 ++++++++---
21531  1 file changed, 8 insertions(+), 3 deletions(-)
21532
21533 commit 499248c533eaf88f20920bc438a939989a359956
21534 Author: Behdad Esfahbod <behdad@behdad.org>
21535 Date:   Fri Apr 16 13:14:48 2021 -0600
21536
21537     [blob] Use min_size, instead of null_size in .as<T>()
21538     
21539     Part of https://github.com/harfbuzz/harfbuzz/pull/2067
21540
21541  src/hb-array.hh | 2 +-
21542  src/hb-null.hh  | 9 ++++++++-
21543  2 files changed, 9 insertions(+), 2 deletions(-)
21544
21545 commit a4fb5da984d1dc50e419298a6212a0f53b4f761f
21546 Author: Khaled Hosny <khaled@aliftype.com>
21547 Date:   Fri Apr 16 14:10:37 2021 +0200
21548
21549     [ci] Enable DirectWrite in win32 tarballs
21550
21551  .ci/build-win32.sh | 2 +-
21552  1 file changed, 1 insertion(+), 1 deletion(-)
21553
21554 commit f2240d12c2a847afda0eb2da635694ca2346de65
21555 Author: Khaled Hosny <khaled@aliftype.com>
21556 Date:   Fri Apr 16 02:37:11 2021 +0200
21557
21558     [ci] Use -j2 for make and ninja in distcheck job
21559     
21560     Lets see if this makes it faster without crashing gcc.
21561
21562  .circleci/config.yml | 4 ++--
21563  1 file changed, 2 insertions(+), 2 deletions(-)
21564
21565 commit f5c922b7091b9919cd6dbe17db663edb366aea52
21566 Author: Khaled Hosny <khaled@aliftype.com>
21567 Date:   Fri Apr 16 01:47:34 2021 +0200
21568
21569     [ci] Try to stop distcheck job from crashing gcc
21570
21571  .circleci/config.yml | 3 +--
21572  1 file changed, 1 insertion(+), 2 deletions(-)
21573
21574 commit e116058bba1f5eb667d211c0c6c0be1bbffc6213
21575 Author: Khaled Hosny <khaled@aliftype.com>
21576 Date:   Thu Apr 15 13:52:19 2021 +0200
21577
21578     [directwrite] Use correct UTF-16 string length
21579     
21580     Fixes https://github.com/harfbuzz/harfbuzz/issues/2474
21581
21582  src/hb-directwrite.cc | 2 +-
21583  1 file changed, 1 insertion(+), 1 deletion(-)
21584
21585 commit 668acff1f07ed6bb1472467e59d16399befa68ae
21586 Author: Ben Denckla <bdenckla@alum.mit.edu>
21587 Date:   Mon Apr 12 14:25:19 2021 -0400
21588
21589     similarly improve comments on Hebrew ccc 18 & 19
21590     
21591     Should have committed this along with commit 9658435a25c2ba82 but forgot.
21592
21593  src/hb-ot-shape-fallback.cc | 4 ++--
21594  1 file changed, 2 insertions(+), 2 deletions(-)
21595
21596 commit 43d955207bcfcddbf5a5e3d35819fddb81605be3
21597 Author: Ben Denckla <bdenckla@alum.mit.edu>
21598 Date:   Mon Apr 12 14:01:56 2021 -0400
21599
21600     improve comments on Hebrew ccc 18 & 19
21601     
21602     improve comments to reflect that:
21603     ccc 18 includes both "flavors" of qamats: qamats [gadol] and qamats qatan
21604     ccc 19 includes both "flavors" of holam: holam [not haser for vav] and holam haser for vav
21605     This code and its comments may have been written before these code points were added to Unicode.
21606     I.e. originally, these comments may have been complete, but they may have become incomplete in the meantime.
21607
21608  src/hb-unicode.hh | 4 ++--
21609  1 file changed, 2 insertions(+), 2 deletions(-)
21610
21611 commit 4cc4cd3b24ded40cfff651ebf63d20d19253c505
21612 Author: Ambient Lighter <victor@opennodecloud.com>
21613 Date:   Sat Apr 10 14:11:23 2021 +0300
21614
21615     [docs] Fix spelling typo (#2945)
21616
21617  docs/usermanual-object-model.xml | 2 +-
21618  perf/texts/en-words.txt          | 1 -
21619  2 files changed, 1 insertion(+), 2 deletions(-)
21620
21621 commit 9dc9f0385dce05456d48730bf5dc7cac52eaa4da
21622 Author: Qunxin Liu <qxliu@google.com>
21623 Date:   Thu Apr 8 11:00:17 2021 -0700
21624
21625     [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/5858518134554624
21626
21627  src/hb-ot-layout-gpos-table.hh                            |   4 ++++
21628  ...z-testcase-minimized-hb-subset-fuzzer-5858518134554624 | Bin 0 -> 802 bytes
21629  2 files changed, 4 insertions(+)
21630
21631 commit 430a67ceaba5896c850c0a0da80f1bc211c022d8
21632 Author: Qunxin Liu <qxliu@google.com>
21633 Date:   Thu Apr 1 12:01:19 2021 -0700
21634
21635     [subset] COLRv1 struct definitions
21636
21637  src/hb-ot-color-colr-table.hh | 479 +++++++++++++++++++++++++++++++++++++++++-
21638  1 file changed, 474 insertions(+), 5 deletions(-)
21639
21640 commit 553ffaf6823040bf4a91bcd4c8e42592cd4d13c2
21641 Author: Qunxin Liu <qxliu@google.com>
21642 Date:   Wed Apr 7 17:15:32 2021 -0700
21643
21644     [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/6382598554255360
21645      avoid writing to null pointer
21646
21647  src/hb-ot-layout-gpos-table.hh | 1 +
21648  1 file changed, 1 insertion(+)
21649
21650 commit 4af5dacedc8d45c701c8a559962f1b071419ca50
21651 Author: Qunxin Liu <qxliu@google.com>
21652 Date:   Wed Apr 7 10:56:49 2021 -0700
21653
21654     [subset] add fuzzer testcase
21655
21656  ...z-testcase-minimized-hb-subset-fuzzer-6382598554255360 | Bin 0 -> 766 bytes
21657  1 file changed, 0 insertions(+), 0 deletions(-)
21658
21659 commit 8b686afeb5a7f959d98c0f85844d782c1cbc489f
21660 Author: Garret Rieger <grieger@google.com>
21661 Date:   Tue Apr 6 11:33:38 2021 -0700
21662
21663     [subset] add unlikely().
21664
21665  src/hb-ot-layout-gsubgpos.hh | 2 +-
21666  1 file changed, 1 insertion(+), 1 deletion(-)
21667
21668 commit 64122b5a443d78cc1c4c0c94fa2e489e1f22dd3e
21669 Author: Garret Rieger <grieger@google.com>
21670 Date:   Mon Apr 5 12:53:08 2021 -0700
21671
21672     [subset] don't visit lookup if covered glyph set has failed.
21673     
21674     If covered glyph set is in error then the same lookup can be recursed into repeatedly potentially causing a fuzzer timeout. Fixes: https://oss-fuzz.com/testcase-detail/5416421032067072.
21675
21676  src/hb-ot-layout-gsubgpos.hh                              |   2 ++
21677  ...z-testcase-minimized-hb-subset-fuzzer-5416421032067072 | Bin 0 -> 114 bytes
21678  2 files changed, 2 insertions(+)
21679
21680 commit 4ec18c85e6eebc0948c29df36fc13b5467fce86b
21681 Author: Garret Rieger <grieger@google.com>
21682 Date:   Fri Apr 2 15:33:54 2021 -0700
21683
21684     [subset] add subsetting tests with drop hints and layout subsetting enabled.
21685
21686  ...taa-Regular-new.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 3444 bytes
21687  ...fortaa-Regular-new.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 3140 bytes
21688  ...Comfortaa-Regular-new.keep-layout-drop-hints.61.ttf | Bin 0 -> 2804 bytes
21689  ...Comfortaa-Regular-new.keep-layout-drop-hints.62.ttf | Bin 0 -> 2396 bytes
21690  ...Comfortaa-Regular-new.keep-layout-drop-hints.63.ttf | Bin 0 -> 2464 bytes
21691  ...new.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 187944 bytes
21692  ...-Regular-subset.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 1452 bytes
21693  ...gjo-Regular-subset.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 1276 bytes
21694  ...eongjo-Regular-subset.keep-layout-drop-hints.61.ttf | Bin 0 -> 1128 bytes
21695  ...eongjo-Regular-subset.keep-layout-drop-hints.62.ttf | Bin 0 -> 1140 bytes
21696  ...eongjo-Regular-subset.keep-layout-drop-hints.63.ttf | Bin 0 -> 1104 bytes
21697  ...set.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
21698  ...oto-Regular.abc.keep-layout-drop-hints.61,62,63.ttf | Bin 0 -> 1208 bytes
21699  ...Roboto-Regular.abc.keep-layout-drop-hints.61,63.ttf | Bin 0 -> 1120 bytes
21700  .../Roboto-Regular.abc.keep-layout-drop-hints.61.ttf   | Bin 0 -> 988 bytes
21701  .../Roboto-Regular.abc.keep-layout-drop-hints.62.ttf   | Bin 0 -> 876 bytes
21702  .../Roboto-Regular.abc.keep-layout-drop-hints.63.ttf   | Bin 0 -> 960 bytes
21703  ...abc.keep-layout-drop-hints.retain-all-codepoint.ttf | Bin 0 -> 1208 bytes
21704  test/subset/data/profiles/keep-layout-drop-hints.txt   |   2 ++
21705  test/subset/data/tests/basics.tests                    |   1 +
21706  20 files changed, 3 insertions(+)
21707
21708 commit 6f98a8ed4627b662d9591649328d2d302fc01987
21709 Author: Garret Rieger <grieger@google.com>
21710 Date:   Fri Apr 2 14:37:10 2021 -0700
21711
21712     [subset] Anchor should only use format 1 when hints are dropped.
21713     
21714     Refactor Anchor to have a subset method instead of copy. This also allows
21715     use to use serialize_subset in several places which simplifies calculating
21716     offset bases.
21717
21718  src/hb-ot-layout-gpos-table.hh | 189 +++++++++++++++++++++--------------------
21719  1 file changed, 95 insertions(+), 94 deletions(-)
21720
21721 commit 71d6d1560035619ee685dc9aa626eeefabe5e9f1
21722 Author: Garret Rieger <grieger@google.com>
21723 Date:   Mon Apr 5 12:03:17 2021 -0700
21724
21725     [subset] clamp distance to prevent shifting outside of the limits of int64.
21726     
21727     Fixes https://oss-fuzz.com/testcase-detail/4961171477233664.
21728
21729  src/hb-repacker.hh                                      |   3 ++-
21730  ...testcase-minimized-hb-subset-fuzzer-4961171477233664 | Bin 0 -> 39793 bytes
21731  2 files changed, 2 insertions(+), 1 deletion(-)
21732
21733 commit fcacd17748b85a56ff0c1d822295bfcbd8e175a2
21734 Author: Khaled Hosny <khaled@aliftype.com>
21735 Date:   Mon Apr 5 22:27:39 2021 +0200
21736
21737     [ot] Update _hb_glyph_info_is_default_ignorable_and_not_hidden()
21738     
21739     Used _hb_glyph_info_substituted() similar to the change made to
21740     _hb_glyph_info_is_default_ignorable() in
21741     7686ff854bbb9698bb1469dcfe6d288c695a76b7.
21742
21743  src/hb-ot-layout.hh | 3 +--
21744  1 file changed, 1 insertion(+), 2 deletions(-)
21745
21746 commit 596f4258d0b6464a8186263625a2da1b16014bdd
21747 Author: Garret Rieger <grieger@google.com>
21748 Date:   Fri Apr 2 12:41:09 2021 -0700
21749
21750     [subset] copy Lookup::markFilteringSet when subseting.
21751
21752  src/hb-ot-layout-common.hh                             |   8 ++++++++
21753  .../Comfortaa-Regular-new.keep-layout.61,62,63.ttf     | Bin 0 -> 8100 bytes
21754  .../basics/Comfortaa-Regular-new.keep-layout.61,63.ttf | Bin 0 -> 7736 bytes
21755  .../basics/Comfortaa-Regular-new.keep-layout.61.ttf    | Bin 0 -> 7360 bytes
21756  .../basics/Comfortaa-Regular-new.keep-layout.62.ttf    | Bin 0 -> 6796 bytes
21757  .../basics/Comfortaa-Regular-new.keep-layout.63.ttf    | Bin 0 -> 6844 bytes
21758  ...aa-Regular-new.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 222212 bytes
21759  ...numMyeongjo-Regular-subset.keep-layout.61,62,63.ttf | Bin 0 -> 4128 bytes
21760  .../NanumMyeongjo-Regular-subset.keep-layout.61,63.ttf | Bin 0 -> 3580 bytes
21761  .../NanumMyeongjo-Regular-subset.keep-layout.61.ttf    | Bin 0 -> 3156 bytes
21762  .../NanumMyeongjo-Regular-subset.keep-layout.62.ttf    | Bin 0 -> 3180 bytes
21763  .../NanumMyeongjo-Regular-subset.keep-layout.63.ttf    | Bin 0 -> 3048 bytes
21764  ...Regular-subset.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
21765  .../basics/Roboto-Regular.abc.keep-layout.61,62,63.ttf | Bin 0 -> 2452 bytes
21766  .../basics/Roboto-Regular.abc.keep-layout.61,63.ttf    | Bin 0 -> 2260 bytes
21767  .../basics/Roboto-Regular.abc.keep-layout.61.ttf       | Bin 0 -> 2048 bytes
21768  .../basics/Roboto-Regular.abc.keep-layout.62.ttf       | Bin 0 -> 1916 bytes
21769  .../basics/Roboto-Regular.abc.keep-layout.63.ttf       | Bin 0 -> 1972 bytes
21770  ...to-Regular.abc.keep-layout.retain-all-codepoint.ttf | Bin 0 -> 2452 bytes
21771  test/subset/data/tests/basics.tests                    |   1 +
21772  20 files changed, 9 insertions(+)
21773
21774 commit d3a2f999e4d5c83e14f6380b780aab170d9cbd39
21775 Author: Behdad Esfahbod <behdad@behdad.org>
21776 Date:   Fri Apr 2 08:32:41 2021 -0600
21777
21778     Fix up build
21779     
21780     This was left out; oops.
21781
21782  src/hb-set-digest.hh | 8 ++++++++
21783  1 file changed, 8 insertions(+)
21784
21785 commit c35d7863979f2395140d70cda49a19857b98f515
21786 Author: Garret Rieger <grieger@google.com>
21787 Date:   Thu Apr 1 14:32:38 2021 -0700
21788
21789     [subset] never drop the 'pref' feature.
21790     
21791     Never ever drop feature 'pref', even if it's empty. Harfbuzz uses it to choose the shaper for Khmer.
21792
21793  src/hb-ot-layout-gsubgpos.hh                            |   7 +++++++
21794  test/subset/data/Makefile.am                            |   1 +
21795  test/subset/data/Makefile.sources                       |   1 +
21796  .../layout.khmer/Khmer.keep-layout-retain-gids.1780.ttf | Bin 0 -> 4464 bytes
21797  ...ain-gids.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 7848 bytes
21798  .../layout.khmer/Khmer.keep-layout-retain-gids.31.ttf   | Bin 0 -> 4256 bytes
21799  .../expected/layout.khmer/Khmer.keep-layout.1780.ttf    | Bin 0 -> 4204 bytes
21800  ...p-layout.1789,17BB,17C6,1794,17B6,1793,1798,17BE.ttf | Bin 0 -> 6412 bytes
21801  .../data/expected/layout.khmer/Khmer.keep-layout.31.ttf | Bin 0 -> 4140 bytes
21802  test/subset/data/fonts/Khmer.ttf                        | Bin 0 -> 75368 bytes
21803  test/subset/data/tests/layout.khmer.tests               |  11 +++++++++++
21804  test/subset/meson.build                                 |   1 +
21805  12 files changed, 21 insertions(+)
21806
21807 commit 092094f7055c1632e9bdf2c07f16e984a88a65ec
21808 Author: Behdad Esfahbod <behdad@behdad.org>
21809 Date:   Thu Apr 1 15:47:21 2021 -0600
21810
21811     Use as_array() and range loops in a few places
21812
21813  src/hb-ot-cmap-table.hh    | 17 +++++++----------
21814  src/hb-ot-layout-common.hh | 26 +++++++++-----------------
21815  src/hb-set.hh              |  4 ++++
21816  3 files changed, 20 insertions(+), 27 deletions(-)
21817
21818 commit 55e7f3fe329021c77c880f1f3fd6d082f4ac27da
21819 Author: Garret Rieger <grieger@google.com>
21820 Date:   Thu Apr 1 13:35:30 2021 -0700
21821
21822     [subset] Match FeatureVariationRecord dropping from fontTools.
21823     
21824     Only drop records with no matching features that are at the end of the list. See: https://github.com/fonttools/fonttools/commit/cab7d13dc0883765cde435215c7d65e9212f152d
21825
21826  src/hb-ot-layout-common.hh | 36 ++++++++++++++++++++++++++++++------
21827  1 file changed, 30 insertions(+), 6 deletions(-)
21828
21829 commit f0c78e028261a7823194cccc7be241aa9ddbac25
21830 Author: Garret Rieger <grieger@google.com>
21831 Date:   Thu Mar 25 12:57:12 2021 -0700
21832
21833     [subset] don't drop features referenced in a feature variation substitution.
21834
21835  src/hb-ot-layout-common.hh | 13 ++++++++++---
21836  1 file changed, 10 insertions(+), 3 deletions(-)
21837
21838 commit dae99b7769616d354e8cce41fbd7cf780353cb44
21839 Author: Garret Rieger <grieger@google.com>
21840 Date:   Thu Mar 25 12:33:51 2021 -0700
21841
21842     [subset] don't keep FeatureVariationRecord's with no subsittutions.
21843
21844  src/hb-ot-layout-common.hh | 13 +++++++------
21845  1 file changed, 7 insertions(+), 6 deletions(-)
21846
21847 commit 85b07287838440e000622c53cee9cc911ad0de6d
21848 Author: Garret Rieger <grieger@google.com>
21849 Date:   Thu Mar 25 12:17:18 2021 -0700
21850
21851     Add full variable font subsetting test.
21852
21853  test/subset/data/Makefile.am                           |   1 +
21854  test/subset/data/Makefile.sources                      |   1 +
21855  .../variable/Fraunces.keep-layout.26,66,69,124,125.ttf | Bin 0 -> 18496 bytes
21856  .../data/expected/variable/Fraunces.keep-layout.61.ttf | Bin 0 -> 5880 bytes
21857  test/subset/data/fonts/Fraunces.ttf                    | Bin 0 -> 360440 bytes
21858  test/subset/data/tests/variable.tests                  |   9 +++++++++
21859  test/subset/meson.build                                |   1 +
21860  7 files changed, 12 insertions(+)
21861
21862 commit c4b49075f62eaa11799c95099a70acbb70e566c9
21863 Author: Behdad Esfahbod <behdad@behdad.org>
21864 Date:   Thu Apr 1 10:47:18 2021 -0700
21865
21866     Update CMakeLists.txt
21867     
21868     Keep the warning.
21869
21870  CMakeLists.txt | 2 +-
21871  1 file changed, 1 insertion(+), 1 deletion(-)
21872
21873 commit 9945f327463066957f2677237d468651235a1f3d
21874 Author: Timo Suoranta <timo.suoranta@varjo.com>
21875 Date:   Sat Feb 6 14:24:25 2021 +0200
21876
21877     Test fix to export target include directories
21878
21879  CMakeLists.txt | 8 +++++---
21880  1 file changed, 5 insertions(+), 3 deletions(-)
21881
21882 commit b10741ca7f4cd55526f303c47c72f0a5c1a932fe
21883 Author: Garret Rieger <grieger@google.com>
21884 Date:   Thu Mar 25 19:14:48 2021 -0700
21885
21886     [subset] when closing glyphs in context lookups don't use a current glyph set if a lookup is already applied.
21887
21888  src/hb-ot-layout-gsubgpos.hh                            |  12 ++++++++----
21889  ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 18272 -> 0 bytes
21890  ...rdu-Bold.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 24416 -> 0 bytes
21891  ...liqUrdu-Bold.keep-layout-retain-gids.627,644,62D.ttf | Bin 0 -> 11532 bytes
21892  ...astaliqUrdu-Bold.keep-layout-retain-gids.627,644.ttf | Bin 9216 -> 0 bytes
21893  ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 18212 -> 0 bytes
21894  ...liqUrdu-Bold.keep-layout-retain-gids.63A,64A,631.ttf | Bin 26628 -> 0 bytes
21895  ...-Bold.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 11436 -> 0 bytes
21896  ...otoNastaliqUrdu-Bold.keep-layout.627,644,62D,628.ttf | Bin 18288 -> 0 bytes
21897  .../NotoNastaliqUrdu-Bold.keep-layout.627,644.ttf       | Bin 3568 -> 0 bytes
21898  ...Urdu-Bold.keep-layout.633,645,627,621,20,644,627.ttf | Bin 12408 -> 0 bytes
21899  .../NotoNastaliqUrdu-Bold.keep-layout.63A,64A,631.ttf   | Bin 20408 -> 0 bytes
21900  test/subset/data/tests/layout.notonastaliqurdu.tests    |   7 +------
21901  13 files changed, 9 insertions(+), 10 deletions(-)
21902
21903 commit 2773d057403292e4a13e13ca12912437607b9d86
21904 Author: Garret Rieger <grieger@google.com>
21905 Date:   Wed Nov 4 11:11:16 2020 -0800
21906
21907     [subset] Add a test case using NotoNastaliqUrdu.
21908
21909  test/subset/data/Makefile.am                            |   1 +
21910  test/subset/data/Makefile.sources                       |   1 +
21911  ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 18272 bytes
21912  ...rdu-Bold.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 0 -> 24416 bytes
21913  ...astaliqUrdu-Bold.keep-layout-retain-gids.627,644.ttf | Bin 0 -> 9216 bytes
21914  ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 18212 bytes
21915  ...liqUrdu-Bold.keep-layout-retain-gids.63A,64A,631.ttf | Bin 0 -> 26628 bytes
21916  ...-Bold.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 11436 bytes
21917  ...otoNastaliqUrdu-Bold.keep-layout.627,644,62D,628.ttf | Bin 0 -> 18288 bytes
21918  .../NotoNastaliqUrdu-Bold.keep-layout.627,644.ttf       | Bin 0 -> 3568 bytes
21919  ...Urdu-Bold.keep-layout.633,645,627,621,20,644,627.ttf | Bin 0 -> 12408 bytes
21920  .../NotoNastaliqUrdu-Bold.keep-layout.63A,64A,631.ttf   | Bin 0 -> 20408 bytes
21921  test/subset/data/tests/layout.notonastaliqurdu.tests    |  13 +++++++++++++
21922  test/subset/meson.build                                 |   1 +
21923  14 files changed, 16 insertions(+)
21924
21925 commit 8ef4257dc8d6b59b55d0169b66c8de135d5f199b
21926 Author: Garret Rieger <grieger@google.com>
21927 Date:   Wed Mar 31 15:00:46 2021 -0700
21928
21929     [sanitize] change max ops to track number of bytes processed.
21930     
21931     Counting bytes as the operations is likely to be a better proxy for how
21932     much work processing the table will cost vs. the current approach of
21933     counting the number of sub-objects.
21934     
21935     This should allow checks for max features, max scripts, etc. to be removed.
21936     
21937     I tested this change against the full collection of fonts at https://github.com/google/fonts
21938     and a max ops factor of 3 was sufficient to successfully sanitize all of them.
21939
21940  src/hb-sanitize.hh | 4 ++--
21941  1 file changed, 2 insertions(+), 2 deletions(-)
21942
21943 commit 70110f6aaac541bc157eb5612b476d3b906b5d2a
21944 Author: Behdad Esfahbod <behdad@behdad.org>
21945 Date:   Wed Mar 31 17:04:02 2021 -0600
21946
21947     Modify OffsetTo<>::sanitize() overflow check
21948     
21949     The code in question was introduced in 70eb2ff682.
21950     Rewrite it to not call sanitizer check_range() as we want to use
21951     check_range() for byte accounting.
21952     
21953     Part of https://github.com/harfbuzz/harfbuzz/pull/2923
21954
21955  src/hb-open-type.hh | 2 +-
21956  1 file changed, 1 insertion(+), 1 deletion(-)
21957
21958 commit 4dba749d833491ec0c73fb4647f55236be1caee3
21959 Author: Behdad Esfahbod <behdad@behdad.org>
21960 Date:   Wed Mar 31 16:09:39 2021 -0600
21961
21962     Add SortedArray{16,32}Of<>
21963
21964  src/hb-open-type.hh            |  5 ++++-
21965  src/hb-ot-cmap-table.hh        | 10 +++++-----
21966  src/hb-ot-color-svg-table.hh   |  2 +-
21967  src/hb-ot-layout-base-table.hh |  8 ++++----
21968  src/hb-ot-layout-common.hh     |  8 ++++----
21969  src/hb-ot-layout-jstf-table.hh |  2 +-
21970  src/hb-ot-vorg-table.hh        |  2 +-
21971  7 files changed, 20 insertions(+), 17 deletions(-)
21972
21973 commit 5639e253f91bd71cdb626719ebc5b8d68631cc73
21974 Author: Behdad Esfahbod <behdad@behdad.org>
21975 Date:   Wed Mar 31 16:04:43 2021 -0600
21976
21977     Add Array16Of<>
21978
21979  src/hb-aat-layout-common.hh                |  2 +-
21980  src/hb-aat-layout-just-table.hh            |  2 +-
21981  src/hb-open-type.hh                        |  6 ++--
21982  src/hb-ot-gasp-table.hh                    |  2 +-
21983  src/hb-ot-layout-common.hh                 | 12 +++----
21984  src/hb-ot-layout-gdef-table.hh             |  4 +--
21985  src/hb-ot-layout-gpos-table.hh             |  8 ++---
21986  src/hb-ot-layout-gsub-table.hh             | 20 +++++------
21987  src/hb-ot-layout-gsubgpos.hh               | 54 +++++++++++++++---------------
21988  src/hb-ot-math-table.hh                    | 10 +++---
21989  src/hb-ot-post-table.hh                    |  4 +--
21990  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
21991  src/hb-ot-var-avar-table.hh                |  2 +-
21992  13 files changed, 64 insertions(+), 64 deletions(-)
21993
21994 commit 2520a82df9116fbc287cec1be66d05874c467bbb
21995 Author: Behdad Esfahbod <behdad@behdad.org>
21996 Date:   Wed Mar 31 15:34:26 2021 -0600
21997
21998     s/LArrayOf/Array32Of/g
21999
22000  src/hb-aat-layout-ankr-table.hh | 2 +-
22001  src/hb-aat-layout-just-table.hh | 2 +-
22002  src/hb-aat-ltag-table.hh        | 2 +-
22003  src/hb-open-file.hh             | 4 ++--
22004  src/hb-open-type.hh             | 4 ++--
22005  src/hb-ot-color-cbdt-table.hh   | 8 ++++----
22006  src/hb-ot-layout-common.hh      | 2 +-
22007  src/hb-ot-meta-table.hh         | 2 +-
22008  8 files changed, 13 insertions(+), 13 deletions(-)
22009
22010 commit 5efe3609865b450305474b9abe672905bd25cc06
22011 Author: Behdad Esfahbod <behdad@behdad.org>
22012 Date:   Wed Mar 31 15:33:22 2021 -0600
22013
22014     Rename (Unsized)OffsetListOf
22015
22016  src/hb-aat-layout-morx-table.hh | 4 ++--
22017  src/hb-open-type.hh             | 6 +++---
22018  src/hb-ot-layout-common.hh      | 8 ++++----
22019  src/hb-ot-layout-gpos-table.hh  | 2 +-
22020  src/hb-ot-layout-gsubgpos.hh    | 2 +-
22021  src/hb-ot-layout-jstf-table.hh  | 6 +++---
22022  6 files changed, 14 insertions(+), 14 deletions(-)
22023
22024 commit 6c4e0491d7ebdc41318db59c4b0911212b299341
22025 Author: Behdad Esfahbod <behdad@behdad.org>
22026 Date:   Wed Mar 31 15:31:32 2021 -0600
22027
22028     s/OffsetArrayOf/Array16OfOffset16To/g
22029
22030  src/hb-open-type.hh            |  6 ++---
22031  src/hb-ot-layout-base-table.hh |  2 +-
22032  src/hb-ot-layout-common.hh     |  8 +++----
22033  src/hb-ot-layout-gdef-table.hh |  6 ++---
22034  src/hb-ot-layout-gpos-table.hh |  2 +-
22035  src/hb-ot-layout-gsub-table.hh | 26 ++++++++++----------
22036  src/hb-ot-layout-gsubgpos.hh   | 54 +++++++++++++++++++++---------------------
22037  7 files changed, 52 insertions(+), 52 deletions(-)
22038
22039 commit 1fc6b69aed28aa768b65a8cf0825b79aa851a71f
22040 Author: Behdad Esfahbod <behdad@behdad.org>
22041 Date:   Wed Mar 31 15:30:35 2021 -0600
22042
22043     s/UnsizedOffsetArrayOf/UnsizedArray16OfOffsetTo/g
22044
22045  src/hb-open-type.hh | 6 +++---
22046  1 file changed, 3 insertions(+), 3 deletions(-)
22047
22048 commit 2a54c9f744b195bb1412573afcc36db806d20a4b
22049 Author: Behdad Esfahbod <behdad@behdad.org>
22050 Date:   Wed Mar 31 15:26:42 2021 -0600
22051
22052     .
22053
22054  src/hb-open-type.hh           | 9 +++------
22055  src/hb-ot-color-sbix-table.hh | 4 ++--
22056  src/hb-ot-layout-common.hh    | 4 ++--
22057  3 files changed, 7 insertions(+), 10 deletions(-)
22058
22059 commit c539afb08b1b698216541087b1eec222472699ea
22060 Author: Behdad Esfahbod <behdad@behdad.org>
22061 Date:   Wed Mar 31 13:28:25 2021 -0600
22062
22063     [CFF] Use NNOffsetTo<> instead of OffsetTo<>
22064     
22065     I'm pretty sure that's what is intended.
22066
22067  src/hb-ot-cff1-table.hh | 2 +-
22068  1 file changed, 1 insertion(+), 1 deletion(-)
22069
22070 commit 9b4b58493b7e4c15565e4a47118181d96f517fae
22071 Author: Behdad Esfahbod <behdad@behdad.org>
22072 Date:   Wed Mar 31 13:27:21 2021 -0600
22073
22074     Fixup for recent OffsetTo<> changes
22075
22076  src/hb-open-type.hh          | 2 +-
22077  src/hb-ot-layout-gsubgpos.hh | 8 ++++----
22078  2 files changed, 5 insertions(+), 5 deletions(-)
22079
22080 commit ad28f973f3ec6184b4c405efc0e17fba87b51062
22081 Author: Behdad Esfahbod <behdad@behdad.org>
22082 Date:   Wed Mar 31 12:49:14 2021 -0600
22083
22084     Rename offset types to be explicit about their size
22085     
22086     Add Offset16To<>, Offset24To<>, and Offset32To<> for most use-cases.
22087
22088  src/hb-aat-layout-ankr-table.hh            |  6 +--
22089  src/hb-aat-layout-common.hh                |  2 +-
22090  src/hb-aat-layout-feat-table.hh            |  2 +-
22091  src/hb-aat-layout-just-table.hh            | 12 ++---
22092  src/hb-aat-layout-kerx-table.hh            | 14 +++---
22093  src/hb-aat-layout-opbd-table.hh            |  8 ++--
22094  src/hb-aat-layout-trak-table.hh            |  8 ++--
22095  src/hb-aat-ltag-table.hh                   |  2 +-
22096  src/hb-open-file.hh                        | 12 ++---
22097  src/hb-open-type.hh                        | 14 +++---
22098  src/hb-ot-cmap-table.hh                    |  6 +--
22099  src/hb-ot-color-cbdt-table.hh              |  4 +-
22100  src/hb-ot-color-colr-table.hh              |  4 +-
22101  src/hb-ot-color-cpal-table.hh              |  8 ++--
22102  src/hb-ot-color-sbix-table.hh              |  4 +-
22103  src/hb-ot-color-svg-table.hh               |  4 +-
22104  src/hb-ot-layout-base-table.hh             | 28 ++++++------
22105  src/hb-ot-layout-common.hh                 | 22 +++++-----
22106  src/hb-ot-layout-gdef-table.hh             | 24 +++++-----
22107  src/hb-ot-layout-gpos-table.hh             | 70 +++++++++++++++---------------
22108  src/hb-ot-layout-gsub-table.hh             | 14 +++---
22109  src/hb-ot-layout-gsubgpos.hh               | 64 +++++++++++++--------------
22110  src/hb-ot-layout-jstf-table.hh             | 24 +++++-----
22111  src/hb-ot-math-table.hh                    | 34 +++++++--------
22112  src/hb-ot-meta-table.hh                    |  2 +-
22113  src/hb-ot-name-table.hh                    |  4 +-
22114  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
22115  src/hb-ot-stat-table.hh                    |  8 ++--
22116  src/hb-ot-var-fvar-table.hh                |  2 +-
22117  src/hb-ot-var-gvar-table.hh                |  6 +--
22118  src/hb-ot-var-hvar-table.hh                | 10 ++---
22119  src/hb-ot-var-mvar-table.hh                |  2 +-
22120  32 files changed, 214 insertions(+), 212 deletions(-)
22121
22122 commit c5c13006a1f8e5fb9b28a3c2081e93eb4e5d4c98
22123 Author: Garret Rieger <grieger@google.com>
22124 Date:   Wed Mar 31 11:23:46 2021 -0700
22125
22126     [subset] fix memory leaks found in https://oss-fuzz.com/testcase-detail/5179935334465536
22127
22128  src/hb-repacker.hh                                      |   3 ++-
22129  src/hb-vector.hh                                        |   5 +++++
22130  ...testcase-minimized-hb-subset-fuzzer-5179935334465536 | Bin 0 -> 50501 bytes
22131  3 files changed, 7 insertions(+), 1 deletion(-)
22132
22133 commit bd2950b3939d88fed998717b05367651153dc21b
22134 Author: Behdad Esfahbod <behdad@behdad.org>
22135 Date:   Wed Mar 31 11:36:36 2021 -0600
22136
22137     Make VariationStore::get_delta(outer, inner) private
22138
22139  src/hb-ot-layout-common.hh | 2 ++
22140  1 file changed, 2 insertions(+)
22141
22142 commit 934675a42958ba2e4e3e10aa4b55a9e772977399
22143 Author: Behdad Esfahbod <behdad@behdad.org>
22144 Date:   Wed Mar 31 11:34:41 2021 -0600
22145
22146     Use VarIdx in VariationDevice
22147
22148  src/hb-ot-layout-common.hh | 17 +++++++----------
22149  1 file changed, 7 insertions(+), 10 deletions(-)
22150
22151 commit 0f7f7536b9d98e65f345398529da9c6bc365a3fb
22152 Author: Behdad Esfahbod <behdad@behdad.org>
22153 Date:   Wed Mar 31 11:31:49 2021 -0600
22154
22155     [hvar] Change variation-index types from "unsigned int" to uint32_t
22156
22157  src/hb-ot-var-hvar-table.hh | 14 +++++++-------
22158  1 file changed, 7 insertions(+), 7 deletions(-)
22159
22160 commit 9ffc46b8ff5546998fc9b74cb54dec8618ed0ac7
22161 Author: Behdad Esfahbod <behdad@behdad.org>
22162 Date:   Wed Mar 31 11:26:18 2021 -0600
22163
22164     Add VarIdx
22165
22166  src/hb-open-type.hh | 6 ++++++
22167  src/hb-static.cc    | 1 +
22168  2 files changed, 7 insertions(+)
22169
22170 commit 2179281c406452392a2d9c7e17b81e02735fe50b
22171 Author: Behdad Esfahbod <behdad@behdad.org>
22172 Date:   Wed Mar 31 11:20:21 2021 -0600
22173
22174     Add Offset24
22175
22176  src/hb-open-type.hh | 1 +
22177  1 file changed, 1 insertion(+)
22178
22179 commit b3159ed8d2dbe4af584d05298448e6de62d394d6
22180 Author: Behdad Esfahbod <behdad@behdad.org>
22181 Date:   Tue Mar 30 20:52:56 2021 -0600
22182
22183     [util] Silence compiler warning
22184
22185  util/helper-cairo.cc | 2 +-
22186  1 file changed, 1 insertion(+), 1 deletion(-)
22187
22188 commit cab9d5a57dc56c47ba4db51b813fac618694c9a9
22189 Author: Andrzej Perczak <kartapolska@gmail.com>
22190 Date:   Fri Mar 19 22:10:50 2021 +0100
22191
22192     hb-config: Include config-override earlier
22193     
22194     Currently config-override.h is included at the end of this file. This caused a problem for me while undefing HB_DISABLE_DEPRECATED, namely HB_IF_NOT_DEPRECATED was defined before actual undef took place and broke the whole build. I believe it would break builds for some other defines, too. Moving config-override.h include right after predefined configs is more sane and fixes all potential problems with includes.
22195
22196  src/hb-config.hh | 7 +++----
22197  1 file changed, 3 insertions(+), 4 deletions(-)
22198
22199 commit adca4ce071d12998deea6bb53b223daa3aa163c5
22200 Author: Garret Rieger <grieger@google.com>
22201 Date:   Tue Mar 30 13:20:50 2021 -0700
22202
22203     [subset] fixes https://oss-fuzz.com/testcase-detail/6173520787800064.
22204     
22205     Caused by incorrect bounds check in glyph closure for context lookups.
22206
22207  src/hb-ot-layout-gsubgpos.hh                             |   2 +-
22208  ...-testcase-minimized-hb-subset-fuzzer-6173520787800064 | Bin 0 -> 1731 bytes
22209  2 files changed, 1 insertion(+), 1 deletion(-)
22210
22211 commit 9f77a0c1ff02765862d6d2bfed6b9aab78db6fff
22212 Author: Garret Rieger <grieger@google.com>
22213 Date:   Tue Mar 30 14:10:45 2021 -0700
22214
22215     [subset] use hb_set_clear to avoid calling clear() on null pool set.
22216
22217  src/hb-ot-layout-gsubgpos.hh | 3 +--
22218  1 file changed, 1 insertion(+), 2 deletions(-)
22219
22220 commit 752e393ad2f5ec4f7faae84f5322fbef41ddb2ab
22221 Author: Garret Rieger <grieger@google.com>
22222 Date:   Mon Mar 29 17:23:33 2021 -0700
22223
22224     [subset] avoid calling clear on null pool set.
22225
22226  src/hb-ot-layout-gsubgpos.hh                              |   3 ++-
22227  ...z-testcase-minimized-hb-subset-fuzzer-5617065093365760 | Bin 0 -> 160 bytes
22228  2 files changed, 2 insertions(+), 1 deletion(-)
22229
22230 commit 9ed5f04a7092c76744076ba65673b250aee22dcd
22231 Author: Behdad Esfahbod <behdad@behdad.org>
22232 Date:   Mon Mar 29 18:14:30 2021 -0600
22233
22234     [subset] Simplify recent out-of-memory fixes
22235     
22236     By checking return status of map->set().
22237
22238  src/hb-ot-layout-common.hh   |  8 ++++----
22239  src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
22240  2 files changed, 10 insertions(+), 10 deletions(-)
22241
22242 commit a8f9f85a919543ce79b5a7d5df90c132830ae772
22243 Author: Behdad Esfahbod <behdad@behdad.org>
22244 Date:   Mon Mar 29 18:12:05 2021 -0600
22245
22246     [map] Return success from ->set()
22247
22248  src/hb-map.hh | 16 +++++++++-------
22249  1 file changed, 9 insertions(+), 7 deletions(-)
22250
22251 commit 8741914a8043757d4800b14192980fbc1ea24492
22252 Author: Garret Rieger <grieger@google.com>
22253 Date:   Mon Mar 29 16:39:44 2021 -0700
22254
22255     [subset] fix memory leak when map insert fails.
22256
22257  src/hb-ot-layout-common.hh                             |  17 ++++++++++++-----
22258  ...estcase-minimized-hb-subset-fuzzer-6421315436281856 | Bin 0 -> 59 bytes
22259  2 files changed, 12 insertions(+), 5 deletions(-)
22260
22261 commit 2397689387419f9a86b928ea5084b2318d136ac6
22262 Author: Behdad Esfahbod <behdad@behdad.org>
22263 Date:   Mon Mar 29 17:34:23 2021 -0600
22264
22265     Remove hb_success_t
22266     
22267     Was not rolled-out yet.  So just expand.
22268
22269  src/hb-open-type.hh | 4 ++--
22270  src/hb.hh           | 1 -
22271  2 files changed, 2 insertions(+), 3 deletions(-)
22272
22273 commit 7a2eda7817a26e017c9da3db4700a24dde550dde
22274 Author: Behdad Esfahbod <behdad@behdad.org>
22275 Date:   Mon Mar 29 17:32:29 2021 -0600
22276
22277     Move code around
22278
22279  src/hb-open-type.hh | 26 +++++++++++++-------------
22280  1 file changed, 13 insertions(+), 13 deletions(-)
22281
22282 commit bcb57dccaabad4275ab96b14123413bbec6d0fec
22283 Author: Behdad Esfahbod <behdad@behdad.org>
22284 Date:   Mon Mar 29 17:31:09 2021 -0600
22285
22286     [sanitize] Add short-circuit to ArrayOfM1
22287     
22288     Like the sibling ArrayOf types.
22289
22290  src/hb-open-type.hh | 1 +
22291  1 file changed, 1 insertion(+)
22292
22293 commit 5b6da6d2f0bcaeb7768705e6891f575ae73c8b41
22294 Author: Garret Rieger <grieger@google.com>
22295 Date:   Mon Mar 29 16:19:17 2021 -0700
22296
22297     [subset] add fuzzer test case.
22298
22299  ...z-testcase-minimized-hb-subset-fuzzer-5250795600740352 | Bin 0 -> 409 bytes
22300  1 file changed, 0 insertions(+), 0 deletions(-)
22301
22302 commit 52df6b9fd8cf075f416372f0469a6915e814b0d6
22303 Author: Garret Rieger <grieger@google.com>
22304 Date:   Mon Mar 29 16:17:27 2021 -0700
22305
22306     [subset] check for set insertion success.
22307
22308  src/hb-ot-layout-gsubgpos.hh | 11 ++++++++---
22309  1 file changed, 8 insertions(+), 3 deletions(-)
22310
22311 commit c6adb90a273f22159b0775f798724d36d552d36c
22312 Author: Garret Rieger <grieger@google.com>
22313 Date:   Mon Mar 29 16:08:44 2021 -0700
22314
22315     [subset] fix nullptr deref.
22316
22317  src/hb-ot-layout-gsubgpos.hh | 20 +++++++++++---------
22318  1 file changed, 11 insertions(+), 9 deletions(-)
22319
22320 commit 9a3537e5f688637a2ac2ced57de9e2b7c21d90a5
22321 Author: Garret Rieger <grieger@google.com>
22322 Date:   Mon Mar 29 14:34:24 2021 -0700
22323
22324     [subset] invert err() return value. Undo previous change to check_success.
22325
22326  src/hb-serialize.hh | 4 ++--
22327  1 file changed, 2 insertions(+), 2 deletions(-)
22328
22329 commit a804a0c903f6dd230954ff5855ed7ff1dd92844d
22330 Author: Garret Rieger <grieger@google.com>
22331 Date:   Mon Mar 29 14:25:20 2021 -0700
22332
22333     [subset] add fuzzer test case.
22334
22335  ...-testcase-minimized-hb-subset-fuzzer-5887968763052032 | Bin 0 -> 3889 bytes
22336  1 file changed, 0 insertions(+), 0 deletions(-)
22337
22338 commit cdba5d44c28a97ab8d9298a3bef60fcbd0845000
22339 Author: Garret Rieger <grieger@google.com>
22340 Date:   Mon Mar 29 14:23:59 2021 -0700
22341
22342     [subset] fix incorrect handling of return value in check_success in the error case.
22343
22344  src/hb-serialize.hh | 2 +-
22345  1 file changed, 1 insertion(+), 1 deletion(-)
22346
22347 commit 05e845c49ad2eebf110dcc6cb0ee48a7f68ca233
22348 Author: Behdad Esfahbod <behdad@behdad.org>
22349 Date:   Mon Mar 29 16:02:10 2021 -0700
22350
22351     Make previous commit gcc-only
22352
22353  src/hb.hh | 2 ++
22354  1 file changed, 2 insertions(+)
22355
22356 commit b5e40323921566ce8a15aa7808d22d36acac4edd
22357 Author: Behdad Esfahbod <behdad@behdad.org>
22358 Date:   Mon Mar 29 15:54:40 2021 -0700
22359
22360     -Wno-unused-result
22361     
22362     GCC doesn't let one turn off the warning using "(void) foo()".
22363     People have introduced macros that do "unused << foo()" instead.
22364     Until we do something similar, silence gcc.
22365     
22366     Clang on the other hand understands "(void) foo()".
22367
22368  src/hb.hh | 1 +
22369  1 file changed, 1 insertion(+)
22370
22371 commit c30349d54e67c1ee7e1ea759e8378fcf6a6c9ff4
22372 Author: Khaled Hosny <khaled@aliftype.com>
22373 Date:   Sun Mar 21 20:12:59 2021 +0200
22374
22375     [hb-view] Support kitty inline images protocol
22376     
22377     https://github.com/harfbuzz/harfbuzz/issues/2758
22378
22379  util/helper-cairo.cc | 36 ++++++++++++++++++++++++++++++++++++
22380  1 file changed, 36 insertions(+)
22381
22382 commit f7d5889b3ea9012d23407b83a176bcd54a94e21b
22383 Author: Khaled Hosny <khaled@aliftype.com>
22384 Date:   Sun Mar 21 18:16:33 2021 +0200
22385
22386     [hb-view] Support iTerm2 inline images protocol
22387     
22388     https://github.com/harfbuzz/harfbuzz/issues/2758
22389
22390  util/helper-cairo.cc | 85 +++++++++++++++++++++++++++++++++++++++++++++++-----
22391  1 file changed, 78 insertions(+), 7 deletions(-)
22392
22393 commit 743baf35436d8de937984e09467f453cdfba102e
22394 Author: Khaled Hosny <khaled@aliftype.com>
22395 Date:   Mon Mar 22 15:51:17 2021 +0200
22396
22397     [build] Don’t look for FontConfig
22398     
22399     We don’t currently use it anywhere. It was used briefly for the
22400     hb-fc-list tool, but this tool have not been built since 2015:
22401     
22402     commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
22403     Author: Behdad Esfahbod <behdad@behdad.org>
22404     Date:   Thu Jun 18 10:55:13 2015 -0700
22405     
22406         [util] Disable hb-fc-list for now
22407     
22408         Until I figure out what to do about the API, and finalize
22409         the tool.
22410
22411  .circleci/config.yml                 |  2 +-
22412  Makefile.am                          |  1 -
22413  configure.ac                         | 19 -------------------
22414  docs/usermanual-install-harfbuzz.xml | 20 --------------------
22415  meson.build                          |  7 -------
22416  meson_options.txt                    |  2 --
22417  subprojects/.gitignore               |  1 -
22418  subprojects/fontconfig.wrap          |  6 ------
22419  8 files changed, 1 insertion(+), 57 deletions(-)
22420
22421 commit 95230e291dddc20185e6a34b69836631d894c0d8
22422 Author: Qunxin Liu <qxliu@google.com>
22423 Date:   Thu Mar 18 17:41:25 2021 -0700
22424
22425     [subset] support subsetting GSUB8
22426
22427  src/hb-ot-layout-gsub-table.hh                     |  73 ++++++++++++++++++++-
22428  test/subset/data/Makefile.am                       |   1 +
22429  test/subset/data/Makefile.sources                  |   1 +
22430  ...yout-retain-gids.41,42,43,44,45,46,47,48,49.otf | Bin 0 -> 3172 bytes
22431  ...eep-layout-retain-gids.41,42,43,44,45,46,47.otf | Bin 0 -> 2796 bytes
22432  ...eep-layout-retain-gids.41,42,43,44,45,46,4D.otf | Bin 0 -> 2860 bytes
22433  ...eep-layout-retain-gids.41,42,43,44,45,46,51.otf | Bin 0 -> 2864 bytes
22434  ...d.keep-layout-retain-gids.41,42,43,44,45,46.otf | Bin 0 -> 2540 bytes
22435  ...ly_created.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1984 bytes
22436  ...manually_created.keep-layout-retain-gids.41.otf | Bin 0 -> 1872 bytes
22437  ...manually_created.keep-layout-retain-gids.61.otf | Bin 0 -> 2584 bytes
22438  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3832 bytes
22439  ...ated.keep-layout.41,42,43,44,45,46,47,48,49.otf | Bin 0 -> 2384 bytes
22440  ...ly_created.keep-layout.41,42,43,44,45,46,47.otf | Bin 0 -> 1996 bytes
22441  ...ly_created.keep-layout.41,42,43,44,45,46,4D.otf | Bin 0 -> 1996 bytes
22442  ...ly_created.keep-layout.41,42,43,44,45,46,51.otf | Bin 0 -> 2044 bytes
22443  ...ually_created.keep-layout.41,42,43,44,45,46.otf | Bin 0 -> 1832 bytes
22444  ...gsub8_manually_created.keep-layout.41,42,43.otf | Bin 0 -> 1284 bytes
22445  .../gsub8_manually_created.keep-layout.41.otf      | Bin 0 -> 1172 bytes
22446  .../gsub8_manually_created.keep-layout.61.otf      | Bin 0 -> 1540 bytes
22447  ...ly_created.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3832 bytes
22448  test/subset/data/fonts/gsub8_manually_created.otf  | Bin 0 -> 4824 bytes
22449  test/subset/data/tests/layout.gsub8.tests          |  17 +++++
22450  test/subset/meson.build                            |   1 +
22451  24 files changed, 91 insertions(+), 2 deletions(-)
22452
22453 commit d18915f920a0d9ab7ce5cfec4654d3d610b1d082
22454 Author: David Corbett <corbett.dav@northeastern.edu>
22455 Date:   Sun Mar 28 10:09:13 2021 -0400
22456
22457     Reformat gen-tag-table.py
22458
22459  src/gen-tag-table.py | 16 +++++++---------
22460  1 file changed, 7 insertions(+), 9 deletions(-)
22461
22462 commit 3c8273ab68e37ed5b08b4edacac995fc451d5732
22463 Author: Garret Rieger <grieger@google.com>
22464 Date:   Thu Mar 25 11:39:57 2021 -0700
22465
22466     Check for alloc failures on the gsub/gpos_langsys maps in subset plan creation.
22467
22468  src/hb-subset-plan.cc | 46 ++++++++++++++++++++++++++++------------------
22469  src/hb-subset.cc      |  4 +++-
22470  2 files changed, 31 insertions(+), 19 deletions(-)
22471
22472 commit 29708e959a04ee003b9c0738f0c5330584f15b4f
22473 Author: Behdad Esfahbod <behdad@behdad.org>
22474 Date:   Mon Mar 22 15:22:15 2021 -0700
22475
22476     [aat] Fix offsetToIndex math for out-of-bounds values
22477     
22478     Previously, some bad font data was accidentally being interpretted as
22479     legit if it happened to not fall out of memory bounds. The intention
22480     of the code was what this commit does.  I'm surprised we weren't getting
22481     a "arithmetic between signed and unsigned values" warning / error
22482     before.
22483
22484  src/hb-aat-layout-common.hh | 3 ++-
22485  1 file changed, 2 insertions(+), 1 deletion(-)
22486
22487 commit c5d6bdb4bf2d8d595f5c762c3e618444621803ae
22488 Merge: a7d120aea 46bf03d69
22489 Author: Behdad Esfahbod <behdad@behdad.org>
22490 Date:   Thu Mar 18 14:38:55 2021 -0700
22491
22492     Merge pull request #2857 from googlefonts/repacker
22493     
22494     [subset] add a GSUB/GPOS table repacker to resolve offset overflows.
22495
22496 commit 46bf03d6919087e4ce8f0626a3d342380346dc97
22497 Author: Garret Rieger <grieger@google.com>
22498 Date:   Thu Mar 18 14:35:36 2021 -0700
22499
22500     [subset] add NODISCARD to error checking methods on serializer.
22501
22502  src/hb-serialize.hh | 6 +++---
22503  1 file changed, 3 insertions(+), 3 deletions(-)
22504
22505 commit 3827a3eb567b424e8144564a42a22df74a20a7c6
22506 Author: Garret Rieger <grieger@google.com>
22507 Date:   Thu Mar 18 11:20:03 2021 -0700
22508
22509     [subset] rename serializer::set_error() to err().
22510
22511  src/hb-repacker.hh  |  4 ++--
22512  src/hb-serialize.hh | 15 +++++++--------
22513  2 files changed, 9 insertions(+), 10 deletions(-)
22514
22515 commit f561fa6e4c5572c60c8fcf40e617919e531e6ee3
22516 Author: Garret Rieger <grieger@google.com>
22517 Date:   Thu Mar 18 11:13:47 2021 -0700
22518
22519     Change priority queue to use (priority, value) instead of (value, priority).
22520
22521  src/Makefile.sources       |  2 +-
22522  src/hb-priority-queue.hh   | 24 +++++++++++++-----------
22523  src/hb-repacker.hh         | 14 +++++++-------
22524  src/test-priority-queue.cc | 40 ++++++++++++++++++++--------------------
22525  4 files changed, 41 insertions(+), 39 deletions(-)
22526
22527 commit b14475d2ae488acf3c2a169126a4901796401157
22528 Author: Garret Rieger <grieger@google.com>
22529 Date:   Thu Mar 18 10:51:26 2021 -0700
22530
22531     [subset] further changes to serializer error handling.
22532     
22533     - Rename enum type and enum members.
22534     - in_errors() now returns true for any error having been set. hb-subset now looks for offset overflow only errors to divert to repacker.
22535     - Added INT_OVERFLOW and ARRAY_OVERFLOW enum values.
22536
22537  src/hb-cff-interp-common.hh    |  2 +-
22538  src/hb-open-type.hh            |  8 +++----
22539  src/hb-ot-cmap-table.hh        | 11 +++++-----
22540  src/hb-ot-hmtx-table.hh        |  2 +-
22541  src/hb-ot-layout-gpos-table.hh |  8 +++----
22542  src/hb-ot-layout-gsub-table.hh |  2 +-
22543  src/hb-repacker.hh             |  4 ++--
22544  src/hb-serialize.hh            | 50 ++++++++++++++++++++++++------------------
22545  src/hb-subset.cc               |  4 ++--
22546  9 files changed, 50 insertions(+), 41 deletions(-)
22547
22548 commit 73ed59f7a68fc5363ef444b6de131c92cc5ca836
22549 Author: Garret Rieger <grieger@google.com>
22550 Date:   Wed Mar 17 15:53:10 2021 -0700
22551
22552     [subset] store errors in the serializer as a flag set.
22553     
22554     Make check_assign/check_equal specify the type of error to set.
22555
22556  src/hb-cff-interp-common.hh    |  2 +-
22557  src/hb-open-type.hh            | 10 ++++---
22558  src/hb-ot-cmap-table.hh        | 17 +++++++----
22559  src/hb-ot-hdmx-table.hh        |  2 +-
22560  src/hb-ot-hmtx-table.hh        |  2 +-
22561  src/hb-ot-layout-gpos-table.hh |  8 +++---
22562  src/hb-ot-layout-gsub-table.hh |  4 +--
22563  src/hb-ot-name-table.hh        |  3 +-
22564  src/hb-repacker.hh             |  4 +--
22565  src/hb-serialize.hh            | 64 +++++++++++++++++++++++++-----------------
22566  src/hb-subset.cc               |  8 +++---
22567  src/test-repacker.cc           |  4 +--
22568  12 files changed, 76 insertions(+), 52 deletions(-)
22569
22570 commit b9ecc7420df811e94413d77e6d70140e18d6ebe6
22571 Author: Garret Rieger <grieger@google.com>
22572 Date:   Tue Feb 16 13:39:10 2021 -0800
22573
22574     [subset] init offset_overflow in hb_serialize_context_t.
22575
22576  src/hb-serialize.hh | 1 +
22577  1 file changed, 1 insertion(+)
22578
22579 commit cf79fc342d7e59966fc7ba3e8460d58083b33966
22580 Author: Garret Rieger <grieger@google.com>
22581 Date:   Tue Feb 16 13:24:43 2021 -0800
22582
22583     [subset] limit priority bumps to 16.
22584
22585  src/hb-repacker.hh | 2 +-
22586  1 file changed, 1 insertion(+), 1 deletion(-)
22587
22588 commit 0104409959b15ca8dc344df4a60ce36fc7f40105
22589 Author: Garret Rieger <grieger@google.com>
22590 Date:   Tue Feb 16 11:38:14 2021 -0800
22591
22592     Fix repack_tests for distcheck.
22593
22594  test/subset/data/repack_tests/Makefile.am | 7 +++----
22595  1 file changed, 3 insertions(+), 4 deletions(-)
22596
22597 commit e2f14e81bd20cc944bdecba7fcea20a4b4eddec0
22598 Author: Garret Rieger <grieger@google.com>
22599 Date:   Wed Nov 11 13:55:35 2020 -0800
22600
22601     [subset] fix memory leaks in test-repacker.
22602
22603  src/test-repacker.cc | 19 ++++++++++++++++++-
22604  1 file changed, 18 insertions(+), 1 deletion(-)
22605
22606 commit d3e2ba7c01b26da9cc5fac49a204fae8a54a3eb1
22607 Author: Garret Rieger <grieger@google.com>
22608 Date:   Wed Nov 11 13:50:18 2020 -0800
22609
22610     [subset] comment cleanup in hb-repacker.hh
22611
22612  src/hb-repacker.hh | 35 ++++++++++++++++++++++++-----------
22613  1 file changed, 24 insertions(+), 11 deletions(-)
22614
22615 commit 832f2b599b3d4fad5eea6d0eeef77377d3e0bad0
22616 Author: Garret Rieger <grieger@google.com>
22617 Date:   Tue Nov 10 16:15:37 2020 -0800
22618
22619     [subset] Refactor _subset () to reduce nesting and eliminate the use of 'goto'.
22620
22621  src/hb-serialize.hh |   9 ++++
22622  src/hb-subset.cc    | 134 +++++++++++++++++++++++++++++++---------------------
22623  src/meson.build     |   1 +
22624  3 files changed, 90 insertions(+), 54 deletions(-)
22625
22626 commit bb5c80a7c2d2454bba745a155146e7eaad912474
22627 Author: Garret Rieger <grieger@google.com>
22628 Date:   Tue Nov 10 14:11:57 2020 -0800
22629
22630     [subset] add error tracking to the repacker.
22631     Also check for allocation failures as needed.
22632
22633  src/hb-repacker.hh | 93 ++++++++++++++++++++++++++++++++++++------------------
22634  1 file changed, 62 insertions(+), 31 deletions(-)
22635
22636 commit b8b8c58b9ff9b51108caf47f5d98a15801b39058
22637 Author: Garret Rieger <grieger@google.com>
22638 Date:   Tue Nov 10 11:56:09 2020 -0800
22639
22640     [subset] add tests that check for successful repacking of a real font file.
22641
22642  configure.ac                                       |   1 +
22643  test/subset/Makefile.am                            |   2 +
22644  test/subset/data/Makefile.am                       |   2 +-
22645  test/subset/data/fonts/NotoNastaliqUrdu-Bold.ttf   | Bin 0 -> 459600 bytes
22646  test/subset/data/repack_tests/Makefile.am          |  22 +++++
22647  test/subset/data/repack_tests/Makefile.sources     |  12 +++
22648  .../repack_tests/advanced_prioritization.tests     |  72 ++++++++++++++
22649  test/subset/data/repack_tests/basic.tests          |  52 +++++++++++
22650  test/subset/data/repack_tests/prioritization.tests |  77 +++++++++++++++
22651  .../data/repack_tests/table_duplication.tests      |  97 +++++++++++++++++++
22652  test/subset/meson.build                            |  22 +++++
22653  test/subset/repack_test.py                         |  36 +++++++
22654  test/subset/run-repack-tests.py                    | 104 +++++++++++++++++++++
22655  13 files changed, 498 insertions(+), 1 deletion(-)
22656
22657 commit 6e9468fcfb71c731b0ec5a5e9c434119f16245e9
22658 Author: Garret Rieger <grieger@google.com>
22659 Date:   Mon Nov 9 16:52:36 2020 -0800
22660
22661     [subset] cleanup memory leaks in the repacker.
22662
22663  src/hb-repacker.hh |  7 ++++++-
22664  src/hb-subset.cc   | 12 ++++++++----
22665  2 files changed, 14 insertions(+), 5 deletions(-)
22666
22667 commit a7a86a6eb4da25822cf0d42d7dd1668a15325a8f
22668 Author: Garret Rieger <grieger@google.com>
22669 Date:   Fri Nov 6 16:22:48 2020 -0800
22670
22671     [subset] Add prioritization offset resolution.
22672     Vertices can now be prioritized to force them to sort closer to their parent. The resolver will attempt to use this for overflows on non-shared vertices.
22673
22674  src/hb-repacker.hh   | 107 +++++++++++++++++++++++++++++++++++++++++----------
22675  src/test-repacker.cc |   1 +
22676  2 files changed, 88 insertions(+), 20 deletions(-)
22677
22678 commit b452b2c76c9f76c9ea3501e8eb6534cb172f59ce
22679 Author: Garret Rieger <grieger@google.com>
22680 Date:   Fri Nov 6 15:37:05 2020 -0800
22681
22682     [subset] refactor repacker graph to cache edge count and distances of vertices.
22683
22684  src/hb-repacker.hh   | 315 ++++++++++++++++++++++++++++++---------------------
22685  src/test-repacker.cc | 158 +++++++++++++-------------
22686  2 files changed, 265 insertions(+), 208 deletions(-)
22687
22688 commit 75414e82b52d5a3adeb1eb48e64f43472913cba2
22689 Author: Garret Rieger <grieger@google.com>
22690 Date:   Thu Nov 5 16:39:23 2020 -0800
22691
22692     [subset] Add table duplication overflow resolution.
22693
22694  src/hb-debug.hh      |   4 ++
22695  src/hb-repacker.hh   | 181 ++++++++++++++++++++++++++++++++++++++++-------
22696  src/test-repacker.cc | 196 +++++++++++++++++++++++++++++++++++++++++++++++++--
22697  3 files changed, 347 insertions(+), 34 deletions(-)
22698
22699 commit 8286bd80940a7d136ee503dd1b1142190c6695ff
22700 Author: Garret Rieger <grieger@google.com>
22701 Date:   Thu Nov 5 14:23:29 2020 -0800
22702
22703     [subset] use vectors instead of hashmaps throughout the repacker since all keys will be mapped for these use cases.
22704
22705  src/hb-repacker.hh | 65 ++++++++++++++++++++++++++----------------------------
22706  1 file changed, 31 insertions(+), 34 deletions(-)
22707
22708 commit 519ae96617e1e2867122c5dbbdc8f1bbce89cb24
22709 Author: Garret Rieger <grieger@google.com>
22710 Date:   Thu Nov 5 11:22:16 2020 -0800
22711
22712     [subset] switch sort_shortest_distance() to use priority queue.
22713
22714  src/hb-repacker.hh | 35 +++++++++++++----------------------
22715  1 file changed, 13 insertions(+), 22 deletions(-)
22716
22717 commit 5d3511e5b13eb825ea9914aa2400cc040edef8a7
22718 Author: Garret Rieger <grieger@google.com>
22719 Date:   Thu Nov 5 10:34:26 2020 -0800
22720
22721     [subset] Change compute_distances() to use a priority queue.
22722
22723  src/hb-repacker.hh | 38 ++++++++++++++++++++++++++++----------
22724  src/meson.build    |  1 +
22725  2 files changed, 29 insertions(+), 10 deletions(-)
22726
22727 commit 59ac0a0d0a99e91a75d18a3884ae276309370997
22728 Author: Garret Rieger <grieger@google.com>
22729 Date:   Thu Nov 5 10:29:56 2020 -0800
22730
22731     [subset] Use priority for comparison in heap.
22732
22733  src/hb-priority-queue.hh | 6 +++---
22734  1 file changed, 3 insertions(+), 3 deletions(-)
22735
22736 commit 4c8dd41ed90292d4516c539be23c16d625d69a41
22737 Author: Garret Rieger <grieger@google.com>
22738 Date:   Thu Nov 5 09:21:25 2020 -0800
22739
22740     [subset] re-write compute distances to use an array lookup for the distance map.
22741
22742  src/hb-priority-queue.hh |  4 ++--
22743  src/hb-repacker.hh       | 55 ++++++++++++++++++++----------------------------
22744  src/test-repacker.cc     |  2 ++
22745  3 files changed, 27 insertions(+), 34 deletions(-)
22746
22747 commit 5c4e0ffd9768de0c51a42baa35d9c29636fdd99a
22748 Author: Garret Rieger <grieger@google.com>
22749 Date:   Wed Nov 4 16:08:01 2020 -0800
22750
22751     [subset] Add a basic priority queue datastructure (binary heap).
22752
22753  src/Makefile.am            |   6 +-
22754  src/Makefile.sources       |   1 +
22755  src/hb-priority-queue.hh   | 149 +++++++++++++++++++++++++++++++++++++++++++++
22756  src/test-priority-queue.cc |  89 +++++++++++++++++++++++++++
22757  4 files changed, 244 insertions(+), 1 deletion(-)
22758
22759 commit dd8e5d0e1b0c52190bf16ab091ee3756b30d4d97
22760 Author: Garret Rieger <grieger@google.com>
22761 Date:   Tue Nov 3 14:01:42 2020 -0800
22762
22763     [subset] Only run the repacker for GSUB/GPOS.
22764
22765  src/hb-subset.cc | 9 ++++++---
22766  1 file changed, 6 insertions(+), 3 deletions(-)
22767
22768 commit aaa7873d425a6267b1df16f5a1f3750578b438f0
22769 Author: Garret Rieger <grieger@google.com>
22770 Date:   Mon Nov 2 16:16:27 2020 -0800
22771
22772     [subset] add topological sort by closest distance via Dijkstra's algorithm.
22773
22774  src/hb-repacker.hh   | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++
22775  src/test-repacker.cc |  37 ++++++++++++++-
22776  2 files changed, 160 insertions(+), 2 deletions(-)
22777
22778 commit 8ebe5d734f3543b7a1266f252fe96188efc69531
22779 Author: Garret Rieger <grieger@google.com>
22780 Date:   Mon Nov 2 14:51:39 2020 -0800
22781
22782     Implement will_overflow ().
22783
22784  src/hb-repacker.hh   | 73 +++++++++++++++++++++++++++++++++++++++++++++++++---
22785  src/test-repacker.cc | 45 ++++++++++++++++++++++++++++++++
22786  2 files changed, 114 insertions(+), 4 deletions(-)
22787
22788 commit 6b1ea4cbe724af10309763b708abc36c968f14a7
22789 Author: Garret Rieger <grieger@google.com>
22790 Date:   Fri Oct 30 12:16:26 2020 -0700
22791
22792     [subset] hook up the repacker to run if offset overflows are encountered during subsetting.
22793
22794  src/hb-serialize.hh | 13 +++++++++++--
22795  src/hb-subset.cc    | 30 +++++++++++++++++++++++++++++-
22796  2 files changed, 40 insertions(+), 3 deletions(-)
22797
22798 commit f4c78cc7dd11c83aa3f3a3516e75f4fe689aff19
22799 Author: Garret Rieger <grieger@google.com>
22800 Date:   Fri Oct 30 10:29:51 2020 -0700
22801
22802     [subset] Implement Kahn's algo for topological sorting instead of BFS.
22803
22804  src/hb-repacker.hh   | 88 +++++++++++++++++++++++++++++++++++-----------------
22805  src/test-repacker.cc | 69 +++++++++++++++++++++++++++++++++++++---
22806  2 files changed, 124 insertions(+), 33 deletions(-)
22807
22808 commit 00f393dc3fdd40a761df4fe988745ecb0e62df4b
22809 Author: Garret Rieger <grieger@google.com>
22810 Date:   Thu Oct 29 14:58:34 2020 -0700
22811
22812     [subset] finish up BFS sort implementation.
22813
22814  src/hb-repacker.hh   | 93 +++++++++++++++++++++++++++++++++++++++-----------
22815  src/test-repacker.cc | 95 ++++++++++++++++++++++++++++++++++++++++++----------
22816  2 files changed, 151 insertions(+), 37 deletions(-)
22817
22818 commit 1584d3cb8faf244ae439cd59eac5f3d006d7a106
22819 Author: Garret Rieger <grieger@google.com>
22820 Date:   Wed Oct 28 17:49:09 2020 -0700
22821
22822     [subset] Start a proof of concept implementation of the GSUB/GPOS offset overflow resolver.
22823
22824  src/Makefile.am      |   6 +-
22825  src/Makefile.sources |   1 +
22826  src/hb-repacker.hh   | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++
22827  src/hb-serialize.hh  |   3 +
22828  src/test-repacker.cc |  87 +++++++++++++++++++++++++
22829  5 files changed, 276 insertions(+), 1 deletion(-)
22830
22831 commit a7d120aeabbae6a08f3cdd39a5ef1d435c3a4854
22832 Merge: 69d772e52 56ca43578
22833 Author: Behdad Esfahbod <behdad@behdad.org>
22834 Date:   Wed Mar 17 14:33:33 2021 -0700
22835
22836     Merge pull request #2835 from googlefonts/remove_redundant_sys
22837     
22838     [subset] Remove redundant LangSys
22839
22840 commit 56ca435787c1686fcfe01bf4db822bb91d9ba769
22841 Author: Qunxin Liu <qxliu@google.com>
22842 Date:   Thu Jan 28 15:21:26 2021 -0800
22843
22844     [subset] fix for collect_features and remove_redundant_lamngsys
22845     
22846     previously remove_redundant_sys () is missing in harfbuzz, after
22847     redundant langsys removal, some features are removed as well in
22848     prune_features() in fonttools. This change is trying to get the same
22849     result between harfbuzz and fonttools.
22850
22851  src/hb-ot-layout-common.hh                         | 182 +++++++++++++++++++--
22852  src/hb-ot-layout-gpos-table.hh                     |   2 +-
22853  src/hb-ot-layout-gsub-table.hh                     |   2 +-
22854  src/hb-ot-layout-gsubgpos.hh                       |  75 ++++++++-
22855  src/hb-subset-plan.cc                              |  43 ++++-
22856  src/hb-subset-plan.hh                              |   6 +-
22857  ...-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48640 -> 48596 bytes
22858  ...lar.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 42884 -> 42836 bytes
22859  ...iri-Regular.keep-layout-retain-gids.627,644.ttf | Bin 36940 -> 36892 bytes
22860  ...yout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 46724 -> 46680 bytes
22861  ...Regular.keep-layout-retain-gids.63A,64A,631.ttf | Bin 42896 -> 42896 bytes
22862  ....keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 13332 -> 13288 bytes
22863  .../Amiri-Regular.keep-layout.627,644,62D,628.ttf  | Bin 10232 -> 10188 bytes
22864  .../Amiri-Regular.keep-layout.627,644.ttf          | Bin 4412 -> 4364 bytes
22865  ...ular.keep-layout.633,645,627,621,20,644,627.ttf | Bin 10372 -> 10324 bytes
22866  .../Amiri-Regular.keep-layout.63A,64A,631.ttf      | Bin 7824 -> 7824 bytes
22867  test/subset/data/fonts/Amiri-Regular.ttf           | Bin 562684 -> 562980 bytes
22868  17 files changed, 284 insertions(+), 26 deletions(-)
22869
22870 commit 69d772e522c60aa9d73b6ccd550f4a834e7bd9b8
22871 Author: Garret Rieger <grieger@google.com>
22872 Date:   Wed Mar 17 14:11:16 2021 -0700
22873
22874     [subset] Fixed test gsub5 test files.
22875
22876  ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3752 -> 3808 bytes
22877  ...e_subrules_f2.keep-layout.retain-all-codepoint.otf | Bin 3752 -> 3808 bytes
22878  ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3768 -> 3824 bytes
22879  ...e_subrules_f2.keep-layout.retain-all-codepoint.otf | Bin 3768 -> 3824 bytes
22880  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
22881  ...successive_f1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
22882  6 files changed, 0 insertions(+), 0 deletions(-)
22883
22884 commit 0e1c0fa404e2ad087265dc59130dbec1c4682258
22885 Author: Qunxin Liu <qxliu@google.com>
22886 Date:   Tue Jan 12 10:17:14 2021 -0800
22887
22888     [subset] optimize glyph closure method: step 5
22889     
22890     add testcase and some fixes
22891
22892  src/hb-ot-layout-common.hh                         |  35 ++++----
22893  src/hb-ot-layout-gsub-table.hh                     |  10 +--
22894  src/hb-ot-layout-gsubgpos.hh                       |  95 +++++++++++++++------
22895  src/hb-ot-layout.cc                                |  18 +++-
22896  test/subset/data/Makefile.am                       |   1 +
22897  test/subset/data/Makefile.sources                  |   1 +
22898  ...ubrules_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2248 bytes
22899  ...e_subrules_f2.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2224 bytes
22900  ...e_subrules_f2.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2060 bytes
22901  ...iple_subrules_f2.keep-layout-retain-gids.41.otf | Bin 0 -> 1928 bytes
22902  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3752 bytes
22903  ...1_multiple_subrules_f2.keep-layout.41,42,43.otf | Bin 0 -> 1460 bytes
22904  ...ext1_multiple_subrules_f2.keep-layout.41,42.otf | Bin 0 -> 1420 bytes
22905  ...ext1_multiple_subrules_f2.keep-layout.41,43.otf | Bin 0 -> 1344 bytes
22906  ...ontext1_multiple_subrules_f2.keep-layout.41.otf | Bin 0 -> 1228 bytes
22907  ...ubrules_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3752 bytes
22908  ...ubrules_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2264 bytes
22909  ...e_subrules_f2.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2236 bytes
22910  ...e_subrules_f2.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2060 bytes
22911  ...iple_subrules_f2.keep-layout-retain-gids.41.otf | Bin 0 -> 1928 bytes
22912  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3768 bytes
22913  ...2_multiple_subrules_f2.keep-layout.41,42,43.otf | Bin 0 -> 1476 bytes
22914  ...ext2_multiple_subrules_f2.keep-layout.41,42.otf | Bin 0 -> 1432 bytes
22915  ...ext2_multiple_subrules_f2.keep-layout.41,43.otf | Bin 0 -> 1344 bytes
22916  ...ontext2_multiple_subrules_f2.keep-layout.41.otf | Bin 0 -> 1228 bytes
22917  ...ubrules_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3768 bytes
22918  ...cessive_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2028 bytes
22919  ...successive_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1932 bytes
22920  ...successive_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
22921  ...t3_successive_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
22922  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
22923  ...context3_successive_f1.keep-layout.41,42,43.otf | Bin 0 -> 1328 bytes
22924  ...ub_context3_successive_f1.keep-layout.41,42.otf | Bin 0 -> 1228 bytes
22925  ...ub_context3_successive_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
22926  .../gsub_context3_successive_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
22927  ...cessive_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
22928  .../fonts/gsub_context1_multiple_subrules_f2.otf   | Bin 0 -> 4776 bytes
22929  .../fonts/gsub_context2_multiple_subrules_f2.otf   | Bin 0 -> 4796 bytes
22930  .../data/fonts/gsub_context3_successive_f1.otf     | Bin 0 -> 4760 bytes
22931  test/subset/data/tests/layout.gsub5.tests          |  15 ++++
22932  test/subset/meson.build                            |   1 +
22933  41 files changed, 124 insertions(+), 52 deletions(-)
22934
22935 commit b8a58a0c0b7d62c33b106ad119a567b6d86d1d36
22936 Author: Qunxin Liu <qxliu@google.com>
22937 Date:   Sun Jan 10 15:50:04 2021 -0800
22938
22939     [subset] optimize glyph closure method: step 4
22940     
22941     optimize recurse_lookups in Context/ChainContext
22942     glyph closure, only the glyphs that the parent lookup
22943     can apply the recursion to can participate in recursing
22944     the lookup.
22945
22946  src/hb-ot-layout-gsub-table.hh |  84 ++++------------
22947  src/hb-ot-layout-gsubgpos.hh   | 219 +++++++++++++++++++++++++++++++----------
22948  2 files changed, 186 insertions(+), 117 deletions(-)
22949
22950 commit 62423504ee6dcf282177ea0b91268df4e7a1e30b
22951 Author: Qunxin Liu <qxliu@google.com>
22952 Date:   Tue Jan 5 14:54:40 2021 -0800
22953
22954     [subset] optimize glyph closure method: step 3
22955     
22956     Add function intersects_coverage_glyphs that collects
22957     set of matching glyphs in Coverage table
22958
22959  src/hb-ot-layout-common.hh | 39 ++++++++++++++++++++++++++++++++++-----
22960  1 file changed, 34 insertions(+), 5 deletions(-)
22961
22962 commit ef78d0f92345eb452e94c73301bc929822755b27
22963 Author: Qunxin Liu <qxliu@google.com>
22964 Date:   Tue Jan 5 10:16:50 2021 -0800
22965
22966     [subset] optimize glyph closure method: step 2
22967     Add function intersects_class_glyphs that collects
22968     set of glyphs matching class in ClassDef table
22969
22970  src/hb-ot-layout-common.hh | 75 ++++++++++++++++++++++++++++++++++++++++++++++
22971  1 file changed, 75 insertions(+)
22972
22973 commit b4fc593c3c34c45521c684cb6d0d24079d553e3a
22974 Author: Qunxin Liu <qxliu@google.com>
22975 Date:   Wed Dec 9 10:44:18 2020 -0800
22976
22977     [subset] optimize glyph closure method: step1
22978     
22979     Previous GSUB glyph closure is done by recursively visiting
22980     all reachable lookup tables that apply to any glyphs in the
22981     current/input glyph set, but actually only the glyphs that
22982     the parent lookup can apply the recursion to can participate
22983     in recursing the lookup. This is step 1 for glyph closure
22984     optimization:
22985     1. Add stack of currently active glyph set pointers into hb_closure_context_t
22986     2. Update closure() method in simple GSUB tables to use
22987     this stack in order not to change current glyph set at different stages
22988     of recursion
22989     3. Add function may_have_non_1to1() to GSUB tables
22990
22991  src/hb-ot-layout-gsub-table.hh | 100 ++++++++++++++++++++++++++++++++++++++---
22992  src/hb-ot-layout-gsubgpos.hh   |  57 ++++++++++++++++++++++-
22993  2 files changed, 150 insertions(+), 7 deletions(-)
22994
22995 commit 5f4c321d4aae659f83178143d5a4df0d2d6b4d02
22996 Merge: 03538e872 1b79b8cd2
22997 Author: Behdad Esfahbod <behdad@behdad.org>
22998 Date:   Wed Mar 17 10:20:59 2021 -0700
22999
23000     Merge pull request #2894 from googlefonts/gpos_2
23001     
23002     [subset] Update PairPosFormat2 subsetting to match fontTools
23003
23004 commit 1b79b8cd2daebc99acd9310742755f02162e5ed0
23005 Author: Garret Rieger <grieger@google.com>
23006 Date:   Tue Mar 16 15:23:11 2021 -0700
23007
23008     [subset] update gpos tests to reflect updated behaviour.
23009
23010  test/api/fonts/AdobeVFPrototype.WA.gpos.otf | Bin 3948 -> 4148 bytes
23011  test/api/fonts/Roboto-Regular-gpos-aw.ttf   | Bin 2232 -> 2236 bytes
23012  test/api/test-subset-gpos.c                 |   5 -----
23013  3 files changed, 5 deletions(-)
23014
23015 commit 2df39bcae7e34630361a49c44e9d295233367ce0
23016 Author: Garret Rieger <grieger@google.com>
23017 Date:   Tue Mar 16 14:20:49 2021 -0700
23018
23019     [subset] don't allocate a set to use as a glyph filter for PairPosFormat2.
23020
23021  src/hb-ot-layout-common.hh     | 34 ++++++++++++++++++++++------------
23022  src/hb-ot-layout-gpos-table.hh |  7 +------
23023  2 files changed, 23 insertions(+), 18 deletions(-)
23024
23025 commit b1b1486d07f8fe3c7a1fb4bc87e6f037ff5b47d3
23026 Author: Garret Rieger <grieger@google.com>
23027 Date:   Tue Mar 16 13:32:23 2021 -0700
23028
23029     [subset] update expected files to not include cmap12 pruning.
23030
23031  .../Roboto-Regular.keep-gdef-gpos.1E00,303.ttf      | Bin 2648 -> 2648 bytes
23032  .../Roboto-Regular.keep-gdef-gpos.41,42,43.ttf      | Bin 2736 -> 2728 bytes
23033  ...os2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 1824 -> 1816 bytes
23034  .../gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 1692 -> 1684 bytes
23035  .../gpos2_2_font5.keep-layout-retain-gids.2E,23.otf | Bin 2024 -> 1944 bytes
23036  ...keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3732 -> 3724 bytes
23037  .../gpos2_2_font5.keep-layout.21,23,25.otf          | Bin 1488 -> 1480 bytes
23038  .../gpos2_2_font5.keep-layout.21,23.otf             | Bin 1368 -> 1360 bytes
23039  .../gpos2_2_font5.keep-layout.2E,23.otf             | Bin 1588 -> 1508 bytes
23040  ...os2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 3732 -> 3724 bytes
23041  ...t-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 48640 -> 48640 bytes
23042  ...r.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 13332 -> 13332 bytes
23043  12 files changed, 0 insertions(+), 0 deletions(-)
23044
23045 commit bb54e1047d2d501459bb366e47f24f51824c8db7
23046 Author: Garret Rieger <grieger@google.com>
23047 Date:   Tue Mar 16 13:19:26 2021 -0700
23048
23049     [subset] Also filter class1 by coverage when collecting variation indices for PairPosFormat2.
23050
23051  src/hb-ot-layout-gpos-table.hh | 2 +-
23052  1 file changed, 1 insertion(+), 1 deletion(-)
23053
23054 commit 190b7a98f8af54cc42d3ccdb6979e432dfd41aa9
23055 Author: Garret Rieger <grieger@google.com>
23056 Date:   Thu Oct 8 14:44:54 2020 -0700
23057
23058     [subset] Update PairPosFormat2 subsetting to match fontTools updated subsetting (https://github.com/fonttools/fonttools/pull/2221)
23059     
23060     - subset class def 1 against the coverage table.
23061     - Don't re-use class 0 in class def 2.
23062     - Ignore class 0 glyphs for the purposes of determing format 1 vs format 2 encoding for ClassDef.
23063     
23064     Add an additional test case which demonstrates these issues.
23065
23066  src/hb-ot-layout-common.hh                         |  43 +++++++++++++--------
23067  src/hb-ot-layout-gpos-table.hh                     |  14 +++++--
23068  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 5444 -> 5400 bytes
23069  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 4916 -> 4872 bytes
23070  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 4436 -> 4392 bytes
23071  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 4556 -> 4540 bytes
23072  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 3692 -> 3688 bytes
23073  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 4556 -> 4524 bytes
23074  ...gpos2_1_font7.keep-layout-retain-gids.2E,23.otf | Bin 0 -> 1944 bytes
23075  .../gpos2_1_font7.keep-layout.2E,23.otf            | Bin 0 -> 1508 bytes
23076  ...s2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 1776 -> 1824 bytes
23077  ...gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 1644 -> 1692 bytes
23078  ...gpos2_2_font5.keep-layout-retain-gids.2E,23.otf | Bin 0 -> 2024 bytes
23079  ...s2_2_font5.keep-layout-retain-gids.41,42,43.otf | Bin 1988 -> 1988 bytes
23080  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 3684 -> 3732 bytes
23081  .../gpos2_2_font5.keep-layout.21,23,25.otf         | Bin 1440 -> 1488 bytes
23082  .../gpos2_2_font5.keep-layout.21,23.otf            | Bin 1320 -> 1368 bytes
23083  .../gpos2_2_font5.keep-layout.2E,23.otf            | Bin 0 -> 1588 bytes
23084  .../gpos2_2_font5.keep-layout.41,42,43.otf         | Bin 1288 -> 1288 bytes
23085  ...s2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 3684 -> 3732 bytes
23086  test/subset/data/fonts/gpos2_2_font5.otf           | Bin 4580 -> 4632 bytes
23087  test/subset/data/tests/layout.gpos2.tests          |   1 +
23088  22 files changed, 38 insertions(+), 20 deletions(-)
23089
23090 commit 03538e872a0610a65fad692b33d3646f387cf578
23091 Author: Khaled Hosny <khaled@aliftype.com>
23092 Date:   Tue Mar 16 19:28:35 2021 +0200
23093
23094     2.8.0
23095
23096  NEWS             | 15 +++++++++++++++
23097  configure.ac     |  2 +-
23098  meson.build      |  2 +-
23099  src/hb-version.h |  6 +++---
23100  4 files changed, 20 insertions(+), 5 deletions(-)
23101
23102 commit 4c34478b28497acfce02b8a544fed4ae20526336
23103 Merge: daeb27734 f2d08578e
23104 Author: Khaled Hosny <khaled@aliftype.com>
23105 Date:   Tue Mar 16 10:37:49 2021 +0200
23106
23107     Merge pull request #2899 from harfbuzz/ci-fix
23108     
23109     [ci] Don’t install meson from its master branch
23110
23111 commit daeb27734693183232a4571bae76a88ba869224f
23112 Merge: a5b8e7db4 f5356bcb6
23113 Author: Behdad Esfahbod <behdad@behdad.org>
23114 Date:   Mon Mar 15 18:50:02 2021 -0700
23115
23116     Merge pull request #2900 from harfbuzz/nodiscard-buffer
23117     
23118     Mark buffer modification methods that can fail with nodiscard
23119
23120 commit f2d08578e7a6c6febeff498dbba91ea1f747e14f
23121 Author: Khaled Hosny <khaled@aliftype.com>
23122 Date:   Tue Mar 16 00:19:40 2021 +0200
23123
23124     [tests] Increase shape-fuzzer timeout
23125
23126  test/fuzzing/meson.build | 2 +-
23127  1 file changed, 1 insertion(+), 1 deletion(-)
23128
23129 commit cad753e20f7f48d4910ce99c55bf8cc379a4aae7
23130 Author: Khaled Hosny <khaled@aliftype.com>
23131 Date:   Tue Mar 16 01:04:16 2021 +0200
23132
23133     [ci] Use known working Ubuntu version
23134     
23135     GitHub Actions seems to be moving ubuntu-latest from ubuntu-18.04 to
23136     ubuntu-20.04, but gcovr is broken for us in the new version.
23137
23138  .github/workflows/linux-ci.yml | 2 +-
23139  1 file changed, 1 insertion(+), 1 deletion(-)
23140
23141 commit ff86c72e09f8d7c623fafec671d44d62ef940e50
23142 Author: Khaled Hosny <khaled@aliftype.com>
23143 Date:   Tue Mar 16 00:20:05 2021 +0200
23144
23145     [ci] Avoid duplicate builds on pull requests
23146     
23147     Don’t run GitHub Actions on pushing to branches other than master. This
23148     was already the case for the linux-ci workflow.
23149
23150  .github/workflows/msvc-ci.yml  | 2 ++
23151  .github/workflows/msys2-ci.yml | 2 ++
23152  2 files changed, 4 insertions(+)
23153
23154 commit f5356bcb6186d21158275e69fce75f015eac5478
23155 Author: Behdad Esfahbod <behdad@behdad.org>
23156 Date:   Mon Mar 15 16:52:39 2021 -0600
23157
23158     [ci] Switch back to c++2a
23159     
23160     Okay I guess we can be bothered to fix things up for next version of C++.
23161     
23162     Reverts meat of c0b3b9b2584c6dcb5fc37e3b49e26fba718d0e6c
23163
23164  .circleci/config.yml | 2 +-
23165  1 file changed, 1 insertion(+), 1 deletion(-)
23166
23167 commit 9e397ff2fb1beb08a226f12d68a406a13023f03d
23168 Author: Behdad Esfahbod <behdad@behdad.org>
23169 Date:   Mon Mar 15 16:50:54 2021 -0600
23170
23171     [buffer] Fix order of HB_INTERNAL HB_DISCARD
23172     
23173     Sucks that has to be specified in this order. But that is what it is for now.
23174     
23175     Was only exhibiting problem on C++>=17 since that's when the [[nodiscard]]
23176     was introduced.
23177
23178  src/hb-buffer.hh | 8 ++++----
23179  1 file changed, 4 insertions(+), 4 deletions(-)
23180
23181 commit 9582640eedbf73fa95e6877a83e9b70970d9d115
23182 Author: Behdad Esfahbod <behdad@behdad.org>
23183 Date:   Mon Mar 15 16:47:27 2021 -0600
23184
23185     [ci] Remove more cruft
23186     
23187     All were commented out already.
23188
23189  .circleci/config.yml | 6 +-----
23190  1 file changed, 1 insertion(+), 5 deletions(-)
23191
23192 commit c0b3b9b2584c6dcb5fc37e3b49e26fba718d0e6c
23193 Author: Behdad Esfahbod <behdad@behdad.org>
23194 Date:   Mon Mar 15 16:46:13 2021 -0600
23195
23196     [ci] Don't test C++2a build
23197     
23198     One of the bots is unhappy when HB_NODISCARD comes after HB_INTERNAL.
23199     No idea why. But, again, we're testing HarfBuzz, not C++, not clang. Ugh.
23200     
23201     In file included from src/harfbuzz.cc:1:
23202     In file included from src/hb-aat-layout.cc:30:
23203     In file included from src/hb-aat-layout.hh:32:
23204     In file included from src/hb-ot-shape.hh:32:
23205     In file included from src/hb-ot-map.hh:32:
23206     src/hb-buffer.hh:335:15: error: an attribute list cannot appear here
23207       HB_INTERNAL HB_NODISCARD bool move_to (unsigned int i); /* i is output-buffer index. */
23208                   ^~~~~~~~~~~~
23209     https://app.circleci.com/pipelines/github/harfbuzz/harfbuzz/1693/workflows/77459205-a189-45d3-bc58-52a8fd952c3f/jobs/155912/parallel-runs/0/steps/0-110?invite=true
23210
23211  .circleci/config.yml | 4 +---
23212  1 file changed, 1 insertion(+), 3 deletions(-)
23213
23214 commit 15f3ef01366c8dc1d6fa18f6c9e072b18f92afd7
23215 Author: Behdad Esfahbod <behdad@behdad.org>
23216 Date:   Mon Mar 15 15:36:47 2021 -0600
23217
23218     [test] Fix output format
23219
23220  test/shaping/run-tests.py | 2 +-
23221  1 file changed, 1 insertion(+), 1 deletion(-)
23222
23223 commit 8450f43ae1d1a5825bdfc1ec665cb81b05f35cc2
23224 Author: Behdad Esfahbod <behdad@behdad.org>
23225 Date:   Mon Mar 15 15:18:06 2021 -0600
23226
23227     [buffer] HB_NODISCARD next_glyph()
23228
23229  src/gen-vowel-constraints.py                 |  6 ++---
23230  src/hb-aat-layout-common.hh                  |  2 +-
23231  src/hb-buffer.hh                             |  2 +-
23232  src/hb-ot-layout-gsubgpos.hh                 |  2 +-
23233  src/hb-ot-layout.cc                          |  2 +-
23234  src/hb-ot-shape-complex-hangul.cc            | 18 +++++++--------
23235  src/hb-ot-shape-complex-syllabic.cc          |  4 ++--
23236  src/hb-ot-shape-complex-thai.cc              |  9 ++++----
23237  src/hb-ot-shape-complex-vowel-constraints.cc | 34 ++++++++++++++--------------
23238  src/hb-ot-shape-normalize.cc                 | 33 +++++++++++++++------------
23239  10 files changed, 57 insertions(+), 55 deletions(-)
23240
23241 commit f4bc7673db762db8dbb83caaeeb32b2c04dbcf9a
23242 Author: Behdad Esfahbod <behdad@behdad.org>
23243 Date:   Mon Mar 15 14:54:45 2021 -0600
23244
23245     [buffer] Implement copy_glyph() in terms of output_info()
23246
23247  src/hb-buffer.hh | 10 ++++------
23248  1 file changed, 4 insertions(+), 6 deletions(-)
23249
23250 commit f73982a6992445141ea7ca402d1f4fea80f151c4
23251 Author: Behdad Esfahbod <behdad@behdad.org>
23252 Date:   Mon Mar 15 14:52:19 2021 -0600
23253
23254     [buffer] Implement replace_glyph() in terms of replace_glyphs(1,1)
23255     
23256     I get exact same binary size with this, suggesting that compiler is
23257     optimizing these as needed.
23258
23259  src/hb-buffer.hh | 12 +-----------
23260  1 file changed, 1 insertion(+), 11 deletions(-)
23261
23262 commit 862f913489a868154a3733a93e1ea0407e68cc05
23263 Author: Behdad Esfahbod <behdad@behdad.org>
23264 Date:   Mon Mar 15 14:48:50 2021 -0600
23265
23266     [buffer] Implement output_glyph() in terms of replace_glyphs(0,1)
23267     
23268     To my surprise, saves ~20kb in my build (non-size-optimized) build.
23269     The output_glyph() method is never used in the fast paths, so doesn't
23270     matter if is not fully optimized for the special case it is.
23271
23272  src/hb-buffer.hh | 9 +--------
23273  1 file changed, 1 insertion(+), 8 deletions(-)
23274
23275 commit 34a1204f10eb1dedbd49c63eb7d89b86315ca093
23276 Author: Behdad Esfahbod <behdad@behdad.org>
23277 Date:   Mon Mar 15 14:39:06 2021 -0600
23278
23279     [buffer] HB_NODISCARD output_glyph()
23280     
23281     Also, generalize and use replace_glyphs() in morx where output_glyph() was used
23282     in a loop.
23283
23284  src/gen-vowel-constraints.py                 |  4 +--
23285  src/hb-aat-layout-morx-table.hh              |  6 ++---
23286  src/hb-buffer.cc                             | 27 -------------------
23287  src/hb-buffer.hh                             | 40 ++++++++++++++++++++--------
23288  src/hb-ot-layout-gsubgpos.hh                 |  2 +-
23289  src/hb-ot-shape-complex-thai.cc              |  7 +++--
23290  src/hb-ot-shape-complex-vowel-constraints.cc |  4 +--
23291  src/hb-ot-shape-normalize.cc                 |  3 ++-
23292  8 files changed, 41 insertions(+), 52 deletions(-)
23293
23294 commit 07315d9c83b9f7b15244c9922f97f4c71f89ae7d
23295 Author: Khaled Hosny <khaled@aliftype.com>
23296 Date:   Mon Mar 15 22:37:02 2021 +0200
23297
23298     [ci] Don’t install meson from its master branch
23299     
23300     We are testing Harfbuzz not meson!
23301
23302  .github/workflows/linux-ci.yml | 3 +--
23303  1 file changed, 1 insertion(+), 2 deletions(-)
23304
23305 commit e6be9eb4fbb9a5d1e028015cf1f92601da2984ac
23306 Author: Behdad Esfahbod <behdad@behdad.org>
23307 Date:   Mon Mar 15 14:12:10 2021 -0600
23308
23309     [buffer] HB_NODISCARD output_info()
23310
23311  src/hb-buffer.hh                    | 2 +-
23312  src/hb-ot-shape-complex-syllabic.cc | 2 +-
23313  src/hb-ot-shape.cc                  | 2 +-
23314  3 files changed, 3 insertions(+), 3 deletions(-)
23315
23316 commit 2a0dbb3ee59a83d1db568b002a17d617f4c45b63
23317 Author: Behdad Esfahbod <behdad@behdad.org>
23318 Date:   Mon Mar 15 14:10:39 2021 -0600
23319
23320     [buffer] HB_NODISCARD copy_glyph()
23321
23322  src/hb-aat-layout-morx-table.hh | 4 ++--
23323  src/hb-buffer.hh                | 2 +-
23324  2 files changed, 3 insertions(+), 3 deletions(-)
23325
23326 commit b05e5d9a7998529ffd0e34f3b8d3ae5bf4c200eb
23327 Author: Behdad Esfahbod <behdad@behdad.org>
23328 Date:   Mon Mar 15 14:08:08 2021 -0600
23329
23330     [buffer] HB_NODISCARD next_glyphs()
23331
23332  src/hb-buffer.cc             | 2 +-
23333  src/hb-buffer.hh             | 2 +-
23334  src/hb-ot-shape-normalize.cc | 2 +-
23335  3 files changed, 3 insertions(+), 3 deletions(-)
23336
23337 commit 4ae8aab83b83bc088719a993a359625b9ff1b6ab
23338 Author: Behdad Esfahbod <behdad@behdad.org>
23339 Date:   Mon Mar 15 14:01:52 2021 -0600
23340
23341     [buffer] HB_NODISCARD has_separate_output()
23342
23343  src/hb-buffer.hh | 2 +-
23344  1 file changed, 1 insertion(+), 1 deletion(-)
23345
23346 commit 8d3701f507cfda835855a64f598bed468a4b31e3
23347 Author: Behdad Esfahbod <behdad@behdad.org>
23348 Date:   Mon Mar 15 14:01:32 2021 -0600
23349
23350     [buffer] HB_NODISCARD in_error()
23351
23352  src/hb-buffer.hh | 2 +-
23353  1 file changed, 1 insertion(+), 1 deletion(-)
23354
23355 commit 41e05479b6f1cc024576aca1f52b2185bdd93cef
23356 Author: Behdad Esfahbod <behdad@behdad.org>
23357 Date:   Mon Mar 15 14:00:00 2021 -0600
23358
23359     [buffer] HB_NODISCARD shift_forward()
23360
23361  src/hb-buffer.hh | 2 +-
23362  1 file changed, 1 insertion(+), 1 deletion(-)
23363
23364 commit 83b3784d1d984ed3a94b696252b03eab514e3ffa
23365 Author: Behdad Esfahbod <behdad@behdad.org>
23366 Date:   Mon Mar 15 13:59:14 2021 -0600
23367
23368     [buffer] HB_NODISCARD make_room_for()
23369
23370  src/hb-buffer.hh | 2 +-
23371  1 file changed, 1 insertion(+), 1 deletion(-)
23372
23373 commit c355508a8907584e41c4317fb56eac49f9627969
23374 Author: Behdad Esfahbod <behdad@behdad.org>
23375 Date:   Mon Mar 15 13:58:30 2021 -0600
23376
23377     [buffer] HB_NODISCARD ensure_glyphs() / ensure_unicode()
23378
23379  src/hb-buffer.hh | 4 ++--
23380  1 file changed, 2 insertions(+), 2 deletions(-)
23381
23382 commit bc22305b6ab626719e8b0c0d6fa518bf7b7267f6
23383 Author: Behdad Esfahbod <behdad@behdad.org>
23384 Date:   Mon Mar 15 13:57:18 2021 -0600
23385
23386     [buffer] HB_NODISCARD ensure_inplace()
23387
23388  src/hb-buffer.hh | 2 +-
23389  1 file changed, 1 insertion(+), 1 deletion(-)
23390
23391 commit cac6c86d2f8013a6f803f95e5760d7be6d27bbe0
23392 Author: Behdad Esfahbod <behdad@behdad.org>
23393 Date:   Mon Mar 15 13:46:54 2021 -0600
23394
23395     [buffer] HB_NODISCARD move_to()
23396
23397  src/hb-aat-layout-morx-table.hh | 14 +++++++-------
23398  src/hb-buffer.hh                |  2 +-
23399  src/hb-ot-layout-gsubgpos.hh    |  2 +-
23400  3 files changed, 9 insertions(+), 9 deletions(-)
23401
23402 commit 05d2d37f9a6753c2c3e0a2404e171f0b0a26c4ac
23403 Author: Behdad Esfahbod <behdad@behdad.org>
23404 Date:   Mon Mar 15 13:43:29 2021 -0600
23405
23406     [buffer] HB_NODISCARD ensure()
23407
23408  src/hb-buffer.cc    | 7 +++++--
23409  src/hb-buffer.hh    | 2 +-
23410  src/hb-graphite2.cc | 2 +-
23411  3 files changed, 7 insertions(+), 4 deletions(-)
23412
23413 commit d8028a076208d95fa66050d158f2c4b8c50040ad
23414 Author: Behdad Esfahbod <behdad@behdad.org>
23415 Date:   Mon Mar 15 13:34:36 2021 -0600
23416
23417     [buffer] HB_NODISCARD enlarge()
23418
23419  src/hb-buffer.hh | 2 +-
23420  1 file changed, 1 insertion(+), 1 deletion(-)
23421
23422 commit 3f1998a065075284e7fe57788411bcc086259349
23423 Author: Behdad Esfahbod <behdad@behdad.org>
23424 Date:   Mon Mar 15 13:33:44 2021 -0600
23425
23426     [buffer] HB_NODISCARD replace_glyph()
23427
23428  src/hb-aat-layout-morx-table.hh | 4 ++--
23429  src/hb-buffer.hh                | 2 +-
23430  src/hb-ot-layout-gsubgpos.hh    | 4 ++--
23431  src/hb-ot-shape-complex-thai.cc | 5 ++---
23432  4 files changed, 7 insertions(+), 8 deletions(-)
23433
23434 commit 607979d12f85eb8260b7d7b786a7866e60c3c49b
23435 Author: Behdad Esfahbod <behdad@behdad.org>
23436 Date:   Mon Mar 15 13:23:48 2021 -0600
23437
23438     [buffer] HB_NODISCARD replace_glyphs()
23439
23440  src/hb-buffer.hh                  |  7 ++++---
23441  src/hb-ot-shape-complex-hangul.cc | 10 ++++------
23442  src/hb-ot-shape-normalize.cc      |  2 +-
23443  3 files changed, 9 insertions(+), 10 deletions(-)
23444
23445 commit 906c9928bb49a1694f6e32d80bb2a1ed637674f8
23446 Author: Behdad Esfahbod <behdad@behdad.org>
23447 Date:   Mon Mar 15 13:13:45 2021 -0600
23448
23449     [buffer] Return success status from buffer ops that can fail
23450     
23451     Previous error-handling philosophy was that user doesn't need to
23452     immediately know whether operation failed. But as can be seen after
23453     we added malloc-failing fuzzing, there's just so many places in the
23454     code that a failure of these operations needs to be mitigated before
23455     further operations. So I'm moving towards returning success here,
23456     and possibly making it nodiscard.
23457
23458  src/hb-buffer.cc |  6 ++++--
23459  src/hb-buffer.hh | 33 ++++++++++++++++++---------------
23460  2 files changed, 22 insertions(+), 17 deletions(-)
23461
23462 commit a5b8e7db4d4a9aca46169e2be27be5bba1cdd4bd
23463 Author: Behdad Esfahbod <behdad@behdad.org>
23464 Date:   Mon Mar 15 12:46:58 2021 -0600
23465
23466     [hangul] Improve error handling
23467     
23468     I did a review; changed some "return"s to "break"s, which should be identical.
23469     Removed one check just before "continue" because not necessary.
23470     The added error check is the actual fix.
23471     
23472     Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31755
23473
23474  src/hb-ot-shape-complex-hangul.cc | 9 ++++-----
23475  1 file changed, 4 insertions(+), 5 deletions(-)
23476
23477 commit 99767f938689d308765ba96feb9ea67534b0c0d9
23478 Author: Behdad Esfahbod <behdad@behdad.org>
23479 Date:   Mon Mar 15 12:36:59 2021 -0600
23480
23481     [hangul] Whitespace
23482
23483  src/hb-ot-shape-complex-hangul.cc | 10 ++++++----
23484  1 file changed, 6 insertions(+), 4 deletions(-)
23485
23486 commit 3622120fab4e7d324a1b5e8465e7a6cfeb246e8d
23487 Author: Behdad Esfahbod <behdad@behdad.org>
23488 Date:   Wed Mar 10 12:21:43 2021 -0700
23489
23490     [subset] Make ClassDef format2 .intersects() return false if range value 0
23491     
23492     We treat Class0 as "doesn't intersect".  That's the only meaningful
23493     interpretation. If one allos Class0 to mean "intersects", then the
23494     intersects() result should be true iff glyphset is non-empty.
23495     
23496     Related to https://github.com/harfbuzz/harfbuzz/issues/2703
23497
23498  src/hb-ot-layout-common.hh | 5 ++++-
23499  1 file changed, 4 insertions(+), 1 deletion(-)
23500
23501 commit e19de65eaeca135b2c735439185e35bfe1c0aeb7
23502 Author: David Corbett <corbett.dav@northeastern.edu>
23503 Date:   Mon Mar 8 13:12:47 2021 -0500
23504
23505     Update hb-ot-tag-table.hh (#2890)
23506
23507  src/gen-tag-table.py   |  1 +
23508  src/hb-ot-tag-table.hh | 15 ++++++++++++---
23509  2 files changed, 13 insertions(+), 3 deletions(-)
23510
23511 commit 7686ff854bbb9698bb1469dcfe6d288c695a76b7
23512 Author: Khaled Hosny <khaled@aliftype.com>
23513 Date:   Thu Mar 4 23:09:32 2021 +0200
23514
23515     [ot] Keep substituted Default_Ignorables (#2886)
23516     
23517     Don’t replace Default_Ignorables with zero-width space if they are
23518     substituted or multiplied, not just when ligated.
23519     
23520     After this change, HarfBuzz output matches that of Uniscribe and
23521     CoreText for the new tests.
23522     
23523     Fixes https://github.com/harfbuzz/harfbuzz/issues/2883
23524
23525  src/hb-ot-layout.hh                                      |   3 ++-
23526  .../fonts/08b4b136f418add748dc641eb4a83033476f1170.ttf   | Bin 0 -> 2396 bytes
23527  .../fonts/6677074106f94a2644da6aaaacd5bbd48cbdc7de.ttf   | Bin 0 -> 2388 bytes
23528  .../fonts/fcea341ba6489536390384d8403ce5287ba71a4a.ttf   | Bin 0 -> 1824 bytes
23529  .../shaping/data/in-house/tests/default-ignorables.tests |   3 +++
23530  .../in-house/tests/mongolian-variation-selector.tests    |   2 +-
23531  6 files changed, 6 insertions(+), 2 deletions(-)
23532
23533 commit 5efa04c8909cf61ad1491c0c1f41a6bb3f87e4e4
23534 Author: Behdad Esfahbod <behdad@behdad.org>
23535 Date:   Tue Mar 2 16:26:41 2021 -0700
23536
23537     [Makefile] Rebuild .def files if config changed
23538     
23539     I was getting check-symbols failure because my previous build was
23540     without CoreText, and after reconfiguring with CoreText, the old
23541     harfbuzz.defs file was not being regenerated.
23542
23543  src/Makefile.am | 1 +
23544  1 file changed, 1 insertion(+)
23545
23546 commit d351bbf0fb7a20554bf4504fa568f85d4d68f266
23547 Author: Behdad Esfahbod <behdad@behdad.org>
23548 Date:   Tue Mar 2 16:24:54 2021 -0700
23549
23550     [Makefile] Remove unused variable HBNODISTHEADERS
23551     
23552     Not sure what it was used for before.
23553
23554  src/Makefile.am | 2 +-
23555  1 file changed, 1 insertion(+), 1 deletion(-)
23556
23557 commit fd489433a8a223068d904e04d4ce8bafa82900c7
23558 Author: Behdad Esfahbod <behdad@behdad.org>
23559 Date:   Tue Mar 2 16:21:17 2021 -0700
23560
23561     [indic] Fix cluster-merging logic with cluster-level=1
23562     
23563     Was producing non-monotonic cluster numbers because our faulty logic
23564     was not merging clusters if something from before base and after base
23565     had switched positions.
23566     
23567     Fixes https://github.com/harfbuzz/harfbuzz/issues/2272
23568
23569  src/hb-ot-shape-complex-indic.cc                   |  28 ++++++++++++++++++---
23570  .../6f36d056bad6d478fc0bf7397bd52dc3bd197d5f.ttf   | Bin 0 -> 2920 bytes
23571  test/shaping/data/in-house/tests/cluster.tests     |   1 +
23572  3 files changed, 26 insertions(+), 3 deletions(-)
23573
23574 commit 2902529b9276cd15319fa308a9b9e963fa21cc94
23575 Author: Behdad Esfahbod <behdad@behdad.org>
23576 Date:   Tue Mar 2 15:05:22 2021 -0700
23577
23578     [subset] Fix HB_TINY build
23579     
23580     Fixes https://github.com/harfbuzz/harfbuzzjs/issues/34#issuecomment-789247723
23581
23582  src/hb-ot-layout-gsubgpos.hh | 9 ++++++---
23583  1 file changed, 6 insertions(+), 3 deletions(-)
23584
23585 commit 7cb22ba7ebf6ef053790a3201cb7014bacd51e46
23586 Author: Behdad Esfahbod <behdad@behdad.org>
23587 Date:   Mon Mar 1 12:44:06 2021 -0700
23588
23589     Include C headers with their C++ names (#2882)
23590     
23591     Remove unnecessary includes.
23592     
23593     Fixes build with some known broken SDKs (Nintendo Switch?)
23594     
23595     https://en.cppreference.com/w/cpp/header
23596     
23597     Fixes https://github.com/harfbuzz/harfbuzz/pull/2881
23598
23599  src/hb-blob.cc                    |  3 ---
23600  src/hb-coretext.cc                |  1 -
23601  src/hb-ot-color.cc                |  3 ---
23602  src/hb.hh                         | 20 ++++++++++----------
23603  src/test-buffer-serialize.cc      |  2 --
23604  src/test-gpos-size-params.cc      |  2 --
23605  src/test-gsub-would-substitute.cc |  2 --
23606  src/test-ot-glyphname.cc          |  3 ---
23607  src/test-ot-meta.cc               |  3 ---
23608  src/test-ot-name.cc               |  3 ---
23609  src/test.cc                       |  4 ----
23610  11 files changed, 10 insertions(+), 36 deletions(-)
23611
23612 commit dbcf2f417fc545a5fb3a0ee4fb413409a15a0805
23613 Author: Behdad Esfahbod <behdad@behdad.org>
23614 Date:   Mon Mar 1 12:43:32 2021 -0700
23615
23616     [cmake] Fix syntax
23617
23618  CMakeLists.txt | 4 +++-
23619  1 file changed, 3 insertions(+), 1 deletion(-)
23620
23621 commit 93745f9f49ec6004dfc477a01bdb6fd06b6484d0
23622 Merge: 8b2f9adf2 486da35cc
23623 Author: Behdad Esfahbod <behdad@behdad.org>
23624 Date:   Tue Feb 23 14:54:45 2021 -0700
23625
23626     Merge pull request #2875 from harfbuzz/constexpr-inttype
23627     
23628     [constexpr] Add constructors to IntType
23629
23630 commit 486da35cc0954505db57b2e0f5b5b0b45a7c4007
23631 Author: Behdad Esfahbod <behdad@behdad.org>
23632 Date:   Tue Feb 23 13:58:14 2021 -0700
23633
23634     m Add comments to IntType cast out operator
23635     
23636     Okay, bots seem to be happy. Merging.
23637
23638  src/hb-open-type.hh | 2 ++
23639  1 file changed, 2 insertions(+)
23640
23641 commit 83b66bfb665bb82fd03ae97c6f0e3eba01c0cba4
23642 Author: Behdad Esfahbod <behdad@behdad.org>
23643 Date:   Tue Feb 23 13:04:25 2021 -0700
23644
23645     Another try to fix narrowing error
23646     
23647     ../src/hb-ot-layout-gsubgpos.hh: In instantiation of ‘void OT::ChainRule::serialize_array(hb_serialize_context_t*, OT::HBUINT16, Iterator) const [with Iterator = hb_map_iter_t<hb_array_t<const OT::IntType<short unsigned int> >, const hb_map_t*&, (hb_function_sortedness_t)0, 0>; typename hb_enable_if<hb_is_iterator_of<Lhs, typename Lhs::item_t>::value>::type* <anonymous> = 0; OT::HBUINT16 = OT::IntType<short unsigned int>]’:
23648     ../src/hb-ot-layout-gsubgpos.hh:2341:30:   required from here
23649     ../src/hb-ot-layout-gsubgpos.hh:2326:15: error: narrowing conversion of ‘(unsigned int)g’ from ‘unsigned int’ to ‘short unsigned int’ inside { } [-Werror=narrowing]
23650            c->copy (HBUINT16 {g});
23651            ~~~~~~~~^~~~~~~~~~~~~~
23652     
23653     https://github.com/harfbuzz/harfbuzz/pull/2875
23654
23655  src/hb-ot-layout-gsubgpos.hh | 2 +-
23656  1 file changed, 1 insertion(+), 1 deletion(-)
23657
23658 commit 6c4bb60829d6e00647cb7ee74d816d648905cc3f
23659 Author: Behdad Esfahbod <behdad@behdad.org>
23660 Date:   Mon Feb 22 22:45:32 2021 -0700
23661
23662     Fix narrowing errors with recent changes
23663
23664  src/hb-ot-layout-common.hh | 6 +++---
23665  1 file changed, 3 insertions(+), 3 deletions(-)
23666
23667 commit d6bd00a488ace632d51748b028a0378a2bdaad2c
23668 Author: Behdad Esfahbod <behdad@behdad.org>
23669 Date:   Mon Feb 22 22:42:50 2021 -0700
23670
23671     Revert back IntType out cast to signed/unsigned
23672     
23673     Previous commit didn't fix the bots. Putting it back now that I
23674     understand why I initially did the "Wide" casts.  But only doing
23675     it for out-cast this time.  This causes "narrowing" warnings
23676     whenever we are converting signed/unsigned to smaller HBUINT16
23677     etc.  But those are valuable warnings.  We should address those
23678     separately instead of ignoring.
23679     
23680     Maybe we should start using uint16_t more liberally in the
23681     internal subsetter function signatures then.
23682
23683  src/hb-open-type.hh | 7 +------
23684  1 file changed, 1 insertion(+), 6 deletions(-)
23685
23686 commit 09836013995cab2b9f07577a179ad7b024130467
23687 Author: Behdad Esfahbod <behdad@behdad.org>
23688 Date:   Mon Feb 22 22:33:17 2021 -0700
23689
23690     Add back wider cast to IntType
23691     
23692     My local clang12 is fine, but many bots are not:
23693     
23694     ../src/hb-ot-cff1-table.hh: In instantiation of ‘bool CFF::Charset1_2<TYPE>::sanitize(hb_sanitize_context_t*, unsigned int) const [with TYPE = OT::IntType<unsigned char>]’:
23695     ../src/hb-ot-cff1-table.hh:554:13:   required from here
23696     ../src/hb-ot-cff1-table.hh:377:60: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
23697            if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1)))
23698                                                     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
23699     
23700     Enabling the extra cast operator mentioned in previous commit to see if
23701     that fixes this case.
23702     
23703     Again, I'd be happy to say "use 1u instead of 1" if this was universally
23704     erred on.  But since some compilers happily compile this while others
23705     err, it would be a huge headache. Let's see...
23706     
23707     https://github.com/harfbuzz/harfbuzz/pull/2875
23708
23709  src/hb-open-type.hh | 5 +++++
23710  1 file changed, 5 insertions(+)
23711
23712 commit 567cedcc5f99aae2db9c7f124b7f3a6f4b5ec57d
23713 Author: Behdad Esfahbod <behdad@behdad.org>
23714 Date:   Mon Feb 22 22:09:15 2021 -0700
23715
23716     Narrow down cast operators on IntType
23717     
23718     Say for USHORT, we were implementing casts from and to unsigned.
23719     With this change, we cast from and to uint16_t only.  This allows
23720     compiler more opportunities to catch possible narrowing issues in
23721     the code.
23722     
23723     It needed a couple of fixes in the codebase though, because
23724     previously, if a USHORT was participating in arithmetic with signed
23725     numbers, eg. "u + 1", the result would have been unsigned.  With
23726     this change, it would be signed.  The correct fix is to update the
23727     code to read "u + 1u".
23728     
23729     That said, I think about conditionally adding back the cast
23730     out to signed/unsigned, to facilitate better type deduction.
23731     But I couldn't think of a real situation where that would help
23732     with anything.  So I didn't add.  Here's what it was:
23733     
23734       template <typename Type2 = hb_conditional<hb_is_signed (Type), signed, unsigned>,
23735                hb_enable_if (sizeof (Type) < sizeof (Type2))>
23736       operator hb_type_identity_t<Type2> () const { return v; }
23737     
23738     https://github.com/harfbuzz/harfbuzz/pull/2875
23739
23740  src/hb-aat-layout-common.hh     | 4 ++--
23741  src/hb-aat-layout-morx-table.hh | 4 ++--
23742  src/hb-open-type.hh             | 9 ++++-----
23743  3 files changed, 8 insertions(+), 9 deletions(-)
23744
23745 commit f4f35a4d5fd595bc6887b9951f1c92ce4d100fe8
23746 Author: Behdad Esfahbod <behdad@behdad.org>
23747 Date:   Mon Feb 22 22:28:32 2021 -0700
23748
23749     [constexpr] Use initializer instead of assignment
23750
23751  src/hb-ot-layout-common.hh   | 6 ++----
23752  src/hb-ot-layout-gsubgpos.hh | 7 +------
23753  2 files changed, 3 insertions(+), 10 deletions(-)
23754
23755 commit cc16b26ef4b9e7217ad819a31b9df55855a6f780
23756 Author: Behdad Esfahbod <behdad@behdad.org>
23757 Date:   Mon Feb 22 17:55:47 2021 -0700
23758
23759     [constexpr] IntType
23760     
23761     See https://github.com/harfbuzz/harfbuzz/pull/2875
23762
23763  src/hb-algs.hh      | 13 ++++++++-----
23764  src/hb-open-type.hh | 12 ++++++++----
23765  2 files changed, 16 insertions(+), 9 deletions(-)
23766
23767 commit 8b2f9adf2938513a183af58246e4b02b6173c359
23768 Author: Behdad Esfahbod <behdad@behdad.org>
23769 Date:   Mon Feb 22 17:42:24 2021 -0700
23770
23771     m Simplify Tag operator char*
23772
23773  src/hb-open-type.hh | 4 ++--
23774  1 file changed, 2 insertions(+), 2 deletions(-)
23775
23776 commit 021a1725ed6b8b9f7b9b2987cbb89bed03a36477
23777 Merge: 1c693e8c2 11c28cb5f
23778 Author: Behdad Esfahbod <behdad@behdad.org>
23779 Date:   Mon Feb 22 17:40:22 2021 -0700
23780
23781     Merge pull request #2874 from harfbuzz/constexpr2
23782     
23783     Some more cleanup towards using constexpr to simplify our internal datastrcutures.
23784     
23785     https://github.com/harfbuzz/harfbuzz/pull/2874
23786
23787 commit 11c28cb5fa101a47b179e702e15ebf39d6483b32
23788 Author: Behdad Esfahbod <behdad@behdad.org>
23789 Date:   Mon Feb 22 17:38:53 2021 -0700
23790
23791     [cmake] Define HAVE_PTHREAD if not on win32
23792     
23793     Yeah...
23794
23795  CMakeLists.txt | 2 ++
23796  1 file changed, 2 insertions(+)
23797
23798 commit b368a0736be279fe1ae78caa818351d88dc7131a
23799 Author: Behdad Esfahbod <behdad@behdad.org>
23800 Date:   Mon Feb 22 17:23:53 2021 -0700
23801
23802     [atomic] Remove IBM/AIX implementation
23803     
23804     The C++11 implementation shall be enough for everyone.
23805
23806  src/hb-atomic.hh | 28 +---------------------------
23807  1 file changed, 1 insertion(+), 27 deletions(-)
23808
23809 commit 52f91269607a45e4ae94ecca52df2299d6596de4
23810 Author: Behdad Esfahbod <behdad@behdad.org>
23811 Date:   Mon Feb 22 17:22:09 2021 -0700
23812
23813     [atomic] Remove Windows implementation
23814     
23815     Since we require C++11 now, there's no point to do a macro version check.
23816     Which means we don't hit the MSVC issue defining __cplusplus wrongly.
23817
23818  src/hb-atomic.hh | 28 ++--------------------------
23819  1 file changed, 2 insertions(+), 26 deletions(-)
23820
23821 commit a666fe64a92206cc51d961be0848455d4fbd2bdd
23822 Author: Behdad Esfahbod <behdad@behdad.org>
23823 Date:   Mon Jun 29 10:43:49 2020 -0700
23824
23825     [atomic] Comment
23826
23827  src/hb-atomic.hh | 4 +++-
23828  1 file changed, 3 insertions(+), 1 deletion(-)
23829
23830 commit 3528a21e8d135e65d748895b469bf83c0ebec5ae
23831 Author: Behdad Esfahbod <behdad@behdad.org>
23832 Date:   Mon Jun 29 10:40:21 2020 -0700
23833
23834     [atomic] Remove Apple implementation
23835     
23836     Continuation of https://github.com/harfbuzz/harfbuzz/pull/676
23837
23838  src/hb-atomic.hh | 24 ------------------------
23839  1 file changed, 24 deletions(-)
23840
23841 commit 140797d4a2841d4109ad667a38226bfd59de5829
23842 Author: Behdad Esfahbod <behdad@behdad.org>
23843 Date:   Mon Jun 29 03:51:09 2020 -0700
23844
23845     [constexpr] hb_atomic_int_t
23846
23847  src/hb-atomic.hh | 13 ++++++++-----
23848  src/hb-face.cc   |  4 ++--
23849  src/hb-object.hh | 11 +++--------
23850  3 files changed, 13 insertions(+), 15 deletions(-)
23851
23852 commit 2ec802b42a0766c3fc159fd47a2596a5eaf27742
23853 Author: Behdad Esfahbod <behdad@behdad.org>
23854 Date:   Mon Jun 29 03:48:38 2020 -0700
23855
23856     [object] Simplify reference_count_t
23857
23858  src/hb-object.hh | 8 +++-----
23859  1 file changed, 3 insertions(+), 5 deletions(-)
23860
23861 commit 4d116ed0f02920f9ba4634d87f6201343930b657
23862 Author: Behdad Esfahbod <behdad@behdad.org>
23863 Date:   Mon Feb 22 17:14:45 2021 -0700
23864
23865     [ci] Remove cmake
23866     
23867     Apparently(?) our cmake build never bothered setting up pthreads.
23868     So when I removed the busy-loop mutex impl it now doesn't build.
23869     
23870     711c241f6c7e18c5403602375a733af74df76f83
23871     
23872     https://github.com/harfbuzz/harfbuzz/pull/2874#issuecomment-782778263
23873
23874  .circleci/config.yml | 3 +--
23875  1 file changed, 1 insertion(+), 2 deletions(-)
23876
23877 commit 1c693e8c28478655e115ad6c25ff775222b7ac00
23878 Author: Behdad Esfahbod <behdad@behdad.org>
23879 Date:   Sat Feb 20 18:53:20 2021 -0700
23880
23881     [test] Fix unused-var warning
23882
23883  test/api/test-buffer.c | 3 +--
23884  1 file changed, 1 insertion(+), 2 deletions(-)
23885
23886 commit 12a283d5132a3fe03c91e75ef1f7baf65d6b5855
23887 Author: Behdad Esfahbod <behdad@behdad.org>
23888 Date:   Mon Feb 22 12:50:41 2021 -0700
23889
23890     m[ft] No need to use atomic ops for cached_x_scale
23891     
23892     We have added a mutex since, so no need for atomicity.
23893
23894  src/hb-ft.cc | 8 ++++----
23895  1 file changed, 4 insertions(+), 4 deletions(-)
23896
23897 commit b39c1f7829bb6c7a69eb783e579246fdb627cd94
23898 Author: Behdad Esfahbod <behdad@behdad.org>
23899 Date:   Sat Feb 20 15:46:17 2021 -0700
23900
23901     a[build] Fix distcheck
23902
23903  Makefile.am | 2 --
23904  1 file changed, 2 deletions(-)
23905
23906 commit a3c35aee30879cd86351413fc395d3128fe6817a
23907 Author: Behdad Esfahbod <behdad@behdad.org>
23908 Date:   Mon Jun 29 02:07:20 2020 -0700
23909
23910     m Move HB_SCRIPT_MYANMAR_ZAWGYI
23911
23912  src/hb-ot-shape-complex.hh | 3 ++-
23913  src/hb.hh                  | 8 --------
23914  2 files changed, 2 insertions(+), 9 deletions(-)
23915
23916 commit c55bf55154887ae485501bf8843e26abb5cdedaa
23917 Author: Behdad Esfahbod <behdad@behdad.org>
23918 Date:   Mon Jun 29 02:04:16 2020 -0700
23919
23920     Remove HB_CONST_FUNC and HB_PURE_FUNC
23921     
23922     They are not necessary for inline functions.
23923
23924  src/hb-algs.hh | 6 +++---
23925  src/hb-face.hh | 2 +-
23926  src/hb.hh      | 4 ----
23927  3 files changed, 4 insertions(+), 8 deletions(-)
23928
23929 commit cba9893ac5470e5d70888ec240453b581a657252
23930 Author: Behdad Esfahbod <behdad@behdad.org>
23931 Date:   Mon Jun 29 01:55:57 2020 -0700
23932
23933     m[algs] Move roundf() here
23934
23935  src/hb-algs.hh | 7 +++++++
23936  src/hb.hh      | 5 -----
23937  2 files changed, 7 insertions(+), 5 deletions(-)
23938
23939 commit f0947717ff43c37a6273e9de7c83d082ffec22eb
23940 Author: Behdad Esfahbod <behdad@behdad.org>
23941 Date:   Mon Jun 29 01:53:21 2020 -0700
23942
23943     m[machinery] Move HB_VAR_ARRAY here
23944
23945  src/hb-machinery.hh | 5 +++++
23946  src/hb.hh           | 5 -----
23947  2 files changed, 5 insertions(+), 5 deletions(-)
23948
23949 commit 69464e9da04b9e9b7f5ac33688d3832b84a8318d
23950 Author: Behdad Esfahbod <behdad@behdad.org>
23951 Date:   Sat Feb 20 15:42:44 2021 -0700
23952
23953     [algs] Another try at fixing BEInt constexpr
23954     
23955     ../src/hb-algs.hh:120:3: error: body of constexpr function ‘constexpr BEInt<Type, 2>::operator Type() const [with Type = short unsigned int]’ not a return-statement
23956
23957  src/hb-algs.hh | 3 ++-
23958  1 file changed, 2 insertions(+), 1 deletion(-)
23959
23960 commit ff7bf88192b0ceed3e9489c82f6b902ced37e1b4
23961 Author: Behdad Esfahbod <behdad@behdad.org>
23962 Date:   Sat Feb 20 15:39:29 2021 -0700
23963
23964     m[algs] Fix BEInt -Wnarrowing errors
23965
23966  src/hb-algs.hh | 20 ++++++++++----------
23967  1 file changed, 10 insertions(+), 10 deletions(-)
23968
23969 commit a89d9f25b4baa538293c397920e5a4489859878c
23970 Author: Behdad Esfahbod <behdad@behdad.org>
23971 Date:   Sat Feb 20 15:35:28 2021 -0700
23972
23973     m Err on -Wnarrowing instead of -Wc++11-narrowing
23974     
23975     On clang, -Wnarrowing is synonym for -Wc++11-narrowing.
23976     On gcc it isn't. So, use the widely-available one
23977
23978  src/hb.hh | 2 +-
23979  1 file changed, 1 insertion(+), 1 deletion(-)
23980
23981 commit e208f80449caccea19f68e395ad4c38353849da6
23982 Author: Behdad Esfahbod <behdad@behdad.org>
23983 Date:   Sat Feb 20 15:31:27 2021 -0700
23984
23985     Make constexpr BEInt<Type, 2>::operator Type() C++11-compatible
23986     
23987     Multiple return values not permitted until C++14
23988
23989  src/hb-algs.hh | 3 ++-
23990  1 file changed, 2 insertions(+), 1 deletion(-)
23991
23992 commit c2fc2aa44cc8018ac689dde36efa34a635544197
23993 Author: Behdad Esfahbod <behdad@behdad.org>
23994 Date:   Mon Jun 29 01:49:28 2020 -0700
23995
23996     [atomic] Remove Solaris intrinsics
23997
23998  CMakeLists.txt                             | 17 -----------------
23999  configure.ac                               | 18 ------------------
24000  meson-cc-tests/solaris-atomic-operations.c |  8 --------
24001  meson.build                                |  4 ----
24002  src/hb-atomic.hh                           | 29 -----------------------------
24003  5 files changed, 76 deletions(-)
24004
24005 commit 7099a6dca18c12a3bb062adba4d429abc46d76a9
24006 Author: Behdad Esfahbod <behdad@behdad.org>
24007 Date:   Mon Jun 29 01:47:37 2020 -0700
24008
24009     [atomic] Remove old Intel primitives implementation
24010
24011  .github/workflows/coverity-scan.yml           |  6 +++---
24012  CMakeLists.txt                                | 14 --------------
24013  configure.ac                                  | 16 ----------------
24014  meson-cc-tests/intel-atomic-primitives-test.c |  6 ------
24015  meson.build                                   |  4 ----
24016  src/hb-atomic.hh                              |  9 ---------
24017  6 files changed, 3 insertions(+), 52 deletions(-)
24018
24019 commit 711c241f6c7e18c5403602375a733af74df76f83
24020 Author: Behdad Esfahbod <behdad@behdad.org>
24021 Date:   Mon Jun 29 01:40:30 2020 -0700
24022
24023     m[mutex] Remove busyloop mutex implemenation
24024     
24025     Don't know why I ever added this. :)
24026
24027  configure.ac    |  5 -----
24028  meson.build     |  3 ---
24029  src/hb-mutex.hh | 18 ------------------
24030  3 files changed, 26 deletions(-)
24031
24032 commit 47f01c0726388102b82c1e04a5f134abb74b1831
24033 Author: Behdad Esfahbod <behdad@behdad.org>
24034 Date:   Mon Jun 29 01:25:35 2020 -0700
24035
24036     m[algs] Move BEInt here
24037
24038  src/hb-algs.hh | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
24039  src/hb.hh      | 76 ------------------------------------------------------
24040  2 files changed, 80 insertions(+), 77 deletions(-)
24041
24042 commit e5b7bc424dd08c206f8c5baf5ac1b67d1dfd116e
24043 Author: Behdad Esfahbod <behdad@behdad.org>
24044 Date:   Mon Jun 29 01:24:02 2020 -0700
24045
24046     m Add default value to BEInt<> Size template parameter
24047
24048  src/hb-open-type.hh | 14 +++++++-------
24049  src/hb-serialize.hh |  2 +-
24050  src/hb.hh           |  4 ++--
24051  3 files changed, 10 insertions(+), 10 deletions(-)
24052
24053 commit 2caae4a59aadf889b410c4e2f42c0285013c22e6
24054 Author: Behdad Esfahbod <behdad@behdad.org>
24055 Date:   Mon Jun 29 01:18:28 2020 -0700
24056
24057     m Move class traits
24058
24059  src/hb-meta.hh | 11 +++++++++++
24060  src/hb.hh      |  8 --------
24061  2 files changed, 11 insertions(+), 8 deletions(-)
24062
24063 commit c2dbd6cc0f9f30b2faed1fa0f40cfff742baae86
24064 Author: Behdad Esfahbod <behdad@behdad.org>
24065 Date:   Mon Jun 29 01:15:36 2020 -0700
24066
24067     Remove static_assert of sizeof basic sized int types
24068
24069  src/hb.hh | 8 --------
24070  1 file changed, 8 deletions(-)
24071
24072 commit e1706ffecdc0469063b90bbef6178c092dd7f32b
24073 Author: Behdad Esfahbod <behdad@behdad.org>
24074 Date:   Mon Jun 29 00:59:06 2020 -0700
24075
24076     m [algs] Move flags here
24077
24078  src/hb-algs.hh | 36 ++++++++++++++++++++++++++++++++++++
24079  src/hb.hh      | 36 ------------------------------------
24080  2 files changed, 36 insertions(+), 36 deletions(-)
24081
24082 commit 017f6b0d2441dc7602d9cb4b6783aaf5a0424f96
24083 Author: Behdad Esfahbod <behdad@behdad.org>
24084 Date:   Mon Jun 29 00:44:41 2020 -0700
24085
24086     m Move static_assert_expr<>
24087
24088  src/hb-meta.hh | 4 ++++
24089  src/hb.hh      | 5 -----
24090  2 files changed, 4 insertions(+), 5 deletions(-)
24091
24092 commit 61f8d0e57dd9eee7e174f091f4e43646251dbb06
24093 Author: Behdad Esfahbod <behdad@behdad.org>
24094 Date:   Mon Jun 29 00:38:56 2020 -0700
24095
24096     m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr
24097
24098  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
24099  src/hb-ot-shape-complex-indic.hh          | 2 +-
24100  src/hb.hh                                 | 8 ++++----
24101  3 files changed, 7 insertions(+), 7 deletions(-)
24102
24103 commit 59cfffb1af82c706e181db64e81794f43af05cf4
24104 Author: Behdad Esfahbod <behdad@behdad.org>
24105 Date:   Mon Jun 29 00:34:07 2020 -0700
24106
24107     m Change ASSERT_STATIC_EXPR_ZERO template arg type to bool
24108
24109  src/hb.hh | 6 +++---
24110  1 file changed, 3 insertions(+), 3 deletions(-)
24111
24112 commit 1981d83d7fefbc22d28d69714bfdac7aa5064d15
24113 Author: Behdad Esfahbod <behdad@behdad.org>
24114 Date:   Mon Jun 29 00:28:31 2020 -0700
24115
24116     [constexpr] HB_MARK_AS_FLAG_T
24117
24118  src/hb.hh | 8 ++++----
24119  1 file changed, 4 insertions(+), 4 deletions(-)
24120
24121 commit a4a99de0eb17b1de1be99534b5184fd1f1c53c37
24122 Author: Behdad Esfahbod <behdad@behdad.org>
24123 Date:   Mon Jun 29 00:22:02 2020 -0700
24124
24125     [constexpr] bswap
24126
24127  src/hb.hh | 4 ++--
24128  1 file changed, 2 insertions(+), 2 deletions(-)
24129
24130 commit f8ebe1dacd71d93dc2b401d0afbac86f5e14311d
24131 Author: Behdad Esfahbod <behdad@behdad.org>
24132 Date:   Mon Jun 29 00:20:45 2020 -0700
24133
24134     [constexpr] BEInt
24135
24136  src/hb.hh | 64 +++++++++++++++++++++++----------------------------------------
24137  1 file changed, 23 insertions(+), 41 deletions(-)
24138
24139 commit 2fbd34f89a80fb25aa0f8edd1dbb692c66211842
24140 Author: Behdad Esfahbod <behdad@behdad.org>
24141 Date:   Sun Jun 28 22:41:09 2020 -0700
24142
24143     m[set/map] Add operator bool()
24144     
24145     Probably should use in places..
24146
24147  src/hb-map.hh | 1 +
24148  src/hb-set.hh | 1 +
24149  2 files changed, 2 insertions(+)
24150
24151 commit bf75a0a03ac910879ee91cd29a4581c304edc644
24152 Author: Behdad Esfahbod <behdad@behdad.org>
24153 Date:   Fri Feb 19 18:18:38 2021 -0700
24154
24155     m[dispatch] Use inline class member initialization
24156     
24157     Let's see how bots like this...
24158
24159  src/hb-dispatch.hh | 3 +--
24160  1 file changed, 1 insertion(+), 2 deletions(-)
24161
24162 commit 82928d9cf65e275362188e9d855690d2ae71f005
24163 Author: Behdad Esfahbod <behdad@behdad.org>
24164 Date:   Sun Jun 28 22:03:57 2020 -0700
24165
24166     m[blob] Move immutable check to C API boundary
24167     
24168     Similarly to 08ed9e3f779253e3b5f01c38d44d0e5db2d5e7aa
24169
24170  src/hb-blob.cc | 10 +++-------
24171  1 file changed, 3 insertions(+), 7 deletions(-)
24172
24173 commit 4020c6b286a5a2bacf8ca97a402b39bbf29f18c6
24174 Author: Behdad Esfahbod <behdad@behdad.org>
24175 Date:   Sun Jun 28 21:59:46 2020 -0700
24176
24177     m[blob] An empty blob can always be made writable
24178
24179  src/hb-blob.cc | 10 ++++++----
24180  1 file changed, 6 insertions(+), 4 deletions(-)
24181
24182 commit 2d39031f7b03543d8e9638354afad1af68872f06
24183 Author: Behdad Esfahbod <behdad@behdad.org>
24184 Date:   Sun Jun 28 20:48:48 2020 -0700
24185
24186     [buffer/set/map] Move immutable check only to C API boundary
24187     
24188     The immutable objects are a concept only enforced by the C API.
24189     So move checks only to that region.
24190     
24191     This does assume that the rest of the code is careful not getting
24192     into these internal methods on immutable objects, which something
24193     we do, but have no way of enforcing (currently).
24194     
24195     .
24196
24197  src/hb-buffer.cc | 21 ++++++---------------
24198  src/hb-map.cc    |  3 +++
24199  src/hb-map.hh    |  4 ----
24200  src/hb-set.cc    |  3 +++
24201  src/hb-set.hh    |  5 -----
24202  5 files changed, 12 insertions(+), 24 deletions(-)
24203
24204 commit 6d83d44052d85f1a67ad14101b1a0a89cca642c9
24205 Author: Behdad Esfahbod <behdad@behdad.org>
24206 Date:   Sun Jun 28 21:02:51 2020 -0700
24207
24208     m[set] Recover set from error in .reset()
24209
24210  src/hb-set.hh | 2 +-
24211  1 file changed, 1 insertion(+), 1 deletion(-)
24212
24213 commit 445efe8d04b76e14148e7a53c891adb96e199dad
24214 Author: Behdad Esfahbod <behdad@behdad.org>
24215 Date:   Sun Jun 28 20:59:01 2020 -0700
24216
24217     m[vector] Recover vector from error in .reset()
24218
24219  src/hb-vector.hh | 11 ++++++++---
24220  1 file changed, 8 insertions(+), 3 deletions(-)
24221
24222 commit 21433fa563028b1dda5f044bdeef9221511806f3
24223 Author: Behdad Esfahbod <behdad@behdad.org>
24224 Date:   Sun Jun 28 20:46:02 2020 -0700
24225
24226     m[buffer] In hb_buffer_append() don't change until allocation success
24227
24228  src/hb-buffer.cc | 10 +++++-----
24229  1 file changed, 5 insertions(+), 5 deletions(-)
24230
24231 commit 0f61a6213acd3f8ad5dd93f11c526bacceff699c
24232 Author: Behdad Esfahbod <behdad@behdad.org>
24233 Date:   Sun Jun 28 20:40:25 2020 -0700
24234
24235     m[vowels] Simplify
24236     
24237     If we didn't "process" anything, swap_buffers() becomes a no-op.
24238
24239  src/gen-vowel-constraints.py                 |  5 +----
24240  src/hb-ot-shape-complex-vowel-constraints.cc | 19 +------------------
24241  2 files changed, 2 insertions(+), 22 deletions(-)
24242
24243 commit 3b91e0b5920a4a1c16dc349c4c93b4a4daf006bc
24244 Author: Behdad Esfahbod <behdad@behdad.org>
24245 Date:   Sun Jun 28 20:33:54 2020 -0700
24246
24247     m[buffer] Rename internal variable
24248
24249  src/hb-buffer.cc | 7 ++++---
24250  1 file changed, 4 insertions(+), 3 deletions(-)
24251
24252 commit 9fcba109bf62aaff3dd8469ecb387e7451031a76
24253 Author: Behdad Esfahbod <behdad@behdad.org>
24254 Date:   Sun Jun 28 20:30:39 2020 -0700
24255
24256     [buffer] Make swap_buffers() copy rest
24257
24258  src/gen-vowel-constraints.py                 | 4 ----
24259  src/hb-aat-layout-common.hh                  | 4 ----
24260  src/hb-buffer.cc                             | 3 +++
24261  src/hb-ot-shape-complex-vowel-constraints.cc | 4 ----
24262  src/hb-ot-shape.cc                           | 2 --
24263  5 files changed, 3 insertions(+), 14 deletions(-)
24264
24265 commit 86993c09a1f1d72b972592693ccfb18a5ab28af4
24266 Author: Behdad Esfahbod <behdad@behdad.org>
24267 Date:   Fri Feb 19 17:09:33 2021 -0700
24268
24269     Ignore -Wrange-loop-analysis
24270     
24271     Fixes https://github.com/harfbuzz/harfbuzz/issues/2834
24272
24273  src/hb.hh | 1 +
24274  1 file changed, 1 insertion(+)
24275
24276 commit 6d94194497b49ee4cd05c9f590f6cd871a5708e9
24277 Author: Behdad Esfahbod <behdad@behdad.org>
24278 Date:   Fri Feb 19 17:08:10 2021 -0700
24279
24280     Use auto in range-for-loop more
24281
24282  src/hb-ot-cff-common.hh      | 2 +-
24283  src/hb-ot-cmap-table.hh      | 8 ++++----
24284  src/hb-ot-layout-gsubgpos.hh | 6 ++++--
24285  3 files changed, 9 insertions(+), 7 deletions(-)
24286
24287 commit 1551f3d51862ab8f6428c9c35c7f424b00af72ee
24288 Author: justvanrossum <justvanrossum@gmail.com>
24289 Date:   Thu Feb 18 11:57:37 2021 +0100
24290
24291     fixing more expected test results
24292
24293  test/api/test-draw.c | 20 ++++++++++----------
24294  1 file changed, 10 insertions(+), 10 deletions(-)
24295
24296 commit 79e4f436e7fc4634ed285d548cad48069c6390eb
24297 Author: justvanrossum <justvanrossum@gmail.com>
24298 Date:   Wed Feb 17 10:21:58 2021 +0100
24299
24300     Apply rounding correctly when calculating glyph extents for CFF and CFF2; adjust expected test results
24301
24302  src/hb-ot-cff1-table.cc        | 4 ++--
24303  src/hb-ot-cff2-table.cc        | 4 ++--
24304  test/api/test-ot-extents-cff.c | 6 +++---
24305  3 files changed, 7 insertions(+), 7 deletions(-)
24306
24307 commit d01ebeae21b8f17a7eff92b091340fdf804b4de2
24308 Author: justvanrossum <justvanrossum@gmail.com>
24309 Date:   Wed Feb 17 10:13:54 2021 +0100
24310
24311     calculate extents based on scaled then rounded values; undo two of the earlier test result adjustments
24312
24313  src/hb-ot-glyf-table.hh           | 4 ++--
24314  test/api/test-ot-metrics-tt-var.c | 4 ++--
24315  2 files changed, 4 insertions(+), 4 deletions(-)
24316
24317 commit 1d02e9c63bde6f5d064671401a292ffc440a9e99
24318 Author: justvanrossum <justvanrossum@gmail.com>
24319 Date:   Tue Feb 16 21:39:43 2021 +0100
24320
24321     two more adjusted expected extents results (still not convinced this is the right thing, though)
24322
24323  test/api/test-ot-metrics-tt-var.c | 4 ++--
24324  1 file changed, 2 insertions(+), 2 deletions(-)
24325
24326 commit cd0babe6a66ad8286fd8e60d7a87d7691b249482
24327 Author: justvanrossum <justvanrossum@gmail.com>
24328 Date:   Tue Feb 16 21:05:30 2021 +0100
24329
24330     adjust expected test result
24331
24332  test/api/test-ot-metrics-tt-var.c | 2 +-
24333  1 file changed, 1 insertion(+), 1 deletion(-)
24334
24335 commit 1d8a89504bc2fc37372f10ea699453992ae8fc0b
24336 Author: justvanrossum <justvanrossum@gmail.com>
24337 Date:   Tue Feb 16 20:55:16 2021 +0100
24338
24339     do not round added deltas; fixes #2866
24340
24341  src/hb-ot-var-gvar-table.hh | 4 ++--
24342  1 file changed, 2 insertions(+), 2 deletions(-)
24343
24344 commit 103ed7da83758e6327a0b0b3e8f521dd41f2232b
24345 Author: Behdad Esfahbod <behdad@behdad.org>
24346 Date:   Fri Feb 19 16:48:30 2021 -0700
24347
24348     [subset] Use dagger
24349     
24350     Better fix for https://github.com/harfbuzz/harfbuzz/pull/2858
24351
24352  src/hb-ot-layout-gpos-table.hh | 12 +++---------
24353  1 file changed, 3 insertions(+), 9 deletions(-)
24354
24355 commit d8ea552d1095b92f44657ca8a90e4fc9fcdbd37a
24356 Author: Behdad Esfahbod <behdad@behdad.org>
24357 Date:   Thu Feb 18 12:07:46 2021 -0700
24358
24359     [aat] Improve unsafe-to-break logic
24360     
24361     Reduces false-positives.  See comments for new logic.
24362     
24363     Fixes https://github.com/harfbuzz/harfbuzz/issues/2860
24364     
24365     Adjusts run-tests.sh to allow unhashed absolute filenames.
24366
24367  src/hb-aat-layout-common.hh                  | 91 +++++++++++++++++++++-------
24368  test/shaping/data/in-house/tests/macos.tests |  3 +
24369  test/shaping/run-tests.py                    | 17 +++---
24370  3 files changed, 81 insertions(+), 30 deletions(-)
24371
24372 commit cf203936d7ba74dfb567a92378476c3125010023
24373 Author: Behdad Esfahbod <behdad@behdad.org>
24374 Date:   Thu Feb 18 12:03:26 2021 -0700
24375
24376     [aat] Unbreak builds
24377     
24378     Some compilers don't like this:
24379     
24380     ../src/hb-aat-layout-common.hh:732:9: error: declaration of 'using StateTable = struct AAT::StateTable<Types, EntryData>' changes meaning of 'StateTable' [-fpermissive]
24381     732 |   using StateTable = StateTable<Types, EntryData>;
24382
24383  src/hb-aat-layout-common.hh | 14 +++++++-------
24384  1 file changed, 7 insertions(+), 7 deletions(-)
24385
24386 commit b6fdaa6948a31beffa5a0715aca9718493bb9644
24387 Author: Behdad Esfahbod <behdad@behdad.org>
24388 Date:   Thu Feb 18 11:16:37 2021 -0700
24389
24390     [minor:aat] Use injected class name
24391
24392  src/hb-aat-layout-common.hh | 2 +-
24393  1 file changed, 1 insertion(+), 1 deletion(-)
24394
24395 commit e27420bb189bff7b15f8830e834eaf486de63505
24396 Author: Behdad Esfahbod <behdad@behdad.org>
24397 Date:   Thu Feb 18 11:15:25 2021 -0700
24398
24399     [minor:aat] Simplify template reference
24400
24401  src/hb-aat-layout-common.hh | 14 ++++++++------
24402  1 file changed, 8 insertions(+), 6 deletions(-)
24403
24404 commit 7b8a8adb7d3d273e16ad5933b1a958f4d13a6572
24405 Author: Behdad Esfahbod <behdad@behdad.org>
24406 Date:   Thu Feb 18 09:47:24 2021 -0700
24407
24408     [aat] Fix unsafe-to-break marking when end-of-text action kicks in
24409     
24410     The state we are dealing with here is the previous state; so it should
24411     cause unsafe_to_break before current glyph.
24412     
24413     I'm surprised this wasn't caught by any tests. Guess we don't have any
24414     fonts with fancy end-of-text forms.
24415
24416  src/hb-aat-layout-common.hh | 4 ++--
24417  1 file changed, 2 insertions(+), 2 deletions(-)
24418
24419 commit aa80c7c8b4242d61e771b28775638bf2a2c5100f
24420 Author: Behdad Esfahbod <behdad@behdad.org>
24421 Date:   Thu Feb 18 09:31:46 2021 -0700
24422
24423     [aat] Add buffer->successful check before buffer->next_glyph()
24424
24425  src/hb-aat-layout-common.hh | 2 +-
24426  1 file changed, 1 insertion(+), 1 deletion(-)
24427
24428 commit bcd10bf2741266e16d514269cc1c8902105187db
24429 Author: Behdad Esfahbod <behdad@behdad.org>
24430 Date:   Wed Feb 17 13:58:56 2021 -0700
24431
24432     [normalize] Add buffer success check before ->next_glyph()
24433     
24434     Speculative fix for:
24435     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27843
24436
24437  src/hb-ot-shape-normalize.cc | 1 +
24438  1 file changed, 1 insertion(+)
24439
24440 commit 505b3fc6cfbed95a4101c9a9c75a76645eb6fb6b
24441 Author: Behdad Esfahbod <behdad@behdad.org>
24442 Date:   Wed Feb 17 11:34:47 2021 -0700
24443
24444     [harfbuzz.cc] Fix OffsetTable name clash with Mac headers
24445     
24446     There's no easy way to undo a "using namespace" in our sources, so by the time
24447     we get to include hb-coretext.cc from harfbuzz.cc, we already have "using namespace OT"
24448     active, which clashes with Mac headers.
24449     
24450     Error was:
24451     $ gcc -O3 -Wall -arch i386 -DHAVE_CORETEXT=1 -c harfbuzz.cc -o harfbuzz.o -std=c++11
24452     /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h:288:3: error:
24453           reference to 'OffsetTable' is ambiguous
24454       OffsetTable     offsets,
24455       ^
24456     /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/IntlResources.h:115:41: note:
24457           candidate found by name lookup is 'OffsetTable'
24458     typedef OffPair                         OffsetTable[3];
24459                                             ^
24460     ./hb-open-file.hh:81:16: note: candidate found by name lookup is 'OT::OffsetTable'
24461     typedef struct OffsetTable
24462                    ^
24463     1 error generated.
24464
24465  src/hb-open-file.hh     | 6 +++---
24466  src/hb-ot-head-table.hh | 2 +-
24467  2 files changed, 4 insertions(+), 4 deletions(-)
24468
24469 commit 6a9f576fd438aef23242e72bd04285d0ea1279ad
24470 Author: Behdad Esfahbod <behdad@behdad.org>
24471 Date:   Wed Feb 17 11:31:32 2021 -0700
24472
24473     [coretext] Silence CoreText deprecation warning
24474     
24475     As suggested by Ned, just ignoring it.
24476     
24477     warning: 'CTGetCoreTextVersion' is deprecated: first deprecated in macOS 11.0 - Use
24478           -[NSProcessInfo operatingSystemVersion] [-Wdeprecated-declarations]
24479
24480  src/hb-coretext.cc | 3 +++
24481  1 file changed, 3 insertions(+)
24482
24483 commit 8e53c7c125ad93c1e83224da378d53caee00ca1e
24484 Author: Behdad Esfahbod <behdad@behdad.org>
24485 Date:   Wed Feb 17 11:12:56 2021 -0700
24486
24487     [coretext] Fix more CGFloat double-promotion warnings
24488     
24489     The warning is:
24490     warning: implicit conversion increases floating-point precision: 'CGFloat' (aka 'float') to
24491           'double' [-Wdouble-promotion]
24492
24493  src/hb-coretext.cc | 12 ++++++------
24494  1 file changed, 6 insertions(+), 6 deletions(-)
24495
24496 commit cd08c2528c69cc91d06efc3947ab21007269b00d
24497 Author: Behdad Esfahbod <behdad@behdad.org>
24498 Date:   Tue Feb 16 18:51:43 2021 -0700
24499
24500     Fix typo
24501
24502  CONFIG.md | 6 +++---
24503  1 file changed, 3 insertions(+), 3 deletions(-)
24504
24505 commit 9c8032cb4b436e093c16dd8476284d8fdcc1c93e
24506 Author: Khaled Hosny <khaled@aliftype.com>
24507 Date:   Tue Feb 16 22:00:20 2021 +0200
24508
24509     [meson] Don’t build FontConfig subproject from master
24510     
24511     Pin it to a known working tag instead.
24512
24513  subprojects/fontconfig.wrap | 2 +-
24514  1 file changed, 1 insertion(+), 1 deletion(-)
24515
24516 commit 5ca353a2d026f655af61ae159adcaeace1fdb09c
24517 Author: Garret Rieger <grieger@google.com>
24518 Date:   Fri Feb 12 15:16:59 2021 -0800
24519
24520     [subset] fix heap buffer overflow found by fuzzer.
24521
24522  src/hb-ot-layout-gpos-table.hh                            |   3 +++
24523  ...z-testcase-minimized-hb-subset-fuzzer-4901143794810880 | Bin 0 -> 565 bytes
24524  ...z-testcase-minimized-hb-subset-fuzzer-6372147008241664 | Bin 0 -> 775 bytes
24525  3 files changed, 3 insertions(+)
24526
24527 commit ae860db893f74a7025b7656697a10c017e38e261
24528 Merge: 7a60f4e3a 751ed68fe
24529 Author: Behdad Esfahbod <behdad@behdad.org>
24530 Date:   Tue Feb 16 12:39:47 2021 -0700
24531
24532     Merge pull request #2859 from harfbuzz/override-0b55
24533     
24534     [indic] Fix shaping of U+0B55 ORIYA SIGN OVERLINE
24535
24536 commit 751ed68fee1d32f8a2c13b4fdc4bfaa9856608e8
24537 Author: David Corbett <corbett.dav@northeastern.edu>
24538 Date:   Sun Feb 14 12:47:34 2021 -0500
24539
24540     [indic] Fix shaping of U+0B55 ORIYA SIGN OVERLINE
24541     
24542     Fixes https://github.com/harfbuzz/harfbuzz/issues/2849
24543
24544  src/hb-ot-shape-complex-indic.hh                          |   1 +
24545  .../fonts/b3075ca42b27dde7341c2d0ae16703c5b6640df0.ttf    | Bin 0 -> 920 bytes
24546  test/shaping/data/in-house/tests/indic-syllable.tests     |   2 ++
24547  3 files changed, 3 insertions(+)
24548
24549 commit 7a60f4e3a407cdadedc3b723eb2f1d716e99cd72
24550 Author: Behdad Esfahbod <behdad@behdad.org>
24551 Date:   Fri Feb 12 14:14:17 2021 -0700
24552
24553     [subset] Remove debug burden
24554     
24555     Fixes https://github.com/harfbuzz/harfbuzz/issues/2360
24556
24557  src/hb-subset-plan.hh | 15 +++++++++------
24558  1 file changed, 9 insertions(+), 6 deletions(-)
24559
24560 commit 00d9276343f4c3d5fe6919308e0ba229c2f9ff10
24561 Author: Garret Rieger <grieger@google.com>
24562 Date:   Wed Oct 14 14:48:11 2020 -0700
24563
24564     Add gpos9 expected files to Makefile.am
24565
24566  test/subset/data/Makefile.am | 1 +
24567  1 file changed, 1 insertion(+)
24568
24569 commit 08a4997fdec4f8df388d73dab7274b67ace8dc67
24570 Author: Garret Rieger <grieger@google.com>
24571 Date:   Tue Oct 6 13:02:12 2020 -0700
24572
24573     [subset] Add subset support for Extension lookups (GPOS 9, GSUB 7).
24574
24575  src/hb-ot-layout-gsubgpos.hh                       |  30 +++++++++++++++++++++
24576  test/subset/data/Makefile.sources                  |   1 +
24577  .../gpos9_font2.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 1976 bytes
24578  .../gpos9_font2.keep-layout-retain-gids.41.otf     | Bin 0 -> 1936 bytes
24579  .../gpos9_font2.keep-layout-retain-gids.42.otf     | Bin 0 -> 1808 bytes
24580  .../layout.gpos9/gpos9_font2.keep-layout.41,42.otf | Bin 0 -> 1272 bytes
24581  .../layout.gpos9/gpos9_font2.keep-layout.41.otf    | Bin 0 -> 1236 bytes
24582  .../layout.gpos9/gpos9_font2.keep-layout.42.otf    | Bin 0 -> 1096 bytes
24583  test/subset/data/fonts/gpos9_font2.otf             | Bin 0 -> 4588 bytes
24584  test/subset/data/tests/layout.gpos9.tests          |  11 ++++++++
24585  test/subset/meson.build                            |   1 +
24586  11 files changed, 43 insertions(+)
24587
24588 commit bbbea3dbd86ece2ba0f6a0f7f70ea240fbc5a40f
24589 Author: Behdad Esfahbod <behdad@behdad.org>
24590 Date:   Thu Feb 11 12:23:33 2021 -0700
24591
24592     [minor] Rewrite set operation in OS/2 subsetting
24593     
24594     This patch could be nicer:
24595     https://github.com/harfbuzz/harfbuzz/pull/2572/files
24596     
24597     Just tiny touchup now.
24598
24599  src/hb-ot-os2-table.hh | 9 ++++-----
24600  1 file changed, 4 insertions(+), 5 deletions(-)
24601
24602 commit cdb9197b4137ccac7d775b0e10adf0e9ef485f0c
24603 Author: Behdad Esfahbod <behdad@behdad.org>
24604 Date:   Thu Feb 11 11:32:49 2021 -0700
24605
24606     [khmer] Remove more unused code
24607     
24608     Prodded by https://github.com/harfbuzz/harfbuzz/pull/2583
24609     
24610     These are leftovers from when we forked Khmer shaper from the Indic shaper.
24611
24612  src/hb-ot-shape-complex-khmer.cc | 23 -----------------------
24613  1 file changed, 23 deletions(-)
24614
24615 commit dfa9d7acdc320005749bb21b4c4711224a87d511
24616 Author: Behdad Esfahbod <behdad@behdad.org>
24617 Date:   Thu Feb 11 11:08:52 2021 -0700
24618
24619     [minor] Use serializer->propagate_error() to simplify code
24620
24621  src/hb-ot-color-cbdt-table.hh |  8 ++++----
24622  src/hb-ot-layout-gsubgpos.hh  | 18 ++++++++----------
24623  src/hb-serialize.hh           |  9 +++++----
24624  3 files changed, 17 insertions(+), 18 deletions(-)
24625
24626 commit 5faae8260ac9f81dbc022317edd63643c83bc8e4
24627 Author: Behdad Esfahbod <behdad@behdad.org>
24628 Date:   Thu Feb 11 10:58:02 2021 -0700
24629
24630     [post] Remove unneeded error check
24631
24632  src/hb-ot-post-table.hh | 1 -
24633  1 file changed, 1 deletion(-)
24634
24635 commit d7e2a51de2fb6c18c05bbc4c270efb01e9d744e1
24636 Author: Behdad Esfahbod <behdad@behdad.org>
24637 Date:   Thu Feb 11 10:55:03 2021 -0700
24638
24639     [minor] Add unlikely() when checking for error
24640
24641  src/hb-face.cc               | 2 +-
24642  src/hb-ot-glyf-table.hh      | 2 +-
24643  src/hb-ot-layout-gsubgpos.hh | 8 ++++----
24644  3 files changed, 6 insertions(+), 6 deletions(-)
24645
24646 commit eb069f3948ee6e79b9ac5396a4fd1aa37e4e9136
24647 Author: Behdad Esfahbod <behdad@behdad.org>
24648 Date:   Wed Feb 10 19:13:51 2021 -0700
24649
24650     [tests] Update expected output of recently-merged gpos5
24651     
24652     The merged PR was from before landing this:
24653     
24654     commit 7a72b20aa2b604053696e731185a17286de73b08
24655     Author: Garret Rieger <grieger@google.com>
24656     Date:   Thu Sep 24 15:58:48 2020 -0700
24657     
24658         [subset] Subset GDEF during layout subsetting tests.
24659
24660  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3840 -> 3884 bytes
24661  .../gpos5_font1.keep-layout.retain-all-codepoint.otf  | Bin 3840 -> 3884 bytes
24662  2 files changed, 0 insertions(+), 0 deletions(-)
24663
24664 commit c7d232ce4e8eccdeaf8fc4bb4b73818b581d3fb9
24665 Merge: 68d576224 be33704c0
24666 Author: Behdad Esfahbod <behdad@behdad.org>
24667 Date:   Wed Feb 10 18:13:38 2021 -0700
24668
24669     Merge pull request #2701 from googlefonts/Mark-To-Ligature_grieger
24670     
24671     [subset] GPOS 5 MarkToLigature subsetting support
24672
24673 commit 68d576224fcd6fd649a20c77b4573203a781f9c4
24674 Merge: 094406b67 7b9e23f28
24675 Author: Behdad Esfahbod <behdad@behdad.org>
24676 Date:   Wed Feb 10 14:56:29 2021 -0700
24677
24678     Merge pull request #2853 from harfbuzz/fix-g-ir-scanner
24679     
24680     [introspection] Fix g-ir-scanner syntax errors
24681
24682 commit 7b9e23f28b2bf0540a2c49914f5d9c89079c96ba
24683 Author: Khaled Hosny <khaled@aliftype.com>
24684 Date:   Wed Feb 10 23:37:43 2021 +0200
24685
24686     [introspection] Fix g-ir-scanner syntax errors
24687     
24688     Fixes https://github.com/harfbuzz/harfbuzz/issues/2851
24689
24690  src/Makefile.am             |  9 +--------
24691  src/hb-aat-layout.h         |  2 +-
24692  src/hb-blob.h               |  2 +-
24693  src/hb-buffer.h             |  2 +-
24694  src/hb-common.h             |  2 +-
24695  src/hb-deprecated.h         |  2 +-
24696  src/hb-draw.h               |  2 +-
24697  src/hb-face.h               |  2 +-
24698  src/hb-font.h               |  2 +-
24699  src/hb-gobject-enums.h.tmpl |  2 +-
24700  src/hb-gobject-structs.h    |  2 +-
24701  src/hb-map.h                |  2 +-
24702  src/hb-ot-color.h           |  2 +-
24703  src/hb-ot-deprecated.h      |  2 +-
24704  src/hb-ot-font.h            |  2 +-
24705  src/hb-ot-layout.h          |  2 +-
24706  src/hb-ot-math.h            |  2 +-
24707  src/hb-ot-meta.h            |  2 +-
24708  src/hb-ot-metrics.h         |  2 +-
24709  src/hb-ot-name.h            |  2 +-
24710  src/hb-ot-shape.h           |  2 +-
24711  src/hb-ot-var.h             |  2 +-
24712  src/hb-set.h                |  2 +-
24713  src/hb-shape-plan.h         |  2 +-
24714  src/hb-shape.h              |  2 +-
24715  src/hb-style.h              |  2 +-
24716  src/hb-unicode.h            |  2 +-
24717  src/hb-version.h            |  2 +-
24718  src/hb-version.h.in         |  2 +-
24719  src/meson.build             | 10 ++--------
24720  30 files changed, 31 insertions(+), 44 deletions(-)
24721
24722 commit 094406b67b074c460d8c44e31c847f9c1bec3d05
24723 Author: Khaled Hosny <khaled@aliftype.com>
24724 Date:   Wed Feb 10 22:49:27 2021 +0200
24725
24726     [ci] Disable failing Arch Linux job
24727     
24728     Some g-ir-scanner failure that does not seem to be related to us. The
24729     job does not seem to be testing anything interesting anyway.
24730
24731  .circleci/config.yml | 3 +--
24732  1 file changed, 1 insertion(+), 2 deletions(-)
24733
24734 commit 554aaa0c5deb4c4f315184be8540eebe9077fe27
24735 Author: Khaled Hosny <khaled@aliftype.com>
24736 Date:   Wed Feb 10 22:25:16 2021 +0200
24737
24738     [build] Fix make distcheck
24739     
24740     A regression from 7b77ce0507e18fb981a9b865f3eaac0c2ae06044.
24741     It was caught by the CI build in the PR, but apparently we are now used
24742     to CI failures that they are effectively ignored.
24743     
24744     Also, yay for multiple build systems.
24745
24746  test/subset/data/Makefile.am | 1 +
24747  1 file changed, 1 insertion(+)
24748
24749 commit 1da75afbe8804ede5b2843759a9c185e015918b0
24750 Author: Behdad Esfahbod <behdad@behdad.org>
24751 Date:   Wed Feb 10 00:03:30 2021 -0700
24752
24753     [minor] Add unlikely()
24754
24755  src/hb-ot-layout-gsubgpos.hh | 5 +++--
24756  1 file changed, 3 insertions(+), 2 deletions(-)
24757
24758 commit 6e1afac64bbf3222d3e7f484749bbd2d17fc1a25
24759 Author: Behdad Esfahbod <behdad@behdad.org>
24760 Date:   Tue Feb 9 18:48:46 2021 -0700
24761
24762     [minor] Rename internal variable
24763     
24764     To address review comment:
24765     https://github.com/harfbuzz/harfbuzz/pull/2699#discussion_r573370781
24766
24767  src/hb-ot-layout-gsubgpos.hh | 4 ++--
24768  1 file changed, 2 insertions(+), 2 deletions(-)
24769
24770 commit 836814a571a18bca344c0b35d136b2122122f82e
24771 Author: Behdad Esfahbod <behdad@behdad.org>
24772 Date:   Fri Feb 5 13:41:19 2021 -0500
24773
24774     [array] Swap order of args to hb_equal()
24775     
24776     Prioritizes Key::cmp() over table's cmp.
24777
24778  src/hb-array.hh | 2 +-
24779  1 file changed, 1 insertion(+), 1 deletion(-)
24780
24781 commit 98374cebe1001e726b40a588b9fdc13208c8a9b1
24782 Author: Behdad Esfahbod <behdad@behdad.org>
24783 Date:   Fri Feb 5 13:40:10 2021 -0500
24784
24785     Conditionalize IntType::cmp() so it never fails to compile
24786     
24787     Useful with lfind() since that calls hb_equal() which SFINAEs which
24788     cmp() to use.
24789
24790  src/hb-open-type.hh | 17 ++++++++++++-----
24791  1 file changed, 12 insertions(+), 5 deletions(-)
24792
24793 commit ed04174a64c77e6ba7a68294d0672391740d2d75
24794 Author: Behdad Esfahbod <behdad@behdad.org>
24795 Date:   Fri Feb 5 13:36:46 2021 -0500
24796
24797     Whitespace
24798
24799  src/hb-algs.hh | 4 ++--
24800  1 file changed, 2 insertions(+), 2 deletions(-)
24801
24802 commit 6a3fd94f3b8fa8f4aa1d4e4c9cfe74d0c3b88270
24803 Merge: 8f47dd577 aace09a3a
24804 Author: Behdad Esfahbod <behdad@behdad.org>
24805 Date:   Tue Feb 9 20:49:04 2021 -0500
24806
24807     Merge pull request #2699 from googlefonts/gpos_8
24808     
24809     [subset] Add a more complex layout subsetting test case and fix the issues it exposed.
24810
24811 commit 8f47dd5779f7f78b5c11f307a74128892ec1d26c
24812 Author: Garret Rieger <grieger@google.com>
24813 Date:   Wed Nov 4 11:05:22 2020 -0800
24814
24815     [subset] don't set lookup visited in closure_lookups_context_t::recurse.
24816     - Lookup::closure_lookups also checks if the lookups visited and sets the lookup to visited. If we set visited in 'recurse' then Lookup::closure_lookups will fail to recurse into the children of the lookup.
24817     - Also when copying ChainRule's skip LookupRecord's that point to lookups which aren't retained. This matches FontTool's behaviour.
24818
24819  src/hb-ot-layout-gsubgpos.hh | 16 +++++++++++-----
24820  1 file changed, 11 insertions(+), 5 deletions(-)
24821
24822 commit feeff5928b7764934cec376d047a5c808e9412a6
24823 Author: Behdad Esfahbod <behdad@behdad.org>
24824 Date:   Tue Feb 9 14:59:40 2021 -0700
24825
24826     [docs] Add destroy() call to sample
24827
24828  docs/usermanual-fonts-and-faces.xml | 3 ++-
24829  1 file changed, 2 insertions(+), 1 deletion(-)
24830
24831 commit 319e5b3200a2896acb2b01cc047f1144305acc14
24832 Author: Khaled Hosny <khaled@aliftype.com>
24833 Date:   Fri Jan 1 01:31:19 2021 +0200
24834
24835     [manual] Fix font functions section
24836     
24837     Fixes https://github.com/harfbuzz/harfbuzz/issues/2731
24838
24839  docs/usermanual-fonts-and-faces.xml | 27 ++++++++++++++++++++-------
24840  1 file changed, 20 insertions(+), 7 deletions(-)
24841
24842 commit 3583fce86d7c4a75b89d19107c9e0de45e169507
24843 Author: Khaled Hosny <khaled@aliftype.com>
24844 Date:   Thu Dec 31 19:45:11 2020 +0200
24845
24846     [manual] Give all chapters & sections pretty links
24847
24848  docs/harfbuzz-docs.xml               | 12 ++++++------
24849  docs/usermanual-getting-started.xml  |  6 +++---
24850  docs/usermanual-what-is-harfbuzz.xml |  2 +-
24851  3 files changed, 10 insertions(+), 10 deletions(-)
24852
24853 commit 84d4d9fc4d3b6811cefac097537136ef11ab78ee
24854 Author: Khaled Hosny <khaled@aliftype.com>
24855 Date:   Thu Dec 31 18:27:10 2020 +0200
24856
24857     [manual] We don’t use ucdn library anymore
24858
24859  docs/usermanual-utilities.xml | 28 +---------------------------
24860  1 file changed, 1 insertion(+), 27 deletions(-)
24861
24862 commit 68d2e1b221ca90a76f9a5179b05868e350ed0bd3
24863 Author: Khaled Hosny <khaled@aliftype.com>
24864 Date:   Thu Jan 21 14:39:19 2021 +0200
24865
24866     [meson] Disable benchmark feature by default
24867     
24868     It downloads a dependency from the internet, and in the same time not
24869     used anywhere (one needs to explicitly call ninja benchmark), not even
24870     on the CI (not sure if it that would make much sense since it does not
24871     seem to ever fail).
24872
24873  meson.build       | 12 ++----------
24874  meson_options.txt |  2 +-
24875  2 files changed, 3 insertions(+), 11 deletions(-)
24876
24877 commit b6f47af555e17dbc3b5cacc061bd22c54e0c80f9
24878 Author: Khaled Hosny <khaled@aliftype.com>
24879 Date:   Thu Jan 21 14:34:01 2021 +0200
24880
24881     [meson] Report more options in the summary
24882
24883  meson.build | 5 +++++
24884  1 file changed, 5 insertions(+)
24885
24886 commit 33a0f0b6860e0a48f92bc855c179a0fc5864112f
24887 Author: Behdad Esfahbod <behdad@behdad.org>
24888 Date:   Tue Feb 9 12:55:45 2021 -0700
24889
24890     [test] Remove fuzzed test font that triggers virus alert
24891     
24892     Fixes https://github.com/harfbuzz/harfbuzz/issues/2750
24893
24894  ...testcase-minimized-hb-subset-fuzzer-5741295280848896 | Bin 98822 -> 0 bytes
24895  1 file changed, 0 insertions(+), 0 deletions(-)
24896
24897 commit 99184fbe2b22b2662fdf1b29edd9aabc1abc040b
24898 Author: Khaled Hosny <khaled@aliftype.com>
24899 Date:   Wed Feb 3 13:40:39 2021 +0200
24900
24901     [ci] Add top level directory to win32 zip file
24902     
24903     Fixes https://github.com/harfbuzz/harfbuzz/issues/2840
24904
24905  .ci/build-win32.sh | 2 +-
24906  1 file changed, 1 insertion(+), 1 deletion(-)
24907
24908 commit d9e0244cdfa522d5dfdd523197078968d83dc038
24909 Author: josephshen <joseph.smeng@gmail.com>
24910 Date:   Tue Feb 2 16:04:44 2021 +0800
24911
24912     remove duplicate file names
24913
24914  src/Makefile.sources | 2 --
24915  src/meson.build      | 2 --
24916  2 files changed, 4 deletions(-)
24917
24918 commit dad41c07e4076ff247042116a0815f33e41aa0d6
24919 Author: Behdad Esfahbod <behdad@behdad.org>
24920 Date:   Mon Feb 1 13:54:12 2021 -0500
24921
24922     [use] Typo
24923
24924  src/hb-ot-shape-complex-use-machine.rl | 2 +-
24925  1 file changed, 1 insertion(+), 1 deletion(-)
24926
24927 commit 63a716c540657d2e0c71d3443a87ac97530cf265
24928 Author: Behdad Esfahbod <behdad@behdad.org>
24929 Date:   Fri Jan 29 20:36:42 2021 -0700
24930
24931     [indic] Use lfind()
24932
24933  src/hb-ot-shape-complex-indic.hh | 5 +----
24934  1 file changed, 1 insertion(+), 4 deletions(-)
24935
24936 commit 921b4e46b0096873cee8c182cade0dafa8b35b43
24937 Author: Behdad Esfahbod <behdad@behdad.org>
24938 Date:   Fri Jan 29 20:35:05 2021 -0700
24939
24940     [algs] Add hb_equal()
24941     
24942     Use in hb_array_t::lfind()
24943
24944  src/hb-algs.hh  | 42 ++++++++++++++++++++++++++++++++++++++++--
24945  src/hb-array.hh |  2 +-
24946  2 files changed, 41 insertions(+), 3 deletions(-)
24947
24948 commit f4ed3bf20bb8522189a8d5d12242089121617896
24949 Author: Behdad Esfahbod <behdad@behdad.org>
24950 Date:   Fri Jan 29 20:05:38 2021 -0700
24951
24952     [indic] Remove categorization of Khmer Ra
24953     
24954     Khmer goes through its own shaper these days.
24955
24956  src/hb-ot-shape-complex-indic.hh | 2 --
24957  1 file changed, 2 deletions(-)
24958
24959 commit 676d1e6adf9572f79544182491af1abb229d2ccf
24960 Author: Behdad Esfahbod <behdad@behdad.org>
24961 Date:   Fri Jan 29 19:53:39 2021 -0700
24962
24963     [indic] Spell out INDIC_TABLE_ELEMENT_TYPE
24964
24965  src/gen-indic-table.py                   |    4 +-
24966  src/hb-ot-shape-complex-indic-table.cc   |    4 +-
24967  src/hb-ot-shape-complex-indic.hh         |    4 +-
24968  src/hb-ot-shape-complex-khmer-machine.hh |  665 ++++++++++---------
24969  src/hb-ot-shape-complex-use-machine.hh   | 1034 +++++++++++++++++-------------
24970  5 files changed, 953 insertions(+), 758 deletions(-)
24971
24972 commit 769c2b19a3c3e87923928b9c9de4ded7307b3ed8
24973 Author: Behdad Esfahbod <behdad@behdad.org>
24974 Date:   Fri Jan 29 11:40:59 2021 -0700
24975
24976     [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros
24977
24978  src/hb-ot-shape-complex-indic-machine.hh   | 32 +++++++++++++++---------------
24979  src/hb-ot-shape-complex-indic-machine.rl   | 14 ++++++-------
24980  src/hb-ot-shape-complex-khmer-machine.hh   | 18 ++++++++---------
24981  src/hb-ot-shape-complex-khmer-machine.rl   |  8 ++++----
24982  src/hb-ot-shape-complex-myanmar-machine.hh | 18 ++++++++---------
24983  src/hb-ot-shape-complex-myanmar-machine.rl | 12 +++++------
24984  src/hb-ot-shape-complex-use-machine.hh     | 30 ++++++++++++++--------------
24985  src/hb-ot-shape-complex-use-machine.rl     | 22 ++++++++++----------
24986  8 files changed, 77 insertions(+), 77 deletions(-)
24987
24988 commit 59721c2f372918555f3d238b449a61907d1fc94c
24989 Author: Behdad Esfahbod <behdad@behdad.org>
24990 Date:   Fri Jan 29 11:34:59 2021 -0700
24991
24992     [use] Move data table into same compilation unit
24993
24994  src/Makefile.sources                               |  2 +-
24995  src/gen-use-table.py                               | 11 +++--
24996  src/harfbuzz.cc                                    |  1 -
24997  src/hb-ot-shape-complex-use-machine.hh             | 55 ++++++++++------------
24998  src/hb-ot-shape-complex-use-machine.rl             |  5 --
24999  ...e-table.cc => hb-ot-shape-complex-use-table.hh} | 11 +++--
25000  src/hb-ot-shape-complex-use.cc                     |  1 +
25001  src/meson.build                                    |  2 +-
25002  src/update-unicode-tables.make                     |  4 +-
25003  9 files changed, 42 insertions(+), 50 deletions(-)
25004
25005 commit d9b167da3d261737ed7f5874f308eed3ad37fd0f
25006 Author: Behdad Esfahbod <behdad@behdad.org>
25007 Date:   Thu Jan 28 20:40:42 2021 -0700
25008
25009     [use] Remove hb-ot-shape-complex-use.hh
25010     
25011     Inline into ragel machine.
25012
25013  src/Makefile.sources                   |   1 -
25014  src/gen-use-table.py                   |   1 -
25015  src/hb-ot-shape-complex-use-machine.hh | 100 ++++++++++++++++++++++++---------
25016  src/hb-ot-shape-complex-use-machine.rl |  50 ++++++++++++++++-
25017  src/hb-ot-shape-complex-use-table.cc   |   1 -
25018  src/hb-ot-shape-complex-use.cc         |   1 -
25019  src/hb-ot-shape-complex-use.hh         |  83 ---------------------------
25020  src/meson.build                        |   1 -
25021  8 files changed, 123 insertions(+), 115 deletions(-)
25022
25023 commit 3bb2653a5e843338ab42cc929a874923cc14bafa
25024 Author: Behdad Esfahbod <behdad@behdad.org>
25025 Date:   Thu Jan 28 20:36:51 2021 -0700
25026
25027     [use] Reuse category numbers exported from ragel machine
25028     
25029     Part of https://github.com/harfbuzz/harfbuzz/pull/2726
25030
25031  src/gen-use-table.py                   |  7 +--
25032  src/hb-ot-shape-complex-use-machine.hh | 57 ++++++++++++------------
25033  src/hb-ot-shape-complex-use-machine.rl | 11 +++--
25034  src/hb-ot-shape-complex-use-table.cc   | 81 +++++++++++++++++-----------------
25035  src/hb-ot-shape-complex-use.cc         | 48 ++++++++++----------
25036  src/hb-ot-shape-complex-use.hh         | 53 +---------------------
25037  6 files changed, 107 insertions(+), 150 deletions(-)
25038
25039 commit c417e0d2f91f673dfb55c6d04e9d1fcda985abe7
25040 Author: Behdad Esfahbod <behdad@behdad.org>
25041 Date:   Thu Jan 28 20:27:59 2021 -0700
25042
25043     [indic/khmer/myanmar/use] Move enum category around
25044     
25045     Such that the generated -machine.hh headers are independent.
25046
25047  src/hb-ot-shape-complex-indic-machine.hh   | 61 +++++++++++++++------------
25048  src/hb-ot-shape-complex-indic-machine.rl   |  9 ++++
25049  src/hb-ot-shape-complex-indic.cc           | 14 +------
25050  src/hb-ot-shape-complex-khmer-machine.hh   | 44 +++++++++++---------
25051  src/hb-ot-shape-complex-khmer-machine.rl   |  6 +++
25052  src/hb-ot-shape-complex-khmer.cc           | 10 +----
25053  src/hb-ot-shape-complex-myanmar-machine.hh | 45 +++++++++++---------
25054  src/hb-ot-shape-complex-myanmar-machine.rl |  7 ++++
25055  src/hb-ot-shape-complex-myanmar.cc         | 12 +-----
25056  src/hb-ot-shape-complex-use-machine.hh     | 66 +++++++++++++++++++-----------
25057  src/hb-ot-shape-complex-use-machine.rl     | 16 ++++++++
25058  src/hb-ot-shape-complex-use.cc             | 20 +--------
25059  12 files changed, 169 insertions(+), 141 deletions(-)
25060
25061 commit 675b6c29947befe1c893b1c7ec33741386ca2bad
25062 Author: Behdad Esfahbod <behdad@behdad.org>
25063 Date:   Thu Jan 28 20:17:33 2021 -0700
25064
25065     [indic/khmer/myanmar/use] Remove unused dump-*-data programs
25066     
25067     In prep for streamlining tables.
25068
25069  src/Makefile.am          | 19 -------------------
25070  src/dump-indic-data.cc   | 43 -------------------------------------------
25071  src/dump-khmer-data.cc   | 41 -----------------------------------------
25072  src/dump-myanmar-data.cc | 43 -------------------------------------------
25073  src/dump-use-data.cc     | 38 --------------------------------------
25074  src/meson.build          | 15 ---------------
25075  6 files changed, 199 deletions(-)
25076
25077 commit 0a5c6311409547c7a24efbbd595ed5a50f754107
25078 Author: Behdad Esfahbod <behdad@behdad.org>
25079 Date:   Thu Jan 28 19:53:20 2021 -0700
25080
25081     [use] Rename internal enum joinint_form_t members
25082     
25083     To ease upcoming change.
25084
25085  src/hb-ot-shape-complex-use.cc | 22 +++++++++++-----------
25086  1 file changed, 11 insertions(+), 11 deletions(-)
25087
25088 commit 880fdb7460caa88a0a08a535555e54cf5037eed3
25089 Author: Behdad Esfahbod <behdad@behdad.org>
25090 Date:   Thu Jan 28 19:47:53 2021 -0700
25091
25092     [indic/khmer/myanmar/use] Export categories from Ragel source
25093     
25094     Not hooked up yet.
25095     
25096     Part of alternative approach to
25097     https://github.com/harfbuzz/harfbuzz/pull/2726
25098
25099  src/hb-ot-shape-complex-indic-machine.hh   | 32 +++++++++--
25100  src/hb-ot-shape-complex-indic-machine.rl   | 36 ++++++------
25101  src/hb-ot-shape-complex-khmer-machine.hh   | 30 ++++++++--
25102  src/hb-ot-shape-complex-khmer-machine.rl   | 32 +++++------
25103  src/hb-ot-shape-complex-myanmar-machine.hh | 40 ++++++++++++--
25104  src/hb-ot-shape-complex-myanmar-machine.rl | 52 +++++++++---------
25105  src/hb-ot-shape-complex-use-machine.hh     | 88 ++++++++++++++++++++++--------
25106  src/hb-ot-shape-complex-use-machine.rl     | 87 +++++++++++++++--------------
25107  8 files changed, 252 insertions(+), 145 deletions(-)
25108
25109 commit f94bf9f06ff46d6fc33d04fbb4e92e5d25fcaa42
25110 Author: Garret Rieger <grieger@google.com>
25111 Date:   Mon Jan 25 15:57:42 2021 -0800
25112
25113     [set fuzzer] limit the total number of set members in a fuzzing input.
25114     Currently the fuzzer can create arbitarily long inputs which once big enough will trigger a timeout.
25115
25116  test/fuzzing/hb-set-fuzzer.cc | 9 +++++++++
25117  1 file changed, 9 insertions(+)
25118
25119 commit b198d944890f107d8be09fded0ad402332230229
25120 Author: ckitagawa <ckitagawa@chromium.org>
25121 Date:   Mon Jan 25 16:34:11 2021 -0500
25122
25123     use {} rather than {0}
25124
25125  src/hb-ot-color-colr-table.hh | 2 +-
25126  1 file changed, 1 insertion(+), 1 deletion(-)
25127
25128 commit 2e50b517e1f5346d87349c965ef0469ed61892da
25129 Author: ckitagawa <ckitagawa@chromium.org>
25130 Date:   Mon Jan 25 16:19:07 2021 -0500
25131
25132     Nicer more idiomatic fix
25133
25134  src/hb-ot-color-colr-table.hh | 3 +--
25135  1 file changed, 1 insertion(+), 2 deletions(-)
25136
25137 commit 8f6559a373363e8992cb964ecae2ce2a115e2d7d
25138 Author: ckitagawa <ckitagawa@chromium.org>
25139 Date:   Mon Jan 25 10:37:59 2021 -0500
25140
25141     [subet/COLR] Default initialize firstLayerIdx
25142
25143  src/hb-ot-color-colr-table.hh | 1 +
25144  1 file changed, 1 insertion(+)
25145
25146 commit a650243d3994e5098a8528cce262d4ffb258b11d
25147 Author: Behdad Esfahbod <behdad@behdad.org>
25148 Date:   Sun Jan 24 13:30:06 2021 -0700
25149
25150     [sanitize] Fix typo
25151
25152  src/hb-sanitize.hh | 6 +++---
25153  1 file changed, 3 insertions(+), 3 deletions(-)
25154
25155 commit e05e56061c75588dbc31a4ced73e13207e537fd9
25156 Author: Behdad Esfahbod <behdad@behdad.org>
25157 Date:   Sun Jan 24 12:28:04 2021 -0700
25158
25159     [mingw] Reinstate win32 cross-compiling with autotools instructions
25160     
25161     Was removed in favor of meson in 6058ede3ae983c53d1d6f5352d4235bafce3499a.
25162     However, those fail to build for me.
25163
25164  Makefile.am        |  1 +
25165  README.mingw.md    | 32 ++++++++++++++++++++++++--------
25166  mingw-configure.sh | 28 ++++++++++++++++++++++++++++
25167  3 files changed, 53 insertions(+), 8 deletions(-)
25168
25169 commit 881ad720fe78b27421945824e3c30f7536a8e6bf
25170 Author: Behdad Esfahbod <behdad@behdad.org>
25171 Date:   Thu Jan 21 14:27:45 2021 -0700
25172
25173     [algs] Remove passthru declaration
25174     
25175     Let compiler figure it out.
25176
25177  src/hb-algs.hh |  8 --------
25178  src/hb-set.hh  | 25 ++++++++++++++-----------
25179  2 files changed, 14 insertions(+), 19 deletions(-)
25180
25181 commit ca0b7afee9422338886cfb163f0a68e2f1868f24
25182 Author: Behdad Esfahbod <behdad@behdad.org>
25183 Date:   Thu Jan 21 12:18:48 2021 -0700
25184
25185     [set] Use hb_fill()
25186
25187  src/hb-ot-layout-common.hh | 8 ++++----
25188  src/hb-set.hh              | 5 ++---
25189  2 files changed, 6 insertions(+), 7 deletions(-)
25190
25191 commit 5fce8898e0be354a890c629516ecae76a3383a64
25192 Author: Behdad Esfahbod <behdad@behdad.org>
25193 Date:   Thu Jan 21 12:14:20 2021 -0700
25194
25195     [iter] Allow passing rvalue iters to hb_fill()
25196
25197  src/hb-iter.hh | 2 +-
25198  1 file changed, 1 insertion(+), 1 deletion(-)
25199
25200 commit 6463ee02d6127fa2bfc4ada5e65468a4f8815531
25201 Author: Behdad Esfahbod <behdad@behdad.org>
25202 Date:   Thu Jan 21 12:01:13 2021 -0700
25203
25204     Speed up ClassDef/Coverage intersect methods
25205     
25206     Just avoiding overhead as measured by Garret.
25207     Should rewrite as dagger in the future and confirm that it has the
25208     same benefits. Later on, rewrite as lfind() maybe.
25209     
25210     Fixes https://github.com/harfbuzz/harfbuzz/issues/2826
25211
25212  src/hb-ot-layout-common.hh | 34 ++++++++++++++++++++++++----------
25213  1 file changed, 24 insertions(+), 10 deletions(-)
25214
25215 commit 33368a12b7f7b394cc2b36048a04f76aa1f7009e
25216 Author: Garret Rieger <grieger@google.com>
25217 Date:   Thu Jan 21 11:06:58 2021 -0800
25218
25219     uint32_t to unsigned in hb-set.hh
25220
25221  src/hb-set.hh | 16 ++++++++--------
25222  1 file changed, 8 insertions(+), 8 deletions(-)
25223
25224 commit 2a0d0b901f687915eab4b270c48e658e52b95676
25225 Author: Garret Rieger <grieger@google.com>
25226 Date:   Thu Jan 21 10:45:09 2021 -0800
25227
25228     Make set  clear work even when set is in failed state.
25229
25230  src/hb-set.hh | 28 ++++++++++++++--------------
25231  1 file changed, 14 insertions(+), 14 deletions(-)
25232
25233 commit 0ba73e980c210ea5b3542327aa889177f9e44a2e
25234 Author: Garret Rieger <grieger@google.com>
25235 Date:   Wed Sep 16 13:56:33 2020 -0700
25236
25237     [ENOMEM] handle allocation failures during page compaction.
25238
25239  src/hb-set.hh | 50 +++++++++++++++++++++++++++++++++++++++-----------
25240  1 file changed, 39 insertions(+), 11 deletions(-)
25241
25242 commit a4c3732f59188046322e599a1a67279680385cbd
25243 Author: Garret Rieger <grieger@google.com>
25244 Date:   Wed Sep 16 12:35:09 2020 -0700
25245
25246     [ENOMEM] fix set clear() causing corruption if the set is in_error().
25247
25248  src/hb-set.hh                                            |  11 ++++++++---
25249  ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 0 -> 1240 bytes
25250  2 files changed, 8 insertions(+), 3 deletions(-)
25251
25252 commit 9b8be9643cba165abf9256df1b8b8413b0574ab0
25253 Author: Khaled Hosny <khaled@aliftype.com>
25254 Date:   Wed Jan 20 23:49:24 2021 +0200
25255
25256     [docs] Ignore hb-gobject headers
25257     
25258     Fixes https://github.com/harfbuzz/harfbuzz/issues/2797
25259
25260  docs/Makefile.am           |  3 --
25261  docs/harfbuzz-docs.xml     |  1 -
25262  docs/harfbuzz-sections.txt | 72 ----------------------------------------------
25263  docs/meson.build           | 17 +++++------
25264  src/hb-gobject-structs.h   | 30 -------------------
25265  5 files changed, 7 insertions(+), 116 deletions(-)
25266
25267 commit 2a6a49c90b1255d687e52121ba7b3b3c272c4a70
25268 Author: Khaled Hosny <khaled@aliftype.com>
25269 Date:   Thu Jan 21 00:06:03 2021 +0200
25270
25271     [meson] Don’t scan files outside src for docs
25272     
25273     Similar to what we do in Makefile.am.
25274
25275  docs/meson.build | 4 ++--
25276  1 file changed, 2 insertions(+), 2 deletions(-)
25277
25278 commit 051a3c7b9a9b9064cf0a9fc8a2a32e6114f103ec
25279 Author: Khaled Hosny <khaled@aliftype.com>
25280 Date:   Wed Jan 20 22:35:34 2021 +0200
25281
25282     [docs] Fix typo
25283
25284  src/hb-font.cc | 2 +-
25285  1 file changed, 1 insertion(+), 1 deletion(-)
25286
25287 commit a44dd339f9ebf789b2642b5a7eef2785fca6d809
25288 Author: Khaled Hosny <khaled@aliftype.com>
25289 Date:   Fri Jan 1 01:36:57 2021 +0200
25290
25291     [docs] Missing param docs
25292
25293  src/hb-font.cc | 2 +-
25294  1 file changed, 1 insertion(+), 1 deletion(-)
25295
25296 commit 478d169c0fdbecbf859352ae2f03d5261cb49b11
25297 Author: Khaled Hosny <khaled@aliftype.com>
25298 Date:   Thu Dec 31 18:17:33 2020 +0200
25299
25300     [docs] Document more deprecated symbols
25301
25302  src/hb-deprecated.h    | 13 ++++++++++++-
25303  src/hb-graphite2.cc    |  5 +++++
25304  src/hb-ot-deprecated.h |  2 ++
25305  3 files changed, 19 insertions(+), 1 deletion(-)
25306
25307 commit ca0a7a838447947ea2530bb51487c775f02d48b4
25308 Author: Khaled Hosny <khaled@aliftype.com>
25309 Date:   Thu Dec 31 17:29:03 2020 +0200
25310
25311     [docs] Document hb_ot_math_constant_t somehow
25312
25313  src/hb-ot-math.h | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
25314  1 file changed, 59 insertions(+), 2 deletions(-)
25315
25316 commit 3ba1e7e783d2beab39fce656d98f5ce79fdf2843
25317 Author: Khaled Hosny <khaled@aliftype.com>
25318 Date:   Thu Dec 31 17:11:35 2020 +0200
25319
25320     [docs] Document HB_OT_TAG_DEFAULT_LANGUAGE/SCRIPT
25321
25322  src/hb-ot-layout.h | 12 ++++++++++++
25323  1 file changed, 12 insertions(+)
25324
25325 commit 4bfa0b3c0214a35a2c7c0400aef9797a82bc5cac
25326 Author: Khaled Hosny <khaled@aliftype.com>
25327 Date:   Thu Dec 31 16:30:05 2020 +0200
25328
25329     [docs] Fix hb_color_get_* docs
25330
25331  src/hb-common.cc | 16 ++++++++++++----
25332  1 file changed, 12 insertions(+), 4 deletions(-)
25333
25334 commit 2cdc92c0c27ecdd07735e1a7d3768651991ea0e1
25335 Author: David Corbett <corbett.dav@northeastern.edu>
25336 Date:   Sat Aug 29 19:41:40 2020 -0400
25337
25338     [use] Move most joining scripts to USE
25339
25340  src/hb-ot-shape-complex.hh | 37 +++++++++----------------------------
25341  1 file changed, 9 insertions(+), 28 deletions(-)
25342
25343 commit 5c73c9082b32a5dd955c1c0f0a4e08e85304c2e2
25344 Author: Behdad Esfahbod <behdad@behdad.org>
25345 Date:   Mon Jan 18 12:47:25 2021 -0700
25346
25347     [syllabic] Fix signed/unsigned comparision errors
25348
25349  src/hb-ot-shape-complex-syllabic.cc | 6 +++---
25350  src/hb-ot-shape-complex-syllabic.hh | 4 ++--
25351  2 files changed, 5 insertions(+), 5 deletions(-)
25352
25353 commit e3d4c2972759f0fd578213d450da7e4d8b5c83e8
25354 Author: Behdad Esfahbod <behdad@behdad.org>
25355 Date:   Fri Jan 15 19:23:33 2021 -0700
25356
25357     [indic/khmer/myanmar] Minor: Fix mask
25358     
25359     Seems like a typo. No behavior change.
25360
25361  src/hb-ot-shape-complex-indic.hh   | 2 +-
25362  src/hb-ot-shape-complex-khmer.hh   | 2 +-
25363  src/hb-ot-shape-complex-myanmar.hh | 2 +-
25364  3 files changed, 3 insertions(+), 3 deletions(-)
25365
25366 commit 0ddade44cf02455bf78ebb782841c76f3c4cea9a
25367 Author: Behdad Esfahbod <behdad@behdad.org>
25368 Date:   Fri Jan 15 19:13:47 2021 -0700
25369
25370     [syllabic] Merge various insert_dotted_circles implementations
25371     
25372     Fixes https://github.com/harfbuzz/harfbuzz/issues/1810
25373
25374  src/hb-ot-shape-complex-indic.cc    | 70 ++++--------------------------------
25375  src/hb-ot-shape-complex-khmer.cc    | 71 ++++--------------------------------
25376  src/hb-ot-shape-complex-myanmar.cc  | 64 +++------------------------------
25377  src/hb-ot-shape-complex-syllabic.cc | 67 ++++++++++++++++++++++++++++++++++
25378  src/hb-ot-shape-complex-syllabic.hh |  8 +++++
25379  src/hb-ot-shape-complex-use.cc      | 72 +++++--------------------------------
25380  6 files changed, 101 insertions(+), 251 deletions(-)
25381
25382 commit e8e9fd9556816e7d43f3c5c0a678789cd6b2cf24
25383 Author: Behdad Esfahbod <behdad@behdad.org>
25384 Date:   Fri Jan 15 18:52:57 2021 -0700
25385
25386     [syllabic] Add hb-ot-shape-complex-syllabic.cc/hh
25387     
25388     Empty for now.
25389     
25390     Part of https://github.com/harfbuzz/harfbuzz/issues/1810
25391
25392  src/Makefile.sources                |  2 ++
25393  src/harfbuzz.cc                     |  1 +
25394  src/hb-ot-shape-complex-indic.hh    |  2 +-
25395  src/hb-ot-shape-complex-syllabic.cc | 33 +++++++++++++++++++++++++++++++++
25396  src/hb-ot-shape-complex-syllabic.hh | 33 +++++++++++++++++++++++++++++++++
25397  src/hb-ot-shape-complex-use.hh      |  3 +--
25398  src/meson.build                     |  2 ++
25399  7 files changed, 73 insertions(+), 3 deletions(-)
25400
25401 commit 8af85c4e86ae88c02921b048c5100a57f27857c6
25402 Author: Behdad Esfahbod <behdad@behdad.org>
25403 Date:   Fri Jan 15 18:48:12 2021 -0700
25404
25405     Remove hb-ot-shape-complex-machine-index.hh file
25406     
25407     Inline code into USE header.
25408
25409  src/Makefile.sources                     |  1 -
25410  src/hb-ot-shape-complex-machine-index.hh | 69 --------------------------------
25411  src/hb-ot-shape-complex-use-machine.hh   | 49 +++++++++++------------
25412  src/hb-ot-shape-complex-use-machine.rl   |  1 -
25413  src/hb-ot-shape-complex-use.hh           | 39 ++++++++++++++++++
25414  5 files changed, 63 insertions(+), 96 deletions(-)
25415
25416 commit 9dd61c5b78dfc229e36f5ffe23fd448fc9bf82f5
25417 Author: Behdad Esfahbod <behdad@behdad.org>
25418 Date:   Fri Jan 15 18:42:30 2021 -0700
25419
25420     Rename internal buffer var use
25421     
25422     Part of https://github.com/harfbuzz/harfbuzz/issues/1810
25423
25424  src/hb-ot-shape-complex-arabic.cc | 2 +-
25425  src/hb-ot-shape-complex-hangul.cc | 2 +-
25426  src/hb-ot-shape-complex-indic.hh  | 4 ++--
25427  src/hb-ot-shape-complex-use.cc    | 2 +-
25428  src/hb-ot-shape-complex.hh        | 4 ++--
25429  5 files changed, 7 insertions(+), 7 deletions(-)
25430
25431 commit 6a140ef570bc29aafc1078d16d5399fceadd476f
25432 Author: Khaled Hosny <khaled@aliftype.com>
25433 Date:   Sun Jan 17 22:48:50 2021 +0200
25434
25435     [meson] Pin Cairo subproject 1.17.4
25436     
25437     There is now a release with meson build support.
25438
25439  subprojects/cairo.wrap | 2 +-
25440  1 file changed, 1 insertion(+), 1 deletion(-)
25441
25442 commit fb1b29cee4bdea6805f14a530cb2984185f0d3ac
25443 Author: Khaled Hosny <khaled@aliftype.com>
25444 Date:   Sun Jan 17 22:55:12 2021 +0200
25445
25446     [ci] Fix msys2 breakage
25447     
25448     What package manger randomly changes package names without fallback!
25449
25450  .github/workflows/msys2-ci.yml | 4 ++--
25451  1 file changed, 2 insertions(+), 2 deletions(-)
25452
25453 commit 3c5b7886ebeee112ba7d2f2f7d7e581981ab61b0
25454 Author: Behdad Esfahbod <behdad@behdad.org>
25455 Date:   Fri Jan 15 19:26:04 2021 -0700
25456
25457     Revert "Avoid category duplication between C++ and Ragel"
25458     
25459     This reverts commit 67ea8133d3fa82b3365cd917fb266ba752f16169.
25460     
25461     Merged accidentally on https://github.com/harfbuzz/harfbuzz/pull/2726
25462
25463  src/Makefile.sources                       |  2 -
25464  src/gen-ragel-artifacts.py                 |  2 +-
25465  src/hb-ot-shape-complex-indic-category.hh  | 89 ------------------------------
25466  src/hb-ot-shape-complex-indic-machine.hh   | 36 ++++++------
25467  src/hb-ot-shape-complex-indic-machine.rl   | 19 ++++++-
25468  src/hb-ot-shape-complex-indic.hh           | 36 +++++++++++-
25469  src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++----
25470  src/hb-ot-shape-complex-khmer-machine.rl   | 17 +++++-
25471  src/hb-ot-shape-complex-khmer.hh           | 29 +++++++---
25472  src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++----
25473  src/hb-ot-shape-complex-myanmar-machine.rl | 31 ++++++++++-
25474  src/hb-ot-shape-complex-myanmar.hh         | 32 +++++++++--
25475  src/hb-ot-shape-complex-use-category.hh    | 87 -----------------------------
25476  src/hb-ot-shape-complex-use-machine.hh     | 34 ++++++------
25477  src/hb-ot-shape-complex-use-machine.rl     | 45 ++++++++++++++-
25478  src/hb-ot-shape-complex-use.hh             | 53 +++++++++++++++++-
25479  src/meson.build                            |  2 -
25480  17 files changed, 299 insertions(+), 259 deletions(-)
25481
25482 commit 67ea8133d3fa82b3365cd917fb266ba752f16169
25483 Author: David Corbett <corbett.dav@northeastern.edu>
25484 Date:   Sat Oct 17 14:37:22 2020 -0400
25485
25486     Avoid category duplication between C++ and Ragel
25487
25488  src/Makefile.sources                       |  2 +
25489  src/gen-ragel-artifacts.py                 |  2 +-
25490  src/hb-ot-shape-complex-indic-category.hh  | 89 ++++++++++++++++++++++++++++++
25491  src/hb-ot-shape-complex-indic-machine.hh   | 36 ++++++------
25492  src/hb-ot-shape-complex-indic-machine.rl   | 19 +------
25493  src/hb-ot-shape-complex-indic.hh           | 36 +-----------
25494  src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++----
25495  src/hb-ot-shape-complex-khmer-machine.rl   | 17 +-----
25496  src/hb-ot-shape-complex-khmer.hh           | 29 +++-------
25497  src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++----
25498  src/hb-ot-shape-complex-myanmar-machine.rl | 31 +----------
25499  src/hb-ot-shape-complex-myanmar.hh         | 32 ++---------
25500  src/hb-ot-shape-complex-use-category.hh    | 87 +++++++++++++++++++++++++++++
25501  src/hb-ot-shape-complex-use-machine.hh     | 34 ++++++------
25502  src/hb-ot-shape-complex-use-machine.rl     | 45 +--------------
25503  src/hb-ot-shape-complex-use.hh             | 53 +-----------------
25504  src/meson.build                            |  2 +
25505  17 files changed, 259 insertions(+), 299 deletions(-)
25506
25507 commit c8c5e52aba904cfede1c7e8e1043a392053938e6
25508 Author: David Corbett <corbett.dav@northeastern.edu>
25509 Date:   Mon Jan 4 20:31:12 2021 -0500
25510
25511     [use] Update overrides to 2021-01-04
25512     
25513     This uses the data files from
25514     <https://github.com/microsoft/font-tools/tree/ed7b825ddbbd072d8bc731b7f12c54cb375e2f89/USE>.
25515
25516  src/hb-ot-shape-complex-use-table.cc            | 2 +-
25517  src/ms-use/IndicSyllabicCategory-Additional.txt | 1 -
25518  2 files changed, 1 insertion(+), 2 deletions(-)
25519
25520 commit 1fb7f3bda6de03279e2971086b6935a0970f4b98
25521 Author: Khaled Hosny <khaled@aliftype.com>
25522 Date:   Thu Dec 31 03:03:48 2020 +0200
25523
25524     [docs] Document various HB_SCRIPT_*
25525     
25526     Need to have something for all of them to keep GTK-Doc happy.
25527
25528  src/hb-common.h | 500 ++++++++++++++++++++++++++++++++++++--------------------
25529  1 file changed, 326 insertions(+), 174 deletions(-)
25530
25531 commit ea0907abf938f787ebfc0c41f439d1e2b2ef98ba
25532 Author: Khaled Hosny <khaled@aliftype.com>
25533 Date:   Thu Dec 31 02:34:45 2020 +0200
25534
25535     [docs] Document version macros
25536
25537  src/hb-version.h    | 29 +++++++++++++++++++++++++++++
25538  src/hb-version.h.in | 29 +++++++++++++++++++++++++++++
25539  2 files changed, 58 insertions(+)
25540
25541 commit 5e9f05ff3f7dad07ba593f4a38989e0d90311b36
25542 Author: Khaled Hosny <khaled@aliftype.com>
25543 Date:   Thu Dec 31 02:23:55 2020 +0200
25544
25545     [docs] Expand memory modes docs
25546     
25547     Per Behdad suggestions.
25548
25549  src/hb-blob.h | 6 ++++--
25550  1 file changed, 4 insertions(+), 2 deletions(-)
25551
25552 commit 5151c2b668e76eac73a044c478319887e3fa9acb
25553 Author: Khaled Hosny <khaled@aliftype.com>
25554 Date:   Thu Dec 31 00:28:27 2020 +0200
25555
25556     [introspection] Replace deprecated allow-none
25557     
25558     Use optional or nullable as appropriate.
25559
25560  src/hb-aat-layout.cc       |  2 +-
25561  src/hb-buffer-serialize.cc | 16 ++++++++--------
25562  src/hb-ot-layout.cc        | 32 ++++++++++++++++----------------
25563  src/hb-ot-name.cc          |  8 ++++----
25564  src/hb-ot-tag.cc           | 14 +++++++-------
25565  src/hb-ot-var.cc           |  6 +++---
25566  src/hb-shape.cc            |  6 +++---
25567  7 files changed, 42 insertions(+), 42 deletions(-)
25568
25569 commit a64d56a3e5c7ecc0f0ecc491987487b9481dbdbc
25570 Author: Khaled Hosny <khaled@aliftype.com>
25571 Date:   Thu Dec 31 00:27:49 2020 +0200
25572
25573     [introspection] nullable is for pointers
25574
25575  src/hb-font.cc | 2 +-
25576  1 file changed, 1 insertion(+), 1 deletion(-)
25577
25578 commit 9936490c04e9333f4c3360312c4431a3e14468b8
25579 Author: Khaled Hosny <khaled@aliftype.com>
25580 Date:   Thu Dec 31 00:19:29 2020 +0200
25581
25582     [docs] Invalid use of "optional" annotation
25583     
25584     It is valid only for out and inout parameters.
25585     
25586     Fixes https://github.com/harfbuzz/harfbuzz/issues/1787
25587
25588  src/hb-blob.cc       |  4 ++--
25589  src/hb-buffer.cc     |  4 ++--
25590  src/hb-deprecated.h  |  6 +++---
25591  src/hb-face.cc       |  4 ++--
25592  src/hb-font.cc       | 12 ++++++------
25593  src/hb-font.h        | 32 ++++++++++++++++----------------
25594  src/hb-ft.cc         |  4 ++--
25595  src/hb-map.cc        |  2 +-
25596  src/hb-set.cc        |  2 +-
25597  src/hb-shape-plan.cc |  2 +-
25598  src/hb-unicode.cc    |  2 +-
25599  src/hb-unicode.h     | 12 ++++++------
25600  12 files changed, 43 insertions(+), 43 deletions(-)
25601
25602 commit bf5b4b71c589e8cbe1a528b1091229825c6fec77
25603 Author: Khaled Hosny <khaled@aliftype.com>
25604 Date:   Thu Dec 31 00:38:47 2020 +0200
25605
25606     [docs] Duplicated documentation
25607
25608  src/hb-unicode.h | 28 ----------------------------
25609  1 file changed, 28 deletions(-)
25610
25611 commit 3d7a3616485e7d0ad8389547ab607234eb6ec11d
25612 Author: Khaled Hosny <khaled@aliftype.com>
25613 Date:   Wed Dec 30 23:58:37 2020 +0200
25614
25615     [docs] Miscellaneous missing docs
25616
25617  docs/harfbuzz-sections.txt |  3 +--
25618  src/hb-blob.h              |  8 ++++----
25619  src/hb-coretext.cc         |  2 +-
25620  src/hb-directwrite.cc      |  4 ++++
25621  src/hb-face.cc             |  2 +-
25622  src/hb-face.h              | 13 +++++++++++++
25623  src/hb-gdi.cc              |  2 ++
25624  src/hb-map.h               |  6 +++++-
25625  src/hb-ot-deprecated.h     |  7 +++++++
25626  src/hb-ot-meta.cc          |  4 +++-
25627  src/hb-ot-var.h            | 26 ++++++++++++++++----------
25628  src/hb-set.h               |  6 +++++-
25629  12 files changed, 62 insertions(+), 21 deletions(-)
25630
25631 commit a31a51cdec8cab763e7b29c42d161381c652d32d
25632 Author: Khaled Hosny <khaled@aliftype.com>
25633 Date:   Wed Dec 30 23:48:25 2020 +0200
25634
25635     [docs] Complete hb-ft docs a bit
25636
25637  src/hb-ft.cc | 18 +++++++++---------
25638  1 file changed, 9 insertions(+), 9 deletions(-)
25639
25640 commit 8c492d5c321ceee19102986e3eb2733bb5e6c5d7
25641 Author: Khaled Hosny <khaled@aliftype.com>
25642 Date:   Wed Dec 30 23:47:33 2020 +0200
25643
25644     [docs] Complete hb-ot-math docs a bit
25645
25646  src/hb-ot-deprecated.h |  7 +++++++
25647  src/hb-ot-math.h       | 22 +++++++++++++++++++++-
25648  2 files changed, 28 insertions(+), 1 deletion(-)
25649
25650 commit 3f7ffd1b3d0bff1c641e5adf47de9be1925aa897
25651 Author: Khaled Hosny <khaled@aliftype.com>
25652 Date:   Wed Dec 30 23:46:13 2020 +0200
25653
25654     [docs] Complete hb-unicode docs a bit
25655
25656  src/hb-deprecated.h | 33 ++++++++++++++++++++++-----------
25657  src/hb-unicode.cc   |  2 +-
25658  src/hb-unicode.h    |  4 +++-
25659  3 files changed, 26 insertions(+), 13 deletions(-)
25660
25661 commit 2fdab788ad20ae6256542afe0d856b63b5cfc0e2
25662 Author: Khaled Hosny <khaled@aliftype.com>
25663 Date:   Wed Dec 30 23:44:30 2020 +0200
25664
25665     [docs] Complete hb-buffer docs a bit
25666
25667  src/hb-buffer-serialize.cc | 32 +++++++++++++++-----------
25668  src/hb-buffer.cc           | 32 +++++++++++++-------------
25669  src/hb-buffer.h            | 57 ++++++++++++++++++++++++++++++++++++++++++++++
25670  src/hb-deprecated.h        | 10 ++++++++
25671  4 files changed, 102 insertions(+), 29 deletions(-)
25672
25673 commit 492a5a9096cc36f6d1860f576ccf09b6117e86b5
25674 Author: Khaled Hosny <khaled@aliftype.com>
25675 Date:   Wed Dec 30 23:42:49 2020 +0200
25676
25677     [docs] Complete hb-aat docs a bit
25678
25679  src/hb-aat-layout.cc | 14 ++++-----
25680  src/hb-aat-layout.h  | 88 ++++++++++++++++++++++++++++------------------------
25681  2 files changed, 55 insertions(+), 47 deletions(-)
25682
25683 commit 3a012cc469d22b9889907a79717524e983ac95b7
25684 Author: Khaled Hosny <khaled@aliftype.com>
25685 Date:   Wed Dec 30 23:40:25 2020 +0200
25686
25687     [docs] Complete hb-metrics docs a bit
25688
25689  src/hb-ot-metrics.cc | 31 ++++++++++++++++++++-----------
25690  src/hb-ot-metrics.h  |  3 ++-
25691  2 files changed, 22 insertions(+), 12 deletions(-)
25692
25693 commit 5a55b31a383deadc3d479f83a6122cca821765eb
25694 Author: Khaled Hosny <khaled@aliftype.com>
25695 Date:   Wed Dec 30 23:39:08 2020 +0200
25696
25697     [docs] Complete hb-shape-plan docs a bit
25698
25699  src/hb-shape-plan.cc | 4 ++--
25700  1 file changed, 2 insertions(+), 2 deletions(-)
25701
25702 commit 8e8c3e5878028f4fba783bb92e25e03db662c664
25703 Author: Khaled Hosny <khaled@aliftype.com>
25704 Date:   Wed Dec 30 23:37:49 2020 +0200
25705
25706     [docs] Complete hb-ot-layout docs a bit
25707
25708  docs/harfbuzz-sections.txt |  2 ++
25709  src/hb-ot-layout.cc        | 59 ++++++++++++++++++++++++++++------------------
25710  src/hb-ot-layout.h         | 51 ++++++++++++++++++++++++++++++++++++++-
25711  src/hb-ot-tag.cc           | 15 ++++++++++--
25712  4 files changed, 101 insertions(+), 26 deletions(-)
25713
25714 commit 5b7b730d4b94b33a9915e5fa0908e84e343aae41
25715 Author: Khaled Hosny <khaled@aliftype.com>
25716 Date:   Mon Dec 28 05:23:26 2020 +0200
25717
25718     [docs] Complete hb-color docs a bit
25719
25720  src/hb-ot-color.h | 4 ++++
25721  1 file changed, 4 insertions(+)
25722
25723 commit aa107e657b7940506548d003d5fda1510e8dfefa
25724 Author: Khaled Hosny <khaled@aliftype.com>
25725 Date:   Wed Dec 30 23:34:17 2020 +0200
25726
25727     [docs] Complete hb-font docs a bit
25728
25729  docs/harfbuzz-sections.txt |   4 +-
25730  src/hb-deprecated.h        |  37 +++++++++++--
25731  src/hb-font.cc             |  28 +++++++---
25732  src/hb-font.h              | 135 +++++++++++++++++++++++++++++++++++++++++----
25733  4 files changed, 179 insertions(+), 25 deletions(-)
25734
25735 commit 9b602e8e22d399d494f4e0a0eb22b2b4ea0d4a6a
25736 Author: Khaled Hosny <khaled@aliftype.com>
25737 Date:   Wed Dec 30 23:28:54 2020 +0200
25738
25739     [docs] Complete hb-common docs a bit
25740
25741  docs/harfbuzz-docs.xml |   3 +
25742  src/hb-common.cc       |  30 ++++++-
25743  src/hb-common.h        | 239 ++++++++++++++++---------------------------------
25744  3 files changed, 107 insertions(+), 165 deletions(-)
25745
25746 commit 53ed5597b2a0615299aa52e36e75a93437f9844a
25747 Author: Khaled Hosny <khaled@aliftype.com>
25748 Date:   Wed Dec 30 23:11:33 2020 +0200
25749
25750     [docs] Add missing API indices
25751
25752  docs/harfbuzz-docs.xml | 5 +++++
25753  1 file changed, 5 insertions(+)
25754
25755 commit c9c3b3c94c4dc8e8bd1af723de287b49c8acbf42
25756 Author: Khaled Hosny <khaled@aliftype.com>
25757 Date:   Wed Dec 30 23:09:59 2020 +0200
25758
25759     [docs] Use correct syntax
25760
25761  src/hb-blob.cc |  2 +-
25762  src/hb-set.cc  | 12 ++++++------
25763  2 files changed, 7 insertions(+), 7 deletions(-)
25764
25765 commit a8e72ee7842bb0f7cff9d3b703d335215cfbc1af
25766 Author: Khaled Hosny <khaled@aliftype.com>
25767 Date:   Wed Dec 30 23:08:40 2020 +0200
25768
25769     [docs] Use %true and %false consistently
25770
25771  src/hb-aat-layout.cc |  6 +++---
25772  src/hb-blob.cc       |  2 +-
25773  src/hb-common.cc     |  4 ++--
25774  src/hb-face.cc       |  2 +-
25775  src/hb-font.cc       | 32 ++++++++++++++++----------------
25776  src/hb-map.cc        |  4 ++--
25777  src/hb-ot-color.cc   |  8 ++++----
25778  src/hb-ot-layout.cc  | 32 ++++++++++++++++----------------
25779  src/hb-ot-math.cc    |  4 ++--
25780  src/hb-ot-var.cc     |  4 ++--
25781  src/hb-sanitize.hh   |  2 +-
25782  src/hb-set.cc        | 16 ++++++++--------
25783  src/hb-unicode.cc    |  6 +++---
25784  src/hb-unicode.h     |  8 ++++----
25785  14 files changed, 65 insertions(+), 65 deletions(-)
25786
25787 commit a3fe43a41024f197936a12a62515c43a03a7c810
25788 Author: Khaled Hosny <khaled@aliftype.com>
25789 Date:   Wed Dec 30 21:58:43 2020 +0200
25790
25791     [docs] Hide private enum values
25792     
25793     "/*< skip >*/" does not seem to hide them.
25794
25795  src/hb-ot-layout.h  | 1 +
25796  src/hb-ot-meta.h    | 1 +
25797  src/hb-ot-metrics.h | 1 +
25798  src/hb-ot-var.h     | 1 +
25799  src/hb-style.cc     | 1 +
25800  5 files changed, 5 insertions(+)
25801
25802 commit b8e6f17eed5eec3715e9d16f7f3db4c352f6d312
25803 Author: Khaled Hosny <khaled@aliftype.com>
25804 Date:   Sun Dec 27 15:03:57 2020 +0200
25805
25806     [docs] Move note about harfbuzz-old to proper place
25807     
25808     Commit 443f87213272be5ae0579dce4749b2036dfe3815 seems to have moved it
25809     to the API part by mistake.
25810
25811  docs/harfbuzz-docs.xml | 60 ++++++++++++++++++++++++--------------------------
25812  1 file changed, 29 insertions(+), 31 deletions(-)
25813
25814 commit e93de6362b2388a3f11fa5cfa4f699d805c61c5d
25815 Author: Khaled Hosny <khaled@aliftype.com>
25816 Date:   Sun Dec 27 00:57:29 2020 +0200
25817
25818     [docs] Document unused language in get_baseline
25819     
25820     Document that language_tag in hb_ot_layout_get_baseline() is currently
25821     unused.
25822     
25823     Fixes https://github.com/harfbuzz/harfbuzz/issues/2662
25824
25825  src/hb-ot-layout.cc | 2 +-
25826  1 file changed, 1 insertion(+), 1 deletion(-)
25827
25828 commit c7b2e64c6d9e2f9b130c8fd581f0e5a67021b76d
25829 Author: Khaled Hosny <khaled@aliftype.com>
25830 Date:   Sun Dec 27 00:53:23 2020 +0200
25831
25832     [docs] make it clear that FT_Face must have size
25833     
25834     Fixes https://github.com/harfbuzz/harfbuzz/issues/2590
25835
25836  src/hb-ft.cc | 8 ++++----
25837  1 file changed, 4 insertions(+), 4 deletions(-)
25838
25839 commit 4136ecf74149c533f9a31e039d67e9a234e1f9ce
25840 Author: Khaled Hosny <khaled@aliftype.com>
25841 Date:   Sun Dec 27 00:22:31 2020 +0200
25842
25843     [docs] Don’t use FreeType in the simple example
25844     
25845     Also make the code actually compile.
25846     
25847     Fixes https://github.com/harfbuzz/harfbuzz/issues/2106
25848
25849  docs/usermanual-getting-started.xml | 31 ++++++++++++++++++-------------
25850  1 file changed, 18 insertions(+), 13 deletions(-)
25851
25852 commit bfe4bbfc05319400572dd4547b093f7bcae7eba2
25853 Author: Khaled Hosny <khaled@aliftype.com>
25854 Date:   Sun Dec 27 18:38:54 2020 +0200
25855
25856     [docs] Older GTK-Doc does not support HB_DEPRECATED_FOR() at all
25857     
25858     Fixes CI build failure.
25859
25860  docs/Makefile.am | 2 +-
25861  docs/meson.build | 2 +-
25862  2 files changed, 2 insertions(+), 2 deletions(-)
25863
25864 commit 4161146e62f7fae28afc42c297e824d298741bb3
25865 Author: Khaled Hosny <khaled@aliftype.com>
25866 Date:   Sun Dec 27 18:27:19 2020 +0200
25867
25868     [docs] Fix generated docs for deprecated symbols
25869     
25870     Without ignoring HB_DEPRECATED, most deprecated symbols get missing from
25871     documentation. Ignoring HB_DEPRECATED_FOR does not work, but this seems
25872     to be a GTK-Doc bug.
25873
25874  docs/Makefile.am | 2 +-
25875  docs/meson.build | 2 +-
25876  2 files changed, 2 insertions(+), 2 deletions(-)
25877
25878 commit 7236c7e29cef1c2d76c7a284c5081ff4d3aa1127
25879 Author: Khaled Hosny <khaled@aliftype.com>
25880 Date:   Sun Dec 27 01:59:00 2020 +0200
25881
25882     2.7.4
25883
25884  NEWS             | 7 +++++++
25885  configure.ac     | 2 +-
25886  meson.build      | 2 +-
25887  src/hb-version.h | 4 ++--
25888  4 files changed, 11 insertions(+), 4 deletions(-)
25889
25890 commit 6808b1fb3075990c389e3a2e80cee8c4874a8f6f
25891 Merge: 010bd5404 e8c15b7a1
25892 Author: Khaled Hosny <khaled@aliftype.com>
25893 Date:   Sun Dec 27 01:55:15 2020 +0200
25894
25895     Merge pull request #2781 from harfbuzz/g-i-dist
25896     
25897     [ci] Install gobject-introspection on distcheck job
25898
25899 commit e8c15b7a1cd2c2174658e221193bb83d1ca4c635
25900 Author: Khaled Hosny <khaled@aliftype.com>
25901 Date:   Sat Dec 26 23:05:48 2020 +0200
25902
25903     [ci] Install gobject-introspection on distcheck job
25904     
25905     To fix missing --enable-introspection from release tarballs.
25906     
25907     Fixes https://github.com/harfbuzz/harfbuzz/issues/2779
25908
25909  .circleci/config.yml | 2 +-
25910  1 file changed, 1 insertion(+), 1 deletion(-)
25911
25912 commit 010bd5404008e45bb23ff63613551a03e3b60f58
25913 Merge: 462b71eaf fdf3e448f
25914 Author: Khaled Hosny <khaled@aliftype.com>
25915 Date:   Sat Dec 26 01:17:27 2020 +0200
25916
25917     Merge pull request #2777 from harfbuzz/docs-unicode
25918     
25919     [docs] Improve hb-unicode docs a bit
25920
25921 commit 462b71eaf3aff628cc50554f2ebcb78e27262e39
25922 Merge: 954167143 22468c8a9
25923 Author: Khaled Hosny <khaled@aliftype.com>
25924 Date:   Sat Dec 26 01:16:32 2020 +0200
25925
25926     Merge pull request #1676 from n8willis/docs-gtkdoc-core
25927     
25928     [Docs] Add gtkdoc comments for low-level core APIs
25929
25930 commit 22468c8a9046d03751039ae82626c780c74fdc66
25931 Author: Khaled Hosny <khaled@aliftype.com>
25932 Date:   Thu Dec 24 22:38:06 2020 +0200
25933
25934     [docs] Give destroy callbacks have (optional) annotation
25935
25936  src/hb-blob.cc       |  4 ++--
25937  src/hb-font.h        | 30 +++++++++++++++---------------
25938  src/hb-ft.cc         |  2 +-
25939  src/hb-map.cc        |  2 +-
25940  src/hb-set.cc        |  2 +-
25941  src/hb-shape-plan.cc |  2 +-
25942  src/hb-unicode.cc    |  2 +-
25943  src/hb-unicode.h     | 12 ++++++------
25944  8 files changed, 28 insertions(+), 28 deletions(-)
25945
25946 commit 35c4a15a676beb6d9198e2a9b7f06ac5ab669b2c
25947 Author: Khaled Hosny <khaled@aliftype.com>
25948 Date:   Thu Dec 24 22:34:02 2020 +0200
25949
25950     [docs] Update hb-font documentation
25951
25952  src/hb-font.cc | 20 +++++++++++---------
25953  1 file changed, 11 insertions(+), 9 deletions(-)
25954
25955 commit 8586f15957ac593aad786ad839b49596e45c0fa8
25956 Author: Khaled Hosny <khaled@aliftype.com>
25957 Date:   Thu Dec 24 22:23:47 2020 +0200
25958
25959     [docs] Update hb-common documentation
25960
25961  src/hb-common.cc |  5 +++--
25962  src/hb-common.h  | 16 +++++++---------
25963  2 files changed, 10 insertions(+), 11 deletions(-)
25964
25965 commit e8c21e003dfe84a2b8c8801821176575bfa7bbb4
25966 Author: Khaled Hosny <khaled@aliftype.com>
25967 Date:   Thu Dec 24 21:56:31 2020 +0200
25968
25969     [docs] Remove comments the duplicate docs
25970
25971  src/hb-font.h | 14 +++++++-------
25972  1 file changed, 7 insertions(+), 7 deletions(-)
25973
25974 commit ff96f73f8f62344fc9d0c557bcc79cd6c2d0b95f
25975 Author: Khaled Hosny <khaled@aliftype.com>
25976 Date:   Thu Dec 24 21:53:11 2020 +0200
25977
25978     [docs] Add some missing API to harfbuzz-sections.txt
25979
25980  docs/harfbuzz-sections.txt | 2 ++
25981  1 file changed, 2 insertions(+)
25982
25983 commit cb319f0d80ab76da00c7263a7e0a433558fa73a2
25984 Author: Khaled Hosny <khaled@aliftype.com>
25985 Date:   Thu Dec 24 21:47:05 2020 +0200
25986
25987     [docs] Add some missing annotations to hb-buffer.cc
25988
25989  src/hb-buffer.cc | 4 ++--
25990  1 file changed, 2 insertions(+), 2 deletions(-)
25991
25992 commit 9af0edd9511cdba61ad3bd2ce23eb789e9eb58fe
25993 Author: Khaled Hosny <khaled@aliftype.com>
25994 Date:   Thu Dec 24 21:40:41 2020 +0200
25995
25996     [docs] Document return value of hb_blob_get_data()
25997
25998  src/hb-blob.cc | 2 +-
25999  1 file changed, 1 insertion(+), 1 deletion(-)
26000
26001 commit f88e845fc789cb1af3956b53b749987af8d6adc8
26002 Author: Khaled Hosny <khaled@aliftype.com>
26003 Date:   Thu Dec 24 21:28:37 2020 +0200
26004
26005     [docs] Minor fixes
26006
26007  src/hb-blob.cc    | 6 +++---
26008  src/hb-buffer.cc  | 4 ++--
26009  src/hb-face.cc    | 2 +-
26010  src/hb-font.cc    | 2 +-
26011  src/hb-map.cc     | 2 +-
26012  src/hb-set.cc     | 2 +-
26013  src/hb-unicode.cc | 2 +-
26014  7 files changed, 10 insertions(+), 10 deletions(-)
26015
26016 commit 82092d4005aa1ce38e069b43d35282089af4ea79
26017 Author: Nathan Willis <nwillis@glyphography.com>
26018 Date:   Mon Apr 22 15:31:24 2019 +0100
26019
26020     [docs] Update gtk-doc comments in hb-font
26021
26022  src/hb-font.cc | 623 +++++++++++++++++++++++++++++++++++----------------------
26023  src/hb-font.h  | 371 ++++++++++++++++++++++++++--------
26024  2 files changed, 679 insertions(+), 315 deletions(-)
26025
26026 commit e8de26e1ef7b4486ff7b13aadb89c06300f1b705
26027 Author: Nathan Willis <nwillis@glyphography.com>
26028 Date:   Sun Apr 21 20:31:54 2019 +0100
26029
26030     [docs] Add gtkdoc comments to hb-buffer
26031
26032  src/hb-buffer.cc | 235 +++++++++++++++++++++++++++++--------------------------
26033  src/hb-buffer.h  |  17 ++++
26034  2 files changed, 139 insertions(+), 113 deletions(-)
26035
26036 commit d13b7eaaf18e772387ce25e899e2b3d4252c9e96
26037 Author: Nathan Willis <nwillis@glyphography.com>
26038 Date:   Sun Apr 21 20:31:31 2019 +0100
26039
26040     [docs] Add gtkdoc comments to hb-blob
26041
26042  src/hb-blob.cc | 48 +++++++++++++++++++++++++++---------------------
26043  src/hb-blob.h  | 35 ++++++++++++++++++++++++++---------
26044  2 files changed, 53 insertions(+), 30 deletions(-)
26045
26046 commit 4cdb12a3fa804392ec93e29633235f9552a4e106
26047 Author: Nathan Willis <nwillis@glyphography.com>
26048 Date:   Sun Apr 21 20:31:09 2019 +0100
26049
26050     [docs] Add gtkdoc comments to hb-common
26051
26052  src/hb-common.cc |  82 +++++++++-------
26053  src/hb-common.h  | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
26054  2 files changed, 337 insertions(+), 40 deletions(-)
26055
26056 commit 922c32eb2df9bfedc15420ceef99f35c6be07e12
26057 Author: Nathan Willis <nwillis@glyphography.com>
26058 Date:   Sun Apr 21 20:30:54 2019 +0100
26059
26060     [docs] Add gtkdoc comments to hb-map
26061
26062  src/hb-map.cc | 87 ++++++++++++++++++++++++++++++++++++-----------------------
26063  src/hb-map.h  |  6 +++++
26064  2 files changed, 60 insertions(+), 33 deletions(-)
26065
26066 commit 71af2c6d9b58213963577a01c97dc9dc021dc6b7
26067 Author: Nathan Willis <nwillis@glyphography.com>
26068 Date:   Sun Apr 21 20:30:36 2019 +0100
26069
26070     [docs] Add gtkdoc comments to hb-set
26071
26072  src/hb-set.cc | 207 ++++++++++++++++++++++++++++++++--------------------------
26073  src/hb-set.h  |   9 +++
26074  2 files changed, 124 insertions(+), 92 deletions(-)
26075
26076 commit ec98730ff69a744955c5d98aa38078eb0bb8fd24
26077 Author: Nathan Willis <nwillis@glyphography.com>
26078 Date:   Wed Apr 17 14:44:25 2019 +0100
26079
26080     [docs] regularize whitespace in function params
26081
26082  src/hb-font.cc | 563 ++++++++++++++++++++++++++++++---------------------------
26083  1 file changed, 295 insertions(+), 268 deletions(-)
26084
26085 commit fdf3e448fdf92385675e64563b0489d8aea2e1b8
26086 Author: Khaled Hosny <khaled@aliftype.com>
26087 Date:   Thu Dec 24 00:41:45 2020 +0200
26088
26089     [docs] Improve hb-unicode docs a bit
26090     
26091     Down to only one warning.
26092
26093  src/hb-unicode.h | 80 ++++++++++++++++++++++++++++++++++++++++----------------
26094  1 file changed, 58 insertions(+), 22 deletions(-)
26095
26096 commit 0fd6144a5fd0de86c509e35a552105faca458fb2
26097 Author: Khaled Hosny <khaled@aliftype.com>
26098 Date:   Thu Dec 24 00:10:27 2020 +0200
26099
26100     [docs] Fix warnings about unknown annotations
26101     
26102     Use square brackets so that gtk-doc does not consider these to be
26103     annotations.
26104
26105  src/hb-unicode.h | 168 +++++++++++++++++++++++++++----------------------------
26106  1 file changed, 84 insertions(+), 84 deletions(-)
26107
26108 commit 954167143befde8366150dcb885f50a9e64346a3
26109 Merge: 8560c3e35 71a3b54f3
26110 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26111 Date:   Wed Dec 23 23:04:17 2020 +0200
26112
26113     Merge pull request #2776 from harfbuzz/release
26114     
26115     2.7.3
26116
26117 commit 71a3b54f3c6c6fba52a2f99e6a9258c62b5104cd
26118 Author: Khaled Hosny <khaled@aliftype.com>
26119 Date:   Wed Dec 23 15:33:15 2020 +0200
26120
26121     2.7.3
26122
26123  NEWS             | 23 +++++++++++++++++++++++
26124  configure.ac     |  2 +-
26125  meson.build      |  2 +-
26126  src/hb-buffer.cc |  2 +-
26127  src/hb-version.h |  4 ++--
26128  5 files changed, 28 insertions(+), 5 deletions(-)
26129
26130 commit 8560c3e355dbfd199fbd9e7052151c40a9039b29
26131 Merge: 769a21aab 296e9d7f3
26132 Author: Behdad Esfahbod <behdad@behdad.org>
26133 Date:   Wed Dec 23 00:25:10 2020 -0800
26134
26135     Merge pull request #2774 from harfbuzz/misc-doc
26136     
26137     Doc fixes
26138
26139 commit 769a21aab6a2b1c43cc10d56de3861a3add723de
26140 Author: Ryan <ryan@luciaonline.net>
26141 Date:   Wed Dec 23 02:31:03 2020 -0500
26142
26143     meson: avoid regenerating hb-version.h unnecessarily
26144     
26145     The file is a dependency for the library as a whole, so previously editing the Meson build files at all would force a full rebuild. This will only rebuild it if the version has changed.
26146
26147  src/gen-hb-version.py | 11 ++++++++++-
26148  1 file changed, 10 insertions(+), 1 deletion(-)
26149
26150 commit 296e9d7f33fb314d0bd4e0dad5a85f60aefdade9
26151 Author: Khaled Hosny <khaled@aliftype.com>
26152 Date:   Wed Dec 23 01:18:10 2020 +0200
26153
26154     [ci] Install fonttools using pip on msys2
26155     
26156     Hopefully fixes the broken package.
26157
26158  .github/workflows/msys2-ci.yml | 5 ++++-
26159  1 file changed, 4 insertions(+), 1 deletion(-)
26160
26161 commit 3dba7ea93638df814b93d75d31ad3da24605704d
26162 Author: Khaled Hosny <khaled@aliftype.com>
26163 Date:   Wed Dec 23 00:55:21 2020 +0200
26164
26165     [docs] Add missing API index for 1.4.0 release
26166
26167  docs/harfbuzz-docs.xml | 1 +
26168  1 file changed, 1 insertion(+)
26169
26170 commit c2e2c40bacb296526e1b395a957af0e13da4486f
26171 Author: Khaled Hosny <khaled@aliftype.com>
26172 Date:   Wed Dec 23 00:49:23 2020 +0200
26173
26174     [docs] Fix gtk-doc comment syntax
26175     
26176     The documentation was not picked otherwise.
26177
26178  src/hb-aat-layout.cc | 6 +++---
26179  1 file changed, 3 insertions(+), 3 deletions(-)
26180
26181 commit 0826940821e9b8068b0341dae4d3ea237df86aa2
26182 Author: Khaled Hosny <khaled@aliftype.com>
26183 Date:   Wed Dec 23 00:45:39 2020 +0200
26184
26185     [docs] Add messing sections
26186     
26187     Docs for these sections were not generated at all.
26188
26189  docs/harfbuzz-docs.xml |  4 ++++
26190  src/hb-directwrite.cc  |  9 +++++++++
26191  src/hb-gdi.cc          | 10 ++++++++++
26192  src/hb-ot-metrics.cc   |  9 +++++++++
26193  4 files changed, 32 insertions(+)
26194
26195 commit b8b13018edc4115e9857d7871d254c5737f90046
26196 Author: Khaled Hosny <khaled@aliftype.com>
26197 Date:   Wed Dec 23 00:22:56 2020 +0200
26198
26199     [docs] Make gtk-doc find these typedef’s
26200
26201  src/hb-aat-layout.h    | 3 +--
26202  src/hb-buffer.h        | 3 +--
26203  src/hb-font.h          | 6 ++----
26204  src/hb-ot-color.h      | 3 +--
26205  src/hb-ot-deprecated.h | 3 +--
26206  src/hb-ot-name.h       | 3 +--
26207  src/hb-ot-var.h        | 3 +--
26208  7 files changed, 8 insertions(+), 16 deletions(-)
26209
26210 commit 8c3a530fd7aa832215b84f4f38d58f58ac8a5832
26211 Author: Khaled Hosny <khaled@aliftype.com>
26212 Date:   Tue Dec 22 23:52:46 2020 +0200
26213
26214     [docs] Some formatting fixes
26215
26216  src/hb-buffer-serialize.cc | 10 ++++++----
26217  1 file changed, 6 insertions(+), 4 deletions(-)
26218
26219 commit b029a45caa6067c752643e49b30233a74a8be721
26220 Author: Khaled Hosny <khaled@aliftype.com>
26221 Date:   Tue Dec 22 23:32:48 2020 +0200
26222
26223     [docs] Add new API to harfbuzz-sections.txt
26224
26225  docs/harfbuzz-docs.xml     | 1 +
26226  docs/harfbuzz-sections.txt | 3 +++
26227  2 files changed, 4 insertions(+)
26228
26229 commit ea4476d7389b8b5d30f1d969787c752856c32088
26230 Author: Khaled Hosny <khaled@aliftype.com>
26231 Date:   Mon Dec 21 17:44:03 2020 +0200
26232
26233     [autotools] Don’t fallback to icu-config
26234     
26235     ICU pkg-config support have been available for a long time, and
26236     icu-config often breaks cross-compiling when the one from host system is
26237     found.
26238
26239  configure.ac | 19 -------------------
26240  1 file changed, 19 deletions(-)
26241
26242 commit 2953a66ab685957f57e52fb45f42445030d41e06
26243 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
26244 Date:   Wed Dec 9 12:24:18 2020 +0800
26245
26246     CMake: Define HAVE_GOBJECT when harfbuzz-gobject is built
26247     
26248     Without this, the built library for harfbuzz-gobject is unuseful.
26249
26250  CMakeLists.txt | 1 +
26251  1 file changed, 1 insertion(+)
26252
26253 commit 25c0a792e3c2642e3796e0428fb315da9dc2618e
26254 Author: Behdad Esfahbod <behdad@behdad.org>
26255 Date:   Thu Dec 10 14:29:47 2020 -0700
26256
26257     Remove unused+wrong UnsizedArrayOf<> operators
26258     
26259     Said compiler is wrong to err since they are unused. But yeah, they
26260     didn't make sense and were copy/paste leftover.
26261     
26262     Fixes https://github.com/harfbuzz/harfbuzz/issues/2763
26263
26264  src/hb-open-type.hh | 2 --
26265  1 file changed, 2 deletions(-)
26266
26267 commit 07e304b2a488261a89e74f396902399cb28f5608
26268 Merge: 7c241651a 5f32fdff1
26269 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26270 Date:   Tue Dec 1 22:32:19 2020 +0200
26271
26272     Merge pull request #2755 from Myaamori/master
26273     
26274     meson: use meson.current_source_dir() instead of @CURRENT_SOURCE_DIR@
26275
26276 commit 7c241651ac3c8a4d97a0a04d4db5bd0088988ed9
26277 Author: Behdad Esfahbod <behdad@behdad.org>
26278 Date:   Mon Nov 30 16:38:53 2020 -0700
26279
26280     [algs] Don't forward rvalue twice
26281     
26282     Part of https://github.com/harfbuzz/harfbuzz/issues/2293
26283
26284  src/hb-algs.hh | 4 ++--
26285  1 file changed, 2 insertions(+), 2 deletions(-)
26286
26287 commit 53806e5b83cee0e275eac038d0780f95ac56588c
26288 Author: Behdad Esfahbod <behdad@behdad.org>
26289 Date:   Wed Nov 25 11:51:37 2020 -0700
26290
26291     Tiny improvement on previous commit
26292     
26293     Functionally the same.
26294
26295  src/hb-blob.hh               | 1 +
26296  src/hb-null.hh               | 1 +
26297  src/hb-ot-layout-gsubgpos.hh | 2 +-
26298  3 files changed, 3 insertions(+), 1 deletion(-)
26299
26300 commit a5f6f869e80c371665026dfe9d156f0088f2553d
26301 Author: Dominik Röttsches <drott@chromium.org>
26302 Date:   Fri Oct 23 14:25:05 2020 +0300
26303
26304     Drop layout table if layout lookup accelerator allocation failed
26305     
26306     If the table is kept, when the table is present but only the accelerator
26307     allocation failed, then we run into nullptr dereferences downstream in
26308     hb_ot_map_t::apply when trying to access proxy.accels[i].
26309     
26310     To fix this, instead of only setting lookup_count of accelerator_t
26311     itself, drop the whole table to avoid hb-ot-map construction assuming
26312     that the lookups will work correctly despite accelerator allocation
26313     having failed.
26314     
26315     Fixes:
26316     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24490
26317     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24490
26318
26319  src/hb-ot-layout-gsubgpos.hh | 4 ++++
26320  1 file changed, 4 insertions(+)
26321
26322 commit 5f32fdff11bca45ca842dea583f1afd51a6435b9
26323 Author: Myaamori <myaamori1993@gmail.com>
26324 Date:   Tue Nov 24 01:29:24 2020 +0000
26325
26326     meson: use meson.current_source_dir() instead of @CURRENT_SOURCE_DIR@
26327     
26328     @CURRENT_SOURCE_DIR@ is not listed as a valid string substitution
26329     for custom targets in the Meson reference, and in practice
26330     it does not get substituted when using the vs2019 backend.
26331
26332  src/meson.build | 4 ++--
26333  1 file changed, 2 insertions(+), 2 deletions(-)
26334
26335 commit b2e7bb2a7caa20af244b7452ec960f9957eb8bba
26336 Author: David Corbett <corbett.dav@northeastern.edu>
26337 Date:   Tue Oct 27 19:50:33 2020 -0400
26338
26339     Don’t map BCP 47 to coincidentally similar OT tag
26340
26341  src/gen-tag-table.py   |  34 ++++++++---
26342  src/hb-ot-tag-table.hh | 163 +++++++++++++++++++++++++++++++++++++++++++++++++
26343  src/hb-ot-tag.cc       |   1 +
26344  test/api/test-ot-tag.c |   4 ++
26345  4 files changed, 194 insertions(+), 8 deletions(-)
26346
26347 commit e1df2c5277a365d5e0c83d811f0b95f66428430b
26348 Author: David Corbett <corbett.dav@northeastern.edu>
26349 Date:   Mon Oct 26 19:16:35 2020 -0400
26350
26351     Map ISO 639 code qul to language system tag 'QUH '
26352
26353  src/gen-tag-table.py   | 1 +
26354  src/hb-ot-tag-table.hh | 1 +
26355  2 files changed, 2 insertions(+)
26356
26357 commit bac8a856f8ce034fde04f024065455c8b29bba5e
26358 Author: Khaled Hosny <khaledhosny@eglug.org>
26359 Date:   Sat Nov 21 16:07:57 2020 +0200
26360
26361     Revert "[CI] Don’t install ragel on circleci jobs"
26362     
26363     This reverts commit 9a9da110a54ea03a0bdd1e64fa9ff7a2b98ba53c.
26364
26365  .circleci/config.yml | 14 +++++++-------
26366  1 file changed, 7 insertions(+), 7 deletions(-)
26367
26368 commit f579c66108d4b9d122213704078c998bc194d427
26369 Author: Khaled Hosny <khaledhosny@eglug.org>
26370 Date:   Sat Nov 21 16:06:27 2020 +0200
26371
26372     Mark variable unused
26373     
26374     Hopefully fixes build with newer ragel.
26375     
26376     https://github.com/adrian-thurston/ragel/issues/56
26377     
26378     Fixes https://github.com/harfbuzz/harfbuzz/issues/2752
26379
26380  src/hb-ot-shape-complex-use-machine.hh | 2 +-
26381  src/hb-ot-shape-complex-use-machine.rl | 2 +-
26382  2 files changed, 2 insertions(+), 2 deletions(-)
26383
26384 commit f83496a9101f764e4eaec2ce205d55aa4f78558f
26385 Author: David Corbett <corbett.dav@northeastern.edu>
26386 Date:   Fri Nov 20 08:16:36 2020 -0500
26387
26388     [use] Remove workaround for reserved code points
26389     
26390     See <https://github.com/microsoft/font-tools/issues/12>.
26391
26392  src/gen-use-table.py                            | 4 +---
26393  src/ms-use/IndicSyllabicCategory-Additional.txt | 5 ++++-
26394  2 files changed, 5 insertions(+), 4 deletions(-)
26395
26396 commit 17da41bd06f2b993976379c8ab9287b485f58dee
26397 Author: David Corbett <corbett.dav@northeastern.edu>
26398 Date:   Tue Nov 17 14:29:05 2020 -0500
26399
26400     Update language system tag registry to OT 1.8.4
26401
26402  src/gen-tag-table.py   |   7 +-
26403  src/hb-ot-tag-table.hh | 909 +++++++++++++++++++++++++++++++++++++------------
26404  test/api/test-ot-tag.c |   6 +-
26405  3 files changed, 704 insertions(+), 218 deletions(-)
26406
26407 commit 385d9c08d8906002690a7fbff86c1592f5b627b9
26408 Merge: c4ade4fdd 9722b4b26
26409 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26410 Date:   Tue Nov 17 19:43:22 2020 +0200
26411
26412     Merge pull request #2700 from xclaesse/cairo-ft
26413     
26414     meson: Fix cairo_ft_dep when fontconfig is a subproject
26415
26416 commit 9722b4b269bda2d7e84c3164d69caa1324f8f8b3
26417 Author: Xavier Claessens <xavier.claessens@collabora.com>
26418 Date:   Tue Nov 17 11:56:52 2020 -0500
26419
26420     Meson: Update all wrap files to latest version
26421
26422  subprojects/expat.wrap            | 19 +++++++++----------
26423  subprojects/fontconfig.wrap       |  6 +++---
26424  subprojects/google-benchmark.wrap | 15 ++++++++-------
26425  subprojects/libpng.wrap           | 22 ++++++++++++----------
26426  subprojects/zlib.wrap             | 17 ++++++++++++-----
26427  5 files changed, 44 insertions(+), 35 deletions(-)
26428
26429 commit a082fe400d1c981e22061168299334c853ad85a6
26430 Author: Xavier Claessens <xavier.claessens@collabora.com>
26431 Date:   Fri Nov 6 13:02:21 2020 -0500
26432
26433     ci: Install meson 0.56.0 in crossbuild-win32
26434     
26435     It is required for using cairo as subproject.
26436
26437  .circleci/config.yml | 3 ++-
26438  1 file changed, 2 insertions(+), 1 deletion(-)
26439
26440 commit e2ba0e009e499e82b2922db7e58e91bc5f452d03
26441 Author: Xavier Claessens <xavier.claessens@collabora.com>
26442 Date:   Sat Oct 3 21:34:24 2020 -0400
26443
26444     meson: Fix check for cairo and cairo-ft dependencies
26445     
26446     When cairo comes from a subproject fallback it should still take
26447     cairo-ft dependency, otherwise it miss freetype2 cflags.
26448     
26449     Also update wrap file to use upstream repository now that meson support
26450     has been merged.
26451     
26452     This requires Meson >= 0.54.0 because cairo itself requires that version
26453     and we use the new `fallback: 'cairo'` syntax without specifying a
26454     variable name because cairo does not provide a variable name for
26455     cairo-ft.
26456
26457  meson.build            | 37 +++++++++++++++++--------------------
26458  subprojects/cairo.wrap |  4 ++--
26459  2 files changed, 19 insertions(+), 22 deletions(-)
26460
26461 commit c4ade4fdd681b59c0694b7422d7a123fd1e9e6b8
26462 Merge: e6c21d7b5 fd8f4ffcc
26463 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26464 Date:   Tue Nov 17 14:32:04 2020 +0200
26465
26466     Merge pull request #2686 from simoncozens/more-tracing
26467     
26468     More tracing
26469
26470 commit fd8f4ffcc6851ff9024957779be50411e87724d5
26471 Author: Simon Cozens <simon@simon-cozens.org>
26472 Date:   Fri Sep 18 16:37:22 2020 +0100
26473
26474     Trace reorder, not normalize
26475
26476  src/hb-ot-shape-normalize.cc | 3 ++-
26477  src/hb-ot-shape.cc           | 5 +----
26478  2 files changed, 3 insertions(+), 5 deletions(-)
26479
26480 commit 2e0193d7417d1134e1710bf3fa7690332bc561e0
26481 Author: Simon Cozens <simon@simon-cozens.org>
26482 Date:   Fri Sep 18 16:28:29 2020 +0100
26483
26484     Add more cast spaces
26485
26486  src/hb-ot-shape.cc | 4 ++--
26487  1 file changed, 2 insertions(+), 2 deletions(-)
26488
26489 commit 4bb6d54e3bd16ae42364587f9703128b95de89de
26490 Author: Simon Cozens <simon@simon-cozens.org>
26491 Date:   Fri Sep 18 16:26:08 2020 +0100
26492
26493     Missing cast
26494
26495  src/hb-ot-shape-complex-indic.cc | 2 +-
26496  1 file changed, 1 insertion(+), 1 deletion(-)
26497
26498 commit 8e1bedc50b13d19e1fb3c0fbb0cfa6d87f042f51
26499 Author: Simon Cozens <simon@simon-cozens.org>
26500 Date:   Fri Sep 18 16:25:43 2020 +0100
26501
26502     Keep phase names
26503
26504  src/hb-ot-shape.cc | 8 ++++----
26505  1 file changed, 4 insertions(+), 4 deletions(-)
26506
26507 commit 428c111f1389e3ebf8b694f342ffdc011f2ee043
26508 Author: Simon Cozens <simon@simon-cozens.org>
26509 Date:   Fri Sep 18 16:24:47 2020 +0100
26510
26511     Fix spacing around casts
26512
26513  src/hb-ot-layout.cc                | 4 ++--
26514  src/hb-ot-shape-complex-indic.cc   | 2 +-
26515  src/hb-ot-shape-complex-khmer.cc   | 2 +-
26516  src/hb-ot-shape-complex-myanmar.cc | 2 +-
26517  src/hb-ot-shape-complex-use.cc     | 2 +-
26518  5 files changed, 6 insertions(+), 6 deletions(-)
26519
26520 commit f19018da412cf0949748dc8ba80e1a0a376238af
26521 Author: Simon Cozens <simon@simon-cozens.org>
26522 Date:   Thu Sep 17 15:08:32 2020 +0100
26523
26524     Smaller issues from review
26525
26526  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
26527  src/hb-ot-shape-complex-myanmar.cc |  2 +-
26528  src/hb-ot-shape.cc                 |  6 +++---
26529  3 files changed, 10 insertions(+), 10 deletions(-)
26530
26531 commit 8b3b835a0aaf7b21825ad87f0e0ab9efbff34dcc
26532 Author: Simon Cozens <simon@simon-cozens.org>
26533 Date:   Thu Sep 17 14:27:31 2020 +0100
26534
26535     Trace normalization and preprocessing stages
26536
26537  src/hb-ot-shape.cc | 15 ++++++++++++---
26538  1 file changed, 12 insertions(+), 3 deletions(-)
26539
26540 commit b50099bff22f9add10e100b6ace5a063a574a066
26541 Author: Simon Cozens <simon@simon-cozens.org>
26542 Date:   Thu Sep 17 14:25:30 2020 +0100
26543
26544     Trace reordering in pause functions
26545
26546  src/hb-ot-shape-complex-indic.cc   | 10 ++++++++--
26547  src/hb-ot-shape-complex-khmer.cc   | 10 ++++++----
26548  src/hb-ot-shape-complex-myanmar.cc |  9 ++++++---
26549  src/hb-ot-shape-complex-use.cc     | 10 +++++++---
26550  4 files changed, 27 insertions(+), 12 deletions(-)
26551
26552 commit e6c21d7b58224f483395a6c9355fe89d88aedd54
26553 Merge: 3bd43bd02 0c3dcfae1
26554 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26555 Date:   Tue Nov 17 08:53:32 2020 +0200
26556
26557     Merge pull request #2692 from ffontaine/master
26558     
26559     src/meson.build: allow introspection when cross-compiling
26560
26561 commit 0c3dcfae193efd8d5333c44075ba01932edc1059
26562 Merge: 2604201ae 3bd43bd02
26563 Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
26564 Date:   Tue Nov 17 07:31:07 2020 +0100
26565
26566     Merge remote-tracking branch 'upstream/master'
26567
26568 commit 3bd43bd023ab713781058f9ce5bcb7566ecb2d68
26569 Author: David Corbett <corbett.dav@northeastern.edu>
26570 Date:   Mon Nov 16 21:55:02 2020 -0500
26571
26572     Map more ISO 15924 variants to `hb_script_t`s
26573
26574  src/hb-common.cc | 5 +++++
26575  1 file changed, 5 insertions(+)
26576
26577 commit 27170e058d2925ea05bf59f1ee8f56fb0bcb576a
26578 Author: David Corbett <corbett.dav@northeastern.edu>
26579 Date:   Wed Oct 28 18:02:55 2020 -0400
26580
26581     Fix names for language tag in gen-tag-table.py
26582     
26583     A BCP 47 language tag with both a script subtag and a region subtag
26584     would be printed as a human-readable name in hb-ot-tag-table.hh as if it
26585     only had its language subtag.
26586
26587  src/gen-tag-table.py   |  18 +++----
26588  src/hb-ot-tag-table.hh | 126 ++++++++++++++++++++++++-------------------------
26589  2 files changed, 73 insertions(+), 71 deletions(-)
26590
26591 commit 5091ea7e247b118009c719076650a93b3e2dde6d
26592 Merge: 69cc214c9 07961daed
26593 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26594 Date:   Sat Oct 24 22:37:52 2020 +0200
26595
26596     Merge pull request #2733 from astiob/buffer-context-doc
26597     
26598     [docs] Describe buffer context applicability more explicitly
26599
26600 commit 07961daed06d181615d8087b25122985c83760cc
26601 Author: Oleg Oshmyan <chortos@inbox.lv>
26602 Date:   Sat Oct 24 21:58:02 2020 +0300
26603
26604     [docs] Describe buffer context applicability more explicitly
26605     
26606     Make it abundantly clear that the context's script etc. don't matter.
26607     
26608     Fixes https://github.com/harfbuzz/harfbuzz/issues/2730
26609
26610  docs/usermanual-buffers-language-script-and-direction.xml | 8 +++++---
26611  1 file changed, 5 insertions(+), 3 deletions(-)
26612
26613 commit 69cc214c9a47ec9f19bfe477149c6c68cff6a483
26614 Merge: 49ebb9ebd 5adc1344a
26615 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26616 Date:   Sat Oct 24 10:41:33 2020 +0200
26617
26618     Merge pull request #2729 from khaledhosny/autotools-pkg-config
26619     
26620     [autotools] Require pkg-config 0.28
26621
26622 commit 5adc1344a4c695ed655aabd02c8bfab114bb4d52
26623 Author: Khaled Hosny <khaledhosny@eglug.org>
26624 Date:   Fri Oct 23 18:39:34 2020 +0200
26625
26626     [ci] Upload meason logs on some CircleCI jobs
26627
26628  .circleci/config.yml | 6 ++++++
26629  1 file changed, 6 insertions(+)
26630
26631 commit 71376f88ef07163f1330f1f54f9f479cd3a67306
26632 Author: Khaled Hosny <khaledhosny@eglug.org>
26633 Date:   Fri Oct 23 18:21:41 2020 +0200
26634
26635     [ci] CircleCI removed xcode:9.0.1 image
26636     
26637     The replacement run newer versions of macOS (10.13.3), making this job
26638     obsolete as it tests nothing the other jobs don’t test.
26639
26640  .circleci/config.yml | 12 ------------
26641  1 file changed, 12 deletions(-)
26642
26643 commit 05403a07b5accbc248064ec44fb884efeb811fa2
26644 Author: Khaled Hosny <khaledhosny@eglug.org>
26645 Date:   Fri Oct 23 17:24:29 2020 +0200
26646
26647     [autotools] Require pkg-config 0.28
26648     
26649     Follow up 0615c7b64b63400b2a70a1a6dd8a57d0b0fff10c, which fixes #1565.
26650     This seems to be the version that fixed the circular dependency, based
26651     on the ChangeLog:
26652     https://cgit.freedesktop.org/pkg-config/commit/?h=pkg-config-0.28&id=74ceac54ef6f9247c00f08eecd8cca811a3c5934
26653
26654  configure.ac | 2 +-
26655  1 file changed, 1 insertion(+), 1 deletion(-)
26656
26657 commit 49ebb9ebdd689490c74da835a3fb829f14df6ed1
26658 Author: David Corbett <corbett.dav@northeastern.edu>
26659 Date:   Sat Oct 17 12:03:44 2020 -0400
26660
26661     [use] Remove redundant O entries from the table
26662
26663  src/gen-use-table.py                 | 11 +++---
26664  src/hb-ot-shape-complex-use-table.cc | 69 ++++++++++++++++++------------------
26665  2 files changed, 39 insertions(+), 41 deletions(-)
26666
26667 commit 79fd5ce22e03d9db6553dadc0a5e3862b0bfa20d
26668 Author: David Corbett <corbett.dav@northeastern.edu>
26669 Date:   Sat Oct 17 11:57:08 2020 -0400
26670
26671     [use] Merge IND and Rsv classes into O
26672
26673  src/gen-use-table.py                   | 10 ++-------
26674  src/hb-ot-shape-complex-use-machine.hh | 40 +++++++++++++++++-----------------
26675  src/hb-ot-shape-complex-use-machine.rl |  6 ++---
26676  src/hb-ot-shape-complex-use-table.cc   | 20 +++++++----------
26677  src/hb-ot-shape-complex-use.hh         |  2 --
26678  5 files changed, 32 insertions(+), 46 deletions(-)
26679
26680 commit c2cdcd4901132ea7690bda655602d84e63505eb1
26681 Author: Khaled Hosny <khaledhosny@eglug.org>
26682 Date:   Sat Oct 17 21:57:27 2020 +0200
26683
26684     [tests] warning: unused variable 'num_glyphs'
26685
26686  test/api/test-buffer.c | 6 +++---
26687  1 file changed, 3 insertions(+), 3 deletions(-)
26688
26689 commit e25aa49a1bcd8f25eeda1846c7daf9b887571d84
26690 Author: David Corbett <corbett.dav@northeastern.edu>
26691 Date:   Sat Oct 17 12:32:41 2020 -0400
26692
26693     Fix a dead link in CMakeLists.txt
26694
26695  CMakeLists.txt | 2 +-
26696  1 file changed, 1 insertion(+), 1 deletion(-)
26697
26698 commit 9a9da110a54ea03a0bdd1e64fa9ff7a2b98ba53c
26699 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
26700 Date:   Sat Oct 17 17:58:11 2020 +0200
26701
26702     [CI] Don’t install ragel on circleci jobs
26703     
26704     Latest ragel version is broken (https://github.com/adrian-thurston/ragel/issues/56), but we also don’t need to regenerate state machine on CI jobs.
26705
26706  .circleci/config.yml | 16 ++++++++--------
26707  1 file changed, 8 insertions(+), 8 deletions(-)
26708
26709 commit cde2cf84c0d6515c701296351b9d5a80a41d78c5
26710 Author: Behdad Esfahbod <behdad@behdad.org>
26711 Date:   Fri Oct 16 23:49:31 2020 -0600
26712
26713     [use] Minor clean-up of unused categories
26714
26715  src/hb-ot-shape-complex-use-machine.hh | 34 +++++++++++++++++-----------------
26716  src/hb-ot-shape-complex-use-machine.rl |  7 -------
26717  src/hb-ot-shape-complex-use.cc         |  3 +--
26718  src/hb-ot-shape-complex-use.hh         |  7 -------
26719  4 files changed, 18 insertions(+), 33 deletions(-)
26720
26721 commit 0792690b73010e24848fe82d5983ef01f38ed1fb
26722 Author: David Corbett <corbett.dav@northeastern.edu>
26723 Date:   Fri Oct 16 22:41:12 2020 -0400
26724
26725     [use] Skip WJ and ZWJ when clustering
26726
26727  src/gen-use-table.py                               |  13 +-
26728  src/hb-ot-shape-complex-use-machine.hh             | 580 ++++++++++-----------
26729  src/hb-ot-shape-complex-use-machine.rl             |   9 +-
26730  src/hb-ot-shape-complex-use-table.cc               |   8 +-
26731  src/hb-ot-shape-complex-use.hh                     |   2 -
26732  .../shaping/data/in-house/tests/use-syllable.tests |   2 +
26733  6 files changed, 272 insertions(+), 342 deletions(-)
26734
26735 commit 3fcf466b7b77f8eaf281f7a1a4e6ca90b5be54fe
26736 Author: Laurenz <laurmaedje@gmail.com>
26737 Date:   Fri Oct 16 23:03:01 2020 +0200
26738
26739     [hb-shape-fallback] Use signed int for correction
26740
26741  src/hb-ot-shape-fallback.cc | 2 +-
26742  1 file changed, 1 insertion(+), 1 deletion(-)
26743
26744 commit 77e704d1dbfbdb6c54127112814b24358ec52eea
26745 Author: Behdad Esfahbod <behdad@behdad.org>
26746 Date:   Thu Oct 15 02:02:04 2020 -0600
26747
26748     [buffer] Add assert_unicode()/assert_glyphs() and use internally
26749
26750  src/hb-buffer-serialize.cc | 13 ++++---------
26751  src/hb-buffer.cc           | 10 ++++------
26752  src/hb-buffer.hh           | 10 ++++++++++
26753  src/hb-shape-plan.cc       |  3 ++-
26754  4 files changed, 20 insertions(+), 16 deletions(-)
26755
26756 commit 5ef0613909b8223396f2342119d217e2f24aff26
26757 Author: Behdad Esfahbod <behdad@behdad.org>
26758 Date:   Thu Oct 15 01:54:28 2020 -0600
26759
26760     [buffer] Add ensure_glyphs()/ensure_unicode()
26761     
26762     Use in deserialize. To be used more.
26763
26764  src/hb-buffer-deserialize-json.hh | 1257 +++++++++++++-----------------
26765  src/hb-buffer-deserialize-json.rl |   21 +-
26766  src/hb-buffer-deserialize-text.hh | 1531 +++++++++++++++++--------------------
26767  src/hb-buffer-deserialize-text.rl |   21 +-
26768  src/hb-buffer.hh                  |   23 +
26769  5 files changed, 1270 insertions(+), 1583 deletions(-)
26770
26771 commit 84dd65a8740a91e58eaef43c0006ace3a3aa54a7
26772 Author: Khaled Hosny <khaledhosny@eglug.org>
26773 Date:   Tue Oct 13 20:21:28 2020 +0200
26774
26775     [test] Remove timeout from test runners
26776     
26777     See https://github.com/harfbuzz/harfbuzz/issues/2707#issuecomment-707744079
26778     
26779     This wasn’t inconsistent as well, HB_TEST_SUBSET_FUZZER_TIMEOUT defaulted
26780     to 12 in the test runner, but it was overridden to 50 in meson.build,
26781     and then meson has its own test timeout.
26782
26783  .circleci/config.yml                    | 2 +-
26784  test/fuzzing/meson.build                | 1 -
26785  test/fuzzing/run-draw-fuzzer-tests.py   | 2 +-
26786  test/fuzzing/run-shape-fuzzer-tests.py  | 2 +-
26787  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
26788  5 files changed, 4 insertions(+), 5 deletions(-)
26789
26790 commit 3232e6f2a9053e31da67fc7ff293e007e698ef39
26791 Author: Behdad Esfahbod <behdad@behdad.org>
26792 Date:   Thu Oct 15 00:20:17 2020 -0600
26793
26794     [buffer] Add hb_buffer_has_positions()
26795     
26796     Fixes https://github.com/harfbuzz/harfbuzz/issues/2716
26797
26798  docs/harfbuzz-sections.txt |  1 +
26799  src/hb-buffer.cc           | 21 ++++++++++++++++++++-
26800  src/hb-buffer.h            |  3 +++
26801  3 files changed, 24 insertions(+), 1 deletion(-)
26802
26803 commit 97a093c52f87dbfb0c800dd09a23436479e69861
26804 Author: Khaled Hosny <khaledhosny@eglug.org>
26805 Date:   Mon Oct 12 15:32:22 2020 +0200
26806
26807     [hb-subset] Improve error handling a bit
26808     
26809     * Check that output-file option is actually set before trying to open
26810       it.
26811     * Print file name and errno when opening the output file fails.
26812     * Be more resilient when writing output file and use ferror() to check
26813       for errors.
26814     
26815     Fixes https://github.com/harfbuzz/harfbuzz/issues/2711
26816
26817  util/hb-subset.cc | 36 ++++++++++++++++++------------------
26818  1 file changed, 18 insertions(+), 18 deletions(-)
26819
26820 commit fa771a7f85d6d07ed64db438c8f07cd6b3f65e3e
26821 Author: Khaled Hosny <khaledhosny@eglug.org>
26822 Date:   Sun Oct 11 22:11:17 2020 +0200
26823
26824     [tests] Fix memory leak in test
26825     
26826     To make valgrind bot happy.
26827
26828  test/api/test-buffer.c | 21 +++++++++++----------
26829  1 file changed, 11 insertions(+), 10 deletions(-)
26830
26831 commit dec52006d939755e38dfc3da6de100f2443d574c
26832 Author: David Corbett <corbett.dav@northeastern.edu>
26833 Date:   Sat Oct 10 14:49:55 2020 -0400
26834
26835     Map BCP 47 tags to all macrolanguages
26836     
26837     The general rule is that if a BCP 47 macrolanguage maps to an OpenType
26838     language system tag, all its individual languages map to it too.
26839     Previously, a tag like "prs" (Dari) would not map to the language system
26840     tag ('FAR ') of its macrolanguage ("fa") because "prs" already has its
26841     own language system tag ('DRI '). That exception has been removed: now
26842     "prs" maps to 'DRI ' and falls back to 'FAR '.
26843
26844  src/gen-tag-table.py   |   7 +--
26845  src/hb-ot-tag-table.hh | 128 ++++++++++++++++++++++++++++++++++++++++++-------
26846  2 files changed, 112 insertions(+), 23 deletions(-)
26847
26848 commit 1d53268dfe39b6842b5129ce731f67021cb1d844
26849 Author: David Corbett <corbett.dav@northeastern.edu>
26850 Date:   Sat Oct 10 14:46:36 2020 -0400
26851
26852     Fix two-way mapping of "man" and 'MNK '
26853
26854  src/gen-tag-table.py   | 4 ++--
26855  src/hb-ot-tag-table.hh | 2 ++
26856  test/api/test-ot-tag.c | 2 ++
26857  3 files changed, 6 insertions(+), 2 deletions(-)
26858
26859 commit ab38cf674658fbdde5732171b218fddaaccecbf9
26860 Author: David Corbett <corbett.dav@northeastern.edu>
26861 Date:   Sat Oct 10 14:21:20 2020 -0400
26862
26863     Map hy-arevmda to 'HYE ' instead of HYE0
26864
26865  src/gen-tag-table.py   | 3 +++
26866  src/hb-ot-tag-table.hh | 7 +++++++
26867  2 files changed, 10 insertions(+)
26868
26869 commit 916c5a900708f25b3b6efa7079ae0b9ce701643c
26870 Author: David Corbett <corbett.dav@northeastern.edu>
26871 Date:   Sat Oct 10 14:15:16 2020 -0400
26872
26873     Consistently emit BCP 47 subtag scope suffixes
26874
26875  src/gen-tag-table.py   |  23 ++++++++---
26876  src/hb-ot-tag-table.hh | 102 ++++++++++++++++++++++++-------------------------
26877  2 files changed, 69 insertions(+), 56 deletions(-)
26878
26879 commit 1c05f6789b86ae7bf54fb74255b3c8cea31d9978
26880 Author: Behdad Esfahbod <behdad@behdad.org>
26881 Date:   Sun Oct 11 12:28:25 2020 -0600
26882
26883     [buffer] Increase work limits
26884     
26885     Our previous limits of 64 per input character was already hit
26886     by David Corbett's under-development Duployan font.
26887     
26888     Increase work limits by factor of 16, and number of glyphs by factor of 2.
26889     
26890     Fixes https://github.com/harfbuzz/harfbuzz/issues/2707
26891
26892  src/hb-buffer.hh | 8 ++++----
26893  1 file changed, 4 insertions(+), 4 deletions(-)
26894
26895 commit b37edebfcb10ef9d37258d504de4d1a97847d6eb
26896 Author: Behdad Esfahbod <behdad@behdad.org>
26897 Date:   Fri Oct 9 21:26:09 2020 -0600
26898
26899     [buffer/deserialize] Do not clear() buffer upon content type mismatch
26900     
26901     We return false. I don't see reason to clear buffer.
26902
26903  src/hb-buffer-deserialize-json.hh | 54 +++++++++++-------------
26904  src/hb-buffer-deserialize-json.rl |  8 +---
26905  src/hb-buffer-deserialize-text.hh | 86 ++++++++++++++++-----------------------
26906  src/hb-buffer-deserialize-text.rl |  8 +---
26907  4 files changed, 63 insertions(+), 93 deletions(-)
26908
26909 commit c396e1600f732e6e53a8733815b0a215ab9be6ce
26910 Author: Behdad Esfahbod <behdad@behdad.org>
26911 Date:   Fri Oct 9 21:13:10 2020 -0600
26912
26913     [buffer/deserialize] Accept arbitrary glyph names
26914     
26915     Accepts escapes. Added TODO items for matching escaping in serialize().
26916
26917  src/hb-buffer-deserialize-json.hh | 201 ++++++------
26918  src/hb-buffer-deserialize-json.rl |  17 +-
26919  src/hb-buffer-deserialize-text.hh | 630 +++++++++++++++++++++++---------------
26920  src/hb-buffer-deserialize-text.rl |   9 +-
26921  src/hb-buffer-serialize.cc        |  14 +-
26922  5 files changed, 524 insertions(+), 347 deletions(-)
26923
26924 commit 4a4eebcf86f258b3dc465400092063300a588bbf
26925 Author: Behdad Esfahbod <behdad@behdad.org>
26926 Date:   Fri Oct 9 21:06:20 2020 -0600
26927
26928     [buffer/serialize] Minor renames in Ragel machines
26929     
26930     As per my previous review on:
26931     https://github.com/harfbuzz/harfbuzz/pull/2687
26932
26933  src/hb-buffer-deserialize-json.hh |   2 +-
26934  src/hb-buffer-deserialize-json.rl |  18 +++----
26935  src/hb-buffer-deserialize-text.hh | 104 +++++++++++++++++++++++---------------
26936  src/hb-buffer-deserialize-text.rl |  20 +++++---
26937  4 files changed, 86 insertions(+), 58 deletions(-)
26938
26939 commit 540d2cdddb4ae4a39194d3cf0efc19a9e9edaf22
26940 Author: Behdad Esfahbod <behdad@behdad.org>
26941 Date:   Fri Oct 9 18:07:28 2020 -0600
26942
26943     [tests/buffer] Revert unintended whitespace changes
26944     
26945     From 9e5538d6a3d6f1ffbee7fad3c821621f17d61494
26946     
26947     Tried squashing into, but too much merge conflict.
26948
26949  test/api/test-buffer.c | 1332 ++++++++++++++++++++++++------------------------
26950  1 file changed, 667 insertions(+), 665 deletions(-)
26951
26952 commit 78fb6a11afde1b4b62c343d72ea31f9f21580402
26953 Author: Behdad Esfahbod <behdad@behdad.org>
26954 Date:   Fri Oct 9 18:02:16 2020 -0600
26955
26956     Whitespace
26957
26958  src/hb-buffer-serialize.cc | 12 ++++++------
26959  1 file changed, 6 insertions(+), 6 deletions(-)
26960
26961 commit 140552cec98684cdab72a29ee59ba6ddfcca75b4
26962 Author: Behdad Esfahbod <behdad@behdad.org>
26963 Date:   Fri Oct 9 18:01:32 2020 -0600
26964
26965     [buffer/serialize] Only serialize empty buffers of CONTENT_TYPE_INVALID
26966
26967  src/hb-buffer-serialize.cc | 2 ++
26968  1 file changed, 2 insertions(+)
26969
26970 commit 04658ec48f9c934e8453583b161e7b5260231a8d
26971 Author: Behdad Esfahbod <behdad@behdad.org>
26972 Date:   Fri Oct 9 17:59:54 2020 -0600
26973
26974     [tests/buffer] Update tests for previous commit
26975
26976  test/api/test-buffer.c | 4 ++--
26977  1 file changed, 2 insertions(+), 2 deletions(-)
26978
26979 commit 8f5d8b155c0cbf9f61cf6a23d73dbc7130df21e0
26980 Author: Behdad Esfahbod <behdad@behdad.org>
26981 Date:   Fri Oct 9 17:58:57 2020 -0600
26982
26983     [buffer] Buffer start <= end <= len requirement in (de-)serialize
26984
26985  src/hb-buffer-serialize.cc | 6 ++++--
26986  1 file changed, 4 insertions(+), 2 deletions(-)
26987
26988 commit 3b64122a7fd5218df6e0f8b345becb7ff73510f7
26989 Author: Behdad Esfahbod <behdad@behdad.org>
26990 Date:   Fri Oct 9 17:55:21 2020 -0600
26991
26992     [buffer] Fix immutable case with end_ptr==nullptr
26993
26994  src/hb-buffer-serialize.cc | 6 ++++--
26995  1 file changed, 4 insertions(+), 2 deletions(-)
26996
26997 commit 7c0bc0bb926a37a5bc1289c1c0867843e476e863
26998 Author: Simon Cozens <simon@simon-cozens.org>
26999 Date:   Fri Sep 25 21:24:41 2020 +0100
27000
27001     Serialize invalid buffer to !! (text) or [] (json)
27002     
27003     There is no generic deserialize - you have to choose glyphs or unicode - so there is no way to deserialize this buffer.
27004
27005  src/hb-buffer-serialize.cc | 49 +++++++++++++++++++++++++++++++++++++++++-----
27006  test/api/test-buffer.c     | 20 ++++++++++++++++---
27007  2 files changed, 61 insertions(+), 8 deletions(-)
27008
27009 commit 5bb88c4f4569a2740d392c1a432ebb3537935e9c
27010 Author: Simon Cozens <simon@simon-cozens.org>
27011 Date:   Fri Sep 25 10:08:00 2020 +0100
27012
27013     Oops debug print
27014
27015  src/hb-buffer-serialize.cc | 1 -
27016  1 file changed, 1 deletion(-)
27017
27018 commit f56eb402f06003ef66f3922dd948257516fec18e
27019 Author: Simon Cozens <simon@simon-cozens.org>
27020 Date:   Fri Sep 25 10:06:33 2020 +0100
27021
27022     Immutable buffer fix
27023
27024  src/hb-buffer-serialize.cc | 7 +++++++
27025  1 file changed, 7 insertions(+)
27026
27027 commit 150f391438a56ada7227fbcb94a6a86f3305c68e
27028 Author: Simon Cozens <simon@simon-cozens.org>
27029 Date:   Fri Sep 25 10:04:39 2020 +0100
27030
27031     Prohibit mixed glyphs/unicode buffers in deserialization
27032
27033  src/hb-buffer-deserialize-json.hh |  190 ++++--
27034  src/hb-buffer-deserialize-json.rl |   28 +-
27035  src/hb-buffer-deserialize-text.hh |  130 ++--
27036  src/hb-buffer-deserialize-text.rl |   28 +-
27037  test/api/test-buffer.c            | 1315 +++++++++++++++++++------------------
27038  5 files changed, 938 insertions(+), 753 deletions(-)
27039
27040 commit 6b1726b6efcd5c2a7c610277d58be57b0ec659dd
27041 Author: Simon Cozens <simon@simon-cozens.org>
27042 Date:   Mon Sep 21 16:35:40 2020 +0100
27043
27044     Typos
27045
27046  src/hb-buffer-serialize.cc | 4 ++--
27047  1 file changed, 2 insertions(+), 2 deletions(-)
27048
27049 commit 3d3c87e7e7bb8a6ec104da72aa7e6103941045bd
27050 Author: Simon Cozens <simon@simon-cozens.org>
27051 Date:   Mon Sep 21 14:35:05 2020 +0100
27052
27053     Put the flags back in and serialize clusters.
27054     
27055     Note that now JSON glyph buffers and Unicode buffers look very similar, except for the g/u property difference.
27056
27057  src/hb-buffer-deserialize-json.hh | 467 +++++++++++++++++---------------------
27058  src/hb-buffer-deserialize-json.rl |   9 +-
27059  src/hb-buffer-deserialize-text.hh | 434 +++++++++++++++++++----------------
27060  src/hb-buffer-deserialize-text.rl |   2 +-
27061  src/hb-buffer-serialize.cc        |  45 +++-
27062  src/hb-buffer.h                   |   3 +-
27063  test/api/test-buffer.c            |  19 +-
27064  7 files changed, 500 insertions(+), 479 deletions(-)
27065
27066 commit 432a05b2af8522c2c5f0c7c21f06e44ab6d6a07a
27067 Author: Simon Cozens <simon@simon-cozens.org>
27068 Date:   Fri Sep 18 14:19:39 2020 +0100
27069
27070     (Simple) tests for Unicode serialization/deserialization
27071
27072  test/api/test-buffer.c | 41 +++++++++++++++++++++++++++++++++++++++++
27073  1 file changed, 41 insertions(+)
27074
27075 commit c03a2001b2e19ff8b88e24f5b489af58952a86e7
27076 Author: Simon Cozens <simon@simon-cozens.org>
27077 Date:   Fri Sep 18 14:19:17 2020 +0100
27078
27079     Deserialization routines for Unicode buffers
27080
27081  src/hb-buffer-deserialize-json.hh | 467 ++++++++++++++++++++++----------------
27082  src/hb-buffer-deserialize-json.rl |   8 +-
27083  src/hb-buffer-deserialize-text.hh | 456 +++++++++++++++++++++++--------------
27084  src/hb-buffer-deserialize-text.rl |  19 +-
27085  src/hb-buffer-serialize.cc        |  87 ++++++-
27086  src/hb-buffer.h                   |   8 +
27087  6 files changed, 655 insertions(+), 390 deletions(-)
27088
27089 commit c0716bb5dc8b25ec452e71afc74ebebbc927fed8
27090 Author: Simon Cozens <simon@simon-cozens.org>
27091 Date:   Fri Sep 18 10:31:28 2020 +0100
27092
27093     Move delimiter addition into hb-buffer-serialize
27094
27095  src/hb-buffer-serialize.cc | 23 ++++++++++++++++++++++-
27096  util/options.cc            |  8 --------
27097  2 files changed, 22 insertions(+), 9 deletions(-)
27098
27099 commit 36ede569622f64406b441758d03c7a44a55a3c50
27100 Author: Simon Cozens <simon@simon-cozens.org>
27101 Date:   Fri Sep 18 10:24:29 2020 +0100
27102
27103     Fix docs
27104     
27105     Note the delimiters stuff isn’t true yet, will be working on that
27106
27107  src/hb-buffer-serialize.cc | 59 +++++++++++++++++++++++++++++++++++++++++++++-
27108  1 file changed, 58 insertions(+), 1 deletion(-)
27109
27110 commit bb7b634cd044846e95f47538fe0f3bb8c35abd5f
27111 Author: Simon Cozens <simon@simon-cozens.org>
27112 Date:   Fri Sep 18 09:49:19 2020 +0100
27113
27114     Simplify JSON unicode serialization
27115     
27116     It’s just an array of codepoints; no need to turn them into objects
27117
27118  src/hb-buffer-serialize.cc | 5 -----
27119  1 file changed, 5 deletions(-)
27120
27121 commit 57a528ab2ca09b2252598008e3d83a9bda1576ae
27122 Author: Simon Cozens <simon@simon-cozens.org>
27123 Date:   Fri Sep 18 09:35:05 2020 +0100
27124
27125     Convert tabs to spaces
27126
27127  src/hb-buffer-serialize.cc | 298 +++++++++++++++++++++------------------------
27128  1 file changed, 136 insertions(+), 162 deletions(-)
27129
27130 commit aff6a362665cd6c582c9f79cbc3724fb918e22ce
27131 Author: Simon Cozens <simon@simon-cozens.org>
27132 Date:   Fri Sep 18 09:27:27 2020 +0100
27133
27134     Use auxbuffer for serialize_unicode_text
27135
27136  src/hb-buffer-serialize.cc | 39 ++++++++++++++++++++++-----------------
27137  1 file changed, 22 insertions(+), 17 deletions(-)
27138
27139 commit a0203a28bb8e22a960eaeda8256ea7e657b2552a
27140 Author: Simon Cozens <simon@simon-cozens.org>
27141 Date:   Thu Sep 17 16:49:59 2020 +0100
27142
27143     Use hb_buffer_serialize to trace in utils
27144
27145  util/hb-shape.cc |  2 +-
27146  util/options.cc  | 37 +++++++++++++------------------------
27147  util/options.hh  |  4 +---
27148  3 files changed, 15 insertions(+), 28 deletions(-)
27149
27150 commit 58bcc1cedd5a38a0a0da569e7e11c7641cdfc910
27151 Author: Simon Cozens <simon@simon-cozens.org>
27152 Date:   Thu Sep 17 16:29:40 2020 +0100
27153
27154     Serialize Unicode buffers
27155
27156  src/hb-buffer-serialize.cc | 181 +++++++++++++++++++++++++++++++++++++++++++++
27157  src/hb-buffer.h            |  20 +++++
27158  2 files changed, 201 insertions(+)
27159
27160 commit be33704c003732a7a45b8136736b42ca54be98b3
27161 Author: Garret Rieger <grieger@google.com>
27162 Date:   Fri Oct 9 16:46:46 2020 -0700
27163
27164     Add gpos 5 tests to meson build file.
27165
27166  test/subset/meson.build | 1 +
27167  1 file changed, 1 insertion(+)
27168
27169 commit c39ab82c90479341dcf28eaa8174af6f08c0d7ae
27170 Author: David Corbett <corbett.dav@northeastern.edu>
27171 Date:   Tue Oct 6 16:51:40 2020 -0400
27172
27173     Fix usage text of gen-use-table.py
27174
27175  src/gen-use-table.py | 2 +-
27176  1 file changed, 1 insertion(+), 1 deletion(-)
27177
27178 commit aace09a3ad4249ee5b11c07a7ba343f763545d01
27179 Author: Garret Rieger <grieger@google.com>
27180 Date:   Tue Oct 6 10:26:17 2020 -0700
27181
27182     [subset] Use glyphset gsub for layout variation indices collection.
27183
27184  src/hb-subset-plan.cc | 6 +++++-
27185  1 file changed, 5 insertions(+), 1 deletion(-)
27186
27187 commit 1d9801e01290a62cfb802971061b2cc9f7c43bc1
27188 Author: Garret Rieger <grieger@google.com>
27189 Date:   Mon Oct 5 14:41:55 2020 -0700
27190
27191     [subset] In AnchorMatrix::subset eliminate the use of dynamically allocated vector.
27192
27193  src/hb-ot-layout-gpos-table.hh | 17 +++++------------
27194  1 file changed, 5 insertions(+), 12 deletions(-)
27195
27196 commit 093909b2ffb1d938206b4a543652ae02c99491b2
27197 Author: Garret Rieger <grieger@google.com>
27198 Date:   Mon Oct 5 13:14:53 2020 -0700
27199
27200     [subset] Fix wrong offset base for subsetting LigatureArray.
27201     Offsets from LigatureArray must be relative to the beginning of the LigatureArray table. For the serialization mechanism to use the correct beginning point the LigatureArray must be created using the push()/pop() mechanism. So convert LigatureArray subsetting to use serialize_subset() instead of a manually called serialize and subset.
27202
27203  src/hb-ot-layout-gpos-table.hh | 78 +++++++++++++++++++-----------------------
27204  1 file changed, 36 insertions(+), 42 deletions(-)
27205
27206 commit 147e93b910010b581f1abf8f835aa2f7eecc483d
27207 Author: Garret Rieger <grieger@google.com>
27208 Date:   Thu Oct 1 16:44:16 2020 -0700
27209
27210     [subset] Fixes to get GPOS 5 subsetting code compiling.
27211
27212  src/hb-ot-layout-gpos-table.hh | 37 ++++++++++++++++++++++++++++---------
27213  1 file changed, 28 insertions(+), 9 deletions(-)
27214
27215 commit 3a0b05faf18afc5f1cfc436c55d0776d26b80e53
27216 Author: Qunxin Liu <qxliu@google.com>
27217 Date:   Thu Feb 6 15:08:26 2020 -0800
27218
27219     [subset] GPOS 5 MarkToLigature subsetting support
27220
27221  src/hb-ot-layout-gpos-table.hh                     | 109 +++++++++++++++++++--
27222  test/subset/data/Makefile.am                       |   1 +
27223  test/subset/data/Makefile.sources                  |   1 +
27224  ...5_font1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2372 bytes
27225  ...5_font1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2380 bytes
27226  ...pos5_font1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2132 bytes
27227  ...pos5_font1.keep-layout-retain-gids.41,42,44.otf | Bin 0 -> 2304 bytes
27228  ...pos5_font1.keep-layout-retain-gids.41,42,45.otf | Bin 0 -> 2284 bytes
27229  .../gpos5_font1.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 2032 bytes
27230  .../gpos5_font1.keep-layout-retain-gids.41,43.otf  | Bin 0 -> 2048 bytes
27231  .../gpos5_font1.keep-layout-retain-gids.41.otf     | Bin 0 -> 1916 bytes
27232  .../gpos5_font1.keep-layout-retain-gids.42.otf     | Bin 0 -> 1788 bytes
27233  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3840 bytes
27234  .../gpos5_font1.keep-layout.41,42,43,44.otf        | Bin 0 -> 1668 bytes
27235  .../gpos5_font1.keep-layout.41,42,43,45.otf        | Bin 0 -> 1660 bytes
27236  .../gpos5_font1.keep-layout.41,42,43.otf           | Bin 0 -> 1432 bytes
27237  .../gpos5_font1.keep-layout.41,42,44.otf           | Bin 0 -> 1588 bytes
27238  .../gpos5_font1.keep-layout.41,42,45.otf           | Bin 0 -> 1560 bytes
27239  .../layout.gpos5/gpos5_font1.keep-layout.41,42.otf | Bin 0 -> 1328 bytes
27240  .../layout.gpos5/gpos5_font1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
27241  .../layout.gpos5/gpos5_font1.keep-layout.41.otf    | Bin 0 -> 1216 bytes
27242  .../layout.gpos5/gpos5_font1.keep-layout.42.otf    | Bin 0 -> 1076 bytes
27243  ...pos5_font1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3840 bytes
27244  test/subset/data/fonts/gpos5_font1.otf             | Bin 0 -> 4780 bytes
27245  test/subset/data/tests/layout.gpos5.tests          |  18 ++++
27246  25 files changed, 121 insertions(+), 8 deletions(-)
27247
27248 commit 718bf5aab397290ab5214c6a6bff3e248c4ab094
27249 Author: Garret Rieger <grieger@google.com>
27250 Date:   Tue Sep 29 13:16:01 2020 -0700
27251
27252     [subset] only keep features reachable from script in the final subset.
27253     Matches fontTools behaviour.
27254
27255  src/hb-ot-layout-gsubgpos.hh | 31 +++++++++++++++++++++----------
27256  src/hb-subset-plan.cc        | 21 +++++++++++++++++----
27257  2 files changed, 38 insertions(+), 14 deletions(-)
27258
27259 commit e583505334a5b0990b545fde6ed7e9d874b8db4d
27260 Author: Garret Rieger <grieger@google.com>
27261 Date:   Tue Sep 29 11:05:08 2020 -0700
27262
27263     [subset] Use plan->glyphset_gsub instead of plan->glyphset for GSUB/GPOS
27264     This matches fontTools behaviour. glyphset_gsub does not contain gids added from closing over composite glyphs in glyf, since these cannot particpate in GSUB/GPOS processing.
27265
27266  src/hb-ot-layout-common.hh     |  8 ++++----
27267  src/hb-ot-layout-gpos-table.hh | 16 ++++++++--------
27268  src/hb-ot-layout-gsub-table.hh | 12 ++++++------
27269  src/hb-ot-layout-gsubgpos.hh   |  6 +++---
27270  4 files changed, 21 insertions(+), 21 deletions(-)
27271
27272 commit a99e8721bfdb3f346d169e0d3ff0a52e13fbd1d7
27273 Author: David Corbett <corbett.dav@northeastern.edu>
27274 Date:   Mon Sep 28 21:12:46 2020 -0400
27275
27276     [use] Fix tests with MSVC
27277
27278  src/hb-ot-shape-complex-use-machine.hh | 17 +++++++++--------
27279  src/hb-ot-shape-complex-use-machine.rl |  3 ++-
27280  2 files changed, 11 insertions(+), 9 deletions(-)
27281
27282 commit 010accb3d5343b32c0ab8b98a0d48626df975cb8
27283 Author: Garret Rieger <grieger@google.com>
27284 Date:   Mon Sep 28 17:39:09 2020 -0700
27285
27286     [subset] Add additional test cases for the Amiri tests.
27287
27288  ...ayout-retain-gids.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 48640 bytes
27289  ...-Regular.keep-layout-retain-gids.627,644,62D,628.ttf | Bin 0 -> 42884 bytes
27290  ...ep-layout-retain-gids.633,645,627,621,20,644,627.ttf | Bin 0 -> 46724 bytes
27291  ...miri-Regular.keep-layout-retain-gids.63A,64A,631.ttf | Bin 0 -> 42896 bytes
27292  ...gular.keep-layout.627,644,623,62D,644,627,645,2E.ttf | Bin 0 -> 13332 bytes
27293  .../Amiri-Regular.keep-layout.627,644,62D,628.ttf       | Bin 0 -> 10232 bytes
27294  ...i-Regular.keep-layout.633,645,627,621,20,644,627.ttf | Bin 0 -> 10372 bytes
27295  .../Amiri-Regular.keep-layout.63A,64A,631.ttf           | Bin 0 -> 7824 bytes
27296  test/subset/data/tests/layout.gpos8.amiri.tests         |   4 ++++
27297  9 files changed, 4 insertions(+)
27298
27299 commit 940e1c6f9838b245839f742cca0e71cf37a9c87a
27300 Author: Garret Rieger <grieger@google.com>
27301 Date:   Mon Sep 28 17:22:01 2020 -0700
27302
27303     [subset] ChainContextFormat3 - don't subset glyph sequences.
27304     The backtrack, input, and lookahead sequence must be matched in their entirety so these sequences should not be subset. If any of the coverage tables in a sequence subsets to empty then the whole subtable should be dropped since it's not possible for this lookup to be activated.
27305
27306  src/hb-ot-layout-gsubgpos.hh | 18 +++++++++---------
27307  1 file changed, 9 insertions(+), 9 deletions(-)
27308
27309 commit e31c2690f80c312d13dd4691e6e51da1cab94813
27310 Author: Garret Rieger <grieger@google.com>
27311 Date:   Mon Sep 28 16:51:25 2020 -0700
27312
27313     [subset] remove unnecessary returns.
27314
27315  src/hb-ot-layout-gsubgpos.hh | 8 ++++----
27316  1 file changed, 4 insertions(+), 4 deletions(-)
27317
27318 commit 3271a7cdaadcab3756261db42177500436e1c37e
27319 Author: Garret Rieger <grieger@google.com>
27320 Date:   Mon Sep 28 16:46:15 2020 -0700
27321
27322     [subset] Remove redundant langys from Amiri test font.
27323     FontTools removes these when subsetting but harfbuzz does not yet support redundant langsys removal. So this gets the Amiri tests passing for now.
27324
27325  ...iri-Regular.keep-layout-retain-gids.627,644.ttf | Bin 36892 -> 36940 bytes
27326  .../Amiri-Regular.keep-layout.627,644.ttf          | Bin 4364 -> 4412 bytes
27327  test/subset/data/fonts/Amiri-Regular.ttf           | Bin 562980 -> 562684 bytes
27328  3 files changed, 0 insertions(+), 0 deletions(-)
27329
27330 commit ad241f991726b38cbda566fe00ac4eab55b14679
27331 Author: Garret Rieger <grieger@google.com>
27332 Date:   Mon Sep 28 15:26:13 2020 -0700
27333
27334     [subset] check that sub rules in ChainContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
27335
27336  src/hb-ot-layout-gsubgpos.hh | 42 +++++++++++++++++++++++++++++++++++-------
27337  1 file changed, 35 insertions(+), 7 deletions(-)
27338
27339 commit 9fad540245bcfa0a5c07380ea075d8c264b3abcf
27340 Author: Garret Rieger <grieger@google.com>
27341 Date:   Mon Sep 28 13:24:25 2020 -0700
27342
27343     [subset] check that sub rules in ContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
27344
27345  src/hb-ot-layout-gsubgpos.hh | 40 +++++++++++++++++++++++++++++++---------
27346  test/subset/meson.build      |  1 +
27347  2 files changed, 32 insertions(+), 9 deletions(-)
27348
27349 commit 7e6070a47f2127c90ad233ab3794097357a3f4ed
27350 Author: Koji Ishii <kojii@chromium.org>
27351 Date:   Mon Aug 31 17:21:21 2020 +0900
27352
27353     Set *coord to nullptr
27354
27355  src/hb-ot-layout-base-table.hh | 18 +++++++++++++++---
27356  1 file changed, 15 insertions(+), 3 deletions(-)
27357
27358 commit 4e0bddb7fea3ada6dc1ba05ed2fab9f2b813640d
27359 Author: Koji Ishii <kojii@chromium.org>
27360 Date:   Wed Aug 19 20:49:10 2020 +0900
27361
27362     get_baseline
27363
27364  src/hb-ot-layout-base-table.hh | 2 +-
27365  1 file changed, 1 insertion(+), 1 deletion(-)
27366
27367 commit 48fcb9094aeb04bb4ff581c04603fbb7acfd71df
27368 Author: Behdad Esfahbod <behdad@behdad.org>
27369 Date:   Sun Sep 27 16:53:32 2020 -0600
27370
27371     [docs] Remove misleading wording re OpenType
27372     
27373     HarfBuzz has not *just* been implementing OpenType for a while.
27374     At least since 2.0, where we added native AAT support in Oct 2018.
27375
27376  docs/harfbuzz-docs.xml | 3 +--
27377  1 file changed, 1 insertion(+), 2 deletions(-)
27378
27379 commit 5539d158b75470dcf41bb86e2e8b9a7a986447c0
27380 Merge: 1a15bf1c5 cc7b3a1ab
27381 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27382 Date:   Sat Sep 26 10:41:38 2020 +0200
27383
27384     Merge pull request #1679 from n8willis/docs-gtkdoc-extern
27385     
27386     [Docs] Add GTK-Doc comments for external APIs
27387
27388 commit 1a15bf1c535236c4117dcf5eb9afa4e462fbe364
27389 Merge: 8c5d1332f fb0195ba8
27390 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27391 Date:   Sat Sep 26 10:41:04 2020 +0200
27392
27393     Merge pull request #2695 from khaledhosny/docs-fix
27394     
27395     Minor build docs improvement
27396
27397 commit cc7b3a1abd24aebabd812a151e0c206bf6f09635
27398 Author: Khaled Hosny <khaledhosny@eglug.org>
27399 Date:   Sat Sep 26 10:22:39 2020 +0200
27400
27401     [Docs] Address review comments
27402
27403  src/hb-face.cc    | 11 ++++++-----
27404  src/hb-face.h     |  2 --
27405  src/hb-unicode.cc |  5 +++++
27406  3 files changed, 11 insertions(+), 7 deletions(-)
27407
27408 commit 41b46a3cb2d18417d642c3101aacc38fc6a56dc9
27409 Author: n8willis <n8willis@users.noreply.github.com>
27410 Date:   Sun Apr 26 16:01:31 2020 +0100
27411
27412     Update hb-face.cc
27413
27414  src/hb-face.cc | 2 +-
27415  1 file changed, 1 insertion(+), 1 deletion(-)
27416
27417 commit 726e320ece912a75918f4a3208dff973b18c4b45
27418 Author: n8willis <n8willis@users.noreply.github.com>
27419 Date:   Sun Apr 26 15:56:57 2020 +0100
27420
27421     Update inline doc for hb_face_create: explain index
27422
27423  src/hb-face.cc | 4 +++-
27424  1 file changed, 3 insertions(+), 1 deletion(-)
27425
27426 commit 70331ca4850427b2c5b235ab46f6b5fb6f7036f6
27427 Author: Nathan Willis <nwillis@glyphography.com>
27428 Date:   Mon Apr 22 19:25:42 2019 +0100
27429
27430     [Docs] Minor
27431     
27432     update GTK-Doc comments in hb-ot-layout.
27433
27434  src/hb-ot-layout.cc | 36 ++++++++++++++++++------------------
27435  1 file changed, 18 insertions(+), 18 deletions(-)
27436
27437 commit eb10ef46aa1c62d6871f4780831e7ea326af10cf
27438 Author: Nathan Willis <nwillis@glyphography.com>
27439 Date:   Mon Apr 22 19:22:24 2019 +0100
27440
27441     [Docs] Add GTK-Doc comments for hb-ot-font and hb-ot-shape.
27442
27443  src/hb-ot-font.cc  |  3 +++
27444  src/hb-ot-shape.cc | 15 +++++++++++++++
27445  2 files changed, 18 insertions(+)
27446
27447 commit 3e72febde020649cb7c213f71675804e09fb1926
27448 Author: Nathan Willis <nwillis@glyphography.com>
27449 Date:   Mon Apr 22 19:21:27 2019 +0100
27450
27451     [Docs] Add GTK-Doc comments for hb-face.
27452
27453  src/hb-face.cc | 174 +++++++++++++++++++++++++++++++++------------------------
27454  src/hb-face.h  |   8 +++
27455  2 files changed, 110 insertions(+), 72 deletions(-)
27456
27457 commit 88cdea60e07187139419c0dc2cc76eb7a3c81a6e
27458 Author: Nathan Willis <nwillis@glyphography.com>
27459 Date:   Mon Apr 22 19:17:40 2019 +0100
27460
27461     [Docs] Add GTK-Doc comments to hb-shape-plan.
27462
27463  src/hb-shape-plan.cc | 140 ++++++++++++++++++++++++++++++++++-----------------
27464  src/hb-shape-plan.h  |  14 ++++++
27465  2 files changed, 109 insertions(+), 45 deletions(-)
27466
27467 commit 5b43eb5a4caadd1494a7402ff0bea893102556d7
27468 Author: Nathan Willis <nwillis@glyphography.com>
27469 Date:   Mon Apr 22 19:16:48 2019 +0100
27470
27471     [Docs] Add GTK-Dod comments to hb-unicode.
27472
27473  src/hb-unicode.cc | 118 ++++++++++++---------
27474  src/hb-unicode.h  | 307 +++++++++++++++++++++++++++++++++++++++++++++++-------
27475  2 files changed, 339 insertions(+), 86 deletions(-)
27476
27477 commit fb0195ba8314a3e15e436ad82b68a65b20711098
27478 Author: Khaled Hosny <khaledhosny@eglug.org>
27479 Date:   Sat Sep 26 09:33:41 2020 +0200
27480
27481     [docs] Fix syntax and expand Windows section a tiny bit
27482
27483  docs/usermanual-install-harfbuzz.xml | 7 +++++--
27484  1 file changed, 5 insertions(+), 2 deletions(-)
27485
27486 commit db2381c92d2ffae66f155567b09576ecbfaca0af
27487 Author: Khaled Hosny <khaledhosny@eglug.org>
27488 Date:   Sat Sep 26 09:30:25 2020 +0200
27489
27490     [docs] Fix indentation of commands
27491     
27492     DocBook outputs the extra spacing before the commands verbatim.
27493
27494  docs/usermanual-install-harfbuzz.xml | 52 +++++++++---------------------------
27495  1 file changed, 13 insertions(+), 39 deletions(-)
27496
27497 commit a5c0ec7516e8f44ced7a5531c3565e74e34d8092
27498 Author: Garret Rieger <grieger@google.com>
27499 Date:   Fri Sep 25 14:57:20 2020 -0700
27500
27501     [subset] For [Chain]ContextFormat3 make sure the sub table intersects the retained glyphset before recursing to its lookups.
27502     Otherwise the lookup closure will potentially pull in lookups which cannot be accessed via the retained glyph set.
27503
27504  src/hb-ot-layout-gsubgpos.hh | 5 +++++
27505  1 file changed, 5 insertions(+)
27506
27507 commit dc375559fd8aec33b28ea5775f2288250fd7ede7
27508 Author: Garret Rieger <grieger@google.com>
27509 Date:   Fri Sep 25 13:08:46 2020 -0700
27510
27511     [subset] shrink the serialize buffer when pruning empty offsets in ChainContextFormat2.
27512     Currently the code reduces the array length, but does not trim back the space allocated in the serializer for those empty offsets.
27513
27514  src/hb-ot-layout-gsubgpos.hh | 16 +++++++++-------
27515  1 file changed, 9 insertions(+), 7 deletions(-)
27516
27517 commit 90eb1a40eb4498b8bcfd73e67cbc69a0eaab1423
27518 Author: Garret Rieger <grieger@google.com>
27519 Date:   Fri Sep 25 12:36:32 2020 -0700
27520
27521     [subset] In ChainContextFormat3 don't skip subsetting if backtrack or lookahead are empty.
27522     It's valid to have a ChainContextFormat3 with either an empty backtrack or lookahead. Only drop the lookup if the input sequence is empty.
27523
27524  src/hb-ot-layout-gsubgpos.hh | 11 +++++++----
27525  1 file changed, 7 insertions(+), 4 deletions(-)
27526
27527 commit 2604201ae0f4f4e5b659d7af00684cb38d79c502
27528 Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
27529 Date:   Thu Sep 24 21:00:34 2020 +0200
27530
27531     src/meson.build: allow introspection when cross-compiling
27532     
27533     introspection can be enabled when cross-compiling on certains conditions
27534     (for example it is supported by buildroot) so, as suggested by
27535     Tim-Philipp Müller, disable it by default for cross builds unless the
27536     option was explicitly enabled by the user
27537     
27538     Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
27539
27540  src/meson.build | 7 +------
27541  1 file changed, 1 insertion(+), 6 deletions(-)
27542
27543 commit 7b77ce0507e18fb981a9b865f3eaac0c2ae06044
27544 Author: Garret Rieger <grieger@google.com>
27545 Date:   Thu Sep 24 16:35:59 2020 -0700
27546
27547     [subset] Add subsetting integration test using Amiri.
27548     Demonstrates a failure in subsetting GPOS 8/GSUB 6.
27549
27550  test/subset/data/Makefile.sources                      |   1 +
27551  .../Amiri-Regular.keep-layout-retain-gids.627,644.ttf  | Bin 0 -> 36892 bytes
27552  .../Amiri-Regular.keep-layout.627,644.ttf              | Bin 0 -> 4364 bytes
27553  test/subset/data/fonts/Amiri-Regular.ttf               | Bin 0 -> 562980 bytes
27554  test/subset/data/tests/layout.gpos8.amiri.tests        |   9 +++++++++
27555  5 files changed, 10 insertions(+)
27556
27557 commit 7a72b20aa2b604053696e731185a17286de73b08
27558 Author: Garret Rieger <grieger@google.com>
27559 Date:   Thu Sep 24 15:58:48 2020 -0700
27560
27561     [subset] Subset GDEF during layout subsetting tests.
27562
27563  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3756 -> 3812 bytes
27564  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3756 -> 3812 bytes
27565  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
27566  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3828 bytes
27567  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3736 -> 3792 bytes
27568  ...xt3_simple_f1.keep-layout.retain-all-codepoint.otf | Bin 3736 -> 3792 bytes
27569  ...3.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3692 -> 3728 bytes
27570  .../gpos3_font3.keep-layout.retain-all-codepoint.otf  | Bin 3692 -> 3728 bytes
27571  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3772 -> 3816 bytes
27572  ...ple_anchors_1.keep-layout.retain-all-codepoint.otf | Bin 3772 -> 3816 bytes
27573  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3748 -> 3792 bytes
27574  .../gpos6_font1.keep-layout.retain-all-codepoint.otf  | Bin 3748 -> 3792 bytes
27575  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3776 -> 3832 bytes
27576  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3776 -> 3832 bytes
27577  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3808 -> 3864 bytes
27578  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3808 -> 3864 bytes
27579  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3744 -> 3800 bytes
27580  ...ng3_simple_f1.keep-layout.retain-all-codepoint.otf | Bin 3744 -> 3800 bytes
27581  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3748 -> 3804 bytes
27582  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3748 -> 3804 bytes
27583  ...1.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3780 -> 3836 bytes
27584  ...e_subrules_f1.keep-layout.retain-all-codepoint.otf | Bin 3780 -> 3836 bytes
27585  ...2.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 3716 -> 3772 bytes
27586  ...ng3_simple_f2.keep-layout.retain-all-codepoint.otf | Bin 3716 -> 3772 bytes
27587  ...lar.smallcaps.keep-layout-retain-gids.41,42,43.ttf | Bin 6780 -> 6844 bytes
27588  ...egular.smallcaps.keep-layout-retain-gids.41,43.ttf | Bin 6396 -> 6472 bytes
27589  ...o-Regular.smallcaps.keep-layout-retain-gids.41.ttf | Bin 6032 -> 6096 bytes
27590  ...o-Regular.smallcaps.keep-layout-retain-gids.43.ttf | Bin 6088 -> 6152 bytes
27591  ...egular.smallcaps.keep-layout-retain-gids.CA,CB.ttf | Bin 7932 -> 7996 bytes
27592  .../Roboto-Regular.smallcaps.keep-layout.41,42,43.ttf | Bin 2972 -> 3028 bytes
27593  .../Roboto-Regular.smallcaps.keep-layout.41,43.ttf    | Bin 2572 -> 2628 bytes
27594  .../Roboto-Regular.smallcaps.keep-layout.41.ttf       | Bin 2196 -> 2252 bytes
27595  .../Roboto-Regular.smallcaps.keep-layout.43.ttf       | Bin 2268 -> 2324 bytes
27596  .../Roboto-Regular.smallcaps.keep-layout.CA,CB.ttf    | Bin 2612 -> 2668 bytes
27597  test/subset/data/profiles/keep-layout-retain-gids.txt |   2 +-
27598  test/subset/data/profiles/keep-layout.txt             |   2 +-
27599  36 files changed, 2 insertions(+), 2 deletions(-)
27600
27601 commit 8c5d1332f152383563c2ef4b3377b9d54b151def
27602 Merge: 82fe13182 df00f45e2
27603 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27604 Date:   Thu Sep 24 13:09:38 2020 +0200
27605
27606     Merge pull request #1664 from n8willis/docs-gtkdoc-otvar
27607     
27608     [Docs] Add gtk-doc comments for hb-ot-var
27609
27610 commit df00f45e261df757caf42d9435ec06f015e4a54d
27611 Author: Khaled Hosny <khaledhosny@eglug.org>
27612 Date:   Thu Sep 24 11:57:12 2020 +0200
27613
27614     Fix annotation in previous commits
27615
27616  src/hb-ot-var.cc | 4 ++--
27617  1 file changed, 2 insertions(+), 2 deletions(-)
27618
27619 commit 5a695a79a0f1269b1ad3b4601f5dfb9794729982
27620 Author: Nathan Willis <nwillis@glyphography.com>
27621 Date:   Sat May 11 13:54:40 2019 +0100
27622
27623     Swap # for () in gtk-doc function mention.
27624
27625  src/hb-ot-var.cc | 2 +-
27626  1 file changed, 1 insertion(+), 1 deletion(-)
27627
27628 commit 379be7b7c8d25f86f3d302ea4179e1bf93f025b9
27629 Author: n8willis <n8willis@users.noreply.github.com>
27630 Date:   Thu May 9 14:40:57 2019 +0100
27631
27632     Update src/hb-ot-var.cc
27633     
27634     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
27635
27636  src/hb-ot-var.cc | 8 ++++----
27637  1 file changed, 4 insertions(+), 4 deletions(-)
27638
27639 commit 938add712a25d20fbc9752963885a32753e30937
27640 Author: Nathan Willis <nwillis@glyphography.com>
27641 Date:   Thu Apr 11 19:45:12 2019 +0100
27642
27643     Add GTK-Doc comments for hb-ot-var.
27644
27645  src/hb-ot-var.cc | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
27646  src/hb-ot-var.h  |  41 +++++++++++++++++++-
27647  2 files changed, 150 insertions(+), 6 deletions(-)
27648
27649 commit 82fe13182d928e5d0e7f2c93528bddc0848e163b
27650 Merge: a1f4d285e 9a1be3fed
27651 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27652 Date:   Tue Sep 22 17:40:38 2020 +0200
27653
27654     Merge pull request #1661 from n8willis/docs-gtkdoc-aat
27655     
27656     [Docs] Add gtk-doc comments for hb-aat-layout
27657
27658 commit 9a1be3fed58e75d23dcda087de63f7e410680631
27659 Author: Khaled Hosny <khaledhosny@eglug.org>
27660 Date:   Tue Sep 22 16:46:03 2020 +0200
27661
27662     Fix enum documentation syntax
27663
27664  src/hb-aat-layout.h | 643 +++++++++++++++++++++++-----------------------------
27665  1 file changed, 283 insertions(+), 360 deletions(-)
27666
27667 commit 3c9244e662c8225ed11c72db0c095dfe04b0f925
27668 Author: n8willis <n8willis@users.noreply.github.com>
27669 Date:   Sat May 11 16:44:30 2019 +0100
27670
27671     Update src/hb-aat-layout.cc
27672     
27673     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
27674
27675  src/hb-aat-layout.cc | 8 ++++----
27676  1 file changed, 4 insertions(+), 4 deletions(-)
27677
27678 commit d619ba0681504a107e0bb8bde85d0564f9327edd
27679 Author: Nathan Willis <nwillis@glyphography.com>
27680 Date:   Mon Apr 8 20:17:38 2019 +0100
27681
27682     Add gtk-doc documentation to AAT layout functions and enums.
27683
27684  src/hb-aat-layout.cc | 26 ++++++++++-----
27685  src/hb-aat-layout.h  | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++--
27686  2 files changed, 106 insertions(+), 12 deletions(-)
27687
27688 commit 514e6baaf061ee5c601f6b181f8dd9cd436843a9
27689 Author: Nathan Willis <nwillis@glyphography.com>
27690 Date:   Thu Apr 4 10:18:29 2019 +0100
27691
27692     [gtk-doc] document AAT functions and enums.
27693
27694  src/hb-aat-layout.cc |  63 ++++++++---
27695  src/hb-aat-layout.h  | 293 +++++++++++++++++++++++++++++++++++++++++++++++++++
27696  2 files changed, 341 insertions(+), 15 deletions(-)
27697
27698 commit a1f4d285e1305fda5da771c3c5555c912b8e2d65
27699 Author: Behdad Esfahbod <behdad@behdad.org>
27700 Date:   Mon Sep 21 16:50:11 2020 -0600
27701
27702     [buffer] Fix invalid write access in hb_buffer_deserialize_glyphs()
27703     
27704     If buffer is immutable, we were trying to set content_type on it.
27705     Ouch!
27706
27707  src/hb-buffer-serialize.cc | 6 ++++++
27708  1 file changed, 6 insertions(+)
27709
27710 commit 18b8046c6aa2e311f0b47bfa66613c764d13283e
27711 Merge: 1f8b1e7f1 e43b9a29a
27712 Author: Caleb Maclennan <caleb@chiefworks.com>
27713 Date:   Mon Sep 21 17:32:34 2020 +0300
27714
27715     Merge pull request #2678 from alerque/post-artifacts
27716
27717 commit 1f8b1e7f186f44db575e18d0958c9fb3ea14a594
27718 Author: ebraminio <ebrahim@gnu.org>
27719 Date:   Mon Sep 21 11:39:38 2020 +0330
27720
27721     [ENOMEM] Return gracefully if stages isn't initialized correctly (#2639)
27722     
27723     This happens if calls to 'm.lookups[table_index].push ()' has been
27724     silently failed due to lack of memory.
27725     
27726     This change just returns gracefully instead issuing the assert.
27727     
27728     Fixes https://crbug.com/oss-fuzz/24494
27729
27730  src/hb-ot-map.hh                                         |   4 ++--
27731  ...z-testcase-minimized-hb-shape-fuzzer-5753845452636160 | Bin 0 -> 2109 bytes
27732  2 files changed, 2 insertions(+), 2 deletions(-)
27733
27734 commit a0ebea5280abddb9eb22dcc8fd97c521c38da597
27735 Merge: e40c0d82e f9f473a4c
27736 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27737 Date:   Fri Sep 18 17:04:38 2020 +0200
27738
27739     Merge pull request #2665 from khaledhosny/doc-default-features
27740     
27741     [docs] Improve documentation for default features
27742
27743 commit f9f473a4c40d95392fd314ff7e31f89d8b3b452d
27744 Author: Khaled Hosny <khaledhosny@eglug.org>
27745 Date:   Wed Sep 2 16:40:52 2020 +0200
27746
27747     [docs] Improve documentation for default features
27748     
27749     Fixes https://github.com/harfbuzz/harfbuzz/issues/2213
27750
27751  docs/usermanual-opentype-features.xml | 44 +++++++++++++++++++++++++++++------
27752  1 file changed, 37 insertions(+), 7 deletions(-)
27753
27754 commit e40c0d82e2c01af4c180f7e4f8ccc4200e6a5362
27755 Author: Behdad Esfahbod <behdad@behdad.org>
27756 Date:   Wed Sep 16 12:48:30 2020 -0600
27757
27758     [ENOMEM] Handle immutable buffer in shape_full()
27759     
27760     Move the content_type changing to shape_plan_execute() where it belongs.
27761     Skip setting if content type is UNKNOWN, which happens with empty buffers
27762     only, including the immutable buffer.
27763     
27764     Alternate fix to https://github.com/harfbuzz/harfbuzz/pull/2606
27765     and https://github.com/harfbuzz/harfbuzz/pull/2625
27766
27767  src/hb-shape-plan.cc | 55 +++++++++++++++++++++++++++++++++-------------------
27768  src/hb-shape.cc      |  4 ----
27769  2 files changed, 35 insertions(+), 24 deletions(-)
27770
27771 commit bbbcad0dbbe980209be946612de352cadae98522
27772 Author: Garret Rieger <grieger@google.com>
27773 Date:   Wed Sep 16 11:19:40 2020 -0700
27774
27775     Revert "[ENOMEM] don't perform set process operations if the other set is in an error state."
27776     
27777     This reverts commit f3929abafe3b64f15d0dc2d21ad7b493eeb92dfe.
27778
27779  src/hb-set.hh                                            |   1 -
27780  ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 1240 -> 0 bytes
27781  2 files changed, 1 deletion(-)
27782
27783 commit f3929abafe3b64f15d0dc2d21ad7b493eeb92dfe
27784 Author: Garret Rieger <grieger@google.com>
27785 Date:   Tue Sep 15 13:06:36 2020 -0700
27786
27787     [ENOMEM] don't perform set process operations if the other set is in an error state.
27788     Running a process while the other set is in an error state can potentially corrupt this sets map map (for example by overwritting all of the major values with 0).
27789
27790  src/hb-set.hh                                            |   1 +
27791  ...-testcase-minimized-hb-subset-fuzzer-5345734743031808 | Bin 0 -> 1240 bytes
27792  2 files changed, 1 insertion(+)
27793
27794 commit 584d3a43b269032322b00a19e240e3222425f2a9
27795 Merge: 8c3d4de79 7d64b0976
27796 Author: Simon Cozens <simon@simon-cozens.org>
27797 Date:   Wed Sep 16 15:08:50 2020 +0100
27798
27799     Merge pull request #2681 from khaledhosny/myanmar-liga
27800     
27801     [myanmar] Don’t disable liga feature
27802
27803 commit 7d64b09765e326da810e98d3234ca72209cd5aae
27804 Author: Khaled Hosny <khaledhosny@eglug.org>
27805 Date:   Sat Sep 12 21:17:18 2020 +0200
27806
27807     [myanmar] Don’t disable liga feature
27808     
27809     This seems to have been carried over from the Indic shaper, but
27810     Uniscribe enables it by default.
27811     
27812     See https://github.com/harfbuzz/harfbuzz/issues/2213#issuecomment-686062915
27813
27814  src/hb-ot-shape-complex-myanmar.cc                       |   8 +-------
27815  test/shaping/data/in-house/Makefile.sources              |   1 +
27816  .../fonts/065b01e54f35f0d849fd43bd5b936212739a50cb.ttf   | Bin 0 -> 1808 bytes
27817  test/shaping/data/in-house/meson.build                   |   1 +
27818  test/shaping/data/in-house/tests/myanmar-misc.tests      |   1 +
27819  5 files changed, 4 insertions(+), 7 deletions(-)
27820
27821 commit 8c3d4de796d8d691c63d5c20ac32051c652d72b8
27822 Author: Garret Rieger <grieger@google.com>
27823 Date:   Wed Sep 9 12:38:34 2020 -0700
27824
27825     [subset] Fix integer underflow in ContextFormat2.
27826
27827  src/hb-ot-layout-gsubgpos.hh                            |   2 +-
27828  ...testcase-minimized-hb-subset-fuzzer-5689082504806400 | Bin 0 -> 84172 bytes
27829  2 files changed, 1 insertion(+), 1 deletion(-)
27830
27831 commit e43b9a29a98d303240976bb0a7de27a0e3a56504
27832 Author: Caleb Maclennan <caleb@alerque.com>
27833 Date:   Fri Sep 11 22:15:10 2020 +0300
27834
27835     [ci] Trigger dependencies of publish jobs on tags
27836
27837  .circleci/config.yml | 14 ++++++++++----
27838  1 file changed, 10 insertions(+), 4 deletions(-)
27839
27840 commit deb09e0d7556cbe88e8003c6ff0fa2192052c337
27841 Author: Caleb Maclennan <caleb@alerque.com>
27842 Date:   Fri Sep 11 19:52:46 2020 +0300
27843
27844     [ci] Tweak job names so config is valid Circle 2.1 schema
27845
27846  .circleci/config.yml | 16 ++++++++--------
27847  1 file changed, 8 insertions(+), 8 deletions(-)
27848
27849 commit f4dea33f6d9acd6eea16f4a3130c9ec5d57928bf
27850 Author: Caleb Maclennan <caleb@alerque.com>
27851 Date:   Fri Sep 11 17:23:00 2020 +0300
27852
27853     [ci] Move repeated artifact upload job code to script
27854
27855  .ci/publish_release_artifact.sh | 20 ++++++++++++++++++++
27856  .circleci/config.yml            | 22 +++++-----------------
27857  2 files changed, 25 insertions(+), 17 deletions(-)
27858
27859 commit 65be538fffb01a03d98212e77f5240225580dfe0
27860 Author: Caleb Maclennan <caleb@alerque.com>
27861 Date:   Fri Sep 11 16:46:34 2020 +0300
27862
27863     [ci] Add job to publish autotools dist file to GitHub
27864
27865  .circleci/config.yml | 27 +++++++++++++++++++++++++++
27866  1 file changed, 27 insertions(+)
27867
27868 commit 42bcc47d01d86eb44feae2df9d9fc6d4345270bb
27869 Author: Caleb Maclennan <caleb@alerque.com>
27870 Date:   Fri Sep 11 16:40:32 2020 +0300
27871
27872     [ci] Use executor with Circle's image for autotools job
27873
27874  .circleci/config.yml | 8 +++++---
27875  1 file changed, 5 insertions(+), 3 deletions(-)
27876
27877 commit c70f5090229ea4dbdea823d5f92cc17e3d2e73f3
27878 Author: Caleb Maclennan <caleb@alerque.com>
27879 Date:   Fri Sep 11 14:54:02 2020 +0300
27880
27881     [ci] Use `ghr` CLI tool to post Win32 artifact to GitHub
27882
27883  .circleci/config.yml | 10 ++++++++++
27884  1 file changed, 10 insertions(+)
27885
27886 commit 610ed3b42c8a1b411f99654f45c68aba2215afbd
27887 Author: Caleb Maclennan <caleb@alerque.com>
27888 Date:   Fri Sep 11 10:47:08 2020 +0300
27889
27890     [ci] Add job to publish Win32 releases and pass it artifacts
27891
27892  .circleci/config.yml | 18 ++++++++++++++++++
27893  1 file changed, 18 insertions(+)
27894
27895 commit a2d45cd5f7a16c8757f148f452561fdbe531ee4c
27896 Author: Caleb Maclennan <caleb@alerque.com>
27897 Date:   Fri Sep 11 14:14:20 2020 +0300
27898
27899     [ci] Use Circle's customized image for workspace support
27900
27901  .circleci/config.yml | 12 ++++++++----
27902  1 file changed, 8 insertions(+), 4 deletions(-)
27903
27904 commit ac3f859a30731fcd2cf4be044d69a64cc43b5225
27905 Author: David Corbett <corbett.dav@northeastern.edu>
27906 Date:   Wed Sep 9 11:49:56 2020 -0400
27907
27908     Demote unregistered vendor-specific language tags
27909
27910  src/gen-tag-table.py   | 12 +-----------
27911  src/hb-ot-tag-table.hh |  4 +---
27912  2 files changed, 2 insertions(+), 14 deletions(-)
27913
27914 commit ee12c078ed775cda64f177055a1d1640675fb2d2
27915 Merge: 695d85ca3 5aff83104
27916 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27917 Date:   Tue Sep 8 15:37:30 2020 +0200
27918
27919     Merge pull request #2668 from rossburton/meson
27920     
27921     meson: add hb-version.h to dependencies correctly
27922
27923 commit 695d85ca327cf6aaafcde36870a21f70d46fa863
27924 Merge: 91fe20f0f e876886d1
27925 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
27926 Date:   Tue Sep 8 15:37:00 2020 +0200
27927
27928     Merge pull request #2674 from rossburton/reprod
27929     
27930     src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
27931
27932 commit 91fe20f0f5b868fc375291c525a32a6777554bd3
27933 Author: David Corbett <corbett.dav@northeastern.edu>
27934 Date:   Fri Sep 4 09:18:19 2020 -0400
27935
27936     Disambiguate OT tags when primary tag is not first
27937
27938  src/gen-tag-table.py   | 4 ++++
27939  src/hb-ot-tag-table.hh | 8 +++++++-
27940  test/api/test-ot-tag.c | 3 +++
27941  3 files changed, 14 insertions(+), 1 deletion(-)
27942
27943 commit e876886d1e877ad90b6f02badefd6ebee1bc0b09
27944 Author: Alexander Kanavin <alex.kanavin@gmail.com>
27945 Date:   Tue Aug 18 10:31:47 2020 +0000
27946
27947     src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
27948     
27949     This is beneficial for reproducible builds, as build paths can vary
27950     between builds.
27951
27952  src/hb-gobject-enums.cc.tmpl | 2 +-
27953  1 file changed, 1 insertion(+), 1 deletion(-)
27954
27955 commit 5aff83104e03d6d2617987d24a51e490ab7a5cd1
27956 Author: Ross Burton <ross.burton@arm.com>
27957 Date:   Mon Sep 7 10:55:33 2020 +0100
27958
27959     [build] generate hb-version.h once at configure time with Meson
27960     
27961     Currently with Meson hb-version.h is generated during the build without
27962     any explicit dependencies which can result in build failures due races
27963     over the file.
27964     
27965     Change this to be generated at configure time, so that the file is always
27966     generated once before the build itself.
27967     
27968     Closes #2667
27969
27970  src/meson.build | 17 ++++++++---------
27971  1 file changed, 8 insertions(+), 9 deletions(-)
27972
27973 commit bc1c93fbe04459a4b12c76c713ba1b750d2d9108
27974 Author: Ross Burton <ross.burton@arm.com>
27975 Date:   Mon Sep 7 17:11:17 2020 +0100
27976
27977     [build] No need to pass source directory to gen-hb-version
27978     
27979     The input file is by definition in the source directory, so dirname()
27980     that instead of needing the directory to be passed.
27981     
27982     Needed because a follow-up commit will change when this is called, and the
27983     source directory isn't trivially available at that point.
27984
27985  src/gen-hb-version.py | 6 +++---
27986  src/meson.build       | 2 +-
27987  2 files changed, 4 insertions(+), 4 deletions(-)
27988
27989 commit faf09f5466370a45e1a9d7c07968af517d680d78
27990 Author: David Corbett <corbett.dav@northeastern.edu>
27991 Date:   Fri Aug 14 18:30:20 2020 -0400
27992
27993     [USE] Support hieroglyph clusters
27994
27995  src/gen-use-table.py                   |  24 ++
27996  src/hb-ot-shape-complex-use-machine.hh | 465 +++++++++++++++++----------------
27997  src/hb-ot-shape-complex-use-machine.rl |   6 +
27998  src/hb-ot-shape-complex-use-table.cc   | 104 +++++++-
27999  src/hb-ot-shape-complex-use.cc         |   2 +
28000  src/hb-ot-shape-complex-use.hh         |   4 +
28001  6 files changed, 366 insertions(+), 239 deletions(-)
28002
28003 commit 06f49fc8ae40f083758e1ca8e9bd9879549d8c39
28004 Author: David Corbett <corbett.dav@northeastern.edu>
28005 Date:   Thu Aug 13 13:37:45 2020 -0400
28006
28007     [USE] Update to the 2020-08-13 USE specification
28008     
28009     This also uses the data files from
28010     <https://github.com/microsoft/font-tools/tree/78b2134fdca84df41a931d30d5c48fec115eca41/USE>.
28011
28012  src/gen-use-table.py                              | 210 +++++++-----
28013  src/hb-ot-shape-complex-use-machine.hh            | 330 +++++++++---------
28014  src/hb-ot-shape-complex-use-machine.rl            |   3 +-
28015  src/hb-ot-shape-complex-use-table.cc              | 398 ++++++++++++++++++----
28016  src/hb-ot-shape-complex-vowel-constraints.cc      |   2 +-
28017  src/hb-ot-shape-complex.hh                        |   7 +
28018  src/ms-use/IndicPositionalCategory-Additional.txt | 102 ++++++
28019  src/ms-use/IndicShapingInvalidCluster.txt         |   4 +-
28020  src/ms-use/IndicSyllabicCategory-Additional.txt   | 207 +++++++++++
28021  src/update-unicode-tables.make                    |   2 +-
28022  10 files changed, 946 insertions(+), 319 deletions(-)
28023
28024 commit e3db84a9d05f40c5281d889a726eb2e4baa12328
28025 Author: David Corbett <corbett.dav@husky.neu.edu>
28026 Date:   Fri May 3 23:29:58 2019 -0400
28027
28028     [use] Test CGJ and ZWNJ
28029
28030  test/shaping/data/in-house/tests/use-syllable.tests | 4 ++++
28031  1 file changed, 4 insertions(+)
28032
28033 commit 6a38adeb577444cd164eeb6ace70741fe1a33791
28034 Author: David Corbett <corbett.dav@husky.neu.edu>
28035 Date:   Fri May 3 14:16:50 2019 -0400
28036
28037     [use] Skip most default ignorables when clustering
28038
28039  src/Makefile.sources                     |   1 +
28040  src/gen-use-table.py                     |  12 +-
28041  src/hb-ot-shape-complex-machine-index.hh |  69 ++++
28042  src/hb-ot-shape-complex-use-machine.hh   | 592 +++++++++++++++----------------
28043  src/hb-ot-shape-complex-use-machine.rl   |  55 ++-
28044  src/hb-ot-shape-complex-use-table.cc     |  76 ++--
28045  src/hb-ot-shape-complex-use.hh           |   2 -
28046  7 files changed, 422 insertions(+), 385 deletions(-)
28047
28048 commit 645f4e7cdd874bd454fceec76b33e57c0a205775
28049 Author: David Corbett <corbett.dav@husky.neu.edu>
28050 Date:   Fri May 3 18:28:18 2019 -0400
28051
28052     Unhide CGJ before ccc=0 characters
28053     
28054     If a CGJ precedes a starter, then it cannot have blocked any reordering,
28055     so it can safely be skipped.
28056
28057  src/hb-ot-shape-normalize.cc | 2 +-
28058  1 file changed, 1 insertion(+), 1 deletion(-)
28059
28060 commit 9825e3dd2eaea4e267054adebc8d972e1f01cc0d
28061 Author: Garret Rieger <grieger@google.com>
28062 Date:   Wed Aug 26 17:31:50 2020 -0700
28063
28064     [ENOMEM] fix access to unitialized memory.
28065     If the serialize() call fails to write the object then we can't safely read varstore_prime fields. Fixes https://oss-fuzz.com/testcase-detail/5137462782066688.
28066
28067  src/hb-ot-layout-common.hh                              |   5 ++++-
28068  ...testcase-minimized-hb-subset-fuzzer-5137462782066688 | Bin 0 -> 76354 bytes
28069  2 files changed, 4 insertions(+), 1 deletion(-)
28070
28071 commit 45de128930a902004baa875831e38ef62780ae2e
28072 Merge: 9c98b2b9a fe6381d9f
28073 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
28074 Date:   Tue Sep 1 04:58:50 2020 +0300
28075
28076     Merge pull request #2661 from khaledhosny/failing-dw-build
28077     
28078     [ci] Fix failing DirectWrite build
28079
28080 commit fe6381d9f1a34f33f020d4f7c871304376dc2844
28081 Author: Khaled Hosny <khaledhosny@eglug.org>
28082 Date:   Tue Sep 1 03:44:01 2020 +0200
28083
28084     [build] Minor
28085
28086  src/meson.build | 12 ++++--------
28087  1 file changed, 4 insertions(+), 8 deletions(-)
28088
28089 commit a4f3a752ddd89b1155978fe862d6f45bd5a89d53
28090 Author: ebraminio <ebrahim@gnu.org>
28091 Date:   Tue Sep 1 03:21:12 2020 +0200
28092
28093     [build] hb-directwrite needs a C++ linker
28094
28095  src/meson.build | 10 +++++++++-
28096  1 file changed, 9 insertions(+), 1 deletion(-)
28097
28098 commit 9c98b2b9a9e43669c5e2b37eaa41b1e07de1ede3
28099 Author: Khaled Hosny <khaledhosny@eglug.org>
28100 Date:   Sat Aug 29 00:39:42 2020 +0200
28101
28102     2.7.2
28103
28104  NEWS             | 9 ++++++++-
28105  configure.ac     | 2 +-
28106  meson.build      | 2 +-
28107  src/hb-version.h | 4 ++--
28108  4 files changed, 12 insertions(+), 5 deletions(-)
28109
28110 commit c0a76cb5192f6c334c6713444ac5a02d59faaf74
28111 Merge: fcddf3b9b a495a5423
28112 Author: Khaled Hosny <dr.khaled.hosny@gmail.com>
28113 Date:   Sat Aug 29 00:14:01 2020 +0300
28114
28115     Merge pull request #2660 from harfbuzz/arabic-shaping-in-use
28116     
28117     [USE] Fix assertion failure for joining scripts
28118
28119 commit a495a54236d69def7e8b1293f2887f18a6b2fecc
28120 Author: David Corbett <corbett.dav@northeastern.edu>
28121 Date:   Fri Aug 28 14:33:25 2020 -0400
28122
28123     Ignore T & U when determining the joining scripts
28124
28125  src/gen-arabic-joining-list.py                 | 2 ++
28126  src/hb-ot-shape-complex-arabic-joining-list.hh | 1 -
28127  2 files changed, 2 insertions(+), 1 deletion(-)
28128
28129 commit 420a74f7725bec2d3d4688fda226163b06f9a564
28130 Author: David Corbett <corbett.dav@northeastern.edu>
28131 Date:   Fri Aug 28 14:11:48 2020 -0400
28132
28133     [USE] Fix assertion failure for joining scripts
28134
28135  src/hb-ot-shape-complex-use.cc             | 2 +-
28136  test/shaping/data/in-house/tests/use.tests | 1 +
28137  2 files changed, 2 insertions(+), 1 deletion(-)
28138
28139 commit fcddf3b9b43e391a9ec33c823ef22827d18a1fb9
28140 Author: ebraminio <ebrahim@gnu.org>
28141 Date:   Fri Aug 14 10:19:33 2020 +0430
28142
28143     [docs] Minor in TESTING.md
28144     
28145     Start the fuzzer with test/fuzzing/fonts seeds
28146
28147  TESTING.md | 6 +++---
28148  1 file changed, 3 insertions(+), 3 deletions(-)
28149
28150 commit 99b8a84cc50346b6788a67eadfe0ebe17545724a
28151 Author: ebraminio <ebrahim@gnu.org>
28152 Date:   Fri Aug 14 10:14:14 2020 +0430
28153
28154     [docs] Reorder TESTING.md sections
28155     
28156     And use --reconfigure where makes sense
28157
28158  TESTING.md | 42 ++++++++++++++++++++----------------------
28159  1 file changed, 20 insertions(+), 22 deletions(-)
28160
28161 commit 1e48225ca312a955cc7f4a4b7683492e83d77117
28162 Author: ebraminio <ebrahim@gnu.org>
28163 Date:   Thu Aug 13 23:22:14 2020 +0430
28164
28165     [ENOMEM] Check whether serialize context isn't in error
28166
28167  src/hb-ot-shape-complex-arabic-fallback.hh                 |   4 ++--
28168  ...uzz-testcase-minimized-hb-shape-fuzzer-5138182937772032 | Bin 0 -> 68 bytes
28169  2 files changed, 2 insertions(+), 2 deletions(-)
28170
28171 commit 05ef75c55340400d4b318bd24d742653bbf825d9
28172 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28173 Date:   Thu Aug 13 20:52:03 2020 +0430
28174
28175     2.7.1
28176
28177  NEWS             | 8 ++++++++
28178  configure.ac     | 2 +-
28179  meson.build      | 2 +-
28180  src/hb-version.h | 4 ++--
28181  4 files changed, 12 insertions(+), 4 deletions(-)
28182
28183 commit 0a02f1e760db5c0568dc6e15c00fa394aa43ccbb
28184 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28185 Date:   Thu Aug 13 15:33:39 2020 +0430
28186
28187     [meson] Abort if GDI/Uniscribe headers couldn't be found
28188
28189  meson.build | 6 +++++-
28190  1 file changed, 5 insertions(+), 1 deletion(-)
28191
28192 commit 253a8f7a510ddfb8e2eb90de95db9763f2f42282
28193 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28194 Date:   Thu Aug 13 09:23:29 2020 +0430
28195
28196     [meson] Another approach to skip tests incompatible with MSVC
28197
28198  src/meson.build | 10 +++++-----
28199  1 file changed, 5 insertions(+), 5 deletions(-)
28200
28201 commit 24b42002434d3e8dc8d164f02dda7a9c3e5386b5
28202 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28203 Date:   Thu Aug 13 09:06:39 2020 +0430
28204
28205     [meson] Avoid using has_headers as that has added in 0.50.0
28206
28207  meson.build | 55 +++++++++++++++++++++++++++++--------------------------
28208  1 file changed, 29 insertions(+), 26 deletions(-)
28209
28210 commit 411b426c692f611dbcdec7a6516781aa4375d07e
28211 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28212 Date:   Thu Aug 13 01:23:46 2020 +0430
28213
28214     [meson] minor
28215
28216  src/meson.build | 14 ++++----------
28217  1 file changed, 4 insertions(+), 10 deletions(-)
28218
28219 commit 6e32145dc91e866132a3a3911870441e98737b16
28220 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28221 Date:   Thu Aug 13 00:13:06 2020 +0430
28222
28223     [meson] Make compatbile with 0.47.0
28224
28225  .circleci/config.yml     |  2 +-
28226  docs/meson.build         |  4 ++--
28227  meson.build              | 18 +++++++++++-------
28228  perf/meson.build         |  2 +-
28229  src/meson.build          | 21 ++++++++++-----------
28230  test/fuzzing/meson.build |  6 +++---
28231  test/shaping/meson.build | 12 ++++++------
28232  test/subset/meson.build  |  4 ++--
28233  8 files changed, 36 insertions(+), 33 deletions(-)
28234
28235 commit 58209c86a0d2d536ce3d35953ffe340762ad1f48
28236 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28237 Date:   Wed Aug 12 23:04:26 2020 +0430
28238
28239     [meson] Make compatbile with 0.49.0
28240     
28241     Contains a just put together summary feature polyfill and workaround
28242     to broken ternary operator.
28243
28244  .circleci/config.yml |   3 +-
28245  meson.build          | 102 +++++++++++++++++++++++++++++++++------------------
28246  perf/meson.build     |   8 +++-
28247  src/meson.build      |  28 +++++++++++---
28248  4 files changed, 98 insertions(+), 43 deletions(-)
28249
28250 commit 1e4fe10b98a291787ae561beca80cb70b481b108
28251 Author: Garret Rieger <grieger@google.com>
28252 Date:   Wed Aug 12 13:06:37 2020 -0700
28253
28254     [ENOMEM] check for error in visited map during closure features.
28255
28256  src/hb-ot-layout-gsubgpos.hh | 3 +++
28257  1 file changed, 3 insertions(+)
28258
28259 commit 9562239f0531c0e49e6ab7e157da578d454432c8
28260 Author: Garret Rieger <grieger@google.com>
28261 Date:   Wed Aug 12 13:01:22 2020 -0700
28262
28263     [ENOMEM] check for error in lookup visited set.
28264
28265  src/hb-ot-layout-gsubgpos.hh                           |   3 +++
28266  ...estcase-minimized-hb-subset-fuzzer-5741735372914688 | Bin 0 -> 560294 bytes
28267  2 files changed, 3 insertions(+)
28268
28269 commit eea9b59fc5c7ad5649ba598765f335383795778f
28270 Author: Tom Schoonjans <Tom.Schoonjans@rfi.ac.uk>
28271 Date:   Wed Aug 12 06:40:23 2020 +0200
28272
28273     [meson] fix generating introspection
28274     
28275     Only libharfbuzz_gobject is introspectable, not libharfbuzz. Therefore,
28276     it makes no sense to target the latter for introspection: it should
28277     instead be listed as a dependency.
28278
28279  src/meson.build | 3 ++-
28280  1 file changed, 2 insertions(+), 1 deletion(-)
28281
28282 commit 7bffb5d7baf4dc8b96fab1f8dbc83740a6817b1a
28283 Author: David Corbett <corbett.dav@northeastern.edu>
28284 Date:   Tue Aug 11 19:24:46 2020 -0400
28285
28286     Generate `has_arabic_joining`
28287
28288  src/Makefile.am                                |   1 +
28289  src/Makefile.sources                           |   1 +
28290  src/gen-arabic-joining-list.py                 | 104 +++++++++++++++++++++++++
28291  src/hb-ot-shape-complex-arabic-joining-list.hh |  47 +++++++++++
28292  src/hb-ot-shape-complex-use.cc                 |  35 +--------
28293  src/meson.build                                |   1 +
28294  src/update-unicode-tables.make                 |   3 +
28295  7 files changed, 158 insertions(+), 34 deletions(-)
28296
28297 commit 6f754852c19ff26d693a1d78de55bab263281a72
28298 Author: Garret Rieger <grieger@google.com>
28299 Date:   Tue Aug 11 15:40:47 2020 -0700
28300
28301     [ENOMEM] skip asserts in to_bias if serializer is in an error state.
28302
28303  src/hb-serialize.hh                                     |   1 +
28304  ...testcase-minimized-hb-subset-fuzzer-5927551890096128 | Bin 0 -> 73364 bytes
28305  2 files changed, 1 insertion(+)
28306
28307 commit 057769b1a316c604cf84c343a4a85a10f46c057c
28308 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28309 Date:   Wed Aug 12 02:30:33 2020 +0430
28310
28311     [fuzzer] minor
28312
28313  test/fuzzing/hb-draw-fuzzer.cc   |  2 +-
28314  test/fuzzing/hb-fuzzer.hh        |  2 +-
28315  test/fuzzing/hb-shape-fuzzer.cc  |  2 +-
28316  test/fuzzing/hb-subset-fuzzer.cc | 18 ++++++++----------
28317  4 files changed, 11 insertions(+), 13 deletions(-)
28318
28319 commit 04179380116d6e1efcf95a70f0d79b8e095b69c6
28320 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28321 Date:   Wed Aug 12 02:19:06 2020 +0430
28322
28323     [fuzzer] Mark alloc_state as unused
28324     
28325     It is really unused when failing-alloc isn't on.
28326
28327  test/fuzzing/hb-fuzzer.hh | 8 +++++++-
28328  1 file changed, 7 insertions(+), 1 deletion(-)
28329
28330 commit 2af58c351812603498f0b67e66f84f4a33a74455
28331 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28332 Date:   Wed Aug 12 00:51:07 2020 +0430
28333
28334     Revert "Remove cmake build files"
28335     
28336     This reverts commit 4e572c940724cdae6f140df924c9ad7f4baea35e.
28337
28338  .circleci/config.yml       |   3 +-
28339  CMakeLists.txt             | 768 +++++++++++++++++++++++++++++++++++++++++++++
28340  Makefile.am                |   2 +
28341  replace-enum-strings.cmake |  21 ++
28342  4 files changed, 793 insertions(+), 1 deletion(-)
28343
28344 commit ef2e3803429efe0f5a1fcb2679ae332139297917
28345 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28346 Date:   Wed Aug 12 00:50:33 2020 +0430
28347
28348     Revert "Remove cmake-config support of HarfBuzz"
28349     
28350     This reverts commit 75efa893433b6f352c28bda9d0a92683244900aa.
28351
28352  configure.ac                 |  1 +
28353  meson.build                  |  1 +
28354  src/Makefile.am              |  4 ++-
28355  src/harfbuzz-config.cmake.in | 86 ++++++++++++++++++++++++++++++++++++++++++++
28356  src/meson.build              | 10 ++++++
28357  5 files changed, 101 insertions(+), 1 deletion(-)
28358
28359 commit 0ca35570481ee16c44577913263032726a0c0a51
28360 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28361 Date:   Sun Aug 9 16:10:06 2020 +0430
28362
28363     Turn -Wunused-but-set-variable to warning
28364     
28365     As #2555 turned out some glib headers are imposing that so let's turn it to warning
28366
28367  src/hb.hh | 1 +
28368  1 file changed, 1 insertion(+)
28369
28370 commit 519335783224e2cbfd8a4a5b9071216fe2b139b5
28371 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28372 Date:   Tue Aug 11 23:51:59 2020 +0430
28373
28374     Revert "Remove autotools build support"
28375     
28376     This reverts commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df.
28377
28378  .circleci/config.yml                               |  15 +
28379  Makefile.am                                        |  96 ++
28380  README                                             |  15 +
28381  RELEASING.md                                       |   2 +-
28382  autogen.sh                                         |  48 +
28383  configure.ac                                       | 540 +++++++++++
28384  docs/Makefile.am                                   | 126 +++
28385  git.mk                                             | 400 +++++++++
28386  m4/ax_check_link_flag.m4                           |  74 ++
28387  m4/ax_code_coverage.m4                             | 264 ++++++
28388  m4/ax_cxx_compile_stdcxx.m4                        | 982 +++++++++++++++++++++
28389  m4/ax_pthread.m4                                   | 485 ++++++++++
28390  src/Makefile.am                                    | 476 ++++++++++
28391  src/Makefile.sources                               | 284 ++++++
28392  test/Makefile.am                                   |  15 +
28393  test/api/Makefile.am                               | 222 +++++
28394  test/fuzzing/Makefile.am                           |  86 ++
28395  test/shaping/Makefile.am                           |  39 +
28396  test/shaping/data/Makefile.am                      |  14 +
28397  test/shaping/data/aots/Makefile.am                 |  27 +
28398  test/shaping/data/aots/Makefile.sources            | 126 +++
28399  test/shaping/data/in-house/Makefile.am             |  26 +
28400  test/shaping/data/in-house/Makefile.sources        |  66 ++
28401  test/shaping/data/text-rendering-tests/Makefile.am |  32 +
28402  .../data/text-rendering-tests/Makefile.sources     |  95 ++
28403  test/subset/Makefile.am                            |  23 +
28404  test/subset/data/Makefile.am                       |  45 +
28405  test/subset/data/Makefile.sources                  |  31 +
28406  util/Makefile.am                                   |  78 ++
28407  util/Makefile.sources                              |  38 +
28408  30 files changed, 4769 insertions(+), 1 deletion(-)
28409
28410 commit 9748ae7299330f0245e97f7b1f18cd1207043e62
28411 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28412 Date:   Tue Aug 11 17:52:48 2020 +0430
28413
28414     Revert "Reordering fails when GDEF table is absent #2140"
28415     
28416     This reverts commit f4cd99f28eefe695b86876736166fd119e22e04e.
28417     
28418     As requested in https://github.com/harfbuzz/harfbuzz/issues/2516#issuecomment-670969185
28419
28420  src/hb-ot-layout-gsubgpos.hh | 37 +++++++++++++++++--------------------
28421  src/hb-ot-layout.hh          |  8 ++++----
28422  2 files changed, 21 insertions(+), 24 deletions(-)
28423
28424 commit d03eecb4d63e1cdac77a08d081179c28440b2d18
28425 Author: ebraminio <ebrahim@gnu.org>
28426 Date:   Tue Aug 11 16:40:40 2020 +0430
28427
28428     [glyf] minor
28429     
28430     style improvement
28431
28432  src/hb-ot-glyf-table.hh | 21 ++++++++++++---------
28433  1 file changed, 12 insertions(+), 9 deletions(-)
28434
28435 commit 732a9164d9c778a3d4315b189922d5b9c4a51495
28436 Author: ebraminio <ebrahim@gnu.org>
28437 Date:   Tue Aug 11 16:37:55 2020 +0430
28438
28439     [gvar] minor
28440
28441  src/hb-ot-var-gvar-table.hh | 8 ++++----
28442  1 file changed, 4 insertions(+), 4 deletions(-)
28443
28444 commit c0107c1e6ecf627d7dba344529fb5f054344f498
28445 Author: ebraminio <ebrahim@gnu.org>
28446 Date:   Mon Aug 10 14:30:34 2020 +0430
28447
28448     [ci] test experimental APIs in Arch Linux and sanitizers
28449
28450  .circleci/config.yml | 8 ++++----
28451  1 file changed, 4 insertions(+), 4 deletions(-)
28452
28453 commit 0c1561894ac4899cd09ebef4b3d33a095e35c981
28454 Author: ebraminio <ebrahim@gnu.org>
28455 Date:   Mon Aug 10 08:52:01 2020 +0430
28456
28457     [glyf] minor
28458
28459  src/hb-ot-glyf-table.hh | 6 +++---
28460  1 file changed, 3 insertions(+), 3 deletions(-)
28461
28462 commit f06d7331e8b1643680df7f0126b2d89254563dcb
28463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28464 Date:   Mon Aug 10 08:35:06 2020 +0430
28465
28466     [glyf] minor
28467
28468  src/hb-ot-glyf-table.hh | 10 +++++-----
28469  1 file changed, 5 insertions(+), 5 deletions(-)
28470
28471 commit db96c7f67aac93ea025cf992c20acdf2364d93bc
28472 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28473 Date:   Mon Aug 10 08:23:21 2020 +0430
28474
28475     [glyf] protect CompositeGlyph fields
28476     
28477     Introduce methods instead
28478
28479  src/hb-ot-glyf-table.hh | 30 ++++++++++++++++++++----------
28480  1 file changed, 20 insertions(+), 10 deletions(-)
28481
28482 commit e5fe363aa5d06a4dfe665b97a22971f12c3f84f4
28483 Author: ebraminio <ebrahim@gnu.org>
28484 Date:   Mon Aug 10 07:39:36 2020 +0430
28485
28486     [glyf] Minor, don't pass accelerator_t to points_aggregator_t
28487     
28488     No need to pass it to aggregator itself
28489
28490  src/hb-ot-glyf-table.hh | 10 ++++------
28491  1 file changed, 4 insertions(+), 6 deletions(-)
28492
28493 commit 2b9927f7e16c7b25194b8aae36146bf23c73f131
28494 Author: ebraminio <ebrahim@gnu.org>
28495 Date:   Mon Aug 10 06:26:21 2020 +0430
28496
28497     [glyf] minor
28498     
28499     No need to pass glyph_for_gid as a lambda now that we are passing the accelerator itself
28500
28501  src/hb-ot-glyf-table.hh | 8 +++-----
28502  1 file changed, 3 insertions(+), 5 deletions(-)
28503
28504 commit fce64a407d381372c92fcb5f0e551c17185ea735
28505 Author: Behdad Esfahbod <behdad@behdad.org>
28506 Date:   Sat Aug 8 14:04:54 2020 -0600
28507
28508     Minor
28509
28510  src/hb-ot-layout-gpos-table.hh | 2 +-
28511  1 file changed, 1 insertion(+), 1 deletion(-)
28512
28513 commit ffe06c8f0498d7f5fe53c76e9d6fba9127997258
28514 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28515 Date:   Sat Aug 8 13:17:34 2020 +0430
28516
28517     [glyf] Guard all the public APIs against null pool runs
28518     
28519     Fixes https://crbug.com/oss-fuzz/24575 and https://crbug.com/oss-fuzz/24737
28520
28521  src/hb-ot-glyf-table.hh                                |  17 ++++++++++++-----
28522  ...-testcase-minimized-hb-draw-fuzzer-5103082208493568 | Bin 0 -> 1069 bytes
28523  ...-testcase-minimized-hb-draw-fuzzer-5641612227772416 | Bin 0 -> 1069 bytes
28524  3 files changed, 12 insertions(+), 5 deletions(-)
28525
28526 commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df
28527 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28528 Date:   Sun Aug 2 11:35:55 2020 +0430
28529
28530     Remove autotools build support
28531
28532  .circleci/config.yml                               |  15 -
28533  Makefile.am                                        |  96 --
28534  README                                             |  15 -
28535  RELEASING.md                                       |   2 +-
28536  autogen.sh                                         |  48 -
28537  configure.ac                                       | 540 -----------
28538  docs/Makefile.am                                   | 126 ---
28539  git.mk                                             | 400 ---------
28540  m4/ax_check_link_flag.m4                           |  74 --
28541  m4/ax_code_coverage.m4                             | 264 ------
28542  m4/ax_cxx_compile_stdcxx.m4                        | 982 ---------------------
28543  m4/ax_pthread.m4                                   | 485 ----------
28544  src/Makefile.am                                    | 476 ----------
28545  src/Makefile.sources                               | 284 ------
28546  test/Makefile.am                                   |  15 -
28547  test/api/Makefile.am                               | 222 -----
28548  test/fuzzing/Makefile.am                           |  86 --
28549  test/shaping/Makefile.am                           |  39 -
28550  test/shaping/data/Makefile.am                      |  14 -
28551  test/shaping/data/aots/Makefile.am                 |  27 -
28552  test/shaping/data/aots/Makefile.sources            | 126 ---
28553  test/shaping/data/in-house/Makefile.am             |  26 -
28554  test/shaping/data/in-house/Makefile.sources        |  66 --
28555  test/shaping/data/text-rendering-tests/Makefile.am |  32 -
28556  .../data/text-rendering-tests/Makefile.sources     |  95 --
28557  test/subset/Makefile.am                            |  23 -
28558  test/subset/data/Makefile.am                       |  45 -
28559  test/subset/data/Makefile.sources                  |  31 -
28560  util/Makefile.am                                   |  78 --
28561  util/Makefile.sources                              |  38 -
28562  30 files changed, 1 insertion(+), 4769 deletions(-)
28563
28564 commit 3d164d5883ceb5698a98ca025b5f75ce465e1f51
28565 Author: Ryan Schmidt <git@ryandesign.com>
28566 Date:   Thu Aug 6 20:45:44 2020 -0500
28567
28568     Use printf instead of echo -n in autogen.sh
28569     
28570     "echo -n" is not portable and on some POSIX systems it literally prints "-n".
28571
28572  autogen.sh | 10 +++++-----
28573  1 file changed, 5 insertions(+), 5 deletions(-)
28574
28575 commit 1f519c25670e8dfe694a7b3fa71c5bc7263b1b1f
28576 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28577 Date:   Fri Aug 7 01:21:19 2020 +0430
28578
28579     [glyf] Optimize retrieval of hmtx/vmtx/gvar
28580     
28581     This should make glyf/gvar faster as makes it to invoke less table wrapper atomic operations and things.
28582     
28583     $ meson build -Dexperimental_api=true --buildtype=release && ninja -Cbuild && build/perf/perf "--benchmark_filter=glyf.*- ot -"
28584     
28585     Before:
28586     extents/glyf - ot - SourceSerifVariable         46091 ns      46036 ns      16173
28587     extents/glyf/vf - ot - SourceSerifVariable    4160142 ns    4154913 ns        174
28588     extents/glyf - ot - Comfortaa                   25754 ns      25726 ns      27030
28589     extents/glyf/vf - ot - Comfortaa              2627804 ns    2624596 ns        265
28590     extents/glyf - ot - Roboto                      33556 ns      33540 ns      18513
28591     draw/glyf - ot - SourceSerifVariable          2716848 ns    2715438 ns        256
28592     draw/glyf/vf - ot - SourceSerifVariable       4602379 ns    4598907 ns        151
28593     draw/glyf - ot - Comfortaa                    1659364 ns    1658142 ns        417
28594     draw/glyf/vf - ot - Comfortaa                 2845100 ns    2842549 ns        246
28595     draw/glyf - ot - Roboto                       1571509 ns    1570060 ns        442
28596     
28597     After:
28598     extents/glyf - ot - SourceSerifVariable         34738 ns      34713 ns      21332
28599     extents/glyf/vf - ot - SourceSerifVariable    3700510 ns    3698104 ns        187
28600     extents/glyf - ot - Comfortaa                   21604 ns      21595 ns      31907
28601     extents/glyf/vf - ot - Comfortaa              2324787 ns    2323440 ns        296
28602     extents/glyf - ot - Roboto                      31259 ns      31246 ns      21814
28603     draw/glyf - ot - SourceSerifVariable          2689230 ns    2687589 ns        260
28604     draw/glyf/vf - ot - SourceSerifVariable       4625135 ns    4622036 ns        131
28605     draw/glyf - ot - Comfortaa                    1690336 ns    1689454 ns        402
28606     draw/glyf/vf - ot - Comfortaa                 2898748 ns    2897074 ns        241
28607     draw/glyf - ot - Roboto                       1570911 ns    1570138 ns        440
28608
28609  src/hb-ot-glyf-table.hh | 70 ++++++++++++++++++++++++++++++-------------------
28610  1 file changed, 43 insertions(+), 27 deletions(-)
28611
28612 commit 0907c10214c9b989c76a34b260042e88c707f9bd
28613 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28614 Date:   Fri Aug 7 00:15:32 2020 +0430
28615
28616     [gvar] minor
28617
28618  src/hb-ot-var-gvar-table.hh | 11 +++--------
28619  1 file changed, 3 insertions(+), 8 deletions(-)
28620
28621 commit 679fac87dfbdef3192184b2d2374fda334205b41
28622 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28623 Date:   Thu Jul 30 15:29:43 2020 +0430
28624
28625     Skip hb_shape if buffer object is immutable
28626
28627  src/hb-shape.cc                 | 2 ++
28628  test/fuzzing/hb-shape-fuzzer.cc | 6 ++----
28629  2 files changed, 4 insertions(+), 4 deletions(-)
28630
28631 commit 55c41f219f539464335c16dc8392787fd0ac1b46
28632 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28633 Date:   Thu Aug 6 23:37:43 2020 +0430
28634
28635     [glyf] Clamp advance value result
28636     
28637     Fixes a sanitizer complain https://circleci.com/gh/harfbuzz/harfbuzz/150247 revealed by 02d1ec1
28638
28639  src/hb-ot-glyf-table.hh | 9 +++++----
28640  1 file changed, 5 insertions(+), 4 deletions(-)
28641
28642 commit 02d1ec16585738d5e55354224bcfcc552b079a76
28643 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28644 Date:   Thu Aug 6 22:18:35 2020 +0430
28645
28646     [gvar] Don't fail on imprefect gvar
28647     
28648     No need to fail even if gvar doesn't have that much glyphs
28649
28650  src/hb-ot-var-gvar-table.hh | 2 +-
28651  1 file changed, 1 insertion(+), 1 deletion(-)
28652
28653 commit ec17b6245755a7527c7f5d5242868ce0886327c9
28654 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28655 Date:   Thu Aug 6 20:16:11 2020 +0430
28656
28657     [var] Apply variations on empty glyphs
28658     
28659     It was ignoring empty glyphs for no good reason, this fixes it.
28660     
28661     Fixes #2618
28662
28663  src/hb-ot-glyf-table.hh                                  |   6 ++++--
28664  src/hb-ot-var-gvar-table.hh                              |   2 ++
28665  test/shaping/data/in-house/Makefile.sources              |   1 +
28666  .../fonts/ab40c89624a6104e5d0a2308e448a989302f515b.ttf   | Bin 0 -> 7440 bytes
28667  test/shaping/data/in-house/meson.build                   |   1 +
28668  test/shaping/data/in-house/tests/variations-space.tests  |   2 ++
28669  6 files changed, 10 insertions(+), 2 deletions(-)
28670
28671 commit 5cab55ca90a64da281ef2c55e892bb0d6ebb3019
28672 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28673 Date:   Thu Aug 6 18:54:58 2020 +0430
28674
28675     [gvar] minor
28676
28677  src/hb-ot-var-gvar-table.hh | 4 ++--
28678  1 file changed, 2 insertions(+), 2 deletions(-)
28679
28680 commit 20e42a212849554687b808b316f077a023126a95
28681 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28682 Date:   Tue Aug 4 16:49:27 2020 +0430
28683
28684     [docs] minor on TESTING.md
28685
28686  TESTING.md | 5 +++--
28687  1 file changed, 3 insertions(+), 2 deletions(-)
28688
28689 commit 5a2d216f309fa91faf76a1ebebbcf8a36e21f592
28690 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28691 Date:   Tue Aug 4 15:25:48 2020 +0430
28692
28693     [docs] meson related updates on install
28694
28695  docs/usermanual-install-harfbuzz.xml | 83 +++++++++++++-----------------------
28696  1 file changed, 29 insertions(+), 54 deletions(-)
28697
28698 commit 34a05320921629f430ed36c30e24494c9841079c
28699 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28700 Date:   Tue Aug 4 15:14:59 2020 +0430
28701
28702     [meson] minor note
28703
28704  meson.build | 2 +-
28705  1 file changed, 1 insertion(+), 1 deletion(-)
28706
28707 commit cac483bf1563381a6081b06592a96f7055427e10
28708 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28709 Date:   Mon Aug 3 18:41:49 2020 +0430
28710
28711     [docs] Update README.python.md with meson
28712
28713  README.python.md | 9 ++-------
28714  1 file changed, 2 insertions(+), 7 deletions(-)
28715
28716 commit 75efa893433b6f352c28bda9d0a92683244900aa
28717 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28718 Date:   Thu Jul 30 01:17:42 2020 +0430
28719
28720     Remove cmake-config support of HarfBuzz
28721     
28722     Reverts d38f37b2 as discussed in #2316
28723
28724  configure.ac                 |  1 -
28725  meson.build                  |  1 -
28726  src/Makefile.am              |  4 +--
28727  src/harfbuzz-config.cmake.in | 86 --------------------------------------------
28728  src/meson.build              | 10 ------
28729  5 files changed, 1 insertion(+), 101 deletions(-)
28730
28731 commit 97079a7c8f7d52ff381b2b3d6e0c430358d1b340
28732 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28733 Date:   Sun Aug 2 12:34:21 2020 +0430
28734
28735     [meson] Pass cpp_eh=none and cpp_rtti=false as default options
28736     
28737     If we want to support a build with exception handling and RTTI
28738     We should reflect that on library(..., link_language: 'c') also so for
28739     now it is ok to just set it here to get MSVC support also and we
28740     can remove hard coded flags later upon request.
28741     
28742     One other concern over just relying on it is on when harfbuzz is used
28743     as a subproject and the parent project hasn't provided the same options,
28744     that should be resolved first I think.
28745     
28746     Closes #2584
28747
28748  meson.build | 4 +++-
28749  1 file changed, 3 insertions(+), 1 deletion(-)
28750
28751 commit 749e2754c83583e51034da09d3581af0f8d9e1a3
28752 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28753 Date:   Sun Aug 2 12:21:51 2020 +0430
28754
28755     [meson] remove useless note about -fvisibility-inlines-hidden
28756     
28757     It was put there as current situation of autotools but msys2 is ok
28758     with the flag, if something like is needed for other it can handled
28759     as a local patch.
28760
28761  meson.build | 2 +-
28762  1 file changed, 1 insertion(+), 1 deletion(-)
28763
28764 commit 903d6a1f1418a20094af53200a9da45214c1b6af
28765 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28766 Date:   Sun Aug 2 11:40:47 2020 +0430
28767
28768     [perf] Enable ttf-parser build just with experimental_api
28769     
28770     ttf-parser API is subject to breaking change and we are interested on its
28771     hb-draw like API so let's hide it more.
28772
28773  perf/meson.build | 2 +-
28774  1 file changed, 1 insertion(+), 1 deletion(-)
28775
28776 commit cdb7d2b9bc0d5928ae4f6ba16fe905f603583688
28777 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28778 Date:   Sun Aug 2 11:26:29 2020 +0430
28779
28780     [docs] Update README.python.md with meson
28781
28782  README.python.md | 2 +-
28783  1 file changed, 1 insertion(+), 1 deletion(-)
28784
28785 commit 9fd48de6f0316fe6f1879879b96992b0471af88b
28786 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28787 Date:   Sun Aug 2 11:22:09 2020 +0430
28788
28789     [docs] Adopt CONFIG.md with meson
28790
28791  CONFIG.md | 15 +++++++--------
28792  1 file changed, 7 insertions(+), 8 deletions(-)
28793
28794 commit b0a4860d3429e9effc3e642d6ef57b92332d796b
28795 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28796 Date:   Sun Aug 2 11:15:15 2020 +0430
28797
28798     [docs] Remove packagers related part
28799     
28800     Covered by https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
28801
28802  BUILD.md | 18 ++----------------
28803  1 file changed, 2 insertions(+), 16 deletions(-)
28804
28805 commit 50151567c13b8a3a2a838cbe1714b3cc1fd94bd6
28806 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28807 Date:   Sun Aug 2 10:43:25 2020 +0430
28808
28809     [ci] Disable Travis CI
28810
28811  .ci/build-freetype.sh | 17 -----------------
28812  .ci/fail.sh           | 18 ------------------
28813  .ci/run-coveralls.sh  | 14 --------------
28814  .circleci/config.yml  |  2 +-
28815  .travis.yml           | 43 -------------------------------------------
28816  README.md             |  2 +-
28817  6 files changed, 2 insertions(+), 94 deletions(-)
28818
28819 commit 11bb8aa83e57b288241b9156706e6f8d25eaf383
28820 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28821 Date:   Sun Aug 2 00:47:21 2020 +0430
28822
28823     [meson] limit check-libstdc++ check to 0.55
28824     
28825     library(..., link_language: 'c') is introduced in 0.55 but we were relying on this anyway
28826     assuming b_asneeded being true on meson.
28827     
28828     #2614
28829
28830  src/meson.build | 5 ++++-
28831  1 file changed, 4 insertions(+), 1 deletion(-)
28832
28833 commit 9d3fbe0588f8f4d5883e425680fc37778660b284
28834 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28835 Date:   Thu Jul 30 14:54:00 2020 +0430
28836
28837     [meson] Add darwin versions to library()
28838     
28839     We now have,
28840     
28841     $ otool -L src/libharfbuzz.dylib
28842     src/libharfbuzz.dylib:
28843             @rpath/libharfbuzz.0.dylib (compatibility version 0.0.0, current version 0.0.0)
28844     
28845     And with the change should we get
28846     
28847     $ otool -L src/libharfbuzz.dylib
28848     src/libharfbuzz.dylib:
28849             @rpath/libharfbuzz.0.dylib (compatibility version 20700.0.0, current version 20700.0.0)
28850
28851  src/meson.build | 6 ++++++
28852  1 file changed, 6 insertions(+)
28853
28854 commit 18ab8029d5aab6ac20c240515ad1795bd31dca1e
28855 Author: Garret Rieger <grieger@google.com>
28856 Date:   Fri Jul 31 14:40:49 2020 -0700
28857
28858     [ENOMEM] check vector status in cmap subsetting.
28859
28860  src/hb-ot-cmap-table.hh                                  |   3 +++
28861  ...-testcase-minimized-hb-subset-fuzzer-6316256152780800 | Bin 0 -> 1335 bytes
28862  2 files changed, 3 insertions(+)
28863
28864 commit 06dbb6acbbd322b3123820c73ed4371560efc558
28865 Author: Garret Rieger <grieger@google.com>
28866 Date:   Fri Jul 31 15:56:14 2020 -0700
28867
28868     [ENOMEM] in GSUB ChainContext subsetting check maps for allocation errors.
28869
28870  src/hb-ot-layout-gsubgpos.hh                            |   6 ++++++
28871  ...testcase-minimized-hb-subset-fuzzer-4880059756969984 | Bin 0 -> 45902 bytes
28872  2 files changed, 6 insertions(+)
28873
28874 commit fb1477795cb950b25472efa8d47febe81340a45b
28875 Author: Garret Rieger <grieger@google.com>
28876 Date:   Fri Jul 31 14:00:38 2020 -0700
28877
28878     [ENOMEM] Check result of vector resize in CBDT subsetting.
28879
28880  src/hb-ot-color-cbdt-table.hh                            |   6 +++++-
28881  ...-testcase-minimized-hb-subset-fuzzer-6241118484955136 | Bin 0 -> 7345 bytes
28882  2 files changed, 5 insertions(+), 1 deletion(-)
28883
28884 commit 8586bad2bdadccecd830fb0a1c973423115240fb
28885 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28886 Date:   Fri Jul 31 09:28:51 2020 +0430
28887
28888     [ci] don't install rustc on linux-ci
28889     
28890     https://github.com/harfbuzz/harfbuzz/pull/2610/checks?check_run_id=930572217
28891
28892  .github/workflows/linux-ci.yml | 2 +-
28893  1 file changed, 1 insertion(+), 1 deletion(-)
28894
28895 commit efd716de3f4c7616aedd5c449bf8d27d565d4ab6
28896 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28897 Date:   Fri Jul 31 08:58:53 2020 +0430
28898
28899     [cff] Check for scalars array resize result
28900     
28901     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24504
28902
28903  src/hb-cff2-interp-cs.hh                                 |   8 +++++---
28904  ...zz-testcase-minimized-hb-draw-fuzzer-6231698648596480 | Bin 0 -> 2707 bytes
28905  2 files changed, 5 insertions(+), 3 deletions(-)
28906
28907 commit 040ed094ef3cf032d84c4d65bd81f40c26f6f9e0
28908 Author: Garret Rieger <grieger@google.com>
28909 Date:   Thu Jul 30 15:14:02 2020 -0700
28910
28911     [ENOMEM] popragate packed/packed_map errors to the serializer.
28912     Will disable further modifications based on a bad state.
28913
28914  src/hb-serialize.hh                                       |   3 +++
28915  ...z-testcase-minimized-hb-subset-fuzzer-5661567174311936 | Bin 0 -> 473 bytes
28916  2 files changed, 3 insertions(+)
28917
28918 commit 7f358a55f4b3c0eb6654be9e8c31ece29965b4d6
28919 Author: Garret Rieger <grieger@google.com>
28920 Date:   Thu Jul 30 13:57:30 2020 -0700
28921
28922     [ENOMEM] unchecked resize in CFF2.
28923
28924  src/hb-ot-cff2-table.hh                                  |   3 ++-
28925  ...-testcase-minimized-hb-subset-fuzzer-5181909018345472 | Bin 0 -> 2559 bytes
28926  2 files changed, 2 insertions(+), 1 deletion(-)
28927
28928 commit 32f052b033f12fbeb8741c9616860743b1f567c4
28929 Author: Garret Rieger <grieger@google.com>
28930 Date:   Thu Jul 30 13:45:04 2020 -0700
28931
28932     [ENOMEM] Fix several instances of not checking resize in CFF.
28933
28934  src/hb-subset-cff-common.hh                        |  27 ++++++++++++++++++---
28935  src/hb-subset-cff1.cc                              |  14 +++++++++--
28936  src/hb-subset-plan.hh                              |   6 +++++
28937  ...ase-minimized-hb-subset-fuzzer-5707809174585344 | Bin 0 -> 107592 bytes
28938  ...ase-minimized-hb-subset-fuzzer-5708623339323392 | Bin 0 -> 151 bytes
28939  5 files changed, 41 insertions(+), 6 deletions(-)
28940
28941 commit 4cbc7d61bc5e7f0658fc58d807f94f3b7c335f0d
28942 Author: Garret Rieger <grieger@google.com>
28943 Date:   Thu Jul 30 12:20:31 2020 -0700
28944
28945     [ENOMEM] check for unset current in serializer->length().
28946
28947  src/hb-serialize.hh | 6 +++++-
28948  1 file changed, 5 insertions(+), 1 deletion(-)
28949
28950 commit 0d22fb38b97afb6082fb4e5791e6fdd0166fa4a9
28951 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28952 Date:   Thu Jul 30 23:18:57 2020 +0430
28953
28954     Copy parts of README.md to README
28955     
28956     Fixes https://github.com/harfbuzz/harfbuzz/issues/2591
28957
28958  README | 16 +++++++++++++++-
28959  1 file changed, 15 insertions(+), 1 deletion(-)
28960
28961 commit cac30711834d343d36b0bea1138562beeb22340f
28962 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28963 Date:   Thu Jul 30 16:25:42 2020 +0430
28964
28965     [meson] minor, use null_dep one more place
28966
28967  perf/meson.build | 2 +-
28968  1 file changed, 1 insertion(+), 1 deletion(-)
28969
28970 commit 4e572c940724cdae6f140df924c9ad7f4baea35e
28971 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28972 Date:   Thu Jul 30 16:19:15 2020 +0430
28973
28974     Remove cmake build files
28975     
28976     As discussed in https://github.com/harfbuzz/harfbuzz/pull/2252
28977
28978  .circleci/config.yml       |   3 +-
28979  CMakeLists.txt             | 768 ---------------------------------------------
28980  Makefile.am                |   2 -
28981  replace-enum-strings.cmake |  21 --
28982  4 files changed, 1 insertion(+), 793 deletions(-)
28983
28984 commit 5f9ff04fb0002351f130f13cdb8719d81d1683e0
28985 Author: Ebrahim Byagowi <ebrahim@gnu.org>
28986 Date:   Thu Jun 18 02:33:05 2020 +0430
28987
28988     Add comparison against ttf-parser
28989
28990  .github/workflows/linux-ci.yml |   2 +-
28991  perf/meson.build               |  14 +++++-
28992  perf/perf-draw.hh              | 112 +++++++++++++++++++++++++++++------------
28993  perf/perf-extents.hh           |  81 ++++++++++++++++++++---------
28994  perf/perf.cc                   |   1 +
28995  subprojects/ttf-parser.wrap    |   5 ++
28996  6 files changed, 157 insertions(+), 58 deletions(-)
28997
28998 commit 87f4aada9964d4eff92de50fa2cd3708c81b5066
28999 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29000 Date:   Thu Jul 30 15:20:17 2020 +0430
29001
29002     [docs] Update TESTING.md with meson
29003
29004  TESTING.md | 67 ++++++++++++++++++--------------------------------------------
29005  1 file changed, 19 insertions(+), 48 deletions(-)
29006
29007 commit 15644ee60ecebb65fc4d8e6a5b999a3f1629c241
29008 Author: Garret Rieger <grieger@google.com>
29009 Date:   Wed Jul 29 16:37:39 2020 -0700
29010
29011     [ENOMEM] fix memory leak if allocation fails during pop_pack().
29012
29013  src/hb-serialize.hh                                        |   6 +++++-
29014  ...zz-testcase-minimized-hb-subset-fuzzer-5684542900535296 | Bin 0 -> 70 bytes
29015  2 files changed, 5 insertions(+), 1 deletion(-)
29016
29017 commit 42237adffcfd951616efc2f8fba2cd195eb002ea
29018 Author: Garret Rieger <grieger@google.com>
29019 Date:   Wed Jul 29 15:18:25 2020 -0700
29020
29021     [ENOMEM] make serializer modification operations no-ops if it's in an error state.
29022
29023  src/hb-serialize.hh                                       |  14 ++++++++++++++
29024  ...z-testcase-minimized-hb-subset-fuzzer-6231212713312256 | Bin 0 -> 76 bytes
29025  2 files changed, 14 insertions(+)
29026
29027 commit d1f13014906d2540ea3f3e6f2aa2781e1314a869
29028 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29029 Date:   Thu Jul 30 02:01:43 2020 +0430
29030
29031     [icu] Remove support for versions older than 49
29032     
29033     It just doesn't make sense anymore, https://github.com/harfbuzz/harfbuzz/commit/c9e5da8ded390b816613839214fe96137ca0a0a2#r41018112
29034
29035  src/hb-icu.cc | 2 --
29036  1 file changed, 2 deletions(-)
29037
29038 commit 0b74aaece71a3546c8ed4f60866c67b98e3659c0
29039 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29040 Date:   Thu Jul 30 01:47:30 2020 +0430
29041
29042     [icu] Remove useless HB_UNUSED tags
29043     
29044     As https://github.com/harfbuzz/harfbuzz/commit/c9e5da8ded390b816613839214fe96137ca0a0a2#r41018040
29045
29046  src/hb-icu.cc | 4 ++--
29047  1 file changed, 2 insertions(+), 2 deletions(-)
29048
29049 commit c9e5da8ded390b816613839214fe96137ca0a0a2
29050 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29051 Date:   Thu Jul 30 00:53:40 2020 +0430
29052
29053     [icu] Remove support of ICU versions before 42
29054     
29055     ICU 42 is released in 2012, see also https://github.com/harfbuzz/harfbuzz/commit/44a3136ae6a28222922da13582bd2dfd3eb823c7#commitcomment-41016353
29056
29057  src/hb-icu.cc | 145 ++++++++++------------------------------------------------
29058  1 file changed, 23 insertions(+), 122 deletions(-)
29059
29060 commit 4ba8e3c6fd34cf0ab5f97e607bac708a978fa9b3
29061 Author: Garret Rieger <grieger@google.com>
29062 Date:   Wed Jul 29 12:33:42 2020 -0700
29063
29064     [ENOMEM] Fix failure to check calloc return.
29065     Fixes https://oss-fuzz.com/testcase-detail/6246465148813312.
29066
29067  src/hb-ot-name-table.hh                                 |   2 ++
29068  ...testcase-minimized-hb-subset-fuzzer-6246465148813312 | Bin 0 -> 24246 bytes
29069  2 files changed, 2 insertions(+)
29070
29071 commit d307c24abf37b2702706cf9df0fab571a99e2a70
29072 Author: Garret Rieger <grieger@google.com>
29073 Date:   Wed Jul 29 12:23:37 2020 -0700
29074
29075     [ENOMEM] check resize() return.
29076     Fixes https://oss-fuzz.com/testcase-detail/5641892164009984.
29077
29078  src/hb-ot-cff1-table.hh                                |   3 ++-
29079  ...estcase-minimized-hb-subset-fuzzer-5641892164009984 | Bin 0 -> 124518 bytes
29080  2 files changed, 2 insertions(+), 1 deletion(-)
29081
29082 commit 8b63de110921f139ffb74cf159e2b042b0cd73d8
29083 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29084 Date:   Wed Jul 29 17:25:00 2020 +0430
29085
29086     [docs] Use untouched result of rsvg-convert for HarfBuzz.svg render
29087     
29088     See also https://github.com/harfbuzz/harfbuzz/commit/1ec77522d838dd751733d3927e3d9589bf298853?short_path=1bb7b85
29089
29090  docs/HarfBuzz.png | Bin 4740 -> 6254 bytes
29091  1 file changed, 0 insertions(+), 0 deletions(-)
29092
29093 commit 7bab6087bf1b7809ce05a9fb07a40d5708e4ff5d
29094 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29095 Date:   Wed Jul 29 08:49:01 2020 +0430
29096
29097     [ci] Install meson's master
29098     
29099     As https://github.com/mesonbuild/meson/issues/7437
29100
29101  .github/workflows/linux-ci.yml | 4 ++--
29102  1 file changed, 2 insertions(+), 2 deletions(-)
29103
29104 commit 58a5961ca1f1d7c8ed89acf07620242208d33edf
29105 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29106 Date:   Wed Jul 29 08:44:23 2020 +0430
29107
29108     minor spacing tweak
29109
29110  src/hb-subset-plan.cc | 4 ++--
29111  util/hb-fc-list.c     | 2 +-
29112  2 files changed, 3 insertions(+), 3 deletions(-)
29113
29114 commit 07c43b8cf6c89c79eb3e23550c6a843eaade166b
29115 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29116 Date:   Wed Jul 29 08:42:52 2020 +0430
29117
29118     minor spacing tweak
29119
29120  src/hb-subset-plan.cc  |  2 +-
29121  util/options-subset.cc | 16 ++++++++--------
29122  2 files changed, 9 insertions(+), 9 deletions(-)
29123
29124 commit 5a7cc7fd8b6f7381c40be993faffb81b9608e9bf
29125 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29126 Date:   Wed Jul 29 08:33:32 2020 +0430
29127
29128     minor spacing tweak
29129
29130  perf/perf-draw.hh              |   2 +-
29131  src/hb-ot-cmap-table.hh        | 154 ++++++++++++++++++++---------------------
29132  src/hb-ot-layout-common.hh     |   8 +--
29133  src/hb-ot-layout-gdef-table.hh |  18 ++---
29134  src/hb-ot-layout-gpos-table.hh |  82 +++++++++++-----------
29135  src/hb-ot-layout-gsub-table.hh |   4 +-
29136  src/hb-ot-layout-gsubgpos.hh   |  20 +++---
29137  src/hb-subset-plan.cc          |   7 +-
29138  src/hb-subset-plan.hh          |   5 +-
29139  util/options-subset.cc         |   2 +-
29140  10 files changed, 149 insertions(+), 153 deletions(-)
29141
29142 commit 48ad745996159337fb4733561e834a0ffbe3a1ae
29143 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29144 Date:   Wed Jul 29 08:09:08 2020 +0430
29145
29146     [ENOMEM] Fix buffer's content check logic
29147     
29148     So now rest of shape fuzzer also can be enabled.
29149     
29150     Fixes #2571
29151
29152  src/hb-buffer-serialize.cc      |  8 ++++----
29153  src/hb-buffer.cc                | 12 ++++++------
29154  test/fuzzing/hb-shape-fuzzer.cc | 14 ++++++--------
29155  3 files changed, 16 insertions(+), 18 deletions(-)
29156
29157 commit c33e8006fdaec3b4acf8927c75e04129e0410a59
29158 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29159 Date:   Tue Jul 14 19:29:58 2020 +0430
29160
29161     [fuzz] Implement failing allocator
29162
29163  src/failing-alloc.c              | 57 ++++++++++++++++++++++++++++++++++++++++
29164  src/meson.build                  |  8 ++++++
29165  test/fuzzing/hb-draw-fuzzer.cc   |  2 ++
29166  test/fuzzing/hb-fuzzer.hh        |  8 ++++++
29167  test/fuzzing/hb-set-fuzzer.cc    |  2 ++
29168  test/fuzzing/hb-shape-fuzzer.cc  |  6 +++++
29169  test/fuzzing/hb-subset-fuzzer.cc |  2 ++
29170  test/fuzzing/meson.build         |  4 ++-
29171  8 files changed, 88 insertions(+), 1 deletion(-)
29172
29173 commit 44a3136ae6a28222922da13582bd2dfd3eb823c7
29174 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29175 Date:   Wed Jul 29 07:03:44 2020 +0430
29176
29177     [glib] Default to glib's script type handling
29178     
29179     2.29.14 is almost released a decade ago, no need to support archaic glib versions.
29180
29181  src/hb-glib.cc | 148 +--------------------------------------------------------
29182  1 file changed, 1 insertion(+), 147 deletions(-)
29183
29184 commit dae32b4f12da5d90de32886b0fd16653e3853e25
29185 Author: Garret Rieger <grieger@google.com>
29186 Date:   Tue Jul 28 18:31:46 2020 -0700
29187
29188     [subset] bail out of subsetting if plan allocation fails.
29189
29190  src/hb-face.cc        | 3 +++
29191  src/hb-subset-plan.cc | 6 +++++-
29192  src/hb-subset-plan.hh | 6 ++++++
29193  src/hb-subset.cc      | 3 +++
29194  4 files changed, 17 insertions(+), 1 deletion(-)
29195
29196 commit d38d63319bcec35a5dccb5e6ab49eee123bd4c0e
29197 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29198 Date:   Mon Jul 27 09:19:29 2020 +0430
29199
29200     [tests] minor
29201
29202  test/subset/run-tests.py | 12 ++++++------
29203  1 file changed, 6 insertions(+), 6 deletions(-)
29204
29205 commit 322426f8c8ef818a60ec9090670ff077647fdfa2
29206 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29207 Date:   Mon Jul 27 09:03:35 2020 +0430
29208
29209     [tests] Use TTFont of fonttools to avoid temp files
29210
29211  test/subset/run-tests.py | 56 +++++++++++++++++-------------------------------
29212  1 file changed, 20 insertions(+), 36 deletions(-)
29213
29214 commit 08fef15818013e12ae49e44261f0bf8773124591
29215 Author: Hamidreza Bayat <hamidrezabayat76@gmail.com>
29216 Date:   Sun Jul 26 17:16:07 2020 +0430
29217
29218     Use fonttools's python package instead of cli
29219
29220  test/subset/run-tests.py | 16 ++++++++--------
29221  1 file changed, 8 insertions(+), 8 deletions(-)
29222
29223 commit bec3db49bd1002b4fbe5baf3ca462bce85fb7da5
29224 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29225 Date:   Sat Jul 25 13:45:34 2020 +0430
29226
29227     [ci] meson-gcc-mingw to crossbuild-win32
29228
29229  .circleci/config.yml | 16 +++-------------
29230  1 file changed, 3 insertions(+), 13 deletions(-)
29231
29232 commit 24a6f046e467b875c71b8897078af1311dda11be
29233 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29234 Date:   Sat Jul 25 13:18:54 2020 +0430
29235
29236     [releasing] unbreak the build
29237     
29238     Use lower number of parallel jobs as https://circleci.com/gh/harfbuzz/harfbuzz/149413 apparent compiler OOM issue
29239
29240  .ci/build-win32.sh | 2 +-
29241  1 file changed, 1 insertion(+), 1 deletion(-)
29242
29243 commit cddfe4ea275f869afedc9adfae65d6b1317552da
29244 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29245 Date:   Sat Jul 25 13:09:57 2020 +0430
29246
29247     [releasing] Use release buildtype
29248     
29249     guess will optimize speed and size of the output, non important things anyway for the test only win32 packs
29250
29251  .ci/build-win32.sh | 2 +-
29252  1 file changed, 1 insertion(+), 1 deletion(-)
29253
29254 commit a01c7a380b9a3351bc7056c816e1340b5374a6f8
29255 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29256 Date:   Sat Jul 25 12:27:31 2020 +0430
29257
29258     2.7.0
29259
29260  NEWS             | 21 +++++++++++++++++++++
29261  configure.ac     |  9 +++------
29262  meson.build      |  4 +---
29263  src/hb-version.h |  6 +++---
29264  4 files changed, 28 insertions(+), 12 deletions(-)
29265
29266 commit b32f2e8b490b3909c2ba6eb1b97506710efcbe5f
29267 Author: Evgeniy Reizner <razrfalcon@gmail.com>
29268 Date:   Thu Jul 23 11:48:19 2020 +0300
29269
29270     Remove unused code from the Khmer shaper.
29271
29272  src/hb-ot-shape-complex-khmer.cc | 4 ----
29273  1 file changed, 4 deletions(-)
29274
29275 commit f9ac6ddbef0eba3ab172b1e2439ce776870b969f
29276 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29277 Date:   Wed Jul 22 17:53:04 2020 +0430
29278
29279     [meson] Rename 'gtk_doc' option to 'docs'
29280
29281  docs/meson.build  | 2 +-
29282  meson.build       | 2 +-
29283  meson_options.txt | 2 +-
29284  3 files changed, 3 insertions(+), 3 deletions(-)
29285
29286 commit 11ae45f6ebbff8ef1d8706c384e3ee74889917a7
29287 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29288 Date:   Wed Jul 22 17:52:16 2020 +0430
29289
29290     [ci] Don't run cov-analyze
29291     
29292     https://stackoverflow.com/a/59353318
29293
29294  .github/workflows/coverity-scan.yml | 1 -
29295  1 file changed, 1 deletion(-)
29296
29297 commit 46ec6db9656537997b29581cabb6dba901565767
29298 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29299 Date:   Wed Jul 22 17:30:48 2020 +0430
29300
29301     minor
29302
29303  src/hb-aat-layout-kerx-table.hh | 4 +---
29304  src/hb-ot-map.hh                | 4 ++--
29305  src/hb-subset-cff1.cc           | 2 +-
29306  3 files changed, 4 insertions(+), 6 deletions(-)
29307
29308 commit 5c46683ab8b3f390a8aa043be97d89674e24162d
29309 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29310 Date:   Wed Jul 22 17:23:22 2020 +0430
29311
29312     [fuzz] increase shape fuzzer timeout
29313     
29314     as https://circleci.com/gh/harfbuzz/harfbuzz/149203
29315
29316  test/fuzzing/meson.build | 1 +
29317  1 file changed, 1 insertion(+)
29318
29319 commit 83c44f69d3724acbb16b25c1c1dee564ca1c3604
29320 Author: insilications <boboniboni@gmail.com>
29321 Date:   Mon Jul 20 17:35:10 2020 -0300
29322
29323     [tests] fix PGO build testing
29324     
29325     Adds 'mangle_path' to IGNORED_SYMBOLS
29326
29327  src/check-symbols.py | 2 +-
29328  1 file changed, 1 insertion(+), 1 deletion(-)
29329
29330 commit 024fc665da00be5b8615af88cd00ed1a0f7485e9
29331 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29332 Date:   Mon Jul 20 23:57:27 2020 +0430
29333
29334     [ci] disable clang nightly installation
29335     
29336     they don't like to work apparently for some reason https://circleci.com/gh/harfbuzz/harfbuzz/149164
29337     
29338     better to use oss-fuzz docker images, gcr.io/oss-fuzz-base/base-clang, but the fact it uses 16.04 is showstopper for us.
29339
29340  .circleci/config.yml | 8 ++++----
29341  1 file changed, 4 insertions(+), 4 deletions(-)
29342
29343 commit d058e56cf1015f6b922642d2cd7ccef27efd9958
29344 Author: Christoph Reiter <reiter.christoph@gmail.com>
29345 Date:   Mon Jul 20 20:50:09 2020 +0200
29346
29347     [ci] Update to msys2/setup-msys2@v2
29348     
29349     This update introduces better error handling and package caching by default.
29350
29351  .github/workflows/msys2-ci.yml | 2 +-
29352  1 file changed, 1 insertion(+), 1 deletion(-)
29353
29354 commit ae8a71dfb8ad3b6f7cb48ff79dbc8a103f6d6fca
29355 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29356 Date:   Mon Jul 20 20:16:15 2020 +0430
29357
29358     [ci] minor, use --auto-features=enabled
29359
29360  .github/workflows/linux-ci.yml | 2 +-
29361  1 file changed, 1 insertion(+), 1 deletion(-)
29362
29363 commit 9bb15ee2edf563797ab5cdded6bb3ea186cd2fd6
29364 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29365 Date:   Sun Jul 19 22:24:13 2020 +0430
29366
29367     [ci] remove irc notification
29368     
29369     is just a noise there, yet, done to see if is anyone really wants it let's see how I can bring it back in some other bot
29370
29371  .travis.yml | 1 -
29372  1 file changed, 1 deletion(-)
29373
29374 commit f65a8a33b60d04548ee755d1e052fc01ff6f1248
29375 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29376 Date:   Sun Jul 19 18:13:48 2020 +0430
29377
29378     [ci] run cov-analyze
29379     
29380     apparently we have to run that also ourselves, let's see
29381
29382  .github/workflows/coverity-scan.yml | 1 +
29383  1 file changed, 1 insertion(+)
29384
29385 commit ab1079b04621311b9e5b776adf77ab6038fefa66
29386 Merge: 05ed1ee0c 93aea76a2
29387 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29388 Date:   Sat Jul 18 23:05:50 2020 +0430
29389
29390     Merge pull request #2577 from lazka/gha-msvc
29391     
29392     Use GitHub Actions for msvc bots
29393
29394 commit 05ed1ee0c41088481baf8aafddd8d6976db0bdac
29395 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29396 Date:   Sat Jul 18 23:05:26 2020 +0430
29397
29398     [ci] Remove appveyor ci badge
29399     
29400     As https://github.com/harfbuzz/harfbuzz/pull/2577
29401
29402  README.md | 1 -
29403  1 file changed, 1 deletion(-)
29404
29405 commit 93aea76a25640d923168272f001db43e776c8bdb
29406 Author: Christoph Reiter <reiter.christoph@gmail.com>
29407 Date:   Sat Jul 18 19:32:19 2020 +0200
29408
29409     Fix the GHA msvc build
29410     
29411     Use the 'ilammy/msvc-dev-cmd' action for setting up the msvc env,
29412     so we can use powershell everywhere.
29413     
29414     Remove a directory from PATH which was interfering with the meson build
29415     by providing an unrelated pkg-config.exe.
29416
29417  .github/workflows/msvc-ci.yml | 26 +++++++++++++++++++-------
29418  1 file changed, 19 insertions(+), 7 deletions(-)
29419
29420 commit d0e2addd43dad705d9f54134b97ae81757f5e25e
29421 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29422 Date:   Sat Jul 18 22:14:52 2020 +0430
29423
29424     minor
29425
29426  src/hb-aat-layout-bsln-table.hh |  2 +-
29427  src/hb-aat-layout-kerx-table.hh |  8 +++-----
29428  src/hb-aat-layout-morx-table.hh |  2 +-
29429  src/hb-buffer.cc                |  4 ++--
29430  src/hb-buffer.hh                |  2 +-
29431  src/hb-cff2-interp-cs.hh        |  2 +-
29432  src/hb-font.hh                  |  2 +-
29433  src/hb-ot-cmap-table.hh         | 30 +++++++++++++--------------
29434  src/hb-ot-layout-common.hh      | 14 ++++++-------
29435  src/hb-ot-layout-gdef-table.hh  |  8 ++++----
29436  src/hb-ot-layout-gpos-table.hh  | 45 ++++++++++++++++++++++++-----------------
29437  src/hb-ot-layout-gsub-table.hh  |  4 ++--
29438  src/hb-ot-layout-gsubgpos.hh    |  8 ++++----
29439  src/hb-ot-math-table.hh         | 16 +++++++--------
29440  src/hb-ot-shape.cc              |  4 ++--
29441  src/hb-ot-var-gvar-table.hh     |  2 +-
29442  src/hb-subset-cff2.cc           | 14 ++++++-------
29443  17 files changed, 87 insertions(+), 80 deletions(-)
29444
29445 commit 3a46ae51273ce086aaec8ccf14420bbf5a36dffb
29446 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29447 Date:   Wed Jul 15 12:46:34 2020 +0430
29448
29449     Use GitHub Actions for msvc bots
29450
29451  .github/workflows/msvc-ci.yml | 38 ++++++++++++++++++++++++++++++++++++++
29452  appveyor.yml                  | 37 -------------------------------------
29453  2 files changed, 38 insertions(+), 37 deletions(-)
29454
29455 commit 7e3edfa4541189cc3f9f477192629ad1a197b727
29456 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29457 Date:   Sat Jul 18 19:03:36 2020 +0430
29458
29459     minor
29460
29461  src/hb-open-type.hh | 4 ++--
29462  1 file changed, 2 insertions(+), 2 deletions(-)
29463
29464 commit 8e5bc535d10fb166f721520db6977cc4e949f1c5
29465 Author: Qunxin Liu <qxliu@google.com>
29466 Date:   Wed Jul 15 18:54:52 2020 -0700
29467
29468     [subset] call collect_mapping only when --gids option is used.
29469     
29470     collect_mapping is time consuming as it iterates all codepoints in all
29471     cmap subtables, only trigger it when necessary
29472
29473  src/hb-ot-cmap-table.hh | 11 +++++++----
29474  src/hb-ot-os2-table.hh  | 39 ++++++++++++++++++++++-----------------
29475  2 files changed, 29 insertions(+), 21 deletions(-)
29476
29477 commit 1ebe5bad1a0b54b73ef0ab7cd1f67030120b3482
29478 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29479 Date:   Thu Jul 16 01:45:38 2020 +0430
29480
29481     [ci] minor fix
29482
29483  appveyor.yml | 2 +-
29484  1 file changed, 1 insertion(+), 1 deletion(-)
29485
29486 commit e9b71c296b45f1dc254f015caaa82b5b5f0792a4
29487 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29488 Date:   Thu Jul 16 01:40:48 2020 +0430
29489
29490     [ci] cleanup
29491
29492  appveyor.yml | 13 +++----------
29493  1 file changed, 3 insertions(+), 10 deletions(-)
29494
29495 commit 8cbdb6fa41b7364f59bb03295a307dd903908eef
29496 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29497 Date:   Wed Jul 15 13:32:57 2020 +0430
29498
29499     [meson] Don't enable benchmark under the conditions ever
29500     
29501     As we don't want to make headache for packagers as we don't want to
29502     enable it when --auto-features=enabled is used.
29503
29504  .github/workflows/msys2-ci.yml | 3 +--
29505  meson.build                    | 8 ++++----
29506  2 files changed, 5 insertions(+), 6 deletions(-)
29507
29508 commit dc981fe951f10e88723452d3eeab8be2ed7d1c55
29509 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29510 Date:   Wed Jul 15 13:15:27 2020 +0430
29511
29512     [meson] Merge gdi and uniscribe
29513     
29514     They are the same thing obviously
29515
29516  meson.build | 3 +--
29517  1 file changed, 1 insertion(+), 2 deletions(-)
29518
29519 commit 8e7a9b6eebfa2fbdfe90b80189d4428a1fb3b14e
29520 Author: Christoph Reiter <reiter.christoph@gmail.com>
29521 Date:   Wed Jul 15 09:01:53 2020 +0200
29522
29523     msys2-ci: clean up
29524
29525  .github/workflows/msys2-ci.yml | 20 +++++++-------------
29526  1 file changed, 7 insertions(+), 13 deletions(-)
29527
29528 commit 9a4d590eeeda7f24e80c272aa4906f5446c07c1d
29529 Author: Christoph Reiter <reiter.christoph@gmail.com>
29530 Date:   Wed Jul 15 07:38:20 2020 +0200
29531
29532     CI: Port MSYS2 jobs from appveyor to github actions
29533
29534  .github/workflows/msys2-ci.yml | 66 ++++++++++++++++++++++++++++++++++++++++++
29535  appveyor.yml                   | 18 ------------
29536  2 files changed, 66 insertions(+), 18 deletions(-)
29537
29538 commit 945bcd7230277e648734b7d8a82e868d1f13257f
29539 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29540 Date:   Wed Jul 15 09:54:32 2020 +0430
29541
29542     minor
29543
29544  test/fuzzing/hb-subset-fuzzer.cc | 2 +-
29545  1 file changed, 1 insertion(+), 1 deletion(-)
29546
29547 commit fa0436ddd16e463dfd4600822b90f8943ff7baf5
29548 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29549 Date:   Wed Jul 15 09:52:40 2020 +0430
29550
29551     [ENOMEM][fuzzer/subset] early return if the result is null
29552     
29553     I don't see _or_fail APIs idiomatic for the project but since it is there, let's have this
29554
29555  test/fuzzing/hb-subset-fuzzer.cc | 1 +
29556  1 file changed, 1 insertion(+)
29557
29558 commit 7c433ffde2d566d849cd54a881abddad4d7e2f51
29559 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29560 Date:   Wed Jul 15 09:38:12 2020 +0430
29561
29562     Add HB_CUSTOM_MALLOC definition
29563     
29564     So one can use just HB_CUSTOM_MALLOC instead need for define each of hb_*alloc_impl
29565
29566  src/hb.hh | 13 +++++++++----
29567  1 file changed, 9 insertions(+), 4 deletions(-)
29568
29569 commit 60959b08e532c0c61d0c5c89507a983595079df1
29570 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29571 Date:   Tue Jul 14 20:28:06 2020 +0430
29572
29573     [meson] execute find_program('gen-ragel-artifacts.py') only once
29574     
29575     should rename the script also
29576
29577  src/meson.build | 4 ++--
29578  1 file changed, 2 insertions(+), 2 deletions(-)
29579
29580 commit 5c8e1bd2370e6b78de8d2b6ef6968c0429b37633
29581 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29582 Date:   Tue Jul 14 17:47:10 2020 +0430
29583
29584     [meson] Don't allow introspection on static library
29585
29586  src/meson.build | 12 +++++++++++-
29587  1 file changed, 11 insertions(+), 1 deletion(-)
29588
29589 commit 9566904cb3eee5c33c166641debf1567d9ca301b
29590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29591 Date:   Tue Jul 14 15:17:17 2020 +0430
29592
29593     [morx] minor, mark with unlikely
29594     
29595     at least just to show this is the unusual path
29596
29597  src/hb-aat-layout-morx-table.hh | 4 ++--
29598  1 file changed, 2 insertions(+), 2 deletions(-)
29599
29600 commit 11d583a9eaf5089418d0091a01e8e10be37485e1
29601 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29602 Date:   Tue Jul 14 06:23:06 2020 +0430
29603
29604     [aat] Consume glyph insertion from buffer's max_ops (#2223)
29605     
29606     Glyph insertion is an expensive operation and we like to have it limited
29607     based on buffer's input size which is handled by buffer's max_ops.
29608     
29609     clusterfuzz-testcase-minimized-harfbuzz_fuzzer-5754958982021120:
29610     
29611     Before the change: 0.67s user 0.00s system 99% cpu 0.674 total
29612      After the change: 0.02s user 0.00s system 98% cpu 0.024 total
29613     
29614     Which takes much longer on valgrind and tsan bots.
29615
29616  src/hb-aat-layout-morx-table.hh                           |   2 ++
29617  ...zz-testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 0 -> 319 bytes
29618  2 files changed, 2 insertions(+)
29619
29620 commit 6937092a66aefa7602a38827a52b4241d3f96168
29621 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29622 Date:   Mon Jul 13 21:32:15 2020 +0430
29623
29624     [py] apply lgtm.com python suggestions
29625
29626  src/gen-indic-table.py | 5 ++---
29627  src/gen-use-table.py   | 5 ++---
29628  2 files changed, 4 insertions(+), 6 deletions(-)
29629
29630 commit 2a182128b9c1ffd825f5c0b1f94cbff8b28a8934
29631 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29632 Date:   Mon Jul 13 20:41:13 2020 +0430
29633
29634     [py] minor, comment buffer_add_utf8 call
29635     
29636     mainly to apply lgtm suggestion, looks better also however,
29637     some minor spacing is also applied.
29638
29639  src/sample.py | 29 ++++++++++++++---------------
29640  1 file changed, 14 insertions(+), 15 deletions(-)
29641
29642 commit 2c1d699409cd43af4b86649143f533418b03cf29
29643 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29644 Date:   Mon Jul 13 20:26:57 2020 +0430
29645
29646     [ci] use clang for cov-build
29647     
29648     to be honest this is done as a let's see what
29649     happens move but the background is coverity
29650     reveals more things for Firefox project and there
29651     should be an interesting reason for it.
29652
29653  .github/workflows/coverity-scan.yml | 4 ++--
29654  1 file changed, 2 insertions(+), 2 deletions(-)
29655
29656 commit cdf18e8338325f4d6fdc307f3b2216b4c4a24e14
29657 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29658 Date:   Mon Jul 13 20:07:51 2020 +0430
29659
29660     [py] minor, remove unnecessary pass
29661     
29662     discovered by lgtm
29663
29664  src/gen-arabic-table.py | 1 -
29665  1 file changed, 1 deletion(-)
29666
29667 commit 45d9e8d76c128fff73e6cf9291df60cfd8d1b25b
29668 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29669 Date:   Mon Jul 13 19:25:53 2020 +0430
29670
29671     [py] minor, remove unused import
29672
29673  src/gen-ragel-artifacts.py | 2 +-
29674  1 file changed, 1 insertion(+), 1 deletion(-)
29675
29676 commit 9ab7525a0623048ac924467745683231488bc399
29677 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29678 Date:   Mon Jul 13 01:15:36 2020 +0430
29679
29680     [ci] use a fixed version of meson in gh actions bot
29681     
29682     a patch is uploaded to fix the issue with b_coverage in meson upstream thus let's revive our bot at least for now
29683
29684  .github/workflows/linux-ci.yml | 2 +-
29685  1 file changed, 1 insertion(+), 1 deletion(-)
29686
29687 commit 3236db625b77337a048b9f3ab04fc28f4f6dcb0c
29688 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29689 Date:   Mon Jul 13 01:06:24 2020 +0430
29690
29691     [ci] install a fixed version of meson in msys2 bots
29692     
29693     for some reason apparently msys2 installation here has 0.51 version, which, is weird, lets use a fixed version anyway
29694
29695  appveyor.yml | 3 ++-
29696  1 file changed, 2 insertions(+), 1 deletion(-)
29697
29698 commit 51a8eb1c028ba430986bbe4b1e6afaf0063a6f76
29699 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29700 Date:   Sun Jul 12 23:40:50 2020 +0430
29701
29702     [ci] use meson package from msys2
29703     
29704     as https://github.com/harfbuzz/harfbuzz/issues/2561#issuecomment-657261692
29705
29706  appveyor.yml | 17 +++++++----------
29707  1 file changed, 7 insertions(+), 10 deletions(-)
29708
29709 commit 3163e9fedb1029439f381c1192f0e057870437ea
29710 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29711 Date:   Sun Jul 12 23:11:45 2020 +0430
29712
29713     [ci] Remove HB_TEST_SUBSET_FUZZER_TIMEOUT
29714     
29715     meson is passing it itself
29716     
29717     Fortunately oss-fuzz has its own timeout value, I just like to be conservative here
29718     and not involve outsiders with flakiness of tests specially as meson which runs
29719     them concurrently so consuming more time is expected on meson.
29720
29721  .circleci/config.yml | 10 +++++-----
29722  1 file changed, 5 insertions(+), 5 deletions(-)
29723
29724 commit cd6f62d9608c7fabd75028c2146a7e034bcc6a85
29725 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29726 Date:   Sun Jul 12 23:05:11 2020 +0430
29727
29728     [meson] Raise timeout value of subset fuzzer testcases
29729     
29730     happens when tsan is enabled
29731
29732  test/fuzzing/meson.build | 2 +-
29733  1 file changed, 1 insertion(+), 1 deletion(-)
29734
29735 commit 1dfa33854f065d5bee104e880f138b994448f44f
29736 Author: Behdad Esfahbod <behdad@behdad.org>
29737 Date:   Sun Jul 12 09:24:03 2020 -0700
29738
29739     [arabic] Remove stale comment
29740
29741  src/hb-ot-shape-complex-arabic.cc | 2 --
29742  1 file changed, 2 deletions(-)
29743
29744 commit f8d345ee06596f90f0588d97e012dd3f62245897
29745 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29746 Date:   Thu Jul 9 10:57:51 2020 +0430
29747
29748     [ci] Remove ambiguous-reversed-operator warning from whitelist
29749     
29750     Should be fixed by 6a45df0
29751
29752  .circleci/config.yml | 2 +-
29753  1 file changed, 1 insertion(+), 1 deletion(-)
29754
29755 commit 6a45df0a543a74d6d19e249f043c9b223aae1935
29756 Author: Behdad Esfahbod <behdad@behdad.org>
29757 Date:   Wed Jul 8 18:17:40 2020 -0500
29758
29759     Fix -Wambiguous-reversed-operator warning
29760     
29761     Fixes https://github.com/harfbuzz/harfbuzz/issues/2554
29762
29763  src/hb-map.hh    | 2 +-
29764  src/hb-object.hh | 4 ++--
29765  2 files changed, 3 insertions(+), 3 deletions(-)
29766
29767 commit 5ea11cb817efbad0daae1a6ca5b60edf55c19d79
29768 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29769 Date:   Wed Jul 8 19:29:47 2020 +0430
29770
29771     [ci] don't use harfbuzz.cc with -Weverything
29772     
29773     Causes
29774     
29775     In file included from src/harfbuzz.cc:13:
29776     src/hb-ot-cff1-table.cc:36:17: error: using namespace directive in global context in header [-Werror,-Wheader-hygiene]
29777     using namespace CFF;
29778                     ^
29779     In file included from src/harfbuzz.cc:14:
29780     src/hb-ot-cff2-table.cc:35:17: error: using namespace directive in global context in header [-Werror,-Wheader-hygiene]
29781     using namespace CFF;
29782                     ^
29783     2 errors generated.
29784
29785  .circleci/config.yml | 2 +-
29786  1 file changed, 1 insertion(+), 1 deletion(-)
29787
29788 commit e4f9969108f7a01d7c37c856e6833b400d0278de
29789 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29790 Date:   Wed Jul 8 15:10:25 2020 +0430
29791
29792     [ci] migrate to meson
29793     
29794     two bots, one bot here (distcheck) and one in travis still run autotools and
29795     won't be removed till we decide about autotools
29796
29797  .circleci/config.yml                    | 210 ++++++++------------------------
29798  test/fuzzing/run-draw-fuzzer-tests.py   |   6 +-
29799  test/fuzzing/run-shape-fuzzer-tests.py  |   6 +-
29800  test/fuzzing/run-subset-fuzzer-tests.py |   6 +-
29801  4 files changed, 55 insertions(+), 173 deletions(-)
29802
29803 commit f62f4e388b1a904ea4b2863ec62bb7b4db153fe2
29804 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29805 Date:   Wed Jul 8 00:26:40 2020 +0430
29806
29807     [meson] minor on gdi, dwrite and icu
29808
29809  meson.build | 49 ++++++++++++++++++++++---------------------------
29810  1 file changed, 22 insertions(+), 27 deletions(-)
29811
29812 commit 69a1e07acb721cc2345e731f4b85a786a1d95323
29813 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29814 Date:   Wed Jul 8 03:12:09 2020 +0430
29815
29816     [meson] don't enable benchmark if is in nodownload wrap mode
29817     
29818     Fixes #2551
29819
29820  meson.build | 3 ++-
29821  1 file changed, 2 insertions(+), 1 deletion(-)
29822
29823 commit e04050e3b856d275779a2d010fc59ff230a8c4d8
29824 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29825 Date:   Wed Jul 8 01:06:30 2020 +0430
29826
29827     [meson] split fuzzer_ldflags before use
29828
29829  test/fuzzing/meson.build | 2 +-
29830  1 file changed, 1 insertion(+), 1 deletion(-)
29831
29832 commit 747f65f9ef28c552b53d4afa95cd7706acf78e44
29833 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29834 Date:   Tue Jul 7 11:37:16 2020 +0430
29835
29836     [meson] Remove HAVE_OT and HAVE_FALLBACK
29837     
29838     No need as 1e8fdd2 and 23768a9
29839
29840  meson.build | 2 --
29841  1 file changed, 2 deletions(-)
29842
29843 commit c5def347300b37368d3b342fc0f6e7a5fbd76ff4
29844 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29845 Date:   Mon Jul 6 23:29:56 2020 +0430
29846
29847     [meson] don't underscorify fuzzers names
29848
29849  test/fuzzing/meson.build | 2 +-
29850  1 file changed, 1 insertion(+), 1 deletion(-)
29851
29852 commit d608f2ac85c5f7b5b98ffd8e9be76567af3aefb0
29853 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29854 Date:   Mon Jul 6 22:40:51 2020 +0430
29855
29856     [meson] Add fuzzer_ldflags
29857     
29858     As ots, https://github.com/khaledhosny/ots/commit/4d37b9b
29859
29860  meson_options.txt        |  2 ++
29861  test/fuzzing/meson.build | 12 +++++++++++-
29862  2 files changed, 13 insertions(+), 1 deletion(-)
29863
29864 commit e1c35ca581886a0fe761ea95fdda2cfc3f720403
29865 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29866 Date:   Mon Jul 6 22:29:11 2020 +0430
29867
29868     [meson] rename the section
29869     
29870     As Behdad's comment
29871
29872  meson.build | 2 +-
29873  1 file changed, 1 insertion(+), 1 deletion(-)
29874
29875 commit ddb103ea1a729893a8a0dde24881f13534727207
29876 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29877 Date:   Mon Jul 6 22:27:39 2020 +0430
29878
29879     [meson] minor
29880
29881  meson.build | 20 +++++++++++---------
29882  1 file changed, 11 insertions(+), 9 deletions(-)
29883
29884 commit 13d78b50f2b8a3941e495bc47f0a019a1f6b5fa5
29885 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29886 Date:   Mon Jul 6 22:22:42 2020 +0430
29887
29888     [doc] minor
29889
29890  BUILD.md | 2 +-
29891  1 file changed, 1 insertion(+), 1 deletion(-)
29892
29893 commit e5dd7d3ef94d68c3f28763962aa3855baf3488b8
29894 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29895 Date:   Mon Jul 6 21:40:19 2020 +0430
29896
29897     [doc] more on build
29898
29899  BUILD.md | 24 ++++++++++++++++++++----
29900  1 file changed, 20 insertions(+), 4 deletions(-)
29901
29902 commit 471ae786ce1544e03181ff06d33f5e5a8a71aff4
29903 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29904 Date:   Mon Jul 6 18:29:23 2020 +0430
29905
29906     [ci] Install a newer meson version
29907
29908  .circleci/config.yml | 12 ++++++++----
29909  1 file changed, 8 insertions(+), 4 deletions(-)
29910
29911 commit 694a0c6bbc7c7f8dae9617bb3e1718bba940ce6a
29912 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29913 Date:   Mon Jul 6 18:28:31 2020 +0430
29914
29915     [meson] Always add icu deps
29916
29917  .circleci/config.yml |  4 ++--
29918  test/api/meson.build | 15 +++++++--------
29919  2 files changed, 9 insertions(+), 10 deletions(-)
29920
29921 commit 28554cb831f60876c0c844b5016118ce11145fcd
29922 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29923 Date:   Mon Jul 6 17:04:54 2020 +0430
29924
29925     [doc] add a note for packagers
29926
29927  BUILD.md | 8 +++++++-
29928  1 file changed, 7 insertions(+), 1 deletion(-)
29929
29930 commit 0fc52d3b2d918e0123d2083a005799b30cb9733b
29931 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29932 Date:   Mon Jul 6 16:47:50 2020 +0430
29933
29934     [doc] Simplify and extend build instructions
29935
29936  BUILD.md | 44 ++++++++------------------------------------
29937  1 file changed, 8 insertions(+), 36 deletions(-)
29938
29939 commit 3a8d137c2c0c06dd672894ed1b2dcd97f6bab27e
29940 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29941 Date:   Mon Jul 6 16:31:32 2020 +0430
29942
29943     [ci] migrate macOS bots to meson
29944
29945  .circleci/config.yml | 33 ++++++++++++++++-----------------
29946  1 file changed, 16 insertions(+), 17 deletions(-)
29947
29948 commit a2b52cbb77e37b5287608b457f483e1b7712e1b2
29949 Author: Khaled Hosny <khaledhosny@eglug.org>
29950 Date:   Mon Jul 6 17:01:23 2020 +0200
29951
29952     [ci] Use --wrap-mode=default for MSVC builds
29953
29954  appveyor.yml | 2 +-
29955  1 file changed, 1 insertion(+), 1 deletion(-)
29956
29957 commit dc684103d4aededf91e92ead21a8c42ac2acef87
29958 Author: Khaled Hosny <khaledhosny@eglug.org>
29959 Date:   Mon Jul 6 14:48:37 2020 +0200
29960
29961     [meson] Set the default wrap mode to nofallback
29962     
29963     This, I believe, will prevent any automatic use of subprojects be
29964     default and will only look for dependencies on the system.
29965     https://mesonbuild.com/Subprojects.html#commandline-options
29966
29967  meson.build | 2 +-
29968  1 file changed, 1 insertion(+), 1 deletion(-)
29969
29970 commit 52199349aa898ae64ec83896d2a0edf6284a0715
29971 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29972 Date:   Mon Jul 6 16:30:59 2020 +0430
29973
29974     [meson] mark meson as tested
29975     
29976     tested in a CI bot that in a `-Dcoretext=enabled` build, `build/util/hb-shape --shaper=ot` works fine.
29977
29978  meson.build | 2 +-
29979  1 file changed, 1 insertion(+), 1 deletion(-)
29980
29981 commit ba810ce83d392daeaa0c69af5549d020436a5ac7
29982 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29983 Date:   Sun Apr 5 22:51:58 2020 +0430
29984
29985     [tests] Replace space with colon in batch mode
29986
29987  test/shaping/run-tests.py | 17 ++++++-----------
29988  util/hb-shape.cc          |  7 +++++--
29989  2 files changed, 11 insertions(+), 13 deletions(-)
29990
29991 commit 2013babcbffbd94e9fc0649d2862527a635d4e12
29992 Author: Ebrahim Byagowi <ebrahim@gnu.org>
29993 Date:   Mon Jul 6 11:57:45 2020 +0430
29994
29995     [tests] Use HAVE_FREETYPE itself instead NO_FT_FUNCS
29996
29997  test/shaping/data/aots/Makefile.am                 | 5 +++++
29998  test/shaping/data/in-house/Makefile.am             | 5 +++++
29999  test/shaping/data/text-rendering-tests/Makefile.am | 5 +++++
30000  test/shaping/meson.build                           | 2 +-
30001  test/shaping/run-tests.py                          | 6 +++---
30002  5 files changed, 19 insertions(+), 4 deletions(-)
30003
30004 commit d5238c18337e88e6ad3bb071296531d7a3354fb2
30005 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30006 Date:   Mon Jul 6 01:53:27 2020 +0430
30007
30008     [RELEASE] Rely to GitHub's tarball generation
30009
30010  RELEASING.md | 36 +++++++++++++-----------------------
30011  1 file changed, 13 insertions(+), 23 deletions(-)
30012
30013 commit a08ba46d86b1f6ba1a303fbb55ceebccd91f2fe2
30014 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30015 Date:   Mon Jul 6 00:31:42 2020 +0430
30016
30017     [meson] move meson version so can be referenced easier
30018
30019  RELEASING.md | 2 +-
30020  meson.build  | 3 ++-
30021  2 files changed, 3 insertions(+), 2 deletions(-)
30022
30023 commit 6d3d0ebba3103ec63737383385ed51d65f4e0eae
30024 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30025 Date:   Mon Jul 6 00:26:07 2020 +0430
30026
30027     Remove .tarball-revision generation from meson dist
30028     
30029     Toward making release tarball identical to git checkout now that we are moving to meson.
30030
30031  Makefile.am               |  1 -
30032  meson.build               |  4 ----
30033  write-tarball-revision.py | 13 -------------
30034  3 files changed, 18 deletions(-)
30035
30036 commit 1e6027e29cd5d900337b23a20886b2a8d81bb2de
30037 Author: jfkthame <jfkthame@gmail.com>
30038 Date:   Sun Jul 5 22:44:10 2020 +0100
30039
30040     [aat] Correct array indexing when looking up actions in KerxSubTableFormat4 (#2539)
30041     
30042     * [aat] Correct array indexing when looking up actions in KerxSubTableFormat4.
30043     
30044     - For action_type 0 and 1, there are 2 values per action record; for action_type 2, there are 4. So we need to account for these factors when indexing into the ankrData array.
30045     
30046     Fixes https://github.com/harfbuzz/harfbuzz/issues/2531.
30047
30048  src/hb-aat-layout-kerx-table.hh              | 20 +++++++++++++-------
30049  test/shaping/data/in-house/tests/macos.tests |  1 +
30050  2 files changed, 14 insertions(+), 7 deletions(-)
30051
30052 commit aa732e454a69ce48bf9a878a43b1bb3c364dca4d
30053 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30054 Date:   Mon Jul 6 00:10:16 2020 +0430
30055
30056     [tests] minor, ligcarets is fetched from gdef not gsub
30057
30058  test/api/test-ot-ligature-carets.c | 4 ++--
30059  1 file changed, 2 insertions(+), 2 deletions(-)
30060
30061 commit 122a2897e4782c5e0a39ec7bb0eedb2e7d568913
30062 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30063 Date:   Sun Jul 5 22:45:11 2020 +0430
30064
30065     [aat] Remove lcar support
30066     
30067     Very low use, only two distinct font files, Apple Chancery.ttf and Hoefler Text.ttc
30068     have it so it really doesn't worth the size addition and so, but one may argue that
30069     whole ligature caret is low use but guess we better to encourage GDEF one anyway.
30070
30071  src/Makefile.sources               |   1 -
30072  src/hb-aat-layout-lcar-table.hh    | 174 -------------------------------------
30073  src/hb-ot-face-table-list.hh       |   1 -
30074  src/hb-ot-layout.cc                |  18 +---
30075  src/meson.build                    |   1 -
30076  test/api/fonts/lcar.ttf            | Bin 808 -> 0 bytes
30077  test/api/test-ot-ligature-carets.c |  75 ----------------
30078  7 files changed, 1 insertion(+), 269 deletions(-)
30079
30080 commit a3b9b94b63ba5b99803f9ed62ad5f951d19b61d2
30081 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30082 Date:   Mon Jul 6 00:05:21 2020 +0430
30083
30084     [style] Remove fdsc support (#2541)
30085     
30086     It isn't exposed yet and low use between Apple fonts,
30087     32 fdsc table vs 767 OS/2 tables, even Apple doesn't
30088     support it anymore per Ned.
30089
30090  src/Makefile.sources         |   1 -
30091  src/hb-aat-fdsc-table.hh     | 126 -------------------------------------------
30092  src/hb-aat-layout.cc         |   1 -
30093  src/hb-ot-face-table-list.hh |   1 -
30094  src/hb-style.cc              |  14 -----
30095  src/meson.build              |   1 -
30096  test/api/fonts/aat-fdsc.ttf  | Bin 556 -> 0 bytes
30097  test/api/test-style.c        |  20 -------
30098  8 files changed, 164 deletions(-)
30099
30100 commit 6a50aa4e54d3c1f678c589c7bbe0d53958bd5d60
30101 Author: Dirk Lemstra <dirk@lemstra.org>
30102 Date:   Sun Jul 5 18:46:29 2020 +0200
30103
30104     Corrected the link to the releases.
30105
30106  docs/usermanual-install-harfbuzz.xml | 2 +-
30107  1 file changed, 1 insertion(+), 1 deletion(-)
30108
30109 commit a6fb8ce98a6ee7b62fe42e233c946a427587bbd7
30110 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30111 Date:   Sat Jul 4 23:43:21 2020 +0430
30112
30113     Minor, fix -Wrange-loop-analysis warnings
30114     
30115     Fixing these complains raised by newer versions of clang,
30116     
30117     ./hb-ot-layout-common.hh:1720:53: error: loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at ./hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
30118         for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
30119     
30120     And
30121     
30122     ./hb-ot-color-colr-table.hh:177:44: error: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at ./hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at ./hb-algs.hh:331:1) &, (anonymous struct at ./hb-algs.hh:51:1) &, nullptr>, (anonymous struct at ./hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
30123         for (const hb_item_type<BaseIterator>& _ : + base_it.iter ())
30124
30125  src/hb-ot-color-colr-table.hh | 2 +-
30126  src/hb-ot-layout-common.hh    | 2 +-
30127  2 files changed, 2 insertions(+), 2 deletions(-)
30128
30129 commit a470b0b20545229a51209e470692f1ad607bd17e
30130 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30131 Date:   Sat Jul 4 23:56:10 2020 +0430
30132
30133     Minor, disable strict-aliasing warning in set fuzzer
30134     
30135     ../test/fuzzing/hb-set-fuzzer.cc: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’:
30136     ../test/fuzzing/hb-set-fuzzer.cc:38:82: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
30137        38 |   const instructions_t &instructions = reinterpret_cast<const instructions_t &> (data);
30138           |
30139     
30140     And it is already disabled at project level so let's disable it here also.
30141
30142  test/fuzzing/hb-set-fuzzer.cc | 3 +++
30143  1 file changed, 3 insertions(+)
30144
30145 commit 44444822979615b284f679564c48b59ea6927ad8
30146 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
30147 Date:   Thu Jul 2 17:46:56 2020 +0000
30148
30149     meson: Pin harfbuzz in .pc files to the built version
30150     
30151     This ensures that we link -subset, -icu and -gobject with a matching
30152     version of the main library.
30153
30154  src/meson.build | 6 +++---
30155  1 file changed, 3 insertions(+), 3 deletions(-)
30156
30157 commit 3adcf398a02f3b647d149b65e4dfd4506b4cc73e
30158 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
30159 Date:   Thu Jul 2 16:41:22 2020 +0000
30160
30161     meson: Make Requires in .pc files match autotools
30162     
30163     Libreoffice tries to use only harfbuzz-icu.pc and assumes this includes
30164     -lharfbuzz.
30165
30166  src/meson.build | 3 +++
30167  1 file changed, 3 insertions(+)
30168
30169 commit 4db1b4f1a266b4b26ad0c445691abcc634a23ab8
30170 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30171 Date:   Sat Jul 4 15:02:19 2020 +0430
30172
30173     [tests] rename no_ft_funcs to NO_FT_FUNCS
30174
30175  test/shaping/meson.build  | 4 +---
30176  test/shaping/run-tests.py | 2 +-
30177  2 files changed, 2 insertions(+), 4 deletions(-)
30178
30179 commit 6a2b0ba78a88c92b8fe2fcb2c4dd73289fce236f
30180 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30181 Date:   Sat Jul 4 14:45:15 2020 +0430
30182
30183     [py] minor, replace exit with sys.exit
30184
30185  src/gen-harfbuzzcc.py      | 2 +-
30186  src/gen-ragel-artifacts.py | 4 ++--
30187  2 files changed, 3 insertions(+), 3 deletions(-)
30188
30189 commit a07672d353a943d7133bc545bb4b9f0189e9d4d8
30190 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30191 Date:   Sat Jul 4 14:12:55 2020 +0430
30192
30193     [py] minor, replace os.environ.get with os.getenv
30194
30195  src/check-c-linkage-decls.py                     |  6 +++---
30196  src/check-externs.py                             |  4 ++--
30197  src/check-header-guards.py                       |  6 +++---
30198  src/check-includes.py                            |  6 +++---
30199  src/check-libstdc++.py                           |  4 ++--
30200  src/check-static-inits.py                        |  4 ++--
30201  src/check-symbols.py                             |  4 ++--
30202  src/gen-def.py                                   |  2 +-
30203  test/fuzzing/run-draw-fuzzer-tests.py            | 12 ++++++------
30204  test/fuzzing/run-shape-fuzzer-tests.py           | 12 ++++++------
30205  test/fuzzing/run-subset-fuzzer-tests.py          | 12 ++++++------
30206  test/shaping/data/aots/update.py                 |  2 +-
30207  test/shaping/data/text-rendering-tests/update.py |  2 +-
30208  write-tarball-revision.py                        |  4 ++--
30209  14 files changed, 40 insertions(+), 40 deletions(-)
30210
30211 commit 43e3ab019c6b6ab8e429b3dd3aa13a7b9e8316e6
30212 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30213 Date:   Thu Jul 2 17:34:24 2020 +0430
30214
30215     [tests] make tests work when ft isn't present
30216
30217  test/shaping/meson.build  |  8 ++++++++
30218  test/shaping/run-tests.py | 31 ++++++++++++++++++-------------
30219  2 files changed, 26 insertions(+), 13 deletions(-)
30220
30221 commit c4b6bad73ae71c6372c97b9a2bb443138e1461b4
30222 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30223 Date:   Thu Jul 2 18:07:01 2020 +0430
30224
30225     [tests] revert da95a8c and use the shared hb-shape process
30226
30227  test/shaping/run-tests.py | 40 +++++++++++++---------------------------
30228  1 file changed, 13 insertions(+), 27 deletions(-)
30229
30230 commit 359dbc97ae610a78759fb9dbad1b89ee2540cdf0
30231 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30232 Date:   Sat Jul 4 12:28:06 2020 +0430
30233
30234     [meson] Use the recommended way to generate harfbuzz.cc
30235     
30236     As https://github.com/harfbuzz/harfbuzz/pull/2532
30237
30238  src/gen-harfbuzzcc.py | 24 ++++++++++--------------
30239  src/meson.build       | 14 +++++++-------
30240  2 files changed, 17 insertions(+), 21 deletions(-)
30241
30242 commit a7e82e4ffdc377a2c18001beca36b5ebf0f08daa
30243 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30244 Date:   Sat Jul 4 12:04:41 2020 +0430
30245
30246     [meson] use the recommended way to generate hb-version.h
30247     
30248     As https://github.com/harfbuzz/harfbuzz/pull/2532
30249
30250  src/gen-hb-version.py      | 40 ++++++++++++++++++----------------------
30251  src/gen-ragel-artifacts.py |  4 +++-
30252  src/meson.build            |  3 ++-
30253  3 files changed, 23 insertions(+), 24 deletions(-)
30254
30255 commit 404ecc252c7f8af6bc071e7b0823c7d406be6e3b
30256 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30257 Date:   Sat Jul 4 03:13:32 2020 +0430
30258
30259     [meson] use basename in check scripts now that meson passes dir also
30260
30261  src/check-c-linkage-decls.py | 4 ++--
30262  src/check-externs.py         | 2 +-
30263  src/check-header-guards.py   | 4 ++--
30264  src/check-includes.py        | 4 ++--
30265  src/meson.build              | 4 ++--
30266  5 files changed, 9 insertions(+), 9 deletions(-)
30267
30268 commit 785a9a8f8ae9c8f88d7dc38d1ed1dae4d5896877
30269 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30270 Date:   Sat Jul 4 02:08:30 2020 +0430
30271
30272     [meson] use the recommended way to generate ragel headers
30273     
30274     As described in https://github.com/mesonbuild/meson/issues/7156#issuecomment-629622827
30275
30276  src/gen-harfbuzzcc.py      |  2 +-
30277  src/gen-ragel-artifacts.py | 45 ++++++++----------------
30278  src/meson.build            | 87 +++++++++++++++++++++++++++-------------------
30279  3 files changed, 66 insertions(+), 68 deletions(-)
30280
30281 commit 5c07c291c74050bfa74a661c1e3a9a753b1f221c
30282 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30283 Date:   Sat Jul 4 04:33:46 2020 +0430
30284
30285     [make] use sed the way autotools used to generate hb-version.h
30286     
30287     Left from 1853f84 and now exactly is like 4fc6189a329c
30288
30289  src/Makefile.am | 2 +-
30290  1 file changed, 1 insertion(+), 1 deletion(-)
30291
30292 commit 63322513e42193ee27f3f50c90f9e6e0781fea78
30293 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30294 Date:   Sat Jul 4 03:34:58 2020 +0430
30295
30296     [make] Revert the way harfbuzz.cc and hb-version.h are generated
30297     
30298     Partially reverts 4fc6189
30299
30300  src/Makefile.am | 14 +++++++++++---
30301  1 file changed, 11 insertions(+), 3 deletions(-)
30302
30303 commit 1853f84abc64ed9dee6ef913760b0295c36a4ef5
30304 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30305 Date:   Fri Jul 3 15:14:10 2020 +0430
30306
30307     [py] overwrite harfbuzz.cc only when there is a needed change
30308
30309  src/gen-harfbuzzcc.py | 12 ++++++++----
30310  1 file changed, 8 insertions(+), 4 deletions(-)
30311
30312 commit 82c6ddb986b2fe5333a92cb27526d7639972f905
30313 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30314 Date:   Fri Jul 3 15:09:10 2020 +0430
30315
30316     [py] remove not needed imports
30317
30318  src/gen-emoji-table.py       | 1 -
30319  src/gen-harfbuzzcc.py        | 2 +-
30320  src/gen-hb-version.py        | 2 +-
30321  src/gen-indic-table.py       | 1 -
30322  src/gen-ragel-artifacts.py   | 2 +-
30323  src/gen-ucd-table.py         | 2 +-
30324  src/gen-use-table.py         | 1 -
30325  src/gen-vowel-constraints.py | 2 --
30326  8 files changed, 4 insertions(+), 9 deletions(-)
30327
30328 commit 38fa924904d9d9bb08a4371c5ee48fd3833c3ed7
30329 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30330 Date:   Fri Jul 3 11:44:44 2020 +0430
30331
30332     [meson] revert 020b182 as meson fails when there is cyclic dependency
30333
30334  meson.build | 6 ------
30335  1 file changed, 6 deletions(-)
30336
30337 commit 42d039cc995f8b895dc3294e8888a45863e35c10
30338 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30339 Date:   Fri Jul 3 04:32:32 2020 +0430
30340
30341     [meson] minor
30342
30343  meson.build     | 13 ++++---------
30344  src/meson.build |  6 ++----
30345  2 files changed, 6 insertions(+), 13 deletions(-)
30346
30347 commit f2a80ab2c2ee2631ac4d12f10e2dd591e6cfb8c9
30348 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30349 Date:   Fri Jul 3 04:28:08 2020 +0430
30350
30351     [meson] use null_dep idiom
30352
30353  meson.build     | 15 ++++++++-------
30354  src/meson.build |  4 ++--
30355  2 files changed, 10 insertions(+), 9 deletions(-)
30356
30357 commit 05ab073d9b252e39a3fc4bf60c86827045d3000f
30358 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30359 Date:   Thu Jul 2 23:54:09 2020 +0430
30360
30361     [meson] Improve the way cairo-ft availability is checked
30362
30363  meson.build | 17 +++++++++--------
30364  1 file changed, 9 insertions(+), 8 deletions(-)
30365
30366 commit d5439232946333b60f655d9ed37ec7dadf439287
30367 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30368 Date:   Thu Jul 2 01:30:24 2020 +0430
30369
30370     [fvar] minor
30371
30372  src/hb-ot-var-fvar-table.hh | 4 ++--
30373  1 file changed, 2 insertions(+), 2 deletions(-)
30374
30375 commit aadcd3ed8af0ca8eac77a4aacd746be703d55a15
30376 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30377 Date:   Wed Jul 1 14:31:33 2020 +0430
30378
30379     [meson] use dependency's has_headers to make pulled cairo has ft support
30380
30381  meson.build | 18 ++++++------------
30382  1 file changed, 6 insertions(+), 12 deletions(-)
30383
30384 commit 020b182c790ec7f401236b5cc595e3f186942d96
30385 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30386 Date:   Wed Jul 1 14:22:46 2020 +0430
30387
30388     [meson] try freetype without harfbuzz just as a last resort
30389
30390  meson.build | 15 +++++++++++----
30391  1 file changed, 11 insertions(+), 4 deletions(-)
30392
30393 commit 01fa55e88fc03374214a961b9ced089d6812358f
30394 Author: Xavier Claessens <xavier.claessens@collabora.com>
30395 Date:   Wed Jun 24 15:56:09 2020 -0400
30396
30397     meson: Allow freetype and cairo subprojects to fail
30398     
30399     If their respective option is set to 'auto' configuration of the
30400     fallback subproject should be allowed to fail for any reason.
30401
30402  meson.build | 6 ++++--
30403  1 file changed, 4 insertions(+), 2 deletions(-)
30404
30405 commit 00c652adab5e1be9a3c35a0cc60f1684ca6bb81b
30406 Author: Xavier Claessens <xavier.claessens@collabora.com>
30407 Date:   Wed Jun 24 14:11:32 2020 -0400
30408
30409     meson: Fallback to cairo subproject when option is 'auto'
30410
30411  meson.build | 6 +++++-
30412  1 file changed, 5 insertions(+), 1 deletion(-)
30413
30414 commit 571365df335f03f9fe0c9593f60db8226bd6d2ef
30415 Author: Xavier Claessens <xavier.claessens@collabora.com>
30416 Date:   Wed Jun 24 14:11:07 2020 -0400
30417
30418     meson: Simplify check for cairo library and headers
30419
30420  meson.build | 5 ++---
30421  1 file changed, 2 insertions(+), 3 deletions(-)
30422
30423 commit c4bbe89b53570025f00d2302e56e1396229716ad
30424 Author: Xavier Claessens <xavier.claessens@collabora.com>
30425 Date:   Wed Jun 24 13:40:55 2020 -0400
30426
30427     meson: Fallback to freetype2 subproject when option is 'auto'
30428     
30429     But disable harfbuzz support when configuring freetype2 subproject to
30430     avoid dependency cycle.
30431
30432  meson.build | 5 +++--
30433  1 file changed, 3 insertions(+), 2 deletions(-)
30434
30435 commit 33252ce5761a997c23da2b05bc95e7e5b0be6e35
30436 Author: Xavier Claessens <xavier.claessens@collabora.com>
30437 Date:   Wed Jun 24 13:40:32 2020 -0400
30438
30439     meson: Simplify check for freetype2 library and headers
30440
30441  meson.build | 5 ++---
30442  1 file changed, 2 insertions(+), 3 deletions(-)
30443
30444 commit 40ec187dec07e97ed4004b9831e7be844e6e7948
30445 Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
30446 Date:   Fri Apr 24 14:01:07 2020 +0200
30447
30448     win32: Cleanup PARTITION handling
30449     
30450     Use the WINAPI_PARTITION macro to filter desktop/app flavors.
30451     We use a negated desktop check because the default (for mingw-w64 at
30452     least) is to allow all API by combining desktop + app partitions.
30453     This causes build failures if we were to filter using
30454     WINAPI_PARTITION(WINAPI_FAMILY_APP) because it would always be true, but
30455     those API also require Windows 8 or later, while we only require Vista
30456     
30457     Fixes warnings like
30458     ../src/hb-blob.cc:572:47: warning: 'WINAPI_FAMILY_PC_APP' is not defined, evaluates to 0 [-Wundef]
30459      #if defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
30460                                                   ^
30461     ../src/hb-blob.cc:572:86: warning: 'WINAPI_FAMILY_PHONE_APP' is not defined, evaluates to 0 [-Wundef]
30462      #if defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
30463
30464  src/hb-blob.cc  |  6 +++---
30465  src/hb-mutex.hh |  3 +--
30466  src/hb.hh       | 10 +++++++---
30467  3 files changed, 11 insertions(+), 8 deletions(-)
30468
30469 commit f3f9205fac1580085d0d0a0f76cdb258e6536a78
30470 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30471 Date:   Wed Jul 1 03:01:25 2020 +0430
30472
30473     [meson] Assume cairo_ft always available when cairo isn't from pkgconfig
30474
30475  meson.build | 18 ++++++++++++------
30476  1 file changed, 12 insertions(+), 6 deletions(-)
30477
30478 commit aa8bade97eb9280f53ef0f235b930ed883c4fd5e
30479 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30480 Date:   Wed Jul 1 01:30:13 2020 +0430
30481
30482     [meson] enable cairo as subproject
30483
30484  .ci/build-win32.sh             |  2 +-
30485  subprojects/.gitignore         |  5 ++++-
30486  subprojects/cairo.wrap         |  5 +++++
30487  subprojects/libpng.wrap        | 10 ++++++++++
30488  subprojects/pixman.wrap        |  6 ++++++
30489  subprojects/proxy-libintl.wrap |  2 +-
30490  6 files changed, 27 insertions(+), 3 deletions(-)
30491
30492 commit ea8e784146664f807dc19a6273dc7651627a06ff
30493 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30494 Date:   Tue Jun 30 12:54:29 2020 +0430
30495
30496     [fvar] Improve naming
30497
30498  src/hb-ot-var-fvar-table.hh | 20 ++++++++++----------
30499  1 file changed, 10 insertions(+), 10 deletions(-)
30500
30501 commit 5de07b8acd226d2e3152d9890afb2117002c3716
30502 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30503 Date:   Tue Jun 30 11:08:42 2020 +0430
30504
30505     [fvar] Move normalize logic where it is actually filled
30506
30507  src/hb-ot-var-fvar-table.hh | 62 ++++++++++++++++++++++++---------------------
30508  1 file changed, 33 insertions(+), 29 deletions(-)
30509
30510 commit 0f8dda2cf2c73e9f0feec8375bac4c434c62b205
30511 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30512 Date:   Tue Jun 30 10:53:12 2020 +0430
30513
30514     [fvar] Move shared axis filling values into a new method
30515
30516  src/hb-ot-var-fvar-table.hh | 19 +++++++++++--------
30517  1 file changed, 11 insertions(+), 8 deletions(-)
30518
30519 commit 98c42b3bc72079a335937e5cee84fb5d6e8677da
30520 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30521 Date:   Tue Jun 30 10:48:36 2020 +0430
30522
30523     [fvar] Make AxisRecord fields protected
30524
30525  src/hb-ot-var-fvar-table.hh | 6 ++++--
30526  1 file changed, 4 insertions(+), 2 deletions(-)
30527
30528 commit 5f870dfadb6ce3f85e5289131c4291cda31706c6
30529 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30530 Date:   Mon Jun 29 02:22:02 2020 +0430
30531
30532     [meson] Make benchmark buildable also in dists
30533
30534  Makefile.am | 14 ++++++++++++++
30535  1 file changed, 14 insertions(+)
30536
30537 commit 702847aadd6f46a37a79b66b088b1ccaba401010
30538 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30539 Date:   Mon Jun 29 00:39:43 2020 +0430
30540
30541     [meson] Turn benchmark to a feature
30542
30543  .circleci/config.yml           | 2 +-
30544  .github/workflows/linux-ci.yml | 2 +-
30545  meson.build                    | 5 ++++-
30546  meson_options.txt              | 2 +-
30547  4 files changed, 7 insertions(+), 4 deletions(-)
30548
30549 commit 7ee3194f9825e988716d760c0c765b7af2a10639
30550 Author: Behdad Esfahbod <behdad@behdad.org>
30551 Date:   Sun Jun 28 15:41:44 2020 -0700
30552
30553     [meta] Remove wrong comment
30554
30555  src/hb-meta.hh | 1 -
30556  1 file changed, 1 deletion(-)
30557
30558 commit 26b9670d996465161964bf1a0a7c4ecf2bf2212e
30559 Author: Behdad Esfahbod <behdad@behdad.org>
30560 Date:   Sun Jun 28 14:52:15 2020 -0700
30561
30562     [ft] Better handle allocation failures
30563     
30564     Fixes https://github.com/harfbuzz/harfbuzz/issues/2513
30565
30566  src/hb-ft.cc | 15 +++++----------
30567  1 file changed, 5 insertions(+), 10 deletions(-)
30568
30569 commit 26111a11ad1a648f8075b5289c05c48126cc2d3f
30570 Author: Behdad Esfahbod <behdad@behdad.org>
30571 Date:   Sun Jun 28 02:59:47 2020 -0700
30572
30573     [dagger] Minor cleanup using hb_enumerate
30574
30575  src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++-------
30576  1 file changed, 11 insertions(+), 7 deletions(-)
30577
30578 commit fd8b0a44c4768be62d162fee0a681ab9a8be7970
30579 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30580 Date:   Mon Jun 29 00:19:38 2020 +0430
30581
30582     [ci] Limit number of processes ninja uses
30583     
30584     Our CricleCI bots run with 32 cores last time I check which makes random compile issues
30585     like this https://circleci.com/gh/harfbuzz/harfbuzz/146030 to happen. Guess that has
30586     something to do with the way virtualization is done in Circle CI so let's limit number of processes.
30587
30588  .circleci/config.yml | 4 ++--
30589  1 file changed, 2 insertions(+), 2 deletions(-)
30590
30591 commit 831b09000120ce5b9c448d156e6f099011bfd10d
30592 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30593 Date:   Sun Jun 28 14:31:21 2020 +0430
30594
30595     rebase draw test as recent roundf changes
30596
30597  test/api/test-draw.c | 145 ++++++++++++++++++++++++++-------------------------
30598  1 file changed, 73 insertions(+), 72 deletions(-)
30599
30600 commit cb7fb3cf4a018d6d8eafd2584c7f6934e1413324
30601 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30602 Date:   Sun Jun 28 13:41:33 2020 +0430
30603
30604     Add test for a783840789c93add42e4d70fdb407eb4ad6e062e
30605
30606  test/shaping/data/in-house/Makefile.sources              |   1 +
30607  test/shaping/data/in-house/fonts/HBTest-VF.ttf           | Bin 0 -> 1128 bytes
30608  test/shaping/data/in-house/meson.build                   |   1 +
30609  .../data/in-house/tests/variations-rounding.tests        |   2 ++
30610  4 files changed, 4 insertions(+)
30611
30612 commit 1536271f6b4940eb0a4f28e406bfc96f00d1293d
30613 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30614 Date:   Sun Jun 28 13:35:13 2020 +0430
30615
30616     Don't check roundf availability in cmake and meson
30617
30618  CMakeLists.txt | 2 +-
30619  meson.build    | 1 -
30620  2 files changed, 1 insertion(+), 2 deletions(-)
30621
30622 commit 08d57d9eca94c3695a495be504e9e63b6ad1aa59
30623 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30624 Date:   Sun Jun 28 13:13:25 2020 +0430
30625
30626     Add hb_array_t::lfind
30627
30628  src/hb-array.hh             | 25 ++++++++++++++++---------
30629  src/hb-open-type.hh         |  6 ++++++
30630  src/hb-ot-stat-table.hh     | 17 ++---------------
30631  src/hb-ot-var-fvar-table.hh | 26 ++++++++------------------
30632  src/hb-vector.hh            |  3 +++
30633  5 files changed, 35 insertions(+), 42 deletions(-)
30634
30635 commit a783840789c93add42e4d70fdb407eb4ad6e062e
30636 Author: Behdad Esfahbod <behdad@behdad.org>
30637 Date:   Sat Jun 27 22:23:59 2020 -0700
30638
30639     Always round up
30640     
30641     Fixes https://github.com/harfbuzz/harfbuzz/issues/2496
30642
30643  configure.ac | 2 +-
30644  src/hb.hh    | 9 ++-------
30645  2 files changed, 3 insertions(+), 8 deletions(-)
30646
30647 commit ca8202208a09376d061f50a8b400f5e276d8da06
30648 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30649 Date:   Sun Jun 28 11:34:01 2020 +0430
30650
30651     [ci] retire psvita and djgpp bots
30652     
30653     till update and overhaul
30654
30655  .circleci/config.yml | 27 ---------------------------
30656  1 file changed, 27 deletions(-)
30657
30658 commit 2267da4ee0d7cafe8f00d94e7a4d48179e3d28b5
30659 Author: Sebastian Rasmussen <sebras@gmail.com>
30660 Date:   Sun Jun 28 11:18:16 2020 +0800
30661
30662     [ft] Do not deference ft_font if it is nullptr (#2502)
30663
30664  src/hb-ft.cc | 4 ++++
30665  1 file changed, 4 insertions(+)
30666
30667 commit a373e16131ecc79be47edaaddc528efc6b411752
30668 Author: Sebastian Rasmussen <sebras@gmail.com>
30669 Date:   Sun Jun 28 11:09:45 2020 +0800
30670
30671     [ot-shape] Free shape plan maps upon error creating data (#2497)
30672
30673  src/hb-ot-shape.cc | 6 ++++++
30674  1 file changed, 6 insertions(+)
30675
30676 commit dbf9896e7aded3693a6e2080fa51b142a682a1f3
30677 Author: Sebastian Rasmussen <sebras@gmail.com>
30678 Date:   Sun Jun 28 10:57:34 2020 +0800
30679
30680     [ft] Handle nullptr when destroying freetype font (#2494)
30681
30682  src/hb-ft.cc | 3 +++
30683  1 file changed, 3 insertions(+)
30684
30685 commit 20d1fa3671134de585df993ab1ec9fc46a74634d
30686 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30687 Date:   Thu Jun 25 12:50:46 2020 +0430
30688
30689     [perf] fix the build
30690
30691  perf/perf-draw.hh | 1 +
30692  1 file changed, 1 insertion(+)
30693
30694 commit 76ba619daa2a3e01a37528270774f9011ea42d53
30695 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30696 Date:   Tue Jun 23 20:49:43 2020 +0430
30697
30698     Fix autotools's harfbuzz.cc build
30699     
30700     How this works? gen-harfbuzzcc.py operates at its own source path (see its 7th line)
30701     and that is reliable when used both on meson and autotools.
30702     
30703     Just like 19ecabed, weirdly this didn't come up sooner, guess it has something
30704     to do with timestamps. Fortunately whole harfbuzz.cc just doesn't matter for
30705     packagers but we can tag a release only for this if needed.
30706
30707  src/Makefile.am | 3 +--
30708  1 file changed, 1 insertion(+), 2 deletions(-)
30709
30710 commit 95b1081be432e18642b889c8d3960ddac8ae643b
30711 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30712 Date:   Tue Jun 9 17:37:36 2020 +0430
30713
30714     Add performance benchmark for shaping, get extents and draw
30715
30716  .circleci/config.yml              |   4 +-
30717  .github/workflows/linux-ci.yml    |  19 +++++-
30718  meson.build                       |   4 ++
30719  meson_options.txt                 |   2 +
30720  perf/meson.build                  |   9 +++
30721  perf/perf-draw.hh                 | 128 ++++++++++++++++++++++++++++++++++++++
30722  perf/perf-extents.hh              |  65 +++++++++++++++++++
30723  perf/perf-shaping.hh              |  65 +++++++++++++++++++
30724  perf/perf.cc                      |  15 +++++
30725  subprojects/.gitignore            |   1 +
30726  subprojects/google-benchmark.wrap |   8 +++
30727  11 files changed, 318 insertions(+), 2 deletions(-)
30728
30729 commit 12a9d572925a324be376440a1a26758eff832bcf
30730 Author: Sebastian Rasmussen <sebras@gmail.com>
30731 Date:   Wed Jun 24 03:25:43 2020 +0800
30732
30733     [face] Destroy blob if face closure can not be created (#2490)
30734     
30735     This fixes issue #2489.
30736
30737  src/hb-face.cc | 7 ++++++-
30738  1 file changed, 6 insertions(+), 1 deletion(-)
30739
30740 commit 53b0a183c7a40cd208b893ffd02fb4ba54137fc1
30741 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30742 Date:   Mon Jun 22 18:04:01 2020 +0430
30743
30744     Remove concept of stable/unstable from build tools
30745     
30746     We never practiced the concept of stable and unstable releases, let's
30747     remove the code and always use the stable scheme.
30748
30749  configure.ac    | 11 +----------
30750  meson.build     |  9 +--------
30751  src/meson.build |  2 +-
30752  3 files changed, 3 insertions(+), 19 deletions(-)
30753
30754 commit e4203c14699cc0903a2b4611167a7b99532cfdb0
30755 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30756 Date:   Mon Jun 22 05:03:27 2020 +0430
30757
30758     2.6.8
30759
30760  NEWS                | 13 +++++++++++++
30761  configure.ac        |  2 +-
30762  meson.build         |  2 +-
30763  src/hb-ot-layout.cc |  2 +-
30764  src/hb-version.h    |  4 ++--
30765  5 files changed, 18 insertions(+), 5 deletions(-)
30766
30767 commit 8c84fee2e568c7b0a1852a7dad26386bbf6a9d0b
30768 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30769 Date:   Mon Jun 22 04:04:40 2020 +0430
30770
30771     Update build systems status messages
30772
30773  CMakeLists.txt |  2 +-
30774  configure.ac   | 11 +++++++++++
30775  meson.build    |  2 +-
30776  3 files changed, 13 insertions(+), 2 deletions(-)
30777
30778 commit e541fb474cc948659855dee9374946829de14581
30779 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30780 Date:   Sun Jun 21 09:49:48 2020 +0430
30781
30782     minor, replace single hb_apply daggers with foreach
30783
30784  src/hb-map.hh           | 10 ++++------
30785  src/hb-ot-hmtx-table.hh | 36 +++++++++++++++++-------------------
30786  src/hb-ot-math-table.hh | 15 ++++++---------
30787  3 files changed, 27 insertions(+), 34 deletions(-)
30788
30789 commit 8bca9a420e1fcf460e2f3c115fbf7541c81abd9d
30790 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30791 Date:   Sun Jun 21 09:18:12 2020 +0430
30792
30793     [fvar] minor
30794
30795  src/hb-ot-var-fvar-table.hh | 19 ++++++++-----------
30796  1 file changed, 8 insertions(+), 11 deletions(-)
30797
30798 commit b5ae8eab44e92089a184d1901758aac6650eeab0
30799 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30800 Date:   Sun Jun 21 08:51:46 2020 +0430
30801
30802     [ci] raise msan bot subset timeout
30803
30804  .circleci/config.yml | 2 +-
30805  1 file changed, 1 insertion(+), 1 deletion(-)
30806
30807 commit 82ec9ef2e9c1a2c148b0fc7f91a2ca2c2a064ef5
30808 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30809 Date:   Sun Jun 21 01:36:16 2020 +0430
30810
30811     [fvar] minor simplification
30812
30813  src/hb-ot-var-fvar-table.hh | 10 ++++------
30814  1 file changed, 4 insertions(+), 6 deletions(-)
30815
30816 commit 4e37c48e375f3721157e919497a7114bdcb0d454
30817 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30818 Date:   Sat Jun 20 23:57:45 2020 +0430
30819
30820     [fvar] Remove get_axis_info and get_axis_deprecated
30821
30822  src/hb-ot-var-fvar-table.hh | 22 ++++++++--------------
30823  1 file changed, 8 insertions(+), 14 deletions(-)
30824
30825 commit 61c240f39963064852a2e58fc42897351e37d8b5
30826 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30827 Date:   Sat Jun 20 13:24:32 2020 +0430
30828
30829     [fvar] Push _axis_info fill logic deeper
30830
30831  src/hb-ot-var-fvar-table.hh | 54 ++++++++++++++++++++++++---------------------
30832  1 file changed, 29 insertions(+), 25 deletions(-)
30833
30834 commit 47a0fbec31c2e49a2b895f6f926bf755820cacab
30835 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30836 Date:   Sun Jun 21 02:34:59 2020 +0430
30837
30838     [meson] Mark longer tests with slow
30839     
30840     So one can skip them easily by `meson test -Cbuild --no-suite slow`
30841
30842  src/meson.build          | 2 +-
30843  test/fuzzing/meson.build | 4 ++--
30844  test/subset/meson.build  | 2 +-
30845  3 files changed, 4 insertions(+), 4 deletions(-)
30846
30847 commit 47dedc7500843ac9c5a036621a7a65e1b1861a58
30848 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30849 Date:   Sun Jun 21 01:54:57 2020 +0430
30850
30851     [ci] increase tsan and ubsan subset fuzzer timeout
30852     
30853     as https://circleci.com/gh/harfbuzz/harfbuzz/144966 and https://circleci.com/gh/harfbuzz/harfbuzz/144970
30854
30855  .circleci/config.yml | 4 ++--
30856  1 file changed, 2 insertions(+), 2 deletions(-)
30857
30858 commit b2d0dba5ef2ea9530c9c0d2a8ed33849a59b56f8
30859 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30860 Date:   Sat Jun 20 12:07:42 2020 +0430
30861
30862     [cpal] Port to dagger
30863
30864  src/hb-ot-color-cpal-table.hh | 9 +++------
30865  1 file changed, 3 insertions(+), 6 deletions(-)
30866
30867 commit 08816117788491a989888c30b9676bc8d7849f96
30868 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30869 Date:   Sat Jun 20 01:02:50 2020 +0430
30870
30871     [fuzzer] Make some use for test_font API calls
30872     
30873     Making some use for result of some of the test_font calls to make
30874     sure compilers in fuzzers aren't just optimizing the calls.
30875
30876  test/api/test-ot-face.c         | 42 +++++++++++++++++++++++++----------------
30877  test/fuzzing/hb-shape-fuzzer.cc |  8 ++++----
30878  2 files changed, 30 insertions(+), 20 deletions(-)
30879
30880 commit b4f34539c26561e35eaa09160784e07cec6b1b9c
30881 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30882 Date:   Sat Jun 20 00:47:00 2020 +0430
30883
30884     [fuzzer] test more of ot-layout APIs
30885
30886  test/api/test-ot-face.c | 17 +++++++++++++++++
30887  1 file changed, 17 insertions(+)
30888
30889 commit a6bcc577a9062c875854305aeebe4e90a9abe5f7
30890 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30891 Date:   Sat Jun 20 14:19:12 2020 +0430
30892
30893     [meson] don't `add_dist_script` when we are subproject
30894     
30895     Happens when harfbuzz is used as a meson subproject,
30896       `ERROR: add_dist_script may not be used in a subproject.`
30897
30898  meson.build | 4 +++-
30899  1 file changed, 3 insertions(+), 1 deletion(-)
30900
30901 commit 175d93bbdaaf4640eb41baed2698fe0e2ee78831
30902 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30903 Date:   Sat Jun 20 14:03:10 2020 +0430
30904
30905     [mesos/docs] fix gobject headers ignoring logic
30906     
30907     fixes #2463
30908
30909  docs/meson.build | 2 +-
30910  1 file changed, 1 insertion(+), 1 deletion(-)
30911
30912 commit 25cf6874430afdb9bf93fcb7f92ae4c11f51be89
30913 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30914 Date:   Sat Jun 20 01:36:50 2020 +0430
30915
30916     Use dagger in OffsetTable::get_table_tags (#2477)
30917
30918  src/hb-open-file.hh | 13 ++++---------
30919  1 file changed, 4 insertions(+), 9 deletions(-)
30920
30921 commit dce4353f86fe9c5e1b62194b89c844ba5da86143
30922 Merge: 89a2c46e6 d38eb49f4
30923 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30924 Date:   Sat Jun 20 01:24:41 2020 +0430
30925
30926     Merge pull request #2476 from ebraminio/cv-get-chars
30927     
30928     [layout] Use dagger in hb_ot_layout_feature_get_characters
30929
30930 commit 89a2c46e6198f188393415151620f6fb5f160e11
30931 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30932 Date:   Sat Jun 20 00:31:46 2020 +0430
30933
30934     [math] Use dagger (#2478)
30935     
30936     * [math] Use dagger
30937     
30938     * [ot-math] Address Behdad's review
30939
30940  src/hb-ot-math-table.hh | 20 +++++++++-----------
30941  1 file changed, 9 insertions(+), 11 deletions(-)
30942
30943 commit d38eb49f46a3381c7930568b4bfb35af4052c0f9
30944 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30945 Date:   Fri Jun 19 23:40:42 2020 +0430
30946
30947     Move the iteration logic to FeatureParamsCharacterVariants
30948     
30949     Hopefully I can make members protected also.
30950
30951  src/hb-ot-layout-common.hh | 12 ++++++++++++
30952  src/hb-ot-layout.cc        | 15 ++++-----------
30953  2 files changed, 16 insertions(+), 11 deletions(-)
30954
30955 commit 9b3d4f457ef0010a1bd3f0a8186f886f2499f688
30956 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30957 Date:   Fri Jun 19 23:33:07 2020 +0430
30958
30959     Use dagger in hb_ot_layout_feature_get_characters
30960     
30961     The way it used to work was a bit nonidiomatic but the replacment
30962     is idiomatic way of iterating used elsewhere.
30963     
30964     The new code just doesn't check nullability of "characters", which isn't
30965     what we do anywhere else.
30966
30967  src/hb-ot-layout.cc | 10 ++++------
30968  1 file changed, 4 insertions(+), 6 deletions(-)
30969
30970 commit 675854b2bac03612ef7f5bd406a7ff7207b89b59
30971 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30972 Date:   Fri Jun 19 23:27:39 2020 +0430
30973
30974     [test] Add one more test for hb_ot_layout_feature_get_characters
30975
30976  test/api/test-ot-name.c | 9 +++++++++
30977  1 file changed, 9 insertions(+)
30978
30979 commit 63422c4cbc4cb53a19f3986b3c20312c1085b29f
30980 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30981 Date:   Fri Jun 19 23:24:04 2020 +0430
30982
30983     [ot-layout] simplify
30984
30985  src/hb-ot-layout.cc | 11 +++--------
30986  1 file changed, 3 insertions(+), 8 deletions(-)
30987
30988 commit 407bba3e0d591a5708955e76ae914aa67198044e
30989 Author: Ebrahim Byagowi <ebrahim@gnu.org>
30990 Date:   Fri Jun 19 23:12:42 2020 +0430
30991
30992     minor
30993     
30994     move FeatureParamsCharacterVariants::sanitize method right above members
30995
30996  src/hb-ot-layout-common.hh | 14 +++++++-------
30997  1 file changed, 7 insertions(+), 7 deletions(-)
30998
30999 commit f1488152bd47d4434532226d94f1be38c24ac735
31000 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31001 Date:   Fri Jun 19 23:07:28 2020 +0430
31002
31003     [doc] Remove the not needed comment
31004     
31005     All the other similar iterating API are like this and don't have such
31006     comment, written at the time I wasn't familiar enough with the way such
31007     API are shaped.
31008
31009  src/hb-ot-layout.cc | 6 ------
31010  1 file changed, 6 deletions(-)
31011
31012 commit 1535440b48a081cea04cffb7f12cd63c197ae9d4
31013 Author: Behdad Esfahbod <behdad@behdad.org>
31014 Date:   Fri Jun 19 08:30:59 2020 -0700
31015
31016     [dispatch] Fix debug builds
31017
31018  src/hb-aat-layout-common.hh  | 1 -
31019  src/hb-aat-layout.cc         | 3 +--
31020  src/hb-dispatch.hh           | 3 ++-
31021  src/hb-ot-layout-common.hh   | 2 --
31022  src/hb-ot-layout-gsubgpos.hh | 6 +-----
31023  src/hb-sanitize.hh           | 2 --
31024  src/hb-subset.hh             | 4 +---
31025  7 files changed, 5 insertions(+), 16 deletions(-)
31026
31027 commit bb9a40da653b5bab595f79de76a8feda18cb1b5c
31028 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31029 Date:   Fri Jun 19 19:22:47 2020 +0430
31030
31031     [lcar] Use dagger
31032
31033  src/hb-aat-layout-lcar-table.hh | 23 +++++++++++++----------
31034  1 file changed, 13 insertions(+), 10 deletions(-)
31035
31036 commit 6fbb59aba6680225d13a6c3e0ba7d033096e6c55
31037 Author: Behdad Esfahbod <behdad@behdad.org>
31038 Date:   Thu Jun 18 15:12:37 2020 -0700
31039
31040     Use daggers in a few get_array functions
31041     
31042     As I review https://github.com/harfbuzz/harfbuzz/pull/2471
31043
31044  src/hb-ot-layout-common.hh     | 21 +++++++++++----------
31045  src/hb-ot-layout-gdef-table.hh |  7 +++----
31046  2 files changed, 14 insertions(+), 14 deletions(-)
31047
31048 commit a512ca8eae70710974e845062305d73bf4012466
31049 Merge: 03bd3efaa 70d6696cc
31050 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31051 Date:   Fri Jun 19 10:46:12 2020 +0430
31052
31053     Merge pull request #2473 from harfbuzz/gsub-alternate
31054     
31055     fixes #673
31056
31057 commit 03bd3efaa7072021b702ab3f4ce8abcd1ac47d46
31058 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31059 Date:   Fri Jun 19 10:32:46 2020 +0430
31060
31061     [meson] Write git revision to .tarball-revision on dist tarball
31062
31063  Makefile.am               |  1 +
31064  meson.build               |  2 ++
31065  write-tarball-revision.py | 13 +++++++++++++
31066  3 files changed, 16 insertions(+)
31067
31068 commit 70d6696cc6c863673a580b3bfc79d16d3a5d393d
31069 Author: Behdad Esfahbod <behdad@behdad.org>
31070 Date:   Thu Jun 18 17:09:39 2020 -0700
31071
31072     [dispatch] Don't require debug_depth for untraced objects
31073
31074  src/hb-dispatch.hh           |  1 +
31075  src/hb-ot-layout-common.hh   |  4 +---
31076  src/hb-ot-layout-gsubgpos.hh | 20 ++++----------------
31077  src/hb-ot-layout.cc          |  4 +---
31078  4 files changed, 7 insertions(+), 22 deletions(-)
31079
31080 commit 5bc4cedde67854ecda72305d839c7e7ad297e83e
31081 Author: Behdad Esfahbod <behdad@behdad.org>
31082 Date:   Thu Jun 18 17:04:35 2020 -0700
31083
31084     Rename
31085
31086  src/hb-ot-layout.cc | 12 ++++++------
31087  1 file changed, 6 insertions(+), 6 deletions(-)
31088
31089 commit dc492d7c8a49f0c0322848348d35ac8b818fce57
31090 Author: Behdad Esfahbod <behdad@behdad.org>
31091 Date:   Thu Jun 18 17:03:05 2020 -0700
31092
31093     [dispatch] Comment
31094
31095  src/hb-ot-layout-gsubgpos.hh | 2 +-
31096  1 file changed, 1 insertion(+), 1 deletion(-)
31097
31098 commit 25aec0265c1a1030c7d6453e85b2463589c8688a
31099 Author: Behdad Esfahbod <behdad@behdad.org>
31100 Date:   Thu Jun 18 16:58:01 2020 -0700
31101
31102     [dispatch] Default return type to hb_empty_t
31103
31104  src/hb-dispatch.hh           | 2 +-
31105  src/hb-ot-layout-common.hh   | 2 +-
31106  src/hb-ot-layout-gsubgpos.hh | 8 ++++----
31107  3 files changed, 6 insertions(+), 6 deletions(-)
31108
31109 commit 8d0a90ac1bd9f6485d3e0fead7c648caa735eb81
31110 Author: Behdad Esfahbod <behdad@behdad.org>
31111 Date:   Thu Jun 18 16:53:54 2020 -0700
31112
31113     [dispatch] Default debug level to 0
31114
31115  src/hb-dispatch.hh           |  2 +-
31116  src/hb-ot-layout-common.hh   |  2 +-
31117  src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
31118  src/hb-ot-layout.cc          |  2 +-
31119  4 files changed, 10 insertions(+), 10 deletions(-)
31120
31121 commit d7d8604ec8526f96618b4f0f83ed9b3204e7b597
31122 Author: Behdad Esfahbod <behdad@behdad.org>
31123 Date:   Thu Jun 18 16:51:01 2020 -0700
31124
31125     Remove excessive trace routes
31126
31127  src/hb-debug.hh              | 4 ----
31128  src/hb-ot-layout-gsubgpos.hh | 6 ++----
31129  2 files changed, 2 insertions(+), 8 deletions(-)
31130
31131 commit e47a2ab8f8a90d903653a1d0d970c220f0957158
31132 Author: Behdad Esfahbod <behdad@behdad.org>
31133 Date:   Thu Jun 18 16:48:07 2020 -0700
31134
31135     Remove unused dispatcher names
31136
31137  src/hb-dispatch.hh           | 1 +
31138  src/hb-ot-layout-common.hh   | 1 -
31139  src/hb-ot-layout-gsubgpos.hh | 5 -----
31140  src/hb-ot-layout.cc          | 1 -
31141  4 files changed, 1 insertion(+), 7 deletions(-)
31142
31143 commit b2a1acccd9776beddb25fb4f9e24ca6e272958f4
31144 Author: Behdad Esfahbod <behdad@behdad.org>
31145 Date:   Thu Jun 18 16:41:31 2020 -0700
31146
31147     Simplify get_glyph_alternates() dispatcher
31148     
31149     Trying to make it **very simple** to add a specialized dispatcher for
31150     one API to be routed to just a few objects (one in this case).
31151
31152  src/hb-ot-layout-gsub-table.hh |  9 ++++++---
31153  src/hb-ot-layout-gsubgpos.hh   | 40 ----------------------------------------
31154  src/hb-ot-layout.cc            | 32 ++++++++++++++++++++++++++++++--
31155  3 files changed, 36 insertions(+), 45 deletions(-)
31156
31157 commit ffe8d3f39d5a742e51f87b5af66a2a7e63c87037
31158 Author: Behdad Esfahbod <behdad@behdad.org>
31159 Date:   Thu Jun 18 16:31:39 2020 -0700
31160
31161     Use dispatch for get_glyph_alternates_t
31162     
31163     First time we do this in a way that if target object doesn't have the matching
31164     function we basically "ignore".  Risky but I feel like is the right decision
31165     for this case.
31166     
31167     I'm going to put back the template varargs and use those, which would make
31168     the dispatcher be just that: "dispatcher", and wouldn't need to carry the
31169     call context.  That would be a refreshing change I think.
31170
31171  src/hb-ot-layout-gsub-table.hh | 41 +++--------------------------------------
31172  src/hb-ot-layout-gsubgpos.hh   | 39 +++++++++++++++++++++++++++++++++++++++
31173  src/hb-ot-layout.cc            |  5 ++++-
31174  3 files changed, 46 insertions(+), 39 deletions(-)
31175
31176 commit bedf4171218ef7c64386aa492b574356277fc21f
31177 Author: Behdad Esfahbod <behdad@behdad.org>
31178 Date:   Thu Jun 18 15:49:01 2020 -0700
31179
31180     Push get_glyph_alternates() work all the way down
31181
31182  src/hb-ot-layout-gsub-table.hh | 36 ++++++++++++------------------------
31183  1 file changed, 12 insertions(+), 24 deletions(-)
31184
31185 commit 5bede33885a5349c05e0724e8ee6948af8a25670
31186 Author: Behdad Esfahbod <behdad@behdad.org>
31187 Date:   Thu Jun 18 15:25:19 2020 -0700
31188
31189     Whitespace
31190
31191  src/hb-ot-layout.cc | 3 +--
31192  1 file changed, 1 insertion(+), 2 deletions(-)
31193
31194 commit e13aaaaa4566c8aa1a790402b38448713c6621ab
31195 Author: Behdad Esfahbod <behdad@behdad.org>
31196 Date:   Thu Jun 18 15:22:54 2020 -0700
31197
31198     Move API to right place in header
31199
31200  src/hb-ot-layout.h | 16 ++++++++--------
31201  1 file changed, 8 insertions(+), 8 deletions(-)
31202
31203 commit 26514ad70e4e96b862ff6bd63fb2a03e136e7620
31204 Author: Behdad Esfahbod <behdad@behdad.org>
31205 Date:   Thu Jun 18 15:22:07 2020 -0700
31206
31207     Fix API comment
31208
31209  src/hb-ot-layout.h | 2 +-
31210  1 file changed, 1 insertion(+), 1 deletion(-)
31211
31212 commit 1bac85828c134835ce0a3ecd517aefdcecf43d9a
31213 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31214 Date:   Thu Jun 18 22:56:07 2020 +0430
31215
31216     [layout] Rename _get_alternates to _get_glyph_alternates
31217
31218  docs/harfbuzz-sections.txt     |  2 +-
31219  src/hb-ot-layout-gsub-table.hh | 36 ++++++++++++++++++------------------
31220  src/hb-ot-layout.cc            | 16 ++++++++--------
31221  src/hb-ot-layout.h             | 12 ++++++------
31222  test/api/test-ot-alternates.c  |  6 +++---
31223  5 files changed, 36 insertions(+), 36 deletions(-)
31224
31225 commit 9ef9ac3749abdc814088571108760144b0f6f812
31226 Author: Behdad Esfahbod <behdad@behdad.org>
31227 Date:   Wed Jun 17 17:41:15 2020 -0700
31228
31229     [gpos] Break cycle-of-2 when cursive attaching
31230     
31231     Fix thinko this time around.
31232     
31233     Fixes https://github.com/harfbuzz/harfbuzz/issues/2469
31234
31235  src/hb-ot-layout-gpos-table.hh | 6 ++++++
31236  1 file changed, 6 insertions(+)
31237
31238 commit d3c169792ba4771b459c37a4430fab6f2dcbda5e
31239 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31240 Date:   Thu Jun 18 08:37:21 2020 +0430
31241
31242     [layout] move alternate buffer iteration logic to AlternateSet
31243
31244  src/hb-ot-layout-gsub-table.hh | 72 +++++++++++++++++++++++++++++++-----------
31245  src/hb-ot-layout.cc            | 13 ++------
31246  2 files changed, 57 insertions(+), 28 deletions(-)
31247
31248 commit 1348a2c865d368a4f6e83add0edfa9945d84914f
31249 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31250 Date:   Tue Jun 16 21:05:16 2020 -0400
31251
31252     [layout] hb_ot_layout_lookup_get_alternates, a new API
31253     
31254     An API to retrieve one-to-one alternates from a given GSUB lookup index.
31255
31256  docs/harfbuzz-sections.txt     |  1 +
31257  src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++++++++++++
31258  src/hb-ot-layout.cc            | 37 +++++++++++++++++++++++++++++
31259  src/hb-ot-layout.h             |  7 ++++++
31260  test/api/Makefile.am           |  1 +
31261  test/api/meson.build           |  1 +
31262  test/api/test-ot-alternates.c  | 53 ++++++++++++++++++++++++++++++++++++++++++
31263  7 files changed, 130 insertions(+)
31264
31265 commit a4955e21fdd4069cad6f519900b9ce130408581b
31266 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31267 Date:   Thu Jun 18 08:59:49 2020 +0430
31268
31269     [ci] install gobject-instrospection on linux ci
31270
31271  .github/workflows/linux-ci.yml | 2 +-
31272  1 file changed, 1 insertion(+), 1 deletion(-)
31273
31274 commit 3fe719571362e39e70eb12ea9d7be9dabb505c4c
31275 Author: Behdad Esfahbod <behdad@behdad.org>
31276 Date:   Wed Jun 17 17:51:08 2020 -0700
31277
31278     Revert "[gpos] Break cycle-of-2 when cursive attaching"
31279     
31280     This reverts commit 7090707de67e660ae626ecf774f6af8a63a692ab.
31281
31282  src/hb-ot-layout-gpos-table.hh | 6 ------
31283  1 file changed, 6 deletions(-)
31284
31285 commit 7090707de67e660ae626ecf774f6af8a63a692ab
31286 Author: Behdad Esfahbod <behdad@behdad.org>
31287 Date:   Wed Jun 17 17:41:15 2020 -0700
31288
31289     [gpos] Break cycle-of-2 when cursive attaching
31290     
31291     Fixes https://github.com/harfbuzz/harfbuzz/issues/2469
31292
31293  src/hb-ot-layout-gpos-table.hh | 6 ++++++
31294  1 file changed, 6 insertions(+)
31295
31296 commit 09dedb1b382d0f2f8725ead891c27b87359c072c
31297 Author: Khaled Hosny <khaledhosny@eglug.org>
31298 Date:   Thu Jun 18 02:29:12 2020 +0200
31299
31300     [tests] I’m an idiot
31301
31302  test/shaping/data/in-house/Makefile.sources                           | 1 +
31303  test/shaping/data/in-house/meson.build                                | 1 +
31304  test/shaping/data/in-house/tests/reverse-sub.tests                    | 1 +
31305  test/shaping/texts/in-house/shaper-default/script-latin/misc/misc.txt | 1 -
31306  4 files changed, 3 insertions(+), 1 deletion(-)
31307
31308 commit 2598855454b77b69633220e7e912b2ac82f450f9
31309 Author: Khaled Hosny <khaledhosny@eglug.org>
31310 Date:   Thu Jun 18 02:15:59 2020 +0200
31311
31312     [tests] Add test for ReverseChainSingleSubstFormat1 missing substitute
31313     
31314     https://github.com/harfbuzz/harfbuzz/issues/2467
31315
31316  .../fonts/a706511c65fb278fda87eaf2180ca6684a80f423.ttf    | Bin 0 -> 924 bytes
31317  .../in-house/shaper-default/script-latin/misc/misc.txt    |   1 +
31318  2 files changed, 1 insertion(+)
31319
31320 commit e5de3918f7fbed754ff912c78bec8f9825b06d52
31321 Author: Behdad Esfahbod <behdad@behdad.org>
31322 Date:   Wed Jun 17 16:54:23 2020 -0700
31323
31324     [indic] Add comment
31325     
31326     https://github.com/harfbuzz/harfbuzz/issues/2298#issuecomment-615318654
31327
31328  src/hb-ot-shape-complex-indic.cc | 1 +
31329  1 file changed, 1 insertion(+)
31330
31331 commit 41ef75f64afc36a8d7d6ab8382dd2093ad86fc49
31332 Author: Behdad Esfahbod <behdad@behdad.org>
31333 Date:   Wed Jun 17 16:29:09 2020 -0700
31334
31335     [gsub] Don't substitute in ReverseChainSingleSubstFormat1 if missing substitute
31336     
31337     Fixes https://github.com/harfbuzz/harfbuzz/issues/2467
31338
31339  src/hb-ot-layout-gsub-table.hh | 4 +++-
31340  1 file changed, 3 insertions(+), 1 deletion(-)
31341
31342 commit e7c79e16b8cb0983ee9cfed478d721c75949e757
31343 Merge: f31e3d426 fe926970b
31344 Author: Behdad Esfahbod <behdad@behdad.org>
31345 Date:   Wed Jun 17 15:32:40 2020 -0700
31346
31347     Merge pull request #2287 from simoncozens/instrumentation
31348     
31349     Add messages for GPOS/GSUB (take 2)
31350
31351 commit fe926970bc16ee438fe74d8ee366393ed3576bd5
31352 Author: Simon Cozens <simon@simon-cozens.org>
31353 Date:   Tue Jun 16 09:12:44 2020 +0100
31354
31355     Reformat messages again
31356     
31357     Messages can be:
31358     
31359     start/end table  XXXX
31360     start/end lookup NNNN
31361     start/end subtable NNNN (for kerx/kern)
31362     start/end chainsubtable NNNN (for morx)
31363
31364  src/hb-aat-layout-kerx-table.hh | 4 ++--
31365  src/hb-aat-layout-morx-table.hh | 4 ++--
31366  src/hb-ot-layout.cc             | 4 ++--
31367  3 files changed, 6 insertions(+), 6 deletions(-)
31368
31369 commit f31e3d426dbbc096bca4892cbc2dc3f541a36d1d
31370 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31371 Date:   Fri Jun 12 17:33:11 2020 +0430
31372
31373     [ci] raise subset fuzzer timeout for asan and valgrind bots
31374
31375  .circleci/config.yml | 4 ++--
31376  1 file changed, 2 insertions(+), 2 deletions(-)
31377
31378 commit cccdaf45df8a0664bc20c54055064460080ccbb8
31379 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31380 Date:   Fri Jun 12 11:15:37 2020 +0430
31381
31382     [docs] minor
31383     
31384     revealed now that we turned gobject/gir build to 'auto'
31385
31386  src/hb-ot-meta.cc | 2 +-
31387  1 file changed, 1 insertion(+), 1 deletion(-)
31388
31389 commit be278acf44e862c5cf83a0ca118058e1cb61372d
31390 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31391 Date:   Fri Jun 12 01:46:23 2020 +0430
31392
31393     [ci] raise subset fuzzer cases runner timeout
31394     
31395     the bots are either not optimized ones or sanitizer ones so not much value
31396     on trying to optimize them further.
31397
31398  .circleci/config.yml | 8 ++++----
31399  1 file changed, 4 insertions(+), 4 deletions(-)
31400
31401 commit b86bfe52915f61c0b1c228d967c42b14627fed5d
31402 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31403 Date:   Fri Jun 12 01:42:27 2020 +0430
31404
31405     minor, fix lists sorting
31406
31407  test/shaping/data/in-house/meson.build | 6 +++---
31408  1 file changed, 3 insertions(+), 3 deletions(-)
31409
31410 commit 4e7cb7e2c4b182e8062c3c0c9a15059bcfd40700
31411 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31412 Date:   Fri Jun 12 01:38:16 2020 +0430
31413
31414     minor, fix lists sorting
31415
31416  src/Makefile.sources                        |  6 +++---
31417  src/meson.build                             |  6 +++---
31418  test/shaping/data/in-house/Makefile.sources |  6 +++---
31419  test/subset/data/Makefile.sources           | 18 +++++++++---------
31420  4 files changed, 18 insertions(+), 18 deletions(-)
31421
31422 commit 973c47f6c9886cd2a50d29e09c978831b4e355f6
31423 Author: Qunxin Liu <qxliu@google.com>
31424 Date:   Thu Jun 11 11:27:57 2020 -0700
31425
31426     [subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS.
31427     
31428     2 methods are: hb_ot_layout_closure_lookups and hb_ot_layout_closure_features
31429
31430  docs/harfbuzz-sections.txt        |  2 --
31431  src/gen-def.py                    |  4 +--
31432  src/hb-ot-layout-gpos-table.hh    |  5 +++
31433  src/hb-ot-layout-gsub-table.hh    |  5 +++
31434  src/hb-ot-layout-gsubgpos.hh      | 15 +++++++++
31435  src/hb-ot-layout.cc               | 66 ---------------------------------------
31436  src/hb-ot-layout.h                | 14 ---------
31437  src/hb-subset-plan.cc             | 35 ++++++++-------------
31438  test/api/test-ot-face.c           |  6 ----
31439  test/subset/data/Makefile.sources |  3 --
31440  test/subset/meson.build           |  5 ---
31441  11 files changed, 39 insertions(+), 121 deletions(-)
31442
31443 commit 62de2f749c16ebbb3908dba09e5dfcd670765140
31444 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31445 Date:   Thu Jun 11 19:09:24 2020 +0430
31446
31447     [meson] Remove spaces before named parameter colons
31448     
31449     meson documentations sometimes adds the space and sometimes don't and we
31450     aren't adding it most of the times unconsciously so let's the cases and
31451     be consistent.
31452
31453  meson.build       | 18 +++++++++---------
31454  meson_options.txt | 10 +++++-----
31455  2 files changed, 14 insertions(+), 14 deletions(-)
31456
31457 commit 2d91662294ebe8d4856342464243f0a9fa734702
31458 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31459 Date:   Thu Jun 11 19:04:08 2020 +0430
31460
31461     [meson] move tests lists to their directories
31462     
31463     We had to do so for text-rendering-tests list, let's apply the same for the rest also.
31464
31465  test/shaping/data/aots/Makefile.am     |   1 +
31466  test/shaping/data/aots/meson.build     | 123 +++++++++++++++++++++
31467  test/shaping/data/in-house/Makefile.am |   1 +
31468  test/shaping/data/in-house/meson.build |  60 +++++++++++
31469  test/shaping/meson.build               | 189 +--------------------------------
31470  5 files changed, 188 insertions(+), 186 deletions(-)
31471
31472 commit b8454c3d61808bb85996d8e734cdb87e5be059ae
31473 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31474 Date:   Thu Jun 11 18:32:13 2020 +0430
31475
31476     [meson] use if blocks to separate different dependencies
31477
31478  meson.build | 106 ++++++++++++++++++++++++++++++++----------------------------
31479  1 file changed, 56 insertions(+), 50 deletions(-)
31480
31481 commit 8571b3551c6bbb032503c7c301c13d3d961923b5
31482 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31483 Date:   Sat Jun 6 20:16:50 2020 +0430
31484
31485     [releasing] Remove tar signing procedure
31486     
31487     https://github.com/harfbuzz/harfbuzz/issues/2449#issuecomment-639898473
31488
31489  Makefile.am  | 11 -----------
31490  RELEASING.md |  6 ++----
31491  2 files changed, 2 insertions(+), 15 deletions(-)
31492
31493 commit ebab4b8658ed415b06d3014fca78e0e1c0bba5df
31494 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31495 Date:   Wed Jun 10 16:52:32 2020 +0430
31496
31497     [meson] Implement disabled state for cairo/freetype/icu
31498     
31499     'disabled' wasn't implemented for some of the features so they were
31500     getting found even with explicit -Dfeature=disabled, this implements it.
31501     
31502     Run the following command to test this change and check whether 'disabled'
31503     was actually effective,
31504       meson build -Dglib=disabled -Dgobject=disabled -Dcairo=disabled -Dfontconfig=disabled -Dicu=disabled -Dfreetype=disabled -Dintrospection=disabled -Dgtk_doc=disabled
31505     
31506     This is useful when one wants to integrate harfbuzz into another project via
31507     meson's subproject mechanism.
31508
31509  meson.build | 28 ++++++++++++++++++----------
31510  1 file changed, 18 insertions(+), 10 deletions(-)
31511
31512 commit b88f1096ad88c8ee3a88b6d483387c4e6eab6f61
31513 Author: Nirbheek Chauhan <nirbheek@centricular.com>
31514 Date:   Tue Jun 9 20:06:50 2020 +0530
31515
31516     meson: Export symbols for a DLL when not building statically
31517     
31518     `default_library` might be 'both', in which case we will fail to link
31519     when building with MSVC.
31520
31521  src/meson.build | 2 +-
31522  1 file changed, 1 insertion(+), 1 deletion(-)
31523
31524 commit 5c8900efe43c0f408a8683bfd2be274cd0dac8c4
31525 Author: Khaled Hosny <khaledhosny@eglug.org>
31526 Date:   Mon Jun 8 02:29:04 2020 +0200
31527
31528     [coretext] Properly check for macOS 10.10
31529     
31530     Fixes https://github.com/harfbuzz/harfbuzz/issues/2452
31531
31532  src/hb-coretext.cc | 4 ++--
31533  1 file changed, 2 insertions(+), 2 deletions(-)
31534
31535 commit 0151da23d605c7709d432ebfb17a337a5f662839
31536 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31537 Date:   Sat Jun 6 01:48:23 2020 +0430
31538
31539     [meson] Remove with_libstdcxx build option
31540     
31541     This was done in #770 but no indication of anyone is using it,
31542     let's remove it from our meson port and we can just don't care about
31543     it in autotools port after the migration to meson.
31544
31545  meson_options.txt |  2 --
31546  src/meson.build   | 21 +++++----------------
31547  2 files changed, 5 insertions(+), 18 deletions(-)
31548
31549 commit 56719474c208508220f24b78fd295d94564882fa
31550 Author: Behdad Esfahbod <behdad@behdad.org>
31551 Date:   Fri Jun 5 12:57:23 2020 -0700
31552
31553     s/blacklist/blocklist/g
31554
31555  src/hb-ot-layout-gdef-table.hh   | 4 ++--
31556  src/hb-ot-layout-gpos-table.hh   | 2 +-
31557  src/hb-ot-layout-gsub-table.hh   | 2 +-
31558  src/hb-ot-layout-gsubgpos.hh     | 2 +-
31559  src/hb-ot-layout.cc              | 8 ++++----
31560  src/hb-ot-shape-complex-indic.cc | 2 +-
31561  6 files changed, 10 insertions(+), 10 deletions(-)
31562
31563 commit 22048d55aa37acfe50a0f5ae7b361db8d323905e
31564 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31565 Date:   Fri Jun 5 04:09:07 2020 +0430
31566
31567     [meson] Add -Bsymbolic-functions
31568
31569  meson.build | 4 ++++
31570  1 file changed, 4 insertions(+)
31571
31572 commit e98aa0c89712d676f8db328a192cd19a009f28ce
31573 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31574 Date:   Tue Jun 2 16:25:22 2020 +0430
31575
31576     [meson] Make gobject and introspection features automatic
31577     
31578     Meson doesn't have DISTCHECK_CONFIGURE_FLAGS like concept IIUC
31579     and enabling them is the main thing we are doing with
31580     distcheck flags anyway so lets turn them to auto.
31581
31582  meson_options.txt | 4 ++--
31583  1 file changed, 2 insertions(+), 2 deletions(-)
31584
31585 commit 65462c4b0bf4b1656bacc5377d248f53e9966fd0
31586 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31587 Date:   Fri Jun 5 01:08:08 2020 +0430
31588
31589     minor, improve the need for graphite comment
31590
31591  configure.ac | 2 +-
31592  meson.build  | 2 +-
31593  2 files changed, 2 insertions(+), 2 deletions(-)
31594
31595 commit 03bd6ead445b78560083caa22ce144058dcf4385
31596 Author: Christoph Reiter <reiter.christoph@gmail.com>
31597 Date:   Wed Jun 3 23:52:10 2020 +0200
31598
31599     [meson] Only pass required dependencies to everything
31600     
31601     Instead of passing dependencies as required we used one giant shared
31602     dependency list containing all dependencies for every library/executable.
31603     While this kinda works, the specified deps are also used for generating
31604     the pkg-config files and this leads to lots of Requires.private and Libs.private
31605     entries which aren't really needed.
31606     
31607     This removes the "deps" array and replaces it with a few smaller ones and
31608     makes sure the public libraries only get passed the dependencies actually
31609     needed.
31610     
31611     Fixes #2441
31612
31613  meson.build              | 29 ++++++++++-------------------
31614  src/meson.build          | 24 ++++++++++++++++--------
31615  test/api/meson.build     |  2 +-
31616  test/fuzzing/meson.build |  1 -
31617  util/meson.build         | 10 ++++++----
31618  5 files changed, 33 insertions(+), 33 deletions(-)
31619
31620 commit 759df46575db49dd7d15da6e6df441d622e65470
31621 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31622 Date:   Thu Jun 4 15:49:54 2020 +0430
31623
31624     [style] Hide behind HB_EXPERIMENTAL_API compile flag
31625
31626  docs/harfbuzz-sections.txt |  6 ------
31627  src/gen-def.py             |  1 +
31628  src/hb-style.cc            | 40 ++++++++++++++++++++++++++++++++++++++--
31629  src/hb-style.h             | 38 +++-----------------------------------
31630  test/api/test-ot-face.c    |  2 ++
31631  test/api/test-style.c      | 10 ++++++++++
31632  6 files changed, 54 insertions(+), 43 deletions(-)
31633
31634 commit d54de56870d136e59b6239b9d1db023fe8f002ab
31635 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31636 Date:   Tue Apr 21 16:33:50 2020 +0430
31637
31638     [style] Adopt with meson
31639
31640  src/meson.build      | 2 ++
31641  test/api/meson.build | 1 +
31642  2 files changed, 3 insertions(+)
31643
31644 commit de0ec5f4fef8730d10ca049c43991ede7ae42f6d
31645 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31646 Date:   Sat Feb 8 14:09:09 2020 +0330
31647
31648     [style] give ptem value when asked for opsz
31649     
31650     ptem, used for AAT's tracking/`trak` table is equivalent to opsz of variable fonts.
31651     
31652     For variable AAT fonts, such as SFNS, ideally variable axis of the hb_font_t
31653     should be set and equivalent to ptem, https://crbug.com/1005969#c37
31654
31655  src/hb-style.cc       | 3 +++
31656  test/api/test-style.c | 3 +++
31657  2 files changed, 6 insertions(+)
31658
31659 commit 22037499b42d9fce100ee771a229b961b5e1cb2d
31660 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31661 Date:   Sun Aug 4 11:31:31 2019 +0430
31662
31663     [style] New experimental API, hb_style_get_value
31664     
31665     Searches variation axes of a hb_font_t object for a specific axis first,
31666     if not set, then tries to get default style values from different
31667     tables of the font.
31668
31669  docs/harfbuzz-sections.txt   |   6 ++
31670  src/Makefile.sources         |   2 +
31671  src/harfbuzz.cc              |   1 +
31672  src/hb-config.hh             |   2 +-
31673  src/hb-ot-face-table-list.hh |   5 +-
31674  src/hb-ot-stat-table.hh      |  73 ++++++++++++++++++
31675  src/hb-style.cc              | 110 +++++++++++++++++++++++++++
31676  src/hb-style.h               |  75 ++++++++++++++++++
31677  src/hb-subset-plan.cc        |   2 +-
31678  src/hb.h                     |   1 +
31679  test/api/Makefile.am         |   1 +
31680  test/api/fonts/aat-fdsc.ttf  | Bin 0 -> 556 bytes
31681  test/api/test-ot-face.c      |   6 ++
31682  test/api/test-style.c        | 177 +++++++++++++++++++++++++++++++++++++++++++
31683  14 files changed, 457 insertions(+), 4 deletions(-)
31684
31685 commit d67553d12fc72c4a89fcb75400829b62d53ca064
31686 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31687 Date:   Thu Jun 4 12:31:57 2020 +0430
31688
31689     [meson] fix with_libstdcxx effect
31690     
31691     oops
31692
31693  src/meson.build | 2 +-
31694  1 file changed, 1 insertion(+), 1 deletion(-)
31695
31696 commit 6f7048b917e7c81d276a7dc4a832a4cf042ffffe
31697 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31698 Date:   Thu Jun 4 10:18:35 2020 +0430
31699
31700     [meson] Update subset tests list from autotools
31701
31702  test/subset/meson.build | 4 ++++
31703  1 file changed, 4 insertions(+)
31704
31705 commit 7e74aa6a7811ddb0999be5f33581d7933af6ba1c
31706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31707 Date:   Thu Jun 4 09:32:20 2020 +0430
31708
31709     [ci] fix meson-gcc-mingw bot
31710     
31711     keep build folder for dist testing
31712
31713  .circleci/config.yml | 7 +++----
31714  1 file changed, 3 insertions(+), 4 deletions(-)
31715
31716 commit b35764334e1ddf11c9aa4d0b1d0f9b7467d79106
31717 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31718 Date:   Thu Jun 4 04:10:11 2020 +0430
31719
31720     [ci] check workability of meson based dist
31721
31722  .circleci/config.yml | 2 ++
31723  1 file changed, 2 insertions(+)
31724
31725 commit 6bf5e8e7e62620501b068230f398db1e9219f1b8
31726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31727 Date:   Thu Jun 4 04:03:14 2020 +0430
31728
31729     [ci] Deploy only when there is something to push
31730     
31731     Apparently the previous version of gtk-doc was doing weird changes like https://github.com/harfbuzz/harfbuzz.github.io/commit/1b40da99bbd1985d060d273ef37f1ccad16913c4 and https://github.com/harfbuzz/harfbuzz.github.io/commit/d1d9bff14c805d1bcbd2446a4c22e633e8d365cf
31732     in order to make every to have something for pushing and
31733     now that we don't have such changes it will fail.
31734     
31735     Alternatively we can go for `git commit --allow-empty`, guess better to
31736     pollute history of https://github.com/harfbuzz/harfbuzz.github.io however.
31737
31738  .ci/deploy-docs.sh | 7 +++++--
31739  1 file changed, 5 insertions(+), 2 deletions(-)
31740
31741 commit 029ecf326e75071a84609a7510a8d4e58182f3e9
31742 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31743 Date:   Thu Jun 4 03:31:15 2020 +0430
31744
31745     [meson] Fix gen-hb-version.py run
31746     
31747     It gets complicated apparently when executed in the dist process, let's use raw
31748     names now that we are operating in the script folder anyway.
31749
31750  src/meson.build | 2 +-
31751  1 file changed, 1 insertion(+), 1 deletion(-)
31752
31753 commit 870304df766f0518898a09cd191c1fb6d94240f7
31754 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31755 Date:   Thu Jun 4 03:19:53 2020 +0430
31756
31757     [meson] Remove amalgam build option
31758     
31759     Fixes #2444
31760
31761  .circleci/config.yml | 6 ++----
31762  meson_options.txt    | 2 --
31763  src/meson.build      | 9 +--------
31764  3 files changed, 3 insertions(+), 14 deletions(-)
31765
31766 commit 5293fdba239846e677ba4ef6139ee6593e60b4f0
31767 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31768 Date:   Thu Jun 4 02:38:27 2020 +0430
31769
31770     [ci] Move docs deployment from autotools to meson
31771
31772  .ci/deploy-docs.sh             |  9 ++-------
31773  .github/workflows/linux-ci.yml | 10 ++++++++++
31774  .travis.yml                    |  1 -
31775  3 files changed, 12 insertions(+), 8 deletions(-)
31776
31777 commit b8320340cebace11cd3781fc029afbd50e82ad97
31778 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31779 Date:   Wed Jun 3 23:40:57 2020 +0430
31780
31781     [meson] fix gen script input
31782     
31783     matters more when harfbuzz is a subproject
31784
31785  src/meson.build | 3 +--
31786  1 file changed, 1 insertion(+), 2 deletions(-)
31787
31788 commit 50d3f531ee96ffa862bc05429814ba104dddd4a2
31789 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31790 Date:   Wed Jun 3 17:59:41 2020 +0430
31791
31792     Use output names in update-unicode-tables.make
31793
31794  src/update-unicode-tables.make | 51 +++++++++++++++++++-----------------------
31795  1 file changed, 23 insertions(+), 28 deletions(-)
31796
31797 commit fb46a32ed0322d3f617dbfc7b982ff26f47d789c
31798 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31799 Date:   Wed Jun 3 12:54:26 2020 +0430
31800
31801     2.6.7
31802
31803  NEWS             | 12 ++++++++++++
31804  configure.ac     |  2 +-
31805  meson.build      |  2 +-
31806  src/hb-common.h  |  2 +-
31807  src/hb-version.h |  4 ++--
31808  5 files changed, 17 insertions(+), 5 deletions(-)
31809
31810 commit 23091864683390d49ca710373b205e89004ef065
31811 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31812 Date:   Tue Jun 2 21:52:57 2020 +0430
31813
31814     Move unicode tables update script to its own make file
31815     
31816     Also downloads things needed for unicode tables generators
31817
31818  src/Makefile.am                | 35 +------------------------
31819  src/update-unicode-tables.make | 59 ++++++++++++++++++++++++++++++++++++++++++
31820  2 files changed, 60 insertions(+), 34 deletions(-)
31821
31822 commit 19ecabed37914bfff22dd79c633021fd5c1abd93
31823 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31824 Date:   Tue Jun 2 20:01:03 2020 +0430
31825
31826     minor, fix hb-version.h generation for out-of-tree builds
31827
31828  src/Makefile.am | 2 +-
31829  1 file changed, 1 insertion(+), 1 deletion(-)
31830
31831 commit 9737170b6fa7dcc29e3295b9491ea8bfef484ab8
31832 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31833 Date:   Tue Jun 2 19:18:35 2020 +0430
31834
31835     minor fixes on src gen scripts
31836
31837  src/gen-harfbuzzcc.py | 2 ++
31838  src/gen-hb-version.py | 4 +++-
31839  2 files changed, 5 insertions(+), 1 deletion(-)
31840
31841 commit 6058ede3ae983c53d1d6f5352d4235bafce3499a
31842 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31843 Date:   Mon Jun 1 12:58:31 2020 +0430
31844
31845     Build win32 artifacts using meson
31846     
31847     As a part of meson migration, this builds hb-shape dependencies
31848     using meson subprojects and removes different unrelated mingw
31849     files we've put on source root about things that aren't really our
31850     concern. This also simplifies all the instructions we've put in
31851     README.mingw.md and makes it easy to build the project on
31852     distros that no mingw libraries (such i686-win32-{freetype,glib,...}
31853     are packaged. The known catch is however lack of hb-view as its need
31854     for build of cairo which apparently isn't that straightforward.
31855
31856  .ci/build-win32.sh             | 15 +++++++++++
31857  .ci/win32-cross-file.txt       | 20 +++++++++++++++
31858  .ci/win64-cross-file.txt       | 20 +++++++++++++++
31859  .circleci/config.yml           | 28 +++++++++------------
31860  Makefile.am                    | 19 --------------
31861  README.mingw.md                | 29 +++++-----------------
31862  RELEASING.md                   |  6 +----
31863  meson-mingw-cross.txt          | 17 -------------
31864  meson.build                    |  3 +++
31865  mingw-configure.sh             | 28 ---------------------
31866  mingw-ldd.py                   | 56 ------------------------------------------
31867  mingw-meson.sh                 | 33 -------------------------
31868  mingw32.sh                     |  2 --
31869  mingw64.sh                     |  2 --
31870  subprojects/fontconfig.wrap    |  1 +
31871  subprojects/freetype2.wrap     |  1 +
31872  subprojects/glib.wrap          |  1 +
31873  subprojects/libffi.wrap        |  3 ++-
31874  subprojects/proxy-libintl.wrap |  1 +
31875  subprojects/zlib.wrap          |  1 +
31876  20 files changed, 84 insertions(+), 202 deletions(-)
31877
31878 commit bb719915d95e5822b3da5f92d9192de08ce5532f
31879 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31880 Date:   Sun May 31 12:57:26 2020 +0430
31881
31882     [tests/aots] move the update script to update.py
31883
31884  test/shaping/data/aots/Makefile.am | 18 +-----------------
31885  test/shaping/data/aots/update.py   | 29 +++++++++++++++++++++++++++++
31886  2 files changed, 30 insertions(+), 17 deletions(-)
31887
31888 commit b318229993cb681027f403e491cc1e652441864c
31889 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31890 Date:   Sun May 31 12:52:53 2020 +0430
31891
31892     [tests/test-rendering-tests] run git pull on correct dir
31893
31894  test/shaping/data/text-rendering-tests/update.py | 2 +-
31895  1 file changed, 1 insertion(+), 1 deletion(-)
31896
31897 commit 8a9a802636728f47f42cc0d58a8c98c1b22f9609
31898 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31899 Date:   Sun May 31 10:51:24 2020 +0430
31900
31901     minor, fix extra dist list
31902
31903  test/shaping/data/text-rendering-tests/Makefile.am | 5 +++--
31904  1 file changed, 3 insertions(+), 2 deletions(-)
31905
31906 commit 419c2d0a00d6f5c5c8a3a8ecd705aa1fa97c4768
31907 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31908 Date:   Sun May 31 02:33:36 2020 +0430
31909
31910     [test/text-rendering-tests] Adopt the update script with meson
31911
31912  test/shaping/data/text-rendering-tests/meson.build | 95 ++++++++++++++++++++++
31913  test/shaping/data/text-rendering-tests/update.py   |  8 ++
31914  test/shaping/meson.build                           | 87 +-------------------
31915  3 files changed, 105 insertions(+), 85 deletions(-)
31916
31917 commit 2681656073f1bddc82f49019aeb49f0cb8dd7b5a
31918 Author: Ebrahim Byagowi <ebrahim@gnu.org>
31919 Date:   Sun May 31 02:23:49 2020 +0430
31920
31921     [test/text-rendering-tests] Update from upstream
31922
31923  test/shaping/data/text-rendering-tests/DISABLED    |  12 ++++
31924  .../data/text-rendering-tests/Makefile.sources     |  24 +++++---
31925  .../data/text-rendering-tests/fonts/TestAVAR.ttf   | Bin 1608 -> 1608 bytes
31926  .../data/text-rendering-tests/fonts/TestCMAP14.otf | Bin 1628 -> 1628 bytes
31927  .../text-rendering-tests/fonts/TestGPOSThree.ttf   | Bin 3500 -> 3500 bytes
31928  .../text-rendering-tests/fonts/TestGPOSTwo.otf     | Bin 1680 -> 1680 bytes
31929  .../text-rendering-tests/fonts/TestGSUBThree.ttf   | Bin 1504 -> 1504 bytes
31930  .../text-rendering-tests/fonts/TestGVARNine.ttf    | Bin 2168 -> 2168 bytes
31931  .../text-rendering-tests/fonts/TestHVAROne.otf     | Bin 3984 -> 3984 bytes
31932  .../text-rendering-tests/fonts/TestKERNOne.otf     | Bin 1380 -> 1380 bytes
31933  .../text-rendering-tests/fonts/TestMORXEight.ttf   | Bin 2184 -> 2184 bytes
31934  .../fonts/TestMORXEighteen.ttf                     | Bin 3256 -> 3256 bytes
31935  .../text-rendering-tests/fonts/TestMORXEleven.ttf  | Bin 1624 -> 1624 bytes
31936  .../text-rendering-tests/fonts/TestMORXForty.ttf   | Bin 2408 -> 2408 bytes
31937  .../text-rendering-tests/fonts/TestMORXFour.ttf    | Bin 4764 -> 4764 bytes
31938  .../fonts/TestMORXFourteen.ttf                     | Bin 1816 -> 1816 bytes
31939  .../fonts/TestMORXFourtyone.ttf                    | Bin 2248 -> 2248 bytes
31940  .../text-rendering-tests/fonts/TestMORXNine.ttf    | Bin 1624 -> 1624 bytes
31941  .../text-rendering-tests/fonts/TestMORXOne.ttf     | Bin 2404 -> 2404 bytes
31942  .../fonts/TestMORXSeventeen.ttf                    | Bin 1788 -> 1788 bytes
31943  .../text-rendering-tests/fonts/TestMORXSixteen.ttf | Bin 1812 -> 1812 bytes
31944  .../text-rendering-tests/fonts/TestMORXTen.ttf     | Bin 1620 -> 1620 bytes
31945  .../fonts/TestMORXThirteen.ttf                     | Bin 1820 -> 1820 bytes
31946  .../fonts/TestMORXThirtyeight.ttf                  | Bin 2444 -> 2444 bytes
31947  .../fonts/TestMORXThirtyfive.ttf                   | Bin 1968 -> 1968 bytes
31948  .../fonts/TestMORXThirtyfour.ttf                   | Bin 3608 -> 3608 bytes
31949  .../fonts/TestMORXThirtynine.ttf                   | Bin 2436 -> 2436 bytes
31950  .../fonts/TestMORXThirtyone.ttf                    | Bin 2964 -> 2964 bytes
31951  .../fonts/TestMORXThirtyseven.ttf                  | Bin 2444 -> 2444 bytes
31952  .../fonts/TestMORXThirtysix.ttf                    | Bin 1836 -> 1836 bytes
31953  .../fonts/TestMORXThirtythree.ttf                  | Bin 1520 -> 1520 bytes
31954  .../fonts/TestMORXThirtytwo.ttf                    | Bin 2948 -> 2948 bytes
31955  .../text-rendering-tests/fonts/TestMORXThree.ttf   | Bin 4104 -> 4104 bytes
31956  .../text-rendering-tests/fonts/TestMORXTwelve.ttf  | Bin 2200 -> 2200 bytes
31957  .../text-rendering-tests/fonts/TestMORXTwenty.ttf  | Bin 3232 -> 3232 bytes
31958  .../fonts/TestMORXTwentyeight.ttf                  | Bin 2660 -> 2660 bytes
31959  .../fonts/TestMORXTwentyfive.ttf                   | Bin 3260 -> 3260 bytes
31960  .../fonts/TestMORXTwentyfour.ttf                   | Bin 1828 -> 1828 bytes
31961  .../fonts/TestMORXTwentynine.ttf                   | Bin 3012 -> 3012 bytes
31962  .../fonts/TestMORXTwentyone.ttf                    | Bin 3244 -> 3244 bytes
31963  .../fonts/TestMORXTwentyseven.ttf                  | Bin 2432 -> 2432 bytes
31964  .../fonts/TestMORXTwentysix.ttf                    | Bin 3252 -> 3252 bytes
31965  .../fonts/TestMORXTwentythree.ttf                  | Bin 1836 -> 1836 bytes
31966  .../fonts/TestMORXTwentytwo.ttf                    | Bin 3256 -> 3256 bytes
31967  .../text-rendering-tests/fonts/TestMORXTwo.ttf     | Bin 4960 -> 4960 bytes
31968  .../text-rendering-tests/fonts/TestSFNTOne.otf     | Bin 0 -> 3228 bytes
31969  .../text-rendering-tests/fonts/TestSFNTTwo.ttf     | Bin 0 -> 3228 bytes
31970  .../fonts/TestSVGgradientTransform.otf             | Bin 0 -> 48292 bytes
31971  .../text-rendering-tests/fonts/TestSVGgzip.otf     | Bin 0 -> 3024 bytes
31972  .../fonts/TestSVGmultiGlyphs.otf                   | Bin 0 -> 10876 bytes
31973  .../text-rendering-tests/fonts/TestShapeLana.ttf   | Bin 0 -> 87032 bytes
31974  .../text-rendering-tests/fonts/TestTRAKOne.ttf     | Bin 1752 -> 1752 bytes
31975  .../data/text-rendering-tests/tests/AVAR-1.tests   |  34 +++++------
31976  .../data/text-rendering-tests/tests/CFF-1.tests    |  26 ++++-----
31977  .../data/text-rendering-tests/tests/CFF-2.tests    |  26 ++++-----
31978  .../data/text-rendering-tests/tests/CFF2-1.tests   |  18 +++---
31979  .../data/text-rendering-tests/tests/CMAP-1.tests   |   8 +--
31980  .../data/text-rendering-tests/tests/CMAP-2.tests   |   4 +-
31981  .../data/text-rendering-tests/tests/CMAP-3.tests   |  40 ++++++-------
31982  .../data/text-rendering-tests/tests/CVAR-1.tests   |   6 +-
31983  .../data/text-rendering-tests/tests/CVAR-2.tests   |   6 +-
31984  .../data/text-rendering-tests/tests/GLYF-1.tests   |   2 +-
31985  .../data/text-rendering-tests/tests/GPOS-1.tests   |  38 ++++++-------
31986  .../data/text-rendering-tests/tests/SFNT-1.tests   |   2 +
31987  .../data/text-rendering-tests/tests/SFNT-2.tests   |   2 +
31988  .../data/text-rendering-tests/tests/SHARAN-1.tests |  12 ++--
31989  .../data/text-rendering-tests/tests/SHBALI-1.tests |  44 +++++++--------
31990  .../data/text-rendering-tests/tests/SHBALI-2.tests |  24 ++++----
31991  .../data/text-rendering-tests/tests/SHKNDA-2.tests |  32 +++++------
31992  .../data/text-rendering-tests/tests/SHKNDA-3.tests |  62 ++++++++++-----------
31993  .../data/text-rendering-tests/tests/SHLANA-1.tests |  52 +++++++++++++++++
31994  .../text-rendering-tests/tests/SHLANA-10.tests     |  47 ++++++++++++++++
31995  .../data/text-rendering-tests/tests/SHLANA-2.tests |  37 ++++++++++++
31996  .../data/text-rendering-tests/tests/SHLANA-3.tests |  13 +++++
31997  .../data/text-rendering-tests/tests/SHLANA-4.tests |   3 +
31998  .../data/text-rendering-tests/tests/SHLANA-5.tests |  13 +++++
31999  .../data/text-rendering-tests/tests/SHLANA-6.tests |   7 +++
32000  .../data/text-rendering-tests/tests/SHLANA-7.tests |  18 ++++++
32001  .../data/text-rendering-tests/tests/SHLANA-8.tests |  13 +++++
32002  .../data/text-rendering-tests/tests/SHLANA-9.tests |   6 ++
32003  80 files changed, 433 insertions(+), 198 deletions(-)
32004
32005 commit ff89ba6e4d8e0e7e3545bc386bbc32d3153faab8
32006 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32007 Date:   Sun May 31 02:20:53 2020 +0430
32008
32009     [tests] Port text-rendering-tests update script to python
32010
32011  .../data/text-rendering-tests/extract-tests.py     |  61 -----------
32012  test/shaping/data/text-rendering-tests/update.py   | 112 +++++++++++++++++++++
32013  test/shaping/data/text-rendering-tests/update.sh   |  46 ---------
32014  3 files changed, 112 insertions(+), 107 deletions(-)
32015
32016 commit a9d13463b554981cc48349de64bf6d44147ff754
32017 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32018 Date:   Sat May 30 14:17:56 2020 +0430
32019
32020     [meson] Categorize tests using `suite: [...]`
32021     
32022     So one can run a category of interested tests like
32023     
32024       meson test -Cbuild --suite aots --suite src --print-errorlogs
32025     
32026     Intead issuing particular tests which also is possible like
32027     
32028       meson test -Cbuild test-shape --print-errorlogs
32029
32030  src/meson.build          |  8 ++++++--
32031  test/api/meson.build     |  2 +-
32032  test/fuzzing/meson.build | 12 +++++++++---
32033  test/shaping/meson.build |  3 +++
32034  test/subset/meson.build  |  1 +
32035  5 files changed, 20 insertions(+), 6 deletions(-)
32036
32037 commit 9d13124cfd6db1396f2a0ad5f7a9633825432898
32038 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32039 Date:   Sat May 30 14:45:22 2020 +0430
32040
32041     [ci] fix alpine build issue
32042
32043  .circleci/config.yml | 2 +-
32044  1 file changed, 1 insertion(+), 1 deletion(-)
32045
32046 commit 7250adee263f068634f6110b2c8d94f105294c13
32047 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32048 Date:   Fri May 29 12:34:30 2020 +0430
32049
32050     [tests] Port check scripts to python
32051
32052  src/Makefile.am              | 14 ++++-----
32053  src/check-c-linkage-decls.py | 26 ++++++++++++++++
32054  src/check-c-linkage-decls.sh | 27 ----------------
32055  src/check-externs.py         | 20 ++++++++++++
32056  src/check-externs.sh         | 22 -------------
32057  src/check-header-guards.py   | 22 +++++++++++++
32058  src/check-header-guards.sh   | 24 ---------------
32059  src/check-includes.py        | 39 +++++++++++++++++++++++
32060  src/check-includes.sh        | 44 --------------------------
32061  src/check-libstdc++.py       | 41 +++++++++++++++++++++++++
32062  src/check-libstdc++.sh       | 43 --------------------------
32063  src/check-static-inits.py    | 38 +++++++++++++++++++++++
32064  src/check-static-inits.sh    | 49 -----------------------------
32065  src/check-symbols.py         | 73 ++++++++++++++++++++++++++++++++++++++++++++
32066  src/check-symbols.sh         | 61 ------------------------------------
32067  src/meson.build              | 61 +++++++++++++++++-------------------
32068  16 files changed, 294 insertions(+), 310 deletions(-)
32069
32070 commit 5eb6cafd2eff067ee2915d084c14e872691dffac
32071 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32072 Date:   Fri May 29 23:54:14 2020 +0430
32073
32074     [meson] reflect chosen linker update
32075     
32076     As d9177a594bc2846b03a43b8d00949d23ab0d91c2
32077
32078  meson_options.txt | 2 +-
32079  1 file changed, 1 insertion(+), 1 deletion(-)
32080
32081 commit 0d8442a55f6b34ca3b5f444de2a3cdcce27421ff
32082 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32083 Date:   Fri May 29 16:11:32 2020 +0430
32084
32085     [meson] minor, find run-tests.py only once
32086
32087  test/shaping/meson.build | 8 +++++---
32088  1 file changed, 5 insertions(+), 3 deletions(-)
32089
32090 commit 3c5bdd9bb8eb97b8ff7109884cbf03c645e4eaa7
32091 Author: Qunxin Liu <qxliu@google.com>
32092 Date:   Tue Feb 18 10:02:19 2020 -0800
32093
32094     [subset] GDEF AttachList subsetting support
32095
32096  src/hb-ot-layout-gdef-table.hh                     |  41 +++++++++++++++++++--
32097  test/subset/data/Makefile.am                       |   1 +
32098  test/subset/data/Makefile.sources                  |   1 +
32099  .../IndicTestJalandhar-Regular.default.A01.ttf     | Bin 0 -> 4088 bytes
32100  .../IndicTestJalandhar-Regular.default.A05,A06.ttf | Bin 0 -> 4652 bytes
32101  .../IndicTestJalandhar-Regular.default.A07,A1B.ttf | Bin 0 -> 4620 bytes
32102  ...andhar-Regular.default.retain-all-codepoint.ttf | Bin 0 -> 28176 bytes
32103  .../IndicTestJalandhar-Regular.drop-hints.A01.ttf  | Bin 0 -> 948 bytes
32104  ...dicTestJalandhar-Regular.drop-hints.A05,A06.ttf | Bin 0 -> 1244 bytes
32105  ...dicTestJalandhar-Regular.drop-hints.A07,A1B.ttf | Bin 0 -> 1240 bytes
32106  ...har-Regular.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 15200 bytes
32107  .../IndicTestJalandhar-Regular.keep-gdef.A01.ttf   | Bin 0 -> 4140 bytes
32108  ...ndicTestJalandhar-Regular.keep-gdef.A05,A06.ttf | Bin 0 -> 4716 bytes
32109  ...ndicTestJalandhar-Regular.keep-gdef.A07,A1B.ttf | Bin 0 -> 4688 bytes
32110  ...dhar-Regular.keep-gdef.retain-all-codepoint.ttf | Bin 0 -> 28604 bytes
32111  .../data/fonts/IndicTestJalandhar-Regular.ttf      | Bin 0 -> 49816 bytes
32112  .../subset/data/tests/layout.gdef-attachlist.tests |  13 +++++++
32113  17 files changed, 52 insertions(+), 4 deletions(-)
32114
32115 commit 368ca306413da698f93562281926fec6f0e56863
32116 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32117 Date:   Fri May 29 00:42:32 2020 +0430
32118
32119     minor on python scripts
32120     
32121     * remove not needed imports
32122     * remove semicolons
32123
32124  src/gen-harfbuzzcc.py            | 2 +-
32125  src/gen-hb-version.py            | 2 +-
32126  src/gen-os2-unicode-ranges.py    | 1 -
32127  src/gen-ragel-artifacts.py       | 6 +++---
32128  src/gen-ucd-table.py             | 2 +-
32129  test/subset/run-tests.py         | 2 +-
32130  test/subset/subset_test_suite.py | 4 ++--
32131  7 files changed, 9 insertions(+), 10 deletions(-)
32132
32133 commit ad87155fd000aa05b5c6bf09c5a3ffbda658d60c
32134 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32135 Date:   Fri May 29 00:11:19 2020 +0430
32136
32137     minor, use py3's open(encoding=)
32138
32139  src/gen-arabic-table.py                  | 4 ++--
32140  src/gen-def.py                           | 4 ++--
32141  src/gen-indic-table.py                   | 4 ++--
32142  src/gen-os2-unicode-ranges.py            | 2 +-
32143  src/gen-tag-table.py                     | 5 ++---
32144  src/gen-use-table.py                     | 3 +--
32145  src/gen-vowel-constraints.py             | 5 ++---
32146  test/subset/generate-expected-outputs.py | 3 +--
32147  test/subset/run-tests.py                 | 7 +++----
32148  test/subset/subset_test_suite.py         | 3 +--
32149  10 files changed, 17 insertions(+), 23 deletions(-)
32150
32151 commit cd5580e2d62038725f3ad3e828d326b6cd7934da
32152 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32153 Date:   Thu May 28 23:43:55 2020 +0430
32154
32155     minor, enable printing to stderr in run-tests.py
32156     
32157     As was originally intended https://github.com/harfbuzz/harfbuzz/blob/3ce6c7b/test/shaping/run-tests.sh
32158
32159  test/shaping/run-tests.py | 10 +++++-----
32160  test/subset/run-tests.py  |  2 +-
32161  2 files changed, 6 insertions(+), 6 deletions(-)
32162
32163 commit 7554f618ecfbc0ba07937c7167ca6b456d55d712
32164 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32165 Date:   Thu May 28 22:51:29 2020 +0430
32166
32167     minor, use sys.exit print shorthand
32168
32169  mingw-ldd.py                                       |  3 +-
32170  src/gen-arabic-table.py                            |  3 +-
32171  src/gen-emoji-table.py                             |  3 +-
32172  src/gen-harfbuzzcc.py                              |  2 +-
32173  src/gen-indic-table.py                             |  3 +-
32174  src/gen-tag-table.py                               |  3 +-
32175  src/gen-ucd-table.py                               |  3 +-
32176  src/gen-use-table.py                               |  3 +-
32177  src/gen-vowel-constraints.py                       |  3 +-
32178  test/fuzzing/run-draw-fuzzer-tests.py              |  9 ++----
32179  test/fuzzing/run-shape-fuzzer-tests.py             |  9 ++----
32180  test/fuzzing/run-subset-fuzzer-tests.py            |  9 ++----
32181  .../data/text-rendering-tests/extract-tests.py     |  3 +-
32182  test/shaping/hb-diff                               |  3 +-
32183  test/shaping/hb_test_tools.py                      | 33 +++++++++-------------
32184  test/shaping/run-tests.py                          |  3 +-
32185  test/subset/run-tests.py                           |  9 ++----
32186  17 files changed, 39 insertions(+), 65 deletions(-)
32187
32188 commit 08f1d95a50f9efc2864dddef2a7713f57d387a26
32189 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32190 Date:   Thu May 28 15:01:15 2020 +0430
32191
32192     minor, move scripts manuals to __doc__
32193
32194  src/gen-arabic-table.py       | 14 ++++++++------
32195  src/gen-def.py                |  4 +++-
32196  src/gen-emoji-table.py        | 11 +++++++----
32197  src/gen-harfbuzzcc.py         |  4 +++-
32198  src/gen-hb-version.py         |  4 +++-
32199  src/gen-indic-table.py        | 13 ++++++++-----
32200  src/gen-os2-unicode-ranges.py |  9 +++++----
32201  src/gen-tag-table.py          | 12 +++++++-----
32202  src/gen-ucd-table.py          | 11 +++++++----
32203  src/gen-use-table.py          | 17 ++++++++++-------
32204  src/gen-vowel-constraints.py  |  9 +++++----
32205  11 files changed, 66 insertions(+), 42 deletions(-)
32206
32207 commit 593e58c84287968f5625c8aa0dd7c60f1a03b705
32208 Author: Qunxin Liu <qxliu@google.com>
32209 Date:   Wed May 20 18:00:25 2020 -0700
32210
32211     [subset] ChainContext subsetting fix: add lookup index remapping
32212
32213  src/hb-ot-layout-gsubgpos.hh                       |  57 ++++++++++++++-------
32214  test/subset/data/Makefile.am                       |   1 +
32215  test/subset/data/Makefile.sources                  |   1 +
32216  ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2408 bytes
32217  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2032 bytes
32218  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3776 bytes
32219  ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1944 bytes
32220  ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1332 bytes
32221  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3776 bytes
32222  ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2428 bytes
32223  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2032 bytes
32224  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3808 bytes
32225  ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1964 bytes
32226  ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1332 bytes
32227  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3808 bytes
32228  ...mple_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2400 bytes
32229  ..._simple_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2008 bytes
32230  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3744 bytes
32231  ...chaining3_simple_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1936 bytes
32232  ...os_chaining3_simple_f1.keep-layout.41,42,43.otf | Bin 0 -> 1308 bytes
32233  ..._simple_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3744 bytes
32234  .../fonts/gpos_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 4772 bytes
32235  .../fonts/gpos_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 4860 bytes
32236  .../subset/data/fonts/gpos_chaining3_simple_f1.otf | Bin 0 -> 4740 bytes
32237  test/subset/data/tests/layout.gpos8.tests          |  13 +++++
32238  25 files changed, 53 insertions(+), 19 deletions(-)
32239
32240 commit e3af529e511ca492284cdd9f4584666b88a9e00f
32241 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32242 Date:   Sat May 23 22:13:32 2020 +0430
32243
32244     [meson] update generated headers only when the result is different
32245     
32246     This way it won't ruin incremental builds.
32247     
32248     We need a better way to declare source altering tasks
32249     https://github.com/mesonbuild/meson/issues/7156
32250     yet this is good enough despite being not idiomatic.
32251     
32252     It is however not that smooth yet as the change may is detected on the
32253     next meson run. One of course can issue ./gen-ragel-artifacts.py
32254     manually for better experience before running meson.
32255
32256  src/gen-hb-version.py      | 12 ++++++++++--
32257  src/gen-ragel-artifacts.py | 26 ++++++++++++++++++++++----
32258  src/meson.build            | 15 ++++++---------
32259  3 files changed, 38 insertions(+), 15 deletions(-)
32260
32261 commit b32d169d22278a108b0772ab1dc72fd0c344af52
32262 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32263 Date:   Sat May 23 13:03:06 2020 +0430
32264
32265     [test] run aat APIs in shape fuzzer
32266
32267  test/api/test-ot-face.c | 10 ++++++++++
32268  1 file changed, 10 insertions(+)
32269
32270 commit 1fbb7883262d4d6eb28d283d236c152d2216db50
32271 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32272 Date:   Sat May 23 12:38:07 2020 +0430
32273
32274     [gdef] minor, use dagger in ligature carets fetch
32275
32276  src/hb-ot-layout-gdef-table.hh | 29 +++++++++++++++--------------
32277  1 file changed, 15 insertions(+), 14 deletions(-)
32278
32279 commit 2264a7011f82140ac8dc12ec307ba5c563aad4a1
32280 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32281 Date:   Sat May 23 12:14:40 2020 +0430
32282
32283     [tests] some more ligature carets tests
32284
32285  test/api/test-ot-ligature-carets.c | 69 +++++++++++++++++++++++++++++++++++++-
32286  1 file changed, 68 insertions(+), 1 deletion(-)
32287
32288 commit d7c012a08e347dcfd1ed4229d70c0a4be496c02b
32289 Author: Qunxin Liu <qxliu@google.com>
32290 Date:   Wed Feb 26 13:11:42 2020 -0800
32291
32292     [subset] GDEF Variation Store: step 2
32293     do subset based on variation indices collected in step 1
32294
32295  src/hb-ot-layout-common.hh                         |  96 ++++++++++++++-
32296  src/hb-ot-layout-gdef-table.hh                     |  28 +++--
32297  src/hb-ot-layout-gpos-table.hh                     | 136 ++++++++++++---------
32298  src/hb-ot-layout-gsubgpos.hh                       |   5 +-
32299  src/hb-ot-layout.cc                                |  32 -----
32300  src/hb-ot-layout.h                                 |   7 --
32301  src/hb-subset-plan.cc                              |  22 +++-
32302  test/subset/data/Makefile.am                       |   1 +
32303  test/subset/data/Makefile.sources                  |   1 +
32304  .../AdobeVFPrototype.default.41,42,43,57.otf       | Bin 0 -> 4960 bytes
32305  .../AdobeVFPrototype.default.41,42,43.otf          | Bin 0 -> 4540 bytes
32306  .../AdobeVFPrototype.default.41,42.otf             | Bin 0 -> 4132 bytes
32307  .../AdobeVFPrototype.default.41,56,57.otf          | Bin 0 -> 4152 bytes
32308  .../AdobeVFPrototype.default.41.otf                | Bin 0 -> 3468 bytes
32309  .../AdobeVFPrototype.default.42,57.otf             | Bin 0 -> 4208 bytes
32310  .../AdobeVFPrototype.drop-hints.41,42,43,57.otf    | Bin 0 -> 4772 bytes
32311  .../AdobeVFPrototype.drop-hints.41,42,43.otf       | Bin 0 -> 4352 bytes
32312  .../AdobeVFPrototype.drop-hints.41,42.otf          | Bin 0 -> 3944 bytes
32313  .../AdobeVFPrototype.drop-hints.41,56,57.otf       | Bin 0 -> 3964 bytes
32314  .../AdobeVFPrototype.drop-hints.41.otf             | Bin 0 -> 3280 bytes
32315  .../AdobeVFPrototype.drop-hints.42,57.otf          | Bin 0 -> 4020 bytes
32316  ...AdobeVFPrototype.keep-gdef-gpos.41,42,43,57.otf | Bin 0 -> 5444 bytes
32317  .../AdobeVFPrototype.keep-gdef-gpos.41,42,43.otf   | Bin 0 -> 4916 bytes
32318  .../AdobeVFPrototype.keep-gdef-gpos.41,42.otf      | Bin 0 -> 4436 bytes
32319  .../AdobeVFPrototype.keep-gdef-gpos.41,56,57.otf   | Bin 0 -> 4556 bytes
32320  .../AdobeVFPrototype.keep-gdef-gpos.41.otf         | Bin 0 -> 3692 bytes
32321  .../AdobeVFPrototype.keep-gdef-gpos.42,57.otf      | Bin 0 -> 4556 bytes
32322  test/subset/data/fonts/AdobeVFPrototype.otf        | Bin 0 -> 120400 bytes
32323  test/subset/data/tests/layout.gdef-varstore.tests  |  16 +++
32324  29 files changed, 232 insertions(+), 112 deletions(-)
32325
32326 commit 8200e48ffc1918daa8aaa9432048334844f3b8a5
32327 Author: Qunxin Liu <qxliu@google.com>
32328 Date:   Wed Feb 26 13:11:42 2020 -0800
32329
32330     [subset] GDEF Variation Store: step 1
32331     closure device variation indexes, create old->new variation idx mapping
32332     and store them in subset-plan
32333
32334  src/hb-ot-layout-common.hh     |  47 ++++++
32335  src/hb-ot-layout-gdef-table.hh |  60 ++++++++
32336  src/hb-ot-layout-gpos-table.hh | 325 +++++++++++++++++++++++++++++++++++++++--
32337  src/hb-ot-layout-gsubgpos.hh   |  15 ++
32338  src/hb-ot-layout.cc            |  31 ++++
32339  src/hb-ot-layout.h             |   6 +
32340  src/hb-subset-plan.cc          |  28 +++-
32341  src/hb-subset-plan.hh          |   5 +
32342  8 files changed, 504 insertions(+), 13 deletions(-)
32343
32344 commit 8ba0077ea3b946efff40cd96ee0bfb36c776dfca
32345 Author: Vincent Torri <vincent.torri@gmail.com>
32346 Date:   Thu May 21 19:53:42 2020 +0200
32347
32348     Add shell script and cross-compilation file to compile Harfbuzz with meson
32349
32350  meson-mingw-cross.txt | 17 +++++++++++++++++
32351  mingw-meson.sh        | 33 +++++++++++++++++++++++++++++++++
32352  2 files changed, 50 insertions(+)
32353
32354 commit d2e3a048d190330270af1c4f439d55b62d8df81d
32355 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32356 Date:   Thu May 21 21:48:01 2020 +0430
32357
32358     [meson] Fix fix_get_types.py shabang, minor format
32359
32360  src/fix_get_types.py | 22 +++++++++++-----------
32361  1 file changed, 11 insertions(+), 11 deletions(-)
32362
32363 commit 887aa0214feade3f5b782ebb25e5c52704d0aa64
32364 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32365 Date:   Thu May 21 20:02:47 2020 +0430
32366
32367     [meson] Use find_program for locating python script
32368     
32369     Apparently that is the simplest and supported way of finding python scripts.
32370
32371  meson.build              | 2 --
32372  src/meson.build          | 4 ++--
32373  test/shaping/meson.build | 9 +++------
32374  3 files changed, 5 insertions(+), 10 deletions(-)
32375
32376 commit d9177a594bc2846b03a43b8d00949d23ab0d91c2
32377 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32378 Date:   Thu May 21 19:34:56 2020 +0430
32379
32380     [meson] Use a c linker for on Windows also
32381     
32382     Using a C linker was limited to non-Windows as 20a840c7, let's
32383     revisit this while transition to meson.
32384     
32385     Packagers easily override that via the option and use a C++ linker
32386     if needed.
32387
32388  src/meson.build | 5 +----
32389  1 file changed, 1 insertion(+), 4 deletions(-)
32390
32391 commit cc53fd158c09451a83cef7fda7371a84d906be20
32392 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32393 Date:   Thu May 21 19:33:18 2020 +0430
32394
32395     [meson] Normalize options names
32396     
32397     As https://github.com/harfbuzz/harfbuzz/pull/2412#discussion_r426275027
32398
32399  .circleci/config.yml    |  4 ++--
32400  meson.build             |  4 ++--
32401  meson_options.txt       | 10 +++++-----
32402  src/meson.build         |  6 +++---
32403  test/subset/meson.build |  2 +-
32404  5 files changed, 13 insertions(+), 13 deletions(-)
32405
32406 commit a9e8328ae2b14341c3dee1b6610bb454f50e34aa
32407 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32408 Date:   Thu May 21 16:28:24 2020 +0430
32409
32410     [meson] Add build configuration summary just like autotools
32411
32412  docs/meson.build |  2 ++
32413  meson.build      | 27 +++++++++++++++++++++++++++
32414  src/meson.build  |  1 +
32415  3 files changed, 30 insertions(+)
32416
32417 commit 99e2342a6b129cfc69f23081b9efb826f9aa950e
32418 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32419 Date:   Thu May 21 17:41:45 2020 +0430
32420
32421     [ci] Install newer meson from pip
32422
32423  .circleci/config.yml | 8 ++++----
32424  appveyor.yml         | 4 ++--
32425  2 files changed, 6 insertions(+), 6 deletions(-)
32426
32427 commit f7562672f909d9cca8118659c017c552328796af
32428 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32429 Date:   Thu May 21 17:01:04 2020 +0430
32430
32431     [meson] Use / instead join_paths
32432     
32433     We need some of the very recent features of meson, let's use the new features also
32434
32435  docs/meson.build         |  4 ++--
32436  meson.build              |  2 +-
32437  src/meson.build          |  8 ++++----
32438  test/fuzzing/meson.build |  6 +++---
32439  test/shaping/meson.build | 12 ++++++------
32440  test/subset/meson.build  |  4 ++--
32441  6 files changed, 18 insertions(+), 18 deletions(-)
32442
32443 commit b8d1760bc00071580a41b1e41fca6675f1e4aa04
32444 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32445 Date:   Thu May 21 14:45:41 2020 +0430
32446
32447     [meson/ci] Increase cmap fuzzer timeout even more
32448
32449  test/fuzzing/meson.build | 2 +-
32450  1 file changed, 1 insertion(+), 1 deletion(-)
32451
32452 commit 4b12b8466faa14cd09d57ba5c3819c2d24e66b1e
32453 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32454 Date:   Thu May 21 14:23:36 2020 +0430
32455
32456     [meson] Increase timeout in hope to resolve Actions' bot timeout
32457
32458  test/fuzzing/meson.build | 2 +-
32459  test/subset/meson.build  | 2 +-
32460  2 files changed, 2 insertions(+), 2 deletions(-)
32461
32462 commit 1c4dd79cfb2ce617f51778be96cd7fb99fda0382
32463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32464 Date:   Thu May 21 08:49:14 2020 +0430
32465
32466     [ci] Increase timeout as gh bot issue isn't resolved by serial test
32467
32468  test/fuzzing/meson.build | 2 +-
32469  test/subset/meson.build  | 3 +--
32470  2 files changed, 2 insertions(+), 3 deletions(-)
32471
32472 commit eac2c3bdb1953d42b4ba07292a4c8e6a9bf94cad
32473 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32474 Date:   Thu May 21 07:09:03 2020 +0430
32475
32476     [ci] Enable sanitizer bots again
32477
32478  .circleci/config.yml | 10 +++++-----
32479  1 file changed, 5 insertions(+), 5 deletions(-)
32480
32481 commit f9b31ddaaa81b63c2f3be325aa879796703e5a18
32482 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32483 Date:   Thu May 21 08:37:44 2020 +0430
32484
32485     [build] State encoding explicitly for hb-version.h.in
32486     
32487     As https://circleci.com/gh/harfbuzz/harfbuzz/140481
32488       Traceback (most recent call last):
32489         File "./gen-hb-version.py", line 14, in <module>
32490           output_file.write (input_file.read ()
32491         File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
32492           return codecs.ascii_decode(input, self.errors)[0]
32493       UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16: ordinal not in range(128)
32494
32495  src/gen-hb-version.py | 2 +-
32496  1 file changed, 1 insertion(+), 1 deletion(-)
32497
32498 commit 759ab4fe561b329d8a2d7682e42b8b4f85aa78f6
32499 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32500 Date:   Thu May 21 08:24:15 2020 +0430
32501
32502     [meson] Use subdir_done to simplify test/api/meson.build
32503
32504  test/api/meson.build | 161 ++++++++++++++++++++++++++-------------------------
32505  1 file changed, 81 insertions(+), 80 deletions(-)
32506
32507 commit a79d0e405b65c9c077a5e29b0b9313a606da691b
32508 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32509 Date:   Thu May 21 07:32:58 2020 +0430
32510
32511     [subset] minor, use a better type in iteration
32512     
32513     In file included from hb-ot-face.cc:34:
32514     In file included from ./hb-ot-kern-table.hh:30:
32515     In file included from ./hb-aat-layout-kerx-table.hh:31:
32516     In file included from ./hb-kern.hh:32:
32517     In file included from ./hb-ot-layout-gpos-table.hh:32:
32518     ./hb-ot-layout-gsubgpos.hh:1878:63: error: loop variable '_' binds to a temporary value produced by a range of type 'decltype((hb_forward<hb_filter_iter_factory_t<hb_map_t &, const (anonymous struct at ./hb-algs.hh:331:1) &>>(rhs)(hb_forward<hb_zip_iter_t<hb_iota_iter_t<unsigned int, unsigned int>, hb_array_t<const OT::OffsetTo<OT::RuleSet, OT::IntType<unsigned short, 2>, true>>>>(lhs))))' (aka 'hb_filter_iter_t<hb_zip_iter_t<hb_iota_iter_t<unsigned int, unsigned int>, hb_array_t<const OT::OffsetTo<OT::RuleSet, OT::IntType<unsigned short, 2>, true>>>, hb_map_t &, const (anonymous struct at ./hb-algs.hh:331:1) &>') [-Werror,-Wrange-loop-bind-reference]
32519         for (const hb_pair_t<unsigned, const OffsetTo<RuleSet>&>& _ : + hb_enumerate (ruleSet)
32520                                                                   ^
32521     ./hb-ot-layout-gsubgpos.hh:1878:10: note: use non-reference type 'hb_pair_t<unsigned int, const OffsetTo<OT::RuleSet> &>'
32522         for (const hb_pair_t<unsigned, const OffsetTo<RuleSet>&>& _ : + hb_enumerate (ruleSet)
32523              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32524
32525  src/hb-ot-layout-gsubgpos.hh | 6 +++---
32526  1 file changed, 3 insertions(+), 3 deletions(-)
32527
32528 commit 8667df552c640c41413cb34d2ef008eb037988d2
32529 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32530 Date:   Thu May 21 07:19:37 2020 +0430
32531
32532     [meson] Unbreak the build, oops
32533
32534  test/fuzzing/meson.build | 2 +-
32535  test/subset/meson.build  | 2 +-
32536  2 files changed, 2 insertions(+), 2 deletions(-)
32537
32538 commit 37f9cccc210dd17af93c71ef3a9327d4365181c0
32539 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32540 Date:   Thu May 21 07:17:18 2020 +0430
32541
32542     [meson] Don't run subset tests in parallel
32543     
32544     Hopefully resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:700 for now
32545
32546  test/subset/meson.build | 1 +
32547  1 file changed, 1 insertion(+)
32548
32549 commit 791debdc4ae18b2b22842b1fb28a26e93633ce7b
32550 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32551 Date:   Thu May 21 07:15:09 2020 +0430
32552
32553     [meson][ci] Don't run subset fuzzer test in parallel
32554     
32555     resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:595 failure
32556
32557  test/fuzzing/meson.build | 1 +
32558  1 file changed, 1 insertion(+)
32559
32560 commit 8a5368e2d6d136357f7114e638635a15e7759841
32561 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32562 Date:   Thu May 21 07:00:40 2020 +0430
32563
32564     [tests] Enable more gid misc calls on draw fuzzer
32565
32566  test/fuzzing/hb-draw-fuzzer.cc | 42 ++++++++++++++++++++++++++++++++++++++++--
32567  1 file changed, 40 insertions(+), 2 deletions(-)
32568
32569 commit c68ab4b52b898f5c168cf662137b3dce922c29d9
32570 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32571 Date:   Thu May 21 00:25:17 2020 +0430
32572
32573     Fix _get_ligature_caret's oob read issue
32574     
32575     AAT::Lookup has no other way to detect whether it is returned from
32576     a real and sanitized font data or from a null pool, this checks if
32577     the table has been recognized valid by sanitizer by checking
32578     table's major version which is zero if returned from a null pool and
32579     non-zero if is from a sanitized font data, it is expected the other
32580     calls of the table (unlikely to have more calls however) also do a
32581     similar version check before calling the lookups used on the table.
32582
32583  src/hb-aat-layout-lcar-table.hh    |  9 +++++++++
32584  test/api/test-ot-face.c            |  2 ++
32585  test/api/test-ot-ligature-carets.c | 14 ++++----------
32586  test/fuzzing/hb-draw-fuzzer.cc     |  3 +++
32587  4 files changed, 18 insertions(+), 10 deletions(-)
32588
32589 commit 57886e2162312b789dd5a1956a883c3fd2c1cee0
32590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32591 Date:   Thu May 21 06:29:33 2020 +0430
32592
32593     [test] Enable tests fixed by 461cd5a which was regressed by b986fea
32594
32595  test/api/test-ot-ligature-carets.c | 10 ++++------
32596  1 file changed, 4 insertions(+), 6 deletions(-)
32597
32598 commit 8b5d3ebd9653375025e5ff439191370332e1b346
32599 Author: Qunxin Liu <qxliu@google.com>
32600 Date:   Fri Apr 17 11:58:31 2020 -0700
32601
32602     [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support
32603
32604  src/hb-ot-layout-gsubgpos.hh                       | 160 ++++++++++++++++++++-
32605  src/hb-subset.cc                                   |   2 +-
32606  src/hb-subset.hh                                   |   7 +-
32607  test/subset/data/Makefile.am                       |   1 +
32608  test/subset/data/Makefile.sources                  |   1 +
32609  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2140 bytes
32610  ...e_subrules_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2028 bytes
32611  ...e_subrules_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
32612  ...iple_subrules_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
32613  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3756 bytes
32614  ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1440 bytes
32615  ...ext1_multiple_subrules_f1.keep-layout.41,42.otf | Bin 0 -> 1324 bytes
32616  ...ext1_multiple_subrules_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
32617  ...ontext1_multiple_subrules_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
32618  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3756 bytes
32619  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2156 bytes
32620  ...e_subrules_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 2040 bytes
32621  ...e_subrules_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2048 bytes
32622  ...iple_subrules_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1916 bytes
32623  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
32624  ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1456 bytes
32625  ...ext2_multiple_subrules_f1.keep-layout.41,42.otf | Bin 0 -> 1336 bytes
32626  ...ext2_multiple_subrules_f1.keep-layout.41,43.otf | Bin 0 -> 1332 bytes
32627  ...ontext2_multiple_subrules_f1.keep-layout.41.otf | Bin 0 -> 1216 bytes
32628  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
32629  ..._simple_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2120 bytes
32630  ...xt3_simple_f1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1912 bytes
32631  ...xt3_simple_f1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2028 bytes
32632  ...ntext3_simple_f1.keep-layout-retain-gids.41.otf | Bin 0 -> 1896 bytes
32633  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3736 bytes
32634  ...pos_context3_simple_f1.keep-layout.41,42,43.otf | Bin 0 -> 1420 bytes
32635  .../gpos_context3_simple_f1.keep-layout.41,42.otf  | Bin 0 -> 1208 bytes
32636  .../gpos_context3_simple_f1.keep-layout.41,43.otf  | Bin 0 -> 1312 bytes
32637  .../gpos_context3_simple_f1.keep-layout.41.otf     | Bin 0 -> 1196 bytes
32638  ..._simple_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3736 bytes
32639  .../fonts/gpos_context1_multiple_subrules_f1.otf   | Bin 0 -> 4760 bytes
32640  .../fonts/gpos_context2_multiple_subrules_f1.otf   | Bin 0 -> 4780 bytes
32641  test/subset/data/fonts/gpos_context3_simple_f1.otf | Bin 0 -> 4732 bytes
32642  test/subset/data/tests/layout.context.tests        |  15 ++
32643  39 files changed, 176 insertions(+), 10 deletions(-)
32644
32645 commit 00aba82a6d4b00b2d512e13ea1ee7aefea5d7441
32646 Merge: ca2705f1f 461cd5a15
32647 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32648 Date:   Thu May 21 00:10:33 2020 +0430
32649
32650     Merge pull request #2415 from pipcet/fix-ligature-carets
32651     
32652     minor: fix hb_ot_layout_get_ligature_carets
32653
32654 commit ca2705f1fbd7e60fdabf59a93f8dc6c19fa2fcd0
32655 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32656 Date:   Thu May 21 00:05:42 2020 +0430
32657
32658     [tests] Add more tests for _get_ligature_carets
32659
32660  test/api/fonts/NotoNastaliqUrdu-Regular.ttf | Bin 0 -> 497204 bytes
32661  test/api/test-ot-ligature-carets.c          | 153 +++++++++++++++++++++++++---
32662  2 files changed, 138 insertions(+), 15 deletions(-)
32663
32664 commit 461cd5a158cd01163c205e0e8cfeb366779c100e
32665 Author: Pip Cet <pipcet@gmail.com>
32666 Date:   Wed May 20 10:01:24 2020 +0000
32667
32668     minor: fix hb_ot_layout_get_ligature_carets
32669
32670  src/hb-ot-layout.cc | 2 +-
32671  1 file changed, 1 insertion(+), 1 deletion(-)
32672
32673 commit 3dd7b2105b3f36ce08dfa5bdaed792dc4eb69ad3
32674 Author: Tim-Philipp Müller <tim@centricular.com>
32675 Date:   Sun May 17 00:12:08 2020 +0100
32676
32677     meson: build documentation with gtk-doc
32678     
32679     Fixes https://github.com/harfbuzz/harfbuzz/issues/2409
32680
32681  docs/Makefile.am  |  2 +-
32682  docs/meson.build  | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
32683  meson.build       |  4 ++++
32684  meson_options.txt |  2 ++
32685  4 files changed, 74 insertions(+), 1 deletion(-)
32686
32687 commit 4fc6189a329cdf5fbf0b5bef34b37b726c4a6959
32688 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32689 Date:   Tue Apr 21 12:19:16 2020 +0430
32690
32691     [meson] Generate harfbuzz.cc, hb-version.h and ragel artifacts
32692
32693  src/Makefile.am            | 18 +++++++-----------
32694  src/gen-harfbuzzcc.py      | 14 ++++++++++++++
32695  src/gen-hb-version.py      | 19 +++++++++++++++++++
32696  src/gen-ragel-artifacts.py | 22 ++++++++++++++++++++++
32697  src/meson.build            | 30 ++++++++++++++++++++++++++++++
32698  5 files changed, 92 insertions(+), 11 deletions(-)
32699
32700 commit b19f927f967f50aecd64913dc37ee92085919644
32701 Author: Christoph Reiter <reiter.christoph@gmail.com>
32702 Date:   Sat May 16 09:27:05 2020 +0200
32703
32704     meson: error out if introspection is enabled but gobject isn't
32705     
32706     In case a user passed -Dintrospection=enabled the build would just ignore
32707     it by default because gobject defaults to disabled and the introspection build
32708     gets skipped.
32709     
32710     Instead, if introspection is explicitly enabled but gobject is for some reason
32711     missing error out.
32712     
32713     Fixes #2404
32714
32715  src/meson.build | 4 ++++
32716  1 file changed, 4 insertions(+)
32717
32718 commit b207eab842bf7c18e3de49338726b26138c77c69
32719 Author: David Corbett <corbett.dav@husky.neu.edu>
32720 Date:   Thu Apr 30 11:53:21 2020 -0400
32721
32722     Round-trip OpenType tags through BCP 47
32723
32724  src/hb-algs.hh         |  6 ++++
32725  src/hb-ot-tag.cc       | 74 +++++++++++++++++++++++++++++---------------------
32726  test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++----------
32727  3 files changed, 93 insertions(+), 45 deletions(-)
32728
32729 commit 10d6605bbe6cdde66e8901e1b2aee63e664516ad
32730 Author: Qunxin Liu <qxliu@google.com>
32731 Date:   Fri May 15 10:52:49 2020 -0700
32732
32733     [subset] don't use << operator in collect_mapping
32734
32735  src/hb-ot-cmap-table.hh | 24 ++++++++++++------------
32736  1 file changed, 12 insertions(+), 12 deletions(-)
32737
32738 commit ba3c77ef23eab3d0ab597ed89a7811be12ca0a6a
32739 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32740 Date:   Fri May 15 12:14:23 2020 +0430
32741
32742     [docs] minor update on releasing
32743
32744  RELEASING.md | 8 +++-----
32745  1 file changed, 3 insertions(+), 5 deletions(-)
32746
32747 commit 0722889a6ee9e3d2c186d53d2c414cc7b28ca4b0
32748 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32749 Date:   Fri May 15 10:10:27 2020 +0430
32750
32751     [meson] increase subset tests timeout
32752     
32753     https://github.com/harfbuzz/harfbuzz/runs/676665822#step:6:570
32754     
32755     fails because meson runs the tests in parallel, correct fix will be making the tests smaller
32756
32757  test/subset/meson.build | 3 +--
32758  1 file changed, 1 insertion(+), 2 deletions(-)
32759
32760 commit c15146448b534479de08b6aa8e6b1795221a2e1e
32761 Merge: 069c5de9f 7a961692e
32762 Author: Behdad Esfahbod <behdad@behdad.org>
32763 Date:   Thu May 14 19:12:41 2020 -0700
32764
32765     Merge pull request #2264 from harfbuzz/unicode-13
32766     
32767     Update to Unicode 13.0.0
32768
32769 commit 069c5de9f8d95ac8fb1b909e3276af9887311222
32770 Author: Behdad Esfahbod <behdad@behdad.org>
32771 Date:   Thu May 14 18:58:53 2020 -0700
32772
32773     [util/hb-view] Add --font-extents
32774     
32775     Fixes https://github.com/harfbuzz/harfbuzz/issues/2402
32776
32777  util/options.cc    | 23 +++++++++++++++++++++++
32778  util/options.hh    |  6 ++++++
32779  util/view-cairo.cc | 25 ++++++++++++++++---------
32780  3 files changed, 45 insertions(+), 9 deletions(-)
32781
32782 commit 7a961692e9568806221de8b2e2bf41bdfc1b8b3f
32783 Author: David Corbett <corbett.dav@husky.neu.edu>
32784 Date:   Wed Apr 1 17:26:07 2020 -0400
32785
32786     Update IANA Language Subtag Registry to 2020-05-12
32787
32788  src/gen-tag-table.py   |   1 +
32789  src/hb-ot-tag-table.hh | 125 ++++++++++++++++++++++++++++++++++++++++++++++---
32790  2 files changed, 119 insertions(+), 7 deletions(-)
32791
32792 commit b2a965df5ef1a90a1260b40ff3b4775ae9a222f3
32793 Author: Qunxin Liu <qxliu@google.com>
32794 Date:   Wed Apr 22 15:58:41 2020 -0700
32795
32796     [subset] Add support for "--gids" option
32797     cmap subsetting now retains entries associated with any glyph ids explicitly requested
32798
32799  src/hb-ot-cmap-table.hh                            | 205 +++++++++++++++++++--
32800  src/hb-ot-os2-table.hh                             |  21 ++-
32801  src/hb-subset-plan.cc                              |   2 +
32802  src/hb-subset-plan.hh                              |   3 +
32803  test/api/test-subset-cmap.c                        |   4 +-
32804  test/subset/data/Makefile.sources                  |   2 +-
32805  .../basics/Comfortaa-Regular-new.gids.61,62,63.ttf | Bin 0 -> 8296 bytes
32806  .../basics/Comfortaa-Regular-new.gids.61,63.ttf    | Bin 0 -> 7944 bytes
32807  .../basics/Comfortaa-Regular-new.gids.61.ttf       | Bin 0 -> 7588 bytes
32808  .../basics/Comfortaa-Regular-new.gids.62.ttf       | Bin 0 -> 7528 bytes
32809  .../basics/Comfortaa-Regular-new.gids.63.ttf       | Bin 0 -> 7516 bytes
32810  ...ortaa-Regular-new.gids.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
32811  .../NanumMyeongjo-Regular-subset.gids.61,62,63.ttf | Bin 0 -> 4128 bytes
32812  .../NanumMyeongjo-Regular-subset.gids.61,63.ttf    | Bin 0 -> 4128 bytes
32813  .../NanumMyeongjo-Regular-subset.gids.61.ttf       | Bin 0 -> 4128 bytes
32814  .../NanumMyeongjo-Regular-subset.gids.62.ttf       | Bin 0 -> 4128 bytes
32815  .../NanumMyeongjo-Regular-subset.gids.63.ttf       | Bin 0 -> 4128 bytes
32816  ...jo-Regular-subset.gids.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
32817  .../basics/Roboto-Regular.abc.gids.61,62,63.ttf    | Bin 0 -> 2168 bytes
32818  .../basics/Roboto-Regular.abc.gids.61,63.ttf       | Bin 0 -> 2168 bytes
32819  .../expected/basics/Roboto-Regular.abc.gids.61.ttf | Bin 0 -> 2168 bytes
32820  .../expected/basics/Roboto-Regular.abc.gids.62.ttf | Bin 0 -> 2168 bytes
32821  .../expected/basics/Roboto-Regular.abc.gids.63.ttf | Bin 0 -> 2168 bytes
32822  ...oboto-Regular.abc.gids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
32823  .../cmap14/cmap14_font1.gids.4E00,4E02,4E03.otf    | Bin 0 -> 1388 bytes
32824  .../cmap14/cmap14_font1.gids.4E00,4E03.otf         | Bin 0 -> 1380 bytes
32825  .../cmap14/cmap14_font1.gids.4E00,4E05,4E07.otf    | Bin 0 -> 1620 bytes
32826  .../cmap14/cmap14_font1.gids.4E02,4E03,4E08.otf    | Bin 0 -> 1744 bytes
32827  .../expected/cmap14/cmap14_font1.gids.4E02.otf     | Bin 0 -> 1312 bytes
32828  .../expected/cmap14/cmap14_font1.gids.4E03.otf     | Bin 0 -> 1352 bytes
32829  .../cmap14_font1.gids.4E05,4E07,4E08,4E09.otf      | Bin 0 -> 2164 bytes
32830  .../cmap14/cmap14_font1.gids.4E08,4E09.otf         | Bin 0 -> 2036 bytes
32831  .../expected/cmap14/cmap14_font1.gids.4E08.otf     | Bin 0 -> 1704 bytes
32832  .../cmap14_font1.gids.retain-all-codepoint.otf     | Bin 0 -> 2380 bytes
32833  .../cmap14/cmap14_font2.gids.4E00,4E02,4E03.otf    | Bin 0 -> 1388 bytes
32834  .../cmap14/cmap14_font2.gids.4E00,4E03.otf         | Bin 0 -> 1380 bytes
32835  .../cmap14/cmap14_font2.gids.4E00,4E05,4E07.otf    | Bin 0 -> 1624 bytes
32836  .../cmap14/cmap14_font2.gids.4E02,4E03,4E08.otf    | Bin 0 -> 1744 bytes
32837  .../expected/cmap14/cmap14_font2.gids.4E02.otf     | Bin 0 -> 1308 bytes
32838  .../expected/cmap14/cmap14_font2.gids.4E03.otf     | Bin 0 -> 1348 bytes
32839  .../cmap14_font2.gids.4E05,4E07,4E08,4E09.otf      | Bin 0 -> 2164 bytes
32840  .../cmap14/cmap14_font2.gids.4E08,4E09.otf         | Bin 0 -> 2032 bytes
32841  .../expected/cmap14/cmap14_font2.gids.4E08.otf     | Bin 0 -> 1700 bytes
32842  .../cmap14_font2.gids.retain-all-codepoint.otf     | Bin 0 -> 2376 bytes
32843  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 0 -> 1824 bytes
32844  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 0 -> 1096 bytes
32845  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 0 -> 1860 bytes
32846  test/subset/data/profiles/gids.txt                 |   1 +
32847  test/subset/data/tests/basics.tests                |   1 +
32848  test/subset/data/tests/cmap14.tests                |   1 +
32849  test/subset/data/tests/japanese.tests              |   1 +
32850  test/subset/meson.build                            |   3 +-
32851  util/options-subset.cc                             |  61 ++++++
32852  53 files changed, 282 insertions(+), 23 deletions(-)
32853
32854 commit 44d88cff95e9255fb851bf59b40f685b264dc082
32855 Author: Qunxin Liu <qxliu@google.com>
32856 Date:   Fri May 8 15:33:34 2020 -0700
32857
32858     [subset] fix intersects () for Context/ChainContext tables
32859     return true only when all values in array are intersected with input
32860
32861  src/hb-ot-layout-gsubgpos.hh | 38 +++++++++++++++++++-------------------
32862  1 file changed, 19 insertions(+), 19 deletions(-)
32863
32864 commit 42025680cb0a30eba4ed48d125586a4dda3c973e
32865 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32866 Date:   Tue May 12 00:14:33 2020 +0430
32867
32868     2.6.6
32869
32870  NEWS             | 7 +++++++
32871  configure.ac     | 2 +-
32872  meson.build      | 2 +-
32873  src/hb-version.h | 4 ++--
32874  4 files changed, 11 insertions(+), 4 deletions(-)
32875
32876 commit 57d67f177508c11a2a9b9e8aa5f2d3540b5319f5
32877 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32878 Date:   Tue May 12 00:03:17 2020 +0430
32879
32880     [RELEASE] minor update
32881
32882  RELEASING.md | 20 +++++---------------
32883  1 file changed, 5 insertions(+), 15 deletions(-)
32884
32885 commit b169a52c1e3c5d16adcf3e80cba37bb86adcbe77
32886 Author: Khaled Hosny <khaledhosny@eglug.org>
32887 Date:   Mon May 11 14:35:11 2020 +0200
32888
32889     [blob] Fix build when HAVE_MMAP is not defined
32890
32891  src/hb-blob.cc | 7 +++----
32892  1 file changed, 3 insertions(+), 4 deletions(-)
32893
32894 commit a2ce96881b40c1689319c1f699f1469afc3ffe40
32895 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32896 Date:   Mon May 11 17:15:37 2020 +0430
32897
32898     [cff] remove the not used member
32899
32900  src/hb-subset-cff1.cc | 4 ----
32901  1 file changed, 4 deletions(-)
32902
32903 commit 2cc78a58c3fecf7a3cb26c01949e9cd4d0cd9ee5
32904 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32905 Date:   Mon May 11 15:56:54 2020 +0430
32906
32907     [number] minor
32908
32909  src/hb-number-parser.hh | 16 +++++++---------
32910  src/hb-number-parser.rl |  8 +++-----
32911  2 files changed, 10 insertions(+), 14 deletions(-)
32912
32913 commit bb095e1bdd0f7f1de88651d6f7223bc04bf70d70
32914 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32915 Date:   Sun May 10 22:00:05 2020 +0430
32916
32917     [meson] make -subset target dependent to deps to get libm dependency
32918
32919  src/meson.build | 1 +
32920  1 file changed, 1 insertion(+)
32921
32922 commit dca8ba6b6d637ebfc51d658a893e8dbda28b7709
32923 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32924 Date:   Sun May 10 16:57:45 2020 +0430
32925
32926     [number] Make hb_parse_double simpler now that we don't have to mimic strtod
32927
32928  src/hb-number-parser.hh | 23 ++++++++++++-----------
32929  src/hb-number-parser.rl | 15 ++++++++-------
32930  src/hb-number.cc        | 25 +++++++++++++------------
32931  src/test-number.cc      | 20 --------------------
32932  4 files changed, 33 insertions(+), 50 deletions(-)
32933
32934 commit 44fe1c8ff19048d11785ff154993d6637b447fdd
32935 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32936 Date:   Wed Mar 25 16:36:48 2020 +0430
32937
32938     Remove xlocale use now that isn't available in most distros
32939     
32940     Our CI bots don't detect it in Alpine, ArchLinux, Ubuntu and Fedora
32941     so let's get rid of it use the fallback we are using anyway for a
32942     long time.
32943
32944  CMakeLists.txt     |  6 +----
32945  configure.ac       |  4 +--
32946  meson.build        |  3 ---
32947  src/hb-number.cc   | 71 +-----------------------------------------------------
32948  src/test-number.cc |  9 -------
32949  5 files changed, 4 insertions(+), 89 deletions(-)
32950
32951 commit eea99d7b7253027570f7afe64ca63962618553b7
32952 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32953 Date:   Sun May 10 14:46:16 2020 +0430
32954
32955     [meson] Let name_prefix of exported libraries the default
32956     
32957     meson complains about this and it is the default per #2256
32958     
32959     Fixes #2256
32960
32961  src/meson.build | 10 ++++------
32962  1 file changed, 4 insertions(+), 6 deletions(-)
32963
32964 commit 2ac4222022ee261269994ce4eaf4d7c070152492
32965 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32966 Date:   Sun May 10 14:20:27 2020 +0430
32967
32968     [meson] specify preferred linker to avoid stdc++ linking
32969
32970  meson_options.txt |  2 ++
32971  src/meson.build   | 19 ++++++++++++++++++-
32972  2 files changed, 20 insertions(+), 1 deletion(-)
32973
32974 commit 15083c24ee7c69e17eee4d99ee9db121a150338b
32975 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32976 Date:   Sun May 10 14:12:20 2020 +0430
32977
32978     [meson] Reenable make check-symbols compatible with gcov
32979
32980  src/check-symbols.sh |  2 +-
32981  src/meson.build      | 29 ++++++++++++++++++++---------
32982  2 files changed, 21 insertions(+), 10 deletions(-)
32983
32984 commit 68855e4a6dedf40d643a1ec9ac89c9ae32ce763c
32985 Author: Khaled Hosny <khaledhosny@eglug.org>
32986 Date:   Fri May 8 00:51:15 2020 +0200
32987
32988     [docs] Don’t recommend outdated FDO releases pages
32989
32990  docs/usermanual-install-harfbuzz.xml | 10 ++--------
32991  1 file changed, 2 insertions(+), 8 deletions(-)
32992
32993 commit 1ec77522d838dd751733d3927e3d9589bf298853
32994 Author: Ebrahim Byagowi <ebrahim@gnu.org>
32995 Date:   Thu May 7 14:08:05 2020 +0430
32996
32997     [docs] Simplify logo's SVG source, down scale png version
32998     
32999     * SVG version is simplified using SVGO and some hand tweak
33000     * PNG result of SVG logo is optimized using pngwolf-zopfli
33001     * Down scaled to fit visually a little better on docs page
33002
33003  docs/HarfBuzz.png | Bin 8814 -> 4740 bytes
33004  docs/HarfBuzz.svg | 283 ++----------------------------------------------------
33005  2 files changed, 7 insertions(+), 276 deletions(-)
33006
33007 commit 0b261c5d0b38f1b9a564798ea26edb698e872841
33008 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33009 Date:   Thu May 7 10:28:24 2020 +0430
33010
33011     [ci] disable clang-{everthing,*san} bots
33012     
33013     are flaky, will enable them somewhere else
33014
33015  .circleci/config.yml | 10 +++++-----
33016  1 file changed, 5 insertions(+), 5 deletions(-)
33017
33018 commit 385d64eef1d5dd37187310a08ca6f0408a2e4625
33019 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33020 Date:   Thu May 7 09:59:01 2020 +0430
33021
33022     Add a not discardable bool type, hb_success_t
33023
33024  src/hb-open-type.hh |  4 ++--
33025  src/hb.hh           | 12 ++++++++++++
33026  2 files changed, 14 insertions(+), 2 deletions(-)
33027
33028 commit 1026b3d0b65fd101939ce8d2b74aaf074c44c3e6
33029 Author: jfkthame <jfkthame@gmail.com>
33030 Date:   Wed May 6 21:32:24 2020 +0100
33031
33032     [subset] Check vector resize() call for failure (#2389)
33033     
33034     Other .resize() calls are checked, presumably this one should be as well.
33035
33036  src/hb-subset-cff2.cc | 2 +-
33037  1 file changed, 1 insertion(+), 1 deletion(-)
33038
33039 commit 100d40c827eb8336b2b671856f151275d47e71ad
33040 Author: jfkthame <jfkthame@gmail.com>
33041 Date:   Wed May 6 01:48:24 2020 +0100
33042
33043     [aat] Fix implementation of AAT kerning for Geeza Pro. (#2388)
33044     
33045     * [aat] Fix implementation of AAT kerning for Geeza Pro.
33046     
33047     Despite what the comment in the code used to say, it appears that Geeza Pro
33048     does rely on accumulating kerning values from successive subtables. With
33049     this change, the results now match Core Text rendering (and avoid the clear
33050     visual breakage reported in #2358).
33051     
33052     Testcase: U+0644,U+064E,U+0645,U+064E,U+0651,U+0627
33053     
33054     Fixes #2358.
33055     
33056     * [aat] Update test expectations, add new testcase.
33057
33058  src/hb-aat-layout-kerx-table.hh              | 50 +++++++++++++---------------
33059  test/shaping/data/in-house/tests/macos.tests | 12 ++++---
33060  2 files changed, 31 insertions(+), 31 deletions(-)
33061
33062 commit 9fc774ab00be92dbfd1cc1c03b4e6cadcd9b7674
33063 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33064 Date:   Thu Apr 30 23:14:54 2020 +0430
33065
33066     minor spacing
33067
33068  src/hb-blob.cc                |  4 ++--
33069  src/hb-ot-color-cbdt-table.hh | 12 ++++++------
33070  2 files changed, 8 insertions(+), 8 deletions(-)
33071
33072 commit 09b9d63e56eb8dac50db9684cf5a77a84eb31a60
33073 Author: Khaled Hosny <khaledhosny@eglug.org>
33074 Date:   Thu Apr 30 18:51:46 2020 +0200
33075
33076     [blob] Try to support resource fork fonts on macOS
33077     
33078     If the size of opened file is zero, try opening resource fork by
33079     appending "/..namedfork/rsrc" to the file name. This is guarded with
33080     __APPLE__ ifdef and uses _PATH_RSRCFORKSPEC macro from sys/paths.h.
33081     
33082     Defining HB_NO_RESOURCE_FORK will disable this fallback.
33083     
33084     Fixes https://github.com/harfbuzz/harfbuzz/issues/2383
33085
33086  src/hb-blob.cc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
33087  1 file changed, 50 insertions(+)
33088
33089 commit fd748fac41366166307fd67a083759465d03bd64
33090 Author: David Corbett <corbett.dav@husky.neu.edu>
33091 Date:   Sun Mar 15 15:59:31 2020 -0400
33092
33093     Update to Unicode 13.0.0
33094
33095  src/Makefile.am                              |    2 +-
33096  src/gen-arabic-table.py                      |    4 +-
33097  src/gen-emoji-table.py                       |    4 +-
33098  src/gen-indic-table.py                       |    2 +-
33099  src/gen-tag-table.py                         |    2 +-
33100  src/gen-ucd-table.py                         |    2 +-
33101  src/gen-use-table.py                         |   20 +-
33102  src/gen-vowel-constraints.py                 |    2 +-
33103  src/hb-common.cc                             |    4 +
33104  src/hb-common.h                              |    8 +
33105  src/hb-ot-shape-complex-arabic-table.hh      |   56 +-
33106  src/hb-ot-shape-complex-indic-table.cc       |   60 +-
33107  src/hb-ot-shape-complex-indic.hh             |    1 +
33108  src/hb-ot-shape-complex-use-table.cc         |   91 +-
33109  src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
33110  src/hb-ot-shape-complex.hh                   |    4 +
33111  src/hb-ucd-table.hh                          | 6248 +++++++++++++-------------
33112  src/hb-unicode-emoji-table.hh                |   12 +-
33113  test/api/test-unicode.c                      |   12 +
33114  19 files changed, 3336 insertions(+), 3202 deletions(-)
33115
33116 commit 28633b1979d1363c76888a7d8380e6e9e78bd837
33117 Author: Behdad Esfahbod <behdad@behdad.org>
33118 Date:   Wed Apr 29 11:15:25 2020 -0700
33119
33120     [vowel-constraints] Simplify generated code
33121     
33122     Fixes https://github.com/harfbuzz/harfbuzz/issues/2385
33123
33124  src/gen-vowel-constraints.py                 | 4 ++--
33125  src/hb-ot-shape-complex-vowel-constraints.cc | 6 ++----
33126  2 files changed, 4 insertions(+), 6 deletions(-)
33127
33128 commit 665483c9790c2a45bbbd5f2d4fece369126b17f4
33129 Author: David Corbett <corbett.dav@husky.neu.edu>
33130 Date:   Wed Apr 1 17:28:12 2020 -0400
33131
33132     Recognize Elymaic as a right-to-left script
33133
33134  src/hb-common.cc | 3 +++
33135  1 file changed, 3 insertions(+)
33136
33137 commit d6ddb232fc9b8c3a04398360a1d3a0b7931033e3
33138 Author: René Meusel <rene.meusel@nexenio.com>
33139 Date:   Tue Apr 28 19:30:00 2020 +0200
33140
33141     FIX: -Wextra-semi-stmt in Clang9
33142
33143  src/hb-coretext.cc | 4 ++--
33144  1 file changed, 2 insertions(+), 2 deletions(-)
33145
33146 commit 8ba8980222731a51f23ebc12b0145d29caee1a91
33147 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33148 Date:   Tue Apr 28 20:14:17 2020 +0430
33149
33150     [ci] enable experimental apis in coverity scan
33151
33152  .github/workflows/coverity-scan.yml | 2 +-
33153  1 file changed, 1 insertion(+), 1 deletion(-)
33154
33155 commit d63ee13a2a3d4e480bd563dcbac74817b675e812
33156 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33157 Date:   Tue Apr 28 20:01:11 2020 +0430
33158
33159     [ci] enable more on coverity
33160
33161  .github/workflows/coverity-scan.yml | 7 ++++---
33162  1 file changed, 4 insertions(+), 3 deletions(-)
33163
33164 commit ace202e17e7f41aa3347618426b334be3d9f0e17
33165 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33166 Date:   Tue Apr 28 19:38:04 2020 +0430
33167
33168     [ci] remove trigger-coverity.sh
33169     
33170     hopefully not needed, we are submitting it in a bot
33171
33172  .ci/trigger-coverity.sh | 11 -----------
33173  1 file changed, 11 deletions(-)
33174
33175 commit a22e6de0e96b68b28cd750e3041fdc864bf3331a
33176 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33177 Date:   Tue Apr 28 19:25:37 2020 +0430
33178
33179     [blob] close file reader handle
33180     
33181     fortunately it isn't in that use as having mmap reader as the default
33182
33183  src/hb-blob.cc | 1 +
33184  1 file changed, 1 insertion(+)
33185
33186 commit 39976ee660ba82c75e4fa757134f7925740b1c4d
33187 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33188 Date:   Tue Apr 28 18:50:33 2020 +0430
33189
33190     [ci] install fonttools in linux-ci bot
33191
33192  .github/workflows/linux-ci.yml | 4 ++--
33193  1 file changed, 2 insertions(+), 2 deletions(-)
33194
33195 commit 1801489b49f4c2c6ef82fba89440d4e766de3555
33196 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33197 Date:   Tue Apr 28 18:47:39 2020 +0430
33198
33199     [ci] Add coverity scan bot
33200
33201  .github/workflows/coverity-scan.yml | 38 +++++++++++++++++++++++++++++++++++++
33202  1 file changed, 38 insertions(+)
33203
33204 commit 156714f797fcb5bc07ff5e22ae8ee8d78a7cf79b
33205 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33206 Date:   Tue Apr 28 16:32:15 2020 +0430
33207
33208     [ci] fix linux-ci bot
33209     
33210     It shows some percentage of coverage regression
33211     as the switch from lcov to gcovr and autotools to meson while this travis to github actions switch.
33212
33213  .github/workflows/linux-ci.yml | 6 ++++--
33214  1 file changed, 4 insertions(+), 2 deletions(-)
33215
33216 commit 4b298cc6c4e3ecdde2d27dfa28e8cbb377a5e05d
33217 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33218 Date:   Tue Apr 28 15:50:03 2020 +0430
33219
33220     [ci] remove travis's clang bot
33221     
33222     we are testing it on other bots, let's remove it from travis
33223
33224  .travis.yml | 24 ++----------------------
33225  1 file changed, 2 insertions(+), 22 deletions(-)
33226
33227 commit 34a4ce98f4ccf7c6aa6cb7d4e4497da4cf2aeb0f
33228 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33229 Date:   Tue Apr 28 15:34:29 2020 +0430
33230
33231     [ci] run apt-get with sudo
33232
33233  .github/workflows/linux-ci.yml | 2 +-
33234  1 file changed, 1 insertion(+), 1 deletion(-)
33235
33236 commit f27c0065d42f22c3f1484d97cac34f727832ff78
33237 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33238 Date:   Tue Apr 28 15:30:25 2020 +0430
33239
33240     [ci] Add a GitHub CI bot
33241     
33242     Run coverage also
33243
33244  .github/workflows/linux-ci.yml | 25 +++++++++++++++++++++++++
33245  1 file changed, 25 insertions(+)
33246
33247 commit 482f4aafd53982d96f08eaebe9af6e7dd4419dc9
33248 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33249 Date:   Tue Apr 28 15:29:19 2020 +0430
33250
33251     [ci] Remove coverity and codecov
33252     
33253     * This coverity runner doesn't work from here but will try again in GitHub Actions bot
33254     * Trying to move codecov to GitHub Actions
33255
33256  .travis.yml | 13 -------------
33257  1 file changed, 13 deletions(-)
33258
33259 commit 6890554256f96d2dee43261ad5012e788695754c
33260 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33261 Date:   Tue Apr 28 14:56:47 2020 +0430
33262
33263     [ci/meson] temporarily disable check-symbols
33264     
33265     will enable again
33266
33267  src/meson.build | 6 +++---
33268  1 file changed, 3 insertions(+), 3 deletions(-)
33269
33270 commit e53c44e3260d6136e27635b5bbcb2da43bc4f1b1
33271 Author: Qunxin Liu <qxliu@google.com>
33272 Date:   Fri Apr 24 14:06:13 2020 -0700
33273
33274     [subset] temporarily revert previous cmap commit
33275     Required in https://github.com/harfbuzz/harfbuzz/issues/2356
33276
33277  src/hb-ot-cmap-table.hh                                  |   3 ++-
33278  test/api/test-subset-cmap.c                              |   4 +++-
33279  test/subset/data/Makefile.sources                        |   2 +-
33280  .../expected/japanese/Mplus1p-Regular.default.25771.ttf  | Bin 1824 -> 0 bytes
33281  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf        | Bin 1096 -> 0 bytes
33282  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf         | Bin 1860 -> 0 bytes
33283  test/subset/data/tests/japanese.tests                    |   1 -
33284  test/subset/meson.build                                  |   1 -
33285  8 files changed, 6 insertions(+), 5 deletions(-)
33286
33287 commit 08428a15c392e2fff267aa3bc92b343f566c983a
33288 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33289 Date:   Fri Apr 24 23:45:17 2020 +0430
33290
33291     minor, spacing
33292
33293  src/hb-aat-fdsc-table.hh        |   4 +-
33294  src/hb-aat-layout-just-table.hh |   8 +--
33295  src/hb-aat-layout-opbd-table.hh |   4 +-
33296  src/hb-aat-layout-trak-table.hh |   2 +-
33297  src/hb-ot-cff-common.hh         |   3 +-
33298  src/hb-ot-cmap-table.hh         |   4 +-
33299  src/hb-ot-hdmx-table.hh         |  10 ++--
33300  src/hb-ot-hhea-table.hh         |  61 ++++++++++---------
33301  src/hb-ot-hmtx-table.hh         |  44 +++++++-------
33302  src/hb-ot-kern-table.hh         |  37 +++++++-----
33303  src/hb-ot-layout-gsubgpos.hh    |   2 +-
33304  src/hb-ot-math-table.hh         | 130 ++++++++++++++++++++++------------------
33305  src/hb-ot-maxp-table.hh         |   7 ++-
33306  src/hb-ot-meta-table.hh         |   5 +-
33307  src/hb-ot-name-table.hh         |   8 +--
33308  src/hb-ot-post-table.hh         |   2 +-
33309  src/hb-ot-stat-table.hh         |  14 ++---
33310  src/hb-ot-var-fvar-table.hh     |   6 +-
33311  src/hb-ot-vorg-table.hh         |   7 ++-
33312  19 files changed, 194 insertions(+), 164 deletions(-)
33313
33314 commit 89ad3c6cc520517af15174391a9725e634929107
33315 Author: Behdad Esfahbod <behdad@behdad.org>
33316 Date:   Thu Apr 23 10:57:30 2020 -0700
33317
33318     Rename add_class to collect_class
33319
33320  src/hb-ot-layout-common.hh     | 10 +++++-----
33321  src/hb-ot-layout-gdef-table.hh |  2 +-
33322  src/hb-ot-layout-gsubgpos.hh   |  2 +-
33323  3 files changed, 7 insertions(+), 7 deletions(-)
33324
33325 commit 5cf53c06e66d3307d7b30ea32059437887abcab1
33326 Author: Behdad Esfahbod <behdad@behdad.org>
33327 Date:   Thu Apr 23 10:55:41 2020 -0700
33328
33329     Rename add_coverage to collect_coverage
33330
33331  src/hb-ot-layout-common.hh     | 28 ++++++++++++++--------------
33332  src/hb-ot-layout-gpos-table.hh | 28 ++++++++++++++--------------
33333  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++----------
33334  src/hb-ot-layout-gsubgpos.hh   | 30 +++++++++++++++---------------
33335  4 files changed, 53 insertions(+), 53 deletions(-)
33336
33337 commit 689f3f57fa26922af4f2ab451eb834ae6c3119b2
33338 Author: Behdad Esfahbod <behdad@behdad.org>
33339 Date:   Thu Apr 23 10:51:12 2020 -0700
33340
33341     [set] Add << overload for range-sink
33342
33343  src/hb-set.hh | 5 ++++-
33344  1 file changed, 4 insertions(+), 1 deletion(-)
33345
33346 commit a7df5a7bdaef870617b6bdb7350a26ebbec5824a
33347 Author: Behdad Esfahbod <behdad@behdad.org>
33348 Date:   Thu Apr 23 10:50:02 2020 -0700
33349
33350     [hashmap] Minor
33351
33352  src/hb-map.hh | 2 +-
33353  1 file changed, 1 insertion(+), 1 deletion(-)
33354
33355 commit cc1ed76f381531c800833cb0f5b41fc524ed20a3
33356 Merge: 5a0936f53 a11db0b9d
33357 Author: Behdad Esfahbod <behdad@behdad.org>
33358 Date:   Fri Apr 24 08:15:32 2020 -0700
33359
33360     Merge pull request #1729 from n8willis/usermanual-integration
33361     
33362     [Docs] Usermanual: Add OS/platform-integration chapter
33363
33364 commit 5a0936f53ef533787a91063c0884275cc121585f
33365 Author: David Corbett <corbett.dav@husky.neu.edu>
33366 Date:   Thu Apr 23 19:09:00 2020 -0400
33367
33368     Increase the size of the serialization buffer
33369
33370  util/options.cc | 2 +-
33371  1 file changed, 1 insertion(+), 1 deletion(-)
33372
33373 commit a11db0b9d4d3e7cc22a4a53374d4f8a049ce067e
33374 Merge: 1ed30515c 19346524c
33375 Author: Behdad Esfahbod <behdad@behdad.org>
33376 Date:   Thu Apr 23 15:32:43 2020 -0700
33377
33378     Merge branch 'master' into usermanual-integration
33379
33380 commit 19346524c698586c24b0461648b33373092c60df
33381 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33382 Date:   Thu Apr 23 14:22:33 2020 +0430
33383
33384     minor, add an option to skip private APIs use in main.cc
33385
33386  src/main.cc | 4 ++++
33387  1 file changed, 4 insertions(+)
33388
33389 commit 2e3dfdcd5fe6ebf38872d8fd817a562bfade8c46
33390 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33391 Date:   Thu Apr 23 14:04:24 2020 +0430
33392
33393     [meson] make 'tests' option enabled by default
33394     
33395     Not sure what 'auto' can mean here but it makes my local test to not run properly
33396
33397  meson_options.txt | 2 +-
33398  1 file changed, 1 insertion(+), 1 deletion(-)
33399
33400 commit 6881939f77e2d89ceba4cb6ed08075b93de6e500
33401 Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
33402 Date:   Thu Apr 23 10:08:45 2020 +0200
33403
33404     src: meson: Reindent after last changes
33405
33406  src/meson.build | 162 ++++++++++++++++++++++++++++----------------------------
33407  1 file changed, 81 insertions(+), 81 deletions(-)
33408
33409 commit e18858c68509e1d4576bb14c7a07a5e9818c50ae
33410 Author: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
33411 Date:   Thu Apr 23 10:06:20 2020 +0200
33412
33413     src: Don't build tests when they are disabled
33414
33415  src/meson.build | 2 ++
33416  1 file changed, 2 insertions(+)
33417
33418 commit 0c65a232fa00a1eb09ca0e9d1d8d26747b27416e
33419 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33420 Date:   Thu Apr 23 11:23:54 2020 +0430
33421
33422     minor, add unlikely around lookup_limit_exceeded checks
33423     
33424     addresses https://github.com/harfbuzz/harfbuzz/pull/2294#issuecomment-618022488
33425
33426  src/hb-ot-layout-gsubgpos.hh | 16 ++++++++--------
33427  1 file changed, 8 insertions(+), 8 deletions(-)
33428
33429 commit 3e686d24590fc0b30a4bbbf4dc762d6858de8e8f
33430 Author: Evgeniy Reizner <razrfalcon@gmail.com>
33431 Date:   Wed Apr 22 13:44:53 2020 +0300
33432
33433     [kern] Refactoring.
33434
33435  src/hb-kern.hh | 3 +--
33436  1 file changed, 1 insertion(+), 2 deletions(-)
33437
33438 commit 186976ebd6cefdfe993b5ae400a559ca33c66688
33439 Author: Behdad Esfahbod <behdad@behdad.org>
33440 Date:   Tue Apr 21 22:37:56 2020 -0700
33441
33442     [autotools] C++11 requirement is mandatory
33443     
33444     How was this not updated?
33445
33446  configure.ac | 2 +-
33447  1 file changed, 1 insertion(+), 1 deletion(-)
33448
33449 commit f4cd99f28eefe695b86876736166fd119e22e04e
33450 Author: Behdad Esfahbod <behdad@behdad.org>
33451 Date:   Wed Apr 22 14:45:57 2020 -0700
33452
33453     Reordering fails when GDEF table is absent #2140
33454     
33455     Preserve glyph class if there's no GDEF and no guess.
33456     
33457     Fixes https://github.com/harfbuzz/harfbuzz/issues/2140
33458
33459  src/hb-ot-layout-gsubgpos.hh | 41 ++++++++++++++++++++++-------------------
33460  src/hb-ot-layout.hh          |  8 ++++----
33461  2 files changed, 26 insertions(+), 23 deletions(-)
33462
33463 commit 05be05eb65ed2a5d5d88df55f9e36d005408d66c
33464 Author: Evgeniy Reizner <razrfalcon@gmail.com>
33465 Date:   Wed Apr 22 13:34:51 2020 +0300
33466
33467     [kern] Test format 3.
33468
33469  test/shaping/data/in-house/tests/macos.tests | 1 +
33470  1 file changed, 1 insertion(+)
33471
33472 commit c7afb6d7b83da9f7503a033d289d4bba6af2ae39
33473 Author: Khaled Hosny <khaledhosny@eglug.org>
33474 Date:   Wed Apr 22 15:18:40 2020 +0200
33475
33476     [docs] Fix broken link
33477
33478  src/hb-ot-layout.cc | 4 ++--
33479  1 file changed, 2 insertions(+), 2 deletions(-)
33480
33481 commit bd8aa1b043a6fb9e1d5dce735715ae9530d9ff20
33482 Author: Behdad Esfahbod <behdad@behdad.org>
33483 Date:   Tue Apr 21 22:19:46 2020 -0700
33484
33485     Minor
33486
33487  src/hb-null.hh   | 4 ++--
33488  src/hb-shaper.hh | 2 +-
33489  2 files changed, 3 insertions(+), 3 deletions(-)
33490
33491 commit b22f61d86a27e1dcbcab5ecdbbff579175dc5aaf
33492 Author: ckitagawa <ckitagawa@chromium.org>
33493 Date:   Tue Apr 21 11:49:05 2020 -0400
33494
33495     Fix bug
33496
33497  src/hb-ot-color-cbdt-table.hh                            |   7 ++++++-
33498  ...-testcase-minimized-hb-subset-fuzzer-5684014636859392 | Bin 0 -> 7148 bytes
33499  2 files changed, 6 insertions(+), 1 deletion(-)
33500
33501 commit 1cd14b40e794721d594553614cf4ece11410a934
33502 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33503 Date:   Tue Apr 21 14:42:17 2020 +0430
33504
33505     minor, update ragel generated hb-number-parser.hh
33506
33507  src/hb-number-parser.hh | 22 +++++++++++-----------
33508  1 file changed, 11 insertions(+), 11 deletions(-)
33509
33510 commit 6d5e8e5ee49aac1f51a35f67335ee2f633470d76
33511 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33512 Date:   Tue Apr 21 14:38:09 2020 +0430
33513
33514     minor
33515     
33516     following to c37100e7d
33517
33518  src/hb-number-parser.rl | 2 --
33519  1 file changed, 2 deletions(-)
33520
33521 commit 5b91c52083aee1653c0cf1e778923de00c08fa5d
33522 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33523 Date:   Mon Apr 20 21:44:01 2020 +0000
33524
33525     [ci] run experimental APIs tests
33526
33527  .circleci/config.yml | 2 +-
33528  1 file changed, 1 insertion(+), 1 deletion(-)
33529
33530 commit 750bb73e32f967ce40e29751338e6a64042b5674
33531 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33532 Date:   Tue Apr 21 01:13:13 2020 +0430
33533
33534     [meson] Add an experimental-api option
33535
33536  .circleci/config.yml    |  4 ++--
33537  meson.build             |  4 ++++
33538  meson_options.txt       |  2 ++
33539  src/gen-def.py          |  2 +-
33540  src/main.cc             | 12 ++++++------
33541  src/meson.build         |  8 +++++++-
33542  test/subset/meson.build | 23 ++++++++++++++---------
33543  7 files changed, 36 insertions(+), 19 deletions(-)
33544
33545 commit 262eced2adae740de7dd7bcbb4359e892471536b
33546 Author: Behdad Esfahbod <behdad@behdad.org>
33547 Date:   Mon Apr 20 12:17:28 2020 -0700
33548
33549     [subset] FeatureVariations subsetting is wrong
33550     
33551     Never drop FeatureVariationRecord for now.
33552     
33553     Fixes https://github.com/harfbuzz/harfbuzz/issues/2334
33554
33555  src/hb-ot-layout-common.hh | 5 ++---
33556  1 file changed, 2 insertions(+), 3 deletions(-)
33557
33558 commit 2a549aadd334b43d37444fed37fdbf8ec673ec14
33559 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33560 Date:   Tue Apr 21 00:32:34 2020 +0430
33561
33562     minor
33563
33564  util/options.cc | 2 +-
33565  1 file changed, 1 insertion(+), 1 deletion(-)
33566
33567 commit 2be859d289a9e04199a29bd4b8d393a502ed4791
33568 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33569 Date:   Mon Apr 20 23:48:23 2020 +0430
33570
33571     minor, replace nullptr checks with implicit ones
33572
33573  src/hb-blob.cc                  | 12 ++++++------
33574  src/hb-cff-interp-common.hh     |  6 +++---
33575  src/hb-cff-interp-cs-common.hh  |  4 ++--
33576  src/hb-cff2-interp-cs.hh        |  2 +-
33577  src/hb-directwrite.cc           |  2 +-
33578  src/hb-ot-cff-common.hh         | 18 ++++++++----------
33579  src/hb-ot-cff1-table.hh         | 26 +++++++++++++-------------
33580  src/hb-ot-cff2-table.hh         |  6 +++---
33581  src/hb-ot-layout.cc             |  2 +-
33582  src/hb-ot-os2-unicode-ranges.hh |  3 +--
33583  src/hb-subset-cff-common.cc     |  6 +++---
33584  src/hb-subset-cff-common.hh     | 22 +++++++++++-----------
33585  src/hb-subset-cff1.cc           | 28 ++++++++++++++--------------
33586  src/hb-subset-cff2.cc           | 17 ++++++++---------
33587  src/main.cc                     |  4 ++--
33588  src/test-buffer-serialize.cc    |  2 +-
33589  util/hb-subset.cc               |  4 ++--
33590  util/options.cc                 | 10 ++++++----
33591  18 files changed, 86 insertions(+), 88 deletions(-)
33592
33593 commit 0181f03019ec13031c179727eb2a38c478c05f5c
33594 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33595 Date:   Mon Apr 20 17:07:09 2020 +0430
33596
33597     [test] Workaround Windows pipe issue by storing ttx in a file
33598
33599  test/subset/run-tests.py | 40 +++++++++++++++++++++++++++++-----------
33600  1 file changed, 29 insertions(+), 11 deletions(-)
33601
33602 commit 4cfb6cb9649fa58b606154e52bf7bb05d23f3f5b
33603 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33604 Date:   Mon Apr 20 16:40:25 2020 +0430
33605
33606     [ci] Switch msys2 bot to meson
33607
33608  appveyor.yml | 8 ++++++--
33609  1 file changed, 6 insertions(+), 2 deletions(-)
33610
33611 commit 2dda6dd744b192616c65ca4aa5fce8e90fd0ff30
33612 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33613 Date:   Mon Apr 20 14:12:45 2020 +0430
33614
33615     minor, tweak spacing
33616     
33617     turn 8 spaces to tab, add space before Null/Crap
33618
33619  src/hb-aat-layout-ankr-table.hh            |   2 +-
33620  src/hb-aat-layout-common.hh                |   6 +-
33621  src/hb-aat-layout-morx-table.hh            |   6 +-
33622  src/hb-aat-layout.cc                       |   2 +-
33623  src/hb-aat-map.cc                          |  10 +--
33624  src/hb-aat-map.hh                          |   4 +-
33625  src/hb-blob.cc                             |   2 +-
33626  src/hb-buffer.cc                           |   2 +-
33627  src/hb-buffer.h                            |   2 +-
33628  src/hb-buffer.hh                           |   4 +-
33629  src/hb-cff-interp-common.hh                |   6 +-
33630  src/hb-cff-interp-cs-common.hh             |   2 +-
33631  src/hb-cff2-interp-cs.hh                   |   2 +-
33632  src/hb-draw.hh                             |   2 +-
33633  src/hb-face.cc                             |   2 +-
33634  src/hb-font.cc                             |   2 +-
33635  src/hb-font.hh                             |   2 +-
33636  src/hb-machinery.hh                        |   2 +-
33637  src/hb-map.cc                              |   2 +-
33638  src/hb-map.hh                              |   4 +-
33639  src/hb-null.hh                             |   8 +-
33640  src/hb-open-file.hh                        |   4 +-
33641  src/hb-ot-cff-common.hh                    |   4 +-
33642  src/hb-ot-cff1-table.hh                    | 107 ++++++++++++------------
33643  src/hb-ot-cff2-table.hh                    |  18 ++---
33644  src/hb-ot-cmap-table.hh                    |  34 ++++----
33645  src/hb-ot-color-cpal-table.hh              |   2 +-
33646  src/hb-ot-glyf-table.hh                    |   4 +-
33647  src/hb-ot-hmtx-table.hh                    |   2 +-
33648  src/hb-ot-layout-common.hh                 | 126 ++++++++++++++---------------
33649  src/hb-ot-layout-gdef-table.hh             |  10 +--
33650  src/hb-ot-layout-gpos-table.hh             |  26 +++---
33651  src/hb-ot-layout-gsubgpos.hh               |  70 ++++++++--------
33652  src/hb-ot-layout.cc                        |  18 ++---
33653  src/hb-ot-name-table.hh                    |   2 +-
33654  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
33655  src/hb-ot-shape-complex-arabic.cc          |   2 +-
33656  src/hb-ot-var-hvar-table.hh                |   4 +-
33657  src/hb-set.cc                              |  62 +++++++-------
33658  src/hb-set.hh                              |  24 +++---
33659  src/hb-shape-plan.cc                       |   2 +-
33660  src/hb-subset-cff-common.hh                |   2 +-
33661  src/hb-subset-cff1.cc                      |  12 +--
33662  src/hb-subset-cff2.cc                      |   6 +-
33663  src/hb-subset.hh                           |   2 +-
33664  src/hb-unicode.cc                          |   2 +-
33665  src/hb-vector.hh                           |   6 +-
33666  src/test-iter.cc                           |   2 +-
33667  48 files changed, 316 insertions(+), 315 deletions(-)
33668
33669 commit ac26f19c9ea1ff170cd5226470115f7d08860e02
33670 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33671 Date:   Sun Apr 19 22:25:14 2020 +0430
33672
33673     Refactor test/api/meson.build and always run test-unicode test
33674
33675  test/api/meson.build | 39 ++++++++++-----------------------------
33676  1 file changed, 10 insertions(+), 29 deletions(-)
33677
33678 commit 0133cb55e2d76c81ccfeef3baf4c46e31297665c
33679 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33680 Date:   Sun Apr 19 22:42:57 2020 +0430
33681
33682     Minor, use hb_sorted_array::bsearch where possible
33683
33684  src/hb-aat-layout.cc            | 2 +-
33685  src/hb-ot-cff1-table.cc         | 4 ++--
33686  src/hb-ot-os2-unicode-ranges.hh | 7 +++----
33687  3 files changed, 6 insertions(+), 7 deletions(-)
33688
33689 commit 1ed30515cb6308f1cf651cd502012ee5c8bd24ef
33690 Author: n8willis <n8willis@users.noreply.github.com>
33691 Date:   Sun Apr 19 15:38:52 2020 +0100
33692
33693     [Docs, usernmanual] Fix with-icu=builtin explanation
33694
33695  docs/usermanual-integration.xml | 14 +++++++++-----
33696  1 file changed, 9 insertions(+), 5 deletions(-)
33697
33698 commit d6edd9a4083f523b6290ba29c1fcbb5a6b7f96bb
33699 Author: n8willis <n8willis@users.noreply.github.com>
33700 Date:   Sun Apr 19 15:26:28 2020 +0100
33701
33702     [Docs, usermanual] Reword hb_ft_font_create_referenced explanation
33703
33704  docs/usermanual-integration.xml | 29 +++++++++++++++++++----------
33705  1 file changed, 19 insertions(+), 10 deletions(-)
33706
33707 commit fb3acdbcb645f30671db0776577652d7545d21ed
33708 Author: Christoph Reiter <reiter.christoph@gmail.com>
33709 Date:   Sun Apr 19 14:57:04 2020 +0200
33710
33711     meson: only install gobject/icu headers if the features are enabled
33712
33713  src/meson.build | 6 +++++-
33714  1 file changed, 5 insertions(+), 1 deletion(-)
33715
33716 commit ad5dcda0b5a7fe3acb09615c0ba020927cca5cee
33717 Author: Christoph Reiter <reiter.christoph@gmail.com>
33718 Date:   Sun Apr 19 14:53:05 2020 +0200
33719
33720     meson: install hb-icu.h header
33721
33722  src/meson.build | 2 +-
33723  1 file changed, 1 insertion(+), 1 deletion(-)
33724
33725 commit 2cc85281c2cc4169b972e9c5d951ddfcded6ddde
33726 Author: Behdad Esfahbod <behdad@behdad.org>
33727 Date:   Sat Apr 18 16:29:32 2020 -0700
33728
33729     [serializer] Make snapshot()/revert() revert current object links
33730     
33731     Fixes https://github.com/harfbuzz/harfbuzz/issues/2325
33732
33733  src/hb-serialize.hh | 38 +++++++++++++++++++++++++-------------
33734  1 file changed, 25 insertions(+), 13 deletions(-)
33735
33736 commit 6f6e78a26ecdd874403b7fe397e335f386ac02e7
33737 Author: Behdad Esfahbod <behdad@behdad.org>
33738 Date:   Sat Apr 18 16:12:18 2020 -0700
33739
33740     Fix float-to-double warnings
33741     
33742     ./hb-ot-glyf-table.hh:978:37: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
33743
33744  src/hb-ot-glyf-table.hh | 4 ++--
33745  1 file changed, 2 insertions(+), 2 deletions(-)
33746
33747 commit c37100e7d9a1bcce35c9db651f404a1a87c8a1a1
33748 Author: Behdad Esfahbod <behdad@behdad.org>
33749 Date:   Sat Apr 18 16:02:55 2020 -0700
33750
33751     Clean up math.h and float.h includes
33752
33753  src/hb-cff-interp-dict-common.hh | 2 --
33754  src/hb-number-parser.hh          | 2 --
33755  src/hb-ot-glyf-table.hh          | 2 --
33756  src/hb.hh                        | 1 +
33757  4 files changed, 1 insertion(+), 6 deletions(-)
33758
33759 commit c6b3f73b098225728d36448e15499473ff9419b8
33760 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33761 Date:   Sun Apr 19 00:54:24 2020 +0430
33762
33763     [meson] Make harfbuzz-icu separate module optout-able
33764
33765  meson.build          |  3 +++
33766  meson_options.txt    |  2 ++
33767  src/meson.build      | 13 ++++++++++---
33768  test/api/meson.build |  2 +-
33769  4 files changed, 16 insertions(+), 4 deletions(-)
33770
33771 commit 8ae06c9489f132844cbede80b5fe8241ce47fc0e
33772 Author: Christoph Reiter <reiter.christoph@gmail.com>
33773 Date:   Sat Apr 18 20:22:45 2020 +0200
33774
33775     meson: build a separate library for harfbuzz-icu
33776     
33777     This adds a seperate library like with autotools.
33778     
33779     This also fixes the ico feature option which was just set to required:false
33780     when disabled instead of really disabling it.
33781     Disabling is still broken with msvc because it then tries to find the library
33782     another way, but that's broken for all other deps as well so I left it as is.
33783     
33784     For tests only test-unicode.c is using icu specific functions so split it out
33785     into its own category which depends on harfbuzz-icu.
33786     
33787     Fixes #2338
33788
33789  meson.build          |  7 +++++--
33790  src/meson.build      | 33 +++++++++++++++++++++++++++------
33791  test/api/meson.build | 16 +++++++++++++++-
33792  3 files changed, 47 insertions(+), 9 deletions(-)
33793
33794 commit 2354a90008043b0679e46c09165a9e53e47d39ab
33795 Author: Christoph Reiter <reiter.christoph@gmail.com>
33796 Date:   Sat Apr 18 20:28:25 2020 +0200
33797
33798     tests: fix subset/run-tests.py under Windows
33799     
33800     It assumed that stdout of a subprocess in binary mode was using
33801     utf-8 which isn't the case. Instead open stdout of the subprocess
33802     in text mode and let Python handle the decoding.
33803
33804  test/subset/run-tests.py | 5 +++--
33805  1 file changed, 3 insertions(+), 2 deletions(-)
33806
33807 commit c1228990b9693226d8d14740414e4e93597f4a0f
33808 Author: Christoph Reiter <reiter.christoph@gmail.com>
33809 Date:   Sat Apr 18 15:29:56 2020 +0200
33810
33811     autotools: Add fix_get_types.py to EXTRA_DIST
33812     
33813     So it ends up in the release tarball and can be used in the meson build.
33814     
33815     Fixes #2337
33816
33817  src/Makefile.am | 1 +
33818  1 file changed, 1 insertion(+)
33819
33820 commit dced2fbee97a4f8af9572076306d3b2e6476640e
33821 Author: Christoph Reiter <reiter.christoph@gmail.com>
33822 Date:   Sat Apr 18 14:37:03 2020 +0200
33823
33824     meson: complete introspection build config
33825     
33826     Pass the same config to gobject-introspection as with cmake/autotools.
33827     
33828     This makes sure the c-include and package name is included in the gir
33829     and also fixes the build because of the missing HB_AAT_H* defines.
33830     
33831     Fixes #2336
33832
33833  src/meson.build | 6 +++++-
33834  1 file changed, 5 insertions(+), 1 deletion(-)
33835
33836 commit 22f7c61acf8073cb8db8db47e92aef18864a85c6
33837 Author: ariza <ariza@adobe.com>
33838 Date:   Fri Apr 17 23:49:51 2020 -0700
33839
33840     implement SID to glyph ID mapping with predefined Charset
33841     Also fixes oss-fuzz 21769
33842
33843  src/hb-ot-cff1-table.cc                            |  99 +++++++++++++++++++++
33844  src/hb-ot-cff1-table.hh                            |  29 +++++-
33845  test/api/test-ot-glyphname.c                       |  15 ++++
33846  ...case-minimized-hb-shape-fuzzer-5769590820044800 | Bin 0 -> 87807 bytes
33847  4 files changed, 142 insertions(+), 1 deletion(-)
33848
33849 commit f9bc373381ddf8553f943b774596ae5a53bf2641
33850 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33851 Date:   Fri Apr 17 22:37:48 2020 +0430
33852
33853     2.6.5
33854
33855  NEWS             | 13 +++++++++++++
33856  configure.ac     |  2 +-
33857  meson.build      |  2 +-
33858  src/hb-ft.cc     |  4 ++--
33859  src/hb-version.h |  4 ++--
33860  5 files changed, 19 insertions(+), 6 deletions(-)
33861
33862 commit a8455292f4fc44ffee5a4efae04cd94195696908
33863 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33864 Date:   Fri Apr 17 22:50:48 2020 +0430
33865
33866     [layout] minor on doc
33867
33868  src/hb-ot-layout.cc | 4 ++--
33869  1 file changed, 2 insertions(+), 2 deletions(-)
33870
33871 commit fefaa8c835cf42f3ee5327a927aac62a10165019
33872 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33873 Date:   Fri Apr 17 22:28:09 2020 +0430
33874
33875     [test] define G_APPROX_VALUE and EPSILON only when used
33876     
33877     resolves -Weverything bot complain
33878
33879  test/api/test-var-coords.c | 10 +++++-----
33880  1 file changed, 5 insertions(+), 5 deletions(-)
33881
33882 commit 29c903223b31c30ad609a23c75a98231674c3a73
33883 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33884 Date:   Fri Apr 17 22:11:40 2020 +0430
33885
33886     Move hb_ot_layout_closure_{features,lookups} behind EXPERIMENTAL flag
33887
33888  src/gen-def.py                    |  4 +++-
33889  src/hb-ot-layout.cc               |  2 ++
33890  src/hb-ot-layout.h                |  2 ++
33891  src/hb-subset-plan.cc             |  6 ++++++
33892  test/api/test-ot-face.c           |  4 ++++
33893  test/api/test-subset-gpos.c       |  4 ++++
33894  test/subset/data/Makefile.sources | 13 ++++++++-----
33895  test/subset/meson.build           | 18 +++++++++---------
33896  8 files changed, 38 insertions(+), 15 deletions(-)
33897
33898 commit 9b7fb5c23fb7b333e0e81b8c82160aac4a21b27e
33899 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33900 Date:   Fri Apr 17 20:12:24 2020 +0430
33901
33902     Move hb_font_get_var_coords_design behind HB_EXPERIMENTAL_API
33903
33904  src/gen-def.py             | 3 ++-
33905  src/hb-font.cc             | 4 +++-
33906  src/hb-font.h              | 2 ++
33907  test/api/test-var-coords.c | 2 ++
33908  4 files changed, 9 insertions(+), 2 deletions(-)
33909
33910 commit 41c671e701e13bdd4a196030b74172fe1c6b7ccf
33911 Author: Behdad Esfahbod <behdad@behdad.org>
33912 Date:   Fri Apr 17 08:37:25 2020 -0700
33913
33914     [build] Adjust check-symbols for -flto
33915     
33916     Fixes https://github.com/harfbuzz/harfbuzz/issues/2328
33917
33918  src/check-symbols.sh | 2 +-
33919  1 file changed, 1 insertion(+), 1 deletion(-)
33920
33921 commit e7d5fa4a5891a4fb4c4a5d8ba0a05540c4358a33
33922 Author: n8willis <n8willis@users.noreply.github.com>
33923 Date:   Fri Apr 17 15:54:40 2020 +0100
33924
33925     [Usermanual, utilities] - correct DocBook tags
33926     
33927     Changes stray <program> DocBook tags on this page to <command>. No instances found in the other docs.
33928
33929  docs/usermanual-utilities.xml | 28 ++++++++++++++--------------
33930  1 file changed, 14 insertions(+), 14 deletions(-)
33931
33932 commit 8f6d0f8401ffd011332981fd9ba6d38d18b6cf3b
33933 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33934 Date:   Fri Apr 17 11:30:27 2020 +0430
33935
33936     [os2] minor, fix font_page_t enum naming
33937     
33938     As https://github.com/harfbuzz/harfbuzz/pull/986#pullrequestreview-395052800
33939
33940  src/hb-ot-os2-table.hh | 17 +++++++++--------
33941  1 file changed, 9 insertions(+), 8 deletions(-)
33942
33943 commit 818f109bdec9659c05f9fd9a1de1db85ece65cbe
33944 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33945 Date:   Thu Apr 16 21:25:32 2020 +0430
33946
33947     Use float in avar calculation instead ints and checking their overflows
33948
33949  src/hb-algs.hh              | 12 ------------
33950  src/hb-ot-var-avar-table.hh |  9 ++-------
33951  src/hb.hh                   |  4 ----
33952  3 files changed, 2 insertions(+), 23 deletions(-)
33953
33954 commit 9ffa50fe5dfeb7e999a178e031d7092121e0c146
33955 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33956 Date:   Thu Apr 16 21:25:32 2020 +0430
33957
33958     Add an appropriate fallback to hb_int_mul_overflows
33959
33960  src/hb-algs.hh              | 15 ++++++++-------
33961  src/hb-ot-var-avar-table.hh |  6 +++---
33962  src/hb.hh                   |  4 ++++
33963  3 files changed, 15 insertions(+), 10 deletions(-)
33964
33965 commit 32f431406e602e977bde17e335a4ad086064494e
33966 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33967 Date:   Thu Apr 16 22:07:07 2020 +0430
33968
33969     [docs] minor
33970     
33971     Fixes https://github.com/harfbuzz/harfbuzz/issues/2321
33972
33973  docs/usermanual-buffers-language-script-and-direction.xml | 2 +-
33974  1 file changed, 1 insertion(+), 1 deletion(-)
33975
33976 commit a5e5a79004c5ebdef52ab282c7772ab0d9cf354b
33977 Author: Ebrahim Byagowi <ebrahim@gnu.org>
33978 Date:   Thu Apr 16 01:38:43 2020 +0430
33979
33980     [tests] Enable the just added macOS test for older version
33981     
33982     The test is added in 7035c9cd but the same font is available in older versions of macOS
33983     so let's run it in older versions also.
33984     
33985     It doesn't matter much, more for consistency reasons.
33986
33987  test/shaping/data/in-house/tests/macos.tests | 3 +++
33988  1 file changed, 3 insertions(+)
33989
33990 commit 7035c9cdfe38dd6654bd9b71e3bb5cbf49e4014d
33991 Author: Jonathan Kew <jfkthame@gmail.com>
33992 Date:   Fri Apr 3 19:00:42 2020 +0100
33993
33994     Add test for #2290.
33995     
33996     This tests that we can set two separate Type=Ligature selectors at the same time,
33997     common=off + discretionary=on.
33998
33999  test/shaping/data/in-house/tests/macos.tests | 1 +
34000  1 file changed, 1 insertion(+)
34001
34002 commit 573b6bf82692c5fdd54d55a512405f7f75556362
34003 Author: Jonathan Kew <jfkthame@gmail.com>
34004 Date:   Mon Mar 30 23:20:30 2020 +0100
34005
34006     Handle non-exclusive features when mapping OpenType tags to AAT feature type/selector pairs.
34007     
34008     Fixes #2290.
34009
34010  src/hb-aat-layout-feat-table.hh |  2 ++
34011  src/hb-aat-layout-morx-table.hh |  6 ++++--
34012  src/hb-aat-map.cc               | 15 ++++++++++++---
34013  src/hb-aat-map.hh               | 13 +++++++++----
34014  4 files changed, 27 insertions(+), 9 deletions(-)
34015
34016 commit b57b9042420538f998cc0941407be8059b6e7562
34017 Author: n8willis <n8willis@users.noreply.github.com>
34018 Date:   Wed Apr 15 18:46:31 2020 +0100
34019
34020     Add detail to hb_ft_font_create inline comments
34021     
34022     Providing lengthier explanation for how the destroy function works on the hb_font_t but that destroying the FT_Face (and not destroying it too early) remains the client's responsibility.
34023
34024  src/hb-ft.cc | 6 ++++++
34025  1 file changed, 6 insertions(+)
34026
34027 commit 1bca2be256ce1c2c4d74efac2286db80dbfa5c48
34028 Author: n8willis <n8willis@users.noreply.github.com>
34029 Date:   Wed Apr 15 18:30:47 2020 +0100
34030
34031     Rewrite hb_ft_font_set_funcs inline explanation
34032
34033  src/hb-ft.cc | 13 +++++++++++--
34034  1 file changed, 11 insertions(+), 2 deletions(-)
34035
34036 commit 80c01d768734faafe5701414bd63c63cd243a404
34037 Author: n8willis <n8willis@users.noreply.github.com>
34038 Date:   Wed Apr 15 18:08:55 2020 +0100
34039
34040     Update hb-ft.cc
34041
34042  src/hb-ft.cc | 3 ++-
34043  1 file changed, 2 insertions(+), 1 deletion(-)
34044
34045 commit 9457b60edc6f3c7b3b4ccf7460d4569c072bc98e
34046 Author: n8willis <n8willis@users.noreply.github.com>
34047 Date:   Mon Apr 13 17:01:15 2020 +0100
34048
34049     Update usermanual-integration.xml
34050
34051  docs/usermanual-integration.xml | 4 ++--
34052  1 file changed, 2 insertions(+), 2 deletions(-)
34053
34054 commit 05b7bdb4dd57d1bf233379e0f4ae5ec6451113d7
34055 Author: n8willis <n8willis@users.noreply.github.com>
34056 Date:   Mon Apr 13 16:59:41 2020 +0100
34057
34058     Update usermanual-integration.xml
34059
34060  docs/usermanual-integration.xml | 2 +-
34061  1 file changed, 1 insertion(+), 1 deletion(-)
34062
34063 commit f782d736cefa7808ef31712bcc6a51cfa2d02826
34064 Author: n8willis <n8willis@users.noreply.github.com>
34065 Date:   Mon Apr 13 16:57:36 2020 +0100
34066
34067     Update usermanual-integration.xml
34068
34069  docs/usermanual-integration.xml | 6 +++---
34070  1 file changed, 3 insertions(+), 3 deletions(-)
34071
34072 commit 17b60efc38fbc32953424fa9a21daf3738ff8935
34073 Author: n8willis <n8willis@users.noreply.github.com>
34074 Date:   Mon Apr 13 16:51:58 2020 +0100
34075
34076     Update docs/usermanual-integration.xml
34077     
34078     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34079
34080  docs/usermanual-integration.xml | 2 +-
34081  1 file changed, 1 insertion(+), 1 deletion(-)
34082
34083 commit 9b91669cb4e92281f155e4b1b1cef26ba562e786
34084 Author: n8willis <n8willis@users.noreply.github.com>
34085 Date:   Mon Apr 13 16:40:15 2020 +0100
34086
34087     Update hb-ft.cc
34088
34089  src/hb-ft.cc | 2 +-
34090  1 file changed, 1 insertion(+), 1 deletion(-)
34091
34092 commit 3a47921e88ad20873e08e19dff22205ecdf48f98
34093 Author: n8willis <n8willis@users.noreply.github.com>
34094 Date:   Mon Apr 13 15:42:00 2020 +0100
34095
34096     Update usermanual-integration.xml
34097
34098  docs/usermanual-integration.xml | 2 +-
34099  1 file changed, 1 insertion(+), 1 deletion(-)
34100
34101 commit a29578c17a10f409db651ed55f20ca3eb20953ae
34102 Author: n8willis <n8willis@users.noreply.github.com>
34103 Date:   Mon Apr 13 15:30:18 2020 +0100
34104
34105     Update usermanual-integration.xml
34106
34107  docs/usermanual-integration.xml | 2 +-
34108  1 file changed, 1 insertion(+), 1 deletion(-)
34109
34110 commit c241e82f00dad423bf1d15cc8e365224fb7a8575
34111 Author: n8willis <n8willis@users.noreply.github.com>
34112 Date:   Mon Apr 13 15:28:42 2020 +0100
34113
34114     Update docs/usermanual-integration.xml
34115     
34116     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34117
34118  docs/usermanual-integration.xml | 2 +-
34119  1 file changed, 1 insertion(+), 1 deletion(-)
34120
34121 commit fd59cc700ade05fa86b89d10cf07eef7f57c9973
34122 Author: n8willis <n8willis@users.noreply.github.com>
34123 Date:   Mon Apr 13 15:15:00 2020 +0100
34124
34125     Update src/hb-glib.cc
34126     
34127     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34128
34129  src/hb-glib.cc | 2 +-
34130  1 file changed, 1 insertion(+), 1 deletion(-)
34131
34132 commit fb9d106797f4ae458717dd9e9d0b2c9eca4b89c2
34133 Author: n8willis <n8willis@users.noreply.github.com>
34134 Date:   Mon Apr 13 15:14:42 2020 +0100
34135
34136     Update src/hb-graphite2.cc
34137     
34138     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34139
34140  src/hb-graphite2.cc | 2 +-
34141  1 file changed, 1 insertion(+), 1 deletion(-)
34142
34143 commit a199eab20eca8710e58fab845b8c330aada797a3
34144 Author: n8willis <n8willis@users.noreply.github.com>
34145 Date:   Mon Apr 13 15:14:28 2020 +0100
34146
34147     Update src/hb-graphite2.cc
34148     
34149     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34150
34151  src/hb-graphite2.cc | 2 +-
34152  1 file changed, 1 insertion(+), 1 deletion(-)
34153
34154 commit aff21795b2da558e8f595706e7a46f11b891f8be
34155 Author: n8willis <n8willis@users.noreply.github.com>
34156 Date:   Mon Apr 13 15:14:06 2020 +0100
34157
34158     Update src/hb-icu.cc
34159     
34160     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34161
34162  src/hb-icu.cc | 2 +-
34163  1 file changed, 1 insertion(+), 1 deletion(-)
34164
34165 commit ccc235698394aab2cea69bd2e00a0caa766d577b
34166 Author: n8willis <n8willis@users.noreply.github.com>
34167 Date:   Mon Apr 13 15:13:56 2020 +0100
34168
34169     Update src/hb-graphite2.h
34170     
34171     Co-Authored-By: Khaled Hosny <dr.khaled.hosny@gmail.com>
34172
34173  src/hb-graphite2.h | 2 +-
34174  1 file changed, 1 insertion(+), 1 deletion(-)
34175
34176 commit 0d5695983e8bf3184ecd4cb92f737b9dfe5d6d25
34177 Author: Qunxin Liu <qxliu@google.com>
34178 Date:   Sun Apr 5 18:44:26 2020 -0700
34179
34180     [subset] fixes dangling object_t issue in FeatureVariationRecord
34181     Fixes https://crbug.com/oss-fuzz/21560
34182     revert () does not clean up useless object_t. Adjust the order of
34183     subsetting substitutions and conditions to avoid dangling object_t.
34184
34185  src/hb-ot-layout-common.hh                                |   9 +++++----
34186  ...z-testcase-minimized-hb-subset-fuzzer-5759725666041856 | Bin 0 -> 114 bytes
34187  2 files changed, 5 insertions(+), 4 deletions(-)
34188
34189 commit 57b7de032f60d0499ae2debb293d0f8456acfdfb
34190 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34191 Date:   Sun Apr 5 17:07:48 2020 +0430
34192
34193     [subset] Fail ClassDefFormat1 serialization if no space available
34194     
34195     Fixes https://crbug.com/oss-fuzz/21580
34196
34197  src/hb-ot-layout-common.hh                               |   2 +-
34198  ...-testcase-minimized-hb-subset-fuzzer-5704307501694976 | Bin 0 -> 1062 bytes
34199  2 files changed, 1 insertion(+), 1 deletion(-)
34200
34201 commit c8cc1e378df500122d8082a2038d68179eec63d0
34202 Author: Qunxin Liu <qxliu@google.com>
34203 Date:   Thu Apr 2 16:57:01 2020 -0700
34204
34205     fix issues in ClassDefFormat1 serialize:
34206     glyph ids in Iterator may be non-consecutive,
34207     so the number in classValue might be larger than length of the Iterator
34208
34209  src/hb-ot-layout-common.hh                          |  20 +++++++++++++++-----
34210  src/hb-ot-layout-gpos-table.hh                      |   2 +-
34211  ...f => Roboto-Regular.keep-gdef-gpos.1E00,303.ttf} | Bin 2520 -> 2648 bytes
34212  ...03.ttf => Roboto-Regular.keep-gdef-gpos.303.ttf} | Bin 2192 -> 2240 bytes
34213  ...=> Roboto-Regular.keep-gdef-gpos.309,20,30F.ttf} | Bin 2288 -> 2336 bytes
34214  ...23.ttf => Roboto-Regular.keep-gdef-gpos.323.ttf} | Bin 2084 -> 2132 bytes
34215  ...f => Roboto-Regular.keep-gdef-gpos.41,42,43.ttf} | Bin 2536 -> 2736 bytes
34216  test/subset/data/profiles/keep-gdef-gpos.txt        |   1 +
34217  test/subset/data/tests/layout.gdef.tests            |   2 +-
34218  9 files changed, 18 insertions(+), 7 deletions(-)
34219
34220 commit 4a49b36a9e244e176a8e6d9ae9d6caadabfbcc6c
34221 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34222 Date:   Fri Apr 3 19:36:48 2020 +0430
34223
34224     [tests/macos] Adopt added Apple Chancery tests with older macos versions
34225
34226  test/shaping/data/in-house/tests/macos.tests | 30 ++++++++++++++++++++++------
34227  1 file changed, 24 insertions(+), 6 deletions(-)
34228
34229 commit 75cae46dc2702e4edd32a92fe59300172931ed9f
34230 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34231 Date:   Fri Apr 3 20:04:16 2020 +0430
34232
34233     [aat] minor spacing
34234
34235  src/hb-aat-map.cc | 2 +-
34236  1 file changed, 1 insertion(+), 1 deletion(-)
34237
34238 commit 37377763842c80bf261d7bc0b3502cd5213244a4
34239 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34240 Date:   Fri Apr 3 20:03:20 2020 +0430
34241
34242     [aat] add the bug link, minor
34243
34244  src/hb-aat-map.cc | 5 +++--
34245  1 file changed, 3 insertions(+), 2 deletions(-)
34246
34247 commit 548a25259e183f95713c0fdf0ad8c9450af73252
34248 Author: Jonathan Kew <jfkthame@gmail.com>
34249 Date:   Fri Apr 3 16:18:20 2020 +0100
34250
34251     Add a test for #2307.
34252
34253  test/shaping/data/in-house/tests/macos.tests | 1 +
34254  1 file changed, 1 insertion(+)
34255
34256 commit 1faf0caae165f680689610b20c467b9308275308
34257 Author: Jonathan Kew <jfkthame@gmail.com>
34258 Date:   Fri Apr 3 16:10:34 2020 +0100
34259
34260     Special-case 'smcp' when checking for exposed AAT features.
34261     
34262     This may be implemented by selectors under either LETTER_CASE or LOWER_CASE feature types
34263     in AAT, so we need to check for the presence of either one.
34264     
34265     Fixes #2307.
34266
34267  src/hb-aat-map.cc | 12 +++++++++++-
34268  1 file changed, 11 insertions(+), 1 deletion(-)
34269
34270 commit 120d86fa189ca4f3dbb8502e92f7ac63f66d0037
34271 Author: Jonathan Kew <jfkthame@gmail.com>
34272 Date:   Fri Apr 3 15:10:14 2020 +0100
34273
34274     Add tests for #2305.
34275
34276  test/shaping/data/in-house/tests/macos.tests | 5 +++++
34277  1 file changed, 5 insertions(+)
34278
34279 commit b87cf6e8d44aa60e162a68225394386cecb0e690
34280 Author: Jonathan Kew <jfkthame@gmail.com>
34281 Date:   Fri Apr 3 15:02:07 2020 +0100
34282
34283     Fix sense of comparsion in hb_aat_map_builder_t::feature_info_t.
34284     
34285     This makes bsearch actually work for the features array.
34286     
34287     Fixes #2305.
34288
34289  src/hb-aat-map.hh | 2 +-
34290  1 file changed, 1 insertion(+), 1 deletion(-)
34291
34292 commit b027cb518dc7e6ac7e41e617364476e3c7839792
34293 Author: Jonathan Kew <jfkthame@gmail.com>
34294 Date:   Mon Mar 30 18:47:22 2020 +0100
34295
34296     Set sequence number when adding feature to aat map builder, to support stable sort.
34297     
34298     Fixes #2288.
34299
34300  src/hb-aat-map.cc | 2 ++
34301  1 file changed, 2 insertions(+)
34302
34303 commit e0e77270641fb932552b36bbb35813fbc5cfac1e
34304 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34305 Date:   Fri Apr 3 01:12:16 2020 +0430
34306
34307     [ci] Update macOS 10.15's version
34308
34309  .circleci/config.yml | 6 +++---
34310  1 file changed, 3 insertions(+), 3 deletions(-)
34311
34312 commit 89fa70f511a62fedc46e68f692b6f19e119d647e
34313 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34314 Date:   Fri Apr 3 00:05:40 2020 +0430
34315
34316     [aat] minor over previous feat related changes
34317
34318  src/hb-aat-layout-feat-table.hh              |  2 +-
34319  src/hb-aat-map.cc                            | 12 +++++-------
34320  test/shaping/data/in-house/tests/macos.tests | 14 ++++++++++++--
34321  3 files changed, 18 insertions(+), 10 deletions(-)
34322
34323 commit 58b4d18b53a530b1bbc2fea2c3123754b9be4868
34324 Author: Jonathan Kew <jfkthame@gmail.com>
34325 Date:   Thu Apr 2 17:54:09 2020 +0100
34326
34327     Add a couple testcases for issue 2285.
34328     
34329     A few simple testcases to confirm that setting liga=0 does not break shaping with
34330     the Tibetan AAT font Kokonor, but does still disable common ligatures in Times.
34331
34332  test/shaping/data/in-house/tests/macos.tests | 6 ++++++
34333  1 file changed, 6 insertions(+)
34334
34335 commit b1c0b9da2ff105d3476fed411e1d7010decb394e
34336 Author: Jonathan Kew <jfkthame@gmail.com>
34337 Date:   Thu Apr 2 14:39:13 2020 +0100
34338
34339     [AAT] Don't map OT tags to AAT feature types that are not exposed.
34340     
34341     If an AAT feature type is not exposed in the 'feat' table, we assume it is not intended
34342     to be user-controllable and so we should not map any OT feature tag requests to it.
34343     
34344     Fixes #2285.
34345
34346  src/hb-aat-layout-feat-table.hh | 6 ++++++
34347  src/hb-aat-map.cc               | 7 +++++++
34348  2 files changed, 13 insertions(+)
34349
34350 commit e0c3979af1c84f82b8879c710a07f027fe32f564
34351 Author: Qunxin Liu <qxliu@google.com>
34352 Date:   Wed Apr 1 16:49:53 2020 -0700
34353
34354     typo fix
34355
34356  src/hb-ot-layout-common.hh   | 2 +-
34357  src/hb-ot-layout-gsubgpos.hh | 2 +-
34358  2 files changed, 2 insertions(+), 2 deletions(-)
34359
34360 commit 65f413630366ded4867522ca9ffa0d7e936380ac
34361 Author: ariza <ariza@adobe.com>
34362 Date:   Wed Apr 1 19:49:18 2020 -0700
34363
34364     minor; fixes #2292
34365
34366  src/hb-serialize.hh | 5 ++---
34367  1 file changed, 2 insertions(+), 3 deletions(-)
34368
34369 commit 014e038b2c2fd55e0bffbe5c5adc893c07df187a
34370 Author: Garret Rieger <grieger@google.com>
34371 Date:   Tue Mar 31 16:29:29 2020 -0700
34372
34373     [subset] Bail out of context lookup expansion once the lookup limit is encountered.
34374
34375  src/hb-ot-layout-gsubgpos.hh                           |   8 ++++++++
34376  ...testcase-minimized-hb-shape-fuzzer-5158673602314240 | Bin 0 -> 881650 bytes
34377  2 files changed, 8 insertions(+)
34378
34379 commit 5d345d0cd169dcc8c0205918a6e064f03e4bc07a
34380 Author: Garret Rieger <grieger@google.com>
34381 Date:   Tue Mar 31 17:46:19 2020 -0700
34382
34383     [subset] Limit the number of lookup indices processed subsetting Feature.
34384     > Also, remove two unnessecary full iterations of the lookup index iterator during serialization of the index array. Fixes fuzzer found timeout.
34385
34386  src/hb-ot-layout-common.hh                         |  25 +++++++++++++++------
34387  ...ase-minimized-hb-subset-fuzzer-5719588814979072 | Bin 0 -> 1048576 bytes
34388  2 files changed, 18 insertions(+), 7 deletions(-)
34389
34390 commit bdda2ff6092a3ddce2fe236dfe8cf3176330589b
34391 Author: Simon Cozens <simon@simon-cozens.org>
34392 Date:   Mon Mar 30 16:40:29 2020 +0100
34393
34394     More strictly follow noun/verb/identifier format for GPOS/GSUB lookups
34395     
34396     Less generic than the previous commit, but more descriptive and more consistent.
34397
34398  src/hb-ot-layout.cc | 4 ++--
34399  1 file changed, 2 insertions(+), 2 deletions(-)
34400
34401 commit bef7ef81da8030628ca99c27a3eb52ab642e6a85
34402 Author: Simon Cozens <simon@simon-cozens.org>
34403 Date:   Mon Mar 30 16:39:43 2020 +0100
34404
34405     Reformat kerx/morx instrumentation to 'verb noun identifier'
34406
34407  src/hb-aat-layout-kerx-table.hh | 4 ++--
34408  src/hb-aat-layout-morx-table.hh | 4 ++--
34409  2 files changed, 4 insertions(+), 4 deletions(-)
34410
34411 commit 42aac64030c54e514c4c031b49f646ece2b878fa
34412 Author: Simon Cozens <simon@simon-cozens.org>
34413 Date:   Mon Mar 30 16:06:30 2020 +0100
34414
34415     Add table index to lookup messages
34416     
34417     We could say GSUB/GPOS explicitly, but using the index is more general, in case future tables (such as JSTF, Silf) become supported.
34418
34419  src/hb-ot-layout.cc | 4 ++--
34420  1 file changed, 2 insertions(+), 2 deletions(-)
34421
34422 commit 2cea796b75702d4fd433da2f4733810cf3dd3cfa
34423 Author: Simon Cozens <simon@simon-cozens.org>
34424 Date:   Mon Mar 30 16:04:17 2020 +0100
34425
34426     Instrument entering GSUB/GPOS tables
34427
34428  src/hb-ot-layout.cc | 4 ++++
34429  1 file changed, 4 insertions(+)
34430
34431 commit 1b64b73080994ac577a6d936a0109b3c6f5d21de
34432 Author: Khaled Hosny <khaledhosny@eglug.org>
34433 Date:   Mon Mar 30 16:49:23 2020 +0200
34434
34435     Revert "Add messages for GPOS/GSUB phases"
34436     
34437     This reverts commit b07714d6b53bb20a2796f5efa607dc32aac587f1.
34438
34439  src/hb-ot-layout.cc | 2 --
34440  1 file changed, 2 deletions(-)
34441
34442 commit 2e1bf61dd5afcef71957b349254b80e7cfd14e45
34443 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34444 Date:   Thu Mar 26 22:59:26 2020 +0430
34445
34446     [gsubgpos] Use FeatureVariations::NOT_FOUND_INDEX instead Index::
34447     
34448     As noted by https://github.com/harfbuzz/harfbuzz/issues/2280#issuecomment-604386389
34449     
34450     Added on b143e34, fixed on 2571891
34451     
34452     Closes #2280
34453
34454  src/hb-ot-layout-gsubgpos.hh | 2 +-
34455  1 file changed, 1 insertion(+), 1 deletion(-)
34456
34457 commit 96d792ae80c448715ef317c9f69eb30dc3d34a10
34458 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34459 Date:   Tue Mar 24 14:05:47 2020 +0430
34460
34461     [avar] Prevent mul overflow
34462     
34463     Fixes https://crbug.com/oss-fuzz/21350
34464
34465  src/hb-algs.hh                                     |  29 ++++++++++++++++-----
34466  src/hb-ot-var-avar-table.hh                        |  10 ++++---
34467  ...tcase-minimized-hb-draw-fuzzer-5712313459146752 | Bin 0 -> 146696 bytes
34468  3 files changed, 30 insertions(+), 9 deletions(-)
34469
34470 commit 18fc9197e23460f2599670b65548d07a522d5a73
34471 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34472 Date:   Thu Mar 26 13:34:28 2020 +0430
34473
34474     [meson] Run check-symbols.sh and check-static-inits.sh correctly
34475     
34476     * Search src/ build directory for objects in check-static-inits.sh
34477     * Find .def files in src/ build directory in src/check-symbols.sh
34478     * Pass builddir also in autotools also, we may just remove libs passing after autotools removal
34479     * Move harfbuzz_subset_def target so can be referenced as a check-static-inits.sh dependency
34480
34481  src/Makefile.am           |  1 +
34482  src/check-static-inits.sh | 13 ++++++++--
34483  src/check-symbols.sh      |  7 +++---
34484  src/meson.build           | 63 +++++++++++++++++++++++++----------------------
34485  4 files changed, 50 insertions(+), 34 deletions(-)
34486
34487 commit 9c2c9553eb85b272c2838f5fc60301aafe361549
34488 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34489 Date:   Thu Mar 26 13:24:38 2020 +0430
34490
34491     [test] Check -subset also doesn't link to lib[std]c++
34492
34493  src/check-libstdc++.sh | 3 +--
34494  1 file changed, 1 insertion(+), 2 deletions(-)
34495
34496 commit 25718913d4263ed709bd7142a107e128c9f91d4c
34497 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34498 Date:   Thu Mar 26 14:04:37 2020 +0430
34499
34500     [gsubgpos] minor build fix
34501
34502  src/hb-ot-layout-gsubgpos.hh | 2 +-
34503  1 file changed, 1 insertion(+), 1 deletion(-)
34504
34505 commit b143e34ee1bb56d104e33b78abff70302a93d3d0
34506 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34507 Date:   Thu Mar 26 11:58:45 2020 +0430
34508
34509     [gsubgpos] Initialize variation index on HB_NO_VAR
34510     
34511     hb_shape_plan_key_t::equal expects hb_ot_shape_plan_key_t be initialized by
34512     hb_ot_layout_table_find_feature_variations calls but it won't get initialized
34513     when HB_NO_VAR build config is used.
34514     
34515     Related to https://github.com/harfbuzz/harfbuzz/issues/2280
34516
34517  src/hb-ot-layout-gsubgpos.hh | 1 +
34518  1 file changed, 1 insertion(+)
34519
34520 commit 071e2e345fb0a78d13462744dca9b1a8b15e78cb
34521 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34522 Date:   Thu Mar 26 12:01:53 2020 +0430
34523
34524     minor
34525
34526  src/hb-ot-layout-gsubgpos.hh | 2 +-
34527  src/hb-ot-shape.hh           | 6 +++---
34528  2 files changed, 4 insertions(+), 4 deletions(-)
34529
34530 commit cc977b6e5c263803abc47f52538b530458f08f16
34531 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34532 Date:   Thu Mar 26 11:18:02 2020 +0430
34533
34534     [gsubgpos] Minor simplification
34535     
34536     Just changed the order, no functional change
34537
34538  src/hb-ot-layout-gsubgpos.hh | 23 ++++++++++++-----------
34539  1 file changed, 12 insertions(+), 11 deletions(-)
34540
34541 commit 1a48278511c396799693f23dde98c82b44a5f7d3
34542 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34543 Date:   Thu Mar 26 11:15:09 2020 +0430
34544
34545     [gsubgpos] Minor style improve
34546
34547  src/hb-ot-layout-gsubgpos.hh | 24 ++++++------------------
34548  1 file changed, 6 insertions(+), 18 deletions(-)
34549
34550 commit 4ad686b9c0460bdc88663b882e5039b808bf8cce
34551 Author: Garret Rieger <grieger@google.com>
34552 Date:   Wed Mar 25 23:32:28 2020 -0700
34553
34554     [subset] fix fuzzer timeout in layout closure
34555     
34556     Bail out of chain context lookup expansion once the lookup limit is encountered.
34557
34558  src/hb-ot-layout-gsubgpos.hh                       |  26 +++++++++++++++++++++
34559  ...ase-minimized-hb-subset-fuzzer-5713850117914624 | Bin 0 -> 1048576 bytes
34560  2 files changed, 26 insertions(+)
34561
34562 commit f0ce56bbd031a8b922e9695670c09c8a385c657f
34563 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34564 Date:   Tue Mar 24 22:53:38 2020 +0430
34565
34566     [meson] Don't compile test-bimap on msvc either
34567     
34568     MSVC doens't like its NullPool,
34569     
34570     test-bimap.cc.obj : error LNK2019: unresolved external symbol "unsigned __int64 const * const _hb_NullPool" (?_hb_NullPool@@3QB_KB) referenced in function
34571
34572  src/meson.build | 2 +-
34573  1 file changed, 1 insertion(+), 1 deletion(-)
34574
34575 commit 22f311e100bf18728f3d697b724e643a4a5c917e
34576 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34577 Date:   Tue Mar 24 22:43:02 2020 +0430
34578
34579     [meson] Don't compile noinst_programs in msvc for now
34580
34581  src/meson.build | 40 ++++++++++++++++++++++------------------
34582  1 file changed, 22 insertions(+), 18 deletions(-)
34583
34584 commit 7054b122068f14fda3442c1a3d2c05562ef8453d
34585 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34586 Date:   Tue Mar 24 22:35:41 2020 +0430
34587
34588     [meson] Mark rest of non-install executables explicitly
34589
34590  src/meson.build          | 12 ++++++------
34591  test/api/meson.build     |  2 ++
34592  test/fuzzing/meson.build |  1 +
34593  3 files changed, 9 insertions(+), 6 deletions(-)
34594
34595 commit 68df3f7dacfa85d61fa7c059a13a09925b613484
34596 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34597 Date:   Tue Mar 24 20:58:38 2020 +0430
34598
34599     [meson] test/api, separate subset tests
34600
34601  test/api/meson.build | 20 ++++++++++++++++----
34602  1 file changed, 16 insertions(+), 4 deletions(-)
34603
34604 commit 600bf21fbc9076e1a7c276b41a7fcd610dae8adc
34605 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34606 Date:   Tue Mar 24 20:08:40 2020 +0430
34607
34608     [meson] Add draw-fuzzer runner
34609
34610  test/fuzzing/meson.build | 22 ++++++++++++++--------
34611  1 file changed, 14 insertions(+), 8 deletions(-)
34612
34613 commit 466dbaa2583c9570016208655951b0b2466ac6c7
34614 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34615 Date:   Tue Mar 24 19:52:43 2020 +0430
34616
34617     [meson] Add a note on meson stability status
34618
34619  meson.build | 2 ++
34620  1 file changed, 2 insertions(+)
34621
34622 commit 28deb6b718997976a519e66e9aa8c15d8f117217
34623 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34624 Date:   Tue Mar 24 19:41:53 2020 +0430
34625
34626     [meson] test/fuzzing simplify
34627
34628  test/fuzzing/meson.build | 7 ++-----
34629  1 file changed, 2 insertions(+), 5 deletions(-)
34630
34631 commit 78622231ac6da55bf86e598a7bca9e50471c03ab
34632 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34633 Date:   Tue Mar 24 19:39:42 2020 +0430
34634
34635     [meson] More comment on tests are causing timeout failure
34636
34637  test/fuzzing/meson.build | 3 ++-
34638  test/subset/meson.build  | 5 +++--
34639  2 files changed, 5 insertions(+), 3 deletions(-)
34640
34641 commit 9bc792f416dddd4aabb99780c632010d97054f5d
34642 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34643 Date:   Tue Mar 24 19:37:56 2020 +0430
34644
34645     [meson] Don't set MALLOC_PERTURB_ as it is already set by meson
34646
34647  test/api/meson.build | 9 ++-------
34648  1 file changed, 2 insertions(+), 7 deletions(-)
34649
34650 commit e8808c1c203c306f7b7667f9a0f32422c9f7abbb
34651 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34652 Date:   Tue Mar 24 19:15:09 2020 +0430
34653
34654     [meson] Minor, replace tabs with spaces
34655
34656  .editorconfig            |  1 +
34657  meson.build              |  4 ++--
34658  src/meson.build          | 32 ++++++++++++++++----------------
34659  test/shaping/meson.build | 16 ++++++++--------
34660  4 files changed, 27 insertions(+), 26 deletions(-)
34661
34662 commit 4dfda9feaa431c2ab19d87cb177cc2502f5f0c21
34663 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34664 Date:   Tue Mar 24 19:33:31 2020 +0430
34665
34666     [meson] Update and simplify test/shaping
34667
34668  test/shaping/meson.build | 538 +++++++++++++++++++++++------------------------
34669  1 file changed, 268 insertions(+), 270 deletions(-)
34670
34671 commit f22e92bb300775c1d494c841c6fb26b0bbc96668
34672 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34673 Date:   Tue Mar 24 19:32:55 2020 +0430
34674
34675     [meson] Update test/api from autotools
34676
34677  test/api/meson.build | 118 ++++++++++++++++++++++++++++++---------------------
34678  1 file changed, 70 insertions(+), 48 deletions(-)
34679
34680 commit e248a4e46c5c94b6de349d0fd0e1765b29acad99
34681 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34682 Date:   Tue Mar 24 18:56:49 2020 +0430
34683
34684     [make] Minor reordering on test/api/Makefile.am
34685
34686  test/api/Makefile.am | 30 +++++++++++-------------------
34687  1 file changed, 11 insertions(+), 19 deletions(-)
34688
34689 commit 2db8279162be7ac184ccf99982fad2aeeb0d7540
34690 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34691 Date:   Tue Mar 24 18:55:56 2020 +0430
34692
34693     [meson] Don't compile test-{algs,iter,meta} on msvc
34694
34695  src/meson.build | 11 ++++++++---
34696  1 file changed, 8 insertions(+), 3 deletions(-)
34697
34698 commit 3385afacd3daabc98e69d1880dad558faa932842
34699 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34700 Date:   Tue Mar 24 18:55:01 2020 +0430
34701
34702     [meson] Don't run check-includes if is amalgam build
34703
34704  src/meson.build | 5 ++++-
34705  1 file changed, 4 insertions(+), 1 deletion(-)
34706
34707 commit 6a8a1dc5bb67e2acd3fb3e8aae4cb558e3b093f7
34708 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34709 Date:   Tue Mar 24 16:04:33 2020 +0430
34710
34711     [meson] Port src/ binary artifacts to meson
34712
34713  src/meson.build | 416 +++++++++++++++++++++++++++++++++++++++++---------------
34714  1 file changed, 306 insertions(+), 110 deletions(-)
34715
34716 commit d57fc627e9923579aed3d451c8f3b15520805fc1
34717 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34718 Date:   Tue Mar 24 16:03:04 2020 +0430
34719
34720     [meson] raise timeout value of subset fuzzer
34721
34722  test/fuzzing/meson.build | 2 ++
34723  1 file changed, 2 insertions(+)
34724
34725 commit 4738dff18e7644306c3526b8cc9429fda6d6db0d
34726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34727 Date:   Mon Mar 23 23:37:49 2020 +0430
34728
34729     [make] minor move on Makefile.am
34730
34731  src/Makefile.am | 40 ++++++++++++++++++++--------------------
34732  1 file changed, 20 insertions(+), 20 deletions(-)
34733
34734 commit b07714d6b53bb20a2796f5efa607dc32aac587f1
34735 Author: Simon Cozens <simon@simon-cozens.org>
34736 Date:   Sat Mar 14 17:55:27 2020 +0000
34737
34738     Add messages for GPOS/GSUB phases
34739
34740  src/hb-ot-layout.cc | 2 ++
34741  1 file changed, 2 insertions(+)
34742
34743 commit 748e1cf8980e8c54b61ec86599f94450e98ad47a
34744 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34745 Date:   Sat Mar 21 23:31:52 2020 +0430
34746
34747     [subset] Avoid linking to libstdc++ in libharfbuzz-subset.so
34748     
34749     Just like other targets (except harfbuzz-icu) avoid linking to libstdc++
34750
34751  src/Makefile.am | 1 +
34752  1 file changed, 1 insertion(+)
34753
34754 commit 761695264b309693346dd027d38e6bc53056c3ab
34755 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34756 Date:   Thu Mar 19 11:43:37 2020 +0330
34757
34758     [tests] Remove py2 workaround for lack of timeout in subprocess
34759
34760  test/fuzzing/run-draw-fuzzer-tests.py   | 28 ++++++----------------------
34761  test/fuzzing/run-shape-fuzzer-tests.py  | 28 ++++++----------------------
34762  test/fuzzing/run-subset-fuzzer-tests.py | 32 ++++++++------------------------
34763  3 files changed, 20 insertions(+), 68 deletions(-)
34764
34765 commit b5526a09ff89780de4584ff422127cb962b138f3
34766 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34767 Date:   Wed Mar 18 23:58:20 2020 +0330
34768
34769     [tools] Remove in-house 'which' now that we have py3
34770
34771  test/fuzzing/run-draw-fuzzer-tests.py   | 22 ++--------------------
34772  test/fuzzing/run-shape-fuzzer-tests.py  | 22 ++--------------------
34773  test/fuzzing/run-subset-fuzzer-tests.py | 22 ++--------------------
34774  test/subset/run-tests.py                | 22 +++-------------------
34775  4 files changed, 9 insertions(+), 79 deletions(-)
34776
34777 commit a0c58be371f67aa03335f40b98aa7073f1968cab
34778 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34779 Date:   Wed Mar 18 23:40:59 2020 +0330
34780
34781     [tools] Remove py2 remains
34782
34783  src/gen-os2-unicode-ranges.py | 5 -----
34784  src/gen-use-table.py          | 7 +------
34785  test/shaping/hb_test_tools.py | 4 ----
34786  3 files changed, 1 insertion(+), 15 deletions(-)
34787
34788 commit 2e29a4077b48e11d5c33a0d054dafcd17749ff07
34789 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34790 Date:   Sat Mar 14 16:34:36 2020 +0330
34791
34792     [ci/appveyor] Adopt with Meson
34793
34794  appveyor.yml | 59 +++++++++++++----------------------------------------------
34795  1 file changed, 13 insertions(+), 46 deletions(-)
34796
34797 commit 03564fd2cfa752c28a3f306994cfc8865d208cfd
34798 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34799 Date:   Sat Mar 14 20:09:00 2020 +0330
34800
34801     [test] fix misspell
34802
34803  test/shaping/run-tests.py | 2 +-
34804  1 file changed, 1 insertion(+), 1 deletion(-)
34805
34806 commit 1b8a37f75f44bf6cd20250c0dcfc1c0a70879aa5
34807 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34808 Date:   Sat Mar 14 20:06:41 2020 +0330
34809
34810     [test] minor fix
34811     
34812     oops...
34813
34814  test/shaping/run-tests.py | 2 +-
34815  1 file changed, 1 insertion(+), 1 deletion(-)
34816
34817 commit 0423da33732cda737354f52b37053809a80571b1
34818 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34819 Date:   Sat Mar 14 20:05:23 2020 +0330
34820
34821     [test] minor fix
34822     
34823     macos tests are using absolute path which aren't relevant in Windows
34824
34825  test/shaping/run-tests.py | 2 +-
34826  1 file changed, 1 insertion(+), 1 deletion(-)
34827
34828 commit 74fdd34f4d1912b506b2e640f52b3606dad4a3aa
34829 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34830 Date:   Sat Mar 14 20:03:14 2020 +0330
34831
34832     [test] make run-tests.py work on Windows
34833
34834  test/shaping/run-tests.py | 5 ++++-
34835  1 file changed, 4 insertions(+), 1 deletion(-)
34836
34837 commit 93b3e30215599fad6ec40351e5eef0a91e2ae031
34838 Author: Tim-Philipp Müller <tim@centricular.com>
34839 Date:   Sat Mar 14 11:27:50 2020 +0000
34840
34841     [meson] fix icu-related linking errors in test with amalgam build
34842     
34843     test-unicode.c:960: undefined reference to `hb_icu_get_unicode_funcs'
34844     test-unicode.c:961: undefined reference to `hb_icu_get_unicode_funcs'
34845     
34846     For now add the icu sources to libharfbuzz also for the amalgam
34847     build, later we need to have a separate harfbuzz-icu module and
34848     link against that, and/or generate harfbuzz.cc.
34849
34850  src/meson.build | 11 ++++++-----
34851  1 file changed, 6 insertions(+), 5 deletions(-)
34852
34853 commit a3892be70108adb0cbafcff9bf4c2ebc0f65acb0
34854 Author: Tim-Philipp Müller <tim@centricular.com>
34855 Date:   Sat Mar 14 01:08:15 2020 +0000
34856
34857     [meson] fix spurious warning when building test/api C sources
34858     
34859     Fixes compiler warning
34860     
34861       test-unicode.c:589:1: warning: ‘test_unicode_properties_lenient’ defined but not used
34862     
34863     which didn't happen with autotools.
34864     
34865     Reason it does with meson is that the setup for C was slightly wrong.
34866     We would only add -DHAVE_CONFIG_H to cpp_args which is only valid when
34867     compiling C++ code, but not plain C code, and many of these tests were
34868     plain C.
34869     
34870     Instead pass -DHAVE_CONFIG_H via add_project_arguments() and make sure
34871     to set both c_args and cpp_args when building test executables.
34872     
34873     Fixes https://github.com/harfbuzz/harfbuzz/issues/2257
34874
34875  meson.build          | 5 +++--
34876  test/api/meson.build | 3 +--
34877  2 files changed, 4 insertions(+), 4 deletions(-)
34878
34879 commit bb8aaa310887aa6b4a5ec2bfa9ee0330f1619c75
34880 Author: Tim-Philipp Müller <tim@centricular.com>
34881 Date:   Sat Mar 14 01:05:38 2020 +0000
34882
34883     [meson] use add_project_arguments() instead of add_global_arguments()
34884     
34885     .. and simplify, can pass two languages in one go.
34886     
34887     add_global_arguments() won't work if harfbuzz is used as a
34888     meson subproject.
34889
34890  meson.build | 7 +++----
34891  1 file changed, 3 insertions(+), 4 deletions(-)
34892
34893 commit 2f556c38c08d6d19bed115cc5ab5e0e369d9b4d0
34894 Author: Garret Rieger <grieger@google.com>
34895 Date:   Fri Mar 13 12:21:10 2020 -0700
34896
34897     [subset] Fix crash when serializer runs out of room during gpos subsetting.
34898
34899  src/hb-ot-layout-gpos-table.hh | 1 +
34900  1 file changed, 1 insertion(+)
34901
34902 commit 430bf696537a4cf19e3ad371c4485f9580b4433b
34903 Author: Garret Rieger <grieger@google.com>
34904 Date:   Fri Mar 13 11:20:34 2020 -0700
34905
34906     Add potentially crashing font as a fuzzer seed.
34907
34908  test/fuzzing/fonts/kanit.ttf | Bin 0 -> 160304 bytes
34909  1 file changed, 0 insertions(+), 0 deletions(-)
34910
34911 commit c54ab9ba791efe5492dac89c64ac449de308eb6f
34912 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34913 Date:   Fri Mar 13 14:41:28 2020 +0330
34914
34915     Provide meson wrap files on release tarball
34916
34917  Makefile.am | 7 +++++++
34918  1 file changed, 7 insertions(+)
34919
34920 commit f1dd605cd9023b697c319b6640fdc25f78ef7e8c
34921 Author: Ebrahim Byagowi <ebrahim@gnu.org>
34922 Date:   Fri Mar 13 14:40:07 2020 +0330
34923
34924     [docs] Update to mention meson
34925
34926  BUILD.md   | 7 ++-----
34927  CONFIG.md  | 2 +-
34928  TESTING.md | 5 ++---
34929  3 files changed, 5 insertions(+), 9 deletions(-)
34930
34931 commit 838346c54a332cc7acafea676b4272ab8419c9e8
34932 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34933 Date:   Fri Mar 13 18:01:17 2020 +0800
34934
34935     meson: Support GDI integration
34936     
34937     ...and supersede the configuration option uniscribe with gdi, as Uniscribe is
34938     tightly tied to GDI.  This means that enabling GDI would also mean enabling
34939     Uniscribe.
34940
34941  meson.build       | 9 +++++----
34942  meson_options.txt | 4 ++--
34943  src/meson.build   | 5 +++++
34944  3 files changed, 12 insertions(+), 6 deletions(-)
34945
34946 commit 9d0e6aef8abe12270df161d7535d6bc741cf4c31
34947 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34948 Date:   Fri Mar 13 16:56:55 2020 +0800
34949
34950     Meson: Look harder for Cairo on Visual Studio
34951     
34952     Since Cairo's build system for Visual Studio does not generate pkg-config files
34953     for us, look for cairo.h and cairo.lib manually if the pkg-config files cannot
34954     be found.
34955     
34956     Also look for cairo-ft more carefully: ensure that we have cairo-ft.h, and one
34957     of its symbols can be found in the same cairo.lib that we previously found.
34958
34959  meson.build | 18 +++++++++++++++---
34960  1 file changed, 15 insertions(+), 3 deletions(-)
34961
34962 commit 5efce600ab3a8e4e7f429f5d683595c33d6cbe45
34963 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34964 Date:   Fri Mar 13 16:40:20 2020 +0800
34965
34966     Meson: Try harder to look for ICU on Visual Studio
34967     
34968     ICU's Visual Studio build files do not generate pkg-config files for us, unless
34969     it is built with Cygwin instead of the project files.  If pkg-config files for
34970     ICU cannot be found, look for its headers and .lib manually.
34971
34972  meson.build | 21 ++++++++++++++++++++-
34973  1 file changed, 20 insertions(+), 1 deletion(-)
34974
34975 commit 7baa8e0dbe816769f1ceeffdc2e72af7797e5df9
34976 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34977 Date:   Fri Mar 13 16:21:25 2020 +0800
34978
34979     meson: Updates to Uniscribe and DirectWrite build support
34980     
34981     Update the DirectWrite support to look for dwrite_1.h, and give the green light
34982     for both the DirectWrite and Uniscribe build options.
34983
34984  meson.build | 6 +++---
34985  1 file changed, 3 insertions(+), 3 deletions(-)
34986
34987 commit 733414b286b544b54c48e72ba8ae78d5584c157d
34988 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34989 Date:   Fri Mar 13 16:15:21 2020 +0800
34990
34991     meson: Try harder to find FreeType on Visual Studio
34992     
34993     If we can't find FreeType via pkg-config or CMake, try looking for it manually,
34994     before we attempt to build it as a fallback.
34995
34996  meson.build | 14 ++++++++++++--
34997  1 file changed, 12 insertions(+), 2 deletions(-)
34998
34999 commit 4b4d5c295d584809e0281b27687757e895e7edfc
35000 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35001 Date:   Fri Mar 13 16:00:09 2020 +0800
35002
35003     src/meson.build: Some cleanups for Visual Studio builds
35004     
35005     We don't actually need the .def files (vs_module_defs) entry when we are
35006     building DLLs with Visual Studio as long as we have HB_DLL_EXPORT defined.
35007     
35008     Plus, to maintain compatibility with the CMake builds, for Visual Studio builds
35009     we do not prefix the libraries with 'lib', nor have a '-0' suffix for the DLL
35010     file name.
35011
35012  src/meson.build | 26 +++++++++++++++-----------
35013  1 file changed, 15 insertions(+), 11 deletions(-)
35014
35015 commit da95a8c239bda7020716cc8c7ba34c380f68ffc3
35016 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35017 Date:   Fri Mar 13 15:49:08 2020 +0800
35018
35019     Shaping tests: Skip FreeType tests if support not present
35020     
35021     HarfBuzz could have been built without FreeType, so we skip the test
35022     when hb-shape reports that the font function `ft' is unknown
35023
35024  test/shaping/run-tests.py | 40 +++++++++++++++++++++++++++-------------
35025  1 file changed, 27 insertions(+), 13 deletions(-)
35026
35027 commit 91ca17e1fd8145e863a5df27092ddd20aa2599f5
35028 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35029 Date:   Fri Mar 13 12:19:32 2020 +0800
35030
35031     src/hb-gobject-enums.cc.tmpl: Replace © with (C)
35032     
35033     This was, we also avoid Visual Studio compiler warnings C4828 as that sign is
35034     not favored when /utf-8 is enabled, which is the norm nowadays as Visual Studio
35035     2015 or later is required to build harfbuzz nowadays.
35036
35037  src/hb-gobject-enums.cc.tmpl | 2 +-
35038  1 file changed, 1 insertion(+), 1 deletion(-)
35039
35040 commit 62fb6738d5115298ee7c72a4da3d9858b08a7269
35041 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35042 Date:   Fri Mar 13 12:18:09 2020 +0800
35043
35044     Fix gen-def for harefbuzz-gobject
35045     
35046     The © sign is causing issues for the script, so replace those with (C)
35047
35048  src/hb-gobject-enums.h.tmpl | 2 +-
35049  src/hb-gobject-structs.h    | 2 +-
35050  src/hb-gobject.h            | 2 +-
35051  3 files changed, 3 insertions(+), 3 deletions(-)
35052
35053 commit 8d425ed446e6b6cce30c5da16d9ad7d492f0c368
35054 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35055 Date:   Fri Mar 13 12:15:28 2020 +0800
35056
35057     meson: Fix harfbuzz-gobject builds without introspection
35058     
35059     Make the `sources:` field reflect the items depending on whether introspection
35060     is being built
35061
35062  src/meson.build | 2 +-
35063  1 file changed, 1 insertion(+), 1 deletion(-)
35064
35065 commit 3341d5346e530cd67d23f93cbc85e21bba7e8d0e
35066 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35067 Date:   Fri Mar 13 12:07:06 2020 +0800
35068
35069     meson: Don't apply -DHB_DLL_EXPORT to all targets
35070     
35071     Only have it apply to the libraries when they are not built statically on
35072     Visual Studio
35073
35074  meson.build     |  1 -
35075  src/meson.build | 11 ++++++++---
35076  2 files changed, 8 insertions(+), 4 deletions(-)
35077
35078 commit a224f4179fea20b782cc131e4840c258cc3600ad
35079 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35080 Date:   Fri Mar 13 08:33:34 2020 +0330
35081
35082     Turn more of simple dagger chains to foreach
35083     
35084     Less noise, as was agreed before and applied 385741d also
35085
35086  src/hb-ot-cff-common.hh |  21 ++++---
35087  src/hb-ot-cmap-table.hh | 142 ++++++++++++++++++++++--------------------------
35088  src/hb-ot-hdmx-table.hh |   7 +--
35089  src/hb-pool.hh          |   4 +-
35090  4 files changed, 79 insertions(+), 95 deletions(-)
35091
35092 commit 755a77d6608c5b6d4e9ee3374a4721c77ff693ac
35093 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35094 Date:   Wed Jan 29 22:26:04 2020 +0330
35095
35096     Move outline draw API behind HB_EXPERIMENTAL_API directive
35097
35098  .circleci/config.yml           |  2 ++
35099  docs/harfbuzz-sections.txt     | 21 ---------------------
35100  src/gen-def.py                 | 24 +++++++++++++++++++++++-
35101  src/hb-draw.cc                 | 24 +++++++++++++-----------
35102  src/hb-draw.h                  |  4 +++-
35103  src/hb-draw.hh                 |  2 ++
35104  src/hb-font.h                  |  2 ++
35105  src/hb-ot-cff1-table.cc        |  2 ++
35106  src/hb-ot-cff1-table.hh        |  2 ++
35107  src/hb-ot-cff2-table.cc        |  2 ++
35108  src/hb-ot-cff2-table.hh        |  2 ++
35109  src/hb-ot-glyf-table.hh        |  2 ++
35110  src/main.cc                    |  4 ++++
35111  test/api/test-draw.c           |  7 +++++++
35112  test/api/test-ot-face.c        |  2 ++
35113  test/fuzzing/hb-draw-fuzzer.cc |  8 ++++++++
35114  16 files changed, 76 insertions(+), 34 deletions(-)
35115
35116 commit dfab7a254655f5ef5d68a2b92f0d5c197517c853
35117 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35118 Date:   Thu Mar 12 21:05:01 2020 +0330
35119
35120     [cmake] Bring it back to release tarball
35121
35122  .circleci/config.yml | 6 ++++--
35123  Makefile.am          | 3 ++-
35124  2 files changed, 6 insertions(+), 3 deletions(-)
35125
35126 commit e860000db5c393139c546a1273ba37983c729b41
35127 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35128 Date:   Thu Mar 12 21:04:06 2020 +0330
35129
35130     [cmake] Suggest Meson port in CMake
35131
35132  CMakeLists.txt | 2 ++
35133  1 file changed, 2 insertions(+)
35134
35135 commit b1c3d0b8b0f3d8f644e7bc2f0e4aae2d383f4d79
35136 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35137 Date:   Thu Mar 12 20:59:18 2020 +0330
35138
35139     [cmake] cleanup
35140
35141  CMakeLists.txt | 21 ---------------------
35142  1 file changed, 21 deletions(-)
35143
35144 commit cc63eb66ce7e8579c92303f8b9d8a8183ec76513
35145 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35146 Date:   Thu Mar 12 14:53:26 2020 +0330
35147
35148     [editorconfig] Add meson config
35149
35150  .editorconfig | 3 ++-
35151  1 file changed, 2 insertions(+), 1 deletion(-)
35152
35153 commit 1dd389668847bcbc5e94573c80bb71bb87ee0d9c
35154 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35155 Date:   Thu Mar 12 13:41:10 2020 +0330
35156
35157     [meson] Make it work on autotools dist
35158
35159  .circleci/config.yml | 3 ++-
35160  Makefile.am          | 3 +++
35161  src/Makefile.am      | 1 +
35162  util/Makefile.am     | 2 ++
35163  4 files changed, 8 insertions(+), 1 deletion(-)
35164
35165 commit 47a047bd16c072d883a86a8dfc6ab22de9a4be5b
35166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35167 Date:   Thu Mar 12 14:47:40 2020 +0330
35168
35169     [ci] Remove the not used azure-pipelines.yml
35170     
35171     We will use GitHub Actions instead, same infrastructure anyway, or even better, CircleCI's Windows support
35172
35173  azure-pipelines.yml | 21 ---------------------
35174  1 file changed, 21 deletions(-)
35175
35176 commit 834a224a507bc8b971b280483de3f067a709611f
35177 Author: Garret Rieger <grieger@google.com>
35178 Date:   Thu Mar 12 03:02:36 2020 -0700
35179
35180     [subset] Put a limit on the number of lookup indices that can be visited during closures
35181     
35182     Fixes https://crbug.com/oss-fuzz/21025
35183
35184  src/hb-ot-layout-common.hh                          |   3 +++
35185  src/hb-ot-layout-gsubgpos.hh                        |  20 +++++++++++++++++---
35186  ...case-minimized-hb-subset-fuzzer-5662792105590784 | Bin 0 -> 1047599 bytes
35187  3 files changed, 20 insertions(+), 3 deletions(-)
35188
35189 commit 31218b41c6bf8e8d43220f7bc87af03a7c70783b
35190 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35191 Date:   Wed Mar 11 22:27:32 2020 +0330
35192
35193     [meson] Explicit state C++11 for older compilers
35194     
35195     Needed as https://circleci.com/gh/harfbuzz/harfbuzz/132417
35196
35197  meson.build | 1 +
35198  1 file changed, 1 insertion(+)
35199
35200 commit 749cf378e81be77eb7d23ba1a4f26e5dbbc67037
35201 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35202 Date:   Wed Mar 11 22:25:27 2020 +0330
35203
35204     [meson] test meson's own unity feature also
35205
35206  .circleci/config.yml | 2 ++
35207  1 file changed, 2 insertions(+)
35208
35209 commit f8c8be05640618cadbbcb5e4717261e6360828d5
35210 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35211 Date:   Wed Mar 11 20:51:40 2020 +0330
35212
35213     [meson] Add amalgam build option
35214
35215  .circleci/config.yml | 7 +++++--
35216  meson_options.txt    | 3 +++
35217  src/meson.build      | 5 +++++
35218  3 files changed, 13 insertions(+), 2 deletions(-)
35219
35220 commit 365d2d3cc32fc0117d88e4a161a34c952151ba58
35221 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35222 Date:   Wed Mar 11 20:16:36 2020 +0330
35223
35224     [meson] Add needed compiler flags
35225
35226  meson.build | 13 +++++++++++++
35227  1 file changed, 13 insertions(+)
35228
35229 commit 12df69e59c1e54137c36113a5ceb1e3000e0dc0f
35230 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35231 Date:   Wed Mar 11 21:52:43 2020 +0330
35232
35233     Minor, delete not needed cmake testing file
35234
35235  test/subset/CMakeLists.txt | 10 ----------
35236  1 file changed, 10 deletions(-)
35237
35238 commit 943bfeda53f6a8e0aa9b32c7cb0fcc9d01b7dcff
35239 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35240 Date:   Wed Mar 11 20:30:41 2020 +0330
35241
35242     [meson] Enable more of the subset tests
35243
35244  test/subset/meson.build | 6 ++++--
35245  1 file changed, 4 insertions(+), 2 deletions(-)
35246
35247 commit c494d7abcd626c274477319859b9bcb873aca388
35248 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35249 Date:   Wed Mar 11 19:44:13 2020 +0330
35250
35251     Remove cmake testing and add meson build bot
35252     
35253     CMake tests are broken anyway as py3 changes so let's get rid of them
35254
35255  .circleci/config.yml        | 90 ++++-----------------------------------------
35256  CMakeLists.txt              | 52 --------------------------
35257  Makefile.am                 |  2 +-
35258  test/CMakeLists.txt         |  4 --
35259  test/Makefile.am            |  2 +-
35260  test/api/CMakeLists.txt     | 36 ------------------
35261  test/api/Makefile.am        |  2 +-
35262  test/fuzzing/CMakeLists.txt | 27 --------------
35263  test/fuzzing/Makefile.am    |  2 +-
35264  test/shaping/CMakeLists.txt | 28 --------------
35265  test/shaping/Makefile.am    |  2 +-
35266  test/subset/Makefile.am     |  2 +-
35267  12 files changed, 13 insertions(+), 236 deletions(-)
35268
35269 commit 1c3f80ba136bffec00343bae87269bbc9c33ecde
35270 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35271 Date:   Wed Mar 11 19:29:47 2020 +0330
35272
35273     [meson] Minor updates
35274
35275  meson.build              |  4 ++--
35276  test/fuzzing/meson.build |  2 ++
35277  test/subset/meson.build  | 22 +++++++++++++++++++++-
35278  3 files changed, 25 insertions(+), 3 deletions(-)
35279
35280 commit 68f982415be747b8fd675d3eb55332a8277805e5
35281 Author: Aaron Boxer <aaron.boxer@collabora.com>
35282 Date:   Mon Jul 22 12:12:02 2019 -0600
35283
35284     meson: update to latest master
35285
35286  meson_options.txt |  2 --
35287  src/meson.build   | 21 ++++++++++++---------
35288  util/meson.build  |  1 +
35289  3 files changed, 13 insertions(+), 11 deletions(-)
35290
35291 commit 535186fd84d0fba3710cb33a4983efbbc074fcca
35292 Author: Tim-Philipp Müller <tim@centricular.com>
35293 Date:   Mon Dec 3 20:51:06 2018 +0100
35294
35295     meson: provide a harfbuzz-config for use from CMake
35296     
35297     See #822 and #1437.
35298
35299  meson.build     | 16 ++++++++++++++++
35300  src/meson.build | 14 +++++++++++++-
35301  2 files changed, 29 insertions(+), 1 deletion(-)
35302
35303 commit 6afa7e1c3682b70ea49e3ec0f75a4e0b1deae3cc
35304 Author: Tim-Philipp Müller <tim@centricular.com>
35305 Date:   Sun Dec 2 01:28:23 2018 +0000
35306
35307     meson: update harfbuzz version
35308
35309  meson.build | 2 +-
35310  1 file changed, 1 insertion(+), 1 deletion(-)
35311
35312 commit f1e5f4a78440b2f43a8a3fb753fe88971eddad8b
35313 Author: Tim-Philipp Müller <tim@centricular.com>
35314 Date:   Sun Dec 2 00:33:43 2018 +0000
35315
35316     meson: tests: shaping: add aots tests
35317
35318  test/shaping/meson.build | 139 +++++++++++++++++++++++++++++++++++++++++++++++
35319  1 file changed, 139 insertions(+)
35320
35321 commit 84725fb005777990890a85ba9e67566c7f2e0a74
35322 Author: Tim-Philipp Müller <tim@centricular.com>
35323 Date:   Sun Dec 2 00:32:57 2018 +0000
35324
35325     meson: tests: shaping: add missing in-house tests
35326
35327  test/shaping/meson.build | 2 ++
35328  1 file changed, 2 insertions(+)
35329
35330 commit 8fc66dbf9f95c707f57c7714b0ee1c88338d4bd3
35331 Author: Tim-Philipp Müller <tim@centricular.com>
35332 Date:   Sat Dec 1 21:15:33 2018 +0000
35333
35334     meson: tests: subset: no need to check for 'which' command any more
35335     
35336     Test runner script now handles that.
35337
35338  test/subset/meson.build | 33 +++++++++++++--------------------
35339  1 file changed, 13 insertions(+), 20 deletions(-)
35340
35341 commit 0976300be4f4f3c049f48fdc29bcabb385b6e182
35342 Author: Tim-Philipp Müller <tim@centricular.com>
35343 Date:   Sat Dec 1 21:10:57 2018 +0000
35344
35345     meson: pin glib wrap to 2.58.1 release
35346
35347  subprojects/glib.wrap | 2 +-
35348  1 file changed, 1 insertion(+), 1 deletion(-)
35349
35350 commit 0fcf098206e669ab4ca17e2e04c4aa52e6ef0e90
35351 Author: Tim-Philipp Müller <tim@centricular.com>
35352 Date:   Sat Dec 1 18:22:46 2018 +0000
35353
35354     meson: fix linking on MSVC
35355
35356  meson.build | 1 +
35357  1 file changed, 1 insertion(+)
35358
35359 commit 4a47f1aabc300317a87c581b71e21048416d2c20
35360 Author: Tim-Philipp Müller <tim@centricular.com>
35361 Date:   Sat Dec 1 11:05:27 2018 +0000
35362
35363     meson: suppress some spurious compiler warnings with MSVC
35364
35365  meson.build | 18 ++++++++++++++++++
35366  1 file changed, 18 insertions(+)
35367
35368 commit 7eaf3754dc39f91295ba769714e01e37ddf23189
35369 Author: Tim-Philipp Müller <tim@centricular.com>
35370 Date:   Fri Nov 16 16:26:06 2018 +0000
35371
35372     meson: update for changes in master
35373     
35374     And remove header files from sources list, Meson figures
35375     out header dependencies by itself (via the compiler).
35376
35377  src/meson.build | 104 +++++---------------------------------------------------
35378  1 file changed, 9 insertions(+), 95 deletions(-)
35379
35380 commit 04438554c838abcfc860a646df866cb3baed5621
35381 Author: Khaled Hosny <khaledhosny@eglug.org>
35382 Date:   Thu Nov 15 00:25:41 2018 +0200
35383
35384     meson: Update build files after rebase
35385
35386  src/meson.build          | 111 ++++++++++++++++++++++++++++++++++++++++++++---
35387  test/api/meson.build     |  16 +++++--
35388  test/fuzzing/meson.build |   2 -
35389  test/shaping/meson.build |  64 ++++++++++++++++++++++++++-
35390  4 files changed, 181 insertions(+), 12 deletions(-)
35391
35392 commit 618584e9234c13369505b5064949214d0871e2d0
35393 Author: Tim-Philipp Müller <tim@centricular.com>
35394 Date:   Wed Nov 14 20:19:36 2018 +0000
35395
35396     meson: rename incbase to incconfig
35397     
35398     Makes it clearer what it's for: config.h. See #4.
35399
35400  meson.build              | 2 +-
35401  src/meson.build          | 6 +++---
35402  test/api/meson.build     | 2 +-
35403  test/fuzzing/meson.build | 2 +-
35404  util/meson.build         | 8 ++++----
35405  5 files changed, 10 insertions(+), 10 deletions(-)
35406
35407 commit 14b5c774c205a1f8db72fa68a3e626391e917e09
35408 Author: Khaled Hosny <khaledhosny@eglug.org>
35409 Date:   Wed Nov 14 21:05:47 2018 +0200
35410
35411     meson: Fix include directory when used as subproject
35412     
35413     HarfBuzz headers are under src/ not the root directory, without using
35414     incsrc no headers will be found by the dependent project. I think
35415     incbase is superfluous, it should be replaced by incsrc or dropped.
35416
35417  src/meson.build | 6 +++---
35418  1 file changed, 3 insertions(+), 3 deletions(-)
35419
35420 commit 6abe7983edcf820d7b8b35e1a7dddaaf3d0f1346
35421 Author: Tim-Philipp Müller <tim@centricular.com>
35422 Date:   Wed Nov 14 13:49:03 2018 +0000
35423
35424     meson: add g-i introspection
35425
35426  meson_options.txt |  4 ++--
35427  src/meson.build   | 24 ++++++++++++++++++++++++
35428  2 files changed, 26 insertions(+), 2 deletions(-)
35429
35430 commit 6147df337ee5a0b8135453443c696f85624dbfa3
35431 Author: Tim-Philipp Müller <tim@centricular.com>
35432 Date:   Wed Nov 14 10:12:40 2018 +0000
35433
35434     meson: add option to disable tests
35435
35436  meson.build       | 5 ++++-
35437  meson_options.txt | 4 ++--
35438  2 files changed, 6 insertions(+), 3 deletions(-)
35439
35440 commit d230a02048efb860190a6d694ecc2729d4c4fb12
35441 Author: Tim-Philipp Müller <tim@centricular.com>
35442 Date:   Mon Nov 12 19:41:39 2018 +0000
35443
35444     meson: generate .def file for MSVC symbol export on the fly
35445     
35446     Fix symbol export with MSVC when features are disabled,
35447     such as GLib. We need to generate the list of exported
35448     symbols on the fly to make sure we only export symbols
35449     that are actually available.
35450     
35451     Needs some minor modifications to the gen-def.py script:
35452      - accept header list also via command line args; we can't
35453        pass things to a configure_file() command via the environment
35454        in Meson.
35455      - strip any leading 'src/' from library filename. This might
35456        be there because in Meson the script might be called from
35457        the top-level directory and not the current source directory.
35458     
35459     Remove .def files again which had been checked in for earlier
35460     versions of the Meson port.
35461
35462  src/gen-def.py           |   2 +-
35463  src/harfbuzz-gobject.def |  33 -----
35464  src/harfbuzz-icu.def     |   5 -
35465  src/harfbuzz-subset.def  |  12 --
35466  src/harfbuzz.def         | 310 -----------------------------------------------
35467  src/meson.build          |  56 ++++++---
35468  6 files changed, 38 insertions(+), 380 deletions(-)
35469
35470 commit 4840c8237e484177b676e774ffebbdf40c654133
35471 Author: Tim-Philipp Müller <tim@centricular.com>
35472 Date:   Mon Nov 12 16:56:56 2018 +0000
35473
35474     meson: add option and build system plumbing for CoreText on macOS/iOS
35475     
35476     Untested though.
35477
35478  meson.build       | 21 +++++++++++++++++++++
35479  meson_options.txt |  2 ++
35480  src/meson.build   |  9 +++++----
35481  3 files changed, 28 insertions(+), 4 deletions(-)
35482
35483 commit 83ebbe4ade0c74ec83d62fcfc6ba04de87384ff5
35484 Author: Tim-Philipp Müller <tim@centricular.com>
35485 Date:   Mon Nov 12 16:56:56 2018 +0000
35486
35487     meson: add option and build system plumbing for DirectWrite on Windows
35488     
35489     Untested though.
35490
35491  meson.build       | 10 ++++++++++
35492  meson_options.txt |  2 ++
35493  src/meson.build   |  9 +++++----
35494  3 files changed, 17 insertions(+), 4 deletions(-)
35495
35496 commit b7796a5d6984d40a44fbd828a6d3006c71f1cb3d
35497 Author: Tim-Philipp Müller <tim@centricular.com>
35498 Date:   Mon Nov 12 16:56:56 2018 +0000
35499
35500     meson: add option and build system plumbing for uniscribe on Windows
35501     
35502     Untested though.
35503
35504  meson.build       | 14 ++++++++++++++
35505  meson_options.txt |  2 ++
35506  src/meson.build   |  9 +++++----
35507  3 files changed, 21 insertions(+), 4 deletions(-)
35508
35509 commit c81290b0c11a6bcc960ab5d043502ac3a5998abd
35510 Author: Tim-Philipp Müller <tim@centricular.com>
35511 Date:   Mon Nov 12 15:58:09 2018 +0000
35512
35513     meson: add feature option for internal ucdn lib
35514
35515  meson_options.txt |  2 ++
35516  src/meson.build   | 17 ++++++++---------
35517  2 files changed, 10 insertions(+), 9 deletions(-)
35518
35519 commit 49ba211a9d4518ebba0c44e2d22946e23a2cead8
35520 Author: Tim-Philipp Müller <tim@centricular.com>
35521 Date:   Mon Nov 12 15:36:27 2018 +0000
35522
35523     meson: add options to enable/disable various features
35524     
35525     And fix build without GLib. Fixes #2.
35526
35527  meson.build       | 16 ++++++++--------
35528  meson_options.txt | 21 +++++++++++++++++++++
35529  util/meson.build  |  4 ++++
35530  3 files changed, 33 insertions(+), 8 deletions(-)
35531
35532 commit c5f2e5e5abb9754460e9db37b54cd314b665a8d2
35533 Author: Tim-Philipp Müller <tim@centricular.com>
35534 Date:   Mon Nov 12 10:05:04 2018 +0000
35535
35536     meson: use proxy-libintl from frida
35537
35538  subprojects/proxy-libintl.wrap | 4 ++--
35539  1 file changed, 2 insertions(+), 2 deletions(-)
35540
35541 commit 54417b127b3cfb4952788f8535ad5bfa788fb2b8
35542 Author: Tim-Philipp Müller <tim@centricular.com>
35543 Date:   Mon Nov 12 10:04:15 2018 +0000
35544
35545     meson: fix glib git url
35546     
35547     It's on gitlab now.
35548     
35549     Fixes #1
35550
35551  subprojects/glib.wrap | 4 ++--
35552  1 file changed, 2 insertions(+), 2 deletions(-)
35553
35554 commit f65def4dc7bad244742be1f6aed2552c23d12b8f
35555 Author: Nirbheek Chauhan <nirbheek@centricular.com>
35556 Date:   Fri Oct 12 19:41:49 2018 +0530
35557
35558     meson: Declare dependencies for use as a subproject
35559     
35560     Also use fallbacks for dependencies that have meson build files
35561
35562  meson.build     | 28 ++++++++++++++++++++++------
35563  src/meson.build | 17 +++++++++++++++++
35564  2 files changed, 39 insertions(+), 6 deletions(-)
35565
35566 commit 14432b3ded153972b02fe2aed4f5c3d095ef5b4a
35567 Author: Mathieu Duponchelle <mathieu@centricular.com>
35568 Date:   Wed Jul 4 17:54:28 2018 +0200
35569
35570     meson: remove debug message
35571
35572  meson.build | 2 --
35573  1 file changed, 2 deletions(-)
35574
35575 commit 07cadc9c870c9ed49973ecf8828cbbe9e3e9daf2
35576 Author: Mathieu Duponchelle <mathieu@centricular.com>
35577 Date:   Mon Jun 18 17:18:05 2018 +0200
35578
35579     meson: update minimum meson version
35580
35581  meson.build | 1 +
35582  1 file changed, 1 insertion(+)
35583
35584 commit 04bcdb9c73ff47a4b624608b69bde86b88505588
35585 Author: Mathieu Duponchelle <mathieu@centricular.com>
35586 Date:   Tue Jun 5 20:59:29 2018 +0200
35587
35588     meson: misc fixes
35589
35590  meson.build | 24 +++++++++++++-----------
35591  1 file changed, 13 insertions(+), 11 deletions(-)
35592
35593 commit 29c47d8eb5adf4967fe0b05013d0f53856066288
35594 Author: Mathieu Duponchelle <mathieu@centricular.com>
35595 Date:   Tue Jun 5 18:19:29 2018 +0200
35596
35597     meson: pass subdirs to pkgconfig.generate()
35598
35599  src/meson.build | 3 +++
35600  1 file changed, 3 insertions(+)
35601
35602 commit 484313ff3667f279f0a1d98021b2e5719508ad31
35603 Author: Mathieu Duponchelle <mathieu@centricular.com>
35604 Date:   Tue Jun 5 02:15:43 2018 +0200
35605
35606     meson: install
35607
35608  meson.build      |  1 +
35609  src/meson.build  | 32 +++++++++++++++++++++++++++++---
35610  util/meson.build | 14 +++++++++-----
35611  3 files changed, 39 insertions(+), 8 deletions(-)
35612
35613 commit d4a723732791a4806d92828d55fd6138d857722d
35614 Author: Mathieu Duponchelle <mathieu@centricular.com>
35615 Date:   Thu May 17 16:25:22 2018 -0700
35616
35617     meson: all tests passing on Windows / MSVC
35618
35619  src/harfbuzz-gobject.def       |  33 +++++
35620  src/harfbuzz-icu.def           |   5 +
35621  src/harfbuzz-subset.def        |  12 ++
35622  src/harfbuzz.def               | 310 +++++++++++++++++++++++++++++++++++++++++
35623  subprojects/.gitignore         |   2 +
35624  subprojects/proxy-libintl.wrap |   4 +
35625  subprojects/zlib.wrap          |   4 +
35626  test/fuzzing/meson.build       |   6 +-
35627  test/shaping/meson.build       |   8 +-
35628  test/subset/meson.build        |  27 ++--
35629  10 files changed, 393 insertions(+), 18 deletions(-)
35630
35631 commit 99b26789d2ff2874ec8adf760416f2434e3093ad
35632 Author: Mathieu Duponchelle <mathieu@centricular.com>
35633 Date:   Thu May 17 14:53:20 2018 -0700
35634
35635     meson: more windows fixes
35636
35637  src/meson.build  | 14 +++++++++++---
35638  util/meson.build | 59 ++++++++++++++++++++++++++++++--------------------------
35639  2 files changed, 43 insertions(+), 30 deletions(-)
35640
35641 commit 7ee650b173dc39fa998fb16aa10206dc8501a004
35642 Author: Mathieu Duponchelle <mathieu@centricular.com>
35643 Date:   Thu May 17 23:52:36 2018 +0200
35644
35645     meson: refactor fuzzing test
35646
35647  test/fuzzing/meson.build | 16 +++++++++++-----
35648  1 file changed, 11 insertions(+), 5 deletions(-)
35649
35650 commit fce88f9905f336aa83c934f346c44eb0829abeae
35651 Author: Mathieu Duponchelle <mathieu@centricular.com>
35652 Date:   Thu May 17 16:20:10 2018 +0200
35653
35654     meson: add subproject wraps for dependencies
35655
35656  meson.build                 | 29 ++++++++++-------------------
35657  subprojects/.gitignore      |  6 ++++++
35658  subprojects/expat.wrap      | 10 ++++++++++
35659  subprojects/fontconfig.wrap |  5 +++++
35660  subprojects/freetype2.wrap  |  5 +++++
35661  subprojects/glib.wrap       |  5 +++++
35662  subprojects/libffi.wrap     |  4 ++++
35663  7 files changed, 45 insertions(+), 19 deletions(-)
35664
35665 commit 920efc0ef72eb4bb5dce02ee9f9adcdd5fdf8f7a
35666 Author: Mathieu Duponchelle <mathieu@centricular.com>
35667 Date:   Thu May 17 01:28:53 2018 +0200
35668
35669     Add Meson build definitions
35670     
35671     Fixes #490
35672     
35673     http://mesonbuild.com
35674
35675  meson-cc-tests/intel-atomic-primitives-test.c |   6 +
35676  meson-cc-tests/solaris-atomic-operations.c    |   8 +
35677  meson.build                                   | 189 ++++++++++++++++++++
35678  src/fix_get_types.py                          |  15 ++
35679  src/meson.build                               | 237 ++++++++++++++++++++++++++
35680  test/api/meson.build                          |  51 ++++++
35681  test/fuzzing/meson.build                      |  32 ++++
35682  test/meson.build                              |   4 +
35683  test/shaping/meson.build                      | 110 ++++++++++++
35684  test/subset/meson.build                       |  20 +++
35685  util/meson.build                              |  51 ++++++
35686  11 files changed, 723 insertions(+)
35687
35688 commit 0615c7b64b63400b2a70a1a6dd8a57d0b0fff10c
35689 Author: Khaled Hosny <khaledhosny@eglug.org>
35690 Date:   Tue Mar 10 21:57:31 2020 +0200
35691
35692     Remove workaround for old pkg-config
35693     
35694     Add FreeType dependency to .pc, Ubuntu 14.4 is long dead.
35695     
35696     Fixes https://github.com/harfbuzz/harfbuzz/issues/1565
35697
35698  src/Makefile.am | 7 +------
35699  1 file changed, 1 insertion(+), 6 deletions(-)
35700
35701 commit 78eabf247e3127413a80ad92f7d576b00a438687
35702 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35703 Date:   Tue Mar 10 13:34:42 2020 +0330
35704
35705     [test] Enable OT funcs on tests that are working
35706
35707  .../data/in-house/tests/indic-joiners.tests        |  8 +--
35708  test/shaping/data/in-house/tests/use.tests         |  2 +-
35709  .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 ++++++------
35710  .../data/text-rendering-tests/tests/CFF-1.tests    | 26 ++++-----
35711  .../data/text-rendering-tests/tests/CFF-2.tests    | 26 ++++-----
35712  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 +++----
35713  .../data/text-rendering-tests/tests/CMAP-1.tests   |  8 +--
35714  .../data/text-rendering-tests/tests/CMAP-2.tests   |  4 +-
35715  .../data/text-rendering-tests/tests/CMAP-3.tests   | 40 +++++++-------
35716  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 +--
35717  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 +--
35718  .../data/text-rendering-tests/tests/GLYF-1.tests   |  2 +-
35719  .../data/text-rendering-tests/tests/GPOS-1.tests   | 38 ++++++-------
35720  .../data/text-rendering-tests/tests/SHARAN-1.tests | 12 ++---
35721  .../data/text-rendering-tests/tests/SHBALI-1.tests | 44 +++++++--------
35722  .../data/text-rendering-tests/tests/SHBALI-2.tests | 24 ++++-----
35723  .../data/text-rendering-tests/tests/SHKNDA-2.tests | 32 +++++------
35724  .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62 +++++++++++-----------
35725  18 files changed, 196 insertions(+), 196 deletions(-)
35726
35727 commit 47f5a860362180f6655d49956d7d12e0d296463d
35728 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35729 Date:   Tue Mar 10 13:57:46 2020 +0330
35730
35731     minor, use NN on every OffsetTo<UnsizedArrayOf<>>
35732
35733  src/hb-aat-layout-feat-table.hh | 2 +-
35734  src/hb-aat-layout-trak-table.hh | 2 +-
35735  src/hb-ot-meta-table.hh         | 2 +-
35736  3 files changed, 3 insertions(+), 3 deletions(-)
35737
35738 commit 648338c7d495f69a896348faabd2175c1e21981f
35739 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35740 Date:   Tue Mar 10 13:12:00 2020 +0330
35741
35742     [gvar] Add fields docs from ot-spec as other tables
35743
35744  src/hb-ot-var-gvar-table.hh | 151 ++++++++++++++++++++++++++------------------
35745  1 file changed, 88 insertions(+), 63 deletions(-)
35746
35747 commit 1b3b96973bc00294f00adc18104ab12997b75661
35748 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35749 Date:   Tue Mar 10 12:46:09 2020 +0330
35750
35751     [gvar] Don't copy shared tuples into gvar's accelerator
35752
35753  src/hb-ot-var-gvar-table.hh | 26 +++++++-------------------
35754  1 file changed, 7 insertions(+), 19 deletions(-)
35755
35756 commit 29dd1fe506d254abdf8b4cccd7dfdf48d6f5e7e6
35757 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35758 Date:   Tue Mar 10 11:41:51 2020 +0330
35759
35760     [gvar] Don't check again against face num glyph
35761     
35762     Done once by sanitize_shallow
35763
35764  src/hb-ot-var-gvar-table.hh | 4 ----
35765  1 file changed, 4 deletions(-)
35766
35767 commit d4b11817600e3ac444895336dd78a72dbeaf2a56
35768 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35769 Date:   Tue Mar 10 11:29:56 2020 +0330
35770
35771     [gvar] minor, rename gvar_table to table
35772
35773  src/hb-ot-var-gvar-table.hh | 22 +++++++++++-----------
35774  1 file changed, 11 insertions(+), 11 deletions(-)
35775
35776 commit 5c376938644f820c7fd69991c8d2e9c4952145c4
35777 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35778 Date:   Tue Mar 10 10:51:38 2020 +0330
35779
35780     [gvar] Remove axisCount comparison with fvar as we runtime check that
35781
35782  src/hb-ot-var-gvar-table.hh | 10 +++-------
35783  1 file changed, 3 insertions(+), 7 deletions(-)
35784
35785 commit ba22df36adf2d60df442330ac13618fe640f8d4c
35786 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35787 Date:   Tue Mar 10 10:42:20 2020 +0330
35788
35789     minor
35790     
35791     makes search for sanitize calls easier for me
35792
35793  src/hb-ot-color-svg-table.hh   | 2 +-
35794  src/hb-ot-hmtx-table.hh        | 4 ++--
35795  src/hb-ot-layout-gdef-table.hh | 4 ++--
35796  src/hb-ot-layout-gsubgpos.hh   | 2 +-
35797  src/hb-ot-name-table.hh        | 2 +-
35798  5 files changed, 7 insertions(+), 7 deletions(-)
35799
35800 commit 8ca9df7acb6283eb68fcf3d66aacac6faafcc94c
35801 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35802 Date:   Tue Mar 10 10:40:05 2020 +0330
35803
35804     [subset] Remove not needed blob sanitize call
35805
35806  src/hb-subset-cff1.cc | 10 +++-------
35807  src/hb-subset-cff2.cc | 11 +++--------
35808  2 files changed, 6 insertions(+), 15 deletions(-)
35809
35810 commit 07acd1a0426a5ba3f4924e3bb79a6715c164782c
35811 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35812 Date:   Sun Mar 8 23:39:24 2020 +0330
35813
35814     [subset] Rename src_base args to base to match sanitize methods
35815     
35816     So it will become easier to follow that serialize methods signatures should
35817     match with their sanitize methods counterparts.
35818
35819  src/hb-open-type.hh            |  18 ++----
35820  src/hb-ot-cmap-table.hh        |  37 ++++++-----
35821  src/hb-ot-color-cbdt-table.hh  |   4 +-
35822  src/hb-ot-layout-common.hh     | 135 +++++++++++++++++------------------------
35823  src/hb-ot-layout-gpos-table.hh |  51 +++++++---------
35824  src/hb-ot-layout-gsubgpos.hh   |   6 +-
35825  src/hb-ot-name-table.hh        |   5 +-
35826  7 files changed, 108 insertions(+), 148 deletions(-)
35827
35828 commit 188a0a47c225a0bf1869b2d4c14db96055c2099c
35829 Author: ariza <ariza@adobe.com>
35830 Date:   Sat Mar 7 11:02:36 2020 -0800
35831
35832     removed default base; replaced w/ bias if required
35833
35834  src/hb-open-type.hh            | 11 +++----
35835  src/hb-ot-cmap-table.hh        | 18 +++++------
35836  src/hb-ot-color-cbdt-table.hh  |  7 ++---
35837  src/hb-ot-color-sbix-table.hh  | 10 +++---
35838  src/hb-ot-layout-common.hh     | 70 +++++++++++++++++-------------------------
35839  src/hb-ot-layout-gdef-table.hh | 20 ++++++------
35840  src/hb-ot-layout-gpos-table.hh | 55 ++++++++++++++++-----------------
35841  src/hb-ot-layout-gsub-table.hh |  8 ++---
35842  src/hb-ot-layout-gsubgpos.hh   | 30 ++++++++----------
35843  src/hb-ot-name-table.hh        |  2 +-
35844  src/hb-serialize.hh            | 22 +++++--------
35845  11 files changed, 112 insertions(+), 141 deletions(-)
35846
35847 commit 4c3af7d406359d2addd51b2fc91d49b3a8d45c29
35848 Author: blueshade7 <ariza@typekit.com>
35849 Date:   Thu Mar 5 15:40:44 2020 -0800
35850
35851     add "add_link()" with bias arg
35852     
35853     issue #2227
35854
35855  src/hb-ot-cff-common.hh |  2 +-
35856  src/hb-serialize.hh     | 37 +++++++++++++++++++++----------------
35857  2 files changed, 22 insertions(+), 17 deletions(-)
35858
35859 commit bdf372b24c19516c7e608b3eb254fb3720b36b6c
35860 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35861 Date:   Sun Mar 8 00:47:25 2020 +0330
35862
35863     [subset/cbdt] Release the referenced cbdt table on error
35864     
35865     Just accidentally spotted it, when the table has less than 4 bytes
35866
35867  src/hb-ot-color-cbdt-table.hh | 6 +++++-
35868  1 file changed, 5 insertions(+), 1 deletion(-)
35869
35870 commit 0d729b4b7237934abfca0b5738ad4383f3f22476
35871 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35872 Date:   Sat Mar 7 11:53:12 2020 +0330
35873
35874     [avar] Fix out-of-bound read when input is bigger than all the coords
35875     
35876     'i' shouldn't become equal to array's length which as the increament
35877     is happened at end of the loop, if the input is bigger than all the
35878     table coords, it will be equal to array's length.
35879     
35880     Fixes https://crbug.com/oss-fuzz/21092
35881
35882  src/hb-ot-var-avar-table.hh                              |   2 +-
35883  ...zz-testcase-minimized-hb-draw-fuzzer-5681465586352128 | Bin 0 -> 4448 bytes
35884  2 files changed, 1 insertion(+), 1 deletion(-)
35885
35886 commit 6924e29f62a320c91d987a91d4efa752d13c7660
35887 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35888 Date:   Tue Mar 3 13:11:11 2020 +0330
35889
35890     [var] Fix hb_ot_var_get_axis_infos's offset semantic
35891     
35892     The API was adding offset to input's infos buffer index also which is
35893     unusual between our APIs and wrong.
35894
35895  src/hb-ot-var-fvar-table.hh | 26 ++++----------------------
35896  test/api/test-var-coords.c  | 25 +++++++++++++++++++++++++
35897  2 files changed, 29 insertions(+), 22 deletions(-)
35898
35899 commit b7617f6b3cfa0abf10292ea79bcd53ef61a08e90
35900 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35901 Date:   Thu Mar 5 12:07:33 2020 +0330
35902
35903     [glyf] Update to latests of ttf-parser
35904
35905  src/hb-ot-glyf-table.hh | 45 +++++++++++++++++++++------------------------
35906  1 file changed, 21 insertions(+), 24 deletions(-)
35907
35908 commit 0b290538646b08d391321fcbb9a1cb5f648d83ff
35909 Author: ariza <ariza@adobe.com>
35910 Date:   Wed Mar 4 22:31:21 2020 -0800
35911
35912     removed unused code
35913
35914  src/hb-ot-cff1-table.hh     | 24 ++++++++++++------------
35915  src/hb-ot-cff2-table.hh     | 10 +++++-----
35916  src/hb-subset-cff-common.hh |  6 +++---
35917  src/hb-subset-cff1.cc       | 16 ++++++++--------
35918  4 files changed, 28 insertions(+), 28 deletions(-)
35919
35920 commit e8f010d7938b9f8c6065ca455c6b24968fcfd898
35921 Author: ariza <ariza@adobe.com>
35922 Date:   Wed Mar 4 16:54:27 2020 -0800
35923
35924     removed unused code & data; rename
35925
35926  src/hb-cff-interp-dict-common.hh | 13 --------
35927  src/hb-ot-cff-common.hh          | 62 +-------------------------------------
35928  src/hb-ot-cff1-table.hh          | 65 ++++++++--------------------------------
35929  src/hb-ot-cff2-table.hh          | 44 ++++-----------------------
35930  src/hb-subset-cff-common.hh      | 52 +++-----------------------------
35931  src/hb-subset-cff1.cc            | 18 +++++------
35932  6 files changed, 31 insertions(+), 223 deletions(-)
35933
35934 commit 14a7b6f1ab1926680369bf43efc9ee8d5f89402d
35935 Author: Garret Rieger <grieger@google.com>
35936 Date:   Wed Feb 26 15:09:04 2020 -0800
35937
35938     Set hb_buffer_t to use array_t.reverse().
35939
35940  src/Makefile.am   |  6 ++++-
35941  src/hb-array.hh   | 25 ++++++++++--------
35942  src/hb-buffer.cc  | 18 ++-----------
35943  src/test-array.cc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
35944  4 files changed, 97 insertions(+), 28 deletions(-)
35945
35946 commit 5935a1dc0b45d1256c81b214222125b47e3db345
35947 Author: ariza <ariza@adobe.com>
35948 Date:   Tue Mar 3 12:12:51 2020 -0800
35949
35950     add pop_discard() calls to errror returns
35951
35952  src/hb-subset-cff1.cc | 135 ++++++++++++++++++++++++++++++++++----------------
35953  src/hb-subset-cff2.cc |  54 +++++++++++++-------
35954  2 files changed, 130 insertions(+), 59 deletions(-)
35955
35956 commit c05458ec7f11753be95d1c3cdd7c377d07d7b981
35957 Author: ariza <ariza@adobe.com>
35958 Date:   Mon Mar 2 16:51:19 2020 -0800
35959
35960     update cff & cff2 subsetters
35961
35962  src/hb-ot-cff-common.hh                            | 201 ++++----
35963  src/hb-ot-cff1-table.hh                            |  58 ++-
35964  src/hb-ot-cff2-table.hh                            |   9 +-
35965  src/hb-subset-cff-common.hh                        |  63 +--
35966  src/hb-subset-cff1.cc                              | 526 ++++++---------------
35967  src/hb-subset-cff2.cc                              | 320 ++++---------
35968  test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6220 -> 4212 bytes
35969  .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6100 -> 4092 bytes
35970  test/api/fonts/cff1_expert.2D,F6E9,FB00.otf        | Bin 3096 -> 1412 bytes
35971  9 files changed, 430 insertions(+), 747 deletions(-)
35972
35973 commit 446d1e3bbce4627f2edf24bb991fe606465f2d7e
35974 Author: Ebrahim Byagowi <ebrahim@gnu.org>
35975 Date:   Wed Mar 4 23:32:50 2020 +0330
35976
35977     [fuzz] Add more of fixed cases
35978
35979  ...fuzz-testcase-hb-subset-fuzzer-5686749313892352 | Bin 0 -> 2808 bytes
35980  ...case-minimized-harfbuzz_fuzzer-5017946948370432 | Bin 0 -> 1321 bytes
35981  ...case-minimized-harfbuzz_fuzzer-5170405903695872 | Bin 0 -> 1271 bytes
35982  ...case-minimized-harfbuzz_fuzzer-6223034666713088 | Bin 0 -> 1260 bytes
35983  ...case-minimized-hb-shape-fuzzer-5154718402215936 | Bin 0 -> 226 bytes
35984  ...case-minimized-hb-shape-fuzzer-5196560812474368 | Bin 0 -> 1816 bytes
35985  ...case-minimized-hb-shape-fuzzer-5632586529898496 | Bin 0 -> 695 bytes
35986  ...case-minimized-hb-shape-fuzzer-5642666339991552 | Bin 0 -> 32 bytes
35987  ...case-minimized-hb-shape-fuzzer-5642899625082880 | Bin 0 -> 759578 bytes
35988  ...case-minimized-hb-shape-fuzzer-5648999235715072 | Bin 0 -> 297 bytes
35989  ...case-minimized-hb-shape-fuzzer-5652700541222912 | Bin 0 -> 232 bytes
35990  ...case-minimized-hb-shape-fuzzer-5711096049041408 | Bin 0 -> 93 bytes
35991  ...case-minimized-hb-shape-fuzzer-5711472756260864 | Bin 0 -> 154432 bytes
35992  ...case-minimized-hb-shape-fuzzer-5742079188140032 | Bin 0 -> 16731 bytes
35993  ...case-minimized-hb-shape-fuzzer-5749627240841216 | Bin 0 -> 99 bytes
35994  ...case-minimized-hb-shape-fuzzer-6306977171374080 | Bin 0 -> 713443 bytes
35995  ...ase-minimized-hb-subset-fuzzer-5160311461511168 | Bin 0 -> 68 bytes
35996  ...ase-minimized-hb-subset-fuzzer-5640452927127552 | Bin 0 -> 32376 bytes
35997  ...ase-minimized-hb-subset-fuzzer-5640889218629632 | Bin 0 -> 1490 bytes
35998  ...ase-minimized-hb-subset-fuzzer-5641053680173056 | Bin 0 -> 2863 bytes
35999  ...ase-minimized-hb-subset-fuzzer-5674228796358656 | Bin 0 -> 913 bytes
36000  ...ase-minimized-hb-subset-fuzzer-5675720390475776 | Bin 299037 -> 131084 bytes
36001  ...ase-minimized-hb-subset-fuzzer-5678476148867072 | Bin 0 -> 113915 bytes
36002  ...ase-minimized-hb-subset-fuzzer-5685097303375872 | Bin 0 -> 134 bytes
36003  ...ase-minimized-hb-subset-fuzzer-5695865298092032 | Bin 0 -> 139054 bytes
36004  ...ase-minimized-hb-subset-fuzzer-5697351339999232 | Bin 0 -> 391689 bytes
36005  ...ase-minimized-hb-subset-fuzzer-5708063625969664 | Bin 0 -> 155466 bytes
36006  ...ase-minimized-hb-subset-fuzzer-5711849555755008 | Bin 0 -> 1896 bytes
36007  ...ase-minimized-hb-subset-fuzzer-5733203291144192 | Bin 0 -> 34 bytes
36008  ...ase-minimized-hb-subset-fuzzer-5735719311507456 | Bin 0 -> 879 bytes
36009  ...ase-minimized-hb-subset-fuzzer-5745268385906688 | Bin 0 -> 291536 bytes
36010  ...ase-minimized-hb-subset-fuzzer-5756658848890880 | Bin 0 -> 2734 bytes
36011  ...ase-minimized-hb-subset-fuzzer-5758358618898432 | Bin 0 -> 20112 bytes
36012  ...ase-minimized-hb-subset-fuzzer-5764020596899840 | Bin 0 -> 1766 bytes
36013  test/fuzzing/fonts/fuzz-0-harfbuzz_hb-fuzzer       | Bin 0 -> 3266 bytes
36014  35 files changed, 0 insertions(+), 0 deletions(-)
36015
36016 commit 9004848560141d98dff61eda2dea01412ddc24ea
36017 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36018 Date:   Wed Mar 4 12:12:35 2020 +0330
36019
36020     [gvar] Make sure font's num_coords matches with gvar.axisCount
36021
36022  src/hb-ot-glyf-table.hh     |  2 +-
36023  src/hb-ot-var-gvar-table.hh | 11 ++++++-----
36024  2 files changed, 7 insertions(+), 6 deletions(-)
36025
36026 commit 1af3363f9e4b52d68e6dd5600cef4479614292d5
36027 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36028 Date:   Wed Mar 4 11:32:01 2020 +0330
36029
36030     [gvar] Use hb_array_t instead indexing raw pointers
36031
36032  src/hb-ot-var-gvar-table.hh | 39 ++++++++++++++++++---------------------
36033  1 file changed, 18 insertions(+), 21 deletions(-)
36034
36035 commit 99b5b3f1b125010aea0cbb9183950fa18fe089b5
36036 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36037 Date:   Wed Mar 4 11:15:46 2020 +0330
36038
36039     [gvar] Make sure TupleVarHeader has the needed size
36040     
36041     Fixes https://crbug.com/oss-fuzz/21026
36042
36043  src/hb-ot-var-gvar-table.hh                              |   2 +-
36044  ...zz-testcase-minimized-hb-draw-fuzzer-5703524300357632 | Bin 0 -> 1515 bytes
36045  2 files changed, 1 insertion(+), 1 deletion(-)
36046
36047 commit b398748d8bd61dbf61a3f8ec7e6aaf715bf57f65
36048 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36049 Date:   Wed Mar 4 11:18:19 2020 +0330
36050
36051     [algs] Add hb_clamp
36052     
36053     Similar to stl and glsl's clamp
36054
36055  src/hb-algs.hh              | 7 +++++++
36056  src/hb-ot-var-fvar-table.hh | 2 +-
36057  src/hb-sanitize.hh          | 6 +++---
36058  3 files changed, 11 insertions(+), 4 deletions(-)
36059
36060 commit 558f922788ccceaa80c31bf0e379be4c96598d13
36061 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36062 Date:   Tue Mar 3 20:27:19 2020 +0330
36063
36064     [fuzz] Avoid empty memcpy and ubsan complain by length checking before memcpy
36065
36066  test/fuzzing/hb-shape-fuzzer.cc | 3 ++-
36067  1 file changed, 2 insertions(+), 1 deletion(-)
36068
36069 commit 6543d166fded5aefb223bcaf614985654a2dafc0
36070 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36071 Date:   Tue Mar 3 20:26:46 2020 +0330
36072
36073     [fuzz] Remove the not yet fixed timeout, going to investigate
36074
36075  ...zz-testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 319 -> 0 bytes
36076  1 file changed, 0 insertions(+), 0 deletions(-)
36077
36078 commit 2bbf1c8673a549be22b316a8055c080787129f55
36079 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36080 Date:   Tue Mar 3 19:42:38 2020 +0330
36081
36082     [fuzz] Add more of supposed to already be fixed cases from Chromium bug tracker
36083
36084  ...usterfuzz-testcase-harfbuzz_fuzzer-4822416500195328 | Bin 0 -> 16800 bytes
36085  ...usterfuzz-testcase-harfbuzz_fuzzer-5598263003840512 | Bin 0 -> 16800 bytes
36086  ...usterfuzz-testcase-harfbuzz_fuzzer-6327734241591296 | Bin 0 -> 30 bytes
36087  ...testcase-minimized-harfbuzz_fuzzer-4601449528688640 | Bin 0 -> 99 bytes
36088  ...testcase-minimized-harfbuzz_fuzzer-4684060812378112 | Bin 0 -> 604 bytes
36089  ...testcase-minimized-harfbuzz_fuzzer-4710179695493120 | Bin 0 -> 982 bytes
36090  ...testcase-minimized-harfbuzz_fuzzer-4850271066914816 | Bin 0 -> 386 bytes
36091  ...testcase-minimized-harfbuzz_fuzzer-4977194146988032 | Bin 0 -> 520 bytes
36092  ...testcase-minimized-harfbuzz_fuzzer-5012913062150144 | Bin 0 -> 283 bytes
36093  ...testcase-minimized-harfbuzz_fuzzer-5103148350963712 | Bin 0 -> 112 bytes
36094  ...testcase-minimized-harfbuzz_fuzzer-5151890782027776 | Bin 0 -> 318 bytes
36095  ...testcase-minimized-harfbuzz_fuzzer-5157039562162176 | Bin 0 -> 363 bytes
36096  ...testcase-minimized-harfbuzz_fuzzer-5163560220753920 | Bin 0 -> 520 bytes
36097  ...testcase-minimized-harfbuzz_fuzzer-5180622648770560 | Bin 0 -> 110 bytes
36098  ...testcase-minimized-harfbuzz_fuzzer-5221177988743168 | Bin 0 -> 936 bytes
36099  ...testcase-minimized-harfbuzz_fuzzer-5334300410773504 | Bin 0 -> 99 bytes
36100  ...testcase-minimized-harfbuzz_fuzzer-5644474732249088 | Bin 0 -> 568 bytes
36101  ...testcase-minimized-harfbuzz_fuzzer-5677289226108928 | Bin 0 -> 47 bytes
36102  ...testcase-minimized-harfbuzz_fuzzer-5719356528656384 | Bin 0 -> 330 bytes
36103  ...testcase-minimized-harfbuzz_fuzzer-5754958982021120 | Bin 0 -> 319 bytes
36104  ...testcase-minimized-harfbuzz_fuzzer-5952939792531456 |   0
36105  ...testcase-minimized-harfbuzz_fuzzer-6107935408390144 | Bin 0 -> 16800 bytes
36106  ...testcase-minimized-harfbuzz_fuzzer-6120104833843200 | Bin 0 -> 81 bytes
36107  ...testcase-minimized-harfbuzz_fuzzer-6128803416637440 | Bin 0 -> 4041 bytes
36108  ...testcase-minimized-harfbuzz_fuzzer-6142466903506944 | Bin 0 -> 926 bytes
36109  ...testcase-minimized-harfbuzz_fuzzer-6198448785981440 | Bin 0 -> 2357 bytes
36110  ...testcase-minimized-harfbuzz_fuzzer-6462232674959360 | Bin 0 -> 2738 bytes
36111  ...testcase-minimized-harfbuzz_fuzzer-6600932143136768 | Bin 0 -> 988 bytes
36112  ...testcase-minimized-harfbuzz_fuzzer-6603291950841856 | Bin 0 -> 1384 bytes
36113  ...testcase-minimized-harfbuzz_fuzzer-6712347260092416 | Bin 0 -> 196336 bytes
36114  ...case-minimized-harfbuzz_fuzzer.exe-5470269447340032 | Bin 0 -> 341 bytes
36115  ...z-testcase-minimized-hb-set-fuzzer-6255224052514816 |   1 +
36116  test/fuzzing/fonts/fuzz-0-harfbuzz_fuzzer              | Bin 0 -> 982 bytes
36117  test/fuzzing/fonts/fuzz-1-harfbuzz_fuzzer              | Bin 0 -> 10424 bytes
36118  test/fuzzing/fonts/fuzz-1-harfbuzz_fuzzer(1)           | Bin 0 -> 16144 bytes
36119  test/fuzzing/fonts/fuzz-2-harfbuzz_fuzzer              | Bin 0 -> 1010 bytes
36120  test/fuzzing/fonts/fuzz-2-harfbuzz_fuzzer(1)           | Bin 0 -> 1010 bytes
36121  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer              | Bin 0 -> 6791 bytes
36122  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(1)           | Bin 0 -> 2625 bytes
36123  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(2)           | Bin 0 -> 2813 bytes
36124  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(3)           | Bin 0 -> 2813 bytes
36125  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(4)           | Bin 0 -> 646 bytes
36126  test/fuzzing/fonts/fuzz-3-harfbuzz_fuzzer(5)           | Bin 0 -> 6791 bytes
36127  43 files changed, 1 insertion(+)
36128
36129 commit f745777c60455e31d4f30ca0b06f06b8d062b013
36130 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36131 Date:   Tue Mar 3 19:14:41 2020 +0330
36132
36133     minor, debug bit, ops
36134
36135  src/hb-ot-layout-gsubgpos.hh | 1 -
36136  1 file changed, 1 deletion(-)
36137
36138 commit f253f06cf368d74f1ec5d84c6439ae2a571e99f1
36139 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36140 Date:   Tue Mar 3 18:57:13 2020 +0330
36141
36142     [fuzz] Add another fixed case
36143     
36144     https://crbug.com/oss-fuzz/14626
36145     
36146     another numerous subtables count which is fixed by d38360397
36147
36148  src/hb-ot-layout-gsubgpos.hh                           |   1 +
36149  ...testcase-minimized-hb-shape-fuzzer-5712050577211392 | Bin 0 -> 647751 bytes
36150  2 files changed, 1 insertion(+)
36151
36152 commit d38360397609d2f3d2dd115bcb0f58d10a1bb4a3
36153 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36154 Date:   Mon Mar 2 22:41:08 2020 +0330
36155
36156     Limit OT::Lookup subtables (#2219)
36157     
36158     Fixes https://crbug.com/oss-fuzz/13943
36159
36160  src/hb-ot-layout-common.hh                             |   7 +++++--
36161  src/hb-sanitize.hh                                     |  13 +++++++++++--
36162  ...testcase-minimized-hb-shape-fuzzer-5666162551029760 | Bin 0 -> 202319 bytes
36163  3 files changed, 16 insertions(+), 4 deletions(-)
36164
36165 commit 29efd964f20625e12e697d74ae226b0d3b158aa5
36166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36167 Date:   Mon Mar 2 14:22:29 2020 +0330
36168
36169     [fuzz] Add cases that marked as wontfix
36170     
36171     Let's see if they were really false alarms, if so, let's just have them.
36172
36173  ...usterfuzz-testcase-hb-shape-fuzzer-5072750494875648 | Bin 0 -> 35 bytes
36174  ...usterfuzz-testcase-hb-shape-fuzzer-5638729035677696 | Bin 0 -> 946 bytes
36175  ...usterfuzz-testcase-hb-shape-fuzzer-5643643755429888 | Bin 0 -> 1776 bytes
36176  ...usterfuzz-testcase-hb-shape-fuzzer-5644258942386176 | Bin 0 -> 61 bytes
36177  ...usterfuzz-testcase-hb-shape-fuzzer-5657878543728640 | Bin 0 -> 1828 bytes
36178  ...usterfuzz-testcase-hb-shape-fuzzer-5680362806575104 | Bin 0 -> 564 bytes
36179  ...usterfuzz-testcase-hb-shape-fuzzer-5689920685867008 | Bin 0 -> 42 bytes
36180  ...sterfuzz-testcase-hb-subset-fuzzer-5756332481708032 | Bin 0 -> 6065 bytes
36181  ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 0 -> 161328 bytes
36182  ...estcase-minimized-hb-subset-fuzzer-5759783999635456 | Bin 0 -> 165952 bytes
36183  10 files changed, 0 insertions(+), 0 deletions(-)
36184
36185 commit 60262e4ca9dc8acd740e47b14d6e7b586c16ceac
36186 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36187 Date:   Sat Feb 29 22:57:59 2020 +0330
36188
36189     [var] Build end-points array on gvar itself
36190
36191  src/hb-ot-glyf-table.hh     | 13 +++----------
36192  src/hb-ot-var-gvar-table.hh |  8 ++++++--
36193  2 files changed, 9 insertions(+), 12 deletions(-)
36194
36195 commit cb65150fecee43b47cb706ed51be4f428b8f33df
36196 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36197 Date:   Sat Feb 29 16:12:54 2020 +0330
36198
36199     [draw] minor
36200
36201  test/fuzzing/hb-draw-fuzzer.cc | 6 ------
36202  1 file changed, 6 deletions(-)
36203
36204 commit 44169f3396af0c60ebc74fd4c624988d871dcf0f
36205 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36206 Date:   Sat Feb 29 16:04:03 2020 +0330
36207
36208     [draw] Fix invalid rendering of some glyph on Estedad-VF
36209     
36210     Basically reverts 11f3fca so I can do the same tested and better later
36211     
36212     Fixes #2215
36213
36214  src/hb-ot-glyf-table.hh       |  15 ++++++++---
36215  src/hb-ot-var-gvar-table.hh   |  26 ++++++------------
36216  test/api/fonts/Estedad-VF.ttf | Bin 0 -> 94364 bytes
36217  test/api/fonts/README         |   2 ++
36218  test/api/test-draw.c          |  61 ++++++++++++++++++++++++++++++++++++++++++
36219  5 files changed, 83 insertions(+), 21 deletions(-)
36220
36221 commit 86c40b3a1d8c7d970ce1b450f4dfadef8d9d0126
36222 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36223 Date:   Sat Feb 29 14:11:46 2020 +0330
36224
36225     [fuzz/draw] Call _get_glyph_extents
36226     
36227     Other render related APIs also may be added also later such
36228     as ot-color and future rendering things.
36229
36230  test/fuzzing/hb-draw-fuzzer.cc | 13 +++++++++++--
36231  1 file changed, 11 insertions(+), 2 deletions(-)
36232
36233 commit 5ab50eebd7846b79528058a1e4e83bb181416c30
36234 Author: Michiharu Ariza <ariza@adobe.com>
36235 Date:   Sat Feb 29 01:32:29 2020 -0800
36236
36237     collect_unicodes() with clamp, calling add_range()
36238     
36239     Use add_range instead an inner loop, clamp its input number by
36240     number of glyphs a face has.
36241     
36242     Even the face cmap12 and 13 have 32-bit hb_codepoint_t, which is here
36243     used to make timeout, face's maxp has 16-bit gid limitation at least for now,
36244     using that makes sure we both fix and the timeout and don't need to change
36245     much things here also in order to support 32-bit gids also someday.
36246     
36247     Fixes #2204
36248
36249  src/hb-face.cc                                     |   2 +-
36250  src/hb-ot-cmap-table.hh                            |  30 ++++++++++++---------
36251  .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 0 -> 23293 bytes
36252  3 files changed, 19 insertions(+), 13 deletions(-)
36253
36254 commit 414529e45a4cb3ee444c2dd5a2a9cbd6be0598af
36255 Author: Garret Rieger <grieger@google.com>
36256 Date:   Fri Feb 28 15:15:55 2020 -0800
36257
36258     [subset] Limit the number of feature indices processed during script subsetting.
36259
36260  src/hb-ot-layout-common.hh   | 20 ++++++++++++++++++--
36261  src/hb-ot-layout-gsubgpos.hh |  2 +-
36262  2 files changed, 19 insertions(+), 3 deletions(-)
36263
36264 commit 75622b0d246eefe5d912a6918d14c7250ebaea78
36265 Author: Garret Rieger <grieger@google.com>
36266 Date:   Fri Feb 28 14:11:48 2020 -0800
36267
36268     [subset] Limit the number of features processed in the feature closure.
36269
36270  src/hb-ot-layout-gsubgpos.hh | 3 ++-
36271  1 file changed, 2 insertions(+), 1 deletion(-)
36272
36273 commit 410b4881d088e924781385d1958878f2923645d0
36274 Author: Garret Rieger <grieger@google.com>
36275 Date:   Fri Feb 28 10:38:27 2020 -0800
36276
36277     [subset] Add fuzzer timeout testcase.
36278
36279  ...estcase-minimized-hb-subset-fuzzer-6276691949518848 | Bin 0 -> 184722 bytes
36280  1 file changed, 0 insertions(+), 0 deletions(-)
36281
36282 commit c66ee213b70eb204b750675d60f25549d942d3d7
36283 Author: Garret Rieger <grieger@google.com>
36284 Date:   Thu Feb 27 12:25:01 2020 -0800
36285
36286     Limit the number of feature indices processed during feature collection.
36287
36288  src/hb-ot-layout-common.hh |  5 +++++
36289  src/hb-ot-layout.cc        | 14 +++++++++++---
36290  2 files changed, 16 insertions(+), 3 deletions(-)
36291
36292 commit e57ced5fc06bd14a579a983db73e94416f6fedf4
36293 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36294 Date:   Fri Feb 28 23:29:05 2020 +0330
36295
36296     [gvar] Add other possibly fixed fuzzer case
36297     
36298     Speculatively should've been fixed by 61208401
36299     
36300     https://crbug.com/oss-fuzz/20924 related
36301
36302  ...zz-testcase-minimized-hb-draw-fuzzer-5750654771658752 | Bin 0 -> 4004 bytes
36303  1 file changed, 0 insertions(+), 0 deletions(-)
36304
36305 commit 758fda728ba5c9d4542ea2385482f7d090ffda0d
36306 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36307 Date:   Fri Feb 28 23:19:06 2020 +0330
36308
36309     [glyf] Don't accept gids higher than maxp's glyphs number
36310     
36311     This specially becomes concerning on sub-components where a gvar table
36312     that is sanitized using maxp's glyphs number overflows when a high gid
36313     accepted here goes to it, maybe an additional check can be put there
36314     also, this however feels to be enough.
36315     
36316     Fixes https://crbug.com/oss-fuzz/20944
36317
36318  src/hb-ot-glyf-table.hh                                  |   1 +
36319  ...zz-testcase-minimized-hb-draw-fuzzer-5668491560747008 | Bin 0 -> 8771 bytes
36320  2 files changed, 1 insertion(+)
36321
36322 commit e642aab1166cf7782fb55f1721eba057c2bfd609
36323 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36324 Date:   Fri Feb 28 22:24:25 2020 +0330
36325
36326     [subset] Add source_blob as a hb_subset_context_t field (#2203)
36327     
36328     So no more double sanitizing source table.
36329
36330  src/hb-ot-color-sbix-table.hh | 23 ++++++++---------------
36331  src/hb-ot-var-gvar-table.hh   | 27 ++++++---------------------
36332  src/hb-subset.cc              |  2 +-
36333  src/hb-subset.hh              |  5 ++++-
36334  4 files changed, 19 insertions(+), 38 deletions(-)
36335
36336 commit e90213868b121af72d19b6022a671ebe72ff55aa
36337 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36338 Date:   Fri Feb 28 21:24:27 2020 +0330
36339
36340     Revert "collect_unicodes() to check gid < num_glyphs with cmap 12"
36341     
36342     Didn't fix the case actually, making bots to fail.
36343     
36344     This reverts commit 15b43a410400c74a32d40f4b89dbea02fa7cd6e1.
36345
36346  src/hb-face.cc                                     |   2 +-
36347  src/hb-ot-cmap-table.hh                            |  30 +++++++++------------
36348  .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 23293 -> 0 bytes
36349  3 files changed, 13 insertions(+), 19 deletions(-)
36350
36351 commit 61208401f41f5d41f32d436cee500c630706f6be
36352 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36353 Date:   Fri Feb 28 21:09:07 2020 +0330
36354
36355     [gvar] Use hb_bytes_t.check_range instead having in house one
36356     
36357     And use TupleVarHeader calculated size for validity check.
36358     
36359     Fixes https://crbug.com/oss-fuzz/20919 and possibly other gvar related issues
36360
36361  src/hb-ot-var-gvar-table.hh                        |  36 ++++++++-------------
36362  ...tcase-minimized-hb-draw-fuzzer-5686960406659072 | Bin 0 -> 4004 bytes
36363  2 files changed, 13 insertions(+), 23 deletions(-)
36364
36365 commit 15b43a410400c74a32d40f4b89dbea02fa7cd6e1
36366 Author: Michiharu Ariza <ariza@adobe.com>
36367 Date:   Fri Feb 28 08:45:39 2020 -0800
36368
36369     collect_unicodes() to check gid < num_glyphs with cmap 12
36370     
36371     fixes #2204
36372
36373  src/hb-face.cc                                     |   2 +-
36374  src/hb-ot-cmap-table.hh                            |  30 ++++++++++++---------
36375  .../fonts/1746cad6bc3fb2b355db50a5af37c9b58d9ad376 | Bin 0 -> 23293 bytes
36376  3 files changed, 19 insertions(+), 13 deletions(-)
36377
36378 commit 868ecf7b2660747f7628df2b3a17a8d68b0325eb
36379 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36380 Date:   Fri Feb 28 19:50:30 2020 +0330
36381
36382     [draw] Add fuzzer runner
36383
36384  test/fuzzing/Makefile.am              |   3 +
36385  test/fuzzing/run-draw-fuzzer-tests.py | 107 ++++++++++++++++++++++++++++++++++
36386  2 files changed, 110 insertions(+)
36387
36388 commit b0749bfaa53cdf34180b2d15c6e3840f03d5ece2
36389 Author: Qunxin Liu <qxliu@google.com>
36390 Date:   Fri Feb 14 13:49:44 2020 -0800
36391
36392     [subset] GDEF LigCaretList subsetting support
36393
36394  src/hb-ot-layout-gdef-table.hh | 73 +++++++++++++++++++++++++++++++++++++++++-
36395  1 file changed, 72 insertions(+), 1 deletion(-)
36396
36397 commit 002f0e20c4c6e35e0ff379ff58cfe1e19067133a
36398 Author: ariza <ariza@adobe.com>
36399 Date:   Thu Feb 27 17:34:26 2020 -0800
36400
36401     reimplment serialize_int using check_assign()
36402
36403  src/hb-cff-interp-common.hh | 23 ++++++++++-------------
36404  src/hb-ot-cff-common.hh     | 24 +++++++++++++-----------
36405  src/hb-subset-cff1.cc       |  2 +-
36406  3 files changed, 24 insertions(+), 25 deletions(-)
36407
36408 commit 14b134379d7a34af1a78b0ea930a6fab79779723
36409 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36410 Date:   Thu Feb 27 15:58:58 2020 +0330
36411
36412     [gvar] Minor, check whether sub_array result also have enough room
36413
36414  src/hb-ot-var-gvar-table.hh | 5 ++---
36415  1 file changed, 2 insertions(+), 3 deletions(-)
36416
36417 commit 8eba66c1c6d19bcc779a3b4e7b68251511986ee8
36418 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36419 Date:   Thu Feb 27 15:58:58 2020 +0330
36420
36421     [gvar] Fix invalid memory access by refactoring GlyphVarData fetch logic
36422     
36423     Fixes https://crbug.com/oss-fuzz/20906
36424
36425  src/hb-ot-var-gvar-table.hh                        |  70 +++++++++++----------
36426  ...tcase-minimized-hb-draw-fuzzer-5088336521986048 | Bin 0 -> 1413 bytes
36427  2 files changed, 36 insertions(+), 34 deletions(-)
36428
36429 commit f44e1dc07d24abb4c9311d4a55725219665ca84c
36430 Author: Evgeniy Reizner <razrfalcon@gmail.com>
36431 Date:   Thu Feb 27 02:02:22 2020 +0200
36432
36433     Fix spelling.
36434
36435  src/hb-ot-glyf-table.hh | 2 +-
36436  1 file changed, 1 insertion(+), 1 deletion(-)
36437
36438 commit 5ad761b943721c3541d0ca0472f34f7d54b89b5b
36439 Author: Qunxin Liu <qxliu@google.com>
36440 Date:   Tue Feb 11 13:05:40 2020 -0800
36441
36442     [subset] GDEF MarkGlyphSets subsetting support
36443
36444  src/hb-ot-layout-gdef-table.hh                     |  43 ++++++++++++++++++++-
36445  test/subset/data/Makefile.am                       |   1 +
36446  test/subset/data/Makefile.sources                  |   1 +
36447  .../Roboto-Regular.default.1E00,303.ttf            | Bin 0 -> 2456 bytes
36448  .../layout.gdef/Roboto-Regular.default.303.ttf     | Bin 0 -> 2128 bytes
36449  .../Roboto-Regular.default.309,20,30F.ttf          | Bin 0 -> 2220 bytes
36450  .../layout.gdef/Roboto-Regular.default.323.ttf     | Bin 0 -> 2020 bytes
36451  .../Roboto-Regular.default.41,42,43.ttf            | Bin 0 -> 2480 bytes
36452  .../Roboto-Regular.drop-hints.1E00,303.ttf         | Bin 0 -> 1204 bytes
36453  .../layout.gdef/Roboto-Regular.drop-hints.303.ttf  | Bin 0 -> 1012 bytes
36454  .../Roboto-Regular.drop-hints.309,20,30F.ttf       | Bin 0 -> 1068 bytes
36455  .../layout.gdef/Roboto-Regular.drop-hints.323.ttf  | Bin 0 -> 952 bytes
36456  .../Roboto-Regular.drop-hints.41,42,43.ttf         | Bin 0 -> 1188 bytes
36457  .../Roboto-Regular.keep-gdef.1E00,303.ttf          | Bin 0 -> 2520 bytes
36458  .../layout.gdef/Roboto-Regular.keep-gdef.303.ttf   | Bin 0 -> 2192 bytes
36459  .../Roboto-Regular.keep-gdef.309,20,30F.ttf        | Bin 0 -> 2288 bytes
36460  .../layout.gdef/Roboto-Regular.keep-gdef.323.ttf   | Bin 0 -> 2084 bytes
36461  .../Roboto-Regular.keep-gdef.41,42,43.ttf          | Bin 0 -> 2536 bytes
36462  test/subset/data/tests/layout.gdef.tests           |  14 +++++++
36463  19 files changed, 58 insertions(+), 1 deletion(-)
36464
36465 commit fcd7f33bbb12d66b3a50caa448cb91ef7c0daa9e
36466 Author: Qunxin Liu <qxliu@google.com>
36467 Date:   Mon Feb 10 10:36:50 2020 -0800
36468
36469     [subset] GDEF glyphClassDef subsetting support
36470     glyphClassDef uses the same ClassDef format. However, glyphClassDef table
36471     uses predefined class values so we do not remap class values.
36472
36473  src/hb-ot-layout-common.hh                         |  42 ++++++++++++---------
36474  ...Mplus1p-Regular.keep-gdef.1D715,1D7D8,41,42.ttf | Bin 0 -> 2148 bytes
36475  .../japanese/Mplus1p-Regular.keep-gdef.25771.ttf   | Bin 0 -> 1860 bytes
36476  ...lar.keep-gdef.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 2572 bytes
36477  ...lar.keep-gdef.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 2816 bytes
36478  .../Mplus1p-Regular.keep-gdef.61,63,65,6B.ttf      | Bin 0 -> 2116 bytes
36479  ...lar.keep-gdef.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3112 bytes
36480  .../japanese/Mplus1p-Regular.keep-gdef.660E.ttf    | Bin 0 -> 1852 bytes
36481  test/subset/data/profiles/keep-gdef.txt            |   1 +
36482  test/subset/data/tests/japanese.tests              |   1 +
36483  10 files changed, 26 insertions(+), 18 deletions(-)
36484
36485 commit 50129b03a1cc0bb08231d46571a34aca85b7b14f
36486 Author: Garret Rieger <grieger@google.com>
36487 Date:   Tue Feb 25 17:39:59 2020 -0800
36488
36489     Add a reverse () call to hb_array_t.
36490
36491  src/hb-array.hh         | 15 +++++++++++++++
36492  src/hb-ot-cmap-table.hh | 26 +++++++++++++++-----------
36493  2 files changed, 30 insertions(+), 11 deletions(-)
36494
36495 commit 38c6598c1c7d645b46970ec2e7f345d45dd38380
36496 Author: Garret Rieger <grieger@google.com>
36497 Date:   Tue Feb 25 17:20:05 2020 -0800
36498
36499     Switch to C style comments.
36500
36501  src/hb-ot-cmap-table.hh | 38 +++++++++++++++++++++-----------------
36502  1 file changed, 21 insertions(+), 17 deletions(-)
36503
36504 commit 52b6e0baa0c479511d3e06d3a71a65f73e88cfdc
36505 Author: Garret Rieger <grieger@google.com>
36506 Date:   Mon Feb 10 12:26:40 2020 -0800
36507
36508     When serializing cmap14 order the offsets from smallest to largest.
36509     Current versions of OTS fail fonts with cmap 14's who's last offset does not point to the a block at the end of the table.
36510
36511  src/hb-ot-cmap-table.hh | 115 ++++++++++++++++++++++++++++++++++--------------
36512  1 file changed, 83 insertions(+), 32 deletions(-)
36513
36514 commit a99134c5bee945e144b9429ba4a4d58ff18313b4
36515 Author: ariza <ariza@adobe.com>
36516 Date:   Wed Feb 26 09:58:03 2020 -0800
36517
36518     add oss-fuzz 20886 test file
36519
36520  ...-testcase-minimized-hb-subset-fuzzer-5641370503217152 | Bin 0 -> 3099 bytes
36521  1 file changed, 0 insertions(+), 0 deletions(-)
36522
36523 commit d0aaba5c5087781c7231e26fdd190c65baebde95
36524 Author: ariza <ariza@adobe.com>
36525 Date:   Wed Feb 26 09:35:32 2020 -0800
36526
36527     fixes oss-fuzz 20886
36528     
36529     hb_set_t::resize () is needed after compact()
36530
36531  src/hb-set.hh | 1 +
36532  1 file changed, 1 insertion(+)
36533
36534 commit 05a25c1a5bfbc70ed9151ab9c368ddc6aa4e8fd4
36535 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36536 Date:   Wed Feb 26 19:35:27 2020 +0330
36537
36538     [cff] minor, remove unused fields
36539
36540  src/hb-ot-cff1-table.cc | 6 ++----
36541  1 file changed, 2 insertions(+), 4 deletions(-)
36542
36543 commit 9fe0dc3464391e1cd51c01c499b6110d99895d25
36544 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36545 Date:   Wed Feb 26 17:40:44 2020 +0330
36546
36547     [draw] Pass draw_helper_t itself around instead recreating it
36548     
36549     Specially helpful if we want to change the design
36550
36551  src/hb-draw.cc          |  7 ++++---
36552  src/hb-draw.hh          |  4 ++--
36553  src/hb-ot-cff1-table.cc | 43 ++++++++++++++++++++-----------------------
36554  src/hb-ot-cff1-table.hh |  4 ++--
36555  src/hb-ot-cff2-table.cc | 23 ++++++++++-------------
36556  src/hb-ot-cff2-table.hh |  4 ++--
36557  src/hb-ot-glyf-table.hh | 42 ++++++++++++++++++++----------------------
36558  7 files changed, 60 insertions(+), 67 deletions(-)
36559
36560 commit 1b8b8638980d4276f424e8c4f59731f50832d119
36561 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36562 Date:   Wed Feb 26 16:36:48 2020 +0330
36563
36564     minor
36565
36566  test/fuzzing/hb-draw-fuzzer.cc | 4 ++--
36567  1 file changed, 2 insertions(+), 2 deletions(-)
36568
36569 commit 4cdaa9d1f4ca4e9225fab6383f16d24f9a323995
36570 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36571 Date:   Wed Feb 26 16:27:04 2020 +0330
36572
36573     [glyf] Simplify contour end logic
36574     
36575     So no need for infinite loop here
36576
36577  src/hb-ot-glyf-table.hh | 53 +++++++++++++++++++++----------------------------
36578  1 file changed, 23 insertions(+), 30 deletions(-)
36579
36580 commit 132fcfbc4733c521733e9fea84e19c58746980f2
36581 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36582 Date:   Wed Feb 26 16:15:17 2020 +0330
36583
36584     [fuzz] minor don't abort main.cc when the file was empty or not found
36585
36586  test/fuzzing/main.cc | 7 +------
36587  1 file changed, 1 insertion(+), 6 deletions(-)
36588
36589 commit 84163c83d398665c694b1c90d1a94344e95464b7
36590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36591 Date:   Wed Feb 26 15:58:11 2020 +0330
36592
36593     [draw] Skip commands and paths not contributing anything
36594     
36595     They aren't contributing to rendering and making issue for stroking, let's skip them
36596     ourselves as Skia does also https://skia-review.googlesource.com/c/skia/+/268166
36597     
36598     They are useful for extracting extents and so which that functionality won't be effected by this change.
36599
36600  src/hb-draw.hh                 | 22 ++++++++++++++++------
36601  test/api/test-draw.c           |  8 ++++----
36602  test/fuzzing/hb-draw-fuzzer.cc |  8 +++++++-
36603  3 files changed, 27 insertions(+), 11 deletions(-)
36604
36605 commit 073d4954e01c45e8dd1cf63a53ad35563f46ef17
36606 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36607 Date:   Wed Feb 26 15:40:40 2020 +0330
36608
36609     [draw] Port glyf path extract to draw_helper_t
36610
36611  src/hb-draw.hh          |  44 +++++++++++++-------
36612  src/hb-ot-glyf-table.hh | 104 +++++++++++-------------------------------------
36613  2 files changed, 52 insertions(+), 96 deletions(-)
36614
36615 commit 0ebf3a4e62f5f54f3557e954f4493b4de43990dd
36616 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36617 Date:   Wed Feb 26 15:14:41 2020 +0330
36618
36619     [draw] Move common CFF path building logic to draw_helper_t
36620
36621  src/hb-draw.hh          | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
36622  src/hb-ot-cff1-table.cc | 60 +++++++++---------------------------------
36623  src/hb-ot-cff2-table.cc | 67 ++++++++--------------------------------------
36624  3 files changed, 93 insertions(+), 104 deletions(-)
36625
36626 commit c400cb8863abb5f894e021da5d524c1e28b1e980
36627 Merge: c21eb86bf 4081439d2
36628 Author: Michiharu Ariza <ariza@adobe.com>
36629 Date:   Tue Feb 25 16:06:03 2020 -0800
36630
36631     Re-implement hb_set_t::del_range (#2194)
36632     
36633     * optimize hb_set_del_range()
36634     
36635     fix issue #2193
36636     
36637     * fixed bug & added tests
36638     
36639     * coding & comment tweaks
36640
36641 commit c21eb86bfd671b04aca54395988cbfe6c9fd2e27
36642 Merge: 152000d9c 4aa354beb
36643 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36644 Date:   Wed Feb 26 02:54:38 2020 +0330
36645
36646     Merge pull request #2163 from harfbuzz/absolute-link
36647     
36648     added add_link_abs()
36649
36650 commit 4081439d2a49f5dfde2f9043b0e53f2008ff211f
36651 Author: ariza <ariza@adobe.com>
36652 Date:   Tue Feb 25 15:03:12 2020 -0800
36653
36654     tweak reflecting review & add test cases
36655
36656  src/hb-set.hh       | 37 ++++++++++++++++++++++---------------
36657  test/api/test-set.c | 53 +++++++++++++++++++++++++++++++++++------------------
36658  2 files changed, 57 insertions(+), 33 deletions(-)
36659
36660 commit 152000d9c761233261cfbfb22e771eb97576aab3
36661 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36662 Date:   Tue Feb 25 20:07:25 2020 +0330
36663
36664     [fuzz] Practice variations on font object
36665
36666  test/api/test-ot-face.c         |  8 +++-----
36667  test/fuzzing/hb-shape-fuzzer.cc | 16 ++++++++++++++--
36668  2 files changed, 17 insertions(+), 7 deletions(-)
36669
36670 commit 036d868913b2d4564880d588eb67c48924bd861b
36671 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36672 Date:   Mon Feb 24 10:34:51 2020 +0330
36673
36674     [draw] Add a fuzzer
36675     
36676     Specially checks correctness of the API semantics:
36677     * no move happens when a path is already opened with move-to.
36678     * no path will be left open and close-path will happen at the end of opened paths.
36679     * no path opens with a move-to and will be closed with no length.
36680     * paths start and ending points matches.
36681     * no line/quadratic/cubic command will be issued when no path is started.
36682
36683  test/fuzzing/Makefile.am       |   9 ++++
36684  test/fuzzing/hb-draw-fuzzer.cc | 117 +++++++++++++++++++++++++++++++++++++++++
36685  2 files changed, 126 insertions(+)
36686
36687 commit de896278f7534c876d28d9b5cf344c5d707d3490
36688 Author: ariza <ariza@adobe.com>
36689 Date:   Tue Feb 25 07:12:20 2020 -0800
36690
36691     coding & comment tweaks
36692
36693  src/hb-set.hh | 14 +++++++-------
36694  1 file changed, 7 insertions(+), 7 deletions(-)
36695
36696 commit 2f97aa65e556b6ce0ce220c088a3da5504738189
36697 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36698 Date:   Tue Feb 25 18:07:44 2020 +0330
36699
36700     [cff] Make sure previous is ended on processing a seac
36701
36702  src/hb-ot-cff1-table.cc | 3 +++
36703  1 file changed, 3 insertions(+)
36704
36705 commit acc2d4738eec3444b6f789ccbd30a7790383f2c8
36706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36707 Date:   Tue Feb 25 18:05:48 2020 +0330
36708
36709     [cff] Make path extract easier to read and more defensive
36710
36711  src/hb-ot-cff1-table.cc | 8 ++++----
36712  src/hb-ot-cff2-table.cc | 8 ++++----
36713  2 files changed, 8 insertions(+), 8 deletions(-)
36714
36715 commit b59eb54f70c20d0260026067177a958e11c3a044
36716 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36717 Date:   Tue Feb 25 10:30:59 2020 +0330
36718
36719     [glyf] Refactor, move get_points inside Glyph
36720
36721  src/hb-ot-glyf-table.hh | 267 +++++++++++++++++++++++-------------------------
36722  1 file changed, 125 insertions(+), 142 deletions(-)
36723
36724 commit 173b745da8bfd8bda710c90ab48427364068eeb5
36725 Author: ariza <ariza@adobe.com>
36726 Date:   Mon Feb 24 22:56:57 2020 -0800
36727
36728     fixed bug & added tests
36729
36730  src/hb-set.hh       |  3 ++-
36731  test/api/test-set.c | 10 ++++++----
36732  2 files changed, 8 insertions(+), 5 deletions(-)
36733
36734 commit a5012e97c4a392d2788777580e0d08b44e036750
36735 Author: ariza <ariza@adobe.com>
36736 Date:   Mon Feb 24 17:09:48 2020 -0800
36737
36738     optimize hb_set_del_range()
36739     
36740     fix issue #2193
36741
36742  src/hb-set.hh       | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++---
36743  test/api/test-set.c | 29 +++++++++++++++++++++++++++
36744  2 files changed, 82 insertions(+), 3 deletions(-)
36745
36746 commit 96b71e802fe8d1fa9a14d1dece7935f4eb9789af
36747 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36748 Date:   Mon Feb 24 23:00:58 2020 +0330
36749
36750     [fuzz] make the custom loader to handle multiple files
36751     
36752     Actually this was the way it used to work :)
36753
36754  test/fuzzing/main.cc | 27 ++++++++++++---------------
36755  1 file changed, 12 insertions(+), 15 deletions(-)
36756
36757 commit 1f5a54c768159e1bcf1c772ab236737994f638aa
36758 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36759 Date:   Mon Feb 24 13:18:24 2020 +0330
36760
36761     [gvar] fix infinite loop introduced by 11f3fca
36762     
36763     The attempt on removing end_points had made the code unreadable
36764     and has intrdouced infinite, fixed by making the code clear what
36765     it tries to achieve.
36766
36767  src/hb-ot-var-gvar-table.hh       |  22 ++++++++++++++++------
36768  test/api/fonts/TestGVAREight.ttf  | Bin 0 -> 4692 bytes
36769  test/api/test-ot-metrics-tt-var.c |  18 ++++++++++++++++++
36770  3 files changed, 34 insertions(+), 6 deletions(-)
36771
36772 commit f00eb4ebfa02dea593c4842a7672aa2640a6bbf2
36773 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36774 Date:   Mon Feb 24 09:21:25 2020 +0330
36775
36776     [gvar] Don't compare against Null address
36777
36778  src/hb-ot-var-gvar-table.hh | 18 ++++++++++--------
36779  1 file changed, 10 insertions(+), 8 deletions(-)
36780
36781 commit 19b78d56cdec354d4f35bf6ae529f670cba88fb3
36782 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36783 Date:   Mon Feb 24 09:08:01 2020 +0330
36784
36785     [gvar] Accept coord_count even if is higher than gvar's axisCount
36786
36787  src/hb-ot-var-gvar-table.hh | 1 +
36788  1 file changed, 1 insertion(+)
36789
36790 commit 197e2e929b7184b8c1365b08a1b275871fc08012
36791 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36792 Date:   Mon Feb 24 08:53:53 2020 +0330
36793
36794     [gvar] Return gracefully even if gvar wasn't used at all
36795
36796  src/hb-ot-var-gvar-table.hh | 2 +-
36797  1 file changed, 1 insertion(+), 1 deletion(-)
36798
36799 commit 346ab9884b019ce919c2ab2ee3a3c373bec6fc33
36800 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36801 Date:   Mon Feb 24 08:46:08 2020 +0330
36802
36803     [gvar] Return gracefully even if coords_count != gvar's axis count
36804     
36805     It shouldn't be that common to have the situation, even so, no need to
36806     reject entire a glyph even if gvar isn't used.
36807
36808  src/hb-ot-var-gvar-table.hh | 3 +--
36809  1 file changed, 1 insertion(+), 2 deletions(-)
36810
36811 commit 5f23a76e99f627f06ff7e56dddd9b53b4cbaae84
36812 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36813 Date:   Mon Feb 24 08:23:23 2020 +0330
36814
36815     [cff] Don't remove coords const qualification
36816     
36817     We should find some way to audit all the const removals, perhaps by
36818     enabling -Wold-style-cast warning on the project and turning all the
36819     implicit const removals to const_cast.
36820
36821  src/hb-cff2-interp-cs.hh   | 5 ++---
36822  src/hb-ot-layout-common.hh | 4 ++--
36823  2 files changed, 4 insertions(+), 5 deletions(-)
36824
36825 commit ff5223ba6075ea4d9c9844e3733ad7a0dc5875bd
36826 Author: Michiharu Ariza <ariza@adobe.com>
36827 Date:   Sun Feb 23 15:53:21 2020 -0800
36828
36829     remove invalid glyphs from closure (#2188)
36830     
36831     fix issue #2186
36832
36833  src/hb-ot-layout-gsubgpos.hh | 1 +
36834  1 file changed, 1 insertion(+)
36835
36836 commit e17fd0d91cbd69fa9c01b20bd5c448d0a4fe0e67
36837 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36838 Date:   Sun Feb 23 23:58:39 2020 +0330
36839
36840     [tools] More on py3 compatibility
36841
36842  src/gen-tag-table.py          | 23 +++++++----------------
36843  src/gen-vowel-constraints.py  | 13 ++++---------
36844  test/shaping/hb-diff          |  2 +-
36845  test/shaping/hb_test_tools.py |  6 +++---
36846  4 files changed, 15 insertions(+), 29 deletions(-)
36847
36848 commit 0cf050a7b13703e0d665f8dd263cc0d22a95c4f1
36849 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36850 Date:   Sun Feb 23 23:00:48 2020 +0330
36851
36852     [draw] Merge consequent move-to commands of CFF/CFF2
36853
36854  src/hb-ot-cff1-table.cc     |   4 ++--
36855  src/hb-ot-cff2-table.cc     |   7 ++-----
36856  test/api/fonts/Stroking.otf | Bin 0 -> 1060 bytes
36857  test/api/test-draw.c        |  26 +++++++++++++++++++++++++-
36858  4 files changed, 29 insertions(+), 8 deletions(-)
36859
36860 commit 86bd5a0ba12e389eb0742bf63eb9c88ca3fd8786
36861 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36862 Date:   Sun Feb 23 22:46:26 2020 +0330
36863
36864     [draw] End CFF paths with a line-to
36865     
36866     Issue a line-to command when start and end point of a path isn't same, matches freetype also.
36867
36868  src/hb-ot-cff1-table.cc | 35 ++++++++++++++++++++++++++++++++---
36869  src/hb-ot-cff2-table.cc | 40 ++++++++++++++++++++++++++++++++++++----
36870  test/api/test-draw.c    | 16 +++++++++-------
36871  3 files changed, 77 insertions(+), 14 deletions(-)
36872
36873 commit a46ba770ab6ce2f3fd2c420f550600d2589642d3
36874 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36875 Date:   Sat Feb 22 17:15:00 2020 +0330
36876
36877     [number] minor
36878
36879  src/hb-number-parser.hh | 4 ++--
36880  src/hb-number-parser.rl | 4 ++--
36881  2 files changed, 4 insertions(+), 4 deletions(-)
36882
36883 commit 4aa354beba8b01f32257225de052b5e6a6feab3a
36884 Author: ariza <ariza@adobe.com>
36885 Date:   Thu Feb 20 05:03:15 2020 -0800
36886
36887     chain second OffsetTo::serialize_copy() to first
36888
36889  src/hb-open-type.hh | 18 ++----------------
36890  1 file changed, 2 insertions(+), 16 deletions(-)
36891
36892 commit 6120f50c8f52ff2e8e3c7d4f86f17fc259dcec50
36893 Author: ariza <ariza@adobe.com>
36894 Date:   Wed Feb 19 13:55:39 2020 -0800
36895
36896     fix Head with link.bias
36897
36898  src/hb-serialize.hh | 2 +-
36899  1 file changed, 1 insertion(+), 1 deletion(-)
36900
36901 commit e65bff09433b66c207f1c40cd6e5b73c7f19d7cd
36902 Author: ariza <ariza@adobe.com>
36903 Date:   Wed Feb 19 13:38:04 2020 -0800
36904
36905     workaround whence_t as bit-field
36906
36907  src/hb-serialize.hh | 6 +++---
36908  1 file changed, 3 insertions(+), 3 deletions(-)
36909
36910 commit 1aed6d223ccf7e3cce5ed277200c57d4ecf9e2a7
36911 Author: ariza <ariza@adobe.com>
36912 Date:   Wed Feb 19 13:20:29 2020 -0800
36913
36914     fix whence=Head; position as 28 bits
36915
36916  src/hb-serialize.hh | 11 ++++++++---
36917  1 file changed, 8 insertions(+), 3 deletions(-)
36918
36919 commit 4ca8e0d9891591c56ecca7e4cea3e06c6a5a8e38
36920 Author: ariza <ariza@adobe.com>
36921 Date:   Wed Feb 19 12:52:18 2020 -0800
36922
36923     re-implement Tail; rewrote name table with it
36924
36925  src/hb-open-type.hh     | 24 ++++++++++++++++++++
36926  src/hb-ot-name-table.hh | 16 ++++----------
36927  src/hb-serialize.hh     | 58 ++++++++++++++++++-------------------------------
36928  3 files changed, 49 insertions(+), 49 deletions(-)
36929
36930 commit c1313e4be24017478deacfec1d9ee0284c411bbd
36931 Author: ariza <ariza@adobe.com>
36932 Date:   Mon Feb 17 17:33:18 2020 -0800
36933
36934     minor: undid unintended change
36935
36936  src/hb-serialize.hh | 2 +-
36937  1 file changed, 1 insertion(+), 1 deletion(-)
36938
36939 commit 9c65680b48fc993b31526c8aa9b9b71d772fdb52
36940 Author: ariza <ariza@adobe.com>
36941 Date:   Mon Feb 17 16:59:45 2020 -0800
36942
36943     rename enums to avoid conflict on win
36944
36945  src/hb-serialize.hh | 14 +++++++-------
36946  1 file changed, 7 insertions(+), 7 deletions(-)
36947
36948 commit 555f6f1daa5cc1365930e2b6ed7283c704b3b438
36949 Author: ariza <ariza@adobe.com>
36950 Date:   Mon Feb 17 16:29:40 2020 -0800
36951
36952     merge add_link_abs() into add_link()
36953
36954  src/hb-serialize.hh | 92 ++++++++++++++++++++++++++---------------------------
36955  1 file changed, 46 insertions(+), 46 deletions(-)
36956
36957 commit 017cd945bf6351a89c661ba00b0f7e1dad69b52a
36958 Author: ariza <ariza@adobe.com>
36959 Date:   Thu Feb 6 16:11:58 2020 -0800
36960
36961     added add_link_abs()
36962
36963  src/hb-serialize.hh | 69 ++++++++++++++++++++++++++++++++++++++++++++---------
36964  1 file changed, 58 insertions(+), 11 deletions(-)
36965
36966 commit 07504569d5e7ca2f7da987fc016fc4141eeca263
36967 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36968 Date:   Fri Feb 21 13:05:44 2020 +0330
36969
36970     [gsub] minor format
36971
36972  src/hb-ot-layout-gsub-table.hh | 19 +++++++++----------
36973  1 file changed, 9 insertions(+), 10 deletions(-)
36974
36975 commit 411225426ffca0b93f4e83f7a488a62a54b17880
36976 Author: Garret Rieger <grieger@google.com>
36977 Date:   Thu Feb 20 13:43:06 2020 -0800
36978
36979     Fix glyph closure for alternate substitution.
36980     It was not filtering on the glyphs to be retained.
36981
36982  src/hb-ot-layout-gsub-table.hh                           |   1 +
36983  test/subset/data/Makefile.am                             |   1 +
36984  test/subset/data/Makefile.sources                        |   1 +
36985  ...te_substitution.keep-layout-retain-gids.53A9,53F1.otf | Bin 0 -> 5108 bytes
36986  ...ternate_substitution.keep-layout-retain-gids.53A9.otf | Bin 0 -> 4676 bytes
36987  ...ternate_substitution.keep-layout-retain-gids.53F1.otf | Bin 0 -> 3012 bytes
36988  ...tion.keep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 6820 bytes
36989  ...gsub_alternate_substitution.keep-layout.53A9,53F1.otf | Bin 0 -> 4984 bytes
36990  .../gsub_alternate_substitution.keep-layout.53A9.otf     | Bin 0 -> 4524 bytes
36991  .../gsub_alternate_substitution.keep-layout.53F1.otf     | Bin 0 -> 2816 bytes
36992  ...ate_substitution.keep-layout.retain-all-codepoint.otf | Bin 0 -> 6728 bytes
36993  test/subset/data/fonts/gsub_alternate_substitution.otf   | Bin 0 -> 8448 bytes
36994  test/subset/data/tests/layout.gsub3.tests                |  12 ++++++++++++
36995  13 files changed, 15 insertions(+)
36996
36997 commit da37880e172c207001ceff65c51276538a2d90db
36998 Author: Ebrahim Byagowi <ebrahim@gnu.org>
36999 Date:   Thu Feb 20 19:01:43 2020 +0330
37000
37001     [draw] Add a private bit field instead null-checking quad-to callback
37002     
37003     This doesn't imply the the design is good or stable just is better
37004     to not fail due to null quad-to callback so as our quad-cubic curves
37005     translation is currently table limited which can be revisited anytime.
37006
37007  src/hb-draw.cc          | 9 ++++++++-
37008  src/hb-draw.hh          | 1 +
37009  src/hb-ot-glyf-table.hh | 4 ++--
37010  3 files changed, 11 insertions(+), 3 deletions(-)
37011
37012 commit 79b2b8a91fe5c011bda03a5350a3f482e053d0ba
37013 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37014 Date:   Wed Feb 19 16:41:13 2020 +0330
37015
37016     minor
37017
37018  CMakeLists.txt              | 2 +-
37019  m4/ax_cxx_compile_stdcxx.m4 | 2 +-
37020  2 files changed, 2 insertions(+), 2 deletions(-)
37021
37022 commit 8c652f72fc1323b811b5cde53604f0a71334efa2
37023 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37024 Date:   Wed Feb 19 16:32:44 2020 +0330
37025
37026     Minor, switch to https links where possible
37027
37028  src/gen-tag-table.py              | 2 +-
37029  src/hb-ot-cff1-table.hh           | 2 +-
37030  src/hb-ot-shape-complex-arabic.cc | 2 +-
37031  src/hb-unicode-emoji-table.hh     | 4 ++--
37032  test/api/hb-test.h                | 8 ++++----
37033  test/shaping/hb_test_tools.py     | 2 +-
37034  6 files changed, 10 insertions(+), 10 deletions(-)
37035
37036 commit bbcbcafc2579a3d4b1dbe743fa77a0167e3f949c
37037 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37038 Date:   Wed Feb 19 16:21:47 2020 +0330
37039
37040     [tool] Minor, move input files link
37041
37042  src/gen-tag-table.py | 10 +++++-----
37043  1 file changed, 5 insertions(+), 5 deletions(-)
37044
37045 commit 83db1e117e4d6f5624eafa6fe51b1622a8642b65
37046 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37047 Date:   Wed Feb 19 15:15:18 2020 +0330
37048
37049     [ci] Compatibility with Python 3
37050     
37051     Disabled CMake test runners as it goes for Python 2 and updated the bots
37052     
37053     Install Python 3 on macOS 10.12 bot
37054
37055  .circleci/config.yml | 14 ++++++--------
37056  1 file changed, 6 insertions(+), 8 deletions(-)
37057
37058 commit 8d199077045bd28cc74d4dc66fc6e1a734ea3bda
37059 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37060 Date:   Wed Feb 19 14:56:55 2020 +0330
37061
37062     Remove python2 support from tests/utils scripts
37063
37064  mingw-ldd.py                                       |  3 +-
37065  src/gen-arabic-table.py                            |  4 +-
37066  src/gen-def.py                                     |  4 +-
37067  src/gen-emoji-table.py                             |  3 +-
37068  src/gen-indic-table.py                             |  4 +-
37069  src/gen-os2-unicode-ranges.py                      |  6 +-
37070  src/gen-tag-table.py                               | 10 +--
37071  src/gen-ucd-table.py                               |  4 +-
37072  src/gen-use-table.py                               |  4 +-
37073  src/gen-vowel-constraints.py                       |  4 +-
37074  src/sample.py                                      | 19 +----
37075  test/fuzzing/run-shape-fuzzer-tests.py             |  4 +-
37076  test/fuzzing/run-subset-fuzzer-tests.py            |  4 +-
37077  .../data/text-rendering-tests/extract-tests.py     |  4 +-
37078  test/shaping/hb-diff                               |  2 +-
37079  test/shaping/hb-diff-colorize                      |  2 +-
37080  test/shaping/hb-diff-filter-failures               |  2 +-
37081  test/shaping/hb-diff-stat                          |  2 +-
37082  test/shaping/hb-unicode-decode                     |  2 +-
37083  test/shaping/hb-unicode-encode                     |  2 +-
37084  test/shaping/hb-unicode-prettyname                 |  2 +-
37085  test/shaping/hb_test_tools.py                      | 86 ++--------------------
37086  test/shaping/record-test.sh                        |  2 +-
37087  test/shaping/run-tests.py                          |  4 +-
37088  test/subset/generate-expected-outputs.py           |  4 +-
37089  test/subset/run-tests.py                           |  4 +-
37090  test/subset/subset_test_suite.py                   |  2 +-
37091  27 files changed, 35 insertions(+), 158 deletions(-)
37092
37093 commit 2c9fbf5561e4ca5abe93ce3990c0cca3982f3517
37094 Author: Rico Tzschichholz <ricotz@ubuntu.com>
37095 Date:   Wed Feb 12 14:59:52 2020 +0100
37096
37097     Improve GIR build
37098
37099  CMakeLists.txt  |  6 ++++--
37100  src/Makefile.am | 11 ++++++++++-
37101  2 files changed, 14 insertions(+), 3 deletions(-)
37102
37103 commit bd13470f23744a5bbe44b7b20846e112579abe0d
37104 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37105 Date:   Wed Feb 19 13:19:38 2020 +0330
37106
37107     [ci] Update Ubuntu bots versions
37108
37109  .circleci/config.yml | 40 ++++++++++++++++++++--------------------
37110  1 file changed, 20 insertions(+), 20 deletions(-)
37111
37112 commit 493e40ff787222af598b4227f40af7718548f335
37113 Author: Qunxin Liu <qxliu@google.com>
37114 Date:   Tue Feb 18 13:09:08 2020 -0800
37115
37116     [subset] add one empty byte to glyf table
37117     if it's going to end up empty after subsetting
37118     This will make OTS happy and match what fontTools is doing now.
37119
37120  src/hb-ot-glyf-table.hh                               |  12 ++++++++++++
37121  .../colr/TwemojiMozilla.subset.default.32.ttf         | Bin 4660 -> 4664 bytes
37122  ...wemojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 4640 -> 4644 bytes
37123  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf      | Bin 4640 -> 4644 bytes
37124  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf     | Bin 4660 -> 4664 bytes
37125  5 files changed, 12 insertions(+)
37126
37127 commit a7dec0cb515d5f9ffc6cf39e712ed0b0b93bd1f0
37128 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37129 Date:   Tue Feb 18 16:22:12 2020 +0330
37130
37131     [glyf] Tweak path_builder_t
37132
37133  src/hb-ot-glyf-table.hh | 66 ++++++++++++++++++++++++++++---------------------
37134  1 file changed, 38 insertions(+), 28 deletions(-)
37135
37136 commit d52ea2a42ce9332564cc2f049734545796e0c79b
37137 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37138 Date:   Tue Feb 18 15:46:02 2020 +0330
37139
37140     [glyf] minor
37141
37142  src/hb-ot-glyf-table.hh | 15 +++++++++------
37143  1 file changed, 9 insertions(+), 6 deletions(-)
37144
37145 commit 3b0c58f811203ac59d96d94ab3675a1b85adb411
37146 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37147 Date:   Tue Feb 18 15:42:48 2020 +0330
37148
37149     [glyf] minor, use private font coords to simplify
37150
37151  src/hb-ot-glyf-table.hh | 8 ++------
37152  1 file changed, 2 insertions(+), 6 deletions(-)
37153
37154 commit dcd2729e717f48013e07d0b93b64826507c049cc
37155 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37156 Date:   Tue Feb 18 15:38:57 2020 +0330
37157
37158     [glyf] Move contour_bounds_t into scope it is actually used
37159
37160  src/hb-ot-glyf-table.hh | 81 ++++++++++++++++++++++++-------------------------
37161  1 file changed, 40 insertions(+), 41 deletions(-)
37162
37163 commit 8bb47fa17d53d8e4c729d427b7a5d49d8e14953c
37164 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37165 Date:   Tue Feb 18 15:06:43 2020 +0330
37166
37167     [glyf] minor, spacing
37168
37169  src/hb-ot-glyf-table.hh | 46 +++++++++++++++++++++++-----------------------
37170  1 file changed, 23 insertions(+), 23 deletions(-)
37171
37172 commit 21a5fe4f0981bbae8eaa9caec9c288e44c716470
37173 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37174 Date:   Tue Feb 18 14:38:55 2020 +0330
37175
37176     [glyf] Make returning phantoms to not require another vector
37177
37178  src/hb-ot-glyf-table.hh | 27 +++++++++++++--------------
37179  1 file changed, 13 insertions(+), 14 deletions(-)
37180
37181 commit 5c03fbe7e0b563ac0f1ce8f867bd747c5e72da86
37182 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37183 Date:   Tue Feb 18 13:55:28 2020 +0330
37184
37185     [glyf] do a phantom only iteration when possible
37186
37187  src/hb-ot-glyf-table.hh | 50 +++++++++++++++++++++++++++++++------------------
37188  1 file changed, 32 insertions(+), 18 deletions(-)
37189
37190 commit 11f3fca01d6840f3a690b59040ad7452e5343abf
37191 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37192 Date:   Tue Feb 18 12:53:20 2020 +0330
37193
37194     [glyf/gvar] Remove need of passing end points vector around
37195
37196  src/hb-ot-glyf-table.hh     | 30 +++++++++---------------------
37197  src/hb-ot-var-gvar-table.hh | 24 ++++++++++++------------
37198  2 files changed, 21 insertions(+), 33 deletions(-)
37199
37200 commit 0f2c2d989b6ad4ddd5bb7d64d90aa3e57dc85a68
37201 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37202 Date:   Tue Feb 18 11:52:16 2020 +0330
37203
37204     [glyf] Push consumer machine one more level further
37205
37206  src/hb-ot-glyf-table.hh | 69 +++++++++++++++++++++++++------------------------
37207  1 file changed, 35 insertions(+), 34 deletions(-)
37208
37209 commit 11f5f7c59cbf5a430a99831c1d6f0a8ac93090b0
37210 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37211 Date:   Mon Feb 17 23:44:31 2020 +0330
37212
37213     [glyf] Adopt a state machine like style for the path builder
37214     
37215     Toward making glyf path reader alloc free at least on gvar absence.
37216
37217  src/hb-ot-glyf-table.hh | 279 +++++++++++++++++++++++++-----------------------
37218  1 file changed, 145 insertions(+), 134 deletions(-)
37219
37220 commit 60f8f384f9d272a8ae2795e3e7a533bdec452da9
37221 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37222 Date:   Mon Feb 17 10:11:49 2020 +0330
37223
37224     [glyf] Switch to ttf-parser's glyf to path algorithm
37225     
37226     It consumes each point at a time and doesn't need to know contour size before hand
37227
37228  src/hb-ot-glyf-table.hh | 151 ++++++++++++++++-------
37229  test/api/test-draw.c    | 309 +++++++++++++++++++++++-------------------------
37230  2 files changed, 254 insertions(+), 206 deletions(-)
37231
37232 commit 3c792c2aa5ccbe5760a7415df24e8bf04edf7914
37233 Author: ariza <ariza@adobe.com>
37234 Date:   Mon Feb 17 07:18:08 2020 -0800
37235
37236     add test cases for hb_unwrap_type
37237
37238  src/test-meta.cc | 5 +++++
37239  1 file changed, 5 insertions(+)
37240
37241 commit 168ceeac496f15b4c81b106cfb790dd5739a0143
37242 Author: ariza <ariza@adobe.com>
37243 Date:   Fri Feb 14 11:56:56 2020 -0800
37244
37245     renamed to hb_unrwap_type(); now recursive
37246
37247  src/hb-meta.hh | 13 ++++++-------
37248  1 file changed, 6 insertions(+), 7 deletions(-)
37249
37250 commit 71552ecc269c84aab46aa8f078526a546a288925
37251 Author: ariza <ariza@adobe.com>
37252 Date:   Thu Feb 13 12:58:22 2020 -0800
37253
37254     add hb_get_type
37255
37256  src/hb-meta.hh | 12 ++++++++++++
37257  1 file changed, 12 insertions(+)
37258
37259 commit 65858463523aa5abb776d0181bf14da7bfb2931e
37260 Author: ariza <ariza@adobe.com>
37261 Date:   Sun Feb 16 17:16:29 2020 -0800
37262
37263     pop_pack(share=false) in end_serialize()
37264     
37265     issue #2177
37266
37267  src/hb-serialize.hh | 2 +-
37268  1 file changed, 1 insertion(+), 1 deletion(-)
37269
37270 commit 39fb57c0e456ec352b2d0a6e6dc61b9bdee85665
37271 Author: Michiharu Ariza <ariza@adobe.com>
37272 Date:   Sun Feb 16 08:38:41 2020 -0800
37273
37274     add share option to pop_pack() (#2176)
37275     
37276     as a solution for #2164
37277
37278  src/hb-serialize.hh | 21 +++++++++++++++------
37279  1 file changed, 15 insertions(+), 6 deletions(-)
37280
37281 commit 9c6499d9f4556b9755487c1755e4d2386979d82b
37282 Author: ariza <ariza@adobe.com>
37283 Date:   Sun Feb 16 00:56:31 2020 -0800
37284
37285     rewrite read_points() to take lambda & consts args
37286     
37287     replacing awkward x/y_setter_t structs
37288
37289  src/hb-ot-glyf-table.hh | 35 ++++++++++++-----------------------
37290  1 file changed, 12 insertions(+), 23 deletions(-)
37291
37292 commit a94d1af193ac1601a1725266dbb0dd51195af98b
37293 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37294 Date:   Wed Feb 12 19:25:10 2020 +0330
37295
37296     [fuzz] minor style fixes
37297
37298  test/fuzzing/hb-set-fuzzer.cc | 51 +++++++++++++++++++++----------------------
37299  1 file changed, 25 insertions(+), 26 deletions(-)
37300
37301 commit 1c015d3e9f5d514da9647dab258af0a09b3ba550
37302 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37303 Date:   Wed Feb 12 19:19:37 2020 +0330
37304
37305     [fuzz] minor fuzzer case move, oops
37306
37307  ...fuzz-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin
37308  1 file changed, 0 insertions(+), 0 deletions(-)
37309
37310 commit 49341faee27df689e1c155b1990874c2679b563f
37311 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37312 Date:   Wed Feb 12 19:15:16 2020 +0330
37313
37314     [fuzz] minor, move two fuzzer cases to their correct place
37315
37316  ...fuzz-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin
37317  ...erfuzz-testcase-minimized-hb-set-fuzzer-6255224052514816 |   0
37318  2 files changed, 0 insertions(+), 0 deletions(-)
37319
37320 commit d663e28af1b84f27bea9730a9a8f18212387bb7f
37321 Author: Behdad Esfahbod <behdad@behdad.org>
37322 Date:   Wed Feb 12 15:41:21 2020 +0000
37323
37324     [serialize] Catch signedness overflows in check_assign()
37325     
37326     Should address https://github.com/harfbuzz/harfbuzz/pull/2163#pullrequestreview-355137936
37327
37328  src/hb-serialize.hh | 2 +-
37329  1 file changed, 1 insertion(+), 1 deletion(-)
37330
37331 commit 97229244ebd2e50ec0021ecd442e3c1c27156a5c
37332 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37333 Date:   Wed Feb 12 15:41:22 2020 +0330
37334
37335     [fuzzer] Fix hb-set-fuzzer minor overflow issue
37336     
37337     Size shouldn't be smaller than the struct not its pointer size.
37338     
37339     Fixes https://crbug.com/oss-fuzz/20655
37340
37341  .../clusterfuzz-testcase-minimized-hb-set-fuzzer-6255224052514816 | 1 +
37342  test/fuzzing/hb-set-fuzzer.cc                                     | 8 ++++----
37343  2 files changed, 5 insertions(+), 4 deletions(-)
37344
37345 commit 7b42403c1c03e6f2f32fcc792b588ca5a42b1e19
37346 Author: Garret Rieger <grieger@google.com>
37347 Date:   Tue Feb 11 12:25:57 2020 -0800
37348
37349     Add explicit values to the set fuzzer enums.
37350
37351  test/fuzzing/hb-set-fuzzer.cc | 8 ++++----
37352  1 file changed, 4 insertions(+), 4 deletions(-)
37353
37354 commit e805923310af6b502e94903b504477266b55b028
37355 Author: Garret Rieger <grieger@google.com>
37356 Date:   Tue Feb 11 12:20:54 2020 -0800
37357
37358     Add a few basic seeds for the set fuzzer.
37359
37360  test/fuzzing/sets/intersect_01      | Bin 0 -> 21 bytes
37361  test/fuzzing/sets/subtract_01       | Bin 0 -> 21 bytes
37362  test/fuzzing/sets/symmetric_diff_01 | Bin 0 -> 21 bytes
37363  test/fuzzing/sets/union_01          | Bin 0 -> 21 bytes
37364  4 files changed, 0 insertions(+), 0 deletions(-)
37365
37366 commit ff984ed3cdd18290ed3a37c76961176d9f86c9cd
37367 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37368 Date:   Tue Feb 11 19:50:51 2020 +0330
37369
37370     Use multiplication to avoid undefined behaviour per clang
37371     
37372     Newer versions of MSVC with /we4146 don't like putting negative sign behind a
37373     unsigned number as https://github.com/harfbuzz/harfbuzz/pull/2069
37374     That however have made https://crbug.com/1050424 this complain:
37375       src/hb-ot-color-sbix-table.hh:304:28: runtime error: negation of -2147483648 cannot be represented in type 'int';
37376                                             cast to an unsigned type to negate this value to itself
37377     which apparently can be fixed using this change.
37378     
37379     Let's see if this won't make another ubsan complain!
37380
37381  src/hb-ot-color-sbix-table.hh                             |   2 +-
37382  ...zz-testcase-minimized-hb_shape_fuzzer-5633785895911424 | Bin 0 -> 582 bytes
37383  2 files changed, 1 insertion(+), 1 deletion(-)
37384
37385 commit 21e1b1310ab20628d0a81c02b17cc5e49a56a4a7
37386 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37387 Date:   Tue Feb 11 17:08:55 2020 +0330
37388
37389     [colr] minor style fix
37390
37391  src/hb-ot-color-colr-table.hh | 87 ++++++++++++++++++++++---------------------
37392  1 file changed, 44 insertions(+), 43 deletions(-)
37393
37394 commit cbb45c3ee7be42091a04fc1edfd98a07cfcd864c
37395 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37396 Date:   Tue Feb 11 16:46:14 2020 +0330
37397
37398     [subset/colr] minor improve to resolve msvc complain
37399     
37400     MSVC says,
37401       hb-ot-color-colr-table.hh(215): warning C4700: uninitialized local variable 'new_record' used [build\harfbuzz-subset.vcxproj]
37402         harfbuzz-subset.vcxproj -> build\Debug\harfbuzz-subset.lib
37403
37404  src/hb-ot-color-colr-table.hh | 8 ++++----
37405  1 file changed, 4 insertions(+), 4 deletions(-)
37406
37407 commit bca9bc6b92cfdba1118f74c1d1d6fdb1301f5c81
37408 Author: Garret Rieger <grieger@google.com>
37409 Date:   Thu Feb 6 13:02:58 2020 -0800
37410
37411     Add hb-set-fuzzer.
37412     It fuzzes all of the hb_set process methods (intersection, subtraction, union, and symmetric difference).
37413
37414  test/fuzzing/Makefile.am      | 11 +++++++
37415  test/fuzzing/hb-set-fuzzer.cc | 77 +++++++++++++++++++++++++++++++++++++++++++
37416  2 files changed, 88 insertions(+)
37417
37418 commit 352ac63ef937629385da7517408cd3d6df7db08a
37419 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37420 Date:   Tue Feb 11 03:03:03 2020 +0330
37421
37422     Fix an unlikely UAF on the deprecated _set_glyph_func API
37423     
37424     Fixes https://github.com/harfbuzz/harfbuzz/issues/2168
37425
37426  src/hb-font.cc | 10 +++++++++-
37427  1 file changed, 9 insertions(+), 1 deletion(-)
37428
37429 commit 6a390df8af534cc95c19a07ec2bbdd818ade6cac
37430 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37431 Date:   Mon Feb 10 17:19:23 2020 +0330
37432
37433     [tools] Print unicode links on gen-* tools output
37434     
37435     As Behdad's review
37436
37437  src/gen-arabic-table.py      | 13 +++++++------
37438  src/gen-emoji-table.py       |  7 ++++---
37439  src/gen-indic-table.py       | 12 ++++++------
37440  src/gen-ucd-table.py         |  7 ++++---
37441  src/gen-use-table.py         | 14 +++++++-------
37442  src/gen-vowel-constraints.py |  6 ++++--
37443  6 files changed, 32 insertions(+), 27 deletions(-)
37444
37445 commit 4dc87365d79d9cb0ad85b351b6afe978c3abee3c
37446 Author: Evgeniy Reizner <razrfalcon@gmail.com>
37447 Date:   Sun Feb 9 18:39:33 2020 +0200
37448
37449     Add links to files used by python scripts.
37450     
37451     Closes #2150
37452
37453  src/gen-arabic-table.py      | 5 +++++
37454  src/gen-emoji-table.py       | 2 ++
37455  src/gen-indic-table.py       | 5 +++++
37456  src/gen-tag-table.py         | 4 ++++
37457  src/gen-ucd-table.py         | 2 ++
37458  src/gen-use-table.py         | 6 ++++++
37459  src/gen-vowel-constraints.py | 2 ++
37460  7 files changed, 26 insertions(+)
37461
37462 commit 40166eb0e5d4095772059d509aa647ef4118f794
37463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37464 Date:   Sat Feb 8 13:17:06 2020 +0330
37465
37466     [var] Fix the just introduced hb_font_set_var_coords_design storing bug
37467     
37468     The memcpy call was using the current coords count which is zero initially so no copy at all.
37469     
37470     Sad that no test has caught it, should see why, will however with the upcoming style API tests.
37471
37472  src/hb-font.cc | 2 +-
37473  1 file changed, 1 insertion(+), 1 deletion(-)
37474
37475 commit 5c1a023f67806ee5316518d11f3c236c66fa5c87
37476 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37477 Date:   Sat Feb 8 10:57:07 2020 +0330
37478
37479     [tool] Optimize COLR glyph dump
37480     
37481     Move palette colors fetching out of gid iteration so not
37482     fetching all the colors of a palette each time.
37483
37484  src/main.cc | 91 +++++++++++++++++++++++++++++++------------------------------
37485  1 file changed, 46 insertions(+), 45 deletions(-)
37486
37487 commit 0b76e8130e1711754184118fdef8523e943d51c9
37488 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37489 Date:   Tue Aug 20 15:15:22 2019 +0430
37490
37491     Don't use _normalize_variations to avoid twice axis fetch
37492
37493  src/hb-font.cc | 11 +++++++----
37494  1 file changed, 7 insertions(+), 4 deletions(-)
37495
37496 commit ab2d3ec542799baa0ac056cfcd264e5b3c301d82
37497 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37498 Date:   Wed Aug 14 18:42:51 2019 +0430
37499
37500     [var] Implement hb_font_get_var_coords_design
37501     
37502     Hold design coords and simulate when normalized coords are set directly.
37503
37504  docs/harfbuzz-sections.txt |   1 +
37505  src/hb-font.cc             | 121 ++++++++++++++++++++++++++++++++++++---------
37506  src/hb-font.h              |   4 ++
37507  src/hb-font.hh             |   1 +
37508  test/api/Makefile.am       |   1 +
37509  test/api/test-var-coords.c |  76 ++++++++++++++++++++++++++++
37510  6 files changed, 180 insertions(+), 24 deletions(-)
37511
37512 commit 5a10f3a0551c2e62bc0969fd857033ed53f10943
37513 Author: Garret Rieger <grieger@google.com>
37514 Date:   Fri Feb 7 10:38:27 2020 -0800
37515
37516     Use vector instead of map during page compaction in hb-set.
37517
37518  src/hb-set.hh | 14 ++++++++------
37519  1 file changed, 8 insertions(+), 6 deletions(-)
37520
37521 commit 2742c8162479a33d9276fa7a1e6deecc65fef5aa
37522 Author: Garret Rieger <grieger@google.com>
37523 Date:   Tue Jan 28 13:55:31 2020 -0800
37524
37525     Fix page_map corruption in hb_set_t during process().
37526     
37527     If a process operation results in less pages then the current set has, it will likely corrupt the page_map since it overwrites page_map entries ahead of where it's processing. This fixes that problem by removing page_map entries that will be dropped. Then dropping orphaned pages and re-indexing retained pages.
37528
37529  src/hb-set.hh       | 51 ++++++++++++++++++++++++++++++++--
37530  test/api/test-set.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++
37531  2 files changed, 127 insertions(+), 3 deletions(-)
37532
37533 commit eb7849a806699c1c5efc435cf39ee3a0eb9b9e1c
37534 Author: Qunxin Liu <qxliu@google.com>
37535 Date:   Wed Feb 5 15:29:03 2020 -0800
37536
37537     [subset] GPOS6 MarkToMark subsetting support
37538
37539  src/hb-ot-layout-gpos-table.hh                     |  66 ++++++++++++++++++++-
37540  test/subset/data/Makefile.am                       |   1 +
37541  test/subset/data/Makefile.sources                  |   1 +
37542  ...6_font1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2320 bytes
37543  ...6_font1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2328 bytes
37544  ...pos6_font1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2080 bytes
37545  .../gpos6_font1.keep-layout-retain-gids.41,42.otf  | Bin 0 -> 1888 bytes
37546  ...ont1.keep-layout-retain-gids.41,43,44,45,46.otf | Bin 0 -> 2688 bytes
37547  ...pos6_font1.keep-layout-retain-gids.41,43,44.otf | Bin 0 -> 2324 bytes
37548  ...pos6_font1.keep-layout-retain-gids.41,43,45.otf | Bin 0 -> 2336 bytes
37549  .../gpos6_font1.keep-layout-retain-gids.41,43.otf  | Bin 0 -> 2092 bytes
37550  .../gpos6_font1.keep-layout-retain-gids.41.otf     | Bin 0 -> 1872 bytes
37551  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
37552  .../gpos6_font1.keep-layout.41,42,43,44.otf        | Bin 0 -> 1616 bytes
37553  .../gpos6_font1.keep-layout.41,42,43,45.otf        | Bin 0 -> 1608 bytes
37554  .../gpos6_font1.keep-layout.41,42,43.otf           | Bin 0 -> 1380 bytes
37555  .../layout.gpos6/gpos6_font1.keep-layout.41,42.otf | Bin 0 -> 1184 bytes
37556  .../gpos6_font1.keep-layout.41,43,44,45,46.otf     | Bin 0 -> 1968 bytes
37557  .../gpos6_font1.keep-layout.41,43,44.otf           | Bin 0 -> 1608 bytes
37558  .../gpos6_font1.keep-layout.41,43,45.otf           | Bin 0 -> 1608 bytes
37559  .../layout.gpos6/gpos6_font1.keep-layout.41,43.otf | Bin 0 -> 1376 bytes
37560  .../layout.gpos6/gpos6_font1.keep-layout.41.otf    | Bin 0 -> 1172 bytes
37561  ...pos6_font1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
37562  test/subset/data/fonts/gpos6_font1.otf             | Bin 0 -> 4688 bytes
37563  test/subset/data/tests/layout.gpos6.tests          |  18 ++++++
37564  25 files changed, 84 insertions(+), 2 deletions(-)
37565
37566 commit 82afc75835364338b8db4e978ad8a0c466e41225
37567 Author: Qunxin Liu <qxliu@google.com>
37568 Date:   Tue Feb 4 13:24:37 2020 -0800
37569
37570     [subset] GPOS4 MarkBase subsetting support
37571
37572  src/hb-open-type.hh                                |   7 +
37573  src/hb-ot-layout-gpos-table.hh                     | 145 ++++++++++++++++++++-
37574  test/subset/data/Makefile.am                       |   1 +
37575  test/subset/data/Makefile.sources                  |   1 +
37576  ...chors_1.keep-layout-retain-gids.41,42,43,44.otf | Bin 0 -> 2344 bytes
37577  ...chors_1.keep-layout-retain-gids.41,42,43,45.otf | Bin 0 -> 2352 bytes
37578  ..._anchors_1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2104 bytes
37579  ...ple_anchors_1.keep-layout-retain-gids.41,42.otf | Bin 0 -> 1912 bytes
37580  ...rs_1.keep-layout-retain-gids.41,43,44,45,46.otf | Bin 0 -> 2712 bytes
37581  ..._anchors_1.keep-layout-retain-gids.41,43,44.otf | Bin 0 -> 2348 bytes
37582  ..._anchors_1.keep-layout-retain-gids.41,43,45.otf | Bin 0 -> 2360 bytes
37583  ...ple_anchors_1.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2116 bytes
37584  ...ltiple_anchors_1.keep-layout-retain-gids.41.otf | Bin 0 -> 1896 bytes
37585  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
37586  ..._multiple_anchors_1.keep-layout.41,42,43,44.otf | Bin 0 -> 1640 bytes
37587  ..._multiple_anchors_1.keep-layout.41,42,43,45.otf | Bin 0 -> 1632 bytes
37588  ...os4_multiple_anchors_1.keep-layout.41,42,43.otf | Bin 0 -> 1404 bytes
37589  .../gpos4_multiple_anchors_1.keep-layout.41,42.otf | Bin 0 -> 1208 bytes
37590  ...ltiple_anchors_1.keep-layout.41,43,44,45,46.otf | Bin 0 -> 1992 bytes
37591  ...os4_multiple_anchors_1.keep-layout.41,43,44.otf | Bin 0 -> 1632 bytes
37592  ...os4_multiple_anchors_1.keep-layout.41,43,45.otf | Bin 0 -> 1632 bytes
37593  .../gpos4_multiple_anchors_1.keep-layout.41,43.otf | Bin 0 -> 1400 bytes
37594  .../gpos4_multiple_anchors_1.keep-layout.41.otf    | Bin 0 -> 1196 bytes
37595  ..._anchors_1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3772 bytes
37596  .../subset/data/fonts/gpos4_multiple_anchors_1.otf | Bin 0 -> 4712 bytes
37597  test/subset/data/tests/layout.gpos4.tests          |  18 +++
37598  26 files changed, 169 insertions(+), 3 deletions(-)
37599
37600 commit 4dc3db7344b464695d3c8cfdb7f3e5d518b4a6ac
37601 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37602 Date:   Thu Feb 6 12:12:41 2020 +0330
37603
37604     Minor, fix warnings raised when built with -std=c++2a
37605     
37606     Follow up to c184180,
37607     
37608     It was raising,
37609     
37610       src/hb-ot-layout-common.hh:1067:63: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
37611           | hb_filter ([=] (const OffsetTo<TSubTable> &_) { return (this+_).intersects (glyphset, lookup_type); })
37612                                                                     ^
37613       src/hb-ot-layout-common.hh:1067:19: note: add an explicit capture of 'this' to capture '*this' by reference
37614           | hb_filter ([=] (const OffsetTo<TSubTable> &_) { return (this+_).intersects (glyphset, lookup_type); })
37615                         ^
37616                          , this
37617     
37618     and
37619     
37620       src/hb-ot-layout-common.hh:2626:38: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
37621                       { r.collect_lookups (this, lookup_indexes); })
37622                                            ^
37623       src/hb-ot-layout-common.hh:2625:18: note: add an explicit capture of 'this' to capture '*this' by reference
37624           | hb_apply ([=] (const FeatureTableSubstitutionRecord& r)
37625                        ^
37626                         , this
37627     
37628     and
37629     
37630       src/hb-ot-hdmx-table.hh:141:44: error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
37631                               return device_record->widthsZ.as_array (get_num_glyphs ()) [_];
37632                                                                       ^
37633       src/hb-ot-hdmx-table.hh:137:17: note: add an explicit capture of 'this' to capture '*this' by reference
37634                   | hb_map ([=] (hb_codepoint_t _)
37635                              ^
37636                               , this
37637
37638  .circleci/config.yml       |  4 +++-
37639  src/hb-ot-hdmx-table.hh    |  4 ++--
37640  src/hb-ot-layout-common.hh | 18 ++++++++----------
37641  3 files changed, 13 insertions(+), 13 deletions(-)
37642
37643 commit b4d3bf1d8a97b77cbea6dd770a16aea618af7aee
37644 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37645 Date:   Sun Feb 2 14:32:38 2020 +0330
37646
37647     [draw] Add hb_draw_funcs_is_immutable and hb_draw_funcs_make_immutable
37648
37649  docs/harfbuzz-sections.txt |  2 ++
37650  src/hb-draw.cc             | 32 ++++++++++++++++++++++++++++++++
37651  src/hb-draw.h              |  6 ++++++
37652  test/api/test-draw.c       | 13 +++++++++++++
37653  4 files changed, 53 insertions(+)
37654
37655 commit 63b8190db884d9ae88a80336067eab539a44b882
37656 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37657 Date:   Thu Feb 6 11:38:11 2020 +0330
37658
37659     [test] minor
37660     
37661     Remained from previous naming.
37662
37663  test/api/test-draw.c | 32 ++++++++++++++++----------------
37664  1 file changed, 16 insertions(+), 16 deletions(-)
37665
37666 commit 3a98c7fae196fd149078af4553b966dc1c8d763b
37667 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37668 Date:   Thu Feb 6 01:11:00 2020 +0330
37669
37670     [glyf] Skip empty contours
37671     
37672     As https://savannah.nongnu.org/bugs/index.php?57701
37673
37674  src/hb-ot-glyf-table.hh     |   8 ++++++
37675  test/api/fonts/Stroking.ttf | Bin 0 -> 3380 bytes
37676  test/api/test-draw.c        |  60 +++++++++++++++++++++++++++++++++++++++++---
37677  3 files changed, 65 insertions(+), 3 deletions(-)
37678
37679 commit c31762e9e89bc440d21a94d8da34608d1649dc85
37680 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37681 Date:   Wed Feb 5 23:12:37 2020 +0330
37682
37683     [test] minor
37684     
37685     don't test first ten glyph, just testing cp just like other API calls is enough
37686
37687  test/api/test-ot-face.c | 3 +--
37688  1 file changed, 1 insertion(+), 2 deletions(-)
37689
37690 commit 03f778cf3c1170051c3cfb21d9a835252a0123c9
37691 Author: ckitagawa <ckitagawa@chromium.org>
37692 Date:   Wed Feb 5 09:26:45 2020 -0500
37693
37694     [cmap] remove dead code
37695
37696  src/hb-ot-cmap-table.hh | 3 +--
37697  1 file changed, 1 insertion(+), 2 deletions(-)
37698
37699 commit 43253e404d25da31d8b8a57f1fc3ef5c2bb1d1fd
37700 Merge: 71a201860 774725b43
37701 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37702 Date:   Wed Feb 5 17:45:19 2020 +0330
37703
37704     Merge remote-tracking branch 'upstream/master'
37705
37706 commit 71a201860023e61ef413b5bf05449c624d3ff575
37707 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37708 Date:   Wed Feb 5 17:15:50 2020 +0330
37709
37710     [cbdt] minor, tweak spaces
37711
37712  src/hb-ot-color-cbdt-table.hh | 437 +++++++++++++++++++++---------------------
37713  1 file changed, 214 insertions(+), 223 deletions(-)
37714
37715 commit eaa2402a793501bc03e7aa7e662333da2b1aadb1
37716 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37717 Date:   Wed Feb 5 17:02:03 2020 +0330
37718
37719     [cbdt] Merge hb-ot-color-cbdt-table.cc into its header file
37720     
37721     Not needed as far as can be said.
37722
37723  src/Makefile.sources          |  2 --
37724  src/harfbuzz.cc               |  1 -
37725  src/hb-ot-color-cbdt-table.cc | 75 -------------------------------------------
37726  src/hb-ot-color-cbdt-table.hh | 55 ++++++++++++++++++++++++-------
37727  4 files changed, 43 insertions(+), 90 deletions(-)
37728
37729 commit a7f694d4b0d5e95a6202da926ba3c29df6fbb6f0
37730 Merge: 43016715e b114b26a5
37731 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37732 Date:   Wed Feb 5 16:31:21 2020 +0330
37733
37734     Merge branch 'subset_cblc' into master
37735
37736 commit 774725b43a05d7e44286a809bb3767f18189c1a4
37737 Author: ckitagawa-work <59700018+ckitagawa-work@users.noreply.github.com>
37738 Date:   Wed Feb 5 07:43:10 2020 -0500
37739
37740     [subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf
37741     
37742     NotoColorEmoji.ttf uses two cmap subtables
37743     
37744      Format 14 | Platform ID 0 | Platform Encoding ID  5
37745      Format 12 | Platform ID 3 | Platform Encoding ID 10
37746     
37747     This combination results in the cmap table being dropped during subsetting despite being valid/required.
37748
37749  src/hb-ot-cmap-table.hh                            |   2 +-
37750  test/api/fonts/NotoColorEmoji.cmap.38,AE,2049.ttf  | Bin 0 -> 10032 bytes
37751  test/api/fonts/NotoColorEmoji.cmap.ttf             | Bin 0 -> 10052 bytes
37752  test/api/test-subset-cmap.c                        |  44 +++++++++++++++++++++
37753  .../cmap14/cmap14_font2.default.4E00,4E02,4E03.otf | Bin 0 -> 1360 bytes
37754  .../cmap14/cmap14_font2.default.4E00,4E03.otf      | Bin 0 -> 1236 bytes
37755  .../cmap14/cmap14_font2.default.4E00,4E05,4E07.otf | Bin 0 -> 1332 bytes
37756  .../cmap14/cmap14_font2.default.4E02,4E03,4E08.otf | Bin 0 -> 1576 bytes
37757  .../expected/cmap14/cmap14_font2.default.4E02.otf  | Bin 0 -> 992 bytes
37758  .../expected/cmap14/cmap14_font2.default.4E03.otf  | Bin 0 -> 1076 bytes
37759  .../cmap14_font2.default.4E05,4E07,4E08,4E09.otf   | Bin 0 -> 1848 bytes
37760  .../cmap14/cmap14_font2.default.4E08,4E09.otf      | Bin 0 -> 1716 bytes
37761  .../expected/cmap14/cmap14_font2.default.4E08.otf  | Bin 0 -> 1380 bytes
37762  .../cmap14_font2.default.retain-all-codepoint.otf  | Bin 0 -> 2344 bytes
37763  ...font2.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 0 -> 1388 bytes
37764  ...ap14_font2.drop-hints-retain-gids.4E00,4E03.otf | Bin 0 -> 1272 bytes
37765  ...font2.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 0 -> 1400 bytes
37766  ...font2.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 0 -> 1720 bytes
37767  .../cmap14_font2.drop-hints-retain-gids.4E02.otf   | Bin 0 -> 1024 bytes
37768  .../cmap14_font2.drop-hints-retain-gids.4E03.otf   | Bin 0 -> 1120 bytes
37769  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1984 bytes
37770  ...ap14_font2.drop-hints-retain-gids.4E08,4E09.otf | Bin 0 -> 1868 bytes
37771  .../cmap14_font2.drop-hints-retain-gids.4E08.otf   | Bin 0 -> 1540 bytes
37772  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 0 -> 2432 bytes
37773  .../cmap14_font2.drop-hints.4E00,4E02,4E03.otf     | Bin 0 -> 1292 bytes
37774  .../cmap14/cmap14_font2.drop-hints.4E00,4E03.otf   | Bin 0 -> 1168 bytes
37775  .../cmap14_font2.drop-hints.4E00,4E05,4E07.otf     | Bin 0 -> 1264 bytes
37776  .../cmap14_font2.drop-hints.4E02,4E03,4E08.otf     | Bin 0 -> 1512 bytes
37777  .../cmap14/cmap14_font2.drop-hints.4E02.otf        | Bin 0 -> 924 bytes
37778  .../cmap14/cmap14_font2.drop-hints.4E03.otf        | Bin 0 -> 1008 bytes
37779  ...cmap14_font2.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1780 bytes
37780  .../cmap14/cmap14_font2.drop-hints.4E08,4E09.otf   | Bin 0 -> 1648 bytes
37781  .../cmap14/cmap14_font2.drop-hints.4E08.otf        | Bin 0 -> 1312 bytes
37782  ...map14_font2.drop-hints.retain-all-codepoint.otf | Bin 0 -> 2276 bytes
37783  .../cmap14_font2.name-ids.4E00,4E02,4E03.otf       | Bin 0 -> 1292 bytes
37784  .../cmap14/cmap14_font2.name-ids.4E00,4E03.otf     | Bin 0 -> 1168 bytes
37785  .../cmap14_font2.name-ids.4E00,4E05,4E07.otf       | Bin 0 -> 1264 bytes
37786  .../cmap14_font2.name-ids.4E02,4E03,4E08.otf       | Bin 0 -> 1508 bytes
37787  .../expected/cmap14/cmap14_font2.name-ids.4E02.otf | Bin 0 -> 924 bytes
37788  .../expected/cmap14/cmap14_font2.name-ids.4E03.otf | Bin 0 -> 1008 bytes
37789  .../cmap14_font2.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 0 -> 1780 bytes
37790  .../cmap14/cmap14_font2.name-ids.4E08,4E09.otf     | Bin 0 -> 1648 bytes
37791  .../expected/cmap14/cmap14_font2.name-ids.4E08.otf | Bin 0 -> 1312 bytes
37792  .../cmap14_font2.name-ids.retain-all-codepoint.otf | Bin 0 -> 2276 bytes
37793  .../cmap14_font2.retain-gids.4E00,4E02,4E03.otf    | Bin 0 -> 1452 bytes
37794  .../cmap14/cmap14_font2.retain-gids.4E00,4E03.otf  | Bin 0 -> 1340 bytes
37795  .../cmap14_font2.retain-gids.4E00,4E05,4E07.otf    | Bin 0 -> 1468 bytes
37796  .../cmap14_font2.retain-gids.4E02,4E03,4E08.otf    | Bin 0 -> 1788 bytes
37797  .../cmap14/cmap14_font2.retain-gids.4E02.otf       | Bin 0 -> 1092 bytes
37798  .../cmap14/cmap14_font2.retain-gids.4E03.otf       | Bin 0 -> 1188 bytes
37799  ...map14_font2.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 2048 bytes
37800  .../cmap14/cmap14_font2.retain-gids.4E08,4E09.otf  | Bin 0 -> 1936 bytes
37801  .../cmap14/cmap14_font2.retain-gids.4E08.otf       | Bin 0 -> 1604 bytes
37802  ...ap14_font2.retain-gids.retain-all-codepoint.otf | Bin 0 -> 2496 bytes
37803  test/subset/data/fonts/cmap14_font2.otf            | Bin 0 -> 4480 bytes
37804  test/subset/data/tests/cmap14.tests                |   1 +
37805  56 files changed, 46 insertions(+), 1 deletion(-)
37806
37807 commit 43016715e1b4d48bc0cf598f374ffa9213b5fe2e
37808 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37809 Date:   Wed Feb 5 15:02:20 2020 +0330
37810
37811     [subset] minor on _subset
37812
37813  src/hb-subset.cc | 32 ++++++++++++++------------------
37814  1 file changed, 14 insertions(+), 18 deletions(-)
37815
37816 commit dcb5dfc970f2720b9c76efd672c83cf2bdbd4bf0
37817 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37818 Date:   Wed Feb 5 15:01:25 2020 +0330
37819
37820     [subset] minor on tables iteration
37821
37822  src/hb-subset.cc | 38 +++++++++++++++++---------------------
37823  1 file changed, 17 insertions(+), 21 deletions(-)
37824
37825 commit a8593339e2bd76eef30d0b87a9f509c5f2e8366c
37826 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37827 Date:   Wed Feb 5 15:00:25 2020 +0330
37828
37829     [subset] minor on switch statements
37830
37831  src/hb-subset.cc | 166 ++++++++++++++++++-------------------------------------
37832  1 file changed, 55 insertions(+), 111 deletions(-)
37833
37834 commit b1f63109c6f084ee1b963ebcb85b440f8639e322
37835 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37836 Date:   Wed Feb 5 00:28:21 2020 +0330
37837
37838     [subset] Optimize _is_table_present
37839     
37840     One call for most of the fonts and no malloc
37841
37842  src/hb-subset.cc | 18 +++++++++---------
37843  1 file changed, 9 insertions(+), 9 deletions(-)
37844
37845 commit 25707e37e32777aee76317c55a234921c4a3b51e
37846 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37847 Date:   Wed Feb 5 00:27:28 2020 +0330
37848
37849     [cff] minor
37850
37851  src/hb-ot-cff1-table.hh | 5 +----
37852  src/hb-ot-cff2-table.hh | 5 +----
37853  2 files changed, 2 insertions(+), 8 deletions(-)
37854
37855 commit 0d61926ca7c2f3e1d06231dd659ff3c43aa41746
37856 Author: ckitagawa <ckitagawa@chromium.org>
37857 Date:   Tue Feb 4 13:36:51 2020 -0500
37858
37859     [subset] Keep head when no glyf table
37860
37861  src/hb-ot-cff1-table.hh | 12 +------
37862  src/hb-ot-cff2-table.hh | 12 +------
37863  src/hb-ot-head-table.hh | 12 +++++++
37864  src/hb-subset.cc        | 91 ++++++++++++++++++++++++++++++-------------------
37865  4 files changed, 69 insertions(+), 58 deletions(-)
37866
37867 commit 7f9b2228a610ad614b77b24503bf02f95e0bf4b8
37868 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37869 Date:   Tue Feb 4 23:05:46 2020 +0330
37870
37871     [glyf] minor
37872     
37873     Improve using https://developer.blender.org/diffusion/B/browse/master/source/blender/blenlib/intern/freetypefont.c$572
37874
37875  src/hb-ot-glyf-table.hh | 14 ++++++--------
37876  1 file changed, 6 insertions(+), 8 deletions(-)
37877
37878 commit 5b436033851960ea3638fbf882100b8c04d6d5a3
37879 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37880 Date:   Tue Feb 4 21:29:19 2020 +0330
37881
37882     [subset] Rename _subset2 to _subset
37883
37884  src/hb-subset.cc | 62 +++++++++++++++++++-------------------------------------
37885  1 file changed, 21 insertions(+), 41 deletions(-)
37886
37887 commit 2792fb8ba1b542b4f974c272a51014aadbecc670
37888 Author: ariza <ariza@adobe.com>
37889 Date:   Sun Feb 2 22:00:53 2020 -0800
37890
37891     first rewrite of cff/cff2 _subset with _subset2
37892
37893  src/hb-ot-cff1-table.hh |  12 ++----
37894  src/hb-ot-cff2-table.hh |  12 ++----
37895  src/hb-subset-cff1.cc   | 106 ++++++++++++++++++++----------------------------
37896  src/hb-subset-cff1.hh   |   3 +-
37897  src/hb-subset-cff2.cc   |  90 ++++++++++++++++------------------------
37898  src/hb-subset-cff2.hh   |   3 +-
37899  src/hb-subset.cc        |   4 +-
37900  7 files changed, 89 insertions(+), 141 deletions(-)
37901
37902 commit b114b26a56234c17c620f69d30b1f388fc5fb6df
37903 Author: ckitagawa <ckitagawa@chromium.org>
37904 Date:   Tue Feb 4 09:49:24 2020 -0500
37905
37906     Add guard to copy_glyph_at_idx
37907
37908  src/hb-ot-color-cbdt-table.cc | 2 +-
37909  src/hb-ot-color-cbdt-table.hh | 9 ++++++++-
37910  2 files changed, 9 insertions(+), 2 deletions(-)
37911
37912 commit b2a68ed587b9931168bba5cae684e40840afc699
37913 Author: Ebrahim Byagowi <ebrahim@gnu.org>
37914 Date:   Sat Feb 1 23:16:26 2020 +0330
37915
37916     [name] Minor, use subtraction instead ternary operator
37917     
37918     Guess ternary was a bit more legible, apparently however we agreed to use subtraction,
37919     https://github.com/harfbuzz/harfbuzz/pull/2139#discussion_r372582005
37920
37921  src/hb-ot-name-table.hh | 20 ++++++++++----------
37922  1 file changed, 10 insertions(+), 10 deletions(-)
37923
37924 commit 490ef1cc236ae77b8168218d77cbc3b85ecb81bc
37925 Author: Qunxin Liu <qxliu@google.com>
37926 Date:   Tue Jan 28 15:57:33 2020 -0800
37927
37928     [subset] Fix namerecord ordering
37929     This will fix inconsistency with fontTools.
37930     Also according to the spec, namerecords must be sorted
37931     first by platform ID, then by platform-specific ID,
37932     then by language ID, and then by name ID.
37933
37934  src/hb-ot-name-table.hh                            |  37 ++++++++++++++++++++-
37935  ...numMyeongjo-Regular-subset.default.61,62,63.ttf | Bin 0 -> 4128 bytes
37936  .../NanumMyeongjo-Regular-subset.default.61,63.ttf | Bin 0 -> 3580 bytes
37937  .../NanumMyeongjo-Regular-subset.default.61.ttf    | Bin 0 -> 3156 bytes
37938  .../NanumMyeongjo-Regular-subset.default.62.ttf    | Bin 0 -> 3180 bytes
37939  .../NanumMyeongjo-Regular-subset.default.63.ttf    | Bin 0 -> 3048 bytes
37940  ...Regular-subset.default.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
37941  ...ular-subset.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 1452 bytes
37942  ...Regular-subset.drop-hints-retain-gids.61,63.ttf | Bin 0 -> 1284 bytes
37943  ...jo-Regular-subset.drop-hints-retain-gids.61.ttf | Bin 0 -> 1128 bytes
37944  ...jo-Regular-subset.drop-hints-retain-gids.62.ttf | Bin 0 -> 1144 bytes
37945  ...jo-Regular-subset.drop-hints-retain-gids.63.ttf | Bin 0 -> 1116 bytes
37946  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
37947  ...Myeongjo-Regular-subset.drop-hints.61,62,63.ttf | Bin 0 -> 1452 bytes
37948  ...numMyeongjo-Regular-subset.drop-hints.61,63.ttf | Bin 0 -> 1276 bytes
37949  .../NanumMyeongjo-Regular-subset.drop-hints.61.ttf | Bin 0 -> 1128 bytes
37950  .../NanumMyeongjo-Regular-subset.drop-hints.62.ttf | Bin 0 -> 1140 bytes
37951  .../NanumMyeongjo-Regular-subset.drop-hints.63.ttf | Bin 0 -> 1104 bytes
37952  ...ular-subset.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 3536 bytes
37953  ...umMyeongjo-Regular-subset.name-ids.61,62,63.ttf | Bin 0 -> 3924 bytes
37954  ...NanumMyeongjo-Regular-subset.name-ids.61,63.ttf | Bin 0 -> 3376 bytes
37955  .../NanumMyeongjo-Regular-subset.name-ids.61.ttf   | Bin 0 -> 2952 bytes
37956  .../NanumMyeongjo-Regular-subset.name-ids.62.ttf   | Bin 0 -> 2976 bytes
37957  .../NanumMyeongjo-Regular-subset.name-ids.63.ttf   | Bin 0 -> 2844 bytes
37958  ...egular-subset.name-ids.retain-all-codepoint.ttf | Bin 0 -> 9320 bytes
37959  ...ngjo-Regular-subset.name-languages.61,62,63.ttf | Bin 0 -> 4172 bytes
37960  ...yeongjo-Regular-subset.name-languages.61,63.ttf | Bin 0 -> 3624 bytes
37961  ...umMyeongjo-Regular-subset.name-languages.61.ttf | Bin 0 -> 3200 bytes
37962  ...umMyeongjo-Regular-subset.name-languages.62.ttf | Bin 0 -> 3224 bytes
37963  ...umMyeongjo-Regular-subset.name-languages.63.ttf | Bin 0 -> 3092 bytes
37964  ...-subset.name-languages.retain-all-codepoint.ttf | Bin 0 -> 9568 bytes
37965  ...yeongjo-Regular-subset.name-legacy.61,62,63.ttf | Bin 0 -> 4128 bytes
37966  ...umMyeongjo-Regular-subset.name-legacy.61,63.ttf | Bin 0 -> 3580 bytes
37967  ...NanumMyeongjo-Regular-subset.name-legacy.61.ttf | Bin 0 -> 3156 bytes
37968  ...NanumMyeongjo-Regular-subset.name-legacy.62.ttf | Bin 0 -> 3180 bytes
37969  ...NanumMyeongjo-Regular-subset.name-legacy.63.ttf | Bin 0 -> 3048 bytes
37970  ...lar-subset.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
37971  ...yeongjo-Regular-subset.retain-gids.61,62,63.ttf | Bin 0 -> 4128 bytes
37972  ...umMyeongjo-Regular-subset.retain-gids.61,63.ttf | Bin 0 -> 3588 bytes
37973  ...NanumMyeongjo-Regular-subset.retain-gids.61.ttf | Bin 0 -> 3156 bytes
37974  ...NanumMyeongjo-Regular-subset.retain-gids.62.ttf | Bin 0 -> 3184 bytes
37975  ...NanumMyeongjo-Regular-subset.retain-gids.63.ttf | Bin 0 -> 3060 bytes
37976  ...lar-subset.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 9524 bytes
37977  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 1824 -> 1824 bytes
37978  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 1096 -> 1096 bytes
37979  .../data/fonts/NanumMyeongjo-Regular-subset.ttf    | Bin 0 -> 9964 bytes
37980  test/subset/data/tests/basics.tests                |   1 +
37981  47 files changed, 37 insertions(+), 1 deletion(-)
37982
37983 commit e128f8027888536cb8f84f950bd2dbd6ecaf67a9
37984 Author: ckitagawa <ckitagawa@chromium.org>
37985 Date:   Tue Jan 21 13:35:43 2020 -0500
37986
37987     parent 777ba47b50f6379b9f9abf1d72559316b7116b9e
37988     author ckitagawa <ckitagawa@chromium.org> 1579631743 -0500
37989     committer ckitagawa <ckitagawa@chromium.org> 1580506176 -0500
37990     
37991     [subset] Add CBLC support
37992
37993  src/Makefile.sources                               |   2 +
37994  src/harfbuzz.cc                                    |   1 +
37995  src/hb-ot-cmap-table.hh                            |   6 +-
37996  src/hb-ot-color-cbdt-table.cc                      |  75 ++++
37997  src/hb-ot-color-cbdt-table.hh                      | 411 ++++++++++++++++++++-
37998  src/hb-ot-head-table.hh                            |  12 +
37999  src/hb-subset.cc                                   |  98 +++--
38000  test/api/Makefile.am                               |   2 +
38001  .../fonts/NotoColorEmoji.subset.default.2049.ttf   | Bin 0 -> 3112 bytes
38002  .../api/fonts/NotoColorEmoji.subset.default.39.ttf | Bin 0 -> 1920 bytes
38003  ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 0 -> 7536 bytes
38004  .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
38005  ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 0 -> 14140 bytes
38006  .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
38007  test/api/fonts/NotoColorEmoji.subset.ttf           | Bin 0 -> 10124 bytes
38008  test/api/test-subset-cbdt.c                        | 158 ++++++++
38009  .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
38010  .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
38011  test/fuzzing/fonts/NotoColorEmoji.subset.ttf       | Bin 0 -> 10124 bytes
38012  test/subset/data/Makefile.am                       |   1 +
38013  test/subset/data/Makefile.sources                  |   1 +
38014  .../cbdt/NotoColorEmoji.subset.default.2049.ttf    | Bin 0 -> 3112 bytes
38015  .../cbdt/NotoColorEmoji.subset.default.38,2049.ttf | Bin 0 -> 4084 bytes
38016  .../cbdt/NotoColorEmoji.subset.default.38,20E3.ttf | Bin 0 -> 3568 bytes
38017  ...rEmoji.subset.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
38018  .../NotoColorEmoji.subset.default.38,AE,2049.ttf   | Bin 0 -> 7544 bytes
38019  .../cbdt/NotoColorEmoji.subset.default.39.ttf      | Bin 0 -> 1920 bytes
38020  .../cbdt/NotoColorEmoji.subset.default.AE.ttf      | Bin 0 -> 4412 bytes
38021  ...lorEmoji.subset.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
38022  ...Emoji.subset.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
38023  ...Emoji.subset.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
38024  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
38025  ...ji.subset.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
38026  ...ColorEmoji.subset.drop-hints-retain-gids.39.ttf | Bin 0 -> 1928 bytes
38027  ...ColorEmoji.subset.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
38028  .../cbdt/NotoColorEmoji.subset.drop-hints.2049.ttf | Bin 0 -> 3112 bytes
38029  .../NotoColorEmoji.subset.drop-hints.38,2049.ttf   | Bin 0 -> 4084 bytes
38030  .../NotoColorEmoji.subset.drop-hints.38,20E3.ttf   | Bin 0 -> 3568 bytes
38031  ...oji.subset.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
38032  ...NotoColorEmoji.subset.drop-hints.38,AE,2049.ttf | Bin 0 -> 7544 bytes
38033  .../cbdt/NotoColorEmoji.subset.drop-hints.39.ttf   | Bin 0 -> 1920 bytes
38034  .../cbdt/NotoColorEmoji.subset.drop-hints.AE.ttf   | Bin 0 -> 4412 bytes
38035  .../NotoColorEmoji.subset.gap.default.2049.ttf     | Bin 0 -> 3112 bytes
38036  .../NotoColorEmoji.subset.gap.default.38,2049.ttf  | Bin 0 -> 4084 bytes
38037  .../NotoColorEmoji.subset.gap.default.38,20E3.ttf  | Bin 0 -> 3568 bytes
38038  ...ji.subset.gap.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
38039  ...otoColorEmoji.subset.gap.default.38,AE,2049.ttf | Bin 0 -> 7544 bytes
38040  .../cbdt/NotoColorEmoji.subset.gap.default.39.ttf  | Bin 0 -> 908 bytes
38041  .../cbdt/NotoColorEmoji.subset.gap.default.AE.ttf  | Bin 0 -> 4412 bytes
38042  ...moji.subset.gap.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
38043  ...i.subset.gap.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
38044  ...i.subset.gap.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
38045  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
38046  ...ubset.gap.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
38047  ...rEmoji.subset.gap.drop-hints-retain-gids.39.ttf | Bin 0 -> 916 bytes
38048  ...rEmoji.subset.gap.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
38049  .../NotoColorEmoji.subset.gap.drop-hints.2049.ttf  | Bin 0 -> 3112 bytes
38050  ...otoColorEmoji.subset.gap.drop-hints.38,2049.ttf | Bin 0 -> 4084 bytes
38051  ...otoColorEmoji.subset.gap.drop-hints.38,20E3.ttf | Bin 0 -> 3568 bytes
38052  ...subset.gap.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
38053  ...ColorEmoji.subset.gap.drop-hints.38,AE,2049.ttf | Bin 0 -> 7544 bytes
38054  .../NotoColorEmoji.subset.gap.drop-hints.39.ttf    | Bin 0 -> 908 bytes
38055  .../NotoColorEmoji.subset.gap.drop-hints.AE.ttf    | Bin 0 -> 4412 bytes
38056  .../NotoColorEmoji.subset.gap.retain-gids.2049.ttf | Bin 0 -> 3136 bytes
38057  ...toColorEmoji.subset.gap.retain-gids.38,2049.ttf | Bin 0 -> 4108 bytes
38058  ...toColorEmoji.subset.gap.retain-gids.38,20E3.ttf | Bin 0 -> 3600 bytes
38059  ...ubset.gap.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 9188 bytes
38060  ...olorEmoji.subset.gap.retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
38061  .../NotoColorEmoji.subset.gap.retain-gids.39.ttf   | Bin 0 -> 916 bytes
38062  .../NotoColorEmoji.subset.gap.retain-gids.AE.ttf   | Bin 0 -> 4428 bytes
38063  ...olorEmoji.subset.index_format3.default.2049.ttf | Bin 0 -> 3112 bytes
38064  ...rEmoji.subset.index_format3.default.38,2049.ttf | Bin 0 -> 4080 bytes
38065  ...rEmoji.subset.index_format3.default.38,20E3.ttf | Bin 0 -> 3564 bytes
38066  ...index_format3.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
38067  ...oji.subset.index_format3.default.38,AE,2049.ttf | Bin 0 -> 7536 bytes
38068  ...oColorEmoji.subset.index_format3.default.39.ttf | Bin 0 -> 1920 bytes
38069  ...oColorEmoji.subset.index_format3.default.AE.ttf | Bin 0 -> 4412 bytes
38070  ...t.index_format3.drop-hints-retain-gids.2049.ttf | Bin 0 -> 3136 bytes
38071  ...ndex_format3.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 4104 bytes
38072  ...ndex_format3.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 3596 bytes
38073  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
38074  ...x_format3.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 7556 bytes
38075  ...set.index_format3.drop-hints-retain-gids.39.ttf | Bin 0 -> 1928 bytes
38076  ...set.index_format3.drop-hints-retain-gids.AE.ttf | Bin 0 -> 4428 bytes
38077  ...rEmoji.subset.index_format3.drop-hints.2049.ttf | Bin 0 -> 3112 bytes
38078  ...oji.subset.index_format3.drop-hints.38,2049.ttf | Bin 0 -> 4080 bytes
38079  ...oji.subset.index_format3.drop-hints.38,20E3.ttf | Bin 0 -> 3564 bytes
38080  ...ex_format3.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
38081  ....subset.index_format3.drop-hints.38,AE,2049.ttf | Bin 0 -> 7536 bytes
38082  ...lorEmoji.subset.index_format3.drop-hints.39.ttf | Bin 0 -> 1920 bytes
38083  ...lorEmoji.subset.index_format3.drop-hints.AE.ttf | Bin 0 -> 4412 bytes
38084  ...Emoji.subset.index_format3.retain-gids.2049.ttf | Bin 0 -> 3136 bytes
38085  ...ji.subset.index_format3.retain-gids.38,2049.ttf | Bin 0 -> 4104 bytes
38086  ...ji.subset.index_format3.retain-gids.38,20E3.ttf | Bin 0 -> 3596 bytes
38087  ...x_format3.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10112 bytes
38088  ...subset.index_format3.retain-gids.38,AE,2049.ttf | Bin 0 -> 7556 bytes
38089  ...orEmoji.subset.index_format3.retain-gids.39.ttf | Bin 0 -> 1928 bytes
38090  ...orEmoji.subset.index_format3.retain-gids.AE.ttf | Bin 0 -> 4428 bytes
38091  ...ji.subset.multiple_size_tables.default.2049.ttf | Bin 0 -> 5312 bytes
38092  ...subset.multiple_size_tables.default.38,2049.ttf | Bin 0 -> 7244 bytes
38093  ...subset.multiple_size_tables.default.38,20E3.ttf | Bin 0 -> 6212 bytes
38094  ...e_size_tables.default.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
38095  ...set.multiple_size_tables.default.38,AE,2049.ttf | Bin 0 -> 14140 bytes
38096  ...moji.subset.multiple_size_tables.default.39.ttf | Bin 0 -> 2928 bytes
38097  ...moji.subset.multiple_size_tables.default.AE.ttf | Bin 0 -> 7916 bytes
38098  ...ple_size_tables.drop-hints-retain-gids.2049.ttf | Bin 0 -> 5336 bytes
38099  ..._size_tables.drop-hints-retain-gids.38,2049.ttf | Bin 0 -> 7268 bytes
38100  ..._size_tables.drop-hints-retain-gids.38,20E3.ttf | Bin 0 -> 6244 bytes
38101  ...rop-hints-retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
38102  ...ze_tables.drop-hints-retain-gids.38,AE,2049.ttf | Bin 0 -> 14164 bytes
38103  ...tiple_size_tables.drop-hints-retain-gids.39.ttf | Bin 0 -> 2936 bytes
38104  ...tiple_size_tables.drop-hints-retain-gids.AE.ttf | Bin 0 -> 7932 bytes
38105  ...subset.multiple_size_tables.drop-hints.2049.ttf | Bin 0 -> 5312 bytes
38106  ...set.multiple_size_tables.drop-hints.38,2049.ttf | Bin 0 -> 7244 bytes
38107  ...set.multiple_size_tables.drop-hints.38,20E3.ttf | Bin 0 -> 6212 bytes
38108  ...ize_tables.drop-hints.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
38109  ....multiple_size_tables.drop-hints.38,AE,2049.ttf | Bin 0 -> 14140 bytes
38110  ...i.subset.multiple_size_tables.drop-hints.39.ttf | Bin 0 -> 2928 bytes
38111  ...i.subset.multiple_size_tables.drop-hints.AE.ttf | Bin 0 -> 7916 bytes
38112  ...ubset.multiple_size_tables.retain-gids.2049.ttf | Bin 0 -> 5336 bytes
38113  ...et.multiple_size_tables.retain-gids.38,2049.ttf | Bin 0 -> 7268 bytes
38114  ...et.multiple_size_tables.retain-gids.38,20E3.ttf | Bin 0 -> 6244 bytes
38115  ...ze_tables.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 19280 bytes
38116  ...multiple_size_tables.retain-gids.38,AE,2049.ttf | Bin 0 -> 14164 bytes
38117  ....subset.multiple_size_tables.retain-gids.39.ttf | Bin 0 -> 2936 bytes
38118  ....subset.multiple_size_tables.retain-gids.AE.ttf | Bin 0 -> 7932 bytes
38119  .../NotoColorEmoji.subset.retain-gids.2049.ttf     | Bin 0 -> 3136 bytes
38120  .../NotoColorEmoji.subset.retain-gids.38,2049.ttf  | Bin 0 -> 4108 bytes
38121  .../NotoColorEmoji.subset.retain-gids.38,20E3.ttf  | Bin 0 -> 3600 bytes
38122  ...ji.subset.retain-gids.38,39,AE,2049,38,20E3.ttf | Bin 0 -> 10124 bytes
38123  ...otoColorEmoji.subset.retain-gids.38,AE,2049.ttf | Bin 0 -> 7564 bytes
38124  .../cbdt/NotoColorEmoji.subset.retain-gids.39.ttf  | Bin 0 -> 1928 bytes
38125  .../cbdt/NotoColorEmoji.subset.retain-gids.AE.ttf  | Bin 0 -> 4428 bytes
38126  .../data/fonts/NotoColorEmoji.subset.gap.ttf       | Bin 0 -> 9188 bytes
38127  .../fonts/NotoColorEmoji.subset.index_format3.ttf  | Bin 0 -> 10112 bytes
38128  .../NotoColorEmoji.subset.multiple_size_tables.ttf | Bin 0 -> 19280 bytes
38129  test/subset/data/fonts/NotoColorEmoji.subset.ttf   | Bin 0 -> 10124 bytes
38130  test/subset/data/tests/cbdt.tests                  |  20 +
38131  138 files changed, 747 insertions(+), 40 deletions(-)
38132
38133 commit b4377afd28c8158ff0c8234aa9b2bfec3a54abd1
38134 Author: Evgeniy Reizner <razrfalcon@gmail.com>
38135 Date:   Fri Jan 31 15:11:45 2020 +0200
38136
38137     Minor hb_ot_layout documentation fixes.
38138
38139  src/hb-ot-layout.cc |  8 ++++----
38140  src/hb-ot-layout.h  | 10 +++++-----
38141  2 files changed, 9 insertions(+), 9 deletions(-)
38142
38143 commit 0216a96b0fd6bd1ab4030cd7097873a1063cd846
38144 Author: Qunxin Liu <qxliu@google.com>
38145 Date:   Thu Jan 30 12:36:58 2020 -0800
38146
38147     [subset] Fix simple glyph trim_padding in glyf table
38148     Detail: when numOfContours = 1 and flag = 0x31
38149     xCoordinates and yCoordinates would be empty
38150
38151  src/hb-ot-glyf-table.hh | 1 -
38152  1 file changed, 1 deletion(-)
38153
38154 commit b6a8f5e63c144868edb0259e45b33e14275d1e3e
38155 Author: Qunxin Liu <qxliu@google.com>
38156 Date:   Tue Jan 28 09:30:51 2020 -0800
38157
38158     [subset] CMAP table subsetting fix
38159     Not all codepoints smaller than 0xFFFF go to cmap4 table.
38160     Only subset codepoints existing in each table.
38161     This will also make harfbuzz consistent with fontTools' behavior
38162
38163  src/hb-ot-cmap-table.hh                                 |  15 ++++++++++++---
38164  test/subset/data/Makefile.am                            |   1 +
38165  test/subset/data/Makefile.sources                       |   1 +
38166  .../expected/cmap/AdobeBlank-Regular.default.61,62.ttf  | Bin 0 -> 1336 bytes
38167  .../cmap/AdobeBlank-Regular.default.61,FEFA.ttf         | Bin 0 -> 1348 bytes
38168  .../cmap/AdobeBlank-Regular.default.FEE6,FECF.ttf       | Bin 0 -> 1300 bytes
38169  .../cmap/AdobeBlank-Regular.default.FEF9,FEFA.ttf       | Bin 0 -> 1288 bytes
38170  .../expected/cmap/AdobeBlank-Regular.default.FEFA.ttf   | Bin 0 -> 1268 bytes
38171  .../AdobeBlank-Regular.drop-hints-retain-gids.61,62.ttf | Bin 0 -> 1552 bytes
38172  ...dobeBlank-Regular.drop-hints-retain-gids.61,FEFA.ttf | Bin 0 -> 8316 bytes
38173  ...beBlank-Regular.drop-hints-retain-gids.FEE6,FECF.ttf | Bin 0 -> 8188 bytes
38174  ...beBlank-Regular.drop-hints-retain-gids.FEF9,FEFA.ttf | Bin 0 -> 8256 bytes
38175  .../AdobeBlank-Regular.drop-hints-retain-gids.FEFA.ttf  | Bin 0 -> 8240 bytes
38176  .../cmap/AdobeBlank-Regular.drop-hints.61,62.ttf        | Bin 0 -> 1164 bytes
38177  .../cmap/AdobeBlank-Regular.drop-hints.61,FEFA.ttf      | Bin 0 -> 1176 bytes
38178  .../cmap/AdobeBlank-Regular.drop-hints.FEE6,FECF.ttf    | Bin 0 -> 1128 bytes
38179  .../cmap/AdobeBlank-Regular.drop-hints.FEF9,FEFA.ttf    | Bin 0 -> 1116 bytes
38180  .../cmap/AdobeBlank-Regular.drop-hints.FEFA.ttf         | Bin 0 -> 1096 bytes
38181  .../expected/cmap/AdobeBlank-Regular.name-ids.61,62.ttf | Bin 0 -> 1084 bytes
38182  .../cmap/AdobeBlank-Regular.name-ids.61,FEFA.ttf        | Bin 0 -> 1096 bytes
38183  .../cmap/AdobeBlank-Regular.name-ids.FEE6,FECF.ttf      | Bin 0 -> 1048 bytes
38184  .../cmap/AdobeBlank-Regular.name-ids.FEF9,FEFA.ttf      | Bin 0 -> 1036 bytes
38185  .../expected/cmap/AdobeBlank-Regular.name-ids.FEFA.ttf  | Bin 0 -> 1016 bytes
38186  .../cmap/AdobeBlank-Regular.retain-gids.61,62.ttf       | Bin 0 -> 1724 bytes
38187  .../cmap/AdobeBlank-Regular.retain-gids.61,FEFA.ttf     | Bin 0 -> 8488 bytes
38188  .../cmap/AdobeBlank-Regular.retain-gids.FEE6,FECF.ttf   | Bin 0 -> 8360 bytes
38189  .../cmap/AdobeBlank-Regular.retain-gids.FEF9,FEFA.ttf   | Bin 0 -> 8428 bytes
38190  .../cmap/AdobeBlank-Regular.retain-gids.FEFA.ttf        | Bin 0 -> 8412 bytes
38191  test/subset/data/fonts/AdobeBlank-Regular.ttf           | Bin 0 -> 72408 bytes
38192  test/subset/data/tests/cmap.tests                       |  16 ++++++++++++++++
38193  30 files changed, 30 insertions(+), 3 deletions(-)
38194
38195 commit 777ba47b50f6379b9f9abf1d72559316b7116b9e
38196 Merge: 5b069c361 92f43a99c
38197 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38198 Date:   Thu Jan 30 22:38:43 2020 +0330
38199
38200     Merge pull request #2132 from ckitagawa-work/subset_colr
38201     
38202     [subset] Add COLR support
38203
38204 commit 5b069c3612e0347db4b7932135f6a3b9e1f84f58
38205 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38206 Date:   Thu Jan 30 18:05:01 2020 +0330
38207
38208     [draw][docs] update to new terminology
38209
38210  src/hb-draw.h | 6 +++---
38211  1 file changed, 3 insertions(+), 3 deletions(-)
38212
38213 commit 920dca4550f73f05d79e95ddf537054e2775f7e5
38214 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38215 Date:   Thu Jan 30 18:03:06 2020 +0330
38216
38217     [draw][docs] update to new terminlogy
38218
38219  src/hb-draw.cc | 32 ++++++++++++++++----------------
38220  1 file changed, 16 insertions(+), 16 deletions(-)
38221
38222 commit 1632726c1fbcd49d8c27c03948859e80476b41bd
38223 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38224 Date:   Thu Jan 30 16:48:34 2020 +0330
38225
38226     [draw] minor
38227
38228  src/hb-draw.h | 2 +-
38229  1 file changed, 1 insertion(+), 1 deletion(-)
38230
38231 commit 92f43a99c685752416f216c22b6edb9d87ce5d35
38232 Author: ckitagawa <ckitagawa@chromium.org>
38233 Date:   Wed Jan 29 16:06:55 2020 -0500
38234
38235     [subset] COLR, simplify logic and use add_array
38236
38237  src/hb-ot-color-colr-table.hh | 15 ++++++---------
38238  1 file changed, 6 insertions(+), 9 deletions(-)
38239
38240 commit fba5128a9e9459de5b08367c96d05674aa1363a9
38241 Author: ckitagawa <ckitagawa@chromium.org>
38242 Date:   Wed Jan 29 10:24:55 2020 -0500
38243
38244     Fix build
38245
38246  src/hb-ot-color-colr-table.hh | 2 +-
38247  1 file changed, 1 insertion(+), 1 deletion(-)
38248
38249 commit 7d542a5274d56229a72c30e53aecbae8ea938f4e
38250 Author: ckitagawa <ckitagawa@chromium.org>
38251 Date:   Wed Jan 29 10:20:00 2020 -0500
38252
38253     Refactor to two iterators
38254
38255  src/hb-ot-color-colr-table.hh                      | 142 ++++++++++++---------
38256  src/hb-subset-plan.cc                              |   2 +-
38257  .../TwemojiMozilla.subset.default.32,3299.ttf      | Bin 0 -> 5264 bytes
38258  test/api/test-subset-colr.c                        |  21 +++
38259  4 files changed, 105 insertions(+), 60 deletions(-)
38260
38261 commit 0aed54dca6fefbc26f466ace6c105881c536baa2
38262 Author: ckitagawa <ckitagawa@chromium.org>
38263 Date:   Fri Jan 24 15:51:06 2020 -0500
38264
38265     Use one-liner methods
38266
38267  src/hb-ot-color-colr-table.hh | 18 ++++--------------
38268  1 file changed, 4 insertions(+), 14 deletions(-)
38269
38270 commit 81c469eb62294666c27bcd82e4e6fcad742dcbf3
38271 Author: ckitagawa <ckitagawa@chromium.org>
38272 Date:   Fri Jan 24 15:49:25 2020 -0500
38273
38274     Try to fix Wrange-loop-analysis
38275
38276  src/hb-ot-color-colr-table.hh | 2 +-
38277  1 file changed, 1 insertion(+), 1 deletion(-)
38278
38279 commit 0d1ba94ac7910f0fc8232c539d4f6709cd2493fd
38280 Author: ckitagawa <ckitagawa@chromium.org>
38281 Date:   Fri Jan 24 15:44:40 2020 -0500
38282
38283     Minor style fixes
38284
38285  src/hb-ot-color-colr-table.hh | 13 ++++++++-----
38286  1 file changed, 8 insertions(+), 5 deletions(-)
38287
38288 commit 49b98e865007bbbfd5780b301a68daa7b3800ec3
38289 Author: ckitagawa <ckitagawa@chromium.org>
38290 Date:   Fri Jan 24 15:39:02 2020 -0500
38291
38292     Fix nullptr de-reference failure if both blobs in a subset test are 0 in size
38293
38294  test/api/hb-subset-test.h | 5 ++++-
38295  1 file changed, 4 insertions(+), 1 deletion(-)
38296
38297 commit ed857c4680721d767ce9c60cf081ad0a1bcee8e6
38298 Author: ckitagawa <ckitagawa@chromium.org>
38299 Date:   Fri Jan 24 08:52:23 2020 -0500
38300
38301     [subset] Add COLR support
38302
38303  src/hb-ot-color-colr-table.hh                      | 127 ++++++++++++++++++++-
38304  src/hb-subset-plan.cc                              |   5 +
38305  src/hb-subset.cc                                   |   4 +
38306  test/api/Makefile.am                               |   2 +
38307  .../api/fonts/TwemojiMozilla.subset.default.32.ttf | Bin 0 -> 4660 bytes
38308  .../fonts/TwemojiMozilla.subset.default.3297.ttf   | Bin 0 -> 5068 bytes
38309  test/api/fonts/TwemojiMozilla.subset.ttf           | Bin 0 -> 5712 bytes
38310  test/api/test-subset-colr.c                        |  99 ++++++++++++++++
38311  test/fuzzing/fonts/TwemojiMozilla.subset.ttf       | Bin 0 -> 5712 bytes
38312  test/subset/data/Makefile.am                       |   1 +
38313  test/subset/data/Makefile.sources                  |   1 +
38314  .../TwemojiMozilla.subset.default.32,3297,3299.ttf | Bin 0 -> 5624 bytes
38315  .../colr/TwemojiMozilla.subset.default.32,3297.ttf | Bin 0 -> 5088 bytes
38316  .../colr/TwemojiMozilla.subset.default.32,3299.ttf | Bin 0 -> 5264 bytes
38317  .../colr/TwemojiMozilla.subset.default.32.ttf      | Bin 0 -> 4660 bytes
38318  .../TwemojiMozilla.subset.default.3297,3299.ttf    | Bin 0 -> 5604 bytes
38319  .../colr/TwemojiMozilla.subset.default.3297.ttf    | Bin 0 -> 5068 bytes
38320  .../colr/TwemojiMozilla.subset.default.3299.ttf    | Bin 0 -> 5244 bytes
38321  ....subset.drop-hints-retain-gids.32,3297,3299.ttf | Bin 0 -> 5604 bytes
38322  ...zilla.subset.drop-hints-retain-gids.32,3297.ttf | Bin 0 -> 5084 bytes
38323  ...zilla.subset.drop-hints-retain-gids.32,3299.ttf | Bin 0 -> 5264 bytes
38324  ...ojiMozilla.subset.drop-hints-retain-gids.32.ttf | Bin 0 -> 4640 bytes
38325  ...lla.subset.drop-hints-retain-gids.3297,3299.ttf | Bin 0 -> 5588 bytes
38326  ...iMozilla.subset.drop-hints-retain-gids.3297.ttf | Bin 0 -> 5064 bytes
38327  ...iMozilla.subset.drop-hints-retain-gids.3299.ttf | Bin 0 -> 5244 bytes
38328  ...emojiMozilla.subset.drop-hints.32,3297,3299.ttf | Bin 0 -> 5604 bytes
38329  .../TwemojiMozilla.subset.drop-hints.32,3297.ttf   | Bin 0 -> 5068 bytes
38330  .../TwemojiMozilla.subset.drop-hints.32,3299.ttf   | Bin 0 -> 5244 bytes
38331  .../colr/TwemojiMozilla.subset.drop-hints.32.ttf   | Bin 0 -> 4640 bytes
38332  .../TwemojiMozilla.subset.drop-hints.3297,3299.ttf | Bin 0 -> 5584 bytes
38333  .../colr/TwemojiMozilla.subset.drop-hints.3297.ttf | Bin 0 -> 5048 bytes
38334  .../colr/TwemojiMozilla.subset.drop-hints.3299.ttf | Bin 0 -> 5224 bytes
38335  ...mojiMozilla.subset.retain-gids.32,3297,3299.ttf | Bin 0 -> 5624 bytes
38336  .../TwemojiMozilla.subset.retain-gids.32,3297.ttf  | Bin 0 -> 5104 bytes
38337  .../TwemojiMozilla.subset.retain-gids.32,3299.ttf  | Bin 0 -> 5284 bytes
38338  .../colr/TwemojiMozilla.subset.retain-gids.32.ttf  | Bin 0 -> 4660 bytes
38339  ...TwemojiMozilla.subset.retain-gids.3297,3299.ttf | Bin 0 -> 5608 bytes
38340  .../TwemojiMozilla.subset.retain-gids.3297.ttf     | Bin 0 -> 5084 bytes
38341  .../TwemojiMozilla.subset.retain-gids.3299.ttf     | Bin 0 -> 5264 bytes
38342  test/subset/data/fonts/TwemojiMozilla.subset.ttf   | Bin 0 -> 5712 bytes
38343  test/subset/data/tests/colr.tests                  |  17 +++
38344  41 files changed, 255 insertions(+), 1 deletion(-)
38345
38346 commit d106900bfd61ed45fbd4ffd93875d167d86e01e4
38347 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38348 Date:   Tue Jan 28 15:26:13 2020 +0330
38349
38350     [draw][glyf] Implement quadratic to cubic call translation
38351
38352  src/hb-draw.cc          |  7 +-----
38353  src/hb-draw.h           |  3 +++
38354  src/hb-ot-glyf-table.hh | 58 ++++++++++++++++++++++++++++++++++++++++++++-----
38355  test/api/test-draw.c    | 27 +++++++++++++++++++++--
38356  4 files changed, 81 insertions(+), 14 deletions(-)
38357
38358 commit 74fdcdcac8bf0467c50ddf6793b147e93b790a52
38359 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38360 Date:   Tue Jan 28 13:45:22 2020 +0330
38361
38362     [draw] Rename conic_to to quadratic_to
38363
38364  docs/harfbuzz-sections.txt |  4 ++--
38365  src/hb-draw.cc             | 16 ++++++++--------
38366  src/hb-draw.h              | 10 +++++-----
38367  src/hb-draw.hh             |  2 +-
38368  src/hb-ot-glyf-table.hh    |  4 ++--
38369  src/main.cc                |  8 ++++----
38370  test/api/test-draw.c       |  8 ++++----
38371  7 files changed, 26 insertions(+), 26 deletions(-)
38372
38373 commit ac81e94016be3fb638c16bae38bd61cc131104ac
38374 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38375 Date:   Tue Jan 28 12:34:47 2020 +0330
38376
38377     Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t
38378
38379  docs/harfbuzz-sections.txt               | 38 ++++++-------
38380  src/Makefile.sources                     |  6 +--
38381  src/harfbuzz.cc                          |  2 +-
38382  src/hb-config.hh                         |  2 +-
38383  src/{hb-outline.cc => hb-draw.cc}        | 91 +++++++++++++++----------------
38384  src/hb-draw.h                            | 87 ++++++++++++++++++++++++++++++
38385  src/{hb-outline.hh => hb-draw.hh}        | 18 +++----
38386  src/hb-font.h                            |  5 ++
38387  src/hb-ot-cff1-table.cc                  | 12 ++---
38388  src/hb-ot-cff1-table.hh                  |  2 +-
38389  src/hb-ot-cff2-table.cc                  |  8 +--
38390  src/hb-ot-cff2-table.hh                  |  2 +-
38391  src/hb-ot-glyf-table.hh                  |  4 +-
38392  src/hb-outline.h                         | 92 --------------------------------
38393  src/hb.h                                 |  2 +-
38394  src/main.cc                              | 26 ++++-----
38395  test/api/Makefile.am                     |  2 +-
38396  test/api/{test-outline.c => test-draw.c} | 70 ++++++++++++------------
38397  test/api/test-ot-face.c                  |  6 +--
38398  19 files changed, 238 insertions(+), 237 deletions(-)
38399
38400 commit cf5f94675669154ab84695e5b24a1d54d2ad8c5e
38401 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38402 Date:   Mon Jan 27 23:38:39 2020 +0330
38403
38404     [outline] use hb_object_is_immutable instead comparing to Null
38405
38406  src/hb-outline.cc | 10 +++++-----
38407  1 file changed, 5 insertions(+), 5 deletions(-)
38408
38409 commit 981125aa2adbe4f513d3ecf357459e5bcfd06d0a
38410 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38411 Date:   Sat Jan 25 21:31:36 2020 +0330
38412
38413     Rename hb_ot_glyph_* to hb_outline_*
38414
38415  docs/harfbuzz-sections.txt                   |  38 +++++-----
38416  src/Makefile.sources                         |   6 +-
38417  src/harfbuzz.cc                              |   2 +-
38418  src/hb-config.hh                             |   2 +-
38419  src/hb-ot-cff1-table.cc                      |  12 ++--
38420  src/hb-ot-cff1-table.hh                      |   2 +-
38421  src/hb-ot-cff2-table.cc                      |   8 +--
38422  src/hb-ot-cff2-table.hh                      |   2 +-
38423  src/hb-ot-glyf-table.hh                      |   4 +-
38424  src/hb-ot-glyph.h                            |  92 ------------------------
38425  src/hb-ot.h                                  |   1 -
38426  src/{hb-ot-glyph.cc => hb-outline.cc}        |  88 +++++++++++------------
38427  src/hb-outline.h                             |  92 ++++++++++++++++++++++++
38428  src/{hb-ot-glyph.hh => hb-outline.hh}        |  18 ++---
38429  src/hb.h                                     |   1 +
38430  src/main.cc                                  |  26 +++----
38431  test/api/Makefile.am                         |   2 +-
38432  test/api/test-ot-face.c                      |   6 +-
38433  test/api/{test-ot-glyph.c => test-outline.c} | 104 +++++++++++++--------------
38434  19 files changed, 253 insertions(+), 253 deletions(-)
38435
38436 commit 30857089a59b673b80b1fbaafe8ed65ae21ed472
38437 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38438 Date:   Mon Jan 27 21:16:57 2020 +0330
38439
38440     [test][glyph] add subcomponent scale test
38441
38442  test/api/test-ot-glyph.c | 7 ++++++-
38443  1 file changed, 6 insertions(+), 1 deletion(-)
38444
38445 commit d809aca8d05c64c0e871923b36bdd3b17a85358d
38446 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38447 Date:   Mon Jan 27 20:52:56 2020 +0330
38448
38449     [test] test for not applying morx on horizontal runs if gsub exists
38450     
38451     https://github.com/harfbuzz/harfbuzz/pull/2130
38452
38453  test/shaping/data/in-house/tests/macos.tests | 2 ++
38454  1 file changed, 2 insertions(+)
38455
38456 commit cd7b46ca1569850929974ef146aa1ca083c2557d
38457 Author: Evgeniy Reizner <razrfalcon@gmail.com>
38458 Date:   Sun Jan 26 20:46:19 2020 +0200
38459
38460     Use correct return type in _unsafe_to_break_find_min_cluster.
38461
38462  src/hb-buffer.hh | 2 +-
38463  1 file changed, 1 insertion(+), 1 deletion(-)
38464
38465 commit 1438bae7a5a2c7cc631e041bcf75745578935014
38466 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38467 Date:   Sun Jan 26 23:48:30 2020 +0330
38468
38469     [ot-glyph] Add fontkit non variables fonts tests
38470
38471  test/api/fonts/Mada-VF.ttf                         | Bin 0 -> 120384 bytes
38472  .../fonts/NotoSansCJKkr-Regular-subset-colon.ttf   | Bin 0 -> 2084 bytes
38473  test/api/fonts/OpenSans-Regular.ttf                | Bin 0 -> 217360 bytes
38474  test/api/fonts/SourceSansPro-Regular.otf           | Bin 0 -> 220852 bytes
38475  test/api/test-ot-glyph.c                           | 113 ++++++++++++++++++++-
38476  5 files changed, 112 insertions(+), 1 deletion(-)
38477
38478 commit 9bb1c79a2c41b85ab48ef0086a412e08ce18acd8
38479 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38480 Date:   Sun Jan 26 22:10:47 2020 +0330
38481
38482     [ot-glyph][test] Avoid sprintf use
38483
38484  test/api/test-ot-glyph.c | 160 ++++++++++++++++++++++++++++++++++-------------
38485  1 file changed, 116 insertions(+), 44 deletions(-)
38486
38487 commit 99f8e52d5e32b837648550b5cf09267ea7efcb48
38488 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38489 Date:   Sun Jan 26 17:02:11 2020 +0330
38490
38491     [ot-glyph] Add fontkits's variations toSVG tests
38492
38493  test/api/fonts/AdobeVFPrototype-Subset.otf | Bin 0 -> 7096 bytes
38494  test/api/fonts/TestGVARFour.ttf            | Bin 0 -> 3204 bytes
38495  test/api/fonts/TestGVAROne.ttf             | Bin 0 -> 14312 bytes
38496  test/api/fonts/TestGVARThree.ttf           | Bin 0 -> 14336 bytes
38497  test/api/fonts/TestGVARTwo.ttf             | Bin 0 -> 15668 bytes
38498  test/api/test-ot-glyph.c                   | 246 ++++++++++++++++++++++++++++-
38499  6 files changed, 244 insertions(+), 2 deletions(-)
38500
38501 commit e44982f5485571e852810cad7e55eca5c14e3758
38502 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38503 Date:   Sun Jan 26 14:30:03 2020 +0330
38504
38505     [ot-glyph] Add ttf-parser's outline_glyph tests
38506
38507  test/api/fonts/README     |   2 +
38508  test/api/fonts/glyphs.ttf | Bin 0 -> 808 bytes
38509  test/api/test-ot-glyph.c  |  92 ++++++++++++++++++++++++++++++++++++++++++++++
38510  3 files changed, 94 insertions(+)
38511
38512 commit 5440313924172e155e34391f033f5e6c5e2390b3
38513 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38514 Date:   Sun Jan 26 00:07:28 2020 +0330
38515
38516     Update COPYING
38517     
38518     2020 update and add my name for years had more or less considerable contributions
38519
38520  COPYING | 5 +++--
38521  1 file changed, 3 insertions(+), 2 deletions(-)
38522
38523 commit cd266e4f3d3c8ef338c007a93a2ae356467d7953
38524 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38525 Date:   Sat Jan 25 21:33:38 2020 +0330
38526
38527     minor
38528
38529  src/hb-ot-glyph.hh | 3 ---
38530  1 file changed, 3 deletions(-)
38531
38532 commit f9070cfef8b0bb3e9dc5a934d24ef6348eb19880
38533 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38534 Date:   Fri Jan 24 22:19:03 2020 +0330
38535
38536     Run morx if run is horizontal or GSUB doesn't exist
38537
38538  src/hb-ot-shape.cc | 13 +++++++++++--
38539  1 file changed, 11 insertions(+), 2 deletions(-)
38540
38541 commit 58976972508d6f6d564cb3305bbb6f706bd1ba33
38542 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38543 Date:   Sat Jan 25 00:32:46 2020 +0330
38544
38545     [test] Increase subset timeout
38546     
38547     No random timeout please
38548
38549  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
38550  1 file changed, 1 insertion(+), 1 deletion(-)
38551
38552 commit d1830437c92caf1ba3869c9ddae8acb5f8f96739
38553 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38554 Date:   Sat Jan 25 00:09:47 2020 +0330
38555
38556     [tests] Apply expected results of Mplus1p-Regular subset
38557     
38558     Related to #2131
38559
38560  .../japanese/Mplus1p-Regular.default.25771.ttf        | Bin 1976 -> 1824 bytes
38561  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf     | Bin 1248 -> 1096 bytes
38562  2 files changed, 0 insertions(+), 0 deletions(-)
38563
38564 commit 8e0898080faf6e8aeee0b1e41e842fe7611d9c44
38565 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38566 Date:   Fri Jan 24 23:39:44 2020 +0330
38567
38568     [sbix] minor style fixes
38569
38570  src/hb-ot-color-sbix-table.hh | 55 +++++++++++++++++++++++--------------------
38571  1 file changed, 29 insertions(+), 26 deletions(-)
38572
38573 commit 36a5c042d701f19f574442d987b1c3dcf7d5943b
38574 Author: Qunxin Liu <qxliu@google.com>
38575 Date:   Tue Jan 21 13:37:28 2020 -0800
38576
38577     [subset] Add "--name-languages" and "--name-legacy" options
38578     Make name table subsetting consistent with fontTools
38579
38580  src/hb-ot-name-table.hh                            |  11 ++++
38581  src/hb-subset-input.cc                             |  23 ++++++++
38582  src/hb-subset-input.hh                             |   2 +
38583  src/hb-subset-plan.cc                              |   3 ++
38584  src/hb-subset-plan.hh                              |   4 ++
38585  src/hb-subset.h                                    |   9 ++++
38586  test/api/hb-subset-test.h                          |   5 ++
38587  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7460 -> 7392 bytes
38588  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7104 -> 7036 bytes
38589  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6752 -> 6684 bytes
38590  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6696 -> 6628 bytes
38591  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6676 -> 6608 bytes
38592  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182944 -> 182876 bytes
38593  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4912 -> 4844 bytes
38594  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4620 -> 4552 bytes
38595  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4056 -> 3988 bytes
38596  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4296 -> 4228 bytes
38597  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4304 -> 4236 bytes
38598  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151740 -> 151672 bytes
38599  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2920 -> 2852 bytes
38600  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2620 -> 2552 bytes
38601  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2308 -> 2240 bytes
38602  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2296 -> 2228 bytes
38603  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2296 -> 2228 bytes
38604  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151676 -> 151608 bytes
38605  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7204 -> 7132 bytes
38606  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6848 -> 6776 bytes
38607  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6496 -> 6424 bytes
38608  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6440 -> 6368 bytes
38609  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6420 -> 6348 bytes
38610  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182688 -> 182616 bytes
38611  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 0 -> 7392 bytes
38612  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 0 -> 7036 bytes
38613  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 0 -> 6684 bytes
38614  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 0 -> 6628 bytes
38615  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 0 -> 6608 bytes
38616  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
38617  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 0 -> 7392 bytes
38618  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 0 -> 7036 bytes
38619  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 0 -> 6684 bytes
38620  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 0 -> 6628 bytes
38621  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 0 -> 6608 bytes
38622  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
38623  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9452 -> 9384 bytes
38624  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9104 -> 9036 bytes
38625  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8500 -> 8432 bytes
38626  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8696 -> 8628 bytes
38627  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8684 -> 8616 bytes
38628  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 183008 -> 182940 bytes
38629  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 0 -> 2168 bytes
38630  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 0 -> 1988 bytes
38631  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 0 -> 1792 bytes
38632  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 0 -> 1740 bytes
38633  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 0 -> 1716 bytes
38634  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
38635  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 0 -> 2168 bytes
38636  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 0 -> 1988 bytes
38637  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 0 -> 1792 bytes
38638  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 0 -> 1740 bytes
38639  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 0 -> 1716 bytes
38640  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
38641  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2384 -> 2180 bytes
38642  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2096 -> 1892 bytes
38643  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2212 -> 2008 bytes
38644  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20000 -> 19796 bytes
38645  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2196 -> 1992 bytes
38646  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30412 -> 30208 bytes
38647  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2240 -> 2036 bytes
38648  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2000 -> 1796 bytes
38649  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2196 -> 1992 bytes
38650  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19840 -> 19636 bytes
38651  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2072 -> 1868 bytes
38652  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30264 -> 30060 bytes
38653  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2080 -> 1876 bytes
38654  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1876 -> 1672 bytes
38655  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2048 -> 1844 bytes
38656  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19932 -> 19728 bytes
38657  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2108 -> 1904 bytes
38658  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30276 -> 30072 bytes
38659  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2164 -> 1960 bytes
38660  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1940 -> 1736 bytes
38661  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2064 -> 1860 bytes
38662  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20152 -> 19948 bytes
38663  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2264 -> 2060 bytes
38664  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30428 -> 30224 bytes
38665  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3164 -> 2984 bytes
38666  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2760 -> 2580 bytes
38667  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3124 -> 2944 bytes
38668  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1616 -> 1436 bytes
38669  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1228 bytes
38670  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1464 bytes
38671  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
38672  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 4100 -> 3540 bytes
38673  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
38674  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
38675  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 4100 -> 3540 bytes
38676  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
38677  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2260 -> 2108 bytes
38678  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2684 -> 2532 bytes
38679  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2928 -> 2776 bytes
38680  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2228 -> 2076 bytes
38681  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3224 -> 3072 bytes
38682  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1968 -> 1816 bytes
38683  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1532 -> 1380 bytes
38684  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1956 -> 1804 bytes
38685  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2200 -> 2048 bytes
38686  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1500 -> 1348 bytes
38687  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2496 -> 2344 bytes
38688  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1240 -> 1088 bytes
38689  test/subset/data/profiles/name-languages.txt       |   1 +
38690  test/subset/data/profiles/name-legacy.txt          |   1 +
38691  test/subset/data/tests/basics.tests                |   2 +
38692  test/subset/generate-expected-outputs.py           |   6 +--
38693  util/options-subset.cc                             |  58 +++++++++++++++++++++
38694  114 files changed, 121 insertions(+), 4 deletions(-)
38695
38696 commit b7762c70680324fca0c1ae26ad3b7f432c0c990e
38697 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38698 Date:   Fri Jan 24 21:20:07 2020 +0330
38699
38700     Disable hb_ot_glyph_decompose in HB_TINY
38701
38702  src/hb-config.hh   | 1 +
38703  src/hb-ot-glyph.cc | 2 +-
38704  src/main.cc        | 5 +++++
38705  3 files changed, 7 insertions(+), 1 deletion(-)
38706
38707 commit 0e4b2676bdffeef3cb79b235bc9624f2a49dccad
38708 Author: ckitagawa-work <59700018+ckitagawa-work@users.noreply.github.com>
38709 Date:   Fri Jan 24 12:16:08 2020 -0500
38710
38711     [subset] sbix fix missed offset is_null() check
38712
38713  src/hb-ot-color-sbix-table.hh                           |   9 ++++++---
38714  ...testcase-minimized-hb-subset-fuzzer-5747280156295168 | Bin 0 -> 98811 bytes
38715  2 files changed, 6 insertions(+), 3 deletions(-)
38716
38717 commit 5532374f61284a254d5b2a8de9472c64f138c854
38718 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38719 Date:   Thu Jan 23 20:27:21 2020 +0330
38720
38721     [ot-glyph] Add a test for #2053
38722
38723  test/api/fonts/README                      |   2 ++
38724  test/api/fonts/RanaKufi-Regular.subset.otf | Bin 0 -> 2260 bytes
38725  test/api/test-ot-glyph.c                   |  26 ++++++++++++++++++++++++++
38726  3 files changed, 28 insertions(+)
38727
38728 commit f7187e90d2ec703f8f99f94077c5e449541c0462
38729 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38730 Date:   Fri Jan 24 20:22:27 2020 +0330
38731
38732     [cmake] Don't build src/main
38733     
38734     Closes #2108
38735
38736  CMakeLists.txt | 2 +-
38737  1 file changed, 1 insertion(+), 1 deletion(-)
38738
38739 commit 1a6d53d3c05ee5bce7bd3e2a86471a84377d21c0
38740 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38741 Date:   Fri Jan 24 20:00:23 2020 +0330
38742
38743     [ci] Increase msan and fedora-O0 bots subset fuzzer timeout
38744
38745  .circleci/config.yml | 4 ++--
38746  1 file changed, 2 insertions(+), 2 deletions(-)
38747
38748 commit 2d14735588e8a7a22e2c9801d70374835a058898
38749 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38750 Date:   Fri Jan 24 19:41:26 2020 +0330
38751
38752     [src/main] separate the places use private API, minor
38753
38754  src/main.cc | 191 +++++++++++++++++++++++++++++++-----------------------------
38755  1 file changed, 100 insertions(+), 91 deletions(-)
38756
38757 commit 23277beef968aae8639f18f913eac8c69d323478
38758 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38759 Date:   Fri Jan 24 18:49:48 2020 +0330
38760
38761     Fold src/test-ot-glyph and src/test-ot-color into src/main
38762
38763  src/Makefile.am      |  10 --
38764  src/main.cc          | 305 ++++++++++++++++++++++++++++++++++++++++++--
38765  src/test-ot-color.cc | 347 ---------------------------------------------------
38766  src/test-ot-glyph.cc | 143 ---------------------
38767  4 files changed, 297 insertions(+), 508 deletions(-)
38768
38769 commit b72337e57e791dd7f043a910273c0b433922d8e2
38770 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38771 Date:   Thu Jan 23 21:23:13 2020 +0330
38772
38773     [test] Adopt test-ot-color with ot-glyph and remove freetype/cairo dependecy
38774
38775  src/Makefile.am      |   8 +-
38776  src/test-ot-color.cc | 237 +++++++++++++++++++++++++--------------------------
38777  2 files changed, 120 insertions(+), 125 deletions(-)
38778
38779 commit e171beeb5f3f26dee84373b4db223512675f5837
38780 Author: Ebrahim Byagowi <ebrahim@gnu.org>
38781 Date:   Fri Jan 24 19:51:21 2020 +0330
38782
38783     Revert "[subset] Add "--name-languages" and "--name-legacy" options"
38784     
38785     Causes tests failures, please reapply when tests are fixed, thanks.
38786     
38787     This reverts commit fd85818b5b85fb0ad2db71c60e94ca0689d38bca.
38788
38789  src/hb-ot-name-table.hh                            |  11 ----
38790  src/hb-subset-input.cc                             |  23 --------
38791  src/hb-subset-input.hh                             |   2 -
38792  src/hb-subset-plan.cc                              |   3 --
38793  src/hb-subset-plan.hh                              |   4 --
38794  src/hb-subset.h                                    |   9 ----
38795  test/api/hb-subset-test.h                          |   5 --
38796  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7392 -> 7460 bytes
38797  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7036 -> 7104 bytes
38798  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6684 -> 6752 bytes
38799  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6628 -> 6696 bytes
38800  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6608 -> 6676 bytes
38801  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182876 -> 182944 bytes
38802  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4844 -> 4912 bytes
38803  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4552 -> 4620 bytes
38804  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 3988 -> 4056 bytes
38805  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4228 -> 4296 bytes
38806  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4236 -> 4304 bytes
38807  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151672 -> 151740 bytes
38808  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2852 -> 2920 bytes
38809  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2552 -> 2620 bytes
38810  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2240 -> 2308 bytes
38811  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2228 -> 2296 bytes
38812  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2228 -> 2296 bytes
38813  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151608 -> 151676 bytes
38814  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7132 -> 7204 bytes
38815  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6776 -> 6848 bytes
38816  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6424 -> 6496 bytes
38817  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6368 -> 6440 bytes
38818  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6348 -> 6420 bytes
38819  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182616 -> 182688 bytes
38820  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 7392 -> 0 bytes
38821  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 7036 -> 0 bytes
38822  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 6684 -> 0 bytes
38823  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 6628 -> 0 bytes
38824  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 6608 -> 0 bytes
38825  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 182876 -> 0 bytes
38826  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 7392 -> 0 bytes
38827  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 7036 -> 0 bytes
38828  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 6684 -> 0 bytes
38829  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 6628 -> 0 bytes
38830  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 6608 -> 0 bytes
38831  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 182876 -> 0 bytes
38832  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9384 -> 9452 bytes
38833  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9036 -> 9104 bytes
38834  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8432 -> 8500 bytes
38835  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8628 -> 8696 bytes
38836  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8616 -> 8684 bytes
38837  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 182940 -> 183008 bytes
38838  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 2168 -> 0 bytes
38839  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 1988 -> 0 bytes
38840  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 1792 -> 0 bytes
38841  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 1740 -> 0 bytes
38842  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 1716 -> 0 bytes
38843  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 2168 -> 0 bytes
38844  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 2168 -> 0 bytes
38845  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 1988 -> 0 bytes
38846  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 1792 -> 0 bytes
38847  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 1740 -> 0 bytes
38848  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 1716 -> 0 bytes
38849  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 2168 -> 0 bytes
38850  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2180 -> 2384 bytes
38851  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 1892 -> 2096 bytes
38852  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2008 -> 2212 bytes
38853  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19796 -> 20000 bytes
38854  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 1992 -> 2196 bytes
38855  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30208 -> 30412 bytes
38856  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2036 -> 2240 bytes
38857  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 1796 -> 2000 bytes
38858  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1992 -> 2196 bytes
38859  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19636 -> 19840 bytes
38860  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 1868 -> 2072 bytes
38861  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30060 -> 30264 bytes
38862  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 1876 -> 2080 bytes
38863  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1672 -> 1876 bytes
38864  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 1844 -> 2048 bytes
38865  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19728 -> 19932 bytes
38866  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 1904 -> 2108 bytes
38867  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30072 -> 30276 bytes
38868  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 1960 -> 2164 bytes
38869  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1736 -> 1940 bytes
38870  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 1860 -> 2064 bytes
38871  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 19948 -> 20152 bytes
38872  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2060 -> 2264 bytes
38873  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30224 -> 30428 bytes
38874  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 2984 -> 3164 bytes
38875  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2580 -> 2760 bytes
38876  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 2944 -> 3124 bytes
38877  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1436 -> 1616 bytes
38878  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1228 -> 1408 bytes
38879  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1464 -> 1644 bytes
38880  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 3572 -> 4132 bytes
38881  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 3540 -> 4100 bytes
38882  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 4592 bytes
38883  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 3572 -> 4132 bytes
38884  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 3540 -> 4100 bytes
38885  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4032 -> 4592 bytes
38886  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2108 -> 2260 bytes
38887  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2532 -> 2684 bytes
38888  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2776 -> 2928 bytes
38889  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2076 -> 2228 bytes
38890  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3072 -> 3224 bytes
38891  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1816 -> 1968 bytes
38892  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1380 -> 1532 bytes
38893  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1804 -> 1956 bytes
38894  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2048 -> 2200 bytes
38895  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1348 -> 1500 bytes
38896  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2344 -> 2496 bytes
38897  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1088 -> 1240 bytes
38898  test/subset/data/profiles/name-languages.txt       |   1 -
38899  test/subset/data/profiles/name-legacy.txt          |   1 -
38900  test/subset/data/tests/basics.tests                |   2 -
38901  test/subset/generate-expected-outputs.py           |   6 ++-
38902  util/options-subset.cc                             |  58 ---------------------
38903  114 files changed, 4 insertions(+), 121 deletions(-)
38904
38905 commit 298c46afbfd48f014243be7d3e6dbba5e69d242d
38906 Author: Dominik Röttsches <drott@chromium.org>
38907 Date:   Fri Jan 24 12:11:07 2020 +0200
38908
38909     Only prefer AAT morx for horizontal layout
38910     
38911     Fixes #2124.
38912
38913  src/hb-ot-shape.cc | 3 ++-
38914  1 file changed, 2 insertions(+), 1 deletion(-)
38915
38916 commit fd85818b5b85fb0ad2db71c60e94ca0689d38bca
38917 Author: Qunxin Liu <qxliu@google.com>
38918 Date:   Tue Jan 21 13:37:28 2020 -0800
38919
38920     [subset] Add "--name-languages" and "--name-legacy" options
38921     Make name table subsetting consistent with fontTools
38922
38923  src/hb-ot-name-table.hh                            |  11 ++++
38924  src/hb-subset-input.cc                             |  23 ++++++++
38925  src/hb-subset-input.hh                             |   2 +
38926  src/hb-subset-plan.cc                              |   3 ++
38927  src/hb-subset-plan.hh                              |   4 ++
38928  src/hb-subset.h                                    |   9 ++++
38929  test/api/hb-subset-test.h                          |   5 ++
38930  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 7460 -> 7392 bytes
38931  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 7104 -> 7036 bytes
38932  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6752 -> 6684 bytes
38933  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6696 -> 6628 bytes
38934  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6676 -> 6608 bytes
38935  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 182944 -> 182876 bytes
38936  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 4912 -> 4844 bytes
38937  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 4620 -> 4552 bytes
38938  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 4056 -> 3988 bytes
38939  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 4296 -> 4228 bytes
38940  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 4304 -> 4236 bytes
38941  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 151740 -> 151672 bytes
38942  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 2920 -> 2852 bytes
38943  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 2620 -> 2552 bytes
38944  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 2308 -> 2240 bytes
38945  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 2296 -> 2228 bytes
38946  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 2296 -> 2228 bytes
38947  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 151676 -> 151608 bytes
38948  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 7204 -> 7132 bytes
38949  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6848 -> 6776 bytes
38950  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 6496 -> 6424 bytes
38951  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 6440 -> 6368 bytes
38952  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 6420 -> 6348 bytes
38953  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 182688 -> 182616 bytes
38954  ...mfortaa-Regular-new.name-languages.61,62,63.ttf | Bin 0 -> 7392 bytes
38955  .../Comfortaa-Regular-new.name-languages.61,63.ttf | Bin 0 -> 7036 bytes
38956  .../Comfortaa-Regular-new.name-languages.61.ttf    | Bin 0 -> 6684 bytes
38957  .../Comfortaa-Regular-new.name-languages.62.ttf    | Bin 0 -> 6628 bytes
38958  .../Comfortaa-Regular-new.name-languages.63.ttf    | Bin 0 -> 6608 bytes
38959  ...lar-new.name-languages.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
38960  .../Comfortaa-Regular-new.name-legacy.61,62,63.ttf | Bin 0 -> 7392 bytes
38961  .../Comfortaa-Regular-new.name-legacy.61,63.ttf    | Bin 0 -> 7036 bytes
38962  .../Comfortaa-Regular-new.name-legacy.61.ttf       | Bin 0 -> 6684 bytes
38963  .../Comfortaa-Regular-new.name-legacy.62.ttf       | Bin 0 -> 6628 bytes
38964  .../Comfortaa-Regular-new.name-legacy.63.ttf       | Bin 0 -> 6608 bytes
38965  ...egular-new.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 182876 bytes
38966  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 9452 -> 9384 bytes
38967  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 9104 -> 9036 bytes
38968  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 8500 -> 8432 bytes
38969  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 8696 -> 8628 bytes
38970  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 8684 -> 8616 bytes
38971  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 183008 -> 182940 bytes
38972  .../Roboto-Regular.abc.name-languages.61,62,63.ttf | Bin 0 -> 2168 bytes
38973  .../Roboto-Regular.abc.name-languages.61,63.ttf    | Bin 0 -> 1988 bytes
38974  .../Roboto-Regular.abc.name-languages.61.ttf       | Bin 0 -> 1792 bytes
38975  .../Roboto-Regular.abc.name-languages.62.ttf       | Bin 0 -> 1740 bytes
38976  .../Roboto-Regular.abc.name-languages.63.ttf       | Bin 0 -> 1716 bytes
38977  ...lar.abc.name-languages.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
38978  .../Roboto-Regular.abc.name-legacy.61,62,63.ttf    | Bin 0 -> 2168 bytes
38979  .../Roboto-Regular.abc.name-legacy.61,63.ttf       | Bin 0 -> 1988 bytes
38980  .../basics/Roboto-Regular.abc.name-legacy.61.ttf   | Bin 0 -> 1792 bytes
38981  .../basics/Roboto-Regular.abc.name-legacy.62.ttf   | Bin 0 -> 1740 bytes
38982  .../basics/Roboto-Regular.abc.name-legacy.63.ttf   | Bin 0 -> 1716 bytes
38983  ...egular.abc.name-legacy.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
38984  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 2384 -> 2180 bytes
38985  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 2096 -> 1892 bytes
38986  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 2212 -> 2008 bytes
38987  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 20000 -> 19796 bytes
38988  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 2196 -> 1992 bytes
38989  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30412 -> 30208 bytes
38990  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 2240 -> 2036 bytes
38991  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 2000 -> 1796 bytes
38992  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2196 -> 1992 bytes
38993  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 19840 -> 19636 bytes
38994  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 2072 -> 1868 bytes
38995  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30264 -> 30060 bytes
38996  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 2080 -> 1876 bytes
38997  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 1876 -> 1672 bytes
38998  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 2048 -> 1844 bytes
38999  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 19932 -> 19728 bytes
39000  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 2108 -> 1904 bytes
39001  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 30276 -> 30072 bytes
39002  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 2164 -> 1960 bytes
39003  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 1940 -> 1736 bytes
39004  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 2064 -> 1860 bytes
39005  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 20152 -> 19948 bytes
39006  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 2264 -> 2060 bytes
39007  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 30428 -> 30224 bytes
39008  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3164 -> 2984 bytes
39009  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 2760 -> 2580 bytes
39010  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3124 -> 2944 bytes
39011  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 1616 -> 1436 bytes
39012  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 1408 -> 1228 bytes
39013  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 1644 -> 1464 bytes
39014  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
39015  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 4100 -> 3540 bytes
39016  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
39017  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 4132 -> 3572 bytes
39018  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 4100 -> 3540 bytes
39019  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 4592 -> 4032 bytes
39020  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 2260 -> 2108 bytes
39021  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 2684 -> 2532 bytes
39022  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2928 -> 2776 bytes
39023  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2228 -> 2076 bytes
39024  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3224 -> 3072 bytes
39025  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 1968 -> 1816 bytes
39026  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 1532 -> 1380 bytes
39027  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 1956 -> 1804 bytes
39028  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2200 -> 2048 bytes
39029  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1500 -> 1348 bytes
39030  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2496 -> 2344 bytes
39031  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1240 -> 1088 bytes
39032  test/subset/data/profiles/name-languages.txt       |   1 +
39033  test/subset/data/profiles/name-legacy.txt          |   1 +
39034  test/subset/data/tests/basics.tests                |   2 +
39035  test/subset/generate-expected-outputs.py           |   6 +--
39036  util/options-subset.cc                             |  58 +++++++++++++++++++++
39037  114 files changed, 121 insertions(+), 4 deletions(-)
39038
39039 commit c370da45ff0dd64c2868be313e640272931cffed
39040 Author: Qunxin Liu <qxliu@google.com>
39041 Date:   Wed Jan 22 11:36:15 2020 -0800
39042
39043     [subset] Cmap table: remove encodingRecord entry for empty cmap4 subtable
39044
39045  src/hb-ot-cmap-table.hh                            |  10 ++++++----
39046  test/api/fonts/Roboto-Regular.empty.ttf            | Bin 0 -> 1456 bytes
39047  test/api/test-subset-cmap.c                        |  21 +++++++++++++++++++++
39048  .../japanese/Mplus1p-Regular.default.25771.ttf     | Bin 0 -> 1976 bytes
39049  .../japanese/Mplus1p-Regular.drop-hints.25771.ttf  | Bin 0 -> 1248 bytes
39050  test/subset/data/tests/japanese.tests              |   1 +
39051  6 files changed, 28 insertions(+), 4 deletions(-)
39052
39053 commit d3fff622b35725bbdfb07fea98a58f56199991f4
39054 Author: ckitagawa <ckitagawa@chromium.org>
39055 Date:   Thu Jan 23 11:36:47 2020 -0500
39056
39057     Move push call to caller
39058
39059  src/hb-ot-color-sbix-table.hh | 4 +---
39060  1 file changed, 1 insertion(+), 3 deletions(-)
39061
39062 commit 7dc341fe745bc1784b08efd4c658de292b958b0d
39063 Author: ckitagawa <ckitagawa@chromium.org>
39064 Date:   Thu Jan 23 11:09:15 2020 -0500
39065
39066     [subset] Fix UBSAN issue in sbix
39067
39068  src/hb-ot-color-sbix-table.hh                             |   5 +++--
39069  ...z-testcase-minimized-hb-subset-fuzzer-5753173985984512 | Bin 0 -> 616 bytes
39070  2 files changed, 3 insertions(+), 2 deletions(-)
39071
39072 commit acb4627ebaf595e266cf294ef047e87084b520da
39073 Author: ariza <ariza@adobe.com>
39074 Date:   Wed Jan 22 12:28:30 2020 -0800
39075
39076     add api test
39077
39078  test/api/fonts/AdobeVFPrototype.WA.gpos.otf  | Bin 0 -> 3948 bytes
39079  test/api/fonts/AdobeVFPrototype.WAV.gpos.otf | Bin 0 -> 4448 bytes
39080  test/api/test-subset-gpos.c                  |  27 +++++++++++++++++++++++++++
39081  3 files changed, 27 insertions(+)
39082
39083 commit 1ab3924b3171b408438f5df6a4d48124d9d1bd68
39084 Author: ariza <ariza@adobe.com>
39085 Date:   Wed Jan 22 11:20:56 2020 -0800
39086
39087     refix PR #2087 subset PairPos1
39088     
39089     also added oss-fuzz 20211 data fixed by this
39090
39091  src/hb-ot-layout-gpos-table.hh                           |  10 ++++------
39092  ...-testcase-minimized-hb-subset-fuzzer-5206191479455744 | Bin 0 -> 3558 bytes
39093  2 files changed, 4 insertions(+), 6 deletions(-)
39094
39095 commit 7633b7695e5b6188d6180fc5592c0678f03327ed
39096 Merge: 3747b329b 02f324c94
39097 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39098 Date:   Thu Jan 23 18:51:40 2020 +0330
39099
39100     Merge pull request #2016 from ebraminio/glyf
39101     
39102     Implement glyph outline path API
39103
39104 commit 02f324c9499a95463c363926a0f38c261fad7117
39105 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39106 Date:   Thu Jan 23 15:12:12 2020 +0330
39107
39108     [ot-glyph] remove open callback
39109     
39110     Apparently it wasn't requested actually and can be detected easily
39111     as paths are opened usually when move command is issued anyway.
39112
39113  docs/harfbuzz-sections.txt |  2 --
39114  src/hb-ot-cff1-table.cc    |  2 +-
39115  src/hb-ot-cff2-table.cc    |  2 +-
39116  src/hb-ot-glyf-table.hh    |  1 -
39117  src/hb-ot-glyph.cc         | 31 ++++++++-----------------------
39118  src/hb-ot-glyph.h          |  5 -----
39119  src/hb-ot-glyph.hh         |  1 -
39120  src/test-ot-glyph.cc       |  1 +
39121  test/api/test-ot-glyph.c   |  4 ----
39122  9 files changed, 11 insertions(+), 38 deletions(-)
39123
39124 commit 684ff3e0cd77dfa5e83c2110ea613b8b9678d4f5
39125 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39126 Date:   Thu Jan 23 14:48:59 2020 +0330
39127
39128     [ot-glyph] noop->nil, fix close path
39129
39130  src/hb-ot-cff1-table.cc  | 10 +++++-----
39131  src/hb-ot-cff2-table.cc  |  6 +++---
39132  src/hb-ot-glyph.cc       | 23 ++++++++++-------------
39133  test/api/test-ot-glyph.c | 22 +++++++++++-----------
39134  4 files changed, 29 insertions(+), 32 deletions(-)
39135
39136 commit 3747b329b2a8be0f234fca861364951bf9de1797
39137 Author: ckitagawa <ckitagawa@chromium.org>
39138 Date:   Wed Jan 22 09:07:32 2020 -0500
39139
39140     Address garretrieger@'s comments
39141
39142  src/hb-ot-color-sbix-table.hh | 18 ++++++++----------
39143  1 file changed, 8 insertions(+), 10 deletions(-)
39144
39145 commit b18cb5b5ee56477e85cf82b299ac08df6202b148
39146 Author: ckitagawa <ckitagawa@chromium.org>
39147 Date:   Tue Jan 21 15:43:12 2020 -0500
39148
39149     Add second fixed test
39150
39151  ...estcase-minimized-hb-subset-fuzzer-5747028458209280 | Bin 0 -> 100109 bytes
39152  1 file changed, 0 insertions(+), 0 deletions(-)
39153
39154 commit af62c1c3b036904a18e0ed0748ead255029bc9f3
39155 Author: ckitagawa <ckitagawa@chromium.org>
39156 Date:   Tue Jan 21 15:19:33 2020 -0500
39157
39158     Fix style issue
39159
39160  src/hb-ot-color-sbix-table.hh | 3 ++-
39161  1 file changed, 2 insertions(+), 1 deletion(-)
39162
39163 commit 8614a30bc9763ba7f8b452df5527d806bacf4fd9
39164 Author: ckitagawa <ckitagawa@chromium.org>
39165 Date:   Tue Jan 21 15:14:03 2020 -0500
39166
39167     [subset] Fix sbix fuzz problem
39168
39169  src/hb-ot-color-sbix-table.hh                       |  20 +++++++++++++-------
39170  ...case-minimized-hb-subset-fuzzer-5741295280848896 | Bin 0 -> 98822 bytes
39171  2 files changed, 13 insertions(+), 7 deletions(-)
39172
39173 commit 72cbfb9059ac4f041cffaef86a1d8067a93b16ec
39174 Author: ariza <ariza@adobe.com>
39175 Date:   Sat Jan 18 16:35:52 2020 -0800
39176
39177     remove empty lookup subtables
39178     
39179     Added a variant of subset_offset_array which takes an extra arg passed to serialize_subset for this impl.
39180     Added a new api test "test-subset-gpos" for this.
39181
39182  src/hb-ot-layout-common.hh                 |  70 ++++++++++++++++++++++++-----
39183  src/hb-ot-layout-gpos-table.hh             |   6 +++
39184  src/hb-ot-layout-gsub-table.hh             |   6 +++
39185  test/api/Makefile.am                       |   2 +
39186  test/api/fonts/Roboto-Regular-gpos-.aw.ttf | Bin 0 -> 2368 bytes
39187  test/api/fonts/Roboto-Regular-gpos-aw.ttf  | Bin 0 -> 2232 bytes
39188  test/api/test-subset-gpos.c                |  65 +++++++++++++++++++++++++++
39189  7 files changed, 139 insertions(+), 10 deletions(-)
39190
39191 commit a3cf4ae0804f2971bcda4266dbeec245bce21eb1
39192 Author: Qunxin Liu <qxliu@google.com>
39193 Date:   Fri Jan 17 13:02:47 2020 -0800
39194
39195     [subset] Add more tests for GPOS1 subsetting
39196     These tests were left out because of issue: https://github.com/fonttools/fonttools/issues/1709
39197     Now re-adding these tests since the issue is resolved.
39198
39199  .../gpos1_2_font.keep-layout-retain-gids.41.otf          | Bin 0 -> 1932 bytes
39200  .../layout.gpos/gpos1_2_font.keep-layout.41,43.otf       | Bin 0 -> 1352 bytes
39201  .../layout.gpos/gpos1_2_font.keep-layout.41,46.otf       | Bin 0 -> 1484 bytes
39202  .../expected/layout.gpos/gpos1_2_font.keep-layout.41.otf | Bin 0 -> 1232 bytes
39203  .../layout.gpos/gpos1_2_font.keep-layout.42,44.otf       | Bin 0 -> 1268 bytes
39204  .../layout.gpos/gpos1_2_font.keep-layout.43,46.otf       | Bin 0 -> 1348 bytes
39205  .../gpos1_2_font.keep-layout.retain-all-codepoint.otf    | Bin 0 -> 3668 bytes
39206  test/subset/data/tests/layout.gpos.tests                 |   2 ++
39207  8 files changed, 2 insertions(+)
39208
39209 commit 8f49aaa16f2dff5902142988b3a5a039a03129eb
39210 Author: Michiharu Ariza <ariza@adobe.com>
39211 Date:   Thu Jan 16 15:15:15 2020 -0800
39212
39213     minor: un-include glyf.hh in gvar.hh
39214
39215  src/hb-ot-var-gvar-table.hh | 1 -
39216  1 file changed, 1 deletion(-)
39217
39218 commit c828d7bf76dd039be1775edff1d798dbcc10708b
39219 Author: Michiharu Ariza <ariza@adobe.com>
39220 Date:   Wed Jan 15 15:32:44 2020 -0800
39221
39222     [subset] fixed GPOS device table sanitize & serialize (#2087)
39223
39224  src/hb-ot-layout-gpos-table.hh | 112 ++++++++++++++++++++++++++++++++++-------
39225  1 file changed, 93 insertions(+), 19 deletions(-)
39226
39227 commit e565d1f9bcf3d9bf607e194e3a9cf06f5d2e3633
39228 Author: Qunxin Liu <qxliu@google.com>
39229 Date:   Fri Nov 1 10:21:36 2019 -0700
39230
39231     [subset] subset lookup/feature/script lists for GSUB/GPOS
39232
39233  src/hb-ot-layout-common.hh                         | 396 +++++++++++++++++----
39234  src/hb-ot-layout-gpos-table.hh                     |   5 +-
39235  src/hb-ot-layout-gsub-table.hh                     |   5 +-
39236  src/hb-ot-layout-gsubgpos.hh                       |  41 ++-
39237  test/api/test-ot-face.c                            |   7 +
39238  .../gpos1_2_font.keep-layout-retain-gids.42,44.otf | Bin 0 -> 1992 bytes
39239  ...s2_1_font7.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1988 bytes
39240  .../gpos2_1_font7.keep-layout.41,42,43.otf         | Bin 0 -> 1288 bytes
39241  ...s2_2_font5.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1988 bytes
39242  .../gpos2_2_font5.keep-layout.41,42,43.otf         | Bin 0 -> 1288 bytes
39243  ...pos3_font3.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 1984 bytes
39244  .../gpos3_font3.keep-layout.41,42,43.otf           | Bin 0 -> 1284 bytes
39245  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2044 bytes
39246  ...1_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1344 bytes
39247  ...ubrules_f1.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2044 bytes
39248  ...2_multiple_subrules_f1.keep-layout.41,42,43.otf | Bin 0 -> 1344 bytes
39249  ..._simple_f2.keep-layout-retain-gids.41,42,43.otf | Bin 0 -> 2020 bytes
39250  ...ub_chaining3_simple_f2.keep-layout.41,42,43.otf | Bin 0 -> 1320 bytes
39251  test/subset/data/tests/layout.gpos.tests           |   1 +
39252  test/subset/data/tests/layout.gpos2.tests          |   1 +
39253  test/subset/data/tests/layout.gpos3.tests          |   1 +
39254  test/subset/data/tests/layout.gsub6.tests          |   1 +
39255  22 files changed, 380 insertions(+), 78 deletions(-)
39256
39257 commit 93376a64362a0d062aa3f9f39bfe0d7b4328a92e
39258 Author: ckitagawa <ckitagawa@chromium.org>
39259 Date:   Wed Jan 15 13:11:40 2020 -0500
39260
39261     Add unittests
39262
39263  src/hb-subset-input.cc                             |   2 -
39264  test/api/Makefile.am                               |   2 +
39265  test/api/fonts/sbix.ttf                            | Bin 0 -> 193528 bytes
39266  test/api/fonts/sbix_X.ttf                          | Bin 0 -> 121168 bytes
39267  test/api/test-subset-sbix.c                        |  81 +++++++++++++++++++++
39268  .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 196080 -> 193528 bytes
39269  test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 122736 -> 121168 bytes
39270  test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 90344 -> 89364 bytes
39271  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 196080 -> 193528 bytes
39272  .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 122736 -> 121168 bytes
39273  .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 90384 -> 89404 bytes
39274  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 196080 -> 193528 bytes
39275  .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 122736 -> 121168 bytes
39276  .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 90344 -> 89364 bytes
39277  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 196080 -> 193528 bytes
39278  .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 122736 -> 121168 bytes
39279  .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 90384 -> 89404 bytes
39280  test/subset/data/fonts/sbix.ttf                    | Bin 196080 -> 193528 bytes
39281  18 files changed, 83 insertions(+), 2 deletions(-)
39282
39283 commit 6bcf57eaa3d9b1381e384743a2fbee912d72474e
39284 Author: ckitagawa <ckitagawa@chromium.org>
39285 Date:   Tue Jan 14 14:56:02 2020 -0500
39286
39287     Simplify copy and add fuzzing coverage
39288
39289  src/hb-ot-color-sbix-table.hh |   7 ++-----
39290  test/fuzzing/fonts/sbix.ttf   | Bin 0 -> 196080 bytes
39291  2 files changed, 2 insertions(+), 5 deletions(-)
39292
39293 commit 78b50a67be6fb40e715132eabe9b05c64ddd99c8
39294 Author: ckitagawa <ckitagawa@chromium.org>
39295 Date:   Tue Jan 14 11:01:09 2020 -0500
39296
39297     Address initial comments
39298
39299  src/hb-ot-color-sbix-table.hh                      |  49 +++++++++------------
39300  .../data/expected/sbix/sbix.default.58,59.ttf      | Bin 0 -> 196080 bytes
39301  .../sbix/sbix.drop-hints-retain-gids.58,59.ttf     | Bin 0 -> 196080 bytes
39302  .../data/expected/sbix/sbix.drop-hints.58,59.ttf   | Bin 0 -> 196080 bytes
39303  .../data/expected/sbix/sbix.retain-gids.58,59.ttf  | Bin 0 -> 196080 bytes
39304  test/subset/data/tests/sbix.tests                  |   2 +-
39305  6 files changed, 23 insertions(+), 28 deletions(-)
39306
39307 commit 43b6c865aeb763944362375e1c345afcd60211b4
39308 Author: ckitagawa <ckitagawa@chromium.org>
39309 Date:   Thu Jan 9 10:44:20 2020 -0500
39310
39311     [subset] Support sbix subsetting
39312
39313  src/hb-ot-color-sbix-table.hh                      | 126 +++++++++++++++++++++
39314  src/hb-subset.cc                                   |   4 +
39315  test/subset/data/Makefile.am                       |   1 +
39316  test/subset/data/Makefile.sources                  |   1 +
39317  test/subset/data/expected/sbix/sbix.default.58.ttf | Bin 0 -> 122736 bytes
39318  test/subset/data/expected/sbix/sbix.default.59.ttf | Bin 0 -> 90344 bytes
39319  .../sbix/sbix.drop-hints-retain-gids.58.ttf        | Bin 0 -> 122736 bytes
39320  .../sbix/sbix.drop-hints-retain-gids.59.ttf        | Bin 0 -> 90384 bytes
39321  .../data/expected/sbix/sbix.drop-hints.58.ttf      | Bin 0 -> 122736 bytes
39322  .../data/expected/sbix/sbix.drop-hints.59.ttf      | Bin 0 -> 90344 bytes
39323  .../data/expected/sbix/sbix.retain-gids.58.ttf     | Bin 0 -> 122736 bytes
39324  .../data/expected/sbix/sbix.retain-gids.59.ttf     | Bin 0 -> 90384 bytes
39325  test/subset/data/fonts/sbix.ttf                    | Bin 0 -> 196080 bytes
39326  test/subset/data/tests/sbix.tests                  |  13 +++
39327  test/subset/generate-expected-outputs.py           |   1 +
39328  test/subset/run-tests.py                           |   3 +-
39329  16 files changed, 148 insertions(+), 1 deletion(-)
39330
39331 commit 79fed9a1e42397ed4044d3ce8f042309f0e4cde8
39332 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39333 Date:   Tue Jan 14 17:23:30 2020 +0330
39334
39335     [ot-glyph] Add open/close callbacks
39336
39337  docs/harfbuzz-sections.txt |  4 ++++
39338  src/hb-ot-cff1-table.cc    |  4 ++--
39339  src/hb-ot-cff2-table.cc    |  4 ++--
39340  src/hb-ot-glyf-table.hh    |  9 ++++++--
39341  src/hb-ot-glyph.cc         | 39 +++++++++++++++++++++++++++++++
39342  src/hb-ot-glyph.h          | 10 ++++++++
39343  src/hb-ot-glyph.hh         |  2 ++
39344  src/test-ot-glyph.cc       |  6 +++++
39345  test/api/test-ot-glyph.c   | 57 +++++++++++++++++++++++++++++-----------------
39346  9 files changed, 108 insertions(+), 27 deletions(-)
39347
39348 commit ec1fba1388c329c7216bcdaa9a86627abfc85637
39349 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39350 Date:   Mon Jan 13 19:31:18 2020 +0330
39351
39352     [ot-glyph] make hb_ot_glyph_decompose_funcs_t struct opaque
39353
39354  docs/harfbuzz-sections.txt |  11 +++-
39355  src/Makefile.sources       |   1 +
39356  src/hb-ot-cff1-table.cc    |  11 ++--
39357  src/hb-ot-cff1-table.hh    |   2 +-
39358  src/hb-ot-cff2-table.cc    |   7 +-
39359  src/hb-ot-cff2-table.hh    |   2 +-
39360  src/hb-ot-glyf-table.hh    |   3 +-
39361  src/hb-ot-glyph.cc         | 156 ++++++++++++++++++++++++++++++++++++++++++++-
39362  src/hb-ot-glyph.h          |  41 ++++++++----
39363  src/hb-ot-glyph.hh         |  44 +++++++++++++
39364  src/test-ot-glyph.cc       |  14 ++--
39365  test/api/test-ot-face.c    |  34 ++--------
39366  test/api/test-ot-glyph.c   |  51 ++++++---------
39367  13 files changed, 281 insertions(+), 96 deletions(-)
39368
39369 commit 8ffc9add2237899afc57184ad3297404659bc1cd
39370 Author: Qunxin Liu <qxliu@google.com>
39371 Date:   Thu Oct 31 15:59:02 2019 -0700
39372
39373     [subset] layout closure_features and store them in subset-plan
39374
39375  docs/harfbuzz-sections.txt   |  1 +
39376  src/hb-ot-layout-common.hh   | 35 ++++++++++++++++++++++++++++
39377  src/hb-ot-layout-gsubgpos.hh | 14 +++++++++++
39378  src/hb-ot-layout.cc          | 21 +++++++++++++++++
39379  src/hb-ot-layout.h           |  6 +++++
39380  src/hb-subset-plan.cc        | 55 +++++++++++++++++++++++++++++++-------------
39381  src/hb-subset-plan.hh        |  4 ++++
39382  7 files changed, 120 insertions(+), 16 deletions(-)
39383
39384 commit 66dfd605b5b9aaf74ff806ba1719ca09a1003909
39385 Author: Dominik Röttsches <drott@chromium.org>
39386 Date:   Mon Jan 13 15:50:27 2020 +0200
39387
39388     Fix duplicate check in hb_ot_rotate chars
39389     
39390     Fixes #2099. Fix indentation in mirroring section as well.
39391
39392  src/hb-ot-shape.cc | 1 -
39393  1 file changed, 1 deletion(-)
39394
39395 commit d7c3cb18ee6b2ffe529c5d703fae1cd965f39dc9
39396 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39397 Date:   Mon Jan 13 17:35:57 2020 +0330
39398
39399     [ot-glyph] minor on tests
39400
39401  src/test-ot-glyph.cc     | 28 +++++++----------
39402  test/api/test-ot-face.c  | 13 ++++----
39403  test/api/test-ot-glyph.c | 81 ++++++++++++++++++++++++++++++++++--------------
39404  3 files changed, 77 insertions(+), 45 deletions(-)
39405
39406 commit dc03a993d0f2b6db7c5cfb11eaa6e8a4f6f274e6
39407 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39408 Date:   Sun Jan 12 14:21:29 2020 +0330
39409
39410     Fix collect lookups logic of FeatureTableSubstitution (#2097)
39411     
39412     https://crbug.com/oss-fuzz/20036
39413
39414  src/hb-ot-layout-common.hh                               |   6 +++---
39415  ...-testcase-minimized-hb-subset-fuzzer-5715299773186048 | Bin 0 -> 6717 bytes
39416  2 files changed, 3 insertions(+), 3 deletions(-)
39417
39418 commit a32ecc15aec6518f5a126fb8f3643e563327f74d
39419 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39420 Date:   Sat Jan 11 15:37:24 2020 +0330
39421
39422     Fix collect lookups logic of FeatureVariationRecord
39423     
39424     As "Offset to a feature table substitution table, from beginning of the FeatureVariations table."
39425     from https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2 the record should
39426     match its sanitize logic not the reverse way.
39427     
39428     Fixes https://crbug.com/oss-fuzz/20021 and https://crbug.com/oss-fuzz/20022
39429
39430  src/hb-ot-layout-common.hh                                 |   7 ++++---
39431  ...zz-testcase-minimized-hb-subset-fuzzer-5167653459329024 | Bin 0 -> 46 bytes
39432  ...zz-testcase-minimized-hb-subset-fuzzer-5642531954229248 | Bin 0 -> 46 bytes
39433  3 files changed, 4 insertions(+), 3 deletions(-)
39434
39435 commit 1a4c658b43152ab01bcb6d151940c09cc1e8fc56
39436 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39437 Date:   Sat Jan 11 01:30:05 2020 +0330
39438
39439     Use REPLACEME tag
39440     
39441     So we can use the version we like when we decide what it should be while the next release
39442     and can review the API before the release one other time.
39443
39444  src/hb-ot-layout.cc | 3 ++-
39445  1 file changed, 2 insertions(+), 1 deletion(-)
39446
39447 commit d7454cf07eeb87600d8fcf23ada3617b6bda0f35
39448 Merge: 9cd76813a 0b39c4806
39449 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39450 Date:   Sat Jan 11 01:24:39 2020 +0330
39451
39452     [subset] closure lookups for GSUB/GPOS
39453
39454 commit 0b39c48064864850193bc80e2566839546be3551
39455 Author: Qunxin Liu <qxliu@google.com>
39456 Date:   Tue Oct 22 16:00:43 2019 -0700
39457
39458     [subset] closure lookups for GSUB/GPOS
39459
39460  docs/harfbuzz-sections.txt     |   1 +
39461  src/hb-ot-layout-common.hh     |  30 ++++++++
39462  src/hb-ot-layout-gpos-table.hh |  42 +++++++++++
39463  src/hb-ot-layout-gsub-table.hh |  39 ++++++++++
39464  src/hb-ot-layout-gsubgpos.hh   | 158 ++++++++++++++++++++++++++++++++++++++++-
39465  src/hb-ot-layout.cc            |  44 ++++++++++++
39466  src/hb-ot-layout.h             |   6 ++
39467  src/hb-subset-plan.cc          |  56 +++++++++++++--
39468  src/hb-subset-plan.hh          |   4 ++
39469  test/api/test-ot-face.c        |   5 ++
39470  10 files changed, 379 insertions(+), 6 deletions(-)
39471
39472 commit 42f4f1ea5013e9879fdb008021956c32247fa3db
39473 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39474 Date:   Sat Jan 11 00:00:51 2020 +0330
39475
39476     [ot-glyph] Add tests for hb_ot_glyph_decompose
39477
39478  src/hb-ot-glyf-table.hh  |   2 +-
39479  test/api/Makefile.am     |   1 +
39480  test/api/test-ot-face.c  |  24 +++---
39481  test/api/test-ot-glyph.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++
39482  4 files changed, 207 insertions(+), 10 deletions(-)
39483
39484 commit 06a1fcb3b47050257f7819eb3d6043cf78ebbac2
39485 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39486 Date:   Fri Jan 10 23:12:30 2020 +0330
39487
39488     [ot-glyphs] fix the tests
39489
39490  src/hb-ot-cff1-table.cc |  4 ++--
39491  src/hb-ot-cff2-table.cc |  2 +-
39492  src/hb-ot-glyph.h       |  2 +-
39493  test/api/test-ot-face.c | 25 +++++++++++++++++++++++--
39494  4 files changed, 27 insertions(+), 6 deletions(-)
39495
39496 commit 084a8182fb5c79cb8ebb41e015992fc4e4daea4a
39497 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39498 Date:   Fri Jan 10 22:14:46 2020 +0330
39499
39500     [ot-glyphs] Move CFF glyph decompose logic to their tables
39501     
39502     Thus making path decompose zero alloc on CFF/CFF2
39503
39504  docs/harfbuzz-sections.txt | 14 ++++----
39505  src/hb-ot-cff1-table.cc    | 85 +++++++++++++++++++++++++++-------------------
39506  src/hb-ot-cff1-table.hh    |  3 +-
39507  src/hb-ot-cff2-table.cc    | 62 ++++++++++++++++-----------------
39508  src/hb-ot-cff2-table.hh    |  6 ++--
39509  src/hb-ot-glyph.cc         | 41 ++--------------------
39510  6 files changed, 93 insertions(+), 118 deletions(-)
39511
39512 commit 61185235025db6b205dea65c5423905d69c457cd
39513 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39514 Date:   Fri Jan 10 21:08:21 2020 +0330
39515
39516     [ot-glyph] move glyph decompose logic of glyf to itself
39517     
39518     One less vector allocation yet isn't zero alloc yet
39519     which needs more work.
39520
39521  src/hb-ot-glyf-table.hh | 31 +++++++++++++++----------------
39522  src/hb-ot-glyph.cc      | 16 ++++++----------
39523  src/test-ot-glyph.cc    |  7 ++++++-
39524  3 files changed, 27 insertions(+), 27 deletions(-)
39525
39526 commit 017f606c83cbf410cb61b7a4cdc2e9cd1bb3e1b6
39527 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39528 Date:   Fri Jan 10 20:44:15 2020 +0330
39529
39530     [ot-glyph] rewrite the API
39531
39532  src/hb-ot-glyph.cc   | 176 ++++++++++++---------------------------------------
39533  src/hb-ot-glyph.h    |  59 +++++++++--------
39534  src/test-ot-glyph.cc |  83 +++++++++++++++---------
39535  3 files changed, 126 insertions(+), 192 deletions(-)
39536
39537 commit 9cd76813ab0280238dd7baa1bc58405333e5fa5d
39538 Author: Evgeniy Reizner <razrfalcon@gmail.com>
39539 Date:   Fri Jan 10 17:36:41 2020 +0200
39540
39541     Fix malformed readme. (#2093)
39542
39543  README.md | 4 ++--
39544  1 file changed, 2 insertions(+), 2 deletions(-)
39545
39546 commit 05443e55bc232f0a6a08d5ef6cc58ebf3e373ee7
39547 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39548 Date:   Thu Nov 28 09:16:58 2019 +0330
39549
39550     [ot-glyph] Return empty path for empty faces
39551
39552  src/hb-ot-glyph.cc | 2 +-
39553  1 file changed, 1 insertion(+), 1 deletion(-)
39554
39555 commit 6e7602c1049a1b409c1db61ac2dfa2d2b57a170d
39556 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39557 Date:   Thu Nov 28 08:43:00 2019 +0330
39558
39559     [ot-glyph] Fix leaks
39560
39561  src/hb-ot-glyph.cc | 17 +++++++++++++++--
39562  1 file changed, 15 insertions(+), 2 deletions(-)
39563
39564 commit 5b08596d60f4e8b8efb92d3701eeb100bdad71ca
39565 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39566 Date:   Thu Nov 28 08:42:45 2019 +0330
39567
39568     [gvar] Don't apply anything when no coords is given
39569
39570  src/hb-ot-var-gvar-table.hh | 3 ++-
39571  1 file changed, 2 insertions(+), 1 deletion(-)
39572
39573 commit 742aaa136343e1aed223612f0801a7e17bb92936
39574 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39575 Date:   Wed Nov 27 23:18:43 2019 +0330
39576
39577     [ot-glyf] Fix leak issue
39578
39579  src/hb-ot-glyph.cc | 2 ++
39580  1 file changed, 2 insertions(+)
39581
39582 commit fddf79fc3735274f0252596c28fff8034916b1ca
39583 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39584 Date:   Mon Oct 21 14:11:27 2019 +0330
39585
39586     [glyf] minor
39587
39588  src/hb-ot-glyf-table.hh | 7 ++-----
39589  test/api/test-ot-face.c | 3 +++
39590  2 files changed, 5 insertions(+), 5 deletions(-)
39591
39592 commit 0b559d750fbc2a99d1605e1c35c228f938bf2bf1
39593 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39594 Date:   Mon Oct 21 13:52:48 2019 +0330
39595
39596     [ot-glyph] Improve API names
39597
39598  docs/harfbuzz-sections.txt | 12 ++++++++++++
39599  src/hb-ot-glyph.cc         | 10 +++++-----
39600  src/hb-ot-glyph.h          | 23 ++++++++++++-----------
39601  src/test-ot-glyph.cc       | 10 ++++++++--
39602  4 files changed, 37 insertions(+), 18 deletions(-)
39603
39604 commit af08f388ab2c2e48f39c0b31644baab5b37c1975
39605 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39606 Date:   Mon Oct 21 13:28:05 2019 +0330
39607
39608     [ot-glyph] Support CFF1's seac
39609
39610  src/hb-ot-cff1-table.cc | 45 +++++++++++++++++++++------------------------
39611  1 file changed, 21 insertions(+), 24 deletions(-)
39612
39613 commit 04ac7fb1c9f93c7002792e5d676b6a145d3be628
39614 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39615 Date:   Mon Oct 21 13:06:12 2019 +0330
39616
39617     [ot-glyph] Add cff2 support
39618
39619  src/hb-ot-cff1-table.cc | 45 +++++++++++++++----------
39620  src/hb-ot-cff2-table.cc | 87 +++++++++++++++++++++++++++++++++++++++++++++++++
39621  src/hb-ot-cff2-table.hh |  4 +++
39622  src/hb-ot-glyf-table.hh | 26 +++++++++------
39623  src/hb-ot-glyph.cc      | 25 +++++++-------
39624  src/hb-ot-glyph.h       |  2 +-
39625  6 files changed, 148 insertions(+), 41 deletions(-)
39626
39627 commit 5cc09c462bad8532c220813b1cccb72d2e2ff855
39628 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39629 Date:   Sun Oct 20 16:24:14 2019 +0330
39630
39631     [ot-glyph] Initial cff1 support
39632
39633  src/hb-ot-cff1-table.cc | 110 ++++++++++++++++++++++++++++++++++++++++++++++++
39634  src/hb-ot-cff1-table.hh |   1 +
39635  src/hb-ot-glyph.cc      |   5 +++
39636  3 files changed, 116 insertions(+)
39637
39638 commit 3dcba9f21554db54daf89d4566938c5a69636b5b
39639 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39640 Date:   Sun Oct 20 16:23:27 2019 +0330
39641
39642     [ot-glyph] Redesign the API
39643
39644  src/hb-ot-glyph.cc   | 143 ++++++++++++++++++++++++++++++++++++++++++++-------
39645  src/hb-ot-glyph.h    |  40 +++++++++-----
39646  src/test-ot-glyph.cc |  38 ++++++++++----
39647  3 files changed, 179 insertions(+), 42 deletions(-)
39648
39649 commit b8b3ff1a02c637163d8629d51843f6822a12cdef
39650 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39651 Date:   Mon Oct 14 15:37:41 2019 +0330
39652
39653     [glyph] Don't copy, write directly into result
39654
39655  src/hb-ot-glyf-table.hh | 26 ++++++++++----------------
39656  src/hb-ot-glyph.cc      | 25 ++++++++++++++++---------
39657  src/test-ot-glyph.cc    |  6 ++++--
39658  3 files changed, 30 insertions(+), 27 deletions(-)
39659
39660 commit f883c31cce18372269fc1e46b3379295de7c9f7c
39661 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39662 Date:   Sun Oct 13 12:31:53 2019 +0330
39663
39664     Implement glyph outline path API
39665     
39666     Got help from https://github.com/opentypejs/opentype.js/blob/4e0bb99/src/tables/glyf.js#L222
39667
39668  src/Makefile.am             |   5 ++
39669  src/Makefile.sources        |   2 +
39670  src/harfbuzz.cc             |   1 +
39671  src/hb-ot-glyf-table.hh     | 119 +++++++++++++++++++++++++++++++++-----------
39672  src/hb-ot-glyph.cc          |  50 +++++++++++++++++++
39673  src/hb-ot-glyph.h           |  52 +++++++++++++++++++
39674  src/hb-ot-var-gvar-table.hh |   6 ++-
39675  src/hb-ot.h                 |   1 +
39676  src/test-ot-glyph.cc        |  84 +++++++++++++++++++++++++++++++
39677  9 files changed, 290 insertions(+), 30 deletions(-)
39678
39679 commit d2ab1ec65b1697b113b2b923c63e300659cf1998
39680 Author: Michiharu Ariza <ariza@adobe.com>
39681 Date:   Thu Jan 9 20:24:16 2020 -0800
39682
39683     fixes oss-fuzz 19978: Null-dereference READ (#2091)
39684
39685  src/hb-ot-var-hvar-table.hh                              |   1 +
39686  ...-testcase-minimized-hb-subset-fuzzer-5148388450631680 | Bin 0 -> 2685 bytes
39687  2 files changed, 1 insertion(+)
39688
39689 commit 5e55a6d6910e3c942638ad6e9fa1e38befb36c12
39690 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39691 Date:   Thu Jan 9 23:40:40 2020 +0330
39692
39693     [subset/hvar] minor
39694     
39695     not super excited about state of the code around, assuming was needed
39696     so let's add this may unlikely check also.
39697
39698  src/hb-ot-var-hvar-table.hh | 4 ++--
39699  1 file changed, 2 insertions(+), 2 deletions(-)
39700
39701 commit 257a197ae723b55d26c3254dbe1edd8b0509af1b
39702 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39703 Date:   Thu Jan 9 22:55:45 2020 +0330
39704
39705     Fail serialize when map has incorrect value
39706     
39707     fixes https://crbug.com/oss-fuzz/19956
39708     
39709     am not super happy with the fix, guess we should do some check
39710     before the memcpy anyway as @blueshade7 thinks also,
39711     so let's have it or revert it when we have a better approach for the case.
39712
39713  src/hb-ot-layout-common.hh                               |   7 ++++++-
39714  ...-testcase-minimized-hb-subset-fuzzer-5708764082864128 | Bin 0 -> 6452 bytes
39715  2 files changed, 6 insertions(+), 1 deletion(-)
39716
39717 commit 1db2c1d0da9eed4b330ca0c6a46c19482c6e377b
39718 Author: Qunxin Liu <qxliu@google.com>
39719 Date:   Tue Jan 7 11:10:40 2020 -0800
39720
39721     fix for cmap4 and OS_2 subsetting: maximum character code allowed is 0xFFFF
39722
39723  src/hb-ot-cmap-table.hh                            |  14 ++++++++----
39724  src/hb-ot-os2-table.hh                             |   4 ++--
39725  test/api/fonts/Mplus1p-Regular-cmap4-testing.ttf   | Bin 0 -> 2024 bytes
39726  test/api/fonts/Mplus1p-Regular.ttf                 | Bin 0 -> 1757292 bytes
39727  test/api/test-subset-cmap.c                        |  24 +++++++++++++++++++++
39728  .../Mplus1p-Regular.default.1D715,1D7D8,41,42.ttf  | Bin 0 -> 2260 bytes
39729  ...plus1p-Regular.drop-hints.1D715,1D7D8,41,42.ttf | Bin 0 -> 1532 bytes
39730  test/subset/data/tests/japanese.tests              |   2 +-
39731  8 files changed, 37 insertions(+), 7 deletions(-)
39732
39733 commit 8ed46c3678cd4518efe5c9907bb9d22e6161bbd5
39734 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39735 Date:   Tue Jan 7 23:43:53 2020 +0330
39736
39737     [fuzz] minor, add another already fixed case
39738     
39739     https://crbug.com/oss-fuzz/19907
39740
39741  ...z-testcase-minimized-hb-subset-fuzzer-5695925913911296 | Bin 0 -> 385 bytes
39742  1 file changed, 0 insertions(+), 0 deletions(-)
39743
39744 commit 341407f7a52680be84144eb285e6cb09131b2956
39745 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39746 Date:   Tue Jan 7 09:10:24 2020 +0330
39747
39748     [fuzz] minor, upload another fixed case
39749     
39750     https://crbug.com/oss-fuzz/19878
39751
39752  ...z-testcase-minimized-hb-subset-fuzzer-5169035432165376 | Bin 0 -> 108 bytes
39753  1 file changed, 0 insertions(+), 0 deletions(-)
39754
39755 commit 7950beecfcc66194541437349c91625fd27c0071
39756 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39757 Date:   Mon Jan 6 21:25:00 2020 +0330
39758
39759     [subset] Fix null pointer dereference in hvar/vvar subset (#2085)
39760     
39761     Rest of the code assumes there is at least one subtable, lets return here if not.
39762     
39763     * https://crbug.com/oss-fuzz/19827
39764     * https://crbug.com/oss-fuzz/19847
39765
39766  src/hb-ot-var-hvar-table.hh                              |   2 ++
39767  ...lusterfuzz-testcase-hb-subset-fuzzer-5641053680173056 | Bin 0 -> 4229 bytes
39768  ...-testcase-minimized-hb-subset-fuzzer-5650879734874112 | Bin 0 -> 3278 bytes
39769  3 files changed, 2 insertions(+)
39770
39771 commit 8ed27757b197670ee9f91cfb27ec50bcd3045a2f
39772 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39773 Date:   Mon Jan 6 19:01:13 2020 +0330
39774
39775     Remove _POSIX_C_SOURCE definition from the project
39776     
39777     Added fpr suncc support but apparently is causing more issues
39778     even on suncc so let's see if we can go without it.
39779     
39780     Fixes #2084
39781
39782  src/hb-blob.cc | 12 ------------
39783  1 file changed, 12 deletions(-)
39784
39785 commit e7d1aeb61023dff22852048561f6161c6972ec75
39786 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39787 Date:   Mon Jan 6 12:48:22 2020 +0330
39788
39789     [hvar] minor, fix unlikely statement
39790
39791  src/hb-ot-var-hvar-table.hh | 2 +-
39792  1 file changed, 1 insertion(+), 1 deletion(-)
39793
39794 commit 57b1534198ae07c840010cff5af7997c5f738e88
39795 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39796 Date:   Mon Jan 6 12:46:50 2020 +0330
39797
39798     [glyf] minor, fix unlikely statements
39799
39800  src/hb-ot-glyf-table.hh | 4 ++--
39801  1 file changed, 2 insertions(+), 2 deletions(-)
39802
39803 commit 9e48c6e9ef3f6d398c7140933a2cd90980f0ed5b
39804 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39805 Date:   Tue Dec 31 15:57:39 2019 +0330
39806
39807     minor, use private API of hb_set_t where possible
39808
39809  src/hb-ot-var-hvar-table.hh | 6 +++---
39810  1 file changed, 3 insertions(+), 3 deletions(-)
39811
39812 commit ce114d6b27976f38effba015d9cdf00b96c2fdfc
39813 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39814 Date:   Tue Dec 31 15:53:02 2019 +0330
39815
39816     minor, tweak spaces
39817
39818  src/hb-aat-fdsc-table.hh                   |  4 ++--
39819  src/hb-aat-layout-ankr-table.hh            |  2 +-
39820  src/hb-aat-layout-just-table.hh            | 36 +++++++++++++++---------------
39821  src/hb-aat-layout-trak-table.hh            |  4 ++--
39822  src/hb-debug.hh                            |  2 +-
39823  src/hb-ot-cff-common.hh                    |  6 ++---
39824  src/hb-ot-cff1-table.hh                    | 12 +++++-----
39825  src/hb-ot-color-cbdt-table.hh              |  2 +-
39826  src/hb-ot-gasp-table.hh                    |  4 ++--
39827  src/hb-ot-layout-common.hh                 | 14 ++++++------
39828  src/hb-ot-layout-gsubgpos.hh               |  8 +++----
39829  src/hb-ot-layout-jstf-table.hh             |  2 +-
39830  src/hb-ot-math-table.hh                    | 33 ++++++++++++++-------------
39831  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
39832  src/hb-ot-shape-complex-myanmar-machine.rl |  2 +-
39833  src/hb-ot-var-avar-table.hh                |  2 +-
39834  src/hb-ot-var-gvar-table.hh                | 18 +++++++--------
39835  src/hb-ot-var-hvar-table.hh                | 12 +++++-----
39836  src/hb-subset-cff-common.cc                |  2 +-
39837  src/hb-subset-cff-common.hh                | 34 ++++++++++++++--------------
39838  src/hb-subset-cff1.cc                      | 16 ++++++-------
39839  src/hb-subset-cff2.cc                      |  8 +++----
39840  util/options.cc                            |  2 +-
39841  23 files changed, 114 insertions(+), 113 deletions(-)
39842
39843 commit 33c3d63a0a9734a9cca9411a666d6ba9793d642f
39844 Merge: 68c1798a6 ea8fdfa07
39845 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39846 Date:   Tue Dec 31 13:52:50 2019 +0330
39847
39848     Merge pull request #1594 from harfbuzz/var-subset
39849     
39850     Issue 1558: [subset] TrueType/CFF2 variable font
39851
39852 commit 68c1798a6703f9476b29c53abe95dd59ae280613
39853 Author: Khaled Hosny <khaledhosny@eglug.org>
39854 Date:   Wed Dec 18 15:57:14 2019 +0200
39855
39856     [coretext] Use kCTFontOpenTypeFeatureTag
39857     
39858     Instead of trying to map OpenType features to AAT feature selectors
39859     which only works for a small subset of OpenType features, use the
39860     simpler kCTFontOpenTypeFeatureTag with OpenType feature tags directly.
39861     
39862     With this change, features like cvXX can be enabled in coretext shaper,
39863     while they were previously ignored due to missing mapping.
39864     
39865     This seems to work even with AAT fonts that don’t have OpenType layout
39866     tables, which suggests that CoreText is doing the mapping itself in this
39867     case.
39868     
39869     kCTFontOpenTypeFeatureTag seems to have been introduced in macOS 10.10
39870     and iOS 8.0, though, so its use is conditional on version check for now.
39871     Not sure how to check iOS version, so I left this out.
39872
39873  src/hb-coretext.cc | 20 +++++++++++++++++++-
39874  1 file changed, 19 insertions(+), 1 deletion(-)
39875
39876 commit b28c282585afd3bff844e84eae7f29e1a1267aef
39877 Author: Marcel Fabian Krüger <zauguin@gmail.com>
39878 Date:   Tue Dec 17 02:58:51 2019 +0100
39879
39880     Check to avoid overflows
39881
39882  src/hb-sanitize.hh | 9 ++++++---
39883  1 file changed, 6 insertions(+), 3 deletions(-)
39884
39885 commit d70afb1e5a32f23d03cc69bbbc725d1e668eb616
39886 Author: Marcel Fabian Krüger <zauguin@gmail.com>
39887 Date:   Tue Dec 17 02:29:28 2019 +0100
39888
39889     Clamp max_ops to upper bound in hb-sanitize.hh
39890
39891  src/hb-sanitize.hh | 5 +++--
39892  1 file changed, 3 insertions(+), 2 deletions(-)
39893
39894 commit aa43e183dda2288b9d83fe7473f357422a4771f1
39895 Author: Behdad Esfahbod <behdad@behdad.org>
39896 Date:   Sun Dec 15 16:04:00 2019 -0800
39897
39898     [perf Add texts/en-words.txt
39899     
39900     $ cat docs/usermanual-*.xml src/hb*.cc src/hb*.{h,hh,cc} | sed 's/[^a-zA-Z ]/ /g' | tr ' ' '\n' | sort | uniq | grep . > perf/texts/en-words.txt
39901
39902  perf/texts/en-words.txt | 12392 ++++++++++++++++++++++++++++++++++++++++++++++
39903  1 file changed, 12392 insertions(+)
39904
39905 commit 80762cc4d0663a9ca465e94e73424e3b352de24c
39906 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39907 Date:   Sun Dec 15 23:21:10 2019 +0330
39908
39909     [ci] Speedup tsan bot
39910     
39911     We don't expect fails thus expecting readable failure backtrace so let's speed it up instead
39912
39913  .circleci/config.yml | 2 +-
39914  1 file changed, 1 insertion(+), 1 deletion(-)
39915
39916 commit b79ceac3c68a41a0b7f624c0f172e99eb7498737
39917 Author: Evgeniy Reizner <razrfalcon@gmail.com>
39918 Date:   Sun Dec 15 16:50:01 2019 +0200
39919
39920     Prefer UINT_MAX instead of uint overflow.
39921     
39922     Also, prefer HB_FEATURE_GLOBAL_START and HB_FEATURE_GLOBAL_END.
39923
39924  src/hb-buffer.cc                          | 6 +++---
39925  src/hb-common.cc                          | 4 ++--
39926  src/hb-face.hh                            | 2 +-
39927  src/hb-graphite2.cc                       | 2 +-
39928  src/hb-ot-map.hh                          | 4 ++--
39929  src/hb-ot-shape-complex-arabic.cc         | 6 +++---
39930  src/hb-ot-shape.cc                        | 2 +-
39931  src/hb-set.hh                             | 4 ++--
39932  test/shaping/data/aots/hb-aots-tester.cpp | 4 ++--
39933  util/ansi-print.cc                        | 6 +++---
39934  util/options.cc                           | 2 +-
39935  util/options.hh                           | 2 +-
39936  12 files changed, 22 insertions(+), 22 deletions(-)
39937
39938 commit b618e0ae1368aa22050ce0fe48329b723e2fd632
39939 Author: Evgeniy Reizner <razrfalcon@gmail.com>
39940 Date:   Sun Dec 15 16:26:50 2019 +0200
39941
39942     Remove non-breaking spaces from comments.
39943     
39944     `0xC2A0` was used, for some reasons. It's not really a problem, but Qt Creator
39945     constatly trying to replace them with regular spaces, so I have to edit those
39946     files separately.
39947
39948  src/hb-buffer.cc |  4 ++--
39949  src/hb-common.cc | 20 ++++++++++----------
39950  2 files changed, 12 insertions(+), 12 deletions(-)
39951
39952 commit 780d640c02e01664ea13729f4e4b416c440c3cdf
39953 Author: Evgeniy Reizner <razrfalcon@gmail.com>
39954 Date:   Sun Dec 15 16:11:37 2019 +0200
39955
39956     Remove unnecessary check in hb_buffer_t::set_masks.
39957     
39958     Bounds are already checked by the caller.
39959     
39960     Closes #2073
39961
39962  src/hb-buffer.cc | 7 -------
39963  1 file changed, 7 deletions(-)
39964
39965 commit 34ed8e7218d9147a6ccd99198db594cf8f66f61b
39966 Author: Evgeniy Reizner <razrfalcon@gmail.com>
39967 Date:   Fri Dec 13 07:25:34 2019 +0200
39968
39969     Prefer _hb_glyph_info_is_unicode_mark where possible.
39970
39971  src/hb-ot-shape-fallback.cc  | 6 +++---
39972  src/hb-ot-shape-normalize.cc | 6 +++---
39973  2 files changed, 6 insertions(+), 6 deletions(-)
39974
39975 commit 3e1a2632dce396157a4e8ff6669740a145e7062c
39976 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39977 Date:   Thu Dec 12 15:48:27 2019 +0330
39978
39979     [unscribe] fix leak issue
39980     
39981     with no user_data provided, `free` will be called with `(0)` thus silently having a leak
39982
39983  src/hb-uniscribe.cc | 2 +-
39984  1 file changed, 1 insertion(+), 1 deletion(-)
39985
39986 commit e75d785b51d713de2e37ad41c62de5423fc95949
39987 Author: Ebrahim Byagowi <ebrahim@gnu.org>
39988 Date:   Thu Dec 12 15:42:37 2019 +0330
39989
39990     [doc] fix hb_blob_create call example
39991     
39992     otherwise free(0) will be called that silently makes a leak
39993
39994  docs/usermanual-object-model.xml | 2 +-
39995  1 file changed, 1 insertion(+), 1 deletion(-)
39996
39997 commit 4ef597e17003402c0ceebcb5a0c185f08c97aac1
39998 Author: Daeren <Daeren@users.noreply.github.com>
39999 Date:   Wed Dec 11 13:44:05 2019 +0300
40000
40001     Fix unary minus operator applied to unsigned int
40002     
40003     Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146
40004     This patch fixes the error.
40005
40006  src/hb-ot-color-sbix-table.hh | 2 +-
40007  1 file changed, 1 insertion(+), 1 deletion(-)
40008
40009 commit 1770493cf5e0c098a0566281bc1dd089101f0f78
40010 Author: Daeren <Daeren@users.noreply.github.com>
40011 Date:   Wed Dec 11 13:44:15 2019 +0300
40012
40013     Fix unary minus operator applied to unsigned int
40014     
40015     Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146
40016     This patch fixes the error.
40017
40018  src/hb-ot-color-cbdt-table.hh | 2 +-
40019  1 file changed, 1 insertion(+), 1 deletion(-)
40020
40021 commit a061e47fcc84a8947ca478b7ff2d02efeafecbce
40022 Author: Behdad Esfahbod <behdad@behdad.org>
40023 Date:   Tue Dec 10 13:31:50 2019 -0600
40024
40025     Change a few HB_INTERNAL static methods to static inline
40026
40027  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
40028  src/hb-ot-layout-gsub-table.hh | 10 +++++-----
40029  src/hb-ot-layout-gsubgpos.hh   |  2 +-
40030  3 files changed, 11 insertions(+), 11 deletions(-)
40031
40032 commit dd3972a3649e30c2bee88303ee56f88b260deb53
40033 Author: Behdad Esfahbod <behdad@behdad.org>
40034 Date:   Tue Dec 10 13:21:26 2019 -0600
40035
40036     [GSUB] Simplify Extension is_reverse()
40037     
40038     We don't allow extension lookups to chain to another extension lookup.
40039     Simplify code for that.
40040
40041  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
40042  src/hb-ot-layout-gsub-table.hh | 14 +++++---------
40043  2 files changed, 10 insertions(+), 14 deletions(-)
40044
40045 commit 858b627984c50e94bc71b9530c340a8fff59d330
40046 Author: Behdad Esfahbod <behdad@behdad.org>
40047 Date:   Tue Dec 10 13:18:32 2019 -0600
40048
40049     [machinery] Remove CastR<>()
40050
40051  src/hb-machinery.hh            | 8 --------
40052  src/hb-open-file.hh            | 2 +-
40053  src/hb-ot-layout-common.hh     | 4 ++--
40054  src/hb-ot-layout-gpos-table.hh | 2 +-
40055  src/hb-ot-layout-gsub-table.hh | 6 +++---
40056  src/hb-ot-layout-gsubgpos.hh   | 8 ++++----
40057  6 files changed, 11 insertions(+), 19 deletions(-)
40058
40059 commit b84ceb2fcf7a71fe03f499dd0c4611254b561f1d
40060 Author: Behdad Esfahbod <behdad@behdad.org>
40061 Date:   Tue Dec 10 13:02:48 2019 -0600
40062
40063     [machinery] Remove CastP
40064
40065  src/hb-machinery.hh            | 8 --------
40066  src/hb-ot-layout-gpos-table.hh | 8 +++++---
40067  src/main.cc                    | 4 ++--
40068  3 files changed, 7 insertions(+), 13 deletions(-)
40069
40070 commit 85574ec28735c1e9d53ccff9abafbbc25cf34f0f
40071 Author: Behdad Esfahbod <behdad@behdad.org>
40072 Date:   Tue Dec 10 12:52:32 2019 -0600
40073
40074     [machinery] Minor
40075
40076  src/hb-machinery.hh | 2 +-
40077  1 file changed, 1 insertion(+), 1 deletion(-)
40078
40079 commit e101a6725731a2e82f3e2a146c3281111c747d90
40080 Author: Behdad Esfahbod <behdad@behdad.org>
40081 Date:   Tue Dec 10 12:46:14 2019 -0600
40082
40083     [perf] Add texts/fa-thelittleprince.txt
40084
40085  perf/texts/en-thelittleprince.txt |   3 -
40086  perf/texts/fa-thelittleprince.txt | 923 ++++++++++++++++++++++++++++++++++++++
40087  2 files changed, 923 insertions(+), 3 deletions(-)
40088
40089 commit 2c781a670108d52149a61fb7bc5b9b6eb3592b9d
40090 Author: Behdad Esfahbod <behdad@behdad.org>
40091 Date:   Tue Dec 10 12:43:42 2019 -0600
40092
40093     [perf] More rename
40094
40095  perf/run.sh                                 | 2 +-
40096  perf/{text => texts}/en-thelittleprince.txt | 0
40097  perf/{text => texts}/fa-monologue.txt       | 0
40098  3 files changed, 1 insertion(+), 1 deletion(-)
40099
40100 commit d703392afef578cbeb17968783109c8cbe117890
40101 Author: Behdad Esfahbod <behdad@behdad.org>
40102 Date:   Tue Dec 10 12:42:29 2019 -0600
40103
40104     [perf] Adjust text/fa-monologue.txt
40105
40106  perf/text/fa-monologue.txt | 17 -----------------
40107  1 file changed, 17 deletions(-)
40108
40109 commit 19d1b9d4f319b75121bfbba677122ca74bf6f796
40110 Author: Behdad Esfahbod <behdad@behdad.org>
40111 Date:   Tue Dec 10 12:39:01 2019 -0600
40112
40113     [perf] Renames
40114
40115  perf/run.sh                                                    | 2 +-
40116  perf/text/{littleprince.txt => en-thelittleprince.txt}         | 0
40117  perf/text/{test-long-arabic-paragraph.txt => fa-monologue.txt} | 0
40118  3 files changed, 1 insertion(+), 1 deletion(-)
40119
40120 commit 6a60ca117c51e15279ba39dcae19301d24789c62
40121 Author: Behdad Esfahbod <behdad@behdad.org>
40122 Date:   Tue Dec 10 12:32:37 2019 -0600
40123
40124     [algs] Fold last other bsearch() in
40125     
40126     Now truly have only one bsearch implementation.
40127
40128  src/hb-ot-cmap-table.hh | 37 ++++++++++++++++++++-----------------
40129  1 file changed, 20 insertions(+), 17 deletions(-)
40130
40131 commit 53dc8d944f71481ce7f18a32aca63c3f004e6e0c
40132 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40133 Date:   Tue Dec 10 21:53:30 2019 +0330
40134
40135     Add initial shaping performance test and profiler
40136
40137  perf/fonts/Amiri-Regular.ttf              |  Bin 0 -> 551560 bytes
40138  perf/fonts/NotoNastaliqUrdu-Regular.ttf   |  Bin 0 -> 497204 bytes
40139  perf/fonts/NotoSansDevanagari-Regular.ttf |  Bin 0 -> 212740 bytes
40140  perf/fonts/Roboto-Regular.ttf             |  Bin 0 -> 305608 bytes
40141  perf/run.sh                               |   25 +
40142  perf/text/littleprince.txt                | 1896 +++++++++++++++++++++++++++++
40143  perf/text/test-long-arabic-paragraph.txt  |   18 +
40144  7 files changed, 1939 insertions(+)
40145
40146 commit 39afe608b476c3d09460dfceae75df65a9eb22b4
40147 Author: Behdad Esfahbod <behdad@behdad.org>
40148 Date:   Tue Dec 10 12:04:44 2019 -0600
40149
40150     [algs] Fold one more custom bsearch() in
40151     
40152     One more to go.
40153
40154  src/hb-ot-layout-gpos-table.hh | 49 ++++++++++++++++--------------------------
40155  1 file changed, 19 insertions(+), 30 deletions(-)
40156
40157 commit b1dc676eaa606660584f3c67f0570457e9f09dd3
40158 Author: Behdad Esfahbod <behdad@behdad.org>
40159 Date:   Tue Dec 10 11:41:24 2019 -0600
40160
40161     [algs] Reduce one more bsearch() impl
40162     
40163     Ouch, there were three more left.  Down one.  Two to go.
40164
40165  src/hb-open-type.hh | 21 +++++++++------------
40166  1 file changed, 9 insertions(+), 12 deletions(-)
40167
40168 commit 6f76c325e5244adfa1599952040ed7f13b10f38c
40169 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40170 Date:   Tue Dec 10 21:43:11 2019 +0330
40171
40172     [test] Update 10.15 results
40173     
40174     Turned out only SFNS, which wasn't available in 10.14 anyway, needed an update
40175     See https://crbug.com/1005969#c37 also
40176
40177  test/shaping/data/in-house/tests/macos.tests | 9 ++++++---
40178  1 file changed, 6 insertions(+), 3 deletions(-)
40179
40180 commit 2241a676ba084214fdfc6d35f35862a64f296271
40181 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40182 Date:   Tue Dec 10 19:50:34 2019 +0330
40183
40184     [test] Add macOS 10.15 related fonts
40185     
40186     breaks the test and 10.15 bot, will add the fix in next commit, also adds a broken test for f47cbade1
40187
40188  test/shaping/data/in-house/tests/macos.tests | 20 ++++++++++++++++++++
40189  1 file changed, 20 insertions(+)
40190
40191 commit f3de3b6d3db278845bee1392ffdb3659921c6410
40192 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40193 Date:   Tue Dec 10 16:37:48 2019 +0330
40194
40195     [ci] fix macOS 10.15 bot
40196     
40197     Xcode 11.3.0 image is supposed to work per https://circleci.com/docs/2.0/testing-ios/
40198     but isn't https://circleci.com/gh/harfbuzz/harfbuzz/118693 AFAICS
40199     
40200     Let's try Xcode 11.2.1 image
40201
40202  .circleci/config.yml | 2 +-
40203  1 file changed, 1 insertion(+), 1 deletion(-)
40204
40205 commit 49434bdd49eec61a3bcb18e242b30e72cdc81279
40206 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40207 Date:   Tue Dec 10 16:28:04 2019 +0330
40208
40209     [ci] Add a macOS 10.15 bot
40210     
40211     Should update macos.tests with the fonts, for now
40212
40213  .circleci/config.yml | 14 +++++++++++++-
40214  1 file changed, 13 insertions(+), 1 deletion(-)
40215
40216 commit f47cbade18acc4f9c935ba2c6c863beb6087d781
40217 Author: Behdad Esfahbod <behdad@behdad.org>
40218 Date:   Mon Dec 9 18:10:34 2019 -0600
40219
40220     [aat] Adjust fallback positioning logic
40221     
40222     Fixes https://github.com/harfbuzz/harfbuzz/issues/1528
40223     
40224     Wish could add a test...
40225     
40226     $ ./hb-view --font-file Thonburi.ttc --unicodes U+0E17,U+0E35,U+0E48,U+0E4A --shaper ot
40227     
40228                        ▃
40229     
40230              ▂▃▃▄▃▂▁▊        ▃  ▃       ▎
40231           ▗   ▅▆▆▅          ▌ ▆▆▅▆▙ ▌▗
40232          ▗                  ▙ ▂  ▎▗   ▟
40233          ▅▆▆▆▇▇▇▇▇▇▇▆▆▅▄     ▇▅▅▅ ▙▆▇
40234         ▁▁▂▁       ▁▁
40235              ▖                    ▖ ▂▂
40236       ▉   ▁        ▆▆        ▌   ▆  ▙▄ ▁▁
40237        ▙            ▉      ▃▖           ▟
40238           ▊         ▉      ▅▟           ▗▄
40239           ▊         ▉     ▗ ▏           ▇▆
40240           ▊    ▟    ▉      ▆             ▖
40241           ▊         ▉        ▌        ▂
40242           ▊   ▏     ▉           ▌ ▗   ▄▟
40243           ▊                        ▆
40244
40245  src/hb-ot-shape-complex-default.cc | 20 ++++++++++++++++++++
40246  src/hb-ot-shape-complex.hh         |  5 +++--
40247  src/hb-ot-shape.cc                 |  5 +++--
40248  3 files changed, 26 insertions(+), 4 deletions(-)
40249
40250 commit fa7edf87c99a46d29a9f0d58b2896bc24a43853e
40251 Author: Behdad Esfahbod <behdad@behdad.org>
40252 Date:   Sat Dec 7 22:01:13 2019 -0600
40253
40254     [bsearch] Massage API some more
40255
40256  src/hb-algs.hh  | 25 +++++++++++++++----------
40257  src/hb-array.hh | 23 ++++++++++-------------
40258  2 files changed, 25 insertions(+), 23 deletions(-)
40259
40260 commit 70aa5071d89dbba792c4c9fb4df7ca716304656a
40261 Author: Behdad Esfahbod <behdad@behdad.org>
40262 Date:   Sat Dec 7 22:35:34 2019 -0600
40263
40264     [algs] Adjust return value of hb_ctz(0) to be 32 instead of 0
40265
40266  src/hb-algs.hh | 2 +-
40267  1 file changed, 1 insertion(+), 1 deletion(-)
40268
40269 commit eefb78f674c9a71aaaca45cc1246584848622923
40270 Author: Behdad Esfahbod <behdad@behdad.org>
40271 Date:   Sun Dec 8 21:07:00 2019 -0600
40272
40273     Minor
40274
40275  src/hb-common.cc | 32 --------------------------------
40276  src/hb-static.cc | 36 ++++++++++++++++++++++++++++++++++++
40277  2 files changed, 36 insertions(+), 32 deletions(-)
40278
40279 commit 9fb030585a1c429c13e86fbd128d9db004d3a355
40280 Author: Behdad Esfahbod <behdad@behdad.org>
40281 Date:   Sat Dec 7 19:45:08 2019 +0000
40282
40283     Rename start/end to first/last in RangeRecord
40284     
40285     Because that's what they are.
40286
40287  src/hb-ot-layout-common.hh | 48 +++++++++++++++++++++++-----------------------
40288  1 file changed, 24 insertions(+), 24 deletions(-)
40289
40290 commit 8ac4ba14dca7c700b6dfdc19ceb5385a7e6fb889
40291 Author: Evgeniy Reizner <razrfalcon@gmail.com>
40292 Date:   Mon Dec 9 18:58:28 2019 +0200
40293
40294     Fix typo in TESTING.md (#2066)
40295
40296  TESTING.md | 2 +-
40297  1 file changed, 1 insertion(+), 1 deletion(-)
40298
40299 commit 9b1d5c4a59c6d3d9c248eae5d05d801791d42b7a
40300 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40301 Date:   Mon Dec 9 12:29:28 2019 +0330
40302
40303     [number] fix where strtod_l not available
40304
40305  src/hb-number.cc | 1 +
40306  1 file changed, 1 insertion(+)
40307
40308 commit 5c8f96028988f647cace1af9f5a4c33c29b6e562
40309 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40310 Date:   Mon Dec 9 10:48:43 2019 +0330
40311
40312     [number] minor, include the renamed header
40313
40314  src/hb-number.cc | 2 +-
40315  1 file changed, 1 insertion(+), 1 deletion(-)
40316
40317 commit 48eef2724c8aa55d081fb742a5e6cef17ff5d4a2
40318 Author: Behdad Esfahbod <behdad@behdad.org>
40319 Date:   Fri Dec 6 05:04:11 2019 +0000
40320
40321     [algs/array] Consolidate the last two bsearch implementations!
40322     
40323     Yay!  Seems to work.
40324
40325  src/hb-algs.hh  | 31 +++++++++++++++++--------------
40326  src/hb-array.hh | 31 +++++++++++--------------------
40327  2 files changed, 28 insertions(+), 34 deletions(-)
40328
40329 commit ed35dea8c07f1ecc50df48657bb330fcd77ca8e3
40330 Author: Behdad Esfahbod <behdad@behdad.org>
40331 Date:   Fri Dec 6 04:37:11 2019 +0000
40332
40333     Fourth try... sighs
40334
40335  src/hb-algs.hh | 2 +-
40336  1 file changed, 1 insertion(+), 1 deletion(-)
40337
40338 commit 9168310bb4c9d7d0652c7ead53017e30d1fafda2
40339 Author: Behdad Esfahbod <behdad@behdad.org>
40340 Date:   Fri Dec 6 04:28:06 2019 +0000
40341
40342     Fix build, third times...
40343
40344  src/hb-ot-post-table.hh | 2 +-
40345  1 file changed, 1 insertion(+), 1 deletion(-)
40346
40347 commit 34f5cc2cc80cf1fd45bc9697d828d3536e3ac74f
40348 Author: Behdad Esfahbod <behdad@behdad.org>
40349 Date:   Fri Dec 6 04:09:33 2019 +0000
40350
40351     Second try at fixing build
40352
40353  src/hb-algs.hh | 13 +++++++++++--
40354  1 file changed, 11 insertions(+), 2 deletions(-)
40355
40356 commit 14ce5ab0b7ae012c6e46511bab399c472eb39eb2
40357 Author: Behdad Esfahbod <behdad@behdad.org>
40358 Date:   Fri Dec 6 03:54:46 2019 +0000
40359
40360     First try at fixing build errors
40361
40362  src/hb-algs.hh | 3 +++
40363  1 file changed, 3 insertions(+)
40364
40365 commit 2274270c6ac2e170cf939e03a89721f03f2f98bd
40366 Author: Behdad Esfahbod <behdad@behdad.org>
40367 Date:   Fri Dec 6 03:42:21 2019 +0000
40368
40369     [algs] Streamline bsearch some more
40370
40371  src/hb-algs.hh | 46 ++++++++++++++++++++++++++++++++--------------
40372  1 file changed, 32 insertions(+), 14 deletions(-)
40373
40374 commit bd55d4b49fcd1ac1335e60ead1fe9941e7b01f8c
40375 Author: Behdad Esfahbod <behdad@behdad.org>
40376 Date:   Fri Dec 6 03:35:24 2019 +0000
40377
40378     [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
40379     
40380     Preparing to merge the two finally!
40381
40382  src/hb-aat-layout.cc              |  6 +-----
40383  src/hb-aat-layout.hh              | 10 ++--------
40384  src/hb-algs.hh                    | 27 +++++++++++++++++++--------
40385  src/hb-ot-name-language-static.hh | 15 +++------------
40386  src/hb-ot-name-table.hh           | 12 +++++-------
40387  src/hb-ot-os2-unicode-ranges.hh   | 20 +++-----------------
40388  src/hb-ot-post-table.hh           |  3 +--
40389  src/hb-ot-var-mvar-table.hh       |  4 +++-
40390  src/hb-ucd.cc                     | 18 ++++++++++--------
40391  9 files changed, 47 insertions(+), 68 deletions(-)
40392
40393 commit fd6df520a1a4aa9cdaa0c2e515f29ba93d2910d1
40394 Author: Behdad Esfahbod <behdad@behdad.org>
40395 Date:   Fri Dec 6 03:00:23 2019 +0000
40396
40397     [array] Isolate bsearch implementation more
40398
40399  src/hb-array.hh | 26 ++++++++++++++++++++------
40400  1 file changed, 20 insertions(+), 6 deletions(-)
40401
40402 commit 06d3c2019fc2dd9a284a3c2471a1eabef47584c5
40403 Author: Behdad Esfahbod <behdad@behdad.org>
40404 Date:   Fri Dec 6 02:52:54 2019 +0000
40405
40406     [array] Simplify bfind() positioning
40407     
40408     I had copied the old scheme from fontconfig's fccharset.c.  I just
40409     convinced myself that this change is correct and produces exact
40410     same results.  But I also am skeptical.  Anyone else feel like
40411     convincing themselves as well please?
40412
40413  src/hb-array.hh | 4 +---
40414  1 file changed, 1 insertion(+), 3 deletions(-)
40415
40416 commit d67ba649a38aec1646525a30f992d5f50c4cf06d
40417 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40418 Date:   Thu Dec 5 13:15:21 2019 +0330
40419
40420     Rename hb_array_t::in_range to hb_array_t::check_range
40421
40422  src/hb-array.hh             |  2 +-
40423  src/hb-ot-glyf-table.hh     | 20 ++++++++++----------
40424  src/hb-ot-var-gvar-table.hh | 16 ++++++++--------
40425  3 files changed, 19 insertions(+), 19 deletions(-)
40426
40427 commit 72d83a0280b95f99b94c64380bc46558fc941462
40428 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40429 Date:   Thu Dec 5 13:09:48 2019 +0330
40430
40431     Make hb_array_t::in_range similar to hb_sanitize_context_t::check_range
40432
40433  src/hb-array.hh | 5 +++--
40434  1 file changed, 3 insertions(+), 2 deletions(-)
40435
40436 commit b1167d19e9d72bcadc1a71873afa8dcbe0e26f29
40437 Author: Behdad Esfahbod <behdad@behdad.org>
40438 Date:   Thu Dec 5 15:46:58 2019 +0000
40439
40440     Fix!
40441
40442  .../fonts/2681c1c72d6484ed3410417f521b1b819b4e2392.ttf   | Bin 0 -> 1288 bytes
40443  .../fonts/28cbcd9409236705ff14bec11a273d16cffdd543.ttf   | Bin 1080 -> 0 bytes
40444  2 files changed, 0 insertions(+), 0 deletions(-)
40445
40446 commit 5ff410b493f3abadb397347c118fdfbcfd278e69
40447 Author: Behdad Esfahbod <behdad@behdad.org>
40448 Date:   Thu Dec 5 15:37:56 2019 +0000
40449
40450     Add files, oops
40451
40452  .../fonts/28cbcd9409236705ff14bec11a273d16cffdd543.ttf   | Bin 0 -> 1080 bytes
40453  test/shaping/data/in-house/tests/rotation.tests          |   4 ++++
40454  2 files changed, 4 insertions(+)
40455
40456 commit 2dc20e632efd6aab2abe0ad15ed110ca4553f3ba
40457 Author: Behdad Esfahbod <behdad@behdad.org>
40458 Date:   Thu Dec 5 15:28:42 2019 +0000
40459
40460     Implement fallback vertical shaping from Firefox
40461     
40462     Fixes https://github.com/harfbuzz/harfbuzz/issues/355
40463
40464  src/hb-ot-shape.cc                          | 92 ++++++++++++++++++++++++-----
40465  src/hb-ot-shape.hh                          |  1 +
40466  test/shaping/data/in-house/Makefile.sources |  1 +
40467  3 files changed, 80 insertions(+), 14 deletions(-)
40468
40469 commit b6d0f1529df9461f1fdb93fae7b5103702ae1517
40470 Author: Behdad Esfahbod <behdad@behdad.org>
40471 Date:   Thu Dec 5 12:19:52 2019 +0000
40472
40473     [indic] Fix old-spec base-finding logic w vatu feature
40474     
40475     Fixes https://github.com/harfbuzz/harfbuzz/issues/1587
40476
40477  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++--
40478  1 file changed, 10 insertions(+), 2 deletions(-)
40479
40480 commit 0414341ac576c4403231f507e216c7716c8f0828
40481 Author: Behdad Esfahbod <behdad@behdad.org>
40482 Date:   Thu Dec 5 11:26:39 2019 +0000
40483
40484     Prefer AAT shaping over OT if both available
40485     
40486     Fixes https://github.com/harfbuzz/harfbuzz/issues/1529
40487
40488  src/hb-common.cc    |  1 -
40489  src/hb-debug.hh     |  1 -
40490  src/hb-ot-layout.cc | 21 ---------------------
40491  src/hb-ot-shape.cc  | 25 ++-----------------------
40492  4 files changed, 2 insertions(+), 46 deletions(-)
40493
40494 commit 82545c5e2ba2067f2eb117c7358ed6d5b50ca942
40495 Author: blueshade7 <ariza@typekit.com>
40496 Date:   Tue Nov 26 10:24:32 2019 -0800
40497
40498     more coding style fixes
40499
40500  src/hb-ot-font.cc | 19 +++++++++----------
40501  1 file changed, 9 insertions(+), 10 deletions(-)
40502
40503 commit 2e7c1239c886ea8fa6ba37b7597d76b2d319f468
40504 Author: blueshade7 <ariza@typekit.com>
40505 Date:   Tue Nov 26 09:57:53 2019 -0800
40506
40507     minor: coding style
40508
40509  src/hb-ot-font.cc | 6 +++---
40510  1 file changed, 3 insertions(+), 3 deletions(-)
40511
40512 commit ed94e41065797b3b22860f1aa68a0b2ea47317e7
40513 Author: blueshade7 <ariza@typekit.com>
40514 Date:   Wed Nov 20 10:42:50 2019 -0800
40515
40516     fixed api test test-ot-glyphname
40517
40518  test/api/test-ot-glyphname.c | 8 ++------
40519  1 file changed, 2 insertions(+), 6 deletions(-)
40520
40521 commit 7a4745ba8da89f945b7c62f59bbb3d1cc5a45e2d
40522 Author: blueshade7 <ariza@typekit.com>
40523 Date:   Wed Nov 20 10:15:41 2019 -0800
40524
40525     added api test test-ot-glyphname
40526
40527  test/api/Makefile.am         |  1 +
40528  test/api/test-ot-glyphname.c | 83 ++++++++++++++++++++++++++++++++++++++++++++
40529  2 files changed, 84 insertions(+)
40530
40531 commit ab525ac66dc2e72a636d3f04b575f766af76f9e0
40532 Author: blueshade7 <ariza@typekit.com>
40533 Date:   Tue Nov 19 20:36:56 2019 -0800
40534
40535     fix HB_TINY buid
40536
40537  src/hb-subset-plan.cc | 6 ++++++
40538  1 file changed, 6 insertions(+)
40539
40540 commit ff64652cf6bda18d1d7d54f511eed131464e1f3d
40541 Author: blueshade7 <ariza@typekit.com>
40542 Date:   Tue Nov 19 18:50:57 2019 -0800
40543
40544     fix shape-fuzzer failure
40545
40546  src/hb-ot-cff1-table.hh | 1 +
40547  1 file changed, 1 insertion(+)
40548
40549 commit a333b0f7172923ff70dcb1bca15a5474fd84f82f
40550 Author: blueshade7 <ariza@typekit.com>
40551 Date:   Tue Nov 19 18:01:53 2019 -0800
40552
40553     add hb-ot-cff1-std-str.hh to Makefile.sources
40554
40555  src/Makefile.sources | 1 +
40556  1 file changed, 1 insertion(+)
40557
40558 commit 61707266a3ea9fc54323742de6559fb00987dc29
40559 Author: blueshade7 <ariza@typekit.com>
40560 Date:   Tue Nov 19 17:09:12 2019 -0800
40561
40562     fix get_sid crash
40563
40564  src/hb-ot-cff1-table.hh | 2 +-
40565  1 file changed, 1 insertion(+), 1 deletion(-)
40566
40567 commit 4c4e08a1eff5a4bf355f032f32fb4fa25b9349d7
40568 Author: blueshade7 <ariza@typekit.com>
40569 Date:   Tue Nov 19 16:50:28 2019 -0800
40570
40571     add cff1::accelerator_t::fini
40572
40573  src/hb-ot-cff1-table.hh | 7 +++++++
40574  1 file changed, 7 insertions(+)
40575
40576 commit ff87465b400af4685680a7a3076533ee6b635dd3
40577 Author: blueshade7 <ariza@typekit.com>
40578 Date:   Tue Nov 19 16:18:33 2019 -0800
40579
40580     add get_glyph_from_name & test. use hb_string_array
40581
40582  src/Makefile.am           |   5 +
40583  src/hb-ot-cff1-std-str.hh | 425 ++++++++++++++++++++++++++++++++++++++++++++++
40584  src/hb-ot-cff1-table.cc   |  69 --------
40585  src/hb-ot-cff1-table.hh   |  85 +++++++++-
40586  src/hb-ot-font.cc         |   6 +-
40587  src/test-ot-glyphname.cc  |  91 ++++++++++
40588  6 files changed, 602 insertions(+), 79 deletions(-)
40589
40590 commit 51e772852191e99206bd69f2f06d029ba01e5745
40591 Author: blueshade7 <ariza@typekit.com>
40592 Date:   Sun Nov 17 02:25:39 2019 -0800
40593
40594     minor
40595
40596  src/hb-ot-cff1-table.hh | 2 +-
40597  1 file changed, 1 insertion(+), 1 deletion(-)
40598
40599 commit 6d9eb9c04095db74f40c00a3d6e5a6432491059d
40600 Author: blueshade7 <ariza@typekit.com>
40601 Date:   Sun Nov 17 02:20:22 2019 -0800
40602
40603     fixed failure with language-tags.tests
40604
40605  src/hb-ot-cff1-table.hh | 1 +
40606  1 file changed, 1 insertion(+)
40607
40608 commit 59fe379797adca37e29c002ffabc27f9c74f8746
40609 Author: blueshade7 <ariza@typekit.com>
40610 Date:   Sat Nov 16 19:47:31 2019 -0800
40611
40612     fixed hb-shape-fuzzer failures in get_sid
40613
40614  src/hb-ot-cff1-table.hh | 5 +++--
40615  1 file changed, 3 insertions(+), 2 deletions(-)
40616
40617 commit e26df436bcf215d1a4520e9851aa607b0de0ca84
40618 Author: blueshade7 <ariza@typekit.com>
40619 Date:   Sat Nov 16 19:12:34 2019 -0800
40620
40621     fix test-ot-face crash
40622
40623  src/hb-ot-cff1-table.hh | 1 +
40624  1 file changed, 1 insertion(+)
40625
40626 commit 7b49042ef4812d8550d884a400936331fad9951a
40627 Author: blueshade7 <ariza@typekit.com>
40628 Date:   Sat Nov 16 18:20:16 2019 -0800
40629
40630     add cff1::get_glyph_name
40631
40632  src/hb-ot-cff1-table.cc |  69 +++++++++++++++++++++++++++
40633  src/hb-ot-cff1-table.hh | 124 +++++++++++++++++++++++++++---------------------
40634  src/hb-ot-font.cc       |   6 ++-
40635  3 files changed, 144 insertions(+), 55 deletions(-)
40636
40637 commit ea8fdfa07939b97db6636327c8d55cd3b5a62b4c
40638 Merge: 453050ad3 d5338ba18
40639 Author: blueshade7 <ariza@typekit.com>
40640 Date:   Fri Nov 22 15:59:09 2019 -0800
40641
40642     Merge branch 'master' into var-subset
40643
40644 commit d5338ba1894f73629528a2a505e30cd681a5f1c6
40645 Author: Behdad Esfahbod <behdad@behdad.org>
40646 Date:   Fri Nov 22 16:22:27 2019 -0500
40647
40648     [ft] Add locking FT_Face API
40649     
40650     Now that we mutex our internal FT_Face, share it with clients.
40651     
40652     New API:
40653     - hb_ft_font_lock_face()
40654     - hb_ft_font_unlock_face()
40655
40656  docs/harfbuzz-sections.txt |  2 ++
40657  src/hb-ft.cc               | 56 +++++++++++++++++++++++++++++++++++++++++++---
40658  src/hb-ft.h                |  6 +++++
40659  3 files changed, 61 insertions(+), 3 deletions(-)
40660
40661 commit e5c7ee9f757baa166a96d73b7ec0cb2b1ae23385
40662 Author: Behdad Esfahbod <behdad@behdad.org>
40663 Date:   Wed Nov 20 14:22:01 2019 -0500
40664
40665     [set] Fix undefined-behavior shift in _previous()
40666     
40667     harfbuzz/src/hb-set.hh:138:43: runtime error: shift exponent 64 is too large for 64-bit type 'hb_set_t::page_t::elt_t' (aka 'unsigned long long')
40668
40669  src/hb-set.hh | 6 +++++-
40670  1 file changed, 5 insertions(+), 1 deletion(-)
40671
40672 commit 5fddc5f1698aa50e1be9cd729032c40fa5bd64b1
40673 Author: Behdad Esfahbod <behdad@behdad.org>
40674 Date:   Wed Nov 20 13:07:26 2019 -0500
40675
40676     Use foreach_cluster
40677
40678  src/hb-buffer.cc | 14 ++------------
40679  1 file changed, 2 insertions(+), 12 deletions(-)
40680
40681 commit e4a101ed38f61b3ac710e483528816372cbeb3d0
40682 Author: Behdad Esfahbod <behdad@behdad.org>
40683 Date:   Tue Nov 19 20:04:00 2019 -0500
40684
40685     [ft] Fix for HB_NO_VAR build
40686
40687  src/hb-ft.cc | 4 ++--
40688  1 file changed, 2 insertions(+), 2 deletions(-)
40689
40690 commit 76c27462c242f00e26d3b172dbdf618121aac306
40691 Author: David Corbett <corbett.dav@husky.neu.edu>
40692 Date:   Tue Nov 19 16:51:33 2019 -0500
40693
40694     Don’t modify a ccc to 6
40695     
40696     ccc=6 will be used in Unicode 13.0.
40697
40698  src/hb-unicode.hh | 6 +++---
40699  1 file changed, 3 insertions(+), 3 deletions(-)
40700
40701 commit 8fdafee2a621f64101a5d55ded64de9e693db34a
40702 Author: Michiharu Ariza <ariza@adobe.com>
40703 Date:   Mon Nov 18 16:44:25 2019 -0800
40704
40705     undef HB_STRING_ARRAY_LENG_NAME
40706
40707  src/hb-string-array.hh | 1 +
40708  1 file changed, 1 insertion(+)
40709
40710 commit 5e9863f3c63c6b9060d270d5cf959e16ac1294bb
40711 Author: blueshade7 <ariza@typekit.com>
40712 Date:   Mon Nov 18 15:40:43 2019 -0800
40713
40714     ARRAY_LENGTH fails with -Wglobal-constructors
40715
40716  src/hb-string-array.hh | 2 +-
40717  1 file changed, 1 insertion(+), 1 deletion(-)
40718
40719 commit a75983690d0b3575ef208592c51f730410230af7
40720 Author: blueshade7 <ariza@typekit.com>
40721 Date:   Mon Nov 18 15:09:24 2019 -0800
40722
40723     calculate hb_string_array length automatically
40724
40725  src/hb-ot-post-table.hh | 10 ++++------
40726  src/hb-string-array.hh  |  3 +++
40727  2 files changed, 7 insertions(+), 6 deletions(-)
40728
40729 commit 57da16bc5986ce714fb3f57501e5f45a33aaa99a
40730 Author: Khaled Hosny <khaledhosny@eglug.org>
40731 Date:   Sun Nov 17 21:32:12 2019 +0200
40732
40733     [cff] Check rcurveline and rlinecurve arguments
40734     
40735     Make sure the number of arguments is not too many or too few, otherwise
40736     skip the command.
40737
40738  src/hb-cff-interp-cs-common.hh | 41 +++++++++++++++++++++++------------------
40739  1 file changed, 23 insertions(+), 18 deletions(-)
40740
40741 commit 9f1524ce83ebd2c3320ffc90776cb0f533db143f
40742 Author: Khaled Hosny <khaledhosny@eglug.org>
40743 Date:   Sun Nov 17 16:17:20 2019 +0200
40744
40745     [cff] Fix a typo in processing rlinecurve
40746     
40747     We want to process all pairs of arguments except the last 6 as lines, so
40748     should have been subtracting 6 here, otherwise if the number of
40749     arguments happens to be multiples of 6 they will be all treated as
40750     curves.
40751     
40752     See https://github.com/harfbuzz/harfbuzz/pull/2016#issuecomment-554640098
40753
40754  src/hb-cff-interp-cs-common.hh | 2 +-
40755  1 file changed, 1 insertion(+), 1 deletion(-)
40756
40757 commit 78d5eca813250b79e9b1fbfd2de3eae7ccf1fcf3
40758 Author: Behdad Esfahbod <behdad@behdad.org>
40759 Date:   Mon Nov 18 13:09:29 2019 -0500
40760
40761     [set] Fix range-based-loop condition
40762     
40763     Alternative to https://github.com/harfbuzz/harfbuzz/pull/2046
40764
40765  src/hb-set.hh | 13 ++++++++++---
40766  1 file changed, 10 insertions(+), 3 deletions(-)
40767
40768 commit 4dae7cee4b44fd6ffb295f8c99a52e42934d0c3c
40769 Author: Hal Canary <halcanary@gmail.com>
40770 Date:   Wed Nov 13 10:08:35 2019 -0500
40771
40772     [minor] Fix common typos: substition, the the.
40773     
40774     s/substition/substitution/
40775     s/the the/the/
40776
40777  src/hb-ot-layout.cc | 4 ++--
40778  1 file changed, 2 insertions(+), 2 deletions(-)
40779
40780 commit e6351d9b2c44c9abde90a6599ae7ebf0f6416c65
40781 Author: David Corbett <corbett.dav@husky.neu.edu>
40782 Date:   Mon Nov 11 17:39:55 2019 -0500
40783
40784     Add ms-use/IndicShapingInvalidCluster.txt
40785
40786  src/Makefile.am                              |   2 +-
40787  src/gen-vowel-constraints.py                 |   4 +-
40788  src/hb-ot-shape-complex-vowel-constraints.cc |   2 +-
40789  src/ms-use/COPYING                           |  21 ++++++
40790  src/ms-use/IndicShapingInvalidCluster.txt    | 105 +++++++++++++++++++++++++++
40791  5 files changed, 130 insertions(+), 4 deletions(-)
40792
40793 commit b372c3e95694c8b1cabc0eb01c5abef6c41d3dbd
40794 Author: David Corbett <corbett.dav@husky.neu.edu>
40795 Date:   Fri Nov 8 20:59:48 2019 -0500
40796
40797     Insert a dotted circle within <U+0B85, U+0BC2>
40798
40799  src/HBIndicVowelConstraints.txt              | 97 ----------------------------
40800  src/Makefile.am                              |  2 +-
40801  src/gen-vowel-constraints.py                 | 25 ++++---
40802  src/hb-ot-shape-complex-vowel-constraints.cc | 27 ++++++--
40803  4 files changed, 40 insertions(+), 111 deletions(-)
40804
40805 commit 64a45be5198f6e22c91454bda7bd9a9294552dff
40806 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40807 Date:   Sat Nov 9 12:25:33 2019 +0330
40808
40809     [ubsan] Don't decrease pointer if match_glyph_data is null (#2048)
40810     
40811     Similar to fix on https://github.com/harfbuzz/harfbuzz/pull/2022
40812     
40813     Fixes https://crbug.com/1023070
40814
40815  src/hb-ot-layout-gsubgpos.hh                              |   6 +++++-
40816  ...zz-testcase-minimized-harfbuzz_fuzzer-5740518101090304 | Bin 0 -> 439 bytes
40817  2 files changed, 5 insertions(+), 1 deletion(-)
40818
40819 commit 878e3588a3349c2660b0f9aa6d94a994034d7c10
40820 Author: Don <don.j.olmstead@gmail.com>
40821 Date:   Tue Nov 5 15:26:01 2019 -0800
40822
40823     [cmake] Add harfbuzz-icu library
40824
40825  CMakeLists.txt | 21 +++++++++++++++++++++
40826  1 file changed, 21 insertions(+)
40827
40828 commit 84b86a12d99e996cfd85f9fe6fd2c2a593dd5cc2
40829 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40830 Date:   Wed Nov 6 09:22:34 2019 +0330
40831
40832     [fuzz] Remove just added case
40833     
40834     It didn't fail locally but on bots causing timeout, let remove for now.
40835
40836  ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 161328 -> 0 bytes
40837  1 file changed, 0 insertions(+), 0 deletions(-)
40838
40839 commit a8f049c9a18f166a826c78caa153330a1ec04214
40840 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40841 Date:   Tue Nov 5 22:26:36 2019 +0330
40842
40843     [fuzz] Upload testcase of https://crbug.com/oss-fuzz/18529
40844     
40845     Apparently false alarm per last comment and was ok locally also but lets have it here also
40846
40847  ...estcase-minimized-hb-subset-fuzzer-5121706490593280 | Bin 0 -> 161328 bytes
40848  1 file changed, 0 insertions(+), 0 deletions(-)
40849
40850 commit 7cde68f10cdf2c3ff77c1d9077475c0fc034c75c
40851 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40852 Date:   Sat Nov 2 19:04:14 2019 +0330
40853
40854     [ci] install pip in fedora bot
40855
40856  .circleci/config.yml | 2 +-
40857  1 file changed, 1 insertion(+), 1 deletion(-)
40858
40859 commit 46178c0325afc6b3131388fa2496e85d2aacace6
40860 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40861 Date:   Sat Nov 2 14:36:30 2019 +0330
40862
40863     [ci] fix fedora bot
40864
40865  .circleci/config.yml | 2 +-
40866  1 file changed, 1 insertion(+), 1 deletion(-)
40867
40868 commit 486754a888d067c990d6a4351ccd41570f08c956
40869 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40870 Date:   Mon Sep 23 23:48:08 2019 +0330
40871
40872     [serialize] Extract iterable copy, copy_all
40873
40874  src/hb-ot-cmap-table.hh        | 6 +++---
40875  src/hb-ot-layout-gpos-table.hh | 7 ++-----
40876  src/hb-ot-name-table.hh        | 2 +-
40877  src/hb-ot-vorg-table.hh        | 2 +-
40878  src/hb-serialize.hh            | 6 ++++++
40879  5 files changed, 13 insertions(+), 10 deletions(-)
40880
40881 commit 35218c488c3966aa6d459ec5a007a2b43208e97c
40882 Author: Behdad Esfahbod <behdad@behdad.org>
40883 Date:   Thu Oct 31 13:19:44 2019 -0700
40884
40885     Minor
40886     
40887     Allow empty HB_VAR_ARRAY definition.  Though, doesn't compile with any
40888     compiler I know of.
40889
40890  src/hb-machinery.hh | 2 +-
40891  1 file changed, 1 insertion(+), 1 deletion(-)
40892
40893 commit 1a1d64bc6f52b42e21609e8ceb4269bdf53b3c40
40894 Author: Behdad Esfahbod <behdad@behdad.org>
40895 Date:   Thu Oct 31 12:50:47 2019 -0700
40896
40897     If applying morx, apply kern table even if GPOS is present and has kern
40898     
40899     Since we won't be applying GPOS if morx...
40900     
40901     To be adjusted as I receive more information from Ned.  But for now
40902     fixes this:
40903     
40904     $ ./hb-shape GillSans.ttc Ty
40905     [T=0+1109|y=1@-128,0+769]
40906     
40907     Fixes https://github.com/harfbuzz/harfbuzz/issues/1982 for now.
40908
40909  src/hb-ot-shape.cc | 2 +-
40910  1 file changed, 1 insertion(+), 1 deletion(-)
40911
40912 commit 3a74ee528255cc027d84b204a87b5c25e47bff79
40913 Author: Behdad Esfahbod <behdad@behdad.org>
40914 Date:   Tue Oct 29 12:27:03 2019 -0700
40915
40916     2.6.4
40917
40918  NEWS             | 7 +++++++
40919  configure.ac     | 2 +-
40920  src/hb-version.h | 4 ++--
40921  3 files changed, 10 insertions(+), 3 deletions(-)
40922
40923 commit 3958f6fb2378d83dd5107d62a8464187c93707b0
40924 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40925 Date:   Tue Oct 29 22:36:50 2019 +0330
40926
40927     Add in_range in hb_bytes_t to merge range_checker_t with it
40928
40929  src/hb-array.hh             |  9 +++++++++
40930  src/hb-ot-glyf-table.hh     | 28 ++++++++++++--------------
40931  src/hb-ot-var-gvar-table.hh | 49 +++++++++++++++------------------------------
40932  3 files changed, 38 insertions(+), 48 deletions(-)
40933
40934 commit 7915c5d6fa3efac99df08a54d4437eca0b780033
40935 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40936 Date:   Tue Oct 29 22:55:34 2019 +0330
40937
40938     [ci] Check the recipt introduce in 7152ac3
40939
40940  .circleci/config.yml | 1 +
40941  1 file changed, 1 insertion(+)
40942
40943 commit aa3831e295540083350c640d4a630f53e70d822f
40944 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40945 Date:   Tue Oct 29 21:37:07 2019 +0330
40946
40947     [glyf] Use contour_bounds_t::empty to simplify get_extents logic
40948
40949  src/hb-ot-glyf-table.hh | 20 ++++++--------------
40950  1 file changed, 6 insertions(+), 14 deletions(-)
40951
40952 commit d59ae5836d1349b885db980cbb741da33caebfde
40953 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40954 Date:   Tue Oct 29 21:30:04 2019 +0330
40955
40956     [glyf] Refactor contour_bounds_t use to make its fields protected
40957
40958  src/hb-ot-glyf-table.hh | 47 ++++++++++++++++++++++++++---------------------
40959  1 file changed, 26 insertions(+), 21 deletions(-)
40960
40961 commit 773ee8041e8905bfb06c1a71d2b4fc99110b3dc6
40962 Merge: 47b4074d5 0efbda7a4
40963 Author: Behdad Esfahbod <behdad@behdad.org>
40964 Date:   Tue Oct 29 10:58:56 2019 -0700
40965
40966     Merge pull request #2038 from ebraminio/glyf-contour
40967     
40968     Remove contour_point_t so we won't need to zero its unused var
40969
40970 commit 0efbda7a40742cbdf30d5a85061ffb6a0a55bcc0
40971 Author: Ebrahim Byagowi <ebrahim@gnu.org>
40972 Date:   Tue Oct 29 21:03:26 2019 +0330
40973
40974     Remove contour_point_t so we won't need to zero its unused var
40975
40976  src/hb-ot-glyf-table.hh | 27 +++++++++++++--------------
40977  1 file changed, 13 insertions(+), 14 deletions(-)
40978
40979 commit 47b4074d5f98d71d2983470602eff9b93f102af4
40980 Merge: dd8a84603 dd288840d
40981 Author: Behdad Esfahbod <behdad@behdad.org>
40982 Date:   Tue Oct 29 03:16:34 2019 -0700
40983
40984     Merge pull request #2034 from khaledhosny/cmap-notdef
40985     
40986     [cmap] Check GID before adding ranges in format 4 & 12
40987
40988 commit dd8a8460377ca54207877ea9da96931175dbb15f
40989 Author: jfkthame <jfkthame@gmail.com>
40990 Date:   Tue Oct 29 09:20:41 2019 +0000
40991
40992     Use proper y-scale factor for height value
40993
40994  src/hb-ot-cff1-table.cc | 2 +-
40995  1 file changed, 1 insertion(+), 1 deletion(-)
40996
40997 commit 7152ac3fcfe8a599aa0d20f8d02ef38c69111231
40998 Author: Behdad Esfahbod <behdad@behdad.org>
40999 Date:   Mon Oct 28 17:12:55 2019 -0700
41000
41001     Fix build
41002     
41003     $ make CPPFLAGS="-DHB_TINY -DHB_NO_OT_FONT" libharfbuzz-subset.la
41004
41005  src/hb-subset-plan.cc | 5 ++++-
41006  1 file changed, 4 insertions(+), 1 deletion(-)
41007
41008 commit dd288840d6f87acd13b99b71408dcdb35a2be9cb
41009 Author: Khaled Hosny <khaledhosny@eglug.org>
41010 Date:   Tue Oct 29 01:45:49 2019 +0200
41011
41012     [cmap] Check GID before adding ranges in format 4 & 12
41013     
41014     Fixes https://github.com/harfbuzz/harfbuzz/issues/2031
41015
41016  src/hb-ot-cmap-table.hh          |  32 ++++++++++++++++++++++++--------
41017  test/api/fonts/cmunrm.otf        | Bin 0 -> 330492 bytes
41018  test/api/test-collect-unicodes.c |  22 ++++++++++++++++++++++
41019  3 files changed, 46 insertions(+), 8 deletions(-)
41020
41021 commit fd71c045b46380281ba8a7e351fac7248938c74c
41022 Author: Behdad Esfahbod <behdad@behdad.org>
41023 Date:   Mon Oct 28 17:06:53 2019 -0700
41024
41025     Hopefully fix up previous commit and bots
41026
41027  src/hb.hh | 2 +-
41028  1 file changed, 1 insertion(+), 1 deletion(-)
41029
41030 commit e832dc4c642f604d2cbb8e6b2f0b8d37151936f1
41031 Author: Behdad Esfahbod <behdad@behdad.org>
41032 Date:   Mon Oct 28 17:02:40 2019 -0700
41033
41034     [config] Make HB_NO_ERRNO work with systems defining errno as a macro
41035
41036  src/hb.hh | 8 +++++---
41037  1 file changed, 5 insertions(+), 3 deletions(-)
41038
41039 commit ce11df1b5b8e49712bef249de19bc4768f3a691c
41040 Author: Behdad Esfahbod <behdad@behdad.org>
41041 Date:   Mon Oct 28 14:45:31 2019 -0700
41042
41043     2.6.3
41044
41045  NEWS             | 8 ++++++++
41046  configure.ac     | 2 +-
41047  src/hb-font.cc   | 2 +-
41048  src/hb-version.h | 4 ++--
41049  4 files changed, 12 insertions(+), 4 deletions(-)
41050
41051 commit 5a59de2b983ed7a1c639ea3e4d23c341134cd6d5
41052 Author: Behdad Esfahbod <behdad@behdad.org>
41053 Date:   Mon Oct 28 14:02:47 2019 -0700
41054
41055     Actually add +hb_font_get_nominal_glyphs()
41056     
41057     New API:
41058     +hb_font_get_nominal_glyphs()
41059
41060  src/hb-font.cc | 23 +++++++++++++++++++++++
41061  src/hb-font.h  |  8 ++++++++
41062  2 files changed, 31 insertions(+)
41063
41064 commit 03028a5fe512978a8f8e2396001cf8e425b44f72
41065 Author: Behdad Esfahbod <behdad@behdad.org>
41066 Date:   Mon Oct 28 13:46:56 2019 -0700
41067
41068     Revert "Don't include codepoint 0 in the results of collect_unicodes."
41069     
41070     This reverts commit 14ad96ffbf77c33d8d33d2686d17c2375381989e.
41071     
41072     This was wrong.  My bad!
41073     
41074     https://github.com/harfbuzz/harfbuzz/issues/2031
41075
41076  src/hb-ot-cmap-table.hh | 8 +-------
41077  1 file changed, 1 insertion(+), 7 deletions(-)
41078
41079 commit 2714dc31b8d0ffe3c043935dd7619be0dd7b7635
41080 Merge: aca639028 14ad96ffb
41081 Author: Behdad Esfahbod <behdad@behdad.org>
41082 Date:   Mon Oct 28 13:01:34 2019 -0700
41083
41084     Merge pull request #2032 from googlefonts/collect_unicodes
41085     
41086     Don't include codepoint 0 in the results of collect_unicodes.
41087
41088 commit 14ad96ffbf77c33d8d33d2686d17c2375381989e
41089 Author: Garret Rieger <grieger@google.com>
41090 Date:   Mon Oct 28 12:56:04 2019 -0700
41091
41092     Don't include codepoint 0 in the results of collect_unicodes.
41093     It is always assumed to be the notdef glyph.
41094
41095  src/hb-ot-cmap-table.hh | 8 +++++++-
41096  1 file changed, 7 insertions(+), 1 deletion(-)
41097
41098 commit aca63902814748b36bf6939421cfa95eed3a1ca7
41099 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41100 Date:   Tue Oct 22 00:06:46 2019 +0330
41101
41102     [gpos] Don't move pointer when match_glyph_data is not set
41103
41104  src/hb-ot-layout-gsubgpos.hh | 16 ++++++++--------
41105  1 file changed, 8 insertions(+), 8 deletions(-)
41106
41107 commit defe9b6da018bc85750c999454c51fde0cadb9b2
41108 Author: Qunxin Liu <qxliu@google.com>
41109 Date:   Fri Oct 25 10:07:26 2019 -0700
41110
41111     crash fix : Heap-buffer-overflow READ 2
41112     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18513
41113
41114  src/hb-ot-layout-gpos-table.hh                            |  12 ++++++------
41115  ...z-testcase-minimized-hb-subset-fuzzer-5677906231033856 | Bin 0 -> 938 bytes
41116  2 files changed, 6 insertions(+), 6 deletions(-)
41117
41118 commit b2fcca6e14afc8085cc1c2491b2d7c780dad1450
41119 Author: Qunxin Liu <qxliu@google.com>
41120 Date:   Thu Oct 24 15:15:26 2019 -0700
41121
41122      fuzzer crash fix
41123      https://oss-fuzz.com/testcase-detail/5643107869917184
41124
41125  src/hb-ot-layout-gsubgpos.hh                             |  11 +++++++----
41126  ...-testcase-minimized-hb-subset-fuzzer-5643107869917184 | Bin 0 -> 3232 bytes
41127  2 files changed, 7 insertions(+), 4 deletions(-)
41128
41129 commit 9815ca0338b47c6ea4e82f2fbd39d70e3456aca1
41130 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41131 Date:   Thu Oct 24 21:05:38 2019 +0330
41132
41133     [ci] Use custom subset fuzzer timeout for failing sanitizer bots
41134
41135  .circleci/config.yml                    | 8 ++++----
41136  test/fuzzing/run-shape-fuzzer-tests.py  | 3 ++-
41137  test/fuzzing/run-subset-fuzzer-tests.py | 3 ++-
41138  3 files changed, 8 insertions(+), 6 deletions(-)
41139
41140 commit b03b62cb304279195569180061cde745e0c9880a
41141 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41142 Date:   Wed Oct 23 12:18:21 2019 +0330
41143
41144     [ci] Add HB_NO_MT on non HB_TINY no-build-system builds
41145
41146  .circleci/config.yml | 3 ++-
41147  1 file changed, 2 insertions(+), 1 deletion(-)
41148
41149 commit 5e489670e15329f5eced16e5a76145c6149a265f
41150 Author: Behdad Esfahbod <behdad@behdad.org>
41151 Date:   Tue Oct 22 15:03:47 2019 -0700
41152
41153     Remove hb-warning.cc
41154     
41155     Fixes https://github.com/harfbuzz/harfbuzz/issues/2005
41156
41157  src/Makefile.sources |  1 -
41158  src/harfbuzz.cc      |  1 -
41159  src/hb-atomic.hh     | 16 +++++-----------
41160  src/hb-mutex.hh      | 25 ++++++-------------------
41161  src/hb-warning.cc    | 37 -------------------------------------
41162  5 files changed, 11 insertions(+), 69 deletions(-)
41163
41164 commit 05bcdb39d8648c49f7984c404aee096f2ad1d655
41165 Author: Garret Rieger <grieger@google.com>
41166 Date:   Mon Oct 21 16:10:06 2019 -0700
41167
41168     Add a specialization of array_t:hash for hb_bytes_t and hb_ubytes_t.
41169
41170  src/hb-array.hh              | 34 ++++++++++++++++++++++++----------
41171  src/hb-ot-layout-gsubgpos.hh |  2 --
41172  2 files changed, 24 insertions(+), 12 deletions(-)
41173
41174 commit 95ab110cd9a6083a854e538211618b2733aba643
41175 Author: Garret Rieger <grieger@google.com>
41176 Date:   Mon Oct 21 13:15:46 2019 -0700
41177
41178     Optimize intersects_array to fix fuzzer timeout.
41179
41180  src/hb-ot-layout-gsubgpos.hh                           |  10 +++++-----
41181  ...estcase-minimized-hb-subset-fuzzer-5763024094232576 | Bin 0 -> 125681 bytes
41182  2 files changed, 5 insertions(+), 5 deletions(-)
41183
41184 commit be5cdcdfa21a2d956fc8c445452a78e77ede95fb
41185 Author: Garret Rieger <grieger@google.com>
41186 Date:   Tue Oct 22 11:55:04 2019 -0700
41187
41188     Store the hash value of a key in item_t in hb_map to reduce the number of hash computations.
41189
41190  src/hb-map.hh | 70 ++++++++++++++++++++++++++++++++++-------------------------
41191  1 file changed, 40 insertions(+), 30 deletions(-)
41192
41193 commit b33a0d628e5e76992fdd02fd4178906137e6153c
41194 Author: Qunxin Liu <qxliu@google.com>
41195 Date:   Mon Oct 21 13:24:52 2019 -0700
41196
41197     fuzzer crash fix: Null-dereference WRITE
41198     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18363
41199
41200  src/hb-ot-layout-common.hh                                |   4 +++-
41201  ...z-testcase-minimized-hb-subset-fuzzer-5659903036751872 | Bin 0 -> 781 bytes
41202  2 files changed, 3 insertions(+), 1 deletion(-)
41203
41204 commit cf414e361a99decd9c1710f1012236bffd067878
41205 Author: Garret Rieger <grieger@google.com>
41206 Date:   Fri Sep 27 09:55:17 2019 -0700
41207
41208     Added profiling instructions to TESTING.md
41209
41210  TESTING.md | 11 +++++++++++
41211  1 file changed, 11 insertions(+)
41212
41213 commit 1f0a9d9be979de01527c05f4dbe6fbc62799597c
41214 Author: Qunxin Liu <qxliu@google.com>
41215 Date:   Tue Sep 17 11:10:08 2019 -0700
41216
41217     [subset] GPOS Lookup Type 2: PairPos
41218
41219  src/hb-ot-layout-gpos-table.hh                     | 131 ++++++++++++++++++++-
41220  test/subset/data/Makefile.am                       |   1 +
41221  test/subset/data/Makefile.sources                  |   1 +
41222  ...s2_1_font7.keep-layout-retain-gids.21,23,25.otf | Bin 0 -> 1764 bytes
41223  ...gpos2_1_font7.keep-layout-retain-gids.21,23.otf | Bin 0 -> 1632 bytes
41224  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3688 bytes
41225  .../gpos2_1_font7.keep-layout.21,23,25.otf         | Bin 0 -> 1428 bytes
41226  .../gpos2_1_font7.keep-layout.21,23.otf            | Bin 0 -> 1308 bytes
41227  ...s2_1_font7.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3688 bytes
41228  ...s2_2_font5.keep-layout-retain-gids.21,23,25.otf | Bin 0 -> 1776 bytes
41229  ...gpos2_2_font5.keep-layout-retain-gids.21,23.otf | Bin 0 -> 1644 bytes
41230  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3684 bytes
41231  .../gpos2_2_font5.keep-layout.21,23,25.otf         | Bin 0 -> 1440 bytes
41232  .../gpos2_2_font5.keep-layout.21,23.otf            | Bin 0 -> 1320 bytes
41233  ...s2_2_font5.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3684 bytes
41234  test/subset/data/fonts/gpos2_1_font7.otf           | Bin 0 -> 4584 bytes
41235  test/subset/data/fonts/gpos2_2_font5.otf           | Bin 0 -> 4580 bytes
41236  test/subset/data/tests/layout.gpos2.tests          |  12 ++
41237  18 files changed, 139 insertions(+), 6 deletions(-)
41238
41239 commit e766783152b91fb20baf0c657586628fd7959b1b
41240 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41241 Date:   Mon Oct 21 22:17:06 2019 +0330
41242
41243     [fuzz] Add https://crbug.com/oss-fuzz/17898 testcase
41244
41245  ...sterfuzz-testcase-hb-subset-fuzzer-5717414645334016 | Bin 0 -> 310324 bytes
41246  1 file changed, 0 insertions(+), 0 deletions(-)
41247
41248 commit b66094ada0ae7e69d5d08ee8423554629eabccaf
41249 Author: Qunxin Liu <qxliu@google.com>
41250 Date:   Mon Sep 30 16:19:18 2019 -0700
41251
41252     [subset] GSUB Lookup Type 6: ChainContextSubst
41253
41254  src/hb-ot-layout-common.hh                         | 260 ++++++++++++++-------
41255  src/hb-ot-layout-gsubgpos.hh                       | 218 ++++++++++++++++-
41256  test/subset/data/Makefile.am                       |   1 +
41257  test/subset/data/Makefile.sources                  |   1 +
41258  ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2380 bytes
41259  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
41260  ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1916 bytes
41261  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3748 bytes
41262  ...ules_f1.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2408 bytes
41263  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3780 bytes
41264  ...ultiple_subrules_f1.keep-layout.30,31,32,33.otf | Bin 0 -> 1944 bytes
41265  ...ubrules_f1.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3780 bytes
41266  ...mple_f2.keep-layout-retain-gids.30,31,32,33.otf | Bin 0 -> 2368 bytes
41267  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3716 bytes
41268  ...chaining3_simple_f2.keep-layout.30,31,32,33.otf | Bin 0 -> 1904 bytes
41269  ..._simple_f2.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3716 bytes
41270  .../fonts/gsub_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 4700 bytes
41271  .../fonts/gsub_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 4780 bytes
41272  .../subset/data/fonts/gsub_chaining3_simple_f2.otf | Bin 0 -> 4668 bytes
41273  test/subset/data/tests/layout.gsub6.tests          |  12 +
41274  20 files changed, 405 insertions(+), 87 deletions(-)
41275
41276 commit eff91bbb4b1e6f4cc8401b1915d5ddad64e053bb
41277 Author: Garret Rieger <grieger@google.com>
41278 Date:   Wed Oct 16 16:58:57 2019 -0700
41279
41280     Add missing pop() for the failure case of script subsetting.
41281
41282  src/hb-ot-layout-common.hh | 6 ++++--
41283  1 file changed, 4 insertions(+), 2 deletions(-)
41284
41285 commit eab191fd9c851cb7881163ddd5e11a2ebc58cef4
41286 Author: Garret Rieger <grieger@google.com>
41287 Date:   Wed Oct 2 14:28:53 2019 -0700
41288
41289     Rewrite hash and == function for hb_array_t as a plain loop.
41290     
41291     Profling showed that the current implementation were accounting for nearly all processing time in some cases. These implementations look to be about 10x faster.
41292
41293  src/hb-array.hh | 21 +++++++++++----------
41294  1 file changed, 11 insertions(+), 10 deletions(-)
41295
41296 commit 831daf4c76aed87d229b1edfb59a0a37caa8e581
41297 Author: Garret Rieger <grieger@google.com>
41298 Date:   Tue Oct 1 17:46:27 2019 -0700
41299
41300     Enforce HB_MAX_LANGSYS limit during layout subsetting.
41301
41302  src/hb-ot-layout-common.hh                         |  68 +++++++++++++--------
41303  ...ase-minimized-hb-subset-fuzzer-5721073428987904 | Bin 0 -> 349561 bytes
41304  2 files changed, 41 insertions(+), 27 deletions(-)
41305
41306 commit 9871461bce9a1557807f69615300e5df4f6ae322
41307 Author: Garret Rieger <grieger@google.com>
41308 Date:   Tue Oct 1 16:29:24 2019 -0700
41309
41310     Enforce HB_MAX_SCRIPTS during subsetting of the script table.
41311
41312  src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++++++++++++++++++++-----
41313  1 file changed, 41 insertions(+), 5 deletions(-)
41314
41315 commit 029775bcbd0a25ee1cdb6c0653a2ce189774490a
41316 Author: Behdad Esfahbod <behdad@behdad.org>
41317 Date:   Wed Oct 9 11:00:09 2019 +0700
41318
41319     [buffer] Minor; improve HB_NO_BUFFER_MESSAGE
41320
41321  src/hb-buffer.cc | 2 ++
41322  src/hb-buffer.hh | 2 +-
41323  2 files changed, 3 insertions(+), 1 deletion(-)
41324
41325 commit 9a68e6b901967da14a5da5acb535c944794627b8
41326 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41327 Date:   Wed Oct 16 13:28:15 2019 +0330
41328
41329     [doc] minor
41330     
41331     Addresses https://github.com/harfbuzz/harfbuzz/pull/2013/files#r335196908
41332
41333  src/hb-common.h | 2 +-
41334  1 file changed, 1 insertion(+), 1 deletion(-)
41335
41336 commit 453050ad3083ed344bc2ab3b1651babbed34934d
41337 Merge: d7df7db16 b0b8551af
41338 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41339 Date:   Sun Oct 13 08:38:56 2019 +0330
41340
41341     Merge remote-tracking branch 'upstream/master' into var-subset
41342
41343 commit b0b8551afc2ff86d027fdb380210601cb465af41
41344 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41345 Date:   Sat Oct 12 21:12:19 2019 +0330
41346
41347     [glyf] Use range_checker_t in composite_iter_t
41348
41349  src/hb-ot-glyf-table.hh     | 12 +++++++-----
41350  src/hb-ot-var-gvar-table.hh | 19 +++++++++----------
41351  2 files changed, 16 insertions(+), 15 deletions(-)
41352
41353 commit 06e35ce052388e7ce079c0250db62428ae0c5bc8
41354 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41355 Date:   Sat Oct 12 15:16:31 2019 +0330
41356
41357     [glyf] minor
41358
41359  src/hb-ot-glyf-table.hh | 128 +++++++++++++++++++++++++-----------------------
41360  1 file changed, 67 insertions(+), 61 deletions(-)
41361
41362 commit d13bb4bd94a6ba8cdd4a03d40d8089a8f8b3a7ec
41363 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41364 Date:   Sat Oct 12 12:13:57 2019 +0330
41365
41366     [glyf] other cleanups
41367
41368  src/hb-ot-glyf-table.hh | 338 +++++++++++++++++++++++-------------------------
41369  1 file changed, 160 insertions(+), 178 deletions(-)
41370
41371 commit e7aa8c5d22b034f3d7bcf187a63cdec27732fa8a
41372 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41373 Date:   Sat Oct 12 11:25:32 2019 +0330
41374
41375     [glyf] Introduce glyf::Glyph, a hb_bytes_t/GlyphHeader pair
41376
41377  src/hb-ot-glyf-table.hh | 177 +++++++++++++++++++++++++-----------------------
41378  1 file changed, 91 insertions(+), 86 deletions(-)
41379
41380 commit 546ffc9faf869b4971765e9a4fd232cfe0eecaea
41381 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41382 Date:   Sat Oct 12 09:51:57 2019 +0330
41383
41384     [glyf] minor
41385
41386  src/hb-ot-glyf-table.hh | 5 +++--
41387  1 file changed, 3 insertions(+), 2 deletions(-)
41388
41389 commit 4299ea266e03b64db4e8a132983fed9fd0a967ee
41390 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41391 Date:   Sat Oct 12 09:51:27 2019 +0330
41392
41393     [glyf] Move get_contour_points to GlyphHeader
41394
41395  src/hb-ot-glyf-table.hh | 260 ++++++++++++++++++++++++++----------------------
41396  1 file changed, 141 insertions(+), 119 deletions(-)
41397
41398 commit b918cd8c76a6333e43b9be23178afc9e74e17024
41399 Author: Ben Wagner <bungeman@chromium.org>
41400 Date:   Thu Oct 10 15:30:48 2019 -0400
41401
41402     Document hb_feature_t.
41403     
41404     This documents hb_feature_t. This is motivated mostly by the ambiguity
41405     of the units for 'start' and 'end' (clusters) and whether they are
41406     inclusive or exclusive. This also documents that for lookup type 3 the
41407     value is the one based index into the alternates and that in a list of
41408     features later feature values override previous feature values with the
41409     same tag.
41410
41411  src/hb-common.h | 15 +++++++++++++++
41412  src/hb-shape.cc |  4 +++-
41413  2 files changed, 18 insertions(+), 1 deletion(-)
41414
41415 commit e637a4b3de2fb8bdbc1b82e822f4a6cc579e794b
41416 Merge: 670fec231 e4464f448
41417 Author: Behdad Esfahbod <behdad@behdad.org>
41418 Date:   Fri Oct 11 10:28:58 2019 +0700
41419
41420     Merge pull request #2012 from harfbuzz/lepcha-oo
41421     
41422     Reorder U+1C29 LEPCHA VOWEL SIGN OO
41423
41424 commit 670fec231d31bf7417de590efd3485f337a7330f
41425 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41426 Date:   Thu Oct 10 09:21:08 2019 +0330
41427
41428     Minor, add a zero length tolerant memset, hb_memset
41429
41430  src/hb-algs.hh   | 10 +++++++++-
41431  src/hb-buffer.cc |  3 +--
41432  2 files changed, 10 insertions(+), 3 deletions(-)
41433
41434 commit e4464f4484009b4efe7144570384d836cb6bbac8
41435 Author: David Corbett <corbett.dav@husky.neu.edu>
41436 Date:   Wed Oct 9 20:55:52 2019 -0400
41437
41438     Reorder U+1C29 LEPCHA VOWEL SIGN OO
41439
41440  src/gen-use-table.py                 | 3 +++
41441  src/hb-ot-shape-complex-use-table.cc | 2 +-
41442  2 files changed, 4 insertions(+), 1 deletion(-)
41443
41444 commit e17e7443007fc0debc4a26e5cf37d5d76c747fbf
41445 Author: Garret Rieger <grieger@google.com>
41446 Date:   Wed Oct 9 11:45:42 2019 -0700
41447
41448     Convert existing uses of serialize_append in gsub subsetting to use subset_offset_array.
41449
41450  src/hb-ot-layout-gsub-table.hh | 44 +++---------------------------------------
41451  1 file changed, 3 insertions(+), 41 deletions(-)
41452
41453 commit 36f18cecbbaf8635a2179a827242ca99d5283666
41454 Author: Garret Rieger <grieger@google.com>
41455 Date:   Mon Oct 7 14:02:31 2019 -0700
41456
41457     Add subset_offset_array helper function which simplifies subsetting offset arrays during stream operations.
41458
41459  src/hb-ot-layout-common.hh     | 54 ++++++++++++++++++++++++++++++++++++++++++
41460  src/hb-ot-layout-gsub-table.hh | 15 +-----------
41461  2 files changed, 55 insertions(+), 14 deletions(-)
41462
41463 commit dc45f225212da7b8eca0ddcb3c9cd66e65983605
41464 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41465 Date:   Tue Oct 8 23:27:37 2019 +0330
41466
41467     [ot-metrics] Don't use mixed scaled and not scaled for generating extents
41468
41469  src/hb-ot-cff1-table.cc        | 4 ++--
41470  src/hb-ot-cff2-table.cc        | 4 ++--
41471  src/hb-ot-color-sbix-table.hh  | 7 +++++++
41472  src/hb-ot-glyf-table.hh        | 6 +++---
41473  test/api/test-ot-extents-cff.c | 6 +++---
41474  5 files changed, 17 insertions(+), 10 deletions(-)
41475
41476 commit b068e25f8f89d9b07963dddd5d5e14f61539556f
41477 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41478 Date:   Tue Oct 8 16:29:15 2019 +0330
41479
41480     [glyf] Address Behdad's reviews
41481     
41482     Addresses https://github.com/harfbuzz/harfbuzz/pull/1999#issuecomment-539298559
41483     * Don't check against Null pool
41484     * Remove cryptic _tt suffix
41485
41486  src/hb-ot-font.cc       |  4 ++--
41487  src/hb-ot-hmtx-table.hh | 16 ++++++++--------
41488  2 files changed, 10 insertions(+), 10 deletions(-)
41489
41490 commit 6961766db2c53ea813079c61e4d996234ae8be4f
41491 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41492 Date:   Tue Oct 8 16:26:48 2019 +0330
41493
41494     [glyf] fix scaling direction
41495
41496  src/hb-ot-glyf-table.hh | 4 ++--
41497  1 file changed, 2 insertions(+), 2 deletions(-)
41498
41499 commit 0527fda4c75e4354198df79275526d4726a3aacc
41500 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41501 Date:   Tue Oct 8 16:19:39 2019 +0330
41502
41503     minor
41504
41505  src/hb-subset-cff-common.cc | 3 +--
41506  1 file changed, 1 insertion(+), 2 deletions(-)
41507
41508 commit b2628f1a3e3a6875dcdf7cb89f5b10a4ae76e6f9
41509 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41510 Date:   Tue Oct 8 15:09:09 2019 +0330
41511
41512     [glyf] Move glyph bytes drop hints logic to GlyphHeader
41513
41514  src/hb-ot-glyf-table.hh | 92 ++++++++++++++++++++-----------------------------
41515  1 file changed, 37 insertions(+), 55 deletions(-)
41516
41517 commit 1fb9c3b6463fdee9eb4dac697beab4d3d7a5fdcf
41518 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41519 Date:   Tue Oct 8 13:50:16 2019 +0330
41520
41521     [glyf] Implement depth limit for add_gid_and_children
41522
41523  src/hb-ot-glyf-table.hh | 8 +++++---
41524  1 file changed, 5 insertions(+), 3 deletions(-)
41525
41526 commit be0eddd41896824cb093024c2b4929b612ee1fae
41527 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41528 Date:   Tue Oct 8 13:46:55 2019 +0330
41529
41530     [glyf] Move add_gid_and_children to glyf table
41531
41532  src/hb-ot-glyf-table.hh | 14 ++++++++++++++
41533  src/hb-subset-plan.cc   | 19 +------------------
41534  2 files changed, 15 insertions(+), 18 deletions(-)
41535
41536 commit c7621cf21115aa563ee4fb9d2fcb601984848494
41537 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41538 Date:   Tue Oct 8 13:24:26 2019 +0330
41539
41540     Minor, replace hb_set_add with private API
41541
41542  src/hb-ot-map.cc            |  2 +-
41543  src/hb-subset-cff-common.hh |  2 +-
41544  src/hb-subset-cff1.cc       |  2 +-
41545  src/hb-subset-cff2.cc       |  2 +-
41546  src/hb-subset-plan.cc       | 10 +++++-----
41547  5 files changed, 9 insertions(+), 9 deletions(-)
41548
41549 commit ad86806dcb702b25fac6a3364cf0f85e1b8f4b2a
41550 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41551 Date:   Tue Oct 8 12:14:14 2019 +0330
41552
41553     [glyf] Move subset related methods inside GlyphHeader
41554
41555  src/hb-ot-glyf-table.hh | 428 ++++++++++++++++++++++++------------------------
41556  src/hb-subset-plan.cc   |   4 +-
41557  2 files changed, 214 insertions(+), 218 deletions(-)
41558
41559 commit 7839e23558344f206175b5a798149e0f04f38266
41560 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41561 Date:   Mon Oct 7 11:14:26 2019 +0330
41562
41563     [glyf] minor
41564
41565  src/hb-ot-glyf-table.hh | 38 +++++++++++++++-----------------------
41566  1 file changed, 15 insertions(+), 23 deletions(-)
41567
41568 commit cbefbb2439c1a2f4c20877e611f8986b3933234e
41569 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41570 Date:   Mon Oct 7 10:15:18 2019 +0330
41571
41572     [glyf] Move padding removal logic to GlyphHeader
41573
41574  src/hb-ot-glyf-table.hh | 219 +++++++++++++++++++++++-------------------------
41575  1 file changed, 105 insertions(+), 114 deletions(-)
41576
41577 commit 1ab8f9aa7a182fa078f6c6a5a78ef95686b1ac54
41578 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41579 Date:   Mon Oct 7 08:24:12 2019 +0330
41580
41581     [glyf] minor
41582
41583  src/hb-ot-glyf-table.hh | 15 +++++++++------
41584  1 file changed, 9 insertions(+), 6 deletions(-)
41585
41586 commit 13fb5612ad545b419ca217f031864dde1b71c43f
41587 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41588 Date:   Sun Oct 6 23:24:06 2019 +0330
41589
41590     [glyf] Aggregate get_offsets uses
41591
41592  src/hb-ot-glyf-table.hh | 29 +++++++----------------------
41593  1 file changed, 7 insertions(+), 22 deletions(-)
41594
41595 commit 5179b96958f2db71c315c1d8c224bab87e2f4ae8
41596 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41597 Date:   Tue Oct 8 11:09:12 2019 +0330
41598
41599     [cff] minor on number_t
41600
41601  src/hb-cff-interp-common.hh | 11 ++++-------
41602  1 file changed, 4 insertions(+), 7 deletions(-)
41603
41604 commit d73cdcf3612ae6114a0f828e0f667d447ed1a964
41605 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41606 Date:   Sun Oct 6 18:09:14 2019 +0330
41607
41608     [ot-font] Apply font scaling before turning to int
41609
41610  src/hb-ot-cff1-table.cc        | 12 ++++-----
41611  src/hb-ot-cff1-table.hh        |  2 +-
41612  src/hb-ot-cff2-table.cc        |  8 +++---
41613  src/hb-ot-color-cbdt-table.hh  | 14 +++++-----
41614  src/hb-ot-color-sbix-table.hh  |  8 +++---
41615  src/hb-ot-font.cc              | 12 +++------
41616  src/hb-ot-glyf-table.hh        | 58 ++++++++++++++++++++----------------------
41617  src/hb-ot-hmtx-table.hh        |  2 +-
41618  src/hb-ot-var-hvar-table.hh    |  5 ++--
41619  test/api/test-ot-extents-cff.c | 20 +++++++--------
41620  10 files changed, 66 insertions(+), 75 deletions(-)
41621
41622 commit d7df7db160992e92c31afb6c79c7ccdad510fec1
41623 Merge: 74a2dbbce f2339964b
41624 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41625 Date:   Sun Oct 6 17:18:59 2019 +0330
41626
41627     Merge remote-tracking branch 'upstream/master' into var-subset
41628
41629 commit 74a2dbbcedb4647bf14dac17eb4faf1d1d57cf99
41630 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41631 Date:   Sun Oct 6 17:06:40 2019 +0330
41632
41633     minor
41634
41635  .gitignore                  |  1 -
41636  src/Makefile.sources        |  1 -
41637  src/hb-ot-font.cc           |  1 -
41638  src/hb-ot-hmtx-table.hh     |  1 -
41639  src/hb-ot-var-hvar-table.hh | 37 +++++++++++++++++--------------------
41640  5 files changed, 17 insertions(+), 24 deletions(-)
41641
41642 commit f2339964b713815c8e0e33699bf34ee24db12215
41643 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41644 Date:   Sun Oct 6 16:41:52 2019 +0330
41645
41646     [glyf] minor, remove GlyphHeader::simple_* helpers
41647
41648  src/hb-ot-glyf-table.hh | 16 +++-------------
41649  1 file changed, 3 insertions(+), 13 deletions(-)
41650
41651 commit 2d7ca6a76a754a42ec09a66319ac3e4ab5efc618
41652 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41653 Date:   Sun Oct 6 16:31:29 2019 +0330
41654
41655     [glyf] Move get_instruction_length inside GlyphHeader struct
41656
41657  src/hb-ot-glyf-table.hh | 153 ++++++++++++++++++++++++++----------------------
41658  1 file changed, 84 insertions(+), 69 deletions(-)
41659
41660 commit 50aef4d7f80b6c8a19481ad3d0fa89c7c7f222c2
41661 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41662 Date:   Sun Oct 6 14:00:07 2019 +0330
41663
41664     [glyf] cleanup
41665
41666  src/hb-ot-glyf-table.hh | 128 +++++++++++++++++++++---------------------------
41667  1 file changed, 55 insertions(+), 73 deletions(-)
41668
41669 commit ee3f4630d70099c42fd9c84796b29a236f6135b6
41670 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41671 Date:   Sun Oct 6 13:56:35 2019 +0330
41672
41673     [glyf] Remove get_composite_iter and refactor bytes_for_glyph for shape uses
41674
41675  src/hb-ot-glyf-table.hh | 42 ++++++++++++++++--------------------------
41676  src/hb-subset-plan.cc   |  2 +-
41677  2 files changed, 17 insertions(+), 27 deletions(-)
41678
41679 commit 8378ab96e28fa34f154583850ff1c2c672a4310d
41680 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41681 Date:   Sun Oct 6 13:49:45 2019 +0330
41682
41683     [glyf] Rewrite composite iterator to new iterators convention
41684
41685  src/hb-ot-glyf-table.hh | 201 ++++++++++++++++++++----------------------------
41686  src/hb-subset-plan.cc   |  10 +--
41687  2 files changed, 85 insertions(+), 126 deletions(-)
41688
41689 commit 100dbccaa50b2f965f3877f2156d388453f0948a
41690 Merge: c54ee4853 b7684fa9f
41691 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41692 Date:   Sun Oct 6 09:18:22 2019 +0330
41693
41694     Merge remote-tracking branch 'upstream/master' into var-subset
41695
41696 commit b7684fa9f42dffa6bd81acfade163123b30800b8
41697 Merge: 79ec65ae1 21c80d955
41698 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41699 Date:   Sun Oct 6 09:00:48 2019 +0330
41700
41701     Merge pull request #1999 from ebraminio/glyf-var
41702     
41703     Implement gvar table and variable glyf
41704
41705 commit 21c80d955f69c1242c77e0ec7ccd852360dd54dd
41706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41707 Date:   Sat Oct 5 23:58:52 2019 +0330
41708
41709     [gvar] minor
41710
41711  src/hb-ot-var-gvar-table.hh | 43 +++++++++++++++++++++----------------------
41712  1 file changed, 21 insertions(+), 22 deletions(-)
41713
41714 commit 5752863640cf4292dec313edebb57aecd47496f3
41715 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41716 Date:   Sat Oct 5 23:51:50 2019 +0330
41717
41718     [glyf][gvar] Make HB_NO_VAR buildable
41719
41720  src/hb-ot-font.cc       | 2 ++
41721  src/hb-ot-glyf-table.hh | 6 ++++++
41722  src/hb-ot-hmtx-table.hh | 8 ++++++++
41723  3 files changed, 16 insertions(+)
41724
41725 commit 8e33510343d151afe49730f3a0b263a2853822b8
41726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41727 Date:   Fri Oct 4 01:11:03 2019 +0330
41728
41729     [gvar] minor
41730
41731  src/hb-ot-var-gvar-table.hh | 132 ++++++++++++++++++++++----------------------
41732  1 file changed, 66 insertions(+), 66 deletions(-)
41733
41734 commit b3afa8164460d63031a80d399200bcaa769c0fa1
41735 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41736 Date:   Fri Oct 4 00:32:04 2019 +0330
41737
41738     [glyf] Use common convention of other tables access, format
41739
41740  src/hb-ot-face-table-list.hh |  1 +
41741  src/hb-ot-glyf-table.hh      | 65 +++++++++++++++++++-------------------------
41742  2 files changed, 29 insertions(+), 37 deletions(-)
41743
41744 commit 88bd342c0ff686daad88bb6b4f2968bbd8b01a24
41745 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41746 Date:   Thu Oct 3 22:45:37 2019 +0330
41747
41748     [glyf] minor
41749
41750  src/hb-ot-glyf-table.hh     | 247 +++++++++++++++++++++++---------------------
41751  src/hb-ot-var-gvar-table.hh |  54 +++++-----
41752  2 files changed, 155 insertions(+), 146 deletions(-)
41753
41754 commit ee7610181cee5bbc0b5dc291228fbe032097bde4
41755 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41756 Date:   Thu Oct 3 15:59:45 2019 +0330
41757
41758     [hmtx] Use more conventional internal API style
41759
41760  src/Makefile.sources    |  1 -
41761  src/harfbuzz.cc         |  1 -
41762  src/hb-ot-font.cc       | 12 ++++++++++++
41763  src/hb-ot-hmtx-table.cc | 42 ------------------------------------------
41764  src/hb-ot-hmtx-table.hh | 18 ++++++++++--------
41765  5 files changed, 22 insertions(+), 52 deletions(-)
41766
41767 commit c9577a630fd5bd08482ee7b94bc03c91fcf366c7
41768 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41769 Date:   Thu Oct 3 15:48:35 2019 +0330
41770
41771     [hmtx] Use more optimal way to access glyf table
41772
41773  src/hb-ot-hmtx-table.cc | 20 ++++----------------
41774  src/hb-ot-hmtx-table.hh |  4 ++--
41775  2 files changed, 6 insertions(+), 18 deletions(-)
41776
41777 commit b9ff43c162e8f61cff8e48d3dcbf7c1fe263d625
41778 Author: Michiharu Ariza <ariza@typekit.com>
41779 Date:   Tue Oct 1 16:13:40 2019 +0330
41780
41781     Implement gvar table and variable glyf
41782     
41783     Split from Ariza's "[subset] TrueType/CFF2 variable font" work on #1594
41784
41785  src/Makefile.sources                               |   2 +
41786  src/harfbuzz.cc                                    |   1 +
41787  src/hb-ot-font.cc                                  |   4 +-
41788  src/hb-ot-glyf-table.hh                            | 618 ++++++++++++++---
41789  src/hb-ot-hmtx-table.cc                            |  54 ++
41790  src/hb-ot-hmtx-table.hh                            |  33 +-
41791  src/hb-ot-var-gvar-table.hh                        | 734 +++++++++++++++++++++
41792  test/api/Makefile.am                               |   1 +
41793  .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
41794  test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
41795  .../api/fonts/SourceSansVariable-Roman.modcomp.ttf | Bin 0 -> 3252 bytes
41796  .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
41797  test/api/test-ot-metrics-tt-var.c                  | 250 +++++++
41798  13 files changed, 1588 insertions(+), 109 deletions(-)
41799
41800 commit c54ee4853092b8a7f9a47da36407455992f55d93
41801 Merge: 19d45dcab 79ec65ae1
41802 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41803 Date:   Thu Oct 3 14:28:37 2019 +0330
41804
41805     Merge remote-tracking branch 'upstream/master' into var-subset
41806
41807 commit 79ec65ae10f959aeddaa1e39eba5226c604a8c87
41808 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41809 Date:   Thu Oct 3 14:27:51 2019 +0330
41810
41811     [ot-font] Use var vmtx side bearing in calculating v-origin
41812
41813  src/hb-ot-font.cc | 2 +-
41814  1 file changed, 1 insertion(+), 1 deletion(-)
41815
41816 commit 19d45dcab732f3a836e17d31be9ca92f01c818b0
41817 Merge: 8106ba7f8 3fd555be5
41818 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41819 Date:   Thu Oct 3 13:39:17 2019 +0330
41820
41821     Merge remote-tracking branch 'upstream/master' into var-subset
41822
41823 commit 3fd555be543a3e9bf9fee509327dbbc9a7b51cdb
41824 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41825 Date:   Thu Oct 3 13:02:41 2019 +0330
41826
41827     [hmtx] Prepare to fix and minor fixes
41828
41829  src/hb-ot-hmtx-table.hh     | 41 ++++++++++++++++-------------------------
41830  src/hb-ot-var-hvar-table.hh |  9 +++++----
41831  2 files changed, 21 insertions(+), 29 deletions(-)
41832
41833 commit 6d09b5a8a0f6ed7a2a92d91ac3d027bd54c452be
41834 Author: Michiharu Ariza <ariza@typekit.com>
41835 Date:   Thu Oct 3 12:01:39 2019 +0330
41836
41837     Implement hmtx/vmtx metrics read from hvar/vvar
41838
41839  src/hb-ot-hmtx-table.hh     | 46 ++++++++++++++++++++++++++++++++++++++++-----
41840  src/hb-ot-var-hvar-table.hh | 19 +++++++++++++------
41841  2 files changed, 54 insertions(+), 11 deletions(-)
41842
41843 commit cfafee52e4ff0441a33530847533f1b1f6019006
41844 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41845 Date:   Wed Oct 2 09:22:46 2019 +0330
41846
41847     Add Repology badges by @luzpaz
41848     
41849     fixes #2002
41850     to track downstream packaging of harfbuzz
41851
41852  README.md | 9 +++++++++
41853  1 file changed, 9 insertions(+)
41854
41855 commit 2d7221a0e3552b1d902629d4ab6c0ce22db983a6
41856 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41857 Date:   Tue Oct 1 15:05:02 2019 +0330
41858
41859     [cff] minor
41860
41861  src/hb-ot-cff-common.hh | 10 +++++-----
41862  1 file changed, 5 insertions(+), 5 deletions(-)
41863
41864 commit 0558413f27e9a18188c0e3d55f5ee57ea42b1548
41865 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41866 Date:   Tue Oct 1 13:49:55 2019 +0330
41867
41868     Minor, tweak spaces
41869
41870  src/hb-aat-layout-kerx-table.hh    |  4 ++--
41871  src/hb-array.hh                    |  4 ++--
41872  src/hb-buffer.hh                   |  3 +--
41873  src/hb-font.h                      |  4 ++--
41874  src/hb-font.hh                     |  8 ++++----
41875  src/hb-open-file.hh                |  2 +-
41876  src/hb-open-type.hh                | 10 +++++-----
41877  src/hb-ot-cff-common.hh            |  4 ++--
41878  src/hb-ot-cff1-table.cc            | 11 +++++------
41879  src/hb-ot-cff1-table.hh            | 24 ++++++++++++------------
41880  src/hb-ot-cff2-table.cc            |  4 ++--
41881  src/hb-ot-cmap-table.hh            |  6 ++----
41882  src/hb-ot-color-cbdt-table.hh      |  2 +-
41883  src/hb-ot-color-cpal-table.hh      |  2 +-
41884  src/hb-ot-kern-table.hh            | 12 ++++++------
41885  src/hb-ot-layout-common.hh         |  2 +-
41886  src/hb-ot-layout-gpos-table.hh     | 14 +++++++-------
41887  src/hb-ot-os2-table.hh             |  4 ++--
41888  src/hb-ot-shape-complex-myanmar.cc |  4 ++--
41889  src/hb-subset-cff-common.hh        |  2 +-
41890  src/hb-unicode.cc                  |  8 ++++----
41891  src/hb-unicode.h                   | 20 ++++++++++----------
41892  src/hb-vector.hh                   |  4 ++--
41893  src/main.cc                        | 37 +++++++++++++++++++++++--------------
41894  src/test-iter.cc                   |  2 +-
41895  25 files changed, 101 insertions(+), 96 deletions(-)
41896
41897 commit 51b720f686adf45bc1b6db3aa76b7d2e62ad1304
41898 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41899 Date:   Tue Oct 1 12:06:22 2019 +0330
41900
41901     Fix -Wsizeof-array-div clang warning
41902
41903  src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++--
41904  1 file changed, 2 insertions(+), 2 deletions(-)
41905
41906 commit faace9437ea09d89ef5f5f9c9fc3ce0dbc672142
41907 Merge: e48ef0804 f0dd724c1
41908 Author: Behdad Esfahbod <behdad@behdad.org>
41909 Date:   Mon Sep 30 13:34:05 2019 -0700
41910
41911     Merge pull request #1807 from harfbuzz/subset-varstore
41912     
41913     VariationStore serializer
41914
41915 commit e48ef0804ad7e4abd35ff3646fa6ed10ad32f1ef
41916 Author: Behdad Esfahbod <behdad@behdad.org>
41917 Date:   Mon Sep 30 12:39:06 2019 -0700
41918
41919     2.6.2
41920
41921  NEWS             | 6 ++++++
41922  configure.ac     | 2 +-
41923  src/hb-version.h | 4 ++--
41924  3 files changed, 9 insertions(+), 3 deletions(-)
41925
41926 commit d6ad613159aabce42fc21d57f6f1a4762c5617bf
41927 Author: Behdad Esfahbod <behdad@behdad.org>
41928 Date:   Tue Sep 10 15:31:44 2019 -0700
41929
41930     [docs] Misc fixes
41931
41932  docs/harfbuzz-sections.txt | 4 ++--
41933  src/hb-gdi.cc              | 2 +-
41934  src/hb-ot-layout.cc        | 2 +-
41935  3 files changed, 4 insertions(+), 4 deletions(-)
41936
41937 commit 2dce85ed06a8cc7ca20900c65662af659c53e717
41938 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41939 Date:   Thu Sep 26 21:15:59 2019 +0330
41940
41941     [icu] Remove HB_ICU_STMT (#1993)
41942     
41943     And ignore extra semicolon error to ICU versions < 65
41944
41945  src/hb-icu.cc | 43 ++++++++++++++++++++++++-------------------
41946  1 file changed, 24 insertions(+), 19 deletions(-)
41947
41948 commit d6a83abd6a0c684bd9a27f593d5be388819022b7
41949 Author: Iceflower <iceflower@gmx.de>
41950 Date:   Thu Sep 26 11:42:11 2019 +0200
41951
41952     Define HB_UNUSED for clang
41953
41954  src/hb.hh | 2 +-
41955  1 file changed, 1 insertion(+), 1 deletion(-)
41956
41957 commit c4567968cd175dc367ab951c9e3141ab5c03c2d6
41958 Author: Iceflower <iceflower@gmx.de>
41959 Date:   Thu Sep 26 11:35:27 2019 +0200
41960
41961     [dwrite] Fix extra semicolon issue
41962
41963  src/hb-directwrite.cc | 2 +-
41964  1 file changed, 1 insertion(+), 1 deletion(-)
41965
41966 commit b0c3eb06b64dcfcfee09a25dde8250804484f77d
41967 Author: Qunxin Liu <qxliu@google.com>
41968 Date:   Wed Sep 18 16:11:44 2019 -0700
41969
41970     [subset] GPOS Lookup Type 3: CursivePos
41971
41972  src/hb-ot-layout-common.hh                         |  33 ++++++++
41973  src/hb-ot-layout-gpos-table.hh                     |  87 ++++++++++++++++++++-
41974  test/subset/data/Makefile.am                       |   1 +
41975  test/subset/data/Makefile.sources                  |   1 +
41976  .../gpos3_font3.keep-layout-retain-gids.28,29.otf  | Bin 0 -> 1712 bytes
41977  .../gpos3_font3.keep-layout-retain-gids.28,2B.otf  | Bin 0 -> 1860 bytes
41978  .../gpos3_font3.keep-layout-retain-gids.29,2B.otf  | Bin 0 -> 1772 bytes
41979  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3692 bytes
41980  .../layout.gpos3/gpos3_font3.keep-layout.28,29.otf | Bin 0 -> 1328 bytes
41981  .../layout.gpos3/gpos3_font3.keep-layout.28,2B.otf | Bin 0 -> 1456 bytes
41982  .../layout.gpos3/gpos3_font3.keep-layout.29,2B.otf | Bin 0 -> 1368 bytes
41983  ...pos3_font3.keep-layout.retain-all-codepoint.otf | Bin 0 -> 3692 bytes
41984  test/subset/data/fonts/gpos3_font3.otf             | Bin 0 -> 4624 bytes
41985  test/subset/data/tests/layout.gpos3.tests          |  12 +++
41986  14 files changed, 132 insertions(+), 2 deletions(-)
41987
41988 commit 68d39ea4866a9d2bae60107619aad25dac6da241
41989 Author: Ebrahim Byagowi <ebrahim@gnu.org>
41990 Date:   Tue Sep 24 13:52:46 2019 +0330
41991
41992     Revert previous change and fix -Wrange-loop-analysis complains
41993
41994  src/hb-ot-layout-gpos-table.hh | 6 +++---
41995  src/hb-ot-vorg-table.hh        | 2 +-
41996  2 files changed, 4 insertions(+), 4 deletions(-)
41997
41998 commit cbc0646a6cfc0f6a04804d6888636f12130cd51b
41999 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42000 Date:   Tue Sep 24 12:08:12 2019 +0330
42001
42002     Minor, normalize for each calls
42003
42004  src/hb-ot-glyf-table.hh        |  5 +----
42005  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
42006  src/hb-ot-name-table.hh        |  3 +--
42007  src/hb-ot-vorg-table.hh        |  3 +--
42008  4 files changed, 8 insertions(+), 13 deletions(-)
42009
42010 commit 22b6c6a5c7b9bebe123822c702b9661e144ebd6b
42011 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42012 Date:   Tue Sep 24 12:06:28 2019 +0330
42013
42014     [serialize] use for each as #resolve_links, format
42015
42016  src/hb-serialize.hh | 22 +++++++---------------
42017  1 file changed, 7 insertions(+), 15 deletions(-)
42018
42019 commit 512551f27600adac875de3381533b52d78f6b22d
42020 Author: Qunxin Liu <48925186+qxliu76@users.noreply.github.com>
42021 Date:   Mon Sep 23 17:28:16 2019 -0700
42022
42023     memory leak fix in serializer (#1988)
42024
42025  src/hb-serialize.hh | 1 +
42026  1 file changed, 1 insertion(+)
42027
42028 commit f0a7677993e51ba4076a0f9a0e7d032d99917d34
42029 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42030 Date:   Mon Sep 23 21:09:39 2019 +0330
42031
42032     [gpos] minor
42033
42034  src/hb-ot-layout-gpos-table.hh | 8 ++++----
42035  1 file changed, 4 insertions(+), 4 deletions(-)
42036
42037 commit 035ec3d1b46b8e60bea3aa8dcf29cf47a5a42d57
42038 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42039 Date:   Mon Sep 23 20:51:43 2019 +0330
42040
42041     [cmap] remove has_format14, minor format
42042     
42043     fixes #1986
42044
42045  src/hb-ot-cmap-table.hh | 9 ++++-----
42046  1 file changed, 4 insertions(+), 5 deletions(-)
42047
42048 commit c1a585fab0c17fe47b0728cf67920791c2173019
42049 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42050 Date:   Sat Sep 21 23:30:52 2019 +0430
42051
42052     [gpos] minor
42053
42054  src/hb-ot-layout-gpos-table.hh | 22 +++++++---------------
42055  1 file changed, 7 insertions(+), 15 deletions(-)
42056
42057 commit d87d38998a4ff7bec3d8fb658dc9299f144a2fcb
42058 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42059 Date:   Sat Sep 21 17:27:39 2019 +0430
42060
42061     Fix clang -Wrange-loop-analysis complains
42062     
42063     ./hb-ot-layout-gpos-table.hh:674:43: error: loop variable '_' is always a copy because the range of type 'hb_zip_iter_t<hb_iter_type<hb_array_t<const OT::IntType<unsigned short, 2> > &>, hb_iter_type<hb_array_t<const OT::IntType<unsigned short, 2> > &> >' (aka 'hb_zip_iter_t<hb_array_t<const OT::IntType<unsigned short, 2> >, hb_array_t<const OT::IntType<unsigned short, 2> > >') does not return a reference [-Werror,-Wrange-loop-analysis]
42064           for (const hb_pair_t<Value, Value>& _ : hb_zip (val_iter, first_val_iter))
42065                                               ^
42066     ./hb-ot-layout-gpos-table.hh:674:12: note: use non-reference type 'hb_pair_t<OT::Value, OT::Value>' (aka 'hb_pair_t<IntType<unsigned short, 2>, IntType<unsigned short, 2> >')
42067           for (const hb_pair_t<Value, Value>& _ : hb_zip (val_iter, first_val_iter))
42068     
42069     and
42070     
42071     In file included from hb-subset.cc:44:
42072     ./hb-ot-vorg-table.hh:87:34: error: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_sorted_array_t<const OT::VertOriginMetric>, const hb_set_t *, OT::HBGlyphID OT::VertOriginMetric::*, nullptr>, (lambda at ./hb-ot-vorg-table.hh:100:15), hb_function_sortedness_t::NOT_SORTED, nullptr>' does not return a reference [-Werror,-Wrange-loop-analysis]
42073         for (const VertOriginMetric& _ : it)
42074                                      ^
42075     ./hb-ot-vorg-table.hh:113:17: note: in instantiation of function template specialization 'OT::VORG::serialize<hb_map_iter_t<hb_filter_iter_t<hb_sorted_array_t<const OT::VertOriginMetric>, const hb_set_t *, OT::HBGlyphID OT::VertOriginMetric::*, nullptr>, (lambda at ./hb-ot-vorg-table.hh:100:15), hb_function_sortedness_t::NOT_SORTED, nullptr>, nullptr>' requested here
42076         vorg_prime->serialize (c->serializer, it, defaultVertOriginY);
42077                     ^
42078     ./hb-ot-vorg-table.hh:87:10: note: use non-reference type 'OT::VertOriginMetric'
42079         for (const VertOriginMetric& _ : it)
42080              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
42081
42082  src/hb-ot-layout-gpos-table.hh | 2 +-
42083  src/hb-ot-vorg-table.hh        | 2 +-
42084  2 files changed, 2 insertions(+), 2 deletions(-)
42085
42086 commit 6e42a418c8fe4231c3cc080bc771455578b0cce0
42087 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42088 Date:   Sat Sep 21 16:25:54 2019 +0430
42089
42090     Minor, turn more of hb_apply to for each
42091
42092  src/hb-ot-glyf-table.hh        |  5 ++---
42093  src/hb-ot-layout-gpos-table.hh | 42 ++++++++++++++----------------------------
42094  src/hb-ot-name-table.hh        |  5 ++---
42095  src/hb-ot-vorg-table.hh        |  5 ++---
42096  4 files changed, 20 insertions(+), 37 deletions(-)
42097
42098 commit 0665dce1163317390adbed9394cce2b1325ddb6c
42099 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42100 Date:   Sat Sep 21 17:22:02 2019 +0430
42101
42102     [fuzzer] Don't process output in debug mode as it causes timeout
42103
42104  test/fuzzing/run-shape-fuzzer-tests.py  | 7 ++++++-
42105  test/fuzzing/run-subset-fuzzer-tests.py | 7 ++++++-
42106  2 files changed, 12 insertions(+), 2 deletions(-)
42107
42108 commit dc886f6638f50e45e73d01e49db77b4bcefc85e1
42109 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42110 Date:   Sat Sep 14 11:18:47 2019 +0430
42111
42112     [ci] Re-enable debug builds on fedora bot
42113
42114  .circleci/config.yml | 4 ++--
42115  1 file changed, 2 insertions(+), 2 deletions(-)
42116
42117 commit 70228f68ac413ee19281861e3039a82d90c17f2a
42118 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42119 Date:   Sat Sep 21 16:24:41 2019 +0430
42120
42121     [ci] Enable HB_WITH_WIN1256 on -Weverything bot
42122     
42123     To catch its compile warnings, #1969 related
42124
42125  .circleci/config.yml | 2 +-
42126  1 file changed, 1 insertion(+), 1 deletion(-)
42127
42128 commit 385741d565de1cc90de23664f8e66fc77c31efae
42129 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42130 Date:   Sat Sep 21 15:26:14 2019 +0430
42131
42132     [cmap] Turn hb_apply into foreach where possible
42133
42134  src/hb-ot-cmap-table.hh | 151 +++++++++++++++++++-----------------------------
42135  1 file changed, 61 insertions(+), 90 deletions(-)
42136
42137 commit 1023c2cc6de0f33602df8709134bef8cdb66ba0c
42138 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42139 Date:   Sat Sep 21 14:33:43 2019 +0430
42140
42141     [cmap] minor
42142
42143  src/hb-ot-cmap-table.hh | 62 ++++++++++++++++++-------------------------------
42144  1 file changed, 22 insertions(+), 40 deletions(-)
42145
42146 commit ead46eefe3bf2bea61c86689f4c5a1da9b7e446b
42147 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42148 Date:   Sat Sep 21 14:25:11 2019 +0430
42149
42150     minor, use internal API instead public hb_set_has
42151
42152  src/hb-ot-cmap-table.hh | 4 ++--
42153  src/hb-subset-plan.cc   | 2 +-
42154  2 files changed, 3 insertions(+), 3 deletions(-)
42155
42156 commit d8af4e7701fe63d63f6669706ce7a5bb3a15a19d
42157 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42158 Date:   Sat Sep 21 14:19:14 2019 +0430
42159
42160     [cmap] minor, turn 8 spaces to tab
42161
42162  src/hb-ot-cmap-table.hh | 228 ++++++++++++++++++++++++------------------------
42163  src/hb-subset-plan.cc   |   6 +-
42164  2 files changed, 117 insertions(+), 117 deletions(-)
42165
42166 commit 4315666283a7d1b175d1c3ed43b5ac85fdc84a50
42167 Author: Qunxin Liu <qxliu@google.com>
42168 Date:   Thu Aug 29 11:17:20 2019 -0700
42169
42170     [subset] updates according to review comments
42171
42172  src/hb-ot-cmap-table.hh | 95 ++++++++++++++++++++++++-------------------------
42173  1 file changed, 47 insertions(+), 48 deletions(-)
42174
42175 commit bf66d1bf589b6af2ceb30c18619f210b718c9db9
42176 Author: Qunxin Liu <qxliu@google.com>
42177 Date:   Wed Aug 21 14:24:33 2019 -0700
42178
42179     [subset] Add integration tests for cmap14
42180
42181  test/subset/data/Makefile.am                       |   1 +
42182  test/subset/data/Makefile.sources                  |   1 +
42183  .../cmap14/cmap14_font1.default.4E00,4E02,4E03.otf | Bin 0 -> 1360 bytes
42184  .../cmap14/cmap14_font1.default.4E00,4E03.otf      | Bin 0 -> 1236 bytes
42185  .../cmap14/cmap14_font1.default.4E00,4E05,4E07.otf | Bin 0 -> 1328 bytes
42186  .../cmap14/cmap14_font1.default.4E02,4E03,4E08.otf | Bin 0 -> 1576 bytes
42187  .../expected/cmap14/cmap14_font1.default.4E02.otf  | Bin 0 -> 996 bytes
42188  .../expected/cmap14/cmap14_font1.default.4E03.otf  | Bin 0 -> 1080 bytes
42189  .../cmap14_font1.default.4E05,4E07,4E08,4E09.otf   | Bin 0 -> 1848 bytes
42190  .../cmap14/cmap14_font1.default.4E08,4E09.otf      | Bin 0 -> 1720 bytes
42191  .../expected/cmap14/cmap14_font1.default.4E08.otf  | Bin 0 -> 1384 bytes
42192  .../cmap14_font1.default.retain-all-codepoint.otf  | Bin 0 -> 2348 bytes
42193  ...font1.drop-hints-retain-gids.4E00,4E02,4E03.otf | Bin 0 -> 1388 bytes
42194  ...ap14_font1.drop-hints-retain-gids.4E00,4E03.otf | Bin 0 -> 1272 bytes
42195  ...font1.drop-hints-retain-gids.4E00,4E05,4E07.otf | Bin 0 -> 1396 bytes
42196  ...font1.drop-hints-retain-gids.4E02,4E03,4E08.otf | Bin 0 -> 1720 bytes
42197  .../cmap14_font1.drop-hints-retain-gids.4E02.otf   | Bin 0 -> 1028 bytes
42198  .../cmap14_font1.drop-hints-retain-gids.4E03.otf   | Bin 0 -> 1124 bytes
42199  ....drop-hints-retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1984 bytes
42200  ...ap14_font1.drop-hints-retain-gids.4E08,4E09.otf | Bin 0 -> 1872 bytes
42201  .../cmap14_font1.drop-hints-retain-gids.4E08.otf   | Bin 0 -> 1544 bytes
42202  ...drop-hints-retain-gids.retain-all-codepoint.otf | Bin 0 -> 2436 bytes
42203  .../cmap14_font1.drop-hints.4E00,4E02,4E03.otf     | Bin 0 -> 1292 bytes
42204  .../cmap14/cmap14_font1.drop-hints.4E00,4E03.otf   | Bin 0 -> 1168 bytes
42205  .../cmap14_font1.drop-hints.4E00,4E05,4E07.otf     | Bin 0 -> 1260 bytes
42206  .../cmap14_font1.drop-hints.4E02,4E03,4E08.otf     | Bin 0 -> 1512 bytes
42207  .../cmap14/cmap14_font1.drop-hints.4E02.otf        | Bin 0 -> 928 bytes
42208  .../cmap14/cmap14_font1.drop-hints.4E03.otf        | Bin 0 -> 1012 bytes
42209  ...cmap14_font1.drop-hints.4E05,4E07,4E08,4E09.otf | Bin 0 -> 1780 bytes
42210  .../cmap14/cmap14_font1.drop-hints.4E08,4E09.otf   | Bin 0 -> 1652 bytes
42211  .../cmap14/cmap14_font1.drop-hints.4E08.otf        | Bin 0 -> 1316 bytes
42212  ...map14_font1.drop-hints.retain-all-codepoint.otf | Bin 0 -> 2280 bytes
42213  .../cmap14_font1.name-ids.4E00,4E02,4E03.otf       | Bin 0 -> 1292 bytes
42214  .../cmap14/cmap14_font1.name-ids.4E00,4E03.otf     | Bin 0 -> 1168 bytes
42215  .../cmap14_font1.name-ids.4E00,4E05,4E07.otf       | Bin 0 -> 1260 bytes
42216  .../cmap14_font1.name-ids.4E02,4E03,4E08.otf       | Bin 0 -> 1508 bytes
42217  .../expected/cmap14/cmap14_font1.name-ids.4E02.otf | Bin 0 -> 928 bytes
42218  .../expected/cmap14/cmap14_font1.name-ids.4E03.otf | Bin 0 -> 1012 bytes
42219  .../cmap14_font1.name-ids.4E05,4E07,4E08,4E09.otf  | Bin 0 -> 1780 bytes
42220  .../cmap14/cmap14_font1.name-ids.4E08,4E09.otf     | Bin 0 -> 1652 bytes
42221  .../expected/cmap14/cmap14_font1.name-ids.4E08.otf | Bin 0 -> 1316 bytes
42222  .../cmap14_font1.name-ids.retain-all-codepoint.otf | Bin 0 -> 2280 bytes
42223  .../cmap14_font1.retain-gids.4E00,4E02,4E03.otf    | Bin 0 -> 1452 bytes
42224  .../cmap14/cmap14_font1.retain-gids.4E00,4E03.otf  | Bin 0 -> 1340 bytes
42225  .../cmap14_font1.retain-gids.4E00,4E05,4E07.otf    | Bin 0 -> 1464 bytes
42226  .../cmap14_font1.retain-gids.4E02,4E03,4E08.otf    | Bin 0 -> 1788 bytes
42227  .../cmap14/cmap14_font1.retain-gids.4E02.otf       | Bin 0 -> 1096 bytes
42228  .../cmap14/cmap14_font1.retain-gids.4E03.otf       | Bin 0 -> 1192 bytes
42229  ...map14_font1.retain-gids.4E05,4E07,4E08,4E09.otf | Bin 0 -> 2048 bytes
42230  .../cmap14/cmap14_font1.retain-gids.4E08,4E09.otf  | Bin 0 -> 1940 bytes
42231  .../cmap14/cmap14_font1.retain-gids.4E08.otf       | Bin 0 -> 1608 bytes
42232  ...ap14_font1.retain-gids.retain-all-codepoint.otf | Bin 0 -> 2500 bytes
42233  test/subset/data/fonts/cmap14_font1.otf            | Bin 0 -> 4484 bytes
42234  test/subset/data/tests/cmap14.tests                |  21 +++++++++++++++++++++
42235  54 files changed, 23 insertions(+)
42236
42237 commit 2583afa0eb90134274ddd92864ea5270eeebc52e
42238 Author: Qunxin Liu <qxliu@google.com>
42239 Date:   Fri Aug 16 13:54:24 2019 -0700
42240
42241     [subset] subsetting cmap14
42242
42243  src/hb-ot-cmap-table.hh | 295 +++++++++++++++++++++++++++++++++++++++++++-----
42244  1 file changed, 265 insertions(+), 30 deletions(-)
42245
42246 commit 078ddbd0f6ad660e740809b7f4c067e02309b98d
42247 Author: Qunxin Liu <qxliu@google.com>
42248 Date:   Wed Aug 7 13:17:26 2019 -0700
42249
42250     [subset] glyph closure for CMAP14
42251
42252  src/hb-ot-cmap-table.hh | 34 +++++++++++++++++++++++++++++++++-
42253  src/hb-subset-plan.cc   | 10 ++++++++++
42254  2 files changed, 43 insertions(+), 1 deletion(-)
42255
42256 commit bbe878006d347893fc70e282c2aaafef5dd622b4
42257 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42258 Date:   Wed Sep 18 22:22:01 2019 +0430
42259
42260     Avoid bitwise negate of enum value
42261     
42262     Fixes this -fno-sanitize-recover=undefined fail,
42263     
42264     hb-ot-map.hh:188:1: runtime error: load of value 4294967294, which is not a valid value for type 'hb_ot_map_feature_flags_t'
42265         #0 0x7f62bfa9b227 in operator&=(hb_ot_map_feature_flags_t&, hb_ot_map_feature_flags_t) /home/ebrahim/Desktop/harfbuzz/src/./hb-ot-map.hh:188:1
42266         #1 0x7f62bfa9b227 in hb_ot_map_builder_t::compile(hb_ot_map_t&, hb_ot_shape_plan_key_t const&) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-map.cc:194
42267         #2 0x7f62bface650 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, hb_ot_shape_plan_key_t const&) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-shape.cc:108:7
42268         #3 0x7f62bfacec1e in hb_ot_shape_plan_t::init0(hb_face_t*, hb_shape_plan_key_t const*) /home/ebrahim/Desktop/harfbuzz/src/hb-ot-shape.cc:225:11
42269         #4 0x7f62bfae1318 in hb_shape_plan_create2 /home/ebrahim/Desktop/harfbuzz/src/hb-shape-plan.cc:232:7
42270         #5 0x7f62bfae1d2a in hb_shape_plan_create_cached2 /home/ebrahim/Desktop/harfbuzz/src/hb-shape-plan.cc:489:33
42271         #6 0x7f62bfae2527 in hb_shape_full /home/ebrahim/Desktop/harfbuzz/src/hb-shape.cc:135:33
42272         #7 0x55ed360b6588 in shape_options_t::shape(hb_font_t*, hb_buffer_t*, char const**) /home/ebrahim/Desktop/harfbuzz/util/./options.hh:242:10
42273         #8 0x55ed360b5d9c in shape_consumer_t<output_buffer_t>::consume_line(char const*, unsigned int, char const*, char const*) /home/ebrahim/Desktop/harfbuzz/util/./shape-consumer.hh:67:19
42274         #9 0x55ed360b549f in main_font_text_t<shape_consumer_t<output_buffer_t>, 2147483647, 0>::main(int, char**) /home/ebrahim/Desktop/harfbuzz/util/./main-font-text.hh:81:16
42275         #10 0x55ed360b4e23 in main /home/ebrahim/Desktop/harfbuzz/util/hb-shape.cc:189:17
42276         #11 0x7f62bf104ee2 in __libc_start_main (/usr/lib/libc.so.6+0x26ee2)
42277         #12 0x55ed3608f7ad in _start (/home/ebrahim/Desktop/harfbuzz/util/.libs/lt-hb-shape+0xd7ad)
42278
42279  src/hb-ot-map.cc | 3 ++-
42280  1 file changed, 2 insertions(+), 1 deletion(-)
42281
42282 commit e6909ee58d0f7b954f3bb227c2f90ca4cfd0c858
42283 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42284 Date:   Wed Sep 18 22:12:25 2019 +0430
42285
42286     minor
42287
42288  src/hb-buffer.cc | 2 +-
42289  src/hb-common.cc | 2 +-
42290  2 files changed, 2 insertions(+), 2 deletions(-)
42291
42292 commit bb41b74fd1fb42b08e9069c22ee046daeee98e6b
42293 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42294 Date:   Wed Sep 18 00:55:24 2019 +0430
42295
42296     Don't rely on undefined left shift of negative value behavior
42297     
42298     Fixes this -fno-sanitize-recover=undefined check,
42299     
42300     hb-ft.cc:869:27: runtime error: left shift of negative value -16384
42301         #0 0x7ff8f47da843 in hb_ft_font_set_funcs /home/ebrahim/Desktop/harfbuzz/src/hb-ft.cc:869:27
42302         #1 0x55f20a66c7d6 in font_options_t::get_font() const /home/ebrahim/Desktop/harfbuzz/util/options.cc:731:3
42303         #2 0x55f20a668c1f in shape_consumer_t<output_buffer_t>::init(hb_buffer_t*, font_options_t const*) /home/ebrahim/Desktop/harfbuzz/util/./shape-consumer.hh:47:42
42304         #3 0x55f20a668441 in main_font_text_t<shape_consumer_t<output_buffer_t>, 2147483647, 0>::main(int, char**) /home/ebrahim/Desktop/harfbuzz/util/./main-font-text.hh:75:14
42305         #4 0x55f20a667f91 in main /home/ebrahim/Desktop/harfbuzz/util/hb-shape.cc:180:21
42306         #5 0x7ff8f3df7ee2 in __libc_start_main (/usr/lib/libc.so.6+0x26ee2)
42307         #6 0x55f20a6427ad in _start (/home/ebrahim/Desktop/harfbuzz/util/.libs/lt-hb-shape+0xd7ad)
42308
42309  src/hb-ft.cc | 2 +-
42310  1 file changed, 1 insertion(+), 1 deletion(-)
42311
42312 commit b73313ade75130bf86ad1efbd312ce4106166089
42313 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42314 Date:   Wed Sep 18 00:50:32 2019 +0430
42315
42316     Don't seek of out-of-bound value even if the result is not used
42317     
42318     Fixes this -fno-sanitize-recover=undefined fail,
42319     
42320     /set/iter: hb-algs.hh:1016:60: runtime error: index 4294967295 out of bounds for type 'unsigned long long const[8]'
42321         #0 0x4d1e09 in hb_vector_size_t<unsigned long long, 64u>::operator[](unsigned int) const /home/user/code/harfbuzz/src/./hb-algs.hh:1016:60
42322         #1 0x4d8b5f in hb_set_t::page_t::previous(unsigned int*) const /home/user/code/harfbuzz/src/./hb-set.hh:139:53
42323         #2 0x4d0ada in hb_set_t::previous(unsigned int*) const /home/user/code/harfbuzz/src/./hb-set.hh:602:36
42324         #3 0x4cd76f in hb_set_previous /home/user/code/harfbuzz/src/hb-set.cc:494:15
42325         #4 0x4ca8af in test_set_iter /home/user/code/harfbuzz/test/api/test-set.c:310:3
42326         #5 0x7f3a4f3e0f49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
42327         #6 0x7f3a4f3e0e7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
42328         #7 0x7f3a4f3e1121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
42329         #8 0x7f3a4f3e1140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
42330         #9 0x4c8894 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
42331         #10 0x4c8894 in main /home/user/code/harfbuzz/test/api/test-set.c:408:10
42332         #11 0x7f3a4e3d2b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
42333         #12 0x41e7d9 in _start (/home/user/code/harfbuzz/test/api/test-set+0x41e7d9)
42334
42335  src/hb-set.hh | 7 ++++++-
42336  1 file changed, 6 insertions(+), 1 deletion(-)
42337
42338 commit d8af9ee017ed1018343d30272f55b90dd03a3559
42339 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42340 Date:   Wed Sep 18 00:47:55 2019 +0430
42341
42342     Don't rely on nullptr deref recovery
42343     
42344     Fixes this -fno-sanitize-recover=undefined fail,
42345     
42346     /types/language: hb-common.cc:385:20: runtime error: member access within null pointer of type 'const struct hb_language_impl_t'
42347         #0 0x4caa34 in hb_language_to_string /home/user/code/harfbuzz/src/hb-common.cc:385:20
42348         #1 0x4c9be8 in test_types_language /home/user/code/harfbuzz/test/api/test-common.c:205:3
42349         #2 0x7f9557e72f49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
42350         #3 0x7f9557e72e7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
42351         #4 0x7f9557e73121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
42352         #5 0x7f9557e73140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
42353         #6 0x4c88a3 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
42354         #7 0x4c88a3 in main /home/user/code/harfbuzz/test/api/test-common.c:224:10
42355         #8 0x7f9556e64b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
42356         #9 0x41e7d9 in _start (/home/user/code/harfbuzz/test/api/test-common+0x41e7d9)
42357
42358  src/hb-common.cc | 3 ++-
42359  1 file changed, 2 insertions(+), 1 deletion(-)
42360
42361 commit bfb155a5f19b26f9dcff667a76a24cd5c3b83234
42362 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42363 Date:   Wed Sep 18 00:44:52 2019 +0430
42364
42365     Don't call memset when length is zero
42366     
42367     Fixes this -fno-sanitize-recover=undefined check,
42368     
42369     /buffer/positions/empty: hb-buffer.cc:327:11: runtime error: null pointer passed as argument 1, which is declared to never be null
42370     
42371     /usr/include/string.h:60:62: note: nonnull attribute specified here
42372         #0 0x4cf31c in hb_buffer_t::clear_positions() /home/user/code/harfbuzz/src/hb-buffer.cc:327:3
42373         #1 0x4d4dd4 in hb_buffer_get_glyph_positions /home/user/code/harfbuzz/src/hb-buffer.cc:1418:13
42374         #2 0x4cb553 in test_buffer_positions /home/user/code/harfbuzz/test/api/test-buffer.c:305:3
42375         #3 0x7f324187bf49  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72f49)
42376         #4 0x7f324187be7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
42377         #5 0x7f324187be7a  (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x72e7a)
42378         #6 0x7f324187c121 in g_test_run_suite (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73121)
42379         #7 0x7f324187c140 in g_test_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x73140)
42380         #8 0x4c8bd3 in hb_test_run /home/user/code/harfbuzz/test/api/./hb-test.h:88:10
42381         #9 0x4c8bd3 in main /home/user/code/harfbuzz/test/api/test-buffer.c:884:10
42382         #10 0x7f324086db96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
42383         #11 0x41e919 in _start (/home/user/code/harfbuzz/test/api/test-buffer+0x41e919)
42384
42385  src/hb-buffer.cc | 3 ++-
42386  1 file changed, 2 insertions(+), 1 deletion(-)
42387
42388 commit 5a1cc199ab7b619935af04584ecc650216a83d66
42389 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42390 Date:   Wed Sep 18 00:43:44 2019 +0430
42391
42392     [ci] Run -fno-sanitize-recover=undefined checks
42393
42394  .circleci/config.yml | 4 ++--
42395  1 file changed, 2 insertions(+), 2 deletions(-)
42396
42397 commit c930ae2bd8b6f626ddec0628ae6b38e3134e3c97
42398 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42399 Date:   Mon Sep 16 14:04:34 2019 +0430
42400
42401     Avoid stdint.h in Kernel module compiles
42402
42403  src/hb-common.h | 2 ++
42404  1 file changed, 2 insertions(+)
42405
42406 commit 412d6cac3a46d710159ed4b3cc3bb59fd5876d5f
42407 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42408 Date:   Mon Sep 16 13:50:11 2019 +0430
42409
42410     Extract an avoid errno compile flag
42411
42412  src/hb-blob.cc   | 1 -
42413  src/hb-config.hh | 1 +
42414  src/hb.hh        | 9 +++++++--
42415  3 files changed, 8 insertions(+), 3 deletions(-)
42416
42417 commit 8a16d6f1c13388e6d9ca844a309632ec583ee1a2
42418 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42419 Date:   Sun Sep 15 20:43:33 2019 +0430
42420
42421     [doc] fix minor typo
42422
42423  src/hb-ot-layout.cc | 2 +-
42424  1 file changed, 1 insertion(+), 1 deletion(-)
42425
42426 commit aab279b33dda45ae0e45c887f2fad6381b5138dc
42427 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42428 Date:   Sat Sep 14 11:20:09 2019 +0430
42429
42430     [ci] Install cmake on macOS cmake/amalgam tester
42431
42432  .circleci/config.yml | 2 +-
42433  1 file changed, 1 insertion(+), 1 deletion(-)
42434
42435 commit f3214df6f63919ebe73c713b1e80bba1097a0cea
42436 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42437 Date:   Sat Sep 14 10:56:00 2019 +0430
42438
42439     [coretext] Fix double promotion warnings by making casts explicit
42440
42441  src/hb-coretext.cc | 4 ++--
42442  1 file changed, 2 insertions(+), 2 deletions(-)
42443
42444 commit cbbb6fa45519a8670870c784841d7b9e1ab71dd1
42445 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42446 Date:   Sat Sep 14 10:53:12 2019 +0430
42447
42448     [ci] Don't build cmake tests in macOS bot
42449
42450  .circleci/config.yml | 2 +-
42451  1 file changed, 1 insertion(+), 1 deletion(-)
42452
42453 commit 6e4736a3c5acc0eea1b16c79b95d1a3082baa320
42454 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42455 Date:   Sat Sep 14 10:38:52 2019 +0430
42456
42457     [name] Undef entry_{index,score} to avoid collision in amalgam builds
42458
42459  src/hb-ot-name-table.hh | 3 +++
42460  1 file changed, 3 insertions(+)
42461
42462 commit d512087e4dfb5d9483b78eaf8443b4fa8724b8e1
42463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42464 Date:   Sat Sep 14 10:36:29 2019 +0430
42465
42466     Rename GlyphID to HBGlyphID
42467     
42468     Avoid collision with macOS's ATSUnicodeTypes.h GlyphID
42469
42470  src/hb-aat-layout-bsln-table.hh            |  4 +-
42471  src/hb-aat-layout-common.hh                | 16 +++----
42472  src/hb-aat-layout-just-table.hh            |  8 ++--
42473  src/hb-aat-layout-kerx-table.hh            |  4 +-
42474  src/hb-aat-layout-morx-table.hh            | 32 ++++++-------
42475  src/hb-open-type.hh                        |  4 +-
42476  src/hb-ot-cmap-table.hh                    |  4 +-
42477  src/hb-ot-color-cbdt-table.hh              |  8 ++--
42478  src/hb-ot-color-colr-table.hh              |  4 +-
42479  src/hb-ot-glyf-table.hh                    |  2 +-
42480  src/hb-ot-layout-base-table.hh             |  2 +-
42481  src/hb-ot-layout-common.hh                 | 22 ++++-----
42482  src/hb-ot-layout-gpos-table.hh             |  2 +-
42483  src/hb-ot-layout-gsub-table.hh             | 72 +++++++++++++++---------------
42484  src/hb-ot-layout-jstf-table.hh             |  2 +-
42485  src/hb-ot-math-table.hh                    |  4 +-
42486  src/hb-ot-shape-complex-arabic-fallback.hh | 14 +++---
42487  src/hb-ot-vorg-table.hh                    |  2 +-
42488  18 files changed, 103 insertions(+), 103 deletions(-)
42489
42490 commit bf08611044d83b6f5d6dec443f5216db259b4085
42491 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42492 Date:   Sat Sep 14 10:35:08 2019 +0430
42493
42494     [ci] Update and compile cmake/amalgam on macOS bot
42495
42496  .circleci/config.yml | 7 ++++---
42497  1 file changed, 4 insertions(+), 3 deletions(-)
42498
42499 commit 229ef1d29d5c7a370ebb10a1131c04719f34dc81
42500 Author: Behdad Esfahbod <behdad@behdad.org>
42501 Date:   Tue Sep 10 10:31:07 2019 -0700
42502
42503     Rename Fixed to HBFixed
42504     
42505     Fixes(!!) https://github.com/harfbuzz/harfbuzz/issues/1966
42506
42507  src/hb-aat-fdsc-table.hh        |  4 ++--
42508  src/hb-aat-layout-just-table.hh | 20 ++++++++++----------
42509  src/hb-aat-layout-trak-table.hh |  8 ++++----
42510  src/hb-open-type.hh             |  4 ++--
42511  src/hb-ot-post-table.hh         |  2 +-
42512  src/hb-ot-stat-table.hh         | 14 +++++++-------
42513  src/hb-ot-var-fvar-table.hh     | 16 ++++++++--------
42514  7 files changed, 34 insertions(+), 34 deletions(-)
42515
42516 commit 170b5dd856b1ba8f26e79863fe0c64a52eb68951
42517 Author: Behdad Esfahbod <behdad@behdad.org>
42518 Date:   Sun Sep 8 16:34:11 2019 -0400
42519
42520     [aat] Minor
42521
42522  src/hb-aat-layout-morx-table.hh | 14 +++++---------
42523  1 file changed, 5 insertions(+), 9 deletions(-)
42524
42525 commit a0695687eb03bcf80c4dec19917127cdd8d8797d
42526 Author: Behdad Esfahbod <behdad@behdad.org>
42527 Date:   Sun Sep 8 16:32:12 2019 -0400
42528
42529     [aat] Minor
42530
42531  src/hb-aat-layout-morx-table.hh | 2 --
42532  1 file changed, 2 deletions(-)
42533
42534 commit 4905a2198b4c47c12c6356f72ae0d2b178630d25
42535 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42536 Date:   Mon Sep 9 12:36:12 2019 +0430
42537
42538     [number] Add static to hb-number-parser.hh functions
42539
42540  src/hb-number-parser.hh | 4 ++--
42541  src/hb-number-parser.rl | 4 ++--
42542  2 files changed, 4 insertions(+), 4 deletions(-)
42543
42544 commit 30e5cdfbf1ce2aadadf29ccfd0733355ced2d065
42545 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42546 Date:   Mon Sep 9 00:28:16 2019 +0430
42547
42548     [number] Optimize _pow10 constants (#1963)
42549
42550  src/hb-number-parser.hh | 43 +++++++++++++++++++------------------------
42551  src/hb-number-parser.rl | 31 +++++++++++++------------------
42552  2 files changed, 32 insertions(+), 42 deletions(-)
42553
42554 commit 3f2cdf07a417f81aeeb1e296db493b6e02d76ba8
42555 Author: Behdad Esfahbod <behdad@behdad.org>
42556 Date:   Sun Sep 8 15:08:02 2019 -0400
42557
42558     Change HB_VAR_ARRAY to 1 again
42559     
42560     To fix MSVC bots, while I work on changing this to 0 permanently.
42561
42562  src/hb.hh | 2 +-
42563  1 file changed, 1 insertion(+), 1 deletion(-)
42564
42565 commit 39cf8e21be2bf69717cf60a339b3ad26c6f7985b
42566 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42567 Date:   Sat Sep 7 15:27:30 2019 +0430
42568
42569     [number] Add overflow checks used to be done in parse_bcd
42570     
42571     Which were removed in 1083df8
42572
42573  src/hb-number-parser.hh | 60 +++++++++++++++++++++++++++++++++----------------
42574  src/hb-number-parser.rl | 38 ++++++++++++++++++++++++-------
42575  2 files changed, 71 insertions(+), 27 deletions(-)
42576
42577 commit 47d82713a144e06e00a486b3aa7d3934d62d68fd
42578 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42579 Date:   Fri Sep 6 20:33:10 2019 +0430
42580
42581     Replace strtod with a ragel implementation
42582     
42583     Use a ragel based number parser when strtod_l couldn't be found
42584     as libc's strtod may is locale sensetivity which we need to not.
42585
42586  src/Makefile.sources    |   2 +
42587  src/hb-number-parser.hh | 223 ++++++++++++++++++++++++++++++++++++++++++++++++
42588  src/hb-number-parser.rl | 122 ++++++++++++++++++++++++++
42589  src/hb-number.cc        |   3 +-
42590  src/test-number.cc      |  30 +++++++
42591  5 files changed, 379 insertions(+), 1 deletion(-)
42592
42593 commit 80613e5b9ee31125f4390012719e6f39970118d3
42594 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42595 Date:   Sat Sep 7 14:25:54 2019 +0430
42596
42597     Minor, remove unused header
42598
42599  src/hb-common.cc | 3 ---
42600  1 file changed, 3 deletions(-)
42601
42602 commit 5902198cee9b9939ae310f459f9f18f5f1b07424
42603 Author: Behdad Esfahbod <behdad@behdad.org>
42604 Date:   Fri Sep 6 21:36:31 2019 -0400
42605
42606     [kerx] Fix offset issue in kern format 2
42607     
42608     Fixes tests with HB_VAR_ARRAY != 1, as done in previous commit.
42609
42610  src/hb-aat-layout-common.hh     | 2 +-
42611  src/hb-aat-layout-kerx-table.hh | 2 +-
42612  2 files changed, 2 insertions(+), 2 deletions(-)
42613
42614 commit 861547d5315be4cb22f3a1e7cd59696d8657ca49
42615 Author: Behdad Esfahbod <behdad@behdad.org>
42616 Date:   Fri Sep 6 16:55:00 2019 -0400
42617
42618     Change HB_VAR_ARRAY from 1 to 0
42619     
42620     Going to see which compilers it breaks and special-case those...
42621
42622  src/hb.hh | 4 +++-
42623  1 file changed, 3 insertions(+), 1 deletion(-)
42624
42625 commit 0e294c455e7f2e50172f65463ab016f1372d4c59
42626 Author: Behdad Esfahbod <behdad@behdad.org>
42627 Date:   Fri Sep 6 16:54:27 2019 -0400
42628
42629     Rename VAR to HB_VAR_ARRAY
42630
42631  src/hb-machinery.hh        | 2 +-
42632  src/hb-open-type.hh        | 8 ++++----
42633  src/hb-ot-cff-common.hh    | 6 +++---
42634  src/hb-ot-cff1-table.hh    | 4 ++--
42635  src/hb-ot-layout-common.hh | 2 +-
42636  src/hb-ot-maxp-table.hh    | 2 +-
42637  src/hb-string-array.hh     | 2 +-
42638  src/hb.hh                  | 2 +-
42639  8 files changed, 14 insertions(+), 14 deletions(-)
42640
42641 commit c379faed2bcca1cc1a81b0de132fc3c4f7f7a080
42642 Author: Behdad Esfahbod <behdad@behdad.org>
42643 Date:   Fri Sep 6 16:41:12 2019 -0400
42644
42645     Fix a few struct size declarations
42646     
42647     Was wrong.  As excercised by defining VAR to other than 1 in hb.hh.
42648
42649  src/hb-aat-layout-feat-table.hh | 2 +-
42650  src/hb-ot-cff-common.hh         | 2 +-
42651  src/hb-ot-color-sbix-table.hh   | 2 +-
42652  src/hb-ot-layout-common.hh      | 2 +-
42653  4 files changed, 4 insertions(+), 4 deletions(-)
42654
42655 commit 7d4da8b86242d5a541e501937ddf321716b43f07
42656 Author: Evgeniy Reizner <razrfalcon@gmail.com>
42657 Date:   Fri Sep 6 19:24:32 2019 +0300
42658
42659     Remove duplicated tests from test-ot-tag (#1958)
42660
42661  test/api/test-ot-tag.c | 3 ---
42662  1 file changed, 3 deletions(-)
42663
42664 commit 3aceee2527ad921e0d589e42a1fe451e0fc67ee0
42665 Author: Behdad Esfahbod <behdad@behdad.org>
42666 Date:   Fri Sep 6 12:17:18 2019 -0400
42667
42668     Revert "[null] Silence undefined-behavior complaints with too-small null bytes"
42669     
42670     This reverts commit 911c76abcdfe89770b252eb0d4eb621c0db00ad5.
42671     
42672     Broke tests.  I'm not sure I understand why.  At any rate, this was a
42673     bad way to fix.  I'll look into understanding as well as better fix.
42674
42675  src/hb-null.hh | 6 ------
42676  1 file changed, 6 deletions(-)
42677
42678 commit 911c76abcdfe89770b252eb0d4eb621c0db00ad5
42679 Author: Behdad Esfahbod <behdad@behdad.org>
42680 Date:   Fri Sep 6 11:53:11 2019 -0400
42681
42682     [null] Silence undefined-behavior complaints with too-small null bytes
42683     
42684     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1577584
42685
42686  src/hb-null.hh | 6 ++++++
42687  1 file changed, 6 insertions(+)
42688
42689 commit 3c81246f66585edd8ee4515d226b133c290e9d7c
42690 Author: Behdad Esfahbod <behdad@behdad.org>
42691 Date:   Sun Sep 1 19:25:50 2019 -0500
42692
42693     [subset] Use newer iter tools in SinglePosFormat1
42694
42695  src/hb-ot-layout-gpos-table.hh | 8 ++------
42696  1 file changed, 2 insertions(+), 6 deletions(-)
42697
42698 commit 9510e918f72d2496f5e2ec84c58e79af944c8a0b
42699 Author: Behdad Esfahbod <behdad@behdad.org>
42700 Date:   Sun Sep 1 16:25:33 2019 -0500
42701
42702     [iter] Partialize hb_zip()
42703
42704  src/hb-iter.hh | 2 +-
42705  1 file changed, 1 insertion(+), 1 deletion(-)
42706
42707 commit 52d19ba4591e822708e52a8fc96d9821fe2668f4
42708 Author: Behdad Esfahbod <behdad@behdad.org>
42709 Date:   Sun Sep 1 19:42:08 2019 -0500
42710
42711     Minor
42712
42713  test/subset/Makefile.am | 3 ++-
42714  1 file changed, 2 insertions(+), 1 deletion(-)
42715
42716 commit cad698568a36ea6c929b4c888bd5e8aafe8d39e3
42717 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42718 Date:   Wed Sep 4 10:59:19 2019 +0430
42719
42720     Use roundf to fix cast to int difference of msys2 w64
42721
42722  src/test-number.cc | 14 +++++++-------
42723  1 file changed, 7 insertions(+), 7 deletions(-)
42724
42725 commit 88c73359da3f7078d02f27087790c7109ab4d248
42726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42727 Date:   Wed Sep 4 11:16:18 2019 +0430
42728
42729     Check roundf availibity in autotools
42730     
42731     Hmm, not sure how I missed it.
42732
42733  configure.ac | 2 +-
42734  1 file changed, 1 insertion(+), 1 deletion(-)
42735
42736 commit 1083df8b80b08aa1a4f2dabfe414aaa4a0ec8aa1
42737 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42738 Date:   Wed Sep 4 01:22:21 2019 +0430
42739
42740     Use hb_parse_double in CFF::dict_opset_t::parse_bcd
42741
42742  src/Makefile.sources             |   2 +
42743  src/hb-cff-interp-dict-common.hh | 136 +++++++++------------------------------
42744  2 files changed, 31 insertions(+), 107 deletions(-)
42745
42746 commit 57f88e11d4c48f40a2e56625a54bdfed4aae601a
42747 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42748 Date:   Wed Sep 4 01:20:50 2019 +0430
42749
42750     [number] Turn hb_parse_float into hb_parse_double
42751
42752  src/hb-common.cc   |  6 +++++-
42753  src/hb-number.cc   | 16 ++++++++--------
42754  src/hb-number.hh   |  4 ++--
42755  src/test-number.cc | 44 ++++++++++++++++++++++----------------------
42756  4 files changed, 37 insertions(+), 33 deletions(-)
42757
42758 commit 65690b5a4bf1186a072e8e918c5e01464f918d46
42759 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42760 Date:   Tue Sep 3 23:09:47 2019 +0430
42761
42762     [number] Add whole buffer check and test it
42763
42764  src/hb-algs.hh             |  6 ++----
42765  src/hb-buffer-serialize.cc | 12 ++++--------
42766  src/hb-number.cc           | 39 ++++++++++++++++++++++++---------------
42767  src/hb-number.hh           |  9 ++++++---
42768  src/test-number.cc         | 19 ++++++++++++++++---
42769  5 files changed, 52 insertions(+), 33 deletions(-)
42770
42771 commit 3661eb6105a33a763736d8dc4a2cd95c01aa4332
42772 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42773 Date:   Tue Sep 3 19:43:14 2019 +0430
42774
42775     Don't check null terminaion of source in hb_codepoint_parse
42776     
42777     This isn't what intended originally, just checking if consumed
42778     all the buffer is enough.
42779
42780  src/hb-algs.hh     |  4 ++--
42781  src/test-number.cc | 32 +++++++++++++++++++++++++++++++-
42782  2 files changed, 33 insertions(+), 3 deletions(-)
42783
42784 commit 3a162727501ad0c56d5d6561cace115d858eacb7
42785 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42786 Date:   Tue Sep 3 17:19:33 2019 +0430
42787
42788     [test] resolve msvc complain on signedness comparing
42789
42790  src/test-number.cc | 14 +++++++-------
42791  1 file changed, 7 insertions(+), 7 deletions(-)
42792
42793 commit 005389beb5a28e2a94b40d0bb8229e9598b84b1d
42794 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42795 Date:   Tue Sep 3 17:00:46 2019 +0430
42796
42797     Use hb_parse_uint in deserializer token parser
42798
42799  src/hb-buffer-serialize.cc | 9 ++++++---
42800  1 file changed, 6 insertions(+), 3 deletions(-)
42801
42802 commit 3d5b1df7ab689871db37ec9a2f5b1ff1665fdb20
42803 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42804 Date:   Tue Sep 3 16:58:16 2019 +0430
42805
42806     [number] Add test
42807
42808  src/Makefile.am    |   6 +-
42809  src/test-number.cc | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++
42810  2 files changed, 185 insertions(+), 1 deletion(-)
42811
42812 commit b5e6805ee777347ae13ba0133ca0d64252ef9d55
42813 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42814 Date:   Tue Sep 3 15:23:40 2019 +0430
42815
42816     [number] Minor tweak on parser related codes
42817
42818  src/hb-algs.hh             |  6 +++---
42819  src/hb-buffer-serialize.cc |  6 ++----
42820  src/hb-common.cc           | 14 ++++++--------
42821  src/hb-number.cc           |  6 ++----
42822  4 files changed, 13 insertions(+), 19 deletions(-)
42823
42824 commit e2cecf1f34fe1cc62fd8260172f9bd694a17fac5
42825 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42826 Date:   Tue Sep 3 15:14:21 2019 +0430
42827
42828     [number] Remove parsing code duplication of the calls using lambda
42829
42830  src/hb-number.cc | 57 +++++++++++++++++++-------------------------------------
42831  1 file changed, 19 insertions(+), 38 deletions(-)
42832
42833 commit a77bb7eb41d34b19a672bb4ede038cc1b19a3945
42834 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42835 Date:   Tue Sep 3 14:49:14 2019 +0430
42836
42837     Move hb_codepoint_parse to hb_parse_uint
42838
42839  src/hb-algs.hh             | 20 +++++++++-----------
42840  src/hb-buffer-serialize.cc |  1 -
42841  src/hb-common.cc           |  1 -
42842  src/hb-number.cc           | 26 +++++++++++++++++++++++---
42843  src/hb-number.hh           |  3 +++
42844  src/hb.hh                  |  3 ++-
42845  6 files changed, 37 insertions(+), 17 deletions(-)
42846
42847 commit 43372fbb5afe31ea1e66d450f29de718b6190828
42848 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42849 Date:   Tue Sep 3 01:02:40 2019 +0430
42850
42851     Merge and aggregate number parsing logics to form hb-number
42852
42853  src/Makefile.sources       |   2 +
42854  src/harfbuzz.cc            |   1 +
42855  src/hb-buffer-serialize.cc |  41 +++++---------
42856  src/hb-common.cc           | 121 +++------------------------------------
42857  src/hb-number.cc           | 138 +++++++++++++++++++++++++++++++++++++++++++++
42858  src/hb-number.hh           |  35 ++++++++++++
42859  6 files changed, 197 insertions(+), 141 deletions(-)
42860
42861 commit d50d2fcbc7233f0473493e17ab3fb243d8d30edd
42862 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42863 Date:   Tue Sep 3 05:02:06 2019 +0430
42864
42865     Fallback if roundf didn't exist, like in dietlibc (#1953)
42866
42867  CMakeLists.txt | 2 +-
42868  src/hb.hh      | 9 +++++++++
42869  2 files changed, 10 insertions(+), 1 deletion(-)
42870
42871 commit d3b984d3790d61931d4427ad7c0ae6547f8f1076
42872 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42873 Date:   Mon Sep 2 18:18:25 2019 +0430
42874
42875     Revert in-house pow10 (d80a3ea) and fix oss-fuzz/16922
42876     
42877     Probably can be fixed but merging it was wrong so let's revert.
42878
42879  src/hb-cff-interp-dict-common.hh                   |  37 ++-------------------
42880  ...ase-minimized-hb-subset-fuzzer-5728664968232960 | Bin 0 -> 28 bytes
42881  2 files changed, 3 insertions(+), 34 deletions(-)
42882
42883 commit 41d6e95b0d47c874b73b314cd147e6ea8ec5ddfb
42884 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42885 Date:   Mon Sep 2 01:41:48 2019 +0430
42886
42887     [subset] Use internal API of hb_set_t
42888
42889  src/hb-subset.cc | 7 +++----
42890  1 file changed, 3 insertions(+), 4 deletions(-)
42891
42892 commit 8ccf328d548a51140e22fe61ba6fdae3f7194aa2
42893 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42894 Date:   Mon Sep 2 00:02:06 2019 +0430
42895
42896     [subset] Run once for a tag
42897
42898  src/hb-subset.cc | 5 ++++-
42899  1 file changed, 4 insertions(+), 1 deletion(-)
42900
42901 commit 0954c8f7a003b4130cfdc1b3f29db8c57953a78f
42902 Author: Khaled Hosny <khaledhosny@eglug.org>
42903 Date:   Sun Sep 1 17:09:08 2019 +0200
42904
42905     [ft] Prefer symbol cmap subtable if found (#1948)
42906     
42907     Similar to commit d304d60e4d49df14ed85d6646680085f27bafbf2 for ot-font.
42908
42909  src/hb-ft.cc | 4 ++--
42910  1 file changed, 2 insertions(+), 2 deletions(-)
42911
42912 commit 4375858792f3e3cc2fae72c3ae3327f52884f780
42913 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42914 Date:   Sun Sep 1 15:13:05 2019 +0430
42915
42916     [editorconfig] Treat Ragel files also as C sources
42917
42918  .editorconfig | 2 +-
42919  1 file changed, 1 insertion(+), 1 deletion(-)
42920
42921 commit d80a3ea983534e291aee273dba5b1c6e889dadfa
42922 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42923 Date:   Sun Sep 1 14:05:16 2019 +0430
42924
42925     [cff] Implement in-house power of 10
42926     
42927     A minimal power only for natural numbers exponents of ten, for portability.
42928     
42929     Found the idea in Tcl/Tk but wrote it myself after weeks and it turned out
42930     being a different implementation, reverse direction, constexpr, etc.
42931
42932  src/hb-cff-interp-dict-common.hh | 37 ++++++++++++++++++++++++++++++++++---
42933  1 file changed, 34 insertions(+), 3 deletions(-)
42934
42935 commit f441a7c00837fbe7843df6faedd5f6383c2258c3
42936 Author: Ebrahim Byagowi <ebrahim@gnu.org>
42937 Date:   Sun Sep 1 02:18:09 2019 +0430
42938
42939     Don't allow reference blob be accessed using empty tag in hb_face_reference_table (#1947)
42940
42941  src/hb-face.cc   | 3 +++
42942  src/hb-subset.cc | 5 -----
42943  2 files changed, 3 insertions(+), 5 deletions(-)
42944
42945 commit c9eb913f4cf3d9d4a28059c7ecf7145ad3c49c65
42946 Author: Behdad Esfahbod <behdad@behdad.org>
42947 Date:   Sat Aug 31 15:21:02 2019 -0500
42948
42949     [iter] Simplify hb_chop()
42950
42951  src/hb-iter.hh | 4 ++--
42952  1 file changed, 2 insertions(+), 2 deletions(-)
42953
42954 commit 67ec9fa9e48714f595ab17bb8a673b5ee7c73aa8
42955 Author: Behdad Esfahbod <behdad@behdad.org>
42956 Date:   Sat Aug 31 14:51:49 2019 -0500
42957
42958     [iter] Add hb_chop()
42959
42960  src/hb-iter.hh   | 14 ++++++++++++++
42961  src/test-iter.cc |  2 +-
42962  2 files changed, 15 insertions(+), 1 deletion(-)
42963
42964 commit 5828d8e83c023547f0add77b6413967056c2a13c
42965 Author: Behdad Esfahbod <behdad@behdad.org>
42966 Date:   Sat Aug 31 14:36:44 2019 -0500
42967
42968     [iter] Add hb_take() specialization for arrays
42969
42970  src/hb-iter.hh | 11 +++++++++++
42971  1 file changed, 11 insertions(+)
42972
42973 commit 398b296f3b205daa8964de1a63957efeb59f6bdf
42974 Author: Behdad Esfahbod <behdad@behdad.org>
42975 Date:   Sat Aug 31 12:44:24 2019 -0500
42976
42977     [iter] Add hb_len()
42978
42979  src/hb-iter.hh   | 8 ++++++++
42980  src/test-iter.cc | 2 +-
42981  2 files changed, 9 insertions(+), 1 deletion(-)
42982
42983 commit 875131d47854c162c1d0a39a5c0f8f8d0c5f24e0
42984 Author: Behdad Esfahbod <behdad@behdad.org>
42985 Date:   Sat Aug 31 12:42:52 2019 -0500
42986
42987     [iter] Add hb_take()
42988
42989  src/hb-iter.hh   | 12 ++++++++++--
42990  src/test-iter.cc |  1 +
42991  2 files changed, 11 insertions(+), 2 deletions(-)
42992
42993 commit 1f88dae9f54d18cd740f149d020b2bb435dc9378
42994 Author: Behdad Esfahbod <behdad@behdad.org>
42995 Date:   Sat Aug 31 12:24:42 2019 -0500
42996
42997     [iter] Make iota() accept invokable for increasing to next item
42998
42999  src/hb-iter.hh   | 21 ++++++++++++++++-----
43000  src/test-iter.cc |  1 +
43001  2 files changed, 17 insertions(+), 5 deletions(-)
43002
43003 commit 3bc86fb237b668e738a78397be04c603e7cf083b
43004 Author: Behdad Esfahbod <behdad@behdad.org>
43005 Date:   Fri Aug 30 16:39:52 2019 -0500
43006
43007     [algs] Fix hb_inc/dec signature
43008
43009  src/hb-algs.hh   | 5 +++--
43010  src/test-algs.cc | 4 ++++
43011  2 files changed, 7 insertions(+), 2 deletions(-)
43012
43013 commit b1378d8a217a53e17562abebee22276e09528f8c
43014 Author: Behdad Esfahbod <behdad@behdad.org>
43015 Date:   Fri Aug 30 12:10:45 2019 -0500
43016
43017     [iter] Add hb_repeat()
43018
43019  src/hb-iter.hh   | 37 +++++++++++++++++++++++++++++++++----
43020  src/test-iter.cc |  3 +++
43021  2 files changed, 36 insertions(+), 4 deletions(-)
43022
43023 commit 966a18b92a8b95d8024ae67bc237eeffe5019711
43024 Author: Behdad Esfahbod <behdad@behdad.org>
43025 Date:   Fri Aug 30 12:07:17 2019 -0500
43026
43027     [iter] Remove some &&
43028
43029  src/hb-iter.hh | 4 ++--
43030  1 file changed, 2 insertions(+), 2 deletions(-)
43031
43032 commit de45775c37873dd5818058dfe316cc0e98590334
43033 Author: Behdad Esfahbod <behdad@behdad.org>
43034 Date:   Fri Aug 30 12:02:46 2019 -0500
43035
43036     [iter] Use hb_ridentity instead of lazy +
43037
43038  src/hb-iter.hh | 4 ++--
43039  1 file changed, 2 insertions(+), 2 deletions(-)
43040
43041 commit ce4d63beec08995aaa6b8b45f7986f074a73f295
43042 Author: Behdad Esfahbod <behdad@behdad.org>
43043 Date:   Fri Aug 30 11:59:50 2019 -0500
43044
43045     [iter] Separate hb_iota implementation from hb_range
43046
43047  src/hb-iter.hh | 29 +++++++++++++++++++++++++++--
43048  1 file changed, 27 insertions(+), 2 deletions(-)
43049
43050 commit 814dc3cbe5a5e51b48cb962a6f7053797bbb8e0d
43051 Author: Behdad Esfahbod <behdad@behdad.org>
43052 Date:   Fri Aug 30 10:20:30 2019 -0500
43053
43054     [iter] Rename
43055     
43056     Moving towards making iota useful for non-integers.
43057
43058  src/hb-iter.hh | 35 ++++++++++++++++++-----------------
43059  1 file changed, 18 insertions(+), 17 deletions(-)
43060
43061 commit 2d5643aed4a5a4bc3ea129d4af3dcbe7af7b9995
43062 Author: Behdad Esfahbod <behdad@behdad.org>
43063 Date:   Fri Aug 30 09:51:22 2019 -0500
43064
43065     [algs] Add hb_inc() and hb_dec())
43066
43067  src/hb-algs.hh | 12 ++++++++++++
43068  1 file changed, 12 insertions(+)
43069
43070 commit 7eafe94705bb818aac71fbc142158a22da622d19
43071 Author: Behdad Esfahbod <behdad@behdad.org>
43072 Date:   Fri Aug 30 09:40:40 2019 -0500
43073
43074     Revert "[array] Add chop()"
43075     
43076     This reverts commit 545fe9d9f0870568c40c17591f3f224c228feba6.
43077     
43078     Breaks gcc 4.8 and MSVC all versions.
43079     
43080     Will add hb_chop() that works on all iterators instead.
43081
43082  src/hb-array.hh | 14 --------------
43083  1 file changed, 14 deletions(-)
43084
43085 commit 28c8dcb53f0af0dd3f4e7909285e67865a10b67b
43086 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43087 Date:   Sat Aug 31 12:27:14 2019 +0430
43088
43089     [subset] minor
43090
43091  src/hb-subset.cc | 2 +-
43092  1 file changed, 1 insertion(+), 1 deletion(-)
43093
43094 commit 545fe9d9f0870568c40c17591f3f224c228feba6
43095 Author: Behdad Esfahbod <behdad@behdad.org>
43096 Date:   Thu Aug 29 15:48:21 2019 -0700
43097
43098     [array] Add chop()
43099     
43100     Takes n, and returns iterator of iterators that contain up to
43101     n items each.  Basically cuts the array into subarrays of size n.
43102     The last sub-array might contain fewer.
43103     
43104     Ideally this should become a generic iter tool, not array-specific,
43105     so we can use it in GPOS to chop a value matrix into rows and elements.
43106
43107  src/hb-array.hh | 14 ++++++++++++++
43108  1 file changed, 14 insertions(+)
43109
43110 commit c72589f13f24ca24a0613f7d9bc28b7fe1ef25c0
43111 Author: Behdad Esfahbod <behdad@behdad.org>
43112 Date:   Thu Aug 29 15:45:21 2019 -0700
43113
43114     [iter] Change item_size to get_item_size()
43115     
43116     By moving access to hb_static_size(Type) into a function instead of
43117     a class-const, we can refer to iter types of incomplete types, which
43118     come handy when a method of hb_array_t wants to return iterator
43119     of hb_array_t.  That kind of stuff.   Next commit needs this to
43120     build on clang...
43121
43122  src/hb-array.hh | 8 ++++----
43123  src/hb-iter.hh  | 4 ++--
43124  2 files changed, 6 insertions(+), 6 deletions(-)
43125
43126 commit d58e248df62457bdc8a5bab743e5de26c6fc57be
43127 Author: Behdad Esfahbod <behdad@behdad.org>
43128 Date:   Thu Aug 29 15:23:48 2019 -0700
43129
43130     [array] Add truncate() method
43131
43132  src/hb-array.hh | 4 ++++
43133  1 file changed, 4 insertions(+)
43134
43135 commit a06edf1430ba73d24104fce5406f2bc787ce5f11
43136 Author: Behdad Esfahbod <behdad@behdad.org>
43137 Date:   Thu Aug 29 15:21:18 2019 -0700
43138
43139     [array] Use injected class name more
43140
43141  src/hb-array.hh | 24 ++++++++++++------------
43142  1 file changed, 12 insertions(+), 12 deletions(-)
43143
43144 commit e0e0c8c10948212e97426e987b6f296dc4270c43
43145 Author: Behdad Esfahbod <behdad@behdad.org>
43146 Date:   Thu Aug 29 14:58:16 2019 -0700
43147
43148     Minor
43149
43150  src/hb-ot-layout-gpos-table.hh | 6 ++++--
43151  1 file changed, 4 insertions(+), 2 deletions(-)
43152
43153 commit 0313ef86e32a217e14950d46a3c3b98362a53dee
43154 Author: qxliu76 <48925186+qxliu76@users.noreply.github.com>
43155 Date:   Thu Aug 29 14:09:05 2019 -0700
43156
43157     bug fix in optimizing coverage table format (#1942)
43158     
43159     We are comparing number of shorts, NOT number of bytes.
43160
43161  src/hb-ot-layout-common.hh | 2 +-
43162  1 file changed, 1 insertion(+), 1 deletion(-)
43163
43164 commit 38f95baf6b7a74547906e8e813c826ee8f8c272f
43165 Author: Behdad Esfahbod <behdad@behdad.org>
43166 Date:   Thu Aug 29 13:40:46 2019 -0700
43167
43168     [subset] in SingleSubst subsetting, check for substitute in glyphset
43169     
43170     That matches what fonttools does and allows for specifying exact
43171     glyphset for subset.
43172
43173  src/hb-ot-layout-gsub-table.hh | 8 ++++++--
43174  1 file changed, 6 insertions(+), 2 deletions(-)
43175
43176 commit 8106ba7f882f087be114801e857bc945e42cf45b
43177 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43178 Date:   Thu Aug 29 20:33:36 2019 +0430
43179
43180     [glyf] Reapply use of hb_bytes_t.as<GlyphHeader> ()
43181
43182  src/hb-ot-glyf-table.hh | 37 ++++++++++++++++++-------------------
43183  1 file changed, 18 insertions(+), 19 deletions(-)
43184
43185 commit 9e80fc683639fc63870f7705feff8fc962363167
43186 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43187 Date:   Thu Aug 29 20:17:31 2019 +0430
43188
43189     [glyf] Reapply common moving logic to GlyphHeader struct
43190
43191  src/hb-ot-glyf-table.hh | 27 +++++++++++++++++----------
43192  1 file changed, 17 insertions(+), 10 deletions(-)
43193
43194 commit 852c9aa0e33744669cba2343f08cab67376edf14
43195 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43196 Date:   Thu Aug 29 20:12:53 2019 +0430
43197
43198     [glyf] Reapply style fixes
43199
43200  src/hb-ot-glyf-table.hh | 162 +++++++++++++++++++++++++++---------------------
43201  1 file changed, 90 insertions(+), 72 deletions(-)
43202
43203 commit 9ff32b79b37e686bab0b4baa924c97b841bd8413
43204 Merge: 6b3e09391 499029644
43205 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43206 Date:   Thu Aug 29 19:53:18 2019 +0430
43207
43208     Merge remote-tracking branch 'upstream/master' into glyf-rebase
43209
43210 commit 499029644f35be7feedca7edf4610b2594855f01
43211 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43212 Date:   Thu Aug 29 15:09:39 2019 +0430
43213
43214     [gsub] Fix clang's semicolon complains
43215
43216  src/hb-ot-layout-gsub-table.hh | 8 ++++----
43217  1 file changed, 4 insertions(+), 4 deletions(-)
43218
43219 commit 28620310b8a86092074d5a1c40c87fdc9a91ba61
43220 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43221 Date:   Thu Aug 29 14:55:54 2019 +0430
43222
43223     [test] Avoid alloca use as clang complain
43224     
43225     Fixes https://circleci.com/gh/harfbuzz/harfbuzz/108171 complain
43226
43227  test/api/test-ot-color.c | 4 +++-
43228  1 file changed, 3 insertions(+), 1 deletion(-)
43229
43230 commit 875985cd481f1609d10ad0472f1e77af075c93bc
43231 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43232 Date:   Thu Aug 29 14:51:22 2019 +0430
43233
43234     [subset] Don't allow malicious fonts to insert unlimited table headers
43235     
43236     Fixes https://crbug.com/oss-fuzz/16810
43237
43238  src/hb-subset.cc                                       |   5 +++++
43239  ...estcase-minimized-hb-subset-fuzzer-5675720390475776 | Bin 0 -> 299037 bytes
43240  2 files changed, 5 insertions(+)
43241
43242 commit dc9222b1dd197ba50f7b63eb97f3fe0891a7b7b5
43243 Author: Behdad Esfahbod <behdad@behdad.org>
43244 Date:   Wed Aug 28 15:38:46 2019 -0700
43245
43246     [subset] Implement AlternateSubst subsetting
43247
43248  src/hb-ot-layout-gsub-table.hh | 61 +++++++++++++++++++++++++++++++++++++-----
43249  1 file changed, 55 insertions(+), 6 deletions(-)
43250
43251 commit 23681b6da4368895fc049beda5a79af58aad8d69
43252 Author: Behdad Esfahbod <behdad@behdad.org>
43253 Date:   Wed Aug 28 15:30:37 2019 -0700
43254
43255     Minor
43256
43257  src/hb-ot-layout-gsub-table.hh | 21 ++++++++-------------
43258  1 file changed, 8 insertions(+), 13 deletions(-)
43259
43260 commit 33c8e2303c23e8dfacb79ac15d8a0e6c7f866c89
43261 Author: Behdad Esfahbod <behdad@behdad.org>
43262 Date:   Wed Aug 28 15:25:55 2019 -0700
43263
43264     [subset] Implement MultipleSubst subsetting
43265
43266  src/hb-ot-layout-gsub-table.hh | 50 ++++++++++++++++++++++++++++++++++++++++--
43267  1 file changed, 48 insertions(+), 2 deletions(-)
43268
43269 commit 5c43a7ba7e4cac229593f9cbe1017d3c55b111ac
43270 Author: Behdad Esfahbod <behdad@behdad.org>
43271 Date:   Wed Aug 28 15:09:58 2019 -0700
43272
43273     [GSUB] Use dagger in Ligature::intersects()
43274
43275  src/hb-ot-layout-gsub-table.hh | 8 +-------
43276  1 file changed, 1 insertion(+), 7 deletions(-)
43277
43278 commit b8c642c1f597fb28ef323ac3cd78541eb462a2f7
43279 Author: Behdad Esfahbod <behdad@behdad.org>
43280 Date:   Wed Aug 28 15:06:45 2019 -0700
43281
43282     Minor
43283
43284  src/hb-ot-layout-gsub-table.hh | 2 +-
43285  1 file changed, 1 insertion(+), 1 deletion(-)
43286
43287 commit dc2c9aa0c398ac068e1385fffe1fb2b28c80d099
43288 Author: Behdad Esfahbod <behdad@behdad.org>
43289 Date:   Wed Aug 28 15:05:49 2019 -0700
43290
43291     Rename
43292
43293  src/hb-open-type.hh | 10 +++++-----
43294  1 file changed, 5 insertions(+), 5 deletions(-)
43295
43296 commit bc5ef765a874ecd9fc0634dccf0848d1ee839c9a
43297 Author: Behdad Esfahbod <behdad@behdad.org>
43298 Date:   Wed Aug 28 14:51:28 2019 -0700
43299
43300     [subset] Subset ligature substitutes!
43301     
43302     Test with:
43303     
43304     $ ./hb-subset -o out.ttf NotoSansArabic-Regular.ttf --drop-tables=  سلام && ./hb-view out.ttf سلام
43305
43306  src/hb-ot-layout-gsub-table.hh | 79 ++++++++++++++++++++++++++++++++++++++++--
43307  1 file changed, 76 insertions(+), 3 deletions(-)
43308
43309 commit 42d887bd221879f57ef939838d4f72bf38268943
43310 Author: Behdad Esfahbod <behdad@behdad.org>
43311 Date:   Wed Aug 28 14:47:14 2019 -0700
43312
43313     Beef up HeadlessArrayOf<>
43314     
43315     Should be merged with ArrayOf...
43316     https://github.com/harfbuzz/harfbuzz/issues/1937
43317
43318  src/hb-open-type.hh | 37 ++++++++++++++++++++++++++++++-------
43319  1 file changed, 30 insertions(+), 7 deletions(-)
43320
43321 commit 3ca809e3623e59b9a99bc0b9e5d10b02238bba3c
43322 Author: Behdad Esfahbod <behdad@behdad.org>
43323 Date:   Wed Aug 28 13:49:35 2019 -0700
43324
43325     Add ArrayOf::pop()
43326
43327  src/hb-open-type.hh | 2 ++
43328  1 file changed, 2 insertions(+)
43329
43330 commit 307bd6d79f11eb175f06c08c321947a447496291
43331 Author: Behdad Esfahbod <behdad@behdad.org>
43332 Date:   Wed Aug 28 13:49:17 2019 -0700
43333
43334     Add arithmetic operators to IntType<>
43335
43336  src/hb-open-type.hh | 8 ++++++++
43337  1 file changed, 8 insertions(+)
43338
43339 commit 2e1d00c85bba98f08a728c4f6f8112d5a25d8062
43340 Author: Behdad Esfahbod <behdad@behdad.org>
43341 Date:   Wed Aug 28 13:49:04 2019 -0700
43342
43343     [debug] Minor
43344
43345  src/hb-debug.hh | 4 ++--
43346  1 file changed, 2 insertions(+), 2 deletions(-)
43347
43348 commit 062cad5e28574f9f004f917afa7d010fa68fdad0
43349 Author: Behdad Esfahbod <behdad@behdad.org>
43350 Date:   Wed Aug 28 13:33:08 2019 -0700
43351
43352     Add ArrayOf::serialize_append
43353
43354  src/hb-open-type.hh | 12 ++++++++++++
43355  1 file changed, 12 insertions(+)
43356
43357 commit b66076812d067f893a5a422af2656916ff479d8f
43358 Author: Adrian Wong <adrianwjw@gmail.com>
43359 Date:   Wed Aug 28 21:31:27 2019 +1000
43360
43361     Adjustments to the generated Indic table output (#1936)
43362     
43363     * Add empty parentheses after print call
43364     
43365     * Minor: newlines. Move #pragma pop down one; #endif up one
43366     
43367     * Adjust #define ISC/IMC output
43368     
43369     * Regenerate Indic table
43370
43371  src/gen-indic-table.py                 |  21 ++++---
43372  src/hb-ot-shape-complex-indic-table.cc | 109 +++++++++++++++++----------------
43373  2 files changed, 70 insertions(+), 60 deletions(-)
43374
43375 commit 4ef08dbce1a9acd7e941168245c96e010248ecb6
43376 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43377 Date:   Tue Aug 27 14:49:46 2019 +0430
43378
43379     Use hb_bytes_t as<T> in hb_blob_t
43380
43381  src/hb-blob.hh | 8 ++------
43382  1 file changed, 2 insertions(+), 6 deletions(-)
43383
43384 commit dce42cef2b769379a0690053da0e7467ff086195
43385 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43386 Date:   Tue Aug 27 14:32:05 2019 +0430
43387
43388     [glyf] Move GlyphHeader::from_bytes to hb_bytes_t, introduce .as<T> ()
43389
43390  src/hb-array.hh         |  6 ++++++
43391  src/hb-ot-glyf-table.hh | 24 +++++++++---------------
43392  2 files changed, 15 insertions(+), 15 deletions(-)
43393
43394 commit 6e82d59b4f72e8f2ff1830fb384907dcba95962a
43395 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43396 Date:   Tue Aug 27 12:33:42 2019 +0430
43397
43398     [glyf] Revert the way indexToLocFormat is set
43399
43400  src/hb-ot-glyf-table.hh | 2 +-
43401  1 file changed, 1 insertion(+), 1 deletion(-)
43402
43403 commit 88e9db19d29480fadcd4f49f0f4d9029ac64b429
43404 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43405 Date:   Tue Aug 27 02:44:26 2019 +0430
43406
43407     [subset] Remove subset table size assertion
43408     
43409     As https://github.com/harfbuzz/harfbuzz/pull/1930#issuecomment-525036802
43410
43411  src/hb-subset.cc | 1 -
43412  1 file changed, 1 deletion(-)
43413
43414 commit a0b4ac4dce392326284138fc47cf3741e2798e21
43415 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43416 Date:   Sat Aug 24 17:57:14 2019 +0430
43417
43418     Turn 8 spaces to tab across the project
43419     
43420     According to the current code style of the project
43421
43422  src/hb-aat-layout-kerx-table.hh    |  12 +-
43423  src/hb-aat-layout-morx-table.hh    |  16 +--
43424  src/hb-aat-layout-trak-table.hh    |   6 +-
43425  src/hb-array.hh                    |   4 +-
43426  src/hb-blob.cc                     |   4 +-
43427  src/hb-buffer-serialize.cc         |   2 +-
43428  src/hb-buffer.cc                   |  22 ++--
43429  src/hb-buffer.h                    |   4 +-
43430  src/hb-common.cc                   |   4 +-
43431  src/hb-coretext.cc                 |  50 ++++----
43432  src/hb-dispatch.hh                 |   2 +-
43433  src/hb-font.cc                     |  16 +--
43434  src/hb-ft.cc                       |   2 +-
43435  src/hb-graphite2.cc                |  10 +-
43436  src/hb-iter.hh                     |   4 +-
43437  src/hb-kern.hh                     |   6 +-
43438  src/hb-machinery.hh                |   2 +-
43439  src/hb-object.hh                   |   2 +-
43440  src/hb-open-file.hh                |   4 +-
43441  src/hb-open-type.hh                |   2 +-
43442  src/hb-ot-cmap-table.hh            | 252 ++++++++++++++++++-------------------
43443  src/hb-ot-color-cbdt-table.hh      |   2 +-
43444  src/hb-ot-color-cpal-table.hh      |   2 +-
43445  src/hb-ot-color-sbix-table.hh      |   8 +-
43446  src/hb-ot-font.cc                  |  16 +--
43447  src/hb-ot-hmtx-table.hh            |  62 ++++-----
43448  src/hb-ot-layout-common.hh         |  16 +--
43449  src/hb-ot-layout-gdef-table.hh     |   4 +-
43450  src/hb-ot-layout-gpos-table.hh     |  74 +++++------
43451  src/hb-ot-layout.cc                |  26 ++--
43452  src/hb-ot-layout.h                 |  18 +--
43453  src/hb-ot-map.cc                   |   2 +-
43454  src/hb-ot-maxp-table.hh            |   2 +-
43455  src/hb-ot-name-table.hh            |   8 +-
43456  src/hb-ot-name.cc                  |   2 +-
43457  src/hb-ot-shape-complex-arabic.cc  |  14 +--
43458  src/hb-ot-shape-complex-hangul.cc  |  12 +-
43459  src/hb-ot-shape-complex-indic.cc   |  34 ++---
43460  src/hb-ot-shape-complex-khmer.cc   |   2 +-
43461  src/hb-ot-shape-complex-myanmar.cc |   2 +-
43462  src/hb-ot-shape-complex-use.cc     |   2 +-
43463  src/hb-ot-shape-fallback.cc        |  46 +++----
43464  src/hb-ot-shape-normalize.cc       |   4 +-
43465  src/hb-ot-shape.cc                 |  16 +--
43466  src/hb-ot-stat-table.hh            |   4 +-
43467  src/hb-ot-var-avar-table.hh        |   2 +-
43468  src/hb-ot-var-fvar-table.hh        |   6 +-
43469  src/hb-ot-vorg-table.hh            |  28 ++---
43470  src/hb-pool.hh                     |   2 +-
43471  src/hb-sanitize.hh                 |   6 +-
43472  src/hb-set.hh                      |  36 +++---
43473  src/hb-shape-plan.cc               |  50 ++++----
43474  src/hb-subset-cff2.cc              |  18 +--
43475  src/hb-subset-input.cc             |   2 +-
43476  src/hb-subset-plan.cc              |  34 ++---
43477  src/hb-subset-plan.hh              |   8 +-
43478  src/hb-subset.h                    |   2 +-
43479  src/hb-uniscribe.cc                |   8 +-
43480  src/hb-utf.hh                      |   8 +-
43481  src/hb-vector.hh                   |   2 +-
43482  src/hb.hh                          |  12 +-
43483  src/test-ot-color.cc               |   4 +-
43484  src/test-unicode-ranges.cc         |   6 +-
43485  test/api/hb-subset-test.h          |   6 +-
43486  test/api/test-buffer.c             |   2 +-
43487  test/api/test-object.c             |   2 +-
43488  test/api/test-ot-math.c            | 132 +++++++++----------
43489  test/api/test-unicode.c            |  16 +--
43490  util/ansi-print.cc                 |  26 ++--
43491  util/hb-fc-list.c                  |   2 +-
43492  util/hb-fc.cc                      |   4 +-
43493  util/hb-shape.cc                   |   2 +-
43494  util/hb-subset.cc                  |  10 +-
43495  util/helper-cairo-ansi.cc          |   4 +-
43496  util/helper-cairo.cc               |   2 +-
43497  util/options-subset.cc             |  26 ++--
43498  util/options.cc                    |  50 ++++----
43499  util/options.hh                    |   8 +-
43500  78 files changed, 662 insertions(+), 668 deletions(-)
43501
43502 commit 269a120f137ca69ca83b6fa00bb6a0ff1a87ae3e
43503 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43504 Date:   Sun Aug 25 20:37:00 2019 +0430
43505
43506     [subset] Raise the bar in new vs old table size
43507     
43508     https://crbug.com/oss-fuzz/16740
43509     
43510     This is actually an interesting thing that {h,v}mtx allocates as
43511     much as a font pretends to have glyphs but the solution is not
43512     that obvious as regular fonts can have less than actually containing
43513     metrics in their {h,v}mtx. This change raises the bar to consider this
43514     hmtx 4 byte for every glyph case.
43515     
43516     Initially we wanted to just find things allocating crazy amount of
43517     memory but having the assert has led to interesting findings also
43518     so let's don't remove the assert and see what we can find elsewhere.
43519
43520  src/hb-subset.cc                                          |   2 +-
43521  ...z-testcase-minimized-hb-subset-fuzzer-5667673584697344 | Bin 0 -> 178 bytes
43522  2 files changed, 1 insertion(+), 1 deletion(-)
43523
43524 commit 2f8e823331aca2c73b940f057f4b149a89af0502
43525 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43526 Date:   Sun Aug 25 12:37:40 2019 +0430
43527
43528     [glyf] minor
43529
43530  src/hb-ot-glyf-table.hh | 5 ++---
43531  1 file changed, 2 insertions(+), 3 deletions(-)
43532
43533 commit 07e467a30e2bab9731900d72dbf926dbe6fc6e1d
43534 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43535 Date:   Sun Aug 25 00:36:58 2019 +0430
43536
43537     [glyf] Move GlyphHeader size checking to a static method
43538
43539  src/hb-ot-glyf-table.hh | 69 ++++++++++++++++++++++++++-----------------------
43540  1 file changed, 36 insertions(+), 33 deletions(-)
43541
43542 commit 139d14dc899250cf06a8d03b70504687184d5c7f
43543 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43544 Date:   Sat Aug 24 17:23:16 2019 +0430
43545
43546     [glyf] Move GlyphHeader related logics to its, making its fields protected
43547
43548  src/hb-ot-glyf-table.hh | 73 +++++++++++++++++++++++++------------------------
43549  1 file changed, 38 insertions(+), 35 deletions(-)
43550
43551 commit d57819cbdbab18ccf20caa25cb72cd66efe30848
43552 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43553 Date:   Sat Aug 24 16:26:42 2019 +0430
43554
43555     [glyf] format source
43556
43557  src/hb-ot-glyf-table.hh | 282 ++++++++++++++++++++++++++----------------------
43558  1 file changed, 154 insertions(+), 128 deletions(-)
43559
43560 commit 2aef3013f3e6d71eacd0123f4faa63445034c32b
43561 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43562 Date:   Sat Aug 24 02:59:18 2019 +0430
43563
43564     [subset] Consider instruction length place itself
43565     
43566     Now fixes https://crbug.com/oss-fuzz/16639 completely
43567
43568  src/hb-ot-glyf-table.hh | 4 +++-
43569  1 file changed, 3 insertions(+), 1 deletion(-)
43570
43571 commit 922898c814b328712fac6c3259740804679dae11
43572 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43573 Date:   Fri Aug 23 22:04:14 2019 +0430
43574
43575     [subset] Fail on table grow more than 16x+4096
43576
43577  src/hb-subset.cc | 1 +
43578  1 file changed, 1 insertion(+)
43579
43580 commit 28aba780c4035cc85a31b778db0f5553c896dd6a
43581 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43582 Date:   Fri Aug 23 16:47:15 2019 +0430
43583
43584     [subset] Fix blob leak of _subset2 when returns early
43585     
43586     Fixes https://crbug.com/oss-fuzz/16639
43587
43588  src/hb-subset.cc                                          |   2 ++
43589  ...z-testcase-minimized-hb-subset-fuzzer-5754526379802624 | Bin 0 -> 288 bytes
43590  2 files changed, 2 insertions(+)
43591
43592 commit 541f3c2d7dcae47eb55650082e372286369d4a55
43593 Author: Behdad Esfahbod <behdad@behdad.org>
43594 Date:   Fri Aug 23 12:25:58 2019 -0700
43595
43596     [debug] Fix extra semicolon issue
43597     
43598     https://github.com/harfbuzz/harfbuzz/issues/1923
43599
43600  src/hb-debug.hh | 8 ++++----
43601  1 file changed, 4 insertions(+), 4 deletions(-)
43602
43603 commit 4dcaca84115bf8de130fc2c9e03bd7e63fcf9607
43604 Author: Behdad Esfahbod <behdad@behdad.org>
43605 Date:   Fri Aug 23 12:24:15 2019 -0700
43606
43607     Whitespace
43608
43609  src/hb-debug.hh | 4 ++--
43610  1 file changed, 2 insertions(+), 2 deletions(-)
43611
43612 commit 569426d861ac9336f4083e55f98284b4c647c795
43613 Author: Behdad Esfahbod <behdad@behdad.org>
43614 Date:   Fri Aug 23 11:54:20 2019 -0700
43615
43616     [debug] Fix build with HB_DEBUG
43617     
43618     Fixes https://github.com/harfbuzz/harfbuzz/issues/1923
43619
43620  src/hb-debug.hh | 5 +++--
43621  1 file changed, 3 insertions(+), 2 deletions(-)
43622
43623 commit f233e6c8014cde9b2396c5350c29a3277cd3a657
43624 Author: Khaled Hosny <khaledhosny@eglug.org>
43625 Date:   Fri Aug 23 13:15:37 2019 +0200
43626
43627     [doc] Update list of default features in the manual
43628     
43629     Fixes https://github.com/harfbuzz/harfbuzz/issues/1921
43630
43631  docs/usermanual-opentype-features.xml | 8 +++++---
43632  1 file changed, 5 insertions(+), 3 deletions(-)
43633
43634 commit be97e9d678017d4ec66625fa2b17ef3485552cad
43635 Author: Behdad Esfahbod <behdad@behdad.org>
43636 Date:   Thu Aug 22 15:52:24 2019 -0700
43637
43638     2.6.1
43639
43640  NEWS             | 11 +++++++++++
43641  configure.ac     |  2 +-
43642  src/hb-version.h |  4 ++--
43643  3 files changed, 14 insertions(+), 3 deletions(-)
43644
43645 commit d304d60e4d49df14ed85d6646680085f27bafbf2
43646 Author: Behdad Esfahbod <behdad@behdad.org>
43647 Date:   Wed Aug 21 12:30:22 2019 -0700
43648
43649     [ot-font] Prefer symbol cmap subtable if found
43650     
43651     Fixes https://github.com/harfbuzz/harfbuzz/issues/1918
43652     
43653     Hopefully doesn't break anyone...
43654
43655  src/hb-ot-cmap-table.hh | 16 +++++++++-------
43656  1 file changed, 9 insertions(+), 7 deletions(-)
43657
43658 commit 2a3d4987a75fb2cd51ccf4c1d08baba383ceda7b
43659 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43660 Date:   Wed Aug 21 03:02:01 2019 +0430
43661
43662     Remove hb_directwrite_shape_experimental_width public API
43663     
43664     I had specially exposed the API as I didn't know how to embed harfbuzz
43665     easily elsewhere but now with harfbuzz.cc it has become very easy
43666     and I don't like to see its use anywhere as it has a bad naming and
43667     its Kashida adding is bogus and only useful to check where it should
43668     be added, not visually useful however.
43669
43670  src/hb-directwrite.cc | 29 ++++++-----------------------
43671  src/hb-directwrite.h  |  5 -----
43672  2 files changed, 6 insertions(+), 28 deletions(-)
43673
43674 commit 163a66dc737645852d7515381304d69706688e16
43675 Author: Behdad Esfahbod <behdad@behdad.org>
43676 Date:   Tue Aug 20 14:22:57 2019 -0700
43677
43678     [test] Add test for aaa85931f3542639cd9d0dfb92fd6baab5b0298d
43679
43680  test/api/test-shape.c | 48 ++++++++++++++++++++++++++++++------------------
43681  1 file changed, 30 insertions(+), 18 deletions(-)
43682
43683 commit aaa85931f3542639cd9d0dfb92fd6baab5b0298d
43684 Author: Behdad Esfahbod <behdad@behdad.org>
43685 Date:   Tue Aug 20 13:06:10 2019 -0700
43686
43687     [font] Update multipliers when creating sub_font
43688     
43689     Fixes https://github.com/harfbuzz/harfbuzz/issues/1910
43690
43691  src/hb-font.cc | 1 +
43692  1 file changed, 1 insertion(+)
43693
43694 commit bbad1b8298125d78c159ed7fdd7bde6a3f3fff56
43695 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43696 Date:   Tue Aug 20 14:46:48 2019 +0430
43697
43698     [trak] minor, use roundf instead round to normalize the use
43699     
43700     The change to `round` wasn't intended
43701
43702  src/hb-aat-layout-trak-table.hh | 4 ++--
43703  1 file changed, 2 insertions(+), 2 deletions(-)
43704
43705 commit e67cb500e9c5f6717d0d1cd152de84d88ec7370e
43706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43707 Date:   Tue Aug 20 13:30:34 2019 +0430
43708
43709     [readme] add oss-fuzz badge
43710     
43711     Related:
43712     https://github.com/google/oss-fuzz/pull/2513
43713     https://github.com/systemd/systemd/commit/ce2098b7e9443cd6f31fb70af7f72308cd2962a3
43714
43715  README.md | 1 +
43716  1 file changed, 1 insertion(+)
43717
43718 commit d59d89b28128cf644d76098c709b9309b834eb09
43719 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43720 Date:   Tue Aug 20 13:07:17 2019 +0430
43721
43722     [test] Rebase 10.14 trak related test
43723
43724  test/shaping/data/in-house/tests/macos.tests | 2 +-
43725  1 file changed, 1 insertion(+), 1 deletion(-)
43726
43727 commit 20b1a27c8a319d43a582c3efa8233b9f2c3cc73e
43728 Merge: 5ee1e451c 37de38ade
43729 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43730 Date:   Tue Aug 20 13:04:51 2019 +0430
43731
43732     Merge remove-coretext-96dpi-assumption, @drott
43733     
43734     Remove assumption about Core Text working in 96 DPI
43735
43736 commit 37de38adeae48e1855c2431a39639db873a74554
43737 Merge: f401f85a5 5ee1e451c
43738 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43739 Date:   Tue Aug 20 12:59:33 2019 +0430
43740
43741     Merge branch 'master' into remove-coretext-96dpi-assumption
43742
43743 commit 5ee1e451cfc75dc6ddbc3ae300ba7394a0cd560e
43744 Author: Behdad Esfahbod <behdad@behdad.org>
43745 Date:   Mon Aug 19 14:23:17 2019 -0700
43746
43747     Minor touch-up for recent change
43748
43749  src/hb-ot-var-avar-table.hh | 6 +++---
43750  1 file changed, 3 insertions(+), 3 deletions(-)
43751
43752 commit 33489928444b94bdd2cc523dac14707eb29d667e
43753 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43754 Date:   Wed Aug 7 20:07:58 2019 +0430
43755
43756     [avar] Implement inverse map, unmap
43757
43758  src/hb-ot-var-avar-table.hh | 30 ++++++++++++++++++++++++------
43759  1 file changed, 24 insertions(+), 6 deletions(-)
43760
43761 commit 981f5a54c3cbc1de45ba941fdf5315c62d86b6f3
43762 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43763 Date:   Wed Aug 7 18:45:39 2019 +0430
43764
43765     [fvar] Implement inverse normalize, unnormalize
43766
43767  src/hb-ot-var-fvar-table.hh | 14 ++++++++++++++
43768  1 file changed, 14 insertions(+)
43769
43770 commit dcb4cd400fb44172872a20ba54baa011d748b61d
43771 Author: Behdad Esfahbod <behdad@behdad.org>
43772 Date:   Mon Aug 19 11:35:37 2019 -0700
43773
43774     Minor
43775
43776  src/hb-font.cc | 4 +---
43777  1 file changed, 1 insertion(+), 3 deletions(-)
43778
43779 commit ca54440324745afc388edac40ad1047e92567fdb
43780 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43781 Date:   Sun Aug 18 11:58:04 2019 +0430
43782
43783     Remove continuous development helper script
43784     
43785     Not have used it personally for a long time, lets remove it
43786
43787  src/dev-run.sh | 99 ----------------------------------------------------------
43788  1 file changed, 99 deletions(-)
43789
43790 commit 40aef1b473f63701ab901880d764e33682f13414
43791 Author: Khaled Hosny <khaledhosny@eglug.org>
43792 Date:   Fri Aug 16 01:00:30 2019 +0200
43793
43794     [ot-shape] Keep horizontal_features array sorted
43795
43796  src/hb-ot-shape.cc | 2 +-
43797  1 file changed, 1 insertion(+), 1 deletion(-)
43798
43799 commit da5118da77898ae4778af1ace4af52334b210dd6
43800 Author: Khaled Hosny <khaledhosny@eglug.org>
43801 Date:   Fri Aug 16 00:48:26 2019 +0200
43802
43803     [ot-shape] Enable abvm/blwm features by default
43804     
43805     Core Text seems to apply them to Latin text, but Uniscribe doesn’t.
43806     
43807     See https://github.com/harfbuzz/harfbuzz/pull/1908#issuecomment-521819343
43808
43809  src/hb-ot-shape-complex-indic.cc                   |   9 ---------
43810  src/hb-ot-shape-complex-khmer.cc                   |   9 ---------
43811  src/hb-ot-shape-complex-myanmar.cc                 |  21 ---------------------
43812  src/hb-ot-shape-complex-use.cc                     |  14 --------------
43813  src/hb-ot-shape.cc                                 |   2 ++
43814  test/shaping/data/in-house/Makefile.sources        |   2 +-
43815  .../ea3f63620511b2097200d23774ffef197e829e69.ttf   | Bin 0 -> 1804 bytes
43816  .../f79eb71df4e4c9c273b67b89a06e5ff9e3c1f834.ttf   | Bin 0 -> 1860 bytes
43817  test/shaping/data/in-house/tests/dist.tests        |   1 -
43818  .../data/in-house/tests/positioning-features.tests |   3 +++
43819  10 files changed, 6 insertions(+), 55 deletions(-)
43820
43821 commit 2164bd6f29df265acdc04b84f5f94cf63b2cea8a
43822 Author: Khaled Hosny <khaledhosny@eglug.org>
43823 Date:   Fri Aug 16 00:28:41 2019 +0200
43824
43825     [ot-shape] Enable dist feature by default (#1908)
43826     
43827     Fixes https://github.com/harfbuzz/harfbuzz/issues/1907
43828
43829  src/hb-ot-shape-complex-indic.cc                         |   2 --
43830  src/hb-ot-shape-complex-khmer.cc                         |   2 --
43831  src/hb-ot-shape-complex-myanmar.cc                       |   1 -
43832  src/hb-ot-shape-complex-use.cc                           |   1 -
43833  src/hb-ot-shape.cc                                       |   1 +
43834  test/shaping/data/in-house/Makefile.sources              |   1 +
43835  .../fonts/53a91c20e33a596f2be17fb68b382d6b7eb85d5c.ttf   | Bin 0 -> 2020 bytes
43836  test/shaping/data/in-house/tests/dist.tests              |   1 +
43837  8 files changed, 3 insertions(+), 6 deletions(-)
43838
43839 commit bc27f86ffef537835f6c9dbbecbc2ee6792cb127
43840 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43841 Date:   Wed Aug 14 22:37:00 2019 +0430
43842
43843     Move HB_NO_VAR to a better place in hb-font.cc
43844     
43845     Needed for other works
43846
43847  src/hb-font.cc | 5 ++---
43848  1 file changed, 2 insertions(+), 3 deletions(-)
43849
43850 commit 1cc844da66ab527991ff96efdf10d97f6b626bfe
43851 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43852 Date:   Wed Aug 14 19:10:02 2019 +0430
43853
43854     minor
43855     
43856     Use hb_font_t coords directly
43857
43858  src/hb-ot-cff2-table.cc | 4 +---
43859  1 file changed, 1 insertion(+), 3 deletions(-)
43860
43861 commit 6a194b6876db12f083ae5391ca01972168d4e68a
43862 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43863 Date:   Wed Aug 14 18:49:57 2019 +0430
43864
43865     Minor, remove trailing spaces in hb-font.{cc,h} as .editorconfig
43866
43867  src/hb-font.cc | 338 ++++++++++++++++++++++++++++-----------------------------
43868  src/hb-font.h  |  26 ++---
43869  2 files changed, 182 insertions(+), 182 deletions(-)
43870
43871 commit 3ae44645d60fe8271ad18b004434d475eaeb7ad6
43872 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43873 Date:   Wed Aug 14 14:34:55 2019 +0430
43874
43875     Fix caret_count value when AAT is disabled
43876     
43877     Set caret_count to zero as that is what we want to happen inside lcar when
43878     there is no result.
43879
43880  src/hb-ot-layout.cc | 6 +++++-
43881  1 file changed, 5 insertions(+), 1 deletion(-)
43882
43883 commit a5aa67b9f288687e21ca7a9887483f7fe1cbce54
43884 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43885 Date:   Wed Aug 14 14:29:01 2019 +0430
43886
43887     [lcar] Use multiformat convention
43888
43889  src/hb-aat-layout-lcar-table.hh | 115 +++++++++++++++++++++++++++++++---------
43890  1 file changed, 90 insertions(+), 25 deletions(-)
43891
43892 commit bfffe85dd7d7557e10ec9f9886b86fe0d8b4a7a2
43893 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43894 Date:   Wed Aug 14 13:55:49 2019 +0430
43895
43896     [opbd] Use multiformat convention on the table
43897
43898  src/hb-aat-layout-opbd-table.hh | 116 ++++++++++++++++++++++++++++++----------
43899  1 file changed, 89 insertions(+), 27 deletions(-)
43900
43901 commit d6206dbcc4e4ef8c034ee714e74d3a76c5333a12
43902 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43903 Date:   Wed Aug 14 11:24:06 2019 +0430
43904
43905     [opbd] Turn OpticalBounds fields to FWORD
43906
43907  src/hb-aat-layout-opbd-table.hh | 8 ++++----
43908  1 file changed, 4 insertions(+), 4 deletions(-)
43909
43910 commit 6461143b44f81a4190d3f1cb02238750536f08e4
43911 Author: Behdad Esfahbod <behdad@behdad.org>
43912 Date:   Tue Aug 13 22:20:54 2019 -0700
43913
43914     2.6.0
43915
43916  NEWS                   | 23 +++++++++++++++++++++++
43917  configure.ac           |  2 +-
43918  docs/harfbuzz-docs.xml |  4 ++++
43919  src/hb-font.cc         |  2 +-
43920  src/hb-gdi.cc          |  2 +-
43921  src/hb-ot-layout.cc    |  2 ++
43922  src/hb-ot-layout.h     |  2 +-
43923  src/hb-ot-meta.cc      |  4 ++--
43924  src/hb-ot-meta.h       |  2 +-
43925  src/hb-ot-metrics.cc   |  8 ++++----
43926  src/hb-ot-metrics.h    |  2 +-
43927  src/hb-version.h       |  6 +++---
43928  12 files changed, 44 insertions(+), 15 deletions(-)
43929
43930 commit e56d4ff43b97ca35a8324be2acf1c8644f3b0a24
43931 Author: Behdad Esfahbod <behdad@behdad.org>
43932 Date:   Tue Aug 13 21:02:47 2019 -0700
43933
43934     Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags()
43935
43936  docs/harfbuzz-sections.txt | 2 +-
43937  src/hb-ot-meta.cc          | 8 ++++----
43938  src/hb-ot-meta.h           | 8 ++++----
43939  src/test-ot-meta.cc        | 4 ++--
43940  test/api/test-ot-face.c    | 2 +-
43941  test/api/test-ot-meta.c    | 6 +++---
43942  6 files changed, 15 insertions(+), 15 deletions(-)
43943
43944 commit aade9b70aabd8a97dd8a28cda2cf4d0694dd7350
43945 Author: Behdad Esfahbod <behdad@behdad.org>
43946 Date:   Tue Aug 13 16:09:20 2019 -0700
43947
43948     [pool] Fix alignment assertion
43949     
43950     I *think* it should fix https://github.com/harfbuzz/harfbuzz/issues/1901
43951     
43952     Ie. if on a system, alignof(void*) < sizeof(void*)...
43953
43954  src/hb-pool.hh | 2 +-
43955  1 file changed, 1 insertion(+), 1 deletion(-)
43956
43957 commit b31d627f151c8eeeb12ed84c3282392d6adbc5b4
43958 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43959 Date:   Sun Aug 11 23:34:48 2019 +0430
43960
43961     Increase subset fuzzer timeout to 16s
43962     
43963     To satisfy -valgrind and -tsan bots, very ugly
43964
43965  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
43966  1 file changed, 1 insertion(+), 1 deletion(-)
43967
43968 commit 5b9cf191fe1fb13bd4bf914e0f4c03c3b2795a73
43969 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43970 Date:   Sun Aug 11 23:07:29 2019 +0430
43971
43972     [ci] Disable vcpkg thus running the test suit in Windows
43973     
43974     vcpkg apparently doesn't like to work the same way used to anymore, lets disable it
43975
43976  appveyor.yml | 20 ++++++++++----------
43977  1 file changed, 10 insertions(+), 10 deletions(-)
43978
43979 commit 60d9f0097580a339c7ffe582cc0657698e315cea
43980 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43981 Date:   Sun Aug 11 16:15:19 2019 +0430
43982
43983     Implement opbd table parsing
43984     
43985     https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6opbd.html
43986
43987  src/Makefile.sources            |   1 +
43988  src/hb-aat-layout-opbd-table.hh | 111 ++++++++++++++++++++++++++++++++++++++++
43989  src/hb-ot-face-table-list.hh    |   1 +
43990  src/hb-ot-layout.cc             |   1 +
43991  4 files changed, 114 insertions(+)
43992
43993 commit 8762676e34cef13f4b263b377b485b199b66d4d1
43994 Author: Ebrahim Byagowi <ebrahim@gnu.org>
43995 Date:   Sat Aug 10 01:26:55 2019 +0430
43996
43997     [os2] Replace null pool addr compare by checking vital fields (#1896)
43998
43999  src/hb-ot-os2-table.hh | 4 ++--
44000  1 file changed, 2 insertions(+), 2 deletions(-)
44001
44002 commit 1f926fb2b642094a15e686be6a910e709b15ebd0
44003 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44004 Date:   Wed Aug 7 20:22:20 2019 +0430
44005
44006     [fvar] Use roundf instead hardcoding round logic
44007
44008  src/hb-ot-var-fvar-table.hh | 2 +-
44009  1 file changed, 1 insertion(+), 1 deletion(-)
44010
44011 commit 60485ab0473630c585bb96fcdc14dbe415edf4f2
44012 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44013 Date:   Wed Aug 7 23:23:06 2019 +0430
44014
44015     [os2] Get defined lower/upper optical size
44016
44017  src/hb-ot-os2-table.hh | 17 +++++++++++++++++
44018  1 file changed, 17 insertions(+)
44019
44020 commit 321d5588d4fa96bcc4aa558d2f982430031f242e
44021 Author: Qunxin Liu <qxliu@google.com>
44022 Date:   Tue Jul 2 16:30:57 2019 -0700
44023
44024     [subset] Add subsetting for GPOS Lookup Type 1: Single Adjustment Positioning Subtable
44025
44026  src/hb-ot-layout-gpos-table.hh                     | 157 ++++++++++++++++++++-
44027  test/subset/data/Makefile.am                       |   1 +
44028  test/subset/data/Makefile.sources                  |   1 +
44029  .../gpos1_2_font.keep-layout-retain-gids.41,43.otf | Bin 0 -> 2068 bytes
44030  .../gpos1_2_font.keep-layout-retain-gids.41,46.otf | Bin 0 -> 2232 bytes
44031  .../gpos1_2_font.keep-layout-retain-gids.43,46.otf | Bin 0 -> 2096 bytes
44032  ...eep-layout-retain-gids.retain-all-codepoint.otf | Bin 0 -> 3668 bytes
44033  test/subset/data/fonts/gpos1_2_font.otf            | Bin 0 -> 4564 bytes
44034  test/subset/data/tests/layout.gpos.tests           |  11 ++
44035  9 files changed, 166 insertions(+), 4 deletions(-)
44036
44037 commit 37572882e7a685d804384eaf11f0f3e53af38341
44038 Author: Qunxin Liu <qxliu@google.com>
44039 Date:   Tue Jun 25 13:17:30 2019 -0700
44040
44041     [subset] cmap table to use _subset2 and new iterator frameworks
44042
44043  src/hb-ot-cmap-table.hh                          | 670 +++++++++++------------
44044  src/hb-subset.cc                                 |   2 +-
44045  test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf | Bin 2816 -> 2532 bytes
44046  test/api/fonts/Roboto-Regular.abc.ttf            | Bin 2460 -> 2168 bytes
44047  test/api/fonts/Roboto-Regular.ac.ttf             | Bin 2268 -> 1988 bytes
44048  5 files changed, 320 insertions(+), 352 deletions(-)
44049
44050 commit 06596cf90700ff76f23297141c656dfc317eece6
44051 Author: Khaled Hosny <khaledhosny@eglug.org>
44052 Date:   Sat Aug 3 13:55:34 2019 +0200
44053
44054     Some styling
44055
44056  README.python.md | 12 ++++++------
44057  1 file changed, 6 insertions(+), 6 deletions(-)
44058
44059 commit 5848c890cf2f8a14c9d9e329c4f8283feac1f0c3
44060 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44061 Date:   Sat Aug 3 14:19:28 2019 +0430
44062
44063     [metrics] Add metrics tags documentation
44064
44065  src/hb-ot-metrics.h | 28 ++++++++++++++++++++++++++++
44066  1 file changed, 28 insertions(+)
44067
44068 commit 4d1872b8e019659a92a59b1d7cba6fd81ed3607d
44069 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44070 Date:   Sat Aug 3 14:06:46 2019 +0430
44071
44072     [base] Add documentation for baseline tags from ot spec
44073
44074  src/hb-ot-layout.h | 19 ++++++++++++++++++-
44075  1 file changed, 18 insertions(+), 1 deletion(-)
44076
44077 commit bbeee84a7f048633b0aaa95aa6129871a3a22164
44078 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44079 Date:   Sat Aug 3 13:47:55 2019 +0430
44080
44081     [meta] Add metadata tags documentation from ot spec
44082
44083  src/hb-ot-meta.h | 8 +++++++-
44084  1 file changed, 7 insertions(+), 1 deletion(-)
44085
44086 commit 6b3e093911aaf834c0adf5b2a114d357914322ee
44087 Merge: 07f27accb 521c7013a
44088 Author: Michiharu Ariza <ariza@adobe.com>
44089 Date:   Wed Jul 31 16:04:48 2019 -0700
44090
44091     Merge branch 'master' into var-subset
44092
44093 commit 07f27accb9c3823cef5d652150701f24af89fca2
44094 Merge: a87fbb872 6e3bfecf3
44095 Author: Michiharu Ariza <ariza@adobe.com>
44096 Date:   Wed Jul 31 14:58:53 2019 -0700
44097
44098     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
44099
44100 commit 521c7013abab84a0994fda3977ccd1ba3d496242
44101 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44102 Date:   Tue Jul 30 18:10:40 2019 +0430
44103
44104     [cpal] revert port to dagger
44105     
44106     It has a different semantic, maybe we should just do a zero memset,
44107     letting Behdad to decide.
44108
44109  src/hb-ot-color-cpal-table.hh | 5 ++---
44110  1 file changed, 2 insertions(+), 3 deletions(-)
44111
44112 commit 8014ce198a09d20cb947e4a465c7d893a84c55be
44113 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44114 Date:   Tue Jul 30 17:31:34 2019 +0430
44115
44116     [cpal] port to dagger (#1887)
44117
44118  src/hb-ot-color-cpal-table.hh | 5 +++--
44119  1 file changed, 3 insertions(+), 2 deletions(-)
44120
44121 commit d67201da5a2142cb9d039a8cb2cb713556d945af
44122 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44123 Date:   Tue Jul 30 17:20:18 2019 +0430
44124
44125     [colr] minor
44126
44127  src/hb-ot-color-colr-table.hh | 2 +-
44128  1 file changed, 1 insertion(+), 1 deletion(-)
44129
44130 commit 8c0a2e68ad91e55a11162da0cddb355810a4c8a0
44131 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44132 Date:   Tue Jul 30 13:16:15 2019 +0430
44133
44134     [fuzz] Add dummy call of the added APIs (#1886)
44135
44136  test/api/test-ot-face.c | 10 ++++++++++
44137  1 file changed, 10 insertions(+)
44138
44139 commit e5cf9718c07c8bf1fc20cd573cef2d125c28281f
44140 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44141 Date:   Tue Jul 30 04:44:23 2019 +0430
44142
44143     [colr][feat][meta] Port sub_array iteration to dagger (#1868)
44144
44145  src/hb-aat-layout-feat-table.hh | 37 ++++++++++++++++++-------------------
44146  src/hb-ot-color-colr-table.hh   | 14 ++++++--------
44147  src/hb-ot-meta-table.hh         |  8 +++++---
44148  3 files changed, 29 insertions(+), 30 deletions(-)
44149
44150 commit 9f2b4956b484b802eb37f36974c11785c90493ce
44151 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44152 Date:   Tue Jul 30 04:42:51 2019 +0430
44153
44154     [base] Add hb_ot_layout_get_baseline API
44155
44156  docs/harfbuzz-sections.txt   |  2 +
44157  src/hb-ot-face-table-list.hh |  6 ++-
44158  src/hb-ot-layout.cc          | 87 ++++++++++++--------------------------------
44159  src/hb-ot-layout.h           | 32 ++++++++++++++++
44160  test/api/test-baseline.c     |  4 +-
44161  5 files changed, 63 insertions(+), 68 deletions(-)
44162
44163 commit 40a4b6ddbdc84a25f76bd4d7ff41b1322fe95b83
44164 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44165 Date:   Sat Jul 27 13:33:46 2019 +0430
44166
44167     [var] Add a new API, hb_font_set_var_named_instance
44168
44169  docs/harfbuzz-sections.txt     |  1 +
44170  src/hb-font.cc                 | 28 ++++++++++++++++++++++++++++
44171  src/hb-font.h                  |  4 ++++
44172  test/api/test-ot-extents-cff.c | 32 ++++++++++++++++++++++++++++++++
44173  4 files changed, 65 insertions(+)
44174
44175 commit b6a2281f1a2d29cc5797f4f266800f7141591585
44176 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44177 Date:   Tue Jul 30 03:45:45 2019 +0430
44178
44179     [meta] Make values match their enum type naming
44180
44181  src/hb-ot-meta.h        | 10 +++++-----
44182  test/api/test-ot-meta.c |  4 ++--
44183  2 files changed, 7 insertions(+), 7 deletions(-)
44184
44185 commit 20072a2eca8943a82e36cbb603ad31481cfc56cd
44186 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44187 Date:   Tue Jul 30 03:43:15 2019 +0430
44188
44189     [metrics] Make values match their enum type naming
44190
44191  src/hb-ot-font.cc          |  12 +++---
44192  src/hb-ot-metrics.cc       | 100 ++++++++++++++++++++++-----------------------
44193  src/hb-ot-metrics.h        |  58 +++++++++++++-------------
44194  test/api/test-ot-metrics.c |  26 ++++++------
44195  4 files changed, 98 insertions(+), 98 deletions(-)
44196
44197 commit ed2965a8527ee89994c8eecf451bf71846b3ca86
44198 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44199 Date:   Tue Jul 30 03:34:10 2019 +0430
44200
44201     [base] Don't use enum inside the table
44202
44203  src/hb-ot-layout-base-table.hh | 31 ++++++++++++++-----------------
44204  1 file changed, 14 insertions(+), 17 deletions(-)
44205
44206 commit 388fa9b32611a8726b9bbfe7ccf8cdbcd818fd70
44207 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44208 Date:   Sat Jul 27 14:56:18 2019 +0430
44209
44210     [lcar] flip for and switch position
44211
44212  src/hb-aat-layout-lcar-table.hh | 16 ++++++++++------
44213  1 file changed, 10 insertions(+), 6 deletions(-)
44214
44215 commit f0dd724c1e091f42f289efbebd2c50e830e59c6e
44216 Merge: 68ac767e4 4e1da6bb6
44217 Author: blueshade7 <ariza@typekit.com>
44218 Date:   Mon Jul 29 14:21:05 2019 -0700
44219
44220     Merge branch 'master' into subset-varstore
44221
44222 commit 6e3bfecf358a1785995a64c18eb4c1d7cf926ca5
44223 Merge: 5988ab8a4 4e1da6bb6
44224 Author: blueshade7 <ariza@typekit.com>
44225 Date:   Mon Jul 29 12:25:43 2019 -0700
44226
44227     Merge branch 'master' into var-subset
44228
44229 commit 4e1da6bb612b0c6386ab143dbb4ca19ff25bc2ba
44230 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44231 Date:   Mon Jul 29 22:03:56 2019 +0430
44232
44233     [metrics] Rename hb_ot_metrics_t to hb_ot_metrics_tag_t
44234
44235  src/hb-ot-metrics.cc | 22 +++++++++++-----------
44236  src/hb-ot-metrics.h  | 16 ++++++++--------
44237  src/hb-ot-metrics.hh |  6 +++---
44238  3 files changed, 22 insertions(+), 22 deletions(-)
44239
44240 commit 2c2a2b97dbe24ae2e09018f435559c97a460bdcb
44241 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44242 Date:   Mon Jul 29 22:01:13 2019 +0430
44243
44244     [meta] Rename hb_ot_meta_t to hb_ot_meta_tag_t
44245
44246  src/hb-ot-meta-table.hh | 10 +++++-----
44247  src/hb-ot-meta.cc       | 10 +++++-----
44248  src/hb-ot-meta.h        | 14 +++++++-------
44249  src/test-ot-meta.cc     |  4 ++--
44250  test/api/test-ot-meta.c |  6 +++---
44251  5 files changed, 22 insertions(+), 22 deletions(-)
44252
44253 commit 7bcc5dfa97a43d9c5f6dfdb87b4f0d5a589ecd48
44254 Author: Behdad Esfahbod <behdad@behdad.org>
44255 Date:   Sun Jul 28 20:55:50 2019 -0700
44256
44257     [iter] Fix accumulate to accept const types
44258
44259  src/hb-iter.hh | 2 +-
44260  1 file changed, 1 insertion(+), 1 deletion(-)
44261
44262 commit e21bdf500d4ecc3a5fd6f79aabf6232f3967035e
44263 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44264 Date:   Sun Jul 28 22:59:09 2019 +0430
44265
44266     Increase subset fuzzer timeout to 8s
44267     
44268     Probably we should just remove timeout when running tsan and vaglrind here, the flaky bots
44269
44270  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
44271  1 file changed, 1 insertion(+), 1 deletion(-)
44272
44273 commit 87454c447d705327a26c1f879e0a4f3002ae2667
44274 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44275 Date:   Sun Jul 28 20:46:47 2019 +0430
44276
44277     [base] fix logic
44278
44279  src/hb-ot-layout-base-table.hh | 6 +++---
44280  1 file changed, 3 insertions(+), 3 deletions(-)
44281
44282 commit 69655d5bc3c7b240424545bdef197d9d7251e509
44283 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44284 Date:   Sun Jul 28 20:39:20 2019 +0430
44285
44286     [base] minor
44287
44288  src/hb-ot-layout-base-table.hh | 5 ++---
44289  1 file changed, 2 insertions(+), 3 deletions(-)
44290
44291 commit d9c44e7239daf59e283fecd4166c984b43d48e24
44292 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44293 Date:   Sun Jul 28 20:35:32 2019 +0430
44294
44295     [base] Check if the returned base_coord is valid
44296
44297  src/hb-ot-layout-base-table.hh | 13 ++++++++-----
44298  1 file changed, 8 insertions(+), 5 deletions(-)
44299
44300 commit 53853c044a6382ece51393dfc3a4fe6a5f8a5a23
44301 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44302 Date:   Sun Jul 28 20:23:48 2019 +0430
44303
44304     [meta] minor
44305
44306  src/hb-ot-meta-table.hh | 2 +-
44307  1 file changed, 1 insertion(+), 1 deletion(-)
44308
44309 commit ed126d8c37c45d8d60eb0368143c6776d1fcfbff
44310 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44311 Date:   Sun Jul 28 20:21:59 2019 +0430
44312
44313     [base] fix build
44314
44315  src/hb-ot-layout-base-table.hh | 3 +++
44316  1 file changed, 3 insertions(+)
44317
44318 commit c7b22b96cc64c81248362a70f2d60d93ee520f2d
44319 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44320 Date:   Sun Jul 28 19:46:57 2019 +0430
44321
44322     [base] minor
44323
44324  src/hb-ot-layout-base-table.hh | 4 +---
44325  1 file changed, 1 insertion(+), 3 deletions(-)
44326
44327 commit a157342fce2616141ee62d68ad8e3fb93e52187e
44328 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44329 Date:   Sun Jul 28 18:54:13 2019 +0430
44330
44331     [base] Fix use of bsearch
44332
44333  src/hb-ot-layout-base-table.hh | 94 ++++++++++++++----------------------------
44334  1 file changed, 31 insertions(+), 63 deletions(-)
44335
44336 commit eddd45653282ffff8ef002ad2163bcf8bf4f3df1
44337 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44338 Date:   Sun Jul 28 02:21:54 2019 +0430
44339
44340     [base] minor spacing
44341
44342  src/hb-ot-layout-base-table.hh | 10 +++++-----
44343  1 file changed, 5 insertions(+), 5 deletions(-)
44344
44345 commit 0a18efd766b3b6cc987ee18785f7858fe2bd1c67
44346 Author: Behdad Esfahbod <behdad@behdad.org>
44347 Date:   Fri Jul 26 14:34:26 2019 -0700
44348
44349     Minor
44350
44351  src/hb-ot-layout-gsub-table.hh | 2 +-
44352  1 file changed, 1 insertion(+), 1 deletion(-)
44353
44354 commit 60d0fe2eda9c0eb67f50d61e905b584b8edc3e95
44355 Merge: 6d53cda1b 658424b29
44356 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44357 Date:   Sat Jul 27 01:20:55 2019 +0430
44358
44359     Merge pull request #1872 from darktohka/cmake-regex-fix
44360     
44361     [cmake] Fix CMake build on newer CMake versions
44362
44363 commit 658424b29efbc758541a790193c42171bb7fa965
44364 Author: Derzsi Dániel <daniel@tohka.us>
44365 Date:   Fri Jul 26 22:52:03 2019 +0300
44366
44367     [cmake] Fix CMake build on newer CMake versions
44368     
44369     Unfortunately, newer CMake versions die during regex variable extraction, causing the build to fail.
44370     
44371     This is caused by the lack of escaping used around variables in the extract_make_variable function, causing these variables to be automatically unwrapped into empty strings.
44372
44373  CMakeLists.txt | 4 ++--
44374  1 file changed, 2 insertions(+), 2 deletions(-)
44375
44376 commit 6d53cda1baf130853e5725fe8fea1d1c5f766a79
44377 Author: Zero King <l2dy@icloud.com>
44378 Date:   Fri Jul 26 15:43:51 2019 +0000
44379
44380     [util] Fix memory leak
44381
44382  util/options.cc | 1 +
44383  1 file changed, 1 insertion(+)
44384
44385 commit d3d99f8bb6ad77d1ac73901885acfffd3bb3e7f7
44386 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44387 Date:   Fri Jul 26 16:46:04 2019 +0430
44388
44389     [metrics] Expose raw OS2/HHEA asc/dsc values using private tags (#1867)
44390
44391  src/hb-ot-metrics.cc | 16 ++++++++++++++++
44392  1 file changed, 16 insertions(+)
44393
44394 commit aaffe41094f8ddefad6f33e86cbd04a24dd9bfff
44395 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44396 Date:   Fri Jul 26 01:14:37 2019 +0430
44397
44398     [meta] minor, simplify iterator
44399
44400  src/hb-ot-meta-table.hh | 8 ++++----
44401  1 file changed, 4 insertions(+), 4 deletions(-)
44402
44403 commit 62932c14bd256f10031380047ededd93a2aacd88
44404 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44405 Date:   Fri Jul 26 00:30:29 2019 +0430
44406
44407     [meta] Rename ot-metadata to ot-meta per review
44408
44409  docs/harfbuzz-sections.txt                      |  7 +++---
44410  src/Makefile.am                                 |  8 +++----
44411  src/Makefile.sources                            |  4 ++--
44412  src/harfbuzz.cc                                 |  2 +-
44413  src/hb-ot-meta-table.hh                         |  8 +++----
44414  src/{hb-ot-metadata.cc => hb-ot-meta.cc}        | 22 +++++++++---------
44415  src/{hb-ot-metadata.h => hb-ot-meta.h}          | 30 ++++++++++++-------------
44416  src/hb-ot.h                                     |  2 +-
44417  src/{test-ot-metadata.cc => test-ot-meta.cc}    | 10 ++++-----
44418  test/api/Makefile.am                            |  2 +-
44419  test/api/{test-ot-metadata.c => test-ot-meta.c} | 26 ++++++++++-----------
44420  11 files changed, 61 insertions(+), 60 deletions(-)
44421
44422 commit 821d9e9034c57c5c593741284b134c76cc3c7c0f
44423 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44424 Date:   Fri Jul 26 00:08:58 2019 +0430
44425
44426     Use .sub_array for DataMap tags iteration
44427
44428  src/hb-ot-meta-table.hh | 8 +++-----
44429  1 file changed, 3 insertions(+), 5 deletions(-)
44430
44431 commit a250af98ae74c94ac3aa069e6e5958a937586bfc
44432 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44433 Date:   Wed Jul 24 03:10:41 2019 +0430
44434
44435     [meta] Add max value to hb_ot_metadata_t
44436
44437  src/hb-ot-metadata.h | 4 +++-
44438  1 file changed, 3 insertions(+), 1 deletion(-)
44439
44440 commit 80e246a1f2b3c4e3c25a4a3ec042e7610944abd4
44441 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44442 Date:   Wed Jul 24 03:08:34 2019 +0430
44443
44444     [meta] Add a test program for metadata
44445
44446  src/Makefile.am         |  5 ++++
44447  src/test-ot-metadata.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
44448  2 files changed, 75 insertions(+)
44449
44450 commit bc65ebbce765545bc4455d8ae5ba4a6a99201e41
44451 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44452 Date:   Wed Jul 24 02:28:09 2019 +0430
44453
44454     [meta] hb_ot_metadata_get_entries, tags iteration API
44455
44456  src/hb-ot-meta-table.hh     | 17 +++++++++++++++++
44457  src/hb-ot-metadata.cc       | 28 ++++++++++++++++++++++++----
44458  src/hb-ot-metadata.h        |  8 +++++++-
44459  test/api/test-ot-metadata.c | 26 ++++++++++++++++++++++++++
44460  4 files changed, 74 insertions(+), 5 deletions(-)
44461
44462 commit 3ac03bd67cb9f4a72e636bf56bc4a79e04bcba62
44463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44464 Date:   Mon Jul 22 23:35:08 2019 +0430
44465
44466     [meta] New API, hb_ot_metadata_reference_entry for fetching meta entries
44467
44468  docs/harfbuzz-sections.txt   |   6 +++++
44469  src/Makefile.sources         |   2 ++
44470  src/harfbuzz.cc              |   1 +
44471  src/hb-config.hh             |   1 +
44472  src/hb-ot-face-table-list.hh |   4 ++-
44473  src/hb-ot-face.cc            |   1 +
44474  src/hb-ot-layout.cc          |   1 -
44475  src/hb-ot-meta-table.hh      |  20 +++++++++++++++
44476  src/hb-ot-metadata.cc        |  57 ++++++++++++++++++++++++++++++++++++++++++
44477  src/hb-ot-metadata.h         |  57 ++++++++++++++++++++++++++++++++++++++++++
44478  src/hb-ot.h                  |   1 +
44479  test/api/Makefile.am         |   1 +
44480  test/api/fonts/meta.ttf      | Bin 0 -> 320 bytes
44481  test/api/test-ot-metadata.c  |  58 +++++++++++++++++++++++++++++++++++++++++++
44482  14 files changed, 208 insertions(+), 2 deletions(-)
44483
44484 commit aab8e084873eb098c55ed2569c15bb308c59e436
44485 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44486 Date:   Fri Jul 26 02:19:22 2019 +0430
44487
44488     minor spacing fix (#1869)
44489
44490  src/hb-open-type.hh     | 16 ++++++++--------
44491  src/hb-ot-vorg-table.hh |  2 +-
44492  src/hb-vector.hh        |  8 ++++----
44493  3 files changed, 13 insertions(+), 13 deletions(-)
44494
44495 commit d791446a930f8e2009c5ab5ea389da98d1ed9b95
44496 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44497 Date:   Fri Jul 26 02:12:06 2019 +0430
44498
44499     [feat] minor
44500
44501  src/hb-aat-layout-feat-table.hh | 4 +---
44502  1 file changed, 1 insertion(+), 3 deletions(-)
44503
44504 commit 356b68a00afaf972908cb2a478170e3933eaf974
44505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44506 Date:   Thu Jul 25 23:22:00 2019 +0430
44507
44508     [metrics] Add a test that actually practices variation (#1858)
44509
44510  test/api/fonts/TestCFF2VF.otf | Bin 0 -> 3636 bytes
44511  test/api/test-ot-metrics.c    |  28 ++++++++++++++++++++++++++--
44512  2 files changed, 26 insertions(+), 2 deletions(-)
44513
44514 commit a744fdc6c8217d0d4bfce30e638ed2e5200cf380
44515 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44516 Date:   Thu Jul 25 14:49:02 2019 +0430
44517
44518     Add _MAX_VALUE to hb_ot_metrics_t (#1861)
44519
44520  src/hb-ot-metrics.cc | 4 ++--
44521  src/hb-ot-metrics.h  | 4 +++-
44522  2 files changed, 5 insertions(+), 3 deletions(-)
44523
44524 commit 069872c51b31fe1a618e3ca5c3b0ab8ccba0cf81
44525 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44526 Date:   Thu Jul 25 14:27:43 2019 +0430
44527
44528     minor
44529
44530  src/hb-ot-layout.cc | 2 +-
44531  1 file changed, 1 insertion(+), 1 deletion(-)
44532
44533 commit 737eb85a4ec8861791157d83dd170ac48fa2cfc7
44534 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44535 Date:   Thu Jul 25 14:26:30 2019 +0430
44536
44537     Add _MAX_VALUE to disabled baseline types enum
44538
44539  src/hb-ot-layout.cc | 4 +++-
44540  1 file changed, 3 insertions(+), 1 deletion(-)
44541
44542 commit dd9a0ed3f0c0a8a94e107689318463d62414cf60
44543 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44544 Date:   Wed Jul 24 00:47:19 2019 +0430
44545
44546     Replace 0x7FFFFFFFu in enums with HB_TAG_MAX_SIGNED
44547
44548  src/hb-aat-layout.h | 4 ++--
44549  src/hb-ot-var.h     | 2 +-
44550  2 files changed, 3 insertions(+), 3 deletions(-)
44551
44552 commit 5988ab8a4e0d2b6d174f2ff0f18addc3f41b7a94
44553 Merge: 4cba7bdae 636ae4223
44554 Author: blueshade7 <ariza@typekit.com>
44555 Date:   Mon Jul 22 14:36:16 2019 -0700
44556
44557     Merge branch 'master' into var-subset
44558
44559 commit 636ae422372ed7f17b695e78c9c9015188b204e8
44560 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44561 Date:   Mon Jul 22 22:50:21 2019 +0430
44562
44563     minor, comment out meta table in list till its use
44564
44565  src/hb-ot-face-table-list.hh | 2 +-
44566  1 file changed, 1 insertion(+), 1 deletion(-)
44567
44568 commit 04c11a19b75663af35d16c827e295aa2e555d110
44569 Merge: 41ab56e09 c9796d15e
44570 Author: Khaled Hosny <khaledhosny@eglug.org>
44571 Date:   Mon Jul 22 16:44:47 2019 +0200
44572
44573     Merge pull request #1851 from khaledhosny/fix-sbix-extents
44574     
44575     Fix sbix glyph extents
44576
44577 commit 41ab56e09586b675b1c5de745cf5f520a808bba1
44578 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44579 Date:   Mon Jul 22 18:46:52 2019 +0430
44580
44581     Implement meta table parsing
44582
44583  src/Makefile.sources         |  1 +
44584  src/hb-ot-face-table-list.hh |  1 +
44585  src/hb-ot-layout.cc          | 15 ++++----
44586  src/hb-ot-meta-table.hh      | 89 ++++++++++++++++++++++++++++++++++++++++++++
44587  4 files changed, 99 insertions(+), 7 deletions(-)
44588
44589 commit a51aa951b5ad8da4ac7effc891437345e012a0ac
44590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44591 Date:   Mon Jul 22 18:35:55 2019 +0430
44592
44593     [metrics] Fix _get_variation API to works with actual coord values
44594
44595  src/hb-ot-metrics.cc       | 16 ++++++++--------
44596  src/hb-ot-metrics.h        |  2 +-
44597  test/api/test-ot-metrics.c |  2 +-
44598  3 files changed, 10 insertions(+), 10 deletions(-)
44599
44600 commit 77141dff7d73fa6290f51c9e1ca56ce51a5deec0
44601 Author: Behdad Esfahbod <behdad@behdad.org>
44602 Date:   Mon Jul 22 07:48:32 2019 -0400
44603
44604     [metrics] _-prefix internal symbol
44605
44606  src/hb-ot-font.cc    | 12 ++++++------
44607  src/hb-ot-metrics.cc |  8 ++++----
44608  src/hb-ot-metrics.hh |  6 +++---
44609  3 files changed, 13 insertions(+), 13 deletions(-)
44610
44611 commit 89228ccb9a81b728bc9955082c17c68c848c50c4
44612 Author: Behdad Esfahbod <behdad@behdad.org>
44613 Date:   Mon Jul 22 07:07:37 2019 -0400
44614
44615     Fix warning on IBM compilers
44616     
44617     Fixes https://github.com/harfbuzz/harfbuzz/issues/1852
44618
44619  src/hb.hh | 3 ++-
44620  1 file changed, 2 insertions(+), 1 deletion(-)
44621
44622 commit c9796d15e1ec5f8939f8b1ae368cb3352b6a9cb9
44623 Author: Khaled Hosny <khaledhosny@eglug.org>
44624 Date:   Mon Jul 22 03:57:24 2019 +0200
44625
44626     Fix sbix glyph extents
44627     
44628     * The ‘height’ needs to be negated since the API returns “distance from
44629       top to bottom side”.
44630     * Similarly, the ‘y_offset‘ needs to be added to the height to get the
44631       ‘y_bearing’, since sbix’s offset is “the point in the glyph relative
44632       to its lower-left corner which corresponds to the origin” while
44633       ‘y_bearing’ is the “top side of glyph from origin”.
44634     
44635     With these changes the sbix glyph metrics return values similar to other
44636     tables, as they were otherwise unusable.
44637
44638  src/hb-ot-color-sbix-table.hh                            |   4 ++--
44639  test/api/test-ot-color.c                                 |   4 ++--
44640  .../fonts/fcbaa518d3cce441ed37ae3b1fed6a19e9b54efd.ttf   | Bin 0 -> 3128 bytes
44641  test/shaping/data/in-house/tests/color-fonts.tests       |   1 +
44642  4 files changed, 5 insertions(+), 4 deletions(-)
44643
44644 commit 759f3bd486c99bb09fb9fa5f42e621ec21399df8
44645 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44646 Date:   Mon Jul 22 02:06:07 2019 +0430
44647
44648     [metrics] Don't use metrics API in _common
44649     
44650     As it is exposed with a different condition
44651
44652  src/hb-ot-metrics.cc | 2 +-
44653  1 file changed, 1 insertion(+), 1 deletion(-)
44654
44655 commit eb8bd2f7eccde483d33406f102c69260fde6fe23
44656 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44657 Date:   Tue Jul 16 22:27:01 2019 +0430
44658
44659     Add hb_gdi_face_create API
44660     
44661     Based on Konstantin Ritt work posted on mailing list
44662
44663  CMakeLists.txt             |  8 +++++
44664  appveyor.yml               |  2 +-
44665  configure.ac               | 23 +++++++++++++++
44666  docs/harfbuzz-sections.txt |  5 ++++
44667  src/Makefile.am            |  8 +++++
44668  src/Makefile.sources       |  3 ++
44669  src/harfbuzz.cc            |  1 +
44670  src/hb-directwrite.cc      |  9 ++----
44671  src/hb-gdi.cc              | 73 ++++++++++++++++++++++++++++++++++++++++++++++
44672  src/hb-gdi.h               | 39 +++++++++++++++++++++++++
44673  src/hb-uniscribe.cc        |  7 -----
44674  src/hb.hh                  |  5 ++++
44675  12 files changed, 168 insertions(+), 15 deletions(-)
44676
44677 commit 3d03bb84d44bc9ef8a77e974d0e937a3385ffb92
44678 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44679 Date:   Sun Jul 21 12:38:04 2019 +0430
44680
44681     [metrics] minor, tweak comment
44682
44683  src/hb-ot-metrics.cc | 6 +++---
44684  1 file changed, 3 insertions(+), 3 deletions(-)
44685
44686 commit e540d402f6120e8761ff655bdbffb07d91a5f643
44687 Author: Behdad Esfahbod <behdad@behdad.org>
44688 Date:   Fri Jul 19 11:19:31 2019 -0700
44689
44690     [docs] Minor
44691
44692  docs/harfbuzz-sections.txt | 2 ++
44693  src/hb-ot-math.h           | 2 +-
44694  2 files changed, 3 insertions(+), 1 deletion(-)
44695
44696 commit 00e13985fbc5291850b8ea3d021e5f83c8a297e3
44697 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44698 Date:   Sat Jul 20 23:03:51 2019 +0430
44699
44700     Revert hhea fallback to OS/2 to its reverse way
44701     
44702     As searching number of hhea having fonts beats the number of OS/2
44703     having ones in macOS 10.14.2
44704
44705  src/hb-ot-metrics.cc | 12 ++++++------
44706  1 file changed, 6 insertions(+), 6 deletions(-)
44707
44708 commit c13ef9cc64a447e74abfed75f4f418bf644be88d
44709 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44710 Date:   Sat Jul 20 15:01:37 2019 +0430
44711
44712     Bring back asc/desc abs logic used to be in hmtx table
44713
44714  src/hb-ot-metrics.cc | 21 ++++++++++++++++++---
44715  1 file changed, 18 insertions(+), 3 deletions(-)
44716
44717 commit 772e62688cd72c02910f623653d2ec8ef6990928
44718 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44719 Date:   Sat Jul 20 14:50:31 2019 +0430
44720
44721     Make HB_TINY builds work again by separating the always needed part
44722
44723  src/hb-ot-font.cc    | 12 +++++-----
44724  src/hb-ot-metrics.cc | 62 ++++++++++++++++++++++++++++++++++++++++------------
44725  src/hb-ot-metrics.hh |  5 +++++
44726  3 files changed, 59 insertions(+), 20 deletions(-)
44727
44728 commit cb704337407ae9ccb57ae7631567002028b93c84
44729 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44730 Date:   Sat Jul 20 14:33:57 2019 +0430
44731
44732     Merge _get_position_internal into _get_position
44733
44734  src/hb-ot-metrics.cc | 143 ++++++++++++++++++---------------------------------
44735  src/hb-ot-metrics.hh |   5 --
44736  2 files changed, 49 insertions(+), 99 deletions(-)
44737
44738 commit ac3518af58464b33f1b16b34b8846c302b935208
44739 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44740 Date:   Sat Jul 20 14:03:36 2019 +0430
44741
44742     Define post table only when used
44743
44744  src/hb-ot-face-table-list.hh | 2 ++
44745  1 file changed, 2 insertions(+)
44746
44747 commit 471f798ace08b4551f0c9ead6855a4e49b72ba25
44748 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44749 Date:   Sat Jul 20 14:00:20 2019 +0430
44750
44751     Merge ot-metrics-internal.cc with ot-metrics now that isn't needed in subset
44752
44753  src/Makefile.sources          |   3 --
44754  src/harfbuzz.cc               |   1 -
44755  src/hb-ot-metrics-internal.cc | 100 ------------------------------------------
44756  src/hb-ot-metrics.cc          |  71 +++++++++++++++++++++++++++++-
44757  4 files changed, 70 insertions(+), 105 deletions(-)
44758
44759 commit 29444d7e9fd5007bf39efa2cf57a0117aabfc770
44760 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44761 Date:   Sat Jul 20 13:52:21 2019 +0430
44762
44763     Don't cache ascender/descender metrics
44764
44765  src/hb-ot-font.cc       | 24 ++++++++----------------
44766  src/hb-ot-hmtx-table.hh | 20 --------------------
44767  2 files changed, 8 insertions(+), 36 deletions(-)
44768
44769 commit 5e28c2654d030655d7b93ec0d6213d2b9fb2956e
44770 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44771 Date:   Sat Jul 20 14:08:11 2019 +0430
44772
44773     [doc] minor, improve hb-ot-metrics doc a bit
44774
44775  src/hb-ot-metrics.cc | 11 ++++++-----
44776  1 file changed, 6 insertions(+), 5 deletions(-)
44777
44778 commit ac8b6e330a443a66c3e0fb83af9794310688d848
44779 Merge: ec8dde814 08b48e89d
44780 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44781 Date:   Sat Jul 20 13:16:16 2019 +0430
44782
44783     Merge pull request #1844 from ebraminio/hhea
44784     
44785     Fallback hhea's ascender/descender to OS2
44786
44787 commit 08b48e89d3c1bafe252badc7c65a9fc2f166a693
44788 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44789 Date:   Sat Jul 20 12:53:40 2019 +0430
44790
44791     [os2] minor spacing tweaks
44792
44793  src/hb-ot-os2-table.hh | 11 +++++------
44794  1 file changed, 5 insertions(+), 6 deletions(-)
44795
44796 commit 54b9ab704dbf62e2916f1d5276ffef2543bcc2a7
44797 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44798 Date:   Sat Jul 20 12:51:38 2019 +0430
44799
44800     Fallback hhea's ascender/descender to OS2
44801
44802  src/hb-ot-metrics-internal.cc | 12 ++++++------
44803  1 file changed, 6 insertions(+), 6 deletions(-)
44804
44805 commit ec8dde8142fbf9e5bc0aee9318a7c4e73d61c758
44806 Author: Behdad Esfahbod <behdad@behdad.org>
44807 Date:   Fri Jul 19 11:13:50 2019 -0700
44808
44809     [metrics] Fall back to hhea if OS2 metrics are empty
44810     
44811     Reinstates previous logic, even if it might be unnecessary.
44812
44813  src/hb-ot-metrics-internal.cc | 12 ++++++------
44814  1 file changed, 6 insertions(+), 6 deletions(-)
44815
44816 commit 2e5b49d11d1dbfd44d8c640cb9ce5de7d26ca873
44817 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44818 Date:   Fri Jul 19 11:41:07 2019 +0430
44819
44820     Add HB_NO_METRICS and fix HB_TINY build (#1839)
44821
44822  src/hb-config.hh              | 1 +
44823  src/hb-ot-face-table-list.hh  | 2 --
44824  src/hb-ot-metrics-internal.cc | 8 +++++++-
44825  src/hb-ot-metrics.cc          | 6 ++++++
44826  4 files changed, 14 insertions(+), 3 deletions(-)
44827
44828 commit bdfdac0f26aafb3e9ff2db123116f0406fa49efc
44829 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44830 Date:   Fri Jul 19 10:33:00 2019 +0430
44831
44832     [ci][fuzzer] print valgrind failure if an error happened
44833
44834  test/fuzzing/run-shape-fuzzer-tests.py | 34 +++++++++++++++++-----------------
44835  1 file changed, 17 insertions(+), 17 deletions(-)
44836
44837 commit 2bd953ff4f656f042dba2845f0479a7fe7c439a6
44838 Author: Behdad Esfahbod <behdad@behdad.org>
44839 Date:   Thu Jul 18 14:25:45 2019 -0700
44840
44841     [metrics] Fix weird use of xor
44842     
44843     I believe that was a try to use one approach as fallback to other.  But
44844     felt wrong.  Just believe what's in OS/2 table to be correct.
44845
44846  src/hb-ot-metrics-internal.cc | 12 ++++++------
44847  src/hb-ot-os2-table.hh        |  2 +-
44848  2 files changed, 7 insertions(+), 7 deletions(-)
44849
44850 commit 9675a067bf1cc0e5d4707c1345736fda4be75b82
44851 Author: Behdad Esfahbod <behdad@behdad.org>
44852 Date:   Thu Jul 18 14:15:08 2019 -0700
44853
44854     [ot-metrics] Touch up
44855
44856  src/harfbuzz.cc         |  2 ++
44857  src/hb-ot-hmtx-table.hh | 19 +++++++++----------
44858  2 files changed, 11 insertions(+), 10 deletions(-)
44859
44860 commit 87e628436e32786635796fbb07ed200f8c0da68f
44861 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44862 Date:   Tue Nov 20 23:26:46 2018 +0330
44863
44864     Implement a simple API for fetching opentype metrics
44865     
44866     Fixes https://github.com/harfbuzz/harfbuzz/pull/1432
44867
44868  docs/harfbuzz-sections.txt    |   9 +++
44869  src/Makefile.sources          |   6 ++
44870  src/hb-ot-face-table-list.hh  |   2 +
44871  src/hb-ot-hhea-table.hh       |   2 +
44872  src/hb-ot-hmtx-table.hh       |  62 +++++++++----------
44873  src/hb-ot-layout.cc           |   1 -
44874  src/hb-ot-metrics-internal.cc |  94 +++++++++++++++++++++++++++++
44875  src/hb-ot-metrics.cc          | 135 ++++++++++++++++++++++++++++++++++++++++++
44876  src/hb-ot-metrics.h           |  92 ++++++++++++++++++++++++++++
44877  src/hb-ot-metrics.hh          |  35 +++++++++++
44878  src/hb-ot-os2-table.hh        |   4 ++
44879  src/hb-ot-post-table.hh       |   5 +-
44880  src/hb-ot.h                   |   1 +
44881  test/api/Makefile.am          |   1 +
44882  test/api/test-ot-metrics.c    |  54 +++++++++++++++++
44883  15 files changed, 467 insertions(+), 36 deletions(-)
44884
44885 commit 4cba7bdae94d21ae780b5a71186c5d6da0800fa2
44886 Author: blueshade7 <ariza@typekit.com>
44887 Date:   Thu Jul 18 14:03:33 2019 -0700
44888
44889     regenerate Confortaa subset test expected results
44890
44891  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 97204 -> 182944 bytes
44892  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 65976 -> 151740 bytes
44893  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 65936 -> 151676 bytes
44894  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 96948 -> 182688 bytes
44895  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 97244 -> 183008 bytes
44896  5 files changed, 0 insertions(+), 0 deletions(-)
44897
44898 commit ed67efcc8c3638c625b2904833af3f27ef51db14
44899 Author: David Corbett <corbett.dav@husky.neu.edu>
44900 Date:   Mon Jun 17 10:16:24 2019 -0400
44901
44902     Revert "[Myanmar] Prevent reordering between Asat and Dot below"
44903     
44904     This reverts commit 1c8654ead41ca746d577549c92d2a41c594ab639.
44905
44906  src/hb-unicode.hh | 3 ---
44907  1 file changed, 3 deletions(-)
44908
44909 commit a76d8b0d5531a6a8d682ea9d5150ee7893932269
44910 Merge: 386a4a64f 504bb1728
44911 Author: blueshade7 <ariza@typekit.com>
44912 Date:   Wed Jul 17 14:12:06 2019 -0700
44913
44914     Merge commit '504bb17287c978d60a4a515555852465319f74ed' into var-subset
44915
44916 commit 504bb17287c978d60a4a515555852465319f74ed
44917 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44918 Date:   Wed Jul 17 22:57:46 2019 +0430
44919
44920     [ci] Bring back -linux-arm64 bot
44921     
44922     Let's see if 576065b has fixed it
44923
44924  .circleci/config.yml | 16 ++++++++--------
44925  1 file changed, 8 insertions(+), 8 deletions(-)
44926
44927 commit 6157bbe5127bbcbd17348622601976cffcd11c63
44928 Author: Behdad Esfahbod <behdad@behdad.org>
44929 Date:   Wed Jul 17 11:20:08 2019 -0700
44930
44931     Revert "Revert previous change"
44932     
44933     This reverts commit b8e90ca1a10fbd472eda1aa8cc3797011da52356.
44934     
44935     Works now.
44936
44937  src/hb-subset-plan.cc | 2 +-
44938  1 file changed, 1 insertion(+), 1 deletion(-)
44939
44940 commit 576065b4429109359c3af491b34b9ab0c6b149ee
44941 Author: Behdad Esfahbod <behdad@behdad.org>
44942 Date:   Wed Jul 17 11:19:34 2019 -0700
44943
44944     [iter] Fix reduce type deduction
44945
44946  src/hb-iter.hh | 2 +-
44947  1 file changed, 1 insertion(+), 1 deletion(-)
44948
44949 commit 4552864c82c876da738ec3bf772cc089216f2fd2
44950 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44951 Date:   Wed Jul 17 22:08:39 2019 +0430
44952
44953     [ci] Disable -linux-arm64 bot
44954     
44955     This is its failure https://circleci.com/gh/harfbuzz/harfbuzz/99864
44956     
44957     Trying to fix like ee05627, interestingly, makes the bot and the
44958     others to fail like this https://circleci.com/gh/harfbuzz/harfbuzz/99841
44959
44960  .circleci/config.yml | 16 ++++++++--------
44961  1 file changed, 8 insertions(+), 8 deletions(-)
44962
44963 commit b8e90ca1a10fbd472eda1aa8cc3797011da52356
44964 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44965 Date:   Wed Jul 17 21:38:19 2019 +0430
44966
44967     Revert previous change
44968     
44969     Interestingly all of the bots disagreed with the change and the complain is... weird.
44970
44971  src/hb-subset-plan.cc | 2 +-
44972  1 file changed, 1 insertion(+), 1 deletion(-)
44973
44974 commit ee05627aff2993c51ed8a4bff3170450c000a28a
44975 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44976 Date:   Wed Jul 17 21:28:25 2019 +0430
44977
44978     Improve syntax to make out linux-arm64 a little happy
44979     
44980     Decided to apply is we did the same on other places however this won't
44981     fix all of its complains
44982
44983  src/hb-subset-plan.cc | 2 +-
44984  1 file changed, 1 insertion(+), 1 deletion(-)
44985
44986 commit 6a6bf7b7bc4a0b375fcf04ff7c674bf76e6d51aa
44987 Author: Ebrahim Byagowi <ebrahim@gnu.org>
44988 Date:   Wed Jul 17 21:22:38 2019 +0430
44989
44990     Downgrade -Wdeprecated-declarations to warning
44991     
44992     Fixes #1834 at least till fix of #1829
44993
44994  src/hb.hh | 1 +
44995  1 file changed, 1 insertion(+)
44996
44997 commit 25e2562fdff6c14a9cb70999a1ad71ee1bdff494
44998 Author: Behdad Esfahbod <behdad@behdad.org>
44999 Date:   Wed Jul 17 09:35:56 2019 -0700
45000
45001     [amalgam] Fix redundant-declaration warning/error
45002
45003  src/hb-unicode.cc | 8 ++++++--
45004  1 file changed, 6 insertions(+), 2 deletions(-)
45005
45006 commit c184180228540c23405aaa03b6b571bb41103b45
45007 Author: Ali Javadi <ali.djavadi@gmail.com>
45008 Date:   Tue Jul 16 22:10:24 2019 +0430
45009
45010     Fix C++20 compile warning on implicit capture of this with '=' default capture (#1833)
45011     
45012     Happens when compiled with -std=c++2a, the fix just makes the captures explicit to resolve the issue. Just adding this in addition to = doesn't work in C++11.
45013     
45014     src/hb-ot-layout-gpos-table.hh:737:18: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
45015                   { return (this+_).intersects (glyphs, valueFormat); })
45016                             ^
45017     src/hb-ot-layout-gpos-table.hh:736:16: note: add an explicit capture of 'this' to capture '*this' by reference
45018         | hb_map ([=] (const OffsetTo<PairSet> &_)
45019                    ^
45020                     , this
45021
45022  src/hb-ot-layout-gpos-table.hh | 2 +-
45023  1 file changed, 1 insertion(+), 1 deletion(-)
45024
45025 commit 1f94388516befe137d265c261f687a47ce6f8e69
45026 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45027 Date:   Tue Jul 16 11:24:29 2019 +0430
45028
45029     [usp] define atfree callback only if used
45030
45031  src/hb-uniscribe.cc | 3 ++-
45032  1 file changed, 2 insertions(+), 1 deletion(-)
45033
45034 commit 1da1b4dc94c500e4c9c833ab74fced07364d13fb
45035 Author: Qunxin Liu <qxliu@google.com>
45036 Date:   Wed Jun 26 13:23:24 2019 -0700
45037
45038     [subset] For option "--unicodes",  add support for "*" to retain all code points
45039
45040  ...aa-Regular-new.default.retain-all-codepoint.ttf | Bin 0 -> 97204 bytes
45041  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 65976 bytes
45042  ...Regular-new.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 65936 bytes
45043  ...a-Regular-new.name-ids.retain-all-codepoint.ttf | Bin 0 -> 96948 bytes
45044  ...egular-new.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 97244 bytes
45045  ...to-Regular.abc.default.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
45046  ...drop-hints-retain-gids.retain-all-codepoint.ttf | Bin 0 -> 924 bytes
45047  ...Regular.abc.drop-hints.retain-all-codepoint.ttf | Bin 0 -> 924 bytes
45048  ...o-Regular.abc.name-ids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
45049  ...egular.abc.retain-gids.retain-all-codepoint.ttf | Bin 0 -> 2168 bytes
45050  test/subset/data/tests/basics.tests                |   1 +
45051  test/subset/subset_test_suite.py                   |  20 +++++++---
45052  util/hb-subset.cc                                  |   7 ++++
45053  util/options.cc                                    |  44 ++++++++++++---------
45054  14 files changed, 48 insertions(+), 24 deletions(-)
45055
45056 commit 68ac767e430c4dfe4c556b2c4f962cc3dfc5d3e4
45057 Author: blueshade7 <ariza@typekit.com>
45058 Date:   Fri Jul 12 23:02:29 2019 -0700
45059
45060     added skip(), get_next_value() to inc_bimap to subset VarStore with retain-gids
45061
45062  src/hb-bimap.hh            | 25 ++++++++++++++++++++++++-
45063  src/hb-ot-layout-common.hh | 14 +++++++-------
45064  2 files changed, 31 insertions(+), 8 deletions(-)
45065
45066 commit 386a4a64f5ae0e2ba941f80966585a0a66813576
45067 Author: blueshade7 <ariza@typekit.com>
45068 Date:   Fri Jul 12 17:05:34 2019 -0700
45069
45070     regenerate subset api test result SourceHanSans-Regular.41,4C2E.retaingids.otf
45071
45072  .../SourceHanSans-Regular.41,4C2E.retaingids.otf      | Bin 2736 -> 2664 bytes
45073  1 file changed, 0 insertions(+), 0 deletions(-)
45074
45075 commit 670768e5b9f24958f60a74f3d194b24333def446
45076 Author: blueshade7 <ariza@typekit.com>
45077 Date:   Fri Jul 12 16:14:23 2019 -0700
45078
45079     fix inc-bimap for subsetting VarStore with retain-gids
45080
45081  src/hb-bimap.hh                                    |  19 ++++++++-
45082  src/hb-ot-layout-common.hh                         |  43 ++++++++++-----------
45083  src/hb-ot-var-hvar-table.hh                        |   5 ++-
45084  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6416 -> 6412 bytes
45085  .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2656 -> 2736 bytes
45086  .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 2616 -> 2616 bytes
45087  ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 5296 -> 5288 bytes
45088  7 files changed, 42 insertions(+), 25 deletions(-)
45089
45090 commit 4730b350b7ee90338caf3e962343af42412ce3df
45091 Author: Behdad Esfahbod <behdad@behdad.org>
45092 Date:   Fri Jul 12 15:38:35 2019 -0700
45093
45094     Revert "Update Graphite API to latest (#1215)"
45095     
45096     This reverts commit e4e74c2751ac24178086cce2811d34d8019b6f85.
45097     
45098     See https://github.com/harfbuzz/harfbuzz/issues/1829
45099
45100  src/hb-graphite2.cc | 28 +---------------------------
45101  1 file changed, 1 insertion(+), 27 deletions(-)
45102
45103 commit f8242b61ab01002e9f7374daa8755e92c6a92eb4
45104 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45105 Date:   Thu Jul 11 15:10:36 2019 +0430
45106
45107     [fuzz] Increase subset runner timeout for tsan bot
45108     
45109     Now is flaky let's just increase and maybe investigate later
45110
45111  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
45112  1 file changed, 1 insertion(+), 1 deletion(-)
45113
45114 commit b65bad18aa527684af999b5808a9087404c0759a
45115 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45116 Date:   Thu Jul 11 14:31:55 2019 +0430
45117
45118     [fuzz] Don't fail when blob is empty
45119     
45120     And enable more tests able to trig the issue.
45121
45122  ...zz-testcase-minimized-hb-subset-fuzzer-5738978499624960 | Bin 0 -> 28 bytes
45123  test/fuzzing/hb-subset-fuzzer.cc                           |   2 +-
45124  test/fuzzing/run-subset-fuzzer-tests.py                    |   9 +++++----
45125  3 files changed, 6 insertions(+), 5 deletions(-)
45126
45127 commit 7a9d643c297990f9889a2f7b4a470ef933bac131
45128 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45129 Date:   Thu Jul 11 01:35:06 2019 +0430
45130
45131     Fix unintialized memory read in cmap subset (#1826)
45132
45133  src/hb-ot-cmap-table.hh | 10 +++++++++-
45134  1 file changed, 9 insertions(+), 1 deletion(-)
45135
45136 commit a6065d05cf38620c06b6dd10b8a841ed236f76c2
45137 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45138 Date:   Wed Jul 10 16:41:40 2019 +0430
45139
45140     Don't call memcpy when a table is empty
45141
45142  src/hb-open-file.hh | 7 ++++---
45143  1 file changed, 4 insertions(+), 3 deletions(-)
45144
45145 commit c85f624b519df1db141bf55d9452bc2837ef35c4
45146 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45147 Date:   Wed Jul 10 14:28:06 2019 +0430
45148
45149     Force blob generation and memory check in hb-subset-fuzzer
45150
45151  test/fuzzing/hb-subset-fuzzer.cc | 14 ++++++++++++++
45152  1 file changed, 14 insertions(+)
45153
45154 commit 0eef8113d8a7940b4529a340790976a577fe829e
45155 Author: blueshade7 <ariza@typekit.com>
45156 Date:   Tue Jul 9 11:43:59 2019 -0700
45157
45158     retain gids in HVAR so in sync with fontTools
45159     regenerate Comfortaa subset test results
45160
45161  src/hb-bimap.hh                                    |   6 +
45162  src/hb-ot-var-hvar-table.hh                        | 123 +++++++++++++--------
45163  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 6492 -> 7460 bytes
45164  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 6316 -> 7104 bytes
45165  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 6148 -> 6752 bytes
45166  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 6088 -> 6696 bytes
45167  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 6068 -> 6676 bytes
45168  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 3284 -> 4912 bytes
45169  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 3164 -> 4620 bytes
45170  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 2868 -> 4056 bytes
45171  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 3020 -> 4296 bytes
45172  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 3024 -> 4304 bytes
45173  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 1952 -> 2920 bytes
45174  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 1832 -> 2620 bytes
45175  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 1704 -> 2308 bytes
45176  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 1688 -> 2296 bytes
45177  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 1688 -> 2296 bytes
45178  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 6236 -> 7204 bytes
45179  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 6060 -> 6848 bytes
45180  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 5892 -> 6496 bytes
45181  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 5832 -> 6440 bytes
45182  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 5812 -> 6420 bytes
45183  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 7824 -> 9452 bytes
45184  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 7648 -> 9104 bytes
45185  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 7312 -> 8500 bytes
45186  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 7420 -> 8696 bytes
45187  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 7404 -> 8684 bytes
45188  test/subset/run-tests.py                           |   2 +-
45189  28 files changed, 85 insertions(+), 46 deletions(-)
45190
45191 commit a87fbb872b31c7a292ed8b414be728aa951e2833
45192 Merge: 49252c42b 6e35668b4
45193 Author: Michiharu Ariza <ariza@adobe.com>
45194 Date:   Tue Jul 9 10:25:54 2019 -0700
45195
45196     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
45197
45198 commit 6e35668b452cef86702e2563f4006a1db5d8fd74
45199 Author: blueshade7 <ariza@typekit.com>
45200 Date:   Tue Jul 9 09:47:54 2019 -0700
45201
45202     fix var-subset build
45203
45204  src/harfbuzz.cc          | 1 +
45205  test/subset/run-tests.py | 2 +-
45206  2 files changed, 2 insertions(+), 1 deletion(-)
45207
45208 commit 8bf989ea70804dad66fb1c2d0c625ef5e562a309
45209 Merge: 5763a9274 2e7021da7
45210 Author: blueshade7 <ariza@typekit.com>
45211 Date:   Mon Jul 8 17:13:29 2019 -0700
45212
45213     update from master
45214
45215 commit 2e7021da7d1726a37822e6a001b9218f82255bc8
45216 Author: Dominik Röttsches <drott@chromium.org>
45217 Date:   Mon Jul 8 10:19:49 2019 +0300
45218
45219     Revert "Minor" - revert moving extern "C" definitions in-function
45220     
45221     This reverts commit 62e60322cb9e18b3ee75f1b4a2a6d3069f587407 since it
45222     breaks building HarfBuzz as part of Chromium.
45223     
45224     Fixes https://github.com/harfbuzz/harfbuzz/issues/1821.
45225
45226  src/hb-unicode.cc | 5 +++--
45227  1 file changed, 3 insertions(+), 2 deletions(-)
45228
45229 commit f18ea1dd3a9961661a383b2966de57ea68a267e7
45230 Author: Behdad Esfahbod <behdad@behdad.org>
45231 Date:   Fri Jul 5 13:56:45 2019 -0700
45232
45233     [font] Remove division when scaling
45234     
45235     Yoohoo.  This seems to be precise enough!  Let's see if it sticks.
45236     I'm asking Dominik to run this in Chrome test suite and report.
45237     
45238     Fixes https://github.com/harfbuzz/harfbuzz/issues/1801
45239
45240  src/hb-font.hh          | 23 +++++++++--------------
45241  src/hb-ot-math-table.hh | 16 ++++++++--------
45242  2 files changed, 17 insertions(+), 22 deletions(-)
45243
45244 commit b847769292aca13345fd1facae35aaf999198ad4
45245 Author: Behdad Esfahbod <behdad@behdad.org>
45246 Date:   Fri Jul 5 13:52:09 2019 -0700
45247
45248     [font] Keep font-space to user-space multiplier
45249     
45250     Part of https://github.com/harfbuzz/harfbuzz/issues/1801
45251
45252  src/hb-font.cc |  5 +++++
45253  src/hb-font.hh | 13 +++++++++++--
45254  2 files changed, 16 insertions(+), 2 deletions(-)
45255
45256 commit df6edcd44ceb63d01d9c0d6d2aa06b6c6cbb914d
45257 Author: Behdad Esfahbod <behdad@behdad.org>
45258 Date:   Fri Jul 5 13:45:15 2019 -0700
45259
45260     Make face immutable in hb_font_set_face()
45261
45262  src/hb-font.cc | 1 +
45263  1 file changed, 1 insertion(+)
45264
45265 commit 0d425e1eeaea97bf5e4fc9ce40e549332bc0cea1
45266 Author: Behdad Esfahbod <behdad@behdad.org>
45267 Date:   Fri Jul 5 13:18:05 2019 -0700
45268
45269     [ot-font] Optimize rounding
45270     
45271     Part of https://github.com/harfbuzz/harfbuzz/issues/1801
45272     
45273     The assumption that compiler optimizes "upem/2" to a shift only
45274     works if upem is unsigned...  Anyway, spoon-feed the compiler.
45275
45276  src/hb-font.hh | 6 ++++--
45277  1 file changed, 4 insertions(+), 2 deletions(-)
45278
45279 commit 144326e215671a42fb3ac9f00ddef779ba354345
45280 Author: Simon Sapin <simon.sapin@exyr.org>
45281 Date:   Fri Jul 5 19:05:11 2019 +0200
45282
45283     Clusters are reversed based on the direction, not script
45284     
45285     Fixes https://github.com/harfbuzz/harfbuzz/issues/1818
45286
45287  docs/usermanual-clusters.xml | 6 ++++--
45288  1 file changed, 4 insertions(+), 2 deletions(-)
45289
45290 commit cf1a782a5ca82a880906cae3d4cb76b10ec2aad2
45291 Author: Simon Sapin <simon.sapin@exyr.org>
45292 Date:   Thu Jul 4 21:06:59 2019 +0200
45293
45294     Docs: fix a typo in function name
45295
45296  docs/usermanual-fonts-and-faces.xml | 2 +-
45297  1 file changed, 1 insertion(+), 1 deletion(-)
45298
45299 commit ffa736f151f27adb76fb0bf91e18e1ec5cb8fe8d
45300 Author: Simon Sapin <simon.sapin@exyr.org>
45301 Date:   Thu Jul 4 23:05:50 2019 +0200
45302
45303     hb_set_previous_range docs: fix presumed copy/paste error
45304
45305  src/hb-set.cc | 2 +-
45306  1 file changed, 1 insertion(+), 1 deletion(-)
45307
45308 commit 641f33738089ef7ccbedce09886309edcd2e1718
45309 Author: Simon Sapin <simon.sapin@exyr.org>
45310 Date:   Thu Jul 4 23:03:45 2019 +0200
45311
45312     Docs typo fix: slower → lower
45313
45314  src/hb-set.cc | 2 +-
45315  1 file changed, 1 insertion(+), 1 deletion(-)
45316
45317 commit 9fea6b4dd41bfe2b85f788523162658a7ab9bd49
45318 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45319 Date:   Fri Jul 5 18:46:41 2019 +0430
45320
45321     [amalgam] Use it in cmake port and fix conflicts (#1812)
45322
45323  .circleci/config.yml           |  8 ++---
45324  CMakeLists.txt                 | 74 ++++--------------------------------------
45325  src/Makefile.am                |  2 ++
45326  src/hb-cff-interp-common.hh    |  6 ++--
45327  src/hb-cff-interp-cs-common.hh |  2 +-
45328  src/hb-coretext.cc             |  4 +--
45329  src/hb-directwrite.cc          | 14 ++++----
45330  src/hb-ft.cc                   |  4 +--
45331  8 files changed, 27 insertions(+), 87 deletions(-)
45332
45333 commit b240d701fd98efa59a7f772ff39654fc95b8fc8f
45334 Author: Behdad Esfahbod <behdad@behdad.org>
45335 Date:   Wed Jul 3 12:17:57 2019 -0700
45336
45337     [amalgam] Include integration source files as well
45338     
45339     Just for those that are normally built into libharfbuzz itself.
45340     
45341     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45342
45343  src/Makefile.am | 12 ++++++++++--
45344  src/harfbuzz.cc |  6 ++++++
45345  2 files changed, 16 insertions(+), 2 deletions(-)
45346
45347 commit d51524204528b36907ab0f48bf2a48ec124c93d9
45348 Author: Behdad Esfahbod <behdad@behdad.org>
45349 Date:   Wed Jul 3 12:10:03 2019 -0700
45350
45351     [amalgam] Rename hb.cc to harfbuzz.cc
45352     
45353     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45354
45355  src/Makefile.am            | 8 ++++----
45356  src/{hb.cc => harfbuzz.cc} | 0
45357  2 files changed, 4 insertions(+), 4 deletions(-)
45358
45359 commit 4cb180d227c1adc32e921c241a93cd1f50a98d33
45360 Author: Behdad Esfahbod <behdad@behdad.org>
45361 Date:   Tue Jul 2 19:44:18 2019 -0700
45362
45363     Revert "Use constexpr to replace passthru_ bools"
45364     
45365     This reverts commit c4aa10ebc8dc28b1f9c90af2ca2092a7535f8395.
45366     
45367     Broke several compilers... Sigh.  The version without constexpr
45368     didn't fully optimize out the unreachable code on clang.
45369     So, revert it is...
45370
45371  src/hb-algs.hh |  8 ++++++++
45372  src/hb-set.hh  | 18 ++++++++----------
45373  2 files changed, 16 insertions(+), 10 deletions(-)
45374
45375 commit c4aa10ebc8dc28b1f9c90af2ca2092a7535f8395
45376 Author: Behdad Esfahbod <behdad@behdad.org>
45377 Date:   Tue Jul 2 19:15:03 2019 -0700
45378
45379     Use constexpr to replace passthru_ bools
45380
45381  src/hb-algs.hh |  8 --------
45382  src/hb-set.hh  | 18 ++++++++++--------
45383  2 files changed, 10 insertions(+), 16 deletions(-)
45384
45385 commit 2e48fd077954410f59156b3100c16bf56a507948
45386 Author: Behdad Esfahbod <behdad@behdad.org>
45387 Date:   Tue Jul 2 17:55:58 2019 -0700
45388
45389     Sprinkle constexpr around
45390     
45391     Being conservative.  Also not sure it makes any real difference
45392     in our codebase.
45393
45394  src/hb-algs.hh | 48 ++++++++++++++++++++++++------------------------
45395  src/hb-meta.hh | 18 +++++++++---------
45396  2 files changed, 33 insertions(+), 33 deletions(-)
45397
45398 commit df4448064e370a410404708a15ce819daf1d9386
45399 Author: Behdad Esfahbod <behdad@behdad.org>
45400 Date:   Tue Jul 2 17:11:09 2019 -0700
45401
45402     Remove unused 'inline' specifier
45403
45404  src/hb-ot-map.hh     |  4 ++--
45405  src/hb-shape-plan.hh | 18 +++++++++---------
45406  2 files changed, 11 insertions(+), 11 deletions(-)
45407
45408 commit 04a4957040380bba58880ff51d529c5cccf1d2c7
45409 Author: Behdad Esfahbod <behdad@behdad.org>
45410 Date:   Tue Jul 2 16:19:18 2019 -0700
45411
45412     [amalgam] Add hb.cc to git
45413     
45414     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45415
45416  src/Makefile.am |  1 +
45417  src/hb.cc       | 44 ++++++++++++++++++++++++++++++++++++++++++++
45418  2 files changed, 45 insertions(+)
45419
45420 commit 62e60322cb9e18b3ee75f1b4a2a6d3069f587407
45421 Author: Behdad Esfahbod <behdad@behdad.org>
45422 Date:   Tue Jul 2 16:07:03 2019 -0700
45423
45424     Minor
45425
45426  src/hb-unicode.cc | 5 ++---
45427  1 file changed, 2 insertions(+), 3 deletions(-)
45428
45429 commit ceb4c212dc91a277f646c4a5354e4362f548a9f6
45430 Author: Behdad Esfahbod <behdad@behdad.org>
45431 Date:   Tue Jul 2 16:02:13 2019 -0700
45432
45433     [amalgam] Fix UCD issue
45434     
45435     This actually makes it build now!
45436     
45437     Part https://github.com/harfbuzz/harfbuzz/issues/1809
45438     
45439     Keeping open to add tests, CI, etc.
45440
45441  src/hb-ucd.cc     | 5 +----
45442  src/hb-unicode.cc | 2 --
45443  src/hb-unicode.hh | 3 +++
45444  3 files changed, 4 insertions(+), 6 deletions(-)
45445
45446 commit 7ca54811f471a28163de6b3c561990c85aa39880
45447 Author: Behdad Esfahbod <behdad@behdad.org>
45448 Date:   Tue Jul 2 16:00:58 2019 -0700
45449
45450     [amalgam] Fix CFF
45451     
45452     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45453
45454  src/hb-ot-cff1-table.cc | 18 +++++++++---------
45455  src/hb-ot-cff2-table.cc | 16 ++++++++--------
45456  2 files changed, 17 insertions(+), 17 deletions(-)
45457
45458 commit 3724f13ba0292055197efdbfcacfe3d7b067175c
45459 Author: Behdad Esfahbod <behdad@behdad.org>
45460 Date:   Tue Jul 2 15:23:00 2019 -0700
45461
45462     [amalgam] Finish fixing Indic-like shapers
45463     
45464     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45465
45466  src/hb-ot-shape-complex-indic.cc   | 34 +++++++++++++++++-----------------
45467  src/hb-ot-shape-complex-indic.hh   |  9 ++++++++-
45468  src/hb-ot-shape-complex-khmer.cc   | 18 +++++++++---------
45469  src/hb-ot-shape-complex-khmer.hh   | 17 ++++++++---------
45470  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
45471  src/hb-ot-shape-complex-myanmar.hh | 16 ++++++++--------
45472  src/hb-ot-shape-complex-use.cc     | 14 +++++++-------
45473  7 files changed, 61 insertions(+), 55 deletions(-)
45474
45475 commit eb37bc9d93b3abebee24390708940510fe37477a
45476 Author: Behdad Esfahbod <behdad@behdad.org>
45477 Date:   Tue Jul 2 15:19:39 2019 -0700
45478
45479     [use] Remove Syriac features
45480     
45481     This was non-standard, and unused anyway.
45482
45483  src/hb-ot-shape-complex-use.cc | 7 +------
45484  1 file changed, 1 insertion(+), 6 deletions(-)
45485
45486 commit dc480fc4717937d53cf38860a5c5d48211e8cbc8
45487 Author: Behdad Esfahbod <behdad@behdad.org>
45488 Date:   Tue Jul 2 15:17:56 2019 -0700
45489
45490     [amalgam] More Indic-like issues
45491     
45492     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45493
45494  src/hb-ot-shape-complex-indic.cc | 76 +++++++++++++++++++++-------------------
45495  src/hb-ot-shape-complex-khmer.cc | 36 ++++++++++---------
45496  src/hb-ot-shape-complex-use.cc   | 32 ++++++++---------
45497  3 files changed, 74 insertions(+), 70 deletions(-)
45498
45499 commit d8b5353e07650cf243ba182dbf52e7f198719762
45500 Author: Behdad Esfahbod <behdad@behdad.org>
45501 Date:   Tue Jul 2 15:09:26 2019 -0700
45502
45503     [amalgam] More
45504     
45505     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45506
45507  src/hb-ot-shape-complex-myanmar.cc | 28 ++++++++++++++--------------
45508  src/hb-ot-shape-complex-use.cc     | 28 ++++++++++++++--------------
45509  2 files changed, 28 insertions(+), 28 deletions(-)
45510
45511 commit d115a9e022c0b687fb402cfd2b90d516beded5c0
45512 Author: Behdad Esfahbod <behdad@behdad.org>
45513 Date:   Tue Jul 2 14:42:45 2019 -0700
45514
45515     [amalgam] Fix most duplicate-id instances in Indic-like shapers
45516     
45517     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45518
45519  src/hb-ot-layout.hh                        |  22 +++++
45520  src/hb-ot-shape-complex-indic-machine.hh   |   6 +-
45521  src/hb-ot-shape-complex-indic-machine.rl   |   6 +-
45522  src/hb-ot-shape-complex-indic.cc           | 130 +++++++++----------------
45523  src/hb-ot-shape-complex-indic.hh           |  26 +++++
45524  src/hb-ot-shape-complex-khmer-machine.hh   |   6 +-
45525  src/hb-ot-shape-complex-khmer-machine.rl   |   6 +-
45526  src/hb-ot-shape-complex-khmer.cc           |  97 ++++++-------------
45527  src/hb-ot-shape-complex-myanmar-machine.hh |   4 +-
45528  src/hb-ot-shape-complex-myanmar-machine.rl |   4 +-
45529  src/hb-ot-shape-complex-myanmar.cc         |  69 ++++++--------
45530  src/hb-ot-shape-complex-use-machine.hh     |   4 +-
45531  src/hb-ot-shape-complex-use-machine.rl     |   4 +-
45532  src/hb-ot-shape-complex-use.cc             | 148 ++++++++++++-----------------
45533  14 files changed, 230 insertions(+), 302 deletions(-)
45534
45535 commit c073233f45da6ad8131dd38cb43b125f48c17432
45536 Author: Behdad Esfahbod <behdad@behdad.org>
45537 Date:   Tue Jul 2 14:26:45 2019 -0700
45538
45539     Add make rule to build hb.cc
45540     
45541     Part of https://github.com/harfbuzz/harfbuzz/issues/1809
45542
45543  src/Makefile.am | 6 ++++++
45544  1 file changed, 6 insertions(+)
45545
45546 commit f1d20d9b4dcbeead3757650b9286393918b4be8a
45547 Author: Behdad Esfahbod <behdad@behdad.org>
45548 Date:   Tue Jul 2 14:18:38 2019 -0700
45549
45550     Add ucd-table make target
45551
45552  src/Makefile.am      | 23 +++++++++++++++--------
45553  src/gen-ucd-table.py |  8 +++++---
45554  2 files changed, 20 insertions(+), 11 deletions(-)
45555
45556 commit 634390ecaf600176245e3354edd8dfdcb7f64cc5
45557 Author: blueshade7 <ariza@typekit.com>
45558 Date:   Mon Jul 1 18:52:57 2019 -0700
45559
45560     added VariationStore serializer to be used by HVAR/VVAR subsetters
45561
45562  src/hb-ot-layout-common.hh | 165 ++++++++++++++++++++++++++++++++++++++++++++-
45563  1 file changed, 163 insertions(+), 2 deletions(-)
45564
45565 commit 5763a92749386e134f2b4073531c10e9586d1d19
45566 Merge: 6f35cf7a6 6bcbe495b
45567 Author: Michiharu Ariza <ariza@typekit.com>
45568 Date:   Mon Jul 1 15:17:19 2019 -0700
45569
45570     Merge branch 'master' into var-subset
45571
45572 commit 040b261deeed8924edcb087e27a61392d1f85023
45573 Author: Michiharu Ariza <ariza@typekit.com>
45574 Date:   Sun Jun 30 16:13:07 2019 -0700
45575
45576     add bimap test along with bug fix/tweaks
45577
45578  src/Makefile.am   |  6 ++++-
45579  src/hb-bimap.hh   |  4 +++
45580  src/test-bimap.cc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
45581  3 files changed, 85 insertions(+), 1 deletion(-)
45582
45583 commit 9c93f5cc2de5c60d5464a65890fc7d8c25aa9702
45584 Merge: ad341d5f1 4ab2d1d67
45585 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45586 Date:   Mon Jul 1 20:08:22 2019 +0430
45587
45588     Merge pull request #1806 from carlo-bramini/master
45589     
45590     Make harfbuzz working on all existing versions of Windows
45591
45592 commit 4ab2d1d6767568c45495be515e016805cce0c69a
45593 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45594 Date:   Mon Jul 1 19:30:21 2019 +0430
45595
45596     [dwrite] Apply minor style improves
45597
45598  src/hb-directwrite.cc | 16 ++++++++--------
45599  1 file changed, 8 insertions(+), 8 deletions(-)
45600
45601 commit 5ebd265e66cbcd167469837dcf8647484310dfb5
45602 Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
45603 Date:   Mon Jul 1 16:06:43 2019 +0200
45604
45605     Fix error rised by GCC8+
45606
45607  src/hb-directwrite.cc | 10 ++++++++++
45608  1 file changed, 10 insertions(+)
45609
45610 commit 693dacbb1c0bc805e3e6aedaca5a57f04eb6ec9c
45611 Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
45612 Date:   Mon Jul 1 13:31:26 2019 +0200
45613
45614     Use lower case file name with #include
45615     
45616     I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found.
45617     This happened because the filesystem is case sensitive and for this reason that include file was not found.
45618     The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized:
45619     https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/
45620     I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case.
45621     So, in my opinion it should be better to change this.
45622
45623  src/hb-directwrite.cc | 2 +-
45624  1 file changed, 1 insertion(+), 1 deletion(-)
45625
45626 commit a4543d408b31376c38bab878b2f72d4323abc564
45627 Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
45628 Date:   Sun Jun 30 15:06:30 2019 +0200
45629
45630     Empty DIRECTWRITE_LIBS
45631     
45632     Not used anymore since DWRITE is loaded dynamically.
45633
45634  configure.ac | 2 +-
45635  1 file changed, 1 insertion(+), 1 deletion(-)
45636
45637 commit 601b6825b05f67354b48dd3629b95e0d8bf68a14
45638 Author: Carlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
45639 Date:   Sun Jun 30 15:03:44 2019 +0200
45640
45641     Dynamically load DWRITE
45642     
45643     Also checks if DWriteCreateFactory() has been executed successfully.
45644
45645  src/hb-directwrite.cc | 41 +++++++++++++++++++++++++++++++++--------
45646  1 file changed, 33 insertions(+), 8 deletions(-)
45647
45648 commit ad341d5f1624f4e30b2d0eb2a171054a973053b5
45649 Author: Behdad Esfahbod <behdad@behdad.org>
45650 Date:   Fri Jun 28 16:00:37 2019 -0700
45651
45652     [config] Fix CoreText build with NO_AAT
45653
45654  src/hb-aat-layout.cc | 8 +++++---
45655  1 file changed, 5 insertions(+), 3 deletions(-)
45656
45657 commit 3f806673fbeacdbe1b31399394ccc26c773a794b
45658 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45659 Date:   Sat Jun 29 00:00:00 2019 +0430
45660
45661     Apply some minor improves on CFFIndex
45662
45663  src/hb-ot-cff-common.hh | 38 +++++++++++++-------------------------
45664  1 file changed, 13 insertions(+), 25 deletions(-)
45665
45666 commit ddd29e5594ccc9d0281e6da7373a1f115f6f6f3a
45667 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45668 Date:   Fri Jun 28 23:44:14 2019 +0430
45669
45670     minor, reuse StructAtOffset logic in StructAtOffsetOrNull
45671
45672  src/hb-ot-cff-common.hh | 12 ++++++------
45673  1 file changed, 6 insertions(+), 6 deletions(-)
45674
45675 commit 9db7ce73d7ac6566837cdd70d38c45f3aefd7769
45676 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45677 Date:   Fri Jun 28 23:11:52 2019 +0430
45678
45679     minor style improve in hb-cff-interp-common.hh
45680
45681  src/hb-cff-interp-common.hh | 91 +++++++++++++++------------------------------
45682  1 file changed, 30 insertions(+), 61 deletions(-)
45683
45684 commit 9a7b7bd9fc5bde7796ffdd997ee65cb33cbf6b29
45685 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45686 Date:   Fri Jun 28 22:53:51 2019 +0430
45687
45688     style fix for pylint complain
45689
45690  src/gen-emoji-table.py | 20 ++++++++++----------
45691  1 file changed, 10 insertions(+), 10 deletions(-)
45692
45693 commit 8d36ef50c8712be476572514d73b7bddf43e5951
45694 Author: Behdad Esfahbod <behdad@behdad.org>
45695 Date:   Thu Jun 27 14:48:10 2019 -0700
45696
45697     [config] Add links
45698
45699  CONFIG.md | 6 +++++-
45700  1 file changed, 5 insertions(+), 1 deletion(-)
45701
45702 commit f53590971c5326dd15f4296764bfd1255ec0506a
45703 Author: Behdad Esfahbod <behdad@behdad.org>
45704 Date:   Thu Jun 27 13:42:51 2019 -0700
45705
45706     [test] Make Unicode tests strict against internal UCD
45707     
45708     https://github.com/harfbuzz/harfbuzz/pull/1799
45709
45710  test/api/test-unicode.c | 30 ++++++++++++++++++++++--------
45711  1 file changed, 22 insertions(+), 8 deletions(-)
45712
45713 commit d42264f151a61a4a77e5d5712e535fc6e2daf338
45714 Author: David Corbett <corbett.dav@husky.neu.edu>
45715 Date:   Wed Jun 26 21:10:11 2019 -0400
45716
45717     Test at least one character per Unicode version
45718
45719  test/api/test-unicode.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++--
45720  1 file changed, 138 insertions(+), 4 deletions(-)
45721
45722 commit 7185bd6ffb4dd8c0efebdab5b930e62c5695e3ab
45723 Merge: cd65305b0 8341c0b30
45724 Author: Ebrahim Byagowi <ebrahim@gnu.org>
45725 Date:   Thu Jun 27 22:09:28 2019 +0430
45726
45727     Merge pull request #1800 from harfbuzz/harfbuzz/cffnull_fix2
45728     
45729     [CFF] fix for Subrs null ptr access
45730
45731 commit 8341c0b304ee3bb0b7d150bcfb42a8b9e6448687
45732 Author: Michiharu Ariza <ariza@typekit.com>
45733 Date:   Thu Jun 27 08:43:31 2019 -0700
45734
45735     add test case file
45736
45737  ...z-testcase-minimized-harfbuzz_fuzzer-5093685255077888 | Bin 0 -> 1160 bytes
45738  1 file changed, 0 insertions(+), 0 deletions(-)
45739
45740 commit 01832fd16b605971466fc3b174cb932787ef4bfb
45741 Author: Michiharu Ariza <ariza@typekit.com>
45742 Date:   Wed Jun 26 15:58:38 2019 -0700
45743
45744     alternate fix for https://crbug.com/971933
45745
45746  src/hb-cff-interp-cs-common.hh | 6 +++---
45747  src/hb-cff1-interp-cs.hh       | 2 +-
45748  src/hb-cff2-interp-cs.hh       | 2 +-
45749  3 files changed, 5 insertions(+), 5 deletions(-)
45750
45751 commit cd65305b059e7495f4f993d25cfda4d88781589b
45752 Author: Behdad Esfahbod <behdad@behdad.org>
45753 Date:   Wed Jun 26 14:57:48 2019 -0700
45754
45755     [config] Don't disable emoji sequences in HB_TINY
45756     
45757     It makes sense to disable this code these if editing is not needed.
45758     However, this is also necessary to correctly display emoji sequences
45759     in right-to-left direction.  For that reason, don't auto-disable it.
45760
45761  src/hb-config.hh   | 1 -
45762  src/hb-ot-shape.cc | 2 +-
45763  src/hb-unicode.cc  | 2 +-
45764  3 files changed, 2 insertions(+), 3 deletions(-)
45765
45766 commit 7298716a3cfbdabedd15960404623317a64db3ae
45767 Author: Behdad Esfahbod <behdad@behdad.org>
45768 Date:   Wed Jun 26 14:51:17 2019 -0700
45769
45770     [config] Compile out modified combining-class if HB_NO_OT_SHAPE
45771     
45772     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
45773
45774  src/hb-unicode.cc | 2 ++
45775  1 file changed, 2 insertions(+)
45776
45777 commit 1cdd0fa60d9a6aaddc20e646d294d642e2db9be4
45778 Author: Behdad Esfahbod <behdad@behdad.org>
45779 Date:   Wed Jun 26 14:49:15 2019 -0700
45780
45781     [emoji] Port generator to packtab
45782
45783  src/gen-emoji-table.py        |  18 ++++--
45784  src/hb-unicode-emoji-table.hh | 126 ++++++++++++++++--------------------------
45785  src/hb-unicode.cc             |   5 +-
45786  3 files changed, 60 insertions(+), 89 deletions(-)
45787
45788 commit 5130c90ac0173c542b550049c93738ab5de84bb9
45789 Author: Behdad Esfahbod <behdad@behdad.org>
45790 Date:   Wed Jun 26 14:29:39 2019 -0700
45791
45792     [config] Add HB_NO_EMOJI
45793     
45794     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
45795
45796  src/hb-config.hh   | 1 +
45797  src/hb-ot-shape.cc | 2 ++
45798  src/hb-unicode.cc  | 2 ++
45799  3 files changed, 5 insertions(+)
45800
45801 commit 9d5b5348c7ca1e39faa9e197fdebfb8f5d3aeece
45802 Author: Behdad Esfahbod <behdad@behdad.org>
45803 Date:   Wed Jun 26 13:58:40 2019 -0700
45804
45805     [config] Add HB_NO_SHAPER
45806     
45807     Don't know who would want when why.  But makes sense to have.
45808
45809  src/hb-shaper-list.hh | 6 ++++++
45810  src/hb-shaper.cc      | 2 ++
45811  2 files changed, 8 insertions(+)
45812
45813 commit 8fe15485cbc2f56adb29d4d5f0c3957869bd0e1a
45814 Author: Behdad Esfahbod <behdad@behdad.org>
45815 Date:   Wed Jun 26 13:49:42 2019 -0700
45816
45817     [config] Add HB_NO_OT_TAG
45818     
45819     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
45820
45821  src/hb-config.hh    | 1 +
45822  src/hb-ot-layout.cc | 4 ++++
45823  src/hb-ot-tag.cc    | 5 +++++
45824  src/hb-uniscribe.cc | 4 ++++
45825  4 files changed, 14 insertions(+)
45826
45827 commit 7dcf8e126ecf52c67f59745e04d21df68b1a6992
45828 Author: Behdad Esfahbod <behdad@behdad.org>
45829 Date:   Wed Jun 26 13:44:10 2019 -0700
45830
45831     [config] Fix build with HB_NO_OT_LAYOUT
45832
45833  src/hb-ot-face-table-list.hh   | 2 ++
45834  src/hb-ot-layout-gpos-table.hh | 3 ++-
45835  src/hb-ot-layout-gsub-table.hh | 5 +++--
45836  src/hb-ot-layout-gsubgpos.hh   | 8 +++++++-
45837  4 files changed, 14 insertions(+), 4 deletions(-)
45838
45839 commit 2804790bceb9398cc9b668ca63f5aa9ffe29beeb
45840 Author: Behdad Esfahbod <behdad@behdad.org>
45841 Date:   Wed Jun 26 13:38:14 2019 -0700
45842
45843     [config] Add dependency
45844
45845  src/hb-ot-shape.cc | 4 ++++
45846  1 file changed, 4 insertions(+)
45847
45848 commit b0fd16eec62dea29d984bab879064ae9d91afdfc
45849 Author: Behdad Esfahbod <behdad@behdad.org>
45850 Date:   Wed Jun 26 13:31:51 2019 -0700
45851
45852     [config] Add dependency
45853
45854  src/hb-config.hh | 4 ++++
45855  1 file changed, 4 insertions(+)
45856
45857 commit 12092a46d8826eec5dcf69e7817921380e4bc507
45858 Author: Behdad Esfahbod <behdad@behdad.org>
45859 Date:   Wed Jun 26 13:31:01 2019 -0700
45860
45861     [config] Rename HB_NO_SHAPE_AAT to HB_NO_AAT_SHAPE
45862
45863  src/hb-aat-map.cc       |  2 +-
45864  src/hb-config.hh        |  2 +-
45865  src/hb-ot-kern-table.hh | 14 +++++++-------
45866  src/hb-ot-layout.cc     |  2 +-
45867  src/hb-ot-shape.cc      | 36 ++++++++++++++++++------------------
45868  src/hb-ot-shape.hh      |  8 ++++----
45869  6 files changed, 32 insertions(+), 32 deletions(-)
45870
45871 commit bb4bbe617d3878ca7e5e359ada493c68ec7f0a90
45872 Author: Behdad Esfahbod <behdad@behdad.org>
45873 Date:   Wed Jun 26 13:29:58 2019 -0700
45874
45875     [config] Add HB_NO_OT_LAYOUT
45876     
45877     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
45878
45879  src/hb-config.hh    | 1 +
45880  src/hb-ot-layout.cc | 7 +++++++
45881  src/hb-ot-map.cc    | 7 +++++++
45882  3 files changed, 15 insertions(+)
45883
45884 commit ab40a2feecf53d2ef787b7785132bf57e5bdcff9
45885 Author: Behdad Esfahbod <behdad@behdad.org>
45886 Date:   Wed Jun 26 13:25:02 2019 -0700
45887
45888     [config] Enable HB_NO_OT_FONT in HB_NO_OT
45889
45890  CONFIG.md        | 4 ++--
45891  src/hb-config.hh | 1 +
45892  2 files changed, 3 insertions(+), 2 deletions(-)
45893
45894 commit 7aad53657eb23264f658711a71da3e50f2264455
45895 Author: Behdad Esfahbod <behdad@behdad.org>
45896 Date:   Wed Jun 26 13:21:03 2019 -0700
45897
45898     [config] Add HB_NO_OT_SHAPE / HB_NO_OT
45899     
45900     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
45901
45902  CONFIG.md                                    | 14 ++++++++++++++
45903  src/gen-indic-table.py                       |  6 ++++++
45904  src/gen-use-table.py                         |  6 ++++++
45905  src/gen-vowel-constraints.py                 |  7 +++++++
45906  src/hb-config.hh                             |  4 ++++
45907  src/hb-ot-shape-complex-arabic.cc            |  6 ++++++
45908  src/hb-ot-shape-complex-default.cc           |  7 +++++++
45909  src/hb-ot-shape-complex-hangul.cc            |  7 +++++++
45910  src/hb-ot-shape-complex-hebrew.cc            |  7 +++++++
45911  src/hb-ot-shape-complex-indic-table.cc       |  6 ++++++
45912  src/hb-ot-shape-complex-indic.cc             |  7 +++++++
45913  src/hb-ot-shape-complex-khmer.cc             |  7 +++++++
45914  src/hb-ot-shape-complex-myanmar.cc           |  7 +++++++
45915  src/hb-ot-shape-complex-thai.cc              |  7 +++++++
45916  src/hb-ot-shape-complex-use-table.cc         |  6 ++++++
45917  src/hb-ot-shape-complex-use.cc               |  7 +++++++
45918  src/hb-ot-shape-complex-vowel-constraints.cc |  6 ++++++
45919  src/hb-ot-shape-fallback.cc                  |  7 +++++++
45920  src/hb-ot-shape-normalize.cc                 |  7 +++++++
45921  src/hb-ot-shape.cc                           |  7 +++++++
45922  src/hb-shape-plan.cc                         | 10 ++++++++++
45923  src/hb-shape-plan.hh                         |  4 ++++
45924  src/hb-shaper-list.hh                        |  2 ++
45925  23 files changed, 154 insertions(+)
45926
45927 commit cee9f6e044278b590694f4dff6f22eaad9371385
45928 Author: Behdad Esfahbod <behdad@behdad.org>
45929 Date:   Wed Jun 26 13:01:58 2019 -0700
45930
45931     Fail compile if no shapers enabled
45932
45933  src/hb-shaper.cc | 1 +
45934  1 file changed, 1 insertion(+)
45935
45936 commit 8786820a5a7406be95bc4a6b6e2aca736126420c
45937 Author: Behdad Esfahbod <behdad@behdad.org>
45938 Date:   Wed Jun 26 12:53:57 2019 -0700
45939
45940     [src] Add make targets "tiny" and "tinyz"
45941
45942  src/Makefile.am | 4 ++++
45943  1 file changed, 4 insertions(+)
45944
45945 commit b14e413fae8f14b75c5956e9b38e413c878ded0c
45946 Author: Behdad Esfahbod <behdad@behdad.org>
45947 Date:   Wed Jun 26 10:44:10 2019 -0700
45948
45949     2.5.3
45950
45951  NEWS             | 7 +++++++
45952  configure.ac     | 2 +-
45953  src/hb-version.h | 4 ++--
45954  3 files changed, 10 insertions(+), 3 deletions(-)
45955
45956 commit 3bfa878c98cceeaae074d81c14329e358bea8912
45957 Author: Behdad Esfahbod <behdad@behdad.org>
45958 Date:   Tue Jun 25 19:07:07 2019 -0700
45959
45960     [gen-ucd] Protect against accidents like previous commit
45961     
45962     https://github.com/harfbuzz/harfbuzz/pull/1796
45963
45964  src/gen-ucd-table.py | 24 +++++++++++-------------
45965  1 file changed, 11 insertions(+), 13 deletions(-)
45966
45967 commit f4ea1a9afb4849e7cfb7a5eb9e81e4f656c3f89e
45968 Author: David Corbett <corbett.dav@husky.neu.edu>
45969 Date:   Tue Jun 25 21:08:14 2019 -0400
45970
45971     [ucd] Include scripts added in Unicode 10 or later
45972
45973  src/gen-ucd-table.py |   2 +-
45974  src/hb-ucd-table.hh  | 970 +++++++++++++++++++++++++++------------------------
45975  2 files changed, 511 insertions(+), 461 deletions(-)
45976
45977 commit 10bd6b8d913a57260b35c1ef830db37c06eebd18
45978 Author: Michiharu Ariza <ariza@typekit.com>
45979 Date:   Thu Jun 20 16:22:08 2019 -0700
45980
45981     minor
45982
45983  src/hb-bimap.hh | 2 +-
45984  1 file changed, 1 insertion(+), 1 deletion(-)
45985
45986 commit f3ee2bd020f8ca313fae783cc49a374f1377e877
45987 Author: Michiharu Ariza <ariza@typekit.com>
45988 Date:   Thu Jun 20 14:33:09 2019 -0700
45989
45990     add ops & methods to hb_bimap_t making it more like hb_map_t
45991     moved has () to hb_bimap_t from hb_inc_bimap_t
45992     moved identity () to hb_inc_bimap_t
45993     removed forward()
45994
45995  src/hb-bimap.hh             | 38 ++++++++++++++++++++++++--------------
45996  src/hb-ot-cff-common.hh     |  2 +-
45997  src/hb-ot-cff1-table.hh     |  4 ++--
45998  src/hb-subset-cff-common.cc |  2 +-
45999  src/hb-subset-cff-common.hh |  4 ++--
46000  src/hb-subset-cff1.cc       |  4 ++--
46001  src/hb-subset-cff2.cc       |  2 +-
46002  7 files changed, 33 insertions(+), 23 deletions(-)
46003
46004 commit 094966959f96d9a41fb612fd0b870f5ae8f5a954
46005 Author: Michiharu Ariza <ariza@adobe.com>
46006 Date:   Mon Jun 17 22:12:40 2019 -0700
46007
46008     add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t
46009
46010  src/Makefile.sources        |   1 +
46011  src/hb-bimap.hh             | 129 ++++++++++++++++++++++++++++++++++++++++++++
46012  src/hb-ot-cff-common.hh     |  64 +++-------------------
46013  src/hb-ot-cff1-table.hh     |  16 +++---
46014  src/hb-subset-cff-common.cc |  12 ++---
46015  src/hb-subset-cff-common.hh |  40 ++++++--------
46016  src/hb-subset-cff1.cc       |  26 ++++-----
46017  src/hb-subset-cff2.cc       |  31 +++++------
46018  8 files changed, 191 insertions(+), 128 deletions(-)
46019
46020 commit 0660175dc82d82bbb38c45b9cb53190e06f55750
46021 Author: David Corbett <corbett.dav@husky.neu.edu>
46022 Date:   Tue Jun 25 10:14:03 2019 -0400
46023
46024     Categorize U+1133B for use in Tamil
46025
46026  src/hb-ot-shape-complex-indic.hh | 2 +-
46027  1 file changed, 1 insertion(+), 1 deletion(-)
46028
46029 commit fb0df17b2701c1c5623198440aa88a676985bd4f
46030 Author: David Corbett <corbett.dav@husky.neu.edu>
46031 Date:   Mon Jun 24 21:54:26 2019 -0400
46032
46033     Correct "nonunihan" to "nounihan"
46034
46035  src/gen-ucd-table.py | 4 ++--
46036  src/hb-ucd-table.hh  | 2 +-
46037  2 files changed, 3 insertions(+), 3 deletions(-)
46038
46039 commit bb4cdf8e0bcc98a036c22cfd44242502b107fb32
46040 Author: Ebrahim Byagowi <ebrahim@gnu.org>
46041 Date:   Tue Jun 25 01:42:42 2019 +0430
46042
46043     Replace create_from_file with empty blob if HB_NO_OPEN is defined
46044
46045  src/main.cc                       | 4 ++++
46046  src/test-buffer-serialize.cc      | 4 ++++
46047  src/test-gpos-size-params.cc      | 4 ++++
46048  src/test-gsub-would-substitute.cc | 4 ++++
46049  src/test-ot-color.cc              | 4 ++++
46050  src/test-ot-name.cc               | 4 ++++
46051  src/test.cc                       | 4 ++++
46052  7 files changed, 28 insertions(+)
46053
46054 commit ccf1448238c91da3cba8370ee527229013f6d362
46055 Author: GaryQian <garyq@google.com>
46056 Date:   Mon Jun 24 12:57:13 2019 -0700
46057
46058     Cast long->size_t to ensure comparison of similar types
46059
46060  src/hb-common.cc | 2 +-
46061  1 file changed, 1 insertion(+), 1 deletion(-)
46062
46063 commit ec8e635e0c1a8e5c631a90820be68cf07c52c1a0
46064 Author: Behdad Esfahbod <behdad@behdad.org>
46065 Date:   Mon Jun 24 12:37:23 2019 -0700
46066
46067     [ucd] Use custom encoding to shrink composition data
46068     
46069     Saves another 2.5kb.
46070     
46071     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46072
46073  src/gen-ucd-table.py |  22 +-
46074  src/hb-algs.hh       |   5 +
46075  src/hb-ucd-table.hh  | 963 ++++++++++++++++++++++++++++++++++-----------------
46076  src/hb-ucd.cc        |  49 ++-
46077  4 files changed, 704 insertions(+), 335 deletions(-)
46078
46079 commit 9c933acaa443889bc2484dbe3ef3e990b299cd52
46080 Author: Behdad Esfahbod <behdad@behdad.org>
46081 Date:   Sun Jun 23 17:14:27 2019 -0700
46082
46083     [ucd] Save a few more bytes
46084     
46085     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46086
46087  src/gen-ucd-table.py | 11 ++++++-----
46088  src/hb-ucd-table.hh  | 34 +++++++++++++++++-----------------
46089  src/hb-ucd.cc        | 12 ++++++------
46090  3 files changed, 29 insertions(+), 28 deletions(-)
46091
46092 commit 9bd8d66c2ba97aec57597ff85e059a7618260a1c
46093 Author: Qunxin Liu <qxliu@google.com>
46094 Date:   Wed Jun 12 11:02:48 2019 -0700
46095
46096     [subset] VORG table to use _subset2 method and new iterator frameworks
46097
46098  src/hb-ot-vorg-table.hh | 128 ++++++++++++++----------------------------------
46099  src/hb-subset.cc        |   2 +-
46100  2 files changed, 39 insertions(+), 91 deletions(-)
46101
46102 commit 8062979990d348671b465c877e4dd672e1337665
46103 Merge: ad97ec950 c2d7dfc68
46104 Author: Ebrahim Byagowi <ebrahim@gnu.org>
46105 Date:   Sun Jun 23 11:19:48 2019 +0430
46106
46107     Merge pull request #1788 from jameshilliard/configure-svg
46108     
46109     Add missing cairo-svg dependency to test-ot-color
46110
46111 commit c2d7dfc68ffcb389c9f73b5ef94da7b270bdcf9e
46112 Author: James Hilliard <james.hilliard1@gmail.com>
46113 Date:   Sat Jun 22 19:38:48 2019 -0600
46114
46115     Add missing cairo-svg dependency to test-ot-color
46116
46117  src/test-ot-color.cc | 5 +++--
46118  1 file changed, 3 insertions(+), 2 deletions(-)
46119
46120 commit ad97ec95019b1e5170d00953d4dfe392cfb4abb0
46121 Author: Behdad Esfahbod <behdad@behdad.org>
46122 Date:   Fri Jun 21 00:44:29 2019 -0700
46123
46124     [config/ucd] Add HB_NO_UNICODE_UNASSIGNED and activate in HB_TINY
46125     
46126     Saves another 12kb:
46127     
46128     $ python ./gen-ucd-table.py ucd.nounihan.grouped.zip > hb-ucd-table.hh && make -j5 CPPFLAGS='-Os -DHB_TINY' -C ~/hb/build/src/  && size ~/hb/build/src/.libs/libharfbuzz_la-hb-ucd.o
46129     INFO: Loading UCDXML...
46130     INFO: Preparing data tables...
46131     INFO: Generating output...
46132     INFO:   Compression=1:
46133     INFO:       Dataset=gc       FullCost=18612
46134     INFO:       Dataset=ccc      FullCost=3550
46135     INFO:       Dataset=bmg      FullCost=1548
46136     INFO:       Dataset=sc       FullCost=17765
46137     INFO:       Dataset=dm       FullCost=13325
46138     INFO:   Compression=3:
46139     INFO:       Dataset=gc       FullCost=10726
46140     INFO:       Dataset=ccc      FullCost=2389
46141     INFO:       Dataset=bmg      FullCost=1052
46142     INFO:       Dataset=sc       FullCost=13669
46143     INFO:       Dataset=dm       FullCost=7780
46144     INFO:   Compression=5:
46145     INFO:       Dataset=gc       FullCost=8274
46146     INFO:       Dataset=ccc      FullCost=2055
46147     INFO:       Dataset=bmg      FullCost=908
46148     INFO:       Dataset=sc       FullCost=4073
46149     INFO:       Dataset=dm       FullCost=7780
46150     INFO: Done.
46151     
46152     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46153
46154  CONFIG.md            |    3 +-
46155  src/gen-ucd-table.py |   27 +-
46156  src/hb-config.hh     |    1 +
46157  src/hb-ucd-table.hh  | 1161 +++++++++++++++++++++++++++++++++++++++++++++++++-
46158  4 files changed, 1185 insertions(+), 7 deletions(-)
46159
46160 commit ccea7fa119d139b6a3a429b3b81fac8448f3bab1
46161 Author: Behdad Esfahbod <behdad@behdad.org>
46162 Date:   Fri Jun 21 00:42:06 2019 -0700
46163
46164     [config] Make test build under HB_TINY
46165
46166  src/test-gpos-size-params.cc | 9 +++++++--
46167  1 file changed, 7 insertions(+), 2 deletions(-)
46168
46169 commit 12cec6c12ec1856e483097e702126214dd25a34a
46170 Author: Ebrahim Byagowi <ebrahim@gnu.org>
46171 Date:   Fri Jun 21 22:39:42 2019 +0430
46172
46173     Don't define hb_blob_create_from_file if HB_NO_OPEN is defined
46174
46175  src/hb-blob.cc | 6 ++----
46176  1 file changed, 2 insertions(+), 4 deletions(-)
46177
46178 commit 7f3b409e85897ff267f1b6a5ce1b5cdafbfe7afe
46179 Author: Behdad Esfahbod <behdad@behdad.org>
46180 Date:   Thu Jun 20 14:24:43 2019 -0700
46181
46182     Fix build with -O0
46183     
46184     message_impl was not defined.  That causes trouble if compiler didn't
46185     optimize the unreachable call out...
46186
46187  src/hb-buffer.cc | 1 -
46188  src/hb-buffer.hh | 4 ++++
46189  2 files changed, 4 insertions(+), 1 deletion(-)
46190
46191 commit 6b44bf85382146b355a5a3cbbfde48166721ce52
46192 Author: Behdad Esfahbod <behdad@behdad.org>
46193 Date:   Thu Jun 20 11:57:19 2019 -0700
46194
46195     2.5.2
46196
46197  NEWS             | 12 ++++++++++++
46198  configure.ac     |  2 +-
46199  src/hb-version.h |  4 ++--
46200  3 files changed, 15 insertions(+), 3 deletions(-)
46201
46202 commit e9f7b338ef599b9cbffa125fe594a9939b8517cb
46203 Author: Behdad Esfahbod <behdad@behdad.org>
46204 Date:   Thu Jun 20 11:48:44 2019 -0700
46205
46206     [config] Adjust description of HB_LEAN
46207     
46208     https://github.com/harfbuzz/harfbuzz/commit/d84932ba50482b3b47e393714eb77b19173d1f14
46209
46210  CONFIG.md | 4 ++--
46211  1 file changed, 2 insertions(+), 2 deletions(-)
46212
46213 commit fce3bf8127321bb53b14eb8a5528a2347cd9be8a
46214 Author: Behdad Esfahbod <behdad@behdad.org>
46215 Date:   Wed Jun 19 20:34:29 2019 -0700
46216
46217     [config] Add HB_NO_LAYOUT_COLLECT_GLYPHS
46218     
46219     Part of
46220
46221  src/hb-config.hh    | 1 +
46222  src/hb-ot-layout.cc | 2 ++
46223  2 files changed, 3 insertions(+)
46224
46225 commit 6c725c7799bf4870fb8b4f896a537a2c0f7a1ccc
46226 Author: Behdad Esfahbod <behdad@behdad.org>
46227 Date:   Wed Jun 19 20:12:25 2019 -0700
46228
46229     [config] Add HB_NO_LAYOUT_FEATURE_PARAMS
46230     
46231     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46232
46233  src/hb-config.hh           | 1 +
46234  src/hb-ot-layout-common.hh | 7 +++++--
46235  src/hb-ot-layout.cc        | 6 ++----
46236  3 files changed, 8 insertions(+), 6 deletions(-)
46237
46238 commit 27de7c44fe80e69c527578c99c26280ba9f26c15
46239 Author: Behdad Esfahbod <behdad@behdad.org>
46240 Date:   Wed Jun 19 20:07:02 2019 -0700
46241
46242     [config] Add HB_NO_FACE_COLLECT_UNICODES
46243     
46244     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46245
46246  src/hb-config.hh             | 1 +
46247  src/hb-face.cc               | 5 ++---
46248  src/hb-ot-face-table-list.hh | 2 ++
46249  3 files changed, 5 insertions(+), 3 deletions(-)
46250
46251 commit 3caa32d737e7c2b4fe6ccd10950760998524f573
46252 Author: Behdad Esfahbod <behdad@behdad.org>
46253 Date:   Wed Jun 19 19:50:54 2019 -0700
46254
46255     [config] Add HB_NO_CMAP_LEGACY_SUBTABLES
46256     
46257     Part of https://vimeo.com/331852453/06eec89c65
46258
46259  src/hb-config.hh        |  1 +
46260  src/hb-ot-cmap-table.hh | 16 ++++++++++++----
46261  2 files changed, 13 insertions(+), 4 deletions(-)
46262
46263 commit 8e3cde67dfa4aa17c0f1156b4a4acd0c95bdbe6f
46264 Author: Behdad Esfahbod <behdad@behdad.org>
46265 Date:   Wed Jun 19 19:58:24 2019 -0700
46266
46267     Fix MSVC build
46268     
46269     MSVC warning:
46270     
46271     c:\projects\harfbuzz\src\hb-ot-layout-gsubgpos.hh(2732): error C2121: '#': invalid character: possibly the result of a macro expansion [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
46272     
46273     Clang warning for it:
46274     
46275     ./hb-ot-layout-gsubgpos.hh:2729:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
46276
46277  src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++-------
46278  src/hb.hh                    |  1 +
46279  2 files changed, 12 insertions(+), 7 deletions(-)
46280
46281 commit c8f529a07eca06acf2216935921377e7cad8436f
46282 Author: Behdad Esfahbod <behdad@behdad.org>
46283 Date:   Wed Jun 19 19:33:15 2019 -0700
46284
46285     [config] Add HB_NO_HINTING, enabled by HB_TINY
46286     
46287     Disables HintingDevice tables and Anchors addressing contour points.
46288     
46289     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46290
46291  src/hb-config.hh               | 3 ++-
46292  src/hb-ot-layout-common.hh     | 6 ++++++
46293  src/hb-ot-layout-gpos-table.hh | 7 +++++++
46294  3 files changed, 15 insertions(+), 1 deletion(-)
46295
46296 commit a849873124efea6577b4938b23501d9e4f4af2f4
46297 Author: Behdad Esfahbod <behdad@behdad.org>
46298 Date:   Wed Jun 19 19:26:22 2019 -0700
46299
46300     [config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY
46301     
46302     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46303
46304  src/hb-config.hh             |  1 +
46305  src/hb-font.cc               |  3 ++-
46306  src/hb-ot-face-table-list.hh |  2 ++
46307  src/hb-ot-layout-common.hh   | 34 ++++++++++++++++++++++++++++------
46308  src/hb-ot-layout-gsubgpos.hh | 18 +++++++++++++++---
46309  src/hb-ot-var.cc             |  7 ++++++-
46310  src/hb-subset-plan.cc        |  2 ++
46311  7 files changed, 56 insertions(+), 11 deletions(-)
46312
46313 commit 230adf2c417bbb6b5f367eb857dd6f98bea3ef26
46314 Author: Behdad Esfahbod <behdad@behdad.org>
46315 Date:   Wed Jun 19 18:49:52 2019 -0700
46316
46317     [config] Add HB_NO_OT_FONT_GLYPH_NAMES
46318     
46319     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46320
46321  src/hb-config.hh             | 1 +
46322  src/hb-ot-face-table-list.hh | 4 +++-
46323  src/hb-ot-font.cc            | 5 ++++-
46324  3 files changed, 8 insertions(+), 2 deletions(-)
46325
46326 commit b0debc32f6cedfa76a4851aa391f88ed1860955d
46327 Author: Behdad Esfahbod <behdad@behdad.org>
46328 Date:   Wed Jun 19 18:42:39 2019 -0700
46329
46330     [subset] Simplify collect_name_ids
46331
46332  src/hb-subset-plan.cc | 19 ++-----------------
46333  1 file changed, 2 insertions(+), 17 deletions(-)
46334
46335 commit a5897463d4d0b83cb1bfe4ae1477dac4e3851252
46336 Author: Behdad Esfahbod <behdad@behdad.org>
46337 Date:   Wed Jun 19 18:36:35 2019 -0700
46338
46339     [config] Add HB_NO_STAT
46340     
46341     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46342
46343  src/hb-config.hh             | 1 +
46344  src/hb-ot-face-table-list.hh | 2 ++
46345  src/hb-subset-plan.cc        | 2 ++
46346  3 files changed, 5 insertions(+)
46347
46348 commit ffc2b8d56e5d35b4dc19499c830d8fc4b643213a
46349 Author: Behdad Esfahbod <behdad@behdad.org>
46350 Date:   Wed Jun 19 18:33:29 2019 -0700
46351
46352     [config] Don't include name table in face if HB_NO_NAME
46353     
46354     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46355
46356  src/hb-ot-face-table-list.hh | 4 +++-
46357  1 file changed, 3 insertions(+), 1 deletion(-)
46358
46359 commit 1432df102ebf206592f92677f48bb950871675b3
46360 Author: Behdad Esfahbod <behdad@behdad.org>
46361 Date:   Wed Jun 19 18:32:40 2019 -0700
46362
46363     [config] Disable hb-ot-font code if HB_NO_OT_FONT
46364     
46365     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46366
46367  src/hb-ot-font.cc | 5 +++++
46368  1 file changed, 5 insertions(+)
46369
46370 commit b1a2384a5244ea3ea63ca94eb095c4add2cd451d
46371 Author: Behdad Esfahbod <behdad@behdad.org>
46372 Date:   Wed Jun 19 17:34:12 2019 -0700
46373
46374     [ucd] Print out table sizes
46375
46376  src/gen-ucd-table.py | 27 +++++++++++++++++++--------
46377  src/hb-ucd-table.hh  |  1 -
46378  2 files changed, 19 insertions(+), 9 deletions(-)
46379
46380 commit f4de0c775408e34474a688361fa319251e1a9c18
46381 Author: Behdad Esfahbod <behdad@behdad.org>
46382 Date:   Wed Jun 19 17:08:26 2019 -0700
46383
46384     [config] Disable AAT map
46385     
46386     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46387
46388  src/hb-aat-map.cc  | 15 +++++++--------
46389  src/hb-ot-shape.cc |  6 ++++++
46390  2 files changed, 13 insertions(+), 8 deletions(-)
46391
46392 commit d8bf6723a1176ca26e97e8015044c8829ec77c36
46393 Author: Behdad Esfahbod <behdad@behdad.org>
46394 Date:   Wed Jun 19 17:04:16 2019 -0700
46395
46396     [config] Disable more legacy kerning
46397     
46398     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46399
46400  src/hb-ot-shape.cc | 4 +++-
46401  src/hb-ot-shape.hh | 8 ++++++++
46402  2 files changed, 11 insertions(+), 1 deletion(-)
46403
46404 commit 43d7048d59b1a0af62b80bd914805bdec74a29d2
46405 Author: Behdad Esfahbod <behdad@behdad.org>
46406 Date:   Wed Jun 19 17:02:32 2019 -0700
46407
46408     [config] More trak disabling
46409     
46410     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46411
46412  src/hb-ot-shape.cc | 4 +++-
46413  src/hb-ot-shape.hh | 8 ++++++++
46414  2 files changed, 11 insertions(+), 1 deletion(-)
46415
46416 commit d84932ba50482b3b47e393714eb77b19173d1f14
46417 Author: Behdad Esfahbod <behdad@behdad.org>
46418 Date:   Wed Jun 19 16:57:48 2019 -0700
46419
46420     [config] add HB_NO_OT_SHAPE_FRACTIONS, enabled in HB_LEAN
46421     
46422     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46423
46424  src/hb-config.hh   |  1 +
46425  src/hb-ot-shape.cc |  9 +++++++++
46426  src/hb-ot-shape.hh | 10 ++++++++++
46427  3 files changed, 20 insertions(+)
46428
46429 commit eaf4a7364c28663720a9da57bf4d576b6009e17d
46430 Author: Behdad Esfahbod <behdad@behdad.org>
46431 Date:   Wed Jun 19 16:51:13 2019 -0700
46432
46433     [config] Minor trak disable
46434     
46435     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46436
46437  src/hb-ot-shape.cc | 2 ++
46438  1 file changed, 2 insertions(+)
46439
46440 commit 971330c0588307bcd73934e44c6343db55b1f5b6
46441 Author: Behdad Esfahbod <behdad@behdad.org>
46442 Date:   Wed Jun 19 16:37:35 2019 -0700
46443
46444     [config] Add HB_NO_LANGUAGE_PRIVATE_SUBTAG
46445     
46446     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46447
46448  src/hb-config.hh | 1 +
46449  src/hb-ot-tag.cc | 4 ++++
46450  2 files changed, 5 insertions(+)
46451
46452 commit f642a5fa6c42b145574593a0e18815dc74d3c617
46453 Author: Behdad Esfahbod <behdad@behdad.org>
46454 Date:   Wed Jun 19 16:36:09 2019 -0700
46455
46456     Restructure code
46457
46458  src/hb-ot-tag.cc | 44 ++++++++++++++++++++------------------------
46459  1 file changed, 20 insertions(+), 24 deletions(-)
46460
46461 commit d2ff73b256599a655e4ddedbe1ca75abdf837d23
46462 Author: Behdad Esfahbod <behdad@behdad.org>
46463 Date:   Wed Jun 19 16:28:08 2019 -0700
46464
46465     [config] Remove remaining AAT context bits if HB_NO_OT_KERN
46466     
46467     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46468
46469  src/hb-aat-layout.cc | 6 ++++--
46470  1 file changed, 4 insertions(+), 2 deletions(-)
46471
46472 commit 588697afd0ddf411e8201866ade1f593ccb61aab
46473 Author: Behdad Esfahbod <behdad@behdad.org>
46474 Date:   Wed Jun 19 16:24:51 2019 -0700
46475
46476     [config] Add HB_NO_OT_KERN, enabled by HB_MINI / HB_NO_LEGACY
46477     
46478     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46479
46480  src/hb-config.hh             |  1 +
46481  src/hb-ot-face-table-list.hh |  6 +++++-
46482  src/hb-ot-layout.cc          |  4 ++--
46483  src/hb-ot-shape.cc           | 16 ++++++++++++++--
46484  src/hb-ot-shape.hh           |  4 ++++
46485  5 files changed, 26 insertions(+), 5 deletions(-)
46486
46487 commit 2e3e929d2b0fa6026c55eb92f91de0498fb22646
46488 Author: Behdad Esfahbod <behdad@behdad.org>
46489 Date:   Wed Jun 19 15:50:13 2019 -0700
46490
46491     Fix build
46492
46493  src/hb-ot-face-table-list.hh | 6 +++---
46494  1 file changed, 3 insertions(+), 3 deletions(-)
46495
46496 commit 631da9d816da381c5fd4b3cc640c41fda736a96f
46497 Author: Behdad Esfahbod <behdad@behdad.org>
46498 Date:   Wed Jun 19 15:36:14 2019 -0700
46499
46500     [config] Remove tables from hb_face_t for disabled features
46501     
46502     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46503
46504  src/Makefile.sources         |   1 +
46505  src/hb-ot-face-table-list.hh | 112 +++++++++++++++++++++++++++++++++++++++++++
46506  src/hb-ot-face.cc            |   8 +---
46507  src/hb-ot-face.hh            |  52 ++------------------
46508  src/hb-ot-layout.cc          |   2 +
46509  5 files changed, 120 insertions(+), 55 deletions(-)
46510
46511 commit e710888188ff3285a162c25c89d886d9535d9f02
46512 Author: Misty De Meo <mistydemeo@gmail.com>
46513 Date:   Tue Jun 18 15:20:38 2019 -0700
46514
46515     coretext: remove trailing macro from SCRATCH_RESTORE
46516
46517  src/hb-coretext.cc | 2 +-
46518  1 file changed, 1 insertion(+), 1 deletion(-)
46519
46520 commit 10bac21bb5b25cf20c2198934e99e444625dfd97
46521 Author: Behdad Esfahbod <behdad@behdad.org>
46522 Date:   Tue Jun 18 15:15:06 2019 -0700
46523
46524     [coretext/uniscribe/directwrite] Remove extra semicolons
46525     
46526     Fixes https://github.com/harfbuzz/harfbuzz/pull/1783
46527
46528  src/hb-coretext.cc    | 2 +-
46529  src/hb-directwrite.cc | 2 +-
46530  src/hb-uniscribe.cc   | 2 +-
46531  3 files changed, 3 insertions(+), 3 deletions(-)
46532
46533 commit f0b0fd4e78e94315c9d01b9232ebfb09bbfef556
46534 Author: Behdad Esfahbod <behdad@behdad.org>
46535 Date:   Tue Jun 18 14:40:24 2019 -0700
46536
46537     Remove dead code
46538
46539  src/hb-ot-layout.cc | 10 ++--------
46540  1 file changed, 2 insertions(+), 8 deletions(-)
46541
46542 commit d7e27cd65a085a76c85cddd93cea48ce4b7be03f
46543 Author: Behdad Esfahbod <behdad@behdad.org>
46544 Date:   Tue Jun 18 14:38:05 2019 -0700
46545
46546     [config] Don't use VORG table if HB_NO_OT_FONT_CFF
46547     
46548     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46549
46550  src/hb-ot-font.cc | 2 ++
46551  1 file changed, 2 insertions(+)
46552
46553 commit 37f8ebff5f1973423c7e4ed9dea88881d0642b61
46554 Author: Behdad Esfahbod <behdad@behdad.org>
46555 Date:   Tue Jun 18 14:33:49 2019 -0700
46556
46557     [config] Fixup for AAT ltag table access
46558     
46559     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46560
46561  src/hb-aat-layout.hh    | 8 --------
46562  src/hb-ot-name-table.hh | 2 +-
46563  2 files changed, 1 insertion(+), 9 deletions(-)
46564
46565 commit f08066ce9a41469e2a7396f0accd61e1c02e5649
46566 Author: Behdad Esfahbod <behdad@behdad.org>
46567 Date:   Tue Jun 18 14:29:27 2019 -0700
46568
46569     [config] One more morx disabling
46570     
46571     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46572
46573  src/hb-ot-layout.cc | 3 +++
46574  1 file changed, 3 insertions(+)
46575
46576 commit 231d0257883ec9e8904afae1adfd73f3c225f177
46577 Author: Behdad Esfahbod <behdad@behdad.org>
46578 Date:   Tue Jun 18 14:25:52 2019 -0700
46579
46580     [config] Don't compile AAT API if HB_NO_AAT
46581     
46582     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46583
46584  src/hb-aat-layout.cc | 131 ++++++++++++++++-----------------------------------
46585  src/hb-ot-shape.cc   |  19 ++++++--
46586  2 files changed, 56 insertions(+), 94 deletions(-)
46587
46588 commit bf9424a9a198b99d49c005536a10f27387630064
46589 Author: Behdad Esfahbod <behdad@behdad.org>
46590 Date:   Tue Jun 18 13:31:35 2019 -0700
46591
46592     [config] Don't compile unused layout API if HB_NO_LAYOUT_UNUSED
46593     
46594     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46595
46596  src/hb-ot-layout.cc | 16 ++--------------
46597  1 file changed, 2 insertions(+), 14 deletions(-)
46598
46599 commit eb9798ef733da53e69966054b67752cd8937eb7b
46600 Author: Behdad Esfahbod <behdad@behdad.org>
46601 Date:   Tue Jun 18 13:29:55 2019 -0700
46602
46603     [config] Dont' compile buffer message API if HB_NO_BUFFER_MESSAGE
46604     
46605     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46606
46607  src/hb-buffer.cc | 2 ++
46608  src/hb-buffer.hh | 5 ++++-
46609  2 files changed, 6 insertions(+), 1 deletion(-)
46610
46611 commit be1c0ab2186a728eabdf6666632a9f759474f901
46612 Author: Behdad Esfahbod <behdad@behdad.org>
46613 Date:   Tue Jun 18 13:26:03 2019 -0700
46614
46615     [config] Don't compile buffer serialize API if HB_NO_BUFFER_SERIALIZE
46616     
46617     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46618
46619  src/hb-buffer-serialize.cc   | 19 +++++++------------
46620  src/test-buffer-serialize.cc |  7 ++++++-
46621  2 files changed, 13 insertions(+), 13 deletions(-)
46622
46623 commit bdbabd110cfdb4c59cf24bd500ce63073a5213e4
46624 Author: Behdad Esfahbod <behdad@behdad.org>
46625 Date:   Tue Jun 18 13:21:25 2019 -0700
46626
46627     Minor header include cleanup
46628
46629  src/hb-aat-layout.cc | 1 -
46630  src/hb-ot-math.cc    | 3 ---
46631  src/hb-ot-name.cc    | 1 -
46632  src/hb-ot-var.cc     | 4 ++--
46633  4 files changed, 2 insertions(+), 7 deletions(-)
46634
46635 commit 83de3a60ab7383cf3ee25c1f8c33a45a7778d003
46636 Author: Behdad Esfahbod <behdad@behdad.org>
46637 Date:   Tue Jun 18 13:18:15 2019 -0700
46638
46639     [config] Don't compile color API if HB_NO_COLOR
46640     
46641     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46642
46643  src/hb-ot-color.cc   | 55 +++++++++-------------------------------------------
46644  src/test-ot-color.cc |  9 ++++++++-
46645  2 files changed, 17 insertions(+), 47 deletions(-)
46646
46647 commit 350f98ea47aaf0fe008065b92c8b6fe2bc519fa7
46648 Author: Behdad Esfahbod <behdad@behdad.org>
46649 Date:   Tue Jun 18 13:11:41 2019 -0700
46650
46651     [config] Don't compile name table API if HB_NO_NAME
46652     
46653     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46654
46655  src/hb-ot-name.cc   | 25 +++++--------------------
46656  src/test-ot-name.cc |  5 ++++-
46657  2 files changed, 9 insertions(+), 21 deletions(-)
46658
46659 commit da51a2cb0efae664d4ee83c6036f29a21621e993
46660 Author: Behdad Esfahbod <behdad@behdad.org>
46661 Date:   Tue Jun 18 13:09:22 2019 -0700
46662
46663     [config] Don't compile math API if HB_NO_MATH
46664     
46665     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46666
46667  src/hb-ot-math.cc | 47 +++++++----------------------------------------
46668  1 file changed, 7 insertions(+), 40 deletions(-)
46669
46670 commit 737436d3f8aacfd0bd586cd54d7034bae3afc4e1
46671 Author: Behdad Esfahbod <behdad@behdad.org>
46672 Date:   Tue Jun 18 13:07:44 2019 -0700
46673
46674     Streamline HB_NO_CFF
46675
46676  src/hb-ot-cff1-table.cc     | 7 +++++--
46677  src/hb-ot-cff2-table.cc     | 7 +++++--
46678  src/hb-subset-cff-common.cc | 7 +++++++
46679  src/hb-subset-cff1.cc       | 7 +++++--
46680  src/hb-subset-cff2.cc       | 7 +++++--
46681  5 files changed, 27 insertions(+), 8 deletions(-)
46682
46683 commit 60653a7adbbd8143d187b3edf33cb7a2dddadf74
46684 Author: Behdad Esfahbod <behdad@behdad.org>
46685 Date:   Tue Jun 18 13:01:11 2019 -0700
46686
46687     Remove HB_VECTOR_SIZE
46688     
46689     It was cumbersome to get it to work reliably, for dubious performance
46690     gain, mostly in the subsetter maybe...
46691     
46692     Life is easier without.  It was disabled forever anyway.
46693
46694  src/hb-algs.hh   | 36 +++++++++---------------------------
46695  src/hb-null.hh   |  4 ++--
46696  src/hb-static.cc |  4 ++--
46697  src/hb.hh        | 32 --------------------------------
46698  4 files changed, 13 insertions(+), 63 deletions(-)
46699
46700 commit 24060d3aa77f1e1a18960cc61c3d1ac241875507
46701 Author: Behdad Esfahbod <behdad@behdad.org>
46702 Date:   Tue Jun 18 12:50:42 2019 -0700
46703
46704     Add hb_bitwise_neg
46705
46706  src/hb-algs.hh | 33 +++++++++++++++++++++------------
46707  1 file changed, 21 insertions(+), 12 deletions(-)
46708
46709 commit 7cf9169078f35299ec0633a7b212256acdd71661
46710 Author: Behdad Esfahbod <behdad@behdad.org>
46711 Date:   Tue Jun 18 12:44:03 2019 -0700
46712
46713     Remove accidentally left cruft
46714
46715  src/hb-algs.hh | 2 +-
46716  1 file changed, 1 insertion(+), 1 deletion(-)
46717
46718 commit 6172ec5d879653c536d7cb3d3b3760fbb6d0f3f3
46719 Author: Behdad Esfahbod <behdad@behdad.org>
46720 Date:   Tue Jun 18 12:41:56 2019 -0700
46721
46722     Remove (unused) posix_memalign fallback
46723     
46724     Was wrong.  The returned pointer couldn't be passed to free().  Ouch!
46725
46726  configure.ac |  2 +-
46727  src/hb.hh    | 34 ----------------------------------
46728  2 files changed, 1 insertion(+), 35 deletions(-)
46729
46730 commit eb28d6e48b02a8c49875cfcd084a16c1c66c367e
46731 Author: Ebrahim Byagowi <ebrahim@gnu.org>
46732 Date:   Tue Jun 18 12:14:10 2019 +0430
46733
46734     [ci] Test no build system builds
46735     
46736     Introduced in aa3450c, let's preserve it
46737
46738  .circleci/config.yml | 5 +++--
46739  1 file changed, 3 insertions(+), 2 deletions(-)
46740
46741 commit efef672911dd6c3b80e53294f3fcd59dbb64597a
46742 Author: Behdad Esfahbod <behdad@behdad.org>
46743 Date:   Mon Jun 17 22:57:51 2019 -0700
46744
46745     Fix cmake build
46746     
46747     Hopefullly.
46748
46749  CMakeLists.txt | 4 ----
46750  1 file changed, 4 deletions(-)
46751
46752 commit aa3450cac148280f747fb88864b6fcc4ec70cc51
46753 Author: Behdad Esfahbod <behdad@behdad.org>
46754 Date:   Mon Jun 17 22:41:49 2019 -0700
46755
46756     [config] Don't compile disabled features
46757     
46758     This makes it possible to include all .cc files into build, even if not
46759     building CoreText, Uniscribe, etc.
46760     
46761     This was mostly to help custom builders.  But also means that we can
46762     include all files in our own build system.  Not sure if we should.
46763     Definitely simplifies things, but slightly only.
46764
46765  src/Makefile.am              | 1 +
46766  src/hb-coretext.cc           | 6 ++++++
46767  src/hb-directwrite.cc        | 6 ++++++
46768  src/hb-ft.cc                 | 5 +++++
46769  src/hb-glib.cc               | 5 +++++
46770  src/hb-gobject-enums.cc.tmpl | 7 +++++++
46771  src/hb-gobject-structs.cc    | 5 +++++
46772  src/hb-graphite2.cc          | 7 +++++++
46773  src/hb-icu.cc                | 5 +++++
46774  src/hb-uniscribe.cc          | 4 ++++
46775  10 files changed, 51 insertions(+)
46776
46777 commit 33d8b76e74579a27b06fa788d0bf696a9dd44cc4
46778 Author: Behdad Esfahbod <behdad@behdad.org>
46779 Date:   Mon Jun 17 21:54:20 2019 -0700
46780
46781     [config] Flesh out CONFIG.md
46782     
46783     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46784
46785  CONFIG.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
46786  1 file changed, 84 insertions(+), 3 deletions(-)
46787
46788 commit 23ccd00a3d5033b812f2bebcc5b793a4415b252b
46789 Author: Behdad Esfahbod <behdad@behdad.org>
46790 Date:   Mon Jun 17 20:35:04 2019 -0700
46791
46792     Minor
46793
46794  src/hb-config.hh | 3 ++-
46795  1 file changed, 2 insertions(+), 1 deletion(-)
46796
46797 commit 23768a99e08cbe691772b7514c023d3184989ff8
46798 Author: Behdad Esfahbod <behdad@behdad.org>
46799 Date:   Mon Jun 17 20:29:29 2019 -0700
46800
46801     [config] Replace HAVE_FALLBACK with HB_NO_FALLBACK_SHAPE
46802     
46803     This disables fallback shaper in tiny builds.  Projects that don't
46804     use our build system and want to disable fallback shaper (eg. Firefox)
46805     should define HB_NO_FALLBACK_SHAPE now.
46806     
46807     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
46808
46809  CMakeLists.txt           | 2 --
46810  configure.ac             | 8 --------
46811  src/Makefile.am          | 4 ----
46812  src/Makefile.sources     | 5 +----
46813  src/hb-config.hh         | 1 +
46814  src/hb-fallback-shape.cc | 3 +++
46815  src/hb-shaper-list.hh    | 2 +-
46816  7 files changed, 6 insertions(+), 19 deletions(-)
46817
46818 commit 3a9394635ffd663d8acd0715236dd01d9f22f3b8
46819 Author: Behdad Esfahbod <behdad@behdad.org>
46820 Date:   Mon Jun 17 20:10:36 2019 -0700
46821
46822     Add CONFIG.md
46823     
46824     https://github.com/harfbuzz/harfbuzz/issues/1652
46825
46826  CONFIG.md   | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
46827  Makefile.am |  1 +
46828  README.md   |  2 ++
46829  3 files changed, 54 insertions(+)
46830
46831 commit 1c56b5d1d8307efd12519556e41fc50c5371f136
46832 Author: Behdad Esfahbod <behdad@behdad.org>
46833 Date:   Mon Jun 17 14:23:04 2019 -0700
46834
46835     [serialize] Fix copy() calling operator=
46836     
46837     https://github.com/googlefonts/harfbuzz/commit/9f610ae239a11e86f94621e26bc15849b65ce41b#commitcomment-33944686
46838
46839  src/hb-serialize.hh | 2 +-
46840  1 file changed, 1 insertion(+), 1 deletion(-)
46841
46842 commit 6492b2345cd913223b0eb931e9e11f7e5ad33049
46843 Author: Behdad Esfahbod <behdad@behdad.org>
46844 Date:   Mon Jun 17 14:19:13 2019 -0700
46845
46846     Minor
46847
46848  src/hb-open-type.hh | 2 +-
46849  1 file changed, 1 insertion(+), 1 deletion(-)
46850
46851 commit 8938dd23c64f80dbd31f87133d9df88cd0c98c1a
46852 Author: Behdad Esfahbod <behdad@behdad.org>
46853 Date:   Mon Jun 17 14:12:11 2019 -0700
46854
46855     Use injected class name
46856
46857  src/hb-open-type.hh | 8 ++++----
46858  1 file changed, 4 insertions(+), 4 deletions(-)
46859
46860 commit bfb5569d530a2b65dafd0d9be45d594af9e742ce
46861 Author: Behdad Esfahbod <behdad@behdad.org>
46862 Date:   Mon Jun 17 14:06:04 2019 -0700
46863
46864     Disable non-OpenType kerning with hb-ft in HB_TINY
46865
46866  src/hb-ft.cc | 4 ++++
46867  1 file changed, 4 insertions(+)
46868
46869 commit 0819f3ca863af520fe546e6ef0596300e9e28b01
46870 Author: Behdad Esfahbod <behdad@behdad.org>
46871 Date:   Mon Jun 17 14:02:47 2019 -0700
46872
46873     Deprecate v_kerning callback again
46874     
46875     Part of https://github.com/harfbuzz/harfbuzz/issues/1682
46876
46877  docs/harfbuzz-sections.txt |  6 +++---
46878  src/hb-deprecated.h        | 23 +++++++++++++++++++++++
46879  src/hb-font.cc             |  7 +++----
46880  src/hb-font.h              | 20 --------------------
46881  src/hb-font.hh             |  2 +-
46882  5 files changed, 30 insertions(+), 28 deletions(-)
46883
46884 commit eb2825c7f140185f41922a371434873a0114ef67
46885 Author: Behdad Esfahbod <behdad@behdad.org>
46886 Date:   Mon Jun 17 13:42:53 2019 -0700
46887
46888     Minor
46889
46890  src/hb-ot-font.cc | 1 -
46891  1 file changed, 1 deletion(-)
46892
46893 commit 896416bd4c6ac486eb4e1926eaa09d5a9b693763
46894 Author: Behdad Esfahbod <behdad@behdad.org>
46895 Date:   Mon Jun 17 13:39:49 2019 -0700
46896
46897     Partially revert "[ft/ot] Remove implementation of deprecated kerning funcs"
46898     
46899     This reverts commit 47030b1855f04c0d75899ffb6f5021fea3c19b90.
46900     
46901     Reverts only the hb-ft part, to reinstate non-OpenType kerning with
46902     FreeType.
46903     
46904     Fixes https://github.com/harfbuzz/harfbuzz/issues/1682
46905
46906  src/hb-ft.cc | 19 +++++++++++++++++++
46907  1 file changed, 19 insertions(+)
46908
46909 commit 2682efb02df72fb254c819cb76fc23592c30fc45
46910 Author: Behdad Esfahbod <behdad@behdad.org>
46911 Date:   Mon Jun 17 13:38:08 2019 -0700
46912
46913     Revert "Deprecate font kern API"
46914     
46915     This reverts commit d219f899f4b2fb4b39ebc1dff9fb648fc5d6d112.
46916     
46917     API change: Un-deprecate font kern API.
46918     
46919     Part of https://github.com/harfbuzz/harfbuzz/issues/1682
46920     
46921     We should document that this API is only necessary to hook up
46922     non-OpenType kerning.  hb-ot-font will continue to NOT implement them.
46923
46924  docs/harfbuzz-sections.txt | 16 +++++++-------
46925  src/hb-deprecated.h        | 54 ----------------------------------------------
46926  src/hb-font.cc             |  3 ---
46927  src/hb-font.h              | 51 +++++++++++++++++++++++++++++++++++++++++++
46928  4 files changed, 59 insertions(+), 65 deletions(-)
46929
46930 commit d6cb244f7d63338e0cbfa774c2a32e6e7e06f15b
46931 Author: David Corbett <corbett.dav@husky.neu.edu>
46932 Date:   Sat Jun 15 21:38:27 2019 -0400
46933
46934     Canonically reorder U+0C55 and U+0C56
46935
46936  src/hb-unicode.hh | 8 ++++----
46937  1 file changed, 4 insertions(+), 4 deletions(-)
46938
46939 commit 82d4bfb8f3ac30fecce41f8abe59f58ad64ba98a
46940 Author: Michiharu Ariza <ariza@adobe.com>
46941 Date:   Fri Jun 14 10:49:42 2019 -0700
46942
46943     enable cff subset tests
46944     
46945     add Unicode UCS-4 cmap
46946     fix Unicode bits in OS/2
46947     add Unicode cmap sub-table in SourceHanSans-Regular_subset.otf
46948     regenerate cff subset test expected results
46949
46950  src/hb-ot-cmap-table.hh                            |  73 +++++++++++++++++----
46951  src/hb-ot-os2-table.hh                             |  10 ++-
46952  test/subset/data/Makefile.am                       |   2 +
46953  test/subset/data/Makefile.sources                  |   2 +
46954  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 32124 -> 20000 bytes
46955  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 29688 -> 2196 bytes
46956  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33316 -> 30412 bytes
46957  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 31960 -> 19840 bytes
46958  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 29564 -> 2072 bytes
46959  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33168 -> 30264 bytes
46960  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 32052 -> 19932 bytes
46961  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 29632 -> 2108 bytes
46962  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 33180 -> 30276 bytes
46963  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 32276 -> 20152 bytes
46964  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 29788 -> 2264 bytes
46965  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 33332 -> 30428 bytes
46966  ...ubset.default.3042,3044,3046,3048,304A,304B.otf | Bin 3028 -> 3036 bytes
46967  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3240 -> 3248 bytes
46968  ...eHanSans-Regular_subset.default.61,63,65,6B.otf | Bin 2200 -> 2208 bytes
46969  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3460 -> 3468 bytes
46970  .../SourceHanSans-Regular_subset.default.660E.otf  | Bin 1920 -> 1928 bytes
46971  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90956 -> 8932 bytes
46972  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125820 -> 116080 bytes
46973  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 88392 -> 3016 bytes
46974  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 126004 -> 116264 bytes
46975  ...ular_subset.desubroutinize-retain-gids.660E.otf | Bin 103780 -> 50224 bytes
46976  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2952 -> 2960 bytes
46977  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 3136 -> 3144 bytes
46978  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf | Bin 2132 -> 2140 bytes
46979  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3256 -> 3264 bytes
46980  ...eHanSans-Regular_subset.desubroutinize.660E.otf | Bin 1896 -> 1904 bytes
46981  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90656 -> 8672 bytes
46982  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125468 -> 115768 bytes
46983  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 88156 -> 2892 bytes
46984  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 125584 -> 115884 bytes
46985  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 103556 -> 50040 bytes
46986  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 2792 -> 2800 bytes
46987  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2896 -> 2904 bytes
46988  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf | Bin 2028 -> 2036 bytes
46989  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 2964 -> 2972 bytes
46990  ...gular_subset.drop-hints-desubroutinize.660E.otf | Bin 1804 -> 1812 bytes
46991  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 90724 -> 8740 bytes
46992  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125560 -> 115864 bytes
46993  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf | Bin 88196 -> 2852 bytes
46994  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 125780 -> 116084 bytes
46995  ...-Regular_subset.drop-hints-retain-gids.660E.otf | Bin 103572 -> 50060 bytes
46996  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 2848 -> 2856 bytes
46997  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 2988 -> 2996 bytes
46998  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf | Bin 2060 -> 2068 bytes
46999  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 3164 -> 3172 bytes
47000  ...ourceHanSans-Regular_subset.drop-hints.660E.otf | Bin 1824 -> 1832 bytes
47001  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 91040 -> 9016 bytes
47002  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 125924 -> 116184 bytes
47003  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf | Bin 88468 -> 3012 bytes
47004  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 126208 -> 116468 bytes
47005  ...urceHanSans-Regular_subset.retain-gids.660E.otf | Bin 103800 -> 50244 bytes
47006  .../data/fonts/SourceHanSans-Regular_subset.otf    | Bin 2707728 -> 2707736 bytes
47007  57 files changed, 70 insertions(+), 17 deletions(-)
47008
47009 commit 6bcbe495bff221169f8c0769dde1b4b2c165a211
47010 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47011 Date:   Thu Jun 13 15:04:51 2019 +0430
47012
47013     [cff] minor format (#1774)
47014
47015  src/hb-subset-cff-common.cc | 104 ++++++++++++++++++++------------------------
47016  1 file changed, 48 insertions(+), 56 deletions(-)
47017
47018 commit 4f37c0db9bf4e3d536a50126d17b36009b12f9cb
47019 Author: David Corbett <corbett.dav@husky.neu.edu>
47020 Date:   Tue Jun 11 17:55:31 2019 -0400
47021
47022     Remove 'mym3'
47023
47024  src/hb-ot-tag.cc       | 4 +++-
47025  test/api/test-ot-tag.c | 2 +-
47026  2 files changed, 4 insertions(+), 2 deletions(-)
47027
47028 commit 90872a29ee5d0bef6df1c2900f7001c11106c4da
47029 Author: Michiharu Ariza <ariza@adobe.com>
47030 Date:   Tue Jun 11 12:28:30 2019 -0700
47031
47032     change assert(false) to failure
47033
47034  src/hb-subset-cff-common.cc                               |   2 +-
47035  ...z-testcase-minimized-hb-subset-fuzzer-5680398559870976 | Bin 0 -> 145 bytes
47036  2 files changed, 1 insertion(+), 1 deletion(-)
47037
47038 commit 0c5da57d1aab91d7677a5c6517a3da254d53267f
47039 Author: Behdad Esfahbod <behdad@behdad.org>
47040 Date:   Mon Jun 10 14:06:25 2019 -0700
47041
47042     Fix typo :)
47043
47044  src/hb-blob.cc   | 3 ++-
47045  src/hb-config.hh | 2 +-
47046  2 files changed, 3 insertions(+), 2 deletions(-)
47047
47048 commit 19b8eb08e5457cd643aee5f9b9ad1c80b2243895
47049 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47050 Date:   Tue Jun 11 01:33:30 2019 +0430
47051
47052     Move HB_NO_SETLOCALE to closer place to its to unbreak HB_TINY build (#1768)
47053
47054  src/hb-common.cc | 3 +++
47055  src/hb.hh        | 4 ----
47056  2 files changed, 3 insertions(+), 4 deletions(-)
47057
47058 commit b4a5a69ad8625e3b90eb907a1b70e3ed24d4ff97
47059 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47060 Date:   Tue Jun 11 01:33:09 2019 +0430
47061
47062     Add HB_NO_OEPN (#1767)
47063
47064  src/hb-blob.cc   | 3 +++
47065  src/hb-config.hh | 2 ++
47066  2 files changed, 5 insertions(+)
47067
47068 commit a36ff941710b5a5f7e464e6d72aff36cf5549a91
47069 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47070 Date:   Mon Jun 10 15:48:28 2019 +0430
47071
47072     Add HB_NO_SETLOCALE
47073
47074  src/hb-config.hh | 1 +
47075  src/hb.hh        | 6 +++++-
47076  2 files changed, 6 insertions(+), 1 deletion(-)
47077
47078 commit c4cae81a26a816979f3206418c47856b5ed2d8bb
47079 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47080 Date:   Mon Jun 10 15:32:54 2019 +0430
47081
47082     Remove round polyfill
47083     
47084     Added in 01dff1e and 19256bef, this was targeted at older
47085     msvc versions that don't support C99 but now as we require
47086     C++11 we don't target places those envs thus removing this.
47087
47088  CMakeLists.txt |  2 +-
47089  configure.ac   |  6 ------
47090  src/hb.hh      | 14 --------------
47091  3 files changed, 1 insertion(+), 21 deletions(-)
47092
47093 commit ff9b9b1c89d5529fafc74ce84c0acb71b5d6031b
47094 Author: Behdad Esfahbod <behdad@behdad.org>
47095 Date:   Mon Jun 10 12:48:25 2019 -0700
47096
47097     Simplify HB_PARTIALIZE impl
47098     
47099     +this works on gcc 4.8 as well as default code path.
47100
47101  src/hb-algs.hh | 17 +++++------------
47102  1 file changed, 5 insertions(+), 12 deletions(-)
47103
47104 commit 451edbd4d063a4b43c1ca3d2b60c7392602ae7b7
47105 Author: Behdad Esfahbod <behdad@behdad.org>
47106 Date:   Mon Jun 10 12:46:54 2019 -0700
47107
47108     Revert "Test new solution for HB_PARTIALIZE"
47109     
47110     This reverts commit a0c4900799c26e4ff34180842a5ff21048fe31a0.
47111
47112  src/hb-algs.hh | 18 +++++++++++++++++-
47113  1 file changed, 17 insertions(+), 1 deletion(-)
47114
47115 commit a0c4900799c26e4ff34180842a5ff21048fe31a0
47116 Author: Behdad Esfahbod <behdad@behdad.org>
47117 Date:   Mon Jun 10 12:33:23 2019 -0700
47118
47119     Test new solution for HB_PARTIALIZE
47120     
47121     Just testing bots.  Will finish based on results.
47122
47123  src/hb-algs.hh | 18 +-----------------
47124  1 file changed, 1 insertion(+), 17 deletions(-)
47125
47126 commit 4a2b58555f173b692b767c933d280a51142926dd
47127 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47128 Date:   Mon Jun 10 08:16:51 2019 -0700
47129
47130     [ci] Use HB_OPTIMIZE_SIZE instead of __OPTIMIZE_SIZE__
47131
47132  .circleci/config.yml | 2 +-
47133  1 file changed, 1 insertion(+), 1 deletion(-)
47134
47135 commit a228bb5f1d471a334bc9727f5d4f5b59dbe829ff
47136 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47137 Date:   Mon Jun 10 15:56:36 2019 +0430
47138
47139     [ci] Test -Os and optimize size in Alpine bot
47140     
47141     __OPTIMIZE_SIZE__ should be defined whenever -Os but some Internet thread
47142     indicate may not so lets do that ourselves as that is the main intention
47143
47144  .circleci/config.yml | 8 ++++++--
47145  1 file changed, 6 insertions(+), 2 deletions(-)
47146
47147 commit 9407ef8d4bb96346b1f8b07757d79d3f8cc61cf7
47148 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47149 Date:   Mon Jun 10 15:17:43 2019 +0430
47150
47151     minor, add HB_USE_INTERNAL_QSORT
47152     
47153     The only thing I need for a working wasm in a minimum libc,
47154     otherwise I have to provide the very same qsort inside that libc
47155
47156  src/hb-algs.hh | 4 ++--
47157  1 file changed, 2 insertions(+), 2 deletions(-)
47158
47159 commit 801d93fc58aa13082dea86fb2c3821bc6362f593
47160 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47161 Date:   Mon Jun 10 14:53:14 2019 +0430
47162
47163     [ci] remove wine from fedora bot
47164     
47165     We are not testing Windows exes in fedora mingw bot, we don't have to as
47166     probably won't go that smoothly and we have real Windows bots anyway
47167     and as wine installation itself is time taking let's remove it
47168
47169  .circleci/config.yml | 2 +-
47170  1 file changed, 1 insertion(+), 1 deletion(-)
47171
47172 commit 7dcfc5357df879491f847bd7d2941645e58f268c
47173 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47174 Date:   Sun Jun 9 11:58:08 2019 +0430
47175
47176     [stat] minor format
47177
47178  src/hb-ot-stat-table.hh | 72 ++++++++++++++++++++++++-------------------------
47179  1 file changed, 36 insertions(+), 36 deletions(-)
47180
47181 commit 2646c7149ce49d3b6cf90e354658df35254bcce0
47182 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47183 Date:   Sun Jun 9 11:51:58 2019 +0430
47184
47185     [stat] minor
47186
47187  src/hb-ot-stat-table.hh | 8 ++++----
47188  1 file changed, 4 insertions(+), 4 deletions(-)
47189
47190 commit c4669fda7890bc741ef934ebc360e366eba94866
47191 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47192 Date:   Sun Jun 9 11:50:36 2019 +0430
47193
47194     [algs] minor
47195
47196  src/hb-algs.hh | 6 +++---
47197  1 file changed, 3 insertions(+), 3 deletions(-)
47198
47199 commit 9b853f755dd05ccef3429d3d3d0d561a99cc4c2d
47200 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47201 Date:   Sun Jun 9 11:49:25 2019 +0430
47202
47203     [cff] Use switch on multi-format structs (#1762)
47204
47205  src/hb-cff-interp-cs-common.hh   |   4 +-
47206  src/hb-cff-interp-dict-common.hh |  12 +--
47207  src/hb-ot-cff-common.hh          | 135 ++++++++++++------------
47208  src/hb-ot-cff1-table.hh          | 215 ++++++++++++++++++++++-----------------
47209  src/hb-ot-cff2-table.hh          |  68 +++++++------
47210  src/hb-subset-cff1.cc            |   2 +-
47211  src/hb-subset-cff2.cc            |   2 +-
47212  7 files changed, 233 insertions(+), 205 deletions(-)
47213
47214 commit eff579f743a91c0b1c543f4b69ab33580cae6392
47215 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47216 Date:   Fri Jun 7 12:58:09 2019 +0430
47217
47218     Update and use internal qsort everywhere
47219
47220  src/hb-algs.hh          | 210 +++++++++++++++++++++++++++++++++++-------------
47221  src/hb-array.hh         |   6 +-
47222  src/hb-ot-post-table.hh |   2 +-
47223  3 files changed, 158 insertions(+), 60 deletions(-)
47224
47225 commit 5074d665a8b0980f202a5986bda52808674cfb54
47226 Author: Behdad Esfahbod <behdad@behdad.org>
47227 Date:   Fri Jun 7 14:20:45 2019 -0700
47228
47229     [ucd] Save another 1.5kb
47230     
47231     https://github.com/harfbuzz/harfbuzz/issues/1652
47232
47233  src/gen-ucd-table.py |  8 +++++---
47234  src/hb-ucd-table.hh  | 37 +++++++++++++++++++++----------------
47235  src/hb-ucd.cc        | 12 +++++++++---
47236  3 files changed, 35 insertions(+), 22 deletions(-)
47237
47238 commit 6d58b45782833f8c6c8efd9426e2785c78e6462a
47239 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47240 Date:   Sat Jun 8 00:40:18 2019 +0430
47241
47242     [ci] use trusty for its gcc 4.8 again
47243
47244  .travis.yml | 2 +-
47245  1 file changed, 1 insertion(+), 1 deletion(-)
47246
47247 commit 973699c49b905e142ecc5cefd1f4fa15aad8e309
47248 Author: Behdad Esfahbod <behdad@behdad.org>
47249 Date:   Fri Jun 7 12:49:06 2019 -0700
47250
47251     Disable clang gcc impersonator
47252
47253  src/hb-algs.hh | 2 +-
47254  1 file changed, 1 insertion(+), 1 deletion(-)
47255
47256 commit e4e518f33d933a02058bad86a6aae714e59814db
47257 Author: Behdad Esfahbod <behdad@behdad.org>
47258 Date:   Fri Jun 7 12:41:09 2019 -0700
47259
47260     Fix build on gcc 4.8
47261     
47262     Fixes https://github.com/harfbuzz/harfbuzz/issues/1724
47263
47264  src/hb-algs.hh | 29 +++++++++++++++++++++++++++--
47265  1 file changed, 27 insertions(+), 2 deletions(-)
47266
47267 commit 3c240bd3dc0aaca38154da555d0aef350da62ee6
47268 Author: Behdad Esfahbod <behdad@behdad.org>
47269 Date:   Fri Jun 7 10:56:24 2019 -0700
47270
47271     Downgrade double-promotion from error to warning
47272     
47273     https://github.com/harfbuzz/harfbuzz/issues/1740
47274
47275  src/hb.hh | 2 +-
47276  1 file changed, 1 insertion(+), 1 deletion(-)
47277
47278 commit 385e436692e94588fc4cb3a7afbeb862035db09b
47279 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47280 Date:   Fri Jun 7 10:44:53 2019 -0700
47281
47282     Minor, fix gcc maybe-uninitialized complain
47283     
47284     I guess all of its field will be initialized anyway here but lets make it more defensive
47285
47286  src/hb-ot-glyf-table.hh | 2 +-
47287  1 file changed, 1 insertion(+), 1 deletion(-)
47288
47289 commit 1bada656a86e9cb27d4a6b9fcc50748f0bd9c1d9
47290 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47291 Date:   Fri Jun 7 02:01:27 2019 +0430
47292
47293     Minor, remove unnecessary semicolon
47294     
47295     Causing -Wextra-semi-stmt build error when no primitive has chosen
47296     Interesting that nobody has noticed it yet.
47297
47298  src/hb-mutex.hh | 2 +-
47299  1 file changed, 1 insertion(+), 1 deletion(-)
47300
47301 commit f9b1ae73360054d9f121a2d36820377909888b35
47302 Author: Garret Rieger <grieger@google.com>
47303 Date:   Wed Jun 5 17:40:59 2019 -0700
47304
47305     [subset] Move OS/2 to subset2.
47306
47307  src/hb-ot-os2-table.hh | 32 ++++++++++++++++----------------
47308  src/hb-subset.cc       |  2 +-
47309  2 files changed, 17 insertions(+), 17 deletions(-)
47310
47311 commit 93d592e0e181f436ea47038fef419134007208aa
47312 Author: Qunxin Liu <qxliu@google.com>
47313 Date:   Wed Jun 5 16:51:31 2019 -0700
47314
47315     [subset] post table to use _subset2
47316
47317  src/hb-ot-post-table.hh | 31 +++++++++++++++----------------
47318  src/hb-subset.cc        |  2 +-
47319  2 files changed, 16 insertions(+), 17 deletions(-)
47320
47321 commit 6f35cf7a637f5efc0ef3888d929a6392cc2863c3
47322 Author: Michiharu Ariza <ariza@adobe.com>
47323 Date:   Thu Jun 6 09:15:34 2019 -0700
47324
47325     regenerate SourceSerifVariable expected subset results
47326
47327  .gitignore                                            |   1 +
47328  ...SerifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 5464 -> 4132 bytes
47329  .../SourceSerifVariable-Roman.default.61,62,63.ttf    | Bin 5432 -> 4100 bytes
47330  ...urceSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 5924 -> 4592 bytes
47331  ...ifVariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 5464 -> 4132 bytes
47332  .../SourceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 5432 -> 4100 bytes
47333  ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5924 -> 4592 bytes
47334  7 files changed, 1 insertion(+)
47335
47336 commit db938479d7b1e3ec35a39a9ad31c945e09e6d5e5
47337 Author: Qunxin Liu <qxliu@google.com>
47338 Date:   Tue Jun 4 10:30:53 2019 -0700
47339
47340     [subset] maxp table to use _subset2
47341
47342  src/hb-ot-maxp-table.hh | 48 ++++++++++++++++++++++--------------------------
47343  src/hb-subset.cc        |  2 +-
47344  2 files changed, 23 insertions(+), 27 deletions(-)
47345
47346 commit 66361c72f655cc9170fd8c25610ed192fa0ff86d
47347 Author: Michiharu Ariza <ariza@adobe.com>
47348 Date:   Wed Jun 5 14:51:04 2019 -0700
47349
47350     restore gvar/MVAR/HVAR tables in subset tests
47351
47352  test/subset/generate-expected-outputs.py | 2 +-
47353  test/subset/run-tests.py                 | 2 +-
47354  2 files changed, 2 insertions(+), 2 deletions(-)
47355
47356 commit d5e5f378329b6ce21944b79b568369ea7bc36cf3
47357 Author: Eli Zaretskii <eliz@gnu.org>
47358 Date:   Wed Jun 5 22:20:03 2019 +0300
47359
47360     This makes minor changes to allow building HarfBuzz with
47361     mingw.org's MinGW.
47362     
47363     src/hb-algs.hh: Don't compile _BitScanForward and _BitScanReverse
47364     for GCC >= 4.  mingw.org's MinGW doesn't have these functions.
47365     
47366     src/hb-atomic.hh: MemoryBarrier does exist in mingw.org's MinGW,
47367     but it is not a macro, it is an inline function.  __MINGW32_VERSION
47368     is a macro that exists only in mingw.org's MinGW, so conditioning
47369     on it should not affect MinGW64, where MemoryBarrier is a macro.
47370     
47371     src/hb-uniscribe.cc: Define E_NOT_SUFFICIENT_BUFFER if it is not
47372     defined (mingw.org's MinGW doesn't).
47373     
47374     src/hb.hh: Don't include intrin.h for mingw.org's MinGW, since that
47375     header is not available; instead, include windows.h.  Conditioned
47376     on __MINGW32_VERSION to avoid affecting MinGW64.
47377
47378  src/hb-algs.hh      | 4 ++--
47379  src/hb-atomic.hh    | 2 +-
47380  src/hb-uniscribe.cc | 4 ++++
47381  src/hb.hh           | 7 +++++++
47382  4 files changed, 14 insertions(+), 3 deletions(-)
47383
47384 commit 8f8e8a84795db45098c95e19a7ff83d898d3bc7d
47385 Author: Michiharu Ariza <ariza@adobe.com>
47386 Date:   Wed Jun 5 12:59:09 2019 -0700
47387
47388     fix build
47389
47390  src/hb-ot-font.cc           | 2 +-
47391  src/hb-ot-glyf-table.hh     | 8 ++++----
47392  src/hb-ot-hmtx-table.hh     | 2 +-
47393  src/hb-ot-var-gvar-table.hh | 6 +++---
47394  src/hb-ot-var-hvar-table.hh | 2 +-
47395  5 files changed, 10 insertions(+), 10 deletions(-)
47396
47397 commit c7439d4e3a76d596845aad4e4bc860bd61ee47e3
47398 Author: Behdad Esfahbod <behdad@behdad.org>
47399 Date:   Wed Jun 5 12:13:49 2019 -0700
47400
47401     Slightly massage buffer-messaging commit
47402     
47403     Saves a few bytes.
47404
47405  src/hb-buffer.cc | 3 ---
47406  src/hb-buffer.hh | 8 +++++++-
47407  2 files changed, 7 insertions(+), 4 deletions(-)
47408
47409 commit 4ddab6facc0c7ffe7623bf6449ab9b27166924a6
47410 Merge: 157a414bd 4b1b0bf2f
47411 Author: Michiharu Ariza <ariza@adobe.com>
47412 Date:   Wed Jun 5 11:21:27 2019 -0700
47413
47414     Merge branch 'master' into var-subset
47415
47416 commit 4b1b0bf2f51f806d3285a7e7dec378b9eab9333e
47417 Merge: 659eeddb2 815f002bb
47418 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47419 Date:   Wed Jun 5 12:57:28 2019 +0430
47420
47421     Merge pull request #1755 from ebraminio/slim
47422     
47423     Don't use vsnprintf when HB_NO_BUFFER_MESSAGE is defined
47424
47425 commit 815f002bb9230a52768a165383497cc98c58eadb
47426 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47427 Date:   Wed Jun 5 10:38:06 2019 +0430
47428
47429     Don't use vsnprintf when HB_NO_BUFFER_MESSAGE is defined
47430
47431  src/hb-buffer.cc | 5 ++++-
47432  src/hb-config.hh | 1 +
47433  2 files changed, 5 insertions(+), 1 deletion(-)
47434
47435 commit 659eeddb2df5b97cc01bd39e106381f65c9f41f1
47436 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
47437 Date:   Mon Jun 3 22:31:50 2019 +0700
47438
47439     Use C++11 override keyword.
47440
47441  util/hb-ot-shape-closure.cc |  2 +-
47442  util/options.hh             | 30 +++++++++++++++---------------
47443  2 files changed, 16 insertions(+), 16 deletions(-)
47444
47445 commit 2e16593b70688dfcee1788f38c6af03c5a589f6e
47446 Author: David Corbett <corbett.dav@husky.neu.edu>
47447 Date:   Sat Jun 1 20:54:46 2019 -0400
47448
47449     [myanmar] Make medial_group match the OT spec
47450     
47451     Sometime between [July 2018] and [January 2019], the OpenType Myanmar
47452     grammar changed: one asat is now allowed after a medial ya, before any
47453     other medial consonant.
47454     
47455     [July 2018]: http://web.archive.org/web/20180711011550/https://docs.microsoft.com/en-us/typography/script-development/myanmar
47456     [January 2019]: http://web.archive.org/web/20190115044451/https://docs.microsoft.com/en-us/typography/script-development/myanmar
47457     
47458     This also reverts commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91, which
47459     allowed an asat immediately after a medial ra.
47460
47461  src/hb-ot-shape-complex-myanmar-machine.hh | 249 +++++++++++++++--------------
47462  src/hb-ot-shape-complex-myanmar-machine.rl |   2 +-
47463  2 files changed, 129 insertions(+), 122 deletions(-)
47464
47465 commit 209491fc37c46281e063c3e6707d686d5f2b2ba4
47466 Author: Qunxin Liu <qxliu@google.com>
47467 Date:   Wed May 29 14:03:17 2019 -0700
47468
47469     [subset] Hmtx/vmtx tables to use subset2 and new iterator frameworks
47470
47471  src/hb-ot-hmtx-table.hh | 115 +++++++++++++++++++++++-------------------------
47472  src/hb-subset.cc        |   6 +--
47473  2 files changed, 59 insertions(+), 62 deletions(-)
47474
47475 commit 89a7a880a1d5cd5e585d43fdde6d44c6dba559cf
47476 Merge: 760eb1bf9 12febd68d
47477 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47478 Date:   Tue Jun 4 10:52:16 2019 +0430
47479
47480     Merge pull request #1747 from harfbuzz/cff2-fdselect-fix
47481     
47482     fixed faulty FDSelect::sanitize
47483
47484 commit 12febd68d694cc1bae44b0b672d88bf9fbe8568d
47485 Author: Michiharu Ariza <ariza@adobe.com>
47486 Date:   Mon Jun 3 16:40:03 2019 -0700
47487
47488     added parentheses to FDSelect::sanitize as well
47489
47490  src/hb-ot-cff-common.hh | 4 ++--
47491  1 file changed, 2 insertions(+), 2 deletions(-)
47492
47493 commit 65e66a2d371f42d018b1a22f31a6428d19a90284
47494 Author: Michiharu Ariza <ariza@adobe.com>
47495 Date:   Mon Jun 3 16:31:41 2019 -0700
47496
47497     added test data
47498
47499  ...zz-testcase-minimized-harfbuzz_fuzzer-6252118652092416 | Bin 0 -> 126 bytes
47500  1 file changed, 0 insertions(+), 0 deletions(-)
47501
47502 commit be82a2fc0c7ad3553f2e6dc8082a3255cb6c917c
47503 Author: Michiharu Ariza <ariza@adobe.com>
47504 Date:   Mon Jun 3 15:52:23 2019 -0700
47505
47506     parenthesized cond-exp in CFF2FDSelect::sanitize
47507
47508  src/hb-ot-cff2-table.hh | 4 ++--
47509  1 file changed, 2 insertions(+), 2 deletions(-)
47510
47511 commit 760eb1bf9398bd37103ca879e825fad9bef4bfdd
47512 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47513 Date:   Mon Jun 3 05:48:04 2019 -0700
47514
47515     Reapply possible bsearch overflow fix
47516     
47517     Originally introduced in 21ede86 (#1314) but as it wasn't applied to hb_bsearch
47518     accidentally removed while merging hb_bsearch_r to it.
47519
47520  src/hb-algs.hh | 2 +-
47521  1 file changed, 1 insertion(+), 1 deletion(-)
47522
47523 commit 5846884f86cae61c1b0c369c81427712fb97ed83
47524 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
47525 Date:   Mon Jun 3 15:00:25 2019 +0700
47526
47527     test: Use nullptr in C++ code. (#1744)
47528
47529  src/test-ot-color.cc             | 8 ++++----
47530  test/fuzzing/hb-shape-fuzzer.cc  | 6 +++---
47531  test/fuzzing/hb-subset-fuzzer.cc | 2 +-
47532  util/options-subset.cc           | 2 +-
47533  4 files changed, 9 insertions(+), 9 deletions(-)
47534
47535 commit 7c14b9014587e1423ef7481058e48dae84a65fce
47536 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47537 Date:   Sun Jun 2 13:51:26 2019 +0430
47538
47539     [ci] revert to xenial
47540     
47541     It should've done in a branch
47542
47543  .travis.yml | 2 +-
47544  1 file changed, 1 insertion(+), 1 deletion(-)
47545
47546 commit 8278ff7dce41e6694eba15a7c94a0c0eb3bca427
47547 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47548 Date:   Sun Jun 2 00:36:30 2019 +0430
47549
47550     minor
47551
47552  src/hb-algs.hh | 6 +++---
47553  1 file changed, 3 insertions(+), 3 deletions(-)
47554
47555 commit 33d38e793e2e4882337e5f42fbbae7d00d343940
47556 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47557 Date:   Sun Jun 2 00:19:57 2019 +0430
47558
47559     Use a unified bsearch (#1741)
47560     
47561     A part of #593
47562
47563  src/hb-aat-layout.cc        | 10 +++++-----
47564  src/hb-algs.hh              | 29 ++++-------------------------
47565  src/hb-ot-post-table.hh     |  4 ++--
47566  src/hb-ot-var-mvar-table.hh |  6 +++---
47567  4 files changed, 14 insertions(+), 35 deletions(-)
47568
47569 commit 97b92685775983a280f335423263a6a8d82c3941
47570 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47571 Date:   Sat Jun 1 21:25:09 2019 +0430
47572
47573     [ci] Downgrade Travis distribution upon Behdad request
47574
47575  .travis.yml | 2 +-
47576  1 file changed, 1 insertion(+), 1 deletion(-)
47577
47578 commit faf69e03f5ab9f3926442525f6c6e30fbc7a93d5
47579 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47580 Date:   Sat Jun 1 11:02:25 2019 +0430
47581
47582     [ci] Install ragel on appveyor mingw bots
47583     
47584     Hopefully autotools timestamps issues will go
47585
47586  appveyor.yml | 2 +-
47587  1 file changed, 1 insertion(+), 1 deletion(-)
47588
47589 commit c91f3fa3eaf77fa255292c779f88da4feaaae8a0
47590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47591 Date:   Sat Jun 1 10:55:37 2019 +0430
47592
47593     [dwrite] Replace REPLACEME with release version the symbol had
47594
47595  src/hb-directwrite.cc | 2 +-
47596  1 file changed, 1 insertion(+), 1 deletion(-)
47597
47598 commit 93c455567fe3d92a7efe65bf0e9ac2af794e2c4f
47599 Author: Behdad Esfahbod <behdad@behdad.org>
47600 Date:   Fri May 31 22:53:27 2019 -0700
47601
47602     2.5.1
47603
47604  NEWS             | 11 +++++++++++
47605  configure.ac     |  2 +-
47606  src/hb-version.h |  4 ++--
47607  3 files changed, 14 insertions(+), 3 deletions(-)
47608
47609 commit 10e3cb9246ab3d288af4effe484f4d8beb2243d6
47610 Author: Behdad Esfahbod <behdad@behdad.org>
47611 Date:   Fri May 31 22:56:37 2019 -0700
47612
47613     [docs] Fix dist
47614
47615  docs/Makefile.am | 1 +
47616  1 file changed, 1 insertion(+)
47617
47618 commit 619f5f1eb9e5e2a4f326f89c9e3e05b01f9c042f
47619 Author: Behdad Esfahbod <behdad@behdad.org>
47620 Date:   Fri May 31 22:31:35 2019 -0700
47621
47622     Fourth try at building VS bots
47623     
47624     Based on https://github.com/harfbuzz/harfbuzz/issues/1730#issuecomment-497151210
47625
47626  src/hb-algs.hh | 16 +++++++++++-----
47627  1 file changed, 11 insertions(+), 5 deletions(-)
47628
47629 commit f387a09742bd8e4a7a8da6db954339609839a113
47630 Author: Behdad Esfahbod <behdad@behdad.org>
47631 Date:   Fri May 31 22:12:23 2019 -0700
47632
47633     [ci] Disable VS 2013
47634     
47635     That one doesn't even understand constexpr.
47636
47637  appveyor.yml | 12 ++++++------
47638  1 file changed, 6 insertions(+), 6 deletions(-)
47639
47640 commit aba3888d933474a874d2f3ff02397b523846466c
47641 Author: Behdad Esfahbod <behdad@behdad.org>
47642 Date:   Fri May 31 22:11:27 2019 -0700
47643
47644     Third try at fixing VS build
47645     
47646     https://github.com/harfbuzz/harfbuzz/issues/1730
47647
47648  src/hb-algs.hh | 2 +-
47649  1 file changed, 1 insertion(+), 1 deletion(-)
47650
47651 commit 8aaecbb5832568135f6149254ed9e17ac4310341
47652 Author: Behdad Esfahbod <behdad@behdad.org>
47653 Date:   Fri May 31 21:41:40 2019 -0700
47654
47655     Second VS fix try
47656     
47657     https://github.com/harfbuzz/harfbuzz/issues/1730
47658
47659  src/hb-algs.hh | 4 ++--
47660  1 file changed, 2 insertions(+), 2 deletions(-)
47661
47662 commit 5a1b5c0a8b91a2291e7327e84acba2406a14414e
47663 Author: Behdad Esfahbod <behdad@behdad.org>
47664 Date:   Fri May 31 21:08:39 2019 -0700
47665
47666     Try fixing VS builds
47667     
47668     Hopefully fixes https://github.com/harfbuzz/harfbuzz/issues/1730
47669
47670  src/hb-algs.hh | 7 ++++++-
47671  1 file changed, 6 insertions(+), 1 deletion(-)
47672
47673 commit 66381fb73f21e8e3c1c14b196e64d1004be303c7
47674 Author: Behdad Esfahbod <behdad@behdad.org>
47675 Date:   Fri May 31 20:20:43 2019 -0700
47676
47677     [ci] Enable other versions of Visual Studio
47678     
47679     https://github.com/harfbuzz/harfbuzz/issues/1730
47680
47681  appveyor.yml | 44 ++++++++++++++++++++++++--------------------
47682  1 file changed, 24 insertions(+), 20 deletions(-)
47683
47684 commit 92fde3dea282d308fad2b8e93cd638aa813c6f2a
47685 Author: Behdad Esfahbod <behdad@behdad.org>
47686 Date:   Fri May 31 20:16:25 2019 -0700
47687
47688     Whitespace
47689
47690  src/hb-algs.hh | 8 ++++----
47691  1 file changed, 4 insertions(+), 4 deletions(-)
47692
47693 commit 49879adbfc57c3173a25bbc55afc0796ee71b6da
47694 Author: rsheeter <rsheeter@google.com>
47695 Date:   Fri May 31 15:14:44 2019 -0700
47696
47697     [subset] Correct calculation of max offset; fixes bug where loca would erroneously be short
47698
47699  src/hb-ot-glyf-table.hh | 5 ++++-
47700  1 file changed, 4 insertions(+), 1 deletion(-)
47701
47702 commit 2ad4ba7bc04fbbd886a2da6fbc55a4e13468d878
47703 Author: Behdad Esfahbod <behdad@behdad.org>
47704 Date:   Fri May 31 15:48:54 2019 -0700
47705
47706     [gsub] Minor
47707
47708  src/hb-ot-layout-gsub-table.hh | 40 +++++++++++++++++++++-------------------
47709  1 file changed, 21 insertions(+), 19 deletions(-)
47710
47711 commit 2dbdec66a17af94fffc50949e4712465aada9a68
47712 Author: Behdad Esfahbod <behdad@behdad.org>
47713 Date:   Fri May 31 15:38:11 2019 -0700
47714
47715     [gsub] Porting serialize to iterators
47716
47717  src/hb-ot-layout-gsub-table.hh | 15 ++++++++++-----
47718  1 file changed, 10 insertions(+), 5 deletions(-)
47719
47720 commit 1834cf86d40abfbb536db1edb366c90318ba49fc
47721 Author: Behdad Esfahbod <behdad@behdad.org>
47722 Date:   Fri May 31 14:39:32 2019 -0700
47723
47724     [serialize] Pass offset to serialize_subset()
47725
47726  src/hb-open-type.hh            | 14 +++++++++-----
47727  src/hb-ot-layout-common.hh     |  4 ++--
47728  src/hb-ot-layout-gdef-table.hh | 12 ++++++------
47729  src/hb-ot-layout-gsubgpos.hh   |  7 ++++---
47730  4 files changed, 21 insertions(+), 16 deletions(-)
47731
47732 commit 926044162472aeca8f5032b11b544d38be587110
47733 Author: Behdad Esfahbod <behdad@behdad.org>
47734 Date:   Fri May 31 14:34:34 2019 -0700
47735
47736     [serialize] Pass offset to serialize_copy()
47737
47738  src/hb-open-type.hh          | 12 ++++++++----
47739  src/hb-ot-layout-common.hh   |  4 ++--
47740  src/hb-ot-layout-gsubgpos.hh |  2 +-
47741  src/hb-ot-name-table.hh      |  2 +-
47742  4 files changed, 12 insertions(+), 8 deletions(-)
47743
47744 commit 87dd4bff1c42f1845fb3d11477e5de210121d48e
47745 Author: Behdad Esfahbod <behdad@behdad.org>
47746 Date:   Thu May 30 11:26:17 2019 -0400
47747
47748     [math] Rename HB_MATH_GLYPH_PART_FLAG_EXTENDER
47749     
47750     To HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER.  Added a deprecated macro.
47751     
47752     Fixes https://github.com/harfbuzz/harfbuzz/issues/1734
47753
47754  src/hb-ot-deprecated.h  |  4 ++++
47755  src/hb-ot-math-table.hh |  2 +-
47756  src/hb-ot-math.h        |  2 +-
47757  test/api/test-ot-math.c | 16 ++++++++--------
47758  4 files changed, 14 insertions(+), 10 deletions(-)
47759
47760 commit 88f9dab366491af144da316384991e74af443226
47761 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47762 Date:   Wed May 29 01:55:31 2019 +0430
47763
47764     [ci] Clean up and add disabled bots of other msvc versions (#1733)
47765
47766  appveyor.yml | 41 ++++++++++++++++++++++++++++++-----------
47767  1 file changed, 30 insertions(+), 11 deletions(-)
47768
47769 commit da9d43171ba4ae0a78c92e9de83498fd2f513c8b
47770 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
47771 Date:   Tue May 28 21:50:17 2019 +0700
47772
47773     Fix some typos.
47774
47775  docs/usermanual-clusters.xml        | 4 ++--
47776  docs/usermanual-fonts-and-faces.xml | 2 +-
47777  src/hb-ot-math.h                    | 2 +-
47778  3 files changed, 4 insertions(+), 4 deletions(-)
47779
47780 commit 8a133718472d152fa1f69ec52862b019b71b371f
47781 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47782 Date:   Tue May 28 13:54:45 2019 +0430
47783
47784     [test] minor, fix copyright
47785     
47786     nothing important, fixing a copy paste error inconsistency
47787
47788  test/api/test-aat-layout.c | 2 +-
47789  1 file changed, 1 insertion(+), 1 deletion(-)
47790
47791 commit 13316ac5d435f11c2c65fd2d762841a819afb639
47792 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47793 Date:   Tue May 28 13:48:39 2019 +0430
47794
47795     [test] minor style improve
47796
47797  test/subset/run-tests.py | 38 +++++++++++++++++++-------------------
47798  1 file changed, 19 insertions(+), 19 deletions(-)
47799
47800 commit d64fb9db520d77eb7bb40ceda4e20be5e602bf91
47801 Author: David Corbett <corbett.dav@husky.neu.edu>
47802 Date:   Sun May 26 11:05:54 2019 -0400
47803
47804     [use] Allow U+1A60 TAI THAM SIGN SAKOT after vowel
47805
47806  src/gen-use-table.py                               |   7 +-
47807  src/hb-ot-shape-complex-use-machine.hh             | 609 +++++++++++----------
47808  src/hb-ot-shape-complex-use-machine.rl             |  20 +-
47809  src/hb-ot-shape-complex-use-table.cc               |   4 +-
47810  src/hb-ot-shape-complex-use.cc                     |   3 +
47811  src/hb-ot-shape-complex-use.hh                     |   2 +
47812  .../3cc01fede4debd4b7794ccb1b16cdb9987ea7571.ttf   | Bin 0 -> 1144 bytes
47813  .../fd565cabd5208d345d0ed4fda7ae742917d846a5.ttf   | Bin 1056 -> 0 bytes
47814  .../shaping/data/in-house/tests/use-syllable.tests |   5 +-
47815  9 files changed, 351 insertions(+), 299 deletions(-)
47816
47817 commit 179570d4cae9aefcd91d540b8865a81d569b3358
47818 Author: Behdad Esfahbod <behdad@behdad.org>
47819 Date:   Mon May 27 13:08:07 2019 -0400
47820
47821     [atomic] Fix warning, second time
47822     
47823     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1554306
47824
47825  src/hb-atomic.hh | 2 +-
47826  1 file changed, 1 insertion(+), 1 deletion(-)
47827
47828 commit ad17a8bdd571c7b275f9735e3602a8068f12934f
47829 Author: Behdad Esfahbod <behdad@behdad.org>
47830 Date:   Sat May 25 16:33:21 2019 -0400
47831
47832     [ucd] Update for latest packTab
47833
47834  src/gen-ucd-table.py | 6 +++---
47835  1 file changed, 3 insertions(+), 3 deletions(-)
47836
47837 commit 771712b3ca97035ba5690e65bd7e63a852286159
47838 Author: Behdad Esfahbod <behdad@behdad.org>
47839 Date:   Sat May 25 15:58:45 2019 -0400
47840
47841     [ucd] Update for recent packTab
47842     
47843     No need for separate youseedy package.
47844
47845  src/gen-ucd-table.py | 8 ++++----
47846  1 file changed, 4 insertions(+), 4 deletions(-)
47847
47848 commit 52aa6c57c5a4b18807a1329549dface90b148f22
47849 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47850 Date:   Sat May 25 22:55:06 2019 +0430
47851
47852     [ci] minor
47853
47854  .circleci/config.yml | 4 ++--
47855  1 file changed, 2 insertions(+), 2 deletions(-)
47856
47857 commit 9b75da4299adb5487519ddf96e99949b1dad2d5c
47858 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47859 Date:   Sat May 25 22:46:10 2019 +0430
47860
47861     [ci] minor
47862
47863  .circleci/config.yml | 2 ++
47864  1 file changed, 2 insertions(+)
47865
47866 commit 9158cab3f9f9e1a4941c1dbf0aa71455ceb00da6
47867 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47868 Date:   Sat May 25 22:33:02 2019 +0430
47869
47870     [ci] Store dist-win result instead
47871
47872  .circleci/config.yml | 11 +++++------
47873  1 file changed, 5 insertions(+), 6 deletions(-)
47874
47875 commit 85b68a42af541bc91f2851389ac09b012a6d3aa1
47876 Author: Behdad Esfahbod <behdad@behdad.org>
47877 Date:   Sat May 25 12:59:01 2019 -0400
47878
47879     [atomic] Fix warnings
47880     
47881     https://bugzilla.mozilla.org/show_bug.cgi?id=1554306
47882
47883  src/hb-atomic.hh | 2 +-
47884  1 file changed, 1 insertion(+), 1 deletion(-)
47885
47886 commit 941c1b6d711b8528d0f5faa5655b09ea74f7dfb4
47887 Author: Behdad Esfahbod <behdad@behdad.org>
47888 Date:   Sat May 25 12:52:16 2019 -0400
47889
47890     [mingw] Update instructions
47891     
47892     https://github.com/harfbuzz/harfbuzz/issues/1728
47893
47894  RELEASING.md | 2 +-
47895  1 file changed, 1 insertion(+), 1 deletion(-)
47896
47897 commit 210f93c143d0fa2a7b293a6ffd138b3e01cab7c0
47898 Author: Behdad Esfahbod <behdad@behdad.org>
47899 Date:   Sat May 25 12:49:20 2019 -0400
47900
47901     [mutex] Prefer pthread over windows
47902     
47903     https://github.com/harfbuzz/harfbuzz/issues/1728
47904
47905  src/hb-mutex.hh | 22 +++++++++++-----------
47906  1 file changed, 11 insertions(+), 11 deletions(-)
47907
47908 commit a5d1b0bdaa0183e2bd310640f5867426096e0b18
47909 Author: Behdad Esfahbod <behdad@behdad.org>
47910 Date:   Sat May 25 12:45:40 2019 -0400
47911
47912     Look for pthread even if win32
47913     
47914     https://github.com/harfbuzz/harfbuzz/issues/1728
47915
47916  configure.ac | 4 +---
47917  1 file changed, 1 insertion(+), 3 deletions(-)
47918
47919 commit f3b132187fc734cbb3705b405361c8bad9a72582
47920 Author: Behdad Esfahbod <behdad@behdad.org>
47921 Date:   Sat May 25 12:42:38 2019 -0400
47922
47923     [mingw] Some more tweaks
47924     
47925     It now survives ./config.status --recheck as well.
47926     
47927     https://github.com/harfbuzz/harfbuzz/issues/1728
47928
47929  mingw-configure.sh | 37 ++++++++++++++++++-------------------
47930  mingw32.sh         |  2 +-
47931  mingw64.sh         |  2 +-
47932  3 files changed, 20 insertions(+), 21 deletions(-)
47933
47934 commit c41ed54b169c16fb9862e88ddf127ae68c1561e9
47935 Author: Behdad Esfahbod <behdad@behdad.org>
47936 Date:   Sat May 25 12:35:09 2019 -0400
47937
47938     [mingw] Add "make dist-win" to toplevel Makefile
47939
47940  Makefile.am | 16 +++++++++++++---
47941  1 file changed, 13 insertions(+), 3 deletions(-)
47942
47943 commit a0a75a7c701932f4533b104eeb3c6087d01aa2ae
47944 Author: Behdad Esfahbod <behdad@behdad.org>
47945 Date:   Sat May 25 12:16:28 2019 -0400
47946
47947     [mingw] More
47948
47949  Makefile.am        |  8 +++++++-
47950  mingw-configure.sh | 29 +++++++++++++++++++++++++++++
47951  mingw32.sh         | 25 ++-----------------------
47952  mingw64.sh         | 25 ++-----------------------
47953  4 files changed, 40 insertions(+), 47 deletions(-)
47954
47955 commit 309a9d8ffb499f89738864acef596685ca495150
47956 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47957 Date:   Sat May 25 20:40:03 2019 +0430
47958
47959     [ci] Remove --without-icu now that we have it in ./mingw{32,64} scripts
47960
47961  .circleci/config.yml | 4 ++--
47962  1 file changed, 2 insertions(+), 2 deletions(-)
47963
47964 commit ccfe642c0cdc9fbc8280669e3e8b01dc5eb682d8
47965 Author: Behdad Esfahbod <behdad@behdad.org>
47966 Date:   Sat May 25 12:08:05 2019 -0400
47967
47968     [mingw] Force off ICU
47969     
47970     If cross-compiled ICU is not available, we might end up finding the
47971     native ICU via icu-config.  That's distracting.
47972
47973  mingw32.sh | 2 +-
47974  mingw64.sh | 2 +-
47975  2 files changed, 2 insertions(+), 2 deletions(-)
47976
47977 commit 0e6b7f7cd51d7376f21a422881cb4eb542360b0b
47978 Author: Ebrahim Byagowi <ebrahim@gnu.org>
47979 Date:   Sat May 25 20:27:29 2019 +0430
47980
47981     [ci] Build mingw on Fedora and store .exe outputs
47982
47983  .circleci/config.yml | 16 ++++++++++++----
47984  1 file changed, 12 insertions(+), 4 deletions(-)
47985
47986 commit 7b716cbbe6de2902ca6b1f67024b3f8cdb41340c
47987 Author: Behdad Esfahbod <behdad@behdad.org>
47988 Date:   Sat May 25 11:37:23 2019 -0400
47989
47990     [ming2] Update instructions
47991     
47992     Part of https://github.com/harfbuzz/harfbuzz/issues/1728
47993     
47994     Only left to write how to create a win32 bundle.
47995
47996  README.mingw.md | 44 ++++++++++++++++++++++++++------------------
47997  RELEASING.md    | 54 ++++++------------------------------------------------
47998  2 files changed, 32 insertions(+), 66 deletions(-)
47999
48000 commit 77a1b6b7c3bd5490ffa5bb48a8b52d9c4c18e669
48001 Author: Behdad Esfahbod <behdad@behdad.org>
48002 Date:   Sat May 25 11:18:40 2019 -0400
48003
48004     [mingw] Rename README.wine
48005
48006  Makefile.am                       | 2 +-
48007  README.wine.md => README.mingw.md | 0
48008  2 files changed, 1 insertion(+), 1 deletion(-)
48009
48010 commit c68b4264880c0f99bcb579345e51ce54e799655b
48011 Author: Behdad Esfahbod <behdad@behdad.org>
48012 Date:   Sat May 25 11:17:56 2019 -0400
48013
48014     [mingw] Update for recent change
48015
48016  README.wine.md | 2 +-
48017  RELEASING.md   | 4 ++--
48018  2 files changed, 3 insertions(+), 3 deletions(-)
48019
48020 commit 5cf2e648a67e1af20a23e010c86e8812a74ff7a4
48021 Author: Behdad Esfahbod <behdad@behdad.org>
48022 Date:   Sat May 25 11:15:15 2019 -0400
48023
48024     [mingw] Update for Fedora mingw installation location
48025     
48026     Also adds --with-uniscribe by default.
48027     
48028     Part of https://github.com/harfbuzz/harfbuzz/issues/1728
48029
48030  mingw32.sh | 9 +++++----
48031  mingw64.sh | 9 +++++----
48032  2 files changed, 10 insertions(+), 8 deletions(-)
48033
48034 commit e7ed85de95d3ccdb674ec5a30ae66d53cea74b3a
48035 Merge: f93a5e6a7 97ba206be
48036 Author: n8willis <n8willis@users.noreply.github.com>
48037 Date:   Sat May 25 16:05:07 2019 +0100
48038
48039     Merge pull request #1691 from n8willis/usermanual-shaping
48040     
48041     Usermanual: Add new chapters.
48042
48043 commit 97ba206bed341dc7c915a86531512b1e0617303d
48044 Author: Nathan Willis <nwillis@glyphography.com>
48045 Date:   Sat May 25 12:26:50 2019 +0100
48046
48047     Usermanual; minor.
48048
48049  ...usermanual-buffers-language-script-and-direction.xml |  2 +-
48050  docs/usermanual-opentype-features.xml                   | 17 ++++++++++-------
48051  2 files changed, 11 insertions(+), 8 deletions(-)
48052
48053 commit f93a5e6a7dad4fde2bf61c241bf32da678525c8b
48054 Author: Behdad Esfahbod <behdad@behdad.org>
48055 Date:   Fri May 24 17:02:38 2019 -0400
48056
48057     [win] Add mingw-ldd.py
48058     
48059     Part of https://github.com/harfbuzz/harfbuzz/issues/1728
48060
48061  mingw-ldd.py | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
48062  1 file changed, 58 insertions(+)
48063
48064 commit 5fd3ece5237ac6a4ee95b2665b5e20102ed176bb
48065 Author: Behdad Esfahbod <behdad@behdad.org>
48066 Date:   Fri May 24 15:56:15 2019 -0400
48067
48068     2.5.0
48069
48070  Makefile.am      |  2 +-
48071  NEWS             | 14 ++++++++++++++
48072  configure.ac     |  2 +-
48073  src/hb-version.h |  4 ++--
48074  4 files changed, 18 insertions(+), 4 deletions(-)
48075
48076 commit 1da089179b9bd06f071f967d128819e85998b809
48077 Author: Behdad Esfahbod <behdad@behdad.org>
48078 Date:   Fri May 24 15:41:34 2019 -0400
48079
48080     Put back Since: tags for hb_color_get_*
48081
48082  src/hb-common.cc | 8 ++++----
48083  1 file changed, 4 insertions(+), 4 deletions(-)
48084
48085 commit dd5ad6b6b5aed3db62bc03b89acf90c68795edb4
48086 Author: Nathan Willis <nwillis@glyphography.com>
48087 Date:   Fri May 24 20:30:22 2019 +0100
48088
48089     Usermanual-buffers-chapter: trim out fallback-of-ufuncs talk and just mention that stuff exists if you care to go find it.
48090
48091  docs/usermanual-buffers-language-script-and-direction.xml | 13 +++++++------
48092  1 file changed, 7 insertions(+), 6 deletions(-)
48093
48094 commit e1a5ce6aa661251e998df7b3612a1d5d39e28827
48095 Author: Qunxin Liu <qxliu@google.com>
48096 Date:   Fri May 24 10:58:52 2019 -0700
48097
48098     Fix fuzzer crash testcase
48099     
48100     Add a check for stringOffSet(uint16) overflow,
48101     return early if overflow happens
48102
48103  src/hb-ot-name-table.hh                                |   2 +-
48104  ...estcase-minimized-hb-subset-fuzzer-5077547978588160 | Bin 0 -> 339602 bytes
48105  ...estcase-minimized-hb-subset-fuzzer-5761434614497280 | Bin 0 -> 532 bytes
48106  3 files changed, 1 insertion(+), 1 deletion(-)
48107
48108 commit 240540ff9a463cf386ae5755471a5621b94290df
48109 Author: Nathan Willis <nwillis@glyphography.com>
48110 Date:   Fri May 24 20:13:35 2019 +0100
48111
48112     Usermanual-buffers-chapter: explain ICU fallback for Ufuncs.
48113
48114  docs/usermanual-buffers-language-script-and-direction.xml | 4 +++-
48115  1 file changed, 3 insertions(+), 1 deletion(-)
48116
48117 commit d100ccad02b038719472b2cc733940ffb0374cd1
48118 Author: David Corbett <corbett.dav@husky.neu.edu>
48119 Date:   Sun May 19 10:01:20 2019 -0400
48120
48121     [use] Allow multiple FMs in a cluster
48122
48123  src/gen-use-table.py                   |  12 +-
48124  src/hb-ot-shape-complex-use-machine.hh | 567 ++++++++++++++++-----------------
48125  src/hb-ot-shape-complex-use-machine.rl |  14 +-
48126  src/hb-ot-shape-complex-use-table.cc   |  38 ++-
48127  src/hb-ot-shape-complex-use.hh         |  11 +-
48128  5 files changed, 315 insertions(+), 327 deletions(-)
48129
48130 commit 322df806eef74247c8bf0da200a2cde29133950e
48131 Author: Nathan Willis <nwillis@glyphography.com>
48132 Date:   Fri May 24 19:49:19 2019 +0100
48133
48134     [Docs] Usermanual: integration chapter; add GI-Python section.
48135
48136  docs/usermanual-integration.xml | 35 +++++++++++++++++++++++------------
48137  1 file changed, 23 insertions(+), 12 deletions(-)
48138
48139 commit 487879e013758aef2c7f824033a40cd56361d240
48140 Author: Behdad Esfahbod <behdad@behdad.org>
48141 Date:   Fri May 24 12:37:53 2019 -0400
48142
48143     Don't compile in UCD if HB_NO_UCD defined
48144
48145  src/hb-ucd.cc | 3 +++
48146  1 file changed, 3 insertions(+)
48147
48148 commit 1fffe51a295b6106a442bed8107d305c325bef05
48149 Author: Behdad Esfahbod <behdad@behdad.org>
48150 Date:   Fri May 24 10:52:09 2019 -0400
48151
48152     [blob] Shuffle
48153
48154  src/hb-blob.h | 6 +++---
48155  1 file changed, 3 insertions(+), 3 deletions(-)
48156
48157 commit 773c85f343e8958daf271d91d64033514289c236
48158 Author: Nathan Willis <nwillis@glyphography.com>
48159 Date:   Fri May 24 19:23:19 2019 +0100
48160
48161     [Docs] Usermanual: integration chapter; add ICU section.
48162
48163  docs/usermanual-integration.xml | 47 +++++++++++++++++++++++++++++++++++++++--
48164  1 file changed, 45 insertions(+), 2 deletions(-)
48165
48166 commit 96de94768b08287325be8947255917502368c337
48167 Merge: c96c6b287 1197bef26
48168 Author: rsheeter <rsheeter@google.com>
48169 Date:   Fri May 24 11:22:41 2019 -0700
48170
48171     Merge pull request #1722 from googlefonts/glyf
48172     
48173     [subset] Use iterators in glyf/loca subsetting
48174
48175 commit 1197bef26c63ee896bea3fab5788635cb0fc9d18
48176 Author: Rod Sheeter <rsheeter@google.com>
48177 Date:   Fri May 24 10:52:49 2019 -0700
48178
48179     [subset] Per code review, use hb_array to avoid duplicated type name
48180
48181  src/hb-ot-glyf-table.hh | 4 ++--
48182  1 file changed, 2 insertions(+), 2 deletions(-)
48183
48184 commit c0bb66ecbff712221fb7c97f628ed026926229b2
48185 Author: Nathan Willis <nwillis@glyphography.com>
48186 Date:   Fri May 24 18:49:40 2019 +0100
48187
48188     [Docs] Usermanual: integration chapter; add CoreText/Mac section.
48189
48190  docs/usermanual-integration.xml | 107 +++++++++++++++++++++++++++++++++-------
48191  1 file changed, 89 insertions(+), 18 deletions(-)
48192
48193 commit e66253283385aa67eb9c5ab627139a56f9ae5a71
48194 Author: Rod Sheeter <rsheeter@google.com>
48195 Date:   Fri May 24 10:39:56 2019 -0700
48196
48197     [subset] Cppcheck complaints
48198
48199  test/api/hb-test.h | 4 ++--
48200  1 file changed, 2 insertions(+), 2 deletions(-)
48201
48202 commit 13b3cd307e7dedea3b419fb06d81a008e49ccff6
48203 Author: Rod Sheeter <rsheeter@google.com>
48204 Date:   Fri May 24 10:10:12 2019 -0700
48205
48206     [subset] Address @behdad review feedback
48207
48208  src/hb-ot-glyf-table.hh | 18 ++++++++----------
48209  1 file changed, 8 insertions(+), 10 deletions(-)
48210
48211 commit dd1c7656a5918702a81bc3aaf66e0e54fdb3c545
48212 Author: Nathan Willis <nwillis@glyphography.com>
48213 Date:   Fri May 24 14:30:15 2019 +0100
48214
48215     [Docs] Usermanual: integration chapter; add Uniscribe/Windows section.
48216
48217  docs/usermanual-integration.xml | 110 ++++++++++++++++++++++++++++++++++++++--
48218  1 file changed, 105 insertions(+), 5 deletions(-)
48219
48220 commit 2da567e7b69da95738015b445901afb00094d92b
48221 Author: Nathan Willis <nwillis@glyphography.com>
48222 Date:   Fri May 24 11:13:53 2019 +0100
48223
48224     [Docs] Usermanual: platform integration chapter; add intro, GLib, FreeType sections. Update XML TOCs to match.
48225
48226  docs/Makefile.am                |   1 +
48227  docs/harfbuzz-docs.xml          |   1 +
48228  docs/usermanual-integration.xml | 365 ++++++++++++++++++++++++++++++++++++++++
48229  3 files changed, 367 insertions(+)
48230
48231 commit c96c6b287ff1d96da6a50a8cb3f641fe8705e5f7
48232 Author: Behdad Esfahbod <behdad@behdad.org>
48233 Date:   Thu May 23 21:37:17 2019 -0400
48234
48235     One more
48236
48237  .circleci/config.yml | 2 +-
48238  1 file changed, 1 insertion(+), 1 deletion(-)
48239
48240 commit b567d4ea14cc6ec0e8efc64a4993a9b0461adb20
48241 Author: Behdad Esfahbod <behdad@behdad.org>
48242 Date:   Thu May 23 21:36:42 2019 -0400
48243
48244     Fix build after UCDN -> UCD
48245
48246  CMakeLists.txt                       | 14 --------------
48247  configure.ac                         | 18 +-----------------
48248  docs/usermanual-install-harfbuzz.xml | 34 ++++++++--------------------------
48249  3 files changed, 9 insertions(+), 57 deletions(-)
48250
48251 commit 226ab06ec110f4cbd56b39ce0d05d349dfec35b9
48252 Author: Behdad Esfahbod <behdad@behdad.org>
48253 Date:   Thu May 23 20:39:04 2019 -0400
48254
48255     [ucd] Add URL to dependencies
48256
48257  src/gen-ucd-table.py | 3 +++
48258  1 file changed, 3 insertions(+)
48259
48260 commit 65392b734e38668b870b1ffcbfb4b42ec289ef58
48261 Author: Behdad Esfahbod <behdad@behdad.org>
48262 Date:   Wed May 22 16:21:21 2019 -0400
48263
48264     [ucdn] Replace UCDN with a new UCD implementation
48265     
48266     UCDN was ~120kb of data.  New implementatoin is 69kb in default builds,
48267     and 49kb if built with HB_OPTIMIZE_SIZE or __OPTIMIZE_SIZE__.  The
48268     latter automatically enabled if built with -Os or -Oz.
48269     
48270     There's room to shave off another 10kb or 20kb.  That will follow later.
48271     
48272     Fixes https://github.com/harfbuzz/harfbuzz/issues/1652
48273
48274  src/Makefile.am              |   11 -
48275  src/Makefile.sources         |    5 +-
48276  src/gen-ucd-table.py         |   11 +-
48277  src/hb-algs.hh               |    8 +
48278  src/hb-ot-layout.cc          |   76 +-
48279  src/hb-ucd-table.hh          | 5160 +++++++++++++++++++++++++++++++++++++
48280  src/hb-ucd.cc                |  209 ++
48281  src/hb-ucdn.cc               |  272 --
48282  src/hb-ucdn/COPYING          |   13 -
48283  src/hb-ucdn/Makefile.am      |   16 -
48284  src/hb-ucdn/Makefile.sources |    7 -
48285  src/hb-ucdn/README           |   40 -
48286  src/hb-ucdn/ucdn.c           |  361 ---
48287  src/hb-ucdn/ucdn.h           |  472 ----
48288  src/hb-ucdn/ucdn_db.h        | 5790 ------------------------------------------
48289  src/hb-unicode.cc            |    8 +-
48290  16 files changed, 5427 insertions(+), 7032 deletions(-)
48291
48292 commit 12c59f6c40401c8221facc5d0aed63f510a77dd7
48293 Author: Behdad Esfahbod <behdad@behdad.org>
48294 Date:   Thu May 23 13:33:21 2019 -0400
48295
48296     [deprecated] Minor
48297
48298  src/hb-deprecated.h | 2 +-
48299  1 file changed, 1 insertion(+), 1 deletion(-)
48300
48301 commit 36dee9221f8de3a2a6a23f0548460aab4982b594
48302 Author: Behdad Esfahbod <behdad@behdad.org>
48303 Date:   Wed May 22 15:51:53 2019 -0400
48304
48305     [gen-ucd] Rename
48306
48307  src/Makefile.am                      | 1 +
48308  src/{gen-ucd.py => gen-ucd-table.py} | 0
48309  2 files changed, 1 insertion(+)
48310
48311 commit 831c213501fc38229755be7958b2952fe0cdff0e
48312 Author: Behdad Esfahbod <behdad@behdad.org>
48313 Date:   Wed May 22 15:46:19 2019 -0400
48314
48315     [gen-ucd] Minor
48316
48317  src/gen-ucd.py | 30 +++++++++++++++++++++++++++---
48318  1 file changed, 27 insertions(+), 3 deletions(-)
48319
48320 commit 15a9e32b566fbf6f4a2c6fd488d8cc3865234b17
48321 Merge: 993d81b9c ff7fc6d48
48322 Author: Ebrahim Byagowi <ebrahim@gnu.org>
48323 Date:   Thu May 23 11:02:15 2019 +0430
48324
48325     Merge pull request #1723 from googlefonts/drop_tables
48326     
48327     [subset] Add morx, mort, kern, and kernx to the default layout tables…
48328
48329 commit ff7fc6d488f37e3faaca4986cde35836f013b03f
48330 Author: Garret Rieger <grieger@google.com>
48331 Date:   Wed May 22 17:36:16 2019 -0700
48332
48333     [subset] Add morx, mort, kern, and kernx to the default layout tables drop list.
48334
48335  src/hb-subset-input.cc | 4 ++++
48336  src/hb-subset.cc       | 4 ++++
48337  2 files changed, 8 insertions(+)
48338
48339 commit 993d81b9c57f2e27d80d276953b0430821129425
48340 Author: Qunxin Liu <qxliu@google.com>
48341 Date:   Tue May 14 13:55:11 2019 -0700
48342
48343     [subset] Add one ttf file with fvar/STAT tables to integration test
48344     Ignore gvar/MVAR/HVAR table
48345     add support for --nameIDs=* option
48346
48347  src/hb-ot-cmap-table.hh                            |  27 +++++++++++++++++----
48348  src/hb-ot-stat-table.hh                            |   2 +-
48349  src/hb-subset-input.cc                             |   1 +
48350  src/hb-subset-plan.cc                              |   6 +----
48351  test/api/hb-subset-test.h                          |   2 +-
48352  .../Comfortaa-Regular-new.default.61,62,63.ttf     | Bin 0 -> 6492 bytes
48353  .../basics/Comfortaa-Regular-new.default.61,63.ttf | Bin 0 -> 6316 bytes
48354  .../basics/Comfortaa-Regular-new.default.61.ttf    | Bin 0 -> 6148 bytes
48355  .../basics/Comfortaa-Regular-new.default.62.ttf    | Bin 0 -> 6088 bytes
48356  .../basics/Comfortaa-Regular-new.default.63.ttf    | Bin 0 -> 6068 bytes
48357  ...Regular-new.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 3284 bytes
48358  ...aa-Regular-new.drop-hints-retain-gids.61,63.ttf | Bin 0 -> 3164 bytes
48359  ...ortaa-Regular-new.drop-hints-retain-gids.61.ttf | Bin 0 -> 2868 bytes
48360  ...ortaa-Regular-new.drop-hints-retain-gids.62.ttf | Bin 0 -> 3020 bytes
48361  ...ortaa-Regular-new.drop-hints-retain-gids.63.ttf | Bin 0 -> 3024 bytes
48362  .../Comfortaa-Regular-new.drop-hints.61,62,63.ttf  | Bin 0 -> 1952 bytes
48363  .../Comfortaa-Regular-new.drop-hints.61,63.ttf     | Bin 0 -> 1832 bytes
48364  .../basics/Comfortaa-Regular-new.drop-hints.61.ttf | Bin 0 -> 1704 bytes
48365  .../basics/Comfortaa-Regular-new.drop-hints.62.ttf | Bin 0 -> 1688 bytes
48366  .../basics/Comfortaa-Regular-new.drop-hints.63.ttf | Bin 0 -> 1688 bytes
48367  .../Comfortaa-Regular-new.name-ids.61,62,63.ttf    | Bin 0 -> 6236 bytes
48368  .../Comfortaa-Regular-new.name-ids.61,63.ttf       | Bin 0 -> 6060 bytes
48369  .../basics/Comfortaa-Regular-new.name-ids.61.ttf   | Bin 0 -> 5892 bytes
48370  .../basics/Comfortaa-Regular-new.name-ids.62.ttf   | Bin 0 -> 5832 bytes
48371  .../basics/Comfortaa-Regular-new.name-ids.63.ttf   | Bin 0 -> 5812 bytes
48372  .../Comfortaa-Regular-new.retain-gids.61,62,63.ttf | Bin 0 -> 7824 bytes
48373  .../Comfortaa-Regular-new.retain-gids.61,63.ttf    | Bin 0 -> 7648 bytes
48374  .../Comfortaa-Regular-new.retain-gids.61.ttf       | Bin 0 -> 7312 bytes
48375  .../Comfortaa-Regular-new.retain-gids.62.ttf       | Bin 0 -> 7420 bytes
48376  .../Comfortaa-Regular-new.retain-gids.63.ttf       | Bin 0 -> 7404 bytes
48377  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 3784 -> 2384 bytes
48378  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin 3496 -> 2096 bytes
48379  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin 3612 -> 2212 bytes
48380  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 33516 -> 32124 bytes
48381  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 31080 -> 29688 bytes
48382  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34708 -> 33316 bytes
48383  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 3640 -> 2240 bytes
48384  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 3400 -> 2000 bytes
48385  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3596 -> 2196 bytes
48386  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 33352 -> 31960 bytes
48387  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 30956 -> 29564 bytes
48388  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34560 -> 33168 bytes
48389  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin 3480 -> 2080 bytes
48390  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 3288 -> 1876 bytes
48391  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin 3448 -> 2048 bytes
48392  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 33448 -> 32052 bytes
48393  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 31028 -> 29632 bytes
48394  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 34576 -> 33180 bytes
48395  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3564 -> 2164 bytes
48396  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin 3340 -> 1940 bytes
48397  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 3464 -> 2064 bytes
48398  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 33668 -> 32276 bytes
48399  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 31180 -> 29788 bytes
48400  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34724 -> 33332 bytes
48401  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf  | Bin 3772 -> 3164 bytes
48402  .../full-font/Roboto-Regular.default.61,62,63.ttf  | Bin 3368 -> 2760 bytes
48403  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf      | Bin 3732 -> 3124 bytes
48404  ...oboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf | Bin 2224 -> 1616 bytes
48405  .../Roboto-Regular.drop-hints.61,62,63.ttf         | Bin 2016 -> 1408 bytes
48406  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf   | Bin 2252 -> 1644 bytes
48407  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3112 -> 2684 bytes
48408  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3356 -> 2928 bytes
48409  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2656 -> 2228 bytes
48410  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3652 -> 3224 bytes
48411  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 2396 -> 1968 bytes
48412  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2384 -> 1956 bytes
48413  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2628 -> 2200 bytes
48414  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1928 -> 1500 bytes
48415  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2924 -> 2496 bytes
48416  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1668 -> 1240 bytes
48417  test/subset/data/fonts/Comfortaa-Regular-new.ttf   | Bin 0 -> 230316 bytes
48418  test/subset/data/tests/basics.tests                |   1 +
48419  test/subset/generate-expected-outputs.py           |   3 +--
48420  test/subset/run-tests.py                           |   3 ++-
48421  util/options-subset.cc                             |  23 +++++++++++++++---
48422  75 files changed, 50 insertions(+), 18 deletions(-)
48423
48424 commit 58ce477ac170969430310750b78dcb5f9e3b06a3
48425 Author: Rod Sheeter <rsheeter@google.com>
48426 Date:   Tue May 21 20:22:40 2019 -0700
48427
48428     [subset] Report failure more often
48429
48430  src/hb-ot-glyf-table.hh | 6 +++---
48431  1 file changed, 3 insertions(+), 3 deletions(-)
48432
48433 commit 51a0129f7322e97825455df4eb6eecfea14980f5
48434 Author: Rod Sheeter <rsheeter@google.com>
48435 Date:   Tue May 21 20:12:19 2019 -0700
48436
48437     [subset] Thar be comparison of integers of different signs
48438
48439  test/api/hb-test.h | 2 +-
48440  1 file changed, 1 insertion(+), 1 deletion(-)
48441
48442 commit 14e3b0cf41d9657c39f1f921f7e09a1418fa3278
48443 Author: Rod Sheeter <rsheeter@google.com>
48444 Date:   Tue May 21 20:09:36 2019 -0700
48445
48446     [subset] Code review feedback
48447
48448  src/hb-ot-glyf-table.hh | 53 +++++++++++++++++++++++++------------------------
48449  1 file changed, 27 insertions(+), 26 deletions(-)
48450
48451 commit a03ed95e7d50b9dd947e8982c7730de969795b05
48452 Author: Behdad Esfahbod <behdad@behdad.org>
48453 Date:   Tue May 21 16:43:14 2019 -0400
48454
48455     [gen-ucd] Generate decomposition tables
48456     
48457     Code is ugly.  Ugh.
48458
48459  src/gen-ucd.py | 40 ++++++++++++++++++++--------------------
48460  1 file changed, 20 insertions(+), 20 deletions(-)
48461
48462 commit 8a48c88fa9fe047a83ba4a45dbd6399412ca3302
48463 Author: Behdad Esfahbod <behdad@behdad.org>
48464 Date:   Tue May 21 13:02:54 2019 -0400
48465
48466     [gen-ucd] Comment
48467
48468  src/gen-ucd.py | 4 ++++
48469  1 file changed, 4 insertions(+)
48470
48471 commit b71d353cee89a6654810f75e7a1d7fd156b76faa
48472 Author: Behdad Esfahbod <behdad@behdad.org>
48473 Date:   Mon May 20 17:33:55 2019 -0400
48474
48475     [gen-ucd] Remove some code
48476
48477  src/gen-ucd.py | 7 -------
48478  1 file changed, 7 deletions(-)
48479
48480 commit 4ea44112b5163591ce0b086e0d13ec368f4f6ddc
48481 Author: Rod Sheeter <rsheeter@google.com>
48482 Date:   Tue May 21 13:07:43 2019 -0700
48483
48484     [subset] Remove missed reference to hb-subset-glyf, was deleted
48485
48486  src/Makefile.sources | 1 -
48487  1 file changed, 1 deletion(-)
48488
48489 commit b928de91a755788fd0fad9fa0f5f03c5670ac6a3
48490 Author: Garret Rieger <grieger@google.com>
48491 Date:   Tue May 21 11:23:26 2019 -0700
48492
48493     [subset] Add test/subset/data/expected/layout to dist list.
48494
48495  test/subset/data/Makefile.am | 1 +
48496  1 file changed, 1 insertion(+)
48497
48498 commit 0af9de13b78ddd35f58ee02ce8ffeffd99509ec5
48499 Author: Garret Rieger <grieger@google.com>
48500 Date:   Mon May 20 15:04:20 2019 -0700
48501
48502     [subset] For gsub subsetting only consider glyphs reachable via gsub closure.
48503
48504  src/hb-ot-layout-gsub-table.hh |  4 +--
48505  src/hb-subset-plan.cc          | 55 ++++++++++++++++++++----------------------
48506  src/hb-subset-plan.hh          | 10 ++++++++
48507  3 files changed, 38 insertions(+), 31 deletions(-)
48508
48509 commit c740c8636b48b1790bba42445a301e8e1cf8f749
48510 Author: Garret Rieger <grieger@google.com>
48511 Date:   Thu May 16 10:57:33 2019 -0700
48512
48513     [subset] Add integration tests for SingleSubst.
48514
48515  test/subset/data/Makefile.sources                      |   1 +
48516  ...ular.smallcaps.keep-layout-retain-gids.41,42,43.ttf | Bin 0 -> 6780 bytes
48517  ...Regular.smallcaps.keep-layout-retain-gids.41,43.ttf | Bin 0 -> 6396 bytes
48518  ...to-Regular.smallcaps.keep-layout-retain-gids.41.ttf | Bin 0 -> 6032 bytes
48519  ...to-Regular.smallcaps.keep-layout-retain-gids.43.ttf | Bin 0 -> 6088 bytes
48520  ...Regular.smallcaps.keep-layout-retain-gids.CA,CB.ttf | Bin 0 -> 7932 bytes
48521  .../Roboto-Regular.smallcaps.keep-layout.41,42,43.ttf  | Bin 0 -> 2972 bytes
48522  .../Roboto-Regular.smallcaps.keep-layout.41,43.ttf     | Bin 0 -> 2572 bytes
48523  .../layout/Roboto-Regular.smallcaps.keep-layout.41.ttf | Bin 0 -> 2196 bytes
48524  .../layout/Roboto-Regular.smallcaps.keep-layout.43.ttf | Bin 0 -> 2268 bytes
48525  .../Roboto-Regular.smallcaps.keep-layout.CA,CB.ttf     | Bin 0 -> 2612 bytes
48526  test/subset/data/fonts/Roboto-Regular.smallcaps.ttf    | Bin 0 -> 131632 bytes
48527  test/subset/data/profiles/keep-layout-retain-gids.txt  |   2 ++
48528  test/subset/data/profiles/keep-layout.txt              |   1 +
48529  test/subset/data/tests/full-font.tests                 |   1 -
48530  test/subset/data/tests/layout.tests                    |  13 +++++++++++++
48531  test/subset/generate-expected-outputs.py               |   3 ++-
48532  17 files changed, 19 insertions(+), 2 deletions(-)
48533
48534 commit 349d692b0ee45330220fd3ec9267979d73acd149
48535 Author: Rod Sheeter <rsheeter@google.com>
48536 Date:   Tue May 21 12:38:53 2019 -0700
48537
48538     [subset] Iter in and out for loca
48539
48540  src/hb-ot-glyf-table.hh | 31 ++++++++++++++++---------------
48541  test/api/hb-test.h      |  7 ++-----
48542  2 files changed, 18 insertions(+), 20 deletions(-)
48543
48544 commit 95445d79be0a79e6e2d384d46819730146d397d8
48545 Author: Rod Sheeter <rsheeter@google.com>
48546 Date:   Tue May 21 11:14:31 2019 -0700
48547
48548     [subset] Write loca using more idiomatic harfbuzzese
48549
48550  src/hb-ot-glyf-table.hh | 35 +++++++++++++++++++----------------
48551  1 file changed, 19 insertions(+), 16 deletions(-)
48552
48553 commit d1b12a546561a78ae3c3e9d6bffa057caf82dbee
48554 Merge: 3a43603ec f49a5bec9
48555 Author: Rod Sheeter <rsheeter@google.com>
48556 Date:   Mon May 20 21:29:54 2019 -0700
48557
48558     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
48559
48560 commit 3a43603ecea2c349f58396e103a52948776681e0
48561 Author: Rod Sheeter <rsheeter@google.com>
48562 Date:   Mon May 20 20:40:55 2019 -0700
48563
48564     [subset] Fix memory leak caused by failure to cleanup glyf accelerator
48565
48566  src/hb-ot-glyf-table.hh | 42 ++++++++++++++++++++++++++----------------
48567  1 file changed, 26 insertions(+), 16 deletions(-)
48568
48569 commit 5cedda5e4a3f726168b87d357aee723e6fd919cd
48570 Author: Rod Sheeter <rsheeter@google.com>
48571 Date:   Thu May 16 19:16:52 2019 -0700
48572
48573     [subset] Fix null pointer deref, tidy up a bit
48574
48575  src/hb-ot-glyf-table.hh     | 282 +++++++++++++++++++++++++-------------------
48576  test/api/test-subset-glyf.c |  18 +--
48577  2 files changed, 167 insertions(+), 133 deletions(-)
48578
48579 commit 8a84b540c7b850c1fb30d5bc1ffdeb43033be173
48580 Author: Rod Sheeter <rsheeter@google.com>
48581 Date:   Thu May 16 19:14:16 2019 -0700
48582
48583     [subset] Tests passing using iterator based glyf
48584
48585  src/hb-ot-glyf-table.hh     | 117 +++++++++++++++++++++++++++++++-------------
48586  test/api/test-subset-glyf.c |   4 +-
48587  2 files changed, 86 insertions(+), 35 deletions(-)
48588
48589 commit 82bbec306376d61b6700461c4038c6789e60a998
48590 Merge: 9d09ac13a b7be59311
48591 Author: Rod Sheeter <rsheeter@google.com>
48592 Date:   Thu May 16 15:14:01 2019 -0700
48593
48594     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
48595
48596 commit 9d09ac13a114967576284d0b006a0ac7965d928a
48597 Author: rsheeter <rsheeter@google.com>
48598 Date:   Sat May 11 23:16:40 2019 -0700
48599
48600     [subset] Tweak hint stripping
48601
48602  src/hb-ot-glyf-table.hh | 46 +++++++++++++++++++++++++++++++++-------------
48603  1 file changed, 33 insertions(+), 13 deletions(-)
48604
48605 commit 3a4c928fcfce5a8c7a56907b9945e87b0ce8e327
48606 Author: rsheeter <rsheeter@google.com>
48607 Date:   Sat May 11 22:06:46 2019 -0700
48608
48609     [subset] Fix glyf tests except hint stripping & local test asan
48610
48611  src/hb-ot-glyf-table.hh     | 93 +++++++++++++++++++++++++++++++++------------
48612  test/api/hb-subset-test.h   |  2 +-
48613  test/api/hb-test.h          | 13 +++++++
48614  test/api/test-subset-glyf.c |  8 ++--
48615  4 files changed, 86 insertions(+), 30 deletions(-)
48616
48617 commit b77dde8f138442935e5ca99460a520a4117d6dd2
48618 Author: Rod Sheeter <rsheeter@google.com>
48619 Date:   Fri May 10 16:52:19 2019 -0700
48620
48621     [subset] Destroy blob
48622
48623  src/hb-ot-glyf-table.hh | 2 ++
48624  1 file changed, 2 insertions(+)
48625
48626 commit 14db6512f8dca80a575f468708949346b005834a
48627 Author: Rod Sheeter <rsheeter@google.com>
48628 Date:   Fri May 10 09:32:43 2019 -0700
48629
48630     [subset] Correct flipped use short computation
48631
48632  src/hb-ot-glyf-table.hh | 4 ++--
48633  1 file changed, 2 insertions(+), 2 deletions(-)
48634
48635 commit ab3fe5de2bbe10fdc13711537f824b62d091f995
48636 Author: Rod Sheeter <rsheeter@google.com>
48637 Date:   Thu May 9 22:12:20 2019 -0700
48638
48639     [subset] Glyf by iter now runs but fails tests
48640
48641  src/hb-ot-glyf-table.hh | 88 +++++++++++++++++++++++++++++++++----------------
48642  1 file changed, 59 insertions(+), 29 deletions(-)
48643
48644 commit f8de063b48c243d551c8892bdd2a799606fda3f4
48645 Merge: 0d7fef2d5 8f174870e
48646 Author: Rod Sheeter <rsheeter@google.com>
48647 Date:   Thu May 9 20:02:38 2019 -0700
48648
48649     Merge branch 'glyf' of github.com:googlefonts/harfbuzz into glyf
48650
48651 commit 0d7fef2d50bba714815c0c13f3b3dd6464710a1d
48652 Author: rsheeter <rsheeter@google.com>
48653 Date:   Wed May 8 16:52:00 2019 -0700
48654
48655     [subset] Dinner time, checkpoint
48656
48657  src/hb-ot-glyf-table.hh | 97 +++++++++++++++++++++++++++++--------------------
48658  1 file changed, 58 insertions(+), 39 deletions(-)
48659
48660 commit 240bc86e3a0b177ee84ec9c60723304a0cf4c405
48661 Author: rsheeter <rsheeter@google.com>
48662 Date:   Wed May 8 14:59:03 2019 -0700
48663
48664     [subset] Remove subset-glyf; want everything to point to new iter-based edition. Some of the code will resurface as impl builds out.
48665
48666  src/Makefile.sources    |   2 -
48667  src/hb-ot-glyf-table.hh |   9 +-
48668  src/hb-subset-glyf.cc   | 346 ------------------------------------------------
48669  src/hb-subset-glyf.hh   |  40 ------
48670  src/hb-subset.cc        |   1 -
48671  5 files changed, 6 insertions(+), 392 deletions(-)
48672
48673 commit 02d4d4f3e67dcc37915bc386d506bb272455ff1e
48674 Author: rsheeter <rsheeter@google.com>
48675 Date:   Wed May 8 14:43:18 2019 -0700
48676
48677     [subset] Starting to sketch glyf as iter
48678
48679  src/hb-ot-glyf-table.hh | 60 ++++++++++++++++++++++++++++++++++++-------------
48680  src/hb-subset-plan.hh   |  2 ++
48681  src/hb-subset.cc        |  2 +-
48682  3 files changed, 47 insertions(+), 17 deletions(-)
48683
48684 commit 8f174870e9eed4c47463fdb0d4fe3e22a6f5fdc8
48685 Author: rsheeter <rsheeter@google.com>
48686 Date:   Wed May 8 16:52:00 2019 -0700
48687
48688     [subset] Dinner time, checkpoint
48689
48690  src/hb-ot-glyf-table.hh | 97 +++++++++++++++++++++++++++++--------------------
48691  1 file changed, 58 insertions(+), 39 deletions(-)
48692
48693 commit 723d054dcb6ad44e9eab4dc8cc55f8d480d2ff16
48694 Merge: ed727d4bb e2a51ff72
48695 Author: rsheeter <rsheeter@google.com>
48696 Date:   Wed May 8 16:45:35 2019 -0700
48697
48698     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
48699
48700 commit ed727d4bb74860c126675e94f87f65ff7874dbb6
48701 Merge: fb9bff955 e8b45c193
48702 Author: rsheeter <rsheeter@google.com>
48703 Date:   Wed May 8 16:39:45 2019 -0700
48704
48705     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
48706
48707 commit fb9bff955a9356b053c5c9bcd7aa9101edb55767
48708 Author: rsheeter <rsheeter@google.com>
48709 Date:   Wed May 8 14:59:03 2019 -0700
48710
48711     [subset] Remove subset-glyf; want everything to point to new iter-based edition. Some of the code will resurface as impl builds out.
48712
48713  src/Makefile.sources    |   2 -
48714  src/hb-ot-glyf-table.hh |   9 +-
48715  src/hb-subset-glyf.cc   | 346 ------------------------------------------------
48716  src/hb-subset-glyf.hh   |  40 ------
48717  src/hb-subset.cc        |   1 -
48718  5 files changed, 6 insertions(+), 392 deletions(-)
48719
48720 commit f9b089b695edc89023e3d62700ae68d5648f8494
48721 Author: rsheeter <rsheeter@google.com>
48722 Date:   Wed May 8 14:43:18 2019 -0700
48723
48724     [subset] Starting to sketch glyf as iter
48725
48726  src/hb-ot-glyf-table.hh | 60 ++++++++++++++++++++++++++++++++++++-------------
48727  src/hb-subset-plan.hh   |  2 ++
48728  src/hb-subset.cc        |  2 +-
48729  3 files changed, 47 insertions(+), 17 deletions(-)
48730
48731 commit f49a5bec9fc241c098be5a49233aa83cd5dc098e
48732 Author: rsheeter <rsheeter@google.com>
48733 Date:   Mon May 20 20:45:11 2019 -0700
48734
48735     [docs] Tweak fuzzer doc
48736
48737  TESTING.md | 6 ++++++
48738  1 file changed, 6 insertions(+)
48739
48740 commit 1aadd1449c65c50d5f35191f43136841c64ad399
48741 Author: Behdad Esfahbod <behdad@behdad.org>
48742 Date:   Mon May 20 17:29:13 2019 -0400
48743
48744     [gen-ucd] Generate script order table
48745
48746  src/gen-ucd.py | 7 ++++++-
48747  1 file changed, 6 insertions(+), 1 deletion(-)
48748
48749 commit be8de188671c04ddd8ec4d7af38b313322189136
48750 Author: Behdad Esfahbod <behdad@behdad.org>
48751 Date:   Mon May 20 17:17:38 2019 -0400
48752
48753     [gen-ucd] Start adding script-order
48754
48755  src/gen-ucd.py | 14 +++++++++++++-
48756  1 file changed, 13 insertions(+), 1 deletion(-)
48757
48758 commit 4a0eb066fdceb0cab48107f17670d6943ec0d61e
48759 Author: Behdad Esfahbod <behdad@behdad.org>
48760 Date:   Mon May 20 16:57:04 2019 -0400
48761
48762     [gen-ucd] Add gc order
48763
48764  src/gen-ucd.py | 7 ++++++-
48765  1 file changed, 6 insertions(+), 1 deletion(-)
48766
48767 commit d1f9b2f961c71e5218ee359e8fb20cfbdb894c7e
48768 Author: Behdad Esfahbod <behdad@behdad.org>
48769 Date:   Mon May 20 15:47:49 2019 -0400
48770
48771     [gen-ucd] Flesh out a bit more
48772
48773  src/gen-ucd.py | 52 ++++++++++++++++++++++++++++++++++++++++------------
48774  1 file changed, 40 insertions(+), 12 deletions(-)
48775
48776 commit d6de4659aa7edb991507f8838dc566874e5b6a61
48777 Author: Behdad Esfahbod <behdad@behdad.org>
48778 Date:   Mon May 20 15:33:23 2019 -0400
48779
48780     Add HB_OPTIMIZE_SIZE
48781     
48782     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
48783
48784  src/hb-config.hh | 8 ++++++++
48785  1 file changed, 8 insertions(+)
48786
48787 commit 0ff3618c2d841d16cce9ba2d73321048e7ca6a2d
48788 Author: Garret Rieger <grieger@google.com>
48789 Date:   Fri May 17 15:30:01 2019 -0700
48790
48791     [subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli.
48792
48793  src/hb-subset-input.cc           |  42 ++++++++-----
48794  src/hb-subset-input.hh           |   7 +--
48795  src/hb-subset-plan.cc            |   3 +-
48796  src/hb-subset-plan.hh            |   1 -
48797  src/hb-subset.cc                 |  23 +------
48798  src/hb-subset.h                  |   6 --
48799  test/api/test-subset-glyf.c      |   8 ++-
48800  test/fuzzing/hb-subset-fuzzer.cc |   8 ++-
48801  util/Makefile.am                 |   5 +-
48802  util/Makefile.sources            |   1 +
48803  util/hb-subset.cc                |   9 +--
48804  util/options-subset.cc           | 127 +++++++++++++++++++++++++++++++++++++++
48805  util/options.cc                  | 101 -------------------------------
48806  util/options.hh                  |  20 ++----
48807  14 files changed, 182 insertions(+), 179 deletions(-)
48808
48809 commit 67064294a0c521550f5277b51b8c7e5d6bb27e68
48810 Author: Garret Rieger <grieger@google.com>
48811 Date:   Thu May 16 15:13:39 2019 -0700
48812
48813     [subset] Add drop-tables option to hb-subset util.
48814
48815  util/hb-subset.cc |  1 +
48816  util/options.cc   | 45 ++++++++++++++++++++++++++++++++++++++++++---
48817  util/options.hh   |  3 +++
48818  3 files changed, 46 insertions(+), 3 deletions(-)
48819
48820 commit 3be0ffe45d1ba32ddd8d3af25ff2c420be85da76
48821 Author: Garret Rieger <grieger@google.com>
48822 Date:   Thu May 16 11:29:15 2019 -0700
48823
48824     [subset] Add drop tables to subset input.
48825
48826  src/hb-subset-input.cc             |  8 +++++
48827  src/hb-subset-input.hh             |  1 +
48828  src/hb-subset-plan.cc              |  3 ++
48829  src/hb-subset-plan.hh              |  5 ++-
48830  src/hb-subset.cc                   |  3 ++
48831  src/hb-subset.h                    |  3 ++
48832  test/api/Makefile.am               |  2 ++
48833  test/api/test-subset-drop-tables.c | 71 ++++++++++++++++++++++++++++++++++++++
48834  8 files changed, 95 insertions(+), 1 deletion(-)
48835
48836 commit d00a20bedc5706d4d764f78ea108ca4316651b11
48837 Author: Nathan Willis <nwillis@glyphography.com>
48838 Date:   Mon May 20 17:38:38 2019 +0100
48839
48840     [Docs] Add gtk-doc comments to hb-graphite2.
48841
48842  src/hb-graphite2.cc | 16 ++++++++++++++--
48843  src/hb-graphite2.h  | 10 +++++++++-
48844  2 files changed, 23 insertions(+), 3 deletions(-)
48845
48846 commit 0a5a8fcbceb49f317a16803da090864f9ea03577
48847 Author: Nathan Willis <nwillis@glyphography.com>
48848 Date:   Mon May 20 17:38:13 2019 +0100
48849
48850     [Docs] Add gtk-doc comments to hb-icu.
48851
48852  src/hb-icu.cc | 35 ++++++++++++++++++++++++++++++++++-
48853  1 file changed, 34 insertions(+), 1 deletion(-)
48854
48855 commit 9126a5ff070fe1191dfaf852aa601d506ddcffcb
48856 Author: Nathan Willis <nwillis@glyphography.com>
48857 Date:   Mon May 20 17:37:56 2019 +0100
48858
48859     [Docs] Add gtk-doc comments to hb-ft.
48860
48861  src/hb-ft.cc | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
48862  1 file changed, 117 insertions(+), 18 deletions(-)
48863
48864 commit bfa7b0af02a6ec66898723fe3e82f74760996a10
48865 Author: Nathan Willis <nwillis@glyphography.com>
48866 Date:   Mon May 20 17:36:55 2019 +0100
48867
48868     [Docs] Add gtk-doc comments to hb-gobject and hb-glib.
48869
48870  src/hb-glib.cc            | 44 +++++++++++++++++++++++++++++++++++++++++++-
48871  src/hb-gobject-structs.cc | 13 +++++++++++--
48872  2 files changed, 54 insertions(+), 3 deletions(-)
48873
48874 commit 27222253d42d0485ec5a9a3db602f5cba64df94e
48875 Author: Nathan Willis <nwillis@glyphography.com>
48876 Date:   Mon May 20 17:36:18 2019 +0100
48877
48878     [Docs] Add gtk-doc comments to hb-uniscribe.
48879
48880  src/hb-uniscribe.cc | 22 +++++++++++++++++++++-
48881  1 file changed, 21 insertions(+), 1 deletion(-)
48882
48883 commit 32ae0d3e78c4e1f7299cb4fa251c0e66b3d5ae78
48884 Author: Nathan Willis <nwillis@glyphography.com>
48885 Date:   Mon May 20 17:35:39 2019 +0100
48886
48887     [Docs] Add gtk-doc comments to hb-coretext.
48888
48889  src/hb-coretext.cc | 45 +++++++++++++++++++++++++++++++++++++++++----
48890  src/hb-coretext.h  | 32 ++++++++++++++++++++++++++++++++
48891  2 files changed, 73 insertions(+), 4 deletions(-)
48892
48893 commit 0ca7ad4352eff357cbb5cc1dfe62aa15b440de84
48894 Author: Behdad Esfahbod <behdad@behdad.org>
48895 Date:   Mon May 20 11:39:07 2019 -0400
48896
48897     [cff] Fix unlikely invocations
48898
48899  src/hb-ot-cff-common.hh | 8 ++++----
48900  src/hb-ot-cff1-table.hh | 2 +-
48901  2 files changed, 5 insertions(+), 5 deletions(-)
48902
48903 commit 9ef241cd409b7ad4eeb8259cbf1a7a01358a766e
48904 Author: Behdad Esfahbod <behdad@behdad.org>
48905 Date:   Mon May 20 11:38:02 2019 -0400
48906
48907     [test] Add one more
48908
48909  ...-testcase-minimized-hb-subset-fuzzer-5634197349203968 | Bin 0 -> 5791 bytes
48910  1 file changed, 0 insertions(+), 0 deletions(-)
48911
48912 commit 3efb7af7e28061f8cd138eb2ed5261bf521abc63
48913 Author: Behdad Esfahbod <behdad@behdad.org>
48914 Date:   Mon May 20 11:37:16 2019 -0400
48915
48916     [STAT] Fix sanitize condition
48917     
48918     Oops!
48919     
48920     Fixes https://oss-fuzz.com/testcase-detail/5696825891225600
48921
48922  src/hb-ot-stat-table.hh                                    |   2 +-
48923  ...zz-testcase-minimized-hb-subset-fuzzer-5696825891225600 | Bin 0 -> 69 bytes
48924  2 files changed, 1 insertion(+), 1 deletion(-)
48925
48926 commit e66eb21a46b2374bfb51f86ed9f5eec35ba87a61
48927 Author: Ebrahim Byagowi <ebrahim@gnu.org>
48928 Date:   Sat May 18 07:44:48 2019 -0700
48929
48930     Don't set _POSIX_C_SOURCE in NetBSD
48931     
48932     According to a harfbuzz package patch on NetBSD project
48933     https://github.com/NetBSD/pkgsrc/blob/trunk/fonts/harfbuzz/patches/patch-src_hb-blob.cc
48934
48935  src/hb-blob.cc | 2 +-
48936  1 file changed, 1 insertion(+), 1 deletion(-)
48937
48938 commit 08c3648c6e18a0969a64284337dbd5b435d40f37
48939 Author: Behdad Esfahbod <behdad@behdad.org>
48940 Date:   Fri May 17 16:21:34 2019 -0700
48941
48942     Oops, fix include
48943
48944  src/hb-set.hh | 1 +
48945  1 file changed, 1 insertion(+)
48946
48947 commit 24958b8868a8003936e872d8fda873c52d528bcf
48948 Author: Behdad Esfahbod <behdad@behdad.org>
48949 Date:   Fri May 17 16:20:36 2019 -0700
48950
48951     [set] Use StructAtOffsetUnaligned
48952
48953  src/hb-set.hh | 2 +-
48954  1 file changed, 1 insertion(+), 1 deletion(-)
48955
48956 commit a0febbac439ac4cc58af674f676e473d2f6d726f
48957 Author: rsheeter <rsheeter@google.com>
48958 Date:   Thu May 16 15:58:49 2019 -0700
48959
48960     Update TESTING.md
48961
48962  TESTING.md | 5 +++++
48963  1 file changed, 5 insertions(+)
48964
48965 commit b7be59311f27112791e9b9c6356464e1c3ff92c1
48966 Author: Behdad Esfahbod <behdad@behdad.org>
48967 Date:   Thu May 16 13:32:56 2019 -0700
48968
48969     Fix msan issue
48970     
48971     The fact that HB_AUTO_RETURN will return rvalue-references for rvalues
48972     is very disturbing.
48973     
48974     Even apart from that, I'm totally lost re any hb_move needs or
48975     hb_forward'ing to functions/templates where the type is fixed by
48976     explicitly specifying template parameters.
48977     
48978     ==1==ERROR: AddressSanitizer: stack-use-after-return on address 0x7f6ad65e51e0 at pc 0x0000005da240 bp 0x7ffc104ab670 sp 0x7ffc104ab668
48979     READ of size 4 at 0x7f6ad65e51e0 thread T0
48980     SCARINESS: 55 (4-byte-read-stack-use-after-return)
48981          #0 0x5da23f in bool OT::Coverage::serialize<hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, (void*)0>(hb_serialize_context_t*, hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>) harfbuzz/src/hb-ot-layout-common.hh:1055:16
48982          #1 0x5d88f9 in bool OT::SingleSubstFormat1::serialize<hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, (void*)0>(hb_serialize_context_t*, hb_map_iter_t<hb_map_iter_t<hb_filter_iter_t<OT::Coverage::iter_t, hb_set_t const&, $_7&, (void*)0>, OT::SingleSubstFormat1::subset(hb_subset_context_t*) const::'lambda'(unsigned int), (hb_function_sortedness_t)1, (void*)0>, $_20&, (hb_function_sortedness_t)1, (void*)0>, unsigned int) harfbuzz/src/hb-ot-layout-gsub-table.hh:98:9
48983
48984  src/hb-algs.hh | 8 ++++----
48985  1 file changed, 4 insertions(+), 4 deletions(-)
48986
48987 commit bcd3ffc948f63f59a709923a3ba6dc9d591aae6b
48988 Author: Behdad Esfahbod <behdad@behdad.org>
48989 Date:   Thu May 16 13:22:09 2019 -0700
48990
48991     Whitespace
48992
48993  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++------------
48994  1 file changed, 12 insertions(+), 12 deletions(-)
48995
48996 commit 05bc5f96fb0818531404174b71c6ff497d5e2738
48997 Author: Behdad Esfahbod <behdad@behdad.org>
48998 Date:   Thu May 16 13:05:58 2019 -0700
48999
49000     [subset] Remove extra iteration
49001
49002  src/hb-ot-layout-gsub-table.hh | 6 ++++--
49003  1 file changed, 4 insertions(+), 2 deletions(-)
49004
49005 commit 6555f209586886a4b2562412363cf152d7837d5c
49006 Author: Garret Rieger <grieger@google.com>
49007 Date:   Wed May 15 09:42:38 2019 -0700
49008
49009     [subset] Truncate empty gids at the end in retain-gids mode.
49010
49011  src/hb-subset-plan.cc                              |   8 ++++---
49012  test/api/fonts/Roboto-Regular.a.retaingids.ttf     | Bin 0 -> 2068 bytes
49013  .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2736 -> 2656 bytes
49014  test/api/test-subset-glyf.c                        |  25 +++++++++++++++++++++
49015  ...oboto-Regular.abc.drop-hints-retain-gids.61.ttf | Bin 744 -> 732 bytes
49016  ...oboto-Regular.abc.drop-hints-retain-gids.62.ttf | Bin 712 -> 704 bytes
49017  .../basics/Roboto-Regular.abc.retain-gids.61.ttf   | Bin 1808 -> 1792 bytes
49018  .../basics/Roboto-Regular.abc.retain-gids.62.ttf   | Bin 1756 -> 1748 bytes
49019  8 files changed, 30 insertions(+), 3 deletions(-)
49020
49021 commit 2376867649f97d25e4319f45845525ec207887f7
49022 Author: Behdad Esfahbod <behdad@behdad.org>
49023 Date:   Wed May 15 21:57:26 2019 -0700
49024
49025     Use hb_map(hb_add(this)) to dereference OffsetTo<>'s
49026
49027  src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++-------
49028  src/hb-ot-layout-gsubgpos.hh   | 60 ++++++++++++++++++++++++++++--------------
49029  src/hb-ot-stat-table.hh        |  2 +-
49030  3 files changed, 61 insertions(+), 31 deletions(-)
49031
49032 commit 6f51e5552477125480f764a6af763dad9f8e3e1b
49033 Author: Behdad Esfahbod <behdad@behdad.org>
49034 Date:   Wed May 15 21:41:12 2019 -0700
49035
49036     [algs] Rename hb_bind to hb_partial
49037     
49038     Since our API is the invers of what std::bind is, and closer to Python
49039     functools.partial().
49040
49041  src/hb-algs.hh   | 12 ++++++------
49042  src/test-algs.cc |  6 +++---
49043  2 files changed, 9 insertions(+), 9 deletions(-)
49044
49045 commit 0888e7bc86454020db45f78ee1136d6f3a1b9527
49046 Author: Behdad Esfahbod <behdad@behdad.org>
49047 Date:   Wed May 15 21:36:42 2019 -0700
49048
49049     [algs] Change hb_bind parameter number to be from one
49050     
49051     To match std:;bind, even though our interfaces are very different.
49052
49053  src/hb-algs.hh   | 24 +++++++++++++-----------
49054  src/test-algs.cc |  6 +++---
49055  2 files changed, 16 insertions(+), 14 deletions(-)
49056
49057 commit dfa5e4297147b52f0ed2f569c9b90a0c68c003c4
49058 Author: Behdad Esfahbod <behdad@behdad.org>
49059 Date:   Wed May 15 21:18:14 2019 -0700
49060
49061     Add back symmetric OffsetTo<>::friend operator+
49062     
49063     Finally seems to be working now.
49064
49065  src/hb-open-type.hh | 6 ++++++
49066  1 file changed, 6 insertions(+)
49067
49068 commit a06a236891611da9db601ddbc2b1513380ad12e6
49069 Author: Behdad Esfahbod <behdad@behdad.org>
49070 Date:   Wed May 15 21:12:22 2019 -0700
49071
49072     [algs] Partialize all operators
49073
49074  src/hb-algs.hh   | 66 +++++++++++++++++++++++++++++++++++---------------------
49075  src/test-algs.cc |  4 ++--
49076  2 files changed, 44 insertions(+), 26 deletions(-)
49077
49078 commit edc69ec935511d1993240fb68b54b2cfd6afa888
49079 Author: Behdad Esfahbod <behdad@behdad.org>
49080 Date:   Wed May 15 21:09:56 2019 -0700
49081
49082     [algs] Rewrite bind API
49083     
49084     And add a partialization API use example to hb_add()
49085
49086  src/hb-algs.hh   | 45 ++++++++++++++++++++-------------------------
49087  src/test-algs.cc |  9 ++++++---
49088  2 files changed, 26 insertions(+), 28 deletions(-)
49089
49090 commit 16a3540ea4257a19b9bfd9d5300a280e18b423a1
49091 Author: Behdad Esfahbod <behdad@behdad.org>
49092 Date:   Wed May 15 20:48:20 2019 -0700
49093
49094     [algs] Add hb_bind0 and hb_bind1
49095
49096  src/hb-algs.hh   | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
49097  src/test-algs.cc |  7 +++++++
49098  2 files changed, 61 insertions(+)
49099
49100 commit d214b07883a626f3ecebb027797e8bb994e174a4
49101 Author: Behdad Esfahbod <behdad@behdad.org>
49102 Date:   Wed May 15 19:07:39 2019 -0700
49103
49104     Fix clang build
49105     
49106     Ugh.
49107     
49108     In file included from hb-ot-face.cc:41:
49109     ./hb-ot-layout-gsub-table.hh:293:7: error: template parameter redefines default argument
49110              hb_requires (hb_is_sorted_source_of (Iterator,
49111              ^
49112     ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
49113      define hb_requires(Cond) hb_enable_if((Cond))
49114                               ^
49115     ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
49116      define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
49117                                                                       ^
49118     ./hb-ot-layout-gsub-table.hh:40:5: note: previous default template argument defined here
49119         hb_requires (hb_is_sorted_source_of (Iterator,
49120         ^
49121     ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
49122      define hb_requires(Cond) hb_enable_if((Cond))
49123                               ^
49124     ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
49125      define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
49126                                                                       ^
49127
49128  src/hb-ot-layout-gsub-table.hh | 4 +---
49129  1 file changed, 1 insertion(+), 3 deletions(-)
49130
49131 commit 371b55c7a0c718fcaca0330edfeacf610797cf7a
49132 Author: Behdad Esfahbod <behdad@behdad.org>
49133 Date:   Wed May 15 18:54:07 2019 -0700
49134
49135     Fix clang build
49136     
49137     In file included from hb-ot-face.cc:41:
49138     ./hb-ot-layout-gsub-table.hh:293:7: error: template parameter redefines default argument
49139              hb_requires (hb_is_sorted_source_of (Iterator,
49140              ^
49141     ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
49142      define hb_requires(Cond) hb_enable_if((Cond))
49143                               ^
49144     ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
49145      define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
49146                                                                       ^
49147     ./hb-ot-layout-gsub-table.hh:40:5: note: previous default template argument defined here
49148         hb_requires (hb_is_sorted_source_of (Iterator,
49149         ^
49150     ./hb-meta.hh:59:27: note: expanded from macro 'hb_requires'
49151      define hb_requires(Cond) hb_enable_if((Cond))
49152                               ^
49153     ./hb-meta.hh:57:67: note: expanded from macro 'hb_enable_if'
49154      define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
49155                                                                       ^
49156     1 error generated.
49157
49158  src/hb-ot-layout-gsub-table.hh | 4 +---
49159  1 file changed, 1 insertion(+), 3 deletions(-)
49160
49161 commit 243a5a6af2565937705d6bc20e65a62b686bb664
49162 Author: Behdad Esfahbod <behdad@behdad.org>
49163 Date:   Wed May 15 19:03:59 2019 -0700
49164
49165     [algs] Remove pair copy constructor
49166     
49167     Use default.
49168
49169  src/hb-algs.hh   | 1 -
49170  src/test-algs.cc | 1 +
49171  2 files changed, 1 insertion(+), 1 deletion(-)
49172
49173 commit f92d188d7703184d04e8f205ae46ca3081d3e048
49174 Author: Behdad Esfahbod <behdad@behdad.org>
49175 Date:   Wed May 15 18:52:57 2019 -0700
49176
49177     Whitespace
49178
49179  src/hb-ot-layout-gsub-table.hh | 16 ++++++++--------
49180  1 file changed, 8 insertions(+), 8 deletions(-)
49181
49182 commit 962f95cf802404dafadf2f999772d3f9fc949d63
49183 Author: Garret Rieger <grieger@google.com>
49184 Date:   Thu May 9 13:04:11 2019 -0700
49185
49186     [subset] Switch SingleSubst to use iterators in serialize.
49187
49188  src/hb-ot-layout-common.hh     |  6 +--
49189  src/hb-ot-layout-gsub-table.hh | 97 +++++++++++++++++++++++++-----------------
49190  2 files changed, 62 insertions(+), 41 deletions(-)
49191
49192 commit 78d35f0e780dd811ae103c96f3b1060d49046a7a
49193 Author: Behdad Esfahbod <behdad@behdad.org>
49194 Date:   Wed May 15 18:15:05 2019 -0700
49195
49196     Reduce captures of lambdas
49197
49198  src/hb-ot-hdmx-table.hh        |  4 ++--
49199  src/hb-ot-layout-gpos-table.hh |  2 +-
49200  src/hb-ot-layout-gsub-table.hh | 29 +++++++++++++++--------------
49201  src/hb-ot-layout-gsubgpos.hh   | 12 ++++++------
49202  src/hb-ot-name-table.hh        |  2 +-
49203  src/hb-ot-stat-table.hh        |  2 +-
49204  src/hb-ot-var-fvar-table.hh    |  4 ++--
49205  src/hb-subset-plan.cc          |  2 +-
49206  src/test-iter.cc               |  4 ++--
49207  9 files changed, 31 insertions(+), 30 deletions(-)
49208
49209 commit 5266ca86b633b84850492b7982334fb63271ccbc
49210 Author: Behdad Esfahbod <behdad@behdad.org>
49211 Date:   Wed May 15 17:59:00 2019 -0700
49212
49213     Fix tests
49214     
49215     Oops.
49216
49217  src/test-algs.cc | 8 ++++----
49218  1 file changed, 4 insertions(+), 4 deletions(-)
49219
49220 commit 5da8a3a90db5e5ccaaf68de2ac312108af911821
49221 Author: Behdad Esfahbod <behdad@behdad.org>
49222 Date:   Wed May 15 17:11:18 2019 -0700
49223
49224     Remove variadic form of hb_min/hb_max
49225     
49226     Unused, and why here and not in other functions...
49227
49228  src/hb-algs.hh | 22 ++--------------------
49229  1 file changed, 2 insertions(+), 20 deletions(-)
49230
49231 commit e5cfe9d582d86281eda2bcb85d3d1cbd4afbb5bb
49232 Author: Behdad Esfahbod <behdad@behdad.org>
49233 Date:   Wed May 15 16:59:36 2019 -0700
49234
49235     Add arithmetic operators
49236
49237  src/hb-algs.hh | 44 ++++++++++++++++++++++++++++++--------------
49238  1 file changed, 30 insertions(+), 14 deletions(-)
49239
49240 commit f7a458510d9c34d1c52579985ded5082ad0f3458
49241 Author: Behdad Esfahbod <behdad@behdad.org>
49242 Date:   Wed May 15 16:49:35 2019 -0700
49243
49244     Add hb_bitwise_* ops
49245
49246  src/hb-algs.hh | 56 +++++++++++++++++++++++++++++++++++---------------------
49247  src/hb-set.hh  | 14 +++++++-------
49248  2 files changed, 42 insertions(+), 28 deletions(-)
49249
49250 commit d822e0a16f914ec6a7e629d21ed972d009a88561
49251 Author: Behdad Esfahbod <behdad@behdad.org>
49252 Date:   Wed May 15 16:30:08 2019 -0700
49253
49254     [array] Adjust operator!=
49255     
49256     See comments.
49257
49258  src/hb-array.hh  | 7 ++++++-
49259  src/hb-vector.hh | 1 +
49260  2 files changed, 7 insertions(+), 1 deletion(-)
49261
49262 commit 203ea58bf67b3df3e376f94cdfb37382dd3858a0
49263 Author: Behdad Esfahbod <behdad@behdad.org>
49264 Date:   Wed May 15 16:14:40 2019 -0700
49265
49266     More adjustment to OffsetTo<>::friend opeator+
49267     
49268     Let's see if I break any bots.  But yeah, it wasn't accepting a
49269     non-const pointer.  It just happens that we don't use that in the
49270     code it seems.
49271
49272  src/hb-open-type.hh | 10 ++++++----
49273  1 file changed, 6 insertions(+), 4 deletions(-)
49274
49275 commit ebf47a95f29dd959319feb7f8728f7c0162a181e
49276 Author: Behdad Esfahbod <behdad@behdad.org>
49277 Date:   Wed May 15 15:14:26 2019 -0700
49278
49279     [iter] Simplify operator!= of iterator filters
49280     
49281     Both to save ops, and also because lambdas don't implement operator!=,
49282     so this was failing in range-based for loop if a lambda was passed to
49283     hb_map() or hb_filter().  Just check end-condition assuming that we
49284     are comparing to .end() or iterators that are otherwise derived from
49285     current iterator.  Ie. don't compare things that are expected to be
49286     in common.
49287
49288  src/hb-iter.hh | 8 +++++---
49289  1 file changed, 5 insertions(+), 3 deletions(-)
49290
49291 commit d3e1d5044f23a2dc910f4253c3f4976bf08f93ab
49292 Author: Behdad Esfahbod <behdad@behdad.org>
49293 Date:   Wed May 15 14:25:54 2019 -0700
49294
49295     Add all pair_t comparison operators
49296
49297  src/hb-algs.hh | 5 +++++
49298  1 file changed, 5 insertions(+)
49299
49300 commit f244224dbb5ee8929af109a0c4e23d2d993c8df8
49301 Author: Behdad Esfahbod <behdad@behdad.org>
49302 Date:   Wed May 15 14:19:20 2019 -0700
49303
49304     [iter] Use default operators instead of redefining empty ones
49305
49306  src/hb-iter.hh | 26 +++++++++++++++-----------
49307  1 file changed, 15 insertions(+), 11 deletions(-)
49308
49309 commit 125c45ed368ae61a74e2c558b9c884cfde6295e1
49310 Author: David Corbett <corbett.dav@husky.neu.edu>
49311 Date:   Wed May 15 17:02:32 2019 -0400
49312
49313     Convert Consonant_Initial_Postfixed to CONS_MED
49314
49315  src/gen-use-table.py                                     |   6 +++---
49316  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
49317  .../fonts/fd565cabd5208d345d0ed4fda7ae742917d846a5.ttf   | Bin 0 -> 1056 bytes
49318  test/shaping/data/in-house/tests/use-syllable.tests      |   1 +
49319  4 files changed, 5 insertions(+), 4 deletions(-)
49320
49321 commit 99ca956c131563b57d490b1ec3c8de920645e53f
49322 Author: David Corbett <corbett.dav@husky.neu.edu>
49323 Date:   Wed May 15 16:29:51 2019 -0400
49324
49325     Fix record-test.sh on machines without sha1sum
49326
49327  test/shaping/record-test.sh | 13 ++++++++++++-
49328  1 file changed, 12 insertions(+), 1 deletion(-)
49329
49330 commit e2767e438c56b8ee0bc2f2040c10b13b34d37f95
49331 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49332 Date:   Wed May 15 13:14:09 2019 +0430
49333
49334     [ci][test] Ignore other gcov symbols also
49335     
49336     To fix https://travis-ci.org/harfbuzz/harfbuzz/jobs/532693197
49337
49338  src/check-symbols.sh | 2 +-
49339  1 file changed, 1 insertion(+), 1 deletion(-)
49340
49341 commit 397cbbd5ff25c9796ecd56b8270e83de1eb322ac
49342 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49343 Date:   Wed May 15 13:03:28 2019 +0430
49344
49345     [ci][travis] Update its distribution
49346     
49347     It may break things, lets see
49348
49349  .travis.yml | 2 +-
49350  1 file changed, 1 insertion(+), 1 deletion(-)
49351
49352 commit 763ea4224bf612f3efb80d5744d1e8852682683e
49353 Author: Behdad Esfahbod <behdad@behdad.org>
49354 Date:   Wed May 15 01:15:11 2019 -0700
49355
49356     Another try
49357
49358  src/hb-open-type.hh | 10 +++++-----
49359  1 file changed, 5 insertions(+), 5 deletions(-)
49360
49361 commit e1b2edb04af7bd2b4eecb59392f75abcc72cd8a6
49362 Author: Behdad Esfahbod <behdad@behdad.org>
49363 Date:   Wed May 15 01:12:04 2019 -0700
49364
49365     Completely revert the thing back
49366
49367  src/hb-open-type.hh | 14 +++++---------
49368  1 file changed, 5 insertions(+), 9 deletions(-)
49369
49370 commit c58eeb5fb35ec6a8d0a4394fd83cb2571cd5af4f
49371 Author: Behdad Esfahbod <behdad@behdad.org>
49372 Date:   Wed May 15 01:10:31 2019 -0700
49373
49374     Another try at fix
49375     
49376     Fails locally.  Trying to understand.  Sigh
49377
49378  src/hb-open-type.hh | 18 +++++++++---------
49379  1 file changed, 9 insertions(+), 9 deletions(-)
49380
49381 commit 004edf3bdac77564d39516b51b0666de60e65ece
49382 Author: Behdad Esfahbod <behdad@behdad.org>
49383 Date:   Wed May 15 01:02:50 2019 -0700
49384
49385     Ugh.  How was the Travis bot happy before, but isn't now?! :(
49386
49387  src/hb-open-type.hh | 8 ++++----
49388  1 file changed, 4 insertions(+), 4 deletions(-)
49389
49390 commit e01c7b1648dbbb76966b3bd4437bcf7699e77c35
49391 Author: Behdad Esfahbod <behdad@behdad.org>
49392 Date:   Wed May 15 00:52:17 2019 -0700
49393
49394     Move OffsetTo operator+ back out of class
49395     
49396     Apparently there's different overload resolution rules that apply, at
49397     least with some (older?) version of gcc.
49398     
49399     hb-ot-name-table.hh: In member function ‘void OT::name::accelerator_t::init(hb_face_t*)’:
49400     hb-ot-name-table.hh:244:62: error: ambiguous overload for ‘operator+’ (operand types are ‘hb_blob_ptr_t<OT::name>’ and ‘OT::NNOffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> > > {aka const OT::OffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> >, OT::IntType<short unsigned int, 2u>, false>}’)
49401            this->pool = (const char *) (const void *) (this->table+this->table->stringOffset);
49402                                                                   ^
49403     hb-ot-name-table.hh:244:62: note: candidates are:
49404     hb-ot-name-table.hh:244:62: note: operator+(const C*, long int) <built-in>
49405     hb-ot-name-table.hh:244:62: note: operator+(const char*, long int) <built-in>
49406
49407  src/hb-open-type.hh | 18 +++++++++---------
49408  1 file changed, 9 insertions(+), 9 deletions(-)
49409
49410 commit b213042f87dd736bad7a852fe98269f84cbff493
49411 Author: Behdad Esfahbod <behdad@behdad.org>
49412 Date:   Wed May 15 00:50:48 2019 -0700
49413
49414     Revert "Revert symmetric OffsetTo overloads"
49415     
49416     This reverts commit 01912efb74fc554a81c8cfe572145ce45b8fa58b.
49417     
49418     Actually this didn't break things.  Fixing
49419
49420  src/hb-open-type.hh | 4 ++++
49421  1 file changed, 4 insertions(+)
49422
49423 commit 01912efb74fc554a81c8cfe572145ce45b8fa58b
49424 Author: Behdad Esfahbod <behdad@behdad.org>
49425 Date:   Wed May 15 00:42:47 2019 -0700
49426
49427     Revert symmetric OffsetTo overloads
49428     
49429     Reverts 57f65ae9355004044325dd6441cde761bca5e0a3
49430     
49431     Caused ambiguous-overload on some gcc...
49432
49433  src/hb-open-type.hh | 4 ----
49434  1 file changed, 4 deletions(-)
49435
49436 commit d0df996cdc249a245c9dad1fa6503213c84dbcd2
49437 Author: Behdad Esfahbod <behdad@behdad.org>
49438 Date:   Wed May 15 00:32:41 2019 -0700
49439
49440     Use implicit lambda return type
49441
49442  src/hb-array.hh                |  4 ++--
49443  src/hb-ot-layout-gsub-table.hh |  8 ++++----
49444  src/hb-ot-layout-gsubgpos.hh   | 18 +++++++++---------
49445  src/hb-ot-stat-table.hh        |  2 +-
49446  src/hb-ot-var-fvar-table.hh    |  4 ++--
49447  src/test-iter.cc               |  8 ++++----
49448  src/test-meta.cc               |  1 -
49449  7 files changed, 22 insertions(+), 23 deletions(-)
49450
49451 commit 57f65ae9355004044325dd6441cde761bca5e0a3
49452 Author: Behdad Esfahbod <behdad@behdad.org>
49453 Date:   Tue May 14 22:52:59 2019 -0700
49454
49455     Add symmetric friend operator+ for OffsetTo
49456
49457  src/hb-open-type.hh | 4 ++++
49458  1 file changed, 4 insertions(+)
49459
49460 commit 71208e5047c71108dec7361fd7c3e594c8b6c2d8
49461 Author: Behdad Esfahbod <behdad@behdad.org>
49462 Date:   Tue May 14 22:51:59 2019 -0700
49463
49464     Move OffsetTo<> deref operators in-class as friends
49465
49466  src/hb-open-type.hh | 10 +++++-----
49467  1 file changed, 5 insertions(+), 5 deletions(-)
49468
49469 commit e6d6f4b96dd5517406265093cd57834c00850d41
49470 Author: Behdad Esfahbod <behdad@behdad.org>
49471 Date:   Tue May 14 22:45:03 2019 -0700
49472
49473     Whitespace
49474
49475  src/hb-ot-stat-table.hh     | 2 +-
49476  src/hb-ot-var-fvar-table.hh | 4 ++--
49477  2 files changed, 3 insertions(+), 3 deletions(-)
49478
49479 commit 889dc1eb06a80ea9be4223a19011e47a52abebdd
49480 Author: Behdad Esfahbod <behdad@behdad.org>
49481 Date:   Tue May 14 22:28:07 2019 -0700
49482
49483     [iter] Remove sort categorization
49484     
49485     See comments.
49486
49487  src/hb-array.hh            |  2 +-
49488  src/hb-iter.hh             | 48 ++++++++++++++++++++++++++++++----------------
49489  src/hb-ot-layout-common.hh |  2 +-
49490  src/hb-set.hh              |  2 +-
49491  4 files changed, 35 insertions(+), 19 deletions(-)
49492
49493 commit b4eff38397c2a4e475f426df38e040dddf94a4fa
49494 Author: Behdad Esfahbod <behdad@behdad.org>
49495 Date:   Tue May 14 09:07:20 2019 -0700
49496
49497     Start of gen-ucd.py, to replace UCDN
49498
49499  src/gen-ucd.py | 46 ++++++++++++++++++++++++++++++++++++++++++++++
49500  1 file changed, 46 insertions(+)
49501
49502 commit 02e5e5d939be36d8f108029601a1ce1f533e5ccb
49503 Author: Qunxin Liu <qxliu@google.com>
49504 Date:   Mon May 13 09:38:42 2019 -0700
49505
49506     [subset] retian nameids from STAT and fvar tables
49507
49508  src/hb-ot-stat-table.hh     | 76 +++++++++++++++++++++++++++++++++++++++++----
49509  src/hb-ot-var-fvar-table.hh | 21 +++++++++++++
49510  src/hb-subset-plan.cc       | 26 ++++++++++++++++
49511  3 files changed, 117 insertions(+), 6 deletions(-)
49512
49513 commit ff7995200e706f3161b9fc5c27bb950e3d87e8e2
49514 Author: Behdad Esfahbod <behdad@behdad.org>
49515 Date:   Tue May 14 07:44:03 2019 -0700
49516
49517     Hopefully last warning fix
49518
49519  src/hb-subset-cff2.cc | 4 ++--
49520  1 file changed, 2 insertions(+), 2 deletions(-)
49521
49522 commit d1baf99697d215584b2ecb8d2d38ba5b9045955c
49523 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49524 Date:   Tue May 14 16:16:46 2019 +0430
49525
49526     [ci] add HB_TINY to asmjs builder
49527
49528  .circleci/config.yml | 28 ++++++++++++++--------------
49529  1 file changed, 14 insertions(+), 14 deletions(-)
49530
49531 commit 9e7c9c3adb33b06610951be38f3c820342333092
49532 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49533 Date:   Tue May 14 15:58:51 2019 +0430
49534
49535     Fix -Wunused-function on HB_NO_SHAPE_AAT
49536     
49537     We should add a bot for it
49538     Part of #1652
49539
49540  src/hb-ot-shape.cc | 2 ++
49541  1 file changed, 2 insertions(+)
49542
49543 commit c73d7ba75d4556d9b8e05b10d6572f74f4814f7a
49544 Author: Dominik Röttsches <drott@chromium.org>
49545 Date:   Tue May 14 13:26:18 2019 +0300
49546
49547     Fix building with HB_NO_SUBSET_LAYOUT
49548     
49549     Fixes an unused function warning when building with HB_NO_SUBSET_LAYOUT
49550     as part of the Chrome build.
49551
49552  src/hb-subset-plan.cc | 2 ++
49553  1 file changed, 2 insertions(+)
49554
49555 commit f39934983f459c992e27075cd2c45ac0025183d0
49556 Author: Behdad Esfahbod <behdad@behdad.org>
49557 Date:   Tue May 14 00:13:21 2019 -0700
49558
49559     [ucdn] Fix Hangul composition
49560     
49561     https://github.com/grigorig/ucdn/issues/23
49562
49563  src/hb-ucdn/ucdn.c      | 3 ++-
49564  test/api/test-unicode.c | 4 ++++
49565  2 files changed, 6 insertions(+), 1 deletion(-)
49566
49567 commit b2ab15a78c219016e20389582716e0ac0ee8aeb5
49568 Author: Behdad Esfahbod <behdad@behdad.org>
49569 Date:   Mon May 13 23:47:28 2019 -0700
49570
49571     Fix more warnings
49572
49573  src/hb-ot-cff1-table.hh | 8 ++++----
49574  src/hb-subset-cff1.cc   | 4 ++--
49575  2 files changed, 6 insertions(+), 6 deletions(-)
49576
49577 commit 42ae468a8a76e1e4e6a8121eec5dc118f52086ee
49578 Author: Behdad Esfahbod <behdad@behdad.org>
49579 Date:   Mon May 13 23:43:45 2019 -0700
49580
49581     [config] Add NDEBUG and HB_NDEBUG
49582     
49583     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49584
49585  src/hb-config.hh | 10 ++++++++++
49586  src/hb.hh        | 10 ----------
49587  2 files changed, 10 insertions(+), 10 deletions(-)
49588
49589 commit 0a01deb76fa582afa83da70a09478299d8080827
49590 Author: Behdad Esfahbod <behdad@behdad.org>
49591 Date:   Mon May 13 18:04:09 2019 -0700
49592
49593     One more warning fix
49594     
49595     No idea where these appear from...
49596
49597  src/hb-ot-cff-common.hh | 4 ++--
49598  1 file changed, 2 insertions(+), 2 deletions(-)
49599
49600 commit f76e9f2ede76a189d48ddd4f2275442d8e849815
49601 Author: Behdad Esfahbod <behdad@behdad.org>
49602 Date:   Mon May 13 17:39:46 2019 -0700
49603
49604     [icu] Comment
49605
49606  src/hb-icu.cc | 3 ++-
49607  1 file changed, 2 insertions(+), 1 deletion(-)
49608
49609 commit 70fe9e73555f3354238f7cda5ff0f0c0b75e1d62
49610 Author: Behdad Esfahbod <behdad@behdad.org>
49611 Date:   Mon May 13 17:35:02 2019 -0700
49612
49613     Fix moreeeeeeeeeee
49614
49615  src/hb-icu.cc         | 28 +++++++++++++++-------------
49616  src/hb-subset-plan.cc |  2 +-
49617  2 files changed, 16 insertions(+), 14 deletions(-)
49618
49619 commit 68e12e68f813bfd22dda040463d042cc06b958ec
49620 Author: Behdad Esfahbod <behdad@behdad.org>
49621 Date:   Mon May 13 17:28:59 2019 -0700
49622
49623     Fix more semi-colon issues
49624
49625  src/hb-coretext.cc    | 4 ++--
49626  src/hb-directwrite.cc | 4 ++--
49627  src/hb-graphite2.cc   | 4 ++--
49628  src/hb-uniscribe.cc   | 4 ++--
49629  4 files changed, 8 insertions(+), 8 deletions(-)
49630
49631 commit 4d3cf2adb669c345cc43832d11689271995e160a
49632 Author: Behdad Esfahbod <behdad@behdad.org>
49633 Date:   Mon May 13 17:25:07 2019 -0700
49634
49635     [iter] Fix zip iterator sortedness classification logic
49636
49637  src/hb-iter.hh | 9 ++-------
49638  1 file changed, 2 insertions(+), 7 deletions(-)
49639
49640 commit c572732f29787d1cf7ff39b8160b3935d4b13ba4
49641 Author: Behdad Esfahbod <behdad@behdad.org>
49642 Date:   Mon May 13 15:41:09 2019 -0700
49643
49644     Fix more excess semi-colon errors
49645
49646  src/hb-common.cc                 | 2 +-
49647  src/hb-ot-name.cc                | 4 ++--
49648  src/hb-ot-shape-complex-indic.hh | 2 +-
49649  src/hb-ot-shape-complex-khmer.hh | 2 +-
49650  4 files changed, 5 insertions(+), 5 deletions(-)
49651
49652 commit 513762849a683914fc266a17ddf38f133cccf072
49653 Author: Behdad Esfahbod <behdad@behdad.org>
49654 Date:   Mon May 13 15:36:14 2019 -0700
49655
49656     [iter] Track strictly-sorted iterators
49657     
49658     This make output of hb_enumerate() sorted regardless of input iterator.
49659
49660  src/hb-array.hh            |  2 +-
49661  src/hb-iter.hh             | 30 +++++++++++++++++++++---------
49662  src/hb-ot-layout-common.hh |  2 +-
49663  src/hb-set.hh              |  2 +-
49664  4 files changed, 24 insertions(+), 12 deletions(-)
49665
49666 commit 7e02063f3202712b4e5fbddac0354adadb924f72
49667 Author: Behdad Esfahbod <behdad@behdad.org>
49668 Date:   Mon May 13 15:26:00 2019 -0700
49669
49670     [iter] Minor
49671
49672  src/hb-iter.hh | 21 +++++++++++----------
49673  1 file changed, 11 insertions(+), 10 deletions(-)
49674
49675 commit a5fb44a8cbbaad194ddf6d02a6b6c98b0b637149
49676 Author: Garret Rieger <grieger@google.com>
49677 Date:   Mon May 13 14:57:40 2019 -0700
49678
49679     [subset] Fix shadowed 'groups' param in cmap.
49680
49681  src/hb-ot-cmap-table.hh | 18 +++++++++---------
49682  1 file changed, 9 insertions(+), 9 deletions(-)
49683
49684 commit 73943bdf21a96f4e12cb9efd8458a2711de0d870
49685 Author: Behdad Esfahbod <behdad@behdad.org>
49686 Date:   Mon May 13 14:48:31 2019 -0700
49687
49688     Adjust uniscribe_bug_compatible mode
49689     
49690     More correct behavior.  We were commenting out some legit conditions
49691     before.
49692     
49693     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49694
49695  src/hb-ot-shape-complex-indic.cc | 10 ++--------
49696  1 file changed, 2 insertions(+), 8 deletions(-)
49697
49698 commit 809c58708359bcc22bb1273069886f2cbf68be65
49699 Author: Behdad Esfahbod <behdad@behdad.org>
49700 Date:   Mon May 13 14:45:51 2019 -0700
49701
49702     [config] Better compile away morx/kerx/trak
49703     
49704     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49705
49706  src/hb-ot-shape.cc | 38 ++++++++++++++------------------------
49707  src/hb-ot-shape.hh | 12 +++++++++++-
49708  2 files changed, 25 insertions(+), 25 deletions(-)
49709
49710 commit b1d3e54bd3c881794b05831e811b1a77a7d427c5
49711 Author: Behdad Esfahbod <behdad@behdad.org>
49712 Date:   Mon May 13 14:35:04 2019 -0700
49713
49714     [indic] Don't constrain how many C, M, ... occur
49715     
49716     Fixes https://github.com/harfbuzz/harfbuzz/issues/1709
49717     
49718     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49719
49720  src/hb-ot-shape-complex-indic-machine.hh | 1225 ++++++++----------------------
49721  src/hb-ot-shape-complex-indic-machine.rl |    8 +-
49722  2 files changed, 305 insertions(+), 928 deletions(-)
49723
49724 commit 148d88368013ba9bf70a7dd275b1a0f9c64fd45c
49725 Author: Behdad Esfahbod <behdad@behdad.org>
49726 Date:   Mon May 13 14:33:06 2019 -0700
49727
49728     [test] Don't call deprecated API
49729
49730  test/api/test-font.c  |  3 ---
49731  test/api/test-shape.c | 16 ++--------------
49732  2 files changed, 2 insertions(+), 17 deletions(-)
49733
49734 commit a487fc33248ea2f934ff4cb857cb556065c11841
49735 Author: Behdad Esfahbod <behdad@behdad.org>
49736 Date:   Mon May 13 14:16:33 2019 -0700
49737
49738     Another extra semi-colon
49739
49740  src/hb-ot-layout-common.hh | 2 +-
49741  1 file changed, 1 insertion(+), 1 deletion(-)
49742
49743 commit 8461ade7832110d28001dc641342d3f9461e03b0
49744 Author: Behdad Esfahbod <behdad@behdad.org>
49745 Date:   Mon May 13 14:10:48 2019 -0700
49746
49747     Revert "[ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018"
49748     
49749     This reverts commit 9b05db33b54e6e5f0b4658f4c06e7fe563f8923b.
49750     
49751     Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
49752
49753  src/hb-buffer-deserialize-json.hh          | 1051 ++++++-----
49754  src/hb-buffer-deserialize-text.hh          | 1009 ++++++-----
49755  src/hb-ot-shape-complex-indic-machine.hh   | 2678 ++++++++++++----------------
49756  src/hb-ot-shape-complex-khmer-machine.hh   |  709 ++++----
49757  src/hb-ot-shape-complex-myanmar-machine.hh |  820 ++++-----
49758  src/hb-ot-shape-complex-use-machine.hh     | 1144 ++++++------
49759  6 files changed, 3452 insertions(+), 3959 deletions(-)
49760
49761 commit 52c15b053aec06d351404a4c15609384946b26e1
49762 Author: Behdad Esfahbod <behdad@behdad.org>
49763 Date:   Mon May 13 14:10:28 2019 -0700
49764
49765     Revert "[ragel] Switch to -T1 output instead of -F1"
49766     
49767     This reverts commit ae8719eb596485ebff07dd5016256015cd0cf86b.
49768     
49769     Part of https://github.com/harfbuzz/harfbuzz/issues/1708
49770
49771  src/Makefile.am                            |    2 +-
49772  src/hb-buffer-deserialize-json.hh          |  381 ++-
49773  src/hb-buffer-deserialize-text.hh          |  308 +--
49774  src/hb-ot-shape-complex-indic-machine.hh   | 3527 +++++++---------------------
49775  src/hb-ot-shape-complex-khmer-machine.hh   |  396 +---
49776  src/hb-ot-shape-complex-myanmar-machine.hh |  742 ++----
49777  src/hb-ot-shape-complex-use-machine.hh     | 1011 ++------
49778  7 files changed, 1658 insertions(+), 4709 deletions(-)
49779
49780 commit e98f0ddd6373f64ef4b542daa36b5841399170af
49781 Author: Behdad Esfahbod <behdad@behdad.org>
49782 Date:   Mon May 13 13:53:06 2019 -0700
49783
49784     Fix extra semi-colon
49785
49786  src/hb-iter.hh | 2 +-
49787  src/hb.hh      | 1 +
49788  2 files changed, 2 insertions(+), 1 deletion(-)
49789
49790 commit ae8719eb596485ebff07dd5016256015cd0cf86b
49791 Author: Behdad Esfahbod <behdad@behdad.org>
49792 Date:   Mon May 13 12:27:10 2019 -0700
49793
49794     [ragel] Switch to -T1 output instead of -F1
49795     
49796     Fedora upgraded to ragel 7, which is buggy if char is signed.
49797     Switching to -G2 output fails with sign-compare error:
49798     
49799     ../../src/hb-buffer-deserialize-json.hh:107:12: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const char’ [-Werror=sign-compare]
49800         if ( 9u <= ( (*( p))) && ( (*( p))) <= 13u ) {
49801              ~~~^~~~~~~~~~~~~
49802     
49803     Switching to -T1 for now.  It actually results in smaller code,
49804     at the expense of some binary searching instead of flat tables.
49805     In the not distant future, we might actually generate two different
49806     outputs and choose between depending on size-optimize options.
49807     
49808     Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
49809
49810  src/Makefile.am                            |    2 +-
49811  src/hb-buffer-deserialize-json.hh          |  381 ++--
49812  src/hb-buffer-deserialize-text.hh          |  308 ++-
49813  src/hb-ot-shape-complex-indic-machine.hh   | 3401 +++++++++++++++++++++-------
49814  src/hb-ot-shape-complex-khmer-machine.hh   |  396 +++-
49815  src/hb-ot-shape-complex-myanmar-machine.hh |  742 ++++--
49816  src/hb-ot-shape-complex-use-machine.hh     | 1011 ++++++---
49817  7 files changed, 4646 insertions(+), 1595 deletions(-)
49818
49819 commit df3f36f0bb7aeed0554843f24f6542852e40f6cc
49820 Author: Behdad Esfahbod <behdad@behdad.org>
49821 Date:   Sun May 12 20:56:36 2019 -0700
49822
49823     Minor
49824
49825  src/gen-os2-unicode-ranges.py | 2 ++
49826  1 file changed, 2 insertions(+)
49827
49828 commit ccc88e98f34453100830d6408fdabfe90e6b47b8
49829 Author: Behdad Esfahbod <behdad@behdad.org>
49830 Date:   Sun May 12 16:12:06 2019 -0700
49831
49832     Fix MSVC build
49833
49834  src/hb-ot-shape-complex-indic.cc | 2 +-
49835  1 file changed, 1 insertion(+), 1 deletion(-)
49836
49837 commit f8f9cb93b7166b0d8c816610596da486443c7391
49838 Author: Behdad Esfahbod <behdad@behdad.org>
49839 Date:   Sun May 12 15:56:25 2019 -0700
49840
49841     [config] Define HB_NO_SUBSET_LAYOUT in HB_LEAN
49842     
49843     Assumning subsetter would be used for printing-like uses in that case,
49844     which don't need GSUB/GPOS.
49845
49846  src/hb-config.hh | 3 ++-
49847  1 file changed, 2 insertions(+), 1 deletion(-)
49848
49849 commit a1394a28fc4b3d15ef45481f3147f0685d343acb
49850 Author: Behdad Esfahbod <behdad@behdad.org>
49851 Date:   Sun May 12 15:47:46 2019 -0700
49852
49853     [config] Add HB_NO_UNISCRIBE_BUG_COMPATIBLE
49854     
49855     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49856
49857  src/hb-config.hh                 |  4 ++++
49858  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++------
49859  2 files changed, 22 insertions(+), 6 deletions(-)
49860
49861 commit dba1ac1b0e8f5f96974fc1119b318ae6127daa82
49862 Author: Behdad Esfahbod <behdad@behdad.org>
49863 Date:   Sun May 12 15:33:31 2019 -0700
49864
49865     [config] Disable buffer serialize routines in HB_TINY
49866     
49867     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49868
49869  src/hb-buffer-serialize.cc | 14 +++++++++++++-
49870  src/hb-config.hh           |  1 +
49871  2 files changed, 14 insertions(+), 1 deletion(-)
49872
49873 commit 3d9be2ad5036aaf02b69095faaf9c18705c2c5bc
49874 Merge: a20db496f 1a850abd6
49875 Author: n8willis <n8willis@users.noreply.github.com>
49876 Date:   Sun May 12 20:03:29 2019 +0100
49877
49878     Merge pull request #1665 from n8willis/docs-gtkdoc-colormath
49879     
49880     [Docs] Add gtk-doc comments for OT color and OT math
49881
49882 commit a20db496f090abc5b937857b7c5f077161b6ffe4
49883 Author: Behdad Esfahbod <behdad@behdad.org>
49884 Date:   Sun May 12 11:08:45 2019 -0700
49885
49886     Fix builds
49887
49888  src/hb-subset-plan.cc | 2 ++
49889  1 file changed, 2 insertions(+)
49890
49891 commit 8694d6082901661e90e2ffcf732e9985a215063f
49892 Author: Behdad Esfahbod <behdad@behdad.org>
49893 Date:   Sun May 12 11:05:24 2019 -0700
49894
49895     [config] Enable HB_NO_MT in HB_TINY
49896     
49897     Now that user can override it if needed...
49898     
49899     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49900
49901  src/hb-config.hh | 2 +-
49902  1 file changed, 1 insertion(+), 1 deletion(-)
49903
49904 commit 7f6fca4ef78cf3c9384bf835def14219b2ce8791
49905 Author: Behdad Esfahbod <behdad@behdad.org>
49906 Date:   Sun May 12 10:29:47 2019 -0700
49907
49908     Force-disable CFF code under disabling conditions
49909     
49910     Subsetter size goes down from 190kb to 119kb.  Main library about 7kb.
49911     
49912     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
49913
49914  src/hb-ot-cff1-table.cc | 4 ++++
49915  src/hb-ot-cff2-table.cc | 4 ++++
49916  src/hb-subset-cff1.cc   | 4 ++++
49917  src/hb-subset-cff2.cc   | 4 ++++
49918  4 files changed, 16 insertions(+)
49919
49920 commit 5249eee43748db32b40ad2602b3243d2491642b3
49921 Author: Behdad Esfahbod <behdad@behdad.org>
49922 Date:   Sat May 11 16:12:07 2019 -0700
49923
49924     [config] Allow overriding chosen config
49925
49926  src/hb-config.hh | 6 ++++++
49927  1 file changed, 6 insertions(+)
49928
49929 commit 30c059a978c91fcd38d47f1ac4a03295f887a7da
49930 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49931 Date:   Sat May 11 18:48:41 2019 -0400
49932
49933     [test] minor, fix -Weverything bot
49934
49935  test/fuzzing/main.cc | 3 ++-
49936  1 file changed, 2 insertions(+), 1 deletion(-)
49937
49938 commit a29b1de55abca2e90733caff7423e5251d72e03c
49939 Author: Nathan Willis <nwillis@glyphography.com>
49940 Date:   Sat May 11 20:56:55 2019 +0100
49941
49942     Usermanual, fix up userfeatures example code in OpenType features section of shaping chapter.
49943
49944  docs/usermanual-opentype-features.xml | 15 +++++++++++----
49945  1 file changed, 11 insertions(+), 4 deletions(-)
49946
49947 commit 78fcb14db9041af0e0d5ea209cf0cb1977f6dcc3
49948 Author: Nathan Willis <nwillis@glyphography.com>
49949 Date:   Sat May 11 20:56:02 2019 +0100
49950
49951     Usermanual, minor: flesh out invisible-glyph discussion in buffers chapter.
49952
49953  ...ermanual-buffers-language-script-and-direction.xml | 19 +++++++++++++++----
49954  1 file changed, 15 insertions(+), 4 deletions(-)
49955
49956 commit 25531a30394c451a7a2aee77928e0a550015b803
49957 Author: Ebrahim Byagowi <ebrahim@gnu.org>
49958 Date:   Sat May 11 19:50:42 2019 +0000
49959
49960     [test] minor
49961     
49962     style fix and add return statement
49963
49964  test/fuzzing/main.cc | 10 +++++++---
49965  1 file changed, 7 insertions(+), 3 deletions(-)
49966
49967 commit 1a850abd66999707b6f4795050e748fc879b92ef
49968 Merge: 8a544171d a6048e4cd
49969 Author: n8willis <n8willis@users.noreply.github.com>
49970 Date:   Sat May 11 20:16:57 2019 +0100
49971
49972     Merge branch 'master' into docs-gtkdoc-colormath
49973
49974 commit 8a544171d15bb36c15ca7bf679643b2b14f94b45
49975 Author: Nathan Willis <nwillis@glyphography.com>
49976 Date:   Sat May 11 20:11:49 2019 +0100
49977
49978     Corrections to OT Color gtk-doc comments.
49979
49980  src/hb-ot-color.cc | 14 +++++++-------
49981  1 file changed, 7 insertions(+), 7 deletions(-)
49982
49983 commit 301f5091f6663cc8a1fff848bf5285aa15cc0598
49984 Author: Nathan Willis <nwillis@glyphography.com>
49985 Date:   Sat May 11 20:11:36 2019 +0100
49986
49987     Corrections to OT Math gtk-doc comments.
49988
49989  src/hb-ot-math.cc | 33 +++++++++++++++++++++++----------
49990  1 file changed, 23 insertions(+), 10 deletions(-)
49991
49992 commit a6048e4cd013987ecb846e0683a7cf6f0caa65f9
49993 Author: Behdad Esfahbod <behdad@behdad.org>
49994 Date:   Sat May 11 12:11:22 2019 -0700
49995
49996     Fix build
49997
49998  src/hb-ot-font.cc | 2 +-
49999  1 file changed, 1 insertion(+), 1 deletion(-)
50000
50001 commit 32d3c06b61f2f4252f4403b55c6ba07fbb572149
50002 Author: Behdad Esfahbod <behdad@behdad.org>
50003 Date:   Sat May 11 11:59:18 2019 -0700
50004
50005     Disable sbix if no-color or no-ot-font-bitmap
50006     
50007     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50008
50009  src/hb-ot-font.cc | 21 +++++++++++----------
50010  1 file changed, 11 insertions(+), 10 deletions(-)
50011
50012 commit 606841b07017ac80dea2fc5ada25b5976f2f9192
50013 Author: Behdad Esfahbod <behdad@behdad.org>
50014 Date:   Sat May 11 11:54:30 2019 -0700
50015
50016     [iter] Check for more before forwarding/rewinding past ends
50017
50018  src/hb-iter.hh   | 4 ++--
50019  src/test-iter.cc | 6 ++----
50020  2 files changed, 4 insertions(+), 6 deletions(-)
50021
50022 commit c1c122e7b3f60dc7b5a224c68d2acb106fda8b49
50023 Author: David Corbett <corbett.dav@husky.neu.edu>
50024 Date:   Sat May 11 11:38:06 2019 -0400
50025
50026     [iter] Fix filter rewinding
50027
50028  src/hb-iter.hh | 2 +-
50029  1 file changed, 1 insertion(+), 1 deletion(-)
50030
50031 commit b854d4ff46602104343201361919f30169144cf1
50032 Author: David Corbett <corbett.dav@husky.neu.edu>
50033 Date:   Fri May 10 22:51:49 2019 -0400
50034
50035     [array] Fix rewinding
50036
50037  src/hb-array.hh | 22 +++++++++++++---------
50038  1 file changed, 13 insertions(+), 9 deletions(-)
50039
50040 commit 76e80c5ca5e820e955438e4c727929ddd99e695e
50041 Author: n8willis <n8willis@users.noreply.github.com>
50042 Date:   Sat May 11 19:51:24 2019 +0100
50043
50044     Update src/hb-ot-color.cc
50045     
50046     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50047
50048  src/hb-ot-color.cc | 2 +-
50049  1 file changed, 1 insertion(+), 1 deletion(-)
50050
50051 commit 79126df3070f00193fe3caefe9deb62c4520e048
50052 Author: Behdad Esfahbod <behdad@behdad.org>
50053 Date:   Sat May 11 11:23:31 2019 -0700
50054
50055     [iter] Add hb_map_sorted() and hb_map_retains_sorting()
50056
50057  src/hb-iter.hh | 38 +++++++++++++++++++++++++++++++-------
50058  1 file changed, 31 insertions(+), 7 deletions(-)
50059
50060 commit bcd81932f0bcb2258276ae313709780e90e9b0f6
50061 Author: n8willis <n8willis@users.noreply.github.com>
50062 Date:   Sat May 11 14:10:32 2019 +0100
50063
50064     Update src/hb-ot-math.cc
50065     
50066     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50067
50068  src/hb-ot-math.cc | 2 +-
50069  1 file changed, 1 insertion(+), 1 deletion(-)
50070
50071 commit ddc6dd42f753a20204898e41cc711b0100638330
50072 Author: n8willis <n8willis@users.noreply.github.com>
50073 Date:   Sat May 11 14:10:11 2019 +0100
50074
50075     Update src/hb-ot-math.cc
50076     
50077     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50078
50079  src/hb-ot-math.cc | 2 +-
50080  1 file changed, 1 insertion(+), 1 deletion(-)
50081
50082 commit 46e05ecca16e561a0ff4ca60bb064f480374590a
50083 Author: n8willis <n8willis@users.noreply.github.com>
50084 Date:   Sat May 11 14:09:52 2019 +0100
50085
50086     Update src/hb-ot-color.cc
50087     
50088     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50089
50090  src/hb-ot-color.cc | 2 +-
50091  1 file changed, 1 insertion(+), 1 deletion(-)
50092
50093 commit 6d9870b4799f20a6c58a2c071713e56aa93b0221
50094 Author: n8willis <n8willis@users.noreply.github.com>
50095 Date:   Sat May 11 14:09:26 2019 +0100
50096
50097     Update src/hb-ot-color.cc
50098     
50099     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50100
50101  src/hb-ot-color.cc | 2 +-
50102  1 file changed, 1 insertion(+), 1 deletion(-)
50103
50104 commit 12ea4a24c40c7ac28d058e9721479347951e3482
50105 Author: n8willis <n8willis@users.noreply.github.com>
50106 Date:   Sat May 11 14:08:40 2019 +0100
50107
50108     Update src/hb-ot-color.cc
50109     
50110     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50111
50112  src/hb-ot-color.cc | 2 +-
50113  1 file changed, 1 insertion(+), 1 deletion(-)
50114
50115 commit 3535f2d31efe1ebe44ba63f980882ba23cdcde3b
50116 Author: n8willis <n8willis@users.noreply.github.com>
50117 Date:   Sat May 11 14:07:38 2019 +0100
50118
50119     Update src/hb-ot-color.cc
50120     
50121     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50122
50123  src/hb-ot-color.cc | 2 +-
50124  1 file changed, 1 insertion(+), 1 deletion(-)
50125
50126 commit 12d2c472fe8ec3268a4b39a57603dcc734ab7b88
50127 Author: n8willis <n8willis@users.noreply.github.com>
50128 Date:   Sat May 11 14:06:56 2019 +0100
50129
50130     Update src/hb-ot-color.cc
50131     
50132     Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
50133
50134  src/hb-ot-color.cc | 2 +-
50135  1 file changed, 1 insertion(+), 1 deletion(-)
50136
50137 commit 7f45ce42dbf11366e904f48db45cf5405e4e94df
50138 Author: Behdad Esfahbod <behdad@behdad.org>
50139 Date:   Sat May 11 01:28:31 2019 -0700
50140
50141     [config] Rename
50142
50143  src/hb-config.hh    | 2 +-
50144  src/hb-ot-layout.cc | 4 ++--
50145  2 files changed, 3 insertions(+), 3 deletions(-)
50146
50147 commit 0e78d4ddaec5f29d6652cc4185cbcca98c3a2927
50148 Author: Behdad Esfahbod <behdad@behdad.org>
50149 Date:   Sat May 11 01:27:50 2019 -0700
50150
50151     [config] Add HB_NO_NAME
50152     
50153     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50154
50155  src/hb-config.hh  |  6 +++++-
50156  src/hb-ot-name.cc | 20 ++++++++++++++++++++
50157  2 files changed, 25 insertions(+), 1 deletion(-)
50158
50159 commit 1fc077211771c752768f63f178116d2b8f2f7d03
50160 Author: Behdad Esfahbod <behdad@behdad.org>
50161 Date:   Sat May 11 01:24:23 2019 -0700
50162
50163     [config] HB_NO_OT_NAME_LANGUAGE AAT
50164
50165  src/hb-config.hh                  | 4 ++--
50166  src/hb-ot-name-language-static.hh | 3 +++
50167  src/hb-ot-name-table.hh           | 4 +++-
50168  3 files changed, 8 insertions(+), 3 deletions(-)
50169
50170 commit 4381bb2de7a554a148302836b86a5d73264abeae
50171 Author: Behdad Esfahbod <behdad@behdad.org>
50172 Date:   Sat May 11 01:14:04 2019 -0700
50173
50174     [config] Comment
50175
50176  src/hb-config.hh | 1 +
50177  1 file changed, 1 insertion(+)
50178
50179 commit 9c921e6c32ab5ac4c524f554b7a7841eeeb0908f
50180 Author: Behdad Esfahbod <behdad@behdad.org>
50181 Date:   Sat May 11 01:08:51 2019 -0700
50182
50183     [config] Enable HB_NO_NAME_TABLE_AAT
50184     
50185     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50186
50187  src/hb-config.hh | 2 ++
50188  1 file changed, 2 insertions(+)
50189
50190 commit 81b79dfc397599182f43d63bf9346eee28e2d220
50191 Author: Behdad Esfahbod <behdad@behdad.org>
50192 Date:   Sat May 11 00:53:52 2019 -0700
50193
50194     [config] Add HB_NO_COLOR to HB_LEAN
50195     
50196     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50197
50198  src/hb-config.hh   |  1 +
50199  src/hb-ot-color.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
50200  src/hb-ot-color.h  |  2 +-
50201  src/hb-ot-layout.h |  2 +-
50202  4 files changed, 48 insertions(+), 6 deletions(-)
50203
50204 commit b63a8e173cbc5a81f2ca4a0a82f20b9dafaedb30
50205 Author: Behdad Esfahbod <behdad@behdad.org>
50206 Date:   Sat May 11 00:47:20 2019 -0700
50207
50208     [config Add HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS to LEAN
50209     
50210     Already I don't like the inflexibility of this approach :(.
50211     
50212     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50213
50214  src/hb-config.hh | 1 +
50215  1 file changed, 1 insertion(+)
50216
50217 commit 42a21284778f3203d96133f74b0f846cd1567958
50218 Author: Behdad Esfahbod <behdad@behdad.org>
50219 Date:   Sat May 11 00:44:22 2019 -0700
50220
50221     [config] Disbale getenv() and atexit() if HB_LEAN
50222     
50223     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50224
50225  src/hb-config.hh | 2 ++
50226  1 file changed, 2 insertions(+)
50227
50228 commit fca27860417812d51e40f040de97c10177b1250e
50229 Author: Behdad Esfahbod <behdad@behdad.org>
50230 Date:   Sat May 11 00:37:01 2019 -0700
50231
50232     [config] Make HB_DISABLE_DEPRECATED actually compile
50233     
50234     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50235
50236  src/hb-config.hh            |  7 +++++++
50237  src/hb-font.cc              |  8 ++++++++
50238  src/hb-font.hh              | 12 ++++++++++--
50239  src/hb-graphite2.cc         |  2 ++
50240  src/hb-icu.cc               |  2 +-
50241  src/hb-ot-layout.cc         |  7 ++++++-
50242  src/hb-ot-shape-fallback.cc |  4 ++++
50243  src/hb-ot-tag.cc            |  4 ++++
50244  src/hb-ot-var-fvar-table.hh |  6 ++++++
50245  src/hb-ot-var.cc            |  2 ++
50246  src/hb-set.cc               |  2 ++
50247  src/hb-unicode.cc           |  6 ++++++
50248  src/hb-unicode.hh           | 10 +++++++---
50249  13 files changed, 65 insertions(+), 7 deletions(-)
50250
50251 commit 5a48611ccd045de5782ad2fd5f6718357fe232a2
50252 Author: Behdad Esfahbod <behdad@behdad.org>
50253 Date:   Sat May 11 00:19:03 2019 -0700
50254
50255     [config] Add HB_NO_OT_LAYOUT_UNUSED
50256     
50257     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50258
50259  src/hb-config.hh    |  1 +
50260  src/hb-ot-layout.cc | 12 ++++++++++++
50261  2 files changed, 13 insertions(+)
50262
50263 commit 771f1b21d1d7128440d6b4488705456d43dbc0e7
50264 Author: Behdad Esfahbod <behdad@behdad.org>
50265 Date:   Sat May 11 00:16:18 2019 -0700
50266
50267     [config] Adjust
50268
50269  src/hb-config.hh | 12 +++++++-----
50270  1 file changed, 7 insertions(+), 5 deletions(-)
50271
50272 commit 484f6e8215038006a945da67d245f14db3eeeb2e
50273 Author: Behdad Esfahbod <behdad@behdad.org>
50274 Date:   Sat May 11 00:13:35 2019 -0700
50275
50276     [config] Add HB_LEAN
50277     
50278     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50279
50280  src/hb-config.hh  |  5 +++++
50281  src/hb-ot-math.cc | 40 ++++++++++++++++++++++++++++++++++++++++
50282  2 files changed, 45 insertions(+)
50283
50284 commit 0bfd14c0ed2f95f00d0b94d396c777399afa4d68
50285 Author: Behdad Esfahbod <behdad@behdad.org>
50286 Date:   Sat May 11 00:06:57 2019 -0700
50287
50288     [config] Fix tests
50289
50290  src/hb-config.hh | 3 +++
50291  1 file changed, 3 insertions(+)
50292
50293 commit 784df8eba1aaf20d2db464f8b3ea0984f7ea1308
50294 Author: Behdad Esfahbod <behdad@behdad.org>
50295 Date:   Sat May 11 00:04:59 2019 -0700
50296
50297     [config] Flesh out more
50298     
50299     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50300
50301  src/hb-config.hh | 17 +++++++++++++++++
50302  1 file changed, 17 insertions(+)
50303
50304 commit 799c6a5081e5058260199eeeb2091ee2c1dfefff
50305 Author: Behdad Esfahbod <behdad@behdad.org>
50306 Date:   Fri May 10 23:55:22 2019 -0700
50307
50308     [config] Add some
50309
50310  src/hb-aat-layout.cc    | 26 +++++++++++++-------------
50311  src/hb-aat-map.cc       |  4 ++--
50312  src/hb-config.hh        | 18 ++++++++++++++++++
50313  src/hb-ot-kern-table.hh | 14 +++++++-------
50314  src/hb-ot-shape.cc      | 22 +++++++++++-----------
50315  5 files changed, 51 insertions(+), 33 deletions(-)
50316
50317 commit e6582de12f1af9ab5e3122d762a3e12438a66b6b
50318 Author: Behdad Esfahbod <behdad@behdad.org>
50319 Date:   Fri May 10 23:53:38 2019 -0700
50320
50321     Add hb-config.hh
50322
50323  src/Makefile.sources |  1 +
50324  src/hb-config.hh     | 36 ++++++++++++++++++++++++++++++++++++
50325  src/hb.hh            |  7 ++++---
50326  3 files changed, 41 insertions(+), 3 deletions(-)
50327
50328 commit d43af339e7a7f5dab1690703a78d2690baefbd59
50329 Author: Behdad Esfahbod <behdad@behdad.org>
50330 Date:   Fri May 10 23:46:22 2019 -0700
50331
50332     [subset] More HB_NO_SUBSET_LAYOUT
50333     
50334     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50335
50336  src/hb-subset-plan.cc | 13 ++++++++-----
50337  1 file changed, 8 insertions(+), 5 deletions(-)
50338
50339 commit 31c591d69f6a7605088883db59149e83c80d019c
50340 Author: Behdad Esfahbod <behdad@behdad.org>
50341 Date:   Fri May 10 23:39:53 2019 -0700
50342
50343     [cff] Prune more code if HB_NO_OT_FONT_CFF
50344     
50345     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50346
50347  src/hb-ot-cff1-table.cc | 5 +++++
50348  src/hb-ot-cff2-table.cc | 5 +++++
50349  2 files changed, 10 insertions(+)
50350
50351 commit 5ea8ad5c48f9baabc4ccf81dce4aee1067c401f6
50352 Author: Behdad Esfahbod <behdad@behdad.org>
50353 Date:   Fri May 10 23:36:42 2019 -0700
50354
50355     [subset] Add HB_NO_SUBSET_CFF
50356     
50357     Doesn't fully prune all the relevant code.  To be fixed later.
50358     
50359     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50360
50361  src/hb-subset.cc | 3 +++
50362  1 file changed, 3 insertions(+)
50363
50364 commit 2c93f0dee31b2277567ccbee041539732b9bd26d
50365 Author: Behdad Esfahbod <behdad@behdad.org>
50366 Date:   Fri May 10 23:31:05 2019 -0700
50367
50368     Add HB_NO_AAT
50369     
50370     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
50371
50372  src/hb-aat-layout.cc    | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
50373  src/hb-aat-map.cc       |  8 +++++++
50374  src/hb-ot-kern-table.hh | 14 ++++++++++++
50375  src/hb-ot-shape.cc      | 28 +++++++++++++++++++++++-
50376  4 files changed, 107 insertions(+), 1 deletion(-)
50377
50378 commit 62dfe7aea23c95f4550543085071990e20ee4d54
50379 Author: Behdad Esfahbod <behdad@behdad.org>
50380 Date:   Fri May 10 23:17:15 2019 -0700
50381
50382     [cff] Minor
50383
50384  src/hb-subset-cff1.cc | 2 +-
50385  src/hb-subset-cff2.cc | 2 +-
50386  2 files changed, 2 insertions(+), 2 deletions(-)
50387
50388 commit 227d85e138d4c785c2d658e225ed35f5acd1235f
50389 Author: Behdad Esfahbod <behdad@behdad.org>
50390 Date:   Fri May 10 23:15:58 2019 -0700
50391
50392     Minor
50393
50394  src/hb-atomic.hh                             |  2 +-
50395  src/hb-debug.hh                              |  2 +-
50396  src/hb-font.cc                               |  2 +-
50397  src/hb-ot-font.cc                            |  4 ++--
50398  src/hb-ot-layout.cc                          |  6 +++---
50399  src/hb-ot-name-table.hh                      |  2 +-
50400  src/hb-ot-shape-complex-arabic.cc            |  2 +-
50401  src/hb-ot-shape-complex-hebrew.cc            |  2 +-
50402  src/hb-ot-shape-complex-thai.cc              |  2 +-
50403  src/hb-ot-shape-complex-vowel-constraints.cc |  2 +-
50404  src/hb-ot-shape-fallback.cc                  |  6 +++---
50405  src/hb-subset.cc                             |  4 ++--
50406  src/hb-warning.cc                            |  4 ++--
50407  src/hb.hh                                    | 10 +++++-----
50408  14 files changed, 25 insertions(+), 25 deletions(-)
50409
50410 commit 9bfe22af6113ee8cd24cb9ee091f0841c27bbf98
50411 Author: Behdad Esfahbod <behdad@behdad.org>
50412 Date:   Fri May 10 22:44:19 2019 -0700
50413
50414     [sanitize] Fix previous commit
50415
50416  src/hb-open-type.hh | 8 ++++----
50417  1 file changed, 4 insertions(+), 4 deletions(-)
50418
50419 commit 4dcf65328f04a11594fc190fd7e976afa54455e9
50420 Author: Behdad Esfahbod <behdad@behdad.org>
50421 Date:   Fri May 10 22:23:24 2019 -0700
50422
50423     [sanitize] Simplify
50424
50425  src/hb-open-type.hh | 45 ++++++++++-----------------------------------
50426  1 file changed, 10 insertions(+), 35 deletions(-)
50427
50428 commit 23168c3981f7c80883663fa69c608caee98d3d99
50429 Author: Behdad Esfahbod <behdad@behdad.org>
50430 Date:   Fri May 10 22:11:51 2019 -0700
50431
50432     [sanitize] Use hb_is_trivially_copyable()
50433
50434  src/hb-open-type.hh | 64 +++++++----------------------------------------------
50435  1 file changed, 8 insertions(+), 56 deletions(-)
50436
50437 commit 0ff7954f9f09f80654ac91c16712154744a0dd2d
50438 Author: Behdad Esfahbod <behdad@behdad.org>
50439 Date:   Fri May 10 22:04:40 2019 -0700
50440
50441     [meta] Add hb_is_trivial
50442
50443  src/hb-meta.hh   | 7 +++++++
50444  src/test-meta.cc | 4 ++++
50445  2 files changed, 11 insertions(+)
50446
50447 commit 7162a97bca6e0dde3d277701a3bf15688deef61d
50448 Author: Behdad Esfahbod <behdad@behdad.org>
50449 Date:   Fri May 10 22:03:03 2019 -0700
50450
50451     [meta] Add hb_is_trivially_copyable()
50452
50453  src/hb-meta.hh   | 11 +++++++++++
50454  src/test-meta.cc |  4 ++++
50455  2 files changed, 15 insertions(+)
50456
50457 commit f2398f34c019a55d4f0e1a7031961714afadf2b3
50458 Author: Behdad Esfahbod <behdad@behdad.org>
50459 Date:   Fri May 10 21:59:57 2019 -0700
50460
50461     [meta] Add is_trivially_destructible
50462
50463  src/hb-meta.hh   | 6 +++---
50464  src/test-meta.cc | 7 +++++--
50465  2 files changed, 8 insertions(+), 5 deletions(-)
50466
50467 commit 72cb5b8e52b7103c18adcb82cbcd4b91a2c85474
50468 Author: Behdad Esfahbod <behdad@behdad.org>
50469 Date:   Fri May 10 21:50:15 2019 -0700
50470
50471     Remove accidentally included include
50472
50473  src/test-meta.cc | 3 ---
50474  1 file changed, 3 deletions(-)
50475
50476 commit 086772e409759e8f1edd0e34f6f25374e51e9e10
50477 Author: Behdad Esfahbod <behdad@behdad.org>
50478 Date:   Fri May 10 21:49:25 2019 -0700
50479
50480     [meta] Add is_destructible
50481
50482  src/hb-meta.hh | 14 ++++++++++++++
50483  1 file changed, 14 insertions(+)
50484
50485 commit b14745278ad16fe7f4e838b685029e3fdda516ca
50486 Author: Behdad Esfahbod <behdad@behdad.org>
50487 Date:   Fri May 10 21:42:59 2019 -0700
50488
50489     [met]a Add is_constructible, ...
50490
50491  src/hb-meta.hh   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
50492  src/test-meta.cc | 23 ++++++++++++++++++
50493  2 files changed, 96 insertions(+)
50494
50495 commit 19e08a146712dacd11359370c91a7bad55bc6f62
50496 Author: Behdad Esfahbod <behdad@behdad.org>
50497 Date:   Fri May 10 21:25:07 2019 -0700
50498
50499     [iter] Adjust source_of/sink_of
50500
50501  src/hb-iter.hh | 4 ++--
50502  1 file changed, 2 insertions(+), 2 deletions(-)
50503
50504 commit c0485e32a320e17dd0634b2cc8b4dd8c4fdc65e0
50505 Author: Behdad Esfahbod <behdad@behdad.org>
50506 Date:   Fri May 10 21:03:14 2019 -0700
50507
50508     Use hb_void_t<> the way it's supposed to be used
50509
50510  src/hb-null.hh | 12 ++++++------
50511  1 file changed, 6 insertions(+), 6 deletions(-)
50512
50513 commit 40fb36a39de5dd3ee9a4c84f1f76205b6bb68660
50514 Author: Behdad Esfahbod <behdad@behdad.org>
50515 Date:   Fri May 10 21:01:19 2019 -0700
50516
50517     [meta] Minor
50518
50519  src/hb-meta.hh | 6 +++---
50520  1 file changed, 3 insertions(+), 3 deletions(-)
50521
50522 commit f9a96a0a97f59a0b31ee0f901d1c21dde6b3cfaf
50523 Author: Behdad Esfahbod <behdad@behdad.org>
50524 Date:   Fri May 10 20:56:16 2019 -0700
50525
50526     [meta] More rewrites
50527
50528  src/hb-meta.hh | 18 +++++++++---------
50529  1 file changed, 9 insertions(+), 9 deletions(-)
50530
50531 commit 5252677e53ff4473701172bbbd4e953ac6b08e6f
50532 Author: Behdad Esfahbod <behdad@behdad.org>
50533 Date:   Fri May 10 20:49:52 2019 -0700
50534
50535     [meta] Rewrite hb_int_min/max
50536
50537  src/hb-meta.hh | 44 ++++++++++++++++++++++----------------------
50538  1 file changed, 22 insertions(+), 22 deletions(-)
50539
50540 commit caa3f92e91062ff78b657aec23569b099de48640
50541 Author: Behdad Esfahbod <behdad@behdad.org>
50542 Date:   Fri May 10 20:43:51 2019 -0700
50543
50544     [meta] void_tt -> void_t
50545
50546  src/hb-meta.hh | 9 ++++-----
50547  1 file changed, 4 insertions(+), 5 deletions(-)
50548
50549 commit 7df3ecfb4069d275cd277c71165962bb5769364a
50550 Author: Behdad Esfahbod <behdad@behdad.org>
50551 Date:   Fri May 10 20:43:26 2019 -0700
50552
50553     [meta] hb_void_t -> hb_empty_t
50554
50555  src/hb-debug.hh                |  6 +++---
50556  src/hb-meta.hh                 |  2 +-
50557  src/hb-ot-layout-gsub-table.hh |  2 +-
50558  src/hb-ot-layout-gsubgpos.hh   | 18 +++++++++---------
50559  4 files changed, 14 insertions(+), 14 deletions(-)
50560
50561 commit 149c3db8a2d41894b5d65f4c4b7c20757f6de6dd
50562 Author: Behdad Esfahbod <behdad@behdad.org>
50563 Date:   Fri May 10 20:34:52 2019 -0700
50564
50565     [meta] Minor
50566
50567  src/hb-meta.hh | 2 +-
50568  1 file changed, 1 insertion(+), 1 deletion(-)
50569
50570 commit 707ff5b59d3903b60312a028f2ba5d74c18db101
50571 Author: Behdad Esfahbod <behdad@behdad.org>
50572 Date:   Fri May 10 20:31:20 2019 -0700
50573
50574     Minor
50575
50576  src/hb-meta.hh      | 5 -----
50577  src/hb-open-type.hh | 2 +-
50578  2 files changed, 1 insertion(+), 6 deletions(-)
50579
50580 commit ce300f4fb68a25d46d165e8b0a4825482c83a966
50581 Author: Behdad Esfahbod <behdad@behdad.org>
50582 Date:   Fri May 10 20:26:29 2019 -0700
50583
50584     [meta] Rewrite is_signed, add is_unsigned
50585
50586  src/hb-meta.hh | 29 ++++++++++++-----------------
50587  1 file changed, 12 insertions(+), 17 deletions(-)
50588
50589 commit e939d88bd72e0db0ebe357649b7a0fa3447c0bf4
50590 Author: Behdad Esfahbod <behdad@behdad.org>
50591 Date:   Fri May 10 20:20:51 2019 -0700
50592
50593     [meta] Rewrite is_integral / is_floating_point, add is_arithmetic
50594
50595  src/hb-meta.hh | 49 +++++++++++++++++++++++++++++++------------------
50596  1 file changed, 31 insertions(+), 18 deletions(-)
50597
50598 commit c3a456a26e8e5f8bc483b326f1928e9c603a7216
50599 Author: Behdad Esfahbod <behdad@behdad.org>
50600 Date:   Fri May 10 20:17:30 2019 -0700
50601
50602     [meta] Rewrite is_cr_convertible
50603
50604  src/hb-meta.hh | 13 +++++--------
50605  1 file changed, 5 insertions(+), 8 deletions(-)
50606
50607 commit b4ad6af9c4ec30c462078bd93ae12653619c5fea
50608 Author: Behdad Esfahbod <behdad@behdad.org>
50609 Date:   Fri May 10 20:15:03 2019 -0700
50610
50611     [meta] Rewrite is_base_of
50612
50613  src/hb-meta.hh | 5 +----
50614  1 file changed, 1 insertion(+), 4 deletions(-)
50615
50616 commit 5a171ed3a69313e10df6e42a03affb5e8bfe8e95
50617 Author: Behdad Esfahbod <behdad@behdad.org>
50618 Date:   Fri May 10 20:11:29 2019 -0700
50619
50620     [null] Modernize template work
50621
50622  src/hb-null.hh | 19 ++++++-------------
50623  1 file changed, 6 insertions(+), 13 deletions(-)
50624
50625 commit 61d150c916d181cc3f333d0378108e08210370ad
50626 Author: Behdad Esfahbod <behdad@behdad.org>
50627 Date:   Fri May 10 20:06:31 2019 -0700
50628
50629     [meta] Add integral_constant, true_t -> true_type, false_t -> false_type
50630
50631  src/hb-iter.hh | 20 ++++++++++----------
50632  src/hb-meta.hh | 17 ++++++++---------
50633  src/hb-null.hh |  4 ++--
50634  3 files changed, 20 insertions(+), 21 deletions(-)
50635
50636 commit 38e3a8bd531ef3d35ca0fbcfad09db3f83345038
50637 Author: Behdad Esfahbod <behdad@behdad.org>
50638 Date:   Fri May 10 20:03:14 2019 -0700
50639
50640     [meta] bool_tt -> bool_constant
50641
50642  src/hb-meta.hh | 6 +++---
50643  src/hb-null.hh | 4 ++--
50644  2 files changed, 5 insertions(+), 5 deletions(-)
50645
50646 commit 3919ca41b5e657764c7f75dfdc21cf8ca20bd66f
50647 Author: Behdad Esfahbod <behdad@behdad.org>
50648 Date:   Fri May 10 19:56:36 2019 -0700
50649
50650     [meta] Add is_floating_point
50651
50652  src/hb-meta.hh | 33 +++++++++++++++++++--------------
50653  1 file changed, 19 insertions(+), 14 deletions(-)
50654
50655 commit 25bb7e005d96c367731fd8d129d764d101b1200f
50656 Author: Behdad Esfahbod <behdad@behdad.org>
50657 Date:   Fri May 10 19:49:26 2019 -0700
50658
50659     [meta] Add is_signed for floating point types
50660
50661  src/hb-meta.hh | 3 +++
50662  1 file changed, 3 insertions(+)
50663
50664 commit e0315b4aadb3fbc6b618de56d643471e8d1f7859
50665 Author: Behdad Esfahbod <behdad@behdad.org>
50666 Date:   Fri May 10 19:48:02 2019 -0700
50667
50668     [meta] is_integer -> is_integral
50669
50670  src/hb-algs.hh |  2 +-
50671  src/hb-map.hh  |  4 ++--
50672  src/hb-meta.hh | 26 +++++++++++++-------------
50673  3 files changed, 16 insertions(+), 16 deletions(-)
50674
50675 commit 9574de7a3e763b9c5eacf65b4b8c148724c00b82
50676 Author: Behdad Esfahbod <behdad@behdad.org>
50677 Date:   Fri May 10 19:29:32 2019 -0700
50678
50679     [meta] Add add_const, add_pointer, add_lvalue_reference, add_rvalue_reference
50680
50681  src/hb-meta.hh | 11 +++++++++++
50682  1 file changed, 11 insertions(+)
50683
50684 commit 2fb3a8327ab35248a0c7877c48422718cfbe375d
50685 Author: Behdad Esfahbod <behdad@behdad.org>
50686 Date:   Fri May 10 18:40:29 2019 -0700
50687
50688     [vector] Simplify arrayZ
50689     
50690     Was turned into function when we had static ones and wanted to be
50691     move-safe...  Not the case anymore.
50692
50693  src/hb-coretext.cc      |  2 +-
50694  src/hb-ot-cff-common.hh |  2 +-
50695  src/hb-uniscribe.cc     | 10 +++----
50696  src/hb-vector.hh        | 71 ++++++++++++++++++++++---------------------------
50697  4 files changed, 39 insertions(+), 46 deletions(-)
50698
50699 commit 4d67743ffd99ed9f2278ab21adfac7eb314c0df0
50700 Author: Behdad Esfahbod <behdad@behdad.org>
50701 Date:   Fri May 10 16:35:31 2019 -0700
50702
50703     [subset] Use more auto typing
50704
50705  src/hb-ot-layout-common.hh     | 8 ++++----
50706  src/hb-ot-layout-gdef-table.hh | 2 +-
50707  src/hb-ot-layout-gsubgpos.hh   | 4 ++--
50708  3 files changed, 7 insertions(+), 7 deletions(-)
50709
50710 commit a27a31b9ee2601a05575cb581dc227caa73742c4
50711 Author: Behdad Esfahbod <behdad@behdad.org>
50712 Date:   Fri May 10 16:26:19 2019 -0700
50713
50714     Minor
50715
50716  src/hb-ot-layout-common.hh | 2 +-
50717  1 file changed, 1 insertion(+), 1 deletion(-)
50718
50719 commit 2ade0086286963ae2c65d44b94e63cb3836ce36b
50720 Author: Behdad Esfahbod <behdad@behdad.org>
50721 Date:   Fri May 10 16:21:03 2019 -0700
50722
50723     [serialize] More rewrite
50724
50725  src/hb-ot-layout-common.hh | 42 ++++++++++++++++++++++++------------------
50726  1 file changed, 24 insertions(+), 18 deletions(-)
50727
50728 commit 99ed6e29d86bbf391c12ee1f980b8af9dc35615e
50729 Author: Behdad Esfahbod <behdad@behdad.org>
50730 Date:   Fri May 10 16:07:51 2019 -0700
50731
50732     [serialize] Fix a TODO
50733
50734  src/hb-ot-layout-common.hh | 16 ++++++++++------
50735  1 file changed, 10 insertions(+), 6 deletions(-)
50736
50737 commit d8a49b53e3676ad742bdb8edf0ec3ca6f7a7cac9
50738 Author: rsheeter <rsheeter@google.com>
50739 Date:   Fri May 10 16:52:43 2019 -0700
50740
50741     Update TESTING.md
50742
50743  TESTING.md | 9 ++++++++-
50744  1 file changed, 8 insertions(+), 1 deletion(-)
50745
50746 commit 25a5b287f220802728cd3312692f368c45d22862
50747 Author: Behdad Esfahbod <behdad@behdad.org>
50748 Date:   Fri May 10 16:01:39 2019 -0700
50749
50750     Fix sanitize fail of extension sublookups
50751     
50752     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=960331
50753
50754  src/hb-ot-layout-common.hh                                 |  10 ++++++++--
50755  src/hb-sanitize.hh                                         |   2 ++
50756  ...uzz-testcase-minimized-harfbuzz_fuzzer-5702671124791296 | Bin 0 -> 94 bytes
50757  3 files changed, 10 insertions(+), 2 deletions(-)
50758
50759 commit 9c0c3589f31106d1898f8922cc9a2e18cb054989
50760 Author: Behdad Esfahbod <behdad@behdad.org>
50761 Date:   Fri May 10 13:56:50 2019 -0700
50762
50763     Minor
50764
50765  src/hb-ot-layout-common.hh | 14 ++++++++------
50766  1 file changed, 8 insertions(+), 6 deletions(-)
50767
50768 commit 5d773ec60029e1a6edec45c27ea918d9be4ea806
50769 Author: Behdad Esfahbod <behdad@behdad.org>
50770 Date:   Fri May 10 13:53:15 2019 -0700
50771
50772     Minor
50773
50774  src/hb-ot-layout-gsubgpos.hh | 2 +-
50775  1 file changed, 1 insertion(+), 1 deletion(-)
50776
50777 commit ac737f8c9e7cbc81cdb5a0542a2494671f236895
50778 Author: Behdad Esfahbod <behdad@behdad.org>
50779 Date:   Fri May 10 13:51:12 2019 -0700
50780
50781     Minor again
50782
50783  src/hb-ot-layout-gsubgpos.hh | 2 +-
50784  1 file changed, 1 insertion(+), 1 deletion(-)
50785
50786 commit 5d4437fad0f99508ebd5c026a3d927f5d649615e
50787 Author: Behdad Esfahbod <behdad@behdad.org>
50788 Date:   Fri May 10 13:43:29 2019 -0700
50789
50790     Minor
50791
50792  src/hb-ot-layout-common.hh | 1 -
50793  1 file changed, 1 deletion(-)
50794
50795 commit cd9bc732a75c716121a86e39ab588d2e0af58eba
50796 Author: Behdad Esfahbod <behdad@behdad.org>
50797 Date:   Fri May 10 13:17:41 2019 -0700
50798
50799     [gsubgpos] Minor
50800
50801  src/hb-ot-layout-gsubgpos.hh | 9 ++-------
50802  1 file changed, 2 insertions(+), 7 deletions(-)
50803
50804 commit 6d63e27ca41b12ba2e8fb22fd6bc44417651c518
50805 Author: Behdad Esfahbod <behdad@behdad.org>
50806 Date:   Fri May 10 11:53:02 2019 -0700
50807
50808     Generate tarball in .xz instead of .bz2
50809     
50810     Fixes https://github.com/harfbuzz/harfbuzz/issues/1662
50811
50812  configure.ac | 2 +-
50813  1 file changed, 1 insertion(+), 1 deletion(-)
50814
50815 commit 1d870cce68f7033f6d3967ce4e9ba622a6fafe79
50816 Author: Behdad Esfahbod <behdad@behdad.org>
50817 Date:   Fri May 10 11:32:59 2019 -0700
50818
50819     Fix bot
50820     
50821     Any way to catch these?
50822
50823  src/test-meta.cc | 26 +++++++++++++-------------
50824  1 file changed, 13 insertions(+), 13 deletions(-)
50825
50826 commit 30e4ae6bd19bf297b029205b5f86c1a0ae14943d
50827 Author: Behdad Esfahbod <behdad@behdad.org>
50828 Date:   Fri May 10 11:26:39 2019 -0700
50829
50830     [meta] Add hb_is_base_of
50831
50832  src/hb-meta.hh   |  7 +++++++
50833  src/test-meta.cc | 16 ++++++++++++++++
50834  2 files changed, 23 insertions(+)
50835
50836 commit 98974ac16f5caf282c9c7cf0c417b494efd6af1d
50837 Author: Behdad Esfahbod <behdad@behdad.org>
50838 Date:   Fri May 10 11:18:52 2019 -0700
50839
50840     [iter] Adjust is_source_of / is_sink_of
50841     
50842     There are two cases that we accept.  Encode both.
50843
50844  src/hb-iter.hh | 8 +++++++-
50845  1 file changed, 7 insertions(+), 1 deletion(-)
50846
50847 commit 1b58bf22ca70908bb578910757795ee32d48b65a
50848 Author: rsheeter <rsheeter@google.com>
50849 Date:   Thu May 9 20:06:29 2019 -0700
50850
50851     Update TESTING.md
50852
50853  TESTING.md | 18 +++++++++---------
50854  1 file changed, 9 insertions(+), 9 deletions(-)
50855
50856 commit ed972d5d73ba0592e1ba92426adf2a8f67acf9c9
50857 Author: Behdad Esfahbod <behdad@behdad.org>
50858 Date:   Thu May 9 16:58:28 2019 -0700
50859
50860     [iter] Rewrite test functions
50861     
50862     Notably, add hb_is_source_of(,) and hb_is_sink_of(,) to replace most
50863     uses of hb_is_iterator_of(,).
50864
50865  src/hb-iter.hh             | 65 +++++++++++++++++++++++++++++-----------------
50866  src/hb-open-type.hh        |  7 +++--
50867  src/hb-ot-layout-common.hh |  6 ++---
50868  src/hb-ot-name-table.hh    |  2 +-
50869  src/test-iter.cc           |  2 +-
50870  5 files changed, 49 insertions(+), 33 deletions(-)
50871
50872 commit 42901d7af91b4c5cffee9752f653447e4f4bd4f7
50873 Author: Behdad Esfahbod <behdad@behdad.org>
50874 Date:   Thu May 9 16:22:08 2019 -0700
50875
50876     Minor
50877
50878  src/hb-meta.hh | 2 +-
50879  1 file changed, 1 insertion(+), 1 deletion(-)
50880
50881 commit 322627ae1daa16f62f7a91c3c3ed02eb5b708ca5
50882 Author: Behdad Esfahbod <behdad@behdad.org>
50883 Date:   Thu May 9 16:08:10 2019 -0700
50884
50885     Whitespace
50886
50887  src/hb-array.hh | 6 ++++--
50888  1 file changed, 4 insertions(+), 2 deletions(-)
50889
50890 commit 489f3c35bddb22cfe40c45d3a5c1cb6d88ccaf1f
50891 Author: Behdad Esfahbod <behdad@behdad.org>
50892 Date:   Thu May 9 15:39:32 2019 -0700
50893
50894     Fix bot
50895
50896  src/test-meta.cc | 70 ++++++++++++++++++++++++++++----------------------------
50897  1 file changed, 35 insertions(+), 35 deletions(-)
50898
50899 commit 790315e0dbc0ce796f0081a60953f74bd3fbdb63
50900 Author: Behdad Esfahbod <behdad@behdad.org>
50901 Date:   Thu May 9 15:31:24 2019 -0700
50902
50903     [algs] Implement implicit casting between compatible pair types
50904
50905  src/hb-algs.hh   | 5 +++++
50906  src/test-algs.cc | 3 +++
50907  2 files changed, 8 insertions(+)
50908
50909 commit 69d9114b5372c1fcea5f20e75a187158c31c52f8
50910 Author: Behdad Esfahbod <behdad@behdad.org>
50911 Date:   Thu May 9 15:24:14 2019 -0700
50912
50913     [meta] Rewrite hb_is_cr_converitble
50914
50915  src/hb-meta.hh | 22 ++++++++++------------
50916  1 file changed, 10 insertions(+), 12 deletions(-)
50917
50918 commit ceda1f03b7b06248ffd056eb7b2400088bb4a121
50919 Author: Behdad Esfahbod <behdad@behdad.org>
50920 Date:   Thu May 9 15:19:42 2019 -0700
50921
50922     Fix compile
50923     
50924     NameRecord is not copy-constructible, so should be iterator of
50925     const-reference.
50926
50927  src/hb-meta.hh          |  2 --
50928  src/hb-ot-name-table.hh |  2 +-
50929  src/test-meta.cc        | 12 ++++++++++++
50930  3 files changed, 13 insertions(+), 3 deletions(-)
50931
50932 commit 3686c3b65c017cf8689b67db440b4cddd399538b
50933 Author: Behdad Esfahbod <behdad@behdad.org>
50934 Date:   Thu May 9 15:09:07 2019 -0700
50935
50936     Adjust is_cr_convertible
50937     
50938     If To is const& then From doesn't need to be &.
50939
50940  src/hb-meta.hh | 14 ++++++++++----
50941  1 file changed, 10 insertions(+), 4 deletions(-)
50942
50943 commit 726002a6a615e2d213186d402cca4e8d7e7a7f58
50944 Author: Behdad Esfahbod <behdad@behdad.org>
50945 Date:   Thu May 9 14:53:02 2019 -0700
50946
50947     [iter] Make hb_is_iterator_of() check is_convertible
50948     
50949     Instead of is_cr_convertible.
50950
50951  src/hb-array.hh | 8 ++++----
50952  src/hb-iter.hh  | 2 +-
50953  src/hb-meta.hh  | 8 ++++----
50954  3 files changed, 9 insertions(+), 9 deletions(-)
50955
50956 commit 70a49f2e4a9ab05fe04d1949bbf7a128d14a1284
50957 Author: Behdad Esfahbod <behdad@behdad.org>
50958 Date:   Thu May 9 14:35:15 2019 -0700
50959
50960     [meta] Add hb_conditional<> and hb_is_convertible()
50961
50962  src/Makefile.am  |  6 ++++-
50963  src/hb-meta.hh   | 56 +++++++++++++++++++++++++++++++++++++--------
50964  src/test-meta.cc | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
50965  3 files changed, 121 insertions(+), 11 deletions(-)
50966
50967 commit 5e3cbed048b19ee579277ab4c56167a15d13104e
50968 Author: Garret Rieger <grieger@google.com>
50969 Date:   Wed May 8 16:33:03 2019 -0700
50970
50971     [subset] Switch building of glyph maps in subset plan to use iterators.
50972
50973  src/hb-algs.hh        |  4 +---
50974  src/hb-subset-plan.cc | 52 +++++++++++++++++++++++++--------------------------
50975  2 files changed, 27 insertions(+), 29 deletions(-)
50976
50977 commit 971020eca7c5d576816b93431607f1e63e9584a4
50978 Author: Garret Rieger <grieger@google.com>
50979 Date:   Wed May 8 16:31:52 2019 -0700
50980
50981     Add sink support for hb_hashmap_t and a reverse call to hb_pair_t.
50982
50983  src/hb-algs.hh | 5 +++++
50984  src/hb-map.hh  | 4 ++++
50985  2 files changed, 9 insertions(+)
50986
50987 commit 98eec3dd5f527cc562d98784429db0c7269e82a8
50988 Author: Behdad Esfahbod <behdad@behdad.org>
50989 Date:   Thu May 9 13:15:36 2019 -0700
50990
50991     Add hb_pair_t(,) macro as alternative to hb_pair_t<,>
50992     
50993     Just so it's easier to use it in other macros.
50994
50995  src/hb-algs.hh | 1 +
50996  1 file changed, 1 insertion(+)
50997
50998 commit c9b287a867d6130a0cc745d7fd3ccfa4dcb4c32e
50999 Author: Behdad Esfahbod <behdad@behdad.org>
51000 Date:   Thu May 9 12:43:57 2019 -0700
51001
51002     Add hb_lidentity(), and rename hb_rvalue() to hb_ridentity()
51003
51004  src/hb-algs.hh   | 13 ++++++++++++-
51005  src/hb-map.hh    |  4 ++--
51006  src/test-iter.cc |  2 +-
51007  3 files changed, 15 insertions(+), 4 deletions(-)
51008
51009 commit 00195a22ce5198345cb39825a45863cef7d8f7fc
51010 Author: Behdad Esfahbod <behdad@behdad.org>
51011 Date:   Thu May 9 12:14:36 2019 -0700
51012
51013     [hdmx] Adjust to hb_iota() behavior change
51014     
51015     Use hb_range() instead.
51016
51017  src/hb-ot-hdmx-table.hh | 4 ++--
51018  1 file changed, 2 insertions(+), 2 deletions(-)
51019
51020 commit 4f2ad75a839708de71e7341f23c2d4b72059fc58
51021 Author: Behdad Esfahbod <behdad@behdad.org>
51022 Date:   Thu May 9 12:07:45 2019 -0700
51023
51024     [enumerate] Fix hb_enumerate() len for step=0
51025
51026  src/hb-iter.hh | 2 +-
51027  1 file changed, 1 insertion(+), 1 deletion(-)
51028
51029 commit 5da3c9c33f02010a3fc57cf0e1d07955af681e7c
51030 Author: Behdad Esfahbod <behdad@behdad.org>
51031 Date:   Thu May 9 11:30:31 2019 -0700
51032
51033     [iter] Fix hb_zip() end condition
51034     
51035     We should compare-equal to end if either iterator's end reaches,
51036     not if both reach at the same time.  Fixes infinite-loop in test
51037     which was happening after hb_enumerate() switched to using hb_zip().
51038
51039  src/hb-iter.hh | 2 +-
51040  1 file changed, 1 insertion(+), 1 deletion(-)
51041
51042 commit 57a5256fbcef6e5d29fc40cf019cc4b2c29c9dcf
51043 Author: Behdad Esfahbod <behdad@behdad.org>
51044 Date:   Thu May 9 11:30:27 2019 -0700
51045
51046     [iter] Minor
51047
51048  src/hb-iter.hh | 4 ++--
51049  1 file changed, 2 insertions(+), 2 deletions(-)
51050
51051 commit 12dd56f8573cb86169580d5ac31b986208805c03
51052 Author: Behdad Esfahbod <behdad@behdad.org>
51053 Date:   Thu May 9 11:25:02 2019 -0700
51054
51055     [iter] Minor
51056
51057  src/hb-iter.hh | 6 ++++--
51058  1 file changed, 4 insertions(+), 2 deletions(-)
51059
51060 commit 57d545932f539d06c52862310ecdfe79c143bb6b
51061 Author: Behdad Esfahbod <behdad@behdad.org>
51062 Date:   Thu May 9 11:23:41 2019 -0700
51063
51064     [test-iter] Don't walk past end
51065     
51066     That's not legal.
51067
51068  src/test-iter.cc | 6 ++++--
51069  1 file changed, 4 insertions(+), 2 deletions(-)
51070
51071 commit 46837910e628248edc09e45e212532a3493905da
51072 Author: Behdad Esfahbod <behdad@behdad.org>
51073 Date:   Thu May 9 11:20:41 2019 -0700
51074
51075     [iter] Allow negative step in hb_iota()
51076
51077  src/hb-iter.hh | 2 +-
51078  1 file changed, 1 insertion(+), 1 deletion(-)
51079
51080 commit 087327af1eac8c3a16115904557cbf3ab0f28072
51081 Author: Behdad Esfahbod <behdad@behdad.org>
51082 Date:   Thu May 9 11:14:06 2019 -0700
51083
51084     [iter] Minor
51085
51086  src/hb-iter.hh | 2 +-
51087  1 file changed, 1 insertion(+), 1 deletion(-)
51088
51089 commit 64f0899a9f5e5aff65c5a78fa796ceae6f35c008
51090 Author: Behdad Esfahbod <behdad@behdad.org>
51091 Date:   Thu May 9 11:10:31 2019 -0700
51092
51093     [iter] Bug fix
51094
51095  src/hb-iter.hh | 2 +-
51096  1 file changed, 1 insertion(+), 1 deletion(-)
51097
51098 commit 5d263556b95047bced88e4a6252178d2fc0f9a19
51099 Author: Behdad Esfahbod <behdad@behdad.org>
51100 Date:   Thu May 9 11:08:25 2019 -0700
51101
51102     [iter] Fix
51103
51104  src/hb-iter.hh | 2 +-
51105  1 file changed, 1 insertion(+), 1 deletion(-)
51106
51107 commit 2c24ea37b1ef63f79fcc24752dd180ce53540eda
51108 Author: Behdad Esfahbod <behdad@behdad.org>
51109 Date:   Thu May 9 11:07:38 2019 -0700
51110
51111     [iter] Take start value in hb_enumerate()
51112     
51113     Also rewrite it via composition.
51114
51115  src/hb-iter.hh   | 61 ++++++++++++--------------------------------------------
51116  src/test-iter.cc |  1 +
51117  2 files changed, 14 insertions(+), 48 deletions(-)
51118
51119 commit 7675d0d3a6cc13ade1a2047019ef7fac8c373a3c
51120 Author: Behdad Esfahbod <behdad@behdad.org>
51121 Date:   Thu May 9 11:02:56 2019 -0700
51122
51123     [iter] Add hb_range()
51124     
51125     hb_range() is like Python range.  hb_iota() has slightly different API.
51126     Ie. it takes a start, instead of end.
51127
51128  src/hb-iter.hh   | 29 ++++++++++++++++++-----------
51129  src/test-iter.cc | 19 +++++++++++--------
51130  2 files changed, 29 insertions(+), 19 deletions(-)
51131
51132 commit 05867d9f5315c7e4f49e5873a5aba6bba7121f04
51133 Author: Behdad Esfahbod <behdad@behdad.org>
51134 Date:   Thu May 9 11:00:43 2019 -0700
51135
51136     [meta] Add hb_int_max()
51137
51138  src/hb-meta.hh | 91 ++++++++++++++++++++++++++++++++++++----------------------
51139  1 file changed, 56 insertions(+), 35 deletions(-)
51140
51141 commit 71537f93e0ce27121012bf1e81270b6b03b22224
51142 Author: Behdad Esfahbod <behdad@behdad.org>
51143 Date:   Thu May 9 10:46:49 2019 -0700
51144
51145     [iota] end -> end_ to not shadow
51146
51147  src/hb-iter.hh | 22 +++++++++++-----------
51148  1 file changed, 11 insertions(+), 11 deletions(-)
51149
51150 commit 6bc82579100992e3f04c11f36b9c2f0014d880f2
51151 Merge: 347644542 6d9a86ae7
51152 Author: n8willis <n8willis@users.noreply.github.com>
51153 Date:   Thu May 9 14:39:05 2019 +0100
51154
51155     Merge pull request #1680 from n8willis/usermanual-obj
51156     
51157     Usermanual: object-model chapter
51158
51159 commit 3476445420d0e6432c09710b6667205453799129
51160 Author: Behdad Esfahbod <behdad@behdad.org>
51161 Date:   Wed May 8 21:14:01 2019 -0700
51162
51163     Remove unnecessary template keyword
51164     
51165     Should fix MSVC.
51166
51167  src/hb-array.hh | 2 +-
51168  1 file changed, 1 insertion(+), 1 deletion(-)
51169
51170 commit e2a51ff7264940312197184318f5ad4ec971492f
51171 Author: Behdad Esfahbod <behdad@behdad.org>
51172 Date:   Wed May 8 16:41:39 2019 -0700
51173
51174     Remove unused var
51175
51176  src/hb-open-type.hh | 1 -
51177  1 file changed, 1 deletion(-)
51178
51179 commit e8b45c19330d8718cd6d7aef0ca2db0539a53294
51180 Author: Behdad Esfahbod <behdad@behdad.org>
51181 Date:   Wed May 8 16:37:38 2019 -0700
51182
51183     [array] Add .copy()
51184
51185  src/hb-array.hh     | 11 +++++++++++
51186  src/hb-open-type.hh | 10 ++++------
51187  src/hb-serialize.hh |  2 +-
51188  3 files changed, 16 insertions(+), 7 deletions(-)
51189
51190 commit afb013f350b0022ae6c05f140aeba23d5de34101
51191 Author: Behdad Esfahbod <behdad@behdad.org>
51192 Date:   Wed May 8 16:16:43 2019 -0700
51193
51194     Fix msan issue
51195     
51196     hb_identity returns rvalue-reference if input is rvalue.  That, can leak
51197     the reference and cause in bad access to temporaries after they are
51198     destructed.  This is unfortunately unfixable given the desired
51199     transparency of hb_identity :(.  Just don't use it with hb_map().
51200
51201  src/test-iter.cc | 2 +-
51202  1 file changed, 1 insertion(+), 1 deletion(-)
51203
51204 commit 4c94bc63d914fac7e11940eb165b6cf1039ba5a1
51205 Author: Behdad Esfahbod <behdad@behdad.org>
51206 Date:   Wed May 8 15:57:33 2019 -0700
51207
51208     Move hb_invoke() back to hb-algs.hh
51209
51210  src/hb-algs.hh | 32 ++++++++++++++++++++++++++++++++
51211  src/hb-meta.hh | 32 --------------------------------
51212  2 files changed, 32 insertions(+), 32 deletions(-)
51213
51214 commit b710176ce28e863a01797987d7ce37d19aaf2fd3
51215 Author: Behdad Esfahbod <behdad@behdad.org>
51216 Date:   Wed May 8 15:46:51 2019 -0700
51217
51218     [hdmx] Touch up
51219
51220  src/hb-ot-hdmx-table.hh | 24 ++++++++++++++----------
51221  1 file changed, 14 insertions(+), 10 deletions(-)
51222
51223 commit e8ef0e627c493af700e254bdd2767f8955f2d03f
51224 Author: Garret Rieger <grieger@google.com>
51225 Date:   Tue May 7 17:23:02 2019 -0700
51226
51227     [subset] WIP convert hdmx subsetting to use iterators.
51228
51229  src/hb-ot-hdmx-table.hh     | 121 +++++++++++++++++++-------------------------
51230  test/api/test-subset-hdmx.c |  23 ---------
51231  2 files changed, 51 insertions(+), 93 deletions(-)
51232
51233 commit d5decf9bf77db914b67ffc446379df621516e362
51234 Author: Garret Rieger <grieger@google.com>
51235 Date:   Tue May 7 15:47:38 2019 -0700
51236
51237     [subset] Move hdmx to subset2.
51238
51239  src/hb-ot-hdmx-table.hh | 36 ++++++------------------------------
51240  src/hb-subset.cc        |  2 +-
51241  2 files changed, 7 insertions(+), 31 deletions(-)
51242
51243 commit 27b2093009745b6c30663605f45ac95deb1562cc
51244 Author: Behdad Esfahbod <behdad@behdad.org>
51245 Date:   Wed May 8 15:32:57 2019 -0700
51246
51247     [map] Return rvalues from keys()/values()
51248
51249  src/hb-algs.hh | 7 +++++++
51250  src/hb-map.hh  | 2 ++
51251  2 files changed, 9 insertions(+)
51252
51253 commit 372c5b97bfa3b744de1d017cf662607eb8a2fa6e
51254 Author: Behdad Esfahbod <behdad@behdad.org>
51255 Date:   Wed May 8 15:28:39 2019 -0700
51256
51257     [map] Fix bots
51258     
51259     Older compilers don't like calling iter() from return-type decltype()
51260     
51261     ../src/hb-map.hh:226:12: error: cannot call member function 'decltype ((((+ hb_array(((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::items, (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask ? (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask + 1) : 0))) | hb_filter((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: is_real))) | hb_map((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: get_pair)))) hb_hashmap_t<K, V, kINVALID, vINVALID>::iter() const [with K = const hb_serialize_context_t::object_t*; V = unsigned int; K kINVALID = 0u; V vINVALID = 0u; decltype ((((+ hb_array(((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::items, (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask ? (((const hb_hashmap_t<K, V, kINVALID, vINVALID>*)this)->hb_hashmap_t<K, V, kINVALID, vINVALID>::mask + 1) : 0))) | hb_filter((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: is_real))) | hb_map((& hb_hashmap_t<K, V, kINVALID, vINVALID>::item_t:: get_pair)))) = hb_map_iter_t<hb_filter_iter_t<hb_array_t<hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t>, bool (hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t::*)() const, const<anonymous struct>&, 0u>, hb_pair_t<const hb_serialize_context_t::object_t*, unsigned int> (hb_hashmap_t<const hb_serialize_context_t::object_t*, unsigned int, 0u, 0u>::item_t::*)() const, 0u>]' without object
51262          + iter()
51263                 ^
51264     ../src/hb-meta.hh:58:41: note: in definition of macro 'HB_AUTO_RETURN'
51265      #define HB_AUTO_RETURN(E) -> decltype ((E)) { return (E); }
51266                                              ^
51267
51268  src/hb-map.hh | 10 ++++++----
51269  1 file changed, 6 insertions(+), 4 deletions(-)
51270
51271 commit a30482718491e3455365167e1c85981c8c0f542b
51272 Author: Behdad Esfahbod <behdad@behdad.org>
51273 Date:   Wed May 8 15:08:10 2019 -0700
51274
51275     [map] Add .values() iterator
51276
51277  src/hb-map.hh    | 6 +++++-
51278  src/test-iter.cc | 8 ++++++++
51279  2 files changed, 13 insertions(+), 1 deletion(-)
51280
51281 commit 3c69505b3a7850b68a931849a2badb84b6b36d51
51282 Author: Behdad Esfahbod <behdad@behdad.org>
51283 Date:   Wed May 8 15:05:10 2019 -0700
51284
51285     [map] Fix iter
51286
51287  src/hb-map.hh | 2 +-
51288  1 file changed, 1 insertion(+), 1 deletion(-)
51289
51290 commit 5ceaafa5de8dff51fe91f7008a12ec9c304a1376
51291 Author: Behdad Esfahbod <behdad@behdad.org>
51292 Date:   Wed May 8 14:59:25 2019 -0700
51293
51294     [algs] Fix identity return type
51295
51296  src/hb-algs.hh | 6 +++---
51297  1 file changed, 3 insertions(+), 3 deletions(-)
51298
51299 commit f5705d7656817cbfdbc4479b1cb0be3af6f4abdf
51300 Author: Behdad Esfahbod <behdad@behdad.org>
51301 Date:   Wed May 8 14:46:55 2019 -0700
51302
51303     Whitespace
51304
51305  src/hb-map.hh    | 10 +++++-----
51306  src/test-iter.cc | 11 +++++++----
51307  2 files changed, 12 insertions(+), 9 deletions(-)
51308
51309 commit a17f0fa3a10a25959561582ae63ef2e5208647e2
51310 Author: Behdad Esfahbod <behdad@behdad.org>
51311 Date:   Wed May 8 14:44:11 2019 -0700
51312
51313     [meta] Capture rvalue-references in is_reference / remove_reference
51314
51315  src/hb-meta.hh | 1 +
51316  1 file changed, 1 insertion(+)
51317
51318 commit 7166bd563447a64eda05c66668bd4a178292bd79
51319 Author: Behdad Esfahbod <behdad@behdad.org>
51320 Date:   Wed May 8 14:24:57 2019 -0700
51321
51322     Minor
51323
51324  src/hb-open-type.hh | 4 ++--
51325  1 file changed, 2 insertions(+), 2 deletions(-)
51326
51327 commit b827181ba1f539c990e1bd8fdd3559f1589c8d28
51328 Author: rsheeter <rsheeter@google.com>
51329 Date:   Wed May 8 13:51:11 2019 -0700
51330
51331     [map] tweak test-iter.cc
51332
51333  src/hb-map.hh    | 1 -
51334  src/test-iter.cc | 2 +-
51335  2 files changed, 1 insertion(+), 2 deletions(-)
51336
51337 commit 492af0f1bf1d7198b474fda2faca451908af267f
51338 Author: rsheeter <rsheeter@google.com>
51339 Date:   Wed May 8 12:47:18 2019 -0700
51340
51341     [map] add keys()
51342
51343  src/hb-map.hh    | 9 ++++++++-
51344  src/test-iter.cc | 4 ++++
51345  2 files changed, 12 insertions(+), 1 deletion(-)
51346
51347 commit ba60512813caafc2006b26214e95bbfe1c0e460a
51348 Author: rsheeter <rsheeter@google.com>
51349 Date:   Wed May 8 12:09:10 2019 -0700
51350
51351     [map] add a test for iteration
51352
51353  src/hb-map.hh    | 2 +-
51354  src/test-iter.cc | 4 ++++
51355  2 files changed, 5 insertions(+), 1 deletion(-)
51356
51357 commit 183b8094b577dcb7f40b7fcd64b60d405845897a
51358 Author: rsheeter <rsheeter@google.com>
51359 Date:   Wed May 8 11:40:31 2019 -0700
51360
51361     [map] add iteration
51362
51363  src/hb-map.hh | 11 +++++++++++
51364  1 file changed, 11 insertions(+)
51365
51366 commit df237d2fe78086ad16bdbd2cc60639ae9ce909d6
51367 Author: Ebrahim Byagowi <ebrahim@gnu.org>
51368 Date:   Wed May 8 14:17:14 2019 -0700
51369
51370     [test] Add https://crbug.com/oss-fuzz/14641 testcase
51371     
51372     As 503748d fix
51373
51374  ...-testcase-minimized-hb-subset-fuzzer-5676773460672512 | Bin 0 -> 2172 bytes
51375  1 file changed, 0 insertions(+), 0 deletions(-)
51376
51377 commit 02ae2591d930563cec8c3c63086afb0a3a12c4aa
51378 Author: Michiharu Ariza <ariza@adobe.com>
51379 Date:   Wed May 8 13:44:03 2019 -0700
51380
51381     initialize return param subr_num in popSubrNum
51382     
51383     also snake_cased popSubrtNum and other surrounding function names
51384
51385  src/hb-cff-interp-cs-common.hh | 15 ++++++++-------
51386  src/hb-subset-cff1.cc          |  4 ++--
51387  src/hb-subset-cff2.cc          |  4 ++--
51388  3 files changed, 12 insertions(+), 11 deletions(-)
51389
51390 commit 503748d8a80dd5db450c8c4dc109f2b97049d989
51391 Author: Behdad Esfahbod <behdad@behdad.org>
51392 Date:   Wed May 8 12:45:02 2019 -0700
51393
51394     [name] Sanitize records for reals
51395     
51396     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14641
51397
51398  src/hb-ot-name-table.hh | 4 ++--
51399  1 file changed, 2 insertions(+), 2 deletions(-)
51400
51401 commit 5875d775e1253c0e14b900539c28c2de881da7aa
51402 Author: Behdad Esfahbod <behdad@behdad.org>
51403 Date:   Wed May 8 12:25:34 2019 -0700
51404
51405     [iter] Rename hb_iter_t() to hb_iter_type<> and add hb_item_type<>
51406
51407  src/hb-iter.hh | 18 ++++++++++--------
51408  1 file changed, 10 insertions(+), 8 deletions(-)
51409
51410 commit bad16066392e4dbdd8490a4b1c70d1dcddcc8ec8
51411 Author: Behdad Esfahbod <behdad@behdad.org>
51412 Date:   Wed May 8 12:11:52 2019 -0700
51413
51414     [map] Make .has() optionally return value
51415
51416  src/hb-map.hh | 7 ++++++-
51417  1 file changed, 6 insertions(+), 1 deletion(-)
51418
51419 commit 750d5af48e38627c3c84a2f3857a7ee602221e24
51420 Author: Behdad Esfahbod <behdad@behdad.org>
51421 Date:   Wed May 8 12:01:55 2019 -0700
51422
51423     Make compiler happy with -Og
51424
51425  src/hb-cff-interp-cs-common.hh | 2 +-
51426  src/hb-ot-cmap-table.hh        | 6 +++---
51427  src/hb-ot-glyf-table.hh        | 2 +-
51428  src/hb-subset-glyf.cc          | 4 ++--
51429  4 files changed, 7 insertions(+), 7 deletions(-)
51430
51431 commit cdb61eb0431d426f7152f975e89ee3ba4431083f
51432 Author: Behdad Esfahbod <behdad@behdad.org>
51433 Date:   Wed May 8 11:00:18 2019 -0700
51434
51435     [iter] Accept pointer in hb_iter() and hb_iter_t()
51436
51437  src/hb-iter.hh   | 4 ++--
51438  src/test-iter.cc | 3 +++
51439  2 files changed, 5 insertions(+), 2 deletions(-)
51440
51441 commit c93eeba9b21cb8f8ba64ebaf284bf9c8a8544886
51442 Author: Behdad Esfahbod <behdad@behdad.org>
51443 Date:   Wed May 8 10:56:09 2019 -0700
51444
51445     [iter] Accept pointer in hb_map()
51446
51447  src/hb-iter.hh   | 4 ++--
51448  src/test-iter.cc | 7 ++++++-
51449  2 files changed, 8 insertions(+), 3 deletions(-)
51450
51451 commit 4c9e0c37a34e8355d752af39507b310f473bffa5
51452 Author: Behdad Esfahbod <behdad@behdad.org>
51453 Date:   Wed May 8 10:40:39 2019 -0700
51454
51455     [serialize] LangSys subset->copy
51456
51457  src/hb-ot-layout-common.hh | 10 +++++-----
51458  1 file changed, 5 insertions(+), 5 deletions(-)
51459
51460 commit 50dc3e7d9f4f290c7353313c5e5f888cb7c4846d
51461 Author: Behdad Esfahbod <behdad@behdad.org>
51462 Date:   Wed May 8 10:35:02 2019 -0700
51463
51464     Add hb_iota()
51465
51466  src/hb-iter.hh   | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
51467  src/test-iter.cc | 10 ++++++++++
51468  2 files changed, 61 insertions(+)
51469
51470 commit aa4ac13f0be34bba66b00d04fd7806c474ff59c0
51471 Author: Behdad Esfahbod <behdad@behdad.org>
51472 Date:   Wed May 8 10:02:30 2019 -0700
51473
51474     [iter] Actually fix previous commit
51475     
51476     The iter objects shouldn't not be const.  D'oh.
51477
51478  src/hb-iter.hh | 16 ++++++++--------
51479  1 file changed, 8 insertions(+), 8 deletions(-)
51480
51481 commit a66598e0306fe80063c5d6a678bbca4a931bc4d4
51482 Author: Behdad Esfahbod <behdad@behdad.org>
51483 Date:   Wed May 8 09:56:29 2019 -0700
51484
51485     [iter] For ref-qualified variants
51486
51487  src/hb-iter.hh | 14 ++++++++++----
51488  1 file changed, 10 insertions(+), 4 deletions(-)
51489
51490 commit fa576ce1874fd886688bf3f16b714d86aebb07ec
51491 Author: rsheeter <rsheeter@google.com>
51492 Date:   Wed May 8 09:53:58 2019 -0700
51493
51494     Update README.md
51495
51496  README.md | 6 +++---
51497  1 file changed, 3 insertions(+), 3 deletions(-)
51498
51499 commit d109c9e767ff3198d51e23a7ac8931d0bc4d5d72
51500 Author: rsheeter <rsheeter@google.com>
51501 Date:   Wed May 8 09:53:29 2019 -0700
51502
51503     Update README.md
51504
51505  README.md | 6 +++---
51506  1 file changed, 3 insertions(+), 3 deletions(-)
51507
51508 commit 4063181791d6b3efb35e7c748dee12273e64ebd4
51509 Author: rsheeter <rsheeter@google.com>
51510 Date:   Wed May 8 09:47:34 2019 -0700
51511
51512     [docs] add fuzzer instructions (courtesy of Garret)
51513
51514  TESTING.md | 10 ++++++++++
51515  1 file changed, 10 insertions(+)
51516
51517 commit 00946ca3aa45f109c455871ce89c5872fd243624
51518 Author: Roderick Sheeter <rsheeter@rsheeter-macbookpro2.roam.corp.google.com>
51519 Date:   Wed May 8 09:42:35 2019 -0700
51520
51521     [docs] add sample commands for test exec
51522
51523  README.md  |  4 ++++
51524  TESTING.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++
51525  2 files changed, 51 insertions(+)
51526
51527 commit 8479eb5955c93cbc8951d0319b2fe43ff19cc403
51528 Author: Behdad Esfahbod <behdad@behdad.org>
51529 Date:   Wed May 8 09:48:55 2019 -0700
51530
51531     [iter] Fix hb_sink() to accept rvalue
51532
51533  src/hb-iter.hh   | 2 +-
51534  src/test-iter.cc | 4 ++++
51535  2 files changed, 5 insertions(+), 1 deletion(-)
51536
51537 commit 710d459acac88fd784d4ead0ba75b9aa623c48d4
51538 Author: Behdad Esfahbod <behdad@behdad.org>
51539 Date:   Wed May 8 09:33:09 2019 -0700
51540
51541     [iter] Default predicates to hb_identity instead of hb_bool
51542     
51543     The bool conversion happens after predicate is called automatically.
51544
51545  src/hb-iter.hh | 16 ++++++++--------
51546  1 file changed, 8 insertions(+), 8 deletions(-)
51547
51548 commit fe14a4000a58528878bcc75fde0972de2b779316
51549 Author: Behdad Esfahbod <behdad@behdad.org>
51550 Date:   Wed May 8 09:32:19 2019 -0700
51551
51552     Adjust hb_all/any/none
51553
51554  src/hb-iter.hh   | 18 +++++++++---------
51555  src/test-iter.cc | 10 ++++++----
51556  2 files changed, 15 insertions(+), 13 deletions(-)
51557
51558 commit 4a101d8ffccd6f907f16ef190125ded5e27e0d8b
51559 Author: Behdad Esfahbod <behdad@behdad.org>
51560 Date:   Wed May 8 09:16:33 2019 -0700
51561
51562     Add hb_match
51563
51564  src/hb-algs.hh | 30 +++++++++++++++++++++++++++++-
51565  1 file changed, 29 insertions(+), 1 deletion(-)
51566
51567 commit 26adefd9eaf4bc1d80b1ffececf0d86f3308f9ee
51568 Author: Behdad Esfahbod <behdad@behdad.org>
51569 Date:   Wed May 8 09:14:44 2019 -0700
51570
51571     [algs] Try f[v] in hb_get() as last resort
51572
51573  src/hb-algs.hh | 10 ++++++++--
51574  1 file changed, 8 insertions(+), 2 deletions(-)
51575
51576 commit 0601a19d38b2b0fc5dd36fd821af634a49322ebf
51577 Author: Behdad Esfahbod <behdad@behdad.org>
51578 Date:   Wed May 8 07:47:36 2019 -0700
51579
51580     Fix a few more double-pomotion errors
51581
51582  src/hb-coretext.cc | 6 +++---
51583  1 file changed, 3 insertions(+), 3 deletions(-)
51584
51585 commit 2ba984fcbbef4561d35c3a2c502610c38b26f4fb
51586 Author: Behdad Esfahbod <behdad@behdad.org>
51587 Date:   Tue May 7 23:28:22 2019 -0700
51588
51589     Fix signed comparison on 32bit
51590
51591  src/hb-sanitize.hh | 2 +-
51592  1 file changed, 1 insertion(+), 1 deletion(-)
51593
51594 commit dfc57802450360f06026668b7b61495aaa2d1943
51595 Author: Behdad Esfahbod <behdad@behdad.org>
51596 Date:   Tue May 7 23:26:09 2019 -0700
51597
51598     Fix more double-promotion errors
51599     
51600     WHy do only some of the clang bots catch this I have no idea :(.
51601
51602  src/hb-aat-layout-trak-table.hh |  4 ++--
51603  src/hb-font.hh                  |  2 +-
51604  src/hb-open-type.hh             |  4 ++--
51605  src/hb-ot-color-cbdt-table.hh   | 12 ++++++------
51606  src/hb-ot-color-sbix-table.hh   | 10 +++++-----
51607  src/hb-ot-layout-gpos-table.hh  | 20 ++++++++++----------
51608  6 files changed, 26 insertions(+), 26 deletions(-)
51609
51610 commit c2c9d204fa5c2189e369726276a1c0e92e09a9ce
51611 Author: Behdad Esfahbod <behdad@behdad.org>
51612 Date:   Tue May 7 23:13:38 2019 -0700
51613
51614     Fix double-promotion warnings
51615     
51616     Make it an error.
51617
51618  src/hb-ot-var-fvar-table.hh | 12 ++++++------
51619  src/hb.hh                   |  1 +
51620  2 files changed, 7 insertions(+), 6 deletions(-)
51621
51622 commit 2c7093ed01f417828d5521d983eae63042363197
51623 Author: Behdad Esfahbod <behdad@behdad.org>
51624 Date:   Tue May 7 23:10:59 2019 -0700
51625
51626     More tests
51627
51628  src/test-algs.cc | 3 +++
51629  1 file changed, 3 insertions(+)
51630
51631 commit 56d2d0294b836ea1e2dea9e242ae72c99387d00a
51632 Author: Behdad Esfahbod <behdad@behdad.org>
51633 Date:   Tue May 7 23:08:49 2019 -0700
51634
51635     [algs] Sprinkle hb_min/max with hb-forward salad
51636     
51637     Let's see if fixes MSVC fail.  Though, the error doesn't make sense to me.
51638     
51639       hb-blob.cc
51640     c:\projects\harfbuzz\src\hb-algs.hh(166): error C2440: 'return': cannot convert from 'unsigned int' to 'unsigned int &&' [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
51641       c:\projects\harfbuzz\src\hb-algs.hh(166): note: You cannot bind an lvalue to an rvalue reference
51642       c:\projects\harfbuzz\src\hb-algs.hh(174): note: see reference to function template instantiation 'T &&<unnamed-type-hb_min>::impl<T,unsigned int&>(T &&,T2) const' being compiled
51643               with
51644               [
51645                   T=unsigned int,
51646                   T2=unsigned int &
51647               ]
51648
51649  src/hb-algs.hh | 10 ++++++----
51650  1 file changed, 6 insertions(+), 4 deletions(-)
51651
51652 commit bdbfdc92b58d5c9f8654e430075dab543d1ba394
51653 Author: Behdad Esfahbod <behdad@behdad.org>
51654 Date:   Tue May 7 22:52:43 2019 -0700
51655
51656     [iter] Add value and projection to hb_all/any/none
51657     
51658     Allows for eg, checking all values equal 2: hb_all (it, 2).
51659
51660  src/hb-iter.hh   | 24 ++++++++++++++++++------
51661  src/test-iter.cc | 10 +++++++++-
51662  2 files changed, 27 insertions(+), 7 deletions(-)
51663
51664 commit cf61acb9eaa2bb3fe479a9050116b4b96934e3ed
51665 Author: Behdad Esfahbod <behdad@behdad.org>
51666 Date:   Tue May 7 22:45:01 2019 -0700
51667
51668     [iter] Accept rvalues to hb_enumerate()
51669
51670  src/hb-iter.hh   | 2 +-
51671  src/test-iter.cc | 2 ++
51672  2 files changed, 3 insertions(+), 1 deletion(-)
51673
51674 commit e8bd5fc3fa2cc5c5f8f254629553902aed3496ba
51675 Author: Behdad Esfahbod <behdad@behdad.org>
51676 Date:   Tue May 7 22:29:40 2019 -0700
51677
51678     [meta] Move hb_invoke from algs to meta
51679
51680  src/hb-algs.hh | 31 -------------------------------
51681  src/hb-meta.hh | 32 ++++++++++++++++++++++++++++++++
51682  2 files changed, 32 insertions(+), 31 deletions(-)
51683
51684 commit af571dbffc12e6bb7a3146762d12bb4ac3f19bdc
51685 Author: Behdad Esfahbod <behdad@behdad.org>
51686 Date:   Tue May 7 21:39:20 2019 -0700
51687
51688     [meta] Replace most hb_enable_if with hb_requires
51689     
51690     They do absolutely same thing.  hb_requires is to encode constraints,
51691     whereas hb_enable_if is for more conditional enabling.
51692
51693  src/hb-iter.hh             | 63 +++++++++++++++++++++-------------------------
51694  src/hb-open-type.hh        |  6 ++---
51695  src/hb-ot-layout-common.hh |  6 ++---
51696  src/test-iter.cc           |  6 ++---
51697  4 files changed, 37 insertions(+), 44 deletions(-)
51698
51699 commit 6fa1f38070e710b2f80a836bd633b6ab33e1bc80
51700 Author: Behdad Esfahbod <behdad@behdad.org>
51701 Date:   Tue May 7 21:33:26 2019 -0700
51702
51703     [algs] Accept varargs in hb_min/max
51704
51705  src/hb-algs.hh   | 24 +++++++++++++++++++++---
51706  src/test-algs.cc |  8 ++++++++
51707  2 files changed, 29 insertions(+), 3 deletions(-)
51708
51709 commit 1ad07080c3ea7f6a1b3cb247529ec0c78575a6d3
51710 Author: Behdad Esfahbod <behdad@behdad.org>
51711 Date:   Tue May 7 21:00:23 2019 -0700
51712
51713     Rename
51714
51715  src/hb-algs.hh | 24 ++++++++++++------------
51716  1 file changed, 12 insertions(+), 12 deletions(-)
51717
51718 commit 83e3eabd84e2b53c696768d1357a6a259bcd3576
51719 Author: Behdad Esfahbod <behdad@behdad.org>
51720 Date:   Tue May 7 20:58:43 2019 -0700
51721
51722     Whitespace
51723
51724  src/hb-aat-layout-common.hh     |  2 +-
51725  src/hb-aat-layout-kerx-table.hh |  2 +-
51726  src/hb-aat-layout-morx-table.hh |  2 +-
51727  src/hb-algs.hh                  |  6 +++---
51728  src/hb-dispatch.hh              |  2 +-
51729  src/hb-open-type.hh             | 18 +++++++++---------
51730  src/hb-ot-kern-table.hh         |  4 ++--
51731  src/hb-ot-layout-common.hh      |  2 +-
51732  src/hb-ot-layout-gpos-table.hh  | 16 ++++++++--------
51733  src/hb-ot-layout-gsub-table.hh  | 14 +++++++-------
51734  src/hb-ot-layout-gsubgpos.hh    |  8 ++++----
51735  src/hb-sanitize.hh              |  6 +++---
51736  src/hb-serialize.hh             | 12 ++++++------
51737  src/hb-subset.hh                |  6 +++---
51738  14 files changed, 50 insertions(+), 50 deletions(-)
51739
51740 commit 2b9402a86a4e37e6386f8028bdf3789ae262a4c4
51741 Author: Behdad Esfahbod <behdad@behdad.org>
51742 Date:   Tue May 7 20:55:33 2019 -0700
51743
51744     Use universal references in hb_min/max
51745
51746  src/hb-algs.hh | 4 ++--
51747  1 file changed, 2 insertions(+), 2 deletions(-)
51748
51749 commit 41248cce0e32653227a83eb4e42ccf793f040fc2
51750 Author: Behdad Esfahbod <behdad@behdad.org>
51751 Date:   Tue May 7 20:54:31 2019 -0700
51752
51753     Remove MIN/MAX in favor of hb_min/hb_max
51754
51755  src/hb-aat-layout-common.hh      |  8 ++++----
51756  src/hb-aat-layout-feat-table.hh  |  2 +-
51757  src/hb-aat-layout-kerx-table.hh  |  2 +-
51758  src/hb-aat-layout-morx-table.hh  | 18 +++++++++---------
51759  src/hb-algs.hh                   | 14 +++++---------
51760  src/hb-array.hh                  |  4 ++--
51761  src/hb-blob.cc                   |  2 +-
51762  src/hb-buffer-serialize.cc       | 32 ++++++++++++++++----------------
51763  src/hb-buffer.cc                 |  4 ++--
51764  src/hb-buffer.hh                 |  2 +-
51765  src/hb-common.cc                 | 20 ++++++++++----------
51766  src/hb-coretext.cc               |  6 +++---
51767  src/hb-debug.hh                  |  2 +-
51768  src/hb-directwrite.cc            |  2 +-
51769  src/hb-ft.cc                     |  2 +-
51770  src/hb-iter.hh                   |  2 +-
51771  src/hb-open-file.hh              |  2 +-
51772  src/hb-open-type.hh              |  2 +-
51773  src/hb-ot-cmap-table.hh          |  8 ++++----
51774  src/hb-ot-color-cbdt-table.hh    |  6 +++---
51775  src/hb-ot-color-cpal-table.hh    |  2 +-
51776  src/hb-ot-color-sbix-table.hh    |  2 +-
51777  src/hb-ot-glyf-table.hh          | 14 +++++++-------
51778  src/hb-ot-hmtx-table.hh          |  2 +-
51779  src/hb-ot-layout-gpos-table.hh   |  2 +-
51780  src/hb-ot-layout-gsub-table.hh   |  4 ++--
51781  src/hb-ot-layout-gsubgpos.hh     |  6 +++---
51782  src/hb-ot-layout.cc              |  2 +-
51783  src/hb-ot-map.cc                 |  8 ++++----
51784  src/hb-ot-post-table.hh          |  2 +-
51785  src/hb-ot-shape-complex-indic.cc |  8 ++++----
51786  src/hb-ot-shape-complex-use.cc   |  2 +-
51787  src/hb-ot-shape.cc               |  4 ++--
51788  src/hb-ot-tag.cc                 |  2 +-
51789  src/hb-ot-var-avar-table.hh      |  2 +-
51790  src/hb-ot-var-fvar-table.hh      | 18 +++++++++---------
51791  src/hb-sanitize.hh               |  4 ++--
51792  src/hb-uniscribe.cc              |  2 +-
51793  38 files changed, 111 insertions(+), 115 deletions(-)
51794
51795 commit 5c0f62adc969696b46c1ceb57cd3c2fa408eb94f
51796 Author: Behdad Esfahbod <behdad@behdad.org>
51797 Date:   Tue May 7 17:23:46 2019 -0700
51798
51799     [serializer] Accept pointer & reference in more methods
51800
51801  src/hb-serialize.hh | 39 ++++++++++++++++++++++++---------------
51802  1 file changed, 24 insertions(+), 15 deletions(-)
51803
51804 commit 839618de3b3da285e8753b6ca6d767e9a483bfde
51805 Author: Behdad Esfahbod <behdad@behdad.org>
51806 Date:   Tue May 7 17:21:27 2019 -0700
51807
51808     [serializer] Minor
51809
51810  src/hb-serialize.hh | 2 +-
51811  1 file changed, 1 insertion(+), 1 deletion(-)
51812
51813 commit 035b818e34bbd2d5c1f65328c9847c845d74d919
51814 Author: Behdad Esfahbod <behdad@behdad.org>
51815 Date:   Tue May 7 17:21:18 2019 -0700
51816
51817     [meta] Fix addressof()
51818
51819  src/hb-meta.hh | 2 +-
51820  1 file changed, 1 insertion(+), 1 deletion(-)
51821
51822 commit 7654ebe3a51c98b4d3bf6fb11779024f1c770962
51823 Author: Behdad Esfahbod <behdad@behdad.org>
51824 Date:   Tue May 7 16:53:03 2019 -0700
51825
51826     Whitespace
51827
51828  src/hb-algs.hh | 30 ++++++++++++++++++++----------
51829  src/hb-iter.hh | 39 ++++++++++++++++++++++++++-------------
51830  src/hb-meta.hh | 11 ++++++-----
51831  3 files changed, 52 insertions(+), 28 deletions(-)
51832
51833 commit 95426ea983bde01fadf4681926cb77e3b3c0d40a
51834 Author: Behdad Esfahbod <behdad@behdad.org>
51835 Date:   Tue May 7 15:56:51 2019 -0700
51836
51837     Add comment
51838
51839  src/hb-open-type.hh | 1 +
51840  1 file changed, 1 insertion(+)
51841
51842 commit e33ad252222481a6078a8bb423505e713b081313
51843 Author: Behdad Esfahbod <behdad@behdad.org>
51844 Date:   Tue May 7 15:46:24 2019 -0700
51845
51846     [serialize] FeatureVariations subset->copy
51847
51848  src/hb-ot-layout-common.hh   | 6 +++---
51849  src/hb-ot-layout-gsubgpos.hh | 2 +-
51850  2 files changed, 4 insertions(+), 4 deletions(-)
51851
51852 commit fa8c4ba81175f671c3f39f1586d0a1d9067d9f89
51853 Author: Behdad Esfahbod <behdad@behdad.org>
51854 Date:   Tue May 7 14:26:03 2019 -0700
51855
51856     Minor
51857
51858  src/hb-serialize.hh | 2 +-
51859  1 file changed, 1 insertion(+), 1 deletion(-)
51860
51861 commit c09d6c58e99dba50f29a569e4c53916b5b507ef1
51862 Author: Behdad Esfahbod <behdad@behdad.org>
51863 Date:   Tue May 7 14:09:00 2019 -0700
51864
51865     [iter] Require lvalue in operators that return reference
51866
51867  src/hb-iter.hh | 16 ++++++++--------
51868  1 file changed, 8 insertions(+), 8 deletions(-)
51869
51870 commit 52f6c04c1e0eab2aaa0c7d817b212c01ba993fe9
51871 Author: Behdad Esfahbod <behdad@behdad.org>
51872 Date:   Tue May 7 13:45:48 2019 -0700
51873
51874     Minor
51875
51876  src/hb-serialize.hh | 6 +++---
51877  1 file changed, 3 insertions(+), 3 deletions(-)
51878
51879 commit 7c037bd2be2e794dfd882b806f684ad74c56dbb8
51880 Author: Behdad Esfahbod <behdad@behdad.org>
51881 Date:   Tue May 7 13:37:43 2019 -0700
51882
51883     [name] Clean up some more
51884
51885  src/hb-meta.hh          |  2 ++
51886  src/hb-ot-name-table.hh | 30 ++++++++++++++----------------
51887  2 files changed, 16 insertions(+), 16 deletions(-)
51888
51889 commit f982b9d9f8d6b61efd2a3e89cc3d34923c1914b0
51890 Author: Behdad Esfahbod <behdad@behdad.org>
51891 Date:   Tue May 7 13:29:01 2019 -0700
51892
51893     [name] Clean up serialize() API
51894
51895  src/hb-ot-name-table.hh | 8 ++++----
51896  1 file changed, 4 insertions(+), 4 deletions(-)
51897
51898 commit 59ee61fddc76cd18f19f351bca7dd293eb610333
51899 Author: Behdad Esfahbod <behdad@behdad.org>
51900 Date:   Tue May 7 13:26:15 2019 -0700
51901
51902     [name] Use iterators more
51903
51904  src/hb-ot-name-table.hh | 46 +++++++++++++++-------------------------------
51905  src/hb-subset-plan.cc   |  3 +++
51906  2 files changed, 18 insertions(+), 31 deletions(-)
51907
51908 commit 2eb7e0e0e923d096d2598133cacd6e5ee04a6a04
51909 Author: Behdad Esfahbod <behdad@behdad.org>
51910 Date:   Tue May 7 12:45:38 2019 -0700
51911
51912     [serialize] Minor
51913
51914  src/hb-serialize.hh | 5 ++++-
51915  1 file changed, 4 insertions(+), 1 deletion(-)
51916
51917 commit 1c81cff2d3f9df2c18ffbdfff02ed418560480c1
51918 Author: Behdad Esfahbod <behdad@behdad.org>
51919 Date:   Tue May 7 11:51:10 2019 -0700
51920
51921     Fix signed-comparison error on 32bit
51922
51923  src/hb-serialize.hh | 2 +-
51924  1 file changed, 1 insertion(+), 1 deletion(-)
51925
51926 commit 938de315756e08bd2b5fa816c7951640e5835b2e
51927 Author: Behdad Esfahbod <behdad@behdad.org>
51928 Date:   Tue May 7 11:47:02 2019 -0700
51929
51930     Comment
51931
51932  src/hb-subset-glyf.cc | 2 +-
51933  1 file changed, 1 insertion(+), 1 deletion(-)
51934
51935 commit 159fe962e90dd3b758ad10046b9d75cf87c1d4f3
51936 Author: Behdad Esfahbod <behdad@behdad.org>
51937 Date:   Tue May 7 11:46:11 2019 -0700
51938
51939     [doc] Make header search more resilient
51940     
51941     How stupid to scan all files... Sigh.
51942
51943  docs/Makefile.am | 2 +-
51944  1 file changed, 1 insertion(+), 1 deletion(-)
51945
51946 commit 9b05db33b54e6e5f0b4658f4c06e7fe563f8923b
51947 Author: Behdad Esfahbod <behdad@behdad.org>
51948 Date:   Tue May 7 11:39:44 2019 -0700
51949
51950     [ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018
51951
51952  src/hb-buffer-deserialize-json.hh          | 1051 +++++------
51953  src/hb-buffer-deserialize-text.hh          | 1009 +++++------
51954  src/hb-ot-shape-complex-indic-machine.hh   | 2678 ++++++++++++++++------------
51955  src/hb-ot-shape-complex-khmer-machine.hh   |  709 ++++----
51956  src/hb-ot-shape-complex-myanmar-machine.hh |  820 +++++----
51957  src/hb-ot-shape-complex-use-machine.hh     | 1144 ++++++------
51958  6 files changed, 3959 insertions(+), 3452 deletions(-)
51959
51960 commit 521262b236dacf7b2b64e0a1d3c79d6a10b07063
51961 Author: Behdad Esfahbod <behdad@behdad.org>
51962 Date:   Tue May 7 11:08:08 2019 -0700
51963
51964     [subset] Add TODO
51965
51966  src/hb-subset.cc | 2 ++
51967  1 file changed, 2 insertions(+)
51968
51969 commit e6a622b5b202533d64f83e71d7ff8a8104d46e26
51970 Author: Behdad Esfahbod <behdad@behdad.org>
51971 Date:   Tue May 7 11:06:43 2019 -0700
51972
51973     [serialize] Enable bias assertion
51974
51975  src/hb-serialize.hh | 2 +-
51976  1 file changed, 1 insertion(+), 1 deletion(-)
51977
51978 commit 530ddbbc320bd24b4902ee6d49bf80242a591794
51979 Author: Behdad Esfahbod <behdad@behdad.org>
51980 Date:   Tue May 7 11:05:51 2019 -0700
51981
51982     [serialize] Use range-based loop
51983
51984  src/hb-serialize.hh | 15 ++++++---------
51985  1 file changed, 6 insertions(+), 9 deletions(-)
51986
51987 commit 0987c4204fae66f80224c6f01d9c5dc3abe809e0
51988 Author: Behdad Esfahbod <behdad@behdad.org>
51989 Date:   Tue May 7 11:01:02 2019 -0700
51990
51991     [name] Remove dead code
51992
51993  src/hb-ot-name-table.hh | 88 +------------------------------------------------
51994  1 file changed, 1 insertion(+), 87 deletions(-)
51995
51996 commit 5ac4ab686809be9352e91bc3213e1edf3ba66a93
51997 Author: Behdad Esfahbod <behdad@behdad.org>
51998 Date:   Thu May 2 16:29:07 2019 -0700
51999
52000     [subset] fix for name table serializing with new serializer machinery
52001
52002  src/hb-ot-name-table.hh            |   8 ++++++--
52003  test/api/fonts/nameID.expected.ttf | Bin 170696 -> 2388 bytes
52004  2 files changed, 6 insertions(+), 2 deletions(-)
52005
52006 commit c548fcedc404c03442c042059a71194d97d23bb6
52007 Author: Behdad Esfahbod <behdad@behdad.org>
52008 Date:   Thu May 2 16:29:07 2019 -0700
52009
52010     [WIP] [name] Port to fancy serializer machinery
52011
52012  src/hb-ot-name-table.hh | 18 +++++++++++-------
52013  1 file changed, 11 insertions(+), 7 deletions(-)
52014
52015 commit fa2d97161f8b7de3d7a70e06d41b6f7e154012ad
52016 Author: Behdad Esfahbod <behdad@behdad.org>
52017 Date:   Tue May 7 00:34:50 2019 -0700
52018
52019     Remove use of deprecated implicit copy/move assignment operators
52020     
52021     By removing custom copy constructor.
52022
52023  src/hb-meta.hh | 2 --
52024  1 file changed, 2 deletions(-)
52025
52026 commit 45f5e56236912359d0ac72310dcdba9259cfee66
52027 Author: Behdad Esfahbod <behdad@behdad.org>
52028 Date:   Tue May 7 00:33:32 2019 -0700
52029
52030     Warn on -Wdeprecated
52031
52032  src/hb.hh | 1 +
52033  1 file changed, 1 insertion(+)
52034
52035 commit c3e0eafc80481f8c16516fdae1841c563e7253d4
52036 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52037 Date:   Tue May 7 12:04:00 2019 +0430
52038
52039     [ci] Upgrade Ubuntu 17.10 bots to 19.04
52040
52041  .circleci/config.yml | 4 ++--
52042  1 file changed, 2 insertions(+), 2 deletions(-)
52043
52044 commit 8903040fcd09e7d7ad5112ac2a583718bb85795d
52045 Author: Behdad Esfahbod <behdad@behdad.org>
52046 Date:   Tue May 7 00:13:11 2019 -0700
52047
52048     Actually make it work
52049
52050  src/hb-iter.hh | 2 ++
52051  src/hb-meta.hh | 6 ++++--
52052  2 files changed, 6 insertions(+), 2 deletions(-)
52053
52054 commit 025eaa3c81214cdb20f2f588bab665512d21507c
52055 Author: Behdad Esfahbod <behdad@behdad.org>
52056 Date:   Tue May 7 00:05:37 2019 -0700
52057
52058     [iter] Make filter/map copyable
52059
52060  src/hb-iter.hh   | 18 +++++++++---------
52061  src/test-iter.cc |  4 ++--
52062  2 files changed, 11 insertions(+), 11 deletions(-)
52063
52064 commit 03a68165d8296ed5cc0eb2434500381419409e79
52065 Author: Behdad Esfahbod <behdad@behdad.org>
52066 Date:   Tue May 7 00:03:35 2019 -0700
52067
52068     [meta] Add hb_reference_wrapper<>
52069     
52070     Functionality kinda superset of std:: counterpart.
52071
52072  src/hb-meta.hh | 21 +++++++++++++++++++++
52073  1 file changed, 21 insertions(+)
52074
52075 commit 0bf86d9c5dcb0de206b38c3cf1824d2254376f37
52076 Author: Behdad Esfahbod <behdad@behdad.org>
52077 Date:   Mon May 6 23:39:26 2019 -0700
52078
52079     Whitespace
52080
52081  src/hb-meta.hh | 4 ++--
52082  1 file changed, 2 insertions(+), 2 deletions(-)
52083
52084 commit 72eb91deb9eb7a08e38e100a3234518651fe4cb8
52085 Author: Behdad Esfahbod <behdad@behdad.org>
52086 Date:   Mon May 6 23:39:13 2019 -0700
52087
52088     Add hb_ref()
52089     
52090     Unused.
52091
52092  src/hb-meta.hh | 10 ++++++++++
52093  1 file changed, 10 insertions(+)
52094
52095 commit 240f57e58d3b0161feb90621d5db9e2fc4d99b27
52096 Author: Behdad Esfahbod <behdad@behdad.org>
52097 Date:   Mon May 6 23:17:39 2019 -0700
52098
52099     Rename hb_deref_pointer() to hb_deref()
52100
52101  src/hb-algs.hh      | 12 ++++++------
52102  src/hb-map.hh       |  2 +-
52103  src/hb-meta.hh      |  2 +-
52104  src/hb-serialize.hh |  2 +-
52105  4 files changed, 9 insertions(+), 9 deletions(-)
52106
52107 commit 0b1ca5a13b6921cb4d00f8651bb99fc7c7037ec2
52108 Author: Behdad Esfahbod <behdad@behdad.org>
52109 Date:   Mon May 6 23:04:32 2019 -0700
52110
52111     [iter] Adjust hb_filter
52112
52113  src/hb-iter.hh | 2 +-
52114  1 file changed, 1 insertion(+), 1 deletion(-)
52115
52116 commit 4c2fd05ca5fa34303b986c34948b512d770ab8fe
52117 Author: Behdad Esfahbod <behdad@behdad.org>
52118 Date:   Mon May 6 19:57:15 2019 -0700
52119
52120     [iter] Implement range-based for loops
52121     
52122     Part of https://github.com/harfbuzz/harfbuzz/issues/1648
52123
52124  src/hb-array.hh            |  6 ++++
52125  src/hb-iter.hh             | 74 ++++++++++++++++++++++++++++++++++++++++++++--
52126  src/hb-ot-layout-common.hh | 14 +++++++++
52127  src/hb-set.hh              |  3 ++
52128  src/test-iter.cc           | 28 ++++++++++++++----
52129  5 files changed, 118 insertions(+), 7 deletions(-)
52130
52131 commit e261dc3a4043230ae1b4f56e2cc7d3133b7da4ca
52132 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52133 Date:   Tue May 7 01:24:55 2019 +0430
52134
52135     Ignore -Wc++11-compat as we require C++11 actually
52136     
52137     pollutes gcc bots logs https://circleci.com/gh/harfbuzz/harfbuzz/85395
52138
52139  src/hb.hh | 1 +
52140  1 file changed, 1 insertion(+)
52141
52142 commit 9f9890e9e82c620e733d123f421f7c63d91ce8e1
52143 Author: Behdad Esfahbod <behdad@behdad.org>
52144 Date:   Mon May 6 12:16:51 2019 -0700
52145
52146     Remove HB_NO_OPTIONS in favor of HB_NO_GETENV
52147     
52148     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
52149
52150  src/hb-debug.hh | 2 +-
52151  1 file changed, 1 insertion(+), 1 deletion(-)
52152
52153 commit 36bb24f7b4dbbe171b945639bac749c46785e17c
52154 Author: Behdad Esfahbod <behdad@behdad.org>
52155 Date:   Sun May 5 10:14:17 2019 -0700
52156
52157     [dispatch] Forward arguments in all dispatch multiplexers
52158
52159  src/hb-aat-layout-kerx-table.hh | 14 ++++-----
52160  src/hb-aat-layout-morx-table.hh | 14 ++++-----
52161  src/hb-ot-kern-table.hh         | 16 +++++-----
52162  src/hb-ot-layout-common.hh      |  6 ++--
52163  src/hb-ot-layout-gpos-table.hh  | 68 ++++++++++++++++++++---------------------
52164  src/hb-ot-layout-gsub-table.hh  | 58 +++++++++++++++++------------------
52165  src/hb-ot-layout-gsubgpos.hh    | 32 +++++++++----------
52166  7 files changed, 104 insertions(+), 104 deletions(-)
52167
52168 commit c14efb8e68e31fb7537bcfe5eea779c0830a0b0c
52169 Author: Behdad Esfahbod <behdad@behdad.org>
52170 Date:   Sun May 5 09:54:58 2019 -0700
52171
52172     Fix previous commit
52173     
52174     Priority should be given to specific over dispatch.  Broke sanitize before.
52175     This fixes it, by moving prioritization to the context implementation, since
52176     the correct priority cannot be done in the dispatch implementation.  Done
52177     for subset and sanitize only, which need it.
52178
52179  src/hb-aat-layout-common.hh  |  2 +-
52180  src/hb-dispatch.hh           | 10 +---------
52181  src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
52182  src/hb-sanitize.hh           | 16 +++++++++++++---
52183  src/hb-subset.hh             | 15 ++++++++++++---
52184  5 files changed, 34 insertions(+), 23 deletions(-)
52185
52186 commit b10f65933a77434bf8d68058793037f38a8ed5a6
52187 Author: Behdad Esfahbod <behdad@behdad.org>
52188 Date:   Sun May 5 09:23:35 2019 -0700
52189
52190     [dispatch] Use functionality from previous commit
52191     
52192     To remove a couple of unwanted wrapper methods
52193
52194  src/hb-dispatch.hh             | 15 +++++++++------
52195  src/hb-open-type.hh            | 10 +++++-----
52196  src/hb-ot-layout-gpos-table.hh |  6 ------
52197  src/hb-ot-layout-gsub-table.hh |  6 ------
52198  src/hb-sanitize.hh             |  5 +++--
52199  src/hb-subset.hh               |  5 +++--
52200  6 files changed, 20 insertions(+), 27 deletions(-)
52201
52202 commit ac350c92fd6b04845c6240a5f3b77ceaf29e51d0
52203 Author: Behdad Esfahbod <behdad@behdad.org>
52204 Date:   Sun May 5 09:10:46 2019 -0700
52205
52206     [dispatch] Try obj.dispatch(c) before trying c->dispatch(obj)
52207
52208  src/hb-aat-layout-common.hh  |  2 +-
52209  src/hb-dispatch.hh           | 13 +++++++++++++
52210  src/hb-ot-layout-gsubgpos.hh | 14 +++++++-------
52211  src/hb-sanitize.hh           |  2 +-
52212  src/hb-subset.hh             |  4 ++--
52213  5 files changed, 24 insertions(+), 11 deletions(-)
52214
52215 commit 49252c42bb00380663ba9612e075c07f1be606b3
52216 Author: Michiharu Ariza <ariza@adobe.com>
52217 Date:   Fri May 3 10:42:11 2019 -0700
52218
52219     get rid of O(n^2) loop from apply_deltas_to_points
52220
52221  src/hb-ot-var-gvar-table.hh | 55 +++++++++++++++++++++++++++++++--------------
52222  1 file changed, 38 insertions(+), 17 deletions(-)
52223
52224 commit 0d5fd168f8e3c1202358a82161a28e407149b1b4
52225 Author: Behdad Esfahbod <behdad@behdad.org>
52226 Date:   Fri May 3 10:37:32 2019 -0700
52227
52228     Revert "[WIP] [name] Port to fancy serializer machinery"
52229     
52230     This reverts commit c7f366fbbb208d0a9103ac4ee4ac00ff726c31e4.
52231     
52232     Don't know how it got to master!
52233
52234  src/hb-ot-name-table.hh | 18 +++++++-----------
52235  1 file changed, 7 insertions(+), 11 deletions(-)
52236
52237 commit 72e3eba8f87e2a8b145a4f98e24499f0aafe099b
52238 Author: Cody Planteen <planteen@gmail.com>
52239 Date:   Thu May 2 13:03:15 2019 -0600
52240
52241     Add configuration option HB_NO_GETENV to disable use of getenv()
52242
52243  src/hb.hh | 12 ++++++++++--
52244  1 file changed, 10 insertions(+), 2 deletions(-)
52245
52246 commit c7f366fbbb208d0a9103ac4ee4ac00ff726c31e4
52247 Author: Behdad Esfahbod <behdad@behdad.org>
52248 Date:   Thu May 2 16:29:07 2019 -0700
52249
52250     [WIP] [name] Port to fancy serializer machinery
52251
52252  src/hb-ot-name-table.hh | 18 +++++++++++-------
52253  1 file changed, 11 insertions(+), 7 deletions(-)
52254
52255 commit 8855af38a8497d7788924d368baa9eeae4916940
52256 Author: Behdad Esfahbod <behdad@behdad.org>
52257 Date:   Thu May 2 16:26:06 2019 -0700
52258
52259     [name] Add NameRecord::copy()
52260
52261  src/hb-ot-name-table.hh | 10 ++++++++++
52262  1 file changed, 10 insertions(+)
52263
52264 commit 097bb3f0af391dbb5d498df548b769f165f35c8a
52265 Author: Behdad Esfahbod <behdad@behdad.org>
52266 Date:   Thu May 2 16:25:00 2019 -0700
52267
52268     [name] Minor changes
52269
52270  src/hb-ot-name-table.hh | 6 +++---
52271  1 file changed, 3 insertions(+), 3 deletions(-)
52272
52273 commit 431b6e1c449582619169722e16b472e872b02d58
52274 Author: Behdad Esfahbod <behdad@behdad.org>
52275 Date:   Thu May 2 16:22:32 2019 -0700
52276
52277     [serialize] Disable assertion for now
52278
52279  src/hb-serialize.hh | 2 +-
52280  1 file changed, 1 insertion(+), 1 deletion(-)
52281
52282 commit 8a32c9eecbdc907415195eca9ebad47c8acf2df5
52283 Author: Behdad Esfahbod <behdad@behdad.org>
52284 Date:   Thu May 2 16:20:18 2019 -0700
52285
52286     [serialize] Misc getting copy() to work
52287
52288  src/hb-open-type.hh | 16 +++++++++-------
52289  src/hb-serialize.hh | 26 ++++++++++++++++----------
52290  2 files changed, 25 insertions(+), 17 deletions(-)
52291
52292 commit 7d497a3a92973d4cec14888b932091f49de1d190
52293 Author: Behdad Esfahbod <behdad@behdad.org>
52294 Date:   Thu May 2 16:20:03 2019 -0700
52295
52296     [debug] Allow return_trace() to return any type
52297
52298  src/hb-debug.hh | 14 ++++++++------
52299  1 file changed, 8 insertions(+), 6 deletions(-)
52300
52301 commit 49b1c763a0459d586b7f0aa86eadd13d21b24867
52302 Author: Behdad Esfahbod <behdad@behdad.org>
52303 Date:   Thu May 2 16:19:34 2019 -0700
52304
52305     [test] Run "fonttools ttx" instead of "ttx"
52306
52307  test/subset/run-tests.py | 10 +++++-----
52308  1 file changed, 5 insertions(+), 5 deletions(-)
52309
52310 commit 91176d5b778b44172591e82ba84127e5eff1372d
52311 Author: Behdad Esfahbod <behdad@behdad.org>
52312 Date:   Thu May 2 15:12:07 2019 -0700
52313
52314     [serialize] Check offset base is within (possibly end of) object
52315
52316  src/hb-serialize.hh | 1 +
52317  1 file changed, 1 insertion(+)
52318
52319 commit 0f1a6ce8268b197732aab40069bbda57eddac2e0
52320 Author: Behdad Esfahbod <behdad@behdad.org>
52321 Date:   Thu May 2 15:03:41 2019 -0700
52322
52323     [name] Fix format of susbetted table to 0
52324
52325  src/hb-ot-name-table.hh | 2 +-
52326  1 file changed, 1 insertion(+), 1 deletion(-)
52327
52328 commit 87810fc958e28d0c5e05097b1b3fe78d962fdc62
52329 Author: Behdad Esfahbod <behdad@behdad.org>
52330 Date:   Thu May 2 14:45:57 2019 -0700
52331
52332     [name] Use variable forwarding to simplify sanitize()
52333
52334  src/hb-ot-name-table.hh | 7 ++-----
52335  1 file changed, 2 insertions(+), 5 deletions(-)
52336
52337 commit bf91b418b0e988619c230156f5f062c5d2802dd8
52338 Author: Behdad Esfahbod <behdad@behdad.org>
52339 Date:   Thu May 2 14:42:37 2019 -0700
52340
52341     [name]
52342
52343  src/hb-ot-name-table.hh | 6 +++---
52344  1 file changed, 3 insertions(+), 3 deletions(-)
52345
52346 commit 998b0b68ac2eafd1d5bca51b3723fa753e4db7c4
52347 Author: Behdad Esfahbod <behdad@behdad.org>
52348 Date:   Thu May 2 14:39:52 2019 -0700
52349
52350     [serializer] Add copy() to (Unsized)ArrayOf
52351
52352  src/hb-open-type.hh | 41 +++++++++++++++++++++++++++++++++++++++++
52353  src/hb-serialize.hh |  4 ++--
52354  2 files changed, 43 insertions(+), 2 deletions(-)
52355
52356 commit 88a41472404a8e7754e1099ca4a5b2146dae5298
52357 Author: Behdad Esfahbod <behdad@behdad.org>
52358 Date:   Thu May 2 14:22:31 2019 -0700
52359
52360     [serializer] Accept exact type in serialize_subset/copy()
52361
52362  src/hb-open-type.hh            | 12 ++++++------
52363  src/hb-ot-layout-common.hh     | 33 ++-------------------------------
52364  src/hb-ot-layout-gpos-table.hh |  6 ++++++
52365  src/hb-ot-layout-gsub-table.hh |  6 ++++++
52366  4 files changed, 20 insertions(+), 37 deletions(-)
52367
52368 commit 88fdeeecc0ef57e41219d92c90f35f13cbd3a35e
52369 Author: Behdad Esfahbod <behdad@behdad.org>
52370 Date:   Thu May 2 14:14:33 2019 -0700
52371
52372     [serialize] Take arguments in copy()
52373
52374  src/hb-open-type.hh |  6 +++---
52375  src/hb-serialize.hh | 10 ++++++----
52376  2 files changed, 9 insertions(+), 7 deletions(-)
52377
52378 commit 273ed6127bd9471fd11b3c1c7f232638f1ff1dba
52379 Author: Behdad Esfahbod <behdad@behdad.org>
52380 Date:   Thu May 2 14:04:51 2019 -0700
52381
52382     [serializer] Add serialize_copy()
52383
52384  src/hb-open-type.hh | 14 ++++++++++++++
52385  1 file changed, 14 insertions(+)
52386
52387 commit bf22338f49fb1711f7cbcad2d9949d7962cdc0bc
52388 Author: Behdad Esfahbod <behdad@behdad.org>
52389 Date:   Thu May 2 13:51:52 2019 -0700
52390
52391     Remove dead code
52392
52393  src/hb-algs.hh | 3 ---
52394  1 file changed, 3 deletions(-)
52395
52396 commit 157a414bd9fb8b1b7a066603e7c44b8680b48e28
52397 Author: Michiharu Ariza <ariza@adobe.com>
52398 Date:   Thu May 2 11:25:10 2019 -0700
52399
52400     fix mixup of TRACE_SUBSET/SERIALIZE
52401
52402  src/hb-ot-layout-common.hh  | 4 ++--
52403  src/hb-ot-var-hvar-table.hh | 4 ++--
52404  2 files changed, 4 insertions(+), 4 deletions(-)
52405
52406 commit 14e1fabc41a9a5ead3d91d560773050469982f54
52407 Author: David Corbett <corbett.dav@husky.neu.edu>
52408 Date:   Wed May 1 21:29:06 2019 -0400
52409
52410     Sync gen-vowel-constraints.py with current output
52411
52412  src/gen-vowel-constraints.py | 3 +++
52413  1 file changed, 3 insertions(+)
52414
52415 commit 026ab825c8e41980e286be911cc6fbb958dd7cd3
52416 Author: David Corbett <corbett.dav@husky.neu.edu>
52417 Date:   Wed May 1 16:15:58 2019 -0400
52418
52419     Add dotted circles to more broken clusters
52420
52421  src/gen-use-table.py                       |   9 +
52422  src/hb-ot-shape-complex-myanmar-machine.hh | 196 +++++-----
52423  src/hb-ot-shape-complex-myanmar-machine.rl |   4 +-
52424  src/hb-ot-shape-complex-use-machine.hh     | 602 +++++++++++++++--------------
52425  src/hb-ot-shape-complex-use-machine.rl     |  11 +-
52426  src/hb-ot-shape-complex-use-table.cc       |   2 +-
52427  6 files changed, 433 insertions(+), 391 deletions(-)
52428
52429 commit 92588782d7a45e0c023c5f48cbd19b11cfa8f0d2
52430 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52431 Date:   Tue Apr 30 13:05:10 2019 -0700
52432
52433     Remove space between right angle brackets now that we have C++11 (#1689)
52434
52435  src/hb-aat-layout-ankr-table.hh |  2 +-
52436  src/hb-aat-layout-common.hh     | 14 +++----
52437  src/hb-aat-layout-just-table.hh |  4 +-
52438  src/hb-aat-layout-kerx-table.hh | 14 +++----
52439  src/hb-aat-layout-lcar-table.hh |  2 +-
52440  src/hb-aat-layout-morx-table.hh | 14 +++----
52441  src/hb-aat-layout-trak-table.hh |  2 +-
52442  src/hb-aat-ltag-table.hh        |  2 +-
52443  src/hb-cff-interp-cs-common.hh  |  2 +-
52444  src/hb-cff1-interp-cs.hh        |  2 +-
52445  src/hb-cff2-interp-cs.hh        |  2 +-
52446  src/hb-iter.hh                  |  4 +-
52447  src/hb-null.hh                  |  8 ++--
52448  src/hb-open-file.hh             |  8 ++--
52449  src/hb-open-type.hh             |  8 ++--
52450  src/hb-ot-color-cbdt-table.hh   |  2 +-
52451  src/hb-ot-color-colr-table.hh   |  4 +-
52452  src/hb-ot-color-cpal-table.hh   |  8 ++--
52453  src/hb-ot-color-sbix-table.hh   |  2 +-
52454  src/hb-ot-color-svg-table.hh    |  4 +-
52455  src/hb-ot-kern-table.hh         |  6 +--
52456  src/hb-ot-layout-base-table.hh  |  2 +-
52457  src/hb-ot-layout-common.hh      | 10 ++---
52458  src/hb-ot-layout-gdef-table.hh  |  4 +-
52459  src/hb-ot-layout-gpos-table.hh  |  6 +--
52460  src/hb-ot-layout-gsub-table.hh  | 18 ++++-----
52461  src/hb-ot-layout-gsubgpos.hh    | 86 ++++++++++++++++++++---------------------
52462  src/hb-ot-math-table.hh         |  2 +-
52463  src/hb-ot-name-table.hh         | 10 ++---
52464  src/hb-ot-stat-table.hh         |  4 +-
52465  src/hb-subset-cff1.cc           |  2 +-
52466  src/test-iter.cc                | 10 ++---
52467  32 files changed, 134 insertions(+), 134 deletions(-)
52468
52469 commit f27fdca4aa438ec366ee17370fbc9fdeb962c397
52470 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52471 Date:   Tue Apr 30 13:01:04 2019 -0700
52472
52473     [doc] Add documentation to hb_color_get_* and hb_directwrite_face_* (#1690)
52474
52475  src/hb-common.cc      | 12 ++++++++----
52476  src/hb-directwrite.cc |  8 ++++++--
52477  2 files changed, 14 insertions(+), 6 deletions(-)
52478
52479 commit c52294eb28e9b043306f91611e4444651fe5e8ef
52480 Author: Michiharu Ariza <ariza@adobe.com>
52481 Date:   Tue Apr 30 10:40:45 2019 -0700
52482
52483     renaming & arg reorder
52484
52485  src/hb-ot-var-hvar-table.hh | 56 ++++++++++++++++++++++-----------------------
52486  1 file changed, 28 insertions(+), 28 deletions(-)
52487
52488 commit fe4a0ac707802b5bb36787723f8d55a58c2946a5
52489 Author: David Corbett <corbett.dav@husky.neu.edu>
52490 Date:   Tue Apr 30 13:35:50 2019 -0400
52491
52492     Fix some dead links
52493
52494  src/gen-os2-unicode-ranges.py      | 2 +-
52495  src/gen-use-table.py               | 6 +++---
52496  src/hb-ot-shape-complex-myanmar.hh | 2 +-
52497  3 files changed, 5 insertions(+), 5 deletions(-)
52498
52499 commit 68749e996aedbae9b1c4553f5672f74e1727b850
52500 Author: Nathan Willis <nwillis@glyphography.com>
52501 Date:   Tue Apr 30 17:23:55 2019 +0100
52502
52503     [Docs] Usermanual; update XML manifest for new chapters.
52504
52505  docs/Makefile.am       | 4 ++--
52506  docs/harfbuzz-docs.xml | 4 ++--
52507  2 files changed, 4 insertions(+), 4 deletions(-)
52508
52509 commit 30d7d1064ee339ca216699851030f9bae8c07c68
52510 Author: Nathan Willis <nwillis@glyphography.com>
52511 Date:   Tue Apr 30 17:23:19 2019 +0100
52512
52513     [Docs] Usermanual; add Utilities chapter.
52514
52515  docs/usermanual-utilities.xml | 244 ++++++++++++++++++++++++++++++++++++++++++
52516  1 file changed, 244 insertions(+)
52517
52518 commit d0f5a05aef73293fe21ddb022084166a7a095862
52519 Author: Nathan Willis <nwillis@glyphography.com>
52520 Date:   Tue Apr 30 17:22:54 2019 +0100
52521
52522     [Docs] Usermanual; add Shaping, Features, and Plans.
52523
52524  docs/usermanual-opentype-features.xml | 279 +++++++++++++++++++++++++++++++++-
52525  1 file changed, 277 insertions(+), 2 deletions(-)
52526
52527 commit 8354c99fbee2887cb71440f4e25ad1e6f46b2592
52528 Author: Nathan Willis <nwillis@glyphography.com>
52529 Date:   Tue Apr 30 17:22:08 2019 +0100
52530
52531     [Docs] Usermanual; add Fonts And Faces chapter.
52532
52533  docs/usermanual-fonts-and-faces.xml | 445 +++++++++++++++++++++++++++++++++++-
52534  1 file changed, 437 insertions(+), 8 deletions(-)
52535
52536 commit 3b301c5ac6b15728f858cb6f5de8dfc6a77209fa
52537 Author: Nathan Willis <nwillis@glyphography.com>
52538 Date:   Tue Apr 30 17:21:33 2019 +0100
52539
52540     [Docs] Usermanual; fill out Buffers chapter.
52541
52542  ...anual-buffers-language-script-and-direction.xml | 358 +++++++++++++++++++--
52543  1 file changed, 335 insertions(+), 23 deletions(-)
52544
52545 commit 6d9a86ae7535ea8e3c108a49c6da877a78cdac26
52546 Author: Nathan Willis <nwillis@glyphography.com>
52547 Date:   Tue Apr 30 16:09:01 2019 +0100
52548
52549     [Docs] Usermanual; fixes to Object Model chapter
52550
52551  docs/usermanual-object-model.xml | 35 ++++++++++++++++++++++-------------
52552  1 file changed, 22 insertions(+), 13 deletions(-)
52553
52554 commit 1223a352b7c8d1cc362693b850f348af4d4d03fb
52555 Merge: aa3ac5924 9542bdd0e
52556 Author: Michiharu Ariza <ariza@adobe.com>
52557 Date:   Mon Apr 29 16:43:48 2019 -0700
52558
52559     Merge branch 'master' into var-subset
52560
52561 commit 9542bdd0ed2d581cdb4bd950ac3cd7e3bf899478
52562 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52563 Date:   Mon Apr 29 14:52:28 2019 -0700
52564
52565     Add color channels getters ABI (#1513)
52566     
52567     So can be used with language wrappers
52568
52569  src/hb-common.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
52570  src/hb-common.h  | 40 +++++++++++-----------------------------
52571  2 files changed, 64 insertions(+), 29 deletions(-)
52572
52573 commit e200d165a4e8a5f901165c705d617b6e457ec595
52574 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52575 Date:   Tue Apr 30 02:10:50 2019 +0430
52576
52577     [ci] Remove crosscompile-notest-freebsd9 bot
52578     
52579     It was testing an old version of freebsd and now it's image is gone.
52580     We really like to test the environment.
52581
52582  .circleci/config.yml | 10 ----------
52583  1 file changed, 10 deletions(-)
52584
52585 commit 4aa546b70ad7b11154b901e67f98c1ec6bc5c364
52586 Author: David Corbett <corbett.dav@husky.neu.edu>
52587 Date:   Mon Apr 29 14:16:51 2019 -0400
52588
52589     Allow some Balinese Po & So as aksara modre bases
52590
52591  src/gen-use-table.py                 | 10 ++++++++--
52592  src/hb-ot-shape-complex-use-table.cc |  4 ++--
52593  2 files changed, 10 insertions(+), 4 deletions(-)
52594
52595 commit 6d6edc8b25395c87477181a647a8e6d02f2cad4f
52596 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52597 Date:   Sun Apr 28 11:54:07 2019 -0700
52598
52599     [valgrind] Use libtool and support run-subset-fuzzer-tests (#1668)
52600
52601  test/fuzzing/Makefile.am                |  4 +-
52602  test/fuzzing/run-shape-fuzzer-tests.py  | 28 ++++++------
52603  test/fuzzing/run-subset-fuzzer-tests.py | 75 ++++++++++++++++++++++++++++++---
52604  3 files changed, 85 insertions(+), 22 deletions(-)
52605
52606 commit 62c6e170728303f4225aaa25523675fc260ae1ab
52607 Author: Ebrahim Byagowi <ebrahim@gnu.org>
52608 Date:   Sun Apr 28 10:55:07 2019 -0700
52609
52610     [test] Add crbug.com/oss-fuzz/14474 testcase
52611     
52612     Fixed at 6977a95f
52613
52614  ...testcase-minimized-hb-subset-fuzzer-5716947896893440 | Bin 0 -> 65833 bytes
52615  1 file changed, 0 insertions(+), 0 deletions(-)
52616
52617 commit 6977a95fed8a35d6e915ed3fc3a3ea8709f3d4a4
52618 Author: Behdad Esfahbod <behdad@behdad.org>
52619 Date:   Sat Apr 27 10:05:25 2019 -0700
52620
52621     [subset] Don't crash if subsetting GSUB/GPOS fails
52622     
52623     Fixes fuzzer issue.
52624
52625  src/hb-subset.cc | 27 ++++++++++++++-------------
52626  1 file changed, 14 insertions(+), 13 deletions(-)
52627
52628 commit 2b051e7aa147c78cfbf953b6f0eb18c25b732eb2
52629 Author: Behdad Esfahbod <behdad@behdad.org>
52630 Date:   Sat Apr 27 10:01:11 2019 -0700
52631
52632     [subset] Check error after calling serializer end
52633
52634  src/hb-subset.cc | 5 ++---
52635  1 file changed, 2 insertions(+), 3 deletions(-)
52636
52637 commit 750b65e9a980efc13e50ea5d0388ecf06e7a93b1
52638 Author: Behdad Esfahbod <behdad@behdad.org>
52639 Date:   Fri Apr 26 17:14:25 2019 -0700
52640
52641     [meta] Add hb_type_identity<>
52642     
52643     To block template argument deduction.
52644
52645  src/hb-meta.hh | 4 ++++
52646  1 file changed, 4 insertions(+)
52647
52648 commit 8c8922a019eb1ceb8beffc05ca638ee0ca25b565
52649 Author: Qunxin Liu <qxliu@google.com>
52650 Date:   Thu Apr 25 09:17:58 2019 -0700
52651
52652     [subset] Updates due to changes in resolve_links() on master branch
52653
52654  src/Makefile.sources    | 1 +
52655  src/hb-ot-name-table.hh | 7 +++++--
52656  src/hb-static.cc        | 3 +--
52657  3 files changed, 7 insertions(+), 4 deletions(-)
52658
52659 commit 2f6ec35344db08d0c892152bc7a7eaa67e7c03f0
52660 Author: Garret Rieger <grieger@google.com>
52661 Date:   Wed Apr 24 15:15:36 2019 -0700
52662
52663     Move implementations of hb-ot-name-language.cc into a hb-static.cc
52664
52665  src/hb-aat-layout.hh              |   1 -
52666  src/hb-ot-name-language-static.hh | 462 ++++++++++++++++++++++++++++++++++++++
52667  src/hb-ot-name-language.hh        | 432 +----------------------------------
52668  src/hb-static.cc                  |   2 +
52669  4 files changed, 468 insertions(+), 429 deletions(-)
52670
52671 commit 19afd25004487cfaa7b487b1768b4dae1ab37296
52672 Author: Qunxin Liu <qxliu@google.com>
52673 Date:   Wed Apr 24 14:02:29 2019 -0700
52674
52675     [subset] Update to use _subset2() for name table
52676
52677  src/hb-ot-name-table.hh | 47 ++++++++++-------------------------------------
52678  src/hb-subset.cc        |  4 ++--
52679  2 files changed, 12 insertions(+), 39 deletions(-)
52680
52681 commit 1ca4b5c77012ed586413f39e730b03bf965e1305
52682 Author: Qunxin Liu <qxliu@google.com>
52683 Date:   Mon Apr 22 11:31:23 2019 -0700
52684
52685     [subset] Add unit test for str de-dup
52686     Also move the implementation of some methods from the .cc to the .hh
52687
52688  src/Makefile.sources                   |   1 -
52689  src/hb-aat-layout.cc                   |   8 -
52690  src/hb-aat-layout.hh                   |   9 +-
52691  src/hb-ot-name-language.cc             | 457 ---------------------------------
52692  src/hb-ot-name-language.hh             | 432 ++++++++++++++++++++++++++++++-
52693  test/api/fonts/nameID.dup.expected.ttf | Bin 0 -> 2340 bytes
52694  test/api/fonts/nameID.dup.origin.ttf   | Bin 0 -> 170680 bytes
52695  test/api/test-subset-nameids.c         |  21 ++
52696  8 files changed, 456 insertions(+), 472 deletions(-)
52697
52698 commit 9ad14f56b6cf2a345104b3a897b52a1f4c0f33a5
52699 Author: Qunxin Liu <qxliu@google.com>
52700 Date:   Tue Apr 16 11:20:58 2019 -0700
52701
52702     [subset] update name table subsetting with new serializer
52703
52704  src/hb-ot-name-table.hh | 126 ++++++++++++++++++++++++++++--------------------
52705  1 file changed, 75 insertions(+), 51 deletions(-)
52706
52707 commit 6faac8df83bb59f08e5d329e76435ba438b2ea54
52708 Author: Qunxin Liu <qxliu@google.com>
52709 Date:   Wed Apr 10 16:38:35 2019 -0700
52710
52711     [subset] Subsetting Name Table Step 4
52712     Add unit test and integration test
52713
52714  test/api/Makefile.am                               |   2 +
52715  test/api/fonts/nameID.expected.ttf                 | Bin 0 -> 170696 bytes
52716  test/api/fonts/nameID.origin.ttf                   | Bin 0 -> 170976 bytes
52717  test/api/hb-subset-test.h                          |   9 ++++
52718  test/api/test-subset-nameids.c                     |  58 +++++++++++++++++++++
52719  .../Roboto-Regular.abc.name-ids.61,62,63.ttf       | Bin 0 -> 2168 bytes
52720  .../basics/Roboto-Regular.abc.name-ids.61,63.ttf   | Bin 0 -> 1988 bytes
52721  .../basics/Roboto-Regular.abc.name-ids.61.ttf      | Bin 0 -> 1792 bytes
52722  .../basics/Roboto-Regular.abc.name-ids.62.ttf      | Bin 0 -> 1740 bytes
52723  .../basics/Roboto-Regular.abc.name-ids.63.ttf      | Bin 0 -> 1716 bytes
52724  test/subset/data/profiles/name-ids.txt             |   1 +
52725  test/subset/data/tests/basics.tests                |   1 +
52726  12 files changed, 71 insertions(+)
52727
52728 commit e501ea143d1e63974903cdb41932c50f4222ff4e
52729 Author: Qunxin Liu <qxliu@google.com>
52730 Date:   Fri Apr 5 10:05:55 2019 -0700
52731
52732     [subset] Subset name table step 3, add --nameids option to guide the
52733     selection of which name records to keep in the subset method.
52734
52735  src/hb-ot-name-table.hh | 28 ++++++++++++++++------------
52736  src/hb-subset-input.cc  |  8 ++++++++
52737  src/hb-subset-input.hh  |  3 ++-
52738  src/hb-subset-plan.cc   | 10 ++++++----
52739  src/hb-subset-plan.hh   |  3 +++
52740  src/hb-subset.h         |  3 +++
52741  util/hb-subset.cc       |  1 +
52742  util/options.cc         | 45 +++++++++++++++++++++++++++++++++++++++++++++
52743  util/options.hh         |  8 ++++++++
52744  9 files changed, 92 insertions(+), 17 deletions(-)
52745
52746 commit 2637a81615c80443911a603cbd161ade525c79f1
52747 Author: Qunxin Liu <qxliu@google.com>
52748 Date:   Tue Apr 2 13:38:27 2019 -0700
52749
52750     [subset] subset name table step 2, add implementation for collecting subset
52751     elements and serialize method
52752
52753  src/hb-ot-name-table.hh | 131 ++++++++++++++++++++++++++++++++++++++++--------
52754  1 file changed, 109 insertions(+), 22 deletions(-)
52755
52756 commit 408c1daeb4ff86d2204ed1bdd059513357ada392
52757 Author: Qunxin Liu <qxliu@google.com>
52758 Date:   Fri Mar 29 10:34:32 2019 -0700
52759
52760     [subset] subset name table step 1,  write out table unmodified, use accelerator to access
52761     string
52762
52763  src/hb-ot-name-table.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
52764  src/hb-subset.cc        |  4 ++++
52765  2 files changed, 57 insertions(+)
52766
52767 commit 3a7f5bdd18314676425ec811199767a5f8e65a40
52768 Author: Behdad Esfahbod <behdad@behdad.org>
52769 Date:   Fri Apr 26 14:40:01 2019 -0700
52770
52771     Rewrite hb_is_signed()
52772
52773  src/hb-meta.hh | 20 +++++++++++---------
52774  1 file changed, 11 insertions(+), 9 deletions(-)
52775
52776 commit 73c82f2301a52cf2111296b34691bc898a7a6363
52777 Author: Behdad Esfahbod <behdad@behdad.org>
52778 Date:   Fri Apr 26 13:16:48 2019 -0700
52779
52780     [iter] Fix hb_is_iterator_of() to actually check item type
52781
52782  src/hb-iter.hh | 20 +++++++++-----------
52783  1 file changed, 9 insertions(+), 11 deletions(-)
52784
52785 commit c51f15ddfcae8578483693b761b81ceaebf05f2a
52786 Author: Behdad Esfahbod <behdad@behdad.org>
52787 Date:   Fri Apr 26 13:03:41 2019 -0700
52788
52789     [array] Adjust hb_sorted_array_t copy constructor/assignment to match hb_array_t
52790
52791  src/hb-array.hh | 13 ++++++++++---
52792  1 file changed, 10 insertions(+), 3 deletions(-)
52793
52794 commit b2758c360cc08d7a0334aae11845d0c5d50c46af
52795 Author: Behdad Esfahbod <behdad@behdad.org>
52796 Date:   Fri Apr 26 12:58:06 2019 -0700
52797
52798     [array] Use hb_is_cr_convertible_to()
52799
52800  src/hb-array.hh | 14 ++------------
52801  1 file changed, 2 insertions(+), 12 deletions(-)
52802
52803 commit 8ecae793aa79056a312d3c8518106cfeca42390e
52804 Author: Behdad Esfahbod <behdad@behdad.org>
52805 Date:   Fri Apr 26 12:57:56 2019 -0700
52806
52807     [meta] Add hb_is_cr_convertible_to()
52808
52809  src/hb-meta.hh | 5 +++++
52810  1 file changed, 5 insertions(+)
52811
52812 commit 52bb0346d319c322f117567a096fafa1bc804e26
52813 Author: Behdad Esfahbod <behdad@behdad.org>
52814 Date:   Fri Apr 26 12:52:28 2019 -0700
52815
52816     [meta] Add hb_decay<>
52817
52818  src/hb-meta.hh | 2 ++
52819  1 file changed, 2 insertions(+)
52820
52821 commit 474f3587cd18fdaf86b2068647fa03b107557d8c
52822 Author: Michiharu Ariza <ariza@adobe.com>
52823 Date:   Fri Apr 26 10:12:38 2019 -0700
52824
52825     copy retain_gids from input to plan
52826
52827  src/hb-subset-plan.cc | 1 +
52828  src/hb-subset-plan.hh | 1 +
52829  2 files changed, 2 insertions(+)
52830
52831 commit 3fc066314ac19005ea8157a6541412cfd24abbc2
52832 Author: Behdad Esfahbod <behdad@behdad.org>
52833 Date:   Wed Apr 24 16:41:57 2019 -0700
52834
52835     Another try at fixing cmake build
52836
52837  CMakeLists.txt | 2 +-
52838  1 file changed, 1 insertion(+), 1 deletion(-)
52839
52840 commit c69f02784ac53a7fd13eee559559b38d8224ef59
52841 Author: Behdad Esfahbod <behdad@behdad.org>
52842 Date:   Wed Apr 24 16:31:37 2019 -0700
52843
52844     Fix sign-compare error on 32-bit systems
52845
52846  src/hb-open-type.hh | 2 +-
52847  1 file changed, 1 insertion(+), 1 deletion(-)
52848
52849 commit f2d20dd9d3b52f434f5fe9dbef82bd95eb499edf
52850 Author: Behdad Esfahbod <behdad@behdad.org>
52851 Date:   Wed Apr 24 15:08:27 2019 -0700
52852
52853     [THANKS] Add Ivan Kuckir <https://photopea.com/>
52854     
52855     https://github.com/harfbuzz/harfbuzz/issues/1633#issuecomment-485764140
52856
52857  THANKS | 2 +-
52858  1 file changed, 1 insertion(+), 1 deletion(-)
52859
52860 commit 0ca358f21a2a6e86a3d5c145a70bb84ab6e2db32
52861 Author: Behdad Esfahbod <behdad@behdad.org>
52862 Date:   Wed Apr 24 16:36:29 2019 -0400
52863
52864     Try fixing cmake build
52865
52866  CMakeLists.txt | 2 +-
52867  1 file changed, 1 insertion(+), 1 deletion(-)
52868
52869 commit 59a8fa53533b10b9c25458d9ba2d68b7b01c3ff0
52870 Author: Behdad Esfahbod <behdad@behdad.org>
52871 Date:   Wed Apr 24 12:19:13 2019 -0400
52872
52873     [iter] Add tests for casting to hb_iter_t<> base class for hb_sorted_array_t<>
52874     
52875     Something's phishy about hb_sorted_array_t<>.  Can't get it work nicely with
52876     change I'm making.  Ugh..
52877
52878  src/test-iter.cc | 7 ++++++-
52879  1 file changed, 6 insertions(+), 1 deletion(-)
52880
52881 commit 714307cc437f375f128e17e5ab01eba0c57aaf01
52882 Author: Behdad Esfahbod <behdad@behdad.org>
52883 Date:   Wed Apr 24 10:56:12 2019 -0400
52884
52885     [iter] Remove fixed TODO
52886
52887  src/hb-iter.hh | 3 ---
52888  1 file changed, 3 deletions(-)
52889
52890 commit 22da12318a3e9fd9955f24fd0092de1a4a1a940d
52891 Author: Behdad Esfahbod <behdad@behdad.org>
52892 Date:   Wed Apr 24 10:53:16 2019 -0400
52893
52894     [map] Fix TODO
52895
52896  src/hb-map.hh           | 6 ++----
52897  src/hb-meta.hh          | 6 ++++++
52898  src/hb-ot-cff1-table.cc | 1 -
52899  src/hb-ot-cff2-table.cc | 1 -
52900  src/hb.hh               | 3 +--
52901  5 files changed, 9 insertions(+), 8 deletions(-)
52902
52903 commit 4c6136e976af4f7332f703f5a7625505ffc296b6
52904 Author: Behdad Esfahbod <behdad@behdad.org>
52905 Date:   Wed Apr 24 10:44:24 2019 -0400
52906
52907     [mutex] Remove TODO
52908
52909  src/hb-mutex.hh | 2 --
52910  1 file changed, 2 deletions(-)
52911
52912 commit 0268db11965d022883d5ef2ef828c0635165b7bd
52913 Author: Behdad Esfahbod <behdad@behdad.org>
52914 Date:   Wed Apr 24 10:43:40 2019 -0400
52915
52916     [map] Use hb_invoke() with pointer-to-method
52917
52918  src/hb-algs.hh   | 5 ++++-
52919  src/hb-map.hh    | 4 ++--
52920  src/test-algs.cc | 8 ++++++++
52921  3 files changed, 14 insertions(+), 3 deletions(-)
52922
52923 commit 8f79a5750e8982f9ab73c0dc6a8534dffef74610
52924 Author: Behdad Esfahbod <behdad@behdad.org>
52925 Date:   Wed Apr 24 10:32:49 2019 -0400
52926
52927     [algs] Add more hb_forward<>()'s
52928
52929  src/hb-algs.hh | 10 +++++-----
52930  1 file changed, 5 insertions(+), 5 deletions(-)
52931
52932 commit 42526d1697e2449fa23741f84721dcf2ce688af7
52933 Author: Behdad Esfahbod <behdad@behdad.org>
52934 Date:   Wed Apr 24 10:24:33 2019 -0400
52935
52936     [serialize] Fix SingleSubstFormat1 failure
52937
52938  src/hb-ot-layout-gsub-table.hh | 6 +++---
52939  1 file changed, 3 insertions(+), 3 deletions(-)
52940
52941 commit 6cc9707c9c0885a3133b7844f615cdcdaeccec18
52942 Author: Behdad Esfahbod <behdad@behdad.org>
52943 Date:   Wed Apr 24 10:22:06 2019 -0400
52944
52945     [serialize] Rename
52946
52947  src/hb-serialize.hh | 8 +++-----
52948  1 file changed, 3 insertions(+), 5 deletions(-)
52949
52950 commit 085793d6cd35a1590a66712f39260030367490db
52951 Author: Behdad Esfahbod <behdad@behdad.org>
52952 Date:   Wed Apr 24 10:15:59 2019 -0400
52953
52954     Remove wrong TODOs
52955
52956  src/hb-ot-layout-gsubgpos.hh       | 2 +-
52957  src/hb-ot-shape-complex-indic.cc   | 1 -
52958  src/hb-ot-shape-complex-khmer.cc   | 4 ++--
52959  src/hb-ot-shape-complex-myanmar.cc | 3 ++-
52960  src/hb-ot-shape-complex-use.cc     | 4 ++--
52961  5 files changed, 7 insertions(+), 7 deletions(-)
52962
52963 commit 915b9ea5f48d56df21419761477b2d4ba2843b54
52964 Author: Behdad Esfahbod <behdad@behdad.org>
52965 Date:   Wed Apr 24 10:07:19 2019 -0400
52966
52967     [serialize] Add c->check_assign()
52968     
52969     To check for assignment overflows.
52970
52971  src/hb-open-type.hh            |  7 +++----
52972  src/hb-ot-layout-gsub-table.hh |  2 +-
52973  src/hb-serialize.hh            | 20 +++++++++++++-------
52974  3 files changed, 17 insertions(+), 12 deletions(-)
52975
52976 commit 00a00bc1f23c681d64fbd4df33582ec0165e337a
52977 Author: Behdad Esfahbod <behdad@behdad.org>
52978 Date:   Wed Apr 24 10:01:30 2019 -0400
52979
52980     Fix two TODOs
52981
52982  src/hb-ot-layout-gsub-table.hh | 11 +++++------
52983  1 file changed, 5 insertions(+), 6 deletions(-)
52984
52985 commit 11ab889a8d743304c8ec17920e209a514f46739d
52986 Author: Behdad Esfahbod <behdad@behdad.org>
52987 Date:   Wed Apr 24 09:55:24 2019 -0400
52988
52989     Rename a few test programs
52990
52991  src/Makefile.am                                    | 24 +++++++++++-----------
52992  ...est-size-params.cc => test-gpos-size-params.cc} |  0
52993  ...substitute.cc => test-gsub-would-substitute.cc} |  0
52994  src/{test-name-table.cc => test-ot-name.cc}        |  0
52995  4 files changed, 12 insertions(+), 12 deletions(-)
52996
52997 commit 12017db0bfe62e7777e1ab6ba5b14729dcd4c351
52998 Author: Behdad Esfahbod <behdad@behdad.org>
52999 Date:   Wed Apr 24 09:24:38 2019 -0400
53000
53001     Move test code around
53002
53003  src/test-algs.cc | 8 ++++++++
53004  src/test-iter.cc | 9 ---------
53005  2 files changed, 8 insertions(+), 9 deletions(-)
53006
53007 commit 27377a7e287dd39e3f7caad5c1e0691ae381ccf8
53008 Author: Behdad Esfahbod <behdad@behdad.org>
53009 Date:   Wed Apr 24 09:22:14 2019 -0400
53010
53011     Rely on variadic parameter pack more
53012
53013  src/hb-open-type.hh | 16 ++++++++--------
53014  1 file changed, 8 insertions(+), 8 deletions(-)
53015
53016 commit 3ad20c38ade76aca8aed024014977ecb5f2b636e
53017 Author: Behdad Esfahbod <behdad@behdad.org>
53018 Date:   Wed Apr 24 09:09:00 2019 -0400
53019
53020     [serialize] Fix a few overflow TODO items
53021
53022  src/hb-open-type.hh | 7 ++++---
53023  1 file changed, 4 insertions(+), 3 deletions(-)
53024
53025 commit 175bdad8bff5b0e9732ab1fb97617a9293680fd4
53026 Author: Behdad Esfahbod <behdad@behdad.org>
53027 Date:   Tue Apr 23 23:57:11 2019 -0400
53028
53029     One more variadic parameter pack use
53030
53031  src/hb-aat-layout-common.hh | 6 +++---
53032  1 file changed, 3 insertions(+), 3 deletions(-)
53033
53034 commit 441cca235477a5399af214c9ac85320d4de69f0b
53035 Author: Behdad Esfahbod <behdad@behdad.org>
53036 Date:   Tue Apr 23 23:49:21 2019 -0400
53037
53038     Use hb_forward() when forwarding parameter pack
53039
53040  src/hb-open-type.hh | 32 ++++++++++++++++----------------
53041  src/hb-serialize.hh |  3 ++-
53042  2 files changed, 18 insertions(+), 17 deletions(-)
53043
53044 commit 20f3134789f65b10f301c4635c9f80c2dda0fb97
53045 Author: Behdad Esfahbod <behdad@behdad.org>
53046 Date:   Tue Apr 23 12:58:52 2019 -0400
53047
53048     Use variadic templates in OffsetTo<> and various ArrayOf<>s
53049
53050  src/hb-open-type.hh | 145 ++++++++++++++++++----------------------------------
53051  1 file changed, 49 insertions(+), 96 deletions(-)
53052
53053 commit aa6692cb0079bbe1e003f211a321e8fe6a18ea94
53054 Author: Nathan Willis <nwillis@glyphography.com>
53055 Date:   Tue Apr 23 17:56:44 2019 +0100
53056
53057     Usermanual: update Makefile SGML list. Again.
53058
53059  docs/Makefile.am | 1 +
53060  1 file changed, 1 insertion(+)
53061
53062 commit 98c54cdef8b0615a95382bdba4ecd008789f8c9e
53063 Author: Nathan Willis <nwillis@glyphography.com>
53064 Date:   Tue Apr 23 17:48:42 2019 +0100
53065
53066     Usermanual: add chapter on object model.
53067
53068  docs/harfbuzz-docs.xml           |   1 +
53069  docs/usermanual-object-model.xml | 249 +++++++++++++++++++++++++++++++++++++++
53070  2 files changed, 250 insertions(+)
53071
53072 commit 64ca2ffa4c88b961dcbd9d06be8ac7dd80ad8182
53073 Author: Ebrahim Byagowi <ebrahim@gnu.org>
53074 Date:   Tue Apr 23 01:10:46 2019 -0700
53075
53076     Fix clang's -Wmain complain (#1678)
53077
53078  src/test-iter.cc | 8 +++++++-
53079  1 file changed, 7 insertions(+), 1 deletion(-)
53080
53081 commit 7c218351ab45c41e48147b2196393357f7b551d4
53082 Author: Ebrahim Byagowi <ebrahim@gnu.org>
53083 Date:   Tue Apr 23 12:40:29 2019 +0430
53084
53085     .editorconfig, minor
53086     
53087     still doesn't work with vscode
53088
53089  .editorconfig | 2 +-
53090  1 file changed, 1 insertion(+), 1 deletion(-)
53091
53092 commit 25dd88efc6521b972babe1067c0de1b9d4f5dbe5
53093 Author: Behdad Esfahbod <behdad@behdad.org>
53094 Date:   Mon Apr 22 17:45:23 2019 -0400
53095
53096     Err, fix hb_invoke() variadic
53097
53098  src/hb-algs.hh   | 6 +++---
53099  src/test-iter.cc | 5 ++++-
53100  2 files changed, 7 insertions(+), 4 deletions(-)
53101
53102 commit c862a532df0bc3ce0b47f3fde9bf1dd300ff8bee
53103 Author: Behdad Esfahbod <behdad@behdad.org>
53104 Date:   Mon Apr 22 17:32:19 2019 -0400
53105
53106     Add variadic arguments to hb_invoke()
53107
53108  src/hb-algs.hh | 22 +++++++++++-----------
53109  1 file changed, 11 insertions(+), 11 deletions(-)
53110
53111 commit 9c724e48a2f5d61c31c79f0b4660f08e5d07db10
53112 Author: Behdad Esfahbod <behdad@behdad.org>
53113 Date:   Mon Apr 22 15:37:10 2019 -0400
53114
53115     [serializer] Add err_propagaged_error()
53116
53117  src/hb-serialize.hh | 5 ++++-
53118  1 file changed, 4 insertions(+), 1 deletion(-)
53119
53120 commit ae8da4b61b4cc3b55242b85fe7c63393d65bd6cf
53121 Author: Behdad Esfahbod <behdad@behdad.org>
53122 Date:   Mon Apr 22 15:25:11 2019 -0400
53123
53124     Minor
53125
53126  src/hb-iter.hh | 9 ++++++---
53127  1 file changed, 6 insertions(+), 3 deletions(-)
53128
53129 commit 24da1d08603a7fe262ae88d687986efc0343956f
53130 Author: Behdad Esfahbod <behdad@behdad.org>
53131 Date:   Mon Apr 22 15:20:25 2019 -0400
53132
53133     Use variadic template args for propagate_error()
53134     
53135     Let's see if bots happy.
53136     
53137     Not sure where else we can use these.  Mm.  Maybe in hb_invoke().
53138
53139  src/hb-serialize.hh | 7 ++-----
53140  1 file changed, 2 insertions(+), 5 deletions(-)
53141
53142 commit 9bab398462fa598047f34fd6d23e07a91305b1b3
53143 Author: Behdad Esfahbod <behdad@behdad.org>
53144 Date:   Mon Apr 22 15:16:35 2019 -0400
53145
53146     Simplify propagate_error()
53147
53148  src/hb-serialize.hh | 12 ++++++------
53149  1 file changed, 6 insertions(+), 6 deletions(-)
53150
53151 commit ecac94ca763e80d217ba5db429745e8882b38464
53152 Author: Behdad Esfahbod <behdad@behdad.org>
53153 Date:   Sun Apr 21 12:27:32 2019 -0400
53154
53155     [docs] Remove fdo repo
53156     
53157     Has not been updated.
53158
53159  docs/harfbuzz-docs.xml | 6 +-----
53160  1 file changed, 1 insertion(+), 5 deletions(-)
53161
53162 commit 8ed7655be89c658219ab702e34a79734ba0efb73
53163 Author: Behdad Esfahbod <behdad@behdad.org>
53164 Date:   Sun Apr 21 12:25:19 2019 -0400
53165
53166     Update AUTHORS / COPYING
53167
53168  AUTHORS | 3 +++
53169  COPYING | 3 ++-
53170  2 files changed, 5 insertions(+), 1 deletion(-)
53171
53172 commit a464cbeecea73aeaa03c262f49fed8584057d9bb
53173 Author: Ebrahim Byagowi <ebrahim@gnu.org>
53174 Date:   Fri Apr 19 12:14:09 2019 -0700
53175
53176     Revert "Add harfbuzzjs build configuration (#1636)" (#1675)
53177     
53178     This reverts commit 694cb1beeefe1c54b2e613d2d566a21e248a2c9c.
53179
53180  CMakeLists.txt | 35 -----------------------------------
53181  1 file changed, 35 deletions(-)
53182
53183 commit 694cb1beeefe1c54b2e613d2d566a21e248a2c9c
53184 Author: Ebrahim Byagowi <ebrahim@gnu.org>
53185 Date:   Fri Apr 19 07:51:04 2019 -0700
53186
53187     Add harfbuzzjs build configuration (#1636)
53188
53189  CMakeLists.txt | 35 +++++++++++++++++++++++++++++++++++
53190  1 file changed, 35 insertions(+)
53191
53192 commit 42f4bd6b801f96fc33a365db8ab6390e74cef05a
53193 Author: Behdad Esfahbod <behdad@behdad.org>
53194 Date:   Thu Apr 18 19:04:59 2019 -0400
53195
53196     Minor warning fix again
53197
53198  src/hb-ot-map.cc        | 20 ++++++++++----------
53199  test/api/test-ot-face.c |  2 +-
53200  2 files changed, 11 insertions(+), 11 deletions(-)
53201
53202 commit 267fb9c7163e61c9cdbafbb16005bc659ec5a4a2
53203 Author: Michiharu Ariza <ariza@adobe.com>
53204 Date:   Thu Apr 18 15:17:10 2019 -0700
53205
53206     add spaces
53207
53208  src/hb-ot-cff1-table.hh | 4 ++--
53209  1 file changed, 2 insertions(+), 2 deletions(-)
53210
53211 commit ba0386060d92dffcde2d14f9e523a46ea8713de2
53212 Author: Michiharu Ariza <ariza@adobe.com>
53213 Date:   Thu Apr 18 14:53:35 2019 -0700
53214
53215     fix oss-fuzz issue 14345
53216
53217  src/hb-ot-cff1-table.hh                                 |   3 ++-
53218  ...testcase-minimized-hb-subset-fuzzer-5923632099885056 | Bin 0 -> 25847 bytes
53219  2 files changed, 2 insertions(+), 1 deletion(-)
53220
53221 commit 63a2108480cca2d9c1a2f61d6642d70496f1a5e3
53222 Author: Michiharu Ariza <ariza@adobe.com>
53223 Date:   Thu Apr 18 13:54:58 2019 -0700
53224
53225     silence MVC warnings 3rd attempt
53226
53227  src/hb-ot-cff1-table.cc | 5 +++--
53228  src/hb-ot-cff2-table.cc | 9 +++++----
53229  2 files changed, 8 insertions(+), 6 deletions(-)
53230
53231 commit 705dde57fe7bd5aafe93f284db2aa809aad932dc
53232 Author: Michiharu Ariza <ariza@adobe.com>
53233 Date:   Thu Apr 18 11:32:10 2019 -0700
53234
53235     silence MVC warnings 2nd attempt
53236
53237  src/hb-ot-cff1-table.cc | 4 ++--
53238  src/hb-ot-cff2-table.cc | 8 ++++----
53239  2 files changed, 6 insertions(+), 6 deletions(-)
53240
53241 commit dd4c37529bcecee33d43015a852a3fcf9e978b7f
53242 Author: Michiharu Ariza <ariza@adobe.com>
53243 Date:   Thu Apr 18 10:38:57 2019 -0700
53244
53245     silence MVC warnings
53246
53247  src/hb-cff-interp-common.hh | 2 +-
53248  src/hb-ot-cff1-table.cc     | 4 ++--
53249  src/hb-ot-cff2-table.cc     | 8 ++++----
53250  3 files changed, 7 insertions(+), 7 deletions(-)
53251
53252 commit 518e6e07f29d9bb7e532313fb0af6177d8022ea5
53253 Author: Behdad Esfahbod <behdad@behdad.org>
53254 Date:   Thu Apr 18 12:21:25 2019 -0400
53255
53256     Minor
53257
53258  src/hb-ot-map.cc | 2 +-
53259  1 file changed, 1 insertion(+), 1 deletion(-)
53260
53261 commit 91d958acc08cb99ddd3b656922e13497b9d1595d
53262 Author: Behdad Esfahbod <behdad@behdad.org>
53263 Date:   Thu Apr 18 10:04:10 2019 -0400
53264
53265     [array] Simplify copy assignment/constructor
53266     
53267     To fix bogus MSVC warnings:
53268     
53269       c:\projects\harfbuzz\src\hb-array.hh(189): warning C4521: 'hb_array_t<Type>': multiple copy constructors specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
53270       c:\projects\harfbuzz\src\hb-array.hh(189): warning C4522: 'hb_array_t<Type>': multiple assignment operators specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
53271
53272  src/hb-array.hh | 29 +++++++++++++++++++----------
53273  1 file changed, 19 insertions(+), 10 deletions(-)
53274
53275 commit 693d91cd49fda3e728b59e6885bea8d7b01958ef
53276 Author: Behdad Esfahbod <behdad@behdad.org>
53277 Date:   Wed Apr 17 17:59:39 2019 -0400
53278
53279     [serialize] Fix offset calculation
53280
53281  src/hb-serialize.hh | 2 +-
53282  1 file changed, 1 insertion(+), 1 deletion(-)
53283
53284 commit db0c9a1485ae6ca7ca9af38a43504f1ae4ea09c8
53285 Author: Behdad Esfahbod <behdad@behdad.org>
53286 Date:   Wed Apr 17 17:58:13 2019 -0400
53287
53288     [subset] Assert offsets are zero during relocation
53289     
53290     If they're not, it's a bug in our subsetting logic somewhere.  So check.
53291
53292  src/hb-serialize.hh | 2 ++
53293  1 file changed, 2 insertions(+)
53294
53295 commit aa3ac59245a9f90c6636fbf6d3489d2b7caa4fd3
53296 Author: Michiharu Ariza <ariza@adobe.com>
53297 Date:   Wed Apr 17 12:43:53 2019 -0700
53298
53299     fix build
53300
53301  src/hb-ot-var-hvar-table.hh | 2 +-
53302  1 file changed, 1 insertion(+), 1 deletion(-)
53303
53304 commit c87488b46d1f302e1ad313c365e2cd440e60141a
53305 Merge: 49fe81fde c67a0d581
53306 Author: Michiharu Ariza <ariza@adobe.com>
53307 Date:   Wed Apr 17 12:07:15 2019 -0700
53308
53309     Merge branch 'master' into var-subset
53310
53311 commit 49fe81fdeb236e10c1b525b34edb4ec8aaeac35f
53312 Author: Michiharu Ariza <ariza@adobe.com>
53313 Date:   Wed Apr 17 11:48:12 2019 -0700
53314
53315     updated api test results for HVAR/VVAR subset changes
53316
53317  test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 6952 -> 6900 bytes
53318  test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6272 -> 6220 bytes
53319  .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6152 -> 6100 bytes
53320  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 6336 -> 6284 bytes
53321  test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6460 -> 6408 bytes
53322  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 6464 -> 6416 bytes
53323  .../fonts/SourceSansVariable-Roman.ac.retaingids.ttf  | Bin 3040 -> 2616 bytes
53324  .../SourceSerifVariable-Roman-VVAR.ac.retaingids.ttf  | Bin 5288 -> 5296 bytes
53325  8 files changed, 0 insertions(+), 0 deletions(-)
53326
53327 commit efbba7ad26dda5930f5d1bd5292304835432f504
53328 Author: Behdad Esfahbod <behdad@behdad.org>
53329 Date:   Wed Apr 17 11:00:08 2019 -0400
53330
53331     [serializer] Add copy()
53332     
53333     Calls obj.copy() or obj.operator=() in that order.
53334
53335  src/hb-serialize.hh | 18 ++++++++++++++++++
53336  1 file changed, 18 insertions(+)
53337
53338 commit c67a0d581fcc50df5563c23060b4fcd9dac4c87c
53339 Author: Behdad Esfahbod <behdad@behdad.org>
53340 Date:   Wed Apr 17 10:20:02 2019 -0400
53341
53342     Add HB_RETURN
53343
53344  src/hb-algs.hh | 13 ++++++-------
53345  src/hb-meta.hh | 34 ++++++++++++++++++++--------------
53346  2 files changed, 26 insertions(+), 21 deletions(-)
53347
53348 commit 6745a600bfec13b3f5468b3d31bab7d82b1e61ce
53349 Author: David Corbett <corbett.dav@husky.neu.edu>
53350 Date:   Tue Apr 16 17:29:34 2019 -0400
53351
53352     Comment out ot_languages where fallback suffices
53353
53354  src/gen-tag-table.py   |  15 +-
53355  src/hb-ot-tag-table.hh | 443 +++++++++++++++++++++++++------------------------
53356  src/hb-ot-tag.cc       |  19 ++-
53357  test/api/test-ot-tag.c |   5 +-
53358  4 files changed, 255 insertions(+), 227 deletions(-)
53359
53360 commit 5daeff3e68e4e202effb152f52702a044c09f386
53361 Author: David Corbett <corbett.dav@husky.neu.edu>
53362 Date:   Wed Apr 17 09:11:44 2019 -0400
53363
53364     Fix "hb_script_" doc typo
53365
53366  src/hb-common.cc | 2 +-
53367  1 file changed, 1 insertion(+), 1 deletion(-)
53368
53369 commit 6916b77863cd5ce492a274eb85f196f2152fbb96
53370 Author: Behdad Esfahbod <behdad@behdad.org>
53371 Date:   Tue Apr 16 18:33:51 2019 -0400
53372
53373     One more auto return type
53374
53375  src/hb-iter.hh | 4 ++--
53376  1 file changed, 2 insertions(+), 2 deletions(-)
53377
53378 commit 5b33427f2c4d596a12f05ffebebfd68655fd63eb
53379 Author: Behdad Esfahbod <behdad@behdad.org>
53380 Date:   Tue Apr 16 18:28:17 2019 -0400
53381
53382     Rename HB_AUTO_RETURN_EXPR to HB_AUTO_RETURN
53383
53384  src/hb-algs.hh | 34 +++++++++++++++++-----------------
53385  src/hb-meta.hh |  8 ++++----
53386  2 files changed, 21 insertions(+), 21 deletions(-)
53387
53388 commit da293b0e59a0d6c47e9b3a7807115a168a0a5c94
53389 Author: Behdad Esfahbod <behdad@behdad.org>
53390 Date:   Tue Apr 16 18:27:25 2019 -0400
53391
53392     Use HB_AUTO_RETURN_EXPR in hb_min/max
53393
53394  src/hb-algs.hh | 8 ++++----
53395  1 file changed, 4 insertions(+), 4 deletions(-)
53396
53397 commit 0241a40f2aff43aba045fb7de4a2c3e5f1e9626a
53398 Author: Behdad Esfahbod <behdad@behdad.org>
53399 Date:   Tue Apr 16 18:26:30 2019 -0400
53400
53401     Use auto return type for hb_first/hb_second
53402
53403  src/hb-algs.hh | 8 ++++----
53404  1 file changed, 4 insertions(+), 4 deletions(-)
53405
53406 commit fe30fcd228ff95be1f169f580b30184c8511d1c3
53407 Author: Behdad Esfahbod <behdad@behdad.org>
53408 Date:   Tue Apr 16 17:34:06 2019 -0400
53409
53410     Use hb_deref_pointer() to reduce number of overloads
53411
53412  src/hb-algs.hh | 27 ++++++++++-----------------
53413  src/hb-meta.hh | 36 +++++++++++++++++++-----------------
53414  2 files changed, 29 insertions(+), 34 deletions(-)
53415
53416 commit c918a6706fa759696569ad6dcaae03fed76306bc
53417 Author: Behdad Esfahbod <behdad@behdad.org>
53418 Date:   Tue Apr 16 17:28:18 2019 -0400
53419
53420     Properly prioritize hb_hash()
53421
53422  src/hb-algs.hh | 46 +++++++++++++++++++++++-----------------------
53423  1 file changed, 23 insertions(+), 23 deletions(-)
53424
53425 commit 75fd845a4abccc2596f0e1fe2294f936199e61f3
53426 Author: Behdad Esfahbod <behdad@behdad.org>
53427 Date:   Tue Apr 16 17:22:29 2019 -0400
53428
53429     Move around
53430
53431  src/hb-algs.hh | 25 ++++++++++++-------------
53432  1 file changed, 12 insertions(+), 13 deletions(-)
53433
53434 commit 973717175d46d62471772318bb0b607070c53ec7
53435 Author: Behdad Esfahbod <behdad@behdad.org>
53436 Date:   Tue Apr 16 16:50:07 2019 -0400
53437
53438     Fix priorities
53439
53440  src/hb-algs.hh | 10 +++++-----
53441  1 file changed, 5 insertions(+), 5 deletions(-)
53442
53443 commit 54ece299bcb3436763cc4f3b6b0ca11de8133b28
53444 Author: Behdad Esfahbod <behdad@behdad.org>
53445 Date:   Tue Apr 16 16:45:53 2019 -0400
53446
53447     Use type aliasing for meta-functions, ie. those returning a type
53448
53449  src/hb-algs.hh   |  3 ++-
53450  src/hb-array.hh  |  6 +++---
53451  src/hb-atomic.hh |  2 +-
53452  src/hb-blob.hh   |  2 +-
53453  src/hb-common.cc |  2 +-
53454  src/hb-ft.cc     |  2 +-
53455  src/hb-iter.hh   |  2 +-
53456  src/hb-meta.hh   | 12 ++++++------
53457  src/hb-null.hh   |  6 +++---
53458  9 files changed, 19 insertions(+), 18 deletions(-)
53459
53460 commit 6cde814a360eaeab6755685cf7980887af3225d1
53461 Merge: 007bb3e0d 1ce11b443
53462 Author: Michiharu Ariza <ariza@adobe.com>
53463 Date:   Tue Apr 16 11:35:07 2019 -0700
53464
53465     Merge branch 'master' into var-subset
53466
53467 commit 007bb3e0d1478912f8006f4c440866b4628cc28f
53468 Author: Michiharu Ariza <ariza@adobe.com>
53469 Date:   Tue Apr 16 10:33:51 2019 -0700
53470
53471     retain-gids in HVAR/VVAR (unused deltas retained)
53472
53473  src/hb-ot-var-hvar-table.hh | 24 ++++++++++++------------
53474  1 file changed, 12 insertions(+), 12 deletions(-)
53475
53476 commit 1ce11b44375dae74e8984ace1db4f08c51ac9c38
53477 Author: David Corbett <corbett.dav@husky.neu.edu>
53478 Date:   Tue Apr 16 10:04:45 2019 -0400
53479
53480     Reduce LangTag from 3 language system tags to 1
53481
53482  src/gen-tag-table.py   |   13 +-
53483  src/hb-ot-tag-table.hh | 2078 ++++++++++++++++++++++++------------------------
53484  src/hb-ot-tag.cc       |   22 +-
53485  3 files changed, 1053 insertions(+), 1060 deletions(-)
53486
53487 commit 155e92f25908830bef192304a2039853f6f5d4b5
53488 Author: Behdad Esfahbod <behdad@behdad.org>
53489 Date:   Tue Apr 16 11:35:09 2019 -0400
53490
53491     Reduce NullPool size
53492
53493  src/hb-null.hh | 2 +-
53494  1 file changed, 1 insertion(+), 1 deletion(-)
53495
53496 commit 4fc2d2d7248171c386c39630aa2612f240669a58
53497 Author: Behdad Esfahbod <behdad@behdad.org>
53498 Date:   Tue Apr 16 11:24:42 2019 -0400
53499
53500     [meta] Flesh out hb_invoke()
53501
53502  src/hb-algs.hh | 14 ++++++++++++--
53503  1 file changed, 12 insertions(+), 2 deletions(-)
53504
53505 commit e03d9395aa79a29d731607bfd46533b700dc1a37
53506 Author: Behdad Esfahbod <behdad@behdad.org>
53507 Date:   Tue Apr 16 11:20:16 2019 -0400
53508
53509     Comment
53510
53511  src/hb-algs.hh | 2 +-
53512  1 file changed, 1 insertion(+), 1 deletion(-)
53513
53514 commit b8e763fd7140b3e298863e04053ec0f3c73a6a70
53515 Author: Behdad Esfahbod <behdad@behdad.org>
53516 Date:   Tue Apr 16 10:50:22 2019 -0400
53517
53518     [meta] Add hb_invoke()
53519
53520  src/hb-algs.hh | 34 ++++++++++++++++++++++++++++++++--
53521  src/hb-iter.hh |  2 +-
53522  2 files changed, 33 insertions(+), 3 deletions(-)
53523
53524 commit a3fcb9a370ad7a3c205342f831d8529c81660466
53525 Author: Behdad Esfahbod <behdad@behdad.org>
53526 Date:   Tue Apr 16 10:45:20 2019 -0400
53527
53528     [meta] Add HB_AUTO_RETURN_EXPR, HB_VOID_RETURN_EXPR, hb_priority, hb_has(), hb_get()
53529     
53530     The first three based on range-v3.
53531
53532  src/hb-algs.hh | 46 ++++++++++++++++++++++++++++++++++++++++++++++
53533  src/hb-iter.hh |  7 ++++---
53534  src/hb-meta.hh | 32 +++++++++++++++-----------------
53535  src/hb.hh      |  2 +-
53536  4 files changed, 66 insertions(+), 21 deletions(-)
53537
53538 commit ff68be31bf2ea82bf6bfcc6f993fb6806a895f97
53539 Author: Behdad Esfahbod <behdad@behdad.org>
53540 Date:   Tue Apr 16 09:59:08 2019 -0400
53541
53542     Add hb_void_tt<> ala std::void_t
53543
53544  src/hb-meta.hh | 7 +++++++
53545  1 file changed, 7 insertions(+)
53546
53547 commit eb348fc5c00df2330f98ea769699ce586f97e1d6
53548 Author: Michiharu Ariza <ariza@adobe.com>
53549 Date:   Mon Apr 15 16:24:22 2019 -0700
53550
53551     optimize out regions & region index lists & short count
53552
53553  src/hb-ot-layout-common.hh | 107 +++++++++++++++++++++++++++++++++------------
53554  1 file changed, 80 insertions(+), 27 deletions(-)
53555
53556 commit 89fea21697adfbba5057dd1d69c9806ee86e5ca8
53557 Author: Behdad Esfahbod <behdad@behdad.org>
53558 Date:   Mon Apr 15 17:36:09 2019 -0400
53559
53560     Fix copyright
53561
53562  src/hb-iter.hh | 2 +-
53563  1 file changed, 1 insertion(+), 1 deletion(-)
53564
53565 commit b7384c89e2685cec1b6761c918ec7d91e8ae3af8
53566 Author: Behdad Esfahbod <behdad@behdad.org>
53567 Date:   Mon Apr 15 16:53:10 2019 -0400
53568
53569     [fuzzing] Run valgrind with --leak-check=full
53570
53571  test/fuzzing/run-shape-fuzzer-tests.py | 2 +-
53572  1 file changed, 1 insertion(+), 1 deletion(-)
53573
53574 commit 3ff66c00292b20325b0d991dfd5eee80284cb9a8
53575 Author: Behdad Esfahbod <behdad@behdad.org>
53576 Date:   Mon Apr 15 16:52:21 2019 -0400
53577
53578     [fuzzing] Fail if valgrind is requested but not found
53579
53580  test/fuzzing/run-shape-fuzzer-tests.py | 3 +++
53581  1 file changed, 3 insertions(+)
53582
53583 commit 07776b60965d503dfb7fb5c611397e40759b0bdc
53584 Author: Behdad Esfahbod <behdad@behdad.org>
53585 Date:   Mon Apr 15 16:43:34 2019 -0400
53586
53587     More tweaks to previous commit
53588     
53589     Delete assignment operator of OffsetTo<> instead of Offset<>.
53590     
53591     In simple ArrayOf<>::sanitize() assert that Type has assignment operator.
53592     Ideally we should SFINAE this and fallback to calling Type::sanitize()
53593     if assignment operator is not available.  But we don't have a case of
53594     that in the codebase.
53595
53596  src/hb-open-file.hh |  4 ++--
53597  src/hb-open-type.hh | 16 +++++++++++-----
53598  2 files changed, 13 insertions(+), 7 deletions(-)
53599
53600 commit 699de689e9aa2246ba9207c07140ccd564f5ec20
53601 Author: Behdad Esfahbod <behdad@behdad.org>
53602 Date:   Mon Apr 15 16:00:20 2019 -0400
53603
53604     Delete default assignment operator Offset<>
53605
53606  src/hb-open-type.hh        |  3 +++
53607  src/hb-ot-cmap-table.hh    |  2 +-
53608  src/hb-ot-layout-common.hh | 14 +++++++-------
53609  3 files changed, 11 insertions(+), 8 deletions(-)
53610
53611 commit 02d864aa26359b7f057e2aa81404309e17180d47
53612 Author: Behdad Esfahbod <behdad@behdad.org>
53613 Date:   Mon Apr 15 15:39:03 2019 -0400
53614
53615     Add HB_FUNCOBJ()
53616     
53617     Fixes https://github.com/harfbuzz/harfbuzz/issues/1651
53618
53619  src/hb-algs.hh | 28 +++++++++++++++-------------
53620  src/hb-iter.hh | 56 ++++++++++++++++++++++++++++----------------------------
53621  src/hb-meta.hh | 22 +++++++++++++---------
53622  src/hb.hh      |  7 +++++++
53623  4 files changed, 63 insertions(+), 50 deletions(-)
53624
53625 commit 60be1450ad04612a6c2a6116036dbf3e436018de
53626 Author: Nathan Willis <nwillis@glyphography.com>
53627 Date:   Mon Apr 15 18:05:14 2019 +0100
53628
53629     [Usermanual]: fix Tamil error in Why-do-I-need-a-shaping-engine section.
53630
53631  docs/usermanual-what-is-harfbuzz.xml | 4 ++--
53632  1 file changed, 2 insertions(+), 2 deletions(-)
53633
53634 commit 38b1d0b9b2e798dd808a816a397323ed7ba697ab
53635 Author: Behdad Esfahbod <behdad@behdad.org>
53636 Date:   Mon Apr 15 12:44:31 2019 -0400
53637
53638     Move static const to post-struct for a function object
53639     
53640     Just sending this to bots to see if all happy, then turn it into macro and
53641     apply everywhere.
53642     
53643     Part of https://github.com/harfbuzz/harfbuzz/issues/1651
53644
53645  src/hb-algs.hh | 4 ++--
53646  1 file changed, 2 insertions(+), 2 deletions(-)
53647
53648 commit 19e800c9d881ec016ab2e5fcaadab55ab5188398
53649 Author: Behdad Esfahbod <behdad@behdad.org>
53650 Date:   Mon Apr 15 12:07:00 2019 -0400
53651
53652     Ugh.  Another try, to unbreak gcc this time!
53653     
53654     Jenga.
53655
53656  src/hb-subset.cc | 7 +++++--
53657  1 file changed, 5 insertions(+), 2 deletions(-)
53658
53659 commit 3a88f55c15b625a0ad10fbfadf4562bcbb41ae53
53660 Author: Behdad Esfahbod <behdad@behdad.org>
53661 Date:   Mon Apr 15 11:59:57 2019 -0400
53662
53663     Move location of HB_UNUSED to make MSVC happy
53664
53665  src/hb-subset.cc | 4 ++--
53666  1 file changed, 2 insertions(+), 2 deletions(-)
53667
53668 commit 1ae265888e144328dbf1df796d379bf742c4151a
53669 Author: Behdad Esfahbod <behdad@behdad.org>
53670 Date:   Mon Apr 15 11:31:40 2019 -0400
53671
53672     Fix gcc warning
53673
53674  src/hb-array.hh | 4 +++-
53675  1 file changed, 3 insertions(+), 1 deletion(-)
53676
53677 commit c0ea37b557f53b50094042f11fe2611b1b30d725
53678 Author: Ebrahim Byagowi <ebrahim@gnu.org>
53679 Date:   Mon Apr 15 00:34:04 2019 +0430
53680
53681     [ci] Fix macOS glib issue
53682
53683  .circleci/config.yml | 4 ++--
53684  1 file changed, 2 insertions(+), 2 deletions(-)
53685
53686 commit ad126036643e44a98c4c42d2a2a4a3b4a3649937
53687 Merge: 341b70a3b 47e538a35
53688 Author: Nathan Willis <nwillis@glyphography.com>
53689 Date:   Sun Apr 14 15:42:42 2019 +0100
53690
53691     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz
53692
53693 commit cd9889cac3ac3b271f7335f3e94acc4667a59b40
53694 Author: Nathan Willis <nwillis@glyphography.com>
53695 Date:   Sun Apr 14 15:33:56 2019 +0100
53696
53697     Docs: update and extended GTK-Doc comments for hb-ot-math.
53698
53699  src/hb-ot-math.cc | 133 ++++++++++++++++++++++++++++++++----------------------
53700  src/hb-ot-math.h  |  21 +++++++++
53701  2 files changed, 99 insertions(+), 55 deletions(-)
53702
53703 commit 3f74b7a14bffb8e91cd98edd0c3ddf0b0ddc169a
53704 Author: Nathan Willis <nwillis@glyphography.com>
53705 Date:   Sun Apr 14 15:20:56 2019 +0100
53706
53707     Docs: Regularize GTK-Doc comments for hb-ot-color.
53708
53709  src/hb-ot-color.cc | 136 ++++++++++++++++++++++++++++++-----------------------
53710  src/hb-ot-color.h  |   6 +--
53711  2 files changed, 80 insertions(+), 62 deletions(-)
53712
53713 commit 47e538a35f9072e5775a65e2bf110ae895818321
53714 Author: Behdad Esfahbod <behdad@behdad.org>
53715 Date:   Fri Apr 12 22:50:22 2019 -0400
53716
53717     Add HB_NO_SUBSET_LAYOUT
53718     
53719     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53720
53721  src/hb-subset.cc | 10 +++++++++-
53722  1 file changed, 9 insertions(+), 1 deletion(-)
53723
53724 commit a98e4068e76d50bd9562d85a452b56e681f1d62b
53725 Author: Behdad Esfahbod <behdad@behdad.org>
53726 Date:   Fri Apr 12 22:42:44 2019 -0400
53727
53728     Revert "Hide symbols in hb-iter"
53729     
53730     This reverts commit 98f14c4cdb837a962083a6702f401d41b4c1ec5c.
53731     
53732     Same as previous commit.
53733
53734  src/hb-iter.hh | 88 +++++++++++++++++++++++++++++-----------------------------
53735  1 file changed, 44 insertions(+), 44 deletions(-)
53736
53737 commit dab92bdd4623aa7dac8eb00b14131566d75d095e
53738 Author: Behdad Esfahbod <behdad@behdad.org>
53739 Date:   Fri Apr 12 22:39:38 2019 -0400
53740
53741     Revert "Hide more symbols"
53742     
53743     This reverts commit 2e86d50915cf1a791da9acb95245aa820a3d70f4.
53744     
53745     I think the setup that caused me to do this is faulty and not hiding inlines.
53746
53747  src/hb-blob.hh | 2 +-
53748  1 file changed, 1 insertion(+), 1 deletion(-)
53749
53750 commit 98f14c4cdb837a962083a6702f401d41b4c1ec5c
53751 Author: Behdad Esfahbod <behdad@behdad.org>
53752 Date:   Fri Apr 12 18:11:18 2019 -0400
53753
53754     Hide symbols in hb-iter
53755     
53756     Painful.  All template methods need to be explicitly hidden :(.
53757     
53758     Maybe we should switch to -fvisibility=hidden pragma.
53759     
53760     A LOT more to go.
53761
53762  src/hb-iter.hh | 88 +++++++++++++++++++++++++++++-----------------------------
53763  1 file changed, 44 insertions(+), 44 deletions(-)
53764
53765 commit 2e86d50915cf1a791da9acb95245aa820a3d70f4
53766 Author: Behdad Esfahbod <behdad@behdad.org>
53767 Date:   Fri Apr 12 18:07:42 2019 -0400
53768
53769     Hide more symbols
53770     
53771     Exposed by:
53772     
53773     $ make -j5 CPPFLAGS="-O0" CXXFLAGS=-flto=thin LDFLAGS=-lc++ && ./check-symbols.sh
53774
53775  src/hb-blob.hh | 2 +-
53776  1 file changed, 1 insertion(+), 1 deletion(-)
53777
53778 commit caa20e4ef9dff61a86312daec5d5a1df27d95ff7
53779 Author: Behdad Esfahbod <behdad@behdad.org>
53780 Date:   Fri Apr 12 17:59:18 2019 -0400
53781
53782     Hide a few more symbols
53783     
53784     Exposed by:
53785     
53786     $ make CPPFLAGS=-O0
53787
53788  src/hb-array.hh | 4 ++--
53789  src/hb-meta.hh  | 6 +++---
53790  2 files changed, 5 insertions(+), 5 deletions(-)
53791
53792 commit 95df00aec1996d521acdff6deff063ba98214fb9
53793 Author: Behdad Esfahbod <behdad@behdad.org>
53794 Date:   Fri Apr 12 17:50:03 2019 -0400
53795
53796     Hide a few static methods
53797     
53798     Looks like static methods that do not get inlined end up exported.
53799     We have a lot more.  Need to protect all at some point.  Wish there
53800     was an easier way, like the visibility flag we pass that automatically
53801     hides all inline methods.
53802     
53803     Was exposed by check-symbols.sh when compiling on OS X 10.14 with:
53804     
53805     $ make CPPFLAGS=-Oz CXXFLAGS=-flto=thin LDFLAGS=-lc++
53806
53807  src/hb-aat-layout.hh           |  2 +-
53808  src/hb-aat-map.hh              |  2 +-
53809  src/hb-array.hh                |  2 +-
53810  src/hb-coretext.cc             |  4 ++--
53811  src/hb-open-file.hh            |  2 +-
53812  src/hb-open-type.hh            |  3 ++-
53813  src/hb-ot-cmap-table.hh        | 14 +++++++-------
53814  src/hb-ot-layout-base-table.hh |  6 +++---
53815  src/hb-ot-layout-gpos-table.hh |  8 ++++----
53816  src/hb-ot-layout-gsub-table.hh |  8 ++++----
53817  src/hb-ot-layout-gsubgpos.hh   |  2 +-
53818  src/hb-ot-map.hh               |  4 ++--
53819  src/hb-uniscribe.cc            |  4 ++--
53820  13 files changed, 31 insertions(+), 30 deletions(-)
53821
53822 commit 2f4be4ba54b539fbadc31fc53bdcfca81d7db77a
53823 Author: Behdad Esfahbod <behdad@behdad.org>
53824 Date:   Fri Apr 12 16:21:58 2019 -0400
53825
53826     Add HB_NO_OPTIONS
53827     
53828     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53829
53830  src/hb-debug.hh | 3 +++
53831  1 file changed, 3 insertions(+)
53832
53833 commit 3e524bf77280e5f3cd0c4d7429d2a6a5ec49268d
53834 Author: Michiharu Ariza <ariza@adobe.com>
53835 Date:   Fri Apr 12 12:48:48 2019 -0700
53836
53837     fix VarData serialize to remove unused data sets
53838     
53839     add api test case for that
53840
53841  src/hb-ot-layout-common.hh                         |  14 ++++++++++----
53842  .../fonts/SourceSansVariable-Roman-modHVAR.abc.ttf | Bin 0 -> 3260 bytes
53843  .../fonts/SourceSansVariable-Roman-modHVAR.ac.ttf  | Bin 0 -> 3032 bytes
53844  test/api/test-subset-hvar.c                        |  21 +++++++++++++++++++++
53845  4 files changed, 31 insertions(+), 4 deletions(-)
53846
53847 commit 079d2dcbb2607cda3daa497199090c5813a51de5
53848 Author: Behdad Esfahbod <behdad@behdad.org>
53849 Date:   Fri Apr 12 15:00:37 2019 -0400
53850
53851     Add HB_NO_NAME_TABLE_AAT
53852     
53853     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53854
53855  src/hb-ot-name-table.hh | 2 ++
53856  1 file changed, 2 insertions(+)
53857
53858 commit 60a58aa61c09cafd12c432fdc1f7325f2a6d44bd
53859 Author: Behdad Esfahbod <behdad@behdad.org>
53860 Date:   Fri Apr 12 14:58:53 2019 -0400
53861
53862     Add HB_NO_OT_FONT_BITMAP
53863     
53864     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53865
53866  src/hb-ot-font.cc | 2 ++
53867  1 file changed, 2 insertions(+)
53868
53869 commit 160c4d8b2d9f6c205b713236f043081e6dd532ee
53870 Author: Behdad Esfahbod <behdad@behdad.org>
53871 Date:   Fri Apr 12 14:57:49 2019 -0400
53872
53873     Add HB_NO_OT_FONT_CFF
53874     
53875     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53876
53877  src/hb-ot-font.cc | 2 ++
53878  1 file changed, 2 insertions(+)
53879
53880 commit 35f3b97fac3b106d345a06a4970f6adce182797b
53881 Author: Behdad Esfahbod <behdad@behdad.org>
53882 Date:   Fri Apr 12 10:16:12 2019 -0400
53883
53884     Add HB_NO_OT_SHAPE_COMPLEX_HEBREW_FALLBACK
53885     
53886     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53887
53888  src/hb-ot-shape-complex-hebrew.cc | 4 ++++
53889  1 file changed, 4 insertions(+)
53890
53891 commit 414c5de26b34c0c53f6f4b5f00ddc8e1a3b62ac2
53892 Author: Behdad Esfahbod <behdad@behdad.org>
53893 Date:   Fri Apr 12 10:12:11 2019 -0400
53894
53895     Add HB_NO_OT_SHAPE_FALLBACK
53896     
53897     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53898
53899  src/hb-ot-shape-fallback.cc | 12 ++++++++++++
53900  1 file changed, 12 insertions(+)
53901
53902 commit fe0018f7ef804acefa729e888f5a9935e571079d
53903 Author: Behdad Esfahbod <behdad@behdad.org>
53904 Date:   Fri Apr 12 09:35:29 2019 -0400
53905
53906     Add HB_NO_OT_SHAPE_COMPLEX_THAI_FALLBACK
53907     
53908     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53909
53910  src/hb-ot-shape-complex-thai.cc | 4 ++++
53911  1 file changed, 4 insertions(+)
53912
53913 commit 9ddbfa006d752f6ddd3610ff968f84cf18dec031
53914 Author: Behdad Esfahbod <behdad@behdad.org>
53915 Date:   Fri Apr 12 09:33:25 2019 -0400
53916
53917     Add HB_NO_OT_LAYOUT_BLACKLIST
53918     
53919     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53920
53921  src/hb-ot-layout.cc | 9 +++++++++
53922  1 file changed, 9 insertions(+)
53923
53924 commit 571fad4cf17d90434562d1b6f5d08b6f27343c7a
53925 Author: Behdad Esfahbod <behdad@behdad.org>
53926 Date:   Thu Apr 11 17:54:38 2019 -0400
53927
53928     Add HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS
53929     
53930     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
53931
53932  src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
53933  1 file changed, 3 insertions(+)
53934
53935 commit a90e4916df74f6f84ce78eb2a73b6f325e7e8617
53936 Merge: 945737026 3db227265
53937 Author: Michiharu Ariza <ariza@adobe.com>
53938 Date:   Thu Apr 11 15:57:32 2019 -0700
53939
53940     Merge branch 'master' into var-subset
53941
53942 commit 3db227265bc0790ffd718bf265d245c78598a49d
53943 Author: Nathan Willis <nwillis@glyphography.com>
53944 Date:   Tue Apr 2 18:49:40 2019 +0100
53945
53946     Update gtk-doc annotations for inout counts on various getter functions.
53947
53948  src/hb-ot-layout.cc | 122 ++++++++++++++++++++++++++++++----------------------
53949  1 file changed, 70 insertions(+), 52 deletions(-)
53950
53951 commit c08ddbd91b7f0fffe761638a2ee4893304b012db
53952 Author: Nathan Willis <nwillis@glyphography.com>
53953 Date:   Sun Mar 24 15:07:07 2019 +0000
53954
53955     [Docs] Minor edits to gtk-doc inline comment review.
53956
53957  src/hb-ot-layout.cc | 21 +++++++++++++--------
53958  1 file changed, 13 insertions(+), 8 deletions(-)
53959
53960 commit af5230bce39020cf6fc87ee5e21cca3ba201a417
53961 Author: Nathan Willis <nwillis@glyphography.com>
53962 Date:   Mon Mar 18 14:03:16 2019 +0000
53963
53964     [Docs] Minor; fix formatting for gtk-doc multiple-annotations.
53965
53966  src/hb-ot-layout.cc | 12 ++++++------
53967  1 file changed, 6 insertions(+), 6 deletions(-)
53968
53969 commit 6c0a1e8cd67144d20c8b5fcad23953910eeeea51
53970 Author: Nathan Willis <nwillis@glyphography.com>
53971 Date:   Sun Mar 17 14:50:47 2019 +0000
53972
53973     [Docs] Annotate gtk-doc formatting with some un-annotated (out)s.
53974
53975  src/hb-ot-layout.cc | 8 ++++----
53976  1 file changed, 4 insertions(+), 4 deletions(-)
53977
53978 commit 5122805c740961d4fdfbff440ed68792b63d50ed
53979 Author: Nathan Willis <nwillis@glyphography.com>
53980 Date:   Sun Mar 17 14:43:06 2019 +0000
53981
53982     [Docs] Fix gtk-doc formatting for (out) and (inout).
53983
53984  src/hb-ot-layout.cc | 108 ++++++++++++++++++++++++++--------------------------
53985  1 file changed, 54 insertions(+), 54 deletions(-)
53986
53987 commit d3178aa52ae822ac6af606027ac8150ded0a2966
53988 Author: Nathan Willis <nwillis@glyphography.com>
53989 Date:   Sun Mar 17 14:27:27 2019 +0000
53990
53991     [Docs] Fix gtk-doc references to 'kern' table functions, clarifying that GPOS is not examined.
53992
53993  src/hb-ot-layout.cc | 10 +++++++---
53994  1 file changed, 7 insertions(+), 3 deletions(-)
53995
53996 commit 3449031fad9dff7acedde7dceb0e47db708fc025
53997 Author: Nathan Willis <nwillis@glyphography.com>
53998 Date:   Sat Mar 16 15:38:08 2019 +0000
53999
54000     [Docs] Add inline gtk-doc documentation of GDEF glyph classes.
54001
54002  src/hb-ot-layout.h | 12 ++++++------
54003  1 file changed, 6 insertions(+), 6 deletions(-)
54004
54005 commit 930f6fc3da04ce1897e65862fccb03afa9d3a780
54006 Author: Nathan Willis <nwillis@glyphography.com>
54007 Date:   Sat Mar 16 15:10:21 2019 +0000
54008
54009     [Docs] Add inlind gtk-doc comments for hb-ot-layout functions.
54010
54011  src/hb-ot-layout.cc | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++-
54012  src/hb-ot-layout.h  |  11 ++
54013  2 files changed, 462 insertions(+), 5 deletions(-)
54014
54015 commit 945737026d5647c42c1fb897a88364613a7dd51c
54016 Author: Michiharu Ariza <ariza@adobe.com>
54017 Date:   Thu Apr 11 10:52:11 2019 -0700
54018
54019     tweak: moved xshift code out of get_points_var
54020
54021  src/hb-ot-glyf-table.hh | 21 +++++++++------------
54022  1 file changed, 9 insertions(+), 12 deletions(-)
54023
54024 commit e8140832025e31d62784ce16a03fc5667b0c4015
54025 Author: Michiharu Ariza <ariza@adobe.com>
54026 Date:   Thu Apr 11 09:59:13 2019 -0700
54027
54028     undo hb_ot_ge_glyph_v_origin to fix test failures
54029
54030  src/hb-ot-font.cc | 4 +---
54031  1 file changed, 1 insertion(+), 3 deletions(-)
54032
54033 commit b52c0e54b9855a1f3d400e4dbcd0372520f2c2fc
54034 Author: Behdad Esfahbod <behdad@behdad.org>
54035 Date:   Thu Apr 11 11:20:10 2019 -0400
54036
54037     Use injected class name to simplify macros
54038
54039  src/hb-open-type.hh | 10 +++++-----
54040  src/hb.hh           | 14 --------------
54041  2 files changed, 5 insertions(+), 19 deletions(-)
54042
54043 commit baf1e79075b0f917b79484446cd2ca47b58f50aa
54044 Author: Behdad Esfahbod <behdad@behdad.org>
54045 Date:   Thu Apr 11 11:18:04 2019 -0400
54046
54047     [C++11] Use deleted methods
54048
54049  src/hb.hh | 30 +++++++++++++++---------------
54050  1 file changed, 15 insertions(+), 15 deletions(-)
54051
54052 commit 824fd342d5d66584a5ed88951e05975f33c55617
54053 Author: Behdad Esfahbod <behdad@behdad.org>
54054 Date:   Thu Apr 11 11:16:01 2019 -0400
54055
54056     Rename a few macros
54057
54058  src/hb-map.hh       |  2 +-
54059  src/hb-open-type.hh | 10 +++++-----
54060  src/hb-set.hh       |  2 +-
54061  src/hb.hh           | 12 ++++++------
54062  4 files changed, 13 insertions(+), 13 deletions(-)
54063
54064 commit 9e79285ef3b4d7490b4bbad0eef16dd73fd8fb62
54065 Merge: 6d79a25be c5509be93
54066 Author: Michiharu Ariza <ariza@adobe.com>
54067 Date:   Wed Apr 10 17:24:29 2019 -0700
54068
54069     Merge branch 'master' into var-subset
54070
54071 commit 6d79a25bed110b2d8842bd102ffdb5606023b8a1
54072 Merge: ab9d30965 196481ccb
54073 Author: Michiharu Ariza <ariza@adobe.com>
54074 Date:   Wed Apr 10 17:23:00 2019 -0700
54075
54076     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
54077
54078 commit ab9d30965d298c10e0f1934364b03276067cf8a5
54079 Author: Michiharu Ariza <ariza@adobe.com>
54080 Date:   Wed Apr 10 17:21:37 2019 -0700
54081
54082     Add tt var metrics test cases & bug fixes
54083
54084  src/hb-ot-font.cc                                  |   4 +-
54085  src/hb-ot-glyf-table.hh                            | 131 ++++++++++-----------
54086  src/hb-ot-hmtx-table.hh                            |   4 +-
54087  src/hb-ot-var-gvar-table.hh                        |   4 +-
54088  .../api/fonts/SourceSansVariable-Roman.modcomp.ttf | Bin 0 -> 3252 bytes
54089  test/api/test-ot-metrics-tt-var.c                  |  79 ++++++++++++-
54090  6 files changed, 147 insertions(+), 75 deletions(-)
54091
54092 commit edfc6be4a0362efa5c1d39f4792a28b5726c3ce5
54093 Author: Behdad Esfahbod <behdad@behdad.org>
54094 Date:   Wed Apr 10 15:53:48 2019 -0400
54095
54096     [arabic] Disable fallback shaping if HB_NO_OT_SHAPE_COMPLEX_ARABIC_FALLBACK defined
54097     
54098     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
54099
54100  src/hb-ot-shape-complex-arabic-fallback.hh | 1 -
54101  src/hb-ot-shape-complex-arabic.cc          | 4 ++++
54102  2 files changed, 4 insertions(+), 1 deletion(-)
54103
54104 commit 4d31662b5da20790f6f860cec8f5fdabf48210f0
54105 Author: Behdad Esfahbod <behdad@behdad.org>
54106 Date:   Wed Apr 10 15:40:03 2019 -0400
54107
54108     Don't install ot-font funcs on new fonts if HB_NO_OT_FONT defined
54109     
54110     Currently linker cannot GC hb-ot-font completely because we install
54111     it on fonts by default.  Don't do that if HB_NO_OT_FONT defined.
54112     
54113     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
54114
54115  src/hb-font.cc | 2 ++
54116  1 file changed, 2 insertions(+)
54117
54118 commit b111b3de020cde6fb0686efc224cace4608f2e45
54119 Author: Behdad Esfahbod <behdad@behdad.org>
54120 Date:   Wed Apr 10 15:38:15 2019 -0400
54121
54122     Don't use any default unicode funcs if HB_NO_UNICODE_FUNCS is defined
54123     
54124     Part of https://github.com/harfbuzz/harfbuzz/issues/1652
54125
54126  src/hb-unicode.cc | 6 +++---
54127  1 file changed, 3 insertions(+), 3 deletions(-)
54128
54129 commit c5509be93a351177724f2891dd5e9ddb02553452
54130 Author: Behdad Esfahbod <behdad@behdad.org>
54131 Date:   Mon Apr 8 14:50:58 2019 -0400
54132
54133     [coretext] Fix unused-variable error
54134     
54135     Fixes https://github.com/harfbuzz/harfbuzz/issues/1659
54136
54137  src/hb-coretext.cc | 2 +-
54138  1 file changed, 1 insertion(+), 1 deletion(-)
54139
54140 commit 196481ccb913d23e30cbd267df296deada919e88
54141 Author: Michiharu Ariza <ariza@adobe.com>
54142 Date:   Fri Apr 5 16:37:12 2019 -0700
54143
54144     shift glyph horizontally at top level, not components
54145
54146  src/hb-ot-glyf-table.hh | 1 +
54147  1 file changed, 1 insertion(+)
54148
54149 commit 8a92ffd9bb9357cdf219e166c8a71abc90823976
54150 Author: Michiharu Ariza <ariza@adobe.com>
54151 Date:   Fri Apr 5 15:04:23 2019 -0700
54152
54153     fix failure to check glyf recursion
54154
54155  src/hb-ot-glyf-table.hh | 2 +-
54156  1 file changed, 1 insertion(+), 1 deletion(-)
54157
54158 commit 4c19aa26204d0dc2f08b6e4a824e9088301f68d8
54159 Author: Maks Naumov <maksqwe1@ukr.net>
54160 Date:   Fri Apr 5 21:46:27 2019 +0300
54161
54162     Fix MSVC C4068 warning (#1656)
54163
54164  src/hb-blob.cc | 2 +-
54165  1 file changed, 1 insertion(+), 1 deletion(-)
54166
54167 commit e44b83aac0443bd23df15b505a3d638883621b0e
54168 Author: Michiharu Ariza <ariza@adobe.com>
54169 Date:   Fri Apr 5 10:15:08 2019 -0700
54170
54171     replace test font SourceHanSans with its subet
54172
54173  ...gular.default.3042,3044,3046,3048,304A,304B.otf |    Bin 6356 -> 0 bytes
54174  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6564 -> 0 bytes
54175  .../SourceHanSans-Regular.default.61,63,65,6B.otf  |    Bin 5532 -> 0 bytes
54176  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6780 -> 0 bytes
54177  .../SourceHanSans-Regular.default.660E.otf         |    Bin 5248 -> 0 bytes
54178  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537992 -> 0 bytes
54179  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 692312 -> 0 bytes
54180  ...ular.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 531624 -> 0 bytes
54181  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692496 -> 0 bytes
54182  ...ans-Regular.desubroutinize-retain-gids.660E.otf |    Bin 613836 -> 0 bytes
54183  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6272 -> 0 bytes
54184  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6456 -> 0 bytes
54185  ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf |    Bin 5460 -> 0 bytes
54186  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6572 -> 0 bytes
54187  .../SourceHanSans-Regular.desubroutinize.660E.otf  |    Bin 5224 -> 0 bytes
54188  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537424 -> 0 bytes
54189  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 691692 -> 0 bytes
54190  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 531124 -> 0 bytes
54191  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 691808 -> 0 bytes
54192  ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 613348 -> 0 bytes
54193  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6096 -> 0 bytes
54194  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6204 -> 0 bytes
54195  ...gular.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 5344 -> 0 bytes
54196  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6268 -> 0 bytes
54197  ...Sans-Regular.drop-hints-desubroutinize.660E.otf |    Bin 5120 -> 0 bytes
54198  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 537492 -> 0 bytes
54199  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 691788 -> 0 bytes
54200  ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 531164 -> 0 bytes
54201  ...-Regular.drop-hints-retain-gids.61,63,65,6B.ttx | 393879 ------------------
54202  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692008 -> 0 bytes
54203  ...HanSans-Regular.drop-hints-retain-gids.660E.otf |    Bin 613368 -> 0 bytes
54204  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 6164 -> 0 bytes
54205  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6300 -> 0 bytes
54206  ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf |    Bin 5376 -> 0 bytes
54207  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6472 -> 0 bytes
54208  .../SourceHanSans-Regular.drop-hints.660E.otf      |    Bin 5140 -> 0 bytes
54209  ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 538076 -> 0 bytes
54210  ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 692420 -> 0 bytes
54211  ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf |    Bin 531704 -> 0 bytes
54212  ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 692700 -> 0 bytes
54213  .../SourceHanSans-Regular.retain-gids.660E.otf     |    Bin 613860 -> 0 bytes
54214  ...ubset.default.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 3028 bytes
54215  ...ubset.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 3240 bytes
54216  ...eHanSans-Regular_subset.default.61,63,65,6B.otf |    Bin 0 -> 2200 bytes
54217  ...ubset.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3460 bytes
54218  .../SourceHanSans-Regular_subset.default.660E.otf  |    Bin 0 -> 1920 bytes
54219  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90956 bytes
54220  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125820 bytes
54221  ...bset.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88392 bytes
54222  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 126004 bytes
54223  ...ular_subset.desubroutinize-retain-gids.660E.otf |    Bin 0 -> 103780 bytes
54224  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2952 bytes
54225  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 3136 bytes
54226  ...s-Regular_subset.desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2132 bytes
54227  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3256 bytes
54228  ...eHanSans-Regular_subset.desubroutinize.660E.otf |    Bin 0 -> 1896 bytes
54229  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90656 bytes
54230  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125468 bytes
54231  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88156 bytes
54232  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 125584 bytes
54233  ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 0 -> 103556 bytes
54234  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2792 bytes
54235  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 2896 bytes
54236  ...ubset.drop-hints-desubroutinize.61,63,65,6B.otf |    Bin 0 -> 2028 bytes
54237  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 2964 bytes
54238  ...gular_subset.drop-hints-desubroutinize.660E.otf |    Bin 0 -> 1804 bytes
54239  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 90724 bytes
54240  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125560 bytes
54241  ...r_subset.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 0 -> 88196 bytes
54242  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 125780 bytes
54243  ...-Regular_subset.drop-hints-retain-gids.660E.otf |    Bin 0 -> 103572 bytes
54244  ...et.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 2848 bytes
54245  ...et.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 2988 bytes
54246  ...nSans-Regular_subset.drop-hints.61,63,65,6B.otf |    Bin 0 -> 2060 bytes
54247  ...et.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 3164 bytes
54248  ...ourceHanSans-Regular_subset.drop-hints.660E.otf |    Bin 0 -> 1824 bytes
54249  ...t.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 0 -> 91040 bytes
54250  ...t.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 0 -> 125924 bytes
54251  ...Sans-Regular_subset.retain-gids.61,63,65,6B.otf |    Bin 0 -> 88468 bytes
54252  ...t.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 0 -> 126208 bytes
54253  ...urceHanSans-Regular_subset.retain-gids.660E.otf |    Bin 0 -> 103800 bytes
54254  test/subset/data/fonts/SourceHanSans-Regular.otf   |    Bin 16427580 -> 0 bytes
54255  .../data/fonts/SourceHanSans-Regular_subset.otf    |    Bin 0 -> 2707728 bytes
54256  test/subset/data/tests/cff-japanese.tests          |      2 +-
54257  84 files changed, 1 insertion(+), 393880 deletions(-)
54258
54259 commit a96d003d6ec4212fadad4f5b9058c9f8b07bcf89
54260 Author: Maks Naumov <maksqwe1@ukr.net>
54261 Date:   Fri Apr 5 12:29:56 2019 +0300
54262
54263     Fix MSVC C4138 warning (#1657)
54264
54265  src/hb-ot-cff-common.hh | 2 +-
54266  1 file changed, 1 insertion(+), 1 deletion(-)
54267
54268 commit c68eb7002f1c2b847d955797e27f5403199e3d9d
54269 Author: Behdad Esfahbod <behdad@behdad.org>
54270 Date:   Wed Apr 3 16:24:12 2019 -0700
54271
54272     Minor
54273
54274  src/hb-ot-layout-common.hh | 4 ++--
54275  1 file changed, 2 insertions(+), 2 deletions(-)
54276
54277 commit 85adf4ad5c76172514f281bfbe3850ef35473cc7
54278 Author: Behdad Esfahbod <behdad@behdad.org>
54279 Date:   Wed Apr 3 16:06:55 2019 -0700
54280
54281     [GDEF] Don't assume glyphlist is sorted
54282     
54283     As was hit by the fuzzer.
54284     
54285     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14032
54286
54287  src/hb-ot-layout-common.hh | 8 ++++----
54288  1 file changed, 4 insertions(+), 4 deletions(-)
54289
54290 commit ecabdffc61cb0b71424f4845aeda8cd0a6d25a29
54291 Author: Behdad Esfahbod <behdad@behdad.org>
54292 Date:   Wed Apr 3 16:06:34 2019 -0700
54293
54294     [algs] Add hb_min() and hb_max()
54295
54296  src/hb-algs.hh | 11 +++++++++++
54297  1 file changed, 11 insertions(+)
54298
54299 commit 7b863142ceb82fc2fd23802f19f7379aa2f152e5
54300 Author: Behdad Esfahbod <behdad@behdad.org>
54301 Date:   Wed Apr 3 15:48:27 2019 -0700
54302
54303     [serialize] Make putting breakpoint on out-of-memory easier
54304
54305  src/hb-serialize.hh | 5 ++++-
54306  1 file changed, 4 insertions(+), 1 deletion(-)
54307
54308 commit 2bd275023405b6a669d59ad4cdcb2e8cb410d593
54309 Author: Behdad Esfahbod <behdad@behdad.org>
54310 Date:   Wed Apr 3 15:31:53 2019 -0700
54311
54312     [iter] Tweak SFINAE again
54313     
54314     Don't think we need hb_is_same().
54315
54316  src/hb-iter.hh | 2 +-
54317  1 file changed, 1 insertion(+), 1 deletion(-)
54318
54319 commit f02ebc89ec89e78a348f9b67d613a2024feabc18
54320 Author: Behdad Esfahbod <behdad@behdad.org>
54321 Date:   Wed Apr 3 15:23:06 2019 -0700
54322
54323     [array] Add compy assignment operator since copy constructor is explicit
54324
54325  src/hb-array.hh | 6 ++++++
54326  1 file changed, 6 insertions(+)
54327
54328 commit 20a73da2c9227a0f9bc943a3d766eedeb5bed3b3
54329 Author: Behdad Esfahbod <behdad@behdad.org>
54330 Date:   Wed Apr 3 14:32:15 2019 -0700
54331
54332     [array] Add default copy constructor
54333     
54334     MSVC seems to need it.
54335
54336  src/hb-array.hh | 1 +
54337  1 file changed, 1 insertion(+)
54338
54339 commit d419a9a4376de7b2ae1dec7df09f8d034cc2d039
54340 Author: Behdad Esfahbod <behdad@behdad.org>
54341 Date:   Wed Apr 3 14:18:19 2019 -0700
54342
54343     [iter] Use different SFINAE scheme to make MSVC happy
54344     
54345     From Orvid King: TLDR; MSVC has some issues using sizeof(declval<T>()) for
54346     SFINAE of templated types, so I just used SFINAE in a different context where
54347     MSVC doesn't have the issue.
54348
54349  src/hb-iter.hh | 21 ++++++++++++---------
54350  1 file changed, 12 insertions(+), 9 deletions(-)
54351
54352 commit 2778df7972f537192b51cd0719adf2ab4d1f3397
54353 Author: Behdad Esfahbod <behdad@behdad.org>
54354 Date:   Wed Apr 3 14:15:01 2019 -0700
54355
54356     [meta] Add hb_is_same()
54357
54358  src/hb-meta.hh | 9 ++++++---
54359  1 file changed, 6 insertions(+), 3 deletions(-)
54360
54361 commit b999ce9bf06fc90c4cb3c531357967835d7e706d
54362 Merge: c2d727a47 6215fb8e6
54363 Author: Michiharu Ariza <ariza@adobe.com>
54364 Date:   Wed Apr 3 10:34:09 2019 -0700
54365
54366     Merge branch 'master' into var-subset
54367
54368 commit c2d727a479429b7c14126569e0f3e41d4b0beadf
54369 Author: Michiharu Ariza <ariza@adobe.com>
54370 Date:   Wed Apr 3 10:33:55 2019 -0700
54371
54372     fix xshift by (lsb - xMin)
54373
54374  src/hb-ot-glyf-table.hh | 14 ++++++++------
54375  1 file changed, 8 insertions(+), 6 deletions(-)
54376
54377 commit 6215fb8e68bdf69f4af9f7f4959ad55a70723774
54378 Author: Behdad Esfahbod <behdad@behdad.org>
54379 Date:   Tue Apr 2 23:10:03 2019 -0700
54380
54381     [serialize] Actually reclaim storage from duplicate objects
54382
54383  src/hb-serialize.hh | 2 +-
54384  1 file changed, 1 insertion(+), 1 deletion(-)
54385
54386 commit 3305a2cad24f878f5d8773c2acae491ebd5a9059
54387 Author: Behdad Esfahbod <behdad@behdad.org>
54388 Date:   Tue Apr 2 22:42:22 2019 -0700
54389
54390     [serialize] Port to use object pool
54391     
54392     Tested, but feels fragile :(.
54393
54394  src/hb-pool.hh      |   5 +-
54395  src/hb-serialize.hh | 141 ++++++++++++++++++++++++++++++++--------------------
54396  2 files changed, 91 insertions(+), 55 deletions(-)
54397
54398 commit 5efbc01174127bede4d533866acac239e5a0cfd5
54399 Author: Behdad Esfahbod <behdad@behdad.org>
54400 Date:   Tue Apr 2 22:41:06 2019 -0700
54401
54402     [pool] Uses memset() instead of assigning Null()
54403     
54404     Assignment is invalid on invalid object.
54405
54406  src/hb-pool.hh | 5 +++--
54407  1 file changed, 3 insertions(+), 2 deletions(-)
54408
54409 commit 434d78bf91ac5204ffbf2144f199eb7a0f65c421
54410 Author: Behdad Esfahbod <behdad@behdad.org>
54411 Date:   Tue Apr 2 21:46:40 2019 -0700
54412
54413     Add hb_pool_t<> for pooled memory allocation
54414
54415  src/Makefile.sources |  1 +
54416  src/hb-pool.hh       | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++
54417  2 files changed, 99 insertions(+)
54418
54419 commit 8e4df1a152f3916613594fa1bac308efdb61d512
54420 Author: Behdad Esfahbod <behdad@behdad.org>
54421 Date:   Tue Apr 2 20:20:53 2019 -0700
54422
54423     [serialize] Disable packed_map again
54424     
54425     Ugh.  Need to think of something else.
54426
54427  src/hb-serialize.hh | 1 +
54428  1 file changed, 1 insertion(+)
54429
54430 commit 31c1a83899147310b27bd40fac755c629cb59cef
54431 Author: Behdad Esfahbod <behdad@behdad.org>
54432 Date:   Tue Apr 2 20:17:27 2019 -0700
54433
54434     [map] Protect more against pointer deref
54435
54436  src/hb-map.hh | 5 +++--
54437  1 file changed, 3 insertions(+), 2 deletions(-)
54438
54439 commit 5bffa9e375fe294718452ad51e4c5ff017a046b4
54440 Author: Behdad Esfahbod <behdad@behdad.org>
54441 Date:   Tue Apr 2 20:13:16 2019 -0700
54442
54443     More
54444
54445  src/hb-map.hh    | 5 +++++
54446  src/hb-set.hh    | 9 ++++++++-
54447  src/hb-vector.hh | 8 ++++----
54448  3 files changed, 17 insertions(+), 5 deletions(-)
54449
54450 commit 5b66b033fd2cd9c95284d283f08d6789c7ec985d
54451 Author: Behdad Esfahbod <behdad@behdad.org>
54452 Date:   Tue Apr 2 19:27:02 2019 -0700
54453
54454     [serialize] Fix hb_hashmap_t<> for pointers and use in packed_map
54455
54456  src/hb-array.hh     | 12 +++++++++++-
54457  src/hb-map.hh       | 22 ++++++++++++++--------
54458  src/hb-serialize.hh |  8 +++-----
54459  src/hb-vector.hh    |  1 +
54460  4 files changed, 29 insertions(+), 14 deletions(-)
54461
54462 commit 42ab32cbbaf8b403c351953f091c0fbe8464c4cb
54463 Author: Behdad Esfahbod <behdad@behdad.org>
54464 Date:   Tue Apr 2 18:41:33 2019 -0700
54465
54466     [iter] Remove passing pointer to hb_iter()
54467     
54468     While doable with hb_deref_pointer() as well, we also would then
54469     need to do it in a ton of places.  Not worth it / messy.
54470
54471  src/hb-array.hh  | 2 +-
54472  src/hb-iter.hh   | 5 -----
54473  src/test-iter.cc | 3 ---
54474  3 files changed, 1 insertion(+), 9 deletions(-)
54475
54476 commit d0da547b3741323493398eed8975a76f4a5742c2
54477 Author: Behdad Esfahbod <behdad@behdad.org>
54478 Date:   Tue Apr 2 18:22:39 2019 -0700
54479
54480     [array] Use dagger for hashing array
54481     
54482     Also switch to better mixing.
54483
54484  src/hb-array.hh | 9 +++++----
54485  1 file changed, 5 insertions(+), 4 deletions(-)
54486
54487 commit b6f29bf14153cac51b218e3aaba9e1b3aa747a8c
54488 Author: Behdad Esfahbod <behdad@behdad.org>
54489 Date:   Tue Apr 2 18:12:01 2019 -0700
54490
54491     [iter] Accept pointers in hb_iter()
54492     
54493     No idea how to avoid dupicating code.  Was hoping hb_deref_pointer()
54494     would do it, but looks like a pointer can't bind to a universal
54495     reference T&&.  Humm.
54496
54497  src/hb-iter.hh   | 5 +++++
54498  src/test-iter.cc | 3 +++
54499  2 files changed, 8 insertions(+)
54500
54501 commit fc24bb9046e7e39d52a245bdc3480a30095cb6ee
54502 Author: Behdad Esfahbod <behdad@behdad.org>
54503 Date:   Tue Apr 2 17:49:52 2019 -0700
54504
54505     [serialize] Towards maintaining packed_map
54506
54507  src/hb-serialize.hh | 4 ++++
54508  1 file changed, 4 insertions(+)
54509
54510 commit aa2293a55eaa39f4e77b60851bbdee56b1120225
54511 Author: Behdad Esfahbod <behdad@behdad.org>
54512 Date:   Tue Apr 2 17:42:10 2019 -0700
54513
54514     [serialize] Minor
54515
54516  src/hb-open-type.hh | 10 +++++-----
54517  1 file changed, 5 insertions(+), 5 deletions(-)
54518
54519 commit e42b82c828ecec6f534040dae5518e04643b5f10
54520 Author: Behdad Esfahbod <behdad@behdad.org>
54521 Date:   Tue Apr 2 17:21:54 2019 -0700
54522
54523     [serialize] Handle non-nullable offsets
54524
54525  src/hb-open-type.hh | 13 +++++++++----
54526  1 file changed, 9 insertions(+), 4 deletions(-)
54527
54528 commit e04518bafc66224887bf7f478e1affb54bc7acd0
54529 Author: Behdad Esfahbod <behdad@behdad.org>
54530 Date:   Tue Apr 2 17:20:04 2019 -0700
54531
54532     [serialize] Movce empty-object handling earlier
54533
54534  src/hb-serialize.hh | 6 +++---
54535  1 file changed, 3 insertions(+), 3 deletions(-)
54536
54537 commit 7f73c9744e6c0e8dd37a208b75a4bc299bccbd4d
54538 Author: Behdad Esfahbod <behdad@behdad.org>
54539 Date:   Tue Apr 2 17:12:24 2019 -0700
54540
54541     [serialize] Minor
54542
54543  src/hb-open-type.hh | 14 +++++---------
54544  1 file changed, 5 insertions(+), 9 deletions(-)
54545
54546 commit 27d3bac8ef77d56f91a7bd88bed02c3f1aceba0a
54547 Author: Michiharu Ariza <ariza@adobe.com>
54548 Date:   Tue Apr 2 17:02:11 2019 -0700
54549
54550     fix 2x2 component transform
54551
54552  src/hb-ot-var-gvar-table.hh | 4 ++--
54553  1 file changed, 2 insertions(+), 2 deletions(-)
54554
54555 commit 5a3de4f4f8791139d2c04a66244001aba192ef6b
54556 Author: Behdad Esfahbod <behdad@behdad.org>
54557 Date:   Tue Apr 2 16:53:05 2019 -0700
54558
54559     [serialize] Allow offset links that have base offset from the object base
54560     
54561     Rarely used, but used, in name table or similar constructs.
54562
54563  src/hb-serialize.hh | 18 +++++++++---------
54564  1 file changed, 9 insertions(+), 9 deletions(-)
54565
54566 commit edad6b2c450e22e67ae86c5f2328cca3c29aaad2
54567 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54568 Date:   Wed Apr 3 00:48:59 2019 +0430
54569
54570     [test][iter] minor, fix double promotion warning
54571
54572  src/test-iter.cc | 2 +-
54573  1 file changed, 1 insertion(+), 1 deletion(-)
54574
54575 commit 8801b80d724d36f9e6547b7975aaf1cc1a355734
54576 Author: Michiharu Ariza <ariza@adobe.com>
54577 Date:   Tue Apr 2 13:10:36 2019 -0700
54578
54579     refix: orig_points must be saved before any adjustment
54580
54581  src/hb-ot-var-gvar-table.hh | 11 ++++++-----
54582  1 file changed, 6 insertions(+), 5 deletions(-)
54583
54584 commit ee58f6012e9570c8d56e23d14c605a2186d4a265
54585 Author: Michiharu Ariza <ariza@adobe.com>
54586 Date:   Tue Apr 2 11:24:29 2019 -0700
54587
54588     infer gvar deltas for each region (not after accumulation)
54589
54590  src/hb-ot-var-gvar-table.hh | 74 ++++++++++++++++++++++-----------------------
54591  1 file changed, 37 insertions(+), 37 deletions(-)
54592
54593 commit 2c31652c8a9186068ee8958b46139121c51f1bf4
54594 Author: Michiharu Ariza <ariza@adobe.com>
54595 Date:   Tue Apr 2 10:07:43 2019 -0700
54596
54597     fix private_indices vs shared_indices
54598
54599  src/hb-ot-var-gvar-table.hh | 2 +-
54600  1 file changed, 1 insertion(+), 1 deletion(-)
54601
54602 commit 062f5d6e7aa061358eb5874a8f3a3f3bd6e9f16f
54603 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54604 Date:   Tue Apr 2 20:27:00 2019 +0430
54605
54606     [test] minor, c style comments
54607
54608  src/test-iter.cc | 4 ++--
54609  1 file changed, 2 insertions(+), 2 deletions(-)
54610
54611 commit afdbf960d6147ec607ddb2c780d3a83068f61357
54612 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54613 Date:   Tue Apr 2 20:25:06 2019 +0430
54614
54615     [iter][test] Add another test for hb_reduce
54616     
54617     Different initial and accumulator types
54618
54619  src/test-iter.cc | 6 ++++++
54620  1 file changed, 6 insertions(+)
54621
54622 commit bfa02bef4546f448e048288c1162988c8c39322a
54623 Author: Behdad Esfahbod <behdad@behdad.org>
54624 Date:   Mon Apr 1 21:36:13 2019 -0700
54625
54626     [serialize] Switch to tetris-packing
54627
54628  src/hb-open-type.hh | 15 +++++++++++----
54629  1 file changed, 11 insertions(+), 4 deletions(-)
54630
54631 commit f0ea3ac17bef98409d302b9f285e94015e069823
54632 Author: Behdad Esfahbod <behdad@behdad.org>
54633 Date:   Mon Apr 1 21:36:03 2019 -0700
54634
54635     [serialize] Fix linking
54636
54637  src/hb-serialize.hh | 4 ++--
54638  1 file changed, 2 insertions(+), 2 deletions(-)
54639
54640 commit 7c0e2054e0799ed89cdc5de8c1416d009c0029b5
54641 Author: Behdad Esfahbod <behdad@behdad.org>
54642 Date:   Mon Apr 1 21:32:29 2019 -0700
54643
54644     [serialize] Minor
54645
54646  src/hb-serialize.hh | 2 +-
54647  1 file changed, 1 insertion(+), 1 deletion(-)
54648
54649 commit dce9e5e622b94aaf8ba7e81dd6e09a0cead0c51f
54650 Author: Michiharu Ariza <ariza@adobe.com>
54651 Date:   Mon Apr 1 20:55:02 2019 -0700
54652
54653     fix get_start_tuple, get_end_tuple
54654
54655  src/hb-ot-var-gvar-table.hh | 4 ++--
54656  1 file changed, 2 insertions(+), 2 deletions(-)
54657
54658 commit 64d0f0893812fa1cb2746071d8b021560969526d
54659 Author: Behdad Esfahbod <behdad@behdad.org>
54660 Date:   Mon Apr 1 16:50:28 2019 -0700
54661
54662     [cmap] Minor
54663
54664  src/hb-ot-cmap-table.hh | 7 ++++---
54665  1 file changed, 4 insertions(+), 3 deletions(-)
54666
54667 commit 2e675cc7b50b5a57ceddf799d63811801ffcfe94
54668 Author: Behdad Esfahbod <behdad@behdad.org>
54669 Date:   Mon Apr 1 16:45:50 2019 -0700
54670
54671     [subset] Call serialize start/end around it
54672     
54673     To be cleaned up.
54674
54675  src/hb-subset.cc | 2 ++
54676  1 file changed, 2 insertions(+)
54677
54678 commit abe33c6149719eb371c5f2b0d8c143550938129e
54679 Author: Behdad Esfahbod <behdad@behdad.org>
54680 Date:   Mon Apr 1 16:45:40 2019 -0700
54681
54682     [serialize] Assert stack
54683
54684  src/hb-serialize.hh | 1 +
54685  1 file changed, 1 insertion(+)
54686
54687 commit 72e9b2c16cd1bc183226ca0aa8a58a5b1222573d
54688 Author: Behdad Esfahbod <behdad@behdad.org>
54689 Date:   Mon Apr 1 16:17:30 2019 -0700
54690
54691     [serialize] Add add_link() to add link
54692
54693  src/hb-serialize.hh | 26 +++++++++++++++++++++++---
54694  1 file changed, 23 insertions(+), 3 deletions(-)
54695
54696 commit 74addbecac3b8be699ac90b3853970f6c7efd0eb
54697 Author: Behdad Esfahbod <behdad@behdad.org>
54698 Date:   Mon Apr 1 14:17:09 2019 -0700
54699
54700     [serialize] Add default template type to push()
54701
54702  src/hb-serialize.hh | 7 ++++++-
54703  1 file changed, 6 insertions(+), 1 deletion(-)
54704
54705 commit b8642087e6c2ec96dc70fcef617128b6ce353a7e
54706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54707 Date:   Tue Apr 2 00:30:06 2019 +0430
54708
54709     [iter] hb_reduce, accumulator with a different type
54710
54711  src/hb-iter.hh   | 22 ++++++++++++----------
54712  src/test-iter.cc | 26 +++++++++++++++++++++++++-
54713  2 files changed, 37 insertions(+), 11 deletions(-)
54714
54715 commit e526414c759ebca82f1071cdeafe1160bcaa9637
54716 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54717 Date:   Sun Mar 31 12:41:58 2019 +0430
54718
54719     [iter] Implement hb_reduce
54720
54721  src/hb-iter.hh   | 28 ++++++++++++++++++++++++++++
54722  src/test-iter.cc |  5 +++++
54723  2 files changed, 33 insertions(+)
54724
54725 commit 72545cb83949571393f06b0f26c36adf461b967e
54726 Author: Michiharu Ariza <ariza@adobe.com>
54727 Date:   Mon Apr 1 16:49:15 2019 -0700
54728
54729     fixed off by one bug in apply_deltas_to_points()
54730
54731  src/hb-ot-var-gvar-table.hh | 2 +-
54732  1 file changed, 1 insertion(+), 1 deletion(-)
54733
54734 commit f3aca6aa267f7687a0406c7c545aefb5eed300b2
54735 Author: Behdad Esfahbod <behdad@behdad.org>
54736 Date:   Sun Mar 31 21:37:14 2019 -0700
54737
54738     [serialize] Implement linking
54739     
54740     Untested!
54741
54742  src/hb-serialize.hh | 29 +++++++++++++++++++++++++++--
54743  1 file changed, 27 insertions(+), 2 deletions(-)
54744
54745 commit 17f0cfa7ea3a5f0946d8800b98c1582c05dad853
54746 Author: Behdad Esfahbod <behdad@behdad.org>
54747 Date:   Sun Mar 31 21:34:19 2019 -0700
54748
54749     Move BEInt to hb.hh
54750     
54751     I knows...
54752
54753  src/hb-machinery.hh | 88 ----------------------------------------------------
54754  src/hb.hh           | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++
54755  2 files changed, 89 insertions(+), 88 deletions(-)
54756
54757 commit 78fc43f2930064cd6cf4229c1e4cb76edb8ed7f6
54758 Author: Behdad Esfahbod <behdad@behdad.org>
54759 Date:   Sun Mar 31 19:17:07 2019 -0700
54760
54761     [iter] Fix up build, ouch
54762     
54763     Yeah, some things not very clear...
54764
54765  src/hb-iter.hh   | 8 ++++++--
54766  src/test-iter.cc | 4 ++--
54767  2 files changed, 8 insertions(+), 4 deletions(-)
54768
54769 commit e5d6fe9782a9fcde0786392c075c6c0b85c24829
54770 Author: Jonathan Kew <jfkthame@gmail.com>
54771 Date:   Sun Mar 31 19:17:32 2019 +0100
54772
54773     Don't skip setting the .end field of the first range
54774     
54775     Fixes a bug in CoverageFormat2::serialize whereby the first range
54776     was not serialized correctly if it consists of only a single glyph ID.
54777     This broke shaping of U+0626 in the Arabic fallback shaper, because it
54778     is not found in the coverage table of the 'init' and 'medi' lookups.
54779     
54780     Also fix similar bug in ClassDefFormat2::serialize, noted during code
54781     inspection (I haven't observed a case that was actually affected by
54782     this, but it looks broken).
54783     
54784     Fixes https://github.com/harfbuzz/harfbuzz/issues/1504
54785
54786  src/hb-ot-layout-common.hh | 14 +++++++++-----
54787  1 file changed, 9 insertions(+), 5 deletions(-)
54788
54789 commit 8a8d45b924cdb4343b4b11a7ef14e2d1fabb6f82
54790 Author: Behdad Esfahbod <behdad@behdad.org>
54791 Date:   Sun Mar 31 19:00:09 2019 -0700
54792
54793     [iter] Adjust hb_copy() and use it
54794     
54795     Untested.
54796
54797  src/hb-iter.hh   | 11 ++++-------
54798  src/hb-vector.hh |  4 ++--
54799  2 files changed, 6 insertions(+), 9 deletions(-)
54800
54801 commit ba4b7be45523e88c26f763f8a329cc43c13b98a1
54802 Author: Ebrahim Byagowi <ebrahim@gnu.org>
54803 Date:   Sun Mar 31 01:32:30 2019 -0700
54804
54805     Remove coretext_aat shaper (#1581)
54806     
54807     coretext_aat was a temporary shaper to redirect shaping of AAT fonts
54808     to CoreText and leaving the rest for HarfBuzz.  As HarfBuzz now supports
54809     AAT and Chrome now actually ships that on a stable version on macOS,
54810     we no longer care about such use-case.  If a client really wants 100%
54811     metrics compatibility with CoreText better to use it directly or through
54812     our API.  Replicating the same behavior still is possible using
54813     hb_shape_full, something we don't care or like to offer anymore.
54814     
54815     Fixes https://github.com/harfbuzz/harfbuzz/issues/1478
54816
54817  src/hb-coretext.cc    | 56 ---------------------------------------------------
54818  src/hb-shaper-list.hh |  4 ----
54819  2 files changed, 60 deletions(-)
54820
54821 commit ef11305bfda0e261f0793acd81c9478df1719b1e
54822 Author: Michiharu Ariza <ariza@adobe.com>
54823 Date:   Sun Mar 31 00:23:58 2019 -0700
54824
54825     fixed tt var extents
54826     
54827     max bounds were not correctly initialized
54828
54829  src/hb-ot-glyf-table.hh | 2 +-
54830  1 file changed, 1 insertion(+), 1 deletion(-)
54831
54832 commit f7700fc479c25599e89b9d59edaad66e103a742d
54833 Merge: 43725d363 d6005b49b
54834 Author: Michiharu Ariza <ariza@adobe.com>
54835 Date:   Sat Mar 30 20:49:34 2019 -0700
54836
54837     Merge branch 'master' into var-subset
54838
54839 commit d6005b49b32410543a8dfa93ce2a213223cf8f01
54840 Author: Behdad Esfahbod <behdad@behdad.org>
54841 Date:   Sat Mar 30 19:49:56 2019 -0700
54842
54843     [serialize] Start implementing linking
54844
54845  src/hb-serialize.hh | 15 ++++++++++++---
54846  1 file changed, 12 insertions(+), 3 deletions(-)
54847
54848 commit 313b3057c335da6baa4cd447bac95812992413b9
54849 Author: Behdad Esfahbod <behdad@behdad.org>
54850 Date:   Sat Mar 30 19:46:35 2019 -0700
54851
54852     [serializer] Implement dedup!
54853
54854  src/hb-serialize.hh | 18 +++++++++++++++---
54855  1 file changed, 15 insertions(+), 3 deletions(-)
54856
54857 commit b189bbc48fb4b7c251d30b26a57ad84d1cb6dbe4
54858 Author: Behdad Esfahbod <behdad@behdad.org>
54859 Date:   Sat Mar 30 19:41:48 2019 -0700
54860
54861     Implement hashing of objects
54862     
54863     Should be improved for hb_bytes_t.
54864
54865  src/hb-algs.hh      |  2 +-
54866  src/hb-array.hh     | 13 +++++++++++++
54867  src/hb-serialize.hh |  5 +++++
54868  src/hb-vector.hh    |  5 +++++
54869  4 files changed, 24 insertions(+), 1 deletion(-)
54870
54871 commit d6b28057a5cc636138cd453947d3a2008f18729f
54872 Author: Behdad Esfahbod <behdad@behdad.org>
54873 Date:   Sat Mar 30 19:31:51 2019 -0700
54874
54875     Fix hb_hash(pointer)
54876
54877  src/hb-algs.hh | 2 +-
54878  1 file changed, 1 insertion(+), 1 deletion(-)
54879
54880 commit d74dc3ef65a159fe585e906deccdb32b570433aa
54881 Author: Behdad Esfahbod <behdad@behdad.org>
54882 Date:   Sat Mar 30 19:26:37 2019 -0700
54883
54884     [serialize] Don't insert empty object into tree
54885
54886  src/hb-serialize.hh | 5 ++++-
54887  1 file changed, 4 insertions(+), 1 deletion(-)
54888
54889 commit 7fd82283263f8caded4870d6e12f74c7e660fa8d
54890 Author: Behdad Esfahbod <behdad@behdad.org>
54891 Date:   Sat Mar 30 19:16:20 2019 -0700
54892
54893     [serialize] Towards maintaining hashmap
54894
54895  src/hb-algs.hh      |  2 +-
54896  src/hb-serialize.hh | 16 ++++++++++++++--
54897  src/hb-vector.hh    |  1 +
54898  3 files changed, 16 insertions(+), 3 deletions(-)
54899
54900 commit f254f45a1e6b1de6d83c97033773d20408772763
54901 Author: Behdad Esfahbod <behdad@behdad.org>
54902 Date:   Sat Mar 30 19:05:51 2019 -0700
54903
54904     [serialize] Only pack main object if there are other objects
54905     
54906     Avoids a memmove for tables that don't use the object packing mechanism.
54907
54908  src/hb-serialize.hh | 7 +++++--
54909  1 file changed, 5 insertions(+), 2 deletions(-)
54910
54911 commit 946d446f9b795f657d56ca443edbc0b77d660a50
54912 Author: Behdad Esfahbod <behdad@behdad.org>
54913 Date:   Sat Mar 30 19:03:55 2019 -0700
54914
54915     [serialize] Copy both sides of the buffer
54916
54917  src/hb-serialize.hh | 13 +++++++++----
54918  1 file changed, 9 insertions(+), 4 deletions(-)
54919
54920 commit 8512dc565d310e9fd80d831282736284cc3ecd2e
54921 Author: Behdad Esfahbod <behdad@behdad.org>
54922 Date:   Sat Mar 30 19:01:23 2019 -0700
54923
54924     [serialize] Simplify copy
54925
54926  src/hb-serialize.hh | 22 +++++++---------------
54927  1 file changed, 7 insertions(+), 15 deletions(-)
54928
54929 commit 43725d36322b7277d515b958b5e894e1c892cede
54930 Merge: 294d520f6 a7c63cd8f
54931 Author: Michiharu Ariza <ariza@adobe.com>
54932 Date:   Sat Mar 30 18:51:15 2019 -0700
54933
54934     Merge branch 'master' into var-subset
54935
54936 commit 0b1fe7b716628f7b7b4098da9ef544e1518008f5
54937 Author: Behdad Esfahbod <behdad@behdad.org>
54938 Date:   Sat Mar 30 18:48:26 2019 -0700
54939
54940     [serializer] Unbreak for now
54941
54942  src/hb-serialize.hh | 5 +++--
54943  1 file changed, 3 insertions(+), 2 deletions(-)
54944
54945 commit 10f062234eb7c762a36cf750e75fe6f74ee89a3d
54946 Author: Behdad Esfahbod <behdad@behdad.org>
54947 Date:   Sat Mar 30 18:44:01 2019 -0700
54948
54949     [map] Shuffle fini code
54950
54951  src/hb-map.hh | 2 +-
54952  1 file changed, 1 insertion(+), 1 deletion(-)
54953
54954 commit e6b78003efbe02ba4542cadcc13bc1dd0b1d57b0
54955 Author: Behdad Esfahbod <behdad@behdad.org>
54956 Date:   Sat Mar 30 18:33:30 2019 -0700
54957
54958     [vector] Add move semantics
54959
54960  src/hb-vector.hh | 16 ++++++++++++++++
54961  1 file changed, 16 insertions(+)
54962
54963 commit 4c4d3c3ed55a8f1eea20593c08322e61fe1cdd3c
54964 Author: Behdad Esfahbod <behdad@behdad.org>
54965 Date:   Sat Mar 30 18:30:50 2019 -0700
54966
54967     [vector] Add some move and forwarding
54968
54969  src/hb-serialize.hh | 2 +-
54970  src/hb-vector.hh    | 8 ++++----
54971  2 files changed, 5 insertions(+), 5 deletions(-)
54972
54973 commit 7c9ceabcef426ca6fc54b70db9dd8cb63937710b
54974 Author: Behdad Esfahbod <behdad@behdad.org>
54975 Date:   Sat Mar 30 18:19:36 2019 -0700
54976
54977     [meta] Add hb_move and hb_forward ala std::
54978
54979  src/hb-meta.hh | 11 +++++++++++
54980  1 file changed, 11 insertions(+)
54981
54982 commit 9a19b885f9136b0b7cdfa04679274cd4b6d16188
54983 Author: Behdad Esfahbod <behdad@behdad.org>
54984 Date:   Sat Mar 30 18:14:30 2019 -0700
54985
54986     [serialize] Flesh out packing
54987
54988  src/hb-serialize.hh | 58 +++++++++++++++++++++++++++++++----------------------
54989  1 file changed, 34 insertions(+), 24 deletions(-)
54990
54991 commit 357c7c611cc20f86c646bd2d392c243140f92d34
54992 Author: Behdad Esfahbod <behdad@behdad.org>
54993 Date:   Sat Mar 30 18:13:57 2019 -0700
54994
54995     [vector] Add copy constructor and assignment operator
54996
54997  src/hb-vector.hh | 17 ++++++++++++++++-
54998  1 file changed, 16 insertions(+), 1 deletion(-)
54999
55000 commit 6f69c9d26fa53cd8a2331395bbc146bfc85fd1e3
55001 Author: Behdad Esfahbod <behdad@behdad.org>
55002 Date:   Sat Mar 30 18:00:03 2019 -0700
55003
55004     [serialize] Minor
55005
55006  src/hb-serialize.hh | 9 +++++----
55007  1 file changed, 5 insertions(+), 4 deletions(-)
55008
55009 commit a43290192beedc6335efc3841c05ec7fa54e8871
55010 Author: Behdad Esfahbod <behdad@behdad.org>
55011 Date:   Sat Mar 30 17:51:26 2019 -0700
55012
55013     [serialize] Add packed_map
55014
55015  src/hb-map.hh       |  7 +++++++
55016  src/hb-serialize.hh | 24 +++++++++++++++++++++---
55017  2 files changed, 28 insertions(+), 3 deletions(-)
55018
55019 commit bed150bd2e8d61950ea17d1b5a4bf4705801c1cc
55020 Author: Behdad Esfahbod <behdad@behdad.org>
55021 Date:   Sat Mar 30 17:26:35 2019 -0700
55022
55023     [serialize] Start fleshing out object stack
55024
55025  src/hb-serialize.hh | 91 ++++++++++++++++++++++++++++++++++++++---------------
55026  src/hb-vector.hh    |  9 ++++--
55027  2 files changed, 72 insertions(+), 28 deletions(-)
55028
55029 commit 63c35651893b2a1c555f728012e9ad36c0f84145
55030 Author: Behdad Esfahbod <behdad@behdad.org>
55031 Date:   Sat Mar 30 17:12:40 2019 -0700
55032
55033     [serialize] Simplify propagate_error()
55034
55035  src/hb-serialize.hh | 9 ++-------
55036  1 file changed, 2 insertions(+), 7 deletions(-)
55037
55038 commit dbe9ba6711c6d35374de645097babfd81bc295b2
55039 Author: Behdad Esfahbod <behdad@behdad.org>
55040 Date:   Sat Mar 30 17:10:59 2019 -0700
55041
55042     [serialize] Add object_t, link_t, and snapshot_t
55043
55044  src/hb-serialize.hh | 32 +++++++++++++++++++++++++++++++-
55045  1 file changed, 31 insertions(+), 1 deletion(-)
55046
55047 commit 38d57b9a66008c9722125d4d677d759a910cf2a1
55048 Author: Behdad Esfahbod <behdad@behdad.org>
55049 Date:   Sat Mar 30 16:38:06 2019 -0700
55050
55051     [map] Add another TODO item
55052
55053  src/hb-map.hh | 2 ++
55054  1 file changed, 2 insertions(+)
55055
55056 commit 7fd940f899da4948d2c61ed497c1face42776187
55057 Author: Behdad Esfahbod <behdad@behdad.org>
55058 Date:   Sat Mar 30 16:29:19 2019 -0700
55059
55060     [map] Add TODO
55061
55062  src/hb-map.hh | 8 ++++++++
55063  1 file changed, 8 insertions(+)
55064
55065 commit 6dcf7c4017619c782dbc8bd2c584bb33df96fc83
55066 Author: Behdad Esfahbod <behdad@behdad.org>
55067 Date:   Sat Mar 30 15:08:39 2019 -0700
55068
55069     [serialize] Add unused 'tail'
55070
55071  src/hb-serialize.hh | 5 +++--
55072  1 file changed, 3 insertions(+), 2 deletions(-)
55073
55074 commit fe05e48086be9ed685b8a6ca4af966660744bc0f
55075 Author: Behdad Esfahbod <behdad@behdad.org>
55076 Date:   Sat Mar 30 15:06:25 2019 -0700
55077
55078     [serialize] Add ran_out_of_room
55079
55080  src/hb-serialize.hh | 8 +++++++-
55081  src/hb-subset.cc    | 7 ++++++-
55082  2 files changed, 13 insertions(+), 2 deletions(-)
55083
55084 commit a7c63cd8f8475c6de7fd5bb6444bf5d24082a191
55085 Author: Behdad Esfahbod <behdad@behdad.org>
55086 Date:   Sat Mar 30 14:59:40 2019 -0700
55087
55088     Split sanitize and dispatch into their own files
55089
55090  src/Makefile.sources |   2 +
55091  src/hb-dispatch.hh   |  50 +++++++
55092  src/hb-machinery.hh  | 369 +-----------------------------------------------
55093  src/hb-sanitize.hh   | 388 +++++++++++++++++++++++++++++++++++++++++++++++++++
55094  4 files changed, 442 insertions(+), 367 deletions(-)
55095
55096 commit be66b575fc15dbbe82cf1a7fa0b58020e86cffdc
55097 Author: Behdad Esfahbod <behdad@behdad.org>
55098 Date:   Sat Mar 30 14:53:54 2019 -0700
55099
55100     Move serializer to hb-serialize.hh
55101
55102  src/Makefile.sources |   1 +
55103  src/hb-machinery.hh  | 164 +-----------------------------------------
55104  src/hb-serialize.hh  | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++
55105  3 files changed, 198 insertions(+), 163 deletions(-)
55106
55107 commit bb22462f292995a724bf20363adf52d3a8357a97
55108 Author: Behdad Esfahbod <behdad@behdad.org>
55109 Date:   Sat Mar 30 14:46:54 2019 -0700
55110
55111     Whitespace
55112
55113  src/hb-machinery.hh | 3 +--
55114  1 file changed, 1 insertion(+), 2 deletions(-)
55115
55116 commit ef33b5d1f6d3ec21e15ad74ca2524a117f594e06
55117 Author: Behdad Esfahbod <behdad@behdad.org>
55118 Date:   Sat Mar 30 14:39:21 2019 -0700
55119
55120     [map] Deref pointers before equality check
55121
55122  src/hb-map.hh  | 6 ++++--
55123  src/hb-meta.hh | 4 ++--
55124  2 files changed, 6 insertions(+), 4 deletions(-)
55125
55126 commit c98f51da719d1792bf23b53a9a345926056bf34d
55127 Author: Behdad Esfahbod <behdad@behdad.org>
55128 Date:   Sat Mar 30 14:30:22 2019 -0700
55129
55130     [map] Templatize hb_map_t
55131     
55132     Template name is hb_hashmap_t<K,V>.
55133
55134  src/hb-map.hh | 65 ++++++++++++++++++++++++++++++++++-------------------------
55135  1 file changed, 37 insertions(+), 28 deletions(-)
55136
55137 commit 294d520f6542198fa6cf08764f7732fe138e5c97
55138 Author: Michiharu Ariza <ariza@adobe.com>
55139 Date:   Sat Mar 30 13:58:22 2019 -0700
55140
55141     more iter changes from master
55142
55143  src/hb-iter.hh               |  4 ++--
55144  src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
55145  src/test-iter.cc             |  2 +-
55146  3 files changed, 9 insertions(+), 9 deletions(-)
55147
55148 commit 4b7f4dbc0cf58d87f4c91f059734e91e4d988480
55149 Author: Behdad Esfahbod <behdad@behdad.org>
55150 Date:   Sat Mar 30 13:48:32 2019 -0700
55151
55152     Add hb_deref_pointer()
55153
55154  src/hb-algs.hh | 18 +++++++++++++-----
55155  src/hb-meta.hh |  8 ++++++++
55156  2 files changed, 21 insertions(+), 5 deletions(-)
55157
55158 commit 8f2ce82f7699e12b80986fcdf408f7b43358bcc8
55159 Author: Michiharu Ariza <ariza@adobe.com>
55160 Date:   Sat Mar 30 11:50:24 2019 -0700
55161
55162     hb.hh from master
55163
55164  src/hb.hh | 53 -----------------------------------------------------
55165  1 file changed, 53 deletions(-)
55166
55167 commit 3bfd3a367cdd8714b151d2504148b772f1159558
55168 Author: Michiharu Ariza <ariza@adobe.com>
55169 Date:   Sat Mar 30 00:27:02 2019 -0700
55170
55171     fix build
55172
55173  src/Makefile.sources | 1 +
55174  1 file changed, 1 insertion(+)
55175
55176 commit c7ca8853ae286b685d8e3dea342c044237213341
55177 Author: Michiharu Ariza <ariza@adobe.com>
55178 Date:   Sat Mar 30 00:11:58 2019 -0700
55179
55180     more change set() to =
55181
55182  src/hb-ot-layout-common.hh | 14 +++++++-------
55183  1 file changed, 7 insertions(+), 7 deletions(-)
55184
55185 commit d75b73a309d5b6064a6e13d9a7eb998e0ec53822
55186 Author: Michiharu Ariza <ariza@adobe.com>
55187 Date:   Sat Mar 30 00:06:54 2019 -0700
55188
55189     fix rebase errors
55190
55191  .circleci/config.yml  | 11 -----------
55192  src/hb-common.h       |  2 +-
55193  src/hb-directwrite.cc | 15 ++++++++++++++-
55194  src/hb-directwrite.h  |  3 +++
55195  src/hb-null.hh        |  2 +-
55196  5 files changed, 19 insertions(+), 14 deletions(-)
55197
55198 commit 3fbd242ba62835a5c41164807bfdb0e4f63260da
55199 Author: Michiharu Ariza <ariza@adobe.com>
55200 Date:   Fri Mar 29 23:53:06 2019 -0700
55201
55202     replace .set() with =
55203     
55204     remove .gitignore
55205
55206  .gitignore                  |  1 -
55207  src/hb-ot-var-gvar-table.hh | 26 +++++++++++++-------------
55208  src/hb-ot-var-hvar-table.hh | 18 +++++++++---------
55209  3 files changed, 22 insertions(+), 23 deletions(-)
55210
55211 commit 8a8965be39d909198d6c91d5a45aede6802ebd71
55212 Merge: cc94a9ed3 3236623e1
55213 Author: Michiharu Ariza <ariza@adobe.com>
55214 Date:   Fri Mar 29 23:38:16 2019 -0700
55215
55216     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
55217
55218 commit cc94a9ed3b63cf74aa64c83a203137f16c6e152c
55219 Merge: 435bc7f3e ce6093a96
55220 Author: Michiharu Ariza <ariza@adobe.com>
55221 Date:   Fri Mar 29 18:41:38 2019 -0700
55222
55223     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
55224     rebase master
55225
55226 commit e5306927994e8e412dea5dd960b8b3ed4ca848eb
55227 Author: Behdad Esfahbod <behdad@behdad.org>
55228 Date:   Fri Mar 29 23:31:07 2019 -0700
55229
55230     [iter] Fix bug in hb_any() and hb_none()
55231
55232  src/hb-iter.hh               |  4 ++--
55233  src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
55234  src/test-iter.cc             |  2 +-
55235  3 files changed, 9 insertions(+), 9 deletions(-)
55236
55237 commit ce6093a96ba4c68b4eb4f1cd4b695eb41f1fa334
55238 Merge: ddb84dcec a1177fec8
55239 Author: Michiharu Ariza <ariza@adobe.com>
55240 Date:   Fri Mar 29 10:32:45 2019 -0700
55241
55242     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
55243
55244 commit a1177fec8f43a65bca6696378995d6d39d8f6330
55245 Merge: 58c8c7a49 f505b5d5c
55246 Author: Michiharu Ariza <ariza@adobe.com>
55247 Date:   Fri Mar 29 08:43:47 2019 -0700
55248
55249     Merge branch 'master' into var-subset
55250     
55251     rebase master
55252
55253 commit f505b5d5c9c05741a933b4b986503e1697bbdfdb
55254 Author: Behdad Esfahbod <behdad@behdad.org>
55255 Date:   Fri Mar 29 22:55:02 2019 -0700
55256
55257     [iter] Port remaining "for (auto" instances to daggers
55258
55259  src/hb-ot-layout-gsubgpos.hh | 35 +++++++++++++++++++++++------------
55260  1 file changed, 23 insertions(+), 12 deletions(-)
55261
55262 commit 668d2d562fec797d779c6d6a43eb6e1c7cfbc07a
55263 Author: Behdad Esfahbod <behdad@behdad.org>
55264 Date:   Fri Mar 29 22:48:38 2019 -0700
55265
55266     [iter] One more dagger
55267
55268  src/hb-ot-layout-gsubgpos.hh | 13 +++++++------
55269  1 file changed, 7 insertions(+), 6 deletions(-)
55270
55271 commit d51452500f909803a346f26c71cf4b3f84f619bd
55272 Author: Behdad Esfahbod <behdad@behdad.org>
55273 Date:   Fri Mar 29 22:48:12 2019 -0700
55274
55275     [iter] Remove more wrong &&'s
55276     
55277     Sigh...
55278
55279  src/hb-iter.hh | 2 +-
55280  1 file changed, 1 insertion(+), 1 deletion(-)
55281
55282 commit 05f2130a1c479afe7982e8ddcfb3d83af9960e5b
55283 Author: Behdad Esfahbod <behdad@behdad.org>
55284 Date:   Fri Mar 29 22:40:13 2019 -0700
55285
55286     [iter] More daggers
55287
55288  src/hb-ot-layout-gsubgpos.hh | 110 +++++++++++++++++++++++++------------------
55289  1 file changed, 64 insertions(+), 46 deletions(-)
55290
55291 commit 22ec4c3aa5aa41b7aa2a89290851ddd386273579
55292 Author: Behdad Esfahbod <behdad@behdad.org>
55293 Date:   Fri Mar 29 22:27:46 2019 -0700
55294
55295     [iter] More daggers
55296
55297  src/hb-ot-layout-gsubgpos.hh | 55 ++++++++++++++++++++++++++------------------
55298  1 file changed, 33 insertions(+), 22 deletions(-)
55299
55300 commit 688069bbfb40d69fb141371633cd499d91324cc2
55301 Author: Behdad Esfahbod <behdad@behdad.org>
55302 Date:   Fri Mar 29 22:17:31 2019 -0700
55303
55304     [iter] One more dagger
55305
55306  src/hb-ot-layout-gsub-table.hh | 13 +++++--------
55307  1 file changed, 5 insertions(+), 8 deletions(-)
55308
55309 commit 90b60bd6909ffc6d0bff3e6901057439460407ca
55310 Author: Behdad Esfahbod <behdad@behdad.org>
55311 Date:   Fri Mar 29 22:12:42 2019 -0700
55312
55313     Remove HB_DEBUG_WOULD_APPLY
55314     
55315     Not that useful.
55316
55317  src/hb-debug.hh                | 15 +---------
55318  src/hb-ot-layout-gsub-table.hh | 49 ++++++++++----------------------
55319  src/hb-ot-layout-gsubgpos.hh   | 64 ++++++++++++++++++------------------------
55320  3 files changed, 43 insertions(+), 85 deletions(-)
55321
55322 commit 4d28267e59406cc85761131b84c5b2b4c65c6b35
55323 Author: Behdad Esfahbod <behdad@behdad.org>
55324 Date:   Fri Mar 29 22:04:15 2019 -0700
55325
55326     [iter] Port more to daggers
55327
55328  src/hb-ot-layout-gsub-table.hh | 22 +++++++++++-----------
55329  1 file changed, 11 insertions(+), 11 deletions(-)
55330
55331 commit 9d8c72042b4a023b55cb39779407fdecaf098af1
55332 Author: Behdad Esfahbod <behdad@behdad.org>
55333 Date:   Fri Mar 29 21:59:28 2019 -0700
55334
55335     Whitespace
55336
55337  src/hb-ot-layout-gpos-table.hh | 2 +-
55338  1 file changed, 1 insertion(+), 1 deletion(-)
55339
55340 commit 418e9d07e2120f806852312f4c74204fa085a6cc
55341 Author: Behdad Esfahbod <behdad@behdad.org>
55342 Date:   Fri Mar 29 21:57:26 2019 -0700
55343
55344     Simplify code
55345
55346  src/hb-ot-layout-gsub-table.hh | 20 +++-----------------
55347  1 file changed, 3 insertions(+), 17 deletions(-)
55348
55349 commit f5ef8a7347656ad5f5bb8cec5f9a3de262a79411
55350 Author: Behdad Esfahbod <behdad@behdad.org>
55351 Date:   Fri Mar 29 21:57:17 2019 -0700
55352
55353     [iter] Port one more function to dagger
55354
55355  src/hb-ot-layout-gpos-table.hh | 14 ++++++++------
55356  1 file changed, 8 insertions(+), 6 deletions(-)
55357
55358 commit bcab098c8f35ac4bef6618d949a7bf1d95869fa5
55359 Author: Behdad Esfahbod <behdad@behdad.org>
55360 Date:   Fri Mar 29 21:49:18 2019 -0700
55361
55362     [iter] Port more code to daggers
55363
55364  src/hb-ot-layout-gsub-table.hh | 14 ++++++++------
55365  1 file changed, 8 insertions(+), 6 deletions(-)
55366
55367 commit 4c75158e1803e73d6126f715aa4b22ebe30aa7c7
55368 Author: Behdad Esfahbod <behdad@behdad.org>
55369 Date:   Fri Mar 29 21:46:13 2019 -0700
55370
55371     [iter] Port two more functions to daggers
55372
55373  src/hb-ot-layout-gsub-table.hh | 29 +++++++++++++++++------------
55374  1 file changed, 17 insertions(+), 12 deletions(-)
55375
55376 commit e70ccbe9edd4d5e033df4afa728b3593ba9f78af
55377 Author: Behdad Esfahbod <behdad@behdad.org>
55378 Date:   Fri Mar 29 21:45:49 2019 -0700
55379
55380     Fix pair signature
55381     
55382     Oh well.  Again, who does fully understand what is right???
55383
55384  src/hb-algs.hh | 2 +-
55385  1 file changed, 1 insertion(+), 1 deletion(-)
55386
55387 commit 6237b47f0c59fd3913b19b23800cdf83eaa01fb6
55388 Author: Behdad Esfahbod <behdad@behdad.org>
55389 Date:   Fri Mar 29 21:36:49 2019 -0700
55390
55391     [iter] Add hb_unzip()
55392
55393  src/hb-iter.hh | 38 ++++++++++++++++++++++++++++++++++++++
55394  1 file changed, 38 insertions(+)
55395
55396 commit f1dad91eb3ce9dcdedbb4a0d6e34517db0154a84
55397 Author: Behdad Esfahbod <behdad@behdad.org>
55398 Date:   Fri Mar 29 21:17:08 2019 -0700
55399
55400     Whitespace
55401
55402  src/hb-ot-layout-gsub-table.hh | 3 +++
55403  1 file changed, 3 insertions(+)
55404
55405 commit 896b31670d07cbe276feff1db249b64faa5c552c
55406 Author: Behdad Esfahbod <behdad@behdad.org>
55407 Date:   Fri Mar 29 21:16:30 2019 -0700
55408
55409     [iter] Port two more loops to dagger
55410
55411  src/hb-ot-layout-gsub-table.hh | 14 +++++++++-----
55412  1 file changed, 9 insertions(+), 5 deletions(-)
55413
55414 commit 8e34cb251a9b22d6fbc637fd2f25965beb260270
55415 Author: Behdad Esfahbod <behdad@behdad.org>
55416 Date:   Fri Mar 29 21:14:20 2019 -0700
55417
55418     [iter] Remove unneeded &&
55419     
55420     Next commit needs this.  I never fully get this, sigh.
55421
55422  src/hb-iter.hh | 2 +-
55423  1 file changed, 1 insertion(+), 1 deletion(-)
55424
55425 commit 12a4c0441ff13e56bb87f53eab45930c2a6142ed
55426 Author: Behdad Esfahbod <behdad@behdad.org>
55427 Date:   Fri Mar 29 21:06:10 2019 -0700
55428
55429     Whitespace
55430
55431  src/hb-ot-layout-gsub-table.hh | 12 ++++++------
55432  1 file changed, 6 insertions(+), 6 deletions(-)
55433
55434 commit 4c38a9f6011a9b1dd6c4fc98620e23decc340322
55435 Author: Behdad Esfahbod <behdad@behdad.org>
55436 Date:   Fri Mar 29 20:23:07 2019 -0700
55437
55438     Remove hb_assign()
55439     
55440     Not needed anymore.  We just use operator= now.
55441
55442  src/hb-iter.hh      |  2 +-
55443  src/hb-machinery.hh |  2 +-
55444  src/hb-null.hh      | 13 -------------
55445  src/hb-open-type.hh |  2 +-
55446  4 files changed, 3 insertions(+), 16 deletions(-)
55447
55448 commit b986c6a321f7d997eba0a9308b651966644bf336
55449 Author: Behdad Esfahbod <behdad@behdad.org>
55450 Date:   Fri Mar 29 20:17:46 2019 -0700
55451
55452     [C++11] Remove IntType::set() in favor of operator=
55453
55454  src/hb-cff-interp-common.hh                |  4 +-
55455  src/hb-ft.cc                               |  2 +-
55456  src/hb-null.hh                             |  6 ---
55457  src/hb-open-file.hh                        | 14 +++---
55458  src/hb-open-type.hh                        | 43 +++++++++++------
55459  src/hb-ot-cff-common.hh                    | 24 +++++-----
55460  src/hb-ot-cff1-table.hh                    | 32 ++++++-------
55461  src/hb-ot-cmap-table.hh                    | 77 +++++++++++++++---------------
55462  src/hb-ot-glyf-table.hh                    |  2 +-
55463  src/hb-ot-hdmx-table.hh                    | 12 ++---
55464  src/hb-ot-hmtx-table.hh                    |  8 ++--
55465  src/hb-ot-layout-common.hh                 | 44 ++++++++---------
55466  src/hb-ot-layout-gdef-table.hh             |  8 ++--
55467  src/hb-ot-layout-gsub-table.hh             | 18 +++----
55468  src/hb-ot-maxp-table.hh                    | 16 +++----
55469  src/hb-ot-os2-table.hh                     | 10 ++--
55470  src/hb-ot-post-table.hh                    |  2 +-
55471  src/hb-ot-shape-complex-arabic-fallback.hh | 10 ++--
55472  src/hb-ot-vorg-table.hh                    | 12 ++---
55473  src/hb-subset-cff-common.cc                | 12 ++---
55474  src/hb-subset-cff-common.hh                |  2 +-
55475  src/hb-subset-cff1.cc                      | 10 ++--
55476  src/hb-subset-cff2.cc                      |  8 ++--
55477  src/hb-subset-glyf.cc                      |  8 ++--
55478  src/hb-uniscribe.cc                        | 22 ++++-----
55479  25 files changed, 206 insertions(+), 200 deletions(-)
55480
55481 commit 58ad357951a732f05d9680573d00a4764171a9dd
55482 Author: Behdad Esfahbod <behdad@behdad.org>
55483 Date:   Fri Mar 29 20:05:19 2019 -0700
55484
55485     [vector] Accept all types in push(...)
55486     
55487     Let assignment operator worry about conversion.
55488
55489  src/hb-vector.hh | 6 ++++--
55490  1 file changed, 4 insertions(+), 2 deletions(-)
55491
55492 commit 489faf826ca16e9bc89515869ebaf52653450b54
55493 Author: Behdad Esfahbod <behdad@behdad.org>
55494 Date:   Fri Mar 29 20:01:37 2019 -0700
55495
55496     [C++11] Use type aliases for template partial instantiations
55497
55498  src/hb-open-type.hh | 24 ++++++++++++++----------
55499  1 file changed, 14 insertions(+), 10 deletions(-)
55500
55501 commit 3236623e1f4a11c23f8f2fb41d886d1255c2bc63
55502 Merge: 435bc7f3e d30e5e748
55503 Author: Michiharu Ariza <ariza@adobe.com>
55504 Date:   Fri Mar 29 18:41:38 2019 -0700
55505
55506     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
55507
55508 commit 435bc7f3e2290e108550ed460f4fdeacf25e9f28
55509 Author: Michiharu Ariza <ariza@adobe.com>
55510 Date:   Fri Mar 29 18:39:30 2019 -0700
55511
55512     Update hb-ot-var-gvar-table.hh
55513
55514  src/hb-ot-var-gvar-table.hh | 1 -
55515  1 file changed, 1 deletion(-)
55516
55517 commit 8fdb8fcf808da7d928aa289e0d1c432223fb1a26
55518 Author: Michiharu Ariza <ariza@adobe.com>
55519 Date:   Fri Mar 29 18:39:27 2019 -0700
55520
55521     fix rebase errors
55522
55523  src/hb-ot-layout-common.hh  |  21 ++++++--
55524  src/hb-ot-var-gvar-table.hh | 119 ++++++++++++++------------------------------
55525  2 files changed, 54 insertions(+), 86 deletions(-)
55526
55527 commit 1ccb457cbb7be2466536661d76d62de9fe582639
55528 Author: Michiharu Ariza <ariza@adobe.com>
55529 Date:   Fri Mar 29 18:28:25 2019 -0700
55530
55531     fix gvar fuzz bug
55532
55533  src/hb-ot-var-gvar-table.hh | 8 +++++++-
55534  1 file changed, 7 insertions(+), 1 deletion(-)
55535
55536 commit 3f84589232b5a6397e711774351bfe8dc6b1cfd7
55537 Author: Behdad Esfahbod <behdad@behdad.org>
55538 Date:   Thu Mar 28 21:21:26 2019 -0700
55539
55540     2.4.0
55541
55542  NEWS             | 11 +++++++++++
55543  configure.ac     |  2 +-
55544  src/hb-buffer.h  |  2 +-
55545  src/hb-version.h |  6 +++---
55546  4 files changed, 16 insertions(+), 5 deletions(-)
55547
55548 commit 282c76d9a01cbe4300d9306d391c387f1890c391
55549 Author: Behdad Esfahbod <behdad@behdad.org>
55550 Date:   Thu Mar 28 21:00:58 2019 -0700
55551
55552     Use internal bsearch() for language tags
55553     
55554     Fixes https://github.com/harfbuzz/harfbuzz/pull/1639
55555
55556  src/hb-ot-tag.cc | 46 ++++++++++++++++++++++------------------------
55557  1 file changed, 22 insertions(+), 24 deletions(-)
55558
55559 commit 3bed03dc6aded78037b09f21ea1defe842bfb73c
55560 Author: Behdad Esfahbod <behdad@behdad.org>
55561 Date:   Thu Mar 28 20:50:04 2019 -0700
55562
55563     [indic] Add back medial-consonant to grammar
55564     
55565     Fixes https://github.com/harfbuzz/harfbuzz/issues/1592
55566
55567  src/hb-ot-shape-complex-indic-machine.hh           | 1244 +++++++++++---------
55568  src/hb-ot-shape-complex-indic-machine.rl           |    5 +-
55569  src/hb-ot-shape-complex-indic.cc                   |    2 +-
55570  src/hb-ot-shape-complex-indic.hh                   |    6 +-
55571  .../f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf   |  Bin 0 -> 1924 bytes
55572  .../data/in-house/tests/indic-syllable.tests       |    2 +
55573  6 files changed, 672 insertions(+), 587 deletions(-)
55574
55575 commit f8803fbacec52d633adc37acfd2c9c79c4c12041
55576 Author: Behdad Esfahbod <behdad@behdad.org>
55577 Date:   Thu Mar 28 20:23:12 2019 -0700
55578
55579     [khmer] Add trailing Coeng to syllable grammar
55580     
55581     Fixes https://github.com/harfbuzz/harfbuzz/issues/1541
55582
55583  src/hb-ot-shape-complex-khmer-machine.hh           | 248 ++++++++++-----------
55584  src/hb-ot-shape-complex-khmer-machine.rl           |   2 +-
55585  .../ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf   | Bin 0 -> 1500 bytes
55586  test/shaping/data/in-house/tests/khmer-misc.tests  |   1 +
55587  4 files changed, 122 insertions(+), 129 deletions(-)
55588
55589 commit 93a6a063dc448b7b8303fe10fc9bbf1c2298b5f8
55590 Author: Ebrahim Byagowi <ebrahim@gnu.org>
55591 Date:   Thu Mar 28 16:57:56 2019 -0700
55592
55593     [ci] Tweak macos and psvita bots (#1638)
55594     
55595     * Add --with-graphite2 to macOS
55596     * Add a dummy ragel script for psvita
55597
55598  .circleci/config.yml | 6 +++---
55599  1 file changed, 3 insertions(+), 3 deletions(-)
55600
55601 commit f84342c094727a41be6225d484d30170d1ddf118
55602 Author: Michiharu Ariza <ariza@adobe.com>
55603 Date:   Thu Mar 28 16:17:36 2019 -0700
55604
55605     minor
55606
55607  src/hb-ot-var-hvar-table.hh | 2 +-
55608  1 file changed, 1 insertion(+), 1 deletion(-)
55609
55610 commit 7e8c4585accc9608a7cb167279ab1ca9e6e1f779
55611 Author: Ebrahim Byagowi <ebrahim@gnu.org>
55612 Date:   Thu Mar 28 15:42:45 2019 -0700
55613
55614     [ci] Use only CircleCI for macOS (#1637)
55615
55616  .circleci/config.yml |  5 +++--
55617  .travis.yml          | 18 ------------------
55618  2 files changed, 3 insertions(+), 20 deletions(-)
55619
55620 commit 3e18447c6445f4d5e35f706f086872a21f46e9f4
55621 Author: Michiharu Ariza <ariza@adobe.com>
55622 Date:   Thu Mar 28 15:07:49 2019 -0700
55623
55624     fixed a fuzzer bug
55625
55626  src/hb-ot-var-hvar-table.hh | 1 +
55627  1 file changed, 1 insertion(+)
55628
55629 commit 4774283a2c8c286bc431fa1c56950ece3b57f13f
55630 Author: Behdad Esfahbod <behdad@behdad.org>
55631 Date:   Thu Mar 28 13:44:38 2019 -0700
55632
55633     Fix shell syntax error
55634     
55635     Fixes https://github.com/harfbuzz/harfbuzz/issues/1612
55636
55637  src/check-symbols.sh | 2 +-
55638  1 file changed, 1 insertion(+), 1 deletion(-)
55639
55640 commit 4b763affa640735cf5c7382e15f16dbcb88cf54e
55641 Author: Behdad Esfahbod <behdad@behdad.org>
55642 Date:   Thu Mar 28 11:11:52 2019 -0700
55643
55644     Comment
55645
55646  src/hb.hh | 1 +
55647  1 file changed, 1 insertion(+)
55648
55649 commit d9d6649bf2de061704651eb2b7f57f4434e75c49
55650 Author: punchcutter <zarijoscha@gmail.com>
55651 Date:   Wed Mar 27 23:12:58 2019 -0700
55652
55653     Override USE category for Grantha and Tirhuta visargas to allow marks
55654
55655  src/gen-use-table.py                 | 3 ++-
55656  src/hb-ot-shape-complex-use-table.cc | 4 ++--
55657  2 files changed, 4 insertions(+), 3 deletions(-)
55658
55659 commit 13ae138af3e108eb81a0df907f1232f581245091
55660 Author: Egor Pugin <egor.pugin@gmail.com>
55661 Date:   Thu Mar 28 19:06:12 2019 +0300
55662
55663     Disable unwanted C++ definitions for MSVC.
55664     
55665     MSVC does not set __cplusplus to the latest standard and also it does not like redefining some keywords.
55666
55667  src/hb.hh | 2 +-
55668  1 file changed, 1 insertion(+), 1 deletion(-)
55669
55670 commit 53d40426e10f14b2b4e583b7d51f23bfefbd0700
55671 Author: Michiharu Ariza <ariza@adobe.com>
55672 Date:   Wed Mar 27 08:52:46 2019 -0700
55673
55674     tweaked recursion checks
55675
55676  src/hb-ot-glyf-table.hh | 22 +++++++++++-----------
55677  1 file changed, 11 insertions(+), 11 deletions(-)
55678
55679 commit dc07ecbd80814f79733ce3a2662d17bcbb54b1e9
55680 Author: Ebrahim Byagowi <ebrahim@gnu.org>
55681 Date:   Wed Mar 27 16:38:39 2019 +0430
55682
55683     [ci] remove ragel from psvita compile bot
55684
55685  .circleci/config.yml | 1 -
55686  1 file changed, 1 deletion(-)
55687
55688 commit dd3624b6d5186e910dd70dd6939192507324b089
55689 Author: Ebrahim Byagowi <ebrahim@gnu.org>
55690 Date:   Wed Mar 27 16:21:47 2019 +0430
55691
55692     [ci] Don't install ragel on cmake build bot images
55693     
55694     It is not needed anyway
55695
55696  .circleci/config.yml | 5 -----
55697  1 file changed, 5 deletions(-)
55698
55699 commit 4f351754bbb91795b373e12c2c004f59c071af1d
55700 Author: Michiharu Ariza <ariza@adobe.com>
55701 Date:   Tue Mar 26 20:35:01 2019 -0700
55702
55703     add recursion checks
55704
55705  src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
55706  1 file changed, 14 insertions(+), 10 deletions(-)
55707
55708 commit 0008963b28d57f180bcd7930d63b451381f4a02f
55709 Author: Michiharu Ariza <ariza@adobe.com>
55710 Date:   Tue Mar 26 17:10:46 2019 -0700
55711
55712     add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
55713     
55714     some code cleanup
55715
55716  src/hb-ot-glyf-table.hh                            | 166 ++++++++++++++-------
55717  src/hb-ot-var-gvar-table.hh                        |  38 ++++-
55718  test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
55719  test/api/test-ot-metrics-tt-var.c                  |  33 ++++
55720  4 files changed, 179 insertions(+), 58 deletions(-)
55721
55722 commit ea281aa8d07dac2b90bf4762882a3f3d2bca8249
55723 Author: Behdad Esfahbod <behdad@fb.com>
55724 Date:   Tue Mar 26 16:18:03 2019 -0700
55725
55726     Use class templates for Null objects
55727     
55728     This allows partial-instantiating custom Null object for template Lookup<T>.
55729     Before, this had to be handcoded per instantiation.  Apparently I missed
55730     adding one for AAT::ankr.lookupTable, so it was getting the wrong (generic)
55731     null for Lookup object, which is wrong and unsafe.
55732     
55733     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=944346
55734
55735  src/hb-aat-layout-common.hh                        |  14 ++++------
55736  src/hb-null.hh                                     |  31 +++++++++++++--------
55737  ...case-minimized-harfbuzz_fuzzer-5748102301614080 | Bin 0 -> 213 bytes
55738  3 files changed, 24 insertions(+), 21 deletions(-)
55739
55740 commit 1dfc2dfff57802633d819a66708c210f76174461
55741 Author: Behdad Esfahbod <behdad@fb.com>
55742 Date:   Tue Mar 26 16:17:45 2019 -0700
55743
55744     [aat] Add missing check to ankr table
55745     
55746     Isn't absolutely needed.  But helps.
55747
55748  src/hb-aat-layout-ankr-table.hh | 1 +
55749  1 file changed, 1 insertion(+)
55750
55751 commit 782961d216f53ff3237bdb6fd9544f54a1bc69a5
55752 Author: Behdad Esfahbod <behdad@fb.com>
55753 Date:   Mon Mar 25 15:15:37 2019 -0700
55754
55755     [docs] Update
55756
55757  docs/harfbuzz-docs.xml | 1 +
55758  1 file changed, 1 insertion(+)
55759
55760 commit d4fb54508d17d1c64636f336a699ef8352d8c863
55761 Author: Behdad Esfahbod <behdad@fb.com>
55762 Date:   Mon Mar 25 15:08:14 2019 -0700
55763
55764     Update ChangeLog generation
55765     
55766     Let's see if I can make a release on Mac...
55767
55768  Makefile.am | 2 +-
55769  1 file changed, 1 insertion(+), 1 deletion(-)
55770
55771 commit 2f97cd7a525c64a98730466f195d1d3c5cd3ea50
55772 Author: Qunxin Liu <qxliu@google.com>
55773 Date:   Tue Mar 26 10:37:24 2019 -0700
55774
55775     completely remove lines that are commented out
55776
55777  src/hb-subset-plan.cc | 6 ------
55778  src/hb-subset-plan.hh | 3 ---
55779  2 files changed, 9 deletions(-)
55780
55781 commit e74d646d9ee3ecfda4f338a0e3bf2e0564fb1858
55782 Author: Qunxin Liu <qxliu@google.com>
55783 Date:   Tue Mar 26 09:15:56 2019 -0700
55784
55785     update arguments in_populate_gids_to_retain() and _create_old_gid_to_new_gid_map()
55786     so they don't use deprecated variable
55787
55788  src/hb-subset-plan.cc | 36 ++++++++++++++++++------------------
55789  1 file changed, 18 insertions(+), 18 deletions(-)
55790
55791 commit b12a5daad7cd5ec4c019c8d4827bf8456ef632c9
55792 Author: Qunxin Liu <qxliu@google.com>
55793 Date:   Mon Mar 25 19:59:37 2019 -0700
55794
55795     try to remove deprecated variable from struct definition
55796
55797  src/hb-subset-plan.cc | 9 +++++----
55798  src/hb-subset-plan.hh | 2 +-
55799  2 files changed, 6 insertions(+), 5 deletions(-)
55800
55801 commit 9c5d694af2c6146833011498c3adcf68c0123c31
55802 Author: Michiharu Ariza <ariza@adobe.com>
55803 Date:   Fri Mar 22 11:05:23 2019 -0700
55804
55805     add HVAR & VVAR advance width api test
55806
55807  test/api/test-ot-metrics-tt-var.c | 41 +++++++++++++++++++++++++++++++++++++--
55808  1 file changed, 39 insertions(+), 2 deletions(-)
55809
55810 commit ae3db1f4e3bb1c451e04b96125cb95cdfce964d4
55811 Author: Michiharu Ariza <ariza@adobe.com>
55812 Date:   Thu Mar 21 18:09:37 2019 -0700
55813
55814     added api test for subset VVAR & bug fix
55815     
55816     added a mod copy of SourceSerifVariable-Roman.ttf with VVAR as a test font
55817
55818  src/hb-ot-var-hvar-table.hh                        |   7 +-
55819  test/api/Makefile.am                               |   2 +
55820  .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
55821  ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 0 -> 5288 bytes
55822  .../fonts/SourceSerifVariable-Roman-VVAR.ac.ttf    | Bin 0 -> 3224 bytes
55823  test/api/test-subset-vvar.c                        | 103 +++++++++++++++++++++
55824  6 files changed, 108 insertions(+), 4 deletions(-)
55825
55826 commit b3007ec2098884721979c1105a0f1e428b95e2ca
55827 Author: Michiharu Ariza <ariza@adobe.com>
55828 Date:   Thu Mar 21 09:50:53 2019 -0700
55829
55830     regenerated expected full fonts data after fontTools bug 1550 fixed
55831
55832  ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5928 -> 5924 bytes
55833  1 file changed, 0 insertions(+), 0 deletions(-)
55834
55835 commit fe5aa8b36c040b3561e33aac79006337fffda282
55836 Author: Michiharu Ariza <ariza@adobe.com>
55837 Date:   Wed Mar 20 15:10:59 2019 -0700
55838
55839     added TT VF full font test & fixed bugs
55840     
55841     updated CFF2 VF api test results too
55842
55843  src/hb-ot-layout-common.hh                         |  34 +++++++++++---
55844  src/hb-ot-var-hvar-table.hh                        |  51 +++++++++++----------
55845  test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 6772 -> 6952 bytes
55846  test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6096 -> 6272 bytes
55847  .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6160 -> 6152 bytes
55848  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 6376 -> 6336 bytes
55849  test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 6312 -> 6460 bytes
55850  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6316 -> 6464 bytes
55851  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
55852  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 0 -> 5432 bytes
55853  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5924 bytes
55854  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
55855  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 0 -> 5432 bytes
55856  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5928 bytes
55857  .../data/fonts/SourceSerifVariable-Roman.ttf       | Bin 0 -> 586100 bytes
55858  test/subset/data/tests/full-font.tests             |   1 +
55859  16 files changed, 56 insertions(+), 30 deletions(-)
55860
55861 commit 2bd2e656f96111bc1261e4670851c2dc5f3acfd9
55862 Author: Michiharu Ariza <ariza@adobe.com>
55863 Date:   Tue Mar 19 18:23:14 2019 -0700
55864
55865     update CFF2 test results
55866
55867  test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7456 -> 6772 bytes
55868  test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6096 bytes
55869  .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6844 -> 6160 bytes
55870  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 7060 -> 6376 bytes
55871  test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6312 bytes
55872  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 7000 -> 6316 bytes
55873  6 files changed, 0 insertions(+), 0 deletions(-)
55874
55875 commit 212dcb758c9c43dc74da3d4507a54ac78c6bee57
55876 Author: Michiharu Ariza <ariza@adobe.com>
55877 Date:   Tue Mar 19 16:00:01 2019 -0700
55878
55879     add api test cases for HVAR with index map (and fix)
55880
55881  src/hb-ot-var-hvar-table.hh |  2 +-
55882  test/api/test-subset-hvar.c | 76 +++++++++++++++++++++++++++++++++++++++++----
55883  2 files changed, 71 insertions(+), 7 deletions(-)
55884
55885 commit dc10a7ef603b911b15596e80f12b702ecfcd60c4
55886 Author: Michiharu Ariza <ariza@adobe.com>
55887 Date:   Tue Mar 19 12:34:03 2019 -0700
55888
55889     add gvar & HVAR retain-gids test cases
55890
55891  .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 0 -> 3040 bytes
55892  test/api/test-subset-gvar.c                        |  22 ++++++++++++++++++++
55893  test/api/test-subset-hvar.c                        |  23 +++++++++++++++++++++
55894  3 files changed, 45 insertions(+)
55895
55896 commit 43420dfa964c2ee4ccc359001e5664def5371623
55897 Author: Michiharu Ariza <ariza@adobe.com>
55898 Date:   Tue Mar 19 01:00:53 2019 -0700
55899
55900     fix test build
55901
55902  test/api/Makefile.am | 2 ++
55903  1 file changed, 2 insertions(+)
55904
55905 commit 6ee71166b0003b3464d9a20554a0270f5ead5194
55906 Author: Michiharu Ariza <ariza@adobe.com>
55907 Date:   Tue Mar 19 00:41:41 2019 -0700
55908
55909     add api tests for subset gvar & HVAR; bug fixes
55910
55911  src/hb-ot-layout-common.hh                      |   3 +-
55912  src/hb-ot-var-gvar-table.hh                     |  24 +++----
55913  src/hb-ot-var-hvar-table.hh                     |  19 +++++-
55914  test/api/Makefile.am                            |   2 +
55915  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
55916  test/api/fonts/SourceSansVariable-Roman.ac.ttf  | Bin 0 -> 3028 bytes
55917  test/api/test-subset-gvar.c                     |  81 ++++++++++++++++++++++++
55918  test/api/test-subset-hvar.c                     |  81 ++++++++++++++++++++++++
55919  8 files changed, 194 insertions(+), 16 deletions(-)
55920
55921 commit 6e066464f0c1611738ff784ee7f8f3d84645e85f
55922 Author: Michiharu Ariza <ariza@adobe.com>
55923 Date:   Mon Mar 18 18:11:00 2019 -0700
55924
55925     replaced tt var api test with a composite glyph
55926     
55927     for better coverage
55928
55929  .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
55930  test/api/fonts/SourceSansVariable-Roman.abc.ttf    | Bin 3168 -> 0 bytes
55931  test/api/test-ot-metrics-tt-var.c                  |  36 ++++++++++-----------
55932  3 files changed, 18 insertions(+), 18 deletions(-)
55933
55934 commit 84d0af456bb42f5a468fb5ef9edb04647e7840d8
55935 Author: Michiharu Ariza <ariza@adobe.com>
55936 Date:   Mon Mar 18 17:50:20 2019 -0700
55937
55938     move rounding advance width to glyf
55939
55940  src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
55941  src/hb-ot-hmtx-table.cc |  8 ++++----
55942  2 files changed, 18 insertions(+), 14 deletions(-)
55943
55944 commit 10f264da7518ba3cc48b635d00343ecce9d734e7
55945 Author: Michiharu Ariza <ariza@adobe.com>
55946 Date:   Mon Mar 18 17:16:43 2019 -0700
55947
55948     fix empty glyf's advance width
55949
55950  src/hb-ot-glyf-table.hh | 8 +++++++-
55951  src/hb-ot-hmtx-table.cc | 4 ++--
55952  2 files changed, 9 insertions(+), 3 deletions(-)
55953
55954 commit 511518c759c13ebad32e4879146c036c9af031ac
55955 Author: Michiharu Ariza <ariza@adobe.com>
55956 Date:   Mon Mar 18 15:39:10 2019 -0700
55957
55958     add api test for tt var advance widths
55959     
55960     stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
55961
55962  src/hb-ot-hmtx-table.hh                         |   1 -
55963  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 3240 -> 3168 bytes
55964  test/api/test-ot-metrics-tt-var.c               |  37 ++++++++++++++++++++++++
55965  3 files changed, 37 insertions(+), 1 deletion(-)
55966
55967 commit bee8d86671c45b093d4f238ceba9eebe4120e0bb
55968 Author: Michiharu Ariza <ariza@adobe.com>
55969 Date:   Mon Mar 18 10:48:53 2019 -0700
55970
55971     fix build
55972
55973  src/hb-ot-hmtx-table.cc     | 15 ++++-----------
55974  src/hb-ot-hmtx-table.hh     | 15 +++++++++------
55975  src/hb-ot-var-gvar-table.hh |  1 +
55976  3 files changed, 14 insertions(+), 17 deletions(-)
55977
55978 commit f74712a4e025375730176be7578359945bedcef0
55979 Author: Michiharu Ariza <ariza@adobe.com>
55980 Date:   Sun Mar 17 22:49:18 2019 -0700
55981
55982     fix composite glyf extents
55983
55984  src/hb-ot-glyf-table.hh     | 41 +++++++++++++++++++++++++++--------------
55985  src/hb-ot-var-gvar-table.hh |  3 +++
55986  2 files changed, 30 insertions(+), 14 deletions(-)
55987
55988 commit cd817e7955c45c3e56b33a304027e7fd6c6e0520
55989 Author: Michiharu Ariza <ariza@adobe.com>
55990 Date:   Sun Mar 17 18:45:30 2019 -0700
55991
55992     fix unpack_points
55993
55994  src/hb-ot-var-gvar-table.hh | 7 +++++--
55995  1 file changed, 5 insertions(+), 2 deletions(-)
55996
55997 commit a35e3dfc775f8a86b8a95623059f581c02cf8e00
55998 Author: Michiharu Ariza <ariza@adobe.com>
55999 Date:   Sun Mar 17 17:48:10 2019 -0700
56000
56001     fix infer_delta
56002     
56003     code cleanup
56004
56005  src/hb-ot-glyf-table.hh     | 22 ++++++++++++++--------
56006  src/hb-ot-var-gvar-table.hh |  9 +++++++--
56007  2 files changed, 21 insertions(+), 10 deletions(-)
56008
56009 commit 4f4fbb1d5e4b120336a2f8f6d23417b64888b37e
56010 Author: Michiharu Ariza <ariza@adobe.com>
56011 Date:   Sun Mar 17 16:01:49 2019 -0700
56012
56013     added explicit casts to metrics
56014
56015  src/hb-ot-hmtx-table.cc | 8 ++++----
56016  1 file changed, 4 insertions(+), 4 deletions(-)
56017
56018 commit c302ec6d945411b3023e9a633ea288aa3024366d
56019 Author: Michiharu Ariza <ariza@adobe.com>
56020 Date:   Sun Mar 17 15:36:26 2019 -0700
56021
56022     moved most of var code from gvar to glyf
56023     
56024     initialize phantom points from metrics from htmx/vmtx & glyf bbox before execution
56025     added source file hb-ot-hmtx-table.cc to call glyf from hmtx/vmtx indirectly & temporarily, workaround a cyclic reference between the two
56026
56027  src/Makefile.sources        |   1 +
56028  src/hb-ot-face.hh           |   1 -
56029  src/hb-ot-font.cc           |   8 +-
56030  src/hb-ot-glyf-table.hh     | 236 +++++++++++++++++++++++++++++++++++++-------
56031  src/hb-ot-hmtx-table.cc     |  61 ++++++++++++
56032  src/hb-ot-hmtx-table.hh     |  39 ++++----
56033  src/hb-ot-var-gvar-table.hh | 123 ++++++++---------------
56034  src/hb-ot-var-hvar-table.hh |  10 +-
56035  8 files changed, 333 insertions(+), 146 deletions(-)
56036
56037 commit bd040a43548b30e8e7ff56cacbf35885becb6173
56038 Author: Michiharu Ariza <ariza@adobe.com>
56039 Date:   Sat Mar 16 16:27:33 2019 -0700
56040
56041     add components transformation
56042
56043  src/hb-ot-glyf-table.hh     | 44 ++++++++++++++++++++++++++++++++++++++++++--
56044  src/hb-ot-var-gvar-table.hh | 31 ++++++++++++++++++-------------
56045  2 files changed, 60 insertions(+), 15 deletions(-)
56046
56047 commit 139e87b56caf46a63bb78290316b3ddeb71e1e65
56048 Author: Michiharu Ariza <ariza@adobe.com>
56049 Date:   Sat Mar 16 00:08:03 2019 -0700
56050
56051     fix tt var extents & add test
56052
56053  src/hb-ot-glyf-table.hh                         |  32 +--
56054  src/hb-ot-var-gvar-table.hh                     | 257 ++++++++++++------------
56055  test/api/Makefile.am                            |   1 +
56056  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
56057  test/api/test-ot-metrics-tt-var.c               |  72 +++++++
56058  5 files changed, 223 insertions(+), 139 deletions(-)
56059
56060 commit 9584b090bbd4286d611dda4de00f81c87f808ec7
56061 Author: Michiharu Ariza <ariza@adobe.com>
56062 Date:   Fri Mar 15 13:46:25 2019 -0700
56063
56064     cff2 subset fuzzer issues (#1619)
56065     
56066     * add check to FDArray::serialize
56067     
56068     * add test files
56069     
56070     * fix off by one
56071
56072  src/hb-ot-cff-common.hh                                   |   1 +
56073  ...z-testcase-minimized-hb-subset-fuzzer-5739000398086144 | Bin 0 -> 620 bytes
56074  ...z-testcase-minimized-hb-subset-fuzzer-5760768497156096 | Bin 0 -> 210 bytes
56075  ...z-testcase-minimized-hb-subset-fuzzer-5764268627066880 | Bin 0 -> 687 bytes
56076  4 files changed, 1 insertion(+)
56077
56078 commit 161e61fc3beae6173253f7ec13b504dc70052cc1
56079 Author: Michiharu Ariza <ariza@adobe.com>
56080 Date:   Fri Mar 1 21:49:04 2019 -0800
56081
56082     minor edits
56083
56084  src/hb-ot-layout-common.hh | 2 ++
56085  1 file changed, 2 insertions(+)
56086
56087 commit ebbfe36510e50fb713469437d625c5c9293154cd
56088 Author: Michiharu Ariza <ariza@adobe.com>
56089 Date:   Fri Mar 1 15:14:22 2019 -0800
56090
56091     calculate VF advance widths from gvar & glyf
56092
56093  src/hb-ot-glyf-table.hh | 2 +-
56094  1 file changed, 1 insertion(+), 1 deletion(-)
56095
56096 commit 9690461a91df3a6bb467cc111e0dfe1da20a821e
56097 Author: Michiharu Ariza <ariza@adobe.com>
56098 Date:   Tue Feb 26 11:11:50 2019 -0800
56099
56100     Added hb-ot-var-gvar-table.hh
56101     
56102     implemented sanitize()
56103     placeholder subset()
56104     some code cleanup
56105
56106  src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
56107  src/hb-ot-var-gvar-table.hh |  12 +--
56108  2 files changed, 6 insertions(+), 217 deletions(-)
56109
56110 commit 9168b32a1bb4ce4efbdefbee8ea7d0b73fb84753
56111 Author: Michiharu Ariza <ariza@adobe.com>
56112 Date:   Mon Feb 25 09:59:27 2019 -0800
56113
56114     renamed hb_map2_t to hb_bimap_h in its own .hh
56115
56116  src/hb-ot-gvar-table.hh    | 211 +++++++++++++++++++++++++++++++++++++++++++++
56117  src/hb-ot-layout-common.hh |  77 -----------------
56118  2 files changed, 211 insertions(+), 77 deletions(-)
56119
56120 commit d102c7a65258b3421f4d5628e5630e8688528743
56121 Author: Michiharu Ariza <ariza@adobe.com>
56122 Date:   Fri Feb 22 10:22:08 2019 -0800
56123
56124     unuse set in hb_map2_t impl
56125     
56126     also some code cleanup
56127
56128  src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
56129  1 file changed, 23 insertions(+), 23 deletions(-)
56130
56131 commit dd67214210da15c6b61096cde3d60ac3a238967c
56132 Author: Michiharu Ariza <ariza@adobe.com>
56133 Date:   Wed Feb 20 15:48:29 2019 -0800
56134
56135     subset HVAR
56136     
56137     Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
56138     Hooked up HVAR subsetter through _subset2.
56139     Some renaming in CFF code.
56140
56141  src/hb-ot-layout-common.hh  | 81 +++++++++++++++++++++++++++++++++++++++++++--
56142  src/hb-ot-var-hvar-table.hh |  2 +-
56143  2 files changed, 79 insertions(+), 4 deletions(-)
56144
56145 commit 5bbe78a0f353bb806a686fd97ad411fa8a9ebf5b
56146 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56147 Date:   Thu Mar 14 16:49:42 2019 -0700
56148
56149     Allow zero length ranges in sanitization (#1617)
56150     
56151     Fixes fvar table sanitization where there are no named instance
56152     by allowing zero length ranges starting from Null() address.
56153     
56154     Fixes #1607
56155
56156  src/hb-machinery.hh      |  30 ++++++++++++++++--------------
56157  test/api/fonts/Zycon.ttf | Bin 0 -> 21036 bytes
56158  test/api/test-ot-face.c  |   9 +++++++++
56159  3 files changed, 25 insertions(+), 14 deletions(-)
56160
56161 commit ee8719eaaf4d5719053f0ba21a2b116771aa1b2f
56162 Author: Khaled Hosny <khaledhosny@eglug.org>
56163 Date:   Thu Mar 14 21:41:25 2019 +0200
56164
56165     [ci] Cache FreeType build on Travis
56166
56167  .ci/build-freetype.sh | 17 +++++++++++++++++
56168  .travis.yml           | 18 ++++++++++++------
56169  2 files changed, 29 insertions(+), 6 deletions(-)
56170
56171 commit 5d7725ad1a950bceaef184b113fd5a8b7ba3dff7
56172 Author: David Corbett <corbett.dav@husky.neu.edu>
56173 Date:   Tue Mar 12 19:30:47 2019 -0400
56174
56175     Categorize U+09FC as Consonant_Placeholder
56176
56177  src/hb-ot-shape-complex-indic.hh | 1 +
56178  1 file changed, 1 insertion(+)
56179
56180 commit b150bb4a49d9214f747c55d506975ea9b4f0a60e
56181 Author: Khaled Hosny <khaledhosny@eglug.org>
56182 Date:   Wed Mar 13 13:21:12 2019 +0200
56183
56184     [ci] Simplify and fix Travis CI macOS build
56185
56186  .travis.yml | 16 +++++++++-------
56187  1 file changed, 9 insertions(+), 7 deletions(-)
56188
56189 commit 628d457c871954bdbf2bca2cc7b1bb821f4bd638
56190 Author: Michiharu Ariza <ariza@adobe.com>
56191 Date:   Tue Mar 12 11:03:53 2019 -0700
56192
56193     add gvar::get_extents
56194
56195  src/hb-ot-face.hh           |   1 +
56196  src/hb-ot-font.cc           |   3 +
56197  src/hb-ot-glyf-table.hh     |  21 ++++--
56198  src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
56199  4 files changed, 175 insertions(+), 14 deletions(-)
56200
56201 commit 7b27fe5255b14e7701966b1435e2bb5585b29cbc
56202 Author: Behdad Esfahbod <behdad@fb.com>
56203 Date:   Mon Mar 11 18:09:51 2019 -0700
56204
56205     Remove redundant hb_ot_layout_lookup_would_substitute_fast
56206
56207  src/hb-ot-layout.cc              | 13 -------------
56208  src/hb-ot-layout.hh              |  7 -------
56209  src/hb-ot-shape-complex-indic.cc |  2 +-
56210  src/hb-ot-shape-complex-khmer.cc |  2 +-
56211  4 files changed, 2 insertions(+), 22 deletions(-)
56212
56213 commit 56164f754f0302cb99fecc30298699a1216c94ab
56214 Author: Khaled Hosny <khaledhosny@eglug.org>
56215 Date:   Tue Mar 12 01:09:27 2019 +0200
56216
56217     [doc] Add placeholder since version for new flag
56218
56219  src/hb-buffer.h | 2 +-
56220  1 file changed, 1 insertion(+), 1 deletion(-)
56221
56222 commit cb758f2669cfd04e732788f6ca8bead67a1a5ee8
56223 Author: David Corbett <corbett.dav@husky.neu.edu>
56224 Date:   Fri Mar 8 09:46:48 2019 -0500
56225
56226     Remove obsolete overrides from Indic/USE scripts
56227
56228  src/gen-indic-table.py               |  4 ----
56229  src/gen-use-table.py                 | 30 +++++++-----------------------
56230  src/hb-ot-shape-complex-use-table.cc |  2 +-
56231  3 files changed, 8 insertions(+), 28 deletions(-)
56232
56233 commit 40c4bd3e123deb97506526d868cbc94b972b4bee
56234 Author: Eric Muller <emuller@amazon.com>
56235 Date:   Tue Feb 12 11:41:16 2019 -0800
56236
56237     Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
56238
56239  src/gen-vowel-constraints.py                 | 3 +++
56240  src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
56241  2 files changed, 4 insertions(+), 1 deletion(-)
56242
56243 commit ce7f2c4da3a933444b3c331c08847a9d7d0f2ef0
56244 Author: Eric Muller <emuller@amazon.com>
56245 Date:   Sun Feb 10 04:31:41 2019 -0800
56246
56247     Fix coding style.
56248
56249  src/hb-ot-shape-complex-hangul.cc | 4 ++--
56250  1 file changed, 2 insertions(+), 2 deletions(-)
56251
56252 commit a86356913e65efff195697016de27cc8cbd2186f
56253 Author: Eric Muller <emuller@amazon.com>
56254 Date:   Sat Feb 9 02:55:27 2019 -0800
56255
56256     Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
56257     
56258     Current behavior unchanged if this flag is not set (and it isn't by default).
56259
56260  src/hb-buffer.h                              | 7 ++++++-
56261  src/hb-ot-shape-complex-hangul.cc            | 3 ++-
56262  src/hb-ot-shape-complex-indic.cc             | 3 +++
56263  src/hb-ot-shape-complex-khmer.cc             | 3 +++
56264  src/hb-ot-shape-complex-myanmar.cc           | 3 +++
56265  src/hb-ot-shape-complex-use.cc               | 3 +++
56266  src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
56267  src/hb-ot-shape.cc                           | 3 +++
56268  8 files changed, 26 insertions(+), 2 deletions(-)
56269
56270 commit 9b5556d985b6d06a2475af588cc329385b29ffa4
56271 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56272 Date:   Fri Mar 8 01:33:41 2019 +0330
56273
56274     Add a macOS 10.14.3 fonts tests (#1608)
56275
56276  .circleci/config.yml                         | 11 +++++++++++
56277  test/shaping/data/in-house/tests/macos.tests | 19 +++++++++++++++++++
56278  2 files changed, 30 insertions(+)
56279
56280 commit 4a19d3b0806ed110ac5f05492ab98caabfa6306e
56281 Author: David Corbett <corbett.dav@husky.neu.edu>
56282 Date:   Wed Mar 6 12:37:25 2019 -0500
56283
56284     Update to Unicode 12.0.0
56285
56286  src/gen-use-table.py                         |    1 -
56287  src/gen-vowel-constraints.py                 |    1 +
56288  src/hb-common.h                              |    8 +
56289  src/hb-ot-shape-complex-arabic-table.hh      |   14 +-
56290  src/hb-ot-shape-complex-indic-table.cc       |   56 +-
56291  src/hb-ot-shape-complex-use-table.cc         |   49 +-
56292  src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
56293  src/hb-ot-shape-complex.hh                   |    3 +
56294  src/hb-ot-tag-table.hh                       |   12 +-
56295  src/hb-ucdn.cc                               |    4 +
56296  src/hb-ucdn/ucdn.h                           |   11 +
56297  src/hb-ucdn/ucdn_db.h                        | 2998 +++++++++++++-------------
56298  src/hb-unicode-emoji-table.hh                |    6 +-
56299  13 files changed, 1631 insertions(+), 1536 deletions(-)
56300
56301 commit 4f03d5c79d6fccbd63ede421daa9d270e7677964
56302 Author: Adrian Wong <adrianwjw@gmail.com>
56303 Date:   Wed Feb 13 21:04:46 2019 +1100
56304
56305     [indic] Remove superfluous ZWNJ check in final reorder of pre-base matras
56306
56307  src/hb-ot-shape-complex-indic.cc | 11 ++++++++---
56308  1 file changed, 8 insertions(+), 3 deletions(-)
56309
56310 commit 7b7852efa5422b2e1481addf09e6c0afa0b25830
56311 Author: Stephan Bergmann <sbergman@redhat.com>
56312 Date:   Tue Mar 5 17:18:57 2019 +0100
56313
56314     Fix hb_atomic_* variants based on C++11 atomics
56315     
56316     I stumbled over this when trying to upgrade the version of HarfBuzz used by
56317     LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/
56318     +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest
56319     HarfBuzz 2.3.1"), where building with MSVC 2017 failed like
56320     
56321     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *'
56322     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers
56323     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type
56324     
56325     (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>).
56326     
56327     I added all the necessary "const" to make building of HarfBuzz 2.3.1 with
56328     MSVC 2017 succeed for me.  There may be more missing at least conceptually.
56329
56330  src/hb-atomic.hh | 6 +++---
56331  1 file changed, 3 insertions(+), 3 deletions(-)
56332
56333 commit 72962420465f6d4b6b140032f2b14feea0e54fb9
56334 Author: Martin Hosken <martin_hosken@sil.org>
56335 Date:   Mon Mar 4 11:12:21 2019 +0700
56336
56337     Fix offset drift in graphite integration
56338
56339  src/hb-graphite2.cc | 35 +++++++++++++++++++----------------
56340  1 file changed, 19 insertions(+), 16 deletions(-)
56341
56342 commit 5fc99b3d341a120d22f9789d0ce112af3eaa0d83
56343 Author: Michiharu Ariza <ariza@adobe.com>
56344 Date:   Fri Mar 1 21:54:49 2019 -0800
56345
56346     fix build
56347
56348  src/hb-ot-var-gvar-table.hh | 4 ++--
56349  1 file changed, 2 insertions(+), 2 deletions(-)
56350
56351 commit 696b841a5a0c8b3d54514e76f442455c31c5107d
56352 Author: Michiharu Ariza <ariza@adobe.com>
56353 Date:   Fri Mar 1 21:49:04 2019 -0800
56354
56355     minor edits
56356
56357  src/hb-ot-cff-common.hh    | 2 +-
56358  src/hb-ot-layout-common.hh | 2 ++
56359  2 files changed, 3 insertions(+), 1 deletion(-)
56360
56361 commit 14be8b9e877c2f3998e28241f1c1cc9aa2d03238
56362 Author: Michiharu Ariza <ariza@adobe.com>
56363 Date:   Fri Mar 1 21:33:21 2019 -0800
56364
56365     build fix attempt
56366
56367  src/hb-ot-glyf-table.hh | 2 +-
56368  1 file changed, 1 insertion(+), 1 deletion(-)
56369
56370 commit 618de1c7f9973c2297e4488e2d5e0698e209a87d
56371 Author: Michiharu Ariza <ariza@adobe.com>
56372 Date:   Fri Mar 1 18:24:56 2019 -0800
56373
56374     more build fixes
56375
56376  src/hb-ot-glyf-table.hh     |  2 +-
56377  src/hb-ot-var-gvar-table.hh | 13 ++++++-------
56378  2 files changed, 7 insertions(+), 8 deletions(-)
56379
56380 commit f2c556594a54196ed3cce771afc6371249463068
56381 Author: Michiharu Ariza <ariza@adobe.com>
56382 Date:   Fri Mar 1 18:12:31 2019 -0800
56383
56384     fix build attempt
56385
56386  src/hb-ot-var-gvar-table.hh | 12 ++++++------
56387  1 file changed, 6 insertions(+), 6 deletions(-)
56388
56389 commit 64eb1ddc2685d830fb0f96447dbd3a2734874218
56390 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56391 Date:   Sat Mar 2 03:24:49 2019 +0330
56392
56393     Minor, remove .editorconfig hack
56394     
56395     As vscode is going to support it soon
56396
56397  .editorconfig | 7 ++-----
56398  1 file changed, 2 insertions(+), 5 deletions(-)
56399
56400 commit 40dfca72132775b8a2fc34b3b9aea0999f1e193a
56401 Author: Michiharu Ariza <ariza@adobe.com>
56402 Date:   Fri Mar 1 15:14:22 2019 -0800
56403
56404     calculate VF advance widths from gvar & glyf
56405
56406  src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
56407  src/hb-ot-hmtx-table.hh     |  23 ++-
56408  src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
56409  3 files changed, 542 insertions(+), 42 deletions(-)
56410
56411 commit d0b6d539f6b5424b8f769f800c1126a5cf5374c9
56412 Author: Garret Rieger <grieger@google.com>
56413 Date:   Thu Feb 28 17:25:05 2019 -0800
56414
56415     Make hb_subset_input_glyph_set () actually do something.
56416
56417  src/hb-subset-plan.cc       |  3 +++
56418  test/api/hb-subset-test.h   | 11 ++++++++++-
56419  test/api/test-subset-glyf.c | 24 ++++++++++++++++++++++++
56420  3 files changed, 37 insertions(+), 1 deletion(-)
56421
56422 commit a842fdfbf0986c05b91efa02a5d95583e80511e9
56423 Author: Michiharu Ariza <ariza@adobe.com>
56424 Date:   Tue Feb 26 16:54:00 2019 -0800
56425
56426     gvar::subset()
56427
56428  src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
56429  1 file changed, 71 insertions(+), 10 deletions(-)
56430
56431 commit c2e9d750351665324fa86d8d20eace9fe349892d
56432 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56433 Date:   Fri Feb 22 13:13:42 2019 +0330
56434
56435     [dwrite] hb_directwrite_face_create, a new API
56436     
56437     It makes a hb_face_t from IDWriteFontFace, useful when using
56438     DirectWrite facilities for font selection, loading and rendering
56439     but using harfbuzz for shaping.
56440
56441  src/hb-directwrite.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++----
56442  src/hb-directwrite.h  |  5 +++-
56443  2 files changed, 69 insertions(+), 6 deletions(-)
56444
56445 commit 2c5ed7f152afe989e039de4e6d41a7e72f0de80f
56446 Author: Michiharu Ariza <ariza@adobe.com>
56447 Date:   Tue Feb 26 11:11:50 2019 -0800
56448
56449     Added hb-ot-var-gvar-table.hh
56450     
56451     implemented sanitize()
56452     placeholder subset()
56453     some code cleanup
56454
56455  src/Makefile.sources        |   1 +
56456  src/hb-bimap.hh             |   6 +-
56457  src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
56458  src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
56459  src/hb-ot-var-hvar-table.hh |  14 +--
56460  src/hb-subset.cc            |   4 +
56461  6 files changed, 222 insertions(+), 221 deletions(-)
56462
56463 commit 087b9a0ad0759f6c190597ec5ee65d998fd2b829
56464 Author: David Corbett <corbett.dav@husky.neu.edu>
56465 Date:   Mon Feb 18 22:30:40 2019 -0500
56466
56467     Fix or document unsupported font-feature-settings
56468
56469  src/hb-common.cc | 18 ++++++++++++------
56470  util/options.cc  |  3 ++-
56471  2 files changed, 14 insertions(+), 7 deletions(-)
56472
56473 commit bb29ece23ae860f923741bb09af6efcf56ac41c4
56474 Author: Joël R. Langlois <joel.r.langlois@gmail.com>
56475 Date:   Mon Feb 25 15:26:58 2019 -0500
56476
56477     Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)
56478     
56479     Fixes https://github.com/harfbuzz/harfbuzz/issues/1596
56480
56481  CMakeLists.txt | 12 ------------
56482  1 file changed, 12 deletions(-)
56483
56484 commit f1e97c189ec506ec1dfd74a413884b63dedcb682
56485 Author: Michiharu Ariza <ariza@adobe.com>
56486 Date:   Mon Feb 25 09:59:27 2019 -0800
56487
56488     renamed hb_map2_t to hb_bimap_h in its own .hh
56489
56490  src/Makefile.sources        |   1 +
56491  src/hb-bimap.hh             | 109 +++++++++++++++++++++++
56492  src/hb-ot-cff-common.hh     |   4 +-
56493  src/hb-ot-cff1-table.hh     |   4 +-
56494  src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
56495  src/hb-ot-layout-common.hh  |  84 +-----------------
56496  src/hb-ot-var-hvar-table.hh |  12 +--
56497  src/hb-subset-cff-common.cc |   2 +-
56498  src/hb-subset-cff-common.hh |   4 +-
56499  src/hb-subset-cff1.cc       |   8 +-
56500  src/hb-subset-cff2.cc       |   2 +-
56501  11 files changed, 343 insertions(+), 98 deletions(-)
56502
56503 commit 655bc96bc23265f85c1c3c531957ee7e4aa3bf2c
56504 Author: Michiharu Ariza <ariza@adobe.com>
56505 Date:   Fri Feb 22 14:53:06 2019 -0800
56506
56507     subset VVAR & outer indices
56508
56509  src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
56510  src/hb-subset.cc            |  3 +++
56511  2 files changed, 43 insertions(+), 9 deletions(-)
56512
56513 commit 6ecfaaa6d5f0fd7f3ab3e1670a055b372975fffb
56514 Author: Michiharu Ariza <ariza@adobe.com>
56515 Date:   Fri Feb 22 10:22:08 2019 -0800
56516
56517     unuse set in hb_map2_t impl
56518     
56519     also some code cleanup
56520
56521  src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
56522  1 file changed, 23 insertions(+), 23 deletions(-)
56523
56524 commit a762cf5033e4520cc01949854a772207bb27191f
56525 Author: Michiharu Ariza <ariza@adobe.com>
56526 Date:   Thu Feb 21 16:42:30 2019 -0800
56527
56528     fixed compiler gripes
56529
56530  src/hb-ot-var-hvar-table.hh | 12 ++++++------
56531  1 file changed, 6 insertions(+), 6 deletions(-)
56532
56533 commit a00d1d5e7454dadf70328c723111f219b0ef9a39
56534 Author: Michiharu Ariza <ariza@adobe.com>
56535 Date:   Thu Feb 21 16:34:49 2019 -0800
56536
56537     fix CFF2 local subr subsetting
56538     
56539     bug exposed by impl change of fdmap
56540     also fixed name of subr_remap_ts as subr_remaps_t
56541
56542  src/hb-subset-cff-common.hh |  8 ++++----
56543  src/hb-subset-cff2.cc       | 20 +++++++++-----------
56544  2 files changed, 13 insertions(+), 15 deletions(-)
56545
56546 commit 8bd9d28e2a4d21aa939918626121e90e37d1e61f
56547 Author: Michiharu Ariza <ariza@adobe.com>
56548 Date:   Thu Feb 21 15:47:27 2019 -0800
56549
56550     fix HVAR & VarStore subsetting
56551
56552  src/hb-ot-layout-common.hh  |  15 +++--
56553  src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
56554  2 files changed, 77 insertions(+), 78 deletions(-)
56555
56556 commit 4fd02f6ee58ebf7b4ecf0526328938c5bd74a180
56557 Author: Behdad Esfahbod <behdad@behdad.org>
56558 Date:   Fri Mar 29 17:57:59 2019 -0700
56559
56560     Remove unused line
56561
56562  src/hb-machinery.hh | 1 -
56563  1 file changed, 1 deletion(-)
56564
56565 commit 9a5b15dc1eda4f34496bb942d78f0df4e975b469
56566 Author: Behdad Esfahbod <behdad@behdad.org>
56567 Date:   Fri Mar 29 17:57:24 2019 -0700
56568
56569     [C++11] Replace BEInt.set() with operator=
56570
56571  src/hb-machinery.hh | 15 +++++++++++----
56572  src/hb-open-type.hh |  8 ++++----
56573  2 files changed, 15 insertions(+), 8 deletions(-)
56574
56575 commit 0aa59b1de34ddebc242cca3ebddde6859269f5f1
56576 Author: Behdad Esfahbod <behdad@behdad.org>
56577 Date:   Fri Mar 29 17:49:55 2019 -0700
56578
56579     [C++11] Add operator= to IntType<>
56580     
56581     Now that we require C++11 we can do this.
56582
56583  src/hb-open-type.hh | 2 +-
56584  1 file changed, 1 insertion(+), 1 deletion(-)
56585
56586 commit eca466e6b1a3e29532af92a2d30b2555c0fafbfc
56587 Author: Behdad Esfahbod <behdad@behdad.org>
56588 Date:   Fri Mar 29 15:59:04 2019 -0700
56589
56590     Err.  Fixup C++11 polyfill removal
56591     
56592     Fixes 1d75db19fb5df139b9648ff3f5e6184a5c554345
56593
56594  src/hb.hh | 27 +++++++++++++++++++++------
56595  1 file changed, 21 insertions(+), 6 deletions(-)
56596
56597 commit 3f36c89f2ea16e293f8af7e7f549ebcd7247ea97
56598 Author: Behdad Esfahbod <behdad@behdad.org>
56599 Date:   Fri Mar 29 15:22:46 2019 -0700
56600
56601     Inline explicit_operator macro
56602     
56603     Now that we require C++11, no need to macro.
56604
56605  src/hb-iter.hh      | 2 +-
56606  src/hb-machinery.hh | 2 +-
56607  src/hb-open-type.hh | 2 +-
56608  src/hb-vector.hh    | 6 +++---
56609  src/hb.hh           | 5 -----
56610  5 files changed, 6 insertions(+), 11 deletions(-)
56611
56612 commit 1d75db19fb5df139b9648ff3f5e6184a5c554345
56613 Author: Behdad Esfahbod <behdad@behdad.org>
56614 Date:   Fri Mar 29 15:20:34 2019 -0700
56615
56616     Remove C++<11 polyfill
56617     
56618     Leaving hb-atomic.hh as is since harmless and other projects might
56619     copy from that file.
56620
56621  src/hb.hh | 81 ---------------------------------------------------------------
56622  1 file changed, 81 deletions(-)
56623
56624 commit 8e7887ca5f8a2822345bdcbdc873c73a31c81177
56625 Merge: 7929b0f07 90aebc6cf
56626 Author: Behdad Esfahbod <behdad@behdad.org>
56627 Date:   Fri Mar 29 14:37:04 2019 -0700
56628
56629     Merge branch 'master' into iter
56630
56631 commit 90aebc6cf1aaca281ce51cb8e23831d7167cdcd3
56632 Author: Behdad Esfahbod <behdad@behdad.org>
56633 Date:   Fri Mar 29 14:30:02 2019 -0700
56634
56635     Update RELEASING
56636
56637  RELEASING.md | 9 +++++----
56638  1 file changed, 5 insertions(+), 4 deletions(-)
56639
56640 commit 7929b0f07e87a77687ea50205e6e4013c9264f85
56641 Author: Behdad Esfahbod <behdad@behdad.org>
56642 Date:   Fri Mar 29 14:14:55 2019 -0700
56643
56644     [ci] Fix build
56645
56646  .circleci/config.yml | 2 +-
56647  1 file changed, 1 insertion(+), 1 deletion(-)
56648
56649 commit b292772e6ef15728dd66329e637265748df0efe1
56650 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56651 Date:   Fri Mar 29 13:00:56 2019 -0700
56652
56653     [dwrite] A new API, hb_directwrite_face_get_font_face (#1600)
56654     
56655     Can be useful when using HarfBuzz for font loading and shaping
56656     but using DirectWrite for rendering.
56657
56658  docs/harfbuzz-sections.txt | 10 ++++++++--
56659  src/hb-directwrite.cc      | 34 ++++++++++++++++++++++++++++++----
56660  src/hb-directwrite.h       |  3 +++
56661  3 files changed, 41 insertions(+), 6 deletions(-)
56662
56663 commit 59f36f36820f6e6fb1d3b6da26d6b5ee7588c42f
56664 Author: Behdad Esfahbod <behdad@behdad.org>
56665 Date:   Fri Mar 29 10:55:12 2019 -0700
56666
56667     Replace REPLACEME's left out of 2.4.0
56668     
56669     https://github.com/harfbuzz/harfbuzz/issues/1641
56670
56671  src/hb-common.h        | 2 +-
56672  src/hb-directwrite.cc  | 2 +-
56673  src/hb-subset-input.cc | 4 ++--
56674  3 files changed, 4 insertions(+), 4 deletions(-)
56675
56676 commit fe570bc043ca2c6be71b18f7401c8f06e73527e0
56677 Author: Behdad Esfahbod <behdad@behdad.org>
56678 Date:   Fri Mar 29 10:51:38 2019 -0700
56679
56680     [docs] Remove unexisting section
56681
56682  docs/harfbuzz-docs.xml | 1 -
56683  1 file changed, 1 deletion(-)
56684
56685 commit 443db2a24624b63c49fa3ad9a10d3b4c523af1ce
56686 Author: Behdad Esfahbod <behdad@behdad.org>
56687 Date:   Fri Mar 29 10:46:44 2019 -0700
56688
56689     [iter] Remove hb_len()
56690     
56691     Not planning on using it.  So remove.  Can add later if needed.
56692
56693  src/hb-iter.hh   | 8 --------
56694  src/test-iter.cc | 2 --
56695  2 files changed, 10 deletions(-)
56696
56697 commit d30e5e74814c6db23fdedbe75fd9b89c0dfb4dce
56698 Merge: ddb84dcec a252392bc
56699 Author: Michiharu Ariza <ariza@adobe.com>
56700 Date:   Fri Mar 29 10:32:45 2019 -0700
56701
56702     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
56703
56704 commit ddb84dcece8a12a5615cb1609030a52387bd2fce
56705 Author: Michiharu Ariza <ariza@adobe.com>
56706 Date:   Fri Mar 29 10:32:42 2019 -0700
56707
56708     fix gvar fuzz bug
56709
56710  .gitignore                  | 1 +
56711  src/hb-ot-var-gvar-table.hh | 8 +++++++-
56712  2 files changed, 8 insertions(+), 1 deletion(-)
56713
56714 commit a252392bc05e8e9e4127e0002b10fe514323730f
56715 Merge: 58c8c7a49 d6fc1d49a
56716 Author: Michiharu Ariza <ariza@adobe.com>
56717 Date:   Fri Mar 29 08:43:47 2019 -0700
56718
56719     Merge branch 'master' into var-subset
56720
56721 commit bdd5a9c48d644b660f8fcac16902a576cc7ff443
56722 Author: Behdad Esfahbod <behdad@behdad.org>
56723 Date:   Thu Mar 28 21:58:07 2019 -0700
56724
56725     Add hb_hash()
56726     
56727     I don't like the hb_remove_reference() hack, but necessary.
56728
56729  src/hb-algs.hh | 17 +++++++++++++++++
56730  src/hb-map.hh  | 10 +---------
56731  src/hb.hh      |  2 +-
56732  3 files changed, 19 insertions(+), 10 deletions(-)
56733
56734 commit 343e6063dcd512164a999f1d12bae50877392a82
56735 Author: Behdad Esfahbod <behdad@behdad.org>
56736 Date:   Thu Mar 28 21:44:12 2019 -0700
56737
56738     Add hb_is_integer(T)
56739
56740  src/hb-meta.hh | 14 ++++++++++++++
56741  1 file changed, 14 insertions(+)
56742
56743 commit f639b9a8eab369bee6e36b3e60b585b4f720e77e
56744 Author: Behdad Esfahbod <behdad@behdad.org>
56745 Date:   Thu Mar 28 21:34:47 2019 -0700
56746
56747     [iter] Add hb_len() function-object
56748
56749  src/hb-iter.hh   | 8 ++++++++
56750  src/test-iter.cc | 2 ++
56751  2 files changed, 10 insertions(+)
56752
56753 commit a030ce4ff83e0948e4f865accc5670e8b5e78dde
56754 Merge: 11456b2d9 d6fc1d49a
56755 Author: Behdad Esfahbod <behdad@behdad.org>
56756 Date:   Thu Mar 28 21:26:50 2019 -0700
56757
56758     Merge branch 'master' into iter
56759
56760 commit d6fc1d49aa099104a889c96bc9087c21d8fc0960
56761 Author: Behdad Esfahbod <behdad@behdad.org>
56762 Date:   Thu Mar 28 21:21:26 2019 -0700
56763
56764     2.4.0
56765
56766  NEWS             | 11 +++++++++++
56767  configure.ac     |  2 +-
56768  src/hb-buffer.h  |  2 +-
56769  src/hb-version.h |  6 +++---
56770  4 files changed, 16 insertions(+), 5 deletions(-)
56771
56772 commit d2db71fdc4764eecf8320cf465ee0e4254146b6e
56773 Author: Behdad Esfahbod <behdad@behdad.org>
56774 Date:   Thu Mar 28 21:00:58 2019 -0700
56775
56776     Use internal bsearch() for language tags
56777     
56778     Fixes https://github.com/harfbuzz/harfbuzz/pull/1639
56779
56780  src/hb-ot-tag.cc | 46 ++++++++++++++++++++++------------------------
56781  1 file changed, 22 insertions(+), 24 deletions(-)
56782
56783 commit 21bb80ebf2e20025a196386cee8fd92dd1eb4597
56784 Author: Behdad Esfahbod <behdad@behdad.org>
56785 Date:   Thu Mar 28 20:50:04 2019 -0700
56786
56787     [indic] Add back medial-consonant to grammar
56788     
56789     Fixes https://github.com/harfbuzz/harfbuzz/issues/1592
56790
56791  src/hb-ot-shape-complex-indic-machine.hh           | 1244 +++++++++++---------
56792  src/hb-ot-shape-complex-indic-machine.rl           |    5 +-
56793  src/hb-ot-shape-complex-indic.cc                   |    2 +-
56794  src/hb-ot-shape-complex-indic.hh                   |    6 +-
56795  .../f75c4b05a0a4d67c1a808081ae3d74a9c66509e8.ttf   |  Bin 0 -> 1924 bytes
56796  .../data/in-house/tests/indic-syllable.tests       |    2 +
56797  6 files changed, 672 insertions(+), 587 deletions(-)
56798
56799 commit 5ab6de7a6fbad4c4a954c2c81d216486a5a14f72
56800 Author: Behdad Esfahbod <behdad@behdad.org>
56801 Date:   Thu Mar 28 20:23:12 2019 -0700
56802
56803     [khmer] Add trailing Coeng to syllable grammar
56804     
56805     Fixes https://github.com/harfbuzz/harfbuzz/issues/1541
56806
56807  src/hb-ot-shape-complex-khmer-machine.hh           | 248 ++++++++++-----------
56808  src/hb-ot-shape-complex-khmer-machine.rl           |   2 +-
56809  .../ad01ab2ea1cb1a4d3a2783e2675112ef11ae6404.ttf   | Bin 0 -> 1500 bytes
56810  test/shaping/data/in-house/tests/khmer-misc.tests  |   1 +
56811  4 files changed, 122 insertions(+), 129 deletions(-)
56812
56813 commit 7360265e69a8cdaa9f993c36def2860a79cca49f
56814 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56815 Date:   Thu Mar 28 16:57:56 2019 -0700
56816
56817     [ci] Tweak macos and psvita bots (#1638)
56818     
56819     * Add --with-graphite2 to macOS
56820     * Add a dummy ragel script for psvita
56821
56822  .circleci/config.yml | 6 +++---
56823  1 file changed, 3 insertions(+), 3 deletions(-)
56824
56825 commit 58c8c7a495fcc353d09158fc23a45f35b2dab2dc
56826 Merge: 485fe06f7 a548d1da7
56827 Author: Michiharu Ariza <ariza@adobe.com>
56828 Date:   Thu Mar 28 16:17:41 2019 -0700
56829
56830     Merge branch 'master' into var-subset
56831
56832 commit 485fe06f74d7dce41480d7d6f0dbe0129a7b2a39
56833 Author: Michiharu Ariza <ariza@adobe.com>
56834 Date:   Thu Mar 28 16:17:36 2019 -0700
56835
56836     minor
56837
56838  src/hb-ot-var-hvar-table.hh | 2 +-
56839  1 file changed, 1 insertion(+), 1 deletion(-)
56840
56841 commit a548d1da78b506cc6460fdde3715f6ef13ccad48
56842 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56843 Date:   Thu Mar 28 15:42:45 2019 -0700
56844
56845     [ci] Use only CircleCI for macOS (#1637)
56846
56847  .circleci/config.yml |  5 +++--
56848  .travis.yml          | 18 ------------------
56849  2 files changed, 3 insertions(+), 20 deletions(-)
56850
56851 commit 5f36771c2ab612b403e55504b7901b0390b1b76d
56852 Merge: 99f0c107f 061bd0a99
56853 Author: Michiharu Ariza <ariza@adobe.com>
56854 Date:   Thu Mar 28 15:07:53 2019 -0700
56855
56856     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
56857
56858 commit 99f0c107f7e1083d3b8ad8354876770f69fddf52
56859 Author: Michiharu Ariza <ariza@adobe.com>
56860 Date:   Thu Mar 28 15:07:49 2019 -0700
56861
56862     fixed a fuzzer bug
56863
56864  src/hb-ot-var-hvar-table.hh | 1 +
56865  1 file changed, 1 insertion(+)
56866
56867 commit 160b4a2b01e925812fbf0e7db5bc9dcb90dc81cc
56868 Author: Behdad Esfahbod <behdad@behdad.org>
56869 Date:   Thu Mar 28 13:44:38 2019 -0700
56870
56871     Fix shell syntax error
56872     
56873     Fixes https://github.com/harfbuzz/harfbuzz/issues/1612
56874
56875  src/check-symbols.sh | 2 +-
56876  1 file changed, 1 insertion(+), 1 deletion(-)
56877
56878 commit 8665b9b0a24e4d46e486057d72c0486b9da16523
56879 Author: Behdad Esfahbod <behdad@behdad.org>
56880 Date:   Thu Mar 28 11:11:52 2019 -0700
56881
56882     Comment
56883
56884  src/hb.hh | 1 +
56885  1 file changed, 1 insertion(+)
56886
56887 commit a7eed7e41dba8e583a9c740a4ca7ddf53e77de63
56888 Author: punchcutter <zarijoscha@gmail.com>
56889 Date:   Wed Mar 27 23:12:58 2019 -0700
56890
56891     Override USE category for Grantha and Tirhuta visargas to allow marks
56892
56893  src/gen-use-table.py                 | 3 ++-
56894  src/hb-ot-shape-complex-use-table.cc | 4 ++--
56895  2 files changed, 4 insertions(+), 3 deletions(-)
56896
56897 commit cf040c0fef4a049a75a5ec7972f518b9034bdc76
56898 Author: Egor Pugin <egor.pugin@gmail.com>
56899 Date:   Thu Mar 28 19:06:12 2019 +0300
56900
56901     Disable unwanted C++ definitions for MSVC.
56902     
56903     MSVC does not set __cplusplus to the latest standard and also it does not like redefining some keywords.
56904
56905  src/hb.hh | 2 +-
56906  1 file changed, 1 insertion(+), 1 deletion(-)
56907
56908 commit 061bd0a99b0724953fcbdaaef4ea91a54cd7d3ce
56909 Merge: d8e3e3607 67175987b
56910 Author: Michiharu Ariza <ariza@adobe.com>
56911 Date:   Wed Mar 27 08:53:50 2019 -0700
56912
56913     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
56914
56915 commit d8e3e3607e6435b994a3e2f4285c5b4d17c5dfa4
56916 Merge: bcd689bb1 717181c59
56917 Author: Michiharu Ariza <ariza@adobe.com>
56918 Date:   Wed Mar 27 08:53:48 2019 -0700
56919
56920     Merge branch 'master' into var-subset
56921
56922 commit 67175987bd6c90ca2e79e8d604a73e6052e82823
56923 Author: Michiharu Ariza <ariza@adobe.com>
56924 Date:   Wed Mar 27 08:52:46 2019 -0700
56925
56926     tweaked recursion checks
56927
56928  src/hb-ot-glyf-table.hh | 22 +++++++++++-----------
56929  1 file changed, 11 insertions(+), 11 deletions(-)
56930
56931 commit 717181c5943c13a682c719dce10bfc3d9cc47e6b
56932 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56933 Date:   Wed Mar 27 16:38:39 2019 +0430
56934
56935     [ci] remove ragel from psvita compile bot
56936
56937  .circleci/config.yml | 1 -
56938  1 file changed, 1 deletion(-)
56939
56940 commit 08e36c5d8be22b3a7e31f33af9452372dafeacc0
56941 Author: Ebrahim Byagowi <ebrahim@gnu.org>
56942 Date:   Wed Mar 27 16:21:47 2019 +0430
56943
56944     [ci] Don't install ragel on cmake build bot images
56945     
56946     It is not needed anyway
56947
56948  .circleci/config.yml | 5 -----
56949  1 file changed, 5 deletions(-)
56950
56951 commit feb712d8d80c48e08f3f715a41400e4ef19b80de
56952 Author: Michiharu Ariza <ariza@adobe.com>
56953 Date:   Tue Mar 26 20:35:01 2019 -0700
56954
56955     add recursion checks
56956
56957  src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
56958  1 file changed, 14 insertions(+), 10 deletions(-)
56959
56960 commit bcd689bb1090a1bf5113e67edfce583832bb2187
56961 Merge: 49f935963 ec2a5dc85
56962 Author: Michiharu Ariza <ariza@adobe.com>
56963 Date:   Tue Mar 26 17:13:31 2019 -0700
56964
56965     Merge branch 'master' into var-subset
56966
56967 commit 49f9359632c78754b6e1eb32f2505b340cde55c8
56968 Author: Michiharu Ariza <ariza@adobe.com>
56969 Date:   Tue Mar 26 17:10:46 2019 -0700
56970
56971     add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
56972     
56973     some code cleanup
56974
56975  src/hb-ot-glyf-table.hh                            | 166 ++++++++++++++-------
56976  src/hb-ot-var-gvar-table.hh                        |  38 ++++-
56977  test/api/fonts/SourceSansVariable-Roman.anchor.ttf | Bin 0 -> 4708 bytes
56978  test/api/test-ot-metrics-tt-var.c                  |  33 ++++
56979  4 files changed, 179 insertions(+), 58 deletions(-)
56980
56981 commit ec2a5dc859b03ceb92518aa992e4e9c053b30534
56982 Author: Behdad Esfahbod <behdad@fb.com>
56983 Date:   Tue Mar 26 16:18:03 2019 -0700
56984
56985     Use class templates for Null objects
56986     
56987     This allows partial-instantiating custom Null object for template Lookup<T>.
56988     Before, this had to be handcoded per instantiation.  Apparently I missed
56989     adding one for AAT::ankr.lookupTable, so it was getting the wrong (generic)
56990     null for Lookup object, which is wrong and unsafe.
56991     
56992     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=944346
56993
56994  src/hb-aat-layout-common.hh                        |  14 ++++------
56995  src/hb-null.hh                                     |  31 +++++++++++++--------
56996  ...case-minimized-harfbuzz_fuzzer-5748102301614080 | Bin 0 -> 213 bytes
56997  3 files changed, 24 insertions(+), 21 deletions(-)
56998
56999 commit 96f12377942dbe1c6b1d0ffa7d626d99cb265443
57000 Author: Behdad Esfahbod <behdad@fb.com>
57001 Date:   Tue Mar 26 16:17:45 2019 -0700
57002
57003     [aat] Add missing check to ankr table
57004     
57005     Isn't absolutely needed.  But helps.
57006
57007  src/hb-aat-layout-ankr-table.hh | 1 +
57008  1 file changed, 1 insertion(+)
57009
57010 commit e5dfffb1ef610a982ed9878fbf3f9ee49cbc3a97
57011 Author: Behdad Esfahbod <behdad@fb.com>
57012 Date:   Mon Mar 25 15:15:37 2019 -0700
57013
57014     [docs] Update
57015
57016  docs/harfbuzz-docs.xml | 1 +
57017  1 file changed, 1 insertion(+)
57018
57019 commit 0dd3fdf9d227f9bd79f395078f8e58dcfc32d1bf
57020 Author: Behdad Esfahbod <behdad@fb.com>
57021 Date:   Mon Mar 25 15:08:14 2019 -0700
57022
57023     Update ChangeLog generation
57024     
57025     Let's see if I can make a release on Mac...
57026
57027  Makefile.am | 2 +-
57028  1 file changed, 1 insertion(+), 1 deletion(-)
57029
57030 commit 2d9034491eca0a63db82d3801f05c067a5241b7d
57031 Author: Qunxin Liu <qxliu@google.com>
57032 Date:   Tue Mar 26 10:37:24 2019 -0700
57033
57034     completely remove lines that are commented out
57035
57036  src/hb-subset-plan.cc | 6 ------
57037  src/hb-subset-plan.hh | 3 ---
57038  2 files changed, 9 deletions(-)
57039
57040 commit 3147133b6173487c26813a2a406aebd067b53fbf
57041 Author: Qunxin Liu <qxliu@google.com>
57042 Date:   Tue Mar 26 09:15:56 2019 -0700
57043
57044     update arguments in_populate_gids_to_retain() and _create_old_gid_to_new_gid_map()
57045     so they don't use deprecated variable
57046
57047  src/hb-subset-plan.cc | 36 ++++++++++++++++++------------------
57048  1 file changed, 18 insertions(+), 18 deletions(-)
57049
57050 commit 79a6c258497e80be15245a7b576e34443d9f7bff
57051 Author: Qunxin Liu <qxliu@google.com>
57052 Date:   Mon Mar 25 19:59:37 2019 -0700
57053
57054     try to remove deprecated variable from struct definition
57055
57056  src/hb-subset-plan.cc | 9 +++++----
57057  src/hb-subset-plan.hh | 2 +-
57058  2 files changed, 6 insertions(+), 5 deletions(-)
57059
57060 commit 94ef1a703ff20614538680587a23cec5f1649189
57061 Author: Michiharu Ariza <ariza@adobe.com>
57062 Date:   Fri Mar 22 11:05:23 2019 -0700
57063
57064     add HVAR & VVAR advance width api test
57065
57066  test/api/test-ot-metrics-tt-var.c | 41 +++++++++++++++++++++++++++++++++++++--
57067  1 file changed, 39 insertions(+), 2 deletions(-)
57068
57069 commit 3c4f041e9e8adc5d906a7bd37dc86345c2bf91e8
57070 Author: Michiharu Ariza <ariza@adobe.com>
57071 Date:   Fri Mar 22 10:26:48 2019 -0700
57072
57073     fix uninitialized memory bug
57074
57075  src/hb-ot-layout-common.hh | 2 +-
57076  1 file changed, 1 insertion(+), 1 deletion(-)
57077
57078 commit d2a0149c2999eab315a0582a5e1fa31a2511b869
57079 Author: Michiharu Ariza <ariza@adobe.com>
57080 Date:   Thu Mar 21 18:09:37 2019 -0700
57081
57082     added api test for subset VVAR & bug fix
57083     
57084     added a mod copy of SourceSerifVariable-Roman.ttf with VVAR as a test font
57085
57086  src/hb-ot-var-hvar-table.hh                        |   7 +-
57087  test/api/Makefile.am                               |   2 +
57088  .../fonts/SourceSerifVariable-Roman-VVAR.abc.ttf   | Bin 0 -> 5632 bytes
57089  ...ourceSerifVariable-Roman-VVAR.ac.retaingids.ttf | Bin 0 -> 5288 bytes
57090  .../fonts/SourceSerifVariable-Roman-VVAR.ac.ttf    | Bin 0 -> 3224 bytes
57091  test/api/test-subset-vvar.c                        | 103 +++++++++++++++++++++
57092  6 files changed, 108 insertions(+), 4 deletions(-)
57093
57094 commit 8ec279072e039c7a75ea90e2284d46bd9faee8ee
57095 Merge: 0593a95e2 5390e3934
57096 Author: Michiharu Ariza <ariza@adobe.com>
57097 Date:   Thu Mar 21 10:38:12 2019 -0700
57098
57099     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
57100
57101 commit 0593a95e28e08a130c87f23c527156ac1d46219b
57102 Author: Michiharu Ariza <ariza@adobe.com>
57103 Date:   Thu Mar 21 10:36:53 2019 -0700
57104
57105     refix short count
57106
57107  src/hb-ot-layout-common.hh | 2 +-
57108  1 file changed, 1 insertion(+), 1 deletion(-)
57109
57110 commit 5390e39342e78566095b580603bd1f76cdafc010
57111 Merge: 084be9a0f 5f15fca66
57112 Author: Michiharu Ariza <ariza@adobe.com>
57113 Date:   Thu Mar 21 10:21:50 2019 -0700
57114
57115     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
57116
57117 commit 084be9a0f466134998da79e9a81191836f847ab8
57118 Merge: 3faaa52aa bcb4e505d
57119 Author: Michiharu Ariza <ariza@adobe.com>
57120 Date:   Thu Mar 21 10:21:31 2019 -0700
57121
57122     Merge branch 'master' into var-subset
57123
57124 commit 5f15fca66206af36cafc9a7b650462b544460d6e
57125 Author: Michiharu Ariza <ariza@adobe.com>
57126 Date:   Thu Mar 21 10:18:03 2019 -0700
57127
57128     fix short count optimization
57129
57130  src/hb-ot-layout-common.hh | 4 ++--
57131  1 file changed, 2 insertions(+), 2 deletions(-)
57132
57133 commit 3faaa52aa7e4c72d94657702047e2d3dddbb3292
57134 Author: Michiharu Ariza <ariza@adobe.com>
57135 Date:   Thu Mar 21 09:50:53 2019 -0700
57136
57137     regenerated expected full fonts data after fontTools bug 1550 fixed
57138
57139  ...eSerifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 5928 -> 5924 bytes
57140  1 file changed, 0 insertions(+), 0 deletions(-)
57141
57142 commit 325918172e7a346b6de6a8afcd94a4d7fd35d5c0
57143 Author: Michiharu Ariza <ariza@adobe.com>
57144 Date:   Wed Mar 20 15:10:59 2019 -0700
57145
57146     added TT VF full font test & fixed bugs
57147     
57148     updated CFF2 VF api test results too
57149
57150  src/hb-ot-layout-common.hh                         |  53 +++++++++++++++++----
57151  src/hb-ot-var-hvar-table.hh                        |  51 +++++++++++---------
57152  test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 6772 -> 6952 bytes
57153  test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 6096 -> 6272 bytes
57154  .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 6160 -> 6152 bytes
57155  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 6376 -> 6336 bytes
57156  test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 6312 -> 6460 bytes
57157  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 6316 -> 6464 bytes
57158  ...ifVariable-Roman.default.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
57159  .../SourceSerifVariable-Roman.default.61,62,63.ttf | Bin 0 -> 5432 bytes
57160  ...eSerifVariable-Roman.default.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5924 bytes
57161  ...ariable-Roman.drop-hints.1FC,21,41,20,62,63.ttf | Bin 0 -> 5464 bytes
57162  ...urceSerifVariable-Roman.drop-hints.61,62,63.ttf | Bin 0 -> 5432 bytes
57163  ...rifVariable-Roman.drop-hints.D7,D8,D9,DA,DE.ttf | Bin 0 -> 5928 bytes
57164  .../data/fonts/SourceSerifVariable-Roman.ttf       | Bin 0 -> 586100 bytes
57165  test/subset/data/tests/full-font.tests             |   1 +
57166  16 files changed, 72 insertions(+), 33 deletions(-)
57167
57168 commit 92bc74055831acae3d296f6e1470fa4cd4d193fd
57169 Author: Michiharu Ariza <ariza@adobe.com>
57170 Date:   Tue Mar 19 18:23:14 2019 -0700
57171
57172     update CFF2 test results
57173
57174  test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7456 -> 6772 bytes
57175  test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6096 bytes
57176  .../api/fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf | Bin 6844 -> 6160 bytes
57177  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf        | Bin 7060 -> 6376 bytes
57178  test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6312 bytes
57179  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf     | Bin 7000 -> 6316 bytes
57180  6 files changed, 0 insertions(+), 0 deletions(-)
57181
57182 commit 1051faf7aa639abc27974da213eb48f549f8c39c
57183 Author: Michiharu Ariza <ariza@adobe.com>
57184 Date:   Tue Mar 19 16:00:01 2019 -0700
57185
57186     add api test cases for HVAR with index map (and fix)
57187
57188  src/hb-ot-var-hvar-table.hh |  2 +-
57189  test/api/test-subset-hvar.c | 76 +++++++++++++++++++++++++++++++++++++++++----
57190  2 files changed, 71 insertions(+), 7 deletions(-)
57191
57192 commit 0576253a340243eb8e4feabb3481f354a82a11a1
57193 Author: Michiharu Ariza <ariza@adobe.com>
57194 Date:   Tue Mar 19 12:34:03 2019 -0700
57195
57196     add gvar & HVAR retain-gids test cases
57197
57198  .../SourceSansVariable-Roman.ac.retaingids.ttf     | Bin 0 -> 3040 bytes
57199  test/api/test-subset-gvar.c                        |  22 ++++++++++++++++++++
57200  test/api/test-subset-hvar.c                        |  23 +++++++++++++++++++++
57201  3 files changed, 45 insertions(+)
57202
57203 commit 6dd1077b68e20e97b595c676267b964dd5cbbe1c
57204 Author: Michiharu Ariza <ariza@adobe.com>
57205 Date:   Tue Mar 19 01:00:53 2019 -0700
57206
57207     fix test build
57208
57209  test/api/Makefile.am | 2 ++
57210  1 file changed, 2 insertions(+)
57211
57212 commit 2e6038a209022c8b7957daf661488edfc166bdc5
57213 Author: Michiharu Ariza <ariza@adobe.com>
57214 Date:   Tue Mar 19 00:41:41 2019 -0700
57215
57216     add api tests for subset gvar & HVAR; bug fixes
57217
57218  src/hb-ot-layout-common.hh                      |   3 +-
57219  src/hb-ot-var-gvar-table.hh                     |  24 +++----
57220  src/hb-ot-var-hvar-table.hh                     |  19 +++++-
57221  test/api/Makefile.am                            |   2 +
57222  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
57223  test/api/fonts/SourceSansVariable-Roman.ac.ttf  | Bin 0 -> 3028 bytes
57224  test/api/test-subset-gvar.c                     |  81 ++++++++++++++++++++++++
57225  test/api/test-subset-hvar.c                     |  81 ++++++++++++++++++++++++
57226  8 files changed, 194 insertions(+), 16 deletions(-)
57227
57228 commit aeddb30f87ea957e7e780705c099e849c6d7e27d
57229 Author: Michiharu Ariza <ariza@adobe.com>
57230 Date:   Mon Mar 18 18:11:00 2019 -0700
57231
57232     replaced tt var api test with a composite glyph
57233     
57234     for better coverage
57235
57236  .../SourceSansVariable-Roman-nohvar-41,C1.ttf      | Bin 0 -> 4696 bytes
57237  test/api/fonts/SourceSansVariable-Roman.abc.ttf    | Bin 3168 -> 0 bytes
57238  test/api/test-ot-metrics-tt-var.c                  |  36 ++++++++++-----------
57239  3 files changed, 18 insertions(+), 18 deletions(-)
57240
57241 commit 560bcd774473691b310e746d2e7c0287c2bea9fe
57242 Author: Michiharu Ariza <ariza@adobe.com>
57243 Date:   Mon Mar 18 17:50:20 2019 -0700
57244
57245     move rounding advance width to glyf
57246
57247  src/hb-ot-glyf-table.hh | 24 ++++++++++++++----------
57248  src/hb-ot-hmtx-table.cc |  8 ++++----
57249  2 files changed, 18 insertions(+), 14 deletions(-)
57250
57251 commit c7edd14dc96af59cb53e9560a45f48d809fe8bb1
57252 Author: Michiharu Ariza <ariza@adobe.com>
57253 Date:   Mon Mar 18 17:16:43 2019 -0700
57254
57255     fix empty glyf's advance width
57256
57257  src/hb-ot-glyf-table.hh | 8 +++++++-
57258  src/hb-ot-hmtx-table.cc | 4 ++--
57259  2 files changed, 9 insertions(+), 3 deletions(-)
57260
57261 commit 9d3a252030e8f86aff4a35ce56fe77eb718e2071
57262 Author: Michiharu Ariza <ariza@adobe.com>
57263 Date:   Mon Mar 18 15:39:10 2019 -0700
57264
57265     add api test for tt var advance widths
57266     
57267     stripped HVAR from SourceSansVariable-Roman.abc.ttf so glyf gets parsed
57268
57269  src/hb-ot-hmtx-table.hh                         |   1 -
57270  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 3240 -> 3168 bytes
57271  test/api/test-ot-metrics-tt-var.c               |  37 ++++++++++++++++++++++++
57272  3 files changed, 37 insertions(+), 1 deletion(-)
57273
57274 commit 9d9d5c706b68a16b2d07f8b8972b2b499c94bf0a
57275 Author: Michiharu Ariza <ariza@adobe.com>
57276 Date:   Mon Mar 18 10:48:53 2019 -0700
57277
57278     fix build
57279
57280  src/hb-ot-hmtx-table.cc     | 15 ++++-----------
57281  src/hb-ot-hmtx-table.hh     | 15 +++++++++------
57282  src/hb-ot-var-gvar-table.hh |  1 +
57283  3 files changed, 14 insertions(+), 17 deletions(-)
57284
57285 commit b6cc838888cc302f0de19030b75773fe0fda372f
57286 Author: Michiharu Ariza <ariza@adobe.com>
57287 Date:   Sun Mar 17 22:49:18 2019 -0700
57288
57289     fix composite glyf extents
57290
57291  src/hb-ot-glyf-table.hh     | 41 +++++++++++++++++++++++++++--------------
57292  src/hb-ot-var-gvar-table.hh |  3 +++
57293  2 files changed, 30 insertions(+), 14 deletions(-)
57294
57295 commit 597ad4df0cdff4a0355121e3da2a59e7fa8ee68f
57296 Author: Michiharu Ariza <ariza@adobe.com>
57297 Date:   Sun Mar 17 18:45:30 2019 -0700
57298
57299     fix unpack_points
57300
57301  src/hb-ot-var-gvar-table.hh | 7 +++++--
57302  1 file changed, 5 insertions(+), 2 deletions(-)
57303
57304 commit cabe22fc6967e6299c3a06bbfa9c19e9a23a0ae3
57305 Author: Michiharu Ariza <ariza@adobe.com>
57306 Date:   Sun Mar 17 17:48:10 2019 -0700
57307
57308     fix infer_delta
57309     
57310     code cleanup
57311
57312  src/hb-ot-glyf-table.hh     | 22 ++++++++++++-------
57313  src/hb-ot-var-gvar-table.hh | 52 ++++++++++++++++++++++++++++++---------------
57314  2 files changed, 49 insertions(+), 25 deletions(-)
57315
57316 commit c8b31773a6513e7051e5db98d7d26700856a32a3
57317 Author: Michiharu Ariza <ariza@adobe.com>
57318 Date:   Sun Mar 17 16:01:49 2019 -0700
57319
57320     added explicit casts to metrics
57321
57322  src/hb-ot-hmtx-table.cc | 8 ++++----
57323  1 file changed, 4 insertions(+), 4 deletions(-)
57324
57325 commit 8a7998fd6ce730dd0f182d69d598b802476250dc
57326 Author: Michiharu Ariza <ariza@adobe.com>
57327 Date:   Sun Mar 17 15:36:26 2019 -0700
57328
57329     moved most of var code from gvar to glyf
57330     
57331     initialize phantom points from metrics from htmx/vmtx & glyf bbox before execution
57332     added source file hb-ot-hmtx-table.cc to call glyf from hmtx/vmtx indirectly & temporarily, workaround a cyclic reference between the two
57333
57334  src/Makefile.sources        |   1 +
57335  src/hb-ot-face.hh           |   1 -
57336  src/hb-ot-font.cc           |   8 +-
57337  src/hb-ot-glyf-table.hh     | 236 +++++++++++++++++++++++++++++++++++++-------
57338  src/hb-ot-hmtx-table.cc     |  61 ++++++++++++
57339  src/hb-ot-hmtx-table.hh     |  39 ++++----
57340  src/hb-ot-var-gvar-table.hh | 195 ++++++++----------------------------
57341  src/hb-ot-var-hvar-table.hh |  10 +-
57342  8 files changed, 333 insertions(+), 218 deletions(-)
57343
57344 commit 00b2653ac3b927f93ac350dbe1d3711790a50119
57345 Author: Michiharu Ariza <ariza@adobe.com>
57346 Date:   Sat Mar 16 16:27:33 2019 -0700
57347
57348     add components transformation
57349
57350  src/hb-ot-glyf-table.hh     | 44 ++++++++++++++++++++++++++++++++++++++++++--
57351  src/hb-ot-var-gvar-table.hh | 31 ++++++++++++++++++-------------
57352  2 files changed, 60 insertions(+), 15 deletions(-)
57353
57354 commit 434ea06841e60b98601b529ca20cf6bf25f6c165
57355 Author: Michiharu Ariza <ariza@adobe.com>
57356 Date:   Sat Mar 16 00:08:03 2019 -0700
57357
57358     fix tt var extents & add test
57359
57360  src/hb-ot-glyf-table.hh                         |  32 +--
57361  src/hb-ot-var-gvar-table.hh                     | 270 +++++++++++++-----------
57362  test/api/Makefile.am                            |   1 +
57363  test/api/fonts/SourceSansVariable-Roman.abc.ttf | Bin 0 -> 3240 bytes
57364  test/api/test-ot-metrics-tt-var.c               |  72 +++++++
57365  5 files changed, 236 insertions(+), 139 deletions(-)
57366
57367 commit bcb4e505d6ffe33e3268a06698e75d6be0e64957
57368 Author: Michiharu Ariza <ariza@adobe.com>
57369 Date:   Fri Mar 15 13:46:25 2019 -0700
57370
57371     cff2 subset fuzzer issues (#1619)
57372     
57373     * add check to FDArray::serialize
57374     
57375     * add test files
57376     
57377     * fix off by one
57378
57379  src/hb-ot-cff-common.hh                                   |   1 +
57380  ...z-testcase-minimized-hb-subset-fuzzer-5739000398086144 | Bin 0 -> 620 bytes
57381  ...z-testcase-minimized-hb-subset-fuzzer-5760768497156096 | Bin 0 -> 210 bytes
57382  ...z-testcase-minimized-hb-subset-fuzzer-5764268627066880 | Bin 0 -> 687 bytes
57383  4 files changed, 1 insertion(+)
57384
57385 commit a5118c1db51d6d3b24622a52e50246e00b07fa74
57386 Merge: 90ea140ac 079c386ca
57387 Author: Michiharu Ariza <ariza@adobe.com>
57388 Date:   Fri Mar 15 10:33:03 2019 -0700
57389
57390     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
57391
57392 commit 079c386ca89b6d2833786db3ba54b7137d045188
57393 Merge: 99502b324 8aaab78ef
57394 Author: Michiharu Ariza <ariza@adobe.com>
57395 Date:   Fri Mar 15 10:12:19 2019 -0700
57396
57397     Merge branch 'master' into var-subset
57398
57399 commit 90ea140aca18d073401fc971681ce48403fbf399
57400 Merge: d23c201f5 99502b324
57401 Author: Michiharu Ariza <ariza@adobe.com>
57402 Date:   Thu Mar 14 16:58:19 2019 -0700
57403
57404     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
57405
57406 commit d23c201f5d8af8f9b38c666e1ba6525d38ef0806
57407 Author: Michiharu Ariza <ariza@adobe.com>
57408 Date:   Tue Mar 12 11:03:53 2019 -0700
57409
57410     add gvar::get_extents
57411
57412  src/hb-ot-face.hh           |   1 +
57413  src/hb-ot-font.cc           |   3 +
57414  src/hb-ot-glyf-table.hh     |  21 ++++--
57415  src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
57416  4 files changed, 175 insertions(+), 14 deletions(-)
57417
57418 commit dde8bb1f6d0bfaac283fd8c2ad15e354c233bac1
57419 Author: Michiharu Ariza <ariza@adobe.com>
57420 Date:   Fri Mar 1 21:54:49 2019 -0800
57421
57422     fix build
57423
57424  src/hb-ot-var-gvar-table.hh | 4 ++--
57425  1 file changed, 2 insertions(+), 2 deletions(-)
57426
57427 commit 5ec65f779bef1ebf2479f83f4b76f4e24d69ddad
57428 Author: Michiharu Ariza <ariza@adobe.com>
57429 Date:   Fri Mar 1 21:49:04 2019 -0800
57430
57431     minor edits
57432
57433  src/hb-ot-cff-common.hh    | 2 +-
57434  src/hb-ot-layout-common.hh | 2 ++
57435  2 files changed, 3 insertions(+), 1 deletion(-)
57436
57437 commit 2d7ad3f28ba3a9c97287eb9e1bf75ad353a908c6
57438 Author: Michiharu Ariza <ariza@adobe.com>
57439 Date:   Fri Mar 1 21:33:21 2019 -0800
57440
57441     build fix attempt
57442
57443  src/hb-ot-glyf-table.hh | 2 +-
57444  1 file changed, 1 insertion(+), 1 deletion(-)
57445
57446 commit cf2ef92c741a20158d15d7ea7c14f6ba82906d36
57447 Author: Michiharu Ariza <ariza@adobe.com>
57448 Date:   Fri Mar 1 18:24:56 2019 -0800
57449
57450     more build fixes
57451
57452  src/hb-ot-glyf-table.hh     |  2 +-
57453  src/hb-ot-var-gvar-table.hh | 13 ++++++-------
57454  2 files changed, 7 insertions(+), 8 deletions(-)
57455
57456 commit ae0a557c2e56064d204ae549a3be135dca884f67
57457 Author: Michiharu Ariza <ariza@adobe.com>
57458 Date:   Fri Mar 1 18:12:31 2019 -0800
57459
57460     fix build attempt
57461
57462  src/hb-ot-var-gvar-table.hh | 12 ++++++------
57463  1 file changed, 6 insertions(+), 6 deletions(-)
57464
57465 commit baf2ccf1471856f948ed8d2d46e4d68b0c0b739a
57466 Author: Michiharu Ariza <ariza@adobe.com>
57467 Date:   Fri Mar 1 15:14:22 2019 -0800
57468
57469     calculate VF advance widths from gvar & glyf
57470
57471  src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
57472  src/hb-ot-hmtx-table.hh     |  23 ++-
57473  src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
57474  3 files changed, 542 insertions(+), 42 deletions(-)
57475
57476 commit 0b1ae2385b5564efe3dbcd5d068462bcd55effe2
57477 Author: Michiharu Ariza <ariza@adobe.com>
57478 Date:   Tue Feb 26 16:54:00 2019 -0800
57479
57480     gvar::subset()
57481
57482  src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
57483  1 file changed, 71 insertions(+), 10 deletions(-)
57484
57485 commit eddbc9d0dbb09589a09e7d8e661004cdd7487e87
57486 Author: Michiharu Ariza <ariza@adobe.com>
57487 Date:   Tue Feb 26 11:11:50 2019 -0800
57488
57489     Added hb-ot-var-gvar-table.hh
57490     
57491     implemented sanitize()
57492     placeholder subset()
57493     some code cleanup
57494
57495  src/Makefile.sources        |   1 +
57496  src/hb-bimap.hh             |   6 +-
57497  src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
57498  src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
57499  src/hb-ot-var-hvar-table.hh |  14 +--
57500  src/hb-subset.cc            |   4 +
57501  6 files changed, 222 insertions(+), 221 deletions(-)
57502
57503 commit f289ffe5eaf1c8cc87f9ee80f77a4af974919611
57504 Author: Michiharu Ariza <ariza@adobe.com>
57505 Date:   Mon Feb 25 09:59:27 2019 -0800
57506
57507     renamed hb_map2_t to hb_bimap_h in its own .hh
57508
57509  src/Makefile.sources        |   1 +
57510  src/hb-bimap.hh             | 109 +++++++++++++++++++++++
57511  src/hb-ot-cff-common.hh     |   4 +-
57512  src/hb-ot-cff1-table.hh     |   4 +-
57513  src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
57514  src/hb-ot-layout-common.hh  |  84 +-----------------
57515  src/hb-ot-var-hvar-table.hh |  12 +--
57516  src/hb-subset-cff-common.cc |   2 +-
57517  src/hb-subset-cff-common.hh |   4 +-
57518  src/hb-subset-cff1.cc       |   8 +-
57519  src/hb-subset-cff2.cc       |   2 +-
57520  11 files changed, 343 insertions(+), 98 deletions(-)
57521
57522 commit 8563169291bf257400608aa0900fc3ee8c2f9e8b
57523 Author: Michiharu Ariza <ariza@adobe.com>
57524 Date:   Fri Feb 22 14:53:06 2019 -0800
57525
57526     subset VVAR & outer indices
57527
57528  src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
57529  src/hb-subset.cc            |  3 +++
57530  2 files changed, 43 insertions(+), 9 deletions(-)
57531
57532 commit 08dc86594bb17e31df2d5c0e25521ee1f072871b
57533 Author: Michiharu Ariza <ariza@adobe.com>
57534 Date:   Fri Feb 22 10:22:08 2019 -0800
57535
57536     unuse set in hb_map2_t impl
57537     
57538     also some code cleanup
57539
57540  src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
57541  1 file changed, 23 insertions(+), 23 deletions(-)
57542
57543 commit 1b13cc775c3b8143b1218e205b21b91b0852f8bd
57544 Author: Michiharu Ariza <ariza@adobe.com>
57545 Date:   Thu Feb 21 16:42:30 2019 -0800
57546
57547     fixed compiler gripes
57548
57549  src/hb-ot-var-hvar-table.hh | 12 ++++++------
57550  1 file changed, 6 insertions(+), 6 deletions(-)
57551
57552 commit c485b77c7c1df2fcd2f21107692d1afd0ed34e1f
57553 Author: Michiharu Ariza <ariza@adobe.com>
57554 Date:   Thu Feb 21 16:34:49 2019 -0800
57555
57556     fix CFF2 local subr subsetting
57557     
57558     bug exposed by impl change of fdmap
57559     also fixed name of subr_remap_ts as subr_remaps_t
57560
57561  src/hb-subset-cff-common.hh |  8 ++++----
57562  src/hb-subset-cff2.cc       | 20 +++++++++-----------
57563  2 files changed, 13 insertions(+), 15 deletions(-)
57564
57565 commit c9b07c75a14b6efb4b32cb12b2f3e8cfc1953638
57566 Author: Michiharu Ariza <ariza@adobe.com>
57567 Date:   Thu Feb 21 15:47:27 2019 -0800
57568
57569     fix HVAR & VarStore subsetting
57570
57571  src/hb-ot-layout-common.hh  |  15 +++--
57572  src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
57573  2 files changed, 77 insertions(+), 78 deletions(-)
57574
57575 commit c8420109ccb74a7bf15c4af425f9f58bc315d2ce
57576 Author: Michiharu Ariza <ariza@adobe.com>
57577 Date:   Wed Feb 20 15:48:29 2019 -0800
57578
57579     subset HVAR
57580     
57581     Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
57582     Hooked up HVAR subsetter through _subset2.
57583     Some renaming in CFF code.
57584
57585  src/hb-ot-cff-common.hh     |  63 ++----------
57586  src/hb-ot-cff1-table.hh     |   8 +-
57587  src/hb-ot-layout-common.hh  | 158 ++++++++++++++++++++++++++++--
57588  src/hb-ot-var-hvar-table.hh | 232 +++++++++++++++++++++++++++++++++++++++++++-
57589  src/hb-subset-cff-common.cc |   9 +-
57590  src/hb-subset-cff-common.hh |  27 ++----
57591  src/hb-subset-cff1.cc       |  29 +++---
57592  src/hb-subset-cff2.cc       |  12 +--
57593  src/hb-subset.cc            |   4 +
57594  9 files changed, 426 insertions(+), 116 deletions(-)
57595
57596 commit 8aaab78efcac81a05ec919be13792c98741ea1b5
57597 Author: Ebrahim Byagowi <ebrahim@gnu.org>
57598 Date:   Thu Mar 14 16:49:42 2019 -0700
57599
57600     Allow zero length ranges in sanitization (#1617)
57601     
57602     Fixes fvar table sanitization where there are no named instance
57603     by allowing zero length ranges starting from Null() address.
57604     
57605     Fixes #1607
57606
57607  src/hb-machinery.hh      |  30 ++++++++++++++++--------------
57608  test/api/fonts/Zycon.ttf | Bin 0 -> 21036 bytes
57609  test/api/test-ot-face.c  |   9 +++++++++
57610  3 files changed, 25 insertions(+), 14 deletions(-)
57611
57612 commit b1dfb8c850f36d4065190a779a6e3342a5fbb593
57613 Author: Khaled Hosny <khaledhosny@eglug.org>
57614 Date:   Thu Mar 14 21:41:25 2019 +0200
57615
57616     [ci] Cache FreeType build on Travis
57617
57618  .ci/build-freetype.sh | 17 +++++++++++++++++
57619  .travis.yml           | 18 ++++++++++++------
57620  2 files changed, 29 insertions(+), 6 deletions(-)
57621
57622 commit 7de9f92ee9ced6f4c176459cf25f4ca931ca5ceb
57623 Author: David Corbett <corbett.dav@husky.neu.edu>
57624 Date:   Tue Mar 12 19:30:47 2019 -0400
57625
57626     Categorize U+09FC as Consonant_Placeholder
57627
57628  src/hb-ot-shape-complex-indic.hh | 1 +
57629  1 file changed, 1 insertion(+)
57630
57631 commit 8b1eaecd9485fe504af364db1537bb04852b265c
57632 Author: Khaled Hosny <khaledhosny@eglug.org>
57633 Date:   Wed Mar 13 13:21:12 2019 +0200
57634
57635     [ci] Simplify and fix Travis CI macOS build
57636
57637  .travis.yml | 16 +++++++++-------
57638  1 file changed, 9 insertions(+), 7 deletions(-)
57639
57640 commit 99502b324dd6cb45d401bc5f6cc08d7a77677ba5
57641 Author: Michiharu Ariza <ariza@adobe.com>
57642 Date:   Tue Mar 12 11:03:53 2019 -0700
57643
57644     add gvar::get_extents
57645
57646  src/hb-ot-face.hh           |   1 +
57647  src/hb-ot-font.cc           |   3 +
57648  src/hb-ot-glyf-table.hh     |  21 ++++--
57649  src/hb-ot-var-gvar-table.hh | 164 +++++++++++++++++++++++++++++++++++++++++---
57650  4 files changed, 175 insertions(+), 14 deletions(-)
57651
57652 commit 23e2d5ac86968c7548df0d212c1a321d09328ffa
57653 Merge: f5a466389 e52ec3fc2
57654 Author: Michiharu Ariza <ariza@adobe.com>
57655 Date:   Tue Mar 12 10:53:15 2019 -0700
57656
57657     Merge branch 'master' into var-subset
57658
57659 commit e52ec3fc23c2d5a881849f047885e0423bd74740
57660 Author: Behdad Esfahbod <behdad@fb.com>
57661 Date:   Mon Mar 11 18:09:51 2019 -0700
57662
57663     Remove redundant hb_ot_layout_lookup_would_substitute_fast
57664
57665  src/hb-ot-layout.cc              | 13 -------------
57666  src/hb-ot-layout.hh              |  7 -------
57667  src/hb-ot-shape-complex-indic.cc |  2 +-
57668  src/hb-ot-shape-complex-khmer.cc |  2 +-
57669  4 files changed, 2 insertions(+), 22 deletions(-)
57670
57671 commit c2442c90d6ecfaee987ed8ac6f93a9ac6b07c642
57672 Author: Khaled Hosny <khaledhosny@eglug.org>
57673 Date:   Tue Mar 12 01:09:27 2019 +0200
57674
57675     [doc] Add placeholder since version for new flag
57676
57677  src/hb-buffer.h | 2 +-
57678  1 file changed, 1 insertion(+), 1 deletion(-)
57679
57680 commit 8c42f03215097d7c1bae74db7e98315263d3e8a4
57681 Author: David Corbett <corbett.dav@husky.neu.edu>
57682 Date:   Fri Mar 8 09:46:48 2019 -0500
57683
57684     Remove obsolete overrides from Indic/USE scripts
57685
57686  src/gen-indic-table.py               |  4 ----
57687  src/gen-use-table.py                 | 30 +++++++-----------------------
57688  src/hb-ot-shape-complex-use-table.cc |  2 +-
57689  3 files changed, 8 insertions(+), 28 deletions(-)
57690
57691 commit b38bab86229bc40d9cdf4819d6dc6aab444d0291
57692 Author: Eric Muller <emuller@amazon.com>
57693 Date:   Tue Feb 12 11:41:16 2019 -0800
57694
57695     Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
57696
57697  src/gen-vowel-constraints.py                 | 3 +++
57698  src/hb-ot-shape-complex-vowel-constraints.cc | 2 +-
57699  2 files changed, 4 insertions(+), 1 deletion(-)
57700
57701 commit 44a67ddeb878f7639b30d1884e38b1525aab4f4a
57702 Author: Eric Muller <emuller@amazon.com>
57703 Date:   Sun Feb 10 04:31:41 2019 -0800
57704
57705     Fix coding style.
57706
57707  src/hb-ot-shape-complex-hangul.cc | 4 ++--
57708  1 file changed, 2 insertions(+), 2 deletions(-)
57709
57710 commit 30d7c40f8ce9f47d733b1f43a93f20739772859e
57711 Author: Eric Muller <emuller@amazon.com>
57712 Date:   Sat Feb 9 02:55:27 2019 -0800
57713
57714     Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
57715     
57716     Current behavior unchanged if this flag is not set (and it isn't by default).
57717
57718  src/hb-buffer.h                              | 7 ++++++-
57719  src/hb-ot-shape-complex-hangul.cc            | 3 ++-
57720  src/hb-ot-shape-complex-indic.cc             | 3 +++
57721  src/hb-ot-shape-complex-khmer.cc             | 3 +++
57722  src/hb-ot-shape-complex-myanmar.cc           | 3 +++
57723  src/hb-ot-shape-complex-use.cc               | 3 +++
57724  src/hb-ot-shape-complex-vowel-constraints.cc | 3 +++
57725  src/hb-ot-shape.cc                           | 3 +++
57726  8 files changed, 26 insertions(+), 2 deletions(-)
57727
57728 commit 8b6eb6cf465032d0ca747f4b75f6e9155082bc45
57729 Author: Ebrahim Byagowi <ebrahim@gnu.org>
57730 Date:   Fri Mar 8 01:33:41 2019 +0330
57731
57732     Add a macOS 10.14.3 fonts tests (#1608)
57733
57734  .circleci/config.yml                         | 11 +++++++++++
57735  test/shaping/data/in-house/tests/macos.tests | 19 +++++++++++++++++++
57736  2 files changed, 30 insertions(+)
57737
57738 commit e723c04de1b3dcd96e6a70baf09e3ae2ddbbc0bf
57739 Author: David Corbett <corbett.dav@husky.neu.edu>
57740 Date:   Wed Mar 6 12:37:25 2019 -0500
57741
57742     Update to Unicode 12.0.0
57743
57744  src/gen-use-table.py                         |    1 -
57745  src/gen-vowel-constraints.py                 |    1 +
57746  src/hb-common.h                              |    8 +
57747  src/hb-ot-shape-complex-arabic-table.hh      |   14 +-
57748  src/hb-ot-shape-complex-indic-table.cc       |   56 +-
57749  src/hb-ot-shape-complex-use-table.cc         |   49 +-
57750  src/hb-ot-shape-complex-vowel-constraints.cc |    4 +-
57751  src/hb-ot-shape-complex.hh                   |    3 +
57752  src/hb-ot-tag-table.hh                       |   12 +-
57753  src/hb-ucdn.cc                               |    4 +
57754  src/hb-ucdn/ucdn.h                           |   11 +
57755  src/hb-ucdn/ucdn_db.h                        | 2998 +++++++++++++-------------
57756  src/hb-unicode-emoji-table.hh                |    6 +-
57757  13 files changed, 1631 insertions(+), 1536 deletions(-)
57758
57759 commit 2f125b0fa763c3be7d8d74489c027f7155607756
57760 Author: Adrian Wong <adrianwjw@gmail.com>
57761 Date:   Wed Feb 13 21:04:46 2019 +1100
57762
57763     [indic] Remove superfluous ZWNJ check in final reorder of pre-base matras
57764
57765  src/hb-ot-shape-complex-indic.cc | 11 ++++++++---
57766  1 file changed, 8 insertions(+), 3 deletions(-)
57767
57768 commit d936ad4582a0017cf88406372d7c08b9896beed6
57769 Author: Stephan Bergmann <sbergman@redhat.com>
57770 Date:   Tue Mar 5 17:18:57 2019 +0100
57771
57772     Fix hb_atomic_* variants based on C++11 atomics
57773     
57774     I stumbled over this when trying to upgrade the version of HarfBuzz used by
57775     LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/
57776     +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest
57777     HarfBuzz 2.3.1"), where building with MSVC 2017 failed like
57778     
57779     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *'
57780     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers
57781     > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type
57782     
57783     (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>).
57784     
57785     I added all the necessary "const" to make building of HarfBuzz 2.3.1 with
57786     MSVC 2017 succeed for me.  There may be more missing at least conceptually.
57787
57788  src/hb-atomic.hh | 6 +++---
57789  1 file changed, 3 insertions(+), 3 deletions(-)
57790
57791 commit 731b13e4e9190a45e51f855f19e88869a7718d43
57792 Author: Martin Hosken <martin_hosken@sil.org>
57793 Date:   Mon Mar 4 11:12:21 2019 +0700
57794
57795     Fix offset drift in graphite integration
57796
57797  src/hb-graphite2.cc | 35 +++++++++++++++++++----------------
57798  1 file changed, 19 insertions(+), 16 deletions(-)
57799
57800 commit f5a466389382183cbc009b66734e0fa339f168ff
57801 Author: Michiharu Ariza <ariza@adobe.com>
57802 Date:   Fri Mar 1 21:54:49 2019 -0800
57803
57804     fix build
57805
57806  src/hb-ot-var-gvar-table.hh | 4 ++--
57807  1 file changed, 2 insertions(+), 2 deletions(-)
57808
57809 commit 2e1965e572f5643c56e5a0c11a8bf7d5cf68a483
57810 Author: Michiharu Ariza <ariza@adobe.com>
57811 Date:   Fri Mar 1 21:49:04 2019 -0800
57812
57813     minor edits
57814
57815  src/hb-ot-cff-common.hh    | 2 +-
57816  src/hb-ot-layout-common.hh | 2 ++
57817  2 files changed, 3 insertions(+), 1 deletion(-)
57818
57819 commit ff60f34dd6b57401c8904a8808c1775ee09f4458
57820 Author: Michiharu Ariza <ariza@adobe.com>
57821 Date:   Fri Mar 1 21:33:21 2019 -0800
57822
57823     build fix attempt
57824
57825  src/hb-ot-glyf-table.hh | 2 +-
57826  1 file changed, 1 insertion(+), 1 deletion(-)
57827
57828 commit 9aa5805a44e883c3dcb09a43e952b8bf40016423
57829 Author: Michiharu Ariza <ariza@adobe.com>
57830 Date:   Fri Mar 1 18:24:56 2019 -0800
57831
57832     more build fixes
57833
57834  src/hb-ot-glyf-table.hh     |  2 +-
57835  src/hb-ot-var-gvar-table.hh | 13 ++++++-------
57836  2 files changed, 7 insertions(+), 8 deletions(-)
57837
57838 commit 3f3da718632e9beef9a1d9cf8b5775025ffe3fd6
57839 Merge: 21aaf3005 f448195a4
57840 Author: Michiharu Ariza <ariza@adobe.com>
57841 Date:   Fri Mar 1 18:12:35 2019 -0800
57842
57843     Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset
57844
57845 commit 21aaf30058823e06c121908734b05c6c7f0bdeec
57846 Author: Michiharu Ariza <ariza@adobe.com>
57847 Date:   Fri Mar 1 18:12:31 2019 -0800
57848
57849     fix build attempt
57850
57851  src/hb-ot-var-gvar-table.hh | 12 ++++++------
57852  1 file changed, 6 insertions(+), 6 deletions(-)
57853
57854 commit 8a25868e6a41a3d82782aadb3c7b744ad87d20ff
57855 Author: Ebrahim Byagowi <ebrahim@gnu.org>
57856 Date:   Sat Mar 2 03:24:49 2019 +0330
57857
57858     Minor, remove .editorconfig hack
57859     
57860     As vscode is going to support it soon
57861
57862  .editorconfig | 7 ++-----
57863  1 file changed, 2 insertions(+), 5 deletions(-)
57864
57865 commit f448195a4b041db83b0e515c829b99d2349bf73f
57866 Merge: fa2b3d30f 4f37ab63d
57867 Author: Michiharu Ariza <ariza@adobe.com>
57868 Date:   Fri Mar 1 15:22:17 2019 -0800
57869
57870     Merge branch 'master' into var-subset
57871
57872 commit fa2b3d30f6562a7457acca205f1bf544089c88ba
57873 Author: Michiharu Ariza <ariza@adobe.com>
57874 Date:   Fri Mar 1 15:14:22 2019 -0800
57875
57876     calculate VF advance widths from gvar & glyf
57877
57878  src/hb-ot-glyf-table.hh     | 151 ++++++++++++++++
57879  src/hb-ot-hmtx-table.hh     |  23 ++-
57880  src/hb-ot-var-gvar-table.hh | 410 +++++++++++++++++++++++++++++++++++++++-----
57881  3 files changed, 542 insertions(+), 42 deletions(-)
57882
57883 commit 4f37ab63de9705d7bf74ee75364747e41b7c06a1
57884 Author: Garret Rieger <grieger@google.com>
57885 Date:   Thu Feb 28 17:25:05 2019 -0800
57886
57887     Make hb_subset_input_glyph_set () actually do something.
57888
57889  src/hb-subset-plan.cc       |  3 +++
57890  test/api/hb-subset-test.h   | 11 ++++++++++-
57891  test/api/test-subset-glyf.c | 24 ++++++++++++++++++++++++
57892  3 files changed, 37 insertions(+), 1 deletion(-)
57893
57894 commit 33354ab6b87211ae2e702bee162fa4260078e70a
57895 Author: Michiharu Ariza <ariza@adobe.com>
57896 Date:   Tue Feb 26 16:54:00 2019 -0800
57897
57898     gvar::subset()
57899
57900  src/hb-ot-var-gvar-table.hh | 81 +++++++++++++++++++++++++++++++++++++++------
57901  1 file changed, 71 insertions(+), 10 deletions(-)
57902
57903 commit 45149eb34f9735b5d690a2a7956adb42b938c8d9
57904 Author: Ebrahim Byagowi <ebrahim@gnu.org>
57905 Date:   Fri Feb 22 13:13:42 2019 +0330
57906
57907     [dwrite] hb_directwrite_face_create, a new API
57908     
57909     It makes a hb_face_t from IDWriteFontFace, useful when using
57910     DirectWrite facilities for font selection, loading and rendering
57911     but using harfbuzz for shaping.
57912
57913  src/hb-directwrite.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++----
57914  src/hb-directwrite.h  |  5 +++-
57915  2 files changed, 69 insertions(+), 6 deletions(-)
57916
57917 commit 6f91e0d903d7510a4612a9cc7306ec04260cefed
57918 Author: Michiharu Ariza <ariza@adobe.com>
57919 Date:   Tue Feb 26 11:11:50 2019 -0800
57920
57921     Added hb-ot-var-gvar-table.hh
57922     
57923     implemented sanitize()
57924     placeholder subset()
57925     some code cleanup
57926
57927  src/Makefile.sources        |   1 +
57928  src/hb-bimap.hh             |   6 +-
57929  src/hb-ot-gvar-table.hh     | 211 --------------------------------------------
57930  src/hb-ot-var-gvar-table.hh | 207 +++++++++++++++++++++++++++++++++++++++++++
57931  src/hb-ot-var-hvar-table.hh |  14 +--
57932  src/hb-subset.cc            |   4 +
57933  6 files changed, 222 insertions(+), 221 deletions(-)
57934
57935 commit 45adc185260f0fa1fa86472aafb7f91f942c567e
57936 Author: David Corbett <corbett.dav@husky.neu.edu>
57937 Date:   Mon Feb 18 22:30:40 2019 -0500
57938
57939     Fix or document unsupported font-feature-settings
57940
57941  src/hb-common.cc | 18 ++++++++++++------
57942  util/options.cc  |  3 ++-
57943  2 files changed, 14 insertions(+), 7 deletions(-)
57944
57945 commit d66f7e14a0097d8ca54ad9824f7aa7daee6c7f72
57946 Author: Joël R. Langlois <joel.r.langlois@gmail.com>
57947 Date:   Mon Feb 25 15:26:58 2019 -0500
57948
57949     Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)
57950     
57951     Fixes https://github.com/harfbuzz/harfbuzz/issues/1596
57952
57953  CMakeLists.txt | 12 ------------
57954  1 file changed, 12 deletions(-)
57955
57956 commit d817b446a132816e48e9ce4e3619a52a340ab35a
57957 Author: Michiharu Ariza <ariza@adobe.com>
57958 Date:   Mon Feb 25 09:59:27 2019 -0800
57959
57960     renamed hb_map2_t to hb_bimap_h in its own .hh
57961
57962  src/Makefile.sources        |   1 +
57963  src/hb-bimap.hh             | 109 +++++++++++++++++++++++
57964  src/hb-ot-cff-common.hh     |   4 +-
57965  src/hb-ot-cff1-table.hh     |   4 +-
57966  src/hb-ot-gvar-table.hh     | 211 ++++++++++++++++++++++++++++++++++++++++++++
57967  src/hb-ot-layout-common.hh  |  84 +-----------------
57968  src/hb-ot-var-hvar-table.hh |  12 +--
57969  src/hb-subset-cff-common.cc |   2 +-
57970  src/hb-subset-cff-common.hh |   4 +-
57971  src/hb-subset-cff1.cc       |   8 +-
57972  src/hb-subset-cff2.cc       |   2 +-
57973  11 files changed, 343 insertions(+), 98 deletions(-)
57974
57975 commit 5d781f62ba4df4f322b01ded5008d1c936acd585
57976 Author: Michiharu Ariza <ariza@adobe.com>
57977 Date:   Fri Feb 22 14:53:06 2019 -0800
57978
57979     subset VVAR & outer indices
57980
57981  src/hb-ot-var-hvar-table.hh | 49 ++++++++++++++++++++++++++++++++++++---------
57982  src/hb-subset.cc            |  3 +++
57983  2 files changed, 43 insertions(+), 9 deletions(-)
57984
57985 commit 2d545e1e86d94af05550118cac20ec097bc843b4
57986 Author: Michiharu Ariza <ariza@adobe.com>
57987 Date:   Fri Feb 22 10:22:08 2019 -0800
57988
57989     unuse set in hb_map2_t impl
57990     
57991     also some code cleanup
57992
57993  src/hb-ot-layout-common.hh | 46 +++++++++++++++++++++++-----------------------
57994  1 file changed, 23 insertions(+), 23 deletions(-)
57995
57996 commit ca3b4a21dff4fcd804b0bf2249fb3f286486d8fa
57997 Author: Michiharu Ariza <ariza@adobe.com>
57998 Date:   Thu Feb 21 16:42:30 2019 -0800
57999
58000     fixed compiler gripes
58001
58002  src/hb-ot-var-hvar-table.hh | 12 ++++++------
58003  1 file changed, 6 insertions(+), 6 deletions(-)
58004
58005 commit a7b801f6d1410443f518cec5dad4d89a8feaf01d
58006 Author: Michiharu Ariza <ariza@adobe.com>
58007 Date:   Thu Feb 21 16:34:49 2019 -0800
58008
58009     fix CFF2 local subr subsetting
58010     
58011     bug exposed by impl change of fdmap
58012     also fixed name of subr_remap_ts as subr_remaps_t
58013
58014  src/hb-subset-cff-common.hh |  8 ++++----
58015  src/hb-subset-cff2.cc       | 20 +++++++++-----------
58016  2 files changed, 13 insertions(+), 15 deletions(-)
58017
58018 commit a190140fa47ff5655edbb4eb414175852f722f85
58019 Author: Michiharu Ariza <ariza@adobe.com>
58020 Date:   Thu Feb 21 15:47:27 2019 -0800
58021
58022     fix HVAR & VarStore subsetting
58023
58024  src/hb-ot-layout-common.hh  |  15 +++--
58025  src/hb-ot-var-hvar-table.hh | 140 ++++++++++++++++++++++----------------------
58026  2 files changed, 77 insertions(+), 78 deletions(-)
58027
58028 commit 09df17e71b1860e250638e8e76deee1da5e7a06b
58029 Author: Michiharu Ariza <ariza@adobe.com>
58030 Date:   Wed Feb 20 15:48:29 2019 -0800
58031
58032     subset HVAR
58033     
58034     Re-implemented & repurposed CFF:remap_t as hb_map2_t (moved to hb-ot-layout-common.hh) for two-way mapping for use by index map subsetting.
58035     Hooked up HVAR subsetter through _subset2.
58036     Some renaming in CFF code.
58037
58038  src/hb-ot-cff-common.hh     |  63 ++----------
58039  src/hb-ot-cff1-table.hh     |   8 +-
58040  src/hb-ot-layout-common.hh  | 158 ++++++++++++++++++++++++++++--
58041  src/hb-ot-var-hvar-table.hh | 232 +++++++++++++++++++++++++++++++++++++++++++-
58042  src/hb-subset-cff-common.cc |   9 +-
58043  src/hb-subset-cff-common.hh |  27 ++----
58044  src/hb-subset-cff1.cc       |  29 +++---
58045  src/hb-subset-cff2.cc       |  12 +--
58046  src/hb-subset.cc            |   4 +
58047  9 files changed, 426 insertions(+), 116 deletions(-)
58048
58049 commit 93739242e1aab9b745d0ba3c22c33b4acaf9526c
58050 Author: Michiharu Ariza <ariza@adobe.com>
58051 Date:   Wed Feb 20 13:23:12 2019 -0800
58052
58053     minor edit
58054
58055  src/hb-map.hh | 3 +--
58056  1 file changed, 1 insertion(+), 2 deletions(-)
58057
58058 commit eebc21c8de08d58c806fcd3d0f3a5aedee867776
58059 Author: Michiharu Ariza <ariza@adobe.com>
58060 Date:   Wed Feb 20 12:43:18 2019 -0800
58061
58062     fix crash in hb_map_t::clear()
58063     
58064     in case called immediately after init()
58065
58066  src/hb-map.hh | 3 ++-
58067  1 file changed, 2 insertions(+), 1 deletion(-)
58068
58069 commit a17ed8459ee1e01caf4761f682bcda821bc8e656
58070 Author: Khaled Hosny <khaledhosny@eglug.org>
58071 Date:   Tue Feb 19 21:14:11 2019 +0200
58072
58073     [doc] Move hb_variation_t to hb-common section
58074
58075  docs/harfbuzz-sections.txt | 6 +++---
58076  1 file changed, 3 insertions(+), 3 deletions(-)
58077
58078 commit 9caabc9cf898e1d66921f88890d5b7d46494dc90
58079 Author: Khaled Hosny <khaledhosny@eglug.org>
58080 Date:   Tue Feb 19 19:27:28 2019 +0200
58081
58082     [doc] Move feature_t and its function to hb-common
58083     
58084     It is rather confusing to have script, language etc, in hb-common section
58085     while feature is in hb-shape section. I keep looking for it in hb-common
58086     section then using the API index because I can’t find it there.
58087
58088  docs/harfbuzz-sections.txt | 10 +++++-----
58089  1 file changed, 5 insertions(+), 5 deletions(-)
58090
58091 commit d29c8424c8bfa47c910d0e270f05b5c0a1f803a2
58092 Author: Evgeniy Reizner <razrfalcon@gmail.com>
58093 Date:   Tue Feb 19 18:35:00 2019 +0200
58094
58095     Typo (#1588)
58096     
58097     Fixed a small typo.
58098     [skip ci]
58099
58100  src/hb-ot-font.cc | 2 +-
58101  1 file changed, 1 insertion(+), 1 deletion(-)
58102
58103 commit 6bd4c082e49143d0631881645b81f999347257f8
58104 Author: Khaled Hosny <khaledhosny@eglug.org>
58105 Date:   Tue Feb 19 02:23:58 2019 +0200
58106
58107     [doc] Document hb_feature_from_string() syntax
58108     
58109     Copied and edited from the util option documentation. The docbook table
58110     syntax is too verbose, but that is the best I can come up with.
58111
58112  src/hb-common.cc | 35 ++++++++++++++++++++++++++++++++++-
58113  1 file changed, 34 insertions(+), 1 deletion(-)
58114
58115 commit 11456b2d9c1c567d1ad6496a3056154b69cafa21
58116 Author: Behdad Esfahbod <behdad@fb.com>
58117 Date:   Fri Feb 15 16:58:43 2019 -0800
58118
58119     WHitespace
58120
58121  src/hb-ot-layout-gsubgpos.hh | 4 ----
58122  1 file changed, 4 deletions(-)
58123
58124 commit 77060bcda229dc237d3952fbf5da59709cd81e05
58125 Author: Behdad Esfahbod <behdad@fb.com>
58126 Date:   Fri Feb 15 16:55:08 2019 -0800
58127
58128     [iter] Add hb_all, hb_any, hb_none
58129
58130  src/hb-iter.hh   | 46 +++++++++++++++++++++++++++++++++++++++++++++-
58131  src/test-iter.cc |  2 ++
58132  2 files changed, 47 insertions(+), 1 deletion(-)
58133
58134 commit 72dd5e34e0fc2902857c39cd4609d40b71fa4736
58135 Author: Behdad Esfahbod <behdad@fb.com>
58136 Date:   Fri Feb 15 16:11:32 2019 -0800
58137
58138     [iter] Make hb_iter() into function-object
58139
58140  src/hb-iter.hh | 28 +++++++++++++++++++---------
58141  1 file changed, 19 insertions(+), 9 deletions(-)
58142
58143 commit 98be7bd77ada32e58dad76897cefcf1d99538d2b
58144 Author: Behdad Esfahbod <behdad@fb.com>
58145 Date:   Fri Feb 15 16:09:29 2019 -0800
58146
58147     [iter] Make hb_map into function-object
58148
58149  src/hb-iter.hh | 11 +++++++----
58150  1 file changed, 7 insertions(+), 4 deletions(-)
58151
58152 commit c1e5ba81fe4888143c1cf4a3deb3597875580c6d
58153 Merge: b8b3b3e38 3da79dd5b
58154 Author: Behdad Esfahbod <behdad@fb.com>
58155 Date:   Fri Feb 15 16:06:03 2019 -0800
58156
58157     Merge remote-tracking branch 'origin/master' into iter
58158
58159 commit b8b3b3e38b08ee7bb8d44481dd25febcee693554
58160 Author: Behdad Esfahbod <behdad@fb.com>
58161 Date:   Fri Feb 15 16:05:36 2019 -0800
58162
58163     [iter] Add hb_enumerate() and use it
58164
58165  src/hb-iter.hh               | 39 +++++++++++++++++++++++++++++++++++++--
58166  src/hb-ot-layout-gsubgpos.hh | 32 ++++++++++++--------------------
58167  2 files changed, 49 insertions(+), 22 deletions(-)
58168
58169 commit 3da79dd5b92b89fbf062cbe591e6b1ba83083aec
58170 Merge: 500055018 d8a68728a
58171 Author: Behdad Esfahbod <behdad@behdad.org>
58172 Date:   Fri Feb 15 15:54:51 2019 -0800
58173
58174     Merge pull request #1557 from harfbuzz/cff-more-arrayof-fixes
58175     
58176     CFF more arrayof fixes
58177
58178 commit 5000550183022db8c9cfef63a9ed90eb9f37764d
58179 Merge: 5c2bb1de8 90c8bbf98
58180 Author: Behdad Esfahbod <behdad@behdad.org>
58181 Date:   Fri Feb 15 15:54:13 2019 -0800
58182
58183     Merge pull request #1583 from harfbuzz/cff-retain-gids
58184     
58185     [subset] Implement --retain-gids with CFF/CFF2
58186
58187 commit d8a68728a077a8c5fc8ceae19f2866cdc8b70baf
58188 Merge: 1cb1d5d7f 5c2bb1de8
58189 Author: Michiharu Ariza <ariza@adobe.com>
58190 Date:   Fri Feb 15 14:48:10 2019 -0800
58191
58192     Merge branch 'master' into cff-more-arrayof-fixes
58193
58194 commit 90c8bbf98747eb29687471da892b4a34a9236242
58195 Merge: 6f1dfd082 5c2bb1de8
58196 Author: Michiharu Ariza <ariza@adobe.com>
58197 Date:   Fri Feb 15 14:47:38 2019 -0800
58198
58199     Merge branch 'master' into cff-retain-gids
58200
58201 commit 5c2bb1de8de31fecf0dae2ef905b896e42d39f1d
58202 Author: Martin <44297768+TheRealMDoerr@users.noreply.github.com>
58203 Date:   Fri Feb 15 19:23:46 2019 +0100
58204
58205     Support xlclang++ on AIX. (#1584)
58206
58207  src/hb-atomic.hh | 2 +-
58208  1 file changed, 1 insertion(+), 1 deletion(-)
58209
58210 commit 1558a43342e2c5649cf48cb5860ac8a7aa9faf1d
58211 Author: Behdad Esfahbod <behdad@fb.com>
58212 Date:   Thu Feb 14 20:46:13 2019 -0800
58213
58214     [test] Minor
58215
58216  src/test-algs.cc | 1 +
58217  1 file changed, 1 insertion(+)
58218
58219 commit fa373584def11c97d8a7db00d9abc04851ca9480
58220 Author: Behdad Esfahbod <behdad@fb.com>
58221 Date:   Thu Feb 14 20:15:07 2019 -0800
58222
58223     [algs] Test pair more
58224
58225  src/test-algs.cc | 4 ++++
58226  1 file changed, 4 insertions(+)
58227
58228 commit 0d7af5fb02723d8f4e8ad93848e9abe384174b36
58229 Author: Behdad Esfahbod <behdad@fb.com>
58230 Date:   Thu Feb 14 19:37:57 2019 -0800
58231
58232     [algs] Use universal references for hb_pair()
58233     
58234     Such that it carries lvalues inside.
58235
58236  src/Makefile.am  |  6 +++++-
58237  src/hb-algs.hh   |  2 +-
58238  src/test-algs.cc | 45 +++++++++++++++++++++++++++++++++++++++++++++
58239  3 files changed, 51 insertions(+), 2 deletions(-)
58240
58241 commit 5b99c92d4c6e294bb328113308e5c9cd23b3ed67
58242 Author: Behdad Esfahbod <behdad@fb.com>
58243 Date:   Thu Feb 14 17:10:04 2019 -0800
58244
58245     [iter] Use more
58246
58247  src/hb-iter.hh               |  4 ++--
58248  src/hb-ot-layout-gsubgpos.hh | 10 ++++------
58249  2 files changed, 6 insertions(+), 8 deletions(-)
58250
58251 commit 72c1b59588bec30322abfa4de04b53e93122b25b
58252 Author: Behdad Esfahbod <behdad@fb.com>
58253 Date:   Thu Feb 14 15:43:20 2019 -0800
58254
58255     [iter] Use in more places
58256
58257  src/hb-ot-layout-gsubgpos.hh | 48 ++++++++++++++++++--------------------------
58258  1 file changed, 20 insertions(+), 28 deletions(-)
58259
58260 commit 40cce41eaeac731334251cccaa124407e6bffccb
58261 Author: Behdad Esfahbod <behdad@fb.com>
58262 Date:   Thu Feb 14 15:14:37 2019 -0800
58263
58264     [iter] Use in a couple more intersects() calls
58265
58266  src/hb-ot-layout-gsubgpos.hh | 10 ++++------
58267  1 file changed, 4 insertions(+), 6 deletions(-)
58268
58269 commit bafdf1829d15e658df55eabc0548e9ca71d18b1b
58270 Author: Behdad Esfahbod <behdad@fb.com>
58271 Date:   Thu Feb 14 15:13:16 2019 -0800
58272
58273     [iter] Use in a couple more closure() calls
58274
58275  src/hb-ot-layout-gsubgpos.hh | 10 ++++------
58276  1 file changed, 4 insertions(+), 6 deletions(-)
58277
58278 commit fa35d3fd81c1ddb847cdd83556f817db9ef7f35b
58279 Author: Behdad Esfahbod <behdad@fb.com>
58280 Date:   Thu Feb 14 14:04:05 2019 -0800
58281
58282     [iter] Add hb_drain
58283
58284  src/hb-iter.hh   | 11 +++++++++++
58285  src/test-iter.cc |  7 ++++++-
58286  2 files changed, 17 insertions(+), 1 deletion(-)
58287
58288 commit f4cfd6b6adbe0a87fe565a29b6cd600cf86f65dd
58289 Author: Behdad Esfahbod <behdad@fb.com>
58290 Date:   Thu Feb 14 13:45:52 2019 -0800
58291
58292     [iter] A couple more hb_apply() + lambda uses
58293
58294  src/hb-ot-layout-gsub-table.hh | 16 +++++++++-------
58295  1 file changed, 9 insertions(+), 7 deletions(-)
58296
58297 commit 7514a49f217c42ae0c895755e305f1d5b75c759d
58298 Author: Behdad Esfahbod <behdad@fb.com>
58299 Date:   Thu Feb 14 13:16:33 2019 -0800
58300
58301     [iter] Use hb_apply() with lambda functions in a few places
58302
58303  src/hb-ot-layout-gsub-table.hh | 30 +++++++++++++++++-------------
58304  1 file changed, 17 insertions(+), 13 deletions(-)
58305
58306 commit 0670e1a6f5d9938d30d5d0674ea10752d4a58114
58307 Author: Behdad Esfahbod <behdad@fb.com>
58308 Date:   Thu Feb 14 11:53:40 2019 -0800
58309
58310     [iter] Remove excess use of universal references
58311     
58312     Every time I have to study these to understand why a change is right..
58313
58314  src/hb-iter.hh | 6 +++---
58315  1 file changed, 3 insertions(+), 3 deletions(-)
58316
58317 commit 773d75637c36426b96be43f1188c68d77ac4ba47
58318 Author: Behdad Esfahbod <behdad@fb.com>
58319 Date:   Thu Feb 14 11:40:22 2019 -0800
58320
58321     [iter] Add hb_apply()
58322
58323  src/hb-iter.hh   | 30 ++++++++++++++++++++++++++++++
58324  src/test-iter.cc |  3 +++
58325  2 files changed, 33 insertions(+)
58326
58327 commit 5b725784e53a96ba4d983184a2670aba2aa0fd9c
58328 Merge: 00db94095 28f773613
58329 Author: Behdad Esfahbod <behdad@fb.com>
58330 Date:   Thu Feb 14 11:34:55 2019 -0800
58331
58332     Merge branch 'master' into iter
58333
58334 commit 28f77361322886360743fdbffd388c9482cf4257
58335 Author: Behdad Esfahbod <behdad@fb.com>
58336 Date:   Thu Feb 14 11:34:28 2019 -0800
58337
58338     [CI] Install more packages
58339     
58340     Wish there was a way to streamline this :(.
58341
58342  .circleci/config.yml | 6 +++---
58343  1 file changed, 3 insertions(+), 3 deletions(-)
58344
58345 commit 00db94095d53bd5e954be31caa428a3fd8f5f4c2
58346 Author: Behdad Esfahbod <behdad@fb.com>
58347 Date:   Thu Feb 14 11:10:13 2019 -0800
58348
58349     [iter] Make hb_filter() a function-object
58350
58351  src/hb-iter.hh | 13 ++++++++-----
58352  1 file changed, 8 insertions(+), 5 deletions(-)
58353
58354 commit aa4c3212628f6861f1ef3ecb9eb5205b5780ac91
58355 Author: Behdad Esfahbod <behdad@fb.com>
58356 Date:   Thu Feb 14 11:07:12 2019 -0800
58357
58358     [iter] Make hb_zip() a function-object
58359
58360  src/hb-iter.hh | 13 ++++++++-----
58361  1 file changed, 8 insertions(+), 5 deletions(-)
58362
58363 commit f8fcfb263e197c27015eeea56761b2dc8138da91
58364 Author: Behdad Esfahbod <behdad@fb.com>
58365 Date:   Thu Feb 14 11:03:29 2019 -0800
58366
58367     [iter] Accept pointers to hb_sink()
58368
58369  src/hb-iter.hh                 | 4 ++++
58370  src/hb-ot-layout-gsub-table.hh | 6 +++---
58371  2 files changed, 7 insertions(+), 3 deletions(-)
58372
58373 commit b530573ad9b30e06d5cecfd107941c573cd5d999
58374 Author: Behdad Esfahbod <behdad@fb.com>
58375 Date:   Thu Feb 14 11:00:10 2019 -0800
58376
58377     [iter] Make hb_sink function-object
58378
58379  src/hb-iter.hh | 11 ++++++-----
58380  1 file changed, 6 insertions(+), 5 deletions(-)
58381
58382 commit bb139cb8d0e4339042c5d0d0f192e13707c2bda4
58383 Author: Behdad Esfahbod <behdad@fb.com>
58384 Date:   Thu Feb 14 10:51:47 2019 -0800
58385
58386     [iter] Back to dagger formatting for pipelines
58387
58388  src/hb-ot-layout-gsub-table.hh | 9 ++++++---
58389  1 file changed, 6 insertions(+), 3 deletions(-)
58390
58391 commit 5fa52e62b1744347970c42f42bbcd8d2e82d6c60
58392 Author: Behdad Esfahbod <behdad@fb.com>
58393 Date:   Thu Feb 14 10:51:02 2019 -0800
58394
58395     [iter] Accept iterator, not iterable, in hb_sink()()
58396
58397  src/hb-iter.hh   | 8 ++++----
58398  src/test-iter.cc | 1 +
58399  2 files changed, 5 insertions(+), 4 deletions(-)
58400
58401 commit 0f292ea85f54b3496fe87e6466acf43b76f57dcd
58402 Author: Behdad Esfahbod <behdad@fb.com>
58403 Date:   Thu Feb 14 10:49:31 2019 -0800
58404
58405     [iter] Accept iterator, not iterable, in hb_filter()()
58406
58407  src/hb-iter.hh | 10 +++++-----
58408  1 file changed, 5 insertions(+), 5 deletions(-)
58409
58410 commit 345bfbb207b4d1174ee0ec41cf35cdc2e14936ff
58411 Author: Behdad Esfahbod <behdad@fb.com>
58412 Date:   Thu Feb 14 10:48:20 2019 -0800
58413
58414     [iter] Accept iterator, not iterable, in hb_map()()
58415
58416  src/hb-iter.hh | 10 +++++-----
58417  1 file changed, 5 insertions(+), 5 deletions(-)
58418
58419 commit 16cc313dcd7d4ddf16451cadc118aeb680101384
58420 Author: Behdad Esfahbod <behdad@fb.com>
58421 Date:   Thu Feb 14 10:40:05 2019 -0800
58422
58423     [iter] Use hb_sink()
58424
58425  src/hb-ot-layout-gsub-table.hh | 22 +++++++++++-----------
58426  1 file changed, 11 insertions(+), 11 deletions(-)
58427
58428 commit b702a0cbf8abae4622a99adf3a3b6adda3d9f2c1
58429 Author: Behdad Esfahbod <behdad@fb.com>
58430 Date:   Thu Feb 14 10:39:58 2019 -0800
58431
58432     [iter] Add hb_sink()
58433
58434  src/hb-iter.hh | 25 +++++++++++++++++++++++++
58435  1 file changed, 25 insertions(+)
58436
58437 commit 1cb1d5d7fb74e9f42dc8361dcdf669ed479d595d
58438 Merge: 8a568a885 d5287e1ba
58439 Author: Michiharu Ariza <ariza@adobe.com>
58440 Date:   Thu Feb 14 10:09:19 2019 -0800
58441
58442     Merge branch 'master' into cff-more-arrayof-fixes
58443
58444 commit 6f1dfd082cf79488ae6773e7d99172f13575668c
58445 Merge: b1dbc77fa d5287e1ba
58446 Author: Michiharu Ariza <ariza@adobe.com>
58447 Date:   Thu Feb 14 10:08:16 2019 -0800
58448
58449     Merge branch 'master' into cff-retain-gids
58450
58451 commit 9e7383d124f1f1422f542720c76b4ee9605bda8b
58452 Author: Behdad Esfahbod <behdad@fb.com>
58453 Date:   Wed Feb 13 23:54:36 2019 -0800
58454
58455     [CI] Disable cmake-oracledeveloperstudio bot
58456     
58457     Weird error:
58458     
58459     "/root/project/src/hb-iter.hh", line 277: Error: Type name expected instead of "decltype()".
58460     "/root/project/src/hb-iter.hh", line 278: Error: Invalid type while substituting into Iter::item_t.
58461     "/root/project/src/hb-iter.hh", line 317: Error: Type name expected instead of "decltype()".
58462     "/root/project/src/hb-iter.hh", line 318: Error: Invalid type while substituting into Iter::item_t.
58463
58464  .circleci/config.yml | 2 +-
58465  1 file changed, 1 insertion(+), 1 deletion(-)
58466
58467 commit 4103252323b15a821f0a912b580c2107211b918f
58468 Merge: f1b893440 d5287e1ba
58469 Author: Behdad Esfahbod <behdad@fb.com>
58470 Date:   Wed Feb 13 23:46:43 2019 -0800
58471
58472     Merge branch 'master' into iter
58473
58474 commit d5287e1ba40638be5d48178ce3d64557b622b01f
58475 Author: Behdad Esfahbod <behdad@fb.com>
58476 Date:   Wed Feb 13 23:46:17 2019 -0800
58477
58478     [CI] Install wget on clang-O3-O0 bot
58479
58480  .circleci/config.yml | 2 +-
58481  1 file changed, 1 insertion(+), 1 deletion(-)
58482
58483 commit f1b8934400137fe832909730ad86d73595612e9e
58484 Author: Behdad Esfahbod <behdad@fb.com>
58485 Date:   Wed Feb 13 23:30:21 2019 -0800
58486
58487     [CI] Remove macos-notest-ios bot
58488     
58489     Not sure what ancient compiler it is (gcc 4.2?), but didn't like hb_zip SFINAE
58490     apparently:
58491     
58492     In file included from /Users/distiller/project/src/hb-aat-layout.cc:28:
58493     In file included from /Users/distiller/project/src/hb-open-type.hh:32:
58494     In file included from /Users/distiller/project/src/hb.hh:642:
58495     /Users/distiller/project/src/hb-iter.hh:364:1: note: candidate template ignored: substitution failure [with A = OT::Coverage, B = OT::OffsetArrayOf<OT::ChainRuleSet>]: non-type template argument does not refer to any declaration
58496     hb_zip (const A& a, const B &b)
58497     ^
58498     In file included from /Users/distiller/project/src/hb-aat-layout.cc:37:
58499     In file included from /Users/distiller/project/src/hb-aat-layout-kerx-table.hh:31:
58500     In file included from /Users/distiller/project/src/hb-kern.hh:32:
58501     /Users/distiller/project/src/hb-ot-layout-gpos-table.hh:725:20: error: no matching function for call to 'hb_zip'
58502         for (auto it = hb_zip (this+coverage, pairSet)
58503                        ^~~~~~
58504     
58505     Not going to try to appease.
58506
58507  .circleci/config.yml | 13 -------------
58508  1 file changed, 13 deletions(-)
58509
58510 commit 7d2376de336c7fc14d69e01add02115335f92db8
58511 Merge: 2d940946d 890d0ee77
58512 Author: Behdad Esfahbod <behdad@fb.com>
58513 Date:   Wed Feb 13 22:08:54 2019 -0800
58514
58515     Merge branch 'master' into iter
58516
58517 commit 890d0ee77fecd6aa4f19b663bb2897735a0d4c0b
58518 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58519 Date:   Thu Feb 14 00:27:01 2019 +0330
58520
58521     Minor, use a meaningful naming in template parameter (#1582)
58522
58523  src/hb-ot-layout.hh | 6 +++---
58524  1 file changed, 3 insertions(+), 3 deletions(-)
58525
58526 commit 8a568a8858b44a81ca43a82761a70bf8d53e7c26
58527 Merge: c83412e4c 1e1d0e63d
58528 Author: Michiharu Ariza <ariza@adobe.com>
58529 Date:   Wed Feb 13 11:25:00 2019 -0800
58530
58531     Merge branch 'master' into cff-more-arrayof-fixes
58532
58533 commit b1dbc77fa62a99047df539663cfd1e8778d2c907
58534 Merge: c3a3536c9 1e1d0e63d
58535 Author: Michiharu Ariza <ariza@adobe.com>
58536 Date:   Wed Feb 13 11:24:38 2019 -0800
58537
58538     Merge branch 'master' into cff-retain-gids
58539
58540 commit 1e1d0e63df405730ed542ae1d729928623addf08
58541 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58542 Date:   Wed Feb 13 12:58:01 2019 +0330
58543
58544     Fix djgpp complains by tweaking templates (#1579)
58545     
58546     For some reasons djgpp doesn't understand "unsigned int" can be same
58547     with one of uint*_t anyway so lets do that for it explicitly.
58548     
58549     Just to note, our CI's djgpp is based GCC 7.2.0 and isn't old.
58550
58551  src/hb-ot-layout.hh               | 4 ++--
58552  src/hb-ot-shape-complex-arabic.cc | 6 +++---
58553  2 files changed, 5 insertions(+), 5 deletions(-)
58554
58555 commit c3a3536c9a00a989ebd83d52e67d06525ed669bc
58556 Merge: bc33c617b 85a6d3121
58557 Author: Michiharu Ariza <ariza@adobe.com>
58558 Date:   Tue Feb 12 15:10:59 2019 -0800
58559
58560     Merge branch 'cff-retain-gids' of https://github.com/harfbuzz/harfbuzz into cff-retain-gids
58561
58562 commit bc33c617b85988f4d81312e62a75f92601852c76
58563 Merge: c6af84617 fdfa3d29b
58564 Author: Michiharu Ariza <ariza@adobe.com>
58565 Date:   Tue Feb 12 15:10:50 2019 -0800
58566
58567     Merge branch 'master' into cff-retain-gids
58568
58569 commit c6af846178bba10af318bcea1e9ac5165ec2aea6
58570 Author: Michiharu Ariza <ariza@adobe.com>
58571 Date:   Tue Feb 12 15:10:43 2019 -0800
58572
58573     tweaked --desubroutinize to remove hintmask only subrs
58574
58575  src/hb-subset-cff-common.hh | 26 ++++++++++++++++++++++++--
58576  1 file changed, 24 insertions(+), 2 deletions(-)
58577
58578 commit 85a6d3121a26c9bcbec60d37b64643ff8dc97a0a
58579 Merge: d9ded0699 fdfa3d29b
58580 Author: Michiharu Ariza <ariza@adobe.com>
58581 Date:   Mon Feb 11 14:25:21 2019 -0800
58582
58583     Merge branch 'master' into cff-retain-gids
58584
58585 commit c83412e4cec10f6f6f6ac38f202b3ce373da5daf
58586 Merge: 1239b6b2b fdfa3d29b
58587 Author: Michiharu Ariza <ariza@adobe.com>
58588 Date:   Mon Feb 11 14:16:25 2019 -0800
58589
58590     Merge branch 'master' into cff-more-arrayof-fixes
58591
58592 commit fdfa3d29b7c347b5038f4f9148428c80dde462ae
58593 Author: Ken <21211439+kencu@users.noreply.github.com>
58594 Date:   Sun Feb 10 23:46:05 2019 -0800
58595
58596     hb-coretext.cc: remove TARGET_OS_MAC from test (#1578)
58597     
58598     it is always true when building on APPLE systems
58599     and this file only builds on APPLE systems
58600
58601  src/hb-coretext.cc | 10 +++++-----
58602  1 file changed, 5 insertions(+), 5 deletions(-)
58603
58604 commit f55e7bf5835c59e478d6a448327d53027c4e9f4a
58605 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58606 Date:   Sun Feb 10 01:08:05 2019 +0330
58607
58608     [ci] Install 'base-devel' on ArchLinux CI bot
58609
58610  .circleci/config.yml | 2 +-
58611  1 file changed, 1 insertion(+), 1 deletion(-)
58612
58613 commit 8f4eb919bd0498e997852aa39656adc4c65b3f0e
58614 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58615 Date:   Sat Feb 9 16:58:02 2019 +0330
58616
58617     [ci] Install 'which' in ArchLinux bot
58618
58619  .circleci/config.yml | 2 +-
58620  1 file changed, 1 insertion(+), 1 deletion(-)
58621
58622 commit 02294349618037f59b32834b49880ca75ed96261
58623 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58624 Date:   Sat Feb 9 16:33:28 2019 +0330
58625
58626     [ci] Speculative fix for Alpine and ArchLinux bots
58627
58628  .circleci/config.yml | 4 ++--
58629  1 file changed, 2 insertions(+), 2 deletions(-)
58630
58631 commit d9ded069926bf46a5d8e5edbf5201c98044db78e
58632 Merge: a5e933eba 84694af72
58633 Author: Michiharu Ariza <ariza@adobe.com>
58634 Date:   Fri Feb 8 14:44:20 2019 -0800
58635
58636     Merge branch 'master' into cff-retain-gids
58637
58638 commit a5e933eba08ff50ac3beb1055ae952ccc26d0af7
58639 Author: Michiharu Ariza <ariza@adobe.com>
58640 Date:   Fri Feb 8 14:44:13 2019 -0800
58641
58642     Updated expected/cff-japanese fonts with retained FDs
58643
58644  ...gular.default.3042,3044,3046,3048,304A,304B.otf |    Bin 6324 -> 6356 bytes
58645  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6568 -> 6564 bytes
58646  .../SourceHanSans-Regular.default.61,63,65,6B.otf  |    Bin 5500 -> 5532 bytes
58647  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6780 -> 6780 bytes
58648  .../SourceHanSans-Regular.default.660E.otf         |    Bin 5248 -> 5248 bytes
58649  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536352 -> 537992 bytes
58650  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690752 -> 692312 bytes
58651  ...ular.desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 530004 -> 531624 bytes
58652  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690868 -> 692496 bytes
58653  ...ans-Regular.desubroutinize-retain-gids.660E.otf |    Bin 612212 -> 613836 bytes
58654  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf |    Bin 6248 -> 6272 bytes
58655  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6432 -> 6456 bytes
58656  ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf |    Bin 5428 -> 5460 bytes
58657  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6552 -> 6572 bytes
58658  .../SourceHanSans-Regular.desubroutinize.660E.otf  |    Bin 5196 -> 5224 bytes
58659  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536176 -> 537424 bytes
58660  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690500 -> 691692 bytes
58661  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf |    Bin 529888 -> 531124 bytes
58662  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690564 -> 691808 bytes
58663  ....drop-hints-desubroutinize-retain-gids.660E.otf |    Bin 612108 -> 613348 bytes
58664  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536244 -> 537492 bytes
58665  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690596 -> 691788 bytes
58666  ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf |    Bin 529928 -> 531164 bytes
58667  ...-Regular.drop-hints-retain-gids.61,63,65,6B.ttx | 393879 ++++++++++++++++++
58668  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 690768 -> 692008 bytes
58669  ...HanSans-Regular.drop-hints-retain-gids.660E.otf |    Bin 612128 -> 613368 bytes
58670  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf |    Bin 6132 -> 6164 bytes
58671  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 6304 -> 6300 bytes
58672  ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf |    Bin 5344 -> 5376 bytes
58673  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 6472 -> 6472 bytes
58674  .../SourceHanSans-Regular.drop-hints.660E.otf      |    Bin 5140 -> 5140 bytes
58675  ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf |    Bin 536436 -> 538076 bytes
58676  ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf |    Bin 690860 -> 692420 bytes
58677  ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf |    Bin 530084 -> 531704 bytes
58678  ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf |    Bin 691076 -> 692700 bytes
58679  .../SourceHanSans-Regular.retain-gids.660E.otf     |    Bin 612236 -> 613860 bytes
58680  36 files changed, 393879 insertions(+)
58681
58682 commit 84694af723bde07cf3231ed2d2e193123f5f73ed
58683 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58684 Date:   Fri Feb 8 15:30:17 2019 +0330
58685
58686     [ci] Disable the just added bot
58687     
58688     Doesn't play well with CircleCI apparently
58689     
58690     https://circleci.com/gh/harfbuzz/harfbuzz/74289
58691
58692  .circleci/config.yml | 19 ++++++++++---------
58693  1 file changed, 10 insertions(+), 9 deletions(-)
58694
58695 commit 81ae4974e35aa8ca408abd6238eb768f5c948287
58696 Author: Ebrahim Byagowi <ebrahim@gnu.org>
58697 Date:   Fri Feb 8 15:18:26 2019 +0330
58698
58699     [ci] Add a Void Linux bot
58700     
58701     https://voidlinux.org/ is yet another and different distro written from scratch, thus completely eligible to have a bot here!
58702     
58703     Seriously however not that useful yet however but I will try to overload it other tasks later, like our other bots.
58704     
58705     No test yet also, couldn't install cairo-devel, will try to fix that later.
58706     
58707     Their harfbuzz package source: https://github.com/void-linux/void-packages/blob/master/srcpkgs/harfbuzz/template
58708
58709  .circleci/config.yml | 11 ++++++++++-
58710  1 file changed, 10 insertions(+), 1 deletion(-)
58711
58712 commit e2856c2d85eb0f6ce0c780d1889dc9bb05cdc433
58713 Author: Michiharu Ariza <ariza@adobe.com>
58714 Date:   Thu Feb 7 15:32:32 2019 -0800
58715
58716     retain FDSelect & FDArray with --retain-gids
58717     
58718     so in sync with fonttools behavior
58719
58720  src/hb-subset-cff-common.cc                           |  12 ++++--------
58721  .../SourceHanSans-Regular.41,4C2E.retaingids.otf      | Bin 2604 -> 2736 bytes
58722  2 files changed, 4 insertions(+), 8 deletions(-)
58723
58724 commit 1239b6b2b4430658aea78216a1dcc885724a7ab4
58725 Merge: 9f80eb017 126abca98
58726 Author: Michiharu Ariza <ariza@adobe.com>
58727 Date:   Thu Feb 7 10:29:40 2019 -0800
58728
58729     Merge branch 'master' into cff-more-arrayof-fixes
58730
58731 commit a5fa76977b5bdf3bd40ede3cdd0da9c5546557a6
58732 Merge: 214d0b024 126abca98
58733 Author: Michiharu Ariza <ariza@adobe.com>
58734 Date:   Thu Feb 7 10:28:13 2019 -0800
58735
58736     Merge branch 'master' into cff-retain-gids
58737
58738 commit 214d0b024b49edd51974ff2c051535ae06de0709
58739 Author: Michiharu Ariza <ariza@adobe.com>
58740 Date:   Thu Feb 7 10:27:43 2019 -0800
58741
58742     minor change
58743
58744  src/hb-subset-cff-common.cc | 4 ++--
58745  1 file changed, 2 insertions(+), 2 deletions(-)
58746
58747 commit 126abca98a954f7ec3374d0593fee25f78dc10f3
58748 Merge: 1e0628210 7859decdd
58749 Author: Behdad Esfahbod <behdad@behdad.org>
58750 Date:   Wed Feb 6 13:36:52 2019 -0800
58751
58752     Merge pull request #1571 from kencu/cleanostests
58753     
58754     hb-coretext.cc: clean up macosx test
58755
58756 commit 7859decdd02f65dfb3da07bd95742b14b4697638
58757 Author: Ken Cunningham <kencu@macports.org>
58758 Date:   Tue Feb 5 20:26:49 2019 -0800
58759
58760     hb-coretext.cc: clean up macosx test
58761     
58762     TARGET_OS_OSX was introduced only in late OS versions
58763     so always returns as "0" on older systems.
58764     
58765     if !TARGET_OS_IPHONE can work, as it returns as !0 on older
58766     systems where TARGET_OS_IPHONE is not defined, but is not
58767     specific
58768     
58769     if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
58770     is both specific and accurate on all systems.
58771
58772  src/hb-coretext.cc | 10 +++++-----
58773  1 file changed, 5 insertions(+), 5 deletions(-)
58774
58775 commit 9328354a83252a8d8d74fe424ab3894d398b0bd0
58776 Author: Michiharu Ariza <ariza@adobe.com>
58777 Date:   Mon Feb 4 11:28:15 2019 -0800
58778
58779     separate CFF from TrueType in full font tests
58780
58781  ...eSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin
58782  .../SourceSansPro-Regular.default.61,62,63.otf     | Bin
58783  ...ourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf | Bin
58784  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin
58785  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin
58786  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin
58787  ...o-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin
58788  ...urceSansPro-Regular.desubroutinize.61,62,63.otf | Bin
58789  ...nsPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin
58790  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin
58791  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin
58792  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin
58793  ...rop-hints-desubroutinize.1FC,21,41,20,62,63.otf | Bin
58794  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin
58795  ...ar.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf | Bin
58796  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin
58797  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin
58798  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin
58799  ...nsPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin
58800  .../SourceSansPro-Regular.drop-hints.61,62,63.otf  | Bin
58801  ...ceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin
58802  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin
58803  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin
58804  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin
58805  ...gular.default.3042,3044,3046,3048,304A,304B.otf | Bin
58806  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58807  .../SourceHanSans-Regular.default.61,63,65,6B.otf  | Bin
58808  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58809  .../SourceHanSans-Regular.default.660E.otf         | Bin
58810  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
58811  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58812  ...ular.desubroutinize-retain-gids.61,63,65,6B.otf | Bin
58813  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58814  ...ans-Regular.desubroutinize-retain-gids.660E.otf | Bin
58815  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin
58816  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58817  ...eHanSans-Regular.desubroutinize.61,63,65,6B.otf | Bin
58818  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58819  .../SourceHanSans-Regular.desubroutinize.660E.otf  | Bin
58820  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
58821  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58822  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin
58823  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58824  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin
58825  ...esubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin
58826  ...esubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58827  ...gular.drop-hints-desubroutinize.61,63,65,6B.otf | Bin
58828  ...esubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58829  ...Sans-Regular.drop-hints-desubroutinize.660E.otf | Bin
58830  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
58831  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58832  ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf | Bin
58833  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58834  ...HanSans-Regular.drop-hints-retain-gids.660E.otf | Bin
58835  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin
58836  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58837  ...ourceHanSans-Regular.drop-hints.61,63,65,6B.otf | Bin
58838  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58839  .../SourceHanSans-Regular.drop-hints.660E.otf      | Bin
58840  ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin
58841  ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin
58842  ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf | Bin
58843  ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin
58844  .../SourceHanSans-Regular.retain-gids.660E.otf     | Bin
58845  test/subset/data/tests/cff-full-font.tests         |  18 +++++++++++++++++
58846  test/subset/data/tests/cff-japanese.tests          |  22 +++++++++++++++++++++
58847  test/subset/data/tests/full-font.tests             |   7 -------
58848  test/subset/data/tests/japanese.tests              |   7 -------
58849  test/subset/subset_test_suite.py                   |   7 +------
58850  69 files changed, 41 insertions(+), 20 deletions(-)
58851
58852 commit ec30a8a9acf7be9918a8a6bff41696127090173f
58853 Author: Michiharu Ariza <ariza@adobe.com>
58854 Date:   Fri Feb 1 15:58:03 2019 -0800
58855
58856     removed unused test data
58857
58858  ...ts.desubroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 15456 -> 0 bytes
58859  ...r.drop-hints.desubroutinize-retain-gids.61,62,63.otf | Bin 13036 -> 0 bytes
58860  ...-hints.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 16656 -> 0 bytes
58861  ...nsPro-Regular.drop-hints.desubroutinize.61,62,63.otf | Bin 3276 -> 0 bytes
58862  ...-hints.desubroutinize.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34560 -> 0 bytes
58863  ...ro-Regular.drop-hints.retain-gids.D7,D8,D9,DA,DE.otf | Bin 34576 -> 0 bytes
58864  6 files changed, 0 insertions(+), 0 deletions(-)
58865
58866 commit 30b781f20a8e386732f8e2858a22665d7af98061
58867 Merge: c12862657 1e0628210
58868 Author: Michiharu Ariza <ariza@adobe.com>
58869 Date:   Fri Feb 1 14:50:34 2019 -0800
58870
58871     Merge branch 'master' into cff-retain-gids
58872
58873 commit c12862657f24b6c197e23d99a4edbdfcf3c90653
58874 Author: Michiharu Ariza <ariza@adobe.com>
58875 Date:   Fri Feb 1 14:50:01 2019 -0800
58876
58877     added desubroutinize & retain-gids full test cases with CFF fonts
58878     
58879     and CFF retain-gids fixes
58880
58881  src/hb-subset-cff1.cc                              |  44 +++++++++------------
58882  .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 2600 -> 2604 bytes
58883  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33516 bytes
58884  ...Regular.desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 31080 bytes
58885  ...r.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34708 bytes
58886  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33352 bytes
58887  ...p-hints-desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 30956 bytes
58888  ...s-desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34560 bytes
58889  ...op-hints-desubroutinize.1FC,21,41,20,62,63.otf} | Bin
58890  ...-Regular.drop-hints-desubroutinize.61,62,63.otf | Bin 0 -> 3288 bytes
58891  ...r.drop-hints-desubroutinize.D7,D8,D9,DA,DE.otf} | Bin
58892  ...r.drop-hints-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33448 bytes
58893  ...Pro-Regular.drop-hints-retain-gids.61,62,63.otf | Bin 0 -> 31028 bytes
58894  ...gular.drop-hints-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34576 bytes
58895  ...subroutinize-retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 15456 bytes
58896  ...p-hints.desubroutinize-retain-gids.61,62,63.otf | Bin 0 -> 13036 bytes
58897  ...s.desubroutinize-retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 16656 bytes
58898  ...s.desubroutinize.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34560 bytes
58899  ...gular.drop-hints.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34576 bytes
58900  ...sPro-Regular.retain-gids.1FC,21,41,20,62,63.otf | Bin 0 -> 33668 bytes
58901  .../SourceSansPro-Regular.retain-gids.61,62,63.otf | Bin 0 -> 31180 bytes
58902  ...eSansPro-Regular.retain-gids.D7,D8,D9,DA,DE.otf | Bin 0 -> 34724 bytes
58903  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536352 bytes
58904  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690752 bytes
58905  ...ular.desubroutinize-retain-gids.61,63,65,6B.otf | Bin 0 -> 530004 bytes
58906  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690868 bytes
58907  ...ans-Regular.desubroutinize-retain-gids.660E.otf | Bin 0 -> 612212 bytes
58908  .../SourceHanSans-Regular.desubroutinize..otf      | Bin 2340 -> 0 bytes
58909  ...e-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536176 bytes
58910  ...e-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690500 bytes
58911  ...ints-desubroutinize-retain-gids.61,63,65,6B.otf | Bin 0 -> 529888 bytes
58912  ...e-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690564 bytes
58913  ....drop-hints-desubroutinize-retain-gids.660E.otf | Bin 0 -> 612108 bytes
58914  ...subroutinize.3042,3044,3046,3048,304A,304B.otf} | Bin 6076 -> 6096 bytes
58915  ...subroutinize.3042,3044,3046,73E0,5EA6,8F38.otf} | Bin 6180 -> 6204 bytes
58916  ...ular.drop-hints-desubroutinize.61,63,65,6B.otf} | Bin 5312 -> 5344 bytes
58917  ...subroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf} | Bin 6248 -> 6268 bytes
58918  ...ans-Regular.drop-hints-desubroutinize.660E.otf} | Bin 5140 -> 5120 bytes
58919  ...s-retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536244 bytes
58920  ...s-retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690596 bytes
58921  ...-Regular.drop-hints-retain-gids.61,63,65,6B.otf | Bin 0 -> 529928 bytes
58922  ...s-retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 690768 bytes
58923  ...HanSans-Regular.drop-hints-retain-gids.660E.otf | Bin 0 -> 612128 bytes
58924  ...eHanSans-Regular.drop-hints.desubroutinize..otf | Bin 2188 -> 0 bytes
58925  ...r.retain-gids.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 536436 bytes
58926  ...r.retain-gids.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 690860 bytes
58927  ...urceHanSans-Regular.retain-gids.61,63,65,6B.otf | Bin 0 -> 530084 bytes
58928  ...r.retain-gids.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 691076 bytes
58929  .../SourceHanSans-Regular.retain-gids.660E.otf     | Bin 0 -> 612236 bytes
58930  .../data/profiles/desubroutinize-retain-gids.txt   |   2 +
58931  .../drop-hints-desubroutinize-retain-gids.txt      |   3 ++
58932  test/subset/data/tests/full-font.tests             |   6 +++
58933  test/subset/data/tests/japanese.tests              |   6 +++
58934  test/subset/subset_test_suite.py                   |   2 +-
58935  54 files changed, 36 insertions(+), 27 deletions(-)
58936
58937 commit f2908b4d8f9b02ce06d3f648c3f08757797073b6
58938 Author: Michiharu Ariza <ariza@adobe.com>
58939 Date:   Thu Jan 31 14:16:37 2019 -0800
58940
58941     Implement subset --regain-gids option with CFF1/2
58942     
58943     along with api tests & expected results
58944
58945  src/hb-subset-cff-common.cc                        |  17 +++-
58946  src/hb-subset-cff-common.hh                        |  91 +++++++++++++--------
58947  src/hb-subset-cff1.cc                              |  89 ++++++++++++--------
58948  src/hb-subset-cff2.cc                              |  30 ++++---
58949  test/api/fonts/AdobeVFPrototype.ac.retaingids.otf  | Bin 0 -> 7000 bytes
58950  .../SourceHanSans-Regular.41,4C2E.retaingids.otf   | Bin 0 -> 2600 bytes
58951  .../fonts/SourceSansPro-Regular.ac.retaingids.otf  | Bin 0 -> 1708 bytes
58952  test/api/test-subset-cff1.c                        |  48 +++++++++++
58953  test/api/test-subset-cff2.c                        |  24 ++++++
58954  9 files changed, 217 insertions(+), 82 deletions(-)
58955
58956 commit 1e06282105a2d579aab32094cc7abc10ed231978
58957 Author: Behdad Esfahbod <behdad@behdad.org>
58958 Date:   Thu Jan 31 13:56:58 2019 -0800
58959
58960     Adjust hb_is_signed<>
58961     
58962     Fixes https://github.com/harfbuzz/harfbuzz/issues/1535
58963
58964  src/hb-dsalgs.hh | 27 +++++++++------------------
58965  1 file changed, 9 insertions(+), 18 deletions(-)
58966
58967 commit 21ea1c91529471c05e03b6db61df256f24fa23c1
58968 Author: Behdad Esfahbod <behdad@behdad.org>
58969 Date:   Thu Jan 31 13:49:18 2019 -0800
58970
58971     Remove stale comment
58972
58973  src/hb-dsalgs.hh | 5 -----
58974  1 file changed, 5 deletions(-)
58975
58976 commit 9f80eb0177e527253818ad9171fc75fb565318cb
58977 Merge: b37990075 d14d2c20b
58978 Author: Michiharu Ariza <ariza@adobe.com>
58979 Date:   Thu Jan 31 12:54:36 2019 -0800
58980
58981     Merge branch 'master' into cff-more-arrayof-fixes
58982
58983 commit 2d940946d5af0e3869a2324b6e36ca8ea3698c48
58984 Author: Behdad Esfahbod <behdad@behdad.org>
58985 Date:   Wed Jan 30 16:03:16 2019 -0800
58986
58987     [iter] Fix mystery crash
58988     
58989     Fuzzer caught it:
58990     
58991     ==14==ERROR: AddressSanitizer: stack-use-after-return on address 0x7fca2ed7a3e0 at pc 0x0000006057aa bp 0x7ffc3290f1d0 sp 0x7ffc3290f1c8
58992     READ of size 4 at 0x7fca2ed7a3e0 thread T0
58993     SCARINESS: 55 (4-byte-read-stack-use-after-return)
58994         #0 0x6057a9 in OT::SingleSubstFormat2::subset(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:194:40
58995         #1 0x5ff921 in hb_subset_context_t::return_t OT::SingleSubst::dispatch<hb_subset_context_t>(hb_subset_context_t*) const /src/harfbuzz/src/./hb-ot-layout-gsub-table.hh:256:13
58996     
58997     I can't reproduce locally, but many of the bots are failing because of this
58998     as well.
58999     
59000     It's a pity that operator-> must return pointer.  Ugh.  Why?!
59001
59002  src/hb-iter.hh                 | 4 ++++
59003  src/hb-ot-layout-gsub-table.hh | 4 ++--
59004  2 files changed, 6 insertions(+), 2 deletions(-)
59005
59006 commit d14d2c20b05c5acf0a6f9c6dc36a7b8d8966153e
59007 Merge: acf5f0a3a dc04261a5
59008 Author: Behdad Esfahbod <behdad@behdad.org>
59009 Date:   Wed Jan 30 18:36:57 2019 -0500
59010
59011     Merge pull request #1567 from googlefonts/fuzzer
59012     
59013     [subset] Update the subset fuzzer to get  options to use from test case.
59014
59015 commit dc04261a5b8408bcfde16090ddf91568c3d8dae7
59016 Author: Garret Rieger <grieger@google.com>
59017 Date:   Wed Jan 30 15:23:19 2019 -0800
59018
59019     [subset] Update the subset fuzzer to determine which options to use based on data in the fuzzing test case.
59020     Add support for toggling retain_gids.
59021
59022  test/fuzzing/hb-subset-fuzzer.cc | 32 +++++++++++++++++++-------------
59023  1 file changed, 19 insertions(+), 13 deletions(-)
59024
59025 commit 2e675d49f2f705a5b5d95574a5336d5e670a0fba
59026 Merge: ede117dc4 acf5f0a3a
59027 Author: Behdad Esfahbod <behdad@behdad.org>
59028 Date:   Wed Jan 30 15:10:43 2019 -0800
59029
59030     Merge branch 'master' into iter
59031
59032 commit acf5f0a3aff0e128509b0979f629edf0596fcee5
59033 Author: Behdad Esfahbod <behdad@behdad.org>
59034 Date:   Wed Jan 30 15:10:23 2019 -0800
59035
59036     [configure] Fix up
59037
59038  configure.ac | 11 +++++------
59039  1 file changed, 5 insertions(+), 6 deletions(-)
59040
59041 commit ede117dc40d547cd457a420c9f7c9829cdb5f307
59042 Author: Behdad Esfahbod <behdad@behdad.org>
59043 Date:   Wed Jan 30 15:10:23 2019 -0800
59044
59045     [configure] Fix up
59046
59047  configure.ac | 11 +++++------
59048  1 file changed, 5 insertions(+), 6 deletions(-)
59049
59050 commit cbe2118c588622070612ba7ac7eae7496a092e3c
59051 Merge: 8b46c2d93 6b834c1c7
59052 Author: Behdad Esfahbod <behdad@behdad.org>
59053 Date:   Wed Jan 30 15:07:09 2019 -0800
59054
59055     Merge branch 'master' into iter
59056
59057 commit 6b834c1c76b867ef32747202a755255d2f360f1e
59058 Author: Behdad Esfahbod <behdad@behdad.org>
59059 Date:   Wed Jan 30 15:06:22 2019 -0800
59060
59061     [configure] Print compiler version info in report
59062
59063  configure.ac | 6 ++++++
59064  1 file changed, 6 insertions(+)
59065
59066 commit 8b46c2d933b546a88799b08f4a74fd1285518ed5
59067 Author: Behdad Esfahbod <behdad@behdad.org>
59068 Date:   Wed Jan 30 15:06:22 2019 -0800
59069
59070     [configure] Print compiler version info in report
59071
59072  configure.ac | 6 ++++++
59073  1 file changed, 6 insertions(+)
59074
59075 commit 4aa4eedfd5633ee84d37469c9625d12856dbc575
59076 Author: Behdad Esfahbod <behdad@behdad.org>
59077 Date:   Wed Jan 30 15:02:29 2019 -0800
59078
59079     [ci] Switch clang-O3-O0 bot to Ubuntu image
59080     
59081     https://github.com/harfbuzz/harfbuzz/issues/1566
59082
59083  .circleci/config.yml | 2 +-
59084  1 file changed, 1 insertion(+), 1 deletion(-)
59085
59086 commit 7c292c0853140540f13f73d43ef7f7e0746e5f28
59087 Author: Behdad Esfahbod <behdad@behdad.org>
59088 Date:   Wed Jan 30 14:54:23 2019 -0800
59089
59090     [iter] Warning fix
59091     
59092     Not sure why I don't get it, but this warning:
59093     
59094     warning: base class ‘struct hb_iter_fallback_mixin_t<hb_array_t<const OT::UVSMapping>, const OT::UVSMapping&>’ should be explicitly initialized in the copy constructor [-Wextra]
59095
59096  src/hb-iter.hh | 4 +++-
59097  1 file changed, 3 insertions(+), 1 deletion(-)
59098
59099 commit a84b0145ea799c9452ecb97713689247955d30ff
59100 Author: Behdad Esfahbod <behdad@behdad.org>
59101 Date:   Wed Jan 30 14:42:48 2019 -0800
59102
59103     [ci] Disable -Wunused-template on -Weverything bot
59104     
59105     ./hb-algs.hh:37:3: error: unused function template 'operator()' [-Werror,-Wunused-template]
59106       operator () (const T& v) const { return v; }
59107       ^
59108
59109  .circleci/config.yml | 2 +-
59110  1 file changed, 1 insertion(+), 1 deletion(-)
59111
59112 commit d983c529b66b530715e9c813c69e699b1d8029d3
59113 Merge: 55d1d7c8b e6ffcc590
59114 Author: Behdad Esfahbod <behdad@behdad.org>
59115 Date:   Wed Jan 30 17:17:59 2019 -0500
59116
59117     Merge pull request #1564 from googlefonts/retain_gids
59118     
59119     [subset] Add --retain-gids option to the subsetter.
59120
59121 commit 55d1d7c8bcd8d97c4e618e5dd21f13df50b10ce8
59122 Author: Behdad Esfahbod <behdad@behdad.org>
59123 Date:   Wed Jan 30 13:54:15 2019 -0800
59124
59125     2.3.1
59126
59127  NEWS             | 7 +++++++
59128  configure.ac     | 2 +-
59129  src/hb-version.h | 4 ++--
59130  3 files changed, 10 insertions(+), 3 deletions(-)
59131
59132 commit e799004e9f6821864b955a09673544d92e8b45e6
59133 Author: Behdad Esfahbod <behdad@behdad.org>
59134 Date:   Tue Jan 29 17:15:12 2019 -0800
59135
59136     [iter] Whitespace
59137
59138  src/hb-iter.hh | 23 ++++++++++++++---------
59139  1 file changed, 14 insertions(+), 9 deletions(-)
59140
59141 commit 849a0f1758b67eb3b4d864047b9df671e76404a5
59142 Author: Behdad Esfahbod <behdad@behdad.org>
59143 Date:   Tue Jan 29 17:10:19 2019 -0800
59144
59145     [iter] Add hb_iter_with_fallback_t instead
59146
59147  src/hb-array.hh            |  5 +----
59148  src/hb-iter.hh             | 29 +++++++++++++----------------
59149  src/hb-ot-layout-common.hh |  5 +----
59150  src/hb-set.hh              |  5 +----
59151  src/test-iter.cc           |  5 +----
59152  5 files changed, 17 insertions(+), 32 deletions(-)
59153
59154 commit 4d40ed9d1a7a4f18af6710a1b8ba90257b8456a0
59155 Author: Behdad Esfahbod <behdad@behdad.org>
59156 Date:   Tue Jan 29 13:55:23 2019 -0800
59157
59158     [iter] Add hb_iter_with_mixin_t<>
59159
59160  src/hb-array.hh            |  5 +++--
59161  src/hb-iter.hh             | 18 ++++++++++++++++--
59162  src/hb-ot-layout-common.hh |  5 +++--
59163  src/hb-set.hh              |  5 +++--
59164  src/test-iter.cc           |  5 +++--
59165  5 files changed, 28 insertions(+), 10 deletions(-)
59166
59167 commit 6521d5b201cb8df5a3c2657b4da703cf52472f81
59168 Author: Behdad Esfahbod <behdad@behdad.org>
59169 Date:   Tue Jan 29 13:44:39 2019 -0800
59170
59171     [iter] Export operator << / >>
59172
59173  src/hb-iter.hh | 2 ++
59174  1 file changed, 2 insertions(+)
59175
59176 commit 84a25d79c649776a299526c087bf369a9705f89e
59177 Author: Behdad Esfahbod <behdad@behdad.org>
59178 Date:   Tue Jan 29 13:39:19 2019 -0800
59179
59180     [iter] Rename
59181
59182  src/hb-array.hh            |  2 +-
59183  src/hb-iter.hh             | 12 ++++++------
59184  src/hb-ot-layout-common.hh |  2 +-
59185  src/hb-set.hh              |  2 +-
59186  src/test-iter.cc           |  2 +-
59187  5 files changed, 10 insertions(+), 10 deletions(-)
59188
59189 commit e6ffcc5904ab88143cad0c7a7a4c990147af278b
59190 Author: Garret Rieger <grieger@google.com>
59191 Date:   Mon Jan 28 18:12:19 2019 -0800
59192
59193     [subset] Add expected files for retain-gids integration tests.
59194
59195  ...oboto-Regular.abc.drop-hints-retain-gids.61,62,63.ttf | Bin 0 -> 924 bytes
59196  .../Roboto-Regular.abc.drop-hints-retain-gids.61,63.ttf  | Bin 0 -> 856 bytes
59197  .../Roboto-Regular.abc.drop-hints-retain-gids.61.ttf     | Bin 0 -> 744 bytes
59198  .../Roboto-Regular.abc.drop-hints-retain-gids.62.ttf     | Bin 0 -> 712 bytes
59199  .../Roboto-Regular.abc.drop-hints-retain-gids.63.ttf     | Bin 0 -> 716 bytes
59200  .../basics/Roboto-Regular.abc.retain-gids.61,62,63.ttf   | Bin 0 -> 2168 bytes
59201  .../basics/Roboto-Regular.abc.retain-gids.61,63.ttf      | Bin 0 -> 1996 bytes
59202  .../basics/Roboto-Regular.abc.retain-gids.61.ttf         | Bin 0 -> 1808 bytes
59203  .../basics/Roboto-Regular.abc.retain-gids.62.ttf         | Bin 0 -> 1756 bytes
59204  .../basics/Roboto-Regular.abc.retain-gids.63.ttf         | Bin 0 -> 1732 bytes
59205  test/subset/data/profiles/retain-gids.txt                |   1 -
59206  11 files changed, 1 deletion(-)
59207
59208 commit 198859bb3702e45cb271dd51b7231f10d01576be
59209 Author: Garret Rieger <grieger@google.com>
59210 Date:   Mon Jan 28 18:10:56 2019 -0800
59211
59212     [subset] For retain gids don't truncate glyphs past the highest requested subset glyph.
59213
59214  src/hb-subset-plan.cc | 8 +++++---
59215  1 file changed, 5 insertions(+), 3 deletions(-)
59216
59217 commit 490d52f908aaa4722e71a4a682de20e94d89ad00
59218 Author: Garret Rieger <grieger@google.com>
59219 Date:   Mon Jan 28 17:43:42 2019 -0800
59220
59221     [subset] Add retain-gids option to hb-subset executable.
59222
59223  util/hb-subset.cc | 1 +
59224  util/options.cc   | 1 +
59225  util/options.hh   | 2 ++
59226  3 files changed, 4 insertions(+)
59227
59228 commit a903f9c228d1f3e8065f89de16e50027d6018e58
59229 Author: Garret Rieger <grieger@google.com>
59230 Date:   Mon Jan 28 17:43:11 2019 -0800
59231
59232     [subset] Add some subsetting integration tests covering retain gids.
59233
59234  test/subset/data/profiles/drop-hints-retain-gids.txt | 2 ++
59235  test/subset/data/profiles/retain-gids.txt            | 2 ++
59236  test/subset/data/tests/basics.tests                  | 2 ++
59237  3 files changed, 6 insertions(+)
59238
59239 commit 05e99c86baa0e95c2bff1c87d601eaf022c9d1f8
59240 Author: Garret Rieger <grieger@google.com>
59241 Date:   Mon Jan 28 17:05:04 2019 -0800
59242
59243     [subset] A few small fixes for the new subset plan api.
59244
59245  src/hb-ot-hdmx-table.hh | 6 +++---
59246  src/hb-ot-hmtx-table.hh | 9 +++------
59247  src/hb-subset.cc        | 2 +-
59248  3 files changed, 7 insertions(+), 10 deletions(-)
59249
59250 commit bdbe047d6ce3d8873c6740500d38d1b0c4e851f8
59251 Author: Garret Rieger <grieger@google.com>
59252 Date:   Mon Jan 28 16:59:15 2019 -0800
59253
59254     [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.
59255
59256  src/hb-subset-plan.cc | 20 ++++++++++----------
59257  src/hb-subset-plan.hh |  1 -
59258  2 files changed, 10 insertions(+), 11 deletions(-)
59259
59260 commit 74c44ffebafe7758937d82524758be8bb4ecc4e2
59261 Author: Garret Rieger <grieger@google.com>
59262 Date:   Mon Jan 28 16:53:01 2019 -0800
59263
59264     [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.
59265
59266  src/hb-subset-glyf.cc | 57 ++++++++++++++++++++-------------------------------
59267  1 file changed, 22 insertions(+), 35 deletions(-)
59268
59269 commit 4842294b861b9fe322c811abef0ebb0553be2bf0
59270 Author: Garret Rieger <grieger@google.com>
59271 Date:   Mon Jan 28 16:51:27 2019 -0800
59272
59273     [subset] Update gsub to use glyphset() method of subset plan.
59274
59275  src/hb-ot-layout-gsub-table.hh | 4 ++--
59276  1 file changed, 2 insertions(+), 2 deletions(-)
59277
59278 commit 853b1f1aa5489b8439c41c30be77ed042c8c89e5
59279 Author: Garret Rieger <grieger@google.com>
59280 Date:   Mon Jan 28 16:50:56 2019 -0800
59281
59282     [subset] Correct maxp num glyph's to use new subset plan method.
59283
59284  src/hb-ot-maxp-table.hh | 2 +-
59285  1 file changed, 1 insertion(+), 1 deletion(-)
59286
59287 commit 846e05a298bc088f2cd2fe53b75ca531916a56f8
59288 Author: Garret Rieger <grieger@google.com>
59289 Date:   Mon Jan 28 16:50:20 2019 -0800
59290
59291     [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it.
59292
59293  src/hb-subset-cff1.cc | 36 ++++++++++++++++++------------------
59294  src/hb-subset-cff2.cc | 12 ++++++------
59295  src/hb-subset-plan.hh |  3 +++
59296  3 files changed, 27 insertions(+), 24 deletions(-)
59297
59298 commit 03e88eab5c0f8775ccffc0925532748140d93470
59299 Author: Garret Rieger <grieger@google.com>
59300 Date:   Mon Jan 28 16:15:06 2019 -0800
59301
59302     Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation.
59303
59304  src/hb-ot-hmtx-table.hh | 99 +++++++++++++++++++++++++------------------------
59305  src/hb-subset-plan.cc   |  2 +-
59306  src/hb-subset-plan.hh   |  2 +-
59307  3 files changed, 53 insertions(+), 50 deletions(-)
59308
59309 commit 925be2922348336335a96d84e606d4bdd9a11110
59310 Author: Garret Rieger <grieger@google.com>
59311 Date:   Fri Jan 25 18:04:41 2019 -0800
59312
59313     Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
59314
59315  src/hb-ot-layout-common.hh |  4 ++--
59316  src/hb-ot-vorg-table.hh    | 30 +++++++++++++++++++-----------
59317  2 files changed, 21 insertions(+), 13 deletions(-)
59318
59319 commit 4af3be6ef8654ae05b331941e6e690ac197fd144
59320 Author: Garret Rieger <grieger@google.com>
59321 Date:   Fri Jan 25 18:03:47 2019 -0800
59322
59323     Remove glyph array from subset plan, make num_glyphs and glyphset private.
59324
59325  src/hb-subset-plan.hh | 51 +++++++++++++++++++++++++++++++++++++++++----------
59326  1 file changed, 41 insertions(+), 10 deletions(-)
59327
59328 commit 23f364429dc9350ee06146bdf0ff73d7035e1d71
59329 Author: Garret Rieger <grieger@google.com>
59330 Date:   Fri Jan 18 18:33:21 2019 -0800
59331
59332     [subset] Fix hdmx subsetting when retain gids is enabled.
59333
59334  src/hb-ot-hdmx-table.hh | 19 +++++++++++--------
59335  src/hb-subset-plan.cc   | 10 ++++++++++
59336  src/hb-subset-plan.hh   | 16 +++++++++++++++-
59337  3 files changed, 36 insertions(+), 9 deletions(-)
59338
59339 commit 2da1654aefbe4f8e5f1320f1c061adbf90963951
59340 Author: Garret Rieger <grieger@google.com>
59341 Date:   Fri Jan 18 17:49:35 2019 -0800
59342
59343     [subset] Compute num_glyphs during subset plan construction.
59344     Update maxp to use the correct num glyphs.
59345
59346  src/hb-ot-maxp-table.hh |  2 +-
59347  src/hb-subset-glyf.cc   |  6 +-----
59348  src/hb-subset-plan.cc   | 16 +++++++++++++---
59349  src/hb-subset-plan.hh   |  1 +
59350  4 files changed, 16 insertions(+), 9 deletions(-)
59351
59352 commit ccc59dc6121e98ed8d610350b43218e540f61f25
59353 Author: Garret Rieger <grieger@google.com>
59354 Date:   Fri Jan 18 17:36:32 2019 -0800
59355
59356     [subset] Add unit test for glyf subsetting and retain gids.
59357
59358  test/api/fonts/Roboto-Regular.ac.retaingids.ttf | Bin 0 -> 2284 bytes
59359  test/api/test-subset-glyf.c                     |  26 ++++++++++++++++++++++++
59360  2 files changed, 26 insertions(+)
59361
59362 commit 96b038f375bcfcfdf76c75200ca02758ea7a4ff6
59363 Author: Garret Rieger <grieger@google.com>
59364 Date:   Fri Jan 18 16:41:08 2019 -0800
59365
59366     [subset] fix failure to init instruction ranges values for an invalid glyph.
59367
59368  src/hb-subset-glyf.cc | 8 ++++----
59369  1 file changed, 4 insertions(+), 4 deletions(-)
59370
59371 commit 4b1ac3a2fa0a5842b5d45d287fe33e5050ffda3f
59372 Author: Garret Rieger <grieger@google.com>
59373 Date:   Fri Jan 18 15:11:26 2019 -0800
59374
59375     [subset] Do some refactoring in hb-subset-glyf.cc.
59376     - Extract code out into helper methods in several places.
59377     - Bundle loca address, size and is short into a struct.
59378
59379  src/hb-subset-glyf.cc | 264 ++++++++++++++++++++++++++++----------------------
59380  1 file changed, 148 insertions(+), 116 deletions(-)
59381
59382 commit b7f971884ed838636be85de216bf60ca4a28ccb9
59383 Author: Garret Rieger <grieger@google.com>
59384 Date:   Thu Jan 17 18:55:56 2019 -0800
59385
59386     Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
59387
59388  src/hb-subset-glyf.cc  | 39 ++++++++++++++++++++++++++++++---------
59389  src/hb-subset-input.cc | 27 +++++++++++++++++++++++++++
59390  src/hb-subset-input.hh |  1 +
59391  src/hb-subset-plan.cc  | 14 ++++++++++----
59392  src/hb-subset.h        |  6 ++++++
59393  5 files changed, 74 insertions(+), 13 deletions(-)
59394
59395 commit b3799007554f2909170df941b07c72f7dc02dfcd
59396 Merge: c68564438 fe5329231
59397 Author: Michiharu Ariza <ariza@adobe.com>
59398 Date:   Tue Jan 29 12:19:57 2019 -0800
59399
59400     Merge branch 'master' into cff-more-arrayof-fixes
59401
59402 commit e75b22039f4129b5057f4b175c9e9d79634b1728
59403 Author: Behdad Esfahbod <behdad@behdad.org>
59404 Date:   Mon Jan 28 21:26:23 2019 -0500
59405
59406     Move hb_addressof() to hb-meta.hh
59407
59408  src/hb-algs.hh | 12 ------------
59409  src/hb-iter.hh |  1 -
59410  src/hb-meta.hh | 14 +++++++++++++-
59411  src/hb.hh      |  2 +-
59412  4 files changed, 14 insertions(+), 15 deletions(-)
59413
59414 commit 6cf25c2971aa9a7471b1cc00176ef36e9acacad4
59415 Merge: 71157a452 fe5329231
59416 Author: Behdad Esfahbod <behdad@behdad.org>
59417 Date:   Mon Jan 28 21:23:28 2019 -0500
59418
59419     Merge branch 'master' into iter
59420
59421 commit 71157a4520ae5cdbbeb197a979ae02b484856686
59422 Author: Behdad Esfahbod <behdad@behdad.org>
59423 Date:   Mon Jan 28 21:20:12 2019 -0500
59424
59425     [meta] Remove _ft struct names
59426     
59427     Using decltype() instead.
59428
59429  src/hb-algs.hh | 8 ++++----
59430  src/hb-iter.hh | 2 +-
59431  2 files changed, 5 insertions(+), 5 deletions(-)
59432
59433 commit 9103bd056fadd73eab2531f632790920ce602f18
59434 Author: Behdad Esfahbod <behdad@behdad.org>
59435 Date:   Mon Jan 28 21:16:51 2019 -0500
59436
59437     [pair] Use decltype
59438
59439  src/hb-algs.hh | 4 ++--
59440  1 file changed, 2 insertions(+), 2 deletions(-)
59441
59442 commit fe532923101586e316b300d419a337d357cd93da
59443 Author: Behdad Esfahbod <behdad@behdad.org>
59444 Date:   Mon Jan 28 20:47:58 2019 -0500
59445
59446     [CI] Peg CircleCI badge link to master branch
59447     
59448     [skip ci]
59449
59450  README.md | 2 +-
59451  1 file changed, 1 insertion(+), 1 deletion(-)
59452
59453 commit 9569819e24f72926a5b26e4c8a86d815c0132745
59454 Author: Behdad Esfahbod <behdad@behdad.org>
59455 Date:   Mon Jan 28 20:43:43 2019 -0500
59456
59457     [ci] Peg build status badges to master branch
59458     
59459     [skip ci]
59460
59461  README.md | 6 +++---
59462  1 file changed, 3 insertions(+), 3 deletions(-)
59463
59464 commit 1e29906a77c275c34a440a416654a514810485e1
59465 Author: Behdad Esfahbod <behdad@behdad.org>
59466 Date:   Mon Jan 28 20:38:15 2019 -0500
59467
59468     Switch README / README.md
59469     
59470     [skip ci]
59471
59472  README    | 19 +------------------
59473  README.md | 19 ++++++++++++++++++-
59474  2 files changed, 19 insertions(+), 19 deletions(-)
59475
59476 commit a30e13469e6d3ec6ff412211722d26f70a97e261
59477 Author: Behdad Esfahbod <behdad@behdad.org>
59478 Date:   Mon Jan 28 16:39:01 2019 -0500
59479
59480     [iter] Add operator << to set / vector
59481
59482  src/hb-set.hh    | 3 +++
59483  src/hb-vector.hh | 3 +++
59484  2 files changed, 6 insertions(+)
59485
59486 commit d438e610420d931a203b31332cf74d7e0f9dd3f7
59487 Author: Behdad Esfahbod <behdad@behdad.org>
59488 Date:   Mon Jan 28 16:34:04 2019 -0500
59489
59490     [iter] Fix operator() impls
59491
59492  src/hb-map.hh              | 5 +++--
59493  src/hb-ot-layout-common.hh | 8 +++++---
59494  src/hb-set.hh              | 3 ++-
59495  3 files changed, 10 insertions(+), 6 deletions(-)
59496
59497 commit 57795bc8dd6a9ee894c2abb8633c271876b5f596
59498 Author: Behdad Esfahbod <behdad@behdad.org>
59499 Date:   Mon Jan 28 16:23:12 2019 -0500
59500
59501     [iter] Add operator>> and operator<<
59502
59503  src/hb-iter.hh   | 4 ++++
59504  src/test-iter.cc | 4 ++++
59505  2 files changed, 8 insertions(+)
59506
59507 commit 8bd96be9940ca73e45138172f9f4178190566225
59508 Author: Behdad Esfahbod <behdad@behdad.org>
59509 Date:   Mon Jan 28 16:17:36 2019 -0500
59510
59511     [iter] Use auto c = C.iter() internally
59512
59513  src/hb-iter.hh | 4 ++--
59514  1 file changed, 2 insertions(+), 2 deletions(-)
59515
59516 commit 073fa4ac5aff4ee72bbb38676bd351b5aa1ec167
59517 Merge: d592bd16c 9a1df82e3
59518 Author: Behdad Esfahbod <behdad@behdad.org>
59519 Date:   Mon Jan 28 14:35:41 2019 -0500
59520
59521     Merge branch 'master' into iter
59522
59523 commit 9a1df82e3f13fbd4488ee9955814bbb5d0957074
59524 Author: Behdad Esfahbod <behdad@behdad.org>
59525 Date:   Mon Jan 28 14:15:18 2019 -0500
59526
59527     [uniscribe] Whitelist function type cast
59528
59529  src/hb-uniscribe.cc | 3 +++
59530  1 file changed, 3 insertions(+)
59531
59532 commit 6e1c3eaf7005d06c89f0807f693aadd835aa0468
59533 Author: Behdad Esfahbod <behdad@behdad.org>
59534 Date:   Mon Jan 28 14:12:41 2019 -0500
59535
59536     Fix sign comparison error
59537
59538  src/hb-open-file.hh | 3 ++-
59539  1 file changed, 2 insertions(+), 1 deletion(-)
59540
59541 commit 9db7a7da6339eacbb6c699fa1939bbd7e9e148f5
59542 Author: Behdad Esfahbod <behdad@behdad.org>
59543 Date:   Mon Jan 28 14:09:59 2019 -0500
59544
59545     Fix warning
59546     
59547     c:\projects\harfbuzz\src\hb-ot-color-cbdt-table.hh(59): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
59548
59549  src/hb-ot-color-cbdt-table.hh | 2 +-
59550  1 file changed, 1 insertion(+), 1 deletion(-)
59551
59552 commit 51b584880e550545ced3aa8ba4ccad3cf79bb53e
59553 Author: Behdad Esfahbod <behdad@behdad.org>
59554 Date:   Mon Jan 28 14:09:45 2019 -0500
59555
59556     [pragma] Silence MSVC unknown-pragma warning
59557
59558  src/hb.hh | 3 +++
59559  1 file changed, 3 insertions(+)
59560
59561 commit d592bd16cd6c5ad1ee351d90d213ee2a1ea71b05
59562 Author: Behdad Esfahbod <behdad@behdad.org>
59563 Date:   Mon Jan 28 13:41:40 2019 -0500
59564
59565     Try fixing MSVC build
59566
59567  src/hb-algs.hh | 16 ++++++++--------
59568  1 file changed, 8 insertions(+), 8 deletions(-)
59569
59570 commit 0363ce650b6085f62e66aff4639aa203fa17d419
59571 Author: Behdad Esfahbod <behdad@behdad.org>
59572 Date:   Sun Jan 27 01:03:56 2019 +0100
59573
59574     [iter] Accept C arrays in hb_iter()
59575
59576  src/hb-array.hh  |  4 +---
59577  src/hb-iter.hh   | 11 +++++++++++
59578  src/test-iter.cc |  5 ++++-
59579  3 files changed, 16 insertions(+), 4 deletions(-)
59580
59581 commit b62e7f9223a6369768bde2500efe1bd1d27a0ea2
59582 Author: Behdad Esfahbod <behdad@behdad.org>
59583 Date:   Sun Jan 27 00:51:43 2019 +0100
59584
59585     [test] Test unary operator+
59586     
59587     "Test" as in compiles..
59588
59589  src/test-iter.cc | 4 ++++
59590  1 file changed, 4 insertions(+)
59591
59592 commit 778c96b8d7b86ae2a0fe944f499fa4a57c12e365
59593 Author: Behdad Esfahbod <behdad@behdad.org>
59594 Date:   Sun Jan 27 00:50:54 2019 +0100
59595
59596     [iter] Fix hb_iter()
59597
59598  src/hb-algs.hh   |  4 ----
59599  src/hb-iter.hh   | 10 +++++++---
59600  src/test-iter.cc |  2 +-
59601  3 files changed, 8 insertions(+), 8 deletions(-)
59602
59603 commit 2f5b1a9104e5f4a14aa77a2f4c3c6e1c2837500c
59604 Author: Behdad Esfahbod <behdad@behdad.org>
59605 Date:   Sun Jan 27 00:49:37 2019 +0100
59606
59607     [iter] Add unary operator+ that returns a copy
59608
59609  src/hb-iter.hh   | 1 +
59610  src/test-iter.cc | 2 +-
59611  2 files changed, 2 insertions(+), 1 deletion(-)
59612
59613 commit fbab07f9b3dac90ce2136506f72879335193fc02
59614 Author: Behdad Esfahbod <behdad@behdad.org>
59615 Date:   Sun Jan 27 00:44:45 2019 +0100
59616
59617     [iter] Add hb_bool() and make hb_filter default to it for predicate
59618
59619  src/hb-algs.hh   |  6 ++++++
59620  src/hb-iter.hh   |  4 ++--
59621  src/test-iter.cc | 10 +++++++++-
59622  3 files changed, 17 insertions(+), 3 deletions(-)
59623
59624 commit 313d63e240736bfe7c312133fe8c09ccff428d52
59625 Author: Behdad Esfahbod <behdad@behdad.org>
59626 Date:   Sat Jan 26 22:58:26 2019 +0100
59627
59628     [meta] Back to using _ft suffix for function-object types
59629     
59630     Seprate namespace, cleaner, more clear.
59631
59632  src/hb-algs.hh | 6 +++---
59633  src/hb-iter.hh | 2 +-
59634  2 files changed, 4 insertions(+), 4 deletions(-)
59635
59636 commit 2aff6d9625673062b1129e2af5b7d029f7622e71
59637 Author: Behdad Esfahbod <behdad@behdad.org>
59638 Date:   Sat Jan 26 22:54:25 2019 +0100
59639
59640     [iter] Test that default-constructed iterators are empty
59641
59642  src/test-iter.cc | 2 ++
59643  1 file changed, 2 insertions(+)
59644
59645 commit f35e7eabf10d99c2a4ddab054cf89f3da359e7a8
59646 Author: Behdad Esfahbod <behdad@behdad.org>
59647 Date:   Sat Jan 26 22:50:00 2019 +0100
59648
59649     pragma GCC diagnostic error   "-Winjected-class-name"
59650     
59651     See 6b6783e1588ebe5772a1edc19552219e9d931bda
59652
59653  src/hb.hh | 1 +
59654  1 file changed, 1 insertion(+)
59655
59656 commit 509353357c220a3a60910b70b3a90ea8fa6a14a8
59657 Author: Behdad Esfahbod <behdad@behdad.org>
59658 Date:   Sat Jan 26 22:47:35 2019 +0100
59659
59660     [iter] Use hb_declval() instead of Null() to get instance
59661     
59662     I had used Null to make one of the bots happy before.  Not going
59663     to bend to such demands anymore..
59664
59665  src/hb-iter.hh | 3 +--
59666  src/hb.hh      | 2 +-
59667  2 files changed, 2 insertions(+), 3 deletions(-)
59668
59669 commit 6b6783e1588ebe5772a1edc19552219e9d931bda
59670 Author: Behdad Esfahbod <behdad@behdad.org>
59671 Date:   Sat Jan 26 22:44:09 2019 +0100
59672
59673     [iter/meta] Fix build on newer clang
59674     
59675     The mystery failure had to do with SFINAE failure because the template
59676     function involved was accessing ::iter_t of a type that was also named iter_t.
59677     In this context, apparently:
59678     
59679     warning: ISO C++ specifies that qualified reference to 'iter_t' is a
59680     constructor name rather than a type in this context, despite preceding 'typename' keyword
59681     [-Winjected-class-name]
59682     
59683     We use a new macro, also called hb_iter_t(), to get iterator type of
59684     a type.  This uses declval/hb_decltype, and has the added benefit
59685     that it returns correct type for const vs non-const objects, if they
59686     have different iterators.
59687
59688  src/hb-iter.hh | 22 ++++++++++++----------
59689  1 file changed, 12 insertions(+), 10 deletions(-)
59690
59691 commit 5adb113bafb2cf10ea768ff7a15ad4e6a1270a29
59692 Author: Behdad Esfahbod <behdad@behdad.org>
59693 Date:   Sat Jan 26 22:15:59 2019 +0100
59694
59695     [meta] Mark function-objects as const
59696
59697  src/hb-algs.hh | 6 +++---
59698  src/hb-iter.hh | 2 +-
59699  2 files changed, 4 insertions(+), 4 deletions(-)
59700
59701 commit ac90f17c552e5264ad0a9d17c50fac9008d6ebe7
59702 Merge: 090fe56dc 60022ecce
59703 Author: Behdad Esfahbod <behdad@behdad.org>
59704 Date:   Sat Jan 26 14:05:39 2019 +0100
59705
59706     Merge branch 'master' into iter
59707
59708 commit 60022ecced202760daa7f75516bba6a4689a49de
59709 Author: Behdad Esfahbod <behdad@behdad.org>
59710 Date:   Sat Jan 26 14:04:51 2019 +0100
59711
59712     Fix -Wcast-function-type warnings in util/ with gcc 4.8
59713
59714  src/hb.hh       | 1 +
59715  util/options.hh | 5 ++++-
59716  2 files changed, 5 insertions(+), 1 deletion(-)
59717
59718 commit a9321cb5f88cae1dafbd623b8bf7c68a82a3c211
59719 Author: Behdad Esfahbod <behdad@behdad.org>
59720 Date:   Fri Jan 25 16:11:45 2019 +0100
59721
59722     Fix mac test
59723
59724  test/shaping/data/in-house/tests/macos.tests | 4 ++--
59725  1 file changed, 2 insertions(+), 2 deletions(-)
59726
59727 commit f39809752909f193a9c60f4357a88ea1c3ce1162
59728 Author: Behdad Esfahbod <behdad@behdad.org>
59729 Date:   Fri Jan 25 16:08:25 2019 +0100
59730
59731     More static constexpr
59732
59733  src/hb-machinery.hh  | 10 +++++-----
59734  src/hb-set-digest.hh | 14 +++++++-------
59735  2 files changed, 12 insertions(+), 12 deletions(-)
59736
59737 commit 090fe56dc6ef5f7afa297f2cb200418a520a2026
59738 Merge: 21c0713a1 06358ae97
59739 Author: Behdad Esfahbod <behdad@behdad.org>
59740 Date:   Fri Jan 25 15:34:03 2019 +0100
59741
59742     Merge branch 'master' into iter
59743
59744 commit 06358ae9746ae72c0917e8a5f294d14fd695f380
59745 Author: Behdad Esfahbod <behdad@behdad.org>
59746 Date:   Fri Jan 25 15:11:47 2019 +0100
59747
59748     [AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
59749
59750  test/shaping/data/in-house/tests/macos.tests | 2 ++
59751  1 file changed, 2 insertions(+)
59752
59753 commit c685644386d1c88d6df6e024e56d61c792d94418
59754 Merge: 0bd0a3311 e970de48b
59755 Author: Michiharu Ariza <ariza@adobe.com>
59756 Date:   Thu Jan 24 13:19:18 2019 -0800
59757
59758     Merge branch 'master' into cff-more-arrayof-fixes
59759
59760 commit e970de48bcbdccd29350f331288c0a98f7846c16
59761 Author: Behdad Esfahbod <behdad@behdad.org>
59762 Date:   Thu Jan 24 18:16:17 2019 +0100
59763
59764     [AAT] Minor sign
59765
59766  src/hb-aat-layout-morx-table.hh | 4 ++--
59767  1 file changed, 2 insertions(+), 2 deletions(-)
59768
59769 commit a371a28cda23805cbea22867e0a3ed53ecb811ed
59770 Author: Behdad Esfahbod <behdad@behdad.org>
59771 Date:   Thu Jan 24 18:12:25 2019 +0100
59772
59773     [AAT] Use a ring buffer for ligature stack
59774     
59775     I think Apple does very similarly, but probably with a stack size of 16.
59776     We do it with a stack size that is currently set to 64.
59777     
59778     Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
59779
59780  src/hb-aat-layout-morx-table.hh | 15 ++++++---------
59781  1 file changed, 6 insertions(+), 9 deletions(-)
59782
59783 commit 7886b1578fceee368ae5afe206ff98f50e1c42e3
59784 Author: Behdad Esfahbod <behdad@behdad.org>
59785 Date:   Thu Jan 24 18:06:17 2019 +0100
59786
59787     Whitespace
59788
59789  src/hb-aat-layout-morx-table.hh | 2 +-
59790  1 file changed, 1 insertion(+), 1 deletion(-)
59791
59792 commit b976940243bf1f174bd6abb85955789ef2631d24
59793 Author: Behdad Esfahbod <behdad@behdad.org>
59794 Date:   Thu Jan 24 18:01:07 2019 +0100
59795
59796     [AAT] Handle transition errors during machine operation
59797     
59798     Before we used to give up.  Now, just ignore error and continue processing.
59799     
59800     Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
59801
59802  src/hb-aat-layout-common.hh     |  3 +--
59803  src/hb-aat-layout-kerx-table.hh | 21 +++++++--------------
59804  src/hb-aat-layout-morx-table.hh | 34 +++++++++++++---------------------
59805  3 files changed, 21 insertions(+), 37 deletions(-)
59806
59807 commit 0bd0a3311cfded5ffa4d9d488d404558cf65e8ed
59808 Merge: 12cd3171b f60282c5b
59809 Author: Michiharu Ariza <ariza@adobe.com>
59810 Date:   Thu Jan 24 08:53:28 2019 -0800
59811
59812     Merge branch 'master' into cff-more-arrayof-fixes
59813
59814 commit e234bb6a428cd6c8ddf57eb078cd51b9d1f25ba8
59815 Author: Behdad Esfahbod <behdad@behdad.org>
59816 Date:   Thu Jan 24 17:23:11 2019 +0100
59817
59818     [AAT] Ignore machine errors and continue
59819
59820  src/hb-aat-layout-common.hh | 2 +-
59821  1 file changed, 1 insertion(+), 1 deletion(-)
59822
59823 commit 1ec90514f69efc329691186466f62373efa863b1
59824 Author: Behdad Esfahbod <behdad@behdad.org>
59825 Date:   Thu Jan 24 17:21:41 2019 +0100
59826
59827     [AAT] Minor
59828
59829  src/hb-aat-layout-common.hh     | 12 ++++----
59830  src/hb-aat-layout-kerx-table.hh | 38 +++++++++++------------
59831  src/hb-aat-layout-morx-table.hh | 68 ++++++++++++++++++++---------------------
59832  3 files changed, 59 insertions(+), 59 deletions(-)
59833
59834 commit 299eca0c3b28c99add006420bc667431d874fb2e
59835 Author: Behdad Esfahbod <behdad@behdad.org>
59836 Date:   Thu Jan 24 17:17:00 2019 +0100
59837
59838     [AAT] Handle out-of-bounds classes
59839
59840  src/hb-aat-layout-common.hh | 13 ++++++-------
59841  1 file changed, 6 insertions(+), 7 deletions(-)
59842
59843 commit c4623db4a3f963394db940449007fa3312460993
59844 Author: Behdad Esfahbod <behdad@behdad.org>
59845 Date:   Thu Jan 24 17:10:12 2019 +0100
59846
59847     [AAT] Minor
59848
59849  src/hb-aat-layout-common.hh | 11 ++++-------
59850  1 file changed, 4 insertions(+), 7 deletions(-)
59851
59852 commit c4e36f97b6df1eb5fba588b09ae1630bb5c49589
59853 Author: Behdad Esfahbod <behdad@behdad.org>
59854 Date:   Thu Jan 24 17:06:16 2019 +0100
59855
59856     [AAT] Minor
59857
59858  src/hb-aat-layout-common.hh | 3 ++-
59859  1 file changed, 2 insertions(+), 1 deletion(-)
59860
59861 commit f60282c5bff4a317ba3180e3519274963c6e8849
59862 Author: Behdad Esfahbod <behdad@behdad.org>
59863 Date:   Thu Jan 24 16:29:09 2019 +0100
59864
59865     More pragma control
59866     
59867     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=924848
59868
59869  src/hb.hh | 16 +++++++++++++++-
59870  1 file changed, 15 insertions(+), 1 deletion(-)
59871
59872 commit fd0889f903ac1ba2da06e77eed8424395ea85a90
59873 Author: Behdad Esfahbod <behdad@behdad.org>
59874 Date:   Thu Jan 24 16:12:52 2019 +0100
59875
59876     Comment
59877
59878  src/hb-ot-shape.cc | 3 ++-
59879  1 file changed, 2 insertions(+), 1 deletion(-)
59880
59881 commit 00f06d1aa61e9a6d01b5943ce55ba2b0c40237ee
59882 Author: Behdad Esfahbod <behdad@behdad.org>
59883 Date:   Thu Jan 24 16:11:05 2019 +0100
59884
59885     Fix test
59886
59887  test/shaping/data/in-house/tests/cluster.tests | 1 -
59888  test/shaping/data/in-house/tests/emoji.tests   | 3 ++-
59889  2 files changed, 2 insertions(+), 2 deletions(-)
59890
59891 commit 9f314177336f9551756944e0e555614c9189c7a5
59892 Author: Behdad Esfahbod <behdad@behdad.org>
59893 Date:   Thu Jan 24 16:08:33 2019 +0100
59894
59895     Form cluster for Emoji sub-region tag sequences
59896     
59897     Fixes https://github.com/harfbuzz/harfbuzz/issues/1556
59898
59899  src/hb-ot-shape.cc                                       |  13 +++++++++++++
59900  .../fonts/8d9c4b193808b8bde94389ba7831c1fc6f9e794e.ttf   | Bin 0 -> 1548 bytes
59901  test/shaping/data/in-house/tests/cluster.tests           |   1 +
59902  3 files changed, 14 insertions(+)
59903
59904 commit 5034f8f2ab8f53eb0395e6f6ce2f8da69a08460d
59905 Author: Behdad Esfahbod <behdad@behdad.org>
59906 Date:   Thu Jan 24 12:50:38 2019 +0100
59907
59908     Fix macos tests with previous commit
59909
59910  test/shaping/data/in-house/tests/macos.tests | 8 ++++----
59911  1 file changed, 4 insertions(+), 4 deletions(-)
59912
59913 commit 3ecda71041a7239ca37ec7b888809efe8f595a19
59914 Author: Behdad Esfahbod <behdad@behdad.org>
59915 Date:   Thu Jan 24 12:08:23 2019 +0100
59916
59917     Adjust mark offsets when zeroing from fallback mark positioning code
59918     
59919     Adjust tests.
59920     
59921     Fixes https://github.com/harfbuzz/harfbuzz/issues/1532
59922
59923  src/hb-ot-shape-fallback.cc                        | 31 +++++++++++++++-------
59924  src/hb-ot-shape-fallback.hh                        |  3 ++-
59925  src/hb-ot-shape.cc                                 |  3 ++-
59926  .../in-house/tests/arabic-fallback-shaping.tests   |  2 +-
59927  test/shaping/data/in-house/tests/cluster.tests     |  2 +-
59928  .../data/in-house/tests/fallback-positioning.tests |  4 +--
59929  6 files changed, 30 insertions(+), 15 deletions(-)
59930
59931 commit 12cd3171ba3b84eff9f359778fabcab8f66ce36e
59932 Merge: 261a74218 36fb2b4da
59933 Author: Michiharu Ariza <ariza@adobe.com>
59934 Date:   Wed Jan 23 14:05:42 2019 -0800
59935
59936     Merge branch 'master' into cff-more-arrayof-fixes
59937
59938 commit 261a7421814d83f84d8def046b7108a245347461
59939 Author: Michiharu Ariza <ariza@adobe.com>
59940 Date:   Wed Jan 23 14:04:29 2019 -0800
59941
59942     more rewriting with ArrayOf<>
59943     
59944     CFF1 Encoding0, Encoding1, CFF1SuppEncData
59945
59946  src/hb-ot-cff1-table.hh | 51 +++++++++++++++++++++++--------------------------
59947  1 file changed, 24 insertions(+), 27 deletions(-)
59948
59949 commit 36fb2b4da9718a86978fa07c99ba4345f7ca9b4b
59950 Author: Behdad Esfahbod <behdad@behdad.org>
59951 Date:   Wed Jan 23 20:53:57 2019 +0100
59952
59953     [AAT] In InsertionChain, set mark to previous-position if inserting
59954     
59955     Fixes MORX-31
59956
59957  src/hb-aat-layout-morx-table.hh | 8 +++++---
59958  1 file changed, 5 insertions(+), 3 deletions(-)
59959
59960 commit cbe0ed117ac86179183c389977d15981d26524f7
59961 Author: Behdad Esfahbod <behdad@behdad.org>
59962 Date:   Wed Jan 23 20:45:18 2019 +0100
59963
59964     [AAT] Re-enable tests MORX-31 and MORX-41
59965
59966  test/shaping/data/text-rendering-tests/DISABLED         | 3 ---
59967  test/shaping/data/text-rendering-tests/Makefile.sources | 2 ++
59968  2 files changed, 2 insertions(+), 3 deletions(-)
59969
59970 commit baf4d6a68a031bf65e17ccd5dac15fe7d0df33b6
59971 Author: Behdad Esfahbod <behdad@behdad.org>
59972 Date:   Wed Jan 23 20:36:07 2019 +0100
59973
59974     [AAT] Remove mark_set from InsertionChain
59975
59976  src/hb-aat-layout-morx-table.hh | 7 +------
59977  1 file changed, 1 insertion(+), 6 deletions(-)
59978
59979 commit 410731d3fb678365c07a4d1745b72b6bb3142b70
59980 Author: Behdad Esfahbod <behdad@behdad.org>
59981 Date:   Wed Jan 23 20:30:48 2019 +0100
59982
59983     [test/text-rendering-tests] Update from upstream
59984
59985  test/shaping/data/text-rendering-tests/extract-tests.py    | 2 +-
59986  test/shaping/data/text-rendering-tests/tests/MORX-14.tests | 2 +-
59987  test/shaping/data/text-rendering-tests/tests/MORX-32.tests | 8 ++++----
59988  test/shaping/data/text-rendering-tests/tests/MORX-41.tests | 4 ++--
59989  4 files changed, 8 insertions(+), 8 deletions(-)
59990
59991 commit 0b2fa342de88bbe609b2147444e56c94680cbd38
59992 Author: Behdad Esfahbod <behdad@behdad.org>
59993 Date:   Tue Jan 22 16:36:00 2019 +0100
59994
59995     More of previous
59996
59997  src/hb-subset-cff1.cc | 20 ++++++++++----------
59998  1 file changed, 10 insertions(+), 10 deletions(-)
59999
60000 commit a5e5dd8b42b40c3647e06e6bb62580af77bed42b
60001 Author: Behdad Esfahbod <behdad@behdad.org>
60002 Date:   Tue Jan 22 16:30:07 2019 +0100
60003
60004     Fix sign-compare error resulted from promoting unsigned integers to signed larger ints
60005     
60006     Clang and gcc know not to warn in these cases, but not nonmainstream compilers
60007
60008  src/hb-subset-cff2.cc | 14 +++++++-------
60009  1 file changed, 7 insertions(+), 7 deletions(-)
60010
60011 commit 32379bbf10726bb7ed2e507d0a6b5917c350e056
60012 Author: Behdad Esfahbod <behdad@behdad.org>
60013 Date:   Tue Jan 22 12:55:29 2019 +0100
60014
60015     Cast HB_UNTAG results to uint8_t
60016
60017  src/hb-common.h | 2 +-
60018  1 file changed, 1 insertion(+), 1 deletion(-)
60019
60020 commit 83d4aa5ca9a39dbe66db9b81b34f5b568503bd7e
60021 Author: Behdad Esfahbod <behdad@behdad.org>
60022 Date:   Tue Jan 22 12:52:23 2019 +0100
60023
60024     More -Wcast-error fix
60025
60026  src/hb-dsalgs.hh | 3 +++
60027  1 file changed, 3 insertions(+)
60028
60029 commit 447323b85a7b68bd41561a87c91431cd05227b97
60030 Author: Behdad Esfahbod <behdad@behdad.org>
60031 Date:   Tue Jan 22 12:45:40 2019 +0100
60032
60033     Better fix for -Wcast-align errors
60034
60035  src/hb-font.cc          | 33 +++++++++------------------------
60036  src/hb-ft.cc            | 14 ++++----------
60037  src/hb-machinery.hh     | 16 ++++++++++++++++
60038  src/hb-ot-cmap-table.hh |  7 ++-----
60039  src/hb-ot-font.cc       | 14 ++++----------
60040  5 files changed, 35 insertions(+), 49 deletions(-)
60041
60042 commit 81ec543d800c4a94b5e608fd87e84d33d7dae8ac
60043 Author: Behdad Esfahbod <behdad@behdad.org>
60044 Date:   Tue Jan 22 12:43:12 2019 +0100
60045
60046     More -Wcast-error fixes
60047
60048  src/hb-font.cc    | 8 ++++----
60049  src/hb-ft.cc      | 2 +-
60050  src/hb-ot-font.cc | 4 ++--
60051  3 files changed, 7 insertions(+), 7 deletions(-)
60052
60053 commit 90772725493108c79487a67620f0240e5d68f4ee
60054 Author: Behdad Esfahbod <behdad@behdad.org>
60055 Date:   Tue Jan 22 12:40:18 2019 +0100
60056
60057     pragma GCC diagnostic error   "-Wsign-compare"
60058
60059  src/hb.hh | 2 +-
60060  1 file changed, 1 insertion(+), 1 deletion(-)
60061
60062 commit 8d05bf7dc0094e75be07ca1f7ef852a1e45d0687
60063 Author: Behdad Esfahbod <behdad@behdad.org>
60064 Date:   Tue Jan 22 12:34:05 2019 +0100
60065
60066     Fix cast-align error
60067     
60068     If compiler doesn't inline StructAtOffset, this was an error since we
60069     only disable cast-align at call-site.  So, move the cast out.
60070     
60071     ../src/hb-machinery.hh: In instantiation of 'const Type& StructAtOffset(const void*, unsigned int) [with Type = unsigned int]':
60072     ../src/hb-font.cc:146:85:   required from here
60073     ../src/hb-machinery.hh:63:12: error: cast from 'const char*' to 'const unsigned int*' increases required alignment of target type [-Werror=cast-align]
60074      { return * reinterpret_cast<const Type*> ((const char *) P + offset); }
60075                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60076     ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = unsigned int]':
60077     ../src/hb-font.cc:147:79:   required from here
60078     ../src/hb-machinery.hh:66:12: error: cast from 'char*' to 'unsigned int*' increases required alignment of target type [-Werror=cast-align]
60079      { return * reinterpret_cast<Type*> ((char *) P + offset); }
60080                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60081
60082  src/hb-font.cc          | 8 ++++----
60083  src/hb-ft.cc            | 6 +++---
60084  src/hb-ot-cmap-table.hh | 4 ++--
60085  src/hb-ot-font.cc       | 4 ++--
60086  4 files changed, 11 insertions(+), 11 deletions(-)
60087
60088 commit b270cee6c5800c019aafb55e9ca9d7e92a92d3ec
60089 Author: Behdad Esfahbod <behdad@behdad.org>
60090 Date:   Tue Jan 22 12:29:05 2019 +0100
60091
60092     [CI] Remove gcc 4.2 bots
60093     
60094     We don't support that version anymore.
60095
60096  .circleci/config.yml | 25 -------------------------
60097  1 file changed, 25 deletions(-)
60098
60099 commit 70a52d6bd8c45630ca90e945fc4d716fe9114010
60100 Author: Behdad Esfahbod <behdad@behdad.org>
60101 Date:   Tue Jan 22 12:15:23 2019 +0100
60102
60103     Convert all other enum class consts to static constexpr
60104     
60105     Fixes https://github.com/harfbuzz/harfbuzz/issues/1553
60106
60107  src/hb-cff-interp-common.hh |  2 +-
60108  src/hb-iter.hh              |  2 +-
60109  src/hb-machinery.hh         | 12 ++++++------
60110  src/hb-open-type.hh         |  8 ++++----
60111  src/hb-set-digest.hh        |  4 ++--
60112  src/hb-set.hh               | 10 +++++-----
60113  src/hb-vector.hh            |  2 +-
60114  7 files changed, 20 insertions(+), 20 deletions(-)
60115
60116 commit 5d4b0377b99ddc4112b8ffb2b787eac0b383081c
60117 Author: Behdad Esfahbod <behdad@behdad.org>
60118 Date:   Tue Jan 22 12:11:24 2019 +0100
60119
60120     Convert unsigned enum class consts to static constexpr
60121     
60122     Part of https://github.com/harfbuzz/harfbuzz/issues/1553
60123
60124  src/hb-aat-layout-common.hh     | 6 +++---
60125  src/hb-aat-layout-kerx-table.hh | 2 +-
60126  src/hb-buffer.hh                | 2 +-
60127  src/hb-open-type.hh             | 2 +-
60128  src/hb-ot-kern-table.hh         | 4 ++--
60129  src/hb-ot-layout-common.hh      | 2 +-
60130  src/hb-ot-layout.cc             | 4 ++--
60131  7 files changed, 11 insertions(+), 11 deletions(-)
60132
60133 commit ef00654962204ae706b276871e2b6758fbbf69e0
60134 Author: Behdad Esfahbod <behdad@behdad.org>
60135 Date:   Tue Jan 22 12:08:57 2019 +0100
60136
60137     Convert tag enum class consts to static constexpr
60138     
60139     Part of https://github.com/harfbuzz/harfbuzz/issues/1553
60140
60141  src/hb-aat-fdsc-table.hh        |  2 +-
60142  src/hb-aat-layout-ankr-table.hh |  2 +-
60143  src/hb-aat-layout-bsln-table.hh |  2 +-
60144  src/hb-aat-layout-feat-table.hh |  2 +-
60145  src/hb-aat-layout-just-table.hh |  2 +-
60146  src/hb-aat-layout-kerx-table.hh |  2 +-
60147  src/hb-aat-layout-lcar-table.hh |  2 +-
60148  src/hb-aat-layout-morx-table.hh |  6 +++---
60149  src/hb-aat-layout-trak-table.hh |  2 +-
60150  src/hb-aat-ltag-table.hh        |  2 +-
60151  src/hb-ot-cff1-table.hh         |  2 +-
60152  src/hb-ot-cff2-table.hh         |  2 +-
60153  src/hb-ot-cmap-table.hh         |  2 +-
60154  src/hb-ot-color-cbdt-table.hh   |  4 ++--
60155  src/hb-ot-color-colr-table.hh   |  2 +-
60156  src/hb-ot-color-cpal-table.hh   |  2 +-
60157  src/hb-ot-color-sbix-table.hh   |  2 +-
60158  src/hb-ot-color-svg-table.hh    |  2 +-
60159  src/hb-ot-gasp-table.hh         |  2 +-
60160  src/hb-ot-glyf-table.hh         |  4 ++--
60161  src/hb-ot-hdmx-table.hh         |  2 +-
60162  src/hb-ot-head-table.hh         |  2 +-
60163  src/hb-ot-hhea-table.hh         |  4 ++--
60164  src/hb-ot-hmtx-table.hh         | 12 ++++++------
60165  src/hb-ot-kern-table.hh         |  6 +++---
60166  src/hb-ot-layout-base-table.hh  |  2 +-
60167  src/hb-ot-layout-gdef-table.hh  |  2 +-
60168  src/hb-ot-layout-gpos-table.hh  |  2 +-
60169  src/hb-ot-layout-gsub-table.hh  |  2 +-
60170  src/hb-ot-layout-jstf-table.hh  |  2 +-
60171  src/hb-ot-math-table.hh         |  2 +-
60172  src/hb-ot-maxp-table.hh         |  2 +-
60173  src/hb-ot-name-table.hh         |  2 +-
60174  src/hb-ot-os2-table.hh          |  2 +-
60175  src/hb-ot-post-table.hh         |  2 +-
60176  src/hb-ot-stat-table.hh         |  2 +-
60177  src/hb-ot-var-avar-table.hh     |  2 +-
60178  src/hb-ot-var-fvar-table.hh     |  2 +-
60179  src/hb-ot-var-hvar-table.hh     |  8 ++++----
60180  src/hb-ot-var-mvar-table.hh     |  2 +-
60181  src/hb-ot-vorg-table.hh         |  2 +-
60182  41 files changed, 56 insertions(+), 56 deletions(-)
60183
60184 commit 39e1b6d03f71ccb8f18d64dfbff64acfaf02970b
60185 Author: Behdad Esfahbod <behdad@behdad.org>
60186 Date:   Tue Jan 22 12:07:43 2019 +0100
60187
60188     Convert boolean enum class consts to static constexpr
60189     
60190     Part of https://github.com/harfbuzz/harfbuzz/issues/1553
60191
60192  src/hb-aat-layout-common.hh     |  4 ++--
60193  src/hb-aat-layout-kerx-table.hh |  4 ++--
60194  src/hb-aat-layout-morx-table.hh |  8 ++++----
60195  src/hb-dsalgs.hh                | 16 ++++++++--------
60196  src/hb-ot-kern-table.hh         |  4 ++--
60197  src/hb-ot-layout.cc             |  4 ++--
60198  6 files changed, 20 insertions(+), 20 deletions(-)
60199
60200 commit 271cb7c1c0f49c7af786daa5d5310b9f08142148
60201 Author: Behdad Esfahbod <behdad@behdad.org>
60202 Date:   Tue Jan 22 12:05:35 2019 +0100
60203
60204     Make some enum constants unsigned
60205
60206  src/hb-aat-layout-common.hh | 6 +++---
60207  src/hb-buffer.hh            | 2 +-
60208  src/hb-ot-layout.cc         | 8 ++++----
60209  3 files changed, 8 insertions(+), 8 deletions(-)
60210
60211 commit 3d9a6e62662fb769e0f785fa7a43df806988d2a2
60212 Author: Behdad Esfahbod <behdad@behdad.org>
60213 Date:   Tue Jan 22 12:02:06 2019 +0100
60214
60215     Whitespace
60216
60217  src/hb-ot-layout-gsubgpos.hh | 2 +-
60218  1 file changed, 1 insertion(+), 1 deletion(-)
60219
60220 commit c81f02fd06fcbc4426c9e3255833f8d7057cc97a
60221 Author: Behdad Esfahbod <behdad@behdad.org>
60222 Date:   Tue Jan 22 12:00:44 2019 +0100
60223
60224     pragma GCC diagnostic error   "-Wvla"
60225
60226  src/hb.hh | 2 +-
60227  1 file changed, 1 insertion(+), 1 deletion(-)
60228
60229 commit ff98109455bfbf92f7633262bc570b05d15d5d01
60230 Author: Alfie John <alfie@alfie.wtf>
60231 Date:   Tue Jan 22 19:58:36 2019 +1100
60232
60233     Fix grammar
60234
60235  docs/usermanual-clusters.xml | 2 +-
60236  1 file changed, 1 insertion(+), 1 deletion(-)
60237
60238 commit e9c0f5e714cc62bcf6349b86b13e1c031f9bb764
60239 Author: Alfie John <alfie@alfie.wtf>
60240 Date:   Tue Jan 22 00:03:02 2019 +0000
60241
60242     Grammar fix
60243
60244  docs/usermanual-clusters.xml | 2 +-
60245  1 file changed, 1 insertion(+), 1 deletion(-)
60246
60247 commit 789396ed6bf2c76c1bb955e80efb43f75e3c61d2
60248 Author: Behdad Esfahbod <behdad@behdad.org>
60249 Date:   Sun Jan 20 20:09:10 2019 -0500
60250
60251     Remove wrongly added files
60252
60253  test/api/test-ot-extents-cff                        | Bin 8574336 -> 0 bytes
60254  .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 --------------------
60255  .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 7650053 -> 0 bytes
60256  3 files changed, 20 deletions(-)
60257
60258 commit 380c3cffb9353083913a3bb505c2c62367613096
60259 Author: Behdad Esfahbod <behdad@behdad.org>
60260 Date:   Sun Jan 20 19:51:08 2019 -0500
60261
60262     Use enum for class constant
60263
60264  src/hb-cff-interp-common.hh | 2 +-
60265  1 file changed, 1 insertion(+), 1 deletion(-)
60266
60267 commit 6d042a18e7079e07a2b2f465a6a56483a42ef189
60268 Author: Behdad Esfahbod <behdad@behdad.org>
60269 Date:   Sun Jan 20 19:49:59 2019 -0500
60270
60271     [CFF] Use enum for tableTag
60272
60273  src/hb-ot-cff1-table.hh | 2 +-
60274  src/hb-ot-cff2-table.hh | 2 +-
60275  2 files changed, 2 insertions(+), 2 deletions(-)
60276
60277 commit c1cbbb94595641f0609cc8d2dbe8415540c10f77
60278 Author: Behdad Esfahbod <behdad@behdad.org>
60279 Date:   Sun Jan 20 19:47:52 2019 -0500
60280
60281     Use static constexpr for large class constants
60282
60283  src/hb-map.hh | 2 +-
60284  src/hb-set.hh | 2 +-
60285  2 files changed, 2 insertions(+), 2 deletions(-)
60286
60287 commit 30ae62779f1a68c5657ab27bc7e77496ba8a906c
60288 Author: Khaled Hosny <khaledhosny@eglug.org>
60289 Date:   Mon Jan 21 16:44:48 2019 +0200
60290
60291     Regular spaces will do
60292
60293  docs/usermanual-getting-started.xml | 16 ++++++++--------
60294  1 file changed, 8 insertions(+), 8 deletions(-)
60295
60296 commit ed62551d67ac5bb8dbfaf3fa5eb51013157b214a
60297 Author: Alfie John <alfie@alfie.wtf>
60298 Date:   Mon Jan 21 05:00:01 2019 +0000
60299
60300     Adding leading space for code example
60301
60302  docs/usermanual-getting-started.xml | 16 ++++++++--------
60303  1 file changed, 8 insertions(+), 8 deletions(-)
60304
60305 commit 3e332544db35ca08de767ecab01b489a9905c559
60306 Author: Alfie John <alfie@alfie.wtf>
60307 Date:   Mon Jan 21 04:54:27 2019 +0000
60308
60309     Fix description of example
60310
60311  docs/usermanual-getting-started.xml | 2 +-
60312  1 file changed, 1 insertion(+), 1 deletion(-)
60313
60314 commit 2144ca9f01d01b6de386d17ada73a288372ee553
60315 Author: Alfie John <alfie@alfie.wtf>
60316 Date:   Mon Jan 21 04:47:05 2019 +0000
60317
60318     Added option to build docs to docs
60319
60320  docs/usermanual-install-harfbuzz.xml | 12 ++++++++++++
60321  1 file changed, 12 insertions(+)
60322
60323 commit 21c0713a1cf4b42b5dfa8fb9bdf1c1935a481b00
60324 Author: Behdad Esfahbod <behdad@behdad.org>
60325 Date:   Wed Jan 9 21:24:51 2019 -0800
60326
60327     Whitespace
60328
60329  src/hb-ot-layout-gsub-table.hh | 8 ++++----
60330  1 file changed, 4 insertions(+), 4 deletions(-)
60331
60332 commit 934d3fa2a7d5d47da7030f43ea7ca7234625fc7e
60333 Author: Behdad Esfahbod <behdad@behdad.org>
60334 Date:   Wed Jan 9 21:00:13 2019 -0800
60335
60336     Use more iter pipelines
60337
60338  src/hb-ot-layout-gpos-table.hh |  9 +++++----
60339  src/hb-ot-layout-gsubgpos.hh   | 32 ++++++++++++++++++--------------
60340  2 files changed, 23 insertions(+), 18 deletions(-)
60341
60342 commit 420d8ac350590d776832dc7b353d997857cd7b45
60343 Author: Behdad Esfahbod <behdad@behdad.org>
60344 Date:   Wed Jan 9 20:58:25 2019 -0800
60345
60346     [algs] Add hb_iter()
60347     
60348     Makes it nicer in pipelines.
60349
60350  src/hb-algs.hh                 | 4 ++++
60351  src/hb-ot-layout-gsub-table.hh | 6 +++---
60352  2 files changed, 7 insertions(+), 3 deletions(-)
60353
60354 commit 54ec48ea20d7d7d9e62bca12265e2f26383f9bc1
60355 Author: Behdad Esfahbod <behdad@behdad.org>
60356 Date:   Wed Jan 9 20:54:21 2019 -0800
60357
60358     Use iter pipelines more
60359
60360  src/hb-ot-layout-gsub-table.hh | 81 +++++++++++++++++++++++-------------------
60361  1 file changed, 44 insertions(+), 37 deletions(-)
60362
60363 commit 83cecd80d93a1e09231b8deaa6ecf8cd44875dfd
60364 Author: Behdad Esfahbod <behdad@behdad.org>
60365 Date:   Wed Jan 9 19:49:13 2019 -0800
60366
60367     [iter] Default projection to identity
60368
60369  src/hb-algs.hh | 6 +++---
60370  src/hb-iter.hh | 4 ++--
60371  2 files changed, 5 insertions(+), 5 deletions(-)
60372
60373 commit a699c6b17cf2d272ac445838e82db6b0017cdbd7
60374 Author: Behdad Esfahbod <behdad@behdad.org>
60375 Date:   Wed Jan 9 19:42:41 2019 -0800
60376
60377     [algs] Add hb_identity
60378
60379  src/hb-algs.hh | 8 +++++---
60380  1 file changed, 5 insertions(+), 3 deletions(-)
60381
60382 commit 463cfb426ff94b78b8e44f1c5662931b948beca7
60383 Author: Behdad Esfahbod <behdad@behdad.org>
60384 Date:   Wed Jan 9 16:19:40 2019 -0800
60385
60386     Fix unused-variable warnings
60387     
60388     inline variables are not C++11, so mark them unused...
60389
60390  src/hb-algs.hh | 4 ++--
60391  1 file changed, 2 insertions(+), 2 deletions(-)
60392
60393 commit f4cbb1ee0c7e1c2911c3676936e1bb571f6b255f
60394 Author: Behdad Esfahbod <behdad@behdad.org>
60395 Date:   Wed Jan 9 13:28:00 2019 -0800
60396
60397     WIP
60398
60399  src/hb-ot-layout-gsub-table.hh | 8 +++++---
60400  1 file changed, 5 insertions(+), 3 deletions(-)
60401
60402 commit 471e96e55d3366a6ad723fe88c9aa895921c048f
60403 Author: Behdad Esfahbod <behdad@behdad.org>
60404 Date:   Wed Jan 9 12:42:01 2019 -0800
60405
60406     [iter] Use forwarding references
60407
60408  src/hb-iter.hh | 12 ++++++------
60409  1 file changed, 6 insertions(+), 6 deletions(-)
60410
60411 commit 528ea66f24c326d7361663a145bd9b8081c7c5c2
60412 Author: Behdad Esfahbod <behdad@behdad.org>
60413 Date:   Wed Jan 9 12:36:17 2019 -0800
60414
60415     [algs] Fix hb_first() / hb_second()
60416
60417  src/hb-algs.hh | 4 ++--
60418  1 file changed, 2 insertions(+), 2 deletions(-)
60419
60420 commit 343f5a4bfcf528ed8f5239fae9ddfca64b998fde
60421 Author: Behdad Esfahbod <behdad@behdad.org>
60422 Date:   Wed Jan 9 12:35:45 2019 -0800
60423
60424     [iter] Misc fixes to get piping almost work
60425
60426  src/hb-iter.hh | 19 ++++++++++++-------
60427  1 file changed, 12 insertions(+), 7 deletions(-)
60428
60429 commit 7cedf7f64c2be0d16771dba73fd370325f7b66a1
60430 Author: Behdad Esfahbod <behdad@behdad.org>
60431 Date:   Wed Jan 9 12:22:14 2019 -0800
60432
60433     Change hb_first() and hb_second() to function objects
60434
60435  src/hb-algs.hh | 14 ++++++++++----
60436  1 file changed, 10 insertions(+), 4 deletions(-)
60437
60438 commit f35568d603df6409e4f867acf2f58794560f6649
60439 Author: Behdad Esfahbod <behdad@behdad.org>
60440 Date:   Wed Jan 9 11:32:33 2019 -0800
60441
60442     [iter] Add hb_filter()
60443     
60444     Untested.
60445
60446  src/hb-iter.hh | 39 +++++++++++++++++++++++++++++++++++++++
60447  1 file changed, 39 insertions(+)
60448
60449 commit 1733e4702c4f4f8058e69500008d050cf9df0318
60450 Author: Behdad Esfahbod <behdad@behdad.org>
60451 Date:   Wed Jan 9 11:15:49 2019 -0800
60452
60453     [iter] Add hb_map()
60454     
60455     Untested.
60456
60457  src/hb-iter.hh | 43 ++++++++++++++++++++++++++++++++++++++++++-
60458  1 file changed, 42 insertions(+), 1 deletion(-)
60459
60460 commit f7fcc476418099e2b89c52068ac81280a95bf76f
60461 Author: Behdad Esfahbod <behdad@behdad.org>
60462 Date:   Wed Jan 9 11:00:32 2019 -0800
60463
60464     [iter] Make hb_zip() take const references
60465
60466  src/hb-iter.hh | 2 +-
60467  1 file changed, 1 insertion(+), 1 deletion(-)
60468
60469 commit ede1a71b31f49a6dc247ac0491b78508346e9932
60470 Author: Behdad Esfahbod <behdad@behdad.org>
60471 Date:   Wed Jan 9 10:45:53 2019 -0800
60472
60473     Minor rename
60474
60475  src/hb-ot-layout-gsub-table.hh | 12 ++++++------
60476  src/hb-ot-layout-gsubgpos.hh   |  6 +++---
60477  2 files changed, 9 insertions(+), 9 deletions(-)
60478
60479 commit 93551669c5a41ee11a156ef60a9f80dc328430b9
60480 Author: Behdad Esfahbod <behdad@behdad.org>
60481 Date:   Wed Jan 9 10:18:49 2019 -0800
60482
60483     Remove unused Coverage::iter_t::get_coverage()
60484
60485  src/hb-ot-layout-common.hh | 11 -----------
60486  1 file changed, 11 deletions(-)
60487
60488 commit af2067e87b06995a9cc9154baab2a5bc4f3f6955
60489 Author: Behdad Esfahbod <behdad@behdad.org>
60490 Date:   Wed Jan 9 10:17:33 2019 -0800
60491
60492     Use hb_zip() moooore
60493
60494  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++------------
60495  1 file changed, 12 insertions(+), 12 deletions(-)
60496
60497 commit 0d1fdf939de13bb1994bc8f70da7f9f511b7e5be
60498 Author: Behdad Esfahbod <behdad@behdad.org>
60499 Date:   Wed Jan 9 10:06:48 2019 -0800
60500
60501     Use hb_zip() some mooore
60502
60503  src/hb-ot-layout-gpos-table.hh | 13 +++------
60504  src/hb-ot-layout-gsub-table.hh | 64 +++++++++++-------------------------------
60505  2 files changed, 21 insertions(+), 56 deletions(-)
60506
60507 commit af6c1902356c937bc47ad8c37ab6f037b5810b67
60508 Author: Behdad Esfahbod <behdad@behdad.org>
60509 Date:   Wed Jan 9 10:01:28 2019 -0800
60510
60511     Use hb_zip() some moore
60512
60513  src/hb-ot-layout-gsubgpos.hh | 52 ++++++++++++--------------------------------
60514  1 file changed, 14 insertions(+), 38 deletions(-)
60515
60516 commit 83ad0b6d0f3e7656f78611e89d7ebb939cd8e713
60517 Author: Behdad Esfahbod <behdad@behdad.org>
60518 Date:   Wed Jan 9 09:57:36 2019 -0800
60519
60520     Use hb_zip() some more
60521
60522  src/hb-ot-layout-gsub-table.hh | 36 ++++++++++--------------------------
60523  1 file changed, 10 insertions(+), 26 deletions(-)
60524
60525 commit f0dd0656b8d2038ae6aa8d0a39d17130ddc8f16f
60526 Author: Behdad Esfahbod <behdad@behdad.org>
60527 Date:   Wed Jan 9 09:52:10 2019 -0800
60528
60529     Use hb_zip() some
60530
60531  src/hb-ot-layout-gsub-table.hh | 20 +++++---------------
60532  1 file changed, 5 insertions(+), 15 deletions(-)
60533
60534 commit 200cdb721bfb125cd462437ccbcc40554560c4d0
60535 Author: Behdad Esfahbod <behdad@behdad.org>
60536 Date:   Wed Jan 9 09:49:12 2019 -0800
60537
60538     [iter] Rename hb_zip_t to hb_zip_iter_t
60539
60540  src/hb-iter.hh | 12 ++++++------
60541  1 file changed, 6 insertions(+), 6 deletions(-)
60542
60543 commit 3290c181c17db33991cd1b79eca49f70d2601ce0
60544 Author: Behdad Esfahbod <behdad@behdad.org>
60545 Date:   Wed Jan 9 09:08:15 2019 -0800
60546
60547     [algs] Whitespace
60548
60549  src/hb-algs.hh | 12 +++++++-----
60550  1 file changed, 7 insertions(+), 5 deletions(-)
60551
60552 commit 014c50292b471de0167b65fdc0eb446245438b84
60553 Author: Behdad Esfahbod <behdad@behdad.org>
60554 Date:   Wed Jan 9 09:07:01 2019 -0800
60555
60556     [iter] Move code
60557
60558  src/hb-iter.hh | 47 ++++++++++++++++++++++++++++-------------------
60559  1 file changed, 28 insertions(+), 19 deletions(-)
60560
60561 commit 6e3ad650d1b864742084c6254d020734f09cb396
60562 Author: Behdad Esfahbod <behdad@behdad.org>
60563 Date:   Wed Jan 9 09:05:01 2019 -0800
60564
60565     Rename hb-dsalgs to hb-algs
60566
60567  src/Makefile.sources             | 2 +-
60568  src/{hb-dsalgs.hh => hb-algs.hh} | 6 +++---
60569  src/hb-array.hh                  | 2 +-
60570  src/hb-debug.hh                  | 2 +-
60571  src/hb-iter.hh                   | 2 +-
60572  src/hb.hh                        | 8 ++++----
60573  6 files changed, 11 insertions(+), 11 deletions(-)
60574
60575 commit f27607580e4d13e8ddf721df971a7d5062c54fb2
60576 Author: Behdad Esfahbod <behdad@behdad.org>
60577 Date:   Wed Jan 9 09:03:21 2019 -0800
60578
60579     [algs] Add hb_first() and hb_second()
60580
60581  src/hb-dsalgs.hh | 7 +++++++
60582  1 file changed, 7 insertions(+)
60583
60584 commit a7de144df342f30b3d6f9e61c3fe3d1348ab222d
60585 Author: Behdad Esfahbod <behdad@behdad.org>
60586 Date:   Wed Jan 9 08:39:25 2019 -0800
60587
60588     Implement uniform map interface
60589     
60590     Coverage, ClassDef, hb_set_t, and hb_map_t implement.
60591
60592  src/hb-map.hh              | 13 +++++++------
60593  src/hb-ot-layout-common.hh | 14 ++++++++++++--
60594  src/hb-set.hh              | 17 ++++++++++++-----
60595  3 files changed, 31 insertions(+), 13 deletions(-)
60596
60597 commit 7987095e64e52b509661828aeadabe0b27bba0d0
60598 Author: Behdad Esfahbod <behdad@behdad.org>
60599 Date:   Wed Jan 9 01:02:38 2019 -0800
60600
60601     [meta] Remove hb_enable_if_t
60602     
60603     It was only used for C++<11 which does not allow default parameters
60604     in function templates.  Looks like we cannot support <11 anyway, so,
60605     start cleaning up.
60606
60607  src/hb-iter.hh             | 18 +++++++++---------
60608  src/hb-meta.hh             |  1 -
60609  src/hb-open-type.hh        | 14 ++++++--------
60610  src/hb-ot-layout-common.hh | 21 +++++++++------------
60611  src/test-iter.cc           | 12 ++++++------
60612  5 files changed, 30 insertions(+), 36 deletions(-)
60613
60614 commit 15a69284369ce739e79bf288a55c4c3010313144
60615 Author: Behdad Esfahbod <behdad@behdad.org>
60616 Date:   Wed Jan 9 00:36:47 2019 -0800
60617
60618     [iter] Implement operator-> unconditionally
60619     
60620     The right condition to check for would have been "is_struct", which
60621     we don't have.
60622
60623  src/hb-iter.hh | 1 -
60624  1 file changed, 1 deletion(-)
60625
60626 commit 8f52a827e7d93abf3ef6159fd00f7c85c6d46793
60627 Author: Behdad Esfahbod <behdad@behdad.org>
60628 Date:   Wed Jan 9 00:36:26 2019 -0800
60629
60630     Allow rvalues in hb_addressof()
60631
60632  src/hb-dsalgs.hh | 2 +-
60633  1 file changed, 1 insertion(+), 1 deletion(-)
60634
60635 commit a4ea0d368015b91df8d4c164a8838c45943562dc
60636 Author: Behdad Esfahbod <behdad@behdad.org>
60637 Date:   Wed Jan 9 00:32:11 2019 -0800
60638
60639     [iter] Change from const_iter_t/iter_t to iter_t/writer_t
60640
60641  src/hb-open-type.hh | 26 ++++++++++++--------------
60642  src/hb-vector.hh    | 13 ++++++-------
60643  2 files changed, 18 insertions(+), 21 deletions(-)
60644
60645 commit 7798e4fcc34edca5c7d5d2fe7abd09a0540f0fea
60646 Author: Behdad Esfahbod <behdad@behdad.org>
60647 Date:   Wed Jan 9 00:25:53 2019 -0800
60648
60649     [iter] Change Coverage iterator to only return glyph-id
60650
60651  src/hb-ot-layout-common.hh | 8 ++++----
60652  1 file changed, 4 insertions(+), 4 deletions(-)
60653
60654 commit 84e5d002290eb2f58392743bc841fa7def7fc96d
60655 Author: Behdad Esfahbod <behdad@behdad.org>
60656 Date:   Tue Jan 8 23:57:16 2019 -0800
60657
60658     [iter] Add hb_zip()
60659
60660  src/hb-iter.hh   | 34 ++++++++++++++++++++++++++++++++++
60661  src/test-iter.cc |  2 ++
60662  2 files changed, 36 insertions(+)
60663
60664 commit 636786ecaf18c52d4c337d009434b22e868ab796
60665 Author: Behdad Esfahbod <behdad@behdad.org>
60666 Date:   Tue Jan 8 23:48:35 2019 -0800
60667
60668     [iter] Rename __item_type__ to __item_t__
60669
60670  src/hb-array.hh            | 2 +-
60671  src/hb-iter.hh             | 4 ++--
60672  src/hb-ot-layout-common.hh | 4 ++--
60673  src/hb-set.hh              | 2 +-
60674  src/test-iter.cc           | 2 +-
60675  5 files changed, 7 insertions(+), 7 deletions(-)
60676
60677 commit 6caf76f4a8b5e232a87b84dc5e357dddef63d00b
60678 Author: Behdad Esfahbod <behdad@behdad.org>
60679 Date:   Tue Jan 8 23:28:05 2019 -0800
60680
60681     Tighten Coverage iteration
60682
60683  src/hb-ot-layout-common.hh | 7 +++++--
60684  1 file changed, 5 insertions(+), 2 deletions(-)
60685
60686 commit ff3a7ce1e75b020c2d536200beb5610ed054e097
60687 Author: Behdad Esfahbod <behdad@behdad.org>
60688 Date:   Tue Jan 8 23:20:23 2019 -0800
60689
60690     [subset] Minor
60691
60692  src/hb-ot-layout-common.hh | 2 +-
60693  1 file changed, 1 insertion(+), 1 deletion(-)
60694
60695 commit 42bf80e578a1b7f4023b3edeea7de103a3c7d7be
60696 Author: Behdad Esfahbod <behdad@behdad.org>
60697 Date:   Tue Jan 8 19:13:17 2019 -0800
60698
60699     [iter] More semicolon
60700
60701  src/hb-iter.hh | 2 +-
60702  1 file changed, 1 insertion(+), 1 deletion(-)
60703
60704 commit f78f837ef17591144d6b22ae3cc71c49458253ff
60705 Author: Behdad Esfahbod <behdad@behdad.org>
60706 Date:   Tue Jan 8 16:38:08 2019 -0800
60707
60708     [iter] Use aliasing using for types
60709     
60710     Fix ambiguity of hb_sorted_array_t::item_t with gcc.  No idea if that's a gcc bug
60711     or what spec requires, but using aliasing using seems to fix it.  It probably breaks
60712     our non-C++11 bots, in which case I have to condition the change.  Testing.
60713
60714  src/hb-iter.hh | 4 ++--
60715  1 file changed, 2 insertions(+), 2 deletions(-)
60716
60717 commit 3fc03e42ce73021c4573729a637d19346f7e5f44
60718 Author: Behdad Esfahbod <behdad@behdad.org>
60719 Date:   Tue Jan 8 16:33:31 2019 -0800
60720
60721     [iter] Use static_assert with hb_is_random_access_iterator()
60722     
60723     Both, checks constexpr'ness, and fixes build with cra**y implementations
60724     of assert() macro:
60725     
60726     test-iter.cc:108:11: error: too many arguments provided to function-like macro invocation
60727       assert (hb_is_random_access_iterator (array_iter_t<int>));
60728               ^
60729     ./hb-iter.hh:186:42: note: expanded from macro 'hb_is_random_access_iterator'
60730       hb_is_random_access_iterator_of (Iter, typename Iter::item_t)
60731                                              ^
60732     /usr/include/x86_64-linux-gnu/sys/cdefs.h:89:9: note: macro '__STRING' defined here
60733     \#define __STRING(x)     #x
60734             ^
60735     test-iter.cc:108:3: error: use of undeclared identifier '__STRING'
60736       assert (hb_is_random_access_iterator (array_iter_t<int>));
60737       ^
60738     /usr/include/assert.h:91:21: note: expanded from macro 'assert'
60739        : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
60740                         ^
60741
60742  src/test-iter.cc | 2 +-
60743  1 file changed, 1 insertion(+), 1 deletion(-)
60744
60745 commit 6af9c5f18eaf51f2d7e564d23d9b09219af9d700
60746 Author: Behdad Esfahbod <behdad@behdad.org>
60747 Date:   Tue Jan 8 16:27:37 2019 -0800
60748
60749     [iter] Remove stray semicolons
60750
60751  src/hb-iter.hh | 8 ++++----
60752  1 file changed, 4 insertions(+), 4 deletions(-)
60753
60754 commit 74ca7b580c284d6fe3bf7067a19a2095102e72d1
60755 Author: Behdad Esfahbod <behdad@behdad.org>
60756 Date:   Tue Jan 8 13:48:42 2019 -0800
60757
60758     [OT] Implement operator[] for Coverage and ClassDef
60759
60760  src/hb-ot-layout-common.hh | 7 ++++++-
60761  1 file changed, 6 insertions(+), 1 deletion(-)
60762
60763 commit 6c548b6657d419e013969f9a456418e46bef0b30
60764 Author: Behdad Esfahbod <behdad@behdad.org>
60765 Date:   Tue Jan 8 13:43:49 2019 -0800
60766
60767     [iter] Add TODO
60768
60769  src/hb-iter.hh | 4 ++++
60770  1 file changed, 4 insertions(+)
60771
60772 commit 362d4e7cc324bf99b087aa34a4fae6898e50674f
60773 Author: Behdad Esfahbod <behdad@behdad.org>
60774 Date:   Tue Jan 8 13:41:30 2019 -0800
60775
60776     [iter] Implement for OT::ArrayOf / OT::SortedArrayOf
60777
60778  src/hb-open-type.hh | 36 ++++++++++++++++++++++++------------
60779  1 file changed, 24 insertions(+), 12 deletions(-)
60780
60781 commit 2f837a365c0986c2f925624d9c00ede8cd9e7669
60782 Author: Behdad Esfahbod <behdad@behdad.org>
60783 Date:   Tue Jan 8 13:05:01 2019 -0800
60784
60785     [SortedArrayOf] Fix sub_array() return type
60786
60787  src/hb-open-type.hh | 8 ++++----
60788  1 file changed, 4 insertions(+), 4 deletions(-)
60789
60790 commit 54c30e949e7d0a80c19cb8a12c300d62425683a9
60791 Author: Behdad Esfahbod <behdad@behdad.org>
60792 Date:   Tue Jan 8 13:00:06 2019 -0800
60793
60794     [iter] Constrain hb_fill() and hb_copy()
60795
60796  src/hb-iter.hh | 10 +++++++---
60797  1 file changed, 7 insertions(+), 3 deletions(-)
60798
60799 commit dc0a98cbe7be25a38220eda19ee06b19bf2d130d
60800 Author: Behdad Esfahbod <behdad@behdad.org>
60801 Date:   Tue Jan 8 12:57:01 2019 -0800
60802
60803     [iter] Add TODO
60804
60805  src/hb-iter.hh | 3 +++
60806  1 file changed, 3 insertions(+)
60807
60808 commit 2658e40ffb66dba6e2e5525d6ee4792fe1ea1dd1
60809 Author: Behdad Esfahbod <behdad@behdad.org>
60810 Date:   Tue Jan 8 12:53:02 2019 -0800
60811
60812     [iter] Add hb_is_random_access_iterator()
60813
60814  src/hb-iter.hh   | 10 +++++++---
60815  src/test-iter.cc |  2 ++
60816  2 files changed, 9 insertions(+), 3 deletions(-)
60817
60818 commit 445364d80a06007de5ac4c0fca9bb0b846f25c9c
60819 Author: Behdad Esfahbod <behdad@behdad.org>
60820 Date:   Tue Jan 8 12:42:15 2019 -0800
60821
60822     [iter] Rename hb_is_[sorted_]iterator() -> hb_is_[sorted_]iterator_of()
60823
60824  src/hb-iter.hh             | 15 +++++++++------
60825  src/hb-open-type.hh        |  4 ++--
60826  src/hb-ot-layout-common.hh |  6 +++---
60827  src/test-iter.cc           |  2 +-
60828  4 files changed, 15 insertions(+), 12 deletions(-)
60829
60830 commit a6c013b1bf1f828f1eea7db801f2efb9a1486773
60831 Author: Behdad Esfahbod <behdad@behdad.org>
60832 Date:   Tue Jan 8 14:27:51 2019 -0500
60833
60834     [meta] Add hb_declval() macro
60835
60836  src/hb-iter.hh | 2 +-
60837  src/hb-meta.hh | 1 +
60838  2 files changed, 2 insertions(+), 1 deletion(-)
60839
60840 commit adc5910a63f209e35133c59f4466443844c9a18a
60841 Author: Behdad Esfahbod <behdad@behdad.org>
60842 Date:   Tue Jan 8 14:26:41 2019 -0500
60843
60844     [iter] Syntax
60845
60846  src/hb-iter.hh | 2 +-
60847  1 file changed, 1 insertion(+), 1 deletion(-)
60848
60849 commit ca6adcd1ad35932aeac4d46a191809b010636b3d
60850 Author: Behdad Esfahbod <behdad@behdad.org>
60851 Date:   Tue Jan 8 14:23:12 2019 -0500
60852
60853     [iter] Test hb_is_iterable / hb_is_iterator
60854
60855  src/test-iter.cc | 12 ++++++++----
60856  1 file changed, 8 insertions(+), 4 deletions(-)
60857
60858 commit 8237809f065f41653a12c95885e3b76409c42f36
60859 Author: Behdad Esfahbod <behdad@behdad.org>
60860 Date:   Mon Jan 7 22:00:45 2019 -0500
60861
60862     [serialize] Make SortedArrayOf:;serialize() take sorted-iterator
60863
60864  src/hb-open-type.hh     | 17 +++++++++++++++++
60865  src/hb-ot-cmap-table.hh | 18 +++++++++---------
60866  2 files changed, 26 insertions(+), 9 deletions(-)
60867
60868 commit 47333c8a304c6f57f848b5f60eea8ec85ffe2b33
60869 Author: Behdad Esfahbod <behdad@behdad.org>
60870 Date:   Mon Jan 7 21:38:49 2019 -0500
60871
60872     [iter] Fix operator->
60873
60874  src/hb-iter.hh   | 3 ++-
60875  src/test-iter.cc | 3 +++
60876  2 files changed, 5 insertions(+), 1 deletion(-)
60877
60878 commit 177a8af380738e5be598952adbf275503bb3f5bc
60879 Author: Behdad Esfahbod <behdad@behdad.org>
60880 Date:   Mon Jan 7 20:20:44 2019 -0500
60881
60882     [array] SFINAE fun
60883
60884  src/hb-array.hh | 2 ++
60885  1 file changed, 2 insertions(+)
60886
60887 commit 8414f167879c1af8ce5c80a15ba1aec2f7e436a6
60888 Author: Behdad Esfahbod <behdad@behdad.org>
60889 Date:   Mon Jan 7 19:41:52 2019 -0500
60890
60891     [meta] Rename
60892
60893  src/hb-meta.hh | 18 +++++++++---------
60894  1 file changed, 9 insertions(+), 9 deletions(-)
60895
60896 commit 8e0a58e1b3f338098d2384f2e6e0b4ad08d6c042
60897 Author: Behdad Esfahbod <behdad@behdad.org>
60898 Date:   Mon Jan 7 19:03:53 2019 -0500
60899
60900     [array] Remove construction that was removing constness
60901
60902  src/hb-array.hh | 2 --
60903  1 file changed, 2 deletions(-)
60904
60905 commit 85969e357a34691cc42c88490fc7e341175783dd
60906 Author: Behdad Esfahbod <behdad@behdad.org>
60907 Date:   Mon Jan 7 18:59:26 2019 -0500
60908
60909     [iter] Fix test
60910
60911  src/test-iter.cc | 2 +-
60912  1 file changed, 1 insertion(+), 1 deletion(-)
60913
60914 commit da4996183693b4acecf245c58b58d6040d92a1bf
60915 Author: Behdad Esfahbod <behdad@behdad.org>
60916 Date:   Mon Jan 7 18:36:14 2019 -0500
60917
60918     [iter] Remove comment
60919
60920  src/hb-iter.hh | 1 -
60921  1 file changed, 1 deletion(-)
60922
60923 commit 815cde9fa3465828030ca1ed4f32ca1df72c1f37
60924 Author: Behdad Esfahbod <behdad@behdad.org>
60925 Date:   Mon Jan 7 18:33:04 2019 -0500
60926
60927     [iter] Use is_sorted_iterator
60928
60929  src/hb-aat-map.hh                          |  2 +-
60930  src/hb-array.hh                            |  4 +++
60931  src/hb-meta.hh                             | 23 +++++++++-------
60932  src/hb-ot-layout-common.hh                 |  8 +++---
60933  src/hb-ot-layout-gsub-table.hh             | 42 +++++++++++++++---------------
60934  src/hb-ot-map.hh                           |  2 +-
60935  src/hb-ot-shape-complex-arabic-fallback.hh |  4 +--
60936  src/hb-set.hh                              |  2 +-
60937  src/hb-vector.hh                           | 32 ++++++++++++++---------
60938  9 files changed, 66 insertions(+), 53 deletions(-)
60939
60940 commit ed4336680d3fc080f99c7dd67db48c55bcd7a020
60941 Author: Behdad Esfahbod <behdad@behdad.org>
60942 Date:   Mon Jan 7 17:24:23 2019 -0500
60943
60944     [iter] Handhold hb_is_iterator() type deduction
60945     
60946     by partial-instantiating on Iter.
60947
60948  src/hb-iter.hh | 18 +++++++++++-------
60949  1 file changed, 11 insertions(+), 7 deletions(-)
60950
60951 commit cb5011d364904452a625cfc0485f5a713f472d07
60952 Author: Behdad Esfahbod <behdad@behdad.org>
60953 Date:   Fri Jan 4 11:22:32 2019 -0500
60954
60955     Revert "[iter] Add hb_iter_of_t<>"
60956     
60957     This reverts commit d6cbe96e2fc7bc8f1c10e631b52b1ef31ff9a6f5.
60958     
60959     Isn't useful, as duplicate inheritance of same type results in ambiguity
60960     errors...
60961
60962  src/hb-iter.hh | 14 ++++++--------
60963  1 file changed, 6 insertions(+), 8 deletions(-)
60964
60965 commit c132cda9d98286f002d2f5b27d1d00bf80b42a9c
60966 Author: Behdad Esfahbod <behdad@behdad.org>
60967 Date:   Wed Jan 2 17:00:01 2019 -0500
60968
60969     [iter] Fix warnings
60970
60971  src/hb-iter.hh | 10 +++++-----
60972  1 file changed, 5 insertions(+), 5 deletions(-)
60973
60974 commit c9d8a07e30d05b870c3d2374853adba019601b02
60975 Author: Behdad Esfahbod <behdad@behdad.org>
60976 Date:   Wed Jan 2 16:43:52 2019 -0500
60977
60978     [iter] Add hb_iter_of_t<>
60979
60980  src/hb-iter.hh | 14 ++++++++------
60981  1 file changed, 8 insertions(+), 6 deletions(-)
60982
60983 commit b5d6fe1a452c72dd47d20c03a563321771330acc
60984 Author: Behdad Esfahbod <behdad@behdad.org>
60985 Date:   Wed Jan 2 16:20:40 2019 -0500
60986
60987     [iter] Remove hb_sorted_iter_t
60988     
60989     Not enforcing it using type hierarchy.
60990
60991  src/hb-array.hh            |  6 ++++--
60992  src/hb-iter.hh             | 26 ++++----------------------
60993  src/hb-ot-layout-common.hh |  3 ++-
60994  src/hb-set.hh              |  3 ++-
60995  4 files changed, 12 insertions(+), 26 deletions(-)
60996
60997 commit 255085bd599cb108779d467690b372263f304dcb
60998 Author: Behdad Esfahbod <behdad@behdad.org>
60999 Date:   Wed Jan 2 16:14:00 2019 -0500
61000
61001     [iter] Const correctness
61002
61003  src/hb-open-type.hh | 2 +-
61004  1 file changed, 1 insertion(+), 1 deletion(-)
61005
61006 commit 415f3f4320c80d47e03fe9594a917fb2964b1144
61007 Author: Behdad Esfahbod <behdad@behdad.org>
61008 Date:   Mon Dec 31 13:37:13 2018 -0500
61009
61010     Add operator= to IntType, commented out
61011     
61012     https://github.com/harfbuzz/harfbuzz/pull/1510
61013
61014  src/hb-open-type.hh | 1 +
61015  1 file changed, 1 insertion(+)
61016
61017 commit 183be8f452862aaf0cdedb28d54ec114d67745b2
61018 Author: Behdad Esfahbod <behdad@behdad.org>
61019 Date:   Sun Dec 30 20:58:25 2018 -0500
61020
61021     [iter] Minor
61022
61023  src/hb-iter.hh | 2 +-
61024  1 file changed, 1 insertion(+), 1 deletion(-)
61025
61026 commit 6cd96ba1aca99b6eb31f8402d02c565dd4e96e03
61027 Author: Behdad Esfahbod <behdad@behdad.org>
61028 Date:   Sun Dec 30 20:51:31 2018 -0500
61029
61030     [iter] Make is_random_access_iterator a constant
61031     
61032     We cannot rely on constexpr functions...
61033
61034  src/hb-array.hh  |  2 +-
61035  src/hb-iter.hh   | 11 ++++-------
61036  src/test-iter.cc |  2 +-
61037  3 files changed, 6 insertions(+), 9 deletions(-)
61038
61039 commit a685bfe8fc93ac1886a708687ea6fa7aa0b7c8c4
61040 Author: Behdad Esfahbod <behdad@behdad.org>
61041 Date:   Sun Dec 30 20:24:21 2018 -0500
61042
61043     Separate GlyphID from HBUINT16
61044     
61045     For stricter enforcement.
61046
61047  src/hb-dsalgs.hh                           | 8 ++++----
61048  src/hb-open-type.hh                        | 2 +-
61049  src/hb-ot-layout-common.hh                 | 2 +-
61050  src/hb-ot-shape-complex-arabic-fallback.hh | 8 ++++++--
61051  4 files changed, 12 insertions(+), 8 deletions(-)
61052
61053 commit 8ac64d00907756333d5917db4b627619420f9260
61054 Author: Behdad Esfahbod <behdad@behdad.org>
61055 Date:   Sun Dec 30 20:06:12 2018 -0500
61056
61057     [iter] Fix sorted_iter iter class
61058
61059  src/hb-array.hh | 4 ++--
61060  1 file changed, 2 insertions(+), 2 deletions(-)
61061
61062 commit 93615b9598f6b5e514384327b30acfd6bd8cfcfb
61063 Author: Behdad Esfahbod <behdad@behdad.org>
61064 Date:   Sun Dec 30 19:12:06 2018 -0500
61065
61066     [iter/meta] Add hb_is_sorted_iterator()
61067
61068  src/hb-iter.hh | 16 ++++++++++++----
61069  1 file changed, 12 insertions(+), 4 deletions(-)
61070
61071 commit 92f25db1e86c7b79962a2eb735cd3596c302f71f
61072 Author: Behdad Esfahbod <behdad@behdad.org>
61073 Date:   Sun Dec 30 19:10:26 2018 -0500
61074
61075     [iter] Remove stale comment
61076
61077  src/hb-iter.hh | 5 +----
61078  1 file changed, 1 insertion(+), 4 deletions(-)
61079
61080 commit 40c24fd4a623c5f570e657f22fb4e88cba48b02b
61081 Author: Behdad Esfahbod <behdad@behdad.org>
61082 Date:   Sun Dec 30 19:06:47 2018 -0500
61083
61084     [iter] Port Coverage towards iter_t instead of array_t specifics
61085
61086  src/hb-ot-layout-common.hh | 12 ++++++++----
61087  1 file changed, 8 insertions(+), 4 deletions(-)
61088
61089 commit d552b6818c21efe9eae8b9cd72d5199dadd3724f
61090 Author: Behdad Esfahbod <behdad@behdad.org>
61091 Date:   Sun Dec 30 18:54:07 2018 -0500
61092
61093     [meta] Move typename around
61094     
61095     We'll see if bots like.
61096
61097  src/hb-atomic.hh | 2 +-
61098  src/hb-blob.hh   | 2 +-
61099  src/hb-iter.hh   | 2 +-
61100  src/hb-meta.hh   | 6 +++---
61101  src/hb-null.hh   | 6 +++---
61102  5 files changed, 9 insertions(+), 9 deletions(-)
61103
61104 commit f64ea8fc65b0dacc2ac3b1de97c92488b6e1b6fa
61105 Author: Behdad Esfahbod <behdad@behdad.org>
61106 Date:   Sun Dec 30 18:49:34 2018 -0500
61107
61108     [meta] Move code around
61109
61110  src/hb-atomic.hh |  1 +
61111  src/hb-meta.hh   | 10 ++++++++++
61112  src/hb.hh        | 14 +-------------
61113  3 files changed, 12 insertions(+), 13 deletions(-)
61114
61115 commit aa2ab4f0617c50de2501722205d3d0eaaf808ff4
61116 Author: Behdad Esfahbod <behdad@behdad.org>
61117 Date:   Sun Dec 30 18:47:47 2018 -0500
61118
61119     [iter] WHitespace
61120
61121  src/hb-iter.hh | 12 ++++--------
61122  1 file changed, 4 insertions(+), 8 deletions(-)
61123
61124 commit 851fbb23ea552bc639269670949a9937236d96d5
61125 Author: Behdad Esfahbod <behdad@behdad.org>
61126 Date:   Sun Dec 30 18:45:50 2018 -0500
61127
61128     [iter] Port Coverage::serialize to hb_is_iterator
61129
61130  src/hb-open-type.hh        |  2 +-
61131  src/hb-ot-layout-common.hh | 18 ++++++++++++------
61132  2 files changed, 13 insertions(+), 7 deletions(-)
61133
61134 commit 06a44e2e537303ab8ed1fb761bf3885eb433a718
61135 Author: Behdad Esfahbod <behdad@behdad.org>
61136 Date:   Sun Dec 30 18:42:14 2018 -0500
61137
61138     [iter/meta] Match hb_is_iterator<> using SFINAE
61139     
61140     By specifying Item type, which is desirable.
61141
61142  src/hb-iter.hh      | 28 +++++++++++-----------------
61143  src/hb-open-type.hh |  2 +-
61144  2 files changed, 12 insertions(+), 18 deletions(-)
61145
61146 commit bcb913efb484e971d8a76ac1a897a1724bdad58b
61147 Author: Behdad Esfahbod <behdad@behdad.org>
61148 Date:   Sun Dec 30 17:54:24 2018 -0500
61149
61150     Minor
61151
61152  src/hb-ot-layout-common.hh | 2 +-
61153  1 file changed, 1 insertion(+), 1 deletion(-)
61154
61155 commit fa1ae3d465fd627ea99c5eb597b85cffe04c1e34
61156 Author: Behdad Esfahbod <behdad@behdad.org>
61157 Date:   Sun Dec 30 12:01:13 2018 -0500
61158
61159     Use C++11 when available
61160
61161  configure.ac | 2 +-
61162  1 file changed, 1 insertion(+), 1 deletion(-)
61163
61164 commit dc0f98298eca6520efd6e05d34f9aa7847979203
61165 Author: Behdad Esfahbod <behdad@behdad.org>
61166 Date:   Sun Dec 30 11:22:16 2018 -0500
61167
61168     [ci] Remove unused config for gcc 4.2
61169     
61170     [skip ci]
61171
61172  .circleci/config.yml | 25 -------------------------
61173  1 file changed, 25 deletions(-)
61174
61175 commit eaa9023634282bed5955a068f9f92b8ef1733c39
61176 Author: Behdad Esfahbod <behdad@behdad.org>
61177 Date:   Sun Dec 30 11:16:14 2018 -0500
61178
61179     [ci] Disable other gcc 4.2 bot
61180
61181  .circleci/config.yml | 2 +-
61182  1 file changed, 1 insertion(+), 1 deletion(-)
61183
61184 commit 859a880b083c67e767162c394e08c46367078b0b
61185 Author: Behdad Esfahbod <behdad@behdad.org>
61186 Date:   Sun Dec 30 02:11:03 2018 -0500
61187
61188     [iter] Add back operator +
61189     
61190     Too ugly to remove..
61191
61192  src/hb-iter.hh   | 6 +++---
61193  src/test-iter.cc | 4 ++--
61194  2 files changed, 5 insertions(+), 5 deletions(-)
61195
61196 commit 076faf7c1803238f135034579935e6b8f10c774c
61197 Author: Behdad Esfahbod <behdad@behdad.org>
61198 Date:   Sun Dec 30 01:40:08 2018 -0500
61199
61200     [iter] Disable operator +
61201     
61202     To see if it makes bots happy... This is frustrating.
61203
61204  src/hb-iter.hh   | 5 +++--
61205  src/test-iter.cc | 5 +++--
61206  2 files changed, 6 insertions(+), 4 deletions(-)
61207
61208 commit a46874f1ab4b2470784c9ef688c7a8e00592165f
61209 Author: Behdad Esfahbod <behdad@behdad.org>
61210 Date:   Fri Dec 28 21:23:26 2018 -0500
61211
61212     [iter] Revert back uses of C++11 auto type deduction
61213
61214  src/hb-ot-layout-gpos-table.hh |  2 +-
61215  src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
61216  src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
61217  3 files changed, 18 insertions(+), 18 deletions(-)
61218
61219 commit 0828db8444d4b6922469770ca1b432356512db18
61220 Author: Behdad Esfahbod <behdad@behdad.org>
61221 Date:   Fri Dec 28 21:22:26 2018 -0500
61222
61223     [iter] Rename
61224
61225  src/hb-ot-layout-common.hh | 18 +++++++++---------
61226  1 file changed, 9 insertions(+), 9 deletions(-)
61227
61228 commit 037f735efdc77ae9c8a24527da5d9805163180a6
61229 Author: Behdad Esfahbod <behdad@behdad.org>
61230 Date:   Fri Dec 28 21:09:15 2018 -0500
61231
61232     [iter] Remove friend operator +, hoping to fix some bots
61233
61234  src/hb-iter.hh   | 1 -
61235  src/test-iter.cc | 1 -
61236  2 files changed, 2 deletions(-)
61237
61238 commit cb27918d0a104c5f3884013a7dc7c99f3e3e3378
61239 Author: Behdad Esfahbod <behdad@behdad.org>
61240 Date:   Fri Dec 28 20:16:44 2018 -0500
61241
61242     Use Null() instead of declval(), hoping to fix some bots
61243
61244  src/hb-iter.hh | 2 +-
61245  1 file changed, 1 insertion(+), 1 deletion(-)
61246
61247 commit 3d22900f6251b4386d8a7dfd7e2118dd75f12763
61248 Author: Behdad Esfahbod <behdad@behdad.org>
61249 Date:   Fri Dec 28 20:01:57 2018 -0500
61250
61251     [meta] Don't use template default arguments for functions
61252     
61253     That's a C++11 extension apparently...
61254
61255  src/hb-meta.hh      | 2 +-
61256  src/hb-open-type.hh | 8 ++++----
61257  2 files changed, 5 insertions(+), 5 deletions(-)
61258
61259 commit b89d20dd9f7e0b4fad3f6c8803c73d2ace34c340
61260 Author: Behdad Esfahbod <behdad@behdad.org>
61261 Date:   Fri Dec 28 16:41:04 2018 -0500
61262
61263     [meta] Fix unused-function-template warning
61264
61265  src/hb-meta.hh | 2 +-
61266  1 file changed, 1 insertion(+), 1 deletion(-)
61267
61268 commit df138da2e67ce72bec13e656e3146b21b4600c14
61269 Author: Behdad Esfahbod <behdad@behdad.org>
61270 Date:   Fri Dec 28 16:29:48 2018 -0500
61271
61272     [iter/meta] Implement is_iterator
61273     
61274     Removes use of auto type deduction again, which was not supported on many bots.
61275
61276  src/hb-iter.hh      | 42 +++++++++++++++++++++++++++++++++++++++---
61277  src/hb-meta.hh      |  4 ++--
61278  src/hb-open-type.hh | 13 +++++++------
61279  3 files changed, 48 insertions(+), 11 deletions(-)
61280
61281 commit 8570da1d741bbe6becbfd27d7bce3b2a6b78dae7
61282 Author: Behdad Esfahbod <behdad@behdad.org>
61283 Date:   Fri Dec 28 14:40:30 2018 -0500
61284
61285     [meta] Minor
61286
61287  src/hb-iter.hh | 4 ++--
61288  src/hb-null.hh | 8 ++++----
61289  2 files changed, 6 insertions(+), 6 deletions(-)
61290
61291 commit 442f4a58919b8e997daf5465b948975ecbe7e3df
61292 Author: Behdad Esfahbod <behdad@behdad.org>
61293 Date:   Fri Dec 28 14:34:00 2018 -0500
61294
61295     [meta] Move more code here
61296
61297  src/hb-dsalgs.hh    | 20 --------------------
61298  src/hb-meta.hh      | 31 +++++++++++++++++++++++++++++++
61299  src/hb-open-type.hh |  6 +-----
61300  3 files changed, 32 insertions(+), 25 deletions(-)
61301
61302 commit 8c6cbbdfa326d6edee4a4b5f33971ad1ecfbcd2c
61303 Author: Behdad Esfahbod <behdad@behdad.org>
61304 Date:   Fri Dec 28 14:29:09 2018 -0500
61305
61306     [iter/meta] Add hb_is_iterable
61307
61308  src/hb-iter.hh      | 26 +++++++++++++++++++++++---
61309  src/hb-meta.hh      | 15 ++++++++++-----
61310  src/hb-null.hh      | 17 ++++++++---------
61311  src/hb-open-type.hh |  6 ++++--
61312  src/hb.hh           |  2 +-
61313  5 files changed, 46 insertions(+), 20 deletions(-)
61314
61315 commit 576d5e242028b492c2a8bbe56edeaa484b8a886a
61316 Author: Behdad Esfahbod <behdad@behdad.org>
61317 Date:   Thu Dec 27 18:39:39 2018 -0500
61318
61319     Don't use delegating constructors
61320     
61321     Not all C++11 features are created equal when it comes to support...
61322
61323  src/hb-dsalgs.hh | 2 +-
61324  1 file changed, 1 insertion(+), 1 deletion(-)
61325
61326 commit e32bf3976686c01fe9804086a8ca48aa0069b392
61327 Author: Behdad Esfahbod <behdad@behdad.org>
61328 Date:   Thu Dec 27 17:38:26 2018 -0500
61329
61330     [meta] Add enable_if
61331
61332  src/hb-meta.hh | 16 ++++++++++++++++
61333  1 file changed, 16 insertions(+)
61334
61335 commit e76a3cae0fd8cb1e716f4e55f4abbb57af49b10f
61336 Author: Behdad Esfahbod <behdad@behdad.org>
61337 Date:   Thu Dec 27 17:23:12 2018 -0500
61338
61339     Add hb-meta.hh for meta-programming
61340
61341  src/Makefile.sources |  1 +
61342  src/hb-dsalgs.hh     |  4 ----
61343  src/hb-iter.hh       |  1 +
61344  src/hb-meta.hh       | 40 ++++++++++++++++++++++++++++++++++++++++
61345  src/hb.hh            |  3 ++-
61346  5 files changed, 44 insertions(+), 5 deletions(-)
61347
61348 commit 5ec11ce13a6bf4479205f3cf2a9cc96342df7f60
61349 Author: Behdad Esfahbod <behdad@behdad.org>
61350 Date:   Thu Dec 27 17:17:28 2018 -0500
61351
61352     [iter] Clarify readonly vs lvalue iterators
61353     
61354     lvalue iterators must declare __item_type__ as a reference.
61355
61356  src/hb-array.hh  |  6 +++---
61357  src/hb-iter.hh   | 11 ++++++-----
61358  src/hb-set.hh    |  6 +++---
61359  src/test-iter.cc |  6 ++++--
61360  4 files changed, 16 insertions(+), 13 deletions(-)
61361
61362 commit 2cbf5bf3a959402a7f69b328469232b7050bae01
61363 Author: Behdad Esfahbod <behdad@behdad.org>
61364 Date:   Thu Dec 27 16:55:18 2018 -0500
61365
61366     [iter] Test OT::Coverage iter
61367
61368  src/hb-dsalgs.hh           | 6 +++++-
61369  src/hb-ot-layout-common.hh | 6 +++---
61370  src/test-iter.cc           | 9 ++++++++-
61371  3 files changed, 16 insertions(+), 5 deletions(-)
61372
61373 commit fd75d29f0f317c4fb36b093c8fabf2a7dcd28042
61374 Author: Behdad Esfahbod <behdad@behdad.org>
61375 Date:   Thu Dec 27 16:29:22 2018 -0500
61376
61377     [iter] Streamline vector iterators
61378
61379  src/hb-vector.hh | 15 +++++++--------
61380  1 file changed, 7 insertions(+), 8 deletions(-)
61381
61382 commit 570473a345a73ab05ea8e8acf88cfba9b90a81a4
61383 Author: Behdad Esfahbod <behdad@behdad.org>
61384 Date:   Thu Dec 27 13:29:51 2018 -0500
61385
61386     [iter] Make hb_sorted_array_t work as iter
61387     
61388     Ugly, but does the job.
61389
61390  src/hb-array.hh  |  6 ++++--
61391  src/hb-iter.hh   | 18 ++++++++++++++++++
61392  src/test-iter.cc |  2 ++
61393  3 files changed, 24 insertions(+), 2 deletions(-)
61394
61395 commit d6024794fb072647d8233b184c25da5def26c435
61396 Author: Behdad Esfahbod <behdad@behdad.org>
61397 Date:   Thu Dec 27 09:56:41 2018 -0500
61398
61399     Change hb_void_t implementation
61400
61401  src/hb-dsalgs.hh               |  3 +--
61402  src/hb-ot-layout-gsub-table.hh |  2 +-
61403  src/hb-ot-layout-gsubgpos.hh   | 12 ++++++------
61404  3 files changed, 8 insertions(+), 9 deletions(-)
61405
61406 commit cde31988c26043a47e4599bf7e0d88ea67fc333f
61407 Author: Behdad Esfahbod <behdad@behdad.org>
61408 Date:   Thu Dec 27 09:39:34 2018 -0500
61409
61410     [iter] Mark Coverage iterator sorted
61411
61412  src/hb-ot-layout-common.hh | 2 +-
61413  1 file changed, 1 insertion(+), 1 deletion(-)
61414
61415 commit 49161d411f30d06bc920f4153f5925944895cdbc
61416 Author: Behdad Esfahbod <behdad@behdad.org>
61417 Date:   Wed Dec 26 22:50:33 2018 -0500
61418
61419     [subset] Take iterator in ArrayOf serialize
61420     
61421     Still not satisfied with how I can enforce iterators only, but
61422     seems to work for now.
61423
61424  src/hb-open-type.hh | 12 +++++++-----
61425  1 file changed, 7 insertions(+), 5 deletions(-)
61426
61427 commit e16884248f80c52cd29e39a9b27b15422d76b0f1
61428 Author: Behdad Esfahbod <behdad@behdad.org>
61429 Date:   Wed Dec 26 22:27:23 2018 -0500
61430
61431     [iter] Port Coverage iterator to hb_iter_t
61432
61433  src/hb-ot-layout-common.hh     | 12 +++++++++---
61434  src/hb-ot-layout-gpos-table.hh |  2 +-
61435  src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
61436  src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
61437  4 files changed, 27 insertions(+), 21 deletions(-)
61438
61439 commit c68bca0f953f5b7b7e15780f65a8e3da24917800
61440 Author: Behdad Esfahbod <behdad@behdad.org>
61441 Date:   Wed Dec 26 22:21:58 2018 -0500
61442
61443     Add hb_pair_t<> and hb_pair()
61444
61445  src/hb-dsalgs.hh | 17 +++++++++++++++++
61446  1 file changed, 17 insertions(+)
61447
61448 commit 8303a9b011eb2ab710371b9bd7d75693c7639bc1
61449 Author: Behdad Esfahbod <behdad@behdad.org>
61450 Date:   Wed Dec 26 22:08:54 2018 -0500
61451
61452     [Coverage] Ensure increasing coverage in iteration
61453
61454  src/hb-ot-layout-common.hh | 6 +++---
61455  1 file changed, 3 insertions(+), 3 deletions(-)
61456
61457 commit 50cd26d3941156daefb1d9ba7f514049eed04b16
61458 Author: Behdad Esfahbod <behdad@behdad.org>
61459 Date:   Wed Dec 26 22:05:25 2018 -0500
61460
61461     [Coverage] Mark iterator methods const
61462
61463  src/hb-ot-layout-common.hh | 25 ++++++++++++-------------
61464  1 file changed, 12 insertions(+), 13 deletions(-)
61465
61466 commit 9df1a6eba77e8b7319fc7724e41ceaeda70c2590
61467 Author: Behdad Esfahbod <behdad@behdad.org>
61468 Date:   Wed Dec 26 20:28:41 2018 -0500
61469
61470     [iter] Use operator bool in a few places
61471
61472  src/hb-ot-layout-common.hh | 12 ++++++------
61473  1 file changed, 6 insertions(+), 6 deletions(-)
61474
61475 commit 7788ac14a408e038fae9da4299fad69158c7b465
61476 Author: Behdad Esfahbod <behdad@behdad.org>
61477 Date:   Wed Dec 26 20:06:10 2018 -0500
61478
61479     [iter] Remove redundant methods
61480
61481  src/hb-iter.hh | 44 +++++++++++++++++---------------------------
61482  1 file changed, 17 insertions(+), 27 deletions(-)
61483
61484 commit 3dea9affdaa063c01d67d6697df1f16c62f55c9a
61485 Author: Behdad Esfahbod <behdad@behdad.org>
61486 Date:   Wed Dec 26 19:56:37 2018 -0500
61487
61488     [iter] Test default-constructability
61489
61490  src/test-iter.cc | 2 ++
61491  1 file changed, 2 insertions(+)
61492
61493 commit 743ff09368f223c56beeda9b72b0520766130322
61494 Author: Behdad Esfahbod <behdad@behdad.org>
61495 Date:   Wed Dec 26 19:54:52 2018 -0500
61496
61497     [iter] Implement friend opeator + (int, iter)
61498
61499  src/hb-iter.hh   | 1 +
61500  src/test-iter.cc | 1 +
61501  2 files changed, 2 insertions(+)
61502
61503 commit 6dc4a1c9b1f6aa38bca094d251154f9e51049d4d
61504 Author: Behdad Esfahbod <behdad@behdad.org>
61505 Date:   Wed Dec 26 19:49:13 2018 -0500
61506
61507     [iter] Remove const_iter
61508
61509  src/hb-iter.hh   |  2 --
61510  src/hb-set.hh    | 14 ++++++--------
61511  src/hb-vector.hh |  6 +++---
61512  3 files changed, 9 insertions(+), 13 deletions(-)
61513
61514 commit d12b80c05a2673c4e4bf2337e2cd4f3100e9f88b
61515 Author: Behdad Esfahbod <behdad@behdad.org>
61516 Date:   Wed Dec 26 19:15:21 2018 -0500
61517
61518     [ci] Disable macos-llvm-gcc-4.2 again
61519     
61520     Not C++11.
61521
61522  .circleci/config.yml | 2 +-
61523  1 file changed, 1 insertion(+), 1 deletion(-)
61524
61525 commit f2b56af3ef721ce3961bea7d2ee8b6dba6f3fbf2
61526 Author: Behdad Esfahbod <behdad@behdad.org>
61527 Date:   Wed Dec 26 19:14:39 2018 -0500
61528
61529     [iter] Remove hack for older compilers
61530
61531  src/hb-iter.hh | 2 +-
61532  1 file changed, 1 insertion(+), 1 deletion(-)
61533
61534 commit 2ea79e0340c01d58ebeeaab9d31ffdd64250a24b
61535 Author: Behdad Esfahbod <behdad@behdad.org>
61536 Date:   Wed Dec 26 19:01:46 2018 -0500
61537
61538     [iter] Minor
61539
61540  src/test-iter.cc | 2 +-
61541  1 file changed, 1 insertion(+), 1 deletion(-)
61542
61543 commit fb053b633351afe2012ece0874a8ac15d504a15c
61544 Author: Behdad Esfahbod <behdad@behdad.org>
61545 Date:   Wed Dec 26 19:01:30 2018 -0500
61546
61547     [iter] Rename random_access() to constexpr is_random_access()
61548
61549  src/hb-iter.hh   | 4 ++--
61550  src/test-iter.cc | 2 ++
61551  2 files changed, 4 insertions(+), 2 deletions(-)
61552
61553 commit 2790aad28ce58acf0077e02921332120325edb4c
61554 Author: Behdad Esfahbod <behdad@behdad.org>
61555 Date:   Wed Dec 26 18:58:42 2018 -0500
61556
61557     [iter] Add operator ->
61558
61559  src/hb-iter.hh | 2 ++
61560  src/hb.hh      | 2 +-
61561  2 files changed, 3 insertions(+), 1 deletion(-)
61562
61563 commit d3976b7e63559b87ef34abc62acf5033f3369197
61564 Author: Behdad Esfahbod <behdad@behdad.org>
61565 Date:   Wed Dec 26 18:54:27 2018 -0500
61566
61567     [iter] Make them work, mostly
61568
61569  src/hb-iter.hh   | 11 ++++++++---
61570  src/hb-set.hh    | 18 ++++++++++--------
61571  src/test-iter.cc | 25 +++++++++++++++++++++++++
61572  3 files changed, 43 insertions(+), 11 deletions(-)
61573
61574 commit 959bb58bdda8e78690789441e07cf22a99113c53
61575 Author: Behdad Esfahbod <behdad@behdad.org>
61576 Date:   Wed Dec 26 18:54:15 2018 -0500
61577
61578     [vector] Add iterator
61579
61580  src/hb-vector.hh | 10 ++++++++--
61581  1 file changed, 8 insertions(+), 2 deletions(-)
61582
61583 commit 6fc6a141e6d68955310d15c91f6e3d061f7221fb
61584 Author: Behdad Esfahbod <behdad@behdad.org>
61585 Date:   Sun Jan 20 20:09:10 2019 -0500
61586
61587     Remove wrongly added files
61588
61589  test/api/test-ot-extents-cff                        | Bin 8574336 -> 0 bytes
61590  .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 --------------------
61591  .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 7650053 -> 0 bytes
61592  3 files changed, 20 deletions(-)
61593
61594 commit dd7c628ed122f858be9ad08c184c87ff31f2ec2d
61595 Author: Behdad Esfahbod <behdad@behdad.org>
61596 Date:   Sun Jan 20 19:51:08 2019 -0500
61597
61598     Use enum for class constant
61599
61600  src/hb-cff-interp-common.hh | 2 +-
61601  1 file changed, 1 insertion(+), 1 deletion(-)
61602
61603 commit cf7edf52c3cb38989af20b196a69bf099a1681d6
61604 Author: Behdad Esfahbod <behdad@behdad.org>
61605 Date:   Sun Jan 20 19:49:59 2019 -0500
61606
61607     [CFF] Use enum for tableTag
61608
61609  src/hb-ot-cff1-table.hh | 2 +-
61610  src/hb-ot-cff2-table.hh | 2 +-
61611  2 files changed, 2 insertions(+), 2 deletions(-)
61612
61613 commit bd1318b8ccf08d5f9241851dbb689c7dac717f0a
61614 Author: Behdad Esfahbod <behdad@behdad.org>
61615 Date:   Sun Jan 20 19:47:52 2019 -0500
61616
61617     Use static constexpr for large class constants
61618
61619  src/hb-map.hh | 2 +-
61620  src/hb-set.hh | 2 +-
61621  2 files changed, 2 insertions(+), 2 deletions(-)
61622
61623 commit 043b610fa698ed247347dfaa042f032f3fd3f572
61624 Author: Behdad Esfahbod <behdad@behdad.org>
61625 Date:   Sat Jan 19 09:20:46 2019 -0500
61626
61627     Fix sign compare warnings
61628     
61629     ../../third_party/harfbuzz-ng/src/src/hb-map.hh(56,45):  warning: comparison of integers of different signs: 'const hb_codepoint_t' (aka 'const unsigned int') and 'hb_map_t::(anonymous enum at ../../third_party/harfbuzz-ng/src/src/hb-map.hh:169:3)' [-Wsign-compare]
61630         bool is_unused () const    { return key == INVALID; }
61631
61632  src/hb-map.hh | 2 +-
61633  src/hb-set.hh | 2 +-
61634  2 files changed, 2 insertions(+), 2 deletions(-)
61635
61636 commit ce317d032061d81c520180a338172ce38b427135
61637 Author: Behdad Esfahbod <behdad@behdad.org>
61638 Date:   Sat Jan 19 09:18:03 2019 -0500
61639
61640     Fix warning
61641     
61642     warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
61643
61644  src/hb-dsalgs.hh | 4 ++--
61645  1 file changed, 2 insertions(+), 2 deletions(-)
61646
61647 commit 0c2bd1b160fda4e77919889ac80f9460967fa251
61648 Author: Ebrahim Byagowi <ebrahim@gnu.org>
61649 Date:   Sat Jan 19 16:30:07 2019 +0330
61650
61651     [dwrite] Fix delete-non-virtual-dtor warning (#1550)
61652
61653  src/hb-directwrite.cc | 4 ++++
61654  1 file changed, 4 insertions(+)
61655
61656 commit 89bcfb204c736f5962d377896af2c1350f179882
61657 Author: Behdad Esfahbod <behdad@behdad.org>
61658 Date:   Fri Jan 18 14:59:18 2019 -0500
61659
61660     Remove TRACE_COLLECT_GLYPHS
61661
61662  src/hb-debug.hh                | 13 -------------
61663  src/hb-ot-layout-gpos-table.hh | 26 ++++----------------------
61664  src/hb-ot-layout-gsub-table.hh | 21 +++------------------
61665  src/hb-ot-layout-gsubgpos.hh   | 12 +-----------
61666  4 files changed, 8 insertions(+), 64 deletions(-)
61667
61668 commit f13b6786f0aefd2060ca976f7e42db7387b49450
61669 Author: Behdad Esfahbod <behdad@behdad.org>
61670 Date:   Fri Jan 18 14:53:54 2019 -0500
61671
61672     [pragma] Only add if GCC or clang
61673
61674  src/hb.hh | 3 +++
61675  1 file changed, 3 insertions(+)
61676
61677 commit c2ea7a9da463c567d321233b23813c59762841bb
61678 Author: Behdad Esfahbod <behdad@behdad.org>
61679 Date:   Fri Jan 18 13:45:33 2019 -0500
61680
61681     [directwrite] More fix
61682
61683  src/hb-directwrite.cc | 4 ++--
61684  1 file changed, 2 insertions(+), 2 deletions(-)
61685
61686 commit 9714d3ec5c45b2fe460fa6b21bdb3487c62029d3
61687 Author: Ebrahim Byagowi <ebrahim@gnu.org>
61688 Date:   Fri Jan 18 21:55:21 2019 +0330
61689
61690     [dwrite] Try to fix delete-non-virtual-dtor warnings
61691     
61692     Fixes #1548 hopefully
61693
61694  src/hb-directwrite.cc | 4 ++--
61695  1 file changed, 2 insertions(+), 2 deletions(-)
61696
61697 commit 0772c06f96c3f5a319485c390416531b8125251b
61698 Author: Behdad Esfahbod <behdad@behdad.org>
61699 Date:   Fri Jan 18 12:53:06 2019 -0500
61700
61701     Remove tracing from closure
61702
61703  src/hb-debug.hh                | 13 -------------
61704  src/hb-ot-layout-gsub-table.hh | 15 ++-------------
61705  src/hb-ot-layout-gsubgpos.hh   | 14 +-------------
61706  3 files changed, 3 insertions(+), 39 deletions(-)
61707
61708 commit d9f6be3a61edfe9e1bce01ea9b11e2bcb16f9618
61709 Author: Behdad Esfahbod <behdad@behdad.org>
61710 Date:   Fri Jan 18 12:48:01 2019 -0500
61711
61712     Fix -Wundef errors with __GNUC__
61713     
61714     Fixes https://github.com/harfbuzz/harfbuzz/issues/1549
61715
61716  src/hb-common.h |  4 ++--
61717  src/hb.hh       | 10 +++++-----
61718  2 files changed, 7 insertions(+), 7 deletions(-)
61719
61720 commit 28917e58f973e5875d3ef3004c16e1ee1a5a973c
61721 Author: Michiharu Ariza <ariza@adobe.com>
61722 Date:   Fri Jan 18 09:43:51 2019 -0800
61723
61724     init interp_env_t::hintmask_size
61725     
61726     fixes issue #1547
61727
61728  src/hb-cff-interp-cs-common.hh                      |   1 +
61729  test/api/test-ot-extents-cff                        | Bin 0 -> 8574336 bytes
61730  .../test-ot-extents-cff.dSYM/Contents/Info.plist    |  20 ++++++++++++++++++++
61731  .../Contents/Resources/DWARF/test-ot-extents-cff    | Bin 0 -> 7650053 bytes
61732  4 files changed, 21 insertions(+)
61733
61734 commit 9b4e51b2e44d7dea026b1f9201d2f83277bab1cf
61735 Author: Behdad Esfahbod <behdad@behdad.org>
61736 Date:   Fri Jan 18 12:23:02 2019 -0500
61737
61738     [pragma] Enable error -Wdelete-non-virtual-dtor
61739     
61740     Currently fails directwrite backend.
61741
61742  src/hb.hh | 1 +
61743  1 file changed, 1 insertion(+)
61744
61745 commit e65272281c71d416f0ff886a55536597665b9dc3
61746 Author: Behdad Esfahbod <behdad@behdad.org>
61747 Date:   Fri Jan 18 12:22:07 2019 -0500
61748
61749     [directwrite] Fix error
61750     
61751     hb-directwrite.cc: In constructor 'TextAnalysis::TextAnalysis(const wchar_t*, uint32_t, const wchar_t*, DWRITE_READING_DIRECTION)':
61752     hb-directwrite.cc:489:18: error: 'TextAnalysis::mText' will be initialized after [-Werror=reorder]
61753        const wchar_t* mText;
61754                       ^~~~~
61755     hb-directwrite.cc:488:12: error:   'uint32_t TextAnalysis::mTextLength' [-Werror=reorder]
61756        uint32_t mTextLength;
61757                 ^~~~~~~~~~~
61758     hb-directwrite.cc:282:3: error:   when initialized here [-Werror=reorder]
61759        TextAnalysis (const wchar_t* text, uint32_t textLength,
61760        ^~~~~~~~~~~~
61761     hb-directwrite.cc: In function 'hb_bool_t _hb_directwrite_shape_full(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, float)':
61762
61763  src/hb-directwrite.cc | 2 +-
61764  1 file changed, 1 insertion(+), 1 deletion(-)
61765
61766 commit b900f78088abb87ebec263474b2802593afa0264
61767 Author: Behdad Esfahbod <behdad@behdad.org>
61768 Date:   Fri Jan 18 10:08:23 2019 -0500
61769
61770     [pragma] More cast-align whitelist
61771
61772  src/hb-font.cc          | 20 +++++++++++++++-----
61773  src/hb-ft.cc            |  6 ++++++
61774  src/hb-ot-cmap-table.hh |  3 +++
61775  src/hb-ot-font.cc       |  6 ++++++
61776  4 files changed, 30 insertions(+), 5 deletions(-)
61777
61778 commit 0d8b931bbeee9743d2e3bd37dd2fa9dffb807eaa
61779 Author: Behdad Esfahbod <behdad@behdad.org>
61780 Date:   Fri Jan 18 10:03:43 2019 -0500
61781
61782     [pragma] Allow cast-align in hb-font.cc
61783     
61784     ../src/hb-machinery.hh: In instantiation of 'const Type& StructAtOffset(const void*, unsigned int) [with Type = unsigned int]':
61785     ../src/hb-font.cc:144:85:   required from here
61786     ../src/hb-machinery.hh:63:12: error: cast from 'const char*' to 'const unsigned int*' increases required alignment of target type [-Werror=cast-align]
61787      { return * reinterpret_cast<const Type*> ((const char *) P + offset); }
61788                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61789     ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = unsigned int]':
61790     ../src/hb-font.cc:145:79:   required from here
61791     ../src/hb-machinery.hh:66:12: error: cast from 'char*' to 'unsigned int*' increases required alignment of target type [-Werror=cast-align]
61792      { return * reinterpret_cast<Type*> ((char *) P + offset); }
61793                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61794     ../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = int]':
61795
61796  src/hb-font.cc | 5 +++++
61797  1 file changed, 5 insertions(+)
61798
61799 commit a25174a56b8fc334a050aa63be3654f53a7d8893
61800 Author: Behdad Esfahbod <behdad@behdad.org>
61801 Date:   Fri Jan 18 09:59:36 2019 -0500
61802
61803     [pragma] GCC diagnostic error   "-Wreorder"
61804
61805  src/hb.hh | 1 +
61806  1 file changed, 1 insertion(+)
61807
61808 commit 4660090569efbf64d3acc99ef6fa33e01abc9701
61809 Author: Behdad Esfahbod <behdad@behdad.org>
61810 Date:   Fri Jan 18 09:53:16 2019 -0500
61811
61812     [pragma] GCC diagnostic warning "-Wmaybe-uninitialized"
61813
61814  src/hb.hh | 1 +
61815  1 file changed, 1 insertion(+)
61816
61817 commit 7a634d7d5b859eb1121acd0b17c727c541a7f540
61818 Author: Behdad Esfahbod <behdad@behdad.org>
61819 Date:   Fri Jan 18 09:49:14 2019 -0500
61820
61821     [pragma] Massage more
61822
61823  src/hb.hh | 106 ++++++++++++++++++++++++++++++++------------------------------
61824  1 file changed, 55 insertions(+), 51 deletions(-)
61825
61826 commit 16e5ba85b1822ff9d2b2f85f45ddd44f1a05f4b1
61827 Author: Behdad Esfahbod <behdad@behdad.org>
61828 Date:   Fri Jan 18 09:46:17 2019 -0500
61829
61830     [pragma] More
61831
61832  src/hb.hh | 17 ++++++++++++++++-
61833  1 file changed, 16 insertions(+), 1 deletion(-)
61834
61835 commit 2bd530d59883cce437a5093323625f94b9618d89
61836 Author: Behdad Esfahbod <behdad@behdad.org>
61837 Date:   Fri Jan 18 09:28:22 2019 -0500
61838
61839     [pragma] Reorg again
61840     
61841     https://github.com/harfbuzz/harfbuzz/issues/1546
61842
61843  src/hb.hh | 91 ++++++++++++++++++++++++++++++++-------------------------------
61844  1 file changed, 46 insertions(+), 45 deletions(-)
61845
61846 commit c04272fac81cac48b6310182d58d54569117f298
61847 Author: Behdad Esfahbod <behdad@behdad.org>
61848 Date:   Fri Jan 18 08:49:45 2019 -0500
61849
61850     [pragma] GCC diagnostic ignored "-Wunknown-warning-option"
61851     
61852     Try at fixing https://github.com/harfbuzz/harfbuzz/issues/1546
61853
61854  src/hb.hh | 3 ++-
61855  1 file changed, 2 insertions(+), 1 deletion(-)
61856
61857 commit 4d3c8f9685b1744077ab264ffc0e0457d63c4b9a
61858 Author: Behdad Esfahbod <behdad@behdad.org>
61859 Date:   Thu Jan 17 19:58:54 2019 -0500
61860
61861     [uniscribe] More warnings
61862
61863  src/hb-uniscribe.cc | 4 ++--
61864  1 file changed, 2 insertions(+), 2 deletions(-)
61865
61866 commit 6a5d2b21d8457001a59537e85596461feba3dbd5
61867 Author: Behdad Esfahbod <behdad@behdad.org>
61868 Date:   Thu Jan 17 19:57:17 2019 -0500
61869
61870     [uniscribe] Fix warnings
61871
61872  src/hb-uniscribe.cc | 6 +++---
61873  1 file changed, 3 insertions(+), 3 deletions(-)
61874
61875 commit 5b13e458c34d16fef6540a9389225e0597a99df5
61876 Author: Behdad Esfahbod <behdad@behdad.org>
61877 Date:   Thu Jan 17 19:52:32 2019 -0500
61878
61879     Fix build
61880
61881  src/hb-directwrite.cc | 1 -
61882  1 file changed, 1 deletion(-)
61883
61884 commit a77bd6bb8960ecff35aac07f221653c65d08e58e
61885 Author: Behdad Esfahbod <behdad@behdad.org>
61886 Date:   Thu Jan 17 19:33:41 2019 -0500
61887
61888     [pragma] GCC diagnostic ignored "-Wclass-memaccess"
61889
61890  src/hb.hh | 2 +-
61891  1 file changed, 1 insertion(+), 1 deletion(-)
61892
61893 commit e1302842d9c589ccbed90d29c953fea503d3901f
61894 Author: Behdad Esfahbod <behdad@behdad.org>
61895 Date:   Thu Jan 17 19:12:07 2019 -0500
61896
61897     [ci] Remove unnecessary warning declarations
61898     
61899     clang -Weverything still left to be ported to pragmas
61900
61901  .circleci/config.yml | 2 +-
61902  1 file changed, 1 insertion(+), 1 deletion(-)
61903
61904 commit 436c7b294ab12ae338aaa879fe4280caae6c6155
61905 Author: Behdad Esfahbod <behdad@behdad.org>
61906 Date:   Thu Jan 17 19:03:33 2019 -0500
61907
61908     [pragma] ignored -Wunsafe-loop-optimizations // TODO fix
61909
61910  src/hb.hh | 4 ++--
61911  1 file changed, 2 insertions(+), 2 deletions(-)
61912
61913 commit e3b3181e9ddd8b76428d7eaca64a3e03a99fcdd5
61914 Author: Behdad Esfahbod <behdad@behdad.org>
61915 Date:   Thu Jan 17 19:02:06 2019 -0500
61916
61917     [pragma] error -Wclass-memaccess
61918
61919  src/hb.hh | 1 +
61920  1 file changed, 1 insertion(+)
61921
61922 commit 1a6b97a491f2ba4f84e52c89517b7a02faa70cc3
61923 Author: Behdad Esfahbod <behdad@behdad.org>
61924 Date:   Thu Jan 17 18:55:03 2019 -0500
61925
61926     [pragma] More
61927
61928  src/hb.hh | 11 ++++++++++-
61929  1 file changed, 10 insertions(+), 1 deletion(-)
61930
61931 commit 06e8091661352873c4d6040fd06a940136497e6f
61932 Author: Behdad Esfahbod <behdad@behdad.org>
61933 Date:   Thu Jan 17 18:47:32 2019 -0500
61934
61935     [pragma] More
61936
61937  src/hb.hh | 18 +++++++++++++++++-
61938  1 file changed, 17 insertions(+), 1 deletion(-)
61939
61940 commit 1077e40bf12f998976df4bf509c69df9f9e2a590
61941 Author: Behdad Esfahbod <behdad@behdad.org>
61942 Date:   Thu Jan 17 18:36:10 2019 -0500
61943
61944     [pragma] Flesh out more
61945
61946  src/hb.hh | 22 +++++++++++++++++-----
61947  1 file changed, 17 insertions(+), 5 deletions(-)
61948
61949 commit 7e6bd510fc695c423a7fa6b25c15805482f7d185
61950 Author: Behdad Esfahbod <behdad@behdad.org>
61951 Date:   Thu Jan 17 18:24:18 2019 -0500
61952
61953     Use NNOffsetTo<> in rest of places
61954
61955  src/hb-aat-layout-common.hh     |  8 ++++----
61956  src/hb-aat-layout-kerx-table.hh | 22 +++++++++++-----------
61957  src/hb-aat-layout-morx-table.hh | 10 +++++-----
61958  3 files changed, 20 insertions(+), 20 deletions(-)
61959
61960 commit b1152d5e66d7463a30af8ca2a485f75e0c8e6ffd
61961 Author: Behdad Esfahbod <behdad@behdad.org>
61962 Date:   Thu Jan 17 18:17:04 2019 -0500
61963
61964     Use NNOffsetTo<>
61965
61966  src/hb-aat-layout-ankr-table.hh |  6 +++---
61967  src/hb-aat-layout-trak-table.hh |  2 +-
61968  src/hb-aat-ltag-table.hh        |  2 +-
61969  src/hb-open-file.hh             | 10 +++++-----
61970  src/hb-ot-cff2-table.hh         |  6 +++---
61971  src/hb-ot-color-cbdt-table.hh   |  2 +-
61972  src/hb-ot-color-colr-table.hh   |  4 ++--
61973  src/hb-ot-color-cpal-table.hh   |  8 ++++----
61974  src/hb-ot-color-svg-table.hh    |  2 +-
61975  src/hb-ot-name-table.hh         |  2 +-
61976  src/hb-ot-stat-table.hh         |  4 ++--
61977  11 files changed, 24 insertions(+), 24 deletions(-)
61978
61979 commit 205d72a198805ba276c1d0e63b1ca313c7bd517f
61980 Author: Behdad Esfahbod <behdad@behdad.org>
61981 Date:   Thu Jan 17 18:10:38 2019 -0500
61982
61983     Add NNOffsetTo<>
61984
61985  src/hb-open-type.hh | 5 ++++-
61986  1 file changed, 4 insertions(+), 1 deletion(-)
61987
61988 commit c99d13d860e3d34e16cd2c070070d4f5d7d58cf4
61989 Author: Behdad Esfahbod <behdad@behdad.org>
61990 Date:   Thu Jan 17 17:56:27 2019 -0500
61991
61992     [AAT] Comment
61993
61994  src/hb-aat-layout-common.hh | 2 +-
61995  1 file changed, 1 insertion(+), 1 deletion(-)
61996
61997 commit f39b5603ffa0452528b2366f8641e7e770960847
61998 Author: Behdad Esfahbod <behdad@behdad.org>
61999 Date:   Thu Jan 17 17:49:55 2019 -0500
62000
62001     Comment
62002
62003  src/hb-ot-layout-gpos-table.hh | 8 ++++----
62004  1 file changed, 4 insertions(+), 4 deletions(-)
62005
62006 commit 347ad454b88b89fc4bc30fca86c9ca37bea0be5b
62007 Author: Behdad Esfahbod <behdad@behdad.org>
62008 Date:   Thu Jan 17 17:47:29 2019 -0500
62009
62010     [AAT] Remove unused code
62011
62012  src/hb-aat-layout-ankr-table.hh |  3 +--
62013  src/hb-aat-layout-common.hh     |  3 +--
62014  src/hb-aat-layout-kerx-table.hh |  6 ++----
62015  src/hb-aat-layout.cc            | 14 +++-----------
62016  4 files changed, 7 insertions(+), 19 deletions(-)
62017
62018 commit b344d4385af5bc9adac2a24850cb963929d4ae9e
62019 Author: Behdad Esfahbod <behdad@behdad.org>
62020 Date:   Thu Jan 17 17:44:39 2019 -0500
62021
62022     [AAT] Allow null in ankr lookupTable offset
62023
62024  src/hb-aat-layout-ankr-table.hh | 2 +-
62025  1 file changed, 1 insertion(+), 1 deletion(-)
62026
62027 commit 14a560a245109376b7314c949895968d0a54452c
62028 Author: Behdad Esfahbod <behdad@behdad.org>
62029 Date:   Thu Jan 17 17:42:44 2019 -0500
62030
62031     [pragma GCC] Ignore -Wtype-limits
62032
62033  src/hb.hh | 1 +
62034  1 file changed, 1 insertion(+)
62035
62036 commit 41b4312e936a0dfc396e6f0ef13c2c691dac6e40
62037 Author: Behdad Esfahbod <behdad@behdad.org>
62038 Date:   Thu Jan 17 16:07:27 2019 -0500
62039
62040     [ci] Remove -Werror from Travis
62041     
62042     hb-machinery.hh:111:37: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
62043     
62044     Also ignore -Wtype-limits.
62045
62046  .travis.yml | 2 --
62047  1 file changed, 2 deletions(-)
62048
62049 commit 3f2daae63073bd536bceb1ae71dffd3187afce11
62050 Author: Behdad Esfahbod <behdad@behdad.org>
62051 Date:   Thu Jan 17 15:27:31 2019 -0500
62052
62053     More GCC pragmas
62054
62055  src/hb.hh | 2 ++
62056  1 file changed, 2 insertions(+)
62057
62058 commit d6c5473e1f86cae7f1060abe18f73ccb8e536d6c
62059 Author: Behdad Esfahbod <behdad@behdad.org>
62060 Date:   Thu Jan 17 15:22:46 2019 -0500
62061
62062     Rename macro
62063
62064  src/hb.hh | 2 +-
62065  1 file changed, 1 insertion(+), 1 deletion(-)
62066
62067 commit a9946b7cfef185d53304e804169d6e53e9d522a0
62068 Author: Behdad Esfahbod <behdad@behdad.org>
62069 Date:   Thu Jan 17 15:22:28 2019 -0500
62070
62071     Add more GCC warning pragmas
62072
62073  src/hb.hh | 6 ++++++
62074  1 file changed, 6 insertions(+)
62075
62076 commit 868b0c0c2e2f1a2dea9b0d3c8eb6e56ded8b1a14
62077 Author: Behdad Esfahbod <behdad@behdad.org>
62078 Date:   Thu Jan 17 15:08:36 2019 -0500
62079
62080     Move -Wcast-align to hb.hh
62081
62082  configure.ac | 3 ---
62083  src/hb.hh    | 4 ++++
62084  2 files changed, 4 insertions(+), 3 deletions(-)
62085
62086 commit 8874eef8ff70de6416266d719fa74eec39e5d8f9
62087 Author: Behdad Esfahbod <behdad@behdad.org>
62088 Date:   Thu Jan 17 15:04:44 2019 -0500
62089
62090     Add pragram GCC diagnostic ignored "-Wunused-macros"
62091
62092  src/gen-indic-table.py                 | 3 +++
62093  src/gen-use-table.py                   | 3 +++
62094  src/hb-blob.cc                         | 3 +++
62095  src/hb-ot-shape-complex-indic-table.cc | 3 +++
62096  src/hb-ot-shape-complex-use-table.cc   | 3 +++
62097  5 files changed, 15 insertions(+)
62098
62099 commit cc8e9a436fa408a1c63f4b9afb7643cea76a079c
62100 Author: Behdad Esfahbod <behdad@behdad.org>
62101 Date:   Thu Jan 17 14:54:32 2019 -0500
62102
62103     [AAT] Fully sanitize ankr table at sanitize time
62104     
62105     Third try to fix access. Followup 6879efc2c1596d11a6a6ad296f80063b558d5e0f
62106     
62107     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12532
62108     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=922303
62109
62110  src/hb-aat-layout-ankr-table.hh | 13 ++++---------
62111  1 file changed, 4 insertions(+), 9 deletions(-)
62112
62113 commit 6879efc2c1596d11a6a6ad296f80063b558d5e0f
62114 Author: Behdad Esfahbod <behdad@behdad.org>
62115 Date:   Thu Jan 17 14:06:37 2019 -0500
62116
62117     [AAT] Fix anchor bound checking, again
62118     
62119     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12532
62120     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=922303
62121
62122  src/hb-aat-layout-ankr-table.hh                           |   3 ++-
62123  ...zz-testcase-minimized-harfbuzz_fuzzer-5166320261529600 | Bin 0 -> 393 bytes
62124  ...zz-testcase-minimized-hb-shape-fuzzer-5667182741028864 | Bin 0 -> 407 bytes
62125  3 files changed, 2 insertions(+), 1 deletion(-)
62126
62127 commit a262eb3d0b7009aabd9e0beebc77e5c0a2a65548
62128 Author: Behdad Esfahbod <behdad@behdad.org>
62129 Date:   Thu Jan 17 14:06:32 2019 -0500
62130
62131     [aat] Minor
62132
62133  src/hb-aat-layout-kerx-table.hh | 16 ++++++++--------
62134  1 file changed, 8 insertions(+), 8 deletions(-)
62135
62136 commit c986ca15a6320d78471adf950394f391e8729b15
62137 Author: Behdad Esfahbod <behdad@behdad.org>
62138 Date:   Tue Jan 15 13:58:19 2019 -0500
62139
62140     Improve overflow avoidance
62141     
62142     Better fix for 480406cd3ef9e5ab8476ddfa04498bf23906c508
62143     This way we behave the same on 32bit and 64bit archs.
62144
62145  src/hb-machinery.hh | 10 +++-------
62146  1 file changed, 3 insertions(+), 7 deletions(-)
62147
62148 commit f401f85a5a3ec4ab9c28012a0bfe713d7ee96951
62149 Author: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
62150 Date:   Mon Dec 17 00:48:35 2018 +0100
62151
62152     Remove assumption about Core Text working in 96 DPI
62153     
62154     Core Text doesn't actually have a concept of DPI internally, as it
62155     doesn't rasterize anything by itself, it just generates vector paths
62156     that get passed along to Core Graphics.
62157     
62158     In practice this means Core Text operates in the classical macOS
62159     logical DPI of 72, with one typographic point corresponding to one
62160     point in the Core Graphics coordinate system, which for a normal
62161     bitmap context then corresponds to one pixel -- or two pixels for
62162     a "retina" context with a 2x scale transform.
62163     
62164     Scaling the font point sizes given to HarfBuzz to an assumed DPI
62165     of 96 is problematic with this in mind, as fonts with optical
62166     features such as 'trak' tables for tracking, or color glyphs,
62167     will then base the metrics off of the wrong point size compared
62168     to what the client asked for.
62169     
62170     This in turn causes mismatches between the metrics of the shaped
62171     text and the actual rasterization, which doesn't include the 72
62172     to 96 DPI scaling.
62173     
62174     If a 96 DPI is needed, such as on the Web, the scaling should be
62175     done outside of HarfBuzz, allowing the client to keep the DPI of
62176     the shaping in sync with the rasterization.
62177     
62178     The recommended way to do that is by scaling the font point size,
62179     not by applying a transform to the target Core Graphics context,
62180     to let Core Text choose the right optical features of the target
62181     point size, as described in WWDC 2015 session 804:
62182     
62183       https://developer.apple.com/videos/play/wwdc2015/804/
62184
62185  src/hb-aat-layout-trak-table.hh                 | 11 ++---------
62186  src/hb-coretext.cc                              | 25 ++++---------------------
62187  test/shaping/data/in-house/tests/aat-trak.tests | 14 +++++++-------
62188  test/shaping/data/in-house/tests/macos.tests    |  4 ++--
62189  4 files changed, 15 insertions(+), 39 deletions(-)
62190
62191 commit 0d2727f4fe734af146785df10a44e3505e410ba1
62192 Author: Behdad Esfahbod <behdad@behdad.org>
62193 Date:   Mon Jan 14 18:23:17 2019 -0800
62194
62195     fix FDSelect fuzzing bug (#1539)
62196     
62197     Rewrote struct FDSelect3_4.ranges as ArrayOf
62198     Updated FDSelect3_4::sanitize () to call ranges.sanitize ()
62199     nRanges now a function to return a reference to ranges.len
62200
62201  src/hb-ot-cff-common.hh     | 29 +++++++++++++++--------------
62202  src/hb-subset-cff-common.cc |  2 +-
62203  2 files changed, 16 insertions(+), 15 deletions(-)
62204
62205 commit 9f6172d669d53abbf3bf2a3546429cb5036e3d5f
62206 Author: Behdad Esfahbod <behdad@behdad.org>
62207 Date:   Mon Jan 14 20:45:31 2019 -0500
62208
62209     Move _POSIX_SOURCE definition
62210     
62211     Fixes https://github.com/harfbuzz/harfbuzz/issues/1308
62212
62213  src/hb-blob.cc | 9 +++++++++
62214  src/hb.hh      | 4 ----
62215  2 files changed, 9 insertions(+), 4 deletions(-)
62216
62217 commit 91d774712fa76dd26c441526712bddddca5b4bdd
62218 Author: Behdad Esfahbod <behdad@behdad.org>
62219 Date:   Mon Jan 14 15:31:31 2019 -0500
62220
62221     [test] Add test for previous commit
62222
62223  ...uzz-testcase-minimized-harfbuzz_fuzzer-5662548265009152 | Bin 0 -> 28 bytes
62224  1 file changed, 0 insertions(+), 0 deletions(-)
62225
62226 commit 480406cd3ef9e5ab8476ddfa04498bf23906c508
62227 Author: Behdad Esfahbod <behdad@behdad.org>
62228 Date:   Mon Jan 14 15:27:34 2019 -0500
62229
62230     Fix assertion on address overflow
62231     
62232     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=917031
62233
62234  src/hb-machinery.hh | 5 +++--
62235  1 file changed, 3 insertions(+), 2 deletions(-)
62236
62237 commit 7a6686a589ed6bf17a5af0b8012501e4d4ee2ded
62238 Author: Behdad Esfahbod <behdad@behdad.org>
62239 Date:   Mon Jan 14 15:09:14 2019 -0500
62240
62241     [AAT] Fix mort ContextualSubtable offset access
62242     
62243     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12312
62244
62245  src/hb-aat-layout-morx-table.hh                           |   3 ++-
62246  ...zz-testcase-minimized-hb-shape-fuzzer-5631444412530688 | Bin 0 -> 336 bytes
62247  2 files changed, 2 insertions(+), 1 deletion(-)
62248
62249 commit a3fa7d33360a58df5333dbbd121328e580f08849
62250 Author: Behdad Esfahbod <behdad@behdad.org>
62251 Date:   Mon Jan 14 14:37:36 2019 -0500
62252
62253     [AAT] Fix ankr table access
62254     
62255     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=918340
62256
62257  src/hb-aat-layout-ankr-table.hh                          |   7 ++++---
62258  ...z-testcase-minimized-harfbuzz_fuzzer-5126525414014976 | Bin 0 -> 1141 bytes
62259  2 files changed, 4 insertions(+), 3 deletions(-)
62260
62261 commit 760303d411b1561533f8f08c7c15db331c71ece8
62262 Author: Michiharu Ariza <ariza@adobe.com>
62263 Date:   Fri Jan 11 15:27:35 2019 -0800
62264
62265     deleted a duplicate fontdicts_mod.fini() call (#1538)
62266
62267  src/hb-subset-cff1.cc | 1 -
62268  1 file changed, 1 deletion(-)
62269
62270 commit 5110f3da9a4711a35bfb780ea06cda677cc00209
62271 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62272 Date:   Wed Jan 9 16:01:11 2019 +0330
62273
62274     Add an initial .clang-format config
62275     
62276     There are things can be improved on clang-format side I guess before
62277     the full assertion, but is the best we can get for now I guess.
62278     
62279     Fixes https://github.com/harfbuzz/harfbuzz/issues/1536
62280
62281  .clang-format | 38 ++++++++++++++++++++++++++++++++++++++
62282  1 file changed, 38 insertions(+)
62283
62284 commit 099bca6d406af9c8e12a66b93fcc9a38ff7914f9
62285 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62286 Date:   Wed Jan 9 15:56:32 2019 +0330
62287
62288     Minor, hack .editorconfig for vscode use
62289     
62290     As VSCode and Atom https://github.com/Microsoft/vscode/issues/44438 don't support it
62291
62292  .editorconfig | 7 +++++--
62293  1 file changed, 5 insertions(+), 2 deletions(-)
62294
62295 commit 7b48641aa8551115d21c534940ac4fb364e5ab92
62296 Author: Michiharu Ariza <ariza@adobe.com>
62297 Date:   Tue Jan 8 12:37:48 2019 -0800
62298
62299     fix leak in subset_enc_supp_codes (#1537)
62300     
62301     oss-fuzz issue 12310
62302
62303  src/hb-subset-cff1.cc | 2 +-
62304  1 file changed, 1 insertion(+), 1 deletion(-)
62305
62306 commit 97f67a3c3d499959d33e66aeed449e2957a14bc6
62307 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62308 Date:   Fri Jan 4 23:10:39 2019 +0330
62309
62310     [ci] Enable more of GCC compile warnings (#1533)
62311
62312  .circleci/config.yml      | 16 ++++++++--------
62313  src/hb-gobject-structs.cc |  4 ++--
62314  2 files changed, 10 insertions(+), 10 deletions(-)
62315
62316 commit ad954870383a880262edcd01acd8e171c4614a68
62317 Author: Nathan Willis <nwillis@glyphography.com>
62318 Date:   Mon Dec 3 12:49:44 2018 -0600
62319
62320     Usermanual: small formatting and wording fixes.
62321
62322  docs/usermanual-getting-started.xml  |  3 +++
62323  docs/usermanual-install-harfbuzz.xml | 30 ++++++++++++++----------------
62324  docs/usermanual-what-is-harfbuzz.xml | 11 ++++++-----
62325  3 files changed, 23 insertions(+), 21 deletions(-)
62326
62327 commit ed13caddf2de68312608e12c37d0e6287c1ac0a0
62328 Author: Nathan Willis <nwillis@glyphography.com>
62329 Date:   Wed Nov 28 13:48:38 2018 -0600
62330
62331     Usermanual: small updates.
62332
62333  ...anual-buffers-language-script-and-direction.xml |   7 +-
62334  docs/usermanual-clusters.xml                       | 279 ++++++++++++++++-----
62335  docs/usermanual-getting-started.xml                |  91 ++++++-
62336  docs/usermanual-install-harfbuzz.xml               |   3 +-
62337  docs/usermanual-shaping-concepts.xml               |  11 +-
62338  5 files changed, 314 insertions(+), 77 deletions(-)
62339
62340 commit 26c5b54fb09fb45e02c9c4618bcea4958c698953
62341 Author: cclauss <cclauss@me.com>
62342 Date:   Mon Dec 31 04:30:43 2018 +0100
62343
62344     CircleCI: Test for Python 3 syntax errors and undefined names (#1522)
62345     
62346     Catch missing imports and errors like #1520 and #1521
62347     
62348     __E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.
62349     * F821: undefined name `name`
62350     * F822: undefined name `name` in `__all__`
62351     * F823: local variable name referenced before assignment
62352     * E901: SyntaxError or IndentationError
62353     * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
62354
62355  .circleci/config.yml             | 3 ++-
62356  src/gen-use-table.py             | 4 +++-
62357  test/subset/subset_test_suite.py | 2 +-
62358  3 files changed, 6 insertions(+), 3 deletions(-)
62359
62360 commit 686e6f2e40da378e031b4c9871a471599c6d61cf
62361 Author: Behdad Esfahbod <behdad@behdad.org>
62362 Date:   Sun Dec 30 11:27:42 2018 -0500
62363
62364     Fix automake warnings
62365     
62366     [skip ci]
62367
62368  test/api/Makefile.am         | 1 -
62369  test/subset/data/Makefile.am | 2 +-
62370  2 files changed, 1 insertion(+), 2 deletions(-)
62371
62372 commit b5c12b9f4d2c32a5013c340f7e40649cb5f2b41a
62373 Author: cclauss <cclauss@me.com>
62374 Date:   Sun Dec 30 13:07:28 2018 +0100
62375
62376     print() is a function in Python 3 (#1520)
62377
62378  test/subset/generate-expected-outputs.py | 8 +++++---
62379  1 file changed, 5 insertions(+), 3 deletions(-)
62380
62381 commit f4da28b1f153ccf293b367363a1a4d83c056e4e1
62382 Author: cclauss <cclauss@me.com>
62383 Date:   Sun Dec 30 12:58:34 2018 +0100
62384
62385     Python 3 fixes to gen-os2-unicode-ranges.py (#1521)
62386     
62387     In Python 3, __reload()__ was moved and __sys.setdefaultencoding()__ because the default is already utf-8.  Also __Error()__ is an _undefined name_ and __Exception()__ creates a generic exception.
62388
62389  src/gen-os2-unicode-ranges.py | 11 +++++++----
62390  1 file changed, 7 insertions(+), 4 deletions(-)
62391
62392 commit e5989e0962309b27b2486d8fd20f3cbc05c3d79a
62393 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62394 Date:   Sun Dec 30 10:23:47 2018 +0330
62395
62396     [cmake] Enable C++11 on CMake (#1519)
62397
62398  CMakeLists.txt | 10 +++++++++-
62399  1 file changed, 9 insertions(+), 1 deletion(-)
62400
62401 commit d092fb27198f24423e51ce07375ebd6d486f64d3
62402 Author: Behdad Esfahbod <behdad@behdad.org>
62403 Date:   Sun Dec 30 01:53:03 2018 -0500
62404
62405     Ouch! Fix build on C++<11
62406
62407  src/hb.hh | 2 +-
62408  1 file changed, 1 insertion(+), 1 deletion(-)
62409
62410 commit 89949ed28db96edabeb09433fcc09f28168163d2
62411 Author: Behdad Esfahbod <behdad@behdad.org>
62412 Date:   Sun Dec 30 01:52:19 2018 -0500
62413
62414     Fix ubsan with passing nullptr to qsort()
62415
62416  src/hb-array.hh | 9 ++++++---
62417  1 file changed, 6 insertions(+), 3 deletions(-)
62418
62419 commit 357a0a7ad344caf898eb1697fcdb859d118b7a13
62420 Author: Behdad Esfahbod <behdad@behdad.org>
62421 Date:   Thu Dec 27 18:29:23 2018 -0500
62422
62423     Fix build on C++ < 11
62424
62425  src/hb.hh | 1 +
62426  1 file changed, 1 insertion(+)
62427
62428 commit 54c0a1731069a17ae4f3b79b419af75709f03f5b
62429 Author: Behdad Esfahbod <behdad@behdad.org>
62430 Date:   Thu Dec 27 18:27:36 2018 -0500
62431
62432     [vector] Fix warning
62433
62434  src/hb-vector.hh | 4 ++--
62435  1 file changed, 2 insertions(+), 2 deletions(-)
62436
62437 commit 1043ddbee878a14df0ad8d83fbaa893370ef5a75
62438 Author: Behdad Esfahbod <behdad@behdad.org>
62439 Date:   Thu Dec 27 18:27:11 2018 -0500
62440
62441     [aat] Minor
62442
62443  src/hb-aat-layout-morx-table.hh | 2 +-
62444  src/hb-aat-map.hh               | 2 +-
62445  2 files changed, 2 insertions(+), 2 deletions(-)
62446
62447 commit 71da9ca62fa87bd3e0fa9d40924bb4c220313a03
62448 Author: Behdad Esfahbod <behdad@behdad.org>
62449 Date:   Thu Dec 27 18:01:06 2018 -0500
62450
62451     [vector] Remove use of arrayZ() by using casts
62452
62453  src/hb-ot-name-table.hh | 2 +-
62454  src/hb-ot-name.cc       | 2 +-
62455  2 files changed, 2 insertions(+), 2 deletions(-)
62456
62457 commit fa333e34d6230210bc73a88b0ba6df2102dcda51
62458 Author: Behdad Esfahbod <behdad@behdad.org>
62459 Date:   Thu Dec 27 17:56:22 2018 -0500
62460
62461     [vector] Remove static_array
62462     
62463     Was good idea, but with C++ types with constructor/destructor, was getting in
62464     the way as compiler was destructing those items where it was not desired.
62465     Since C++ does not allow zero-sized arrays, just remove it...
62466
62467  src/hb-aat-map.hh            |  4 ++--
62468  src/hb-cff-interp-common.hh  |  2 +-
62469  src/hb-face.cc               |  2 +-
62470  src/hb-object.hh             |  2 +-
62471  src/hb-ot-cff-common.hh      |  2 +-
62472  src/hb-ot-layout-gsubgpos.hh |  2 +-
62473  src/hb-ot-map.hh             | 10 +++++-----
62474  src/hb-ot-post-table.hh      |  2 +-
62475  src/hb-set.hh                |  4 ++--
62476  src/hb-vector.hh             | 34 +++++++++++-----------------------
62477  src/hb.hh                    |  3 +++
62478  11 files changed, 29 insertions(+), 38 deletions(-)
62479
62480 commit ab2258a419abbace9ff27916143b46f88e8ccef3
62481 Author: Behdad Esfahbod <behdad@behdad.org>
62482 Date:   Thu Dec 27 17:45:05 2018 -0500
62483
62484     [vector] Use allocated = -1 to signify failure
62485
62486  src/hb-vector.hh | 16 +++++++++-------
62487  1 file changed, 9 insertions(+), 7 deletions(-)
62488
62489 commit 09fa536d89d969998fe6bbe274a9964c73d1d982
62490 Author: Michiharu Ariza <ariza@adobe.com>
62491 Date:   Thu Dec 27 08:33:09 2018 -0800
62492
62493     fix lealk with cff2::accelerator_templ_t::topDict (#1517)
62494
62495  src/hb-ot-cff2-table.hh | 1 +
62496  1 file changed, 1 insertion(+)
62497
62498 commit 3b81442cd5c11099ae9245074d24ef679b4473fa
62499 Author: Behdad Esfahbod <behdad@behdad.org>
62500 Date:   Mon Dec 24 11:31:04 2018 -0500
62501
62502     [vector] Change pre-alloced count from 8 to 2
62503     
62504     I'm thinking about dropping it to zero, but that needs slight code changes.
62505
62506  src/hb-vector.hh | 2 +-
62507  1 file changed, 1 insertion(+), 1 deletion(-)
62508
62509 commit d25a2f1496d13846ddaea123ac6fb9807dc5669a
62510 Author: Behdad Esfahbod <behdad@behdad.org>
62511 Date:   Sun Dec 23 20:19:52 2018 -0500
62512
62513     Fix a few warnings
62514
62515  src/hb-aat-layout-common.hh | 12 ++++++------
62516  src/hb-iter.hh              |  8 ++++----
62517  src/hb-null.hh              |  2 +-
62518  src/hb-ot-cff1-table.hh     |  2 +-
62519  src/hb-ot-cff2-table.hh     |  2 +-
62520  src/hb-subset-cff-common.hh |  3 ++-
62521  src/hb.hh                   |  3 ++-
62522  7 files changed, 17 insertions(+), 15 deletions(-)
62523
62524 commit 85003b594b3aa1f6638e274bc89f18999a5de9f5
62525 Author: Behdad Esfahbod <behdad@behdad.org>
62526 Date:   Sat Dec 22 16:19:10 2018 -0500
62527
62528     [iter] Fix warning
62529
62530  src/hb-iter.hh | 2 +-
62531  1 file changed, 1 insertion(+), 1 deletion(-)
62532
62533 commit e4355b1ca177200db6769136ead1ee25da86ec85
62534 Author: Behdad Esfahbod <behdad@behdad.org>
62535 Date:   Sat Dec 22 16:11:22 2018 -0500
62536
62537     [set] Add iter_t as alias to const_iter_t
62538
62539  src/hb-set.hh    | 6 ++++--
62540  src/test-iter.cc | 2 ++
62541  2 files changed, 6 insertions(+), 2 deletions(-)
62542
62543 commit 33f8de61863efa538c488121c476fd0e907020d0
62544 Author: Behdad Esfahbod <behdad@behdad.org>
62545 Date:   Sat Dec 22 15:10:18 2018 -0500
62546
62547     [set] Change to const_iter
62548
62549  src/hb-set.hh | 8 ++++----
62550  1 file changed, 4 insertions(+), 4 deletions(-)
62551
62552 commit f88fed5cd8787e3deeec05dac4353337dc02abdd
62553 Author: Behdad Esfahbod <behdad@behdad.org>
62554 Date:   Sat Dec 22 11:11:10 2018 -0500
62555
62556     [set] Cache length in iterator
62557
62558  src/hb-set.hh | 7 +++++--
62559  1 file changed, 5 insertions(+), 2 deletions(-)
62560
62561 commit d0a706c7fdb72a1d224b4a5bdbad0fb8c90e3186
62562 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62563 Date:   Sat Dec 22 19:47:48 2018 +0330
62564
62565     Minor, remove redundant inline
62566
62567  src/hb-ot-layout.cc | 6 +++---
62568  1 file changed, 3 insertions(+), 3 deletions(-)
62569
62570 commit ae6e348d642194585543f0d548fb94d210575fe4
62571 Author: Ebrahim Byagowi <ebrahim@gnu.org>
62572 Date:   Sat Dec 22 19:47:29 2018 +0330
62573
62574     Minor, tweak spaces
62575
62576  src/hb-ot-glyf-table.hh     |  8 ++++----
62577  src/hb-subset-cff-common.hh | 15 ++++++---------
62578  2 files changed, 10 insertions(+), 13 deletions(-)
62579
62580 commit 29f0b6bce7da4c599f54066f7e7f6000f10d2f29
62581 Author: Michiharu Ariza <ariza@adobe.com>
62582 Date:   Sat Dec 22 07:47:04 2018 -0800
62583
62584     CFF renaming (#1507)
62585     
62586     * reimplement ByteStr as byte_str_t based on hb_ubytes_t
62587     
62588     Unuse start_embed<ByteStr>
62589     Also renamed SubByteStr to byte_str_ref_t
62590     More renaming to come
62591     
62592     * substr renamed to str_ref in line with its type byte_str_ref_t
62593     
62594     * uncamelize non-table struct names
62595     
62596     * uncamelized non-struct types OpCode etc
62597     
62598     * add byte_str_t copy ctor
62599     
62600     * test
62601     
62602     * test2
62603     
62604     * undo tests
62605     
62606     * fix bot failure
62607     
62608     * undo the previous change
62609     
62610     * fixed tabs, added inline
62611     
62612     * Revert "fixed tabs, added inline"
62613     
62614     This reverts commit 21163c30e9d18759414f7fe2518628241599f039.
62615     
62616     * fix tabs
62617
62618  src/hb-cff-interp-common.hh      | 215 +++++++++++++++------------------
62619  src/hb-cff-interp-cs-common.hh   | 250 +++++++++++++++++++--------------------
62620  src/hb-cff-interp-dict-common.hh |  64 +++++-----
62621  src/hb-cff1-interp-cs.hh         |  26 ++--
62622  src/hb-cff2-interp-cs.hh         |  56 ++++-----
62623  src/hb-ot-cff-common.hh          |  59 ++++-----
62624  src/hb-ot-cff1-table.cc          |  56 ++++-----
62625  src/hb-ot-cff1-table.hh          | 147 ++++++++++++-----------
62626  src/hb-ot-cff2-table.cc          |  28 ++---
62627  src/hb-ot-cff2-table.hh          | 128 ++++++++++----------
62628  src/hb-subset-cff-common.cc      |  10 +-
62629  src/hb-subset-cff-common.hh      | 232 ++++++++++++++++++------------------
62630  src/hb-subset-cff1.cc            | 244 +++++++++++++++++++-------------------
62631  src/hb-subset-cff2.cc            | 100 ++++++++--------
62632  14 files changed, 796 insertions(+), 819 deletions(-)
62633
62634 commit 89d04129e2f4dedb865635dcb8f0fd020e4218c2
62635 Author: Behdad Esfahbod <behdad@behdad.org>
62636 Date:   Fri Dec 21 20:07:52 2018 -0500
62637
62638     [set] Actually derive iterator from hb_sorted_iter_t<>
62639
62640  src/hb-set.hh | 2 +-
62641  1 file changed, 1 insertion(+), 1 deletion(-)
62642
62643 commit fc35919d015c5b8d231933d6bc6ea640c83af6b2
62644 Author: Behdad Esfahbod <behdad@behdad.org>
62645 Date:   Fri Dec 21 20:06:17 2018 -0500
62646
62647     [set] Implement unified iterator
62648
62649  src/hb-set.hh | 20 ++++++++++++++++++++
62650  1 file changed, 20 insertions(+)
62651
62652 commit 4911e67d2d2188ee9bdc0315e121e51d9967b567
62653 Author: Behdad Esfahbod <behdad@behdad.org>
62654 Date:   Fri Dec 21 20:00:52 2018 -0500
62655
62656     [set] Mark some internals protected
62657
62658  src/hb-set.hh | 2 ++
62659  1 file changed, 2 insertions(+)
62660
62661 commit 954b985422a8964f6e7da9f71ab7a68074017111
62662 Author: Behdad Esfahbod <behdad@behdad.org>
62663 Date:   Fri Dec 21 19:55:02 2018 -0500
62664
62665     [iter] Add hb_sorted_iter_t<>
62666
62667  src/hb-array.hh |  2 +-
62668  src/hb-iter.hh  | 11 +++++++++++
62669  2 files changed, 12 insertions(+), 1 deletion(-)
62670
62671 commit b205105c9e1c6295b17cfd88ffb8ca7d963ef173
62672 Author: Behdad Esfahbod <behdad@behdad.org>
62673 Date:   Fri Dec 21 19:48:21 2018 -0500
62674
62675     [iter] Change operator[] operand to be signed
62676     
62677     To fix older compilers again (this was the case in hb_array_t).
62678     
62679     hb-ot-layout-common.hh:1353: note: candidate 2: operator[](T*, int) <built-in>
62680     hb-ot-layout-common.hh:1354: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
62681     hb-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
62682     hb-ot-layout-common.hh:1354: note: candidate 2: operator[](T*, int) <built-in>
62683     hb-ot-layout-common.hh: In member function 'bool OT::ClassDef::serialize(hb_serialize_context_t*, hb_array_t<const OT::IntType<short unsigned int, 2u> >, hb_array_t<const OT::IntType<short unsigned int, 2u> >)':
62684     hb-ot-layout-common.hh:1490: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
62685     hb-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
62686     hb-ot-layout-common.hh:1490: note: candidate 2: operator[](T*, int) <built-in>
62687
62688  src/hb-iter.hh | 2 +-
62689  1 file changed, 1 insertion(+), 1 deletion(-)
62690
62691 commit 25786f49c1df36fdb5f78681055a1f4aa4b17f86
62692 Author: Behdad Esfahbod <behdad@behdad.org>
62693 Date:   Fri Dec 21 19:29:00 2018 -0500
62694
62695     [array] Port to hb_iter_t<>
62696     
62697     hb_array_t is its own iterator...
62698
62699  src/hb-array.hh | 75 +++++++++++++++++++++++++--------------------------------
62700  src/hb-iter.hh  |  5 ++--
62701  2 files changed, 36 insertions(+), 44 deletions(-)
62702
62703 commit 2a33ab0560a13cb8fef5983bfe0f6d68dfd47b14
62704 Author: Behdad Esfahbod <behdad@behdad.org>
62705 Date:   Fri Dec 21 18:49:27 2018 -0500
62706
62707     [iter] Change __more__ to fallback to __len__
62708
62709  src/hb-iter.hh   | 15 ++++++---------
62710  src/test-iter.cc |  1 -
62711  2 files changed, 6 insertions(+), 10 deletions(-)
62712
62713 commit 474a12058d681f2d7cef84db0cf20f9f784fa400
62714 Author: Behdad Esfahbod <behdad@behdad.org>
62715 Date:   Fri Dec 21 18:46:51 2018 -0500
62716
62717     [array/vector] Rename len to length
62718
62719  src/hb-aat-layout-feat-table.hh |  5 ++-
62720  src/hb-aat-layout-lcar-table.hh |  2 +-
62721  src/hb-aat-map.cc               |  4 +--
62722  src/hb-array.hh                 | 72 ++++++++++++++++++++---------------------
62723  src/hb-cff-interp-common.hh     | 10 +++---
62724  src/hb-cff2-interp-cs.hh        |  6 ++--
62725  src/hb-coretext.cc              | 12 +++----
62726  src/hb-face.cc                  |  4 +--
62727  src/hb-object.hh                | 23 +++++++------
62728  src/hb-open-file.hh             |  4 +--
62729  src/hb-open-type.hh             |  8 ++---
62730  src/hb-ot-cff-common.hh         | 38 +++++++++++-----------
62731  src/hb-ot-cff1-table.hh         | 28 ++++++++--------
62732  src/hb-ot-cmap-table.hh         | 24 +++++++-------
62733  src/hb-ot-color-colr-table.hh   |  6 ++--
62734  src/hb-ot-hdmx-table.hh         |  6 ++--
62735  src/hb-ot-hmtx-table.hh         |  8 ++---
62736  src/hb-ot-layout-common.hh      | 32 +++++++++---------
62737  src/hb-ot-layout-gdef-table.hh  |  4 +--
62738  src/hb-ot-layout-gsub-table.hh  | 24 +++++++-------
62739  src/hb-ot-layout-gsubgpos.hh    |  2 +-
62740  src/hb-ot-layout.cc             |  2 +-
62741  src/hb-ot-map.cc                | 22 ++++++-------
62742  src/hb-ot-map.hh                |  4 +--
62743  src/hb-ot-math-table.hh         |  4 +--
62744  src/hb-ot-maxp-table.hh         |  2 +-
62745  src/hb-ot-name-table.hh         |  8 ++---
62746  src/hb-ot-name.cc               |  4 +--
62747  src/hb-ot-post-table.hh         |  8 ++---
62748  src/hb-ot-var-fvar-table.hh     |  2 +-
62749  src/hb-ot-vorg-table.hh         | 10 +++---
62750  src/hb-set.hh                   | 36 ++++++++++-----------
62751  src/hb-subset-cff-common.cc     |  8 ++---
62752  src/hb-subset-cff-common.hh     | 50 ++++++++++++++--------------
62753  src/hb-subset-cff1.cc           | 48 +++++++++++++--------------
62754  src/hb-subset-cff2.cc           | 16 ++++-----
62755  src/hb-subset-glyf.cc           | 14 ++++----
62756  src/hb-subset-plan.cc           |  2 +-
62757  src/hb-uniscribe.cc             | 26 +++++++--------
62758  src/hb-vector.hh                | 56 ++++++++++++++++----------------
62759  src/test-iter.cc                |  4 +--
62760  41 files changed, 325 insertions(+), 323 deletions(-)
62761
62762 commit 2fc1860a5b40f5deba720c0c1099fdd0450b77c0
62763 Author: Behdad Esfahbod <behdad@behdad.org>
62764 Date:   Fri Dec 21 18:09:45 2018 -0500
62765
62766     [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<>
62767
62768  src/hb-iter.hh   | 31 ++++++++++++++++++++-----------
62769  src/test-iter.cc |  2 +-
62770  2 files changed, 21 insertions(+), 12 deletions(-)
62771
62772 commit 865deeb3be1cb40efe3d7c42db48b0cdf977de47
62773 Author: Behdad Esfahbod <behdad@behdad.org>
62774 Date:   Fri Dec 21 17:35:58 2018 -0500
62775
62776     Adjust internal header dependencies
62777
62778  src/hb-array.hh            |  5 ++++-
62779  src/hb-dsalgs.hh           |  1 -
62780  src/hb-iter.hh             |  1 +
62781  src/hb-vector.hh           |  1 +
62782  src/hb.hh                  | 15 +++++++++------
62783  src/test-iter.cc           |  1 +
62784  src/test-unicode-ranges.cc |  1 +
62785  7 files changed, 17 insertions(+), 8 deletions(-)
62786
62787 commit 8e5c2bc60bd9a800dacc96cc29c6ff831a852ae3
62788 Author: Behdad Esfahbod <behdad@behdad.org>
62789 Date:   Fri Dec 21 17:29:11 2018 -0500
62790
62791     [Makefile.am] Minor
62792
62793  src/Makefile.am | 14 ++++++++------
62794  1 file changed, 8 insertions(+), 6 deletions(-)
62795
62796 commit f419cef4174c5447bf5031e771483f3274ae4dce
62797 Author: Behdad Esfahbod <behdad@behdad.org>
62798 Date:   Fri Dec 21 17:22:09 2018 -0500
62799
62800     [iter] Include from hb.hh
62801
62802  src/hb.hh | 1 +
62803  1 file changed, 1 insertion(+)
62804
62805 commit 7557e34872c846433c2465b21b99bf7c5f961673
62806 Author: Behdad Esfahbod <behdad@behdad.org>
62807 Date:   Fri Dec 21 17:21:19 2018 -0500
62808
62809     [iter] Move hb_fill() and hb_copy() to hb-iter.hh
62810
62811  src/hb-iter.hh   | 18 ++++++++++++++++++
62812  src/test-iter.cc | 16 ----------------
62813  2 files changed, 18 insertions(+), 16 deletions(-)
62814
62815 commit 5e1840e031cff1127842fc5cc8ee93e5959f02d5
62816 Author: Behdad Esfahbod <behdad@behdad.org>
62817 Date:   Fri Dec 21 16:39:57 2018 -0500
62818
62819     [iter] Disallow copy-construction or assignment of hb_iter_t<>
62820     
62821     Should only be done by subclass.
62822
62823  src/hb-iter.hh | 5 +++++
62824  1 file changed, 5 insertions(+)
62825
62826 commit 65e8bd56ad26912636fbdc400a83cc48db2a13ce
62827 Author: Behdad Esfahbod <behdad@behdad.org>
62828 Date:   Fri Dec 21 16:20:30 2018 -0500
62829
62830     [iter] Fix hb_copy() return value
62831
62832  src/test-iter.cc | 2 +-
62833  1 file changed, 1 insertion(+), 1 deletion(-)
62834
62835 commit 40d71211a8969ec4414d2476a209e60d0a3525d3
62836 Author: Behdad Esfahbod <behdad@behdad.org>
62837 Date:   Fri Dec 21 16:19:44 2018 -0500
62838
62839     [iter] Add const_iter_t / const_iter()
62840
62841  src/hb-iter.hh | 2 ++
62842  1 file changed, 2 insertions(+)
62843
62844 commit aaddfaa57a841726a8b49653af3f8b702831da1b
62845 Author: Behdad Esfahbod <behdad@behdad.org>
62846 Date:   Fri Dec 21 16:04:38 2018 -0500
62847
62848     [iter] Make hb_fill() take collection type, not iter
62849     
62850     Starting to get the hang of when take which.
62851
62852  src/test-iter.cc | 6 +++---
62853  1 file changed, 3 insertions(+), 3 deletions(-)
62854
62855 commit 7b4eea853c36fd59db6e5d68bbef9b8cebad760e
62856 Author: Behdad Esfahbod <behdad@behdad.org>
62857 Date:   Fri Dec 21 16:02:16 2018 -0500
62858
62859     [array] Add more hb_array() / hb_sorted_array() variants
62860
62861  src/hb-array.hh | 15 +++++++++++----
62862  1 file changed, 11 insertions(+), 4 deletions(-)
62863
62864 commit 09740148e310021a4a690666c2e2836c2005353d
62865 Author: Behdad Esfahbod <behdad@behdad.org>
62866 Date:   Fri Dec 21 15:56:01 2018 -0500
62867
62868     [serialize] Use component_list by reference, as a supplier
62869
62870  src/hb-ot-layout-gsub-table.hh | 4 +---
62871  1 file changed, 1 insertion(+), 3 deletions(-)
62872
62873 commit 3dbe1e364c19d82ab436b9ea7b41c9754d43e923
62874 Author: Behdad Esfahbod <behdad@behdad.org>
62875 Date:   Fri Dec 21 15:53:09 2018 -0500
62876
62877     [iter] Add .random_access()
62878
62879  src/hb-iter.hh   | 4 ++++
62880  src/test-iter.cc | 1 +
62881  2 files changed, 5 insertions(+)
62882
62883 commit 20f14b4aa6311d8fb2ed80c47bb15e8d87d2f6b3
62884 Author: Behdad Esfahbod <behdad@behdad.org>
62885 Date:   Fri Dec 21 15:19:22 2018 -0500
62886
62887     [iter] Fix __end__()
62888
62889  src/hb-iter.hh | 6 +++---
62890  1 file changed, 3 insertions(+), 3 deletions(-)
62891
62892 commit 95265aeab7da54f31d4f68590af7730054b6be16
62893 Author: Behdad Esfahbod <behdad@behdad.org>
62894 Date:   Fri Dec 21 15:12:55 2018 -0500
62895
62896     [array] Remove copy constructor
62897     
62898     Fixes https://github.com/harfbuzz/harfbuzz/issues/1502
62899
62900  src/hb-array.hh | 1 -
62901  1 file changed, 1 deletion(-)
62902
62903 commit 69d232eaea323b8c42e5fa1788553ac4e8bf3a50
62904 Author: Behdad Esfahbod <behdad@behdad.org>
62905 Date:   Fri Dec 21 15:08:06 2018 -0500
62906
62907     Fix bot
62908     
62909       C:\projects\harfbuzz\src\hb-uniscribe.cc(709): error C2666: 'hb_vector_t<OPENTYPE_FEATURE_RECORD,8>::operator +': 3 overloads have similar conversions [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
62910
62911  src/hb-uniscribe.cc | 2 +-
62912  1 file changed, 1 insertion(+), 1 deletion(-)
62913
62914 commit b9a51f531009ce201b86a0326aff662fd19a68a1
62915 Author: Behdad Esfahbod <behdad@behdad.org>
62916 Date:   Fri Dec 21 15:05:00 2018 -0500
62917
62918     Minor
62919
62920  src/hb-ot-layout-gpos-table.hh | 4 ++--
62921  1 file changed, 2 insertions(+), 2 deletions(-)
62922
62923 commit bdb6da72267c8fa4802a2183ba69a1535653378b
62924 Author: Behdad Esfahbod <behdad@behdad.org>
62925 Date:   Fri Dec 21 11:20:27 2018 -0500
62926
62927     [iter] Fix test again
62928
62929  src/test-iter.cc | 6 +++---
62930  1 file changed, 3 insertions(+), 3 deletions(-)
62931
62932 commit e9520752489298e0ce1a08da10ec3d439f9356d9
62933 Author: Behdad Esfahbod <behdad@behdad.org>
62934 Date:   Fri Dec 21 11:15:16 2018 -0500
62935
62936     Minor
62937
62938  src/Makefile.am  | 6 +++---
62939  src/test-iter.cc | 1 -
62940  2 files changed, 3 insertions(+), 4 deletions(-)
62941
62942 commit 35503d7d7324293162b605ffe0bd712656dd52b8
62943 Author: Behdad Esfahbod <behdad@behdad.org>
62944 Date:   Fri Dec 21 03:03:46 2018 -0500
62945
62946     [iter] More prototyping
62947
62948  src/test-iter.cc | 18 ++++++++++++++++++
62949  1 file changed, 18 insertions(+)
62950
62951 commit 73c7a896d1395539e3c9e71b073ce5094c835aa0
62952 Author: Behdad Esfahbod <behdad@behdad.org>
62953 Date:   Fri Dec 21 02:48:28 2018 -0500
62954
62955     [iter] Make hb_fill() and hb_copy() take iterators
62956     
62957     I'm still going back and force...
62958
62959  src/test-iter.cc | 11 ++++-------
62960  1 file changed, 4 insertions(+), 7 deletions(-)
62961
62962 commit 12e506fda4bfd82d67e4beede29ae7dbc02ad8f4
62963 Author: Behdad Esfahbod <behdad@behdad.org>
62964 Date:   Fri Dec 21 02:47:04 2018 -0500
62965
62966     [iter] Add hb_fill()
62967
62968  src/test-iter.cc | 20 ++++++++++++++------
62969  1 file changed, 14 insertions(+), 6 deletions(-)
62970
62971 commit ad3ed58de5297930826c67d18b99991b93d29654
62972 Author: Behdad Esfahbod <behdad@behdad.org>
62973 Date:   Fri Dec 21 02:12:55 2018 -0500
62974
62975     [iter] Start prototyping hb_copy()
62976
62977  src/test-iter.cc | 18 ++++++++++++++----
62978  1 file changed, 14 insertions(+), 4 deletions(-)
62979
62980 commit 44af738d19486095c0fbc2ef2b359a298126ac2b
62981 Author: Behdad Esfahbod <behdad@behdad.org>
62982 Date:   Fri Dec 21 01:59:37 2018 -0500
62983
62984     [iter] Showcase implicit casts
62985
62986  src/test-iter.cc | 5 +++--
62987  1 file changed, 3 insertions(+), 2 deletions(-)
62988
62989 commit 879faa2aee74e237594901426096ceeb78a716a4
62990 Author: Behdad Esfahbod <behdad@behdad.org>
62991 Date:   Fri Dec 21 01:57:40 2018 -0500
62992
62993     Rename
62994
62995  src/hb-array.hh     | 2 +-
62996  src/hb-open-type.hh | 4 ++--
62997  src/hb-vector.hh    | 2 +-
62998  3 files changed, 4 insertions(+), 4 deletions(-)
62999
63000 commit aeb696a91cd1cdc73bf5b87e56163c7f64778616
63001 Author: Behdad Esfahbod <behdad@behdad.org>
63002 Date:   Fri Dec 21 01:57:02 2018 -0500
63003
63004     [iter] Rename
63005
63006  src/hb-iter.hh | 44 ++++++++++++++++++++++----------------------
63007  1 file changed, 22 insertions(+), 22 deletions(-)
63008
63009 commit 8001e00a470ad06f0307002b4cade5612ee7b521
63010 Author: Behdad Esfahbod <behdad@behdad.org>
63011 Date:   Fri Dec 21 01:53:27 2018 -0500
63012
63013     [iter] First sample use
63014
63015  src/Makefile.am  |  5 ++++-
63016  src/hb-iter.hh   | 25 +++++++++++--------------
63017  src/test-iter.cc | 25 ++++++++++++++++++++-----
63018  3 files changed, 35 insertions(+), 20 deletions(-)
63019
63020 commit 19d2b5013d8ac7aa45b3b8e8c61ad90773c86925
63021 Author: Behdad Esfahbod <behdad@behdad.org>
63022 Date:   Fri Dec 21 01:17:35 2018 -0500
63023
63024     [iter] Add bidirectionality
63025
63026  src/hb-iter.hh | 14 ++++++++++++--
63027  1 file changed, 12 insertions(+), 2 deletions(-)
63028
63029 commit 314d8698d0746416efd332f5fae45aecb26df7ee
63030 Author: Behdad Esfahbod <behdad@behdad.org>
63031 Date:   Fri Dec 21 00:54:55 2018 -0500
63032
63033     [iter] Sketch new iterator design
63034
63035  src/hb-iter.hh   | 154 +++++++++++++++++++------------------------------------
63036  src/test-iter.cc |  16 ++++++
63037  2 files changed, 69 insertions(+), 101 deletions(-)
63038
63039 commit f6d5f1e91ced2b6b1114ad765f568f799dd3612f
63040 Author: Behdad Esfahbod <behdad@behdad.org>
63041 Date:   Fri Dec 21 00:23:34 2018 -0500
63042
63043     [iter] Add empty test
63044
63045  src/Makefile.am            |  7 +++++--
63046  src/hb-machinery.hh        |  1 -
63047  src/test-iter.cc           | 33 +++++++++++++++++++++++++++++++++
63048  src/test-unicode-ranges.cc |  2 --
63049  4 files changed, 38 insertions(+), 5 deletions(-)
63050
63051 commit b80b97b549dacc10d314bf8b5fd4ace596ccdfe1
63052 Author: Behdad Esfahbod <behdad@behdad.org>
63053 Date:   Fri Dec 21 00:08:05 2018 -0500
63054
63055     Revert "Remove unused hb-iter.hh"
63056     
63057     This reverts commit 969ff3c7aadbe721cdd414488eb170433f10d00c.
63058
63059  src/Makefile.sources |   1 +
63060  src/hb-iter.hh       | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++
63061  src/hb-machinery.hh  |   1 +
63062  3 files changed, 148 insertions(+)
63063
63064 commit a728c63a98281fd4a0661e17fc01171bc3205b27
63065 Author: Behdad Esfahbod <behdad@behdad.org>
63066 Date:   Thu Dec 20 23:15:49 2018 -0500
63067
63068     [vector] Add operator bool
63069
63070  src/hb-vector.hh | 2 ++
63071  1 file changed, 2 insertions(+)
63072
63073 commit bd369773921b4891996bd21f325702e490f47ca4
63074 Author: Behdad Esfahbod <behdad@behdad.org>
63075 Date:   Thu Dec 20 23:14:24 2018 -0500
63076
63077     Rename
63078
63079  src/hb-array.hh     | 2 +-
63080  src/hb-open-type.hh | 4 ++--
63081  src/hb-vector.hh    | 2 +-
63082  3 files changed, 4 insertions(+), 4 deletions(-)
63083
63084 commit e6ebc9b6f89e62d888b3bcf926afd624f16f3e95
63085 Author: Behdad Esfahbod <behdad@behdad.org>
63086 Date:   Thu Dec 20 23:13:36 2018 -0500
63087
63088     Remove unused typedef
63089
63090  src/hb-machinery.hh | 3 ---
63091  1 file changed, 3 deletions(-)
63092
63093 commit 4941e95f10fe0fe658752134a42b58896fb19c42
63094 Author: Behdad Esfahbod <behdad@behdad.org>
63095 Date:   Thu Dec 20 21:48:57 2018 -0500
63096
63097     2.3.0
63098
63099  NEWS                 | 15 +++++++++++++++
63100  configure.ac         |  2 +-
63101  src/hb-aat-layout.cc |  6 +++---
63102  src/hb-version.h     |  4 ++--
63103  4 files changed, 21 insertions(+), 6 deletions(-)
63104
63105 commit 87f7c83fffb7e64970be23c8e3c620d32a3b8f5b
63106 Author: Behdad Esfahbod <behdad@behdad.org>
63107 Date:   Thu Dec 20 15:54:17 2018 -0500
63108
63109     [serializer] Add operator <<
63110     
63111     Not sure if we are going to use it.  But might incentivize us to.
63112
63113  src/hb-machinery.hh | 2 ++
63114  1 file changed, 2 insertions(+)
63115
63116 commit 5b70074edf1c12a9442037d54c03d3025bd93995
63117 Author: Behdad Esfahbod <behdad@behdad.org>
63118 Date:   Thu Dec 20 15:38:59 2018 -0500
63119
63120     Add hb_assign(obj, value)
63121
63122  src/hb-machinery.hh |  2 +-
63123  src/hb-null.hh      | 24 +++++++++++++++++++++++-
63124  src/hb-open-type.hh |  5 +++--
63125  3 files changed, 27 insertions(+), 4 deletions(-)
63126
63127 commit 6124123393eabb77d34830c971ec463998d50aba
63128 Author: Behdad Esfahbod <behdad@behdad.org>
63129 Date:   Thu Dec 20 12:26:30 2018 -0500
63130
63131     [serialize] Adjust ClassDef
63132     
63133     [skip ci]
63134
63135  src/hb-ot-layout-common.hh | 32 ++++++++++++++++----------------
63136  1 file changed, 16 insertions(+), 16 deletions(-)
63137
63138 commit 4220b7bdd7706622563401bf8f055c4b1482b4e5
63139 Author: Behdad Esfahbod <behdad@behdad.org>
63140 Date:   Thu Dec 20 11:48:45 2018 -0500
63141
63142     Fix code on big-endian gcc / clang
63143     
63144     Ouch!  We need a bigendian bot...
63145     
63146     Fixes https://github.com/harfbuzz/harfbuzz/issues/1498
63147
63148  src/hb-machinery.hh | 8 +++++++-
63149  1 file changed, 7 insertions(+), 1 deletion(-)
63150
63151 commit c87ee72232416099a73b563ca7aaf293b1c87b2a
63152 Author: Behdad Esfahbod <behdad@behdad.org>
63153 Date:   Wed Dec 19 22:28:16 2018 -0500
63154
63155     Minor [skip ci]
63156
63157  src/hb-dsalgs.hh | 13 +++++++------
63158  1 file changed, 7 insertions(+), 6 deletions(-)
63159
63160 commit 5000a59a6391d588c2cbdda132839b1fb1f75bf2
63161 Author: Behdad Esfahbod <behdad@behdad.org>
63162 Date:   Wed Dec 19 21:07:53 2018 -0500
63163
63164     [saitnize] Minor
63165
63166  src/hb-machinery.hh | 6 ++++--
63167  1 file changed, 4 insertions(+), 2 deletions(-)
63168
63169 commit 3ee4ea945674c4b96c9aa6b0367bbf22dc8745d1
63170 Author: fanc999 <fanc999@yahoo.com.tw>
63171 Date:   Thu Dec 20 11:26:54 2018 +0800
63172
63173     Fix build on older Visual Studio versions (#1499)
63174     
63175     * src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t
63176     
63177     The llu suffix does not work for older Visual Studio versions
63178     (pre-2013), but ull works for all the compilers that we attempt to
63179     support.
63180     
63181     * test/api: Fix build on pre-C99 compilers
63182     
63183     Ensure variables are declared at the top of the block.
63184     
63185     * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8
63186     
63187     Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to
63188     int8_t) to be equivilant to signed char, so the compiler cannot find the
63189     corresponding hb_is_signed<> specialization that is needed.
63190     
63191     The interesting thing is unsigned __int8 is considered to be equivilant
63192     to unsigned char, so as the other types (short, int, long) that we look
63193     for here, so only the specialization for __int8 is added here.
63194     
63195     This will fix builds on Visual Studio 2008 at least.
63196
63197  src/hb-cff-interp-dict-common.hh |  2 +-
63198  src/hb-dsalgs.hh                 |  9 +++++++++
63199  test/api/test-aat-layout.c       |  3 ++-
63200  test/api/test-subset-cff1.c      | 12 ++++++++----
63201  4 files changed, 20 insertions(+), 6 deletions(-)
63202
63203 commit a62870506d16949582bf0b54e3dc8846b9747a4a
63204 Author: Behdad Esfahbod <behdad@behdad.org>
63205 Date:   Wed Dec 19 21:05:00 2018 -0500
63206
63207     [sanitize] Use hb_static_size instead of ::static_size
63208     
63209     https://github.com/harfbuzz/harfbuzz/issues/1496#issuecomment-448818112
63210
63211  src/hb-machinery.hh | 11 +++++------
63212  1 file changed, 5 insertions(+), 6 deletions(-)
63213
63214 commit 0c9cd5d5f4d96df77e4298e16c786e67b83f9bc4
63215 Author: Ebrahim Byagowi <ebrahim@gnu.org>
63216 Date:   Wed Dec 19 21:18:30 2018 +0330
63217
63218     [test] Fix test-name-table.cc leak issue
63219     
63220     Spotted it accidentally but wanted to see if is anything serious so went for fixing it
63221
63222  src/test-name-table.cc | 2 ++
63223  1 file changed, 2 insertions(+)
63224
63225 commit 3d9d7dc4dd4be8e746507282569504b511afa709
63226 Author: Behdad Esfahbod <behdad@behdad.org>
63227 Date:   Tue Dec 18 22:11:23 2018 -0500
63228
63229     [arrays] Add hb_ubytes_t for unsigned char
63230
63231  src/hb-array.hh | 1 +
63232  1 file changed, 1 insertion(+)
63233
63234 commit f1e95e40edc871c840abe8a8a695efc252af40f5
63235 Author: Behdad Esfahbod <behdad@behdad.org>
63236 Date:   Tue Dec 18 16:49:08 2018 -0500
63237
63238     [arrays] Remove hb_supplier_t<>
63239
63240  src/hb-array.hh                            |  11 --
63241  src/hb-cff2-interp-cs.hh                   |   2 +-
63242  src/hb-face.cc                             |   6 +-
63243  src/hb-open-file.hh                        |  15 +-
63244  src/hb-open-type.hh                        |  18 +-
63245  src/hb-ot-cmap-table.hh                    |   3 +-
63246  src/hb-ot-layout-common.hh                 | 104 ++++--------
63247  src/hb-ot-layout-gsub-table.hh             | 257 +++++++++++++----------------
63248  src/hb-ot-shape-complex-arabic-fallback.hh |  23 +--
63249  9 files changed, 170 insertions(+), 269 deletions(-)
63250
63251 commit f9417af29bd5a1d2f5b55389a1cc6f4280b347d8
63252 Author: Behdad Esfahbod <behdad@behdad.org>
63253 Date:   Tue Dec 18 13:23:32 2018 -0500
63254
63255     [serialize] Propagate error from hb-face
63256
63257  src/hb-face.cc | 1 +
63258  1 file changed, 1 insertion(+)
63259
63260 commit 9aebfb418222427a324d911b32abfc11256ca9e3
63261 Author: Behdad Esfahbod <behdad@behdad.org>
63262 Date:   Tue Dec 18 13:22:17 2018 -0500
63263
63264     [serialize] Streamline error propagation
63265
63266  src/hb-buffer.hh               |  2 ++
63267  src/hb-machinery.hh            | 35 ++++++++++++++++++++++++++---------
63268  src/hb-map.hh                  |  2 ++
63269  src/hb-ot-layout-common.hh     |  4 ++--
63270  src/hb-ot-layout-gsub-table.hh |  4 ++--
63271  src/hb-set.hh                  |  2 ++
63272  src/hb-subset.cc               |  2 +-
63273  7 files changed, 37 insertions(+), 14 deletions(-)
63274
63275 commit 969ff3c7aadbe721cdd414488eb170433f10d00c
63276 Author: Behdad Esfahbod <behdad@behdad.org>
63277 Date:   Mon Dec 17 22:43:00 2018 -0500
63278
63279     Remove unused hb-iter.hh
63280     
63281     The ideas there are all part of hb-array.hh now.  To be determined how we
63282     want to use generic iterator patterns.
63283
63284  src/Makefile.sources |   1 -
63285  src/hb-iter.hh       | 146 ---------------------------------------------------
63286  src/hb-machinery.hh  |   1 -
63287  3 files changed, 148 deletions(-)
63288
63289 commit b1094fc2d2b614c1407b502d15bd98407a5ffb56
63290 Author: Behdad Esfahbod <behdad@behdad.org>
63291 Date:   Mon Dec 17 22:41:04 2018 -0500
63292
63293     [arrays] Minor tweaks to hb_supplier_t
63294     
63295     I think I like to keep this hb_supplier_t thing separately from hb_array_t.
63296
63297  src/hb-array.hh | 5 +++++
63298  1 file changed, 5 insertions(+)
63299
63300 commit cf39c242057636feebafce347f8e7ac2b305112a
63301 Author: Behdad Esfahbod <behdad@behdad.org>
63302 Date:   Mon Dec 17 22:36:23 2018 -0500
63303
63304     [arrays] Rename Supplier to hb_supplier_t
63305
63306  src/hb-array.hh                            |   6 +-
63307  src/hb-face.cc                             |   2 +-
63308  src/hb-open-file.hh                        |   4 +-
63309  src/hb-open-type.hh                        |   4 +-
63310  src/hb-ot-cmap-table.hh                    |   2 +-
63311  src/hb-ot-layout-common.hh                 |  34 ++++-----
63312  src/hb-ot-layout-gsub-table.hh             | 108 ++++++++++++++---------------
63313  src/hb-ot-shape-complex-arabic-fallback.hh |  14 ++--
63314  8 files changed, 87 insertions(+), 87 deletions(-)
63315
63316 commit 6b5eaa753047b6b0389cb7521c52efbaccf72daf
63317 Author: Behdad Esfahbod <behdad@behdad.org>
63318 Date:   Mon Dec 17 21:55:33 2018 -0500
63319
63320     Hide hb_addressof()
63321
63322  src/hb-dsalgs.hh | 2 +-
63323  1 file changed, 1 insertion(+), 1 deletion(-)
63324
63325 commit 6befa75cdf83d561de69fb342f68694cd7b46f5e
63326 Author: Behdad Esfahbod <behdad@behdad.org>
63327 Date:   Mon Dec 17 20:34:51 2018 -0500
63328
63329     Enable __builtin_* on clang
63330     
63331     We'll see which old clang versions this breaks...
63332
63333  src/hb-dsalgs.hh | 6 +++---
63334  1 file changed, 3 insertions(+), 3 deletions(-)
63335
63336 commit 8d2d41025619e24160ed80edd1c413168a2dda36
63337 Author: Behdad Esfahbod <behdad@behdad.org>
63338 Date:   Mon Dec 17 20:23:26 2018 -0500
63339
63340     Add hb_addressof() and use it to fix bug after hb_bytes_t merge
63341     
63342     We cannot take address hb_bytes_t direction.  We need to use the
63343     newly added hb_addressof(), ala std::addressof().
63344
63345  src/hb-dsalgs.hh        | 9 +++++++++
63346  src/hb-ot-post-table.hh | 3 ++-
63347  2 files changed, 11 insertions(+), 1 deletion(-)
63348
63349 commit 49334f9b509fc15e8baa93d49b86886ca933de04
63350 Author: Behdad Esfahbod <behdad@behdad.org>
63351 Date:   Mon Dec 17 18:27:36 2018 -0500
63352
63353     Enable system extensions in hb.hh
63354     
63355     Fixes https://github.com/harfbuzz/harfbuzz/issues/1491
63356
63357  configure.ac |  1 -
63358  src/hb.hh    | 26 ++++++++++++++++++++++++++
63359  2 files changed, 26 insertions(+), 1 deletion(-)
63360
63361 commit 37c14bc7459e8b9cc0840b68223123ffb950b4cc
63362 Author: prrace <philip.race@oracle.com>
63363 Date:   Mon Dec 17 14:59:37 2018 -0800
63364
63365     Fix Solaris use after free (#1495)
63366
63367  src/hb-atomic.hh | 2 +-
63368  1 file changed, 1 insertion(+), 1 deletion(-)
63369
63370 commit 483f2491e40ccf660836ed2797738297e40bd100
63371 Author: Behdad Esfahbod <behdad@behdad.org>
63372 Date:   Mon Dec 17 17:56:10 2018 -0500
63373
63374     Remove define GNU_SOURCE
63375     
63376     Not needed.  We get it in our config.h automatically thanks to
63377     AC_USE_SYSTEM_EXTENSIONS.  Let's see whose build it breaks...
63378     If we end up putting it back, we should add other things from
63379     that macro and remove the macro.
63380
63381  src/hb.hh | 2 --
63382  1 file changed, 2 deletions(-)
63383
63384 commit 87ff65aea117391c732d51d874964b3e32d6fa94
63385 Author: Behdad Esfahbod <behdad@behdad.org>
63386 Date:   Mon Dec 17 17:19:42 2018 -0500
63387
63388     Fix more warnings
63389
63390  src/hb.hh | 2 +-
63391  1 file changed, 1 insertion(+), 1 deletion(-)
63392
63393 commit f9d219a17417f61fa2c6152d2181504866583a72
63394 Author: prrace <philip.race@oracle.com>
63395 Date:   Mon Dec 17 14:18:47 2018 -0800
63396
63397     Fix Solaris Trailing comma in enum warnings (#1490)
63398
63399  src/hb-ot-color.h | 2 +-
63400  src/hb-ot-name.h  | 2 +-
63401  src/hb-ot-var.h   | 2 +-
63402  3 files changed, 3 insertions(+), 3 deletions(-)
63403
63404 commit 244a8627f7b0ed651d6010c7ee7e54fa8fcca400
63405 Author: Ebrahim Byagowi <ebrahim@gnu.org>
63406 Date:   Mon Dec 17 21:31:43 2018 +0330
63407
63408     Lower coretext_aat shaper priority (#1488)
63409     
63410     Related to https://github.com/harfbuzz/harfbuzz/issues/1478
63411
63412  src/hb-shaper-list.hh | 8 ++++----
63413  1 file changed, 4 insertions(+), 4 deletions(-)
63414
63415 commit e41200859997ccf8fd7d36fff654f3ceea3a4160
63416 Author: Ebrahim Byagowi <ebrahim@gnu.org>
63417 Date:   Mon Dec 17 21:31:01 2018 +0330
63418
63419     Remove redundant void from C++ sources (#1486)
63420
63421  src/dump-indic-data.cc           |   2 +-
63422  src/dump-khmer-data.cc           |   2 +-
63423  src/dump-myanmar-data.cc         |   2 +-
63424  src/dump-use-data.cc             |   2 +-
63425  src/hb-aat-fdsc-table.hh         |   4 +-
63426  src/hb-aat-layout-common.hh      |  23 +++---
63427  src/hb-aat-layout-feat-table.hh  |   8 +--
63428  src/hb-aat-layout-just-table.hh  |   2 +-
63429  src/hb-aat-layout-kerx-table.hh  |  21 +++---
63430  src/hb-aat-layout-morx-table.hh  |  10 +--
63431  src/hb-aat-layout-trak-table.hh  |   4 +-
63432  src/hb-aat-layout.cc             |   6 +-
63433  src/hb-aat-map.hh                |   4 +-
63434  src/hb-array.hh                  |  24 +++----
63435  src/hb-atomic.hh                 |  18 ++---
63436  src/hb-blob.cc                   |   8 +--
63437  src/hb-blob.hh                   |  33 ++++-----
63438  src/hb-buffer-serialize.cc       |   2 +-
63439  src/hb-buffer.cc                 |  24 +++----
63440  src/hb-buffer.hh                 |  51 ++++++-------
63441  src/hb-cache.hh                  |   6 +-
63442  src/hb-cff-interp-common.hh      | 113 +++++++++++++----------------
63443  src/hb-cff-interp-cs-common.hh   |  26 +++----
63444  src/hb-cff-interp-dict-common.hh |  12 ++--
63445  src/hb-cff1-interp-cs.hh         |   4 +-
63446  src/hb-cff2-interp-cs.hh         |  24 +++----
63447  src/hb-common.cc                 |  20 +++---
63448  src/hb-coretext.cc               |   2 +-
63449  src/hb-debug.hh                  |   6 +-
63450  src/hb-directwrite.cc            |  16 ++---
63451  src/hb-dsalgs.hh                 |   2 +-
63452  src/hb-face.cc                   |   6 +-
63453  src/hb-face.hh                   |   8 +--
63454  src/hb-font.cc                   |   6 +-
63455  src/hb-font.hh                   |   6 +-
63456  src/hb-ft.cc                     |  18 ++---
63457  src/hb-glib.cc                   |   8 +--
63458  src/hb-gobject-enums.cc.tmpl     |   2 +-
63459  src/hb-gobject-enums.h.tmpl      |   2 +-
63460  src/hb-gobject-structs.cc        |   2 +-
63461  src/hb-icu.cc                    |   8 +--
63462  src/hb-iter.hh                   |  15 ++--
63463  src/hb-machinery.hh              | 150 ++++++++++++++++-----------------------
63464  src/hb-map.cc                    |   4 +-
63465  src/hb-map.hh                    |  24 +++----
63466  src/hb-mutex.hh                  |  10 +--
63467  src/hb-null.hh                   |  32 ++++-----
63468  src/hb-object.hh                 |  22 +++---
63469  src/hb-open-file.hh              |  32 ++++-----
63470  src/hb-open-type.hh              |  66 +++++++++--------
63471  src/hb-ot-cff-common.hh          |  30 ++++----
63472  src/hb-ot-cff1-table.cc          |  17 ++---
63473  src/hb-ot-cff1-table.hh          |  52 ++++++--------
63474  src/hb-ot-cff2-table.cc          |   8 +--
63475  src/hb-ot-cff2-table.hh          |  34 ++++-----
63476  src/hb-ot-cmap-table.hh          |  10 +--
63477  src/hb-ot-color-cbdt-table.hh    |   4 +-
63478  src/hb-ot-color-colr-table.hh    |   2 +-
63479  src/hb-ot-color-cpal-table.hh    |  10 +--
63480  src/hb-ot-color-sbix-table.hh    |  11 ++-
63481  src/hb-ot-color-svg-table.hh     |   7 +-
63482  src/hb-ot-face.cc                |   2 +-
63483  src/hb-ot-face.hh                |   2 +-
63484  src/hb-ot-font.cc                |   8 +--
63485  src/hb-ot-glyf-table.hh          |   6 +-
63486  src/hb-ot-hdmx-table.hh          |   4 +-
63487  src/hb-ot-head-table.hh          |   8 +--
63488  src/hb-ot-hmtx-table.hh          |   2 +-
63489  src/hb-ot-kern-table.hh          |  20 +++---
63490  src/hb-ot-layout-base-table.hh   |  10 +--
63491  src/hb-ot-layout-common.hh       |  67 +++++++++--------
63492  src/hb-ot-layout-gdef-table.hh   |  20 +++---
63493  src/hb-ot-layout-gpos-table.hh   |  34 ++++-----
63494  src/hb-ot-layout-gsub-table.hh   |  24 +++----
63495  src/hb-ot-layout-gsubgpos.hh     |  92 +++++++++++-------------
63496  src/hb-ot-layout-jstf-table.hh   |   8 +--
63497  src/hb-ot-map.cc                 |   2 +-
63498  src/hb-ot-map.hh                 |   8 +--
63499  src/hb-ot-math-table.hh          |  11 ++-
63500  src/hb-ot-maxp-table.hh          |   5 +-
63501  src/hb-ot-name-table.hh          |   6 +-
63502  src/hb-ot-os2-table.hh           |  18 ++---
63503  src/hb-ot-post-table.hh          |   4 +-
63504  src/hb-ot-shape.cc               |   2 +-
63505  src/hb-ot-shape.hh               |   2 +-
63506  src/hb-ot-tag.cc                 |   4 +-
63507  src/hb-ot-var-fvar-table.hh      |   9 ++-
63508  src/hb-ot-var-hvar-table.hh      |   9 +--
63509  src/hb-ot-vorg-table.hh          |   2 +-
63510  src/hb-set-digest.hh             |   4 +-
63511  src/hb-set.cc                    |   4 +-
63512  src/hb-set.hh                    |  38 +++++-----
63513  src/hb-shape-plan.cc             |   2 +-
63514  src/hb-shape-plan.hh             |   5 +-
63515  src/hb-shape.cc                  |  10 +--
63516  src/hb-shaper.cc                 |  14 ++--
63517  src/hb-shaper.hh                 |   6 +-
63518  src/hb-static.cc                 |   4 +-
63519  src/hb-subset-cff-common.hh      |  91 +++++++++++-------------
63520  src/hb-subset-cff1.cc            |  20 ++----
63521  src/hb-subset-cff2.cc            |   8 +--
63522  src/hb-subset-input.cc           |   2 +-
63523  src/hb-subset.hh                 |   4 +-
63524  src/hb-ucdn.cc                   |  10 +--
63525  src/hb-unicode.cc                |  64 ++++++++---------
63526  src/hb-uniscribe.cc              |  12 ++--
63527  src/hb-vector.hh                 |  38 +++++-----
63528  src/hb.hh                        |   6 +-
63529  src/test-unicode-ranges.cc       |   4 +-
63530  util/ansi-print.cc               |   6 +-
63531  util/hb-fc.cc                    |   2 +-
63532  util/hb-shape.cc                 |   5 +-
63533  util/helper-cairo.cc             |   2 +-
63534  util/helper-cairo.hh             |   2 +-
63535  util/main-font-text.hh           |   2 +-
63536  util/options.cc                  |   8 +--
63537  util/options.hh                  |  22 +++---
63538  util/view-cairo.hh               |  14 ++--
63539  118 files changed, 861 insertions(+), 1024 deletions(-)
63540
63541 commit 7ace10078c23d00da4af0480f91b877faeed3d38
63542 Author: Ebrahim Byagowi <ebrahim@gnu.org>
63543 Date:   Mon Dec 17 20:07:04 2018 +0330
63544
63545     Minor, fix two more ArrayOf incorrect operator logic
63546
63547  src/hb-open-type.hh | 4 ++--
63548  1 file changed, 2 insertions(+), 2 deletions(-)
63549
63550 commit a1240383aa82fd88e922a1e751444d14033ae882
63551 Author: Behdad Esfahbod <behdad@behdad.org>
63552 Date:   Mon Dec 17 10:44:14 2018 -0500
63553
63554     [arrays] Minor fix
63555
63556  src/hb-open-type.hh | 4 ++--
63557  1 file changed, 2 insertions(+), 2 deletions(-)
63558
63559 commit 381c3548e9022a421bcf88db148cc11f337f3b79
63560 Author: Behdad Esfahbod <behdad@behdad.org>
63561 Date:   Mon Dec 17 00:39:30 2018 -0500
63562
63563     [array] Add cast operator to add const to Type
63564     
63565     In lieu of constructor removed in previous commit.
63566
63567  src/hb-array.hh | 1 +
63568  1 file changed, 1 insertion(+)
63569
63570 commit 15acf33c228e0c8e0f8cc6a04e566970164dd5f1
63571 Author: Behdad Esfahbod <behdad@behdad.org>
63572 Date:   Mon Dec 17 00:38:13 2018 -0500
63573
63574     [array] Remove problematic constructor
63575
63576  src/hb-array.hh | 1 -
63577  1 file changed, 1 deletion(-)
63578
63579 commit 470369a871791b610e0c42212558e83baeb83409
63580 Author: Behdad Esfahbod <behdad@behdad.org>
63581 Date:   Mon Dec 17 00:20:19 2018 -0500
63582
63583     [array] Add arithmetic operators
63584
63585  src/hb-array.hh | 22 ++++++++++++++++++----
63586  1 file changed, 18 insertions(+), 4 deletions(-)
63587
63588 commit 6cd60c2f2aa17e3f02b50c19cf640b3f183f3354
63589 Author: Behdad Esfahbod <behdad@behdad.org>
63590 Date:   Mon Dec 17 00:09:06 2018 -0500
63591
63592     [array] Return Crap instead of Null if Type is not const
63593     
63594     Ouch!
63595
63596  src/hb-array.hh | 2 +-
63597  1 file changed, 1 insertion(+), 1 deletion(-)
63598
63599 commit 94e72cf1c9af563fbf522efb7f2e0b1fcd616418
63600 Author: Behdad Esfahbod <behdad@behdad.org>
63601 Date:   Mon Dec 17 00:06:40 2018 -0500
63602
63603     [array] Add operator *
63604
63605  src/hb-array.hh | 2 ++
63606  1 file changed, 2 insertions(+)
63607
63608 commit 68d4a5eee0f248891d20d69b897201d105951aef
63609 Author: Behdad Esfahbod <behdad@behdad.org>
63610 Date:   Mon Dec 17 00:02:42 2018 -0500
63611
63612     [array] Add constructor from fixed-size array
63613
63614  src/hb-array.hh | 1 +
63615  src/hb-iter.hh  | 4 ++--
63616  2 files changed, 3 insertions(+), 2 deletions(-)
63617
63618 commit a4354d2fd36377ec8b544c7b88a231cb1273dccd
63619 Author: Behdad Esfahbod <behdad@behdad.org>
63620 Date:   Sun Dec 16 23:57:27 2018 -0500
63621
63622     [array] Organize
63623
63624  src/hb-array.hh | 75 ++++++++++++++++++++++++++++++++++++---------------------
63625  1 file changed, 48 insertions(+), 27 deletions(-)
63626
63627 commit 84c1865821151d83a8798ae11ebba3329a12c560
63628 Author: Behdad Esfahbod <behdad@behdad.org>
63629 Date:   Sun Dec 16 23:52:17 2018 -0500
63630
63631     [arrays] Reduce Supplier<> even further
63632
63633  src/hb-array.hh | 24 +++---------------------
63634  1 file changed, 3 insertions(+), 21 deletions(-)
63635
63636 commit 1bcc4fc9f34ab518fc822c9464a73ba3e90f5f1c
63637 Author: Behdad Esfahbod <behdad@behdad.org>
63638 Date:   Sun Dec 16 23:47:56 2018 -0500
63639
63640     Whitespace
63641
63642  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++-----
63643  1 file changed, 5 insertions(+), 5 deletions(-)
63644
63645 commit f85f6e815f439075f8c6f5391e5c8dfe77e0f00d
63646 Author: Behdad Esfahbod <behdad@behdad.org>
63647 Date:   Sun Dec 16 23:45:07 2018 -0500
63648
63649     [array] Add operator +=
63650
63651  src/hb-array.hh | 18 +++++++++---------
63652  1 file changed, 9 insertions(+), 9 deletions(-)
63653
63654 commit 7c0e3e9b2b077fced829a10f616ed3d6b51c15c4
63655 Author: Behdad Esfahbod <behdad@behdad.org>
63656 Date:   Sun Dec 16 23:43:17 2018 -0500
63657
63658     [array] Add constructor from hb_array_t<const Type>
63659
63660  src/hb-array.hh | 1 +
63661  1 file changed, 1 insertion(+)
63662
63663 commit 92680361ec68734ad38e2158626feebaf18eec88
63664 Author: Behdad Esfahbod <behdad@behdad.org>
63665 Date:   Sun Dec 16 23:38:51 2018 -0500
63666
63667     [arrays] Move Supplier<> to hb-array.hh
63668
63669  src/hb-array.hh     | 33 +++++++++++++++++++++++++++++++++
63670  src/hb-machinery.hh | 32 --------------------------------
63671  2 files changed, 33 insertions(+), 32 deletions(-)
63672
63673 commit 2a3fa3f82ffdb778a2d21fc01e859579161237c9
63674 Author: Behdad Esfahbod <behdad@behdad.org>
63675 Date:   Sun Dec 16 23:33:03 2018 -0500
63676
63677     [arrays] Remove unnecessary constructor from Supplier<>
63678     
63679     Looks like operator hb_array_t<> from vector works here. :)
63680
63681  src/hb-machinery.hh | 5 -----
63682  1 file changed, 5 deletions(-)
63683
63684 commit 507cac4943e987879b95d842fe60643abbf22efa
63685 Author: Behdad Esfahbod <behdad@behdad.org>
63686 Date:   Sun Dec 16 23:31:19 2018 -0500
63687
63688     [arrays] Start moving Supplier<> to hb_array_t<>
63689
63690  src/hb-machinery.hh | 31 +++++++++++--------------------
63691  1 file changed, 11 insertions(+), 20 deletions(-)
63692
63693 commit 1e2c98126e8500ace31483b05d77478afd59bab8
63694 Author: Behdad Esfahbod <behdad@behdad.org>
63695 Date:   Sun Dec 16 22:30:44 2018 -0500
63696
63697     [arrays] Remove unused stride from Supplier
63698
63699  src/hb-machinery.hh | 10 +++-------
63700  1 file changed, 3 insertions(+), 7 deletions(-)
63701
63702 commit 0d0fe9df46c645538feaee1ec99a0108383a3669
63703 Author: Behdad Esfahbod <behdad@behdad.org>
63704 Date:   Sun Dec 16 22:29:40 2018 -0500
63705
63706     [arrays] Remove need of stride in Supplier<>
63707
63708  src/hb-face.cc      |  6 ++----
63709  src/hb-open-file.hh | 19 +++++++++----------
63710  src/hb-vector.hh    |  2 +-
63711  3 files changed, 12 insertions(+), 15 deletions(-)
63712
63713 commit dcfa4a8d711716de88b94a370663e9564e3e7ccc
63714 Author: Behdad Esfahbod <behdad@behdad.org>
63715 Date:   Sun Dec 16 20:40:07 2018 -0500
63716
63717     [array] Remove custom hb_bytes_t implementation
63718
63719  src/hb-array.hh         | 67 +++++++++++++++++--------------------------------
63720  src/hb-machinery.hh     |  2 +-
63721  src/hb-ot-name-table.hh |  8 +++---
63722  src/hb-ot-name.cc       | 10 ++++----
63723  4 files changed, 33 insertions(+), 54 deletions(-)
63724
63725 commit 3656f56d47cf6b89a25990d7836704fef79fa5b4
63726 Author: Behdad Esfahbod <behdad@behdad.org>
63727 Date:   Sun Dec 16 20:35:11 2018 -0500
63728
63729     [arrays] Minor
63730
63731  src/hb-array.hh     |  3 ++-
63732  src/hb-open-type.hh | 10 ++++------
63733  src/hb-vector.hh    |  4 +---
63734  3 files changed, 7 insertions(+), 10 deletions(-)
63735
63736 commit aa8f94714ee720c56be1a3406df7bacb0550158c
63737 Author: Behdad Esfahbod <behdad@behdad.org>
63738 Date:   Sun Dec 16 20:20:35 2018 -0500
63739
63740     [array] Minor
63741
63742  src/hb-array.hh | 4 ++++
63743  src/hb-iter.hh  | 2 +-
63744  2 files changed, 5 insertions(+), 1 deletion(-)
63745
63746 commit 5a552f75468d777d8d4bd3168e28f56a3369eafd
63747 Author: Behdad Esfahbod <behdad@behdad.org>
63748 Date:   Sun Dec 16 20:07:44 2018 -0500
63749
63750     [array] Move hb_array_t and related types to hb-array.hh
63751
63752  src/Makefile.sources |   1 +
63753  src/hb-array.hh      | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++
63754  src/hb-dsalgs.hh     | 206 -------------------------------------------
63755  src/hb-machinery.hh  |   1 +
63756  src/hb-vector.hh     |   2 +-
63757  5 files changed, 244 insertions(+), 207 deletions(-)
63758
63759 commit 01d06e34ffa746d3737df00bb692cdb1e859c1c6
63760 Author: Behdad Esfahbod <behdad@behdad.org>
63761 Date:   Sun Dec 16 14:27:43 2018 -0500
63762
63763     Minor change to explicit_operator aesthetics
63764
63765  src/hb-iter.hh      | 2 +-
63766  src/hb-machinery.hh | 2 +-
63767  src/hb-vector.hh    | 4 ++--
63768  src/hb.hh           | 4 ++--
63769  4 files changed, 6 insertions(+), 6 deletions(-)
63770
63771 commit b2ebaa9afac0f57006283db92d1f3b4df3d6bd7e
63772 Author: Ebrahim Byagowi <ebrahim@gnu.org>
63773 Date:   Sun Dec 16 22:38:10 2018 +0330
63774
63775     Remove redundant 'inline' from methods (#1483)
63776
63777  src/hb-aat-fdsc-table.hh         |  12 +-
63778  src/hb-aat-layout-ankr-table.hh  |  12 +-
63779  src/hb-aat-layout-bsln-table.hh  |  13 +-
63780  src/hb-aat-layout-common.hh      | 150 +++++++-------
63781  src/hb-aat-layout-feat-table.hh  |  46 ++---
63782  src/hb-aat-layout-just-table.hh  |  26 +--
63783  src/hb-aat-layout-kerx-table.hh  | 120 +++++------
63784  src/hb-aat-layout-lcar-table.hh  |  14 +-
63785  src/hb-aat-layout-morx-table.hh  | 104 +++++-----
63786  src/hb-aat-layout-trak-table.hh  |  28 +--
63787  src/hb-aat-layout.hh             |   2 +-
63788  src/hb-aat-ltag-table.hh         |   6 +-
63789  src/hb-aat-map.hh                |   7 +-
63790  src/hb-atomic.hh                 |  26 +--
63791  src/hb-blob.hh                   |  32 ++-
63792  src/hb-buffer.hh                 |  76 ++++---
63793  src/hb-cache.hh                  |  10 +-
63794  src/hb-cff-interp-common.hh      | 197 +++++++++---------
63795  src/hb-cff-interp-cs-common.hh   | 166 +++++++--------
63796  src/hb-cff-interp-dict-common.hh |  26 +--
63797  src/hb-cff1-interp-cs.hh         |  21 +-
63798  src/hb-cff2-interp-cs.hh         |  48 ++---
63799  src/hb-common.cc                 |  13 +-
63800  src/hb-debug.hh                  |  20 +-
63801  src/hb-directwrite.cc            |   2 +-
63802  src/hb-dsalgs.hh                 |  84 ++++----
63803  src/hb-face.cc                   |   2 +-
63804  src/hb-face.hh                   |   6 +-
63805  src/hb-font.hh                   | 216 ++++++++++----------
63806  src/hb-ft.cc                     |   8 +-
63807  src/hb-glib.cc                   |   2 +-
63808  src/hb-icu.cc                    |   2 +-
63809  src/hb-iter.hh                   |  18 +-
63810  src/hb-kern.hh                   |   8 +-
63811  src/hb-machinery.hh              | 210 +++++++++----------
63812  src/hb-map.hh                    |  38 ++--
63813  src/hb-mutex.hh                  |  12 +-
63814  src/hb-null.hh                   |  26 +--
63815  src/hb-object.hh                 |  34 ++--
63816  src/hb-open-file.hh              |  92 ++++-----
63817  src/hb-open-type.hh              | 253 ++++++++++++-----------
63818  src/hb-ot-cff-common.hh          | 177 ++++++++--------
63819  src/hb-ot-cff1-table.cc          |  32 +--
63820  src/hb-ot-cff1-table.hh          | 160 +++++++--------
63821  src/hb-ot-cff2-table.cc          |  16 +-
63822  src/hb-ot-cff2-table.hh          |  62 +++---
63823  src/hb-ot-cmap-table.hh          | 185 +++++++++--------
63824  src/hb-ot-color-cbdt-table.hh    |  40 ++--
63825  src/hb-ot-color-colr-table.hh    |  18 +-
63826  src/hb-ot-color-cpal-table.hh    |  55 +++--
63827  src/hb-ot-color-sbix-table.hh    |  48 ++---
63828  src/hb-ot-color-svg-table.hh     |  20 +-
63829  src/hb-ot-font.cc                |   2 +-
63830  src/hb-ot-gasp-table.hh          |   6 +-
63831  src/hb-ot-glyf-table.hh          |  37 ++--
63832  src/hb-ot-hdmx-table.hh          |  36 ++--
63833  src/hb-ot-head-table.hh          |  10 +-
63834  src/hb-ot-hhea-table.hh          |   2 +-
63835  src/hb-ot-hmtx-table.hh          |  18 +-
63836  src/hb-ot-kern-table.hh          |  44 ++--
63837  src/hb-ot-layout-base-table.hh   | 104 +++++-----
63838  src/hb-ot-layout-common.hh       | 425 ++++++++++++++++++++-------------------
63839  src/hb-ot-layout-gdef-table.hh   | 126 ++++++------
63840  src/hb-ot-layout-gpos-table.hh   | 209 +++++++++----------
63841  src/hb-ot-layout-gsub-table.hh   | 360 ++++++++++++++++-----------------
63842  src/hb-ot-layout-gsubgpos.hh     | 353 ++++++++++++++++----------------
63843  src/hb-ot-layout-jstf-table.hh   |  44 ++--
63844  src/hb-ot-map.hh                 |  38 ++--
63845  src/hb-ot-math-table.hh          | 142 ++++++-------
63846  src/hb-ot-maxp-table.hh          |  12 +-
63847  src/hb-ot-name-table.hh          |  21 +-
63848  src/hb-ot-os2-table.hh           |  34 ++--
63849  src/hb-ot-post-table.hh          |  26 +--
63850  src/hb-ot-shape-complex-indic.cc |  10 +-
63851  src/hb-ot-shape-complex-khmer.cc |  10 +-
63852  src/hb-ot-shape.hh               |   6 +-
63853  src/hb-ot-stat-table.hh          |  16 +-
63854  src/hb-ot-var-avar-table.hh      |   8 +-
63855  src/hb-ot-var-fvar-table.hh      |  55 +++--
63856  src/hb-ot-var-hvar-table.hh      |  16 +-
63857  src/hb-ot-var-mvar-table.hh      |  10 +-
63858  src/hb-ot-vorg-table.hh          |  22 +-
63859  src/hb-set-digest.hh             |  41 ++--
63860  src/hb-set.hh                    | 114 +++++------
63861  src/hb-shape.cc                  |  14 +-
63862  src/hb-shaper.cc                 |  14 +-
63863  src/hb-shaper.hh                 |  10 +-
63864  src/hb-subset-cff-common.hh      | 175 ++++++++--------
63865  src/hb-subset-cff1.cc            |  91 ++++-----
63866  src/hb-subset-cff2.cc            |  36 ++--
63867  src/hb-subset-plan.hh            |  12 +-
63868  src/hb-subset.hh                 |   4 +-
63869  src/hb-ucdn.cc                   |   2 +-
63870  src/hb-unicode.hh                |  26 +--
63871  src/hb-uniscribe.cc              |  16 +-
63872  src/hb-utf.hh                    |  54 +++--
63873  src/hb-vector.hh                 |  86 ++++----
63874  97 files changed, 2911 insertions(+), 2987 deletions(-)
63875
63876 commit 7251c7729061b7df29efe2b466315e96c81ad03f
63877 Author: Behdad Esfahbod <behdad@behdad.org>
63878 Date:   Sat Dec 15 21:00:55 2018 -0500
63879
63880     Whitespace
63881
63882  src/hb-buffer-serialize.cc | 2 +-
63883  1 file changed, 1 insertion(+), 1 deletion(-)
63884
63885 commit 829b56b1a22736eac49132b2e56dc480157afca2
63886 Author: Behdad Esfahbod <behdad@google.com>
63887 Date:   Sat Dec 15 13:02:13 2018 -0500
63888
63889     Whitespace
63890
63891  src/hb-ot-cff-common.hh | 2 +-
63892  1 file changed, 1 insertion(+), 1 deletion(-)
63893
63894 commit 42a1012562c1f020f470526a34b68ed21ad138cc
63895 Author: Behdad Esfahbod <behdad@behdad.org>
63896 Date:   Thu Dec 13 19:39:59 2018 -0500
63897
63898     [subset] Actually subset GDEF
63899
63900  src/hb-subset.cc | 3 +++
63901  1 file changed, 3 insertions(+)
63902
63903 commit c9c746c7f6091e575fd74ba8f8cae2c4fd44a1ad
63904 Author: Behdad Esfahbod <behdad@behdad.org>
63905 Date:   Thu Dec 13 18:37:37 2018 -0500
63906
63907     [subset] Fix up ClassDef some more
63908
63909  src/hb-ot-layout-common.hh | 13 +++++++++----
63910  1 file changed, 9 insertions(+), 4 deletions(-)
63911
63912 commit 7ee6128902333716dd8d8df6e38a8d1ebacb0a46
63913 Author: Behdad Esfahbod <behdad@behdad.org>
63914 Date:   Thu Dec 13 18:32:04 2018 -0500
63915
63916     [subset] Fix ClassDefFormat1 subsetting
63917
63918  src/hb-ot-layout-common.hh | 13 ++++++++-----
63919  1 file changed, 8 insertions(+), 5 deletions(-)
63920
63921 commit 1b6d0c44b3067f5840d3fdac99fbc7448d0f37bf
63922 Author: Behdad Esfahbod <behdad@behdad.org>
63923 Date:   Thu Dec 13 18:10:48 2018 -0500
63924
63925     [subset] Sketch GDEF subsetting
63926
63927  src/hb-ot-layout-gdef-table.hh | 20 ++++++++++++++++++++
63928  src/hb-ot-layout-gsubgpos.hh   |  2 ++
63929  2 files changed, 22 insertions(+)
63930
63931 commit 705e2f5056d60c28154004e0c5d3b0ec67fe93c8
63932 Author: Behdad Esfahbod <behdad@behdad.org>
63933 Date:   Thu Dec 13 17:48:42 2018 -0500
63934
63935     [subset] Implement for ClassDef
63936
63937  src/hb-ot-layout-common.hh     | 80 ++++++++++++++++++++++++++++++++++++++++++
63938  src/hb-ot-layout-gsub-table.hh |  8 ++---
63939  2 files changed, 84 insertions(+), 4 deletions(-)
63940
63941 commit 6e33a3955df77b9d1fda5ea44302d97b21e7871c
63942 Author: Behdad Esfahbod <behdad@behdad.org>
63943 Date:   Thu Dec 13 16:40:01 2018 -0500
63944
63945     Minor
63946
63947  src/hb-machinery.hh            | 12 +++++++++---
63948  src/hb-ot-cmap-table.hh        |  3 +--
63949  src/hb-ot-layout-gsub-table.hh |  8 ++++----
63950  3 files changed, 14 insertions(+), 9 deletions(-)
63951
63952 commit cc65901ca7185df926570d5067ace763a2cc759e
63953 Author: Behdad Esfahbod <behdad@behdad.org>
63954 Date:   Thu Dec 13 16:01:45 2018 -0500
63955
63956     [serialize] Implement for ClassDef
63957
63958  src/hb-ot-layout-common.hh | 33 +++++++++++++++++++++++++++++++--
63959  1 file changed, 31 insertions(+), 2 deletions(-)
63960
63961 commit e5309e4fd8583aa5c5ad9f3934d8aa593c850468
63962 Author: Behdad Esfahbod <behdad@behdad.org>
63963 Date:   Thu Dec 13 15:57:12 2018 -0500
63964
63965     [serialize] Implement for ClassDefFormat2
63966
63967  src/hb-ot-layout-common.hh | 50 ++++++++++++++++++++++++++++++++++++++++++----
63968  1 file changed, 46 insertions(+), 4 deletions(-)
63969
63970 commit c8b43cbe316b07507aece4dc769f38226cd706da
63971 Author: Behdad Esfahbod <behdad@behdad.org>
63972 Date:   Thu Dec 13 15:50:13 2018 -0500
63973
63974     [serialize] Implement for ClassDefFormat1
63975
63976  src/hb-ot-layout-common.hh | 34 ++++++++++++++++++++++++++++++++++
63977  1 file changed, 34 insertions(+)
63978
63979 commit 576103132945c9d916514720d4034b398e099cfa
63980 Author: Behdad Esfahbod <behdad@behdad.org>
63981 Date:   Wed Dec 12 21:21:26 2018 -0500
63982
63983     [subset] Minor
63984
63985  src/hb-subset.cc | 6 +++---
63986  1 file changed, 3 insertions(+), 3 deletions(-)
63987
63988 commit 798e98c47bd9fa4d434487ae92e2c88ebb8a19a5
63989 Author: Michiharu Ariza <ariza@adobe.com>
63990 Date:   Wed Dec 12 18:08:15 2018 -0800
63991
63992     [CFF] bad offset in Index (#1476)
63993     
63994     * Update hb-ot-cff-common.hh
63995     
63996     * fix bug
63997     
63998     * bummer fix wasn't hit. refix
63999     
64000     * additional sanity check
64001     
64002     * Added test cases for oss-fuzz issues 11805, 11806
64003
64004  src/hb-ot-cff-common.hh                                   |  10 ++++++++--
64005  ...clusterfuzz-testcase-hb-subset-fuzzer-5643036478930944 | Bin 0 -> 369 bytes
64006  ...clusterfuzz-testcase-hb-subset-fuzzer-5686186874503168 | Bin 0 -> 962 bytes
64007  3 files changed, 8 insertions(+), 2 deletions(-)
64008
64009 commit bcb4ecaf68c7219e89a801352bfc6a682b1581ef
64010 Author: Michiharu Ariza <ariza@adobe.com>
64011 Date:   Wed Dec 12 17:36:01 2018 -0800
64012
64013     [CFF] check out of range FD index (#1477)
64014     
64015     * add fd index checks to subr subsetter
64016     
64017     also added oss-fuzz test case
64018     
64019     * undid SubrSubsetParam::is_valid
64020     
64021     because already validated by SubrClosures.valid
64022
64023  src/hb-subset-cff-common.hh                              |  10 ++++++++++
64024  ...lusterfuzz-testcase-hb-subset-fuzzer-5762137968869376 | Bin 0 -> 2037 bytes
64025  2 files changed, 10 insertions(+)
64026
64027 commit 3f8e7a98d3cc10fefe65b9638c8abdf3ebe152cb
64028 Author: Behdad Esfahbod <behdad@behdad.org>
64029 Date:   Wed Dec 12 11:32:57 2018 -0500
64030
64031     [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOS
64032     
64033     Will become default and option removed in the future.
64034
64035  util/hb-subset.cc | 1 +
64036  util/options.cc   | 1 +
64037  util/options.hh   | 2 ++
64038  3 files changed, 4 insertions(+)
64039
64040 commit 2cc993e035cb37711f894968246817e53a9e823d
64041 Author: Behdad Esfahbod <behdad@behdad.org>
64042 Date:   Wed Dec 12 10:07:38 2018 -0500
64043
64044     [dispatch] Minor
64045
64046  src/hb-ot-layout-gpos-table.hh | 4 +---
64047  src/hb-ot-layout-gsub-table.hh | 4 +---
64048  2 files changed, 2 insertions(+), 6 deletions(-)
64049
64050 commit 602fbfe3c96b3f18b0109239528ba18a19be4948
64051 Author: Behdad Esfahbod <behdad@behdad.org>
64052 Date:   Wed Dec 12 09:56:47 2018 -0500
64053
64054     [sanitize] Fix sanitizing sublookup array
64055
64056  src/hb-ot-layout-common.hh | 12 +++++++++++-
64057  1 file changed, 11 insertions(+), 1 deletion(-)
64058
64059 commit c78e4784fbe06ceb27b54a1d8908016ade071cb4
64060 Author: Behdad Esfahbod <behdad@behdad.org>
64061 Date:   Wed Dec 12 09:50:18 2018 -0500
64062
64063     [dispatch] Minor
64064
64065  src/hb-machinery.hh          | 1 +
64066  src/hb-ot-layout-gsubgpos.hh | 3 ---
64067  src/hb-subset.hh             | 1 -
64068  3 files changed, 1 insertion(+), 4 deletions(-)
64069
64070 commit f9d211af1d6d78d092038d263b222ec8a65cf09d
64071 Author: Behdad Esfahbod <behdad@behdad.org>
64072 Date:   Wed Dec 12 09:44:30 2018 -0500
64073
64074     Revert "Minor fix re sanitize of Lookup subtables"
64075     
64076     This reverts commit 7146718bef81492e13aede0a2801cda1da41ce35.
64077     
64078     Fixing differently.
64079
64080  src/hb-ot-layout-common.hh | 4 +---
64081  1 file changed, 1 insertion(+), 3 deletions(-)
64082
64083 commit 7ee5c52345c122436e054062084cd51292b90ad1
64084 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64085 Date:   Wed Dec 12 15:14:37 2018 +0330
64086
64087     minor style fix, use void in methods on no argument
64088
64089  src/hb-aat-fdsc-table.hh        |   4 +-
64090  src/hb-aat-layout-common.hh     |   6 +-
64091  src/hb-aat-layout-feat-table.hh |   4 +-
64092  src/hb-aat-layout-trak-table.hh |  18 +--
64093  src/hb-aat-layout.cc            |   4 +-
64094  src/hb-buffer.cc                |  48 +++----
64095  src/hb-directwrite.cc           | 297 +++++++++++++++++++---------------------
64096  src/hb-dsalgs.hh                |   5 +-
64097  src/hb-map.hh                   |  20 +--
64098  src/hb-ot-cmap-table.hh         |   2 +-
64099  src/hb-ot-color-cbdt-table.hh   |   2 +-
64100  src/hb-ot-color-cpal-table.hh   |   4 +-
64101  src/hb-ot-color-sbix-table.hh   |  10 +-
64102  src/hb-ot-color-svg-table.hh    |  15 +-
64103  src/hb-ot-glyf-table.hh         |   2 +-
64104  src/hb-ot-hdmx-table.hh         |   6 +-
64105  src/hb-ot-layout-base-table.hh  |  11 +-
64106  src/hb-ot-os2-table.hh          |  15 +-
64107  18 files changed, 211 insertions(+), 262 deletions(-)
64108
64109 commit a33f238f8888cc969e1e393deda0518fb8dd6b13
64110 Merge: 7146718be 1e09add23
64111 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64112 Date:   Wed Dec 12 12:44:06 2018 +0330
64113
64114     Merge pull request #1474 from fanc999/master.msvc
64115     
64116     Few fixes for Visual Studio builds
64117
64118 commit 7146718bef81492e13aede0a2801cda1da41ce35
64119 Author: Behdad Esfahbod <behdad@behdad.org>
64120 Date:   Tue Dec 11 23:44:29 2018 -0500
64121
64122     Minor fix re sanitize of Lookup subtables
64123     
64124     We were dereferencing Null pointers and trying to sanitize them,
64125     which is not necessary...
64126
64127  src/hb-ot-layout-common.hh | 4 +++-
64128  1 file changed, 3 insertions(+), 1 deletion(-)
64129
64130 commit ce069d193229cde12c77a3f464fc10286bedf5f3
64131 Author: Behdad Esfahbod <behdad@behdad.org>
64132 Date:   Tue Dec 11 23:07:48 2018 -0500
64133
64134     Minor
64135
64136  src/hb-open-type.hh | 1 -
64137  1 file changed, 1 deletion(-)
64138
64139 commit 1aea86944605e7e18acfd2c0a77ba60e62239274
64140 Author: Behdad Esfahbod <behdad@behdad.org>
64141 Date:   Tue Dec 11 22:53:58 2018 -0500
64142
64143     [subset] Map glyphs during SingleSubst subsetting
64144     
64145     Ha!
64146
64147  src/hb-ot-layout-gsub-table.hh | 10 ++++++----
64148  1 file changed, 6 insertions(+), 4 deletions(-)
64149
64150 commit 41d1a1c10f7e5ca69a337ae164d270e09b5f93ac
64151 Author: Behdad Esfahbod <behdad@behdad.org>
64152 Date:   Tue Dec 11 22:48:27 2018 -0500
64153
64154     [subset] Minor
64155
64156  src/hb-machinery.hh | 2 +-
64157  1 file changed, 1 insertion(+), 1 deletion(-)
64158
64159 commit 2aba2c6c73301396f7e0e5dee819ab6863e74900
64160 Author: Behdad Esfahbod <behdad@behdad.org>
64161 Date:   Tue Dec 11 21:18:47 2018 -0500
64162
64163     [serialize] Break down assert
64164
64165  src/hb-machinery.hh | 18 ++++++++----------
64166  1 file changed, 8 insertions(+), 10 deletions(-)
64167
64168 commit 9844c880e280e9cd28dcbeac2e581ac923c5ddf3
64169 Author: Behdad Esfahbod <behdad@behdad.org>
64170 Date:   Tue Dec 11 17:28:04 2018 -0500
64171
64172     Minor
64173
64174  test/shaping/Makefile.am | 2 ++
64175  util/Makefile.am         | 2 ++
64176  2 files changed, 4 insertions(+)
64177
64178 commit 2941208f1eedabec2715b2a67d40f058df7eb5e6
64179 Author: Michiharu Ariza <ariza@adobe.com>
64180 Date:   Tue Dec 11 12:21:24 2018 -0800
64181
64182     [CFF] oss-fuzz issue 11690 ASSERT: substr.offset >= opStart (#1461)
64183     
64184     * fix oss-fuzz 11690: substr.offset >= opStart
64185     
64186     detect recursive subroutine call & handle as error
64187     
64188     * fix build failure
64189     
64190     * add minimized test case for oss-fuzz 11690
64191     
64192     * removed asserts
64193
64194  src/hb-cff-interp-common.hh                             |   9 ++++-----
64195  src/hb-subset-cff-common.hh                             |  12 ++++++++++--
64196  src/hb-subset-cff1.cc                                   |   4 ++--
64197  src/hb-subset-cff2.cc                                   |   4 ++--
64198  ...testcase-minimized-hb-subset-fuzzer-5750420593442816 | Bin 0 -> 96091 bytes
64199  5 files changed, 18 insertions(+), 11 deletions(-)
64200
64201 commit 333586245cb37668c8a29af17920474c09667f4b
64202 Author: Michiharu Ariza <ariza@adobe.com>
64203 Date:   Tue Dec 11 12:20:20 2018 -0800
64204
64205     minimize use of assert: removed or changed to error handling (#1467)
64206
64207  src/hb-ot-cff-common.hh     |  2 +-
64208  src/hb-ot-cff1-table.hh     | 12 ++++++++----
64209  src/hb-subset-cff-common.cc |  6 ++++--
64210  src/hb-subset-cff-common.hh |  1 -
64211  src/hb-subset-cff1.cc       | 22 +++++++++++++++++-----
64212  src/hb-subset-cff2.cc       | 14 +++++++++++---
64213  6 files changed, 41 insertions(+), 16 deletions(-)
64214
64215 commit f24498c1e95e816889eb7a2f8b1062bbf15bed1b
64216 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64217 Date:   Tue Dec 11 23:02:52 2018 +0330
64218
64219     [ci] Fix Travis macOS bot ICU issue (#1472)
64220
64221  .travis.yml | 6 ++++--
64222  1 file changed, 4 insertions(+), 2 deletions(-)
64223
64224 commit 9f3a51ddb952e1281f9a656fde7193c3e3b8dad2
64225 Author: 👻 <sarabi@Corsac-Fox.local>
64226 Date:   Tue Dec 11 13:38:05 2018 -0500
64227
64228     [ucdn] Fix header
64229     
64230     Fixes https://github.com/harfbuzz/harfbuzz/issues/1470
64231
64232  src/hb-ucdn/ucdn.h | 4 +---
64233  1 file changed, 1 insertion(+), 3 deletions(-)
64234
64235 commit b225593d6baf3455e1ac951efc0df5015fdf7c69
64236 Author: David Corbett <corbett.dav@husky.neu.edu>
64237 Date:   Tue Dec 11 13:19:17 2018 -0500
64238
64239     Correct REPLACEMENT CHARACTER's code point to FFFD (#1471)
64240
64241  test/shaping/hb_test_tools.py | 6 +++---
64242  1 file changed, 3 insertions(+), 3 deletions(-)
64243
64244 commit 1e09add232e14ef61d2f222a5ee05a2105af64f0
64245 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64246 Date:   Wed Dec 12 01:32:01 2018 +0800
64247
64248     test/api: Fix building on pre-C99 compilers
64249     
64250     Ensure variables are declared at the top of the block.
64251
64252  test/api/hb-test.h         |  3 ++-
64253  test/api/test-aat-layout.c |  3 ++-
64254  test/api/test-font.c       |  2 +-
64255  test/api/test-map.c        |  9 ++++++---
64256  test/api/test-ot-color.c   |  9 +++++----
64257  test/api/test-ot-face.c    | 14 ++++++++------
64258  test/api/test-ot-name.c    | 30 ++++++++++++++++--------------
64259  test/api/test-ot-tag.c     | 11 ++++++-----
64260  8 files changed, 46 insertions(+), 35 deletions(-)
64261
64262 commit 09b16c536d31376de771eedde54620dd6c8f39d7
64263 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64264 Date:   Wed Dec 12 01:23:53 2018 +0800
64265
64266     CMake: Fix Introspection builds
64267     
64268     We need to add -DHB_AAT_H and -DHB_AAT_H_IN to the flags that are passed
64269     to g-ir-scanner, so that introspection builds can proceed normally.
64270
64271  CMakeLists.txt | 2 ++
64272  1 file changed, 2 insertions(+)
64273
64274 commit 1683bb2c9337fa34e5e80d459ab5eab99d7a9804
64275 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64276 Date:   Sat Dec 8 13:57:39 2018 +0330
64277
64278     [glyf] minor
64279
64280  src/hb-ot-glyf-table.hh | 5 ++++-
64281  1 file changed, 4 insertions(+), 1 deletion(-)
64282
64283 commit f7cfe99815c07f82d5ad253af1e811db734bf92b
64284 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64285 Date:   Sat Dec 8 13:40:44 2018 +0330
64286
64287     [os2] Move typometrics detection logic to the table (#1465)
64288
64289  src/hb-ot-hmtx-table.hh | 14 +++++---------
64290  src/hb-ot-os2-table.hh  |  7 ++++---
64291  2 files changed, 9 insertions(+), 12 deletions(-)
64292
64293 commit 47cf9a9633bbff12fef1131e7179dfc351f7e5f3
64294 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64295 Date:   Sat Dec 8 10:20:25 2018 +0330
64296
64297     Apply non-controversial parts of ot-style (#1464)
64298     
64299     Things to be used in https://github.com/harfbuzz/harfbuzz/pull/1459
64300
64301  src/hb-aat-fdsc-table.hh    | 29 +++++++++++++++++++++++++---
64302  src/hb-aat-layout-common.hh |  1 +
64303  src/hb-ot-head-table.hh     | 13 +++++++++++++
64304  src/hb-ot-os2-table.hh      | 46 +++++++++++++++++++++++++++++++++++++++++++++
64305  src/hb-ot-stat-table.hh     | 38 ++++++++++++++++++-------------------
64306  5 files changed, 105 insertions(+), 22 deletions(-)
64307
64308 commit 4d809696ef4db046d11072e5433ea5ff36bd7b26
64309 Author: Michiharu Ariza <ariza@adobe.com>
64310 Date:   Fri Dec 7 20:49:39 2018 -0800
64311
64312     fix for issue #1447 (#1462)
64313     
64314     Added case for OpCode_BaseFontName. This opcode in spec but practically unused.
64315     Added a comment for default case which can't be hit
64316
64317  src/hb-ot-cff1-table.hh | 6 ++++--
64318  1 file changed, 4 insertions(+), 2 deletions(-)
64319
64320 commit 1abd4fcaec31053b442525d7f240af489c5974b1
64321 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64322 Date:   Fri Dec 7 22:34:12 2018 +0330
64323
64324     [fdsc] minor
64325
64326  src/hb-aat-fdsc-table.hh | 2 +-
64327  1 file changed, 1 insertion(+), 1 deletion(-)
64328
64329 commit 59345cdef38cf1f514a6a0eb6e8852350acb6166
64330 Author: Michiharu Ariza <ariza@adobe.com>
64331 Date:   Thu Dec 6 13:36:26 2018 -0800
64332
64333     [CFF] Refix oss-fuzz 11714: set_blends (PR #1458) (#1460)
64334     
64335     * pass subarray of stack to set_blends
64336     
64337     * get_subarray to return a value, not ref
64338     
64339     * restored error check (with tweak)
64340
64341  src/hb-cff-interp-common.hh |  5 +++++
64342  src/hb-cff2-interp-cs.hh    | 14 +++++++++-----
64343  2 files changed, 14 insertions(+), 5 deletions(-)
64344
64345 commit 20245f0000a0f04f2ba172b51ce69ee7ebb256aa
64346 Author: Behdad Esfahbod <behdad@behdad.org>
64347 Date:   Thu Dec 6 10:27:37 2018 -0800
64348
64349     Fix likely check
64350     
64351     Ouch!
64352
64353  src/hb-cff-interp-dict-common.hh | 4 ++--
64354  1 file changed, 2 insertions(+), 2 deletions(-)
64355
64356 commit d866e905fd555d393464ed58d5fc11ee453c7ea4
64357 Author: Behdad Esfahbod <behdad@behdad.org>
64358 Date:   Thu Dec 6 10:26:32 2018 -0800
64359
64360     Add default value to first argument of sub_array()
64361
64362  src/hb-dsalgs.hh | 5 ++++-
64363  1 file changed, 4 insertions(+), 1 deletion(-)
64364
64365 commit f1352f7486caaf6d3480ef2ac6b4719acf73e6a2
64366 Author: Behdad Esfahbod <behdad@behdad.org>
64367 Date:   Thu Dec 6 10:21:06 2018 -0800
64368
64369     Add sub_array to hb_vector_t
64370
64371  src/hb-vector.hh | 18 ++++++++++++++++++
64372  1 file changed, 18 insertions(+)
64373
64374 commit ca23b719357b01e98a5cf533bbf637d6706a4ec2
64375 Author: Behdad Esfahbod <behdad@behdad.org>
64376 Date:   Thu Dec 6 10:19:03 2018 -0800
64377
64378     Add default-value for second arg of sub_array()
64379
64380  src/hb-dsalgs.hh    | 7 +++----
64381  src/hb-open-type.hh | 8 ++++----
64382  2 files changed, 7 insertions(+), 8 deletions(-)
64383
64384 commit 6ad3fcddaf2ba8ebc9ad49ff9e7b33b60fcad16a
64385 Merge: f95324a33 ae087d10c
64386 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64387 Date:   Thu Dec 6 10:21:00 2018 +0330
64388
64389     Merge pull request #1458 from harfbuzz/cff-check-blends
64390     
64391     [CFF] oss-fuzz issue 11714: set_blends
64392
64393 commit ae087d10c22249f3aec3239e4eac98a728f71f75
64394 Author: Michiharu Ariza <ariza@adobe.com>
64395 Date:   Wed Dec 5 21:47:34 2018 -0800
64396
64397     add minimized test case for oss-fuzz issue 11714
64398
64399  ...-testcase-minimized-hb-subset-fuzzer-5710107829075968 | Bin 0 -> 3660 bytes
64400  1 file changed, 0 insertions(+), 0 deletions(-)
64401
64402 commit 1ccbdcf73bbc967f5f94c0bc7f7e869bd87d9fa0
64403 Merge: 14d29a104 f95324a33
64404 Author: Michiharu Ariza <ariza@adobe.com>
64405 Date:   Wed Dec 5 21:37:38 2018 -0800
64406
64407     Merge branch 'master' into cff-check-blends
64408
64409 commit 14d29a10437205566c4bd7bcfa2282d34d9f4f2f
64410 Author: Michiharu Ariza <ariza@adobe.com>
64411 Date:   Wed Dec 5 21:33:29 2018 -0800
64412
64413     check number of blends against args on stack
64414
64415  src/hb-cff2-interp-cs.hh | 5 +++++
64416  1 file changed, 5 insertions(+)
64417
64418 commit f95324a3351c1f699214ad84d073268218ea83a3
64419 Merge: 6727c4b6f 9d8f3b0df
64420 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64421 Date:   Thu Dec 6 08:33:44 2018 +0330
64422
64423     Merge pull request #1457 from harfbuzz/cff-varstore-sanitize
64424     
64425     [CFF] oss-fuzz issue 11713 (CFF2VariationStore::serialize)
64426
64427 commit 6727c4b6f0356b08803b4d5cde608ec004e3533f
64428 Merge: d9dabc00e 34e3ef8ff
64429 Author: Behdad Esfahbod <behdad@behdad.org>
64430 Date:   Wed Dec 5 17:37:21 2018 -0800
64431
64432     Merge pull request #1456 from harfbuzz/cff-subr-sanitize
64433     
64434     [CFF] fix oss-fuzz issue 11691 (BlendArg::set_blends)
64435
64436 commit 9d8f3b0dfbf39f5dfa25d52f47e8af6ad318eb17
64437 Author: Michiharu Ariza <ariza@adobe.com>
64438 Date:   Wed Dec 5 17:14:51 2018 -0800
64439
64440     add minimized test case for oss-fuzz issue 11713
64441
64442  ...z-testcase-minimized-hb-subset-fuzzer-5660711141769216 | Bin 0 -> 383 bytes
64443  1 file changed, 0 insertions(+), 0 deletions(-)
64444
64445 commit c31092ab34641072606f854408eb1bea18ed2507
64446 Author: Michiharu Ariza <ariza@adobe.com>
64447 Date:   Wed Dec 5 17:04:55 2018 -0800
64448
64449     sanitize variationStore in CFF2 against its size
64450
64451  src/hb-ot-cff2-table.hh | 2 +-
64452  1 file changed, 1 insertion(+), 1 deletion(-)
64453
64454 commit 34e3ef8ff394f281b8d7e2c08f346a9495692edc
64455 Merge: 72d8f7636 d9dabc00e
64456 Author: Michiharu Ariza <ariza@adobe.com>
64457 Date:   Wed Dec 5 15:50:05 2018 -0800
64458
64459     Merge branch 'master' into cff-subr-sanitize
64460
64461 commit 72d8f76368b264a42fe58438fe15811d458a7935
64462 Author: Michiharu Ariza <ariza@adobe.com>
64463 Date:   Wed Dec 5 15:49:11 2018 -0800
64464
64465     add minimized test case for oss-fuzz issue 11691
64466
64467  ...z-testcase-minimized-hb-shape-fuzzer-5686369209286656 | Bin 0 -> 2880 bytes
64468  1 file changed, 0 insertions(+), 0 deletions(-)
64469
64470 commit d9dabc00e9278a346e85538212c126da7e610d55
64471 Merge: 81cfd3c77 010e2ddb3
64472 Author: Behdad Esfahbod <behdad@behdad.org>
64473 Date:   Wed Dec 5 15:39:34 2018 -0800
64474
64475     Merge pull request #1454 from harfbuzz/cff-fixbcd
64476     
64477     [CFF] fix oss-fuzz issue 11674: parse_bcd
64478
64479 commit 81cfd3c775dbc470f57d7fe2775cc068ffa367b6
64480 Merge: 8394a6cb2 6708c5595
64481 Author: Behdad Esfahbod <behdad@behdad.org>
64482 Date:   Wed Dec 5 15:37:15 2018 -0800
64483
64484     Merge pull request #1455 from harfbuzz/cff-strinc_assert
64485     
64486     [CFF] fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
64487
64488 commit 6dcfda92c17a7701479118751a8290246e9a3c05
64489 Author: Michiharu Ariza <ariza@adobe.com>
64490 Date:   Wed Dec 5 15:07:46 2018 -0800
64491
64492     sanitize CFF1 & CFF2 global subrs
64493
64494  src/hb-ot-cff1-table.hh | 2 +-
64495  src/hb-ot-cff2-table.hh | 1 +
64496  2 files changed, 2 insertions(+), 1 deletion(-)
64497
64498 commit 6708c5595fc6babdae0132f8a23cbe3558a58703
64499 Author: Michiharu Ariza <ariza@adobe.com>
64500 Date:   Wed Dec 5 12:51:18 2018 -0800
64501
64502     fix oss-fuzz issue 11675 (ASSERT: count <= str.len)
64503     
64504     Also added an additional error check to avail ()
64505
64506  src/hb-cff-interp-common.hh                           |  18 ++++++++++++++++--
64507  ...stcase-minimized-hb-subset-fuzzer-5768186323009536 | Bin 0 -> 337 bytes
64508  2 files changed, 16 insertions(+), 2 deletions(-)
64509
64510 commit 010e2ddb384b5a721172fd7466aafec58dbf8063
64511 Author: Michiharu Ariza <ariza@adobe.com>
64512 Date:   Wed Dec 5 12:23:58 2018 -0800
64513
64514     minimized test case for oss-fuzz issue 11674
64515
64516  ...zz-testcase-minimized-hb-subset-fuzzer-5672006905757696 | Bin 0 -> 73 bytes
64517  1 file changed, 0 insertions(+), 0 deletions(-)
64518
64519 commit 2cb9d4c183afc838ecf2ba0d47814e9eaa6f09c6
64520 Merge: a5fa843c7 8394a6cb2
64521 Author: Michiharu Ariza <ariza@adobe.com>
64522 Date:   Wed Dec 5 11:25:29 2018 -0800
64523
64524     Merge branch 'master' into cff-fixbcd
64525
64526 commit a5fa843c746e20aaca48ece6cff057deb8d916ca
64527 Author: Michiharu Ariza <ariza@adobe.com>
64528 Date:   Wed Dec 5 11:18:16 2018 -0800
64529
64530     fixed a bug with fractional part in a negative value
64531
64532  src/hb-cff-interp-dict-common.hh | 6 +++++-
64533  1 file changed, 5 insertions(+), 1 deletion(-)
64534
64535 commit 8394a6cb252dd8b4230c2b59e8c346ec5403bf88
64536 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64537 Date:   Wed Dec 5 15:23:41 2018 +0330
64538
64539     [os2] Make newer table fields accessible (#1452)
64540
64541  src/hb-ot-os2-table.hh | 88 +++++++++++++++++++++++++++++++++++++-------------
64542  1 file changed, 66 insertions(+), 22 deletions(-)
64543
64544 commit 5ab086ebb18112ef48bf6c913acc91b2009a9bed
64545 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64546 Date:   Wed Dec 5 14:17:37 2018 +0330
64547
64548     [fdsc] Implement the table parsing
64549     
64550     Related to https://github.com/harfbuzz/harfbuzz/issues/1337
64551     
64552     May used in addition to an API related to STAT.
64553     
64554     Lots of Apple fonts have it.
64555
64556  src/Makefile.sources     |   1 +
64557  src/hb-aat-fdsc-table.hh | 103 +++++++++++++++++++++++++++++++++++++++++++++++
64558  src/hb-aat-layout.cc     |   1 +
64559  3 files changed, 105 insertions(+)
64560
64561 commit 8f80e53341a3d5bac6c2c39ab6d6973eedb0b074
64562 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64563 Date:   Wed Dec 5 13:51:14 2018 +0330
64564
64565     [gasp] Implement the table parsing
64566     
64567     May or may not be used in https://github.com/harfbuzz/harfbuzz/pull/1432
64568
64569  src/Makefile.sources    |  1 +
64570  src/hb-ot-gasp-table.hh | 84 +++++++++++++++++++++++++++++++++++++++++++++++++
64571  src/hb-ot-layout.cc     |  5 +--
64572  3 files changed, 88 insertions(+), 2 deletions(-)
64573
64574 commit 79e7e3445efef2dc57f8a10c7e355e802af08868
64575 Merge: cf4b7db6b 78f639b8b
64576 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64577 Date:   Wed Dec 5 13:25:18 2018 +0330
64578
64579     Merge pull request #1449 from harfbuzz/cff-fixcharset
64580     
64581     [CFF] fix for oss-fuzz 11657: Charset overrun
64582
64583 commit cf4b7db6b1e01c11d7a8a26d95cf947935a234a7
64584 Merge: 32cc46c75 803d2f92d
64585 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64586 Date:   Wed Dec 5 13:23:23 2018 +0330
64587
64588     Merge pull request #1448 from harfbuzz/cff-leak
64589     
64590     [CFF] fix leak: oss-fuzz 11662
64591
64592 commit 620d1ef588c6ce25644891cfe4b9c20fd8a9d1db
64593 Author: Michiharu Ariza <ariza@adobe.com>
64594 Date:   Wed Dec 5 00:36:11 2018 -0800
64595
64596     fix unsigned long const
64597
64598  src/hb-cff-interp-dict-common.hh | 2 +-
64599  1 file changed, 1 insertion(+), 1 deletion(-)
64600
64601 commit 28dfb4c14280b05ad0a519f9df2b0eda41a62540
64602 Author: Michiharu Ariza <ariza@adobe.com>
64603 Date:   Wed Dec 5 00:26:03 2018 -0800
64604
64605     fix signed/unsigned comparison
64606
64607  src/hb-cff-interp-dict-common.hh | 4 ++--
64608  1 file changed, 2 insertions(+), 2 deletions(-)
64609
64610 commit f9cee08edd32182044407bf6ffde00df0feb09b7
64611 Author: Michiharu Ariza <ariza@adobe.com>
64612 Date:   Tue Dec 4 23:58:26 2018 -0800
64613
64614     use sized int types in parse_bcd
64615
64616  src/hb-cff-interp-dict-common.hh | 12 ++++++------
64617  1 file changed, 6 insertions(+), 6 deletions(-)
64618
64619 commit c01a5f32a33fa875de68ca29a4672fd36a05245b
64620 Author: Michiharu Ariza <ariza@adobe.com>
64621 Date:   Tue Dec 4 23:23:23 2018 -0800
64622
64623     refix
64624
64625  src/hb-cff-interp-dict-common.hh | 2 +-
64626  1 file changed, 1 insertion(+), 1 deletion(-)
64627
64628 commit 755fefc92113e469a1aadee2546958fede156c01
64629 Author: Michiharu Ariza <ariza@adobe.com>
64630 Date:   Tue Dec 4 23:18:28 2018 -0800
64631
64632     fix bug
64633
64634  src/hb-cff-interp-dict-common.hh | 2 +-
64635  1 file changed, 1 insertion(+), 1 deletion(-)
64636
64637 commit 0e81b153aff1f2e301e73ca1a15a9bc5b2e7bb82
64638 Author: Michiharu Ariza <ariza@adobe.com>
64639 Date:   Tue Dec 4 22:40:07 2018 -0800
64640
64641     fix typo
64642
64643  src/hb-cff-interp-dict-common.hh | 2 +-
64644  1 file changed, 1 insertion(+), 1 deletion(-)
64645
64646 commit 85d4b15cd88ce9a6ffccccf90300f9c184166058
64647 Author: Michiharu Ariza <ariza@adobe.com>
64648 Date:   Tue Dec 4 22:30:33 2018 -0800
64649
64650     include float.h
64651
64652  src/hb-cff-interp-dict-common.hh | 1 +
64653  1 file changed, 1 insertion(+)
64654
64655 commit 5a7c371e4c6f1775ebbfe120fafe92afe402a954
64656 Author: Michiharu Ariza <ariza@adobe.com>
64657 Date:   Tue Dec 4 22:24:38 2018 -0800
64658
64659     check overflow & clamp
64660
64661  src/hb-cff-interp-dict-common.hh | 36 +++++++++++++++++++++++++++---------
64662  1 file changed, 27 insertions(+), 9 deletions(-)
64663
64664 commit 32cc46c75a5f163f254b7998ed9193d5bbc85e4b
64665 Author: Michiharu Ariza <ariza@adobe.com>
64666 Date:   Tue Dec 4 21:32:34 2018 -0800
64667
64668     [CFF] fix oss-fuzz issue 11670: NULL dereference (#1450)
64669     
64670     * guard against no subr access
64671     
64672     * code tweak
64673     
64674     * add minimized testcase for oss-fuzz 11670 (Null deference)
64675
64676  src/hb-cff-interp-cs-common.hh                     |  22 ++++++++++++++++-----
64677  src/hb-ot-cff-common.hh                            |   2 +-
64678  ...ase-minimized-hb-subset-fuzzer-5672913680728064 | Bin 0 -> 861 bytes
64679  3 files changed, 18 insertions(+), 6 deletions(-)
64680
64681 commit 78f639b8bf508ccfb27224f12442f8e8a1460e08
64682 Author: Michiharu Ariza <ariza@adobe.com>
64683 Date:   Tue Dec 4 14:17:03 2018 -0800
64684
64685     added minimized testcase for oss-fuzz issue 11657
64686
64687  ...zz-testcase-minimized-hb-shape-fuzzer-5700264032468992 | Bin 0 -> 648 bytes
64688  1 file changed, 0 insertions(+), 0 deletions(-)
64689
64690 commit d3d2f32c6e85de1d7fbbb18afef356e09110e61c
64691 Author: Michiharu Ariza <ariza@adobe.com>
64692 Date:   Tue Dec 4 13:51:26 2018 -0800
64693
64694     fix oss-fuzz 11657: buffer overrun
64695     
64696     Check overrun in Charset1_2::get_glyph
64697
64698  src/hb-ot-cff1-table.hh | 10 ++++++----
64699  1 file changed, 6 insertions(+), 4 deletions(-)
64700
64701 commit d0a250a7b15f1099c2005bc2427d62e7370dcc33
64702 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64703 Date:   Tue Dec 4 23:42:13 2018 +0330
64704
64705     Reuse hb_aat_layout_has_* logic in coretext-aat detection logic (#1442)
64706
64707  src/hb-coretext.cc | 16 ++--------------
64708  1 file changed, 2 insertions(+), 14 deletions(-)
64709
64710 commit 803d2f92dca329a84d92c224a73e13906e8b8d56
64711 Merge: 6ce8d10b4 c775adc13
64712 Author: Michiharu Ariza <ariza@adobe.com>
64713 Date:   Tue Dec 4 11:01:26 2018 -0800
64714
64715     Merge branch 'master' into cff-leak
64716
64717 commit 6ce8d10b45598f5f6dade38e65486f793f33d0b6
64718 Author: Michiharu Ariza <ariza@adobe.com>
64719 Date:   Tue Dec 4 10:39:17 2018 -0800
64720
64721     add unlikely to error handling
64722
64723  src/hb-ot-cff1-table.hh | 2 +-
64724  src/hb-ot-cff2-table.hh | 2 +-
64725  2 files changed, 2 insertions(+), 2 deletions(-)
64726
64727 commit b61f74f69a84f427b40deefefed429fbc915981c
64728 Author: Michiharu Ariza <ariza@adobe.com>
64729 Date:   Tue Dec 4 10:30:35 2018 -0800
64730
64731     added minimized test case for oss-fuzz issue 11662
64732
64733  ...testcase-minimized-hb-shape-fuzzer-5175735354916864 | Bin 0 -> 354461 bytes
64734  1 file changed, 0 insertions(+), 0 deletions(-)
64735
64736 commit 0b952e6026c8be13d16d97f464034ee477e6282f
64737 Author: Michiharu Ariza <ariza@adobe.com>
64738 Date:   Tue Dec 4 10:22:35 2018 -0800
64739
64740     more leak fixes
64741
64742  src/hb-ot-cff1-table.hh | 2 +-
64743  src/hb-ot-cff2-table.hh | 3 ++-
64744  2 files changed, 3 insertions(+), 2 deletions(-)
64745
64746 commit c775adc1383f72f02b1329628b3eba1dc377a0f7
64747 Merge: c968869f2 04f2ca942
64748 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64749 Date:   Tue Dec 4 21:30:07 2018 +0330
64750
64751     Merge pull request #1444 from harfbuzz/cff-assert
64752     
64753     removed assert, fixes https://github.com/harfbuzz/harfbuzz/issues/1443
64754
64755 commit 9473463f5c884fcb1de8a7ba7410da2601e6ffa8
64756 Author: Michiharu Ariza <ariza@adobe.com>
64757 Date:   Tue Dec 4 09:58:48 2018 -0800
64758
64759     fix attempt for oss-fuzz 11662 leak
64760
64761  src/hb-ot-cff1-table.hh | 1 +
64762  1 file changed, 1 insertion(+)
64763
64764 commit 04f2ca94212983d675ed2cd36350be23ff2a6e19
64765 Author: Michiharu Ariza <ariza@adobe.com>
64766 Date:   Tue Dec 4 09:24:07 2018 -0800
64767
64768     removed assert
64769
64770  src/hb-ot-cff1-table.hh | 3 +--
64771  1 file changed, 1 insertion(+), 2 deletions(-)
64772
64773 commit c968869f212dbfcb86d42fb36049328521cbf00c
64774 Merge: 8c05b955e c48f53d30
64775 Author: Behdad Esfahbod <behdad@behdad.org>
64776 Date:   Tue Dec 4 04:14:13 2018 -0500
64777
64778     Merge pull request #1441 from harfbuzz/cff-doublenum
64779     
64780     use double as CFF Number implementation
64781
64782 commit c48f53d30901dfc20b7432c2947e66642010dc4e
64783 Author: Michiharu Ariza <ariza@adobe.com>
64784 Date:   Mon Dec 3 16:59:41 2018 -0800
64785
64786     more double changes
64787
64788  src/hb-cff2-interp-cs.hh       | 4 ++--
64789  test/api/test-ot-extents-cff.c | 2 +-
64790  2 files changed, 3 insertions(+), 3 deletions(-)
64791
64792 commit 9424e8052686a6a93e0d30e38aecbe927db9d787
64793 Author: Michiharu Ariza <ariza@adobe.com>
64794 Date:   Mon Dec 3 16:18:10 2018 -0800
64795
64796     added minimized test cases
64797
64798  ...zz-testcase-minimized-hb-shape-fuzzer-5647267827023872 | Bin 0 -> 655 bytes
64799  ...zz-testcase-minimized-hb-shape-fuzzer-5725855502827520 | Bin 0 -> 655 bytes
64800  ...zz-testcase-minimized-hb-shape-fuzzer-5736657639178240 | Bin 0 -> 459 bytes
64801  3 files changed, 0 insertions(+), 0 deletions(-)
64802
64803 commit 5fff6ab0024547a8ac47723a0047f4b17416d6ce
64804 Author: Michiharu Ariza <ariza@adobe.com>
64805 Date:   Mon Dec 3 16:06:58 2018 -0800
64806
64807     additional precision made a difference in extents test
64808
64809  src/hb-cff-interp-common.hh    | 2 +-
64810  src/hb-cff2-interp-cs.hh       | 2 +-
64811  test/api/test-ot-extents-cff.c | 2 +-
64812  3 files changed, 3 insertions(+), 3 deletions(-)
64813
64814 commit 9e5180cd444b6900a0fa0c3df4c8138f9a663383
64815 Author: Michiharu Ariza <ariza@adobe.com>
64816 Date:   Mon Dec 3 15:32:42 2018 -0800
64817
64818     more double changes
64819
64820  src/hb-cff-interp-common.hh      |  8 ++++----
64821  src/hb-cff-interp-dict-common.hh | 10 +++++-----
64822  2 files changed, 9 insertions(+), 9 deletions(-)
64823
64824 commit 9af33d7a2ad5ce88fc508bc5c6a56be4650d2621
64825 Author: Michiharu Ariza <ariza@adobe.com>
64826 Date:   Mon Dec 3 14:48:46 2018 -0800
64827
64828     Number to use double for all types
64829
64830  src/hb-cff-interp-common.hh | 84 +++++++--------------------------------------
64831  1 file changed, 13 insertions(+), 71 deletions(-)
64832
64833 commit 8c05b955eb4aa088b2b5df9b6415863486eaf59c
64834 Merge: d19b1680b 01f628cf5
64835 Author: Behdad Esfahbod <behdad@behdad.org>
64836 Date:   Mon Dec 3 14:30:51 2018 -0500
64837
64838     Merge pull request #1439 from ebraminio/tracking
64839     
64840     [aat] Expose hb_aat_layout_has_tracking API
64841
64842 commit 01f628cf5571b8b58108ab66cfc3e929c9840e31
64843 Author: Ebrahim Byagowi <ebrahim@gnu.org>
64844 Date:   Mon Dec 3 22:04:48 2018 +0330
64845
64846     [aat] Expose hb_aat_layout_has_tracking API
64847
64848  docs/harfbuzz-sections.txt  |   7 ++++---
64849  src/hb-aat-layout.cc        |   9 ++++++++-
64850  src/hb-aat-layout.h         |   8 ++++++++
64851  src/hb-aat-layout.hh        |   3 ---
64852  test/api/fonts/aat-morx.ttf | Bin 0 -> 1620 bytes
64853  test/api/fonts/aat-trak.ttf | Bin 0 -> 2456 bytes
64854  test/api/test-aat-layout.c  |  13 +++++++++++++
64855  7 files changed, 33 insertions(+), 7 deletions(-)
64856
64857 commit d19b1680b53e54f449736432f369a676c394ebf8
64858 Author: Behdad Esfahbod <behdad@behdad.org>
64859 Date:   Mon Dec 3 10:41:37 2018 -0500
64860
64861     [aat] Expose a couple APIs
64862     
64863     New API:
64864     +hb_aat_layout_has_substitution()
64865     +hb_aat_layout_has_positioning()
64866
64867  docs/harfbuzz-sections.txt |  2 ++
64868  src/hb-aat-layout.cc       | 20 ++++++++++++++++----
64869  src/hb-aat-layout.h        | 16 ++++++++++++++++
64870  src/hb-aat-layout.hh       |  6 ------
64871  4 files changed, 34 insertions(+), 10 deletions(-)
64872
64873 commit 84efe0438e1cfc5b070e114b70e8c070be6119ca
64874 Author: Behdad Esfahbod <behdad@behdad.org>
64875 Date:   Sun Dec 2 12:38:53 2018 -0500
64876
64877     [aat] Fix division sign fallout
64878     
64879     Happened after 11d2f49af8f53340134c844173f4d8655b00dea3
64880     since now nClasses is unsigned int...
64881
64882  src/hb-aat-layout-common.hh                               |   2 +-
64883  ...zz-testcase-minimized-hb-shape-fuzzer-5768046065483776 | Bin 0 -> 342 bytes
64884  2 files changed, 1 insertion(+), 1 deletion(-)
64885
64886 commit 2087f5a2a743380b36399ba8a2b4ff9e93890fcf
64887 Author: Behdad Esfahbod <behdad@behdad.org>
64888 Date:   Sat Dec 1 20:04:45 2018 -0500
64889
64890     Add casts to hb_array_t<>
64891
64892  src/hb-open-type.hh | 13 ++++++++++---
64893  src/hb-vector.hh    |  2 ++
64894  2 files changed, 12 insertions(+), 3 deletions(-)
64895
64896 commit 58d4d19947794aded4e966290b01e1034f216a7d
64897 Author: Behdad Esfahbod <behdad@behdad.org>
64898 Date:   Sat Dec 1 19:34:18 2018 -0500
64899
64900     Simplify build source list
64901
64902  CMakeLists.txt       |  12 +--
64903  src/Makefile.am      |   6 --
64904  src/Makefile.sources | 231 ++++++++++++++++++++++++---------------------------
64905  3 files changed, 111 insertions(+), 138 deletions(-)
64906
64907 commit 967a204ee92548163a0d19678a237dcaf3720c20
64908 Author: Behdad Esfahbod <behdad@behdad.org>
64909 Date:   Sat Dec 1 19:28:17 2018 -0500
64910
64911     Minor
64912
64913  test/api/hb-subset-test.h | 2 +-
64914  1 file changed, 1 insertion(+), 1 deletion(-)
64915
64916 commit 11d2f49af8f53340134c844173f4d8655b00dea3
64917 Author: Behdad Esfahbod <behdad@behdad.org>
64918 Date:   Sat Dec 1 13:12:21 2018 -0500
64919
64920     New approach to change BigEndian casts to be int-sized
64921     
64922     Fixes spurious warnings like:
64923     Fixes https://github.com/harfbuzz/harfbuzz/issues/1436
64924
64925  src/hb-open-type.hh | 12 ++++++++++--
64926  1 file changed, 10 insertions(+), 2 deletions(-)
64927
64928 commit 50e0273ab18acd2fbb21bcf18ad487092e890b4e
64929 Author: Behdad Esfahbod <behdad@behdad.org>
64930 Date:   Sat Dec 1 13:03:52 2018 -0500
64931
64932     Change hb_assert_unsigned_t<> to hb_is_signed<>
64933
64934  src/hb-dsalgs.hh | 16 ++++++++++------
64935  1 file changed, 10 insertions(+), 6 deletions(-)
64936
64937 commit c3a8b047aab47e40dc107a952b3a1472068ec932
64938 Author: Behdad Esfahbod <behdad@behdad.org>
64939 Date:   Sat Dec 1 00:14:48 2018 -0500
64940
64941     Revert "Change BigEndian casts to be int-sized"
64942     
64943     This reverts commit eb5ddd32bf4e458ca0af8d5784f8fd46485ad225.
64944     
64945     Broke tests, badly.  To be investigated and reenabled.
64946
64947  src/hb-open-type.hh | 16 ++++++++--------
64948  1 file changed, 8 insertions(+), 8 deletions(-)
64949
64950 commit be45677ab605efc711a433323d66e4051c289252
64951 Author: Behdad Esfahbod <behdad@behdad.org>
64952 Date:   Sat Dec 1 00:04:29 2018 -0500
64953
64954     Minor
64955
64956  src/hb-ot-layout-gsub-table.hh | 2 +-
64957  1 file changed, 1 insertion(+), 1 deletion(-)
64958
64959 commit eb5ddd32bf4e458ca0af8d5784f8fd46485ad225
64960 Author: Behdad Esfahbod <behdad@behdad.org>
64961 Date:   Sat Dec 1 00:03:01 2018 -0500
64962
64963     Change BigEndian casts to be int-sized
64964     
64965     Fixes spurious warnings like:
64966     Fixes https://github.com/harfbuzz/harfbuzz/issues/1436
64967
64968  src/hb-open-type.hh | 16 ++++++++--------
64969  1 file changed, 8 insertions(+), 8 deletions(-)
64970
64971 commit e8860fdcaa69e3452edd903f78599bc8fa9d109c
64972 Author: Behdad Esfahbod <behdad@behdad.org>
64973 Date:   Fri Nov 30 23:38:24 2018 -0500
64974
64975     Fix more warning
64976
64977  src/hb-ot-cff-common.hh | 2 +-
64978  1 file changed, 1 insertion(+), 1 deletion(-)
64979
64980 commit af349ee3487b31c2328f0a37a43d31b248ed14e5
64981 Author: Behdad Esfahbod <behdad@behdad.org>
64982 Date:   Fri Nov 30 23:20:50 2018 -0500
64983
64984     Fix warning
64985
64986  src/hb-ot-cff-common.hh | 2 +-
64987  1 file changed, 1 insertion(+), 1 deletion(-)
64988
64989 commit 825df6dbc7fd013c68d7b5672f81e69b69bc14e7
64990 Author: Behdad Esfahbod <behdad@behdad.org>
64991 Date:   Fri Nov 30 23:04:59 2018 -0500
64992
64993     [CFF] Change spaces to tabs
64994
64995  src/hb-cff-interp-common.hh      | 389 ++++++++++++++++-----------------
64996  src/hb-cff-interp-cs-common.hh   | 324 ++++++++++++++--------------
64997  src/hb-cff-interp-dict-common.hh | 190 ++++++++--------
64998  src/hb-cff1-interp-cs.hh         |  72 +++----
64999  src/hb-cff2-interp-cs.hh         |  76 +++----
65000  src/hb-ot-cff-common.hh          | 128 +++++------
65001  src/hb-ot-cff1-table.cc          |   4 +-
65002  src/hb-ot-cff1-table.hh          | 456 +++++++++++++++++++--------------------
65003  src/hb-ot-cff2-table.cc          |   4 +-
65004  src/hb-ot-cff2-table.hh          | 216 +++++++++----------
65005  src/hb-subset-cff-common.cc      |  76 +++----
65006  src/hb-subset-cff-common.hh      | 384 ++++++++++++++++-----------------
65007  src/hb-subset-cff1.cc            | 416 +++++++++++++++++------------------
65008  src/hb-subset-cff1.hh            |   2 +-
65009  src/hb-subset-cff2.cc            | 240 ++++++++++-----------
65010  src/hb-subset-cff2.hh            |   2 +-
65011  16 files changed, 1492 insertions(+), 1487 deletions(-)
65012
65013 commit 592f39b3c4ed04a6f6cf129020358e64782c7108
65014 Author: Behdad Esfahbod <behdad@behdad.org>
65015 Date:   Fri Nov 30 22:54:57 2018 -0500
65016
65017     [CFF] Whitespace
65018
65019  src/hb-cff-interp-common.hh      |  7 +++----
65020  src/hb-cff-interp-cs-common.hh   |  6 +++---
65021  src/hb-cff-interp-dict-common.hh |  6 +++---
65022  src/hb-cff2-interp-cs.hh         |  2 +-
65023  src/hb-ot-cff-common.hh          | 12 ++++++------
65024  src/hb-ot-cff1-table.hh          | 30 +++++++++++++++---------------
65025  src/hb-ot-cff2-table.hh          | 12 ++++++------
65026  src/hb-subset-cff-common.cc      |  8 ++++----
65027  src/hb-subset-cff-common.hh      | 34 +++++++++++++++++-----------------
65028  src/hb-subset-cff1.cc            | 20 ++++++++++----------
65029  src/hb-subset-cff2.cc            | 18 +++++++++---------
65030  11 files changed, 77 insertions(+), 78 deletions(-)
65031
65032 commit a2e8d1d455c5d0ae22927567cf8a9a2539cd3470
65033 Author: Behdad Esfahbod <behdad@behdad.org>
65034 Date:   Fri Nov 30 22:54:20 2018 -0500
65035
65036     Minor
65037
65038  src/Makefile.sources | 27 +++++++++++++--------------
65039  1 file changed, 13 insertions(+), 14 deletions(-)
65040
65041 commit e3dc47c6357813d2dd098aad312d79e9d7c2aa18
65042 Author: Behdad Esfahbod <behdad@behdad.org>
65043 Date:   Fri Nov 30 22:43:22 2018 -0500
65044
65045     Remove generated files that were accidentally added by CFF2 branch
65046
65047  gtk-doc.make      |  320 --
65048  m4/libtool.m4     | 8369 -----------------------------------------------------
65049  m4/ltoptions.m4   |  437 ---
65050  m4/ltsugar.m4     |  124 -
65051  m4/ltversion.m4   |   23 -
65052  m4/lt~obsolete.m4 |   99 -
65053  6 files changed, 9372 deletions(-)
65054
65055 commit 5e64e0f53259dbc0a3ea8e220ded15e85bbc1782
65056 Merge: 09096aa89 d8c691376
65057 Author: Behdad Esfahbod <behdad@behdad.org>
65058 Date:   Fri Nov 30 22:40:54 2018 -0500
65059
65060     Merge pull request #1113 from harfbuzz/cff-subset
65061     
65062     CFF/CFF2 subsetter
65063
65064 commit 09096aa89f1944dff94a5518bce578eba8989e74
65065 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
65066 Date:   Sat Dec 1 10:22:49 2018 +0700
65067
65068     Use nullptr instead of 0/NULL. (#1435)
65069     
65070     * Use nullptr instead of 0/NULL.
65071     
65072     * Update test-name-table.cc
65073
65074  src/hb-debug.hh        | 2 +-
65075  src/test-name-table.cc | 4 ++--
65076  2 files changed, 3 insertions(+), 3 deletions(-)
65077
65078 commit d8c69137655fbe9678d1dfef0eb3c4172f8bbfc0
65079 Author: Michiharu Ariza <ariza@adobe.com>
65080 Date:   Fri Nov 30 18:58:14 2018 -0800
65081
65082     undo 0u
65083
65084  src/hb-cff2-interp-cs.hh    | 2 +-
65085  src/hb-ot-cff1-table.hh     | 4 ++--
65086  src/hb-ot-vorg-table.hh     | 2 +-
65087  src/hb-subset-cff-common.hh | 4 ++--
65088  src/hb-subset-cff1.cc       | 4 ++--
65089  5 files changed, 8 insertions(+), 8 deletions(-)
65090
65091 commit 2c859b3880868b30823eb00bed90dc0de873628b
65092 Merge: 9483da145 bb72de66d
65093 Author: Michiharu Ariza <ariza@adobe.com>
65094 Date:   Fri Nov 30 18:47:34 2018 -0800
65095
65096     Merge branch 'master' into cff-subset
65097
65098 commit bb72de66ddf3ae9ae53cf68642cb228e88aa64f5
65099 Merge: fedd8e6c1 fb0590821
65100 Author: Behdad Esfahbod <behdad@behdad.org>
65101 Date:   Fri Nov 30 21:36:35 2018 -0500
65102
65103     Merge pull request #1433 from harfbuzz/overload-overload
65104     
65105     Fix ambiguous overload errors with old compilers
65106
65107 commit fb059082138bf17a5a8616410d9a35f927f9fd85
65108 Author: Behdad Esfahbod <behdad@behdad.org>
65109 Date:   Fri Nov 30 20:45:40 2018 -0500
65110
65111     Revert ugly fixes
65112     
65113     Now that we have 6daf45e0, revert cryptic hacks...
65114     
65115     This reverts commit abd81ed4f5cbc5a94171747909bc6b77551cb929.
65116     This reverts commit 9c6921c08c905a0cf45ba0182134e6ff910fac51.
65117     This reverts commit d39760cabfe4007cefdfc45231e85e93fababac2.
65118     This reverts commit fedd8e6c176dea85194693399e50243eb1c117c4.
65119     
65120     Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
65121
65122  src/hb-aat-layout-morx-table.hh |  4 ++--
65123  src/hb-face.cc                  |  4 ++--
65124  src/hb-machinery.hh             |  4 ++--
65125  src/hb-ot-color-cpal-table.hh   |  2 +-
65126  src/hb-ot-kern-table.hh         |  2 +-
65127  src/hb-ot-layout-gpos-table.hh  | 32 ++++++++++++++++----------------
65128  src/hb-ot-layout-gsubgpos.hh    | 14 +++++++-------
65129  7 files changed, 31 insertions(+), 31 deletions(-)
65130
65131 commit dfad19ad5aefdacecca6af81917abc2670d4416f
65132 Author: Behdad Esfahbod <behdad@behdad.org>
65133 Date:   Fri Nov 30 19:57:12 2018 -0500
65134
65135     Make operator [] take signed int
65136     
65137     The built-in operator takes signed int.  So, match it, such that
65138     the built-in is never a better or equally-good match to our operator.
65139     Fixes "ambiguous overload" errors from gcc 4.2 and VS 2008.
65140     
65141     See https://github.com/harfbuzz/harfbuzz/issues/1374
65142
65143  src/hb-dsalgs.hh    |  3 ++-
65144  src/hb-open-type.hh | 42 ++++++++++++++++++++++++++++--------------
65145  src/hb-vector.hh    |  6 ++++--
65146  3 files changed, 34 insertions(+), 17 deletions(-)
65147
65148 commit 9483da145d6da1bdfa3224fe13a5b4e9b449d19f
65149 Author: Michiharu Ariza <ariza@adobe.com>
65150 Date:   Fri Nov 30 16:59:41 2018 -0800
65151
65152     redo fixes
65153
65154  src/hb-cff2-interp-cs.hh    | 2 +-
65155  src/hb-ot-cff1-table.hh     | 4 ++--
65156  src/hb-subset-cff-common.hh | 6 +++---
65157  src/hb-subset-cff1.cc       | 4 ++--
65158  4 files changed, 8 insertions(+), 8 deletions(-)
65159
65160 commit 291da448237cdc0b5534fbc1ce2288e1aa8e7b8a
65161 Author: Michiharu Ariza <ariza@adobe.com>
65162 Date:   Fri Nov 30 16:50:46 2018 -0800
65163
65164     yet another
65165
65166  src/hb-subset-cff-common.hh | 2 +-
65167  1 file changed, 1 insertion(+), 1 deletion(-)
65168
65169 commit b1821b9d092e4fd7fd888f4bffc341283bace461
65170 Author: Michiharu Ariza <ariza@adobe.com>
65171 Date:   Fri Nov 30 16:31:01 2018 -0800
65172
65173     some more
65174
65175  src/hb-subset-cff-common.hh | 4 ++--
65176  src/hb-subset-cff1.cc       | 4 ++--
65177  2 files changed, 4 insertions(+), 4 deletions(-)
65178
65179 commit 9784cff55688d1ee93275e39c2339d5a486ed78b
65180 Author: Michiharu Ariza <ariza@adobe.com>
65181 Date:   Fri Nov 30 16:07:08 2018 -0800
65182
65183     fix another pesky gcc error
65184
65185  src/hb-cff2-interp-cs.hh | 2 +-
65186  1 file changed, 1 insertion(+), 1 deletion(-)
65187
65188 commit 23a797b44365ed76fc7db25be13bd9c3580a8695
65189 Author: Michiharu Ariza <ariza@adobe.com>
65190 Date:   Fri Nov 30 15:15:31 2018 -0800
65191
65192     silence picky gcc errors
65193
65194  src/hb-ot-cff1-table.hh | 4 ++--
65195  1 file changed, 2 insertions(+), 2 deletions(-)
65196
65197 commit 9ae954f43ad1eb703d54db98ce46157370b71a9c
65198 Merge: 471db3aa6 fedd8e6c1
65199 Author: Michiharu Ariza <ariza@adobe.com>
65200 Date:   Fri Nov 30 15:00:52 2018 -0800
65201
65202     Merge branch 'master' into cff-subset
65203
65204 commit fedd8e6c176dea85194693399e50243eb1c117c4
65205 Author: Behdad Esfahbod <behdad@behdad.org>
65206 Date:   Fri Nov 30 16:50:30 2018 -0500
65207
65208     One more.........
65209     
65210     I wonder if there's something better to do about these :(.
65211     
65212     In file included from hb-ot-color.cc:31:
65213     hb-ot-color-cpal-table.hh: In member function 'unsigned int OT::CPAL::get_size() const':
65214     hb-ot-color-cpal-table.hh:118: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65215
65216  src/hb-ot-color-cpal-table.hh | 2 +-
65217  1 file changed, 1 insertion(+), 1 deletion(-)
65218
65219 commit bc5db9b0807767ac04d6e50070d69cb9c520f06e
65220 Author: Behdad Esfahbod <behdad@behdad.org>
65221 Date:   Fri Nov 30 16:04:52 2018 -0500
65222
65223     One more....
65224     
65225     hb-ot-vorg-table.hh:96: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65226     hb-vector.hh:87: note: candidate 1: const Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) const [with Type = OT::VertOriginMetric, unsigned int PreallocedCount = 8u]
65227     hb-ot-vorg-table.hh:96: note: candidate 2: operator[](const T*, int) <built-in>
65228
65229  src/hb-ot-vorg-table.hh | 2 +-
65230  1 file changed, 1 insertion(+), 1 deletion(-)
65231
65232 commit d39760cabfe4007cefdfc45231e85e93fababac2
65233 Author: Behdad Esfahbod <behdad@behdad.org>
65234 Date:   Fri Nov 30 15:55:30 2018 -0500
65235
65236     One more...
65237     
65238     Sigh.
65239     
65240     hb-ot-kern-table.hh: In member function 'int OT::KernSubTableFormat3<KernSubTableHeader>::get_kerning(hb_codepoint_t, hb_codepoint_t) const':
65241     hb-ot-kern-table.hh:59: error: ambiguous overload for 'operator[]' in 'kernValue[kernIndex[i]]'
65242     hb-ot-kern-table.hh:59: note: candidates are: operator[](T*, int) <built-in>
65243     hb-dsalgs.hh:574: note:                 Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::IntType<short int, 2u>]
65244
65245  src/hb-ot-kern-table.hh | 2 +-
65246  1 file changed, 1 insertion(+), 1 deletion(-)
65247
65248 commit 9c6921c08c905a0cf45ba0182134e6ff910fac51
65249 Author: Behdad Esfahbod <behdad@behdad.org>
65250 Date:   Fri Nov 30 15:16:57 2018 -0500
65251
65252     More...
65253     
65254     hb-ot-layout-gsubgpos.hh:1707: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65255     ...
65256
65257  src/hb-aat-layout-morx-table.hh |  4 ++--
65258  src/hb-ot-layout-gpos-table.hh  | 32 ++++++++++++++++----------------
65259  src/hb-ot-layout-gsubgpos.hh    | 16 ++++++++--------
65260  3 files changed, 26 insertions(+), 26 deletions(-)
65261
65262 commit f998bb2086342d6fdcd4295593eddea91396e0b6
65263 Author: Behdad Esfahbod <behdad@behdad.org>
65264 Date:   Fri Nov 30 12:52:21 2018 -0500
65265
65266     More weird fixes
65267     
65268     In file included from hb-ot-name.cc:29:
65269     hb-ot-name-table.hh: In member function 'unsigned int OT::name::get_size() const':
65270     hb-ot-name-table.hh:157: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65271     hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::NameRecord]
65272     hb-ot-name-table.hh:157: note: candidate 2: operator[](const T*, int) <built-in>
65273     hb-ot-name-table.hh: In member function 'void OT::name::accelerator_t::init(hb_face_t*)':
65274     hb-ot-name-table.hh:196: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65275     hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
65276     hb-ot-name-table.hh:196: note: candidate 2: operator[](T*, int) <built-in>
65277     hb-ot-name-table.hh:197: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65278     hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
65279     hb-ot-name-table.hh:197: note: candidate 2: operator[](T*, int) <built-in>
65280     hb-ot-name-table.hh:198: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65281     hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
65282     hb-ot-name-table.hh:198: note: candidate 2: operator[](T*, int) <built-in>
65283     make[4]: *** [libharfbuzz_la-hb-ot-name.lo] Error 1
65284     make[3]: *** [all-recursive] Error 1
65285
65286  src/hb-ot-name-table.hh | 4 ++--
65287  1 file changed, 2 insertions(+), 2 deletions(-)
65288
65289 commit 67fd94da98f950b5feb719ac805f2a45379fc935
65290 Merge: abd81ed4f ae79fdaa7
65291 Author: Behdad Esfahbod <behdad@behdad.org>
65292 Date:   Fri Nov 30 11:53:30 2018 -0500
65293
65294     Merge commit 'ae79fdaa7774d3f886a8f03926577c3bd2010b03'
65295
65296 commit abd81ed4f5cbc5a94171747909bc6b77551cb929
65297 Author: Behdad Esfahbod <behdad@behdad.org>
65298 Date:   Fri Nov 30 11:51:26 2018 -0500
65299
65300     Umm.  Cryptic, yes
65301     
65302     In file included from hb-face.cc:35:
65303     hb-ot-cmap-table.hh: In member function 'void OT::CmapSubtableFormat4::_compiles_assertion_on_line_388() const':
65304     hb-ot-cmap-table.hh:388: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65305     hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::IntType<short unsigned int, 2u>]
65306     hb-ot-cmap-table.hh:388: note: candidate 2: operator[](const T*, int) <built-in>
65307     hb-ot-cmap-table.hh: In member function 'void OT::CmapSubtableFormat4::_instance_assertion_on_line_388() const':
65308     hb-ot-cmap-table.hh:388: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65309     hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::IntType<short unsigned int, 2u>]
65310     hb-ot-cmap-table.hh:388: note: candidate 2: operator[](const T*, int) <built-in>
65311     hb-face.cc: In function 'hb_blob_t* _hb_face_builder_data_reference_blob(hb_face_builder_data_t*)':
65312     hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65313     hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
65314     hb-face.cc:650: note: candidate 2: operator[](T*, int) <built-in>
65315     hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65316     hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
65317     hb-face.cc:650: note: candidate 2: operator[](const T*, int) <built-in>
65318     hb-face.cc:651: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65319     hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
65320     hb-face.cc:651: note: candidate 2: operator[](T*, int) <built-in>
65321     hb-face.cc:651: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65322     hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
65323     hb-face.cc:651: note: candidate 2: operator[](const T*, int) <built-in>
65324
65325  src/hb-face.cc      | 4 ++--
65326  src/hb-machinery.hh | 4 ++--
65327  2 files changed, 4 insertions(+), 4 deletions(-)
65328
65329 commit ae79fdaa7774d3f886a8f03926577c3bd2010b03
65330 Author: Behdad Esfahbod <behdad@behdad.org>
65331 Date:   Fri Nov 30 11:51:26 2018 -0500
65332
65333     Umm.  Cryptic, yes
65334     
65335     hb-face.cc:650: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
65336     hb-vector.hh:81: note: candidate 1: Type& hb_vector_t<Type, PreallocedCount>::operator[](unsigned int) [with Type = hb_face_builder_data_t::table_entry_t, unsigned int PreallocedCount = 32u]
65337     hb-face.cc:650: note: candidate 2: operator[](T*, int) <built-in>
65338
65339  src/hb-face.cc | 4 ++--
65340  1 file changed, 2 insertions(+), 2 deletions(-)
65341
65342 commit 0f32c95e1487ffcc37439635c3294f941eae857a
65343 Author: Behdad Esfahbod <behdad@behdad.org>
65344 Date:   Fri Nov 30 11:31:39 2018 -0500
65345
65346     Fix a few more sizeof(vector[0]) errors with weird compilers
65347
65348  src/hb-face.cc | 4 ++--
65349  src/hb-set.hh  | 2 +-
65350  2 files changed, 3 insertions(+), 3 deletions(-)
65351
65352 commit 88630a458b21b811075bed9e761a94c50736dc11
65353 Author: Behdad Esfahbod <behdad@behdad.org>
65354 Date:   Fri Nov 30 01:11:04 2018 -0500
65355
65356     Fix build for realz
65357
65358  src/hb-ot-deprecated.h | 2 +-
65359  1 file changed, 1 insertion(+), 1 deletion(-)
65360
65361 commit 346286d04eb616c43ba8c796211fa2e5e7bf1983
65362 Author: Behdad Esfahbod <behdad@behdad.org>
65363 Date:   Fri Nov 30 00:44:40 2018 -0500
65364
65365     Fix build
65366
65367  src/hb-ot-deprecated.h | 1 +
65368  1 file changed, 1 insertion(+)
65369
65370 commit 31f39cb41e1497a76c5838c93f9b4034089049f2
65371 Author: Behdad Esfahbod <behdad@behdad.org>
65372 Date:   Fri Nov 30 00:38:08 2018 -0500
65373
65374     [post] Rename v2 to v2X
65375
65376  src/hb-ot-post-table.hh | 6 +++---
65377  1 file changed, 3 insertions(+), 3 deletions(-)
65378
65379 commit e3dd47e6025a7f082af4830ba483d90d9b44381f
65380 Author: Behdad Esfahbod <behdad@behdad.org>
65381 Date:   Fri Nov 30 00:32:12 2018 -0500
65382
65383     Move things
65384
65385  src/Makefile.sources   |   1 +
65386  src/hb-deprecated.h    |  61 +---------------------------
65387  src/hb-ot-deprecated.h | 106 +++++++++++++++++++++++++++++++++++++++++++++++++
65388  src/hb-ot.h            |   1 +
65389  4 files changed, 109 insertions(+), 60 deletions(-)
65390
65391 commit 27a6b0a2f7255ed6fc7bfe1f10052c2e344e319b
65392 Author: Behdad Esfahbod <behdad@behdad.org>
65393 Date:   Thu Nov 29 16:29:30 2018 -0500
65394
65395     Fix build for realz
65396
65397  src/hb-coretext.cc  |  2 +-
65398  src/hb-uniscribe.cc | 10 +++++-----
65399  2 files changed, 6 insertions(+), 6 deletions(-)
65400
65401 commit e2af4dd1ecbe398c60fe5f3f370dd35400d7e1eb
65402 Author: Behdad Esfahbod <behdad@behdad.org>
65403 Date:   Thu Nov 29 16:03:15 2018 -0500
65404
65405     [uniscribe] Fix build
65406
65407  src/hb-uniscribe.cc | 2 +-
65408  1 file changed, 1 insertion(+), 1 deletion(-)
65409
65410 commit bf738ba3ba80778c7feb95ece446607a250d9382
65411 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65412 Date:   Fri Nov 30 00:06:40 2018 +0330
65413
65414     [test][aat] Remove extra --shaper ot
65415     
65416     As run-tests.py already adds it
65417
65418  test/shaping/data/in-house/tests/macos.tests | 64 ++++++++++++++--------------
65419  1 file changed, 32 insertions(+), 32 deletions(-)
65420
65421 commit b65645bbafb3f1f9f956df3028cf4479a4bdc265
65422 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65423 Date:   Thu Nov 29 23:57:50 2018 +0330
65424
65425     [ci] Re-enable llvm-gcc-4.2 bots (#1429)
65426
65427  .circleci/config.yml | 48 ++++++++++++++++++++++++------------------------
65428  1 file changed, 24 insertions(+), 24 deletions(-)
65429
65430 commit e7bd29ea11bd6301a332b471120a4a2cd8575d09
65431 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65432 Date:   Thu Nov 29 23:47:20 2018 +0330
65433
65434     Limit __builtin_bswap16 to GCC >= 5 as it was implemented on 4.8
65435
65436  src/hb-machinery.hh | 2 +-
65437  1 file changed, 1 insertion(+), 1 deletion(-)
65438
65439 commit ac0264717b949df8840b179d882a9bed2993fb74
65440 Author: Behdad Esfahbod <behdad@behdad.org>
65441 Date:   Thu Nov 29 15:07:44 2018 -0500
65442
65443     [coretext] Fix compile
65444     
65445     Fingers crossed.
65446
65447  src/hb-coretext.cc | 2 +-
65448  1 file changed, 1 insertion(+), 1 deletion(-)
65449
65450 commit 5c4fead734b082e0168e6811bec4bcaa19acc36a
65451 Author: Behdad Esfahbod <behdad@behdad.org>
65452 Date:   Thu Nov 29 15:04:34 2018 -0500
65453
65454     Convert "static const hb_tag_t" constants to enum
65455
65456  src/hb-aat-layout-ankr-table.hh |  2 +-
65457  src/hb-aat-layout-bsln-table.hh |  2 +-
65458  src/hb-aat-layout-feat-table.hh |  2 +-
65459  src/hb-aat-layout-just-table.hh |  2 +-
65460  src/hb-aat-layout-kerx-table.hh |  2 +-
65461  src/hb-aat-layout-lcar-table.hh |  2 +-
65462  src/hb-aat-layout-morx-table.hh |  6 +++---
65463  src/hb-aat-layout-trak-table.hh |  2 +-
65464  src/hb-aat-ltag-table.hh        |  2 +-
65465  src/hb-ot-cmap-table.hh         |  2 +-
65466  src/hb-ot-color-cbdt-table.hh   |  4 ++--
65467  src/hb-ot-color-colr-table.hh   |  2 +-
65468  src/hb-ot-color-cpal-table.hh   |  2 +-
65469  src/hb-ot-color-sbix-table.hh   |  2 +-
65470  src/hb-ot-color-svg-table.hh    |  2 +-
65471  src/hb-ot-glyf-table.hh         |  4 ++--
65472  src/hb-ot-hdmx-table.hh         |  2 +-
65473  src/hb-ot-head-table.hh         |  2 +-
65474  src/hb-ot-hhea-table.hh         |  4 ++--
65475  src/hb-ot-hmtx-table.hh         | 14 +++++++-------
65476  src/hb-ot-kern-table.hh         |  6 +++---
65477  src/hb-ot-layout-base-table.hh  |  2 +-
65478  src/hb-ot-layout-gdef-table.hh  |  2 +-
65479  src/hb-ot-layout-gpos-table.hh  |  2 +-
65480  src/hb-ot-layout-gsub-table.hh  |  2 +-
65481  src/hb-ot-layout-jstf-table.hh  |  2 +-
65482  src/hb-ot-math-table.hh         |  2 +-
65483  src/hb-ot-maxp-table.hh         |  2 +-
65484  src/hb-ot-name-table.hh         |  2 +-
65485  src/hb-ot-os2-table.hh          |  2 +-
65486  src/hb-ot-post-table.hh         |  2 +-
65487  src/hb-ot-stat-table.hh         |  2 +-
65488  src/hb-ot-var-avar-table.hh     |  2 +-
65489  src/hb-ot-var-fvar-table.hh     |  2 +-
65490  src/hb-ot-var-hvar-table.hh     |  8 ++++----
65491  src/hb-ot-var-mvar-table.hh     |  2 +-
65492  src/hb-ot-vorg-table.hh         |  2 +-
65493  37 files changed, 53 insertions(+), 53 deletions(-)
65494
65495 commit 9e4138c82548c2b29a1ae8801d2c6c7c1f1a9c7a
65496 Author: Behdad Esfahbod <behdad@behdad.org>
65497 Date:   Thu Nov 29 15:01:10 2018 -0500
65498
65499     Convert misc "static const" constants to enum
65500
65501  src/hb-aat-layout-kerx-table.hh |  4 ++--
65502  src/hb-map.hh                   |  2 +-
65503  src/hb-ot-kern-table.hh         |  4 ++--
65504  src/hb-set-digest.hh            | 14 +++++++-------
65505  4 files changed, 12 insertions(+), 12 deletions(-)
65506
65507 commit 44cbd2ea3dc36312bd80860983b6616586e78c6c
65508 Author: Behdad Esfahbod <behdad@behdad.org>
65509 Date:   Thu Nov 29 14:53:43 2018 -0500
65510
65511     Convert "static const bool" constants to anonymous enum
65512
65513  src/hb-aat-layout-common.hh     |  4 ++--
65514  src/hb-aat-layout-kerx-table.hh |  4 ++--
65515  src/hb-aat-layout-morx-table.hh |  8 ++++----
65516  src/hb-dsalgs.hh                | 16 ++++++++--------
65517  src/hb-ot-kern-table.hh         |  4 ++--
65518  src/hb-ot-layout.cc             |  4 ++--
65519  6 files changed, 20 insertions(+), 20 deletions(-)
65520
65521 commit 861bc75349257f74c12b261abfcd5ab9e2f04863
65522 Author: Behdad Esfahbod <behdad@behdad.org>
65523 Date:   Thu Nov 29 14:34:44 2018 -0500
65524
65525     [vector] Make pointer cast explicit
65526     
65527     Too bad this doesn't help MSVC 2008 build, as explicit operators are
65528     C++11.
65529
65530  src/hb-machinery.hh     | 2 +-
65531  src/hb-ot-cmap-table.hh | 3 ++-
65532  src/hb-set.hh           | 4 ++--
65533  src/hb-subset.cc        | 2 +-
65534  src/hb-vector.hh        | 4 ++--
65535  5 files changed, 8 insertions(+), 7 deletions(-)
65536
65537 commit 72955e68256806f082439d65e6f9b5cf2e35fa8a
65538 Author: Behdad Esfahbod <behdad@behdad.org>
65539 Date:   Thu Nov 29 14:28:44 2018 -0500
65540
65541     Hand-hold older compilers
65542
65543  src/hb-set.hh | 2 +-
65544  1 file changed, 1 insertion(+), 1 deletion(-)
65545
65546 commit 1a182e97ee71de0e78a70ff823ae17fa93a31830
65547 Author: Behdad Esfahbod <behdad@behdad.org>
65548 Date:   Thu Nov 29 12:39:52 2018 -0500
65549
65550     [test/text-rendering-tests] Update from upstream
65551
65552  .../text-rendering-tests/fonts/TestGVAR-Composite-0.ttf  | Bin 0 -> 3136 bytes
65553  .../fonts/TestGVAR-Composite-Missing.ttf                 | Bin 0 -> 2984 bytes
65554  2 files changed, 0 insertions(+), 0 deletions(-)
65555
65556 commit 000d4b128eba58677acdc3b361829ff2f9a257b1
65557 Author: Behdad Esfahbod <behdad@behdad.org>
65558 Date:   Thu Nov 29 12:32:47 2018 -0500
65559
65560     Make shaper's override_features() override user features as well
65561     
65562     The override_features is used to override features that are normally
65563     discretionary features, but in a specific shaper are for various
65564     reasons desired to be bolted on or off, because they've been used
65565     for inherent shaping.  As such, it makes sense that they also
65566     override user features.  Ie. if user turned 'liga' on, we don't
65567     want Khmer shaping to become broken...  Or turn 'clig' off...
65568     
65569     Fixes https://github.com/harfbuzz/harfbuzz/issues/1310
65570
65571  src/hb-ot-shape.cc | 6 +++---
65572  1 file changed, 3 insertions(+), 3 deletions(-)
65573
65574 commit a95d9d8c8465ebc927bc2194dffe4ea95542e54c
65575 Author: Behdad Esfahbod <behdad@behdad.org>
65576 Date:   Thu Nov 29 12:30:14 2018 -0500
65577
65578     [khmer] Move 'clig' to overrides
65579     
65580     Prerequisite for https://github.com/harfbuzz/harfbuzz/issues/1310
65581
65582  src/hb-ot-shape-complex-khmer.cc | 15 +++++++++------
65583  1 file changed, 9 insertions(+), 6 deletions(-)
65584
65585 commit 282ce7230b8bd8ad65c408cdaf1499504038247d
65586 Author: Behdad Esfahbod <behdad@behdad.org>
65587 Date:   Thu Nov 29 12:18:14 2018 -0500
65588
65589     Fix "typename outside template" issues
65590     
65591     Nothing an extra template class wouldn't fix...
65592     
65593     Fixes https://github.com/harfbuzz/harfbuzz/issues/1419
65594
65595  src/hb-null.hh | 25 +++++++++++++++++++------
65596  1 file changed, 19 insertions(+), 6 deletions(-)
65597
65598 commit dc41ecef85b094b30c612113606597b91c55351c
65599 Author: Behdad Esfahbod <behdad@behdad.org>
65600 Date:   Thu Nov 29 11:53:53 2018 -0500
65601
65602     2.2.0
65603
65604  NEWS                 | 35 +++++++++++++++++++++++++++++++++++
65605  configure.ac         |  2 +-
65606  src/hb-aat-layout.cc |  6 +++---
65607  src/hb-aat-layout.h  |  4 ++--
65608  src/hb-deprecated.h  |  4 ++--
65609  src/hb-ot-var.cc     |  8 ++++----
65610  src/hb-ot-var.h      |  4 ++--
65611  src/hb-version.h     |  6 +++---
65612  8 files changed, 52 insertions(+), 17 deletions(-)
65613
65614 commit 7b85081be4fbd6cad75dc28ae933ce920f71b22d
65615 Author: Behdad Esfahbod <behdad@behdad.org>
65616 Date:   Thu Nov 29 11:34:22 2018 -0500
65617
65618     [icu] Minor
65619
65620  src/hb-icu.cc | 4 ++--
65621  1 file changed, 2 insertions(+), 2 deletions(-)
65622
65623 commit 0bcb1de1265368a27e53c6d935c965cbcb4130a0
65624 Merge: e0307de81 a85886fc7
65625 Author: Behdad Esfahbod <behdad@behdad.org>
65626 Date:   Thu Nov 29 10:39:18 2018 -0500
65627
65628     Merge pull request #1418 from gvictor/replace_icu_deprecated
65629     
65630     Replace @Deprecated ICU API - USCRIPT_CODE_LIMIT
65631
65632 commit e0307de818ad1f70ef96938642bda61d7a62532a
65633 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65634 Date:   Thu Nov 29 11:36:05 2018 +0330
65635
65636     [test][aat.kern] More (#1427)
65637
65638  test/shaping/data/in-house/tests/macos.tests | 12 ++++++++----
65639  1 file changed, 8 insertions(+), 4 deletions(-)
65640
65641 commit 471db3aa6f963ecd4ebaf66daa81ef245d30d3b8
65642 Author: Michiharu Ariza <ariza@adobe.com>
65643 Date:   Wed Nov 28 17:06:11 2018 -0800
65644
65645     workaround for issue #1417
65646
65647  src/hb-cff-interp-common.hh | 9 +++++++++
65648  1 file changed, 9 insertions(+)
65649
65650 commit 32d291ae899eb095500052bed2a22e5255a34838
65651 Merge: 1ecbf4d3e 949655aa7
65652 Author: Michiharu Ariza <ariza@adobe.com>
65653 Date:   Wed Nov 28 16:27:45 2018 -0800
65654
65655     Merge branch 'master' into cff-subset
65656
65657 commit 949655aa7853a4513af6b5247b9822be38f5d322
65658 Merge: 7b78d2233 d3d0f15f7
65659 Author: Behdad Esfahbod <behdad@behdad.org>
65660 Date:   Wed Nov 28 17:21:57 2018 -0500
65661
65662     Merge pull request #1425 from mbutterick/patch-1
65663     
65664     update simple shaping example (closes #298)
65665
65666 commit d3d0f15f7d20bedf7018fb2fb652f92ff4159bd7
65667 Author: Matthew Butterick <mbutterick@users.noreply.github.com>
65668 Date:   Wed Nov 28 13:46:12 2018 -0800
65669
65670     update simple shaping example (closes #298)
65671     
65672     add call to `FT_Set_Char_Size`, otherwise default size remains at `0`, and glyph positions come back as `0` too
65673
65674  docs/usermanual-getting-started.xml | 3 ++-
65675  1 file changed, 2 insertions(+), 1 deletion(-)
65676
65677 commit 7b78d2233df0e51e2967bc54a9202b3f9e05059a
65678 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65679 Date:   Thu Nov 29 00:55:05 2018 +0330
65680
65681     [test][aat] Update expectency
65682     
65683     It is not visually noticeable but apparently affected by kern format2 correct implementation.
65684     I should've checked CoreText result which can't as CircleCI outage.
65685
65686  test/shaping/data/in-house/tests/macos.tests | 4 ++--
65687  1 file changed, 2 insertions(+), 2 deletions(-)
65688
65689 commit 5155067e10011f78f1ce35b3dadb062bccd3a706
65690 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65691 Date:   Thu Nov 29 00:07:00 2018 +0330
65692
65693     [test] Add test for format2 kern (#1423)
65694
65695  test/shaping/data/in-house/Makefile.sources             |   1 +
65696  .../fonts/e39391c77a6321c2ac7a2d644de0396470cd4bfe.ttf  | Bin 0 -> 34116 bytes
65697  test/shaping/data/in-house/tests/kern-format2.tests     |   3 +++
65698  3 files changed, 4 insertions(+)
65699
65700 commit 42a2b496e428521151ff5cb07454d2e993f892cc
65701 Author: Behdad Esfahbod <behdad@behdad.org>
65702 Date:   Wed Nov 28 15:24:30 2018 -0500
65703
65704     [kerx] Fix Format2 index calc again
65705
65706  src/hb-aat-layout-common.hh     | 14 ++++++++++++++
65707  src/hb-aat-layout-kerx-table.hh |  2 +-
65708  2 files changed, 15 insertions(+), 1 deletion(-)
65709
65710 commit 9e4f03b6ed80a81f8aee5ba93564f5eabab4299c
65711 Merge: 19863c805 a3267cf80
65712 Author: Behdad Esfahbod <behdad@behdad.org>
65713 Date:   Wed Nov 28 15:08:01 2018 -0500
65714
65715     Merge remote-tracking branch 'fdo/master'
65716
65717 commit a3267cf803082af157a7f2b0026af2633b14f8e3
65718 Author: Behdad Esfahbod <behdad@behdad.org>
65719 Date:   Wed Nov 28 15:06:01 2018 -0500
65720
65721     [kern] Fix kern table Format2 offsetToIndex
65722     
65723     Fixes https://github.com/harfbuzz/harfbuzz/issues/1421
65724
65725  src/hb-aat-layout-kerx-table.hh | 8 ++++++--
65726  1 file changed, 6 insertions(+), 2 deletions(-)
65727
65728 commit f9a9c0fd1e561715d696c7bd840bab552d0718ee
65729 Author: Behdad Esfahbod <behdad@behdad.org>
65730 Date:   Wed Nov 28 14:51:56 2018 -0500
65731
65732     [kerx] Fix ClassTable implementation for 'kern' table Format 2
65733
65734  src/hb-aat-layout-common.hh     |  8 +++++---
65735  src/hb-aat-layout-kerx-table.hh | 10 ++--------
65736  2 files changed, 7 insertions(+), 11 deletions(-)
65737
65738 commit 5b4a789ca857664668ff69936574dcd09bee6065
65739 Author: Behdad Esfahbod <behdad@behdad.org>
65740 Date:   Wed Nov 28 14:46:26 2018 -0500
65741
65742     [aat] Towards adding two ClassTable's
65743
65744  src/hb-aat-layout-common.hh | 40 ++++++++++++++++++++--------------------
65745  1 file changed, 20 insertions(+), 20 deletions(-)
65746
65747 commit 19863c805982d5d1d059d4dd9376039d3fdaabcd
65748 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65749 Date:   Wed Nov 28 20:28:42 2018 +0330
65750
65751     [test][aat] Add a test and make macOS runners faster (#1422)
65752
65753  .circleci/config.yml                         | 15 +++-----
65754  test/shaping/data/in-house/tests/macos.tests | 54 ++++++++++++++--------------
65755  2 files changed, 33 insertions(+), 36 deletions(-)
65756
65757 commit 987f4187722a05e3f360b85c66309a351fc5d6ad
65758 Merge: 1042d9fbc 4e2a03b6b
65759 Author: Behdad Esfahbod <behdad@behdad.org>
65760 Date:   Tue Nov 27 17:40:32 2018 -0500
65761
65762     Merge pull request #1398 from Adenilson/bigInt01
65763     
65764     Optimize harfbuzz big integer conversions
65765
65766 commit 4e2a03b6b6e0c0d1c4edea10dc1aae63eeb6c581
65767 Author: Behdad Esfahbod <behdad@behdad.org>
65768 Date:   Tue Nov 27 17:40:09 2018 -0500
65769
65770     Comment
65771
65772  src/hb-machinery.hh | 4 +++-
65773  1 file changed, 3 insertions(+), 1 deletion(-)
65774
65775 commit 4a719a7f4c997ea7e47588bc0288c97706dae015
65776 Author: Adenilson Cavalcanti <adenilson.cavalcanti@arm.com>
65777 Date:   Tue Nov 20 14:41:19 2018 -0800
65778
65779     Optimize harfbuzz big integer conversions
65780     
65781     Profiling showed that type conversions were adding considerable cycles in time
65782     spent doing text shaping.
65783     
65784     The idea is to optimize it using native processor instructions to help Blink
65785     layout performance.
65786     
65787     Doing further investigation revelead that compilers may not use the
65788     proper instruction on ARM 32bits builds (i.e. REV16).
65789     
65790     One way to insure that the generated ASM was ideal for both gcc/clang
65791     was using __builtin_bswap16.
65792     
65793     Added bonus is that we no longer need to test for CPU architecture.
65794
65795  src/hb-machinery.hh | 4 ++++
65796  1 file changed, 4 insertions(+)
65797
65798 commit a85886fc77083084e9a12ee15b47eab7876f9f53
65799 Author: Victor Chang <vichang@google.com>
65800 Date:   Tue Nov 27 11:34:56 2018 +0000
65801
65802     Replace @Deprecated ICU API - USCRIPT_CODE_LIMIT
65803     
65804     Use of the deprecated API USCRIPT_CODE_LIMIT prevents harfbuzz
65805     using the ICU4C as a shared library.
65806     
65807     The API has been replaced by u_getIntPropertyMaxValue(UCHAR_SCRIPT)
65808
65809  src/hb-icu.cc | 3 ++-
65810  1 file changed, 2 insertions(+), 1 deletion(-)
65811
65812 commit 1042d9fbc05aff9d51f15c2824a8521e963d0acd
65813 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65814 Date:   Mon Nov 26 18:58:39 2018 +0330
65815
65816     [ci] Add .codecov.yml
65817     
65818     Similar to https://github.com/GoogleChrome/lighthouse/blob/master/.codecov.yml
65819     
65820     No strong preference on commenting, feel free to enable it again
65821
65822  .codecov.yml | 7 +++++++
65823  1 file changed, 7 insertions(+)
65824
65825 commit 97eaedca5de76c74534bab41562aee130098558a
65826 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65827 Date:   Mon Nov 26 16:58:58 2018 +0330
65828
65829     [test][aat] Enable Tamil MN test (#1414)
65830
65831  test/shaping/data/in-house/tests/macos.tests | 3 +--
65832  1 file changed, 1 insertion(+), 2 deletions(-)
65833
65834 commit 574d888c8a409295a952361a39c8e83a52a0fc3d
65835 Author: Behdad Esfahbod <behdad@behdad.org>
65836 Date:   Sun Nov 25 16:51:22 2018 -0500
65837
65838     [aat] Ignore GSUB table of Muthu Foundry if they have morx table
65839     
65840     Fixes https://github.com/harfbuzz/harfbuzz/issues/1410
65841
65842  src/hb-ot-layout-gpos-table.hh |  3 +++
65843  src/hb-ot-layout-gsub-table.hh |  3 +++
65844  src/hb-ot-layout-gsubgpos.hh   |  5 +++++
65845  src/hb-ot-layout.cc            | 36 +++++++++++++++++++++++++++++++++++-
65846  4 files changed, 46 insertions(+), 1 deletion(-)
65847
65848 commit 4151c2848d8df75b6d0a4f5d79bee843158aa4a4
65849 Author: Behdad Esfahbod <behdad@behdad.org>
65850 Date:   Sun Nov 25 16:38:36 2018 -0500
65851
65852     [GDEF] Move more code
65853
65854  src/hb-ot-layout-gdef-table.hh | 10 +++++++++-
65855  src/hb-ot-layout.cc            | 11 -----------
65856  2 files changed, 9 insertions(+), 12 deletions(-)
65857
65858 commit 4f21703f225b6977196ef180e8d7300ea86d2cc3
65859 Author: Behdad Esfahbod <behdad@behdad.org>
65860 Date:   Sun Nov 25 15:59:18 2018 -0500
65861
65862     [GDEF] Move code around
65863
65864  src/hb-ot-layout-gdef-table.hh |  3 +++
65865  src/hb-ot-layout.cc            | 16 +++++++---------
65866  2 files changed, 10 insertions(+), 9 deletions(-)
65867
65868 commit 4ed9fb1a0050f3151f9332f08c8bb2c13652c607
65869 Author: Behdad Esfahbod <behdad@behdad.org>
65870 Date:   Sun Nov 25 15:51:01 2018 -0500
65871
65872     [GDEF] Minor
65873
65874  src/hb-ot-layout.cc | 2 +-
65875  1 file changed, 1 insertion(+), 1 deletion(-)
65876
65877 commit 0e3a48e54248d69197e8fb23c824d987f91b3bf7
65878 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65879 Date:   Sun Nov 25 13:37:23 2018 +0330
65880
65881     [test][aat] fix 10.13.6 Helvetica expectation
65882
65883  test/shaping/data/in-house/tests/macos.tests | 2 +-
65884  1 file changed, 1 insertion(+), 1 deletion(-)
65885
65886 commit cbc541b426f01717641f1f3529a7c9703aec7a28
65887 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65888 Date:   Sun Nov 25 12:50:30 2018 +0330
65889
65890     [aat] Add m grave test (#1412)
65891
65892  test/shaping/data/in-house/tests/macos.tests | 4 ++++
65893  1 file changed, 4 insertions(+)
65894
65895 commit fa26ad0f48462063f2160a43cb62b018bb21e251
65896 Author: Ebrahim Byagowi <ebrahim@gnu.org>
65897 Date:   Sun Nov 25 11:25:17 2018 +0330
65898
65899     [aat] Fix macos expectation
65900
65901  test/shaping/data/in-house/tests/macos.tests | 4 ++--
65902  1 file changed, 2 insertions(+), 2 deletions(-)
65903
65904 commit 926f512f354835f8323bb2c2e58789dd918a9b65
65905 Author: Behdad Esfahbod <behdad@behdad.org>
65906 Date:   Sun Nov 25 01:14:40 2018 -0500
65907
65908     [aat.feat] Rework API and implementation
65909     
65910     Fixes https://github.com/harfbuzz/harfbuzz/pull/1346
65911
65912  docs/harfbuzz-docs.xml          |  5 +++
65913  docs/harfbuzz-sections.txt      |  7 ++--
65914  src/hb-aat-layout-feat-table.hh | 89 +++++++++++++++++++++++------------------
65915  src/hb-aat-layout.cc            | 80 ++++++++++++++++--------------------
65916  src/hb-aat-layout.h             | 32 +++++++++------
65917  test/api/test-aat-layout.c      | 58 ++++++++++++++-------------
65918  6 files changed, 141 insertions(+), 130 deletions(-)
65919
65920 commit 84dacbca7ea54a3ca2d5d711d50272a7f3baf456
65921 Author: Behdad Esfahbod <behdad@behdad.org>
65922 Date:   Sat Nov 24 12:08:36 2018 -0500
65923
65924     [aat.feat] Add _MAX_VALUE to enums
65925
65926  src/hb-aat-layout.h | 8 ++++++--
65927  1 file changed, 6 insertions(+), 2 deletions(-)
65928
65929 commit 3922aae1620958768d3257c0988432d5609dca1b
65930 Author: Behdad Esfahbod <behdad@behdad.org>
65931 Date:   Sat Nov 24 11:02:04 2018 -0500
65932
65933     [aat.feat] Minor
65934
65935  src/hb-aat-layout-feat-table.hh | 12 ++----------
65936  1 file changed, 2 insertions(+), 10 deletions(-)
65937
65938 commit 0f8e98eca2463da3b83d1b66a19259a584df1682
65939 Author: Behdad Esfahbod <behdad@behdad.org>
65940 Date:   Sat Nov 24 11:00:42 2018 -0500
65941
65942     [aat.feat] Whitespace
65943
65944  src/hb-aat-layout-feat-table.hh | 6 +++---
65945  1 file changed, 3 insertions(+), 3 deletions(-)
65946
65947 commit c2256068339c9e10c8e6df5d1749be4b4eb04ad4
65948 Author: Behdad Esfahbod <behdad@behdad.org>
65949 Date:   Sat Nov 24 10:54:40 2018 -0500
65950
65951     [aat.feat] Port to SortedUnsizedArrayOf.bsearch()
65952
65953  src/hb-aat-layout-feat-table.hh | 19 +++++++------------
65954  1 file changed, 7 insertions(+), 12 deletions(-)
65955
65956 commit 52ae9867efd6520d17306b9f3ad612fe5463e93d
65957 Author: Behdad Esfahbod <behdad@behdad.org>
65958 Date:   Sat Nov 24 10:46:56 2018 -0500
65959
65960     [AAT.feat] Use lsearch for looking up SettingName's
65961     
65962     They are not sorted.
65963
65964  src/hb-aat-layout-feat-table.hh | 18 ++++++------------
65965  src/hb-open-type.hh             | 16 ++++++++--------
65966  src/hb-static.cc                |  6 ++++--
65967  3 files changed, 18 insertions(+), 22 deletions(-)
65968
65969 commit 44b9331f663c09174d94e06baf36d48a50599c42
65970 Author: Behdad Esfahbod <behdad@behdad.org>
65971 Date:   Sat Nov 24 10:30:35 2018 -0500
65972
65973     [aat] Fix include issues
65974
65975  src/Makefile.am | 2 ++
65976  src/hb-aat.h    | 2 ++
65977  2 files changed, 4 insertions(+)
65978
65979 commit b206133d1f616339a57996b634dadc7f0a2c4cfb
65980 Author: Behdad Esfahbod <behdad@behdad.org>
65981 Date:   Fri Nov 23 14:05:11 2018 -0500
65982
65983     [aat] Move contents of hb-aat.h to hb-aat-layout.h
65984     
65985     Since it was pages and pages...
65986
65987  src/Makefile.sources |   1 +
65988  src/hb-aat-layout.cc |   1 -
65989  src/hb-aat-layout.h  | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++
65990  src/hb-aat-layout.hh |   1 -
65991  src/hb-aat-map.hh    |   1 -
65992  src/hb-aat.h         | 417 +----------------------------------------------
65993  src/hb.hh            |   2 +
65994  7 files changed, 458 insertions(+), 417 deletions(-)
65995
65996 commit 2cb235d0210e74ea4ee123767b489301a9c340ab
65997 Author: Behdad Esfahbod <behdad@behdad.org>
65998 Date:   Fri Nov 23 12:23:35 2018 -0500
65999
66000     [aat.feat] Fix enum namespace
66001
66002  src/hb-aat-layout-feat-table.hh |   2 +-
66003  src/hb-aat-layout-morx-table.hh |   4 +-
66004  src/hb-aat-layout.cc            | 150 ++++++------
66005  src/hb-aat.h                    | 502 ++++++++++++++++++++--------------------
66006  test/api/test-aat-layout.c      |   2 +-
66007  5 files changed, 330 insertions(+), 330 deletions(-)
66008
66009 commit 712762cabbbe85e6ab8361cd115c22a176827734
66010 Author: Behdad Esfahbod <behdad@behdad.org>
66011 Date:   Fri Nov 23 12:21:02 2018 -0500
66012
66013     Minor
66014
66015  src/hb-aat.h | 10 ++++++----
66016  1 file changed, 6 insertions(+), 4 deletions(-)
66017
66018 commit e20f81f4fa977a8d22c6afee1e46fbf46bc182d9
66019 Author: Behdad Esfahbod <behdad@behdad.org>
66020 Date:   Fri Nov 23 11:57:42 2018 -0500
66021
66022     [aat] Rename feat API a bit more
66023
66024  docs/harfbuzz-sections.txt      | 10 +++++-----
66025  src/hb-aat-layout-feat-table.hh |  8 ++++----
66026  src/hb-aat-layout.cc            | 32 ++++++++++++++++----------------
66027  src/hb-aat.h                    | 26 +++++++++++++-------------
66028  test/api/test-aat-layout.c      | 28 ++++++++++++++--------------
66029  5 files changed, 52 insertions(+), 52 deletions(-)
66030
66031 commit 54f4c17f0a932b0ca0317e1ad5e5e43a11a83fd1
66032 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66033 Date:   Fri Nov 23 12:05:06 2018 +0330
66034
66035     [feat] Rename API uses of setting to selector
66036
66037  docs/harfbuzz-sections.txt      |  6 +--
66038  src/hb-aat-layout-feat-table.hh | 52 ++++++++++++------------
66039  src/hb-aat-layout-morx-table.hh |  2 +-
66040  src/hb-aat-layout.cc            | 88 ++++++++++++++++++++---------------------
66041  src/hb-aat-layout.hh            |  4 +-
66042  src/hb-aat-map.cc               |  2 +-
66043  src/hb-aat-map.hh               |  2 +-
66044  src/hb-aat.h                    | 20 +++++-----
66045  test/api/test-aat-layout.c      | 46 ++++++++++-----------
66046  9 files changed, 111 insertions(+), 111 deletions(-)
66047
66048 commit 9c64b216ec7ae2c2c124ebd00dc6fa568752be78
66049 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66050 Date:   Fri Nov 23 11:44:53 2018 +0330
66051
66052     [feat] Apply renamings and add documentation
66053
66054  docs/harfbuzz-sections.txt | 10 ++++++++++
66055  src/hb-aat-layout.cc       | 44 ++++++++++++++++++++++++++++++++++++++------
66056  src/hb-aat.h               |  6 +++---
66057  test/api/test-aat-layout.c | 28 ++++++++++++++--------------
66058  4 files changed, 65 insertions(+), 23 deletions(-)
66059
66060 commit a8726cb4830f51a820db4bc6346ed09c91493817
66061 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66062 Date:   Sat Nov 17 14:23:11 2018 +0330
66063
66064     [feat] Use bsearch
66065
66066  src/hb-aat-layout-feat-table.hh | 36 ++++++++++++++++++++++--------------
66067  src/hb-aat-layout-morx-table.hh |  2 +-
66068  src/hb.hh                       |  2 ++
66069  3 files changed, 25 insertions(+), 15 deletions(-)
66070
66071 commit 4009a05ca7de21fff2176621597cd0cd01e9d80e
66072 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66073 Date:   Sat Nov 17 11:30:50 2018 +0330
66074
66075     [feat] Address Behdad comments
66076
66077  src/hb-aat-layout-feat-table.hh | 114 ++++---
66078  src/hb-aat-layout.cc            |  14 +-
66079  src/hb-aat.h                    | 673 +++++++++++++++++-----------------------
66080  test/api/test-aat-layout.c      |  88 +++---
66081  4 files changed, 423 insertions(+), 466 deletions(-)
66082
66083 commit 19b6025534a98df96d67eee45c5c1ea6fbc1cc43
66084 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66085 Date:   Sat Nov 17 01:07:09 2018 +0330
66086
66087     [feat] Address @behdad comments
66088
66089  src/Makefile.sources            |   2 +-
66090  src/hb-aat-layout-feat-table.hh |  82 +++----
66091  src/hb-aat-layout-morx-table.hh |   2 +-
66092  src/hb-aat-layout.cc            | 104 ++++----
66093  src/hb-aat-map.cc               |   2 +-
66094  src/hb-aat.h                    | 533 ++++++++++++----------------------------
66095  src/hb-ot.h                     |   1 -
66096  test/api/test-aat-layout.c      |  84 +++----
66097  8 files changed, 282 insertions(+), 528 deletions(-)
66098
66099 commit 9212ec203c948e290a1d92b701619ccdbc89377c
66100 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66101 Date:   Fri Nov 9 00:50:10 2018 +0330
66102
66103     [feat] Complete feature types list
66104
66105  src/hb-aat-layout-morx-table.hh |   2 +-
66106  src/hb-aat-layout.cc            | 154 ++++-----
66107  src/hb-aat.h                    | 697 ++++++++++++++++++++++++++++++++++++++--
66108  3 files changed, 752 insertions(+), 101 deletions(-)
66109
66110 commit fbad794bd2c574363a0c5c5fefabce764496f93c
66111 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66112 Date:   Thu Nov 1 22:24:42 2018 +0330
66113
66114     [feat] Add feature iteration API
66115
66116  src/hb-aat-layout-feat-table.hh | 36 +++++++++++++++++++++--------
66117  src/hb-aat-layout.cc            | 26 +++++++++++----------
66118  src/hb-aat.h                    | 23 +++++++++++++++++--
66119  test/api/test-aat-layout.c      | 51 +++++++++++++++++++++++++++--------------
66120  4 files changed, 96 insertions(+), 40 deletions(-)
66121
66122 commit 7a0471aa356bcd062d31a59bdb19c335249116c7
66123 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66124 Date:   Thu Nov 1 21:38:54 2018 +0330
66125
66126     [feat] Turn AAT feature id into enum
66127
66128  src/hb-aat-layout-feat-table.hh |  20 ++---
66129  src/hb-aat-layout-morx-table.hh |  10 +--
66130  src/hb-aat-layout.cc            | 170 ++++++++++++++++++++--------------------
66131  src/hb-aat-layout.hh            |   6 +-
66132  src/hb-aat-map.cc               |   2 +-
66133  src/hb-aat-map.hh               |   4 +-
66134  src/hb-aat.h                    |  64 +++++++++------
66135  test/api/test-aat-layout.c      |   8 +-
66136  test/api/test-c.c               |   1 +
66137  9 files changed, 150 insertions(+), 135 deletions(-)
66138
66139 commit b233fa4bc9cdb1c6677b37106d96d878d6e03bfd
66140 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66141 Date:   Thu Nov 1 20:02:57 2018 +0330
66142
66143     [feat] Rename records to selectors as @drott
66144
66145  src/hb-aat-layout-feat-table.hh | 20 ++++++++++----------
66146  src/hb-aat-layout.cc            | 10 +++++-----
66147  src/hb-aat.h                    |  4 ++--
66148  3 files changed, 17 insertions(+), 17 deletions(-)
66149
66150 commit a157b3e4ebd57ad29f217c4cef6519e7398cfa5c
66151 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66152 Date:   Thu Nov 1 19:56:16 2018 +0330
66153
66154     [feat] Apply @behdad comments
66155
66156  src/Makefile.sources              |  2 +-
66157  src/hb-aat-layout-feat-table.hh   |  1 +
66158  src/hb-aat-layout.cc              | 16 ++++++++--------
66159  src/hb-aat-layout.hh              |  2 +-
66160  src/hb-aat-map.hh                 |  2 +-
66161  src/{hb-aat-layout.h => hb-aat.h} | 22 +++++++++++++---------
66162  src/hb-ot.h                       |  1 +
66163  test/api/test-aat-layout.c        | 14 +++++++-------
66164  test/api/test-c.c                 |  1 -
66165  9 files changed, 33 insertions(+), 28 deletions(-)
66166
66167 commit 3aff3f822f0d7bf7a2b5160ad93df3fe413c7c47
66168 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66169 Date:   Thu Nov 1 19:20:20 2018 +0330
66170
66171     [feat] Apply @drott and @jfkthame comments
66172
66173  src/hb-aat-layout-feat-table.hh | 14 ++++++--------
66174  src/hb-aat-layout.cc            | 12 +++++++-----
66175  src/hb-aat-layout.h             | 10 +++++-----
66176  test/api/test-aat-layout.c      |  4 ++--
66177  4 files changed, 20 insertions(+), 20 deletions(-)
66178
66179 commit b791bbbae47aa19709da640a1dc5e84590c5c2c2
66180 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66181 Date:   Thu Nov 1 15:15:56 2018 +0330
66182
66183     [feat] Apply @jfkthame reviews
66184
66185  src/hb-aat-layout-feat-table.hh |  27 +++++++++++++++------------
66186  src/hb-aat-layout.cc            |  23 ++++++++++++-----------
66187  src/hb-aat-layout.h             |  14 +++++++++-----
66188  test/api/fonts/aat-feat.ttf     | Bin 0 -> 1132 bytes
66189  test/api/test-aat-layout.c      |  30 ++++++++++++++++++------------
66190  5 files changed, 54 insertions(+), 40 deletions(-)
66191
66192 commit 95abd53758e281325b9124f0942aafb382a89090
66193 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66194 Date:   Thu Nov 1 13:14:29 2018 +0330
66195
66196     [feat] Expose public API
66197     
66198     * hb_aat_get_feature_settings
66199
66200  src/Makefile.sources            |  1 +
66201  src/hb-aat-layout-feat-table.hh | 68 ++++++++++++++++++++++++++++++-
66202  src/hb-aat-layout-morx-table.hh |  6 +--
66203  src/hb-aat-layout.cc            | 33 +++++++++++++++
66204  src/hb-aat-layout.h             | 75 ++++++++++++++++++++++++++++++++++
66205  src/hb-aat-layout.hh            |  7 ++--
66206  src/hb-aat-map.hh               |  5 ++-
66207  src/hb-ot-face.hh               |  1 +
66208  test/api/Makefile.am            |  1 +
66209  test/api/test-aat-layout.c      | 89 +++++++++++++++++++++++++++++++++++++++++
66210  test/api/test-c.c               |  1 +
66211  11 files changed, 278 insertions(+), 9 deletions(-)
66212
66213 commit 264c4a539cbfd8d5e5f143206d9d27230a186897
66214 Author: Behdad Esfahbod <behdad@behdad.org>
66215 Date:   Sun Nov 25 00:30:08 2018 -0500
66216
66217     [test] Reorder test suites
66218     
66219     aots is less interesting.  Run text-rendering-tests before aots.
66220
66221  test/shaping/data/Makefile.am | 2 +-
66222  1 file changed, 1 insertion(+), 1 deletion(-)
66223
66224 commit 9326912941e5927bcfb4689689c954b9a3995baa
66225 Author: Behdad Esfahbod <behdad@behdad.org>
66226 Date:   Sun Nov 25 00:27:23 2018 -0500
66227
66228     [kerx] Fix crash
66229
66230  src/hb-machinery.hh | 2 ++
66231  1 file changed, 2 insertions(+)
66232
66233 commit 6ee401049d475b2a2d9c859e6dbf8ff2750a1609
66234 Author: Behdad Esfahbod <behdad@behdad.org>
66235 Date:   Sun Nov 25 00:21:13 2018 -0500
66236
66237     Simplify sanitize set_object() / fix bots
66238
66239  src/hb-machinery.hh | 26 +++++++++++++-------------
66240  1 file changed, 13 insertions(+), 13 deletions(-)
66241
66242 commit c5a6b355e165e90d8d90454ceeca7b100282945f
66243 Author: Behdad Esfahbod <behdad@behdad.org>
66244 Date:   Sat Nov 24 23:49:23 2018 -0500
66245
66246     [kerx] Port to hb_sanitize_with_object_t
66247
66248  src/hb-aat-layout-kerx-table.hh | 19 +++++++------------
66249  1 file changed, 7 insertions(+), 12 deletions(-)
66250
66251 commit c405ed0509afaa7c3846e8e461bedfbceb0cd937
66252 Author: Behdad Esfahbod <behdad@behdad.org>
66253 Date:   Sat Nov 24 23:46:15 2018 -0500
66254
66255     [morx] Port to hb_sanitize_with_object_t
66256
66257  src/hb-aat-layout-morx-table.hh | 18 +++++++++---------
66258  1 file changed, 9 insertions(+), 9 deletions(-)
66259
66260 commit 1e8994221fb5cfdb1902d5249c7a75cde6d6e3c8
66261 Author: Behdad Esfahbod <behdad@behdad.org>
66262 Date:   Sat Nov 24 23:38:06 2018 -0500
66263
66264     Add hb_sanitize_with_object_t
66265     
66266     Context manager.
66267
66268  src/hb-machinery.hh | 17 +++++++++++++++++
66269  1 file changed, 17 insertions(+)
66270
66271 commit b3c5affc05a3c7bbcfbd98521703d3d3447fcd7d
66272 Author: Behdad Esfahbod <behdad@behdad.org>
66273 Date:   Sat Nov 24 23:34:34 2018 -0500
66274
66275     Simplify sanitize set_object()
66276
66277  src/hb-aat-layout-kerx-table.hh | 12 ++++++------
66278  src/hb-aat-layout-morx-table.hh | 10 +++++-----
66279  src/hb-machinery.hh             | 26 +++++++++++++-------------
66280  3 files changed, 24 insertions(+), 24 deletions(-)
66281
66282 commit 3d3097269995aa227b4b198d4da2baf942b65c66
66283 Author: Behdad Esfahbod <behdad@behdad.org>
66284 Date:   Sat Nov 24 23:12:28 2018 -0500
66285
66286     [aat] Skip terminator in VarSizedBinSearchArray<>
66287     
66288     Fixes shaping with Apple Chancery on 10.13 again.  In that font,
66289     there was a terminator segment, that was tripping off sanitize().
66290
66291  src/hb-aat-layout-common.hh |  6 ++++++
66292  src/hb-open-type.hh         | 21 ++++++++++++++++++++-
66293  2 files changed, 26 insertions(+), 1 deletion(-)
66294
66295 commit 4202a3cde3b6065124feb7f4c662563de1e08126
66296 Author: Behdad Esfahbod <behdad@behdad.org>
66297 Date:   Sat Nov 24 22:48:34 2018 -0500
66298
66299     Minor
66300
66301  src/hb-open-type.hh | 21 ++++++++++++++++-----
66302  1 file changed, 16 insertions(+), 5 deletions(-)
66303
66304 commit 1c2302bbf1d2d0e66f49ab54ad98d1b61bc5603d
66305 Author: Behdad Esfahbod <behdad@behdad.org>
66306 Date:   Sat Nov 24 22:32:17 2018 -0500
66307
66308     [debug] Print function in return_trace()
66309
66310  src/hb-debug.hh | 16 +++++++++++-----
66311  1 file changed, 11 insertions(+), 5 deletions(-)
66312
66313 commit 748198a6718adbb200ee24ac013c617f62c946a4
66314 Author: Behdad Esfahbod <behdad@behdad.org>
66315 Date:   Sat Nov 24 22:16:59 2018 -0500
66316
66317     Revert "[aat.morx] Remove set_object() business"
66318     
66319     This reverts commit ae8ed58a6e53441d9ccbf67afd8a00b815cde99e.
66320     
66321     Apparently this broke Apple Chancery from OS X 10.12 :(.
66322     Investigating...
66323
66324  src/hb-aat-layout-morx-table.hh | 8 ++++++++
66325  1 file changed, 8 insertions(+)
66326
66327 commit c8a2dc820eb0ee3124e3762cb1167ac9e528ad28
66328 Author: Behdad Esfahbod <behdad@behdad.org>
66329 Date:   Sat Nov 24 22:16:53 2018 -0500
66330
66331     Revert "[aat.kerx] Remove kerx subtable boundary enforcement"
66332     
66333     This reverts commit 15905a2a2998f7ddd964f920a4828602235d6b00.
66334
66335  src/hb-aat-layout-kerx-table.hh | 21 +++++++++++++++++++++
66336  1 file changed, 21 insertions(+)
66337
66338 commit 9eeebd8ddedb96c03860ce7eb5500aafa3969d6b
66339 Author: Behdad Esfahbod <behdad@behdad.org>
66340 Date:   Sat Nov 24 22:16:47 2018 -0500
66341
66342     Revert "[sanitize] Remove now-unused set_object() machinery"
66343     
66344     This reverts commit bbdb6edb3e1cea4c5b7076c4f6b3e6998ae36dae.
66345
66346  src/hb-machinery.hh | 25 ++++++++++++++++++++++++-
66347  1 file changed, 24 insertions(+), 1 deletion(-)
66348
66349 commit 248ce22857c8918bf3468ef48d906de4c19c3d4d
66350 Author: Behdad Esfahbod <behdad@behdad.org>
66351 Date:   Sat Nov 24 22:01:06 2018 -0500
66352
66353     [tests] Minor
66354
66355  test/shaping/run-tests.py | 4 ++--
66356  1 file changed, 2 insertions(+), 2 deletions(-)
66357
66358 commit f47c5da0aa04a88b37d9c3af4730204319a9a36b
66359 Author: Behdad Esfahbod <behdad@behdad.org>
66360 Date:   Sat Nov 24 21:36:57 2018 -0500
66361
66362     [arrays] Use hb_array_t<> in all places with sub_array()
66363
66364  src/hb-aat-layout-lcar-table.hh |  6 +++---
66365  src/hb-ot-layout-gdef-table.hh  | 14 ++++++++------
66366  src/hb-ot-math-table.hh         | 10 ++++------
66367  3 files changed, 15 insertions(+), 15 deletions(-)
66368
66369 commit 3246a8ebbd900bcc3e3c70532eab0f406b8f5c4a
66370 Author: Behdad Esfahbod <behdad@behdad.org>
66371 Date:   Sat Nov 24 21:32:00 2018 -0500
66372
66373     [arrays] Merge ArrayOf's sub_array into hb_array_t's
66374
66375  src/hb-dsalgs.hh    | 44 +++++++++++++++++++++++++++-----------------
66376  src/hb-open-type.hh | 30 ++++++++++++++++++------------
66377  2 files changed, 45 insertions(+), 29 deletions(-)
66378
66379 commit e6877e28cd30e89af7cce59d903184a5a01ec970
66380 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66381 Date:   Sun Nov 25 02:12:40 2018 +0330
66382
66383     [test] Add the missed aots fonts
66384
66385  test/shaping/data/aots/fonts/classdef1_font1.otf   | Bin 0 -> 6004 bytes
66386  test/shaping/data/aots/fonts/classdef1_font2.otf   | Bin 0 -> 6020 bytes
66387  test/shaping/data/aots/tests/classdef1_empty.tests |   2 +-
66388  3 files changed, 1 insertion(+), 1 deletion(-)
66389
66390 commit 825ea5a4607fafa11c56a72a82bda773f6b44e79
66391 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66392 Date:   Sun Nov 25 01:59:54 2018 +0330
66393
66394     [test] Merge 10.12.6 and 10.13.6 tests, update to Apple Chancery fix
66395
66396  test/shaping/data/in-house/Makefile.sources        |  3 +--
66397  .../data/in-house/tests/macos-10.12.6.tests        | 11 ---------
66398  .../data/in-house/tests/macos-10.13.6.tests        | 13 -----------
66399  test/shaping/data/in-house/tests/macos.tests       | 26 ++++++++++++++++++++++
66400  4 files changed, 27 insertions(+), 26 deletions(-)
66401
66402 commit bbdb6edb3e1cea4c5b7076c4f6b3e6998ae36dae
66403 Author: Behdad Esfahbod <behdad@behdad.org>
66404 Date:   Sat Nov 24 17:15:38 2018 -0500
66405
66406     [sanitize] Remove now-unused set_object() machinery
66407
66408  src/hb-machinery.hh | 25 +------------------------
66409  1 file changed, 1 insertion(+), 24 deletions(-)
66410
66411 commit 15905a2a2998f7ddd964f920a4828602235d6b00
66412 Author: Behdad Esfahbod <behdad@behdad.org>
66413 Date:   Sat Nov 24 17:14:39 2018 -0500
66414
66415     [aat.kerx] Remove kerx subtable boundary enforcement
66416     
66417     Have not encountered fonts needing this, but same reasoning as
66418     for morx (see previos commit.)
66419
66420  src/hb-aat-layout-kerx-table.hh | 21 ---------------------
66421  1 file changed, 21 deletions(-)
66422
66423 commit ae8ed58a6e53441d9ccbf67afd8a00b815cde99e
66424 Author: Behdad Esfahbod <behdad@behdad.org>
66425 Date:   Sat Nov 24 17:11:09 2018 -0500
66426
66427     [aat.morx] Remove set_object() business
66428     
66429     With OS X 10.13 Apple Chancery fails to ligate if we limit each morx
66430     sub-chain to its declared length.  Perhaps their newer compiler does
66431     object-sharing across sub-chains.  Anyway, since that's a valid, if
66432     unspecified, way to compile tables, remove enforcement.
66433     
66434     Probably do the same with kern/kerx.
66435
66436  src/hb-aat-layout-morx-table.hh | 8 --------
66437  1 file changed, 8 deletions(-)
66438
66439 commit b518e5af9f66414396752069bb8f43466a9236fa
66440 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66441 Date:   Sun Nov 25 01:39:00 2018 +0330
66442
66443     Add 10.13.6 aat fonts tests and bot (#1409)
66444
66445  .circleci/config.yml                                     | 16 ++++++++++++++--
66446  test/shaping/data/in-house/Makefile.sources              |  3 ++-
66447  .../in-house/tests/{macos.tests => macos-10.12.6.tests}  |  2 --
66448  test/shaping/data/in-house/tests/macos-10.13.6.tests     | 13 +++++++++++++
66449  4 files changed, 29 insertions(+), 5 deletions(-)
66450
66451 commit b7f7950e8fc4b9e229b466ac2453d57b8da9a5a6
66452 Author: Behdad Esfahbod <behdad@behdad.org>
66453 Date:   Sat Nov 24 15:56:17 2018 -0500
66454
66455     [aat] Add test for recent regression
66456
66457  test/shaping/data/in-house/tests/macos.tests | 1 +
66458  1 file changed, 1 insertion(+)
66459
66460 commit ea9512e61a7ed333b810918e74cce4c8bd2291b9
66461 Author: Behdad Esfahbod <behdad@behdad.org>
66462 Date:   Sat Nov 24 15:49:33 2018 -0500
66463
66464     [tests] Redo test runner logging a  bit
66465
66466  test/shaping/run-tests.py | 44 +++++++++++++++++++++++---------------------
66467  1 file changed, 23 insertions(+), 21 deletions(-)
66468
66469 commit 5020affc3877d39377506245ecaf01a659eef82a
66470 Author: Behdad Esfahbod <behdad@behdad.org>
66471 Date:   Sat Nov 24 15:42:11 2018 -0500
66472
66473     [tests] Minor
66474
66475  test/shaping/data/in-house/tests/macos.tests | 2 ++
66476  1 file changed, 2 insertions(+)
66477
66478 commit ee3a3e10d45f5df1a74b65fbe3df77f8dd8f902e
66479 Author: Behdad Esfahbod <behdad@behdad.org>
66480 Date:   Sat Nov 24 15:37:01 2018 -0500
66481
66482     [tests/shaping] Allow comments in test files
66483     
66484     Line should start with "# ".
66485
66486  test/shaping/run-tests.py | 17 +++++++++++++++--
66487  1 file changed, 15 insertions(+), 2 deletions(-)
66488
66489 commit ed900ee9afa0dabdbf6bf9d2af46c2343a16773f
66490 Author: Behdad Esfahbod <behdad@behdad.org>
66491 Date:   Sat Nov 24 15:22:09 2018 -0500
66492
66493     [tests] Rename
66494
66495  test/shaping/data/in-house/Makefile.sources                         | 2 +-
66496  test/shaping/data/in-house/tests/{macos-10.12.tests => macos.tests} | 0
66497  2 files changed, 1 insertion(+), 1 deletion(-)
66498
66499 commit 20edc70d537b01e8a384ee05673335f2f8a18238
66500 Author: Behdad Esfahbod <behdad@behdad.org>
66501 Date:   Sat Nov 24 14:52:34 2018 -0500
66502
66503     [morx/kerx] Fix sanitize regression
66504     
66505     Broke in 8dcc1913a1670ede7b124f7b5b775d7ab8791386
66506     
66507     If sanitizer is left with another object, it wouldn't work.
66508     
66509     Better fix coming soon.
66510
66511  src/hb-aat-layout-kerx-table.hh | 6 +-----
66512  src/hb-aat-layout-morx-table.hh | 4 +---
66513  2 files changed, 2 insertions(+), 8 deletions(-)
66514
66515 commit 3cc14e78aeb1c70eb82891ab4513c0e7d0f59928
66516 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66517 Date:   Sat Nov 24 20:49:21 2018 +0330
66518
66519     [test] Enable more of aots tests (#1408)
66520     
66521     The ones commented out in this change should've be passed :/
66522     a closer look is needed.
66523
66524  test/shaping/data/aots/Makefile.sources            | 76 +++++++++++-----------
66525  test/shaping/data/aots/hb-aots-tester.cpp          |  1 +
66526  test/shaping/data/aots/tests/classdef1_empty.tests |  2 +-
66527  test/shaping/data/aots/tests/gsub3_1_simple.tests  |  2 +-
66528  .../data/aots/tests/lookupflag_ignore_attach.tests | 10 +--
66529  5 files changed, 46 insertions(+), 45 deletions(-)
66530
66531 commit 24887d1115ee41cfad70577eb243382f6c23ab6e
66532 Author: Ebrahim Byagowi <ebrahim@gnu.org>
66533 Date:   Sat Nov 24 20:07:24 2018 +0330
66534
66535     Add Adobe AOTS tests (#1395)
66536     
66537     Annotated OpenType Specification or aots, https://github.com/adobe-type-tools/aots
66538     provides a set of tests for OpenType specification, this change add those tests in addition
66539     to modified version of their HarfBuzz test runner for generating harfbuzz project specific tests.
66540
66541  configure.ac                                       |   1 +
66542  test/shaping/CMakeLists.txt                        |  13 +-
66543  test/shaping/data/Makefile.am                      |   1 +
66544  test/shaping/data/aots/COPYING                     |  13 +
66545  test/shaping/data/aots/Makefile.am                 |  37 +++
66546  test/shaping/data/aots/Makefile.sources            | 126 ++++++++
66547  test/shaping/data/aots/fonts/classdef1_font3.otf   | Bin 0 -> 6060 bytes
66548  test/shaping/data/aots/fonts/classdef1_font4.otf   | Bin 0 -> 5984 bytes
66549  test/shaping/data/aots/fonts/classdef2_font1.otf   | Bin 0 -> 6004 bytes
66550  test/shaping/data/aots/fonts/classdef2_font2.otf   | Bin 0 -> 6016 bytes
66551  test/shaping/data/aots/fonts/classdef2_font3.otf   | Bin 0 -> 6052 bytes
66552  test/shaping/data/aots/fonts/classdef2_font4.otf   | Bin 0 -> 5984 bytes
66553  test/shaping/data/aots/fonts/cmap0_font1.otf       | Bin 0 -> 5196 bytes
66554  test/shaping/data/aots/fonts/cmap10_font1.otf      | Bin 0 -> 4968 bytes
66555  test/shaping/data/aots/fonts/cmap10_font2.otf      | Bin 0 -> 4960 bytes
66556  test/shaping/data/aots/fonts/cmap12_font1.otf      | Bin 0 -> 4980 bytes
66557  test/shaping/data/aots/fonts/cmap14_font1.otf      | Bin 0 -> 5028 bytes
66558  test/shaping/data/aots/fonts/cmap2_font1.otf       | Bin 0 -> 6000 bytes
66559  test/shaping/data/aots/fonts/cmap4_font1.otf       | Bin 0 -> 4964 bytes
66560  test/shaping/data/aots/fonts/cmap4_font2.otf       | Bin 0 -> 4956 bytes
66561  test/shaping/data/aots/fonts/cmap4_font3.otf       | Bin 0 -> 4956 bytes
66562  test/shaping/data/aots/fonts/cmap4_font4.otf       | Bin 0 -> 4972 bytes
66563  test/shaping/data/aots/fonts/cmap6_font1.otf       | Bin 0 -> 4948 bytes
66564  test/shaping/data/aots/fonts/cmap6_font2.otf       | Bin 0 -> 4944 bytes
66565  test/shaping/data/aots/fonts/cmap8_font1.otf       | Bin 0 -> 13224 bytes
66566  .../data/aots/fonts/cmap_composition_font1.otf     | Bin 0 -> 5096 bytes
66567  .../aots/fonts/cmap_subtableselection_font1.otf    | Bin 0 -> 6412 bytes
66568  .../aots/fonts/cmap_subtableselection_font2.otf    | Bin 0 -> 6140 bytes
66569  .../aots/fonts/cmap_subtableselection_font3.otf    | Bin 0 -> 5872 bytes
66570  .../aots/fonts/cmap_subtableselection_font4.otf    | Bin 0 -> 5600 bytes
66571  .../aots/fonts/cmap_subtableselection_font5.otf    | Bin 0 -> 5332 bytes
66572  .../data/aots/fonts/gpos1_1_lookupflag_f1.otf      | Bin 0 -> 5208 bytes
66573  test/shaping/data/aots/fonts/gpos1_1_simple_f1.otf | Bin 0 -> 5136 bytes
66574  test/shaping/data/aots/fonts/gpos1_1_simple_f2.otf | Bin 0 -> 5136 bytes
66575  test/shaping/data/aots/fonts/gpos1_1_simple_f3.otf | Bin 0 -> 5136 bytes
66576  test/shaping/data/aots/fonts/gpos1_1_simple_f4.otf | Bin 0 -> 5136 bytes
66577  test/shaping/data/aots/fonts/gpos1_2_font1.otf     | Bin 0 -> 5108 bytes
66578  test/shaping/data/aots/fonts/gpos1_2_font2.otf     | Bin 0 -> 5148 bytes
66579  test/shaping/data/aots/fonts/gpos2_1_font6.otf     | Bin 0 -> 5120 bytes
66580  test/shaping/data/aots/fonts/gpos2_1_font7.otf     | Bin 0 -> 5132 bytes
66581  .../data/aots/fonts/gpos2_1_lookupflag_f1.otf      | Bin 0 -> 5220 bytes
66582  .../data/aots/fonts/gpos2_1_lookupflag_f2.otf      | Bin 0 -> 5220 bytes
66583  .../data/aots/fonts/gpos2_1_next_glyph_f1.otf      | Bin 0 -> 5180 bytes
66584  .../data/aots/fonts/gpos2_1_next_glyph_f2.otf      | Bin 0 -> 5176 bytes
66585  test/shaping/data/aots/fonts/gpos2_1_simple_f1.otf | Bin 0 -> 5148 bytes
66586  test/shaping/data/aots/fonts/gpos2_2_font1.otf     | Bin 0 -> 5148 bytes
66587  test/shaping/data/aots/fonts/gpos2_2_font2.otf     | Bin 0 -> 5188 bytes
66588  test/shaping/data/aots/fonts/gpos2_2_font3.otf     | Bin 0 -> 5188 bytes
66589  test/shaping/data/aots/fonts/gpos2_2_font4.otf     | Bin 0 -> 5148 bytes
66590  test/shaping/data/aots/fonts/gpos2_2_font5.otf     | Bin 0 -> 5140 bytes
66591  test/shaping/data/aots/fonts/gpos3_font1.otf       | Bin 0 -> 5120 bytes
66592  test/shaping/data/aots/fonts/gpos3_font2.otf       | Bin 0 -> 5160 bytes
66593  test/shaping/data/aots/fonts/gpos3_font3.otf       | Bin 0 -> 5164 bytes
66594  .../data/aots/fonts/gpos4_lookupflag_f1.otf        | Bin 0 -> 5256 bytes
66595  .../data/aots/fonts/gpos4_lookupflag_f2.otf        | Bin 0 -> 5240 bytes
66596  .../data/aots/fonts/gpos4_multiple_anchors_1.otf   | Bin 0 -> 5352 bytes
66597  test/shaping/data/aots/fonts/gpos4_simple_1.otf    | Bin 0 -> 5200 bytes
66598  test/shaping/data/aots/fonts/gpos5_font1.otf       | Bin 0 -> 5284 bytes
66599  test/shaping/data/aots/fonts/gpos6_font1.otf       | Bin 0 -> 5176 bytes
66600  test/shaping/data/aots/fonts/gpos7_1_font1.otf     | Bin 0 -> 5160 bytes
66601  test/shaping/data/aots/fonts/gpos9_font1.otf       | Bin 0 -> 5096 bytes
66602  test/shaping/data/aots/fonts/gpos9_font2.otf       | Bin 0 -> 5124 bytes
66603  .../data/aots/fonts/gpos_chaining1_boundary_f1.otf | Bin 0 -> 5496 bytes
66604  .../data/aots/fonts/gpos_chaining1_boundary_f2.otf | Bin 0 -> 5500 bytes
66605  .../data/aots/fonts/gpos_chaining1_boundary_f3.otf | Bin 0 -> 5496 bytes
66606  .../data/aots/fonts/gpos_chaining1_boundary_f4.otf | Bin 0 -> 5496 bytes
66607  .../aots/fonts/gpos_chaining1_lookupflag_f1.otf    | Bin 0 -> 5520 bytes
66608  .../fonts/gpos_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 5592 bytes
66609  .../fonts/gpos_chaining1_multiple_subrules_f2.otf  | Bin 0 -> 5592 bytes
66610  .../aots/fonts/gpos_chaining1_next_glyph_f1.otf    | Bin 0 -> 5540 bytes
66611  .../data/aots/fonts/gpos_chaining1_simple_f1.otf   | Bin 0 -> 5488 bytes
66612  .../data/aots/fonts/gpos_chaining1_simple_f2.otf   | Bin 0 -> 5488 bytes
66613  .../aots/fonts/gpos_chaining1_successive_f1.otf    | Bin 0 -> 5524 bytes
66614  .../data/aots/fonts/gpos_chaining2_boundary_f1.otf | Bin 0 -> 5704 bytes
66615  .../data/aots/fonts/gpos_chaining2_boundary_f2.otf | Bin 0 -> 5708 bytes
66616  .../data/aots/fonts/gpos_chaining2_boundary_f3.otf | Bin 0 -> 5704 bytes
66617  .../data/aots/fonts/gpos_chaining2_boundary_f4.otf | Bin 0 -> 5704 bytes
66618  .../aots/fonts/gpos_chaining2_lookupflag_f1.otf    | Bin 0 -> 5728 bytes
66619  .../fonts/gpos_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 5800 bytes
66620  .../fonts/gpos_chaining2_multiple_subrules_f2.otf  | Bin 0 -> 5800 bytes
66621  .../aots/fonts/gpos_chaining2_next_glyph_f1.otf    | Bin 0 -> 5744 bytes
66622  .../data/aots/fonts/gpos_chaining2_simple_f1.otf   | Bin 0 -> 5696 bytes
66623  .../data/aots/fonts/gpos_chaining2_simple_f2.otf   | Bin 0 -> 5696 bytes
66624  .../aots/fonts/gpos_chaining2_successive_f1.otf    | Bin 0 -> 5732 bytes
66625  .../data/aots/fonts/gpos_chaining3_boundary_f1.otf | Bin 0 -> 5504 bytes
66626  .../data/aots/fonts/gpos_chaining3_boundary_f2.otf | Bin 0 -> 5508 bytes
66627  .../data/aots/fonts/gpos_chaining3_boundary_f3.otf | Bin 0 -> 5500 bytes
66628  .../data/aots/fonts/gpos_chaining3_boundary_f4.otf | Bin 0 -> 5500 bytes
66629  .../aots/fonts/gpos_chaining3_lookupflag_f1.otf    | Bin 0 -> 5548 bytes
66630  .../aots/fonts/gpos_chaining3_next_glyph_f1.otf    | Bin 0 -> 5524 bytes
66631  .../data/aots/fonts/gpos_chaining3_simple_f1.otf   | Bin 0 -> 5496 bytes
66632  .../data/aots/fonts/gpos_chaining3_simple_f2.otf   | Bin 0 -> 5516 bytes
66633  .../aots/fonts/gpos_chaining3_successive_f1.otf    | Bin 0 -> 5544 bytes
66634  .../data/aots/fonts/gpos_context1_boundary_f1.otf  | Bin 0 -> 5480 bytes
66635  .../data/aots/fonts/gpos_context1_boundary_f2.otf  | Bin 0 -> 5480 bytes
66636  .../data/aots/fonts/gpos_context1_expansion_f1.otf | Bin 0 -> 5492 bytes
66637  .../aots/fonts/gpos_context1_lookupflag_f1.otf     | Bin 0 -> 5508 bytes
66638  .../aots/fonts/gpos_context1_lookupflag_f2.otf     | Bin 0 -> 5500 bytes
66639  .../fonts/gpos_context1_multiple_subrules_f1.otf   | Bin 0 -> 5568 bytes
66640  .../fonts/gpos_context1_multiple_subrules_f2.otf   | Bin 0 -> 5568 bytes
66641  .../aots/fonts/gpos_context1_next_glyph_f1.otf     | Bin 0 -> 5500 bytes
66642  .../data/aots/fonts/gpos_context1_simple_f1.otf    | Bin 0 -> 5476 bytes
66643  .../data/aots/fonts/gpos_context1_simple_f2.otf    | Bin 0 -> 5468 bytes
66644  .../aots/fonts/gpos_context1_successive_f1.otf     | Bin 0 -> 5508 bytes
66645  .../data/aots/fonts/gpos_context2_boundary_f1.otf  | Bin 0 -> 5492 bytes
66646  .../data/aots/fonts/gpos_context2_boundary_f2.otf  | Bin 0 -> 5496 bytes
66647  .../data/aots/fonts/gpos_context2_classes_f1.otf   | Bin 0 -> 5540 bytes
66648  .../data/aots/fonts/gpos_context2_classes_f2.otf   | Bin 0 -> 5564 bytes
66649  .../data/aots/fonts/gpos_context2_expansion_f1.otf | Bin 0 -> 5524 bytes
66650  .../aots/fonts/gpos_context2_lookupflag_f1.otf     | Bin 0 -> 5540 bytes
66651  .../aots/fonts/gpos_context2_lookupflag_f2.otf     | Bin 0 -> 5532 bytes
66652  .../fonts/gpos_context2_multiple_subrules_f1.otf   | Bin 0 -> 5600 bytes
66653  .../fonts/gpos_context2_multiple_subrules_f2.otf   | Bin 0 -> 5600 bytes
66654  .../aots/fonts/gpos_context2_next_glyph_f1.otf     | Bin 0 -> 5512 bytes
66655  .../data/aots/fonts/gpos_context2_simple_f1.otf    | Bin 0 -> 5508 bytes
66656  .../data/aots/fonts/gpos_context2_simple_f2.otf    | Bin 0 -> 5484 bytes
66657  .../aots/fonts/gpos_context2_successive_f1.otf     | Bin 0 -> 5544 bytes
66658  .../data/aots/fonts/gpos_context3_boundary_f1.otf  | Bin 0 -> 5476 bytes
66659  .../data/aots/fonts/gpos_context3_boundary_f2.otf  | Bin 0 -> 5472 bytes
66660  .../aots/fonts/gpos_context3_lookupflag_f1.otf     | Bin 0 -> 5512 bytes
66661  .../aots/fonts/gpos_context3_lookupflag_f2.otf     | Bin 0 -> 5504 bytes
66662  .../aots/fonts/gpos_context3_next_glyph_f1.otf     | Bin 0 -> 5496 bytes
66663  .../data/aots/fonts/gpos_context3_simple_f1.otf    | Bin 0 -> 5480 bytes
66664  .../aots/fonts/gpos_context3_successive_f1.otf     | Bin 0 -> 5516 bytes
66665  .../data/aots/fonts/gsub1_1_lookupflag_f1.otf      | Bin 0 -> 5208 bytes
66666  test/shaping/data/aots/fonts/gsub1_1_modulo_f1.otf | Bin 0 -> 5216 bytes
66667  test/shaping/data/aots/fonts/gsub1_1_simple_f1.otf | Bin 0 -> 5136 bytes
66668  .../data/aots/fonts/gsub1_2_lookupflag_f1.otf      | Bin 0 -> 5212 bytes
66669  test/shaping/data/aots/fonts/gsub1_2_simple_f1.otf | Bin 0 -> 5140 bytes
66670  .../data/aots/fonts/gsub2_1_lookupflag_f1.otf      | Bin 0 -> 5224 bytes
66671  .../aots/fonts/gsub2_1_multiple_sequences_f1.otf   | Bin 0 -> 5248 bytes
66672  test/shaping/data/aots/fonts/gsub2_1_simple_f1.otf | Bin 0 -> 5144 bytes
66673  .../data/aots/fonts/gsub3_1_lookupflag_f1.otf      | Bin 0 -> 5224 bytes
66674  .../data/aots/fonts/gsub3_1_multiple_f1.otf        | Bin 0 -> 5168 bytes
66675  test/shaping/data/aots/fonts/gsub3_1_simple_f1.otf | Bin 0 -> 5144 bytes
66676  .../data/aots/fonts/gsub4_1_lookupflag_f1.otf      | Bin 0 -> 5220 bytes
66677  .../aots/fonts/gsub4_1_multiple_ligatures_f1.otf   | Bin 0 -> 5252 bytes
66678  .../aots/fonts/gsub4_1_multiple_ligatures_f2.otf   | Bin 0 -> 5252 bytes
66679  .../aots/fonts/gsub4_1_multiple_ligsets_f1.otf     | Bin 0 -> 5240 bytes
66680  test/shaping/data/aots/fonts/gsub4_1_simple_f1.otf | Bin 0 -> 5148 bytes
66681  test/shaping/data/aots/fonts/gsub7_font1.otf       | Bin 0 -> 5096 bytes
66682  test/shaping/data/aots/fonts/gsub7_font2.otf       | Bin 0 -> 5116 bytes
66683  .../data/aots/fonts/gsub_chaining1_boundary_f1.otf | Bin 0 -> 5516 bytes
66684  .../data/aots/fonts/gsub_chaining1_boundary_f2.otf | Bin 0 -> 5520 bytes
66685  .../data/aots/fonts/gsub_chaining1_boundary_f3.otf | Bin 0 -> 5520 bytes
66686  .../data/aots/fonts/gsub_chaining1_boundary_f4.otf | Bin 0 -> 5520 bytes
66687  .../aots/fonts/gsub_chaining1_lookupflag_f1.otf    | Bin 0 -> 5544 bytes
66688  .../fonts/gsub_chaining1_multiple_subrules_f1.otf  | Bin 0 -> 5616 bytes
66689  .../fonts/gsub_chaining1_multiple_subrules_f2.otf  | Bin 0 -> 5616 bytes
66690  .../aots/fonts/gsub_chaining1_next_glyph_f1.otf    | Bin 0 -> 5560 bytes
66691  .../data/aots/fonts/gsub_chaining1_simple_f1.otf   | Bin 0 -> 5508 bytes
66692  .../data/aots/fonts/gsub_chaining1_simple_f2.otf   | Bin 0 -> 5512 bytes
66693  .../aots/fonts/gsub_chaining1_successive_f1.otf    | Bin 0 -> 5544 bytes
66694  .../data/aots/fonts/gsub_chaining2_boundary_f1.otf | Bin 0 -> 5724 bytes
66695  .../data/aots/fonts/gsub_chaining2_boundary_f2.otf | Bin 0 -> 5728 bytes
66696  .../data/aots/fonts/gsub_chaining2_boundary_f3.otf | Bin 0 -> 5728 bytes
66697  .../data/aots/fonts/gsub_chaining2_boundary_f4.otf | Bin 0 -> 5728 bytes
66698  .../aots/fonts/gsub_chaining2_lookupflag_f1.otf    | Bin 0 -> 5752 bytes
66699  .../fonts/gsub_chaining2_multiple_subrules_f1.otf  | Bin 0 -> 5824 bytes
66700  .../fonts/gsub_chaining2_multiple_subrules_f2.otf  | Bin 0 -> 5824 bytes
66701  .../aots/fonts/gsub_chaining2_next_glyph_f1.otf    | Bin 0 -> 5764 bytes
66702  .../data/aots/fonts/gsub_chaining2_simple_f1.otf   | Bin 0 -> 5716 bytes
66703  .../data/aots/fonts/gsub_chaining2_simple_f2.otf   | Bin 0 -> 5720 bytes
66704  .../aots/fonts/gsub_chaining2_successive_f1.otf    | Bin 0 -> 5752 bytes
66705  .../data/aots/fonts/gsub_chaining3_boundary_f1.otf | Bin 0 -> 5528 bytes
66706  .../data/aots/fonts/gsub_chaining3_boundary_f2.otf | Bin 0 -> 5532 bytes
66707  .../data/aots/fonts/gsub_chaining3_boundary_f3.otf | Bin 0 -> 5524 bytes
66708  .../data/aots/fonts/gsub_chaining3_boundary_f4.otf | Bin 0 -> 5524 bytes
66709  .../aots/fonts/gsub_chaining3_lookupflag_f1.otf    | Bin 0 -> 5572 bytes
66710  .../aots/fonts/gsub_chaining3_next_glyph_f1.otf    | Bin 0 -> 5548 bytes
66711  .../data/aots/fonts/gsub_chaining3_simple_f1.otf   | Bin 0 -> 5520 bytes
66712  .../data/aots/fonts/gsub_chaining3_simple_f2.otf   | Bin 0 -> 5540 bytes
66713  .../aots/fonts/gsub_chaining3_successive_f1.otf    | Bin 0 -> 5568 bytes
66714  .../data/aots/fonts/gsub_context1_boundary_f1.otf  | Bin 0 -> 5500 bytes
66715  .../data/aots/fonts/gsub_context1_boundary_f2.otf  | Bin 0 -> 5504 bytes
66716  .../data/aots/fonts/gsub_context1_expansion_f1.otf | Bin 0 -> 5516 bytes
66717  .../aots/fonts/gsub_context1_lookupflag_f1.otf     | Bin 0 -> 5532 bytes
66718  .../aots/fonts/gsub_context1_lookupflag_f2.otf     | Bin 0 -> 5524 bytes
66719  .../fonts/gsub_context1_multiple_subrules_f1.otf   | Bin 0 -> 5592 bytes
66720  .../fonts/gsub_context1_multiple_subrules_f2.otf   | Bin 0 -> 5592 bytes
66721  .../aots/fonts/gsub_context1_next_glyph_f1.otf     | Bin 0 -> 5520 bytes
66722  .../data/aots/fonts/gsub_context1_simple_f1.otf    | Bin 0 -> 5500 bytes
66723  .../data/aots/fonts/gsub_context1_simple_f2.otf    | Bin 0 -> 5492 bytes
66724  .../aots/fonts/gsub_context1_successive_f1.otf     | Bin 0 -> 5528 bytes
66725  .../data/aots/fonts/gsub_context2_boundary_f1.otf  | Bin 0 -> 5516 bytes
66726  .../data/aots/fonts/gsub_context2_boundary_f2.otf  | Bin 0 -> 5516 bytes
66727  .../data/aots/fonts/gsub_context2_classes_f1.otf   | Bin 0 -> 5564 bytes
66728  .../data/aots/fonts/gsub_context2_classes_f2.otf   | Bin 0 -> 5584 bytes
66729  .../data/aots/fonts/gsub_context2_expansion_f1.otf | Bin 0 -> 5544 bytes
66730  .../aots/fonts/gsub_context2_lookupflag_f1.otf     | Bin 0 -> 5560 bytes
66731  .../aots/fonts/gsub_context2_lookupflag_f2.otf     | Bin 0 -> 5552 bytes
66732  .../fonts/gsub_context2_multiple_subrules_f1.otf   | Bin 0 -> 5620 bytes
66733  .../fonts/gsub_context2_multiple_subrules_f2.otf   | Bin 0 -> 5620 bytes
66734  .../aots/fonts/gsub_context2_next_glyph_f1.otf     | Bin 0 -> 5536 bytes
66735  .../data/aots/fonts/gsub_context2_simple_f1.otf    | Bin 0 -> 5528 bytes
66736  .../data/aots/fonts/gsub_context2_simple_f2.otf    | Bin 0 -> 5504 bytes
66737  .../aots/fonts/gsub_context2_successive_f1.otf     | Bin 0 -> 5568 bytes
66738  .../data/aots/fonts/gsub_context3_boundary_f1.otf  | Bin 0 -> 5500 bytes
66739  .../data/aots/fonts/gsub_context3_boundary_f2.otf  | Bin 0 -> 5496 bytes
66740  .../aots/fonts/gsub_context3_lookupflag_f1.otf     | Bin 0 -> 5536 bytes
66741  .../aots/fonts/gsub_context3_lookupflag_f2.otf     | Bin 0 -> 5528 bytes
66742  .../aots/fonts/gsub_context3_next_glyph_f1.otf     | Bin 0 -> 5520 bytes
66743  .../data/aots/fonts/gsub_context3_simple_f1.otf    | Bin 0 -> 5504 bytes
66744  .../aots/fonts/gsub_context3_successive_f1.otf     | Bin 0 -> 5540 bytes
66745  .../aots/fonts/lookupflag_ignore_attach_f1.otf     | Bin 0 -> 5416 bytes
66746  .../data/aots/fonts/lookupflag_ignore_base_f1.otf  | Bin 0 -> 5256 bytes
66747  .../fonts/lookupflag_ignore_combination_f1.otf     | Bin 0 -> 5408 bytes
66748  .../aots/fonts/lookupflag_ignore_ligatures_f1.otf  | Bin 0 -> 5320 bytes
66749  .../data/aots/fonts/lookupflag_ignore_marks_f1.otf | Bin 0 -> 5288 bytes
66750  test/shaping/data/aots/hb-aots-tester.cpp          | 343 +++++++++++++++++++++
66751  test/shaping/data/aots/tests/classdef1.tests       |   1 +
66752  test/shaping/data/aots/tests/classdef1_empty.tests |   1 +
66753  .../data/aots/tests/classdef1_multiple.tests       |   1 +
66754  .../shaping/data/aots/tests/classdef1_single.tests |   1 +
66755  test/shaping/data/aots/tests/classdef2.tests       |   1 +
66756  test/shaping/data/aots/tests/classdef2_empty.tests |   1 +
66757  .../data/aots/tests/classdef2_multiple.tests       |   1 +
66758  .../shaping/data/aots/tests/classdef2_single.tests |   1 +
66759  .../data/aots/tests/gpos1_1_lookupflag.tests       |   1 +
66760  test/shaping/data/aots/tests/gpos1_1_simple.tests  |   4 +
66761  test/shaping/data/aots/tests/gpos1_2.tests         |   1 +
66762  .../data/aots/tests/gpos1_2_lookupflag.tests       |   1 +
66763  test/shaping/data/aots/tests/gpos2_1.tests         |   2 +
66764  .../data/aots/tests/gpos2_1_lookupflag.tests       |   2 +
66765  .../data/aots/tests/gpos2_1_next_glyph.tests       |   2 +
66766  test/shaping/data/aots/tests/gpos2_1_simple.tests  |   2 +
66767  test/shaping/data/aots/tests/gpos2_2.tests         |   5 +
66768  test/shaping/data/aots/tests/gpos3.tests           |  11 +
66769  .../shaping/data/aots/tests/gpos3_lookupflag.tests |   2 +
66770  .../shaping/data/aots/tests/gpos4_lookupflag.tests |   2 +
66771  .../data/aots/tests/gpos4_multiple_anchors.tests   |   1 +
66772  test/shaping/data/aots/tests/gpos4_simple.tests    |   5 +
66773  test/shaping/data/aots/tests/gpos5.tests           |   2 +
66774  test/shaping/data/aots/tests/gpos6.tests           |   3 +
66775  test/shaping/data/aots/tests/gpos7_1.tests         |   2 +
66776  test/shaping/data/aots/tests/gpos9.tests           |   2 +
66777  .../data/aots/tests/gpos_chaining1_boundary.tests  |   4 +
66778  .../aots/tests/gpos_chaining1_lookupflag.tests     |   1 +
66779  .../tests/gpos_chaining1_multiple_subrules.tests   |   2 +
66780  .../aots/tests/gpos_chaining1_next_glyph.tests     |   1 +
66781  .../data/aots/tests/gpos_chaining1_simple.tests    |  11 +
66782  .../aots/tests/gpos_chaining1_successive.tests     |   1 +
66783  .../data/aots/tests/gpos_chaining2_boundary.tests  |   4 +
66784  .../aots/tests/gpos_chaining2_lookupflag.tests     |   1 +
66785  .../tests/gpos_chaining2_multiple_subrules.tests   |   2 +
66786  .../aots/tests/gpos_chaining2_next_glyph.tests     |   1 +
66787  .../data/aots/tests/gpos_chaining2_simple.tests    |  11 +
66788  .../aots/tests/gpos_chaining2_successive.tests     |   1 +
66789  .../data/aots/tests/gpos_chaining3_boundary.tests  |   4 +
66790  .../aots/tests/gpos_chaining3_lookupflag.tests     |   1 +
66791  .../aots/tests/gpos_chaining3_next_glyph.tests     |   1 +
66792  .../data/aots/tests/gpos_chaining3_simple.tests    |  11 +
66793  .../aots/tests/gpos_chaining3_successive.tests     |   1 +
66794  .../data/aots/tests/gpos_context1_boundary.tests   |   2 +
66795  .../data/aots/tests/gpos_context1_expansion.tests  |   1 +
66796  .../data/aots/tests/gpos_context1_lookupflag.tests |   2 +
66797  .../tests/gpos_context1_multiple_subrules.tests    |   2 +
66798  .../data/aots/tests/gpos_context1_next_glyph.tests |   1 +
66799  .../data/aots/tests/gpos_context1_simple.tests     |   3 +
66800  .../data/aots/tests/gpos_context1_successive.tests |   1 +
66801  .../data/aots/tests/gpos_context2_boundary.tests   |   2 +
66802  .../data/aots/tests/gpos_context2_classes.tests    |   2 +
66803  .../data/aots/tests/gpos_context2_expansion.tests  |   1 +
66804  .../data/aots/tests/gpos_context2_lookupflag.tests |   2 +
66805  .../tests/gpos_context2_multiple_subrules.tests    |   2 +
66806  .../data/aots/tests/gpos_context2_next_glyph.tests |   1 +
66807  .../data/aots/tests/gpos_context2_simple.tests     |   3 +
66808  .../data/aots/tests/gpos_context2_successive.tests |   1 +
66809  .../data/aots/tests/gpos_context3_boundary.tests   |   2 +
66810  .../data/aots/tests/gpos_context3_lookupflag.tests |   2 +
66811  .../data/aots/tests/gpos_context3_next_glyph.tests |   1 +
66812  .../data/aots/tests/gpos_context3_simple.tests     |   2 +
66813  .../data/aots/tests/gpos_context3_successive.tests |   1 +
66814  .../data/aots/tests/gsub1_1_lookupflag.tests       |   1 +
66815  test/shaping/data/aots/tests/gsub1_1_modulo.tests  |   1 +
66816  test/shaping/data/aots/tests/gsub1_1_simple.tests  |   1 +
66817  .../data/aots/tests/gsub1_2_lookupflag.tests       |   1 +
66818  test/shaping/data/aots/tests/gsub1_2_simple.tests  |   1 +
66819  .../data/aots/tests/gsub2_1_lookupflag.tests       |   1 +
66820  .../aots/tests/gsub2_1_multiple_sequences.tests    |   1 +
66821  test/shaping/data/aots/tests/gsub2_1_simple.tests  |   2 +
66822  .../data/aots/tests/gsub3_1_lookupflag.tests       |   1 +
66823  .../shaping/data/aots/tests/gsub3_1_multiple.tests |   1 +
66824  test/shaping/data/aots/tests/gsub3_1_simple.tests  |   1 +
66825  .../data/aots/tests/gsub4_1_lookupflag.tests       |   1 +
66826  .../aots/tests/gsub4_1_multiple_ligatures.tests    |   2 +
66827  .../data/aots/tests/gsub4_1_multiple_ligsets.tests |   1 +
66828  test/shaping/data/aots/tests/gsub4_1_simple.tests  |   1 +
66829  test/shaping/data/aots/tests/gsub7.tests           |   2 +
66830  .../data/aots/tests/gsub_chaining1_boundary.tests  |   4 +
66831  .../aots/tests/gsub_chaining1_lookupflag.tests     |   1 +
66832  .../tests/gsub_chaining1_multiple_subrules.tests   |   2 +
66833  .../aots/tests/gsub_chaining1_next_glyph.tests     |   1 +
66834  .../data/aots/tests/gsub_chaining1_simple.tests    |  11 +
66835  .../aots/tests/gsub_chaining1_successive.tests     |   1 +
66836  .../data/aots/tests/gsub_chaining2_boundary.tests  |   4 +
66837  .../aots/tests/gsub_chaining2_lookupflag.tests     |   1 +
66838  .../tests/gsub_chaining2_multiple_subrules.tests   |   2 +
66839  .../aots/tests/gsub_chaining2_next_glyph.tests     |   1 +
66840  .../data/aots/tests/gsub_chaining2_simple.tests    |  11 +
66841  .../aots/tests/gsub_chaining2_successive.tests     |   1 +
66842  .../data/aots/tests/gsub_chaining3_boundary.tests  |   4 +
66843  .../aots/tests/gsub_chaining3_lookupflag.tests     |   1 +
66844  .../aots/tests/gsub_chaining3_next_glyph.tests     |   1 +
66845  .../data/aots/tests/gsub_chaining3_simple.tests    |  11 +
66846  .../aots/tests/gsub_chaining3_successive.tests     |   1 +
66847  .../data/aots/tests/gsub_context1_boundary.tests   |   2 +
66848  .../data/aots/tests/gsub_context1_expansion.tests  |   1 +
66849  .../data/aots/tests/gsub_context1_lookupflag.tests |   2 +
66850  .../tests/gsub_context1_multiple_subrules.tests    |   2 +
66851  .../data/aots/tests/gsub_context1_next_glyph.tests |   1 +
66852  .../data/aots/tests/gsub_context1_simple.tests     |   3 +
66853  .../data/aots/tests/gsub_context1_successive.tests |   1 +
66854  .../data/aots/tests/gsub_context2_boundary.tests   |   2 +
66855  .../data/aots/tests/gsub_context2_classes.tests    |   2 +
66856  .../data/aots/tests/gsub_context2_expansion.tests  |   1 +
66857  .../data/aots/tests/gsub_context2_lookupflag.tests |   2 +
66858  .../tests/gsub_context2_multiple_subrules.tests    |   2 +
66859  .../data/aots/tests/gsub_context2_next_glyph.tests |   1 +
66860  .../data/aots/tests/gsub_context2_simple.tests     |   3 +
66861  .../data/aots/tests/gsub_context2_successive.tests |   1 +
66862  .../data/aots/tests/gsub_context3_boundary.tests   |   2 +
66863  .../data/aots/tests/gsub_context3_lookupflag.tests |   2 +
66864  .../data/aots/tests/gsub_context3_next_glyph.tests |   1 +
66865  .../data/aots/tests/gsub_context3_simple.tests     |   2 +
66866  .../data/aots/tests/gsub_context3_successive.tests |   1 +
66867  .../data/aots/tests/lookupflag_ignore_attach.tests |   5 +
66868  .../data/aots/tests/lookupflag_ignore_base.tests   |   2 +
66869  .../aots/tests/lookupflag_ignore_combination.tests |   3 +
66870  .../aots/tests/lookupflag_ignore_ligatures.tests   |   3 +
66871  .../data/aots/tests/lookupflag_ignore_marks.tests  |   1 +
66872  test/shaping/run-tests.py                          |   9 +-
66873  332 files changed, 815 insertions(+), 3 deletions(-)
66874
66875 commit ae96c98dfaef3a789227ffecd40b92518dface8a
66876 Author: Behdad Esfahbod <behdad@behdad.org>
66877 Date:   Sat Nov 24 10:25:10 2018 -0500
66878
66879     [color] Use SortedUnsizedArrayOf<>
66880
66881  src/hb-ot-color-colr-table.hh | 16 ++--------------
66882  1 file changed, 2 insertions(+), 14 deletions(-)
66883
66884 commit 4a3b20738fca3231e5d9a36adba333b5bce05f4a
66885 Author: Behdad Esfahbod <behdad@behdad.org>
66886 Date:   Sat Nov 24 10:17:59 2018 -0500
66887
66888     [trak] Coment
66889
66890  src/hb-aat-layout-trak-table.hh | 1 -
66891  1 file changed, 1 deletion(-)
66892
66893 commit 918b1ee54d43eb493c9226bff7677ed8ec07934b
66894 Author: Behdad Esfahbod <behdad@behdad.org>
66895 Date:   Sat Nov 24 10:09:17 2018 -0500
66896
66897     [arrays] Add not_found to reference bsearch as well
66898
66899  src/hb-open-type.hh | 16 ++++++++--------
66900  1 file changed, 8 insertions(+), 8 deletions(-)
66901
66902 commit d77a098b735cf14aa601feab5bdb9f4e474c794f
66903 Author: Behdad Esfahbod <behdad@behdad.org>
66904 Date:   Sat Nov 24 10:06:13 2018 -0500
66905
66906     [arrays] Improve bfind() interface
66907     
66908     Much more useful now. :)
66909
66910  src/hb-dsalgs.hh           | 29 +++++++++++++++++++++++++----
66911  src/hb-open-file.hh        |  9 +--------
66912  src/hb-open-type.hh        | 12 ++++++++----
66913  src/hb-ot-layout-common.hh | 10 ++--------
66914  src/hb-set.hh              |  6 +++---
66915  src/hb-vector.hh           |  6 ++++--
66916  6 files changed, 43 insertions(+), 29 deletions(-)
66917
66918 commit 1204a247a5d9a4da39675d3da85d4fd3268a5b66
66919 Author: Behdad Esfahbod <behdad@behdad.org>
66920 Date:   Sat Nov 24 09:49:21 2018 -0500
66921
66922     [fuzzing] Add tests for previous commit
66923     
66924     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11526
66925     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11522
66926
66927  ...zz-testcase-minimized-hb-shape-fuzzer-5634620935110656 | Bin 0 -> 41 bytes
66928  ...zz-testcase-minimized-hb-shape-fuzzer-5716208469409792 | Bin 0 -> 243 bytes
66929  2 files changed, 0 insertions(+), 0 deletions(-)
66930
66931 commit 8dcc1913a1670ede7b124f7b5b775d7ab8791386
66932 Author: Behdad Esfahbod <behdad@behdad.org>
66933 Date:   Sat Nov 24 09:47:45 2018 -0500
66934
66935     [kerx/morx] Make sure object length is sanitized before accessing it
66936
66937  src/hb-aat-layout-kerx-table.hh | 5 +++++
66938  src/hb-aat-layout-morx-table.hh | 5 +++++
66939  2 files changed, 10 insertions(+)
66940
66941 commit 70d80c90fe2f4eca66bec3e1d313bbf7e4d0ab65
66942 Author: Behdad Esfahbod <behdad@behdad.org>
66943 Date:   Sat Nov 24 01:59:50 2018 -0500
66944
66945     [arrays] Port ArrayOf.qsort() and hb_vector_t.qsort() to hb_array_t
66946
66947  src/hb-dsalgs.hh    | 14 ++++++++++++--
66948  src/hb-open-type.hh | 14 ++++++++++++--
66949  2 files changed, 24 insertions(+), 4 deletions(-)
66950
66951 commit 073d837aa2394d29dda72679802d583c559c3c5b
66952 Author: Behdad Esfahbod <behdad@behdad.org>
66953 Date:   Sat Nov 24 01:48:48 2018 -0500
66954
66955     [arrays] Port ArrayOf.qsort() to hb_array_t's
66956
66957  src/hb-open-type.hh | 4 +---
66958  1 file changed, 1 insertion(+), 3 deletions(-)
66959
66960 commit ad5c871d801b481f95dd32c8b65ecc70def597be
66961 Author: Behdad Esfahbod <behdad@behdad.org>
66962 Date:   Sat Nov 24 01:47:49 2018 -0500
66963
66964     [arrays] Add copy-constructor to hb_array_t and hb_sorted_array_t
66965
66966  src/hb-dsalgs.hh | 2 ++
66967  1 file changed, 2 insertions(+)
66968
66969 commit 61de55bf496c1edb120e4d096140eb1125552bbe
66970 Author: Behdad Esfahbod <behdad@behdad.org>
66971 Date:   Sat Nov 24 01:45:58 2018 -0500
66972
66973     [arrays] Port hb_vector_t.qsort() to hb_array_t's
66974
66975  src/hb-dsalgs.hh | 16 +++++++++++++---
66976  src/hb-vector.hh | 10 ++--------
66977  2 files changed, 15 insertions(+), 11 deletions(-)
66978
66979 commit e3face8e791d677f94154e8a7f3d787d0d69a02f
66980 Author: Behdad Esfahbod <behdad@behdad.org>
66981 Date:   Sat Nov 24 01:42:17 2018 -0500
66982
66983     [arrays] Remove one flavor of hb_vector_t.qsort()
66984
66985  src/hb-vector.hh | 8 ++------
66986  1 file changed, 2 insertions(+), 6 deletions(-)
66987
66988 commit 7c1600dcd9813ca560ecccc5c54877a5750caf4e
66989 Author: Behdad Esfahbod <behdad@behdad.org>
66990 Date:   Sat Nov 24 01:37:11 2018 -0500
66991
66992     [arrays] Add (unused) SortedUnsizedArrayOf<>
66993
66994  src/hb-open-type.hh | 21 +++++++++++++++++++++
66995  1 file changed, 21 insertions(+)
66996
66997 commit e700392f5cbf366f1e03dc7e7b1a2eb6c3027b92
66998 Author: Behdad Esfahbod <behdad@behdad.org>
66999 Date:   Sat Nov 24 01:31:00 2018 -0500
67000
67001     [arrays] Port SortedArrayOf.bsearch/bfind to hb_sorted_array_t's
67002
67003  src/hb-dsalgs.hh    |  9 +++------
67004  src/hb-open-type.hh | 50 ++++++++++----------------------------------------
67005  src/hb-vector.hh    | 35 ++++++++++-------------------------
67006  3 files changed, 23 insertions(+), 71 deletions(-)
67007
67008 commit e604306f2829804e9016966c1378166253b19d29
67009 Author: Behdad Esfahbod <behdad@behdad.org>
67010 Date:   Sat Nov 24 01:24:48 2018 -0500
67011
67012     [arrays] Port hb_vector_t.bsearch/bfind to (new) hb_sorted_array_t's
67013
67014  src/hb-dsalgs.hh    | 63 +++++++++++++++++++++++++++++++++++++++++++++++++----
67015  src/hb-open-type.hh | 12 ++++++----
67016  src/hb-vector.hh    | 57 +++++++++++++++++++-----------------------------
67017  3 files changed, 89 insertions(+), 43 deletions(-)
67018
67019 commit 268eca24921e85eda98f4f0cce05d40c7235ba62
67020 Author: Behdad Esfahbod <behdad@behdad.org>
67021 Date:   Sat Nov 24 01:11:12 2018 -0500
67022
67023     [arrays] Port (unused) ArrayOf.lsearch() to hb_array_t's
67024
67025  src/hb-open-type.hh | 12 ++----------
67026  1 file changed, 2 insertions(+), 10 deletions(-)
67027
67028 commit 830856ba6b9454bf507e00416f9d45e9975fb7dc
67029 Author: Behdad Esfahbod <behdad@behdad.org>
67030 Date:   Sat Nov 24 01:09:28 2018 -0500
67031
67032     [arrays] Port hb_vector_t.lsearch() to hb_array_t's
67033
67034  src/hb-dsalgs.hh | 26 +++++++++++++++++++++++---
67035  src/hb-vector.hh | 16 ++++------------
67036  2 files changed, 27 insertions(+), 15 deletions(-)
67037
67038 commit 96cf0889804b7d72a96274b25641bb18f7dd2e1e
67039 Author: Behdad Esfahbod <behdad@behdad.org>
67040 Date:   Sat Nov 24 01:07:15 2018 -0500
67041
67042     [arrays] More
67043
67044  src/hb-face.cc   | 6 +++---
67045  src/hb-vector.hh | 4 ++--
67046  2 files changed, 5 insertions(+), 5 deletions(-)
67047
67048 commit 3e26c8d2b10fc08642c25c7f13aef68b0b1008f6
67049 Author: Behdad Esfahbod <behdad@behdad.org>
67050 Date:   Sat Nov 24 00:58:44 2018 -0500
67051
67052     [arrays] Update ArrayOf.lsearch()
67053     
67054     Currently unused apparently
67055
67056  src/hb-open-type.hh | 17 +++++++++++++----
67057  1 file changed, 13 insertions(+), 4 deletions(-)
67058
67059 commit 22e1857b01c71714245ddca05cb3fa0127bf7da2
67060 Author: Behdad Esfahbod <behdad@behdad.org>
67061 Date:   Sat Nov 24 00:53:19 2018 -0500
67062
67063     [arrays] Change argument type of cmp called by hb_vector_t.bsearch()
67064     
67065     Towards consolidating all array bsearch/...
67066
67067  src/hb-aat-map.hh | 4 ++--
67068  src/hb-ot-map.hh  | 4 ++--
67069  src/hb-set.hh     | 2 +-
67070  src/hb-vector.hh  | 4 ++--
67071  4 files changed, 7 insertions(+), 7 deletions(-)
67072
67073 commit 5fdf7b724eb3cb5ac60cd7f90d3250877ad7ca06
67074 Author: Nathan Willis <nwillis@glyphography.com>
67075 Date:   Thu Nov 15 17:40:21 2018 -0600
67076
67077     Usermanual: clusters chapter; add brief grapheme definition and clarify monotonous cluster handling.
67078
67079  docs/usermanual-clusters.xml | 56 ++++++++++++++++++++++++++++++--------------
67080  1 file changed, 39 insertions(+), 17 deletions(-)
67081
67082 commit 939220e57da613e090d247aa1af2396c28370af4
67083 Author: Nathan Willis <nwillis@glyphography.com>
67084 Date:   Thu Nov 15 15:47:03 2018 -0600
67085
67086     Usermanual: clusters chapter, minor updates.
67087
67088  docs/usermanual-clusters.xml | 25 ++++++++++++++++---------
67089  1 file changed, 16 insertions(+), 9 deletions(-)
67090
67091 commit 53ac46e974cf0ee8720b40ef394714eb97ff53b9
67092 Author: Nathan Willis <nwillis@glyphography.com>
67093 Date:   Mon Nov 12 12:17:06 2018 -0600
67094
67095     Usermanual: expand clusters chapter.
67096
67097  docs/usermanual-clusters.xml | 743 +++++++++++++++++++++++++++----------------
67098  1 file changed, 473 insertions(+), 270 deletions(-)
67099
67100 commit 30cb45b3eaacda15cc45435815cae3fd50e87557
67101 Author: Behdad Esfahbod <behdad@behdad.org>
67102 Date:   Sat Nov 24 00:35:31 2018 -0500
67103
67104     Change ArrayOf.bsearch() return semantics
67105     
67106     Towards consolidating all array bsearch/...
67107
67108  src/hb-aat-layout-kerx-table.hh | 16 +++-------------
67109  src/hb-open-file.hh             | 12 ++++++++----
67110  src/hb-open-type.hh             | 42 ++++++++++++++++++++++++++++++++---------
67111  src/hb-ot-cmap-table.hh         | 30 ++++++++++++-----------------
67112  src/hb-ot-color-svg-table.hh    |  3 +--
67113  src/hb-ot-layout-common.hh      | 29 +++++++++++-----------------
67114  src/hb-ot-vorg-table.hh         |  9 ++++-----
67115  src/hb-vector.hh                | 14 +++++++++-----
67116  8 files changed, 81 insertions(+), 74 deletions(-)
67117
67118 commit 5cd9546ba73d9f8c8b7b8db0960d657c50b70f64
67119 Author: Behdad Esfahbod <behdad@behdad.org>
67120 Date:   Sat Nov 24 00:38:36 2018 -0500
67121
67122     Minor
67123
67124  src/hb-ot-layout-common.hh | 5 +----
67125  1 file changed, 1 insertion(+), 4 deletions(-)
67126
67127 commit fd94e729cb50f2b6bd83b80cbf400e10ac633a1c
67128 Author: Behdad Esfahbod <behdad@behdad.org>
67129 Date:   Sat Nov 24 00:45:55 2018 -0500
67130
67131     Whitespace
67132
67133  src/hb-ot-layout-common.hh | 6 +++---
67134  1 file changed, 3 insertions(+), 3 deletions(-)
67135
67136 commit bb2a2065080a3099eb0dc82d1df0891ad2601316
67137 Author: Behdad Esfahbod <behdad@behdad.org>
67138 Date:   Sat Nov 24 00:31:40 2018 -0500
67139
67140     Assert that item-type of arrays have static size
67141
67142  src/hb-dsalgs.hh    | 2 ++
67143  src/hb-open-type.hh | 4 ++++
67144  src/hb-vector.hh    | 2 ++
67145  3 files changed, 8 insertions(+)
67146
67147 commit 690d9eb83d3421b397b0cb824cd768d6d73cbf12
67148 Author: Behdad Esfahbod <behdad@behdad.org>
67149 Date:   Sat Nov 24 00:29:22 2018 -0500
67150
67151     [vector] Rename
67152
67153  src/hb-vector.hh | 6 +++---
67154  1 file changed, 3 insertions(+), 3 deletions(-)
67155
67156 commit ba38378fd4374f3d44bdc9aa0de902401b60b13d
67157 Author: Behdad Esfahbod <behdad@behdad.org>
67158 Date:   Sat Nov 24 00:27:57 2018 -0500
67159
67160     [aat] Minor
67161
67162  src/hb-aat-layout-common.hh | 6 ++++--
67163  1 file changed, 4 insertions(+), 2 deletions(-)
67164
67165 commit 39b9d63b014380d421cc9b94a49dd411c7a5aabf
67166 Author: Behdad Esfahbod <behdad@behdad.org>
67167 Date:   Sat Nov 24 00:25:40 2018 -0500
67168
67169     Add hb_static_size(T)
67170
67171  src/hb-null.hh | 19 +++++++++++++++++++
67172  1 file changed, 19 insertions(+)
67173
67174 commit f99abcc37990a478189dda691d1fdac7b9d51386
67175 Author: Behdad Esfahbod <behdad@behdad.org>
67176 Date:   Sat Nov 24 00:22:21 2018 -0500
67177
67178     Add template-function convenience macros
67179
67180  src/hb-atomic.hh |  2 +-
67181  src/hb-blob.hh   |  4 ++--
67182  src/hb-common.cc |  2 +-
67183  src/hb-ft.cc     |  2 +-
67184  src/hb-null.hh   | 11 ++++++-----
67185  src/hb.hh        |  3 +++
67186  6 files changed, 14 insertions(+), 10 deletions(-)
67187
67188 commit ec83b2228e0bbb6df7e7b94dad49db32b041af4a
67189 Author: Behdad Esfahbod <behdad@behdad.org>
67190 Date:   Fri Nov 23 19:58:49 2018 -0500
67191
67192     Add null bytes for CmapSubtableLongGroup
67193
67194  src/hb-ot-cmap-table.hh | 1 +
67195  src/hb-static.cc        | 4 +++-
67196  2 files changed, 4 insertions(+), 1 deletion(-)
67197
67198 commit e2ffb33a534a427c760dae53d0469eeced4343ba
67199 Author: Behdad Esfahbod <behdad@behdad.org>
67200 Date:   Fri Nov 23 16:24:28 2018 -0500
67201
67202     Remove lsearch for small TableDirectorys
67203
67204  src/hb-open-file.hh | 4 +---
67205  1 file changed, 1 insertion(+), 3 deletions(-)
67206
67207 commit 04f7e5536924e7f277d72b8cb9d878239877c331
67208 Author: Behdad Esfahbod <behdad@behdad.org>
67209 Date:   Fri Nov 23 16:07:43 2018 -0500
67210
67211     [arrays] Add as_array() to hb_vector_t<>
67212
67213  src/hb-vector.hh | 3 +++
67214  1 file changed, 3 insertions(+)
67215
67216 commit c514f65181390ab98b0f738632f71cda31e46b68
67217 Author: Behdad Esfahbod <behdad@behdad.org>
67218 Date:   Fri Nov 23 16:04:56 2018 -0500
67219
67220     [arrays] Add as_array() to ArrayOf<>
67221
67222  src/hb-open-type.hh | 3 +++
67223  1 file changed, 3 insertions(+)
67224
67225 commit 9552f4ef0da0b7e1fb28cb2738b865888e7941d9
67226 Author: Behdad Esfahbod <behdad@behdad.org>
67227 Date:   Fri Nov 23 15:24:17 2018 -0500
67228
67229     [kern] Don't enforce length of last subtable
67230
67231  src/hb-aat-layout-kerx-table.hh | 19 +++++++++++++++++--
67232  1 file changed, 17 insertions(+), 2 deletions(-)
67233
67234 commit 992b7128656e72f935089dc2e12c2d2a25511886
67235 Merge: c9cc96c0c 018ba46e4
67236 Author: Behdad Esfahbod <behdad@behdad.org>
67237 Date:   Fri Nov 23 13:49:34 2018 -0500
67238
67239     Merge pull request #1407 from harfbuzz/at-sign
67240     
67241     Don't canonicalize '@' to '-' in language tags
67242
67243 commit 018ba46e4d003a5dd0f6d2d899226129c4ef0c60
67244 Author: David Corbett <corbett.dav@husky.neu.edu>
67245 Date:   Fri Nov 23 13:21:22 2018 -0500
67246
67247     Don't canonicalize '@' to '-' in language tags
67248     
67249     Fixes #1406.
67250
67251  src/hb-common.cc       | 2 +-
67252  test/api/test-ot-tag.c | 3 +++
67253  2 files changed, 4 insertions(+), 1 deletion(-)
67254
67255 commit c9cc96c0cfbbb87b9292e413d500a454182be9f4
67256 Author: Ebrahim Byagowi <ebrahim@gnu.org>
67257 Date:   Fri Nov 23 19:58:56 2018 +0330
67258
67259     [aat] Update expectation
67260
67261  test/shaping/data/in-house/tests/macos-10.12.tests | 4 ++--
67262  1 file changed, 2 insertions(+), 2 deletions(-)
67263
67264 commit 748962264a9f098b32b9cb3fe4d18c786907a184
67265 Author: Behdad Esfahbod <behdad@behdad.org>
67266 Date:   Fri Nov 23 11:10:17 2018 -0500
67267
67268     [aat] Disable mark advance zeroing if kern table has state-machines
67269     
67270     Geeza Pro for example, relies on that for fancy mark positioning.
67271     
67272     Fixes https://github.com/harfbuzz/harfbuzz/issues/1405
67273
67274  src/hb-aat-layout-kerx-table.hh | 15 +++++++++++++++
67275  src/hb-ot-kern-table.hh         |  9 +++++++++
67276  src/hb-ot-layout.cc             |  6 ++++++
67277  src/hb-ot-layout.hh             |  3 +++
67278  src/hb-ot-shape.cc              |  4 +++-
67279  5 files changed, 36 insertions(+), 1 deletion(-)
67280
67281 commit 3d2b98ef14af29acd74f01647bef60cd410825fb
67282 Author: Behdad Esfahbod <behdad@behdad.org>
67283 Date:   Fri Nov 23 10:45:44 2018 -0500
67284
67285     Minor
67286
67287  src/hb.hh | 8 ++++----
67288  1 file changed, 4 insertions(+), 4 deletions(-)
67289
67290 commit 341851efe158599a34d241a97593058a4333852e
67291 Author: Ebrahim Byagowi <ebrahim@gnu.org>
67292 Date:   Fri Nov 23 15:40:05 2018 +0330
67293
67294     [aat] Add macOS specific tests (#1404)
67295
67296  .circleci/config.yml                               | 46 ++++++++++++++--------
67297  test/shaping/CMakeLists.txt                        |  2 +
67298  test/shaping/data/in-house/Makefile.sources        |  1 +
67299  test/shaping/data/in-house/tests/macos-10.12.tests | 10 +++++
67300  test/shaping/run-tests.py                          | 38 ++++++++++++++----
67301  5 files changed, 73 insertions(+), 24 deletions(-)
67302
67303 commit 22798e93c414a2655c757a6e41b300f67e04a9a3
67304 Author: Behdad Esfahbod <behdad@behdad.org>
67305 Date:   Thu Nov 22 22:47:51 2018 -0500
67306
67307     [use] Minor clarification
67308
67309  src/hb-ot-shape-complex-use.cc | 34 +++++++++++++++++-----------------
67310  1 file changed, 17 insertions(+), 17 deletions(-)
67311
67312 commit a2d6c1075a5595a08ef09357293919d9df8eb64a
67313 Author: Behdad Esfahbod <behdad@behdad.org>
67314 Date:   Thu Nov 22 22:40:57 2018 -0500
67315
67316     Minor tweak to FLAG64
67317
67318  src/hb.hh | 8 ++++----
67319  1 file changed, 4 insertions(+), 4 deletions(-)
67320
67321 commit 8280459e74cff2dec3de012abd309cda9578b759
67322 Merge: e4a4555d1 3c7792ca3
67323 Author: Behdad Esfahbod <behdad@behdad.org>
67324 Date:   Thu Nov 22 22:39:12 2018 -0500
67325
67326     Merge pull request #1291 from harfbuzz/use-reordering
67327     
67328     [use] Fix reordering
67329
67330 commit e4a4555d1e40dacdf72452805e9e6b6109627d63
67331 Author: Behdad Esfahbod <behdad@behdad.org>
67332 Date:   Thu Nov 22 22:17:49 2018 -0500
67333
67334     [cmap] Move code around
67335
67336  src/hb-ot-cmap-table.hh | 18 ++++++++++--------
67337  1 file changed, 10 insertions(+), 8 deletions(-)
67338
67339 commit 758c9d68e2143493978d8ac8391f4af2a2abc26a
67340 Author: Behdad Esfahbod <behdad@behdad.org>
67341 Date:   Thu Nov 22 22:16:12 2018 -0500
67342
67343     [morx/kerx] Limit range to subtable when sanitizing
67344
67345  src/hb-aat-layout-kerx-table.hh | 2 ++
67346  src/hb-aat-layout-morx-table.hh | 2 ++
67347  2 files changed, 4 insertions(+)
67348
67349 commit a9fe787a11fc391d9a43a4ea19e6eb1c474199bd
67350 Author: Behdad Esfahbod <behdad@behdad.org>
67351 Date:   Thu Nov 22 22:12:36 2018 -0500
67352
67353     [sanitizer] Add reset_object(), make set_object() do bounds-check
67354     
67355     Affects morx/kerx run-time only currently.  Will adjust their sanitize next.
67356
67357  src/hb-aat-layout-kerx-table.hh |  1 +
67358  src/hb-aat-layout-morx-table.hh |  1 +
67359  src/hb-machinery.hh             | 30 +++++++++++++++++++-----------
67360  3 files changed, 21 insertions(+), 11 deletions(-)
67361
67362 commit 2c8188bf599e351a4e0804d74612f9643b3d2443
67363 Author: Behdad Esfahbod <behdad@behdad.org>
67364 Date:   Thu Nov 22 22:02:19 2018 -0500
67365
67366     [kerx] Make sure subtables are non-zero-length
67367     
67368     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11400
67369
67370  src/hb-aat-layout-kerx-table.hh                          |   1 +
67371  src/hb-aat-layout-morx-table.hh                          |   2 +-
67372  ...z-testcase-minimized-hb-shape-fuzzer-5722888989048832 | Bin 0 -> 3608 bytes
67373  3 files changed, 2 insertions(+), 1 deletion(-)
67374
67375 commit a9e0bdc35dfcbead7d4b6fa249d60ebedd7d43ca
67376 Author: Behdad Esfahbod <behdad@behdad.org>
67377 Date:   Thu Nov 22 21:30:04 2018 -0500
67378
67379     [GSUB] Don't flush glyphset during recursion in closure()
67380     
67381     See comment.
67382     
67383     Supercedes https://github.com/harfbuzz/harfbuzz/pull/1401
67384     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11366
67385
67386  src/hb-ot-layout-gsub-table.hh | 5 ++++-
67387  1 file changed, 4 insertions(+), 1 deletion(-)
67388
67389 commit 8982830d3ec54f50cc951de9569520fafc735e75
67390 Author: Garret Rieger <grieger@google.com>
67391 Date:   Mon Nov 19 13:00:24 2018 -0800
67392
67393     [subset] add fuzzer testcase.
67394
67395  ...z-testcase-minimized-hb-subset-fuzzer-5067936541179904 | Bin 0 -> 172 bytes
67396  1 file changed, 0 insertions(+), 0 deletions(-)
67397
67398 commit d0e81b2cc85d09d01905c5fc5b3382c25eaa3bb3
67399 Author: Behdad Esfahbod <behdad@behdad.org>
67400 Date:   Thu Nov 22 21:20:39 2018 -0500
67401
67402     [set] Rename
67403
67404  src/hb-set.hh | 12 ++++++------
67405  1 file changed, 6 insertions(+), 6 deletions(-)
67406
67407 commit e866910579e9cdc5b1ffa2e401fd0c056d44ca6a
67408 Author: Behdad Esfahbod <behdad@behdad.org>
67409 Date:   Thu Nov 22 18:07:59 2018 -0500
67410
67411     Enforce requiring null_size even if min_size is 0
67412     
67413     This concludes null-size enforcement changes
67414
67415  src/hb-null.hh | 2 +-
67416  1 file changed, 1 insertion(+), 1 deletion(-)
67417
67418 commit 4d4fd64ff47da04a7008d410c92e8fb4ad970781
67419 Author: Behdad Esfahbod <behdad@behdad.org>
67420 Date:   Thu Nov 22 18:07:36 2018 -0500
67421
67422     Allow non-nullable OffsetTo<> to non-Null'able objects
67423
67424  src/hb-open-type.hh | 16 +++++++++++++++-
67425  1 file changed, 15 insertions(+), 1 deletion(-)
67426
67427 commit fa9f585ec53bc7145d3bed1a4bd756d64dae1e55
67428 Author: Behdad Esfahbod <behdad@behdad.org>
67429 Date:   Thu Nov 22 17:56:51 2018 -0500
67430
67431     [glyf] Don't mark structs UNBOUNDED
67432     
67433     See comments.
67434
67435  src/hb-ot-glyf-table.hh | 8 ++++++--
67436  1 file changed, 6 insertions(+), 2 deletions(-)
67437
67438 commit f47a60a7543dbaf41086c25a1a22ae518d8b92a9
67439 Author: Behdad Esfahbod <behdad@behdad.org>
67440 Date:   Thu Nov 22 17:53:29 2018 -0500
67441
67442     Mark UnsizedArrayOf<> as UNBOUNDED
67443     
67444     Since min_size is 0, Null() still accepts this type.
67445
67446  src/hb-open-type.hh | 3 ++-
67447  1 file changed, 2 insertions(+), 1 deletion(-)
67448
67449 commit 199a0f7b41b691e371487fd569c0d0146da3c3f3
67450 Author: Behdad Esfahbod <behdad@behdad.org>
67451 Date:   Thu Nov 22 17:31:07 2018 -0500
67452
67453     [ot-shape] Simplify logic
67454
67455  src/hb-ot-shape.cc | 9 ++++++---
67456  1 file changed, 6 insertions(+), 3 deletions(-)
67457
67458 commit 014e4980ed9c8c473001abdb3a44121eb73fd50d
67459 Author: Behdad Esfahbod <behdad@behdad.org>
67460 Date:   Thu Nov 22 16:21:49 2018 -0500
67461
67462     Move
67463
67464  src/hb-ot-shape.cc | 2 +-
67465  1 file changed, 1 insertion(+), 1 deletion(-)
67466
67467 commit 62890dee18b88865a2014fb6a1322c1c9218bd49
67468 Author: Behdad Esfahbod <behdad@behdad.org>
67469 Date:   Thu Nov 22 16:20:29 2018 -0500
67470
67471     [aat] Zero mark advances if decided so even if there's cross-kerning
67472     
67473     Cross-kerning can only take care of positioning vertically.  It doesn't
67474     adjust mark advance...
67475
67476  src/hb-ot-shape.cc | 2 +-
67477  1 file changed, 1 insertion(+), 1 deletion(-)
67478
67479 commit a201fa74cd67f36a402a5c8093889c9d793e9fd5
67480 Author: Behdad Esfahbod <behdad@behdad.org>
67481 Date:   Thu Nov 22 15:52:29 2018 -0500
67482
67483     [aat] Tweak fallback positioning logic when applying morx
67484     
67485     Such that for Indic-like scripts (eg. Khmer), we don't do any fallback mark
67486     advance-zeroing / positioning, but we do for Latin, etc.  Reuses preferences
67487     of our script-specific OpenType shapers for those.
67488     
67489     Fixes regression: https://github.com/harfbuzz/harfbuzz/issues/1393
67490     Which means, fixes again: https://github.com/harfbuzz/harfbuzz/issues/1264
67491     While not regressing: https://github.com/harfbuzz/harfbuzz/issues/1357
67492
67493  src/hb-ot-shape.cc | 38 +++++++++++++++++++++++---------------
67494  src/hb-ot-shape.hh |  3 +++
67495  2 files changed, 26 insertions(+), 15 deletions(-)
67496
67497 commit fa0bd8964d110c168a918bc331dcd350c3fed8c1
67498 Author: Behdad Esfahbod <behdad@behdad.org>
67499 Date:   Thu Nov 22 14:46:39 2018 -0500
67500
67501     [myanmar] Minor move
67502
67503  src/hb-ot-shape-complex.hh | 12 ++++++------
67504  1 file changed, 6 insertions(+), 6 deletions(-)
67505
67506 commit 7dc561984bdb1f29f09ae0793195b5fbf772522b
67507 Author: Behdad Esfahbod <behdad@behdad.org>
67508 Date:   Thu Nov 22 14:45:46 2018 -0500
67509
67510     [myanmar] If there's no GSUB table, pick myanmar shaper
67511     
67512     Needed for morx+kern mark-zeroing interaction.  All other scripts
67513     work this way.
67514
67515  src/hb-ot-shape-complex.hh | 16 +++++++++++++---
67516  1 file changed, 13 insertions(+), 3 deletions(-)
67517
67518 commit 25f52f58c20715cc0dee2dd2885669078a128b08
67519 Author: Behdad Esfahbod <behdad@behdad.org>
67520 Date:   Thu Nov 22 14:41:01 2018 -0500
67521
67522     [myanmar] Remove myanmar_old shaper
67523     
67524     Over time it has become the same as default shaper.  So, remove.
67525
67526  src/hb-ot-shape-complex-myanmar.cc | 21 ---------------------
67527  src/hb-ot-shape-complex.hh         |  4 +---
67528  2 files changed, 1 insertion(+), 24 deletions(-)
67529
67530 commit eeed802b1d0f932c61a088d3e0156ae70645b9e2
67531 Author: Behdad Esfahbod <behdad@behdad.org>
67532 Date:   Thu Nov 22 01:53:36 2018 -0500
67533
67534     Fix spurious gcc warnings
67535     
67536     ../../src/hb-null.hh:53:39: warning: enum constant in boolean context [-Wint-in-bool-context]
67537
67538  src/hb-null.hh | 2 +-
67539  1 file changed, 1 insertion(+), 1 deletion(-)
67540
67541 commit b96ecb9971a9ad089a631d0139f05ae9d880fc55
67542 Author: Behdad Esfahbod <behdad@behdad.org>
67543 Date:   Thu Nov 22 01:49:12 2018 -0500
67544
67545     More
67546     
67547     This makes more of the gcc spurious warning:
67548     
67549     ../../src/hb-null.hh:53:39: warning: enum constant in boolean context [-Wint-in-bool-context]
67550     
67551     But not going to let that defeat correct code.  Type to switch to clang
67552     as my main compiler...
67553
67554  src/hb-blob.hh | 2 +-
67555  1 file changed, 1 insertion(+), 1 deletion(-)
67556
67557 commit 2737aa81e5aee721e868bf0c72f19c0245c721fe
67558 Author: Behdad Esfahbod <behdad@behdad.org>
67559 Date:   Thu Nov 22 01:44:27 2018 -0500
67560
67561     Fix up recent change
67562     
67563     Fixes https://github.com/harfbuzz/harfbuzz/issues/1300
67564
67565  src/hb-null.hh          | 12 +++++++++---
67566  src/hb-open-type.hh     |  5 -----
67567  src/hb-ot-glyf-table.hh |  4 ++--
67568  3 files changed, 11 insertions(+), 10 deletions(-)
67569
67570 commit fffea5aff7a631eedd13c38c1fb7ea4f5f950930
67571 Author: Behdad Esfahbod <behdad@behdad.org>
67572 Date:   Thu Nov 22 01:25:34 2018 -0500
67573
67574     Minor
67575
67576  src/hb-open-type.hh | 6 +++---
67577  1 file changed, 3 insertions(+), 3 deletions(-)
67578
67579 commit 209b58ef731f102b92179ed76551e2fd6b5ed075
67580 Author: Behdad Esfahbod <behdad@behdad.org>
67581 Date:   Thu Nov 22 01:22:33 2018 -0500
67582
67583     Minor
67584
67585  src/hb-ot-kern-table.hh | 2 +-
67586  1 file changed, 1 insertion(+), 1 deletion(-)
67587
67588 commit 3b9fd176e83bbebc4d0b5fc967c15b08fdef7015
67589 Author: Behdad Esfahbod <behdad@behdad.org>
67590 Date:   Thu Nov 22 01:18:55 2018 -0500
67591
67592     Disallow taking Null() of unbounded structs
67593     
67594     Not sure I've marked all such structs.  To be done as we discover.
67595     
67596     Fixes https://github.com/harfbuzz/harfbuzz/issues/1300
67597
67598  src/hb-aat-layout-common.hh |  2 +-
67599  src/hb-machinery.hh         |  4 ++++
67600  src/hb-ot-kern-table.hh     |  2 +-
67601  src/hb-ot-var-fvar-table.hh | 31 ++++++++++++++++---------------
67602  4 files changed, 22 insertions(+), 17 deletions(-)
67603
67604 commit f2b91d6510face95008151bb0d25837723536f9f
67605 Author: Behdad Esfahbod <behdad@behdad.org>
67606 Date:   Thu Nov 22 01:10:22 2018 -0500
67607
67608     Use Type::null_size for our structs in Null(), sizeof() for other types
67609
67610  src/hb-null.hh | 17 +++++++++++++++--
67611  1 file changed, 15 insertions(+), 2 deletions(-)
67612
67613 commit 7dd945a8764cbbf76f686fd9387918b63f7d2fb4
67614 Author: Behdad Esfahbod <behdad@behdad.org>
67615 Date:   Thu Nov 22 01:05:02 2018 -0500
67616
67617     One more time..
67618
67619  src/hb-machinery.hh | 2 +-
67620  1 file changed, 1 insertion(+), 1 deletion(-)
67621
67622 commit d062ad10de6c63d94676660b76526a160cf4299e
67623 Author: Behdad Esfahbod <behdad@behdad.org>
67624 Date:   Thu Nov 22 00:39:14 2018 -0500
67625
67626     Fix bots happy again, hopefully
67627     
67628     So, our fallback static_assert cannot be had more than once per line
67629     of source.
67630
67631  src/hb-machinery.hh | 16 +++++++---------
67632  1 file changed, 7 insertions(+), 9 deletions(-)
67633
67634 commit fb10c021c8a32f8dc054f008caf86af82667e109
67635 Author: Behdad Esfahbod <behdad@behdad.org>
67636 Date:   Thu Nov 22 00:21:49 2018 -0500
67637
67638     Revert alignof() == 1 check
67639     
67640     Bots not happy with using "this" inside assertion...
67641     
67642     This reverts 2656644887e77a9d814bb12374af3c26b42fd935
67643
67644  src/hb-machinery.hh | 12 ++++--------
67645  1 file changed, 4 insertions(+), 8 deletions(-)
67646
67647 commit 8d778877b88155dec1808a994416ead0b3d98ae7
67648 Author: Behdad Esfahbod <behdad@behdad.org>
67649 Date:   Wed Nov 21 23:46:09 2018 -0500
67650
67651     ..
67652
67653  src/hb-machinery.hh | 8 ++++++--
67654  src/hb-null.hh      | 4 ++--
67655  2 files changed, 8 insertions(+), 4 deletions(-)
67656
67657 commit 8cfeed99486e87c3217dc141bc24b7768a460f32
67658 Author: Behdad Esfahbod <behdad@behdad.org>
67659 Date:   Wed Nov 21 23:42:31 2018 -0500
67660
67661     Minor
67662
67663  src/hb-machinery.hh | 4 ++--
67664  1 file changed, 2 insertions(+), 2 deletions(-)
67665
67666 commit e5d954a2fb0c390ea67e83763e3c3a47caa2eb50
67667 Author: Behdad Esfahbod <behdad@behdad.org>
67668 Date:   Wed Nov 21 23:30:50 2018 -0500
67669
67670     Minor
67671
67672  src/hb-machinery.hh | 4 ++--
67673  1 file changed, 2 insertions(+), 2 deletions(-)
67674
67675 commit e987059c618e03d2346c31ed64429d67ce0e367a
67676 Author: Behdad Esfahbod <behdad@behdad.org>
67677 Date:   Wed Nov 21 23:25:06 2018 -0500
67678
67679     Minor
67680
67681  src/hb-machinery.hh | 5 +++--
67682  1 file changed, 3 insertions(+), 2 deletions(-)
67683
67684 commit a2b6d308a40d737f54a79f00bc7ace226bad5aaf
67685 Author: Behdad Esfahbod <behdad@behdad.org>
67686 Date:   Wed Nov 21 23:23:49 2018 -0500
67687
67688     Remove DEFINE_SIZE_ARRAY2
67689
67690  src/hb-machinery.hh        | 6 ------
67691  src/hb-ot-layout-common.hh | 8 ++++----
67692  src/hb-ot-post-table.hh    | 6 +++---
67693  3 files changed, 7 insertions(+), 13 deletions(-)
67694
67695 commit 2656644887e77a9d814bb12374af3c26b42fd935
67696 Author: Behdad Esfahbod <behdad@behdad.org>
67697 Date:   Wed Nov 21 23:23:21 2018 -0500
67698
67699     Check alignof() structs are 1
67700
67701  src/hb-machinery.hh | 16 +++++++++++-----
67702  1 file changed, 11 insertions(+), 5 deletions(-)
67703
67704 commit 6321fdf7040ce48e3de8d34fdcc57caa6433cb66
67705 Author: Behdad Esfahbod <behdad@behdad.org>
67706 Date:   Wed Nov 21 23:19:00 2018 -0500
67707
67708     Whitespace
67709
67710  src/hb-machinery.hh | 4 ++--
67711  1 file changed, 2 insertions(+), 2 deletions(-)
67712
67713 commit f961c1eb88af0d178e5d3431b9d57bdf79669488
67714 Merge: ecdceea86 264439c6c
67715 Author: Behdad Esfahbod <behdad@behdad.org>
67716 Date:   Wed Nov 21 17:27:27 2018 -0500
67717
67718     Merge pull request #1400 from harfbuzz/sharada-sandhi-mark
67719     
67720     Test U+111C9 SHARADA SANDHI MARK
67721
67722 commit 264439c6c308ac5f01c4ba4faf64daa2d642236a
67723 Author: David Corbett <corbett.dav@husky.neu.edu>
67724 Date:   Wed Nov 21 16:33:45 2018 -0500
67725
67726     Test U+111C9 SHARADA SANDHI MARK
67727
67728  .../fonts/86cdd983c4e4c4d7f27dd405d6ceb7d4b9ed3d35.ttf    | Bin 0 -> 968 bytes
67729  test/shaping/data/in-house/tests/use-syllable.tests       |   1 +
67730  2 files changed, 1 insertion(+)
67731
67732 commit ecdceea861952be003e1d435aa3282a4e3e200a9
67733 Merge: b89c7fd3d b3d5b0a5d
67734 Author: Behdad Esfahbod <behdad@behdad.org>
67735 Date:   Wed Nov 21 16:12:32 2018 -0500
67736
67737     Merge pull request #1399 from harfbuzz/sharada-sandhi-mark
67738     
67739     Fix USE categories for U+111C9 SHARADA SANDHI MARK
67740
67741 commit b89c7fd3dc505a958dd4b6acec0e0f8e57224fd8
67742 Author: Behdad Esfahbod <behdad@behdad.org>
67743 Date:   Wed Nov 21 12:32:48 2018 -0500
67744
67745     Allow defining HB_USE_ATEXIT to 0
67746     
67747     That's better use of that value than requiring extra macro HB_NO_ATEXIT
67748
67749  src/hb-common.cc    | 10 +++++-----
67750  src/hb-ft.cc        | 12 ++++++------
67751  src/hb-glib.cc      |  6 +++---
67752  src/hb-icu.cc       |  6 +++---
67753  src/hb-ot-font.cc   |  6 +++---
67754  src/hb-shape.cc     |  6 +++---
67755  src/hb-shaper.cc    |  6 +++---
67756  src/hb-ucdn.cc      |  6 +++---
67757  src/hb-uniscribe.cc |  4 ++--
67758  src/hb.hh           |  5 ++++-
67759  10 files changed, 35 insertions(+), 32 deletions(-)
67760
67761 commit b3d5b0a5d92115ca672b8103999ab7ac88e39a4a
67762 Author: David Corbett <corbett.dav@husky.neu.edu>
67763 Date:   Wed Nov 21 11:35:44 2018 -0500
67764
67765     Fix USE categories for U+111C9 SHARADA SANDHI MARK
67766
67767  src/gen-use-table.py                 | 7 ++++++-
67768  src/hb-ot-shape-complex-use-table.cc | 2 +-
67769  2 files changed, 7 insertions(+), 2 deletions(-)
67770
67771 commit f48bb9a3939067f24a81007e642caaac77cc7167
67772 Author: Behdad Esfahbod <behdad@behdad.org>
67773 Date:   Tue Nov 20 20:40:55 2018 -0500
67774
67775     [var] Deprecated axis enumeration API and add new version
67776     
67777     New version has axis flags.
67778     
67779     New API:
67780     +hb_ot_var_axis_info_t
67781     +hb_ot_var_find_axis_info()
67782     +hb_ot_var_get_axis_infos()
67783     
67784     Deprecated API:
67785     -HB_OT_VAR_NO_AXIS_INDEX
67786     -hb_ot_var_axis_t
67787     -hb_ot_var_find_axis()
67788     -hb_ot_var_get_axes()
67789
67790  docs/harfbuzz-sections.txt  |  14 +++---
67791  src/hb-deprecated.h         |  37 +++++++++++++++
67792  src/hb-ot-var-fvar-table.hh | 112 ++++++++++++++++++++++++++++++++------------
67793  src/hb-ot-var.cc            |  43 ++++++++++++++---
67794  src/hb-ot-var.h             |  61 ++++++++++++------------
67795  test/api/test-ot-face.c     |   2 +-
67796  6 files changed, 192 insertions(+), 77 deletions(-)
67797
67798 commit b2d803cef6974519d5892af2c9efeb8dfba87618
67799 Author: Behdad Esfahbod <behdad@behdad.org>
67800 Date:   Tue Nov 20 11:42:25 2018 -0500
67801
67802     Remove newly-added -hb_ot_var_axis_get_flags()
67803
67804  src/hb-ot-var-fvar-table.hh |  6 ------
67805  src/hb-ot-var.cc            | 12 ------------
67806  src/hb-ot-var.h             |  4 ----
67807  3 files changed, 22 deletions(-)
67808
67809 commit 736897d7a1410fd281fbcedc084b85bf4ba1410c
67810 Author: Behdad Esfahbod <behdad@behdad.org>
67811 Date:   Tue Nov 20 11:40:43 2018 -0500
67812
67813     [var] Make sure hb_ot_var_axis_flags_t is int-sized
67814
67815  src/hb-ot-var.h | 4 +++-
67816  1 file changed, 3 insertions(+), 1 deletion(-)
67817
67818 commit eab5d15f6156e771cb606b760dd170b96c5cd398
67819 Author: Behdad Esfahbod <behdad@behdad.org>
67820 Date:   Tue Nov 20 11:33:33 2018 -0500
67821
67822     [var] Move code
67823
67824  src/hb-ot-var.h | 27 ++++++++++++++-------------
67825  1 file changed, 14 insertions(+), 13 deletions(-)
67826
67827 commit 1ecbf4d3e3de7edc86651c6f805788747d6d89af
67828 Merge: 515f1a161 064f703c7
67829 Author: Michiharu Ariza <ariza@adobe.com>
67830 Date:   Tue Nov 20 17:19:05 2018 -0800
67831
67832     Merge branch 'master' into cff-subset
67833
67834 commit 064f703c7ac5a28803a8221720e922ea6dbd2505
67835 Merge: be1828daa 829511827
67836 Author: Behdad Esfahbod <behdad@behdad.org>
67837 Date:   Tue Nov 20 16:29:30 2018 -0500
67838
67839     Merge pull request #1397 from harfbuzz/small-emoji-table
67840     
67841     Shrink the emoji table by merging adjacent ranges
67842
67843 commit 82951182799772a642d32195dd87e6f0c116f545
67844 Author: David Corbett <corbett.dav@husky.neu.edu>
67845 Date:   Tue Nov 20 15:41:45 2018 -0500
67846
67847     Shrink the emoji table by merging adjacent ranges
67848
67849  src/gen-emoji-table.py        |  13 +--
67850  src/hb-unicode-emoji-table.hh | 189 ++++--------------------------------------
67851  2 files changed, 23 insertions(+), 179 deletions(-)
67852
67853 commit be1828daaa1e1a72d971aed8d34fff54688d0f41
67854 Author: Behdad Esfahbod <behdad@behdad.org>
67855 Date:   Tue Nov 20 11:16:23 2018 -0500
67856
67857     [var] Fix type of coords returned
67858     
67859     Ouch.  Wonder how none of the bots caught the float->int truncation.
67860
67861  src/hb-ot-var-fvar-table.hh | 2 +-
67862  src/hb-ot-var.cc            | 2 +-
67863  src/hb-ot-var.h             | 2 +-
67864  3 files changed, 3 insertions(+), 3 deletions(-)
67865
67866 commit 8f3ee17ae468950a34439785d2e6ac4182efb65c
67867 Author: Behdad Esfahbod <behdad@behdad.org>
67868 Date:   Tue Nov 20 01:38:23 2018 -0500
67869
67870     [travis] Update Coverity token
67871
67872  .travis.yml | 2 +-
67873  1 file changed, 1 insertion(+), 1 deletion(-)
67874
67875 commit f9552362986efd0973b2637d21b787edbc8479f2
67876 Author: Behdad Esfahbod <behdad@behdad.org>
67877 Date:   Tue Nov 20 01:21:36 2018 -0500
67878
67879     Add codecov.io badge
67880
67881  README | 13 +++++++------
67882  1 file changed, 7 insertions(+), 6 deletions(-)
67883
67884 commit 831ba74382e35f110006539f22bebce4d57c8502
67885 Author: Behdad Esfahbod <behdad@behdad.org>
67886 Date:   Tue Nov 20 01:16:08 2018 -0500
67887
67888     Fix Codacy "issues"
67889
67890  src/test-name-table.cc  |  2 +-
67891  src/test-ot-color.cc    | 14 +++++++-------
67892  test/api/test-buffer.c  |  5 +++--
67893  test/api/test-object.c  |  2 +-
67894  test/api/test-ot-name.c |  2 +-
67895  5 files changed, 13 insertions(+), 12 deletions(-)
67896
67897 commit c49e43c1ffee0e9664da6202ace493d932b725a1
67898 Author: Behdad Esfahbod <behdad@behdad.org>
67899 Date:   Tue Nov 20 01:06:50 2018 -0500
67900
67901     [travis] Another push for codecov.io after setting token
67902
67903  .travis.yml | 4 ++--
67904  1 file changed, 2 insertions(+), 2 deletions(-)
67905
67906 commit 96b24c5124a085b7601215360eed847ce5302699
67907 Author: Behdad Esfahbod <behdad@behdad.org>
67908 Date:   Tue Nov 20 01:03:42 2018 -0500
67909
67910     [travis] Add codecov.io
67911
67912  .travis.yml | 1 +
67913  1 file changed, 1 insertion(+)
67914
67915 commit 3c7792ca326abfb989285f794d6ee71ad9f6bf89
67916 Author: David Corbett <corbett.dav@husky.neu.edu>
67917 Date:   Sat Oct 20 15:02:26 2018 -0400
67918
67919     [use] Fix reordering
67920     
67921     Fixes #1235.
67922
67923  src/hb-ot-shape-complex-use.cc                     |  48 ++++++++++++++-------
67924  src/hb.hh                                          |   2 +
67925  .../4afb0e8b9a86bb9bd73a1247de4e33fbe3c1fd93.ttf   | Bin 0 -> 1824 bytes
67926  test/shaping/data/in-house/tests/use.tests         |   3 ++
67927  4 files changed, 38 insertions(+), 15 deletions(-)
67928
67929 commit 587d49fc657c10c8a20f2409a04d72bf80bb361e
67930 Author: Behdad Esfahbod <behdad@behdad.org>
67931 Date:   Mon Nov 19 14:27:19 2018 -0500
67932
67933     [fvar] Add named-instance API
67934     
67935     Fixes https://github.com/harfbuzz/harfbuzz/issues/1241
67936
67937  docs/harfbuzz-sections.txt  |  4 ++++
67938  src/hb-ot-var-fvar-table.hh | 55 ++++++++++++++++++++++++++++++++++++++++++---
67939  src/hb-ot-var.cc            | 33 +++++++++++++++++++++++++++
67940  src/hb-ot-var.h             | 32 ++++++++++++++++++++++++++
67941  4 files changed, 121 insertions(+), 3 deletions(-)
67942
67943 commit 46c0da820fc313bad8afaf019d2cd9065fa5f514
67944 Author: Behdad Esfahbod <behdad@behdad.org>
67945 Date:   Mon Nov 19 13:32:48 2018 -0500
67946
67947     Fix build
67948
67949  src/hb-dsalgs.hh | 2 +-
67950  1 file changed, 1 insertion(+), 1 deletion(-)
67951
67952 commit 56c9238d3da8c034336cf80ba37e03e33c493718
67953 Author: Behdad Esfahbod <behdad@behdad.org>
67954 Date:   Mon Nov 19 13:09:53 2018 -0500
67955
67956     [fvar] Rewrite sanitize
67957
67958  src/hb-ot-var-fvar-table.hh | 8 +++-----
67959  1 file changed, 3 insertions(+), 5 deletions(-)
67960
67961 commit 4a6a692e3ea4fab632a0162c6d513dc151054d8f
67962 Author: Behdad Esfahbod <behdad@behdad.org>
67963 Date:   Mon Nov 19 13:04:43 2018 -0500
67964
67965     [fvar] Use hb_array_t for axes
67966
67967  src/hb-dsalgs.hh            |  6 ++++++
67968  src/hb-ot-var-fvar-table.hh | 14 ++++----------
67969  2 files changed, 10 insertions(+), 10 deletions(-)
67970
67971 commit e0097396010c40cf62641cd12ceb12dd5d79c9c7
67972 Author: Behdad Esfahbod <behdad@behdad.org>
67973 Date:   Mon Nov 19 12:53:53 2018 -0500
67974
67975     [fvar] Minor
67976
67977  src/hb-ot-var-fvar-table.hh | 9 +++++----
67978  1 file changed, 5 insertions(+), 4 deletions(-)
67979
67980 commit 1a2eb108b857de9c5e84cc5de0c12c7657e04498
67981 Author: Behdad Esfahbod <behdad@behdad.org>
67982 Date:   Mon Nov 19 12:36:56 2018 -0500
67983
67984     [ot-var] Add hb_ot_var_axis_get_flags()
67985     
67986     Part of https://github.com/harfbuzz/harfbuzz/issues/1241
67987     
67988     New API:
67989     +hb_ot_var_axis_flags_t
67990     +hb_ot_var_axis_get_flags
67991
67992  docs/harfbuzz-sections.txt  |  2 ++
67993  src/hb-buffer.h             |  2 ++
67994  src/hb-ot-var-fvar-table.hh |  9 +++++++++
67995  src/hb-ot-var.cc            | 12 ++++++++++++
67996  src/hb-ot-var.h             | 13 +++++++++++++
67997  5 files changed, 38 insertions(+)
67998
67999 commit bd6b2ba1d3910cc259db7abeb6c9bd7ed9494857
68000 Author: Behdad Esfahbod <behdad@behdad.org>
68001 Date:   Mon Nov 19 11:34:56 2018 -0500
68002
68003     [ot-var] Add flags
68004     
68005     Unfortunate that we don't have room in hb_ot_var_axis_t to expose flags :(.
68006
68007  src/hb-ot-var-fvar-table.hh | 9 +++++++--
68008  1 file changed, 7 insertions(+), 2 deletions(-)
68009
68010 commit c076c7b85ce4d069ae8b2b04143aca4c4f052ae9
68011 Author: Behdad Esfahbod <behdad@behdad.org>
68012 Date:   Mon Nov 19 11:30:40 2018 -0500
68013
68014     [ot-var] Use hb_ot_name_id_t
68015
68016  src/hb-ot-var.h | 2 +-
68017  1 file changed, 1 insertion(+), 1 deletion(-)
68018
68019 commit 515f1a16140f78c9ec379854851f77a1b44af145
68020 Merge: a6da9b941 e3a1a8350
68021 Author: Michiharu Ariza <ariza@adobe.com>
68022 Date:   Fri Nov 16 17:38:47 2018 -0800
68023
68024     Merge branch 'master' into cff-subset
68025
68026 commit a6da9b9415bae43c58f12a8e43b77ba31dd432a6
68027 Author: Michiharu Ariza <ariza@adobe.com>
68028 Date:   Fri Nov 16 17:29:03 2018 -0800
68029
68030     fixed Charset format selection
68031
68032  src/hb-subset-cff1.cc | 9 ++++++---
68033  1 file changed, 6 insertions(+), 3 deletions(-)
68034
68035 commit e3a1a8350a6a7933b0a100194985f4425ab9de19
68036 Author: Behdad Esfahbod <behdad@behdad.org>
68037 Date:   Fri Nov 16 16:53:25 2018 -0800
68038
68039     2.1.3
68040
68041  NEWS             | 6 ++++++
68042  configure.ac     | 2 +-
68043  src/hb-version.h | 4 ++--
68044  3 files changed, 9 insertions(+), 3 deletions(-)
68045
68046 commit 9714e114b88893bd962b1bcf36382bdacbc4866c
68047 Author: Behdad Esfahbod <behdad@behdad.org>
68048 Date:   Fri Nov 16 16:52:42 2018 -0800
68049
68050     Fix recent commits
68051
68052  src/hb-open-type.hh | 2 +-
68053  1 file changed, 1 insertion(+), 1 deletion(-)
68054
68055 commit 0328a1ce41611ed981d41384ae5727479699f3a0
68056 Author: Behdad Esfahbod <behdad@behdad.org>
68057 Date:   Fri Nov 16 16:48:28 2018 -0800
68058
68059     Revert b4c61130324455bfd42095b01fa14ac901e441f1
68060     
68061     Was causing more trouble than it solved.  We use unsigned for indexing,
68062     and it's not helpful to allow that wrapping to negative integers on
68063     32bit machines.  The only way we could work around it would have been
68064     by accepting int64_t arg, but that's overkill.
68065     
68066     Ignore the MSVC 2008 build issue.  We don't support that compiler.
68067
68068  src/hb-open-type.hh | 17 ++++-------------
68069  1 file changed, 4 insertions(+), 13 deletions(-)
68070
68071 commit 52f61cdb87b67ef42a25288d8624170d0b6d3a25
68072 Author: Behdad Esfahbod <behdad@behdad.org>
68073 Date:   Fri Nov 16 16:41:59 2018 -0800
68074
68075     Detect over/under-flow in UnsizedArray::operator[]
68076     
68077     Was causing bad substitutions in mort table because of WordOffsetToIndex()
68078     producing negative numbers that were cast to unsigned int and returned as
68079     large numbers (which was desirable, so they would be rejected), but then
68080     they were cast to int when passed to this operator and acting as small
68081     negative integers, which was bad...
68082     
68083     Detect overflow.  Ouch, however, now I see this still fails on 32-bit.
68084     Guess I'm going to revert an earlier change.
68085
68086  src/hb-open-type.hh | 21 ++++++++++++++++-----
68087  1 file changed, 16 insertions(+), 5 deletions(-)
68088
68089 commit 6910ff03e66f5f4c9eb5592262d414ef7d91df04
68090 Author: Behdad Esfahbod <behdad@behdad.org>
68091 Date:   Fri Nov 16 16:11:02 2018 -0800
68092
68093     [aat] Fix mort shaping
68094     
68095     Ouch!
68096
68097  src/hb-aat-layout.cc | 2 +-
68098  1 file changed, 1 insertion(+), 1 deletion(-)
68099
68100 commit fdb29ab2b0058c9813f9fc44c83dd9048db92d16
68101 Author: Behdad Esfahbod <behdad@behdad.org>
68102 Date:   Fri Nov 16 15:38:11 2018 -0800
68103
68104     2.1.2
68105
68106  NEWS             | 13 ++++++++++++-
68107  configure.ac     |  2 +-
68108  src/hb-version.h |  4 ++--
68109  3 files changed, 15 insertions(+), 4 deletions(-)
68110
68111 commit cff4c6087fdb667a40f54f20ca3c49251bf076de
68112 Author: Behdad Esfahbod <behdad@behdad.org>
68113 Date:   Fri Nov 16 15:04:41 2018 -0800
68114
68115     Fix vertical fallback space sign
68116     
68117     Ouch!
68118     
68119     Follow-up to cf203af8a33591c163b63dbdf0fd341bc4606190
68120     
68121     Fixes https://github.com/harfbuzz/harfbuzz/issues/1343
68122
68123  src/hb-ot-shape-fallback.cc                   |  8 ++++----
68124  test/shaping/data/in-house/tests/spaces.tests | 22 +++++++++++-----------
68125  2 files changed, 15 insertions(+), 15 deletions(-)
68126
68127 commit 7a97f7074052a5d746af29f0743abd20682b09a2
68128 Author: Behdad Esfahbod <behdad@behdad.org>
68129 Date:   Fri Nov 16 14:46:40 2018 -0800
68130
68131     Don't apply GPOS if applying morx
68132     
68133     That's what Apple does, and it wouldn't degrade our OpenType performance.
68134     
68135     Part of https://github.com/harfbuzz/harfbuzz/issues/1348
68136
68137  src/hb-ot-shape.cc | 2 +-
68138  1 file changed, 1 insertion(+), 1 deletion(-)
68139
68140 commit eafd515639497098436ecf4c7b836e231bced323
68141 Author: Behdad Esfahbod <behdad@behdad.org>
68142 Date:   Fri Nov 16 14:45:56 2018 -0800
68143
68144     Prefer morx table if GSUB is empty (no scripts)
68145     
68146     Fixes https://github.com/harfbuzz/harfbuzz/issues/1348
68147
68148  src/hb-ot-shape.cc | 6 +++++-
68149  1 file changed, 5 insertions(+), 1 deletion(-)
68150
68151 commit aa06574823e27c4dbb378d2467a3e6f6f36af9fe
68152 Author: Behdad Esfahbod <behdad@behdad.org>
68153 Date:   Fri Nov 16 14:31:05 2018 -0800
68154
68155     Minor
68156
68157  src/hb-aat-layout-trak-table.hh | 2 +-
68158  src/hb-ot-layout-gdef-table.hh  | 2 +-
68159  src/hb-ot-layout-gsubgpos.hh    | 2 +-
68160  src/hb-ot-math-table.hh         | 2 +-
68161  src/hb-ot-var-fvar-table.hh     | 2 +-
68162  5 files changed, 5 insertions(+), 5 deletions(-)
68163
68164 commit b6903bd6c4b0c792c821e37a8e223088ae40e5fa
68165 Author: Michiharu Ariza <ariza@adobe.com>
68166 Date:   Fri Nov 16 13:46:58 2018 -0800
68167
68168     ensure fdmap initialized as identity for single-FD (non-CID) fonts
68169
68170  src/hb-subset-cff1.cc | 13 ++++++++++---
68171  src/hb-subset-cff2.cc |  2 ++
68172  2 files changed, 12 insertions(+), 3 deletions(-)
68173
68174 commit b403be8ad98ffd2dbe95dad73e96c7ed1295d9fc
68175 Merge: b67a7c731 50d1a41c0
68176 Author: Michiharu Ariza <ariza@adobe.com>
68177 Date:   Fri Nov 16 12:29:18 2018 -0800
68178
68179     Merge branch 'master' into cff-subset
68180
68181 commit b67a7c731f041323c19ab245f0285c304d9ae3d2
68182 Author: Michiharu Ariza <ariza@adobe.com>
68183 Date:   Fri Nov 16 12:28:24 2018 -0800
68184
68185     drop dotsection as hint along with test case
68186
68187  src/hb-subset-cff-common.hh             |   4 ++++
68188  src/hb-subset-cff1.cc                   |   1 +
68189  test/api/fonts/cff1_dotsect.nohints.otf | Bin 0 -> 3132 bytes
68190  test/api/fonts/cff1_dotsect.otf         | Bin 0 -> 3220 bytes
68191  test/api/test-subset-cff1.c             |  21 +++++++++++++++++++++
68192  5 files changed, 26 insertions(+)
68193
68194 commit 50d1a41c08ad3508a94240b52df03c383ae8f1f8
68195 Author: Behdad Esfahbod <behdad@behdad.org>
68196 Date:   Fri Nov 16 08:52:57 2018 -0500
68197
68198     [coretext] Hopefully the last one
68199
68200  src/hb-coretext.cc | 2 +-
68201  1 file changed, 1 insertion(+), 1 deletion(-)
68202
68203 commit 0aab861f9cda6fba5ce71562d9f087d924e8a161
68204 Author: Behdad Esfahbod <behdad@behdad.org>
68205 Date:   Fri Nov 16 08:43:25 2018 -0500
68206
68207     [coretext] Another round
68208
68209  src/hb-coretext.cc | 8 ++++----
68210  1 file changed, 4 insertions(+), 4 deletions(-)
68211
68212 commit 0809b76a9a1d7bd53818df7e83a9c81e664dfe0e
68213 Author: Behdad Esfahbod <behdad@behdad.org>
68214 Date:   Fri Nov 16 08:29:47 2018 -0500
68215
68216     [coretext] One more try..
68217
68218  src/hb-coretext.cc | 10 +++++-----
68219  1 file changed, 5 insertions(+), 5 deletions(-)
68220
68221 commit 78bd4475946f2d255539306e4b1115f408c54b54
68222 Author: Behdad Esfahbod <behdad@behdad.org>
68223 Date:   Fri Nov 16 04:10:53 2018 -0500
68224
68225     [coretext] One more try
68226
68227  src/hb-coretext.cc | 2 +-
68228  1 file changed, 1 insertion(+), 1 deletion(-)
68229
68230 commit fd27a23c824bbbd4f4c7e75701cc5d287289704b
68231 Author: Behdad Esfahbod <behdad@behdad.org>
68232 Date:   Fri Nov 16 03:57:12 2018 -0500
68233
68234     [coretext] Another build fix attemt
68235
68236  src/hb-coretext.cc | 3 ---
68237  1 file changed, 3 deletions(-)
68238
68239 commit 729aedf0da90cbf11235a35588cfdc06ba87a784
68240 Author: Behdad Esfahbod <behdad@behdad.org>
68241 Date:   Fri Nov 16 03:26:46 2018 -0500
68242
68243     [directwrite] Fix build
68244
68245  src/hb-directwrite.cc | 2 --
68246  1 file changed, 2 deletions(-)
68247
68248 commit cfb9771a3b096006cbae98438f1ba101d222e0e4
68249 Author: Behdad Esfahbod <behdad@behdad.org>
68250 Date:   Fri Nov 16 03:24:22 2018 -0500
68251
68252     [coretext] Try to fix
68253
68254  src/hb-coretext.cc  | 48 ++++++++++++++++++++++++++++++++++++++----------
68255  src/hb-machinery.hh | 15 +++++----------
68256  src/hb-shaper.hh    | 44 --------------------------------------------
68257  3 files changed, 43 insertions(+), 64 deletions(-)
68258
68259 commit e3e9547365417e547beec84494c8bf6e4e2947fb
68260 Author: Behdad Esfahbod <behdad@behdad.org>
68261 Date:   Fri Nov 16 02:55:29 2018 -0500
68262
68263     [coretext] Unbreak build
68264
68265  src/hb-coretext.cc | 4 ++--
68266  1 file changed, 2 insertions(+), 2 deletions(-)
68267
68268 commit ce5da0f36a2ece29c387810a060531df15ad6c7b
68269 Author: Behdad Esfahbod <behdad@behdad.org>
68270 Date:   Fri Nov 16 02:29:13 2018 -0500
68271
68272     [shaper] Rewrite shaper data code to be more template-driven than macro-driven
68273
68274  src/hb-coretext.cc       |  17 +++----
68275  src/hb-directwrite.cc    |   9 +---
68276  src/hb-face.cc           |  12 +----
68277  src/hb-face.hh           |  13 ++----
68278  src/hb-fallback-shape.cc |   5 --
68279  src/hb-font.cc           |  14 ++----
68280  src/hb-font.hh           |  12 ++---
68281  src/hb-graphite2.cc      |  11 ++---
68282  src/hb-machinery.hh      |  14 ++----
68283  src/hb-ot-shape.cc       |   5 --
68284  src/hb-shape-plan.cc     |   4 +-
68285  src/hb-shaper-impl.hh    |   9 +---
68286  src/hb-shaper.hh         | 117 ++++++++++++++++++++++++++++++++---------------
68287  src/hb-uniscribe.cc      |  32 +++++--------
68288  14 files changed, 127 insertions(+), 147 deletions(-)
68289
68290 commit cb4bf85b14afb3761a85e3da130f2844ac94a49d
68291 Author: Behdad Esfahbod <behdad@behdad.org>
68292 Date:   Fri Nov 16 02:02:24 2018 -0500
68293
68294     [hdmx] Fix bounds checking
68295     
68296     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11351
68297
68298  src/hb-ot-hdmx-table.hh | 11 +++++------
68299  1 file changed, 5 insertions(+), 6 deletions(-)
68300
68301 commit af727b4e629f8b07d7afb809be69d053827f6a51
68302 Author: Behdad Esfahbod <behdad@behdad.org>
68303 Date:   Fri Nov 16 01:55:39 2018 -0500
68304
68305     [hdmx] Minor
68306
68307  src/hb-ot-hdmx-table.hh | 14 +++++++-------
68308  1 file changed, 7 insertions(+), 7 deletions(-)
68309
68310 commit 9e9f16c92debecb4caf533fa112898dfec116d98
68311 Author: Behdad Esfahbod <behdad@behdad.org>
68312 Date:   Fri Nov 16 01:48:26 2018 -0500
68313
68314     [subset] Remove invalid glyphs from glypset to retain
68315     
68316     Fixes https://github.com/harfbuzz/harfbuzz/pull/1388
68317
68318  src/hb-subset-plan.cc | 13 +++++++++++++
68319  1 file changed, 13 insertions(+)
68320
68321 commit 072c7aba92d3c92c84454a12578264f12439bb0d
68322 Author: Michiharu Ariza <ariza@adobe.com>
68323 Date:   Thu Nov 15 15:41:46 2018 -0800
68324
68325     use 2-byte offset instead of 4-byte for local subrs
68326     
68327     more than enough since local subrs immediately follow its corresponding private dict, as the result 2-byte redunction for each font dict with local subrs
68328     updated api test expected subset fonts accordingly
68329
68330  src/hb-subset-cff-common.hh                           |   4 ++--
68331  test/api/fonts/AdobeVFPrototype.abc.otf               | Bin 7460 -> 7456 bytes
68332  test/api/fonts/AdobeVFPrototype.ac.nohints.otf        | Bin 6780 -> 6780 bytes
68333  test/api/fonts/AdobeVFPrototype.ac.otf                | Bin 6996 -> 6996 bytes
68334  .../fonts/SourceHanSans-Regular.41,4C2E.nohints.otf   | Bin 2380 -> 2376 bytes
68335  test/api/fonts/SourceHanSans-Regular.41,4C2E.otf      | Bin 2576 -> 2572 bytes
68336  test/api/fonts/SourceSansPro-Regular.abc.otf          | Bin 1812 -> 1808 bytes
68337  test/api/fonts/SourceSansPro-Regular.ac.nohints.otf   | Bin 1592 -> 1592 bytes
68338  test/api/fonts/SourceSansPro-Regular.ac.otf           | Bin 1708 -> 1704 bytes
68339  test/api/fonts/cff1_seac.C0.otf                       | Bin 1604 -> 1600 bytes
68340  10 files changed, 2 insertions(+), 2 deletions(-)
68341
68342 commit 9d0231cfe7c404da3b5bc360ad76180a7aded62c
68343 Author: Michiharu Ariza <ariza@adobe.com>
68344 Date:   Thu Nov 15 15:39:43 2018 -0800
68345
68346     fixed a subset bug when no font dicts reduce
68347
68348  src/hb-ot-cff-common.hh     | 11 +++++++++++
68349  src/hb-subset-cff-common.cc | 24 +++++++++++++-----------
68350  src/hb-subset-cff1.cc       | 27 ++++++---------------------
68351  src/hb-subset-cff2.cc       | 25 +++++--------------------
68352  4 files changed, 35 insertions(+), 52 deletions(-)
68353
68354 commit 11aa0468ac2c62ff734ba6b0f6eb43d1bd6f602b
68355 Author: Ebrahim Byagowi <ebrahim@gnu.org>
68356 Date:   Thu Nov 15 23:10:56 2018 +0330
68357
68358     [subset] minor, adjust spaces
68359
68360  src/hb-open-type.hh            |  70 ++++++------
68361  src/hb-ot-cmap-table.hh        | 182 +++++++++++++++----------------
68362  src/hb-ot-glyf-table.hh        | 242 ++++++++++++++++++++---------------------
68363  src/hb-ot-hdmx-table.hh        |  20 ++--
68364  src/hb-ot-hmtx-table.hh        |  14 +--
68365  src/hb-ot-layout-common.hh     |  77 ++++++-------
68366  src/hb-ot-layout-gpos-table.hh |  16 +--
68367  src/hb-ot-layout-gsub-table.hh |   4 +-
68368  src/hb-ot-layout-gsubgpos.hh   |  88 +++++++--------
68369  src/hb-ot-os2-table.hh         |  24 ++--
68370  src/hb-ot-post-table.hh        |  26 ++---
68371  src/hb-subset-glyf.cc          | 182 +++++++++++++++----------------
68372  src/hb-subset-glyf.hh          |   6 +-
68373  src/hb-subset-input.cc         |   4 +-
68374  src/hb-subset-plan.cc          |  32 +++---
68375  src/hb-subset-plan.hh          |  12 +-
68376  src/hb-subset.cc               |  46 ++++----
68377  src/hb-subset.h                |   7 +-
68378  util/hb-subset.cc              |   2 +-
68379  19 files changed, 510 insertions(+), 544 deletions(-)
68380
68381 commit d7c50ff0d65192fd2b7b80704e227fa108c06de3
68382 Author: Ebrahim Byagowi <ebrahim@gnu.org>
68383 Date:   Thu Nov 15 23:10:49 2018 +0330
68384
68385     [math] minor, adjust spaces
68386
68387  src/hb-ot-math-table.hh | 28 ++++++++++++++--------------
68388  1 file changed, 14 insertions(+), 14 deletions(-)
68389
68390 commit 13735570f051c4131cdc481939799d76c38c758b
68391 Author: Michiharu Ariza <ariza@adobe.com>
68392 Date:   Thu Nov 15 12:10:23 2018 -0800
68393
68394     reject nested seac
68395
68396  src/hb-cff1-interp-cs.hh |  4 ++++
68397  src/hb-ot-cff1-table.cc  | 11 ++++++-----
68398  2 files changed, 10 insertions(+), 5 deletions(-)
68399
68400 commit c37aecd41c5b55e5ef496f3c4cc255a1e2ce7f9f
68401 Merge: ecdb77f0a cabe433fb
68402 Author: Michiharu Ariza <ariza@adobe.com>
68403 Date:   Thu Nov 15 11:03:46 2018 -0800
68404
68405     Merge branch 'master' into cff-subset
68406
68407 commit ecdb77f0ae1ef9b129cf9195dbdaa9f6c4425ed5
68408 Author: Michiharu Ariza <ariza@adobe.com>
68409 Date:   Thu Nov 15 10:54:15 2018 -0800
68410
68411     fixed CFF1 subset of std encoding & non-std charset combo
68412
68413  src/hb-ot-cff-common.hh | 2 --
68414  src/hb-ot-cff1-table.hh | 2 ++
68415  src/hb-subset-cff1.cc   | 5 +++--
68416  3 files changed, 5 insertions(+), 4 deletions(-)
68417
68418 commit cabe433fbb81d314ad9e3cbed768dd13983a4477
68419 Author: Behdad Esfahbod <behdad@behdad.org>
68420 Date:   Thu Nov 15 02:48:50 2018 -0500
68421
68422     [base] Add TODO items
68423
68424  src/hb-ot-layout-base-table.hh | 9 ++++++---
68425  1 file changed, 6 insertions(+), 3 deletions(-)
68426
68427 commit 3bf1ce748fa89316dd32de28bfdc636495e657fb
68428 Author: Behdad Esfahbod <behdad@behdad.org>
68429 Date:   Wed Nov 14 21:08:54 2018 -0500
68430
68431     [shaper] Rename
68432
68433  src/hb-shape-plan.cc |  2 +-
68434  src/hb-shape.cc      |  2 +-
68435  src/hb-shaper.cc     | 16 ++++++++--------
68436  src/hb-shaper.hh     |  4 ++--
68437  4 files changed, 12 insertions(+), 12 deletions(-)
68438
68439 commit c221dc0ba70fd4af94d8f735a9cef1ab92cc6ede
68440 Author: Behdad Esfahbod <behdad@behdad.org>
68441 Date:   Wed Nov 14 14:49:34 2018 -0500
68442
68443     [ot-shape] Move code around
68444
68445  src/hb-aat-layout-common.hh |  4 ++--
68446  src/hb-aat-layout.cc        |  8 ++++----
68447  src/hb-aat-layout.hh        |  6 +++---
68448  src/hb-ot-layout.cc         |  2 +-
68449  src/hb-ot-layout.hh         |  2 +-
68450  src/hb-ot-shape.cc          | 44 +++++++++++++++++++++++++++++---------------
68451  src/hb-ot-shape.hh          |  6 +++---
68452  7 files changed, 43 insertions(+), 29 deletions(-)
68453
68454 commit 892ab37e7c9580e35b35a4d82a99e2ea73ac7b0b
68455 Merge: 3787c0785 7867c2bad
68456 Author: Michiharu Ariza <ariza@adobe.com>
68457 Date:   Wed Nov 14 13:54:07 2018 -0800
68458
68459     Merge branch 'master' into cff-subset
68460
68461 commit 3787c078561f1157bd04644f092c4467f63c717c
68462 Author: Michiharu Ariza <ariza@adobe.com>
68463 Date:   Wed Nov 14 13:38:03 2018 -0800
68464
68465     Implemented seac for extents & subset along with API tests
68466
68467  gtk-doc.make                    | 321 +++++++++++++++++++++++++++++++++++++++-
68468  src/hb-cff-interp-common.hh     |   2 +-
68469  src/hb-cff-interp-cs-common.hh  |   7 +
68470  src/hb-cff1-interp-cs.hh        |  29 +++-
68471  src/hb-ot-cff1-table.cc         | 256 +++++++++++++++++++++++++-------
68472  src/hb-ot-cff1-table.hh         |  88 ++++++++---
68473  src/hb-subset-plan.cc           |  19 +++
68474  test/api/fonts/cff1_seac.C0.otf | Bin 0 -> 1604 bytes
68475  test/api/fonts/cff1_seac.otf    | Bin 0 -> 2260 bytes
68476  test/api/test-ot-extents-cff.c  |  31 ++++
68477  test/api/test-subset-cff1.c     |  19 +++
68478  11 files changed, 699 insertions(+), 73 deletions(-)
68479
68480 commit 7867c2bad05fe48f9e4a1b776fb7da67b747fb4e
68481 Author: Ebrahim Byagowi <ebrahim@gnu.org>
68482 Date:   Wed Nov 14 22:13:50 2018 +0330
68483
68484     [STAT] Add table parsing (#1384)
68485
68486  src/Makefile.sources    |   1 +
68487  src/hb-ot-face.hh       |   2 +
68488  src/hb-ot-font.cc       |   4 +-
68489  src/hb-ot-hmtx-table.hh |  11 +-
68490  src/hb-ot-stat-table.hh | 280 ++++++++++++++++++++++++++++++++++++++++++++++++
68491  5 files changed, 290 insertions(+), 8 deletions(-)
68492
68493 commit 48d16c2ab2b181c733accd4fd9730963e59b6323
68494 Author: Behdad Esfahbod <behdad@behdad.org>
68495 Date:   Wed Nov 14 09:56:30 2018 -0500
68496
68497     [hmtx] Fix signedness issue
68498     
68499     Fixes https://github.com/harfbuzz/harfbuzz/issues/1248#issuecomment-438689499
68500
68501  src/hb-ot-hmtx-table.hh | 6 +++---
68502  1 file changed, 3 insertions(+), 3 deletions(-)
68503
68504 commit 29db2a44a6b7a28ade5e288779dbf5a200b43acd
68505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
68506 Date:   Wed Nov 14 12:13:16 2018 +0330
68507
68508     [ot-color/svg] Note that it can be gzipped
68509
68510  src/hb-ot-color.cc | 2 +-
68511  1 file changed, 1 insertion(+), 1 deletion(-)
68512
68513 commit a9c27d576ffe4452d1a3dae73964a8f4d6dcc088
68514 Merge: 3c3eb5ea9 e543e1a08
68515 Author: Ebrahim Byagowi <ebrahim@gnu.org>
68516 Date:   Wed Nov 14 08:29:17 2018 +0330
68517
68518     Merge pull request #1383 from punchcutter/master
68519     
68520     Add test for https://github.com/harfbuzz/harfbuzz/issues/1379
68521
68522 commit e543e1a0858bb5d7384d82600a789d40b62d9821
68523 Author: punchcutter <zarijoscha@gmail.com>
68524 Date:   Tue Nov 13 20:44:27 2018 -0800
68525
68526     Add Grantha test
68527
68528  .../fonts/dcf774ca21062e7439f98658b18974ea8b956d0c.ttf   | Bin 0 -> 2568 bytes
68529  test/shaping/data/in-house/tests/use.tests               |   1 +
68530  2 files changed, 1 insertion(+)
68531
68532 commit 3c3eb5ea9ccf34d33e94f83b9961b3a5e903d196
68533 Author: Behdad Esfahbod <behdad@behdad.org>
68534 Date:   Tue Nov 13 21:10:10 2018 -0500
68535
68536     [aat] Disable fallback mark advance zeroing and positioning if morx applied
68537     
68538     Fixes https://github.com/harfbuzz/harfbuzz/issues/1357
68539
68540  src/hb-ot-shape.cc | 4 ++--
68541  1 file changed, 2 insertions(+), 2 deletions(-)
68542
68543 commit dc4225ccd1d16a1139cbc6092353db9ed03e8980
68544 Author: Behdad Esfahbod <behdad@behdad.org>
68545 Date:   Tue Nov 13 20:48:46 2018 -0500
68546
68547     Don't retry creating again and again in lazy_loader if create failed
68548     
68549     Still does that if get_null() returns nullptr.  Our shaper data objects
68550     are like that.  Shrug.
68551
68552  src/hb-machinery.hh | 14 ++++++++++----
68553  1 file changed, 10 insertions(+), 4 deletions(-)
68554
68555 commit 086235f59310ed77542d4916d31a4285c68630ff
68556 Merge: 2092f595c c565fc3fb
68557 Author: Behdad Esfahbod <behdad@behdad.org>
68558 Date:   Tue Nov 13 19:50:25 2018 -0500
68559
68560     Merge pull request #1382 from punchcutter/master
68561     
68562     Change USE Category for Grantha Virama
68563
68564 commit 2092f595c7a4c591cace41cb99d31620fa6d5fa4
68565 Merge: 475be9d5c eee5b5ed0
68566 Author: Behdad Esfahbod <behdad@behdad.org>
68567 Date:   Tue Nov 13 19:49:06 2018 -0500
68568
68569     Merge pull request #1380 from kbrow1i/cygwin
68570     
68571     Don't use Win32 API on Cygwin
68572
68573 commit c565fc3fb3b14c02e30af28b9d4d4289b0d2e162
68574 Author: punchcutter <zarijoscha@gmail.com>
68575 Date:   Tue Nov 13 12:51:10 2018 -0800
68576
68577     Change USE Category for Grantha Virama
68578     https://github.com/harfbuzz/harfbuzz/issues/1379
68579
68580  src/gen-use-table.py                 | 3 ++-
68581  src/hb-ot-shape-complex-use-table.cc | 2 +-
68582  2 files changed, 3 insertions(+), 2 deletions(-)
68583
68584 commit 475be9d5c672db6e1764d9425ed7fdaa0dff35c9
68585 Author: Behdad Esfahbod <behdad@behdad.org>
68586 Date:   Tue Nov 13 13:01:13 2018 -0500
68587
68588     Fix Windows build
68589
68590  src/hb-atomic.hh | 4 ++--
68591  1 file changed, 2 insertions(+), 2 deletions(-)
68592
68593 commit fc44dea341f1750fec801faed66656b8a58dcded
68594 Author: Behdad Esfahbod <behdad@behdad.org>
68595 Date:   Tue Nov 13 11:54:33 2018 -0500
68596
68597     Use atomic ints for upem and num_glyphs on face
68598
68599  src/hb-aat-layout-lcar-table.hh |  3 ++-
68600  src/hb-face.cc                  | 10 +++++-----
68601  src/hb-face.hh                  | 24 ++++++++++++++----------
68602  src/hb-ot-color-sbix-table.hh   |  2 +-
68603  src/hb-static.cc                | 13 +++++++++----
68604  5 files changed, 31 insertions(+), 21 deletions(-)
68605
68606 commit 9579ed9755d7c3e47435c55881c9841a5f60ad7e
68607 Author: Behdad Esfahbod <behdad@behdad.org>
68608 Date:   Tue Nov 13 11:45:12 2018 -0500
68609
68610     Make atomic types' internal values non-mutable
68611     
68612     This resulted from confusion previously...
68613
68614  src/hb-atomic.hh | 10 +++++-----
68615  src/hb-object.hh |  2 +-
68616  2 files changed, 6 insertions(+), 6 deletions(-)
68617
68618 commit c52d5bcd9405dbaa9289d720d9f0853aeac6b244
68619 Author: Behdad Esfahbod <behdad@behdad.org>
68620 Date:   Tue Nov 13 11:41:29 2018 -0500
68621
68622     [ot-face] Add 'head' table
68623
68624  src/hb-ot-face.hh       |  1 +
68625  src/hb-ot-glyf-table.hh | 11 +++--------
68626  src/hb-static.cc        |  5 +----
68627  3 files changed, 5 insertions(+), 12 deletions(-)
68628
68629 commit eee5b5ed04f588f618a2251397dd5b850c378627
68630 Author: Ken Brown <kbrown@cornell.edu>
68631 Date:   Mon Nov 12 21:05:39 2018 -0500
68632
68633     Don't use Win32 API on Cygwin
68634     
68635     Cygwin is a Posix platform to the extent possible.  It should use the
68636     Posix API except in special circumstances.
68637
68638  src/hb-atomic.hh                           |  2 +-
68639  src/hb-blob.cc                             | 10 +++++-----
68640  src/hb-mutex.hh                            |  2 +-
68641  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
68642  src/hb.hh                                  |  2 +-
68643  5 files changed, 9 insertions(+), 9 deletions(-)
68644
68645 commit 56f541d0001f6d7e2e35cdd15217bdf52ebf8391
68646 Author: Behdad Esfahbod <behdad@behdad.org>
68647 Date:   Mon Nov 12 19:46:37 2018 -0500
68648
68649     [shape-plan] Remove unused code
68650
68651  src/hb-shape-plan.hh | 12 +-----------
68652  1 file changed, 1 insertion(+), 11 deletions(-)
68653
68654 commit 6c22f3fd95617a8c3cd558858c6758a0d548d370
68655 Author: Behdad Esfahbod <behdad@behdad.org>
68656 Date:   Mon Nov 12 19:26:01 2018 -0500
68657
68658     [shape-plan] Implement fine-grained caching plans with user-features
68659     
68660     Only tag, value, and global-ness of features are considered, not their
68661     start/end offsets.
68662
68663  src/hb-shape-plan.cc | 69 ++++++++++++++++++++++++++++++----------------------
68664  src/hb-shape-plan.hh | 17 ++-----------
68665  2 files changed, 42 insertions(+), 44 deletions(-)
68666
68667 commit cc8428756a1b18b0445c2c5fbb38e05453693dad
68668 Author: Behdad Esfahbod <behdad@behdad.org>
68669 Date:   Mon Nov 12 18:48:10 2018 -0500
68670
68671     [shape-plan] Cache shape plans with variations based on variation indices
68672
68673  src/hb-aat-map.cc    |  4 +---
68674  src/hb-aat-map.hh    |  4 +---
68675  src/hb-ot-map.cc     | 18 +++++------------
68676  src/hb-ot-map.hh     |  6 +++---
68677  src/hb-ot-shape.cc   | 13 +++++--------
68678  src/hb-ot-shape.hh   | 28 +++++++++++++++++++++++---
68679  src/hb-shape-plan.cc | 55 ++++------------------------------------------------
68680  src/hb-shape-plan.hh | 23 ++++++++++++++++++----
68681  8 files changed, 63 insertions(+), 88 deletions(-)
68682
68683 commit 8284cb9fb3600268e06d8a2ba8400700510de7a5
68684 Author: Behdad Esfahbod <behdad@behdad.org>
68685 Date:   Mon Nov 12 18:18:20 2018 -0500
68686
68687     [shape-plan] Refactor more
68688
68689  src/hb-shape-plan.cc | 46 ++++++++++++++++++++++++++--------------------
68690  1 file changed, 26 insertions(+), 20 deletions(-)
68691
68692 commit 1082338525c96206f43785e283e41b3e959871fd
68693 Author: Behdad Esfahbod <behdad@behdad.org>
68694 Date:   Mon Nov 12 18:05:02 2018 -0500
68695
68696     [shape-plan] Only use shape-plan key to initialize hb_ot_shape_plan_t
68697     
68698     Such that we don't accidentally use info not in the cache key.
68699
68700  src/hb-ot-shape.cc   | 25 +++++++++++--------------
68701  src/hb-ot-shape.hh   |  8 +++-----
68702  src/hb-shape-plan.cc |  7 +------
68703  3 files changed, 15 insertions(+), 25 deletions(-)
68704
68705 commit 7ac03f88a22325fb4d6b77ee7694ad11f6a99bcb
68706 Author: Behdad Esfahbod <behdad@behdad.org>
68707 Date:   Mon Nov 12 17:50:30 2018 -0500
68708
68709     [shape-plan] Minor
68710
68711  src/hb-shape-plan.cc | 32 ++++++++++++++++----------------
68712  1 file changed, 16 insertions(+), 16 deletions(-)
68713
68714 commit c7be933439af1bc8251b2b19df75b42bd0f3bdb5
68715 Author: Behdad Esfahbod <behdad@behdad.org>
68716 Date:   Mon Nov 12 17:49:15 2018 -0500
68717
68718     [shape-plan] Refactor some more
68719
68720  src/hb-shape-plan.cc | 147 ++++++++++++++++++++++++++++-----------------------
68721  src/hb-shape-plan.hh |  15 ++++++
68722  2 files changed, 95 insertions(+), 67 deletions(-)
68723
68724 commit fc27777833e052dab91ca5777802e6c4e956deb4
68725 Author: Behdad Esfahbod <behdad@behdad.org>
68726 Date:   Mon Nov 12 17:27:34 2018 -0500
68727
68728     [shape-plan] Refactor more
68729
68730  src/hb-shape-plan.cc | 44 +++++++++++++++++++++++---------------------
68731  1 file changed, 23 insertions(+), 21 deletions(-)
68732
68733 commit 566612295b7c9bc003e9f1723f2491113724b788
68734 Author: Behdad Esfahbod <behdad@behdad.org>
68735 Date:   Mon Nov 12 17:19:45 2018 -0500
68736
68737     [shape-plan] Turn hb_shape_plan_proposal_t into hb_shape_plan_key_t
68738     
68739     And include it in hb_shape_plan_t itself.
68740
68741  src/hb-shape-plan.cc | 206 +++++++++++++++++++--------------------------------
68742  src/hb-shape-plan.hh |  27 +++----
68743  2 files changed, 92 insertions(+), 141 deletions(-)
68744
68745 commit af123bd1b814b4fb881ea3d11f1ef0bcced75942
68746 Author: Behdad Esfahbod <behdad@behdad.org>
68747 Date:   Mon Nov 12 16:27:08 2018 -0500
68748
68749     Add hb_memcmp()
68750
68751  src/hb-dsalgs.hh | 17 ++++++++++++-----
68752  src/hb-set.hh    |  2 +-
68753  2 files changed, 13 insertions(+), 6 deletions(-)
68754
68755 commit 65456bff37ef61094c35574a35c96f6437fd6015
68756 Author: Behdad Esfahbod <behdad@behdad.org>
68757 Date:   Mon Nov 12 16:15:26 2018 -0500
68758
68759     [shape-plan] Minor
68760
68761  src/hb-shape-plan.cc | 15 ++++++++-------
68762  src/hb-shape-plan.hh |  9 +++++----
68763  2 files changed, 13 insertions(+), 11 deletions(-)
68764
68765 commit 1db672a5e903de39f955e70b8814c275ccbe1b5c
68766 Author: Behdad Esfahbod <behdad@behdad.org>
68767 Date:   Mon Nov 12 16:05:09 2018 -0500
68768
68769     [shaper] Rename
68770
68771  src/hb-shape-plan.cc |  2 +-
68772  src/hb-shape.cc      |  2 +-
68773  src/hb-shaper.cc     | 16 ++++++++--------
68774  src/hb-shaper.hh     |  4 ++--
68775  4 files changed, 12 insertions(+), 12 deletions(-)
68776
68777 commit 5212cd8af2171b9d0e9b78196e7758c37f148b80
68778 Author: Behdad Esfahbod <behdad@behdad.org>
68779 Date:   Mon Nov 12 14:25:18 2018 -0500
68780
68781     [fuzzing] Add new test
68782
68783  ...zz-testcase-minimized-hb-shape-fuzzer-5754863779053568 | Bin 0 -> 100 bytes
68784  1 file changed, 0 insertions(+), 0 deletions(-)
68785
68786 commit 274f4c726f461f49f54a79557d63bf95d22903cf
68787 Author: Behdad Esfahbod <behdad@behdad.org>
68788 Date:   Mon Nov 12 14:24:36 2018 -0500
68789
68790     Rename check_array2() to check_array()
68791
68792  src/hb-aat-layout-kerx-table.hh | 2 +-
68793  src/hb-machinery.hh             | 8 ++++----
68794  2 files changed, 5 insertions(+), 5 deletions(-)
68795
68796 commit e014405a214bceff3a1ce80f0b98273c44078e82
68797 Author: Behdad Esfahbod <behdad@behdad.org>
68798 Date:   Mon Nov 12 14:23:31 2018 -0500
68799
68800     Rename check_array(array, a, b) to check_range()
68801
68802  src/hb-aat-layout-common.hh    |  8 ++++++--
68803  src/hb-machinery.hh            | 31 +++++++++++++++++++++++--------
68804  src/hb-open-type.hh            |  4 +++-
68805  src/hb-ot-layout-common.hh     |  5 +++--
68806  src/hb-ot-layout-gpos-table.hh | 11 ++++++++---
68807  src/hb-ot-var-hvar-table.hh    |  4 +++-
68808  src/hb-ot-var-mvar-table.hh    |  4 +++-
68809  7 files changed, 49 insertions(+), 18 deletions(-)
68810
68811 commit c8f4cc49272d8bcd47706a6306a625d724349f5a
68812 Author: Behdad Esfahbod <behdad@behdad.org>
68813 Date:   Mon Nov 12 14:11:29 2018 -0500
68814
68815     [kerx] Fix integer overflow in multiply
68816     
68817     Fixes https://oss-fuzz.com/v2/testcase-detail/5754863779053568
68818
68819  src/hb-aat-layout-kerx-table.hh |  2 +-
68820  src/hb-machinery.hh             | 29 ++++++++++++++++-------------
68821  2 files changed, 17 insertions(+), 14 deletions(-)
68822
68823 commit 1300f027a938d8898cdc9abbcad71afadf70e6e6
68824 Author: Behdad Esfahbod <behdad@behdad.org>
68825 Date:   Mon Nov 12 13:56:48 2018 -0500
68826
68827     [kerx] Minor tweak on previous commit
68828
68829  src/hb-aat-layout-kerx-table.hh | 6 +++---
68830  1 file changed, 3 insertions(+), 3 deletions(-)
68831
68832 commit d6666b3866037c9d3e8a497958af9ba8d2f47a73
68833 Author: Behdad Esfahbod <behdad@behdad.org>
68834 Date:   Mon Nov 12 13:21:14 2018 -0500
68835
68836     [fuzzing] Remove limited-edition build of libraries
68837     
68838     Use normal, production, shared libraries.
68839     
68840     Fixes https://github.com/harfbuzz/harfbuzz/issues/1237
68841
68842  src/Makefile.am          | 31 -------------------------------
68843  test/fuzzing/Makefile.am | 39 +++++++++++++--------------------------
68844  2 files changed, 13 insertions(+), 57 deletions(-)
68845
68846 commit a549aa14a0b60436a16f7f8924a5b5f82b4d5b7e
68847 Author: Behdad Esfahbod <behdad@behdad.org>
68848 Date:   Mon Nov 12 13:01:22 2018 -0500
68849
68850     [kerx] Protect against stack underflow
68851     
68852     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11367
68853
68854  src/hb-aat-layout-kerx-table.hh                            |   2 +-
68855  ...uzz-testcase-minimized-hb-shape-fuzzer-5691469793329152 | Bin 0 -> 69 bytes
68856  2 files changed, 1 insertion(+), 1 deletion(-)
68857
68858 commit 41a8bc7fd9399def8f580b02627a77f3972cc0e9
68859 Merge: 0dfa584cb 77bd0a645
68860 Author: Michiharu Ariza <ariza@adobe.com>
68861 Date:   Mon Nov 12 08:49:00 2018 -0800
68862
68863     Merge branch 'master' into cff-subset
68864
68865 commit 0dfa584cb4af6be2852d038e9bd591f67ea9fc6e
68866 Author: Michiharu Ariza <ariza@adobe.com>
68867 Date:   Mon Nov 12 08:47:07 2018 -0800
68868
68869     changed Adobe company name
68870
68871  src/hb-cff-interp-common.hh      | 2 +-
68872  src/hb-cff-interp-cs-common.hh   | 2 +-
68873  src/hb-cff-interp-dict-common.hh | 2 +-
68874  src/hb-cff1-interp-cs.hh         | 2 +-
68875  src/hb-cff2-interp-cs.hh         | 2 +-
68876  src/hb-ot-cff-common.hh          | 2 +-
68877  src/hb-ot-cff1-table.cc          | 2 +-
68878  src/hb-ot-cff1-table.hh          | 2 +-
68879  src/hb-ot-cff2-table.cc          | 2 +-
68880  src/hb-ot-cff2-table.hh          | 2 +-
68881  src/hb-ot-vorg-table.hh          | 2 +-
68882  src/hb-subset-cff-common.cc      | 2 +-
68883  src/hb-subset-cff-common.hh      | 2 +-
68884  src/hb-subset-cff1.cc            | 2 +-
68885  src/hb-subset-cff1.hh            | 2 +-
68886  src/hb-subset-cff2.cc            | 2 +-
68887  src/hb-subset-cff2.hh            | 2 +-
68888  test/api/test-ot-extents-cff.c   | 2 +-
68889  test/api/test-subset-cff1.c      | 2 +-
68890  test/api/test-subset-cff2.c      | 2 +-
68891  20 files changed, 20 insertions(+), 20 deletions(-)
68892
68893 commit 3e284e02c2a5da758526360a45364a330b8ab8e9
68894 Author: Behdad Esfahbod <behdad@behdad.org>
68895 Date:   Sun Nov 11 22:51:34 2018 -0500
68896
68897     [shape-plan] Minor
68898
68899  src/hb-ot-shape.cc   | 26 ++++++++++++++------------
68900  src/hb-ot-shape.hh   | 15 ++++++++-------
68901  src/hb-shape-plan.cc |  3 ++-
68902  3 files changed, 24 insertions(+), 20 deletions(-)
68903
68904 commit 420c9de6447cdb491184e7f8caf0811b0c962c05
68905 Author: Behdad Esfahbod <behdad@behdad.org>
68906 Date:   Sun Nov 11 22:38:05 2018 -0500
68907
68908     [shape-plan] Minor rename
68909
68910  src/hb-shape-plan.cc | 22 +++++++++++-----------
68911  1 file changed, 11 insertions(+), 11 deletions(-)
68912
68913 commit 77bd0a6458a9169df59f6be667a8eb79bd353dc9
68914 Author: Behdad Esfahbod <behdad@behdad.org>
68915 Date:   Sun Nov 11 22:08:48 2018 -0500
68916
68917     Add variation coords to shape_plan proposal
68918     
68919     This is the root cause of bug worked around in 19e77e01bc13f44138e1d50533327d314dd0a018.
68920     
68921     Still no shape plan caching for variations though.
68922
68923  src/hb-shape-plan.cc | 2 ++
68924  1 file changed, 2 insertions(+)
68925
68926 commit 9c767d075d0be85227b8dc146061de9bd24f3fec
68927 Author: Behdad Esfahbod <behdad@behdad.org>
68928 Date:   Sun Nov 11 22:03:15 2018 -0500
68929
68930     Minor
68931
68932  src/hb-shape-plan.cc | 31 +++++++++++++------------------
68933  1 file changed, 13 insertions(+), 18 deletions(-)
68934
68935 commit f521a28b4aad1566664cf14d70a911728ee0b962
68936 Author: Behdad Esfahbod <behdad@behdad.org>
68937 Date:   Sun Nov 11 21:32:01 2018 -0500
68938
68939     Embed hb_ot_shape_plan_t into hb_shape_plan_t
68940     
68941     No other shaper will need shape_plan_data, by definition.  So, remove
68942     abstraction layer and always create hb_ot_shape_plan_t as part of
68943     hb_shape_plan_t.
68944
68945  src/hb-coretext.cc       | 45 ----------------------
68946  src/hb-directwrite.cc    | 21 ----------
68947  src/hb-fallback-shape.cc | 22 -----------
68948  src/hb-graphite2.cc      | 22 -----------
68949  src/hb-ot-shape.cc       | 99 ++++++++++++++++++++++--------------------------
68950  src/hb-ot-shape.hh       | 21 +++++-----
68951  src/hb-shape-plan.cc     | 22 ++++++-----
68952  src/hb-shape-plan.hh     |  3 +-
68953  src/hb-uniscribe.cc      | 22 -----------
68954  9 files changed, 70 insertions(+), 207 deletions(-)
68955
68956 commit fabb01210433ce1c6d5f630bc270f82a8a4a4014
68957 Author: Behdad Esfahbod <behdad@behdad.org>
68958 Date:   Sun Nov 11 17:10:23 2018 -0500
68959
68960     Remove wrong comment
68961
68962  src/hb-shape-plan.cc | 1 -
68963  1 file changed, 1 deletion(-)
68964
68965 commit 1fd183ee1c40e2eedf86b5e82d1b547c5650ebf5
68966 Author: Behdad Esfahbod <behdad@behdad.org>
68967 Date:   Sun Nov 11 16:47:52 2018 -0500
68968
68969     Finish off eecccc919ce15f60ae7ef9da5cfb311b4aa05c63
68970
68971  src/hb-machinery.hh | 5 +----
68972  1 file changed, 1 insertion(+), 4 deletions(-)
68973
68974 commit 1beacdded9cd1e4467b52244cdfd8497516eb107
68975 Author: Behdad Esfahbod <behdad@behdad.org>
68976 Date:   Sun Nov 11 16:35:28 2018 -0500
68977
68978     Minor
68979
68980  src/hb-coretext.cc       | 8 ++++----
68981  src/hb-directwrite.cc    | 4 ++--
68982  src/hb-fallback-shape.cc | 4 ++--
68983  src/hb-graphite2.cc      | 4 ++--
68984  src/hb-ot-shape.cc       | 4 ++--
68985  src/hb-shaper.hh         | 3 ++-
68986  src/hb-uniscribe.cc      | 4 ++--
68987  7 files changed, 16 insertions(+), 15 deletions(-)
68988
68989 commit e88d47b7f2f9aee5b0b3cdc0b8f708884175a71f
68990 Author: Behdad Esfahbod <behdad@behdad.org>
68991 Date:   Sun Nov 11 16:25:43 2018 -0500
68992
68993     Minor
68994
68995  src/hb-face.cc | 2 +-
68996  src/hb-face.hh | 2 +-
68997  2 files changed, 2 insertions(+), 2 deletions(-)
68998
68999 commit 55c66c7c56c1ecd493f51fe66fd434b28addfb41
69000 Author: Behdad Esfahbod <behdad@behdad.org>
69001 Date:   Sun Nov 11 16:09:38 2018 -0500
69002
69003     Revert "Declare Null() constexpr"
69004     
69005     This reverts commit 442a72d95ab1fb3a47b486d8d1eb68e909d0ffb8.
69006     
69007     Doesn't make sense.  No idea how my local compilers where happy with it!
69008
69009  src/hb-null.hh | 2 +-
69010  1 file changed, 1 insertion(+), 1 deletion(-)
69011
69012 commit 98c6f03ccdd0630282ea0b166f66dcfb2a9c1f51
69013 Author: Behdad Esfahbod <behdad@behdad.org>
69014 Date:   Sun Nov 11 15:54:20 2018 -0500
69015
69016     Minor
69017
69018  src/hb-face.cc | 1 -
69019  1 file changed, 1 deletion(-)
69020
69021 commit 442a72d95ab1fb3a47b486d8d1eb68e909d0ffb8
69022 Author: Behdad Esfahbod <behdad@behdad.org>
69023 Date:   Sun Nov 11 15:51:23 2018 -0500
69024
69025     Declare Null() constexpr
69026
69027  src/hb-null.hh | 2 +-
69028  1 file changed, 1 insertion(+), 1 deletion(-)
69029
69030 commit eecccc919ce15f60ae7ef9da5cfb311b4aa05c63
69031 Author: Behdad Esfahbod <behdad@behdad.org>
69032 Date:   Sun Nov 11 15:48:47 2018 -0500
69033
69034     Don't store to null object
69035     
69036     Ouch :).
69037
69038  src/hb-machinery.hh | 9 ++++-----
69039  1 file changed, 4 insertions(+), 5 deletions(-)
69040
69041 commit 903856ab505cbc6b756d7b904650df72e90f67a7
69042 Author: Behdad Esfahbod <behdad@behdad.org>
69043 Date:   Sun Nov 11 15:45:58 2018 -0500
69044
69045     Remove unused function
69046
69047  src/hb-machinery.hh | 5 -----
69048  1 file changed, 5 deletions(-)
69049
69050 commit 0e0af11c62c6a55248a5d3c8868da91ef36384c5
69051 Author: Behdad Esfahbod <behdad@behdad.org>
69052 Date:   Sun Nov 11 12:54:16 2018 -0500
69053
69054     [hdmx] Renames
69055
69056  src/hb-ot-hdmx-table.hh | 46 +++++++++++++++++++++++-----------------------
69057  1 file changed, 23 insertions(+), 23 deletions(-)
69058
69059 commit da6aa3b0333de3f2169a5cfcb33374e1b2fe346e
69060 Author: Behdad Esfahbod <behdad@behdad.org>
69061 Date:   Sun Nov 11 11:40:57 2018 -0500
69062
69063     Add hb_blob_ptr_t.destroy()
69064
69065  src/hb-blob.hh                 | 1 +
69066  src/hb-ot-cmap-table.hh        | 2 +-
69067  src/hb-ot-color-cbdt-table.hh  | 4 ++--
69068  src/hb-ot-color-sbix-table.hh  | 2 +-
69069  src/hb-ot-color-svg-table.hh   | 2 +-
69070  src/hb-ot-glyf-table.hh        | 4 ++--
69071  src/hb-ot-hmtx-table.hh        | 6 +++---
69072  src/hb-ot-layout-gdef-table.hh | 2 +-
69073  src/hb-ot-layout-gsubgpos.hh   | 2 +-
69074  src/hb-ot-name-table.hh        | 2 +-
69075  src/hb-ot-post-table.hh        | 2 +-
69076  11 files changed, 15 insertions(+), 14 deletions(-)
69077
69078 commit bb9abb4efd7d72198ffe8abb137ccf07ae17743e
69079 Author: Behdad Esfahbod <behdad@behdad.org>
69080 Date:   Sun Nov 11 00:39:52 2018 -0500
69081
69082     [hmtx/port] Use hb_blob_ptr_t
69083
69084  src/hb-ot-hmtx-table.hh | 24 ++++++++++--------------
69085  src/hb-ot-post-table.hh | 11 +++++------
69086  2 files changed, 15 insertions(+), 20 deletions(-)
69087
69088 commit 0e2680a6e8d16afd38ffdb6e8cf244150a5e3837
69089 Author: Behdad Esfahbod <behdad@behdad.org>
69090 Date:   Sun Nov 11 00:28:47 2018 -0500
69091
69092     [cmap] Port to hb_blob_ptr_t
69093     
69094     Although didn't need it...
69095
69096  src/hb-ot-cmap-table.hh | 7 +++----
69097  1 file changed, 3 insertions(+), 4 deletions(-)
69098
69099 commit 0b0fad3ea8888d57d1e077077f5897d1901c5371
69100 Author: Behdad Esfahbod <behdad@behdad.org>
69101 Date:   Sun Nov 11 00:26:55 2018 -0500
69102
69103     [color] Port to hb_blob_ptr_t
69104     
69105     Fix hb_blob_ptr_t::get_length () as well.
69106
69107  src/hb-blob.hh                |  2 +-
69108  src/hb-ot-color-cbdt-table.hh | 38 +++++++++++++-------------------------
69109  src/hb-ot-color-sbix-table.hh | 10 ++++------
69110  src/hb-ot-color-svg-table.hh  | 11 +++++------
69111  src/hb-ot-glyf-table.hh       | 22 ++++++++--------------
69112  5 files changed, 31 insertions(+), 52 deletions(-)
69113
69114 commit 925b7a214f06b83b6f2278052656dabc4ebdd6b7
69115 Author: Behdad Esfahbod <behdad@behdad.org>
69116 Date:   Sun Nov 11 00:17:30 2018 -0500
69117
69118     Comment
69119
69120  src/hb-font.cc | 2 +-
69121  1 file changed, 1 insertion(+), 1 deletion(-)
69122
69123 commit dcb63868333ba8e229fd8756377151440dd9fd23
69124 Author: Behdad Esfahbod <behdad@behdad.org>
69125 Date:   Sun Nov 11 00:16:17 2018 -0500
69126
69127     [shape-plan] Remove use of custom null object
69128
69129  src/hb-shape-plan.cc | 24 ------------------------
69130  src/hb-shape-plan.hh |  1 -
69131  2 files changed, 25 deletions(-)
69132
69133 commit 109891d49876de4de14a91adefbdf681c2b9acc2
69134 Author: Behdad Esfahbod <behdad@behdad.org>
69135 Date:   Sun Nov 11 00:15:08 2018 -0500
69136
69137     [shape-plan] Make null object all zeros
69138     
69139     To remove custom null object next..
69140
69141  src/hb-shape-plan.cc | 8 ++++----
69142  src/hb-shape-plan.hh | 2 +-
69143  2 files changed, 5 insertions(+), 5 deletions(-)
69144
69145 commit 34185ff3bc7ece5620145fc05da07c79da950f34
69146 Author: Behdad Esfahbod <behdad@behdad.org>
69147 Date:   Sun Nov 11 00:12:30 2018 -0500
69148
69149     [blob] Use default null object
69150
69151  src/hb-blob.cc | 12 ------------
69152  src/hb-blob.hh |  1 -
69153  2 files changed, 13 deletions(-)
69154
69155 commit 2ee1d9f555fba60342bab63294a6dacca10466de
69156 Author: Behdad Esfahbod <behdad@behdad.org>
69157 Date:   Sun Nov 11 00:11:28 2018 -0500
69158
69159     [blob] Change null object memory mode to DUPLICATE
69160     
69161     We never rely on that being equal to readonly.  Just not being
69162     writable.  Maybe not even that given that the object is inert.
69163     
69164     In prep for next commit, using default null pool.
69165
69166  src/hb-blob.cc | 2 +-
69167  1 file changed, 1 insertion(+), 1 deletion(-)
69168
69169 commit 5d0078a48b246e713817e5bb6b4efada9618bea3
69170 Author: Behdad Esfahbod <behdad@behdad.org>
69171 Date:   Sat Nov 10 23:52:15 2018 -0500
69172
69173     Add hb_blob_ptr_t
69174     
69175     Use in a couple of places.  Push to bots to see how many unhappy before
69176     I convert the rest.
69177
69178  src/hb-blob.hh                 | 23 +++++++++++++++++++++++
69179  src/hb-ot-layout-gdef-table.hh |  5 ++---
69180  src/hb-ot-layout-gsubgpos.hh   |  8 +++-----
69181  src/hb-ot-layout.cc            | 14 ++++++--------
69182  src/hb-ot-name-table.hh        | 12 +++++-------
69183  5 files changed, 39 insertions(+), 23 deletions(-)
69184
69185 commit e44046ec499949884b9b77c4c9937ad381386850
69186 Author: Behdad Esfahbod <behdad@behdad.org>
69187 Date:   Sat Nov 10 22:41:35 2018 -0500
69188
69189     Minor
69190
69191  src/hb-ot-layout.cc | 5 ++---
69192  1 file changed, 2 insertions(+), 3 deletions(-)
69193
69194 commit 752bd8a192af209f44dacaf1d3510d0bfc6354b8
69195 Author: Behdad Esfahbod <behdad@behdad.org>
69196 Date:   Sat Nov 10 21:13:13 2018 -0500
69197
69198     [kerx] Fix Format1 tupleKern sanitization
69199     
69200     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11312
69201     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11305
69202
69203  src/hb-aat-layout-kerx-table.hh                            |   6 +++---
69204  ...uzz-testcase-minimized-hb-shape-fuzzer-5629524117553152 | Bin 0 -> 93 bytes
69205  2 files changed, 3 insertions(+), 3 deletions(-)
69206
69207 commit f9e0552debc45afedd86c848484bcd169af62dc2
69208 Author: Behdad Esfahbod <behdad@behdad.org>
69209 Date:   Sat Nov 10 21:01:49 2018 -0500
69210
69211     [fuzzing] Make "make lib" faster and more usable
69212
69213  src/Makefile.am          |  2 +-
69214  test/fuzzing/Makefile.am | 12 +++++++-----
69215  2 files changed, 8 insertions(+), 6 deletions(-)
69216
69217 commit 4674655841bb810e7b68f03431d7b5a7c34c6f20
69218 Author: Behdad Esfahbod <behdad@behdad.org>
69219 Date:   Sat Nov 10 20:11:10 2018 -0500
69220
69221     Minor
69222
69223  src/hb-ot-shape-complex-arabic-fallback.hh | 3 +++
69224  1 file changed, 3 insertions(+)
69225
69226 commit a953b647507fe2ae8f5187fbfb04e69d2a2952e4
69227 Author: Behdad Esfahbod <behdad@behdad.org>
69228 Date:   Sat Nov 10 20:10:03 2018 -0500
69229
69230     Revert parts of previous commit that made clang unhappy
69231
69232  src/hb-machinery.hh | 2 +-
69233  1 file changed, 1 insertion(+), 1 deletion(-)
69234
69235 commit 1d66cdcf770e45d995a318592352e4349faecb71
69236 Author: Behdad Esfahbod <behdad@behdad.org>
69237 Date:   Sat Nov 10 19:54:08 2018 -0500
69238
69239     Better fix for MSVC 2008
69240     
69241     Follow up on b4c61130324455bfd42095b01fa14ac901e441f1
69242     
69243     Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
69244
69245  src/hb-machinery.hh            | 8 ++++----
69246  src/hb-open-type.hh            | 8 ++++++++
69247  src/hb-ot-cmap-table.hh        | 4 ++--
69248  src/hb-ot-layout-gpos-table.hh | 4 ++--
69249  src/hb-ot-var-avar-table.hh    | 9 ++++-----
69250  5 files changed, 20 insertions(+), 13 deletions(-)
69251
69252 commit fb2a037f54f3cd323a447925f6534eccd1c709c1
69253 Merge: 879841658 b4c611303
69254 Author: Michiharu Ariza <ariza@adobe.com>
69255 Date:   Sat Nov 10 16:23:11 2018 -0800
69256
69257     Merge branch 'master' into cff-subset
69258
69259 commit b4c61130324455bfd42095b01fa14ac901e441f1
69260 Author: Behdad Esfahbod <behdad@behdad.org>
69261 Date:   Sat Nov 10 16:35:39 2018 -0500
69262
69263     Try fixing MSVC 2008 build
69264     
69265     Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
69266
69267  src/hb-open-type.hh | 12 ++++++++++--
69268  1 file changed, 10 insertions(+), 2 deletions(-)
69269
69270 commit f2e942f3023e3c5cb3e732ee7b4782b3df170a85
69271 Author: Behdad Esfahbod <behdad@behdad.org>
69272 Date:   Sat Nov 10 16:11:14 2018 -0500
69273
69274     Fix hb_bytes_t's unused template array constructor
69275
69276  src/hb-dsalgs.hh | 2 +-
69277  1 file changed, 1 insertion(+), 1 deletion(-)
69278
69279 commit 6213a75b68825037fbaf6f5ad4eef66e8bad4b3c
69280 Author: Behdad Esfahbod <behdad@behdad.org>
69281 Date:   Sat Nov 10 16:09:21 2018 -0500
69282
69283     Add trivial casts to hb_bytes_t
69284
69285  src/hb-dsalgs.hh | 3 +++
69286  1 file changed, 3 insertions(+)
69287
69288 commit 8bb97d2ce140b7fe81d0726c32e024d887e0be1c
69289 Author: Behdad Esfahbod <behdad@behdad.org>
69290 Date:   Sat Nov 10 15:54:33 2018 -0500
69291
69292     Revert back hb_bytes_t.cmp() to the scheme it was
69293     
69294     But fix UBSan complaint.
69295     
69296     There's nothing in hb_bytes_t that guarantees lexical ordering, and
69297     ordering by length first is much faster.
69298
69299  src/hb-dsalgs.hh | 13 ++++++-------
69300  1 file changed, 6 insertions(+), 7 deletions(-)
69301
69302 commit 534e1d7694c96f61e853daef481b41274d5d16d8
69303 Author: Behdad Esfahbod <behdad@behdad.org>
69304 Date:   Sat Nov 10 15:43:16 2018 -0500
69305
69306     Fix hb_bytes_t.cmp() for realz this time
69307
69308  src/hb-dsalgs.hh | 10 ++++++----
69309  1 file changed, 6 insertions(+), 4 deletions(-)
69310
69311 commit 929f07dbfc8b8c40771d27a502f6e5842c1c1e90
69312 Author: Behdad Esfahbod <behdad@behdad.org>
69313 Date:   Sat Nov 10 15:38:48 2018 -0500
69314
69315     Fix hb_bytes_t.cmp()
69316     
69317     Ouch!
69318
69319  src/hb-dsalgs.hh | 8 +++++---
69320  1 file changed, 5 insertions(+), 3 deletions(-)
69321
69322 commit 5547bfa9f2815df727fa524b0ea0f136a6f955b7
69323 Merge: 3a9fa8c02 1d82b4761
69324 Author: Behdad Esfahbod <behdad@behdad.org>
69325 Date:   Sat Nov 10 15:35:12 2018 -0500
69326
69327     Merge pull request #1376 from ebraminio/minor
69328     
69329     [colr/feat/trak] minor
69330
69331 commit 1d82b4761d0a2e2e0be002e8a6bfe060f7b6dec3
69332 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69333 Date:   Sat Nov 10 18:08:11 2018 +0330
69334
69335     [colr/feat/trak] minor
69336
69337  src/hb-aat-layout-feat-table.hh | 14 +++++++-------
69338  src/hb-aat-layout-trak-table.hh | 35 +++++++++++++++++++----------------
69339  src/hb-ot-color-colr-table.hh   | 18 ++++++------------
69340  3 files changed, 32 insertions(+), 35 deletions(-)
69341
69342 commit 3a9fa8c026bf28bf87e20ec95327f74fd7070b74
69343 Author: Behdad Esfahbod <behdad@behdad.org>
69344 Date:   Sat Nov 10 01:56:37 2018 -0500
69345
69346     [qsort] Fix O(N^2) behavior if all array elements are the same
69347     
69348     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11327
69349     
69350     Reported as https://github.com/noporpoise/sort_r/issues/7
69351
69352  src/hb-dsalgs.hh                                        |  15 +++++++++++----
69353  ...-testcase-minimized-hb-shape-fuzzer-5634443633491968 | Bin 0 -> 41814 bytes
69354  2 files changed, 11 insertions(+), 4 deletions(-)
69355
69356 commit b308aaccf0773e252880b9b887f3d3d1dec00168
69357 Author: Behdad Esfahbod <behdad@behdad.org>
69358 Date:   Sat Nov 10 00:37:17 2018 -0500
69359
69360     [post] Minor
69361
69362  src/hb-ot-post-table.hh | 22 +++++++++-------------
69363  1 file changed, 9 insertions(+), 13 deletions(-)
69364
69365 commit 4111c3b8cd1b1c44f722877614ec1ee25111e78c
69366 Author: Behdad Esfahbod <behdad@behdad.org>
69367 Date:   Sat Nov 10 00:26:36 2018 -0500
69368
69369     [post] Move sanitize close to data fields
69370
69371  src/hb-ot-post-table.hh | 26 +++++++++++++-------------
69372  1 file changed, 13 insertions(+), 13 deletions(-)
69373
69374 commit e26e6dbb336e48a5898738dbbd9e56e3a00b7bed
69375 Author: Behdad Esfahbod <behdad@behdad.org>
69376 Date:   Sat Nov 10 00:19:50 2018 -0500
69377
69378     [post] Remove unnecessary hb_nonnull_ptr_t<>
69379
69380  src/hb-ot-post-table.hh | 2 +-
69381  1 file changed, 1 insertion(+), 1 deletion(-)
69382
69383 commit 6b8178c6499f8d0ee45a57332af778af0e48d1b5
69384 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69385 Date:   Sat Nov 10 02:42:08 2018 +0330
69386
69387     [glyf] minor
69388
69389  src/hb-ot-glyf-table.hh | 2 +-
69390  1 file changed, 1 insertion(+), 1 deletion(-)
69391
69392 commit 87984165877c90bf4e0a0418a6407e44c048335d
69393 Author: Michiharu Ariza <ariza@adobe.com>
69394 Date:   Fri Nov 9 08:59:18 2018 -0800
69395
69396     fixed vstem handling (lack thereof) in check_width
69397     
69398     bug exposed by U+2261 equivalence in SourceCodePro-Regular.otf
69399
69400  src/hb-cff1-interp-cs.hh | 5 ++++-
69401  1 file changed, 4 insertions(+), 1 deletion(-)
69402
69403 commit 5f97fe9956274d9de4e7813d7f2e850d9ffd8224
69404 Author: Behdad Esfahbod <behdad@behdad.org>
69405 Date:   Fri Nov 9 10:01:50 2018 -0500
69406
69407     Fix a few MSVC 2008 warnings
69408     
69409     https://github.com/harfbuzz/harfbuzz/issues/1374
69410
69411  src/hb-set.hh    | 4 ++--
69412  src/hb-vector.hh | 3 +++
69413  2 files changed, 5 insertions(+), 2 deletions(-)
69414
69415 commit f51bb6ee7bd4ebca9b432851adc527ec086360fe
69416 Merge: 2d987110c b986fead0
69417 Author: Behdad Esfahbod <behdad@behdad.org>
69418 Date:   Thu Nov 8 14:42:40 2018 -0500
69419
69420     Merge pull request #1358 from ebraminio/lcar
69421     
69422     Hook AAT's lcar to _get_ligature_carets
69423
69424 commit b986fead0aee52d219ce85dd49c9109bfaf31801
69425 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69426 Date:   Mon Nov 5 12:31:58 2018 +0330
69427
69428     Hook AAT's lcar to _get_ligature_carets
69429
69430  src/Makefile.sources               |   1 +
69431  src/hb-aat-layout-lcar-table.hh    |  92 +++++++++++++++++++++++++++++++++++++
69432  src/hb-ot-face.hh                  |   1 +
69433  src/hb-ot-layout-gdef-table.hh     |   6 +--
69434  src/hb-ot-layout.cc                |  17 ++++---
69435  test/api/Makefile.am               |   1 +
69436  test/api/fonts/lcar.ttf            | Bin 0 -> 808 bytes
69437  test/api/test-ot-ligature-carets.c |  67 +++++++++++++++++++++++++++
69438  8 files changed, 175 insertions(+), 10 deletions(-)
69439
69440 commit 2d987110c067ccbf63b1399d2a87820121925e39
69441 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69442 Date:   Thu Nov 8 21:46:26 2018 +0330
69443
69444     [aat] Minor
69445
69446  src/hb-aat-layout-just-table.hh | 4 ++--
69447  1 file changed, 2 insertions(+), 2 deletions(-)
69448
69449 commit 9fae611740f514e5fc101a18c4551a20b4a47b59
69450 Author: Behdad Esfahbod <behdad@behdad.org>
69451 Date:   Thu Nov 8 12:17:09 2018 -0500
69452
69453     [test/text-rendering-tests] Update from upstream
69454
69455  test/shaping/data/text-rendering-tests/DISABLED          |  1 +
69456  test/shaping/data/text-rendering-tests/Makefile.sources  |  2 +-
69457  .../data/text-rendering-tests/tests/MORX-31.tests        | 16 ++++++++--------
69458  3 files changed, 10 insertions(+), 9 deletions(-)
69459
69460 commit b989507fa6b36eb9950001d4e28f3946ffbe75f9
69461 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69462 Date:   Thu Nov 8 20:48:54 2018 +0330
69463
69464     [aat] Minor (#1369)
69465
69466  src/hb-aat-layout-just-table.hh | 11 ++++++-----
69467  src/hb-aat-layout-trak-table.hh | 12 ++++++------
69468  2 files changed, 12 insertions(+), 11 deletions(-)
69469
69470 commit 26c291aaa023d31c793b6f505c76e0dd7acbff9b
69471 Merge: 417963dd9 f90423847
69472 Author: Michiharu Ariza <ariza@adobe.com>
69473 Date:   Thu Nov 8 09:06:49 2018 -0800
69474
69475     Merge branch 'master' into cff-subset
69476
69477 commit 417963dd9f93a316e672c77493e763978bfdbc28
69478 Author: Michiharu Ariza <ariza@adobe.com>
69479 Date:   Thu Nov 8 09:01:20 2018 -0800
69480
69481     got rid of Remap::fullset() as incorrect, redundant, inefficient
69482
69483  src/hb-ot-cff-common.hh | 22 ----------------------
69484  1 file changed, 22 deletions(-)
69485
69486 commit f90423847b07ff9c9f66be6dfa3b6071f9c7d9d3
69487 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69488 Date:   Thu Nov 8 19:17:02 2018 +0330
69489
69490     [just] Initial table implementation (#1364)
69491     
69492     A starting point, its sanitization is not tested however
69493
69494  src/Makefile.sources            |   1 +
69495  src/hb-aat-layout-just-table.hh | 416 ++++++++++++++++++++++++++++++++++++++++
69496  src/hb-aat-layout.cc            |   1 +
69497  3 files changed, 418 insertions(+)
69498
69499 commit b8b00fb3c60d23efca5720db15555c4a01c56a45
69500 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69501 Date:   Thu Nov 8 18:53:14 2018 +0330
69502
69503     [aat] Support Lookup<OffsetTo<>>, needed by just and lcar (#1368)
69504
69505  src/hb-aat-layout-common.hh | 57 +++++++++++++++++++++++++++++++++++++++++++++
69506  src/hb-open-type.hh         | 11 +++++++++
69507  2 files changed, 68 insertions(+)
69508
69509 commit 073d0a9fbcf4f9cf44878f3f91afa27615b14e5c
69510 Author: Ebrahim Byagowi <ebrahim@gnu.org>
69511 Date:   Thu Nov 8 10:59:50 2018 +0330
69512
69513     [ci] minor
69514
69515  .circleci/config.yml | 1 +
69516  1 file changed, 1 insertion(+)
69517
69518 commit 15326826bf20f1f3d5ef3ddde2ad17b0ccbfa605
69519 Author: Behdad Esfahbod <behdad@behdad.org>
69520 Date:   Wed Nov 7 21:58:04 2018 -0500
69521
69522     [aat] Ignore cross-stream offset of deleted-glyphs
69523     
69524     I think it makes sense to accumulate it, but Ned tells me that's
69525     what CoreText does.
69526
69527  src/hb-aat-layout.cc | 2 +-
69528  1 file changed, 1 insertion(+), 1 deletion(-)
69529
69530 commit 636a6833c57eb88ebaa92034c1f4722471f70781
69531 Author: Michiharu Ariza <ariza@adobe.com>
69532 Date:   Wed Nov 7 17:58:45 2018 -0800
69533
69534     fixed ends_in_hint bug
69535     
69536     subr ends in hint itself should be regarded as hint
69537     this flag should propagate to its caller if the call itself is at the end of the caller
69538
69539  src/hb-subset-cff-common.hh | 15 +++++++++++++--
69540  1 file changed, 13 insertions(+), 2 deletions(-)
69541
69542 commit 0bf76154f1bb15aa2fc361eb725977313f103a58
69543 Author: Behdad Esfahbod <behdad@behdad.org>
69544 Date:   Wed Nov 7 19:11:43 2018 -0500
69545
69546     [fuzzing] Take whatever text we can
69547
69548  test/fuzzing/hb-shape-fuzzer.cc | 24 +++++++++++++-----------
69549  1 file changed, 13 insertions(+), 11 deletions(-)
69550
69551 commit 517a1bac97b6273e03562deefcca129648698c31
69552 Merge: 9d5027696 b18a56a29
69553 Author: Behdad Esfahbod <behdad@behdad.org>
69554 Date:   Wed Nov 7 18:40:48 2018 -0500
69555
69556     Merge pull request #1362 from harfbuzz/cross-kern
69557     
69558     Vastly improve kern/kerx tables, including cross-stream "kerning"
69559
69560 commit b18a56a290bf5330e81019b33f15e6951dd86a8b
69561 Author: Behdad Esfahbod <behdad@behdad.org>
69562 Date:   Wed Nov 7 18:13:22 2018 -0500
69563
69564     [kerx] Comment
69565
69566  src/hb-aat-layout-kerx-table.hh | 4 ++++
69567  1 file changed, 4 insertions(+)
69568
69569 commit 4d740206943ecb72e4be7cc4815e0a3aa3edaa9d
69570 Merge: e0c30b961 9d5027696
69571 Author: Michiharu Ariza <ariza@adobe.com>
69572 Date:   Wed Nov 7 15:09:30 2018 -0800
69573
69574     Merge branch 'master' into cff-subset
69575
69576 commit e0c30b961de87d38bff8dd49e86785a5b74fcad3
69577 Merge: 0996c0ff6 ae8fd0dbf
69578 Author: Michiharu Ariza <ariza@adobe.com>
69579 Date:   Wed Nov 7 15:08:55 2018 -0800
69580
69581     merge with cff-subset branch
69582
69583 commit 006386be3a069199ebaf22bcc55fa7233c62e0d5
69584 Author: Behdad Esfahbod <behdad@behdad.org>
69585 Date:   Wed Nov 7 18:04:53 2018 -0500
69586
69587     [kern] Implement negative state numbers
69588     
69589     Let the fuzzing bots rip this code apart...
69590
69591  src/hb-aat-layout-common.hh     | 90 ++++++++++++++++++++++++++++++-----------
69592  src/hb-aat-layout-kerx-table.hh | 10 -----
69593  2 files changed, 66 insertions(+), 34 deletions(-)
69594
69595 commit 0996c0ff6279f377e2b14f08663df2ce82de2b14
69596 Author: Michiharu Ariza <ariza@adobe.com>
69597 Date:   Wed Nov 7 14:48:37 2018 -0800
69598
69599     implented no-desubroutinize with CFF2 along with API test
69600     
69601     replaced AdobeVFPrototype.abc.otf with a hinted (maually) & subroutinized copy
69602     replaced expected results as well
69603
69604  src/hb-cff-interp-dict-common.hh                   |   4 +-
69605  src/hb-cff2-interp-cs.hh                           |  16 +-
69606  src/hb-ot-cff-common.hh                            |  22 +--
69607  src/hb-subset-cff-common.hh                        |  64 +++++---
69608  src/hb-subset-cff2.cc                              | 180 ++++++++++++++++++---
69609  test/api/fonts/AdobeVFPrototype.abc.nohints.otf    | Bin 7800 -> 0 bytes
69610  test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 7800 -> 7460 bytes
69611  test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 7152 -> 6780 bytes
69612  .../fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf  | Bin 0 -> 6844 bytes
69613  test/api/fonts/AdobeVFPrototype.ac.nosubrs.otf     | Bin 0 -> 7060 bytes
69614  test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 7336 -> 6996 bytes
69615  test/api/test-subset-cff2.c                        |  51 +++++-
69616  12 files changed, 271 insertions(+), 66 deletions(-)
69617
69618 commit 29c5302376ff2bc8f04b0fc0efba3ce40ef564a7
69619 Author: Behdad Esfahbod <behdad@behdad.org>
69620 Date:   Wed Nov 7 17:29:37 2018 -0500
69621
69622     [morx] Minor
69623
69624  src/hb-aat-layout-morx-table.hh | 12 ++++++------
69625  1 file changed, 6 insertions(+), 6 deletions(-)
69626
69627 commit 385f78b3123f268e4c7ff423621e5ce9e8a5c54b
69628 Author: Behdad Esfahbod <behdad@behdad.org>
69629 Date:   Wed Nov 7 17:19:21 2018 -0500
69630
69631     [aat] Remove deleted-glyhs after applying kerx/kern
69632     
69633     Finally:  Fixes https://github.com/harfbuzz/harfbuzz/issues/1356
69634     
69635     Test case:
69636     $ ./hb-shape GeezaPro.ttc -u U+0628,U+064A,U+064E,U+0651,U+0629
69637     [u0629.final.tehMarbuta=4+713|u064e_u0651.shaddaFatha=1@0,-200+0|u064a.medial.yeh=1+656|u0628.initial.beh=0+656]
69638     
69639     The mark positioning (kern table CrossStream kerning) only works if deleted
69640     glyph (as result of ligation) is still in stream and pushed through the
69641     state machine.
69642
69643  src/hb-aat-layout-morx-table.hh |  16 -------
69644  src/hb-aat-layout.cc            |  30 ++++++++++--
69645  src/hb-aat-layout.hh            |  12 +++--
69646  src/hb-ot-layout-gpos-table.hh  |   6 +--
69647  src/hb-ot-layout.cc             |  60 +++++++++++++++++++++--
69648  src/hb-ot-layout.hh             |  23 +++++----
69649  src/hb-ot-shape.cc              | 102 ++++++++++++++--------------------------
69650  7 files changed, 142 insertions(+), 107 deletions(-)
69651
69652 commit 1909072235e59eb80f9169300279b65779b932a4
69653 Author: Behdad Esfahbod <behdad@behdad.org>
69654 Date:   Wed Nov 7 16:42:16 2018 -0500
69655
69656     [aat] Add debug info to state machine
69657
69658  src/hb-aat-layout-common.hh | 3 +++
69659  1 file changed, 3 insertions(+)
69660
69661 commit ca23567f41a2d6389f6fd2483a994cf5aa6aeaf8
69662 Author: Behdad Esfahbod <behdad@behdad.org>
69663 Date:   Wed Nov 7 16:19:51 2018 -0500
69664
69665     Disable fallback mark positioning if kern table has cross-stream kerning
69666     
69667     Happens even if the cross-stream kerning is for cursive attachment only.  Oh well..
69668
69669  src/hb-ot-layout.cc |  6 ++++++
69670  src/hb-ot-layout.hh |  3 +++
69671  src/hb-ot-shape.cc  | 14 ++++++--------
69672  src/hb-ot-shape.hh  |  2 +-
69673  4 files changed, 16 insertions(+), 9 deletions(-)
69674
69675 commit 5cf6f94dfd30a468ab8464435e846811c39d9226
69676 Author: Behdad Esfahbod <behdad@behdad.org>
69677 Date:   Wed Nov 7 16:07:22 2018 -0500
69678
69679     Don't apply both kerx and kern
69680     
69681     Ouch!
69682
69683  src/hb-ot-shape.cc | 2 +-
69684  1 file changed, 1 insertion(+), 1 deletion(-)
69685
69686 commit 41cff7afc916048810a7ea4aa33ecdee7401df74
69687 Author: Behdad Esfahbod <behdad@behdad.org>
69688 Date:   Wed Nov 7 16:05:36 2018 -0500
69689
69690     Minor
69691
69692  src/hb-ot-shape.cc | 6 +++---
69693  1 file changed, 3 insertions(+), 3 deletions(-)
69694
69695 commit 9af983af24788afad4b37bd2297b86cdca7c5c29
69696 Author: Behdad Esfahbod <behdad@behdad.org>
69697 Date:   Wed Nov 7 16:03:09 2018 -0500
69698
69699     [kern] Switch to dispatch
69700
69701  src/hb-aat-layout-kerx-table.hh |  7 +++++--
69702  src/hb-ot-kern-table.hh         | 28 +++++++++++++++-------------
69703  src/hb-ot-layout.cc             |  6 ++----
69704  3 files changed, 22 insertions(+), 19 deletions(-)
69705
69706 commit bc06e2805ae55f5c152dfb70ee91c75830ad8f54
69707 Author: Behdad Esfahbod <behdad@behdad.org>
69708 Date:   Wed Nov 7 16:02:40 2018 -0500
69709
69710     [kerx/kern] Add has_cross_stream()
69711
69712  src/hb-aat-layout-kerx-table.hh | 15 +++++++++++++++
69713  src/hb-ot-kern-table.hh         |  9 +++++++++
69714  2 files changed, 24 insertions(+)
69715
69716 commit ea579f9ccc87718d4c2ca8945a997e6679428a12
69717 Author: Behdad Esfahbod <behdad@behdad.org>
69718 Date:   Wed Nov 7 15:44:40 2018 -0500
69719
69720     [kerx] Fix peculiar indexing that was needed previously
69721     
69722     Not needed now that we use GPOS attachment for cursive kerx.
69723
69724  src/hb-aat-layout-kerx-table.hh | 20 +++++++-------------
69725  1 file changed, 7 insertions(+), 13 deletions(-)
69726
69727 commit 6ee6cd93d8c61389cf242e42a531cc6e7214b21a
69728 Author: Behdad Esfahbod <behdad@behdad.org>
69729 Date:   Wed Nov 7 15:40:55 2018 -0500
69730
69731     [GPOS] Only mark unsafe-to-break if kerning happened
69732     
69733     Fixes https://github.com/harfbuzz/harfbuzz/issues/1365
69734
69735  src/hb-ot-layout-gpos-table.hh | 56 ++++++++++++++++++++++++------------------
69736  1 file changed, 32 insertions(+), 24 deletions(-)
69737
69738 commit 501a364d9bb6c5828f9d660bae8b6e93b158b275
69739 Author: Behdad Esfahbod <behdad@behdad.org>
69740 Date:   Wed Nov 7 15:02:16 2018 -0500
69741
69742     [GPOS] Add TODO item
69743
69744  src/hb-ot-layout-gpos-table.hh | 2 ++
69745  1 file changed, 2 insertions(+)
69746
69747 commit 7a9629f2f11a11d1c064662a08a0172ac2001668
69748 Author: Behdad Esfahbod <behdad@behdad.org>
69749 Date:   Wed Nov 7 14:52:36 2018 -0500
69750
69751     [kerx] Implement CrossStream kerning for non-state-machine subtables
69752     
69753     Untested.
69754
69755  src/hb-aat-layout-kerx-table.hh | 12 ++++++------
69756  src/hb-kern.hh                  | 43 +++++++++++++++++++++++++++++------------
69757  src/hb-ot-kern-table.hh         |  4 ++--
69758  3 files changed, 39 insertions(+), 20 deletions(-)
69759
69760 commit 0eb4157011e78c332d781e28b54b020aa08957c0
69761 Author: Behdad Esfahbod <behdad@behdad.org>
69762 Date:   Wed Nov 7 14:42:15 2018 -0500
69763
69764     [kerx] Disable backwards-kerning for non-state-machine tables
69765     
69766     That's what the spec says for Backwards flag, only applicable to
69767     formats 1 and 4.
69768
69769  src/hb-aat-layout-kerx-table.hh | 8 +++-----
69770  src/hb-ot-kern-table.hh         | 2 +-
69771  2 files changed, 4 insertions(+), 6 deletions(-)
69772
69773 commit b2f687c2569a3cc0b1cd0335c5ca0f8d193f8a39
69774 Author: Behdad Esfahbod <behdad@behdad.org>
69775 Date:   Wed Nov 7 14:38:29 2018 -0500
69776
69777     [kerx] Use GPOS attachment facilities for CrossStream kerning
69778
69779  src/hb-aat-layout-kerx-table.hh | 51 ++++++++++++++++++++++++++++-------------
69780  1 file changed, 35 insertions(+), 16 deletions(-)
69781
69782 commit e10a856eb24ae45e301c3ffa778caa4c0a995bb9
69783 Author: Behdad Esfahbod <behdad@behdad.org>
69784 Date:   Wed Nov 7 14:11:48 2018 -0500
69785
69786     [kerx] Format
69787
69788  src/hb-aat-layout-kerx-table.hh | 58 ++++++++++++++++++++---------------------
69789  1 file changed, 28 insertions(+), 30 deletions(-)
69790
69791 commit 649cc3ef2773950b0b5884d9d1caf414aac888bf
69792 Author: Behdad Esfahbod <behdad@behdad.org>
69793 Date:   Wed Nov 7 14:04:04 2018 -0500
69794
69795     [kerx] Don't disable crossKerning if kern feature is off
69796
69797  src/hb-aat-layout-kerx-table.hh | 9 +++++----
69798  src/hb-ot-shape.cc              | 2 +-
69799  2 files changed, 6 insertions(+), 5 deletions(-)
69800
69801 commit 0c3b061ac244fa8a8657366e1b95523503fdf7be
69802 Author: Behdad Esfahbod <behdad@behdad.org>
69803 Date:   Wed Nov 7 13:58:41 2018 -0500
69804
69805     [kern] Apply erlier, where GPOS/kerx are applied
69806
69807  src/hb-aat-layout-kerx-table.hh |  3 +--
69808  src/hb-ot-shape-fallback.cc     |  9 +++++++++
69809  src/hb-ot-shape.cc              | 12 +++++-------
69810  3 files changed, 15 insertions(+), 9 deletions(-)
69811
69812 commit f4bad0086e40c70d66d6514f038ddda1411657c8
69813 Author: Behdad Esfahbod <behdad@behdad.org>
69814 Date:   Wed Nov 7 13:51:17 2018 -0500
69815
69816     [kerx] Implement tupleKerning for Format1
69817     
69818     Untested.
69819
69820  src/hb-aat-layout-kerx-table.hh | 7 +++----
69821  1 file changed, 3 insertions(+), 4 deletions(-)
69822
69823 commit 39b4ef6f18605e85c68cbcec534e137fc831dbca
69824 Author: Behdad Esfahbod <behdad@behdad.org>
69825 Date:   Wed Nov 7 13:48:45 2018 -0500
69826
69827     [kerx] Better sanitize tupleKerning
69828
69829  src/hb-aat-layout-kerx-table.hh | 2 +-
69830  1 file changed, 1 insertion(+), 1 deletion(-)
69831
69832 commit 14772da06f9c67d0d40712369e26064e3dee2a91
69833 Author: Behdad Esfahbod <behdad@behdad.org>
69834 Date:   Wed Nov 7 13:40:22 2018 -0500
69835
69836     [kern/kerx] Share KernTable, renamed to KerxTable
69837
69838  src/hb-aat-layout-kerx-table.hh |  77 ++++++++++++++++++++++--------
69839  src/hb-ot-kern-table.hh         | 103 ++--------------------------------------
69840  2 files changed, 61 insertions(+), 119 deletions(-)
69841
69842 commit c038f5be6b70b8edffc701dd3e4e3cd08d14e2f0
69843 Author: Behdad Esfahbod <behdad@behdad.org>
69844 Date:   Wed Nov 7 13:35:06 2018 -0500
69845
69846     [fallback] Minor
69847
69848  src/hb-ot-shape-fallback.cc | 2 +-
69849  1 file changed, 1 insertion(+), 1 deletion(-)
69850
69851 commit db6e658e8c0c4953c2f026f6a67a5d2fb4bdc204
69852 Author: Behdad Esfahbod <behdad@behdad.org>
69853 Date:   Wed Nov 7 13:33:23 2018 -0500
69854
69855     [kern/kerx] More towards sharing KernTable
69856
69857  src/hb-aat-layout-kerx-table.hh | 48 ++++++++++++++++++---------------
69858  src/hb-ot-kern-table.hh         | 59 ++++++++++++++++++++++++++++-------------
69859  2 files changed, 67 insertions(+), 40 deletions(-)
69860
69861 commit 89ec095979bde94bd203ed2c394f6e40629e9e78
69862 Author: Behdad Esfahbod <behdad@behdad.org>
69863 Date:   Wed Nov 7 13:10:05 2018 -0500
69864
69865     [kern] Disable Format1 and Format3 for OT-style tables
69866
69867  src/hb-ot-kern-table.hh | 6 ++++--
69868  1 file changed, 4 insertions(+), 2 deletions(-)
69869
69870 commit ab57bcae0fd4505c80bb4ccdef6838bb2805ce79
69871 Author: Behdad Esfahbod <behdad@behdad.org>
69872 Date:   Wed Nov 7 13:04:21 2018 -0500
69873
69874     [kern] Minor
69875
69876  src/hb-ot-kern-table.hh | 8 +++++---
69877  1 file changed, 5 insertions(+), 3 deletions(-)
69878
69879 commit 30af5b4a4c2071599dc87bc092a7329befcc45cc
69880 Author: Behdad Esfahbod <behdad@behdad.org>
69881 Date:   Wed Nov 7 12:57:10 2018 -0500
69882
69883     [kern] Move code
69884
69885  src/hb-ot-kern-table.hh | 118 +++++++++++++++++++++++++-----------------------
69886  1 file changed, 62 insertions(+), 56 deletions(-)
69887
69888 commit 1ff300464a1075b8cd5311970afbbcf4bb3b6f3d
69889 Author: Behdad Esfahbod <behdad@behdad.org>
69890 Date:   Wed Nov 7 12:51:49 2018 -0500
69891
69892     [kern] Massage more
69893
69894  src/hb-ot-kern-table.hh | 15 +++++++--------
69895  1 file changed, 7 insertions(+), 8 deletions(-)
69896
69897 commit 8e9f6cd0fddd572e048487aae3141d3dbb1b99cb
69898 Author: Behdad Esfahbod <behdad@behdad.org>
69899 Date:   Wed Nov 7 12:49:20 2018 -0500
69900
69901     [kerx] More minor
69902
69903  src/hb-aat-layout-kerx-table.hh | 7 +++----
69904  1 file changed, 3 insertions(+), 4 deletions(-)
69905
69906 commit f8c3df7d4a685bb86a1c15a5ef95485e8ef30305
69907 Author: Behdad Esfahbod <behdad@behdad.org>
69908 Date:   Wed Nov 7 12:48:06 2018 -0500
69909
69910     [kern/kerx] Minor
69911
69912  src/hb-aat-layout-kerx-table.hh |  5 +++--
69913  src/hb-ot-kern-table.hh         | 19 ++++++++++---------
69914  2 files changed, 13 insertions(+), 11 deletions(-)
69915
69916 commit f5e0a63a22f91720a997f5070b84e982e57de661
69917 Author: Behdad Esfahbod <behdad@behdad.org>
69918 Date:   Wed Nov 7 12:32:39 2018 -0500
69919
69920     [kern/kerx] Towards sharing KernTable
69921
69922  src/hb-aat-layout-kerx-table.hh |  4 ++--
69923  src/hb-ot-kern-table.hh         | 19 +++++++------------
69924  2 files changed, 9 insertions(+), 14 deletions(-)
69925
69926 commit 330508497d301c0ba5d5fb5d0900b62c191aabb5
69927 Author: Behdad Esfahbod <behdad@behdad.org>
69928 Date:   Wed Nov 7 12:27:44 2018 -0500
69929
69930     [kern/kerx] Minor
69931
69932  src/hb-aat-layout-kerx-table.hh | 2 +-
69933  src/hb-ot-kern-table.hh         | 5 +++--
69934  2 files changed, 4 insertions(+), 3 deletions(-)
69935
69936 commit 1a5ef8490034f4bd8965a3c71d34a5930ebe11b7
69937 Author: Behdad Esfahbod <behdad@behdad.org>
69938 Date:   Wed Nov 7 12:19:52 2018 -0500
69939
69940     [kern/kerx] Share Format2
69941     
69942     This, enables Format2 for kern table, which was disabled before.
69943
69944  src/hb-aat-layout-kerx-table.hh |  6 ++++
69945  src/hb-ot-kern-table.hh         | 73 +----------------------------------------
69946  2 files changed, 7 insertions(+), 72 deletions(-)
69947
69948 commit 8faec4e33486616fdc0d690ad80d4a38a73c8182
69949 Author: Behdad Esfahbod <behdad@behdad.org>
69950 Date:   Wed Nov 7 12:16:38 2018 -0500
69951
69952     [kerx] Towards merging Format2
69953
69954  src/hb-aat-layout-kerx-table.hh | 17 ++++++++++-------
69955  1 file changed, 10 insertions(+), 7 deletions(-)
69956
69957 commit ae8fd0dbfb57afadfe815c5bde4ad4a6485fd950
69958 Author: Michiharu Ariza <ariza@adobe.com>
69959 Date:   Wed Nov 7 09:16:12 2018 -0800
69960
69961     clear stack after vsindex op
69962
69963  src/hb-cff2-interp-cs.hh | 1 +
69964  src/hb-ot-cff2-table.hh  | 1 +
69965  2 files changed, 2 insertions(+)
69966
69967 commit 7fed7d80f72b35900b41878ae59e38fd1cb49dc8
69968 Author: Michiharu Ariza <ariza@adobe.com>
69969 Date:   Wed Nov 7 09:09:13 2018 -0800
69970
69971     fixed off-by-one error in CFF1 Encoding lookup
69972
69973  src/hb-ot-cff1-table.hh | 4 ++++
69974  1 file changed, 4 insertions(+)
69975
69976 commit d5c0ca210fef315fd039e5b1825a865f36606a3f
69977 Author: Behdad Esfahbod <behdad@behdad.org>
69978 Date:   Wed Nov 7 12:08:44 2018 -0500
69979
69980     [aat] Minor
69981
69982  src/hb-aat-layout-common.hh | 16 ++++++++++------
69983  src/hb-ot-kern-table.hh     |  4 ++--
69984  2 files changed, 12 insertions(+), 8 deletions(-)
69985
69986 commit e72e041c3cda164b2ffb02d770b35d0d70954818
69987 Author: Behdad Esfahbod <behdad@behdad.org>
69988 Date:   Wed Nov 7 11:56:36 2018 -0500
69989
69990     [kerx] Rename
69991
69992  src/hb-aat-layout-kerx-table.hh | 22 +++++++++++-----------
69993  1 file changed, 11 insertions(+), 11 deletions(-)
69994
69995 commit 241ba7da518adee334fff105ae19dfb051868a57
69996 Author: Behdad Esfahbod <behdad@behdad.org>
69997 Date:   Wed Nov 7 11:51:40 2018 -0500
69998
69999     [morx/kerx] Rename types
70000
70001  src/hb-aat-layout-common.hh     |  4 ++--
70002  src/hb-aat-layout-kerx-table.hh | 17 +++++++++--------
70003  src/hb-aat-layout-morx-table.hh |  4 ++--
70004  src/hb-ot-kern-table.hh         |  4 ++--
70005  4 files changed, 15 insertions(+), 14 deletions(-)
70006
70007 commit c808e444da12840ac3ab1d78569504b9b7e876f9
70008 Author: Behdad Esfahbod <behdad@behdad.org>
70009 Date:   Wed Nov 7 11:28:36 2018 -0500
70010
70011     [kern/kerx] Share Format1 subtable
70012
70013  src/hb-aat-layout-kerx-table.hh |   9 +-
70014  src/hb-ot-kern-table.hh         | 187 +---------------------------------------
70015  2 files changed, 4 insertions(+), 192 deletions(-)
70016
70017 commit a244190afa90ac253724a2ff23a3bdf0c507d0e6
70018 Author: Behdad Esfahbod <behdad@behdad.org>
70019 Date:   Wed Nov 7 11:43:25 2018 -0500
70020
70021     [kerx] Minor
70022
70023  src/hb-aat-layout-kerx-table.hh | 3 +--
70024  1 file changed, 1 insertion(+), 2 deletions(-)
70025
70026 commit 2a720911964a00ad607ff712be09ea3ea0925c9b
70027 Author: Behdad Esfahbod <behdad@behdad.org>
70028 Date:   Wed Nov 7 11:25:55 2018 -0500
70029
70030     [kerx] Minor
70031
70032  src/hb-aat-layout-kerx-table.hh | 3 ++-
70033  1 file changed, 2 insertions(+), 1 deletion(-)
70034
70035 commit f5f4ca7871ec2be2b5666a7b9e6e5e28133b8393
70036 Author: Behdad Esfahbod <behdad@behdad.org>
70037 Date:   Wed Nov 7 11:21:09 2018 -0500
70038
70039     [kern/kerx] Enable crossStream kerning in vertical
70040     
70041     CoreText doesn't, but no reason we shouldn't do.
70042
70043  src/hb-aat-layout-kerx-table.hh | 8 ++++----
70044  src/hb-ot-kern-table.hh         | 8 ++++----
70045  2 files changed, 8 insertions(+), 8 deletions(-)
70046
70047 commit d5c88af4a23bffc09840c43e6b1403b64a9f74d5
70048 Author: Behdad Esfahbod <behdad@behdad.org>
70049 Date:   Wed Nov 7 11:20:14 2018 -0500
70050
70051     [kerx] More towards sharing Format1
70052
70053  src/hb-aat-layout-kerx-table.hh | 35 +++++++++++++++++++++++++++++++----
70054  src/hb-aat-layout-morx-table.hh | 10 ++++++----
70055  2 files changed, 37 insertions(+), 8 deletions(-)
70056
70057 commit b693fd0dc6c7979dcacdff060ecf12a2e107071d
70058 Author: Behdad Esfahbod <behdad@behdad.org>
70059 Date:   Wed Nov 7 11:05:28 2018 -0500
70060
70061     [morx] Simplify
70062
70063  src/hb-aat-layout-morx-table.hh | 27 +++++++++++----------------
70064  1 file changed, 11 insertions(+), 16 deletions(-)
70065
70066 commit ce3451dc2aad2241c148953842e696e9f53b5deb
70067 Author: Behdad Esfahbod <behdad@behdad.org>
70068 Date:   Wed Nov 7 11:02:04 2018 -0500
70069
70070     [kerx] Towards sharing Format1
70071
70072  src/hb-aat-layout-kerx-table.hh | 61 +++++++++++++++++++++++++++++++----------
70073  1 file changed, 47 insertions(+), 14 deletions(-)
70074
70075 commit e890753ebbf0d20c1c86796837918d530610df3b
70076 Author: Behdad Esfahbod <behdad@behdad.org>
70077 Date:   Wed Nov 7 10:58:50 2018 -0500
70078
70079     [morx] Minor
70080
70081  src/hb-aat-layout-morx-table.hh | 6 +++---
70082  1 file changed, 3 insertions(+), 3 deletions(-)
70083
70084 commit 5b17853547ca6848ee652ef6990a81bb345ac06f
70085 Author: Behdad Esfahbod <behdad@behdad.org>
70086 Date:   Wed Nov 7 10:45:25 2018 -0500
70087
70088     [kern/kerx] Share Format0
70089
70090  src/hb-aat-layout-kerx-table.hh | 22 +++++++++++++-----
70091  src/hb-ot-kern-table.hh         | 50 ++++++-----------------------------------
70092  2 files changed, 23 insertions(+), 49 deletions(-)
70093
70094 commit c97dde5d55929df394fbe57c1ba1a725592c6732
70095 Author: Behdad Esfahbod <behdad@behdad.org>
70096 Date:   Wed Nov 7 10:39:39 2018 -0500
70097
70098     [kern/kerx] Towards merge more
70099
70100  src/hb-aat-layout-kerx-table.hh | 75 ++++++++++++++++++++++++++++++-----------
70101  src/hb-kern.hh                  | 33 ------------------
70102  src/hb-ot-kern-table.hh         |  7 ++--
70103  3 files changed, 58 insertions(+), 57 deletions(-)
70104
70105 commit 540ccc38b0f95804d08047f8b2d059bfd1e09337
70106 Author: Behdad Esfahbod <behdad@behdad.org>
70107 Date:   Wed Nov 7 10:33:46 2018 -0500
70108
70109     [kern/kerx] More towards sharing
70110
70111  src/hb-aat-layout-kerx-table.hh |  7 ++++---
70112  src/hb-ot-kern-table.hh         | 10 +++++++---
70113  2 files changed, 11 insertions(+), 6 deletions(-)
70114
70115 commit d0f8f4c200670bc0bfbffbf301139a3613865a7f
70116 Author: Behdad Esfahbod <behdad@behdad.org>
70117 Date:   Wed Nov 7 10:25:25 2018 -0500
70118
70119     [kern] Move kern machine to hb-kern.hh
70120
70121  src/Makefile.sources            |   1 +
70122  src/hb-aat-layout-kerx-table.hh |   5 +-
70123  src/hb-kern.hh                  | 153 ++++++++++++++++++++++++++++++++++++++++
70124  src/hb-ot-kern-table.hh         | 115 +-----------------------------
70125  src/hb-ot-shape-fallback.cc     |   2 +-
70126  5 files changed, 157 insertions(+), 119 deletions(-)
70127
70128 commit a6acff252c72457ecfa856fd6c57081b3a4290dd
70129 Author: Behdad Esfahbod <behdad@behdad.org>
70130 Date:   Wed Nov 7 10:19:46 2018 -0500
70131
70132     [kerx] Towards sharing subtables with kern
70133
70134  src/hb-aat-layout-kerx-table.hh | 41 +++++++++++++++++++++++------------------
70135  1 file changed, 23 insertions(+), 18 deletions(-)
70136
70137 commit befac337ca2c705e2cea60a9a92e40e0dbbc40aa
70138 Author: Behdad Esfahbod <behdad@behdad.org>
70139 Date:   Wed Nov 7 09:53:02 2018 -0500
70140
70141     [kern] Remove Override business
70142     
70143     Not used in any fonts.  Not well-specified when mixing kerning with
70144     Cross-Stream positioning.
70145
70146  src/hb-ot-kern-table.hh | 16 ----------------
70147  1 file changed, 16 deletions(-)
70148
70149 commit 9d5027696e418b7c2a5ccbc18faafe6b9290d08b
70150 Author: Behdad Esfahbod <behdad@behdad.org>
70151 Date:   Wed Nov 7 09:16:53 2018 -0500
70152
70153     [post] Return true on truncation
70154     
70155     Client can check that buffer was completely filled out and reallocate.
70156
70157  src/hb-ot-post-table.hh | 7 +++----
70158  1 file changed, 3 insertions(+), 4 deletions(-)
70159
70160 commit 7d91f07edf29c4923716af6cee8eb94f948ac91f
70161 Author: Behdad Esfahbod <behdad@behdad.org>
70162 Date:   Wed Nov 7 09:14:42 2018 -0500
70163
70164     [post] Protect against huge empty tables
70165
70166  src/hb-ot-post-table.hh | 4 +++-
70167  1 file changed, 3 insertions(+), 1 deletion(-)
70168
70169 commit 5ed816ab5900ac4ff7feca3d98cbd92e62fd1754
70170 Author: Behdad Esfahbod <behdad@behdad.org>
70171 Date:   Wed Nov 7 09:13:51 2018 -0500
70172
70173     [post] Minor
70174
70175  src/hb-ot-post-table.hh | 4 ++++
70176  1 file changed, 4 insertions(+)
70177
70178 commit 64f0becd89cc2b0136c7dc1609abc9f957525cf8
70179 Author: Behdad Esfahbod <behdad@behdad.org>
70180 Date:   Wed Nov 7 09:10:55 2018 -0500
70181
70182     [post] Fix bound checking
70183
70184  src/hb-ot-post-table.hh | 2 +-
70185  1 file changed, 1 insertion(+), 1 deletion(-)
70186
70187 commit 7ec694ddf25a313483044256f7ed88b644432e15
70188 Author: HinTak <htl10@users.sourceforge.net>
70189 Date:   Wed Nov 7 13:19:36 2018 +0000
70190
70191     Use non-GRID-fitted values for metrics (#1363)
70192     
70193     * Use non-GRID-fitted values for metrics
70194     
70195     See freetype/src/base/ftobjs.c:ft_recompute_scaled_metrics() and
70196     the usage of GRID_FIT_METRICS inside.
70197     
70198     Fixes https://github.com/behdad/harfbuzz/issues/1262
70199     
70200     * Update hb-ft.cc
70201
70202  src/hb-ft.cc | 6 +++---
70203  1 file changed, 3 insertions(+), 3 deletions(-)
70204
70205 commit 59e04e42312293c30714a666c4479e209aec3c0e
70206 Author: Behdad Esfahbod <behdad@behdad.org>
70207 Date:   Wed Nov 7 00:25:48 2018 -0500
70208
70209     [kern/kerx] Fix cursive joining
70210     
70211     Tested with Waseem TTC:
70212     
70213     $ hb-shape Waseem.ttc جحخج
70214     [F1Jeem_R2=3@0,180+479|M1Khah_L2_R2=2@0,682+403|M1Hah_L2_R2=1@0,1184+403|I1Jeem_L2=0@0,1184+744]
70215
70216  src/hb-aat-layout-kerx-table.hh | 2 ++
70217  src/hb-ot-kern-table.hh         | 2 ++
70218  2 files changed, 4 insertions(+)
70219
70220 commit 8d0f797139e853d13cb2383d541c2e691d9dbae3
70221 Author: Behdad Esfahbod <behdad@behdad.org>
70222 Date:   Wed Nov 7 00:04:40 2018 -0500
70223
70224     [kern/kerx] Fix "reset" magic value
70225
70226  src/hb-aat-layout-kerx-table.hh | 2 +-
70227  src/hb-ot-kern-table.hh         | 2 +-
70228  2 files changed, 2 insertions(+), 2 deletions(-)
70229
70230 commit 0123976a0c1e2f629252969a7ff632dc2b1dbbc9
70231 Author: Behdad Esfahbod <behdad@behdad.org>
70232 Date:   Tue Nov 6 21:45:40 2018 -0500
70233
70234     [kerx] Adjust CrossStream kern to match 'kern' table
70235
70236  src/hb-aat-layout-kerx-table.hh | 62 +++++++++++++++++++++++++++++++----------
70237  1 file changed, 48 insertions(+), 14 deletions(-)
70238
70239 commit 80a33b9ac351d81793f35a92e0255ffbf5ceb8b9
70240 Author: Behdad Esfahbod <behdad@behdad.org>
70241 Date:   Tue Nov 6 21:41:28 2018 -0500
70242
70243     [kern] More tweaks
70244     
70245     Solves a mystery or two.  I'm fairly confident this is what CoreText does now.
70246
70247  src/hb-ot-kern-table.hh | 40 ++++++++++++++++++++++------------------
70248  1 file changed, 22 insertions(+), 18 deletions(-)
70249
70250 commit 564e8ac0465d8ced3a98ecb55d09ffaa45eefc2f
70251 Author: Behdad Esfahbod <behdad@behdad.org>
70252 Date:   Tue Nov 6 21:04:40 2018 -0500
70253
70254     [kern] Adjust some more
70255     
70256     Getting closer.  So many open questions still...
70257
70258  src/hb-ot-kern-table.hh | 36 ++++++++++++++++++++++--------------
70259  1 file changed, 22 insertions(+), 14 deletions(-)
70260
70261 commit 4d003b8503f9c984abe2ac0de8c526a276ea8e54
70262 Author: Behdad Esfahbod <behdad@behdad.org>
70263 Date:   Tue Nov 6 21:04:02 2018 -0500
70264
70265     [kern] Add TODO
70266
70267  src/hb-ot-kern-table.hh | 9 +++++++++
70268  1 file changed, 9 insertions(+)
70269
70270 commit 9810f0b80e5b6580a7a15debcec073dfc9ca759f
70271 Author: Behdad Esfahbod <behdad@behdad.org>
70272 Date:   Tue Nov 6 19:24:04 2018 -0500
70273
70274     [kern] Minor
70275
70276  src/hb-ot-kern-table.hh | 2 +-
70277  1 file changed, 1 insertion(+), 1 deletion(-)
70278
70279 commit 9c04b6058306cd4b2123a33a7cbeb47505434217
70280 Author: Behdad Esfahbod <behdad@behdad.org>
70281 Date:   Tue Nov 6 18:35:58 2018 -0500
70282
70283     [kern] In Format1, adjust how kerning is done
70284     
70285     In a series of kerns in one action, kern all but last glyph forward,
70286     and the last one backward.  Seems to better match what CoreText is doing.
70287     
70288     Test cases, with GeezaPro Arabic:
70289     
70290     $ ./hb-shape GeezaPro_10_10.ttc -u U+0631,U+0628
70291     [u0628.beh=1+1415|u0631.reh=0@-202,0+700]
70292     
70293     $ ./hb-shape GeezaPro_10_10.ttc -u U+0628,U+064F
70294     [u064f.damma=0@0,-250+-250|u0628.beh=0@250,0+1665]
70295     
70296     In a later change, I'll make kern machine avoid producing negative kerns.
70297
70298  src/hb-ot-kern-table.hh | 4 ++--
70299  1 file changed, 2 insertions(+), 2 deletions(-)
70300
70301 commit e8c47724638c29d78001905610c662de99c59cad
70302 Author: Behdad Esfahbod <behdad@behdad.org>
70303 Date:   Tue Nov 6 17:16:04 2018 -0500
70304
70305     [kern] XXX Negate CrossKerning sign
70306     
70307     Not sure why, but seems to better match GeezaPro Arabic w CoreText.
70308     
70309     Quite possibly I'm doing something very wrong...
70310
70311  src/hb-ot-kern-table.hh | 3 ++-
70312  1 file changed, 2 insertions(+), 1 deletion(-)
70313
70314 commit 01bf43ac01576a6415336cc56c74bb1a872566d1
70315 Author: Behdad Esfahbod <behdad@behdad.org>
70316 Date:   Tue Nov 6 14:48:42 2018 -0500
70317
70318     [kern] Implement CrossStream kerning
70319
70320  src/hb-aat-layout-kerx-table.hh | 75 ++++++++++++++++++++++++++---------------
70321  src/hb-ot-kern-table.hh         | 63 ++++++++++++++++++++++++++++------
70322  2 files changed, 101 insertions(+), 37 deletions(-)
70323
70324 commit b11830c09e0d78bbdaf86ef02191d00b3d8256c4
70325 Author: Behdad Esfahbod <behdad@behdad.org>
70326 Date:   Tue Nov 6 15:23:18 2018 -0500
70327
70328     [kern] Improve Format 2
70329     
70330     Still disabled.
70331
70332  src/hb-aat-layout-common.hh | 20 +++++++++-----------
70333  src/hb-ot-kern-table.hh     | 35 ++++++-----------------------------
70334  2 files changed, 15 insertions(+), 40 deletions(-)
70335
70336 commit c0383c6bb725bed2a48485988a427348384f3f87
70337 Author: Behdad Esfahbod <behdad@behdad.org>
70338 Date:   Tue Nov 6 15:07:19 2018 -0500
70339
70340     Minor
70341
70342  src/hb-aat-layout-common.hh | 2 +-
70343  1 file changed, 1 insertion(+), 1 deletion(-)
70344
70345 commit 10e6f708f30986bab9f7b506935f2555d6b79ff4
70346 Author: Behdad Esfahbod <behdad@behdad.org>
70347 Date:   Tue Nov 6 13:32:13 2018 -0500
70348
70349     [kern] Minor
70350
70351  src/hb-ot-kern-table.hh | 30 +++++++++++-------------------
70352  1 file changed, 11 insertions(+), 19 deletions(-)
70353
70354 commit 164eedd9181345d84d5f8059475ad4b97784fd46
70355 Author: Behdad Esfahbod <behdad@behdad.org>
70356 Date:   Tue Nov 6 13:18:27 2018 -0500
70357
70358     [kern] Minor
70359
70360  src/hb-ot-kern-table.hh | 14 +++++++++-----
70361  1 file changed, 9 insertions(+), 5 deletions(-)
70362
70363 commit 220a5991baa213b7bd173ea02090dc6fc8aef655
70364 Author: Behdad Esfahbod <behdad@behdad.org>
70365 Date:   Tue Nov 6 13:51:39 2018 -0500
70366
70367     [kern/kerx] Fix trace numbering
70368
70369  src/hb-aat-layout-kerx-table.hh | 1 +
70370  src/hb-ot-kern-table.hh         | 1 +
70371  2 files changed, 2 insertions(+)
70372
70373 commit 7b21319edfd6531a444846f71e87303bc09f4621
70374 Author: Michiharu Ariza <ariza@adobe.com>
70375 Date:   Tue Nov 6 13:59:07 2018 -0800
70376
70377     don't reject empty Dict
70378
70379  src/hb-cff-interp-dict-common.hh | 4 ++--
70380  1 file changed, 2 insertions(+), 2 deletions(-)
70381
70382 commit 43ee0e4d006ce7b4ade4483f2c8ec3d39723fc94
70383 Merge: ec6817c1b bfafe208d
70384 Author: Michiharu Ariza <ariza@adobe.com>
70385 Date:   Tue Nov 6 09:57:17 2018 -0800
70386
70387     Merge branch 'master' into cff-subset
70388
70389 commit bfafe208da11817b5ebf3751f02af2dcdf57bd19
70390 Author: Behdad Esfahbod <behdad@behdad.org>
70391 Date:   Tue Nov 6 12:11:45 2018 -0500
70392
70393     [kern] Switch to dispatch
70394
70395  src/hb-aat-layout-kerx-table.hh | 12 ++++++------
70396  src/hb-ot-kern-table.hh         | 31 +++++++++++++++----------------
70397  2 files changed, 21 insertions(+), 22 deletions(-)
70398
70399 commit 213fa3bf711dae5028e3d041e305cdd35223de77
70400 Author: Behdad Esfahbod <behdad@behdad.org>
70401 Date:   Tue Nov 6 12:07:15 2018 -0500
70402
70403     [kern] Refactor to include header in each subtable type
70404
70405  src/hb-ot-kern-table.hh | 189 +++++++++++++++++++++++-------------------------
70406  1 file changed, 91 insertions(+), 98 deletions(-)
70407
70408 commit b0da2cd0b9c1346b7cda5997fb799e895e34aace
70409 Author: Behdad Esfahbod <behdad@behdad.org>
70410 Date:   Tue Nov 6 11:16:45 2018 -0500
70411
70412     [kern] Some more
70413
70414  src/hb-ot-kern-table.hh | 9 ++++-----
70415  1 file changed, 4 insertions(+), 5 deletions(-)
70416
70417 commit 75b00b51c8fca5d605c479333eb3abd608623613
70418 Author: Behdad Esfahbod <behdad@behdad.org>
70419 Date:   Tue Nov 6 11:13:40 2018 -0500
70420
70421     [kern] Renames
70422
70423  src/hb-ot-kern-table.hh | 20 +++++++++-----------
70424  1 file changed, 9 insertions(+), 11 deletions(-)
70425
70426 commit 5c3ccbc634158ba9f84d365c9a31a596f6d8825b
70427 Author: Khaled Hosny <khaledhosny@eglug.org>
70428 Date:   Tue Nov 6 18:10:56 2018 +0200
70429
70430     Another missing backlash
70431     
70432     Did this ever work?
70433
70434  test/api/Makefile.am | 2 +-
70435  1 file changed, 1 insertion(+), 1 deletion(-)
70436
70437 commit d29602b962c13836f4c0d46796bc693f66f9b9fe
70438 Author: Khaled Hosny <khaledhosny@eglug.org>
70439 Date:   Tue Nov 6 18:07:47 2018 +0200
70440
70441     Add missing backslash
70442
70443  test/api/Makefile.am | 2 +-
70444  1 file changed, 1 insertion(+), 1 deletion(-)
70445
70446 commit 9bddfde25dc8c302c765a1e9a8a2c38c4a836e2e
70447 Author: Behdad Esfahbod <behdad@behdad.org>
70448 Date:   Tue Nov 6 11:03:34 2018 -0500
70449
70450     [util] Fix up previous commit
70451
70452  util/options.cc | 8 ++++++--
70453  1 file changed, 6 insertions(+), 2 deletions(-)
70454
70455 commit 3ec2e4fa7bec07ec181a0390e5f5fd695abee611
70456 Author: Behdad Esfahbod <behdad@behdad.org>
70457 Date:   Tue Nov 6 10:49:19 2018 -0500
70458
70459     [util] Don't terminate string after a a 0 in -u
70460     
70461     Fixes https://github.com/harfbuzz/harfbuzz/issues/1361
70462
70463  util/options.cc | 4 +++-
70464  util/options.hh | 2 ++
70465  2 files changed, 5 insertions(+), 1 deletion(-)
70466
70467 commit 8790b2740a334f1789fb0cf329f2b8ac9733793c
70468 Author: Behdad Esfahbod <behdad@behdad.org>
70469 Date:   Tue Nov 6 10:24:54 2018 -0500
70470
70471     [fuzzing] Fix test
70472
70473  test/fuzzing/hb-shape-fuzzer.cc | 6 +++---
70474  1 file changed, 3 insertions(+), 3 deletions(-)
70475
70476 commit 3af0a7edd0c99aaef846ae787056d7664bc69d35
70477 Author: Behdad Esfahbod <behdad@behdad.org>
70478 Date:   Tue Nov 6 10:20:57 2018 -0500
70479
70480     [fuzzing] Add make check-valgrind
70481
70482  test/fuzzing/Makefile.am | 2 ++
70483  1 file changed, 2 insertions(+)
70484
70485 commit b062378ce640eb418cb413b595b79cc81a193209
70486 Author: Behdad Esfahbod <behdad@behdad.org>
70487 Date:   Tue Nov 6 10:20:36 2018 -0500
70488
70489     [test] Minor
70490
70491  test/api/.valgrind-suppressions | 0
70492  test/api/Makefile.am            | 2 +-
70493  2 files changed, 1 insertion(+), 1 deletion(-)
70494
70495 commit 37f421c951c853dff165df6731d0ab9c46350790
70496 Author: Behdad Esfahbod <behdad@behdad.org>
70497 Date:   Tue Nov 6 10:03:38 2018 -0500
70498
70499     Minor
70500
70501  src/hb-ot-layout.cc | 2 +-
70502  1 file changed, 1 insertion(+), 1 deletion(-)
70503
70504 commit b6112e5ea4d08fcbfa8f7cb4ef3903514a6e99f3
70505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
70506 Date:   Tue Nov 6 11:42:47 2018 +0330
70507
70508     [test] Fix -Weverything bot complain
70509
70510  test/api/test-ot-name.c | 2 +-
70511  1 file changed, 1 insertion(+), 1 deletion(-)
70512
70513 commit a49df419f04b4065fc7f70a77c5cbc453e6ba906
70514 Author: Ebrahim Byagowi <ebrahim@gnu.org>
70515 Date:   Tue Nov 6 11:26:30 2018 +0330
70516
70517     [test] Test hb_ot_name_{list_names,get_utf8} on test-ot-name
70518
70519  test/api/test-ot-name.c | 27 ++++++++++++++++++++++++---
70520  1 file changed, 24 insertions(+), 3 deletions(-)
70521
70522 commit 9139cc23ea9fb339be9426860e0c72038d32a2ab
70523 Author: Ebrahim Byagowi <ebrahim@gnu.org>
70524 Date:   Tue Nov 6 11:17:14 2018 +0330
70525
70526     Fix link issue of some of the bots
70527     
70528     e.g. https://circleci.com/gh/harfbuzz/harfbuzz/52410
70529
70530  src/hb-ot-layout.cc | 2 +-
70531  1 file changed, 1 insertion(+), 1 deletion(-)
70532
70533 commit 98b37f0c109d0f7454e91c9563c56d1903d6d496
70534 Author: Ebrahim Byagowi <ebrahim@gnu.org>
70535 Date:   Tue Nov 6 09:16:28 2018 +0330
70536
70537     [mort] Fix table detection logic
70538     
70539     mort really needs some initial tests at least.
70540
70541  src/hb-aat-layout.cc | 2 +-
70542  1 file changed, 1 insertion(+), 1 deletion(-)
70543
70544 commit fa3ebf845fcffa827600fc4ca9fdde3aaa99f4c5
70545 Author: Behdad Esfahbod <behdad@behdad.org>
70546 Date:   Mon Nov 5 23:34:07 2018 -0500
70547
70548     Simplify some more
70549
70550  src/hb-aat-layout.cc | 10 +++++-----
70551  src/hb-ot-layout.cc  |  2 +-
70552  2 files changed, 6 insertions(+), 6 deletions(-)
70553
70554 commit 61f52231f430c72e1b66b76dabb018cfe45a01d5
70555 Author: Behdad Esfahbod <behdad@behdad.org>
70556 Date:   Mon Nov 5 23:28:52 2018 -0500
70557
70558     [math] Shorten names a bit
70559
70560  src/hb-ot-math-table.hh |  4 ++--
70561  src/hb-ot-math.cc       | 33 +++++++++++++++++++--------------
70562  2 files changed, 21 insertions(+), 16 deletions(-)
70563
70564 commit 737efbe65583a71d7df9ae7b423d9fb1d68599b7
70565 Author: Behdad Esfahbod <behdad@behdad.org>
70566 Date:   Mon Nov 5 23:26:29 2018 -0500
70567
70568     [ot-layout] Simplify GSUB/GPOS access
70569     
70570     This concludes simplifying table access to face->table.XXXX.
70571
70572  src/hb-ot-layout.cc | 31 +++++++++++++------------------
70573  1 file changed, 13 insertions(+), 18 deletions(-)
70574
70575 commit 5e68cec17913e9f6e98e5017a56c78a5614e4030
70576 Author: Behdad Esfahbod <behdad@behdad.org>
70577 Date:   Mon Nov 5 23:23:57 2018 -0500
70578
70579     [ot-layout] Simplify GDEF access
70580
70581  src/hb-ot-layout.cc | 44 ++++++++++++++++----------------------------
70582  1 file changed, 16 insertions(+), 28 deletions(-)
70583
70584 commit 33b006cc51b0d27cbe1d8ed498bbf2b548cb6554
70585 Author: Behdad Esfahbod <behdad@behdad.org>
70586 Date:   Mon Nov 5 23:19:04 2018 -0500
70587
70588     [ot-layout] Simplify some access
70589
70590  src/hb-ot-layout-gdef-table.hh |  2 +-
70591  src/hb-ot-layout-gpos-table.hh |  9 +++++----
70592  src/hb-ot-layout-gsub-table.hh |  9 +++++----
70593  src/hb-ot-layout-gsubgpos.hh   |  2 +-
70594  src/hb-ot-layout.hh            | 12 +-----------
70595  5 files changed, 13 insertions(+), 21 deletions(-)
70596
70597 commit db35409f0db9faf91a10defc81e4d6d60dc7822a
70598 Author: Behdad Esfahbod <behdad@behdad.org>
70599 Date:   Mon Nov 5 23:11:46 2018 -0500
70600
70601     [ot-layout] Remove ensures
70602
70603  src/hb-ot-layout.cc | 14 ++++----------
70604  1 file changed, 4 insertions(+), 10 deletions(-)
70605
70606 commit 9198de7b9b6020c1e3d6a48783e36db7e1f7e99a
70607 Author: Behdad Esfahbod <behdad@behdad.org>
70608 Date:   Mon Nov 5 23:10:37 2018 -0500
70609
70610     [ot-font] Remove ensure
70611
70612  src/hb-ot-font.cc | 1 -
70613  1 file changed, 1 deletion(-)
70614
70615 commit ea6d9b661fc3cf6bc4366feeb7694c0b712abfae
70616 Author: Behdad Esfahbod <behdad@behdad.org>
70617 Date:   Mon Nov 5 23:09:29 2018 -0500
70618
70619     [ot-face] Remove a few ensures
70620
70621  src/hb-face.cc | 3 ---
70622  1 file changed, 3 deletions(-)
70623
70624 commit 0fe7a745c9a323a3fc76beb011b6ab8919cf905b
70625 Author: Behdad Esfahbod <behdad@behdad.org>
70626 Date:   Mon Nov 5 23:08:33 2018 -0500
70627
70628     [ot-face] Simplify more table access
70629
70630  src/hb-face.cc      |  6 +++---
70631  src/hb-ot-face.hh   |  3 ---
70632  src/hb-ot-font.cc   |  4 +---
70633  src/hb-ot-layout.cc | 34 +++++++++++++++++-----------------
70634  4 files changed, 21 insertions(+), 26 deletions(-)
70635
70636 commit a35c92cbe771a75df40412fd248ad06f6a0cfebf
70637 Author: Behdad Esfahbod <behdad@behdad.org>
70638 Date:   Mon Nov 5 22:58:43 2018 -0500
70639
70640     [ot-face] Simplify table access
70641     
70642     Yoohoo!
70643
70644  src/hb-aat-layout.cc | 107 ++++++++++-----------------------------------------
70645  src/hb-ot-color.cc   |  66 ++++++++-----------------------
70646  src/hb-ot-layout.cc  |  20 ++--------
70647  src/hb-ot-math.cc    |  47 ++++++++--------------
70648  src/hb-ot-name.cc    |  11 +-----
70649  src/hb-ot-var.cc     |  33 ++++------------
70650  6 files changed, 64 insertions(+), 220 deletions(-)
70651
70652 commit 914b595f2598d5bdb2c750832d567a57d45db84e
70653 Author: Behdad Esfahbod <behdad@behdad.org>
70654 Date:   Mon Nov 5 22:39:50 2018 -0500
70655
70656     [ot-face] Include hb-ot-face directly in hb_face_t
70657     
70658     Simplifying access coming next.
70659
70660  src/hb-face.cc     |  4 ++++
70661  src/hb-face.hh     |  3 +++
70662  src/hb-ot-face.cc  | 24 ++----------------------
70663  src/hb-ot-face.hh  | 39 +++++++++++++++------------------------
70664  src/hb-ot-font.cc  | 24 ++++++++++++------------
70665  src/hb-ot-math.cc  |  3 +--
70666  src/hb-ot-shape.cc |  5 +++--
70667  7 files changed, 40 insertions(+), 62 deletions(-)
70668
70669 commit 56ba998cddbb2ba5d24fb0b02d2bf77a46c0f23f
70670 Author: Behdad Esfahbod <behdad@behdad.org>
70671 Date:   Mon Nov 5 19:49:54 2018 -0500
70672
70673     [cmap] Push get_nominal_glyphs down into cmap accelerator
70674
70675  src/hb-ot-cmap-table.hh | 21 +++++++++++++++++++++
70676  src/hb-ot-font.cc       | 13 +++----------
70677  2 files changed, 24 insertions(+), 10 deletions(-)
70678
70679 commit 36d85dce25abd079252d973f804220bf7b97e987
70680 Author: Behdad Esfahbod <behdad@behdad.org>
70681 Date:   Mon Nov 5 19:46:29 2018 -0500
70682
70683     [cmap] Use hb_nonnullptr_t
70684
70685  src/hb-ot-cmap-table.hh | 34 ++++++++++++++--------------------
70686  1 file changed, 14 insertions(+), 20 deletions(-)
70687
70688 commit 8be74d85534534dbdd39a0a6f496e26e9f3e661d
70689 Author: Behdad Esfahbod <behdad@behdad.org>
70690 Date:   Mon Nov 5 18:47:22 2018 -0500
70691
70692     2.1.1
70693
70694  NEWS             | 8 ++++++++
70695  configure.ac     | 2 +-
70696  src/hb-version.h | 4 ++--
70697  3 files changed, 11 insertions(+), 3 deletions(-)
70698
70699 commit 6482fda519ca7d173e3bcb3717aa30e237f04b25
70700 Author: Behdad Esfahbod <behdad@behdad.org>
70701 Date:   Mon Nov 5 15:03:18 2018 -0500
70702
70703     [fuzzing] Fuzz glyph-id etc in test-ot-face
70704
70705  test/api/test-ot-face.c         | 57 +++++++++++++++++++++--------------------
70706  test/fuzzing/hb-shape-fuzzer.cc | 19 +-------------
70707  2 files changed, 30 insertions(+), 46 deletions(-)
70708
70709 commit 252632c477b963f305116d69fcafacd8bf7b97bf
70710 Author: Behdad Esfahbod <behdad@behdad.org>
70711 Date:   Mon Nov 5 14:33:41 2018 -0500
70712
70713     [uniscribe] Fix use of deprecated API
70714
70715  src/hb-uniscribe.cc | 8 +++++++-
70716  1 file changed, 7 insertions(+), 1 deletion(-)
70717
70718 commit bb380ec18394b2c581b672ecbf98991e14897f2e
70719 Author: Behdad Esfahbod <behdad@behdad.org>
70720 Date:   Mon Nov 5 13:45:12 2018 -0500
70721
70722     [cmap] Make null accelerator safe
70723     
70724     Fixes https://github.com/harfbuzz/harfbuzz/issues/1146
70725
70726  src/hb-ot-cmap-table.hh | 50 ++++++++++++++++++++++++-------------------------
70727  1 file changed, 25 insertions(+), 25 deletions(-)
70728
70729 commit f6fc5574d3dae177a54b10195e0d1f368a74f768
70730 Author: Behdad Esfahbod <behdad@behdad.org>
70731 Date:   Mon Nov 5 13:23:54 2018 -0500
70732
70733     Add pointer magic operators to hb_atomic_ptr_t
70734
70735  src/hb-atomic.hh                  | 3 +++
70736  src/hb-common.cc                  | 6 +++---
70737  src/hb-face.cc                    | 2 +-
70738  src/hb-graphite2.cc               | 8 ++++----
70739  src/hb-machinery.hh               | 1 +
70740  src/hb-ot-shape-complex-arabic.cc | 4 ++--
70741  src/hb-shape-plan.cc              | 2 +-
70742  7 files changed, 15 insertions(+), 11 deletions(-)
70743
70744 commit f6e7cb51b13aabb447dc97a59602d65eb42edc4b
70745 Author: Behdad Esfahbod <behdad@behdad.org>
70746 Date:   Mon Nov 5 13:23:07 2018 -0500
70747
70748     Fix const-confusion in hb_array_t as well
70749
70750  src/hb-dsalgs.hh | 6 ++----
70751  1 file changed, 2 insertions(+), 4 deletions(-)
70752
70753 commit 0da22fb0ada8a54fc59739057f281a406a993212
70754 Author: Behdad Esfahbod <behdad@behdad.org>
70755 Date:   Mon Nov 5 13:13:39 2018 -0500
70756
70757     [null] Tweak hb_nonnull_ptr_t some more
70758
70759  src/hb-null.hh | 18 ++++++------------
70760  1 file changed, 6 insertions(+), 12 deletions(-)
70761
70762 commit 03348ce0051cfae7172ac0d09b83ed5f82fa842a
70763 Author: Behdad Esfahbod <behdad@behdad.org>
70764 Date:   Mon Nov 5 12:59:32 2018 -0500
70765
70766     Minor
70767
70768  src/hb-aat-layout.cc | 12 ++++++------
70769  src/hb-ot-color.cc   | 10 +++++-----
70770  src/hb-ot-font.cc    | 18 +++++++++---------
70771  src/hb-ot-layout.cc  |  2 +-
70772  src/hb-ot-math.cc    |  2 +-
70773  src/hb-ot-name.cc    |  2 +-
70774  src/hb-ot-var.cc     |  6 ++----
70775  7 files changed, 25 insertions(+), 27 deletions(-)
70776
70777 commit ec6817c1bd82a60b84cb868e4d7ff4c65cb80ccc
70778 Author: Michiharu Ariza <ariza@adobe.com>
70779 Date:   Mon Nov 5 07:59:08 2018 -0800
70780
70781     remove build files accidentally pushed
70782
70783  INSTALL                 |   370 -
70784  Makefile                |   954 --
70785  Makefile.in             |   954 --
70786  aclocal.m4              |  1496 ---
70787  ar-lib                  |   270 -
70788  autom4te.cache/output.0 | 23333 ----------------------------------------------
70789  autom4te.cache/output.1 | 23333 ----------------------------------------------
70790  autom4te.cache/output.2 | 23333 ----------------------------------------------
70791  autom4te.cache/requests |   555 --
70792  autom4te.cache/traces.0 |  3823 --------
70793  autom4te.cache/traces.1 |  1229 ---
70794  autom4te.cache/traces.2 |  3823 --------
70795  compile                 |   347 -
70796  config.guess            |  1421 ---
70797  config.h                |   227 -
70798  config.h.in             |   226 -
70799  config.log              |  1560 ----
70800  config.status           |  2420 -----
70801  config.sub              |  1807 ----
70802  configure               | 23333 ----------------------------------------------
70803  depcomp                 |   791 --
70804  install-sh              |   501 -
70805  libtool                 | 11805 -----------------------
70806  ltmain.sh               | 11147 ----------------------
70807  missing                 |   215 -
70808  stamp-h1                |     1 -
70809  test-driver             |   148 -
70810  27 files changed, 139422 deletions(-)
70811
70812 commit b721fdae662673ab706da897aaa1db126f8ca1a5
70813 Author: Michiharu Ariza <ariza@adobe.com>
70814 Date:   Sun Nov 4 16:19:15 2018 -0800
70815
70816     fixed leaks in CFF subr subset
70817
70818  src/hb-ot-cff-common.hh     | 10 +++++++++-
70819  src/hb-subset-cff-common.hh | 10 +++++++++-
70820  2 files changed, 18 insertions(+), 2 deletions(-)
70821
70822 commit 85f5644e8e9fe18032e37d4153c3c928d087ac6a
70823 Author: Michiharu Ariza <ariza@adobe.com>
70824 Date:   Sun Nov 4 14:17:30 2018 -0800
70825
70826     added missing switch breaks
70827
70828  src/hb-subset-cff-common.hh | 2 ++
70829  1 file changed, 2 insertions(+)
70830
70831 commit 1682d1bbecaeeddc8a1678a01c57c0e0023bf7c4
70832 Merge: d8fadec09 b605db2f6
70833 Author: Michiharu Ariza <ariza@adobe.com>
70834 Date:   Sun Nov 4 13:25:41 2018 -0800
70835
70836     Merge branch 'master' into cff-subset
70837
70838 commit d8fadec098935335e69e46c1101da3f142824638
70839 Author: Michiharu Ariza <ariza@adobe.com>
70840 Date:   Sun Nov 4 13:12:20 2018 -0800
70841
70842     added desubroutinize full font test profiles & expected fonts
70843     
70844     modified subset_test_suite.py to apply desubroutinize profiles to CFF only (not to TT)
70845
70846  ...urceSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 3640 -> 3784 bytes
70847  .../SourceSansPro-Regular.default.61,62,63.otf        | Bin 3400 -> 3496 bytes
70848  .../SourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf  | Bin 3596 -> 3612 bytes
70849  ...sPro-Regular.desubroutinize.1FC,21,41,20,62,63.otf | Bin 0 -> 3640 bytes
70850  .../SourceSansPro-Regular.desubroutinize.61,62,63.otf | Bin 0 -> 3400 bytes
70851  ...eSansPro-Regular.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 0 -> 3596 bytes
70852  ...eSansPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 3480 -> 3564 bytes
70853  .../SourceSansPro-Regular.drop-hints.61,62,63.otf     | Bin 3276 -> 3340 bytes
70854  ...ourceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 3448 -> 3464 bytes
70855  ...r.drop-hints.desubroutinize.1FC,21,41,20,62,63.otf | Bin 0 -> 3480 bytes
70856  ...Pro-Regular.drop-hints.desubroutinize.61,62,63.otf | Bin 0 -> 3276 bytes
70857  ...gular.drop-hints.desubroutinize.D7,D8,D9,DA,DE.otf | Bin 0 -> 3448 bytes
70858  ...-Regular.default.3042,3044,3046,3048,304A,304B.otf | Bin 6248 -> 6324 bytes
70859  ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6432 -> 6568 bytes
70860  .../SourceHanSans-Regular.default.61,63,65,6B.otf     | Bin 5428 -> 5500 bytes
70861  ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6552 -> 6780 bytes
70862  .../japanese/SourceHanSans-Regular.default.660E.otf   | Bin 5196 -> 5248 bytes
70863  ....otf => SourceHanSans-Regular.desubroutinize..otf} | Bin
70864  ...r.desubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6248 bytes
70865  ...r.desubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6432 bytes
70866  ...urceHanSans-Regular.desubroutinize.61,63,65,6B.otf | Bin 0 -> 5428 bytes
70867  ...r.desubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6552 bytes
70868  .../SourceHanSans-Regular.desubroutinize.660E.otf     | Bin 0 -> 5196 bytes
70869  ...gular.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 6076 -> 6132 bytes
70870  ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 6180 -> 6304 bytes
70871  .../SourceHanSans-Regular.drop-hints.61,63,65,6B.otf  | Bin 5312 -> 5344 bytes
70872  ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 6248 -> 6472 bytes
70873  .../SourceHanSans-Regular.drop-hints.660E.otf         | Bin 5088 -> 5140 bytes
70874  ...rceHanSans-Regular.drop-hints.desubroutinize..otf} | Bin
70875  ...s.desubroutinize.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6076 bytes
70876  ...s.desubroutinize.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6180 bytes
70877  ...-Regular.drop-hints.desubroutinize.61,63,65,6B.otf | Bin 0 -> 5312 bytes
70878  ...s.desubroutinize.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6248 bytes
70879  ...HanSans-Regular.drop-hints.desubroutinize.660E.otf | Bin 0 -> 5140 bytes
70880  test/subset/data/profiles/desubroutinize.txt          |   1 +
70881  .../data/profiles/drop-hints-desubroutinize.txt       |   2 ++
70882  test/subset/generate-expected-outputs.py              |   1 -
70883  test/subset/subset_test_suite.py                      |   7 ++++++-
70884  38 files changed, 9 insertions(+), 2 deletions(-)
70885
70886 commit b605db2f65e62ad6727a61481f78015933dbf207
70887 Author: Behdad Esfahbod <behdad@behdad.org>
70888 Date:   Sun Nov 4 12:58:02 2018 -0500
70889
70890     [aat] Clean up ankr table include mess
70891
70892  src/hb-aat-layout-ankr-table.hh |  2 ++
70893  src/hb-aat-layout-common.hh     | 31 +++++++++---------------------
70894  src/hb-aat-layout-kerx-table.hh | 16 ++++++++--------
70895  src/hb-aat-layout.cc            | 42 +++++++++++++++++++++++++++++++++++++++--
70896  src/hb-ot-kern-table.hh         |  1 -
70897  src/hb-static.cc                |  1 -
70898  6 files changed, 59 insertions(+), 34 deletions(-)
70899
70900 commit bce437cf0b71e9b60bbf058eaf61593fed30ae33
70901 Author: Behdad Esfahbod <behdad@behdad.org>
70902 Date:   Sun Nov 4 02:47:34 2018 -0500
70903
70904     [test] Call test-ot-face.c test from hb-shape-fuzzer
70905     
70906     Should increase coverage...
70907
70908  test/api/test-ot-face.c         | 28 ++++++++++++++++++----------
70909  test/fuzzing/hb-shape-fuzzer.cc |  6 ++++++
70910  2 files changed, 24 insertions(+), 10 deletions(-)
70911
70912 commit 777c22425cae97009ca4dc5b1e400670c4aa0799
70913 Author: Behdad Esfahbod <behdad@behdad.org>
70914 Date:   Sun Nov 4 02:40:20 2018 -0500
70915
70916     [test] More funcs in test-ot-face
70917
70918  test/api/test-font.c    |  5 +++++
70919  test/api/test-ot-face.c | 21 +++++++++++++++++++--
70920  2 files changed, 24 insertions(+), 2 deletions(-)
70921
70922 commit 17335a8161e674e630287e18a6d304ec0c33767c
70923 Author: Behdad Esfahbod <behdad@behdad.org>
70924 Date:   Sun Nov 4 02:25:07 2018 -0500
70925
70926     Clean up buffer->swap_buffers() calls
70927     
70928     That function checks for buffer->successful already.  No need
70929     to check at call site.
70930
70931  src/gen-vowel-constraints.py                 | 4 +---
70932  src/hb-aat-layout-common.hh                  | 3 +--
70933  src/hb-aat-layout-morx-table.hh              | 3 +--
70934  src/hb-ot-shape-complex-indic.cc             | 1 -
70935  src/hb-ot-shape-complex-khmer.cc             | 1 -
70936  src/hb-ot-shape-complex-myanmar.cc           | 1 -
70937  src/hb-ot-shape-complex-thai.cc              | 3 +--
70938  src/hb-ot-shape-complex-use.cc               | 1 -
70939  src/hb-ot-shape-complex-vowel-constraints.cc | 5 ++---
70940  src/hb-ot-shape.cc                           | 1 -
70941  10 files changed, 6 insertions(+), 17 deletions(-)
70942
70943 commit 191ca0f15b7fc9ab959e1f6472c48839687402ec
70944 Author: Michiharu Ariza <ariza@adobe.com>
70945 Date:   Sat Nov 3 22:42:22 2018 -0700
70946
70947     CFF1 no-desubr fixes
70948     
70949     make sure charstring/subrs not ending with endchar/return handled correctly
70950     if no local subrs, skip serializing Subrs op in Private
70951     misc fixes
70952
70953  src/hb-ot-cff-common.hh     | 13 +++++++++-
70954  src/hb-subset-cff-common.hh | 59 +++++++++++++++++++++++----------------------
70955  src/hb-subset-cff1.cc       | 27 +++++++++++++++------
70956  3 files changed, 62 insertions(+), 37 deletions(-)
70957
70958 commit 4eb52460c8c6dc48af240f2254f76fae065bfa97
70959 Author: Behdad Esfahbod <behdad@behdad.org>
70960 Date:   Sat Nov 3 21:45:39 2018 -0400
70961
70962     Fix >>
70963
70964  src/hb-ot-post-table.hh | 2 +-
70965  1 file changed, 1 insertion(+), 1 deletion(-)
70966
70967 commit ae9ad1076e536aee370f9863cde8351b79f01b3b
70968 Author: Behdad Esfahbod <behdad@behdad.org>
70969 Date:   Sat Nov 3 21:41:50 2018 -0400
70970
70971     Fix "Warning: extra ";" ignored."
70972
70973  src/hb.hh | 8 ++++----
70974  1 file changed, 4 insertions(+), 4 deletions(-)
70975
70976 commit d0163afb7bed83935c6a54d57a0e7366caeba0b3
70977 Author: Behdad Esfahbod <behdad@behdad.org>
70978 Date:   Sat Nov 3 21:38:24 2018 -0400
70979
70980     Revert "Add operator char * to the naked array types as well"
70981     
70982     This reverts commit db889c182ee5f54127285bfaab5bc94dafe46bda.
70983     
70984     Was resulting in ambigious overloads...
70985
70986  src/hb-dsalgs.hh    | 4 +---
70987  src/hb-open-type.hh | 2 --
70988  2 files changed, 1 insertion(+), 5 deletions(-)
70989
70990 commit c8f94a1ca6928f07749285da910b63087d485537
70991 Author: Behdad Esfahbod <behdad@behdad.org>
70992 Date:   Sat Nov 3 21:07:39 2018 -0400
70993
70994     Minor
70995
70996  src/hb-ot-name.cc | 4 ++--
70997  1 file changed, 2 insertions(+), 2 deletions(-)
70998
70999 commit 9779e602ed7ac214c0da2c90e104b38460422476
71000 Author: Behdad Esfahbod <behdad@behdad.org>
71001 Date:   Sat Nov 3 20:50:56 2018 -0400
71002
71003     [test] Add test for empty face
71004
71005  test/api/Makefile.am    |  1 +
71006  test/api/test-ot-face.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++
71007  2 files changed, 95 insertions(+)
71008
71009 commit 1da4de7e7b71dfde734cb77ec6acb31f574585f2
71010 Author: Michiharu Ariza <ariza@adobe.com>
71011 Date:   Sat Nov 3 15:41:29 2018 -0700
71012
71013     fix for subset fuzzer failure
71014     
71015     A called subr must be freshly parsed or completely parsed. otherwise the prevoius parse must have terminated prematurely
71016
71017  src/hb-subset-cff1.cc | 3 +++
71018  1 file changed, 3 insertions(+)
71019
71020 commit 0b0b38ec1e6a815a30bef98193043d255b52c4a1
71021 Author: Behdad Esfahbod <behdad@behdad.org>
71022 Date:   Sat Nov 3 16:15:30 2018 -0400
71023
71024     Fix null accelerator's
71025     
71026     Fixes all except for cmap.  To be done separately.
71027     
71028     Part of https://github.com/harfbuzz/harfbuzz/issues/1146
71029
71030  src/hb-ot-color-cbdt-table.hh  | 10 ++--------
71031  src/hb-ot-color-sbix-table.hh  | 11 ++++-------
71032  src/hb-ot-color-svg-table.hh   | 11 ++++-------
71033  src/hb-ot-glyf-table.hh        |  6 +++---
71034  src/hb-ot-layout-gdef-table.hh |  2 +-
71035  src/hb-ot-layout-gsubgpos.hh   |  2 +-
71036  src/hb-ot-name-table.hh        |  2 +-
71037  src/hb-ot-post-table.hh        |  2 +-
71038  8 files changed, 17 insertions(+), 29 deletions(-)
71039
71040 commit db889c182ee5f54127285bfaab5bc94dafe46bda
71041 Author: Behdad Esfahbod <behdad@behdad.org>
71042 Date:   Sat Nov 3 16:04:19 2018 -0400
71043
71044     Add operator char * to the naked array types as well
71045
71046  src/hb-dsalgs.hh    | 4 +++-
71047  src/hb-open-type.hh | 2 ++
71048  2 files changed, 5 insertions(+), 1 deletion(-)
71049
71050 commit d6fdae310f2a98ca624c3a77c3aa03b8b3bd393a
71051 Author: Behdad Esfahbod <behdad@behdad.org>
71052 Date:   Sat Nov 3 16:02:03 2018 -0400
71053
71054     Add operator char * to hb_nonnull_ptr_t
71055
71056  src/hb-null.hh | 8 ++++----
71057  1 file changed, 4 insertions(+), 4 deletions(-)
71058
71059 commit 7430ff604aa54bedcb07cc1c2962eae85fcade76
71060 Author: Behdad Esfahbod <behdad@behdad.org>
71061 Date:   Sat Nov 3 15:59:13 2018 -0400
71062
71063     Template casts in hb_nonnull_ptr_t
71064
71065  src/hb-null.hh | 6 ++++--
71066  1 file changed, 4 insertions(+), 2 deletions(-)
71067
71068 commit da408fce98153e0fab3d82fe28813085feed0974
71069 Author: Behdad Esfahbod <behdad@behdad.org>
71070 Date:   Sat Nov 3 15:49:37 2018 -0400
71071
71072     [blob] Allow null parent in create_sub_blob()
71073     
71074     Like font and unicode.
71075
71076  src/hb-blob.cc | 2 +-
71077  1 file changed, 1 insertion(+), 1 deletion(-)
71078
71079 commit fb0f30f55a5d654b2f1f9b99efa9b8abc51dbf34
71080 Author: Behdad Esfahbod <behdad@behdad.org>
71081 Date:   Sat Nov 3 15:24:14 2018 -0400
71082
71083     Add hb_nonnull_ptr_t
71084     
71085     Towards fixing https://github.com/harfbuzz/harfbuzz/issues/1146
71086
71087  src/hb-null.hh | 28 ++++++++++++++++++++++++++++
71088  1 file changed, 28 insertions(+)
71089
71090 commit 8d98c51d133b058a845ed7a84bfe8a43083bbb03
71091 Author: Behdad Esfahbod <behdad@behdad.org>
71092 Date:   Sat Nov 3 15:14:57 2018 -0400
71093
71094     [kern] Third try fix access violation in Format3
71095     
71096     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
71097
71098  src/hb-ot-kern-table.hh | 1 -
71099  1 file changed, 1 deletion(-)
71100
71101 commit f074da8c2b6a7061c71d12213a6c494c119eb20e
71102 Author: Behdad Esfahbod <behdad@behdad.org>
71103 Date:   Sat Nov 3 15:06:45 2018 -0400
71104
71105     [kern] Really fix access violation in Format3
71106     
71107     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
71108
71109  src/hb-ot-kern-table.hh | 2 +-
71110  1 file changed, 1 insertion(+), 1 deletion(-)
71111
71112 commit 93ef20a83b31e6528bb1835d2b4b83b913805885
71113 Author: Behdad Esfahbod <behdad@behdad.org>
71114 Date:   Sat Nov 3 15:03:06 2018 -0400
71115
71116     Replace most uses of is_inert with is_immutable
71117
71118  src/hb-buffer.cc     | 32 ++++++++++++++++----------------
71119  src/hb-coretext.cc   |  2 +-
71120  src/hb-font.cc       |  2 +-
71121  src/hb-set.hh        |  8 +++++---
71122  src/hb-shape-plan.cc |  2 +-
71123  5 files changed, 24 insertions(+), 22 deletions(-)
71124
71125 commit 0589787ff55bff9bd5849c4443229e926cc574a5
71126 Author: Behdad Esfahbod <behdad@behdad.org>
71127 Date:   Sat Nov 3 14:58:54 2018 -0400
71128
71129     [kern] Fix access violation in Format3
71130     
71131     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
71132
71133  src/hb-ot-kern-table.hh | 6 +++++-
71134  1 file changed, 5 insertions(+), 1 deletion(-)
71135
71136 commit 5570c87f21f061cc197e02bd0526ab44c63ed6f1
71137 Author: Behdad Esfahbod <behdad@behdad.org>
71138 Date:   Sat Nov 3 14:51:38 2018 -0400
71139
71140     Port objects to use header.writable instead of immutable
71141     
71142     Saves 4 or 8 bytes per object on 64bit archs.
71143
71144  src/hb-blob.cc    | 12 ++++--------
71145  src/hb-blob.hh    |  2 --
71146  src/hb-face.cc    | 16 ++++++----------
71147  src/hb-face.hh    |  2 --
71148  src/hb-font.cc    | 46 +++++++++++++++++++---------------------------
71149  src/hb-font.hh    |  4 ----
71150  src/hb-ft.cc      |  2 +-
71151  src/hb-object.hh  | 11 ++++++++---
71152  src/hb-unicode.cc | 11 ++++-------
71153  src/hb-unicode.hh |  2 --
71154  10 files changed, 42 insertions(+), 66 deletions(-)
71155
71156 commit ee351a38ec0c62b76dd1b3f20fe56cb4d63e62be
71157 Author: Behdad Esfahbod <behdad@behdad.org>
71158 Date:   Sat Nov 3 14:28:55 2018 -0400
71159
71160     [object] Add "writable"
71161
71162  src/hb-object.hh | 14 +++++++++++++-
71163  1 file changed, 13 insertions(+), 1 deletion(-)
71164
71165 commit b8a78ce201608e9ac6d7f77447b2bbef6f09e9ff
71166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71167 Date:   Sat Nov 3 22:28:30 2018 +0330
71168
71169     [BASE] Improvements (#1347)
71170
71171  src/hb-ot-layout-base-table.hh | 610 ++++++++++++++++++-----------------------
71172  src/hb-ot-layout.cc            |  65 ++++-
71173  src/hb-ot-layout.h             |  16 --
71174  test/api/Makefile.am           |   1 +
71175  test/api/fonts/base.ttf        | Bin 0 -> 5596 bytes
71176  test/api/test-baseline.c       |  58 ++++
71177  6 files changed, 380 insertions(+), 370 deletions(-)
71178
71179 commit c560ca92512c0283e826c059431273ffecf5d993
71180 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71181 Date:   Sat Nov 3 13:03:36 2018 +0330
71182
71183     [fuzz] A new testcase
71184
71185  ...uzz-testcase-minimized-hb-shape-fuzzer-5735679418433536 | Bin 0 -> 36 bytes
71186  1 file changed, 0 insertions(+), 0 deletions(-)
71187
71188 commit 34b06d994a79124963d2a7432d0ec945e72bfdbd
71189 Author: Michiharu Ariza <ariza@adobe.com>
71190 Date:   Fri Nov 2 16:40:20 2018 -0700
71191
71192     fixed FDSelect size calcluation
71193
71194  src/hb-ot-cff-common.hh                               |   2 +-
71195  src/hb-subset-cff-common.cc                           |   6 +++---
71196  test/api/fonts/SourceHanSans-Regular.41,3041,4C2E.otf | Bin 2576 -> 3892 bytes
71197  3 files changed, 4 insertions(+), 4 deletions(-)
71198
71199 commit 481fdfdc23f557400ad3aceeceeab07add78f005
71200 Merge: 1bc710a8c 2840a104c
71201 Author: Michiharu Ariza <ariza@adobe.com>
71202 Date:   Fri Nov 2 15:28:09 2018 -0700
71203
71204     Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-subset
71205
71206 commit 1bc710a8c94fbe08ca3a3e535c7b6597a57883df
71207 Author: Michiharu Ariza <ariza@adobe.com>
71208 Date:   Fri Nov 2 15:28:01 2018 -0700
71209
71210     added CFF1 desubr api test cases & bug fixes
71211
71212  src/hb-cff1-interp-cs.hh                           |   7 --
71213  src/hb-ot-cff-common.hh                            |  56 ++++++----
71214  src/hb-subset-cff-common.hh                        | 100 +++++++++--------
71215  src/hb-subset-cff1.cc                              |  53 ++++-----
71216  .../fonts/SourceHanSans-Regular.41,3041,4C2E.otf   | Bin 3892 -> 2576 bytes
71217  .../SourceHanSans-Regular.41,4C2E.nohints.otf      | Bin 0 -> 2380 bytes
71218  ...urceHanSans-Regular.41,4C2E.nosubrs.nohints.otf | Bin 0 -> 2360 bytes
71219  .../SourceHanSans-Regular.41,4C2E.nosubrs.otf      | Bin 0 -> 2548 bytes
71220  test/api/fonts/SourceHanSans-Regular.41,4C2E.otf   | Bin 2548 -> 2576 bytes
71221  test/api/fonts/SourceSansPro-Regular.abc.otf       | Bin 3412 -> 1812 bytes
71222  .../api/fonts/SourceSansPro-Regular.ac.nohints.otf | Bin 3228 -> 1592 bytes
71223  .../SourceSansPro-Regular.ac.nosubrs.nohints.otf   | Bin 0 -> 1540 bytes
71224  .../api/fonts/SourceSansPro-Regular.ac.nosubrs.otf | Bin 0 -> 1632 bytes
71225  test/api/fonts/SourceSansPro-Regular.ac.otf        | Bin 3332 -> 1708 bytes
71226  test/api/test-subset-cff1.c                        | 122 +++++++++++++++++++++
71227  15 files changed, 232 insertions(+), 106 deletions(-)
71228
71229 commit 2c68f34bddbe506d0b22948562f2f59b9a5b6050
71230 Author: Khaled Hosny <khaledhosny@eglug.org>
71231 Date:   Fri Nov 2 23:06:00 2018 +0200
71232
71233     [os2] Capitalize table tag and struct
71234     
71235     Other tables follow the case of the OT tag, except this one.
71236
71237  src/hb-ot-hmtx-table.hh |  6 +++---
71238  src/hb-ot-os2-table.hh  | 12 ++++++------
71239  src/hb-subset.cc        |  4 ++--
71240  3 files changed, 11 insertions(+), 11 deletions(-)
71241
71242 commit 8034d1dda091998d356e77f249d3c9f50501cc77
71243 Author: Behdad Esfahbod <behdad@behdad.org>
71244 Date:   Fri Nov 2 14:47:42 2018 -0400
71245
71246     [kern] Implement Format1
71247     
71248     Also, implement backwards kerning for Format1 in kern and kerx.
71249     
71250     Fixes https://github.com/harfbuzz/harfbuzz/issues/1350
71251
71252  src/hb-aat-layout-kerx-table.hh |  11 +++-
71253  src/hb-ot-kern-table.hh         | 127 ++++++++++++++++++++++++++++++++++++++++
71254  2 files changed, 136 insertions(+), 2 deletions(-)
71255
71256 commit 46b3885c1a8ea3b85efbdd1704edcee385797c5d
71257 Author: Behdad Esfahbod <behdad@behdad.org>
71258 Date:   Fri Nov 2 14:43:38 2018 -0400
71259
71260     [kern] Set subtable on sanitizer
71261
71262  src/hb-ot-kern-table.hh | 2 ++
71263  1 file changed, 2 insertions(+)
71264
71265 commit 74c7a2c6c892446dcec574986e128967bd570e47
71266 Author: Behdad Esfahbod <behdad@behdad.org>
71267 Date:   Fri Nov 2 14:26:04 2018 -0400
71268
71269     [kern] Respect more flags
71270
71271  src/hb-ot-kern-table.hh | 21 +++++++++++++++------
71272  1 file changed, 15 insertions(+), 6 deletions(-)
71273
71274 commit 9f880bad0d7291eaab10d814567c7a680e139c48
71275 Author: Behdad Esfahbod <behdad@behdad.org>
71276 Date:   Fri Nov 2 13:57:41 2018 -0400
71277
71278     [kern] Minor
71279     
71280     We like check_struct() more.
71281
71282  src/hb-ot-kern-table.hh | 5 +++--
71283  1 file changed, 3 insertions(+), 2 deletions(-)
71284
71285 commit 04b82b181d06c229a98314c1620d3ae8a2825267
71286 Author: Behdad Esfahbod <behdad@behdad.org>
71287 Date:   Fri Nov 2 13:47:33 2018 -0400
71288
71289     Remove pointer cast operators from ArrayOf<>
71290     
71291     ArrayOf<>, unlike UnsizedArrayOf<>, has data before the array.
71292     This was confusing.  Remove.
71293
71294  src/hb-open-type.hh | 3 ---
71295  1 file changed, 3 deletions(-)
71296
71297 commit f1df441bedaf5b2c7fadf9954ea39616af87702a
71298 Author: Behdad Esfahbod <behdad@behdad.org>
71299 Date:   Fri Nov 2 13:26:15 2018 -0400
71300
71301     [kern] Comment
71302
71303  src/hb-ot-kern-table.hh | 3 +--
71304  1 file changed, 1 insertion(+), 2 deletions(-)
71305
71306 commit 095f5add0b1ca39dd09842594b80fae92f0796e4
71307 Author: Behdad Esfahbod <behdad@behdad.org>
71308 Date:   Fri Nov 2 13:23:54 2018 -0400
71309
71310     [kern] Push apply loop to each subtable
71311
71312  src/hb-ot-kern-table.hh | 153 ++++++++++++++++++++++++++++++++++++++----------
71313  src/hb-ot-layout.cc     |  28 ++++++---
71314  src/hb-ot-layout.hh     |   8 ++-
71315  src/hb-ot-shape.cc      |   2 +-
71316  4 files changed, 149 insertions(+), 42 deletions(-)
71317
71318 commit 949dad89a81ff5b6ef92e8737962b667249a3f2b
71319 Author: Behdad Esfahbod <behdad@behdad.org>
71320 Date:   Fri Nov 2 12:47:55 2018 -0400
71321
71322     [kern] Remove accelerator
71323     
71324     It wasn't doing anything.
71325
71326  src/hb-ot-face.hh       |  2 +-
71327  src/hb-ot-kern-table.hh | 55 ++++++++++++++-----------------------------------
71328  src/hb-ot-layout.cc     |  4 ++--
71329  3 files changed, 18 insertions(+), 43 deletions(-)
71330
71331 commit 0382b7184addf5b3723db40a57790e5e62ac1703
71332 Author: Behdad Esfahbod <behdad@behdad.org>
71333 Date:   Fri Nov 2 12:23:26 2018 -0400
71334
71335     Use as_array in more places
71336
71337  src/hb-aat-layout-morx-table.hh |  4 ++--
71338  src/hb-ot-layout-gsubgpos.hh    | 22 +++++++++++++---------
71339  2 files changed, 15 insertions(+), 11 deletions(-)
71340
71341 commit 91de9dfcf3bba7cbeef1e709679c8e24ab684c97
71342 Author: Behdad Esfahbod <behdad@behdad.org>
71343 Date:   Fri Nov 2 12:14:21 2018 -0400
71344
71345     Fix &array_of<>
71346
71347  src/hb-dsalgs.hh    | 3 +++
71348  src/hb-open-type.hh | 4 ++--
71349  2 files changed, 5 insertions(+), 2 deletions(-)
71350
71351 commit 9b7cb137946013592c9a5a9f0a3464fb4613577b
71352 Author: Behdad Esfahbod <behdad@behdad.org>
71353 Date:   Fri Nov 2 12:00:55 2018 -0400
71354
71355     Fixup
71356
71357  src/hb-dsalgs.hh | 2 +-
71358  1 file changed, 1 insertion(+), 1 deletion(-)
71359
71360 commit 6e06fe162ed79bb47f62aae03669cd72b99014a0
71361 Author: Behdad Esfahbod <behdad@behdad.org>
71362 Date:   Fri Nov 2 11:56:55 2018 -0400
71363
71364     [kern] Implement Format3
71365     
71366     Untested.
71367
71368  src/hb-ot-kern-table.hh | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
71369  1 file changed, 51 insertions(+)
71370
71371 commit c6ef5dbd5c40cc8934756456221e080012a82530
71372 Author: Behdad Esfahbod <behdad@behdad.org>
71373 Date:   Fri Nov 2 11:51:21 2018 -0400
71374
71375     Add cast operators to hb_array_t
71376
71377  src/hb-dsalgs.hh | 21 +++++++++++++--------
71378  1 file changed, 13 insertions(+), 8 deletions(-)
71379
71380 commit 72462eb76584a2892f1d961c90fd289240ea9380
71381 Author: Behdad Esfahbod <behdad@behdad.org>
71382 Date:   Fri Nov 2 11:46:24 2018 -0400
71383
71384     Add UnsizedArrayOf::as_array() instead of hb_array() template
71385
71386  src/hb-aat-layout-trak-table.hh |  2 +-
71387  src/hb-dsalgs.hh                |  2 --
71388  src/hb-open-file.hh             |  2 +-
71389  src/hb-open-type.hh             | 11 +++--------
71390  src/hb-ot-color-cpal-table.hh   |  6 +++---
71391  5 files changed, 8 insertions(+), 15 deletions(-)
71392
71393 commit 1cf075ecb674cc0c7043bffe2fef5ef187c15335
71394 Author: Behdad Esfahbod <behdad@behdad.org>
71395 Date:   Fri Nov 2 11:38:00 2018 -0400
71396
71397     Add get_size to UnsizedArrayOf
71398
71399  src/hb-open-type.hh | 3 +++
71400  1 file changed, 3 insertions(+)
71401
71402 commit a4a7a623893fd4c8db3a987d81a1c80243006f1e
71403 Author: Behdad Esfahbod <behdad@behdad.org>
71404 Date:   Fri Nov 2 11:16:43 2018 -0400
71405
71406     [kern] Add buffer message
71407
71408  src/hb-ot-kern-table.hh | 5 +++++
71409  1 file changed, 5 insertions(+)
71410
71411 commit 0b2870085ddecdde8370eebc7c2bb346b1992b93
71412 Author: Michiharu Ariza <ariza@adobe.com>
71413 Date:   Thu Nov 1 22:43:17 2018 -0700
71414
71415     removed unused code
71416
71417  src/hb-cff-interp-common.hh | 18 ------------------
71418  1 file changed, 18 deletions(-)
71419
71420 commit 6186dbf1be4da88d9c4f1ef5cea19fd7779f29ab
71421 Author: Michiharu Ariza <ariza@adobe.com>
71422 Date:   Thu Nov 1 17:25:23 2018 -0700
71423
71424     added hb_subset_input_set_desubroutinize API
71425     
71426     hooked up with CFF1 subroutinizer
71427     a renaming
71428
71429  src/hb-subset-cff-common.hh |  2 +-
71430  src/hb-subset-cff1.cc       |  4 ++--
71431  src/hb-subset-input.cc      | 13 +++++++++++++
71432  src/hb-subset.h             |  5 +++++
71433  util/hb-subset.cc           |  1 +
71434  util/options.cc             |  2 +-
71435  6 files changed, 23 insertions(+), 4 deletions(-)
71436
71437 commit b1d0c589154d080ff519c3e80aea923185787b13
71438 Author: Michiharu Ariza <ariza@adobe.com>
71439 Date:   Thu Nov 1 16:33:46 2018 -0700
71440
71441     removed extraneous ;s
71442
71443  src/hb-cff-interp-common.hh | 6 +++---
71444  1 file changed, 3 insertions(+), 3 deletions(-)
71445
71446 commit 2840a104c1288af79cbda720afa9e37aec6fb29d
71447 Author: Michiharu Ariza <ariza@adobe.com>
71448 Date:   Thu Nov 1 16:18:13 2018 -0700
71449
71450     tweaks to build with new merge
71451
71452  src/hb-cff2-interp-cs.hh    | 11 +++++++----
71453  src/hb-ot-cff2-table.cc     |  9 +++++----
71454  src/hb-ot-cff2-table.hh     |  7 +++----
71455  src/hb-subset-cff-common.cc | 12 ++++--------
71456  src/hb-subset-cff-common.hh |  3 +--
71457  src/hb-subset-cff1.cc       |  3 +--
71458  src/hb-subset-cff2.cc       |  3 +--
71459  7 files changed, 22 insertions(+), 26 deletions(-)
71460
71461 commit e600e5440b3b77294df47fae947758137ea02501
71462 Merge: 82248b928 de96e5c81
71463 Author: Michiharu Ariza <ariza@adobe.com>
71464 Date:   Thu Nov 1 16:13:56 2018 -0700
71465
71466     Merge branch 'master' into cff-subset
71467
71468 commit de96e5c81c7f473520df93052ecea162baa5a350
71469 Author: Behdad Esfahbod <behdad@behdad.org>
71470 Date:   Thu Nov 1 18:13:58 2018 -0400
71471
71472     [Crap] Avoid operator=
71473
71474  src/hb-null.hh | 2 +-
71475  1 file changed, 1 insertion(+), 1 deletion(-)
71476
71477 commit f9353bd68c112dea8962dd586bf5e664f75a2a07
71478 Author: Behdad Esfahbod <behdad@behdad.org>
71479 Date:   Thu Nov 1 18:05:22 2018 -0400
71480
71481     [aat] Rely on vector auto initialization
71482
71483  src/hb-aat-map.hh | 10 +---------
71484  1 file changed, 1 insertion(+), 9 deletions(-)
71485
71486 commit 5a18d97b35d05c826c242e6847764c2418831a55
71487 Author: Behdad Esfahbod <behdad@behdad.org>
71488 Date:   Thu Nov 1 18:01:26 2018 -0400
71489
71490     [aat] Remove unused forward declaration
71491
71492  src/hb-aat-map.hh | 2 --
71493  1 file changed, 2 deletions(-)
71494
71495 commit 82248b9287e7b208c304e761393b745604a51c6e
71496 Author: Michiharu Ariza <ariza@adobe.com>
71497 Date:   Thu Nov 1 10:36:50 2018 -0700
71498
71499     fix leak attempt ^2
71500
71501  src/hb-subset-cff2.cc | 2 +-
71502  1 file changed, 1 insertion(+), 1 deletion(-)
71503
71504 commit a9c305c2b00b7e793dc3d8333eee43d677aebd42
71505 Author: Michiharu Ariza <ariza@adobe.com>
71506 Date:   Thu Nov 1 10:31:21 2018 -0700
71507
71508     fix leaks
71509
71510  src/hb-subset-cff1.cc | 4 ++--
71511  src/hb-subset-cff2.cc | 3 +--
71512  2 files changed, 3 insertions(+), 4 deletions(-)
71513
71514 commit 049ce078e51bebce50b17889f3edae3db3ea39f5
71515 Author: Michiharu Ariza <ariza@adobe.com>
71516 Date:   Thu Nov 1 08:46:21 2018 -0700
71517
71518     fix bogus width with --no-hinting
71519
71520  src/hb-cff1-interp-cs.hh | 15 +++++++++------
71521  1 file changed, 9 insertions(+), 6 deletions(-)
71522
71523 commit 07ec792212063851ee41eae33792d3d90d31e6a1
71524 Author: Behdad Esfahbod <behdad@behdad.org>
71525 Date:   Thu Nov 1 10:31:12 2018 -0400
71526
71527     Warning fix
71528
71529  src/test-ot-color.cc | 2 +-
71530  1 file changed, 1 insertion(+), 1 deletion(-)
71531
71532 commit c32280b30fb3844addda31a0d97ae7cb55ef07d2
71533 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71534 Date:   Thu Nov 1 15:31:14 2018 +0330
71535
71536     [ot-layout] minor
71537
71538  src/hb-ot-layout.cc | 6 +++---
71539  1 file changed, 3 insertions(+), 3 deletions(-)
71540
71541 commit cad90be4ea56a85ddc084f86f36dd7129850f6d7
71542 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71543 Date:   Thu Nov 1 13:39:06 2018 +0330
71544
71545     [test] minor
71546
71547  test/api/test-ot-color.c | 2 --
71548  1 file changed, 2 deletions(-)
71549
71550 commit d56e338a903a5a7c4f8ccd0f4d983cd492243ed6
71551 Author: Michiharu Ariza <ariza@adobe.com>
71552 Date:   Wed Oct 31 22:30:34 2018 -0700
71553
71554     CFF1 no-desubroutinize + no-hinting
71555     
71556     no-desubroutinize option is disabled for now
71557     code cleanup (esp. CFF1 width handling)
71558     bug fixes & renaming
71559
71560  src/hb-cff-interp-common.hh      |  49 +++
71561  src/hb-cff-interp-cs-common.hh   |  93 +++++-
71562  src/hb-cff-interp-dict-common.hh |  45 +--
71563  src/hb-cff1-interp-cs.hh         |  66 +++-
71564  src/hb-cff2-interp-cs.hh         |   1 +
71565  src/hb-ot-cff-common.hh          |  85 ++---
71566  src/hb-ot-cff1-table.hh          |  20 +-
71567  src/hb-ot-cff2-table.hh          |  25 +-
71568  src/hb-subset-cff-common.hh      | 702 ++++++++++++++++++++++++++++++++++++---
71569  src/hb-subset-cff1.cc            | 242 +++++++++++---
71570  src/hb-subset-cff2.cc            |  45 +--
71571  src/hb-subset-input.hh           |   1 +
71572  src/hb-subset-plan.cc            |   1 +
71573  src/hb-subset-plan.hh            |   1 +
71574  util/options.cc                  |   2 +
71575  util/options.hh                  |   2 +
71576  16 files changed, 1130 insertions(+), 250 deletions(-)
71577
71578 commit 52a00cd87f63c8ab32413a1a9ce792a3e2ec84e2
71579 Author: Behdad Esfahbod <behdad@behdad.org>
71580 Date:   Wed Oct 31 19:05:53 2018 -0700
71581
71582     [aat] Implement 'aalt' mapping
71583     
71584     Fixes https://github.com/harfbuzz/harfbuzz/issues/1160
71585
71586  src/hb-aat-map.cc | 8 ++++++++
71587  1 file changed, 8 insertions(+)
71588
71589 commit 6e3ea269fa1fe0a3de7a8a13c6e853c91231808e
71590 Author: Behdad Esfahbod <behdad@behdad.org>
71591 Date:   Wed Oct 31 19:00:11 2018 -0700
71592
71593     [aat] Add 'afrc' feature mapping
71594     
71595     https://github.com/harfbuzz/harfbuzz/issues/1342#issuecomment-434829028
71596
71597  src/hb-aat-layout.cc | 1 +
71598  1 file changed, 1 insertion(+)
71599
71600 commit 40b19fd46951e2f9b402e59e1fbbf06fde7ecd61
71601 Author: Behdad Esfahbod <behdad@behdad.org>
71602 Date:   Wed Oct 31 18:51:45 2018 -0700
71603
71604     [aat] Fallback to old style "Letter Case" small caps
71605     
71606     Fixes https://github.com/harfbuzz/harfbuzz/issues/1342
71607
71608  src/hb-aat-layout-morx-table.hh | 8 ++++++++
71609  1 file changed, 8 insertions(+)
71610
71611 commit f9289319481a1e9762ad366b287e781c44ba9fc6
71612 Author: Behdad Esfahbod <behdad@behdad.org>
71613 Date:   Wed Oct 31 18:25:05 2018 -0700
71614
71615     [test] Minor
71616
71617  test/shaping/run-tests.py | 13 +++++++------
71618  1 file changed, 7 insertions(+), 6 deletions(-)
71619
71620 commit cf203af8a33591c163b63dbdf0fd341bc4606190
71621 Author: Behdad Esfahbod <behdad@behdad.org>
71622 Date:   Wed Oct 31 18:21:48 2018 -0700
71623
71624     Implement space fallback in vertical direction
71625     
71626     Fixes https://github.com/harfbuzz/harfbuzz/issues/1343
71627
71628  src/hb-ot-shape-fallback.cc                   | 36 +++++++++++++++++++--------
71629  test/shaping/data/in-house/tests/spaces.tests | 17 +++++++++++++
71630  2 files changed, 42 insertions(+), 11 deletions(-)
71631
71632 commit e01250230b1ad85e49cc0021365d1ee43feb9855
71633 Author: Behdad Esfahbod <behdad@behdad.org>
71634 Date:   Wed Oct 31 18:14:00 2018 -0700
71635
71636     [hmtx/vmtx] Fix a crasher
71637
71638  src/hb-ot-hmtx-table.hh | 2 +-
71639  1 file changed, 1 insertion(+), 1 deletion(-)
71640
71641 commit 36e90ef56e6c0643ef61e947d7361c6fa4eadf10
71642 Author: Behdad Esfahbod <behdad@behdad.org>
71643 Date:   Wed Oct 31 15:09:09 2018 -0700
71644
71645     [mort] Massage some more
71646
71647  src/hb-aat-layout-common.hh     | 28 ++++++++++++++++++++++++++++
71648  src/hb-aat-layout-morx-table.hh | 21 +++++----------------
71649  2 files changed, 33 insertions(+), 16 deletions(-)
71650
71651 commit cbaff4ef1910e2872bfff61f3d5427c076b3673d
71652 Author: Behdad Esfahbod <behdad@behdad.org>
71653 Date:   Wed Oct 31 15:06:12 2018 -0700
71654
71655     [mort] Some more
71656
71657  src/hb-aat-layout-morx-table.hh | 34 ++++++++++++++++------------------
71658  1 file changed, 16 insertions(+), 18 deletions(-)
71659
71660 commit 3087046d3144afb50bcc13e4afa2d20d9f71f2c8
71661 Author: Behdad Esfahbod <behdad@behdad.org>
71662 Date:   Wed Oct 31 14:59:14 2018 -0700
71663
71664     [mort] Refactor offset-to-index mapping
71665
71666  src/hb-aat-layout-morx-table.hh | 27 ++++++++++++++++-----------
71667  1 file changed, 16 insertions(+), 11 deletions(-)
71668
71669 commit b9db610add702da0a257db2eb21f3a7fb56682f7
71670 Author: Behdad Esfahbod <behdad@behdad.org>
71671 Date:   Wed Oct 31 14:22:31 2018 -0700
71672
71673     Minor
71674
71675  src/hb-font.cc | 28 ++++++++++++++--------------
71676  src/hb-font.h  |  2 +-
71677  2 files changed, 15 insertions(+), 15 deletions(-)
71678
71679 commit 995bf6c6f82d6b2dabcb81e1426910ee82b91b44
71680 Author: Behdad Esfahbod <behdad@behdad.org>
71681 Date:   Wed Oct 31 13:21:33 2018 -0700
71682
71683     [sbix] Rely on blob->as<> checking size against Type::min_size
71684
71685  src/hb-ot-color-sbix-table.hh | 6 ------
71686  1 file changed, 6 deletions(-)
71687
71688 commit 4d4e526b5cc703111eb445b7e319a4cd1917489f
71689 Author: Behdad Esfahbod <behdad@behdad.org>
71690 Date:   Wed Oct 31 13:19:42 2018 -0700
71691
71692     Improve blob->as<>
71693     
71694     It's true that blob->as<> should only be called on null or sanitized
71695     data.  But this change is safe, so keep it.
71696
71697  src/hb-blob.hh          | 2 +-
71698  src/hb-ot-glyf-table.hh | 3 ++-
71699  2 files changed, 3 insertions(+), 2 deletions(-)
71700
71701 commit 5854d3fa251069f8158b97a831d1439c2ff8b510
71702 Author: Behdad Esfahbod <behdad@behdad.org>
71703 Date:   Wed Oct 31 10:42:49 2018 -0700
71704
71705     [set] Warning fix with gcc 8.1
71706     
71707     https://github.com/harfbuzz/harfbuzz/pull/1334
71708
71709  src/hb-dsalgs.hh | 6 ++++--
71710  src/hb-set.hh    | 4 ++--
71711  2 files changed, 6 insertions(+), 4 deletions(-)
71712
71713 commit 850a7af3a419c6c4ab92bff59991758a2951d41f
71714 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71715 Date:   Wed Oct 31 14:20:23 2018 +0330
71716
71717     [ot-color-test] Remove the non-working exact strike size storing (#1339)
71718
71719  src/test-ot-color.cc | 135 +++++++++++++++++++++++----------------------------
71720  1 file changed, 62 insertions(+), 73 deletions(-)
71721
71722 commit 2e639c47c9d35ff7dc4dde21f744f9ee695a27f3
71723 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71724 Date:   Wed Oct 31 14:20:14 2018 +0330
71725
71726     [aat] Fix older compilers by not referencing enum directly (#1340)
71727
71728  src/hb-aat-layout-morx-table.hh | 5 ++---
71729  1 file changed, 2 insertions(+), 3 deletions(-)
71730
71731 commit 642c9dcf1b34b51ffdbf88ccbef4762aa12a5cbe
71732 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71733 Date:   Wed Oct 31 14:02:37 2018 +0330
71734
71735     [aat] Minor, remove extra semicolons
71736
71737  src/hb-aat-layout-morx-table.hh | 8 ++++----
71738  1 file changed, 4 insertions(+), 4 deletions(-)
71739
71740 commit c962d5e714a6f88c4cb20bed219177b1bc4a2dfd
71741 Author: Behdad Esfahbod <behdad@behdad.org>
71742 Date:   Wed Oct 31 01:16:33 2018 -0700
71743
71744     [mort] Make ligatures work
71745     
71746      ./hb-shape Apple_Chancery_10_12.ttf  "Th th ll te to tr fr fu fj"
71747     [T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+569|f_r=18+1432|space=20+569|f_u=21+1733|space=23+569|f_j=24+1098]
71748     
71749     Part of https://github.com/harfbuzz/harfbuzz/issues/1331
71750
71751  src/hb-aat-layout-morx-table.hh | 25 +++++++++++++++++--------
71752  1 file changed, 17 insertions(+), 8 deletions(-)
71753
71754 commit c07798960004439fcd8fa0f4ae33e225428d1065
71755 Author: Behdad Esfahbod <behdad@behdad.org>
71756 Date:   Wed Oct 31 00:36:03 2018 -0700
71757
71758     [mort] More Ligature work
71759
71760  src/hb-aat-layout-morx-table.hh | 54 ++++++++++++++++++++++++++++++-----------
71761  1 file changed, 40 insertions(+), 14 deletions(-)
71762
71763 commit 431c6e496be56e441ee4b9b705f40a1246bdd0d6
71764 Author: Behdad Esfahbod <behdad@behdad.org>
71765 Date:   Wed Oct 31 00:15:00 2018 -0700
71766
71767     [mort] Some Ligature work
71768
71769  src/hb-aat-layout-morx-table.hh | 38 +++++++++++++++++++++++++++++++-------
71770  1 file changed, 31 insertions(+), 7 deletions(-)
71771
71772 commit 28b68cffe4e5ebf82217ebf439f428431d672af3
71773 Author: Behdad Esfahbod <behdad@behdad.org>
71774 Date:   Tue Oct 30 23:33:30 2018 -0700
71775
71776     [mort] Implement / adjust Contextual substitution
71777
71778  src/hb-aat-layout-morx-table.hh | 70 ++++++++++++++++++++++++++++++-----------
71779  src/hb-open-type.hh             |  7 +++++
71780  2 files changed, 59 insertions(+), 18 deletions(-)
71781
71782 commit 11dbf0f12926b80d0c308c70a218342280045c23
71783 Author: Behdad Esfahbod <behdad@behdad.org>
71784 Date:   Tue Oct 30 21:49:59 2018 -0700
71785
71786     [mort] More fixes]
71787
71788  src/hb-aat-layout-common.hh | 5 ++---
71789  1 file changed, 2 insertions(+), 3 deletions(-)
71790
71791 commit e1552af95b6c17571f7ee58ebac92f48d93c8f98
71792 Author: Behdad Esfahbod <behdad@behdad.org>
71793 Date:   Tue Oct 30 21:09:05 2018 -0700
71794
71795     [maxp] Minor
71796
71797  src/hb-ot-maxp-table.hh | 2 +-
71798  1 file changed, 1 insertion(+), 1 deletion(-)
71799
71800 commit 0cf282a32e5b0fe1fec454ff293ffe04b33f1112
71801 Author: Behdad Esfahbod <behdad@behdad.org>
71802 Date:   Tue Oct 30 20:51:44 2018 -0700
71803
71804     [mort] Grind some more
71805
71806  src/hb-aat-layout-common.hh | 17 ++++++++++++-----
71807  1 file changed, 12 insertions(+), 5 deletions(-)
71808
71809 commit 90667b31bc3e61e68e27966e4781aba456c6b93b
71810 Author: Behdad Esfahbod <behdad@behdad.org>
71811 Date:   Tue Oct 30 20:15:28 2018 -0700
71812
71813     [mort] Hook up more
71814
71815  src/hb-aat-layout.cc | 14 +++++++++++++-
71816  1 file changed, 13 insertions(+), 1 deletion(-)
71817
71818 commit 9346b1f158dfd7d25ed0057b40aaa6980a85ea17
71819 Author: Behdad Esfahbod <behdad@behdad.org>
71820 Date:   Tue Oct 30 20:04:13 2018 -0700
71821
71822     [morx] Remove stale comment
71823
71824  src/hb-aat-layout-morx-table.hh | 2 --
71825  1 file changed, 2 deletions(-)
71826
71827 commit f864ef215e1354a1e5a3c8796afafba761404e08
71828 Author: Behdad Esfahbod <behdad@behdad.org>
71829 Date:   Tue Oct 30 19:42:21 2018 -0700
71830
71831     [mort] More massaging towards mort
71832
71833  src/hb-aat-layout-morx-table.hh | 53 +++++++++++++++++++++--------------------
71834  1 file changed, 27 insertions(+), 26 deletions(-)
71835
71836 commit 2d9467340b1498ccc0cd47bf915b84ab12dfa025
71837 Author: Behdad Esfahbod <behdad@behdad.org>
71838 Date:   Tue Oct 30 19:33:31 2018 -0700
71839
71840     [mort] Fix version check in sanitize
71841
71842  src/hb-aat-layout-morx-table.hh | 5 ++---
71843  1 file changed, 2 insertions(+), 3 deletions(-)
71844
71845 commit c2527a1bc2b493473f06ea6ae79f0a87b722c4d3
71846 Author: Behdad Esfahbod <behdad@behdad.org>
71847 Date:   Tue Oct 30 19:26:16 2018 -0700
71848
71849     [mort] Make it compile / hook it up
71850     
71851     Untested.
71852
71853  src/hb-aat-layout-common.hh     | 11 +++++-----
71854  src/hb-aat-layout-morx-table.hh |  2 +-
71855  src/hb-aat-layout.cc            | 47 ++++++++++++++++++++++++++---------------
71856  3 files changed, 36 insertions(+), 24 deletions(-)
71857
71858 commit 933babdc075c27fbcc1b726c3c9b2aa67338c6ad
71859 Author: Behdad Esfahbod <behdad@behdad.org>
71860 Date:   Tue Oct 30 19:22:43 2018 -0700
71861
71862     [mort] Fixup on previous commit
71863
71864  src/hb-aat-layout-morx-table.hh | 24 ++++++++++++------------
71865  1 file changed, 12 insertions(+), 12 deletions(-)
71866
71867 commit b053cabacd99ff69144a1459fe02ffd574c2416c
71868 Author: Ebrahim Byagowi <ebrahim@gnu.org>
71869 Date:   Tue Oct 30 18:41:34 2018 +0330
71870
71871     [mort] Bring back mort generalizations
71872     
71873     Started by reverting https://github.com/harfbuzz/harfbuzz/commit/1f1c85a5
71874     
71875     Just a starting point, if we agree even mort can come back.
71876
71877  src/hb-aat-layout-common.hh     |  76 +++++++++++++++++++----
71878  src/hb-aat-layout-kerx-table.hh |  17 ++---
71879  src/hb-aat-layout-morx-table.hh | 133 ++++++++++++++++++++++++----------------
71880  src/hb-aat-layout.cc            |  16 ++++-
71881  src/hb-ot-face.hh               |   1 +
71882  5 files changed, 171 insertions(+), 72 deletions(-)
71883
71884 commit 5cd544a621f10b307bb97aea27ea54e55aacb2e9
71885 Author: Behdad Esfahbod <behdad@behdad.org>
71886 Date:   Tue Oct 30 19:16:00 2018 -0700
71887
71888     Fix build
71889     
71890     Fixes https://github.com/harfbuzz/harfbuzz/issues/1338
71891
71892  src/test-ot-color.cc | 2 +-
71893  1 file changed, 1 insertion(+), 1 deletion(-)
71894
71895 commit 69297bb21640677532b7030332f803c0768c6579
71896 Author: Behdad Esfahbod <behdad@behdad.org>
71897 Date:   Tue Oct 30 19:06:21 2018 -0700
71898
71899     [fuzzing] Call hb-ot-color API
71900
71901  test/fuzzing/hb-shape-fuzzer.cc | 4 ++++
71902  1 file changed, 4 insertions(+)
71903
71904 commit 1019391046cf01524c4ef20c9256a47b7411610b
71905 Author: Behdad Esfahbod <behdad@behdad.org>
71906 Date:   Tue Oct 30 15:52:26 2018 -0700
71907
71908     2.1.0
71909
71910  NEWS                   | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++
71911  RELEASING.md           |  3 +-
71912  configure.ac           |  2 +-
71913  docs/harfbuzz-docs.xml |  1 +
71914  src/hb-ot-color.cc     | 22 +++++++++-----
71915  src/hb-ot-color.h      |  4 +--
71916  src/hb-version.h       |  6 ++--
71917  7 files changed, 105 insertions(+), 14 deletions(-)
71918
71919 commit bfd549daaa078e7edba5a65971b1d3e872664f2d
71920 Author: Behdad Esfahbod <behdad@behdad.org>
71921 Date:   Tue Oct 30 14:47:27 2018 -0700
71922
71923     Fix everything-bot
71924
71925  src/hb-ot-layout.cc | 2 +-
71926  1 file changed, 1 insertion(+), 1 deletion(-)
71927
71928 commit 0e1ad5a075c6858ca60bad0e2da58b5256e15815
71929 Author: Garret Rieger <grieger@google.com>
71930 Date:   Tue Oct 30 11:29:58 2018 -0700
71931
71932     [subset] Limit the number of scripts and langsys' that should be checked when collecting features.
71933
71934  src/hb-ot-layout-common.hh |  8 ++++++++
71935  src/hb-ot-layout.cc        | 11 ++++++++++-
71936  2 files changed, 18 insertions(+), 1 deletion(-)
71937
71938 commit a7aba99baab2d6e6105675ceedbe22222fa0f166
71939 Author: Behdad Esfahbod <behdad@behdad.org>
71940 Date:   Tue Oct 30 14:04:09 2018 -0700
71941
71942     [name] Rename hb_name_id_t to hb_ot_name_id_t
71943     
71944     https://github.com/harfbuzz/harfbuzz/pull/1254
71945
71946  docs/harfbuzz-sections.txt    |  3 +-
71947  src/hb-ot-color-cpal-table.hh | 12 +++---
71948  src/hb-ot-color.cc            |  6 +--
71949  src/hb-ot-color.h             |  4 +-
71950  src/hb-ot-layout.cc           | 44 +++++++++----------
71951  src/hb-ot-layout.h            | 28 ++++++-------
71952  src/hb-ot-name-table.hh       |  6 +--
71953  src/hb-ot-name.cc             | 38 ++++++++---------
71954  src/hb-ot-name.h              | 98 +++++++++++++++++++++----------------------
71955  test/api/test-ot-color.c      | 30 ++++++-------
71956  test/api/test-ot-name.c       |  8 ++--
71957  11 files changed, 139 insertions(+), 138 deletions(-)
71958
71959 commit 881e1054bc66fd07489d661dd5c3f84a5d077edc
71960 Author: Simon Tooke <stooke@redhat.com>
71961 Date:   Tue Oct 30 14:16:23 2018 -0400
71962
71963     fix various GCC function pointer warnings
71964
71965  src/hb-debug.hh | 6 +++---
71966  src/hb-set.hh   | 4 ++--
71967  2 files changed, 5 insertions(+), 5 deletions(-)
71968
71969 commit dc9bd29feac6675c79343b88a06f03f356f9175b
71970 Author: Behdad Esfahbod <behdad@behdad.org>
71971 Date:   Tue Oct 30 13:16:07 2018 -0700
71972
71973     [CBDT] Implement Format18 get_extens
71974     
71975     Part of https://github.com/harfbuzz/harfbuzz/issues/1327
71976
71977  src/hb-ot-color-cbdt-table.hh | 10 +++++++++-
71978  1 file changed, 9 insertions(+), 1 deletion(-)
71979
71980 commit a2a7422aaf47dd43c2c55ad48dd15513f9d5b081
71981 Author: Behdad Esfahbod <behdad@behdad.org>
71982 Date:   Tue Oct 30 13:14:56 2018 -0700
71983
71984     [CBDT] Bound checks in reference_png
71985
71986  src/hb-ot-color-cbdt-table.hh | 57 ++++++++++++++++++++++++++-----------------
71987  1 file changed, 34 insertions(+), 23 deletions(-)
71988
71989 commit f236f790884d7b5c7afb73768724c360d4ea5212
71990 Author: Nathan Willis <nwillis@glyphography.com>
71991 Date:   Tue Oct 30 11:24:56 2018 -0500
71992
71993     Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully fixes distcheck failure.
71994
71995  docs/Makefile.am | 11 ++++++-----
71996  1 file changed, 6 insertions(+), 5 deletions(-)
71997
71998 commit 9f4b375e396fe65b30c792b9524a732da0b477d1
71999 Author: Nathan Willis <nwillis@glyphography.com>
72000 Date:   Mon Oct 29 17:10:53 2018 -0500
72001
72002     Usermanual: minor wording updates, build fixes.
72003
72004  ...rmanual-buffers-language-script-and-direction.xml |  8 +++++++-
72005  docs/usermanual-clusters.xml                         |  6 ++++++
72006  docs/usermanual-fonts-and-faces.xml                  |  8 +++++++-
72007  docs/usermanual-getting-started.xml                  |  6 ++++++
72008  docs/usermanual-glyph-information.xml                |  8 +++++++-
72009  docs/usermanual-install-harfbuzz.xml                 | 20 +++++++++++++++++---
72010  docs/usermanual-opentype-features.xml                |  8 +++++++-
72011  docs/usermanual-shaping-concepts.xml                 |  6 ++++++
72012  docs/usermanual-what-is-harfbuzz.xml                 | 12 +++++++-----
72013  9 files changed, 70 insertions(+), 12 deletions(-)
72014
72015 commit e110032b914db9f417cc152b2beb51cda0a91dd7
72016 Author: Nathan Willis <nwillis@glyphography.com>
72017 Date:   Mon Oct 29 16:42:59 2018 -0500
72018
72019     Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors.
72020
72021  docs/usermanual-what-is-harfbuzz.xml | 10 ++++++++--
72022  1 file changed, 8 insertions(+), 2 deletions(-)
72023
72024 commit 01400f7425f7aec852f39ebee17aa502a74025fb
72025 Author: Nathan Willis <nwillis@glyphography.com>
72026 Date:   Sat Oct 20 17:21:49 2018 +0100
72027
72028     Usermanual; minor wording changes.
72029
72030  docs/usermanual-getting-started.xml  | 14 +++++++-------
72031  docs/usermanual-install-harfbuzz.xml | 10 +++++++++-
72032  docs/usermanual-what-is-harfbuzz.xml | 31 ++++++++++---------------------
72033  3 files changed, 26 insertions(+), 29 deletions(-)
72034
72035 commit e89f43dc0884cb4a73beff86e49b7bd8565a01f1
72036 Author: Khaled Hosny <khaledhosny@eglug.org>
72037 Date:   Sat Oct 20 16:12:45 2018 +0100
72038
72039     Minor; rewording unsafe-to-break note.
72040     
72041     Co-Authored-By: n8willis <nwillis@glyphography.com>
72042
72043  docs/usermanual-getting-started.xml | 2 +-
72044  1 file changed, 1 insertion(+), 1 deletion(-)
72045
72046 commit ccdfb634382596a6114380c72f2f344b1af23f94
72047 Author: Khaled Hosny <khaledhosny@eglug.org>
72048 Date:   Sat Oct 20 15:46:04 2018 +0100
72049
72050     Trivial; typo.
72051     
72052     Co-Authored-By: n8willis <nwillis@glyphography.com>
72053
72054  docs/usermanual-what-is-harfbuzz.xml | 2 +-
72055  1 file changed, 1 insertion(+), 1 deletion(-)
72056
72057 commit 722099487be72346e7109872b6abf30696f3b7c3
72058 Author: Khaled Hosny <khaledhosny@eglug.org>
72059 Date:   Sat Oct 20 15:45:24 2018 +0100
72060
72061     Minor; simplify example code
72062     
72063     Co-Authored-By: n8willis <nwillis@glyphography.com>
72064
72065  docs/usermanual-getting-started.xml | 4 +++-
72066  1 file changed, 3 insertions(+), 1 deletion(-)
72067
72068 commit 6e4dd58a4af003eeec93cbe90d1258d91a38b53c
72069 Author: Khaled Hosny <khaledhosny@eglug.org>
72070 Date:   Sat Oct 20 15:44:51 2018 +0100
72071
72072     Minor: simplify example code
72073     
72074     Co-Authored-By: n8willis <nwillis@glyphography.com>
72075
72076  docs/usermanual-getting-started.xml | 2 +-
72077  1 file changed, 1 insertion(+), 1 deletion(-)
72078
72079 commit f9ee0deceebd8952a8d80f3fd7b264b33e70f703
72080 Author: Khaled Hosny <khaledhosny@eglug.org>
72081 Date:   Sat Oct 20 15:41:00 2018 +0100
72082
72083     Minor; drop 'OpenType' from sentence
72084     
72085     Co-Authored-By: n8willis <nwillis@glyphography.com>
72086
72087  docs/usermanual-what-is-harfbuzz.xml | 2 +-
72088  1 file changed, 1 insertion(+), 1 deletion(-)
72089
72090 commit f028da59d902c39e61021b48fc73f2821a9f3be2
72091 Author: Nathan Willis <nwillis@glyphography.com>
72092 Date:   Sat Oct 20 15:18:29 2018 +0100
72093
72094     Minor.
72095
72096  docs/harfbuzz-docs.xml | 12 +++++++-----
72097  1 file changed, 7 insertions(+), 5 deletions(-)
72098
72099 commit ed5547f828fe7559cc3331f05780ae9f041b1e0f
72100 Author: Khaled Hosny <khaledhosny@eglug.org>
72101 Date:   Sat Oct 20 15:00:52 2018 +0100
72102
72103     Use 'glyphs' instead of 'text'
72104     
72105     Co-Authored-By: n8willis <nwillis@glyphography.com>
72106
72107  docs/harfbuzz-docs.xml | 2 +-
72108  1 file changed, 1 insertion(+), 1 deletion(-)
72109
72110 commit 236285545b5da8513f2b61fc8066ba78308a555a
72111 Author: Nathan Willis <nwillis@glyphography.com>
72112 Date:   Wed Oct 17 10:10:48 2018 -0500
72113
72114     Docs: minor, update Makefile w new file name.
72115
72116  docs/Makefile.am | 2 +-
72117  1 file changed, 1 insertion(+), 1 deletion(-)
72118
72119 commit 163ab81ab0f4000d968cc55b418402497e605e6c
72120 Author: Nathan Willis <nwillis@glyphography.com>
72121 Date:   Tue Oct 16 17:48:15 2018 -0500
72122
72123     Docs: rename Hello HarfBuzz to Getting Started.
72124
72125  docs/harfbuzz-docs.xml                                                 | 2 +-
72126  docs/{usermanual-hello-harfbuzz.xml => usermanual-getting-started.xml} | 0
72127  2 files changed, 1 insertion(+), 1 deletion(-)
72128
72129 commit 9e7efa3f47557a77852a15d89619787fd9933ed1
72130 Author: Nathan Willis <nwillis@glyphography.com>
72131 Date:   Tue Oct 16 17:46:03 2018 -0500
72132
72133     Docs: usermanual, add API Overview to Hello HarfBuzz chapter. Start Terminology section.
72134
72135  docs/usermanual-hello-harfbuzz.xml | 309 +++++++++++++++++++++++++------------
72136  1 file changed, 212 insertions(+), 97 deletions(-)
72137
72138 commit 3a27e8fb97f716c17b03e3a4a634a4900bcb6045
72139 Author: Nathan Willis <nwillis@glyphography.com>
72140 Date:   Fri Oct 12 18:23:26 2018 -0500
72141
72142     Docs: usermanual, add Shaping Concepts chapter.
72143
72144  docs/harfbuzz-docs.xml               |   5 +-
72145  docs/usermanual-shaping-concepts.xml | 368 +++++++++++++++++++++++++++++++++++
72146  2 files changed, 371 insertions(+), 2 deletions(-)
72147
72148 commit 9aa865dcc68ec207741e07ba3f7aacf4ac750c1c
72149 Author: Nathan Willis <nwillis@glyphography.com>
72150 Date:   Fri Oct 12 18:22:41 2018 -0500
72151
72152     Docs: usermanual, minor cleanup to What Is HarfBuzz chapter.
72153
72154  docs/usermanual-what-is-harfbuzz.xml | 6 +++---
72155  1 file changed, 3 insertions(+), 3 deletions(-)
72156
72157 commit 443f87213272be5ae0579dce4749b2036dfe3815
72158 Author: Nathan Willis <nwillis@glyphography.com>
72159 Date:   Thu Oct 11 15:40:08 2018 -0500
72160
72161     Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note.
72162
72163  docs/harfbuzz-docs.xml | 63 ++++++++++++++++++++++++++++++++++----------------
72164  1 file changed, 43 insertions(+), 20 deletions(-)
72165
72166 commit 792af5d254fddcdc4292dffb76b81d65754e65a9
72167 Author: Nathan Willis <nwillis@glyphography.com>
72168 Date:   Thu Oct 11 14:05:59 2018 -0500
72169
72170     Docs: flesh out config options in Usermanual:Install chapter.
72171
72172  docs/usermanual-install-harfbuzz.xml | 108 +++++++++++++++++++++++++++--------
72173  1 file changed, 85 insertions(+), 23 deletions(-)
72174
72175 commit 325e2745cfa55f9ef114ee8eeaf7bd8176743822
72176 Author: Nathan Willis <nwillis@glyphography.com>
72177 Date:   Wed Oct 10 17:01:21 2018 -0500
72178
72179     Docs: add basic config-options section to Usermanual Installation chapter.
72180
72181  docs/usermanual-install-harfbuzz.xml | 132 ++++++++++++++++++++++++++++++++++-
72182  1 file changed, 131 insertions(+), 1 deletion(-)
72183
72184 commit 97c1c46cd2241d77b531a582dd1a2432af976357
72185 Author: Nathan Willis <nwillis@glyphography.com>
72186 Date:   Wed Oct 10 16:38:22 2018 -0500
72187
72188     Docs: update and linearize build instructions; add installation overview material.
72189
72190  docs/usermanual-install-harfbuzz.xml | 229 ++++++++++++++++++++++++++++-------
72191  1 file changed, 188 insertions(+), 41 deletions(-)
72192
72193 commit 088755f9e654d2ec638dce0c68d523084b9eaf5a
72194 Author: Nathan Willis <nwillis@glyphography.com>
72195 Date:   Wed Oct 10 16:37:29 2018 -0500
72196
72197     Docs: update usermanual What Is HarfBuzz material.
72198
72199  docs/usermanual-what-is-harfbuzz.xml | 220 +++++++++++++++++++++++++++--------
72200  1 file changed, 172 insertions(+), 48 deletions(-)
72201
72202 commit 0956ab41851d30f50c39c28730cf30ea0bbc5466
72203 Author: Nathan Willis <nwillis@glyphography.com>
72204 Date:   Fri Sep 28 17:15:59 2018 -0500
72205
72206     Docs: Move What-HarfBuzz-doesnt-do to Usermanual-what-is-HarfBuzz.
72207
72208  docs/usermanual-hello-harfbuzz.xml   |  98 +++------------------------------
72209  docs/usermanual-what-is-harfbuzz.xml | 101 +++++++++++++++++++++++++++++++++--
72210  2 files changed, 104 insertions(+), 95 deletions(-)
72211
72212 commit fd270beedb331c4685e918f5a3ef5789a23ffaeb
72213 Author: Nathan Willis <nwillis@glyphography.com>
72214 Date:   Fri Sep 28 16:36:38 2018 -0500
72215
72216     Docs: Usermanual- What is HarfBuzz; add intro to shaping concepts.
72217
72218  docs/usermanual-what-is-harfbuzz.xml | 51 ++++++++++++++++++++++++++++++++++++
72219  1 file changed, 51 insertions(+)
72220
72221 commit d9fd92721002726c4aeaae9cc3a519a41f694e48
72222 Author: Nathan Willis <nwillis@glyphography.com>
72223 Date:   Fri Sep 28 16:07:37 2018 -0500
72224
72225     Docs: update Usermanual-What Is HarfBuzz.
72226
72227  docs/usermanual-what-is-harfbuzz.xml | 199 +++++++++++++++++++++++------------
72228  1 file changed, 130 insertions(+), 69 deletions(-)
72229
72230 commit 0af3d176a64c0a57c7acb2a64ce8b9d08f449241
72231 Author: Khaled Hosny <khaledhosny@eglug.org>
72232 Date:   Tue Oct 30 17:05:28 2018 +0200
72233
72234     [sbix] Fix memory leak in early return
72235     
72236     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11210
72237
72238  src/hb-ot-color-sbix-table.hh                             |   3 +++
72239  ...zz-testcase-minimized-hb-shape-fuzzer-5768601332613120 | Bin 0 -> 108 bytes
72240  2 files changed, 3 insertions(+)
72241
72242 commit edaa768253cfeb97d614537253f90d47aa93ff6f
72243 Author: Behdad Esfahbod <behdad@behdad.org>
72244 Date:   Tue Oct 30 01:35:58 2018 -0700
72245
72246     [util] Use fgets instead of getline such that windows passes
72247
72248  util/hb-shape.cc | 6 ++----
72249  1 file changed, 2 insertions(+), 4 deletions(-)
72250
72251 commit 56738429d667f6c35e5c7af30b51604fc133c23c
72252 Author: Behdad Esfahbod <behdad@behdad.org>
72253 Date:   Tue Oct 30 01:33:22 2018 -0700
72254
72255     [test] Fix warnings
72256
72257  test/api/test-ot-tag.c | 6 +++---
72258  1 file changed, 3 insertions(+), 3 deletions(-)
72259
72260 commit 138f9e0f25752bbf7f8e867f230ca91442f40028
72261 Author: Behdad Esfahbod <behdad@behdad.org>
72262 Date:   Tue Oct 30 01:31:13 2018 -0700
72263
72264     Minor
72265
72266  src/hb-machinery.hh | 13 +++++++------
72267  1 file changed, 7 insertions(+), 6 deletions(-)
72268
72269 commit 83a612739accf6b0f2e1cb1be15097402f7ecf33
72270 Author: Behdad Esfahbod <behdad@behdad.org>
72271 Date:   Tue Oct 30 01:24:23 2018 -0700
72272
72273     [util] Minor
72274
72275  util/options.cc | 6 ------
72276  util/options.hh | 8 ++------
72277  2 files changed, 2 insertions(+), 12 deletions(-)
72278
72279 commit 64e41d2c89c533f554e49ffbd18e6653a70ab999
72280 Author: Behdad Esfahbod <behdad@behdad.org>
72281 Date:   Tue Oct 30 01:08:34 2018 -0700
72282
72283     [test] Fix Python3
72284
72285  test/shaping/run-tests.py | 2 +-
72286  1 file changed, 1 insertion(+), 1 deletion(-)
72287
72288 commit f7a08cd41df1ff3e44aa838306218ae0565b7273
72289 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72290 Date:   Tue Oct 30 11:29:09 2018 +0330
72291
72292     Fix extra semicolon issues and test that on CI (#1330)
72293
72294  .circleci/config.yml         |  2 +-
72295  src/hb-machinery.hh          | 16 ++++++++--------
72296  src/hb-ot-layout-common.hh   |  6 +++---
72297  src/hb-ot-layout-gsubgpos.hh |  2 +-
72298  src/hb.hh                    |  2 +-
72299  util/options.hh              |  2 +-
72300  6 files changed, 15 insertions(+), 15 deletions(-)
72301
72302 commit 422debb830fe150c26e1628f77531f41f0871325
72303 Author: Behdad Esfahbod <behdad@behdad.org>
72304 Date:   Tue Oct 30 00:51:43 2018 -0700
72305
72306     [test/shaping] Spawn one hb-shape per test file
72307     
72308     Speeds up runnings in-house tests from over 20s to 2s.
72309
72310  test/shaping/run-tests.py | 32 ++++++++++++--------------------
72311  1 file changed, 12 insertions(+), 20 deletions(-)
72312
72313 commit 58e20f53bf61244e3eef09be8ebed60aaf52fb11
72314 Author: Behdad Esfahbod <behdad@behdad.org>
72315 Date:   Tue Oct 30 00:50:18 2018 -0700
72316
72317     [util] Add hb-shape --batch
72318
72319  util/hb-shape.cc | 30 ++++++++++++++++++++++++++++++
72320  1 file changed, 30 insertions(+)
72321
72322 commit 6131fb6283cff87333db14b9b32e92be6139c3d6
72323 Author: Behdad Esfahbod <behdad@behdad.org>
72324 Date:   Tue Oct 30 00:38:01 2018 -0700
72325
72326     [util] Don't close stdin/stdout
72327
72328  util/options.cc | 6 ++++++
72329  util/options.hh | 8 ++++++--
72330  2 files changed, 12 insertions(+), 2 deletions(-)
72331
72332 commit 7e998d193a1429b42bb69582f9e5738aa6fd1a72
72333 Author: Behdad Esfahbod <behdad@behdad.org>
72334 Date:   Mon Oct 29 23:31:42 2018 -0700
72335
72336     Fix spurious warning re uninitialized use
72337
72338  src/hb-ot-layout-common.hh | 1 +
72339  1 file changed, 1 insertion(+)
72340
72341 commit 1b7bfb5e1864fc355715b536faac6693b5ce0218
72342 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72343 Date:   Tue Oct 30 10:19:40 2018 +0330
72344
72345     [cmake] Make build of tests and subset optional (#1329)
72346
72347  .circleci/config.yml |  2 +-
72348  CMakeLists.txt       | 19 ++++++-------------
72349  2 files changed, 7 insertions(+), 14 deletions(-)
72350
72351 commit b186274362725b7501211c2a782c1a0badd57107
72352 Author: Behdad Esfahbod <behdad@behdad.org>
72353 Date:   Mon Oct 29 23:21:14 2018 -0700
72354
72355     [set/map] Fix uninitialized memory
72356     
72357     I keep forgetting that primitive types are NOT initialized during construction. :|
72358
72359  src/hb-map.hh    | 4 ++--
72360  src/hb-object.hh | 1 +
72361  src/hb-set.hh    | 4 ++--
72362  3 files changed, 5 insertions(+), 4 deletions(-)
72363
72364 commit ad3cededdd5ee6a364161e9d27e4cf4d95a80177
72365 Author: Behdad Esfahbod <behdad@behdad.org>
72366 Date:   Mon Oct 29 22:53:16 2018 -0700
72367
72368     [fuzzing] Make test runners less verbose
72369
72370  test/fuzzing/run-shape-fuzzer-tests.py  | 3 ++-
72371  test/fuzzing/run-subset-fuzzer-tests.py | 1 -
72372  2 files changed, 2 insertions(+), 2 deletions(-)
72373
72374 commit 4ef671f25f38895e3f87cd69687670c3d8ea4600
72375 Author: Behdad Esfahbod <behdad@behdad.org>
72376 Date:   Mon Oct 29 22:46:19 2018 -0700
72377
72378     [unicode] Fix a long-standing double-declaration warning
72379
72380  src/hb-unicode.cc | 31 +++++++------------------------
72381  1 file changed, 7 insertions(+), 24 deletions(-)
72382
72383 commit 166ae8b0aa3b1e7298a1bbb872647cb352a0f924
72384 Author: Behdad Esfahbod <behdad@behdad.org>
72385 Date:   Mon Oct 29 22:40:37 2018 -0700
72386
72387     Remove now unused hb_auto_t<>
72388
72389  src/hb-dsalgs.hh | 20 --------------------
72390  1 file changed, 20 deletions(-)
72391
72392 commit 56e0fd345c4e68753123a05cd80291e933d71061
72393 Author: Behdad Esfahbod <behdad@behdad.org>
72394 Date:   Mon Oct 29 22:35:44 2018 -0700
72395
72396     Remove last use of hb_auto_t<>
72397
72398  src/hb-ot-cmap-table.hh | 8 ++++++--
72399  1 file changed, 6 insertions(+), 2 deletions(-)
72400
72401 commit ca5e5a4979fa4aca873ba986e60b3010aaf0b1de
72402 Author: Behdad Esfahbod <behdad@behdad.org>
72403 Date:   Mon Oct 29 22:30:21 2018 -0700
72404
72405     Port Coverage::Iter off hb_auto_t<>
72406
72407  src/hb-ot-layout-common.hh     |  4 +---
72408  src/hb-ot-layout-gpos-table.hh |  2 +-
72409  src/hb-ot-layout-gsub-table.hh | 26 +++++++++++++-------------
72410  src/hb-ot-layout-gsubgpos.hh   |  8 ++++----
72411  4 files changed, 19 insertions(+), 21 deletions(-)
72412
72413 commit 3a4e5dd425a2a37ff4c37db953943386c0b6e5d8
72414 Author: Behdad Esfahbod <behdad@behdad.org>
72415 Date:   Mon Oct 29 18:05:25 2018 -0700
72416
72417     Remove a few unnecessary hb_auto_t<>'s
72418     
72419     See a85641446c30247c4e948263f0f8c1147ed4efb9
72420
72421  src/hb-coretext.cc             |  8 ++++----
72422  src/hb-ot-cmap-table.hh        |  6 ++----
72423  src/hb-ot-layout-gsub-table.hh |  8 ++++----
72424  src/hb-ot-layout-gsubgpos.hh   |  2 +-
72425  src/hb-ot-layout.cc            | 10 +++++-----
72426  src/hb-subset-plan.cc          |  2 +-
72427  src/hb-subset.cc               |  2 +-
72428  src/hb-uniscribe.cc            | 12 ++++++------
72429  8 files changed, 24 insertions(+), 26 deletions(-)
72430
72431 commit 67a22f377dee0dbd89f301f0a1fec6f787867b5e
72432 Author: Behdad Esfahbod <behdad@behdad.org>
72433 Date:   Mon Oct 29 17:37:41 2018 -0700
72434
72435     [set/map/vector] Make constructable, but not copy or assignable
72436     
72437     Disable copy/assign on them, as they shouldn't.
72438     
72439     Make constructor / destructor call init_shallow/fini_shallow,
72440     and make those idempotent.  So, these three can be constructed
72441     on stack now and no init/fini call is needed.  As such,
72442     hb_auto_t<> is not needed anymore.  I'll remove that separately.
72443
72444  src/hb-map.hh    |  6 ++++++
72445  src/hb-set.hh    |  5 +++++
72446  src/hb-vector.hh | 37 ++++++++++++++++++++-----------------
72447  src/hb.hh        | 12 ++++++++++++
72448  4 files changed, 43 insertions(+), 17 deletions(-)
72449
72450 commit ea0e51d1b161245aaf5ad0f844bb5316b1cbcd5e
72451 Author: Behdad Esfahbod <behdad@behdad.org>
72452 Date:   Mon Oct 29 16:00:23 2018 -0700
72453
72454     Add HB_NO_CREATE_COPY_ASSIGN
72455
72456  src/hb-open-type.hh | 10 +++++-----
72457  src/hb.hh           | 15 +++++++++------
72458  2 files changed, 14 insertions(+), 11 deletions(-)
72459
72460 commit 5b563640b2df5b100130c9901b666713b2e1767e
72461 Author: Behdad Esfahbod <behdad@behdad.org>
72462 Date:   Mon Oct 29 15:58:44 2018 -0700
72463
72464     Remove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_planner_t
72465     
72466     It was arbitrary that this struct had it and not dozens of others.
72467
72468  src/hb-ot-shape.hh | 3 ---
72469  1 file changed, 3 deletions(-)
72470
72471 commit 14b353c1852be64db244f84bf5e95b4b7f3e65b6
72472 Author: Behdad Esfahbod <behdad@behdad.org>
72473 Date:   Mon Oct 29 15:29:13 2018 -0700
72474
72475     One more iteration
72476
72477  src/hb.hh | 1 -
72478  1 file changed, 1 deletion(-)
72479
72480 commit c7c5df9ffd4f7bcc84a9a02a565ccc1807cca529
72481 Author: Behdad Esfahbod <behdad@behdad.org>
72482 Date:   Mon Oct 29 15:16:52 2018 -0700
72483
72484     Try fixing older bots
72485     
72486     Older C++ doesn't allow struct-with-constructor in union.
72487
72488  src/hb.hh | 13 ++++++++++++-
72489  1 file changed, 12 insertions(+), 1 deletion(-)
72490
72491 commit be87959a67b8ccf2b21d3cfdb7d16202f18df670
72492 Author: Behdad Esfahbod <behdad@behdad.org>
72493 Date:   Mon Oct 29 15:16:38 2018 -0700
72494
72495     [cmap] Minor
72496
72497  src/hb-ot-cmap-table.hh | 16 ++--------------
72498  1 file changed, 2 insertions(+), 14 deletions(-)
72499
72500 commit 35d410f2bad62e98f3634c5ee156d0aea9031067
72501 Author: Behdad Esfahbod <behdad@behdad.org>
72502 Date:   Mon Oct 29 14:45:44 2018 -0700
72503
72504     Remove ASSERT_POD
72505     
72506     Newer compilers / language allows structs with constructor in union.
72507     So, this was not actually testing anything.  Indeed, the recent
72508     change in DISALLOW_COPY *is* making some of our types non-POD.
72509     That broke some bots.
72510     
72511     Just remove this since it wasn't doing much, and I'd rather have
72512     DISALLOW_COPY.
72513
72514  src/hb-blob.hh                             |  1 -
72515  src/hb-buffer.hh                           |  1 -
72516  src/hb-face.hh                             |  1 -
72517  src/hb-font.hh                             |  2 --
72518  src/hb-machinery.hh                        |  5 +----
72519  src/hb-object.hh                           |  6 +-----
72520  src/hb-ot-shape-complex-arabic-fallback.hh |  2 --
72521  src/hb-ot-shape-complex-arabic.cc          |  2 --
72522  src/hb-ot-shape-complex-hangul.cc          |  2 --
72523  src/hb-ot-shape-complex-indic.cc           |  2 --
72524  src/hb-ot-shape-complex-khmer.cc           |  2 --
72525  src/hb-ot-shape-complex-use.cc             |  2 --
72526  src/hb-set-digest.hh                       |  4 ----
72527  src/hb-shape-plan.hh                       |  1 -
72528  src/hb-subset-input.hh                     |  1 -
72529  src/hb-subset-plan.hh                      |  1 -
72530  src/hb-unicode.hh                          |  1 -
72531  src/hb.hh                                  | 26 --------------------------
72532  18 files changed, 2 insertions(+), 60 deletions(-)
72533
72534 commit 6f0454e176efdb8b99c8aa59b5ad765ca455b8d6
72535 Author: Behdad Esfahbod <behdad@behdad.org>
72536 Date:   Mon Oct 29 13:51:15 2018 -0700
72537
72538     Fix extra-semicolon warnings
72539
72540  src/hb-machinery.hh | 6 +++---
72541  1 file changed, 3 insertions(+), 3 deletions(-)
72542
72543 commit a256a92b3fbb72487cf073a63e646eab952b42ed
72544 Author: Behdad Esfahbod <behdad@behdad.org>
72545 Date:   Mon Oct 29 11:25:35 2018 -0700
72546
72547     Make Array types uncopyable-unassignable
72548     
72549     Finally!  Catches hard-to-find errors like this:
72550     
72551     -    const SortedArrayOf<SVGDocumentIndexEntry> docs = this+svgDocEntries;
72552     +    const SortedArrayOf<SVGDocumentIndexEntry> &docs = this+svgDocEntries;
72553     
72554     We implement this for our array types.  This, in turn, trickles down
72555     into all types that embed the arrays.  So, as long as we define all
72556     open-ended structs in terms of Array types (all can be done using
72557     UnsizedArrayOf), this achieves the goal of making uncopyable all
72558     structs that are variable-sized.  Yay!
72559
72560  src/hb-open-type.hh | 11 +++++++++++
72561  src/hb.hh           |  6 ++++++
72562  2 files changed, 17 insertions(+)
72563
72564 commit 31cc1f74b7028ef88fa0e93e7f12166c7e06de8e
72565 Author: Behdad Esfahbod <behdad@behdad.org>
72566 Date:   Mon Oct 29 11:14:37 2018 -0700
72567
72568     [svg] Minor
72569
72570  src/hb-ot-color-svg-table.hh | 5 +++--
72571  1 file changed, 3 insertions(+), 2 deletions(-)
72572
72573 commit 1366bb9760d0f171f8f655e5739e74dfd2537652
72574 Author: Behdad Esfahbod <behdad@behdad.org>
72575 Date:   Mon Oct 29 11:01:25 2018 -0700
72576
72577     Fix g-i warnings
72578
72579  src/hb-ot-color.h | 4 +++-
72580  src/hb-ot-name.cc | 4 ++--
72581  2 files changed, 5 insertions(+), 3 deletions(-)
72582
72583 commit ae802c2c6e001492f8f639e4c24546f0e21d86c7
72584 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72585 Date:   Mon Oct 29 13:42:14 2018 +0330
72586
72587     [test-ot-color] Minor
72588
72589  src/test-ot-color.cc | 3 ++-
72590  1 file changed, 2 insertions(+), 1 deletion(-)
72591
72592 commit 7170e35096f0afd084be1350d080695c70c65d40
72593 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72594 Date:   Mon Oct 29 13:11:01 2018 +0330
72595
72596     Rename deprecated symbols list file name and clean it up (#1328)
72597
72598  src/Makefile.am      | 6 +++---
72599  src/gen-def.py       | 9 ++++-----
72600  test/api/Makefile.am | 2 +-
72601  3 files changed, 8 insertions(+), 9 deletions(-)
72602
72603 commit 1dfe964378e97e45eedf9db9b9a7f675fe38c0bf
72604 Merge: f10252b4b 9c692e5b8
72605 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72606 Date:   Mon Oct 29 12:34:33 2018 +0330
72607
72608     Merge pull request #1326 from ebraminio/test-ot-color
72609     
72610     Revive and rename dump-emoji to test-ot-color but use public APIs instead
72611
72612 commit 9c692e5b8d195d8e82538594d89865c609d708f3
72613 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72614 Date:   Mon Oct 29 11:36:11 2018 +0330
72615
72616     [test-ot-color] Use public APIs on the tool
72617
72618  src/Makefile.am      |   9 +++
72619  src/test-ot-color.cc | 184 +++++++++++++++++++++++++++++----------------------
72620  2 files changed, 113 insertions(+), 80 deletions(-)
72621
72622 commit fb525f8943b43fe241424c93461bee2b94af28e3
72623 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72624 Date:   Mon Oct 29 09:43:17 2018 +0330
72625
72626     Rename dump-emoji to test-ot-color
72627
72628  src/{dump-emoji.cc => test-ot-color.cc} | 0
72629  1 file changed, 0 insertions(+), 0 deletions(-)
72630
72631 commit 81bcf47e9ea7eb447ff95ce48ecbc5c4439cb53f
72632 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72633 Date:   Mon Oct 29 09:40:39 2018 +0330
72634
72635     Revive dump-emoji
72636
72637  src/dump-emoji.cc | 322 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
72638  1 file changed, 322 insertions(+)
72639
72640 commit f10252b4b637b4aa0b74bb75963ae1e1a41b5b9f
72641 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72642 Date:   Mon Oct 29 10:29:58 2018 +0330
72643
72644     [svg] Fix incorrect array referencing
72645
72646  src/hb-ot-color-svg-table.hh | 2 +-
72647  1 file changed, 1 insertion(+), 1 deletion(-)
72648
72649 commit 5eb251aab041d89b06b0d3f65906ff6712608263
72650 Author: Behdad Esfahbod <behdad@behdad.org>
72651 Date:   Sun Oct 28 23:16:13 2018 -0700
72652
72653     [cbdt] Implement strike selection logic
72654
72655  src/hb-ot-color-cbdt-table.hh | 25 ++++++++++++++++++++-----
72656  1 file changed, 20 insertions(+), 5 deletions(-)
72657
72658 commit 98bddbc8ef3330bc5635f6255e6b9c16593a1934
72659 Author: Behdad Esfahbod <behdad@behdad.org>
72660 Date:   Sun Oct 28 23:14:15 2018 -0700
72661
72662     [sbix] Minor
72663
72664  src/hb-ot-color-sbix-table.hh | 5 +++--
72665  1 file changed, 3 insertions(+), 2 deletions(-)
72666
72667 commit 8cffee0577284839a24d9fb863206886d2373974
72668 Author: Behdad Esfahbod <behdad@behdad.org>
72669 Date:   Sun Oct 28 23:07:59 2018 -0700
72670
72671     [cbdt] Simplify more
72672
72673  src/hb-ot-color-cbdt-table.hh | 22 +++++++---------------
72674  1 file changed, 7 insertions(+), 15 deletions(-)
72675
72676 commit 574579d3766b7b42e62495cb9a98f3ffd91079e8
72677 Author: Behdad Esfahbod <behdad@behdad.org>
72678 Date:   Sun Oct 28 23:04:37 2018 -0700
72679
72680     [color] Rename get_strike() to choose_strike()
72681
72682  src/hb-ot-color-cbdt-table.hh |  8 ++++----
72683  src/hb-ot-color-sbix-table.hh | 10 +++++-----
72684  2 files changed, 9 insertions(+), 9 deletions(-)
72685
72686 commit 0aa90271fdbb2b85389cd5af029b6d4468fb8146
72687 Author: Behdad Esfahbod <behdad@behdad.org>
72688 Date:   Sun Oct 28 23:03:20 2018 -0700
72689
72690     [tests] Fix for recent rounding change in CBDT
72691
72692  test/shaping/data/in-house/tests/color-fonts.tests | 2 +-
72693  1 file changed, 1 insertion(+), 1 deletion(-)
72694
72695 commit e2ba96da4c39ba5fe941bf2704c1e7cc5f98034f
72696 Author: Behdad Esfahbod <behdad@behdad.org>
72697 Date:   Sun Oct 28 23:01:57 2018 -0700
72698
72699     [cbdt] Refactor get_strike()
72700
72701  src/hb-ot-color-cbdt-table.hh | 39 ++++++++++++++++-----------------------
72702  src/hb-ot-color.cc            |  2 +-
72703  2 files changed, 17 insertions(+), 24 deletions(-)
72704
72705 commit 6983cca9c865752fe0a9a065f9b0278b686c3abc
72706 Author: Behdad Esfahbod <behdad@behdad.org>
72707 Date:   Sun Oct 28 22:46:18 2018 -0700
72708
72709     [cbdt] Minor
72710
72711  src/hb-ot-color-cbdt-table.hh | 2 +-
72712  1 file changed, 1 insertion(+), 1 deletion(-)
72713
72714 commit e998fb9fbfbd79b476d758238af60f6a4ddff20c
72715 Author: Behdad Esfahbod <behdad@behdad.org>
72716 Date:   Sun Oct 28 22:45:53 2018 -0700
72717
72718     [color] Round extents when scaling
72719
72720  src/hb-ot-color-cbdt-table.hh | 12 +++++++-----
72721  src/hb-ot-color-sbix-table.hh | 12 ++++++------
72722  2 files changed, 13 insertions(+), 11 deletions(-)
72723
72724 commit c929ccfcea18c5c35d6d41ae921845eeffba978a
72725 Author: Ebrahim Byagowi <ebrahim@gnu.org>
72726 Date:   Mon Oct 29 08:41:13 2018 +0330
72727
72728     [ot-color/png] Consider strike ppem on scaling
72729
72730  src/hb-ot-color-cbdt-table.hh |  5 +++--
72731  src/hb-ot-color-sbix-table.hh | 23 +++++++++++++++++++----
72732  src/hb-ot-color.cc            |  2 +-
72733  src/hb-ot-font.cc             |  2 +-
72734  test/api/test-ot-color.c      |  4 ++--
72735  5 files changed, 26 insertions(+), 10 deletions(-)
72736
72737 commit a8c9facf7a73cca39e3fed1f637db4858e64414a
72738 Author: Behdad Esfahbod <behdad@behdad.org>
72739 Date:   Sun Oct 28 18:32:37 2018 -0700
72740
72741     [svg] Cosmetic
72742
72743  src/hb-ot-color-svg-table.hh | 4 ++--
72744  1 file changed, 2 insertions(+), 2 deletions(-)
72745
72746 commit 9c1460e5685448ad4eac8faff9f05e456f87ed28
72747 Author: Behdad Esfahbod <behdad@behdad.org>
72748 Date:   Sun Oct 28 18:29:14 2018 -0700
72749
72750     [svg] Use SortedArrayOf.bsearch
72751
72752  src/hb-ot-color-svg-table.hh | 18 +++---------------
72753  1 file changed, 3 insertions(+), 15 deletions(-)
72754
72755 commit 18dd6363a5021cfd770b431a6320386f94447674
72756 Author: Behdad Esfahbod <behdad@behdad.org>
72757 Date:   Sun Oct 28 18:26:49 2018 -0700
72758
72759     [svg] Minor
72760
72761  src/hb-ot-color-svg-table.hh | 23 +++++++++++------------
72762  1 file changed, 11 insertions(+), 12 deletions(-)
72763
72764 commit 4876c938a20af356988d566ba95472d3bcbb133d
72765 Author: Behdad Esfahbod <behdad@behdad.org>
72766 Date:   Sun Oct 28 18:01:25 2018 -0700
72767
72768     [sbix] Comment
72769
72770  src/hb-ot-color-sbix-table.hh | 4 ++--
72771  1 file changed, 2 insertions(+), 2 deletions(-)
72772
72773 commit 519fca101466283ca5c993dec2ec2c6891d8add5
72774 Author: Behdad Esfahbod <behdad@behdad.org>
72775 Date:   Sun Oct 28 16:32:20 2018 -0700
72776
72777     [color] Minor
72778
72779  src/hb-ot-color.cc | 2 +-
72780  1 file changed, 1 insertion(+), 1 deletion(-)
72781
72782 commit e8ff27c2082ffcf3bd213e7a77d823dc1809857e
72783 Author: Behdad Esfahbod <behdad@behdad.org>
72784 Date:   Sun Oct 28 16:29:09 2018 -0700
72785
72786     Minor
72787
72788  src/hb-open-type.hh        | 6 ++++--
72789  src/hb-ot-layout-common.hh | 4 ++--
72790  2 files changed, 6 insertions(+), 4 deletions(-)
72791
72792 commit 65621723815138150e8a6354413ed14d53cf35b5
72793 Author: Behdad Esfahbod <behdad@behdad.org>
72794 Date:   Sun Oct 28 16:27:18 2018 -0700
72795
72796     [sbix] Use LOffsetLArrayOf<>
72797
72798  src/hb-open-type.hh           | 2 ++
72799  src/hb-ot-color-sbix-table.hh | 2 +-
72800  2 files changed, 3 insertions(+), 1 deletion(-)
72801
72802 commit a3ddd8067f266e49d9451c53a0fd40aff8551af7
72803 Author: Behdad Esfahbod <behdad@behdad.org>
72804 Date:   Sun Oct 28 16:26:03 2018 -0700
72805
72806     [sbix] Add get_strike
72807
72808  src/hb-ot-color-sbix-table.hh | 8 +++++---
72809  1 file changed, 5 insertions(+), 3 deletions(-)
72810
72811 commit 95524ed9bccdcd0d6a46c5dcc372e96a0c34b5f0
72812 Author: Behdad Esfahbod <behdad@behdad.org>
72813 Date:   Sun Oct 28 15:58:48 2018 -0700
72814
72815     [sbix] Remove sbix_len
72816
72817  src/hb-ot-color-sbix-table.hh | 29 +++++++++++++++++++++--------
72818  1 file changed, 21 insertions(+), 8 deletions(-)
72819
72820 commit 69e9846452f829f82f6866a683845167b3d3d6e5
72821 Author: Behdad Esfahbod <behdad@behdad.org>
72822 Date:   Sun Oct 28 15:53:11 2018 -0700
72823
72824     [sbix] Fix get_glyph_blob() on Null object
72825
72826  src/hb-ot-color-sbix-table.hh | 7 +++----
72827  1 file changed, 3 insertions(+), 4 deletions(-)
72828
72829 commit 4e0ee2af091634198c4b9b17036d9391a4e6b084
72830 Author: Behdad Esfahbod <behdad@behdad.org>
72831 Date:   Sun Oct 28 15:44:40 2018 -0700
72832
72833     [sbix] Simplify ppem access
72834     
72835     If struct members are simple and needed publicly, we make them public.
72836
72837  src/hb-ot-color-sbix-table.hh | 10 ++++------
72838  1 file changed, 4 insertions(+), 6 deletions(-)
72839
72840 commit 6ac9a4eaa3a47c9b9f2c7aa123255e82ccc53551
72841 Author: Behdad Esfahbod <behdad@behdad.org>
72842 Date:   Sun Oct 28 15:43:54 2018 -0700
72843
72844     [sbix] Simplify glyph_length calc
72845
72846  src/hb-ot-color-sbix-table.hh | 22 +++++-----------------
72847  1 file changed, 5 insertions(+), 17 deletions(-)
72848
72849 commit 0730d623854dc17ce0c3f1f2755a90b656c8e52c
72850 Author: Behdad Esfahbod <behdad@behdad.org>
72851 Date:   Sun Oct 28 15:38:42 2018 -0700
72852
72853     [sbix] Check glyph data end is in range
72854
72855  src/hb-ot-color-sbix-table.hh | 4 +++-
72856  1 file changed, 3 insertions(+), 1 deletion(-)
72857
72858 commit b76dc03108d04975335dbf3580f8d02321cb5d25
72859 Author: Behdad Esfahbod <behdad@behdad.org>
72860 Date:   Sun Oct 28 15:36:17 2018 -0700
72861
72862     [sbix] Reduce code
72863
72864  src/hb-ot-color-sbix-table.hh | 7 +++----
72865  1 file changed, 3 insertions(+), 4 deletions(-)
72866
72867 commit 50fb02a219dbf168d300c4ccf9f29aee38a78e6c
72868 Author: Behdad Esfahbod <behdad@behdad.org>
72869 Date:   Sun Oct 28 15:33:12 2018 -0700
72870
72871     [sbix] Check glyph id before looking into unsafe array
72872     
72873     That 'Z' at end of imageOffsetsZ is a reminder that you should check...
72874
72875  src/hb-ot-color-sbix-table.hh | 7 ++++---
72876  1 file changed, 4 insertions(+), 3 deletions(-)
72877
72878 commit a8cb9c73da29afa89b0253b6475ff220613e100a
72879 Author: Behdad Esfahbod <behdad@behdad.org>
72880 Date:   Sun Oct 28 15:30:57 2018 -0700
72881
72882     [sbix] Simplify 'dupe' handling logic
72883
72884  src/hb-ot-color-sbix-table.hh | 21 +++++++++++----------
72885  1 file changed, 11 insertions(+), 10 deletions(-)
72886
72887 commit d7eb534e59064633732959c3771b6557cc97005e
72888 Author: Behdad Esfahbod <behdad@behdad.org>
72889 Date:   Sun Oct 28 15:27:04 2018 -0700
72890
72891     [sbix] Check offsets before proceeding
72892
72893  src/hb-ot-color-sbix-table.hh | 3 ++-
72894  1 file changed, 2 insertions(+), 1 deletion(-)
72895
72896 commit c8380bd3e4a2e51dfbe2e44e19738445be16ac75
72897 Author: Behdad Esfahbod <behdad@behdad.org>
72898 Date:   Sun Oct 28 15:20:33 2018 -0700
72899
72900     [color] Remove more dump-emoji cruft
72901
72902  src/hb-ot-color-cbdt-table.hh | 53 -------------------------------------------
72903  src/hb-ot-color-sbix-table.hh | 13 -----------
72904  2 files changed, 66 deletions(-)
72905
72906 commit 68f2c832c894d71715073d4748ad321a9d271a0e
72907 Author: Behdad Esfahbod <behdad@behdad.org>
72908 Date:   Sun Oct 28 15:18:55 2018 -0700
72909
72910     Remove dump-emoji
72911
72912  src/Makefile.am               |   9 --
72913  src/dump-emoji.cc             | 322 ------------------------------------------
72914  src/hb-ot-color-sbix-table.hh |   4 +-
72915  3 files changed, 3 insertions(+), 332 deletions(-)
72916
72917 commit b46de42b3a4bdf110154f4f067656f153f5a7d1b
72918 Author: Behdad Esfahbod <behdad@behdad.org>
72919 Date:   Sun Oct 28 15:13:45 2018 -0700
72920
72921     [sbix] Fix order of parameters
72922
72923  src/hb-ot-color-sbix-table.hh | 4 ++--
72924  1 file changed, 2 insertions(+), 2 deletions(-)
72925
72926 commit a91cda72abdfc5e401510474c59dd14026e8b6cb
72927 Author: Behdad Esfahbod <behdad@behdad.org>
72928 Date:   Sun Oct 28 15:12:05 2018 -0700
72929
72930     [sbix] Remove redundant parameter
72931
72932  src/hb-ot-color-sbix-table.hh | 4 ++--
72933  1 file changed, 2 insertions(+), 2 deletions(-)
72934
72935 commit c712005f55b2a1e5c782302d8a548cf1231c01f0
72936 Author: Behdad Esfahbod <behdad@behdad.org>
72937 Date:   Sun Oct 28 15:11:10 2018 -0700
72938
72939     [sbix] Add get_strike()
72940
72941  src/hb-ot-color-sbix-table.hh | 23 +++++++++++++----------
72942  1 file changed, 13 insertions(+), 10 deletions(-)
72943
72944 commit 400bc3f030b4ffebe24aa3562d8eb5fcc1cf4bdd
72945 Author: Behdad Esfahbod <behdad@behdad.org>
72946 Date:   Sun Oct 28 15:05:40 2018 -0700
72947
72948     [sbix] Remove a couple of extra checks
72949
72950  src/hb-ot-color-sbix-table.hh | 4 ++--
72951  1 file changed, 2 insertions(+), 2 deletions(-)
72952
72953 commit 3770282c837aacbf49b16be1986c91a608faa7da
72954 Author: Behdad Esfahbod <behdad@behdad.org>
72955 Date:   Sun Oct 28 15:02:53 2018 -0700
72956
72957     [sbix] Rename sbix_table to table in accelerator
72958
72959  src/hb-ot-color-sbix-table.hh | 26 +++++++++++++-------------
72960  1 file changed, 13 insertions(+), 13 deletions(-)
72961
72962 commit 7346841807ad96fc65bfc6ee9e78c3f190488f2a
72963 Author: Behdad Esfahbod <behdad@behdad.org>
72964 Date:   Sun Oct 28 15:00:13 2018 -0700
72965
72966     [cbdt] Rename reference_blob_for_glyph() to reference_png()
72967
72968  src/hb-ot-color-cbdt-table.hh | 8 ++++----
72969  src/hb-ot-color.cc            | 2 +-
72970  2 files changed, 5 insertions(+), 5 deletions(-)
72971
72972 commit 1f33b8525d578323d6c798c08fc23c56896f9de0
72973 Author: Behdad Esfahbod <behdad@behdad.org>
72974 Date:   Sun Oct 28 14:56:55 2018 -0700
72975
72976     [sbix] Rename ugly reference_blob_for_glyph() to reference_png()
72977
72978  src/hb-ot-color-sbix-table.hh | 16 +++++++---------
72979  src/hb-ot-color.cc            |  4 +---
72980  2 files changed, 8 insertions(+), 12 deletions(-)
72981
72982 commit 946b5344193183133bfc9799e26d3d0436d86404
72983 Author: Behdad Esfahbod <behdad@behdad.org>
72984 Date:   Sun Oct 28 14:52:25 2018 -0700
72985
72986     [sbix] Fix uninitialized variables
72987
72988  src/hb-ot-color-sbix-table.hh | 5 +++--
72989  1 file changed, 3 insertions(+), 2 deletions(-)
72990
72991 commit 01c7d53fb739b547f3633972194893f68a4738bc
72992 Author: Behdad Esfahbod <behdad@behdad.org>
72993 Date:   Sun Oct 28 14:51:18 2018 -0700
72994
72995     [sbix] Select best strike based on ppem
72996
72997  src/hb-ot-color-sbix-table.hh | 50 ++++++++++++++++++++++++-------------------
72998  src/hb-ot-color.cc            |  3 +--
72999  src/hb-ot-font.cc             |  2 +-
73000  3 files changed, 30 insertions(+), 25 deletions(-)
73001
73002 commit f9f26bff4c79d65a92affd6b73e2b3de017f2d6d
73003 Author: Behdad Esfahbod <behdad@behdad.org>
73004 Date:   Sun Oct 28 14:20:50 2018 -0700
73005
73006     [sbix] Move code around. Add get_extents()
73007
73008  src/hb-ot-color-sbix-table.hh | 15 +++++++++++++--
73009  src/hb-ot-font.cc             |  2 +-
73010  2 files changed, 14 insertions(+), 3 deletions(-)
73011
73012 commit 48bc3039cb46d2b8cf672d86b63b4235a86252e6
73013 Author: Behdad Esfahbod <behdad@behdad.org>
73014 Date:   Sun Oct 28 14:16:52 2018 -0700
73015
73016     [sbix] Check blob length against PNG header leangth
73017
73018  src/hb-ot-color-sbix-table.hh | 37 +++++++++++++++++++++++--------------
73019  1 file changed, 23 insertions(+), 14 deletions(-)
73020
73021 commit d3ec31a57cb99048fb33bca65041da9dc884d8cb
73022 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73023 Date:   Mon Oct 29 00:28:44 2018 +0330
73024
73025     [ot-color] More on PNGHeader fields
73026
73027  src/hb-ot-color-sbix-table.hh | 12 +++++++++---
73028  1 file changed, 9 insertions(+), 3 deletions(-)
73029
73030 commit 35fa3d326096639a33635e19f204a9cb31f20826
73031 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73032 Date:   Mon Oct 29 00:07:26 2018 +0330
73033
73034     [ot-color] Apply Behdad comment
73035
73036  src/hb-ot-color-sbix-table.hh | 5 +++--
73037  1 file changed, 3 insertions(+), 2 deletions(-)
73038
73039 commit 307d61867a2b70073eecd1e0cb9b7d912e1c3f06
73040 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73041 Date:   Mon Oct 29 00:03:01 2018 +0330
73042
73043     [ot-color] Make PNGHeader reading actually work
73044
73045  src/hb-ot-color-sbix-table.hh | 6 +++---
73046  test/api/test-ot-color.c      | 4 ++--
73047  2 files changed, 5 insertions(+), 5 deletions(-)
73048
73049 commit 632e9af862aba49ab31343c4fd07dffef6d2749f
73050 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73051 Date:   Sun Oct 28 23:43:50 2018 +0330
73052
73053     [ot-color] Implement PNGHeader and test it, it doesn't work however
73054
73055  src/hb-ot-color-sbix-table.hh | 20 +++++++++++++++-----
73056  src/hb-ot-font.cc             |  4 +---
73057  test/api/test-ot-color.c      | 16 ++++++++++++++++
73058  3 files changed, 32 insertions(+), 8 deletions(-)
73059
73060 commit 38706a0746822865008f810f9f577740c32580fa
73061 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73062 Date:   Sun Oct 28 23:19:04 2018 +0330
73063
73064     [ot-color] Preparation for setting PNG width/height in extents
73065
73066  src/dump-emoji.cc             |  7 +++---
73067  src/hb-ot-color-sbix-table.hh | 52 +++++++++++++++++++++++++++++++++++--------
73068  src/hb-ot-color.cc            | 14 +++++-------
73069  src/hb-ot-font.cc             |  7 +++++-
73070  4 files changed, 59 insertions(+), 21 deletions(-)
73071
73072 commit d6d6f3bc225bab57c1ab29b41876c98ac4ec1e4d
73073 Author: Behdad Esfahbod <behdad@behdad.org>
73074 Date:   Sun Oct 28 11:41:33 2018 -0700
73075
73076     [docs] Add comment
73077
73078  src/hb-ot-font.cc | 4 +++-
73079  1 file changed, 3 insertions(+), 1 deletion(-)
73080
73081 commit 3d4c1f6a41022ec99adefa2bdd2489622e2f9a66
73082 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73083 Date:   Sun Oct 28 21:38:56 2018 +0330
73084
73085     [ot-color] Apply Behdad reviews
73086
73087  docs/harfbuzz-sections.txt    |  4 ++--
73088  src/hb-ot-color-cbdt-table.hh | 15 ++++-----------
73089  src/hb-ot-color-sbix-table.hh |  6 ++----
73090  src/hb-ot-color.cc            |  8 ++++----
73091  src/hb-ot-color.h             |  4 ++--
73092  test/api/test-ot-color.c      | 14 +++++++-------
73093  6 files changed, 21 insertions(+), 30 deletions(-)
73094
73095 commit 8ef0d2ef928ac47278d7c6db8c8040a47f076e85
73096 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73097 Date:   Sun Oct 28 20:09:40 2018 +0330
73098
73099     [ot-color] Apply Behdad comment
73100
73101  src/dump-emoji.cc             |  2 +-
73102  src/hb-ot-color-cbdt-table.hh | 16 +++++++---------
73103  src/hb-ot-color-sbix-table.hh | 14 ++++----------
73104  src/hb-ot-color.cc            | 22 +++++++---------------
73105  src/hb-ot-color.h             |  5 +----
73106  test/api/test-ot-color.c      | 15 ++++-----------
73107  6 files changed, 24 insertions(+), 50 deletions(-)
73108
73109 commit dbd419bedef06a07c844b6a748a5e2868016000c
73110 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73111 Date:   Sat Oct 27 15:15:24 2018 +0330
73112
73113     [ot-color] Add public API for CBDT/sbix/SVG color Emojis
73114
73115  docs/harfbuzz-sections.txt |  4 ++++
73116  src/dump-emoji.cc          |  4 ++--
73117  src/hb-ot-color.cc         | 39 ++++-----------------------------------
73118  src/hb-ot-color.h          | 24 ++++++++++++++++++++++++
73119  test/api/test-ot-color.c   |  8 ++------
73120  5 files changed, 36 insertions(+), 43 deletions(-)
73121
73122 commit 6ce49a921a80f1238ddc537f77a1fceea5274a21
73123 Author: Behdad Esfahbod <behdad@behdad.org>
73124 Date:   Sun Oct 28 08:26:30 2018 -0700
73125
73126     [name] Change hb_name_id_t back to unsigned int
73127     
73128     https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31076011
73129
73130  docs/harfbuzz-sections.txt    |  2 --
73131  src/hb-ot-color-cpal-table.hh |  4 ++--
73132  src/hb-ot-layout.cc           | 12 ++++++------
73133  src/hb-ot-name-table.hh       |  2 +-
73134  src/hb-ot-name.h              |  6 +++---
73135  src/test-size-params.cc       |  2 +-
73136  6 files changed, 13 insertions(+), 15 deletions(-)
73137
73138 commit a4f4f5ba5f64174dea931e02367aa4067d034383
73139 Author: Behdad Esfahbod <behdad@behdad.org>
73140 Date:   Sun Oct 28 08:23:36 2018 -0700
73141
73142     [docs] Fix titles here as well
73143
73144  src/hb-map.cc        | 2 +-
73145  src/hb-set.cc        | 2 +-
73146  src/hb-shape-plan.cc | 2 +-
73147  3 files changed, 3 insertions(+), 3 deletions(-)
73148
73149 commit 213b6dd33564d0273b1db1c17a4e82548b727dfe
73150 Author: Behdad Esfahbod <behdad@behdad.org>
73151 Date:   Sat Oct 27 18:36:24 2018 -0700
73152
73153     [name] Make sure hb_name_id_t is int-sized
73154     
73155     https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31068905
73156
73157  src/hb-ot-name.h | 4 +++-
73158  1 file changed, 3 insertions(+), 1 deletion(-)
73159
73160 commit 4740a3593d6bbb97758593b7d5cd1b86eccbed78
73161 Author: Behdad Esfahbod <behdad@behdad.org>
73162 Date:   Sat Oct 27 05:07:54 2018 -0700
73163
73164     [docs] Divide reference API into three chapters
73165
73166  docs/harfbuzz-docs.xml | 213 +++++++++++++------------------------------------
73167  1 file changed, 56 insertions(+), 157 deletions(-)
73168
73169 commit 1d40d72f291ed5e11850f8bd51a8562b57de1997
73170 Author: Behdad Esfahbod <behdad@behdad.org>
73171 Date:   Sat Oct 27 05:00:42 2018 -0700
73172
73173     [docs] Hook up hb-var
73174
73175  docs/harfbuzz-docs.xml |  1 +
73176  src/hb-ot-var.cc       | 11 +++++++++++
73177  2 files changed, 12 insertions(+)
73178
73179 commit 80d9a427cf61f61512de13cd88bdc63d881019fe
73180 Author: Behdad Esfahbod <behdad@behdad.org>
73181 Date:   Sat Oct 27 04:58:32 2018 -0700
73182
73183     [docs] Document remaining sections
73184
73185  src/hb-ot-color.cc  | 10 ++++++++++
73186  src/hb-ot-font.cc   | 10 ++++++++++
73187  src/hb-ot-layout.cc | 10 ++++++++++
73188  src/hb-ot-math.cc   | 11 +++++++++++
73189  src/hb-ot-name.cc   | 10 ++++++++++
73190  src/hb-ot-shape.cc  | 10 ++++++++++
73191  6 files changed, 61 insertions(+)
73192
73193 commit cf5fa57f00613d324b55732d9e21c779ba0d2de2
73194 Author: Behdad Esfahbod <behdad@behdad.org>
73195 Date:   Sat Oct 27 04:50:38 2018 -0700
73196
73197     [docs] Change section titles again
73198     
73199     I think I like the uniform "hb-*" more.
73200
73201  src/hb-blob.cc      |  2 +-
73202  src/hb-buffer.cc    |  2 +-
73203  src/hb-common.cc    |  4 ++--
73204  src/hb-deprecated.h | 12 ++++++++++++
73205  src/hb-face.cc      |  2 +-
73206  src/hb-font.cc      |  2 +-
73207  src/hb-shape.cc     |  2 +-
73208  src/hb-unicode.cc   |  2 +-
73209  8 files changed, 20 insertions(+), 8 deletions(-)
73210
73211 commit 04981ee05d83ed30c9f818106589a4de9c3e9b7f
73212 Author: Behdad Esfahbod <behdad@behdad.org>
73213 Date:   Sat Oct 27 04:40:43 2018 -0700
73214
73215     [docs] More
73216
73217  src/hb-coretext.cc        | 10 ++++++++++
73218  src/hb-ft.cc              | 11 +++++++++++
73219  src/hb-glib.cc            | 10 ++++++++++
73220  src/hb-gobject-structs.cc | 12 ++++++++++++
73221  src/hb-graphite2.cc       | 10 ++++++++++
73222  src/hb-icu.cc             | 10 ++++++++++
73223  src/hb-uniscribe.cc       | 10 ++++++++++
73224  7 files changed, 73 insertions(+)
73225
73226 commit 5dd86aa33b4e52a0de4fcd96b2ea7bafcae8dd34
73227 Author: Behdad Esfahbod <behdad@behdad.org>
73228 Date:   Sat Oct 27 04:28:40 2018 -0700
73229
73230     [docs] Rename section titles to object names
73231     
73232     More useful.
73233
73234  src/hb-blob.cc       | 2 +-
73235  src/hb-buffer.cc     | 2 +-
73236  src/hb-face.cc       | 4 ++--
73237  src/hb-font.cc       | 4 ++--
73238  src/hb-map.cc        | 2 +-
73239  src/hb-set.cc        | 2 +-
73240  src/hb-shape-plan.cc | 2 +-
73241  src/hb-unicode.cc    | 2 +-
73242  8 files changed, 10 insertions(+), 10 deletions(-)
73243
73244 commit 524fb70216d7fec17f5327237faa4d092ae15a00
73245 Author: Behdad Esfahbod <behdad@behdad.org>
73246 Date:   Sat Oct 27 04:27:36 2018 -0700
73247
73248     [docs] More
73249
73250  src/hb-map.cc | 11 ++++++++++-
73251  src/hb-set.cc | 11 ++++++++++-
73252  2 files changed, 20 insertions(+), 2 deletions(-)
73253
73254 commit 46072b7cb55bfeb8c46a78cbdb335dfdcce48298
73255 Author: Behdad Esfahbod <behdad@behdad.org>
73256 Date:   Sat Oct 27 04:21:20 2018 -0700
73257
73258     [ot] Fold hb-ot-tag.h into hb-ot-layout.h
73259
73260  docs/harfbuzz-docs.xml     |  1 -
73261  docs/harfbuzz-sections.txt | 20 +++++-------
73262  src/Makefile.sources       |  1 -
73263  src/hb-graphite2.cc        |  2 +-
73264  src/hb-ot-layout.h         | 42 ++++++++++++++++++++++++-
73265  src/hb-ot-tag.h            | 78 ----------------------------------------------
73266  src/hb-ot.h                |  1 -
73267  src/hb-uniscribe.cc        |  2 +-
73268  8 files changed, 51 insertions(+), 96 deletions(-)
73269
73270 commit 00cf4e5eb6dcb04406d5a519712da799277cec2e
73271 Author: Behdad Esfahbod <behdad@behdad.org>
73272 Date:   Sat Oct 27 04:07:33 2018 -0700
73273
73274     [docs] Fill in some sections
73275
73276  docs/harfbuzz-docs.xml     | 20 ++++++--------
73277  docs/harfbuzz-sections.txt | 65 +++++++++++++++++++---------------------------
73278  src/hb-blob.cc             | 13 ++++++++++
73279  src/hb-buffer.cc           |  3 ++-
73280  src/hb-common.cc           | 23 ++++++++++++++++
73281  src/hb-face.cc             | 13 ++++++++++
73282  src/hb-font.cc             | 13 ++++++++++
73283  src/hb-shape-plan.cc       | 13 ++++++++++
73284  src/hb-shape.cc            |  4 ++-
73285  src/hb-unicode.cc          | 14 ++++++++++
73286  10 files changed, 129 insertions(+), 52 deletions(-)
73287
73288 commit 55a19d73b4d5e7ddd328263d241a442f16f005b2
73289 Author: Behdad Esfahbod <behdad@behdad.org>
73290 Date:   Sat Oct 27 04:01:19 2018 -0700
73291
73292     Move HB_EXTERN
73293
73294  src/hb-common.h | 4 ++++
73295  src/hb.h        | 4 ----
73296  2 files changed, 4 insertions(+), 4 deletions(-)
73297
73298 commit 524e854c15f9d6c50c5456ae0e188f039dcf153c
73299 Merge: 4ee3c8272 8180c37df
73300 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73301 Date:   Sat Oct 27 15:04:43 2018 +0330
73302
73303     Merge pull request #1318 from ebraminio/png
73304     
73305     Add a non-hooked _png _svg get emoji blob
73306
73307 commit 8180c37df0a856dbc3564c0aefd8b2acab8baf8a
73308 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73309 Date:   Sat Oct 27 14:45:00 2018 +0330
73310
73311     [ot-color] Remove _png and _svg public APIs
73312
73313  docs/harfbuzz-sections.txt |  4 ----
73314  src/dump-emoji.cc          | 11 ++++++++---
73315  src/hb-ot-color.cc         | 39 +++++++++++++++++++++++++++++++++++----
73316  src/hb-ot-color.h          | 24 ------------------------
73317  test/api/test-ot-color.c   |  8 ++++++--
73318  5 files changed, 49 insertions(+), 37 deletions(-)
73319
73320 commit 9aa6279a2d64ab8057b0d7acbcc77044442c6d0e
73321 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73322 Date:   Sat Oct 27 14:24:58 2018 +0330
73323
73324     [ot-color/png] Try to get image blob from sbix first options.aat is set
73325
73326  src/hb-ot-color.cc | 16 +++++++++++-----
73327  1 file changed, 11 insertions(+), 5 deletions(-)
73328
73329 commit b42661ee91ea92309e827a970f370cacc62c73aa
73330 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73331 Date:   Sat Oct 27 14:15:38 2018 +0330
73332
73333     [ot-color] Add some documentation
73334
73335  src/hb-ot-color.cc | 37 +++++++++++++++++++------------------
73336  src/hb-ot-color.h  |  2 +-
73337  2 files changed, 20 insertions(+), 19 deletions(-)
73338
73339 commit 4ee3c8272c31736980218cba95f97fed53d24e14
73340 Author: Behdad Esfahbod <behdad@behdad.org>
73341 Date:   Sat Oct 27 03:18:45 2018 -0700
73342
73343     [docs] Fix hb_name_id_t
73344     
73345     Yep, was not recognized without this patch!
73346
73347  src/hb-ot-name.h | 2 +-
73348  1 file changed, 1 insertion(+), 1 deletion(-)
73349
73350 commit 9435fb24daadf08add9a701816da01bd54c0cd78
73351 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73352 Date:   Sat Oct 27 13:32:14 2018 +0330
73353
73354     [ot-color/png] Implement CBDT part
73355
73356  src/hb-ot-color-cbdt-table.hh | 56 +++++++++++++++++++++++++++++++++++++++----
73357  src/hb-ot-color.cc            | 19 ++-------------
73358  src/hb-ot-color.h             |  4 ++++
73359  test/api/test-ot-color.c      | 25 ++++++++++++++++---
73360  4 files changed, 79 insertions(+), 25 deletions(-)
73361
73362 commit 9457cfd7bcc9c2fff38194f2bb82ab7be881bfeb
73363 Author: Behdad Esfahbod <behdad@behdad.org>
73364 Date:   Sat Oct 27 03:15:34 2018 -0700
73365
73366     [docs] Hook up hb-map
73367
73368  docs/harfbuzz-docs.xml | 1 +
73369  1 file changed, 1 insertion(+)
73370
73371 commit d941f66c75fe26f909b1ba248535cc372bbde851
73372 Author: Behdad Esfahbod <behdad@behdad.org>
73373 Date:   Sat Oct 27 02:55:52 2018 -0700
73374
73375     [name] Make hb_name_id_t be the enum
73376     
73377     This is like hb_script_t.
73378     
73379     We had this exposed as unsigned int since 2.0.0 release in two APIs,
73380     as well as hb_ot_layout_get_size_params() from earlier.
73381     But since no one uses those (right?!), let's just fix this now.
73382
73383  docs/harfbuzz-docs.xml        |  6 ++++--
73384  docs/harfbuzz-sections.txt    |  4 +++-
73385  src/hb-ot-color-cpal-table.hh | 12 ++++++------
73386  src/hb-ot-layout.cc           | 16 ++++++++--------
73387  src/hb-ot-name-table.hh       |  2 +-
73388  src/hb-ot-name.h              | 15 ++++-----------
73389  src/test-size-params.cc       |  2 +-
73390  7 files changed, 27 insertions(+), 30 deletions(-)
73391
73392 commit 40496a54a03864c5e6a1224c18b4b93a1f578eed
73393 Author: Behdad Esfahbod <behdad@behdad.org>
73394 Date:   Sat Oct 27 02:49:32 2018 -0700
73395
73396     [name] Move HB_NAME_ID_INVALID into the enum
73397     
73398     Don't know how to document anonymous enum members.
73399
73400  src/hb-ot-name.h | 6 +++---
73401  1 file changed, 3 insertions(+), 3 deletions(-)
73402
73403 commit a8a55b9f892a5e4f086b20bbe337dc29182210af
73404 Author: Behdad Esfahbod <behdad@behdad.org>
73405 Date:   Sat Oct 27 02:45:57 2018 -0700
73406
73407     [name] Move around
73408
73409  src/hb-ot-name.h | 74 ++++++++++++++++++++++++++++----------------------------
73410  1 file changed, 37 insertions(+), 37 deletions(-)
73411
73412 commit 3b7e5f131383956e19642d28c938f1bc0d16295f
73413 Author: Behdad Esfahbod <behdad@behdad.org>
73414 Date:   Sat Oct 27 02:39:20 2018 -0700
73415
73416     [name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()
73417     
73418     And swap return value positions, so can be annotated for gobject-introspectin.
73419
73420  docs/harfbuzz-sections.txt |  2 +-
73421  src/hb-ot-name.cc          | 17 ++++++++---------
73422  src/hb-ot-name.h           |  6 +++---
73423  src/test-name-table.cc     |  4 ++--
73424  4 files changed, 14 insertions(+), 15 deletions(-)
73425
73426 commit 4025ad804383dc8d5ace9654ae21d4d726d0dbc4
73427 Author: Behdad Esfahbod <behdad@behdad.org>
73428 Date:   Sat Oct 27 02:35:06 2018 -0700
73429
73430     Document new API
73431
73432  src/hb-common.h     | 30 +++++++++++++++++++++++++-
73433  src/hb-ot-color.cc  | 16 +++++++-------
73434  src/hb-ot-layout.cc |  2 +-
73435  src/hb-ot-name.cc   | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
73436  src/hb-ot-name.h    | 15 +++++++++++++
73437  5 files changed, 113 insertions(+), 11 deletions(-)
73438
73439 commit 5e2a52f71a8d081441fbc1c57a3550e3a9573e46
73440 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73441 Date:   Sat Oct 27 12:44:33 2018 +0330
73442
73443     [sbix] Remove dump method from sbix accelerator
73444
73445  src/dump-emoji.cc             | 36 ++++++++++++++++++++++++------------
73446  src/hb-ot-color-sbix-table.hh | 26 ++++++++++----------------
73447  2 files changed, 34 insertions(+), 28 deletions(-)
73448
73449 commit 0353ac6cde47df8f5386733f5c12cc60732a5bf4
73450 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73451 Date:   Sat Oct 27 12:24:53 2018 +0330
73452
73453     Fix test-name-table on older bots
73454
73455  src/test-name-table.cc | 2 +-
73456  1 file changed, 1 insertion(+), 1 deletion(-)
73457
73458 commit dc11a38107ac1f0a2d3edacae33ff7f10f5e894c
73459 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73460 Date:   Sat Oct 27 12:15:25 2018 +0330
73461
73462     [sbix] Set num_glyphs on accelerator
73463     
73464     dump-emoji was broken without it
73465
73466  src/hb-ot-color-sbix-table.hh | 1 +
73467  1 file changed, 1 insertion(+)
73468
73469 commit 6a38fd68a8f4e66d9248e0c943ae3a1cf45c521b
73470 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73471 Date:   Sat Oct 27 10:50:53 2018 +0330
73472
73473     [ot-color/png] sbix runtime memory check
73474
73475  src/hb-ot-color-cbdt-table.hh | 16 +++++++---------
73476  src/hb-ot-color-sbix-table.hh | 18 ++++++++++++------
73477  src/hb-ot-color-svg-table.hh  |  4 ++--
73478  3 files changed, 21 insertions(+), 17 deletions(-)
73479
73480 commit ca645accb97841e01846e45cda32e6bd2ad15940
73481 Author: Behdad Esfahbod <behdad@behdad.org>
73482 Date:   Sat Oct 27 00:39:31 2018 -0700
73483
73484     Comment
73485
73486  src/hb-ot-shape-complex-indic.cc | 2 ++
73487  1 file changed, 2 insertions(+)
73488
73489 commit 265ad408ca41e9d0b5a1056a751d834d4eadc911
73490 Author: Ebrahim Byagowi <ebrahim@gnu.org>
73491 Date:   Fri Oct 26 23:55:11 2018 +0330
73492
73493     [ot-color/png] Implement sbix part
73494
73495  docs/harfbuzz-sections.txt    |  2 +
73496  src/dump-emoji.cc             |  5 ++-
73497  src/hb-ot-color-cbdt-table.hh | 27 ++++++++----
73498  src/hb-ot-color-sbix-table.hh | 98 +++++++++++++++++++++++++++++++++++++------
73499  src/hb-ot-color.cc            | 64 ++++++++++++++++++++++++++++
73500  src/hb-ot-color.h             |  9 ++++
73501  test/api/test-ot-color.c      | 32 ++++++++++++++
73502  7 files changed, 215 insertions(+), 22 deletions(-)
73503
73504 commit 7f5941e162bf7806299656edafd452a47b5a55b9
73505 Author: Behdad Esfahbod <behdad@behdad.org>
73506 Date:   Sat Oct 27 00:06:48 2018 -0700
73507
73508     Remove stale comment
73509     
73510     Ugliness was fixed in 30eab97a0072fbc22d353082249e0e6e546cd86b
73511     But yeah, my smell detector was working.  Ugliness was buggy.
73512
73513  src/hb-ot-shape-normalize.cc | 1 -
73514  1 file changed, 1 deletion(-)
73515
73516 commit e7400c0275cad4f584eeaf21ce6d5c6adca29bbb
73517 Author: Behdad Esfahbod <behdad@behdad.org>
73518 Date:   Fri Oct 26 22:09:17 2018 -0700
73519
73520     [docs] Hook up new symbols
73521
73522  docs/harfbuzz-docs.xml     | 46 +++++++++++++++++++++++++++++++++++++++++-----
73523  docs/harfbuzz-sections.txt | 21 +++++++++++++++++++++
73524  src/hb-ot-color.cc         |  2 +-
73525  3 files changed, 63 insertions(+), 6 deletions(-)
73526
73527 commit 6aa019c4af6b64bb732205e6051f3e73e1b70721
73528 Author: Behdad Esfahbod <behdad@behdad.org>
73529 Date:   Fri Oct 26 22:02:17 2018 -0700
73530
73531     [morx] Fix merge_cluster to end at last ligature component
73532     
73533     Don't assume current position was a component in the ligature.
73534
73535  src/hb-aat-layout-morx-table.hh | 3 ++-
73536  1 file changed, 2 insertions(+), 1 deletion(-)
73537
73538 commit 00ae4be6bf8b1d0800043167c5cf95187ac12515
73539 Author: Behdad Esfahbod <behdad@behdad.org>
73540 Date:   Fri Oct 26 21:59:20 2018 -0700
73541
73542     [morx] Fix bailing out ligation at end-of-text
73543     
73544     Check was after a move_to, which wouldn't work.
73545     
73546     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11147
73547
73548  src/hb-aat-layout-morx-table.hh | 5 +++--
73549  1 file changed, 3 insertions(+), 2 deletions(-)
73550
73551 commit 30eab97a0072fbc22d353082249e0e6e546cd86b
73552 Author: Behdad Esfahbod <behdad@behdad.org>
73553 Date:   Fri Oct 26 21:54:07 2018 -0700
73554
73555     Fix invalid memory read
73556     
73557     Buffer might be relocated inside replace_glyphs().
73558     
73559     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=895117
73560
73561  src/hb-ot-shape-normalize.cc | 3 ++-
73562  1 file changed, 2 insertions(+), 1 deletion(-)
73563
73564 commit 79b2fa62ca7eb5a875778d3a2ecae63350083ba3
73565 Author: Behdad Esfahbod <behdad@behdad.org>
73566 Date:   Fri Oct 26 21:21:18 2018 -0700
73567
73568     [indic] Fix infinite loop
73569     
73570     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=863044
73571
73572  src/hb-ot-shape-complex-indic.cc | 2 +-
73573  1 file changed, 1 insertion(+), 1 deletion(-)
73574
73575 commit 39bd07aed5fe6ccddde53206bafceec32d56dcc1
73576 Author: Behdad Esfahbod <behdad@behdad.org>
73577 Date:   Fri Oct 26 21:01:11 2018 -0700
73578
73579     Fix bunch of unused parameter warnings
73580     
73581     Show up with gcc -O0.
73582     
73583     There's a few more but those are functions that need to be filled in.
73584     
73585     Maybe this is a lost battle...
73586
73587  src/gen-vowel-constraints.py                 |  4 ++--
73588  src/hb-aat-layout-common.hh                  |  7 +++++--
73589  src/hb-aat-layout-kerx-table.hh              |  4 ++--
73590  src/hb-aat-layout-morx-table.hh              | 10 +++++-----
73591  src/hb-face.cc                               |  2 +-
73592  src/hb-font.cc                               | 29 ++++++++++++++--------------
73593  src/hb-graphite2.cc                          |  9 ++++++---
73594  src/hb-machinery.hh                          |  4 ++--
73595  src/hb-ot-color-cbdt-table.hh                |  2 +-
73596  src/hb-ot-glyf-table.hh                      |  4 ++--
73597  src/hb-ot-hmtx-table.hh                      |  2 +-
73598  src/hb-ot-layout-gpos-table.hh               |  2 +-
73599  src/hb-ot-math-table.hh                      |  2 +-
73600  src/hb-ot-maxp-table.hh                      |  2 +-
73601  src/hb-ot-shape-complex-arabic-fallback.hh   |  6 +++---
73602  src/hb-ot-shape-complex-arabic.cc            |  6 +++---
73603  src/hb-ot-shape-complex-hangul.cc            |  2 +-
73604  src/hb-ot-shape-complex-khmer.cc             |  2 +-
73605  src/hb-ot-shape-complex-myanmar.cc           |  6 +++---
73606  src/hb-ot-shape-complex-use.cc               |  8 ++++----
73607  src/hb-ot-shape-complex-vowel-constraints.cc |  4 ++--
73608  src/hb-ot-shape-fallback.cc                  |  4 ++--
73609  src/hb-ot-shape-normalize.cc                 |  4 +++-
73610  src/hb-ot-shape.cc                           |  2 +-
73611  src/hb-ot-tag.cc                             |  3 +--
73612  src/hb-ot-vorg-table.hh                      |  2 +-
73613  src/hb-set.cc                                |  2 +-
73614  src/hb-shape-plan.cc                         |  2 +-
73615  src/hb-utf.hh                                |  2 +-
73616  29 files changed, 73 insertions(+), 65 deletions(-)
73617
73618 commit b2e1ec374cbd2a6e4d79419bd5601a4e2ecb9864
73619 Author: Behdad Esfahbod <behdad@behdad.org>
73620 Date:   Fri Oct 26 20:45:28 2018 -0700
73621
73622     [subset] Fix warning
73623
73624  src/hb-subset.hh | 2 +-
73625  1 file changed, 1 insertion(+), 1 deletion(-)
73626
73627 commit 337ea0b7175793305e9d8935aecf385b707a5bc4
73628 Author: Behdad Esfahbod <behdad@behdad.org>
73629 Date:   Fri Oct 26 20:31:14 2018 -0700
73630
73631     [fuzzing] Remove HB_NDEBUG
73632     
73633     Not sure why it ever was added.
73634
73635  src/Makefile.am | 1 -
73636  1 file changed, 1 deletion(-)
73637
73638 commit 12058e44d100c28816f42c91c63a0f960a662181
73639 Author: Behdad Esfahbod <behdad@behdad.org>
73640 Date:   Fri Oct 26 16:23:50 2018 -0700
73641
73642     [fuzzing] Add more test
73643
73644  ...z-testcase-minimized-harfbuzz_fuzzer-5659690013556736 | Bin 0 -> 2732 bytes
73645  1 file changed, 0 insertions(+), 0 deletions(-)
73646
73647 commit c965eeadbc71943f2336a20dc16ac691c805b90e
73648 Author: Behdad Esfahbod <behdad@behdad.org>
73649 Date:   Thu Oct 25 13:43:25 2018 -0700
73650
73651     [name] Default to "en" if language is not specified
73652
73653  src/hb-ot-name.cc | 3 +++
73654  1 file changed, 3 insertions(+)
73655
73656 commit 3fd6e5dbefe52a4a2e604c28a4edfbd40ed16027
73657 Author: Behdad Esfahbod <behdad@behdad.org>
73658 Date:   Wed Oct 24 13:42:38 2018 -0700
73659
73660     [name] Add pre-defined nameIDs
73661
73662  src/hb-ot-name.h | 29 +++++++++++++++++++++++++++++
73663  1 file changed, 29 insertions(+)
73664
73665 commit 20d0171d20cf9f3f93bdd6878bbc1d7d8329e75f
73666 Author: Behdad Esfahbod <behdad@behdad.org>
73667 Date:   Wed Oct 24 13:20:19 2018 -0700
73668
73669     [name] Fill out most missing language codes
73670
73671  src/hb-ot-name-language.cc | 114 +++++++++++++++++++++++----------------------
73672  1 file changed, 58 insertions(+), 56 deletions(-)
73673
73674 commit 622b014faf7bbe7a97f9aff959c434d1664c10d0
73675 Author: Behdad Esfahbod <behdad@behdad.org>
73676 Date:   Wed Oct 24 12:40:15 2018 -0700
73677
73678     [name] Skip enumerating names with unknown language
73679
73680  src/hb-ot-name-table.hh | 3 ++-
73681  1 file changed, 2 insertions(+), 1 deletion(-)
73682
73683 commit 2c39f359e4a7312e3b518f76815d79e42ee96a32
73684 Author: Behdad Esfahbod <behdad@behdad.org>
73685 Date:   Wed Oct 24 12:34:30 2018 -0700
73686
73687     [utf] Remove unused typedef
73688
73689  src/hb-utf.hh | 1 -
73690  1 file changed, 1 deletion(-)
73691
73692 commit ce81c7429810ad3902c37e50016ca54b9bae6f91
73693 Author: Behdad Esfahbod <behdad@behdad.org>
73694 Date:   Wed Oct 24 12:34:03 2018 -0700
73695
73696     [utf] Fix ASCII
73697
73698  src/hb-utf.hh | 4 ++--
73699  1 file changed, 2 insertions(+), 2 deletions(-)
73700
73701 commit 327546e633b590d6dedfb901810ccf490a0bf922
73702 Author: Behdad Esfahbod <behdad@behdad.org>
73703 Date:   Tue Oct 23 23:33:44 2018 -0700
73704
73705     [name] Hook up ltag table
73706
73707  src/hb-aat-layout.cc     | 15 ++++++++++++++-
73708  src/hb-aat-layout.hh     |  5 +++++
73709  src/hb-aat-ltag-table.hh | 17 +++++++++++++++--
73710  src/hb-ot-face.hh        |  3 ++-
73711  src/hb-ot-name-table.hh  |  9 +++++----
73712  5 files changed, 41 insertions(+), 8 deletions(-)
73713
73714 commit dc9a5f88b401fcad598946fcf735010c563741ac
73715 Author: Behdad Esfahbod <behdad@behdad.org>
73716 Date:   Tue Oct 23 23:16:06 2018 -0700
73717
73718     [name] Do record sanitization at run-time
73719
73720  src/hb-dsalgs.hh        | 62 +++++++++++++++++++++++++++----------------------
73721  src/hb-ot-name-table.hh | 22 +++++++++++-------
73722  src/hb-ot-name.cc       |  2 +-
73723  3 files changed, 49 insertions(+), 37 deletions(-)
73724
73725 commit a53d301b1c9f72cb42cc0fc321e2ad4dbac8e064
73726 Author: Behdad Esfahbod <behdad@behdad.org>
73727 Date:   Tue Oct 23 23:05:55 2018 -0700
73728
73729     [name] Minor
73730
73731  src/hb-ot-name-table.hh | 7 ++++---
73732  1 file changed, 4 insertions(+), 3 deletions(-)
73733
73734 commit c442fd9a10b3e91ab18720188afff08325adf6dc
73735 Author: Behdad Esfahbod <behdad@behdad.org>
73736 Date:   Tue Oct 23 22:45:45 2018 -0700
73737
73738     [name] Add src/test-name-table tool to show all font names
73739
73740  src/Makefile.am        | 17 ++++++++-----
73741  src/test-name-table.cc | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
73742  2 files changed, 78 insertions(+), 6 deletions(-)
73743
73744 commit 7007bd9dff9f8eef3263f1b39327552ff1ebae3f
73745 Author: Behdad Esfahbod <behdad@behdad.org>
73746 Date:   Tue Oct 23 22:44:36 2018 -0700
73747
73748     [name] Rebuild language list, include missing entries
73749
73750  src/hb-ot-name-language.cc | 634 ++++++++++++++++++++++++++-------------------
73751  1 file changed, 370 insertions(+), 264 deletions(-)
73752
73753 commit 68f172101c1228a7d669d71da1d0eeb96a10565e
73754 Author: Behdad Esfahbod <behdad@behdad.org>
73755 Date:   Tue Oct 23 22:19:09 2018 -0700
73756
73757     [name] Fix cmp for invalid language
73758
73759  src/hb-ot-name-table.hh | 3 +++
73760  1 file changed, 3 insertions(+)
73761
73762 commit 888a65615c7b11222749ae85c124aaa9a36fe863
73763 Author: Behdad Esfahbod <behdad@behdad.org>
73764 Date:   Tue Oct 23 22:16:32 2018 -0700
73765
73766     [name] Fix nul-termination bug
73767
73768  src/hb-ot-name.cc | 2 +-
73769  1 file changed, 1 insertion(+), 1 deletion(-)
73770
73771 commit 9b532e2ed432611005b19c40cac7e626afcccd08
73772 Author: Behdad Esfahbod <behdad@behdad.org>
73773 Date:   Tue Oct 23 22:00:19 2018 -0700
73774
73775     [name] Add language mapping
73776
73777  src/Makefile.sources       |   2 +
73778  src/hb-ot-name-language.cc | 349 +++++++++++++++++++++++++++++++++++++++++++++
73779  src/hb-ot-name-language.hh |  40 ++++++
73780  src/hb-ot-name-table.hh    |  21 ++-
73781  4 files changed, 399 insertions(+), 13 deletions(-)
73782
73783 commit e2f9b657758cda3708c0a9db971c467ca59d5c19
73784 Author: Behdad Esfahbod <behdad@behdad.org>
73785 Date:   Tue Oct 23 21:19:56 2018 -0700
73786
73787     [name] Start adding language support
73788
73789  src/hb-ot-name-table.hh | 25 ++++++++++++++++++++++++-
73790  1 file changed, 24 insertions(+), 1 deletion(-)
73791
73792 commit 6db6bbe64bd63554919647c5b527e03aedbaee4e
73793 Author: Behdad Esfahbod <behdad@behdad.org>
73794 Date:   Tue Oct 23 21:12:58 2018 -0700
73795
73796     [name] Remove unused cmp function
73797
73798  src/hb-ot-name-table.hh | 16 ----------------
73799  1 file changed, 16 deletions(-)
73800
73801 commit 4668a05006e6c4797df19651489b4589817e1e01
73802 Author: Behdad Esfahbod <behdad@behdad.org>
73803 Date:   Tue Oct 23 20:51:53 2018 -0700
73804
73805     [name] Hook things up
73806     
73807     Accept Mac Latin name entries as ASCII as well.
73808
73809  src/hb-ot-name-table.hh | 24 +++++++++++++++------
73810  src/hb-ot-name.cc       |  8 +++++--
73811  src/hb-utf.hh           | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
73812  3 files changed, 79 insertions(+), 8 deletions(-)
73813
73814 commit 69f5da0629f1e5a307fc49fe58490aa92d1bd0e2
73815 Author: Behdad Esfahbod <behdad@behdad.org>
73816 Date:   Tue Oct 23 20:30:40 2018 -0700
73817
73818     [name] More
73819     
73820     It assumes all names are encoded in UTF16-BE.  Other than that, and not
73821     listing languages correctly, it's *supposed* to work.
73822
73823  src/hb-dsalgs.hh                | 21 +++++++++++++++++++++
73824  src/hb-ot-name-table.hh         | 37 ++++++++++++++++++++++++++++++-------
73825  src/hb-ot-name.cc               | 12 ++++++++----
73826  src/hb-ot-os2-unicode-ranges.hh | 10 +++++-----
73827  src/hb-unicode.cc               |  8 ++++----
73828  src/hb-unicode.hh               |  2 +-
73829  6 files changed, 69 insertions(+), 21 deletions(-)
73830
73831 commit 64334aff8c2ea5aa066d77a95844bc6f84efe725
73832 Author: Behdad Esfahbod <behdad@behdad.org>
73833 Date:   Tue Oct 23 20:15:53 2018 -0700
73834
73835     [name] Fix check
73836
73837  src/hb-ot-name.h | 2 +-
73838  1 file changed, 1 insertion(+), 1 deletion(-)
73839
73840 commit 5531bd068e759a5acb3b8d301c0ff9c64844166e
73841 Author: Behdad Esfahbod <behdad@behdad.org>
73842 Date:   Tue Oct 23 20:04:05 2018 -0700
73843
73844     [name] Flesh out UTF-X to UTF-X conversion routines
73845
73846  src/hb-ot-name.cc |  84 ++++++++++++++++++++++++++++++++++++------
73847  src/hb-ot-name.h  |  10 ++---
73848  src/hb-utf.hh     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
73849  3 files changed, 182 insertions(+), 19 deletions(-)
73850
73851 commit 84811a06a26508effe9f4a9eaf1be15297ecf0cb
73852 Author: Behdad Esfahbod <behdad@behdad.org>
73853 Date:   Tue Oct 23 03:16:03 2018 -0700
73854
73855     [name] Fix for rebase changes to hb_array_t
73856
73857  src/hb-ot-name-table.hh | 6 +++---
73858  1 file changed, 3 insertions(+), 3 deletions(-)
73859
73860 commit 1046b1938b16ab6be861b0828b446fa13cf0377b
73861 Author: Behdad Esfahbod <behdad@behdad.org>
73862 Date:   Wed Oct 17 05:42:23 2018 -0700
73863
73864     [name] Some more
73865
73866  src/hb-ot-name.cc | 19 +++++++++++++------
73867  1 file changed, 13 insertions(+), 6 deletions(-)
73868
73869 commit b4d4d1ea787c829dea023d99f974a38bdc3de0ae
73870 Author: Behdad Esfahbod <behdad@behdad.org>
73871 Date:   Tue Oct 16 19:55:17 2018 -0700
73872
73873     [name] Return full string length from API
73874
73875  src/hb-ot-name.cc | 6 +++---
73876  src/hb-ot-name.h  | 6 +++---
73877  2 files changed, 6 insertions(+), 6 deletions(-)
73878
73879 commit 8d304ef7f9094a71fabc3efd87b37a030c437adf
73880 Author: Behdad Esfahbod <behdad@behdad.org>
73881 Date:   Tue Oct 16 19:04:48 2018 -0700
73882
73883     [utf] Add UTF16-BE and UTF32-BE
73884
73885  src/hb-buffer.cc |  4 +--
73886  src/hb-utf.hh    | 80 ++++++++++++++++++++++++++++++++------------------------
73887  2 files changed, 48 insertions(+), 36 deletions(-)
73888
73889 commit a826a8730f21ae996ae8f4d12c44dc18b9e8e933
73890 Author: Behdad Esfahbod <behdad@behdad.org>
73891 Date:   Tue Oct 16 13:06:56 2018 -0700
73892
73893     [name] Hide internal details from public API
73894
73895  src/hb-ot-name-table.hh | 23 +++++++++++++----------
73896  src/hb-ot-name.h        |  3 +--
73897  2 files changed, 14 insertions(+), 12 deletions(-)
73898
73899 commit e7c595a9f09ba1552b2de1f8d56cbdcf376b9cad
73900 Author: Behdad Esfahbod <behdad@behdad.org>
73901 Date:   Mon Oct 15 23:34:54 2018 -0700
73902
73903     [name] More
73904
73905  src/hb-ot-name.cc | 5 +++--
73906  1 file changed, 3 insertions(+), 2 deletions(-)
73907
73908 commit 75cd8c86bd9b0973864bb92e0244bf038980765e
73909 Author: Behdad Esfahbod <behdad@behdad.org>
73910 Date:   Mon Oct 15 23:32:08 2018 -0700
73911
73912     [name] Add hb_ot_name_get_utf()
73913
73914  src/hb-ot-name.cc | 24 ++++++++++++++++++------
73915  1 file changed, 18 insertions(+), 6 deletions(-)
73916
73917 commit c783d36324dd1e2031d3387064afab1ce5d90b6f
73918 Author: Behdad Esfahbod <behdad@behdad.org>
73919 Date:   Mon Oct 15 23:28:49 2018 -0700
73920
73921     [name] Pre-allocate array
73922
73923  src/hb-ot-name-table.hh | 1 +
73924  1 file changed, 1 insertion(+)
73925
73926 commit c2aa409537c3e8a7b8592ef90f8304bd6588561d
73927 Author: Behdad Esfahbod <behdad@behdad.org>
73928 Date:   Mon Oct 15 23:09:28 2018 -0700
73929
73930     [name] Start implementing hb_ot_name_get_utf16()
73931
73932  src/hb-ot-name-table.hh |  6 ++++--
73933  src/hb-ot-name.cc       | 22 ++++++++++++++++++++++
73934  src/hb-ot-name.h        |  8 ++++++--
73935  3 files changed, 32 insertions(+), 4 deletions(-)
73936
73937 commit 740cde8991283b8b4e1e77e022175251eb37d3d1
73938 Author: Behdad Esfahbod <behdad@behdad.org>
73939 Date:   Mon Oct 15 23:00:27 2018 -0700
73940
73941     [name] Implement hb_bytes_t get_name()
73942
73943  src/hb-ot-name-table.hh | 24 +++++-------------------
73944  1 file changed, 5 insertions(+), 19 deletions(-)
73945
73946 commit c3425f2401dffb1f3b5bd6fdbc0c3e9aad0f4306
73947 Author: Behdad Esfahbod <behdad@behdad.org>
73948 Date:   Mon Oct 15 22:53:40 2018 -0700
73949
73950     [name] Add hb-ot-name.cc for realz
73951
73952  src/hb-ot-name.cc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
73953  1 file changed, 50 insertions(+)
73954
73955 commit 90420ed8cb297f1ceff75f5a75c8fa7b6ea6f65e
73956 Author: Behdad Esfahbod <behdad@behdad.org>
73957 Date:   Mon Oct 15 22:48:48 2018 -0700
73958
73959     [name] Implement hb_ot_name_get_names()
73960
73961  src/Makefile.sources    | 1 +
73962  src/hb-ot-name-table.hh | 3 +--
73963  src/hb-ot-name.h        | 4 ++--
73964  3 files changed, 4 insertions(+), 4 deletions(-)
73965
73966 commit 9a6c87c17d51fd57e4225c776a0fabbfd313f4f4
73967 Author: Behdad Esfahbod <behdad@behdad.org>
73968 Date:   Mon Oct 15 22:42:04 2018 -0700
73969
73970     [name] Finish accelerator sorting
73971
73972  src/hb-ot-name-table.hh | 61 +++++++++++++++++++++++++++++++++++++++++--------
73973  src/hb-ot-name.h        |  3 ++-
73974  2 files changed, 53 insertions(+), 11 deletions(-)
73975
73976 commit 2157e56b34e7b932dd144ee3563f5bd682bbed30
73977 Author: Behdad Esfahbod <behdad@behdad.org>
73978 Date:   Mon Oct 15 22:22:50 2018 -0700
73979
73980     [name] Start implementing public API infrastructure
73981
73982  src/hb-ot-face.cc       |  1 +
73983  src/hb-ot-face.hh       |  7 +++---
73984  src/hb-ot-name-table.hh | 60 +++++++++++++++++++++++++++++++++++++++++++++++++
73985  src/hb-ot-name.h        |  3 +++
73986  4 files changed, 68 insertions(+), 3 deletions(-)
73987
73988 commit 0bf93ec0fb549d838b0a246de02a95559a9b2772
73989 Author: Behdad Esfahbod <behdad@behdad.org>
73990 Date:   Mon Oct 15 21:34:10 2018 -0700
73991
73992     [name] Add public API declarations
73993
73994  src/hb-ot-name.h | 34 ++++++++++++++++++++++++++++++++++
73995  1 file changed, 34 insertions(+)
73996
73997 commit 982c2f4a65d127e56e09e7ab583f84099b8136bb
73998 Author: Behdad Esfahbod <behdad@behdad.org>
73999 Date:   Fri Oct 26 15:40:12 2018 -0700
74000
74001     [indic/khmer/myanmar/use] Clarify clear_syllable
74002     
74003     No logic change.
74004
74005  src/hb-ot-shape-complex-indic.cc   |  3 ++-
74006  src/hb-ot-shape-complex-khmer.cc   |  4 +---
74007  src/hb-ot-shape-complex-myanmar.cc | 40 ++++++++++++++++++--------------------
74008  src/hb-ot-shape-complex-use.cc     | 22 +++++++++++++++------
74009  4 files changed, 38 insertions(+), 31 deletions(-)
74010
74011 commit 143ffe65aa7f20d6c53219905cbc2520d680b8dd
74012 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74013 Date:   Fri Oct 26 12:14:30 2018 +0330
74014
74015     [fuzz] Add a new testcase
74016
74017  ...z-testcase-minimized-hb-shape-fuzzer-5658272078495744 | Bin 0 -> 2252 bytes
74018  1 file changed, 0 insertions(+), 0 deletions(-)
74019
74020 commit 30f18039b3c0e5748101f8934ae82aebfc5a83f7
74021 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74022 Date:   Fri Oct 26 09:34:34 2018 +0330
74023
74024     [svg] Rename _svg_create_blob to _glyph_reference_blob_svg
74025
74026  docs/harfbuzz-sections.txt | 2 ++
74027  src/dump-emoji.cc          | 2 +-
74028  src/hb-ot-color.cc         | 4 ++--
74029  src/hb-ot-color.h          | 2 +-
74030  test/api/test-ot-color.c   | 6 +++---
74031  5 files changed, 9 insertions(+), 7 deletions(-)
74032
74033 commit 5cb1ce868138a10c0663a18c3891bc717aa4bc64
74034 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74035 Date:   Thu Oct 25 22:39:58 2018 +0330
74036
74037     [svg] Collapse SVGDocumentIndex into SVG
74038
74039  src/hb-ot-color-svg-table.hh | 54 +++++++++++++++-----------------------------
74040  src/hb-ot-color.cc           |  2 +-
74041  test/api/test-ot-color.c     |  2 +-
74042  3 files changed, 20 insertions(+), 38 deletions(-)
74043
74044 commit 4ceabb8c2126fe365303b8d69e667005276c0241
74045 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74046 Date:   Thu Oct 25 21:52:35 2018 +0330
74047
74048     [svg] Hide start_glyph and end_glyph from API
74049
74050  src/dump-emoji.cc            | 21 ++++++++-------------
74051  src/hb-ot-color-svg-table.hh | 42 ++++++++++++------------------------------
74052  src/hb-ot-color.cc           |  9 ++-------
74053  src/hb-ot-color.h            |  5 +----
74054  test/api/test-ot-color.c     | 11 ++---------
74055  5 files changed, 25 insertions(+), 63 deletions(-)
74056
74057 commit c7a4e3dfb5c8dd4f8faf08e327bb1900c0096cf6
74058 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74059 Date:   Tue Oct 23 18:00:48 2018 +0330
74060
74061     [svg] Add public API
74062     
74063     * hb_ot_color_has_svg
74064     * hb_ot_color_glyph_svg_create_blob
74065
74066  src/dump-emoji.cc             | 51 +++++++++++++++----------
74067  src/hb-open-type.hh           |  1 -
74068  src/hb-ot-color-sbix-table.hh |  2 +
74069  src/hb-ot-color-svg-table.hh  | 86 ++++++++++++++++++++++++++++++++-----------
74070  src/hb-ot-color.cc            | 53 ++++++++++++++++++++++----
74071  src/hb-ot-color.h             | 13 +++++++
74072  src/hb-ot-face.cc             |  2 +
74073  src/hb-ot-face.hh             |  4 +-
74074  src/hb-ot-layout.cc           |  4 --
74075  test/api/test-ot-color.c      | 43 +++++++++++++++++++---
74076  10 files changed, 199 insertions(+), 60 deletions(-)
74077
74078 commit e98af6d1eda33346f72de8a45fbd317fc0e15935
74079 Author: Behdad Esfahbod <behdad@behdad.org>
74080 Date:   Thu Oct 25 22:25:29 2018 -0700
74081
74082     [layout] Try to speed up collect_lookups some more
74083     
74084     Barely made a dent :(.
74085
74086  src/hb-ot-layout-common.hh |  2 ++
74087  src/hb-ot-layout.cc        | 23 ++++-------------------
74088  2 files changed, 6 insertions(+), 19 deletions(-)
74089
74090 commit eb44bfc864f91c0c833c3156475d191ac1b79c72
74091 Author: Behdad Esfahbod <behdad@behdad.org>
74092 Date:   Thu Oct 25 21:42:19 2018 -0700
74093
74094     [layout] Memoize collect_features
74095     
74096     Fixes https://github.com/harfbuzz/harfbuzz/pull/1317
74097     Fixes https://oss-fuzz.com/v2/testcase-detail/6543700493598720
74098
74099  src/hb-ot-layout.cc | 55 ++++++++++++++++++++++++++++++++++++++++++++++-------
74100  1 file changed, 48 insertions(+), 7 deletions(-)
74101
74102 commit 84098b1639775aea5bf3f5d91fa6e657b612ce3a
74103 Author: Behdad Esfahbod <behdad@behdad.org>
74104 Date:   Thu Oct 25 21:33:12 2018 -0700
74105
74106     [layout] Remove unintentionally added code
74107
74108  src/hb-ot-layout-common.hh | 2 --
74109  1 file changed, 2 deletions(-)
74110
74111 commit 941600a9e06309f148d51403fa07dc56ce542572
74112 Author: Behdad Esfahbod <behdad@behdad.org>
74113 Date:   Thu Oct 25 21:26:08 2018 -0700
74114
74115     [layout] Add hb_collect_features_context_t
74116     
74117     Towards https://github.com/harfbuzz/harfbuzz/pull/1317
74118
74119  src/hb-ot-layout.cc | 66 +++++++++++++++++++++++++++++------------------------
74120  1 file changed, 36 insertions(+), 30 deletions(-)
74121
74122 commit c237cdfcc74d33f77b2399b4d08228c2fcf50df5
74123 Author: Behdad Esfahbod <behdad@behdad.org>
74124 Date:   Thu Oct 25 21:17:30 2018 -0700
74125
74126     [lookup] Fold another function inline
74127
74128  src/hb-ot-layout.cc | 48 +++++++++++++++++++++---------------------------
74129  1 file changed, 21 insertions(+), 27 deletions(-)
74130
74131 commit fe5520ddea3941f7a72888d908fd2b895e2f388e
74132 Author: Behdad Esfahbod <behdad@behdad.org>
74133 Date:   Thu Oct 25 20:58:34 2018 -0700
74134
74135     [layout] More prep work to memoize collect_features() work
74136
74137  src/hb-ot-layout.cc | 62 ++++++++++++++++++++---------------------------------
74138  1 file changed, 23 insertions(+), 39 deletions(-)
74139
74140 commit e8e67503ff0a50eb10ad410d6a76a282ea494cf4
74141 Author: Behdad Esfahbod <behdad@behdad.org>
74142 Date:   Thu Oct 25 20:48:20 2018 -0700
74143
74144     [lookup] More prep work for memoizing collect_features
74145     
74146     https://github.com/harfbuzz/harfbuzz/pull/1317
74147
74148  src/hb-ot-layout-common.hh |  2 ++
74149  src/hb-ot-layout.cc        | 83 +++++++++++++++++++++-------------------------
74150  2 files changed, 40 insertions(+), 45 deletions(-)
74151
74152 commit 96828b97a8fc2c50721ce040bdde63c462908791
74153 Author: Behdad Esfahbod <behdad@behdad.org>
74154 Date:   Thu Oct 25 20:34:29 2018 -0700
74155
74156     [layout] Minor
74157     
74158     We were returning the accelerator's lookup count.  Returns table's.
74159     They are the same except for OOM cases.  Just shorter code.
74160
74161  src/hb-ot-layout.cc | 14 +-------------
74162  1 file changed, 1 insertion(+), 13 deletions(-)
74163
74164 commit 73449cd213c3a12468e99b9c3d840fc60a334902
74165 Author: Behdad Esfahbod <behdad@behdad.org>
74166 Date:   Thu Oct 25 20:32:05 2018 -0700
74167
74168     [layout] Fold one function inline
74169     
74170     Preparation for fixing https://github.com/harfbuzz/harfbuzz/pull/1317
74171
74172  src/hb-ot-layout.cc | 22 +++-------------------
74173  1 file changed, 3 insertions(+), 19 deletions(-)
74174
74175 commit ba5ca6a762cb46a17f41673b14996a12e6cfe3d1
74176 Author: Behdad Esfahbod <behdad@behdad.org>
74177 Date:   Thu Oct 25 17:41:26 2018 -0700
74178
74179     [morx] Use deleted-glyph, instead of actual deletion, in Ligation
74180     
74181     Closer to what CoreText does.
74182     
74183     Fixes https://github.com/harfbuzz/harfbuzz/issues/1302
74184
74185  src/hb-aat-layout-morx-table.hh | 3 +--
74186  1 file changed, 1 insertion(+), 2 deletions(-)
74187
74188 commit 5c272e3613667ca532f32764824784c63d797f57
74189 Author: Behdad Esfahbod <behdad@behdad.org>
74190 Date:   Thu Oct 25 17:36:33 2018 -0700
74191
74192     [morx] Remove deleted-glyph at the end of processing
74193
74194  src/hb-aat-layout-morx-table.hh | 17 +++++++++++++++++
74195  1 file changed, 17 insertions(+)
74196
74197 commit 1bb8ed86d6cfec0fc87c8e1930d9a86426b42001
74198 Author: Behdad Esfahbod <behdad@behdad.org>
74199 Date:   Thu Oct 25 17:33:48 2018 -0700
74200
74201     [aat] Minor
74202
74203  src/hb-aat-layout-common.hh | 4 +---
74204  1 file changed, 1 insertion(+), 3 deletions(-)
74205
74206 commit 102af615f15d04da20c17d80eb38f5948020f9ac
74207 Author: Behdad Esfahbod <behdad@behdad.org>
74208 Date:   Thu Oct 25 17:29:32 2018 -0700
74209
74210     [aat] Start adding support for DELETED-GLYPH
74211     
74212     https://github.com/harfbuzz/harfbuzz/issues/1302
74213
74214  src/hb-aat-layout-common.hh | 2 ++
74215  1 file changed, 2 insertions(+)
74216
74217 commit 955aa56b11e4fa14bc6d5b1b56cb810e28fab6cd
74218 Author: Behdad Esfahbod <behdad@behdad.org>
74219 Date:   Thu Oct 25 16:50:38 2018 -0700
74220
74221     [vector] Make it act more like pointer
74222     
74223     Add pointer cast operator and plus operator.
74224
74225  src/hb-coretext.cc      |  2 +-
74226  src/hb-machinery.hh     |  2 +-
74227  src/hb-ot-cmap-table.hh |  2 +-
74228  src/hb-set.hh           |  8 ++++----
74229  src/hb-subset.cc        |  2 +-
74230  src/hb-uniscribe.cc     | 12 ++++++------
74231  src/hb-vector.hh        |  6 ++++++
74232  7 files changed, 20 insertions(+), 14 deletions(-)
74233
74234 commit 8d55e2adef9a376a5cf83c20aff2dba27dd64da8
74235 Author: Behdad Esfahbod <behdad@behdad.org>
74236 Date:   Thu Oct 25 16:37:53 2018 -0700
74237
74238     [set] Minor
74239
74240  src/hb-set.hh | 4 ++--
74241  1 file changed, 2 insertions(+), 2 deletions(-)
74242
74243 commit 64c32edfe18f5ef3b348e5c84077ee1f6faf4f48
74244 Author: Behdad Esfahbod <behdad@behdad.org>
74245 Date:   Thu Oct 25 16:35:36 2018 -0700
74246
74247     [set] Make array access more explicit
74248     
74249     Follow up on 94e421abbfc7ede9aaf3c8d86bb0ff9992ea3123
74250
74251  src/hb-set.hh | 4 +++-
74252  1 file changed, 3 insertions(+), 1 deletion(-)
74253
74254 commit e3ceb2dde3525824de68914e12ad4e8a873ab90a
74255 Author: Behdad Esfahbod <behdad@behdad.org>
74256 Date:   Thu Oct 25 14:30:24 2018 -0700
74257
74258     Fix again
74259
74260  test/shaping/data/in-house/fonts/DFONT.dfont | Bin 0 -> 3505 bytes
74261  1 file changed, 0 insertions(+), 0 deletions(-)
74262
74263 commit eceeb85666814023f57ee3517bbb304830a60c55
74264 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74265 Date:   Fri Oct 26 00:23:45 2018 +0330
74266
74267     [docs] Add hb-ot-color section
74268
74269  docs/harfbuzz-sections.txt | 14 ++++++++++++++
74270  1 file changed, 14 insertions(+)
74271
74272 commit be746009e9b7063dcb57e30e342f9410387ef8b6
74273 Author: Michiharu Ariza <ariza@adobe.com>
74274 Date:   Thu Oct 25 13:40:40 2018 -0700
74275
74276     dropped support of legacy CFF CharString ops
74277     
74278     along with test & font
74279
74280  src/hb-cff1-interp-cs.hh          | 135 +-------------------------------------
74281  test/api/fonts/cff1_legacyops.otf | Bin 3104 -> 0 bytes
74282  test/api/test-ot-extents-cff.c    |  23 -------
74283  3 files changed, 1 insertion(+), 157 deletions(-)
74284
74285 commit 1cfe702872058ebc50d6cb5543daa38fb3a7ebfb
74286 Author: Behdad Esfahbod <behdad@behdad.org>
74287 Date:   Thu Oct 25 13:37:08 2018 -0700
74288
74289     Fixup
74290
74291  test/shaping/data/in-house/fonts/{TRAK.tff => TRAK.ttf} | Bin
74292  1 file changed, 0 insertions(+), 0 deletions(-)
74293
74294 commit 5739c876d0d080e7feaefd323245702c663f33be
74295 Author: Behdad Esfahbod <behdad@behdad.org>
74296 Date:   Thu Oct 25 13:23:33 2018 -0700
74297
74298     [test] Rename some fonts
74299     
74300     If we have duplicae font files in different directories, that would
74301     break the oss-fuzz build currently.  So, rename some to avoid
74302     name class with text-rendering-test.  Would be better to find
74303     another solution.
74304
74305  ...TestMORXTwentyeight.ttf => MORXTwentyeight.ttf} | Bin
74306  .../data/in-house/fonts/{TestTRAK.ttf => TRAK.tff} | Bin
74307  .../data/in-house/fonts/{TestTTC.ttc => TTC.ttc}   | Bin
74308  test/shaping/data/in-house/fonts/TestDFONT.dfont   | Bin 3505 -> 0 bytes
74309  test/shaping/data/in-house/tests/aat-morx.tests    |   2 +-
74310  test/shaping/data/in-house/tests/aat-trak.tests    |  22 ++++++++++-----------
74311  test/shaping/data/in-house/tests/collections.tests |  12 +++++------
74312  7 files changed, 18 insertions(+), 18 deletions(-)
74313
74314 commit 21ede867df28d1214ca677a24ac65ab0b7e95f42
74315 Author: Behdad Esfahbod <behdad@behdad.org>
74316 Date:   Thu Oct 25 13:19:34 2018 -0700
74317
74318     Fix possible overflow in bsearch impls
74319     
74320     From bungeman.
74321     
74322     Fixes https://github.com/harfbuzz/harfbuzz/pull/1314
74323
74324  src/hb-dsalgs.hh               | 2 +-
74325  src/hb-open-type.hh            | 4 ++--
74326  src/hb-ot-cmap-table.hh        | 2 +-
74327  src/hb-ot-layout-gpos-table.hh | 2 +-
74328  src/hb-vector.hh               | 2 +-
74329  5 files changed, 6 insertions(+), 6 deletions(-)
74330
74331 commit 2ebf36010206cebdbe58bab6edf4e3bc011b6479
74332 Merge: 36c2c374b 94e421abb
74333 Author: Michiharu Ariza <ariza@adobe.com>
74334 Date:   Thu Oct 25 13:05:06 2018 -0700
74335
74336     Merge branch 'master' into cff-subset
74337
74338 commit 94e421abbfc7ede9aaf3c8d86bb0ff9992ea3123
74339 Author: Ben Wagner <bungeman@chromium.org>
74340 Date:   Thu Oct 25 13:44:27 2018 -0400
74341
74342     Remove some use of Crap in hb-set.
74343     
74344     When hb_set_t::page_for_insert needs to insert at the end of the page_map
74345     it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
74346     lvalue of a Crap so that nothing can be moved to its address. This turns
74347     into issues with ThreadSanitizer on Crap when two threads modify different
74348     hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
74349     instead.
74350
74351  src/hb-set.hh | 2 +-
74352  1 file changed, 1 insertion(+), 1 deletion(-)
74353
74354 commit 2798ac1c28edc4ba6f2283784d1027393f588f8c
74355 Author: azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>
74356 Date:   Thu Oct 25 15:22:54 2018 +0000
74357
74358     Set up CI with Azure Pipelines
74359
74360  azure-pipelines.yml | 21 +++++++++++++++++++++
74361  1 file changed, 21 insertions(+)
74362
74363 commit 9a830a17318446dab86e1439f7167d8a698eb856
74364 Author: Khaled Hosny <khaledhosny@eglug.org>
74365 Date:   Thu Oct 25 01:55:10 2018 +0200
74366
74367     [appveyor] Drop Cygwin builds again
74368     
74369     They are so slow and we had only a couple of Cygwin build failure
74370     reported in ~5 years.
74371
74372  appveyor.yml | 11 -----------
74373  1 file changed, 11 deletions(-)
74374
74375 commit 00e51a10832965f4c1d65a6d71c9582782f02c2b
74376 Author: Khaled Hosny <khaledhosny@eglug.org>
74377 Date:   Wed Oct 24 22:58:22 2018 +0200
74378
74379     [appveyor] Limit make to three jobs
74380     
74381     https://github.com/harfbuzz/harfbuzz/pull/1309#issuecomment-432778270
74382
74383  appveyor.yml | 4 ++--
74384  1 file changed, 2 insertions(+), 2 deletions(-)
74385
74386 commit ae9e8f292b2ad79b01776ae5785a94afbfc4b3e4
74387 Author: Behdad Esfahbod <behdad@behdad.org>
74388 Date:   Wed Oct 24 16:46:07 2018 -0700
74389
74390     [vowel-constraints] Reset continuation on all dottedcircles
74391     
74392     One of the was missed before.  Not intentional.
74393
74394  src/gen-vowel-constraints.py                 | 9 +++++++--
74395  src/hb-ot-shape-complex-vowel-constraints.cc | 9 +++++++--
74396  2 files changed, 14 insertions(+), 4 deletions(-)
74397
74398 commit d2b20ba18dfe3fe507ee7cb64fd73e3f1e1e5ae0
74399 Author: Khaled Hosny <khaledhosny@eglug.org>
74400 Date:   Wed Oct 24 11:37:09 2018 +0200
74401
74402     [appveyor] Build on Cygwin and msys2 in parallel
74403
74404  appveyor.yml | 4 ++--
74405  1 file changed, 2 insertions(+), 2 deletions(-)
74406
74407 commit 0d2fa7fd4c4df0dcf7800b1267d1126e5a4b1ab1
74408 Author: Khaled Hosny <khaledhosny@eglug.org>
74409 Date:   Wed Oct 24 11:23:21 2018 +0200
74410
74411     [appveyor] Do not update msys2
74412     
74413     Looks like AppVeyor has new enough packages for our needs. Cuts CI build
74414     time by 5 minutes.
74415
74416  appveyor.yml | 5 ++---
74417  1 file changed, 2 insertions(+), 3 deletions(-)
74418
74419 commit 6a3ad245609ce8496d08404b28217dca8d01c10b
74420 Author: Khaled Hosny <khaledhosny@eglug.org>
74421 Date:   Wed Oct 24 09:49:08 2018 +0200
74422
74423     [appveyor] Organize config file a bit
74424
74425  appveyor.yml | 12 ++++++------
74426  1 file changed, 6 insertions(+), 6 deletions(-)
74427
74428 commit 0cd7d041d83ae28e8c7d8a156750464af76de291
74429 Author: Khaled Hosny <khaledhosny@eglug.org>
74430 Date:   Wed Oct 24 09:43:10 2018 +0200
74431
74432     [appveyor] Don’t build branches with open PR twice
74433
74434  appveyor.yml | 3 +++
74435  1 file changed, 3 insertions(+)
74436
74437 commit 401cdf07922f66c762dabfd8e3d45c35e33de7c0
74438 Author: Behdad Esfahbod <behdad@behdad.org>
74439 Date:   Tue Oct 23 17:00:49 2018 -0700
74440
74441     [ot-font] Fix sign of ascent/descent
74442     
74443     Some fonts, like msmincho, have positive number as descent
74444     in vhea table.  That's wrong.  Just enforce sign on ascent/descent
74445     when reading both horizontal and vertical metrics.
74446     
74447     Fixes https://github.com/harfbuzz/harfbuzz/issues/1248
74448
74449  src/hb-ot-hmtx-table.hh | 8 ++++----
74450  1 file changed, 4 insertions(+), 4 deletions(-)
74451
74452 commit ba502dea1e81981f3893b5353400909bf60e354f
74453 Author: Behdad Esfahbod <behdad@behdad.org>
74454 Date:   Tue Oct 23 16:46:10 2018 -0700
74455
74456     [morx] Fix cluster-merging when ligating
74457     
74458     Only merge when actual ligature happened.
74459     
74460     Fixes https://github.com/harfbuzz/harfbuzz/issues/1305
74461
74462  src/hb-aat-layout-morx-table.hh                          |   7 ++++---
74463  test/shaping/data/in-house/Makefile.sources              |   1 +
74464  test/shaping/data/in-house/fonts/TestMORXTwentyeight.ttf | Bin 0 -> 2660 bytes
74465  test/shaping/data/in-house/tests/aat-morx.tests          |   1 +
74466  4 files changed, 6 insertions(+), 3 deletions(-)
74467
74468 commit aa5af8d041521507f8bc8ded8a365ee56098388c
74469 Author: Garret Rieger <grieger@google.com>
74470 Date:   Tue Oct 23 15:45:35 2018 -0700
74471
74472     Fix size calculation in DEFINE_SIZE_ARRAY_SIZED.
74473
74474  src/hb-machinery.hh | 2 +-
74475  1 file changed, 1 insertion(+), 1 deletion(-)
74476
74477 commit 36c2c374bf9c2d0ca903e601760e69bfc3da5388
74478 Author: Michiharu Ariza <ariza@adobe.com>
74479 Date:   Tue Oct 23 15:11:09 2018 -0700
74480
74481     removed unused multi_val from DictVal
74482
74483  src/hb-cff-interp-common.hh      | 16 ----------------
74484  src/hb-cff-interp-dict-common.hh |  3 ---
74485  src/hb-ot-cff1-table.hh          |  2 +-
74486  src/hb-ot-cff2-table.hh          |  1 -
74487  4 files changed, 1 insertion(+), 21 deletions(-)
74488
74489 commit f33ad6d69216a983624e832177895481549bdc07
74490 Author: Behdad Esfahbod <behdad@behdad.org>
74491 Date:   Tue Oct 23 14:31:51 2018 -0700
74492
74493     [aat] Fix up previous commit and add files
74494
74495  src/hb-aat-map.cc  |  62 +++++++++++++++++++++++++++++++
74496  src/hb-aat-map.hh  | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
74497  src/hb-ot-map.cc   |   1 +
74498  src/hb-ot-shape.cc |  15 ++++++--
74499  4 files changed, 181 insertions(+), 3 deletions(-)
74500
74501 commit ffe347844803a6a9036d8357b744a982f5e5a6c9
74502 Author: Behdad Esfahbod <behdad@behdad.org>
74503 Date:   Tue Oct 23 14:14:03 2018 -0700
74504
74505     [aat] Allow enabling/disabling features
74506     
74507     Only works at entire-buffer range, not sub-ranges.
74508     
74509     Test with:
74510     
74511     $ hb-shape Zapfino.dfont Zapfino
74512     [Z_a_p_f_i_n_o=0+2333]
74513     
74514     $ hb-shape Zapfino.dfont Zapfino --features=-dlig
74515     [Z=0+416|a=1@-21,0+264|p_f=2+433|i=4+181|n=5+261|o=6+250]
74516     
74517     $ hb-shape Zapfino.dfont Zapfino --features=+dlig
74518     [Z_a_p_f_i_n_o=0+2333]
74519     
74520     Fixes https://github.com/harfbuzz/harfbuzz/issues/1303
74521
74522  src/Makefile.sources            |  2 ++
74523  src/hb-aat-layout-morx-table.hh | 29 +++++++++++++++++++++++++----
74524  src/hb-aat-layout.cc            |  8 ++++++++
74525  src/hb-aat-layout.hh            |  3 +++
74526  src/hb-ot-shape.cc              |  4 ++++
74527  src/hb-ot-shape.hh              |  5 +++++
74528  6 files changed, 47 insertions(+), 4 deletions(-)
74529
74530 commit 8be0e5fd4540b18e26b28b414bd99af3bb1548b1
74531 Author: Behdad Esfahbod <behdad@behdad.org>
74532 Date:   Tue Oct 23 13:39:50 2018 -0700
74533
74534     [ot-map] Minor
74535
74536  src/hb-ot-map.cc | 2 +-
74537  1 file changed, 1 insertion(+), 1 deletion(-)
74538
74539 commit e8fccbc36b2cc5e1c9f218c83cad7f606c03e7a1
74540 Author: Behdad Esfahbod <behdad@behdad.org>
74541 Date:   Tue Oct 23 13:25:03 2018 -0700
74542
74543     Minor
74544
74545  src/hb-ot-map.hh | 2 +-
74546  1 file changed, 1 insertion(+), 1 deletion(-)
74547
74548 commit 76324d95caa4b83cd4b515f516c2d3674455ea5e
74549 Author: Behdad Esfahbod <behdad@behdad.org>
74550 Date:   Tue Oct 23 13:09:30 2018 -0700
74551
74552     Shift code around
74553
74554  src/hb-ot-shape.cc | 18 ++++++++++--------
74555  src/hb-ot-shape.hh |  9 +++------
74556  2 files changed, 13 insertions(+), 14 deletions(-)
74557
74558 commit e1241636d60a63cbfd741288716b55797a4dc8ee
74559 Merge: 960267fc4 cf92d6579
74560 Author: Michiharu Ariza <ariza@adobe.com>
74561 Date:   Tue Oct 23 11:25:51 2018 -0700
74562
74563     Merge branch 'master' into cff-subset
74564
74565 commit cf92d6579e91d326598dcff93457fe85dfa962c2
74566 Author: Behdad Esfahbod <behdad@behdad.org>
74567 Date:   Tue Oct 23 03:10:56 2018 -0700
74568
74569     [trak] Allow disabling tracking for ranges of text
74570     
74571     Fixes https://github.com/harfbuzz/harfbuzz/issues/1303
74572
74573  src/hb-aat-layout-trak-table.hh                 |  4 ++++
74574  src/hb-ot-shape.cc                              | 11 +++++++----
74575  src/hb-ot-shape.hh                              |  5 ++++-
74576  test/shaping/data/in-house/tests/aat-trak.tests |  1 +
74577  4 files changed, 16 insertions(+), 5 deletions(-)
74578
74579 commit 8869436cb8a338b46c138305966a4b7b2c3ee374
74580 Author: Behdad Esfahbod <behdad@behdad.org>
74581 Date:   Tue Oct 23 03:07:48 2018 -0700
74582
74583     When parsing feature ranges, accept ';' instead of ':'
74584
74585  src/hb-common.cc | 2 +-
74586  1 file changed, 1 insertion(+), 1 deletion(-)
74587
74588 commit 22ecefd88e1ea1841f363057b948aa792ac871a6
74589 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74590 Date:   Tue Oct 23 00:52:05 2018 +0330
74591
74592     Make tracking optout possible using 'trak' ot feature
74593     
74594     So '--features=-trak' or 'font-feature-settings: 'trak' 0;' can prevent
74595     applying of tracking if used.
74596
74597  src/hb-ot-shape.cc                              | 10 +++++++---
74598  test/shaping/data/in-house/tests/aat-trak.tests |  2 ++
74599  2 files changed, 9 insertions(+), 3 deletions(-)
74600
74601 commit 6d40eb8372a2c74a6e1294b44a2b19c99d11e7da
74602 Author: Behdad Esfahbod <behdad@behdad.org>
74603 Date:   Tue Oct 23 02:51:42 2018 -0700
74604
74605     Touch up on previous commit
74606     
74607     https://github.com/harfbuzz/harfbuzz/pull/1273
74608
74609  src/HBIndicVowelConstraints.txt              |  97 ++++++
74610  src/Makefile.am                              |   6 +-
74611  src/Makefile.sources                         |   1 +
74612  src/gen-vowel-constraints.py                 | 124 ++------
74613  src/hb-ot-shape-complex-indic.cc             |  10 +-
74614  src/hb-ot-shape-complex-use.cc               |  11 +-
74615  src/hb-ot-shape-complex-vowel-constraints.cc | 433 ++++++++++++++++++++++++++
74616  src/hb-ot-shape-complex-vowel-constraints.hh | 447 ++-------------------------
74617  8 files changed, 606 insertions(+), 523 deletions(-)
74618
74619 commit 205737acdc268b1c90cf00bde2d2038519a8bf48
74620 Author: David Corbett <corbett.dav@husky.neu.edu>
74621 Date:   Fri Oct 12 16:54:54 2018 -0400
74622
74623     [use] Prohibit visually ambiguous vowel sequences
74624
74625  src/Makefile.am                                    |   7 +-
74626  src/Makefile.sources                               |   1 +
74627  src/gen-vowel-constraints.py                       | 286 ++++++++++++++
74628  src/hb-ot-shape-complex-indic.cc                   | 272 +------------
74629  src/hb-ot-shape-complex-use.cc                     |   3 +-
74630  src/hb-ot-shape-complex-vowel-constraints.hh       | 434 +++++++++++++++++++++
74631  test/shaping/README.md                             |   4 +-
74632  .../46669c8860cbfea13562a6ca0d83130ee571137b.ttf   | Bin 0 -> 7184 bytes
74633  .../in-house/tests/use-vowel-letter-spoofing.tests |  94 +++++
74634  9 files changed, 827 insertions(+), 274 deletions(-)
74635
74636 commit 48ed598a356983f4623029dd5e87254fb59e3691
74637 Author: Behdad Esfahbod <behdad@behdad.org>
74638 Date:   Tue Oct 23 02:19:32 2018 -0700
74639
74640     [VORG] Hook up to hb-ot-font's v_origin
74641     
74642     Fixes https://github.com/harfbuzz/harfbuzz/issues/544
74643     
74644     Test added with NotoSansCJK, eg. with U+FF38.
74645
74646  src/hb-ot-face.cc                                        |   1 -
74647  src/hb-ot-font.cc                                        |  11 +++++++++--
74648  src/hb-ot-vorg-table.hh                                  |   6 ++++--
74649  .../fonts/4cbbc461be066fccc611dcc634af6e8cb2705537.ttf   | Bin 0 -> 2808 bytes
74650  test/shaping/data/in-house/tests/vertical.tests          |   1 +
74651  5 files changed, 14 insertions(+), 5 deletions(-)
74652
74653 commit 097ecfd4a991d4fa306bab7330d9952966e94d1f
74654 Author: Behdad Esfahbod <behdad@behdad.org>
74655 Date:   Tue Oct 23 02:09:42 2018 -0700
74656
74657     [VORG] Add get_y_origin()
74658     
74659     Unhooked.
74660
74661  src/hb-ot-vorg-table.hh | 16 ++++++++++++++--
74662  1 file changed, 14 insertions(+), 2 deletions(-)
74663
74664 commit 6fb24d5e3e0cf61c0ed3574e5bcf4598a13d6b69
74665 Author: Behdad Esfahbod <behdad@behdad.org>
74666 Date:   Tue Oct 23 01:58:59 2018 -0700
74667
74668     [VORG] Add VORG table
74669     
74670     Cherry-picked from cff-subset branch.
74671
74672  src/Makefile.sources    |   1 +
74673  src/hb-ot-face.cc       |   1 +
74674  src/hb-ot-face.hh       |   1 +
74675  src/hb-ot-vorg-table.hh | 168 ++++++++++++++++++++++++++++++++++++++++++++++++
74676  4 files changed, 171 insertions(+)
74677
74678 commit 531f9822b2e8a60f03c43d6f86ef9ed32c951f0e
74679 Author: Behdad Esfahbod <behdad@behdad.org>
74680 Date:   Tue Oct 23 01:32:08 2018 -0700
74681
74682     [morx] Add a few debug messages to Ligature chain
74683
74684  src/hb-aat-layout-morx-table.hh | 10 ++++++++++
74685  1 file changed, 10 insertions(+)
74686
74687 commit 0e5bcdef7fb592f986ad5b4e07b80d2efb5e3344
74688 Author: Behdad Esfahbod <behdad@behdad.org>
74689 Date:   Tue Oct 23 00:39:44 2018 -0700
74690
74691     [morx] Clear stack upon underflow when acting ligatures
74692
74693  src/hb-aat-layout-morx-table.hh | 4 ++++
74694  1 file changed, 4 insertions(+)
74695
74696 commit 1bfb96a9c8d7653f0dee5c5fab3c6e85cea900cd
74697 Author: Behdad Esfahbod <behdad@behdad.org>
74698 Date:   Mon Oct 22 23:41:47 2018 -0700
74699
74700     [test/text-rendering-tests] Update from upstream
74701
74702  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 +-
74703  .../data/text-rendering-tests/fonts/TestTRAKOne.ttf      | Bin 0 -> 1752 bytes
74704  2 files changed, 1 insertion(+), 1 deletion(-)
74705
74706 commit 792071de4075cb9af0793f0d7c70da0780923bb6
74707 Author: Behdad Esfahbod <behdad@behdad.org>
74708 Date:   Mon Oct 22 23:38:34 2018 -0700
74709
74710     [morx] Leave ligature on stack after ligating
74711     
74712     Test with Apple Color Emoji.ttf of ~66MB and following sequence:
74713     
74714     ./hb-shape Apple\ Color\ Emoji-old.ttf --font-funcs=ot -u U+1F468,200d,U+1F469,200d,U+1F467,200d,1f466
74715     
74716     Should form full family if matching works correctly.  It first makes
74717     family of three, then makes family of four out of that and the last
74718     two characters.
74719     
74720     Fixes https://github.com/harfbuzz/harfbuzz/issues/1292
74721
74722  src/hb-aat-layout-morx-table.hh | 1 -
74723  1 file changed, 1 deletion(-)
74724
74725 commit e1b8e933f099efae3c3e1f5706be19120b44de20
74726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74727 Date:   Tue Oct 23 09:23:48 2018 +0330
74728
74729     [ci] Disable llvm-gcc
74730     
74731       #define Null(Type) Null<typename hb_remove_const<typename hb_remove_reference<Type>::value>::value>()
74732     
74733     raises:
74734       hb-blob.cc: In function 'hb_blob_t* hb_blob_get_empty()':
74735       hb-blob.cc:194: error: using 'typename' outside of template
74736       hb-blob.cc:194: error: using 'typename' outside of template
74737     
74738     Removing "typename"s fixes the issue but makes newer compiler fail apparently.
74739     
74740     Probably downstream can patch that locally till we get a solution.
74741
74742  .circleci/config.yml | 4 ++--
74743  1 file changed, 2 insertions(+), 2 deletions(-)
74744
74745 commit 8c78ced95b639730efd0edc521e4e81ad50af501
74746 Author: Behdad Esfahbod <behdad@behdad.org>
74747 Date:   Mon Oct 22 21:49:42 2018 -0700
74748
74749     Unbreak builds
74750
74751  src/hb-dsalgs.hh    | 2 +-
74752  src/hb-open-type.hh | 4 ++--
74753  2 files changed, 3 insertions(+), 3 deletions(-)
74754
74755 commit 8d689f8a7bccda861bcb286d52f1a90fca52df0f
74756 Author: Behdad Esfahbod <behdad@behdad.org>
74757 Date:   Mon Oct 22 21:33:18 2018 -0700
74758
74759     Add hb_array<>() specialization for UnsizedArrayOf
74760     
74761     Related https://github.com/harfbuzz/harfbuzz/issues/1301
74762
74763  src/hb-aat-layout-trak-table.hh | 2 +-
74764  src/hb-open-file.hh             | 2 +-
74765  src/hb-open-type.hh             | 8 ++++++++
74766  src/hb-ot-color-cpal-table.hh   | 6 +++---
74767  4 files changed, 13 insertions(+), 5 deletions(-)
74768
74769 commit abfbba191141c3e3cf2a391f365b5323f9dc37c0
74770 Author: Behdad Esfahbod <behdad@behdad.org>
74771 Date:   Mon Oct 22 21:27:45 2018 -0700
74772
74773     Add hb_array<>()
74774     
74775     Simplifies transient object creation.
74776     
74777     Fixes https://github.com/harfbuzz/harfbuzz/issues/1301
74778
74779  src/hb-aat-layout-trak-table.hh | 2 +-
74780  src/hb-dsalgs.hh                | 2 ++
74781  src/hb-open-file.hh             | 3 +--
74782  src/hb-ot-color-cpal-table.hh   | 6 +++---
74783  4 files changed, 7 insertions(+), 6 deletions(-)
74784
74785 commit 17ffbc070ff4190d8ebaf88f8db62f19e6fa370d
74786 Author: Behdad Esfahbod <behdad@behdad.org>
74787 Date:   Mon Oct 22 21:22:25 2018 -0700
74788
74789     [color] Use Index for colorIdx
74790     
74791     Doesn't matter, but matches the description.
74792
74793  src/hb-ot-color-colr-table.hh | 2 +-
74794  1 file changed, 1 insertion(+), 1 deletion(-)
74795
74796 commit 07386ea410af13e8fc844eb939a6c6e47c2adaf1
74797 Author: Behdad Esfahbod <behdad@behdad.org>
74798 Date:   Mon Oct 22 21:18:27 2018 -0700
74799
74800     Remove const and references when binding Null()
74801     
74802     Fixes https://github.com/harfbuzz/harfbuzz/issues/1299
74803     
74804     Removes anomaly I was seeing in cpal table trying to use implicit Null(NameID).
74805
74806  src/hb-atomic.hh              | 5 +----
74807  src/hb-common.cc              | 2 +-
74808  src/hb-ft.cc                  | 2 +-
74809  src/hb-null.hh                | 4 ++--
74810  src/hb-open-type.hh           | 6 ++----
74811  src/hb-ot-color-cpal-table.hh | 8 ++------
74812  src/hb-static.cc              | 1 -
74813  src/hb.hh                     | 9 +++++++++
74814  8 files changed, 18 insertions(+), 19 deletions(-)
74815
74816 commit b18acab7bce062fef397d3d8b0efc7826f473b50
74817 Author: Behdad Esfahbod <behdad@behdad.org>
74818 Date:   Mon Oct 22 18:20:57 2018 -0700
74819
74820     [color] Add HB_COLOR
74821     
74822     Normally I would have added to_string / from_string like other types
74823     have.  But since we don't use hb_color_t much, I'm not going to do that.
74824     Although, if we did, we could use it in hb-view to parse colors...
74825
74826  src/hb-common.h | 14 +++++++++-----
74827  1 file changed, 9 insertions(+), 5 deletions(-)
74828
74829 commit 228f96c9d09272c8f677935a640e75e173b817a3
74830 Author: Behdad Esfahbod <behdad@behdad.org>
74831 Date:   Mon Oct 22 16:55:12 2018 -0700
74832
74833     [color] Finish reviewing / revamping CPAL
74834     
74835     Now to hb_color_t.
74836
74837  src/hb-ot-color-cpal-table.hh | 52 ++++++++++++++++++++++---------------------
74838  src/hb-ot-color.cc            | 33 +++++----------------------
74839  src/hb-ot-color.h             | 10 ++++-----
74840  3 files changed, 38 insertions(+), 57 deletions(-)
74841
74842 commit 960267fc4315a138f0963e78407e3af2ec6007af
74843 Author: Michiharu Ariza <ariza@adobe.com>
74844 Date:   Mon Oct 22 16:37:39 2018 -0700
74845
74846     fix build attempt ^4
74847
74848  src/hb-ot-cff-common.hh | 5 +----
74849  1 file changed, 1 insertion(+), 4 deletions(-)
74850
74851 commit 683fad062792a199e2fe86fe161f41b9389d08c3
74852 Author: Behdad Esfahbod <behdad@behdad.org>
74853 Date:   Mon Oct 22 16:35:03 2018 -0700
74854
74855     [color] Minor
74856
74857  src/hb-ot-color.cc | 6 ++----
74858  1 file changed, 2 insertions(+), 4 deletions(-)
74859
74860 commit 14474d21040bf9b025b53bb9b0df599eaf260119
74861 Author: Behdad Esfahbod <behdad@behdad.org>
74862 Date:   Mon Oct 22 16:30:30 2018 -0700
74863
74864     [color] Rely on CPALV1Tail Null object
74865
74866  src/hb-ot-color-cpal-table.hh | 39 ++++++++++++++-------------------------
74867  1 file changed, 14 insertions(+), 25 deletions(-)
74868
74869 commit d7865107ea4664e04c03a1d79678cdcadc0d5ea5
74870 Author: Behdad Esfahbod <behdad@behdad.org>
74871 Date:   Mon Oct 22 16:18:34 2018 -0700
74872
74873     Remove const from hb_array_t details
74874     
74875     Will come in through <T> if desired.
74876
74877  src/hb-aat-layout-trak-table.hh | 6 +++---
74878  src/hb-dsalgs.hh                | 6 +++---
74879  src/hb-open-file.hh             | 4 ++--
74880  3 files changed, 8 insertions(+), 8 deletions(-)
74881
74882 commit f3336580dd0c6959a1871f92b4a37f7c0a4b2160
74883 Author: Behdad Esfahbod <behdad@behdad.org>
74884 Date:   Mon Oct 22 16:16:21 2018 -0700
74885
74886     [color] Use hb_array_t in CPAL
74887     
74888     Doesn't work though, ouch :(.  Need to figure out if it's unreasonable
74889     to expect Null(T) inside hb_array_t<T> to see the later specialization
74890     of Null for NameID.
74891
74892  src/hb-open-type.hh           |  3 ++-
74893  src/hb-ot-color-cpal-table.hh | 47 ++++++++++++++++++++++---------------------
74894  src/hb-static.cc              |  1 +
74895  3 files changed, 27 insertions(+), 24 deletions(-)
74896
74897 commit 5ae18855d115577ff796158d483db7b890d9956f
74898 Author: Behdad Esfahbod <behdad@behdad.org>
74899 Date:   Mon Oct 22 14:54:55 2018 -0700
74900
74901     [color] Check for null CPAL arrays
74902     
74903     We cannot use a nullable offset here though.
74904
74905  src/hb-ot-color-cpal-table.hh | 12 ++++++------
74906  1 file changed, 6 insertions(+), 6 deletions(-)
74907
74908 commit 69ab72e4aa7cbf197873d38f7e623866b4e40502
74909 Author: Behdad Esfahbod <behdad@behdad.org>
74910 Date:   Mon Oct 22 14:51:40 2018 -0700
74911
74912     [color] More CPAL rename
74913
74914  src/hb-ot-color-cpal-table.hh | 104 +++++++++++++++++++++---------------------
74915  src/hb-ot-color.cc            |   6 +--
74916  2 files changed, 54 insertions(+), 56 deletions(-)
74917
74918 commit 0befb06c468aa36f3337b5ef2235f6d69dda8397
74919 Author: Behdad Esfahbod <behdad@behdad.org>
74920 Date:   Mon Oct 22 14:46:21 2018 -0700
74921
74922     [color] More CPAL rename
74923
74924  src/hb-ot-color-cpal-table.hh | 16 ++++++++--------
74925  1 file changed, 8 insertions(+), 8 deletions(-)
74926
74927 commit 3600d206037ef23d6448c79a3f010c4f903a971c
74928 Author: Behdad Esfahbod <behdad@behdad.org>
74929 Date:   Mon Oct 22 14:43:12 2018 -0700
74930
74931     [color] Rename vars in CPAL
74932
74933  src/hb-ot-color-cpal-table.hh | 32 ++++++++++++++++----------------
74934  src/hb-ot-color.cc            |  1 +
74935  2 files changed, 17 insertions(+), 16 deletions(-)
74936
74937 commit ba055a8d53595ab49747ed3e02d90c9b6a3cf4f3
74938 Author: Michiharu Ariza <ariza@adobe.com>
74939 Date:   Mon Oct 22 16:20:04 2018 -0700
74940
74941     fix build attempt ^3
74942
74943  test/api/test-ot-extents-cff.c | 2 +-
74944  test/api/test-subset-cff1.c    | 1 +
74945  test/api/test-subset-cff2.c    | 1 +
74946  3 files changed, 3 insertions(+), 1 deletion(-)
74947
74948 commit b11032afaefb2c84f9a4bbffe95c91f6374df802
74949 Author: Michiharu Ariza <ariza@adobe.com>
74950 Date:   Mon Oct 22 15:52:37 2018 -0700
74951
74952     fix build attempt ^2
74953
74954  src/hb-ot-cff-common.hh        | 2 +-
74955  test/api/test-ot-extents-cff.c | 2 +-
74956  2 files changed, 2 insertions(+), 2 deletions(-)
74957
74958 commit 3d3df5575c5be0e3c69b99ca1d8df2cea1672aaf
74959 Author: Michiharu Ariza <ariza@adobe.com>
74960 Date:   Mon Oct 22 15:23:39 2018 -0700
74961
74962     fix build attempt
74963
74964  src/hb-ot-cff-common.hh        |  5 ++++-
74965  test/api/test-ot-extents-cff.c | 11 +++++------
74966  test/api/test-subset-cff1.c    | 19 +++++++++----------
74967  test/api/test-subset-cff2.c    | 11 +++++------
74968  4 files changed, 23 insertions(+), 23 deletions(-)
74969
74970 commit 0babf761c986855f9cdd1a2679380ee6a02390c8
74971 Author: Ebrahim Byagowi <ebrahim@gnu.org>
74972 Date:   Tue Oct 23 01:33:45 2018 +0330
74973
74974     Adopt dump-emoji with latest unreleased APIs changes (#1297)
74975
74976  src/dump-emoji.cc | 24 +++++++++++-------------
74977  1 file changed, 11 insertions(+), 13 deletions(-)
74978
74979 commit 7997144b5f08c81b2cce2c7c2a085fb7eeb506e3
74980 Author: Behdad Esfahbod <behdad@behdad.org>
74981 Date:   Mon Oct 22 13:02:04 2018 -0700
74982
74983     [color] Revamp palette API
74984
74985  src/hb-ot-color.cc       |  81 ++++++++++++++---------------
74986  src/hb-ot-color.h        |  26 +++++-----
74987  test/api/test-ot-color.c | 130 +++++++++++++++++++++++------------------------
74988  3 files changed, 117 insertions(+), 120 deletions(-)
74989
74990 commit 3bf91bd2690cda34a7687ed5465dc4bb0672f2b6
74991 Author: Behdad Esfahbod <behdad@behdad.org>
74992 Date:   Mon Oct 22 12:40:38 2018 -0700
74993
74994     [color] Rewrite colr access
74995     
74996     COLR table has one function: return layers for a glyph, and we expose exactly
74997     that, so should just wire it through.  Also use sub_array() for verifiable
74998     safety.
74999     
75000     Also, BaseGlyphRecord's null object is enough.  We don't need to special-case
75001     the not-found.
75002
75003  src/hb-dsalgs.hh              | 11 +++++++++
75004  src/hb-open-type.hh           |  2 +-
75005  src/hb-ot-color-colr-table.hh | 53 +++++++++++++++++++++++--------------------
75006  src/hb-ot-color.cc            | 19 +---------------
75007  4 files changed, 41 insertions(+), 44 deletions(-)
75008
75009 commit 1de17bdb80b0668f4d4a4700e3f80c8caee3303d
75010 Author: Behdad Esfahbod <behdad@behdad.org>
75011 Date:   Mon Oct 22 10:29:01 2018 -0700
75012
75013     [colr] Add hb_ot_color_layer_t
75014     
75015     We never return parallel arrays from functions.  That's inconvenient
75016     and hard to bind.
75017
75018  src/hb-ot-color.cc       | 18 ++++++++----------
75019  src/hb-ot-color.h        | 22 ++++++++++++++++------
75020  test/api/test-ot-color.c | 33 +++++++++++++++------------------
75021  3 files changed, 39 insertions(+), 34 deletions(-)
75022
75023 commit 3b3668acc8b16afacb96d8c525eff603ef5f411f
75024 Author: Behdad Esfahbod <behdad@behdad.org>
75025 Date:   Sun Oct 21 19:23:11 2018 -0700
75026
75027     [color] Rename / reorder a bit
75028     
75029     Implement has_data() for realz.
75030
75031  src/hb-ot-color-colr-table.hh |  2 ++
75032  src/hb-ot-color-cpal-table.hh |  2 ++
75033  src/hb-ot-color.cc            | 78 ++++++++++++++++++++++++-------------------
75034  src/hb-ot-color.h             | 33 ++++++++++++------
75035  test/api/test-ot-color.c      | 30 ++++++++---------
75036  5 files changed, 85 insertions(+), 60 deletions(-)
75037
75038 commit 570b77f7d2b41262ccb20fadbee2c6b455cd06c6
75039 Merge: 857c58279 d440c8d3f
75040 Author: Michiharu Ariza <ariza@adobe.com>
75041 Date:   Mon Oct 22 13:06:47 2018 -0700
75042
75043     Merge branch 'master' into cff-subset
75044
75045 commit 9085a72deb041cf10edfa61d24b7c25f947f736b
75046 Author: Behdad Esfahbod <behdad@behdad.org>
75047 Date:   Sun Oct 21 19:08:25 2018 -0700
75048
75049     [cpal] Touch up palette flags
75050
75051  src/hb-ot-color.h        | 16 ++++++++++------
75052  test/api/test-ot-color.c |  4 ++--
75053  2 files changed, 12 insertions(+), 8 deletions(-)
75054
75055 commit ee11fae9d0d2c16a3a4b4ecf5cf328ffe950bb03
75056 Author: Behdad Esfahbod <behdad@behdad.org>
75057 Date:   Sun Oct 21 19:02:47 2018 -0700
75058
75059     [color] Rename "gid" to "glyph"
75060     
75061     We don't expose "gid" in API.
75062
75063  src/hb-ot-color.cc | 12 ++++++------
75064  src/hb-ot-color.h  |  8 ++++----
75065  2 files changed, 10 insertions(+), 10 deletions(-)
75066
75067 commit 228fa71bf9186faedff48b3a259d696c7c07b5b5
75068 Author: Behdad Esfahbod <behdad@behdad.org>
75069 Date:   Sun Oct 21 17:43:29 2018 -0700
75070
75071     [colr] Move sanitize
75072
75073  src/hb-ot-color-colr-table.hh | 17 ++++++++---------
75074  1 file changed, 8 insertions(+), 9 deletions(-)
75075
75076 commit d440c8d3fbb907f17b1eb9287918009ced27a8c1
75077 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75078 Date:   Mon Oct 22 22:07:59 2018 +0330
75079
75080     Add chromacheck Emoji test fonts and minor preparations (#1294)
75081
75082  src/hb-ot-color.cc                  |  26 ++++++++++++++++++++++++++
75083  src/hb-ot-face.hh                   |   8 +++++---
75084  test/api/fonts/README               |   2 ++
75085  test/api/fonts/chromacheck-cbdt.ttf | Bin 0 -> 792 bytes
75086  test/api/fonts/chromacheck-colr.ttf | Bin 0 -> 652 bytes
75087  test/api/fonts/chromacheck-sbix.ttf | Bin 0 -> 864 bytes
75088  test/api/fonts/chromacheck-svg.ttf  | Bin 0 -> 792 bytes
75089  test/api/hb-test.h                  |   2 +-
75090  test/api/test-ot-color.c            |  21 +++++++++++++++++++++
75091  9 files changed, 55 insertions(+), 4 deletions(-)
75092
75093 commit 857c58279e82897ed69e8ade2f736073fa12883b
75094 Merge: 51fba41cc b92b9d7e5
75095 Author: Michiharu Ariza <ariza@adobe.com>
75096 Date:   Mon Oct 22 09:57:20 2018 -0700
75097
75098     Merge branch 'master' into cff-subset
75099
75100 commit b92b9d7e5290eaa83e94fd40cddaee71628a3c2a
75101 Author: Behdad Esfahbod <behdad@behdad.org>
75102 Date:   Sun Oct 21 17:42:51 2018 -0700
75103
75104     [colr] Move compare function into a static
75105     
75106     Not sure if MSVC would be unhappy about this.
75107
75108  src/hb-ot-color-colr-table.hh | 16 ++++++++--------
75109  1 file changed, 8 insertions(+), 8 deletions(-)
75110
75111 commit b6b171732a12b396a704984699bd0da906f5dc24
75112 Author: Behdad Esfahbod <behdad@behdad.org>
75113 Date:   Sun Oct 21 17:41:49 2018 -0700
75114
75115     [colr] Minor
75116
75117  src/hb-ot-color-colr-table.hh | 8 ++++----
75118  1 file changed, 4 insertions(+), 4 deletions(-)
75119
75120 commit a6ade3471e730d7a8b56e4ed706a8eb126e957f6
75121 Author: Behdad Esfahbod <behdad@behdad.org>
75122 Date:   Sun Oct 21 17:39:39 2018 -0700
75123
75124     [colr] Move sanitize() to right place
75125     
75126     Sanitize always comes just before data member definitions, so
75127     it's easy to cross-check.
75128
75129  src/hb-ot-color-colr-table.hh | 16 ++++++++--------
75130  1 file changed, 8 insertions(+), 8 deletions(-)
75131
75132 commit 24adc1575745a711558dab79488760f1ceb24750
75133 Author: Behdad Esfahbod <behdad@behdad.org>
75134 Date:   Sun Oct 21 17:39:00 2018 -0700
75135
75136     [colr] Touch up a bit
75137     
75138     When a struct is plain old data with no references, etc, it's okay
75139     to mark its members public.
75140
75141  src/hb-ot-color-colr-table.hh | 36 +++++++++++++++++++++++-------------
75142  1 file changed, 23 insertions(+), 13 deletions(-)
75143
75144 commit cc6e77ca98e90fb531dd90a5c9c41d14d1dda9c4
75145 Author: Khaled Hosny <khaledhosny@eglug.org>
75146 Date:   Sun Oct 21 13:29:40 2018 +0200
75147
75148     [color] Fix documentation a bit
75149
75150  src/hb-ot-color.cc | 12 ++++++------
75151  1 file changed, 6 insertions(+), 6 deletions(-)
75152
75153 commit 37ba2413c19f6a1d62868178fc80f870ee44e7ab
75154 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75155 Date:   Sun Oct 21 11:46:51 2018 +0330
75156
75157     Minor
75158
75159  src/hb-ot-color-cpal-table.hh | 10 +++++-----
75160  src/hb-ot-color.cc            | 25 ++++++++++++++-----------
75161  src/hb-ot-color.h             | 12 ++++++------
75162  3 files changed, 25 insertions(+), 22 deletions(-)
75163
75164 commit 44f79b4bf8ac341c5968a27f6a2a13a8af48b34f
75165 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75166 Date:   Sun Oct 21 10:17:34 2018 +0330
75167
75168     Remove _palette_entry_count as can be done with _palette_colors
75169
75170  src/hb-ot-color.cc       | 18 ++----------------
75171  src/hb-ot-color.h        |  3 ---
75172  test/api/test-ot-color.c |  8 ++------
75173  3 files changed, 4 insertions(+), 25 deletions(-)
75174
75175 commit 6795dcfc0884b87b72fce8d902654f28ffe1366c
75176 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75177 Date:   Sun Oct 21 09:51:15 2018 +0330
75178
75179     [test] Test hb_ot_color_has_{colr,cpal}_data
75180
75181  src/dump-emoji.cc        |  3 ++-
75182  src/hb-ot-color.cc       |  7 ++++---
75183  test/api/test-ot-color.c | 23 +++++++++++++++++++++++
75184  3 files changed, 29 insertions(+), 4 deletions(-)
75185
75186 commit b8ee3a0ec89d63721618ac90c01ac6da228f5055
75187 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75188 Date:   Sun Oct 21 09:44:16 2018 +0330
75189
75190     [CPAL] Add palette entry and enable palette flag API
75191
75192  src/hb-ot-color-cpal-table.hh |  66 +++++++++++++++----------
75193  src/hb-ot-color.cc            | 109 ++++++++++++++++++++++++------------------
75194  src/hb-ot-color.h             |  23 +++++++++
75195  test/api/test-ot-color.c      |  35 ++++++++++++--
75196  4 files changed, 158 insertions(+), 75 deletions(-)
75197
75198 commit d4261b4bb6d20fac7deebacfbe120fb84a92e423
75199 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75200 Date:   Sun Oct 21 08:48:07 2018 +0330
75201
75202     Add API test for hb_ot_color_get_color_layers
75203
75204  src/dump-emoji.cc        |  3 ++-
75205  src/hb-ot-color.cc       |  2 +-
75206  src/hb-ot-color.h        |  2 ++
75207  test/api/test-ot-color.c | 31 +++++++++++++++++++++++++++++--
75208  4 files changed, 34 insertions(+), 4 deletions(-)
75209
75210 commit 456978d408cd41156e1123abfc3689800558e89b
75211 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75212 Date:   Sun Oct 21 08:26:40 2018 +0330
75213
75214     Address COLR/CPAL reviews and revive cpal_v1 tests
75215
75216  src/dump-emoji.cc             |  26 ++++----
75217  src/hb-common.h               |  12 ++++
75218  src/hb-ot-color-cpal-table.hh |  37 +++++-------
75219  src/hb-ot-color.cc            | 136 +++++++++++++++++++++++++-----------------
75220  src/hb-ot-color.h             |  38 +++---------
75221  test/api/test-ot-color.c      | 101 +++++++++++++++----------------
75222  6 files changed, 179 insertions(+), 171 deletions(-)
75223
75224 commit 687f679b80c071c69d0924f07a315f9d2691b7fc
75225 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75226 Date:   Sat Oct 20 17:50:39 2018 +0330
75227
75228     [color] Fix alpha channel value and adjust spaces
75229
75230  src/dump-emoji.cc          | 36 ++++++++++++++++++------------------
75231  src/hb-buffer-serialize.cc | 14 +++++++-------
75232  src/hb-ot-color.cc         | 10 +++++-----
75233  3 files changed, 30 insertions(+), 30 deletions(-)
75234
75235 commit 00e94ce24efb1f5b3a9cd13c0b9f81f405ad8055
75236 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75237 Date:   Sat Oct 20 00:31:04 2018 +0330
75238
75239     [dump-emoji] Formatting
75240
75241  src/dump-emoji.cc | 26 ++++++++++++++++----------
75242  1 file changed, 16 insertions(+), 10 deletions(-)
75243
75244 commit e9d798dc12d42e97ae8c19e7b73e25abc34d265a
75245 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75246 Date:   Fri Oct 19 18:30:01 2018 +0330
75247
75248     [test] Use hb_test_open_font_file
75249
75250  test/api/test-ot-color.c | 16 ++--------------
75251  1 file changed, 2 insertions(+), 14 deletions(-)
75252
75253 commit e8a6f5b8039cce3f7ec568fd90fe73690e49a037
75254 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75255 Date:   Fri Oct 19 18:23:42 2018 +0330
75256
75257     Add three macros for separating color channels
75258
75259  src/dump-emoji.cc        |  8 ++++----
75260  src/hb-ot-color.cc       |  1 -
75261  src/hb-ot-color.h        | 15 ++++++++++-----
75262  test/api/test-ot-color.c | 10 +++++-----
75263  4 files changed, 19 insertions(+), 15 deletions(-)
75264
75265 commit 0e33467e52942e62e04cf825a6bd105fa311c864
75266 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75267 Date:   Fri Oct 19 17:44:06 2018 +0330
75268
75269     Make ot-color tests pass
75270
75271  test/api/test-ot-color.c | 52 ++++++++++++++++++++++++------------------------
75272  1 file changed, 26 insertions(+), 26 deletions(-)
75273
75274 commit d4e928b1421c154adbda9b6e1f2cf804b21654cb
75275 Author: Khaled Hosny <khaledhosny@eglug.org>
75276 Date:   Tue May 1 17:16:46 2018 +0200
75277
75278     [color] Minimal API for COLR/CPAL
75279
75280  src/Makefile.sources                               |   1 +
75281  src/dump-emoji.cc                                  | 114 +++++++++++----------
75282  src/hb-ot-color-colr-table.hh                      |  12 +--
75283  src/hb-ot-color-cpal-table.hh                      |  51 +++------
75284  src/hb-ot-color.cc                                 |  87 +++++++++++-----
75285  src/hb-ot-color.h                                  |  85 +++++++++++++++
75286  src/hb-ot-face.hh                                  |   3 +
75287  src/hb-ot.h                                        |   1 +
75288  .../fonts/cpal-v0.ttf}                             | Bin
75289  .../fonts/cpal-v1.ttf}                             | Bin
75290  test/api/test-ot-color.c                           |  43 +++++---
75291  11 files changed, 257 insertions(+), 140 deletions(-)
75292
75293 commit 0229eaea299443b4faa3bd086f23ec1496d6112c
75294 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75295 Date:   Mon Oct 22 10:51:37 2018 +0330
75296
75297     [fuzz] Add a found hb-subset testcase
75298
75299  ...z-testcase-minimized-hb-subset-fuzzer-5725847365877760 | Bin 0 -> 880 bytes
75300  1 file changed, 0 insertions(+), 0 deletions(-)
75301
75302 commit 0ecddad7c5948ecd7879bc7507f8a7a2d99eee86
75303 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75304 Date:   Mon Oct 22 00:44:28 2018 +0330
75305
75306     [ci] Disable flaky -windows-x64 and add a comment for iOS
75307
75308  .circleci/config.yml | 20 +++++++++++---------
75309  1 file changed, 11 insertions(+), 9 deletions(-)
75310
75311 commit 9b3461574f6473c8ff7c995202858cf46012eed8
75312 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75313 Date:   Sun Oct 21 11:37:38 2018 +0330
75314
75315     [fuzz] Add more testcases
75316     
75317     Fixed already but better to have anyway.
75318     
75319     One didn't have minimized but it was only 164 B, so
75320
75321  ...uzz-testcase-minimized-hb-shape-fuzzer-5706010589659136 | Bin 0 -> 52 bytes
75322  1 file changed, 0 insertions(+), 0 deletions(-)
75323
75324 commit 4fa94a3e39c21bc1dcdbbd5bda99bff1e1490b0e
75325 Merge: 217a3728b c110878cb
75326 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75327 Date:   Sun Oct 21 11:36:41 2018 +0330
75328
75329     Merge pull request #1290 from ebraminio/testopenfont
75330     
75331     [test] Unify font file opening across the tests
75332
75333 commit c110878cb61f5df99e9d97dda253f2987ddce58e
75334 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75335 Date:   Sun Oct 21 11:07:17 2018 +0330
75336
75337     [test] Unify font file opening across the tests
75338
75339  test/api/hb-subset-test.h        | 21 ---------------------
75340  test/api/hb-test.h               | 21 +++++++++++++++++++++
75341  test/api/test-collect-unicodes.c |  6 +++---
75342  test/api/test-multithread.c      | 26 +++++---------------------
75343  test/api/test-ot-name.c          | 27 ++++-----------------------
75344  test/api/test-subset-cmap.c      |  8 ++++----
75345  test/api/test-subset-glyf.c      | 28 ++++++++++++++--------------
75346  test/api/test-subset-hdmx.c      | 14 +++++++-------
75347  test/api/test-subset-hmtx.c      | 20 ++++++++++----------
75348  test/api/test-subset-os2.c       |  4 ++--
75349  test/api/test-subset-post.c      |  4 ++--
75350  test/api/test-subset-vmtx.c      |  6 +++---
75351  test/api/test-subset.c           |  6 +++---
75352  13 files changed, 78 insertions(+), 113 deletions(-)
75353
75354 commit 217a3728b4991a855070678bc079cb400eee605a
75355 Author: Behdad Esfahbod <behdad@behdad.org>
75356 Date:   Sat Oct 20 20:39:56 2018 -0700
75357
75358     [fuzzing] Add more font
75359
75360  .../clusterfuzz-testcase-hb-shape-fuzzer-5097734906839040 | Bin 0 -> 164 bytes
75361  1 file changed, 0 insertions(+), 0 deletions(-)
75362
75363 commit 1e39833ba8547c90a0a4ed7f265a6c4bc8eb8fe1
75364 Author: Behdad Esfahbod <behdad@behdad.org>
75365 Date:   Sat Oct 20 16:56:06 2018 -0700
75366
75367     [docs] Minor
75368
75369  src/hb-buffer.h | 3 ++-
75370  1 file changed, 2 insertions(+), 1 deletion(-)
75371
75372 commit a5ad8c658dac1fbe63d1034cdfe8df33f50462b6
75373 Author: Behdad Esfahbod <behdad@behdad.org>
75374 Date:   Sat Oct 20 16:52:55 2018 -0700
75375
75376     [docs] More fixes
75377
75378  src/hb-ot-layout.cc | 10 +++++-----
75379  1 file changed, 5 insertions(+), 5 deletions(-)
75380
75381 commit 2d9198f205fafda557520d7206f9cfbf3373353f
75382 Author: Behdad Esfahbod <behdad@behdad.org>
75383 Date:   Sat Oct 20 16:50:39 2018 -0700
75384
75385     [docs] Fix for hb-version.h being in src tree
75386
75387  docs/Makefile.am | 1 -
75388  1 file changed, 1 deletion(-)
75389
75390 commit 314b1af74f1fb71ea5cfcb5a58766773f0b2a5a1
75391 Author: Behdad Esfahbod <behdad@behdad.org>
75392 Date:   Sat Oct 20 16:49:16 2018 -0700
75393
75394     [docs] Fix warning
75395     
75396     Fixes https://github.com/harfbuzz/harfbuzz/issues/1260
75397
75398  src/hb-deprecated.h | 6 ------
75399  src/hb-unicode.cc   | 1 +
75400  2 files changed, 1 insertion(+), 6 deletions(-)
75401
75402 commit b713c1397718bf1f702a2ead2afb4dcee2c1505a
75403 Author: Behdad Esfahbod <behdad@behdad.org>
75404 Date:   Sat Oct 20 14:56:28 2018 -0700
75405
75406     [kerx] Implement tuple-kerning in Format0
75407
75408  src/hb-aat-layout-kerx-table.hh | 44 ++++++++++++++++++++++++++++-------------
75409  1 file changed, 30 insertions(+), 14 deletions(-)
75410
75411 commit 0a3b7a0fb0734a66926dfda5d95d3cacea8890ce
75412 Author: Behdad Esfahbod <behdad@behdad.org>
75413 Date:   Sat Oct 20 13:14:07 2018 -0700
75414
75415     2.0.2
75416
75417  NEWS             | 6 ++++++
75418  configure.ac     | 2 +-
75419  src/hb-version.h | 4 ++--
75420  3 files changed, 9 insertions(+), 3 deletions(-)
75421
75422 commit 8931bc4a6b41a2a41069b99cb5c551fa30216f0b
75423 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75424 Date:   Sat Oct 20 23:23:32 2018 +0330
75425
75426     [test] Fix -Wunused-parameter on test-font.c
75427
75428  test/api/test-font.c | 2 +-
75429  1 file changed, 1 insertion(+), 1 deletion(-)
75430
75431 commit 68b705076808d4b0a4ac3bfa945b8f9ae23db1df
75432 Author: Behdad Esfahbod <behdad@behdad.org>
75433 Date:   Sat Oct 20 12:09:41 2018 -0700
75434
75435     [kerx] Fix sanitize of KerxSubtableFormat2::array read
75436     
75437     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11033
75438
75439  src/hb-aat-layout-kerx-table.hh | 5 +++--
75440  1 file changed, 3 insertions(+), 2 deletions(-)
75441
75442 commit 00fdbca4f6a5c4623b9c4838da502cccce8aaa74
75443 Author: Behdad Esfahbod <behdad@behdad.org>
75444 Date:   Sat Oct 20 12:04:51 2018 -0700
75445
75446     [aat] Fix LookupFormat10 sanitize
75447     
75448     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11060
75449
75450  src/hb-aat-layout-common.hh | 2 +-
75451  1 file changed, 1 insertion(+), 1 deletion(-)
75452
75453 commit f11c557662dee16a59bb54276c50a96e4e675201
75454 Author: Behdad Esfahbod <behdad@behdad.org>
75455 Date:   Sat Oct 20 11:56:30 2018 -0700
75456
75457     [test] Fix leak
75458
75459  test/api/test-font.c | 2 ++
75460  1 file changed, 2 insertions(+)
75461
75462 commit 440a675c7cc72c7c77b4ad7b20c855c53808ef48
75463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75464 Date:   Sat Oct 20 21:13:25 2018 +0330
75465
75466     [TODO] Remove BCP 47 language handling item
75467     
75468     Closes https://github.com/harfbuzz/harfbuzz/issues/1286
75469
75470  TODO | 2 --
75471  1 file changed, 2 deletions(-)
75472
75473 commit d39acc5a95f968b0dbfd5a942abda606d9aa3343
75474 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75475 Date:   Sat Oct 20 12:20:30 2018 +0330
75476
75477     [fuzzing] Add new testcases
75478
75479  .../clusterfuzz-testcase-hb-shape-fuzzer-5688420752424960 | Bin 0 -> 163 bytes
75480  ...zz-testcase-minimized-hb-shape-fuzzer-5688420752424960 | Bin 0 -> 69 bytes
75481  2 files changed, 0 insertions(+), 0 deletions(-)
75482
75483 commit 1e55e21dea78aaaddc0715e7df96fd198ec8f78a
75484 Merge: 964ae32aa d084719ff
75485 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75486 Date:   Sat Oct 20 07:45:46 2018 +0330
75487
75488     Merge pull request #1283 from khaledhosny/cygwin
75489     
75490     Cygwin fixes and CI build
75491
75492 commit 964ae32aac793540a49c44efab878592394d48db
75493 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75494 Date:   Sat Oct 20 07:39:18 2018 +0330
75495
75496     Run valgrind on run-shape-fuzzer only when RUN_VALGRIND is set (#1285)
75497
75498  .circleci/config.yml                   | 2 +-
75499  test/fuzzing/run-shape-fuzzer-tests.py | 4 +++-
75500  2 files changed, 4 insertions(+), 2 deletions(-)
75501
75502 commit f70f994112b2577271c20a929f7b980fa1d17428
75503 Author: Behdad Esfahbod <behdad@behdad.org>
75504 Date:   Fri Oct 19 20:00:36 2018 -0700
75505
75506     Minor
75507
75508  test/api/test-ot-name.c | 2 +-
75509  1 file changed, 1 insertion(+), 1 deletion(-)
75510
75511 commit 4e09fb8f7a93ec0c8d7f71cd58772ba468b5523f
75512 Author: Behdad Esfahbod <behdad@behdad.org>
75513 Date:   Fri Oct 19 19:59:41 2018 -0700
75514
75515     Oops. Fix build
75516
75517  test/api/test-map.c | 2 +-
75518  1 file changed, 1 insertion(+), 1 deletion(-)
75519
75520 commit 9e288d29d86ef27acacd397b1abf04d512f1e61e
75521 Author: Behdad Esfahbod <behdad@behdad.org>
75522 Date:   Fri Oct 19 19:47:27 2018 -0700
75523
75524     [test-map] Cosmetic
75525
75526  test/api/test-map.c | 11 ++++-------
75527  1 file changed, 4 insertions(+), 7 deletions(-)
75528
75529 commit 7c2c8ac301b526da8b5384d6b90f156ca096568e
75530 Author: Behdad Esfahbod <behdad@behdad.org>
75531 Date:   Fri Oct 19 19:37:46 2018 -0700
75532
75533     2.0.1
75534
75535  NEWS             | 15 ++++++++++++++-
75536  configure.ac     |  2 +-
75537  src/hb-version.h |  4 ++--
75538  3 files changed, 17 insertions(+), 4 deletions(-)
75539
75540 commit 5a24ea15e0c242c3e2a4a49980da3ab7dd61a3df
75541 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
75542 Date:   Sat Oct 20 08:09:52 2018 +0700
75543
75544     Make more 'coords' params const.
75545
75546  src/hb-ot-layout-common.hh   | 8 ++++----
75547  src/hb-ot-layout-gsubgpos.hh | 2 +-
75548  src/hb-ot-var-hvar-table.hh  | 2 +-
75549  src/hb-ot-var-mvar-table.hh  | 2 +-
75550  4 files changed, 7 insertions(+), 7 deletions(-)
75551
75552 commit 08b7172969b442cc83b47f44e685a0495b2d8cd4
75553 Author: Behdad Esfahbod <behdad@behdad.org>
75554 Date:   Fri Oct 19 19:12:33 2018 -0700
75555
75556     [font] Fix parallel funcs passing to eachover in infinite-loop
75557     
75558     Fixes test just added.
75559
75560  src/hb-font.cc | 20 +++++++++++++-------
75561  src/hb-font.hh |  8 ++++++++
75562  2 files changed, 21 insertions(+), 7 deletions(-)
75563
75564 commit 77d5c3df07bec8e9d2dd57f89d5810b768bdc4f5
75565 Author: Behdad Esfahbod <behdad@behdad.org>
75566 Date:   Fri Oct 19 19:01:01 2018 -0700
75567
75568     [font] Add failing test amongst font-func parallels infinite-looping
75569     
75570     Reported by Nona while updating Android to HarfBuzz 2.0.0.
75571
75572  test/api/test-font.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
75573  1 file changed, 64 insertions(+)
75574
75575 commit d084719ff5a9e0e363bf352037f85b884bff11a7
75576 Author: Khaled Hosny <khaledhosny@eglug.org>
75577 Date:   Sat Oct 20 00:18:36 2018 +0200
75578
75579     Add Cygwin CI build
75580     
75581     Fixes https://github.com/harfbuzz/harfbuzz/issues/1274
75582
75583  appveyor.yml | 15 +++++++++++++++
75584  1 file changed, 15 insertions(+)
75585
75586 commit 29d877518fc2c29083cd7b955b422087966235f7
75587 Author: Behdad Esfahbod <behdad@behdad.org>
75588 Date:   Fri Oct 19 16:06:54 2018 -0700
75589
75590     [kerx] Implement variation-kerning tables (without the variation part)
75591     
75592     SFSNDisplay uses these.  We just apply the default kern without
75593     variations right now.  But at least makes the default kern work.
75594
75595  src/hb-aat-layout-kerx-table.hh | 37 +++++++++++++++++++++++++++++--------
75596  1 file changed, 29 insertions(+), 8 deletions(-)
75597
75598 commit f7c0b4319c6f82f1e0020a0029469d8953a7a161
75599 Author: Behdad Esfahbod <behdad@behdad.org>
75600 Date:   Fri Oct 19 15:23:49 2018 -0700
75601
75602     [aat] Implement LookupFormat10
75603
75604  src/hb-aat-layout-ankr-table.hh |  6 +++--
75605  src/hb-aat-layout-common.hh     | 55 ++++++++++++++++++++++++++++++++++++++---
75606  src/hb-machinery.hh             |  4 +++
75607  src/hb-open-type.hh             |  3 +++
75608  4 files changed, 63 insertions(+), 5 deletions(-)
75609
75610 commit cf92cb7e002f479505fed8c2c55ab12dcbea2d83
75611 Author: Khaled Hosny <khaledhosny@eglug.org>
75612 Date:   Fri Oct 19 22:21:39 2018 +0200
75613
75614     Use g_strdup instead of strdup
75615     
75616     Cygwin does not seem to have strdup.
75617
75618  util/options.hh | 2 +-
75619  1 file changed, 1 insertion(+), 1 deletion(-)
75620
75621 commit 30cbe6158de1ddc0546d55e4edc1fe264e1b86ef
75622 Author: Khaled Hosny <khaledhosny@eglug.org>
75623 Date:   Fri Oct 19 22:04:56 2018 +0200
75624
75625     Use O_BINARY instead of _O_BINARY
75626     
75627     Cygwin does not seem to have the later
75628
75629  src/hb-blob.cc | 6 +++---
75630  1 file changed, 3 insertions(+), 3 deletions(-)
75631
75632 commit 257ded1f9ec653d15e79d2ea0a83bd8c5c53d831
75633 Author: Behdad Esfahbod <behdad@behdad.org>
75634 Date:   Fri Oct 19 11:20:14 2018 -0700
75635
75636     [trak] Fix test for previous fix
75637
75638  test/shaping/data/in-house/tests/aat-trak.tests | 2 +-
75639  1 file changed, 1 insertion(+), 1 deletion(-)
75640
75641 commit 72bb139b807c21f1569058fb5fb260dcdd81eba4
75642 Author: Behdad Esfahbod <behdad@behdad.org>
75643 Date:   Fri Oct 19 11:15:35 2018 -0700
75644
75645     [RELEASING] Post-mortem
75646     
75647     Re https://github.com/harfbuzz/harfbuzz/issues/1271
75648
75649  RELEASING.md | 5 ++++-
75650  1 file changed, 4 insertions(+), 1 deletion(-)
75651
75652 commit 79b63561552bdfe8dc67a450d740fda8802486ad
75653 Author: Behdad Esfahbod <behdad@behdad.org>
75654 Date:   Fri Oct 19 11:00:20 2018 -0700
75655
75656     [trak] Fix extrapolation at end side
75657
75658  src/hb-aat-layout-trak-table.hh | 2 +-
75659  1 file changed, 1 insertion(+), 1 deletion(-)
75660
75661 commit 2352cc3539b2e58d0481cdb8b9cd48cbc09a778e
75662 Author: Behdad Esfahbod <behdad@behdad.org>
75663 Date:   Fri Oct 19 09:58:45 2018 -0700
75664
75665     [kerx] Whitespace
75666
75667  src/hb-aat-layout-kerx-table.hh | 8 ++++----
75668  1 file changed, 4 insertions(+), 4 deletions(-)
75669
75670 commit 114f66dda6a07d61b5e64da5c44b05db7aa51cc9
75671 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75672 Date:   Fri Oct 19 12:05:26 2018 +0330
75673
75674     Fix hb_map_is_empty logic
75675     
75676     This needs reviewing
75677
75678  src/hb-map.hh       |  2 +-
75679  test/api/test-map.c | 13 ++++++++-----
75680  2 files changed, 9 insertions(+), 6 deletions(-)
75681
75682 commit 9df2fb1611e03e401f0d5a9432b440641085ba1e
75683 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75684 Date:   Fri Oct 19 12:04:47 2018 +0330
75685
75686     Add API tests for hb_map_t
75687
75688  src/Makefile.am      |   2 +-
75689  test/api/Makefile.am |   6 ++-
75690  test/api/test-map.c  | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++
75691  3 files changed, 120 insertions(+), 2 deletions(-)
75692
75693 commit 8a5eba711069285e8d8b6d682eea0090256527bb
75694 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75695 Date:   Fri Oct 19 10:20:16 2018 +0330
75696
75697     [test] cosmetic, use g_assert_cmpint
75698
75699  test/api/test-ot-name.c | 18 +++++++++---------
75700  1 file changed, 9 insertions(+), 9 deletions(-)
75701
75702 commit c6eb5e852c24e12fec3138cf9def5eb76acedfd6
75703 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75704 Date:   Fri Oct 19 10:14:25 2018 +0330
75705
75706     Don't report deprecated symbols as unused symbols
75707
75708  src/Makefile.am      | 2 ++
75709  test/api/Makefile.am | 4 +++-
75710  2 files changed, 5 insertions(+), 1 deletion(-)
75711
75712 commit 34f357c78a7a530fdb3580ec9d3d865600c06128
75713 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75714 Date:   Fri Oct 19 10:13:53 2018 +0330
75715
75716     Add test for hb_set_del
75717
75718  test/api/test-set.c | 3 +++
75719  1 file changed, 3 insertions(+)
75720
75721 commit 4594730f64e534e975065afce925b581fd9c6acd
75722 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
75723 Date:   Fri Oct 19 22:12:25 2018 +0700
75724
75725     Remove redundant return at end of void-returning function.
75726
75727  src/hb-ot-layout-gsubgpos.hh | 2 --
75728  1 file changed, 2 deletions(-)
75729
75730 commit 093c7c4a54b37f5b12ad21e2d67f109597d068b1
75731 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75732 Date:   Fri Oct 19 18:46:41 2018 +0330
75733
75734     [ci] Run valgrind on test/api
75735     
75736     run-shape-fuzzer-tests.py automatically runs valgrind if see available
75737     but test/api runs it by request, we probably should normalize the approaches
75738     later
75739
75740  .circleci/config.yml | 6 +++++-
75741  1 file changed, 5 insertions(+), 1 deletion(-)
75742
75743 commit 8d1e479d1dcf7789be99a6cd0db0b883a90299dc
75744 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
75745 Date:   Thu Oct 18 22:18:42 2018 +0700
75746
75747     Use bool literals instead of 0/1.
75748
75749  src/hb-common.cc               | 2 +-
75750  src/hb-coretext.cc             | 4 ++--
75751  src/hb-ot-layout-gpos-table.hh | 2 +-
75752  src/hb-ot-tag.cc               | 2 +-
75753  src/hb-shape-plan.cc           | 8 ++++----
75754  5 files changed, 9 insertions(+), 9 deletions(-)
75755
75756 commit 257d0e5aa36fd5b3e54e04918ce12bb7d7e0d177
75757 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
75758 Date:   Fri Oct 19 22:49:21 2018 +0700
75759
75760     Fix typos.
75761
75762  BUILD.md                       | 2 +-
75763  CMakeLists.txt                 | 8 ++++----
75764  README.python.md               | 2 +-
75765  README.wine.md                 | 6 +++---
75766  src/hb-machinery.hh            | 2 +-
75767  src/hb-null.hh                 | 4 ++--
75768  src/hb-open-file.hh            | 2 +-
75769  src/hb-ot-layout-common.hh     | 2 +-
75770  src/hb-ot-layout-gdef-table.hh | 2 +-
75771  src/hb-ot-layout-gsub-table.hh | 2 +-
75772  src/hb-ot-layout-gsubgpos.hh   | 2 +-
75773  11 files changed, 17 insertions(+), 17 deletions(-)
75774
75775 commit b7cef8cb1dfaf1f0f2c0d79b96b171049b69466a
75776 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75777 Date:   Fri Oct 19 09:24:21 2018 +0330
75778
75779     Enable valgrind and dedicate a bot to it
75780
75781  .circleci/config.yml                   | 13 +++++++++++++
75782  test/fuzzing/run-shape-fuzzer-tests.py | 31 +++++++++++++++++++++++++++++++
75783  2 files changed, 44 insertions(+)
75784
75785 commit bccd09d6c7baa99fdaccb8c5b3ff7e1834edd3bf
75786 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75787 Date:   Fri Oct 19 09:06:42 2018 +0330
75788
75789     Minor, tweak spaces on hb-shape-fuzzer.cc
75790
75791  test/fuzzing/hb-shape-fuzzer.cc | 42 ++++++++++++++++++++---------------------
75792  1 file changed, 21 insertions(+), 21 deletions(-)
75793
75794 commit fbf665b307c8cc9f16f5897671bfdd8719a195b5
75795 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75796 Date:   Fri Oct 19 08:09:53 2018 +0330
75797
75798     [fuzz] Add more found cases (#1275)
75799
75800  ...clusterfuzz-testcase-hb-shape-fuzzer-5728971283496960 | Bin 0 -> 101 bytes
75801  ...terfuzz-testcase-minimized-hb-fuzzer-5713868010553344 | Bin 0 -> 370 bytes
75802  ...terfuzz-testcase-minimized-hb-fuzzer-6278851874258944 | Bin 0 -> 598 bytes
75803  ...z-testcase-minimized-hb-shape-fuzzer-5649959857160192 | Bin 0 -> 3608 bytes
75804  ...z-testcase-minimized-hb-shape-fuzzer-5664873493561344 | Bin 0 -> 400 bytes
75805  ...z-testcase-minimized-hb-shape-fuzzer-5762953198960640 | Bin 0 -> 62 bytes
75806  ...z-testcase-minimized-hb-shape-fuzzer-5764636557705216 | Bin 0 -> 2184 bytes
75807  ...-testcase-minimized-hb-subset-fuzzer-5690658895953920 | Bin 0 -> 2735 bytes
75808  ...-testcase-minimized-hb-subset-fuzzer-5695279609675776 | Bin 0 -> 135 bytes
75809  ...-testcase-minimized-hb-subset-fuzzer-5718215406125056 | Bin 0 -> 107 bytes
75810  ...-testcase-minimized-hb-subset-fuzzer-5743250149736448 | Bin 0 -> 103 bytes
75811  ...-testcase-minimized-hb-subset-fuzzer-5765071062958080 | Bin 0 -> 329 bytes
75812  ...ized-hb-subset-get-codepoints-fuzzer-5930139383758848 | Bin 0 -> 9410 bytes
75813  13 files changed, 0 insertions(+), 0 deletions(-)
75814
75815 commit 51fba41cc958ded3afc6c1e738895b0a81993e18
75816 Merge: e555ed961 3d9a0306e
75817 Author: Michiharu Ariza <ariza@adobe.com>
75818 Date:   Thu Oct 18 13:08:42 2018 -0700
75819
75820     Merge branch 'master' into cff-subset
75821
75822 commit e555ed961e86104e059861efe4245b7b146dbd3b
75823 Author: Michiharu Ariza <ariza@adobe.com>
75824 Date:   Thu Oct 18 13:04:41 2018 -0700
75825
75826     added flex extents test
75827
75828  test/api/fonts/cff1_flex.otf   | Bin 0 -> 3152 bytes
75829  test/api/test-ot-extents-cff.c |  23 +++++++++++++++++++++++
75830  2 files changed, 23 insertions(+)
75831
75832 commit 8679d02b4b3f2f9147c4ea0319eb39851c4e40e6
75833 Author: Michiharu Ariza <ariza@adobe.com>
75834 Date:   Thu Oct 18 13:04:21 2018 -0700
75835
75836     implement flex ops for glyph extents/subset
75837     
75838     also removed unused CSInterpEnv::move_[xy]_with_arg
75839     fixed bug a width being left over on argStack with CFF1
75840
75841  src/hb-cff-interp-cs-common.hh | 157 +++++++++++++++++++++++++++++++++++------
75842  src/hb-cff1-interp-cs.hh       |   1 +
75843  src/hb-subset-cff1.cc          |   4 --
75844  src/hb-subset-cff2.cc          |   4 --
75845  4 files changed, 138 insertions(+), 28 deletions(-)
75846
75847 commit 3d9a0306ebb48706778fd2c487c3cacc7d508d6c
75848 Author: Behdad Esfahbod <behdad@behdad.org>
75849 Date:   Thu Oct 18 05:58:17 2018 -0700
75850
75851     2.0.0
75852
75853  NEWS                | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
75854  configure.ac        |  2 +-
75855  src/hb-buffer.cc    |  4 ++--
75856  src/hb-common.h     |  4 ++--
75857  src/hb-deprecated.h | 18 +++++++-------
75858  src/hb-font.cc      |  6 ++---
75859  src/hb-font.h       |  2 +-
75860  src/hb-ot-layout.cc |  8 +++----
75861  src/hb-ot-name.h    |  4 ++--
75862  src/hb-ot-tag.cc    |  4 ++--
75863  src/hb-ot-tag.h     |  4 ++--
75864  src/hb-version.h    |  6 ++---
75865  12 files changed, 99 insertions(+), 31 deletions(-)
75866
75867 commit 535ca678bf9c8ab470ebf5ad84a090328d79d42b
75868 Author: Behdad Esfahbod <behdad@behdad.org>
75869 Date:   Thu Oct 18 05:58:04 2018 -0700
75870
75871     [test] Don't use newer glib API
75872
75873  test/api/test-ot-tag.c | 4 ++--
75874  1 file changed, 2 insertions(+), 2 deletions(-)
75875
75876 commit 03e144135b5c691e3942d1aef917fe2246665fb6
75877 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75878 Date:   Thu Oct 18 11:06:37 2018 +0330
75879
75880     [ubsan] Use unsigned int instead enum where needed (#1270)
75881     
75882     Actually the check is right,
75883     
75884     On -myanmar.hh, on that particular switch, OT_C is indic_category_t
75885     but OT_D is myanmar_category_t so we are mixing the types in one variable.
75886     
75887     And on -arabic.cc, step can goes one number higher than step_t enum in the
75888     loop so we are actually using it as an unsinged int.
75889
75890  .circleci/config.yml               |  2 +-
75891  src/hb-ot-shape-complex-arabic.cc  |  4 ++--
75892  src/hb-ot-shape-complex-myanmar.hh | 48 +++++++++++++++++++-------------------
75893  3 files changed, 27 insertions(+), 27 deletions(-)
75894
75895 commit 64df6b0b0f9d221e14811084f2412a01cf4deb46
75896 Author: Behdad Esfahbod <behdad@behdad.org>
75897 Date:   Thu Oct 18 00:35:01 2018 -0700
75898
75899     [AUTHORS] Add Ebrahim and Khaled
75900
75901  AUTHORS | 12 +++++++-----
75902  1 file changed, 7 insertions(+), 5 deletions(-)
75903
75904 commit f1ced9be378d7c7ad3ea35a1cee6f9aff7a44a13
75905 Author: Behdad Esfahbod <behdad@behdad.org>
75906 Date:   Wed Oct 17 23:06:53 2018 -0700
75907
75908     More warning fix
75909     
75910     Okay, let's see if the gods are happy now...
75911
75912  src/hb-static.cc | 2 +-
75913  1 file changed, 1 insertion(+), 1 deletion(-)
75914
75915 commit 40606abd0cd40faf3973d0a8c30af90d36ae8231
75916 Author: Behdad Esfahbod <behdad@behdad.org>
75917 Date:   Wed Oct 17 23:06:37 2018 -0700
75918
75919     Fix build
75920
75921  src/hb-static.cc | 1 +
75922  1 file changed, 1 insertion(+)
75923
75924 commit c406aca19303e61fa5ba15d215386cfc6d920124
75925 Author: Behdad Esfahbod <behdad@behdad.org>
75926 Date:   Wed Oct 17 22:58:43 2018 -0700
75927
75928     Fix warning
75929
75930  src/hb-machinery.hh | 3 ++-
75931  1 file changed, 2 insertions(+), 1 deletion(-)
75932
75933 commit 270a37c3244b32dd839a99eb379be241613ee895
75934 Author: Behdad Esfahbod <behdad@behdad.org>
75935 Date:   Wed Oct 17 22:42:47 2018 -0700
75936
75937     Kick bots
75938
75939  src/hb-aat-layout-common.hh | 4 ++--
75940  1 file changed, 2 insertions(+), 2 deletions(-)
75941
75942 commit 6da8ef3f9f4706fe88715fabdba7904ff279539b
75943 Author: Behdad Esfahbod <behdad@behdad.org>
75944 Date:   Wed Oct 17 22:37:34 2018 -0700
75945
75946     Fix some wierdness...
75947
75948  src/hb-static.cc | 7 +++----
75949  1 file changed, 3 insertions(+), 4 deletions(-)
75950
75951 commit 83780308b41b029513ac2568b6688d3eaad77338
75952 Author: Behdad Esfahbod <behdad@behdad.org>
75953 Date:   Wed Oct 17 22:34:16 2018 -0700
75954
75955     [aat] Fix sanitize slowdown
75956     
75957     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11034
75958
75959  src/hb-aat-layout-common.hh | 4 ++++
75960  src/hb-machinery.hh         | 2 +-
75961  2 files changed, 5 insertions(+), 1 deletion(-)
75962
75963 commit b9478e28ac4361353e4920d749cc5d29e5bfef67
75964 Author: Behdad Esfahbod <behdad@behdad.org>
75965 Date:   Wed Oct 17 21:52:14 2018 -0700
75966
75967     Revert "[test] Remove not-fixed yet testcases (#1268)"
75968     
75969     This reverts commit 191eef823fe95355425621f8e002dfe7fe632383.
75970
75971  ...rfuzz-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 0 -> 122 bytes
75972  ...rfuzz-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 0 -> 1420 bytes
75973  ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 0 -> 267731 bytes
75974  3 files changed, 0 insertions(+), 0 deletions(-)
75975
75976 commit af99b20dfddbca75e68f84c5aa465a54728990a6
75977 Author: Ebrahim Byagowi <ebrahim@gnu.org>
75978 Date:   Thu Oct 18 08:35:20 2018 +0330
75979
75980     [ci/ubsan] Disable enum sanitization
75981     
75982     Behdad apparently not interested on them
75983
75984  .circleci/config.yml | 2 +-
75985  1 file changed, 1 insertion(+), 1 deletion(-)
75986
75987 commit 9e8a9b846ec24e9124d61706272a0e5fa58d7a24
75988 Author: Behdad Esfahbod <behdad@behdad.org>
75989 Date:   Wed Oct 17 21:41:25 2018 -0700
75990
75991     [aat] Another try at fixing Lookup null objects...
75992     
75993     Ugly as hell, and don't even understand why some bits are needed.
75994     But the logic is sound.
75995
75996  src/hb-aat-layout-common.hh | 23 ++++++++++++++++++++---
75997  src/hb-static.cc            |  4 ++++
75998  2 files changed, 24 insertions(+), 3 deletions(-)
75999
76000 commit 191eef823fe95355425621f8e002dfe7fe632383
76001 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76002 Date:   Thu Oct 18 08:04:18 2018 +0330
76003
76004     [test] Remove not-fixed yet testcases (#1268)
76005     
76006     I added them but now that I think, it is a bad idea to have them as
76007     fuzzing bots will find good seeds to tweak in order to find easy new
76008     testcases which causes duplicated issues.
76009
76010  ...rfuzz-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 122 -> 0 bytes
76011  ...rfuzz-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 1420 -> 0 bytes
76012  ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 267731 -> 0 bytes
76013  3 files changed, 0 insertions(+), 0 deletions(-)
76014
76015 commit 392e1f4ddd7eb649e1a71755b9bcf6431739f98f
76016 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76017 Date:   Thu Oct 18 07:42:20 2018 +0330
76018
76019     [test/shape-fuzzer] fail on timeout and ubsan errors (#1267)
76020
76021  test/fuzzing/run-shape-fuzzer-tests.py | 38 ++++++++++++++++++++++++++++++----
76022  1 file changed, 34 insertions(+), 4 deletions(-)
76023
76024 commit eeddda3ec6c28b411d33c74938ec6198c7f6888d
76025 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76026 Date:   Thu Oct 18 07:38:47 2018 +0330
76027
76028     [util] Better file-not-found error from hb-shape / hb-view
76029     
76030     fixes #1266
76031
76032  util/options.cc | 2 +-
76033  1 file changed, 1 insertion(+), 1 deletion(-)
76034
76035 commit 751c10e55e43e2266a5bba024d560c5127fae4b8
76036 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76037 Date:   Thu Oct 18 06:36:48 2018 +0330
76038
76039     [fuzz] Add more new testcases
76040
76041  ...testcase-minimized-hb-shape-fuzzer-5718464350650368 | Bin 0 -> 41 bytes
76042  ...testcase-minimized-hb-shape-fuzzer-5738888765636608 | Bin 0 -> 267731 bytes
76043  2 files changed, 0 insertions(+), 0 deletions(-)
76044
76045 commit fd282eb3285e6d20f77e8a3a7237b677433ccbb4
76046 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76047 Date:   Thu Oct 18 06:33:39 2018 +0330
76048
76049     [fuzz] Add a new testcase
76050
76051  .../clusterfuzz-testcase-hb-shape-fuzzer-5634395566768128 | Bin 0 -> 106 bytes
76052  1 file changed, 0 insertions(+), 0 deletions(-)
76053
76054 commit 9d42d70269b879e67f3c7724beab8e4cdbfc877a
76055 Author: Behdad Esfahbod <behdad@behdad.org>
76056 Date:   Wed Oct 17 17:55:47 2018 -0700
76057
76058     [trak] Fix calc
76059     
76060     We were getting the first track record always.  Ie. this line:
76061     
76062            if (trackTable[i].get_track_value () == 0.f)
76063            {
76064     -       trackTableEntry = &trackTable[0];
76065     +       trackTableEntry = &trackTable[i];
76066             break;
76067            }
76068     
76069     The rest is cleanup.
76070     
76071     Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.
76072
76073  src/hb-aat-layout-trak-table.hh | 17 ++++++++---------
76074  1 file changed, 8 insertions(+), 9 deletions(-)
76075
76076 commit 3341c7fbfb9bc8e137afd9f16da8cf18eb67b25b
76077 Author: Behdad Esfahbod <behdad@behdad.org>
76078 Date:   Wed Oct 17 15:04:35 2018 -0700
76079
76080     [fuzzing] Move fuzzing fonts from api/ here
76081
76082  ...estcase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 1228 -> 0 bytes
76083  ...estcase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 160249 -> 0 bytes
76084  ...estcase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 313 -> 0 bytes
76085  ...estcase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 1298 -> 0 bytes
76086  ...estcase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 72435 -> 0 bytes
76087  ...estcase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 15229 -> 0 bytes
76088  ...ed-hb-subset-get-codepoints-fuzzer-5973295416475648 | Bin 109 -> 0 bytes
76089  ...ed-hb-subset-get-codepoints-fuzzer-6136125075750912 | Bin 65816 -> 0 bytes
76090  test/api/test-subset-glyf.c                            |   2 +-
76091  test/api/test-subset-hdmx.c                            |   4 ++--
76092  test/api/test-subset-hmtx.c                            |   2 +-
76093  test/api/test-subset.c                                 |   6 +++---
76094  .../crash-4b60576767ee4d9fe1cc10959d89baf73d4e8249     | Bin
76095  .../crash-b577db318b30f2851828a4c9ef97cb30678b1b54     | Bin
76096  .../crash-ccc61c92d589f895174cdef6ff2e3b20e9999a1a     | Bin
76097  .../crash-e4e0bb1458a91b692eba492c907ae1f94e635480     | Bin
76098  .../fonts/oom-6ef8c96d3710262511bcc730dce9c00e722cb653 | Bin
76099  .../fonts/oom-ccc61c92d589f895174cdef6ff2e3b20e9999a1a | Bin
76100  18 files changed, 7 insertions(+), 7 deletions(-)
76101
76102 commit 1f34388e8b40a77157f61c8e1a2fc7c4846c192e
76103 Merge: 9ade3e7bb 2e7c71651
76104 Author: Michiharu Ariza <ariza@adobe.com>
76105 Date:   Wed Oct 17 09:34:48 2018 -0700
76106
76107     Merge branch 'master' into cff-subset
76108
76109 commit 2e7c716511e8b2cfcd059fa2a2ed4cdd48b351bf
76110 Author: Behdad Esfahbod <behdad@behdad.org>
76111 Date:   Tue Oct 16 18:35:03 2018 -0700
76112
76113     [buffer] Add an assert
76114     
76115     See if it helps debugging https://bugs.chromium.org/p/chromium/issues/detail?id=895117
76116
76117  src/hb-buffer.cc | 2 ++
76118  1 file changed, 2 insertions(+)
76119
76120 commit 5842756b1398253d38749c4c8a23a1450e642caf
76121 Author: Behdad Esfahbod <behdad@behdad.org>
76122 Date:   Tue Oct 16 18:28:55 2018 -0700
76123
76124     [fuzzing] Delete blink fuzzed data
76125     
76126     These are text, not font.
76127
76128  ...minimized-blink_harfbuzz_shaper_fuzzer-5099655095123968 | Bin 88 -> 0 bytes
76129  1 file changed, 0 insertions(+), 0 deletions(-)
76130
76131 commit 25fe7e7e1031401d38db1efed360cd75ea7910b9
76132 Author: Behdad Esfahbod <behdad@behdad.org>
76133 Date:   Tue Oct 16 18:22:54 2018 -0700
76134
76135     [aat] Comment
76136
76137  src/hb-aat-layout-common.hh | 3 ++-
76138  1 file changed, 2 insertions(+), 1 deletion(-)
76139
76140 commit 26092bb3d1aa239de5e933700e0371619d147f65
76141 Author: HinTak <htl10@users.sourceforge.net>
76142 Date:   Wed Oct 17 00:54:39 2018 +0100
76143
76144     "allow-none" annotation for "out" parameters
76145     
76146     Fixes the following warnings:
76147     hb-ot-tag.cc:330: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters
76148     hb-ot-tag.cc:334: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters
76149
76150  src/hb-ot-tag.cc | 4 ++--
76151  1 file changed, 2 insertions(+), 2 deletions(-)
76152
76153 commit ba42651608da1be0d152e03ad42ea96fc8476ac7
76154 Author: Behdad Esfahbod <behdad@behdad.org>
76155 Date:   Tue Oct 16 17:35:46 2018 -0700
76156
76157     Fix indent
76158
76159  test/fuzzing/run-shape-fuzzer-tests.py | 2 +-
76160  1 file changed, 1 insertion(+), 1 deletion(-)
76161
76162 commit 49bdb54427b17d439eadf31732a5f2a0add46bf5
76163 Author: HinTak <htl10@users.sourceforge.net>
76164 Date:   Wed Oct 17 00:36:04 2018 +0100
76165
76166     typo in gobject annotation - "in/out" should be "inout"
76167     
76168     "in/out" should be "inout"
76169
76170  src/hb-ot-layout.cc | 2 +-
76171  1 file changed, 1 insertion(+), 1 deletion(-)
76172
76173 commit c0c190c16a2c1b281f40dacdcf515dc5a59ab3bb
76174 Author: Behdad Esfahbod <behdad@behdad.org>
76175 Date:   Tue Oct 16 16:39:29 2018 -0700
76176
76177     [fuzzing] Run tests against fuzzing fonts
76178     
76179     Some disable.
76180
76181  test/fuzzing/run-shape-fuzzer-tests.py        | 12 ++--
76182  test/fuzzing/run-subset-fuzzer-tests.py       | 35 ++++++-----
76183  test/shaping/data/in-house/Makefile.sources   |  1 -
76184  test/shaping/data/in-house/tests/fuzzed.tests | 84 ---------------------------
76185  4 files changed, 24 insertions(+), 108 deletions(-)
76186
76187 commit 7b37705fb579a39334be0618c6215c1b887bf9fc
76188 Author: Behdad Esfahbod <behdad@behdad.org>
76189 Date:   Tue Oct 16 16:33:06 2018 -0700
76190
76191     [fuzzing] Rename
76192
76193  ...ebdebc6.ttf => 0509e80afb379d16560e9e47bdd7d888bebdebc6} | Bin
76194  ...63b6daf.ttf => 1a6f1687b7a221f9f2c834b0b360d3c8463b6daf} | Bin
76195  ...28b22cb.ttf => 205edd09bd3d141cc9580f650109556cc28b22cb} | Bin
76196  ...f026462.ttf => 217a934cfe15c548b572c203dceb2befdf026462} | Bin
76197  ...ac34f18.ttf => 3511ff5c1647150595846ac414c595cccac34f18} | Bin
76198  ...675d5a3.ttf => 375d6ae32a3cbe52fbf81a4e5777e3377675d5a3} | Bin
76199  ...9c9a56b.ttf => 43979b90b2dd929723cf4fe1715990bcb9c9a56b} | Bin
76200  ...1a8e2b0.ttf => 558661aa659912f4d30ecd27bd09835171a8e2b0} | Bin
76201  ...0655fa8.ttf => 5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8} | Bin
76202  ...c149ddc.ttf => 641bd9db850193064d17575053ae2bf8ec149ddc} | Bin
76203  ...bcf861f.ttf => 8240789f6d12d4cfc4b5e8e6f246c3701bcf861f} | Bin
76204  ...1386016.ttf => a34a9191d9376bda419836effeef7e75c1386016} | Bin
76205  ...bdae30e.ttf => a69118c2c2ada48ff803d9149daa54c9ebdae30e} | Bin
76206  ...6b31fe2.ttf => b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2} | Bin
76207  ...14a0467.ttf => e88c339237f52d21e01c55f01b9c1b4cc14a0467} | Bin
76208  ...1395725.ttf => fab39d60d758cb586db5a504f218442cd1395725} | Bin
76209  16 files changed, 0 insertions(+), 0 deletions(-)
76210
76211 commit 3676c685d407cc7b9b813b4a08e7c5bcd9a47ea1
76212 Author: Behdad Esfahbod <behdad@behdad.org>
76213 Date:   Tue Oct 16 16:32:26 2018 -0700
76214
76215     [fuzzing] Move rest of fuzzing tests here
76216
76217  .../fonts/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf  | Bin
76218  .../fonts/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf  | Bin
76219  .../fonts/205edd09bd3d141cc9580f650109556cc28b22cb.ttf  | Bin
76220  .../fonts/217a934cfe15c548b572c203dceb2befdf026462.ttf  | Bin
76221  .../fonts/3511ff5c1647150595846ac414c595cccac34f18.ttf  | Bin
76222  .../fonts/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf  | Bin
76223  .../fonts/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf  | Bin
76224  .../fonts/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf  | Bin
76225  .../fonts/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf  | Bin
76226  .../fonts/641bd9db850193064d17575053ae2bf8ec149ddc.ttf  | Bin
76227  .../fonts/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin
76228  .../fonts/a34a9191d9376bda419836effeef7e75c1386016.ttf  | Bin
76229  .../fonts/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf  | Bin
76230  .../fonts/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf  | Bin
76231  .../fonts/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf  | Bin
76232  .../fonts/fab39d60d758cb586db5a504f218442cd1395725.ttf  | Bin
76233  test/shaping/data/in-house/tests/fuzzed.tests           |  16 ----------------
76234  17 files changed, 16 deletions(-)
76235
76236 commit 1487173dcf4137fb210b15d9a869aa1f0c626d15
76237 Author: Behdad Esfahbod <behdad@behdad.org>
76238 Date:   Tue Oct 16 16:30:38 2018 -0700
76239
76240     [fuzzing] Delete duplicate fonts
76241
76242  .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 1048576 -> 0 bytes
76243  .../243798dd281c1c77c065958e1ff467420faa9bde.ttf      | Bin 225 -> 0 bytes
76244  .../9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf      | Bin 4545 -> 0 bytes
76245  .../b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf      | Bin 3301 -> 0 bytes
76246  .../bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf      | Bin 204 -> 0 bytes
76247  .../dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf      | Bin 2786 -> 0 bytes
76248  .../ef2511f215aa3ca847cbfffbf861793b42170875.ttf      | Bin 1152 -> 0 bytes
76249  test/shaping/data/in-house/tests/fuzzed.tests         |   7 -------
76250  8 files changed, 7 deletions(-)
76251
76252 commit 49c041f7c5b135cbcbd1663e18047afd54fc948b
76253 Author: Behdad Esfahbod <behdad@behdad.org>
76254 Date:   Tue Oct 16 16:25:24 2018 -0700
76255
76256     Minor
76257
76258  test/fuzzing/clusterfuzz-testcase-6107935408390144 | Bin 16800 -> 0 bytes
76259  1 file changed, 0 insertions(+), 0 deletions(-)
76260
76261 commit 36f38ea7033b4e52c6cd94a8a0d686a95c0cc148
76262 Author: Behdad Esfahbod <behdad@behdad.org>
76263 Date:   Tue Oct 16 16:24:03 2018 -0700
76264
76265     [gpos] Protect mark attachment against out-of-bounds
76266     
76267     Not sure how can happen, but does...
76268
76269  src/hb-ot-layout-gpos-table.hh | 14 ++++++++++----
76270  1 file changed, 10 insertions(+), 4 deletions(-)
76271
76272 commit 1147ce2392ac6b3d12fdabe69ac5da9bae97e30d
76273 Author: Behdad Esfahbod <behdad@behdad.org>
76274 Date:   Tue Oct 16 16:18:32 2018 -0700
76275
76276     [fuzzing] Add more tests
76277
76278  .../fuzzing/fonts/clusterfuzz-testcase-6107935408390144 | Bin 0 -> 16800 bytes
76279  ...-testcase-minimized-harfbuzz_fuzzer-5973566991106048 | Bin 0 -> 4047 bytes
76280  ...-testcase-minimized-hb-shape-fuzzer-5633985665826816 | Bin 0 -> 73 bytes
76281  3 files changed, 0 insertions(+), 0 deletions(-)
76282
76283 commit 12cbe195ae65656dbc9e32b4d50696bc4223136b
76284 Author: Behdad Esfahbod <behdad@behdad.org>
76285 Date:   Tue Oct 16 16:13:53 2018 -0700
76286
76287     [aat] Another non-null offset
76288
76289  src/hb-aat-layout-ankr-table.hh | 2 +-
76290  1 file changed, 1 insertion(+), 1 deletion(-)
76291
76292 commit 87205ef935ede70365187549d133014669ea47f2
76293 Author: Behdad Esfahbod <behdad@behdad.org>
76294 Date:   Tue Oct 16 15:40:44 2018 -0700
76295
76296     [aat] Make sure Lookup offset is never nulled
76297     
76298     It has unbounded size...
76299     
76300     Fixes https://oss-fuzz.com/v2/testcase-detail/5718889451749376
76301
76302  src/hb-aat-layout-ankr-table.hh |  2 +-
76303  src/hb-aat-layout-common.hh     |  3 ++-
76304  src/hb-aat-layout-kerx-table.hh | 18 ++++++++----------
76305  src/hb-aat-layout-morx-table.hh |  4 ++--
76306  src/hb-open-type.hh             | 12 ++++++------
76307  5 files changed, 19 insertions(+), 20 deletions(-)
76308
76309 commit 1aa353e4fc79dfa880559ff75113ed58fac8392b
76310 Author: Behdad Esfahbod <behdad@behdad.org>
76311 Date:   Tue Oct 16 15:26:51 2018 -0700
76312
76313     Fix tests
76314
76315  test/shaping/data/in-house/tests/fuzzed.tests | 6 +++---
76316  1 file changed, 3 insertions(+), 3 deletions(-)
76317
76318 commit 98d4ad02b97628e5a9a7bfe3187ccc3851c00b18
76319 Author: Behdad Esfahbod <behdad@behdad.org>
76320 Date:   Tue Oct 16 15:17:31 2018 -0700
76321
76322     [fuzzing] One more
76323
76324  test/fuzzing/clusterfuzz-testcase-6107935408390144 | Bin 0 -> 16800 bytes
76325  1 file changed, 0 insertions(+), 0 deletions(-)
76326
76327 commit e6f267c3dfe3e93dfc726266672da5a235fbd930
76328 Author: Behdad Esfahbod <behdad@behdad.org>
76329 Date:   Tue Oct 16 15:16:20 2018 -0700
76330
76331     [fuzzing] Add more clusterfuzz tests I had lying around
76332
76333  .../fonts/clusterfuzz-testcase-5517117891805184       | Bin 0 -> 178 bytes
76334  ...sterfuzz-testcase-hb-shape-fuzzer-5746142327865344 | Bin 0 -> 219 bytes
76335  ...sterfuzz-testcase-hb-shape-fuzzer-5750379279548416 | Bin 0 -> 317 bytes
76336  .../clusterfuzz-testcase-minimized-4884742786777088   | Bin 0 -> 393 bytes
76337  .../clusterfuzz-testcase-minimized-5255344882188288   | Bin 0 -> 65 bytes
76338  .../clusterfuzz-testcase-minimized-5720051798769664   | Bin 0 -> 1048576 bytes
76339  .../clusterfuzz-testcase-minimized-5924299061854208   | Bin 0 -> 2786 bytes
76340  .../clusterfuzz-testcase-minimized-6460279560863744   | Bin 0 -> 589 bytes
76341  ...ized-blink_harfbuzz_shaper_fuzzer-5099655095123968 | Bin 0 -> 88 bytes
76342  ...estcase-minimized-hb-shape-fuzzer-5650286710882304 | Bin 0 -> 76 bytes
76343  ...stcase-minimized-hb-shape-fuzzer-5672261407735808} | Bin
76344  11 files changed, 0 insertions(+), 0 deletions(-)
76345
76346 commit e53206271db4a83834433ab5f82d16815a18b998
76347 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76348 Date:   Wed Oct 17 01:42:04 2018 +0330
76349
76350     Add all the fonts found by fuzzers to the repo (#1258)
76351
76352  test/fuzzing/Makefile.am                           |   1 +
76353  ...clusterfuzz-testcase-hb-fuzzer-4666056377368576 | Bin 0 -> 1152 bytes
76354  ...clusterfuzz-testcase-hb-fuzzer-5662671558934528 | Bin 0 -> 242272 bytes
76355  ...clusterfuzz-testcase-hb-fuzzer-6243458541944832 | Bin 0 -> 370187 bytes
76356  ...clusterfuzz-testcase-hb-fuzzer-6303297511096320 | Bin 0 -> 4545 bytes
76357  ...clusterfuzz-testcase-hb-fuzzer-6696647723581440 | Bin 0 -> 3266 bytes
76358  ...z-testcase-minimized-hb-fuzzer-4523479581851648 | Bin 0 -> 322 bytes
76359  ...z-testcase-minimized-hb-fuzzer-4535496598355968 | Bin 0 -> 2786 bytes
76360  ...z-testcase-minimized-hb-fuzzer-4548492505645056 | Bin 0 -> 122 bytes
76361  ...z-testcase-minimized-hb-fuzzer-4595692015190016 | Bin 0 -> 225 bytes
76362  ...z-testcase-minimized-hb-fuzzer-4687441845813248 | Bin 0 -> 162 bytes
76363  ...z-testcase-minimized-hb-fuzzer-4706238090706944 | Bin 0 -> 350 bytes
76364  ...z-testcase-minimized-hb-fuzzer-4769173588672512 | Bin 0 -> 37 bytes
76365  ...z-testcase-minimized-hb-fuzzer-4827735151083520 | Bin 0 -> 1384 bytes
76366  ...z-testcase-minimized-hb-fuzzer-4841745322868736 | Bin 0 -> 660 bytes
76367  ...z-testcase-minimized-hb-fuzzer-4884742786777088 | Bin 0 -> 393 bytes
76368  ...z-testcase-minimized-hb-fuzzer-5216838347653120 | Bin 0 -> 157600 bytes
76369  ...z-testcase-minimized-hb-fuzzer-5255344882188288 | Bin 0 -> 65 bytes
76370  ...z-testcase-minimized-hb-fuzzer-5294584596791296 | Bin 0 -> 1602 bytes
76371  ...z-testcase-minimized-hb-fuzzer-5303930168803328 | Bin 0 -> 7321 bytes
76372  ...z-testcase-minimized-hb-fuzzer-5331901587914752 | Bin 0 -> 3301 bytes
76373  ...z-testcase-minimized-hb-fuzzer-5388906574905344 | Bin 0 -> 9937 bytes
76374  ...z-testcase-minimized-hb-fuzzer-5517117891805184 | Bin 0 -> 178 bytes
76375  ...z-testcase-minimized-hb-fuzzer-5617496443846656 | Bin 0 -> 195 bytes
76376  ...z-testcase-minimized-hb-fuzzer-5672141338968064 | Bin 0 -> 176 bytes
76377  ...z-testcase-minimized-hb-fuzzer-5700697074958336 | Bin 0 -> 878 bytes
76378  ...z-testcase-minimized-hb-fuzzer-5720051798769664 | Bin 0 -> 1048576 bytes
76379  ...z-testcase-minimized-hb-fuzzer-5924299061854208 | Bin 0 -> 2786 bytes
76380  ...z-testcase-minimized-hb-fuzzer-6023178755244032 | Bin 0 -> 2261 bytes
76381  ...z-testcase-minimized-hb-fuzzer-6111685556305920 | Bin 0 -> 586 bytes
76382  ...z-testcase-minimized-hb-fuzzer-6160439919509504 | Bin 0 -> 204 bytes
76383  ...z-testcase-minimized-hb-fuzzer-6210176798425088 | Bin 0 -> 1420 bytes
76384  ...z-testcase-minimized-hb-fuzzer-6260579246276608 | Bin 0 -> 700 bytes
76385  ...z-testcase-minimized-hb-fuzzer-6264625609834496 | Bin 0 -> 1731 bytes
76386  ...z-testcase-minimized-hb-fuzzer-6424351550210048 | Bin 0 -> 73 bytes
76387  ...z-testcase-minimized-hb-fuzzer-6460279560863744 | Bin 0 -> 589 bytes
76388  ...z-testcase-minimized-hb-fuzzer-6576177596596224 | Bin 0 -> 385 bytes
76389  ...z-testcase-minimized-hb-fuzzer-6595199411159040 | Bin 0 -> 1862 bytes
76390  ...z-testcase-minimized-hb-fuzzer-6624904746106880 | Bin 0 -> 42 bytes
76391  ...z-testcase-minimized-hb-fuzzer-6723367514144768 | Bin 0 -> 1074 bytes
76392  ...case-minimized-hb-shape-fuzzer-5630246225707008 | Bin 0 -> 109 bytes
76393  ...case-minimized-hb-shape-fuzzer-5635082459545600 | Bin 0 -> 52 bytes
76394  ...case-minimized-hb-shape-fuzzer-5652019562414080 | Bin 0 -> 49 bytes
76395  ...case-minimized-hb-shape-fuzzer-5656511058018304 | Bin 0 -> 28 bytes
76396  ...case-minimized-hb-shape-fuzzer-5659641787187200 | Bin 0 -> 3498 bytes
76397  ...case-minimized-hb-shape-fuzzer-5668791174823936 | Bin 0 -> 3608 bytes
76398  ...ase-minimized-hb-shape-fuzzer-56722614077358084 | Bin 0 -> 192 bytes
76399  ...case-minimized-hb-shape-fuzzer-5674361600606208 | Bin 0 -> 518 bytes
76400  ...case-minimized-hb-shape-fuzzer-5677421274071040 | Bin 0 -> 3608 bytes
76401  ...case-minimized-hb-shape-fuzzer-5679244475105280 | Bin 0 -> 256 bytes
76402  ...case-minimized-hb-shape-fuzzer-5685596677210112 | Bin 0 -> 58 bytes
76403  ...case-minimized-hb-shape-fuzzer-5695615258853376 | Bin 0 -> 194 bytes
76404  ...case-minimized-hb-shape-fuzzer-5696686572175360 | Bin 0 -> 256 bytes
76405  ...case-minimized-hb-shape-fuzzer-5718889451749376 | Bin 0 -> 1680 bytes
76406  ...case-minimized-hb-shape-fuzzer-5719982789361664 | Bin 0 -> 3608 bytes
76407  ...case-minimized-hb-shape-fuzzer-5725129603022848 | Bin 0 -> 3608 bytes
76408  ...case-minimized-hb-shape-fuzzer-5726089628876800 | Bin 0 -> 76 bytes
76409  ...case-minimized-hb-shape-fuzzer-5729361857085440 | Bin 0 -> 2250 bytes
76410  ...case-minimized-hb-shape-fuzzer-5733166795456512 | Bin 0 -> 78 bytes
76411  ...case-minimized-hb-shape-fuzzer-5734736291430400 | Bin 0 -> 66 bytes
76412  ...case-minimized-hb-shape-fuzzer-5740171484463104 | Bin 0 -> 186 bytes
76413  ...case-minimized-hb-shape-fuzzer-5750379279548416 | Bin 0 -> 219 bytes
76414  ...case-minimized-hb-shape-fuzzer-5762490181353472 | Bin 0 -> 101 bytes
76415  ...ase-minimized-hb-subset-fuzzer-5359635656605696 | Bin 0 -> 393270 bytes
76416  ...ase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 0 -> 1228 bytes
76417  ...ase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 0 -> 160249 bytes
76418  ...ase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 0 -> 313 bytes
76419  ...ase-minimized-hb-subset-fuzzer-5629878397829120 | Bin 0 -> 3746 bytes
76420  ...ase-minimized-hb-subset-fuzzer-5651059347816448 | Bin 0 -> 2648 bytes
76421  ...ase-minimized-hb-subset-fuzzer-5669437462544384 | Bin 0 -> 284427 bytes
76422  ...ase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 0 -> 1298 bytes
76423  ...ase-minimized-hb-subset-fuzzer-5696607199166464 | Bin 0 -> 28 bytes
76424  ...ase-minimized-hb-subset-fuzzer-5711951464759296 | Bin 0 -> 284521 bytes
76425  ...ase-minimized-hb-subset-fuzzer-5747265633779712 | Bin 0 -> 177090 bytes
76426  ...ase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 0 -> 72435 bytes
76427  ...ase-minimized-hb-subset-fuzzer-5758598970343424 | Bin 0 -> 64 bytes
76428  ...ase-minimized-hb-subset-fuzzer-6543700493598720 | Bin 0 -> 138425 bytes
76429  ...ase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 0 -> 15229 bytes
76430  ...b-subset-get-codepoints-fuzzer-5203067375976448 | Bin 0 -> 16310 bytes
76431  ...b-subset-get-codepoints-fuzzer-5630904853069824 | Bin 0 -> 580 bytes
76432  ...b-subset-get-codepoints-fuzzer-5687638085337088 | Bin 0 -> 1206 bytes
76433  ...b-subset-get-codepoints-fuzzer-5736539338833920 | Bin 0 -> 512 bytes
76434  ...b-subset-get-codepoints-fuzzer-5973295416475648 | Bin 0 -> 109 bytes
76435  ...b-subset-get-codepoints-fuzzer-6136125075750912 | Bin 0 -> 65816 bytes
76436  ...b-subset-get-codepoints-fuzzer-6394290358976512 | Bin 0 -> 1868 bytes
76437  test/fuzzing/run-shape-fuzzer-tests.py             |   4 +
76438  test/shaping/data/in-house/tests/fuzzed.tests      |  84 +++++++++++++++++++++
76439  87 files changed, 89 insertions(+)
76440
76441 commit 2137582c9696b6e38d70b4a0d4199b315c9fd4ce
76442 Author: Behdad Esfahbod <behdad@behdad.org>
76443 Date:   Tue Oct 16 14:46:07 2018 -0700
76444
76445     [morx] Reword ligation
76446     
76447     Still fails MORX-41.  Am talking to Sascha to better understand what CoreText
76448     is doing.
76449
76450  src/hb-aat-layout-morx-table.hh                    | 25 ++++++++++++----------
76451  test/shaping/data/text-rendering-tests/DISABLED    |  2 ++
76452  .../data/text-rendering-tests/Makefile.sources     |  2 +-
76453  3 files changed, 17 insertions(+), 12 deletions(-)
76454
76455 commit c53a25c6579a4d3fe8e6a6fc198d70add41035ec
76456 Author: Behdad Esfahbod <behdad@behdad.org>
76457 Date:   Tue Oct 16 13:57:35 2018 -0700
76458
76459     [morx] Comment
76460
76461  src/hb-aat-layout-morx-table.hh | 2 +-
76462  1 file changed, 1 insertion(+), 1 deletion(-)
76463
76464 commit c46d42f8f2c303817467c6a4e19d69d0e433dba6
76465 Author: Behdad Esfahbod <behdad@behdad.org>
76466 Date:   Tue Oct 16 13:39:54 2018 -0700
76467
76468     [test/text-rendering-tests] Update from upstream
76469
76470  test/shaping/data/text-rendering-tests/Makefile.sources  |   1 +
76471  .../text-rendering-tests/fonts/TestMORXFourtyone.ttf     | Bin 0 -> 2248 bytes
76472  .../data/text-rendering-tests/tests/MORX-41.tests        |   4 ++++
76473  3 files changed, 5 insertions(+)
76474
76475 commit 5eb7e7f6461bcf5b1e1d8ccb49eb904382762533
76476 Author: Behdad Esfahbod <behdad@behdad.org>
76477 Date:   Tue Oct 16 13:32:52 2018 -0700
76478
76479     Revert "[vector] Simplify Sort" and "More of the same"
76480     
76481     This reverts commit de0b9a466490c2c13d6ec6f59d5122b0a87d3180.
76482     This reverts commit 921f0e6ec722940a1e37660e1291aa69f9f39db8.
76483     
76484     Annnnd, revert.  MSVC doesn't like it.
76485
76486  src/hb-vector.hh | 11 ++++++++---
76487  1 file changed, 8 insertions(+), 3 deletions(-)
76488
76489 commit 661340c475dc928f227d54b3f36eaf6f41c2b6e3
76490 Author: Behdad Esfahbod <behdad@behdad.org>
76491 Date:   Tue Oct 16 13:24:29 2018 -0700
76492
76493     [kern] Scale kern pairs before applying
76494     
76495     Fixes https://github.com/harfbuzz/harfbuzz/issues/1255
76496     Fixes https://github.com/harfbuzz/harfbuzz/issues/1252
76497
76498  src/hb-ot-kern-table.hh     | 18 ++++++++++++------
76499  src/hb-ot-shape-fallback.cc |  2 +-
76500  2 files changed, 13 insertions(+), 7 deletions(-)
76501
76502 commit de0b9a466490c2c13d6ec6f59d5122b0a87d3180
76503 Author: Behdad Esfahbod <behdad@behdad.org>
76504 Date:   Mon Oct 15 22:20:26 2018 -0700
76505
76506     [vector] More of the same
76507
76508  src/hb-vector.hh | 4 ++--
76509  1 file changed, 2 insertions(+), 2 deletions(-)
76510
76511 commit 921f0e6ec722940a1e37660e1291aa69f9f39db8
76512 Author: Behdad Esfahbod <behdad@behdad.org>
76513 Date:   Mon Oct 15 22:19:17 2018 -0700
76514
76515     [vector] Simplify sort
76516     
76517     Hopefully this fits fine with SFINAE with all our compilers.
76518
76519  src/hb-vector.hh | 7 +------
76520  1 file changed, 1 insertion(+), 6 deletions(-)
76521
76522 commit 61510b63c15e91d80e36a497260db0e2d6d36c66
76523 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76524 Date:   Tue Oct 16 14:17:21 2018 +0330
76525
76526     [test] Minor cleanup in test-multithread and test-ot-name (#1256)
76527
76528  test/api/CMakeLists.txt                       |  2 +-
76529  test/api/Makefile.am                          |  2 +-
76530  test/api/test-multithread.c                   |  6 ++-
76531  test/api/{test-ot-nameid.c => test-ot-name.c} | 58 ++++++++++++++-------------
76532  4 files changed, 36 insertions(+), 32 deletions(-)
76533
76534 commit 42b75dc3a701b13665115e2a234bfa5dedafef3f
76535 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76536 Date:   Tue Oct 16 10:58:09 2018 +0330
76537
76538     [kerx] Minor, remove debug bit
76539
76540  src/hb-aat-layout-kerx-table.hh | 1 -
76541  1 file changed, 1 deletion(-)
76542
76543 commit 11703afce6cebbb4c5e7cdea59ca59a1787608b8
76544 Author: Behdad Esfahbod <behdad@behdad.org>
76545 Date:   Mon Oct 15 21:16:58 2018 -0700
76546
76547     [kerx] Fix Format6 sanitize
76548     
76549     Fixes https://oss-fuzz.com/v2/testcase-detail/5650286710882304
76550
76551  src/hb-aat-layout-kerx-table.hh | 21 +++++++++++----------
76552  1 file changed, 11 insertions(+), 10 deletions(-)
76553
76554 commit 4c27da7638f6d072c3ff93223488c4ab316236c1
76555 Author: Behdad Esfahbod <behdad@behdad.org>
76556 Date:   Mon Oct 15 19:46:45 2018 -0700
76557
76558     [CBDT] Fix more offsetting
76559     
76560     Fixes https://oss-fuzz.com/v2/testcase-detail/5750379279548416
76561
76562  src/hb-ot-color-cbdt-table.hh | 7 ++++---
76563  1 file changed, 4 insertions(+), 3 deletions(-)
76564
76565 commit 9ade3e7bb81be43b3c0811614b9b9533127894b0
76566 Merge: 6420ffe00 0f85edb77
76567 Author: Michiharu Ariza <ariza@adobe.com>
76568 Date:   Mon Oct 15 14:03:23 2018 -0700
76569
76570     Merge branch 'master' into cff-subset
76571
76572 commit 6420ffe00fc4f4c6ffa63b80d961f70bc36c2caf
76573 Author: Michiharu Ariza <ariza@adobe.com>
76574 Date:   Mon Oct 15 14:03:18 2018 -0700
76575
76576     fixed type casting bug
76577
76578  src/hb-cff-interp-common.hh | 4 ++--
76579  1 file changed, 2 insertions(+), 2 deletions(-)
76580
76581 commit 0f85edb7781f4d5ec2de676979be75a0f6559d80
76582 Author: Behdad Esfahbod <behdad@behdad.org>
76583 Date:   Mon Oct 15 11:15:54 2018 -0700
76584
76585     [morx] Another end-of-text corner case
76586     
76587     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10990
76588
76589  src/hb-aat-layout-morx-table.hh | 2 ++
76590  1 file changed, 2 insertions(+)
76591
76592 commit 55d5ea666c25f75e9b1bc2eb43cfb104a16ebe04
76593 Author: Behdad Esfahbod <behdad@behdad.org>
76594 Date:   Mon Oct 15 11:04:49 2018 -0700
76595
76596     [kerx] Merge clusters in Ligature
76597
76598  src/hb-aat-layout-morx-table.hh | 7 ++++++-
76599  1 file changed, 6 insertions(+), 1 deletion(-)
76600
76601 commit bb35725cd760f07fdb0586453512a106e534b739
76602 Author: Behdad Esfahbod <behdad@behdad.org>
76603 Date:   Mon Oct 15 10:20:39 2018 -0700
76604
76605     [kerx/morx] More end-of-text protection
76606
76607  src/hb-aat-layout-kerx-table.hh | 4 ++--
76608  1 file changed, 2 insertions(+), 2 deletions(-)
76609
76610 commit 8f3048a1f838484babc4948754c16dda8f53daf1
76611 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76612 Date:   Mon Oct 15 12:16:47 2018 +0330
76613
76614     [dump-emoji] minor
76615
76616  src/dump-emoji.cc | 6 +++---
76617  1 file changed, 3 insertions(+), 3 deletions(-)
76618
76619 commit 27e095a613ed0a753231405cab887da19e9aecd1
76620 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76621 Date:   Mon Oct 15 12:04:14 2018 +0330
76622
76623     [dump-emoji] better explaination of the usage
76624
76625  src/dump-emoji.cc | 21 ++++++++++++++++++++-
76626  1 file changed, 20 insertions(+), 1 deletion(-)
76627
76628 commit 8dc6296818e3a52c003852aa185f2b7eb6afa5d3
76629 Author: Behdad Esfahbod <behdad@behdad.org>
76630 Date:   Mon Oct 15 01:09:05 2018 -0700
76631
76632     [ot-font] Implement TrueType v_origin
76633     
76634     Fixes https://github.com/harfbuzz/harfbuzz/issues/537
76635
76636  src/hb-ot-font.cc                               | 31 +++++++++++++++++-
76637  src/hb-ot-hmtx-table.hh                         | 43 ++++++++++++++++---------
76638  test/shaping/data/in-house/tests/vertical.tests |  2 +-
76639  3 files changed, 59 insertions(+), 17 deletions(-)
76640
76641 commit 6e07076fd094afc8c9c8ad8f08453e7882294592
76642 Author: Behdad Esfahbod <behdad@behdad.org>
76643 Date:   Sun Oct 14 22:22:45 2018 -0700
76644
76645     [blob] Fix UBSan error
76646
76647  src/hb-blob.cc | 3 ++-
76648  1 file changed, 2 insertions(+), 1 deletion(-)
76649
76650 commit fc812faaa96aa4e67814a92376b2da751d5a0aba
76651 Author: Behdad Esfahbod <behdad@behdad.org>
76652 Date:   Sun Oct 14 21:32:09 2018 -0700
76653
76654     [CBDT] Fix more offsetting issues
76655     
76656     Fixes https://github.com/harfbuzz/harfbuzz/issues/960
76657     
76658     dump-emoji still segfaults.  Needs debugging.
76659
76660  src/hb-ot-color-cbdt-table.hh | 28 +++++++++++++++-------------
76661  1 file changed, 15 insertions(+), 13 deletions(-)
76662
76663 commit 6aee3bb87cee88525b745a640df294cb721245f6
76664 Author: Behdad Esfahbod <behdad@behdad.org>
76665 Date:   Sun Oct 14 21:08:42 2018 -0700
76666
76667     [CBDT] Fix offset handling
76668     
76669     Fixes https://github.com/harfbuzz/harfbuzz/issues/960
76670
76671  src/hb-ot-color-cbdt-table.hh | 2 +-
76672  1 file changed, 1 insertion(+), 1 deletion(-)
76673
76674 commit da744c6b3e79b778f414ec9f4d9070d06ec2a706
76675 Author: Behdad Esfahbod <behdad@behdad.org>
76676 Date:   Sun Oct 14 20:49:21 2018 -0700
76677
76678     [CBDT] More UnsizedArrayOf cleanup
76679
76680  src/hb-ot-color-cbdt-table.hh | 2 +-
76681  1 file changed, 1 insertion(+), 1 deletion(-)
76682
76683 commit 2995b4465bce52b30de2cb6ba24cc80d8602413d
76684 Author: Behdad Esfahbod <behdad@behdad.org>
76685 Date:   Sun Oct 14 20:37:57 2018 -0700
76686
76687     [CBDT] Simplify sanitize
76688
76689  src/hb-ot-color-cbdt-table.hh | 7 +------
76690  1 file changed, 1 insertion(+), 6 deletions(-)
76691
76692 commit 1c76c8f6ff7877e486f6e94d04b2dc65348b26d5
76693 Author: Behdad Esfahbod <behdad@behdad.org>
76694 Date:   Sun Oct 14 19:39:31 2018 -0700
76695
76696     [morx] Handle end-of-text conditions in Insertion
76697     
76698     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10955
76699
76700  src/hb-aat-layout-morx-table.hh | 8 ++++----
76701  1 file changed, 4 insertions(+), 4 deletions(-)
76702
76703 commit 60c13976733ea05e71c66c486d62e31ffbb71bac
76704 Author: Behdad Esfahbod <behdad@behdad.org>
76705 Date:   Sun Oct 14 19:36:46 2018 -0700
76706
76707     [buffer] Fix output_glyph at end of buffer
76708     
76709     Part of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10955
76710
76711  src/hb-buffer.hh | 5 ++++-
76712  1 file changed, 4 insertions(+), 1 deletion(-)
76713
76714 commit 7efa38257b6f79d1c6e2a9bad29c33af276abe29
76715 Author: Behdad Esfahbod <behdad@behdad.org>
76716 Date:   Sun Oct 14 19:30:44 2018 -0700
76717
76718     [aat] More protection against buffer fail
76719
76720  src/hb-aat-layout-common.hh | 7 ++++---
76721  1 file changed, 4 insertions(+), 3 deletions(-)
76722
76723 commit e1add2a275a8afa5efc22aa44a4e62646f0b0ba4
76724 Author: Behdad Esfahbod <behdad@behdad.org>
76725 Date:   Sun Oct 14 16:26:03 2018 -0700
76726
76727     [hmtx] Whitespace
76728
76729  src/hb-ot-hmtx-table.hh | 2 +-
76730  1 file changed, 1 insertion(+), 1 deletion(-)
76731
76732 commit 62376a7d983442408059b0b8987e7ca8d1de154e
76733 Author: Behdad Esfahbod <behdad@behdad.org>
76734 Date:   Sun Oct 14 15:20:50 2018 -0700
76735
76736     Ignore signed-integer-overflow while kerning
76737     
76738     Fixes https://github.com/harfbuzz/harfbuzz/issues/1247
76739
76740  src/hb-ot-kern-table.hh | 1 +
76741  src/hb.hh               | 9 +++++++++
76742  2 files changed, 10 insertions(+)
76743
76744 commit 40f2b9355cf827c7b82ea5e55b112ce0032a9abf
76745 Author: Behdad Esfahbod <behdad@behdad.org>
76746 Date:   Sun Oct 14 14:56:32 2018 -0700
76747
76748     [kerx] Fix Format1 sanitize
76749     
76750     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10948
76751
76752  src/hb-aat-layout-kerx-table.hh | 10 +++++-----
76753  1 file changed, 5 insertions(+), 5 deletions(-)
76754
76755 commit 44af1f93ee32e236a5c14085c72d3fa102a14f5e
76756 Author: Behdad Esfahbod <behdad@behdad.org>
76757 Date:   Sun Oct 14 14:52:17 2018 -0700
76758
76759     [aat] Whitespace
76760
76761  src/hb-aat-layout-common.hh | 5 +++--
76762  1 file changed, 3 insertions(+), 2 deletions(-)
76763
76764 commit db0d83ddc73ecf50ec4489fc10eddf3fa5835ae2
76765 Merge: 9228db06f 56b8dd17f
76766 Author: Michiharu Ariza <ariza@adobe.com>
76767 Date:   Sat Oct 13 17:25:38 2018 -0700
76768
76769     Merge branch 'master' into cff-subset
76770
76771 commit 9228db06f46908afd0e62f5964470c37c66ba91f
76772 Author: Michiharu Ariza <ariza@adobe.com>
76773 Date:   Sat Oct 13 17:25:09 2018 -0700
76774
76775     added CFF1 Expert Encoding subset test & bug fixes
76776
76777  src/hb-ot-cff1-table.hh                     |   8 +++++++-
76778  src/hb-subset-cff1.cc                       |  10 ++++++++--
76779  test/api/fonts/cff1_expert.2D,F6E9,FB00.otf | Bin 0 -> 3096 bytes
76780  test/api/fonts/cff1_expert.otf              | Bin 0 -> 3656 bytes
76781  test/api/test-subset-cff1.c                 |  21 +++++++++++++++++++++
76782  5 files changed, 36 insertions(+), 3 deletions(-)
76783
76784 commit 56b8dd17f677ffe97e4d917c47924e1ac7632c71
76785 Author: Behdad Esfahbod <behdad@behdad.org>
76786 Date:   Sat Oct 13 19:03:33 2018 -0400
76787
76788     [aat] Finish off massaging table
76789
76790  src/hb-aat-layout.cc | 163 +++++++++++++++++++++++++--------------------------
76791  1 file changed, 81 insertions(+), 82 deletions(-)
76792
76793 commit e0c5e0d91bbc0c8b2bb547ba5cb118989affc617
76794 Author: Behdad Esfahbod <behdad@behdad.org>
76795 Date:   Sat Oct 13 18:37:14 2018 -0400
76796
76797     [aat] WIP remove feature mapping here from hb-coretext
76798     
76799     Need to map enum values to numerics since we don't have CoreText headers.
76800
76801  src/hb-aat-layout.cc |  94 +++++++++++++++++++++++++
76802  src/hb-aat-layout.hh |  22 ++++++
76803  src/hb-coretext.cc   | 189 +--------------------------------------------------
76804  3 files changed, 117 insertions(+), 188 deletions(-)
76805
76806 commit cb057749131826dd89bc3b92527116a974ae3bbe
76807 Author: Behdad Esfahbod <behdad@behdad.org>
76808 Date:   Sat Oct 13 17:03:32 2018 -0400
76809
76810     [coretext] Prepare AAT feature mapping to be moved
76811
76812  src/hb-coretext.cc | 39 ++++++++++++++++++++++-----------------
76813  1 file changed, 22 insertions(+), 17 deletions(-)
76814
76815 commit de6e414c565de5f27b9da8c7b8b11f88659a4c42
76816 Author: Behdad Esfahbod <behdad@behdad.org>
76817 Date:   Sat Oct 13 13:48:22 2018 -0400
76818
76819     [kerx] Sanitize more
76820
76821  src/hb-aat-layout-kerx-table.hh | 9 ++++++---
76822  1 file changed, 6 insertions(+), 3 deletions(-)
76823
76824 commit 71f76f2f39c88998b430b171c99b85818d4fa0ab
76825 Author: Behdad Esfahbod <behdad@behdad.org>
76826 Date:   Sat Oct 13 13:36:27 2018 -0400
76827
76828     [kerx] Fix-up previous commit
76829     
76830     A "&" was missing.  Go back to using pointers that are less error-prone.
76831
76832  src/hb-aat-layout-kerx-table.hh | 18 +++++++++---------
76833  1 file changed, 9 insertions(+), 9 deletions(-)
76834
76835 commit 6d4b054234b4736ca9927268ee3e2d9a0f8f6ead
76836 Author: Behdad Esfahbod <behdad@behdad.org>
76837 Date:   Sat Oct 13 12:20:33 2018 -0400
76838
76839     [kerx] Use sanitizer instead of handcoded runtime sanitization
76840
76841  src/hb-aat-layout-kerx-table.hh | 24 +++++++++---------------
76842  1 file changed, 9 insertions(+), 15 deletions(-)
76843
76844 commit 5733113662e668a25187e0042935d955e44fb488
76845 Author: Behdad Esfahbod <behdad@behdad.org>
76846 Date:   Sat Oct 13 12:16:12 2018 -0400
76847
76848     [kerx] Wire up context down to get_kerning
76849
76850  src/hb-aat-layout-kerx-table.hh | 32 ++++++++++++++------------------
76851  1 file changed, 14 insertions(+), 18 deletions(-)
76852
76853 commit c4502833b711a76cce1af0c5bf075692b965c991
76854 Author: Behdad Esfahbod <behdad@behdad.org>
76855 Date:   Sat Oct 13 11:48:49 2018 -0400
76856
76857     [kerx] Use sanitizer.get_num_glyphs() instead of face->get_num_glyphs()
76858
76859  src/hb-aat-layout-kerx-table.hh | 8 ++++----
76860  1 file changed, 4 insertions(+), 4 deletions(-)
76861
76862 commit fc45e698f2d8a6d577f33b1e69a83714aceae528
76863 Author: Behdad Esfahbod <behdad@behdad.org>
76864 Date:   Sat Oct 13 11:39:12 2018 -0400
76865
76866     [kerx] Protext against overflows
76867
76868  src/hb-aat-layout-kerx-table.hh | 8 +++++---
76869  1 file changed, 5 insertions(+), 3 deletions(-)
76870
76871 commit ed2ee78136c40de8e7b915dfdfd3ca92880912c3
76872 Author: Behdad Esfahbod <behdad@behdad.org>
76873 Date:   Sat Oct 13 09:47:51 2018 -0400
76874
76875     [hangul] Fix use-after-free issue
76876     
76877     out_info might have moved since we copied it's position into local
76878     info var.
76879     
76880     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=894937
76881
76882  src/hb-ot-shape-complex-hangul.cc | 16 +++++++++-------
76883  1 file changed, 9 insertions(+), 7 deletions(-)
76884
76885 commit 63109432cf61333e01af4ef5163d4202bb43f84d
76886 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76887 Date:   Sat Oct 13 14:00:05 2018 +0330
76888
76889     Cosmetic and minor changes
76890
76891  src/hb-buffer-serialize.cc   |   4 +-
76892  src/hb-ot-cmap-table.hh      |   4 +-
76893  src/hb-ot-layout-common.hh   |   4 +-
76894  src/hb-ot-layout-gsubgpos.hh |   8 +--
76895  src/hb-ot-layout.cc          | 127 +++++++++++++++++++------------------------
76896  src/hb-ot-layout.h           |  25 +++++----
76897  src/hb-ot-math-table.hh      |   8 +--
76898  src/hb-ot-name.h             |   1 -
76899  src/hb-ot-shape-complex.hh   |  18 +++---
76900  9 files changed, 93 insertions(+), 106 deletions(-)
76901
76902 commit b64ef69b9e3d9cd4e81a2149cea3fe6e9e371cac
76903 Author: Michiharu Ariza <ariza@adobe.com>
76904 Date:   Fri Oct 12 14:14:21 2018 -0700
76905
76906     from encode_int removed assert hit by fuzzer
76907     
76908     clamp the value instead
76909
76910  src/hb-subset-cff-common.hh | 5 ++++-
76911  1 file changed, 4 insertions(+), 1 deletion(-)
76912
76913 commit c0a6814b49e376984a0cae9d385a6f6ba8c73579
76914 Author: Behdad Esfahbod <behdad@behdad.org>
76915 Date:   Fri Oct 12 16:05:56 2018 -0400
76916
76917     Touch up new API
76918     
76919     New API:
76920     +hb_ot_layout_feature_get_name_ids()
76921     +hb_ot_layout_feature_get_characters()
76922
76923  src/hb-ot-layout.cc       | 16 +++++++++-------
76924  src/hb-ot-layout.h        |  2 --
76925  test/api/test-ot-nameid.c | 16 ++++++++++------
76926  3 files changed, 19 insertions(+), 15 deletions(-)
76927
76928 commit 477bc9aafeaf89708d13a436869126351e2d9b50
76929 Author: Behdad Esfahbod <behdad@behdad.org>
76930 Date:   Fri Oct 12 15:52:31 2018 -0400
76931
76932     Add hb-ot-name.h
76933     
76934     Actual name-fetching API to come later.
76935     
76936     New API:
76937     hb_name_id_t
76938     HB_NAME_ID_INVALID
76939
76940  src/Makefile.sources       |  1 +
76941  src/hb-ot-layout-common.hh |  2 +-
76942  src/hb-ot-layout.h         | 12 ++---------
76943  src/hb-ot-name.h           | 54 ++++++++++++++++++++++++++++++++++++++++++++++
76944  src/hb-ot.h                |  1 +
76945  5 files changed, 59 insertions(+), 11 deletions(-)
76946
76947 commit dc49bd8d813571fe16d9e5342e4a3926ff947bd6
76948 Author: Ebrahim Byagowi <ebrahim@gnu.org>
76949 Date:   Fri Oct 12 03:00:59 2018 +0330
76950
76951     Add two APIs for getting stylistic set labels
76952     
76953     * hb_ot_layout_feature_get_characters
76954     * hb_ot_layout_feature_get_name_ids
76955     
76956     However HarfBuzz currently doesn't expose an API for retrieving the actual
76957     information associated with NameId from the `name` table and that should be
76958     done separately.
76959
76960  docs/harfbuzz-sections.txt |   2 +
76961  src/hb-ot-layout-common.hh |  14 +++++
76962  src/hb-ot-layout.cc        | 133 +++++++++++++++++++++++++++++++++++++++++++++
76963  src/hb-ot-layout.h         |  29 ++++++++++
76964  test/api/CMakeLists.txt    |   2 +
76965  test/api/Makefile.am       |   1 +
76966  test/api/fonts/cv01.otf    | Bin 0 -> 1956 bytes
76967  test/api/test-ot-nameid.c  |  96 ++++++++++++++++++++++++++++++++
76968  8 files changed, 277 insertions(+)
76969
76970 commit e9f9c0d81c73d8b6d87700aadb5b886bd289769a
76971 Author: Behdad Esfahbod <behdad@behdad.org>
76972 Date:   Thu Oct 11 21:37:45 2018 -0400
76973
76974     [sanitize] Reorder condition to silence bogus gcc warning
76975     
76976     Was givin a dozen of:
76977     
76978     ../../src/hb-machinery.hh: In member function ‘bool AAT::ankr::sanitize(hb_sanitize_context_t*) const’:
76979     ../../src/hb-machinery.hh:307:23: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
76980          bool ok = --this->max_ops > 0 &&
76981                    ~~~~~~~~~~~~~~~~~~~~~~
76982             this->start <= p &&
76983             ~~~~~~~~~~~~~~~~~~~
76984             p <= this->end &&
76985             ~~~~~~~~~~~~~~~^~
76986             (unsigned int) (this->end - p) >= len;
76987             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76988     
76989     I believe those are bogus, but this silences them and does not introduce
76990     logic issues I believe.
76991
76992  src/hb-machinery.hh | 6 +++---
76993  1 file changed, 3 insertions(+), 3 deletions(-)
76994
76995 commit 1a6b5ac6c300ed2ccdcd8eadde433120f6e07f2a
76996 Author: Behdad Esfahbod <behdad@behdad.org>
76997 Date:   Thu Oct 11 21:22:49 2018 -0400
76998
76999     Add HB_DEPRECATED_FOR and mark relevant symbols
77000
77001  src/hb-common.h     |  8 ++++++++
77002  src/hb-deprecated.h | 10 +++++-----
77003  src/hb-graphite2.h  |  2 +-
77004  3 files changed, 14 insertions(+), 6 deletions(-)
77005
77006 commit c9413d7bb575093411b39ac21974795b6ad91454
77007 Author: Behdad Esfahbod <behdad@behdad.org>
77008 Date:   Thu Oct 11 21:19:39 2018 -0400
77009
77010     [graphite] Add HB_DEPRECATED annotation
77011
77012  src/hb-graphite2.h | 2 +-
77013  1 file changed, 1 insertion(+), 1 deletion(-)
77014
77015 commit 68c86af187ff645a1305ac3b64832f3bb2350519
77016 Author: Behdad Esfahbod <behdad@behdad.org>
77017 Date:   Thu Oct 11 21:18:20 2018 -0400
77018
77019     Always compile deprecated symbols
77020     
77021     We haven't been keeping this updated.  So, while we don't expose the
77022     symbols in the headers if HB_DISABLE_DEPRECATED is defined, we still
77023     always build them.
77024
77025  src/hb-font.cc | 4 ----
77026  1 file changed, 4 deletions(-)
77027
77028 commit fc0153a1d4903a57b21974cc8d0b0a82d7bc43dc
77029 Merge: 7d99a6cef c55100000
77030 Author: Michiharu Ariza <ariza@adobe.com>
77031 Date:   Fri Oct 12 12:16:50 2018 -0700
77032
77033     Merge branch 'master' into cff-subset
77034
77035 commit 7d99a6cef80ec178c10dcf0e848394614c5e6912
77036 Author: Michiharu Ariza <ariza@adobe.com>
77037 Date:   Fri Oct 12 02:16:07 2018 -0700
77038
77039     overhauled error handling in CFF interpreter
77040     
77041     minimized "if (error) return false" idiom
77042
77043  src/hb-cff-interp-common.hh      | 138 +++++++++++++++++++++++----------------
77044  src/hb-cff-interp-cs-common.hh   |  43 ++++++------
77045  src/hb-cff-interp-dict-common.hh |  72 +++++++++++---------
77046  src/hb-cff1-interp-cs.hh         |  72 +++++++++++---------
77047  src/hb-cff2-interp-cs.hh         |  50 +++++++-------
77048  src/hb-ot-cff1-table.hh          |  91 +++++++++++---------------
77049  src/hb-ot-cff2-table.hh          |  71 +++++++++-----------
77050  7 files changed, 281 insertions(+), 256 deletions(-)
77051
77052 commit c55100000bc20d7c8319cfc54294215a923ffc25
77053 Author: David Corbett <corbett.dav@husky.neu.edu>
77054 Date:   Thu Oct 11 22:08:14 2018 -0400
77055
77056     Add missing colons to GObject annotations
77057
77058  src/hb-ot-tag.cc | 4 ++--
77059  1 file changed, 2 insertions(+), 2 deletions(-)
77060
77061 commit 1e816d62efe1b3540ef605092b97794e68ec0832
77062 Author: David Corbett <corbett.dav@husky.neu.edu>
77063 Date:   Thu Oct 11 20:37:49 2018 -0400
77064
77065     Fix Indic script tags in Graphite
77066
77067  src/hb-graphite2.cc | 4 ++--
77068  1 file changed, 2 insertions(+), 2 deletions(-)
77069
77070 commit bf8469be9a8932cc407b60daf4d494fef46e233b
77071 Author: Behdad Esfahbod <behdad@behdad.org>
77072 Date:   Thu Oct 11 20:45:00 2018 -0400
77073
77074     Attach CursivePositioning backwards, not forward
77075     
77076     This is how Uniscribe does it.  So, adjust.  This is only relevant
77077     to fonts that apply cursive positioning from a contextual lookup.
77078     
77079     Fixes https://github.com/harfbuzz/harfbuzz/issues/1181
77080
77081  src/hb-ot-layout-gpos-table.hh                      |  20 ++++++++++----------
77082  .../9fc3e6960b3520e5304033ef5fd540285f72f14d.ttf    | Bin 0 -> 2380 bytes
77083  .../data/in-house/tests/cursive-positioning.tests   |   1 +
77084  3 files changed, 11 insertions(+), 10 deletions(-)
77085
77086 commit bdb53ca24a5ad9671d8e29e17d1d8981505bd882
77087 Author: Behdad Esfahbod <behdad@behdad.org>
77088 Date:   Thu Oct 11 20:20:00 2018 -0400
77089
77090     [myanmar] Implement Zawgyi shaper
77091     
77092     Enabled if script tag 'Qaag' is passed to HarfBuzz.  Disables mark
77093     advance-zeroing and fallback mark-positioning.
77094     
77095     Fixes https://github.com/harfbuzz/harfbuzz/issues/1162
77096
77097  src/hb-ot-shape-complex-myanmar.cc                 |  22 +++++++++++++++++++++
77098  src/hb-ot-shape-complex.hh                         |   5 +++++
77099  src/hb.hh                                          |   8 ++++++++
77100  test/shaping/data/in-house/Makefile.sources        |   1 +
77101  .../ab14b4eb9d7a67e293f51d30d719add06c9d6e06.ttf   | Bin 0 -> 1792 bytes
77102  .../data/in-house/tests/myanmar-zawgyi.tests       |   1 +
77103  6 files changed, 37 insertions(+)
77104
77105 commit 00c5c4a79dfb352a679a5c56bf9c756ab0fa98d2
77106 Author: Behdad Esfahbod <behdad@behdad.org>
77107 Date:   Thu Oct 11 20:15:31 2018 -0400
77108
77109     [myanmar] Shuffle
77110
77111  src/hb-ot-shape-complex-myanmar.cc | 33 +++++++++++++++++----------------
77112  1 file changed, 17 insertions(+), 16 deletions(-)
77113
77114 commit ec8f493bf9fefc33f027db24c4b175990b2d751c
77115 Author: Behdad Esfahbod <behdad@behdad.org>
77116 Date:   Thu Oct 11 20:15:00 2018 -0400
77117
77118     [graphite] Remove assert
77119
77120  src/hb-graphite2.cc | 5 +++--
77121  1 file changed, 3 insertions(+), 2 deletions(-)
77122
77123 commit 5646dcbd1125049c3af342fadfcfcbd523ce53d3
77124 Author: Behdad Esfahbod <behdad@behdad.org>
77125 Date:   Thu Oct 11 19:39:07 2018 -0400
77126
77127     Minor
77128
77129  src/hb-ot-tag.cc | 5 ++---
77130  1 file changed, 2 insertions(+), 3 deletions(-)
77131
77132 commit 788e1478557603d30966f12449eef0d0bd51c880
77133 Author: Behdad Esfahbod <behdad@behdad.org>
77134 Date:   Thu Oct 11 19:24:52 2018 -0400
77135
77136     [test] Add test for USE indic3
77137
77138  test/shaping/data/in-house/Makefile.sources              |   1 +
77139  .../fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf   | Bin 0 -> 3364 bytes
77140  test/shaping/data/in-house/tests/use-indic3.tests        |   1 +
77141  3 files changed, 2 insertions(+)
77142
77143 commit a11972787a2a90b541f92cc56bb885859390a0c0
77144 Author: Behdad Esfahbod <behdad@behdad.org>
77145 Date:   Thu Oct 11 19:23:36 2018 -0400
77146
77147     Minor
77148
77149  test/shaping/record-test.sh | 5 +++--
77150  1 file changed, 3 insertions(+), 2 deletions(-)
77151
77152 commit 654365dc894326f04abaaba415f48ca5ba2d1286
77153 Author: Behdad Esfahbod <behdad@behdad.org>
77154 Date:   Thu Oct 11 17:51:21 2018 -0400
77155
77156     Pass indic3 tags to USE shaper
77157     
77158     Fixes https://github.com/harfbuzz/harfbuzz/issues/539
77159
77160  src/hb-ot-shape-complex.hh | 6 ++++--
77161  1 file changed, 4 insertions(+), 2 deletions(-)
77162
77163 commit 28d091d045b042506a1ec2cdefe7cf0d718e8b22
77164 Author: David Corbett <corbett.dav@husky.neu.edu>
77165 Date:   Thu Oct 11 17:15:22 2018 -0400
77166
77167     Parse Indic3 tags
77168
77169  src/hb-ot-tag.cc       | 11 ++++++++---
77170  test/api/test-ot-tag.c | 44 +++++++++++++++++++++++++-------------------
77171  2 files changed, 33 insertions(+), 22 deletions(-)
77172
77173 commit 211cd3691ba01b1cb2eeb8a91ac3532181791a8a
77174 Author: Behdad Esfahbod <behdad@behdad.org>
77175 Date:   Thu Oct 11 17:31:29 2018 -0400
77176
77177     Remove remains of get-codepoint-fuzzer
77178
77179  test/fuzzing/CMakeLists.txt             |  7 +------
77180  test/fuzzing/run-subset-fuzzer-tests.py | 12 ------------
77181  2 files changed, 1 insertion(+), 18 deletions(-)
77182
77183 commit 120ed0272569e6a34172a511d4a5a70a3a18f1d2
77184 Author: Behdad Esfahbod <behdad@behdad.org>
77185 Date:   Thu Oct 11 17:08:12 2018 -0400
77186
77187     [fuzzing] Fold get-codepoints-fuzzer into subset-fuzzer
77188
77189  test/fuzzing/Makefile.am                        | 16 ----------------
77190  test/fuzzing/hb-subset-fuzzer.cc                |  5 +++++
77191  test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 23 -----------------------
77192  3 files changed, 5 insertions(+), 39 deletions(-)
77193
77194 commit 2c824d3644e16643c2bbe85fb88f9fb6fed53ce7
77195 Author: Behdad Esfahbod <behdad@behdad.org>
77196 Date:   Thu Oct 11 16:41:01 2018 -0400
77197
77198     [aat] Fix two wrongs that made a right before!
77199     
77200     Unfortunately our static asserts (DEFINE_SIZE_STATIC) don't actually
77201     fail when used in templates, thanks to SFINAE.  Le sighs.
77202     
77203     Probably fixes https://oss-fuzz.com/v2/testcase-detail/5740171484463104
77204
77205  src/hb-aat-layout-common.hh | 4 ++--
77206  src/hb-open-type.hh         | 2 +-
77207  2 files changed, 3 insertions(+), 3 deletions(-)
77208
77209 commit e940530c9723c3a581a5d5b31e5f419865dd6cc7
77210 Author: Behdad Esfahbod <behdad@behdad.org>
77211 Date:   Thu Oct 11 15:56:17 2018 -0400
77212
77213     [aat] Fix mul overflow
77214     
77215     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10897
77216
77217  src/hb-aat-layout-common.hh | 11 ++++++++---
77218  1 file changed, 8 insertions(+), 3 deletions(-)
77219
77220 commit 1d995a340b9e17fc8dca7a3e88e0918de2d8f02c
77221 Author: Behdad Esfahbod <behdad@behdad.org>
77222 Date:   Thu Oct 11 15:42:54 2018 -0400
77223
77224     Minor
77225
77226  test/api/hb-subset-test.h   | 6 ++----
77227  test/api/test-multithread.c | 5 +----
77228  test/fuzzing/main.cc        | 2 +-
77229  3 files changed, 4 insertions(+), 9 deletions(-)
77230
77231 commit 0744a02cb12e4d800abb611dfa5d268bb2dfd9f3
77232 Author: Behdad Esfahbod <behdad@behdad.org>
77233 Date:   Thu Oct 11 15:14:18 2018 -0400
77234
77235     [arabic] Update to latest UTR#53
77236     
77237     From Lorna Evans: "That was a new character added to Unicode 11.0"
77238
77239  src/hb-ot-shape-complex-arabic.cc | 1 +
77240  1 file changed, 1 insertion(+)
77241
77242 commit 57b05210b1a8968d18ccbbe70879b2e11b6a09f2
77243 Author: Behdad Esfahbod <behdad@behdad.org>
77244 Date:   Thu Oct 11 15:03:21 2018 -0400
77245
77246     [test] Fix use of deprecated symbols
77247
77248  test/api/test-ot-tag.c | 60 ++++++++++++++++++++++++++++++++++++++------------
77249  1 file changed, 46 insertions(+), 14 deletions(-)
77250
77251 commit ca37172ee3908bac12cc3d97768b95ae571530d2
77252 Author: Michiharu Ariza <ariza@adobe.com>
77253 Date:   Thu Oct 11 11:55:55 2018 -0700
77254
77255     fixed leak
77256
77257  test/api/test-ot-extents-cff.c | 4 +++-
77258  1 file changed, 3 insertions(+), 1 deletion(-)
77259
77260 commit 4f9e36e8cf5d9d3d3e5a1ed46149355ee5f5e9fb
77261 Author: Behdad Esfahbod <behdad@behdad.org>
77262 Date:   Thu Oct 11 14:32:59 2018 -0400
77263
77264     [graphite] Remove deprecated symbol use
77265
77266  src/hb-graphite2.cc | 10 ++++++++--
77267  1 file changed, 8 insertions(+), 2 deletions(-)
77268
77269 commit da591f2a9d2ae2a5878d3b2ef78a6d589b19aab0
77270 Author: Behdad Esfahbod <behdad@behdad.org>
77271 Date:   Thu Oct 11 14:30:15 2018 -0400
77272
77273     Whitespace
77274
77275  src/hb-ot-tag.cc | 4 +++-
77276  1 file changed, 3 insertions(+), 1 deletion(-)
77277
77278 commit 4d205f0462b19f371df495b9cc12c0128f507de9
77279 Author: Behdad Esfahbod <behdad@behdad.org>
77280 Date:   Thu Oct 11 14:25:48 2018 -0400
77281
77282     [graphite] Fix deva/dev2 resolution
77283     
77284     See https://github.com/harfbuzz/harfbuzz/pull/730#issuecomment-428277800
77285
77286  src/hb-graphite2.cc | 2 +-
77287  1 file changed, 1 insertion(+), 1 deletion(-)
77288
77289 commit 8061664ad1a5933098adc3bc1dca0b5be48586ef
77290 Author: Behdad Esfahbod <behdad@behdad.org>
77291 Date:   Thu Oct 11 14:16:55 2018 -0400
77292
77293     Add doc stubs for recently added API
77294     
77295     Thanks to David Corbett who revamped our script and language processing
77296     and implemented full BCP 47 support.
77297     
77298     https://github.com/harfbuzz/harfbuzz/pull/730
77299     
77300     New API:
77301     +hb_ot_layout_table_select_script()
77302     +hb_ot_layout_script_select_language()
77303     +HB_OT_MAX_TAGS_PER_SCRIPT
77304     +HB_OT_MAX_TAGS_PER_LANGUAGE
77305     +hb_ot_tags_from_script_and_language()
77306     +hb_ot_tags_to_script_and_language()
77307     
77308     Deprecated API:
77309     -hb_ot_layout_table_choose_script()
77310     -hb_ot_layout_script_find_language()
77311     -hb_ot_tags_from_script()
77312     -hb_ot_tag_from_language()
77313
77314  src/hb-ot-layout.cc | 10 ++++++++++
77315  src/hb-ot-tag.cc    | 21 ++++++++++++++++-----
77316  src/hb-ot-tag.h     | 10 ++++++++++
77317  src/hb-unicode.h    |  2 +-
77318  4 files changed, 37 insertions(+), 6 deletions(-)
77319
77320 commit cf975ac653bff369f4ed7ba7fc04fae6ce2cec95
77321 Author: Behdad Esfahbod <behdad@behdad.org>
77322 Date:   Thu Oct 11 14:07:44 2018 -0400
77323
77324     Remove use of deprecated function
77325
77326  src/hb-ot-layout.cc | 23 ++++++++++++-----------
77327  src/hb-ot-layout.h  | 12 ++++++------
77328  2 files changed, 18 insertions(+), 17 deletions(-)
77329
77330 commit 66790d64c7120b75c72bf91c769dc52d95858909
77331 Author: David Corbett <corbett.dav@husky.neu.edu>
77332 Date:   Mon Sep 10 13:15:00 2018 -0400
77333
77334     Increase HB_OT_MAX_TAGS_PER_SCRIPT to 3
77335     
77336     No script has 3 tags yet, but the plan is for the Indic scripts to each
77337     get a third tag someday.
77338
77339  src/hb-ot-tag.h | 2 +-
77340  1 file changed, 1 insertion(+), 1 deletion(-)
77341
77342 commit bca7a16938609539e4adb5cdf943734b7dfa1561
77343 Author: David Corbett <corbett.dav@husky.neu.edu>
77344 Date:   Mon Sep 10 12:05:51 2018 -0400
77345
77346     Update language system tag registry to OT 1.8.3
77347
77348  src/gen-tag-table.py   | 10 +++++++++-
77349  src/hb-ot-tag-table.hh | 44 +++++++++++++++++++++++++++++++++-----------
77350  2 files changed, 42 insertions(+), 12 deletions(-)
77351
77352 commit 7f1fbfe2e312f397db9271dd17a8e701489ffc79
77353 Author: David Corbett <corbett.dav@husky.neu.edu>
77354 Date:   Mon Jul 23 21:19:23 2018 -0400
77355
77356     Add hb_ot_tags_to_script_and_language
77357
77358  docs/harfbuzz-sections.txt |  3 +-
77359  src/hb-ot-map.cc           |  2 +-
77360  src/hb-ot-tag.cc           | 75 ++++++++++++++++++++++++++++++++++++++++------
77361  src/hb-ot-tag.h            | 18 +++++++----
77362  test/api/test-ot-tag.c     | 33 ++++++++++++++++++--
77363  5 files changed, 112 insertions(+), 19 deletions(-)
77364
77365 commit 3f8877473fb4c72a6f3edfcfc927b9993a5f3616
77366 Author: David Corbett <corbett.dav@husky.neu.edu>
77367 Date:   Thu Jul 19 13:48:07 2018 -0400
77368
77369     Switch on the first char of a complex language tag
77370     
77371     This results in a tenfold speed-up for the common case of tags that are
77372     not complex, in the sense of `hb_ot_tags_from_complex_language`.
77373
77374  src/gen-tag-table.py   |  171 ++++--
77375  src/hb-ot-tag-table.hh | 1580 ++++++++++++++++++++++++------------------------
77376  2 files changed, 922 insertions(+), 829 deletions(-)
77377
77378 commit a754d44195021603306af2a296d06187eda95409
77379 Author: David Corbett <corbett.dav@husky.neu.edu>
77380 Date:   Mon Jul 16 21:14:48 2018 -0400
77381
77382     Map Quechua languages to closest ones with tags
77383     
77384     OpenType only officially maps four ISO 639 codes to Quechua languages,
77385     but prior versions of HarfBuzz also mapped qu to 'QUZ '. Because qu is a
77386     macrolanguage, the mapping now applies to all individual Quechua
77387     languages. OpenType calls 'QUZ ' "Quechua", but it really corresponds to
77388     Cusco Quechua, so the individual Quechua languages should not all
77389     necessarily be mapped to it.
77390
77391  src/gen-tag-table.py   | 32 ++++++++++++++++++++++++++
77392  src/hb-ot-tag-table.hh | 62 +++++++++++++++++++++++++++-----------------------
77393  2 files changed, 65 insertions(+), 29 deletions(-)
77394
77395 commit 65d01f77552a5102ee114d9917fd2ecf091a35c3
77396 Author: David Corbett <corbett.dav@husky.neu.edu>
77397 Date:   Thu Jan 18 16:33:39 2018 -0500
77398
77399     Test deprecated tag fallback in a font
77400     
77401     The font supports the deprecated tag 'DHV ' instead of 'DIV '. dv is
77402     mapped to 'DIV ' and 'DHV ', in that order. The test specifies
77403     `--language=dv`, demonstrating that if a font does not support the first
77404     OpenType tag mapped to a BCP 47 tag, it will fall back to the next tag.
77405
77406  .../fonts/d3129450fafe5e5c98cfc25a4e71809b1b4d2855.ttf    | Bin 0 -> 956 bytes
77407  test/shaping/data/in-house/tests/language-tags.tests      |   1 +
77408  2 files changed, 1 insertion(+)
77409
77410 commit 7c7cb2a98907d99ca86bdbfca0bf9c48bfa4ed49
77411 Author: David Corbett <corbett.dav@husky.neu.edu>
77412 Date:   Sat Jan 20 15:53:09 2018 -0500
77413
77414     Match extlang subtags
77415     
77416     If the second subtag of a BCP 47 tag is three letters long, it denotes
77417     an extended language. The tag converter ignores the language subtag and
77418     uses the extended language instead.
77419     
77420     There are some grandfathered exceptions, which are handled earlier.
77421
77422  src/gen-tag-table.py   |  2 +-
77423  src/hb-ot-tag-table.hh | 21 +++++++++++++++++++++
77424  src/hb-ot-tag.cc       | 10 +++++++++-
77425  test/api/test-ot-tag.c |  7 +++++++
77426  4 files changed, 38 insertions(+), 2 deletions(-)
77427
77428 commit 2f1f961cc0f0f907916b4b00342d8a2dda8b4ee1
77429 Author: David Corbett <corbett.dav@husky.neu.edu>
77430 Date:   Fri Dec 8 22:45:52 2017 -0500
77431
77432     Autogenerate the BCP 47 to OpenType mappings
77433     
77434     The new script, gen-tag-table.py, generates `ot_languages` automatically
77435     from the [OpenType language system tag registry][ot] and the [IANA
77436     Language Subtag Registry][bcp47] with some manual modifications. If an
77437     OpenType tag maps to a BCP 47 macrolanguage, all the macrolanguage's
77438     individual languages are mapped to the same OpenType tag, except for
77439     individual languages with their own OpenType mappings. Deprecated
77440     BCP 47 tags are canonicalized.
77441     
77442     [ot]: https://docs.microsoft.com/en-us/typography/opentype/spec/languagetags
77443     [bcp47]: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
77444     
77445     Some OpenType tags correspond to multiple ISO 639 codes. The mapping
77446     from ISO 639 codes lists OpenType tags in priority order, such that more
77447     specific or more likely tags appear first.
77448     
77449     Some OpenType tags have no corresponding ISO 639 code in the registry so
77450     their mappings use BCP 47 subtags besides the language. For example, any
77451     BCP 47 tag with a fonipa variant subtag is mapped to 'IPPH', and 'IPPH'
77452     is mapped back to und-fonipa.
77453     
77454     Other OpenType tags have no corresponding ISO 639 code because it is not
77455     clear what they are for. HarfBuzz just ignores these tags.
77456     
77457     One such ignored tag is 'ZHP ' (Chinese Phonetic). It probably means
77458     zh-Latn. However, it is used in Microsoft JhengHei and Microsoft YaHei
77459     with the script tag 'hani', implying that it is not a romanization
77460     scheme after all. It would be simple enough to add this mapping to
77461     gen-tag-table.py once a definitive mapping is determined.
77462     
77463     The manual modifications are mainly either obvious mappings that the
77464     OpenType registry omits or mappings for compatibility with previous
77465     versions of HarfBuzz. Some of the old mappings were discarded, though,
77466     for homophonous language names. For example, OpenType maps 'KUI ' to
77467     kxu; previous versions of HarfBuzz also mapped it to kvd, because kvd
77468     and kxu both happen to be called "Kui".
77469     
77470     gen-tag-table.py also generates a function to convert multi-subtag tags
77471     like el-polyton and zh-HK to OpenType tags, replacing `ot_languages_zh`
77472     and the hard-coded list of special cases in `hb_ot_tags_from_language`.
77473     It also generates a function to convert OpenType tags to BCP 47,
77474     replacing the hard-coded list of special cases in
77475     `hb_ot_tag_to_language`.
77476
77477  src/Makefile.am        |    9 +-
77478  src/Makefile.sources   |    1 +
77479  src/gen-tag-table.py   | 1013 ++++++++++++++++++++++++
77480  src/hb-ot-tag-table.hh | 1997 ++++++++++++++++++++++++++++++++++++++++++++++++
77481  src/hb-ot-tag.cc       |  842 +-------------------
77482  src/hb-ot-tag.h        |    2 +-
77483  test/api/test-ot-tag.c |   66 +-
77484  7 files changed, 3092 insertions(+), 838 deletions(-)
77485
77486 commit 2c7d4db7af16e228bb30eddf7334a524b74ae26c
77487 Author: David Corbett <corbett.dav@husky.neu.edu>
77488 Date:   Fri Dec 29 20:19:05 2017 +0800
77489
77490     Deprecate obsolete functions
77491     
77492     `hb_ot_tags` replaces `hb_ot_tags_from_script` and
77493     `hb_ot_tag_from_language`.
77494     
77495     `hb_ot_layout_table_select_script` replaces
77496     `hb_ot_layout_table_choose_script`.
77497     
77498     `hb_ot_layout_script_select_language` replaces
77499     `hb_ot_layout_script_find_language`.
77500
77501  docs/harfbuzz-sections.txt |  8 ++++----
77502  src/hb-deprecated.h        | 23 +++++++++++++++++++++++
77503  src/hb-ot-layout.h         | 15 ---------------
77504  src/hb-ot-tag.h            |  8 --------
77505  4 files changed, 27 insertions(+), 27 deletions(-)
77506
77507 commit 91067716f5e7b15d9a642f69019246c83fc7c108
77508 Author: David Corbett <corbett.dav@husky.neu.edu>
77509 Date:   Fri Dec 8 11:21:14 2017 -0500
77510
77511     Refactor the selection of script and language tags
77512     
77513     The old hb-ot-tag.cc functions, `hb_ot_tags_from_script` and
77514     `hb_ot_tag_from_language`, are now wrappers around a new function:
77515     `hb_ot_tags`. It converts a script and a language to arrays of script
77516     tags and language tags. This will make it easier to add new script tags
77517     to scripts, like 'dev3'. It also allows for language fallback chains;
77518     nothing produces more than one language yet though.
77519     
77520     Where the old functions return the default tags 'DFLT' and 'dflt',
77521     `hb_ot_tags` returns an empty array. The caller is responsible for
77522     using the default tag in that case.
77523     
77524     The new function also adds a new private use subtag syntax for script
77525     overrides: "x-hbscabcd" requests a script tag of 'abcd'.
77526     
77527     The old hb-ot-layout.cc functions,`hb_ot_layout_table_choose_script` and
77528     `hb_ot_layout_script_find_language` are now wrappers around the new
77529     functions `hb_ot_layout_table_select_script` and
77530     `hb_ot_layout_script_select_language`. They are essentially the same as
77531     the old ones plus a tag count parameter.
77532     
77533     Closes #495.
77534
77535  docs/harfbuzz-sections.txt |    5 +
77536  src/hb-ot-layout.cc        |   43 +-
77537  src/hb-ot-layout.h         |   16 +
77538  src/hb-ot-map.cc           |   13 +-
77539  src/hb-ot-tag.cc           | 1639 ++++++++++++++++++++++++--------------------
77540  src/hb-ot-tag.h            |   11 +
77541  test/api/test-ot-tag.c     |  107 +++
77542  7 files changed, 1070 insertions(+), 764 deletions(-)
77543
77544 commit a03f5f4dfbbf885db567c3909241a55eb5869fce
77545 Author: David Corbett <corbett.dav@husky.neu.edu>
77546 Date:   Thu Dec 28 22:59:29 2017 +0800
77547
77548     Replace "ISO 639" with "BCP 47"
77549     
77550     `hb_language_from_string` accepts not only ISO 639 but also BCP 47. Not
77551     all ISO 639 codes are valid BCP 47 tags but the function does not accept
77552     overlong language subtags anyway.
77553
77554  src/hb-buffer.cc | 2 +-
77555  src/hb-common.cc | 6 +++---
77556  2 files changed, 4 insertions(+), 4 deletions(-)
77557
77558 commit ce6639cd27f79856466a5e8abf58f544f069e25d
77559 Merge: a6b6faf2b 0b9d60e1a
77560 Author: Michiharu Ariza <ariza@adobe.com>
77561 Date:   Thu Oct 11 10:53:48 2018 -0700
77562
77563     Merge branch 'master' into cff-subset
77564
77565 commit a6b6faf2b87f113fb23cf8e040f8b7875e2daf80
77566 Author: Michiharu Ariza <ariza@adobe.com>
77567 Date:   Thu Oct 11 10:53:44 2018 -0700
77568
77569     Replaced CFF1 J subset font for better coverage
77570     
77571     in api test-ot-extents-cff
77572
77573  test/api/fonts/SourceHanSans-Regular.41,3041,4C2E.otf | Bin 0 -> 3892 bytes
77574  test/api/fonts/SourceHanSans-Regular.41,3041,4E9D.otf | Bin 5864 -> 0 bytes
77575  test/api/fonts/SourceHanSans-Regular.41,4C2E.otf      | Bin 0 -> 2548 bytes
77576  test/api/fonts/SourceHanSans-Regular.41,4E9D.otf      | Bin 5500 -> 0 bytes
77577  test/api/test-ot-extents-cff.c                        |  15 +++++++++++++++
77578  test/api/test-subset-cff1.c                           |  18 +++++++++---------
77579  6 files changed, 24 insertions(+), 9 deletions(-)
77580
77581 commit 0b9d60e1a1c4b7867ac907bbd7c004191a14e697
77582 Author: Behdad Esfahbod <behdad@behdad.org>
77583 Date:   Thu Oct 11 13:26:58 2018 -0400
77584
77585     [aat] Apply kerx if GPOS kern was not applied
77586     
77587     Ned tells me this is what Apple does.
77588
77589  src/hb-ot-shape.cc | 18 ++++++++----------
77590  1 file changed, 8 insertions(+), 10 deletions(-)
77591
77592 commit b59a428af08d6451a47f40ed01e594815ebf6303
77593 Author: Behdad Esfahbod <behdad@behdad.org>
77594 Date:   Thu Oct 11 13:24:17 2018 -0400
77595
77596     Minor
77597
77598  src/hb-ot-shape.cc | 6 +++++-
77599  src/hb-ot-shape.hh | 5 +++--
77600  2 files changed, 8 insertions(+), 3 deletions(-)
77601
77602 commit 100e95f48e3d137c654d206e858d6419ea62a12c
77603 Author: Behdad Esfahbod <behdad@behdad.org>
77604 Date:   Thu Oct 11 11:30:45 2018 -0400
77605
77606     [trak] Add tests
77607
77608  test/shaping/data/in-house/Makefile.sources     |   1 +
77609  test/shaping/data/in-house/fonts/TestTRAK.ttf   | Bin 0 -> 2456 bytes
77610  test/shaping/data/in-house/tests/aat-trak.tests |   8 ++++++++
77611  3 files changed, 9 insertions(+)
77612
77613 commit 04f72e8990ea61ffc6b62105c75e0a3e1b1ebab4
77614 Author: Behdad Esfahbod <behdad@behdad.org>
77615 Date:   Thu Oct 11 11:25:07 2018 -0400
77616
77617     [trak] Implement extrapolation
77618     
77619     This concludes trak, as well as AAT shaping support!
77620
77621  src/hb-aat-layout-trak-table.hh | 39 ++++++++++++++++++++-------------------
77622  1 file changed, 20 insertions(+), 19 deletions(-)
77623
77624 commit d6a12dba6da6262fd9e5d8397b46ac8516136cae
77625 Author: Behdad Esfahbod <behdad@behdad.org>
77626 Date:   Thu Oct 11 11:10:06 2018 -0400
77627
77628     [trak] Fix, and hook up
77629     
77630     Works beautifully!  Test coming.
77631
77632  src/hb-aat-layout-common.hh     |  4 ++--
77633  src/hb-aat-layout-trak-table.hh |  6 ++++--
77634  src/hb-aat-layout.cc            | 25 ++++++++++++++++++++++++-
77635  src/hb-aat-layout.hh            |  8 ++++++++
77636  src/hb-ot-shape.cc              |  2 ++
77637  5 files changed, 40 insertions(+), 5 deletions(-)
77638
77639 commit 3d7dea6dfdc9e75dcca100a79525aa3736dbe29c
77640 Author: Behdad Esfahbod <behdad@behdad.org>
77641 Date:   Thu Oct 11 10:32:08 2018 -0400
77642
77643     [trak] Handle nSizes=0 and 1
77644
77645  src/hb-aat-layout-trak-table.hh | 11 ++++++++++-
77646  1 file changed, 10 insertions(+), 1 deletion(-)
77647
77648 commit 451f3de521ff1b7f4d3b8ebb2cc0b95d88c9314a
77649 Author: Behdad Esfahbod <behdad@behdad.org>
77650 Date:   Thu Oct 11 10:30:32 2018 -0400
77651
77652     [trak] Fix counting
77653
77654  src/hb-aat-layout-trak-table.hh | 8 ++++----
77655  1 file changed, 4 insertions(+), 4 deletions(-)
77656
77657 commit a5be380cae9b49ed85c8620f1921209ef61a72ad
77658 Author: Behdad Esfahbod <behdad@behdad.org>
77659 Date:   Thu Oct 11 10:29:02 2018 -0400
77660
77661     [trak] More
77662
77663  src/hb-aat-layout-trak-table.hh | 26 +++++++++++++++++---------
77664  1 file changed, 17 insertions(+), 9 deletions(-)
77665
77666 commit d06c4a867f0d383d8c27f2957e646d9e3fe6853b
77667 Author: Behdad Esfahbod <behdad@behdad.org>
77668 Date:   Thu Oct 11 10:22:01 2018 -0400
77669
77670     [trak] Only adjust around first glyph
77671     
77672     Assumes graphemes only have one base glyph.
77673
77674  src/hb-aat-layout-trak-table.hh | 12 ++++++------
77675  1 file changed, 6 insertions(+), 6 deletions(-)
77676
77677 commit 071a2cbcddcbafae9458e674c21db5001b39518d
77678 Author: Behdad Esfahbod <behdad@behdad.org>
77679 Date:   Thu Oct 11 10:18:46 2018 -0400
77680
77681     [trak] Clean up
77682
77683  src/hb-aat-layout-trak-table.hh | 67 +++++++++++++++++++++++------------------
77684  1 file changed, 37 insertions(+), 30 deletions(-)
77685
77686 commit fbbd926dba163d9a2a6a62f380951f03363c2b14
77687 Author: Behdad Esfahbod <behdad@behdad.org>
77688 Date:   Thu Oct 11 01:22:29 2018 -0400
77689
77690     [kerx] Implement Format4 action_type=1 contour-point-based attachment
77691     
77692     Untested.
77693     
77694     This concludes kerx table support!
77695
77696  src/hb-aat-layout-kerx-table.hh | 17 ++++++++++++++++-
77697  1 file changed, 16 insertions(+), 1 deletion(-)
77698
77699 commit b6bc0d4ff62e4509643db3b304306a72bbcb2c38
77700 Author: Behdad Esfahbod <behdad@behdad.org>
77701 Date:   Thu Oct 11 01:17:57 2018 -0400
77702
77703     [kerx] Implement Format4 action_type=2 coordinate-based attachment
77704     
77705     Untested.
77706
77707  src/hb-aat-layout-kerx-table.hh | 21 ++++++++++++---------
77708  1 file changed, 12 insertions(+), 9 deletions(-)
77709
77710 commit 1622ba5943d14b2d50d45dc17fb723f4c9ddb0bb
77711 Author: Behdad Esfahbod <behdad@behdad.org>
77712 Date:   Thu Oct 11 01:14:18 2018 -0400
77713
77714     [kerx] Implement Format4 'ankr'-based mark attachment
77715     
77716     Tested with Kannada MN:
77717     
77718     $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0CCD,0C95,0CD6
77719     [kn_ka.vattu=0+230|kn_ai_length_mark=1@326,0+607]
77720
77721  src/hb-aat-layout-common.hh     |  8 ++++++--
77722  src/hb-aat-layout-kerx-table.hh | 20 +++++++++++++++++---
77723  src/hb-aat-layout.cc            | 20 ++++++++++++++++----
77724  src/hb-ot-layout-gpos-table.hh  |  4 ----
77725  4 files changed, 39 insertions(+), 13 deletions(-)
77726
77727 commit 7bb4da7d9538f3d4b1d28030d43e0c3d720d821b
77728 Author: Behdad Esfahbod <behdad@behdad.org>
77729 Date:   Thu Oct 11 00:52:07 2018 -0400
77730
77731     [aat] Wire up 'ankr' table to apply context
77732
77733  src/hb-aat-layout-common.hh | 7 +++++--
77734  src/hb-aat-layout.cc        | 8 +++++++-
77735  2 files changed, 12 insertions(+), 3 deletions(-)
77736
77737 commit 28f0367aab648c486d6e8d0e13dbbb2af1b65dcc
77738 Author: Behdad Esfahbod <behdad@behdad.org>
77739 Date:   Thu Oct 11 00:12:49 2018 -0400
77740
77741     [kerx] Flesh out Format4
77742     
77743     Doesn't apply actions yet.
77744
77745  src/hb-aat-layout-kerx-table.hh | 122 ++++++++++++++++++++++++++++++++++++++--
77746  1 file changed, 118 insertions(+), 4 deletions(-)
77747
77748 commit 947962a287d9aca2cb509c11f44cb5150aa6daf1
77749 Author: Behdad Esfahbod <behdad@behdad.org>
77750 Date:   Wed Oct 10 23:07:03 2018 -0400
77751
77752     [ankr] Implement table access
77753
77754  src/hb-aat-layout-ankr-table.hh | 16 ++++++++++++++++
77755  1 file changed, 16 insertions(+)
77756
77757 commit 7281cb3eeb00091c6e6085895afd4a38a0516f35
77758 Author: Behdad Esfahbod <behdad@behdad.org>
77759 Date:   Wed Oct 10 22:56:52 2018 -0400
77760
77761     [ankr] Start fixing
77762
77763  src/hb-aat-layout-ankr-table.hh | 9 ++++-----
77764  1 file changed, 4 insertions(+), 5 deletions(-)
77765
77766 commit 34caadc5c78e3d09faf11ef60bfade8f64f55de2
77767 Author: Behdad Esfahbod <behdad@behdad.org>
77768 Date:   Wed Oct 10 22:17:07 2018 -0400
77769
77770     Ugh. Re-enable accidentally disabled GPOS
77771
77772  src/hb-ot-shape.cc | 2 +-
77773  1 file changed, 1 insertion(+), 1 deletion(-)
77774
77775 commit f7c45bc33ec1559c960a039b770d5c37bd82f057
77776 Author: Behdad Esfahbod <behdad@behdad.org>
77777 Date:   Wed Oct 10 22:15:13 2018 -0400
77778
77779     [kerx] Allow granularly disabling kerning
77780
77781  src/hb-aat-layout-kerx-table.hh | 14 +++++++++-----
77782  1 file changed, 9 insertions(+), 5 deletions(-)
77783
77784 commit 2b72c4b63d29eea39b646c8a1a1cfc2db732e1a6
77785 Author: Behdad Esfahbod <behdad@behdad.org>
77786 Date:   Wed Oct 10 21:53:14 2018 -0400
77787
77788     [kerx] Comment
77789
77790  src/hb-aat-layout-kerx-table.hh | 3 +++
77791  1 file changed, 3 insertions(+)
77792
77793 commit 9f450f07b0a1593962e3b45d00f2cf93916f3466
77794 Author: Behdad Esfahbod <behdad@behdad.org>
77795 Date:   Wed Oct 10 21:46:58 2018 -0400
77796
77797     [kerx] Make Format1 work
77798     
77799     Tested using Kannada MN:
77800     
77801     $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CCd,C95,CCD
77802     [kn_ka.virama=0+1299|kn_ka.vattu=0+115|_blank=0@-115,0+385]
77803     
77804     $ HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CCd,C95,CCD --features=-kern
77805     [kn_ka.virama=0+1799|kn_ka.vattu=0+230|_blank=0+0]
77806     
77807     I don't see the GPOS table in the font do the same.  ¯\_(ツ)_/¯
77808
77809  src/hb-aat-layout-kerx-table.hh | 15 ++++++++++-----
77810  1 file changed, 10 insertions(+), 5 deletions(-)
77811
77812 commit b5aa5dbb1158a5dfba29f7b119df9b4b319e8489
77813 Merge: af61c3b10 ab1f30bd0
77814 Author: Michiharu Ariza <ariza@adobe.com>
77815 Date:   Wed Oct 10 18:36:35 2018 -0700
77816
77817     Merge branch 'master' into cff-subset
77818
77819 commit af61c3b10f83a00b4862cc0cb92fc9f0856e7dd6
77820 Author: Michiharu Ariza <ariza@adobe.com>
77821 Date:   Wed Oct 10 18:35:12 2018 -0700
77822
77823     added vsindex test & fixed process_vsindex
77824
77825  src/hb-cff2-interp-cs.hh                    |  12 +++++-----
77826  test/api/fonts/AdobeVFPrototype_vsindex.otf | Bin 0 -> 7036 bytes
77827  test/api/test-ot-extents-cff.c              |  33 ++++++++++++++++++++++++++++
77828  3 files changed, 40 insertions(+), 5 deletions(-)
77829
77830 commit 504cb68fc972c7f606bf9fc62015376382f78f45
77831 Author: Behdad Esfahbod <behdad@behdad.org>
77832 Date:   Wed Oct 10 21:29:46 2018 -0400
77833
77834     Disable mark advance zeroing as well as mark fallback positioning if doing kerx
77835
77836  src/hb-ot-shape.cc | 50 ++++++++++++++++++++++++++------------------------
77837  1 file changed, 26 insertions(+), 24 deletions(-)
77838
77839 commit 84967537966a76297c89460d95e7336f1bfc332d
77840 Author: Behdad Esfahbod <behdad@behdad.org>
77841 Date:   Wed Oct 10 21:18:37 2018 -0400
77842
77843     [kerx] Implement Format1
77844     
77845     Untested.
77846
77847  src/hb-aat-layout-kerx-table.hh | 62 +++++++++++++++++++++++++++++++++--------
77848  src/hb-aat-layout-morx-table.hh |  2 +-
77849  2 files changed, 52 insertions(+), 12 deletions(-)
77850
77851 commit c9165f5450b99e6d93e2a168b198384a221eef58
77852 Author: Behdad Esfahbod <behdad@behdad.org>
77853 Date:   Wed Oct 10 20:43:21 2018 -0400
77854
77855     [kerx] More UnsizedArrayOf<>
77856
77857  src/hb-aat-layout-kerx-table.hh | 18 +++++++++---------
77858  1 file changed, 9 insertions(+), 9 deletions(-)
77859
77860 commit ca54eba4846d0afda4601929556617a7ebe51714
77861 Author: Behdad Esfahbod <behdad@behdad.org>
77862 Date:   Wed Oct 10 20:41:16 2018 -0400
77863
77864     [kerx] Fix bound-checking error introduced a couple commits past
77865
77866  src/hb-aat-layout-kerx-table.hh | 6 +++---
77867  1 file changed, 3 insertions(+), 3 deletions(-)
77868
77869 commit 339036dd970625e03696b4533ced1e25fc4fd131
77870 Author: Behdad Esfahbod <behdad@behdad.org>
77871 Date:   Wed Oct 10 20:37:22 2018 -0400
77872
77873     [kerx] Start fleshing out Format1
77874
77875  src/hb-aat-layout-kerx-table.hh | 59 +++++++++++++++++++++++++++++++++++------
77876  src/hb-aat-layout-morx-table.hh |  2 +-
77877  2 files changed, 52 insertions(+), 9 deletions(-)
77878
77879 commit ab1f30bd059f1d2270793e9726b60666b328d2b8
77880 Author: Behdad Esfahbod <behdad@behdad.org>
77881 Date:   Wed Oct 10 20:10:20 2018 -0400
77882
77883     [kerx] Implement Format6
77884     
77885     Untested.  The only Apple font shipping with this format is San Francisco fonts
77886     that use this for their kerx variation tables, which we don't support.
77887
77888  src/hb-aat-layout-kerx-table.hh | 73 +++++++++++++++++++++++++++++++++--------
77889  1 file changed, 60 insertions(+), 13 deletions(-)
77890
77891 commit c9a2ce9e05f91730a2150b9214dc6a49f31555c1
77892 Author: Behdad Esfahbod <behdad@behdad.org>
77893 Date:   Wed Oct 10 20:00:44 2018 -0400
77894
77895     [kerx] Move bounds-checking to subtable length itself
77896
77897  src/hb-aat-layout-kerx-table.hh | 12 +++++-------
77898  1 file changed, 5 insertions(+), 7 deletions(-)
77899
77900 commit 22955b23cdeb48e46cdffd0eb906a855a420c4d1
77901 Author: Behdad Esfahbod <behdad@behdad.org>
77902 Date:   Wed Oct 10 19:58:20 2018 -0400
77903
77904     [kerx] Start fleshing out Format6
77905
77906  src/hb-aat-layout-kerx-table.hh | 42 ++++++++++++++++++++++++++++++++---------
77907  src/hb-open-type.hh             |  3 +++
77908  2 files changed, 36 insertions(+), 9 deletions(-)
77909
77910 commit f6aaad9b4ffb42e6cd8398f6439fe420e393c8f6
77911 Author: Behdad Esfahbod <behdad@behdad.org>
77912 Date:   Wed Oct 10 19:20:06 2018 -0400
77913
77914     [kerx] When rejecting variable kerning, also check for tupleCount
77915
77916  src/hb-aat-layout-kerx-table.hh | 3 ++-
77917  1 file changed, 2 insertions(+), 1 deletion(-)
77918
77919 commit 7ed5366d3cfca9c533250cb419e8cc878f32505d
77920 Author: Behdad Esfahbod <behdad@behdad.org>
77921 Date:   Wed Oct 10 19:11:30 2018 -0400
77922
77923     [kerx] No-op
77924     
77925     Tested that Format0 works with Kannada MN font:
77926     
77927     $ make -j5 lib -s && HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2
77928     [kn_ka=0+1000|kn_matra_uu=0@-30,0+1345]
77929     
77930     $ make -j5 lib -s && HB_OPTIONS=aat ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2 --features=-kern
77931     [kn_ka=0+1030|kn_matra_uu=0+1375]
77932     
77933     Note that GPOS does the same with 'dist' feature, and applies the whole difference to the
77934     same glyph:
77935     
77936     $ make -j5 lib -s && ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2
77937     [kn_ka=0+970|kn_matra_uu=0+1375]
77938     
77939     $ make -j5 lib -s && ./hb-shape Kannada\ MN.ttc -u 0C95,0CC2 --features=-dist
77940     [kn_ka=0+1030|kn_matra_uu=0+1375]
77941
77942  src/hb-aat-layout-kerx-table.hh | 4 +---
77943  1 file changed, 1 insertion(+), 3 deletions(-)
77944
77945 commit 7fa69e92ca3dd9d8fa92aba0e01098165d2b7975
77946 Author: Behdad Esfahbod <behdad@behdad.org>
77947 Date:   Wed Oct 10 19:02:32 2018 -0400
77948
77949     Comment
77950
77951  src/hb-machinery.hh | 7 +++++++
77952  1 file changed, 7 insertions(+)
77953
77954 commit 7e6e5bf6147596d6d096e2ba37f3a6eefd7429cd
77955 Author: Behdad Esfahbod <behdad@behdad.org>
77956 Date:   Wed Oct 10 18:59:07 2018 -0400
77957
77958     Fix option string matching
77959
77960  src/hb-common.cc | 2 +-
77961  1 file changed, 1 insertion(+), 1 deletion(-)
77962
77963 commit 5d34164d98f04816aafaa0abfc44cd899c7d70b3
77964 Author: Behdad Esfahbod <behdad@behdad.org>
77965 Date:   Wed Oct 10 18:14:41 2018 -0400
77966
77967     [kern/kerx] Fix offset base
77968     
77969     Disable kern Format2.
77970     
77971     Fix kerx Format2.  Manually tested this with Tamil MN font and it works:
77972     
77973     $ HB_OPTIONS=aat ./hb-shape Tamil\ MN.ttc -u 0B94,0B95
77974     [tgv_au=0+3435|tgc_ka=1@-75,0+1517]
77975     
77976      HB_OPTIONS=aat ./hb-shape Tamil\ MN.ttc -u 0B94,0B95 --features=-kern
77977     [tgv_au=0+3510|tgc_ka=1+1592]
77978
77979  src/hb-aat-layout-kerx-table.hh | 73 +++++++++++++++++++++++++----------------
77980  src/hb-ot-kern-table.hh         |  7 ++++
77981  2 files changed, 52 insertions(+), 28 deletions(-)
77982
77983 commit 60f86d32d7c735ccf783b382e18ecdc096eaa682
77984 Author: Behdad Esfahbod <behdad@behdad.org>
77985 Date:   Wed Oct 10 18:10:05 2018 -0400
77986
77987     [kerx] Don't loop over kerning subtables if kerning disabled
77988
77989  src/hb-aat-layout-kerx-table.hh | 12 ++++++++++++
77990  src/hb-ot-shape.cc              |  4 ++--
77991  src/hb-ot-shape.hh              |  1 +
77992  3 files changed, 15 insertions(+), 2 deletions(-)
77993
77994 commit 38a7a8a89ed035a1d1fc34a675a1860ad660b6ff
77995 Author: Behdad Esfahbod <behdad@behdad.org>
77996 Date:   Wed Oct 10 17:44:46 2018 -0400
77997
77998     Allow HB_OPTIONS=aat to prefer AAT tables over OT
77999     
78000     Fixes https://github.com/harfbuzz/harfbuzz/issues/322
78001
78002  src/hb-common.cc   | 23 +++++++++++++++++++++--
78003  src/hb-debug.hh    |  7 ++++---
78004  src/hb-ot-shape.cc | 24 ++++++++++++++++--------
78005  3 files changed, 41 insertions(+), 13 deletions(-)
78006
78007 commit 44f09afd5bd4f4f1ea47ca54ac9d605219b06910
78008 Author: Behdad Esfahbod <behdad@behdad.org>
78009 Date:   Wed Oct 10 17:32:32 2018 -0400
78010
78011     [kerx] Skip variation subtables
78012
78013  src/hb-aat-layout-kerx-table.hh | 14 +++++++-------
78014  1 file changed, 7 insertions(+), 7 deletions(-)
78015
78016 commit 1e8fdd285f90b7b715b6d9ca9222a3c91cbea6b8
78017 Author: Behdad Esfahbod <behdad@behdad.org>
78018 Date:   Wed Oct 10 16:32:35 2018 -0400
78019
78020     Remove HAVE_OT
78021     
78022     We never tested compiling without it.  Just kill it.  We always build
78023     our own shaper.
78024
78025  CMakeLists.txt        | 1 -
78026  configure.ac          | 6 ------
78027  src/Makefile.am       | 2 --
78028  src/hb-shaper-list.hh | 2 --
78029  src/hb.hh             | 2 --
78030  test/api/Makefile.am  | 4 +---
78031  test/api/test-c.c     | 5 +----
78032  util/Makefile.am      | 4 ----
78033  util/options.cc       | 4 ----
78034  util/options.hh       | 2 --
78035  10 files changed, 2 insertions(+), 30 deletions(-)
78036
78037 commit 7727e737566ddc826647e19fc645b296ad5a0cac
78038 Author: Behdad Esfahbod <behdad@behdad.org>
78039 Date:   Wed Oct 10 13:24:51 2018 -0400
78040
78041     [kerx] Actually hook up, and fix crash
78042
78043  src/hb-aat-layout-common.hh     | 6 ++++++
78044  src/hb-aat-layout-kerx-table.hh | 4 ++--
78045  src/hb-ot-shape.cc              | 4 ++--
78046  3 files changed, 10 insertions(+), 4 deletions(-)
78047
78048 commit b3390990f508def9c375716614b92fc7b0038228
78049 Author: Behdad Esfahbod <behdad@behdad.org>
78050 Date:   Wed Oct 10 12:07:49 2018 -0400
78051
78052     Add per-subtable set-digests
78053     
78054     This speeds up Roboto shaping by ~10%.  I was hoping for more.
78055     Still, good defense against lookups with many subtables.
78056
78057  src/hb-null.hh               |   2 +-
78058  src/hb-ot-layout-gsubgpos.hh | 108 +++++++++++++++++++++++--------------------
78059  2 files changed, 59 insertions(+), 51 deletions(-)
78060
78061 commit e78549edfb4df617128a5f5ddd12692f1d0af4bf
78062 Author: Behdad Esfahbod <behdad@behdad.org>
78063 Date:   Wed Oct 10 11:54:48 2018 -0400
78064
78065     Move apply down into subtables accel
78066
78067  src/hb-ot-layout-gsubgpos.hh | 10 +++++++++-
78068  src/hb-ot-layout.cc          | 17 +++--------------
78069  2 files changed, 12 insertions(+), 15 deletions(-)
78070
78071 commit 78c09bf21335a0f2b538b37de6647af08e3b1161
78072 Author: Behdad Esfahbod <behdad@behdad.org>
78073 Date:   Wed Oct 10 11:50:46 2018 -0400
78074
78075     Move subtable array into lookup accel
78076
78077  src/hb-null.hh               |  2 +-
78078  src/hb-ot-layout-gsubgpos.hh | 14 +++++++++++---
78079  src/hb-ot-layout.cc          | 16 ++++++----------
78080  3 files changed, 18 insertions(+), 14 deletions(-)
78081
78082 commit 97e5913d5ac2cd313fb3923e9602358d7f75f11d
78083 Author: Behdad Esfahbod <behdad@behdad.org>
78084 Date:   Wed Oct 10 11:41:05 2018 -0400
78085
78086     Move more code
78087
78088  src/hb-ot-layout-gsubgpos.hh               | 17 +++++++++++++++++
78089  src/hb-ot-layout.cc                        | 12 ++++++------
78090  src/hb-ot-layout.hh                        | 20 ++------------------
78091  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
78092  4 files changed, 26 insertions(+), 25 deletions(-)
78093
78094 commit c8f2d9334c0f91ec30f1c7821eb44bb5149bd31c
78095 Author: Behdad Esfahbod <behdad@behdad.org>
78096 Date:   Wed Oct 10 11:36:28 2018 -0400
78097
78098     Move code
78099     
78100     In preparation to move add per-subtable set digests...
78101
78102  src/hb-ot-layout-gsubgpos.hh | 50 ++++++++++++++++++++++++++++++++++++++
78103  src/hb-ot-layout.cc          | 57 ++++----------------------------------------
78104  2 files changed, 54 insertions(+), 53 deletions(-)
78105
78106 commit a03850a3567d532c3a4d7655aa71bfe73dfb0e33
78107 Author: Behdad Esfahbod <behdad@behdad.org>
78108 Date:   Wed Oct 10 10:57:28 2018 -0400
78109
78110     Fix GPOS/kern interaction
78111     
78112     Oops.  Was checking for kern feature in GSUB, not GPOS.
78113
78114  src/hb-ot-shape.cc | 2 +-
78115  1 file changed, 1 insertion(+), 1 deletion(-)
78116
78117 commit d1be805e784dfaadf2ce9caa830a3f851fdd67da
78118 Author: Behdad Esfahbod <behdad@behdad.org>
78119 Date:   Wed Oct 10 10:49:45 2018 -0400
78120
78121     More rewriting plan compile
78122     
78123     Hopefully more clear.
78124
78125  src/hb-ot-shape.cc | 55 ++++++++++++++++++++++++++++++++++++++----------------
78126  src/hb-ot-shape.hh |  1 -
78127  2 files changed, 39 insertions(+), 17 deletions(-)
78128
78129 commit 961ab46b24ca9f3ef42a56398646191f106bf5bd
78130 Author: Behdad Esfahbod <behdad@behdad.org>
78131 Date:   Wed Oct 10 10:42:10 2018 -0400
78132
78133     More reshuffle plan compile
78134
78135  src/hb-ot-shape.cc | 16 ++++++++--------
78136  1 file changed, 8 insertions(+), 8 deletions(-)
78137
78138 commit 2091b509e3e3b7fb7315539679fae81da2879280
78139 Author: Behdad Esfahbod <behdad@behdad.org>
78140 Date:   Wed Oct 10 10:41:08 2018 -0400
78141
78142     [kerx] Hook up to shaper
78143
78144  src/hb-aat-layout.cc | 31 ++++++++++++++++++++++++-------
78145  src/hb-aat-layout.hh |  3 +++
78146  src/hb-ot-shape.cc   |  6 ++++--
78147  src/hb-ot-shape.hh   |  1 +
78148  4 files changed, 32 insertions(+), 9 deletions(-)
78149
78150 commit 8d00c39bfc558895c63e22148d88db51cde39164
78151 Author: Behdad Esfahbod <behdad@behdad.org>
78152 Date:   Wed Oct 10 10:18:39 2018 -0400
78153
78154     [kern] Minor
78155
78156  src/hb-ot-shape-fallback.cc | 4 +++-
78157  1 file changed, 3 insertions(+), 1 deletion(-)
78158
78159 commit e655fd38cf20eefb1c071a52282a4caccb6f08ea
78160 Author: Behdad Esfahbod <behdad@behdad.org>
78161 Date:   Wed Oct 10 10:16:09 2018 -0400
78162
78163     Apply TT or fallback kerning when GPOS does not have kern feature
78164     
78165     Previously we only did if there was no GPOS whatsoever.  This applies
78166     to Arial, Times New Roman, etc in Win7.  Was not kerning before.  It
78167     is now.
78168
78169  src/hb-ot-shape.cc | 25 ++++++++++++++++---------
78170  1 file changed, 16 insertions(+), 9 deletions(-)
78171
78172 commit 754cf440bf80ced36461a98a5d4607a700f44fd3
78173 Author: Behdad Esfahbod <behdad@behdad.org>
78174 Date:   Wed Oct 10 10:04:05 2018 -0400
78175
78176     Minor
78177
78178  src/hb-ot-shape-fallback.cc | 2 ++
78179  1 file changed, 2 insertions(+)
78180
78181 commit 187df7d7a9a1d9cd67cb2f72d4d6ed8cae1eed61
78182 Author: Ebrahim Byagowi <ebrahim@gnu.org>
78183 Date:   Wed Oct 10 17:12:52 2018 +0330
78184
78185     [circleci] Add an iOS bot (#1233)
78186
78187  .circleci/config.yml |  12 +++++
78188  CMakeLists.txt       | 140 ++++++++++++++++++++++++++++++++-------------------
78189  2 files changed, 100 insertions(+), 52 deletions(-)
78190
78191 commit c06a5dff0b0f8d1c5aba53bcfd7fb0b680f1ca92
78192 Merge: 83c5298f3 0537a4019
78193 Author: Michiharu Ariza <ariza@adobe.com>
78194 Date:   Tue Oct 9 22:00:10 2018 -0700
78195
78196     Merge branch 'master' into cff-subset
78197
78198 commit 83c5298f33e66cfd3d84d246297683f0de80c57d
78199 Author: Michiharu Ariza <ariza@adobe.com>
78200 Date:   Tue Oct 9 21:59:36 2018 -0700
78201
78202     added cff1_legacyops.otf as test-ot-extents-cff test case
78203     
78204     fixed roll operator bugs uncovered by the test
78205
78206  src/hb-cff-interp-common.hh       |   4 ++--
78207  test/api/fonts/cff1_legacyops.otf | Bin 0 -> 3104 bytes
78208  test/api/test-ot-extents-cff.c    |  23 +++++++++++++++++++++++
78209  3 files changed, 25 insertions(+), 2 deletions(-)
78210
78211 commit 0537a40193e803d50a99cd6b993d6d9301e84ebf
78212 Author: Behdad Esfahbod <behdad@behdad.org>
78213 Date:   Tue Oct 9 23:35:07 2018 -0400
78214
78215     [kerx] Comment
78216
78217  src/hb-aat-layout-kerx-table.hh | 2 +-
78218  src/hb-ot-kern-table.hh         | 1 +
78219  2 files changed, 2 insertions(+), 1 deletion(-)
78220
78221 commit 362d3241195bb7054c395fb4b029b6d55da4612a
78222 Author: Behdad Esfahbod <behdad@behdad.org>
78223 Date:   Tue Oct 9 23:27:00 2018 -0400
78224
78225     [aat] Rename
78226
78227  src/hb-aat-layout-kerx-table.hh | 4 ++--
78228  src/hb-aat-layout-morx-table.hh | 6 +++---
78229  2 files changed, 5 insertions(+), 5 deletions(-)
78230
78231 commit 54c9ecb92d196e62901eef3f8bc025c024ed16bb
78232 Author: Behdad Esfahbod <behdad@behdad.org>
78233 Date:   Tue Oct 9 23:18:19 2018 -0400
78234
78235     [morx] Use subtable range for embedded sanitizer here as well
78236
78237  src/hb-aat-layout-morx-table.hh | 2 ++
78238  1 file changed, 2 insertions(+)
78239
78240 commit d35315cc028e70dd1b3ffc8cb079a2336b22a0c3
78241 Author: Behdad Esfahbod <behdad@behdad.org>
78242 Date:   Tue Oct 9 23:17:32 2018 -0400
78243
78244     [aat] Fixup recent commit
78245     
78246     For 329f2401082011007d9ce12b15ce0225cd267c57
78247     
78248     max_ops is signed.
78249
78250  src/hb-aat-layout-common.hh | 2 +-
78251  src/hb-machinery.hh         | 5 ++++-
78252  2 files changed, 5 insertions(+), 2 deletions(-)
78253
78254 commit 948f59a13a4c643ae310f5fc643e29fefd6c3787
78255 Author: Behdad Esfahbod <behdad@behdad.org>
78256 Date:   Tue Oct 9 23:07:47 2018 -0400
78257
78258     [kerx] Use subtable range for runtime checks
78259
78260  src/hb-aat-layout-kerx-table.hh | 4 +++-
78261  src/hb-machinery.hh             | 8 ++++++++
78262  2 files changed, 11 insertions(+), 1 deletion(-)
78263
78264 commit 329f2401082011007d9ce12b15ce0225cd267c57
78265 Author: Behdad Esfahbod <behdad@behdad.org>
78266 Date:   Tue Oct 9 23:02:53 2018 -0400
78267
78268     [aat] Set embedded sanitizer max ops really high
78269     
78270     Since we consume it legitimately during shaping.
78271
78272  src/hb-aat-layout-common.hh | 1 +
78273  src/hb-machinery.hh         | 2 ++
78274  2 files changed, 3 insertions(+)
78275
78276 commit ad763074861da60ed51211931788ca5b27fc1512
78277 Author: Behdad Esfahbod <behdad@behdad.org>
78278 Date:   Tue Oct 9 22:57:00 2018 -0400
78279
78280     [kerx] Comment
78281
78282  src/hb-aat-layout-kerx-table.hh | 5 ++++-
78283  1 file changed, 4 insertions(+), 1 deletion(-)
78284
78285 commit db9600bbe15035cea6c2d4e8e9d184a5e23e357e
78286 Author: Behdad Esfahbod <behdad@behdad.org>
78287 Date:   Tue Oct 9 22:55:47 2018 -0400
78288
78289     [kerx] Remove junk
78290
78291  src/hb-aat-layout-kerx-table.hh | 16 ----------------
78292  1 file changed, 16 deletions(-)
78293
78294 commit 27db859416c0362f211e2b42dc9a2ebb53b0e0f4
78295 Author: Behdad Esfahbod <behdad@behdad.org>
78296 Date:   Tue Oct 9 22:52:41 2018 -0400
78297
78298     [kern/kerx] Adjust bounds check
78299
78300  src/hb-aat-layout-kerx-table.hh | 8 +++-----
78301  src/hb-ot-kern-table.hh         | 8 +++-----
78302  2 files changed, 6 insertions(+), 10 deletions(-)
78303
78304 commit c66f7f8c5deaac109e34bf65fc16cff92b74e69a
78305 Author: Behdad Esfahbod <behdad@behdad.org>
78306 Date:   Tue Oct 9 22:49:33 2018 -0400
78307
78308     [kerx] Implement Format2 apply()
78309     
78310     Still, not hooked.
78311
78312  src/hb-aat-layout-kerx-table.hh | 5 +----
78313  1 file changed, 1 insertion(+), 4 deletions(-)
78314
78315 commit 4b461785bdf356e4b5586cb6e5b226f47da04b7d
78316 Author: Behdad Esfahbod <behdad@behdad.org>
78317 Date:   Tue Oct 9 22:46:30 2018 -0400
78318
78319     Fix check
78320
78321  src/hb-aat-layout-kerx-table.hh | 2 ++
78322  src/hb-aat-layout.cc            | 4 +++-
78323  2 files changed, 5 insertions(+), 1 deletion(-)
78324
78325 commit 4df8eb200def767d342762654b96d5d9314e5b21
78326 Author: Behdad Esfahbod <behdad@behdad.org>
78327 Date:   Tue Oct 9 22:46:12 2018 -0400
78328
78329     [kern] Use kern subtable length for sanitizing in the accelerator
78330
78331  src/hb-ot-kern-table.hh | 16 ++++++++--------
78332  1 file changed, 8 insertions(+), 8 deletions(-)
78333
78334 commit 8bff1d2994876a5202c8605d1cc37522431c6c84
78335 Author: Behdad Esfahbod <behdad@behdad.org>
78336 Date:   Tue Oct 9 22:39:31 2018 -0400
78337
78338     [kern] Minor
78339
78340  src/hb-ot-kern-table.hh | 2 +-
78341  1 file changed, 1 insertion(+), 1 deletion(-)
78342
78343 commit 53e55945000347fb19168bb4c13a470d30d46251
78344 Author: Behdad Esfahbod <behdad@behdad.org>
78345 Date:   Tue Oct 9 22:35:22 2018 -0400
78346
78347     [kerx] Implement Format0 apply()
78348     
78349     Not hooked up to be called yet.
78350
78351  src/hb-aat-layout-common.hh     |  6 ++++--
78352  src/hb-aat-layout-kerx-table.hh | 29 ++++++++++++++++++++++++++---
78353  src/hb-aat-layout.cc            |  6 ++++--
78354  src/hb-aat-layout.hh            | 12 +++++++-----
78355  src/hb-ot-shape.cc              |  2 +-
78356  5 files changed, 42 insertions(+), 13 deletions(-)
78357
78358 commit 60318f87153b559e5da103f0bfcce6bad8bab3b0
78359 Author: Behdad Esfahbod <behdad@behdad.org>
78360 Date:   Tue Oct 9 22:25:53 2018 -0400
78361
78362     Minor
78363
78364  src/hb-mutex.hh | 4 ++--
78365  1 file changed, 2 insertions(+), 2 deletions(-)
78366
78367 commit 210f899acad1959d60892538ac1968a36dbbb51b
78368 Author: Behdad Esfahbod <behdad@behdad.org>
78369 Date:   Tue Oct 9 21:56:37 2018 -0400
78370
78371     [kern] Sanitize 4 bytes, not 2
78372
78373  src/hb-ot-kern-table.hh | 6 +++---
78374  1 file changed, 3 insertions(+), 3 deletions(-)
78375
78376 commit 588518ea51b2226bdb41417946848d18c3913a67
78377 Author: Michiharu Ariza <ariza@adobe.com>
78378 Date:   Tue Oct 9 14:48:04 2018 -0700
78379
78380     fixed test-ot-extents-cff failure on some platforms
78381
78382  test/api/test-ot-extents-cff.c | 11 +++--------
78383  1 file changed, 3 insertions(+), 8 deletions(-)
78384
78385 commit be2f148da474d6dd30132c22dd467ea33a942edf
78386 Author: Behdad Esfahbod <behdad@behdad.org>
78387 Date:   Tue Oct 9 16:24:50 2018 -0400
78388
78389     [ft] Use mutex to lock access to FT_Face
78390     
78391     Makes our FT-backed hb_font_t safe to use from multiple threads.  Still,
78392     the underlying FT_Face should NOT be used from other threads by client
78393     or other libraries.
78394     
78395     Maybe I add a lock()/unlock() public API ala PangoFT2 and cairo-ft.
78396     Maybe not.
78397
78398  src/hb-ft.cc                | 18 +++++++++++++++++-
78399  src/hb-mutex.hh             |  8 ++++++++
78400  test/api/test-multithread.c |  7 ++-----
78401  3 files changed, 27 insertions(+), 6 deletions(-)
78402
78403 commit d18c3c5861d40291077eb8b8667dc2f12b649cf2
78404 Author: Behdad Esfahbod <behdad@behdad.org>
78405 Date:   Tue Oct 9 16:07:55 2018 -0400
78406
78407     [ft] Remove (probably) stale comment
78408
78409  src/hb-ft.cc | 7 +------
78410  1 file changed, 1 insertion(+), 6 deletions(-)
78411
78412 commit 7003b601afd02b0ba7e839510a7d0b886da09aaa
78413 Author: Behdad Esfahbod <behdad@behdad.org>
78414 Date:   Tue Oct 9 15:55:26 2018 -0400
78415
78416     Minor
78417
78418  src/hb-ot-shape-complex-arabic.cc | 2 +-
78419  1 file changed, 1 insertion(+), 1 deletion(-)
78420
78421 commit 07899435b8065d494e563f83e0a35300c828eefe
78422 Author: Behdad Esfahbod <behdad@behdad.org>
78423 Date:   Tue Oct 9 15:39:51 2018 -0400
78424
78425     Install ot-funcs on newly created funcs
78426     
78427     **Finally**!  Casual users can stop caring about font-funcs completely now,
78428     like they haven't been needing to care re unicode-funcs for a few years.
78429
78430  src/hb-font.cc | 39 ++++++++++++++++++++++++++-------------
78431  1 file changed, 26 insertions(+), 13 deletions(-)
78432
78433 commit 55153553675445e8aad06e363295d399aa79c54f
78434 Author: Behdad Esfahbod <behdad@behdad.org>
78435 Date:   Tue Oct 9 15:12:09 2018 -0400
78436
78437     [ot-font] Don't pre-load cmap table
78438     
78439     Now that we have get_h_advances() and get_nominal_glyphs() implemented, the
78440     overhead of doing a proper atomic load would be once per run, NOT once per
78441     glyph.  So, no need to pre-load the tables to avoid that overhead.
78442     
78443     As such, hb_ot_font_set_funcs() has become really cheap.  Can *finally* make
78444     it be default font functions on all newly created fonts!
78445
78446  src/hb-ot-font.cc | 9 +++------
78447  1 file changed, 3 insertions(+), 6 deletions(-)
78448
78449 commit ec84460e46fdaa5f8a3c16c8d48dabe2b0c869da
78450 Author: Behdad Esfahbod <behdad@behdad.org>
78451 Date:   Tue Oct 9 15:07:04 2018 -0400
78452
78453     [ot/ft] Implement get_nominal_glyphs() callback
78454     
78455     Some more measurable speedup.  The recent commits' speedups are as follows:
78456     
78457     Testing with Roboto, ****when disabling kern and liga****:
78458     
78459     Before:
78460     
78461     FT --features=-kern,-liga
78462     user↦   0m0.521s
78463     
78464     OT --features=-liga,-kern
78465     user↦   0m0.568s
78466     
78467     After:
78468     
78469     FT --features=-liga,-kern
78470     user↦   0m0.428s
78471     
78472     OT --features=-liga,-kern
78473     user↦   0m0.470s
78474     
78475     So, 17% speedup.
78476     
78477     Note that FT callbacks are faster than OT these days since we added an advance
78478     cache to FT.  I don't think the difference is enough to justify adding a cache
78479     to OT.
78480     
78481     When not disabling kern, the thing is three times slower, so the speedups
78482     are three times less impressive...  Still, 5% not bad for a codebase that I
78483     otherwise thought is optimized out.
78484     
78485     Note that, because of this and other optimiztions in our main shaper,
78486     disabling kern and liga, the OT shaper is now *faster* than the fallback
78487     shaper.  So, that's my recommendation to clients that need the absolute
78488     fastest...
78489
78490  src/hb-ft.cc      | 26 ++++++++++++++++++++++++++
78491  src/hb-ot-font.cc | 24 ++++++++++++++++++++++++
78492  2 files changed, 50 insertions(+)
78493
78494 commit e883f52732a25f5495ec30656489954afd8cc3a4
78495 Author: Behdad Esfahbod <behdad@behdad.org>
78496 Date:   Tue Oct 9 14:50:57 2018 -0400
78497
78498     Call get_nominal_glyphs() for runs of simple clusters at a time
78499     
78500     Even without FT or OT font funcs implementing get_nominal_glyphs(), there's measurable
78501     speedup.
78502
78503  src/hb-buffer.hh             | 20 +++++++++++++++++++-
78504  src/hb-ot-shape-normalize.cc |  9 +++++++++
78505  2 files changed, 28 insertions(+), 1 deletion(-)
78506
78507 commit 8008bca83b0bb310fc434dbdd339545af951193b
78508 Author: Behdad Esfahbod <behdad@behdad.org>
78509 Date:   Tue Oct 9 14:38:23 2018 -0400
78510
78511     Whitespace
78512
78513  src/hb-font.hh               |  2 +-
78514  src/hb-ot-shape-normalize.cc | 52 ++++++++++++++++++++++++--------------------
78515  2 files changed, 29 insertions(+), 25 deletions(-)
78516
78517 commit 30c114ffec335770452e60729224b1634586c5b0
78518 Author: Behdad Esfahbod <behdad@behdad.org>
78519 Date:   Tue Oct 9 14:37:08 2018 -0400
78520
78521     Avoid sort and recompose stages if all clusters simple
78522     
78523     Even has measurable speedup...
78524
78525  src/hb-ot-shape-normalize.cc | 52 ++++++++++++++++++++++++--------------------
78526  1 file changed, 29 insertions(+), 23 deletions(-)
78527
78528 commit 9f79365c3b183278d14352ba6241c7d4ec274984
78529 Author: Behdad Esfahbod <behdad@behdad.org>
78530 Date:   Tue Oct 9 14:36:25 2018 -0400
78531
78532     Fix warning
78533     
78534     How come this one is not generated by clang everything bot?!
78535     
78536     ../../../test/api/test-multithread.c:37:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
78537      static char *font_path = "fonts/Inconsolata-Regular.abc.ttf";
78538                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78539     ../../../test/api/test-multithread.c:38:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
78540
78541  test/api/test-multithread.c | 4 ++--
78542  1 file changed, 2 insertions(+), 2 deletions(-)
78543
78544 commit 24382debe893450088acd1e4b387ac31145d4553
78545 Author: Behdad Esfahbod <behdad@behdad.org>
78546 Date:   Tue Oct 9 14:33:24 2018 -0400
78547
78548     Rewrite main normalizer loop to isolate runs of simple clusters
78549
78550  src/hb-ot-shape-normalize.cc | 24 +++++++++++++++++++-----
78551  1 file changed, 19 insertions(+), 5 deletions(-)
78552
78553 commit b5371f18effbeb91565fd8c554c120b911641f0b
78554 Author: Behdad Esfahbod <behdad@behdad.org>
78555 Date:   Tue Oct 9 14:12:59 2018 -0400
78556
78557     Inline decompose_cluster
78558     
78559     Towards separating the common case into its own loop.
78560
78561  src/hb-ot-shape-normalize.cc | 14 ++++----------
78562  1 file changed, 4 insertions(+), 10 deletions(-)
78563
78564 commit f5f505b5120c316f06306318c6c2f0db4496ba04
78565 Merge: 8b349040e 4035158de
78566 Author: Michiharu Ariza <ariza@adobe.com>
78567 Date:   Tue Oct 9 10:10:35 2018 -0700
78568
78569     Merge branch 'master' into cff-subset
78570
78571 commit b314c4e9abf4236c6650a63d1287471b61f64885
78572 Author: Behdad Esfahbod <behdad@behdad.org>
78573 Date:   Tue Oct 9 09:23:51 2018 -0400
78574
78575     [font] Add get_nominal_glyphs() callback (note the plural)
78576     
78577     Unused as of now.  To be wired up to normalizer, which would remove
78578     overhead and allow hb-ot-font initialization to become a no-op, so
78579     we can enable it by default.
78580
78581  docs/harfbuzz-sections.txt |  3 +++
78582  src/hb-font.cc             | 33 +++++++++++++++++++++++++++++++++
78583  src/hb-font.h              | 24 ++++++++++++++++++++++++
78584  src/hb-font.hh             | 13 +++++++++++++
78585  4 files changed, 73 insertions(+)
78586
78587 commit ca6a317012a13ee84b58a69e14e74c94c5b158ff
78588 Author: Behdad Esfahbod <behdad@behdad.org>
78589 Date:   Tue Oct 9 09:06:07 2018 -0400
78590
78591     Minor
78592
78593  src/hb-font.cc | 6 +++---
78594  src/hb-font.h  | 8 ++++----
78595  src/hb-font.hh | 2 +-
78596  3 files changed, 8 insertions(+), 8 deletions(-)
78597
78598 commit 4035158de46ce373b7521daf61c5b6df83312968
78599 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
78600 Date:   Wed Jul 25 18:26:10 2018 +0800
78601
78602     test/api/test-subset-*.c: Fix build on pre-C99
78603     
78604     Ensure that we have the variables at the beginning of the block.  These
78605     are the only fixes that we need for building HarfBuzz on older
78606     compilers.
78607
78608  test/api/test-collect-unicodes.c |  9 ++++++---
78609  test/api/test-subset-glyf.c      | 19 +++++++++++++------
78610  test/api/test-subset-hdmx.c      |  8 ++++++--
78611  test/api/test-subset-hmtx.c      |  3 ++-
78612  test/api/test-subset-post.c      |  3 ++-
78613  test/api/test-subset-vmtx.c      |  6 ++++--
78614  test/api/test-subset.c           | 12 +++++++++---
78615  7 files changed, 42 insertions(+), 18 deletions(-)
78616
78617 commit 8e4ad1d7a0a35298ca04828ef1ef18b4c019ec03
78618 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
78619 Date:   Wed Jul 25 18:12:34 2018 +0800
78620
78621     builds: Fix and clean up MSVC DLL builds
78622     
78623     Instead of passing a CFLAG/CXXFLAG to define HB_EXTERN, define it
78624     directly in src/hb.hh as __declspec(dllexport) extern when we are
78625     building HarfBuzz as DLLs on Visual Studio.  Define HB_INTERNAL
78626     as nothing without defining HB_NO_VISIBILITY when building HarfBuzz as
78627     DLLs to avoid linker errors on Visual Studio builds.
78628     
78629     Also "install" harfbuzz-subset.dll into $(PREFIX)\bin as the
78630     hb-subset utility will depend on that DLL at runtime, when HarfBuzz is
78631     built as DLLs.  Since it consists of private APIs that are subject to
78632     change, we do not install its headers nor .lib file.
78633
78634  CMakeLists.txt |  7 ++++++-
78635  src/hb.hh      | 10 ++++++++--
78636  2 files changed, 14 insertions(+), 3 deletions(-)
78637
78638 commit e640f3a6b16f41cee5f7868ec738fda01244e96a
78639 Author: Behdad Esfahbod <behdad@behdad.org>
78640 Date:   Tue Oct 9 08:28:07 2018 -0400
78641
78642     Another old bot fix
78643
78644  src/hb-aat-layout-kerx-table.hh | 2 +-
78645  1 file changed, 1 insertion(+), 1 deletion(-)
78646
78647 commit e4f27f368f8f0509fa47f6a28f3984e90b40588f
78648 Author: Behdad Esfahbod <behdad@behdad.org>
78649 Date:   Tue Oct 9 08:20:10 2018 -0400
78650
78651     Try fixing older bots
78652
78653  src/hb-ot-shape-fallback.cc | 42 +++++++++++++++++++++---------------------
78654  1 file changed, 21 insertions(+), 21 deletions(-)
78655
78656 commit bee93e269711a3eda4e7d762b730522564fe6e87
78657 Author: Behdad Esfahbod <behdad@behdad.org>
78658 Date:   Tue Oct 9 08:01:49 2018 -0400
78659
78660     Add const to get_*_advances API
78661     
78662     Ouch!
78663
78664  src/hb-font.cc    | 10 +++++-----
78665  src/hb-font.h     |  8 ++++----
78666  src/hb-font.hh    |  6 +++---
78667  src/hb-ft.cc      |  2 +-
78668  src/hb-ot-font.cc |  4 ++--
78669  5 files changed, 15 insertions(+), 15 deletions(-)
78670
78671 commit eb2be97f864c726feaa2434e290f962ddfa97069
78672 Author: Behdad Esfahbod <behdad@behdad.org>
78673 Date:   Tue Oct 9 07:48:52 2018 -0400
78674
78675     Port test off deprecated API
78676
78677  test/api/test-shape.c | 4 ++--
78678  1 file changed, 2 insertions(+), 2 deletions(-)
78679
78680 commit cc126f2817844a2e83e973129e5b2caa18de599f
78681 Author: Behdad Esfahbod <behdad@behdad.org>
78682 Date:   Tue Oct 9 01:10:15 2018 -0400
78683
78684     Minor
78685
78686  src/Makefile.am          | 2 +-
78687  test/shaping/Makefile.am | 2 ++
78688  test/subset/Makefile.am  | 2 +-
78689  3 files changed, 4 insertions(+), 2 deletions(-)
78690
78691 commit b2fbe55b828ea5864bc0aed54db7109a2e189de2
78692 Author: Behdad Esfahbod <behdad@behdad.org>
78693 Date:   Tue Oct 9 01:07:36 2018 -0400
78694
78695     [icu] Unbreak
78696
78697  src/hb-icu.cc | 4 ++--
78698  1 file changed, 2 insertions(+), 2 deletions(-)
78699
78700 commit a353c1768dc1d7934b8ac293761620f561304bb2
78701 Author: Behdad Esfahbod <behdad@behdad.org>
78702 Date:   Tue Oct 9 01:05:28 2018 -0400
78703
78704     Remove test for deprecated hb_set_invert()
78705
78706  test/api/test-set.c | 4 ----
78707  1 file changed, 4 deletions(-)
78708
78709 commit a52bc039c33b3c01dbb96b815dc24df7f03bc4be
78710 Author: Behdad Esfahbod <behdad@behdad.org>
78711 Date:   Tue Oct 9 00:56:33 2018 -0400
78712
78713     Properly remove deprecated stuff
78714
78715  src/hb-glib.cc | 15 ++++++---------
78716  src/hb-icu.cc  | 15 ++++++---------
78717  src/hb-ucdn.cc | 15 ++++++---------
78718  3 files changed, 18 insertions(+), 27 deletions(-)
78719
78720 commit 8b349040e92b8894a7f8a609fac8070bcb110f96
78721 Merge: df964a093 fc5091658
78722 Author: Michiharu Ariza <ariza@adobe.com>
78723 Date:   Mon Oct 8 21:46:23 2018 -0700
78724
78725     Merge branch 'master' into cff-subset
78726
78727 commit fc50916589a300e49183b5ee598e64ca28d0bd9a
78728 Author: Behdad Esfahbod <behdad@behdad.org>
78729 Date:   Tue Oct 9 00:39:42 2018 -0400
78730
78731     Remove deprecated decompose_compatibility stuff
78732
78733  src/hb-glib.cc          | 31 +-----------------------------
78734  src/hb-icu.cc           | 33 +-------------------------------
78735  src/hb-ucdn.cc          |  8 +-------
78736  test/api/test-unicode.c | 51 -------------------------------------------------
78737  4 files changed, 3 insertions(+), 120 deletions(-)
78738
78739 commit eed737f6726d3408191a4e64592805b70d8bb247
78740 Author: Behdad Esfahbod <behdad@behdad.org>
78741 Date:   Tue Oct 9 00:33:30 2018 -0400
78742
78743     Remove deprecated eastasian_width
78744
78745  src/hb-glib.cc          |  8 +------
78746  src/hb-icu.cc           | 19 +--------------
78747  src/hb-ucdn.cc          |  9 +------
78748  test/api/test-unicode.c | 64 -------------------------------------------------
78749  4 files changed, 3 insertions(+), 97 deletions(-)
78750
78751 commit 47030b1855f04c0d75899ffb6f5021fea3c19b90
78752 Author: Behdad Esfahbod <behdad@behdad.org>
78753 Date:   Tue Oct 9 00:30:45 2018 -0400
78754
78755     [ft/ot] Remove implementation of deprecated kerning funcs
78756
78757  src/hb-ft.cc      | 19 -------------------
78758  src/hb-ot-font.cc | 13 -------------
78759  2 files changed, 32 deletions(-)
78760
78761 commit 977c8a8e5c811995f47b0eb721199d0dc3689e48
78762 Author: Behdad Esfahbod <behdad@behdad.org>
78763 Date:   Tue Oct 9 00:22:08 2018 -0400
78764
78765     [kern] Minor
78766
78767  src/hb-ot-kern-table.hh | 11 +++++++++--
78768  1 file changed, 9 insertions(+), 2 deletions(-)
78769
78770 commit ed5cfa42c7fb8d5ff2d74bdb452a0590174f4e19
78771 Author: Behdad Esfahbod <behdad@behdad.org>
78772 Date:   Tue Oct 9 00:20:35 2018 -0400
78773
78774     [kern] Minor
78775
78776  src/hb-aat-layout-kerx-table.hh | 1 +
78777  1 file changed, 1 insertion(+)
78778
78779 commit d219f899f4b2fb4b39ebc1dff9fb648fc5d6d112
78780 Author: Behdad Esfahbod <behdad@behdad.org>
78781 Date:   Tue Oct 9 00:01:09 2018 -0400
78782
78783     Deprecate font kern API
78784
78785  docs/harfbuzz-sections.txt | 16 +++++++-------
78786  src/hb-deprecated.h        | 54 ++++++++++++++++++++++++++++++++++++++++++++++
78787  src/hb-font.cc             |  3 +++
78788  src/hb-font.h              | 51 -------------------------------------------
78789  4 files changed, 65 insertions(+), 59 deletions(-)
78790
78791 commit a51958819fcf51ade3f8eb38001e680a419ebbba
78792 Author: Behdad Esfahbod <behdad@behdad.org>
78793 Date:   Mon Oct 8 23:57:45 2018 -0400
78794
78795     Apply TrueType/OpenType kern table when GPOS kern feature is not available
78796     
78797     Fixes https://github.com/harfbuzz/harfbuzz/issues/250
78798
78799  src/hb-ot-kern-table.hh     | 24 +++++++++++--------
78800  src/hb-ot-layout.cc         | 57 ++++++++++++++++++++-------------------------
78801  src/hb-ot-layout.hh         | 13 +++++++++++
78802  src/hb-ot-shape-fallback.cc |  4 ++--
78803  src/hb-ot-shape.cc          | 10 +++++---
78804  src/hb-ot-shape.hh          |  1 +
78805  6 files changed, 62 insertions(+), 47 deletions(-)
78806
78807 commit 09ad2613c8d8a60dac69a878c2d568adfea054c8
78808 Author: Behdad Esfahbod <behdad@behdad.org>
78809 Date:   Mon Oct 8 23:30:24 2018 -0400
78810
78811     Separate fallback kern vs mark positioning
78812
78813  src/hb-ot-shape-fallback.cc | 12 ++++++------
78814  src/hb-ot-shape-fallback.hh | 12 ++++++------
78815  src/hb-ot-shape.cc          | 15 ++++++++-------
78816  src/hb-ot-shape.hh          |  4 ++--
78817  4 files changed, 22 insertions(+), 21 deletions(-)
78818
78819 commit 3c23ff9b7c4241ec23054a95f1fdfbdef2c51f40
78820 Author: Behdad Esfahbod <behdad@behdad.org>
78821 Date:   Mon Oct 8 23:26:26 2018 -0400
78822
78823     [kern] Add kerning driver to TT kern table
78824
78825  src/hb-ot-kern-table.hh     | 19 +++++++++++++++++--
78826  src/hb-ot-shape-fallback.cc |  2 +-
78827  2 files changed, 18 insertions(+), 3 deletions(-)
78828
78829 commit 683c3a95330928129cfbb1488650f708414d68ba
78830 Author: Behdad Esfahbod <behdad@behdad.org>
78831 Date:   Mon Oct 8 23:09:48 2018 -0400
78832
78833     [kern] Abstract away kerning machine
78834
78835  src/hb-font.hh              |  2 +-
78836  src/hb-ot-kern-table.hh     | 71 +++++++++++++++++++++++++++++++++++++++++++++
78837  src/hb-ot-shape-fallback.cc | 67 +++++++++++-------------------------------
78838  3 files changed, 89 insertions(+), 51 deletions(-)
78839
78840 commit fb4f43838154a77912a9fc3437110c81e9d34aac
78841 Author: Behdad Esfahbod <behdad@behdad.org>
78842 Date:   Mon Oct 8 22:44:16 2018 -0400
78843
78844     Add HB_DEPRECATED
78845     
78846     Fixes https://github.com/harfbuzz/harfbuzz/issues/1232
78847
78848  src/hb-common.h     |  9 +++++++++
78849  src/hb-deprecated.h | 12 ++++++------
78850  2 files changed, 15 insertions(+), 6 deletions(-)
78851
78852 commit 80e3102b8a216f9a751d073f9a2f7900ca758086
78853 Author: Behdad Esfahbod <behdad@behdad.org>
78854 Date:   Mon Oct 8 22:41:08 2018 -0400
78855
78856     [kerx] Process coverage flags
78857
78858  src/hb-aat-layout-kerx-table.hh | 27 +++++++++++++++++++++++++++
78859  1 file changed, 27 insertions(+)
78860
78861 commit 26d7305da7a7e2cf765b068f565836442872ffe7
78862 Author: Behdad Esfahbod <behdad@behdad.org>
78863 Date:   Mon Oct 8 22:31:35 2018 -0400
78864
78865     Deprecate decompose_compatibility stuff
78866
78867  docs/harfbuzz-sections.txt |  7 +++---
78868  src/hb-deprecated.h        | 63 ++++++++++++++++++++++++++++++++++++++++++++++
78869  src/hb-unicode.h           | 47 ----------------------------------
78870  3 files changed, 67 insertions(+), 50 deletions(-)
78871
78872 commit 42b51eee54f143854b7c6c3be5d84bfbbd895100
78873 Author: Behdad Esfahbod <behdad@behdad.org>
78874 Date:   Mon Oct 8 22:26:39 2018 -0400
78875
78876     Deprecate eastasian_width stuff
78877
78878  docs/harfbuzz-sections.txt |  5 +++--
78879  src/hb-deprecated.h        | 37 +++++++++++++++++++++++++++++++++++++
78880  src/hb-unicode.h           | 28 ----------------------------
78881  3 files changed, 40 insertions(+), 30 deletions(-)
78882
78883 commit df964a09319bbf5b0a7528b906311726d4f640d6
78884 Author: Michiharu Ariza <ariza@adobe.com>
78885 Date:   Mon Oct 8 15:38:05 2018 -0700
78886
78887     fixed test-subset-cff2
78888
78889  src/hb-cff2-interp-cs.hh | 7 +++----
78890  src/hb-ot-cff2-table.cc  | 2 +-
78891  2 files changed, 4 insertions(+), 5 deletions(-)
78892
78893 commit a90fd8b9feeee3b02d139f2e7db774766d7855cb
78894 Merge: b51418f59 e42cd58c9
78895 Author: Michiharu Ariza <ariza@adobe.com>
78896 Date:   Mon Oct 8 15:07:58 2018 -0700
78897
78898     Merge branch 'master' into cff-subset
78899
78900 commit b51418f596097aa5d1b28fb0a02b613c36bacd8e
78901 Author: Michiharu Ariza <ariza@adobe.com>
78902 Date:   Mon Oct 8 15:05:36 2018 -0700
78903
78904     added CFF2 get_extents
78905     
78906     added source hb-ot-cff2-table.cc
78907     augmented VariationData to return scalars
78908     misc bug fixes, renaming, cleanup
78909
78910  src/Makefile.sources             |   2 +
78911  src/hb-cff-interp-common.hh      |  37 ++++++-----
78912  src/hb-cff-interp-cs-common.hh   | 134 +++++++++++++++++++-------------------
78913  src/hb-cff-interp-dict-common.hh |   6 +-
78914  src/hb-cff2-interp-cs.hh         | 102 ++++++++++++++++++++++++-----
78915  src/hb-ot-cff1-table.hh          |   4 +-
78916  src/hb-ot-cff2-table.cc          | 135 +++++++++++++++++++++++++++++++++++++++
78917  src/hb-ot-cff2-table.hh          |  71 ++++++++++++--------
78918  src/hb-ot-face.cc                |   1 +
78919  src/hb-ot-face.hh                |   1 +
78920  src/hb-ot-font.cc                |   4 ++
78921  src/hb-ot-layout-common.hh       |  28 +++++++-
78922  src/hb-subset-cff1.cc            |   2 +-
78923  src/hb-subset-cff2.cc            |   4 +-
78924  test/api/test-ot-extents-cff.c   |  36 +++++++++++
78925  15 files changed, 426 insertions(+), 141 deletions(-)
78926
78927 commit 286a45641fc6732bb7cab02f06c90396834541b1
78928 Author: Behdad Esfahbod <behdad@behdad.org>
78929 Date:   Mon Oct 8 16:41:08 2018 -0400
78930
78931     Minor
78932
78933  src/hb-ot-shape-normalize.hh | 2 +-
78934  1 file changed, 1 insertion(+), 1 deletion(-)
78935
78936 commit c0d3bf1bafe7b6d2e8f2798c1f55aaec71350d90
78937 Author: Behdad Esfahbod <behdad@behdad.org>
78938 Date:   Mon Oct 8 16:32:44 2018 -0400
78939
78940     Minor
78941
78942  src/hb-ot-shape.cc | 26 +++++++++++++-------------
78943  1 file changed, 13 insertions(+), 13 deletions(-)
78944
78945 commit 9c1bb81f5c5ca64ad1c665edd16947e4bc6f6c46
78946 Author: Behdad Esfahbod <behdad@behdad.org>
78947 Date:   Mon Oct 8 16:10:54 2018 -0400
78948
78949     [test/text-rendering-tests] Update from upstream
78950
78951  test/shaping/data/text-rendering-tests/DISABLED            | 3 ---
78952  test/shaping/data/text-rendering-tests/Makefile.sources    | 2 +-
78953  test/shaping/data/text-rendering-tests/tests/MORX-35.tests | 4 ++--
78954  3 files changed, 3 insertions(+), 6 deletions(-)
78955
78956 commit 1a5a3325a26f4989ab8c4bb91515d4898ffa4631
78957 Author: Behdad Esfahbod <behdad@behdad.org>
78958 Date:   Sun Oct 7 23:08:39 2018 -0400
78959
78960     [kerx] Minor
78961
78962  src/hb-aat-layout-kerx-table.hh | 4 ++--
78963  1 file changed, 2 insertions(+), 2 deletions(-)
78964
78965 commit d62b4011cc600ade2b130f81a077dd08d4e4464f
78966 Author: Behdad Esfahbod <behdad@behdad.org>
78967 Date:   Sun Oct 7 22:58:06 2018 -0400
78968
78969     [kern] Shout less
78970
78971  src/hb-ot-kern-table.hh | 36 +++++++++++++++++++-----------------
78972  1 file changed, 19 insertions(+), 17 deletions(-)
78973
78974 commit c6bb3a588f493630b40d8823532b482f407bacbf
78975 Author: Behdad Esfahbod <behdad@behdad.org>
78976 Date:   Sun Oct 7 22:52:53 2018 -0400
78977
78978     [kerx] Clean up Format2
78979
78980  src/hb-aat-layout-kerx-table.hh | 48 ++++++++---------------------------------
78981  1 file changed, 9 insertions(+), 39 deletions(-)
78982
78983 commit 8aa83d97f9e7f63e2fcb4ae965b75a39961c7d87
78984 Author: Behdad Esfahbod <behdad@behdad.org>
78985 Date:   Sun Oct 7 22:43:59 2018 -0400
78986
78987     [kern/kerx] Fix Format2 offsetting
78988     
78989     "The values in the right class table are stored pre-multiplied by the
78990     number of bytes in a single kerning value, and the values in the left
78991     class table are stored pre-multiplied by the number of bytes in one
78992     row. This eliminates needing to multiply the row and column values
78993     together to determine the location of the kerning value. The array can
78994     be indexed by doing the right- and left-hand class mappings, adding the
78995     class values to the address of the array, and fetching the kerning
78996     value to which the new address points."
78997
78998  src/hb-aat-layout-kerx-table.hh | 2 +-
78999  src/hb-ot-kern-table.hh         | 2 +-
79000  2 files changed, 2 insertions(+), 2 deletions(-)
79001
79002 commit ed2a404272bc99234c6f71f22b5a642834e59e6c
79003 Author: Behdad Esfahbod <behdad@behdad.org>
79004 Date:   Sun Oct 7 22:33:41 2018 -0400
79005
79006     [kerx] Clean up Format0
79007
79008  src/hb-aat-layout-kerx-table.hh | 48 +++++++++++------------------------------
79009  1 file changed, 12 insertions(+), 36 deletions(-)
79010
79011 commit 4c3b19d52ec7a1fa46f8d0971e377a7d29b87e27
79012 Author: Behdad Esfahbod <behdad@behdad.org>
79013 Date:   Sun Oct 7 22:30:42 2018 -0400
79014
79015     Support HBUINT32 BinSearchArrayOf
79016
79017  src/hb-open-type.hh | 13 +++++++------
79018  1 file changed, 7 insertions(+), 6 deletions(-)
79019
79020 commit 456a68c506238e9c6b019244237d4443bd3589af
79021 Author: Behdad Esfahbod <behdad@behdad.org>
79022 Date:   Sun Oct 7 22:28:45 2018 -0400
79023
79024     Move code
79025
79026  src/hb-aat-layout-common.hh | 105 --------------------------------------------
79027  src/hb-open-type.hh         | 105 +++++++++++++++++++++++++++++++++++++++++++-
79028  2 files changed, 104 insertions(+), 106 deletions(-)
79029
79030 commit 3515c8b187e2316dcf3abaefc84917b09449d485
79031 Author: Behdad Esfahbod <behdad@behdad.org>
79032 Date:   Sun Oct 7 22:27:00 2018 -0400
79033
79034     [aat] Rename
79035
79036  src/hb-aat-layout-common.hh | 12 ++++++------
79037  1 file changed, 6 insertions(+), 6 deletions(-)
79038
79039 commit e42cd58c997adafca5517faa9aacf651b90520f5
79040 Author: Behdad Esfahbod <behdad@behdad.org>
79041 Date:   Sun Oct 7 20:46:11 2018 -0400
79042
79043     Rename invisible_codepoint to invisible_glyph in API
79044     
79045     Deleted recently added API:
79046         hb_buffer_set_invisible_codepoint()
79047         hb_buffer_get_invisible_codepoint()
79048     
79049         hb-shape / hb-view --invisible-codepoint
79050     
79051     New API:
79052         hb_buffer_set_invisible_glyph()
79053         hb_buffer_get_invisible_glyph()
79054     
79055         hb-shape / hb-view --invisible-glyph
79056     
79057     Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
79058
79059  docs/harfbuzz-sections.txt |  4 ++--
79060  src/hb-buffer.cc           | 12 ++++++------
79061  src/hb-buffer.h            |  6 +++---
79062  util/options.cc            |  2 +-
79063  util/options.hh            |  6 +++---
79064  5 files changed, 15 insertions(+), 15 deletions(-)
79065
79066 commit 2a5cb37fdb43230217e055f3d7c770a35cfd5c21
79067 Author: Behdad Esfahbod <behdad@behdad.org>
79068 Date:   Sun Oct 7 20:36:46 2018 -0400
79069
79070     Revert "[morx] Fix MORX-35"
79071     
79072     This reverts commit f62f6e90ad1f1a83f77771ad65ee1ffb79470a8a.
79073
79074  src/hb-aat-layout-morx-table.hh                         | 14 +++++---------
79075  test/shaping/data/text-rendering-tests/DISABLED         |  3 +++
79076  test/shaping/data/text-rendering-tests/Makefile.sources |  2 +-
79077  3 files changed, 9 insertions(+), 10 deletions(-)
79078
79079 commit 14ebf8af0c04efcae6ca788ac85601bfe462f28d
79080 Author: Behdad Esfahbod <behdad@behdad.org>
79081 Date:   Sun Oct 7 20:35:06 2018 -0400
79082
79083     [buffer] Improve shift_forward()
79084     
79085     "Improve" is a strong word in this case though, I understand.
79086
79087  src/hb-buffer.cc | 16 +++++++++++++---
79088  1 file changed, 13 insertions(+), 3 deletions(-)
79089
79090 commit f62f6e90ad1f1a83f77771ad65ee1ffb79470a8a
79091 Author: Behdad Esfahbod <behdad@behdad.org>
79092 Date:   Sun Oct 7 18:06:53 2018 -0400
79093
79094     [morx] Fix MORX-35
79095     
79096     Fixes https://github.com/harfbuzz/harfbuzz/issues/1224
79097
79098  src/hb-aat-layout-morx-table.hh                         | 14 ++++++++++----
79099  test/shaping/data/text-rendering-tests/DISABLED         |  3 ---
79100  test/shaping/data/text-rendering-tests/Makefile.sources |  2 +-
79101  3 files changed, 11 insertions(+), 8 deletions(-)
79102
79103 commit 94368855c6bd7201d562cab3d2107685589e69c8
79104 Author: Behdad Esfahbod <behdad@behdad.org>
79105 Date:   Sun Oct 7 18:52:12 2018 -0400
79106
79107     Remove some code
79108     
79109     We use scratch-flags to short-circuit this function.  No need for previous
79110     early loop.
79111
79112  src/hb-ot-shape.cc | 16 +++-------------
79113  1 file changed, 3 insertions(+), 13 deletions(-)
79114
79115 commit c07b91b812dc66b38b11329cd6a93258a3769f9e
79116 Author: Behdad Esfahbod <behdad@behdad.org>
79117 Date:   Sun Oct 7 18:00:14 2018 -0400
79118
79119     [test/text-rendering-tests] Update from upstream
79120
79121  test/shaping/data/text-rendering-tests/Makefile.sources  |   6 +++++-
79122  .../data/text-rendering-tests/fonts/TestMORXForty.ttf    | Bin 0 -> 2408 bytes
79123  .../text-rendering-tests/fonts/TestMORXThirtyeight.ttf   | Bin 0 -> 2444 bytes
79124  .../text-rendering-tests/fonts/TestMORXThirtynine.ttf    | Bin 0 -> 2436 bytes
79125  .../text-rendering-tests/fonts/TestMORXThirtyseven.ttf   | Bin 0 -> 2444 bytes
79126  .../data/text-rendering-tests/tests/MORX-35.tests        |   4 ++--
79127  .../data/text-rendering-tests/tests/MORX-37.tests        |   4 ++++
79128  .../data/text-rendering-tests/tests/MORX-38.tests        |   4 ++++
79129  .../data/text-rendering-tests/tests/MORX-39.tests        |   4 ++++
79130  .../data/text-rendering-tests/tests/MORX-40.tests        |   4 ++++
79131  10 files changed, 23 insertions(+), 3 deletions(-)
79132
79133 commit fdce1e15434f14b7f4802edd67f7af737cf2b075
79134 Author: Behdad Esfahbod <behdad@behdad.org>
79135 Date:   Sun Oct 7 14:01:33 2018 -0400
79136
79137     [kerx] Clean up kerx and KerxTable structures
79138
79139  src/hb-aat-layout-kerx-table.hh | 169 ++++++++++++++++++++++++++--------------
79140  src/hb-aat-layout-morx-table.hh |   2 +-
79141  2 files changed, 113 insertions(+), 58 deletions(-)
79142
79143 commit 71b65eb27dd0867f51d9906887b9e372eb37f54a
79144 Author: Behdad Esfahbod <behdad@behdad.org>
79145 Date:   Sun Oct 7 18:41:52 2018 +0200
79146
79147     Add API for setting invisible-codepoint
79148     
79149     Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
79150     
79151     New API:
79152     hb_buffer_set_invisible_codepoint()
79153     hb_buffer_get_invisible_codepoint()
79154     
79155     hb-shape / hb-view --invisible-codepoint
79156
79157  docs/harfbuzz-sections.txt |  2 ++
79158  src/hb-buffer.cc           | 42 ++++++++++++++++++++++++++++++++++++++++++
79159  src/hb-buffer.h            |  7 +++++++
79160  src/hb-buffer.hh           |  1 +
79161  src/hb-ot-shape.cc         |  8 ++++----
79162  util/options.cc            |  1 +
79163  util/options.hh            |  3 +++
79164  7 files changed, 60 insertions(+), 4 deletions(-)
79165
79166 commit 13da3be0b342e8e2f060eba8753c6957c477c4ee
79167 Author: Behdad Esfahbod <behdad@behdad.org>
79168 Date:   Sun Oct 7 18:23:45 2018 +0200
79169
79170     [ot-font] Load hmtx/vmtx lazily
79171     
79172     Since we have get_*_advanes() API now, the overhead is once per shape,
79173     not once per glyph.
79174     
79175     Only cmap is warmed-up at set_funcs() time now.
79176
79177  src/hb-ot-font.cc | 26 +++++++++++++-------------
79178  1 file changed, 13 insertions(+), 13 deletions(-)
79179
79180 commit 856db4c9184e39c0457cc07c815f90058937c8a2
79181 Author: Behdad Esfahbod <behdad@behdad.org>
79182 Date:   Sun Oct 7 18:21:15 2018 +0200
79183
79184     Minor
79185
79186  src/hb-ot-font.cc | 2 +-
79187  1 file changed, 1 insertion(+), 1 deletion(-)
79188
79189 commit f92330b5e0b1a5a61768494bd7081e3fc235b182
79190 Author: Behdad Esfahbod <behdad@behdad.org>
79191 Date:   Sun Oct 7 17:51:50 2018 +0200
79192
79193     Minor
79194
79195  test/api/test-multithread.c | 6 +++---
79196  1 file changed, 3 insertions(+), 3 deletions(-)
79197
79198 commit b2e398c077cf9437298bfe2ee53b7407a5865c14
79199 Author: Behdad Esfahbod <behdad@behdad.org>
79200 Date:   Sun Oct 7 16:31:33 2018 +0200
79201
79202     [coretext] Fix OS X check
79203     
79204     Fixes https://github.com/harfbuzz/harfbuzz/issues/1230
79205
79206  src/hb-coretext.cc | 4 ++--
79207  1 file changed, 2 insertions(+), 2 deletions(-)
79208
79209 commit 55942ad5c1ee999c9f590b8cc8fbde12e937aa6f
79210 Author: Michiharu Ariza <ariza@adobe.com>
79211 Date:   Sat Oct 6 14:49:44 2018 -0700
79212
79213     Merge branch 'master' into cff-subset
79214
79215  TODO                                               |  10 +--
79216  configure.ac                                       |   2 +-
79217  src/hb-aat-layout-common.hh                        |   4 +-
79218  src/hb-aat-layout-morx-table.hh                    |   9 +-
79219  src/hb-aat-layout.cc                               |   6 ++
79220  src/hb-aat-layout.hh                               |   2 +
79221  src/hb-face.cc                                     |   2 +-
79222  src/hb-machinery.hh                                |   2 +-
79223  src/hb-ot-cmap-table.hh                            |   2 +-
79224  src/hb-ot-post-table.hh                            |   2 +-
79225  src/hb-ot-shape.cc                                 |  27 ++++--
79226  src/hb-ot-shape.hh                                 |   5 ++
79227  src/hb-set.hh                                      |   4 +-
79228  src/hb-subset.cc                                   |   2 +-
79229  src/hb-vector.hh                                   | 100 ++++++++++++++-------
79230  test/shaping/data/text-rendering-tests/DISABLED    |  35 +-------
79231  .../data/text-rendering-tests/Makefile.sources     |  18 ++--
79232  .../data/text-rendering-tests/extract-tests.py     |  18 +++-
79233  .../text-rendering-tests/fonts/TestGSUBThree.ttf   | Bin 0 -> 1504 bytes
79234  .../fonts/TestMORXThirtyfive.ttf                   | Bin 0 -> 1968 bytes
79235  .../fonts/TestMORXThirtyfour.ttf                   | Bin 0 -> 3608 bytes
79236  .../fonts/TestMORXThirtysix.ttf                    | Bin 0 -> 1836 bytes
79237  .../fonts/TestMORXThirtythree.ttf                  | Bin 0 -> 1520 bytes
79238  .../fonts/TestMORXTwentyfour.ttf                   | Bin 0 -> 1828 bytes
79239  .../data/text-rendering-tests/tests/GSUB-3.tests   |   1 +
79240  .../data/text-rendering-tests/tests/MORX-24.tests  |   1 +
79241  .../data/text-rendering-tests/tests/MORX-32.tests  |   8 +-
79242  .../data/text-rendering-tests/tests/MORX-33.tests  |   3 +
79243  .../data/text-rendering-tests/tests/MORX-34.tests  |   1 +
79244  .../data/text-rendering-tests/tests/MORX-35.tests  |   2 +
79245  .../data/text-rendering-tests/tests/MORX-36.tests  |   1 +
79246  test/shaping/run-tests.py                          |  19 ++--
79247  util/view-cairo.hh                                 |   2 +-
79248  33 files changed, 173 insertions(+), 115 deletions(-)
79249
79250 commit 7ee50af8366547c382047a30a94f7f5f739aabcb
79251 Author: Behdad Esfahbod <behdad@behdad.org>
79252 Date:   Sat Oct 6 21:31:44 2018 +0200
79253
79254     [morx] Fix memory access issues with unsafe_to_break
79255
79256  src/hb-aat-layout-common.hh | 8 +++++---
79257  1 file changed, 5 insertions(+), 3 deletions(-)
79258
79259 commit f58c5175890e666503b6f140d238e1abca91598e
79260 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79261 Date:   Sat Oct 6 22:42:56 2018 +0330
79262
79263     Make msan output a little more readable
79264
79265  .circleci/config.yml | 2 +-
79266  1 file changed, 1 insertion(+), 1 deletion(-)
79267
79268 commit e9abe33963739f753cdfb007eed40101ce33f550
79269 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79270 Date:   Sat Oct 6 12:19:33 2018 +0330
79271
79272     Use tempfile in run-tests as a fix for Windows CI fails (#1228)
79273
79274  test/shaping/run-tests.py | 14 +++++++-------
79275  1 file changed, 7 insertions(+), 7 deletions(-)
79276
79277 commit 0816a549789a1b647443c2b33cfda3f4400a0f87
79278 Author: Behdad Esfahbod <behdad@behdad.org>
79279 Date:   Sat Oct 6 02:40:57 2018 +0200
79280
79281     [uniscribe/coretext] Fix for previous change
79282
79283  src/hb-coretext.cc  |  2 +-
79284  src/hb-uniscribe.cc | 12 ++++++------
79285  2 files changed, 7 insertions(+), 7 deletions(-)
79286
79287 commit 341206eb609202e4b2f0d03d29cb577ebe8390b9
79288 Author: Behdad Esfahbod <behdad@behdad.org>
79289 Date:   Fri Oct 5 18:39:48 2018 +0200
79290
79291     [vector] Make hb_vector_t relocatable / nestable
79292     
79293     Ugly, but...
79294     Fixes https://github.com/harfbuzz/harfbuzz/issues/1227
79295
79296  src/hb-face.cc          |  2 +-
79297  src/hb-machinery.hh     |  2 +-
79298  src/hb-ot-cmap-table.hh |  2 +-
79299  src/hb-ot-post-table.hh |  2 +-
79300  src/hb-set.hh           |  4 +--
79301  src/hb-subset.cc        |  2 +-
79302  src/hb-vector.hh        | 94 +++++++++++++++++++++++++++++++------------------
79303  7 files changed, 66 insertions(+), 42 deletions(-)
79304
79305 commit 5469d80707d32c733b1c60f79ab2f217e879de55
79306 Author: Behdad Esfahbod <behdad@behdad.org>
79307 Date:   Fri Oct 5 18:21:08 2018 +0200
79308
79309     Add hb_vector_t::fini_deep ()
79310
79311  src/hb-vector.hh | 8 ++++++++
79312  1 file changed, 8 insertions(+)
79313
79314 commit 4831e615d173be9c7e140be0fa9017e4d9e499af
79315 Author: Behdad Esfahbod <behdad@behdad.org>
79316 Date:   Fri Oct 5 18:14:13 2018 +0200
79317
79318     [morx] Fix memory access issue
79319     
79320     If buffer was enlarged, info was being outdated.
79321     
79322     Fixes https://github.com/harfbuzz/harfbuzz/issues/1225
79323
79324  src/hb-aat-layout-common.hh | 4 +---
79325  1 file changed, 1 insertion(+), 3 deletions(-)
79326
79327 commit 5a41cf6be69adb0b5b29976a33c4c6dd6ce7afc5
79328 Author: Behdad Esfahbod <behdad@behdad.org>
79329 Date:   Fri Oct 5 11:33:19 2018 +0200
79330
79331     [test/text-rendering-tests] Update from upstream
79332
79333  test/shaping/data/text-rendering-tests/DISABLED          |   3 +++
79334  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
79335  .../text-rendering-tests/fonts/TestMORXThirtyfive.ttf    | Bin 0 -> 1968 bytes
79336  .../text-rendering-tests/fonts/TestMORXThirtysix.ttf     | Bin 0 -> 1836 bytes
79337  .../data/text-rendering-tests/tests/MORX-35.tests        |   2 ++
79338  .../data/text-rendering-tests/tests/MORX-36.tests        |   1 +
79339  6 files changed, 8 insertions(+)
79340
79341 commit a62f37d6fa412b799b7247b813f6e65a968e7645
79342 Author: Behdad Esfahbod <behdad@behdad.org>
79343 Date:   Fri Oct 5 02:49:29 2018 +0200
79344
79345     Change vendor features from Harf/Buzz to HARF/BUZZ
79346     
79347     https://github.com/harfbuzz/harfbuzz/commit/a01194aaf4c15160330b4042066263b2c963b658#commitcomment-30772041
79348     
79349     "The tag space of tags consisting of four uppercase letters (A-Z) with no punctuation,
79350     spaces, or numbers, is reserved as a vendor space. Font vendors may use such tags to
79351     identify private features."
79352
79353  src/hb-ot-shape.cc | 4 ++--
79354  1 file changed, 2 insertions(+), 2 deletions(-)
79355
79356 commit e7a045e4db39e037badcab0ad1239c0cb56c1170
79357 Author: Michiharu Ariza <ariza@adobe.com>
79358 Date:   Thu Oct 4 14:16:07 2018 -0700
79359
79360     fixed leak exposed by test-ot-extents-cff
79361
79362  src/hb-cff-interp-common.hh      | 3 +++
79363  src/hb-cff-interp-dict-common.hh | 4 ++++
79364  2 files changed, 7 insertions(+)
79365
79366 commit 6238edbd8b654d105bbd191dffabc7820f0a3223
79367 Author: Michiharu Ariza <ariza@adobe.com>
79368 Date:   Thu Oct 4 13:59:36 2018 -0700
79369
79370     added CFF glyph extents API test
79371
79372  test/api/Makefile.am           |  1 +
79373  test/api/test-ot-extents-cff.c | 65 ++++++++++++++++++++++++++++++++++++++++++
79374  2 files changed, 66 insertions(+)
79375
79376 commit 0222d57c357c775f25866653700b9dcb7d5bb807
79377 Author: Michiharu Ariza <ariza@adobe.com>
79378 Date:   Thu Oct 4 09:37:57 2018 -0700
79379
79380     tweaked previous warning fixes
79381
79382  src/hb-cff-interp-common.hh | 4 ++--
79383  1 file changed, 2 insertions(+), 2 deletions(-)
79384
79385 commit 7b3ae5ffd202346cb3742fe0f8cfafe8c36a4bd5
79386 Author: Behdad Esfahbod <behdad@behdad.org>
79387 Date:   Thu Oct 4 16:36:42 2018 +0200
79388
79389     More bot fixes
79390
79391  test/shaping/run-tests.py | 4 ++--
79392  1 file changed, 2 insertions(+), 2 deletions(-)
79393
79394 commit 310bdac4a08b99a25de6a16a20464873f90b52e4
79395 Author: Behdad Esfahbod <behdad@behdad.org>
79396 Date:   Thu Oct 4 16:31:14 2018 +0200
79397
79398     Fix a warning
79399
79400  util/view-cairo.hh | 2 +-
79401  1 file changed, 1 insertion(+), 1 deletion(-)
79402
79403 commit 0abce58139bb58b8b97171db6387d2ac7eebdee0
79404 Author: Behdad Esfahbod <behdad@behdad.org>
79405 Date:   Thu Oct 4 16:23:42 2018 +0200
79406
79407     [test] Choose 'ot' shaper specifically
79408     
79409     Now that we added morx support, our OS X bot is running them through CoreText
79410     and failing (with a DoS / infinite loop no less!).  Always run tests through
79411     our own shaper.
79412
79413  test/shaping/run-tests.py | 2 +-
79414  1 file changed, 1 insertion(+), 1 deletion(-)
79415
79416 commit c93d379bf2414eb6ee6d38fb9753ddf818a777ea
79417 Author: Behdad Esfahbod <behdad@behdad.org>
79418 Date:   Thu Oct 4 13:28:13 2018 +0200
79419
79420     [TODO] Clean up
79421
79422  TODO | 10 +---------
79423  1 file changed, 1 insertion(+), 9 deletions(-)
79424
79425 commit a01194aaf4c15160330b4042066263b2c963b658
79426 Author: Behdad Esfahbod <behdad@behdad.org>
79427 Date:   Thu Oct 4 13:00:37 2018 +0200
79428
79429     Enable two OpenType features, 'Harf' and 'Buzz'
79430     
79431     One early, before script-specific features, one late, after.  Allows font
79432     developers to detect us and behave differently if needed.
79433
79434  src/hb-ot-shape.cc | 4 ++++
79435  1 file changed, 4 insertions(+)
79436
79437 commit 55468ca01b4cdf274900fb752fbf9ae05a78705e
79438 Author: Behdad Esfahbod <behdad@behdad.org>
79439 Date:   Thu Oct 4 12:13:55 2018 +0200
79440
79441     [test/text-rendering-tests] Update from upstream
79442
79443  test/shaping/data/text-rendering-tests/Makefile.sources  |   6 +++++-
79444  test/shaping/data/text-rendering-tests/extract-tests.py  |  12 ++++++++++++
79445  .../data/text-rendering-tests/fonts/TestGSUBThree.ttf    | Bin 0 -> 1504 bytes
79446  .../text-rendering-tests/fonts/TestMORXThirtyfour.ttf    | Bin 0 -> 3608 bytes
79447  .../text-rendering-tests/fonts/TestMORXThirtythree.ttf   | Bin 0 -> 1520 bytes
79448  .../text-rendering-tests/fonts/TestMORXTwentyfour.ttf    | Bin 0 -> 1828 bytes
79449  .../shaping/data/text-rendering-tests/tests/GSUB-3.tests |   1 +
79450  .../data/text-rendering-tests/tests/MORX-24.tests        |   1 +
79451  .../data/text-rendering-tests/tests/MORX-32.tests        |   8 ++++----
79452  .../data/text-rendering-tests/tests/MORX-33.tests        |   3 +++
79453  .../data/text-rendering-tests/tests/MORX-34.tests        |   1 +
79454  test/shaping/run-tests.py                                |  15 +++++++++------
79455  12 files changed, 36 insertions(+), 11 deletions(-)
79456
79457 commit 6ff8a8a10b62a54a87d53b0af66ccaba5d58b107
79458 Author: Behdad Esfahbod <behdad@behdad.org>
79459 Date:   Thu Oct 4 12:09:45 2018 +0200
79460
79461     Minor
79462
79463  test/shaping/data/text-rendering-tests/extract-tests.py | 6 +++---
79464  1 file changed, 3 insertions(+), 3 deletions(-)
79465
79466 commit 14ff3cbe0f30dea24e1bb175b1e8e41039f6afdc
79467 Author: Behdad Esfahbod <behdad@behdad.org>
79468 Date:   Thu Oct 4 11:34:21 2018 +0200
79469
79470     Apply morx if there's no GSUB!
79471
79472  src/hb-ot-shape.cc                                 | 23 ++++++++++++----
79473  src/hb-ot-shape.hh                                 |  5 ++++
79474  test/shaping/data/text-rendering-tests/DISABLED    | 32 ----------------------
79475  .../data/text-rendering-tests/Makefile.sources     | 14 +++++-----
79476  4 files changed, 29 insertions(+), 45 deletions(-)
79477
79478 commit 3417037eb13a59dce6add0b1691ddb1b2b54c1e4
79479 Author: Behdad Esfahbod <behdad@behdad.org>
79480 Date:   Thu Oct 4 11:08:15 2018 +0200
79481
79482     [aat] Add +hb_aat_layout_has_substitution
79483
79484  src/hb-aat-layout-morx-table.hh | 2 ++
79485  src/hb-aat-layout.cc            | 6 ++++++
79486  src/hb-aat-layout.hh            | 2 ++
79487  3 files changed, 10 insertions(+)
79488
79489 commit 1f14107f71a6c3da8270ed21c3588f945fa91733
79490 Author: Sascha Brawer <sascha@brawer.ch>
79491 Date:   Thu Oct 4 09:17:08 2018 +0200
79492
79493     Minor: Fix autoconf warning
79494     
79495     Before this change, autoconf was emitting the following warnings:
79496     
79497     ```
79498     configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79499     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79500     configure.ac:22: the top level
79501     configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79502     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79503     configure.ac:22: the top level
79504     configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79505     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79506     configure.ac:22: the top level
79507     configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79508     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79509     configure.ac:22: the top level
79510     configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79511     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79512     configure.ac:22: the top level
79513     configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79514     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79515     configure.ac:22: the top level
79516     configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79517     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79518     configure.ac:22: the top level
79519     configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
79520     ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
79521     configure.ac:22: the top level
79522     ```
79523
79524  configure.ac | 2 +-
79525  1 file changed, 1 insertion(+), 1 deletion(-)
79526
79527 commit 7810bb1a59ea71afeed7ea489400801ebdf642e4
79528 Author: Sascha Brawer <sascha@brawer.ch>
79529 Date:   Thu Oct 4 09:24:08 2018 +0200
79530
79531     [morx] Only insert glyphs at mark when a mark has been set before
79532     
79533     This reverts commit f4072e8cb81072cd6d51a2607efedb76c02e7db1.
79534     https://github.com/harfbuzz/harfbuzz/issues/1195
79535
79536  src/hb-aat-layout-morx-table.hh | 7 ++++++-
79537  1 file changed, 6 insertions(+), 1 deletion(-)
79538
79539 commit 3ef358909eb7e26ca9630e61c7ba142d9e94389e
79540 Author: Michiharu Ariza <ariza@adobe.com>
79541 Date:   Wed Oct 3 18:08:25 2018 -0700
79542
79543     fixed warnings
79544
79545  src/hb-cff-interp-common.hh | 4 ++--
79546  1 file changed, 2 insertions(+), 2 deletions(-)
79547
79548 commit 1aeaee9dfc7ee3ca410919c41e55452a0b6b9bf6
79549 Author: Michiharu Ariza <ariza@adobe.com>
79550 Date:   Wed Oct 3 17:44:45 2018 -0700
79551
79552     fixed cff2 subset test data
79553
79554  test/api/fonts/AdobeVFPrototype.abc.nohints.otf | Bin 0 -> 7800 bytes
79555  test/api/test-subset-cff2.c                     |   4 ++--
79556  2 files changed, 2 insertions(+), 2 deletions(-)
79557
79558 commit 8be5a9186be3ca4c50c73f372be4dbad08ac1863
79559 Merge: d7b384ad0 5de2d9cdb
79560 Author: Michiharu Ariza <ariza@adobe.com>
79561 Date:   Wed Oct 3 17:06:18 2018 -0700
79562
79563     Merge branch 'master' into cff-subset
79564
79565 commit 5de2d9cdbdca870901c0ba9472f5b78c48ba0a58
79566 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79567 Date:   Thu Oct 4 02:14:18 2018 +0330
79568
79569     Minor, fix double-promotion warnings (#1221)
79570
79571  .circleci/config.yml        | 2 +-
79572  src/dump-emoji.cc           | 2 +-
79573  src/hb-common.cc            | 2 +-
79574  src/hb-ot-var-fvar-table.hh | 2 +-
79575  4 files changed, 4 insertions(+), 4 deletions(-)
79576
79577 commit c2c7e6471ca912c91c82f6d71338082978f13dc6
79578 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79579 Date:   Thu Oct 4 00:29:40 2018 +0330
79580
79581     State our graphite2 dependency no-deprecated compile flag (#1220)
79582
79583  .circleci/config.yml | 2 +-
79584  .travis.yml          | 2 --
79585  configure.ac         | 2 +-
79586  3 files changed, 2 insertions(+), 4 deletions(-)
79587
79588 commit e4e74c2751ac24178086cce2811d34d8019b6f85
79589 Author: mhosken <mhosken@users.noreply.github.com>
79590 Date:   Thu Oct 4 02:33:26 2018 +0700
79591
79592     Update Graphite API to latest (#1215)
79593
79594  src/hb-graphite2.cc | 28 +++++++++++++++++++++++++++-
79595  1 file changed, 27 insertions(+), 1 deletion(-)
79596
79597 commit 81f5eb09eca010337ffb3369000a3d5c1e8e2cda
79598 Author: Behdad Esfahbod <behdad@behdad.org>
79599 Date:   Wed Oct 3 21:30:48 2018 +0200
79600
79601     Add emoji test for recent work
79602
79603  test/shaping/data/in-house/Makefile.sources             |   2 +-
79604  .../fonts/3cf6f8ac6d647473a43a3100e7494b202b2cfafe.ttf  | Bin 0 -> 16596 bytes
79605  test/shaping/data/in-house/tests/emoji-flag-tags.tests  |   2 --
79606  test/shaping/data/in-house/tests/emoji.tests            |   4 ++++
79607  4 files changed, 5 insertions(+), 3 deletions(-)
79608
79609 commit 9e2824cca0e42a53fafda7b2feb095986df40675
79610 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79611 Date:   Wed Oct 3 22:49:02 2018 +0330
79612
79613     [ci] Delete azure-pipelines
79614     
79615     End of experiment, we might get back to it later
79616
79617  azure-pipelines.yml | 10 ----------
79618  1 file changed, 10 deletions(-)
79619
79620 commit b710ea4fdeb1a620b396bd07665fc129fe5fc074
79621 Author: Behdad Esfahbod <behdad@behdad.org>
79622 Date:   Wed Oct 3 21:17:59 2018 +0200
79623
79624     Clean Fitzpatrick hack
79625
79626  src/hb-ot-layout.hh |  2 +-
79627  src/hb-ot-shape.cc  |  9 +++++++--
79628  src/hb-unicode.hh   | 20 --------------------
79629  3 files changed, 8 insertions(+), 23 deletions(-)
79630
79631 commit 95e5f1ae69036108f318b93b11d85b2ebc19109b
79632 Author: Behdad Esfahbod <behdad@behdad.org>
79633 Date:   Wed Oct 3 21:11:13 2018 +0200
79634
79635     Unbreak Fitzpatrick
79636     
79637     Fixes https://github.com/harfbuzz/harfbuzz/issues/1159
79638
79639  src/hb-ot-layout.hh | 2 +-
79640  1 file changed, 1 insertion(+), 1 deletion(-)
79641
79642 commit 03fb6dd4c7d12a98cc0ef325432658c3c76ab208
79643 Author: Behdad Esfahbod <behdad@behdad.org>
79644 Date:   Wed Oct 3 21:02:16 2018 +0200
79645
79646     Rewrite grapheme-formation in terms of new work
79647     
79648     Also, don't attach ZWNJ to previous cluster.  Closer to Unicode graphemes.
79649
79650  src/hb-coretext.cc                                 |  2 +-
79651  src/hb-ot-shape.cc                                 | 48 ++++++----------------
79652  .../in-house/tests/indic-joiner-candrabindu.tests  |  2 +-
79653  .../data/in-house/tests/indic-joiners.tests        |  6 +--
79654  4 files changed, 18 insertions(+), 40 deletions(-)
79655
79656 commit 68106b1d9b96caf79b0a778a7da75caf54e7d44a
79657 Author: Behdad Esfahbod <behdad@behdad.org>
79658 Date:   Wed Oct 3 20:50:12 2018 +0200
79659
79660     Minor
79661
79662  src/hb-ot-layout.hh | 3 +--
79663  1 file changed, 1 insertion(+), 2 deletions(-)
79664
79665 commit 3f1c741b7a85d9c2d66e7f2446e988470c538b49
79666 Author: Behdad Esfahbod <behdad@behdad.org>
79667 Date:   Wed Oct 3 20:45:19 2018 +0200
79668
79669     [test] Split a test
79670
79671  .../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf | Bin 0 -> 51924 bytes
79672  .../fonts/bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf | Bin 74856 -> 0 bytes
79673  .../in-house/tests/mongolian-variation-selector.tests  |  17 ++++++++++++++++-
79674  3 files changed, 16 insertions(+), 1 deletion(-)
79675
79676 commit ba813aab0909375af0c8f8e0c34595680c2762a4
79677 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79678 Date:   Wed Oct 3 21:52:15 2018 +0330
79679
79680     Update azure-pipelines.yml
79681
79682  azure-pipelines.yml | 2 +-
79683  1 file changed, 1 insertion(+), 1 deletion(-)
79684
79685 commit 06922acbc4558699e43a4ed98ffb21f1e84abfc6
79686 Author: Behdad Esfahbod <behdad@behdad.org>
79687 Date:   Wed Oct 3 20:19:17 2018 +0200
79688
79689     Fix distcheck
79690
79691  src/Makefile.sources | 1 +
79692  1 file changed, 1 insertion(+)
79693
79694 commit 4eea2e279b019ac627b2b9e2234a194957971022
79695 Author: Behdad Esfahbod <behdad@behdad.org>
79696 Date:   Wed Oct 3 20:16:03 2018 +0200
79697
79698     [thai] Set continuation on decomposed nikhahit
79699
79700  src/hb-ot-shape-complex-thai.cc | 6 +++---
79701  1 file changed, 3 insertions(+), 3 deletions(-)
79702
79703 commit 8edc91022c3943fb306cee26ed6eb85381b5ea76
79704 Author: Behdad Esfahbod <behdad@behdad.org>
79705 Date:   Wed Oct 3 20:13:20 2018 +0200
79706
79707     [indic] Reset continuation on inserted dottedcircle
79708
79709  src/hb-ot-shape-complex-indic.cc | 4 +++-
79710  1 file changed, 3 insertions(+), 1 deletion(-)
79711
79712 commit 2a6f15213ec30e5eb07465dd9dc81c2c386cb1e0
79713 Author: Behdad Esfahbod <behdad@behdad.org>
79714 Date:   Wed Oct 3 20:09:14 2018 +0200
79715
79716     [buffer] Inline some more
79717
79718  src/hb-buffer.cc | 44 --------------------------------------------
79719  src/hb-buffer.hh | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
79720  2 files changed, 44 insertions(+), 52 deletions(-)
79721
79722 commit 6f39c22029867c6d00cf70d7df242a28ca8f12bc
79723 Author: Behdad Esfahbod <behdad@behdad.org>
79724 Date:   Wed Oct 3 20:06:32 2018 +0200
79725
79726     Add code
79727
79728  src/hb-ot-layout.hh | 5 +++++
79729  1 file changed, 5 insertions(+)
79730
79731 commit 19d50aa2620f1464da8e00185b746e46fb0d80c4
79732 Author: Behdad Esfahbod <behdad@behdad.org>
79733 Date:   Wed Oct 3 20:05:28 2018 +0200
79734
79735     [indic] Simplify dottedcircle
79736
79737  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
79738  1 file changed, 15 insertions(+), 8 deletions(-)
79739
79740 commit 3b7831851052ecf2611a115cc2b80ef970d83df8
79741 Author: Behdad Esfahbod <behdad@behdad.org>
79742 Date:   Wed Oct 3 19:44:15 2018 +0200
79743
79744     [emoji] Mark emoji contination sequences as continuation
79745     
79746     This adds a new grapheme bit.  Not used yet.
79747     
79748     Part of https://github.com/harfbuzz/harfbuzz/issues/1159
79749
79750  src/hb-ot-layout.hh | 83 +++++++++++++++++++++++++----------------------------
79751  src/hb-ot-shape.cc  | 24 ++++++++++++++++
79752  src/hb-unicode.hh   |  5 ----
79753  3 files changed, 63 insertions(+), 49 deletions(-)
79754
79755 commit 123326e20a30a51e25339c2eca272e4e6c847742
79756 Author: Behdad Esfahbod <behdad@behdad.org>
79757 Date:   Wed Oct 3 19:19:51 2018 +0200
79758
79759     Dotted-circle all marks, not just non-spacing, at text beginning
79760
79761  src/hb-ot-shape.cc | 3 +--
79762  1 file changed, 1 insertion(+), 2 deletions(-)
79763
79764 commit 4146c00caa29e53ee9a29def151f12792ac76596
79765 Author: Ebrahim Byagowi <ebrahim@gnu.org>
79766 Date:   Wed Oct 3 21:26:58 2018 +0330
79767
79768     [test] Use an in-repo font for test-multithread (#1218)
79769     
79770     As Khaled's suggestion, hard-coded font paths was only for my own testing.
79771
79772  test/api/hb-subset-test.h   | 13 +++++++++----
79773  test/api/test-multithread.c | 41 ++++++++++++++++++++++++++---------------
79774  test/fuzzing/main.cc        |  6 ++++++
79775  3 files changed, 41 insertions(+), 19 deletions(-)
79776
79777 commit fde9b8852d7cd6224afeffcfe363f4b445ab1ece
79778 Author: azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>
79779 Date:   Wed Oct 3 17:47:05 2018 +0000
79780
79781     [ci] Add a test Azure Pipelines Linux bot
79782     
79783     Related #1219
79784
79785  azure-pipelines.yml | 10 ++++++++++
79786  1 file changed, 10 insertions(+)
79787
79788 commit 674560cf244054a7e8c16073a59aa1b01e1ba5ea
79789 Author: Behdad Esfahbod <behdad@behdad.org>
79790 Date:   Wed Oct 3 19:10:28 2018 +0200
79791
79792     Fix build
79793
79794  src/test-unicode-ranges.cc | 4 ++--
79795  1 file changed, 2 insertions(+), 2 deletions(-)
79796
79797 commit 45e55f70801e2ccd28e1ee30bdf5341b1ac6efe5
79798 Author: Behdad Esfahbod <behdad@behdad.org>
79799 Date:   Wed Oct 3 18:07:49 2018 +0200
79800
79801     [indic] Fix clang everything
79802
79803  src/hb-ot-shape-complex-indic.cc | 14 ++++++++++----
79804  1 file changed, 10 insertions(+), 4 deletions(-)
79805
79806 commit 4df02e3240ada0734748a47572baa2fc1c6afbd1
79807 Author: Behdad Esfahbod <behdad@behdad.org>
79808 Date:   Wed Oct 3 17:54:09 2018 +0200
79809
79810     Minor
79811
79812  src/hb-ot-os2-unicode-ranges.hh | 2 +-
79813  1 file changed, 1 insertion(+), 1 deletion(-)
79814
79815 commit 1e8f195b96765480007808da60789de9ac501c3b
79816 Author: Behdad Esfahbod <behdad@behdad.org>
79817 Date:   Wed Oct 3 17:46:48 2018 +0200
79818
79819     [emoji] Add emoji Extended_Pictographic table and function
79820     
79821     Part of https://github.com/harfbuzz/harfbuzz/issues/1159
79822     
79823     .
79824
79825  src/Makefile.am                 |  12 +-
79826  src/gen-emoji-table.py          |  64 ++++++++++
79827  src/hb-ot-os2-table.hh          |   2 +-
79828  src/hb-ot-os2-unicode-ranges.hh |   6 +-
79829  src/hb-unicode-emoji-table.hh   | 269 ++++++++++++++++++++++++++++++++++++++++
79830  src/hb-unicode.cc               |  16 +++
79831  src/hb-unicode.hh               |  37 +++++-
79832  7 files changed, 398 insertions(+), 8 deletions(-)
79833
79834 commit 1dc601b04a816a5b5ed12ae1c01ddcfd60a8398f
79835 Author: Behdad Esfahbod <behdad@behdad.org>
79836 Date:   Wed Oct 3 17:27:46 2018 +0200
79837
79838     [os2] Minor rename/shuffle
79839
79840  ...unicode-ranges.py => gen-os2-unicode-ranges.py} |  2 +-
79841  src/hb-ot-os2-unicode-ranges.hh                    | 45 +++++++++++-----------
79842  2 files changed, 24 insertions(+), 23 deletions(-)
79843
79844 commit 7a1ab0464d3ee1ca5c9b31215fbffb8601ae860d
79845 Author: lantw44 <lantw44@gmail.com>
79846 Date:   Wed Oct 3 23:22:43 2018 +0800
79847
79848     Fix test-multithread build on FreeBSD (#1217)
79849     
79850     Add the default font path used by FreeBSD ports.
79851
79852  test/api/test-multithread.c | 2 ++
79853  1 file changed, 2 insertions(+)
79854
79855 commit df32eaae42b505b00de4a8b5efce9ab948bed847
79856 Author: Behdad Esfahbod <behdad@behdad.org>
79857 Date:   Wed Oct 3 14:44:25 2018 +0200
79858
79859     [indic] Disallow vowel mark combinations that spoof other vowel marks
79860     
79861     Fixes https://github.com/harfbuzz/harfbuzz/issues/1019
79862     
79863     New numbers:
79864     
79865     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
79866     DEVANAGARI: 707261 out of 707394 tests passed. 133 failed (0.0188014%)
79867     GUJARATI: 366353 out of 366457 tests passed. 104 failed (0.0283799%)
79868     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
79869     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
79870     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
79871     ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
79872     SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
79873     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
79874     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
79875     
79876     Devanagari regressed because Uniscribe doesn't enforce the full set.
79877     
79878     Tests added with the *-vowel-letters.txt files in tree and Noto fonts.
79879
79880  src/hb-ot-shape-complex-indic.cc                   | 256 ++++++++++++++++++++-
79881  test/shaping/data/in-house/Makefile.sources        |   1 +
79882  .../03e3f463c3a985bc42096620cc415342818454fb.ttf   | Bin 0 -> 2904 bytes
79883  .../1a5face3fcbd929d228235c2f72bbd6f8eb37424.ttf   | Bin 0 -> 8188 bytes
79884  .../2c25beb56d9c556622d56b0b5d02b4670c034f89.ttf   | Bin 0 -> 2460 bytes
79885  .../604026ae5aaca83c49cd8416909d71ba3e1c1194.ttf   | Bin 0 -> 4120 bytes
79886  .../738d9f3b8c2dfd03875bf35a61d28fd78faf17c8.ttf   | Bin 0 -> 2336 bytes
79887  .../7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf   | Bin 0 -> 3452 bytes
79888  .../881642af1667ae30a54e58de8be904566d00508f.ttf   | Bin 0 -> 2760 bytes
79889  .../af85624080af5627fb050f570d148a62f04fda74.ttf   | Bin 0 -> 2656 bytes
79890  .../tests/indic-vowel-letter-spoofing.tests        |  53 +++++
79891  11 files changed, 309 insertions(+), 1 deletion(-)
79892
79893 commit 1b8d5e999192035c08f918aa1fcfcebdea67d82e
79894 Author: Behdad Esfahbod <behdad@behdad.org>
79895 Date:   Wed Oct 3 14:44:19 2018 +0200
79896
79897     [thai] Minor
79898
79899  src/hb-ot-shape-complex-thai.cc | 3 ++-
79900  1 file changed, 2 insertions(+), 1 deletion(-)
79901
79902 commit d3d0cbd27831a6ea41b89f50d380296565c0016d
79903 Author: Behdad Esfahbod <behdad@behdad.org>
79904 Date:   Wed Oct 3 13:54:21 2018 +0200
79905
79906     Typo
79907
79908  .../{bengali-vowel-leters.txt => bengali-vowel-letters.txt}               | 0
79909  .../{gujarati-vowel-letter.txt => gujarati-vowel-letters.txt}             | 0
79910  2 files changed, 0 insertions(+), 0 deletions(-)
79911
79912 commit 0dd9101fd0ddff80fff10ba98e93523aed95c8f5
79913 Author: Behdad Esfahbod <behdad@behdad.org>
79914 Date:   Wed Oct 3 13:26:26 2018 +0200
79915
79916     Minor
79917
79918  src/hb-ot-shape-complex-indic.cc | 3 ++-
79919  1 file changed, 2 insertions(+), 1 deletion(-)
79920
79921 commit 9c4ffd10c4040ada9b1ffeb13c35f1330336359e
79922 Author: Behdad Esfahbod <behdad@behdad.org>
79923 Date:   Wed Oct 3 12:53:54 2018 +0200
79924
79925     Minor
79926
79927  src/hb-ot-shape-complex.hh | 11 +++--------
79928  1 file changed, 3 insertions(+), 8 deletions(-)
79929
79930 commit bd1be8738fc4c73635cab7d77965264748d747cc
79931 Author: HinTak <htl10@users.sourceforge.net>
79932 Date:   Wed Oct 3 07:11:22 2018 +0800
79933
79934     Missing colon for gobject annotation
79935     
79936     There should be a colon separating "(transfer full)" and the rest. Warned by g-ir-scanner.
79937
79938  src/hb-face.cc | 2 +-
79939  1 file changed, 1 insertion(+), 1 deletion(-)
79940
79941 commit 75114e01d29b90f72a9398ed5dbc4298aba5a6b8
79942 Author: Behdad Esfahbod <behdad@behdad.org>
79943 Date:   Wed Oct 3 12:29:56 2018 +0200
79944
79945     [use] Add Halant_Or_Vowel_Modifier category
79946     
79947     Fixes https://github.com/harfbuzz/harfbuzz/issues/1102
79948
79949  src/gen-use-table.py                               |   7 +-
79950  src/hb-ot-shape-complex-use-machine.hh             | 518 +++++++++++----------
79951  src/hb-ot-shape-complex-use-machine.rl             |   9 +-
79952  src/hb-ot-shape-complex-use-table.cc               |   4 +-
79953  src/hb-ot-shape-complex-use.hh                     |   5 +-
79954  .../28f497629c04ceb15546c9a70e0730125ed6698d.ttf   | Bin 0 -> 1496 bytes
79955  .../shaping/data/in-house/tests/use-syllable.tests |   3 +
79956  7 files changed, 301 insertions(+), 245 deletions(-)
79957
79958 commit d7b384ad0d0a3e1d35ef92a6e98a97bb9c367f48
79959 Author: Michiharu Ariza <ariza@adobe.com>
79960 Date:   Tue Oct 2 21:08:36 2018 -0700
79961
79962     silence warning ^3
79963
79964  src/hb-subset-cff1.cc | 2 +-
79965  1 file changed, 1 insertion(+), 1 deletion(-)
79966
79967 commit e9cc71ac86bd771d9fcb2ee1eb620060db92ac1a
79968 Author: Michiharu Ariza <ariza@adobe.com>
79969 Date:   Tue Oct 2 20:44:30 2018 -0700
79970
79971     silence warning ^2
79972
79973  src/hb-subset-cff1.cc | 2 +-
79974  1 file changed, 1 insertion(+), 1 deletion(-)
79975
79976 commit 2700db9ade23cbf69d17a7a1802a7f144c25f8dc
79977 Author: Michiharu Ariza <ariza@adobe.com>
79978 Date:   Tue Oct 2 15:05:26 2018 -0700
79979
79980     rm build files
79981
79982  build/test/api/.libs/test-collect-unicodes | Bin 14336 -> 0 bytes
79983  build/test/api/.libs/test-multithread      | Bin 10936 -> 0 bytes
79984  build/test/api/test-collect-unicodes       | 210 -----------------------------
79985  build/test/api/test-multithread            | 210 -----------------------------
79986  4 files changed, 420 deletions(-)
79987
79988 commit 51d5bf4ca2ebb9b8aa3b2777781e328fb93ceea7
79989 Author: Michiharu Ariza <ariza@adobe.com>
79990 Date:   Tue Oct 2 14:38:06 2018 -0700
79991
79992     silence warnings
79993
79994  src/hb-cff-interp-cs-common.hh | 2 +-
79995  src/hb-subset-cff1.cc          | 2 +-
79996  2 files changed, 2 insertions(+), 2 deletions(-)
79997
79998 commit 35b64dfb57cac0d949363e9b19352dd4274c2584
79999 Author: Michiharu Ariza <ariza@adobe.com>
80000 Date:   Tue Oct 2 14:13:36 2018 -0700
80001
80002     silence & fix new warnings
80003
80004  src/hb-cff-interp-dict-common.hh | 3 ++-
80005  src/hb-cff1-interp-cs.hh         | 9 +++++----
80006  src/hb-ot-cff-common.hh          | 4 ++--
80007  src/hb-subset-cff1.cc            | 4 ++--
80008  src/hb-subset-cff2.cc            | 4 ++--
80009  5 files changed, 13 insertions(+), 11 deletions(-)
80010
80011 commit eed7e6bbc8e7be99d59a7822a1c37bc715c379b3
80012 Author: Michiharu Ariza <ariza@adobe.com>
80013 Date:   Tue Oct 2 13:45:14 2018 -0700
80014
80015     redefine OpCodes as define instead of enum
80016     
80017     in order to eradicate duplicate enum warnings
80018
80019  src/hb-cff-interp-common.hh | 348 ++++++++++++++++++++++----------------------
80020  1 file changed, 174 insertions(+), 174 deletions(-)
80021
80022 commit 9cdd70b344b9dc34a29aeca79028cbb5d949ca1d
80023 Merge: 3dd43f023 6353cc1f8
80024 Author: Michiharu Ariza <ariza@adobe.com>
80025 Date:   Tue Oct 2 13:43:21 2018 -0700
80026
80027     Merge branch 'master' into cff-subset
80028
80029 commit 6353cc1f83c862910860976411a1157f7ed571bc
80030 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80031 Date:   Tue Oct 2 21:39:19 2018 +0330
80032
80033     [circleci] Fix some of warnings from clang-everything bot (#1211)
80034     
80035     * -Wshift-sign-overflow
80036     * -Wmissing-prototypes
80037
80038  .circleci/config.yml             |  4 ++--
80039  src/dump-emoji.cc                | 19 ++++++++++---------
80040  src/hb-ucdn.cc                   |  3 +++
80041  src/test-unicode-ranges.cc       |  4 ++--
80042  test/fuzzing/hb-subset-fuzzer.cc | 32 +++++++++++++++++---------------
80043  util/ansi-print.cc               |  4 ++--
80044  6 files changed, 36 insertions(+), 30 deletions(-)
80045
80046 commit 9f1dee32fbad3b1486725c18570199156b57a94d
80047 Author: Behdad Esfahbod <behdad@behdad.org>
80048 Date:   Tue Oct 2 18:56:20 2018 +0200
80049
80050     [tests] Allow test-runner to ignore shaping output
80051     
80052     Fixes https://github.com/harfbuzz/harfbuzz/issues/1212
80053
80054  test/shaping/data/in-house/tests/fuzzed.tests | 46 +++++++++++++--------------
80055  test/shaping/run-tests.py                     |  2 +-
80056  2 files changed, 24 insertions(+), 24 deletions(-)
80057
80058 commit fef7af1e22efb399517137b35d0ba9f307411ca3
80059 Author: Behdad Esfahbod <behdad@behdad.org>
80060 Date:   Tue Oct 2 18:46:13 2018 +0200
80061
80062     [tibetan] Remove unused Tibetan shaper
80063
80064  src/Makefile.sources               |  1 -
80065  src/hb-ot-shape-complex-tibetan.cc | 63 --------------------------------------
80066  src/hb-ot-shape-complex.hh         |  1 -
80067  3 files changed, 65 deletions(-)
80068
80069 commit 32a438166fbccac6e0d9a615a492fc8cabfd21ab
80070 Author: Behdad Esfahbod <behdad@behdad.org>
80071 Date:   Tue Oct 2 18:43:29 2018 +0200
80072
80073     [tibetan] Route Tibetan through USE
80074     
80075     Fixes https://github.com/harfbuzz/harfbuzz/pull/933
80076     https://github.com/harfbuzz/harfbuzz/issues/1012
80077     
80078     Tibetan failures go from 0 to 2:
80079     
80080     TIBETAN: 208467 out of 208469 tests passed. 2 failed (0.000959375%)
80081
80082  src/gen-use-table.py                 | 30 ++++++++++------
80083  src/hb-ot-shape-complex-use-table.cc | 70 ++++++++++++++++++++++--------------
80084  src/hb-ot-shape-complex.hh           |  8 +----
80085  3 files changed, 65 insertions(+), 43 deletions(-)
80086
80087 commit 77792187be1405599e6aecfc3ed1fc771d505ddb
80088 Author: Behdad Esfahbod <behdad@behdad.org>
80089 Date:   Tue Oct 2 18:20:16 2018 +0200
80090
80091     [khmer] Remove unused khmer_position()
80092
80093  src/dump-khmer-data.cc           | 8 +++-----
80094  src/hb-ot-shape-complex-khmer.hh | 1 -
80095  2 files changed, 3 insertions(+), 6 deletions(-)
80096
80097 commit 5101abd42f4027edf182eddfa58c629b11c2a7f6
80098 Author: Behdad Esfahbod <behdad@behdad.org>
80099 Date:   Tue Oct 2 17:49:06 2018 +0200
80100
80101     [indic/use] Factor common expressions in ragel machine
80102     
80103     No machine change.
80104
80105  src/hb-ot-shape-complex-indic-machine.hh | 46 ++++++++++++++++----------------
80106  src/hb-ot-shape-complex-indic-machine.rl | 10 ++++---
80107  src/hb-ot-shape-complex-use-machine.hh   | 38 +++++++++++++-------------
80108  src/hb-ot-shape-complex-use-machine.rl   | 20 +++++++-------
80109  4 files changed, 58 insertions(+), 56 deletions(-)
80110
80111 commit 6f457f8370de5d96452ee3a2d1b0a97b025ef1d1
80112 Author: Behdad Esfahbod <behdad@behdad.org>
80113 Date:   Tue Oct 2 17:46:27 2018 +0200
80114
80115     [indic] Minor flip grammar around
80116     
80117     No behavior change.
80118
80119  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
80120  src/hb-ot-shape-complex-use-machine.rl   | 1 -
80121  2 files changed, 1 insertion(+), 2 deletions(-)
80122
80123 commit d992982d23ef0c39ea42595ed0e8a4752977d1a5
80124 Author: Behdad Esfahbod <behdad@behdad.org>
80125 Date:   Tue Oct 2 17:16:01 2018 +0200
80126
80127     [indic] Add some confusable sequences from Unicode Standard
80128
80129  .../script-bengali/bengali-vowel-leters.txt        |  3 ++
80130  .../devanagari-atomic-consonants.txt               | 33 ++++++++++++++++++++++
80131  .../script-devanagari/devanagari-vowel-letters.txt | 17 +++++++++++
80132  .../script-gujarati/gujarati-vowel-letter.txt      |  8 ++++++
80133  .../script-gurmukhi/gurmukhi-vowel-letters.txt     |  9 ++++++
80134  .../script-kannada/kannada-vowel-letters.txt       |  3 ++
80135  .../script-malayalam/malayalam-vowel-letters.txt   |  5 ++++
80136  .../script-oriya/oriya-vowel-letters.txt           |  3 ++
80137  .../script-telugu/telugu-vowel-letters.txt         |  5 ++++
80138  9 files changed, 86 insertions(+)
80139
80140 commit 40d5d19d5b875eef526a2a66892c3f638f633fa3
80141 Author: Behdad Esfahbod <behdad@behdad.org>
80142 Date:   Tue Oct 2 17:04:05 2018 +0200
80143
80144     [ragel] Use ts/te (token-start / token-end) instead of manual tracking
80145
80146  src/hb-ot-shape-complex-indic-machine.hh   | 22 ++++++++++------------
80147  src/hb-ot-shape-complex-indic-machine.rl   |  8 +++-----
80148  src/hb-ot-shape-complex-khmer-machine.hh   | 22 ++++++++++------------
80149  src/hb-ot-shape-complex-khmer-machine.rl   |  8 +++-----
80150  src/hb-ot-shape-complex-myanmar-machine.hh | 22 ++++++++++------------
80151  src/hb-ot-shape-complex-myanmar-machine.rl |  8 +++-----
80152  src/hb-ot-shape-complex-use-machine.hh     | 22 ++++++++++------------
80153  src/hb-ot-shape-complex-use-machine.rl     |  8 +++-----
80154  8 files changed, 52 insertions(+), 68 deletions(-)
80155
80156 commit 9efddb9de821fc909a3ea8354f3dfd39c823e97b
80157 Author: Behdad Esfahbod <behdad@behdad.org>
80158 Date:   Tue Oct 2 16:05:26 2018 +0200
80159
80160     Treat a base+mark... ligature as base, not ligature
80161     
80162     Fixes https://github.com/harfbuzz/harfbuzz/issues/746
80163
80164  src/hb-ot-layout-gsubgpos.hh | 22 +++++++++++++++-------
80165  1 file changed, 15 insertions(+), 7 deletions(-)
80166
80167 commit 3cca978723db43233d25402254d297dfccf991a3
80168 Author: Behdad Esfahbod <behdad@behdad.org>
80169 Date:   Tue Oct 2 15:02:16 2018 +0200
80170
80171     Move code around
80172
80173  src/hb-ot-layout-gsub-table.hh |  3 ---
80174  src/hb-ot-layout-gsubgpos.hh   | 22 +++++++++++-----------
80175  2 files changed, 11 insertions(+), 14 deletions(-)
80176
80177 commit 0a371fee4d22ed63207aa76c00b05b75bbc95f5f
80178 Author: Behdad Esfahbod <behdad@behdad.org>
80179 Date:   Tue Oct 2 14:48:39 2018 +0200
80180
80181     Minor
80182
80183  src/hb-ot-map.hh                   | 6 ++++--
80184  src/hb-ot-shape-complex-arabic.cc  | 6 +++---
80185  src/hb-ot-shape-complex-myanmar.cc | 4 ++--
80186  src/hb-ot-shape-complex-use.cc     | 8 ++++----
80187  src/hb-ot-shape.cc                 | 4 ++--
80188  5 files changed, 15 insertions(+), 13 deletions(-)
80189
80190 commit 94d15528f80dbb7110d816fb5845f257f605a0be
80191 Author: Behdad Esfahbod <behdad@behdad.org>
80192 Date:   Tue Oct 2 14:45:09 2018 +0200
80193
80194     Minor
80195
80196  src/hb-ot-map.hh   |  1 +
80197  src/hb-ot-shape.cc | 39 ++++++++++++++++++---------------------
80198  2 files changed, 19 insertions(+), 21 deletions(-)
80199
80200 commit 729f634728fb553300021d52089495271dfb19fd
80201 Author: Behdad Esfahbod <behdad@behdad.org>
80202 Date:   Tue Oct 2 14:40:14 2018 +0200
80203
80204     Disable joiner-skipping when looking back for base to attach mark to
80205     
80206     Fixes https://github.com/harfbuzz/harfbuzz/issues/1189
80207
80208  src/hb-ot-shape.cc                                      |   5 ++++-
80209  test/shaping/data/in-house/Makefile.sources             |   1 +
80210  .../fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf  | Bin 0 -> 11492 bytes
80211  .../data/in-house/tests/arabic-mark-attach.tests        |   1 +
80212  4 files changed, 6 insertions(+), 1 deletion(-)
80213
80214 commit c36f3f5bef52e660541933f003fafa6e3a14785d
80215 Author: Behdad Esfahbod <behdad@behdad.org>
80216 Date:   Tue Oct 2 14:34:29 2018 +0200
80217
80218     [arabic] Use manual-zwj instead of flipping joiners
80219
80220  src/hb-buffer.hh                  |  3 +--
80221  src/hb-ot-layout.hh               | 12 ++----------
80222  src/hb-ot-shape-complex-arabic.cc | 41 ++++++---------------------------------
80223  3 files changed, 9 insertions(+), 47 deletions(-)
80224
80225 commit 48c513fec978819927535bc86b43be74315f746c
80226 Author: Behdad Esfahbod <behdad@behdad.org>
80227 Date:   Tue Oct 2 14:17:42 2018 +0200
80228
80229     Minor
80230
80231  src/hb-ot-shape-complex-arabic.cc  |  2 +-
80232  src/hb-ot-shape-complex-default.cc |  2 +-
80233  src/hb-ot-shape-complex-hangul.cc  |  2 +-
80234  src/hb-ot-shape-complex-hebrew.cc  | 14 +-------------
80235  src/hb-ot-shape-complex-indic.cc   |  2 +-
80236  src/hb-ot-shape-complex-indic.hh   |  2 --
80237  src/hb-ot-shape-complex-khmer.cc   |  2 +-
80238  src/hb-ot-shape-complex-myanmar.cc |  4 ++--
80239  src/hb-ot-shape-complex-thai.cc    |  2 +-
80240  src/hb-ot-shape-complex-tibetan.cc |  2 +-
80241  src/hb-ot-shape-complex-use.cc     |  2 +-
80242  src/hb-ot-shape-complex.hh         | 11 ++++-------
80243  src/hb-ot-shape.cc                 |  8 ++++----
80244  13 files changed, 19 insertions(+), 36 deletions(-)
80245
80246 commit cca757ae56d6a82cfad35edc6dbae58049a34f91
80247 Author: Behdad Esfahbod <behdad@behdad.org>
80248 Date:   Tue Oct 2 13:27:11 2018 +0200
80249
80250     Minor
80251
80252  src/hb-ot-shape.cc | 4 ++--
80253  1 file changed, 2 insertions(+), 2 deletions(-)
80254
80255 commit 96eca87f89588126d3fa5c7f3884ae2f302a91e1
80256 Author: Behdad Esfahbod <behdad@behdad.org>
80257 Date:   Tue Oct 2 13:24:40 2018 +0200
80258
80259     Move things
80260
80261  src/hb-ot-shape.cc | 22 ++++++++++------------
80262  src/hb-ot-shape.hh |  3 +++
80263  2 files changed, 13 insertions(+), 12 deletions(-)
80264
80265 commit 588a4ac8bc9fd20464c7a77ead27ae34478c9bc8
80266 Author: Behdad Esfahbod <behdad@behdad.org>
80267 Date:   Tue Oct 2 13:13:47 2018 +0200
80268
80269     Rename
80270
80271  src/hb-ot-face.cc | 20 +++++++-------
80272  src/hb-ot-face.hh | 78 +++++++++++++++++++++++++++----------------------------
80273  2 files changed, 49 insertions(+), 49 deletions(-)
80274
80275 commit 10b6c7c63870fa04cd8adcf9f38644c2a799db8a
80276 Author: Behdad Esfahbod <behdad@behdad.org>
80277 Date:   Tue Oct 2 13:11:18 2018 +0200
80278
80279     Minor include cleanup
80280
80281  src/hb-ot-shape-complex.hh | 1 +
80282  src/hb-ot-shape.cc         | 4 +---
80283  src/hb-ot-shape.hh         | 2 +-
80284  3 files changed, 3 insertions(+), 4 deletions(-)
80285
80286 commit 1d1734e985e1f2a746b4fff0cd82d96d477577d5
80287 Author: Behdad Esfahbod <behdad@behdad.org>
80288 Date:   Tue Oct 2 13:04:05 2018 +0200
80289
80290     Shuffle code around
80291
80292  src/hb-ot-shape-complex-hebrew.cc |  2 +-
80293  src/hb-ot-shape-fallback.cc       |  2 +-
80294  src/hb-ot-shape-normalize.cc      |  2 +-
80295  src/hb-ot-shape.cc                | 32 ++++++++++++++++++++++++++++----
80296  src/hb-ot-shape.hh                | 29 ++++++-----------------------
80297  5 files changed, 37 insertions(+), 30 deletions(-)
80298
80299 commit bf5088b3dcd94106937290c180f3f40bc8524b48
80300 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80301 Date:   Tue Oct 2 11:07:06 2018 +0330
80302
80303     Minor, fix -Weverthing bot warnings (#1210)
80304
80305  test/api/test-buffer.c      | 8 ++++----
80306  test/api/test-multithread.c | 3 +--
80307  2 files changed, 5 insertions(+), 6 deletions(-)
80308
80309 commit d27e5ec3a236b8eb37ef9ce558ad54077e46b003
80310 Author: Khaled Hosny <khaledhosny@eglug.org>
80311 Date:   Tue Oct 2 08:25:29 2018 +0200
80312
80313     Skip BOM in the Python sample file
80314     
80315     Fixes https://github.com/harfbuzz/harfbuzz/issues/1208
80316
80317  src/sample.py | 6 +++---
80318  1 file changed, 3 insertions(+), 3 deletions(-)
80319
80320 commit f9ea3dc4c6e85c417dd4c8546e5ebe02b67131b9
80321 Author: HinTak <htl10@users.sourceforge.net>
80322 Date:   Tue Oct 2 06:43:06 2018 +0100
80323
80324     Missing "out" indicator (#1209)
80325     
80326     Missing "out" indicator. Affect gobject introspection.
80327
80328  src/hb-font.cc | 2 +-
80329  1 file changed, 1 insertion(+), 1 deletion(-)
80330
80331 commit 9742679b8253919f8bfec8a77532092044e951aa
80332 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80333 Date:   Tue Oct 2 03:20:48 2018 +0330
80334
80335     [circleci] Remove some of the not needed flags
80336
80337  .circleci/config.yml | 2 +-
80338  1 file changed, 1 insertion(+), 1 deletion(-)
80339
80340 commit f72b748371da2d7ce327a5d15feea46960aa7dd3
80341 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80342 Date:   Tue Oct 2 00:16:08 2018 +0330
80343
80344     [circleci] Fix "msan" and "everything" bots (#1205)
80345
80346  .circleci/config.yml                    | 13 ++++++-------
80347  src/check-symbols.sh                    |  2 --
80348  test/fuzzing/main.cc                    | 22 +++++++++-------------
80349  test/fuzzing/run-shape-fuzzer-tests.py  |  2 --
80350  test/fuzzing/run-subset-fuzzer-tests.py |  2 --
80351  5 files changed, 15 insertions(+), 26 deletions(-)
80352
80353 commit 8bf4027d23318c7e1ff7fe9f5e7ad8b0380e5415
80354 Author: Behdad Esfahbod <behdad@behdad.org>
80355 Date:   Mon Oct 1 20:05:00 2018 +0200
80356
80357     [indic] Remove Consonant_Medial from grammar and code
80358     
80359     The only Indic CM is U+0A75 GURMUKHI SIGN YAKASH, which Uniscribe doesn't treat
80360     specially, and font designers design for that.  So, do the same.
80361
80362  src/hb-ot-shape-complex-indic-machine.hh | 1244 ++++++++++++++----------------
80363  src/hb-ot-shape-complex-indic-machine.rl |   10 +-
80364  src/hb-ot-shape-complex-indic.cc         |    2 +-
80365  src/hb-ot-shape-complex-indic.hh         |    6 +-
80366  4 files changed, 589 insertions(+), 673 deletions(-)
80367
80368 commit ab4c37f73a7d4fcf48584cda3fff94e98a672086
80369 Author: Behdad Esfahbod <behdad@behdad.org>
80370 Date:   Mon Oct 1 19:35:48 2018 +0200
80371
80372     [khmer] Add mark-ordering tests
80373     
80374     Fixes https://github.com/harfbuzz/harfbuzz/issues/667
80375
80376  test/shaping/data/in-house/Makefile.sources        |   2 ++
80377  .../b6031119874ae9ff1dd65383a335e361c0962220.ttf   | Bin 0 -> 2564 bytes
80378  .../data/in-house/tests/khmer-mark-order.tests     |  25 +++++++++++++++++++++
80379  3 files changed, 27 insertions(+)
80380
80381 commit 51436547162a18e88144e7125ad6ce4a69a08d4b
80382 Author: Behdad Esfahbod <behdad@behdad.org>
80383 Date:   Mon Oct 1 19:09:58 2018 +0200
80384
80385     [khmer] Rewrite grammar completely
80386     
80387     Based on experimenting with Uniscribe to extract grammar and categories.
80388     
80389     Failures down from 44 to 35:
80390     
80391     KHMER: 299089 out of 299124 tests passed. 35 failed (0.0117008%)
80392     
80393     We still don't enforce the one-matra rule pre-decomposition, but enforce
80394     an order and one-matra-per-position post-decomposition.
80395     
80396     https://github.com/harfbuzz/harfbuzz/issues/667
80397
80398  src/hb-ot-shape-complex-indic.hh         |   2 +-
80399  src/hb-ot-shape-complex-khmer-machine.hh | 300 ++++++++++++++++++++-----------
80400  src/hb-ot-shape-complex-khmer-machine.rl |  42 +++--
80401  src/hb-ot-shape-complex-khmer.cc         |   4 +-
80402  src/hb-ot-shape-complex-khmer.hh         |  99 +++++-----
80403  5 files changed, 270 insertions(+), 177 deletions(-)
80404
80405 commit 3dd43f0234febd434d89927adf2ee19f0489c5a7
80406 Merge: ab16b24cc eb1e60287
80407 Author: Michiharu Ariza <ariza@adobe.com>
80408 Date:   Mon Oct 1 10:22:06 2018 -0700
80409
80410     Merge branch 'master' into cff-subset
80411
80412 commit aaaa65baa7fcfb65ae814528bdd93cc5c4ea540d
80413 Author: Behdad Esfahbod <behdad@behdad.org>
80414 Date:   Mon Oct 1 16:59:48 2018 +0200
80415
80416     [khmer] Remove unused code
80417
80418  src/hb-ot-shape-complex-khmer.hh | 12 ------------
80419  1 file changed, 12 deletions(-)
80420
80421 commit eb1e60287732ede6040ce6f7498c10909448d248
80422 Author: Behdad Esfahbod <behdad@behdad.org>
80423 Date:   Mon Oct 1 15:31:50 2018 +0200
80424
80425     [test] Try import unicodedata2 as unicodedata
80426
80427  test/shaping/hb_test_tools.py | 4 ++++
80428  1 file changed, 4 insertions(+)
80429
80430 commit 81afdbe803ca949d915d03cab4a6ed6c6e6ff304
80431 Author: Behdad Esfahbod <behdad@behdad.org>
80432 Date:   Mon Oct 1 15:01:04 2018 +0200
80433
80434     [use] Disable automatic ZWJ for 'akhn' feature
80435     
80436     Fixes https://github.com/harfbuzz/harfbuzz/issues/746
80437
80438  src/hb-ot-shape-complex-use.cc | 2 +-
80439  1 file changed, 1 insertion(+), 1 deletion(-)
80440
80441 commit ceef311dcaea7e1ecfedb4f1257a705572611f0f
80442 Author: Behdad Esfahbod <behdad@behdad.org>
80443 Date:   Mon Oct 1 12:45:06 2018 +0200
80444
80445     [use] Change categories for Left_And_* matras
80446     
80447     These are only relevant to Sinhala, because they decompose in other
80448     cases.  The USE spec categorizes them all as VPst.  No idea why we
80449     weren't following that before.
80450
80451  src/gen-use-table.py                 |  4 ++--
80452  src/hb-ot-shape-complex-use-table.cc | 24 ++++++++++++------------
80453  2 files changed, 14 insertions(+), 14 deletions(-)
80454
80455 commit 3426a361571a1996b5a895fb9374ce3a4a7f9af3
80456 Author: Behdad Esfahbod <behdad@behdad.org>
80457 Date:   Mon Oct 1 12:55:57 2018 +0200
80458
80459     Unbreak bots
80460
80461  src/hb-cache.hh | 2 +-
80462  1 file changed, 1 insertion(+), 1 deletion(-)
80463
80464 commit 98ac01d3b3deb7c7f5411f6f25c6e7588d84b5f9
80465 Author: Behdad Esfahbod <behdad@behdad.org>
80466 Date:   Mon Oct 1 12:10:00 2018 +0200
80467
80468     [morx] Break out if buffer gets into error
80469     
80470     Was getting stuck not making progress somehow.
80471
80472  src/hb-aat-layout-common.hh     | 2 ++
80473  src/hb-aat-layout-morx-table.hh | 4 ++++
80474  2 files changed, 6 insertions(+)
80475
80476 commit df827a6ab88cd8bde346176fc53a5c2d57eee808
80477 Author: Behdad Esfahbod <behdad@behdad.org>
80478 Date:   Mon Oct 1 11:34:20 2018 +0200
80479
80480     [cache] Fix cache coherency corner-case
80481     
80482     If key_bits+value_bits-cache_bits==32 then -1 is ambiguous...
80483
80484  src/hb-cache.hh | 6 ++++--
80485  1 file changed, 4 insertions(+), 2 deletions(-)
80486
80487 commit 0fa1edbd3bbf825be078677dc46c3440f9802551
80488 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80489 Date:   Mon Oct 1 09:40:29 2018 +0330
80490
80491     [circleci] Couple of fixes (#1200)
80492     
80493     * Raise error on warnings on -everything
80494     * Enable fontconfig to two bots
80495     * Fix msan bot now that all of its real complain are gone
80496
80497  .circleci/config.yml                    | 14 ++++++--------
80498  src/check-symbols.sh                    |  2 ++
80499  src/hb-ucdn.cc                          |  2 ++
80500  test/fuzzing/run-shape-fuzzer-tests.py  |  2 ++
80501  test/fuzzing/run-subset-fuzzer-tests.py |  2 ++
80502  util/helper-cairo.cc                    |  2 ++
80503  6 files changed, 16 insertions(+), 8 deletions(-)
80504
80505 commit 3babb0813c69d2b419f06773f366a44a9ad32cdb
80506 Author: Behdad Esfahbod <behdad@behdad.org>
80507 Date:   Sun Sep 30 20:02:30 2018 +0200
80508
80509     [msan] Disable icu explicitly
80510
80511  .circleci/config.yml | 2 +-
80512  1 file changed, 1 insertion(+), 1 deletion(-)
80513
80514 commit dc9b47ae87096d34d146e50e44e742a76861976f
80515 Author: Behdad Esfahbod <behdad@behdad.org>
80516 Date:   Sun Sep 30 18:35:12 2018 +0200
80517
80518     [msan] Remove uninstrumented libraries
80519
80520  .circleci/config.yml | 2 +-
80521  1 file changed, 1 insertion(+), 1 deletion(-)
80522
80523 commit ad1c190ecfbac66ffeef69db769073a33331eed3
80524 Author: Behdad Esfahbod <behdad@behdad.org>
80525 Date:   Sun Sep 30 18:26:45 2018 +0200
80526
80527     Correct fix for glib-mkenum warning
80528
80529  src/hb-buffer.h | 3 +--
80530  1 file changed, 1 insertion(+), 2 deletions(-)
80531
80532 commit 1dd1e56bf42af5b11afc3e34f78869e93d39867e
80533 Author: Behdad Esfahbod <behdad@behdad.org>
80534 Date:   Sun Sep 30 18:25:58 2018 +0200
80535
80536     Revert "Fix glib-mkenum warning"
80537     
80538     This reverts commit 247756a7d89008ee6a7d1171dc07ba22454c6034.
80539     
80540     Was wrong.  Right fix coming.
80541
80542  src/hb-buffer.h | 2 ++
80543  1 file changed, 2 insertions(+)
80544
80545 commit 3f08750fa6772e7e342b96192b84cb9963f7335b
80546 Author: Behdad Esfahbod <behdad@behdad.org>
80547 Date:   Sun Sep 30 18:23:34 2018 +0200
80548
80549     Move _POSIX_SOURCE to hb.hh
80550
80551  src/hb-blob.cc | 5 -----
80552  src/hb.hh      | 4 ++++
80553  2 files changed, 4 insertions(+), 5 deletions(-)
80554
80555 commit 90dd255e570bf8ea3436e2f29242068845256e55
80556 Author: Behdad Esfahbod <behdad@behdad.org>
80557 Date:   Sun Sep 30 18:19:54 2018 +0200
80558
80559     Change _HB_SCRIPT_MAX_VALUE from 0xFFFFFFFF to 0x7FFFFFFF
80560     
80561     Fixes https://github.com/harfbuzz/harfbuzz/issues/504
80562
80563  src/hb-common.h | 8 +++++---
80564  1 file changed, 5 insertions(+), 3 deletions(-)
80565
80566 commit dcfcb950b81a2865ef01f5a69087264b79ed1bfd
80567 Author: Behdad Esfahbod <behdad@behdad.org>
80568 Date:   Sun Sep 30 18:14:50 2018 +0200
80569
80570     [test] Fix -Wunused-parameter warnings
80571
80572  test/api/hb-test.h          |  1 +
80573  test/api/test-blob.c        |  2 +-
80574  test/api/test-c.c           |  2 +-
80575  test/api/test-font.c        | 16 ++++++++--------
80576  test/api/test-multithread.c |  2 +-
80577  test/api/test-ot-color.c    |  2 +-
80578  test/api/test-shape.c       | 14 +++++++-------
80579  test/api/test-unicode.c     | 10 +++++-----
80580  8 files changed, 25 insertions(+), 24 deletions(-)
80581
80582 commit be0b2ed3162f465dbf44a0f018d4e2af5dcdf87c
80583 Author: Behdad Esfahbod <behdad@behdad.org>
80584 Date:   Sun Sep 30 18:01:20 2018 +0200
80585
80586     More warning fixes
80587
80588  test/api/test-multithread.c | 14 +++++++-------
80589  1 file changed, 7 insertions(+), 7 deletions(-)
80590
80591 commit 5c65ed800de4caef5ee9ad2111225fa5d8235737
80592 Author: Behdad Esfahbod <behdad@behdad.org>
80593 Date:   Sun Sep 30 17:48:55 2018 +0200
80594
80595     Fix bug introduced in 9b0b40b3c1ac8155c80ed5dc976228f4d3ec7e1f
80596     
80597     Also discovered by msan bot.
80598
80599  src/hb-ot-shape-fallback.cc | 2 +-
80600  1 file changed, 1 insertion(+), 1 deletion(-)
80601
80602 commit 247756a7d89008ee6a7d1171dc07ba22454c6034
80603 Author: Behdad Esfahbod <behdad@behdad.org>
80604 Date:   Sun Sep 30 13:10:54 2018 +0200
80605
80606     Fix glib-mkenum warning
80607     
80608       GEN      hb-gobject-enums.h
80609     WARNING: Failed to parse "/*< private >*/" in ../../src/hb-buffer.h
80610
80611  src/hb-buffer.h | 2 --
80612  1 file changed, 2 deletions(-)
80613
80614 commit 0a89f9572fe2d0d9fbf0297e0a69307f0ba1a17c
80615 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80616 Date:   Sun Sep 30 17:44:15 2018 +0330
80617
80618     [circleci] Pass ‌freetype compile flags to right place
80619
80620  .circleci/config.yml | 2 +-
80621  1 file changed, 1 insertion(+), 1 deletion(-)
80622
80623 commit ad701f05cc86c22e8e53b7f5458887457e3a5e5f
80624 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80625 Date:   Sun Sep 30 17:30:42 2018 +0330
80626
80627     [circleci] Use an instrumented freetype on msan bot
80628
80629  .circleci/config.yml | 6 ++++--
80630  1 file changed, 4 insertions(+), 2 deletions(-)
80631
80632 commit 57aabbc29ec6dfa7f1b57da7b6c62fdc547f8ef8
80633 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80634 Date:   Sun Sep 30 16:31:28 2018 +0330
80635
80636     [circleci] Another on fixing msan
80637
80638  .circleci/config.yml | 5 +++--
80639  1 file changed, 3 insertions(+), 2 deletions(-)
80640
80641 commit 24f148df3ecc899c9cf6d5359d3d35ee5e84a98c
80642 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80643 Date:   Sun Sep 30 14:46:56 2018 +0330
80644
80645     [circleci] minor
80646
80647  .circleci/config.yml | 3 +--
80648  1 file changed, 1 insertion(+), 2 deletions(-)
80649
80650 commit 0a9aab672287149540e8d90b5063ad4c562c423c
80651 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80652 Date:   Sun Sep 30 14:45:43 2018 +0330
80653
80654     [circleci] Try to fix msan bot
80655
80656  .circleci/config.yml | 5 +++--
80657  1 file changed, 3 insertions(+), 2 deletions(-)
80658
80659 commit b5285b34798cb7ee672343d00cbe066ea8a2ef83
80660 Author: Behdad Esfahbod <behdad@behdad.org>
80661 Date:   Sun Sep 30 12:23:01 2018 +0200
80662
80663     [util] Remove unneeded virtual
80664     
80665     clang warning:
80666     
80667     ../../util/options.hh:72:13: warning: destination for this 'memset' call is a pointer to dynamic class
80668           'option_parser_t'; vtable pointer will be overwritten [-Wdynamic-class-memaccess]
80669         memset (this, 0, sizeof (*this));
80670         ~~~~~~  ^
80671     ../../util/options.hh:72:13: note: explicitly cast the pointer to silence this warning
80672         memset (this, 0, sizeof (*this));
80673                 ^
80674                 (void*)
80675
80676  util/options.hh | 2 +-
80677  1 file changed, 1 insertion(+), 1 deletion(-)
80678
80679 commit 89ed040b21b366c927199bedd0e4cb060389d076
80680 Author: Behdad Esfahbod <behdad@behdad.org>
80681 Date:   Sun Sep 30 06:06:26 2018 -0400
80682
80683     [util] Fix more non-virtual-destructor warnings
80684
80685  util/options.hh | 28 ++++++++++++++++++----------
80686  1 file changed, 18 insertions(+), 10 deletions(-)
80687
80688 commit 2382dd07fa6ff49638b146a523e9d2e93cf69ceb
80689 Author: Behdad Esfahbod <behdad@behdad.org>
80690 Date:   Sun Sep 30 05:54:47 2018 -0400
80691
80692     Minor
80693
80694  util/options.hh | 6 +++---
80695  1 file changed, 3 insertions(+), 3 deletions(-)
80696
80697 commit 9caa432d0c5c09c8151cfce1e2cc184fbdd89594
80698 Author: Behdad Esfahbod <behdad@behdad.org>
80699 Date:   Sun Sep 30 05:49:08 2018 -0400
80700
80701     [util] Use HB_FALLTHROUGH
80702     
80703     Sure, gcc knows to warn about this as well:
80704     
80705     ../../util/options.cc:175:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
80706          case 1: m.r = m.t;
80707                  ~~~~^~~~~
80708     ../../util/options.cc:176:5: note: here
80709          case 2: m.b = m.t;
80710          ^~~~
80711     
80712     But HOLY SMOKES, look at clang -Weverything bot message:
80713     
80714     options.cc:176:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
80715         case 2: m.b = m.t;
80716         ^
80717     options.cc:176:5: note: insert 'HB_FALLTHROUGH;' to silence this warning
80718         case 2: m.b = m.t;
80719         ^
80720         HB_FALLTHROUGH;
80721     
80722     Right, it's telling me to insert "HB_FALLTHROUGH;" there!!!!!!!!!
80723
80724  util/options.cc | 10 +++++-----
80725  1 file changed, 5 insertions(+), 5 deletions(-)
80726
80727 commit 2e728a7d86c714d845524a0722c2b653feb9d915
80728 Author: Behdad Esfahbod <behdad@behdad.org>
80729 Date:   Sun Sep 30 05:47:36 2018 -0400
80730
80731     [util] Mark var static
80732     
80733     From clang -Weverything bot:
80734     
80735     options.cc:39:3: warning: no previous extern declaration for non-static variable 'supported_font_funcs' [-Wmissing-variable-declarations]
80736
80737  util/options.cc | 2 +-
80738  1 file changed, 1 insertion(+), 1 deletion(-)
80739
80740 commit e910a1aef4b2413c627240fc06d2a5696b24747a
80741 Author: Behdad Esfahbod <behdad@behdad.org>
80742 Date:   Sun Sep 30 05:46:20 2018 -0400
80743
80744     [util] Add empty virtual destructor to option_group_t
80745     
80746     From clang -Weverything bot:
80747     
80748     ./options.hh:57:8: warning: 'option_group_t' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
80749     struct option_group_t
80750            ^
80751
80752  util/options.hh | 2 ++
80753  1 file changed, 2 insertions(+)
80754
80755 commit b1e07e1e6cc7a8e5445c7aeb9491ae629029011b
80756 Author: Behdad Esfahbod <behdad@behdad.org>
80757 Date:   Sun Sep 30 05:43:22 2018 -0400
80758
80759     [indic/khmer] Remove use of global constructors
80760     
80761     Alternative woul have been to resurrect F_COMBINE that I removed in
80762     70136a78cb9eda244767f8e8a3d30d0f3c569d01
80763     
80764     But this does it for now.  I'm not sure why check-static-inits.sh didn't
80765     catch this before.  Clang -Weverything bot did:
80766     
80767       CXX      libharfbuzz_la-hb-ot-shape-complex-indic.lo
80768     hb-ot-shape-complex-indic.cc:99:1: warning: declaration requires a global constructor [-Wglobal-constructors]
80769     indic_features[] =
80770     ^
80771     1 warning generated.
80772       CXX      libharfbuzz_la-hb-ot-shape-complex-khmer.lo
80773     hb-ot-shape-complex-khmer.cc:36:1: warning: declaration requires a global constructor [-Wglobal-constructors]
80774     khmer_features[] =
80775     ^
80776     1 warning generated.
80777
80778  src/hb-ot-map.hh                 |  2 ++
80779  src/hb-ot-shape-complex-indic.cc | 34 +++++++++++++++++-----------------
80780  src/hb-ot-shape-complex-khmer.cc | 18 +++++++++---------
80781  3 files changed, 28 insertions(+), 26 deletions(-)
80782
80783 commit 00cd00e64130694ff7b49456d4bc421a153b4e6d
80784 Author: Behdad Esfahbod <behdad@behdad.org>
80785 Date:   Sun Sep 30 05:34:30 2018 -0400
80786
80787     Tweak HB_TAG and HB_UNTAG
80788     
80789     uint32_t was getting promoted to signed int, which is not what we wanted...
80790     
80791     Wow, clang has become good at generating warnings...
80792     
80793     ../../src/hb-common.h:349:29: warning: signed shift result (0xFF000000) sets the sign bit of the shift expression's type ('int') and becomes negative [-Wshift-sign-overflow]
80794       _HB_SCRIPT_MAX_VALUE                          = HB_TAG_MAX, /*< skip >*/
80795                                                       ^~~~~~~~~~
80796     ../../src/hb-common.h:93:20: note: expanded from macro 'HB_TAG_MAX'
80797      define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
80798                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
80799     ../../src/hb-common.h:89:57: note: expanded from macro 'HB_TAG'
80800      define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
80801                                              ~~~~~~~~~~~~~~~^ ~~
80802     ../../src/hb-common.h:349:3: warning: ISO C restricts enumerator values to range of 'int' (4294967295 is too large) [-Wpedantic]
80803       _HB_SCRIPT_MAX_VALUE                          = HB_TAG_MAX, /*< skip >*/
80804       ^                                               ~~~~~~~~~~
80805
80806  src/hb-common.h | 4 ++--
80807  1 file changed, 2 insertions(+), 2 deletions(-)
80808
80809 commit 8a31e406291f4cb27480fc85049f08abd739cb59
80810 Author: Behdad Esfahbod <behdad@behdad.org>
80811 Date:   Sun Sep 30 05:27:39 2018 -0400
80812
80813     [font] Make *_advance() fallback to *_advances
80814     
80815     And remove redundant implementations.
80816
80817  src/hb-font.cc    | 12 ++++++++++++
80818  src/hb-ft.cc      | 19 -------------------
80819  src/hb-ot-font.cc | 22 ----------------------
80820  3 files changed, 12 insertions(+), 41 deletions(-)
80821
80822 commit bd07d2878ff28baecf7b4b587a18ffbb744b7eb1
80823 Author: Behdad Esfahbod <behdad@behdad.org>
80824 Date:   Sun Sep 30 03:54:40 2018 -0400
80825
80826     Use buffer scratch_flags to remember if we had any joiners
80827
80828  src/hb-buffer.hh                  |  3 ++-
80829  src/hb-ot-layout.hh               | 12 ++++++++++--
80830  src/hb-ot-shape-complex-arabic.cc |  3 +++
80831  3 files changed, 15 insertions(+), 3 deletions(-)
80832
80833 commit ba0f0f156fe05bda760efcb0c8d34f303fa26ab0
80834 Author: Behdad Esfahbod <behdad@behdad.org>
80835 Date:   Sun Sep 30 03:49:52 2018 -0400
80836
80837     Document setlocale() threadsafety issue
80838     
80839     "Fixes" //github.com/harfbuzz/harfbuzz/issues/1191
80840
80841  src/hb-buffer.cc | 2 ++
80842  src/hb-common.cc | 7 +++++++
80843  2 files changed, 9 insertions(+)
80844
80845 commit 06be2aa93fa6ea8cc32684a4b51bfe927c5202bb
80846 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80847 Date:   Sun Sep 30 00:15:25 2018 +0330
80848
80849     [ci] Build glib and freetype and enable msan bot (#1198)
80850
80851  .circleci/config.yml | 41 +++++++++++++++++++++--------------------
80852  1 file changed, 21 insertions(+), 20 deletions(-)
80853
80854 commit cefdef0247026f941eba8930c73b66b0498bb63c
80855 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80856 Date:   Sat Sep 29 10:19:54 2018 +0330
80857
80858     Minor on test-multithread, align the actual and expected results
80859
80860  test/api/test-multithread.c | 2 +-
80861  1 file changed, 1 insertion(+), 1 deletion(-)
80862
80863 commit 678beff64ca3b2963de25d8a76a2bf3710c3d7a6
80864 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80865 Date:   Sat Sep 29 10:16:14 2018 +0330
80866
80867     [circleci] Add -Wno-reserved-id-macro to clang-everything
80868
80869  .circleci/config.yml | 2 +-
80870  1 file changed, 1 insertion(+), 1 deletion(-)
80871
80872 commit c763b9440189b541316054ba4f623e728b5aae77
80873 Author: Behdad Esfahbod <behdad@behdad.org>
80874 Date:   Fri Sep 28 20:53:07 2018 -0400
80875
80876     [test-multithread] Disable FreeType funcs
80877
80878  test/api/test-multithread.c | 8 ++++++--
80879  1 file changed, 6 insertions(+), 2 deletions(-)
80880
80881 commit 9b0b40b3c1ac8155c80ed5dc976228f4d3ec7e1f
80882 Author: Behdad Esfahbod <behdad@behdad.org>
80883 Date:   Fri Sep 28 11:16:18 2018 -0400
80884
80885     Fix fallback kerning to check for current glyph's mask
80886
80887  src/hb-ot-shape-fallback.cc | 9 ++++++++-
80888  1 file changed, 8 insertions(+), 1 deletion(-)
80889
80890 commit 909a07b587884e9cd1d92ba9f3d5b96d8774c67a
80891 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80892 Date:   Sat Sep 29 03:10:13 2018 +0330
80893
80894     [circleci] Improve clang-everything bot log, more to come
80895     
80896     #1196
80897
80898  .circleci/config.yml | 2 +-
80899  1 file changed, 1 insertion(+), 1 deletion(-)
80900
80901 commit 9be8062b4d241f02bb96df436e98f10f08bda4f8
80902 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80903 Date:   Sat Sep 29 02:11:05 2018 +0330
80904
80905     [ci] Another try on mingw bot
80906
80907  appveyor.yml | 6 +++---
80908  1 file changed, 3 insertions(+), 3 deletions(-)
80909
80910 commit d4d261a97723b27fb9ad9a69b8dc7fd8c560a98b
80911 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80912 Date:   Sat Sep 29 01:57:50 2018 +0330
80913
80914     [ci] Another try on fixing mingw bots
80915     
80916     Per https://github.com/Alexpux/MSYS2-packages/issues/163#issuecomment-73555971
80917
80918  appveyor.yml | 2 +-
80919  1 file changed, 1 insertion(+), 1 deletion(-)
80920
80921 commit 7b68edf2abc7680199360d52ed283cfc4f49b7d5
80922 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80923 Date:   Fri Sep 28 20:53:48 2018 +0330
80924
80925     [tests] Don't try to get glyph names on failures
80926     
80927     As it may cause a race unrelated to the issue actually happened
80928
80929  test/api/test-multithread.c | 4 ++--
80930  1 file changed, 2 insertions(+), 2 deletions(-)
80931
80932 commit d289d6381864649504abfb1196ac20a1d4664a4e
80933 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80934 Date:   Fri Sep 28 20:47:21 2018 +0330
80935
80936     [ci] Trying to fix mingw bot
80937     
80938     As https://github.com/Alexpux/MSYS2-packages/issues/702
80939
80940  appveyor.yml | 2 +-
80941  1 file changed, 1 insertion(+), 1 deletion(-)
80942
80943 commit 33231a855f0e3d2a14e5e2fcb921c6fc773ae6cf
80944 Author: Behdad Esfahbod <behdad@behdad.org>
80945 Date:   Fri Sep 28 11:06:49 2018 -0400
80946
80947     Fix pthread fail for real
80948     
80949     Using a hack...
80950
80951  test/api/Makefile.am | 4 +++-
80952  1 file changed, 3 insertions(+), 1 deletion(-)
80953
80954 commit 8cb8209c911a69442f23f744981e3ed01e44a3fc
80955 Author: Behdad Esfahbod <behdad@behdad.org>
80956 Date:   Fri Sep 28 10:55:28 2018 -0400
80957
80958     Fix bot fails
80959
80960  test/api/Makefile.am | 2 +-
80961  1 file changed, 1 insertion(+), 1 deletion(-)
80962
80963 commit f4072e8cb81072cd6d51a2607efedb76c02e7db1
80964 Author: Behdad Esfahbod <behdad@behdad.org>
80965 Date:   Fri Sep 28 10:14:23 2018 -0400
80966
80967     [morx] Remove mark_set from Insertion
80968     
80969     text-rendering-tests test MORX-32 shows that for Insertion, an unset mark is treated
80970     as mark set at 0.  This is unlike the Reordering lookup where un unset mark performs
80971     nothing.
80972     
80973     Fixes MORX-32.
80974
80975  src/hb-aat-layout-morx-table.hh | 7 +------
80976  1 file changed, 1 insertion(+), 6 deletions(-)
80977
80978 commit 0d18ec5467818fa8f763ec2871146a64d39987e7
80979 Author: Behdad Esfahbod <behdad@behdad.org>
80980 Date:   Fri Sep 28 10:00:07 2018 -0400
80981
80982     [morx] unsafe-to-break in Insertion
80983     
80984     Makes MORX-29, MORX-30, MORX-31 pass.
80985
80986  src/hb-aat-layout-morx-table.hh | 2 ++
80987  1 file changed, 2 insertions(+)
80988
80989 commit 02bebe42c1ffbd8e11b232c943317c8cd8141afb
80990 Author: Behdad Esfahbod <behdad@behdad.org>
80991 Date:   Fri Sep 28 09:51:35 2018 -0400
80992
80993     [test/text-rendering-tests] Update from upstream
80994
80995  test/shaping/data/text-rendering-tests/DISABLED          |   4 ++++
80996  test/shaping/data/text-rendering-tests/Makefile.sources  |   4 ++++
80997  .../text-rendering-tests/fonts/TestMORXThirtyone.ttf     | Bin 0 -> 2964 bytes
80998  .../text-rendering-tests/fonts/TestMORXThirtytwo.ttf     | Bin 0 -> 2948 bytes
80999  .../text-rendering-tests/fonts/TestMORXTwentynine.ttf    | Bin 0 -> 3012 bytes
81000  .../data/text-rendering-tests/tests/MORX-29.tests        |   4 ++++
81001  .../data/text-rendering-tests/tests/MORX-30.tests        |   4 ++++
81002  .../data/text-rendering-tests/tests/MORX-31.tests        |   8 ++++++++
81003  .../data/text-rendering-tests/tests/MORX-32.tests        |   4 ++++
81004  9 files changed, 28 insertions(+)
81005
81006 commit 4cd342baea323bf9709340bbabfc092c976c239c
81007 Author: Behdad Esfahbod <behdad@behdad.org>
81008 Date:   Fri Sep 28 09:47:45 2018 -0400
81009
81010     Fix ubsan bot
81011
81012  test/api/Makefile.am | 1 +
81013  1 file changed, 1 insertion(+)
81014
81015 commit b435df3a5b6f7fddc091c4362a36840305144a57
81016 Author: Behdad Esfahbod <behdad@behdad.org>
81017 Date:   Fri Sep 28 09:13:14 2018 -0400
81018
81019     More atomic tuneup
81020
81021  src/hb-atomic.hh | 18 +++++++++---------
81022  1 file changed, 9 insertions(+), 9 deletions(-)
81023
81024 commit 7e6e094abd27fd022fe9aea1872ef82f6a0cdcec
81025 Author: Behdad Esfahbod <behdad@behdad.org>
81026 Date:   Fri Sep 28 08:45:57 2018 -0400
81027
81028     [test-multithread] Install ot funcs before filling ref buffer
81029
81030  test/api/test-multithread.c | 5 +++--
81031  1 file changed, 3 insertions(+), 2 deletions(-)
81032
81033 commit 21fbee831e0eab2c2f4513825c939158f4578156
81034 Author: Behdad Esfahbod <behdad@behdad.org>
81035 Date:   Fri Sep 28 08:43:37 2018 -0400
81036
81037     [test-multithread] Take num-threads and num-iters from command-line
81038
81039  test/api/test-multithread.c | 5 +++++
81040  1 file changed, 5 insertions(+)
81041
81042 commit 598be3bb38fd11a288f8155b8c27ffef4ebdd8b9
81043 Author: Behdad Esfahbod <behdad@behdad.org>
81044 Date:   Fri Sep 28 08:33:26 2018 -0400
81045
81046     Minor
81047
81048  test/api/test-multithread.c | 1 +
81049  1 file changed, 1 insertion(+)
81050
81051 commit c09bf3d50589c8eb95b322ef3e4eb8a288dacebe
81052 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81053 Date:   Fri Sep 28 16:13:01 2018 +0330
81054
81055     test-multithread, check the results on every iteration (#1194)
81056
81057  test/api/test-multithread.c | 59 ++++++++++++++++++++++++---------------------
81058  1 file changed, 32 insertions(+), 27 deletions(-)
81059
81060 commit dbc3070a15290310bb5aade11d04eb24fe958094
81061 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81062 Date:   Fri Sep 28 16:01:15 2018 +0330
81063
81064     Make test-multithread pass the tsan bot test (#1193)
81065
81066  test/api/test-multithread.c | 5 ++++-
81067  1 file changed, 4 insertions(+), 1 deletion(-)
81068
81069 commit d2542cd28c70b2ba7ab28c0fe5459a1b4a873478
81070 Author: Behdad Esfahbod <behdad@behdad.org>
81071 Date:   Thu Sep 27 17:23:24 2018 -0400
81072
81073     More atomic fixup
81074
81075  src/hb-atomic.hh | 2 +-
81076  1 file changed, 1 insertion(+), 1 deletion(-)
81077
81078 commit 3ee96984f4633852736b33640c89d1706bc77e0b
81079 Author: Behdad Esfahbod <behdad@behdad.org>
81080 Date:   Thu Sep 27 17:20:26 2018 -0400
81081
81082     Fixup atomics from recent change
81083
81084  src/hb-atomic.hh | 7 +++++--
81085  1 file changed, 5 insertions(+), 2 deletions(-)
81086
81087 commit 305468708dc9ce9dadad36c117c380f13bcc6a26
81088 Author: Behdad Esfahbod <behdad@behdad.org>
81089 Date:   Thu Sep 27 16:54:23 2018 -0400
81090
81091     [cache] Use atomic writes in clear()
81092     
81093     To help TSan.
81094
81095  src/hb-cache.hh | 5 ++++-
81096  1 file changed, 4 insertions(+), 1 deletion(-)
81097
81098 commit 341b70a3b47ef3ceeb81e715937d6b2305258060
81099 Merge: bbf2a0954 9e9a36ee6
81100 Author: n8willis <n8willis@users.noreply.github.com>
81101 Date:   Thu Sep 27 11:15:22 2018 -0500
81102
81103     Merge pull request #1 from harfbuzz/master
81104     
81105     Resync with upstream
81106
81107 commit 9e9a36ee651502b69717895385387951a2d0802a
81108 Author: Volker Krause <vkrause@kde.org>
81109 Date:   Thu Sep 27 16:33:49 2018 +0200
81110
81111     Fix infinite loop when walking up the directory hierarchy (#1183)
81112     
81113     A single find_package(harfbuzz) line in user code resulted in this loop
81114     getting stuck when _harfbuzz_libdir_iter became "/".
81115
81116  src/harfbuzz-config.cmake.in | 4 ++++
81117  1 file changed, 4 insertions(+)
81118
81119 commit 0c1d852bc41a4f69f890be4817c84bd7de56e07a
81120 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81121 Date:   Thu Sep 27 11:53:17 2018 +0330
81122
81123     Use clang for compiling freetype for tsan bot
81124
81125  .circleci/config.yml | 2 +-
81126  1 file changed, 1 insertion(+), 1 deletion(-)
81127
81128 commit ab16b24cc94389ac66a9353327d2a87a7c230ed4
81129 Author: Michiharu Ariza <ariza@adobe.com>
81130 Date:   Wed Sep 26 18:51:36 2018 -0700
81131
81132     tweaked get_fd fix
81133
81134  src/hb-ot-cff-common.hh | 7 ++++---
81135  1 file changed, 4 insertions(+), 3 deletions(-)
81136
81137 commit dac70f252a84e1a255375eaacffc2cb3f3fc6e58
81138 Author: Michiharu Ariza <ariza@adobe.com>
81139 Date:   Wed Sep 26 16:30:26 2018 -0700
81140
81141     Added CFF1 J font subset to api test
81142     
81143     Also fixed FDSelect3_4::get_fd
81144     Fixed test_subset_cff1_strip_hints (wrong font names!)
81145
81146  src/hb-ot-cff-common.hh                            |   2 +-
81147  .../fonts/SourceHanSans-Regular.41,3041,4E9D.otf   | Bin 0 -> 5864 bytes
81148  test/api/fonts/SourceHanSans-Regular.41,4E9D.otf   | Bin 0 -> 5500 bytes
81149  test/api/test-subset-cff1.c                        |  25 +++++++++++++++++++--
81150  4 files changed, 24 insertions(+), 3 deletions(-)
81151
81152 commit 662f7d7e8bfa77b21ffa05e853f61dda993dcc8a
81153 Author: Behdad Esfahbod <behdad@behdad.org>
81154 Date:   Wed Sep 26 18:42:37 2018 -0400
81155
81156     [arabic] Do the joiner-flipping only for rlig feature
81157     
81158     See comment.
81159
81160  src/hb-ot-shape-complex-arabic.cc | 24 +++++++++++++++++++-----
81161  1 file changed, 19 insertions(+), 5 deletions(-)
81162
81163 commit 7f30629cddcf0196d7b754df0cb2d4a8e5fed4b6
81164 Author: Behdad Esfahbod <behdad@behdad.org>
81165 Date:   Wed Sep 26 16:40:23 2018 -0400
81166
81167     [ft] Make TSan happy
81168
81169  src/hb-ft.cc | 8 ++++----
81170  1 file changed, 4 insertions(+), 4 deletions(-)
81171
81172 commit ec743fce2a72a1cb76ac9401747a442a03a051d9
81173 Author: Behdad Esfahbod <behdad@behdad.org>
81174 Date:   Wed Sep 26 16:37:18 2018 -0400
81175
81176     Add more atomic intrinsics
81177
81178  src/hb-atomic.hh | 21 ++++++++++++++++++---
81179  1 file changed, 18 insertions(+), 3 deletions(-)
81180
81181 commit d183b33c1dd42055a9432f4a756ea20856913201
81182 Author: Behdad Esfahbod <behdad@behdad.org>
81183 Date:   Wed Sep 26 16:29:35 2018 -0400
81184
81185     Rename test
81186
81187  test/api/Makefile.am                                           | 2 +-
81188  test/api/{test-subset-codepoints.c => test-collect-unicodes.c} | 0
81189  2 files changed, 1 insertion(+), 1 deletion(-)
81190
81191 commit c9c75fe3d9eb36f166d594ceb5889a1dc0b14fe6
81192 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81193 Date:   Thu Sep 27 00:08:06 2018 +0330
81194
81195     [ci] Compile freetype on tsan and put sanitizer flags on correct places (#1188)
81196
81197  .circleci/config.yml | 11 ++++++-----
81198  1 file changed, 6 insertions(+), 5 deletions(-)
81199
81200 commit 39da1914b4fd1c58d61cb29c78a0904ff6b905c6
81201 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81202 Date:   Wed Sep 26 23:32:45 2018 +0330
81203
81204     Test freetype funcs on test-multithread (#1187)
81205
81206  test/api/Makefile.am        |  6 ++++--
81207  test/api/test-multithread.c | 25 +++++++++++++++++--------
81208  2 files changed, 21 insertions(+), 10 deletions(-)
81209
81210 commit e88009a93f5d13ed31b6262f928761e9574dcef1
81211 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81212 Date:   Wed Sep 26 22:53:02 2018 +0330
81213
81214     Minor, remove the no longer needed comment on test-multithread
81215
81216  test/api/test-multithread.c | 2 +-
81217  1 file changed, 1 insertion(+), 1 deletion(-)
81218
81219 commit 90a0f9fa0c020c268ac3ba31c7f1337eed85f35e
81220 Author: Behdad Esfahbod <behdad@behdad.org>
81221 Date:   Wed Sep 26 15:03:07 2018 -0400
81222
81223     Make TSan happy with make_immutable()
81224
81225  src/hb-blob.cc    | 2 ++
81226  src/hb-face.cc    | 2 ++
81227  src/hb-font.cc    | 4 ++++
81228  src/hb-unicode.cc | 2 ++
81229  4 files changed, 10 insertions(+)
81230
81231 commit 34d5a2595331c568ae524057d031c9d5d2573978
81232 Author: Behdad Esfahbod <behdad@behdad.org>
81233 Date:   Wed Sep 26 15:02:21 2018 -0400
81234
81235     Fix test-multithread and increase num_threads to 30
81236     
81237     What were you thinking? ;)
81238
81239  test/api/test-multithread.c | 56 +++++++++++++++++++++------------------------
81240  1 file changed, 26 insertions(+), 30 deletions(-)
81241
81242 commit 8bb73dad7f3279e1f1362cf9a137504e8ef08985
81243 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81244 Date:   Wed Sep 26 20:50:51 2018 +0330
81245
81246     Add a multithreaded test (#1184)
81247
81248  test/api/Makefile.am        |   6 ++
81249  test/api/test-multithread.c | 146 ++++++++++++++++++++++++++++++++++++++++++++
81250  2 files changed, 152 insertions(+)
81251
81252 commit 04caf11608d2db13eb6ed2ecc3d406e284b4c13c
81253 Author: Behdad Esfahbod <behdad@behdad.org>
81254 Date:   Wed Sep 26 12:13:47 2018 -0400
81255
81256     [hb-view] Change subpixel bits from 8 to 6
81257     
81258     To match FreeType units, such that FreeType gets correct size from us.
81259     This matters more now that we allow setting --ft-load-flags.
81260
81261  util/hb-view.cc | 2 +-
81262  1 file changed, 1 insertion(+), 1 deletion(-)
81263
81264 commit 824111d4842b9a7bbbdcd147325f8f372ed3d37c
81265 Author: Behdad Esfahbod <behdad@behdad.org>
81266 Date:   Tue Sep 25 12:47:37 2018 -0400
81267
81268     Fix iOS build
81269     
81270     Fixes https://github.com/harfbuzz/harfbuzz/pull/1179
81271
81272  src/hb-coretext.cc | 4 ++--
81273  1 file changed, 2 insertions(+), 2 deletions(-)
81274
81275 commit 4b4be7701f635f8378e7f868cfbe8d4571fc841f
81276 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81277 Date:   Tue Sep 25 09:24:35 2018 +0330
81278
81279     [circle] Add an obsessive clang bot (#1178)
81280
81281  .circleci/config.yml | 17 +++++++++++++++++
81282  1 file changed, 17 insertions(+)
81283
81284 commit ae7f0e83d4417fac2455c44eaea15b3cca03d18e
81285 Author: Michiharu Ariza <ariza@adobe.com>
81286 Date:   Mon Sep 24 22:49:44 2018 -0700
81287
81288     fixed memory leaks
81289     
81290     in CFF1 & CFF2 accelerators, VORG subsetter
81291
81292  src/hb-ot-cff1-table.hh | 2 ++
81293  src/hb-ot-cff2-table.hh | 2 ++
81294  src/hb-ot-vorg-table.hh | 3 +++
81295  3 files changed, 7 insertions(+)
81296
81297 commit 258b456566abd266657725b3fc4e70f18b370d5d
81298 Author: Michiharu Ariza <ariza@adobe.com>
81299 Date:   Mon Sep 24 16:50:47 2018 -0700
81300
81301     Added CFF1 & CFF2 api tests
81302
81303  test/api/Makefile.am                               |   4 +
81304  test/api/fonts/AdobeVFPrototype.abc.otf            | Bin 0 -> 7800 bytes
81305  test/api/fonts/AdobeVFPrototype.ac.nohints.otf     | Bin 0 -> 7152 bytes
81306  test/api/fonts/AdobeVFPrototype.ac.otf             | Bin 0 -> 7336 bytes
81307  test/api/fonts/SourceSansPro-Regular.abc.otf       | Bin 0 -> 3412 bytes
81308  .../api/fonts/SourceSansPro-Regular.ac.nohints.otf | Bin 0 -> 3228 bytes
81309  test/api/fonts/SourceSansPro-Regular.ac.otf        | Bin 0 -> 3332 bytes
81310  test/api/test-subset-cff1.c                        | 104 +++++++++++++++++++++
81311  test/api/test-subset-cff2.c                        | 104 +++++++++++++++++++++
81312  9 files changed, 212 insertions(+)
81313
81314 commit 8282e881b51363811078bce53fad6aa5b41f7b41
81315 Author: Behdad Esfahbod <behdad@behdad.org>
81316 Date:   Mon Sep 24 19:43:01 2018 -0400
81317
81318     Disable msan bot again
81319     
81320     Fixes https://github.com/harfbuzz/harfbuzz/issues/1175
81321
81322  .circleci/config.yml | 2 +-
81323  1 file changed, 1 insertion(+), 1 deletion(-)
81324
81325 commit 6c0e7eb6a6f3f888442c0a97ce6a771631990ed6
81326 Author: Behdad Esfahbod <behdad@behdad.org>
81327 Date:   Mon Sep 24 19:07:23 2018 -0400
81328
81329     Minor
81330
81331  src/hb-ot-map.hh                 |  1 +
81332  src/hb-ot-shape-complex-indic.cc | 34 +++++++++++++++++-----------------
81333  src/hb-ot-shape-complex-khmer.cc | 18 +++++++++---------
81334  3 files changed, 27 insertions(+), 26 deletions(-)
81335
81336 commit d748dc76644f28d4130f9cb1dee7a22cbe81c25d
81337 Author: Behdad Esfahbod <behdad@behdad.org>
81338 Date:   Mon Sep 24 18:30:50 2018 -0400
81339
81340     More iter inits
81341
81342  src/hb-ot-layout-gsubgpos.hh | 12 ++++++------
81343  1 file changed, 6 insertions(+), 6 deletions(-)
81344
81345 commit d9867497d09af929554eaa89cc6fee865b018646
81346 Author: Behdad Esfahbod <behdad@behdad.org>
81347 Date:   Mon Sep 24 18:11:59 2018 -0400
81348
81349     Minor
81350
81351  src/hb-ot-shape.cc | 3 ++-
81352  1 file changed, 2 insertions(+), 1 deletion(-)
81353
81354 commit 70136a78cb9eda244767f8e8a3d30d0f3c569d01
81355 Author: Behdad Esfahbod <behdad@behdad.org>
81356 Date:   Mon Sep 24 18:03:34 2018 -0400
81357
81358     Remove F_COMBINE
81359     
81360     Now I wonder if any bots will be unhappy we calling | in static const initializations...
81361     Or would that cost runtime init?  Our tests don't detect any..
81362
81363  src/hb-ot-map.hh                  | 2 --
81364  src/hb-ot-shape-complex-arabic.cc | 2 +-
81365  2 files changed, 1 insertion(+), 3 deletions(-)
81366
81367 commit f048ead84a4d3fe0bb712ed228c2f39c01ce9705
81368 Author: Behdad Esfahbod <behdad@behdad.org>
81369 Date:   Mon Sep 24 18:01:53 2018 -0400
81370
81371     Some more
81372
81373  src/hb-ot-map.cc                   |  5 +++--
81374  src/hb-ot-map.hh                   | 13 +++++++------
81375  src/hb-ot-shape-complex-arabic.cc  | 18 +++++++++---------
81376  src/hb-ot-shape-complex-hangul.cc  |  2 +-
81377  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
81378  src/hb-ot-shape-complex-khmer.cc   |  8 ++++----
81379  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
81380  src/hb-ot-shape-complex-tibetan.cc |  2 +-
81381  src/hb-ot-shape-complex-use.cc     | 20 ++++++++++----------
81382  src/hb-ot-shape.cc                 | 30 +++++++++++++++---------------
81383  10 files changed, 59 insertions(+), 57 deletions(-)
81384
81385 commit 1676f608c8e4f880789252ca448bb008f6dd51b4
81386 Author: Behdad Esfahbod <behdad@behdad.org>
81387 Date:   Mon Sep 24 17:55:03 2018 -0400
81388
81389     Minor refactoring
81390
81391  src/hb-ot-map.hh                   | 15 ++++++++++-
81392  src/hb-ot-shape-complex-hangul.cc  |  2 +-
81393  src/hb-ot-shape-complex-indic.cc   | 52 +++++++++++++++-----------------------
81394  src/hb-ot-shape-complex-khmer.cc   | 38 ++++++++++------------------
81395  src/hb-ot-shape-complex-myanmar.cc |  2 +-
81396  5 files changed, 51 insertions(+), 58 deletions(-)
81397
81398 commit 10203339600e85d6aaffba6034ac250e72fdfc12
81399 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81400 Date:   Tue Sep 25 01:00:32 2018 +0330
81401
81402     [circleci] Update sanitizer bots with newer clang and Ubuntu version (#1176)
81403
81404  .circleci/config.yml | 48 ++++++++++++++++++++++++++++++++----------------
81405  1 file changed, 32 insertions(+), 16 deletions(-)
81406
81407 commit 12b8baa7653741ba13a89cd40f1f36b8bac11666
81408 Author: Behdad Esfahbod <behdad@behdad.org>
81409 Date:   Mon Sep 24 17:22:39 2018 -0400
81410
81411     [msan] Enable again to get a build log, and try to play with suppressions
81412
81413  .circleci/config.yml | 2 +-
81414  1 file changed, 1 insertion(+), 1 deletion(-)
81415
81416 commit aec0d3cbc923a8801c5bd9e9ae05801a31a7260c
81417 Author: Behdad Esfahbod <behdad@behdad.org>
81418 Date:   Mon Sep 24 13:12:15 2018 -0400
81419
81420     [ubsan] Re-enable now that it passes locally
81421
81422  .circleci/config.yml | 2 +-
81423  1 file changed, 1 insertion(+), 1 deletion(-)
81424
81425 commit 4839807340cc73d5ba826dff4b4ba358775a213d
81426 Author: Behdad Esfahbod <behdad@behdad.org>
81427 Date:   Mon Sep 24 13:11:34 2018 -0400
81428
81429     [check-static-inits.sh] Allow some if ubsan is in effect
81430
81431  src/check-static-inits.sh | 4 ++--
81432  1 file changed, 2 insertions(+), 2 deletions(-)
81433
81434 commit 0604bf2b3846b200c56447ffe542bf69c0529a06
81435 Merge: 76e54d2bd 45f5aa979
81436 Author: Michiharu Ariza <ariza@adobe.com>
81437 Date:   Mon Sep 24 10:09:25 2018 -0700
81438
81439     Merge branch 'master' into cff-subset
81440
81441 commit e45ba31dc723988150ef766758fa89fecd50ca03
81442 Author: Behdad Esfahbod <behdad@behdad.org>
81443 Date:   Mon Sep 24 13:04:48 2018 -0400
81444
81445     [check-symbols.sh] Allow weak objects "V"
81446     
81447     ubsan generates these.
81448
81449  src/check-symbols.sh | 2 +-
81450  1 file changed, 1 insertion(+), 1 deletion(-)
81451
81452 commit d07f3111b4bc38798e16a2459b80a16d7a9f9ff1
81453 Author: Behdad Esfahbod <behdad@behdad.org>
81454 Date:   Mon Sep 24 13:01:35 2018 -0400
81455
81456     Link API test programs with C++ linker
81457     
81458     Needed to make ubsan work.
81459     
81460     Fixes https://github.com/harfbuzz/harfbuzz/issues/1174
81461
81462  test/api/Makefile.am | 2 ++
81463  1 file changed, 2 insertions(+)
81464
81465 commit a96508cfc9bd9013d24b18547fcd9c03e08fe2f2
81466 Author: Behdad Esfahbod <behdad@behdad.org>
81467 Date:   Mon Sep 24 12:52:42 2018 -0400
81468
81469     [msan] Add MSAN_OPTIONS=exitcode=42
81470     
81471     Default exit value is 77, which causes autotools to "skip" test.
81472
81473  .circleci/config.yml | 2 +-
81474  1 file changed, 1 insertion(+), 1 deletion(-)
81475
81476 commit 45f5aa97905996e3486c6dbba8493b11cfa0cf15
81477 Author: Behdad Esfahbod <behdad@behdad.org>
81478 Date:   Mon Sep 24 12:43:29 2018 -0400
81479
81480     [circleci] Disable msan and ubsan builds
81481     
81482     https://github.com/harfbuzz/harfbuzz/issues/1174
81483     https://github.com/harfbuzz/harfbuzz/issues/1175
81484
81485  .circleci/config.yml | 4 ++--
81486  1 file changed, 2 insertions(+), 2 deletions(-)
81487
81488 commit 2d93148a0f915bb52433ecc9d66845191a2f9135
81489 Author: Behdad Esfahbod <behdad@behdad.org>
81490 Date:   Mon Sep 24 11:52:22 2018 -0400
81491
81492     Ignore weak symbols in check-symbols.sh
81493     
81494     Some clang versions leave a std::round(float) weak symbol around...
81495
81496  src/check-symbols.sh | 2 +-
81497  1 file changed, 1 insertion(+), 1 deletion(-)
81498
81499 commit 55bae6825ed2058255a512a73293e3cdff0e78a4
81500 Author: Behdad Esfahbod <behdad@behdad.org>
81501 Date:   Mon Sep 24 10:43:06 2018 -0400
81502
81503     [docs] A few improvements
81504     
81505     If we wrote just this much every day...
81506
81507  src/hb-buffer.cc |  4 ++++
81508  src/hb-buffer.h  | 20 +++++++++++++++-----
81509  src/hb-face.cc   | 11 +++++++----
81510  src/hb-font.cc   | 12 +++++++-----
81511  4 files changed, 33 insertions(+), 14 deletions(-)
81512
81513 commit 57fa2c23de8b6b66894d6872d192ac90ec8bf05a
81514 Author: Behdad Esfahbod <behdad@behdad.org>
81515 Date:   Mon Sep 24 09:57:52 2018 -0400
81516
81517     Readjust Hebrew composition again
81518
81519  src/hb-ot-shape-complex-hebrew.cc | 2 +-
81520  1 file changed, 1 insertion(+), 1 deletion(-)
81521
81522 commit 7f335390f3a498119319a0e6c3ce7656a3902066
81523 Author: Behdad Esfahbod <behdad@behdad.org>
81524 Date:   Mon Sep 24 09:56:18 2018 -0400
81525
81526     Revert change that would decompose text if GPOS mark feature is available
81527     
81528     https://github.com/harfbuzz/harfbuzz/issues/653#issuecomment-423905920
81529
81530  src/hb-ot-shape-normalize.cc | 4 +++-
81531  1 file changed, 3 insertions(+), 1 deletion(-)
81532
81533 commit a6f4b2f7cd088aeb44e1aac672434641f4f9e484
81534 Author: Behdad Esfahbod <behdad@behdad.org>
81535 Date:   Mon Sep 24 09:54:37 2018 -0400
81536
81537     Fix normalization
81538     
81539     https://github.com/harfbuzz/harfbuzz/commit/62d1e0852a5549a1b510ad46a4b89f12730bb708#commitcomment-30613091
81540
81541  src/hb-ot-shape-normalize.cc | 1 -
81542  1 file changed, 1 deletion(-)
81543
81544 commit 3583fb03b14a10ec5ab5f9c480e150934101fd0b
81545 Author: Behdad Esfahbod <behdad@behdad.org>
81546 Date:   Sun Sep 23 22:33:38 2018 -0400
81547
81548     Simplify ZWJ-skipping a bit
81549     
81550     Towards disabling ZWJ-skipping in certain GPOS contexts.
81551     
81552     Part of https://github.com/flutter/flutter/issues/16886
81553
81554  src/hb-ot-layout-gsubgpos.hh       |  6 +++---
81555  src/hb-ot-shape-complex-indic.cc   | 21 ++++++++++++++++-----
81556  src/hb-ot-shape-complex-khmer.cc   | 21 ++++++++++++++-------
81557  src/hb-ot-shape-complex-myanmar.cc | 15 ++++++++++++++-
81558  src/hb-ot-shape-complex-use.cc     | 15 +++++++++++++--
81559  5 files changed, 60 insertions(+), 18 deletions(-)
81560
81561 commit 9516cbd3df7ccdb40b27a7ba99a1e0da8a6b170c
81562 Author: Behdad Esfahbod <behdad@behdad.org>
81563 Date:   Sun Sep 23 22:00:34 2018 -0400
81564
81565     Reinit skippy iters when auto_zwj / auto_zwnj change
81566     
81567     Ouch.  How did we not hit this bug before...
81568
81569  src/hb-ot-layout-gsubgpos.hh | 17 +++++++++--------
81570  1 file changed, 9 insertions(+), 8 deletions(-)
81571
81572 commit 62d1e0852a5549a1b510ad46a4b89f12730bb708
81573 Author: Behdad Esfahbod <behdad@behdad.org>
81574 Date:   Sun Sep 23 21:32:18 2018 -0400
81575
81576     Prefer decomposed form if font has GPOS mark feature
81577     
81578     Fixes https://github.com/harfbuzz/harfbuzz/issues/653
81579
81580  src/hb-ot-shape-complex-hebrew.cc |   2 +-
81581  src/hb-ot-shape-normalize.cc      | 126 ++++++++++++++++++++------------------
81582  src/hb-ot-shape-normalize.hh      |   7 ++-
81583  3 files changed, 72 insertions(+), 63 deletions(-)
81584
81585 commit d7f21777e6a797758ab234555f5f7e07c87278f9
81586 Author: Behdad Esfahbod <behdad@behdad.org>
81587 Date:   Sun Sep 23 19:12:52 2018 -0400
81588
81589     [ot-font] Fix leak
81590     
81591     Fixes https://github.com/harfbuzz/harfbuzz/issues/1171
81592     
81593     I'm glad we have leak-detector bots now.
81594
81595  src/hb-ot-post-table.hh | 1 +
81596  1 file changed, 1 insertion(+)
81597
81598 commit ae39a53f55e6b812defb4c7b48562651c9eb13a3
81599 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81600 Date:   Sat Sep 22 14:22:17 2018 +0330
81601
81602     Add bots with address- and thread-sanitizer
81603
81604  .circleci/config.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
81605  1 file changed, 52 insertions(+)
81606
81607 commit 24dd6c1a9d8d571c30dce4d39c1975b1d1cedc2a
81608 Author: Matt Oliver <protogonoi@gmail.com>
81609 Date:   Sun Sep 23 18:08:30 2018 +1000
81610
81611     src/hb-blob.cc: Fix mmap functionality with UWP.
81612
81613  src/hb-blob.cc | 27 +++++++++++++++++++++++++++
81614  src/hb.hh      |  4 +++-
81615  2 files changed, 30 insertions(+), 1 deletion(-)
81616
81617 commit b7f1bbc2f8b14a402fa9e42e88919dc0173373ce
81618 Author: Khaled Hosny <khaledhosny@eglug.org>
81619 Date:   Sat Sep 22 16:41:56 2018 +0200
81620
81621     [test] Fix printing subprocess error messages
81622     
81623     Decode the string as Python 3 returns bytes string, and also don’t
81624     assume that it ends with a new line.
81625
81626  test/shaping/run-tests.py | 2 +-
81627  1 file changed, 1 insertion(+), 1 deletion(-)
81628
81629 commit 403019482b0d7f17fbdb5def2be5f43e28bafcf3
81630 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81631 Date:   Sat Sep 22 17:24:03 2018 +0330
81632
81633     Fix test-subset-* leak issues
81634     
81635     See also https://github.com/harfbuzz/harfbuzz/pull/1169
81636
81637  test/api/hb-subset-test.h | 12 +++++++++---
81638  1 file changed, 9 insertions(+), 3 deletions(-)
81639
81640 commit f6ebe1f4dc95a7c4b3a0af23086873a11867c1d9
81641 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81642 Date:   Sat Sep 22 17:05:52 2018 +0330
81643
81644     Fix test-ot-math leak issue
81645     
81646     See also https://github.com/harfbuzz/harfbuzz/pull/1169
81647
81648  test/api/test-ot-math.c | 4 ++++
81649  1 file changed, 4 insertions(+)
81650
81651 commit 669ac81ac52e9d559324db851a9ee46ef651e7b0
81652 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81653 Date:   Sat Sep 22 16:49:23 2018 +0330
81654
81655     Fix test-set leak issue
81656     
81657     See also https://github.com/harfbuzz/harfbuzz/pull/1169
81658
81659  test/api/test-set.c | 1 +
81660  1 file changed, 1 insertion(+)
81661
81662 commit ef9307fd2227bf0f750d8f7fafae466affc81454
81663 Author: Ebrahim Byagowi <ebrahim@gnu.org>
81664 Date:   Sat Sep 22 16:45:31 2018 +0330
81665
81666     Fix test-font leak issue
81667     
81668     See also https://github.com/harfbuzz/harfbuzz/pull/1169
81669
81670  test/api/test-font.c | 1 +
81671  1 file changed, 1 insertion(+)
81672
81673 commit 76e54d2bd804414183858ca198157050419dfe6c
81674 Author: Michiharu Ariza <ariza@adobe.com>
81675 Date:   Fri Sep 21 12:16:36 2018 -0700
81676
81677     fixed subroutinized CFF2 flattening
81678     
81679     and some code cleanup
81680
81681  src/hb-cff-interp-common.hh    |  2 +-
81682  src/hb-cff-interp-cs-common.hh | 13 -------------
81683  src/hb-cff2-interp-cs.hh       |  7 ++++---
81684  3 files changed, 5 insertions(+), 17 deletions(-)
81685
81686 commit 321e592333014f713557e8ce8041dcb5de710218
81687 Author: Michiharu Ariza <ariza@adobe.com>
81688 Date:   Thu Sep 20 10:31:06 2018 -0700
81689
81690     Added desubroutinize option to generate-expected-outputs.py
81691     
81692     Currently hb-subset always desubroutinizes CFF fonts.
81693     Note that even with this option fonttools won't generate the expected subset CFF fonts. They were manually created & tweaked to match hb-subset output.
81694
81695  test/subset/generate-expected-outputs.py | 1 +
81696  1 file changed, 1 insertion(+)
81697
81698 commit f212c050ad50898d5105d1d3a6ea3498f94ee462
81699 Author: Michiharu Ariza <ariza@adobe.com>
81700 Date:   Thu Sep 20 09:45:43 2018 -0700
81701
81702     Added VORG struct and its subsetter
81703     
81704     new file: hb-ot-vorg-table.hh
81705
81706  src/Makefile.sources    |   1 +
81707  src/hb-ot-vorg-table.hh | 163 ++++++++++++++++++++++++++++++++++++++++++++++++
81708  src/hb-subset.cc        |   5 +-
81709  3 files changed, 168 insertions(+), 1 deletion(-)
81710
81711 commit 5fd8bce945e7efaa48d0c29eb8b2700027bd3c0b
81712 Author: Behdad Esfahbod <behdad@behdad.org>
81713 Date:   Wed Sep 19 22:34:09 2018 -0400
81714
81715     [morx] Fix mark_set check
81716
81717  src/hb-aat-layout-morx-table.hh | 4 +---
81718  1 file changed, 1 insertion(+), 3 deletions(-)
81719
81720 commit 1377adc8a88c627891cb8b9cea511d8f9f5324f9
81721 Author: Michiharu Ariza <ariza@adobe.com>
81722 Date:   Wed Sep 19 17:00:10 2018 -0700
81723
81724     Added SourceHanSans-Regular for CFF subset test
81725     
81726     Disabled FDSelect serialization to format 0 for compatibility with fonttools
81727
81728  src/hb-subset-cff-common.cc                          |  16 +++++++++++++---
81729  .../japanese/SourceHanSans-Regular.default..otf      | Bin 0 -> 2340 bytes
81730  ...Regular.default.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6248 bytes
81731  ...Regular.default.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6432 bytes
81732  .../SourceHanSans-Regular.default.61,63,65,6B.otf    | Bin 0 -> 5428 bytes
81733  ...Regular.default.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6552 bytes
81734  .../japanese/SourceHanSans-Regular.default.660E.otf  | Bin 0 -> 5196 bytes
81735  .../japanese/SourceHanSans-Regular.drop-hints..otf   | Bin 0 -> 2188 bytes
81736  ...ular.drop-hints.3042,3044,3046,3048,304A,304B.otf | Bin 0 -> 6076 bytes
81737  ...ular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.otf | Bin 0 -> 6180 bytes
81738  .../SourceHanSans-Regular.drop-hints.61,63,65,6B.otf | Bin 0 -> 5312 bytes
81739  ...ular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.otf | Bin 0 -> 6248 bytes
81740  .../SourceHanSans-Regular.drop-hints.660E.otf        | Bin 0 -> 5088 bytes
81741  test/subset/data/fonts/SourceHanSans-Regular.otf     | Bin 0 -> 16427580 bytes
81742  test/subset/data/tests/japanese.tests                |   1 +
81743  15 files changed, 14 insertions(+), 3 deletions(-)
81744
81745 commit 0739b28169eb63332b31420deb5bf58b5446f154
81746 Author: Behdad Esfahbod <behdad@behdad.org>
81747 Date:   Wed Sep 19 17:32:21 2018 -0400
81748
81749     [aat] Minor
81750
81751  src/hb-aat-layout-common.hh | 3 ++-
81752  1 file changed, 2 insertions(+), 1 deletion(-)
81753
81754 commit 7671cb9b04770d50b1b2a05a24f6fadc35993cd1
81755 Author: Behdad Esfahbod <behdad@behdad.org>
81756 Date:   Wed Sep 19 17:10:26 2018 -0400
81757
81758     [coretext] Minor
81759
81760  src/hb-coretext.cc | 10 ++++++----
81761  1 file changed, 6 insertions(+), 4 deletions(-)
81762
81763 commit dc8ed45292ce4e522c3bda03fd83873da7b6591e
81764 Author: Behdad Esfahbod <behdad@behdad.org>
81765 Date:   Wed Sep 19 16:46:41 2018 -0400
81766
81767     [morx] Implement forward/backward processing
81768     
81769     We reverse too many times. Can be optimized. But I doubt many fonts
81770     use reverse lookups, so doesn't matter.
81771     
81772     Other than not applying user features, this completes morx table
81773     implementation.
81774
81775  src/hb-aat-layout-morx-table.hh | 40 ++++++++++++++++++++++++++++++++++++++++
81776  1 file changed, 40 insertions(+)
81777
81778 commit 3bccd62196b5dff70d446c3fe053b1b47bb9c19e
81779 Author: Behdad Esfahbod <behdad@behdad.org>
81780 Date:   Wed Sep 19 16:24:34 2018 -0400
81781
81782     [morx] Implement horiz-only/vert-only subtables
81783
81784  src/hb-aat-layout-morx-table.hh | 24 +++++++++++++++++++++++-
81785  1 file changed, 23 insertions(+), 1 deletion(-)
81786
81787 commit 041a08de3d0ca74d3e2fdccfa5311ff26a8b97e4
81788 Author: Behdad Esfahbod <behdad@behdad.org>
81789 Date:   Wed Sep 19 16:02:56 2018 -0400
81790
81791     [morx] Improve buffer position in Insertion w DontAdvance and wo
81792     
81793     Just speculation. Needs tests to determine which is correct behavior.
81794
81795  src/hb-aat-layout-morx-table.hh | 23 ++++++++++++++++++-----
81796  1 file changed, 18 insertions(+), 5 deletions(-)
81797
81798 commit ebeccf3e63bff96b7a7766dea566704a9cbeae44
81799 Author: Michiharu Ariza <ariza@adobe.com>
81800 Date:   Tue Sep 18 17:24:30 2018 -0700
81801
81802     fixed char widths & standard Encoding in subset CFF
81803     
81804     also merged flush_n_args to flush_args into one
81805     takes start index of the arguments on stack instead of count
81806
81807  src/hb-cff-interp-cs-common.hh | 20 +++++---------------
81808  src/hb-cff1-interp-cs.hh       | 11 +++++++----
81809  src/hb-cff2-interp-cs.hh       |  2 +-
81810  src/hb-subset-cff1.cc          | 22 ++++++++++++++++------
81811  src/hb-subset-cff2.cc          | 12 ++++++------
81812  5 files changed, 35 insertions(+), 32 deletions(-)
81813
81814 commit bf4eb2e4cf8d08b674f81954e22b331cca2b3721
81815 Author: Michiharu Ariza <ariza@adobe.com>
81816 Date:   Tue Sep 18 15:53:37 2018 -0700
81817
81818     Added SourceSansPro-Regular along as CFF full-font test case
81819     
81820     derived "expected" subset fonts from fonttools then manually tweaked further so they resemble hb-subset output
81821
81822  ...ourceSansPro-Regular.default.1FC,21,41,20,62,63.otf | Bin 0 -> 3640 bytes
81823  .../SourceSansPro-Regular.default.61,62,63.otf         | Bin 0 -> 3400 bytes
81824  .../SourceSansPro-Regular.default.D7,D8,D9,DA,DE.otf   | Bin 0 -> 3596 bytes
81825  ...ceSansPro-Regular.drop-hints.1FC,21,41,20,62,63.otf | Bin 0 -> 3480 bytes
81826  .../SourceSansPro-Regular.drop-hints.61,62,63.otf      | Bin 0 -> 3276 bytes
81827  ...SourceSansPro-Regular.drop-hints.D7,D8,D9,DA,DE.otf | Bin 0 -> 3448 bytes
81828  test/subset/data/fonts/SourceSansPro-Regular.otf       | Bin 0 -> 220852 bytes
81829  test/subset/data/tests/full-font.tests                 |   1 +
81830  test/subset/run-tests.py                               |   4 ++--
81831  test/subset/subset_test_suite.py                       |   5 +++++
81832  10 files changed, 8 insertions(+), 2 deletions(-)
81833
81834 commit e75e7224c9c02ab99e132a51fe8801e29827cac5
81835 Author: Michiharu Ariza <ariza@adobe.com>
81836 Date:   Mon Sep 17 15:34:39 2018 -0700
81837
81838     include curve control points in extents
81839     
81840     this makes results consistent with FT
81841     also optimized handling of path end points
81842
81843  src/hb-cff-interp-cs-common.hh |  6 +++---
81844  src/hb-ot-cff1-table.cc        | 27 +++++++++++++++++++++++++--
81845  2 files changed, 28 insertions(+), 5 deletions(-)
81846
81847 commit 98b94f8ba53276887ab583eeeb4cb097c7b84b2c
81848 Author: Michiharu Ariza <ariza@adobe.com>
81849 Date:   Mon Sep 17 13:56:39 2018 -0700
81850
81851     fix static_assert failure in OffsetTo<TopDict>
81852
81853  src/hb-ot-cff2-table.hh | 2 +-
81854  1 file changed, 1 insertion(+), 1 deletion(-)
81855
81856 commit d050ab8d3e73debfb414fc8c9426180459150b61
81857 Merge: f0a4e0c2c 388ab9164
81858 Author: Michiharu Ariza <ariza@adobe.com>
81859 Date:   Mon Sep 17 13:07:29 2018 -0700
81860
81861     Merge branch 'master' into cff-subset
81862
81863 commit f0a4e0c2ca5ee0225765590384216d5d5367de7e
81864 Author: Michiharu Ariza <ariza@adobe.com>
81865 Date:   Mon Sep 17 12:11:56 2018 -0700
81866
81867     fix build attempt ^3
81868
81869  src/hb-ot-cff1-table.hh | 2 +-
81870  1 file changed, 1 insertion(+), 1 deletion(-)
81871
81872 commit f0d74971aee5ce309bdfa2a4397667f14ee15f42
81873 Author: Michiharu Ariza <ariza@adobe.com>
81874 Date:   Mon Sep 17 12:02:12 2018 -0700
81875
81876     fix attempt ^2: unuse INT32_MAX/MIN
81877
81878  src/hb-ot-cff1-table.cc | 8 ++++----
81879  1 file changed, 4 insertions(+), 4 deletions(-)
81880
81881 commit 4d963a2711e6035e97e246241d8420273363f857
81882 Author: Michiharu Ariza <ariza@adobe.com>
81883 Date:   Mon Sep 17 11:28:33 2018 -0700
81884
81885     fix build attempt
81886
81887  src/hb-ot-cff1-table.hh | 2 +-
81888  1 file changed, 1 insertion(+), 1 deletion(-)
81889
81890 commit 388ab91642734e1ba0d7a4a4f29a17b15f1b249d
81891 Author: Behdad Esfahbod <behdad@behdad.org>
81892 Date:   Mon Sep 17 19:29:34 2018 +0200
81893
81894     [morx] Implement InsertionChain
81895
81896  src/hb-aat-layout-morx-table.hh | 87 ++++++++++++++++-------------------------
81897  1 file changed, 33 insertions(+), 54 deletions(-)
81898
81899 commit c0c85b852d37dad75eeef473e6dd3ec91a3b559b
81900 Author: Michiharu Ariza <ariza@adobe.com>
81901 Date:   Mon Sep 17 11:14:56 2018 -0700
81902
81903     implemented get_glyph_extents with CFF1
81904     
81905     Implemented path operators in a new struct PathProc hooked up to CSOpSet
81906     Added current point to CSInterpEnv
81907
81908  src/hb-cff-interp-common.hh    |  86 ++++++++-
81909  src/hb-cff-interp-cs-common.hh | 425 +++++++++++++++++++++++++++++++++++++++--
81910  src/hb-cff1-interp-cs.hh       |  18 +-
81911  src/hb-cff2-interp-cs.hh       |  10 +-
81912  src/hb-null.hh                 |   2 +-
81913  src/hb-ot-cff1-table.cc        |  82 ++++++++
81914  src/hb-ot-cff1-table.hh        |  95 +++++----
81915  src/hb-ot-face.cc              |   1 +
81916  src/hb-ot-face.hh              |   1 +
81917  src/hb-ot-font.cc              |   2 +
81918  src/hb-subset-cff1.cc          |   4 +-
81919  src/hb-subset-cff2.cc          |  10 +-
81920  12 files changed, 657 insertions(+), 79 deletions(-)
81921
81922 commit d8d1e7df0057c79f54d855b7bfec2d21f59b09e8
81923 Author: David Corbett <corbett.dav@husky.neu.edu>
81924 Date:   Mon Sep 17 11:09:51 2018 -0400
81925
81926     Don't enforce a native direction for Old Hungarian
81927
81928  src/hb-common.cc | 2 +-
81929  1 file changed, 1 insertion(+), 1 deletion(-)
81930
81931 commit 6a97d0f3d377a35ea691d15ac142ce043f953e71
81932 Author: Simon Hausmann <hausmann@gmail.com>
81933 Date:   Mon Sep 17 10:33:34 2018 +0200
81934
81935     Fix installation of cmake config when building with cmake (#1161)
81936     
81937     When building with the auto tools, the manually mantained
81938     harfbuzz-config.cmake is installed. When building with cmake, we can use
81939     cmake to generate the correct config files for us and install them.
81940
81941  CMakeLists.txt | 5 +++++
81942  1 file changed, 5 insertions(+)
81943
81944 commit 606bf57430370810f7bb62ba12b9685d8943685d
81945 Author: Behdad Esfahbod <behdad@behdad.org>
81946 Date:   Sun Sep 16 19:33:48 2018 +0200
81947
81948     Revert forcing use of single-parameter static_assert()
81949     
81950     Some clang versions define static_assert as a macro apparently, so we cannot
81951     redefine it...
81952     
81953     This reverts commit 94bfea0ce6a7b4d5641c198d50751748a353df11.
81954     This reverts commit 4e62627831e7457ed60ff87712570065b14b200a.
81955
81956  src/hb-atomic.hh                           |  4 ++--
81957  src/hb-buffer.cc                           |  2 +-
81958  src/hb-buffer.hh                           |  4 ++--
81959  src/hb-cache.hh                            |  4 ++--
81960  src/hb-coretext.cc                         |  2 +-
81961  src/hb-debug.hh                            |  2 +-
81962  src/hb-dsalgs.hh                           |  4 ++--
81963  src/hb-machinery.hh                        |  4 ++--
81964  src/hb-null.hh                             |  8 +++----
81965  src/hb-open-type.hh                        |  4 ++--
81966  src/hb-ot-layout-common.hh                 |  2 +-
81967  src/hb-ot-layout-gdef-table.hh             |  6 +++---
81968  src/hb-ot-layout.cc                        | 14 ++++++------
81969  src/hb-ot-map.cc                           |  2 +-
81970  src/hb-ot-math-table.hh                    |  2 +-
81971  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
81972  src/hb-ot-shape-complex-indic.hh           |  2 +-
81973  src/hb-ot-shape-complex-use.cc             |  2 +-
81974  src/hb-set-digest.hh                       |  4 ++--
81975  src/hb-set.hh                              |  6 +++---
81976  src/hb-uniscribe.cc                        |  2 +-
81977  src/hb.hh                                  | 34 +++++++++++++-----------------
81978  util/options.cc                            |  3 ++-
81979  23 files changed, 58 insertions(+), 61 deletions(-)
81980
81981 commit cbcaba6ffdf6b147d45baa95d62fd29cec67ed54
81982 Author: Behdad Esfahbod <behdad@behdad.org>
81983 Date:   Sun Sep 16 19:25:19 2018 +0200
81984
81985     One more bot fix
81986
81987  src/hb-unicode.hh | 2 +-
81988  1 file changed, 1 insertion(+), 1 deletion(-)
81989
81990 commit 94bfea0ce6a7b4d5641c198d50751748a353df11
81991 Author: Behdad Esfahbod <behdad@behdad.org>
81992 Date:   Sun Sep 16 19:12:19 2018 +0200
81993
81994     Fix build, another try
81995
81996  util/options.cc | 3 +--
81997  1 file changed, 1 insertion(+), 2 deletions(-)
81998
81999 commit 89dd4b959773d35981299551074ccc7a1eb332bd
82000 Author: Behdad Esfahbod <behdad@behdad.org>
82001 Date:   Sun Sep 16 18:11:46 2018 +0200
82002
82003     Fix bots
82004     
82005     "Unused private member" warning turned error.  ugh.
82006
82007  src/hb-aat-layout-morx-table.hh | 2 ++
82008  1 file changed, 2 insertions(+)
82009
82010 commit 4e62627831e7457ed60ff87712570065b14b200a
82011 Author: Behdad Esfahbod <behdad@behdad.org>
82012 Date:   Sun Sep 16 18:09:36 2018 +0200
82013
82014     Enforce single-param static_assert() only
82015     
82016     So we don't accidentally break it again.
82017
82018  src/hb-atomic.hh                           |  4 ++--
82019  src/hb-buffer.cc                           |  2 +-
82020  src/hb-buffer.hh                           |  4 ++--
82021  src/hb-cache.hh                            |  4 ++--
82022  src/hb-coretext.cc                         |  2 +-
82023  src/hb-debug.hh                            |  2 +-
82024  src/hb-dsalgs.hh                           |  4 ++--
82025  src/hb-machinery.hh                        |  4 ++--
82026  src/hb-null.hh                             |  8 +++----
82027  src/hb-open-type.hh                        |  4 ++--
82028  src/hb-ot-layout-common.hh                 |  2 +-
82029  src/hb-ot-layout-gdef-table.hh             |  6 +++---
82030  src/hb-ot-layout.cc                        | 14 ++++++------
82031  src/hb-ot-map.cc                           |  2 +-
82032  src/hb-ot-math-table.hh                    |  2 +-
82033  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
82034  src/hb-ot-shape-complex-indic.hh           |  2 +-
82035  src/hb-ot-shape-complex-use.cc             |  2 +-
82036  src/hb-set-digest.hh                       |  4 ++--
82037  src/hb-set.hh                              |  6 +++---
82038  src/hb-uniscribe.cc                        |  2 +-
82039  src/hb.hh                                  | 34 +++++++++++++++++-------------
82040  22 files changed, 60 insertions(+), 56 deletions(-)
82041
82042 commit f1a86e1e6f3906f33fc89de694a4bbbc3e40d2bc
82043 Author: Behdad Esfahbod <behdad@behdad.org>
82044 Date:   Sun Sep 16 18:01:32 2018 +0200
82045
82046     Remove unused try
82047
82048  src/hb-null.hh | 13 -------------
82049  1 file changed, 13 deletions(-)
82050
82051 commit ebd50b3c83a22a0fdba53271275b8619a23739aa
82052 Author: Behdad Esfahbod <behdad@behdad.org>
82053 Date:   Sun Sep 16 17:57:12 2018 +0200
82054
82055     Fix static_assert
82056
82057  src/hb-open-type.hh | 4 ++--
82058  1 file changed, 2 insertions(+), 2 deletions(-)
82059
82060 commit 10642b3fbfbc1776e784b190c43a9e0693dd423a
82061 Author: Behdad Esfahbod <behdad@behdad.org>
82062 Date:   Sat Sep 15 19:43:33 2018 +0200
82063
82064     Disallow null-enabled offsets to unsized structures...
82065     
82066     ...like UnsizedArrayOf<>.
82067     
82068     This fixes a class of crasher bugs, mostly with color and AAT tables.  We
82069     cannot use nullable offsets to varsized data that does not declare min_size,
82070     because it's nost safe to use our fixed-size null pool for types that have
82071     their size external.  So, use non_null'able offsets for these.
82072     
82073     A further enhancement would be to make use of min_size in Null<> itself.
82074     Will try that after.
82075
82076  src/hb-aat-layout-common.hh     |  8 ++++----
82077  src/hb-aat-layout-feat-table.hh |  2 +-
82078  src/hb-aat-layout-morx-table.hh | 10 +++++-----
82079  src/hb-aat-layout-trak-table.hh |  4 ++--
82080  src/hb-aat-ltag-table.hh        |  2 +-
82081  src/hb-open-type.hh             |  5 +++++
82082  src/hb-ot-color-cbdt-table.hh   |  4 +---
82083  src/hb-ot-color-colr-table.hh   |  4 ++--
82084  src/hb-ot-color-cpal-table.hh   |  8 ++++----
82085  src/hb-ot-color-svg-table.hh    |  2 +-
82086  src/hb-ot-layout-common.hh      | 18 ++++++++++--------
82087  src/hb-ot-layout-jstf-table.hh  |  4 ++--
82088  12 files changed, 38 insertions(+), 33 deletions(-)
82089
82090 commit 9ff76c6025b55d184c96b193f23aa935ab32f1fc
82091 Author: Behdad Esfahbod <behdad@behdad.org>
82092 Date:   Sat Sep 15 18:31:14 2018 +0200
82093
82094     [morx] Respect default feature settings
82095     
82096     Does NOT apply user-selected features.  But at least now enables
82097     correct subtables.
82098
82099  src/hb-aat-layout-morx-table.hh | 34 +++++++++++++++++++++++-----------
82100  1 file changed, 23 insertions(+), 11 deletions(-)
82101
82102 commit 2f97da6e2d6629e112789d399765d90f96952c0a
82103 Author: Behdad Esfahbod <behdad@behdad.org>
82104 Date:   Sat Sep 15 14:51:50 2018 +0200
82105
82106     [aat] Change version field
82107
82108  src/hb-aat-layout-morx-table.hh | 14 +++++++-------
82109  1 file changed, 7 insertions(+), 7 deletions(-)
82110
82111 commit 29c2bd1795b933a611512af50a14f25e25d43159
82112 Author: Behdad Esfahbod <behdad@behdad.org>
82113 Date:   Sat Sep 15 14:47:18 2018 +0200
82114
82115     [morx] Add stub for InsertionChain
82116
82117  src/hb-aat-layout-morx-table.hh | 209 ++++++++++++++++++++++++++++++++++++++--
82118  1 file changed, 200 insertions(+), 9 deletions(-)
82119
82120 commit f8ccb545c47abe8f0f4ed318ff7b5bf176913893
82121 Author: Behdad Esfahbod <behdad@behdad.org>
82122 Date:   Fri Sep 14 18:59:53 2018 +0200
82123
82124     [dfont] Disable null-processsing for offsets
82125     
82126     An offset to unsized arrayis not safe to be redirected to our fixed-sized
82127     null pool.  Plus, we want to reject, not repair, bad-looking dfonts.
82128
82129  src/hb-open-file.hh | 8 ++++----
82130  src/hb-open-type.hh | 2 +-
82131  2 files changed, 5 insertions(+), 5 deletions(-)
82132
82133 commit 01b9148d9ae7d18228538774243e49840cfd2499
82134 Author: Behdad Esfahbod <behdad@behdad.org>
82135 Date:   Fri Sep 14 14:23:09 2018 +0200
82136
82137     [unicode] Move Fitzpatrick hack from ot-layout into unicode.hh
82138
82139  src/hb-ot-layout.hh | 12 +-----------
82140  src/hb-unicode.hh   | 36 +++++++++++++++++++++++++++---------
82141  2 files changed, 28 insertions(+), 20 deletions(-)
82142
82143 commit 6ebbf514ac90712fe089b2b64f68d1cf681edd5d
82144 Author: Behdad Esfahbod <behdad@behdad.org>
82145 Date:   Fri Sep 14 12:15:53 2018 +0200
82146
82147     Minor
82148
82149  src/hb-ot-layout.hh | 2 +-
82150  1 file changed, 1 insertion(+), 1 deletion(-)
82151
82152 commit 957dbed388fc3214248f6aca65902ad277d070fb
82153 Author: Behdad Esfahbod <behdad@behdad.org>
82154 Date:   Fri Sep 14 12:14:42 2018 +0200
82155
82156     Fix builds
82157
82158  src/hb-aat-layout-common.hh | 2 +-
82159  1 file changed, 1 insertion(+), 1 deletion(-)
82160
82161 commit 4653e6cf3c1ef5005886d901df30e952d57eed6c
82162 Author: Behdad Esfahbod <behdad@behdad.org>
82163 Date:   Fri Sep 14 11:31:33 2018 +0200
82164
82165     [aat] Add enums for pre-defined state and classes
82166     
82167     Not sure how I didn't add before...
82168
82169  src/hb-aat-layout-common.hh | 19 ++++++++++++++++---
82170  1 file changed, 16 insertions(+), 3 deletions(-)
82171
82172 commit 67449c39331babb88f7d29d737895d786cd5da33
82173 Author: Behdad Esfahbod <behdad@behdad.org>
82174 Date:   Fri Sep 14 10:58:00 2018 +0200
82175
82176     Don't dereference offset before check_struct()
82177
82178  src/hb-open-file.hh | 3 +--
82179  1 file changed, 1 insertion(+), 2 deletions(-)
82180
82181 commit f2c4720ae696096d90493db218ef1283681561e7
82182 Merge: 1234a8136 ca746f261
82183 Author: Michiharu Ariza <ariza@adobe.com>
82184 Date:   Thu Sep 13 12:44:00 2018 -0700
82185
82186     Merge branch 'master' into cff-subset
82187
82188 commit ca746f261e1e54cec2f9c8bc7a6f930491e19418
82189 Author: Behdad Esfahbod <behdad@behdad.org>
82190 Date:   Thu Sep 13 20:35:21 2018 +0200
82191
82192     [dfont] Also check dataLen range in sanitize
82193     
82194     Just to disagree with myself re being done with this code...
82195
82196  src/hb-open-file.hh | 1 +
82197  1 file changed, 1 insertion(+)
82198
82199 commit 3789c557ca06aef430726f4942cafecac6fe4eef
82200 Author: Behdad Esfahbod <behdad@behdad.org>
82201 Date:   Thu Sep 13 20:30:04 2018 +0200
82202
82203     [dfont] Solve the mystery +2 offset thing!
82204     
82205     Previously, ResourceForkHeader was defined as 30 bytes, having the typeCountM1 as last member.
82206     There was a mysterious offset-by-2 in the code, derived from FontTools and JDK code this was
82207     ported from.
82208     
82209     In testing, I observed that typeListZ offset is actually 28.  Suggesting that the typeCountM1
82210     does NOT actually belong to ResourceForkHeader, but belongs to the array itself.  Adjusting for
82211     that resolves the mystery +2 offset hack, so everything is clean and good now.
82212     
82213     This, concludes my dfont hacking.  The code looks great now, and I'm happy to leave it.
82214     Fuzzers might disagree though, we will see!
82215
82216  src/hb-open-file.hh | 30 ++++++++++++------------------
82217  src/hb-open-type.hh | 44 ++++++++++++++++++++++++++++++++++++++++++++
82218  2 files changed, 56 insertions(+), 18 deletions(-)
82219
82220 commit effc7ced72a6ce0fea328a8b68dc3d55f09774f1
82221 Author: Behdad Esfahbod <behdad@behdad.org>
82222 Date:   Thu Sep 13 20:21:54 2018 +0200
82223
82224     Rename HeadlessArrayOf::len to lenP1
82225     
82226     So it doesn't accidentally match our templates, etc.
82227
82228  src/hb-open-type.hh            | 14 +++++++-------
82229  src/hb-ot-layout-gsub-table.hh | 10 +++++-----
82230  src/hb-ot-layout-gsubgpos.hh   | 10 +++++-----
82231  3 files changed, 17 insertions(+), 17 deletions(-)
82232
82233 commit 1234a8136891429bb7353f47480595f44615f322
82234 Author: Michiharu Ariza <ariza@adobe.com>
82235 Date:   Thu Sep 13 10:55:56 2018 -0700
82236
82237     add head table to CFF/CFF2
82238
82239  src/hb-ot-cff1-table.hh | 4 ++++
82240  src/hb-ot-cff2-table.hh | 4 ++++
82241  2 files changed, 8 insertions(+)
82242
82243 commit 180a88a96ce327e4103df3635c73559de65d1546
82244 Author: Behdad Esfahbod <behdad@behdad.org>
82245 Date:   Thu Sep 13 19:19:57 2018 +0200
82246
82247     [dfont] Some more
82248
82249  src/hb-open-file.hh | 21 ++++++++-------------
82250  1 file changed, 8 insertions(+), 13 deletions(-)
82251
82252 commit 0ab0f1e5ac5ccb07c57364e9f5be0b991398eb6f
82253 Author: Behdad Esfahbod <behdad@behdad.org>
82254 Date:   Thu Sep 13 19:13:01 2018 +0200
82255
82256     [dfont] Push methods further down
82257
82258  src/hb-open-file.hh | 58 ++++++++++++++++++++++++++++++-----------------------
82259  1 file changed, 33 insertions(+), 25 deletions(-)
82260
82261 commit 8c9bdcc1feeab321a642bdaac50b716e48ce4263
82262 Author: Behdad Esfahbod <behdad@behdad.org>
82263 Date:   Thu Sep 13 19:08:22 2018 +0200
82264
82265     [dfont] Minor
82266
82267  src/hb-open-file.hh | 8 ++++----
82268  1 file changed, 4 insertions(+), 4 deletions(-)
82269
82270 commit 4479d3a2eda57d278700f5c78414ef6ef617d2a9
82271 Author: Behdad Esfahbod <behdad@behdad.org>
82272 Date:   Thu Sep 13 19:05:59 2018 +0200
82273
82274     [dfon]t Sanitize OpenTypeFontFace
82275
82276  src/hb-dsalgs.hh    |  6 ------
82277  src/hb-open-file.hh | 21 +++++++++------------
82278  2 files changed, 9 insertions(+), 18 deletions(-)
82279
82280 commit 3fba41906fba28c5ea01cc0749654de862453bf4
82281 Author: Behdad Esfahbod <behdad@behdad.org>
82282 Date:   Thu Sep 13 18:49:16 2018 +0200
82283
82284     [dfont] Minor
82285
82286  src/hb-open-file.hh | 9 +++------
82287  1 file changed, 3 insertions(+), 6 deletions(-)
82288
82289 commit bf852f0e62a8bdbb809af6a975f8ae8eed708d70
82290 Author: Behdad Esfahbod <behdad@behdad.org>
82291 Date:   Thu Sep 13 18:47:53 2018 +0200
82292
82293     [dfont] Make test pass
82294     
82295     Offset 0 is not null in this context.
82296
82297  src/hb-open-file.hh | 2 +-
82298  1 file changed, 1 insertion(+), 1 deletion(-)
82299
82300 commit 29faebe911a13916aa3d737e93d38deedc53567f
82301 Author: Behdad Esfahbod <behdad@behdad.org>
82302 Date:   Thu Sep 13 18:45:35 2018 +0200
82303
82304     Allow Offset<>'s that have no 0==null
82305
82306  src/hb-open-type.hh | 43 +++++++++++++++++++++----------------------
82307  1 file changed, 21 insertions(+), 22 deletions(-)
82308
82309 commit 82f4d776c21b7c1224dd7073ce69cdf76d85f16b
82310 Author: Behdad Esfahbod <behdad@behdad.org>
82311 Date:   Thu Sep 13 18:27:20 2018 +0200
82312
82313     [dfont] Minor
82314
82315  src/hb-open-file.hh | 6 +++---
82316  1 file changed, 3 insertions(+), 3 deletions(-)
82317
82318 commit 07e0ca930c29757217c2f9e4e0e6954657b6b82d
82319 Author: Behdad Esfahbod <behdad@behdad.org>
82320 Date:   Thu Sep 13 17:39:09 2018 +0200
82321
82322     [bytes] Rename content to arrayZ
82323
82324  src/hb-dsalgs.hh        | 16 ++++++++--------
82325  src/hb-ot-post-table.hh |  2 +-
82326  2 files changed, 9 insertions(+), 9 deletions(-)
82327
82328 commit dbb764dceb61365b7360a48d581ba5a4b3526e98
82329 Author: Behdad Esfahbod <behdad@behdad.org>
82330 Date:   Thu Sep 13 16:49:26 2018 +0200
82331
82332     [dfont] Clean up sanitize()
82333     
82334     I don't think I broke anything.  Fuzzers will let me know..
82335
82336  src/hb-dsalgs.hh    |   8 ++++
82337  src/hb-open-file.hh | 122 ++++++++++++++++++++++++----------------------------
82338  2 files changed, 64 insertions(+), 66 deletions(-)
82339
82340 commit 361fc2686152ad8c0ebaf19e0522e0fc58ba3953
82341 Author: Behdad Esfahbod <behdad@behdad.org>
82342 Date:   Thu Sep 13 16:47:33 2018 +0200
82343
82344     Fix OffsetTo::sanitize() after reshuffling
82345
82346  src/hb-open-type.hh | 12 ++++++++----
82347  1 file changed, 8 insertions(+), 4 deletions(-)
82348
82349 commit 4c6b0fb5f6668a6e562260d16f629ad3c41e8961
82350 Author: Behdad Esfahbod <behdad@behdad.org>
82351 Date:   Thu Sep 13 16:39:30 2018 +0200
82352
82353     OffsetTo::sanitize() Add version with three user_data
82354
82355  src/hb-open-type.hh | 18 +++++++++++++-----
82356  1 file changed, 13 insertions(+), 5 deletions(-)
82357
82358 commit a73bea69c599787b4cfeac92a3afd00749e00434
82359 Author: Behdad Esfahbod <behdad@behdad.org>
82360 Date:   Thu Sep 13 16:31:31 2018 +0200
82361
82362     OffsetTo::sanitize() more shuffling
82363
82364  src/hb-open-type.hh | 18 +++++++++---------
82365  1 file changed, 9 insertions(+), 9 deletions(-)
82366
82367 commit b482e5231cd5987082dd2c05fd649c3653f3c67a
82368 Author: Behdad Esfahbod <behdad@behdad.org>
82369 Date:   Thu Sep 13 16:29:49 2018 +0200
82370
82371     OffsetTo::sanitize() reshuffling
82372
82373  src/hb-open-type.hh | 26 +++++++++++++++++++-------
82374  1 file changed, 19 insertions(+), 7 deletions(-)
82375
82376 commit 3cae9c75153277b9cfaaba20e0de84e420aeb1eb
82377 Author: Michiharu Ariza <ariza@adobe.com>
82378 Date:   Wed Sep 12 17:23:08 2018 -0700
82379
82380     fixed hb_plan_subset_cff_fdselect
82381     
82382     FDSelect3/4 sentinel size wasn't taken into account
82383
82384  src/hb-subset-cff-common.cc | 4 ++--
82385  1 file changed, 2 insertions(+), 2 deletions(-)
82386
82387 commit 0f159a38a62bbf1b7fb267694a5d91d8135da625
82388 Author: Michiharu Ariza <ariza@adobe.com>
82389 Date:   Wed Sep 12 16:08:54 2018 -0700
82390
82391     fixed serialize_fdselect_3_4
82392
82393  src/hb-ot-cff-common.hh     |  6 ++++
82394  src/hb-ot-cff1-table.hh     |  6 ----
82395  src/hb-subset-cff-common.cc | 68 ++++++++++++++++++++++++++-------------------
82396  src/hb-subset-cff-common.hh | 10 +++----
82397  src/hb-subset-cff1.cc       | 12 ++++----
82398  src/hb-subset-cff2.cc       | 12 ++++----
82399  6 files changed, 63 insertions(+), 51 deletions(-)
82400
82401 commit 1608481d88919ca748e367146e3a78458d5bbe8f
82402 Author: Michiharu Ariza <ariza@adobe.com>
82403 Date:   Wed Sep 12 13:22:19 2018 -0700
82404
82405     fixed bugs in Charset serialization
82406     
82407     also some code cleanup
82408
82409  src/hb-ot-cff1-table.hh |  4 ++--
82410  src/hb-subset-cff1.cc   | 44 ++++++++++++++++++++------------------------
82411  2 files changed, 22 insertions(+), 26 deletions(-)
82412
82413 commit f45ac6296add6435ea5a902f7519187414aa8092
82414 Author: Michiharu Ariza <ariza@adobe.com>
82415 Date:   Tue Sep 11 22:41:50 2018 -0700
82416
82417     fixed name mixup in Remap::reset
82418     
82419     it was causing inconsistent Strings Index subset results
82420
82421  src/hb-ot-cff-common.hh | 4 ++--
82422  1 file changed, 2 insertions(+), 2 deletions(-)
82423
82424 commit 497e7fb264ec5cb799c038cbe693b70410b18da3
82425 Author: Michiharu Ariza <ariza@adobe.com>
82426 Date:   Tue Sep 11 16:47:55 2018 -0700
82427
82428     misc bug fixes
82429     
82430     Added OpCode_FontMatrix to TopDictOpSet (yet to parse values)
82431     fixed a wrong assert in encode_int
82432
82433  src/hb-cff-interp-dict-common.hh | 3 +++
82434  src/hb-subset-cff-common.hh      | 2 +-
82435  2 files changed, 4 insertions(+), 1 deletion(-)
82436
82437 commit 5b453f77f804cd8421a45d8276ed3e04041da23c
82438 Author: Michiharu Ariza <ariza@adobe.com>
82439 Date:   Tue Sep 11 16:20:39 2018 -0700
82440
82441     fixed off-by-one error with offSize
82442
82443  src/hb-ot-cff-common.hh | 5 +++--
82444  src/hb-subset-cff1.cc   | 4 ++--
82445  src/hb-subset-cff2.cc   | 2 +-
82446  3 files changed, 6 insertions(+), 5 deletions(-)
82447
82448 commit 1499029a9695e26beaf72e11287be60ad9e40cfe
82449 Author: Michiharu Ariza <ariza@adobe.com>
82450 Date:   Tue Sep 11 13:56:52 2018 -0700
82451
82452     fixed a bug
82453
82454  src/hb-cff-interp-dict-common.hh | 2 +-
82455  1 file changed, 1 insertion(+), 1 deletion(-)
82456
82457 commit 0bd5912a08698fb7880e1354e45bf63ef45125a5
82458 Author: Michiharu Ariza <ariza@adobe.com>
82459 Date:   Tue Sep 11 13:24:27 2018 -0700
82460
82461     make parse_bcd locale free
82462
82463  src/hb-cff-interp-dict-common.hh | 92 +++++++++++++++++++++++++++++-----------
82464  1 file changed, 68 insertions(+), 24 deletions(-)
82465
82466 commit bb38d0f66388ec37ee9b0e81176d60c66fc17a19
82467 Author: Michiharu Ariza <ariza@adobe.com>
82468 Date:   Tue Sep 11 10:43:15 2018 -0700
82469
82470     Implement parse_bcd
82471
82472  src/hb-cff-interp-common.hh      | 15 --------------
82473  src/hb-cff-interp-dict-common.hh | 44 ++++++++++++++++++++++++++++++++++++++++
82474  2 files changed, 44 insertions(+), 15 deletions(-)
82475
82476 commit 45e564a51917475ef6481825a6efb5b99bf1912e
82477 Merge: c6f75c304 d5c509272
82478 Author: Michiharu Ariza <ariza@adobe.com>
82479 Date:   Tue Sep 11 09:46:37 2018 -0700
82480
82481     Merge branch 'master' into cff-subset
82482
82483 commit bd75fd45cdbd0edb24568326bb7fde59d299a82c
82484 Author: Behdad Esfahbod <behdad@behdad.org>
82485 Date:   Tue Sep 11 18:12:26 2018 +0200
82486
82487     [dfont] Some renaming, plus add link to reference doc
82488
82489  src/hb-open-file.hh | 79 ++++++++++++++++++++++++-----------------------------
82490  1 file changed, 35 insertions(+), 44 deletions(-)
82491
82492 commit 4134ec1307bbaff24972e238bc5e4a403cd3f1c1
82493 Author: Behdad Esfahbod <behdad@behdad.org>
82494 Date:   Tue Sep 11 17:56:03 2018 +0200
82495
82496     [dfont] Sanitize only sfnt resources as OpenTypeFontFile
82497
82498  src/hb-open-file.hh | 11 +++++++----
82499  1 file changed, 7 insertions(+), 4 deletions(-)
82500
82501 commit 6b5e4d07adb6b739dc294da513c4a7acd03977f7
82502 Author: Behdad Esfahbod <behdad@behdad.org>
82503 Date:   Tue Sep 11 17:26:24 2018 +0200
82504
82505     [dfont] Minor
82506
82507  src/hb-open-file.hh | 7 ++-----
82508  1 file changed, 2 insertions(+), 5 deletions(-)
82509
82510 commit d5c509272f2fbd1b4c56e3b530da7e42e7f03901
82511 Author: Behdad Esfahbod <behdad@behdad.org>
82512 Date:   Tue Sep 11 17:18:21 2018 +0200
82513
82514     [dfont] Fix test expecatation and minor touch up
82515     
82516     I have no way to authoritatively know, but looks like test font only has one
82517     face.  So, adjust test expectation instead.
82518
82519  src/hb-open-file.hh                                | 18 ++++++------------
82520  test/shaping/data/in-house/tests/collections.tests |  2 +-
82521  2 files changed, 7 insertions(+), 13 deletions(-)
82522
82523 commit 2b2ed1e536061cfd3a0f29522118f42b451678bd
82524 Author: Ebrahim Byagowi <ebrahim@gnu.org>
82525 Date:   Mon Jul 2 17:26:43 2018 +0430
82526
82527     [dfont] Add test
82528
82529  test/shaping/data/in-house/Makefile.sources        |   1 +
82530  test/shaping/data/in-house/fonts/TestDFONT.dfont   | Bin 0 -> 3505 bytes
82531  test/shaping/data/in-house/fonts/TestTTC.ttc       | Bin 0 -> 2608 bytes
82532  test/shaping/data/in-house/tests/collections.tests |   6 ++++++
82533  4 files changed, 7 insertions(+)
82534
82535 commit 9479ffefbfa3ea4ee39747e34177d26ab1ebbec9
82536 Author: Behdad Esfahbod <behdad@behdad.org>
82537 Date:   Tue Sep 11 16:41:26 2018 +0200
82538
82539     [dfont] Re-enable and fix offset handling
82540     
82541     Fixes https://github.com/harfbuzz/harfbuzz/pull/1085
82542
82543  src/hb-face.cc      |  5 +++--
82544  src/hb-open-file.hh | 19 +++++++++++++------
82545  2 files changed, 16 insertions(+), 8 deletions(-)
82546
82547 commit a1814e2bec3a43b9eeb4d50a67daae3fc52fd0a5
82548 Author: Behdad Esfahbod <behdad@behdad.org>
82549 Date:   Tue Sep 11 14:45:23 2018 +0200
82550
82551     Whitespace
82552
82553  src/hb-open-file.hh | 2 +-
82554  1 file changed, 1 insertion(+), 1 deletion(-)
82555
82556 commit 383060cc3354e12611dec3082a6fe08fdb25f652
82557 Author: Behdad Esfahbod <behdad@behdad.org>
82558 Date:   Tue Sep 11 14:41:19 2018 +0200
82559
82560     [ft] Invalidate advance cache if font size changed
82561
82562  src/hb-ft.cc | 9 +++++++++
82563  1 file changed, 9 insertions(+)
82564
82565 commit 54998befc43ef38e47b74b3153380adbcf6279d4
82566 Author: Behdad Esfahbod <behdad@behdad.org>
82567 Date:   Tue Sep 11 14:35:26 2018 +0200
82568
82569     [ft] Cache advances
82570     
82571     I decided to always use the cache, instead of my previous sketch direction
82572     that was to only allocate and use cache if fast advances are not available.
82573     The cache is a mere 1kb, so just use it...
82574     
82575     TODO: Invalidate cache on font size change.
82576     
82577     Fixes https://github.com/harfbuzz/harfbuzz/issues/651
82578     Fixes https://github.com/harfbuzz/harfbuzz/pull/1082
82579
82580  src/hb-cache.hh |  2 +-
82581  src/hb-ft.cc    | 37 +++++++++++++++++--------------------
82582  2 files changed, 18 insertions(+), 21 deletions(-)
82583
82584 commit f90bab8560816b60b4b3f2379b36c08756b21e6c
82585 Author: Behdad Esfahbod <behdad@behdad.org>
82586 Date:   Tue Sep 11 14:21:15 2018 +0200
82587
82588     [util] Add --ft-load-flags
82589     
82590     Useful for performance testing.
82591     
82592     Not hooked to cairo yet.  Just changes shaping, not rasterization.
82593
82594  util/helper-cairo.cc | 2 +-
82595  util/options.cc      | 4 ++++
82596  util/options.hh      | 2 ++
82597  3 files changed, 7 insertions(+), 1 deletion(-)
82598
82599 commit 93f7596254808d567b9e1e01fb4855efcd34677c
82600 Author: Behdad Esfahbod <behdad@behdad.org>
82601 Date:   Tue Sep 11 14:11:10 2018 +0200
82602
82603     [util] Add -n shorthand for --num-iterations
82604     
82605     Meh.
82606
82607  util/options.cc | 2 +-
82608  1 file changed, 1 insertion(+), 1 deletion(-)
82609
82610 commit 047a84c5dd76cdfc072de25c572e30866f87a1f7
82611 Author: Behdad Esfahbod <behdad@behdad.org>
82612 Date:   Tue Sep 11 14:05:16 2018 +0200
82613
82614     [ft] Towards caching slow get_h_advance results
82615     
82616     Related to https://github.com/harfbuzz/harfbuzz/pull/1082
82617
82618  src/hb-ft.cc | 24 ++++++++++++++++++++----
82619  1 file changed, 20 insertions(+), 4 deletions(-)
82620
82621 commit 237f21537842e6b471cdd6c86b98edfc0da0756c
82622 Author: Behdad Esfahbod <behdad@behdad.org>
82623 Date:   Tue Sep 11 13:05:47 2018 +0200
82624
82625     [ft] Add advances() callback
82626
82627  src/hb-ft.cc | 27 +++++++++++++++++++++++++++
82628  1 file changed, 27 insertions(+)
82629
82630 commit cbea7d49ab8d4765a2d72dcbf608d326bdf9af3d
82631 Author: Behdad Esfahbod <behdad@behdad.org>
82632 Date:   Tue Sep 11 12:56:17 2018 +0200
82633
82634     [ot-font] Rename
82635
82636  src/hb-ot-font.cc | 74 +++++++++++++++++++++++++++----------------------------
82637  1 file changed, 37 insertions(+), 37 deletions(-)
82638
82639 commit d8a67dac2a673138bb4d41cd7eab97c9ee987958
82640 Author: Behdad Esfahbod <behdad@behdad.org>
82641 Date:   Tue Sep 11 12:55:54 2018 +0200
82642
82643     [ot-font] Add advances() callbacks
82644
82645  src/hb-ot-font.cc | 43 ++++++++++++++++++++++++++++++++++++++++++-
82646  1 file changed, 42 insertions(+), 1 deletion(-)
82647
82648 commit 0ea42e117ba2c76e118974fe114ae5d9ceef5743
82649 Author: Behdad Esfahbod <behdad@behdad.org>
82650 Date:   Tue Sep 11 12:22:42 2018 +0200
82651
82652     [cache] Minor
82653
82654  src/hb-cache.hh | 2 +-
82655  1 file changed, 1 insertion(+), 1 deletion(-)
82656
82657 commit 0f520adaacca3c7b6d8e84a7722343184105f612
82658 Author: Behdad Esfahbod <behdad@behdad.org>
82659 Date:   Tue Sep 11 12:02:34 2018 +0200
82660
82661     Revert "Remove unused hb_cache_t"
82662     
82663     This reverts commit 473b17af4d421f4ce7ac18c769731bb2aa4088f8.
82664     
82665     Updates to recent changes.
82666
82667  src/Makefile.sources |  1 +
82668  src/hb-cache.hh      | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
82669  src/hb-ft.cc         |  1 +
82670  3 files changed, 77 insertions(+)
82671
82672 commit cfdea884754ed40ffa5cc00cb1ecaa86cb46a394
82673 Author: Behdad Esfahbod <behdad@behdad.org>
82674 Date:   Tue Sep 11 10:57:48 2018 +0200
82675
82676     [random] Switch to 32bit RNG
82677
82678  src/hb-ot-layout-gsubgpos.hh                | 7 ++++---
82679  test/shaping/data/in-house/tests/rand.tests | 4 ++--
82680  2 files changed, 6 insertions(+), 5 deletions(-)
82681
82682 commit 08260c708ae6adc4efa9bde5e9ede01b7e4d42cc
82683 Author: Behdad Esfahbod <behdad@behdad.org>
82684 Date:   Tue Sep 11 10:51:19 2018 +0200
82685
82686     [random] Shuffle
82687
82688  src/hb-ot-layout-gsub-table.hh | 5 +----
82689  src/hb-ot-layout-gsubgpos.hh   | 6 ++++++
82690  2 files changed, 7 insertions(+), 4 deletions(-)
82691
82692 commit 71c9f84e7c0afe41a8987b8a4ebc2b45a22fac56
82693 Author: Behdad Esfahbod <behdad@behdad.org>
82694 Date:   Mon Sep 10 22:37:19 2018 +0200
82695
82696     Make --features rand=1 available to the user
82697     
82698     Use rand=255 to mean "randomize".
82699     
82700     Part of https://github.com/harfbuzz/harfbuzz/pull/803
82701
82702  src/hb-ot-layout-gsub-table.hh | 11 ++++-------
82703  src/hb-ot-layout-gsubgpos.hh   |  1 +
82704  src/hb-ot-map.cc               |  4 ++--
82705  src/hb-ot-map.hh               |  3 +++
82706  src/hb-ot-shape.cc             |  2 +-
82707  5 files changed, 11 insertions(+), 10 deletions(-)
82708
82709 commit cc1c4fdf88f6953dcd07fb42ee963404657cdef4
82710 Author: Behdad Esfahbod <behdad@behdad.org>
82711 Date:   Mon Sep 10 16:36:05 2018 +0200
82712
82713     Respect user's wish if they set rand feature manually
82714     
82715     Except if the set it to 1, which would mean "randomize"... Ugly.
82716
82717  src/hb-ot-layout-gsub-table.hh | 30 ++++++++++++++++--------------
82718  1 file changed, 16 insertions(+), 14 deletions(-)
82719
82720 commit 80de4bcd2677bfb0907ea7059524f918b109ac37
82721 Author: Behdad Esfahbod <behdad@behdad.org>
82722 Date:   Mon Sep 10 16:24:52 2018 +0200
82723
82724     Minor clean up of 'rand' patchset
82725
82726  src/hb-ot-layout-gsub-table.hh              |  7 +++++--
82727  src/hb-ot-layout-gsubgpos.hh                |  7 ++++---
82728  src/hb-ot-shape.cc                          | 13 ++++++-------
82729  test/shaping/data/in-house/tests/rand.tests |  2 +-
82730  4 files changed, 16 insertions(+), 13 deletions(-)
82731
82732 commit b545e27d8891f1e7f1fd034dd84abe44c839c380
82733 Author: David Corbett <corbett.dav@husky.neu.edu>
82734 Date:   Fri Feb 23 12:22:32 2018 -0500
82735
82736     Don't seed the RNG from the contents of the buffer
82737
82738  src/hb-ot-layout-gsubgpos.hh                | 7 ++-----
82739  src/hb-ot-layout.cc                         | 5 +----
82740  test/shaping/data/in-house/tests/rand.tests | 2 +-
82741  3 files changed, 4 insertions(+), 10 deletions(-)
82742
82743 commit 2de96e846844d21888af6893378b21a33fc19232
82744 Author: David Corbett <corbett.dav@husky.neu.edu>
82745 Date:   Sat Jan 27 19:48:38 2018 -0500
82746
82747     Test 'rand'
82748
82749  test/shaping/data/in-house/Makefile.sources              |   1 +
82750  .../fonts/5bb74492f5e0ffa1fbb72e4c881be035120b6513.ttf   | Bin 0 -> 1352 bytes
82751  test/shaping/data/in-house/tests/rand.tests              |   3 +++
82752  3 files changed, 4 insertions(+)
82753
82754 commit f05df643b44d9bbfd742e93f02c235fc821190d0
82755 Author: David Corbett <corbett.dav@husky.neu.edu>
82756 Date:   Fri Jan 26 21:36:15 2018 -0500
82757
82758     Allow requesting a specific glyph for 'rand'
82759     
82760     Randomization only happens by default. If the user specifies a value for
82761     'rand', that value is respected.
82762
82763  src/hb-ot-map.cc   | 3 ++-
82764  src/hb-ot-map.hh   | 4 +++-
82765  src/hb-ot-shape.cc | 7 ++++++-
82766  3 files changed, 11 insertions(+), 3 deletions(-)
82767
82768 commit c2a75e07e54314f6c611dda0f050ed5f09909e43
82769 Author: David Corbett <corbett.dav@husky.neu.edu>
82770 Date:   Thu Jan 25 14:22:03 2018 -0500
82771
82772     Implement 'rand'
82773
82774  src/hb-ot-layout-gsub-table.hh | 19 ++++++++++++-------
82775  src/hb-ot-layout-gsubgpos.hh   |  8 ++++++++
82776  src/hb-ot-layout.cc            |  8 ++++++++
82777  src/hb-ot-map.cc               |  7 +++++--
82778  src/hb-ot-map.hh               |  4 +++-
82779  src/hb-ot-shape.cc             |  1 +
82780  6 files changed, 37 insertions(+), 10 deletions(-)
82781
82782 commit c6f75c3049685440d166bd4169b36abac2df4fdd
82783 Author: Michiharu Ariza <ariza@adobe.com>
82784 Date:   Mon Sep 10 17:02:31 2018 -0700
82785
82786     fix build attempt
82787
82788  src/hb-ot-cff1-table.hh | 70 ++++++++++++++++++++++++-------------------------
82789  src/hb-subset-cff1.cc   | 16 +++++------
82790  2 files changed, 43 insertions(+), 43 deletions(-)
82791
82792 commit 96471fe8593575deceb44d3757c227f65f10a25e
82793 Author: Behdad Esfahbod <behdad@behdad.org>
82794 Date:   Tue Sep 11 01:39:23 2018 +0200
82795
82796     [uniscribe] Fix build
82797
82798  src/hb-uniscribe.cc | 2 +-
82799  1 file changed, 1 insertion(+), 1 deletion(-)
82800
82801 commit cc52e53cf0cb76809145ae7407a8b613e9e61153
82802 Author: Michiharu Ariza <ariza@adobe.com>
82803 Date:   Mon Sep 10 16:27:49 2018 -0700
82804
82805     Removed unused subr subset code
82806
82807  src/hb-subset-cff-common.hh | 98 ++-------------------------------------------
82808  src/hb-subset-cff1.cc       | 92 +++++-------------------------------------
82809  src/hb-subset-cff2.cc       | 90 ++++-------------------------------------
82810  3 files changed, 22 insertions(+), 258 deletions(-)
82811
82812 commit becd84aa2f2902ea9d2d1677b28945e103a68816
82813 Author: Behdad Esfahbod <behdad@behdad.org>
82814 Date:   Tue Sep 11 01:26:18 2018 +0200
82815
82816     Add HB_FEATURE_GLOBAL_START/END
82817     
82818     Fixes https://github.com/harfbuzz/harfbuzz/issues/1141
82819     
82820     New API:
82821     HB_FEATURE_GLOBAL_START
82822     HB_FEATURE_GLOBAL_END
82823
82824  docs/harfbuzz-sections.txt |  2 ++
82825  src/hb-common.cc           |  4 ++--
82826  src/hb-common.h            | 13 +++++++++++++
82827  3 files changed, 17 insertions(+), 2 deletions(-)
82828
82829 commit 13a8786c7c580651d8a6db9345b9aa85ca8ed956
82830 Author: Behdad Esfahbod <behdad@behdad.org>
82831 Date:   Tue Sep 11 01:07:06 2018 +0200
82832
82833     Add (unused) hb_array_t<>
82834
82835  src/hb-dsalgs.hh | 20 ++++++++++++++++++++
82836  1 file changed, 20 insertions(+)
82837
82838 commit bccf3e1827eec07433340eea705597201b6d0a32
82839 Author: Behdad Esfahbod <behdad@behdad.org>
82840 Date:   Tue Sep 11 01:04:50 2018 +0200
82841
82842     Minor
82843
82844  src/hb-open-type.hh | 1 -
82845  1 file changed, 1 deletion(-)
82846
82847 commit dff2c45f1e2a30767f6813d3cb6a70978d98d424
82848 Author: Behdad Esfahbod <behdad@behdad.org>
82849 Date:   Mon Sep 10 23:29:26 2018 +0200
82850
82851     Port rest from VAR to UnsizedArrayOf<>
82852
82853  src/hb-aat-layout-common.hh     | 14 +++++++-------
82854  src/hb-aat-layout-morx-table.hh | 16 ++++++++--------
82855  src/hb-open-type.hh             | 10 +++++-----
82856  src/hb-ot-cmap-table.hh         |  8 +++++---
82857  src/hb-ot-color-cbdt-table.hh   | 16 ++++++++--------
82858  src/hb-ot-glyf-table.hh         | 10 +++++-----
82859  src/hb-ot-hdmx-table.hh         | 30 +++++++++++++-----------------
82860  src/hb-ot-hmtx-table.hh         |  8 ++++----
82861  src/hb-ot-kern-table.hh         | 20 ++++++++++----------
82862  src/hb-ot-layout-common.hh      |  9 +++++----
82863  src/hb-ot-layout-gpos-table.hh  | 26 +++++++++++++-------------
82864  src/hb-ot-math-table.hh         | 36 +++++++++++++++++++-----------------
82865  src/hb-ot-maxp-table.hh         |  2 +-
82866  src/hb-ot-name-table.hh         | 13 +++++++------
82867  src/hb-ot-post-table.hh         |  5 +++--
82868  15 files changed, 113 insertions(+), 110 deletions(-)
82869
82870 commit 1666b89e300c86347dc82131423463cbfed8cc0f
82871 Author: Michiharu Ariza <ariza@adobe.com>
82872 Date:   Mon Sep 10 16:00:20 2018 -0700
82873
82874     subset CFF1 String Index
82875     
82876     Repurposed FDMap as Remap then subclassed for remapping SIDs
82877     misc code cleanup
82878
82879  src/hb-cff-interp-common.hh      |   2 -
82880  src/hb-cff-interp-dict-common.hh |  12 +-
82881  src/hb-ot-cff-common.hh          |  96 +++++++++--
82882  src/hb-ot-cff1-table.hh          | 251 +++++++++++++++++++----------
82883  src/hb-ot-cff2-table.hh          |  12 +-
82884  src/hb-subset-cff-common.cc      |  24 +--
82885  src/hb-subset-cff-common.hh      |  20 ++-
82886  src/hb-subset-cff1.cc            | 334 ++++++++++++++++++++++++++++++++-------
82887  src/hb-subset-cff2.cc            |   8 +-
82888  9 files changed, 565 insertions(+), 194 deletions(-)
82889
82890 commit 9507b05a7a65962d5d02eb424e4f5d8570976f4e
82891 Author: Behdad Esfahbod <behdad@behdad.org>
82892 Date:   Mon Sep 10 23:18:07 2018 +0200
82893
82894     Simplify sanitize->check_array()
82895     
82896     Fix a bug in CBDT sanitize, and redundant check in avar.
82897
82898  src/hb-aat-layout-common.hh     | 10 ++++------
82899  src/hb-aat-layout-morx-table.hh |  2 +-
82900  src/hb-machinery.hh             |  3 ++-
82901  src/hb-open-type.hh             |  6 +++---
82902  src/hb-ot-color-cbdt-table.hh   |  4 ++--
82903  src/hb-ot-kern-table.hh         |  2 +-
82904  src/hb-ot-layout-common.hh      |  2 +-
82905  src/hb-ot-layout-gpos-table.hh  |  8 ++++----
82906  src/hb-ot-layout-gsubgpos.hh    |  4 ++--
82907  src/hb-ot-math-table.hh         |  8 ++------
82908  src/hb-ot-name-table.hh         |  2 +-
82909  src/hb-ot-var-avar-table.hh     |  4 ++--
82910  src/hb-ot-var-fvar-table.hh     |  2 +-
82911  src/hb-ot-var-hvar-table.hh     |  2 +-
82912  src/hb-ot-var-mvar-table.hh     |  2 +-
82913  15 files changed, 28 insertions(+), 33 deletions(-)
82914
82915 commit bc485a98122131efc4768fef9147823f2bce146b
82916 Author: Behdad Esfahbod <behdad@behdad.org>
82917 Date:   Mon Sep 10 23:02:24 2018 +0200
82918
82919     Port some VAR arrays to UnsizedArrayOf<>
82920     
82921     Fix avar sanitize().
82922
82923  src/hb-ot-layout-gsubgpos.hh | 59 +++++++++++++++++++++++---------------------
82924  src/hb-ot-var-avar-table.hh  | 10 +++++---
82925  src/hb-ot-var-fvar-table.hh  |  7 +++---
82926  src/hb-ot-var-hvar-table.hh  |  9 ++++---
82927  src/hb-ot-var-mvar-table.hh  |  9 ++++---
82928  5 files changed, 51 insertions(+), 43 deletions(-)
82929
82930 commit 1bc7a8d6c4deb9fa6e010d7be08b68cad88579ae
82931 Author: Behdad Esfahbod <behdad@behdad.org>
82932 Date:   Mon Sep 10 22:51:26 2018 +0200
82933
82934     [indic] Cache hb_options().uniscribe_bug_compatible on indic_plan
82935
82936  src/hb-ot-shape-complex-indic.cc | 10 +++++++---
82937  1 file changed, 7 insertions(+), 3 deletions(-)
82938
82939 commit 24f1d9622489a016904314a5d4e3c637da2e1c77
82940 Author: Behdad Esfahbod <behdad@behdad.org>
82941 Date:   Mon Sep 10 18:19:37 2018 +0200
82942
82943     Unbreak HB_OPTIONS
82944     
82945     Fixes https://github.com/harfbuzz/harfbuzz/issues/1154
82946
82947  src/hb-debug.hh | 3 +++
82948  1 file changed, 3 insertions(+)
82949
82950 commit e46c51f1e985ac9c0ffa90fda4ea436d54b4009c
82951 Author: Behdad Esfahbod <behdad@behdad.org>
82952 Date:   Mon Sep 10 17:38:19 2018 +0200
82953
82954     [indic] Do NOT allow matra after Halant,ZWJ
82955     
82956     Fixes https://github.com/harfbuzz/harfbuzz/issues/556
82957     
82958     Devanagari regresses 12 tests, and Gujarati 2.  See:
82959     
82960       https://github.com/harfbuzz/harfbuzz/issues/556#issuecomment-419957472
82961     
82962     New numbers:
82963     
82964     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
82965     DEVANAGARI: 707299 out of 707394 tests passed. 95 failed (0.0134296%)
82966     GUJARATI: 366353 out of 366457 tests passed. 104 failed (0.0283799%)
82967     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
82968     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
82969     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
82970     ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
82971     SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
82972     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
82973     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
82974
82975  src/hb-ot-shape-complex-indic-machine.hh | 1688 ++++++++++++++----------------
82976  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
82977  2 files changed, 784 insertions(+), 906 deletions(-)
82978
82979 commit 5dfd6e07626a9022a995eb7fa16767eff66c6047
82980 Author: Behdad Esfahbod <behdad@behdad.org>
82981 Date:   Mon Sep 10 15:45:32 2018 +0200
82982
82983     Fix sanitize or Context Rule
82984     
82985     Fixes https://github.com/harfbuzz/harfbuzz/issues/1110
82986
82987  src/hb-ot-layout-gsubgpos.hh | 2 +-
82988  1 file changed, 1 insertion(+), 1 deletion(-)
82989
82990 commit 20a11a824d2a07a8544649477ad03e809bdd8e19
82991 Author: Behdad Esfahbod <behdad@behdad.org>
82992 Date:   Mon Sep 10 13:56:28 2018 +0200
82993
82994     Revert "[subset] Disable GSUB/GPOS subsetting for now"
82995     
82996     This reverts commit 616fd34a69bb69bc35c7e4ea939e71c3ea2e92cb.
82997
82998  src/hb-subset.cc | 4 ++--
82999  1 file changed, 2 insertions(+), 2 deletions(-)
83000
83001 commit 54d332dd9b0263821376161cdffb60ffb3c7847f
83002 Author: Behdad Esfahbod <behdad@behdad.org>
83003 Date:   Mon Sep 10 11:37:24 2018 +0200
83004
83005     1.9.0
83006
83007  NEWS             | 19 +++++++++++++++++++
83008  configure.ac     |  2 +-
83009  src/hb-face.cc   | 10 +++++-----
83010  src/hb-unicode.h |  5 +++++
83011  src/hb-version.h |  6 +++---
83012  5 files changed, 33 insertions(+), 9 deletions(-)
83013
83014 commit 616fd34a69bb69bc35c7e4ea939e71c3ea2e92cb
83015 Author: Behdad Esfahbod <behdad@behdad.org>
83016 Date:   Mon Sep 10 11:19:49 2018 +0200
83017
83018     [subset] Disable GSUB/GPOS subsetting for now
83019     
83020     So I can get a release out.  I haven't debugged those yet, and they
83021     are producing bad tables.
83022
83023  src/hb-subset.cc | 4 ++--
83024  1 file changed, 2 insertions(+), 2 deletions(-)
83025
83026 commit d42f0e5809964136911cbbd845bc423a8dfd5e31
83027 Author: Behdad Esfahbod <behdad@behdad.org>
83028 Date:   Mon Sep 10 11:05:33 2018 +0200
83029
83030     [atomic] Fix pointer type passed to InterlockedExchangeAdd()
83031     
83032     John Emmas reported on mailing list that build with MSVC is failing.
83033     Not sure why bots don't catch it, but this should fix.
83034
83035  src/hb-atomic.hh | 5 +++--
83036  1 file changed, 3 insertions(+), 2 deletions(-)
83037
83038 commit fda994e1d45c4d34601af7272f37ea257f92a3d8
83039 Author: Behdad Esfahbod <behdad@behdad.org>
83040 Date:   Fri Sep 7 15:02:57 2018 -0400
83041
83042     Use enum instead of "static const" in class scope
83043     
83044     Technically, static const needs an out-of-class definition.  Eg:
83045     
83046       CXXLD    libharfbuzz-subset.la
83047     Undefined symbols for architecture x86_64:
83048       "OT::FeatureVariationRecord::min_size", referenced from:
83049           bool OT::GSUBGPOS::subset<OT::PosLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
83050           bool OT::GSUBGPOS::subset<OT::SubstLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
83051       "OT::Record<OT::LangSys>::min_size", referenced from:
83052           OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
83053       "OT::IntType<unsigned short, 2u>::min_size", referenced from:
83054           OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
83055           OT::RecordListOf<OT::Feature>::subset(hb_subset_context_t*) const  in libharfbuzz_subset_la-hb-subset.o
83056     ld: symbol(s) not found for architecture x86_64
83057     collect2: ld returned 1 exit status
83058     make[4]: *** [libharfbuzz-subset.la] Error 1
83059     make[3]: *** [all-recursive] Error 1
83060     make[2]: *** [all] Error 2
83061     make[1]: *** [all-recursive] Error 1
83062     make: *** [all] Error 2
83063     Exited with code 2
83064
83065  src/hb-buffer.hh           |  2 +-
83066  src/hb-machinery.hh        |  8 ++++----
83067  src/hb-open-file.hh        |  2 +-
83068  src/hb-open-type.hh        |  2 +-
83069  src/hb-ot-layout-common.hh |  2 +-
83070  src/hb-ot-layout.cc        |  4 ++--
83071  src/hb-set-digest.hh       |  4 ++--
83072  src/hb-set.hh              | 12 ++++++------
83073  8 files changed, 18 insertions(+), 18 deletions(-)
83074
83075 commit 1e88b1755c37eaa171c08f7bedb93f110238c80f
83076 Merge: 22b88632d ebe67137a
83077 Author: Michiharu Ariza <ariza@adobe.com>
83078 Date:   Fri Sep 7 10:50:55 2018 -0700
83079
83080     Merge branch 'master' into cff-subset
83081
83082 commit ebe67137ab3559c2c6aaf53442ca223cb34df5af
83083 Author: Behdad Esfahbod <behdad@behdad.org>
83084 Date:   Fri Sep 7 10:46:13 2018 -0400
83085
83086     Try fixing bots
83087
83088  src/hb-ot-layout-common.hh | 32 ++++++++++++++++++--------------
83089  1 file changed, 18 insertions(+), 14 deletions(-)
83090
83091 commit 5f17dbc3025093308d2191a4abd2eec24db35c0e
83092 Author: Behdad Esfahbod <behdad@behdad.org>
83093 Date:   Fri Sep 7 10:24:22 2018 -0400
83094
83095     [subset] Fix div-by-zero
83096
83097  src/hb-subset.cc | 3 +++
83098  1 file changed, 3 insertions(+)
83099
83100 commit 22b88632d5bd3676642b0a1d93f27e47438c140b
83101 Merge: 2a74536aa 21bf14705
83102 Author: Michiharu Ariza <ariza@adobe.com>
83103 Date:   Thu Sep 6 22:27:44 2018 -0700
83104
83105     Merge branch 'master' into cff-subset
83106
83107 commit 2a74536aae443a8b7f23ed018dec14a013c04dfe
83108 Author: Michiharu Ariza <ariza@adobe.com>
83109 Date:   Thu Sep 6 18:26:13 2018 -0700
83110
83111     fix build attempt ^2
83112     
83113     Added hb-ot-cff1-table.cc to hb-subset sources
83114     Deleted unused variable (charset)
83115
83116  src/Makefile.sources  | 1 +
83117  src/hb-subset-cff1.cc | 1 -
83118  2 files changed, 1 insertion(+), 1 deletion(-)
83119
83120 commit 55268df9d4b287883c8266e316cda44f4011f424
83121 Author: Michiharu Ariza <ariza@adobe.com>
83122 Date:   Thu Sep 6 17:56:05 2018 -0700
83123
83124     fix build attempt
83125     
83126     Added HB_INTERNAL to static funtion declarations
83127
83128  src/hb-ot-cff1-table.hh | 8 ++++----
83129  1 file changed, 4 insertions(+), 4 deletions(-)
83130
83131 commit aca73c9df2054f62cf10a5c27bc5fa7823747f8b
83132 Author: Michiharu Ariza <ariza@adobe.com>
83133 Date:   Thu Sep 6 17:28:15 2018 -0700
83134
83135     subset CFF1 Encoding & Charset
83136     
83137     fixed misc Charset bugs
83138     added source file hb-ot-cff1.table.cc
83139     renamed things for clarity & consistency
83140
83141  src/Makefile.sources             |   1 +
83142  src/hb-cff-interp-dict-common.hh |  15 +-
83143  src/hb-ot-cff-common.hh          |  34 ++--
83144  src/hb-ot-cff1-table.cc          | 130 +++++++++++++
83145  src/hb-ot-cff1-table.hh          | 403 ++++++++++++++++++++++++++++++++-------
83146  src/hb-ot-cff2-table.hh          |  24 +--
83147  src/hb-subset-cff1.cc            | 247 ++++++++++++++++++++----
83148  src/hb-subset-cff2.cc            |  30 +--
83149  8 files changed, 737 insertions(+), 147 deletions(-)
83150
83151 commit 21bf147054f6b5bd1c430c0e02a8c4058ed229a1
83152 Author: Garret Rieger <grieger@google.com>
83153 Date:   Wed Sep 5 18:04:52 2018 -0700
83154
83155     [subset] Fix hdmx subsetted size calculation.
83156
83157  src/hb-ot-hdmx-table.hh                         |  14 ++++++++++----
83158  test/api/fonts/Roboto-Regular.multihdmx.a.ttf   | Bin 0 -> 2052 bytes
83159  test/api/fonts/Roboto-Regular.multihdmx.abc.ttf | Bin 0 -> 2468 bytes
83160  test/api/test-subset-hdmx.c                     |  20 ++++++++++++++++++++
83161  4 files changed, 30 insertions(+), 4 deletions(-)
83162
83163 commit 1e6599f59680c81356b2e9ddddb61252490337a0
83164 Author: Behdad Esfahbod <behdad@behdad.org>
83165 Date:   Wed Sep 5 19:29:42 2018 -0700
83166
83167     Fix older compilers re '>>' at nested template declarations
83168
83169  src/hb-ot-layout-gsub-table.hh | 8 ++++----
83170  src/hb-subset.cc               | 2 +-
83171  2 files changed, 5 insertions(+), 5 deletions(-)
83172
83173 commit a1e5e07c735091e82d66ac56a4e27341f589369d
83174 Author: Behdad Esfahbod <behdad@behdad.org>
83175 Date:   Wed Sep 5 16:24:28 2018 -0700
83176
83177     [subset] Hook up GSUB/GPOS, but still disabled
83178     
83179     They are still in the drop list.
83180
83181  src/hb-ot-hdmx-table.hh |  3 +-
83182  src/hb-subset.cc        | 75 +++++++++++++++++++++++++++++++++++++++++++++++++
83183  2 files changed, 77 insertions(+), 1 deletion(-)
83184
83185 commit 0d160d5ff5158fd4190201becd652c8f28ef4430
83186 Author: Behdad Esfahbod <behdad@behdad.org>
83187 Date:   Mon Sep 3 20:50:11 2018 -0700
83188
83189     [subset] Implement subsetting of SingleSubst
83190
83191  src/hb-machinery.hh            |  2 ++
83192  src/hb-null.hh                 | 43 +++++++++++++++++++-----------
83193  src/hb-ot-layout-gsub-table.hh | 59 +++++++++++++++++++++++++++++++++++-------
83194  src/hb-vector.hh               |  2 ++
83195  4 files changed, 81 insertions(+), 25 deletions(-)
83196
83197 commit 5ea03d2951375bfcc1258c2c0b5c33efc6ebf7f8
83198 Author: Michiharu Ariza <ariza@adobe.com>
83199 Date:   Tue Sep 4 11:29:15 2018 -0700
83200
83201     fix build by untemplatizing DictOpSet & DictVal
83202     
83203     as they aren't instantiated with BlendArg (yet)
83204
83205  src/hb-cff-interp-dict-common.hh | 21 +++++++++------------
83206  src/hb-cff2-interp-cs.hh         |  1 -
83207  src/hb-ot-cff1-table.hh          |  8 ++++----
83208  src/hb-ot-cff2-table.hh          | 16 ++++++++--------
83209  src/hb-subset-cff-common.hh      |  4 ++--
83210  5 files changed, 23 insertions(+), 27 deletions(-)
83211
83212 commit f2d299b0b75fd110cdc6b16de31e7212e292cc14
83213 Author: Michiharu Ariza <ariza@adobe.com>
83214 Date:   Tue Sep 4 10:25:21 2018 -0700
83215
83216     Drop hints from CFF2 charstrings
83217     
83218     Templatized ArgStack so it may store the default value along with blend deltas as BlendArg while parsing blend operator arguments in CFF2 charstring
83219     Added get_region_count() method to VarRegionList & VariationStore
83220
83221  src/hb-cff-interp-common.hh | 67 +++++++++++++++++++++++++++------
83222  src/hb-cff1-interp-cs.hh    |  5 ++-
83223  src/hb-cff2-interp-cs.hh    | 91 +++++++++++++++++++++++++++++++++++++++------
83224  src/hb-ot-cff2-table.hh     | 22 ++++++-----
83225  src/hb-ot-layout-common.hh  |  6 +++
83226  src/hb-subset-cff-common.hh | 60 ++++++++++++++++--------------
83227  src/hb-subset-cff1.cc       |  5 ++-
83228  src/hb-subset-cff2.cc       | 54 ++++++++++++++++++++++-----
83229  8 files changed, 235 insertions(+), 75 deletions(-)
83230
83231 commit 3f00d0b0df14d69859b15568ff28a810d08f59ea
83232 Author: Behdad Esfahbod <behdad@behdad.org>
83233 Date:   Mon Sep 3 18:54:32 2018 -0700
83234
83235     [subset] Keep glyph set in plan
83236     
83237     Should remove the vector version at some point...
83238
83239  src/hb-subset-plan.cc | 19 ++++++++++---------
83240  src/hb-subset-plan.hh |  3 +--
83241  2 files changed, 11 insertions(+), 11 deletions(-)
83242
83243 commit dc50493a8da05d6561242136d63cae836486c150
83244 Author: Behdad Esfahbod <behdad@behdad.org>
83245 Date:   Mon Sep 3 18:23:23 2018 -0700
83246
83247     [subset] Towards subsetting SingleSubstFormat1
83248     
83249     Why does subset plan not have a hb_set_t of glyphs?
83250
83251  src/hb-machinery.hh            | 10 +++++++++-
83252  src/hb-ot-layout-gsub-table.hh | 12 +++++++++++-
83253  2 files changed, 20 insertions(+), 2 deletions(-)
83254
83255 commit 339d3603b916cebf24ff86d9842b766261e1b262
83256 Author: Behdad Esfahbod <behdad@behdad.org>
83257 Date:   Mon Sep 3 17:33:34 2018 -0700
83258
83259     [subset] Wire up subset() call down to subtables
83260
83261  src/hb-ot-layout-common.hh     | 36 +++++++++++++++++++++++
83262  src/hb-ot-layout-gpos-table.hh | 67 +++++++++++++++++++++++++++++++++++++++---
83263  src/hb-ot-layout-gsub-table.hh | 54 ++++++++++++++++++++++++++++------
83264  src/hb-ot-layout-gsubgpos.hh   | 42 ++++++++++++++++++++++++++
83265  4 files changed, 186 insertions(+), 13 deletions(-)
83266
83267 commit 7b2ef551da0d53cd94106035b1f065a759cf3cd5
83268 Author: Behdad Esfahbod <behdad@behdad.org>
83269 Date:   Mon Sep 3 17:16:09 2018 -0700
83270
83271     Templatize Lookup::sanitize()
83272
83273  src/hb-ot-layout-common.hh     | 40 ++++++++++++++++++++++++++++------------
83274  src/hb-ot-layout-gpos-table.hh |  7 ++-----
83275  src/hb-ot-layout-gsub-table.hh | 25 +++----------------------
83276  3 files changed, 33 insertions(+), 39 deletions(-)
83277
83278 commit 9c3747c5e50423e0a7202f249728d5c5b2b09073
83279 Author: Behdad Esfahbod <behdad@behdad.org>
83280 Date:   Mon Sep 3 16:53:03 2018 -0700
83281
83282     [subset] More
83283
83284  src/hb-ot-layout-gpos-table.hh | 10 +++++----
83285  src/hb-ot-layout-gsub-table.hh | 48 +++++++++++++++++++++---------------------
83286  src/hb-ot-layout-gsubgpos.hh   | 22 +++++++++++++------
83287  3 files changed, 45 insertions(+), 35 deletions(-)
83288
83289 commit 6d618522d63a94230ad708fc49c1c73927da0137
83290 Author: Behdad Esfahbod <behdad@behdad.org>
83291 Date:   Mon Sep 3 16:41:28 2018 -0700
83292
83293     Templatize GSUBGPOS::sanitize()
83294
83295  src/hb-ot-layout-gpos-table.hh |  6 +-----
83296  src/hb-ot-layout-gsub-table.hh | 14 +++++---------
83297  src/hb-ot-layout-gsubgpos.hh   |  4 +++-
83298  3 files changed, 9 insertions(+), 15 deletions(-)
83299
83300 commit 49c44b58f6c2536ea5f403c54a40cab41b905150
83301 Author: Behdad Esfahbod <behdad@behdad.org>
83302 Date:   Mon Sep 3 16:37:17 2018 -0700
83303
83304     [subset] Fix serialize_subset() calls
83305     
83306     Ouch.
83307
83308  src/hb-open-type.hh            |  2 +-
83309  src/hb-ot-layout-common.hh     |  6 +++---
83310  src/hb-ot-layout-gsub-table.hh | 13 ++++++-------
83311  src/hb-ot-layout-gsubgpos.hh   |  6 +++---
83312  4 files changed, 13 insertions(+), 14 deletions(-)
83313
83314 commit 7c9cfa2b4002c18585a26134ab987ceb7ebc97a2
83315 Author: Behdad Esfahbod <behdad@behdad.org>
83316 Date:   Sun Sep 2 19:47:50 2018 -0700
83317
83318     Add intersects() method to GSUB/GPOS lookups
83319
83320  src/hb-ot-layout-common.hh     |  77 +++++++++--
83321  src/hb-ot-layout-gpos-table.hh | 103 ++++++++++----
83322  src/hb-ot-layout-gsub-table.hh | 205 +++++++++++++++++++--------
83323  src/hb-ot-layout-gsubgpos.hh   | 306 ++++++++++++++++++++++++++++++++---------
83324  4 files changed, 528 insertions(+), 163 deletions(-)
83325
83326 commit 61ce62e55455bb0d6c9db3b076676ab18e51d449
83327 Author: Behdad Esfahbod <behdad@behdad.org>
83328 Date:   Sun Sep 2 17:00:27 2018 -0700
83329
83330     [subset] Minor
83331     
83332     Remove Lookup::subset().
83333
83334  src/hb-ot-layout-common.hh   | 11 -----------
83335  src/hb-ot-layout-gsubgpos.hh |  2 +-
83336  2 files changed, 1 insertion(+), 12 deletions(-)
83337
83338 commit bfa72a9a72a15d977f503f12eef376a355679d76
83339 Author: Behdad Esfahbod <behdad@behdad.org>
83340 Date:   Sat Sep 1 18:34:50 2018 -0700
83341
83342     [subset] Towards GSUB/GPOS subsetting
83343     
83344     Add subset() call for GSUBGPOS struct and its dependencies.
83345     Not hooked up anywhere.
83346
83347  src/hb-machinery.hh            | 10 ++++--
83348  src/hb-open-type.hh            | 25 ++++++++++++-
83349  src/hb-ot-layout-common.hh     | 80 +++++++++++++++++++++++++++++++++++-------
83350  src/hb-ot-layout-gdef-table.hh | 33 ++++++++++-------
83351  src/hb-ot-layout-gsub-table.hh | 11 ++++--
83352  src/hb-ot-layout-gsubgpos.hh   | 19 ++++++++++
83353  6 files changed, 145 insertions(+), 33 deletions(-)
83354
83355 commit 6803ed8674028a656957910381150ab28d75a5f8
83356 Author: Behdad Esfahbod <behdad@behdad.org>
83357 Date:   Fri Aug 31 17:11:08 2018 -0700
83358
83359     [serialize] Add reset()
83360
83361  src/hb-machinery.hh | 4 ++++
83362  1 file changed, 4 insertions(+)
83363
83364 commit e58b190292f85c9676fe14cf63d2831d4d6e6bab
83365 Author: Behdad Esfahbod <behdad@behdad.org>
83366 Date:   Fri Aug 31 16:46:35 2018 -0700
83367
83368     [subset] De-templatize hb_subset_context_t
83369     
83370     We're going to (finally) use virtual methods for hb_serialize_context_t
83371     customization, so don't need to carry a Serializer template variable
83372     around...  Simplifies code.
83373
83374  src/hb-machinery.hh            | 2 +-
83375  src/hb-ot-layout-gsub-table.hh | 5 ++---
83376  src/hb-subset.hh               | 7 +++----
83377  3 files changed, 6 insertions(+), 8 deletions(-)
83378
83379 commit 22acd424ca77c16d28405021f06c5562497920ab
83380 Author: Behdad Esfahbod <behdad@behdad.org>
83381 Date:   Fri Aug 31 16:38:04 2018 -0700
83382
83383     [serialize] Add a couple small methods
83384
83385  src/hb-machinery.hh            | 25 +++++++++++++++++--------
83386  src/hb-open-file.hh            |  3 +--
83387  src/hb-ot-layout-gsub-table.hh |  1 +
83388  3 files changed, 19 insertions(+), 10 deletions(-)
83389
83390 commit d1f29908c281b1685eea00b71bae934d9f1f20eb
83391 Author: Behdad Esfahbod <behdad@behdad.org>
83392 Date:   Fri Aug 31 16:31:00 2018 -0700
83393
83394     [subset] Add hb_subset_context_t<>
83395
83396  src/hb-open-type.hh            |  1 +
83397  src/hb-ot-cmap-table.hh        |  1 -
83398  src/hb-ot-hdmx-table.hh        |  1 -
83399  src/hb-ot-hmtx-table.hh        |  1 -
83400  src/hb-ot-layout-gsub-table.hh |  9 +++++++++
83401  src/hb-ot-maxp-table.hh        |  1 -
83402  src/hb-ot-os2-table.hh         |  1 -
83403  src/hb-ot-post-table.hh        |  1 -
83404  src/hb-subset.hh               | 21 +++++++++++++++++++++
83405  9 files changed, 31 insertions(+), 6 deletions(-)
83406
83407 commit fcf177885b4c3d732ffeb82936da906969a269d3
83408 Author: Michiharu Ariza <ariza@adobe.com>
83409 Date:   Fri Aug 31 16:28:47 2018 -0700
83410
83411     templatized ArgStack as a prep to store blends
83412
83413  src/hb-cff-interp-common.hh      | 46 +++++++++++++++++++++---------------
83414  src/hb-cff-interp-cs-common.hh   | 41 ++++++++++++++++++--------------
83415  src/hb-cff-interp-dict-common.hh | 35 ++++++++++++++++-----------
83416  src/hb-cff1-interp-cs.hh         | 15 +++++++-----
83417  src/hb-cff2-interp-cs.hh         | 14 +++++++----
83418  src/hb-ot-cff1-table.hh          | 32 ++++++++++++-------------
83419  src/hb-ot-cff2-table.hh          | 51 ++++++++++++++++++++++++++--------------
83420  src/hb-subset-cff-common.hh      |  4 ++--
83421  src/hb-subset-cff1.cc            |  1 -
83422  src/hb-subset-cff2.cc            |  2 +-
83423  10 files changed, 142 insertions(+), 99 deletions(-)
83424
83425 commit 968168bf0e369927cd6a7f63608d844abe123a7b
83426 Author: Michiharu Ariza <ariza@adobe.com>
83427 Date:   Fri Aug 31 13:28:16 2018 -0700
83428
83429     drop hints from CFF1 charstrings
83430     
83431     renamed confusing Stack.size to Stack.count
83432
83433  src/hb-cff-interp-common.hh      |  43 +++++++-----
83434  src/hb-cff-interp-cs-common.hh   | 140 +++++++++++++++++----------------------
83435  src/hb-cff-interp-dict-common.hh |   4 +-
83436  src/hb-cff1-interp-cs.hh         |  14 ++--
83437  src/hb-cff2-interp-cs.hh         |  18 ++---
83438  src/hb-ot-cff1-table.hh          |  26 ++++----
83439  src/hb-ot-cff2-table.hh          |  20 +++---
83440  src/hb-subset-cff1.cc            |  53 ++++++++-------
83441  src/hb-subset-cff2.cc            |  69 +++++++++----------
83442  9 files changed, 190 insertions(+), 197 deletions(-)
83443
83444 commit aba0a945c5f8724cc7bd1a9b7f7b5df1c64b03f4
83445 Author: Behdad Esfahbod <behdad@behdad.org>
83446 Date:   Fri Aug 31 13:25:19 2018 -0700
83447
83448     [subset] Add hb-subset-input.hh and make hb-subset.hh toplevel include
83449
83450  src/Makefile.sources    |  1 +
83451  src/hb-ot-cmap-table.hh |  2 +-
83452  src/hb-ot-glyf-table.hh |  2 --
83453  src/hb-ot-hdmx-table.hh |  2 +-
83454  src/hb-ot-hmtx-table.hh |  2 +-
83455  src/hb-ot-maxp-table.hh |  2 +-
83456  src/hb-ot-os2-table.hh  |  2 +-
83457  src/hb-ot-post-table.hh |  2 +-
83458  src/hb-subset-glyf.cc   |  1 -
83459  src/hb-subset-glyf.hh   |  2 +-
83460  src/hb-subset-input.hh  | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
83461  src/hb-subset-plan.cc   |  3 +--
83462  src/hb-subset-plan.hh   |  2 +-
83463  src/hb-subset.cc        |  3 +--
83464  src/hb-subset.hh        | 23 +++-----------------
83465  15 files changed, 71 insertions(+), 35 deletions(-)
83466
83467 commit 18d01eac7f2870e2804ceed2c70a604a5dc6a320
83468 Author: Behdad Esfahbod <behdad@behdad.org>
83469 Date:   Fri Aug 31 13:00:57 2018 -0700
83470
83471     Minor
83472
83473  src/hb-ot-shape-complex-arabic-fallback.hh | 1 -
83474  1 file changed, 1 deletion(-)
83475
83476 commit 8c5e03b5415f83312719ebb3cd284229e52a4843
83477 Author: Michiharu Ariza <ariza@adobe.com>
83478 Date:   Thu Aug 30 17:21:56 2018 -0700
83479
83480     Added drop_hints to SubrFlattener
83481
83482  src/hb-cff-interp-cs-common.hh | 20 +++++++++++++++++++-
83483  src/hb-subset-cff-common.hh    | 18 ++++++++++++++----
83484  src/hb-subset-cff1.cc          | 35 ++++++++++++++++++++++------------
83485  src/hb-subset-cff2.cc          | 43 ++++++++++++++++++++++++++----------------
83486  4 files changed, 83 insertions(+), 33 deletions(-)
83487
83488 commit a23b892fe6cc4859a30edc7ffc003ab7624aa5f0
83489 Author: Behdad Esfahbod <behdad@behdad.org>
83490 Date:   Wed Aug 29 18:28:39 2018 -0700
83491
83492     Shuffle
83493
83494  src/hb-machinery.hh | 62 +++++++++++++++++++++++++++--------------------------
83495  1 file changed, 32 insertions(+), 30 deletions(-)
83496
83497 commit 93fe0faaee45b8fb646f7aa33620105c62193885
83498 Author: Behdad Esfahbod <behdad@behdad.org>
83499 Date:   Wed Aug 29 18:24:03 2018 -0700
83500
83501     [subset] Clean up hb_subset_input_t API
83502
83503  src/hb-subset-input.cc           | 44 +++++++++++++++++++---------------------
83504  src/hb-subset-plan.cc            |  4 ++--
83505  src/hb-subset-plan.hh            | 10 ++++-----
83506  src/hb-subset.cc                 |  2 +-
83507  src/hb-subset.h                  | 14 +++++++++----
83508  src/hb-subset.hh                 |  4 ++--
83509  test/api/test-subset-glyf.c      | 10 ++++-----
83510  test/fuzzing/hb-subset-fuzzer.cc | 10 ++++-----
83511  util/hb-subset.cc                |  3 +--
83512  9 files changed, 52 insertions(+), 49 deletions(-)
83513
83514 commit 9fd08cc238f8e2f7be1eaefca110021382efe606
83515 Author: Michiharu Ariza <ariza@adobe.com>
83516 Date:   Wed Aug 29 18:18:18 2018 -0700
83517
83518     CFF2 subroutine flattner
83519     
83520     Factored out CFF1 & CFF2 common subsetting code in hb-subset-cff-common.hh
83521
83522  src/hb-cff2-interp-cs.hh    |  34 +++++--
83523  src/hb-subset-cff-common.hh | 154 +++++++++++++++++++++++++++++
83524  src/hb-subset-cff1.cc       | 135 +++-----------------------
83525  src/hb-subset-cff2.cc       | 229 ++++++++++++++++++--------------------------
83526  4 files changed, 285 insertions(+), 267 deletions(-)
83527
83528 commit d237ce71810045ee400c52740cd8ab6e1113aada
83529 Author: Behdad Esfahbod <behdad@behdad.org>
83530 Date:   Wed Aug 29 18:13:07 2018 -0700
83531
83532     [subset] Bail if subsetting a table failed
83533
83534  src/hb-subset.cc | 8 +++-----
83535  1 file changed, 3 insertions(+), 5 deletions(-)
83536
83537 commit f39166f0c0c09fac7874fda6b0b0825f20768e3e
83538 Author: Behdad Esfahbod <behdad@behdad.org>
83539 Date:   Wed Aug 29 18:09:55 2018 -0700
83540
83541     [subset] Remove unused hb_subset_profile_t
83542     
83543     We might reintroduce it later, but for now remove, as it was unused.
83544     Some things that should have been in this object (drop_hints, etc)
83545     are already in hb_subset_input_t.  So, for now, keep everything there.
83546
83547  src/hb-subset-plan.cc            |  3 +--
83548  src/hb-subset-plan.hh            |  1 -
83549  src/hb-subset.cc                 | 39 +++------------------------------------
83550  src/hb-subset.h                  | 16 +---------------
83551  test/api/hb-subset-test.h        |  4 +---
83552  test/api/test-subset-hdmx.c      |  8 ++------
83553  test/api/test-subset-hmtx.c      |  4 +---
83554  test/api/test-subset.c           | 12 +++---------
83555  test/fuzzing/hb-subset-fuzzer.cc |  5 +----
83556  util/hb-subset.cc                |  4 +---
83557  10 files changed, 14 insertions(+), 82 deletions(-)
83558
83559 commit 2ccc322cf88a01248aa5df88a5073db3dfb40eea
83560 Author: Behdad Esfahbod <behdad@behdad.org>
83561 Date:   Wed Aug 29 16:38:04 2018 -0700
83562
83563     [ot-font] Clean up cmap with gid=0
83564     
83565     Fixes https://github.com/harfbuzz/harfbuzz/issues/1145
83566
83567  src/hb-ot-cmap-table.hh | 25 +++++++++++++++----------
83568  1 file changed, 15 insertions(+), 10 deletions(-)
83569
83570 commit 0c7b633f528bae4a0cf5ca816f75a0d84206b3fb
83571 Author: Ross Burton <ross@burtonini.com>
83572 Date:   Wed Aug 29 22:37:39 2018 +0100
83573
83574     Delete pkg.m4
83575     
83576     pkg.m4 is provided by pkg-config, which is a requirement to build, and this copy is ancient.  Delete it to avoid it being used instead of the host copy.
83577
83578  m4/pkg.m4 | 157 --------------------------------------------------------------
83579  1 file changed, 157 deletions(-)
83580
83581 commit b95bf075d7b62baf7d6fa1d8f0d1f16fad934975
83582 Author: Michiharu Ariza <ariza@adobe.com>
83583 Date:   Wed Aug 29 14:41:52 2018 -0700
83584
83585     fix build attempt ^2
83586
83587  src/hb-subset-cff1.cc | 5 +++--
83588  1 file changed, 3 insertions(+), 2 deletions(-)
83589
83590 commit 1d1afddfd21155ef136c2d96b1d6c286bdc8925f
83591 Author: Michiharu Ariza <ariza@adobe.com>
83592 Date:   Wed Aug 29 13:36:39 2018 -0700
83593
83594     corrected preprocessor guards
83595
83596  src/hb-cff-interp-common.hh      | 6 +++---
83597  src/hb-cff-interp-cs-common.hh   | 6 +++---
83598  src/hb-cff-interp-dict-common.hh | 6 +++---
83599  src/hb-ot-cff-common.hh          | 6 +++---
83600  src/hb-subset-cff-common.hh      | 6 +++---
83601  5 files changed, 15 insertions(+), 15 deletions(-)
83602
83603 commit 8af9690ac7ce41fb1db878d556df5c4ee624eaa0
83604 Merge: 0ad081ec3 fee0f41c6
83605 Author: Michiharu Ariza <ariza@adobe.com>
83606 Date:   Wed Aug 29 13:26:17 2018 -0700
83607
83608     Merge branch 'master' into cff-subset
83609     
83610     Renamed cff "private" source/headers without the suffix
83611
83612 commit 0ad081ec324e734cfca60d4d2c36a1be5bc8a067
83613 Author: Michiharu Ariza <ariza@adobe.com>
83614 Date:   Wed Aug 29 12:56:48 2018 -0700
83615
83616     attempt to fix build failure
83617
83618  src/hb-subset-cff1.cc | 4 ++--
83619  1 file changed, 2 insertions(+), 2 deletions(-)
83620
83621 commit a11420b48c405e1a43e2ba62893e9a0872e5f496
83622 Author: Michiharu Ariza <ariza@adobe.com>
83623 Date:   Wed Aug 29 12:14:30 2018 -0700
83624
83625     Subroutine flattener for CFF1
83626     
83627     Subr-flattened charstrings are temporarily re-encoded in ByteStrBuff during "plan" phase, then copied to hb_serialize_context_t during "write" phase
83628     
83629     CSOpSet may callback opcode processing "virtual" functions via CRTP
83630     
83631     Numer struct may store a value as fixed optionally in addition to int and float
83632
83633  src/hb-cff-interp-common-private.hh    |  53 ++++++++++--
83634  src/hb-cff-interp-cs-common-private.hh | 109 ++++++++++++++++++-----
83635  src/hb-cff1-interp-cs.hh               |  35 +++++---
83636  src/hb-cff2-interp-cs.hh               |  14 +--
83637  src/hb-ot-cff-common-private.hh        |  10 +--
83638  src/hb-subset-cff-common-private.hh    | 102 +++++++++++++++++++++-
83639  src/hb-subset-cff1.cc                  | 152 ++++++++++++++++++++++-----------
83640  src/hb-subset-cff2.cc                  |   7 +-
83641  8 files changed, 372 insertions(+), 110 deletions(-)
83642
83643 commit fee0f41c6c1e50621d10b07802ca36a9b295b53d
83644 Author: Behdad Esfahbod <behdad@behdad.org>
83645 Date:   Tue Aug 28 18:27:41 2018 -0700
83646
83647     Don't declare extern symbols as inline
83648     
83649     clang -O3 was completely removing _get_gdef(), causing link
83650     failure when needed from another compilation unit.  Surprisingly,
83651     "extern inline" didn't fix it.
83652
83653  src/hb-ot-layout.cc | 6 +++---
83654  1 file changed, 3 insertions(+), 3 deletions(-)
83655
83656 commit 967741e4c468ebf0a40f91934ed1923506099806
83657 Author: Behdad Esfahbod <behdad@behdad.org>
83658 Date:   Tue Aug 28 18:18:02 2018 -0700
83659
83660     Add explicit to hb_auto_t 1param constructors
83661
83662  src/hb-dsalgs.hh | 7 ++++---
83663  1 file changed, 4 insertions(+), 3 deletions(-)
83664
83665 commit c0a3f38f78362a183b30afd109dcebfca563d144
83666 Author: Behdad Esfahbod <behdad@behdad.org>
83667 Date:   Tue Aug 28 17:22:38 2018 -0700
83668
83669     Fix distcheck
83670
83671  src/Makefile.sources | 3 +++
83672  1 file changed, 3 insertions(+)
83673
83674 commit 2dde6c803a9e50c5bff74095187b0cb2e12eebdd
83675 Author: Behdad Esfahbod <behdad@behdad.org>
83676 Date:   Tue Aug 28 11:02:00 2018 -0700
83677
83678     Explicitly pass reference in hb_auto_t constructor
83679     
83680     Fixes clang bots as well as fuzzer issue.
83681
83682  src/hb-dsalgs.hh | 9 ++++++++-
83683  1 file changed, 8 insertions(+), 1 deletion(-)
83684
83685 commit a26806801005c28115ae9e48bdcf3bbbc1bcd767
83686 Author: Behdad Esfahbod <behdad@behdad.org>
83687 Date:   Sun Aug 26 15:18:46 2018 -0700
83688
83689     [ot-face] Remove tables_t. The face_data_t is what tables_t was
83690
83691  src/hb-aat-layout.cc |  4 ++--
83692  src/hb-face.cc       |  6 +++---
83693  src/hb-ot-face.cc    |  8 ++++----
83694  src/hb-ot-face.hh    | 28 ++++++++++++----------------
83695  src/hb-ot-font.cc    | 25 +++++++++++--------------
83696  src/hb-ot-layout.cc  | 36 ++++++++++++++++++------------------
83697  src/hb-ot-math.cc    |  4 ++--
83698  src/hb-ot-var.cc     |  4 ++--
83699  8 files changed, 54 insertions(+), 61 deletions(-)
83700
83701 commit 3a0b3a29cc246d0b1e5989c9e8c1e6d544046dcc
83702 Author: Behdad Esfahbod <behdad@behdad.org>
83703 Date:   Sun Aug 26 15:11:24 2018 -0700
83704
83705     Free up hb-ot-face.hh from includes
83706     
83707     There might be a better way to do this, but I couldn't find...
83708
83709  src/hb-face.cc                 |  1 +
83710  src/hb-ot-cmap-table.hh        |  1 +
83711  src/hb-ot-color-cbdt-table.hh  |  2 ++
83712  src/hb-ot-face.cc              | 10 ++++++++++
83713  src/hb-ot-face.hh              | 15 ++-------------
83714  src/hb-ot-font.cc              |  7 +++++++
83715  src/hb-ot-glyf-table.hh        |  2 ++
83716  src/hb-ot-hmtx-table.hh        |  3 +++
83717  src/hb-ot-kern-table.hh        |  2 ++
83718  src/hb-ot-layout-gdef-table.hh |  1 +
83719  src/hb-ot-layout-gpos-table.hh |  2 ++
83720  src/hb-ot-layout-gsub-table.hh |  1 +
83721  src/hb-ot-post-table.hh        |  2 ++
83722  13 files changed, 36 insertions(+), 13 deletions(-)
83723
83724 commit a84309afc8817cd386e555af21dfcdc03388b329
83725 Author: Behdad Esfahbod <behdad@behdad.org>
83726 Date:   Sun Aug 26 09:33:01 2018 -0700
83727
83728     [face] Use saved cmap in collect_unicodes() APIs
83729
83730  src/hb-face.cc | 18 ++++++++----------
83731  1 file changed, 8 insertions(+), 10 deletions(-)
83732
83733 commit c624e18a24311c66737dde4ce515aa1eca892b94
83734 Author: Behdad Esfahbod <behdad@behdad.org>
83735 Date:   Sun Aug 26 09:19:20 2018 -0700
83736
83737     [OT] Move code around
83738
83739  src/hb-ot-layout-gsub-table.hh | 18 ------------------
83740  src/hb-ot-layout.cc            | 23 +++++++++++++++++++++--
83741  2 files changed, 21 insertions(+), 20 deletions(-)
83742
83743 commit 399909468204b76769857508e74f802d648ca0a5
83744 Author: Behdad Esfahbod <behdad@behdad.org>
83745 Date:   Sun Aug 26 09:12:25 2018 -0700
83746
83747     [OT] Use relaxed ops for recursing into GSUB/GPOS lookups again
83748
83749  src/hb-ot-layout-gpos-table.hh |  4 ++--
83750  src/hb-ot-layout-gsub-table.hh |  4 ++--
83751  src/hb-ot-layout.cc            | 12 ++++++++++--
83752  src/hb-ot-layout.hh            |  4 ++--
83753  4 files changed, 16 insertions(+), 8 deletions(-)
83754
83755 commit d8c57e85d9981b4c7a11fae4f31100359574cf13
83756 Author: Behdad Esfahbod <behdad@behdad.org>
83757 Date:   Sun Aug 26 09:03:31 2018 -0700
83758
83759     [GDEF] Move code around
83760
83761  src/hb-ot-layout-gdef-table.hh | 118 +-----------------------------------
83762  src/hb-ot-layout.cc            | 134 ++++++++++++++++++++++++++++++++++++++---
83763  src/hb-ot-layout.hh            |  14 +----
83764  3 files changed, 128 insertions(+), 138 deletions(-)
83765
83766 commit 453e0c60b1c87d2cd2527d6d2de673f65458a9fd
83767 Author: Behdad Esfahbod <behdad@behdad.org>
83768 Date:   Sun Aug 26 01:30:52 2018 -0700
83769
83770     Add template keyword
83771     
83772     I swear I have no idea why this is needed, but it is...
83773
83774  src/hb-ot-layout-gsubgpos.hh | 2 +-
83775  1 file changed, 1 insertion(+), 1 deletion(-)
83776
83777 commit c44b0caf0d0cddb7228dcec0b9d25bb62f641abc
83778 Author: Behdad Esfahbod <behdad@behdad.org>
83779 Date:   Sun Aug 26 01:29:30 2018 -0700
83780
83781     Fixup
83782
83783  src/hb-ot-layout-gpos-table.hh | 2 +-
83784  1 file changed, 1 insertion(+), 1 deletion(-)
83785
83786 commit 4096fbe487d90de04020e32e8487295ecd4d8836
83787 Author: Behdad Esfahbod <behdad@behdad.org>
83788 Date:   Sun Aug 26 01:25:54 2018 -0700
83789
83790     [ot-face] Port GDEF to unified table accelerator model as well
83791
83792  src/hb-ot-face.cc              | 108 ----------------------------------
83793  src/hb-ot-face.hh              |   2 +-
83794  src/hb-ot-layout-gdef-table.hh | 129 +++++++++++++++++++++++++++++++++++++++++
83795  src/hb-ot-layout.cc            |  14 ++++-
83796  src/hb-ot-layout.hh            |   5 +-
83797  5 files changed, 147 insertions(+), 111 deletions(-)
83798
83799 commit b929100f8782816c2621715f6c007ecefc419d83
83800 Author: Behdad Esfahbod <behdad@behdad.org>
83801 Date:   Sun Aug 26 01:15:47 2018 -0700
83802
83803     [ot-face] Unify GSUB/GPOS accelerators in the table accelerator framework
83804
83805  src/hb-aat-layout.cc           |  4 +---
83806  src/hb-ot-face.cc              | 40 ++--------------------------------------
83807  src/hb-ot-face.hh              | 25 +++++++++++--------------
83808  src/hb-ot-layout-gpos-table.hh |  2 +-
83809  src/hb-ot-layout-gsub-table.hh |  6 +++---
83810  src/hb-ot-layout-gsubgpos.hh   | 24 +++++++++++++-----------
83811  src/hb-ot-layout.cc            | 33 +++++++++++++++++----------------
83812  src/hb-ot-layout.hh            | 17 +++++++++++++++++
83813  src/hb-ot-shape.cc             |  1 +
83814  9 files changed, 66 insertions(+), 86 deletions(-)
83815
83816 commit 963413fc5454d92621ae83a8d9c9324e404b8166
83817 Author: Behdad Esfahbod <behdad@behdad.org>
83818 Date:   Sun Aug 26 00:47:55 2018 -0700
83819
83820     WIP
83821
83822  src/hb-ot-cmap-table.hh        |  1 -
83823  src/hb-ot-face.hh              | 22 ----------------------
83824  src/hb-ot-layout-gpos-table.hh |  2 ++
83825  src/hb-ot-layout-gsub-table.hh |  2 ++
83826  src/hb-ot-layout-gsubgpos.hh   | 31 ++++++++++++++++++++++++++++++-
83827  src/hb-ot-layout.hh            | 18 +++++++++++++++++-
83828  6 files changed, 51 insertions(+), 25 deletions(-)
83829
83830 commit e6cb9380651c753485f721bd3df523d03be41d91
83831 Author: Behdad Esfahbod <behdad@behdad.org>
83832 Date:   Sun Aug 26 00:21:29 2018 -0700
83833
83834     [ot-face] Unify accelerators and tables
83835
83836  src/hb-machinery.hh     |  4 ++--
83837  src/hb-ot-cmap-table.hh |  3 ++-
83838  src/hb-ot-face.cc       |  6 +++--
83839  src/hb-ot-face.hh       | 58 +++++++++++++------------------------------------
83840  src/hb-ot-font.cc       |  6 ++---
83841  5 files changed, 26 insertions(+), 51 deletions(-)
83842
83843 commit 7f8b6fe67d64b41786edbf8650efb1c0deba573f
83844 Author: Behdad Esfahbod <behdad@behdad.org>
83845 Date:   Sun Aug 26 00:07:12 2018 -0700
83846
83847     Minor
83848
83849  src/hb-ot-face.hh | 1 -
83850  1 file changed, 1 deletion(-)
83851
83852 commit 59bca0d2cb6010bc237afb2255ccda3b8dd0585d
83853 Author: Behdad Esfahbod <behdad@behdad.org>
83854 Date:   Sun Aug 26 00:06:12 2018 -0700
83855
83856     [ot-font] Rename
83857
83858  src/hb-ot-face.hh | 12 ++++++------
83859  src/hb-ot-font.cc | 24 ++++++++++++------------
83860  2 files changed, 18 insertions(+), 18 deletions(-)
83861
83862 commit 1c48a7ef06b82ef9ca013066d1fb3c6fda82aa0c
83863 Author: Behdad Esfahbod <behdad@behdad.org>
83864 Date:   Sat Aug 25 23:54:06 2018 -0700
83865
83866     [ot-font] Cache tables on face, not font
83867
83868  src/hb-ot-cmap-table.hh      |  1 +
83869  src/hb-ot-face.cc            |  2 ++
83870  src/hb-ot-face.hh            | 55 +++++++++++++++++++++++++++-----
83871  src/hb-ot-font.cc            | 75 ++++----------------------------------------
83872  src/hb-ot-layout-gsubgpos.hh |  1 +
83873  src/hb-ot-layout.hh          |  1 -
83874  6 files changed, 58 insertions(+), 77 deletions(-)
83875
83876 commit 71f8893eff56bff651e3df6288becc68ecea6cd1
83877 Author: Behdad Esfahbod <behdad@behdad.org>
83878 Date:   Sat Aug 25 23:27:45 2018 -0700
83879
83880     [ot-font] Use init0
83881
83882  src/hb-ot-font.cc | 18 +++++++++---------
83883  1 file changed, 9 insertions(+), 9 deletions(-)
83884
83885 commit f36ae6f8a82485bbf727f24dfd7da8f32002cad6
83886 Author: Behdad Esfahbod <behdad@behdad.org>
83887 Date:   Sat Aug 25 23:19:34 2018 -0700
83888
83889     [ot-font] Make everything (cmap/metrics) lazy
83890
83891  src/hb-machinery.hh |  5 +++++
83892  src/hb-ot-font.cc   | 51 ++++++++++++++++++++++++++-------------------------
83893  2 files changed, 31 insertions(+), 25 deletions(-)
83894
83895 commit 62fc54725a3863473829f3a3748c9336e4dc0787
83896 Author: Behdad Esfahbod <behdad@behdad.org>
83897 Date:   Sat Aug 25 23:15:52 2018 -0700
83898
83899     [ot-font] Fallback vertical advance to UPEM
83900     
83901     Used to be ascent+descent.  Whatever. This is more convenient for
83902     upcoming changes.
83903
83904  src/hb-ot-font.cc                               | 2 +-
83905  test/shaping/data/in-house/tests/vertical.tests | 2 +-
83906  2 files changed, 2 insertions(+), 2 deletions(-)
83907
83908 commit d950022c8ae3f85546272b38b187d6ed9f5ff16f
83909 Author: Behdad Esfahbod <behdad@behdad.org>
83910 Date:   Sat Aug 25 23:06:37 2018 -0700
83911
83912     Add hb-ot-face.cc/hh
83913
83914  src/Makefile.sources |   2 +
83915  src/hb-ot-face.cc    | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++
83916  src/hb-ot-face.hh    | 144 +++++++++++++++++++++++++++++++++++
83917  src/hb-ot-layout.cc  | 172 ------------------------------------------
83918  src/hb-ot-layout.hh  | 108 +--------------------------
83919  src/hb-ot-math.cc    |   2 +-
83920  src/hb-ot-var.cc     |   2 +-
83921  7 files changed, 355 insertions(+), 281 deletions(-)
83922
83923 commit dae39c58fb63c2211e2842121bbe6d5b8b18651b
83924 Author: Behdad Esfahbod <behdad@behdad.org>
83925 Date:   Sat Aug 25 22:44:39 2018 -0700
83926
83927     [face] Introduce character-map API
83928     
83929     New API:
83930     +hb_face_collect_unicodes
83931     +hb_face_collect_variation_selectors
83932     +hb_face_collect_variation_unicodes
83933
83934  docs/harfbuzz-sections.txt                      |  3 ++
83935  src/hb-face.cc                                  | 61 ++++++++++++++++++++++++-
83936  src/hb-face.h                                   | 19 ++++++++
83937  src/hb-subset.cc                                | 53 ---------------------
83938  src/hb-subset.h                                 | 15 ------
83939  test/api/test-subset-codepoints.c               |  6 +--
83940  test/fuzzing/hb-subset-get-codepoints-fuzzer.cc |  2 +-
83941  7 files changed, 86 insertions(+), 73 deletions(-)
83942
83943 commit 66384db97c439a64d729f9206657d0b37ec0cb32
83944 Author: Behdad Esfahbod <behdad@behdad.org>
83945 Date:   Sat Aug 25 22:39:17 2018 -0700
83946
83947     Minor
83948
83949  src/hb-subset.hh | 3 ++-
83950  1 file changed, 2 insertions(+), 1 deletion(-)
83951
83952 commit c77ae40852aabb1698da9e8d488f75bae2f4e734
83953 Author: Behdad Esfahbod <behdad@behdad.org>
83954 Date:   Sat Aug 25 22:36:36 2018 -0700
83955
83956     Rename hb-*private.hh to hb-*.hh
83957     
83958     Sorry for the noise, downstream custom builders.  Please adjust.
83959
83960  src/Makefile.sources                               | 75 +++++++++++-----------
83961  src/check-includes.sh                              |  8 +--
83962  src/dump-indic-data.cc                             |  2 +-
83963  src/dump-khmer-data.cc                             |  2 +-
83964  src/dump-myanmar-data.cc                           |  2 +-
83965  src/dump-use-data.cc                               |  2 +-
83966  src/gen-indic-table.py                             |  2 +-
83967  src/gen-use-table.py                               |  2 +-
83968  src/hb-aat-layout-ankr-table.hh                    |  2 +-
83969  src/hb-aat-layout-bsln-table.hh                    |  2 +-
83970  ...t-common-private.hh => hb-aat-layout-common.hh} |  8 +--
83971  src/hb-aat-layout-feat-table.hh                    |  2 +-
83972  src/hb-aat-layout-kerx-table.hh                    |  4 +-
83973  src/hb-aat-layout-morx-table.hh                    |  6 +-
83974  src/hb-aat-layout-trak-table.hh                    |  6 +-
83975  src/hb-aat-layout.cc                               |  8 +--
83976  src/{hb-aat-layout-private.hh => hb-aat-layout.hh} | 14 ++--
83977  src/hb-aat-ltag-table.hh                           |  2 +-
83978  src/{hb-atomic-private.hh => hb-atomic.hh}         |  8 +--
83979  src/hb-blob.cc                                     |  4 +-
83980  src/{hb-blob-private.hh => hb-blob.hh}             |  8 +--
83981  src/hb-buffer-deserialize-json.hh                  |  2 +-
83982  src/hb-buffer-deserialize-json.rl                  |  2 +-
83983  src/hb-buffer-deserialize-text.hh                  |  2 +-
83984  src/hb-buffer-deserialize-text.rl                  |  2 +-
83985  src/hb-buffer-serialize.cc                         |  2 +-
83986  src/hb-buffer.cc                                   |  4 +-
83987  src/{hb-buffer-private.hh => hb-buffer.hh}         | 10 +--
83988  src/hb-common.cc                                   |  4 +-
83989  src/hb-coretext.cc                                 |  4 +-
83990  src/hb-debug.hh                                    |  4 +-
83991  src/hb-directwrite.cc                              |  4 +-
83992  src/hb-dsalgs.hh                                   |  2 +-
83993  src/hb-face.cc                                     |  8 +--
83994  src/{hb-face-private.hh => hb-face.hh}             | 12 ++--
83995  src/hb-fallback-shape.cc                           |  2 +-
83996  src/hb-font.cc                                     |  6 +-
83997  src/{hb-font-private.hh => hb-font.hh}             | 12 ++--
83998  src/hb-ft.cc                                       |  6 +-
83999  src/hb-glib.cc                                     |  6 +-
84000  src/hb-gobject-enums.cc.tmpl                       |  2 +-
84001  src/hb-gobject-structs.cc                          |  2 +-
84002  src/hb-graphite2.cc                                |  2 +-
84003  src/hb-icu.cc                                      |  6 +-
84004  src/{hb-iter-private.hh => hb-iter.hh}             |  8 +--
84005  src/{hb-machinery-private.hh => hb-machinery.hh}   | 12 ++--
84006  src/hb-map.cc                                      |  2 +-
84007  src/{hb-map-private.hh => hb-map.hh}               |  8 +--
84008  src/{hb-mutex-private.hh => hb-mutex.hh}           |  8 +--
84009  src/hb-null.hh                                     |  2 +-
84010  src/{hb-object-private.hh => hb-object.hh}         | 14 ++--
84011  src/{hb-open-file-private.hh => hb-open-file.hh}   |  8 +--
84012  src/{hb-open-type-private.hh => hb-open-type.hh}   | 14 ++--
84013  src/hb-ot-cmap-table.hh                            |  4 +-
84014  src/hb-ot-color-cbdt-table.hh                      |  2 +-
84015  src/hb-ot-color-colr-table.hh                      |  2 +-
84016  src/hb-ot-color-cpal-table.hh                      |  2 +-
84017  src/hb-ot-color-sbix-table.hh                      |  2 +-
84018  src/hb-ot-color-svg-table.hh                       |  2 +-
84019  src/hb-ot-color.cc                                 |  6 +-
84020  src/hb-ot-font.cc                                  |  6 +-
84021  src/hb-ot-glyf-table.hh                            |  4 +-
84022  src/hb-ot-hdmx-table.hh                            |  2 +-
84023  src/hb-ot-head-table.hh                            |  2 +-
84024  src/hb-ot-hhea-table.hh                            |  2 +-
84025  src/hb-ot-hmtx-table.hh                            |  2 +-
84026  src/hb-ot-kern-table.hh                            |  2 +-
84027  src/hb-ot-layout-base-table.hh                     |  4 +-
84028  ...ut-common-private.hh => hb-ot-layout-common.hh} | 14 ++--
84029  src/hb-ot-layout-gdef-table.hh                     |  4 +-
84030  src/hb-ot-layout-gpos-table.hh                     |  2 +-
84031  src/hb-ot-layout-gsub-table.hh                     |  2 +-
84032  ...subgpos-private.hh => hb-ot-layout-gsubgpos.hh} | 14 ++--
84033  src/hb-ot-layout-jstf-table.hh                     |  2 +-
84034  src/hb-ot-layout.cc                                |  8 +--
84035  src/{hb-ot-layout-private.hh => hb-ot-layout.hh}   | 16 ++---
84036  src/hb-ot-map.cc                                   |  4 +-
84037  src/{hb-ot-map-private.hh => hb-ot-map.hh}         |  8 +--
84038  src/hb-ot-math-table.hh                            |  4 +-
84039  src/hb-ot-math.cc                                  |  4 +-
84040  src/hb-ot-maxp-table.hh                            |  2 +-
84041  src/hb-ot-name-table.hh                            |  2 +-
84042  src/hb-ot-os2-table.hh                             |  2 +-
84043  src/hb-ot-os2-unicode-ranges.hh                    |  2 +-
84044  src/hb-ot-post-macroman.hh                         |  2 +-
84045  src/hb-ot-post-table.hh                            |  2 +-
84046  src/hb-ot-shape-complex-arabic-fallback.hh         |  4 +-
84047  src/hb-ot-shape-complex-arabic-win1256.hh          |  2 +-
84048  src/hb-ot-shape-complex-arabic.cc                  |  6 +-
84049  ...ic-private.hh => hb-ot-shape-complex-arabic.hh} | 10 +--
84050  src/hb-ot-shape-complex-default.cc                 |  2 +-
84051  src/hb-ot-shape-complex-hangul.cc                  |  2 +-
84052  src/hb-ot-shape-complex-hebrew.cc                  |  2 +-
84053  src/hb-ot-shape-complex-indic-machine.hh           |  2 +-
84054  src/hb-ot-shape-complex-indic-machine.rl           |  2 +-
84055  src/hb-ot-shape-complex-indic-table.cc             |  2 +-
84056  src/hb-ot-shape-complex-indic.cc                   |  4 +-
84057  ...dic-private.hh => hb-ot-shape-complex-indic.hh} | 12 ++--
84058  src/hb-ot-shape-complex-khmer-machine.hh           |  2 +-
84059  src/hb-ot-shape-complex-khmer-machine.rl           |  2 +-
84060  src/hb-ot-shape-complex-khmer.cc                   |  4 +-
84061  ...mer-private.hh => hb-ot-shape-complex-khmer.hh} | 10 +--
84062  src/hb-ot-shape-complex-myanmar-machine.hh         |  2 +-
84063  src/hb-ot-shape-complex-myanmar-machine.rl         |  2 +-
84064  src/hb-ot-shape-complex-myanmar.cc                 |  2 +-
84065  ...r-private.hh => hb-ot-shape-complex-myanmar.hh} | 10 +--
84066  src/hb-ot-shape-complex-thai.cc                    |  2 +-
84067  src/hb-ot-shape-complex-tibetan.cc                 |  2 +-
84068  src/hb-ot-shape-complex-use-machine.hh             |  2 +-
84069  src/hb-ot-shape-complex-use-machine.rl             |  2 +-
84070  src/hb-ot-shape-complex-use-table.cc               |  2 +-
84071  src/hb-ot-shape-complex-use.cc                     |  4 +-
84072  ...x-use-private.hh => hb-ot-shape-complex-use.hh} | 10 +--
84073  ...e-complex-private.hh => hb-ot-shape-complex.hh} | 12 ++--
84074  src/hb-ot-shape-fallback.cc                        |  4 +-
84075  ...fallback-private.hh => hb-ot-shape-fallback.hh} | 10 +--
84076  src/hb-ot-shape-normalize.cc                       |  6 +-
84077  ...rmalize-private.hh => hb-ot-shape-normalize.hh} |  8 +--
84078  src/hb-ot-shape.cc                                 | 20 +++---
84079  src/{hb-ot-shape-private.hh => hb-ot-shape.hh}     | 12 ++--
84080  src/hb-ot-tag.cc                                   |  2 +-
84081  src/hb-ot-var-avar-table.hh                        |  2 +-
84082  src/hb-ot-var-fvar-table.hh                        |  2 +-
84083  src/hb-ot-var-hvar-table.hh                        |  2 +-
84084  src/hb-ot-var-mvar-table.hh                        |  2 +-
84085  src/hb-ot-var.cc                                   |  4 +-
84086  src/{hb-set-digest-private.hh => hb-set-digest.hh} |  8 +--
84087  src/hb-set.cc                                      |  2 +-
84088  src/{hb-set-private.hh => hb-set.hh}               |  8 +--
84089  src/hb-shape-plan.cc                               | 10 +--
84090  src/{hb-shape-plan-private.hh => hb-shape-plan.hh} | 10 +--
84091  src/hb-shape.cc                                    | 12 ++--
84092  ...hb-shaper-impl-private.hh => hb-shaper-impl.hh} | 16 ++---
84093  src/hb-shaper.cc                                   |  6 +-
84094  src/{hb-shaper-private.hh => hb-shaper.hh}         |  8 +--
84095  src/hb-static.cc                                   |  8 +--
84096  src/hb-string-array.hh                             |  2 +-
84097  src/hb-subset-glyf.cc                              |  2 +-
84098  src/hb-subset-glyf.hh                              |  2 +-
84099  src/hb-subset-input.cc                             |  4 +-
84100  src/hb-subset-plan.cc                              |  6 +-
84101  src/hb-subset-plan.hh                              |  6 +-
84102  src/hb-subset.cc                                   |  8 +--
84103  src/{hb-subset-private.hh => hb-subset.hh}         | 10 +--
84104  src/hb-ucdn.cc                                     |  6 +-
84105  src/hb-unicode.cc                                  |  6 +-
84106  src/{hb-unicode-private.hh => hb-unicode.hh}       |  8 +--
84107  src/hb-uniscribe.cc                                |  6 +-
84108  src/{hb-utf-private.hh => hb-utf.hh}               |  8 +--
84109  src/{hb-vector-private.hh => hb-vector.hh}         |  8 +--
84110  src/hb-warning.cc                                  |  6 +-
84111  src/{hb-private.hh => hb.hh}                       | 12 ++--
84112  src/main.cc                                        |  4 +-
84113  src/test-buffer-serialize.cc                       |  2 +-
84114  src/test-size-params.cc                            |  2 +-
84115  src/test-unicode-ranges.cc                         |  2 +-
84116  src/test-would-substitute.cc                       |  2 +-
84117  src/test.cc                                        |  2 +-
84118  test/api/test-common.c                             |  1 -
84119  util/Makefile.am                                   |  4 +-
84120  util/ansi-print.hh                                 |  3 +-
84121  util/hb-subset.cc                                  |  2 +-
84122  util/helper-cairo-ansi.hh                          |  2 +-
84123  util/helper-cairo.hh                               |  2 +-
84124  util/main-font-text.hh                             |  2 +-
84125  util/options.hh                                    |  2 +-
84126  util/shape-consumer.hh                             |  2 +-
84127  util/view-cairo.hh                                 |  2 +-
84128  168 files changed, 452 insertions(+), 455 deletions(-)
84129
84130 commit 82b12bcadd50c9e86bbe82623a1cbc0b4afdd237
84131 Author: Behdad Esfahbod <behdad@behdad.org>
84132 Date:   Sat Aug 25 22:07:17 2018 -0700
84133
84134     [unicode] Add HB_UNICODE_MAX
84135     
84136     New API:
84137     HB_UNICODE_MAX
84138
84139  docs/harfbuzz-sections.txt | 1 +
84140  src/hb-ot-cmap-table.hh    | 8 ++------
84141  src/hb-unicode.h           | 3 +++
84142  3 files changed, 6 insertions(+), 6 deletions(-)
84143
84144 commit b09a0336ca856a2b1040e7fabd5819b64749e308
84145 Author: Behdad Esfahbod <behdad@behdad.org>
84146 Date:   Sat Aug 25 22:04:39 2018 -0700
84147
84148     [cmap] More hb_auto_t<>(...)
84149
84150  src/hb-subset.cc | 12 +++---------
84151  1 file changed, 3 insertions(+), 9 deletions(-)
84152
84153 commit 28634db07e6ecbdb7e59ed8f989212272a97de86
84154 Author: Behdad Esfahbod <behdad@behdad.org>
84155 Date:   Sat Aug 25 21:23:43 2018 -0700
84156
84157     [cmap] Fix skipping gid0 in Format4 collect_unicodes()
84158
84159  src/hb-ot-cmap-table.hh | 20 ++++++++++++++++++--
84160  1 file changed, 18 insertions(+), 2 deletions(-)
84161
84162 commit acce1fa3ea9707d0883cd66397fd187d3268905c
84163 Author: Behdad Esfahbod <behdad@behdad.org>
84164 Date:   Sat Aug 25 21:15:39 2018 -0700
84165
84166     Use new hb_auto_t<> constructor with Coverage::Iter
84167
84168  src/hb-ot-layout-common-private.hh | 65 ++++++++++++++++++++++++--------------
84169  src/hb-ot-layout-gsub-table.hh     | 30 ++++++------------
84170  2 files changed, 52 insertions(+), 43 deletions(-)
84171
84172 commit ddea4d19cf6d64270e14418f02e7ff1f1b9458db
84173 Author: Behdad Esfahbod <behdad@behdad.org>
84174 Date:   Sat Aug 25 21:08:15 2018 -0700
84175
84176     Add 1-param passthrough constructor to hb_auto_t<>
84177     
84178     And use.
84179
84180  src/hb-dsalgs.hh        | 1 +
84181  src/hb-ot-cmap-table.hh | 7 +++----
84182  2 files changed, 4 insertions(+), 4 deletions(-)
84183
84184 commit c8cfb702e96bf4e89495fcc56f965c88bfa77dca
84185 Author: Behdad Esfahbod <behdad@behdad.org>
84186 Date:   Sat Aug 25 16:14:32 2018 -0700
84187
84188     [cmap] Minor
84189
84190  src/hb-ot-cmap-table.hh | 8 +++++---
84191  1 file changed, 5 insertions(+), 3 deletions(-)
84192
84193 commit 1dcf5fb038e7c2d3d03a50c4cd9869a922f9adf7
84194 Author: Behdad Esfahbod <behdad@behdad.org>
84195 Date:   Sat Aug 25 16:11:26 2018 -0700
84196
84197     [cmap Add hb_subset_collect_variation_unicodes()
84198     
84199     To be moved to hb-face.h later.
84200
84201  src/hb-ot-cmap-table.hh | 59 +++++++++++++++++++++++++++++++++++++++++--------
84202  src/hb-subset.cc        | 25 ++++++++++++++++++++-
84203  src/hb-subset.h         | 10 +++++++--
84204  3 files changed, 82 insertions(+), 12 deletions(-)
84205
84206 commit 4806b3800d77603c203e8bb2e88baeb2b3a14f05
84207 Author: Behdad Esfahbod <behdad@behdad.org>
84208 Date:   Sat Aug 25 15:56:07 2018 -0700
84209
84210     [cmap] Add hb_subset_collect_variation_selectors()
84211     
84212     To be moved to hb-face later.
84213
84214  src/hb-ot-cmap-table.hh | 20 ++++++++++++++++----
84215  src/hb-subset.cc        | 30 ++++++++++++++++++++++++++----
84216  src/hb-subset.h         |  8 +++++++-
84217  3 files changed, 49 insertions(+), 9 deletions(-)
84218
84219 commit 3336de24790ac1a12852ac2a3e2fff4d6bb19bc7
84220 Author: Behdad Esfahbod <behdad@behdad.org>
84221 Date:   Sat Aug 25 15:41:25 2018 -0700
84222
84223     [cmap] Remove unused code
84224
84225  src/hb-ot-cmap-table.hh | 10 ----------
84226  1 file changed, 10 deletions(-)
84227
84228 commit 1becabe06c0c58aaf69a9ba641508e77a60f3451
84229 Author: Behdad Esfahbod <behdad@behdad.org>
84230 Date:   Sat Aug 25 15:37:56 2018 -0700
84231
84232     [cmap] Use bsearch to find subtables
84233
84234  src/hb-ot-cmap-table.hh                       | 5 +----
84235  test/shaping/data/in-house/tests/fuzzed.tests | 2 +-
84236  2 files changed, 2 insertions(+), 5 deletions(-)
84237
84238 commit 02fe03e09a3258e07d2d6749990f6d31dd2a8525
84239 Author: Behdad Esfahbod <behdad@behdad.org>
84240 Date:   Sat Aug 25 15:33:05 2018 -0700
84241
84242     [cmap] Factor out find_best_subtable
84243
84244  src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++++--------------------
84245  1 file changed, 31 insertions(+), 21 deletions(-)
84246
84247 commit b41c43b4e112bfa38fef35694842f242c28a7da2
84248 Author: Behdad Esfahbod <behdad@behdad.org>
84249 Date:   Sat Aug 25 15:25:03 2018 -0700
84250
84251     Minor
84252
84253  src/hb-ot-cmap-table.hh | 48 ++++++++++++++++++++++++++----------------------
84254  1 file changed, 26 insertions(+), 22 deletions(-)
84255
84256 commit 7d382fa276f44b7b163e98d434cc79f958bf87fb
84257 Author: Behdad Esfahbod <behdad@behdad.org>
84258 Date:   Sat Aug 25 09:35:45 2018 -0700
84259
84260     [cmap] Implement collect_unicodes() for Format0/6/10
84261
84262  src/hb-ot-cmap-table.hh | 23 +++++++++++++++++++----
84263  1 file changed, 19 insertions(+), 4 deletions(-)
84264
84265 commit bd0e542525d41d9ebe51cbcab8151d65eb984b2e
84266 Author: Behdad Esfahbod <behdad@behdad.org>
84267 Date:   Sat Aug 25 09:33:30 2018 -0700
84268
84269     [cmap] Simplify collect_unicodes()
84270     
84271     Don't use accelerator (almost).  Hooks up Format13 as well.
84272
84273  src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++----------------------
84274  1 file changed, 29 insertions(+), 23 deletions(-)
84275
84276 commit d60c465627d76fcfbeb37d6b8f9382f3b84ace6e
84277 Author: Behdad Esfahbod <behdad@behdad.org>
84278 Date:   Sat Aug 25 08:47:06 2018 -0700
84279
84280     Rename get_all_codepoints() to collect_unicodes()
84281
84282  src/hb-ot-cmap-table.hh                         | 26 ++++++++++++-------------
84283  src/hb-subset.cc                                |  6 +++---
84284  src/hb-subset.h                                 |  4 ++--
84285  test/api/test-subset-codepoints.c               | 18 ++++++++---------
84286  test/fuzzing/hb-subset-get-codepoints-fuzzer.cc |  2 +-
84287  5 files changed, 28 insertions(+), 28 deletions(-)
84288
84289 commit 531051b8b904cf4eb6a50bacebc11c2d85e40140
84290 Author: Behdad Esfahbod <behdad@behdad.org>
84291 Date:   Sat Aug 25 08:44:18 2018 -0700
84292
84293     [ot-font] Return char-not-found if mapped to gid 0
84294     
84295     OpenType cmap table can use gid=0 to mean "not covered" to produce
84296     more optimized cmap subtables.  Return false from get_nominal_glyph()
84297     for those.  hb-ft already does this.
84298
84299  src/hb-ot-cmap-table.hh | 8 ++++----
84300  1 file changed, 4 insertions(+), 4 deletions(-)
84301
84302 commit aadb2a9188f143126392c0b0f139326dcf7f9c8d
84303 Author: Behdad Esfahbod <behdad@behdad.org>
84304 Date:   Sat Aug 25 08:18:53 2018 -0700
84305
84306     Add face-builder
84307     
84308     New API:
84309     +hb_face_builder_create
84310     +hb_face_builder_add_table
84311
84312  docs/harfbuzz-sections.txt |   5 +-
84313  src/hb-face.cc             | 149 +++++++++++++++++++++++++++++++++++++++++++++
84314  src/hb-face.h              |  14 +++++
84315  src/hb-subset-plan.cc      |   2 +-
84316  src/hb-subset-plan.hh      |   2 +-
84317  src/hb-subset-private.hh   |   7 ---
84318  src/hb-subset.cc           | 129 ---------------------------------------
84319  7 files changed, 169 insertions(+), 139 deletions(-)
84320
84321 commit 6cac9dc9ccb76945e9dfacafc169afad4a6e1e88
84322 Author: Behdad Esfahbod <behdad@behdad.org>
84323 Date:   Fri Aug 24 10:29:45 2018 -0700
84324
84325     [blob] Add as_bytes()
84326
84327  src/hb-blob-private.hh | 4 ++++
84328  1 file changed, 4 insertions(+)
84329
84330 commit 29a9a0883877c598413de78cd0c61f07bc393b2c
84331 Author: Behdad Esfahbod <behdad@behdad.org>
84332 Date:   Fri Aug 24 10:24:45 2018 -0700
84333
84334     [sanitize] Document how sanitize machinery works
84335
84336  src/hb-machinery-private.hh | 62 +++++++++++++++++++++++++++++++++++++++++++++
84337  1 file changed, 62 insertions(+)
84338
84339 commit 142ac5a6be6088771e0ee4b135ba753c80036a9a
84340 Author: Behdad Esfahbod <behdad@behdad.org>
84341 Date:   Fri Aug 24 10:07:49 2018 -0700
84342
84343     [serialize] Add copy_bytes() and copy_blob()
84344
84345  src/hb-dsalgs.hh            |  3 +++
84346  src/hb-machinery-private.hh | 21 ++++++++++++++++++++-
84347  2 files changed, 23 insertions(+), 1 deletion(-)
84348
84349 commit 1c6b3693245d38103cab224d75262d45dc88c71c
84350 Author: Behdad Esfahbod <behdad@behdad.org>
84351 Date:   Wed Aug 15 20:12:25 2018 -0700
84352
84353     [ot] Rename hb_ot_layout_t to hb_ot_face_data_t
84354
84355  src/hb-aat-layout.cc                 |  17 +-----
84356  src/hb-ot-color.cc                   |   6 +--
84357  src/hb-ot-layout-gpos-table.hh       |   6 +--
84358  src/hb-ot-layout-gsub-table.hh       |   8 ++-
84359  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
84360  src/hb-ot-layout-private.hh          |  12 ++---
84361  src/hb-ot-layout.cc                  | 100 +++++++++++++++++------------------
84362  src/hb-ot-math.cc                    |   2 +-
84363  src/hb-ot-shape.cc                   |   5 +-
84364  src/hb-ot-var.cc                     |   4 +-
84365  10 files changed, 71 insertions(+), 91 deletions(-)
84366
84367 commit 27c32d8afbdf5b587b14f3b194f79882680348ba
84368 Author: Michiharu Ariza <ariza@adobe.com>
84369 Date:   Wed Aug 22 11:36:39 2018 -0700
84370
84371     fixed "Fixed" number decoding
84372
84373  src/hb-cff-interp-common-private.hh    | 11 ++++++++++-
84374  src/hb-cff-interp-cs-common-private.hh |  4 ++--
84375  2 files changed, 12 insertions(+), 3 deletions(-)
84376
84377 commit 811a651bbd3f1bda7ed8eaee9af8e9dbbc8f80de
84378 Author: Michiharu Ariza <ariza@adobe.com>
84379 Date:   Mon Aug 20 14:04:46 2018 -0700
84380
84381     fixed bugs with empty CFFIndex, fullset FDMap
84382
84383  src/hb-ot-cff-common-private.hh | 21 ++++++++++++++++++---
84384  1 file changed, 18 insertions(+), 3 deletions(-)
84385
84386 commit 5cde2f55cd2f8917954f3a3f60bd571c86b3aa59
84387 Author: Michiharu Ariza <ariza@adobe.com>
84388 Date:   Fri Aug 17 16:50:13 2018 -0700
84389
84390     drop hints from CFF & CFF2 Private
84391
84392  src/hb-cff-interp-dict-common-private.hh | 24 ++++++++++++++
84393  src/hb-subset-cff1.cc                    | 53 +++++++++++++++++++++++++++---
84394  src/hb-subset-cff2.cc                    | 55 +++++++++++++++++++++++++++++---
84395  3 files changed, 123 insertions(+), 9 deletions(-)
84396
84397 commit cef75ea41a513a612a683bced27ced31761204b5
84398 Author: Michiharu Ariza <ariza@adobe.com>
84399 Date:   Fri Aug 17 13:13:18 2018 -0700
84400
84401     Added CFF2 Subr nullifier
84402     
84403     along with CFF2 charstring interpreter
84404     factored out common code between CFF1 & CFF2 to CSInterpreter
84405     moved fetch_op from Interpreter to InterpEnv
84406     misc code clean up & bug fixes
84407
84408  src/Makefile.sources                     |  1 +
84409  src/hb-cff-interp-common-private.hh      | 44 +++++++--------
84410  src/hb-cff-interp-cs-common-private.hh   | 95 +++++++++++++++++++++++++++++--
84411  src/hb-cff-interp-dict-common-private.hh |  3 +-
84412  src/hb-cff1-interp-cs.hh                 | 82 ---------------------------
84413  src/hb-cff2-interp-cs.hh                 | 97 ++++++++++++++++++++++++++++++++
84414  src/hb-ot-cff-common-private.hh          |  4 ++
84415  src/hb-ot-cff2-table.hh                  |  7 ++-
84416  src/hb-subset-cff1.cc                    |  1 +
84417  src/hb-subset-cff2.cc                    | 62 ++++++++++++++++++--
84418  10 files changed, 278 insertions(+), 118 deletions(-)
84419
84420 commit f57d6bcbca276cec54d1e5308c308265e8e983b9
84421 Author: Michiharu Ariza <ariza@adobe.com>
84422 Date:   Thu Aug 16 08:03:46 2018 -0700
84423
84424     renamed CFF::Index to CFF::CFFIndex
84425     
84426     to avoid confusion with OT::Index
84427
84428  src/hb-ot-cff-common-private.hh | 38 +++++++++++++++++++-------------------
84429  src/hb-ot-cff1-table.hh         |  4 ++--
84430  src/hb-ot-cff2-table.hh         |  2 +-
84431  src/hb-subset-cff2.cc           |  4 ++--
84432  4 files changed, 24 insertions(+), 24 deletions(-)
84433
84434 commit c4ae426a3d3f9411b94d35745ca0e14677cd7bdb
84435 Author: Michiharu Ariza <ariza@adobe.com>
84436 Date:   Thu Aug 16 00:59:46 2018 -0700
84437
84438     treat h/vstem the same as h/vstemhm
84439
84440  src/hb-cff1-interp-cs.hh | 4 +---
84441  1 file changed, 1 insertion(+), 3 deletions(-)
84442
84443 commit e67bb3fbcf39385ea1db136aeca61291364fb75b
84444 Author: Michiharu Ariza <ariza@adobe.com>
84445 Date:   Thu Aug 16 00:25:57 2018 -0700
84446
84447     renamed OT::cff to OT::cff1 for consistency
84448     
84449     along with HB_OT_TAG_cff1
84450
84451  src/hb-ot-cff1-table.hh | 14 +++++++-------
84452  src/hb-subset-cff1.cc   | 16 ++++++++--------
84453  src/hb-subset.cc        |  4 ++--
84454  3 files changed, 17 insertions(+), 17 deletions(-)
84455
84456 commit fdbfa1848b2f279c0f7a885bc1a985fa3375cfcd
84457 Author: Michiharu Ariza <ariza@adobe.com>
84458 Date:   Thu Aug 16 00:13:09 2018 -0700
84459
84460     renamed CFF version 1 structs and sources to CFF1 from CFF
84461     
84462     "CFF" is used for shared structs & sources between CFF1 & CFF2
84463     except OT:cff is for CFF version 1 table
84464
84465  src/Makefile.sources                              |   8 +-
84466  src/{hb-cff-interp-cs.hh => hb-cff1-interp-cs.hh} |  22 ++--
84467  src/{hb-ot-cff-table.hh => hb-ot-cff1-table.hh}   | 150 +++++++++++-----------
84468  src/hb-ot-font.cc                                 |   2 +-
84469  src/{hb-subset-cff.cc => hb-subset-cff1.cc}       |  86 ++++++-------
84470  src/{hb-subset-cff.hh => hb-subset-cff1.hh}       |   8 +-
84471  src/hb-subset.cc                                  |   2 +-
84472  7 files changed, 139 insertions(+), 139 deletions(-)
84473
84474 commit 867f68bd8a74634ac6220bd76c8bafe3e2226041
84475 Author: Michiharu Ariza <ariza@adobe.com>
84476 Date:   Wed Aug 15 15:53:50 2018 -0700
84477
84478     fix build attempt ^7
84479
84480  src/hb-subset-cff2.cc | 4 ++--
84481  1 file changed, 2 insertions(+), 2 deletions(-)
84482
84483 commit 685db67bb07505729fdb997129ffd068bbe3c40d
84484 Author: Michiharu Ariza <ariza@adobe.com>
84485 Date:   Wed Aug 15 15:45:17 2018 -0700
84486
84487     fix build attempt ^6
84488
84489  src/hb-subset-cff2.cc | 6 ++++--
84490  1 file changed, 4 insertions(+), 2 deletions(-)
84491
84492 commit 2810caafeb9a621d53653f454dab0fa3e7f5c4a3
84493 Author: Michiharu Ariza <ariza@adobe.com>
84494 Date:   Wed Aug 15 15:30:24 2018 -0700
84495
84496     fix build attempt ^5
84497
84498  src/hb-subset-cff2.cc | 4 ++--
84499  1 file changed, 2 insertions(+), 2 deletions(-)
84500
84501 commit 25b8310b2a3e074c9d1d723ab6d10a29f8d189be
84502 Merge: 7aa23f359 22defe096
84503 Author: Michiharu Ariza <ariza@adobe.com>
84504 Date:   Wed Aug 15 15:00:55 2018 -0700
84505
84506     Merge branch 'master' into cff-subset
84507
84508 commit 7aa23f3597e4783b88ad526021cc4cafc05395f2
84509 Author: Michiharu Ariza <ariza@adobe.com>
84510 Date:   Wed Aug 15 15:00:32 2018 -0700
84511
84512     fix build attempt ^4
84513
84514  src/hb-cff-interp-cs.hh | 10 +++++-----
84515  src/hb-subset-cff.cc    |  2 +-
84516  2 files changed, 6 insertions(+), 6 deletions(-)
84517
84518 commit 270452a44653773b3dc584729ec438ff922e2739
84519 Author: Michiharu Ariza <ariza@adobe.com>
84520 Date:   Wed Aug 15 13:15:08 2018 -0700
84521
84522     fix build attempt ^3
84523
84524  src/hb-cff-interp-common-private.hh    | 2 --
84525  src/hb-cff-interp-cs-common-private.hh | 1 +
84526  src/hb-cff-interp-cs.hh                | 1 +
84527  src/hb-subset-cff.cc                   | 2 +-
84528  4 files changed, 3 insertions(+), 3 deletions(-)
84529
84530 commit c234839f25e68700c3489c55fda2773f2e00eecb
84531 Author: Michiharu Ariza <ariza@adobe.com>
84532 Date:   Wed Aug 15 13:04:43 2018 -0700
84533
84534     fix build attempt ^2
84535
84536  src/hb-cff-interp-common-private.hh      | 2 ++
84537  src/hb-cff-interp-cs-common-private.hh   | 6 +++---
84538  src/hb-cff-interp-cs.hh                  | 6 +++---
84539  src/hb-cff-interp-dict-common-private.hh | 6 +++---
84540  src/hb-subset-cff.cc                     | 6 +++---
84541  5 files changed, 14 insertions(+), 12 deletions(-)
84542
84543 commit eab07e713a67da2c5b368c59808f7e2db1cf0b0b
84544 Author: Michiharu Ariza <ariza@adobe.com>
84545 Date:   Wed Aug 15 12:15:55 2018 -0700
84546
84547     fix build
84548
84549  src/Makefile.sources | 8 ++++----
84550  1 file changed, 4 insertions(+), 4 deletions(-)
84551
84552 commit 633ce88de93f5c565ee7fb8acdbd93c57779524b
84553 Author: Michiharu Ariza <ariza@adobe.com>
84554 Date:   Wed Aug 15 12:00:19 2018 -0700
84555
84556     CFF Subrs subsetting
84557     
84558     Unreferenced subroutines are nullified (not removed) in a subset font
84559     
84560     Separate Interpreter struct from hb-ot-cff-common-private.hh in a set of four header files, augmented for CharString (CS):
84561     hb-cff-interp-common-private.hh
84562     hb-cff-interp-dict-common-private.hh
84563     hb-cff-interp-cs-common-private.hh
84564     hb-cff-interp-cs.hh
84565     
84566     Interpreter runtime is separated off as a new struct InterpEnv sub-classed differently for Dict and CharString (CS)
84567
84568  src/Makefile.sources                     |   8 +-
84569  src/hb-cff-interp-common-private.hh      | 581 +++++++++++++++++++++++++++++++
84570  src/hb-cff-interp-cs-common-private.hh   | 174 +++++++++
84571  src/hb-cff-interp-cs.hh                  | 282 +++++++++++++++
84572  src/hb-cff-interp-dict-common-private.hh | 183 ++++++++++
84573  src/hb-ot-cff-common-private.hh          | 562 ++----------------------------
84574  src/hb-ot-cff-table.hh                   | 165 ++++-----
84575  src/hb-ot-cff2-table.hh                  | 147 ++++----
84576  src/hb-subset-cff-common-private.hh      |  83 +++++
84577  src/hb-subset-cff.cc                     | 118 +++++--
84578  src/hb-subset-cff2.cc                    |  38 +-
84579  11 files changed, 1585 insertions(+), 756 deletions(-)
84580
84581 commit 22defe0965adddaa09eebc13df7fa6c64e2abba3
84582 Author: Emil A Eklund <eae@chromium.org>
84583 Date:   Tue Aug 14 14:47:20 2018 -0700
84584
84585     Add guard around free_static_C_locale
84586     
84587     Add HB_USE_ATEXIT guard around free_static_C_locale missed by previous
84588     commit.
84589
84590  src/hb-common.cc | 3 ++-
84591  1 file changed, 2 insertions(+), 1 deletion(-)
84592
84593 commit 7112c6413ca7a1773847fe258145cc5162420953
84594 Author: Emil A Eklund <eae@chromium.org>
84595 Date:   Tue Aug 14 13:50:24 2018 -0700
84596
84597     Guard free_static function definitions with macro
84598     
84599     Add HB_USE_ATEXIT macros around free_static function definitions to
84600     avoid unused function compiler warnings/errors.
84601
84602  src/hb-ft.cc      | 5 ++++-
84603  src/hb-glib.cc    | 3 ++-
84604  src/hb-icu.cc     | 3 ++-
84605  src/hb-ot-font.cc | 3 ++-
84606  src/hb-shape.cc   | 4 +++-
84607  src/hb-shaper.cc  | 3 ++-
84608  6 files changed, 15 insertions(+), 6 deletions(-)
84609
84610 commit 63be5dcdde61275822d931b2924425478bc1dac1
84611 Author: Behdad Esfahbod <behdad@behdad.org>
84612 Date:   Tue Aug 14 10:59:34 2018 -0700
84613
84614     1.8.8
84615
84616  NEWS             | 18 ++++++++++++++++++
84617  configure.ac     |  2 +-
84618  src/hb-version.h |  4 ++--
84619  3 files changed, 21 insertions(+), 3 deletions(-)
84620
84621 commit c9a22fa124310c98c73b8d7b495ed354542a75de
84622 Author: Behdad Esfahbod <behdad@behdad.org>
84623 Date:   Mon Aug 13 17:02:21 2018 -0700
84624
84625     [icu] Pass normalizer instance down as user_data
84626
84627  src/hb-icu.cc | 23 +++++++++--------------
84628  1 file changed, 9 insertions(+), 14 deletions(-)
84629
84630 commit f0ef096b8cab33aa9e26edba9b15696bf907e268
84631 Author: Behdad Esfahbod <behdad@behdad.org>
84632 Date:   Mon Aug 13 10:30:41 2018 -0700
84633
84634     Don't add reference in get_unicode_funcs() functions
84635     
84636     Users don't expect a new reference returned from a get() function.
84637     Indeed, all users of that API I foud where NOT destroying the reference.
84638     Just change the implementations to NOT return a reference.
84639     
84640     This applies to the following APIs:
84641     hb_unicode_funcs_get_default()
84642     hb_glib_get_unicode_funcs()
84643     hb_icu_get_unicode_funcs()
84644     
84645     Fixes https://github.com/harfbuzz/harfbuzz/issues/1134
84646
84647  src/hb-buffer.cc | 3 +--
84648  src/hb-glib.cc   | 2 +-
84649  src/hb-icu.cc    | 2 +-
84650  src/hb-ucdn.cc   | 2 +-
84651  4 files changed, 4 insertions(+), 5 deletions(-)
84652
84653 commit 9bbd1cdf068635f4a737f1fc9ab54ba075601a5d
84654 Author: Behdad Esfahbod <behdad@behdad.org>
84655 Date:   Sun Aug 12 18:20:53 2018 -0700
84656
84657     [uniscribe] Use lazy loader
84658     
84659     Fixes https://github.com/harfbuzz/harfbuzz/issues/1129
84660
84661  src/hb-uniscribe.cc | 56 +++++++++++++++++++++++++++--------------------------
84662  1 file changed, 29 insertions(+), 27 deletions(-)
84663
84664 commit 266368993625e0cfb6eef9188f8b9aa29fb97391
84665 Author: Behdad Esfahbod <behdad@behdad.org>
84666 Date:   Sun Aug 12 18:10:59 2018 -0700
84667
84668     Another clang bot fix
84669
84670  src/hb-shape.cc | 2 +-
84671  1 file changed, 1 insertion(+), 1 deletion(-)
84672
84673 commit 989e71a982658145f28f83f2111bdab9561f3db0
84674 Author: Behdad Esfahbod <behdad@behdad.org>
84675 Date:   Sun Aug 12 17:47:59 2018 -0700
84676
84677     Silence clang
84678
84679  src/hb-machinery-private.hh | 2 +-
84680  1 file changed, 1 insertion(+), 1 deletion(-)
84681
84682 commit 6750ec692cdd682bd33cb1c37b137cf3bb641d43
84683 Author: Behdad Esfahbod <behdad@behdad.org>
84684 Date:   Sun Aug 12 17:42:16 2018 -0700
84685
84686     [lazy] Use for C_locale
84687
84688  src/hb-common.cc | 60 ++++++++++++++++++++++++++++----------------------------
84689  1 file changed, 30 insertions(+), 30 deletions(-)
84690
84691 commit 747d2564e6bdcc15cf6a197e543fb732924159c5
84692 Author: Behdad Esfahbod <behdad@behdad.org>
84693 Date:   Sun Aug 12 17:32:10 2018 -0700
84694
84695     [lazy] Port more
84696
84697  src/hb-machinery-private.hh |  1 -
84698  src/hb-shaper.cc            | 78 ++++++++++++++++++++-------------------------
84699  src/hb-uniscribe.cc         |  3 +-
84700  3 files changed, 37 insertions(+), 45 deletions(-)
84701
84702 commit 7bd508a0c4ce426f474bfcc729cb39207dd1f7b4
84703 Author: Behdad Esfahbod <behdad@behdad.org>
84704 Date:   Sun Aug 12 17:19:55 2018 -0700
84705
84706     [lazy] Rename free()
84707
84708  src/hb-ft.cc                | 4 ++--
84709  src/hb-glib.cc              | 2 +-
84710  src/hb-icu.cc               | 2 +-
84711  src/hb-machinery-private.hh | 4 ++--
84712  src/hb-ot-font.cc           | 2 +-
84713  src/hb-shape.cc             | 6 +++---
84714  src/hb-ucdn.cc              | 2 +-
84715  7 files changed, 11 insertions(+), 11 deletions(-)
84716
84717 commit a3b97db910662e26bafe6e6bc1c36b437f4ed931
84718 Author: Behdad Esfahbod <behdad@behdad.org>
84719 Date:   Sun Aug 12 17:14:32 2018 -0700
84720
84721     [lazy] Port more to it
84722
84723  src/hb-shape.cc | 75 +++++++++++++++++++++++++++++----------------------------
84724  1 file changed, 38 insertions(+), 37 deletions(-)
84725
84726 commit 6901090945d7e16102f3a2b168465434032b9a09
84727 Author: Behdad Esfahbod <behdad@behdad.org>
84728 Date:   Sun Aug 12 16:57:06 2018 -0700
84729
84730     [lazy] Make hb_lazy_loader_t<> more usable
84731
84732  src/hb-ft.cc                |  7 +++---
84733  src/hb-machinery-private.hh | 57 +++++++++++++++++++++++++++------------------
84734  2 files changed, 37 insertions(+), 27 deletions(-)
84735
84736 commit bb905e9afcc3eb28a22ba78c09e661a814d04c1f
84737 Author: Behdad Esfahbod <behdad@behdad.org>
84738 Date:   Sun Aug 12 16:40:08 2018 -0700
84739
84740     [lazy] Minor
84741
84742  src/hb-machinery-private.hh | 36 ++++++++++++++++++------------------
84743  src/hb-ot-font.cc           |  8 ++++----
84744  2 files changed, 22 insertions(+), 22 deletions(-)
84745
84746 commit 3945cd78a96bdd287e203a0261bac490df1314b0
84747 Author: Behdad Esfahbod <behdad@behdad.org>
84748 Date:   Sun Aug 12 16:33:48 2018 -0700
84749
84750     Minor
84751
84752  src/hb-machinery-private.hh | 4 ----
84753  1 file changed, 4 deletions(-)
84754
84755 commit c21a1b95dffedb6ed66b384f4adf07e6d05d4b9f
84756 Author: Behdad Esfahbod <behdad@behdad.org>
84757 Date:   Sun Aug 12 16:30:39 2018 -0700
84758
84759     [icu] Use get_relaxed for normalizer access
84760     
84761     We've had the proper barriers already.  No need for more with every access.
84762
84763  src/hb-icu.cc | 4 ++--
84764  1 file changed, 2 insertions(+), 2 deletions(-)
84765
84766 commit 125fefa2a6b23cf7eb4559904b23aff3731d5dba
84767 Author: Behdad Esfahbod <behdad@behdad.org>
84768 Date:   Sun Aug 12 16:29:41 2018 -0700
84769
84770     [icu] Fix for breakage after recent change
84771
84772  src/hb-icu.cc | 10 ++++++++++
84773  1 file changed, 10 insertions(+)
84774
84775 commit 53442be1edc73993bdcaffc4b895c07f1ea03ba0
84776 Author: Behdad Esfahbod <behdad@behdad.org>
84777 Date:   Sun Aug 12 16:20:11 2018 -0700
84778
84779     [lazy] Use for ft_library
84780
84781  src/hb-ft.cc                | 61 ++++++++++++++++++++++-----------------------
84782  src/hb-glib.cc              |  2 +-
84783  src/hb-icu.cc               |  2 +-
84784  src/hb-machinery-private.hh |  2 +-
84785  src/hb-ot-font.cc           |  2 +-
84786  src/hb-ucdn.cc              |  2 +-
84787  6 files changed, 35 insertions(+), 36 deletions(-)
84788
84789 commit 7a8d480378af4094645dfb1527a61a94b4786b54
84790 Author: Behdad Esfahbod <behdad@behdad.org>
84791 Date:   Sun Aug 12 16:00:13 2018 -0700
84792
84793     [lazy] Add .free()
84794
84795  src/hb-ft.cc                | 2 +-
84796  src/hb-glib.cc              | 2 +-
84797  src/hb-icu.cc               | 2 +-
84798  src/hb-machinery-private.hh | 4 ++++
84799  src/hb-ot-font.cc           | 2 +-
84800  src/hb-ucdn.cc              | 2 +-
84801  6 files changed, 9 insertions(+), 5 deletions(-)
84802
84803 commit c7ca30a5337cb660e650d51ddd17d389909357c2
84804 Author: Behdad Esfahbod <behdad@behdad.org>
84805 Date:   Sun Aug 12 13:46:53 2018 -0700
84806
84807     [ot/ft] Port font_funcs statis to lazy-loader
84808
84809  src/hb-ft.cc                | 56 ++++++++++++++++++++++-----------------------
84810  src/hb-machinery-private.hh | 14 ++++++++++++
84811  src/hb-ot-font.cc           | 49 +++++++++++++++++----------------------
84812  3 files changed, 62 insertions(+), 57 deletions(-)
84813
84814 commit cb3fc3685c03c8ed07bcf05188f5d6c582fd5aaa
84815 Author: Behdad Esfahbod <behdad@behdad.org>
84816 Date:   Sun Aug 12 13:39:01 2018 -0700
84817
84818     [ucdn/glib/icu] Port unicode_funcs statics to lazy-loader
84819
84820  src/hb-glib.cc              | 50 ++++++++++++++++++--------------------
84821  src/hb-icu.cc               | 59 ++++++++++++++++-----------------------------
84822  src/hb-machinery-private.hh | 28 ++++++++++++++++-----
84823  src/hb-ucdn.cc              | 51 +++++++++++++++++----------------------
84824  4 files changed, 88 insertions(+), 100 deletions(-)
84825
84826 commit 1b6b481262465ae1865c66c4d499b4b2c8d297fb
84827 Author: Behdad Esfahbod <behdad@behdad.org>
84828 Date:   Sun Aug 12 13:16:40 2018 -0700
84829
84830     [lazy] Allow calling fini() multiple times
84831
84832  src/hb-machinery-private.hh | 9 ++++++++-
84833  1 file changed, 8 insertions(+), 1 deletion(-)
84834
84835 commit 918ad9f5d9b85384f24157523272a4ffc1927d16
84836 Author: Behdad Esfahbod <behdad@behdad.org>
84837 Date:   Sun Aug 12 13:12:29 2018 -0700
84838
84839     [lazy] More
84840
84841  src/hb-machinery-private.hh | 45 +++++++++++++++++++++++++++++++++++++--------
84842  1 file changed, 37 insertions(+), 8 deletions(-)
84843
84844 commit 5abdf5eebadf9a4fbd50c1a893c9654de74d22ac
84845 Author: Behdad Esfahbod <behdad@behdad.org>
84846 Date:   Sun Aug 12 12:40:24 2018 -0700
84847
84848     [lazy] More shuffle
84849
84850  src/hb-machinery-private.hh | 80 +++++++++++++++++++--------------------------
84851  1 file changed, 34 insertions(+), 46 deletions(-)
84852
84853 commit 5d9863be6ecf873033cbab732207dd420f3866e7
84854 Author: Behdad Esfahbod <behdad@behdad.org>
84855 Date:   Sun Aug 12 12:27:47 2018 -0700
84856
84857     Minor
84858
84859  src/hb-machinery-private.hh | 6 ++++--
84860  src/hb-ot-layout-private.hh | 2 +-
84861  2 files changed, 5 insertions(+), 3 deletions(-)
84862
84863 commit f9a3eab81008c01a458d16f274b1a0eaaae00e7c
84864 Author: Behdad Esfahbod <behdad@behdad.org>
84865 Date:   Sun Aug 12 12:21:56 2018 -0700
84866
84867     Add explicit_operator
84868     
84869     Fixes https://github.com/harfbuzz/harfbuzz/issues/1127
84870
84871  src/hb-iter-private.hh |  2 +-
84872  src/hb-private.hh      | 15 ++++++++++++++-
84873  2 files changed, 15 insertions(+), 2 deletions(-)
84874
84875 commit 470acb6c322fc64556d59847d829d95caa2d51e6
84876 Author: Behdad Esfahbod <behdad@behdad.org>
84877 Date:   Sun Aug 12 12:09:20 2018 -0700
84878
84879     Rename
84880
84881  src/hb-machinery-private.hh | 19 ++++++++++++-------
84882  1 file changed, 12 insertions(+), 7 deletions(-)
84883
84884 commit 39607dc98e433ef577c1de0f309ce40fc40529be
84885 Author: Martin Hosken <martin_hosken@sil.org>
84886 Date:   Thu Aug 9 15:16:32 2018 +0700
84887
84888     Support _ in feature ids
84889
84890  src/hb-common.cc | 2 +-
84891  1 file changed, 1 insertion(+), 1 deletion(-)
84892
84893 commit a3a8c85b027779365bb33e2063221b4650fbac3b
84894 Merge: 145f371d7 652cd45c6
84895 Author: Michiharu Ariza <ariza@adobe.com>
84896 Date:   Fri Aug 10 13:41:42 2018 -0700
84897
84898     Merge branch 'master' into cff-subset
84899
84900 commit 145f371d71965b86635025c73117db0e24f2df75
84901 Author: Michiharu Ariza <ariza@adobe.com>
84902 Date:   Fri Aug 10 13:07:53 2018 -0700
84903
84904     fixed TRACE build failure
84905
84906  src/hb-ot-cff-common-private.hh | 2 +-
84907  1 file changed, 1 insertion(+), 1 deletion(-)
84908
84909 commit a97ed342d18bdb262400c8ab6501df110fe4e18f
84910 Author: Michiharu Ariza <ariza@adobe.com>
84911 Date:   Fri Aug 10 12:55:22 2018 -0700
84912
84913     fixed inclusion of excluded Private & local Subrs
84914     
84915     It was bloating a multi-FD subset font unnecessarily
84916     defined a wrapper struct FDMap for fdmap
84917
84918  src/hb-ot-cff-common-private.hh     | 34 ++++++++++++++++++++-----
84919  src/hb-subset-cff-common-private.cc |  6 ++---
84920  src/hb-subset-cff-common-private.hh |  4 +--
84921  src/hb-subset-cff.cc                | 48 +++++++++++++++++++----------------
84922  src/hb-subset-cff2.cc               | 50 ++++++++++++++++++++-----------------
84923  5 files changed, 87 insertions(+), 55 deletions(-)
84924
84925 commit 64c541226457907ec1801a5766050ee64feb67e8
84926 Author: Michiharu Ariza <ariza@adobe.com>
84927 Date:   Fri Aug 10 11:07:07 2018 -0700
84928
84929     Added CFF support
84930     
84931     Added sources hb-ot-cff-table.hh, hb-subset-cff.cc & hh
84932     Templatized Index because CFF uses 16-bit count while CFF2 uses 32-bit
84933     Misc code cleanup & bug fixes
84934
84935  src/Makefile.sources                |   9 +-
84936  src/hb-ot-cff-common-private.hh     | 477 ++++++++++++-------
84937  src/hb-ot-cff-table.hh              | 919 ++++++++++++++++++++++++++++++++++++
84938  src/hb-ot-cff2-table.hh             | 235 ++++-----
84939  src/hb-ot-font.cc                   |   1 +
84940  src/hb-subset-cff-common-private.cc |   6 +-
84941  src/hb-subset-cff-common-private.hh |   4 +-
84942  src/hb-subset-cff.cc                | 560 ++++++++++++++++++++++
84943  src/hb-subset-cff.hh                |  38 ++
84944  src/hb-subset-cff2.cc               | 104 ++--
84945  src/hb-subset.cc                    |   4 +
84946  11 files changed, 1991 insertions(+), 366 deletions(-)
84947
84948 commit 652cd45c650b1cdce2585dcee614e5a9cdda530c
84949 Author: Behdad Esfahbod <behdad@behdad.org>
84950 Date:   Thu Aug 9 01:02:02 2018 -0700
84951
84952     [coretext] Another try
84953
84954  src/hb-coretext.cc | 2 +-
84955  1 file changed, 1 insertion(+), 1 deletion(-)
84956
84957 commit 3f3585ca1406edd74138f78739612c167ab57913
84958 Author: Behdad Esfahbod <behdad@behdad.org>
84959 Date:   Thu Aug 9 00:58:17 2018 -0700
84960
84961     Fix coretext build (hopefully)
84962
84963  src/hb-coretext.cc | 2 +-
84964  1 file changed, 1 insertion(+), 1 deletion(-)
84965
84966 commit aa3b6017ed71fc251522ff1bedcdae965b4c1c1c
84967 Author: Behdad Esfahbod <behdad@behdad.org>
84968 Date:   Thu Aug 9 00:56:28 2018 -0700
84969
84970     Revert "[iter] Make operator bool explicit"
84971     
84972     This reverts commit 66920a6bace7c54c8166c4ed938b6ffc5fabcf2b.
84973     
84974     Some of our bots (Oracle Studio and Apple gcc 4.2) do not allow
84975     explicit except for constructors.
84976     
84977     https://github.com/harfbuzz/harfbuzz/issues/1127
84978
84979  src/hb-iter-private.hh | 2 +-
84980  1 file changed, 1 insertion(+), 1 deletion(-)
84981
84982 commit e1a2354220c369bd5a62d255acc42c60cd14c473
84983 Author: Behdad Esfahbod <behdad@behdad.org>
84984 Date:   Thu Aug 9 00:53:25 2018 -0700
84985
84986     [atomic] More
84987
84988  src/hb-atomic-private.hh | 2 --
84989  src/hb-object-private.hh | 7 +++++--
84990  2 files changed, 5 insertions(+), 4 deletions(-)
84991
84992 commit f1f4b45ac3d228a6b11e33357725de065e2ba2be
84993 Author: Behdad Esfahbod <behdad@behdad.org>
84994 Date:   Thu Aug 9 00:28:40 2018 -0700
84995
84996     Fix lazy_loader fini()
84997     
84998     Was creating object even if wasn't there.
84999
85000  src/hb-machinery-private.hh | 2 +-
85001  1 file changed, 1 insertion(+), 1 deletion(-)
85002
85003 commit 1f7380944df9aa81cd48a4764c763d692533c4a6
85004 Author: Behdad Esfahbod <behdad@behdad.org>
85005 Date:   Thu Aug 9 00:22:37 2018 -0700
85006
85007     [atomic] Add hb_atomic_ptr_t<> and port all uses
85008     
85009     Found and fixed a couple bugs.
85010     
85011     Found a couple multithreading issues.  Marked them with "XXX-MT-bug".
85012
85013  src/hb-atomic-private.hh          | 34 +++++++++++++++++++++++++++++++---
85014  src/hb-common.cc                  | 34 ++++++++++++++++++----------------
85015  src/hb-face-private.hh            |  3 ++-
85016  src/hb-face.cc                    |  6 +++---
85017  src/hb-font.cc                    |  2 +-
85018  src/hb-ft.cc                      | 22 ++++++++++++----------
85019  src/hb-glib.cc                    | 11 ++++++-----
85020  src/hb-graphite2.cc               | 16 +++++++++-------
85021  src/hb-icu.cc                     | 22 ++++++++++++----------
85022  src/hb-machinery-private.hh       | 17 +++++++++--------
85023  src/hb-object-private.hh          | 29 +++++++++++++++--------------
85024  src/hb-ot-font.cc                 | 11 ++++++-----
85025  src/hb-ot-layout-private.hh       |  2 +-
85026  src/hb-ot-post-table.hh           |  9 +++++----
85027  src/hb-ot-shape-complex-arabic.cc |  9 +++++----
85028  src/hb-shape-plan.cc              | 19 +++++++++++--------
85029  src/hb-shape.cc                   | 11 ++++++-----
85030  src/hb-shaper-impl-private.hh     |  2 +-
85031  src/hb-shaper-private.hh          | 16 +++++++++-------
85032  src/hb-shaper.cc                  | 18 ++++++++++--------
85033  src/hb-ucdn.cc                    | 11 ++++++-----
85034  src/hb-uniscribe.cc               | 14 +++++++-------
85035  22 files changed, 185 insertions(+), 133 deletions(-)
85036
85037 commit 6e42f4c53ff52cc242051e80600e19513136f6d1
85038 Author: Behdad Esfahbod <behdad@behdad.org>
85039 Date:   Wed Aug 8 22:51:35 2018 -0700
85040
85041     [atomic] Remove hb_atomic_int_impl_t now that it's always int
85042
85043  src/hb-atomic-private.hh | 14 +++++---------
85044  1 file changed, 5 insertions(+), 9 deletions(-)
85045
85046 commit 1227a9e5a5befffa688c1cce141533fd80144d14
85047 Author: Behdad Esfahbod <behdad@behdad.org>
85048 Date:   Wed Aug 8 22:45:49 2018 -0700
85049
85050     [atomic] Unify typedef
85051     
85052     Removes volatile from fallback implementation.  That was handwavy
85053     anyway.
85054
85055  src/hb-atomic-private.hh | 22 ++++++++--------------
85056  1 file changed, 8 insertions(+), 14 deletions(-)
85057
85058 commit 5cd1888c9dcb8b32bcfe08be38bdd13fd8a09b5e
85059 Author: Behdad Esfahbod <behdad@behdad.org>
85060 Date:   Wed Aug 8 22:43:53 2018 -0700
85061
85062     [atomic] Change Mac atomic int type to int
85063     
85064     If ever int is not 32bit, we'll fix this...
85065
85066  src/hb-atomic-private.hh | 2 +-
85067  1 file changed, 1 insertion(+), 1 deletion(-)
85068
85069 commit e1de86eac188e804c6737fcad66ae09cf25ef221
85070 Author: Behdad Esfahbod <behdad@behdad.org>
85071 Date:   Wed Aug 8 22:42:33 2018 -0700
85072
85073     [atomic] Change Windows atomic int type to int
85074
85075  src/hb-atomic-private.hh | 4 ++--
85076  1 file changed, 2 insertions(+), 2 deletions(-)
85077
85078 commit aee2d10b2bf09814b32bccdecd4c3fbebafc542e
85079 Author: Behdad Esfahbod <behdad@behdad.org>
85080 Date:   Wed Aug 8 22:40:10 2018 -0700
85081
85082     [atomic] Change Solaris atomic int to signed
85083
85084  src/hb-atomic-private.hh | 4 ++--
85085  1 file changed, 2 insertions(+), 2 deletions(-)
85086
85087 commit b6fdcf4f8bd09e065c767939125861c9dc8ff18f
85088 Author: Behdad Esfahbod <behdad@behdad.org>
85089 Date:   Wed Aug 8 21:54:08 2018 -0700
85090
85091     1.8.7
85092
85093  NEWS             | 6 ++++++
85094  RELEASING.md     | 3 +++
85095  configure.ac     | 2 +-
85096  src/hb-version.h | 4 ++--
85097  4 files changed, 12 insertions(+), 3 deletions(-)
85098
85099 commit 51ffc3e65aacbece63995be99e2bc20538e3eb75
85100 Author: Behdad Esfahbod <behdad@behdad.org>
85101 Date:   Wed Aug 8 22:01:04 2018 -0700
85102
85103     Fix previous commit to use atomic operations
85104
85105  src/hb-machinery-private.hh | 13 ++++++++++---
85106  1 file changed, 10 insertions(+), 3 deletions(-)
85107
85108 commit 883957688cc4aa4335e5131a60b3ac3b53290726
85109 Author: Behdad Esfahbod <behdad@behdad.org>
85110 Date:   Wed Aug 8 21:42:18 2018 -0700
85111
85112     Fix assertion failure
85113     
85114     https://bugzilla.mozilla.org/show_bug.cgi?id=1476334
85115
85116  src/hb-machinery-private.hh | 3 ++-
85117  1 file changed, 2 insertions(+), 1 deletion(-)
85118
85119 commit e49a38b20e82e50bca96751470e945cbe0524880
85120 Author: Behdad Esfahbod <behdad@behdad.org>
85121 Date:   Tue Aug 7 09:55:42 2018 -0700
85122
85123     1.8.6
85124
85125  NEWS             | 15 +++++++++++++++
85126  configure.ac     |  2 +-
85127  src/hb-font.cc   |  6 +++---
85128  src/hb-font.h    |  4 ++--
85129  src/hb-version.h |  4 ++--
85130  5 files changed, 23 insertions(+), 8 deletions(-)
85131
85132 commit b0ff79acd804e47a2a3db73746cf9c6dc986950a
85133 Author: Behdad Esfahbod <behdad@behdad.org>
85134 Date:   Tue Aug 7 09:52:06 2018 -0700
85135
85136     Add +hb_font_get_glyph_advances_for_direction
85137     
85138     New API:
85139     +hb_font_get_glyph_advances_for_direction
85140
85141  docs/harfbuzz-sections.txt |  1 +
85142  src/hb-font-private.hh     | 12 ++++++++++++
85143  src/hb-font.cc             | 20 ++++++++++++++++++++
85144  src/hb-font.h              |  8 ++++++++
85145  4 files changed, 41 insertions(+)
85146
85147 commit 28e2f467e1c7dd5e82d105efa8c4580dbfc93960
85148 Author: Behdad Esfahbod <behdad@behdad.org>
85149 Date:   Tue Aug 7 09:47:00 2018 -0700
85150
85151     Actually add hb_font_get_glyph_[hv]_advances
85152     
85153     New API:
85154     +hb_font_get_glyph_h_advances
85155     +hb_font_get_glyph_v_advances
85156
85157  src/hb-font.cc | 37 +++++++++++++++++++++++++++++++++++++
85158  src/hb-font.h  | 15 +++++++++++++++
85159  2 files changed, 52 insertions(+)
85160
85161 commit 996775191a3fdeeeaee80e3123ef2240e6390b3d
85162 Author: Behdad Esfahbod <behdad@behdad.org>
85163 Date:   Tue Aug 7 09:44:01 2018 -0700
85164
85165     Minor
85166
85167  src/hb-font-private.hh | 8 +++-----
85168  1 file changed, 3 insertions(+), 5 deletions(-)
85169
85170 commit 3d7c555a19ca0725c386aa6da648ecf2ae50fc19
85171 Author: Behdad Esfahbod <behdad@behdad.org>
85172 Date:   Tue Aug 7 09:37:52 2018 -0700
85173
85174     Remove get_advances_nil and alias it to get_advances_default
85175
85176  src/hb-font.cc | 36 ++----------------------------------
85177  1 file changed, 2 insertions(+), 34 deletions(-)
85178
85179 commit 66920a6bace7c54c8166c4ed938b6ffc5fabcf2b
85180 Author: Behdad Esfahbod <behdad@behdad.org>
85181 Date:   Mon Aug 6 15:32:13 2018 -0700
85182
85183     [iter] Make operator bool explicit
85184     
85185     We would need to write:
85186     
85187       for (Iter<T> it (...); bool (t); t++)
85188     
85189     instead of:
85190     
85191       for (Iter<T> it (...); t; t++)
85192     
85193     But I think it's an improvement in code readability in the long term.
85194     
85195     Fixes https://github.com/harfbuzz/harfbuzz/issues/1127
85196
85197  src/hb-iter-private.hh | 2 +-
85198  1 file changed, 1 insertion(+), 1 deletion(-)
85199
85200 commit 161ece4c3097096f355dc5ea514320a8dc678bea
85201 Merge: e8d695eba 79e21984b
85202 Author: Michiharu Ariza <ariza@adobe.com>
85203 Date:   Mon Aug 6 11:23:50 2018 -0700
85204
85205     Merge branch 'master' into cff-subset
85206
85207 commit e8d695ebaa4b5d36d907042fb6930244e87b1e29
85208 Author: Michiharu Ariza <ariza@adobe.com>
85209 Date:   Mon Aug 6 11:13:06 2018 -0700
85210
85211     removed CMakeCache.txt
85212
85213  build/CMakeCache.txt | 1 -
85214  1 file changed, 1 deletion(-)
85215
85216 commit 9fae33b9f3fd7fce816c3db71089db4ce0c82d4c
85217 Author: Michiharu Ariza <ariza@adobe.com>
85218 Date:   Mon Aug 6 10:44:12 2018 -0700
85219
85220     Silence Codacy
85221
85222  build/CMakeCache.txt                | 1 +
85223  src/hb-subset-cff-common-private.cc | 8 +++++---
85224  src/hb-subset-cff2.cc               | 4 +++-
85225  3 files changed, 9 insertions(+), 4 deletions(-)
85226
85227 commit 5561b818498431adb52f958d1e9589620f0e6539
85228 Author: Michiharu Ariza <ariza@adobe.com>
85229 Date:   Mon Aug 6 10:04:53 2018 -0700
85230
85231     subset FDSelect and FDArray
85232     
85233     Added a set of sources hb-subset-cff-common-private.cc & .hh for FDSelect subseting code.
85234     Added FDSelect format 4 (CFF2 only) support. Shared its implementation with format 3 as a template.
85235
85236  src/Makefile.sources                |   2 +
85237  src/hb-ot-cff-common-private.hh     | 130 ++++++++++++++++-------
85238  src/hb-ot-cff2-table.hh             |  71 ++++++++++++-
85239  src/hb-subset-cff-common-private.cc | 200 ++++++++++++++++++++++++++++++++++++
85240  src/hb-subset-cff-common-private.hh |  54 ++++++++++
85241  src/hb-subset-cff2.cc               |  71 ++++++++++---
85242  6 files changed, 476 insertions(+), 52 deletions(-)
85243
85244 commit 79e21984b13bdb879f3007ba9a97fde47df340d3
85245 Author: Behdad Esfahbod <behdad@behdad.org>
85246 Date:   Mon Aug 6 09:45:17 2018 -0700
85247
85248     Add batch advance width callback function
85249     
85250     New API:
85251     +hb_font_funcs_set_glyph_h_advances_func
85252     +hb_font_funcs_set_glyph_v_advances_func
85253     +hb_font_get_glyph_h_advances
85254     +hb_font_get_glyph_h_advances_func_t
85255     +hb_font_get_glyph_v_advances
85256     +hb_font_get_glyph_v_advances_func_t
85257
85258  docs/harfbuzz-sections.txt |   6 +
85259  src/hb-font-private.hh     |  41 +++++--
85260  src/hb-font.cc             | 299 +++++++++++++++++++++++++++------------------
85261  src/hb-font.h              |  53 ++++++--
85262  src/hb-ot-shape.cc         |   3 +-
85263  5 files changed, 255 insertions(+), 147 deletions(-)
85264
85265 commit 9533364cc3a8cccbae793de1873a727de73f64d5
85266 Author: Koji Ishii <kojii@chromium.org>
85267 Date:   Wed Aug 1 13:01:08 2018 +0900
85268
85269     batchwidth
85270
85271  src/hb-font-private.hh | 13 +++++++++++++
85272  src/hb-font.cc         | 37 +++++++++++++++++++++++++++++++++++++
85273  src/hb-font.h          | 15 +++++++++++++++
85274  src/hb-ot-shape.cc     |  4 ++--
85275  4 files changed, 67 insertions(+), 2 deletions(-)
85276
85277 commit b912fbea17c50e229977345012227810ed7641e9
85278 Author: Behdad Esfahbod <behdad@behdad.org>
85279 Date:   Mon Aug 6 06:30:12 2018 -0700
85280
85281     Remove most uses of direct comparison to Null objects
85282
85283  src/hb-ot-glyf-table.hh                    | 6 +++---
85284  src/hb-ot-head-table.hh                    | 4 ++--
85285  src/hb-ot-layout-gdef-table.hh             | 1 +
85286  src/hb-ot-layout-gsubgpos-private.hh       | 1 +
85287  src/hb-ot-layout.cc                        | 6 +++---
85288  src/hb-ot-math-table.hh                    | 2 ++
85289  src/hb-ot-math.cc                          | 2 +-
85290  src/hb-ot-shape-complex-arabic-fallback.hh | 3 ++-
85291  src/hb-ot-var-fvar-table.hh                | 2 ++
85292  src/hb-ot-var.cc                           | 2 +-
85293  src/hb-subset.cc                           | 2 +-
85294  src/main.cc                                | 2 +-
85295  12 files changed, 20 insertions(+), 13 deletions(-)
85296
85297 commit 3506672ce9d8685ce4e113716b0d06adbc7981b7
85298 Author: Behdad Esfahbod <behdad@behdad.org>
85299 Date:   Mon Aug 6 06:17:48 2018 -0700
85300
85301     Port _nil objects to Null() machinery
85302     
85303     Finally, unified!
85304
85305  src/hb-blob-private.hh                     |  1 +
85306  src/hb-blob.cc                             | 29 ++++++-------
85307  src/hb-buffer-private.hh                   |  4 +-
85308  src/hb-buffer.cc                           | 44 ++++++++++----------
85309  src/hb-face-private.hh                     |  6 +--
85310  src/hb-face.cc                             |  5 ++-
85311  src/hb-font-private.hh                     | 10 +++--
85312  src/hb-font.cc                             | 66 ++++++++++++++++--------------
85313  src/hb-null.hh                             | 11 ++++-
85314  src/hb-ot-shape-complex-arabic-fallback.hh | 11 +++--
85315  src/hb-shape-plan-private.hh               |  1 +
85316  src/hb-shape-plan.cc                       | 50 +++++++++++-----------
85317  src/hb-unicode-private.hh                  |  7 ++--
85318  src/hb-unicode.cc                          |  5 ++-
85319  14 files changed, 137 insertions(+), 113 deletions(-)
85320
85321 commit 1abd427acfb7229b8607646bdde59f29306b86e1
85322 Author: Behdad Esfahbod <behdad@behdad.org>
85323 Date:   Mon Aug 6 05:53:35 2018 -0700
85324
85325     [BASE] Rename horzi/vert to h/v
85326
85327  src/hb-ot-layout-base-table.hh | 68 +++++++++++++++++++++---------------------
85328  1 file changed, 34 insertions(+), 34 deletions(-)
85329
85330 commit da48aca1be89efbb8b3ca4471f542aa54aff17c4
85331 Author: Behdad Esfahbod <behdad@behdad.org>
85332 Date:   Mon Aug 6 05:52:12 2018 -0700
85333
85334     [BASE] Misc fixes
85335     
85336     The code was badly broken.  In better shape now, but still, needs
85337     a full review before ever working.
85338
85339  src/hb-ot-layout-base-table.hh | 163 +++++++++++++++++------------------------
85340  1 file changed, 68 insertions(+), 95 deletions(-)
85341
85342 commit f9cfa5cb0e70203279e74fb6adb0cd4570238ff8
85343 Author: Behdad Esfahbod <behdad@behdad.org>
85344 Date:   Mon Aug 6 05:29:15 2018 -0700
85345
85346     Change null-pool specialization to min_size again
85347
85348  src/hb-null.hh | 8 ++++----
85349  1 file changed, 4 insertions(+), 4 deletions(-)
85350
85351 commit 25147ff8086ab65995fe046cfdf8007604de6962
85352 Author: Behdad Esfahbod <behdad@behdad.org>
85353 Date:   Mon Aug 6 05:01:52 2018 -0700
85354
85355     Move Null system to hb-null.hh
85356
85357  src/Makefile.sources |  1 +
85358  src/hb-null.hh       | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++
85359  src/hb-private.hh    | 65 +----------------------------------
85360  3 files changed, 99 insertions(+), 64 deletions(-)
85361
85362 commit f800368df33e7ec15c3e77bdb9f4b464899322d3
85363 Author: Behdad Esfahbod <behdad@behdad.org>
85364 Date:   Mon Aug 6 04:58:34 2018 -0700
85365
85366     Remove unused macros
85367
85368  src/hb-object-private.hh | 1 -
85369  src/hb-vector-private.hh | 1 -
85370  2 files changed, 2 deletions(-)
85371
85372 commit 19e0091299f06856002c702792b448b06da637a8
85373 Author: Behdad Esfahbod <behdad@behdad.org>
85374 Date:   Mon Aug 6 04:54:31 2018 -0700
85375
85376     Minor
85377
85378  src/hb-private.hh | 4 +---
85379  1 file changed, 1 insertion(+), 3 deletions(-)
85380
85381 commit 37be774af921812018f723521b90f2ab54f661c5
85382 Author: Behdad Esfahbod <behdad@behdad.org>
85383 Date:   Mon Aug 6 04:51:38 2018 -0700
85384
85385     Minor
85386
85387  src/hb-private.hh | 5 ++---
85388  1 file changed, 2 insertions(+), 3 deletions(-)
85389
85390 commit e1acff806b469e58f568bf5ad6ba578207821e87
85391 Author: Behdad Esfahbod <behdad@behdad.org>
85392 Date:   Mon Aug 6 04:42:46 2018 -0700
85393
85394     Move hb_vector_t to hb-vector-private.hh
85395
85396  src/Makefile.sources     |   1 +
85397  src/hb-dsalgs.hh         | 297 -----------------------------------------------
85398  src/hb-object-private.hh | 109 ++++++++++++++++-
85399  src/hb-vector-private.hh | 239 ++++++++++++++++++++++++++++++++++++++
85400  4 files changed, 346 insertions(+), 300 deletions(-)
85401
85402 commit be336dadc07460a53de51be32dd5d1f218b398b6
85403 Author: Behdad Esfahbod <behdad@behdad.org>
85404 Date:   Mon Aug 6 04:32:51 2018 -0700
85405
85406     Move some more code around
85407
85408  src/hb-dsalgs.hh  | 43 +++++++++++++++++++++++++++++++++++++++++++
85409  src/hb-private.hh | 51 +--------------------------------------------------
85410  2 files changed, 44 insertions(+), 50 deletions(-)
85411
85412 commit 92806ee055c8efb68fcbe9e1750ce2532a1f8ab3
85413 Author: Behdad Esfahbod <behdad@behdad.org>
85414 Date:   Sun Aug 5 21:41:52 2018 -0700
85415
85416     Move null data definitions to hb-static.cc
85417     
85418     Also remove "    " null data for Tag.  Just use zeroes.
85419
85420  src/hb-open-type-private.hh        |  3 +--
85421  src/hb-ot-layout-common-private.hh |  5 ++---
85422  src/hb-private.hh                  | 12 +++++++-----
85423  src/hb-static.cc                   | 10 +++++++++-
85424  4 files changed, 19 insertions(+), 11 deletions(-)
85425
85426 commit 1b4d5a2402302e90867c178b6b2ad07541091a74
85427 Author: Behdad Esfahbod <behdad@behdad.org>
85428 Date:   Fri Aug 3 19:55:09 2018 -0700
85429
85430     Minor
85431
85432  src/hb-ot-layout-private.hh | 4 ++--
85433  1 file changed, 2 insertions(+), 2 deletions(-)
85434
85435 commit 7df7963b46223f47e89a5a38c597c874aaa93141
85436 Author: Behdad Esfahbod <behdad@behdad.org>
85437 Date:   Fri Aug 3 19:54:33 2018 -0700
85438
85439     Make lazy loader deal with OOM
85440
85441  src/hb-machinery-private.hh | 6 +++++-
85442  1 file changed, 5 insertions(+), 1 deletion(-)
85443
85444 commit 30ff8ac865a266c8dca11eeac155c2cd3d1aa159
85445 Author: Behdad Esfahbod <behdad@behdad.org>
85446 Date:   Fri Aug 3 17:32:00 2018 -0700
85447
85448     Rename
85449
85450  src/hb-machinery-private.hh | 6 +++---
85451  src/hb-ot-font.cc           | 8 ++++----
85452  2 files changed, 7 insertions(+), 7 deletions(-)
85453
85454 commit 85ba4a190f30da5147d3b2ddac4d58dda31181f1
85455 Author: Behdad Esfahbod <behdad@behdad.org>
85456 Date:   Fri Aug 3 17:06:42 2018 -0700
85457
85458     [ot] Comment
85459
85460  src/hb-ot-layout-private.hh | 2 ++
85461  1 file changed, 2 insertions(+)
85462
85463 commit 07afc1a213bde91fdfc44dd613f2e82ac1617c9f
85464 Author: Behdad Esfahbod <behdad@behdad.org>
85465 Date:   Fri Aug 3 17:03:32 2018 -0700
85466
85467     [ot] Add misc tables to tables_t
85468     
85469     Most unused.
85470
85471  src/hb-ot-layout-private.hh | 36 ++++++++++++++++++++++--------------
85472  1 file changed, 22 insertions(+), 14 deletions(-)
85473
85474 commit 74b4df2cdef68b74536d9c29426b242199a63a6f
85475 Author: Behdad Esfahbod <behdad@behdad.org>
85476 Date:   Fri Aug 3 16:57:40 2018 -0700
85477
85478     [ot] Move GDEF into tables_t
85479
85480  src/hb-machinery-private.hh          |  6 ++++++
85481  src/hb-ot-layout-gsub-table.hh       |  2 +-
85482  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
85483  src/hb-ot-layout-private.hh          |  7 +------
85484  src/hb-ot-layout.cc                  | 15 +++++----------
85485  5 files changed, 14 insertions(+), 18 deletions(-)
85486
85487 commit 0271c7ab3b76dbf8a4e3e92eaf67d9d61b7a63dc
85488 Author: Behdad Esfahbod <behdad@behdad.org>
85489 Date:   Fri Aug 3 16:45:57 2018 -0700
85490
85491     [ot] Move GSUB/GPOS into tables_t
85492
85493  src/hb-machinery-private.hh    |  6 ++----
85494  src/hb-ot-layout-gpos-table.hh |  4 ++--
85495  src/hb-ot-layout-gsub-table.hh |  4 ++--
85496  src/hb-ot-layout-private.hh    |  7 ++----
85497  src/hb-ot-layout.cc            | 49 +++++++++++++++++++-----------------------
85498  5 files changed, 30 insertions(+), 40 deletions(-)
85499
85500 commit f73d2775cf649d148ace7c2593da9666d60fc1be
85501 Author: Behdad Esfahbod <behdad@behdad.org>
85502 Date:   Fri Aug 3 16:34:25 2018 -0700
85503
85504     [ot] More shuffling
85505     
85506     Misc. table loading now properly automated.
85507
85508  src/hb-ot-layout-private.hh | 67 +++++++++++++++++++++++++++++----------------
85509  src/hb-ot-layout.cc         | 25 +++++++++++------
85510  src/hb-ot-math.cc           |  2 +-
85511  3 files changed, 61 insertions(+), 33 deletions(-)
85512
85513 commit 52fbd23d868a989d51b7df5be40be582890d13e5
85514 Author: Behdad Esfahbod <behdad@behdad.org>
85515 Date:   Fri Aug 3 16:22:16 2018 -0700
85516
85517     [ot] Minor
85518
85519  src/hb-aat-layout.cc        |  4 ++--
85520  src/hb-face-private.hh      |  7 ++-----
85521  src/hb-machinery-private.hh |  1 +
85522  src/hb-ot-layout-private.hh | 15 +++++++++------
85523  src/hb-ot-layout.cc         | 20 ++++++++++----------
85524  src/hb-ot-math.cc           |  2 +-
85525  src/hb-ot-var.cc            |  4 ++--
85526  7 files changed, 27 insertions(+), 26 deletions(-)
85527
85528 commit cc3f4e00aa5da1d9f0430adefe30689b3daa8282
85529 Author: Michiharu Ariza <ariza@adobe.com>
85530 Date:   Fri Aug 3 15:00:37 2018 -0700
85531
85532     silence gcc
85533
85534  src/hb-ot-cff2-table.hh | 8 ++++----
85535  1 file changed, 4 insertions(+), 4 deletions(-)
85536
85537 commit 00970dd2420c3dcc58c25568be4abe6586c159df
85538 Author: Michiharu Ariza <ariza@adobe.com>
85539 Date:   Fri Aug 3 14:35:09 2018 -0700
85540
85541     Removed parsed hint fields from CFF2PrivateDictValues
85542     
85543     Instead moved & stored uniformly in values vector (renamed from opstrs)
85544     This should be fine as we aren't likely going to use them as hints after all
85545     Templatized DictValues whether to parse them out
85546     For subsetter, they aren't parsed
85547
85548  src/hb-ot-cff-common-private.hh | 113 ++++++++++++++----------
85549  src/hb-ot-cff2-table.hh         | 185 ++++++++++++----------------------------
85550  src/hb-subset-cff2.cc           |   2 +-
85551  3 files changed, 120 insertions(+), 180 deletions(-)
85552
85553 commit 6a0a298aabe777e2c1ed443f100fe6142c83e3b3
85554 Author: Behdad Esfahbod <behdad@behdad.org>
85555 Date:   Thu Aug 2 23:13:19 2018 -0700
85556
85557     [ot] Move code around
85558
85559  src/hb-ot-layout.cc | 211 ++++++++++++++++++++++++++--------------------------
85560  1 file changed, 106 insertions(+), 105 deletions(-)
85561
85562 commit 5e718a751efdda89511c9f30238b500125193499
85563 Author: Behdad Esfahbod <behdad@behdad.org>
85564 Date:   Thu Aug 2 23:04:42 2018 -0700
85565
85566     [ot] Use switch for checking for blacklisted GDEF tables
85567     
85568     Faster / more compact code.
85569
85570  src/hb-ot-layout.cc | 107 +++++++++++++++++++++++++++++-----------------------
85571  1 file changed, 59 insertions(+), 48 deletions(-)
85572
85573 commit b5cdf5280d5b00df5356cc5c3236844ca0576bd0
85574 Author: Behdad Esfahbod <behdad@behdad.org>
85575 Date:   Thu Aug 2 22:56:42 2018 -0700
85576
85577     [ot] In GDEF blacklisting logic, remove the glyph index check for Times
85578     
85579     Just blacklist based on table sizes like we do for other fonts.
85580
85581  src/hb-ot-layout.cc | 12 ------------
85582  1 file changed, 12 deletions(-)
85583
85584 commit c988b119994ef78d400bc7d3139785312da0be75
85585 Author: Behdad Esfahbod <behdad@behdad.org>
85586 Date:   Thu Aug 2 20:04:37 2018 -0700
85587
85588     Move code around
85589
85590  src/hb-ot-font.cc | 41 ++++++++++++++++++++++++++---------------
85591  1 file changed, 26 insertions(+), 15 deletions(-)
85592
85593 commit 76f7397c10832b891a082e30afc74222bd5ffd7b
85594 Author: Michiharu Ariza <ariza@adobe.com>
85595 Date:   Thu Aug 2 16:28:10 2018 -0700
85596
85597     templatized CFF2 accelerator for lean Private dict interpretting for subset
85598     
85599     also fixed local subrs serialization
85600
85601  src/hb-ot-cff-common-private.hh |   8 ++-
85602  src/hb-ot-cff2-table.hh         | 119 ++++++++++++++++++++++++++++++++--------
85603  src/hb-subset-cff2.cc           |  13 +++--
85604  3 files changed, 109 insertions(+), 31 deletions(-)
85605
85606 commit 43040564e661fdd616d39e84fde07612d55bb785
85607 Author: Michiharu Ariza <ariza@adobe.com>
85608 Date:   Thu Aug 2 12:23:10 2018 -0700
85609
85610     removed TRACE_SERIALIZE from non-member function _write_cff2
85611
85612  src/hb-subset-cff2.cc | 29 ++++++++++++++---------------
85613  1 file changed, 14 insertions(+), 15 deletions(-)
85614
85615 commit e2fd49e4779663e3138bd1990736a9cf850303bf
85616 Merge: 693ae8047 d4d1bf817
85617 Author: Michiharu Ariza <ariza@adobe.com>
85618 Date:   Thu Aug 2 11:39:22 2018 -0700
85619
85620     Merge branch 'master' into cff-subset
85621
85622 commit 693ae804743c60968d4339465fa6480e0ed8396c
85623 Author: Michiharu Ariza <ariza@adobe.com>
85624 Date:   Thu Aug 2 11:22:42 2018 -0700
85625
85626     more silencing fixes
85627
85628  src/hb-ot-cff2-table.hh | 2 +-
85629  src/hb-subset-cff2.cc   | 1 +
85630  2 files changed, 2 insertions(+), 1 deletion(-)
85631
85632 commit f6da44983178e345ddbac1bcd1691ddb330399c6
85633 Author: Michiharu Ariza <ariza@adobe.com>
85634 Date:   Thu Aug 2 10:52:08 2018 -0700
85635
85636     silence archlinux
85637
85638  src/hb-ot-cff-common-private.hh | 4 ++--
85639  1 file changed, 2 insertions(+), 2 deletions(-)
85640
85641 commit 58279c3db4f31bf3f9a509d1d88bca01b57c6b81
85642 Author: Michiharu Ariza <ariza@adobe.com>
85643 Date:   Thu Aug 2 10:18:01 2018 -0700
85644
85645     silence Codacy
85646
85647  src/hb-ot-cff-common-private.hh | 25 +++++++++++++++++++------
85648  src/hb-ot-cff2-table.hh         | 14 +++++++-------
85649  2 files changed, 26 insertions(+), 13 deletions(-)
85650
85651 commit 574b37e933f98e35c2bdae04458a95522bbfbb82
85652 Author: Behdad Esfahbod <behdad@behdad.org>
85653 Date:   Thu Aug 2 02:22:38 2018 -0700
85654
85655     Minor
85656
85657  src/hb-ot-font.cc           | 2 +-
85658  src/hb-ot-layout-private.hh | 2 +-
85659  2 files changed, 2 insertions(+), 2 deletions(-)
85660
85661 commit d4d1bf8177b127caa57b146c932f553dca1ad933
85662 Author: Behdad Esfahbod <behdad@behdad.org>
85663 Date:   Thu Aug 2 02:04:02 2018 -0700
85664
85665     Fix for recent rename
85666
85667  src/hb-graphite2.cc | 2 +-
85668  src/hb-uniscribe.cc | 4 ++--
85669  2 files changed, 3 insertions(+), 3 deletions(-)
85670
85671 commit 91126aa11a5fa2bff72137df4768ad13fc9b7803
85672 Author: Behdad Esfahbod <behdad@behdad.org>
85673 Date:   Thu Aug 2 02:03:13 2018 -0700
85674
85675     [uniscribe] Update for recent changes
85676
85677  src/hb-uniscribe.cc | 4 ++--
85678  1 file changed, 2 insertions(+), 2 deletions(-)
85679
85680 commit 66952ec47b5f09d88b83fb6a71b1cdb26c53668d
85681 Author: Behdad Esfahbod <behdad@behdad.org>
85682 Date:   Thu Aug 2 01:44:20 2018 -0700
85683
85684     Remove unused table reference
85685
85686  src/hb-ot-layout-private.hh | 9 ++++-----
85687  1 file changed, 4 insertions(+), 5 deletions(-)
85688
85689 commit 443de26fa56dd1ef149d3ce4206f4495eceec2eb
85690 Author: Behdad Esfahbod <behdad@behdad.org>
85691 Date:   Thu Aug 2 01:41:19 2018 -0700
85692
85693     Minor
85694
85695  src/hb-face.cc              |  1 -
85696  src/hb-ot-layout-private.hh | 12 ++++++------
85697  2 files changed, 6 insertions(+), 7 deletions(-)
85698
85699 commit ee35af738b5c802ca62eb1c39b77f0bd992329df
85700 Author: Behdad Esfahbod <behdad@behdad.org>
85701 Date:   Thu Aug 2 01:37:57 2018 -0700
85702
85703     Make lazy-loader safe for nil objectification
85704
85705  src/hb-machinery-private.hh | 4 ++++
85706  1 file changed, 4 insertions(+)
85707
85708 commit 6404c49d0735d92779089ddef5c1d34aad1542d7
85709 Author: Behdad Esfahbod <behdad@behdad.org>
85710 Date:   Thu Aug 2 01:36:08 2018 -0700
85711
85712     Minor
85713
85714  src/hb-machinery-private.hh | 4 +++-
85715  1 file changed, 3 insertions(+), 1 deletion(-)
85716
85717 commit ff7826e90bce46985651015059872d1d8559b6ce
85718 Author: Behdad Esfahbod <behdad@behdad.org>
85719 Date:   Thu Aug 2 01:27:40 2018 -0700
85720
85721     Reduce storage by sharing face amongst lazy_loaders
85722
85723  src/hb-machinery-private.hh | 113 ++++++++++++++++++++++++--------------------
85724  src/hb-ot-font.cc           |  19 ++++----
85725  src/hb-ot-layout-private.hh |  11 +++--
85726  src/hb-ot-layout.cc         |   9 ++--
85727  4 files changed, 85 insertions(+), 67 deletions(-)
85728
85729 commit bdd3c11a19d87999eeaff2c82f21c6938d1d9342
85730 Author: Behdad Esfahbod <behdad@behdad.org>
85731 Date:   Thu Aug 2 00:38:46 2018 -0700
85732
85733     Internal templatization of lazy-loaders
85734
85735  src/hb-machinery-private.hh | 74 ++++++++++++++++++++-------------------------
85736  1 file changed, 32 insertions(+), 42 deletions(-)
85737
85738 commit ed7b2e58fc9afb547656cf28eb4a253d989de43c
85739 Author: Behdad Esfahbod <behdad@behdad.org>
85740 Date:   Wed Aug 1 23:59:09 2018 -0700
85741
85742     Remove OT namespace from hb-machinery-private.hh
85743
85744  src/dump-emoji.cc                          |  4 ++--
85745  src/hb-aat-layout.cc                       |  2 +-
85746  src/hb-face.cc                             |  4 ++--
85747  src/hb-machinery-private.hh                | 14 +++++---------
85748  src/hb-ot-font.cc                          |  8 ++++----
85749  src/hb-ot-layout-private.hh                | 10 +++++-----
85750  src/hb-ot-layout.cc                        |  8 ++++----
85751  src/hb-ot-shape-complex-arabic-fallback.hh | 18 +++++++++---------
85752  src/hb-static.cc                           |  4 ++--
85753  src/hb-subset-glyf.cc                      |  2 +-
85754  src/hb-subset.cc                           |  8 ++++----
85755  src/hb-uniscribe.cc                        |  2 +-
85756  12 files changed, 40 insertions(+), 44 deletions(-)
85757
85758 commit cb1491f92e24649433988ff81a89347dccf07c8b
85759 Author: Behdad Esfahbod <behdad@behdad.org>
85760 Date:   Wed Aug 1 22:50:45 2018 -0700
85761
85762     Minor
85763
85764  src/hb-blob-private.hh      |  5 -----
85765  src/hb-machinery-private.hh | 10 ++++++----
85766  2 files changed, 6 insertions(+), 9 deletions(-)
85767
85768 commit 16ccfafbbd48c7a9737ce1d12e75406a050b71a9
85769 Author: Behdad Esfahbod <behdad@behdad.org>
85770 Date:   Wed Aug 1 22:50:06 2018 -0700
85771
85772     [face] Sprinkle const in the API
85773
85774  src/hb-face.cc | 17 +++++++++--------
85775  src/hb-face.h  | 16 ++++++++--------
85776  2 files changed, 17 insertions(+), 16 deletions(-)
85777
85778 commit 3d22aefedebb5277c5d79011e48e7be1a26a53c1
85779 Author: Behdad Esfahbod <behdad@behdad.org>
85780 Date:   Wed Aug 1 18:03:32 2018 -0700
85781
85782     Rename
85783
85784  src/hb-coretext.cc       | 46 +++++++++++++++++++++++-----------------------
85785  src/hb-directwrite.cc    | 28 ++++++++++++++--------------
85786  src/hb-fallback-shape.cc | 24 ++++++++++++------------
85787  src/hb-graphite2.cc      | 26 +++++++++++++-------------
85788  src/hb-ot-shape.cc       | 20 ++++++++++----------
85789  src/hb-shaper-private.hh |  2 +-
85790  src/hb-uniscribe.cc      | 34 +++++++++++++++++-----------------
85791  7 files changed, 90 insertions(+), 90 deletions(-)
85792
85793 commit 1a624c6e06763a8a61bc686d2d44272d4ef50d4a
85794 Author: Behdad Esfahbod <behdad@behdad.org>
85795 Date:   Wed Aug 1 17:53:30 2018 -0700
85796
85797     Add comment re (our only) race condition
85798
85799  src/hb-shaper-private.hh | 8 +++++++-
85800  1 file changed, 7 insertions(+), 1 deletion(-)
85801
85802 commit 19ce0b24c0173fed11104a8ab039e856cbf40924
85803 Author: Michiharu Ariza <ariza@adobe.com>
85804 Date:   Wed Aug 1 17:34:59 2018 -0700
85805
85806     removed unused field OpStr::update
85807
85808  src/hb-ot-cff-common-private.hh |  4 +---
85809  src/hb-ot-cff2-table.hh         | 22 +++++++++++-----------
85810  2 files changed, 12 insertions(+), 14 deletions(-)
85811
85812 commit 3bda54c43b248ee2bc18a9210fb4d880bb4d82ac
85813 Author: Michiharu Ariza <ariza@adobe.com>
85814 Date:   Wed Aug 1 16:32:27 2018 -0700
85815
85816     fixed Index::serialize
85817     
85818     The bug was causing CharString of the last glyph corrupt
85819
85820  src/hb-ot-cff-common-private.hh | 4 +++-
85821  1 file changed, 3 insertions(+), 1 deletion(-)
85822
85823 commit 16f4dc9b73a197a5ab0ad29dcf5a7ed7495ec4e1
85824 Author: Michiharu Ariza <ariza@adobe.com>
85825 Date:   Wed Aug 1 16:06:52 2018 -0700
85826
85827     fixed CFF2VariationStore::serialize
85828     
85829     also get_size
85830
85831  src/hb-ot-cff2-table.hh | 7 ++++---
85832  1 file changed, 4 insertions(+), 3 deletions(-)
85833
85834 commit 44d1fb37efa20852cc466c0f0bba95dbd24ce288
85835 Author: Behdad Esfahbod <behdad@behdad.org>
85836 Date:   Wed Aug 1 14:51:51 2018 -0700
85837
85838     1.8.5
85839
85840  NEWS                | 8 ++++++++
85841  configure.ac        | 2 +-
85842  src/hb-ot-layout.cc | 2 +-
85843  src/hb-version.h    | 4 ++--
85844  4 files changed, 12 insertions(+), 4 deletions(-)
85845
85846 commit 13f4c137c686aed5c2888b5c47d9f16892be0d5e
85847 Author: Behdad Esfahbod <behdad@behdad.org>
85848 Date:   Wed Aug 1 14:13:59 2018 -0700
85849
85850     [atomic] Fix Solaris ones to add proper barriers
85851
85852  src/hb-atomic-private.hh | 52 +++++++++++++++++++++++++++++++++---------------
85853  1 file changed, 36 insertions(+), 16 deletions(-)
85854
85855 commit 19dfaa351568887a74cee2c46d6acfcc3fa718ff
85856 Author: Behdad Esfahbod <behdad@behdad.org>
85857 Date:   Wed Aug 1 14:02:39 2018 -0700
85858
85859     [atomic] Remove volatile from IBM impl signature
85860
85861  src/hb-atomic-private.hh | 4 ++--
85862  1 file changed, 2 insertions(+), 2 deletions(-)
85863
85864 commit 2093a3e0cbb98c2daa39f308d50a12f0a719bc81
85865 Author: Behdad Esfahbod <behdad@behdad.org>
85866 Date:   Wed Aug 1 14:00:46 2018 -0700
85867
85868     [atomic] Oops
85869
85870  src/hb-atomic-private.hh | 2 +-
85871  1 file changed, 1 insertion(+), 1 deletion(-)
85872
85873 commit 19b98348ffc660501e518bf48cd63d232f7585e7
85874 Author: Behdad Esfahbod <behdad@behdad.org>
85875 Date:   Wed Aug 1 13:59:59 2018 -0700
85876
85877     [atomic] Use read-barrier for get()
85878
85879  src/hb-atomic-private.hh | 2 +-
85880  1 file changed, 1 insertion(+), 1 deletion(-)
85881
85882 commit 006d4f031a30dd04f5bb9c3d1daca187ef6b7f1e
85883 Author: Behdad Esfahbod <behdad@behdad.org>
85884 Date:   Wed Aug 1 13:59:31 2018 -0700
85885
85886     [atomic] Some more minor tweaks
85887
85888  src/hb-atomic-private.hh | 31 ++++++++++++++++++++-----------
85889  1 file changed, 20 insertions(+), 11 deletions(-)
85890
85891 commit 28d03a8afcc1f0ba6d9d0d88f669cc53bb030dd8
85892 Author: Ebrahim Byagowi <ebrahim@gnu.org>
85893 Date:   Thu Aug 2 00:11:43 2018 +0430
85894
85895     [ci] Fix Appveyor bot (#1123)
85896
85897  appveyor.yml | 1 +
85898  1 file changed, 1 insertion(+)
85899
85900 commit b2ff582c8c1a0fea60ee323dc820ce6fe807b063
85901 Author: Michiharu Ariza <ariza@adobe.com>
85902 Date:   Wed Aug 1 11:30:38 2018 -0700
85903
85904     Implemented hb_subset_cff2
85905     
85906     Added serialize functions to CFF2 structs
85907     Fixed issues & bugs & code cleanup
85908     Now subsetting CFF2 table outputs something
85909
85910  src/hb-ot-cff-common-private.hh | 428 +++++++++++++++++++++++++++++++++++-----
85911  src/hb-ot-cff2-table.hh         | 237 +++++++++++++++++-----
85912  src/hb-private.hh               |   2 +-
85913  src/hb-subset-cff2.cc           | 392 +++++++++++++++++++++++++++++++-----
85914  4 files changed, 914 insertions(+), 145 deletions(-)
85915
85916 commit 1a7fed631880fff8a947ebec9c7427efff581916
85917 Author: Ebrahim Byagowi <ebrahim@gnu.org>
85918 Date:   Wed Aug 1 12:15:44 2018 +0430
85919
85920     Revert "Add a new API, hb_ot_layout_get_feature_name_ids (#976)" (#1121)
85921     
85922     This reverts commit 0c1b287b72e91e0898d75acb5d5acf1c6b9a7498.
85923
85924  docs/harfbuzz-sections.txt         |  1 -
85925  src/hb-ot-layout-common-private.hh | 14 -------
85926  src/hb-ot-layout.cc                | 86 --------------------------------------
85927  src/hb-ot-layout.h                 |  8 ----
85928  4 files changed, 109 deletions(-)
85929
85930 commit dfc86e4b35ffdeb8f73e83511712e75413bbb7d9
85931 Author: Behdad Esfahbod <behdad@behdad.org>
85932 Date:   Wed Aug 1 00:22:18 2018 -0700
85933
85934     [atomic] Fix cast to fallback ptr_get()
85935
85936  src/hb-atomic-private.hh | 2 +-
85937  1 file changed, 1 insertion(+), 1 deletion(-)
85938
85939 commit 7a4d576e81c4de68ea66b2d5fe7712e29d715272
85940 Author: Behdad Esfahbod <behdad@behdad.org>
85941 Date:   Wed Aug 1 00:19:25 2018 -0700
85942
85943     [gobject] Fix copy/paste error
85944
85945  src/hb-gobject-structs.h | 2 +-
85946  1 file changed, 1 insertion(+), 1 deletion(-)
85947
85948 commit ad275627425c9b3c4fb1e69aa408067bd0bb77da
85949 Author: Behdad Esfahbod <behdad@behdad.org>
85950 Date:   Tue Jul 31 23:01:05 2018 -0700
85951
85952     [atomic] On IBM, use light-weight sync for everything
85953     
85954     lwsync() is a full read/write-barrier.  That's all we need, never
85955     need sync().  I'm not sure why an isync() was used in fetch_and_add,
85956     but since that's a read-modify-write, I just changed it to have
85957     lwsync() on both sides.
85958
85959  src/hb-atomic-private.hh | 8 ++++----
85960  1 file changed, 4 insertions(+), 4 deletions(-)
85961
85962 commit fd638d215feb058c2294e447cc68f6f50e2b481d
85963 Author: Behdad Esfahbod <behdad@behdad.org>
85964 Date:   Tue Jul 31 23:00:15 2018 -0700
85965
85966     [atomic] Add XXX items around Solaris ops
85967     
85968     Since add_int and cas are both read-modify-write, I wonder if we
85969     also need a barrier after them.
85970
85971  src/hb-atomic-private.hh | 4 ++--
85972  1 file changed, 2 insertions(+), 2 deletions(-)
85973
85974 commit 896ff15ae60a4a4b94c62946e69196b877839bb5
85975 Author: Behdad Esfahbod <behdad@behdad.org>
85976 Date:   Tue Jul 31 22:51:38 2018 -0700
85977
85978     [atomic] Fix get() impl
85979     
85980     Originally, glib's atomic_get was implemented as "memory_barrier; load".
85981     I copied this into cairo, fontconfig, and harfbuzz.  However, that's
85982     wrong.  Correct way is "load; memory_barrier".  The details are long
85983     and hard to fully grasp.  Best to read:
85984     
85985       https://www.kernel.org/doc/Documentation/memory-barriers.txt
85986     
85987     Also see my report against GNOME:
85988     
85989       https://gitlab.gnome.org/GNOME/glib/issues/1449
85990     
85991     Note that this is irrelevant if C++11-like atomic ops are available.
85992
85993  src/hb-atomic-private.hh | 28 +++++++++++++++++-----------
85994  1 file changed, 17 insertions(+), 11 deletions(-)
85995
85996 commit d7a15799d40dac1f9521674a82c3293a7cb42ee4
85997 Author: Behdad Esfahbod <behdad@behdad.org>
85998 Date:   Tue Jul 31 22:28:28 2018 -0700
85999
86000     [gobject] Hook up hb_map_t
86001
86002  docs/harfbuzz-sections.txt | 2 ++
86003  src/hb-gobject-structs.cc  | 1 +
86004  src/hb-gobject-structs.h   | 4 ++++
86005  src/hb-map.cc              | 6 ++----
86006  4 files changed, 9 insertions(+), 4 deletions(-)
86007
86008 commit 63c74e8d1d85067cbeffe635eb5ed4e8aa130776
86009 Author: Behdad Esfahbod <behdad@behdad.org>
86010 Date:   Tue Jul 31 22:21:21 2018 -0700
86011
86012     [atomic] Fix fallback impl
86013
86014  src/hb-atomic-private.hh | 4 ++--
86015  1 file changed, 2 insertions(+), 2 deletions(-)
86016
86017 commit 4bc16aca4760ac9ffd8c63bbaea24fc7d234f715
86018 Author: Behdad Esfahbod <behdad@behdad.org>
86019 Date:   Tue Jul 31 21:05:51 2018 -0700
86020
86021     [atomic] Add get_relaxed / set_relaxed
86022     
86023     To help TSan and be more "correct".
86024
86025  src/hb-atomic-private.hh         | 37 ++++++++++++++++++++++-------------
86026  src/hb-common.cc                 |  4 ++--
86027  src/hb-debug.hh                  | 42 ++++++++++++++++++++++++++++++++++++++++
86028  src/hb-object-private.hh         | 12 ++++++------
86029  src/hb-ot-shape-complex-indic.cc | 22 +++++++++++----------
86030  src/hb-private.hh                | 28 ---------------------------
86031  6 files changed, 86 insertions(+), 59 deletions(-)
86032
86033 commit 3dd1b88765f6ce91bd0558a16cdd8cf0c1e15d1b
86034 Author: Behdad Esfahbod <behdad@behdad.org>
86035 Date:   Tue Jul 31 19:33:37 2018 -0700
86036
86037     [atomic] Use CONSUME, not ACQUIRE, memory-order for get()
86038     
86039     Although, all implementations just elevate that to ACQUIRE.
86040     But requirement for us is just CONSUME.
86041
86042  src/hb-atomic-private.hh | 6 +++---
86043  1 file changed, 3 insertions(+), 3 deletions(-)
86044
86045 commit 06b91d935da1a40ef9de6697717eb0af1015989e
86046 Author: Behdad Esfahbod <behdad@behdad.org>
86047 Date:   Tue Jul 31 19:29:49 2018 -0700
86048
86049     Revert "[atomic] Make pointer get op relaxed instead of acquire"
86050     
86051     This reverts commit b1e5650c67266dc158f22355fed206cd1c413f70.
86052     
86053     After lots of head-scratching and finally finding the only truly
86054     readable source to be the good old:
86055     
86056       https://www.kernel.org/doc/Documentation/memory-barriers.txt
86057     
86058     I've convinced myself that we need consume memory-ordering on get().
86059     The location of memory-barrier in a load should be after, not before
86060     the load.  That needs fixing.  I'll do that separately.
86061
86062  src/hb-atomic-private.hh | 34 +++++++++++++++++++++++++---------
86063  1 file changed, 25 insertions(+), 9 deletions(-)
86064
86065 commit 2bdd903c69eb3a34f3d3bf5e4f4c94cd66337117
86066 Author: Garret Rieger <grieger@google.com>
86067 Date:   Tue Jul 31 17:44:02 2018 -0700
86068
86069     [subset] limit the max codepoint value to the unicode limit.
86070     When collecting all codepoints in the cmap avoid using large amount of memory for fonts that declare coverage over all 32 bit integers.
86071
86072  src/hb-ot-cmap-table.hh                                   |   9 +++++++--
86073  ...mized-hb-subset-get-codepoints-fuzzer-5973295416475648 | Bin 0 -> 109 bytes
86074  2 files changed, 7 insertions(+), 2 deletions(-)
86075
86076 commit 7278d9df3093a87f99cec9b4cea38bd688c5d020
86077 Author: Garret Rieger <grieger@google.com>
86078 Date:   Tue Jul 31 17:59:19 2018 -0700
86079
86080     [subset] Add hb_ot_layout_collect_features to harfbuzz-sections.txt.
86081     Add the fuzzer test case for feature collection timeout.
86082
86083  docs/harfbuzz-sections.txt                             |   1 +
86084  ...estcase-minimized-hb-subset-fuzzer-5542653037903872 | Bin 0 -> 160249 bytes
86085  2 files changed, 1 insertion(+)
86086
86087 commit 89733755a48feef0a663e1ea7b8294949581ce7e
86088 Author: Garret Rieger <grieger@google.com>
86089 Date:   Mon Jul 30 18:10:43 2018 -0700
86090
86091     [subset] use add_array to populate feature_indexes.
86092     This is much faster then calling a bunch of individual add()'s.
86093
86094  src/hb-ot-layout-common-private.hh |  7 +++++++
86095  src/hb-ot-layout.cc                | 40 +++++++++++++++++++-------------------
86096  2 files changed, 27 insertions(+), 20 deletions(-)
86097
86098 commit 7d92bef9c5afb319d125f60b0fce4763afeaa686
86099 Author: Garret Rieger <grieger@google.com>
86100 Date:   Mon Jul 30 17:17:43 2018 -0700
86101
86102     [subset] collect features first, then use those to collect lookups.
86103
86104  src/hb-ot-layout.cc | 148 +++++++++++++++++++++++++---------------------------
86105  src/hb-ot-layout.h  |   7 +++
86106  2 files changed, 78 insertions(+), 77 deletions(-)
86107
86108 commit af876cce3066833c7c34d213a578eec6b09dd5c9
86109 Author: Behdad Esfahbod <behdad@behdad.org>
86110 Date:   Tue Jul 31 15:27:29 2018 -0700
86111
86112     [indic] Flip default logic for double-halants in old-school
86113     
86114     Oriya went down from 9 to 2.
86115     
86116     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
86117     DEVANAGARI: 707311 out of 707394 tests passed. 83 failed (0.0117332%)
86118     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
86119     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
86120     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
86121     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
86122     MYANMAR: 1115830 out of 1123883 tests passed. 8053 failed (0.716534%)
86123     ORIYA: 42327 out of 42329 tests passed. 2 failed (0.00472489%)
86124     SINHALA: 271596 out of 271847 tests passed. 251 failed (0.0923313%)
86125     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
86126     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
86127
86128  src/hb-ot-shape-complex-indic.cc | 6 ++----
86129  1 file changed, 2 insertions(+), 4 deletions(-)
86130
86131 commit 92ba9905caa060466230f63b428ccee767696464
86132 Author: Behdad Esfahbod <behdad@behdad.org>
86133 Date:   Tue Jul 31 15:19:32 2018 -0700
86134
86135     [indic] Allow double-halant in old-spec Devanagari
86136     
86137     Fixes https://github.com/harfbuzz/harfbuzz/issues/1071
86138
86139  src/hb-ot-shape-complex-indic.cc                      |  18 ++++++++++++------
86140  .../b722a7d09e60421f3efbc706ad348ab47b88567b.ttf      | Bin 0 -> 4672 bytes
86141  test/shaping/data/in-house/tests/indic-old-spec.tests |   2 ++
86142  3 files changed, 14 insertions(+), 6 deletions(-)
86143
86144 commit fe099a844b9b8fe05dd4eb187b5ca3769441f012
86145 Author: Behdad Esfahbod <behdad@behdad.org>
86146 Date:   Tue Jul 31 14:20:31 2018 -0700
86147
86148     [test] Add Khmer tests, with NotoSansKhmer-Regular.ttf
86149     
86150     Note that there's minor positioning differences, and ONE reordering
86151     difference between what we get for these and what Uniscribe gets.
86152     Probably same as what's described in commit message for
86153     1a96cc825dc9c8e3b6eef1403fe0864a1cfc0245
86154
86155  .../3998336402905b8be8301ef7f47cf7e050cbb1bd.ttf   | Bin 0 -> 24392 bytes
86156  test/shaping/data/in-house/tests/khmer-misc.tests  |  89 +++++++++++++++++++++
86157  2 files changed, 89 insertions(+)
86158
86159 commit 5772edc0ea8f697c6123e439c5d0c3e813ebeb45
86160 Author: Behdad Esfahbod <behdad@behdad.org>
86161 Date:   Tue Jul 31 14:10:31 2018 -0700
86162
86163     [khmer] Typo
86164
86165  src/hb-ot-shape-complex-khmer.cc | 2 +-
86166  1 file changed, 1 insertion(+), 1 deletion(-)
86167
86168 commit 2d6edc9008182c1446951f2c5c04df20094597f8
86169 Author: Behdad Esfahbod <behdad@behdad.org>
86170 Date:   Tue Jul 31 13:56:55 2018 -0700
86171
86172     [test] Add Khmer test texts from recent bugs
86173
86174  test/shaping/texts/in-house/shaper-khmer/misc.txt | 66 +++++++++++++++++++++++
86175  1 file changed, 66 insertions(+)
86176
86177 commit df26a32c8fd22cbd486e2a1014d30b9f38f51cd1
86178 Author: Behdad Esfahbod <behdad@behdad.org>
86179 Date:   Tue Jul 31 13:55:53 2018 -0700
86180
86181     [test] Move things around for shaper updates
86182
86183  .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/LICENSE | 0
86184  .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/README  | 0
86185  .../texts/in-house/shaper-indic/{indic => }/script-assamese/utrrs/SOURCES | 0
86186  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86187  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86188  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86189  .../script-assamese/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
86190  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86191  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
86192  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86193  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
86194  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
86195  .../{indic => }/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
86196  .../texts/in-house/shaper-indic/{indic => }/script-bengali/misc/misc.txt  | 0
86197  .../texts/in-house/shaper-indic/{indic => }/script-bengali/misc/reph.txt  | 0
86198  .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/LICENSE  | 0
86199  .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/README   | 0
86200  .../texts/in-house/shaper-indic/{indic => }/script-bengali/utrrs/SOURCES  | 0
86201  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86202  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86203  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86204  .../script-bengali/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt   | 0
86205  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86206  .../script-bengali/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0
86207  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86208  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt          | 0
86209  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt          | 0
86210  .../{indic => }/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
86211  .../shaper-indic/{indic => }/script-devanagari/misc/dottedcircle.txt      | 0
86212  .../in-house/shaper-indic/{indic => }/script-devanagari/misc/eyelash.txt  | 0
86213  .../in-house/shaper-indic/{indic => }/script-devanagari/misc/joiners.txt  | 0
86214  .../in-house/shaper-indic/{indic => }/script-devanagari/misc/misc.txt     | 0
86215  .../shaper-indic/{indic => }/script-devanagari/misc/spec-deviations.txt   | 0
86216  .../shaper-indic/{indic => }/script-devanagari/misc/tricky-reordering.txt | 0
86217  .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/LICENSE     | 0
86218  .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/README      | 0
86219  .../in-house/shaper-indic/{indic => }/script-devanagari/utrrs/SOURCES     | 0
86220  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
86221  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86222  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86223  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86224  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt     | 0
86225  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                  | 0
86226  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt      | 0
86227  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86228  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86229  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt       | 0
86230  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt       | 0
86231  .../{indic => }/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt     | 0
86232  .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/LICENSE | 0
86233  .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/README  | 0
86234  .../texts/in-house/shaper-indic/{indic => }/script-gujarati/utrrs/SOURCES | 0
86235  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86236  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86237  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86238  .../script-gujarati/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
86239  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86240  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
86241  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86242  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
86243  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
86244  .../{indic => }/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
86245  .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/misc/misc.txt | 0
86246  .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/LICENSE | 0
86247  .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/README  | 0
86248  .../texts/in-house/shaper-indic/{indic => }/script-gurmukhi/utrrs/SOURCES | 0
86249  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86250  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86251  .../script-gurmukhi/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt  | 0
86252  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt        | 0
86253  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86254  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
86255  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86256  .../script-gurmukhi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt         | 0
86257  .../script-gurmukhi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt         | 0
86258  .../{indic => }/script-gurmukhi/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
86259  .../texts/in-house/shaper-indic/{indic => }/script-kannada/misc/misc.txt  | 0
86260  .../shaper-indic/{indic => }/script-kannada/misc/right-matras.txt         | 0
86261  .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/LICENSE  | 0
86262  .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/README   | 0
86263  .../texts/in-house/shaper-indic/{indic => }/script-kannada/utrrs/SOURCES  | 0
86264  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
86265  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86266  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86267  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86268  .../script-kannada/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt   | 0
86269  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86270  .../script-kannada/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt | 0
86271  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86272  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt          | 0
86273  .../{indic => }/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
86274  .../in-house/shaper-indic/{indic => }/script-malayalam/misc/cibu.txt      | 0
86275  .../in-house/shaper-indic/{indic => }/script-malayalam/misc/dot-reph.txt  | 0
86276  .../in-house/shaper-indic/{indic => }/script-malayalam/misc/misc.txt      | 0
86277  .../in-house/shaper-indic/{indic => }/script-malayalam/utrrs/LICENSE      | 0
86278  .../texts/in-house/shaper-indic/{indic => }/script-malayalam/utrrs/README | 0
86279  .../in-house/shaper-indic/{indic => }/script-malayalam/utrrs/SOURCES      | 0
86280  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86281  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86282  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86283  .../script-malayalam/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
86284  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86285  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt                | 0
86286  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86287  .../{indic => }/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt      | 0
86288  .../texts/in-house/shaper-indic/{indic => }/script-oriya/misc/bindu.txt   | 0
86289  .../texts/in-house/shaper-indic/{indic => }/script-oriya/misc/misc.txt    | 0
86290  .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/LICENSE    | 0
86291  .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/README     | 0
86292  .../texts/in-house/shaper-indic/{indic => }/script-oriya/utrrs/SOURCES    | 0
86293  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt    | 0
86294  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86295  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0
86296  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86297  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt     | 0
86298  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86299  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt           | 0
86300  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt   | 0
86301  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86302  .../{indic => }/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
86303  .../in-house/shaper-indic/{indic => }/script-sinhala/misc/extensive.txt   | 0
86304  .../texts/in-house/shaper-indic/{indic => }/script-sinhala/misc/misc.txt  | 0
86305  .../texts/in-house/shaper-indic/{indic => }/script-sinhala/misc/reph.txt  | 0
86306  .../shaper-indic/{indic => }/script-sinhala/misc/split-matras.txt         | 0
86307  .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/LICENSE  | 0
86308  .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/README   | 0
86309  .../texts/in-house/shaper-indic/{indic => }/script-sinhala/utrrs/SOURCES  | 0
86310  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86311  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86312  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86313  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt             | 0
86314  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86315  .../{indic => }/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt        | 0
86316  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt           | 0
86317  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt      | 0
86318  .../{indic => }/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt | 0
86319  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt      | 0
86320  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt    | 0
86321  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt            | 0
86322  .../{indic => }/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
86323  .../texts/in-house/shaper-indic/{indic => }/script-tamil/misc/misc.txt    | 0
86324  .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/LICENSE    | 0
86325  .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/README     | 0
86326  .../texts/in-house/shaper-indic/{indic => }/script-tamil/utrrs/SOURCES    | 0
86327  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt | 0
86328  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt         | 0
86329  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86330  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt     | 0
86331  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86332  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt   | 0
86333  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt   | 0
86334  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt    | 0
86335  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt             | 0
86336  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86337  .../script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt            | 0
86338  .../script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt            | 0
86339  .../{indic => }/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
86340  .../texts/in-house/shaper-indic/{indic => }/script-telugu/misc/misc.txt   | 0
86341  .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/LICENSE   | 0
86342  .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/README    | 0
86343  .../texts/in-house/shaper-indic/{indic => }/script-telugu/utrrs/SOURCES   | 0
86344  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt        | 0
86345  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt              | 0
86346  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt         | 0
86347  .../script-telugu/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt    | 0
86348  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt       | 0
86349  .../script-telugu/utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt  | 0
86350  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt            | 0
86351  .../script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt           | 0
86352  .../{indic => }/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
86353  .../south-east-asian/script-khmer/misc => shaper-khmer}/misc.txt          | 0
86354  .../script-khmer/misc => shaper-khmer}/other-marks-invalid.txt            | 0
86355  .../south-east-asian/script-khmer/misc => shaper-khmer}/other-marks.txt   | 0
86356  .../south-east-asian => shaper-use}/script-javanese/misc.txt              | 0
86357  174 files changed, 0 insertions(+), 0 deletions(-)
86358
86359 commit 6ddd669e205cf2c1c3b0a362330b686386f68519
86360 Author: Behdad Esfahbod <behdad@behdad.org>
86361 Date:   Tue Jul 31 13:38:07 2018 -0700
86362
86363     [khmer] Clear syllables before presentation features
86364     
86365     Probably not what Uniscribe does, but good idea?
86366
86367  src/hb-ot-shape-complex-khmer.cc | 3 +--
86368  1 file changed, 1 insertion(+), 2 deletions(-)
86369
86370 commit 8eef1964a708c3db52e5e7312689c4664afa9839
86371 Author: Behdad Esfahbod <behdad@behdad.org>
86372 Date:   Tue Jul 31 13:35:10 2018 -0700
86373
86374     [khmer] Revert previous change, and remove pauses
86375     
86376     This makes test suite happy again (at 44) while fixing the sequences
86377     we were fixing, which were the following with KhmerUI.ttf:
86378     
86379       U+1789,U+17BC
86380       U+1789,U+17D2,U+1789
86381       U+1789,U+17D2,U+1789,U+17BC
86382     
86383     Fixes rest of https://github.com/harfbuzz/harfbuzz/issues/974
86384
86385  src/hb-ot-shape-complex-khmer.cc | 23 ++++++++++-------------
86386  1 file changed, 10 insertions(+), 13 deletions(-)
86387
86388 commit 7c658ea2f20a77cac35e8988e54316425396198a
86389 Author: Behdad Esfahbod <behdad@behdad.org>
86390 Date:   Tue Jul 31 12:49:02 2018 -0700
86391
86392     [khmer] Apply ccmp after basic features
86393     
86394     Part of https://github.com/harfbuzz/harfbuzz/issues/974
86395
86396  src/hb-ot-shape-complex-khmer.cc | 22 +++++++++++++++++-----
86397  1 file changed, 17 insertions(+), 5 deletions(-)
86398
86399 commit 1a96cc825dc9c8e3b6eef1403fe0864a1cfc0245
86400 Author: Behdad Esfahbod <behdad@behdad.org>
86401 Date:   Tue Jul 31 11:45:32 2018 -0700
86402
86403     [khmer] Rewrite most of shaper to better follow spec
86404     
86405     Khmer spec has only one reordering phase, and only simple prebase
86406     matra and Coeng-Ro reordering.  Implement that.  Specifically,
86407     this was done to address recognizing different orders of the matra
86408     and Coeng-Ro sequence.  That said, some combinations are now
86409     reordered differently from Uniscribe.  Not clear if that's intended
86410     or a bug in Uniscribe.  The following two sequences render the same
86411     in Uniscribe whereas we reorder them differently:
86412     
86413       U+17A0,U+17D2,U+179A,U+17C2
86414       U+17A0,U+17C2,U+17D2,U+179A
86415     
86416     For that reason, our test suite numbers regressed slightly.  Used
86417     to be at 34 for fails, now at:
86418     
86419     KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
86420     
86421     But generally a good change, and removed lots of code.
86422     
86423     Fixes https://github.com/harfbuzz/harfbuzz/issues/1026
86424
86425  src/hb-ot-shape-complex-indic-private.hh |   4 +-
86426  src/hb-ot-shape-complex-khmer.cc         | 460 ++++---------------------------
86427  src/hb-ot-shape-complex-private.hh       |  13 -
86428  3 files changed, 64 insertions(+), 413 deletions(-)
86429
86430 commit f5152cea423947cd8a85332566443b4e2e091672
86431 Author: Behdad Esfahbod <behdad@behdad.org>
86432 Date:   Tue Jul 31 01:27:04 2018 -0700
86433
86434     [shaper] Move code around
86435
86436  src/hb-shaper-private.hh | 18 +++++++++---------
86437  1 file changed, 9 insertions(+), 9 deletions(-)
86438
86439 commit 36d0fbbc52bdf2c71da022fb1fdc31eca17078ce
86440 Author: Behdad Esfahbod <behdad@behdad.org>
86441 Date:   Tue Jul 31 01:15:04 2018 -0700
86442
86443     [shaper] Remove a macro
86444
86445  src/hb-shaper-private.hh | 4 +---
86446  1 file changed, 1 insertion(+), 3 deletions(-)
86447
86448 commit b1e5650c67266dc158f22355fed206cd1c413f70
86449 Author: Behdad Esfahbod <behdad@behdad.org>
86450 Date:   Tue Jul 31 01:02:31 2018 -0700
86451
86452     [atomic] Make pointer get op relaxed instead of acquire
86453     
86454     We only use it before cmpexch, so relaxed is fine and faster for
86455     common case.
86456
86457  src/hb-atomic-private.hh | 34 +++++++++-------------------------
86458  1 file changed, 9 insertions(+), 25 deletions(-)
86459
86460 commit 66ccd8ac405c9c25b37de9eb467a7382880dda35
86461 Author: Behdad Esfahbod <behdad@behdad.org>
86462 Date:   Mon Jul 30 17:03:06 2018 -0700
86463
86464     [serialize] Increase stage count from 8 to 32
86465     
86466     Indic shaper uses many stages.  Now we are provably not limiting
86467     functionality whereas the previous limit of 8 was assuming real-world
86468     practices.
86469
86470  src/hb-ot-layout-common-private.hh | 4 +++-
86471  1 file changed, 3 insertions(+), 1 deletion(-)
86472
86473 commit ee8cf919654cb191e955fe1f89b1ebfb2b8b32ee
86474 Author: Behdad Esfahbod <behdad@behdad.org>
86475 Date:   Mon Jul 30 16:59:41 2018 -0700
86476
86477     [serialize] Remove unused truncate() method
86478
86479  src/hb-machinery-private.hh | 6 ------
86480  1 file changed, 6 deletions(-)
86481
86482 commit 8782f80cce147c101b605501d9fd9c7d64338314
86483 Author: Michiharu Ariza <ariza@adobe.com>
86484 Date:   Mon Jul 30 15:27:20 2018 -0700
86485
86486     fixed FDSelect0::sanitize
86487
86488  src/hb-ot-cff-common-private.hh | 1 +
86489  1 file changed, 1 insertion(+)
86490
86491 commit 9c4cadaef01733b32ab6190dd91552ee7145f3c3
86492 Author: Michiharu Ariza <ariza@adobe.com>
86493 Date:   Mon Jul 30 14:28:40 2018 -0700
86494
86495     Added sanitize functions & calls
86496     
86497     Added sanitize functions to FDSelect
86498     Added satnitize calls for FDSelect, VariationStore, FDArray, TopDict
86499
86500  src/hb-ot-cff-common-private.hh | 67 ++++++++++++++++++++++++++++++++---------
86501  src/hb-ot-cff2-table.hh         | 26 +++++++++++-----
86502  src/hb-subset-cff2.cc           |  2 +-
86503  3 files changed, 72 insertions(+), 23 deletions(-)
86504
86505 commit 161b642ec5babc7e4b81d41f725d81ad2caa9330
86506 Merge: 3a61c3e93 5edf454aa
86507 Author: Michiharu Ariza <ariza@adobe.com>
86508 Date:   Mon Jul 30 12:22:09 2018 -0700
86509
86510     Merge branch 'master' into cff-subset
86511
86512 commit 5edf454aa64aad461c90bd991e7eaf27668b7e6b
86513 Author: Garret Rieger <grieger@google.com>
86514 Date:   Thu Jul 26 17:42:02 2018 -0700
86515
86516     [subset] During lookup collection remember the features we've already processed.
86517
86518  src/hb-ot-layout.cc                                |  26 +++++++++++++++++----
86519  ...ase-minimized-hb-subset-fuzzer-5670861909524480 | Bin 0 -> 1298 bytes
86520  ...b-subset-get-codepoints-fuzzer-6136125075750912 | Bin 0 -> 65816 bytes
86521  3 files changed, 21 insertions(+), 5 deletions(-)
86522
86523 commit 42c183f80355fe7cadac2931a23d389285c8b98c
86524 Author: Behdad Esfahbod <behdad@behdad.org>
86525 Date:   Fri Jul 27 14:55:29 2018 -0700
86526
86527     Minor
86528
86529  src/hb-ft.cc       | 5 +++--
86530  src/hb-ot-shape.cc | 5 +++--
86531  2 files changed, 6 insertions(+), 4 deletions(-)
86532
86533 commit ecab6604e57ea2bb4e78250a7a400e15b3e86f7a
86534 Author: Behdad Esfahbod <behdad@behdad.org>
86535 Date:   Wed Jul 25 17:37:38 2018 -0700
86536
86537     [serialize] Allocate for markFilteringSet
86538
86539  src/hb-ot-layout-common-private.hh | 9 +++++++++
86540  1 file changed, 9 insertions(+)
86541
86542 commit 7f08818c441517f73c5bea0a2a88f494dfc8fa58
86543 Author: Behdad Esfahbod <behdad@behdad.org>
86544 Date:   Wed Jul 25 17:22:05 2018 -0700
86545
86546     Minor
86547
86548  src/hb-iter-private.hh      | 8 +++++---
86549  src/hb-machinery-private.hh | 1 -
86550  2 files changed, 5 insertions(+), 4 deletions(-)
86551
86552 commit 2e25d8f49181ab1d7fda520ae6587d293a982acf
86553 Author: prrace <philip.race@oracle.com>
86554 Date:   Fri Jul 27 13:58:27 2018 -0700
86555
86556     Fix unlikely leaks
86557
86558  src/hb-ft.cc       | 4 +++-
86559  src/hb-ot-shape.cc | 4 +++-
86560  2 files changed, 6 insertions(+), 2 deletions(-)
86561
86562 commit 3c2842cbcf8cded73d1e310379e1a4ca124a6fc2
86563 Author: Behdad Esfahbod <behdad@behdad.org>
86564 Date:   Wed Jul 25 17:07:17 2018 -0700
86565
86566     Add hb-iter-private.hh
86567     
86568     Unused so far.
86569
86570  src/Makefile.sources        |   1 +
86571  src/hb-iter-private.hh      | 147 ++++++++++++++++++++++++++++++++++++++++++++
86572  src/hb-machinery-private.hh |   1 +
86573  3 files changed, 149 insertions(+)
86574
86575 commit 92b1e025c639d006f55400bf68fc23bdeaa1c716
86576 Author: Behdad Esfahbod <behdad@behdad.org>
86577 Date:   Wed Jul 25 16:58:47 2018 -0700
86578
86579     Move some code from hb-open-type-private.hh to hb-machinery-private.hh
86580
86581  src/Makefile.sources        |   1 +
86582  src/hb-machinery-private.hh | 702 ++++++++++++++++++++++++++++++++++++++++++++
86583  src/hb-open-type-private.hh | 669 +----------------------------------------
86584  3 files changed, 706 insertions(+), 666 deletions(-)
86585
86586 commit 6b11fea99716e22522b563d919ef7c72fe9a3c45
86587 Author: Behdad Esfahbod <behdad@behdad.org>
86588 Date:   Wed Jul 25 16:01:37 2018 -0700
86589
86590     [closure] Allocate out set on the stack
86591
86592  src/hb-ot-layout-gsubgpos-private.hh | 4 +---
86593  1 file changed, 1 insertion(+), 3 deletions(-)
86594
86595 commit 74467b790154838e86c3ca8df0eaafe82e87f976
86596 Author: Behdad Esfahbod <behdad@behdad.org>
86597 Date:   Wed Jul 25 14:30:07 2018 -0700
86598
86599     Fix compile
86600
86601  src/hb-shaper-private.hh | 8 ++++----
86602  1 file changed, 4 insertions(+), 4 deletions(-)
86603
86604 commit bf90f35302c319ec4699ccbcd1e28b15ef2ec423
86605 Author: Behdad Esfahbod <behdad@behdad.org>
86606 Date:   Tue Jul 24 18:00:14 2018 -0700
86607
86608     [coretext] Add note
86609
86610  src/hb-shaper-private.hh | 4 ++++
86611  1 file changed, 4 insertions(+)
86612
86613 commit fb58cb4b5ca7043fa746b1a01790abf53bedfa86
86614 Author: Garret Rieger <grieger@google.com>
86615 Date:   Wed Jul 25 13:39:17 2018 -0700
86616
86617     [subset] Only used reachable lookups for gsub closure.
86618
86619  src/hb-subset-plan.cc | 12 ++++++++----
86620  1 file changed, 8 insertions(+), 4 deletions(-)
86621
86622 commit c38bd4025f3f6ff4c1a39cc106b8618361a0c62b
86623 Author: Behdad Esfahbod <behdad@behdad.org>
86624 Date:   Tue Jul 24 09:43:27 2018 -0700
86625
86626     [closure] Separate in and out glyphs
86627     
86628     Fixes https://github.com/harfbuzz/harfbuzz/issues/1107
86629
86630  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++--------
86631  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++++++++-
86632  2 files changed, 33 insertions(+), 9 deletions(-)
86633
86634 commit 85646fdadb2f102333485e07425361795b4e0412
86635 Author: Garret Rieger <grieger@google.com>
86636 Date:   Mon Jul 23 15:37:18 2018 -0700
86637
86638     [subset] Limit the iterations of the closure algorithm.
86639     Prevents O(n^2) run times.
86640
86641  src/hb-ot-layout-common-private.hh | 7 +++++++
86642  src/hb-ot-layout.cc                | 5 ++++-
86643  2 files changed, 11 insertions(+), 1 deletion(-)
86644
86645 commit 94759d4cf8986388399026ef5204ac55ee187180
86646 Author: Behdad Esfahbod <behdad@behdad.org>
86647 Date:   Mon Jul 23 15:01:39 2018 -0700
86648
86649     Fix visibility on mingw32
86650     
86651     Should fix bots again.
86652
86653  src/hb-private.hh | 6 +++++-
86654  1 file changed, 5 insertions(+), 1 deletion(-)
86655
86656 commit 61eddbd8ef64dc66e3c42723533d53967e61c9af
86657 Author: Behdad Esfahbod <behdad@behdad.org>
86658 Date:   Mon Jul 23 14:44:10 2018 -0700
86659
86660     Fix infinite loop in loading num_glyphs within sanitizer
86661
86662  src/hb-open-type-private.hh | 13 ++++++++++---
86663  src/hb-static.cc            |  4 +++-
86664  2 files changed, 13 insertions(+), 4 deletions(-)
86665
86666 commit e22a48ac95a60fac5e1bca26eed7f5623d73a7be
86667 Author: Behdad Esfahbod <behdad@behdad.org>
86668 Date:   Mon Jul 23 13:24:26 2018 -0700
86669
86670     One more visibility trick
86671     
86672     Should fix Windows build again.
86673
86674  src/hb-common.cc  |  9 +++++++++
86675  src/hb-private.hh | 20 ++------------------
86676  src/hb-static.cc  |  4 +++-
86677  3 files changed, 14 insertions(+), 19 deletions(-)
86678
86679 commit e57a638bdec378eed8e83513818c8add3ffae896
86680 Author: Behdad Esfahbod <behdad@behdad.org>
86681 Date:   Mon Jul 23 12:00:02 2018 -0700
86682
86683     One more
86684
86685  src/hb-ot-cmap-table.hh | 40 ++++++++++++++++++++--------------------
86686  1 file changed, 20 insertions(+), 20 deletions(-)
86687
86688 commit 36ed163fdd50419e4619c665a4a9dbf97f66c349
86689 Author: Behdad Esfahbod <behdad@behdad.org>
86690 Date:   Mon Jul 23 11:57:45 2018 -0700
86691
86692     Remove unnecessary OT:: namespace specifiers
86693
86694  src/hb-ot-cmap-table.hh       | 30 +++++++++++++++---------------
86695  src/hb-ot-color-sbix-table.hh |  4 ++--
86696  src/hb-ot-color-svg-table.hh  |  4 ++--
86697  src/hb-ot-glyf-table.hh       |  4 ++--
86698  src/hb-ot-hmtx-table.hh       |  2 +-
86699  src/hb-ot-maxp-table.hh       |  6 +++---
86700  src/hb-ot-os2-table.hh        |  4 ++--
86701  src/hb-ot-post-table.hh       |  2 +-
86702  8 files changed, 28 insertions(+), 28 deletions(-)
86703
86704 commit c6bc7c38314ea831418fdd1434bbe5afc0875f33
86705 Author: Behdad Esfahbod <behdad@behdad.org>
86706 Date:   Mon Jul 23 11:46:46 2018 -0700
86707
86708     Set num glyphs on sanitizer reference_table()
86709     
86710     Move out-of-class definitions of two methods to hb-static so they
86711     are accessible in libharfbuzz-subset.
86712
86713  src/hb-face.cc              | 20 --------------------
86714  src/hb-open-type-private.hh |  1 +
86715  src/hb-static.cc            | 22 ++++++++++++++++++++++
86716  3 files changed, 23 insertions(+), 20 deletions(-)
86717
86718 commit 9401829d4e93f6f433957fa2d053f3b9d42da557
86719 Author: Behdad Esfahbod <behdad@behdad.org>
86720 Date:   Sun Jul 22 22:50:58 2018 -0700
86721
86722     Remove Sanitizer<>
86723
86724  src/hb-open-type-private.hh | 16 +---------------
86725  1 file changed, 1 insertion(+), 15 deletions(-)
86726
86727 commit 8e3e41272b3896274459c5961aac813ef2666321
86728 Author: Behdad Esfahbod <behdad@behdad.org>
86729 Date:   Sun Jul 22 22:49:26 2018 -0700
86730
86731     Port rest of code away from Sanitizer<>
86732
86733  src/hb-face.cc | 4 ++--
86734  src/main.cc    | 3 +--
86735  2 files changed, 3 insertions(+), 4 deletions(-)
86736
86737 commit d6a8f64045ca3bf4c7d01520909fa0c7dfca4d64
86738 Author: Behdad Esfahbod <behdad@behdad.org>
86739 Date:   Sun Jul 22 22:47:19 2018 -0700
86740
86741     Port dump-emoji away from Sanitizer<>
86742
86743  src/dump-emoji.cc | 6 ++----
86744  1 file changed, 2 insertions(+), 4 deletions(-)
86745
86746 commit 14f78d2b3bb1e1292efbd6a3e3f0d618179c171a
86747 Author: Behdad Esfahbod <behdad@behdad.org>
86748 Date:   Sun Jul 22 22:45:26 2018 -0700
86749
86750     .
86751
86752  src/hb-aat-layout.cc | 4 +---
86753  1 file changed, 1 insertion(+), 3 deletions(-)
86754
86755 commit 4547051f48ca6aa53309b81a768b5b44c4ab6e3b
86756 Author: Behdad Esfahbod <behdad@behdad.org>
86757 Date:   Sun Jul 22 22:44:22 2018 -0700
86758
86759     Minor
86760
86761  src/hb-open-file-private.hh | 2 --
86762  1 file changed, 2 deletions(-)
86763
86764 commit 740ae27d5c0f5ff87e2ff489fb49d5db1a0c95be
86765 Author: Behdad Esfahbod <behdad@behdad.org>
86766 Date:   Sun Jul 22 22:40:56 2018 -0700
86767
86768     Port sbix off of Sanitizer<>
86769
86770  src/hb-ot-color-sbix-table.hh | 4 +---
86771  1 file changed, 1 insertion(+), 3 deletions(-)
86772
86773 commit 9583e0077d0a3a043f8b5bd23925014e04da8d32
86774 Author: Behdad Esfahbod <behdad@behdad.org>
86775 Date:   Sun Jul 22 22:40:32 2018 -0700
86776
86777     Port more off of Sanitizer<>
86778
86779  src/hb-face.cc                |  4 ++--
86780  src/hb-open-type-private.hh   |  2 +-
86781  src/hb-ot-cmap-table.hh       |  2 +-
86782  src/hb-ot-color-cbdt-table.hh |  4 ++--
86783  src/hb-ot-color-svg-table.hh  |  4 +---
86784  src/hb-ot-glyf-table.hh       |  8 ++++----
86785  src/hb-ot-hmtx-table.hh       | 10 +++++-----
86786  src/hb-ot-kern-table.hh       |  2 +-
86787  src/hb-ot-layout.cc           |  6 +++---
86788  src/hb-ot-maxp-table.hh       |  2 +-
86789  src/hb-ot-os2-table.hh        |  2 +-
86790  src/hb-ot-post-table.hh       |  2 +-
86791  src/hb-subset.cc              |  4 +---
86792  13 files changed, 24 insertions(+), 28 deletions(-)
86793
86794 commit e7737b41d793bfce9455d1797eb5e0af60794f23
86795 Author: Behdad Esfahbod <behdad@behdad.org>
86796 Date:   Sun Jul 22 22:24:31 2018 -0700
86797
86798     Add sanitizer reference_table, also fix clang build
86799     
86800     Clang is being really peculiar.  Fix with:
86801     
86802     -  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); }
86803     +  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
86804
86805  src/hb-open-type-private.hh | 10 ++++++++--
86806  src/hb-ot-post-table.hh     |  2 +-
86807  src/hb-subset-glyf.cc       |  2 +-
86808  src/hb-uniscribe.cc         |  2 +-
86809  4 files changed, 11 insertions(+), 5 deletions(-)
86810
86811 commit 62fa7cd1ccff4d4448ef84f9cc146464672636aa
86812 Author: David Corbett <corbett.dav@husky.neu.edu>
86813 Date:   Fri Apr 13 18:45:37 2018 -0400
86814
86815     Order Chakma split vowels in accordance with NFC
86816     
86817     Fixes #1105.
86818
86819  src/gen-use-table.py                               |  10 ++++++++++
86820  src/hb-ot-shape-complex-use-table.cc               |   4 ++--
86821  src/hb-ot-shape-complex-use.cc                     |  21 +--------------------
86822  .../2a670df15b73a5dc75a5cc491bde5ac93c5077dc.ttf   | Bin 0 -> 1344 bytes
86823  test/shaping/data/in-house/tests/use.tests         |   5 +++++
86824  5 files changed, 18 insertions(+), 22 deletions(-)
86825
86826 commit 0c1b287b72e91e0898d75acb5d5acf1c6b9a7498
86827 Author: Ebrahim Byagowi <ebrahim@gnu.org>
86828 Date:   Sat Jul 21 21:14:48 2018 +0430
86829
86830     Add a new API, hb_ot_layout_get_feature_name_ids (#976)
86831     
86832     This new API returns cvXX and ssXX related NameId, things like
86833     featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX
86834     and UINameId of ssXX, in a unified way.
86835     
86836     However HarfBuzz currently doesn't expose an API for retrieving the actual
86837     information associated with NameId from the `name` table and that should be
86838     done separately.
86839
86840  docs/harfbuzz-sections.txt         |  1 +
86841  src/hb-ot-layout-common-private.hh | 14 +++++++
86842  src/hb-ot-layout.cc                | 86 ++++++++++++++++++++++++++++++++++++++
86843  src/hb-ot-layout.h                 |  8 ++++
86844  4 files changed, 109 insertions(+)
86845
86846 commit 3a61c3e935cf649ba65ef0cb4daa9f06ab5d3c0a
86847 Author: Michiharu Ariza <ariza@adobe.com>
86848 Date:   Wed Jul 18 14:17:52 2018 -0700
86849
86850     first push of CFF/CFF2 work
86851     
86852     Index, Dict structs
86853     hooked up to hb-subset (takes CFF2, outputs empty CFF2)
86854
86855  src/Makefile.sources            |   4 +
86856  src/hb-ot-cff-common-private.hh | 475 ++++++++++++++++++++++++++++++++++++++++
86857  src/hb-ot-cff2-table.hh         | 386 ++++++++++++++++++++++++++++++++
86858  src/hb-ot-font.cc               |   2 +
86859  src/hb-subset-cff2.cc           | 121 ++++++++++
86860  src/hb-subset-cff2.hh           |  38 ++++
86861  src/hb-subset.cc                |   4 +
86862  7 files changed, 1030 insertions(+)
86863
86864 commit 93b65d9fe331a217640069fad4159cb7c3ec35e6
86865 Author: Ebrahim Byagowi <ebrahim@gnu.org>
86866 Date:   Tue Jul 17 23:29:16 2018 +0430
86867
86868     Remove dump-fon (#1100)
86869     
86870     It had interesting stuffs like EXE parsing and
86871     big-endian parsers but added in an attempt to find
86872     a solution for #681 which later found not related.
86873
86874  src/Makefile.am |   4 -
86875  src/dump-fon.cc | 555 --------------------------------------------------------
86876  2 files changed, 559 deletions(-)
86877
86878 commit d5cd47a69c40966b4d5b5aed87dd7ac6f070c37a
86879 Author: Ebrahim Byagowi <ebrahim@gnu.org>
86880 Date:   Tue Jul 17 22:32:37 2018 +0430
86881
86882     Remove AAT's gcid/fmtx (#1099)
86883     
86884     We are not going to use them, at least in the foreseeable future
86885
86886  src/Makefile.sources     |  2 --
86887  src/hb-aat-fmtx-table.hh | 67 --------------------------------------------
86888  src/hb-aat-gcid-table.hh | 73 ------------------------------------------------
86889  src/hb-aat-layout.cc     |  2 --
86890  4 files changed, 144 deletions(-)
86891
86892 commit 1e9e344b2ba076a5fd6d57d1705e17a59c3875ce
86893 Author: Behdad Esfahbod <behdad@behdad.org>
86894 Date:   Tue Jul 17 19:17:59 2018 +0200
86895
86896     Fix hb_face_count() sanitize referencing
86897
86898  src/hb-face.cc | 7 +++++--
86899  1 file changed, 5 insertions(+), 2 deletions(-)
86900
86901 commit a8cc0b5907e61199334a3a886fe22efe9cc17149
86902 Author: Behdad Esfahbod <behdad@behdad.org>
86903 Date:   Tue Jul 17 19:09:03 2018 +0200
86904
86905     Remove TODO that is not gonna be done
86906     
86907     Previously the idea was to cache sanitize results externally (think,
86908     in Fontconfig) and avoid resanitizing every time.  That's, not a good
86909     idea.
86910
86911  src/hb-open-type-private.hh | 2 --
86912  1 file changed, 2 deletions(-)
86913
86914 commit be7073840097c873ce4954c6cffadab175a007d3
86915 Author: Behdad Esfahbod <behdad@behdad.org>
86916 Date:   Tue Jul 17 18:45:25 2018 +0200
86917
86918     Move sanitizer code around a bit
86919
86920  src/hb-aat-layout-common-private.hh |  4 +-
86921  src/hb-open-type-private.hh         | 95 ++++++++++++++++++++-----------------
86922  src/hb-ot-color-sbix-table.hh       | 12 ++---
86923  src/hb-ot-layout-common-private.hh  |  3 --
86924  4 files changed, 58 insertions(+), 56 deletions(-)
86925
86926 commit db5d430effce67db57ddea2545694b7275ee8b35
86927 Author: Behdad Esfahbod <behdad@behdad.org>
86928 Date:   Tue Jul 17 18:14:45 2018 +0200
86929
86930     [aat] Update for blob changes
86931     
86932     Also, uncomment code again, just "if (0)" it out, so it doesn't get stale again.
86933
86934  src/hb-aat-layout.cc        | 58 ++-------------------------------------------
86935  src/hb-open-type-private.hh | 27 +++++++++++++--------
86936  src/hb-ot-layout-private.hh |  1 +
86937  src/hb-ot-layout.cc         |  2 ++
86938  src/hb-ot-shape.cc          |  6 ++---
86939  5 files changed, 25 insertions(+), 69 deletions(-)
86940
86941 commit 68310a65cba7eed20f8696f4c670bb195677f467
86942 Author: Behdad Esfahbod <behdad@behdad.org>
86943 Date:   Tue Jul 17 13:20:40 2018 +0200
86944
86945     1.8.4
86946
86947  NEWS             | 7 +++++++
86948  configure.ac     | 2 +-
86949  src/hb-version.h | 4 ++--
86950  3 files changed, 10 insertions(+), 3 deletions(-)
86951
86952 commit 04b7b81bcbf19cb85d06d930192d6591ba45ef72
86953 Author: Behdad Esfahbod <behdad@behdad.org>
86954 Date:   Tue Jul 17 10:57:01 2018 +0200
86955
86956     Reland "Implement C++11-style GCC builtin atomic ops"
86957     
86958     Fixed the crasher in it.
86959
86960  src/hb-atomic-private.hh | 22 +++++++++++++++++++---
86961  src/hb-object-private.hh |  2 +-
86962  2 files changed, 20 insertions(+), 4 deletions(-)
86963
86964 commit 019d18e9ae643134bfc3861be65ac618a5892c92
86965 Author: Behdad Esfahbod <behdad@behdad.org>
86966 Date:   Tue Jul 17 10:59:19 2018 +0200
86967
86968     Minor
86969
86970  src/Makefile.am      | 1 +
86971  test/api/Makefile.am | 2 ++
86972  2 files changed, 3 insertions(+)
86973
86974 commit 3edef5a19b5c0f30381ae6fe01c3370ded37f6ca
86975 Author: Behdad Esfahbod <behdad@behdad.org>
86976 Date:   Tue Jul 17 10:50:01 2018 +0200
86977
86978     Revert "Implement C++11-style GCC builtin atomic ops"
86979     
86980     This reverts commit 21fa170f0bfb0109c506ed17f5aff8b062564ffa.
86981     
86982     Is crashing.  Oops.
86983
86984  src/hb-atomic-private.hh | 22 +++-------------------
86985  src/hb-object-private.hh |  2 +-
86986  2 files changed, 4 insertions(+), 20 deletions(-)
86987
86988 commit 21fa170f0bfb0109c506ed17f5aff8b062564ffa
86989 Author: Behdad Esfahbod <behdad@behdad.org>
86990 Date:   Mon Jul 16 17:58:02 2018 +0200
86991
86992     Implement C++11-style GCC builtin atomic ops
86993     
86994     Hopefully fixes bots.
86995
86996  src/hb-atomic-private.hh | 22 +++++++++++++++++++---
86997  src/hb-object-private.hh |  2 +-
86998  2 files changed, 20 insertions(+), 4 deletions(-)
86999
87000 commit 804b59cf4901d471253016e0cbf82cc1bbbc1d15
87001 Author: Behdad Esfahbod <behdad@behdad.org>
87002 Date:   Mon Jul 16 15:44:58 2018 +0200
87003
87004     Relax C++11 atomic ops memory order to acquire-release
87005
87006  src/hb-atomic-private.hh | 6 +++---
87007  1 file changed, 3 insertions(+), 3 deletions(-)
87008
87009 commit bda242409fc0cbb79a0ff00eba9856c4b0a9c7a1
87010 Author: Behdad Esfahbod <behdad@behdad.org>
87011 Date:   Mon Jul 16 15:41:09 2018 +0200
87012
87013     Implement C++11 <atomic> operations
87014     
87015     Fixes https://github.com/harfbuzz/harfbuzz/issues/345
87016
87017  src/hb-atomic-private.hh          | 27 ++++++++++++++++++++++++---
87018  src/hb-open-type-private.hh       |  2 +-
87019  src/hb-ot-shape-complex-arabic.cc |  2 +-
87020  3 files changed, 26 insertions(+), 5 deletions(-)
87021
87022 commit 524411224054b23bab4adad7343314df45c9c183
87023 Merge: 2aae617a8 269eb4565
87024 Author: Cosimo Lupo <cosimo@anthrotype.com>
87025 Date:   Mon Jul 16 14:42:43 2018 +0200
87026
87027     Merge pull request #1094 from anthrotype/fix-appveyor-msys2
87028     
87029     appveyor.yml: try updating msys2 to fix failing mingw-w64-x86_64 build
87030
87031 commit 269eb45650be66901627da7f1014339065a948a5
87032 Author: Cosimo Lupo <cosimo@anthrotype.com>
87033 Date:   Mon Jul 16 14:14:42 2018 +0200
87034
87035     appveyor.yml: try only updating msys2 core, not the rest of the packages
87036     
87037     maybe it'll get a bit faster
87038
87039  appveyor.yml | 1 -
87040  1 file changed, 1 deletion(-)
87041
87042 commit 3ab52c6cb5c405366af804d278216e2d02a39ecb
87043 Author: Cosimo Lupo <cosimo@anthrotype.com>
87044 Date:   Mon Jul 16 12:57:27 2018 +0200
87045
87046     appveyor.yml: pass --needed option to pacman
87047     
87048     so it won't attempt reinstalling packages which are already installed
87049
87050  appveyor.yml | 2 +-
87051  1 file changed, 1 insertion(+), 1 deletion(-)
87052
87053 commit 5631d70d36aa7952d343ea794bd5169a730706ae
87054 Author: Cosimo Lupo <cosimo@anthrotype.com>
87055 Date:   Mon Jul 16 12:41:59 2018 +0200
87056
87057     appveyor.yml: try updating msys2 to fix failing mingw-w64-x86_64 build
87058     
87059     https://github.com/harfbuzz/harfbuzz/pull/1093#issuecomment-405201903
87060     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/ky7lao1ii1bi7ew4#L71
87061
87062  appveyor.yml | 2 ++
87063  1 file changed, 2 insertions(+)
87064
87065 commit 2aae617a84f47836f10efd30df43e13e3a9447e1
87066 Author: Behdad Esfahbod <behdad@behdad.org>
87067 Date:   Wed Jul 11 17:27:23 2018 +0200
87068
87069     Move _hb_alignof later again
87070     
87071     It uses constexpr...
87072
87073  src/hb-private.hh | 26 +++++++++++++-------------
87074  1 file changed, 13 insertions(+), 13 deletions(-)
87075
87076 commit f3a74c16ecafdca135a647ebe85117c35c1ef585
87077 Author: Behdad Esfahbod <behdad@behdad.org>
87078 Date:   Wed Jul 11 17:23:53 2018 +0200
87079
87080     Make hb_vector_t 8 bytes smaller
87081
87082  src/hb-dsalgs.hh | 8 +++-----
87083  1 file changed, 3 insertions(+), 5 deletions(-)
87084
87085 commit 44999f8b758374015f5d48c83f9adcb464607c2f
87086 Author: Behdad Esfahbod <behdad@behdad.org>
87087 Date:   Wed Jul 11 17:00:59 2018 +0200
87088
87089     Align NullPool and CrapPool to HB_VECTOR_SIZE
87090
87091  src/hb-dsalgs.hh  |  3 +--
87092  src/hb-private.hh | 64 ++++++++++++++++++++++++++++++++-----------------------
87093  src/hb-static.cc  |  4 ++--
87094  3 files changed, 40 insertions(+), 31 deletions(-)
87095
87096 commit 20a318d06acaabdee0090339dfa621aab46f1441
87097 Author: Behdad Esfahbod <behdad@behdad.org>
87098 Date:   Wed Jul 11 17:00:13 2018 +0200
87099
87100     Fix return type of alignof() fallback
87101
87102  src/hb-private.hh | 2 +-
87103  1 file changed, 1 insertion(+), 1 deletion(-)
87104
87105 commit 58cb4d9f73f1292454e3673d5e7ae5a58a566522
87106 Author: Behdad Esfahbod <behdad@behdad.org>
87107 Date:   Wed Jul 11 16:44:21 2018 +0200
87108
87109     Minor
87110
87111  test/api/test-ot-math.c | 4 ++--
87112  1 file changed, 2 insertions(+), 2 deletions(-)
87113
87114 commit 7796857c93b779e3c93eedd1cceb217d691dfd81
87115 Author: Behdad Esfahbod <behdad@behdad.org>
87116 Date:   Wed Jul 11 15:27:37 2018 +0200
87117
87118     Minor
87119
87120  RELEASING.md | 2 +-
87121  1 file changed, 1 insertion(+), 1 deletion(-)
87122
87123 commit 2b76767bf572364d3d647cdd139f2044a7ad06b2
87124 Author: Behdad Esfahbod <behdad@behdad.org>
87125 Date:   Wed Jul 11 15:27:13 2018 +0200
87126
87127     1.8.3
87128
87129  NEWS             | 8 ++++++++
87130  configure.ac     | 2 +-
87131  src/hb-version.h | 4 ++--
87132  3 files changed, 11 insertions(+), 3 deletions(-)
87133
87134 commit 718dfd4189275b1e4233dc7c12ab457352fccfcb
87135 Author: Behdad Esfahbod <behdad@behdad.org>
87136 Date:   Tue Jul 10 16:34:31 2018 +0200
87137
87138     Fix shift
87139
87140  src/hb-dsalgs.hh | 2 +-
87141  1 file changed, 1 insertion(+), 1 deletion(-)
87142
87143 commit 25aa411ac524ed08624033da473a5e050ff41633
87144 Author: Behdad Esfahbod <behdad@behdad.org>
87145 Date:   Tue Jul 10 16:05:03 2018 +0200
87146
87147     Put back include dependencies
87148
87149  src/hb-object-private.hh | 2 ++
87150  src/hb-private.hh        | 7 ++++---
87151  2 files changed, 6 insertions(+), 3 deletions(-)
87152
87153 commit 491d93bf74dd0483715ecca430715b69664e1211
87154 Author: Behdad Esfahbod <behdad@behdad.org>
87155 Date:   Tue Jul 10 16:03:31 2018 +0200
87156
87157     Move more stuff from hb-private.hh to hb-dsalgs.hh
87158
87159  src/hb-debug.hh   |   1 +
87160  src/hb-dsalgs.hh  | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++++
87161  src/hb-private.hh | 246 +-----------------------------------------------------
87162  3 files changed, 240 insertions(+), 244 deletions(-)
87163
87164 commit f477765661c196ac17b2c86731881a3da36a5ae6
87165 Author: Behdad Esfahbod <behdad@behdad.org>
87166 Date:   Tue Jul 10 15:49:05 2018 +0200
87167
87168     Move more stuff to hb-dsalgs.hh
87169
87170  src/hb-dsalgs.hh  | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
87171  src/hb-private.hh | 81 -----------------------------------------------------
87172  2 files changed, 83 insertions(+), 81 deletions(-)
87173
87174 commit be7f664f723fb4e7bcf15c1c2b7c6bec46f90393
87175 Author: Behdad Esfahbod <behdad@behdad.org>
87176 Date:   Tue Jul 10 15:23:08 2018 +0200
87177
87178     Move hb_bytes_t to hb-dsalgs.hh
87179
87180  src/hb-dsalgs.hh  | 45 ++++++++++++++++++++++++++++++++++-----------
87181  src/hb-private.hh | 26 --------------------------
87182  2 files changed, 34 insertions(+), 37 deletions(-)
87183
87184 commit 7a00f7eb2e3859db4563071934e76142bfd13916
87185 Author: Behdad Esfahbod <behdad@behdad.org>
87186 Date:   Tue Jul 10 14:42:10 2018 +0200
87187
87188     Remove hb_auto_array_t
87189
87190  src/hb-dsalgs.hh | 2 --
87191  1 file changed, 2 deletions(-)
87192
87193 commit be458eb05962dd5f5c60a25f54cf0b20e7d8b055
87194 Author: Behdad Esfahbod <behdad@behdad.org>
87195 Date:   Tue Jul 10 14:41:04 2018 +0200
87196
87197     Include more basic internal headers from hb-private.hh
87198
87199  src/hb-blob-private.hh               | 2 --
87200  src/hb-blob.cc                       | 1 -
87201  src/hb-buffer-private.hh             | 1 -
87202  src/hb-common.cc                     | 2 --
87203  src/hb-coretext.cc                   | 1 -
87204  src/hb-directwrite.cc                | 1 -
87205  src/hb-face-private.hh               | 1 -
87206  src/hb-font-private.hh               | 1 -
87207  src/hb-ft.cc                         | 1 -
87208  src/hb-map-private.hh                | 1 -
87209  src/hb-object-private.hh             | 4 ----
87210  src/hb-open-type-private.hh          | 1 -
87211  src/hb-ot-layout-common-private.hh   | 1 -
87212  src/hb-ot-layout-gsubgpos-private.hh | 1 -
87213  src/hb-ot-shape-complex-arabic.cc    | 1 -
87214  src/hb-private.hh                    | 6 +++++-
87215  src/hb-set-private.hh                | 1 -
87216  src/hb-shape-plan-private.hh         | 1 -
87217  src/hb-shape-plan.cc                 | 1 -
87218  src/hb-subset-input.cc               | 1 -
87219  src/hb-subset-plan.hh                | 1 -
87220  src/hb-subset.cc                     | 1 -
87221  src/hb-unicode-private.hh            | 1 -
87222  src/hb-uniscribe.cc                  | 1 -
87223  src/hb-warning.cc                    | 4 +---
87224  25 files changed, 6 insertions(+), 32 deletions(-)
87225
87226 commit bddeb2b10ca2f4b4bee6f7eaaf5615875a67111d
87227 Author: Behdad Esfahbod <behdad@behdad.org>
87228 Date:   Tue Jul 10 14:12:37 2018 +0200
87229
87230     Minor renamings of internal inline functions
87231
87232  src/hb-buffer.cc               |  4 ++--
87233  src/hb-dsalgs.hh               |  2 +-
87234  src/hb-map-private.hh          |  2 +-
87235  src/hb-open-type-private.hh    |  4 ++--
87236  src/hb-ot-cmap-table.hh        |  2 +-
87237  src/hb-ot-hdmx-table.hh        |  2 +-
87238  src/hb-ot-layout-gpos-table.hh |  4 ++--
87239  src/hb-ot-layout-gsub-table.hh |  2 +-
87240  src/hb-ot-map.cc               |  4 ++--
87241  src/hb-ot-shape.cc             |  4 ++--
87242  src/hb-private.hh              | 27 ++++++++++++++-------------
87243  src/hb-set-private.hh          |  6 +++---
87244  src/hb-subset.cc               |  2 +-
87245  13 files changed, 33 insertions(+), 32 deletions(-)
87246
87247 commit d652ef299d123f28409e755ed2d2411295293f19
87248 Author: Behdad Esfahbod <behdad@behdad.org>
87249 Date:   Tue Jul 10 14:05:00 2018 +0200
87250
87251     Move hb_vector_t and hb_lockable_set_t to hb-dsalgs.hh
87252
87253  src/hb-dsalgs.hh  | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++
87254  src/hb-private.hh | 315 ------------------------------------------------------
87255  2 files changed, 311 insertions(+), 315 deletions(-)
87256
87257 commit 9e53b083295ad910a87e778ebd16cbe69ebe2130
87258 Author: Behdad Esfahbod <behdad@behdad.org>
87259 Date:   Tue Jul 10 14:03:58 2018 +0200
87260
87261     Move hb_stable_sort to hb-dsalgs.hh
87262     
87263     Also, include hb-dsalgs.hh from end of hb-pricate.hh
87264
87265  src/hb-dsalgs.hh                | 51 +++++++++++++++++++++++++++++++++++++++++
87266  src/hb-ot-os2-unicode-ranges.hh |  1 -
87267  src/hb-ot-post-table.hh         |  1 -
87268  src/hb-private.hh               | 51 ++---------------------------------------
87269  4 files changed, 53 insertions(+), 51 deletions(-)
87270
87271 commit 39f11d8e72c6b2568f3b70847c6c9d1f374cd49c
87272 Author: Behdad Esfahbod <behdad@behdad.org>
87273 Date:   Tue Jul 10 14:01:39 2018 +0200
87274
87275     Minor
87276
87277  src/hb-private.hh | 4 ++--
87278  1 file changed, 2 insertions(+), 2 deletions(-)
87279
87280 commit 763f878cc0595162255c58ffe7a82ac1ca51cb0b
87281 Author: Behdad Esfahbod <behdad@behdad.org>
87282 Date:   Tue Jul 10 13:47:41 2018 +0200
87283
87284     Fix syntax
87285     
87286     Oops.
87287
87288  src/hb-private.hh | 2 +-
87289  1 file changed, 1 insertion(+), 1 deletion(-)
87290
87291 commit 83ea277178544cd7e417bdfb7b600ede94910e13
87292 Author: Behdad Esfahbod <behdad@behdad.org>
87293 Date:   Tue Jul 10 13:17:27 2018 +0200
87294
87295     Add posix_memalign() fallback
87296
87297  configure.ac      |  2 +-
87298  src/hb-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
87299  2 files changed, 41 insertions(+), 1 deletion(-)
87300
87301 commit 292c100d6141eb2e981fa632602d73768f748727
87302 Author: Behdad Esfahbod <behdad@behdad.org>
87303 Date:   Tue Jul 10 13:16:52 2018 +0200
87304
87305     Always compile (but not use) alignof() and round() fallback codes
87306     
87307     Catches compile-errors in them better.
87308
87309  src/hb-private.hh | 23 ++++++++++++-----------
87310  1 file changed, 12 insertions(+), 11 deletions(-)
87311
87312 commit 27c5317d918971c2fb67c213621a19ac790440e4
87313 Author: Behdad Esfahbod <behdad@behdad.org>
87314 Date:   Tue Jul 10 13:03:42 2018 +0200
87315
87316     Fix alignof impl
87317
87318  src/hb-private.hh | 2 +-
87319  1 file changed, 1 insertion(+), 1 deletion(-)
87320
87321 commit bca83618cda7ee4f683b4685d10db9e1bef4983c
87322 Author: Behdad Esfahbod <behdad@behdad.org>
87323 Date:   Tue Jul 10 12:58:13 2018 +0200
87324
87325     Add fallback implementation for constexpr and alignof
87326
87327  src/hb-private.hh | 18 ++++++++++++++++++
87328  1 file changed, 18 insertions(+)
87329
87330 commit 7cb47d0f3f202843ebc7fb8801bf388bb90ba3aa
87331 Author: Behdad Esfahbod <behdad@behdad.org>
87332 Date:   Tue Jul 10 12:51:29 2018 +0200
87333
87334     Minor
87335
87336  src/hb-set-private.hh | 1 +
87337  1 file changed, 1 insertion(+)
87338
87339 commit bf9e9676dda686f5b76826b4e3148f4a0b512e3c
87340 Merge: 46d8f0d55 53f73409a
87341 Author: Cosimo Lupo <cosimo@anthrotype.com>
87342 Date:   Mon Jul 9 20:24:22 2018 +0200
87343
87344     Merge pull request #1091 from anthrotype/fix-gen-def-py
87345     
87346     gen-def.py: pass headers as arguments so that msys2 can convert posix paths
87347
87348 commit 53f73409a91241765ae6a0cadf7600676988b6af
87349 Author: Cosimo Lupo <cosimo@anthrotype.com>
87350 Date:   Mon Jul 9 18:54:23 2018 +0100
87351
87352     CMakeLists.txt: don't pass header args as single space-separated string
87353     
87354     let python's parse command-line args as usual
87355
87356  CMakeLists.txt | 3 +--
87357  1 file changed, 1 insertion(+), 2 deletions(-)
87358
87359 commit 83d2233a5c47cf1feadcdece5bd4a6b498c6ee7a
87360 Author: Cosimo Lupo <cosimo@anthrotype.com>
87361 Date:   Mon Jul 9 18:48:20 2018 +0100
87362
87363     CMakeLists.txt: pass headers as arguments to gen-def.py; call using PYTHON_EXECUTABLE
87364
87365  CMakeLists.txt | 2 +-
87366  1 file changed, 1 insertion(+), 1 deletion(-)
87367
87368 commit ccdd15655480fe35226c0b757e28d3527fe2e6af
87369 Author: Cosimo Lupo <cosimo@anthrotype.com>
87370 Date:   Mon Jul 9 18:26:44 2018 +0100
87371
87372     src/Makefile.am: pass headers to gen-def.py as arguments, not env vars
87373
87374  src/Makefile.am | 8 ++++----
87375  1 file changed, 4 insertions(+), 4 deletions(-)
87376
87377 commit e3a931ef0b86419b5e4ba17de51535393471ed9d
87378 Author: Cosimo Lupo <cosimo@anthrotype.com>
87379 Date:   Mon Jul 9 18:11:29 2018 +0100
87380
87381     gen-def.py: pass headers as arguments so that msys2 can convert posix paths
87382     
87383     When one is not using the msys2 python, the header files that are passed in as environment
87384     variable cannot be found.
87385     
87386     https://ci.appveyor.com/project/fonttools/ttfautohint-py/build/1.0.65/job/rkremny4jjid9nl2#L803
87387     
87388     This is because msys2 shell and make use POSIX paths (e.g. /c/Users/clupo/...)
87389     whereas non-msys2 python.exe uses native Windows paths (e.g. C:\Users\clupo\...).
87390     
87391     Msys2 will automatically convert command line arguments (but not environment variables) from
87392     POSIX to Windows paths when calling a native win32 executable, so we pass the header paths
87393     as arguments instead of environment variables.
87394     
87395     This way the gen-def.py script can support both mingw python running in an MSYS2 shell, and
87396     native win32 python.
87397
87398  src/gen-def.py | 12 +++++++++---
87399  1 file changed, 9 insertions(+), 3 deletions(-)
87400
87401 commit 46d8f0d5521c3dd0b10c78e66153faefdb9046db
87402 Author: David Corbett <corbett.dav@husky.neu.edu>
87403 Date:   Fri Jul 6 15:47:03 2018 -0400
87404
87405     Do not enforce a native direction of LTR for Runic
87406     
87407     Fixes #481
87408
87409  src/hb-common.cc | 1 +
87410  1 file changed, 1 insertion(+)
87411
87412 commit 936dadc6610666aa5781e8662b859f18f9baa636
87413 Author: David Corbett <corbett.dav@husky.neu.edu>
87414 Date:   Sat Jul 7 11:08:17 2018 -0400
87415
87416     Regenerate the USE table for Grantha and Bhaiksuki (#1090)
87417     
87418     Completes #1037 and fixes #1035.
87419
87420  src/hb-ot-shape-complex-use-table.cc | 4 ++--
87421  1 file changed, 2 insertions(+), 2 deletions(-)
87422
87423 commit 1ebaa090d80bf0b59308d2c70f5e58dd8da47450
87424 Author: Behdad Esfahbod <behdad@behdad.org>
87425 Date:   Thu Jul 5 14:04:13 2018 +0430
87426
87427     Disable vectorization
87428     
87429     Disable vectorization for now.  To correctly use them, we should
87430     use posix_memalign() to allocate them.  Otherwise, can cause
87431     misaligned access.
87432     
87433     https://bugs.chromium.org/p/chromium/issues/detail?id=860184
87434
87435  src/hb-private.hh | 12 ++++++++++++
87436  1 file changed, 12 insertions(+)
87437
87438 commit 18a06f8a662ca7a9e63f74c6443e24a035c40655
87439 Author: Behdad Esfahbod <behdad@behdad.org>
87440 Date:   Thu Jul 5 14:03:48 2018 +0430
87441
87442     Fix warning
87443     
87444     ../../src/hb-ot-layout-gsubgpos-private.hh:391:18: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
87445
87446  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
87447  1 file changed, 1 insertion(+), 1 deletion(-)
87448
87449 commit 058708a665cdd9e796581dbcf60a5778d3f5e240
87450 Author: Behdad Esfahbod <behdad@behdad.org>
87451 Date:   Thu Jul 5 13:16:00 2018 +0430
87452
87453     Allow disabling vector_size use
87454
87455  src/hb-private.hh | 10 ++++++----
87456  1 file changed, 6 insertions(+), 4 deletions(-)
87457
87458 commit d8a7dedc83042c5a643195172830acf78f2e59ff
87459 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87460 Date:   Wed Jul 4 15:33:39 2018 +0430
87461
87462     Use CreateFileW explicitly and pass wchar_t to it (#1087)
87463
87464  src/hb-blob.cc | 12 +++++++++---
87465  1 file changed, 9 insertions(+), 3 deletions(-)
87466
87467 commit 9940504e933d6766f87dca7fccc3c2f889976a22
87468 Author: Behdad Esfahbod <behdad@behdad.org>
87469 Date:   Tue Jul 3 14:29:25 2018 +0430
87470
87471     [indic] Adjust left-matra repositioning and Halant,ZWJ sequence
87472     
87473     From the new code (first paragraph is from the OT Devanagari spec.):
87474     
87475       /*   o Reorder matras:
87476        *
87477        *     If a pre-base matra character had been reordered before applying basic
87478        *     features, the glyph can be moved closer to the main consonant based on
87479        *     whether half-forms had been formed. Actual position for the matra is
87480        *     defined as “after last standalone halant glyph, after initial matra
87481        *     position and before the main consonant”. If ZWJ or ZWNJ follow this
87482        *     halant, position is moved after it.
87483        *
87484        * IMPLEMENTATION NOTES:
87485        *
87486        * It looks like the last sentence is wrong.  Testing, with Windows 7 Uniscribe
87487        * and Devanagari shows that the behavior is best described as:
87488        *
87489        * "If ZWJ follows this halant, matra is NOT repositioned after this halant.
87490        *  If ZWNJ follows this halant, position is moved after it."
87491        *
87492        * Test case, with Adobe Devanagari or Nirmala UI:
87493        *
87494        *   U+091F,U+094D,U+200C,U+092F,U+093F
87495        *   (Matra moves to the middle, after ZWNJ.)
87496        *
87497        *   U+091F,U+094D,U+200D,U+092F,U+093F
87498        *   (Matra does NOT move, stays to the left.)
87499     
87500     Fixes https://github.com/harfbuzz/harfbuzz/issues/1070
87501     
87502     Test case added with Adobe Devanagari.
87503
87504  src/hb-ot-shape-complex-indic.cc                   |  37 +++++++++++++++++++++
87505  .../8116e5d8fedfbec74e45dc350d2416d810bed8c4.ttf   | Bin 0 -> 4364 bytes
87506  .../data/in-house/tests/indic-joiners.tests        |   4 +++
87507  3 files changed, 41 insertions(+)
87508
87509 commit 2cb075fe26201f3e370fccfff6c1bc242b5acc79
87510 Author: Behdad Esfahbod <behdad@behdad.org>
87511 Date:   Tue Jul 3 13:04:05 2018 +0430
87512
87513     Fix unused function '_hb_mapped_file_destroy' if no mmap
87514
87515  src/hb-blob.cc | 2 ++
87516  1 file changed, 2 insertions(+)
87517
87518 commit 343e8c694b03eea625523229a9468fbb456e3aea
87519 Author: Behdad Esfahbod <behdad@behdad.org>
87520 Date:   Tue Jul 3 12:43:59 2018 +0430
87521
87522     1.8.2
87523
87524  NEWS             | 8 ++++++++
87525  configure.ac     | 2 +-
87526  src/hb-version.h | 4 ++--
87527  3 files changed, 11 insertions(+), 3 deletions(-)
87528
87529 commit 29e7879bcf3fe955a0be3bb41e929e68f39ad01e
87530 Author: Behdad Esfahbod <behdad@behdad.org>
87531 Date:   Tue Jul 3 12:38:21 2018 +0430
87532
87533     Disable .dfont code for now
87534     
87535     The get_table imple was wrong, as table offsets in a dfont are
87536     relative to the resource.  We were treating them as relative to
87537     the big blob itself.  To be fixed.
87538     
87539     Part of https://github.com/harfbuzz/harfbuzz/pull/1085
87540
87541  src/hb-open-file-private.hh | 6 +++---
87542  1 file changed, 3 insertions(+), 3 deletions(-)
87543
87544 commit 32348a43c154eac6bfb21b9e8044b38ed763601e
87545 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87546 Date:   Sun Jul 1 15:32:43 2018 +0430
87547
87548     Fix trak table apply logic
87549     
87550     In collaboration with Behdad
87551
87552  src/hb-aat-layout-trak-table.hh | 4 ++--
87553  1 file changed, 2 insertions(+), 2 deletions(-)
87554
87555 commit 225b92b7d4437360f8779850ee0aae85966679b5
87556 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87557 Date:   Sun Jul 1 14:32:00 2018 +0430
87558
87559     Support dfont font files (#949)
87560
87561  src/hb-open-file-private.hh | 196 ++++++++++++++++++++++++++++++++++++++++++++
87562  src/hb-open-type-private.hh |   1 +
87563  src/main.cc                 |   3 +
87564  3 files changed, 200 insertions(+)
87565
87566 commit 5d8cafcf6a47ce73afff06499f6be23c72ab6797
87567 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87568 Date:   Sun Jul 1 01:54:14 2018 +0430
87569
87570     Improve nommap naming and use C style comments on create_from_file (#1084)
87571
87572  .circleci/config.yml |  2 +-
87573  src/hb-blob.cc       | 16 ++++++++--------
87574  2 files changed, 9 insertions(+), 9 deletions(-)
87575
87576 commit d3c0980ac234698627cb281e5526cc99139eed30
87577 Author: Behdad Esfahbod <behdad@behdad.org>
87578 Date:   Sat Jun 30 15:59:25 2018 +0430
87579
87580     Adjust MarkBasePos heuristic in presence of MultipleSubst
87581     
87582     From the issue:
87583     "In this font, the virama,ya first forms a ligature, then decomposes back to
87584     virama,ya. This causes those two to be marked parts of a MultipleSubst
87585     sequence. When attaching the matra, we look for the first of the MultipleSubst
87586     sequence because that's where we attach to (because of eg #740). In this case,
87587     the first glyph in the MultipleSubst sequence is a mark, so we skip it and
87588     attach to the base char before it."
87589     
87590     Font in question is Nirmala UI from Windows 10. Test sequence:
87591     
87592       U+0926,U+094D,U+092F,U+0941
87593     
87594     Fixes https://github.com/harfbuzz/harfbuzz/issues/1020
87595
87596  src/hb-ot-layout-gpos-table.hh | 5 ++++-
87597  1 file changed, 4 insertions(+), 1 deletion(-)
87598
87599 commit 8b9cbe3b24be2ae0166e682103e22ec916316ecf
87600 Author: Behdad Esfahbod <behdad@behdad.org>
87601 Date:   Sat Jun 30 12:28:03 2018 +0430
87602
87603     [indic] Tweak for old-spec Bengali and halant-ya-halant
87604     
87605     Fixes https://github.com/harfbuzz/harfbuzz/issues/1073
87606
87607  src/hb-ot-shape-complex-indic.cc | 13 ++++++++++---
87608  1 file changed, 10 insertions(+), 3 deletions(-)
87609
87610 commit 9541c9dae10156fb61e4786545d1976cdcfb6bda
87611 Author: punchcutter <zarijoscha@gmail.com>
87612 Date:   Sun Jun 24 22:54:57 2018 -0700
87613
87614     Rebase and update USE overrides for Bhaiksuki Gap Fillers and Grantha Anusvara
87615
87616  src/gen-use-table.py | 8 +++++++-
87617  1 file changed, 7 insertions(+), 1 deletion(-)
87618
87619 commit 7b8dfac560abe89d48cfc2f6efb4a61820bd28bf
87620 Author: Behdad Esfahbod <behdad@behdad.org>
87621 Date:   Sat Jun 30 09:16:54 2018 +0430
87622
87623     [khmer] Fix infinite-loop in cluster merging
87624     
87625     Indic shaper already had this check.  We removed it when forking
87626     Khmer shaper by mistake.
87627     
87628     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1464623
87629
87630  src/hb-ot-shape-complex-khmer.cc | 31 +++++++++++++++++--------------
87631  1 file changed, 17 insertions(+), 14 deletions(-)
87632
87633 commit 25970a93aa6596d50ae538c6274625f95153572c
87634 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87635 Date:   Thu Jun 28 14:32:36 2018 +0430
87636
87637     armcc compatibility, don't use EINTR if doesn't exist
87638     
87639     Fixes #1081
87640
87641  src/hb-blob.cc | 2 ++
87642  1 file changed, 2 insertions(+)
87643
87644 commit 8a51f91b7035bbfaf39af1b962faf1613d2ea3b7
87645 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87646 Date:   Thu Jun 28 13:22:21 2018 +0430
87647
87648     Minor on hb_blob_create_from_file, reuse ferror result
87649     
87650     Oops
87651
87652  src/hb-blob.cc | 2 +-
87653  1 file changed, 1 insertion(+), 1 deletion(-)
87654
87655 commit 71971800ed1c0501a58e6ff7730e3cebec2ef2f8
87656 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87657 Date:   Wed Jun 27 18:14:52 2018 +0430
87658
87659     [ci] Don't fail on apt update and revive clang-O3-O0
87660
87661  .circleci/config.yml | 3 ++-
87662  1 file changed, 2 insertions(+), 1 deletion(-)
87663
87664 commit 7b4099f35f766d33d483a4b9d0805ef16020ea23
87665 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87666 Date:   Wed Jun 27 16:54:44 2018 +0430
87667
87668     Minor, rename blob to data on blob_from_file
87669
87670  src/hb-blob.cc | 18 +++++++++---------
87671  1 file changed, 9 insertions(+), 9 deletions(-)
87672
87673 commit fa090ed4d47df12b2e611c9a667c398742f7e4ba
87674 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87675 Date:   Wed Jun 27 14:13:26 2018 +0430
87676
87677     Minor touches on hb_blob_create_from_file (#1079)
87678     
87679     * Handle EINTR on fallback reader
87680     * Increase fallback reader limitation size limitation to 2 << 28
87681     * Ensure _O_BINARY does exist if MMAP is used on Windows
87682       (maybe superfluous but makes me more confident)
87683
87684  src/hb-blob.cc | 22 +++++++++++++---------
87685  1 file changed, 13 insertions(+), 9 deletions(-)
87686
87687 commit 01dff1ea1aa871fa19a92c2afd63c8cb5dd6e455
87688 Author: Behdad Esfahbod <behdad@behdad.org>
87689 Date:   Tue Jun 26 18:00:58 2018 -0400
87690
87691     Make round() fallback portable to systems that do have round()
87692     
87693     Makes compiling without HAVE_ROUND on systems that do have it work.
87694
87695  src/hb-private.hh | 3 ++-
87696  1 file changed, 2 insertions(+), 1 deletion(-)
87697
87698 commit 7db2e9ea38329b9393c9e8cc905b180735c9b0f4
87699 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87700 Date:   Tue Jun 26 10:46:10 2018 +0430
87701
87702     Minor on hb_blob_create_from_file
87703     
87704     Add one more "unlikely" annotation and use explicit nullptr check for more consistency.
87705
87706  src/hb-blob.cc | 4 ++--
87707  1 file changed, 2 insertions(+), 2 deletions(-)
87708
87709 commit 4f8753464ae44dfb60bee81ede10448175db7b90
87710 Author: Garret Rieger <grieger@google.com>
87711 Date:   Fri Jun 22 15:29:34 2018 -0700
87712
87713     [subset] Add fuzzer test case that caused a timeout to the corpus.
87714
87715  ...testcase-minimized-hb-subset-fuzzer-5750092395970560 | Bin 0 -> 72435 bytes
87716  1 file changed, 0 insertions(+), 0 deletions(-)
87717
87718 commit bbf2a09549a88bd52ac3db89a0ae93f3b71b3e37
87719 Merge: 8db058d20 35ce8f31d
87720 Author: Nathan Willis <nwillis@glyphography.com>
87721 Date:   Mon Jun 25 13:02:11 2018 -0500
87722
87723     Merge branch 'master' of http://github.com/behdad/harfbuzz
87724     
87725     Catching up.
87726
87727 commit 35ce8f31d37cf7c2a1f8265d36ba4c2c9a3efb2c
87728 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87729 Date:   Mon Jun 25 22:23:43 2018 +0430
87730
87731     Unify our pipe reader with the fallback reader (#1068)
87732     
87733     And assign one bot to use the path always using NOMMAPFILEREADER token.
87734     
87735     It's limited to 200mb so no more fun with using /dev/zero on hb-view!
87736
87737  .circleci/config.yml |   6 +-
87738  src/hb-blob.cc       | 152 ++++++++++++++++++++++-----------------------------
87739  2 files changed, 68 insertions(+), 90 deletions(-)
87740
87741 commit f57804a8a596e88843ddc8b88afac7526349b89b
87742 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87743 Date:   Mon Jun 25 18:45:49 2018 +0430
87744
87745     Resolve ttx absolute path before use (#1075)
87746
87747  test/subset/run-tests.py | 101 ++++++++++++++++++++++++++---------------------
87748  1 file changed, 57 insertions(+), 44 deletions(-)
87749
87750 commit 159ddb872986f121818e816d2ea75d271075ba1f
87751 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87752 Date:   Sun Jun 24 23:09:16 2018 +0430
87753
87754     Treat - just as /dev/stdin and remove one extra file reader (#1065)
87755
87756  util/options.cc | 27 +++++++++------------------
87757  1 file changed, 9 insertions(+), 18 deletions(-)
87758
87759 commit b2a187918757a0faaf0f564ec2b0766c09fa364c
87760 Author: Behdad Esfahbod <behdad@behdad.org>
87761 Date:   Sat Jun 23 10:32:28 2018 -0400
87762
87763     In Coverage iterator, bail out if table smells
87764     
87765     In particular, if CoverageFormat2 has unsorted ranges, bail out.
87766     Otherwise, 64k ranges of each 64k glyphs can DoS closure() method.
87767     
87768     We can do the same for CoverageFormat1, but that one does not expose
87769     the quadratic behavior, so, fine.
87770
87771  src/hb-ot-layout-common-private.hh | 17 +++++++++++++++--
87772  1 file changed, 15 insertions(+), 2 deletions(-)
87773
87774 commit 941f2b85489b344698bf036922c589483034a7f2
87775 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87776 Date:   Mon Jun 18 20:35:40 2018 +0430
87777
87778     Support pipe and friends on hb_blob_create_from_file (#1061)
87779     
87780     With this hb-view/hb-shape support pipes and possibly socket and named pipe
87781     also, anything fails just on mmap.
87782     
87783     We can later do the same for Windows also.
87784     
87785     This however reveals two issues, the fact most of our bots don't have HAVE_MMAP and using
87786     this instead the other fread/fopen reader can make failure on CI. I should look at them separately
87787     this change however is very low risk I believe.
87788
87789  src/hb-blob.cc | 44 +++++++++++++++++++++++++++++++++++++++++++-
87790  1 file changed, 43 insertions(+), 1 deletion(-)
87791
87792 commit d0c2889dfc43da92c76d6eab5482b1298744dc9c
87793 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87794 Date:   Mon Jun 18 19:59:33 2018 +0430
87795
87796     Revert file blob sanitization and index checking (#1062)
87797     
87798     As https://github.com/harfbuzz/harfbuzz/pull/1059#issuecomment-397912812 we
87799     like to still work with blobs that harfbuzz itself can't handle directly that are failing sanitization
87800     currently apparently.
87801
87802  util/options.cc | 12 ++----------
87803  util/options.hh |  2 +-
87804  2 files changed, 3 insertions(+), 11 deletions(-)
87805
87806 commit c53697d3f2a3fae8b68ec4c5146c7000a07e0963
87807 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87808 Date:   Sun Jun 17 17:04:55 2018 +0430
87809
87810     Verbose fail when something is wrong with hb-shape/hb-view input font file (#1059)
87811     
87812     This checks if the blob isn't empty and uses `hb_face_count`
87813     to see if the font file passes the simple font file sanitization
87814     so can detect if the input is actually a font and checks also
87815     whether input font-index is out of range.
87816
87817  util/options.cc | 11 +++++++++++
87818  1 file changed, 11 insertions(+)
87819
87820 commit aa0c5df4199ef4e96df2b856c8f629e49fdd5120
87821 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87822 Date:   Sun Jun 17 16:49:34 2018 +0430
87823
87824     Fix reading fonts from stdin (#1060)
87825     
87826     We were passing the font path directly to freetype so rendering
87827     was broken when we are getting the font from stdin.
87828     
87829     This fixes it by using FT_New_Memory_Face instead.
87830     
87831     This fixes:
87832     * build/util/hb-view /dev/stdin text < font.ttf
87833     * build/util/hb-view - text < font.ttf
87834     * cat font.ttf | build/util/hb-view - text
87835     
87836     but doesn't work on
87837     * cat font.ttf | build/util/hb-view /dev/stdin text
87838     
87839     which I will try to fix separately.
87840
87841  util/helper-cairo.cc | 14 ++++++++++----
87842  util/options.cc      |  5 ++---
87843  util/options.hh      |  4 +++-
87844  3 files changed, 15 insertions(+), 8 deletions(-)
87845
87846 commit 3654d9be6b017e66307fe0ffe635266938b14702
87847 Author: Behdad Esfahbod <behdad@behdad.org>
87848 Date:   Tue Jun 12 19:38:04 2018 -0400
87849
87850     1.8.1
87851
87852  NEWS             | 8 ++++++++
87853  configure.ac     | 2 +-
87854  src/hb-version.h | 4 ++--
87855  3 files changed, 11 insertions(+), 3 deletions(-)
87856
87857 commit f3e58ab8a957cdf36bddef793c473664744885a7
87858 Author: Behdad Esfahbod <behdad@behdad.org>
87859 Date:   Tue Jun 12 19:32:04 2018 -0400
87860
87861     [docs] Enlist misc new symbols
87862
87863  RELEASING.md               |  3 ++-
87864  docs/harfbuzz-sections.txt | 24 +++++++++++++++++++++++-
87865  2 files changed, 25 insertions(+), 2 deletions(-)
87866
87867 commit f6893ef82c51a35dd075973b2041b1b19f81faff
87868 Author: Behdad Esfahbod <behdad@behdad.org>
87869 Date:   Tue Jun 12 19:20:20 2018 -0400
87870
87871     Move hb-version.h generation to Makefile
87872     
87873     Fixes https://github.com/harfbuzz/harfbuzz/issues/864
87874     
87875     Unfortunately 1.7.7 and 1.8.0 went out with the wrong hb-version.h contents.
87876
87877  configure.ac     |  1 -
87878  src/Makefile.am  | 21 ++++++++++++++++-----
87879  src/hb-version.h |  6 +++---
87880  3 files changed, 19 insertions(+), 9 deletions(-)
87881
87882 commit cc0b04f48f261c1deb8f4142e7ae0222fbec67fb
87883 Author: Behdad Esfahbod <behdad@behdad.org>
87884 Date:   Tue Jun 12 18:24:54 2018 -0400
87885
87886     [subset] Remove HB_SUBSET_BUILTIN
87887     
87888     Just include hb-static.cc in libharfbuzz-subset.so source list as
87889     well.  Those building it built-in will include hb-static.cc once
87890     already.  No need for any gymnastics.
87891
87892  src/Makefile.sources | 1 +
87893  src/hb-subset.cc     | 5 -----
87894  2 files changed, 1 insertion(+), 5 deletions(-)
87895
87896 commit ba0ea56efab9caa942d59bf51c78e490969cab87
87897 Author: Behdad Esfahbod <behdad@behdad.org>
87898 Date:   Mon Jun 11 23:24:41 2018 -0400
87899
87900     [substitute-closure] Rename function for clarity
87901
87902  src/hb-ot-layout-gsub-table.hh       | 4 ++--
87903  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
87904  2 files changed, 3 insertions(+), 3 deletions(-)
87905
87906 commit 7b5ce416383101cb9d72a775a32d0088984e6817
87907 Author: Behdad Esfahbod <behdad@behdad.org>
87908 Date:   Mon Jun 11 23:23:40 2018 -0400
87909
87910     Whitespace
87911
87912  src/hb-ot-layout-gsub-table.hh | 3 +--
87913  1 file changed, 1 insertion(+), 2 deletions(-)
87914
87915 commit c4d0d11c55f018026fc9c1db75fe7a4f8a38f81f
87916 Author: Behdad Esfahbod <behdad@behdad.org>
87917 Date:   Mon Jun 11 22:11:45 2018 -0400
87918
87919     [vector] Always 0-fill new items
87920
87921  src/hb-private.hh | 3 +++
87922  1 file changed, 3 insertions(+)
87923
87924 commit a7e1b4a3b2d7b853ca244156571dd83321739bb1
87925 Author: Behdad Esfahbod <behdad@behdad.org>
87926 Date:   Mon Jun 11 22:05:08 2018 -0400
87927
87928     Fix compiler warning re reordering of initializations
87929
87930  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
87931  1 file changed, 2 insertions(+), 2 deletions(-)
87932
87933 commit f56cd9df10824fbbef52172470d07ff673d460cc
87934 Author: Behdad Esfahbod <behdad@behdad.org>
87935 Date:   Mon Jun 11 22:02:38 2018 -0400
87936
87937     Style
87938
87939  src/hb-ot-layout.cc | 4 +++-
87940  1 file changed, 3 insertions(+), 1 deletion(-)
87941
87942 commit a95cde15af4aa34e76c4394dfdf17e7d25164d5b
87943 Author: Jonathan Kew <jfkthame@gmail.com>
87944 Date:   Mon Jun 11 18:09:35 2018 -0700
87945
87946     [hb-set] Additional testcase for hb-set-intersect.
87947
87948  test/api/test-set.c | 6 ++++++
87949  1 file changed, 6 insertions(+)
87950
87951 commit 82484b05ca7a51dec6f3f9e9b0d7967823d7657f
87952 Author: Jonathan Kew <jfkthame@gmail.com>
87953 Date:   Mon Jun 11 20:55:14 2018 -0700
87954
87955     [hb-set] Don't shrink vectors until after processing their contents.
87956     
87957     Fixes #1054.
87958
87959  src/hb-set-private.hh | 10 +++++++---
87960  1 file changed, 7 insertions(+), 3 deletions(-)
87961
87962 commit eb585033cae33ca069bbcdaa21e4074678b6a6e9
87963 Author: Ebrahim Byagowi <ebrahim@gnu.org>
87964 Date:   Mon Jun 11 03:47:43 2018 +0430
87965
87966     Fetch the updated dwrite_1.h header from a better place
87967     
87968     Following to https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1693/job/mfkjdhcdykjuqdfc
87969
87970  appveyor.yml | 2 +-
87971  1 file changed, 1 insertion(+), 1 deletion(-)
87972
87973 commit b8e406f0c7c381d46e2d2bbe35a6107d560f2122
87974 Author: Behdad Esfahbod <behdad@behdad.org>
87975 Date:   Sun Jun 10 17:22:38 2018 -0400
87976
87977     More fixes for SunStudio 12.6 build
87978     
87979     Followup to https://github.com/harfbuzz/harfbuzz/pull/1053
87980
87981  src/hb-ft.cc     | 8 ++++----
87982  src/hb-subset.cc | 2 +-
87983  2 files changed, 5 insertions(+), 5 deletions(-)
87984
87985 commit 498e4373dc2eb98fa9b18a0824c7912ed84a4c80
87986 Author: prrace <philip.race@oracle.com>
87987 Date:   Sat Jun 9 16:04:28 2018 -0700
87988
87989     Fix SunStudio 12.6 build (#1053)
87990
87991  src/hb-face.cc    | 2 +-
87992  src/hb-private.hh | 2 +-
87993  2 files changed, 2 insertions(+), 2 deletions(-)
87994
87995 commit 46f7e7760f4c9b1b2886a27eff3c0fabdab45dbe
87996 Author: Garret Rieger <grieger@google.com>
87997 Date:   Thu Jun 7 15:55:45 2018 -0700
87998
87999     [subset] Use REPLACEME instead of version.
88000
88001  src/hb-subset-input.cc | 2 +-
88002  1 file changed, 1 insertion(+), 1 deletion(-)
88003
88004 commit fc246ec985890f8256f6e03cdf74c86b9b51ff2a
88005 Author: Garret Rieger <grieger@google.com>
88006 Date:   Thu Jun 7 15:54:19 2018 -0700
88007
88008     [subset] Move variable declaration out of loop.
88009
88010  test/api/test-subset-glyf.c | 4 ++--
88011  1 file changed, 2 insertions(+), 2 deletions(-)
88012
88013 commit 197cb18b22ce11f32f5f2c68c13f7068fb5cc338
88014 Author: Garret Rieger <grieger@google.com>
88015 Date:   Thu Jun 7 15:32:52 2018 -0700
88016
88017     [subset] Add test cases for gsub closure in subsetting.
88018
88019  test/api/fonts/Roboto-Regular.gsub.fi.ttf   | Bin 0 -> 2652 bytes
88020  test/api/fonts/Roboto-Regular.gsub.fil.ttf  | Bin 0 -> 3228 bytes
88021  test/api/fonts/Roboto-Regular.nogsub.fi.ttf | Bin 0 -> 1856 bytes
88022  test/api/test-subset-glyf.c                 |  52 ++++++++++++++++++++++++++++
88023  4 files changed, 52 insertions(+)
88024
88025 commit 37eab27be3b88079614f66e484c700bb2d40af10
88026 Author: Garret Rieger <grieger@google.com>
88027 Date:   Thu Jun 7 14:39:03 2018 -0700
88028
88029     [subset] Add fuzzing of gsub closure to hb-subset-fuzzer.
88030
88031  test/fuzzing/hb-subset-fuzzer.cc | 27 ++++++++++++++++++++-------
88032  1 file changed, 20 insertions(+), 7 deletions(-)
88033
88034 commit feb23892a36a7c855306db6d21521d5e8362bdf7
88035 Author: Garret Rieger <grieger@google.com>
88036 Date:   Thu Jun 7 14:32:34 2018 -0700
88037
88038     [subset] Use gsub closure if ot layout is not being dropped.
88039
88040  src/hb-ot-layout.cc   | 10 ++++++++--
88041  src/hb-subset-plan.cc | 20 ++++++++++++++++++--
88042  2 files changed, 26 insertions(+), 4 deletions(-)
88043
88044 commit a5673da9be70f2ba0ff79aab4bd9a4480cb0223e
88045 Author: Garret Rieger <grieger@google.com>
88046 Date:   Thu Jun 7 14:23:03 2018 -0700
88047
88048     [subset] Add drop_ot_layout setting to subset input.
88049
88050  src/hb-subset-input.cc   | 17 +++++++++++++++++
88051  src/hb-subset-plan.cc    |  1 +
88052  src/hb-subset-plan.hh    |  1 +
88053  src/hb-subset-private.hh |  1 +
88054  src/hb-subset.cc         |  3 ++-
88055  src/hb-subset.h          |  3 +++
88056  6 files changed, 25 insertions(+), 1 deletion(-)
88057
88058 commit 57badadb769d0bcdbee00afce3af4972bc5c6bf1
88059 Author: Garret Rieger <grieger@google.com>
88060 Date:   Wed Jun 6 16:02:51 2018 -0700
88061
88062     [subset] add a new closure call to hb-ot-layout that can compute the closure over multiple lookups.
88063
88064  src/hb-ot-layout.cc | 26 ++++++++++++++++++++++++++
88065  src/hb-ot-layout.h  |  6 ++++++
88066  src/hb-ot-shape.cc  | 10 +---------
88067  3 files changed, 33 insertions(+), 9 deletions(-)
88068
88069 commit 11f1f4131b722f0e0338bee222a78110806f5a3d
88070 Author: Behdad Esfahbod <behdad@behdad.org>
88071 Date:   Wed Jun 6 16:46:50 2018 -0700
88072
88073     [set] Add is_subset
88074     
88075     New API:
88076     +hb_set_is_subset()
88077
88078  src/hb-set-private.hh       | 13 +++++++++++++
88079  src/hb-set.cc               | 22 ++++++++++++++++++++--
88080  src/hb-set.h                |  4 ++++
88081  test/api/test-set.c         |  4 ++++
88082  test/api/test-subset-glyf.c | 11 +++++------
88083  5 files changed, 46 insertions(+), 8 deletions(-)
88084
88085 commit 45186b9b8cbffa7b5c8509624fb431a0f79f5130
88086 Author: Garret Rieger <grieger@google.com>
88087 Date:   Tue Jun 5 17:14:42 2018 -0700
88088
88089     [subset] Add memoization of GSUB lookup closures.
88090
88091  src/hb-ot-layout-gsub-table.hh       | 15 +++++++++++++--
88092  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++++++++++++
88093  src/hb-ot-layout.cc                  |  6 ++++--
88094  3 files changed, 37 insertions(+), 4 deletions(-)
88095
88096 commit 78d92e0f27e8b688efac014526ef5c4f1f53a58f
88097 Author: Behdad Esfahbod <behdad@behdad.org>
88098 Date:   Wed Jun 6 15:24:43 2018 -0700
88099
88100     Minorish
88101
88102  src/hb-private.hh | 2 +-
88103  1 file changed, 1 insertion(+), 1 deletion(-)
88104
88105 commit 676b19f0d1d21629b654e69f220bf53965735940
88106 Author: Behdad Esfahbod <behdad@behdad.org>
88107 Date:   Wed Jun 6 15:23:35 2018 -0700
88108
88109     Compiler gymnastics
88110     
88111     Part of https://github.com/harfbuzz/harfbuzz/issues/630
88112
88113  src/hb-private.hh | 3 +++
88114  1 file changed, 3 insertions(+)
88115
88116 commit 0a5952e8ddb3ec955496d582ef5a559a27684a0c
88117 Author: Behdad Esfahbod <behdad@behdad.org>
88118 Date:   Wed Jun 6 14:55:30 2018 -0700
88119
88120     Move prime_for back into map
88121     
88122     This was causing problem on systems without visibility when map was used
88123     from both libharfbuzz and libharfbuzz-subset. Sigh.
88124     
88125     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1669/job/dey47nmff0770vp3
88126
88127  src/hb-map-private.hh | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++-
88128  src/hb-private.hh     |  3 ---
88129  src/hb-static.cc      | 51 -------------------------------------------------
88130  3 files changed, 52 insertions(+), 55 deletions(-)
88131
88132 commit a2a1484ef93d5b5c3748b15219eca669d866b0a9
88133 Author: David Corbett <corbett.dav@husky.neu.edu>
88134 Date:   Wed Jun 6 12:57:28 2018 -0400
88135
88136     Convert Consonant_Initial_Postfixed to CONS_FINAL
88137     
88138     Consonant_Initial_Postfixed was split off of Consonant_Succeeding_Repha,
88139     so it should correspond to the same USE class, CONS_FINAL.
88140
88141  src/gen-use-table.py                 | 5 +++--
88142  src/hb-ot-shape-complex-use-table.cc | 2 +-
88143  2 files changed, 4 insertions(+), 3 deletions(-)
88144
88145 commit 37986aa9b7ac44b1c4c50ebba9902d06cc8a45e0
88146 Author: Behdad Esfahbod <behdad@behdad.org>
88147 Date:   Tue Jun 5 18:04:40 2018 -0700
88148
88149     1.8.0
88150
88151  NEWS         | 5 +++++
88152  configure.ac | 2 +-
88153  2 files changed, 6 insertions(+), 1 deletion(-)
88154
88155 commit 9d3cd13c30d8df41a2f7ff6c4208a1b2d75ddd64
88156 Author: Behdad Esfahbod <behdad@behdad.org>
88157 Date:   Tue Jun 5 17:59:31 2018 -0700
88158
88159     [ucdn] Update to Unicode 11
88160     
88161     https://github.com/grigorig/ucdn/issues/19
88162
88163  src/hb-ucdn.cc        |    7 +
88164  src/hb-ucdn/ucdn_db.h | 2754 ++++++++++++++++++++++++++-----------------------
88165  2 files changed, 1479 insertions(+), 1282 deletions(-)
88166
88167 commit 060e6b4a13a4224de885214d374b079610224123
88168 Author: Behdad Esfahbod <behdad@behdad.org>
88169 Date:   Tue Jun 5 17:31:46 2018 -0700
88170
88171     Update to Unicode 11.0.0
88172     
88173     UCDN is not updated yet.
88174
88175  src/gen-use-table.py                    | 13 +++--
88176  src/hb-common.cc                        |  5 ++
88177  src/hb-common.h                         | 11 ++++
88178  src/hb-ot-shape-complex-arabic-table.hh | 43 ++++++++++++---
88179  src/hb-ot-shape-complex-indic-table.cc  | 77 ++++++++++++++-------------
88180  src/hb-ot-shape-complex-private.hh      |  9 ++++
88181  src/hb-ot-shape-complex-use-machine.rl  |  2 +-
88182  src/hb-ot-shape-complex-use-table.cc    | 94 +++++++++++++++++++++------------
88183  8 files changed, 170 insertions(+), 84 deletions(-)
88184
88185 commit 105a3b5e2d2ff228cdc1fbe8618f6c8fdfdabe9e
88186 Author: Behdad Esfahbod <behdad@behdad.org>
88187 Date:   Tue Jun 5 15:31:04 2018 -0700
88188
88189     Minor
88190
88191  src/Makefile.am | 12 ++++++------
88192  1 file changed, 6 insertions(+), 6 deletions(-)
88193
88194 commit 60c516789bab499c5a423f80071638955b7b13fd
88195 Author: Behdad Esfahbod <behdad@behdad.org>
88196 Date:   Tue Jun 5 15:20:23 2018 -0700
88197
88198     [RELEASING] Update
88199
88200  RELEASING.md | 6 ++++--
88201  1 file changed, 4 insertions(+), 2 deletions(-)
88202
88203 commit df01f3e560d21900e234c4a6616bcf9c98f5f567
88204 Author: Behdad Esfahbod <behdad@behdad.org>
88205 Date:   Tue Jun 5 15:17:39 2018 -0700
88206
88207     1.7.7
88208
88209  NEWS           | 37 +++++++++++++++++++++++++++++++++++++
88210  RELEASING.md   |  5 +++--
88211  configure.ac   |  2 +-
88212  src/hb-blob.cc |  2 +-
88213  src/hb-face.cc |  2 +-
88214  src/hb-map.cc  | 28 ++++++++++++++--------------
88215  src/hb-map.h   |  2 +-
88216  7 files changed, 58 insertions(+), 20 deletions(-)
88217
88218 commit ba3b6d6c6512b58a3d0e5277fbbe4e69b085467d
88219 Author: Behdad Esfahbod <behdad@behdad.org>
88220 Date:   Mon Jun 4 16:47:45 2018 -0700
88221
88222     [khmer] Fix Coeng vs Halant confusion
88223     
88224     Test suite results are unchanged (34).
88225
88226  src/hb-ot-shape-complex-khmer.cc | 6 +++---
88227  1 file changed, 3 insertions(+), 3 deletions(-)
88228
88229 commit 8220ef8a54bcc94f122d50804c0a5e829de81be1
88230 Author: Ebrahim Byagowi <ebrahim@gnu.org>
88231 Date:   Tue Jun 5 22:50:53 2018 +0430
88232
88233     Fix hb_face_count build issue
88234     
88235     I should've rebased #1002 before the merge, my bad
88236
88237  src/hb-face.cc | 2 +-
88238  1 file changed, 1 insertion(+), 1 deletion(-)
88239
88240 commit 32da0c6bc4770568346f6c05fd6b374be2bbd2b2
88241 Author: Ebrahim Byagowi <ebrahim@gnu.org>
88242 Date:   Tue Jun 5 18:56:26 2018 +0430
88243
88244     Add hb_face_count, a new API (#1002)
88245     
88246     Simply, it returns the number of faces on a font blob.
88247     
88248     To be used on hb-sanitizer tool but other clients also
88249     can benefit from it.
88250
88251  TODO                       |  2 -
88252  docs/harfbuzz-sections.txt |  1 +
88253  src/hb-face.cc             | 95 ++++++++++++++++++++++++++++------------------
88254  src/hb-face.h              |  4 ++
88255  4 files changed, 64 insertions(+), 38 deletions(-)
88256
88257 commit 4a115fe7fe71e381decb7c894208540663419f75
88258 Author: Behdad Esfahbod <behdad@behdad.org>
88259 Date:   Mon Jun 4 15:40:43 2018 -0700
88260
88261     [sinhala] Move reph to after post-consonants
88262     
88263     Apparently this changed between Win 7 and Win 10.
88264     
88265     Fixes https://github.com/harfbuzz/harfbuzz/issues/967
88266     
88267     To be continued in https://github.com/harfbuzz/harfbuzz/issues/1044
88268
88269  src/hb-ot-shape-complex-indic.cc                         |   2 +-
88270  test/shaping/data/in-house/Makefile.sources              |   1 +
88271  .../fonts/5af5361ed4d1e8305780b100e1730cb09132f8d1.ttf   | Bin 0 -> 3152 bytes
88272  test/shaping/data/in-house/tests/sinhala.tests           |   1 +
88273  4 files changed, 3 insertions(+), 1 deletion(-)
88274
88275 commit 3e494caae3dc096339a46d5a3fdeb5a718de6911
88276 Author: Behdad Esfahbod <behdad@behdad.org>
88277 Date:   Mon Jun 4 15:38:05 2018 -0700
88278
88279     [test] Fix record-test to use gids not glyph-names
88280     
88281     as those might not match what FontTools think of the glyphs if font
88282     does NOT have glyph names.
88283
88284  test/shaping/record-test.sh | 11 +++++++++--
88285  1 file changed, 9 insertions(+), 2 deletions(-)
88286
88287 commit 58400a2ad8b18aeb1da40d6c327135cd62312316
88288 Author: Behdad Esfahbod <behdad@behdad.org>
88289 Date:   Sat Jun 2 20:30:09 2018 -0700
88290
88291     Remove DISALLOW_* from vector, set, and map
88292     
88293     Some of the build bots, still fail on this.  I suppose mine pass because
88294     I enable C++11...
88295     
88296     Anyway, remove these again.
88297
88298  src/hb-map-private.hh | 3 ---
88299  src/hb-private.hh     | 6 ------
88300  src/hb-set-private.hh | 3 ---
88301  src/hb-subset-plan.hh | 3 ++-
88302  4 files changed, 2 insertions(+), 13 deletions(-)
88303
88304 commit f9abbf83b6404bc9eb0c0983f562c9dbba1ef57c
88305 Author: Behdad Esfahbod <behdad@behdad.org>
88306 Date:   Sat Jun 2 15:30:59 2018 -0700
88307
88308     Fix fallout from 975bdd5ef562e37655067b703b2b9ca7481f4985
88309     
88310     Ouch!
88311
88312  src/hb-ot-map-private.hh   | 40 ++++++++++++++++++++++------------------
88313  src/hb-ot-map.cc           | 11 +++++++++++
88314  src/hb-ot-post-table.hh    |  3 ++-
88315  src/hb-ot-shape-private.hh | 10 ++++++++--
88316  src/hb-ot-shape.cc         |  2 ++
88317  src/hb-subset.cc           |  2 ++
88318  6 files changed, 47 insertions(+), 21 deletions(-)
88319
88320 commit f7515769fd024faca888a47c58f87fb868b0e760
88321 Author: Behdad Esfahbod <behdad@behdad.org>
88322 Date:   Fri Jun 1 17:48:37 2018 -0700
88323
88324     [vector] Use Crap pool in push() as well
88325
88326  src/hb-coretext.cc      | 20 +++-----------------
88327  src/hb-ot-cmap-table.hh |  3 ++-
88328  src/hb-ot-layout.cc     |  3 +--
88329  src/hb-ot-map.cc        | 17 ++++-------------
88330  src/hb-ot-post-table.hh |  6 +-----
88331  src/hb-private.hh       | 11 ++++-------
88332  src/hb-subset-plan.cc   |  2 --
88333  src/hb-subset.cc        |  2 --
88334  src/hb-uniscribe.cc     | 28 ++++++++--------------------
88335  9 files changed, 23 insertions(+), 69 deletions(-)
88336
88337 commit 975bdd5ef562e37655067b703b2b9ca7481f4985
88338 Author: Behdad Esfahbod <behdad@behdad.org>
88339 Date:   Fri Jun 1 17:37:13 2018 -0700
88340
88341     [vector] Keep success status
88342
88343  src/hb-private.hh | 10 +++++++++-
88344  1 file changed, 9 insertions(+), 1 deletion(-)
88345
88346 commit 1ab3c3ed1bbc404086aefffaef4b8261bb77caa7
88347 Author: Behdad Esfahbod <behdad@behdad.org>
88348 Date:   Fri Jun 1 17:34:24 2018 -0700
88349
88350     [vector] Whitespace
88351
88352  src/hb-private.hh | 10 ++++++----
88353  1 file changed, 6 insertions(+), 4 deletions(-)
88354
88355 commit fb07d1a3ce896f8ebf8b5d5fef51dee91b6ead11
88356 Author: Behdad Esfahbod <behdad@behdad.org>
88357 Date:   Fri Jun 1 17:32:07 2018 -0700
88358
88359     Another attempt at making every compiler happy...
88360     
88361     Sigh.
88362
88363  src/hb-private.hh | 6 +++---
88364  1 file changed, 3 insertions(+), 3 deletions(-)
88365
88366 commit 4f76f956bb3a95b307322cdad4f8d3b97851678e
88367 Author: Behdad Esfahbod <behdad@behdad.org>
88368 Date:   Fri Jun 1 17:28:47 2018 -0700
88369
88370     [map] Move prime_for to hb-static
88371
88372  src/hb-map-private.hh | 53 +--------------------------------------------------
88373  src/hb-private.hh     |  2 ++
88374  src/hb-static.cc      | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
88375  3 files changed, 54 insertions(+), 52 deletions(-)
88376
88377 commit 33d6f46bbbb4fdee110f1cb024a37ed2e46e5e22
88378 Author: Behdad Esfahbod <behdad@behdad.org>
88379 Date:   Fri Jun 1 17:25:35 2018 -0700
88380
88381     [set] Shrink page-map size again
88382
88383  src/hb-set-private.hh | 4 ++--
88384  1 file changed, 2 insertions(+), 2 deletions(-)
88385
88386 commit 4ca211bce192b01644c82f721251604df935b603
88387 Author: Behdad Esfahbod <behdad@behdad.org>
88388 Date:   Fri Jun 1 17:18:57 2018 -0700
88389
88390     Fix hb_vector_size_t
88391
88392  src/hb-private.hh     | 4 ++--
88393  src/hb-set-private.hh | 3 ++-
88394  2 files changed, 4 insertions(+), 3 deletions(-)
88395
88396 commit a070dfd333f411bf720120eb332f7da93077054f
88397 Author: Garret Rieger <grieger@google.com>
88398 Date:   Thu May 31 16:47:39 2018 -0700
88399
88400     [subset] Have the subset fuzzer pull the text string to subset to from the end of the fuzzer provided data.
88401
88402  test/fuzzing/hb-subset-fuzzer.cc | 54 +++++++++++++++++++++++++---------------
88403  1 file changed, 34 insertions(+), 20 deletions(-)
88404
88405 commit bb6f4adac70a161505953414aa85ba78cd993c65
88406 Author: Behdad Esfahbod <behdad@behdad.org>
88407 Date:   Fri Jun 1 16:30:38 2018 -0700
88408
88409     Add Codacy badge
88410
88411  README | 1 +
88412  1 file changed, 1 insertion(+)
88413
88414 commit a7dd90f519fb7ab046e92ea3b7101c21d5040bbc
88415 Author: Behdad Esfahbod <behdad@behdad.org>
88416 Date:   Fri Jun 1 16:07:55 2018 -0700
88417
88418     Revert "Remove HB_DISALLOW_COPY_AND_ASSIGN"
88419     
88420     This reverts commit ff92de766bf775bfdd3a01bda94de699180ff86a.
88421     
88422     Revert that and remove ASSERT_POD. Let's see which bots are
88423     unhappy with this configuration...
88424
88425  src/hb-map-private.hh      | 3 +--
88426  src/hb-ot-shape-private.hh | 2 +-
88427  src/hb-private.hh          | 6 +++++-
88428  src/hb-set-private.hh      | 3 +--
88429  4 files changed, 8 insertions(+), 6 deletions(-)
88430
88431 commit 7b50bf52f274f75f0b41008e0eab150124ae928a
88432 Author: Behdad Esfahbod <behdad@behdad.org>
88433 Date:   Thu May 31 20:20:17 2018 -0700
88434
88435     Use NullPool for _hb_set_nil and _hb_map_nil
88436
88437  src/hb-map.cc     | 12 +-----------
88438  src/hb-private.hh |  2 +-
88439  src/hb-set.cc     |  8 +-------
88440  3 files changed, 3 insertions(+), 19 deletions(-)
88441
88442 commit f040ca40ab3ebd4fdb85747477e0e656ab8b073e
88443 Author: Behdad Esfahbod <behdad@behdad.org>
88444 Date:   Thu May 31 20:15:21 2018 -0700
88445
88446     [set] Minor
88447
88448  src/hb-set.cc | 2 --
88449  1 file changed, 2 deletions(-)
88450
88451 commit 7185b273b3d92ee0ba0a589eb94387f25ea40b82
88452 Author: Behdad Esfahbod <behdad@behdad.org>
88453 Date:   Thu May 31 20:03:00 2018 -0700
88454
88455     Rename in_error to !successful
88456     
88457     Towards possibly using Null pool for some nil objects.
88458
88459  src/hb-buffer-deserialize-json.hh    | 758 +++++++++++++++++------------------
88460  src/hb-buffer-deserialize-json.rl    |   2 +-
88461  src/hb-buffer-deserialize-text.hh    | 510 +++++++++++------------
88462  src/hb-buffer-deserialize-text.rl    |   2 +-
88463  src/hb-buffer-private.hh             |   2 +-
88464  src/hb-buffer.cc                     |  24 +-
88465  src/hb-map-private.hh                |  10 +-
88466  src/hb-map.cc                        |   4 +-
88467  src/hb-ot-layout-gsubgpos-private.hh |   4 +-
88468  src/hb-ot-layout.cc                  |   2 +-
88469  src/hb-ot-shape-complex-hangul.cc    |   8 +-
88470  src/hb-ot-shape-complex-indic.cc     |   4 +-
88471  src/hb-ot-shape-complex-khmer.cc     |   4 +-
88472  src/hb-ot-shape-complex-myanmar.cc   |   2 +-
88473  src/hb-ot-shape-complex-thai.cc      |   4 +-
88474  src/hb-ot-shape-complex-use.cc       |   4 +-
88475  src/hb-ot-shape-normalize.cc         |  12 +-
88476  src/hb-ot-shape.cc                   |   2 +-
88477  src/hb-set-private.hh                |  28 +-
88478  src/hb-set.cc                        |   4 +-
88479  20 files changed, 696 insertions(+), 694 deletions(-)
88480
88481 commit 353f4d2efc6c0ce32f5bee08bbdf5a268d720a6a
88482 Author: Behdad Esfahbod <behdad@behdad.org>
88483 Date:   Thu May 31 19:52:16 2018 -0700
88484
88485     Fix a whitespace inconsistency
88486     
88487     Null() and Crap() are only places that there's no space before '('...
88488
88489  src/dump-fon.cc   | 12 ++++++------
88490  src/hb-private.hh |  2 +-
88491  src/main.cc       |  2 +-
88492  3 files changed, 8 insertions(+), 8 deletions(-)
88493
88494 commit e36cd1dfd36ed336f63883098dc870c56a5fc10d
88495 Author: Behdad Esfahbod <behdad@behdad.org>
88496 Date:   Thu May 31 19:31:39 2018 -0700
88497
88498     Remove trivial HB_ATOMIC_INT_INIT()
88499
88500  src/hb-atomic-private.hh | 9 +--------
88501  src/hb-object-private.hh | 2 +-
88502  2 files changed, 2 insertions(+), 9 deletions(-)
88503
88504 commit 550a70f8011c4c1cfd27d739469e79cb98bcdd6e
88505 Author: Behdad Esfahbod <behdad@behdad.org>
88506 Date:   Thu May 31 19:28:04 2018 -0700
88507
88508     Use 0 as inert object reference value instead of -1
88509     
88510     Towards using Null object for nil objects.
88511
88512  src/hb-object-private.hh | 2 +-
88513  1 file changed, 1 insertion(+), 1 deletion(-)
88514
88515 commit dcd1b07eeaf2c28f0d20b9812749810d069041e3
88516 Author: Behdad Esfahbod <behdad@behdad.org>
88517 Date:   Thu May 31 17:58:40 2018 -0700
88518
88519     Add const OffsetTo<> dereference
88520     
88521     Unused, but now that we have CrapPool, implement it.
88522
88523  src/hb-open-type-private.hh | 6 ++++++
88524  1 file changed, 6 insertions(+)
88525
88526 commit 2baa357ac7fe2ae91029dff26a01b8ba1cc0b365
88527 Author: Ebrahim Byagowi <ebrahim@gnu.org>
88528 Date:   Thu May 31 12:27:31 2018 +0430
88529
88530     Fix symbol export issue of prime_mod on Alpine bot
88531     
88532     Apparently our gcc-6.4.0 on Alpine Linux distribution doesn't like defining static const
88533     inside a method, lets put that on outside the classes.
88534
88535  src/hb-map-private.hh | 89 ++++++++++++++++++++++++++-------------------------
88536  1 file changed, 45 insertions(+), 44 deletions(-)
88537
88538 commit 54800f8322e8ab106d801fc332b7e813c58138ac
88539 Author: Behdad Esfahbod <behdad@behdad.org>
88540 Date:   Wed May 30 16:26:50 2018 -0700
88541
88542     [map] Mark prime_for HB_INTERNAL
88543     
88544     Trying to see if it fixes gcc-4.2 bots.
88545
88546  src/hb-map-private.hh | 2 +-
88547  1 file changed, 1 insertion(+), 1 deletion(-)
88548
88549 commit d600e844aa4736b52fe71c1b2a9fa785be5cfecc
88550 Author: Behdad Esfahbod <behdad@behdad.org>
88551 Date:   Wed May 30 16:25:46 2018 -0700
88552
88553     Add CrapOrNull
88554
88555  src/hb-private.hh | 11 +++++++++++
88556  1 file changed, 11 insertions(+)
88557
88558 commit 251cc977e93a75cfdc34671760ef4241daebf60f
88559 Author: Garret Rieger <grieger@google.com>
88560 Date:   Wed May 30 12:23:51 2018 -0700
88561
88562     [subset] Switch to using hb_map_t inside of hb_subset_plan_t.
88563
88564  src/hb-ot-cmap-table.hh |  20 +++---
88565  src/hb-ot-glyf-table.hh |  12 ++--
88566  src/hb-ot-hdmx-table.hh |  10 +--
88567  src/hb-ot-hmtx-table.hh |   6 +-
88568  src/hb-ot-maxp-table.hh |   4 +-
88569  src/hb-ot-os2-table.hh  |  35 +++--------
88570  src/hb-ot-post-table.hh |   2 +-
88571  src/hb-subset-glyf.cc   |   9 ++-
88572  src/hb-subset-plan.cc   | 159 ++++++++++++++++--------------------------------
88573  src/hb-subset-plan.hh   |  68 +++++++++++++--------
88574  src/hb-subset.cc        |   2 +-
88575  11 files changed, 139 insertions(+), 188 deletions(-)
88576
88577 commit b3d45de6cff4501e6171ec9d9069af7de29584d4
88578 Author: Behdad Esfahbod <behdad@behdad.org>
88579 Date:   Wed May 30 14:02:49 2018 -0700
88580
88581     [map] Fix size calculation
88582     
88583     Don't know why I thought I should subtract one there...
88584
88585  src/hb-map-private.hh | 2 +-
88586  1 file changed, 1 insertion(+), 1 deletion(-)
88587
88588 commit ff92de766bf775bfdd3a01bda94de699180ff86a
88589 Author: Behdad Esfahbod <behdad@behdad.org>
88590 Date:   Tue May 29 18:48:45 2018 -0700
88591
88592     Remove HB_DISALLOW_COPY_AND_ASSIGN
88593     
88594     llvm-gcc-4.2 bot had this problem:
88595     hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]'
88596     
88597     Removing the delete didn't work with a constructor. So, remove constructor.
88598     Just disallow assignment.  Still better than nothing.
88599
88600  src/hb-map-private.hh      | 2 +-
88601  src/hb-ot-shape-private.hh | 2 +-
88602  src/hb-private.hh          | 6 +-----
88603  src/hb-set-private.hh      | 2 +-
88604  4 files changed, 4 insertions(+), 8 deletions(-)
88605
88606 commit a2444346220757e7743c972cbd24f925e72b419d
88607 Author: Behdad Esfahbod <behdad@behdad.org>
88608 Date:   Tue May 29 18:32:57 2018 -0700
88609
88610     [map] Fix resize
88611
88612  src/hb-map-private.hh | 7 ++++---
88613  1 file changed, 4 insertions(+), 3 deletions(-)
88614
88615 commit efbab6ba3f7434fca41be1b38e4a5281695f231c
88616 Author: Behdad Esfahbod <behdad@behdad.org>
88617 Date:   Tue May 29 18:21:55 2018 -0700
88618
88619     Disable use of thread_local
88620     
88621     Clang build was failing with:
88622     
88623     /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object
88624     
88625     Instead of fighting it, just disable use of it.
88626
88627  src/hb-private.hh | 4 ++--
88628  src/hb-static.cc  | 2 +-
88629  2 files changed, 3 insertions(+), 3 deletions(-)
88630
88631 commit 8c2c5d450817d4cb6f782d286da6ac6d9e5a5e95
88632 Author: Behdad Esfahbod <behdad@behdad.org>
88633 Date:   Tue May 29 18:15:52 2018 -0700
88634
88635     [map] Not going to implement is_equal which is complicated
88636
88637  src/hb-map.h | 7 -------
88638  1 file changed, 7 deletions(-)
88639
88640 commit ccd01c65559122499b38a44e4449cd5a828d0b05
88641 Author: Behdad Esfahbod <behdad@behdad.org>
88642 Date:   Tue May 29 18:13:13 2018 -0700
88643
88644     [map] Move prime_mod to header to avoid linkage issues in subset.so
88645
88646  src/hb-map-private.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++--
88647  src/hb-map.cc         | 52 --------------------------------------------------
88648  2 files changed, 51 insertions(+), 54 deletions(-)
88649
88650 commit 6baebc5d559e15c7903a81f21be08b45537e7903
88651 Author: Behdad Esfahbod <behdad@behdad.org>
88652 Date:   Tue May 29 17:58:46 2018 -0700
88653
88654     [map] Fix copyright year
88655
88656  src/hb-map-private.hh | 2 +-
88657  1 file changed, 1 insertion(+), 1 deletion(-)
88658
88659 commit b0158129d2b161665f8872deeb540ac73349c2de
88660 Author: Behdad Esfahbod <behdad@behdad.org>
88661 Date:   Tue May 29 17:52:37 2018 -0700
88662
88663     [map] Minor
88664
88665  src/hb-map-private.hh | 1 -
88666  1 file changed, 1 deletion(-)
88667
88668 commit 4099c66f70e1acf89013215ab3add42b11e31fea
88669 Author: Behdad Esfahbod <behdad@behdad.org>
88670 Date:   Tue May 29 17:52:07 2018 -0700
88671
88672     [map] Don't return INVALID from get() just because in_error
88673
88674  src/hb-map-private.hh | 1 -
88675  1 file changed, 1 deletion(-)
88676
88677 commit 25783907737b561f7b8648b8e92dba601a439828
88678 Author: Behdad Esfahbod <behdad@behdad.org>
88679 Date:   Tue May 29 17:34:35 2018 -0700
88680
88681     [map] Fix bool use in C API
88682
88683  src/hb-map.cc | 2 +-
88684  src/hb-map.h  | 2 +-
88685  2 files changed, 2 insertions(+), 2 deletions(-)
88686
88687 commit a9fa39dca56d3a96dddcdbeb1c55a3d55a6537da
88688 Author: Behdad Esfahbod <behdad@behdad.org>
88689 Date:   Tue May 29 17:31:01 2018 -0700
88690
88691     [map] More minor
88692
88693  src/hb-map-private.hh | 10 ++++++----
88694  1 file changed, 6 insertions(+), 4 deletions(-)
88695
88696 commit f76c4a7708773eca7a2b8c7ff47f8b5ade5ca0d9
88697 Author: Behdad Esfahbod <behdad@behdad.org>
88698 Date:   Tue May 29 17:27:25 2018 -0700
88699
88700     [map] Make initial resize actually work
88701
88702  src/hb-map-private.hh | 2 +-
88703  1 file changed, 1 insertion(+), 1 deletion(-)
88704
88705 commit 661e9ae4a55c198eb9fdb2c104979dd55a0fa1f1
88706 Author: Behdad Esfahbod <behdad@behdad.org>
88707 Date:   Tue May 29 17:09:17 2018 -0700
88708
88709     [map] Add clear(), is_empty(), and get_population()
88710
88711  src/hb-map-private.hh | 22 ++++++++++++++++++----
88712  src/hb-map.cc         | 43 +++++++++++++++++++++++++++++++++++++++++++
88713  src/hb-map.h          | 17 +++++++++--------
88714  3 files changed, 70 insertions(+), 12 deletions(-)
88715
88716 commit b6959c33e23b464ddbe5fe98fafc80bbb669189c
88717 Author: Behdad Esfahbod <behdad@behdad.org>
88718 Date:   Tue May 29 17:02:22 2018 -0700
88719
88720     [map] Minor
88721
88722  src/hb-map-private.hh | 7 +++----
88723  1 file changed, 3 insertions(+), 4 deletions(-)
88724
88725 commit 686476a8ae0039f277eb55ab7bd69386d43a8dc7
88726 Author: Behdad Esfahbod <behdad@behdad.org>
88727 Date:   Tue May 29 17:00:02 2018 -0700
88728
88729     [map] Track population and occupancy separately
88730
88731  src/hb-map-private.hh | 30 +++++++++++++++++++++---------
88732  src/hb-map.cc         |  1 +
88733  2 files changed, 22 insertions(+), 9 deletions(-)
88734
88735 commit 8a978790cb4dc66816c2cd7b617829f3e9d6e88e
88736 Author: Behdad Esfahbod <behdad@behdad.org>
88737 Date:   Tue May 29 16:45:20 2018 -0700
88738
88739     [map] Minor
88740
88741  src/hb-map.h | 2 +-
88742  1 file changed, 1 insertion(+), 1 deletion(-)
88743
88744 commit 6f12ce47c0ed8c2c4bb251cd6e685459af104db8
88745 Author: Behdad Esfahbod <behdad@behdad.org>
88746 Date:   Tue May 29 16:45:06 2018 -0700
88747
88748     Revert "[map] Return bool from set()"
88749     
88750     This reverts commit face7cf55d4895ffca314c8448c0a749a26cc182.
88751
88752  src/hb-map-private.hh | 7 +++----
88753  1 file changed, 3 insertions(+), 4 deletions(-)
88754
88755 commit fc51c45079feb7d77d25204c4c17a0733f1eca56
88756 Author: Behdad Esfahbod <behdad@behdad.org>
88757 Date:   Tue May 29 16:44:55 2018 -0700
88758
88759     Revert "[map] Make hb_map_set() return bool"
88760     
88761     This reverts commit 7bf1980146cfc081b06264ac367b23ae9397adf1.
88762
88763  src/hb-map.cc | 4 ++--
88764  src/hb-map.h  | 4 ++--
88765  2 files changed, 4 insertions(+), 4 deletions(-)
88766
88767 commit 7bf1980146cfc081b06264ac367b23ae9397adf1
88768 Author: Behdad Esfahbod <behdad@behdad.org>
88769 Date:   Tue May 29 16:42:44 2018 -0700
88770
88771     [map] Make hb_map_set() return bool
88772
88773  src/hb-map.cc | 4 ++--
88774  src/hb-map.h  | 4 ++--
88775  2 files changed, 4 insertions(+), 4 deletions(-)
88776
88777 commit face7cf55d4895ffca314c8448c0a749a26cc182
88778 Author: Behdad Esfahbod <behdad@behdad.org>
88779 Date:   Tue May 29 16:39:03 2018 -0700
88780
88781     [map] Return bool from set()
88782
88783  src/hb-map-private.hh | 7 ++++---
88784  1 file changed, 4 insertions(+), 3 deletions(-)
88785
88786 commit e94be200bd7976a26ea2d6df5050d9dab4de0f08
88787 Author: Behdad Esfahbod <behdad@behdad.org>
88788 Date:   Tue May 29 16:37:44 2018 -0700
88789
88790     [map] Implement operator[] for get()ting
88791
88792  src/hb-map-private.hh | 3 +++
88793  1 file changed, 3 insertions(+)
88794
88795 commit 743fdd9c618c949d7f45324386bd0bb37435db46
88796 Author: Behdad Esfahbod <behdad@behdad.org>
88797 Date:   Tue May 29 16:28:48 2018 -0700
88798
88799     [map] First try at implementing an integer-to-integer hashmap
88800     
88801     Fully untested.
88802
88803  src/Makefile.sources  |   3 +
88804  src/hb-map-private.hh | 180 ++++++++++++++++++++++++++++++++
88805  src/hb-map.cc         | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++
88806  src/hb-map.h          | 110 ++++++++++++++++++++
88807  src/hb.h              |   1 +
88808  5 files changed, 573 insertions(+)
88809
88810 commit 65c82179c9b3aafd90987485a49c09dbbb473c90
88811 Author: Ebrahim Byagowi <ebrahim@gnu.org>
88812 Date:   Sat May 26 23:50:10 2018 +0430
88813
88814     [blob] Use MAP_NORESERVE if available (#1039)
88815     
88816     MAP_NORESERVE is not available on macOS for example so set the flag
88817     to zero if not defined on the headers.
88818
88819  src/hb-blob.cc | 6 +++++-
88820  1 file changed, 5 insertions(+), 1 deletion(-)
88821
88822 commit 1ce40d900a9c451d8d5814a9b30759d1e66f99c8
88823 Author: Behdad Esfahbod <behdad@behdad.org>
88824 Date:   Fri May 25 16:34:08 2018 -0700
88825
88826     [set] Remove stale comment
88827
88828  src/hb-set.h | 2 --
88829  1 file changed, 2 deletions(-)
88830
88831 commit 6c2227640bc14754c9472fead5cd04ff25f91b52
88832 Author: Behdad Esfahbod <behdad@behdad.org>
88833 Date:   Fri May 25 16:21:27 2018 -0700
88834
88835     Add HB_DISALLOW_COPY_AND_ASSIGN
88836
88837  src/hb-ot-map-private.hh   |  1 -
88838  src/hb-ot-shape-private.hh |  4 +---
88839  src/hb-ot-shape.cc         |  2 --
88840  src/hb-private.hh          | 10 ++++++++++
88841  src/hb-set-private.hh      |  3 +++
88842  5 files changed, 14 insertions(+), 6 deletions(-)
88843
88844 commit fd3d0042319c33c923a60d435779bf7ed5a9a6f5
88845 Author: Behdad Esfahbod <behdad@behdad.org>
88846 Date:   Thu May 24 15:58:26 2018 -0700
88847
88848     Move pool definitions to hb-static.cc
88849
88850  src/Makefile.sources |  1 +
88851  src/dump-emoji.cc    |  8 +-------
88852  src/dump-fon.cc      |  6 +-----
88853  src/hb-ot-layout.cc  |  6 ------
88854  src/hb-static.cc     | 32 ++++++++++++++++++++++++++++++++
88855  src/hb-subset.cc     |  5 ++---
88856  src/main.cc          |  6 +-----
88857  7 files changed, 38 insertions(+), 26 deletions(-)
88858
88859 commit 7f7b1370d37b9187f688dea5e6fee5ea7c2b7290
88860 Author: Behdad Esfahbod <behdad@behdad.org>
88861 Date:   Thu May 24 14:09:04 2018 -0700
88862
88863     Fix Uniscribe build
88864     
88865     If a pointer type was passed to Null(), reinterpret_cast<> was
88866     complaining about qualifiers being removed. Turns out I need the const on
88867     the other side of "Type" to fix that.  Also remove unused const from
88868     NullPool type.
88869
88870  src/dump-emoji.cc   | 2 +-
88871  src/dump-fon.cc     | 2 +-
88872  src/hb-ot-layout.cc | 2 +-
88873  src/hb-private.hh   | 6 +++---
88874  src/hb-subset.cc    | 2 +-
88875  src/main.cc         | 2 +-
88876  6 files changed, 8 insertions(+), 8 deletions(-)
88877
88878 commit 31c4236d9643063e518289b28c3e17cedd8401e0
88879 Author: Behdad Esfahbod <behdad@behdad.org>
88880 Date:   Thu May 24 13:38:46 2018 -0700
88881
88882     Underflow protection in hb_vector_t
88883
88884  src/hb-private.hh | 11 +++++++----
88885  1 file changed, 7 insertions(+), 4 deletions(-)
88886
88887 commit f83e992c8b27111ab802fd7e5678592a0c717518
88888 Author: Behdad Esfahbod <behdad@behdad.org>
88889 Date:   Thu May 24 11:46:57 2018 -0700
88890
88891     Mark CrapPool thread_local
88892     
88893     Not sure if I like to keep it. For now, aim for correctness.
88894
88895  src/dump-emoji.cc   |  2 +-
88896  src/dump-fon.cc     |  2 +-
88897  src/hb-ot-layout.cc |  2 +-
88898  src/hb-private.hh   | 14 +++++++++++++-
88899  src/hb-subset.cc    |  2 +-
88900  src/main.cc         |  2 +-
88901  6 files changed, 18 insertions(+), 6 deletions(-)
88902
88903 commit 5d80129891107c7f629c6950b5d257f2a867eee0
88904 Author: Behdad Esfahbod <behdad@behdad.org>
88905 Date:   Thu May 24 11:33:15 2018 -0700
88906
88907     Add CrapPool
88908     
88909     Common Regoin for Access Protection.  Like the NullPool, but writable.
88910
88911  src/dump-emoji.cc           |  1 +
88912  src/dump-fon.cc             |  1 +
88913  src/hb-open-type-private.hh | 11 +++++++++++
88914  src/hb-ot-layout.cc         |  1 +
88915  src/hb-private.hh           | 39 +++++++++++++++++++++++++++++++++++----
88916  src/hb-subset.cc            |  1 +
88917  src/main.cc                 |  1 +
88918  7 files changed, 51 insertions(+), 4 deletions(-)
88919
88920 commit 673b764de050957b2d3b9972d9e55b3a2e5615f4
88921 Author: Behdad Esfahbod <behdad@behdad.org>
88922 Date:   Wed May 23 20:12:23 2018 -0700
88923
88924     Move code around
88925
88926  src/hb-private.hh | 91 ++++++++++++++++++++++++++++++-------------------------
88927  1 file changed, 49 insertions(+), 42 deletions(-)
88928
88929 commit 65aeabd62275b37c6bb6715f3341e45625f4ba6e
88930 Author: Behdad Esfahbod <behdad@behdad.org>
88931 Date:   Wed May 23 16:15:28 2018 -0700
88932
88933     Add hb_vector_t::push(const Type &v)
88934     
88935     Makes for cleaner code.
88936
88937  src/hb-coretext.cc      |  3 +--
88938  src/hb-ot-post-table.hh |  3 +--
88939  src/hb-private.hh       | 18 +++++++++++-------
88940  src/hb-subset-plan.cc   | 12 +++++-------
88941  src/hb-uniscribe.cc     |  8 ++------
88942  5 files changed, 20 insertions(+), 24 deletions(-)
88943
88944 commit 38ae0add7001c4db506d3a2c18b9960a2cae7b5d
88945 Author: Ebrahim Byagowi <ebrahim@gnu.org>
88946 Date:   Wed May 23 13:37:57 2018 +0430
88947
88948     [ci] Revive the SunCC bot
88949     
88950     * Adds libnsl to the bot as it is now needed apparently
88951     * Disables hb-icu, apparently the newer ICU itself is not compatible with SunCC
88952
88953  .circleci/config.yml | 4 ++--
88954  1 file changed, 2 insertions(+), 2 deletions(-)
88955
88956 commit 6c818c5516913f2c8192d58bd2724b1d3bb60d24
88957 Author: Behdad Esfahbod <behdad@behdad.org>
88958 Date:   Tue May 22 22:00:05 2018 -0700
88959
88960     Actually enable vectorized operations
88961     
88962     Fixup for previous commit. Was accidentally turned off.
88963
88964  src/hb-private.hh | 2 +-
88965  1 file changed, 1 insertion(+), 1 deletion(-)
88966
88967 commit f56a250b04f50f12c78d81d1a068187be3d95a8c
88968 Author: Behdad Esfahbod <behdad@behdad.org>
88969 Date:   Tue May 22 21:36:07 2018 -0700
88970
88971     Another try at smart vectorization
88972     
88973     Make clang happy. Also, don't use anonymous union.
88974
88975  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
88976  1 file changed, 25 insertions(+), 11 deletions(-)
88977
88978 commit b995b501ef5cf113534c5aead6c85baea6cc423c
88979 Author: Behdad Esfahbod <behdad@behdad.org>
88980 Date:   Tue May 22 21:06:22 2018 -0700
88981
88982     Try enabling vectorization smartly
88983     
88984     We'll see if this sticks to the bots.
88985
88986  src/hb-private.hh     | 25 +++++++++++++++++--------
88987  src/hb-set-private.hh |  7 -------
88988  2 files changed, 17 insertions(+), 15 deletions(-)
88989
88990 commit dd22c29f951ceec98516d7cb378bf2aa7e21d89a
88991 Author: Behdad Esfahbod <behdad@behdad.org>
88992 Date:   Tue May 22 20:57:19 2018 -0700
88993
88994     [set] Always check population before checking for equality
88995
88996  src/hb-set-private.hh | 4 +---
88997  1 file changed, 1 insertion(+), 3 deletions(-)
88998
88999 commit 2eb9bbd986f6930f1b2594b8971ac677e9647c93
89000 Author: Behdad Esfahbod <behdad@behdad.org>
89001 Date:   Tue May 22 18:28:13 2018 -0700
89002
89003     [test/text-rendering-tests] Update from upstream
89004
89005  test/shaping/data/text-rendering-tests/DISABLED         |   2 ++
89006  test/shaping/data/text-rendering-tests/Makefile.sources |   2 ++
89007  .../text-rendering-tests/fonts/TestMORXTwentyeight.ttf  | Bin 0 -> 2660 bytes
89008  .../text-rendering-tests/fonts/TestMORXTwentyseven.ttf  | Bin 0 -> 2432 bytes
89009  .../data/text-rendering-tests/fonts/TestShapeKndaV3.ttf | Bin 0 -> 89400 bytes
89010  .../data/text-rendering-tests/tests/MORX-27.tests       |   3 +++
89011  .../data/text-rendering-tests/tests/MORX-28.tests       |   5 +++++
89012  7 files changed, 12 insertions(+)
89013
89014 commit 8eb53b853dcc4b0cc8e240cff6bfc5acb92182b0
89015 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89016 Date:   Fri May 11 22:44:44 2018 +0430
89017
89018     Minor, make CreateFile compatible with the disabled writable flag
89019     
89020     "writable" is not in use and probably we can go in the reverse direction
89021     and remove the flags that are useful for enabled writable, this is just
89022     for the sake of completeness however.
89023
89024  src/hb-blob.cc | 5 +++--
89025  1 file changed, 3 insertions(+), 2 deletions(-)
89026
89027 commit 33eb1bd23b100a8e65a0e66621760368b5aecdaf
89028 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89029 Date:   Fri May 11 14:36:41 2018 +0430
89030
89031     Remove unnecessary headers and definitions of hb-blob (#1028)
89032     
89033     It removes io.h and other polyfills which we no longer need as 7e76d74
89034
89035  src/hb-blob.cc | 22 ++++------------------
89036  1 file changed, 4 insertions(+), 18 deletions(-)
89037
89038 commit 7e76d746e2555d5bba7f65d3958aa97a7f179d7b
89039 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89040 Date:   Fri May 11 13:40:33 2018 +0430
89041
89042     Make hb_blob_create_from_file more portable (#1027)
89043     
89044     This makes it compatible with ARMCC which I had access in
89045     a collaboration with @imgtec, thanks!
89046     
89047     Basically hb_blob_create_from_file features three code paths,
89048     mmap, Win32 and fallback.
89049     
89050     We had fallback implementation even before this but it was relied
89051     to "open" which is not available on some environments. This change
89052     improved the situtation by using only fopen and friends for
89053     fallback path.
89054     
89055     Interestingly we could use "open" on Windows but in fact it was
89056     emulated by MSVCRT so I've completely split that from Unix path
89057     now that we have a distinct path for fallback path also.
89058
89059  src/hb-blob.cc | 64 +++++++++++++++++++++++++++++++++++++++-------------------
89060  1 file changed, 43 insertions(+), 21 deletions(-)
89061
89062 commit e99d75ea9c4fe1f64d7f8408093741a682ed5243
89063 Author: Behdad Esfahbod <behdad@behdad.org>
89064 Date:   Wed May 9 15:28:30 2018 -0700
89065
89066     Fix warning
89067
89068  src/hb-ot-cmap-table.hh | 4 ++--
89069  1 file changed, 2 insertions(+), 2 deletions(-)
89070
89071 commit 191c4edc5423017d9123d291462fbfa87a805218
89072 Author: Behdad Esfahbod <behdad@behdad.org>
89073 Date:   Wed May 9 15:27:17 2018 -0700
89074
89075     Reinstante DEFINE_NULL_DATA
89076     
89077     Seems like I messed up; buffer overrun got reported.
89078
89079  src/hb-open-type-private.hh        |  2 ++
89080  src/hb-ot-layout-common-private.hh | 13 +++----------
89081  src/hb-private.hh                  | 13 +++++++++++++
89082  3 files changed, 18 insertions(+), 10 deletions(-)
89083
89084 commit 93bdf9b2dfe18af0f1aa93b890f0be260f31d90e
89085 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89086 Date:   Wed May 9 23:24:17 2018 +0430
89087
89088     Use arrayZ on hb-coretext and hb-uniscribe and fix macOS/Win bots (#1024)
89089     
89090     Following to 63f57f4
89091
89092  src/hb-coretext.cc  |  2 +-
89093  src/hb-uniscribe.cc | 12 ++++++------
89094  2 files changed, 7 insertions(+), 7 deletions(-)
89095
89096 commit 63f57f4dab3d3179838d5d1cd03d116837a7e5c2
89097 Author: Behdad Esfahbod <behdad@behdad.org>
89098 Date:   Tue May 8 16:56:11 2018 -0700
89099
89100     Mark more unsized array's as arrayZ
89101
89102  src/hb-aat-layout-common-private.hh  | 14 ++++----
89103  src/hb-aat-layout-kerx-table.hh      |  2 +-
89104  src/hb-aat-layout-morx-table.hh      |  6 ++--
89105  src/hb-open-file-private.hh          |  6 ++--
89106  src/hb-open-type-private.hh          | 40 +++++++++++-----------
89107  src/hb-ot-cmap-table.hh              |  2 +-
89108  src/hb-ot-color-cbdt-table.hh        | 10 +++---
89109  src/hb-ot-layout-common-private.hh   | 12 +++----
89110  src/hb-ot-layout-gsub-table.hh       | 16 ++++-----
89111  src/hb-ot-layout-gsubgpos-private.hh | 64 ++++++++++++++++++------------------
89112  src/hb-ot-post-table.hh              |  4 +--
89113  src/hb-ot-var-avar-table.hh          | 26 +++++++--------
89114  src/hb-private.hh                    | 54 +++++++++++++++---------------
89115  src/hb-set-private.hh                |  4 +--
89116  src/hb-subset.cc                     |  2 +-
89117  15 files changed, 131 insertions(+), 131 deletions(-)
89118
89119 commit 091c17df5ac5f7ddc9b776481da845f4eda67570
89120 Author: Behdad Esfahbod <behdad@behdad.org>
89121 Date:   Tue May 8 16:42:45 2018 -0700
89122
89123     Use UnsizedArrayOf<> in one place where [VAR] was used
89124     
89125     Trying to see how many can converted meaningfully.
89126
89127  src/hb-ot-layout-common-private.hh | 10 +++++-----
89128  1 file changed, 5 insertions(+), 5 deletions(-)
89129
89130 commit 0644d92ef32b09e32d473c758d2a968f2d125628
89131 Merge: 2a2e28e70 3be050f07
89132 Author: Behdad Esfahbod <behdad@behdad.org>
89133 Date:   Tue May 8 15:21:09 2018 -0700
89134
89135     Merge pull request #1018 from googlefonts/cmap4
89136     
89137     [subset] Add cmap format 4 subsetting.
89138
89139 commit 2a2e28e701319b4053a5c95f06c68f859e4ce99b
89140 Author: Behdad Esfahbod <behdad@behdad.org>
89141 Date:   Tue May 8 03:00:21 2018 -0700
89142
89143     Don't keep instance in hb_table_lazy_loader_t
89144
89145  src/hb-open-type-private.hh | 15 ++++++---------
89146  1 file changed, 6 insertions(+), 9 deletions(-)
89147
89148 commit 57bac8f6995fabbb98eb9824d822f370f9449488
89149 Author: Behdad Esfahbod <behdad@behdad.org>
89150 Date:   Tue May 8 02:55:20 2018 -0700
89151
89152     Rename
89153
89154  src/hb-open-type-private.hh | 6 +++---
89155  src/hb-ot-layout-private.hh | 8 ++++----
89156  2 files changed, 7 insertions(+), 7 deletions(-)
89157
89158 commit 2a46a020fd2fa2fe99886ab06188db5f0fa37ad1
89159 Author: Behdad Esfahbod <behdad@behdad.org>
89160 Date:   Tue May 8 02:53:03 2018 -0700
89161
89162     Minor
89163
89164  src/hb-open-type-private.hh | 4 ++--
89165  src/hb-ot-kern-table.hh     | 2 +-
89166  src/hb-ot-layout.cc         | 6 +++---
89167  src/hb-ot-post-table.hh     | 2 +-
89168  4 files changed, 7 insertions(+), 7 deletions(-)
89169
89170 commit eba1c16a604d1be774f22541bf3e417f27a27c68
89171 Author: Behdad Esfahbod <behdad@behdad.org>
89172 Date:   Tue May 8 02:47:42 2018 -0700
89173
89174     Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()
89175
89176  src/dump-emoji.cc             | 4 ++--
89177  src/dump-fon.cc               | 2 +-
89178  src/hb-aat-layout.cc          | 4 ++--
89179  src/hb-blob-private.hh        | 6 ------
89180  src/hb-face.cc                | 8 ++++----
89181  src/hb-open-type-private.hh   | 8 ++++++--
89182  src/hb-ot-cmap-table.hh       | 2 +-
89183  src/hb-ot-color-cbdt-table.hh | 4 ++--
89184  src/hb-ot-color-sbix-table.hh | 2 +-
89185  src/hb-ot-color-svg-table.hh  | 2 +-
89186  src/hb-ot-glyf-table.hh       | 6 +++---
89187  src/hb-ot-hmtx-table.hh       | 8 ++++----
89188  src/hb-ot-kern-table.hh       | 2 +-
89189  src/hb-ot-layout.cc           | 6 +++---
89190  src/hb-ot-post-table.hh       | 2 +-
89191  src/hb-subset.cc              | 2 +-
89192  src/main.cc                   | 2 +-
89193  17 files changed, 34 insertions(+), 36 deletions(-)
89194
89195 commit b4fa50501414b7471e840f2ee6b9dfe87080b078
89196 Author: Behdad Esfahbod <behdad@behdad.org>
89197 Date:   Tue May 8 02:45:08 2018 -0700
89198
89199     Move Sanitizer::lock_instance<>() to blob->lock_as<>().
89200
89201  src/dump-emoji.cc             |  4 ++--
89202  src/dump-fon.cc               |  3 +--
89203  src/hb-aat-layout.cc          |  4 ++--
89204  src/hb-blob-private.hh        | 17 +++++++++++++++++
89205  src/hb-face.cc                |  9 +++++----
89206  src/hb-open-type-private.hh   |  9 ++-------
89207  src/hb-ot-cmap-table.hh       |  2 +-
89208  src/hb-ot-color-cbdt-table.hh |  4 ++--
89209  src/hb-ot-color-sbix-table.hh |  2 +-
89210  src/hb-ot-color-svg-table.hh  |  2 +-
89211  src/hb-ot-glyf-table.hh       |  6 +++---
89212  src/hb-ot-hmtx-table.hh       |  8 ++++----
89213  src/hb-ot-kern-table.hh       |  2 +-
89214  src/hb-ot-layout.cc           |  6 +++---
89215  src/hb-ot-post-table.hh       |  2 +-
89216  src/hb-subset.cc              |  2 +-
89217  src/main.cc                   |  2 +-
89218  17 files changed, 48 insertions(+), 36 deletions(-)
89219
89220 commit abc12f7b8157c3981216d82ead60627db31a6c14
89221 Author: Behdad Esfahbod <behdad@behdad.org>
89222 Date:   Tue May 8 02:23:36 2018 -0700
89223
89224     Move null pool to hb-private
89225
89226  src/dump-emoji.cc                  |  6 ++---
89227  src/dump-fon.cc                    | 14 +++++------
89228  src/hb-aat-layout.cc               |  8 +++----
89229  src/hb-open-type-private.hh        | 48 +++-----------------------------------
89230  src/hb-ot-cmap-table.hh            |  4 ++--
89231  src/hb-ot-color.cc                 |  4 ++--
89232  src/hb-ot-layout-common-private.hh | 13 ++++++++---
89233  src/hb-ot-layout.cc                | 22 ++++++++---------
89234  src/hb-ot-math.cc                  |  4 ++--
89235  src/hb-ot-var.cc                   |  6 ++---
89236  src/hb-private.hh                  | 29 +++++++++++++++++++++++
89237  src/hb-subset.cc                   |  4 ++--
89238  src/main.cc                        |  2 +-
89239  13 files changed, 79 insertions(+), 85 deletions(-)
89240
89241 commit 08e280fd84384f73d395918646ee044a5bbfee45
89242 Author: Behdad Esfahbod <behdad@behdad.org>
89243 Date:   Tue May 8 01:57:27 2018 -0700
89244
89245     Rename hb_string_t to hb_bytes_t
89246
89247  src/hb-ot-post-table.hh | 16 ++++++++--------
89248  src/hb-private.hh       | 12 ++++++------
89249  src/hb-string-array.hh  |  6 +++---
89250  3 files changed, 17 insertions(+), 17 deletions(-)
89251
89252 commit bd021a67203aa5b07c31c02d63e6154da0c05d31
89253 Author: Behdad Esfahbod <behdad@behdad.org>
89254 Date:   Tue May 8 01:50:30 2018 -0700
89255
89256     Minor
89257
89258  src/hb-private.hh | 2 +-
89259  1 file changed, 1 insertion(+), 1 deletion(-)
89260
89261 commit 16e4ccf7b417f021948643012cbe7641ba02c039
89262 Author: Behdad Esfahbod <behdad@behdad.org>
89263 Date:   Tue May 8 01:47:05 2018 -0700
89264
89265     Allocate user-data-array on the heap
89266     
89267     This saves each object allocation 72 bytes.  Now object overhead is just
89268     16 bytes (on x86) instead of 88 bytes. Neat.
89269
89270  src/hb-object-private.hh | 36 ++++++++++++++++++++++++++++--------
89271  1 file changed, 28 insertions(+), 8 deletions(-)
89272
89273 commit 61920b21ca0c632ba58aef95c7f65f409cc0fbd2
89274 Author: Behdad Esfahbod <behdad@behdad.org>
89275 Date:   Tue May 8 01:28:19 2018 -0700
89276
89277     Oops
89278     
89279     Fixes https://github.com/harfbuzz/harfbuzz/issues/1023
89280
89281  src/hb-blob-private.hh | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++
89282  1 file changed, 77 insertions(+)
89283
89284 commit f673cfbd64d0c9d97123500a7b851b9cfc09deb3
89285 Author: Behdad Esfahbod <behdad@behdad.org>
89286 Date:   Mon May 7 13:58:32 2018 -0700
89287
89288     Support scripts that are written both LTR and RTL
89289     
89290     Right now only Old Italic is marked as such.
89291     
89292     Fixes https://github.com/harfbuzz/harfbuzz/issues/1000
89293
89294  src/hb-buffer.cc                                         |   4 ++++
89295  src/hb-common.cc                                         |   6 ++++++
89296  src/hb-ot-shape.cc                                       |   7 +++++--
89297  test/api/test-common.c                                   |   1 +
89298  test/shaping/data/in-house/Makefile.sources              |   1 +
89299  .../fonts/73e84dac2fc6a2d1bc9250d1414353661088937d.ttf   | Bin 0 -> 1136 bytes
89300  test/shaping/data/in-house/tests/none-directional.tests  |   3 +++
89301  7 files changed, 20 insertions(+), 2 deletions(-)
89302
89303 commit 90869e6962caf0e55a480b5d7e777cc521596e8b
89304 Author: Behdad Esfahbod <behdad@behdad.org>
89305 Date:   Mon May 7 14:04:01 2018 -0700
89306
89307     [ot] Apply langsys's required feature even if no other feature exists
89308
89309  src/hb-ot-map.cc | 3 ---
89310  1 file changed, 3 deletions(-)
89311
89312 commit 90baf721978236f2e06dff89ad1cb0cace0753ea
89313 Author: Behdad Esfahbod <behdad@behdad.org>
89314 Date:   Thu May 3 22:14:54 2018 -0400
89315
89316     Move some blob functions to methods
89317
89318  src/hb-blob.cc | 80 +++++++++++++++++++++++++---------------------------------
89319  1 file changed, 34 insertions(+), 46 deletions(-)
89320
89321 commit 5c64d61475f15d7f8de8993a52639735b2bcf750
89322 Author: Behdad Esfahbod <behdad@behdad.org>
89323 Date:   Thu May 3 21:10:57 2018 -0400
89324
89325     Add hb-blob-private.hh
89326     
89327     Towards making blob more memory-allocation-friendly
89328
89329  src/Makefile.sources |  1 +
89330  src/hb-blob.cc       | 21 +++++----------------
89331  2 files changed, 6 insertions(+), 16 deletions(-)
89332
89333 commit 203dc44ebc141af0ba8c54edec2dc0405664997a
89334 Author: Behdad Esfahbod <behdad@behdad.org>
89335 Date:   Thu May 3 21:03:27 2018 -0400
89336
89337     [ot-layout] Remove unused members
89338     
89339     We should hang those off somewhere else. For now, the unused ones can go.
89340
89341  src/hb-aat-layout-common-private.hh |  2 +-
89342  src/hb-aat-layout.cc                |  6 ++++++
89343  src/hb-ot-layout-private.hh         |  6 ------
89344  src/hb-ot-layout.cc                 | 29 ++++++++---------------------
89345  4 files changed, 15 insertions(+), 28 deletions(-)
89346
89347 commit ac92ed7d6875374451246a2391859fb763329adb
89348 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89349 Date:   Tue May 8 01:05:15 2018 +0430
89350
89351     Set inline hidden flag only on shared library building
89352     
89353     To avoid need of CMP0063 which is not available on older CMake versions
89354
89355  CMakeLists.txt | 16 ++++++++--------
89356  1 file changed, 8 insertions(+), 8 deletions(-)
89357
89358 commit 3be050f07572d8556726b188668d727e3e7ba643
89359 Author: Garret Rieger <grieger@google.com>
89360 Date:   Fri May 4 11:23:32 2018 -0700
89361
89362     [subset] entrySelectorZ -> entrySelector.
89363
89364  src/hb-ot-cmap-table.hh | 14 +++++++-------
89365  1 file changed, 7 insertions(+), 7 deletions(-)
89366
89367 commit 7c22f98da789f831e1afb9078085b2e33d864d25
89368 Author: Garret Rieger <grieger@google.com>
89369 Date:   Thu May 3 13:14:28 2018 -0700
89370
89371     [subset] add missing template parameter.
89372
89373  src/hb-ot-cmap-table.hh | 2 +-
89374  1 file changed, 1 insertion(+), 1 deletion(-)
89375
89376 commit 95eb0f3bafb7ab0e2451e3e2f8afc5008e18e88e
89377 Author: Garret Rieger <grieger@google.com>
89378 Date:   Thu May 3 13:00:19 2018 -0700
89379
89380     [subset] Switch to a non-log using implementation of caculating searchRangeZ, entrySelectorZ, and rangeShiftZ in cmap4.
89381
89382  src/hb-ot-cmap-table.hh | 12 +++++-------
89383  1 file changed, 5 insertions(+), 7 deletions(-)
89384
89385 commit b0d7971be0fa3c9393b04038b8d0a76398b0d8d7
89386 Author: Garret Rieger <grieger@google.com>
89387 Date:   Thu May 3 11:22:51 2018 -0700
89388
89389     [subset] Updated expected files for japanese subset integration tests to include cmap4.
89390
89391  ...gular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3032 -> 3112 bytes
89392  ...gular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3268 -> 3356 bytes
89393  .../Mplus1p-Regular.default.61,63,65,6B.ttf        | Bin 2584 -> 2656 bytes
89394  ...gular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3564 -> 3652 bytes
89395  .../japanese/Mplus1p-Regular.default.660E.ttf      | Bin 2348 -> 2396 bytes
89396  ...ar.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2304 -> 2384 bytes
89397  ...ar.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2540 -> 2628 bytes
89398  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf     | Bin 1856 -> 1928 bytes
89399  ...ar.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2836 -> 2924 bytes
89400  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf   | Bin 1620 -> 1668 bytes
89401  test/subset/data/fonts/Mplus1p-Regular.ttf         | Bin 1758820 -> 1757292 bytes
89402  11 files changed, 0 insertions(+), 0 deletions(-)
89403
89404 commit 79479273170275447042aa50912acee74bbacdf6
89405 Author: Garret Rieger <grieger@google.com>
89406 Date:   Thu May 3 11:18:02 2018 -0700
89407
89408     [subset] Update expected files for subset integration tests to include cmap4.
89409
89410  .../basics/Roboto-Regular.abc.default.61,62,63.ttf    | Bin 2120 -> 2168 bytes
89411  .../basics/Roboto-Regular.abc.default.61,63.ttf       | Bin 1932 -> 1988 bytes
89412  .../expected/basics/Roboto-Regular.abc.default.61.ttf | Bin 1744 -> 1792 bytes
89413  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 -> 1740 bytes
89414  .../expected/basics/Roboto-Regular.abc.default.63.ttf | Bin 1668 -> 1716 bytes
89415  .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf | Bin 876 -> 924 bytes
89416  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf    | Bin 792 -> 848 bytes
89417  .../basics/Roboto-Regular.abc.drop-hints.61.ttf       | Bin 684 -> 732 bytes
89418  .../basics/Roboto-Regular.abc.drop-hints.62.ttf       | Bin 652 -> 700 bytes
89419  .../basics/Roboto-Regular.abc.drop-hints.63.ttf       | Bin 656 -> 704 bytes
89420  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf     | Bin 3700 -> 3772 bytes
89421  .../full-font/Roboto-Regular.default.61,62,63.ttf     | Bin 3320 -> 3368 bytes
89422  .../Roboto-Regular.default.D7,D8,D9,DA,DE.ttf         | Bin 3668 -> 3732 bytes
89423  .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf  | Bin 2152 -> 2224 bytes
89424  .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf  | Bin 1968 -> 2016 bytes
89425  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf      | Bin 2188 -> 2252 bytes
89426  16 files changed, 0 insertions(+), 0 deletions(-)
89427
89428 commit a8e7f9b958dcb4e00226f78d0ff83f031bc1323d
89429 Author: Garret Rieger <grieger@google.com>
89430 Date:   Thu May 3 10:59:00 2018 -0700
89431
89432     [subset] Get cmap tests passing again.
89433
89434  test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf | Bin 2972 -> 2816 bytes
89435  test/api/test-subset-cmap.c                      |   2 +-
89436  2 files changed, 1 insertion(+), 1 deletion(-)
89437
89438 commit c817992f495cba21bf468014f22afe349fbc799f
89439 Author: Garret Rieger <grieger@google.com>
89440 Date:   Thu May 3 10:53:20 2018 -0700
89441
89442     [subset] Write out a format 4, plat 0 encoding record to match fontTools.
89443
89444  src/hb-ot-cmap-table.hh     | 24 +++++++++++++++---------
89445  test/api/test-subset-cmap.c |  2 +-
89446  2 files changed, 16 insertions(+), 10 deletions(-)
89447
89448 commit 9ef55a4c1354028f4d5e81300cdaf8ce5e03b8e9
89449 Author: Garret Rieger <grieger@google.com>
89450 Date:   Wed May 2 18:50:56 2018 -0700
89451
89452     [subset] A few bug fixes for cmap format 4 subsetting.
89453
89454  src/hb-ot-cmap-table.hh | 57 ++++++++++++++++++++++++++++---------------------
89455  1 file changed, 33 insertions(+), 24 deletions(-)
89456
89457 commit 81ea75f5c860ef682184bd2c9d0ff8b48251e3ce
89458 Author: Garret Rieger <grieger@google.com>
89459 Date:   Wed May 2 17:46:30 2018 -0700
89460
89461     [subset] Complete implementation of cmap4 subsetting.
89462
89463  src/hb-ot-cmap-table.hh | 31 ++++++++++++++++++++++++++++---
89464  1 file changed, 28 insertions(+), 3 deletions(-)
89465
89466 commit 4195a52b041af749046b716dcac7d6560ae37611
89467 Author: Garret Rieger <grieger@google.com>
89468 Date:   Wed May 2 17:11:18 2018 -0700
89469
89470     [subset] WIP implementation of serialize for cmap format 4.
89471
89472  src/hb-ot-cmap-table.hh | 39 ++++++++++++++++++++++++++++++++++++++-
89473  1 file changed, 38 insertions(+), 1 deletion(-)
89474
89475 commit cfa592d31ce2fd1ec2765a69ab31bf80161479dd
89476 Author: Garret Rieger <grieger@google.com>
89477 Date:   Wed May 2 16:37:38 2018 -0700
89478
89479     [subset] Add an implement for cmap format 4 create_sub_table_plan.
89480
89481  src/hb-ot-cmap-table.hh | 43 ++++++++++++++++++++++++++++++++++++++++++-
89482  1 file changed, 42 insertions(+), 1 deletion(-)
89483
89484 commit 295d67ea7d0ddac5666bd6aa4b647dd9cbf8e8f7
89485 Author: Garret Rieger <grieger@google.com>
89486 Date:   Wed May 2 16:12:04 2018 -0700
89487
89488     [subset] WIP cmap format 4 subsetting.
89489
89490  src/hb-ot-cmap-table.hh | 104 ++++++++++++++++++++++++++++++++++++++++--------
89491  1 file changed, 88 insertions(+), 16 deletions(-)
89492
89493 commit 0053d13283458996372f04bd501001d450523605
89494 Author: Garret Rieger <grieger@google.com>
89495 Date:   Wed May 2 15:42:43 2018 -0700
89496
89497     [subset] Refactor cmap subsetting to make it possible to add support for more sub tables.
89498
89499  src/hb-ot-cmap-table.hh | 161 ++++++++++++++++++++++++++++++------------------
89500  1 file changed, 102 insertions(+), 59 deletions(-)
89501
89502 commit 03b27548123756dfd9988a8fc74bc78733fb2c44
89503 Author: Garret Rieger <grieger@google.com>
89504 Date:   Wed May 2 15:42:08 2018 -0700
89505
89506     [subset] Add const to the hb_subset_plan_t input to a couple functions in hb-subset-plan.
89507
89508  src/hb-subset-plan.cc |  4 ++--
89509  src/hb-subset-plan.hh | 18 +++++++++---------
89510  2 files changed, 11 insertions(+), 11 deletions(-)
89511
89512 commit 5b93f6916958e6096044372c1195501ea9f37436
89513 Author: Behdad Esfahbod <behdad@behdad.org>
89514 Date:   Wed May 2 14:59:14 2018 -0400
89515
89516     Rename some X-terminated members to Z-terminated
89517     
89518     X-terminated means don't access this, it's not located correctly.
89519     Z-terminated means this is a C array with no bound checking.
89520
89521  src/hb-aat-layout-morx-table.hh |  4 ++--
89522  src/hb-open-type-private.hh     | 16 ++++++++--------
89523  src/hb-ot-cmap-table.hh         | 28 ++++++++++++++--------------
89524  src/hb-ot-glyf-table.hh         | 14 +++++++-------
89525  src/hb-ot-var-avar-table.hh     |  6 +++---
89526  5 files changed, 34 insertions(+), 34 deletions(-)
89527
89528 commit f1f6bc0a6f28a6611a247f37b8a83e6f782d7227
89529 Author: Behdad Esfahbod <behdad@behdad.org>
89530 Date:   Wed May 2 12:56:21 2018 -0400
89531
89532     [set] Fix init/fini of set on the stack to call object init/fini
89533     
89534     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
89535
89536  src/hb-set-private.hh | 14 ++++++++++++--
89537  src/hb-set.cc         |  4 ++--
89538  2 files changed, 14 insertions(+), 4 deletions(-)
89539
89540 commit 37b95612d4ae8a9d75a1a5a5165bc073c709cf30
89541 Author: Behdad Esfahbod <behdad@behdad.org>
89542 Date:   Tue May 1 19:09:00 2018 -0400
89543
89544     Remove hb_auto_array_t
89545     
89546     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
89547
89548  src/hb-coretext.cc      |  8 ++++----
89549  src/hb-ot-cmap-table.hh |  2 +-
89550  src/hb-ot-layout.cc     |  2 +-
89551  src/hb-subset-plan.cc   |  2 +-
89552  src/hb-uniscribe.cc     | 12 ++++++------
89553  5 files changed, 13 insertions(+), 13 deletions(-)
89554
89555 commit 5c3112aec8b77d0fe39164f0f700e2a1aa810022
89556 Author: Behdad Esfahbod <behdad@behdad.org>
89557 Date:   Tue May 1 19:07:04 2018 -0400
89558
89559     s/hb_prealloced_array_t/hb_vector_t/g
89560     
89561     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
89562
89563  src/hb-ot-cmap-table.hh  |  6 +++---
89564  src/hb-ot-hmtx-table.hh  |  2 +-
89565  src/hb-ot-map-private.hh | 10 +++++-----
89566  src/hb-ot-os2-table.hh   |  4 ++--
89567  src/hb-ot-post-table.hh  |  2 +-
89568  src/hb-private.hh        |  6 +++---
89569  src/hb-set-private.hh    |  4 ++--
89570  src/hb-subset-glyf.cc    | 12 ++++++------
89571  src/hb-subset-plan.cc    |  8 ++++----
89572  src/hb-subset-plan.hh    |  6 +++---
89573  src/hb-subset.cc         |  2 +-
89574  11 files changed, 31 insertions(+), 31 deletions(-)
89575
89576 commit 4a01eb1234a72e6a91ed66d3ed60b5db378fe340
89577 Author: Behdad Esfahbod <behdad@behdad.org>
89578 Date:   Tue May 1 19:05:58 2018 -0400
89579
89580     Add hb_auto_t
89581     
89582     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
89583
89584  src/hb-private.hh | 11 ++++++++---
89585  1 file changed, 8 insertions(+), 3 deletions(-)
89586
89587 commit a60ba7964ea196a3a02c48e813f2d9505d0cded2
89588 Author: Behdad Esfahbod <behdad@behdad.org>
89589 Date:   Tue May 1 19:01:25 2018 -0400
89590
89591     s/finish/fini
89592     
89593     For consistency.
89594
89595  src/hb-common.cc            |  8 ++++----
89596  src/hb-mutex-private.hh     |  2 +-
89597  src/hb-object-private.hh    | 10 +++++-----
89598  src/hb-ot-layout-private.hh |  4 ++--
89599  src/hb-ot-map-private.hh    | 14 +++++++-------
89600  src/hb-ot-post-table.hh     |  2 +-
89601  src/hb-ot-shape-private.hh  |  4 ++--
89602  src/hb-ot-shape.cc          |  2 +-
89603  src/hb-private.hh           | 16 ++++++++--------
89604  src/hb-set-private.hh       |  6 +++---
89605  src/hb-set.cc               |  2 +-
89606  src/hb-subset-glyf.cc       |  6 +++---
89607  src/hb-subset-plan.cc       |  6 +++---
89608  src/hb-subset.cc            |  2 +-
89609  14 files changed, 42 insertions(+), 42 deletions(-)
89610
89611 commit 17618ee2ecd02cb100ca911bd1907d108e9df475
89612 Author: Behdad Esfahbod <behdad@behdad.org>
89613 Date:   Tue May 1 18:39:25 2018 -0400
89614
89615     Add hb_object_fini()
89616
89617  src/hb-object-private.hh | 7 ++++++-
89618  1 file changed, 6 insertions(+), 1 deletion(-)
89619
89620 commit bd5f918e2f86241d3e2cb706bf558de21c198860
89621 Author: Behdad Esfahbod <behdad@behdad.org>
89622 Date:   Tue May 1 18:27:41 2018 -0400
89623
89624     [set] Cache population
89625     
89626     Part of https://github.com/harfbuzz/harfbuzz/issues/1017
89627
89628  src/hb-set-private.hh | 24 +++++++++++++++++++++++-
89629  src/hb-set.cc         |  1 +
89630  2 files changed, 24 insertions(+), 1 deletion(-)
89631
89632 commit 93b03119da8674a3eddb7879857e9f17fa16fd2a
89633 Author: violet-sippial <38817272+violet-sippial@users.noreply.github.com>
89634 Date:   Sat Apr 28 20:29:13 2018 +0200
89635
89636     [subset] Do not compare ttx progress output in the tests
89637     
89638     Suppress progress messages of ttx. This avoids comparing this output to the reference file which lets the test fail.
89639
89640  test/subset/run-tests.py | 1 +
89641  1 file changed, 1 insertion(+)
89642
89643 commit a57f5a1a185c333ae21a4ac1577387312895e107
89644 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89645 Date:   Sat Apr 28 13:58:55 2018 +0430
89646
89647     [dwrite] Minor, enable the original code assertions
89648
89649  src/hb-directwrite.cc | 4 ++--
89650  1 file changed, 2 insertions(+), 2 deletions(-)
89651
89652 commit 9925030f19851957381b78c197e6f50c77fde756
89653 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89654 Date:   Fri Apr 13 12:43:29 2018 +0430
89655
89656     Don't decompose Bengali Rra and Rha
89657     
89658     Fixes #779 and follow up to b01d9b3d90e892341ee4463f2eda4600850b97d8
89659
89660  src/hb-ot-shape-complex-indic.cc                        |   3 +++
89661  test/shaping/data/in-house/Makefile.sources             |   1 +
89662  .../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf  | Bin 0 -> 22980 bytes
89663  test/shaping/data/in-house/tests/indic-decompose.tests  |   1 +
89664  4 files changed, 5 insertions(+)
89665
89666 commit 5ad87a93fefcb94ee5f28de8d75903b2550c8d94
89667 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89668 Date:   Wed Apr 25 16:44:04 2018 +0430
89669
89670     Minor, improve file reading failing condition comment
89671     
89672     https://bugzilla.gnome.org/show_bug.cgi?id=659212 for more context
89673
89674  src/hb-blob.cc | 3 ++-
89675  1 file changed, 2 insertions(+), 1 deletion(-)
89676
89677 commit 2eaba80cbd3afb32363da93ebf6e60b11509d3f8
89678 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89679 Date:   Tue Apr 24 09:04:15 2018 +0430
89680
89681     Minor, re-add unused mark to some of ragel defined state machines (#1005)
89682
89683  src/hb-ot-shape-complex-indic-machine.hh   | 2 +-
89684  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
89685  src/hb-ot-shape-complex-khmer-machine.hh   | 2 +-
89686  src/hb-ot-shape-complex-khmer-machine.rl   | 2 +-
89687  src/hb-ot-shape-complex-myanmar-machine.hh | 2 +-
89688  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
89689  src/hb-ot-shape-complex-use-machine.hh     | 2 +-
89690  src/hb-ot-shape-complex-use-machine.rl     | 2 +-
89691  8 files changed, 8 insertions(+), 8 deletions(-)
89692
89693 commit 48f0204cfea616a788d75c5065ad4999c7685513
89694 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89695 Date:   Tue Apr 24 08:11:13 2018 +0430
89696
89697     Minor, re-add unused mark for two TRACE_ macros
89698     
89699     To revive Travis CI bot
89700
89701  src/hb-debug.hh | 4 ++--
89702  1 file changed, 2 insertions(+), 2 deletions(-)
89703
89704 commit 816b8169a90e0454b82a83719fc9ec1c83934d6f
89705 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89706 Date:   Mon Apr 23 19:36:53 2018 +0430
89707
89708     Resolve some of clang's double-promotion warnings
89709
89710  src/hb-aat-layout-trak-table.hh    | 6 +++---
89711  src/hb-open-type-private.hh        | 8 ++++----
89712  src/hb-ot-layout-common-private.hh | 2 +-
89713  3 files changed, 8 insertions(+), 8 deletions(-)
89714
89715 commit 24b8b9b227f53b4f67a713c994cec04a5f774634
89716 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89717 Date:   Mon Apr 23 19:03:57 2018 +0430
89718
89719     Resolve clang's used-but-marked-unused warnings
89720
89721  src/hb-debug.hh                            | 4 ++--
89722  src/hb-font.cc                             | 4 ++--
89723  src/hb-ft.cc                               | 8 ++++----
89724  src/hb-open-type-private.hh                | 2 +-
89725  src/hb-ot-font.cc                          | 6 +++---
89726  src/hb-ot-shape-complex-indic-machine.hh   | 2 +-
89727  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
89728  src/hb-ot-shape-complex-khmer-machine.hh   | 2 +-
89729  src/hb-ot-shape-complex-khmer-machine.rl   | 2 +-
89730  src/hb-ot-shape-complex-myanmar-machine.hh | 2 +-
89731  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
89732  src/hb-ot-shape-complex-use-machine.hh     | 2 +-
89733  src/hb-ot-shape-complex-use-machine.rl     | 2 +-
89734  src/hb-set.cc                              | 2 +-
89735  src/hb-unicode.cc                          | 2 +-
89736  15 files changed, 22 insertions(+), 22 deletions(-)
89737
89738 commit eaf649450a29115ca0b2aac2921cc40c17aa55ac
89739 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89740 Date:   Mon Apr 23 18:39:40 2018 +0430
89741
89742     Resolve clang's conditional-uninitialize warnings
89743
89744  src/hb-ot-layout-gpos-table.hh | 2 +-
89745  src/hb-ot-shape-normalize.cc   | 4 ++--
89746  util/view-cairo.cc             | 2 +-
89747  3 files changed, 4 insertions(+), 4 deletions(-)
89748
89749 commit 8b0d642e6610dd44f98a986580451eb562276897
89750 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89751 Date:   Mon Apr 23 18:37:35 2018 +0430
89752
89753     Resolve some of clang's zero-as-null-pointer-constant warnings
89754
89755  src/hb-coretext.cc              | 4 ++--
89756  src/hb-dsalgs.hh                | 2 +-
89757  src/hb-ot-os2-unicode-ranges.hh | 2 +-
89758  3 files changed, 4 insertions(+), 4 deletions(-)
89759
89760 commit 8100380d9e6fdd52eb7054f3300046028dcde8f9
89761 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89762 Date:   Sun Apr 22 10:58:37 2018 +0430
89763
89764     Minor, fix calloc call order
89765
89766  src/hb-blob.cc | 2 +-
89767  1 file changed, 1 insertion(+), 1 deletion(-)
89768
89769 commit 2a4cdfad20fa8f0d2894383c2f10a6983f88b34b
89770 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89771 Date:   Fri Apr 20 21:12:58 2018 +0430
89772
89773     [aat/kerx] Minor (#1003)
89774
89775  src/hb-aat-layout-kerx-table.hh | 46 +++++++++++++++++++++--------------------
89776  1 file changed, 24 insertions(+), 22 deletions(-)
89777
89778 commit ce17340b23d96f543cd88e400e631bdb5656331c
89779 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89780 Date:   Fri Apr 20 10:29:06 2018 +0430
89781
89782     Add hb_blob_create_from_file, a new API (#926)
89783
89784  TODO                         |   2 -
89785  docs/harfbuzz-sections.txt   |   1 +
89786  src/dump-emoji.cc            |  33 +----------
89787  src/dump-fon.cc              |  11 +---
89788  src/hb-blob.cc               | 131 ++++++++++++++++++++++++++++++++++++++++---
89789  src/hb-blob.h                |   2 +
89790  src/main.cc                  |  26 +--------
89791  src/test-buffer-serialize.cc |  42 +-------------
89792  src/test-size-params.cc      |  42 +-------------
89793  src/test-would-substitute.cc |  42 +-------------
89794  src/test.cc                  |  42 +-------------
89795  test/api/hb-subset-test.h    |  54 +-----------------
89796  test/api/hb-test.h           |  33 -----------
89797  util/options.cc              |  88 +++++++----------------------
89798  util/options.hh              |   6 --
89799  util/view-cairo.hh           |   3 +-
89800  16 files changed, 159 insertions(+), 399 deletions(-)
89801
89802 commit 4fa1c6705a1bc5299adb5a848ceaf6ac8f33c0ba
89803 Author: Garret Rieger <grieger@google.com>
89804 Date:   Thu Apr 19 15:30:35 2018 -0700
89805
89806     [subset] Check instruction offsets in glyph to ensure they are in bounds.
89807
89808  src/hb-ot-glyf-table.hh                            |  18 ++++++++++--
89809  .../oom-ccc61c92d589f895174cdef6ff2e3b20e9999a1a   | Bin 0 -> 63302 bytes
89810  test/api/test-subset-glyf.c                        |  31 +++++++++++++++++++++
89811  3 files changed, 47 insertions(+), 2 deletions(-)
89812
89813 commit 3c97614598ecd0bbccb2c90a8e0e99f010952b76
89814 Author: Garret Rieger <grieger@google.com>
89815 Date:   Thu Apr 19 13:39:57 2018 -0700
89816
89817     [subset] In subset fuzzer run through drop hints and keep hints pathways.
89818
89819  test/fuzzing/hb-subset-fuzzer.cc | 12 +++++++++++-
89820  1 file changed, 11 insertions(+), 1 deletion(-)
89821
89822 commit 6fdeeb2ae3059ac1bc5ff99fd1655b4e94576151
89823 Author: Khaled Hosny <khaledhosny@eglug.org>
89824 Date:   Thu Apr 19 23:41:37 2018 +0300
89825
89826     [util] Check all specified shapers are known (#993)
89827     
89828     A bit brute force and requires all shapers to be known, not just one.
89829     
89830     Fixes https://github.com/harfbuzz/harfbuzz/issues/956
89831
89832  util/options.cc | 22 ++++++++++++++++++++--
89833  1 file changed, 20 insertions(+), 2 deletions(-)
89834
89835 commit 535fb23c0211c733d59f72c3431643d89dc16d16
89836 Author: Garret Rieger <grieger@google.com>
89837 Date:   Wed Apr 18 17:37:39 2018 -0700
89838
89839     [subset] Add integration tests for cmap breakge.
89840
89841  .../full-font/Roboto-Regular.default.D7,D8,D9,DA,DE.ttf  | Bin 0 -> 3668 bytes
89842  .../Roboto-Regular.drop-hints.D7,D8,D9,DA,DE.ttf         | Bin 0 -> 2188 bytes
89843  test/subset/data/tests/full-font.tests                   |   1 +
89844  3 files changed, 1 insertion(+)
89845
89846 commit e29c8e33f3debf721e18306b896df7a3233386ac
89847 Author: Garret Rieger <grieger@google.com>
89848 Date:   Wed Apr 18 17:32:43 2018 -0700
89849
89850     [subset] Add a test for previous cmap breakage.
89851
89852  test/api/fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf | Bin 0 -> 2972 bytes
89853  test/api/test-subset-cmap.c                      |  23 +++++++++++++++++++++++
89854  2 files changed, 23 insertions(+)
89855
89856 commit 5e318e09ba590eef7b7ec047d7857f7f1eb7d787
89857 Author: Garret Rieger <grieger@google.com>
89858 Date:   Wed Apr 18 17:13:37 2018 -0700
89859
89860     [subset] Fix broken cmap creation.
89861     It was ignoring the restriction that gids must be consecutive to be placed into a single group.
89862
89863  src/hb-ot-cmap-table.hh | 23 ++++++++++++++++-------
89864  1 file changed, 16 insertions(+), 7 deletions(-)
89865
89866 commit a47070cd40cee51fe792cb838ff9f21e0ea482c6
89867 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89868 Date:   Wed Apr 18 12:09:37 2018 +0430
89869
89870     Minor, annotate the added tables with likely/unlikely (#997)
89871
89872  src/hb-aat-fmtx-table.hh        |  2 +-
89873  src/hb-aat-gcid-table.hh        |  2 +-
89874  src/hb-aat-layout-ankr-table.hh |  7 ++++---
89875  src/hb-aat-layout-bsln-table.hh |  9 +++++----
89876  src/hb-aat-layout-feat-table.hh | 10 +++++-----
89877  src/hb-aat-layout-kerx-table.hh | 12 ++++++------
89878  src/hb-aat-layout-trak-table.hh | 21 +++++++++++++--------
89879  src/hb-aat-ltag-table.hh        |  2 +-
89880  src/hb-ot-color-colr-table.hh   | 10 +++++-----
89881  src/hb-ot-color-cpal-table.hh   | 18 ++++++++++--------
89882  src/hb-ot-color-sbix-table.hh   |  2 +-
89883  src/hb-ot-color-svg-table.hh    |  6 +++---
89884  12 files changed, 55 insertions(+), 46 deletions(-)
89885
89886 commit 1a309dcd72f9f54672a7341788a9b2241c922793
89887 Author: Garret Rieger <grieger@google.com>
89888 Date:   Tue Apr 17 18:11:32 2018 -0700
89889
89890     [subset] Remove printf's from fuzzing targets.
89891
89892  test/fuzzing/hb-subset-fuzzer.cc                | 1 -
89893  test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 1 -
89894  2 files changed, 2 deletions(-)
89895
89896 commit c55aa147c33eb733ab552d404a88749cb6ff6d73
89897 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89898 Date:   Wed Apr 18 00:01:20 2018 +0430
89899
89900     Do sanitization before the use on 'main' mini-program (#994)
89901
89902  src/main.cc | 22 ++++++++++++++++++----
89903  1 file changed, 18 insertions(+), 4 deletions(-)
89904
89905 commit c02b40e58f35ecd10c4945d2fa2b7074137c2c04
89906 Author: Garret Rieger <grieger@google.com>
89907 Date:   Tue Apr 17 08:21:22 2018 -0600
89908
89909     [subset] add a fuzzer target for subset_get_all_codepoints method. (#987)
89910
89911  test/fuzzing/CMakeLists.txt                     |  7 ++++++-
89912  test/fuzzing/Makefile.am                        | 16 ++++++++++++++++
89913  test/fuzzing/hb-subset-get-codepoints-fuzzer.cc | 24 ++++++++++++++++++++++++
89914  test/fuzzing/run-subset-fuzzer-tests.py         | 19 ++++++++++++++++++-
89915  4 files changed, 64 insertions(+), 2 deletions(-)
89916
89917 commit 924803166e074c569ecfa7e598686f334777770f
89918 Author: Behdad Esfahbod <behdad@behdad.org>
89919 Date:   Tue Apr 17 15:32:02 2018 +0200
89920
89921     [colr] Check layer record access
89922
89923  src/hb-ot-color-colr-table.hh | 9 ++++++++-
89924  1 file changed, 8 insertions(+), 1 deletion(-)
89925
89926 commit 5dadbb0fa096574b6bccd75cced203baf615fedf
89927 Author: Garret Rieger <grieger@google.com>
89928 Date:   Tue Apr 17 07:00:23 2018 -0600
89929
89930     [subset] Add implementation of cmap format 12 codepoint listing. (#988)
89931
89932  src/hb-ot-cmap-table.hh                        |  21 +++++++++++-
89933  test/api/fonts/Roboto-Regular.abc.format12.ttf | Bin 0 -> 2412 bytes
89934  test/api/test-subset-codepoints.c              |  44 +++++++++++++++++++++++++
89935  3 files changed, 64 insertions(+), 1 deletion(-)
89936
89937 commit 6771e79bcc2166b5c03ca615d271c8508d692416
89938 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89939 Date:   Tue Apr 17 09:36:52 2018 +0430
89940
89941     Add pre-opentype font pages detection code (#986)
89942     
89943     As Khaled's finding on #981 this is the way Uniscribe detects those fonts. This is its detection part.
89944
89945  src/hb-ot-os2-table.hh | 18 ++++++++++++++++++
89946  1 file changed, 18 insertions(+)
89947
89948 commit 277e328986d5887fa93c72dc8b12d842d41db87f
89949 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89950 Date:   Tue Apr 17 09:13:35 2018 +0430
89951
89952     Make some of implicit header uses explicit (#989)
89953     
89954     Splitted from #950 and #986 IIRC Chromium had a policy about this encouraging it,
89955     not sure about automated way to detect and add them but for now lets have the needed
89956     ones of them.
89957
89958  src/hb-aat-layout-morx-table.hh | 1 +
89959  src/hb-aat-layout-trak-table.hh | 1 +
89960  src/hb-ot-hdmx-table.hh         | 1 +
89961  src/hb-ot-hmtx-table.hh         | 1 +
89962  src/hb-ot-os2-table.hh          | 1 +
89963  src/hb-ot-post-table.hh         | 1 +
89964  6 files changed, 6 insertions(+)
89965
89966 commit f5811bad04be9dac8a4fca8e16904d6270e47777
89967 Author: Ebrahim Byagowi <ebrahim@gnu.org>
89968 Date:   Tue Apr 17 09:13:03 2018 +0430
89969
89970     Add round to F2DOT14 inner store setter (#990)
89971     
89972     It uses floor implicitly without it but explicit use of round will be more correct.
89973
89974  src/hb-open-type-private.hh | 2 +-
89975  1 file changed, 1 insertion(+), 1 deletion(-)
89976
89977 commit 39754fb65981fa8d11615e1dced852285ad09e4e
89978 Author: Garret Rieger <grieger@google.com>
89979 Date:   Mon Apr 16 15:09:27 2018 -0700
89980
89981     [subset] Don't assume the last segment in cmap 4 can be skipped, actually check it.
89982
89983  src/hb-ot-cmap-table.hh | 8 ++++++--
89984  1 file changed, 6 insertions(+), 2 deletions(-)
89985
89986 commit 21a181af2bf1582991c55de5f9281494733c5d12
89987 Author: Garret Rieger <grieger@google.com>
89988 Date:   Tue Apr 10 15:40:24 2018 -0700
89989
89990     [subset] sketch out support for a call that lists all codepoints present in a font. Implement support for it in format 4 cmap sub table.
89991
89992  src/hb-ot-cmap-table.hh                       |  37 ++++++++++++++--
89993  src/hb-subset.cc                              |  14 ++++++
89994  src/hb-subset.h                               |   5 ++-
89995  test/api/Makefile.am                          |   2 +
89996  test/api/fonts/Roboto-Regular.abc.format4.ttf | Bin 0 -> 2424 bytes
89997  test/api/test-subset-codepoints.c             |  59 ++++++++++++++++++++++++++
89998  6 files changed, 113 insertions(+), 4 deletions(-)
89999
90000 commit aef96e246cb695c4c83b8b6daed06a0d14fe1d32
90001 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90002 Date:   Mon Apr 16 18:30:25 2018 +0430
90003
90004     Further improvements on dump-fon (#985)
90005
90006  src/dump-fon.cc | 153 +++++++++++++++++++++++++++++++++++++++++++++-----------
90007  1 file changed, 123 insertions(+), 30 deletions(-)
90008
90009 commit 67dfb1937b703b3f1dc45251f4f884abf35c8576
90010 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90011 Date:   Mon Apr 16 14:25:45 2018 +0430
90012
90013     Add dump-fon, a prototype on how to work with .fon/.fnt files (#981)
90014
90015  src/Makefile.am |   4 +
90016  src/dump-fon.cc | 475 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
90017  2 files changed, 479 insertions(+)
90018
90019 commit ce99dd04de830c8426af14c11dbee45f8bcc9e60
90020 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90021 Date:   Sun Apr 15 22:08:50 2018 +0430
90022
90023     Implement to_float and set_float of F2DOT14 (#984)
90024
90025  src/hb-open-type-private.hh | 8 +++++---
90026  1 file changed, 5 insertions(+), 3 deletions(-)
90027
90028 commit 435b1878e710b67e21872572ad9fd5ed1369e97f
90029 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90030 Date:   Sun Apr 15 21:18:48 2018 +0430
90031
90032     Rename UINT24 to HBUINT24 for consistency (#983)
90033
90034  src/hb-open-type-private.hh        | 2 +-
90035  src/hb-ot-cmap-table.hh            | 6 +++---
90036  src/hb-ot-layout-common-private.hh | 2 +-
90037  3 files changed, 5 insertions(+), 5 deletions(-)
90038
90039 commit 3737c652a5e0b6d73b6090dc6c3863008c9dc8fd
90040 Merge: 632713bab 8f4c12308
90041 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90042 Date:   Fri Apr 13 23:19:19 2018 +0430
90043
90044     Merge pull request #979 from ebraminio/msvc05
90045     
90046     Reinstate support for Visual Studio 2005
90047
90048 commit 8f4c12308a8d9e61922fb352e913acae46b28a88
90049 Author: Tor Andersson <tor.andersson@artifex.com>
90050 Date:   Fri Apr 13 23:01:54 2018 +0430
90051
90052     Reinstate support for Visual Studio 2005
90053
90054  src/hb-common.h    | 10 ++++++++++
90055  src/hb-private.hh  |  6 +++---
90056  src/hb-ucdn/ucdn.h | 10 ++++++++++
90057  3 files changed, 23 insertions(+), 3 deletions(-)
90058
90059 commit 632713babbc349920f71f73cc304c9a18078fd6b
90060 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90061 Date:   Thu Apr 12 14:17:03 2018 +0430
90062
90063     Always enable atexit on Android (#971)
90064     
90065     Obviously one can use a newer NDK for building an updated HarfBuzz
90066     instead that now pretty old version however I am concerned if that
90067     version checking is working with clang that is used with the newer
90068     NDK versions.
90069
90070  src/hb-private.hh | 8 +++-----
90071  1 file changed, 3 insertions(+), 5 deletions(-)
90072
90073 commit f24b0b9728f87d7599867a4ba6ec7d30da43b869
90074 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90075 Date:   Thu Apr 12 13:40:45 2018 +0430
90076
90077     Update the links and revive the dead ones
90078
90079  src/hb-common.cc                           |  4 ++--
90080  src/hb-common.h                            |  6 +++---
90081  src/hb-coretext.cc                         |  6 +++---
90082  src/hb-ft.cc                               |  2 +-
90083  src/hb-ot-cmap-table.hh                    | 12 ++++++------
90084  src/hb-ot-layout-common-private.hh         |  8 ++++----
90085  src/hb-ot-layout-private.hh                |  2 +-
90086  src/hb-ot-layout.h                         |  2 +-
90087  src/hb-ot-shape-complex-arabic.cc          |  4 ++--
90088  src/hb-ot-shape-complex-indic-private.hh   |  2 +-
90089  src/hb-ot-shape-complex-indic.cc           |  4 ++--
90090  src/hb-ot-shape-complex-khmer.cc           |  2 +-
90091  src/hb-ot-shape-complex-myanmar-private.hh |  2 +-
90092  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
90093  src/hb-ot-shape-complex-thai.cc            |  2 +-
90094  src/hb-ot-shape-complex-use-private.hh     |  2 +-
90095  src/hb-ot-shape-complex-use.cc             |  2 +-
90096  src/hb-ot-shape-fallback.cc                |  2 +-
90097  src/hb-ot-tag.cc                           |  9 ++++-----
90098  src/hb-private.hh                          |  4 ++--
90099  src/hb-string-array.hh                     |  2 +-
90100  src/hb-unicode-private.hh                  | 18 +++++++++---------
90101  test/api/test-buffer.c                     |  2 +-
90102  test/api/test-ot-tag.c                     |  6 +++---
90103  test/api/test-shape.c                      |  2 +-
90104  25 files changed, 54 insertions(+), 55 deletions(-)
90105
90106 commit a02c3ee70f4ca9de1fd55f1d8d535f6bd0d32606
90107 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90108 Date:   Thu Apr 12 13:38:19 2018 +0430
90109
90110     Add or update tables specifications links
90111
90112  src/hb-aat-fmtx-table.hh        |  9 ++++-----
90113  src/hb-aat-gcid-table.hh        |  8 ++++----
90114  src/hb-aat-layout-ankr-table.hh |  8 ++++----
90115  src/hb-aat-layout-bsln-table.hh | 10 +++++-----
90116  src/hb-aat-layout-feat-table.hh | 10 +++++-----
90117  src/hb-aat-layout-kerx-table.hh |  4 ++++
90118  src/hb-aat-layout-morx-table.hh |  4 ++++
90119  src/hb-aat-layout-trak-table.hh |  4 ++++
90120  src/hb-aat-ltag-table.hh        | 10 +++++-----
90121  src/hb-ot-color-cbdt-table.hh   | 24 ++++++++++++------------
90122  src/hb-ot-color-colr-table.hh   |  6 +++---
90123  src/hb-ot-color-cpal-table.hh   |  6 +++---
90124  src/hb-ot-color-sbix-table.hh   | 11 ++++++-----
90125  src/hb-ot-color-svg-table.hh    |  3 ++-
90126  src/hb-ot-glyf-table.hh         |  4 ++--
90127  src/hb-ot-hdmx-table.hh         | 11 ++++++-----
90128  src/hb-ot-head-table.hh         | 10 +++++-----
90129  src/hb-ot-hhea-table.hh         | 15 ++++++++-------
90130  src/hb-ot-hmtx-table.hh         | 14 +++++++-------
90131  src/hb-ot-kern-table.hh         | 10 ++++++----
90132  src/hb-ot-layout-base-table.hh  |  3 ++-
90133  src/hb-ot-layout-gdef-table.hh  |  3 ++-
90134  src/hb-ot-layout-gpos-table.hh  |  3 ++-
90135  src/hb-ot-layout-gsub-table.hh  |  3 ++-
90136  src/hb-ot-layout-jstf-table.hh  |  3 ++-
90137  src/hb-ot-math-table.hh         |  3 ++-
90138  src/hb-ot-maxp-table.hh         |  3 ++-
90139  src/hb-ot-name-table.hh         |  4 ++--
90140  src/hb-ot-os2-table.hh          |  3 +--
90141  src/hb-ot-post-table.hh         |  8 ++++----
90142  src/hb-ot-var-avar-table.hh     | 14 ++++++++------
90143  src/hb-ot-var-fvar-table.hh     | 15 ++++++++-------
90144  src/hb-ot-var-hvar-table.hh     |  7 ++++---
90145  src/hb-ot-var-mvar-table.hh     |  4 ++--
90146  34 files changed, 142 insertions(+), 115 deletions(-)
90147
90148 commit b799fc80777c1424e469a835f782b4e0f41c0043
90149 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90150 Date:   Wed Apr 11 18:36:09 2018 +0430
90151
90152     minor, use LOffsetTo and LArrayOf whenever possible (#966)
90153
90154  src/hb-aat-layout-morx-table.hh | 10 ++++++----
90155  src/hb-aat-ltag-table.hh        |  2 +-
90156  src/hb-open-file-private.hh     |  2 +-
90157  src/hb-ot-cmap-table.hh         |  4 ++--
90158  4 files changed, 10 insertions(+), 8 deletions(-)
90159
90160 commit cb3fa70cd4c33e9f1c736f778cb3b606d15c0936
90161 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90162 Date:   Wed Apr 11 18:00:13 2018 +0430
90163
90164     [dwrite] Cosmetic change (#963)
90165
90166  src/hb-directwrite.cc | 39 +++++++++++++++++++--------------------
90167  src/hb-directwrite.h  |  5 +++--
90168  2 files changed, 22 insertions(+), 22 deletions(-)
90169
90170 commit 09d5e5468858f4403ce91aca46749397b23825d9
90171 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90172 Date:   Wed Apr 11 17:41:48 2018 +0430
90173
90174     [graphite] Use tabs instead 8 spaces (#965)
90175
90176  src/hb-graphite2.cc | 16 ++++++++--------
90177  1 file changed, 8 insertions(+), 8 deletions(-)
90178
90179 commit 211da5efdcaff203eafda2a5081cd81e3d6cc35b
90180 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90181 Date:   Wed Apr 11 17:41:24 2018 +0430
90182
90183     [aat] Cosmetic changes (#964)
90184
90185  src/hb-aat-gcid-table.hh            |  4 ++--
90186  src/hb-aat-layout-ankr-table.hh     | 11 ++++++-----
90187  src/hb-aat-layout-common-private.hh |  6 +++---
90188  src/hb-aat-layout-kerx-table.hh     | 29 +++++++++++++++--------------
90189  src/hb-aat-layout-morx-table.hh     |  6 +++---
90190  src/hb-aat-layout-trak-table.hh     | 10 +++++-----
90191  src/hb-aat-ltag-table.hh            |  8 ++++----
90192  7 files changed, 38 insertions(+), 36 deletions(-)
90193
90194 commit f8bb582bcc2af6cae531d8255da002f0c514f1a9
90195 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90196 Date:   Wed Apr 11 17:13:20 2018 +0430
90197
90198     [ot-color] Cosmetic changes (#962)
90199
90200  src/hb-open-type-private.hh   |  1 -
90201  src/hb-ot-color-cbdt-table.hh | 10 +++++-----
90202  src/hb-ot-color-cpal-table.hh |  4 ++--
90203  src/hb-ot-color-sbix-table.hh | 41 ++++++++++++++++++++---------------------
90204  src/hb-ot-color-svg-table.hh  | 37 +++++++++++++++++++------------------
90205  5 files changed, 46 insertions(+), 47 deletions(-)
90206
90207 commit 1e1e9086c09185a7bd6f65d1e391418642229616
90208 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90209 Date:   Tue Apr 10 03:26:01 2018 +0430
90210
90211     minor
90212
90213  src/dump-emoji.cc | 1 +
90214  1 file changed, 1 insertion(+)
90215
90216 commit a62554af89b8324c73c623e64f87ec822c757515
90217 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90218 Date:   Tue Apr 10 00:53:50 2018 +0430
90219
90220     [colr/cpal] Improvements and add a sample renderer (#927)
90221
90222  src/Makefile.am               |  13 ++-
90223  src/dump-emoji.cc             | 181 +++++++++++++++++++++++++++++++++++++++---
90224  src/hb-ot-color-colr-table.hh |  43 +++++++++-
90225  src/hb-ot-color-cpal-table.hh |  70 +++++++++-------
90226  4 files changed, 259 insertions(+), 48 deletions(-)
90227
90228 commit f25731a3606ff0972505eeb934477480019ffcd3
90229 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90230 Date:   Tue Apr 10 00:51:57 2018 +0430
90231
90232     [ci] Don't fail on brew warnings
90233     
90234     Not the best fix but it works and we don't care about brew warnings, so
90235
90236  .travis.yml | 2 +-
90237  1 file changed, 1 insertion(+), 1 deletion(-)
90238
90239 commit 58e569e5f7143a12cadcd6c42434558f9981e00e
90240 Author: Ryan Schmidt <ryandesign@macports.org>
90241 Date:   Thu Apr 5 17:03:36 2018 -0500
90242
90243     Fix build with CoreText on OS X 10.7 and earlier (#952)
90244
90245  src/hb-coretext.cc | 30 ++++++++++++++++++++++++++++--
90246  1 file changed, 28 insertions(+), 2 deletions(-)
90247
90248 commit d3984b45b5d110f34febbb9e1d8a9c2203080a1b
90249 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90250 Date:   Sun Apr 1 12:16:42 2018 +0430
90251
90252     [aat] Further improvements on feat (#948)
90253
90254  src/Makefile.sources                               |  2 +-
90255  ...t-feat-table.hh => hb-aat-layout-feat-table.hh} | 48 +++++++++++-----------
90256  src/hb-aat-layout.cc                               |  2 +-
90257  3 files changed, 25 insertions(+), 27 deletions(-)
90258
90259 commit 93dad9ade7078d28086b2e5c3b5e8dafa67617d2
90260 Author: Behdad Esfahbod <behdad@behdad.org>
90261 Date:   Sat Mar 31 17:06:17 2018 +0200
90262
90263     [hangul] Fix comment
90264
90265  src/hb-ot-shape-complex-hangul.cc | 4 ++--
90266  1 file changed, 2 insertions(+), 2 deletions(-)
90267
90268 commit 44bf4320922d340d1357c4d42d093fa466c3610f
90269 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90270 Date:   Sat Mar 31 16:51:36 2018 +0430
90271
90272     [aat] Implement feat table parsing (#947)
90273
90274  src/Makefile.sources     |   3 +-
90275  src/hb-aat-feat-table.hh | 122 +++++++++++++++++++++++++++++++++++++++++++++++
90276  src/hb-aat-layout.cc     |   1 +
90277  3 files changed, 125 insertions(+), 1 deletion(-)
90278
90279 commit 08b8eb678a6cb74c118a32e75b880599e3ac4a7c
90280 Author: Behdad Esfahbod <behdad@behdad.org>
90281 Date:   Sat Mar 31 12:15:50 2018 +0200
90282
90283     Another try at fixing linker issue
90284     
90285     Fixes https://github.com/harfbuzz/harfbuzz/issues/880
90286
90287  configure.ac    | 11 +++++++++--
90288  src/Makefile.am |  6 ------
90289  2 files changed, 9 insertions(+), 8 deletions(-)
90290
90291 commit eff36cd8f06ee992218ed3f198f6a4ea19d7089c
90292 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90293 Date:   Fri Mar 30 22:25:35 2018 +0430
90294
90295     Minor build related changes
90296
90297  .editorconfig  | 3 +++
90298  CMakeLists.txt | 6 +++---
90299  configure.ac   | 2 +-
90300  3 files changed, 7 insertions(+), 4 deletions(-)
90301
90302 commit 9d68f73d5cf3f3df6bc5516ada987d9019d3fe3d
90303 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90304 Date:   Fri Mar 30 21:57:10 2018 +0430
90305
90306     [aat] Implement gcid table parsing (#944)
90307
90308  src/Makefile.sources     |  1 +
90309  src/hb-aat-gcid-table.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++++
90310  src/hb-aat-layout.cc     |  1 +
90311  3 files changed, 75 insertions(+)
90312
90313 commit 0e230a83ae8a2c5fbe40dc0e74e5e7ead106e45e
90314 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90315 Date:   Fri Mar 30 19:36:00 2018 +0430
90316
90317     [aat] Implement bsln table parsing (#943)
90318
90319  src/Makefile.sources            |   1 +
90320  src/hb-aat-layout-bsln-table.hh | 156 ++++++++++++++++++++++++++++++++++++++++
90321  src/hb-aat-layout.cc            |   3 +-
90322  3 files changed, 159 insertions(+), 1 deletion(-)
90323
90324 commit 70d36543aa929320ff82a9ce589786e58adb1836
90325 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90326 Date:   Fri Mar 30 05:00:28 2018 +0430
90327
90328     Make atexit callbacks threadsafe (#930)
90329
90330  src/hb-common.cc    | 60 +++++++++++++++++++++++++++++------------------------
90331  src/hb-ft.cc        | 44 ++++++++++++++++++++++++---------------
90332  src/hb-glib.cc      |  7 ++++++-
90333  src/hb-icu.cc       |  7 ++++++-
90334  src/hb-ot-font.cc   |  7 ++++++-
90335  src/hb-shape.cc     |  7 ++++++-
90336  src/hb-shaper.cc    |  9 ++++++--
90337  src/hb-ucdn.cc      |  7 ++++++-
90338  src/hb-uniscribe.cc |  8 +++++++
90339  9 files changed, 105 insertions(+), 51 deletions(-)
90340
90341 commit d3a432a7b272917edb83f8fe8468120beb37206b
90342 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90343 Date:   Fri Mar 30 04:58:47 2018 +0430
90344
90345     [graphite] Make get_table threadsafe (#931)
90346
90347  src/hb-graphite2.cc | 10 ++++++----
90348  src/hb-graphite2.h  |  4 ++--
90349  2 files changed, 8 insertions(+), 6 deletions(-)
90350
90351 commit 80395f14e8873f30d2c9a49e42fc9febf5c87e45
90352 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90353 Date:   Thu Mar 29 22:00:41 2018 +0430
90354
90355     Make gen-* scripts LC_ALL=C compatible (#942)
90356
90357  src/gen-arabic-table.py | 5 ++---
90358  src/gen-indic-table.py  | 4 ++--
90359  src/gen-use-table.py    | 4 ++--
90360  3 files changed, 6 insertions(+), 7 deletions(-)
90361
90362 commit 26e0cbd834e7a8bab331b395257e9c21dde4c2b1
90363 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90364 Date:   Thu Mar 29 21:22:47 2018 +0430
90365
90366     Actual py3 compatibility making on gen-* scripts (#941)
90367
90368  src/gen-arabic-table.py       |  6 ++----
90369  src/gen-indic-table.py        | 13 +++++--------
90370  src/gen-use-table.py          | 12 +++++++++---
90371  test/shaping/hb_test_tools.py |  4 ++--
90372  4 files changed, 18 insertions(+), 17 deletions(-)
90373
90374 commit cab2c2c08c67e7d1606c03700df3e4e9c0dc59fd
90375 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90376 Date:   Thu Mar 29 12:48:47 2018 +0430
90377
90378     Make more gen-* scripts py3 compatible (#940)
90379
90380  src/Makefile.am                                    |   2 +-
90381  src/gen-arabic-table.py                            | 163 +++++++++++----------
90382  src/gen-def.py                                     |   2 +-
90383  src/gen-indic-table.py                             | 120 +++++++--------
90384  src/gen-unicode-ranges.py                          |   8 +-
90385  src/gen-use-table.py                               |   3 +-
90386  src/hb-ot-shape-complex-indic-table.cc             |   2 -
90387  src/sample.py                                      |   5 +-
90388  test/fuzzing/run-shape-fuzzer-tests.py             |   3 +-
90389  test/fuzzing/run-subset-fuzzer-tests.py            |   3 +-
90390  .../data/text-rendering-tests/extract-tests.py     |   3 +-
90391  test/shaping/hb_test_tools.py                      |   3 +-
90392  test/shaping/run-tests.py                          |   3 +-
90393  test/subset/run-tests.py                           |   2 +-
90394  14 files changed, 166 insertions(+), 156 deletions(-)
90395
90396 commit 5f7f0bfa1ecef6406cb9670b4eb057ea12c28730
90397 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90398 Date:   Thu Mar 29 04:22:53 2018 +0430
90399
90400     Add README.wine.md and touch some other docs (#939)
90401
90402  Makefile.am                       |  3 ++-
90403  README.python => README.python.md | 12 +++++++++---
90404  README.wine.md                    | 40 +++++++++++++++++++++++++++++++++++++++
90405  RELEASING.md                      | 25 +++++++++++++-----------
90406  4 files changed, 65 insertions(+), 15 deletions(-)
90407
90408 commit 5aa2c6e194bc75637d3f4862a096c0e7100072e2
90409 Author: Behdad Esfahbod <behdad@behdad.org>
90410 Date:   Wed Mar 28 15:33:51 2018 -0700
90411
90412     [atexit] Make hb_languate_item_t *langs freeing threadsafe
90413     
90414     Part of https://github.com/harfbuzz/harfbuzz/issues/923
90415
90416  src/hb-common.cc | 15 ++++++++++-----
90417  1 file changed, 10 insertions(+), 5 deletions(-)
90418
90419 commit 8c9451107d46c87ed0e50e718977f0c286972f3b
90420 Author: Behdad Esfahbod <behdad@behdad.org>
90421 Date:   Wed Mar 28 14:06:58 2018 -0700
90422
90423     Fix one UBSan warning
90424     
90425     Fixes https://github.com/harfbuzz/harfbuzz/issues/935
90426
90427  src/hb-font-private.hh | 6 +++++-
90428  1 file changed, 5 insertions(+), 1 deletion(-)
90429
90430 commit 48baf7e389faf8a57649ddc572da2ec8ec8829bb
90431 Author: Behdad Esfahbod <behdad@behdad.org>
90432 Date:   Wed Mar 28 13:38:51 2018 -0700
90433
90434     [uniscribe] Fixup for previous commit
90435     
90436     Fixes https://github.com/harfbuzz/harfbuzz/issues/934
90437
90438  src/hb-uniscribe.cc | 5 +++--
90439  1 file changed, 3 insertions(+), 2 deletions(-)
90440
90441 commit b17e1a40885245df690a14c7528939b3881e1fe4
90442 Author: Behdad Esfahbod <behdad@behdad.org>
90443 Date:   Wed Mar 28 10:44:52 2018 -0700
90444
90445     [uniscribe] Fix assertion fail in checksum calc
90446     
90447     Program: Z:\Users\ebrahim\Desktop\harfbuzz\winbuild\util\.libs\hb-shape.exe
90448     File: ../../src/hb-open-type-private.hh, Line 769
90449     
90450     Expression: 0 == (Length & 3)
90451     
90452     abnormal program termination
90453
90454  src/hb-uniscribe.cc | 2 +-
90455  1 file changed, 1 insertion(+), 1 deletion(-)
90456
90457 commit a48dd6ef235d569d4b6f6f213ba93a54e142458d
90458 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90459 Date:   Wed Mar 28 19:08:19 2018 +0430
90460
90461     Make gen-use-table.py py3 compatible (#932)
90462
90463  src/gen-use-table.py | 105 ++++++++++++++++++++++++++-------------------------
90464  1 file changed, 53 insertions(+), 52 deletions(-)
90465
90466 commit 1c3372786c503f3f9108971dfa8956e4cb95f65d
90467 Author: Garret Rieger <grieger@google.com>
90468 Date:   Tue Mar 27 10:42:19 2018 -0700
90469
90470     [subset] fix infinite loop bug in looping through tables for subsetting.
90471
90472  src/hb-subset.cc                                   |   2 +-
90473  ...ase-minimized-hb-subset-fuzzer-5521982557782016 | Bin 0 -> 1228 bytes
90474  test/api/test-subset.c                             |  23 +++++++++++++++++++++
90475  3 files changed, 24 insertions(+), 1 deletion(-)
90476
90477 commit 8fd55422c3fa2279991d93875d912fca4ee89cf5
90478 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90479 Date:   Tue Mar 27 16:57:09 2018 +0430
90480
90481     Implement an internal emojis dumper tool (#909)
90482     
90483     Later to be expanded to a more general tool but for now it only supports CBDT, SVG and CBDT.
90484
90485  CMakeLists.txt                |   2 +-
90486  src/Makefile.am               |   4 ++
90487  src/dump-emoji.cc             | 141 ++++++++++++++++++++++++++++++++++++++++++
90488  src/hb-ot-color-cbdt-table.hh |  71 +++++++++++++++++++++
90489  src/hb-ot-color-sbix-table.hh |  79 ++++++++++++++---------
90490  src/hb-ot-color-svg-table.hh  |  56 ++++++++++++-----
90491  6 files changed, 307 insertions(+), 46 deletions(-)
90492
90493 commit 430f82817d048ac917f1956e07d9089b9fd7e695
90494 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90495 Date:   Tue Mar 27 13:59:56 2018 +0430
90496
90497     [ci] Fix coverage build fail (#925)
90498
90499  src/Makefile.am | 14 +++++++-------
90500  1 file changed, 7 insertions(+), 7 deletions(-)
90501
90502 commit 07851aae9d28fed751663c543799f2b59369f892
90503 Author: Garret Rieger <grieger@google.com>
90504 Date:   Mon Mar 26 20:56:56 2018 -0600
90505
90506     [subset] Couple of fixes for fuzzer discovered issues. (#924)
90507     
90508     * [subset] sanitize individual DeviceRecord's as part of hdmx sanitization.
90509     
90510     * [subset] Fix out of bounds read with non-two byte align glyphs.
90511     
90512     * [subset] Just use size_device_record >= DeviceRecord::min_size.
90513     
90514     * [subset] Add TODO.
90515     
90516     * [subset] Re-order checks in hdmx sanitize.
90517
90518  src/hb-ot-hdmx-table.hh                            |   1 +
90519  src/hb-subset-glyf.cc                              |   6 +++---
90520  src/hb-subset.cc                                   |   6 +++++-
90521  ...ase-minimized-hb-subset-fuzzer-5609911946838016 | Bin 0 -> 313 bytes
90522  ...ase-minimized-hb-subset-fuzzer-6651660668502016 | Bin 0 -> 15229 bytes
90523  test/api/test-subset-hdmx.c                        |  23 +++++++++++++++++++++
90524  6 files changed, 32 insertions(+), 4 deletions(-)
90525
90526 commit 6f46883f5b74b206a3b77246891ab2ac57a27c4e
90527 Author: Behdad Esfahbod <behdad@behdad.org>
90528 Date:   Mon Mar 26 19:55:22 2018 -0700
90529
90530     [hdmx] Minor
90531
90532  src/hb-ot-hdmx-table.hh | 2 +-
90533  1 file changed, 1 insertion(+), 1 deletion(-)
90534
90535 commit c589681926e50834bdc614479efced7382dfbf61
90536 Author: Behdad Esfahbod <behdad@behdad.org>
90537 Date:   Mon Mar 26 19:55:16 2018 -0700
90538
90539     Minor
90540
90541  src/check-symbols.sh | 2 --
90542  1 file changed, 2 deletions(-)
90543
90544 commit 19ec366fb12afe5fce23239bbeb61e67d732a169
90545 Author: Behdad Esfahbod <behdad@behdad.org>
90546 Date:   Mon Mar 26 15:09:54 2018 -0700
90547
90548     Fix previous commit
90549     
90550     Automake has this stupid behavior where if your Makefile.am has
90551     syntactic error, it can get to a state that make succeeds but just
90552     ignores broken Makefile.am.  Ouch.
90553
90554  src/Makefile.am | 1 -
90555  1 file changed, 1 deletion(-)
90556
90557 commit 44b6c77c64d367eb3c9227cf1c0fbaff4ab294b2
90558 Author: Behdad Esfahbod <behdad@behdad.org>
90559 Date:   Mon Mar 26 14:26:45 2018 -0700
90560
90561     Try fixing linking again
90562     
90563     Before 1.7.5, we were setting -fno-exceptions etc on CXXFLAGS. In 1.7.6
90564     we set it as CPPFLAGS. Try fixing. Also, I'm fairly sure it's safe to
90565     set these unconditionally.
90566     
90567     Fixes https://github.com/harfbuzz/harfbuzz/issues/880 (or so I hope)
90568
90569  src/Makefile.am      | 19 +++++++------------
90570  test/api/Makefile.am |  2 +-
90571  2 files changed, 8 insertions(+), 13 deletions(-)
90572
90573 commit e4d1cbfb4fbc17d7dbe08133d1e5e181e1c9bbc5
90574 Author: Behdad Esfahbod <behdad@behdad.org>
90575 Date:   Mon Mar 26 14:09:29 2018 -0700
90576
90577     Add HB_SUBSET_BUILTIN
90578     
90579     Fixes https://github.com/harfbuzz/harfbuzz/issues/865
90580
90581  src/hb-subset.cc | 2 +-
90582  1 file changed, 1 insertion(+), 1 deletion(-)
90583
90584 commit c14b24fcd0052fc6100c32deea6ee1dcb0c98f85
90585 Author: Behdad Esfahbod <behdad@behdad.org>
90586 Date:   Mon Mar 26 10:44:54 2018 -0700
90587
90588     Add HB_NO_ATEXIT
90589
90590  src/hb-private.hh | 3 +++
90591  1 file changed, 3 insertions(+)
90592
90593 commit aa53cb50ba3eea5c23458207faf879bd162d6599
90594 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90595 Date:   Mon Mar 26 13:28:26 2018 +0430
90596
90597     [aat] Unprefix not essentially layout tables (#921)
90598
90599  src/Makefile.sources                                      | 4 ++--
90600  src/{hb-aat-layout-fmtx-table.hh => hb-aat-fmtx-table.hh} | 7 ++++---
90601  src/hb-aat-layout.cc                                      | 4 ++--
90602  src/{hb-aat-layout-ltag-table.hh => hb-aat-ltag-table.hh} | 7 ++++---
90603  4 files changed, 12 insertions(+), 10 deletions(-)
90604
90605 commit 8269791900cc765234915b29c974b34ed1f35519
90606 Author: David Corbett <corbett.dav@husky.neu.edu>
90607 Date:   Sun Mar 25 20:50:41 2018 -0400
90608
90609     Allow trailing non-numeric chars in --unicodes
90610
90611  util/options.cc | 4 +++-
90612  1 file changed, 3 insertions(+), 1 deletion(-)
90613
90614 commit a289aaff477dfbda25b90ba5ffb1296518d68d21
90615 Author: Behdad Esfahbod <behdad@behdad.org>
90616 Date:   Mon Mar 26 01:14:07 2018 -0700
90617
90618     [aat/ltag] Whitespace
90619
90620  src/hb-aat-layout-ltag-table.hh | 14 ++++++--------
90621  1 file changed, 6 insertions(+), 8 deletions(-)
90622
90623 commit 158f2810b2868c7398dc80cbb089b88a566ce99e
90624 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90625 Date:   Mon Mar 26 12:04:30 2018 +0430
90626
90627     [aat/ltag] Implement the table parsing (#911)
90628
90629  src/Makefile.sources            |  2 ++
90630  src/hb-aat-layout-fmtx-table.hh |  6 ++--
90631  src/hb-aat-layout-kerx-table.hh |  4 +--
90632  src/hb-aat-layout-ltag-table.hh | 80 +++++++++++++++++++++++++++++++++++++++++
90633  src/hb-aat-layout-morx-table.hh |  4 +--
90634  src/hb-aat-layout-trak-table.hh |  4 +--
90635  src/hb-aat-layout.cc            |  3 +-
90636  7 files changed, 93 insertions(+), 10 deletions(-)
90637
90638 commit 9eee38a55cdcbfd34b530dcc8defff84057a9eb2
90639 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90640 Date:   Sun Mar 25 23:56:02 2018 +0430
90641
90642     [aat/fmtx] Implement the table parsing (#910)
90643
90644  src/hb-aat-layout-fmtx-table.hh | 67 +++++++++++++++++++++++++++++++++++++++++
90645  src/hb-aat-layout-trak-table.hh |  4 +--
90646  src/hb-aat-layout.cc            |  1 +
90647  3 files changed, 70 insertions(+), 2 deletions(-)
90648
90649 commit 1d3f4f835175c658c63e96be12052b80d27cf6fa
90650 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90651 Date:   Sun Mar 25 18:45:50 2018 +0430
90652
90653     [ci] Add a build only apple-gcc-4.2 i686 bot
90654
90655  .circleci/config.yml | 13 +++++++++++++
90656  1 file changed, 13 insertions(+)
90657
90658 commit fe18c471a4aee1f6eba62383b64f0a8969cbc6ea
90659 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90660 Date:   Sun Mar 25 18:19:23 2018 +0430
90661
90662     [dwrite] minor
90663
90664  src/dev-run.sh        |   5 ++-
90665  src/hb-directwrite.cc | 118 ++++++++++++++++++++------------------------------
90666  2 files changed, 50 insertions(+), 73 deletions(-)
90667
90668 commit ebccd019749e24e6c045518ee1ffbfc947744204
90669 Author: Behdad Esfahbod <behdad@behdad.org>
90670 Date:   Sat Mar 24 17:51:55 2018 -0700
90671
90672     More ULL fixes
90673     
90674     Fixes https://github.com/harfbuzz/harfbuzz/issues/901
90675
90676  src/hb-private.hh | 12 ++++++------
90677  1 file changed, 6 insertions(+), 6 deletions(-)
90678
90679 commit 7ec3ba21f0dc43f9f8ea1fc4344d3ea4524841b1
90680 Author: Behdad Esfahbod <behdad@behdad.org>
90681 Date:   Sat Mar 24 14:12:12 2018 -0700
90682
90683     Define uint64_t constants with ULL suffix
90684     
90685     Fixes https://github.com/harfbuzz/harfbuzz/issues/901
90686
90687  src/hb-private.hh | 2 +-
90688  1 file changed, 1 insertion(+), 1 deletion(-)
90689
90690 commit 19256bef9d264f96187261929992b96e61fa43fd
90691 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
90692 Date:   Mon Mar 12 13:33:03 2018 +0800
90693
90694     hb-private.hh: Add fallback implementation for round()
90695     
90696     For pre-C99 compilers that do not support round(), we need to have a
90697     simplistic implementation for it, when it is not detected during build
90698     configuration, either via CMake or autotools, by using floor() and
90699     ceil(), which are provided in the pre-C99 compilers.
90700     
90701     Please see discussion at commit 86a0ac2 for more details for re-adding
90702     this patch.
90703
90704  src/hb-private.hh | 13 +++++++++++++
90705  1 file changed, 13 insertions(+)
90706
90707 commit 95f0458f44e9a7ec250f1bc7d9f060745dbabcf3
90708 Author: Nikolaus Waxweiler <madigens@gmail.com>
90709 Date:   Fri Mar 23 19:38:11 2018 +0000
90710
90711     Policy 0063 must be enabled to have hidden inline visibility... (#900)
90712     
90713     ...on static builds.
90714
90715  CMakeLists.txt | 2 ++
90716  1 file changed, 2 insertions(+)
90717
90718 commit 2a236063392c4f7c4d718be36d2dec2b8804b560
90719 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90720 Date:   Fri Mar 23 18:37:01 2018 +0430
90721
90722     Fix llvm-gcc-4.2 compile issue and add a macOS bot to test it (#899)
90723
90724  .circleci/config.yml        | 16 ++++++++++++++++
90725  src/hb-open-file-private.hh | 12 +++++++-----
90726  src/hb-ot-glyf-table.hh     | 40 ++++++++++++++++++++++------------------
90727  src/hb-ot-kern-table.hh     |  2 +-
90728  4 files changed, 46 insertions(+), 24 deletions(-)
90729
90730 commit 7919033ce8f6fd32b2dd980ad0aa59c7149a4827
90731 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90732 Date:   Thu Mar 22 16:04:38 2018 +0430
90733
90734     [dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897)
90735
90736  src/hb-directwrite.cc | 251 +++++++++++++++++++++++++-------------------------
90737  1 file changed, 127 insertions(+), 124 deletions(-)
90738
90739 commit 3f55e0e74680c246819233a7250df612821698d7
90740 Author: Garret Rieger <grieger@google.com>
90741 Date:   Tue Mar 20 17:36:52 2018 -0700
90742
90743     [subset] Check for the Null table and not nullptr to detect failure to find a table in glyf accelerator.
90744
90745  src/hb-ot-glyf-table.hh | 6 +++---
90746  1 file changed, 3 insertions(+), 3 deletions(-)
90747
90748 commit 45def99eae81e470be3c38d2962aafaaa85500b9
90749 Author: Garret Rieger <grieger@google.com>
90750 Date:   Tue Mar 20 17:28:47 2018 -0700
90751
90752     [subset] Fix to debug message.
90753
90754  src/hb-subset-glyf.cc | 2 +-
90755  1 file changed, 1 insertion(+), 1 deletion(-)
90756
90757 commit 139661404006b8be039436a81cb6b1a73ec44042
90758 Author: Garret Rieger <grieger@google.com>
90759 Date:   Tue Mar 20 16:55:42 2018 -0700
90760
90761     [subset] don't use pointers returned from push after array has resized in hb-subset-glyf.cc
90762
90763  src/hb-subset-glyf.cc                                   |   9 +++++++--
90764  .../crash-b577db318b30f2851828a4c9ef97cb30678b1b54      | Bin 0 -> 22473 bytes
90765  2 files changed, 7 insertions(+), 2 deletions(-)
90766
90767 commit 3531efdb4c641ef543ea0686fef9289307d52096
90768 Author: Garret Rieger <grieger@google.com>
90769 Date:   Tue Mar 20 16:31:21 2018 -0700
90770
90771     [subset] Fixed out of bounds read when subsetting hdmx.
90772
90773  src/hb-ot-hdmx-table.hh                            |  30 ++++++++++++++++-----
90774  .../crash-ccc61c92d589f895174cdef6ff2e3b20e9999a1a | Bin 0 -> 63302 bytes
90775  test/api/test-subset-hdmx.c                        |  23 ++++++++++++++++
90776  3 files changed, 47 insertions(+), 6 deletions(-)
90777
90778 commit e597436b994c0a553e85e4c2dbd74aa037e69b60
90779 Author: Garret Rieger <grieger@google.com>
90780 Date:   Tue Mar 20 13:00:49 2018 -0700
90781
90782     [subset] Disable glyf accelerator_t methods if it didn't successfully init.
90783
90784  src/hb-ot-glyf-table.hh                            |   7 ++++++-
90785  .../crash-4b60576767ee4d9fe1cc10959d89baf73d4e8249 | Bin 0 -> 3140 bytes
90786  test/api/test-subset.c                             |  23 +++++++++++++++++++++
90787  3 files changed, 29 insertions(+), 1 deletion(-)
90788
90789 commit 7251181b56af564e2a9444f002f8ac03f98c7ee3
90790 Author: Garret Rieger <grieger@google.com>
90791 Date:   Tue Mar 20 11:21:06 2018 -0700
90792
90793     [subset] Fix infinite loop in there are more then 32 tables.
90794
90795  src/hb-subset.cc                                   |   1 +
90796  test/api/Makefile.am                               |   1 +
90797  .../oom-6ef8c96d3710262511bcc730dce9c00e722cb653   | Bin 0 -> 24233 bytes
90798  test/api/test-subset.c                             |  62 +++++++++++++++++++++
90799  4 files changed, 64 insertions(+)
90800
90801 commit 1a94804d35d533d39849d21a177039c4cbfade98
90802 Author: Garret Rieger <grieger@google.com>
90803 Date:   Mon Mar 19 18:39:22 2018 -0700
90804
90805     [subset] Add a fix for segfault in hmtx/vmtx subsetting code.
90806
90807  src/hb-ot-hmtx-table.hh     | 13 +++++++++++--
90808  test/api/test-subset-hmtx.c |  3 ++-
90809  2 files changed, 13 insertions(+), 3 deletions(-)
90810
90811 commit 31281d6a17a03a124456a4cab54e31b248b41267
90812 Author: Garret Rieger <grieger@google.com>
90813 Date:   Mon Mar 19 17:47:57 2018 -0700
90814
90815     [subset] Add a test demonstrating a seg fault while subsetting hmtx.
90816
90817  .../crash-e4e0bb1458a91b692eba492c907ae1f94e635480 | Bin 0 -> 63302 bytes
90818  test/api/test-subset-hmtx.c                        |  22 +++++++++++++++++++++
90819  2 files changed, 22 insertions(+)
90820
90821 commit b5c7d6cffc2098dafa06822b28a5fd4f6218b60c
90822 Author: Garret Rieger <grieger@google.com>
90823 Date:   Fri Mar 16 10:20:21 2018 -0700
90824
90825     [subset] Restore subset to hb-subset-fuzzer.
90826
90827  test/fuzzing/Makefile.am         | 2 +-
90828  test/fuzzing/hb-subset-fuzzer.cc | 2 --
90829  2 files changed, 1 insertion(+), 3 deletions(-)
90830
90831 commit 957e7756634a4fdf1654041e20e883cf964ecac9
90832 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90833 Date:   Mon Mar 19 12:19:42 2018 +0330
90834
90835     [dwrite] Use new again and enable the build on msys2 bots (#890)
90836
90837  appveyor.yml          |  7 ++++---
90838  src/hb-directwrite.cc | 19 ++++++++-----------
90839  2 files changed, 12 insertions(+), 14 deletions(-)
90840
90841 commit 8d1b4082ae01b8fd87b2e83c89f670c1c7cfa0b1
90842 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90843 Date:   Sat Mar 17 01:05:03 2018 +0330
90844
90845     Appropriate fix for msys2 bot fail on gen-def.py (#894)
90846
90847  src/Makefile.am | 2 +-
90848  src/gen-def.py  | 2 +-
90849  2 files changed, 2 insertions(+), 2 deletions(-)
90850
90851 commit 7b4333b090a3adf04519ec853456cafff07dedf0
90852 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90853 Date:   Fri Mar 16 22:45:09 2018 +0330
90854
90855     Do feature test before adding -Bsymbolic-functions, autotools part (#892)
90856
90857  configure.ac             |  2 +-
90858  m4/ax_check_link_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
90859  2 files changed, 75 insertions(+), 1 deletion(-)
90860
90861 commit d68f00e4d8b061f56d3bd46d5ed1bc51406a4f1a
90862 Author: Joel Winarske <joel.winarske@gmail.com>
90863 Date:   Fri Mar 16 12:14:27 2018 -0700
90864
90865     Do feature test before adding -Bsymbolic-functions, cmake part (#889)
90866
90867  CMakeLists.txt | 6 +++++-
90868  1 file changed, 5 insertions(+), 1 deletion(-)
90869
90870 commit 42d3271cc39050c9df5f8c7345322ae90592158e
90871 Author: Ebrahim Byagowi <ebrahim@gnu.org>
90872 Date:   Fri Mar 16 22:39:58 2018 +0330
90873
90874     [cmake] Don't hide symbols by default (#891)
90875     
90876     But keep use of cmake idiomatic way of making inlines hidden
90877
90878  CMakeLists.txt | 17 ++---------------
90879  1 file changed, 2 insertions(+), 15 deletions(-)
90880
90881 commit 584693e0cb3585a910b18d7916d7e554ecdf619a
90882 Author: Garret Rieger <grieger@google.com>
90883 Date:   Thu Mar 15 18:27:01 2018 -0700
90884
90885     [subset] Test not linking libharfbuzz-subset-fuzzing into hb-subset-fuzzer.
90886
90887  test/fuzzing/Makefile.am                | 2 +-
90888  test/fuzzing/hb-subset-fuzzer.cc        | 2 ++
90889  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
90890  3 files changed, 4 insertions(+), 2 deletions(-)
90891
90892 commit 3f9361fe7a68896d2a5a44709ec08fe510144215
90893 Author: Garret Rieger <grieger@google.com>
90894 Date:   Thu Mar 15 18:06:15 2018 -0700
90895
90896     [subset] Test hb-shape-fuzzer in run-subset-fuzzer-tests.
90897
90898  test/fuzzing/run-subset-fuzzer-tests.py | 2 +-
90899  1 file changed, 1 insertion(+), 1 deletion(-)
90900
90901 commit ce368e0d05147e70d8ad90383d748644b07f1d6f
90902 Author: Garret Rieger <grieger@google.com>
90903 Date:   Thu Mar 15 18:04:54 2018 -0700
90904
90905     [subset] make libharfbuzz-subset-fuzzing.la depend on lib target.
90906
90907  test/fuzzing/Makefile.am | 1 +
90908  1 file changed, 1 insertion(+)
90909
90910 commit 85a57029cdad634f56aa3ccc768e72bcb03888e3
90911 Author: Garret Rieger <grieger@google.com>
90912 Date:   Thu Mar 15 16:31:38 2018 -0700
90913
90914     [subset] %d -> %zu
90915
90916  test/fuzzing/hb-subset-fuzzer.cc | 2 +-
90917  1 file changed, 1 insertion(+), 1 deletion(-)
90918
90919 commit 318eea585329807477aab4eec173b561a08a46ca
90920 Author: Garret Rieger <grieger@google.com>
90921 Date:   Thu Mar 15 16:14:01 2018 -0700
90922
90923     [subset] Add some more logging to hb-subset-fuzzer.
90924
90925  test/fuzzing/hb-subset-fuzzer.cc | 1 +
90926  1 file changed, 1 insertion(+)
90927
90928 commit 64bab8b3d009ed4327c2db9fa3425682de225810
90929 Author: Garret Rieger <grieger@google.com>
90930 Date:   Thu Mar 15 16:12:00 2018 -0700
90931
90932     [subset] Fix run-shape-fuzzer-tests.py. It was generating incorrect paths for input fonts.
90933
90934  test/fuzzing/run-shape-fuzzer-tests.py | 6 ++++--
90935  1 file changed, 4 insertions(+), 2 deletions(-)
90936
90937 commit 6f9a584371ba4a9a63be3fa89f46474047a43ceb
90938 Author: Garret Rieger <grieger@google.com>
90939 Date:   Thu Mar 15 15:41:08 2018 -0700
90940
90941     [subset] Add more verbose output for subset fuzzer test.
90942
90943  test/fuzzing/run-shape-fuzzer-tests.py  | 2 +-
90944  test/fuzzing/run-subset-fuzzer-tests.py | 8 ++++++--
90945  2 files changed, 7 insertions(+), 3 deletions(-)
90946
90947 commit 0ce0f8781213f8f01b9ebc8cfa31434784899952
90948 Author: Garret Rieger <grieger@google.com>
90949 Date:   Thu Mar 15 13:04:31 2018 -0700
90950
90951     [subset] Rename hb-fuzzer -> hb-shape-fuzzer.
90952
90953  test/fuzzing/CMakeLists.txt                              | 16 ++++++++--------
90954  test/fuzzing/Makefile.am                                 | 16 ++++++++--------
90955  test/fuzzing/{hb-fuzzer.cc => hb-shape-fuzzer.cc}        |  0
90956  .../{run-fuzzer-tests.py => run-shape-fuzzer-tests.py}   | 12 ++++++------
90957  4 files changed, 22 insertions(+), 22 deletions(-)
90958
90959 commit 1e9bd6d5ff0af0189b6398c5e13cff11ee70762b
90960 Author: Garret Rieger <grieger@google.com>
90961 Date:   Wed Mar 14 19:58:15 2018 -0700
90962
90963     [subset] Add rub-subset-fuzzer-tests.py to dist files.
90964
90965  test/fuzzing/Makefile.am | 1 +
90966  1 file changed, 1 insertion(+)
90967
90968 commit 474afaafd908a9c8174e05d693ac214ef2cc2597
90969 Author: Garret Rieger <grieger@google.com>
90970 Date:   Wed Mar 14 19:15:33 2018 -0700
90971
90972     [subset] Add a test runner for hb-subset-fuzzer and cmake build config.
90973
90974  test/fuzzing/CMakeLists.txt             |  9 +++++++++
90975  test/fuzzing/Makefile.am                |  3 ++-
90976  test/fuzzing/run-subset-fuzzer-tests.py | 31 +++++++++++++++++++++++++++++++
90977  3 files changed, 42 insertions(+), 1 deletion(-)
90978
90979 commit aa9612d35f59f7f269fba4797c8da491844c56ec
90980 Author: Garret Rieger <grieger@google.com>
90981 Date:   Mon Mar 12 18:04:34 2018 -0700
90982
90983     [subset] Fix fuzzing build for hb-subset-fuzzer.
90984
90985  src/Makefile.am          | 19 +++----------------
90986  test/fuzzing/Makefile.am |  1 +
90987  2 files changed, 4 insertions(+), 16 deletions(-)
90988
90989 commit b674fc1f9fa36857214ddaba3d32877f03ffec8c
90990 Author: Garret Rieger <grieger@google.com>
90991 Date:   Mon Mar 12 16:33:47 2018 -0700
90992
90993     [subset] Add missing destroy of subsetting result in subset fuzzer.
90994
90995  test/fuzzing/hb-subset-fuzzer.cc | 1 +
90996  1 file changed, 1 insertion(+)
90997
90998 commit 1beb08862e9bd668599f0385d7ba59272fc24912
90999 Author: Garret Rieger <grieger@google.com>
91000 Date:   Mon Mar 12 16:08:16 2018 -0700
91001
91002     [subset] First pass at setting up a fuzzing program for hb-subset.
91003
91004  src/Makefile.am                  | 24 +++++++++++++++++++++++-
91005  test/fuzzing/Makefile.am         | 15 +++++++++++++++
91006  test/fuzzing/hb-subset-fuzzer.cc | 37 +++++++++++++++++++++++++++++++++++++
91007  3 files changed, 75 insertions(+), 1 deletion(-)
91008
91009 commit 127096e4748d6381339342fc2750dd540e815fa5
91010 Author: Behdad Esfahbod <behdad@behdad.org>
91011 Date:   Thu Mar 15 13:23:27 2018 -0700
91012
91013     [util] Remove line buffering
91014     
91015     Something weird seems to be going on. Just kill it.
91016     
91017     Fixes https://github.com/harfbuzz/harfbuzz/issues/888
91018
91019  configure.ac    |  2 +-
91020  util/options.cc | 12 ------------
91021  2 files changed, 1 insertion(+), 13 deletions(-)
91022
91023 commit e6e2ee2b923f8ab7c0694d4557375ba316e15dff
91024 Author: Behdad Esfahbod <behdad@behdad.org>
91025 Date:   Thu Mar 15 09:05:22 2018 -0700
91026
91027     Remove extra stdbool includes
91028     
91029     They are handled in our common header.
91030
91031  test/api/test-subset-post.c | 2 --
91032  test/api/test-subset-vmtx.c | 2 --
91033  2 files changed, 4 deletions(-)
91034
91035 commit a0dccb6188d7a9174643c7239041cb1a5300b957
91036 Author: Behdad Esfahbod <behdad@behdad.org>
91037 Date:   Wed Mar 14 16:31:53 2018 +0100
91038
91039     Add NameID
91040
91041  src/hb-aat-layout-trak-table.hh    |  8 ++++----
91042  src/hb-open-type-private.hh        |  3 +++
91043  src/hb-ot-layout-common-private.hh | 10 +++++-----
91044  src/hb-ot-var-fvar-table.hh        |  6 +++---
91045  4 files changed, 15 insertions(+), 12 deletions(-)
91046
91047 commit 56946d21c0696ed6a098434537979396171c9bfb
91048 Author: Behdad Esfahbod <behdad@behdad.org>
91049 Date:   Wed Mar 14 16:26:33 2018 +0100
91050
91051     [color/COLR] Simplify
91052
91053  src/hb-ot-color-colr-table.hh | 48 +++----------------------------------------
91054  1 file changed, 3 insertions(+), 45 deletions(-)
91055
91056 commit 6418ae4e8a3f4681cb4e7d54c589562930bc0678
91057 Author: Behdad Esfahbod <behdad@behdad.org>
91058 Date:   Wed Mar 14 16:18:42 2018 +0100
91059
91060     [color/COLR] Clean up
91061
91062  src/hb-aat-layout-common-private.hh | 84 -------------------------------------
91063  src/hb-open-type-private.hh         | 84 +++++++++++++++++++++++++++++++++++++
91064  src/hb-ot-color-colr-table.hh       | 30 ++++++-------
91065  3 files changed, 99 insertions(+), 99 deletions(-)
91066
91067 commit 150c53ee969876c2831b6165cb71655e7ce2dbdb
91068 Author: Behdad Esfahbod <behdad@behdad.org>
91069 Date:   Wed Mar 14 16:08:12 2018 +0100
91070
91071     [color/COLR] Fix bad sanitize
91072     
91073     Bad bad bad bad code. Don't do that. If compiler's not happy, understand why.
91074
91075  src/hb-ot-color-colr-table.hh | 4 ++--
91076  1 file changed, 2 insertions(+), 2 deletions(-)
91077
91078 commit 399c800b93879186da2b7c892c7aa21468f062f2
91079 Author: Behdad Esfahbod <behdad@behdad.org>
91080 Date:   Wed Mar 14 16:03:01 2018 +0100
91081
91082     [color/COLR] Clean up
91083
91084  src/hb-ot-color-colr-table.hh | 32 +++++++++++++++++---------------
91085  1 file changed, 17 insertions(+), 15 deletions(-)
91086
91087 commit 9e337341d54c4ee12eec58e025a6831bb976d61f
91088 Author: Behdad Esfahbod <behdad@behdad.org>
91089 Date:   Wed Mar 14 15:52:53 2018 +0100
91090
91091     [color/cbdt] Clean up
91092
91093  src/hb-ot-color-cbdt-table.hh | 112 ++++++++++++++++++++----------------------
91094  1 file changed, 54 insertions(+), 58 deletions(-)
91095
91096 commit 86a0ac284fc4c2ce96354bfdf32878b6db5c77bd
91097 Author: Behdad Esfahbod <behdad@behdad.org>
91098 Date:   Wed Mar 14 15:51:33 2018 +0100
91099
91100     Revert "hb-private.hh: Add fallback implementation for round()"
91101     
91102     This reverts commit b9dcbb1f8312d8606b230f75594d40b7d4087004.
91103     
91104     This is gross. Should be only done if a specific macro is defined. Not the other way
91105     around. This fails my build as autotools companions where not added anyway.
91106
91107  src/hb-private.hh | 13 -------------
91108  1 file changed, 13 deletions(-)
91109
91110 commit 791d80a1d42ce0bd7c5f0a3d3d10c562a6161a82
91111 Merge: d4907e83e 22de9bf56
91112 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91113 Date:   Thu Mar 15 11:40:52 2018 +0330
91114
91115     Merge pull request #886 from madig/only-export-visible-symbols
91116     
91117     CMake: hide symbols by default on non-MSVC, define export attribute
91118
91119 commit 22de9bf56d80dbf6a13a06beafd21711bdab78af
91120 Author: Nikolaus Waxweiler <nikolaus.waxweiler@daltonmaag.com>
91121 Date:   Wed Mar 14 10:29:24 2018 +0000
91122
91123     Enable implicit symbol hiding for all libraries, static and shared
91124     
91125     This covers all built libraries now and both static and shared builds.
91126
91127  CMakeLists.txt | 35 +++++++++++++++++++++++------------
91128  1 file changed, 23 insertions(+), 12 deletions(-)
91129
91130 commit d4907e83ef8e0d03acb701957cc1ee9acacb0a19
91131 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91132 Date:   Wed Mar 14 11:04:28 2018 +0330
91133
91134     [dwrite] GCC/mingw/msys2 compatibility (#884)
91135
91136  src/hb-directwrite.cc | 37 +++++++++++++++++++++----------------
91137  1 file changed, 21 insertions(+), 16 deletions(-)
91138
91139 commit 93f8f89dedd2f8cf5eb40165a20d009de24c5eda
91140 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91141 Date:   Wed Mar 14 09:56:31 2018 +0330
91142
91143     [ci] Trying to fix gen-def issue on appveyor (#885)
91144
91145  src/gen-def.py | 2 +-
91146  1 file changed, 1 insertion(+), 1 deletion(-)
91147
91148 commit ce975dce7ae8950b6e7b9a2d0c00ead9d45f73ff
91149 Author: Nikolaus Waxweiler <madigens@gmail.com>
91150 Date:   Wed Mar 14 00:50:32 2018 +0000
91151
91152     CMake: hide symbols by default on non-MSVC, define export attribute
91153     
91154     This change makes sure that non-MSVC builds using CMake properly hide
91155     non-exported functions.
91156
91157  CMakeLists.txt | 20 ++++++++++++--------
91158  1 file changed, 12 insertions(+), 8 deletions(-)
91159
91160 commit a12dd6f75d85cf29ed78182ac97a12ebbcf77375
91161 Merge: 28f25f32f 7c43adab6
91162 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91163 Date:   Wed Mar 14 02:54:07 2018 +0330
91164
91165     Merge pull request #877 from fanc999/master.msvc
91166     
91167     Fix CMake builds on Windows, MSVC in particular
91168
91169 commit 7c43adab6deb9302a24cc857c4aaa9b6b62215d2
91170 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91171 Date:   Mon Mar 12 16:43:53 2018 +0800
91172
91173     CMake: Fix utility program installation
91174     
91175     Put in the utility program that was missed in installation by replacing
91176     the one that was duplicated.
91177
91178  CMakeLists.txt | 2 +-
91179  1 file changed, 1 insertion(+), 1 deletion(-)
91180
91181 commit e9b8002a6024d7a9b6de204897345ae77bb50881
91182 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91183 Date:   Mon Mar 12 16:23:57 2018 +0800
91184
91185     CMake: Fix introspection on Windows
91186     
91187     The list of source files to pass to g-ir-scanner is becoming too
91188     long for Windows, as Windows imposes a 8192-character limit for command
91189     lines, so we need to first transform that list into a listings file, and
91190     then use the --filelist option for g-ir-scanner to build the
91191     introspection files.
91192
91193  CMakeLists.txt | 9 +++++++--
91194  1 file changed, 7 insertions(+), 2 deletions(-)
91195
91196 commit 831d4a2dab1f229811c3a90b791f2a19c88fc1b5
91197 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91198 Date:   Mon Mar 12 13:48:55 2018 +0800
91199
91200     test/api: Fix building subset tests
91201     
91202     Include stdbool.h in hb-setset-test.h instead of in the individual
91203     sources, if it is found; otherwise use a simplistic fallback for it if
91204     it is not found.
91205     
91206     Also declare variables at the top of the block, to build on pre-C99
91207     compiliers.
91208
91209  test/api/hb-subset-test.h   | 17 +++++++++++++++--
91210  test/api/test-subset-cmap.c |  8 ++++----
91211  test/api/test-subset-glyf.c | 23 ++++++++++++++---------
91212  test/api/test-subset-hdmx.c |  8 ++++----
91213  test/api/test-subset-hmtx.c | 17 ++++++++++-------
91214  test/api/test-subset-os2.c  |  4 ++--
91215  6 files changed, 49 insertions(+), 28 deletions(-)
91216
91217 commit eda6a5ea807ba8a4e7fa20ad0273b394ed72d106
91218 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91219 Date:   Mon Mar 12 13:38:01 2018 +0800
91220
91221     CMake: Fix running tests on Windows
91222     
91223     For the API tests, output the test programs at $(TOP_BUILDDIR) so that
91224     the freshly-built DLLs will be available for the test programs.  For
91225     those that are run through the Python wrapper scripts, use
91226     ${PYTHON_EXECUTABLE} instead of plain 'python' in case the Python
91227     interpreter is not in the PATH.
91228
91229  test/api/CMakeLists.txt     | 7 ++++++-
91230  test/fuzzing/CMakeLists.txt | 2 +-
91231  test/shaping/CMakeLists.txt | 4 ++--
91232  test/subset/CMakeLists.txt  | 2 +-
91233  4 files changed, 10 insertions(+), 5 deletions(-)
91234
91235 commit b9dcbb1f8312d8606b230f75594d40b7d4087004
91236 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91237 Date:   Mon Mar 12 13:33:03 2018 +0800
91238
91239     hb-private.hh: Add fallback implementation for round()
91240     
91241     Add a simplistic round() implementation for our purposes, used when the
91242     compiler does not support round() directly.
91243
91244  src/hb-private.hh | 13 +++++++++++++
91245  1 file changed, 13 insertions(+)
91246
91247 commit 89dbabff65a39dfb0d9ad036516d5b96c37739de
91248 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
91249 Date:   Mon Mar 12 13:27:38 2018 +0800
91250
91251     configure.ac/CMake: Check for round() and stdbool.h
91252     
91253     Not all the compilers that HarfBuzz is buildable on supports round() and
91254     has the header stdbool.h, so we check for them and define HAVE_ROUND and
91255     HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only
91256     when they are found, or use fallback implementations when necessary.
91257     
91258     Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be
91259     set for running the tests.
91260
91261  CMakeLists.txt | 12 ++++++++++--
91262  configure.ac   |  9 ++++++++-
91263  2 files changed, 18 insertions(+), 3 deletions(-)
91264
91265 commit 28f25f32fc63c3e1ae0d04b6eb5ea6b729fb2228
91266 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91267 Date:   Mon Mar 12 14:00:11 2018 +0330
91268
91269     [ot-color/SVG] Minor (#878)
91270
91271  src/hb-ot-color-svg-table.hh | 24 ++++++++++++++++--------
91272  1 file changed, 16 insertions(+), 8 deletions(-)
91273
91274 commit fb0f3e3767b488651f13978c1fd8651aefdd6b83
91275 Author: Behdad Esfahbod <behdad@behdad.org>
91276 Date:   Sun Mar 11 20:38:40 2018 +0100
91277
91278     [sbix] Clean up
91279
91280  src/hb-ot-color-sbix-table.hh | 70 +++++++++++++++++++++++--------------------
91281  1 file changed, 37 insertions(+), 33 deletions(-)
91282
91283 commit 218fa7166e9626f2036d08882854a86d753e4192
91284 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91285 Date:   Sat Mar 10 11:13:52 2018 +0330
91286
91287     [ot-color] SVG table implementation (#874)
91288
91289  src/Makefile.sources         |   3 +-
91290  src/hb-ot-color-svg-table.hh | 111 +++++++++++++++++++++++++++++++++++++++++++
91291  src/hb-ot-layout.cc          |   1 +
91292  3 files changed, 114 insertions(+), 1 deletion(-)
91293
91294 commit 4c63c82383cba11f2c44c00cbc953863346e627c
91295 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91296 Date:   Sat Mar 10 11:07:56 2018 +0330
91297
91298     [ot-color] sbix table implementation (#870)
91299
91300  src/Makefile.sources          |   1 +
91301  src/hb-ot-color-sbix-table.hh | 128 ++++++++++++++++++++++++++++++++++++++++++
91302  src/hb-ot-layout.cc           |   1 +
91303  3 files changed, 130 insertions(+)
91304
91305 commit 62b3d8fb7034c53e0804689d58e2eb7330e04430
91306 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91307 Date:   Sat Mar 10 00:44:36 2018 +0330
91308
91309     [dev-run] minor
91310
91311  src/dev-run.sh | 2 +-
91312  1 file changed, 1 insertion(+), 1 deletion(-)
91313
91314 commit 743ef317619a57ebf5a75935db0eecccade5d5b7
91315 Merge: 9206762bb 39b2f69fa
91316 Author: Garret Rieger <grieger@google.com>
91317 Date:   Fri Mar 9 12:06:52 2018 -0700
91318
91319     Merge pull request #872 from googlefonts/drop-tables
91320     
91321     [subset] Drop the same tables by default as fontTools does.
91322
91323 commit 9206762bbd4033e97d6d35ef1cce1b7940fbc935
91324 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91325 Date:   Fri Mar 9 15:43:03 2018 +0330
91326
91327     Make subset test runner compatible with py3
91328     
91329     Fixes #873
91330
91331  test/subset/run-tests.py | 4 ++--
91332  1 file changed, 2 insertions(+), 2 deletions(-)
91333
91334 commit dbadb871d1ca62eff10768564fc0a17b9aaa4d63
91335 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91336 Date:   Fri Mar 9 15:25:59 2018 +0330
91337
91338     [ci] Enable subset tests on ArchLinux to test
91339     
91340     This makes ArchLinux bots fail, a starting point to #873
91341
91342  .circleci/config.yml | 7 ++++---
91343  1 file changed, 4 insertions(+), 3 deletions(-)
91344
91345 commit 39b2f69fab3b8aec1296dcda111d358559d39f0b
91346 Author: Garret Rieger <grieger@google.com>
91347 Date:   Thu Mar 8 16:30:36 2018 -0800
91348
91349     [subset] Drop the same tables by default as fontTools does.
91350
91351  src/hb-subset.cc | 49 ++++++++++++++++++++++++++++++++++---------------
91352  1 file changed, 34 insertions(+), 15 deletions(-)
91353
91354 commit dbe552770fa7cec91bba750e0e81aaeae96b3caf
91355 Merge: 2ebf4c69b 8548fa152
91356 Author: Garret Rieger <grieger@google.com>
91357 Date:   Thu Mar 8 15:50:25 2018 -0700
91358
91359     Merge pull request #871 from googlefonts/mplus
91360     
91361     [subset] Add a Japanese font to the subset integration tests.
91362
91363 commit 8548fa152241d6c5b020146f97aac15934ba0065
91364 Author: Garret Rieger <grieger@google.com>
91365 Date:   Wed Mar 7 12:37:03 2018 -0800
91366
91367     [subset] Drop cmap 12, platform 0 tables from Mplus1p expected files.
91368
91369  ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 3040 -> 3032 bytes
91370  ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 3276 -> 3268 bytes
91371  .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 2592 -> 2584 bytes
91372  ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 -> 3564 bytes
91373  .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 2356 -> 2348 bytes
91374  ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 2312 -> 2304 bytes
91375  ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 2548 -> 2540 bytes
91376  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 1864 -> 1856 bytes
91377  ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 2844 -> 2836 bytes
91378  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 1628 -> 1620 bytes
91379  10 files changed, 0 insertions(+), 0 deletions(-)
91380
91381 commit 9b00b9a10d5fdfd2d9deb1b0e847695797b7e09b
91382 Author: Garret Rieger <grieger@google.com>
91383 Date:   Tue Mar 6 17:47:40 2018 -0800
91384
91385     [subset] Fix deadlock waiting for process output in subset test runner.
91386
91387  test/subset/run-tests.py | 6 +++---
91388  1 file changed, 3 insertions(+), 3 deletions(-)
91389
91390 commit bfec28a7db0631f42dd420a8c04638624e4602af
91391 Author: Garret Rieger <grieger@google.com>
91392 Date:   Tue Mar 6 15:43:08 2018 -0800
91393
91394     [subset] add some extra logging to subset run-tests.py.
91395
91396  test/subset/run-tests.py | 2 ++
91397  1 file changed, 2 insertions(+)
91398
91399 commit c7d814eaa8e9af6c447124ceeaa896eb5e17abd7
91400 Author: Garret Rieger <grieger@google.com>
91401 Date:   Thu Mar 1 18:20:00 2018 -0800
91402
91403     [subset] Add japanese font file to subset integration tests.
91404
91405  test/subset/data/Makefile.am                          |   1 +
91406  test/subset/data/Makefile.sources                     |   1 +
91407  ...-Regular.default.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 3040 bytes
91408  ...-Regular.default.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 3276 bytes
91409  .../japanese/Mplus1p-Regular.default.61,63,65,6B.ttf  | Bin 0 -> 2592 bytes
91410  ...-Regular.default.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3572 bytes
91411  .../japanese/Mplus1p-Regular.default.660E.ttf         | Bin 0 -> 2356 bytes
91412  ...gular.drop-hints.3042,3044,3046,3048,304A,304B.ttf | Bin 0 -> 2312 bytes
91413  ...gular.drop-hints.3042,3044,3046,73E0,5EA6,8F38.ttf | Bin 0 -> 2548 bytes
91414  .../Mplus1p-Regular.drop-hints.61,63,65,6B.ttf        | Bin 0 -> 1864 bytes
91415  ...gular.drop-hints.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 2844 bytes
91416  .../japanese/Mplus1p-Regular.drop-hints.660E.ttf      | Bin 0 -> 1628 bytes
91417  test/subset/data/fonts/Mplus1p-Regular.ttf            | Bin 0 -> 1758820 bytes
91418  test/subset/data/tests/japanese.tests                 |  16 ++++++++++++++++
91419  14 files changed, 18 insertions(+)
91420
91421 commit 2ebf4c69b18452caa0c871aebec9785e80348166
91422 Merge: 1ab514805 869ccac5a
91423 Author: Garret Rieger <grieger@google.com>
91424 Date:   Thu Mar 8 14:41:59 2018 -0700
91425
91426     Merge pull request #868 from googlefonts/post
91427     
91428     [subset] Drop glyph names from post when subsetting.
91429
91430 commit 869ccac5ab69060f2db2893014b5538539fd4f45
91431 Author: Garret Rieger <grieger@google.com>
91432 Date:   Thu Mar 8 11:06:49 2018 -0800
91433
91434     [subset] use create_sub_blob instead of manually copying the post table.
91435
91436  src/hb-ot-post-table.hh | 20 +++++++-------------
91437  1 file changed, 7 insertions(+), 13 deletions(-)
91438
91439 commit ec47cd95ba6c550314a1cbcc46fafd7946e52ece
91440 Author: Garret Rieger <grieger@google.com>
91441 Date:   Wed Mar 7 10:33:02 2018 -0800
91442
91443     [subset] Unit test to check that post subsetting drops glyph names.
91444
91445  test/api/Makefile.am                               |   2 +
91446  ...lus1p-Regular.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 3572 -> 3724 bytes
91447  test/api/test-subset-post.c                        |  61 +++++++++++++++++++++
91448  3 files changed, 63 insertions(+)
91449
91450 commit dd107699938740e261948e4b525fa0ad501beb03
91451 Author: Garret Rieger <grieger@google.com>
91452 Date:   Tue Mar 6 18:33:39 2018 -0800
91453
91454     [subset] drop all glyph names from the post table.
91455
91456  src/hb-ot-post-table.hh | 28 ++++++++++++++++++++++++++++
91457  src/hb-subset.cc        |  4 ++++
91458  2 files changed, 32 insertions(+)
91459
91460 commit 1ab514805ced190efdabc2103e4800d40b248300
91461 Merge: 70ad69f24 362f28240
91462 Author: Garret Rieger <grieger@google.com>
91463 Date:   Wed Mar 7 12:36:00 2018 -0700
91464
91465     Merge pull request #867 from googlefonts/vmtx
91466     
91467     [subset] Add vmtx subsetting.
91468
91469 commit 362f28240683fde395ff52f4fc1216fbc7131452
91470 Author: Garret Rieger <grieger@google.com>
91471 Date:   Wed Mar 7 11:08:55 2018 -0800
91472
91473     [subset] fix author.
91474
91475  test/api/test-subset-vmtx.c | 2 +-
91476  1 file changed, 1 insertion(+), 1 deletion(-)
91477
91478 commit 89465cb1c7b8ab61c0ef4887f51572ba91039f3e
91479 Author: Garret Rieger <grieger@google.com>
91480 Date:   Wed Mar 7 10:29:15 2018 -0800
91481
91482     [subset] s/hmetrics/vmetrics.
91483
91484  test/api/test-subset-vmtx.c | 4 ++--
91485  1 file changed, 2 insertions(+), 2 deletions(-)
91486
91487 commit 91867cda6ae5ae063482b28b0a52ebc30718cb40
91488 Author: Garret Rieger <grieger@google.com>
91489 Date:   Wed Mar 7 10:17:06 2018 -0800
91490
91491     [subset] cleanup.
91492
91493  src/hb-subset.cc            | 2 +-
91494  test/api/test-subset-vmtx.c | 3 +--
91495  2 files changed, 2 insertions(+), 3 deletions(-)
91496
91497 commit d9263f0230693d108249be0904bc5a3280560cb3
91498 Author: Garret Rieger <grieger@google.com>
91499 Date:   Tue Mar 6 15:40:35 2018 -0800
91500
91501     [subset] add unit tests for vmtx subsetting.
91502
91503  test/api/Makefile.am                               |   2 +
91504  ...lus1p-Regular.660E,6975,73E0,5EA6,8F38,6E05.ttf | Bin 0 -> 3572 bytes
91505  test/api/fonts/Mplus1p-Regular.660E.ttf            | Bin 0 -> 2356 bytes
91506  test/api/test-subset-vmtx.c                        | 100 +++++++++++++++++++++
91507  4 files changed, 102 insertions(+)
91508
91509 commit 0e8f9430c83c076993a0c7a320713bb484051343
91510 Author: Garret Rieger <grieger@google.com>
91511 Date:   Tue Mar 6 13:08:20 2018 -0800
91512
91513     [subset] Skip subsetting vhea.
91514
91515  src/hb-subset.cc | 3 +++
91516  1 file changed, 3 insertions(+)
91517
91518 commit 64cf53d6197a0e6c56aef744ceff2f8a0ff85654
91519 Author: Garret Rieger <grieger@google.com>
91520 Date:   Fri Mar 2 17:33:49 2018 -0800
91521
91522     [subset] Subset vmtx if present.
91523
91524  src/hb-ot-hmtx-table.hh | 2 +-
91525  src/hb-subset.cc        | 3 +++
91526  2 files changed, 4 insertions(+), 1 deletion(-)
91527
91528 commit 70ad69f2449d754fcc5270ff3ca3848a77f4c7af
91529 Author: Behdad Esfahbod <behdad@behdad.org>
91530 Date:   Wed Mar 7 16:11:44 2018 +0100
91531
91532     [test] Fix build with older glib
91533
91534  test/api/hb-subset-test.h | 2 +-
91535  1 file changed, 1 insertion(+), 1 deletion(-)
91536
91537 commit ff2f81432bb0484a019a678058595e10217df51d
91538 Author: Behdad Esfahbod <behdad@behdad.org>
91539 Date:   Wed Mar 7 16:05:14 2018 +0100
91540
91541     1.7.6
91542
91543  NEWS             | 15 +++++++++++++++
91544  configure.ac     |  2 +-
91545  src/hb-version.h |  4 ++--
91546  3 files changed, 18 insertions(+), 3 deletions(-)
91547
91548 commit ac2ece3e153167224c85cc384e2826ea9711a8b5
91549 Author: Behdad Esfahbod <behdad@behdad.org>
91550 Date:   Wed Mar 7 15:52:42 2018 +0100
91551
91552     [ot] Comment out AAT include
91553
91554  src/hb-ot-shape.cc | 2 +-
91555  1 file changed, 1 insertion(+), 1 deletion(-)
91556
91557 commit 23a9ac993862b4a9032d38e80491a769b7ee86da
91558 Author: Behdad Esfahbod <behdad@behdad.org>
91559 Date:   Wed Mar 7 15:51:42 2018 +0100
91560
91561     Remove hb-ot-color.h
91562     
91563     So I can make a release.
91564
91565  src/Makefile.sources          |  1 -
91566  src/hb-ot-color-cpal-table.hh | 48 +++++++++++++++++++++++++
91567  src/hb-ot-color.h             | 81 -------------------------------------------
91568  src/hb-ot.h                   |  1 -
91569  4 files changed, 48 insertions(+), 83 deletions(-)
91570
91571 commit 790a11700773dd664e4d5edac63c404c5ebce080
91572 Author: Behdad Esfahbod <behdad@behdad.org>
91573 Date:   Wed Mar 7 15:31:15 2018 +0100
91574
91575     [ot] Remove hb-ot-base.h
91576     
91577     BASE table API will go into hb-ot-layout.h.
91578
91579  src/Makefile.sources           |  1 -
91580  src/hb-ot-base.h               | 56 ------------------------------------------
91581  src/hb-ot-layout-base-table.hh |  1 -
91582  src/hb-ot-layout.h             | 16 ++++++++++++
91583  src/hb-ot.h                    |  1 -
91584  5 files changed, 16 insertions(+), 59 deletions(-)
91585
91586 commit f014a124f582215fa96afc28b534a1ca0bf17167
91587 Author: Behdad Esfahbod <behdad@behdad.org>
91588 Date:   Wed Mar 7 10:49:26 2018 +0100
91589
91590     [set] Fix algebra
91591     
91592     Was totally b0rked. Ouch!
91593     
91594     Fixes https://github.com/harfbuzz/harfbuzz/issues/863
91595
91596  src/hb-set-private.hh | 20 +++++++++++++++++---
91597  1 file changed, 17 insertions(+), 3 deletions(-)
91598
91599 commit 7587683cdce8ee9b7f07bae82aa1bb163e79ab92
91600 Author: Behdad Esfahbod <behdad@behdad.org>
91601 Date:   Wed Mar 7 09:55:22 2018 +0100
91602
91603     [set] Minor
91604     
91605     In preparation to fix https://github.com/harfbuzz/harfbuzz/issues/863
91606     
91607     Binary operations are sets are completely broken. Ouch.
91608
91609  src/hb-set-private.hh | 21 ++++++++++++++-------
91610  1 file changed, 14 insertions(+), 7 deletions(-)
91611
91612 commit e4cbb87bd3512c3a6e97ea3923ecd1b26b0a1251
91613 Author: Behdad Esfahbod <behdad@behdad.org>
91614 Date:   Wed Mar 7 09:37:22 2018 +0100
91615
91616     Minor
91617
91618  src/hb-ot-color-colr-table.hh | 2 +-
91619  1 file changed, 1 insertion(+), 1 deletion(-)
91620
91621 commit c6150333c29b458ed34858f24e94acc0f771aa0b
91622 Author: Behdad Esfahbod <behdad@behdad.org>
91623 Date:   Wed Mar 7 09:27:16 2018 +0100
91624
91625     Sign
91626
91627  src/test-unicode-ranges.cc | 2 +-
91628  1 file changed, 1 insertion(+), 1 deletion(-)
91629
91630 commit 9a6f9b4d4284f0378a71a181fe216d97c913669e
91631 Author: Garret Rieger <grieger@google.com>
91632 Date:   Tue Mar 6 13:46:51 2018 -0800
91633
91634     [set] add a test demonstrating a bug in hb_set_union.
91635
91636  test/api/test-set.c | 10 ++++++++++
91637  1 file changed, 10 insertions(+)
91638
91639 commit 9b4a5d7ef1ec068042e3c793845a4dbc3308d4b7
91640 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91641 Date:   Wed Mar 7 00:23:40 2018 +0330
91642
91643     [ci] Enable -Werror=unused (#862)
91644
91645  .travis.yml             | 4 ++--
91646  src/hb-ot-glyf-table.hh | 1 -
91647  2 files changed, 2 insertions(+), 3 deletions(-)
91648
91649 commit 54cbe6702c1e4c934c60512367abaf801294c1bb
91650 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91651 Date:   Tue Mar 6 16:41:08 2018 +0330
91652
91653     [ot-color] Further improvements on COLR/CPAL implementation (#859)
91654     
91655     * Implemented a bsearch on get_base_glyph_record
91656     * Made get_color_record_argb actually work
91657
91658  src/hb-ot-color-colr-table.hh | 35 ++++++++++++++-----------
91659  src/hb-ot-color-cpal-table.hh | 59 +++++++++++++++----------------------------
91660  src/hb-ot-color.h             | 12 ++-------
91661  3 files changed, 42 insertions(+), 64 deletions(-)
91662
91663 commit 18d14b8e0d5d28106800ebf835ff3155a4f4de7c
91664 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91665 Date:   Mon Mar 5 14:25:11 2018 +0330
91666
91667     [dev-run] an option to open using a GUI app
91668
91669  src/dev-run.sh | 22 ++++++++++++++++++----
91670  1 file changed, 18 insertions(+), 4 deletions(-)
91671
91672 commit 1db83954948dfae3f75f61c535c5de1b3a843a69
91673 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91674 Date:   Mon Mar 5 13:02:50 2018 +0330
91675
91676     [ci] minor, bring back the removed assertion
91677
91678  .ci/run-coveralls.sh | 2 ++
91679  1 file changed, 2 insertions(+)
91680
91681 commit 5895fe3d4d0441dacf8989740cf4150193397796
91682 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91683 Date:   Mon Mar 5 12:58:34 2018 +0330
91684
91685     [ci] minor
91686
91687  .ci/trigger-coverity.sh | 6 ++----
91688  1 file changed, 2 insertions(+), 4 deletions(-)
91689
91690 commit a3e29fd38f01b26b6306f9f7142a54cc7d6c6080
91691 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91692 Date:   Sun Mar 4 02:56:27 2018 +0330
91693
91694     [aat/kerx] Add a TODO
91695
91696  src/hb-aat-layout-kerx-table.hh | 1 +
91697  1 file changed, 1 insertion(+)
91698
91699 commit 0ef6ab25ab4456e387711ae246900486ad738d26
91700 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91701 Date:   Sun Mar 4 02:47:26 2018 +0330
91702
91703     [ot-color] Move cbdt to the namespace (#860)
91704
91705  src/Makefile.sources                                   | 2 +-
91706  src/{hb-ot-cbdt-table.hh => hb-ot-color-cbdt-table.hh} | 6 +++---
91707  src/hb-ot-font.cc                                      | 3 ++-
91708  3 files changed, 6 insertions(+), 5 deletions(-)
91709
91710 commit 6659cb56fae0c900ae88e95bedcb3b76234c8838
91711 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91712 Date:   Sun Mar 4 02:31:53 2018 +0330
91713
91714     [ci] Remove --coverage as use of --enable-code-coverage
91715
91716  .travis.yml | 5 ++---
91717  1 file changed, 2 insertions(+), 3 deletions(-)
91718
91719 commit 00dd321ace75ff0d1824cf75cd41490c5dd6ad76
91720 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91721 Date:   Sat Mar 3 23:26:11 2018 +0330
91722
91723     [ci] Don't run coveralls on freetype folder
91724
91725  .travis.yml | 1 +
91726  1 file changed, 1 insertion(+)
91727
91728 commit f50aedd371f1a6894d1bf7732f017b51cbdd59bd
91729 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91730 Date:   Sat Mar 3 23:17:36 2018 +0330
91731
91732     [ci] Remove failing check on run-coveralls
91733
91734  .ci/run-coveralls.sh | 2 --
91735  1 file changed, 2 deletions(-)
91736
91737 commit a0031c120e3ac5c059b81a004b9386fab3d662fc
91738 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91739 Date:   Sat Mar 3 23:09:25 2018 +0330
91740
91741     Add lcov tool for coverage tests
91742
91743  .travis.yml | 1 +
91744  1 file changed, 1 insertion(+)
91745
91746 commit ecef95b21264347f9505e3ed4fb25ec7e4ccca5d
91747 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91748 Date:   Sat Mar 3 23:03:13 2018 +0330
91749
91750     [ci] Enable code coverage on Travis Linux builds
91751
91752  .travis.yml | 2 +-
91753  1 file changed, 1 insertion(+), 1 deletion(-)
91754
91755 commit f7399796a1ed36cfc4f1ef7631584569baa80981
91756 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91757 Date:   Sat Mar 3 22:55:09 2018 +0330
91758
91759     Enable coverage test on autotools (#857)
91760
91761  configure.ac           |   1 +
91762  m4/ax_code_coverage.m4 | 264 +++++++++++++++++++++++++++++++++++++++++++++++++
91763  src/Makefile.am        |   6 +-
91764  3 files changed, 269 insertions(+), 2 deletions(-)
91765
91766 commit c446c23f0f09e541891b49184febdfc75cb3505f
91767 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91768 Date:   Sat Mar 3 22:43:23 2018 +0330
91769
91770     [ot-color] Move the related tables to hb-ot-color-* (#858)
91771
91772  src/Makefile.sources                                   | 4 ++--
91773  src/{hb-ot-colr-table.hh => hb-ot-color-colr-table.hh} | 6 +++---
91774  src/{hb-ot-cpal-table.hh => hb-ot-color-cpal-table.hh} | 6 +++---
91775  src/hb-ot-color.cc                                     | 4 ++--
91776  src/hb-ot-layout.cc                                    | 4 ++--
91777  5 files changed, 12 insertions(+), 12 deletions(-)
91778
91779 commit 48ed15a2bcdc1999e2d39fdcb2644ba4c3beccfe
91780 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91781 Date:   Sat Mar 3 22:00:29 2018 +0330
91782
91783     [COLR/CPAL] Provide enough helper for rasterization (#855)
91784
91785  src/hb-ot-colr-table.hh | 47 ++++++++++++++++++++++++++++++++++++++++++++---
91786  src/hb-ot-cpal-table.hh | 18 +++++++++++++++---
91787  2 files changed, 59 insertions(+), 6 deletions(-)
91788
91789 commit 432758a7ac3c1a857e67069f157efbf4ebf5521b
91790 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91791 Date:   Sat Mar 3 01:05:59 2018 +0330
91792
91793     [COLR] Revert previous sanitization on the table
91794     
91795     That sanitization wasn't right, firstLayerIndex is an index from beginning of the Layer Records
91796     not the table itself.
91797
91798  src/hb-ot-colr-table.hh | 23 ++++++-----------------
91799  1 file changed, 6 insertions(+), 17 deletions(-)
91800
91801 commit 71b4598ea37b316571bae22ced2f1b38185c9f44
91802 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91803 Date:   Fri Mar 2 11:04:09 2018 +0330
91804
91805     [aat/kerx] Improve format 6 subtable
91806
91807  src/hb-aat-layout-kerx-table.hh | 14 +++++++++-----
91808  1 file changed, 9 insertions(+), 5 deletions(-)
91809
91810 commit b73a5a1c240478616827529c94f0133018f9f790
91811 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91812 Date:   Fri Mar 2 00:07:26 2018 +0330
91813
91814     [aat/kerx] Make parsing of the table actually work (#850)
91815
91816  src/hb-aat-layout-kerx-table.hh | 298 +++++++++++++++++-----------------------
91817  1 file changed, 124 insertions(+), 174 deletions(-)
91818
91819 commit a570edcde2f89e59b5ccd4867a8c0eed084bf35d
91820 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91821 Date:   Fri Mar 2 00:06:03 2018 +0330
91822
91823     [COLR] Sanitize BaseGlyphRecord (#854)
91824
91825  src/hb-ot-colr-table.hh | 27 ++++++++++++++++++---------
91826  1 file changed, 18 insertions(+), 9 deletions(-)
91827
91828 commit 7e958646a4a825bfe3aac56ddb96100d68c5592c
91829 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91830 Date:   Thu Mar 1 10:27:18 2018 +0330
91831
91832     [CPAL] Fix version checking logic on sanitizer (#851)
91833
91834  src/hb-ot-cpal-table.hh | 14 ++++++--------
91835  1 file changed, 6 insertions(+), 8 deletions(-)
91836
91837 commit bcf578fefe6d7af0a962329ceb9989ce61ec467d
91838 Author: Behdad Esfahbod <behdad@behdad.org>
91839 Date:   Wed Feb 28 16:31:46 2018 -0800
91840
91841     [test] Add test suite for Brahmi Number Joiners
91842     
91843     https://github.com/harfbuzz/harfbuzz/pull/660
91844
91845  .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf   | Bin 0 -> 2768 bytes
91846  test/shaping/data/in-house/tests/use-syllable.tests      |   1 +
91847  test/shaping/record-test.sh                              |   2 +-
91848  3 files changed, 2 insertions(+), 1 deletion(-)
91849
91850 commit b4ba71ea7ccce70e24138373774741c7f03dd24e
91851 Author: Garret Rieger <grieger@google.com>
91852 Date:   Wed Feb 28 15:44:00 2018 -0800
91853
91854     [subset] In subset integration test pass output through ots-sanitize if present.
91855
91856  test/subset/run-tests.py | 25 +++++++++++++++++++++++--
91857  1 file changed, 23 insertions(+), 2 deletions(-)
91858
91859 commit 588a4e0f9b2d71362503a274de7200f3eb4367f7
91860 Merge: 55a4dfa37 b3f1a045a
91861 Author: rsheeter <rsheeter@google.com>
91862 Date:   Wed Feb 28 13:52:29 2018 -0800
91863
91864     Merge pull request #845 from googlefonts/drophints
91865     
91866     [subset] drop hints from composites
91867
91868 commit b3f1a045a8b86747afce6bc154f2a166ea678efb
91869 Author: Rod Sheeter <rsheeter@google.com>
91870 Date:   Wed Feb 28 11:41:24 2018 -0800
91871
91872     [subset] kick the build
91873
91874  src/hb-subset-glyf.cc | 2 +-
91875  1 file changed, 1 insertion(+), 1 deletion(-)
91876
91877 commit 20d57399235b410d2bdc98103c8bb3dfd1c34176
91878 Author: Rod Sheeter <rsheeter@google.com>
91879 Date:   Wed Feb 28 11:15:08 2018 -0800
91880
91881     [subset] extract a method to flip off composite instruction flag
91882
91883  src/hb-subset-glyf.cc | 24 +++++++++++++++---------
91884  1 file changed, 15 insertions(+), 9 deletions(-)
91885
91886 commit 55a4dfa374bae1db846c3b848b7e59fb0014b627
91887 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91888 Date:   Wed Feb 28 15:43:23 2018 +0330
91889
91890     Use old project location of coverity
91891     
91892     https://github.com/harfbuzz/harfbuzz/commit/8089711a61687d565f207c56d3d2b658f514d7ab#commitcomment-27835452
91893
91894  .travis.yml | 4 ++--
91895  1 file changed, 2 insertions(+), 2 deletions(-)
91896
91897 commit 3821978bcd92cbdb607111452796e051c456f391
91898 Merge: 772274625 f671f7f0a
91899 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91900 Date:   Wed Feb 28 13:30:17 2018 +0330
91901
91902     Merge pull request #847 from ebraminio/colr
91903     
91904     [colr] Implement
91905
91906 commit f671f7f0a8caa7b5763e00146e1ec4b9a7258227
91907 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91908 Date:   Wed Feb 28 13:19:40 2018 +0330
91909
91910     [colr] Implement
91911
91912  src/Makefile.sources        |  1 +
91913  src/hb-ot-color.cc          |  9 +++++
91914  src/hb-ot-color.h           |  9 -----
91915  src/hb-ot-colr-table.hh     | 98 +++++++++++++++++++++++++++++++++++++++++++++
91916  src/hb-ot-cpal-table.hh     |  6 +--
91917  src/hb-ot-layout-private.hh |  6 ++-
91918  src/hb-ot-layout.cc         | 11 +++--
91919  7 files changed, 122 insertions(+), 18 deletions(-)
91920
91921 commit 772274625e9f17d726f2a1da8192ec3ec24793a3
91922 Merge: 0eec33154 5b9c23404
91923 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91924 Date:   Wed Feb 28 12:05:49 2018 +0330
91925
91926     Merge pull request #841 from ebraminio/color
91927     
91928     Support CPAL table
91929
91930 commit 0eec33154a418fba97a08be7169b59e748b7e785
91931 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91932 Date:   Wed Feb 28 11:53:39 2018 +0330
91933
91934     [cmake] cleanup (#846)
91935
91936  CMakeLists.txt          | 70 ++++++++++++++++++++-----------------------------
91937  test/api/CMakeLists.txt |  2 +-
91938  2 files changed, 30 insertions(+), 42 deletions(-)
91939
91940 commit 5b9c234043d0483e53e9da5fe4afd7743190b538
91941 Author: Ebrahim Byagowi <ebrahim@gnu.org>
91942 Date:   Tue Feb 27 22:56:17 2018 +0330
91943
91944     [CPAL] Refactor and address the reviews
91945
91946  NEWS                                               |   3 +-
91947  src/Makefile.am                                    |   1 -
91948  src/hb-ot-color.cc                                 |  70 +++----------
91949  src/hb-ot-color.h                                  |  31 +++---
91950  src/hb-ot-cpal-table.hh                            | 116 +++++++++++++++------
91951  src/hb-ot-layout-private.hh                        |   3 +-
91952  src/hb-ot-layout.cc                                |   5 +-
91953  test/api/hb-test.h                                 |   2 +
91954  test/api/test-ot-color.c                           |  39 +++----
91955  .../319f5d7ebffbefc5c5e6569f8cea73444d7a7268.ttf   | Bin
91956  .../e90374e5e439e00725b4fe7a8d73db57c5a97f82.ttf   | Bin
91957  11 files changed, 141 insertions(+), 129 deletions(-)
91958
91959 commit 6836a821428b714b9f2e95d5c4ebbd73867d9a53
91960 Author: Rod Sheeter <rsheeter@google.com>
91961 Date:   Tue Feb 27 20:51:12 2018 -0800
91962
91963     [subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping hints
91964
91965  src/hb-subset-glyf.cc | 12 +++++++++++-
91966  1 file changed, 11 insertions(+), 1 deletion(-)
91967
91968 commit ffcb5cbf71b312cdd4606a3285e10e201ff5bccd
91969 Author: Rod Sheeter <rsheeter@google.com>
91970 Date:   Tue Feb 27 20:17:04 2018 -0800
91971
91972     [subset] update the test file for composite, fix an offset calculation
91973
91974  src/hb-ot-glyf-table.hh                                  |   2 +-
91975  test/api/fonts/Roboto-Regular.components.1fc.nohints.ttf | Bin 0 -> 932 bytes
91976  test/api/test-subset-glyf.c                              |   5 ++---
91977  3 files changed, 3 insertions(+), 4 deletions(-)
91978
91979 commit c8b230e4377bc8e80d37835a229511ce0e30cc47
91980 Merge: b3790a65a 904dd7bee
91981 Author: Rod Sheeter <rsheeter@google.com>
91982 Date:   Tue Feb 27 17:25:32 2018 -0800
91983
91984     Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz into drophints
91985
91986 commit 904dd7beea756fd7429fad36f5c37321aedb4e81
91987 Author: Garret Rieger <grieger@google.com>
91988 Date:   Tue Feb 27 14:33:36 2018 -0800
91989
91990     [subset] Add drop hinting profile to full-font.tests
91991
91992  .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf     | Bin 0 -> 2152 bytes
91993  .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf     | Bin 0 -> 1968 bytes
91994  test/subset/data/tests/full-font.tests                   |   1 +
91995  3 files changed, 1 insertion(+)
91996
91997 commit 70a1049b3f8dc241fcb9b524bd010f0c1606f6ad
91998 Author: Garret Rieger <grieger@google.com>
91999 Date:   Tue Feb 27 14:28:50 2018 -0800
92000
92001     [subset] Add a drop hints profile to basics.tests
92002
92003  .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 0 -> 876 bytes
92004  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf        | Bin 0 -> 792 bytes
92005  .../expected/basics/Roboto-Regular.abc.drop-hints.61.ttf  | Bin 0 -> 684 bytes
92006  .../expected/basics/Roboto-Regular.abc.drop-hints.62.ttf  | Bin 0 -> 652 bytes
92007  .../expected/basics/Roboto-Regular.abc.drop-hints.63.ttf  | Bin 0 -> 656 bytes
92008  test/subset/data/profiles/drop-hints.txt                  |   1 +
92009  test/subset/data/tests/basics.tests                       |   1 +
92010  7 files changed, 2 insertions(+)
92011
92012 commit 5241d7f4b999d5457de564bd950b60d70f9d0e19
92013 Author: Garret Rieger <grieger@google.com>
92014 Date:   Tue Feb 27 13:15:40 2018 -0800
92015
92016     [subset] apply subset profiles (flags) to the subset integration tests.
92017
92018  test/subset/generate-expected-outputs.py | 27 ++++++++++++++-------------
92019  test/subset/run-tests.py                 |  3 ++-
92020  test/subset/subset_test_suite.py         | 11 ++++++++---
92021  3 files changed, 24 insertions(+), 17 deletions(-)
92022
92023 commit a4aca190a93f94c25c906ec0269183d8b2d0b5e8
92024 Author: Garret Rieger <grieger@google.com>
92025 Date:   Tue Feb 27 11:36:16 2018 -0800
92026
92027     [subset] add expected/full-font to dist files.
92028
92029  test/subset/data/Makefile.am | 1 +
92030  1 file changed, 1 insertion(+)
92031
92032 commit d31ace32740b1777ebb023ffdb10cd0cfec3997e
92033 Author: Garret Rieger <grieger@google.com>
92034 Date:   Mon Feb 26 18:51:56 2018 -0800
92035
92036     [subset] Add subset integration tests using the full roboto font.
92037
92038  test/subset/data/Makefile.sources                      |   1 +
92039  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf      | Bin 0 -> 3700 bytes
92040  .../full-font/Roboto-Regular.default.61,62,63.ttf      | Bin 0 -> 3320 bytes
92041  test/subset/data/fonts/Roboto-Regular.ttf              | Bin 0 -> 171676 bytes
92042  test/subset/data/tests/full-font.tests                 |  10 ++++++++++
92043  test/subset/generate-expected-outputs.py               |  12 ++++++++----
92044  6 files changed, 19 insertions(+), 4 deletions(-)
92045
92046 commit 33f4381314c5248b8b112e344af7548806f93a82
92047 Author: Garret Rieger <grieger@google.com>
92048 Date:   Mon Feb 26 18:39:09 2018 -0800
92049
92050     [subset] Add some more variations of the basic test.
92051
92052  .../basics/Roboto-Regular.abc.default.61,62,63.ttf       | Bin 0 -> 2120 bytes
92053  .../expected/basics/Roboto-Regular.abc.default.61,63.ttf | Bin 0 -> 1932 bytes
92054  .../expected/basics/Roboto-Regular.abc.default.61.ttf    | Bin 0 -> 1744 bytes
92055  .../expected/basics/Roboto-Regular.abc.default.63.ttf    | Bin 0 -> 1668 bytes
92056  test/subset/data/tests/basics.tests                      |   4 ++++
92057  5 files changed, 4 insertions(+)
92058
92059 commit b3790a65a18e8402b2b09dfc24aaea40a51de569
92060 Author: Rod Sheeter <rsheeter@google.com>
92061 Date:   Tue Feb 27 17:23:30 2018 -0800
92062
92063     [subset] add a (failing for now) test for composite glyf hint dropping
92064
92065  src/hb-ot-glyf-table.hh     |  8 ++++----
92066  test/api/test-subset-glyf.c | 27 +++++++++++++++++++++++++--
92067  2 files changed, 29 insertions(+), 6 deletions(-)
92068
92069 commit 4c6023f861a4b87782c17ac626ffee7e93f15fc8
92070 Merge: d7633d0a4 921b65cbc
92071 Author: Garret Rieger <grieger@google.com>
92072 Date:   Tue Feb 27 17:06:27 2018 -0700
92073
92074     Merge pull request #842 from googlefonts/maxp
92075     
92076     [subset] when dropping hints, clear hint related fields in maxp.
92077
92078 commit 921b65cbc29f0c2c9c13e9fb272dafe4c8a14591
92079 Author: Garret Rieger <grieger@google.com>
92080 Date:   Tue Feb 27 14:37:18 2018 -0800
92081
92082     [subset] minor fixes in hb-ot-maxp-table.hh
92083
92084  src/hb-ot-maxp-table.hh | 15 +++++++--------
92085  1 file changed, 7 insertions(+), 8 deletions(-)
92086
92087 commit b26db48bfff804e139331817a86ecc811547afcd
92088 Author: Garret Rieger <grieger@google.com>
92089 Date:   Tue Feb 27 14:14:05 2018 -0800
92090
92091     [subset] whitespace for hb-ot-maxp-table.hh
92092
92093  src/hb-ot-maxp-table.hh | 30 +++++++++++++++---------------
92094  1 file changed, 15 insertions(+), 15 deletions(-)
92095
92096 commit a76344da796670f33b2fa48a9b1676545dac93c2
92097 Author: Garret Rieger <grieger@google.com>
92098 Date:   Tue Feb 27 14:11:36 2018 -0800
92099
92100     [subset] Add maxpV1Tail instead of defining a struct inside maxp for v1 data.
92101
92102  src/hb-ot-maxp-table.hh | 81 ++++++++++++++++++++++++++++++-------------------
92103  1 file changed, 49 insertions(+), 32 deletions(-)
92104
92105 commit f14d1b64c2d148ffdec95c17adbee3f185d5d436
92106 Author: Garret Rieger <grieger@google.com>
92107 Date:   Tue Feb 27 13:49:00 2018 -0800
92108
92109     [subset] when dropping hints, clear hint related fields in maxp.
92110
92111  src/hb-ot-maxp-table.hh     | 43 ++++++++++++++++++++++++++++++++++++++++---
92112  test/api/test-subset-glyf.c | 30 +++++++++++++++++++++++-------
92113  2 files changed, 63 insertions(+), 10 deletions(-)
92114
92115 commit d7633d0a4091c025638ba3fc8fb0d8e9a0e9ff8c
92116 Author: Behdad Esfahbod <behdad@behdad.org>
92117 Date:   Tue Feb 27 12:50:57 2018 -0800
92118
92119     [BASE] More
92120
92121  src/hb-ot-layout-base-table.hh | 153 ++++-------------------------------------
92122  1 file changed, 12 insertions(+), 141 deletions(-)
92123
92124 commit 7a70c20fec6ece9e729dc2634e2896a8d8eb9962
92125 Author: Behdad Esfahbod <behdad@behdad.org>
92126 Date:   Tue Feb 27 12:45:26 2018 -0800
92127
92128     [BASE] Clean up first 29%
92129
92130  src/hb-ot-layout-base-table.hh | 262 +++++++++++++++++++----------------------
92131  src/hb-ot-layout-gsub-table.hh |   2 +-
92132  2 files changed, 125 insertions(+), 139 deletions(-)
92133
92134 commit 101850f9e6b9e0932fe1dd4169f88d6764c669c1
92135 Merge: 5967eaba7 f110c0c88
92136 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92137 Date:   Tue Feb 27 20:15:54 2018 +0330
92138
92139     Merge with master
92140
92141 commit f110c0c8866c853c0d5a930564a2b69231a33322
92142 Merge: 4a1d51ef1 0ad8c663e
92143 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92144 Date:   Tue Feb 27 11:41:12 2018 +0330
92145
92146     Merge pull request #838 from harfbuzz/BASE
92147     
92148     BASE table
92149
92150 commit 0ad8c663e0b4602e2a413e77a8158bf8a46755d5
92151 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92152 Date:   Mon Feb 26 12:45:08 2018 +0330
92153
92154     Remove public API of the branch
92155
92156  src/hb-ot-base.h               |  4 ++--
92157  src/hb-ot-layout-base-table.hh | 20 +++++++++---------
92158  src/hb-ot-layout.cc            | 48 ++++++++++++++++++++----------------------
92159  3 files changed, 35 insertions(+), 37 deletions(-)
92160
92161 commit 4a1d51ef15a423706406f784a146078073147885
92162 Merge: d0caf7e5e 903771b6c
92163 Author: rsheeter <rsheeter@google.com>
92164 Date:   Mon Feb 26 20:23:41 2018 -0800
92165
92166     Merge pull request #818 from googlefonts/drophints
92167     
92168     [subset] Drop hints
92169
92170 commit 903771b6c7689b9eee9a11bac128c42f39833b2e
92171 Author: Rod Sheeter <rsheeter@google.com>
92172 Date:   Mon Feb 26 19:50:06 2018 -0800
92173
92174     [subset] clearer name for trim() and better comment about composite handling, per review feedback
92175
92176  src/hb-ot-glyf-table.hh |  8 +++++---
92177  src/hb-subset-glyf.cc   | 17 ++++++++---------
92178  2 files changed, 13 insertions(+), 12 deletions(-)
92179
92180 commit d0caf7e5e3294c25230ed0e5580c647fa0f1a2c8
92181 Merge: 6c844ae8e 44dc36dd8
92182 Author: Garret Rieger <grieger@google.com>
92183 Date:   Mon Feb 26 19:24:18 2018 -0700
92184
92185     Merge pull request #840 from googlefonts/os2
92186     
92187     [subset] During os2 subsetting update ulUnicodeRange[]c
92188
92189 commit 44dc36dd82fc948a15e2ad0d605eb4a466b3553d
92190 Author: Garret Rieger <grieger@google.com>
92191 Date:   Mon Feb 26 17:56:23 2018 -0800
92192
92193     [subset] update to comment in hb-ot-os2-unicode-ranges.hh
92194
92195  src/hb-ot-os2-unicode-ranges.hh | 2 +-
92196  1 file changed, 1 insertion(+), 1 deletion(-)
92197
92198 commit ad3f2f77dafdee524e836e732077ee9670602369
92199 Author: Garret Rieger <grieger@google.com>
92200 Date:   Mon Feb 26 17:51:27 2018 -0800
92201
92202     [subset] small cleanups in hb-ot-os2-table.
92203
92204  src/hb-ot-os2-table.hh          | 5 +++--
92205  src/hb-ot-os2-unicode-ranges.hh | 2 +-
92206  2 files changed, 4 insertions(+), 3 deletions(-)
92207
92208 commit f1c8fc3487d5c5efb8ee1804acb07e6e282d3bc5
92209 Author: Garret Rieger <grieger@google.com>
92210 Date:   Mon Feb 26 17:48:51 2018 -0800
92211
92212     [subset] small updates to gen-unicode-ranges.py
92213
92214  src/gen-unicode-ranges.py       | 6 ++++--
92215  src/hb-ot-os2-unicode-ranges.hh | 3 ++-
92216  2 files changed, 6 insertions(+), 3 deletions(-)
92217
92218 commit 0c0fe2ff8209228f2ddfce464b7b6f1b1ee1654a
92219 Author: Garret Rieger <grieger@google.com>
92220 Date:   Mon Feb 26 17:47:10 2018 -0800
92221
92222     [subset] Move util/generated-unicode-ranges.py to src/gen-unicode-ranges.py
92223
92224  util/generate-unicode-ranges.py => src/gen-unicode-ranges.py | 0
92225  1 file changed, 0 insertions(+), 0 deletions(-)
92226
92227 commit f630ae5161bfc8420f9ae0127fd8c7f447874fdd
92228 Author: Garret Rieger <grieger@google.com>
92229 Date:   Mon Feb 26 17:46:17 2018 -0800
92230
92231     [subset] unsigned int -> hb_codepoint_t.
92232
92233  src/hb-ot-os2-unicode-ranges.hh | 4 ++--
92234  1 file changed, 2 insertions(+), 2 deletions(-)
92235
92236 commit 6368ce4c927b1457cf19945d5957e91d4621dc8b
92237 Author: Garret Rieger <grieger@google.com>
92238 Date:   Mon Feb 26 17:44:39 2018 -0800
92239
92240     [subset] const in _compare_range.
92241
92242  src/hb-ot-os2-unicode-ranges.hh | 8 ++++----
92243  1 file changed, 4 insertions(+), 4 deletions(-)
92244
92245 commit 0be9fea0a96701b159a9db190e55b1c3efc38a28
92246 Author: Garret Rieger <grieger@google.com>
92247 Date:   Mon Feb 26 16:15:09 2018 -0800
92248
92249     [subset] Add comment to os2UnicodeRangesSorted.
92250
92251  src/hb-ot-os2-unicode-ranges.hh | 1 +
92252  1 file changed, 1 insertion(+)
92253
92254 commit e20ab71d12b032371b830b76462e5e979d963b58
92255 Author: Garret Rieger <grieger@google.com>
92256 Date:   Mon Feb 26 16:13:10 2018 -0800
92257
92258     [subset] Fix incorrect index.
92259
92260  src/hb-ot-os2-table.hh | 2 +-
92261  1 file changed, 1 insertion(+), 1 deletion(-)
92262
92263 commit 074b5a29a166d1812abc7229a71af4a3bb311536
92264 Author: Garret Rieger <grieger@google.com>
92265 Date:   Mon Feb 26 16:11:24 2018 -0800
92266
92267     [subset] Add special case handling of bit 57 in os2 ulUnicodeRange.
92268
92269  src/hb-ot-os2-table.hh     | 7 +++++++
92270  src/test-unicode-ranges.cc | 3 ---
92271  2 files changed, 7 insertions(+), 3 deletions(-)
92272
92273 commit ddc4f2b9fc5566e70558a57133289f84d467cc98
92274 Author: Garret Rieger <grieger@google.com>
92275 Date:   Mon Feb 26 15:59:32 2018 -0800
92276
92277     [subset] Add python util that was used to generated hb-ot-os2-unicode-ranges.hh
92278
92279  util/generate-unicode-ranges.py | 50 +++++++++++++++++++++++++++++++++++++++++
92280  1 file changed, 50 insertions(+)
92281
92282 commit f757757eda5f00a89a156e3427bdf8c4313611ef
92283 Author: Garret Rieger <grieger@google.com>
92284 Date:   Mon Feb 26 15:56:36 2018 -0800
92285
92286     [subset] Add cmake build def for test-unicode-ranges.
92287
92288  CMakeLists.txt  | 2 +-
92289  src/Makefile.am | 1 -
92290  2 files changed, 1 insertion(+), 2 deletions(-)
92291
92292 commit f82f2a3e50805503d93aa1aa1ccb27da4967a14a
92293 Author: Garret Rieger <grieger@google.com>
92294 Date:   Mon Feb 26 15:52:01 2018 -0800
92295
92296     [subset] Rename hb-os2-unicode-ranges.cc to test-unicode-ranges.cc.
92297
92298  src/Makefile.am                                             | 2 +-
92299  src/{hb-ot-os2-unicode-ranges.cc => test-unicode-ranges.cc} | 0
92300  2 files changed, 1 insertion(+), 1 deletion(-)
92301
92302 commit 4014555ca083dea3e4f42120aeaf52a2186b8a09
92303 Author: Garret Rieger <grieger@google.com>
92304 Date:   Mon Feb 26 15:50:13 2018 -0800
92305
92306     [subset] set ulUnicodeRange[] in os2.
92307
92308  src/Makefile.sources            |   1 -
92309  src/hb-ot-os2-table.hh          |  23 ++++-
92310  src/hb-ot-os2-unicode-ranges.cc | 221 ++--------------------------------------
92311  src/hb-ot-os2-unicode-ranges.hh | 210 +++++++++++++++++++++++++++++++++++++-
92312  4 files changed, 236 insertions(+), 219 deletions(-)
92313
92314 commit a570142d0c6d819feeeeb9e209fc90a33c1c2b48
92315 Author: Garret Rieger <grieger@google.com>
92316 Date:   Mon Feb 26 15:20:23 2018 -0800
92317
92318     [subset] Move hb-ot-os2-unicode-ranges into a cc file with a helper methods and tests.
92319
92320  src/Makefile.am                 |   9 +-
92321  src/Makefile.sources            |   2 +
92322  src/hb-ot-os2-unicode-ranges.cc | 279 ++++++++++++++++++++++++++++++++++++++++
92323  src/hb-ot-os2-unicode-ranges.hh | 189 +--------------------------
92324  4 files changed, 292 insertions(+), 187 deletions(-)
92325
92326 commit 8e81799b32f3dfaca000fa5d42943ceed9af8d17
92327 Author: Garret Rieger <grieger@google.com>
92328 Date:   Fri Feb 23 18:35:41 2018 -0800
92329
92330     [subset] Add hb-ot-os2-unicode-ranges.hh, a map of os2 unicode ranges.
92331
92332  src/hb-ot-os2-unicode-ranges.hh | 220 ++++++++++++++++++++++++++++++++++++++++
92333  1 file changed, 220 insertions(+)
92334
92335 commit 6c844ae8e89f52f5f40eace66bb987544fc316e3
92336 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92337 Date:   Mon Feb 26 23:04:27 2018 +0330
92338
92339     [dev-run] show images using iTerm2 images feature
92340
92341  src/dev-run.sh | 32 ++++++++++++++++++++++++++++----
92342  1 file changed, 28 insertions(+), 4 deletions(-)
92343
92344 commit 28c4245e9f76c6c53a4589e7745a60ed0e97414a
92345 Author: Behdad Esfahbod <behdad@behdad.org>
92346 Date:   Mon Feb 26 01:10:42 2018 -0800
92347
92348     [aat/ankr] Define Anchor struct
92349
92350  src/hb-aat-layout-ankr-table.hh | 16 +++++++++++++++-
92351  1 file changed, 15 insertions(+), 1 deletion(-)
92352
92353 commit e347fb908b188f71df13215c8939b0f3a12c716f
92354 Author: Behdad Esfahbod <behdad@behdad.org>
92355 Date:   Mon Feb 26 01:08:00 2018 -0800
92356
92357     Minor
92358
92359  src/hb-ot-layout-gdef-table.hh |  4 ++--
92360  src/hb-ot-layout-gpos-table.hh | 12 ++++++------
92361  2 files changed, 8 insertions(+), 8 deletions(-)
92362
92363 commit 05fbd14e715ed5d0f0f86388b1538ad8e8c7c506
92364 Author: Behdad Esfahbod <behdad@behdad.org>
92365 Date:   Mon Feb 26 01:04:16 2018 -0800
92366
92367     [aat/ankr] Minor
92368     
92369     DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs
92370     we want DEFINE_SIZE_STATIC.
92371
92372  src/hb-aat-layout-ankr-table.hh | 2 +-
92373  1 file changed, 1 insertion(+), 1 deletion(-)
92374
92375 commit f90cd9b1f5ade8ad5e3b7caf0272936ad7a0f419
92376 Author: Behdad Esfahbod <behdad@behdad.org>
92377 Date:   Mon Feb 26 01:03:23 2018 -0800
92378
92379     [aat/ankr] Hook up Lookup table
92380
92381  src/hb-aat-layout-ankr-table.hh | 4 ++--
92382  1 file changed, 2 insertions(+), 2 deletions(-)
92383
92384 commit c36598450e9698168851c0ae7d0b4c9e562c4924
92385 Author: Behdad Esfahbod <behdad@behdad.org>
92386 Date:   Mon Feb 26 00:57:07 2018 -0800
92387
92388     [aat/ankr] Simplify
92389
92390  src/hb-aat-layout-ankr-table.hh | 36 ++++++++----------------------------
92391  1 file changed, 8 insertions(+), 28 deletions(-)
92392
92393 commit fa3a69e2334ec4122d672670614a8e5a95611d75
92394 Author: Behdad Esfahbod <behdad@behdad.org>
92395 Date:   Mon Feb 26 00:32:11 2018 -0800
92396
92397     [aat/trak] Simplify sanitize()
92398
92399  src/hb-aat-layout-trak-table.hh | 67 ++++++++++-------------------------------
92400  1 file changed, 16 insertions(+), 51 deletions(-)
92401
92402 commit f0bc6c0992c4302ae1a20f155ad256bfa331087c
92403 Author: Behdad Esfahbod <behdad@behdad.org>
92404 Date:   Mon Feb 26 00:18:17 2018 -0800
92405
92406     [aat/trak] Clean up
92407     
92408     We always just used "unsigned int" for counter values. There's
92409     no use for uint16_t outside of a struct.
92410     
92411     Also, no need for explict casting where implicit does.
92412
92413  src/hb-aat-layout-trak-table.hh | 12 ++++++------
92414  1 file changed, 6 insertions(+), 6 deletions(-)
92415
92416 commit bb82f01383db7cf05040fbd5881e17e263ef6369
92417 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92418 Date:   Sun Feb 25 12:30:33 2018 +0330
92419
92420     [aat] trak sanitization
92421
92422  src/dev-run.sh                  |  4 +-
92423  src/hb-aat-layout-trak-table.hh | 95 ++++++++++++++++++++++++++++++++---------
92424  src/hb-aat-layout.cc            |  2 +-
92425  util/options.hh                 |  2 +-
92426  4 files changed, 78 insertions(+), 25 deletions(-)
92427
92428 commit becb1d9eea15c07f9ea4e229be56f9aca0f768af
92429 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92430 Date:   Mon Feb 26 11:29:48 2018 +0330
92431
92432     [aat] minor
92433     
92434     Ops, this was done for testing
92435
92436  src/hb-aat-layout-ankr-table.hh | 2 +-
92437  1 file changed, 1 insertion(+), 1 deletion(-)
92438
92439 commit df1c7d5b60520d2b3c756b700d5ac41668fc0983
92440 Author: Behdad Esfahbod <behdad@behdad.org>
92441 Date:   Sun Feb 25 19:06:25 2018 -0800
92442
92443     Minor
92444
92445  src/hb-open-type-private.hh | 5 +++--
92446  src/hb-subset.cc            | 2 +-
92447  2 files changed, 4 insertions(+), 3 deletions(-)
92448
92449 commit 6dd46fa598cacdd046ba4548bc6ddf7f37c46dee
92450 Author: Behdad Esfahbod <behdad@behdad.org>
92451 Date:   Sun Feb 25 18:54:52 2018 -0800
92452
92453     [aat/trak] Minor
92454     
92455     Maybe we should make DEFINE_* make structs uncopyable.
92456
92457  src/hb-aat-layout-trak-table.hh | 56 +++++++++++++++++++++++------------------
92458  1 file changed, 32 insertions(+), 24 deletions(-)
92459
92460 commit ae14dd0fb0a176f6f0143690907b51626999d248
92461 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92462 Date:   Mon Feb 26 00:31:09 2018 +0330
92463
92464     [aat] Implement ankr
92465
92466  src/Makefile.sources            |  3 +-
92467  src/hb-aat-layout-ankr-table.hh | 86 +++++++++++++++++++++++++++++++++++++++++
92468  src/hb-aat-layout-kerx-table.hh |  2 +-
92469  src/hb-aat-layout.cc            | 37 +++++++++++++-----
92470  src/hb-ot-layout-private.hh     |  6 ++-
92471  src/hb-ot-layout.cc             |  6 ++-
92472  6 files changed, 124 insertions(+), 16 deletions(-)
92473
92474 commit 551fa2d200a06d00d054f2c8e7aad1cb4d25249b
92475 Author: Behdad Esfahbod <behdad@behdad.org>
92476 Date:   Sun Feb 25 16:32:17 2018 -0800
92477
92478     [BASE] Minor
92479
92480  src/Makefile.sources           |   1 -
92481  src/hb-ot-base.cc              |  58 -----------------------
92482  src/hb-ot-layout-base-table.hh | 103 ++++++++++++++++++++++++++++-------------
92483  src/hb-ot-layout.cc            |  34 ++++++++++++++
92484  src/hb-ot-layout.h             |   1 +
92485  5 files changed, 105 insertions(+), 92 deletions(-)
92486
92487 commit 05699fd996ed9c0e5dde8918388ac188e58df1a7
92488 Merge: 83af6c237 3ebcd5a38
92489 Author: Behdad Esfahbod <behdad@behdad.org>
92490 Date:   Sat Feb 24 12:01:54 2018 -0800
92491
92492     Merge remote-tracking branch 'eroux/add-base'
92493
92494 commit a8d3c2c030d2c21c70e0b8bd43f7d05ff4818b75
92495 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92496 Date:   Sat Feb 24 16:42:12 2018 +0330
92497
92498     [ci] Add clang O3/O0 testers (#834)
92499
92500  .circleci/config.yml | 16 ++++++++++++++++
92501  1 file changed, 16 insertions(+)
92502
92503 commit c73255f3eb2f060ec72d18790b374f6b6e4032aa
92504 Author: Khaled Hosny <khaledhosny@eglug.org>
92505 Date:   Sat Feb 24 00:44:07 2018 +0200
92506
92507     Workaround for old automake on Travis Linux images
92508     
92509     https://github.com/harfbuzz/harfbuzz/pull/821#issuecomment-368116538
92510
92511  .ci/fail.sh | 10 ++++++++--
92512  1 file changed, 8 insertions(+), 2 deletions(-)
92513
92514 commit cd28eb9f5dc237325c64380d9d87e673b8e94985
92515 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92516 Date:   Sat Feb 24 14:17:54 2018 +0330
92517
92518     Add -Werror=unused-function check to Travis (#832)
92519
92520  .travis.yml          |  4 ++--
92521  src/hb-aat-layout.cc | 24 ++++++++++++------------
92522  test/api/test-set.c  | 19 ++++++++++---------
92523  3 files changed, 24 insertions(+), 23 deletions(-)
92524
92525 commit 1ab16f4556ef3e54a40b63cf4570c0ae986894e7
92526 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92527 Date:   Sat Feb 24 12:49:42 2018 +0330
92528
92529     [aat] Implement trak logic (#816)
92530
92531  src/hb-aat-layout-kerx-table.hh |  7 ++++
92532  src/hb-aat-layout-private.hh    |  3 ++
92533  src/hb-aat-layout-trak-table.hh | 78 +++++++++++++++++++++++++++++++++++++++--
92534  src/hb-aat-layout.cc            | 46 ++++++++++++++++++++++++
92535  src/hb-open-type-private.hh     |  4 +--
92536  src/hb-ot-layout-private.hh     | 22 ++++++++++++
92537  src/hb-ot-layout.cc             |  4 +++
92538  src/hb-ot-shape.cc              |  2 ++
92539  8 files changed, 161 insertions(+), 5 deletions(-)
92540
92541 commit b91e8da36e164168cd532fd6e6950c5d743a14dd
92542 Author: Behdad Esfahbod <behdad@behdad.org>
92543 Date:   Fri Feb 23 22:51:17 2018 -0800
92544
92545     Include hb-version.h in git (#825)
92546
92547  CMakeLists.txt       | 36 ++++++++++++++--------------
92548  src/Makefile.am      |  8 +++----
92549  src/Makefile.sources |  3 ---
92550  src/hb-version.h     | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
92551  4 files changed, 87 insertions(+), 26 deletions(-)
92552
92553 commit 5267520e078ed413df78f3a6781fd5370b6da63a
92554 Author: Rod Sheeter <rsheeter@google.com>
92555 Date:   Fri Feb 23 18:36:22 2018 -0800
92556
92557     [subset] update hdmx test to create input explicitly
92558
92559  test/api/test-subset-hdmx.c | 4 ++--
92560  1 file changed, 2 insertions(+), 2 deletions(-)
92561
92562 commit 2e3ee489f8374227fa94a8d8684e839e643888ea
92563 Author: Rod Sheeter <rsheeter@google.com>
92564 Date:   Fri Feb 23 18:18:54 2018 -0800
92565
92566     [subset] format tweak, doc string
92567
92568  src/hb-subset-input.cc | 12 +++++++++---
92569  src/hb-subset.h        |  2 +-
92570  2 files changed, 10 insertions(+), 4 deletions(-)
92571
92572 commit d78393b5547135b8db0356b0ec14d5ed0d334768
92573 Merge: 1454d82a9 83af6c237
92574 Author: Rod Sheeter <rsheeter@google.com>
92575 Date:   Fri Feb 23 17:53:26 2018 -0800
92576
92577     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints
92578
92579 commit 1454d82a9d3d9a47901b3d92ff7f2c05c596c0d5
92580 Author: Rod Sheeter <rsheeter@google.com>
92581 Date:   Fri Feb 23 17:49:23 2018 -0800
92582
92583     [subset] keep glyph trim separate of more general get_offset
92584
92585  src/hb-ot-glyf-table.hh | 12 ++++--------
92586  src/hb-subset-glyf.cc   |  6 ++++--
92587  2 files changed, 8 insertions(+), 10 deletions(-)
92588
92589 commit 0ac8c0c1e6a6c076ce33b16baa173ff8763ac04e
92590 Author: Rod Sheeter <rsheeter@google.com>
92591 Date:   Fri Feb 23 17:43:00 2018 -0800
92592
92593     [subset] zero glyf and loca memory before writing so pads are clean. Test just the part of maxp we care about
92594
92595  src/hb-ot-glyf-table.hh     |  6 +++---
92596  src/hb-subset-glyf.cc       |  4 ++--
92597  test/api/test-subset-glyf.c | 19 ++++++++++++++++---
92598  3 files changed, 21 insertions(+), 8 deletions(-)
92599
92600 commit 83af6c237f2bfd66af76a8647a62b3d1ab996744
92601 Merge: 7e5e1feb6 dc5c7927e
92602 Author: Garret Rieger <grieger@google.com>
92603 Date:   Fri Feb 23 18:33:25 2018 -0700
92604
92605     Merge pull request #829 from googlefonts/test-checksum
92606     
92607     [subset] Caclculate head table checksum adjustment
92608
92609 commit dc5c7927e75ea09461e46fe6e56897091b4b4f00
92610 Author: Behdad Esfahbod <behdad@behdad.org>
92611 Date:   Fri Feb 23 16:42:06 2018 -0800
92612
92613     [subset] Caclculate head table checksum adjustment
92614     
92615     Test still fails, because we do not serialize tables in the same
92616     order that fonttools subsetter does.
92617
92618  src/hb-open-file-private.hh | 51 ++++++++++++++++++++++++++++++++++-----------
92619  src/hb-ot-head-table.hh     |  2 ++
92620  src/hb-subset.cc            |  2 ++
92621  3 files changed, 43 insertions(+), 12 deletions(-)
92622
92623 commit 7e5e1feb666d6a861b5cd64bf29a16e3854fb812
92624 Merge: ec2538c88 99967e21c
92625 Author: Garret Rieger <grieger@google.com>
92626 Date:   Fri Feb 23 17:59:08 2018 -0700
92627
92628     Merge pull request #828 from googlefonts/mem-fixes
92629     
92630     [subset] Fix several memory leaks in subsetting.
92631
92632 commit ec2538c8803be254b6e09ca0ea724b07c35126da
92633 Author: Behdad Esfahbod <behdad@behdad.org>
92634 Date:   Fri Feb 23 15:51:26 2018 -0800
92635
92636     [subset] Fix checksum calc out-of-bounds access
92637
92638  src/hb-open-file-private.hh | 18 ++++++++++--------
92639  src/hb-open-type-private.hh |  3 ++-
92640  2 files changed, 12 insertions(+), 9 deletions(-)
92641
92642 commit 99967e21c6e3f6882d6eadf5c22f4120684b1fc5
92643 Author: Garret Rieger <grieger@google.com>
92644 Date:   Fri Feb 23 15:45:45 2018 -0800
92645
92646     [subset] Fix memory leak in hb-subset-glyf.
92647
92648  src/hb-subset-glyf.cc | 2 ++
92649  1 file changed, 2 insertions(+)
92650
92651 commit e61f360dc828bfd46477b7ddff56874da9f03538
92652 Author: Garret Rieger <grieger@google.com>
92653 Date:   Fri Feb 23 15:44:21 2018 -0800
92654
92655     [subset] Fix memory leak in hb-subset-plan.
92656
92657  src/hb-subset-plan.cc | 1 +
92658  1 file changed, 1 insertion(+)
92659
92660 commit 66b0a390793ab06692dd49e67baef52a6a7d82aa
92661 Author: Garret Rieger <grieger@google.com>
92662 Date:   Fri Feb 23 15:41:52 2018 -0800
92663
92664     [subset] Fix memory leak in hb-subset.
92665
92666  src/hb-subset.cc | 7 ++-----
92667  1 file changed, 2 insertions(+), 5 deletions(-)
92668
92669 commit 0fb8a5ce192025ffd83ae714db932e4b86594ae1
92670 Author: Garret Rieger <grieger@google.com>
92671 Date:   Fri Feb 23 15:37:43 2018 -0800
92672
92673     [subset] Fix memory leak in cmap subsetting.
92674
92675  src/hb-ot-cmap-table.hh | 8 +++++---
92676  1 file changed, 5 insertions(+), 3 deletions(-)
92677
92678 commit 4665aaa19304bdf0362bdfcebcae65feb19a8964
92679 Author: Garret Rieger <grieger@google.com>
92680 Date:   Fri Feb 23 15:36:14 2018 -0800
92681
92682     [subset] Fix memory leak in hmtx subsetting.
92683
92684  src/hb-ot-hmtx-table.hh | 8 +++++---
92685  1 file changed, 5 insertions(+), 3 deletions(-)
92686
92687 commit 5a36b55fba03cd07c9b101f0222b8d189bcd3bbf
92688 Author: Garret Rieger <grieger@google.com>
92689 Date:   Fri Feb 23 15:30:14 2018 -0800
92690
92691     [subset] Fix memory leak in subset face destroy.
92692
92693  src/hb-subset.cc | 3 +++
92694  1 file changed, 3 insertions(+)
92695
92696 commit d38f37b2e37942a3fd13cd753c8b8587a06c0f3a
92697 Author: Ben Boeckel <mathstuf@users.noreply.github.com>
92698 Date:   Fri Feb 23 16:55:53 2018 -0500
92699
92700     autoconf: provide a harfbuzz-config for use from CMake (#822)
92701
92702  configure.ac                 |  2 ++
92703  src/Makefile.am              |  4 ++-
92704  src/harfbuzz-config.cmake.in | 82 ++++++++++++++++++++++++++++++++++++++++++++
92705  3 files changed, 87 insertions(+), 1 deletion(-)
92706
92707 commit e0939d811f1fdeda9c5763e7e53887b3d3cb21eb
92708 Author: Behdad Esfahbod <behdad@behdad.org>
92709 Date:   Fri Feb 23 13:19:34 2018 -0800
92710
92711     Clean up check-defs and check-symbols (#821)
92712     
92713     Also, call c++filt on their results.
92714     
92715     Also build and fix and check harfbuzz-gobject.def
92716     
92717     Also changes harfbuzz-gobject to distribute generated enum sources.
92718
92719  CMakeLists.txt              |  3 +--
92720  src/Makefile.am             | 33 ++++++++++++++++------------
92721  src/Makefile.sources        |  9 +++++---
92722  src/check-defs.sh           | 52 ---------------------------------------------
92723  src/check-symbols.sh        | 30 ++++++++++++++++++++------
92724  src/hb-gobject-enums.h.tmpl |  3 ++-
92725  src/hb-gobject-structs.h    | 45 ++++++++++++++++++++++++++-------------
92726  7 files changed, 81 insertions(+), 94 deletions(-)
92727
92728 commit 9bd6d25254d9bfc612004982dba286a3751d1d29
92729 Author: Rod Sheeter <rsheeter@google.com>
92730 Date:   Fri Feb 23 13:05:58 2018 -0800
92731
92732     [subset] clone trim logic from fonttools glyf handling
92733
92734  src/hb-ot-glyf-table.hh                      |  92 ++++++++++++++++++++++++++-
92735  src/hb-subset-glyf.cc                        |  26 ++++----
92736  src/hb-subset-plan.cc                        |   3 +
92737  src/hb-subset.cc                             |  13 ++--
92738  test/api/fonts/Roboto-Regular.ac.nohints.ttf | Bin 1128 -> 848 bytes
92739  test/api/hb-subset-test.h                    |   1 +
92740  test/api/test-subset-glyf.c                  |   6 +-
92741  7 files changed, 117 insertions(+), 24 deletions(-)
92742
92743 commit b1ec82105189053d648a798cf5b3ab2887046298
92744 Merge: e15e41ef1 c2e4713b5
92745 Author: Garret Rieger <grieger@google.com>
92746 Date:   Fri Feb 23 12:32:18 2018 -0700
92747
92748     Merge pull request #823 from googlefonts/hdmx
92749     
92750     [subset] Add hdmx subsetting.
92751
92752 commit e15e41ef12e146333e355defef8db210378b5be0
92753 Author: Garret Rieger <grieger@google.com>
92754 Date:   Thu Feb 22 18:41:50 2018 -0800
92755
92756     [subset] Remove commented code from run-tests.py.
92757
92758  test/subset/run-tests.py | 3 ---
92759  1 file changed, 3 deletions(-)
92760
92761 commit 2b844803433bd1557a7fd0c93a91c66ef5319b21
92762 Author: Garret Rieger <grieger@google.com>
92763 Date:   Thu Feb 22 18:38:44 2018 -0800
92764
92765     [subset] Update expected files for subsetting integration test to not include cmap 4.
92766
92767  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 -> 1692 bytes
92768  1 file changed, 0 insertions(+), 0 deletions(-)
92769
92770 commit a88504c601ac95601730bd602861c13e5ac4fdd8
92771 Author: Garret Rieger <grieger@google.com>
92772 Date:   Thu Feb 22 14:28:18 2018 -0800
92773
92774     [subset] Fix checksum clearning in subset test diff. Add an updated expected file (has cmap4 restored).
92775
92776  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 -> 1740 bytes
92777  test/subset/run-tests.py                              |   7 +++++--
92778  2 files changed, 5 insertions(+), 2 deletions(-)
92779
92780 commit 537698b60131bd3d7999919a04596c41dda6b2e4
92781 Author: Garret Rieger <grieger@google.com>
92782 Date:   Thu Feb 22 14:07:52 2018 -0800
92783
92784     [subset] Don't compare actual to itself in Fix test/subset/run-tests. Print a diff on failure.
92785
92786  test/subset/run-tests.py | 6 +++++-
92787  1 file changed, 5 insertions(+), 1 deletion(-)
92788
92789 commit c2e4713b5b561675b0f7b358ccf83d64ef0b6c41
92790 Author: Behdad Esfahbod <behdad@behdad.org>
92791 Date:   Fri Feb 23 10:45:03 2018 -0800
92792
92793     [hdmx] Fix sanitize()
92794
92795  src/hb-ot-hdmx-table.hh | 23 +++++++----------------
92796  1 file changed, 7 insertions(+), 16 deletions(-)
92797
92798 commit 84d4bb91ceca22484abb597c19eb18311e2514f1
92799 Author: Behdad Esfahbod <behdad@behdad.org>
92800 Date:   Fri Feb 23 10:38:35 2018 -0800
92801
92802     [hdmx] Minor
92803
92804  src/hb-ot-hdmx-table.hh | 21 +++++++++++----------
92805  1 file changed, 11 insertions(+), 10 deletions(-)
92806
92807 commit cf7a6e520e9601da9d27bc8f6bbe5d2eff23998d
92808 Author: Behdad Esfahbod <behdad@behdad.org>
92809 Date:   Fri Feb 23 10:34:26 2018 -0800
92810
92811     [hdmx] Move DeviceRecord to toplevel again
92812     
92813     More readable.
92814
92815  src/hb-ot-hdmx-table.hh | 112 ++++++++++++++++++++++++------------------------
92816  1 file changed, 57 insertions(+), 55 deletions(-)
92817
92818 commit 96d7805a9235443972c6b6c5cd9502283c8836e9
92819 Author: Garret Rieger <grieger@google.com>
92820 Date:   Thu Feb 22 16:48:28 2018 -0800
92821
92822     [subset] More complete sanitization implementation for hdmx.
92823
92824  src/hb-ot-hdmx-table.hh | 18 ++++++++++++++----
92825  1 file changed, 14 insertions(+), 4 deletions(-)
92826
92827 commit c02532a3d2325c8fb9332f63f687cbaec77b2239
92828 Author: Garret Rieger <grieger@google.com>
92829 Date:   Thu Feb 22 16:40:50 2018 -0800
92830
92831     [subset] Formatting and comments in hdmx.
92832
92833  src/hb-ot-hdmx-table.hh | 31 +++++++++++++++++++------------
92834  1 file changed, 19 insertions(+), 12 deletions(-)
92835
92836 commit 6b372f439b257808b048d02ebf5a867dabcd1231
92837 Author: Garret Rieger <grieger@google.com>
92838 Date:   Thu Feb 22 12:00:00 2018 -0800
92839
92840     [subset] In hb-ot-hdmx-table, s/glyf/hdmx.
92841
92842  src/hb-ot-hdmx-table.hh | 2 +-
92843  1 file changed, 1 insertion(+), 1 deletion(-)
92844
92845 commit ec302ad5bda6bea870f6d33f9698a1782472a213
92846 Author: Garret Rieger <grieger@google.com>
92847 Date:   Thu Feb 22 11:57:35 2018 -0800
92848
92849     [subset] Fail subset if a table fails to sanitize.
92850
92851  src/hb-subset.cc | 19 +++++++++++--------
92852  1 file changed, 11 insertions(+), 8 deletions(-)
92853
92854 commit 15fc45bfedef433025145289fe916739907b573b
92855 Author: Garret Rieger <grieger@google.com>
92856 Date:   Wed Feb 21 17:59:57 2018 -0800
92857
92858     [subset] Add a unit test for hdmx subsetting.
92859
92860  test/api/Makefile.am        |  2 ++
92861  test/api/test-subset-hdmx.c | 81 +++++++++++++++++++++++++++++++++++++++++++++
92862  2 files changed, 83 insertions(+)
92863
92864 commit aa4aa2353c52f86fd56446de6b7ff86a9e990b9c
92865 Author: Garret Rieger <grieger@google.com>
92866 Date:   Wed Feb 21 17:43:32 2018 -0800
92867
92868     [subset] Enable hdmx subsetting.
92869
92870  src/hb-subset.cc | 3 +++
92871  1 file changed, 3 insertions(+)
92872
92873 commit bd18b6adf8697c1ce3f4e3831b9f2a99d930e97d
92874 Author: Garret Rieger <grieger@google.com>
92875 Date:   Wed Feb 21 17:42:58 2018 -0800
92876
92877     [subset] Move DeviceRecord inside of hdmx.
92878
92879  src/hb-ot-hdmx-table.hh | 98 +++++++++++++++++++++++++------------------------
92880  1 file changed, 50 insertions(+), 48 deletions(-)
92881
92882 commit 6704cded65985b2de262bdd3bb0887929e5a3b0b
92883 Author: Garret Rieger <grieger@google.com>
92884 Date:   Wed Feb 21 16:00:10 2018 -0800
92885
92886     [subset] Add hdmx subsetting implementation.
92887
92888  src/hb-ot-hdmx-table.hh | 29 ++++++++++++++++++++++++++---
92889  1 file changed, 26 insertions(+), 3 deletions(-)
92890
92891 commit 84b68e58862647b4ede414b2e608c47d390fd60a
92892 Author: Garret Rieger <grieger@google.com>
92893 Date:   Wed Feb 21 15:43:47 2018 -0800
92894
92895     [subset] In hdmx serialize set the correct value of sizeDeviceRecord.
92896
92897  src/hb-ot-hdmx-table.hh | 29 ++++++++++++++++-------------
92898  1 file changed, 16 insertions(+), 13 deletions(-)
92899
92900 commit dddf44279f610e77e8b9a0819fd91f48802158b6
92901 Author: Garret Rieger <grieger@google.com>
92902 Date:   Wed Feb 21 15:36:09 2018 -0800
92903
92904     [subset] When serializing a DeviceRecord in hdmx pad to make 32 bit aligned.
92905
92906  src/hb-ot-hdmx-table.hh | 19 +++++++++++++------
92907  1 file changed, 13 insertions(+), 6 deletions(-)
92908
92909 commit ab7a8f3b7419b604816e12cb93e77c0ba45a57af
92910 Author: Garret Rieger <grieger@google.com>
92911 Date:   Wed Feb 21 15:15:22 2018 -0800
92912
92913     [subset] Begin implementing serialize for hdmx.
92914
92915  src/hb-ot-hdmx-table.hh | 79 +++++++++++++++++++++++++++++++++++++++++++++++--
92916  1 file changed, 77 insertions(+), 2 deletions(-)
92917
92918 commit fe42862ab30d17483a1d0c2e2b1d859d01bbaff1
92919 Author: Garret Rieger <grieger@google.com>
92920 Date:   Wed Feb 21 14:18:49 2018 -0800
92921
92922     [subset] Sketch out a basic hb-ot-hdmx.hh.
92923
92924  src/Makefile.sources    |  1 +
92925  src/hb-ot-hdmx-table.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++++++
92926  src/hb-subset.cc        |  1 +
92927  3 files changed, 79 insertions(+)
92928
92929 commit 4f6f7c3b22ec788f609bdffc7e0893816657b3a0
92930 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92931 Date:   Fri Feb 23 02:54:12 2018 +0330
92932
92933     [util] Implement ppem/ptem on hb-{shape,view} (#811)
92934
92935  util/options.cc | 33 ++++++++++++++++++++++++++++-----
92936  util/options.hh |  6 ++++++
92937  2 files changed, 34 insertions(+), 5 deletions(-)
92938
92939 commit a6bd6bcee08c9522f9269b5c63f784688abddcff
92940 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92941 Date:   Thu Feb 22 16:52:56 2018 +0330
92942
92943     [dev-run] minor
92944
92945  src/dev-run.sh | 2 +-
92946  1 file changed, 1 insertion(+), 1 deletion(-)
92947
92948 commit fa13a04cf3345311a2434f0d7f6346f967491c45
92949 Author: Ebrahim Byagowi <ebrahim@gnu.org>
92950 Date:   Thu Feb 22 16:48:03 2018 +0330
92951
92952     [dev-run] Add gdb/lldb shortcuts
92953
92954  src/dev-run.sh | 40 +++++++++++++++++++++++++++++++---------
92955  1 file changed, 31 insertions(+), 9 deletions(-)
92956
92957 commit 4f07437dfebd3dc5923f40154c6f1b7e1dce1bd4
92958 Author: Rod Sheeter <rsheeter@google.com>
92959 Date:   Wed Feb 21 22:23:05 2018 -0800
92960
92961     [subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
92962
92963  src/hb-ot-glyf-table.hh                      |  45 ++++++++++++++++
92964  src/hb-subset-glyf.cc                        |  78 +++++++++++++++++++++------
92965  src/hb-subset-input.cc                       |   6 +++
92966  src/hb-subset.h                              |   2 +
92967  test/api/fonts/Roboto-Regular.ac.nohints.ttf | Bin 0 -> 1128 bytes
92968  test/api/hb-subset-test.h                    |  15 +++---
92969  test/api/test-subset-cmap.c                  |   4 +-
92970  test/api/test-subset-glyf.c                  |  32 +++++++++--
92971  test/api/test-subset-hmtx.c                  |  10 ++--
92972  test/api/test-subset-os2.c                   |   2 +-
92973  10 files changed, 160 insertions(+), 34 deletions(-)
92974
92975 commit 2d0265242bb9a080886d6e0aa653c62e5770a15a
92976 Author: Rod Sheeter <rsheeter@google.com>
92977 Date:   Wed Feb 21 09:42:46 2018 -0800
92978
92979     [subset] keep the result of _subset
92980
92981  src/hb-subset.cc | 2 +-
92982  1 file changed, 1 insertion(+), 1 deletion(-)
92983
92984 commit 4fb97be78d9287e489c9f67d1bfe7682235bdf38
92985 Author: Behdad Esfahbod <behdad@behdad.org>
92986 Date:   Wed Feb 21 14:38:02 2018 -0800
92987
92988     Add two more ragel-generated headers
92989     
92990     Fixes https://github.com/harfbuzz/harfbuzz/issues/817
92991
92992  src/hb-buffer-deserialize-json.hh | 643 ++++++++++++++++++++++++++++++++++++++
92993  src/hb-buffer-deserialize-text.hh | 571 +++++++++++++++++++++++++++++++++
92994  2 files changed, 1214 insertions(+)
92995
92996 commit 74e0c13a4a55848e797242c02c8f067e587ea603
92997 Author: Rod Sheeter <rsheeter@google.com>
92998 Date:   Wed Feb 21 11:19:18 2018 -0800
92999
93000     [subset] drop hint tables if so flagged. Still need to dump glyf instructions.
93001
93002  src/hb-subset-plan.cc    |  1 +
93003  src/hb-subset-plan.hh    |  2 ++
93004  src/hb-subset-private.hh |  2 +-
93005  src/hb-subset.cc         | 11 +++++++++--
93006  util/hb-subset.cc        |  2 +-
93007  util/options.cc          |  2 +-
93008  util/options.hh          |  4 ++--
93009  7 files changed, 17 insertions(+), 7 deletions(-)
93010
93011 commit edee28801e4dbb5b734b4038d93fe1594e267ab1
93012 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93013 Date:   Wed Feb 21 22:13:58 2018 +0330
93014
93015     Add .editorconfig (#810)
93016     
93017     More information: http://editorconfig.org/
93018
93019  .editorconfig | 18 ++++++++++++++++++
93020  1 file changed, 18 insertions(+)
93021
93022 commit 0bd100e144885ed8144cf23e7e106014858a1724
93023 Author: Rod Sheeter <rsheeter@google.com>
93024 Date:   Wed Feb 21 10:34:00 2018 -0800
93025
93026     [subset] add --hinting flag
93027
93028  src/hb-subset-private.hh |  1 +
93029  util/hb-subset.cc        |  6 +++++-
93030  util/options.cc          | 15 +++++++++++++++
93031  util/options.hh          | 14 ++++++++++++++
93032  4 files changed, 35 insertions(+), 1 deletion(-)
93033
93034 commit 7ecca8c0a83a6c71154fcc80887a4f895c0c5a23
93035 Author: Rod Sheeter <rsheeter@google.com>
93036 Date:   Wed Feb 21 09:42:46 2018 -0800
93037
93038     [subset] keep the result of _subset
93039
93040  src/hb-subset.cc | 2 +-
93041  1 file changed, 1 insertion(+), 1 deletion(-)
93042
93043 commit eada749e4642ea90300c9c68c226fa76a3e35a75
93044 Author: Behdad Esfahbod <behdad@behdad.org>
93045 Date:   Wed Feb 21 00:35:23 2018 -0800
93046
93047     Use HB_SET_VALUE_INVALID consistently
93048
93049  src/hb-ot-layout-common-private.hh | 6 +++---
93050  src/hb-ot-shape.cc                 | 2 +-
93051  2 files changed, 4 insertions(+), 4 deletions(-)
93052
93053 commit 2cc845f311b6dc4f0feda8b8fc5609fbd51b5923
93054 Author: Garret Rieger <grieger@google.com>
93055 Date:   Tue Feb 20 18:13:41 2018 -0800
93056
93057     [subset] fix calculation of range shiftz. Should be 16 * len - searchRange not 16 * (len - searchRange).
93058
93059  src/hb-open-type-private.hh | 4 +++-
93060  1 file changed, 3 insertions(+), 1 deletion(-)
93061
93062 commit 8e614ade5aef102baed56f91c2fcb1f3d1788ea9
93063 Author: Garret Rieger <grieger@google.com>
93064 Date:   Tue Feb 20 17:36:54 2018 -0800
93065
93066     [subset] Reverse table order for font serialization to match what OTS expects.
93067
93068  src/hb-open-file-private.hh | 2 +-
93069  1 file changed, 1 insertion(+), 1 deletion(-)
93070
93071 commit a998eeee4ad7bba4a1574c9735618891b6bd0948
93072 Author: Garret Rieger <grieger@google.com>
93073 Date:   Tue Feb 20 16:48:52 2018 -0800
93074
93075     [subset] sanity check glyph data writes during glyph subsetting to ensure they are inbounds.
93076
93077  src/hb-subset-glyf.cc | 11 +++++++++--
93078  1 file changed, 9 insertions(+), 2 deletions(-)
93079
93080 commit 0ab73e594275cf064e09b9df2e1df337a589745d
93081 Author: Garret Rieger <grieger@google.com>
93082 Date:   Tue Feb 20 15:33:03 2018 -0800
93083
93084     [subset] Sanity check that loca writes are inbounds.
93085
93086  src/hb-subset-glyf.cc | 55 ++++++++++++++++++++++++++++++++++++++-------------
93087  1 file changed, 41 insertions(+), 14 deletions(-)
93088
93089 commit 73e20ec6e9ad86bea023fc8b6fc10287889ed048
93090 Merge: 6ae4013f2 69e443b25
93091 Author: Garret Rieger <grieger@google.com>
93092 Date:   Tue Feb 20 17:34:59 2018 -0700
93093
93094     Merge pull request #812 from googlefonts/cleanup
93095     
93096     Clean up of glyf subsetting.
93097
93098 commit 6ae4013f2e53d6496507a58b715298fee4eadcee
93099 Author: Behdad Esfahbod <behdad@behdad.org>
93100 Date:   Tue Feb 20 15:02:25 2018 -0800
93101
93102     [aat] Cosmetic touch-ups to trak table
93103
93104  src/hb-aat-layout-trak-table.hh | 31 +++++++++++++++++--------------
93105  1 file changed, 17 insertions(+), 14 deletions(-)
93106
93107 commit abc82b493e301e5588d689baa1434b3ce6577fcd
93108 Author: Behdad Esfahbod <behdad@behdad.org>
93109 Date:   Tue Feb 20 14:34:16 2018 -0800
93110
93111     Add Ragel-generated files to git
93112     
93113     I know it's bad form; I know I've said no to this multiple times...
93114     But this is part of an experiment to see if we can make rolling HarfBuzz
93115     into Chrome much faster. That will give us a lot more testing exposure
93116     that currently Chrome does.
93117     
93118     Doing this while those files are still considered ignored by our
93119     gitignore rules; will see how that flies.
93120
93121  autogen.sh                                 |   10 +-
93122  src/Makefile.am                            |    3 +-
93123  src/hb-ot-shape-complex-indic-machine.hh   | 1319 ++++++++++++++++++++++++++++
93124  src/hb-ot-shape-complex-khmer-machine.hh   |  294 +++++++
93125  src/hb-ot-shape-complex-myanmar-machine.hh |  413 +++++++++
93126  src/hb-ot-shape-complex-use-machine.hh     |  502 +++++++++++
93127  6 files changed, 2535 insertions(+), 6 deletions(-)
93128
93129 commit 69e443b254fceb29f26f6a0c0129fe3c93c19cfb
93130 Author: Garret Rieger <grieger@google.com>
93131 Date:   Tue Feb 20 14:29:21 2018 -0800
93132
93133     [subset] Switch to hb_blob_copy_writable_or_fail in glyf subsetting.
93134
93135  src/hb-ot-glyf-table.hh | 29 +++++++++++------------------
93136  src/hb-ot-maxp-table.hh |  3 +--
93137  2 files changed, 12 insertions(+), 20 deletions(-)
93138
93139 commit e3e0ac98238b78530a625a6b7e7647dbabbe1c4d
93140 Author: Garret Rieger <grieger@google.com>
93141 Date:   Tue Feb 20 14:07:40 2018 -0800
93142
93143     [subset] Move glyf subsetting code into hb-ot-glyf-table.hh
93144
93145  src/hb-ot-glyf-table.hh | 49 +++++++++++++++++++++++++++++++++++++++++++++++-
93146  src/hb-subset.cc        | 50 +------------------------------------------------
93147  2 files changed, 49 insertions(+), 50 deletions(-)
93148
93149 commit d1f16fce963092404bf0b59e449a3215ca031b54
93150 Author: Behdad Esfahbod <behdad@behdad.org>
93151 Date:   Tue Feb 20 10:32:09 2018 -0800
93152
93153     Don't use %zu
93154     
93155     Some of our bots / compilers don't like it. Wasn't caught by bots because this
93156     is only in debug code.
93157     
93158     https://github.com/harfbuzz/harfbuzz/pull/809/commits/825ad378e0f0e6e6bb690894a0d5d25f198be21b
93159
93160  src/hb-ot-cmap-table.hh | 2 +-
93161  1 file changed, 1 insertion(+), 1 deletion(-)
93162
93163 commit c7e834a2fc5f8fb81f5316447e4075902d58d8a3
93164 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93165 Date:   Tue Feb 20 17:59:04 2018 +0330
93166
93167     [dev-run] minor
93168
93169  src/dev-run.sh | 2 +-
93170  1 file changed, 1 insertion(+), 1 deletion(-)
93171
93172 commit 975c35214f8c8f0d90a8b114e1a8c06d5ecdecfd
93173 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93174 Date:   Tue Feb 20 17:49:29 2018 +0330
93175
93176     [dev-run] Support autotools builds
93177
93178  src/dev-run.sh | 46 +++++++++++++++++++++++++++++++---------------
93179  1 file changed, 31 insertions(+), 15 deletions(-)
93180
93181 commit 25136d9b7265d8920a78f3f832f1c69da4ef1f5b
93182 Author: Dominik Röttsches <drott@chromium.org>
93183 Date:   Tue Feb 20 10:26:07 2018 +0200
93184
93185     Use %zu format specifier for size_t to fix cross platform build
93186     
93187     Fixes Chromium Android builds, compare
93188     https://ci.chromium.org/buildbot/tryserver.chromium.android/linux_android_rel_ng/491787
93189
93190  src/hb-ot-cmap-table.hh | 2 +-
93191  1 file changed, 1 insertion(+), 1 deletion(-)
93192
93193 commit 53cf61b0299775f94c625de1bb0a7979b3b0c379
93194 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93195 Date:   Tue Feb 20 10:53:10 2018 +0330
93196
93197     Change Alpine and ArchLinux bot to test O3 and O0 on gcc, #801
93198
93199  .circleci/config.yml | 14 ++++++++------
93200  1 file changed, 8 insertions(+), 6 deletions(-)
93201
93202 commit a64eacd8a6cb9811bcaadf20b8b8ae56306cbd75
93203 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93204 Date:   Mon Feb 19 23:27:08 2018 +0330
93205
93206     [aat] First dig on 'trak'
93207
93208  src/Makefile.sources            |   3 +-
93209  src/hb-aat-layout-trak-table.hh | 100 ++++++++++++++++++++++++++++++++++++++++
93210  src/hb-aat-layout.cc            |   3 +-
93211  src/hb-ot-layout-private.hh     |   6 ++-
93212  4 files changed, 108 insertions(+), 4 deletions(-)
93213
93214 commit 0bff6991de308044b077ce74bd45d57d8c4afe5f
93215 Author: Behdad Esfahbod <behdad@behdad.org>
93216 Date:   Mon Feb 19 11:51:25 2018 -0800
93217
93218     Ugh. Really fix build.
93219
93220  src/hb-subset-private.hh  | 2 +-
93221  src/hb-subset.cc          | 3 +--
93222  test/api/hb-subset-test.h | 1 +
93223  3 files changed, 3 insertions(+), 3 deletions(-)
93224
93225 commit 4fcbd22b18040cbfd7410e6a090c5f9624eb9a0f
93226 Author: Behdad Esfahbod <behdad@behdad.org>
93227 Date:   Mon Feb 19 11:49:25 2018 -0800
93228
93229     Fix build after previous commit
93230
93231  src/hb-subset-plan.hh | 2 ++
93232  1 file changed, 2 insertions(+)
93233
93234 commit 0bbf90ded00dd00ee3f79c1bd16c775d7c893278
93235 Author: Behdad Esfahbod <behdad@behdad.org>
93236 Date:   Mon Feb 19 11:38:53 2018 -0800
93237
93238     [subset] Don't include hb-subset.h from hb.h
93239
93240  src/hb.h | 1 -
93241  1 file changed, 1 deletion(-)
93242
93243 commit fde04777d1d429fd0981002194f5c19599fda350
93244 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93245 Date:   Mon Feb 19 20:00:07 2018 +0330
93246
93247     Check availability of entr instead now that this works with it
93248
93249  src/dev-run.sh | 2 +-
93250  1 file changed, 1 insertion(+), 1 deletion(-)
93251
93252 commit b095ce59ebc5723a1b9c049eebb8f204455c9a72
93253 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93254 Date:   Mon Feb 19 11:58:20 2018 +0330
93255
93256     Simplify hb-fuzzer output printing and fix ArchLinux bot
93257
93258  test/fuzzing/run-fuzzer-tests.py | 6 +-----
93259  1 file changed, 1 insertion(+), 5 deletions(-)
93260
93261 commit be51f763a752bed1c395bff19afe3291a6063d00
93262 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93263 Date:   Mon Feb 19 11:06:13 2018 +0330
93264
93265     Test debug builds on ArchLinux bot
93266     
93267     Fixes #805
93268
93269  .circleci/config.yml | 6 +++---
93270  1 file changed, 3 insertions(+), 3 deletions(-)
93271
93272 commit e2d2d819848ed0ff1c60b9bde1f9c8f9495ec5b4
93273 Author: Behdad Esfahbod <behdad@behdad.org>
93274 Date:   Sun Feb 18 17:28:53 2018 -0800
93275
93276     Limit how much work sanitize() can do
93277     
93278     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6022
93279
93280  src/Makefile.am                                       |   2 ++
93281  src/hb-open-type-private.hh                           |  16 ++++++++++++++--
93282  .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 0 -> 1048576 bytes
93283  test/shaping/data/in-house/tests/fuzzed.tests         |   1 +
93284  4 files changed, 17 insertions(+), 2 deletions(-)
93285
93286 commit 7033fe5877c6f9500575f20f17135f74dc9c0547
93287 Author: Behdad Esfahbod <behdad@behdad.org>
93288 Date:   Sun Feb 18 17:12:04 2018 -0800
93289
93290     [aat] Minor
93291
93292  src/hb-aat-layout-common-private.hh | 2 +-
93293  1 file changed, 1 insertion(+), 1 deletion(-)
93294
93295 commit 6fa690c75a572a1076124b428b76929b2674e532
93296 Author: Behdad Esfahbod <behdad@behdad.org>
93297 Date:   Sun Feb 18 16:27:59 2018 -0800
93298
93299     Fix debug build
93300     
93301     Context needs to be called 'c'. The TRACE_* rely on that.
93302
93303  src/hb-ot-cmap-table.hh | 22 +++++++++++-----------
93304  1 file changed, 11 insertions(+), 11 deletions(-)
93305
93306 commit 05d1e77db8f3e5280e93b6885ff4f7df113b612b
93307 Author: Behdad Esfahbod <behdad@behdad.org>
93308 Date:   Sun Feb 18 16:26:04 2018 -0800
93309
93310     [aat] Silence warning
93311
93312  src/hb-aat-layout-kerx-table.hh | 2 +-
93313  1 file changed, 1 insertion(+), 1 deletion(-)
93314
93315 commit a21fceb05311f61ef179b2f3aa6497562555f241
93316 Author: Behdad Esfahbod <behdad@behdad.org>
93317 Date:   Sun Feb 18 16:10:15 2018 -0800
93318
93319     [ci] Make AppVeyor less noisy
93320
93321  appveyor.yml | 3 +++
93322  1 file changed, 3 insertions(+)
93323
93324 commit 1c50a88623a881a9e2b2b0f1f6a783962626f03a
93325 Author: Behdad Esfahbod <behdad@behdad.org>
93326 Date:   Sun Feb 18 15:57:09 2018 -0800
93327
93328     Readjust mark attachment heuristic a bit more
93329     
93330     Previously adjusted logic could fail if nothing around was ligated,
93331     and something moved.  This should take care of that.
93332     
93333     CC https://github.com/harfbuzz/harfbuzz/issues/740
93334
93335  src/hb-ot-layout-gpos-table.hh | 5 ++++-
93336  1 file changed, 4 insertions(+), 1 deletion(-)
93337
93338 commit 246e280d88b6b26757297a349f01e52c15eaec53
93339 Author: Behdad Esfahbod <behdad@behdad.org>
93340 Date:   Sun Feb 18 15:42:25 2018 -0800
93341
93342     [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/740
93343
93344  .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf   | Bin 0 -> 5680 bytes
93345  test/shaping/data/in-house/tests/use.tests               |   1 +
93346  2 files changed, 1 insertion(+)
93347
93348 commit 79756c9039a628b0df441228ca1ea20b8a91e3e8
93349 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93350 Date:   Mon Feb 19 03:17:44 2018 +0330
93351
93352     [aat] First dig on 'kerx' (#704)
93353
93354  src/Makefile.sources            |   1 +
93355  src/hb-aat-layout-kerx-table.hh | 377 ++++++++++++++++++++++++++++++++++++++++
93356  src/hb-aat-layout.cc            |   1 +
93357  src/hb-ot-layout-private.hh     |   2 +
93358  4 files changed, 381 insertions(+)
93359
93360 commit 279c70a5b36446f444e5d2f4ac1db7614c8a3db8
93361 Merge: e91644786 89b82814b
93362 Author: Behdad Esfahbod <behdad@behdad.org>
93363 Date:   Sun Feb 18 14:04:33 2018 -0800
93364
93365     Merge pull request #796 from ebraminio/dev-run
93366     
93367     Add a continuous builder using fswatch
93368
93369 commit e91644786bf7c278e75962b851d5d47011ff175c
93370 Author: Behdad Esfahbod <behdad@behdad.org>
93371 Date:   Sun Feb 18 12:41:24 2018 -0800
93372
93373     Remove unused check
93374
93375  configure.ac | 3 +--
93376  1 file changed, 1 insertion(+), 2 deletions(-)
93377
93378 commit 89b82814b605d2bfcc481a47607e642a928dff15
93379 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93380 Date:   Fri Feb 16 12:53:33 2018 +0330
93381
93382     Add a continuous builder using fswatch
93383
93384  CMakeLists.txt          | 24 +++++++++++++-----------
93385  src/dev-run.sh          | 22 ++++++++++++++++++++++
93386  test/api/CMakeLists.txt |  2 +-
93387  3 files changed, 36 insertions(+), 12 deletions(-)
93388
93389 commit 0bd2d76bdd83569366762416bf7c8fd8e90021aa
93390 Author: Behdad Esfahbod <behdad@behdad.org>
93391 Date:   Sun Feb 18 11:55:26 2018 -0800
93392
93393     [test] Fix a couple of coverity_scan issues
93394
93395  test/api/hb-subset-test.h | 17 +++++++++++------
93396  1 file changed, 11 insertions(+), 6 deletions(-)
93397
93398 commit 8089711a61687d565f207c56d3d2b658f514d7ab
93399 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93400 Date:   Sun Feb 18 23:25:15 2018 +0330
93401
93402     Another attempt on fixing coverity
93403     
93404     I hope I am in a correct direction at least
93405
93406  .travis.yml | 5 ++---
93407  1 file changed, 2 insertions(+), 3 deletions(-)
93408
93409 commit 79d0d791b9ee920e1f687a93de5adf5d113cc829
93410 Merge: 21646cc4a 97a711021
93411 Author: Behdad Esfahbod <behdad@behdad.org>
93412 Date:   Sun Feb 18 11:35:51 2018 -0800
93413
93414     Merge pull request #800 from harfbuzz/bitops
93415     
93416     Optimize set through optimized bit operations
93417
93418 commit 97a71102153d28982297a190739c7d82e76b109e
93419 Author: Behdad Esfahbod <behdad@behdad.org>
93420 Date:   Sun Feb 18 10:50:24 2018 -0800
93421
93422     Fix BitScanForward() usage
93423     
93424     Should fix Win64 bot.
93425
93426  src/hb-private.hh | 4 ++--
93427  1 file changed, 2 insertions(+), 2 deletions(-)
93428
93429 commit fe8f40a4180e7b02831a264c0b3c66763156abb6
93430 Merge: cd11107bb 21646cc4a
93431 Author: Behdad Esfahbod <behdad@behdad.org>
93432 Date:   Sun Feb 18 10:45:33 2018 -0800
93433
93434     Merge branch 'master' into bitops
93435
93436 commit 21646cc4a6160088933774e179df9be4865a9f4b
93437 Author: David Corbett <corbett.dav@husky.neu.edu>
93438 Date:   Fri Feb 16 12:08:55 2018 -0500
93439
93440     Do not mark the first glyph as unsafe to break
93441     
93442     Fixes #791.
93443
93444  src/hb-buffer-private.hh | 3 +--
93445  src/hb-coretext.cc       | 4 ----
93446  src/hb-directwrite.cc    | 2 --
93447  src/hb-graphite2.cc      | 1 -
93448  src/hb-uniscribe.cc      | 2 --
93449  5 files changed, 1 insertion(+), 11 deletions(-)
93450
93451 commit 04dedec96b76600eecdb739b72814a4a56b270ae
93452 Author: Behdad Esfahbod <behdad@behdad.org>
93453 Date:   Fri Feb 16 18:32:57 2018 -0800
93454
93455     [test] Remove unused var
93456
93457  test/api/test-subset-hmtx.c | 1 -
93458  1 file changed, 1 deletion(-)
93459
93460 commit 181b7471074cc814e0f498fc05fd6850c3f5e403
93461 Author: Behdad Esfahbod <behdad@behdad.org>
93462 Date:   Fri Feb 16 17:08:44 2018 -0800
93463
93464     Update outdated TODO file
93465
93466  TODO | 29 +----------------------------
93467  1 file changed, 1 insertion(+), 28 deletions(-)
93468
93469 commit 6d56db8983e03fbebbeb61282bef8cb1f9abb8e2
93470 Author: Behdad Esfahbod <behdad@behdad.org>
93471 Date:   Fri Feb 16 17:02:57 2018 -0800
93472
93473     [test/api] Distribute all fonts
93474
93475  test/api/Makefile.am | 21 ++-------------------
93476  1 file changed, 2 insertions(+), 19 deletions(-)
93477
93478 commit e5ab34fd3a104f7ff2f0b36c66770c88b2ea1051
93479 Author: Behdad Esfahbod <behdad@behdad.org>
93480 Date:   Fri Feb 16 16:58:17 2018 -0800
93481
93482     Misc fixes
93483     
93484     Should bring bag djgpp bot.
93485
93486  src/hb-ot-os2-table.hh | 54 +++++++++++++++++++++++++-------------------------
93487  src/hb-subset-plan.cc  | 16 +++++++--------
93488  2 files changed, 34 insertions(+), 36 deletions(-)
93489
93490 commit df9e22656de746bde65dee775a66f1a80f1c2e32
93491 Author: Garret Rieger <grieger@google.com>
93492 Date:   Fri Feb 16 17:02:51 2018 -0700
93493
93494     [subset] add a glyf subsetting test for a font with composite glyphs.
93495
93496  .../api/fonts/Roboto-Regular.components.subset.ttf | Bin 0 -> 2052 bytes
93497  test/api/fonts/Roboto-Regular.components.ttf       | Bin 0 -> 2572 bytes
93498  test/api/test-subset-glyf.c                        |  21 +++++++++++++++++++++
93499  3 files changed, 21 insertions(+)
93500
93501 commit c36d015b0e9c363431cd9d228b776ad419fde474
93502 Author: Garret Rieger <grieger@google.com>
93503 Date:   Fri Feb 16 17:02:15 2018 -0700
93504
93505     [subset] missing return.
93506
93507  test/api/hb-subset-test.h | 1 +
93508  1 file changed, 1 insertion(+)
93509
93510 commit 2130392dcc30784ee34c487ab16316006c91f16d
93511 Author: Garret Rieger <grieger@google.com>
93512 Date:   Fri Feb 16 17:01:00 2018 -0700
93513
93514     [subset] Add support for updating reference gids in components to their new values.
93515
93516  src/hb-subset-glyf.cc | 38 +++++++++++++++++++++++++++++++++-----
93517  1 file changed, 33 insertions(+), 5 deletions(-)
93518
93519 commit 49544eb860e523838892d6ce88eeca72ffd19da4
93520 Author: Garret Rieger <grieger@google.com>
93521 Date:   Fri Feb 16 16:56:15 2018 -0700
93522
93523     [subset] Refactor composite glyf iteration code into an Iterator outside of the accelerator.
93524
93525  src/hb-ot-glyf-table.hh | 110 +++++++++++++++++++++++++-----------------------
93526  src/hb-subset-plan.cc   |   6 +--
93527  2 files changed, 60 insertions(+), 56 deletions(-)
93528
93529 commit dc6d67df1395faf38d7587b1dd3c6661ee7cd6f0
93530 Author: Garret Rieger <grieger@google.com>
93531 Date:   Fri Feb 16 15:20:14 2018 -0700
93532
93533     [subset] Use gids_to_retain_sorted to produce old gid -> new gid mapping since it now has the more complete set.
93534
93535  src/hb-subset-plan.cc | 10 ++++++----
93536  1 file changed, 6 insertions(+), 4 deletions(-)
93537
93538 commit dcac9fe96429d4e272a3fbd60a6162f988f58f71
93539 Author: Garret Rieger <grieger@google.com>
93540 Date:   Fri Feb 16 11:27:03 2018 -0700
93541
93542     [subset] Use complex glyph closure to populate gids_to_retain_sorted.
93543
93544  src/hb-subset-plan.cc | 43 ++++++++++++++++++++++++-------------------
93545  src/hb-subset-plan.hh |  6 ++++++
93546  2 files changed, 30 insertions(+), 19 deletions(-)
93547
93548 commit 58a54c9d4f72e228c012451c4469da730742d3d8
93549 Author: Garret Rieger <grieger@google.com>
93550 Date:   Fri Feb 16 11:20:38 2018 -0700
93551
93552     [subset] add constant to get_composite and in_table methods in hb-ot-glyf-table
93553
93554  src/hb-ot-glyf-table.hh | 4 ++--
93555  1 file changed, 2 insertions(+), 2 deletions(-)
93556
93557 commit 73e1434814eb37005b4159babf972a2743b25700
93558 Author: Garret Rieger <grieger@google.com>
93559 Date:   Thu Feb 15 14:41:56 2018 -0800
93560
93561     [subset] Add a DFS search to produce a closure of composite glyphs.
93562
93563  src/hb-subset-plan.cc | 21 +++++++++++++++++++++
93564  1 file changed, 21 insertions(+)
93565
93566 commit d3684141437fad6ebf5f9945f92125c9a42ea853
93567 Author: Garret Rieger <grieger@google.com>
93568 Date:   Thu Feb 15 14:03:34 2018 -0800
93569
93570     [subset] add helper methods to glyf accelerator for reading composite glyph information.
93571
93572  src/hb-ot-glyf-table.hh | 115 ++++++++++++++++++++++++++++++++++++++++++++++--
93573  1 file changed, 112 insertions(+), 3 deletions(-)
93574
93575 commit cd11107bb44ac719709e10264e9e6ba6a1cfae0c
93576 Author: Behdad Esfahbod <behdad@behdad.org>
93577 Date:   Fri Feb 16 18:28:58 2018 -0800
93578
93579     Another bitops fallback fix
93580     
93581     I'm confident that all bugs are hashed out now.
93582
93583  src/hb-private.hh | 4 ++--
93584  1 file changed, 2 insertions(+), 2 deletions(-)
93585
93586 commit 4e517ecb6b7c27d4053a6476bb9262858e2567ed
93587 Author: Behdad Esfahbod <behdad@behdad.org>
93588 Date:   Fri Feb 16 18:20:12 2018 -0800
93589
93590     Another bitops fallback impl fix
93591
93592  src/hb-private.hh | 8 ++++----
93593  1 file changed, 4 insertions(+), 4 deletions(-)
93594
93595 commit f18b9fbf6583dff72675be7859fc147ec24a0dd2
93596 Author: Behdad Esfahbod <behdad@behdad.org>
93597 Date:   Fri Feb 16 18:14:41 2018 -0800
93598
93599     [set] Implement iteration using bitop intrinsics
93600
93601  src/hb-set-private.hh | 55 ++++++++++++++++++---------------------------------
93602  1 file changed, 19 insertions(+), 36 deletions(-)
93603
93604 commit 6a91a2eb04951f6e33706c2b8e9cd987b429fce9
93605 Author: Behdad Esfahbod <behdad@behdad.org>
93606 Date:   Fri Feb 16 17:49:41 2018 -0800
93607
93608     Fix wide bitops implemenetation
93609
93610  src/hb-private.hh | 4 ++--
93611  1 file changed, 2 insertions(+), 2 deletions(-)
93612
93613 commit d25c3e69e9b0cb9d947e98845b9e3a14ce58e350
93614 Author: Behdad Esfahbod <behdad@behdad.org>
93615 Date:   Fri Feb 16 17:45:09 2018 -0800
93616
93617     [set] Readjust parameters
93618
93619  src/hb-set-private.hh | 6 +++---
93620  1 file changed, 3 insertions(+), 3 deletions(-)
93621
93622 commit 6d5c0bf8b18ed53e8d40dcbae83ec66ed2116843
93623 Author: Behdad Esfahbod <behdad@behdad.org>
93624 Date:   Fri Feb 16 17:33:26 2018 -0800
93625
93626     Fix bitops fallback impl
93627
93628  src/hb-private.hh | 4 ++--
93629  1 file changed, 2 insertions(+), 2 deletions(-)
93630
93631 commit 82eb1dac163cb4aef8a2e4ebad542378f4e28dca
93632 Author: Behdad Esfahbod <behdad@behdad.org>
93633 Date:   Fri Feb 16 16:52:09 2018 -0800
93634
93635     Flesh out other bit ops some more for 128bit as well
93636
93637  src/hb-private.hh | 165 +++++++++++++++++++++++++++++++++++++++++-------------
93638  1 file changed, 126 insertions(+), 39 deletions(-)
93639
93640 commit 864a2dddae9eb1303c59d0d3717fce307a72a524
93641 Author: Behdad Esfahbod <behdad@behdad.org>
93642 Date:   Fri Feb 16 14:21:40 2018 -0800
93643
93644     Clean up bit functions
93645     
93646     Compile all code-paths possible, to better catch errors.
93647     Also enable MSVC ones on mingw which seems to support them.
93648
93649  src/hb-private.hh | 43 +++++++++++++++++++++++++++----------------
93650  1 file changed, 27 insertions(+), 16 deletions(-)
93651
93652 commit 978ace6fbbc828adc20f21591d138f41d8508ebc
93653 Author: Behdad Esfahbod <behdad@behdad.org>
93654 Date:   Fri Feb 16 16:06:17 2018 -0800
93655
93656     Improve _hb_popcount()
93657     
93658     Support 128bit type.
93659
93660  configure.ac                   |  3 ++-
93661  src/hb-ot-layout-gpos-table.hh |  2 +-
93662  src/hb-ot-map.cc               |  2 +-
93663  src/hb-private.hh              | 61 +++++++++++++++++++++++++++---------------
93664  4 files changed, 44 insertions(+), 24 deletions(-)
93665
93666 commit 7b5ce7404716a17f91ff86d374c7b76ee7ce3247
93667 Author: Behdad Esfahbod <behdad@behdad.org>
93668 Date:   Fri Feb 16 15:37:22 2018 -0800
93669
93670     Fix warnings
93671
93672  src/hb-ot-os2-table.hh    | 2 +-
93673  test/api/hb-subset-test.h | 3 ++-
93674  test/api/hb-test.h        | 9 +++++++--
93675  3 files changed, 10 insertions(+), 4 deletions(-)
93676
93677 commit 94d32d1b83892ed4f124463cf4322bf74b3e850d
93678 Author: Behdad Esfahbod <behdad@behdad.org>
93679 Date:   Fri Feb 16 15:36:20 2018 -0800
93680
93681     Enable C99 if available
93682     
93683     Hopefully we can now mix-and-match code and declaration in the C test files.
93684
93685  configure.ac | 1 +
93686  1 file changed, 1 insertion(+)
93687
93688 commit 926db874552519734fab6c04258887ea634f5324
93689 Merge: 882a3bf4a c7a633f95
93690 Author: rsheeter <rsheeter@google.com>
93691 Date:   Fri Feb 16 15:27:29 2018 -0800
93692
93693     Merge pull request #792 from googlefonts/master
93694     
93695     Support more tables in subsetter
93696
93697 commit 882a3bf4abcdac60414db41d54dbbb7d2368c908
93698 Author: Behdad Esfahbod <behdad@behdad.org>
93699 Date:   Fri Feb 16 14:17:20 2018 -0800
93700
93701     That didn't work...
93702
93703  RELEASING.md | 2 +-
93704  1 file changed, 1 insertion(+), 1 deletion(-)
93705
93706 commit b1f186df78ed14cbc8be919e7f552df2bd7561e0
93707 Author: Behdad Esfahbod <behdad@behdad.org>
93708 Date:   Fri Feb 16 14:13:38 2018 -0800
93709
93710     Add mingw32.sh and mingw64.sh
93711
93712  RELEASING.md | 28 +---------------------------
93713  mingw32.sh   | 22 ++++++++++++++++++++++
93714  mingw64.sh   | 22 ++++++++++++++++++++++
93715  3 files changed, 45 insertions(+), 27 deletions(-)
93716
93717 commit d37310ac5d5f8a3fd1ce1e535647e7c6bb0d7926
93718 Author: Arkady Shapkin <arkady.shapkin@gmail.com>
93719 Date:   Fri Feb 16 21:45:08 2018 +0300
93720
93721     Remove checking macros __OPTIMIZE__ for MSVC
93722     
93723     Visual C++ compiler doesn't define macros __OPTIMIZE__  when optimizations enabled
93724
93725  src/hb-private.hh | 9 ++++-----
93726  1 file changed, 4 insertions(+), 5 deletions(-)
93727
93728 commit 4eff0fc5b87084765ac2e36ba9f09d7d257f32fb
93729 Author: Khaled Hosny <khaledhosny@eglug.org>
93730 Date:   Fri Feb 16 20:22:52 2018 +0200
93731
93732     Make this work for old versions of automake
93733
93734  .ci/fail.sh | 3 ++-
93735  1 file changed, 2 insertions(+), 1 deletion(-)
93736
93737 commit f8077c97909778c117d37773c9da570d831dacd2
93738 Author: Khaled Hosny <khaledhosny@eglug.org>
93739 Date:   Thu Feb 15 11:47:08 2018 +0200
93740
93741     Print only the failed log
93742
93743  .ci/fail.sh | 6 ++++--
93744  1 file changed, 4 insertions(+), 2 deletions(-)
93745
93746 commit 8e3b4c0e11642470069b866a73768a866ac3fdb3
93747 Author: Khaled Hosny <khaledhosny@eglug.org>
93748 Date:   Thu Feb 15 11:25:24 2018 +0200
93749
93750     Simplify calls to collect-logs.sh
93751
93752  .ci/{collect-logs.sh => fail.sh} |  3 +++
93753  .circleci/config.yml             | 13 +++++++++----
93754  .travis.yml                      |  6 +++---
93755  appveyor.yml                     |  2 +-
93756  4 files changed, 16 insertions(+), 8 deletions(-)
93757
93758 commit c7a633f95710fcf2fe9151b41feba7db4b1bab0e
93759 Author: Rod Sheeter <rsheeter@google.com>
93760 Date:   Fri Feb 16 11:11:20 2018 -0800
93761
93762     [subset] try to get more info from bot where g_assert_cmpmem fails
93763
93764  test/api/hb-subset-test.h | 12 +++++-------
93765  test/api/hb-test.h        | 11 ++++++++---
93766  2 files changed, 13 insertions(+), 10 deletions(-)
93767
93768 commit 0bb2d7ac12b7cf482580b6d2e8534eef8a233f96
93769 Author: Rod Sheeter <rsheeter@google.com>
93770 Date:   Fri Feb 16 06:26:02 2018 -0800
93771
93772     [subset] fix int type for blob length in hb-subset-test.h
93773
93774  test/api/hb-subset-test.h | 2 +-
93775  1 file changed, 1 insertion(+), 1 deletion(-)
93776
93777 commit be0a01a67613f45db7f7e9be84cb883f0344c817
93778 Merge: 7acaa3b78 139c9928f
93779 Author: Rod Sheeter <rsheeter@google.com>
93780 Date:   Fri Feb 16 06:01:41 2018 -0800
93781
93782     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz
93783
93784 commit 139c9928f6152088fa6eee0279e33cb821aeb541
93785 Author: Ebrahim Byagowi <ebrahim@gnu.org>
93786 Date:   Fri Feb 16 13:27:26 2018 +0330
93787
93788     Fix hb-private.hh compile issue
93789
93790  src/hb-private.hh | 4 ++--
93791  1 file changed, 2 insertions(+), 2 deletions(-)
93792
93793 commit 6c10328eb88b0641586f31a782b63f45eada5609
93794 Author: Arkady Shapkin <arkady.shapkin@gmail.com>
93795 Date:   Thu Feb 15 23:17:46 2018 +0300
93796
93797     Use _BitScanForward and _BitScanReverse on MSVC
93798
93799  src/hb-private.hh | 12 ++++++++++++
93800  1 file changed, 12 insertions(+)
93801
93802 commit 7acaa3b781da835cdb11dbe523c819feb4eef996
93803 Author: Rod Sheeter <rsheeter@google.com>
93804 Date:   Thu Feb 15 14:28:29 2018 -0800
93805
93806     [subset] apparently C99 is too much to ask in 2018
93807
93808  src/hb-ot-hmtx-table.hh | 2 +-
93809  1 file changed, 1 insertion(+), 1 deletion(-)
93810
93811 commit b1740106a9c825874faf3f1315770d1e3c790cf9
93812 Author: Rod Sheeter <rsheeter@google.com>
93813 Date:   Thu Feb 15 13:55:21 2018 -0800
93814
93815     [subset] fix format specifier for size_t
93816
93817  src/hb-ot-hmtx-table.hh | 2 +-
93818  1 file changed, 1 insertion(+), 1 deletion(-)
93819
93820 commit e00c37aaae3922b425c0528bfdd36d59cf9c5796
93821 Author: Rod Sheeter <rsheeter@google.com>
93822 Date:   Thu Feb 15 12:53:52 2018 -0800
93823
93824     [subset] fix no matching function MIN in djgpp
93825
93826  src/hb-ot-hmtx-table.hh | 2 +-
93827  1 file changed, 1 insertion(+), 1 deletion(-)
93828
93829 commit 6122ad2442666d89ef39bdf5a2bb9d3f6d8e2b03
93830 Author: Rod Sheeter <rsheeter@google.com>
93831 Date:   Thu Feb 15 11:40:28 2018 -0800
93832
93833     [subset] add files to EXTRA_DIST
93834
93835  test/api/Makefile.am | 3 +++
93836  1 file changed, 3 insertions(+)
93837
93838 commit 0758cbc4c2f52c629d05515b8d2816e8d6a2a2c1
93839 Author: Rod Sheeter <rsheeter@google.com>
93840 Date:   Thu Feb 15 11:29:01 2018 -0800
93841
93842     [subset] correct bug introduced to get_advance
93843
93844  src/hb-ot-hmtx-table.hh | 8 ++++++--
93845  1 file changed, 6 insertions(+), 2 deletions(-)
93846
93847 commit 3fd11f4397aec9cda3a7d29246ab3ae56115ad36
93848 Author: Rod Sheeter <rsheeter@google.com>
93849 Date:   Thu Feb 15 11:15:12 2018 -0800
93850
93851     [subset] remove unused decl
93852
93853  src/hb-subset-private.hh | 3 ---
93854  1 file changed, 3 deletions(-)
93855
93856 commit 23d21a74b55eaf6d6d367097099e6b3bb78bae37
93857 Author: Khaled Hosny <khaledhosny@eglug.org>
93858 Date:   Thu Feb 15 02:52:15 2018 +0200
93859
93860     Move collect_logs to .ci dir
93861     
93862     Next to other CI scripts.
93863
93864  .collect_logs => .ci/collect-logs.sh | 0
93865  .circleci/config.yml                 | 8 ++++----
93866  .travis.yml                          | 6 +++---
93867  appveyor.yml                         | 2 +-
93868  4 files changed, 8 insertions(+), 8 deletions(-)
93869
93870 commit 0e088a63d10dd09e025515bfa8ae68aa2922eaf6
93871 Author: Rod Sheeter <rsheeter@google.com>
93872 Date:   Wed Feb 14 21:11:45 2018 -0800
93873
93874     [subset] hmtx space bracket. authors++
93875
93876  src/hb-ot-hmtx-table.hh | 40 ++++++++++++++++++++--------------------
93877  1 file changed, 20 insertions(+), 20 deletions(-)
93878
93879 commit 1725c35da0ea2f829b6d6b6c1963607fd6dfb577
93880 Author: Rod Sheeter <rsheeter@google.com>
93881 Date:   Wed Feb 14 19:36:33 2018 -0800
93882
93883     [subset] cmap space bracket
93884
93885  src/hb-ot-cmap-table.hh | 72 ++++++++++++++++++++++++-------------------------
93886  1 file changed, 36 insertions(+), 36 deletions(-)
93887
93888 commit e158739bfb9e5d60989e179fcc8744f3125e2067
93889 Author: Rod Sheeter <rsheeter@google.com>
93890 Date:   Wed Feb 14 19:22:37 2018 -0800
93891
93892     [subset] space bracket
93893
93894  src/hb-ot-hmtx-table.hh | 5 ++---
93895  1 file changed, 2 insertions(+), 3 deletions(-)
93896
93897 commit 2d6b1e2af74abea645a943d264e148d56d018101
93898 Author: Rod Sheeter <rsheeter@google.com>
93899 Date:   Wed Feb 14 19:14:01 2018 -0800
93900
93901     [subset] maxp copy writeable fn
93902
93903  src/hb-ot-maxp-table.hh | 9 ++++-----
93904  1 file changed, 4 insertions(+), 5 deletions(-)
93905
93906 commit 1efecd965fe81d65e2763be4f43df2d8c4d8be44
93907 Author: Rod Sheeter <rsheeter@google.com>
93908 Date:   Wed Feb 14 18:42:29 2018 -0800
93909
93910     [subset] hmtx use copy writeable fn instead of direct memory
93911
93912  src/hb-ot-hmtx-table.hh | 23 ++++-------------------
93913  1 file changed, 4 insertions(+), 19 deletions(-)
93914
93915 commit 27012526f9b3848676bc2a4fb8e68c630af18620
93916 Author: Rod Sheeter <rsheeter@google.com>
93917 Date:   Wed Feb 14 19:01:00 2018 -0800
93918
93919     [subset] whitespace
93920
93921  test/api/test-subset-hmtx.c | 7 +++----
93922  1 file changed, 3 insertions(+), 4 deletions(-)
93923
93924 commit b1bd0b5f506dad9d04fd3a6abcb92122f231e0f7
93925 Author: Behdad Esfahbod <behdad@behdad.org>
93926 Date:   Wed Feb 14 18:50:19 2018 -0800
93927
93928     [subset] Minor
93929
93930  src/hb-ot-cmap-table.hh | 10 +++++-----
93931  1 file changed, 5 insertions(+), 5 deletions(-)
93932
93933 commit 83f57e24bfc2000373192ec44b067fdd7dee8a65
93934 Author: Behdad Esfahbod <behdad@behdad.org>
93935 Date:   Wed Feb 14 18:43:53 2018 -0800
93936
93937     [test] Reinstate test/shaping/data/in-house/tests/myanmar-syllable.tests
93938
93939  test/shaping/data/in-house/tests/myanmar-syllable.tests | 1 +
93940  1 file changed, 1 insertion(+)
93941
93942 commit 5ae6526ef4aa9b3c943cad984dc2fff09cdf597b
93943 Merge: 2903b2f35 04c1ec2b7
93944 Author: Behdad Esfahbod <behdad@behdad.org>
93945 Date:   Wed Feb 14 18:42:32 2018 -0800
93946
93947     [subset] Merge remote-tracking branch 'googlefonts/master'
93948
93949 commit 04c1ec2b7396c05f6e8afc9d87679422782aa1e8
93950 Author: Garret Rieger <grieger@google.com>
93951 Date:   Wed Feb 14 17:00:18 2018 -0800
93952
93953     [subset] Don't fail on different checksum adjustment in subsetting tests.
93954
93955  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 -> 1692 bytes
93956  test/subset/run-tests.py                              |   8 ++++++++
93957  2 files changed, 8 insertions(+)
93958
93959 commit 0775bc0f7a59241456142b48abced75fd3db5a42
93960 Author: Garret Rieger <grieger@google.com>
93961 Date:   Wed Feb 14 16:37:35 2018 -0800
93962
93963     [subset] Fix hhea subsetting and clean up some memory leaks.
93964
93965  src/hb-ot-hmtx-table.hh | 25 ++++++++++++++-----------
93966  1 file changed, 14 insertions(+), 11 deletions(-)
93967
93968 commit b56c9384bcc177236debd26fdbbf14319e4c62b9
93969 Author: Garret Rieger <grieger@google.com>
93970 Date:   Wed Feb 14 16:05:39 2018 -0800
93971
93972     [subset] Add missing face reference in hb-subset-plan plus ensure all struct members are cleaned up on destroy.
93973
93974  src/hb-subset-plan.cc | 5 ++++-
93975  1 file changed, 4 insertions(+), 1 deletion(-)
93976
93977 commit e0ffebead6230b8e1ee8dd97425505706321793e
93978 Author: Garret Rieger <grieger@google.com>
93979 Date:   Wed Feb 14 16:01:08 2018 -0800
93980
93981     [subset] In hb-subset-test use hb_set_union instead of manually copying set.
93982
93983  test/api/hb-subset-test.h | 8 +++-----
93984  1 file changed, 3 insertions(+), 5 deletions(-)
93985
93986 commit e330ef3711c543372f9f8550a967c512bbf87d83
93987 Author: Garret Rieger <grieger@google.com>
93988 Date:   Wed Feb 14 15:57:11 2018 -0800
93989
93990     [subset] Restore hb_face_data_destroy to be internal.
93991
93992  src/hb-subset.cc | 10 +++++-----
93993  1 file changed, 5 insertions(+), 5 deletions(-)
93994
93995 commit 3ab7d2649bf5c92d3837b3132d65d4659d0fa003
93996 Author: Garret Rieger <grieger@google.com>
93997 Date:   Wed Feb 14 15:48:57 2018 -0800
93998
93999     [subset] Fix memory leak in hb-ot-{maxp,os2}. Plus some formatting.
94000
94001  src/hb-ot-maxp-table.hh |  6 ++++--
94002  src/hb-ot-os2-table.hh  | 24 +++++++++++++-----------
94003  2 files changed, 17 insertions(+), 13 deletions(-)
94004
94005 commit 2903b2f357eb495c9badac1b2f74e65e1d1075bd
94006 Author: Behdad Esfahbod <behdad@behdad.org>
94007 Date:   Wed Feb 14 15:46:27 2018 -0800
94008
94009     Another linker tweaking
94010     
94011     Trying to fix this warning:
94012     cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
94013     
94014     Let's see what the clang bots think of it.
94015
94016  src/Makefile.am | 4 ++--
94017  1 file changed, 2 insertions(+), 2 deletions(-)
94018
94019 commit e1f1f96577a80846749782b6e199a661f4189ec0
94020 Author: Behdad Esfahbod <behdad@behdad.org>
94021 Date:   Wed Feb 14 15:44:48 2018 -0800
94022
94023     [set] Tune size again
94024     
94025     Switch from a 128+64 hierarchy, to 32+32. New page size is 1024.
94026     This should make set iteration faster, without affecting other op
94027     performances much.
94028
94029  src/hb-set-private.hh | 7 +++----
94030  1 file changed, 3 insertions(+), 4 deletions(-)
94031
94032 commit 66e282df32410831f1c4e157e9dcf8c76f2bc3d8
94033 Author: Rod Sheeter <rsheeter@google.com>
94034 Date:   Wed Feb 14 15:31:13 2018 -0800
94035
94036     [subset] remove TODO that was already done
94037
94038  src/hb-subset-plan.hh | 1 -
94039  1 file changed, 1 deletion(-)
94040
94041 commit 4696624ad9987b0eebcf5c84dafdb204b886f28e
94042 Author: Rod Sheeter <rsheeter@google.com>
94043 Date:   Wed Feb 14 15:30:49 2018 -0800
94044
94045     [subset] maxp wrong int type, note to use copy_writable_or_fail
94046
94047  src/hb-ot-maxp-table.hh | 3 ++-
94048  1 file changed, 2 insertions(+), 1 deletion(-)
94049
94050 commit 3ed70e5e64910e1c22225f542a525807b000cb2a
94051 Author: Rod Sheeter <rsheeter@google.com>
94052 Date:   Wed Feb 14 15:24:49 2018 -0800
94053
94054     [subset] return bool not hb_bool_t from table::subset
94055
94056  src/hb-ot-cmap-table.hh | 2 +-
94057  src/hb-ot-maxp-table.hh | 2 +-
94058  src/hb-ot-os2-table.hh  | 2 +-
94059  src/hb-subset.cc        | 2 +-
94060  4 files changed, 4 insertions(+), 4 deletions(-)
94061
94062 commit 88d56e241bd6bb768656d77cf8f99ccc97fb2446
94063 Author: Rod Sheeter <rsheeter@google.com>
94064 Date:   Wed Feb 14 15:20:43 2018 -0800
94065
94066     [subset] Use a supplier instead of memcpy and fix a few unnecessary {}s for cmap
94067
94068  src/hb-ot-cmap-table.hh | 24 ++++++------------------
94069  1 file changed, 6 insertions(+), 18 deletions(-)
94070
94071 commit 42a80f00d51317207c49611b76d6bba06230371b
94072 Author: Rod Sheeter <rsheeter@google.com>
94073 Date:   Wed Feb 14 15:04:35 2018 -0800
94074
94075     [subset] add free
94076
94077  src/hb-ot-hmtx-table.hh | 1 +
94078  1 file changed, 1 insertion(+)
94079
94080 commit d463e9f6b57bebb3aa4875fe11c927c26c3e3974
94081 Author: Rod Sheeter <rsheeter@google.com>
94082 Date:   Wed Feb 14 15:04:15 2018 -0800
94083
94084     [subset] Give Behdad credit again
94085
94086  src/hb-subset.cc | 2 +-
94087  1 file changed, 1 insertion(+), 1 deletion(-)
94088
94089 commit fa87770372a3156658412ff0d70e32083c6b0484
94090 Author: Rod Sheeter <rsheeter@google.com>
94091 Date:   Wed Feb 14 14:16:25 2018 -0800
94092
94093     [subset] First pass at hmtx
94094
94095  src/hb-ot-cmap-table.hh                           |  19 +--
94096  src/hb-ot-hhea-table.hh                           |   6 +-
94097  src/hb-ot-hmtx-table.hh                           | 163 ++++++++++++++++++---
94098  src/hb-ot-maxp-table.hh                           |   8 +-
94099  src/hb-ot-os2-table.hh                            |   8 +-
94100  src/hb-subset-glyf.cc                             |   5 +-
94101  src/hb-subset-glyf.hh                             |   1 -
94102  src/hb-subset-plan.cc                             |  12 ++
94103  src/hb-subset-plan.hh                             |  10 ++
94104  src/hb-subset-private.hh                          |  11 ++
94105  src/hb-subset.cc                                  |  85 ++++++-----
94106  test/api/Makefile.am                              |   7 +
94107  test/api/fonts/Inconsolata-Regular.ab.ttf         | Bin 0 -> 5048 bytes
94108  test/api/fonts/Inconsolata-Regular.abc.ttf        | Bin 0 -> 5224 bytes
94109  test/api/fonts/Inconsolata-Regular.abc.widerc.ttf | Bin 0 -> 5228 bytes
94110  test/api/fonts/Inconsolata-Regular.ac.ttf         | Bin 0 -> 4940 bytes
94111  test/api/fonts/Inconsolata-Regular.ac.widerc.ttf  | Bin 0 -> 4944 bytes
94112  test/api/fonts/README                             |   2 +
94113  test/api/test-subset-hmtx.c                       | 164 ++++++++++++++++++++++
94114  19 files changed, 422 insertions(+), 79 deletions(-)
94115
94116 commit 20022575c658b29796db80c387641309d0c49586
94117 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94118 Date:   Thu Feb 15 01:15:39 2018 +0330
94119
94120     Redirect email notifications to another mailing list dedicated for this (#790)
94121
94122  .travis.yml  | 4 ++--
94123  appveyor.yml | 5 +++++
94124  2 files changed, 7 insertions(+), 2 deletions(-)
94125
94126 commit 581996ea7976847b6356c9cc81b564f0c278f0f3
94127 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94128 Date:   Thu Feb 15 00:43:46 2018 +0330
94129
94130     Add .collect_logs and use it on CI bots, fixes #786 (#789)
94131
94132  .circleci/config.yml | 8 ++++----
94133  .collect_logs        | 6 ++++++
94134  .travis.yml          | 6 +++---
94135  appveyor.yml         | 2 +-
94136  4 files changed, 14 insertions(+), 8 deletions(-)
94137
94138 commit e5edcc81bf14311c56bd2f50808552076c3c4d77
94139 Author: Garret Rieger <grieger@google.com>
94140 Date:   Wed Feb 14 11:17:53 2018 -0800
94141
94142     [subset] Fix codepoint iteration in hb-subset-test.
94143
94144  test/api/hb-subset-test.h | 2 +-
94145  1 file changed, 1 insertion(+), 1 deletion(-)
94146
94147 commit ccae99fdadcf86aeda15dc230a3ddcd6ff176533
94148 Author: Behdad Esfahbod <behdad@behdad.org>
94149 Date:   Wed Feb 14 11:12:09 2018 -0800
94150
94151     Another try
94152
94153  src/Makefile.am | 4 ++--
94154  1 file changed, 2 insertions(+), 2 deletions(-)
94155
94156 commit 8b1dbbef1aec3b6880186070e7386a5553d67b15
94157 Author: Garret Rieger <grieger@google.com>
94158 Date:   Wed Feb 14 11:04:12 2018 -0800
94159
94160     Fix compile error in hb-subset-test.
94161
94162  test/api/hb-subset-test.h | 9 ++++++++-
94163  1 file changed, 8 insertions(+), 1 deletion(-)
94164
94165 commit f53627e19100df6eb7f32d58e7c4ce47a783f1a6
94166 Author: Behdad Esfahbod <behdad@behdad.org>
94167 Date:   Wed Feb 14 10:59:22 2018 -0800
94168
94169     [test] Fix warning
94170
94171  test/api/test-subset.c | 2 +-
94172  1 file changed, 1 insertion(+), 1 deletion(-)
94173
94174 commit 8c3612af650e4c8e01a9fdc127342b07b5c77962
94175 Author: Behdad Esfahbod <behdad@behdad.org>
94176 Date:   Wed Feb 14 10:57:34 2018 -0800
94177
94178     Tweak Makefile some more
94179
94180  src/Makefile.am | 10 +++++-----
94181  1 file changed, 5 insertions(+), 5 deletions(-)
94182
94183 commit d594f947b68ad36d32ce107847f5f02ec3528076
94184 Author: Behdad Esfahbod <behdad@behdad.org>
94185 Date:   Wed Feb 14 10:55:25 2018 -0800
94186
94187     [subset] Allow linking to libstdc++
94188     
94189     We want to use it.
94190
94191  src/Makefile.am | 2 +-
94192  1 file changed, 1 insertion(+), 1 deletion(-)
94193
94194 commit a0fe3011bafbe36e7d5810acc7df21bea08c802a
94195 Author: Rod Sheeter <rsheeter@google.com>
94196 Date:   Wed Feb 14 10:52:41 2018 -0800
94197
94198     copy all cmap groups at once
94199
94200  src/hb-ot-cmap-table.hh | 14 ++++----------
94201  1 file changed, 4 insertions(+), 10 deletions(-)
94202
94203 commit d008b62887afe631f50009f40e605c8456ddd011
94204 Merge: b0eefacf4 109314cb5
94205 Author: Garret Rieger <grieger@google.com>
94206 Date:   Wed Feb 14 10:38:52 2018 -0800
94207
94208     Merge remote-tracking branch 'upstream/master' into fixed
94209
94210 commit b0eefacf4cb885f510f9551bf2e9216808ca61e8
94211 Author: Garret Rieger <grieger@google.com>
94212 Date:   Mon Feb 12 18:15:58 2018 -0800
94213
94214     [subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected test outputs.
94215
94216  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 2460 -> 1740 bytes
94217  test/subset/generate-expected-outputs.py              |   1 +
94218  2 files changed, 1 insertion(+)
94219
94220 commit 89f17e3965ba776565f2de2bf56a4b135f336e53
94221 Author: Garret Rieger <grieger@google.com>
94222 Date:   Mon Feb 12 18:14:50 2018 -0800
94223
94224     [subset] capitalize dsig.
94225
94226  src/hb-subset.cc | 2 +-
94227  1 file changed, 1 insertion(+), 1 deletion(-)
94228
94229 commit df6d780355d7da805a9b9033452f8814c5360bba
94230 Author: Garret Rieger <grieger@google.com>
94231 Date:   Mon Feb 12 17:56:17 2018 -0800
94232
94233     [subset] Extract maxp subsetting into hb-ot-maxp-table.
94234
94235  src/hb-ot-maxp-table.hh     | 19 ++++++++++++++++++-
94236  src/hb-subset.cc            | 28 ++--------------------------
94237  test/api/test-subset-glyf.c |  5 +++--
94238  3 files changed, 23 insertions(+), 29 deletions(-)
94239
94240 commit 865b6971ad5c2ec4bc33c36a78a36b90da5f5543
94241 Author: Garret Rieger <grieger@google.com>
94242 Date:   Mon Feb 12 17:42:20 2018 -0800
94243
94244     [subset] Add a test for OS/2 fixes during subsetting.
94245
94246  test/api/Makefile.am                |   2 ++
94247  test/api/fonts/Roboto-Regular.b.ttf | Bin 0 -> 1996 bytes
94248  test/api/test-subset-os2.c          |  59 ++++++++++++++++++++++++++++++++++++
94249  3 files changed, 61 insertions(+)
94250
94251 commit 343dfe89655683966836e44afb4fd32c47377844
94252 Author: Garret Rieger <grieger@google.com>
94253 Date:   Mon Feb 12 17:33:48 2018 -0800
94254
94255     [subset] white and add inline in hb-ot-cmap-table.
94256
94257  src/hb-ot-cmap-table.hh | 18 +++++++++---------
94258  1 file changed, 9 insertions(+), 9 deletions(-)
94259
94260 commit 24904383df03c472c865bd97bfe844f5e86a7172
94261 Author: Garret Rieger <grieger@google.com>
94262 Date:   Mon Feb 12 17:31:01 2018 -0800
94263
94264     [subset] Correct usFirstCharIndex and usLastCharIndex in OS2 table when subsetting.
94265
94266  src/hb-ot-os2-table.hh | 45 +++++++++++++++++++++++++++++++++++++++++++++
94267  src/hb-subset.cc       | 16 ++++++++++------
94268  2 files changed, 55 insertions(+), 6 deletions(-)
94269
94270 commit 109314cb55e6d95d5c3a87b9ed1ba4e74a880078
94271 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94272 Date:   Wed Feb 14 21:05:11 2018 +0330
94273
94274     Another attempt on fixing the tests on Travis (#788)
94275
94276  src/Makefile.am | 4 ++--
94277  1 file changed, 2 insertions(+), 2 deletions(-)
94278
94279 commit 694eaf636713b8d0bbe13f38c2553b1a2f3d2d3a
94280 Author: Behdad Esfahbod <behdad@behdad.org>
94281 Date:   Wed Feb 14 01:00:10 2018 -0800
94282
94283     [set] Add backwards iterator
94284     
94285     New API:
94286     - hb_set_previous()
94287     - hb_set_previous_range()
94288
94289  docs/harfbuzz-sections.txt |  2 ++
94290  src/hb-set-private.hh      | 79 +++++++++++++++++++++++++++++++++++++++++++++-
94291  src/hb-set.cc              | 49 +++++++++++++++++++++++++++-
94292  src/hb-set.h               | 19 ++++++++---
94293  test/api/test-set.c        | 53 +++++++++++++++++++++++++++++--
94294  5 files changed, 194 insertions(+), 8 deletions(-)
94295
94296 commit fe3bc524bd4f93bd67c13ed402720a13dd3484d3
94297 Author: Behdad Esfahbod <behdad@behdad.org>
94298 Date:   Tue Feb 13 23:51:45 2018 -0800
94299
94300     [set] Allow starting iteration from a non-member of the set
94301
94302  src/hb-set-private.hh | 2 +-
94303  1 file changed, 1 insertion(+), 1 deletion(-)
94304
94305 commit a989f3edec5864d5de8b217aa595c962d8fc4b0a
94306 Author: Behdad Esfahbod <behdad@behdad.org>
94307 Date:   Tue Feb 13 22:12:36 2018 -0800
94308
94309     Add hb_blob_copy_writable_or_fail()
94310     
94311     New API:
94312     - hb_blob_copy_writable_or_fail()
94313
94314  docs/harfbuzz-sections.txt |  1 +
94315  src/hb-blob.cc             | 25 +++++++++++++++++++++++++
94316  src/hb-blob.h              |  3 +++
94317  3 files changed, 29 insertions(+)
94318
94319 commit 9046e924421869bf167b52cd394e868796091f62
94320 Author: Behdad Esfahbod <behdad@behdad.org>
94321 Date:   Tue Feb 13 22:07:12 2018 -0800
94322
94323     [subset] Rename constructor to hb_subset_input_create_or_fail()
94324     
94325     To signify that unlike rest of library, returns nullptr on failure.
94326
94327  src/hb-subset-input.cc      | 6 ++----
94328  src/hb-subset.h             | 2 +-
94329  test/api/test-subset-glyf.c | 3 ++-
94330  test/api/test-subset.c      | 7 +++++--
94331  util/hb-subset.cc           | 2 +-
94332  5 files changed, 11 insertions(+), 9 deletions(-)
94333
94334 commit 507804479a81672ec0c089313adad9fa308d78fd
94335 Author: Behdad Esfahbod <behdad@behdad.org>
94336 Date:   Tue Feb 13 21:46:28 2018 -0800
94337
94338     [use] Add dump-use-data
94339
94340  src/Makefile.am                        |  4 ++++
94341  src/dump-use-data.cc                   | 38 ++++++++++++++++++++++++++++++++++
94342  src/gen-use-table.py                   |  2 +-
94343  src/hb-ot-shape-complex-use-private.hh |  2 +-
94344  src/hb-ot-shape-complex-use-table.cc   |  2 +-
94345  src/hb-ot-shape-complex-use.cc         |  4 ++--
94346  6 files changed, 47 insertions(+), 5 deletions(-)
94347
94348 commit 15ba4fbe01433c8627f9e6a60106ca77d3e1ad4c
94349 Author: Behdad Esfahbod <behdad@behdad.org>
94350 Date:   Tue Feb 13 21:41:51 2018 -0800
94351
94352     [khmer] Add dump-khmer-data
94353
94354  src/Makefile.am                          |   4 +
94355  src/Makefile.sources                     |   1 +
94356  src/dump-khmer-data.cc                   |  43 +++++++++++
94357  src/hb-ot-shape-complex-khmer-private.hh | 124 +++++++++++++++++++++++++++++++
94358  src/hb-ot-shape-complex-khmer.cc         |  98 +-----------------------
94359  5 files changed, 173 insertions(+), 97 deletions(-)
94360
94361 commit effddd03bd6fb0aac14b46a16b281f3749e44780
94362 Author: Behdad Esfahbod <behdad@behdad.org>
94363 Date:   Tue Feb 13 21:38:15 2018 -0800
94364
94365     [myanmar] Add dump-myanmar-data
94366
94367  src/Makefile.am                            |   4 +
94368  src/Makefile.sources                       |   1 +
94369  src/dump-myanmar-data.cc                   |  43 ++++++++
94370  src/hb-ot-shape-complex-indic-private.hh   |   8 +-
94371  src/hb-ot-shape-complex-myanmar-private.hh | 171 +++++++++++++++++++++++++++++
94372  src/hb-ot-shape-complex-myanmar.cc         | 138 +----------------------
94373  6 files changed, 225 insertions(+), 140 deletions(-)
94374
94375 commit c0e45b60a001a45c8ed1f12af8f2f222161eca6a
94376 Author: Behdad Esfahbod <behdad@behdad.org>
94377 Date:   Tue Feb 13 21:23:38 2018 -0800
94378
94379     [indic] Rename print-indic-table to dump-indic-data
94380     
94381     Makes more sense given what this prints, err, dumps.
94382
94383  src/Makefile.am                                  | 8 ++++----
94384  src/{print-indic-table.cc => dump-indic-data.cc} | 0
94385  2 files changed, 4 insertions(+), 4 deletions(-)
94386
94387 commit 9b878bd2165236b067d59410673cf5cc54968fa7
94388 Author: Behdad Esfahbod <behdad@behdad.org>
94389 Date:   Tue Feb 13 21:22:47 2018 -0800
94390
94391     [indic] Explicitly number indic_position_t
94392     
94393     So it's easier to cross-reference from output of print-indic-table.
94394
94395  src/hb-ot-shape-complex-indic-private.hh | 32 ++++++++++++++++----------------
94396  1 file changed, 16 insertions(+), 16 deletions(-)
94397
94398 commit 8634846a0a1049c42ea84ca34402957c981b4c73
94399 Author: Behdad Esfahbod <behdad@behdad.org>
94400 Date:   Tue Feb 13 21:18:00 2018 -0800
94401
94402     More tweaking linker and linker flags
94403
94404  src/Makefile.am | 6 +++---
94405  1 file changed, 3 insertions(+), 3 deletions(-)
94406
94407 commit d830d3d2448b2248dff642c701b442e1260e2d85
94408 Author: Behdad Esfahbod <behdad@behdad.org>
94409 Date:   Tue Feb 13 19:01:03 2018 -0800
94410
94411     [indic] Share some copy/pasta code
94412
94413  src/hb-ot-shape-complex-indic-private.hh | 29 +++++++++++++++++++++++++++--
94414  src/hb-ot-shape-complex-indic.cc         | 27 ---------------------------
94415  src/hb-ot-shape-complex-khmer.cc         | 30 ++++++++----------------------
94416  src/hb-ot-shape-complex-myanmar.cc       | 19 ++-----------------
94417  4 files changed, 37 insertions(+), 68 deletions(-)
94418
94419 commit 397ed53e55b9450742867a43d164b498ec735f50
94420 Author: Behdad Esfahbod <behdad@behdad.org>
94421 Date:   Tue Feb 13 18:54:26 2018 -0800
94422
94423     [indic] Add print-indic-table
94424
94425  src/Makefile.am                          |  14 ++-
94426  src/hb-ot-shape-complex-indic-private.hh | 185 ++++++++++++++++++++++++++++++
94427  src/hb-ot-shape-complex-indic.cc         | 187 -------------------------------
94428  src/print-indic-table.cc                 |  43 +++++++
94429  4 files changed, 239 insertions(+), 190 deletions(-)
94430
94431 commit fd0bde6325a7dfe3ba54b683646ca0693c414446
94432 Author: Behdad Esfahbod <behdad@behdad.org>
94433 Date:   Tue Feb 13 16:35:30 2018 -0800
94434
94435     [subset] Fix loca offsets
94436     
94437     Was writing source font's offsets. Ouch.
94438
94439  src/hb-subset-glyf.cc | 30 +++++++++++-------------------
94440  1 file changed, 11 insertions(+), 19 deletions(-)
94441
94442 commit aeed082e282b97e40c2e8590bdd8818affc7de6c
94443 Author: Behdad Esfahbod <behdad@behdad.org>
94444 Date:   Tue Feb 13 14:02:59 2018 -0800
94445
94446     Another tweak at libstdc++ things
94447     
94448     To fix this warning:
94449     
94450     cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
94451
94452  src/Makefile.am | 6 +++---
94453  1 file changed, 3 insertions(+), 3 deletions(-)
94454
94455 commit c7d7c9898e22905888dc4304f6d8e79b55654174
94456 Author: Behdad Esfahbod <behdad@behdad.org>
94457 Date:   Tue Feb 13 14:00:14 2018 -0800
94458
94459     [aat] Minor
94460
94461  src/hb-aat-layout-morx-table.hh | 2 +-
94462  1 file changed, 1 insertion(+), 1 deletion(-)
94463
94464 commit 2dbfeecf96c6993d42594f43133d945d67ddbdbc
94465 Author: Behdad Esfahbod <behdad@behdad.org>
94466 Date:   Tue Feb 13 13:59:39 2018 -0800
94467
94468     Minor
94469
94470  src/hb-aat-layout-morx-table.hh | 10 ++++++----
94471  1 file changed, 6 insertions(+), 4 deletions(-)
94472
94473 commit d5b33f2fe1603e894e21f45afb4c00c8d670fb5c
94474 Author: Behdad Esfahbod <behdad@behdad.org>
94475 Date:   Tue Feb 13 13:50:50 2018 -0800
94476
94477     [subset] hb_subset_input_t changes
94478
94479  src/Makefile.sources        |   1 +
94480  src/hb-face.h               |   1 -
94481  src/hb-set.cc               |  14 +++---
94482  src/hb-subset-input.cc      | 109 ++++++++++++++++++++++++++++++++++++++++++++
94483  src/hb-subset-plan.cc       |   2 +-
94484  src/hb-subset-private.hh    |  11 ++++-
94485  src/hb-subset.cc            |  40 ++--------------
94486  src/hb-subset.h             |  12 ++++-
94487  test/api/test-subset-glyf.c |   4 +-
94488  test/api/test-subset.c      |   2 +-
94489  util/hb-subset.cc           |  20 ++++----
94490  11 files changed, 153 insertions(+), 63 deletions(-)
94491
94492 commit 28e63a1287fd38a98eed6725c2f4d0820066b0d8
94493 Author: Behdad Esfahbod <behdad@behdad.org>
94494 Date:   Tue Feb 13 13:39:50 2018 -0800
94495
94496     Disable threadsafe static's for all libraries
94497     
94498     Even in libharfbuzz-subset, we still will handle our own threadsafety
94499     for statics.
94500
94501  src/Makefile.am | 3 ++-
94502  1 file changed, 2 insertions(+), 1 deletion(-)
94503
94504 commit 7caddb51b1e69a2803f86756e2ce2acff685c7d0
94505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94506 Date:   Tue Feb 13 15:12:43 2018 +0330
94507
94508     Specify the project name for coverity, trying to fix #785
94509
94510  .travis.yml | 1 +
94511  1 file changed, 1 insertion(+)
94512
94513 commit b969a82e30f0ff7bf6b2ea2600ef170764774a8c
94514 Author: Behdad Esfahbod <behdad@behdad.org>
94515 Date:   Mon Feb 12 20:51:26 2018 -0800
94516
94517     Pass no-libstdc++ flags only to libraries suppressing it
94518
94519  src/Makefile.am | 20 ++++++++++----------
94520  1 file changed, 10 insertions(+), 10 deletions(-)
94521
94522 commit 97a2f0320056b591d7a747022869fe9cd8ecc6e1
94523 Author: Behdad Esfahbod <behdad@behdad.org>
94524 Date:   Mon Feb 12 18:51:10 2018 -0800
94525
94526     [subset] Allocate bulk memory with malloc(), not calloc()
94527     
94528     We use calloc() to allocate simple structs and set them to zero.
94529     For bulk memory, use malloc() that doesn't zero.
94530
94531  src/hb-subset-glyf.cc | 4 ++--
94532  1 file changed, 2 insertions(+), 2 deletions(-)
94533
94534 commit 96f1f52ea3a42b27f59aecffe65c918295e53b3b
94535 Author: Behdad Esfahbod <behdad@behdad.org>
94536 Date:   Mon Feb 12 18:48:51 2018 -0800
94537
94538     Use hb_face_get_upem() instead of face->get_upem()
94539     
94540     Such that hmtx accelerator can be used from libharfbuzz-subset.
94541
94542  src/hb-ot-cbdt-table.hh | 2 +-
94543  src/hb-ot-hmtx-table.hh | 2 +-
94544  2 files changed, 2 insertions(+), 2 deletions(-)
94545
94546 commit 3d66f441cc4d4feb2fd4b03be9f764c91f4de8b2
94547 Author: Behdad Esfahbod <behdad@behdad.org>
94548 Date:   Mon Feb 12 18:43:42 2018 -0800
94549
94550     [subset] Remove unreachable code
94551     
94552     sanitizer.sanitize never return nullptr.
94553
94554  src/hb-subset.cc | 4 ----
94555  1 file changed, 4 deletions(-)
94556
94557 commit 42040a273facc696d9a54fc4d89857665e87e3d1
94558 Author: Behdad Esfahbod <behdad@behdad.org>
94559 Date:   Mon Feb 12 18:41:36 2018 -0800
94560
94561     Allow libharfbuzz-subset to link to libstdc++
94562     
94563     We want to use it instead of reinventing hashmap...
94564     
94565     Also, don't change linker for ICU since libicu also uses libstdc++.
94566
94567  src/Makefile.am        | 2 --
94568  src/check-libstdc++.sh | 3 ++-
94569  2 files changed, 2 insertions(+), 3 deletions(-)
94570
94571 commit 4af3c5e25822cc5a401837da547c75a17b7f7b48
94572 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94573 Date:   Mon Feb 12 23:21:24 2018 +0330
94574
94575     Move linker specifying to a better place
94576
94577  src/Makefile.am | 15 +++++++--------
94578  1 file changed, 7 insertions(+), 8 deletions(-)
94579
94580 commit 8cf8b78faaf3e7ee261bdc44a1ad5a1973eab1a2
94581 Author: Garret Rieger <grieger@google.com>
94582 Date:   Mon Feb 12 16:30:21 2018 -0800
94583
94584     [subset] whitespace
94585
94586  test/api/test-subset-cmap.c | 6 +++---
94587  1 file changed, 3 insertions(+), 3 deletions(-)
94588
94589 commit d1a4d5616f792c6ad84bcc5011040167ddd7cc3f
94590 Author: Rod Sheeter <rsheeter@google.com>
94591 Date:   Mon Feb 12 16:25:32 2018 -0800
94592
94593     output format 12 as enc 10 to match how Roboto did it
94594
94595  src/hb-ot-cmap-table.hh | 2 +-
94596  1 file changed, 1 insertion(+), 1 deletion(-)
94597
94598 commit 89ee20f1a39ac78268b57a9aebe8e7428f9944bf
94599 Author: Rod Sheeter <rsheeter@google.com>
94600 Date:   Mon Feb 12 16:01:15 2018 -0800
94601
94602     basic wiring for a (failing) cmap test
94603
94604  test/api/Makefile.am                               |   2 +
94605  test/api/fonts/README                              |   1 +
94606  .../Roboto-Regular.abc.cmap-format12-only.ttf      | Bin 0 -> 2412 bytes
94607  .../fonts/Roboto-Regular.ac.cmap-format12-only.ttf | Bin 0 -> 2212 bytes
94608  test/api/hb-subset-test.h                          |   3 +-
94609  test/api/test-subset-cmap.c                        |  82 +++++++++++++++++++++
94610  test/api/test-subset-glyf.c                        |   5 +-
94611  .../data/in-house/tests/myanmar-syllable.tests     |   1 -
94612  8 files changed, 87 insertions(+), 7 deletions(-)
94613
94614 commit afb1da3a1891b7c0fdd047bcb7b3bde86e830444
94615 Author: Rod Sheeter <rsheeter@google.com>
94616 Date:   Mon Feb 12 14:37:47 2018 -0800
94617
94618     auto-completed the wrong gids_to_retain
94619
94620  src/hb-subset-plan.cc | 4 ++--
94621  1 file changed, 2 insertions(+), 2 deletions(-)
94622
94623 commit 1330edc4fe3ffbf18313d6432045606865c610c4
94624 Author: Rod Sheeter <rsheeter@google.com>
94625 Date:   Mon Feb 12 14:29:23 2018 -0800
94626
94627     Use functions to get new gids. Avoid 0; fonttools drops it from cmap.
94628
94629  src/hb-ot-cmap-table.hh | 24 ++++++++++++++++++------
94630  src/hb-subset-plan.cc   | 25 ++++++++++++++++++++-----
94631  src/hb-subset-plan.hh   |  5 +++++
94632  src/hb-subset.cc        |  2 +-
94633  4 files changed, 44 insertions(+), 12 deletions(-)
94634
94635 commit 1639bdd33122dc8e5522b95c37660273d1fc609e
94636 Author: Garret Rieger <grieger@google.com>
94637 Date:   Mon Feb 12 13:40:42 2018 -0800
94638
94639     [subset] Remove test-subset, testing is planned to be done at the table level here with test/subset covering the complete subsetting operation.
94640
94641  test/api/Makefile.am   |  1 -
94642  test/api/test-subset.c | 73 --------------------------------------------------
94643  2 files changed, 74 deletions(-)
94644
94645 commit 4cdd1b16c99f2681eb11d626c4408eebcc1672be
94646 Author: Garret Rieger <grieger@google.com>
94647 Date:   Mon Feb 12 13:36:28 2018 -0800
94648
94649     [subset] added todo in test-subset-glyf.
94650
94651  test/api/test-subset-glyf.c | 2 ++
94652  1 file changed, 2 insertions(+)
94653
94654 commit 1714feef4f7ec9e758e65edcbe5d5591562f46ee
94655 Author: Garret Rieger <grieger@google.com>
94656 Date:   Mon Feb 12 13:35:17 2018 -0800
94657
94658     [subset] re-enable test-subset-glyf. Refactor to use common functions in hb-subset-test.h
94659
94660  test/api/test-subset-glyf.c | 109 +++++++++++---------------------------------
94661  1 file changed, 27 insertions(+), 82 deletions(-)
94662
94663 commit d8d8bd8405ec0db781c4c2bbb7ebd6ff520b3c2d
94664 Author: Garret Rieger <grieger@google.com>
94665 Date:   Mon Feb 12 13:33:55 2018 -0800
94666
94667     [subset] Add some helper functions for writing tests around subsetting.
94668
94669  test/api/Makefile.am      |   2 +-
94670  test/api/hb-subset-test.h | 123 ++++++++++++++++++++++++++++++++++++++++++++++
94671  2 files changed, 124 insertions(+), 1 deletion(-)
94672
94673 commit e8318188c0e53a267a01c45b0fc8d29ad775738a
94674 Author: Garret Rieger <grieger@google.com>
94675 Date:   Mon Feb 12 11:38:28 2018 -0800
94676
94677     [subset] Fix loca generation, was previously writing the original glyph starting offset.
94678
94679  src/hb-subset-glyf.cc | 6 ++++--
94680  1 file changed, 4 insertions(+), 2 deletions(-)
94681
94682 commit 0b94d590d971de0b44b0db941c7a3e095f15fbc9
94683 Author: Khaled Hosny <khaledhosny@eglug.org>
94684 Date:   Mon Feb 12 16:45:36 2018 +0200
94685
94686     Rename --with-stdcpp → --with-libstdc++
94687     
94688     Also improve wording a bit and fix make check in --with-libstdc++=yes.
94689
94690  configure.ac    | 11 ++++++-----
94691  src/Makefile.am | 11 ++++++++---
94692  2 files changed, 14 insertions(+), 8 deletions(-)
94693
94694 commit a5713bc2cb4a3fd71d3bc94b9f155339b09eb71a
94695 Author: Rod Sheeter <rsheeter@google.com>
94696 Date:   Mon Feb 12 11:30:45 2018 -0800
94697
94698     we love all our groups
94699
94700  src/hb-ot-cmap-table.hh | 7 ++-----
94701  1 file changed, 2 insertions(+), 5 deletions(-)
94702
94703 commit 692f86e569847adb332186cbb08f344ebe41fa6c
94704 Author: Rod Sheeter <rsheeter@google.com>
94705 Date:   Mon Feb 12 11:29:23 2018 -0800
94706
94707     drop GDEF, GPOS, GSUB, and dsig
94708
94709  src/hb-subset.cc | 19 +++++++++++++++++++
94710  1 file changed, 19 insertions(+)
94711
94712 commit 83e1ef92156d8688b96d14957efcdf7601768799
94713 Author: Garret Rieger <grieger@google.com>
94714 Date:   Mon Feb 12 11:22:32 2018 -0800
94715
94716     [subset] Set the new number of glyphs in maxp.
94717
94718  src/hb-ot-maxp-table.hh |  5 +++++
94719  src/hb-subset.cc        | 37 ++++++++++++++++++++++++++++++++-----
94720  2 files changed, 37 insertions(+), 5 deletions(-)
94721
94722 commit 427f9e4b90bfadb8af13cbd27b7c3ee0153ca8b1
94723 Author: Garret Rieger <grieger@google.com>
94724 Date:   Mon Feb 12 11:18:28 2018 -0800
94725
94726     Don't force loca version to long.
94727
94728  src/hb-subset-glyf.cc | 2 --
94729  1 file changed, 2 deletions(-)
94730
94731 commit 5df080bf155a12f98929b99438da492063ab9218
94732 Author: Garret Rieger <grieger@google.com>
94733 Date:   Mon Feb 12 10:15:59 2018 -0800
94734
94735     Destroy the subset plan at the end of subsetting.
94736
94737  src/hb-subset.cc | 1 +
94738  1 file changed, 1 insertion(+)
94739
94740 commit 0301e5be286f5080ec34e9f30c75e73f28d0218b
94741 Author: Rod Sheeter <rsheeter@google.com>
94742 Date:   Mon Feb 12 10:12:11 2018 -0800
94743
94744     Build a working cmap format 12
94745
94746  src/hb-ot-cmap-table.hh | 13 ++++++++++++-
94747  1 file changed, 12 insertions(+), 1 deletion(-)
94748
94749 commit ebd31d376d63c9698c0eae34ed295558f7230918
94750 Author: Rod Sheeter <rsheeter@google.com>
94751 Date:   Mon Feb 12 10:10:08 2018 -0800
94752
94753     subset for real
94754
94755  src/hb-subset.cc | 4 +---
94756  1 file changed, 1 insertion(+), 3 deletions(-)
94757
94758 commit 62c7d677e8699143e55e7bfa0cc3c1db75f32506
94759 Author: Rod Sheeter <rsheeter@google.com>
94760 Date:   Mon Feb 12 10:09:35 2018 -0800
94761
94762     C-style comments
94763
94764  src/hb-open-file-private.hh | 15 ++++++++-------
94765  1 file changed, 8 insertions(+), 7 deletions(-)
94766
94767 commit 91f0d51f0525097fef6173046379a89414cb515f
94768 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94769 Date:   Mon Feb 12 17:20:12 2018 +0330
94770
94771     Fix symbol exporting issue on msys2 and ✅ bringing all the bots (#781)
94772
94773  src/Makefile.am | 14 ++++++++------
94774  1 file changed, 8 insertions(+), 6 deletions(-)
94775
94776 commit 133e17fe2335abb77f61dbf1cff1955c21334137
94777 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94778 Date:   Mon Feb 12 15:24:22 2018 +0330
94779
94780     Minor
94781
94782  src/check-defs.sh | 1 +
94783  1 file changed, 1 insertion(+)
94784
94785 commit 16f5b53eec4c3238cf92438a17e6dc532e8a61f5
94786 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94787 Date:   Mon Feb 12 15:18:13 2018 +0330
94788
94789     Minor, don't skip the whole test when one .def file not found
94790
94791  src/check-defs.sh | 3 +--
94792  1 file changed, 1 insertion(+), 2 deletions(-)
94793
94794 commit a9b650d38407f6f2a26d8386e801600b1004d5d6
94795 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94796 Date:   Mon Feb 12 15:10:13 2018 +0330
94797
94798     Apply check-defs.sh to -icu and -subset, toward mingw fix (#780)
94799
94800  CMakeLists.txt    | 11 ++++++++---
94801  src/Makefile.am   | 21 ++++++++++++++++-----
94802  src/check-defs.sh | 12 +++++-------
94803  src/gen-def.py    |  9 ++++++---
94804  4 files changed, 35 insertions(+), 18 deletions(-)
94805
94806 commit 2efc8965506d8fd31934be1dba3322f922f3409d
94807 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94808 Date:   Mon Feb 12 12:00:07 2018 +0330
94809
94810     Add --with-stdcpp for ossfuzzer and mupdf use (#770)
94811
94812  configure.ac    | 12 ++++++------
94813  src/Makefile.am | 14 +++++++++++++-
94814  2 files changed, 19 insertions(+), 7 deletions(-)
94815
94816 commit 82e04758c895ce2cd6bddde5f72e592c718fcb69
94817 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94818 Date:   Mon Feb 12 11:56:32 2018 +0330
94819
94820     minor
94821
94822  .travis.yml | 3 +--
94823  1 file changed, 1 insertion(+), 2 deletions(-)
94824
94825 commit 7daa2822f6320801dfed09782ae46687e7c8cbb3
94826 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94827 Date:   Mon Feb 12 11:27:00 2018 +0330
94828
94829     Add Travis based Coverity trigger (#778)
94830
94831  .ci/trigger-coverity.sh | 13 +++++++++++++
94832  .travis.yml             | 14 ++++++++++++++
94833  2 files changed, 27 insertions(+)
94834
94835 commit 7747bdb11b0635738a14c099bfaf58461cadd79a
94836 Author: Behdad Esfahbod <behdad@behdad.org>
94837 Date:   Sun Feb 11 19:12:52 2018 -0800
94838
94839     Remove linker selection from hb-ucdn
94840     
94841     Since this is a convenience library, it's not actually linked. Or so I think.
94842     Hoping this might fix this Appveyor failure:
94843     
94844     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/9884jyb5vryja9pw
94845     
94846     Making all in hb-ucdn
94847     make[4]: Entering directory '/c/projects/harfbuzz/src/hb-ucdn'
94848       CC       libhb_ucdn_la-ucdn.lo
94849       GEN      libhb-ucdn.la
94850     /bin/sh: libhb_ucdn_la-ucdn.lo: command not found
94851     make[4]: *** [Makefile:404: libhb-ucdn.la] Error 127
94852     make[4]: Leaving directory '/c/projects/harfbuzz/src/hb-ucdn'
94853     make[3]: *** [Makefile:2548: all-recursive] Error 1
94854     make[3]: Leaving directory '/c/projects/harfbuzz/src'
94855     make[2]: *** [Makefile:1382: all] Error 2
94856     make[2]: Leaving directory '/c/projects/harfbuzz/src'
94857     make[1]: *** [Makefile:486: all-recursive] Error 1
94858     make[1]: Leaving directory '/c/projects/harfbuzz'
94859     make: *** [Makefile:418: all] Error 2
94860
94861  src/hb-ucdn/Makefile.am | 11 -----------
94862  1 file changed, 11 deletions(-)
94863
94864 commit 90d1c740c370b97dfff52420db013ed50075b984
94865 Author: Behdad Esfahbod <behdad@behdad.org>
94866 Date:   Sun Feb 11 19:08:59 2018 -0800
94867
94868     Add MSVC to no-visibility list
94869
94870  src/hb-private.hh | 2 +-
94871  1 file changed, 1 insertion(+), 1 deletion(-)
94872
94873 commit 0db6c6f214a83ffeeefb7c3b77476567e534facb
94874 Author: Behdad Esfahbod <behdad@behdad.org>
94875 Date:   Sun Feb 11 18:28:10 2018 -0800
94876
94877     Add Sun compiler to no-visibility as well
94878     
94879     Fixes https://github.com/harfbuzz/harfbuzz/pull/776
94880
94881  src/hb-private.hh | 2 +-
94882  1 file changed, 1 insertion(+), 1 deletion(-)
94883
94884 commit d33ba163611c42acd0125472191ea40745f905eb
94885 Author: Behdad Esfahbod <behdad@behdad.org>
94886 Date:   Sun Feb 11 18:26:41 2018 -0800
94887
94888     Fix more warnings
94889
94890  test/api/test-buffer.c | 14 +++++++-------
94891  1 file changed, 7 insertions(+), 7 deletions(-)
94892
94893 commit dde6448379c9eeb0fc7cc476688002be661229b8
94894 Author: Behdad Esfahbod <behdad@behdad.org>
94895 Date:   Sun Feb 11 18:24:22 2018 -0800
94896
94897     Another try at fixing multiple-defintion of NullPool
94898     
94899     This one might do it...
94900
94901  src/hb-open-type-private.hh | 6 +++++-
94902  1 file changed, 5 insertions(+), 1 deletion(-)
94903
94904 commit b5f25844fbdd3167051c8d3586b404ae7f077b3b
94905 Author: Behdad Esfahbod <behdad@behdad.org>
94906 Date:   Sun Feb 11 19:49:18 2018 -0600
94907
94908     [docs] Minor update
94909
94910  docs/harfbuzz-sections.txt | 4 ++++
94911  1 file changed, 4 insertions(+)
94912
94913 commit 41906cd5efc2fe17f5fff3fa5fe8488e0cdc6399
94914 Author: Behdad Esfahbod <behdad@behdad.org>
94915 Date:   Sun Feb 11 19:46:06 2018 -0600
94916
94917     [subset] Another fixup
94918     
94919     I broke this in c31fcf4c58d96eb7d9781a986991b1a79ac7be44
94920
94921  src/hb-ot-cmap-table.hh  | 2 +-
94922  test/subset/run-tests.py | 1 +
94923  2 files changed, 2 insertions(+), 1 deletion(-)
94924
94925 commit cd32177a322b5fd70c92f67f21b64686bf5d5533
94926 Author: Behdad Esfahbod <behdad@behdad.org>
94927 Date:   Sun Feb 11 19:34:05 2018 -0600
94928
94929     Try at fixing multiple-definition of NullPool
94930     
94931     If we don't have visibility, make NullPool static.
94932
94933  src/hb-open-type-private.hh | 8 +++++++-
94934  src/hb-ot-layout.cc         | 2 ++
94935  src/hb-private.hh           | 4 +---
94936  3 files changed, 10 insertions(+), 4 deletions(-)
94937
94938 commit 3d421ce30713582484471baba76470c84dabc118
94939 Author: Behdad Esfahbod <behdad@behdad.org>
94940 Date:   Sun Feb 11 19:01:44 2018 -0600
94941
94942     [subset] Use auto_array_t where it does make sense
94943     
94944     Better fix for https://github.com/harfbuzz/harfbuzz/pull/775
94945
94946  src/hb-subset-plan.cc | 3 +--
94947  1 file changed, 1 insertion(+), 2 deletions(-)
94948
94949 commit 9aa2eb61e6cb3e4308140bed8a8531877ffd6adf
94950 Author: Behdad Esfahbod <behdad@behdad.org>
94951 Date:   Sun Feb 11 19:00:42 2018 -0600
94952
94953     Minor
94954
94955  src/hb-ot-cmap-table.hh | 7 +++----
94956  1 file changed, 3 insertions(+), 4 deletions(-)
94957
94958 commit ae6d0259b4f075885070f833d0f2a96333bf4af3
94959 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94960 Date:   Sun Feb 11 15:40:55 2018 +0330
94961
94962     Install fonttools on two bots and enable cmake hb-subset test (#777)
94963
94964  .circleci/config.yml       | 6 ++++--
94965  test/subset/CMakeLists.txt | 8 ++++----
94966  2 files changed, 8 insertions(+), 6 deletions(-)
94967
94968 commit c8d4c2e32f1cea610a9c91dc6b0c32e9ffe84f20
94969 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94970 Date:   Sun Feb 11 13:15:44 2018 +0330
94971
94972     Initialize bad_indices on hb-subset (#775)
94973
94974  src/hb-subset-plan.cc | 1 +
94975  1 file changed, 1 insertion(+)
94976
94977 commit 5845e5ca3bac21c0b03e71eab282b02fb7e868a4
94978 Author: Ebrahim Byagowi <ebrahim@gnu.org>
94979 Date:   Sun Feb 11 12:03:33 2018 +0330
94980
94981     fix gobject compile issue (#773)
94982
94983  src/hb-gobject-structs.h | 4 ++--
94984  1 file changed, 2 insertions(+), 2 deletions(-)
94985
94986 commit 9b5af3ec7f80a7793d5d3891e762d83026de0a5b
94987 Author: Behdad Esfahbod <behdad@behdad.org>
94988 Date:   Sat Feb 10 21:50:26 2018 -0600
94989
94990     [gpos] Adjust mark attachment heuristic
94991     
94992     Hopefully it...
94993     fixes https://github.com/harfbuzz/harfbuzz/issues/740
94994
94995  src/hb-ot-layout-gpos-table.hh | 9 +++++++--
94996  1 file changed, 7 insertions(+), 2 deletions(-)
94997
94998 commit 70b06cc6e71e15f0d7550f67b113eed5e6f30a5f
94999 Author: Behdad Esfahbod <behdad@behdad.org>
95000 Date:   Sat Feb 10 16:13:06 2018 -0600
95001
95002     More fixes
95003
95004  util/hb-subset.cc | 6 +++---
95005  1 file changed, 3 insertions(+), 3 deletions(-)
95006
95007 commit 6c1848b1e3b8969afc441f094b0d7b64b4b14933
95008 Author: Behdad Esfahbod <behdad@behdad.org>
95009 Date:   Sat Feb 10 15:52:35 2018 -0600
95010
95011     Misc warning fixes
95012
95013  test/api/test-blob.c   |  2 +-
95014  test/api/test-buffer.c | 14 +++++++-------
95015  test/api/test-ot-tag.c |  2 +-
95016  3 files changed, 9 insertions(+), 9 deletions(-)
95017
95018 commit 7039803b51f23cb15dd7e12b105c379bd2e38d71
95019 Author: Behdad Esfahbod <behdad@behdad.org>
95020 Date:   Sat Feb 10 15:47:50 2018 -0600
95021
95022     Fix djgpp bot
95023
95024  src/hb-subset-glyf.cc | 4 ++--
95025  1 file changed, 2 insertions(+), 2 deletions(-)
95026
95027 commit cdab20df1e55da196ffc6bc00d580e5ef74c1975
95028 Author: Behdad Esfahbod <behdad@behdad.org>
95029 Date:   Sat Feb 10 15:45:17 2018 -0600
95030
95031     Minor
95032
95033  src/hb-ot-layout.cc | 2 +-
95034  1 file changed, 1 insertion(+), 1 deletion(-)
95035
95036 commit 203b647530b1550388bb3ce2f67e3b17e019d3e4
95037 Author: Ebrahim Byagowi <ebrahim@gnu.org>
95038 Date:   Sun Feb 11 01:00:03 2018 +0330
95039
95040     Favor use of static instead HB_INTERNAL
95041
95042  src/hb-subset-glyf.cc | 8 ++++----
95043  src/hb-subset-plan.cc | 4 ++--
95044  src/hb-subset.cc      | 2 +-
95045  3 files changed, 7 insertions(+), 7 deletions(-)
95046
95047 commit 4c5bdb4b39a723b624346d9b9ff9ace964fff0fe
95048 Author: Behdad Esfahbod <behdad@behdad.org>
95049 Date:   Sat Feb 10 15:40:54 2018 -0600
95050
95051     [test] Disable test-subset-glyf for now
95052
95053  test/api/test-subset-glyf.c | 5 ++++-
95054  1 file changed, 4 insertions(+), 1 deletion(-)
95055
95056 commit 43314ff4c05076decbd1eb07ed78f732b6ebcba9
95057 Author: Behdad Esfahbod <behdad@behdad.org>
95058 Date:   Sat Feb 10 15:40:03 2018 -0600
95059
95060     More fixes
95061     
95062     test-subset-glyf still failing. No idea why :(
95063
95064  src/hb-subset.cc            |  3 +--
95065  test/api/test-subset-glyf.c | 26 ++++++++++++++++----------
95066  2 files changed, 17 insertions(+), 12 deletions(-)
95067
95068 commit a981d798eab41b6a7c6484776f04fe178bd536ba
95069 Author: Behdad Esfahbod <behdad@behdad.org>
95070 Date:   Sat Feb 10 15:17:28 2018 -0600
95071
95072     Fix more build issues
95073     
95074     Hopefully most bots come back with this...
95075
95076  src/check-libstdc++.sh   |  5 +++--
95077  src/check-symbols.sh     |  2 +-
95078  src/hb-buffer.h          |  1 -
95079  src/hb-gobject-structs.h |  6 ++++++
95080  src/hb-subset-plan.cc    | 10 +++++++---
95081  src/hb-subset.cc         |  6 +++---
95082  6 files changed, 20 insertions(+), 10 deletions(-)
95083
95084 commit 6c4ca6135a2ce846431b0ede6a288d3b2f97167e
95085 Author: Ebrahim Byagowi <ebrahim@gnu.org>
95086 Date:   Sun Feb 11 00:42:06 2018 +0330
95087
95088     Hide more symbols of hb-subset (#771)
95089
95090  src/hb-subset-plan.cc | 2 +-
95091  src/hb-subset.cc      | 6 +++---
95092  2 files changed, 4 insertions(+), 4 deletions(-)
95093
95094 commit c31fcf4c58d96eb7d9781a986991b1a79ac7be44
95095 Author: Behdad Esfahbod <behdad@behdad.org>
95096 Date:   Sat Feb 10 14:20:10 2018 -0600
95097
95098     [subset] Replace auto_array with prealloced_array
95099     
95100     auto_array has constructor/destructor. Cannot be used in POD object, as the clang
95101     bots all noticed...
95102
95103  src/hb-ot-cmap-table.hh |  8 ++++----
95104  src/hb-subset-glyf.cc   |  6 +++---
95105  src/hb-subset-plan.cc   | 23 +++++++++++------------
95106  src/hb-subset-plan.hh   |  9 +++------
95107  4 files changed, 21 insertions(+), 25 deletions(-)
95108
95109 commit 931d67900ee6d96b5962a475c1b71a58b821bcba
95110 Author: Behdad Esfahbod <behdad@behdad.org>
95111 Date:   Sat Feb 10 14:11:16 2018 -0600
95112
95113     Fix some other bots
95114
95115  src/hb-subset-glyf.cc | 5 ++---
95116  1 file changed, 2 insertions(+), 3 deletions(-)
95117
95118 commit 4011d885b7fca87c717fdaa4bd0318a42308865a
95119 Author: Behdad Esfahbod <behdad@behdad.org>
95120 Date:   Sat Feb 10 14:09:06 2018 -0600
95121
95122     [util] Remove use of ssize_t which was failing on MSVC
95123
95124  util/hb-subset.cc | 6 +++---
95125  1 file changed, 3 insertions(+), 3 deletions(-)
95126
95127 commit bfa871634ce9ef9f4ed18348d898686952d6cbe3
95128 Author: Behdad Esfahbod <behdad@behdad.org>
95129 Date:   Sat Feb 10 13:37:28 2018 -0600
95130
95131     Minor
95132
95133  src/hb-subset-glyf.hh | 2 +-
95134  src/hb-subset-plan.hh | 2 +-
95135  src/hb-subset.cc      | 3 +--
95136  src/hb-subset.h       | 2 +-
95137  4 files changed, 4 insertions(+), 5 deletions(-)
95138
95139 commit 844f48ea9a72d28e2c088497f6c403c54e1751a8
95140 Author: Ebrahim Byagowi <ebrahim@gnu.org>
95141 Date:   Sat Feb 10 23:13:12 2018 +0330
95142
95143     Fix symbol exporting and libstdc++ linkage of hb-subset (#769)
95144
95145  CMakeLists.txt          |  6 ++----
95146  src/Makefile.am         |  3 +++
95147  src/check-defs.sh       |  2 +-
95148  src/check-libstdc++.sh  | 20 +++++++++++---------
95149  src/check-symbols.sh    | 28 +++++++++++++++-------------
95150  src/hb-subset-glyf.cc   |  8 ++++----
95151  src/hb-subset-glyf.hh   |  2 +-
95152  src/hb-subset-plan.cc   |  4 ++--
95153  src/hb-subset-plan.hh   |  8 ++++----
95154  src/hb-subset.cc        |  2 +-
95155  src/hb-ucdn/Makefile.am | 11 +++++++++++
95156  11 files changed, 55 insertions(+), 39 deletions(-)
95157
95158 commit 91519c6a5b130ced569cedc3710ab395b663240d
95159 Author: Behdad Esfahbod <behdad@behdad.org>
95160 Date:   Sat Feb 10 13:35:17 2018 -0600
95161
95162     [aat] Add buffer messages
95163
95164  src/hb-aat-layout-morx-table.hh | 8 ++++++++
95165  1 file changed, 8 insertions(+)
95166
95167 commit af274507c4f4c5a582543affa71d81a87d6d9151
95168 Author: Behdad Esfahbod <behdad@behdad.org>
95169 Date:   Sat Feb 10 13:25:49 2018 -0600
95170
95171     Minor
95172
95173  src/hb-private.hh | 15 ++++++---------
95174  1 file changed, 6 insertions(+), 9 deletions(-)
95175
95176 commit 570d523761b23a3c668d9071712d5f10944d21fc
95177 Merge: 71130a20f d18decd20
95178 Author: Behdad Esfahbod <behdad@behdad.org>
95179 Date:   Sat Feb 10 13:24:22 2018 -0600
95180
95181     [subset] Merge remote-tracking branch 'googlefonts/master'
95182
95183 commit 71130a20fae7c256b0ab1aa397cc1ac2d11dd487
95184 Author: Behdad Esfahbod <behdad@behdad.org>
95185 Date:   Sat Feb 10 13:15:57 2018 -0600
95186
95187     Replace Supplier.advance with Supplier::operator+=
95188
95189  src/hb-open-file-private.hh        |  4 ++--
95190  src/hb-open-type-private.hh        |  7 ++++---
95191  src/hb-ot-layout-common-private.hh |  4 ++--
95192  src/hb-ot-layout-gsub-table.hh     | 10 +++++-----
95193  4 files changed, 13 insertions(+), 12 deletions(-)
95194
95195 commit d0f3e7f59719bdb6a2105ee85a8f3ee799741dab
95196 Author: Behdad Esfahbod <behdad@behdad.org>
95197 Date:   Sat Feb 10 12:45:28 2018 -0600
95198
95199     [util] Use setlinebuf() if present
95200     
95201     To work around mysterious bug on OS X.
95202     
95203     Fixes https://github.com/harfbuzz/harfbuzz/issues/727
95204
95205  configure.ac    |  6 ++----
95206  util/options.cc | 12 ++++++++++--
95207  2 files changed, 12 insertions(+), 6 deletions(-)
95208
95209 commit ad575a5f47a51ee553710873ac2672479b76ba5e
95210 Author: Ebrahim Byagowi <ebrahim@gnu.org>
95211 Date:   Sat Feb 10 19:50:11 2018 +0330
95212
95213     Fix cast warnings on clang (#768)
95214
95215  src/hb-open-type-private.hh | 4 ++--
95216  1 file changed, 2 insertions(+), 2 deletions(-)
95217
95218 commit d18decd2013f24f315dbd3b15cdd80c5a734e7e9
95219 Author: Garret Rieger <grieger@google.com>
95220 Date:   Fri Feb 9 18:41:21 2018 -0800
95221
95222     In glyf subsetting add suport for writing out a short loca table when possible.
95223
95224  src/hb-subset-glyf.cc | 42 +++++++++++++++++++++++++++++++++---------
95225  1 file changed, 33 insertions(+), 9 deletions(-)
95226
95227 commit 9275bd03ea427eb607dde6a8e65f78a350b88323
95228 Author: Rod Sheeter <rsheeter@google.com>
95229 Date:   Fri Feb 9 17:33:34 2018 -0800
95230
95231     First pass at building a cmap
95232
95233  src/hb-ot-cmap-table.hh | 103 ++++++++++++++++++++++++++++++++++++++++++++----
95234  src/hb-subset.cc        |  37 +++++++++--------
95235  2 files changed, 115 insertions(+), 25 deletions(-)
95236
95237 commit d2170d14780ad6f8e0d17a1e011445c3bcc20871
95238 Author: Garret Rieger <grieger@google.com>
95239 Date:   Fri Feb 9 17:24:16 2018 -0800
95240
95241     Check for failures from add table.
95242
95243  src/hb-subset.cc | 9 ++++-----
95244  1 file changed, 4 insertions(+), 5 deletions(-)
95245
95246 commit 4816064c0e5464d032a55001a959a9abcef7f70e
95247 Author: Rod Sheeter <rsheeter@google.com>
95248 Date:   Fri Feb 9 17:14:37 2018 -0800
95249
95250     add missing return
95251
95252  src/hb-private.hh | 4 +++-
95253  1 file changed, 3 insertions(+), 1 deletion(-)
95254
95255 commit 0089443756cdcef0182e55cf8480b96a64d31cc7
95256 Author: Garret Rieger <grieger@google.com>
95257 Date:   Fri Feb 9 16:22:09 2018 -0800
95258
95259     Keep a second set of glyph ids in subset plan which is sorted by glyph id and always has gid 0
95260
95261  src/hb-subset-glyf.cc |  2 +-
95262  src/hb-subset-plan.cc | 34 +++++++++++++++++++++++++---------
95263  src/hb-subset-plan.hh |  1 +
95264  3 files changed, 27 insertions(+), 10 deletions(-)
95265
95266 commit 3bc81558d836e27e77bda0d6da9c71f530719579
95267 Author: Garret Rieger <grieger@google.com>
95268 Date:   Fri Feb 9 16:06:33 2018 -0800
95269
95270     Formatting for hb-subset-plan.
95271
95272  src/hb-subset-plan.cc | 51 +++++++++++++++++++++++++++------------------------
95273  1 file changed, 27 insertions(+), 24 deletions(-)
95274
95275 commit 8cef3a61995317d3a5724221108647d7e66fe24a
95276 Author: Behdad Esfahbod <behdad@behdad.org>
95277 Date:   Fri Feb 9 16:04:23 2018 -0600
95278
95279     Try fixing build with Sun Studio
95280     
95281     Trying to fix:
95282     https://circleci.com/gh/harfbuzz/harfbuzz/6635
95283     
95284     Also part of:
95285     https://github.com/harfbuzz/harfbuzz/issues/630
95286
95287  src/hb-private.hh | 9 ++++++++-
95288  1 file changed, 8 insertions(+), 1 deletion(-)
95289
95290 commit 86aa4b3ba7cd075f01614874dae88a771b8c54fd
95291 Author: Garret Rieger <grieger@google.com>
95292 Date:   Fri Feb 9 13:54:43 2018 -0800
95293
95294     Return empty face on hb_subset failure instead of null. Plus some minor cleanups for _add_head_and_set_loca_version
95295
95296  src/hb-subset.cc | 11 +++++------
95297  1 file changed, 5 insertions(+), 6 deletions(-)
95298
95299 commit d45f240e4e330cedad737fdb792b311c37a19e32
95300 Author: Behdad Esfahbod <behdad@behdad.org>
95301 Date:   Fri Feb 9 15:51:45 2018 -0600
95302
95303     Typo
95304
95305  src/hb-buffer.h | 2 +-
95306  1 file changed, 1 insertion(+), 1 deletion(-)
95307
95308 commit 3b7aa651b4714b996816023a4929c0289065493f
95309 Author: Behdad Esfahbod <behdad@behdad.org>
95310 Date:   Fri Feb 9 15:43:20 2018 -0600
95311
95312     [docs] Improve UNSAFE_TO_BREAK docs
95313
95314  src/hb-buffer.h | 17 +++++++++++++++--
95315  1 file changed, 15 insertions(+), 2 deletions(-)
95316
95317 commit 671f0a7733a496eb46b08dc88c3c46b804cdd895
95318 Author: bungeman <bungeman@chromium.org>
95319 Date:   Thu Feb 1 13:31:25 2018 -0500
95320
95321     Documentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.
95322     
95323     HB_GLYPH_FLAG_UNSAFE_TO_BREAK means that the glyph with this flag is somehow affected by the previous logical glyph (the previous index in the buffer if ltr and the next index if the buffer is rtl). If these two glyphs are separated by a break (line or otherwise) then the underlying text should be re-shaped on both sides up to corresponding position in the text of some glyph not marked with this flag.
95324
95325  src/hb-buffer.h | 6 ++++++
95326  1 file changed, 6 insertions(+)
95327
95328 commit 1582eabee6017839518b821ef93a329a0a86a453
95329 Author: Garret Rieger <grieger@google.com>
95330 Date:   Fri Feb 9 12:52:08 2018 -0800
95331
95332     Update head table with loca format selected by glyf+loca subsetting.
95333
95334  src/hb-subset-glyf.cc |  7 +++----
95335  src/hb-subset-glyf.hh |  1 +
95336  src/hb-subset.cc      | 37 +++++++++++++++++++++++++++++++++++--
95337  3 files changed, 39 insertions(+), 6 deletions(-)
95338
95339 commit 335bbaa66f66e86d417cc123a2bf397e8b834f64
95340 Author: Garret Rieger <grieger@google.com>
95341 Date:   Fri Feb 9 10:55:15 2018 -0800
95342
95343     Remove uneeded code in hb-subset.
95344
95345  src/hb-subset.cc | 19 -------------------
95346  1 file changed, 19 deletions(-)
95347
95348 commit 3346ba9cd5198d27c7416b8c71fecb6c8d3cb335
95349 Author: Behdad Esfahbod <behdad@behdad.org>
95350 Date:   Fri Feb 9 11:05:17 2018 -0600
95351
95352     [test/text-rendering-tests] Update from upstream
95353
95354  .../text-rendering-tests/fonts/TestMORXTwentysix.ttf  | Bin 3260 -> 3252 bytes
95355  1 file changed, 0 insertions(+), 0 deletions(-)
95356
95357 commit 1cd98d05e07498653ba60a68b6342d1a90429eba
95358 Author: Rod Sheeter <rsheeter@google.com>
95359 Date:   Thu Feb 8 19:39:57 2018 -0800
95360
95361     Create the groups for a cmap format12. Does not yet build the actual table.
95362
95363  src/hb-ot-cmap-table.hh | 25 +++++++++++++++++++++++++
95364  1 file changed, 25 insertions(+)
95365
95366 commit 59c658c8d53481990fe0efa66422353d0687474b
95367 Author: Rod Sheeter <rsheeter@google.com>
95368 Date:   Thu Feb 8 19:22:47 2018 -0800
95369
95370     capture codepoints sorted so we can use them for cmap later. one day we will have a map
95371
95372  src/hb-ot-cmap-table.hh | 14 ---------
95373  src/hb-private.hh       | 61 +++++++++++++++++++++++++---------------
95374  src/hb-subset-glyf.cc   | 16 +++++------
95375  src/hb-subset-plan.cc   | 75 ++++++++++++++++++++++++++++++++++---------------
95376  src/hb-subset-plan.hh   |  8 ++++--
95377  src/hb-subset.cc        | 29 ++++++++++++-------
95378  6 files changed, 123 insertions(+), 80 deletions(-)
95379
95380 commit 8431c38cdc05ddcddb1aa5fbb72a95446b500fd2
95381 Author: Rod Sheeter <rsheeter@google.com>
95382 Date:   Thu Feb 8 19:20:58 2018 -0800
95383
95384     remove output noise
95385
95386  util/hb-subset.cc | 1 -
95387  1 file changed, 1 deletion(-)
95388
95389 commit 5cca0c07afbe9ab4b28d333f6f853063ecd75aff
95390 Author: Rod Sheeter <rsheeter@google.com>
95391 Date:   Thu Feb 8 19:05:46 2018 -0800
95392
95393     fix comment
95394
95395  src/hb-open-file-private.hh | 2 +-
95396  1 file changed, 1 insertion(+), 1 deletion(-)
95397
95398 commit a19138e668e77a0c05da2ab065c5366c8359b377
95399 Author: Rod Sheeter <rsheeter@google.com>
95400 Date:   Thu Feb 8 19:03:41 2018 -0800
95401
95402     comment the serialization of table
95403
95404  src/hb-open-file-private.hh | 8 ++++++++
95405  1 file changed, 8 insertions(+)
95406
95407 commit 5a34114f9685680d4a8cdf85a8ac90172c5620d7
95408 Author: Garret Rieger <grieger@google.com>
95409 Date:   Thu Feb 8 18:32:24 2018 -0800
95410
95411     Add an extra entry to the end of the loca table to identify the end of the last glyph's data.
95412
95413  src/hb-subset-glyf.cc | 7 ++++++-
95414  1 file changed, 6 insertions(+), 1 deletion(-)
95415
95416 commit aac7d962120aa137385324b33a173df4f19fd80b
95417 Author: Garret Rieger <grieger@google.com>
95418 Date:   Thu Feb 8 18:18:16 2018 -0800
95419
95420     Apply per table subsetting while building the new face in hb_subset.
95421
95422  src/hb-subset-glyf.cc |   1 +
95423  src/hb-subset.cc      | 105 ++++++++++++++++++++++++++++++--------------------
95424  2 files changed, 65 insertions(+), 41 deletions(-)
95425
95426 commit 3e81832432a1cae0dc28242bb6ff279753effd27
95427 Author: Garret Rieger <grieger@google.com>
95428 Date:   Thu Feb 8 15:55:12 2018 -0800
95429
95430     Disable subset tests on cmake for now.
95431
95432  test/subset/CMakeLists.txt | 7 ++++---
95433  1 file changed, 4 insertions(+), 3 deletions(-)
95434
95435 commit 2f941053111d60433ab39cc70edd69c962896961
95436 Author: Garret Rieger <grieger@google.com>
95437 Date:   Thu Feb 8 15:55:12 2018 -0800
95438
95439     Disable subset tests on cmake for now.
95440
95441  test/subset/CMakeLists.txt | 7 ++++---
95442  1 file changed, 4 insertions(+), 3 deletions(-)
95443
95444 commit e081c9e8fc84843740c8a55b49403acc3fe4f0b7
95445 Author: Behdad Esfahbod <behdad@behdad.org>
95446 Date:   Thu Feb 8 17:44:24 2018 -0600
95447
95448     Oops!
95449
95450  test/subset/run-tests.py | 2 +-
95451  1 file changed, 1 insertion(+), 1 deletion(-)
95452
95453 commit 1c49afe179e7e1884ceeae1d93e50fa51f18f894
95454 Author: Behdad Esfahbod <behdad@behdad.org>
95455 Date:   Thu Feb 8 17:38:58 2018 -0600
95456
95457     Whitespace
95458
95459  test/subset/run-tests.py | 2 +-
95460  1 file changed, 1 insertion(+), 1 deletion(-)
95461
95462 commit 9682ef135f16cb3368b9c5970fdcec71301b687e
95463 Author: Behdad Esfahbod <behdad@behdad.org>
95464 Date:   Thu Feb 8 17:35:57 2018 -0600
95465
95466     Minor fixups
95467
95468  CMakeLists.txt              | 2 +-
95469  src/hb-ot-cmap-table.hh     | 6 +++---
95470  src/hb-subset.cc            | 6 +++---
95471  test/api/hb-test.h          | 5 +++++
95472  test/api/test-subset-glyf.c | 4 ----
95473  test/api/test-subset.c      | 4 ----
95474  6 files changed, 12 insertions(+), 15 deletions(-)
95475
95476 commit 35eeb893efcdfa2bf6a136cd2911d564334e573c
95477 Author: Garret Rieger <grieger@google.com>
95478 Date:   Thu Feb 8 15:17:34 2018 -0800
95479
95480     Don't include subset headers in libharfbuzz.
95481
95482  CMakeLists.txt | 1 -
95483  1 file changed, 1 deletion(-)
95484
95485 commit 42234424a0fc43d298be082b4c7b1e288e94bbb6
95486 Author: Garret Rieger <grieger@google.com>
95487 Date:   Thu Feb 8 15:11:15 2018 -0800
95488
95489     Fix include gaurds and include order in hb-subset-glyf and hb-subset-plan
95490
95491  src/hb-subset-glyf.hh | 6 ++++--
95492  src/hb-subset-plan.cc | 2 +-
95493  src/hb-subset-plan.hh | 5 +++--
95494  3 files changed, 8 insertions(+), 5 deletions(-)
95495
95496 commit 0f3c756cbfe8a263ee388481acac7a24d9684c44
95497 Author: Garret Rieger <grieger@google.com>
95498 Date:   Thu Feb 8 14:59:32 2018 -0800
95499
95500     Add CMake config for building a separate harfbuzz-subset.
95501
95502  CMakeLists.txt          | 17 ++++++++++++++---
95503  test/api/CMakeLists.txt |  2 +-
95504  2 files changed, 15 insertions(+), 4 deletions(-)
95505
95506 commit d4d120ad79ff65c6987ca127da5d9ee30740b0b1
95507 Author: Garret Rieger <grieger@google.com>
95508 Date:   Thu Feb 8 14:26:18 2018 -0800
95509
95510     Skip subset to fonttools comparison test if TTX is not present.
95511
95512  test/subset/run-tests.py | 5 +++++
95513  1 file changed, 5 insertions(+)
95514
95515 commit 29d915284e46fb9be01221a88c9e969080daa1b2
95516 Author: Garret Rieger <grieger@google.com>
95517 Date:   Thu Feb 8 11:31:27 2018 -0800
95518
95519     Whitespace
95520
95521  test/subset/run-tests.py | 16 ++++++++--------
95522  1 file changed, 8 insertions(+), 8 deletions(-)
95523
95524 commit f9420d9effcfb3464d4b99e54decb3d90e4a410d
95525 Author: Garret Rieger <grieger@google.com>
95526 Date:   Thu Feb 8 11:30:36 2018 -0800
95527
95528     In the hb-subset to fontTools comparison, use ttx to compare the fonts. This allows for some binary differences such as re-ordered tables.
95529
95530  test/subset/run-tests.py | 21 ++++++++++++++-------
95531  1 file changed, 14 insertions(+), 7 deletions(-)
95532
95533 commit 8e9fd6f1ab491519cf7205467bc5d20056fce99d
95534 Author: Garret Rieger <grieger@google.com>
95535 Date:   Wed Feb 7 19:01:21 2018 -0800
95536
95537     Implement basic loca (long version only) subsetting.
95538
95539  src/hb-subset-glyf.cc | 66 +++++++++++++++++++++++++++++++++++----------------
95540  1 file changed, 46 insertions(+), 20 deletions(-)
95541
95542 commit f9c665fed1347f7af6d36ba129f9d174f4ac54dc
95543 Author: Garret Rieger <grieger@google.com>
95544 Date:   Wed Feb 7 16:53:18 2018 -0800
95545
95546     Update interface to hb-subset-glyf to subset glyf and loca.
95547
95548  src/hb-subset-glyf.cc | 10 +++++++---
95549  src/hb-subset-glyf.hh |  7 ++++---
95550  src/hb-subset.cc      |  7 +++++--
95551  3 files changed, 16 insertions(+), 8 deletions(-)
95552
95553 commit f2ceb5ee4d745e0e6e754f0b0ea16b29dbedbf1b
95554 Author: Garret Rieger <grieger@google.com>
95555 Date:   Wed Feb 7 16:47:31 2018 -0800
95556
95557     Comment out failing assert in test-subset-glyf for now. Should be re-enabled once hb_subset is writing out a new face.
95558
95559  test/api/test-subset-glyf.c | 5 +++--
95560  1 file changed, 3 insertions(+), 2 deletions(-)
95561
95562 commit 89dbebd4ad948ddad8e10323315a809c11d7cafa
95563 Author: Garret Rieger <grieger@google.com>
95564 Date:   Wed Feb 7 16:32:56 2018 -0800
95565
95566     Add a basic test for glyf subsetting.
95567
95568  test/api/Makefile.am                  |   4 +
95569  test/api/fonts/Roboto-Regular.abc.ttf | Bin 0 -> 2460 bytes
95570  test/api/fonts/Roboto-Regular.ac.ttf  | Bin 0 -> 2268 bytes
95571  test/api/test-subset-glyf.c           | 134 ++++++++++++++++++++++++++++++++++
95572  4 files changed, 138 insertions(+)
95573
95574 commit 217ed5e3c885532fa8b332cc0d0f9cb4eef32e2b
95575 Author: Garret Rieger <grieger@google.com>
95576 Date:   Wed Feb 7 16:30:07 2018 -0800
95577
95578     Cleanups in hb-subset-glyf and hb-subset-plan.
95579
95580  src/hb-subset-glyf.cc | 30 +++++++++++++++---------------
95581  src/hb-subset-plan.hh |  2 +-
95582  2 files changed, 16 insertions(+), 16 deletions(-)
95583
95584 commit 13193a9b97302480cc11787787fa6826a97be4bb
95585 Author: Rod Sheeter <rsheeter@google.com>
95586 Date:   Wed Feb 7 16:09:52 2018 -0800
95587
95588     move to the hb_face_t dest pattern
95589
95590  src/hb-ot-cmap-table.hh |  7 ++++++-
95591  src/hb-subset.cc        | 28 +++++++++++++---------------
95592  2 files changed, 19 insertions(+), 16 deletions(-)
95593
95594 commit 0859a006695097c2a66a07284f3cc5b8de8edb05
95595 Author: Rod Sheeter <rsheeter@google.com>
95596 Date:   Wed Feb 7 15:59:36 2018 -0800
95597
95598     sketch a subset<T> and call it for cmap. Add subset to cmap, albeit not working even for the msot basic case just yet
95599
95600  src/hb-ot-cmap-table.hh | 18 ++++++++++++++++--
95601  src/hb-subset.cc        | 30 ++++++++++++++++++++++++++++++
95602  2 files changed, 46 insertions(+), 2 deletions(-)
95603
95604 commit c1ab95dd907b1c4a2e2de17447683fe803fe4087
95605 Author: Behdad Esfahbod <behdad@behdad.org>
95606 Date:   Thu Feb 8 17:22:07 2018 -0600
95607
95608     Fix overflow in space fallback shaping
95609     
95610     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=657466
95611
95612  src/hb-ot-shape-fallback.cc | 2 +-
95613  1 file changed, 1 insertion(+), 1 deletion(-)
95614
95615 commit b220b5a44425db387b2149c4904a43ab369a2d6a
95616 Author: Behdad Esfahbod <behdad@behdad.org>
95617 Date:   Thu Feb 8 17:14:52 2018 -0600
95618
95619     Avoid undefined-behavior in fallback mark positioning
95620     
95621     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5584
95622
95623  src/hb-ot-shape-fallback.cc | 11 ++++++-----
95624  1 file changed, 6 insertions(+), 5 deletions(-)
95625
95626 commit 3b68a03a1c5a23adbc73f4508009dd5b72bc9d81
95627 Author: Behdad Esfahbod <behdad@behdad.org>
95628 Date:   Thu Feb 8 17:00:37 2018 -0600
95629
95630     [fuzzer] Minor
95631
95632  src/Makefile.am | 2 +-
95633  1 file changed, 1 insertion(+), 1 deletion(-)
95634
95635 commit 194140d3f352b53b95757cccb7fff50425747cd6
95636 Author: Behdad Esfahbod <behdad@behdad.org>
95637 Date:   Thu Feb 8 16:27:57 2018 -0600
95638
95639     [util] Minor
95640
95641  util/hb-subset.cc |  2 +-
95642  util/options.hh   | 10 ++++++++--
95643  2 files changed, 9 insertions(+), 3 deletions(-)
95644
95645 commit 5021ba2a2186a77d7d70be5602b960d14634d8b2
95646 Author: Behdad Esfahbod <behdad@behdad.org>
95647 Date:   Thu Feb 8 15:11:28 2018 -0600
95648
95649     [aat] Minor
95650
95651  src/hb-aat-layout-common-private.hh | 10 +++++-----
95652  src/hb-aat-layout-morx-table.hh     |  7 +++----
95653  2 files changed, 8 insertions(+), 9 deletions(-)
95654
95655 commit 1242ad8424f5e8357fe6fd2143430aa8cfaf0954
95656 Author: Behdad Esfahbod <behdad@behdad.org>
95657 Date:   Thu Feb 8 14:10:01 2018 -0600
95658
95659     [test/text-rendering-tests] Update from upstream
95660
95661  test/shaping/data/text-rendering-tests/DISABLED          |   2 ++
95662  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
95663  .../text-rendering-tests/fonts/TestMORXTwentyfive.ttf    | Bin 0 -> 3260 bytes
95664  .../text-rendering-tests/fonts/TestMORXTwentysix.ttf     | Bin 0 -> 3260 bytes
95665  .../data/text-rendering-tests/tests/MORX-25.tests        |   9 +++++++++
95666  .../data/text-rendering-tests/tests/MORX-26.tests        |   2 ++
95667  6 files changed, 15 insertions(+)
95668
95669 commit 77ad8b5c8b3a9148cf2944abdd494618e642ee2c
95670 Author: Behdad Esfahbod <behdad@behdad.org>
95671 Date:   Wed Feb 7 21:54:33 2018 -0600
95672
95673     TODO
95674
95675  src/hb-open-file-private.hh | 2 ++
95676  1 file changed, 2 insertions(+)
95677
95678 commit 941bbd9f257367f838e55d079751c6059974fe2f
95679 Author: Behdad Esfahbod <behdad@behdad.org>
95680 Date:   Wed Feb 7 21:49:01 2018 -0600
95681
95682     [subset] Fix thinko
95683
95684  src/hb-open-file-private.hh | 6 +++++-
95685  1 file changed, 5 insertions(+), 1 deletion(-)
95686
95687 commit 931f8b7eb5e740ce81e5be6bfec60dbe3ac7ebc4
95688 Author: Behdad Esfahbod <behdad@behdad.org>
95689 Date:   Wed Feb 7 21:42:03 2018 -0600
95690
95691     Fix another thinko
95692
95693  src/hb-open-file-private.hh | 2 +-
95694  src/hb-private.hh           | 2 +-
95695  2 files changed, 2 insertions(+), 2 deletions(-)
95696
95697 commit 39b86695cf56736170c772424c9a8b75bca0254c
95698 Author: Behdad Esfahbod <behdad@behdad.org>
95699 Date:   Wed Feb 7 21:37:03 2018 -0600
95700
95701     [subset] Fix thinko
95702
95703  src/hb-subset.cc | 2 +-
95704  1 file changed, 1 insertion(+), 1 deletion(-)
95705
95706 commit eeffabc87572193a9e95f22647e80ae44e5a0089
95707 Author: Behdad Esfahbod <behdad@behdad.org>
95708 Date:   Wed Feb 7 21:34:05 2018 -0600
95709
95710     Build
95711
95712  src/Makefile.am | 2 +-
95713  1 file changed, 1 insertion(+), 1 deletion(-)
95714
95715 commit c479a59988b0cf3e557e22e97e1977962c803fa7
95716 Author: Behdad Esfahbod <behdad@behdad.org>
95717 Date:   Wed Feb 7 21:13:10 2018 -0600
95718
95719     [subset] Assemble font
95720
95721  src/hb-open-file-private.hh | 50 +++++++++++++++++++++++++++++++++++++++++++-
95722  src/hb-open-type-private.hh | 33 +++++++++++++++++++++++------
95723  src/hb-ot-map-private.hh    | 10 ++++-----
95724  src/hb-private.hh           | 20 +++++++++++-------
95725  src/hb-set-private.hh       |  8 +++----
95726  src/hb-subset.cc            | 51 +++++++++++++++++++++++++++++++++++++++------
95727  test/api/test-subset.c      |  9 ++++++--
95728  7 files changed, 150 insertions(+), 31 deletions(-)
95729
95730 commit 34ac3548b7c9dbc57f277cf9a7a337cd1a8a04bb
95731 Author: Behdad Esfahbod <behdad@behdad.org>
95732 Date:   Wed Feb 7 18:07:45 2018 -0600
95733
95734     [set] Respect stride
95735     
95736     Ouch!
95737
95738  src/hb-set-private.hh | 4 ++--
95739  1 file changed, 2 insertions(+), 2 deletions(-)
95740
95741 commit 577becaf7b5ccd9de8ba533447f944427b9e4452
95742 Author: Behdad Esfahbod <behdad@behdad.org>
95743 Date:   Wed Feb 7 17:38:40 2018 -0600
95744
95745     [subset] Fixup
95746
95747  src/hb-subset.cc | 2 +-
95748  1 file changed, 1 insertion(+), 1 deletion(-)
95749
95750 commit c9acab3cfbe4a21e86ad309ebb452f103b1c1b04
95751 Author: Behdad Esfahbod <behdad@behdad.org>
95752 Date:   Wed Feb 7 17:12:55 2018 -0600
95753
95754     Whitespace
95755
95756  src/hb-open-file-private.hh | 6 +++---
95757  1 file changed, 3 insertions(+), 3 deletions(-)
95758
95759 commit 7fd0b61dee18380c302009f8be9cd68dadab7308
95760 Author: Behdad Esfahbod <behdad@behdad.org>
95761 Date:   Wed Feb 7 16:44:52 2018 -0600
95762
95763     [subset] Create new face and copy all tables to it
95764     
95765     test-subset fails now because subset-face does not know how to compile itself.
95766
95767  src/hb-subset.cc | 37 ++++++++++++++++++++++++++-----------
95768  1 file changed, 26 insertions(+), 11 deletions(-)
95769
95770 commit 4e1abe2ce0b5163cbbbb8f8be0e9f7deba5ab2cb
95771 Author: Garret Rieger <grieger@google.com>
95772 Date:   Wed Feb 7 13:28:11 2018 -0800
95773
95774     Refactor subset glyf to remove multiple calls to glyf.fini()
95775
95776  src/hb-subset-glyf.cc | 52 +++++++++++++++++++++++++++++----------------------
95777  1 file changed, 30 insertions(+), 22 deletions(-)
95778
95779 commit 0a5d1440f829f07454592adde9dd3aa93ad74442
95780 Author: Garret Rieger <grieger@google.com>
95781 Date:   Wed Feb 7 13:09:54 2018 -0800
95782
95783     Add implementation of glyf subsetting.
95784
95785  src/hb-subset-glyf.cc | 81 +++++++++++++++++++++++++++++++++++++++++++++++----
95786  1 file changed, 76 insertions(+), 5 deletions(-)
95787
95788 commit 05d65baa1bb64664ba838993fd35f3899d52eb8d
95789 Author: Garret Rieger <grieger@google.com>
95790 Date:   Wed Feb 7 10:55:30 2018 -0800
95791
95792     Extract glyf offset calculation into it's own method.
95793
95794  src/hb-ot-glyf-table.hh | 26 ++++++++++++++++++--------
95795  1 file changed, 18 insertions(+), 8 deletions(-)
95796
95797 commit 6d7c6e19dc769cf9997b7c1f8a4598eb44ca0b3c
95798 Author: Behdad Esfahbod <behdad@behdad.org>
95799 Date:   Wed Feb 7 14:09:56 2018 -0600
95800
95801     Fix two undefined-behavior issues
95802     
95803     Fixes https://github.com/harfbuzz/harfbuzz/issues/761
95804     Fixes https://github.com/harfbuzz/harfbuzz/issues/762
95805
95806  src/hb-ot-hmtx-table.hh              |  4 ++--
95807  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
95808  2 files changed, 7 insertions(+), 7 deletions(-)
95809
95810 commit b87cbe2bec1d589621ba143af59443f63230ffeb
95811 Author: Behdad Esfahbod <behdad@behdad.org>
95812 Date:   Wed Feb 7 14:11:26 2018 -0500
95813
95814     Try fixing build for platforms that have no visibility attributes
95815
95816  src/hb-private.hh | 1 +
95817  src/hb-subset.cc  | 2 ++
95818  src/main.cc       | 2 ++
95819  3 files changed, 5 insertions(+)
95820
95821 commit f70100417c71cff071c119607a7b75dcead05a05
95822 Author: Behdad Esfahbod <behdad@behdad.org>
95823 Date:   Wed Feb 7 13:58:23 2018 -0500
95824
95825     [test] Minor
95826
95827  test/api/test-ot-tag.c | 2 +-
95828  1 file changed, 1 insertion(+), 1 deletion(-)
95829
95830 commit 6804b61d2e49fcf9eac9fa0b86497ba91b220bee
95831 Author: Behdad Esfahbod <behdad@behdad.org>
95832 Date:   Wed Feb 7 13:47:35 2018 -0500
95833
95834     [subset] Add hb_subset_face
95835     
95836     It's a hb_face_t that has add_table() and in the future knows how to
95837     compile itself into a font blob.
95838
95839  src/hb-private.hh |  9 ++++++
95840  src/hb-subset.cc  | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
95841  2 files changed, 97 insertions(+)
95842
95843 commit af02812fc51812a7e2265a1100bbca1a5bf8af45
95844 Author: Behdad Esfahbod <behdad@behdad.org>
95845 Date:   Wed Feb 7 13:07:46 2018 -0500
95846
95847     [subset] Change hb_subset API to remove hb_subset_face_t
95848
95849  src/hb-subset-plan.cc    | 12 ++++++++---
95850  src/hb-subset-plan.hh    |  2 +-
95851  src/hb-subset-private.hh | 10 ----------
95852  src/hb-subset.cc         | 52 ++++++++----------------------------------------
95853  src/hb-subset.h          | 25 ++++++-----------------
95854  test/api/test-subset.c   |  9 +++++----
95855  util/hb-subset.cc        | 12 ++++++-----
95856  7 files changed, 36 insertions(+), 86 deletions(-)
95857
95858 commit 2da0d87e769b2ced71e4281e336bdbca65de2b3f
95859 Author: Behdad Esfahbod <behdad@behdad.org>
95860 Date:   Wed Feb 7 12:44:35 2018 -0500
95861
95862     Remove NullPool visibility hack
95863     
95864     We keep a separate private NullPool in libharfbuzz-subset.so
95865     This can fire back later since now there are two separate null objects,
95866     and comparisons to the null pool can be confused.  Something to deal
95867     with when it comes up. Ouch!
95868
95869  src/hb-open-type-private.hh | 4 +---
95870  src/hb-subset.cc            | 4 ++++
95871  2 files changed, 5 insertions(+), 3 deletions(-)
95872
95873 commit b95aa204ee284c47e63dc1e34b3c5b4bdf9e7ab7
95874 Author: Rod Sheeter <rsheeter@google.com>
95875 Date:   Wed Feb 7 09:37:06 2018 -0800
95876
95877     glyph ids to retain should most likely keep the glyph id not the codepoint
95878
95879  src/hb-subset-plan.cc | 2 +-
95880  1 file changed, 1 insertion(+), 1 deletion(-)
95881
95882 commit 91428713bd6975b3bbfbdce54701f6aef5457121
95883 Author: Rod Sheeter <rsheeter@google.com>
95884 Date:   Wed Feb 7 09:35:59 2018 -0800
95885
95886     Remove \ns leftover from fprintf
95887
95888  src/hb-subset-plan.cc | 4 ++--
95889  src/hb-subset.cc      | 4 ++--
95890  2 files changed, 4 insertions(+), 4 deletions(-)
95891
95892 commit eb485bb9e90017abaf7dcdd7e39a82125d6807c3
95893 Author: Rod Sheeter <rsheeter@google.com>
95894 Date:   Wed Feb 7 09:32:36 2018 -0800
95895
95896     Horrid hack to assign new gids. Use DEBUG_MSG over fprintf
95897
95898  src/hb-subset-plan.cc | 27 +++++++++++++++++++++++----
95899  src/hb-subset-plan.hh |  5 +++++
95900  src/hb-subset.cc      |  9 +++++++++
95901  3 files changed, 37 insertions(+), 4 deletions(-)
95902
95903 commit 8b80cbb1dd13e2870a956825f5dafc4419b44200
95904 Author: Rod Sheeter <rsheeter@google.com>
95905 Date:   Wed Feb 7 09:31:31 2018 -0800
95906
95907     Add a subset debug category
95908
95909  src/hb-debug.hh | 13 +++++++++++++
95910  1 file changed, 13 insertions(+)
95911
95912 commit ee433d36fa544c3138718cc3f796b29e6df8a195
95913 Author: Behdad Esfahbod <behdad@behdad.org>
95914 Date:   Wed Feb 7 12:30:18 2018 -0500
95915
95916     [aat] Set debug lookup_index
95917
95918  src/hb-aat-layout-common-private.hh | 2 ++
95919  src/hb-aat-layout-morx-table.hh     | 3 +++
95920  2 files changed, 5 insertions(+)
95921
95922 commit 38df1ec8e0b457be9140c67e2c5c19153714d90e
95923 Author: Rod Sheeter <rsheeter@google.com>
95924 Date:   Wed Feb 7 07:58:58 2018 -0800
95925
95926     TEMPORARY: remove HB_INTERNAL from null pool so subset builds again
95927
95928  src/hb-open-type-private.hh | 4 +++-
95929  1 file changed, 3 insertions(+), 1 deletion(-)
95930
95931 commit 53aa0e95420c5c3bfe8af21cf7956535d35b06e6
95932 Author: Garret Rieger <grieger@google.com>
95933 Date:   Tue Feb 6 17:05:22 2018 -0800
95934
95935     Add an instance of glyf::accelerator_t to hb-subset-glyf.
95936
95937  src/hb-subset-glyf.cc | 13 ++++++++++---
95938  src/hb-subset-glyf.hh |  2 +-
95939  src/hb-subset.cc      |  4 +---
95940  3 files changed, 12 insertions(+), 7 deletions(-)
95941
95942 commit ef62dfed3fc7cfad7f7ce9292cb3bd1616f09384
95943 Author: Rod Sheeter <rsheeter@google.com>
95944 Date:   Tue Feb 6 17:12:17 2018 -0800
95945
95946     add back assert_pod
95947
95948  src/hb-subset-private.hh | 1 +
95949  1 file changed, 1 insertion(+)
95950
95951 commit d0ce3c66e2af2785203f7bbb1d4abca5c226045d
95952 Author: Rod Sheeter <rsheeter@google.com>
95953 Date:   Tue Feb 6 16:58:35 2018 -0800
95954
95955     Resolve codepoints:glyph ids. Does not compile; undefined reference to OT::_hb_NullPool
95956
95957  src/hb-subset-plan.cc    | 25 +++++++++++++++++++------
95958  src/hb-subset-plan.hh    |  2 +-
95959  src/hb-subset-private.hh | 17 +++++++++++++++--
95960  src/hb-subset.cc         | 13 ++++---------
95961  4 files changed, 39 insertions(+), 18 deletions(-)
95962
95963 commit 6a45e5df24ccc59c5a39bf42323c9b550f49e16d
95964 Author: Garret Rieger <grieger@google.com>
95965 Date:   Tue Feb 6 16:04:09 2018 -0800
95966
95967     Add skeleton of hb-subset-glyf, call if from hb_subset(...)
95968
95969  src/Makefile.sources  |  2 ++
95970  src/hb-subset-glyf.cc | 45 +++++++++++++++++++++++++++++++++++++++++++++
95971  src/hb-subset-glyf.hh | 37 +++++++++++++++++++++++++++++++++++++
95972  src/hb-subset.cc      | 18 ++++++++++++++++--
95973  4 files changed, 100 insertions(+), 2 deletions(-)
95974
95975 commit 31ec3c2ec41161c6ae75bc91d1c237bf2d245e37
95976 Author: Garret Rieger <grieger@google.com>
95977 Date:   Tue Feb 6 15:37:34 2018 -0800
95978
95979     Create a subset plan in hb_subset.
95980
95981  src/hb-subset.cc | 12 ++++++++++++
95982  1 file changed, 12 insertions(+)
95983
95984 commit 6c52d94fd11915b76e858bc45633ee60b8c1d8f4
95985 Author: Rod Sheeter <rsheeter@google.com>
95986 Date:   Tue Feb 6 15:31:14 2018 -0800
95987
95988     capture the set of codepoints passed by --unicodes
95989
95990  util/hb-subset.cc | 17 ++++++++++++++++-
95991  1 file changed, 16 insertions(+), 1 deletion(-)
95992
95993 commit 25e9173fe8446735f7e36ec963c7d3554c85631b
95994 Author: Garret Rieger <grieger@google.com>
95995 Date:   Mon Feb 5 17:26:25 2018 -0800
95996
95997     Make hb-subset-plan private.
95998
95999  src/Makefile.sources                        |  2 +-
96000  src/hb-subset-plan.cc                       | 27 ++++++++++++++++-----------
96001  src/{hb-subset-plan.h => hb-subset-plan.hh} | 22 +++++++++++++---------
96002  3 files changed, 30 insertions(+), 21 deletions(-)
96003
96004 commit af46a4da5a47dd6e0dd98e1740f18e93c337e689
96005 Author: Garret Rieger <grieger@google.com>
96006 Date:   Mon Feb 5 17:14:46 2018 -0800
96007
96008     Move definition of hb_subset_input into hb-subset-private.hh.
96009
96010  src/Makefile.sources     |  1 +
96011  src/hb-subset-plan.cc    |  2 +-
96012  src/hb-subset-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
96013  src/hb-subset.cc         | 12 ++----------
96014  4 files changed, 44 insertions(+), 11 deletions(-)
96015
96016 commit 7481f0ce21489d2b19b2e33d05358736ddee20bf
96017 Author: Garret Rieger <grieger@google.com>
96018 Date:   Mon Feb 5 16:05:12 2018 -0800
96019
96020     Add codepoints to subset input.
96021
96022  src/hb-subset.cc       | 24 ++++++++++++++++--------
96023  src/hb-subset.h        |  2 +-
96024  test/api/test-subset.c |  2 +-
96025  util/hb-subset.cc      |  2 +-
96026  4 files changed, 19 insertions(+), 11 deletions(-)
96027
96028 commit 1cfe650f020cf440bf157daa9907bffd6e35bd7a
96029 Author: Garret Rieger <grieger@google.com>
96030 Date:   Mon Feb 5 15:22:30 2018 -0800
96031
96032     Add a basic sketch of hb-subset-plan.
96033
96034  src/Makefile.sources  |  2 ++
96035  src/hb-subset-plan.cc | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++
96036  src/hb-subset-plan.h  | 49 +++++++++++++++++++++++++++++++++++
96037  3 files changed, 123 insertions(+)
96038
96039 commit 126ffdbe95020c04dc61413690febd8a56bf264f
96040 Author: Behdad Esfahbod <behdad@behdad.org>
96041 Date:   Wed Feb 7 12:26:41 2018 -0500
96042
96043     [aat] Fix debug compile
96044
96045  src/hb-aat-layout-common-private.hh | 6 +++++-
96046  src/hb-aat-layout-morx-table.hh     | 2 +-
96047  2 files changed, 6 insertions(+), 2 deletions(-)
96048
96049 commit 8cb8bfd5b5eff75247cd447f3766294fdff2d644
96050 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96051 Date:   Tue Feb 6 20:40:42 2018 +0330
96052
96053     [test] Fix test-subset on old distros (#758)
96054     
96055     https://developer.gnome.org/glib/stable/glib-Testing.html#g-assert-cmpmem
96056
96057  test/api/test-subset.c | 4 ++++
96058  1 file changed, 4 insertions(+)
96059
96060 commit 2971e9da49d6ac07f8a9a4e9b00e167b800a5c7f
96061 Author: Behdad Esfahbod <behdad@behdad.org>
96062 Date:   Tue Feb 6 11:48:04 2018 -0500
96063
96064     [aat] Adjust unsafe-to-break logic some more
96065     
96066     I believe I'm happy with it now.
96067
96068  src/hb-aat-layout-common-private.hh | 8 ++++----
96069  1 file changed, 4 insertions(+), 4 deletions(-)
96070
96071 commit f49256d80f19bc265e6a197719345313ba26f9d6
96072 Author: Behdad Esfahbod <behdad@behdad.org>
96073 Date:   Tue Feb 6 11:39:36 2018 -0500
96074
96075     [aat] Simplify unsafe-to-break logic
96076
96077  src/hb-aat-layout-common-private.hh | 11 +++--------
96078  1 file changed, 3 insertions(+), 8 deletions(-)
96079
96080 commit cc1e0840baed881f2bfd8468a9645bfe94f47303
96081 Author: Behdad Esfahbod <behdad@behdad.org>
96082 Date:   Tue Feb 6 10:20:48 2018 -0500
96083
96084     [buffer] Tweak diff re glyph_flags again
96085     
96086     We expect the buffer to have no flags that the reference doesn't...
96087     Meh. Makes MORX tests pass now. Need to better define the behavior.
96088
96089  src/hb-buffer.cc | 2 +-
96090  1 file changed, 1 insertion(+), 1 deletion(-)
96091
96092 commit d49ae5154e0b069ffa2605ea3f66abb583319ec8
96093 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96094 Date:   Tue Feb 6 13:48:10 2018 +0330
96095
96096     Fix hb-buffer logic error
96097
96098  src/hb-buffer.cc | 2 +-
96099  1 file changed, 1 insertion(+), 1 deletion(-)
96100
96101 commit 70e13ade81a2a09e17d75bdc7e3fe45d8ec9e2c6
96102 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96103 Date:   Tue Feb 6 13:20:38 2018 +0330
96104
96105     [subset] Fix Windows issue on endlines (#756)
96106
96107  util/hb-subset.cc | 2 +-
96108  1 file changed, 1 insertion(+), 1 deletion(-)
96109
96110 commit f41b92134a276716b7e2d7ef54996b30f36a10a9
96111 Author: Behdad Esfahbod <behdad@behdad.org>
96112 Date:   Mon Feb 5 19:51:09 2018 -0500
96113
96114     Fix fallthrough compiler warning with gcc >= 7
96115     
96116     Fixes https://github.com/harfbuzz/harfbuzz/issues/755
96117
96118  src/hb-private.hh | 3 +++
96119  1 file changed, 3 insertions(+)
96120
96121 commit b7b7f0ac59ec85b224e13d9e6c3c4063e731ad32
96122 Author: Behdad Esfahbod <behdad@behdad.org>
96123 Date:   Mon Feb 5 19:40:31 2018 -0500
96124
96125     [test] Minor
96126
96127  test/api/Makefile.am | 4 +++-
96128  1 file changed, 3 insertions(+), 1 deletion(-)
96129
96130 commit 0ff007daaa471d05cc0473beec4ba4d434b084b1
96131 Author: Behdad Esfahbod <behdad@behdad.org>
96132 Date:   Sun Feb 4 20:22:07 2018 -0500
96133
96134     [subset] Minor
96135
96136  src/hb-subset.h | 7 +------
96137  1 file changed, 1 insertion(+), 6 deletions(-)
96138
96139 commit fc1e82a5aef410138381bc8f5476dcff5679b464
96140 Merge: ae39fc817 2ea228935
96141 Author: Garret Rieger <grieger@google.com>
96142 Date:   Mon Feb 5 15:35:13 2018 -0800
96143
96144     Merge pull request #754 from googlefonts/master
96145     
96146     Fix build for subsetting code.
96147
96148 commit 2ea228935d41b55fed45b7423b69bc15b42e3abc
96149 Author: Garret Rieger <grieger@google.com>
96150 Date:   Mon Feb 5 15:10:01 2018 -0800
96151
96152     ssize_t -> size_t
96153
96154  util/hb-subset.cc | 2 +-
96155  1 file changed, 1 insertion(+), 1 deletion(-)
96156
96157 commit c25898eb54217e2a1c681233a6b9adcd7940652e
96158 Author: Garret Rieger <grieger@google.com>
96159 Date:   Mon Feb 5 14:35:32 2018 -0800
96160
96161     Switch to fopen() instead of open() in subset test. open wasn't compiling on windows.
96162
96163  util/hb-subset.cc | 13 ++++++-------
96164  1 file changed, 6 insertions(+), 7 deletions(-)
96165
96166 commit fc04f11ce1999da042a39c5b271351223033292f
96167 Author: Garret Rieger <grieger@google.com>
96168 Date:   Mon Feb 5 11:12:33 2018 -0800
96169
96170     Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is looking for.
96171
96172  util/Makefile.am      | 3 +--
96173  util/Makefile.sources | 2 +-
96174  2 files changed, 2 insertions(+), 3 deletions(-)
96175
96176 commit e428f7b1c21e0a7d6b9af507d98031b8eebcbeb5
96177 Author: Garret Rieger <grieger@google.com>
96178 Date:   Mon Feb 5 10:24:16 2018 -0800
96179
96180     Wrap unistd.h include in ifdef.
96181
96182  util/hb-subset.cc | 2 ++
96183  1 file changed, 2 insertions(+)
96184
96185 commit 5f6eb1256fb6c251303d3728fc27875fe7a9ffb8
96186 Author: Garret Rieger <grieger@google.com>
96187 Date:   Mon Feb 5 10:23:38 2018 -0800
96188
96189     Add libharfbuzz-subset.la to linking when building api tests.
96190
96191  test/api/Makefile.am | 2 +-
96192  1 file changed, 1 insertion(+), 1 deletion(-)
96193
96194 commit ae39fc8171b2c26d4ae64954a8055732c9241bcc
96195 Author: Behdad Esfahbod <behdad@behdad.org>
96196 Date:   Sun Feb 4 20:18:52 2018 -0500
96197
96198     [subset] Build hb-subset into separate libharfbuzz-subset.so
96199
96200  src/Makefile.am           | 19 +++++++++++++------
96201  src/harfbuzz-subset.pc.in | 12 ++++++++++++
96202  util/Makefile.am          |  2 ++
96203  3 files changed, 27 insertions(+), 6 deletions(-)
96204
96205 commit eac20e459564134e0087497ed76b1c84195ad7e3
96206 Author: Behdad Esfahbod <behdad@behdad.org>
96207 Date:   Sun Feb 4 20:08:50 2018 -0500
96208
96209     [subset] Minor
96210
96211  util/Makefile.am      |  2 +-
96212  util/Makefile.sources |  2 +-
96213  util/hb-subset.cc     | 10 +++++-----
96214  3 files changed, 7 insertions(+), 7 deletions(-)
96215
96216 commit 257022b1789f928975b04b5d214bbe9192e11997
96217 Merge: 3615f344e edcd3b80e
96218 Author: Behdad Esfahbod <behdad@behdad.org>
96219 Date:   Sun Feb 4 20:01:35 2018 -0500
96220
96221     Merge pull request #745 from googlefonts/master
96222     
96223     Interface for hb_subset, skeleton for the hb-subset cli, and basic testing rigging.
96224
96225 commit 3615f344ec00059972d8ce75522022b5294764a7
96226 Author: Behdad Esfahbod <behdad@behdad.org>
96227 Date:   Sun Feb 4 17:19:58 2018 -0500
96228
96229     [test/text-rendering-tests] Update from upstream
96230
96231  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
96232  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
96233  .../text-rendering-tests/fonts/TestMORXTwentythree.ttf   | Bin 0 -> 1836 bytes
96234  .../data/text-rendering-tests/tests/MORX-23.tests        |   1 +
96235  4 files changed, 4 insertions(+), 1 deletion(-)
96236
96237 commit 54e6efadd6a30587736858d3fb497ed4e5e5f252
96238 Author: Behdad Esfahbod <behdad@behdad.org>
96239 Date:   Sun Feb 4 14:58:02 2018 -0500
96240
96241     [aat] Fix unsafe-to-break
96242     
96243     At any position, if state is not zero, mark unsafe-to-break before,
96244     unless we can reason it safe.
96245     
96246     At any position, if there's an action entry for end-of-text, mark
96247     unsafe to break.
96248     
96249     Also changes buffer diff impl to allow for flag differences as long
96250     as the buffer glyph flags are superset of reference glyph flags.
96251     
96252     With this, all MORX tests pass.
96253
96254  src/hb-aat-layout-common-private.hh | 31 +++++++++++++++++++++++++------
96255  src/hb-aat-layout-morx-table.hh     | 35 +++++++++++++++++++++++------------
96256  src/hb-buffer.cc                    |  2 +-
96257  3 files changed, 49 insertions(+), 19 deletions(-)
96258
96259 commit edcd3b80e9617ec8c4c4a55536938fb510b6aeba
96260 Author: Rod Sheeter <rsheeter@google.com>
96261 Date:   Sun Feb 4 12:31:24 2018 -0800
96262
96263     Actually call hb_subset
96264
96265  util/hb-subset.cc | 51 ++++++++++++++++++++++++++++++++++-----------------
96266  1 file changed, 34 insertions(+), 17 deletions(-)
96267
96268 commit 7b01761adef6f64f1139b30c985aa5f52314073a
96269 Author: Garret Rieger <grieger@google.com>
96270 Date:   Fri Feb 2 17:54:11 2018 -0800
96271
96272     Add CMakeLists.txt to dist files for subset test.
96273
96274  test/subset/Makefile.am | 1 +
96275  1 file changed, 1 insertion(+)
96276
96277 commit f83a43b56134188c2e1f3496d40ec0cd9109f250
96278 Author: Garret Rieger <grieger@google.com>
96279 Date:   Fri Feb 2 17:50:45 2018 -0800
96280
96281     Add CMake configuration for all of the new subsetting code.
96282
96283  CMakeLists.txt             | 14 ++++++++++++++
96284  src/Makefile.sources       |  9 +++++++--
96285  test/CMakeLists.txt        |  1 +
96286  test/subset/CMakeLists.txt |  9 +++++++++
96287  util/Makefile.am           |  2 +-
96288  util/Makefile.sources      |  2 +-
96289  6 files changed, 33 insertions(+), 4 deletions(-)
96290
96291 commit 5bc0cda179bca452145d4523eeba415986edb6e3
96292 Author: Garret Rieger <grieger@google.com>
96293 Date:   Fri Feb 2 17:49:14 2018 -0800
96294
96295     Add missing unistd header to hb-subset.
96296
96297  util/hb-subset.cc | 2 ++
96298  1 file changed, 2 insertions(+)
96299
96300 commit 06fe297f2a9fc6ee98179ddd26ef089b7fdb9e74
96301 Author: Garret Rieger <grieger@google.com>
96302 Date:   Thu Feb 1 18:36:15 2018 -0800
96303
96304     Properly include subset test data files.
96305
96306  test/subset/data/Makefile.am | 6 +++---
96307  1 file changed, 3 insertions(+), 3 deletions(-)
96308
96309 commit 058b1260ad1105d0d8d6bf21f8f65a336e735bd2
96310 Author: Garret Rieger <grieger@google.com>
96311 Date:   Thu Feb 1 18:22:14 2018 -0800
96312
96313     Re-write hb-subset utility to use main-font-text driver.
96314
96315  test/subset/run-tests.py |  15 +++---
96316  util/Makefile.sources    |   3 ++
96317  util/hb-subset.cc        | 131 +++++++++++++++++++++++++----------------------
96318  3 files changed, 82 insertions(+), 67 deletions(-)
96319
96320 commit ede84ffa426edb950c4ec4f89833c85475a1c64f
96321 Author: Garret Rieger <grieger@google.com>
96322 Date:   Thu Feb 1 17:17:36 2018 -0800
96323
96324     Whitespace
96325
96326  util/hb-subset.cc | 36 ++++++++++++++++++------------------
96327  1 file changed, 18 insertions(+), 18 deletions(-)
96328
96329 commit 2763a2c5982c0db072697abe8ba01342d5977237
96330 Author: Garret Rieger <grieger@google.com>
96331 Date:   Thu Feb 1 17:14:51 2018 -0800
96332
96333     Include subset test files in distribution.
96334
96335  test/subset/Makefile.am      | 7 ++++++-
96336  test/subset/data/Makefile.am | 7 +++++++
96337  2 files changed, 13 insertions(+), 1 deletion(-)
96338
96339 commit 34fa7b3ad23b544b0914bc6002d60525224c68e1
96340 Author: Garret Rieger <grieger@google.com>
96341 Date:   Thu Feb 1 16:50:18 2018 -0800
96342
96343     Whitespace
96344
96345  src/hb-subset.h | 20 ++++++++++----------
96346  1 file changed, 10 insertions(+), 10 deletions(-)
96347
96348 commit 8c3a6727377895f18e1b5c7076404d8aede17176
96349 Author: Garret Rieger <grieger@google.com>
96350 Date:   Wed Jan 31 15:43:24 2018 -0800
96351
96352     Get test-subset to pass.
96353
96354  src/hb-subset.cc | 2 +-
96355  1 file changed, 1 insertion(+), 1 deletion(-)
96356
96357 commit 74d39ed2639857d5f1a90d9c0d864227a6482b40
96358 Author: Garret Rieger <grieger@google.com>
96359 Date:   Wed Jan 31 15:20:52 2018 -0800
96360
96361     Attach add a hb_face_t to hb_subset_face_t.
96362
96363  src/hb-subset.cc | 17 +++++++++++++----
96364  1 file changed, 13 insertions(+), 4 deletions(-)
96365
96366 commit 76b84c36b9560e132918adb4c0c5a0d9bdfb0978
96367 Author: Garret Rieger <grieger@google.com>
96368 Date:   Wed Jan 31 14:53:28 2018 -0800
96369
96370     Whitespace
96371
96372  test/api/Makefile.am | 2 +-
96373  1 file changed, 1 insertion(+), 1 deletion(-)
96374
96375 commit a2965f2ea5428c19be54f998ef9152c5ff6975ea
96376 Author: Garret Rieger <grieger@google.com>
96377 Date:   Wed Jan 31 14:53:09 2018 -0800
96378
96379     Add a basic implementation of hb-subset to enable compilation of test-subset.
96380
96381  src/hb-subset.cc       | 146 +++++++++++++++++++++++++++++++++++++++++++++++++
96382  src/hb-subset.h        |   5 +-
96383  test/api/Makefile.am   |   1 +
96384  test/api/test-subset.c |  12 ++--
96385  4 files changed, 156 insertions(+), 8 deletions(-)
96386
96387 commit 38af23b8df1a84f24d379d27d1a1e20f9ce07f34
96388 Author: Garret Rieger <grieger@google.com>
96389 Date:   Wed Jan 31 11:32:23 2018 -0800
96390
96391     Make the expected output for subsetting basics test be equal to the input file for now.
96392
96393  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1996 -> 2460 bytes
96394  1 file changed, 0 insertions(+), 0 deletions(-)
96395
96396 commit b59c08eb045db2b6c952de81510b8159a4f72fb1
96397 Author: Garret Rieger <grieger@google.com>
96398 Date:   Wed Jan 31 11:14:53 2018 -0800
96399
96400     Add the beginning of a unit test for hb-subset
96401
96402  test/api/test-subset.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
96403  1 file changed, 67 insertions(+)
96404
96405 commit e9d154ac8ddd2712a34c53c95a17e469f95e5b30
96406 Author: Rod Sheeter <rsheeter@google.com>
96407 Date:   Tue Jan 30 19:27:11 2018 -0800
96408
96409     tweak test failure output. write to a temp file not stdout. test still fails because expected is not just an identical copy of input
96410
96411  test/subset/run-tests.py | 41 +++++++++++++++++++++++++++----------
96412  util/hb-subset.cc        | 53 +++++++++++++++++++++++++++++++++---------------
96413  2 files changed, 67 insertions(+), 27 deletions(-)
96414
96415 commit cf403e1a53381f293aceac5cdbe031bbb2a7af77
96416 Author: Garret Rieger <grieger@google.com>
96417 Date:   Tue Jan 30 18:40:23 2018 -0800
96418
96419     Add hb-subset.h to hb.h
96420
96421  src/hb.h | 1 +
96422  1 file changed, 1 insertion(+)
96423
96424 commit c02573516c05ac97acb243ef5dec26af86086ded
96425 Author: Garret Rieger <grieger@google.com>
96426 Date:   Tue Jan 30 18:39:41 2018 -0800
96427
96428     Fix typo in hb-subset.h
96429
96430  src/hb-subset.h | 2 +-
96431  1 file changed, 1 insertion(+), 1 deletion(-)
96432
96433 commit 76351518ca9bc88aa6fbc975e1e35bd86432d652
96434 Author: Garret Rieger <grieger@google.com>
96435 Date:   Tue Jan 30 14:03:16 2018 -0800
96436
96437     Remove basic subset test from XFAIL
96438
96439  test/subset/data/Makefile.sources | 1 -
96440  1 file changed, 1 deletion(-)
96441
96442 commit b029b7c19a733a2a39860238ad300e6c4a3f7802
96443 Author: Garret Rieger <grieger@google.com>
96444 Date:   Mon Jan 29 13:31:49 2018 -0800
96445
96446     Whitespace
96447
96448  test/subset/data/Makefile.sources | 4 ++--
96449  1 file changed, 2 insertions(+), 2 deletions(-)
96450
96451 commit 0853260e997aded264f42bb369d4fcb39cccb7d6
96452 Author: Garret Rieger <grieger@google.com>
96453 Date:   Mon Jan 29 13:30:02 2018 -0800
96454
96455     Configure automake to run the new subset tests.
96456
96457  configure.ac                                        |  2 ++
96458  test/Makefile.am                                    |  2 +-
96459  test/subset/Makefile.am                             | 16 ++++++++++++++++
96460  test/subset/data/Makefile.am                        | 16 ++++++++++++++++
96461  test/subset/data/Makefile.sources                   | 10 ++++++++++
96462  test/subset/data/tests/{basics.txt => basics.tests} |  0
96463  6 files changed, 45 insertions(+), 1 deletion(-)
96464
96465 commit 5c63c37b2b5aba8bf2f8ff35b7da0d116ebfe8b5
96466 Author: Garret Rieger <grieger@google.com>
96467 Date:   Fri Jan 26 16:57:42 2018 -0800
96468
96469     WIP test runner for subset tests.
96470
96471  test/subset/run-tests.py | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
96472  1 file changed, 64 insertions(+)
96473
96474 commit cc46cd88a1b84b02694fa6d88c4286e93336f096
96475 Author: Garret Rieger <grieger@google.com>
96476 Date:   Fri Jan 26 14:25:39 2018 -0800
96477
96478     In generate-expected-outputs read the test definition with utf8 encoding.
96479
96480  test/subset/generate-expected-outputs.py | 3 ++-
96481  1 file changed, 2 insertions(+), 1 deletion(-)
96482
96483 commit 4cdae914e2e2fff1ff91e2f42648a8acb82a5494
96484 Author: Garret Rieger <grieger@google.com>
96485 Date:   Fri Jan 26 13:57:48 2018 -0800
96486
96487     Add basic directory structure for subsetter integration tests. Plus a utility for generating expected output files.
96488
96489  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 0 -> 1996 bytes
96490  test/subset/data/fonts/Roboto-Regular.abc.ttf      | Bin 0 -> 2460 bytes
96491  test/subset/data/profiles/default.txt              |   0
96492  test/subset/data/tests/basics.txt                  |   8 ++
96493  test/subset/generate-expected-outputs.py           |  40 ++++++++++
96494  test/subset/subset_test_suite.py                   |  82 +++++++++++++++++++++
96495  6 files changed, 130 insertions(+)
96496
96497 commit 9ccb8366f603a9e4a7a3c3f96420a19d4f6fb390
96498 Author: Rod Sheeter <rsheeter@google.com>
96499 Date:   Wed Jan 17 22:09:07 2018 -0800
96500
96501     Start to sketch APIs for subsetting
96502
96503  src/Makefile.am       |  2 ++
96504  src/Makefile.sources  |  4 +++
96505  src/hb-subset.cc      |  0
96506  src/hb-subset.h       | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++
96507  util/Makefile.am      |  3 ++
96508  util/Makefile.sources |  4 +++
96509  util/hb-subset.cc     | 61 +++++++++++++++++++++++++++++++++++
96510  7 files changed, 162 insertions(+)
96511
96512 commit 89b1906d990658c763f35113c8978a5e21bffc22
96513 Author: Behdad Esfahbod <behdad@behdad.org>
96514 Date:   Sun Feb 4 14:45:02 2018 -0500
96515
96516     [aat] More adjustment to ContextualSubtable
96517     
96518     See comment.
96519     
96520     With this, MORX-20 passes if I turn --verify off.  Our unsafe-to-break
96521     logic is currently broken in presence of end-of-text actions.  That's,
96522     ugh, extra work to fix.  Let me try...
96523
96524  src/hb-aat-layout-morx-table.hh | 8 ++++++++
96525  1 file changed, 8 insertions(+)
96526
96527 commit 8be596f0b76543e19644c0b77c1bcf4d9e783c2b
96528 Author: Behdad Esfahbod <behdad@behdad.org>
96529 Date:   Sun Feb 4 14:40:17 2018 -0500
96530
96531     [aat] In ContextualSubstitute, apply end-of-text action to last glyph
96532
96533  src/hb-aat-layout-morx-table.hh | 9 +++++----
96534  1 file changed, 5 insertions(+), 4 deletions(-)
96535
96536 commit c0b1c7eb2eed67147adec3d2c9e02d01f279c8f4
96537 Author: Behdad Esfahbod <behdad@behdad.org>
96538 Date:   Sun Feb 4 14:19:41 2018 -0500
96539
96540     [aat] Remove unneeded check
96541
96542  src/hb-aat-layout-morx-table.hh | 2 +-
96543  1 file changed, 1 insertion(+), 1 deletion(-)
96544
96545 commit fcb8be1a385cb4432dc6064fba77939716d27a02
96546 Author: Behdad Esfahbod <behdad@behdad.org>
96547 Date:   Sun Feb 4 12:38:18 2018 -0500
96548
96549     [configure] Fix wording
96550     
96551     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
96552
96553  configure.ac | 4 ++--
96554  1 file changed, 2 insertions(+), 2 deletions(-)
96555
96556 commit aed32589af6d5fce3e68fe41865e258ea7eb2413
96557 Author: Behdad Esfahbod <behdad@behdad.org>
96558 Date:   Fri Feb 2 16:08:50 2018 -0500
96559
96560     [aat] In ContextualSubtable, mark mark after substituting mark
96561     
96562     Fixes MORX-21.
96563
96564  src/hb-aat-layout-morx-table.hh | 16 ++++++++--------
96565  1 file changed, 8 insertions(+), 8 deletions(-)
96566
96567 commit fe5f9b1ae318939eaa23d0175a5eb7e1739177ac
96568 Author: Behdad Esfahbod <behdad@behdad.org>
96569 Date:   Fri Feb 2 15:53:25 2018 -0500
96570
96571     [aat] Fix ContextualSubtable sanitization
96572     
96573     Fixes MORX-18, MORX-19, and MORX-22.
96574
96575  src/hb-aat-layout-morx-table.hh | 6 ++++--
96576  1 file changed, 4 insertions(+), 2 deletions(-)
96577
96578 commit cf943f682bcdd73e3ad1f6108c1a1870b991d5e4
96579 Author: Khaled Hosny <khaledhosny@eglug.org>
96580 Date:   Sun Feb 4 12:05:12 2018 +0200
96581
96582     Correctly show documentation build status
96583     
96584     Correctly show if building documentation is enabled or not in configure
96585     summary.
96586     
96587     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
96588
96589  configure.ac | 2 +-
96590  1 file changed, 1 insertion(+), 1 deletion(-)
96591
96592 commit e8859fca3eafb5aab6d029563b31219ccca0d673
96593 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96594 Date:   Sun Feb 4 01:26:57 2018 +0700
96595
96596     Enable use of atexit() on macOS and related platforms.
96597     
96598     The atexit() man page indicates that this is expected to behave
96599     in the expected way on unloading of shared libraries.
96600
96601  src/hb-private.hh | 6 ++++++
96602  1 file changed, 6 insertions(+)
96603
96604 commit a89573770b4c0f9c444ad6499bec5dc022087a97
96605 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96606 Date:   Sun Feb 4 01:31:53 2018 +0700
96607
96608     Use nullptr, not NULL.
96609
96610  src/hb-aat-layout-common-private.hh | 2 +-
96611  src/hb-buffer-deserialize-json.rl   | 4 ++--
96612  src/hb-buffer-deserialize-text.rl   | 4 ++--
96613  3 files changed, 5 insertions(+), 5 deletions(-)
96614
96615 commit 07885e65adf1d3cb324de99501f9867f1a2553f8
96616 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96617 Date:   Sat Feb 3 12:53:48 2018 +0330
96618
96619     [cmake] unistd typo fix (#747)
96620
96621  CMakeLists.txt | 18 +++++++++---------
96622  1 file changed, 9 insertions(+), 9 deletions(-)
96623
96624 commit ccb0367dae4cbb9c8215dbf20ac7f9acfba2fa14
96625 Author: David Corbett <corbett.dav@husky.neu.edu>
96626 Date:   Fri Feb 2 12:04:04 2018 -0500
96627
96628     Let VS1 follow U+1031 MYANMAR VOWEL SIGN E
96629
96630  src/hb-ot-shape-complex-myanmar-machine.rl               |   2 +-
96631  src/hb-ot-shape-complex-myanmar.cc                       |   5 +++++
96632  test/shaping/README.md                                   |  10 +++++-----
96633  test/shaping/data/in-house/Makefile.sources              |   1 +
96634  .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf   | Bin 0 -> 1536 bytes
96635  test/shaping/data/in-house/tests/myanmar-syllable.tests  |   1 +
96636  6 files changed, 13 insertions(+), 6 deletions(-)
96637
96638 commit c6dbf6e77cae30772ffa110c651cb4287ab3b0dc
96639 Author: punchcutter <zarijoscha@gmail.com>
96640 Date:   Wed Jan 31 14:09:04 2018 -0800
96641
96642     Allow optional ZWJ in virama terminated cluster
96643
96644  src/hb-ot-shape-complex-use-machine.rl | 2 +-
96645  1 file changed, 1 insertion(+), 1 deletion(-)
96646
96647 commit dae20fb5a79caad9a4af14137a961b60fe256235
96648 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96649 Date:   Wed Jan 31 20:16:08 2018 +0700
96650
96651     Use nullptr instead of 0.
96652
96653  src/hb-coretext.cc           | 4 ++--
96654  src/test-buffer-serialize.cc | 2 +-
96655  2 files changed, 3 insertions(+), 3 deletions(-)
96656
96657 commit 90218fa93cf8b5d4b192be12d31aed92d271d09e
96658 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96659 Date:   Wed Jan 31 20:44:45 2018 +0700
96660
96661     Fix typos.
96662
96663  src/hb-blob.cc                     | 2 +-
96664  src/hb-buffer-private.hh           | 2 +-
96665  src/hb-common.cc                   | 2 +-
96666  src/hb-coretext.cc                 | 2 +-
96667  src/hb-directwrite.cc              | 2 +-
96668  src/hb-ft.cc                       | 2 +-
96669  src/hb-graphite2.cc                | 2 +-
96670  src/hb-ot-layout-common-private.hh | 2 +-
96671  8 files changed, 8 insertions(+), 8 deletions(-)
96672
96673 commit 148ca61075d821a09e42e2c75fbc9be47cfc6003
96674 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96675 Date:   Wed Jan 31 22:24:51 2018 +0700
96676
96677     [ot-layout] Fix nullptr dereference.
96678     
96679     If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
96680     unlikely branch afterwards can be taken, which frees up the
96681     `hb_ot_layout_t`, but since those fields can now be `nullptr`, then
96682     we don't want to dereference them.
96683
96684  src/hb-ot-layout.cc | 10 ++++++----
96685  1 file changed, 6 insertions(+), 4 deletions(-)
96686
96687 commit 0c66043a924fd114017a862d2cacd70f64b92370
96688 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96689 Date:   Wed Jan 31 20:24:27 2018 +0700
96690
96691     [coretext] Fix memory leaks.
96692     
96693     In `reference_table`, if the data is empty and we return early,
96694     we still need to release the data object.
96695     
96696     In `hb_coretext_shape`, there two edge cases where an early
96697     return should release the attributed string.
96698
96699  src/hb-coretext.cc | 9 +++++++++
96700  1 file changed, 9 insertions(+)
96701
96702 commit f0b700db394ccdff30ff83961a3e2ea9ff4ea472
96703 Author: Behdad Esfahbod <behdad@behdad.org>
96704 Date:   Tue Jan 30 11:16:51 2018 -0800
96705
96706     1.7.5
96707
96708  NEWS         | 9 +++++++++
96709  configure.ac | 2 +-
96710  2 files changed, 10 insertions(+), 1 deletion(-)
96711
96712 commit 585b5760987e1ddd31e11fc55a2ce55ddb5b1663
96713 Author: Behdad Esfahbod <behdad@behdad.org>
96714 Date:   Tue Jan 30 11:51:56 2018 -0800
96715
96716     Fix distcheck
96717
96718  test/shaping/data/in-house/Makefile.am             | 2 +-
96719  test/shaping/data/text-rendering-tests/Makefile.am | 2 +-
96720  2 files changed, 2 insertions(+), 2 deletions(-)
96721
96722 commit e89df6e1aee9cb6fe1268643ce19816808baf0c4
96723 Author: Behdad Esfahbod <behdad@behdad.org>
96724 Date:   Tue Jan 30 10:58:44 2018 -0800
96725
96726     [aat] Limit number of DontAdvance transitions
96727     
96728     Remove the faulty loop-detection logic. Use max-ops for breaking
96729     out of infinite loops or heavy work.
96730     
96731     https://twitter.com/behdadesfahbod/status/958065026262183936
96732
96733  src/hb-aat-layout-common-private.hh | 33 ++-------------------------------
96734  1 file changed, 2 insertions(+), 31 deletions(-)
96735
96736 commit e00743b47d25a2487b7f232a514a042e2962a089
96737 Author: Behdad Esfahbod <behdad@behdad.org>
96738 Date:   Mon Jan 29 10:07:05 2018 -0800
96739
96740     [test/text-rendering-tests] Update from upstream
96741
96742  test/shaping/data/text-rendering-tests/DISABLED          |   7 +++++++
96743  test/shaping/data/text-rendering-tests/Makefile.sources  |   7 +++++++
96744  .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf | Bin 0 -> 3256 bytes
96745  .../text-rendering-tests/fonts/TestMORXSeventeen.ttf     | Bin 0 -> 1788 bytes
96746  .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf  | Bin 0 -> 1812 bytes
96747  .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf   | Bin 0 -> 3232 bytes
96748  .../text-rendering-tests/fonts/TestMORXTwentyone.ttf     | Bin 0 -> 3244 bytes
96749  .../text-rendering-tests/fonts/TestMORXTwentytwo.ttf     | Bin 0 -> 3256 bytes
96750  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
96751  .../data/text-rendering-tests/tests/MORX-16.tests        |   1 +
96752  .../data/text-rendering-tests/tests/MORX-17.tests        |   1 +
96753  .../data/text-rendering-tests/tests/MORX-18.tests        |   4 ++++
96754  .../data/text-rendering-tests/tests/MORX-19.tests        |   2 ++
96755  .../data/text-rendering-tests/tests/MORX-20.tests        |   7 +++++++
96756  .../data/text-rendering-tests/tests/MORX-21.tests        |   1 +
96757  .../data/text-rendering-tests/tests/MORX-22.tests        |   1 +
96758  16 files changed, 32 insertions(+)
96759
96760 commit 29d901286e632fa4de5ea198cc455cae56bc09a8
96761 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96762 Date:   Tue Jan 30 10:01:46 2018 +0330
96763
96764     [cmake] Build src/ executables (#733)
96765
96766  CMakeLists.txt | 40 ++++++++++++++++++++++++++--------------
96767  1 file changed, 26 insertions(+), 14 deletions(-)
96768
96769 commit 55cae0d72eecb5116008815b598481dd1404fc6a
96770 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96771 Date:   Mon Jan 29 18:05:24 2018 +0330
96772
96773     [test] Use 'otool -L' where ldd doesn't exist (macOS) (#732)
96774
96775  src/check-libstdc++.sh | 13 +++++++++----
96776  1 file changed, 9 insertions(+), 4 deletions(-)
96777
96778 commit 2ec7dd1f6cb78ee6a0621aa98f18500d3318c90c
96779 Author: David Corbett <corbett.dav@husky.neu.edu>
96780 Date:   Sun Jan 28 17:48:28 2018 -0500
96781
96782     Fix Travis build on macOS (#731)
96783
96784  .travis.yml       | 2 +-
96785  src/check-defs.sh | 4 ++--
96786  2 files changed, 3 insertions(+), 3 deletions(-)
96787
96788 commit 12757b692905062fe0fc266a6230238b3492abfd
96789 Author: Behdad Esfahbod <behdad@behdad.org>
96790 Date:   Fri Jan 26 18:14:05 2018 -0800
96791
96792     Misc warning fixes
96793     
96794     Fixes https://github.com/harfbuzz/harfbuzz/issues/712
96795
96796  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
96797  src/hb-ot-map-private.hh             | 1 -
96798  src/hb-ot-map.cc                     | 5 ++---
96799  3 files changed, 6 insertions(+), 9 deletions(-)
96800
96801 commit 85be365ed9238caf0283346ab4e5c5127096fc8a
96802 Author: bungeman <bungeman@chromium.org>
96803 Date:   Fri Jan 26 13:38:06 2018 -0500
96804
96805     Use KernSubTableFormat2::rightClassTable
96806     
96807     Issue originally reported at http://cppfiles.com/chromium.txt .
96808     
96809     This fixes what appears to be a copy - paste issue which causes both
96810     KernSubTableFormat2::rightClassTable and the 'right' argument to
96811     KernSubTableFormat2::get_kerning to go unused.
96812
96813  src/hb-ot-kern-table.hh | 2 +-
96814  1 file changed, 1 insertion(+), 1 deletion(-)
96815
96816 commit c41b7fc10588323b5d8c0007befa701994115f7b
96817 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96818 Date:   Thu Jan 25 09:53:32 2018 +0330
96819
96820     [cmake] Use -fvisibility-inlines-hidden instead (#726)
96821
96822  CMakeLists.txt | 7 ++-----
96823  1 file changed, 2 insertions(+), 5 deletions(-)
96824
96825 commit 3d615766060e34a6e716c8737f651b6d6871ae85
96826 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96827 Date:   Mon Jan 22 21:23:19 2018 +0330
96828
96829     [cmake] fix symbol exporting issue on newer gcc (#724)
96830
96831  CMakeLists.txt | 22 +++++++++++-----------
96832  1 file changed, 11 insertions(+), 11 deletions(-)
96833
96834 commit 8b60e7c2c301a24906d591c80c42fd5e506072d2
96835 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96836 Date:   Mon Jan 22 18:37:26 2018 +0330
96837
96838     [ci] minor, less hacks (#722)
96839
96840  .circleci/config.yml | 20 ++++++--------------
96841  .travis.yml          |  8 ++++----
96842  CMakeLists.txt       | 11 +++++++----
96843  3 files changed, 17 insertions(+), 22 deletions(-)
96844
96845 commit aaf934de3b9e3447897b4da566655d6d0494e87b
96846 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96847 Date:   Mon Jan 22 13:16:54 2018 +0330
96848
96849     [ci] minor (#721)
96850
96851  .circleci/config.yml | 4 ++--
96852  .travis.yml          | 4 ++--
96853  2 files changed, 4 insertions(+), 4 deletions(-)
96854
96855 commit bd752db733e3d8c2c8773d831aebdd8a5cbb5e04
96856 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96857 Date:   Mon Jan 22 13:08:35 2018 +0330
96858
96859     [ci] unbreak bots with outdated freetype version (#718)
96860
96861  .circleci/config.yml | 10 +++++++++-
96862  .travis.yml          | 10 +++++++++-
96863  2 files changed, 18 insertions(+), 2 deletions(-)
96864
96865 commit 19a93fcf1946ad29f07306a0b6c65377bdaa49f0
96866 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
96867 Date:   Sun Jan 21 20:40:34 2018 +0700
96868
96869     Fix typos.
96870
96871  src/hb-blob.h   | 2 +-
96872  src/hb-buffer.h | 4 ++--
96873  2 files changed, 3 insertions(+), 3 deletions(-)
96874
96875 commit 51ce3828e67a8ca7e4ea4b69e88c395e243bf01f
96876 Author: Behdad Esfahbod <behdad@behdad.org>
96877 Date:   Fri Jan 19 18:36:39 2018 -0800
96878
96879     [aat] Fix Ligature matching
96880     
96881     I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
96882
96883  src/hb-aat-layout-morx-table.hh | 4 ++--
96884  1 file changed, 2 insertions(+), 2 deletions(-)
96885
96886 commit bef509855c7a2c4400a947d2527d1dc048da1284
96887 Author: Behdad Esfahbod <behdad@behdad.org>
96888 Date:   Fri Jan 19 18:24:00 2018 -0800
96889
96890     [aat] Add TODO
96891
96892  src/hb-aat-layout-morx-table.hh | 1 +
96893  1 file changed, 1 insertion(+)
96894
96895 commit e6f283ed7db6f8e2f8016dcbf07e589c40976aa6
96896 Author: Behdad Esfahbod <behdad@behdad.org>
96897 Date:   Fri Jan 19 18:08:56 2018 -0800
96898
96899     [aat] Implement LigatureSubtable
96900     
96901     We form the Zapfino ligature now. Yay! No further testing done.
96902
96903  src/hb-aat-layout-common-private.hh |  25 ++++++---
96904  src/hb-aat-layout-morx-table.hh     | 108 +++++++++++++++++++++++++++++++++---
96905  2 files changed, 115 insertions(+), 18 deletions(-)
96906
96907 commit f07ce661a2056965c573c99bdb721c065563ea7b
96908 Author: Behdad Esfahbod <behdad@behdad.org>
96909 Date:   Fri Jan 19 16:52:01 2018 -0800
96910
96911     [aat] Embed a sanitizer context in hb_aat_apply_context_t
96912     
96913     For run-time checking.
96914
96915  src/hb-aat-layout-common-private.hh | 22 ++++++++++++++++------
96916  src/hb-aat-layout.cc                | 16 ++++++++--------
96917  2 files changed, 24 insertions(+), 14 deletions(-)
96918
96919 commit 046690a4df0fdc93e3490210ef105f26057b1462
96920 Author: Behdad Esfahbod <behdad@behdad.org>
96921 Date:   Wed Jan 17 16:59:55 2018 -0800
96922
96923     [aat] Add hb_aat_apply_context_t
96924
96925  src/hb-aat-layout-common-private.hh | 23 +++++++++++++++++++++++
96926  src/hb-aat-layout-morx-table.hh     | 27 +++++++++++++--------------
96927  src/hb-aat-layout-private.hh        |  2 +-
96928  src/hb-aat-layout.cc                |  8 +++++---
96929  src/hb-ot-shape.cc                  |  3 +--
96930  5 files changed, 43 insertions(+), 20 deletions(-)
96931
96932 commit fd034490942c06e31cfb42f32023c78734f8aeeb
96933 Author: Behdad Esfahbod <behdad@behdad.org>
96934 Date:   Wed Jan 17 16:46:51 2018 -0800
96935
96936     Rename hb_apply_context_t to hb_ot_apply_context_t
96937
96938  src/hb-aat-layout-morx-table.hh            | 16 ++++-----
96939  src/hb-aat-layout-private.hh               |  2 +-
96940  src/hb-aat-layout.cc                       |  2 +-
96941  src/hb-ot-layout-gpos-table.hh             | 48 ++++++++++++-------------
96942  src/hb-ot-layout-gsub-table.hh             | 24 ++++++-------
96943  src/hb-ot-layout-gsubgpos-private.hh       | 58 +++++++++++++++---------------
96944  src/hb-ot-layout-private.hh                |  4 +--
96945  src/hb-ot-layout.cc                        | 16 ++++-----
96946  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
96947  src/hb-ot-shape-fallback.cc                |  4 +--
96948  src/hb-ot-shape.cc                         |  2 +-
96949  11 files changed, 89 insertions(+), 89 deletions(-)
96950
96951 commit 94b49beee972fec98cbb80658df3d8491b45485d
96952 Author: Behdad Esfahbod <behdad@behdad.org>
96953 Date:   Wed Jan 17 12:46:08 2018 -0800
96954
96955     Whitespace
96956
96957  src/hb-ot-head-table.hh | 20 +++++++++-----------
96958  src/hb-ot-post-table.hh | 10 +++++-----
96959  2 files changed, 14 insertions(+), 16 deletions(-)
96960
96961 commit e849b8a85bb66219db4d797d86ddd60ed7c26a2e
96962 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96963 Date:   Fri Jan 19 16:12:24 2018 +0330
96964
96965     [cmake] Always put test/api/CMakeLists.txt on distributions
96966
96967  test/api/Makefile.am | 3 ++-
96968  1 file changed, 2 insertions(+), 1 deletion(-)
96969
96970 commit c8f2a4f5b99d3be3079286817386b4185d35a545
96971 Author: Cosimo Lupo <cosimo@anthrotype.com>
96972 Date:   Thu Jan 18 22:49:40 2018 +0100
96973
96974     hb-common.cc: Hatran script is right-to-left (#714)
96975     
96976     "Hatran is written from right to left horizontally"
96977     
96978     http://www.unicode.org/L2/L2012/12312-n4324-hatran.pdf
96979     
96980     This ancient script was added with Unicode 8.0.
96981     
96982     Also this spreadsheet (referenced in an inline comment in the
96983     source code) has it as RTL: http://goo.gl/x9ilM
96984
96985  src/hb-common.cc | 1 +
96986  1 file changed, 1 insertion(+)
96987
96988 commit 00806149b9b591e4ec15996d3d56bdbd60687821
96989 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96990 Date:   Fri Jan 19 01:12:31 2018 +0330
96991
96992     Improve avoiding C++ linkage, definition creation and cmake tests (#710)
96993
96994  .circleci/config.yml |  4 ++--
96995  CMakeLists.txt       | 46 ++++++++++++++++++++++++++--------------------
96996  configure.ac         |  3 +++
96997  src/Makefile.am      | 11 ++---------
96998  src/check-defs.sh    | 37 +++++++++++++++++++++++--------------
96999  src/gen-def.py       | 16 ++++++++++++++++
97000  6 files changed, 72 insertions(+), 45 deletions(-)
97001
97002 commit 9b693212a834a96252f4ebe0b006b85e9f35fc91
97003 Author: David Corbett <corbett.dav@husky.neu.edu>
97004 Date:   Thu Jan 18 16:34:13 2018 -0500
97005
97006     Update record-test.sh to the new directory layout (#716)
97007
97008  test/shaping/README.md      | 11 ++++++-----
97009  test/shaping/record-test.sh | 17 +++++++++++++----
97010  2 files changed, 19 insertions(+), 9 deletions(-)
97011
97012 commit 461a605fdec3361a038d3715adf615353c4f91fa
97013 Author: Behdad Esfahbod <behdad@behdad.org>
97014 Date:   Wed Jan 17 10:02:48 2018 -0800
97015
97016     [aat] Allocate set dynamically
97017
97018  src/hb-aat-layout-common-private.hh | 21 ++++++++++++---------
97019  1 file changed, 12 insertions(+), 9 deletions(-)
97020
97021 commit 4c4a9fc8617fed9bc1a7805c9aed294b4f6b66ea
97022 Author: Behdad Esfahbod <behdad@behdad.org>
97023 Date:   Wed Jan 17 09:47:50 2018 -0800
97024
97025     Typo
97026     
97027     Fixes https://github.com/harfbuzz/harfbuzz/issues/711
97028
97029  util/options.cc | 2 +-
97030  1 file changed, 1 insertion(+), 1 deletion(-)
97031
97032 commit 90f01bad637c8b1214f46d4df6d9552a6a728e29
97033 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97034 Date:   Tue Jan 16 22:00:21 2018 +0330
97035
97036     [cmake] don't link to libstdc++ (#707)
97037
97038  CMakeLists.txt | 38 +++++++++++++++++++++++++-------------
97039  1 file changed, 25 insertions(+), 13 deletions(-)
97040
97041 commit 5e14e5f65d3dd1ed471ed73fab7e3207ae04e8fb
97042 Author: rdb <rdb@users.noreply.github.com>
97043 Date:   Tue Jan 16 17:04:33 2018 +0100
97044
97045     [cmake] Fix for CMake 3.0 and below (#706)
97046
97047  CMakeLists.txt | 6 +++---
97048  1 file changed, 3 insertions(+), 3 deletions(-)
97049
97050 commit c97a7eca7f7b6fc1c50a4ac7fccf3fa2d777430e
97051 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97052 Date:   Tue Jan 16 14:18:09 2018 +0330
97053
97054     [cmake] Fix symbols visibility and enable check-symbols.sh test (#705)
97055
97056  .circleci/config.yml |  2 +-
97057  CMakeLists.txt       | 22 ++++++++++++++--------
97058  2 files changed, 15 insertions(+), 9 deletions(-)
97059
97060 commit 60f84ef014f9280da24d5eb9ce833a7f37210242
97061 Author: Behdad Esfahbod <behdad@behdad.org>
97062 Date:   Mon Jan 15 20:46:58 2018 -0500
97063
97064     Disable MORX-13/14
97065     
97066     Really, need better way to catch these :(.
97067
97068  test/shaping/data/text-rendering-tests/DISABLED         | 2 ++
97069  test/shaping/data/text-rendering-tests/Makefile.sources | 4 ++--
97070  2 files changed, 4 insertions(+), 2 deletions(-)
97071
97072 commit 949f6af2897b8982c81a059ea98e1c29bbce4772
97073 Author: Behdad Esfahbod <behdad@behdad.org>
97074 Date:   Mon Jan 15 20:44:10 2018 -0500
97075
97076     Disallow sanitize recursing into Extension subtables multiple times
97077     
97078     Fixes https://oss-fuzz.com/v2/testcase-detail/5216838347653120
97079     which is a stack overflow, not by way of infinite recursion, just
97080     being deep.  That's disallowed anyway, so catch it as it happens,
97081     not afterwards.
97082
97083  src/hb-ot-layout-gsub-table.hh       | 5 ++---
97084  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
97085  2 files changed, 5 insertions(+), 4 deletions(-)
97086
97087 commit bcb6f1ae0a08e5c7af88a7affaad42a67c5adac5
97088 Author: Behdad Esfahbod <behdad@behdad.org>
97089 Date:   Mon Jan 15 20:34:05 2018 -0500
97090
97091     Whitespace
97092
97093  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
97094  1 file changed, 1 insertion(+), 1 deletion(-)
97095
97096 commit 12fffce10eb6ffebdedd655d0b1f10a99adf1808
97097 Author: Behdad Esfahbod <behdad@behdad.org>
97098 Date:   Mon Jan 15 15:41:51 2018 -0500
97099
97100     [aat] Sanitize classTable in StateTable
97101
97102  src/hb-aat-layout-common-private.hh | 3 ++-
97103  1 file changed, 2 insertions(+), 1 deletion(-)
97104
97105 commit e6263c7142ca22efd9a3c93353a513f475c1c48d
97106 Author: Behdad Esfahbod <behdad@behdad.org>
97107 Date:   Mon Jan 15 15:37:55 2018 -0500
97108
97109     [aat] Wire up table length to apply()
97110
97111  src/hb-aat-layout-morx-table.hh | 17 +++++++++--------
97112  src/hb-aat-layout.cc            | 20 +++++++++++++++-----
97113  src/hb-open-type-private.hh     |  6 +++---
97114  3 files changed, 27 insertions(+), 16 deletions(-)
97115
97116 commit 679ae744d07db7746a983ece54c22635a9dc3cff
97117 Author: Behdad Esfahbod <behdad@behdad.org>
97118 Date:   Sun Jan 14 15:03:31 2018 -0500
97119
97120     [aat] Towards implementing LigatureSubtable
97121
97122  src/hb-aat-layout-morx-table.hh | 61 +++++++++++++++++++++++++++++++++++++++--
97123  1 file changed, 58 insertions(+), 3 deletions(-)
97124
97125 commit c9e12a2b9b34d73d37def2261a5c1a7ef20b8349
97126 Author: Behdad Esfahbod <behdad@behdad.org>
97127 Date:   Sat Jan 13 17:05:12 2018 +0000
97128
97129     Fix set initializer
97130
97131  src/hb-set-private.hh | 1 +
97132  1 file changed, 1 insertion(+)
97133
97134 commit 54a1e250a839f030b43dbeba66cadc50ab5f90f6
97135 Author: Behdad Esfahbod <behdad@behdad.org>
97136 Date:   Sat Jan 13 14:44:39 2018 +0000
97137
97138     [test/text-rendering-tests] Update from upstream
97139
97140  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
97141  .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf | Bin 0 -> 1816 bytes
97142  .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf | Bin 0 -> 1820 bytes
97143  .../data/text-rendering-tests/tests/MORX-13.tests        |   1 +
97144  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
97145  5 files changed, 4 insertions(+)
97146
97147 commit 9009b341c46caaa81deae8ea55e6f7dd98565f59
97148 Author: Behdad Esfahbod <behdad@behdad.org>
97149 Date:   Fri Jan 12 12:04:53 2018 +0100
97150
97151     [aat] Fix some struct sizes
97152     
97153     I hate it that with my compiler at least, it doesn't catch totally uncompilable
97154     statements in templates if they are not used...
97155
97156  src/hb-aat-layout-common-private.hh | 2 +-
97157  src/hb-aat-layout-morx-table.hh     | 8 ++++----
97158  2 files changed, 5 insertions(+), 5 deletions(-)
97159
97160 commit 57051b4f672d7d9dd10c45cc95b1e50e32cd42a9
97161 Author: Behdad Esfahbod <behdad@behdad.org>
97162 Date:   Fri Jan 12 11:42:25 2018 +0100
97163
97164     [aat] Flush rest of buffer if state machine failed
97165
97166  src/hb-aat-layout-common-private.hh | 12 +++++++++---
97167  src/hb-aat-layout-morx-table.hh     |  2 ++
97168  2 files changed, 11 insertions(+), 3 deletions(-)
97169
97170 commit 369dfab0f8b7f22338bbd7a58a27e2e02e1efc29
97171 Author: Behdad Esfahbod <behdad@behdad.org>
97172 Date:   Fri Jan 12 11:37:01 2018 +0100
97173
97174     Minor
97175
97176  docs/Makefile.am | 2 +-
97177  1 file changed, 1 insertion(+), 1 deletion(-)
97178
97179 commit 25364c4f0020a66bd6f4bce1656ea47f1093396d
97180 Author: Behdad Esfahbod <behdad@behdad.org>
97181 Date:   Fri Jan 12 11:31:20 2018 +0100
97182
97183     [aat] Fix symbol visibility
97184     
97185     Not sure why only one of the bots sees this as visible...
97186
97187  src/hb-aat-layout-morx-table.hh | 2 +-
97188  1 file changed, 1 insertion(+), 1 deletion(-)
97189
97190 commit ee16b9d8d35af1e74369edf7b733886c4b743a68
97191 Author: Behdad Esfahbod <behdad@behdad.org>
97192 Date:   Fri Jan 12 11:28:09 2018 +0100
97193
97194     Revert accidental morx enablement
97195
97196  src/hb-ot-shape.cc | 4 ++--
97197  1 file changed, 2 insertions(+), 2 deletions(-)
97198
97199 commit 44f0ee346f53c51ec4abccc81cc24abf6f018e85
97200 Author: Behdad Esfahbod <behdad@behdad.org>
97201 Date:   Fri Jan 12 11:27:51 2018 +0100
97202
97203     Fix docs
97204
97205  docs/harfbuzz-sections.txt | 1 +
97206  1 file changed, 1 insertion(+)
97207
97208 commit cdfa801ff4fe301d7bd41c9eee57cae75001ce4b
97209 Author: Behdad Esfahbod <behdad@behdad.org>
97210 Date:   Fri Jan 12 11:12:20 2018 +0100
97211
97212     [aat] Tweak previous commit
97213
97214  src/hb-aat-layout-common-private.hh | 2 ++
97215  src/hb-ot-shape.cc                  | 4 ++--
97216  2 files changed, 4 insertions(+), 2 deletions(-)
97217
97218 commit f7600228a4b37e6f6b65394aceeeb14bf4133c23
97219 Author: Behdad Esfahbod <behdad@behdad.org>
97220 Date:   Fri Jan 12 11:09:21 2018 +0100
97221
97222     [aat] Detect infinite-loops in state machine
97223
97224  src/hb-aat-layout-common-private.hh | 36 +++++++++++++++++++++++++++++-------
97225  1 file changed, 29 insertions(+), 7 deletions(-)
97226
97227 commit d514f1480cffb81850ef212155c66ee9e0383350
97228 Author: Behdad Esfahbod <behdad@behdad.org>
97229 Date:   Fri Jan 12 10:55:44 2018 +0100
97230
97231     [circleci] cat test logs on failure on autotools-based builds
97232
97233  .circleci/config.yml | 6 +++---
97234  1 file changed, 3 insertions(+), 3 deletions(-)
97235
97236 commit 1facef337862a0ceee9a8ac1d4dc94ff94fcb3b3
97237 Author: Behdad Esfahbod <behdad@behdad.org>
97238 Date:   Fri Jan 12 10:53:52 2018 +0100
97239
97240     [travis] On test failure, cat all .log files
97241
97242  .travis.yml | 6 +++---
97243  1 file changed, 3 insertions(+), 3 deletions(-)
97244
97245 commit cdd86bf3a28961e85a8918d77937587df313d47b
97246 Author: Behdad Esfahbod <behdad@behdad.org>
97247 Date:   Fri Jan 12 10:51:51 2018 +0100
97248
97249     [travis] Update cat'ing test-suite.log files
97250
97251  .travis.yml | 6 +++---
97252  1 file changed, 3 insertions(+), 3 deletions(-)
97253
97254 commit 22d8c765e7b556601173a3e70f5bc9f310263a98
97255 Author: Behdad Esfahbod <behdad@behdad.org>
97256 Date:   Fri Jan 12 09:46:38 2018 +0100
97257
97258     Disable C++11
97259     
97260     To better catch errors locally.
97261
97262  configure.ac | 2 +-
97263  1 file changed, 1 insertion(+), 1 deletion(-)
97264
97265 commit dd38db523a1001178bf4cae3721c098466534736
97266 Author: Behdad Esfahbod <behdad@behdad.org>
97267 Date:   Fri Jan 12 09:45:42 2018 +0100
97268
97269     [aat] Fix more builds
97270     
97271     Maybe I should disable C++11 detection such that my compiler also catches
97272     these.  Doesn't look like we can switch to it for a while anyway...
97273
97274  src/hb-aat-layout-common-private.hh |  2 +-
97275  src/hb-aat-layout-morx-table.hh     | 18 +++++++++---------
97276  2 files changed, 10 insertions(+), 10 deletions(-)
97277
97278 commit 72cb2b1f57ba79938c74e0406fc7457fce287f69
97279 Author: Behdad Esfahbod <behdad@behdad.org>
97280 Date:   Fri Jan 12 09:38:55 2018 +0100
97281
97282     [aat] Fix builds
97283
97284  src/hb-aat-layout-morx-table.hh | 6 +++---
97285  1 file changed, 3 insertions(+), 3 deletions(-)
97286
97287 commit e3a15d0c6d088963e61f7fbebe25e1096d8e2903
97288 Author: Ting-Wei Lan <lantw@src.gnome.org>
97289 Date:   Fri Jan 12 15:33:16 2018 +0800
97290
97291     Update _POSIX_C_SOURCE to the latest version
97292     
97293     Defining _POSIX_C_SOURCE to an old version on FreeBSD can cause C99 to
97294     be disabled in libc.
97295
97296  src/hb-blob.cc | 2 +-
97297  1 file changed, 1 insertion(+), 1 deletion(-)
97298
97299 commit c70d58f97da7dcbdd7ea72a44f39130a75a279f7
97300 Author: Behdad Esfahbod <behdad@behdad.org>
97301 Date:   Fri Jan 12 00:08:22 2018 +0100
97302
97303     [aat] Port RearrangementSubtable to StateTableDriver
97304
97305  src/hb-aat-layout-morx-table.hh | 91 ++++++++++++++++++++---------------------
97306  1 file changed, 44 insertions(+), 47 deletions(-)
97307
97308 commit 117cfe7bb7cef682eb151b94f1eb12363ba3af67
97309 Author: Behdad Esfahbod <behdad@behdad.org>
97310 Date:   Fri Jan 12 00:01:36 2018 +0100
97311
97312     [aat] Add StateTableDriver and convert ContextualSubtable to it
97313
97314  src/hb-aat-layout-common-private.hh | 51 ++++++++++++++++++++
97315  src/hb-aat-layout-morx-table.hh     | 93 ++++++++++++++++++-------------------
97316  2 files changed, 95 insertions(+), 49 deletions(-)
97317
97318 commit 0d39ac224c680b1f0134b58e78391497fbe47370
97319 Author: Behdad Esfahbod <behdad@behdad.org>
97320 Date:   Thu Jan 11 22:47:08 2018 +0100
97321
97322     [test/text-rendering-tests] Update README
97323
97324  test/shaping/data/text-rendering-tests/README | 3 +++
97325  1 file changed, 3 insertions(+)
97326
97327 commit 17a66f133c7e523403b6c90b011fcf0acb6356c6
97328 Author: Behdad Esfahbod <behdad@behdad.org>
97329 Date:   Thu Jan 11 22:46:19 2018 +0100
97330
97331     [test] Disable MORX-12
97332     
97333     Ouch. I need a better workflow for this.
97334
97335  test/shaping/data/text-rendering-tests/Makefile.sources | 1 -
97336  1 file changed, 1 deletion(-)
97337
97338 commit 1f1c85a54aad8a25a67041cbb9c4277d28c1c761
97339 Author: Behdad Esfahbod <behdad@behdad.org>
97340 Date:   Thu Jan 11 22:43:57 2018 +0100
97341
97342     [aat] Remove 'mort' support
97343     
97344     It's dead, Jim!
97345
97346  src/hb-aat-layout-common-private.hh |  55 +++++-----------
97347  src/hb-aat-layout-morx-table.hh     | 122 ++++++++++--------------------------
97348  2 files changed, 46 insertions(+), 131 deletions(-)
97349
97350 commit 7e2fed6d73f89986e5777028cdcd24e3baf2f86c
97351 Author: Behdad Esfahbod <behdad@behdad.org>
97352 Date:   Thu Jan 11 19:25:21 2018 +0100
97353
97354     [aat] Allow DontAdvance
97355     
97356     Apparently CoreText does allow these.  To be done: detect infinite
97357     loops.
97358     
97359     Fixes MORX-12 test.
97360
97361  src/hb-aat-layout-morx-table.hh | 4 ++--
97362  1 file changed, 2 insertions(+), 2 deletions(-)
97363
97364 commit 1387fe8f9c474e88f86828733d4c01bd56f44432
97365 Author: Behdad Esfahbod <behdad@behdad.org>
97366 Date:   Thu Jan 11 19:22:37 2018 +0100
97367
97368     [test/text-rendering-tests] Update from upstream
97369
97370  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
97371  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
97372  .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf   | Bin 0 -> 2200 bytes
97373  .../data/text-rendering-tests/tests/MORX-12.tests        |   3 +++
97374  4 files changed, 6 insertions(+)
97375
97376 commit 17f01aff910b3871d0a6c45fd4305304b7f68ab5
97377 Author: Behdad Esfahbod <behdad@behdad.org>
97378 Date:   Thu Jan 11 18:54:49 2018 +0100
97379
97380     [aat] Sanitize ContextualSubtable
97381
97382  src/hb-aat-layout-common-private.hh | 23 +++++++++++++++++++----
97383  src/hb-aat-layout-morx-table.hh     | 34 ++++++++++++++++++++++++----------
97384  2 files changed, 43 insertions(+), 14 deletions(-)
97385
97386 commit 9b82aa19d812e70b7fade4b7669a9ce27855951e
97387 Author: Behdad Esfahbod <behdad@behdad.org>
97388 Date:   Thu Jan 11 18:19:42 2018 +0100
97389
97390     More warning fixes
97391
97392  src/hb-open-type-private.hh | 4 ++--
97393  1 file changed, 2 insertions(+), 2 deletions(-)
97394
97395 commit 680cbc2eb325edc6b8562f39485b146aa56b3872
97396 Author: Behdad Esfahbod <behdad@behdad.org>
97397 Date:   Thu Jan 11 18:15:53 2018 +0100
97398
97399     [aat] Sanitize StateTable
97400
97401  src/hb-aat-layout-common-private.hh | 43 ++++++++++++++++++++++++++++++++++---
97402  1 file changed, 40 insertions(+), 3 deletions(-)
97403
97404 commit 0e3b3379a04a67a22e44e17d6bf849359f4fca68
97405 Author: Behdad Esfahbod <behdad@behdad.org>
97406 Date:   Thu Jan 11 18:01:10 2018 +0100
97407
97408     [aat] Actually fix d887f931485b715775e922516a4b0de5bb92c34f
97409
97410  src/hb-aat-layout-morx-table.hh | 2 +-
97411  1 file changed, 1 insertion(+), 1 deletion(-)
97412
97413 commit 1eb98c9916c6cb447f999170840b7f37de4b282d
97414 Author: Behdad Esfahbod <behdad@behdad.org>
97415 Date:   Thu Jan 11 17:59:03 2018 +0100
97416
97417     [test/text-rendering-tests] Actually disable MORX-11
97418
97419  test/shaping/data/text-rendering-tests/Makefile.sources | 2 +-
97420  1 file changed, 1 insertion(+), 1 deletion(-)
97421
97422 commit 3f291ffd5a9480ac0f528eaedd43c7e9af738ee2
97423 Author: Behdad Esfahbod <behdad@behdad.org>
97424 Date:   Thu Jan 11 17:57:46 2018 +0100
97425
97426     [buffer] Fix compiler warnings
97427     
97428     line 323: Warning: info hides hb_buffer_t::info
97429     ...
97430
97431  src/hb-buffer-private.hh | 20 ++++++++++----------
97432  1 file changed, 10 insertions(+), 10 deletions(-)
97433
97434 commit d887f931485b715775e922516a4b0de5bb92c34f
97435 Author: Behdad Esfahbod <behdad@behdad.org>
97436 Date:   Thu Jan 11 17:41:34 2018 +0100
97437
97438     [aat] Make bots happy
97439     
97440     Don't know why this is not caught by my compiler.  Looks like clang catches it
97441     while gcc doesn't.
97442     
97443     In file included from ../src/hb-aat-layout-morx-table.hh:31:
97444     ../src/hb-aat-layout-common-private.hh:523:30: error: no member named 'static_size' in 'AAT::ContextualSubtable<AAT::MorxTypes>::EntryData'
97445       DEFINE_SIZE_STATIC (4 + T::static_size);
97446                                 ~~~^
97447
97448  src/hb-aat-layout-morx-table.hh | 2 ++
97449  1 file changed, 2 insertions(+)
97450
97451 commit f6be730994434e706cc27d68b796492d876e82b6
97452 Author: Behdad Esfahbod <behdad@behdad.org>
97453 Date:   Thu Jan 11 15:23:24 2018 +0100
97454
97455     [aat] In NoncontextualSubtable, handle MarkLast with end-of-line transition
97456     
97457     Fixes MORX-11 test.
97458
97459  src/hb-aat-layout-morx-table.hh | 4 ++--
97460  1 file changed, 2 insertions(+), 2 deletions(-)
97461
97462 commit 1d20d109a07bf9c775ab91dfbbb55f7bd80fd9d6
97463 Author: Behdad Esfahbod <behdad@behdad.org>
97464 Date:   Thu Jan 11 15:18:22 2018 +0100
97465
97466     [test/text-rendering-tests] Update from upstream
97467
97468  test/shaping/data/text-rendering-tests/DISABLED          |   3 ++-
97469  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
97470  .../data/text-rendering-tests/fonts/TestMORXEleven.ttf   | Bin 0 -> 1624 bytes
97471  .../data/text-rendering-tests/tests/MORX-11.tests        |   1 +
97472  4 files changed, 5 insertions(+), 2 deletions(-)
97473
97474 commit f9be673814aeb2c8abab52a672598576c6ed20c2
97475 Author: Behdad Esfahbod <behdad@behdad.org>
97476 Date:   Thu Jan 11 15:15:07 2018 +0100
97477
97478     [aat] Implement ContextualSubtable
97479     
97480     Tested with Zapfino and text "2nd". Sascha will create tests later.
97481
97482  src/hb-aat-layout-morx-table.hh | 70 ++++++++++++++++++++++++++++++++++++++---
97483  1 file changed, 66 insertions(+), 4 deletions(-)
97484
97485 commit 335a9c1fe489db53549801b4996dd0f6f5eded62
97486 Author: Behdad Esfahbod <behdad@behdad.org>
97487 Date:   Thu Jan 11 14:50:47 2018 +0100
97488
97489     [aat] Towards implementing ContextualSubtable
97490
97491  src/hb-aat-layout-common-private.hh | 58 ++++++++++++++++++++++--
97492  src/hb-aat-layout-morx-table.hh     | 88 ++++++++++++++++++++++++++-----------
97493  2 files changed, 117 insertions(+), 29 deletions(-)
97494
97495 commit 62348f647f7b1604e008dbed46a54eff245fc106
97496 Author: Behdad Esfahbod <behdad@behdad.org>
97497 Date:   Thu Jan 11 12:00:28 2018 +0100
97498
97499     [aat] Implement end-of-text in state machine
97500     
97501     Passes MORX-10 test now.
97502
97503  src/hb-aat-layout-morx-table.hh | 10 ++++++----
97504  1 file changed, 6 insertions(+), 4 deletions(-)
97505
97506 commit fc405b7ca77088135cb7de11cb32c254b85272fd
97507 Author: Behdad Esfahbod <behdad@behdad.org>
97508 Date:   Thu Jan 11 11:55:29 2018 +0100
97509
97510     [test/text-rendering-tests] Update from upstream
97511
97512  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
97513  test/shaping/data/text-rendering-tests/Makefile.sources  |  11 ++++++-----
97514  .../data/text-rendering-tests/fonts/TestMORXTen.ttf      | Bin 0 -> 1620 bytes
97515  .../data/text-rendering-tests/tests/MORX-10.tests        |   1 +
97516  4 files changed, 8 insertions(+), 5 deletions(-)
97517
97518 commit 9adbd938fafe1de4e279489fc37ae33c900e22f0
97519 Author: Behdad Esfahbod <behdad@behdad.org>
97520 Date:   Thu Jan 11 11:55:10 2018 +0100
97521
97522     Minor
97523
97524  src/hb-aat-layout-morx-table.hh | 2 +-
97525  1 file changed, 1 insertion(+), 1 deletion(-)
97526
97527 commit 4177f646aa60180f094e064a53e54c5402fe53c6
97528 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97529 Date:   Thu Jan 11 15:43:23 2018 +0330
97530
97531     [cmake] Update and unbreak (#700)
97532
97533  test/shaping/CMakeLists.txt | 4 ++--
97534  1 file changed, 2 insertions(+), 2 deletions(-)
97535
97536 commit 94644d7ea4cf217e4d6c6ff57d65e1e20866ea6d
97537 Author: Behdad Esfahbod <behdad@behdad.org>
97538 Date:   Thu Jan 11 11:49:07 2018 +0100
97539
97540     [aat] Generate finegrained unsafe-to-break in state-machine!
97541     
97542     Neato.
97543
97544  src/hb-aat-layout-morx-table.hh | 11 +++++++++--
97545  1 file changed, 9 insertions(+), 2 deletions(-)
97546
97547 commit 994eb7744c530bbaa5d6d8b8e07ca936e81aade8
97548 Author: Behdad Esfahbod <behdad@behdad.org>
97549 Date:   Thu Jan 11 11:37:12 2018 +0100
97550
97551     [buffer] Fix crash
97552
97553  src/hb-buffer-serialize.cc | 4 ++--
97554  1 file changed, 2 insertions(+), 2 deletions(-)
97555
97556 commit d6076747ac6706b4d8361714d46aced9683c44a8
97557 Author: Behdad Esfahbod <behdad@behdad.org>
97558 Date:   Thu Jan 11 10:51:46 2018 +0100
97559
97560     [test/text-rendering-tests] Add DISABLED list
97561
97562  test/shaping/data/text-rendering-tests/DISABLED | 20 ++++++++++++++++++++
97563  1 file changed, 20 insertions(+)
97564
97565 commit de02b5093c42a527ae67084b30943369ed59efe6
97566 Author: Behdad Esfahbod <behdad@behdad.org>
97567 Date:   Thu Jan 11 10:48:42 2018 +0100
97568
97569     [test/in-house] Add Makefile.sources
97570
97571  test/shaping/data/in-house/Makefile.am      | 46 ++---------------------------
97572  test/shaping/data/in-house/Makefile.sources | 46 +++++++++++++++++++++++++++++
97573  2 files changed, 48 insertions(+), 44 deletions(-)
97574
97575 commit 7c32e01d04deaab511d41f5dec0dfd9fc0469f39
97576 Author: Behdad Esfahbod <behdad@behdad.org>
97577 Date:   Thu Jan 11 10:47:31 2018 +0100
97578
97579     Minor
97580
97581  src/Makefile.am                                  | 1 +
97582  src/Makefile.sources                             | 2 --
97583  test/shaping/data/text-rendering-tests/update.sh | 2 --
97584  util/Makefile.am                                 | 1 +
97585  util/Makefile.sources                            | 2 --
97586  5 files changed, 2 insertions(+), 6 deletions(-)
97587
97588 commit a5adc5aa84c03184fd1c8a486be80ff0af1f448c
97589 Author: Behdad Esfahbod <behdad@behdad.org>
97590 Date:   Thu Jan 11 10:30:22 2018 +0100
97591
97592     [test/text-rendering-tests] Update from upstream
97593     
97594     Also adds an update.sh script that does this automatically.
97595
97596  test/shaping/data/text-rendering-tests/Makefile.am |  52 +++------------------
97597  .../data/text-rendering-tests/Makefile.sources     |  51 ++++++++++++++++++++
97598  .../text-rendering-tests/fonts/TestMORXEight.ttf   | Bin 0 -> 2184 bytes
97599  .../text-rendering-tests/fonts/TestMORXNine.ttf    | Bin 0 -> 1624 bytes
97600  .../data/text-rendering-tests/tests/MORX-5.tests   |  25 ++++++++++
97601  .../data/text-rendering-tests/tests/MORX-6.tests   |   1 +
97602  .../data/text-rendering-tests/tests/MORX-7.tests   |   1 +
97603  .../data/text-rendering-tests/tests/MORX-8.tests   |   3 ++
97604  .../data/text-rendering-tests/tests/MORX-9.tests   |   1 +
97605  test/shaping/data/text-rendering-tests/update.sh   |  48 +++++++++++++++++++
97606  10 files changed, 136 insertions(+), 46 deletions(-)
97607
97608 commit c861daacc4255d41d2358868b917277422949dc9
97609 Author: Behdad Esfahbod <behdad@behdad.org>
97610 Date:   Thu Jan 11 10:11:01 2018 +0100
97611
97612     [test/text-rendering-tests] Add README and COPYING
97613
97614  test/shaping/data/text-rendering-tests/COPYING     | 13 +++++++++++++
97615  test/shaping/data/text-rendering-tests/Makefile.am |  2 ++
97616  test/shaping/data/text-rendering-tests/README      |  4 ++++
97617  3 files changed, 19 insertions(+)
97618
97619 commit 14b4d84eef18bd54287c10ce44eaef4f642f6238
97620 Author: Behdad Esfahbod <behdad@behdad.org>
97621 Date:   Thu Jan 11 10:08:25 2018 +0100
97622
97623     [aat] Fix RearrangementSubtable action
97624
97625  src/hb-aat-layout-morx-table.hh | 2 +-
97626  1 file changed, 1 insertion(+), 1 deletion(-)
97627
97628 commit ea3e86c6401d41cf54d82692eccbf44c87be2fd5
97629 Author: Behdad Esfahbod <behdad@behdad.org>
97630 Date:   Thu Jan 11 09:58:42 2018 +0100
97631
97632     Minor
97633
97634  test/shaping/data/Makefile.am                      | 4 ++++
97635  test/shaping/data/in-house/Makefile.am             | 4 ++++
97636  test/shaping/data/text-rendering-tests/Makefile.am | 4 ++++
97637  3 files changed, 12 insertions(+)
97638
97639 commit 800e4ae80232f022404be155afd497b0421a6a64
97640 Author: Behdad Esfahbod <behdad@behdad.org>
97641 Date:   Thu Jan 11 09:57:55 2018 +0100
97642
97643     [aat] Mark state-machine-based lookup as completely unsafe-to-break
97644     
97645     To be improved later.
97646
97647  src/hb-aat-layout-morx-table.hh | 2 ++
97648  1 file changed, 2 insertions(+)
97649
97650 commit ca42d961293a9e4dfd0817c1a02d454008583282
97651 Author: Behdad Esfahbod <behdad@behdad.org>
97652 Date:   Thu Jan 11 09:15:34 2018 +0100
97653
97654     [aat] Implement RearrangementSubtable
97655
97656  src/hb-aat-layout-common-private.hh |  89 ++++++++++++++++-
97657  src/hb-aat-layout-morx-table.hh     | 192 +++++++++++++++++++++++++++++++-----
97658  src/hb-open-type-private.hh         |   2 -
97659  src/hb-private.hh                   |   7 +-
97660  4 files changed, 254 insertions(+), 36 deletions(-)
97661
97662 commit 5dbbd0fdb9a343554112a846b392803f11c13197
97663 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97664 Date:   Thu Jan 11 12:33:22 2018 +0330
97665
97666     Move the #define of _GNU_SOURCE to the top of hb-private.hh (#697)
97667     
97668     This fixes the build on Cygwin.
97669
97670  src/hb-private.hh | 4 ++--
97671  1 file changed, 2 insertions(+), 2 deletions(-)
97672
97673 commit 90e3c9e69e93e05d9fb534fd43b5c99cf58a7cb4
97674 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97675 Date:   Thu Jan 11 12:31:05 2018 +0330
97676
97677     [cmake] Fix hb-blob test (#699)
97678
97679  CMakeLists.txt | 8 ++++----
97680  1 file changed, 4 insertions(+), 4 deletions(-)
97681
97682 commit 1461965c2220cd957c26b3fe5835200e426bc715
97683 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97684 Date:   Thu Jan 11 08:48:22 2018 +0330
97685
97686     [test] Better tests output by converting stderr to stdout (#696)
97687     
97688     https://gitlab.kitware.com/cmake/cmake/issues/17630
97689
97690  test/shaping/run-tests.py | 18 +++++++++---------
97691  1 file changed, 9 insertions(+), 9 deletions(-)
97692
97693 commit ebb9b7d6335536804b50002fb83dd30da42a8ad5
97694 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97695 Date:   Thu Jan 11 08:15:06 2018 +0330
97696
97697     [test] Print shaping output on CI fails (#695)
97698
97699  .circleci/config.yml      | 4 ++--
97700  test/shaping/run-tests.py | 8 ++++----
97701  2 files changed, 6 insertions(+), 6 deletions(-)
97702
97703 commit e24bea8e91ba9f447f1f7f252bdefacef1f83593
97704 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97705 Date:   Wed Jan 10 23:51:56 2018 +0330
97706
97707     [cmake] Another try on making sure feature testing is working (#691)
97708
97709  .circleci/config.yml | 131 ++++++++++++++++++++++++++++-----------------------
97710  CMakeLists.txt       |  17 ++++---
97711  2 files changed, 79 insertions(+), 69 deletions(-)
97712
97713 commit 746a37d5bdd2e965aa316e95ba5a7bad809d76a7
97714 Author: Behdad Esfahbod <behdad@behdad.org>
97715 Date:   Wed Jan 10 16:47:47 2018 +0100
97716
97717     [util] Replace setlinebuf
97718
97719  util/options.cc | 4 ++--
97720  1 file changed, 2 insertions(+), 2 deletions(-)
97721
97722 commit ff2083c53eecc67c011b96b0b9a58331043e53cf
97723 Author: Behdad Esfahbod <behdad@behdad.org>
97724 Date:   Wed Jan 10 13:54:36 2018 +0100
97725
97726     [util] Set stdio files to line buffering
97727     
97728     So we can stream lines to hb-shape and read output.
97729
97730  util/options.cc | 4 ++++
97731  1 file changed, 4 insertions(+)
97732
97733 commit 80fd5743200cbe221ae3adf057fe0e5ef54a894c
97734 Author: Behdad Esfahbod <behdad@behdad.org>
97735 Date:   Wed Jan 10 11:09:53 2018 +0100
97736
97737     [aat] Add Class subtable thingy
97738     
97739     From old 'mort' table.
97740
97741  src/hb-aat-layout-common-private.hh | 24 ++++++++++++++++++++++++
97742  1 file changed, 24 insertions(+)
97743
97744 commit 71e0ed9cbad8438239dcedf1bcfa8e19b9dfdc89
97745 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97746 Date:   Wed Jan 10 15:45:12 2018 +0330
97747
97748     [cmake] Add header existence tests (#685)
97749
97750  .circleci/config.yml        |  4 ++--
97751  CMakeLists.txt              | 53 ++++++++++++++++++++++++++++++---------------
97752  test/shaping/CMakeLists.txt |  1 -
97753  3 files changed, 37 insertions(+), 21 deletions(-)
97754
97755 commit a073621b5dc2865a014821307128a8fdd1d7d992
97756 Author: Ebrahim Byagowi <ebrahim@gnu.org>
97757 Date:   Wed Jan 10 12:13:28 2018 +0330
97758
97759     [cmake] Fix tests against latest changes (#690)
97760
97761  test/shaping/CMakeLists.txt | 14 +++++++++++---
97762  1 file changed, 11 insertions(+), 3 deletions(-)
97763
97764 commit 0b22da954142ad7a1e949a56448cee4e836fff75
97765 Author: Khaled Hosny <khaledhosny@eglug.org>
97766 Date:   Wed Jan 10 07:12:07 2018 +0200
97767
97768     Improve HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES docs
97769     
97770     Add the note about absolute glyph positions from the commit message.
97771
97772  src/hb-buffer.h | 3 ++-
97773  1 file changed, 2 insertions(+), 1 deletion(-)
97774
97775 commit 6db0b17c4ce56bd7477941e7a2fc85997c04588e
97776 Author: Behdad Esfahbod <behdad@behdad.org>
97777 Date:   Wed Jan 10 05:40:43 2018 +0100
97778
97779     [test] Move test handling to sundirectories
97780
97781  configure.ac                                       |  3 +
97782  test/shaping/Makefile.am                           | 98 +---------------------
97783  test/shaping/data/Makefile.am                      |  9 ++
97784  test/shaping/data/in-house/Makefile.am             | 58 +++++++++++++
97785  test/shaping/data/text-rendering-tests/Makefile.am | 60 +++++++++++++
97786  5 files changed, 131 insertions(+), 97 deletions(-)
97787
97788 commit 4c982b4867707fcd2259b344b06e5bba8dd0c1e3
97789 Author: Behdad Esfahbod <behdad@behdad.org>
97790 Date:   Wed Jan 10 05:26:55 2018 +0100
97791
97792     [test] Whitelist one more passing test
97793
97794  test/shaping/Makefile.am | 2 +-
97795  1 file changed, 1 insertion(+), 1 deletion(-)
97796
97797 commit 188ee6e5eeef3c63c332cfa30795d37da1bc1682
97798 Author: Behdad Esfahbod <behdad@behdad.org>
97799 Date:   Wed Jan 10 05:13:47 2018 +0100
97800
97801     Calculate anchor positions in float, then round
97802     
97803     Hoping to reduce rounding error, to make tests happier...
97804     No luck.
97805
97806  src/hb-font-private.hh         |  6 ++++++
97807  src/hb-ot-layout-gpos-table.hh | 44 +++++++++++++++++++++---------------------
97808  2 files changed, 28 insertions(+), 22 deletions(-)
97809
97810 commit 0b28e1199d62765db4e855756b96022e423dcc17
97811 Author: Behdad Esfahbod <behdad@behdad.org>
97812 Date:   Wed Jan 10 05:02:42 2018 +0100
97813
97814     [test] Whitelist one more passing test
97815
97816  test/shaping/Makefile.am | 2 +-
97817  1 file changed, 1 insertion(+), 1 deletion(-)
97818
97819 commit 7cdd6ab068500aa18de9a856bfbe730d0aac9a27
97820 Author: Behdad Esfahbod <behdad@behdad.org>
97821 Date:   Wed Jan 10 04:33:08 2018 +0100
97822
97823     Round, instead of floor, when applying variations
97824     
97825     Hoping this would fix remaining text-rendering-tests failures,
97826     but so far no luck.
97827
97828  src/hb-font-private.hh         | 2 +-
97829  src/hb-ot-layout-gpos-table.hh | 2 +-
97830  src/hb-private.hh              | 1 +
97831  3 files changed, 3 insertions(+), 2 deletions(-)
97832
97833 commit 6dc6f0c9f844a006b4518ce789e319fcef6e9680
97834 Author: Behdad Esfahbod <behdad@behdad.org>
97835 Date:   Wed Jan 10 04:12:35 2018 +0100
97836
97837     [test] Whitelist one passing test
97838
97839  test/shaping/Makefile.am | 2 +-
97840  1 file changed, 1 insertion(+), 1 deletion(-)
97841
97842 commit ec939761e4d1b2f825db715290d70e18b1c9dd12
97843 Author: Behdad Esfahbod <behdad@behdad.org>
97844 Date:   Wed Jan 10 03:56:43 2018 +0100
97845
97846     Minor
97847
97848  test/shaping/Makefile.am | 1 +
97849  1 file changed, 1 insertion(+)
97850
97851 commit c4eac531dfad55f691557a684b3a6bde83c4bcea
97852 Author: Behdad Esfahbod <behdad@behdad.org>
97853 Date:   Wed Jan 10 03:51:09 2018 +0100
97854
97855     Minor
97856
97857  test/shaping/Makefile.am | 1 -
97858  1 file changed, 1 deletion(-)
97859
97860 commit 285a0bd799426c544d896f8fbcc27f4613a28e9a
97861 Author: Behdad Esfahbod <behdad@behdad.org>
97862 Date:   Wed Jan 10 03:49:32 2018 +0100
97863
97864     [test] Another try
97865     
97866     Making cmake happy this time.
97867
97868  test/shaping/Makefile.am | 4 +++-
97869  1 file changed, 3 insertions(+), 1 deletion(-)
97870
97871 commit 95b32b00557d6afcfc469f8dcc51d8bfa8243a00
97872 Author: Behdad Esfahbod <behdad@behdad.org>
97873 Date:   Wed Jan 10 03:48:09 2018 +0100
97874
97875     [test] Fix text disabling
97876     
97877     Ouch, make!
97878
97879  test/shaping/Makefile.am | 27 ++++++++++++++-------------
97880  1 file changed, 14 insertions(+), 13 deletions(-)
97881
97882 commit a938d105b8d6e2d654079ea7d89e2e3ef5e0aed4
97883 Author: Behdad Esfahbod <behdad@behdad.org>
97884 Date:   Wed Jan 10 03:41:55 2018 +0100
97885
97886     [test/text-rendering-tests] Disable failing tests
97887
97888  test/shaping/Makefile.am | 16 ++++++++--------
97889  1 file changed, 8 insertions(+), 8 deletions(-)
97890
97891 commit ed95d5e374a10770eb305dfa43a9f5b39933aac7
97892 Author: Behdad Esfahbod <behdad@behdad.org>
97893 Date:   Wed Jan 10 03:38:52 2018 +0100
97894
97895     [test/text-rendering-tests] Disable failing tests
97896
97897  test/shaping/Makefile.am | 2 +-
97898  1 file changed, 1 insertion(+), 1 deletion(-)
97899
97900 commit 3b1e97f364e5ffdc08b52f889e3fea80a7e83e99
97901 Author: Behdad Esfahbod <behdad@behdad.org>
97902 Date:   Wed Jan 10 03:35:20 2018 +0100
97903
97904     Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
97905     
97906     New API:
97907     HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
97908     hb-shape / hb-view --remove-default-ignorables
97909     
97910     One more text-rendering-tests test passing.  Eleven failing.
97911
97912  src/hb-buffer.h                                    | 17 ++++--
97913  src/hb-ot-shape.cc                                 |  6 +-
97914  .../data/text-rendering-tests/extract-tests.py     |  2 +-
97915  .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 +++++------
97916  .../data/text-rendering-tests/tests/CFF-1.tests    | 26 ++++-----
97917  .../data/text-rendering-tests/tests/CFF-2.tests    | 26 ++++-----
97918  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 +++---
97919  .../data/text-rendering-tests/tests/CMAP-1.tests   |  8 +--
97920  .../data/text-rendering-tests/tests/CMAP-2.tests   |  4 +-
97921  .../data/text-rendering-tests/tests/CMAP-3.tests   | 40 ++++++-------
97922  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 +-
97923  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 +-
97924  .../data/text-rendering-tests/tests/GLYF-1.tests   |  2 +-
97925  .../data/text-rendering-tests/tests/GPOS-1.tests   | 38 ++++++------
97926  .../data/text-rendering-tests/tests/GPOS-2.tests   |  6 +-
97927  .../data/text-rendering-tests/tests/GPOS-3.tests   |  8 +--
97928  .../data/text-rendering-tests/tests/GPOS-4.tests   |  8 +--
97929  .../data/text-rendering-tests/tests/GPOS-5.tests   | 10 ++--
97930  .../data/text-rendering-tests/tests/GSUB-1.tests   |  2 +-
97931  .../data/text-rendering-tests/tests/GSUB-2.tests   | 22 +++----
97932  .../data/text-rendering-tests/tests/GVAR-1.tests   | 18 +++---
97933  .../data/text-rendering-tests/tests/GVAR-2.tests   | 18 +++---
97934  .../data/text-rendering-tests/tests/GVAR-3.tests   | 18 +++---
97935  .../data/text-rendering-tests/tests/GVAR-4.tests   | 22 +++----
97936  .../data/text-rendering-tests/tests/GVAR-5.tests   | 22 +++----
97937  .../data/text-rendering-tests/tests/GVAR-6.tests   | 22 +++----
97938  .../data/text-rendering-tests/tests/GVAR-7.tests   | 14 ++---
97939  .../data/text-rendering-tests/tests/GVAR-8.tests   | 12 ++--
97940  .../data/text-rendering-tests/tests/GVAR-9.tests   | 20 +++----
97941  .../data/text-rendering-tests/tests/HVAR-1.tests   | 12 ++--
97942  .../data/text-rendering-tests/tests/HVAR-2.tests   | 12 ++--
97943  .../data/text-rendering-tests/tests/KERN-1.tests   |  2 +-
97944  .../data/text-rendering-tests/tests/KERN-2.tests   |  2 +-
97945  .../data/text-rendering-tests/tests/MORX-1.tests   |  2 +-
97946  .../data/text-rendering-tests/tests/MORX-2.tests   | 32 +++++-----
97947  .../data/text-rendering-tests/tests/MORX-3.tests   | 32 +++++-----
97948  .../data/text-rendering-tests/tests/MORX-4.tests   | 30 +++++-----
97949  .../data/text-rendering-tests/tests/SHARAN-1.tests | 12 ++--
97950  .../data/text-rendering-tests/tests/SHBALI-1.tests | 44 +++++++-------
97951  .../data/text-rendering-tests/tests/SHBALI-2.tests | 24 ++++----
97952  .../data/text-rendering-tests/tests/SHBALI-3.tests | 18 +++---
97953  .../data/text-rendering-tests/tests/SHKNDA-1.tests | 68 +++++++++++-----------
97954  .../data/text-rendering-tests/tests/SHKNDA-2.tests | 32 +++++-----
97955  .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62 ++++++++++----------
97956  util/options.cc                                    |  1 +
97957  util/options.hh                                    | 14 +++--
97958  46 files changed, 435 insertions(+), 419 deletions(-)
97959
97960 commit 46e4ed552fb1205eb6cbc16450bb231998fc7347
97961 Author: Behdad Esfahbod <behdad@behdad.org>
97962 Date:   Wed Jan 10 03:22:08 2018 +0100
97963
97964     [test/text-rendering-tests] Hook up font variations
97965     
97966     Six more passing. Twelve failing now.
97967
97968  .../data/text-rendering-tests/extract-tests.py     |  6 +++-
97969  .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 +++++++++++-----------
97970  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 ++++++------
97971  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 ++--
97972  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 ++--
97973  .../data/text-rendering-tests/tests/GPOS-5.tests   | 10 +++----
97974  .../data/text-rendering-tests/tests/GVAR-1.tests   | 18 ++++++------
97975  .../data/text-rendering-tests/tests/GVAR-2.tests   | 18 ++++++------
97976  .../data/text-rendering-tests/tests/GVAR-3.tests   | 18 ++++++------
97977  .../data/text-rendering-tests/tests/GVAR-4.tests   | 22 +++++++-------
97978  .../data/text-rendering-tests/tests/GVAR-5.tests   | 22 +++++++-------
97979  .../data/text-rendering-tests/tests/GVAR-6.tests   | 22 +++++++-------
97980  .../data/text-rendering-tests/tests/GVAR-7.tests   | 14 ++++-----
97981  .../data/text-rendering-tests/tests/GVAR-8.tests   | 12 ++++----
97982  .../data/text-rendering-tests/tests/GVAR-9.tests   | 20 ++++++-------
97983  .../data/text-rendering-tests/tests/HVAR-1.tests   | 12 ++++----
97984  .../data/text-rendering-tests/tests/HVAR-2.tests   | 12 ++++----
97985  17 files changed, 137 insertions(+), 133 deletions(-)
97986
97987 commit 2b3f62fc4de8f10c2168f212b1368478312e6dec
97988 Author: Behdad Esfahbod <behdad@behdad.org>
97989 Date:   Wed Jan 10 03:16:56 2018 +0100
97990
97991     [test] Add tests from text-rendering-tests repo
97992     
97993     https://github.com/unicode-org/text-rendering-tests
97994
97995  test/shaping/Makefile.am                           |  44 ++++++++++++++-
97996  .../fonts/AdobeVFPrototype-Subset.otf              | Bin 0 -> 7096 bytes
97997  .../text-rendering-tests/fonts/FDArrayTest257.otf  | Bin 0 -> 145212 bytes
97998  .../fonts/FDArrayTest65535.otf                     | Bin 0 -> 492740 bytes
97999  .../fonts/NotoSansBalinese-Regular.ttf             | Bin 0 -> 32304 bytes
98000  .../fonts/NotoSansKannada-Regular.ttf              | Bin 0 -> 83868 bytes
98001  .../fonts/NotoSerifKannada-Regular.ttf             | Bin 0 -> 96936 bytes
98002  .../text-rendering-tests/fonts/Selawik-README.md   |  60 +++++++++++++++++++++
98003  .../fonts/Selawik-variable.ttf                     | Bin 0 -> 481504 bytes
98004  .../data/text-rendering-tests/fonts/TestAVAR.ttf   | Bin 0 -> 1608 bytes
98005  .../data/text-rendering-tests/fonts/TestCMAP14.otf | Bin 0 -> 1628 bytes
98006  .../fonts/TestCMAPMacTurkish.ttf                   | Bin 0 -> 19644 bytes
98007  .../text-rendering-tests/fonts/TestCVARGVAROne.ttf | Bin 0 -> 12336 bytes
98008  .../text-rendering-tests/fonts/TestCVARGVARTwo.ttf | Bin 0 -> 12256 bytes
98009  .../text-rendering-tests/fonts/TestGLYFOne.ttf     | Bin 0 -> 1516 bytes
98010  .../text-rendering-tests/fonts/TestGPOSFour.ttf    | Bin 0 -> 315020 bytes
98011  .../text-rendering-tests/fonts/TestGPOSOne.ttf     | Bin 0 -> 10384 bytes
98012  .../text-rendering-tests/fonts/TestGPOSThree.ttf   | Bin 0 -> 3500 bytes
98013  .../text-rendering-tests/fonts/TestGPOSTwo.otf     | Bin 0 -> 1680 bytes
98014  .../text-rendering-tests/fonts/TestGSUBOne.otf     | Bin 0 -> 1788 bytes
98015  .../text-rendering-tests/fonts/TestGVAREight.ttf   | Bin 0 -> 4692 bytes
98016  .../text-rendering-tests/fonts/TestGVARFour.ttf    | Bin 0 -> 3204 bytes
98017  .../text-rendering-tests/fonts/TestGVARNine.ttf    | Bin 0 -> 2168 bytes
98018  .../text-rendering-tests/fonts/TestGVAROne.ttf     | Bin 0 -> 14312 bytes
98019  .../text-rendering-tests/fonts/TestGVARThree.ttf   | Bin 0 -> 14336 bytes
98020  .../text-rendering-tests/fonts/TestGVARTwo.ttf     | Bin 0 -> 15668 bytes
98021  .../text-rendering-tests/fonts/TestHVAROne.otf     | Bin 0 -> 3984 bytes
98022  .../text-rendering-tests/fonts/TestHVARTwo.ttf     | Bin 0 -> 4004 bytes
98023  .../text-rendering-tests/fonts/TestKERNOne.otf     | Bin 0 -> 1380 bytes
98024  .../text-rendering-tests/fonts/TestMORXFour.ttf    | Bin 0 -> 4764 bytes
98025  .../text-rendering-tests/fonts/TestMORXOne.ttf     | Bin 0 -> 2404 bytes
98026  .../text-rendering-tests/fonts/TestMORXThree.ttf   | Bin 0 -> 4104 bytes
98027  .../text-rendering-tests/fonts/TestMORXTwo.ttf     | Bin 0 -> 4960 bytes
98028  .../text-rendering-tests/fonts/TestShapeAran.ttf   | Bin 0 -> 116044 bytes
98029  .../text-rendering-tests/fonts/TestShapeEthi.ttf   | Bin 0 -> 5292 bytes
98030  .../data/text-rendering-tests/fonts/Zycon.ttf      | Bin 0 -> 21036 bytes
98031  .../data/text-rendering-tests/tests/AVAR-1.tests   |  17 ++++++
98032  .../data/text-rendering-tests/tests/CFF-1.tests    |  13 +++++
98033  .../data/text-rendering-tests/tests/CFF-2.tests    |  13 +++++
98034  .../data/text-rendering-tests/tests/CFF2-1.tests   |   9 ++++
98035  .../data/text-rendering-tests/tests/CMAP-1.tests   |   4 ++
98036  .../data/text-rendering-tests/tests/CMAP-2.tests   |   2 +
98037  .../data/text-rendering-tests/tests/CMAP-3.tests   |  20 +++++++
98038  .../data/text-rendering-tests/tests/CVAR-1.tests   |   3 ++
98039  .../data/text-rendering-tests/tests/CVAR-2.tests   |   3 ++
98040  .../data/text-rendering-tests/tests/GLYF-1.tests   |   1 +
98041  .../data/text-rendering-tests/tests/GPOS-1.tests   |  19 +++++++
98042  .../data/text-rendering-tests/tests/GPOS-2.tests   |   3 ++
98043  .../data/text-rendering-tests/tests/GPOS-3.tests   |   4 ++
98044  .../data/text-rendering-tests/tests/GPOS-4.tests   |   4 ++
98045  .../data/text-rendering-tests/tests/GPOS-5.tests   |   5 ++
98046  .../data/text-rendering-tests/tests/GSUB-1.tests   |   1 +
98047  .../data/text-rendering-tests/tests/GSUB-2.tests   |  11 ++++
98048  .../data/text-rendering-tests/tests/GVAR-1.tests   |   9 ++++
98049  .../data/text-rendering-tests/tests/GVAR-2.tests   |   9 ++++
98050  .../data/text-rendering-tests/tests/GVAR-3.tests   |   9 ++++
98051  .../data/text-rendering-tests/tests/GVAR-4.tests   |  11 ++++
98052  .../data/text-rendering-tests/tests/GVAR-5.tests   |  11 ++++
98053  .../data/text-rendering-tests/tests/GVAR-6.tests   |  11 ++++
98054  .../data/text-rendering-tests/tests/GVAR-7.tests   |   7 +++
98055  .../data/text-rendering-tests/tests/GVAR-8.tests   |   6 +++
98056  .../data/text-rendering-tests/tests/GVAR-9.tests   |  10 ++++
98057  .../data/text-rendering-tests/tests/HVAR-1.tests   |   6 +++
98058  .../data/text-rendering-tests/tests/HVAR-2.tests   |   6 +++
98059  .../data/text-rendering-tests/tests/KERN-1.tests   |   1 +
98060  .../data/text-rendering-tests/tests/KERN-2.tests   |   1 +
98061  .../data/text-rendering-tests/tests/MORX-1.tests   |   1 +
98062  .../data/text-rendering-tests/tests/MORX-2.tests   |  16 ++++++
98063  .../data/text-rendering-tests/tests/MORX-3.tests   |  16 ++++++
98064  .../data/text-rendering-tests/tests/MORX-4.tests   |  15 ++++++
98065  .../data/text-rendering-tests/tests/SHARAN-1.tests |   6 +++
98066  .../data/text-rendering-tests/tests/SHBALI-1.tests |  22 ++++++++
98067  .../data/text-rendering-tests/tests/SHBALI-2.tests |  12 +++++
98068  .../data/text-rendering-tests/tests/SHBALI-3.tests |   9 ++++
98069  .../data/text-rendering-tests/tests/SHKNDA-1.tests |  34 ++++++++++++
98070  .../data/text-rendering-tests/tests/SHKNDA-2.tests |  16 ++++++
98071  .../data/text-rendering-tests/tests/SHKNDA-3.tests |  31 +++++++++++
98072  77 files changed, 510 insertions(+), 1 deletion(-)
98073
98074 commit 6b19178ee35fec3b2115d6a06a86db36dc838b38
98075 Author: Behdad Esfahbod <behdad@behdad.org>
98076 Date:   Wed Jan 10 03:07:30 2018 +0100
98077
98078     Prefix int types with HB
98079     
98080     Such a headache that Windows defines UINT8, ...; Just prefix it.
98081
98082  src/hb-aat-layout-common-private.hh  |  29 +++---
98083  src/hb-aat-layout-morx-table.hh      |  65 +++++++------
98084  src/hb-open-file-private.hh          |   6 +-
98085  src/hb-open-type-private.hh          |  70 +++++++-------
98086  src/hb-ot-cbdt-table.hh              |  78 ++++++++--------
98087  src/hb-ot-cmap-table.hh              |  90 +++++++++---------
98088  src/hb-ot-glyf-table.hh              |  10 +-
98089  src/hb-ot-head-table.hh              |  28 +++---
98090  src/hb-ot-hhea-table.hh              |  18 ++--
98091  src/hb-ot-kern-table.hh              |  36 ++++----
98092  src/hb-ot-layout-common-private.hh   | 120 ++++++++++++------------
98093  src/hb-ot-layout-gdef-table.hh       |  22 ++---
98094  src/hb-ot-layout-gpos-table.hh       |  94 +++++++++----------
98095  src/hb-ot-layout-gsub-table.hh       |  30 +++---
98096  src/hb-ot-layout-gsubgpos-private.hh | 172 +++++++++++++++++------------------
98097  src/hb-ot-math-table.hh              |  26 +++---
98098  src/hb-ot-maxp-table.hh              |   2 +-
98099  src/hb-ot-name-table.hh              |  16 ++--
98100  src/hb-ot-os2-table.hh               |  70 +++++++-------
98101  src/hb-ot-post-table.hh              |  16 ++--
98102  src/hb-ot-var-avar-table.hh          |   4 +-
98103  src/hb-ot-var-fvar-table.hh          |  20 ++--
98104  src/hb-ot-var-hvar-table.hh          |   8 +-
98105  src/hb-ot-var-mvar-table.hh          |  10 +-
98106  24 files changed, 517 insertions(+), 523 deletions(-)
98107
98108 commit 81e321c802afcc43186737e6900f8d7e2f9d4fd3
98109 Author: Behdad Esfahbod <behdad@behdad.org>
98110 Date:   Wed Jan 10 02:56:29 2018 +0100
98111
98112     [aat] Try fixing VC bots
98113     
98114     c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51): error C2872: 'UINT16': ambiguous symbol [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
98115     C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be 'unsigned short UINT16'
98116     c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or       'OT::UINT16'
98117
98118  src/hb-aat-layout-common-private.hh | 3 +++
98119  src/hb-aat-layout-morx-table.hh     | 3 +++
98120  2 files changed, 6 insertions(+)
98121
98122 commit 0ed69c946247feb5bbb5be06d5314c5e0c0fec67
98123 Author: Behdad Esfahbod <behdad@behdad.org>
98124 Date:   Wed Jan 10 02:49:36 2018 +0100
98125
98126     Disable processing of morx table in ot shaper
98127     
98128     So I can merge this to master...
98129
98130  src/hb-ot-shape.cc | 4 ++--
98131  1 file changed, 2 insertions(+), 2 deletions(-)
98132
98133 commit 3f29ea91441b2e8c86cf379b4803f638a2e8dcfc
98134 Author: Behdad Esfahbod <behdad@behdad.org>
98135 Date:   Wed Jan 10 02:48:04 2018 +0100
98136
98137     [util] Add hb-shape --ned
98138     
98139     For not displaying extra data: no clusters, no advance. Just data pertaining
98140     to where glyphs end up on the screen.
98141
98142  test/shaping/data/text-rendering-tests/extract-tests.py |  2 +-
98143  util/options.cc                                         | 13 +++++++++++++
98144  2 files changed, 14 insertions(+), 1 deletion(-)
98145
98146 commit 7020130665316365c288d0960fc288faa8f5bdf7
98147 Author: Behdad Esfahbod <behdad@behdad.org>
98148 Date:   Wed Jan 10 02:37:39 2018 +0100
98149
98150     [test] Minor
98151
98152  test/shaping/run-tests.py | 2 +-
98153  1 file changed, 1 insertion(+), 1 deletion(-)
98154
98155 commit 5f94b4cc39f2f61b38c954ddac1aae6a052845bd
98156 Author: Behdad Esfahbod <behdad@behdad.org>
98157 Date:   Wed Jan 10 02:35:59 2018 +0100
98158
98159     [kern] Mark unsafe-to-break
98160
98161  src/hb-ot-shape-fallback.cc | 2 ++
98162  1 file changed, 2 insertions(+)
98163
98164 commit 71fd6325b6cba2586709022dd33530c61141bf8f
98165 Author: Behdad Esfahbod <behdad@behdad.org>
98166 Date:   Wed Jan 10 02:20:14 2018 +0100
98167
98168     Add option to buffer serialization to not output glyph advances
98169     
98170     When advances are not printed, glyph offsets reflect absolute glyph
98171     positions.
98172     
98173     New API:
98174     HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES
98175     hb-shape --no-advances
98176
98177  src/hb-buffer-serialize.cc | 38 ++++++++++++++++++++++++++++----------
98178  src/hb-buffer.h            |  5 ++++-
98179  util/hb-shape.cc           |  2 ++
98180  util/options.cc            |  2 ++
98181  util/options.hh            |  2 ++
98182  5 files changed, 38 insertions(+), 11 deletions(-)
98183
98184 commit 316a28f8f8a9c459936ce9f2786d4d64a8f4e2c0
98185 Author: Behdad Esfahbod <behdad@behdad.org>
98186 Date:   Wed Jan 10 01:54:12 2018 +0100
98187
98188     [test] Add script for extracting tests from text-rendering-tests
98189     
98190     Work in progress...
98191     
98192     https://github.com/unicode-org/text-rendering-tests
98193
98194  .../data/text-rendering-tests/extract-tests.py     | 45 ++++++++++++++++++++++
98195  1 file changed, 45 insertions(+)
98196
98197 commit 6b4d63f295f419f55983a8fc72f582802f55b09f
98198 Author: Behdad Esfahbod <behdad@behdad.org>
98199 Date:   Wed Jan 10 01:13:36 2018 +0100
98200
98201     [test] Minor
98202
98203  test/shaping/run-tests.py | 9 ---------
98204  1 file changed, 9 deletions(-)
98205
98206 commit 504f913654d5904604e6abdbf7d0653f40db51fc
98207 Author: Behdad Esfahbod <behdad@behdad.org>
98208 Date:   Tue Jan 9 23:15:54 2018 +0100
98209
98210     [test] Simplify test runner
98211     
98212     Always pass hb-shape as first argument to run-tests.py.
98213     
98214     Also require automake 1.13.
98215
98216  configure.ac              |  3 +--
98217  test/shaping/Makefile.am  | 18 ++----------------
98218  test/shaping/run-tests.py | 22 +++++-----------------
98219  3 files changed, 8 insertions(+), 35 deletions(-)
98220
98221 commit 141db8b7a3abf2adbf0caa0659d9239396f6a2db
98222 Author: Behdad Esfahbod <behdad@behdad.org>
98223 Date:   Tue Jan 9 23:11:00 2018 +0100
98224
98225     [test] Minor
98226
98227  test/shaping/Makefile.am  | 4 ----
98228  test/shaping/run-tests.py | 4 ++--
98229  2 files changed, 2 insertions(+), 6 deletions(-)
98230
98231 commit 44c65eee28e2de5c54028cb0ef144f56da16ef58
98232 Author: Behdad Esfahbod <behdad@behdad.org>
98233 Date:   Tue Jan 9 21:58:57 2018 +0100
98234
98235     [test] Reorganize test suite
98236     
98237     In anticipation of importing more test suites.
98238
98239  test/fuzzing/run-fuzzer-tests.py                   |   2 +-
98240  test/shaping/Makefile.am                           |  86 +++++++++---------
98241  test/shaping/{fonts => data/in-house}/COPYING      |   7 +-
98242  .../0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin
98243  .../051d92f8bc6ff724511b296c27623f824de256e9.ttf   | Bin
98244  .../074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf   | Bin
98245  .../07f054357ff8638bac3711b422a1e31180bba863.ttf   | Bin
98246  .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf   | Bin
98247  .../1735326da89f0818cd8c51a0600e9789812c0f94.ttf   | Bin
98248  .../191826b9643e3f124d865d617ae609db6a2ce203.ttf   | Bin
98249  .../1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf   | Bin
98250  .../1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin
98251  .../1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf   | Bin
98252  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin
98253  .../1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf   | Bin
98254  .../205edd09bd3d141cc9580f650109556cc28b22cb.ttf   | Bin
98255  .../217a934cfe15c548b572c203dceb2befdf026462.ttf   | Bin
98256  .../21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf   | Bin
98257  .../226bc2deab3846f1a682085f70c67d0421014144.ttf   | Bin
98258  .../243798dd281c1c77c065958e1ff467420faa9bde.ttf   | Bin
98259  .../24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf   | Bin
98260  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin
98261  .../298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf   | Bin
98262  .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin
98263  .../341421e629668b1a1242245d39238ca48432d35d.ttf   | Bin
98264  .../3493e92eaded2661cadde752a39f9d58b11f0326.ttf   | Bin
98265  .../3511ff5c1647150595846ac414c595cccac34f18.ttf   | Bin
98266  .../37033cc5cf37bb223d7355153016b6ccece93b28.ttf   | Bin
98267  .../373e67bf41ca264e260a9716162b71a23549e885.ttf   | Bin
98268  .../375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf   | Bin
98269  .../3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf   | Bin
98270  .../3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf   | Bin
98271  .../43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf   | Bin
98272  .../43ef465752be9af900745f72fe29cb853a1401a5.ttf   | Bin
98273  .../45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf   | Bin
98274  .../49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf   | Bin
98275  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin
98276  .../4fac3929fc3332834e93673780ec0fe94342d193.ttf   | Bin
98277  .../5028afb650b1bb718ed2131e872fbcce57828fff.ttf   | Bin
98278  .../53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf   | Bin
98279  .../54674a3111d209fb6be0ed31745314b7a8d2c244.ttf   | Bin
98280  .../558661aa659912f4d30ecd27bd09835171a8e2b0.ttf   | Bin
98281  .../55c88ebbe938680b08f92c3de20713183e0c7481.ttf   | Bin
98282  .../56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf   | Bin
98283  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin
98284  .../59a585a63b3df608fbeef00956c8c108deec7de6.ttf   | Bin
98285  .../5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin
98286  .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf   | Bin
98287  .../641bd9db850193064d17575053ae2bf8ec149ddc.ttf   | Bin
98288  .../663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf   | Bin
98289  .../6991b13ce889466be6de3f66e891de2bc0f117ee.ttf   | Bin
98290  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin
98291  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin
98292  .../757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf   | Bin
98293  .../7a37dc4d5bf018456aea291cee06daf004c0221c.ttf   | Bin
98294  .../7e14e7883ed152baa158b80e207b66114c823a8b.ttf   | Bin
98295  .../8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf   | Bin
98296  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin
98297  .../81c368a33816fb20e9f647e8f24e2180f4720263.ttf   | Bin
98298  .../8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf   | Bin
98299  .../8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf   | Bin
98300  .../82f4f3b57bb55344e72e70231380202a52af5805.ttf   | Bin
98301  .../8454d22037f892e76614e1645d066689a0200e61.ttf   | Bin
98302  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin
98303  .../856ff9562451293cbeff6f396d4e3877c4f0a436.ttf   | Bin
98304  .../85fe0be440c64ac77699e21c2f1bd933a919167e.ttf   | Bin
98305  .../87f85d17d26f1fe9ad28d7365101958edaefb967.ttf   | Bin
98306  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin
98307  .../94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf   | Bin
98308  .../96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf   | Bin
98309  .../98b7887cff91f722b92a8ff800120954606354f9.ttf   | Bin
98310  .../9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf   | Bin
98311  .../a014549f766436cf55b2ceb40e462038938ee899.ttf   | Bin
98312  .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin
98313  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin
98314  .../a34a9191d9376bda419836effeef7e75c1386016.ttf   | Bin
98315  .../a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf   | Bin
98316  .../a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf   | Bin
98317  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin
98318  .../a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf   | Bin
98319  .../b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf   | Bin
98320  .../b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf   | Bin
98321  .../b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf   | Bin
98322  .../bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf   | Bin
98323  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf   | Bin
98324  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf   | Bin
98325  .../bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf   | Bin
98326  .../bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf   | Bin
98327  .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf   | Bin
98328  .../c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf   | Bin
98329  .../cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf   | Bin
98330  .../d23d76ea0909c14972796937ba072b5a40c1e257.ttf   | Bin
98331  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin
98332  .../d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf   | Bin
98333  .../dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf   | Bin
98334  .../df768b9c257e0c9c35786c47cae15c46571d56be.ttf   | Bin
98335  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin
98336  .../e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf   | Bin
98337  .../e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf   | Bin
98338  .../ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf   | Bin
98339  .../ef2511f215aa3ca847cbfffbf861793b42170875.ttf   | Bin
98340  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin
98341  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf   | Bin
98342  .../f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf   | Bin
98343  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin
98344  .../f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf   | Bin
98345  .../f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf   | Bin
98346  .../fab39d60d758cb586db5a504f218442cd1395725.ttf   | Bin
98347  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf   | Bin
98348  .../fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf   | Bin
98349  .../ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf   | Bin
98350  .../in-house/tests/arabic-fallback-shaping.tests   |   1 +
98351  .../data/in-house/tests/arabic-feature-order.tests |   4 +
98352  .../data/in-house/tests/arabic-like-joining.tests  |   1 +
98353  .../data/in-house/tests/arabic-mark-order.tests    |   6 ++
98354  test/shaping/data/in-house/tests/arabic-stch.tests |   1 +
98355  .../data/in-house/tests/automatic-fractions.tests  |   3 +
98356  test/shaping/data/in-house/tests/cluster.tests     |   2 +
98357  test/shaping/data/in-house/tests/color-fonts.tests |   1 +
98358  .../data/in-house/tests/context-matching.tests     |   3 +
98359  .../data/in-house/tests/cursive-positioning.tests  |   4 +
98360  .../data/in-house/tests/default-ignorables.tests   |   2 +
98361  .../data/in-house/tests/emoji-flag-tags.tests      |   2 +
98362  .../data/in-house/tests/fallback-positioning.tests |   2 +
98363  test/shaping/data/in-house/tests/fuzzed.tests      |  22 +++++
98364  test/shaping/data/in-house/tests/hangul-jamo.tests |   2 +
98365  test/shaping/data/in-house/tests/hyphens.tests     |   2 +
98366  .../tests/indic-consonant-with-stacker.tests       |   4 +
98367  test/shaping/data/in-house/tests/indic-init.tests  |   1 +
98368  .../in-house/tests/indic-joiner-candrabindu.tests  |   2 +
98369  .../data/in-house/tests/indic-joiners.tests        |   2 +
98370  .../data/in-house/tests/indic-old-spec.tests       |   2 +
98371  .../data/in-house/tests/indic-pref-blocking.tests  |   2 +
98372  .../in-house/tests/indic-script-extensions.tests   |   2 +
98373  .../data/in-house/tests/indic-special-cases.tests  |   3 +
98374  .../data/in-house/tests/indic-syllable.tests       |   8 ++
98375  .../data/in-house/tests/language-tags.tests        |  12 +++
98376  test/shaping/data/in-house/tests/ligature-id.tests |  36 ++++++++
98377  .../data/in-house/tests/mark-attachment.tests      |   1 +
98378  .../data/in-house/tests/mark-filtering-sets.tests  |   5 ++
98379  .../tests/mongolian-variation-selector.tests       |   4 +
98380  test/shaping/data/in-house/tests/simple.tests      |   2 +
98381  test/shaping/data/in-house/tests/spaces.tests      |  17 ++++
98382  .../in-house/tests/tibetan-contractions-1.tests    |  60 +++++++++++++
98383  .../in-house/tests/tibetan-contractions-2.tests    |  53 +++++++++++
98384  .../data/in-house/tests/tibetan-vowels.tests       |  11 +++
98385  test/shaping/data/in-house/tests/use-marchen.tests |  35 ++++++++
98386  .../shaping/data/in-house/tests/use-syllable.tests |   7 ++
98387  test/shaping/data/in-house/tests/use.tests         |   4 +
98388  .../data/in-house/tests/variations-rvrn.tests      | 100 +++++++++++++++++++++
98389  test/shaping/data/in-house/tests/vertical.tests    |   3 +
98390  .../data/in-house/tests/zero-width-marks.tests     |  11 +++
98391  test/shaping/run-tests.py                          |  48 ++++------
98392  .../tests/misc/arabic-fallback-shaping.tests       |   1 -
98393  test/shaping/tests/misc/arabic-feature-order.tests |   4 -
98394  test/shaping/tests/misc/arabic-like-joining.tests  |   1 -
98395  test/shaping/tests/misc/arabic-mark-order.tests    |   6 --
98396  test/shaping/tests/misc/arabic-stch.tests          |   1 -
98397  test/shaping/tests/misc/automatic-fractions.tests  |   3 -
98398  test/shaping/tests/misc/cluster.tests              |   2 -
98399  test/shaping/tests/misc/color-fonts.tests          |   1 -
98400  test/shaping/tests/misc/context-matching.tests     |   3 -
98401  test/shaping/tests/misc/cursive-positioning.tests  |   4 -
98402  test/shaping/tests/misc/default-ignorables.tests   |   2 -
98403  test/shaping/tests/misc/emoji-flag-tags.tests      |   2 -
98404  test/shaping/tests/misc/fallback-positioning.tests |   2 -
98405  test/shaping/tests/misc/fuzzed.tests               |  22 -----
98406  test/shaping/tests/misc/hangul-jamo.tests          |   2 -
98407  test/shaping/tests/misc/hyphens.tests              |   2 -
98408  .../tests/misc/indic-consonant-with-stacker.tests  |   4 -
98409  test/shaping/tests/misc/indic-init.tests           |   1 -
98410  .../tests/misc/indic-joiner-candrabindu.tests      |   2 -
98411  test/shaping/tests/misc/indic-joiners.tests        |   2 -
98412  test/shaping/tests/misc/indic-old-spec.tests       |   2 -
98413  test/shaping/tests/misc/indic-pref-blocking.tests  |   2 -
98414  .../tests/misc/indic-script-extensions.tests       |   2 -
98415  test/shaping/tests/misc/indic-special-cases.tests  |   3 -
98416  test/shaping/tests/misc/indic-syllable.tests       |   8 --
98417  test/shaping/tests/misc/language-tags.tests        |  12 ---
98418  test/shaping/tests/misc/ligature-id.tests          |  36 --------
98419  test/shaping/tests/misc/mark-attachment.tests      |   1 -
98420  test/shaping/tests/misc/mark-filtering-sets.tests  |   5 --
98421  .../tests/misc/mongolian-variation-selector.tests  |   4 -
98422  test/shaping/tests/misc/simple.tests               |   2 -
98423  test/shaping/tests/misc/spaces.tests               |  17 ----
98424  .../tests/misc/tibetan-contractions-1.tests        |  60 -------------
98425  .../tests/misc/tibetan-contractions-2.tests        |  53 -----------
98426  test/shaping/tests/misc/tibetan-vowels.tests       |  11 ---
98427  test/shaping/tests/misc/use-marchen.tests          |  35 --------
98428  test/shaping/tests/misc/use-syllable.tests         |   7 --
98429  test/shaping/tests/misc/use.tests                  |   4 -
98430  test/shaping/tests/misc/variations-rvrn.tests      | 100 ---------------------
98431  test/shaping/tests/misc/vertical.tests             |   3 -
98432  test/shaping/tests/misc/zero-width-marks.tests     |  11 ---
98433  .../script-arabic/language-persian/mehran.txt      |  14 +--
98434  .../language-urdu/crulp/ligatures/2grams.txt       |   0
98435  .../language-urdu/crulp/ligatures/3grams.txt       |   0
98436  .../language-urdu/crulp/ligatures/4grams.txt       |   0
98437  .../language-urdu/crulp/ligatures/5grams.txt       |   0
98438  .../language-urdu/crulp/ligatures/6grams.txt       |   0
98439  .../language-urdu/crulp/ligatures/7grams.txt       |   0
98440  .../language-urdu/crulp/ligatures/8grams.txt       |   0
98441  .../language-urdu/crulp/ligatures/LICENSE          |   0
98442  .../language-urdu/crulp/ligatures/README           |   0
98443  .../language-urdu/crulp/ligatures/SOURCES          |   0
98444  .../script-arabic/misc/diacritics/lam-alef.txt     |   0
98445  .../misc/diacritics/language-arabic.txt            |   0
98446  .../misc/diacritics/language-persian.txt           |   0
98447  .../misc/diacritics/language-urdu.txt              |   0
98448  .../misc/diacritics/ligature-components.txt        |   0
98449  .../misc/diacritics/ligature-diacritics.txt        |   0
98450  .../misc/diacritics/mark-skipping.txt              |   0
98451  .../shaper-arabic/script-mongolian/misc/misc.txt   |   0
98452  .../script-mongolian/misc/non-joining.txt          |   0
98453  .../shaper-arabic/script-mongolian/misc/poem.txt   |   0
98454  .../script-mongolian/misc/variation-selectors.txt  |   0
98455  .../shaper-arabic/script-nko/misc/misc.txt         |   0
98456  .../shaper-arabic/script-phags-pa/misc/misc.txt    |   0
98457  .../script-syriac/misc/abbreviation-mark.txt       |  11 +++
98458  .../shaper-arabic/script-syriac/misc/alaph.txt     |   0
98459  .../shaper-default/script-ethiopic/misc/misc.txt   |   0
98460  .../shaper-default/script-han/misc/cjk-compat.txt  |   0
98461  .../script-hiragana/misc/kazuraki-liga-lines.txt   |   0
98462  .../script-hiragana/misc/kazuraki-liga.txt         |   0
98463  .../shaper-default/script-linear-b/misc/misc.txt   |   0
98464  .../shaper-default/script-tifinagh/misc/misc.txt   |   1 -
98465  .../shaper-hangul/script-hangul/misc/misc.txt      |   0
98466  .../script-hebrew/misc/diacritics.txt              |   0
98467  .../indic/script-assamese/utrrs/LICENSE            |   0
98468  .../indic/script-assamese/utrrs/README             |   0
98469  .../indic/script-assamese/utrrs/SOURCES            |   0
98470  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98471  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98472  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98473  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98474  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98475  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98476  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98477  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98478  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98479  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98480  .../indic/script-bengali/misc/misc.txt             |   0
98481  .../indic/script-bengali/misc/reph.txt             |   0
98482  .../indic/script-bengali/utrrs/LICENSE             |   0
98483  .../shaper-indic/indic/script-bengali/utrrs/README |   0
98484  .../indic/script-bengali/utrrs/SOURCES             |   0
98485  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98486  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98487  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98488  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98489  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98490  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98491  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98492  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98493  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98494  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98495  .../indic/script-devanagari/misc/dottedcircle.txt  |   0
98496  .../indic/script-devanagari/misc/eyelash.txt       |   0
98497  .../indic/script-devanagari/misc/joiners.txt       |   0
98498  .../indic/script-devanagari/misc/misc.txt          |   0
98499  .../script-devanagari/misc/spec-deviations.txt     |   0
98500  .../script-devanagari/misc/tricky-reordering.txt   |   0
98501  .../indic/script-devanagari/utrrs/LICENSE          |   0
98502  .../indic/script-devanagari/utrrs/README           |   0
98503  .../indic/script-devanagari/utrrs/SOURCES          |   0
98504  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
98505  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98506  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98507  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98508  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |   0
98509  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98510  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |   0
98511  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98512  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98513  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98514  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98515  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98516  .../indic/script-gujarati/utrrs/LICENSE            |   0
98517  .../indic/script-gujarati/utrrs/README             |   0
98518  .../indic/script-gujarati/utrrs/SOURCES            |   0
98519  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98520  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98521  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98522  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98523  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98524  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98525  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98526  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98527  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98528  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98529  .../indic/script-gurmukhi/misc/misc.txt            |   0
98530  .../indic/script-gurmukhi/utrrs/LICENSE            |   0
98531  .../indic/script-gurmukhi/utrrs/README             |   0
98532  .../indic/script-gurmukhi/utrrs/SOURCES            |   0
98533  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98534  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98535  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98536  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |   0
98537  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98538  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98539  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98540  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98541  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98542  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98543  .../indic/script-kannada/misc/misc.txt             |   0
98544  .../indic/script-kannada/misc/right-matras.txt     |   0
98545  .../indic/script-kannada/utrrs/LICENSE             |   0
98546  .../shaper-indic/indic/script-kannada/utrrs/README |   0
98547  .../indic/script-kannada/utrrs/SOURCES             |   0
98548  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
98549  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98550  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98551  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98552  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98553  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98554  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98555  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98556  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98557  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98558  .../indic/script-malayalam/misc/cibu.txt           |   0
98559  .../indic/script-malayalam/misc/dot-reph.txt       |   0
98560  .../indic/script-malayalam/misc/misc.txt           |   0
98561  .../indic/script-malayalam/utrrs/LICENSE           |   0
98562  .../indic/script-malayalam/utrrs/README            |   0
98563  .../indic/script-malayalam/utrrs/SOURCES           |   0
98564  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98565  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98566  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98567  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98568  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98569  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98570  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98571  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98572  .../shaper-indic/indic/script-oriya/misc/bindu.txt |   0
98573  .../shaper-indic/indic/script-oriya/misc/misc.txt  |   0
98574  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   0
98575  .../shaper-indic/indic/script-oriya/utrrs/README   |   0
98576  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |   0
98577  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
98578  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98579  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98580  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98581  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98582  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98583  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |   0
98584  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98585  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98586  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98587  .../indic/script-sinhala/misc/extensive.txt        |   0
98588  .../indic/script-sinhala/misc/misc.txt             |   0
98589  .../indic/script-sinhala/misc/reph.txt             |   0
98590  .../indic/script-sinhala/misc/split-matras.txt     |   0
98591  .../indic/script-sinhala/utrrs/LICENSE             |   0
98592  .../shaper-indic/indic/script-sinhala/utrrs/README |   0
98593  .../indic/script-sinhala/utrrs/SOURCES             |   0
98594  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98595  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98596  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98597  .../IndicFontFeatureCodepoint-Punctuation.txt      |   0
98598  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98599  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |   0
98600  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |   0
98601  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   0
98602  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   0
98603  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |   0
98604  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |   0
98605  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   0
98606  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98607  .../shaper-indic/indic/script-tamil/misc/misc.txt  |   0
98608  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   0
98609  .../shaper-indic/indic/script-tamil/utrrs/README   |   0
98610  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |   0
98611  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98612  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |   0
98613  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98614  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98615  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98616  .../IndicFontFeatureCodepoint-Numerics.txt         |   0
98617  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98618  .../IndicFontFeatureCodepoint-Symbols.txt          |   0
98619  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |   0
98620  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98621  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98622  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
98623  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98624  .../shaper-indic/indic/script-telugu/misc/misc.txt |   0
98625  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   0
98626  .../shaper-indic/indic/script-telugu/utrrs/README  |   0
98627  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |   0
98628  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
98629  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
98630  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
98631  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
98632  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
98633  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
98634  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
98635  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
98636  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
98637  .../south-east-asian/script-javanese/misc.txt      |   0
98638  .../south-east-asian/script-khmer/misc/misc.txt    |   0
98639  .../script-khmer/misc/other-marks-invalid.txt      |   0
98640  .../script-khmer/misc/other-marks.txt              |   0
98641  .../shaper-myanmar/script-myanmar/misc/misc.txt    |   0
98642  .../shaper-myanmar/script-myanmar/misc/otspec.txt  |   1 -
98643  .../shaper-myanmar/script-myanmar/misc/utn11.txt   |   0
98644  .../shaper-thai/script-lao/misc/sara-am.txt        |   0
98645  .../shaper-thai/script-thai/misc/misc.txt          |   0
98646  .../shaper-thai/script-thai/misc/phinthu.txt       |   0
98647  .../shaper-thai/script-thai/misc/pua-shaping.txt   |   0
98648  .../shaper-thai/script-thai/misc/sara-am.txt       |   0
98649  .../script-tibetan/misc/contractions.txt           |   0
98650  .../shaper-tibetan/script-tibetan/misc/misc.txt    |   0
98651  .../shaper-use/script-batak/misc.txt               |   0
98652  .../shaper-use/script-buginese/misc.txt            |  92 +++++++++----------
98653  .../shaper-use/script-cham/misc.txt                |   0
98654  .../shaper-use/script-kaithi/misc.txt              |   0
98655  .../shaper-use/script-kharoshti/misc.txt           |   0
98656  .../shaper-use/script-tai-tham/misc.txt            |   0
98657  .../shaper-use/script-tai-tham/torture.txt         |   0
98658  .../script-syriac/misc/abbreviation-mark.txt       |  11 ---
98659  420 files changed, 573 insertions(+), 590 deletions(-)
98660
98661 commit 9a3ad307ea91794712531dfc688700c11a1ff263
98662 Author: Behdad Esfahbod <behdad@behdad.org>
98663 Date:   Tue Jan 9 21:35:21 2018 +0100
98664
98665     [test] Remove unused hb-diff-ngrams
98666
98667  test/shaping/Makefile.am      |  1 -
98668  test/shaping/hb-diff-ngrams   |  5 -----
98669  test/shaping/hb_test_tools.py | 26 --------------------------
98670  3 files changed, 32 deletions(-)
98671
98672 commit b6b460024d29362914c72cc5f8fbaec215db5b16
98673 Author: Behdad Esfahbod <behdad@behdad.org>
98674 Date:   Tue Jan 9 21:33:38 2018 +0100
98675
98676     [test] Remove unused manifest stuff
98677
98678  test/shaping/Makefile.am        | 7 -------
98679  test/shaping/hb-manifest-read   | 5 -----
98680  test/shaping/hb-manifest-update | 5 -----
98681  3 files changed, 17 deletions(-)
98682
98683 commit ebbee7c2475db789b622250addbf549695da2890
98684 Author: Behdad Esfahbod <behdad@behdad.org>
98685 Date:   Tue Jan 9 18:23:19 2018 +0100
98686
98687     [test] Move test files around
98688
98689  test/fuzzing/run-fuzzer-tests.py                   |  2 +-
98690  test/shaping/Makefile.am                           | 82 +++++++++++-----------
98691  .../tests/{ => misc}/arabic-fallback-shaping.tests |  0
98692  .../tests/{ => misc}/arabic-feature-order.tests    |  0
98693  .../tests/{ => misc}/arabic-like-joining.tests     |  0
98694  .../tests/{ => misc}/arabic-mark-order.tests       |  0
98695  test/shaping/tests/{ => misc}/arabic-stch.tests    |  0
98696  .../tests/{ => misc}/automatic-fractions.tests     |  0
98697  test/shaping/tests/{ => misc}/cluster.tests        |  0
98698  test/shaping/tests/{ => misc}/color-fonts.tests    |  0
98699  .../tests/{ => misc}/context-matching.tests        |  0
98700  .../tests/{ => misc}/cursive-positioning.tests     |  0
98701  .../tests/{ => misc}/default-ignorables.tests      |  0
98702  .../shaping/tests/{ => misc}/emoji-flag-tags.tests |  0
98703  .../tests/{ => misc}/fallback-positioning.tests    |  0
98704  test/shaping/tests/{ => misc}/fuzzed.tests         |  0
98705  test/shaping/tests/{ => misc}/hangul-jamo.tests    |  0
98706  test/shaping/tests/{ => misc}/hyphens.tests        |  0
98707  .../{ => misc}/indic-consonant-with-stacker.tests  |  0
98708  test/shaping/tests/{ => misc}/indic-init.tests     |  0
98709  .../{ => misc}/indic-joiner-candrabindu.tests      |  0
98710  test/shaping/tests/{ => misc}/indic-joiners.tests  |  0
98711  test/shaping/tests/{ => misc}/indic-old-spec.tests |  0
98712  .../tests/{ => misc}/indic-pref-blocking.tests     |  0
98713  .../tests/{ => misc}/indic-script-extensions.tests |  0
98714  .../tests/{ => misc}/indic-special-cases.tests     |  0
98715  test/shaping/tests/{ => misc}/indic-syllable.tests |  0
98716  test/shaping/tests/{ => misc}/language-tags.tests  |  0
98717  test/shaping/tests/{ => misc}/ligature-id.tests    |  0
98718  .../shaping/tests/{ => misc}/mark-attachment.tests |  0
98719  .../tests/{ => misc}/mark-filtering-sets.tests     |  0
98720  .../{ => misc}/mongolian-variation-selector.tests  |  0
98721  test/shaping/tests/{ => misc}/simple.tests         |  0
98722  test/shaping/tests/{ => misc}/spaces.tests         |  0
98723  .../tests/{ => misc}/tibetan-contractions-1.tests  |  0
98724  .../tests/{ => misc}/tibetan-contractions-2.tests  |  0
98725  test/shaping/tests/{ => misc}/tibetan-vowels.tests |  0
98726  test/shaping/tests/{ => misc}/use-marchen.tests    |  0
98727  test/shaping/tests/{ => misc}/use-syllable.tests   |  0
98728  test/shaping/tests/{ => misc}/use.tests            |  0
98729  .../shaping/tests/{ => misc}/variations-rvrn.tests |  0
98730  test/shaping/tests/{ => misc}/vertical.tests       |  0
98731  .../tests/{ => misc}/zero-width-marks.tests        |  0
98732  43 files changed, 42 insertions(+), 42 deletions(-)
98733
98734 commit 748b989a1fa931b011d6a4e3db39dfdc632946b2
98735 Author: Behdad Esfahbod <behdad@behdad.org>
98736 Date:   Tue Jan 9 17:55:17 2018 +0100
98737
98738     [aat/morx] Implement NoncontextualSubtables
98739     
98740     Also makes hb-ot-shape call morx for now instead of GSUB... Just for testing.
98741
98742  src/hb-aat-layout-common-private.hh | 34 +++++++--------
98743  src/hb-aat-layout-morx-table.hh     | 82 ++++++++++++++++++++++++++++++++++---
98744  src/hb-aat-layout-private.hh        |  3 ++
98745  src/hb-aat-layout.cc                | 13 +++++-
98746  src/hb-ot-shape.cc                  |  6 +++
98747  5 files changed, 111 insertions(+), 27 deletions(-)
98748
98749 commit 4cf3ab1d8192862f8d3c52fdcaec567735916116
98750 Author: Behdad Esfahbod <behdad@behdad.org>
98751 Date:   Tue Jan 9 16:32:58 2018 +0100
98752
98753     Minor
98754
98755  src/hb-ot-shape.cc | 2 --
98756  1 file changed, 2 deletions(-)
98757
98758 commit 470fe5b603b409bef136fdd4e9b33d2704dc77b7
98759 Author: Behdad Esfahbod <behdad@behdad.org>
98760 Date:   Tue Jan 9 15:48:51 2018 +0100
98761
98762     [aat] Implement Lookup table
98763     
98764     Untested, but compiles.
98765
98766  src/hb-aat-layout-common-private.hh | 308 +++++++++++++++++++++++++++++++++++-
98767  src/hb-aat-layout-morx-table.hh     |   9 +-
98768  src/hb-aat-layout.cc                |  14 ++
98769  src/hb-face.cc                      |   6 +-
98770  src/hb-open-type-private.hh         |  16 +-
98771  src/hb-ot-cbdt-table.hh             |   4 +-
98772  src/hb-ot-cmap-table.hh             |   2 +-
98773  src/hb-ot-glyf-table.hh             |   6 +-
98774  src/hb-ot-hmtx-table.hh             |   8 +-
98775  src/hb-ot-kern-table.hh             |   2 +-
98776  src/hb-ot-layout.cc                 |   6 +-
98777  src/hb-ot-post-table.hh             |   2 +-
98778  src/hb-uniscribe.cc                 |   2 +-
98779  13 files changed, 355 insertions(+), 30 deletions(-)
98780
98781 commit 4646a80a873fa164b9cf09128bc6b6fe2fc5cce2
98782 Author: Behdad Esfahbod <behdad@behdad.org>
98783 Date:   Tue Jan 9 12:06:38 2018 +0100
98784
98785     Minor
98786
98787  src/hb-ot-layout-common-private.hh | 8 ++++----
98788  1 file changed, 4 insertions(+), 4 deletions(-)
98789
98790 commit 7c7cb42d8125d7e598bfa70f93053cafe38b325a
98791 Author: Behdad Esfahbod <behdad@behdad.org>
98792 Date:   Mon Jan 8 14:32:55 2018 +0000
98793
98794     [aat] Update previous commits for rebase on master
98795
98796  src/hb-aat-layout-common-private.hh | 14 +++++++-------
98797  src/hb-aat-layout-morx-table.hh     | 28 ++++++++++++++--------------
98798  src/hb-open-type-private.hh         |  5 -----
98799  3 files changed, 21 insertions(+), 26 deletions(-)
98800
98801 commit a0175e75bc40b5496d7fd37afd434cb2000e5b9b
98802 Author: Behdad Esfahbod <behdad@behdad.org>
98803 Date:   Thu Aug 17 16:55:54 2017 -0700
98804
98805     [aat] Start implementing common table formats
98806
98807  src/Makefile.sources                |   2 +
98808  src/hb-aat-layout-common-private.hh | 134 ++++++++++++++++++++++++++++++++++++
98809  src/hb-aat-layout-morx-table.hh     |   1 +
98810  src/hb-aat-layout-private.hh        |  37 ++++++++++
98811  src/hb-aat-layout.cc                |   1 +
98812  5 files changed, 175 insertions(+)
98813
98814 commit c71b55a223d14f8bb7fa355efc586e824b7d4d8f
98815 Author: Behdad Esfahbod <behdad@behdad.org>
98816 Date:   Mon Aug 14 17:24:36 2017 -0700
98817
98818     [aat] Start implementing Apple AAT morx table
98819
98820  src/Makefile.sources            |   2 +
98821  src/hb-aat-layout-morx-table.hh | 275 ++++++++++++++++++++++++++++++++++++++++
98822  src/hb-aat-layout.cc            |  42 ++++++
98823  src/hb-open-type-private.hh     |   5 +
98824  src/hb-ot-layout-private.hh     |   5 +
98825  src/hb-ot-layout.cc             |   2 +
98826  6 files changed, 331 insertions(+)
98827
98828 commit 3c7aeb5c6437b26ad638ab993b724e28376d3ff8
98829 Author: Ebrahim Byagowi <ebrahim@gnu.org>
98830 Date:   Tue Jan 9 01:39:42 2018 +0330
98831
98832     [cmake] Add autotools like feature testing (#683)
98833
98834  CMakeLists.txt | 22 ++++++++++++++++------
98835  1 file changed, 16 insertions(+), 6 deletions(-)
98836
98837 commit 0473d95e276ae5df722bc7d371733d8202bdbc3c
98838 Author: Behdad Esfahbod <behdad@behdad.org>
98839 Date:   Mon Jan 8 10:07:46 2018 +0000
98840
98841     [ft] Use FT_Done_MM_Var() if available
98842
98843  configure.ac | 1 +
98844  src/hb-ft.cc | 4 ++++
98845  2 files changed, 5 insertions(+)
98846
98847 commit 66d7beff96d622599e1ee8895f2aa84fe2299f1a
98848 Author: Behdad Esfahbod <behdad@behdad.org>
98849 Date:   Fri Jan 5 18:09:29 2018 +0000
98850
98851     [khmer] Relax!
98852     
98853     Apparently we don't use OT_A either.
98854
98855  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
98856  1 file changed, 1 insertion(+), 2 deletions(-)
98857
98858 commit db0207baff358b20fbe9c3498275ba33f69caf87
98859 Author: Behdad Esfahbod <behdad@behdad.org>
98860 Date:   Fri Jan 5 18:06:00 2018 +0000
98861
98862     [khmer] Drop another joiner
98863
98864  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98865  1 file changed, 1 insertion(+), 1 deletion(-)
98866
98867 commit 90affe831f08fabcb2dd5ac837c7b0cfbd14e554
98868 Author: Behdad Esfahbod <behdad@behdad.org>
98869 Date:   Fri Jan 5 18:04:56 2018 +0000
98870
98871     [khmer] Shuffle
98872
98873  src/hb-ot-shape-complex-khmer-machine.rl | 4 +---
98874  1 file changed, 1 insertion(+), 3 deletions(-)
98875
98876 commit 65795e3ca246bf65b3cb53e3fe65eca312774e3e
98877 Author: Behdad Esfahbod <behdad@behdad.org>
98878 Date:   Fri Jan 5 18:03:00 2018 +0000
98879
98880     [khmer] Simplify grammar some more
98881     
98882     Numbers down (from 38):
98883     
98884     KHMER: 299090 out of 299124 tests passed. 34 failed (0.0113665%)
98885
98886  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98887  1 file changed, 1 insertion(+), 1 deletion(-)
98888
98889 commit e13ee937310a7aadd83fd266dae382da40dce4f8
98890 Author: Behdad Esfahbod <behdad@behdad.org>
98891 Date:   Fri Jan 5 18:01:01 2018 +0000
98892
98893     [khmer] Clean
98894
98895  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98896  1 file changed, 1 insertion(+), 1 deletion(-)
98897
98898 commit a71c7eb2ca9f8ba90117e1a0c4ce890f0a1640f4
98899 Author: Behdad Esfahbod <behdad@behdad.org>
98900 Date:   Fri Jan 5 17:59:43 2018 +0000
98901
98902     [khmer] Limit number of joiners
98903
98904  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98905  1 file changed, 1 insertion(+), 1 deletion(-)
98906
98907 commit 574e42e1cf6679c8df065d6bb3e8d21bc82395c1
98908 Author: Behdad Esfahbod <behdad@behdad.org>
98909 Date:   Fri Jan 5 17:57:39 2018 +0000
98910
98911     [khmer] Relax number of consonants / matras allowed
98912     
98913     New numbers (down from 39):
98914     
98915     KHMER: 299086 out of 299124 tests passed. 38 failed (0.0127038%)
98916
98917  src/hb-ot-shape-complex-khmer-machine.rl | 6 +++---
98918  1 file changed, 3 insertions(+), 3 deletions(-)
98919
98920 commit 80c870bcda2f421e80f5579e71fe17fe8db991b8
98921 Author: Behdad Esfahbod <behdad@behdad.org>
98922 Date:   Fri Jan 5 17:52:24 2018 +0000
98923
98924     [khmer] Allow Independent Vowels where stacked consonants are allowed
98925     
98926     New numbers (down from 44):
98927     
98928     KHMER: 299085 out of 299124 tests passed. 39 failed (0.0130381%)
98929
98930  src/hb-ot-shape-complex-khmer-machine.rl | 4 ++--
98931  src/hb-ot-shape-complex-khmer.cc         | 2 +-
98932  2 files changed, 3 insertions(+), 3 deletions(-)
98933
98934 commit 9bd486c480b8fd3125ef6b6cc0442a566f669cb8
98935 Author: Behdad Esfahbod <behdad@behdad.org>
98936 Date:   Fri Jan 5 17:47:35 2018 +0000
98937
98938     [khmer] Drop some more joiners
98939
98940  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98941  1 file changed, 1 insertion(+), 1 deletion(-)
98942
98943 commit 5278265853c36400ffc284fd517cc7b7c42ed0e7
98944 Author: Behdad Esfahbod <behdad@behdad.org>
98945 Date:   Fri Jan 5 17:46:49 2018 +0000
98946
98947     [khmer] Drop some more
98948
98949  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98950  1 file changed, 1 insertion(+), 1 deletion(-)
98951
98952 commit efefd87f3354d0ae6f599ea30672cb0b74dfcd80
98953 Author: Behdad Esfahbod <behdad@behdad.org>
98954 Date:   Fri Jan 5 17:45:48 2018 +0000
98955
98956     [khmer] Drop some more grammar
98957
98958  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98959  1 file changed, 1 insertion(+), 1 deletion(-)
98960
98961 commit 82e6bf8e0c27d2fd16a908eed0c73e95b1a2c0f5
98962 Author: Behdad Esfahbod <behdad@behdad.org>
98963 Date:   Fri Jan 5 17:44:18 2018 +0000
98964
98965     [khmer] Drop some more from grammar
98966
98967  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
98968  1 file changed, 1 insertion(+), 1 deletion(-)
98969
98970 commit 957e8ea8a9f981775ecde7dd1e2bf4023cf79dba
98971 Author: Behdad Esfahbod <behdad@behdad.org>
98972 Date:   Fri Jan 5 17:43:31 2018 +0000
98973
98974     [khmer] Drop final_halant_group
98975
98976  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
98977  1 file changed, 1 insertion(+), 2 deletions(-)
98978
98979 commit bbfdbbdc5eca96e8c527147e5a78cd185b9f243d
98980 Author: Behdad Esfahbod <behdad@behdad.org>
98981 Date:   Fri Jan 5 17:34:26 2018 +0000
98982
98983     Minor
98984
98985  src/hb-ot-shape-complex-indic-machine.rl | 1 -
98986  src/hb-ot-shape-complex-khmer-machine.rl | 1 -
98987  2 files changed, 2 deletions(-)
98988
98989 commit f6df2515210e9d828fc40173696b185efa5083e3
98990 Author: Behdad Esfahbod <behdad@behdad.org>
98991 Date:   Fri Jan 5 17:27:48 2018 +0000
98992
98993     [indic] Remove unused OT_VD category
98994
98995  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
98996  src/hb-ot-shape-complex-indic-private.hh | 2 +-
98997  src/hb-ot-shape-complex-indic.cc         | 2 +-
98998  3 files changed, 3 insertions(+), 4 deletions(-)
98999
99000 commit e6618f3bdf79a51f6fb270b468b653dc9cea5b57
99001 Author: Behdad Esfahbod <behdad@behdad.org>
99002 Date:   Fri Jan 5 17:21:55 2018 +0000
99003
99004     [khmer] Shave off some more from the grammar
99005
99006  src/hb-ot-shape-complex-khmer-machine.rl |  9 ++-------
99007  src/hb-ot-shape-complex-khmer.cc         | 34 ++------------------------------
99008  2 files changed, 4 insertions(+), 39 deletions(-)
99009
99010 commit 014494d5c0469fe6b3112db3fdb3f2f262673ba1
99011 Author: Behdad Esfahbod <behdad@behdad.org>
99012 Date:   Fri Jan 5 17:17:02 2018 +0000
99013
99014     [khmer] Remove unused symbol clusters
99015
99016  src/hb-ot-shape-complex-khmer-machine.rl | 4 ----
99017  1 file changed, 4 deletions(-)
99018
99019 commit bbac984b9390a66c6ae5ee931b278b607f2f2a50
99020 Author: Behdad Esfahbod <behdad@behdad.org>
99021 Date:   Fri Jan 5 17:15:31 2018 +0000
99022
99023     Minor
99024
99025  src/hb-ot-shape-complex-indic-machine.rl | 1 -
99026  src/hb-ot-shape-complex-khmer-machine.rl | 1 -
99027  2 files changed, 2 deletions(-)
99028
99029 commit 185b68946ad67443e8725e77d724128802de5572
99030 Author: Behdad Esfahbod <behdad@behdad.org>
99031 Date:   Fri Jan 5 17:14:27 2018 +0000
99032
99033     [khmer] Remove medials from grammar
99034
99035  src/hb-ot-shape-complex-khmer-machine.rl | 10 ++++------
99036  1 file changed, 4 insertions(+), 6 deletions(-)
99037
99038 commit c265dffdf6c4930e271292226d38a8e515b6b0f8
99039 Author: Behdad Esfahbod <behdad@behdad.org>
99040 Date:   Fri Jan 5 17:06:29 2018 +0000
99041
99042     [khmer] Better fix for dangling final Coeng
99043     
99044     This is how 1471cfee3bb2734dc44c58471362851ad27e8bd8 should have
99045     been done.
99046
99047  src/hb-ot-shape-complex-khmer-machine.rl | 4 ++--
99048  1 file changed, 2 insertions(+), 2 deletions(-)
99049
99050 commit e3fdf1fc2f399e6b79ea022501526a422d372e64
99051 Author: Behdad Esfahbod <behdad@behdad.org>
99052 Date:   Fri Jan 5 17:05:53 2018 +0000
99053
99054     [khmer] Remove reph/repha support from grammar
99055
99056  src/hb-ot-shape-complex-khmer-machine.rl | 12 ++++--------
99057  1 file changed, 4 insertions(+), 8 deletions(-)
99058
99059 commit 0d3a274de1ff8e6a21c7c9857730e2eda402e310
99060 Author: Behdad Esfahbod <behdad@behdad.org>
99061 Date:   Fri Jan 5 17:01:37 2018 +0000
99062
99063     [khmer] Remove forced_rakar from grammar
99064     
99065     Used by Sinhala only.
99066
99067  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
99068  src/hb-ot-shape-complex-khmer.cc         | 2 +-
99069  2 files changed, 2 insertions(+), 3 deletions(-)
99070
99071 commit 1471cfee3bb2734dc44c58471362851ad27e8bd8
99072 Author: Behdad Esfahbod <behdad@behdad.org>
99073 Date:   Fri Jan 5 16:34:20 2018 +0000
99074
99075     [khmer] Allow a dangling final Coeng after matras
99076     
99077     Uniscribe seems to allow that.  New numbers:
99078     
99079     KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
99080
99081  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
99082  1 file changed, 1 insertion(+), 1 deletion(-)
99083
99084 commit 9eaf077ded0306d492de96b223133431f1a6d42b
99085 Author: Behdad Esfahbod <behdad@behdad.org>
99086 Date:   Fri Jan 5 16:28:00 2018 +0000
99087
99088     [khmer] Remove some more unused code
99089
99090  src/hb-ot-shape-complex-khmer.cc | 49 ++--------------------------------------
99091  1 file changed, 2 insertions(+), 47 deletions(-)
99092
99093 commit bfad6ab897a38aedc82de694ee1a17132f90b25e
99094 Author: Behdad Esfahbod <behdad@behdad.org>
99095 Date:   Fri Jan 5 16:13:09 2018 +0000
99096
99097     [khmer] Remove features not used by Khmer
99098
99099  src/hb-ot-shape-complex-khmer.cc | 60 ++++------------------------------------
99100  1 file changed, 5 insertions(+), 55 deletions(-)
99101
99102 commit 92a99ce084b19dff32d434de446144f0c4796803
99103 Author: Behdad Esfahbod <behdad@behdad.org>
99104 Date:   Fri Jan 5 16:08:44 2018 +0000
99105
99106     [khmer] Remove rphf feature
99107
99108  src/hb-ot-shape-complex-khmer.cc | 2 --
99109  1 file changed, 2 deletions(-)
99110
99111 commit 238b90e77c12674edfd2e03160b8ba2a0298b79d
99112 Author: Behdad Esfahbod <behdad@behdad.org>
99113 Date:   Fri Jan 5 16:06:53 2018 +0000
99114
99115     [khmer] Remove non-Khmer matra positioning code
99116
99117  src/hb-ot-shape-complex-khmer.cc | 76 +++++++---------------------------------
99118  1 file changed, 12 insertions(+), 64 deletions(-)
99119
99120 commit f8553c898a414298403c335f8d2ed6c588a1189f
99121 Author: Behdad Esfahbod <behdad@behdad.org>
99122 Date:   Fri Jan 5 16:04:02 2018 +0000
99123
99124     [khmer] Remove indic_config_t
99125
99126  src/hb-ot-shape-complex-khmer.cc | 28 ----------------------------
99127  1 file changed, 28 deletions(-)
99128
99129 commit a119a8bce57abc440ae4c8b9a1342d428a7c9b6a
99130 Author: Behdad Esfahbod <behdad@behdad.org>
99131 Date:   Fri Jan 5 16:02:27 2018 +0000
99132
99133     [khmer] Remove indic_config->reph_mode
99134
99135  src/hb-ot-shape-complex-khmer.cc | 9 +--------
99136  1 file changed, 1 insertion(+), 8 deletions(-)
99137
99138 commit c135324af107d3e33420cd0dca4d5bb12fd3f4a1
99139 Author: Behdad Esfahbod <behdad@behdad.org>
99140 Date:   Fri Jan 5 16:01:17 2018 +0000
99141
99142     [khmer] Remove indic_config->reph_pos
99143
99144  src/hb-ot-shape-complex-khmer.cc | 333 ++-------------------------------------
99145  1 file changed, 10 insertions(+), 323 deletions(-)
99146
99147 commit ffcd6c7efd21bf89b41ddbf148b05672a42ecadd
99148 Author: Behdad Esfahbod <behdad@behdad.org>
99149 Date:   Fri Jan 5 15:50:05 2018 +0000
99150
99151     [khmer] Remove indic_config->base_pos
99152
99153  src/hb-ot-shape-complex-khmer.cc | 229 ++-------------------------------------
99154  1 file changed, 7 insertions(+), 222 deletions(-)
99155
99156 commit 0c91638d48d6fb86d1e30fb94c15785707395b42
99157 Author: Behdad Esfahbod <behdad@behdad.org>
99158 Date:   Fri Jan 5 15:45:30 2018 +0000
99159
99160     [khmer] Remove other scripts
99161
99162  src/hb-ot-shape-complex-khmer.cc | 131 ++++++++++-----------------------------
99163  1 file changed, 34 insertions(+), 97 deletions(-)
99164
99165 commit 4c0199c573f79be5f40e7d4f8433ef6a1c9c24b2
99166 Author: Behdad Esfahbod <behdad@behdad.org>
99167 Date:   Fri Jan 5 15:43:48 2018 +0000
99168
99169     [khmer] Remove indic_config->script
99170
99171  src/hb-ot-shape-complex-khmer.cc | 3 +--
99172  1 file changed, 1 insertion(+), 2 deletions(-)
99173
99174 commit 9b135d9524e51cc1e1f35479e015c746ccd8ca5f
99175 Author: Behdad Esfahbod <behdad@behdad.org>
99176 Date:   Fri Jan 5 15:43:11 2018 +0000
99177
99178     [khmer] Remove indic_config->virama
99179
99180  src/hb-ot-shape-complex-khmer.cc | 5 ++---
99181  1 file changed, 2 insertions(+), 3 deletions(-)
99182
99183 commit 7eb3ac29d388432c311981b20b1aa75f47249bfc
99184 Author: Behdad Esfahbod <behdad@behdad.org>
99185 Date:   Fri Jan 5 15:41:31 2018 +0000
99186
99187     [khmer] Remove indic_config->has_old_spec
99188
99189  src/hb-ot-shape-complex-khmer.cc | 157 ++++++---------------------------------
99190  1 file changed, 21 insertions(+), 136 deletions(-)
99191
99192 commit 961ebf85f1e7d417e056c3927ee73857f6f4cde6
99193 Author: Behdad Esfahbod <behdad@behdad.org>
99194 Date:   Fri Jan 5 15:36:53 2018 +0000
99195
99196     [khmer] Remove Halant from Khmer shaper
99197
99198  src/hb-ot-shape-complex-indic-private.hh |  1 -
99199  src/hb-ot-shape-complex-khmer-machine.rl |  7 +++----
99200  src/hb-ot-shape-complex-khmer.cc         | 32 ++++++++++++++++----------------
99201  3 files changed, 19 insertions(+), 21 deletions(-)
99202
99203 commit 9761f9d78214323b9ad58dd0b8ba41851c9e2d54
99204 Author: Behdad Esfahbod <behdad@behdad.org>
99205 Date:   Fri Jan 5 15:33:11 2018 +0000
99206
99207     [indic] Remove more Khmer-specific stuff from Indic shaper
99208     
99209     No numbers changed.
99210
99211  src/hb-ot-shape-complex-indic-machine.rl |  8 ++---
99212  src/hb-ot-shape-complex-indic.cc         | 57 ++++++++++++--------------------
99213  2 files changed, 25 insertions(+), 40 deletions(-)
99214
99215 commit 075895364435ee88936696bcb5457283c4bb1a29
99216 Author: Behdad Esfahbod <behdad@behdad.org>
99217 Date:   Fri Jan 5 15:08:28 2018 +0000
99218
99219     [indic] Remove main Khmer stuff
99220
99221  src/hb-ot-shape-complex-indic.cc | 73 ++--------------------------------------
99222  1 file changed, 2 insertions(+), 71 deletions(-)
99223
99224 commit dcf4d95fea45e19fbb3b39f0211b2aa96a907473
99225 Author: Behdad Esfahbod <behdad@behdad.org>
99226 Date:   Fri Jan 5 14:54:31 2018 +0000
99227
99228     [khmer] Split off Khmer shaper from Indic
99229     
99230     Towards fixing https://github.com/harfbuzz/harfbuzz/issues/667
99231     The Khmer spec is different enough from other Indic ones to require
99232     its own grammar.
99233     
99234     No change in functionality.  Test numbers are:
99235     
99236     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
99237     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
99238     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
99239     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
99240     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
99241     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
99242     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
99243     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
99244     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
99245     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
99246     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
99247
99248  src/Makefile.sources                     |    3 +
99249  src/hb-ot-shape-complex-khmer-machine.rl |  130 +++
99250  src/hb-ot-shape-complex-khmer.cc         | 1867 ++++++++++++++++++++++++++++++
99251  src/hb-ot-shape-complex-private.hh       |    5 +-
99252  4 files changed, 2003 insertions(+), 2 deletions(-)
99253
99254 commit 1e05ea79d057fbae5f680589d4ee7d3c6a971689
99255 Author: Behdad Esfahbod <behdad@behdad.org>
99256 Date:   Fri Jan 5 14:01:37 2018 +0000
99257
99258     [ot] Short-circuit base instance advance variation
99259
99260  src/hb-ot-hmtx-table.hh | 2 +-
99261  1 file changed, 1 insertion(+), 1 deletion(-)
99262
99263 commit 54b2b93722c9f067199cd7145dfd065d5b6b2f0c
99264 Author: Behdad Esfahbod <behdad@behdad.org>
99265 Date:   Fri Jan 5 13:20:21 2018 +0000
99266
99267     [ot] Fix VariationStore evaluation algorithm
99268     
99269     Ouch!  Missing coords should still be evaluated as coord=0, which
99270     most of the time results in a factor of 0.  We were skipping these,
99271     which was equivalent to a factor of 1.
99272     
99273     Fixes https://github.com/harfbuzz/harfbuzz/issues/652
99274
99275  src/hb-ot-layout-common-private.hh | 5 +++--
99276  1 file changed, 3 insertions(+), 2 deletions(-)
99277
99278 commit a3afdd1e080bb181ddec126b6233d52438882a13
99279 Author: Behdad Esfahbod <behdad@behdad.org>
99280 Date:   Fri Jan 5 13:17:02 2018 +0000
99281
99282     Minor
99283
99284  src/hb-ot-layout-common-private.hh | 2 +-
99285  1 file changed, 1 insertion(+), 1 deletion(-)
99286
99287 commit cb43bdbc2f3a16061c33596b15b29eb7f9713871
99288 Author: Behdad Esfahbod <behdad@behdad.org>
99289 Date:   Fri Jan 5 13:06:25 2018 +0000
99290
99291     [ft] If there's no variations set, don't set them on hb-font
99292
99293  src/hb-ft.cc | 10 +++++++++-
99294  1 file changed, 9 insertions(+), 1 deletion(-)
99295
99296 commit ed2f458b143327d07e67fdb976ead9d7ff2863f8
99297 Author: Behdad Esfahbod <behdad@behdad.org>
99298 Date:   Fri Jan 5 12:55:39 2018 +0000
99299
99300     Add test font for previous commit
99301
99302  .../sha1sum/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf | Bin 0 -> 4816 bytes
99303  1 file changed, 0 insertions(+), 0 deletions(-)
99304
99305 commit 127bcc6ece4da64e807f652dd84a17c6a8c5e300
99306 Merge: 72bec1cd0 8c0d1916a
99307 Author: Behdad Esfahbod <behdad@behdad.org>
99308 Date:   Fri Jan 5 12:50:22 2018 +0000
99309
99310     Merge remote-tracking branch 'fdo/master'
99311
99312 commit 8c0d1916a41f0fb32340ce5257de780acf598353
99313 Author: Behdad Esfahbod <behdad@behdad.org>
99314 Date:   Fri Jan 5 12:46:12 2018 +0000
99315
99316     Improve CGJ skipping logic
99317     
99318     Previously we made CGJ unskippable.  Now, if CGJ did NOT prevent
99319     any reordering, allow skipping over it.  To make this work we
99320     had to make changes to the Arabic mark reordering algorithm
99321     implementation to renumber moved MCM marks.  See comments.
99322     
99323     Fixes https://github.com/harfbuzz/harfbuzz/issues/554
99324
99325  src/hb-buffer-private.hh                   |  1 +
99326  src/hb-ot-layout-private.hh                | 11 ++++++++-
99327  src/hb-ot-shape-complex-arabic.cc          | 37 ++++++++++++++++++++++--------
99328  src/hb-ot-shape-normalize.cc               | 30 +++++++++++++-----------
99329  test/shaping/tests/arabic-mark-order.tests |  4 ++++
99330  5 files changed, 58 insertions(+), 25 deletions(-)
99331
99332 commit 72bec1cd09f919f3826345db4832752ec96ff5c5
99333 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99334 Date:   Fri Jan 5 12:42:20 2018 +0330
99335
99336     Improve tests (#679)
99337
99338  .circleci/config.yml        |  2 +-
99339  CMakeLists.txt              | 52 +++++++++++++++++++++++++++++++++++----------
99340  autogen.sh                  |  6 ++++--
99341  src/Makefile.am             |  3 +--
99342  src/check-defs.sh           |  2 +-
99343  src/check-header-guards.sh  |  2 +-
99344  src/check-libstdc++.sh      |  2 +-
99345  src/check-static-inits.sh   |  2 +-
99346  src/check-symbols.sh        |  2 +-
99347  test/fuzzing/CMakeLists.txt | 11 +++++++++-
99348  10 files changed, 62 insertions(+), 22 deletions(-)
99349
99350 commit 293e443529d0621b9f94ea15d1425104394f6b9e
99351 Author: Behdad Esfahbod <behdad@behdad.org>
99352 Date:   Thu Jan 4 16:06:25 2018 +0000
99353
99354     Minor
99355
99356  src/check-c-linkage-decls.sh | 3 +--
99357  1 file changed, 1 insertion(+), 2 deletions(-)
99358
99359 commit 8a0952db7e521320cd4d8b67b287f7d33c21b6e0
99360 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
99361 Date:   Thu Jan 4 18:40:10 2018 +0700
99362
99363     atomics: Favor compiler primitives over macOS APIs. (#676)
99364     
99365     In macOS 10.12, the `OSMemoryBarrier` and related APIs were deprecated
99366     in favor of using `std::atomic`. On the way to supporting `std::atomic`,
99367     we can favor using the "Intel primitives" which are also available on
99368     macOS.
99369
99370  src/hb-atomic-private.hh | 46 +++++++++++++++++++++++-----------------------
99371  1 file changed, 23 insertions(+), 23 deletions(-)
99372
99373 commit 4f80078eb035054db0f6e33cf4f7345c6c85cb12
99374 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
99375 Date:   Thu Jan 4 18:37:35 2018 +0700
99376
99377     [cmake] Colorize output when using cmake + ninja. (#674)
99378     
99379     Due to how ninja runs clang and gcc, it doesn't colorize the output
99380     like make does. This forces color output in this situation.
99381
99382  CMakeLists.txt | 10 ++++++++++
99383  1 file changed, 10 insertions(+)
99384
99385 commit 5ed26fc5bdfdab0ff41a8861b54395c0bbbad248
99386 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99387 Date:   Thu Jan 4 10:11:34 2018 +0330
99388
99389     [cmake] Run src/ tests (#675)
99390
99391  .circleci/config.yml      |  9 ++++-----
99392  CMakeLists.txt            | 35 ++++++++++++++++++++++++++++++++---
99393  src/Makefile.am           |  1 +
99394  src/check-defs.sh         |  3 ++-
99395  src/check-libstdc++.sh    |  3 ++-
99396  src/check-static-inits.sh |  3 ++-
99397  src/check-symbols.sh      |  3 ++-
99398  7 files changed, 45 insertions(+), 12 deletions(-)
99399
99400 commit f8daeef4c4451084a781db3a8a04807c0f0051ef
99401 Author: Behdad Esfahbod <behdad@behdad.org>
99402 Date:   Wed Jan 3 14:27:34 2018 +0000
99403
99404     [use] Simplify more
99405
99406  src/gen-use-table.py                 | 11 +------
99407  src/hb-ot-shape-complex-use-table.cc | 62 +++++++++++++++++++++---------------
99408  2 files changed, 38 insertions(+), 35 deletions(-)
99409
99410 commit 877d15e73c24159b26bb7cc6d2f62045d445d0fc
99411 Author: Behdad Esfahbod <behdad@behdad.org>
99412 Date:   Wed Jan 3 14:24:44 2018 +0000
99413
99414     [use] Simplify
99415     
99416     Fixes https://github.com/harfbuzz/harfbuzz/pull/661
99417
99418  src/gen-use-table.py                 | 2 +-
99419  src/hb-ot-shape-complex-use-table.cc | 3 +--
99420  2 files changed, 2 insertions(+), 3 deletions(-)
99421
99422 commit 308f419215716460479fbde482d66d1687176102
99423 Author: Behdad Esfahbod <behdad@behdad.org>
99424 Date:   Wed Jan 3 14:22:07 2018 +0000
99425
99426     [use] Fix Brahmi Number Joiner 1107F
99427     
99428     Fixes https://github.com/harfbuzz/harfbuzz/pull/660
99429
99430  src/gen-indic-table.py                 | 6 +++---
99431  src/gen-use-table.py                   | 6 +++---
99432  src/hb-ot-shape-complex-indic-table.cc | 4 ++--
99433  src/hb-ot-shape-complex-use-table.cc   | 6 +++---
99434  4 files changed, 11 insertions(+), 11 deletions(-)
99435
99436 commit 7b837e20d2b4b6cd7be0b181ac5cdfeb467bd146
99437 Author: Behdad Esfahbod <behdad@behdad.org>
99438 Date:   Wed Jan 3 12:46:29 2018 +0000
99439
99440     [util] Add TODO item
99441
99442  util/options.cc | 1 +
99443  1 file changed, 1 insertion(+)
99444
99445 commit 70807ad274be39d58a5b43e12d4585325cb314c4
99446 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99447 Date:   Tue Jan 2 23:52:12 2018 +0330
99448
99449     Fix make check issue on out-of-tree builds and test it (#672)
99450
99451  .circleci/config.yml             |  8 ++++----
99452  test/fuzzing/Makefile.am         | 18 +-----------------
99453  test/fuzzing/run-fuzzer-tests.py |  8 +++++---
99454  test/shaping/run-tests.py        |  5 +++++
99455  4 files changed, 15 insertions(+), 24 deletions(-)
99456
99457 commit 85ec6d34439194a88c7dfdd8303369311e08e031
99458 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
99459 Date:   Wed Jan 3 01:23:23 2018 +0700
99460
99461     Fix typos.
99462
99463  docs/usermanual-clusters.xml         | 4 ++--
99464  docs/usermanual-install-harfbuzz.xml | 2 +-
99465  src/hb-font.h                        | 2 +-
99466  3 files changed, 4 insertions(+), 4 deletions(-)
99467
99468 commit 4f6754ac0190f04b5f27306b087827b8f2e13046
99469 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
99470 Date:   Wed Jan 3 00:15:18 2018 +0700
99471
99472     Improve Markdown usage in BUILD.md.
99473
99474  BUILD.md | 36 +++++++++++++++++++++++-------------
99475  1 file changed, 23 insertions(+), 13 deletions(-)
99476
99477 commit 3db1d34264d9405c7356668aa3c8ed3ab103da3c
99478 Author: Romain Ouabdelkader <rouabdelkader@gopro.com>
99479 Date:   Thu Dec 21 14:39:34 2017 +0100
99480
99481     link with CoreFoundation when using CoreText
99482
99483  configure.ac | 2 +-
99484  1 file changed, 1 insertion(+), 1 deletion(-)
99485
99486 commit 4e3cf91af29ff654eca91e43c0af1c1a7171b9fa
99487 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99488 Date:   Mon Jan 1 11:17:51 2018 +0330
99489
99490     [cmake] Run rest of the tests on Windows (#668)
99491
99492  appveyor.yml                     |  6 +++---
99493  test/CMakeLists.txt              |  5 +----
99494  test/fuzzing/CMakeLists.txt      | 12 ++++++------
99495  test/fuzzing/Makefile.am         |  5 +----
99496  test/fuzzing/run-fuzzer-tests.py | 12 +++++++++---
99497  test/shaping/CMakeLists.txt      |  9 ++++-----
99498  test/shaping/run-tests.py        | 10 +++++++++-
99499  7 files changed, 33 insertions(+), 26 deletions(-)
99500
99501 commit 2dbdeb14214487acd0ff011386c49263ce800813
99502 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99503 Date:   Fri Dec 29 23:13:29 2017 +0330
99504
99505     [cmake] Run fuzzing and shaping tests (#666)
99506
99507  .circleci/config.yml             |  2 +-
99508  CMakeLists.txt                   | 59 ++++++++++++++++++++++++----------------
99509  appveyor.yml                     |  4 +--
99510  test/CMakeLists.txt              |  5 ++++
99511  test/api/CMakeLists.txt          | 48 +++++++++++++-------------------
99512  test/fuzzing/CMakeLists.txt      |  9 ++++++
99513  test/fuzzing/Makefile.am         | 18 ++++++++++++
99514  test/fuzzing/run-fuzzer-tests.py | 28 +++++++++++++++++++
99515  test/shaping/CMakeLists.txt      | 11 ++++++++
99516  test/shaping/Makefile.am         |  3 +-
99517  test/shaping/run-tests.py        |  3 +-
99518  11 files changed, 132 insertions(+), 58 deletions(-)
99519
99520 commit 24b30faa2a285c6e4e46a18c346def2183fc2793
99521 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99522 Date:   Mon Dec 25 22:01:28 2017 +0330
99523
99524     [cmake] Use GNUInstallDirs values (#665)
99525
99526  CMakeLists.txt | 170 ++++++++++++++++++++++++++++-----------------------------
99527  1 file changed, 85 insertions(+), 85 deletions(-)
99528
99529 commit 7d397c5d5ca684fae824a61dabf5bc422d0a516b
99530 Author: Behdad Esfahbod <behdad@behdad.org>
99531 Date:   Sun Dec 24 17:53:32 2017 -0500
99532
99533     Add Coverity badge
99534
99535  README | 1 +
99536  1 file changed, 1 insertion(+)
99537
99538 commit 50163976d2a5fb34e0b4c011408d581b33aaa255
99539 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99540 Date:   Mon Dec 25 01:55:48 2017 +0330
99541
99542     [cmake] Enable cmake tests on distribution and test it (#664)
99543
99544  .circleci/config.yml | 3 ++-
99545  test/Makefile.am     | 6 ++++++
99546  test/api/Makefile.am | 1 +
99547  3 files changed, 9 insertions(+), 1 deletion(-)
99548
99549 commit 7bfdf1a94192dd83ab55202d259703f36ed060e5
99550 Author: David Corbett <corbett.dav@husky.neu.edu>
99551 Date:   Wed Nov 22 16:32:52 2017 -0500
99552
99553     Forbid Batak killers after vowel signs
99554
99555  src/gen-use-table.py                                     |   3 +++
99556  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
99557  .../sha1sum/59a585a63b3df608fbeef00956c8c108deec7de6.ttf | Bin 0 -> 1164 bytes
99558  test/shaping/tests/use-syllable.tests                    |   1 +
99559  4 files changed, 5 insertions(+), 1 deletion(-)
99560
99561 commit 9890782736b9ce708c1fedd1cbb3db45cfef4c69
99562 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99563 Date:   Mon Dec 25 01:32:46 2017 +0330
99564
99565     [ci] Add -Wno-attributes to djgpp, add alpine, format (#663)
99566
99567  .circleci/config.yml | 40 ++++++++++++++++++++++++++++++----------
99568  1 file changed, 30 insertions(+), 10 deletions(-)
99569
99570 commit 72ecaae0ad4c9f1685f7d524990e92a26fcd5611
99571 Author: Behdad Esfahbod <behdad@behdad.org>
99572 Date:   Sun Dec 24 16:05:07 2017 -0500
99573
99574     [use] Allow ZWJ before/after Halant
99575     
99576     https://github.com/harfbuzz/harfbuzz/issues/542#issuecomment-353169729
99577
99578  src/hb-ot-shape-complex-use-machine.rl | 3 ++-
99579  1 file changed, 2 insertions(+), 1 deletion(-)
99580
99581 commit bc92245b681098f0bfa712217851a5ba3dabeaf3
99582 Author: Behdad Esfahbod <behdad@behdad.org>
99583 Date:   Wed Dec 20 13:19:33 2017 -0500
99584
99585     Minor
99586
99587  src/main.cc | 1 -
99588  1 file changed, 1 deletion(-)
99589
99590 commit 81dfc29d2dbc755301e702ea5427829d02abc693
99591 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99592 Date:   Thu Dec 21 20:15:37 2017 +0330
99593
99594     [ci] Add a DOS/djgpp compiler (#659)
99595
99596  .circleci/config.yml | 9 +++++++++
99597  1 file changed, 9 insertions(+)
99598
99599 commit 007a2a4317227b8fb4c764c590203c85fc3da5fd
99600 Author: Behdad Esfahbod <behdad@behdad.org>
99601 Date:   Wed Dec 20 12:09:00 2017 -0500
99602
99603     1.7.4
99604
99605  NEWS         | 7 +++++++
99606  configure.ac | 2 +-
99607  2 files changed, 8 insertions(+), 1 deletion(-)
99608
99609 commit a9432bde7e61894056a42ea24d56fd7fd908a1ce
99610 Author: Volker H. Simonis <volker.simonis@gmail.com>
99611 Date:   Tue Dec 19 11:33:25 2017 +0100
99612
99613     HarfBuzz 1.7.1 and later don't compile on AIX with xlC (#655)
99614
99615  src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++--
99616  1 file changed, 2 insertions(+), 2 deletions(-)
99617
99618 commit 2fe5f885b6f66f2665292b93e07baaae0aa46da8
99619 Author: Behdad Esfahbod <behdad@behdad.org>
99620 Date:   Tue Dec 19 14:48:26 2017 -0500
99621
99622     [set] Handle nil set in add_range() / add_sorted_array()
99623     
99624     Fixes https://github.com/harfbuzz/harfbuzz/issues/657
99625
99626  src/hb-set-private.hh | 5 +++--
99627  1 file changed, 3 insertions(+), 2 deletions(-)
99628
99629 commit b5bbb791d32467b91caf6f1bf7ccee7cb2ca8c52
99630 Author: Behdad Esfahbod <behdad@behdad.org>
99631 Date:   Mon Dec 18 09:18:51 2017 -0500
99632
99633     1.7.3
99634
99635  NEWS         | 10 ++++++++++
99636  configure.ac |  2 +-
99637  2 files changed, 11 insertions(+), 1 deletion(-)
99638
99639 commit 1245395a60ab6b04fc4653c448a97bb6ffee672c
99640 Author: Behdad Esfahbod <behdad@behdad.org>
99641 Date:   Sun Dec 17 12:32:33 2017 -0500
99642
99643     [coretext] In hb_coretext_font_create() set ptem
99644     
99645     Otherwise setting the CTFont was ineffective as it would have been
99646     recreated anyway unless font size was set to 18 CSS points.
99647
99648  src/hb-coretext.cc | 14 +++++++++++---
99649  1 file changed, 11 insertions(+), 3 deletions(-)
99650
99651 commit 493a005d9527b6075f3c1ca4b41c22d7805f975c
99652 Author: Behdad Esfahbod <behdad@behdad.org>
99653 Date:   Sat Dec 16 11:49:39 2017 -0500
99654
99655     [set] In add_sorted_array(), bail if data is not sorted
99656
99657  src/hb-set-private.hh | 8 ++++++--
99658  1 file changed, 6 insertions(+), 2 deletions(-)
99659
99660 commit a7bd6d7a4c53ff61d7d8286a594aaa0a0e15b1a1
99661 Author: Behdad Esfahbod <behdad@behdad.org>
99662 Date:   Sat Dec 16 11:11:18 2017 -0500
99663
99664     [collect_glyphs] Bail if input data looks like garbage
99665     
99666     Specificaly, when a range or sorted array has unexpected order, we take that as
99667     font data being garbage and bail out.  This fixes significant slowdown on a bad
99668     version of Chandas font which has a 600KB GPOS with garbage inside.
99669     
99670     Later on, I like to add a maximum-work counter for collect_glyphs to protect
99671     against malicious fonts as well.
99672     
99673     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=794896
99674
99675  src/hb-ot-layout-common-private.hh | 14 +++++++-------
99676  src/hb-set-private.hh              |  4 ++--
99677  2 files changed, 9 insertions(+), 9 deletions(-)
99678
99679 commit 1ce7d6e215ef9d5386010bcdbbca79ef01811596
99680 Author: Behdad Esfahbod <behdad@behdad.org>
99681 Date:   Sat Dec 16 11:36:16 2017 -0500
99682
99683     [set] Optimize add_array() / add_sorted_array()
99684     
99685     Does page lookup as needed.
99686
99687  src/hb-set-private.hh | 54 ++++++++++++++++++++++++++++++++++++---------------
99688  1 file changed, 38 insertions(+), 16 deletions(-)
99689
99690 commit 71e6adf1e2d65eb905a0ba247672fe36169955ef
99691 Author: Behdad Esfahbod <behdad@behdad.org>
99692 Date:   Sat Dec 16 11:07:37 2017 -0500
99693
99694     [collect_glyphs] handle ClassDef better
99695
99696  src/hb-ot-layout-common-private.hh   | 63 ++++++++++++++++++++++++++++++------
99697  src/hb-ot-layout-gdef-table.hh       |  2 +-
99698  src/hb-ot-layout-gpos-table.hh       |  5 +--
99699  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
99700  4 files changed, 56 insertions(+), 16 deletions(-)
99701
99702 commit 87cc5a65cb4b98a3a857b5846085ef0814b392a8
99703 Author: Behdad Esfahbod <behdad@behdad.org>
99704 Date:   Sat Dec 16 06:18:07 2017 -0800
99705
99706     [collect_glyphs] In PairPosFornat2 do not collect classDef1
99707     
99708     The coverage already covered that.
99709
99710  src/hb-ot-layout-gpos-table.hh | 8 ++------
99711  1 file changed, 2 insertions(+), 6 deletions(-)
99712
99713 commit 81f27df4d9db1bfc1dd04593cbd121397b86e9a6
99714 Author: Behdad Esfahbod <behdad@behdad.org>
99715 Date:   Sat Dec 16 06:12:06 2017 -0800
99716
99717     More work towards improving collect_glyphs() against bad input
99718     
99719     The three "XXXXX"'s should be switched to false.  Doing that separately for ease
99720     of bisecting...
99721
99722  src/hb-ot-layout-common-private.hh |  7 +++----
99723  src/hb-ot-layout-gpos-table.hh     | 25 ++++++++++---------------
99724  src/hb-ot-layout-gsub-table.hh     | 35 +++++++++++++----------------------
99725  src/hb-set-digest-private.hh       |  6 ++++--
99726  src/hb-set-private.hh              | 36 ++++++++++++++++++------------------
99727  5 files changed, 48 insertions(+), 61 deletions(-)
99728
99729 commit 5d02572034e3dafbe87000fd0aa34b858bd95075
99730 Author: Behdad Esfahbod <behdad@behdad.org>
99731 Date:   Thu Dec 14 19:33:55 2017 -0800
99732
99733     [set] Add add_sorted_array()
99734     
99735     Not optimized to use sortedness yet.  Also start putting in place infra
99736     to faster reject bad data.
99737     
99738     A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS,
99739     mostly junk.  That is causing 48 million of set->add() calls in
99740     collect_glyphs(), which is insane.
99741     
99742     In the upcoming commits, I'll be speeding that up by optimizing
99743     add_sorted_array(), while also reducing work by rejecting out-of-sort
99744     arrays quickly and propagate the rejection.
99745     
99746     Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
99747
99748  src/hb-ot-layout-common-private.hh   | 51 +++++++++++++++++++++++-------------
99749  src/hb-ot-layout-gdef-table.hh       |  2 +-
99750  src/hb-ot-layout-gpos-table.hh       | 10 +++----
99751  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
99752  src/hb-set-digest-private.hh         | 31 ++++++++++++++++++----
99753  src/hb-set-private.hh                | 21 +++++++++++++--
99754  6 files changed, 84 insertions(+), 33 deletions(-)
99755
99756 commit 9d6511a7343ba150e8072e5fe91732db54a92309
99757 Author: Behdad Esfahbod <behdad@behdad.org>
99758 Date:   Thu Dec 14 19:04:55 2017 -0800
99759
99760     [set] Reduce number of preallocated pages from 8 to 1
99761     
99762     Now that pagesize is 8192, this feels better.
99763
99764  src/hb-set-private.hh | 2 +-
99765  1 file changed, 1 insertion(+), 1 deletion(-)
99766
99767 commit ae2e2b068e1ab68d1f814165cb86fa38deef1f5b
99768 Author: Behdad Esfahbod <behdad@behdad.org>
99769 Date:   Thu Dec 14 18:15:14 2017 -0800
99770
99771     Fix partial tracing debug builds
99772
99773  src/hb-debug.hh | 16 +++++++++++++---
99774  1 file changed, 13 insertions(+), 3 deletions(-)
99775
99776 commit 9daa88cd790b80a8bc7eaae2e7eec6f2f9fc60cf
99777 Author: Behdad Esfahbod <behdad@behdad.org>
99778 Date:   Thu Dec 14 13:37:48 2017 -0800
99779
99780     Minor
99781
99782  src/hb-set-private.hh | 11 +++++++++++
99783  src/hb-set.cc         |  6 ++----
99784  2 files changed, 13 insertions(+), 4 deletions(-)
99785
99786 commit f424a342233ae32bbfabbdeadf59c82420b0880b
99787 Author: Behdad Esfahbod <behdad@behdad.org>
99788 Date:   Thu Dec 14 13:30:38 2017 -0800
99789
99790     [set] Change pagesize from 512 bits to 8192 bits
99791     
99792     Fixes perf regression on some heavy fonts in Chrome's FT+HB
99793     interaction.
99794     
99795     See:
99796     https://bugs.chromium.org/p/chromium/issues/detail?id=782220
99797     
99798     More work to be done:
99799     https://bugs.chromium.org/p/chromium/issues/detail?id=794896
99800
99801  src/hb-set-private.hh | 2 +-
99802  1 file changed, 1 insertion(+), 1 deletion(-)
99803
99804 commit 0fe62c1f333200523e10663f47a58b82e3f22154
99805 Author: Behdad Esfahbod <behdad@behdad.org>
99806 Date:   Wed Dec 13 13:12:20 2017 -0800
99807
99808     [set] Add add_array()
99809     
99810     To be used to optimize adding a whole bunch of (sorted) items at the same time,
99811     as in CoverageFormat1.
99812
99813  src/hb-ot-layout-common-private.hh |  4 +---
99814  src/hb-set-digest-private.hh       | 12 ++++++++++++
99815  src/hb-set-private.hh              |  6 ++++++
99816  3 files changed, 19 insertions(+), 3 deletions(-)
99817
99818 commit 20e69c950d431391f92335f8845e5d4291aca8f3
99819 Author: ebraminio <ebrahim@gnu.org>
99820 Date:   Thu Dec 7 12:24:12 2017 +0330
99821
99822     [test] print commented line, like the original script (#649)
99823
99824  test/shaping/run-tests.py | 8 ++++----
99825  1 file changed, 4 insertions(+), 4 deletions(-)
99826
99827 commit 71ad2777c52aeb0842038881899499a49cb895f2
99828 Author: ebraminio <ebrahim@gnu.org>
99829 Date:   Thu Dec 7 11:35:36 2017 +0330
99830
99831     [ci] Add an after distribution test runner (#648)
99832
99833  .circleci/config.yml | 10 ++++++++++
99834  1 file changed, 10 insertions(+)
99835
99836 commit 5f061d27d5289c7608a6579dca668b1f5be7f4e8
99837 Author: ebraminio <ebrahim@gnu.org>
99838 Date:   Thu Dec 7 11:22:55 2017 +0330
99839
99840     Rewrite run-tests in python (#647)
99841
99842  test/shaping/Makefile.am  |   4 +-
99843  test/shaping/run-tests.py | 115 ++++++++++++++++++++++++++++++++++++++++++++++
99844  test/shaping/run-tests.sh |  65 --------------------------
99845  3 files changed, 117 insertions(+), 67 deletions(-)
99846
99847 commit 3ce6c7bd96296a44950110e84ade76c7c1df06e4
99848 Author: Khaled Hosny <khaledhosny@eglug.org>
99849 Date:   Wed Dec 6 21:08:20 2017 +0200
99850
99851     [ci] Sort out Travis configuration
99852     
99853     Use a matrix to avoid a gazillion if's.
99854
99855  .ci/deploy-docs.sh   |  2 ++
99856  .ci/run-coveralls.sh | 14 +++++++++++
99857  .travis.yml          | 69 ++++++++++++++++++++++++++++++++--------------------
99858  3 files changed, 58 insertions(+), 27 deletions(-)
99859
99860 commit 5a6d2b986a02fc47fa9dcbb330e6949af8e375ff
99861 Author: ebraminio <ebrahim@gnu.org>
99862 Date:   Wed Dec 6 18:27:27 2017 +0330
99863
99864     [ci] minor improvements (#644)
99865
99866  .circleci/config.yml | 3 +++
99867  appveyor.yml         | 2 +-
99868  2 files changed, 4 insertions(+), 1 deletion(-)
99869
99870 commit 840a32e3f3ed0a85bfa84e69efaeb504d92d1aa7
99871 Author: Khaled Hosny <khaledhosny@eglug.org>
99872 Date:   Wed Dec 6 00:49:25 2017 +0200
99873
99874     Run cmake tests on CI builds
99875
99876  .circleci/config.yml | 6 ++++--
99877  appveyor.yml         | 2 +-
99878  2 files changed, 5 insertions(+), 3 deletions(-)
99879
99880 commit c8609551485cfca6f9629c565b9dd5f02aa14f3e
99881 Author: Khaled Hosny <khaledhosny@eglug.org>
99882 Date:   Wed Dec 6 00:43:28 2017 +0200
99883
99884     Add API tests to cmake build
99885
99886  CMakeLists.txt          |  5 +++++
99887  test/CMakeLists.txt     |  1 +
99888  test/api/CMakeLists.txt | 39 +++++++++++++++++++++++++++++++++++++++
99889  test/api/hb-test.h      |  2 ++
99890  test/api/test-c.c       |  2 ++
99891  5 files changed, 49 insertions(+)
99892
99893 commit f19126dd35b03f6e05a67cbc406b3ce4a3e35022
99894 Author: Khaled Hosny <khaledhosny@eglug.org>
99895 Date:   Tue Dec 5 22:52:54 2017 +0200
99896
99897     We are already inside “if HAVE_GLIB” check
99898
99899  test/api/Makefile.am | 12 ++++++------
99900  1 file changed, 6 insertions(+), 6 deletions(-)
99901
99902 commit 7af48a3f37abac0aa1a1ad79c98399a9a71bd903
99903 Author: ebraminio <ebrahim@gnu.org>
99904 Date:   Wed Dec 6 14:22:19 2017 +0330
99905
99906     [ci] Don't cache msys2 folder
99907
99908  appveyor.yml | 1 -
99909  1 file changed, 1 deletion(-)
99910
99911 commit b6f505c7164e302d2990cf056b73e918a641e976
99912 Author: ebraminio <ebrahim@gnu.org>
99913 Date:   Wed Dec 6 13:51:04 2017 +0330
99914
99915     [ci] Enable glib and freetype on appveyor cmake (#643)
99916
99917  appveyor.yml | 29 +++++++++++++++++++++--------
99918  1 file changed, 21 insertions(+), 8 deletions(-)
99919
99920 commit 03b7a221f701a9b003890878e730ad175c3fdd86
99921 Author: Behdad Esfahbod <behdad@behdad.org>
99922 Date:   Tue Dec 5 13:12:11 2017 -0800
99923
99924     [debug] Use %p to print pointers
99925     
99926     Fixes https://github.com/harfbuzz/harfbuzz/issues/640
99927
99928  src/hb-debug.hh | 2 +-
99929  1 file changed, 1 insertion(+), 1 deletion(-)
99930
99931 commit 353cc6fbf09d16aad18b48a3a46ec7dd348aedc6
99932 Author: Ebrahim Byagowi <ebrahim@gnu.org>
99933 Date:   Wed Dec 6 00:04:30 2017 +0330
99934
99935     [ci] Fix appveyor badge
99936
99937  README | 2 +-
99938  1 file changed, 1 insertion(+), 1 deletion(-)
99939
99940 commit 0dc03ef75724376927a7d63b991508c2901fcdf9
99941 Author: Nathan Willis <nwillis@glyphography.com>
99942 Date:   Tue Dec 5 17:43:09 2017 +0000
99943
99944     Indic: always hyphenate pre-base-reordering, for clarity.
99945
99946  src/hb-ot-shape-complex-indic.cc | 16 ++++++++--------
99947  1 file changed, 8 insertions(+), 8 deletions(-)
99948
99949 commit 8db058d20c1b7efce33157c676d4aee97591deb1
99950 Author: Nathan Willis <nwillis@glyphography.com>
99951 Date:   Tue Dec 5 17:43:09 2017 +0000
99952
99953     Indic: always hyphenate pre-base-reordering, for clarity.
99954
99955  src/hb-ot-shape-complex-indic.cc | 16 ++++++++--------
99956  1 file changed, 8 insertions(+), 8 deletions(-)
99957
99958 commit be59f3cbf4e3269ea05d5a707cdae04a32e097ce
99959 Author: Behdad Esfahbod <behdad@behdad.org>
99960 Date:   Tue Dec 5 09:01:28 2017 -0800
99961
99962     Silence unused-variables warning on MSVC
99963     
99964     Fixes https://github.com/harfbuzz/harfbuzz/issues/635
99965
99966  src/hb-private.hh | 2 ++
99967  1 file changed, 2 insertions(+)
99968
99969 commit 80c1b01f054c5d65ca96a568aaf1c28ffe97215b
99970 Author: David Corbett <corbett.dav@husky.neu.edu>
99971 Date:   Tue Dec 5 08:28:42 2017 -0500
99972
99973     Allow digits in language system tags
99974
99975  src/hb-ot-tag.cc | 2 +-
99976  1 file changed, 1 insertion(+), 1 deletion(-)
99977
99978 commit 85bb89a88bdfae02fb7c27c7b994f4f22723442a
99979 Author: David Corbett <corbett.dav@husky.neu.edu>
99980 Date:   Mon Dec 4 15:15:27 2017 -0500
99981
99982     Fix string matching in parse_bool
99983
99984  src/hb-common.cc | 4 ++--
99985  1 file changed, 2 insertions(+), 2 deletions(-)
99986
99987 commit 0fd89dc61c6a26253aa9bb85e8dfd9faded11440
99988 Author: Olivier Blin <olivier.blin@softathome.com>
99989 Date:   Mon Dec 4 18:58:41 2017 +0100
99990
99991     [hb-ft] Fix build when Multiple Master font support is disabled in freetype
99992     
99993     FT_Set_Var_Blend_Coordinates() is not available when "Multiple Master
99994     font interface" is disabled in freetype's modules.cfg
99995
99996  configure.ac         | 1 +
99997  src/hb-ft.cc         | 2 ++
99998  util/helper-cairo.cc | 2 ++
99999  3 files changed, 5 insertions(+)
100000
100001 commit 843f7f70355f62511a5d8be3b905c853bf362629
100002 Author: Behdad Esfahbod <behdad@behdad.org>
100003 Date:   Mon Dec 4 08:52:39 2017 -0800
100004
100005     1.7.2
100006
100007  NEWS         | 10 ++++++++++
100008  configure.ac |  2 +-
100009  2 files changed, 11 insertions(+), 1 deletion(-)
100010
100011 commit eeb26d21d493183f54704487754d53a127b017ae
100012 Author: Behdad Esfahbod <behdad@behdad.org>
100013 Date:   Sat Dec 2 15:22:04 2017 -0800
100014
100015     [set] Actually commit fixes mentioned in previous commit!
100016
100017  src/hb-set-private.hh | 9 ++++++++-
100018  1 file changed, 8 insertions(+), 1 deletion(-)
100019
100020 commit 20b4672754baf9751642bb37344a6ff4e224dc37
100021 Author: Behdad Esfahbod <behdad@behdad.org>
100022 Date:   Sat Dec 2 15:14:26 2017 -0800
100023
100024     [set] Fix recent changes
100025     
100026     Ouch!
100027     
100028     Add tests.
100029
100030  test/api/test-set.c | 24 ++++++++++++++++++++++++
100031  1 file changed, 24 insertions(+)
100032
100033 commit 0744149cdabd85d632822ff810d3994787bca4b7
100034 Author: Behdad Esfahbod <behdad@behdad.org>
100035 Date:   Sat Dec 2 15:06:15 2017 -0800
100036
100037     [set] Protect against bad input in hb_set_add_range()
100038
100039  src/hb-set-private.hh | 2 +-
100040  1 file changed, 1 insertion(+), 1 deletion(-)
100041
100042 commit d5e29303db47a1868fa9b044ca61e146f882179c
100043 Author: Behdad Esfahbod <behdad@behdad.org>
100044 Date:   Tue Nov 28 23:11:34 2017 -0800
100045
100046     [coretext] Add hb_coretext_font_create()
100047     
100048     Fixes https://github.com/harfbuzz/harfbuzz/issues/628
100049     
100050     New API:
100051     hb_coretext_font_create()
100052
100053  src/hb-coretext.cc | 55 ++++++++++++++++++++++++++++++++++--------------------
100054  src/hb-coretext.h  |  3 +++
100055  2 files changed, 38 insertions(+), 20 deletions(-)
100056
100057 commit 9d0194b3a8e0c562249337fa0cf4d72e89334263
100058 Author: Behdad Esfahbod <behdad@behdad.org>
100059 Date:   Fri Dec 1 13:56:06 2017 -0800
100060
100061     [set] Optimize add_range() some more
100062     
100063     It's as good as it gets, and seems to be on par with previous set implementation
100064     in my benchmark.
100065     
100066     Would be great if someone can double-check my bitops.
100067
100068  src/hb-set-private.hh | 16 +++++++++++++---
100069  1 file changed, 13 insertions(+), 3 deletions(-)
100070
100071 commit 438c325a256f040c6be840924ed42dcbcd8a049a
100072 Author: Behdad Esfahbod <behdad@behdad.org>
100073 Date:   Fri Dec 1 13:34:14 2017 -0800
100074
100075     [set] Optimize add_range()
100076     
100077     With new set implementation, this became really costy.  Optimize it.
100078     There's more to be done, but this shaves off most of the fat.
100079     
100080     Part of fixing https://bugs.chromium.org/p/chromium/issues/detail?id=782220
100081
100082  src/hb-set-private.hh | 56 +++++++++++++++++++++++++++++++++++++--------------
100083  1 file changed, 41 insertions(+), 15 deletions(-)
100084
100085 commit be9e307a889e04d198042ad39949d3971232ab26
100086 Author: Behdad Esfahbod <behdad@behdad.org>
100087 Date:   Fri Dec 1 12:36:26 2017 -0800
100088
100089     [ot] Ensure layout in hb_ot_layout_table_get_lookup_count()
100090
100091  src/hb-ot-layout.cc | 1 +
100092  1 file changed, 1 insertion(+)
100093
100094 commit d9066afd6bc260d2f2ad5cd5b3e8b196e944d3d8
100095 Author: Behdad Esfahbod <behdad@behdad.org>
100096 Date:   Wed Nov 29 16:18:18 2017 -0800
100097
100098     Add another test for previous commit
100099     
100100     From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4273
100101
100102  .../sha1sum/bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf  | Bin 0 -> 204 bytes
100103  test/shaping/tests/fuzzed.tests                           |   1 +
100104  2 files changed, 1 insertion(+)
100105
100106 commit 16fba5b2158a0e093e6df32637eba5058942e299
100107 Author: Behdad Esfahbod <behdad@behdad.org>
100108 Date:   Wed Nov 29 16:08:11 2017 -0800
100109
100110     [ot] Fix Extension type recurse to disallow recursing to another Extension
100111     
100112     Particularly hazardous if the second layer mixes forward and backward lookups.
100113     
100114     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4336
100115
100116  src/hb-ot-layout-gsub-table.hh                           |   6 ++++--
100117  .../sha1sum/9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf | Bin 0 -> 4545 bytes
100118  .../sha1sum/ef2511f215aa3ca847cbfffbf861793b42170875.ttf | Bin 0 -> 1152 bytes
100119  test/shaping/tests/fuzzed.tests                          |   2 ++
100120  4 files changed, 6 insertions(+), 2 deletions(-)
100121
100122 commit 7ab49de987b856312d7ad1d02639f7306aa0ad2f
100123 Author: Behdad Esfahbod <behdad@behdad.org>
100124 Date:   Wed Nov 29 14:20:09 2017 -0800
100125
100126     Try fixing Mac build with 10.12
100127     
100128     Related
100129     https://github.com/harfbuzz/harfbuzz/issues/345
100130     https://github.com/harfbuzz/harfbuzz/pull/629
100131
100132  .travis.yml | 1 +
100133  1 file changed, 1 insertion(+)
100134
100135 commit d672bcf9d72bb473f5f53089c8af595c4047bc99
100136 Author: Behdad Esfahbod <behdad@behdad.org>
100137 Date:   Tue Nov 28 22:20:57 2017 -0800
100138
100139     Minor
100140
100141  docs/Makefile.am | 3 ++-
100142  1 file changed, 2 insertions(+), 1 deletion(-)
100143
100144 commit 23ade70783a17ed6822d13e7a910544de2ef181f
100145 Author: Behdad Esfahbod <behdad@behdad.org>
100146 Date:   Tue Nov 21 16:36:07 2017 -0800
100147
100148     [doc] Optimize HarfBuzz.png; add HarfBuzz.svg
100149     
100150     SVG is unused. Just keeping it here.
100151
100152  docs/HarfBuzz.png | Bin 14203 -> 8814 bytes
100153  docs/HarfBuzz.svg | 277 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
100154  2 files changed, 277 insertions(+)
100155
100156 commit 77efdecadddbd68bbbc0ff85ac84e24976ad4d4f
100157 Author: Khaled Hosny <khaledhosny@eglug.org>
100158 Date:   Wed Nov 22 00:14:29 2017 +0200
100159
100160     Improve the docs commit message a bit
100161
100162  .ci/deploy-docs.sh | 2 +-
100163  1 file changed, 1 insertion(+), 1 deletion(-)
100164
100165 commit a13c0748c59a92812469ada762d57bce3b02fe34
100166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
100167 Date:   Tue Nov 21 09:52:18 2017 +0330
100168
100169     Move gh-pages docs to harfbuzz.github.io
100170
100171  .ci/deploy-docs.sh |  10 +++++-----
100172  README             |   2 ++
100173  docs/HarfBuzz.png  | Bin 12710 -> 14203 bytes
100174  docs/circle.yml    |   3 ---
100175  4 files changed, 7 insertions(+), 8 deletions(-)
100176
100177 commit 9f259769a61f17b47701bbad79e1865571338417
100178 Author: David Corbett <corbett.dav@husky.neu.edu>
100179 Date:   Tue Nov 21 14:16:10 2017 -0500
100180
100181     Categorize U+A8B4 as Consonant_Medial
100182
100183  src/gen-use-table.py                                     |   3 +++
100184  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
100185  .../sha1sum/373e67bf41ca264e260a9716162b71a23549e885.ttf | Bin 0 -> 1164 bytes
100186  test/shaping/tests/use-syllable.tests                    |   1 +
100187  4 files changed, 5 insertions(+), 1 deletion(-)
100188
100189 commit cd8c62fd41ca824c5db3c55fd1faa20318ca0bf9
100190 Author: ebraminio <ebrahim@gnu.org>
100191 Date:   Tue Nov 21 01:07:26 2017 -0500
100192
100193     [ci] Add Oracle Developer Studio (former Sun Studio) based compiler (#621)
100194
100195  .circleci/config.yml | 11 +++++++++++
100196  1 file changed, 11 insertions(+)
100197
100198 commit 8d55340593ce32e55cfbd86a17c0be8750e8fb72
100199 Author: Behdad Esfahbod <behdad@behdad.org>
100200 Date:   Mon Nov 20 19:43:22 2017 -0800
100201
100202     Fix fallback positioning of double diacritic marks
100203     
100204     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=787284
100205
100206  src/hb-ot-shape-fallback.cc                               |   4 ++--
100207  .../sha1sum/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf  | Bin 0 -> 892 bytes
100208  test/shaping/tests/fallback-positioning.tests             |   1 +
100209  3 files changed, 3 insertions(+), 2 deletions(-)
100210
100211 commit bb7cc4eada06839a3892cea5919f0c310cbaf7c3
100212 Author: Behdad Esfahbod <behdad@behdad.org>
100213 Date:   Mon Nov 20 19:39:47 2017 -0800
100214
100215     Minor
100216
100217  util/options.cc | 2 +-
100218  1 file changed, 1 insertion(+), 1 deletion(-)
100219
100220 commit a0ad0d5bb8260cb297ff114adca7c8d05b6128bb
100221 Author: Behdad Esfahbod <behdad@behdad.org>
100222 Date:   Mon Nov 20 15:07:48 2017 -0800
100223
100224     [docs] s/Harfbuzz/HarfBuzz/g
100225
100226  docs/harfbuzz-docs.xml                             |  2 +-
100227  ...anual-buffers-language-script-and-direction.xml | 10 +++----
100228  docs/usermanual-fonts-and-faces.xml                |  2 +-
100229  docs/usermanual-hello-harfbuzz.xml                 | 34 +++++++++++-----------
100230  docs/usermanual-install-harfbuzz.xml               |  2 +-
100231  docs/usermanual-what-is-harfbuzz.xml               | 20 ++++++-------
100232  6 files changed, 35 insertions(+), 35 deletions(-)
100233
100234 commit 87d74605f5f9db685bef7329f498437b4d868e6f
100235 Author: David Corbett <corbett.dav@husky.neu.edu>
100236 Date:   Mon Nov 20 13:19:34 2017 -0500
100237
100238     Categorize U+0C80 as Consonant_Placeholder
100239
100240  src/hb-ot-shape-complex-indic.cc                         |   1 +
100241  .../sha1sum/81c368a33816fb20e9f647e8f24e2180f4720263.ttf | Bin 0 -> 1152 bytes
100242  test/shaping/tests/indic-syllable.tests                  |   1 +
100243  3 files changed, 2 insertions(+)
100244
100245 commit 7c6937e7c7b62602fef10ac4b2e164d0c67c932b
100246 Author: ebraminio <ebrahim@gnu.org>
100247 Date:   Mon Nov 20 14:49:22 2017 -0500
100248
100249     Move all references of old url to the new address (#622)
100250
100251  .travis.yml                              |   2 +-
100252  BUILD.md                                 |   2 +-
100253  CMakeLists.txt                           |   2 +-
100254  NEWS                                     |  20 ++++++++++----------
100255  README                                   |   8 ++++----
100256  RELEASING.md                             |   2 +-
100257  configure.ac                             |   2 +-
100258  docs/HarfBuzz.png                        | Bin 3419 -> 12710 bytes
100259  docs/harfbuzz-docs.xml                   |   2 +-
100260  docs/usermanual-install-harfbuzz.xml     |   2 +-
100261  harfbuzz.doap                            |   2 +-
100262  src/gen-use-table.py                     |   4 ++--
100263  src/hb-coretext.cc                       |   2 +-
100264  src/hb-debug.hh                          |   2 +-
100265  src/hb-ot-layout-gsub-table.hh           |  22 +++++++++++-----------
100266  src/hb-ot-layout-gsubgpos-private.hh     |   2 +-
100267  src/hb-ot-layout-private.hh              |   8 ++++----
100268  src/hb-ot-shape-complex-arabic.cc        |   4 ++--
100269  src/hb-ot-shape-complex-hebrew.cc        |   2 +-
100270  src/hb-ot-shape-complex-indic-private.hh |   2 +-
100271  src/hb-ot-shape-complex-indic.cc         |   8 ++++----
100272  src/hb-ot-shape-complex-use-machine.rl   |   2 +-
100273  src/hb-ot-shape.cc                       |   2 +-
100274  src/hb-private.hh                        |   2 +-
100275  src/hb-unicode-private.hh                |   2 +-
100276  src/sample.py                            |   2 +-
100277  test/api/test-set.c                      |   2 +-
100278  test/fuzzing/README                      |   2 +-
100279  28 files changed, 57 insertions(+), 57 deletions(-)
100280
100281 commit baf7779d2d6e4810168a8f036bbf8f9e6493dd1a
100282 Author: Behdad Esfahbod <behdad@behdad.org>
100283 Date:   Tue Nov 14 21:53:48 2017 -0800
100284
100285     Limit how much recursion GSUB/GPOS does
100286     
100287     This only counts recursions right now.  Good start.
100288     
100289     Hopefully...
100290     Fixes https://github.com/behdad/harfbuzz/issues/429
100291
100292  src/Makefile.am                      |  5 ++++-
100293  src/hb-buffer-private.hh             | 15 +++++++++++++--
100294  src/hb-buffer.cc                     |  2 ++
100295  src/hb-ot-layout-gsubgpos-private.hh |  5 ++++-
100296  src/hb-ot-shape.cc                   | 10 ++++++++--
100297  test/shaping/tests/fuzzed.tests      |  2 +-
100298  6 files changed, 32 insertions(+), 7 deletions(-)
100299
100300 commit 173dab6300d9b492f2d1c68f9e8f7817211a3462
100301 Author: Behdad Esfahbod <behdad@behdad.org>
100302 Date:   Tue Nov 14 21:27:24 2017 -0800
100303
100304     Minor move
100305
100306  src/hb-buffer-private.hh | 26 ++++++++++++++------------
100307  1 file changed, 14 insertions(+), 12 deletions(-)
100308
100309 commit c6173a392cfaa3d339c768836e8cddf3ae4adc53
100310 Author: Behdad Esfahbod <behdad@behdad.org>
100311 Date:   Tue Nov 14 21:09:03 2017 -0800
100312
100313     Add Offset16 and Offset32
100314
100315  src/hb-open-type-private.hh        | 5 ++++-
100316  src/hb-ot-layout-common-private.hh | 4 ++--
100317  src/hb-ot-name-table.hh            | 2 +-
100318  src/hb-ot-var-fvar-table.hh        | 2 +-
100319  4 files changed, 8 insertions(+), 5 deletions(-)
100320
100321 commit 6f335ed1e52c6161fa0b0295776856fc07f7f46f
100322 Author: Behdad Esfahbod <behdad@behdad.org>
100323 Date:   Tue Nov 14 21:06:07 2017 -0800
100324
100325     Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
100326
100327  src/hb-open-file-private.hh               |   6 +-
100328  src/hb-open-type-private.hh               |  67 ++++++------
100329  src/hb-ot-cbdt-table.hh                   |  78 +++++++-------
100330  src/hb-ot-cmap-table.hh                   |  90 ++++++++--------
100331  src/hb-ot-glyf-table.hh                   |  10 +-
100332  src/hb-ot-head-table.hh                   |  28 ++---
100333  src/hb-ot-hhea-table.hh                   |  18 ++--
100334  src/hb-ot-kern-table.hh                   |  36 +++----
100335  src/hb-ot-layout-common-private.hh        | 118 ++++++++++----------
100336  src/hb-ot-layout-gdef-table.hh            |  22 ++--
100337  src/hb-ot-layout-gpos-table.hh            |  94 ++++++++--------
100338  src/hb-ot-layout-gsub-table.hh            |  30 +++---
100339  src/hb-ot-layout-gsubgpos-private.hh      | 172 +++++++++++++++---------------
100340  src/hb-ot-math-table.hh                   |  26 ++---
100341  src/hb-ot-maxp-table.hh                   |   2 +-
100342  src/hb-ot-name-table.hh                   |  16 +--
100343  src/hb-ot-os2-table.hh                    |  70 ++++++------
100344  src/hb-ot-post-table.hh                   |  16 +--
100345  src/hb-ot-shape-complex-arabic-win1256.hh |  32 +++---
100346  src/hb-ot-var-avar-table.hh               |   4 +-
100347  src/hb-ot-var-fvar-table.hh               |  20 ++--
100348  src/hb-ot-var-hvar-table.hh               |   8 +-
100349  src/hb-ot-var-mvar-table.hh               |  10 +-
100350  23 files changed, 486 insertions(+), 487 deletions(-)
100351
100352 commit a130ee6df50a50f541d0e8018deea9cee8c6738a
100353 Author: Behdad Esfahbod <behdad@behdad.org>
100354 Date:   Tue Nov 14 20:30:03 2017 -0800
100355
100356     Remove a couple of unused consts
100357
100358  src/hb-ot-hhea-table.hh              | 5 -----
100359  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
100360  src/main.cc                          | 4 ++--
100361  3 files changed, 2 insertions(+), 10 deletions(-)
100362
100363 commit e20e47eaa1b7dd33ac63ab0eaa8f5ea1bf7775c2
100364 Author: Behdad Esfahbod <behdad@behdad.org>
100365 Date:   Tue Nov 14 20:25:29 2017 -0800
100366
100367     [glyf] Try fixing undefined-behavior
100368     
100369     Might fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1463
100370
100371  src/hb-ot-glyf-table.hh | 17 ++++++++---------
100372  1 file changed, 8 insertions(+), 9 deletions(-)
100373
100374 commit 7b40876a58d331200e1d7cda1dec72578139ff9c
100375 Author: Behdad Esfahbod <behdad@behdad.org>
100376 Date:   Tue Nov 14 20:22:05 2017 -0800
100377
100378     [ot] Remove unneeded TODO item
100379     
100380     Looks like hb-ot-font is complete after all!
100381     
100382     CFF font names and CFF glyph metrics don't work though...
100383
100384  src/hb-ot-font.cc | 2 +-
100385  1 file changed, 1 insertion(+), 1 deletion(-)
100386
100387 commit eab4feb5e221b8219c071ea882de79405aca4e84
100388 Author: Behdad Esfahbod <behdad@behdad.org>
100389 Date:   Tue Nov 14 20:16:45 2017 -0800
100390
100391     [hmtx] Use curiously recurring template pattern
100392     
100393     https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
100394
100395  src/hb-ot-font.cc       | 11 ++++-------
100396  src/hb-ot-hmtx-table.hh | 29 +++++++++++++++--------------
100397  2 files changed, 19 insertions(+), 21 deletions(-)
100398
100399 commit 977ddff1f1e0f0f71a46c60ba713d160b96f5a3c
100400 Author: Behdad Esfahbod <behdad@behdad.org>
100401 Date:   Tue Nov 14 20:06:19 2017 -0800
100402
100403     [ot] Move hb_ot_face_cmap_accelerator_t
100404
100405  src/hb-ot-cmap-table.hh | 149 +++++++++++++++++++++++++++++++++++++++++++++---
100406  src/hb-ot-font.cc       | 130 +-----------------------------------------
100407  2 files changed, 142 insertions(+), 137 deletions(-)
100408
100409 commit a7f15959b5e6e14e5241a3155c413ff70e7d1eb3
100410 Author: Behdad Esfahbod <behdad@behdad.org>
100411 Date:   Tue Nov 14 20:02:24 2017 -0800
100412
100413     Shuffle
100414
100415  src/hb-ot-hmtx-table.hh | 76 ++++++++++++++++++++++++-------------------------
100416  1 file changed, 38 insertions(+), 38 deletions(-)
100417
100418 commit a85d7ead04aff81d2f9df9110316892dbbefe1c2
100419 Author: Behdad Esfahbod <behdad@behdad.org>
100420 Date:   Tue Nov 14 20:00:34 2017 -0800
100421
100422     [ot] Move hb_ot_face_metrics_accelerator_t
100423
100424  src/hb-ot-font.cc       | 108 +-----------------------------------------------
100425  src/hb-ot-hmtx-table.hh | 108 +++++++++++++++++++++++++++++++++++++++++++++++-
100426  2 files changed, 109 insertions(+), 107 deletions(-)
100427
100428 commit f00a94e1ec73c08d4bde1f50bff57d2dc9583ca8
100429 Author: Behdad Esfahbod <behdad@behdad.org>
100430 Date:   Tue Nov 14 19:54:48 2017 -0800
100431
100432     Adjust privacy for recent changes
100433
100434  src/hb-ot-cbdt-table.hh | 6 ++++--
100435  src/hb-ot-glyf-table.hh | 6 ++++--
100436  2 files changed, 8 insertions(+), 4 deletions(-)
100437
100438 commit 7e2839c438beea216c7c8a3881e88961940e67be
100439 Author: Behdad Esfahbod <behdad@behdad.org>
100440 Date:   Tue Nov 14 19:52:09 2017 -0800
100441
100442     [ot] Move hb_ot_face_glyf_accelerator_t
100443
100444  src/hb-ot-font.cc       |  75 +----------------------------------
100445  src/hb-ot-glyf-table.hh | 103 +++++++++++++++++++++++++++++++++++++++++-------
100446  2 files changed, 90 insertions(+), 88 deletions(-)
100447
100448 commit c4e18e54dc5ffecac7b327bde9f52dd0927d6a08
100449 Author: Behdad Esfahbod <behdad@behdad.org>
100450 Date:   Tue Nov 14 19:47:31 2017 -0800
100451
100452     [ot] Move hb_ot_face_cbdt_accelerator_t
100453
100454  src/hb-ot-cbdt-table.hh | 85 +++++++++++++++++++++++++++++++++++++++++++++++
100455  src/hb-ot-font.cc       | 87 +------------------------------------------------
100456  src/hb-ot-post-table.hh |  1 +
100457  3 files changed, 87 insertions(+), 86 deletions(-)
100458
100459 commit 9b04b0384fe746bdb1885c57e1ce73c4c6cae9e5
100460 Author: Behdad Esfahbod <behdad@behdad.org>
100461 Date:   Tue Nov 14 19:31:50 2017 -0800
100462
100463     [ot] Fold hb_ot_face_post_accelerator_t
100464
100465  src/hb-ot-font.cc       | 35 +----------------------------------
100466  src/hb-ot-post-table.hh |  9 +++++++--
100467  2 files changed, 8 insertions(+), 36 deletions(-)
100468
100469 commit 702d86ba6b4a2e41cbee46fea18b3f8eb8986dc9
100470 Author: Behdad Esfahbod <behdad@behdad.org>
100471 Date:   Tue Nov 14 19:25:38 2017 -0800
100472
100473     [ot] Fold hb_ot_face_kern_accelerator_t
100474
100475  src/hb-ot-font.cc       | 23 +----------------------
100476  src/hb-ot-kern-table.hh | 13 +++++++++----
100477  2 files changed, 10 insertions(+), 26 deletions(-)
100478
100479 commit 909de95a112ffe4d05ddcfed97a235763e8af068
100480 Author: Behdad Esfahbod <behdad@behdad.org>
100481 Date:   Tue Nov 14 16:22:52 2017 -0800
100482
100483     Minor build fix
100484
100485  src/Makefile.am | 3 +++
100486  1 file changed, 3 insertions(+)
100487
100488 commit b9c96b5d7cce80ef75cbdf0f0c47d1db62797c55
100489 Author: Behdad Esfahbod <behdad@behdad.org>
100490 Date:   Tue Nov 14 15:56:21 2017 -0800
100491
100492     Add test for previous commit
100493     
100494     At some point we should run tests under valgrind...
100495
100496  .../sha1sum/dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf | Bin 0 -> 2786 bytes
100497  test/shaping/tests/fuzzed.tests                          |   3 ++-
100498  2 files changed, 2 insertions(+), 1 deletion(-)
100499
100500 commit e5930722d485207ca158612a2b08816337fed7e8
100501 Author: Behdad Esfahbod <behdad@behdad.org>
100502 Date:   Tue Nov 14 15:47:55 2017 -0800
100503
100504     Fix invalid buffer access in OOM times
100505     
100506     Hopefully fully fixes
100507     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1856
100508
100509  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
100510  1 file changed, 2 insertions(+), 1 deletion(-)
100511
100512 commit fcd6c338ff4968a0d7fc297da1c6d8058823aaa1
100513 Author: Behdad Esfahbod <behdad@behdad.org>
100514 Date:   Tue Nov 14 14:40:21 2017 -0800
100515
100516     Fix more compiler warnings
100517
100518  src/hb-debug.hh | 12 +++++++-----
100519  1 file changed, 7 insertions(+), 5 deletions(-)
100520
100521 commit 7fdf16b2ceb709b78654f99e6513fa878cd4d575
100522 Author: Behdad Esfahbod <behdad@behdad.org>
100523 Date:   Tue Nov 14 14:40:11 2017 -0800
100524
100525     Fix compiler warning
100526
100527  src/hb-string-array.hh | 2 +-
100528  1 file changed, 1 insertion(+), 1 deletion(-)
100529
100530 commit 87f0ad183c489ef3208cf454d43c448638316092
100531 Author: David Corbett <corbett.dav@husky.neu.edu>
100532 Date:   Thu Nov 2 10:59:25 2017 -0400
100533
100534     Allow U+20F0 in USE clusters
100535
100536  src/gen-use-table.py                               |   4 +++
100537  src/hb-ot-shape-complex-use-table.cc               |  34 +++++++++++++--------
100538  .../074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf   | Bin 0 -> 2296 bytes
100539  test/shaping/tests/use-syllable.tests              |   1 +
100540  4 files changed, 26 insertions(+), 13 deletions(-)
100541
100542 commit f93c6f8bfa228e95311d8d6d02dcc64b603c6e36
100543 Author: Behdad Esfahbod <behdad@behdad.org>
100544 Date:   Tue Nov 14 11:09:19 2017 -0800
100545
100546     1.7.1
100547
100548  NEWS         | 8 ++++++++
100549  configure.ac | 2 +-
100550  2 files changed, 9 insertions(+), 1 deletion(-)
100551
100552 commit 93f7c1652a05e806c2e3ac7edf498d2f4a508a3a
100553 Author: Behdad Esfahbod <behdad@behdad.org>
100554 Date:   Tue Nov 14 10:59:54 2017 -0800
100555
100556     Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert"
100557     
100558     This reverts commit 5daf3bd4494cce6b4fb074533be9e99c4d9e0edd.
100559     
100560     If other atexit callbacks try to destruct the objects we destruct
100561     in atexit callbacks, bad things will happen.
100562     
100563     I'll come up with some other way to catch premature destruction
100564     of HB-owned objects.
100565     
100566     Fixes https://github.com/behdad/harfbuzz/issues/618
100567
100568  src/hb-ft.cc             |  3 ---
100569  src/hb-glib.cc           |  3 ---
100570  src/hb-icu.cc            |  3 ---
100571  src/hb-object-private.hh | 37 ++++++-------------------------------
100572  src/hb-ot-font.cc        |  3 ---
100573  src/hb-ucdn.cc           |  3 ---
100574  6 files changed, 6 insertions(+), 46 deletions(-)
100575
100576 commit c48475f33ab88be6664d41b039f7be7c3e56a5a7
100577 Author: Behdad Esfahbod <behdad@behdad.org>
100578 Date:   Mon Nov 13 20:26:29 2017 -0800
100579
100580     Whitespace
100581
100582  src/hb-open-type-private.hh | 6 +++---
100583  1 file changed, 3 insertions(+), 3 deletions(-)
100584
100585 commit 83d68027360ff655d3b59371fb606fc9e40df4ac
100586 Author: Behdad Esfahbod <behdad@behdad.org>
100587 Date:   Mon Nov 13 20:25:02 2017 -0800
100588
100589     Clean up GlyphID
100590     
100591     After 4a27c17ea0234dfe33e62f5830d9f92c26d48d30 we do not need
100592     the special GlyphID.cmp(hb_codepoint_t), so just make GlyphID
100593     a typedef.
100594     
100595     Fixes https://github.com/behdad/harfbuzz/issues/612
100596
100597  src/hb-open-type-private.hh | 5 +----
100598  1 file changed, 1 insertion(+), 4 deletions(-)
100599
100600 commit 7f39f576148643b4790fd70361e328b4b4da3149
100601 Author: Behdad Esfahbod <behdad@behdad.org>
100602 Date:   Mon Nov 13 15:04:13 2017 -0800
100603
100604     Implement strtod_l() on MSVC
100605     
100606     Patch from Jean Ghali on mailing list.
100607
100608  src/hb-common.cc | 21 +++++++++++++++------
100609  1 file changed, 15 insertions(+), 6 deletions(-)
100610
100611 commit e5d709889200571b62a611e0f44a410591983f8a
100612 Author: Behdad Esfahbod <behdad@behdad.org>
100613 Date:   Mon Nov 13 09:42:37 2017 -0800
100614
100615     1.7.0
100616
100617  NEWS         | 12 ++++++++++++
100618  configure.ac |  2 +-
100619  2 files changed, 13 insertions(+), 1 deletion(-)
100620
100621 commit e4da38020021a92afa4062ed676f286945070dc4
100622 Author: Behdad Esfahbod <behdad@behdad.org>
100623 Date:   Fri Nov 10 17:14:27 2017 -0800
100624
100625     [coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-break
100626     
100627     Fixes https://github.com/behdad/harfbuzz/issues/615
100628     
100629     We'll see which bots I broke.
100630
100631  src/hb-buffer-private.hh | 17 +++++++++++++++--
100632  src/hb-coretext.cc       |  2 ++
100633  src/hb-directwrite.cc    |  3 +--
100634  src/hb-fallback-shape.cc |  2 ++
100635  src/hb-graphite2.cc      |  2 ++
100636  src/hb-uniscribe.cc      |  2 ++
100637  6 files changed, 24 insertions(+), 4 deletions(-)
100638
100639 commit 4de03a1585cf735e3ac09847af761ff85fca5a02
100640 Author: Martin Hosken <martin_hosken@sil.org>
100641 Date:   Fri Nov 10 13:47:38 2017 +0700
100642
100643     Fix graphite intergration reordered clusters problem
100644
100645  src/hb-graphite2.cc | 9 +++++++--
100646  1 file changed, 7 insertions(+), 2 deletions(-)
100647
100648 commit 8eed9cb11e28728a58e265fde5c13f519ccbdb4e
100649 Author: Behdad Esfahbod <behdad@behdad.org>
100650 Date:   Thu Nov 9 18:09:40 2017 -0800
100651
100652     [kern] Fix invalid memory access if offset is zero
100653     
100654     If offset is zero, we return Null() object.  Wasn't prepared for that.
100655     
100656     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4088
100657
100658  src/hb-ot-kern-table.hh                                   |   9 +++++----
100659  .../sha1sum/243798dd281c1c77c065958e1ff467420faa9bde.ttf  | Bin 0 -> 225 bytes
100660  test/shaping/tests/fuzzed.tests                           |   1 +
100661  3 files changed, 6 insertions(+), 4 deletions(-)
100662
100663 commit b68fba4dc81ce2e7552c5d50a93013281889a65b
100664 Author: Khaled Hosny <khaledhosny@eglug.org>
100665 Date:   Fri Nov 3 14:27:33 2017 +0200
100666
100667     [test] Use glyph ids instead of forcing ft funcs
100668     
100669     We were using ft funcs because these are CFF fonts, but we can avoid
100670     glyph names instead and keep testing both ot and ft.
100671
100672  test/shaping/tests/indic-consonant-with-stacker.tests | 8 ++++----
100673  test/shaping/tests/indic-script-extensions.tests      | 2 +-
100674  2 files changed, 5 insertions(+), 5 deletions(-)
100675
100676 commit 2fcfbcf8052bba0db7590a5f057730075fdbd5e1
100677 Author: Khaled Hosny <khaledhosny@eglug.org>
100678 Date:   Thu Nov 2 09:45:06 2017 +0200
100679
100680     [test] Fix another instance of component rounding
100681     
100682     See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673
100683
100684  .../sha1sum/7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf  | Bin 784 -> 0 bytes
100685  .../sha1sum/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf  | Bin 0 -> 784 bytes
100686  test/shaping/tests/fallback-positioning.tests             |   3 +--
100687  3 files changed, 1 insertion(+), 2 deletions(-)
100688
100689 commit c4f4c0a2faab0635dd2ab3078243994ad3066287
100690 Author: Behdad Esfahbod <behdad@behdad.org>
100691 Date:   Wed Nov 8 17:04:31 2017 -0800
100692
100693     Fix indexing in unsafe-to-break marking for 'stch' feature
100694     
100695     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4099
100696
100697  src/hb-ot-shape-complex-arabic.cc | 2 +-
100698  1 file changed, 1 insertion(+), 1 deletion(-)
100699
100700 commit 822035ce73931ccd5d2455584aad603037892498
100701 Author: Behdad Esfahbod <behdad@behdad.org>
100702 Date:   Wed Nov 8 17:03:55 2017 -0800
100703
100704     [tests/arabic-stch.tests] Don't show flags
100705     
100706     We don't need to test the actual flag values.  For unsafe-to-break,
100707     the --verify in run-tests.sh checks what we are interested in.
100708
100709  test/shaping/tests/arabic-stch.tests | 2 +-
100710  1 file changed, 1 insertion(+), 1 deletion(-)
100711
100712 commit 53f0c27ddca92af1af27b6ffa9dcd0949afed664
100713 Author: Behdad Esfahbod <behdad@behdad.org>
100714 Date:   Wed Nov 8 17:02:54 2017 -0800
100715
100716     Minor
100717
100718  test/shaping/run-tests.sh | 9 +++++----
100719  1 file changed, 5 insertions(+), 4 deletions(-)
100720
100721 commit 5a9cba9744876dfc56bdc9aed805f571bd0d4b0a
100722 Author: David Corbett <corbett.dav@husky.neu.edu>
100723 Date:   Wed Nov 8 13:15:27 2017 -0500
100724
100725     Mark non-initial left matras as unsafe to break
100726
100727  src/hb-ot-shape-complex-indic.cc                         |  14 +++++++++-----
100728  test/shaping/Makefile.am                                 |   1 +
100729  .../sha1sum/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf | Bin 0 -> 1380 bytes
100730  test/shaping/tests/indic-init.tests                      |   1 +
100731  4 files changed, 11 insertions(+), 5 deletions(-)
100732
100733 commit a6150306838b168475a9aa661ad569b0405c9f91
100734 Author: Behdad Esfahbod <behdad@behdad.org>
100735 Date:   Mon Nov 6 15:40:07 2017 -0500
100736
100737     [kern] Implement format-2 kern subtable
100738
100739  src/hb-ot-kern-table.hh | 8 +++++++-
100740  1 file changed, 7 insertions(+), 1 deletion(-)
100741
100742 commit 82a38d1f7a65537a4ef540af08c489512d6297ac
100743 Author: Behdad Esfahbod <behdad@behdad.org>
100744 Date:   Mon Nov 6 15:28:24 2017 -0500
100745
100746     [kern] Allow subtables longer than 64kb
100747     
100748     Apparently calibri.ttf does this:
100749     https://github.com/fonttools/fonttools/pull/1094#discussion_r148933791
100750
100751  src/hb-ot-font.cc       | 23 ++++++++++++++++++++++-
100752  src/hb-ot-kern-table.hh | 41 +++++++++++++++++++++++++++++------------
100753  2 files changed, 51 insertions(+), 13 deletions(-)
100754
100755 commit 625ae08fcee747fbdc33a3a6865fb3aa425662ca
100756 Author: Behdad Esfahbod <behdad@behdad.org>
100757 Date:   Sat Nov 4 12:01:11 2017 -0400
100758
100759     [kern] Towards implementing format-2
100760
100761  src/hb-open-type-private.hh |  4 +--
100762  src/hb-ot-kern-table.hh     | 69 +++++++++++++++++++++++++++------------------
100763  2 files changed, 42 insertions(+), 31 deletions(-)
100764
100765 commit 74e82adaea08ced18493e3341823dbd5b6cd493e
100766 Author: David Corbett <corbett.dav@husky.neu.edu>
100767 Date:   Mon Nov 6 14:41:55 2017 -0500
100768
100769     Mark glyphs involved in 'stch' as unsafe to break
100770
100771  src/hb-ot-shape-complex-arabic.cc                        |   1 +
100772  test/shaping/Makefile.am                                 |   1 +
100773  .../sha1sum/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf | Bin 0 -> 1420 bytes
100774  test/shaping/tests/arabic-stch.tests                     |   1 +
100775  4 files changed, 3 insertions(+)
100776
100777 commit 601126ad401d05b9c7fe4a34e870f1d1a1b057c8
100778 Author: Behdad Esfahbod <behdad@behdad.org>
100779 Date:   Fri Nov 3 20:34:11 2017 -0400
100780
100781     [configure] Fix gobject default value in help output
100782     
100783     Fixes https://github.com/behdad/harfbuzz/issues/607
100784
100785  configure.ac | 2 +-
100786  1 file changed, 1 insertion(+), 1 deletion(-)
100787
100788 commit 5aad81943329df199501e9473e2cc39f9d4421a1
100789 Author: Behdad Esfahbod <behdad@behdad.org>
100790 Date:   Fri Nov 3 17:16:26 2017 -0400
100791
100792     Simplify tracing code when tracing is disabled
100793     
100794     Fixes https://github.com/behdad/harfbuzz/pull/605
100795
100796  src/hb-debug.hh                      | 58 +++++++++++++++++++++++++++++-------
100797  src/hb-ot-layout-gsubgpos-private.hh | 10 +++----
100798  2 files changed, 52 insertions(+), 16 deletions(-)
100799
100800 commit 40ec3bbb55b8af1668bb3d5f6232a85b15cff136
100801 Author: Behdad Esfahbod <behdad@behdad.org>
100802 Date:   Fri Nov 3 16:57:30 2017 -0400
100803
100804     Consolidate debug stuff into hb-debug.hh
100805     
100806     Part of fixing https://github.com/behdad/harfbuzz/pull/605
100807
100808  src/Makefile.sources                 |   1 +
100809  src/hb-blob.cc                       |   7 +-
100810  src/hb-coretext.cc                   |   8 +-
100811  src/hb-debug.hh                      | 383 +++++++++++++++++++++++++++++++++++
100812  src/hb-directwrite.cc                |   6 +-
100813  src/hb-ft.cc                         |   7 +-
100814  src/hb-object-private.hh             |   8 +-
100815  src/hb-open-type-private.hh          |  21 +-
100816  src/hb-ot-layout-common-private.hh   |   8 +-
100817  src/hb-ot-layout-gsubgpos-private.hh |  46 +----
100818  src/hb-ot-shape-complex-arabic.cc    |   7 +-
100819  src/hb-private.hh                    | 260 +-----------------------
100820  src/hb-shape-plan.cc                 |   7 +-
100821  src/hb-uniscribe.cc                  |   7 +-
100822  14 files changed, 404 insertions(+), 372 deletions(-)
100823
100824 commit 384862d7ee2e27e6678844feafab69f03f77ac9a
100825 Author: Behdad Esfahbod <behdad@behdad.org>
100826 Date:   Fri Nov 3 16:31:47 2017 -0400
100827
100828     Remove NO_COPY()
100829
100830  src/hb-ot-shape-private.hh | 4 +++-
100831  src/hb-private.hh          | 8 --------
100832  2 files changed, 3 insertions(+), 9 deletions(-)
100833
100834 commit 97145df2496f90e1ea4a41784f3224c60e973fd4
100835 Author: Unknown <kunda@scribus.net>
100836 Date:   Fri Nov 3 09:05:00 2017 -0400
100837
100838     Trivial typos
100839     
100840     Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
100841     whereas the whitelist contents were:
100842     ```
100843     beng
100844     iff
100845     pres
100846     ot
100847     te
100848     teh
100849     ```
100850
100851  NEWS                             | 2 +-
100852  src/hb-ot-shape-complex-indic.cc | 2 +-
100853  src/hb-ot-shape-fallback.cc      | 2 +-
100854  3 files changed, 3 insertions(+), 3 deletions(-)
100855
100856 commit 4a591a0e515f5c15c807fe648c073d249820e5ec
100857 Author: ebraminio <ebrahim@gnu.org>
100858 Date:   Thu Nov 2 09:33:12 2017 -0700
100859
100860     [ci] Add ArchLinux (#604)
100861
100862  .circleci/config.yml | 13 +++++++++++--
100863  1 file changed, 11 insertions(+), 2 deletions(-)
100864
100865 commit d18ee5afe8b1992d234402cd71f809cd904113a5
100866 Author: ebraminio <ebrahim@gnu.org>
100867 Date:   Thu Nov 2 07:56:25 2017 -0700
100868
100869     Copy dummy docs/circle.yml to gh-pages branch (#603)
100870
100871  .ci/deploy-docs.sh | 1 +
100872  1 file changed, 1 insertion(+)
100873
100874 commit 1955cbecc98ee88ba8a62df1d8c77a09ed5d2c75
100875 Author: ebraminio <ebrahim@gnu.org>
100876 Date:   Thu Nov 2 04:55:46 2017 -0700
100877
100878     Add a dummy CircleCI config to gh-pages branch (#602)
100879
100880  docs/circle.yml | 3 +++
100881  1 file changed, 3 insertions(+)
100882
100883 commit 4b3278ef8dc71ad4f744d763068d9a2e02d3d75d
100884 Author: Behdad Esfahbod <behdad@behdad.org>
100885 Date:   Wed Nov 1 19:41:29 2017 -0600
100886
100887     [ot] Hook up horizontal kerning to kern table
100888     
100889     Seems to work.  Yay!
100890     
100891     Still to do: run kerning if GPOS doesn't have 'kern' feature.
100892
100893  src/hb-ot-font.cc | 2 +-
100894  1 file changed, 1 insertion(+), 1 deletion(-)
100895
100896 commit 77acc1106e6d984ee74ec606e145f455e6e55509
100897 Author: Behdad Esfahbod <behdad@behdad.org>
100898 Date:   Wed Nov 1 19:33:09 2017 -0600
100899
100900     [kern] More...
100901     
100902     Almost there.
100903
100904  src/hb-ot-font.cc       | 14 +++++++++
100905  src/hb-ot-kern-table.hh | 75 ++++++++++++++++++++++++++++++++++++++++++++++++-
100906  2 files changed, 88 insertions(+), 1 deletion(-)
100907
100908 commit 49c0f35580946c74bc64dae2d2c65c7834e46ab2
100909 Author: Behdad Esfahbod <behdad@behdad.org>
100910 Date:   Wed Nov 1 18:16:07 2017 -0600
100911
100912     [kern] See if this helps with making VS bot happy
100913
100914  src/hb-ot-kern-table.hh | 8 ++++----
100915  1 file changed, 4 insertions(+), 4 deletions(-)
100916
100917 commit 2c439210c9734cd21b08beba07d21147a6eb6d8a
100918 Author: Behdad Esfahbod <behdad@behdad.org>
100919 Date:   Wed Nov 1 18:13:35 2017 -0600
100920
100921     [uniscribe] Fix a couple of VS warnings
100922
100923  src/hb-uniscribe.cc | 4 ++--
100924  1 file changed, 2 insertions(+), 2 deletions(-)
100925
100926 commit 4c43a23bf479b42d42192bab56df6075c8ae0090
100927 Author: Behdad Esfahbod <behdad@behdad.org>
100928 Date:   Wed Nov 1 18:12:26 2017 -0600
100929
100930     [kern] Implement Format0
100931
100932  src/hb-ot-kern-table.hh | 51 +++++++++++++++++++++++++++++++++++++++++++------
100933  1 file changed, 45 insertions(+), 6 deletions(-)
100934
100935 commit ac3d937c6cb0e2c7e019aa391b02da25aa6970de
100936 Author: Behdad Esfahbod <behdad@behdad.org>
100937 Date:   Wed Nov 1 17:54:56 2017 -0600
100938
100939     [kern] Implement some more
100940
100941  src/hb-ot-kern-table.hh | 98 ++++++++++++++++++++++++++++++++++++++-----------
100942  1 file changed, 77 insertions(+), 21 deletions(-)
100943
100944 commit 2a16f647ae4c5115a356ba82245c77e0d01fcebf
100945 Author: Behdad Esfahbod <behdad@behdad.org>
100946 Date:   Wed Nov 1 17:31:29 2017 -0600
100947
100948     [kern] Start implementing kern table
100949     
100950     Pushing this out early to catch bot errors since I'm using template tricks
100951     we were not using in HarfBuzz before.
100952
100953  src/Makefile.sources    |   1 +
100954  src/hb-ot-font.cc       |   1 +
100955  src/hb-ot-kern-table.hh | 184 ++++++++++++++++++++++++++++++++++++++++++++++++
100956  3 files changed, 186 insertions(+)
100957
100958 commit 292ef2675edb2cb579210183e77ac30335318a21
100959 Author: ebraminio <ebrahim@gnu.org>
100960 Date:   Wed Nov 1 16:24:46 2017 -0700
100961
100962     [ci] minor cleanup (#600)
100963
100964  .circleci/config.yml | 4 ----
100965  1 file changed, 4 deletions(-)
100966
100967 commit 260246a279699d313a45583c6a61e4bab717f739
100968 Author: ebraminio <ebrahim@gnu.org>
100969 Date:   Wed Nov 1 14:10:55 2017 -0700
100970
100971     [ci] Add Fedora builder (#598)
100972
100973  .circleci/config.yml | 9 +++++++++
100974  1 file changed, 9 insertions(+)
100975
100976 commit 0e63cbed9cceb1d0238974ddfa9bc68d25d9c616
100977 Author: Khaled Hosny <khaledhosny@eglug.org>
100978 Date:   Wed Nov 1 20:49:42 2017 +0200
100979
100980     [test] Fix difference between ft and ot font funcs
100981     
100982     See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673.
100983     
100984     I simply removed the composite glyph and use the referenced simple
100985     glyph directly.
100986
100987  .../sha1sum/4fac3929fc3332834e93673780ec0fe94342d193.ttf  | Bin 0 -> 804 bytes
100988  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 824 -> 0 bytes
100989  test/shaping/tests/cluster.tests                          |   2 +-
100990  3 files changed, 1 insertion(+), 1 deletion(-)
100991
100992 commit 0b8f8dd869212ed2889cbdb79c4c4b639b8eff7a
100993 Author: Khaled Hosny <khaledhosny@eglug.org>
100994 Date:   Wed Nov 1 20:33:43 2017 +0200
100995
100996     Revert "[test] We don’t care about glyph positions here"
100997     
100998     This reverts commit 70137e2b4b46918d9608f824a4b4b5cef2819158.
100999
101000  test/shaping/tests/cluster.tests | 4 ++--
101001  1 file changed, 2 insertions(+), 2 deletions(-)
101002
101003 commit f1245013bf7e9d490b43d9b8bebd467b2c1d14cc
101004 Author: Khaled Hosny <khaledhosny@eglug.org>
101005 Date:   Wed Nov 1 12:06:59 2017 +0200
101006
101007     [test] Run shaping tests with both ot and ft funcs
101008
101009  test/shaping/run-tests.sh | 21 ++++++++++++++++-----
101010  1 file changed, 16 insertions(+), 5 deletions(-)
101011
101012 commit 70137e2b4b46918d9608f824a4b4b5cef2819158
101013 Author: Khaled Hosny <khaledhosny@eglug.org>
101014 Date:   Wed Nov 1 12:03:39 2017 +0200
101015
101016     [test] We don’t care about glyph positions here
101017     
101018     Freetype and OT font functions give different positions for some glyphs
101019     in this font (OT seems to be correct), but that is not what we are
101020     interested in in this test.
101021     
101022     See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341045223.
101023
101024  test/shaping/tests/cluster.tests | 4 ++--
101025  1 file changed, 2 insertions(+), 2 deletions(-)
101026
101027 commit 9234b364b178d44a11148d5c613169731667a2ae
101028 Author: Khaled Hosny <khaledhosny@eglug.org>
101029 Date:   Wed Nov 1 10:34:36 2017 +0200
101030
101031     [test] Use ft functions for this test
101032     
101033     https://github.com/behdad/harfbuzz/pull/590#issuecomment-340967271
101034
101035  test/shaping/tests/vertical.tests | 2 +-
101036  1 file changed, 1 insertion(+), 1 deletion(-)
101037
101038 commit afbfb9279cbebcd0a85ab2fcc822a3fdbb035272
101039 Author: Khaled Hosny <khaledhosny@eglug.org>
101040 Date:   Mon Oct 30 22:02:50 2017 +0200
101041
101042     [test] Always use ft font funcs for these tests
101043     
101044     These are CFF fonts and ot functions don’t support CFF glyph names yet.
101045     The next commit will run all tests with ot functions.
101046
101047  test/shaping/tests/indic-consonant-with-stacker.tests | 8 ++++----
101048  test/shaping/tests/indic-script-extensions.tests      | 2 +-
101049  2 files changed, 5 insertions(+), 5 deletions(-)
101050
101051 commit 33e62636f739680ffbc1875391f05e80039a3259
101052 Author: ebraminio <ebrahim@gnu.org>
101053 Date:   Wed Nov 1 03:05:46 2017 -0700
101054
101055     [ci] Add FreeBSD9 (gcc4) (#595)
101056
101057  .circleci/config.yml | 11 ++++++++++-
101058  1 file changed, 10 insertions(+), 1 deletion(-)
101059
101060 commit 102f5ead493ad2eac6c11c3fc8f2e793d3d57058
101061 Author: ebraminio <ebrahim@gnu.org>
101062 Date:   Wed Nov 1 02:10:18 2017 -0700
101063
101064     Enable PSVita (arm-none-eabi) compile again and add it to CI (#594)
101065
101066  .circleci/config.yml        | 17 ++++++++++++++---
101067  src/hb-buffer-private.hh    |  2 +-
101068  src/hb-buffer.cc            |  4 ++--
101069  src/hb-open-file-private.hh |  2 +-
101070  4 files changed, 18 insertions(+), 7 deletions(-)
101071
101072 commit 65d4e5bcda543c17e09867418365ba44b441d5d6
101073 Author: Behdad Esfahbod <behdad@behdad.org>
101074 Date:   Wed Nov 1 01:15:27 2017 -0600
101075
101076     [CircleCI] Ignore gh-pages branch
101077     
101078     https://github.com/behdad/harfbuzz/pull/592
101079
101080  .circleci/config.yml | 4 ++++
101081  1 file changed, 4 insertions(+)
101082
101083 commit 92bb5086424d7454d666732e39117a7d32490646
101084 Author: Behdad Esfahbod <behdad@behdad.org>
101085 Date:   Tue Oct 31 22:58:03 2017 -0600
101086
101087     [indic] Use mutable for virama_glyph
101088
101089  src/hb-ot-shape-complex-indic.cc | 4 ++--
101090  1 file changed, 2 insertions(+), 2 deletions(-)
101091
101092 commit 6c04dcb28dcafc7d97799c80c0bc714c76d51d1c
101093 Author: Behdad Esfahbod <behdad@behdad.org>
101094 Date:   Tue Oct 31 20:11:00 2017 -0600
101095
101096     Use bsearch() for large SFNT table directories
101097
101098  src/hb-open-file-private.hh | 21 +++++++++------------
101099  1 file changed, 9 insertions(+), 12 deletions(-)
101100
101101 commit b0e33da02d062200dd41e4503ecc21fb4bd636e6
101102 Author: Behdad Esfahbod <behdad@behdad.org>
101103 Date:   Tue Oct 31 20:05:37 2017 -0600
101104
101105     Add BinSearchArrayOf<>
101106
101107  src/hb-open-file-private.hh | 25 +++++++++++--------------
101108  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++++++++++++-
101109  src/hb-ot-font.cc           |  2 +-
101110  3 files changed, 44 insertions(+), 16 deletions(-)
101111
101112 commit aca378f51ecf682ea1454071f671bbc7eef808bd
101113 Author: Behdad Esfahbod <behdad@behdad.org>
101114 Date:   Tue Oct 31 18:11:10 2017 -0600
101115
101116     Sanitize (Headless)ArrayOf()::len to ensure it doesn't use offsets
101117
101118  src/hb-open-type-private.hh | 4 ++--
101119  1 file changed, 2 insertions(+), 2 deletions(-)
101120
101121 commit 5f047113142349ecf0dd6d00384f7ef7b3d1a85e
101122 Author: Behdad Esfahbod <behdad@behdad.org>
101123 Date:   Tue Oct 31 18:10:40 2017 -0600
101124
101125     Fix HeadlessArrayOf::sanitize_shallow()
101126
101127  src/hb-open-type-private.hh | 15 +++++++++------
101128  1 file changed, 9 insertions(+), 6 deletions(-)
101129
101130 commit 7ce9f397d1e5fe68c49375ad904d4fce2c7ccc0a
101131 Author: Behdad Esfahbod <behdad@behdad.org>
101132 Date:   Tue Oct 31 15:34:01 2017 -0600
101133
101134     Rename hb-sort-r.hh -> hb-dsalgs.hh
101135
101136  src/Makefile.sources               |  2 +-
101137  src/{hb-sort-r.hh => hb-dsalgs.hh} | 14 +++++++-------
101138  src/hb-ot-post-table.hh            |  2 +-
101139  3 files changed, 9 insertions(+), 9 deletions(-)
101140
101141 commit 8eaff980fc6d15856fa853479454b58668809c7a
101142 Author: Behdad Esfahbod <behdad@behdad.org>
101143 Date:   Tue Oct 31 15:30:06 2017 -0600
101144
101145     Remove HB_TAG_CHAR4
101146
101147  src/hb-common.cc  | 2 +-
101148  src/hb-ot-tag.cc  | 2 +-
101149  src/hb-private.hh | 5 -----
101150  3 files changed, 2 insertions(+), 7 deletions(-)
101151
101152 commit d016c5bdb94704e726b104c318262b47c6a4b7c8
101153 Author: David Corbett <corbett.dav@husky.neu.edu>
101154 Date:   Fri Oct 27 12:14:00 2017 -0400
101155
101156     Categorize Grantha candrabindu for use in Tamil
101157
101158  src/hb-ot-shape-complex-indic.cc                         |   2 +-
101159  .../sha1sum/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf | Bin 0 -> 1120 bytes
101160  test/shaping/tests/indic-script-extensions.tests         |   1 +
101161  3 files changed, 2 insertions(+), 1 deletion(-)
101162
101163 commit b902605133ef4a411afdaa8abda194e81facf525
101164 Author: Behdad Esfahbod <behdad@behdad.org>
101165 Date:   Tue Oct 31 14:25:46 2017 -0600
101166
101167     [CircleCI] Fix build
101168     
101169     Fixes https://github.com/behdad/harfbuzz/issues/589
101170
101171  .circleci/config.yml | 6 +++---
101172  1 file changed, 3 insertions(+), 3 deletions(-)
101173
101174 commit 0f78d78aae604cb8e61bd21785adb915da74626e
101175 Merge: b7982c9e6 0feff4ba7
101176 Author: Behdad Esfahbod <behdad@behdad.org>
101177 Date:   Tue Oct 31 14:13:31 2017 -0600
101178
101179     Merge commit '0feff4ba7b16501341c575e06b4c98a6e1bd2809'
101180
101181 commit 0feff4ba7b16501341c575e06b4c98a6e1bd2809
101182 Author: Behdad Esfahbod <behdad@behdad.org>
101183 Date:   Tue Oct 31 14:02:32 2017 -0600
101184
101185     Simplify hb-sort-r.hh
101186     
101187     See https://github.com/behdad/harfbuzz/pull/592
101188
101189  src/hb-sort-r.hh | 147 ++++++-------------------------------------------------
101190  1 file changed, 14 insertions(+), 133 deletions(-)
101191
101192 commit b7982c9e65e0b58616cc8264dd52cac37753ef79
101193 Author: ebraminio <ebrahim@gnu.org>
101194 Date:   Tue Oct 31 12:42:08 2017 -0700
101195
101196     [ci] Add CircleCI for cross-compiling (#592)
101197
101198  .circleci/config.yml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
101199  README               |  1 +
101200  2 files changed, 62 insertions(+)
101201
101202 commit c290ba5b7d4e9e4a5f02340a22e6c9c46564906b
101203 Author: Behdad Esfahbod <behdad@behdad.org>
101204 Date:   Tue Oct 31 13:18:21 2017 -0600
101205
101206     Define _GNU_SOURCE
101207     
101208     Might help with https://github.com/behdad/harfbuzz/pull/592
101209     Ie. bringing in qsort_r() prototype always.
101210
101211  src/hb-private.hh | 1 +
101212  1 file changed, 1 insertion(+)
101213
101214 commit 98acdde3c6bd0745c3cbfb510e82fbd87ebd1a33
101215 Author: Behdad Esfahbod <behdad@behdad.org>
101216 Date:   Tue Oct 31 11:17:43 2017 -0600
101217
101218     [coretext/uniscribe] Fix build
101219     
101220     https://travis-ci.org/behdad/harfbuzz/jobs/295039536#L3468
101221     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.697/job/dr1ujlntxafeqbej#L142
101222
101223  src/hb-coretext.cc  | 8 ++++++--
101224  src/hb-uniscribe.cc | 8 ++++++--
101225  2 files changed, 12 insertions(+), 4 deletions(-)
101226
101227 commit ec86cc5e552e9e8d64101feb1f540a9dc94a9025
101228 Author: Behdad Esfahbod <behdad@behdad.org>
101229 Date:   Mon Oct 30 14:11:59 2017 -0600
101230
101231     Fix Windows build
101232     
101233     (And prevent it from happening in the future.)
101234
101235  src/hb-ot-layout.cc     | 1 +
101236  src/hb-ot-name-table.hh | 4 +++-
101237  2 files changed, 4 insertions(+), 1 deletion(-)
101238
101239 commit e35a763c07b60da6e5fbdb6edd9d25f575cd3d8b
101240 Author: Behdad Esfahbod <behdad@behdad.org>
101241 Date:   Mon Oct 30 13:15:05 2017 -0600
101242
101243     [post] Implement glyph_from_name()
101244     
101245     This concludes https://github.com/behdad/harfbuzz/pull/568
101246
101247  src/hb-ot-post-table.hh | 119 ++++++++++++++++++++++++++++++++++++------------
101248  src/hb-private.hh       |  10 ++--
101249  src/hb-sort-r.hh        |   2 +-
101250  3 files changed, 96 insertions(+), 35 deletions(-)
101251
101252 commit 6c738f353ec4ab5974414fbb8ff1fb9383c4bde6
101253 Author: Behdad Esfahbod <behdad@behdad.org>
101254 Date:   Mon Oct 30 12:21:44 2017 -0600
101255
101256     Make string-array return hb_string_t
101257
101258  src/hb-ot-post-table.hh | 17 ++---------------
101259  src/hb-string-array.hh  | 11 +++++++++--
101260  2 files changed, 11 insertions(+), 17 deletions(-)
101261
101262 commit e1a37f3db4f2364e98ff057209a94aa9b23e5c9d
101263 Author: Behdad Esfahbod <behdad@behdad.org>
101264 Date:   Mon Oct 30 11:42:28 2017 -0600
101265
101266     Add hb_string_t
101267
101268  src/hb-ot-post-table.hh | 25 ++++++++-----------------
101269  src/hb-private.hh       | 27 +++++++++++++++++++++++++++
101270  2 files changed, 35 insertions(+), 17 deletions(-)
101271
101272 commit 21ac5678583259e673d961a26fadaad2bf33f1f8
101273 Author: Behdad Esfahbod <behdad@behdad.org>
101274 Date:   Mon Oct 30 09:48:09 2017 -0600
101275
101276     Fix tests
101277
101278  src/check-includes.sh |  2 +-
101279  src/hb-sort-r.hh      | 32 ++++++++++++++++++++++++++++++--
101280  2 files changed, 31 insertions(+), 3 deletions(-)
101281
101282 commit 0f8b5aa1bc2c831044a35fc8e52df58652cec86b
101283 Author: Behdad Esfahbod <behdad@behdad.org>
101284 Date:   Mon Oct 30 09:46:36 2017 -0600
101285
101286     [post] Minor; towards implementing get_glyph_from_name()
101287
101288  src/hb-ot-post-table.hh | 56 +++++++++++++++++++++++++++----------------------
101289  1 file changed, 31 insertions(+), 25 deletions(-)
101290
101291 commit 977679f229a10868dc668294082bd82125e4fe48
101292 Author: Behdad Esfahbod <behdad@behdad.org>
101293 Date:   Sun Oct 29 17:33:32 2017 -0600
101294
101295     Add hb_bsearch_r()
101296
101297  src/hb-ot-post-table.hh |  1 +
101298  src/hb-sort-r.hh        | 25 +++++++++++++++++++++++++
101299  2 files changed, 26 insertions(+)
101300
101301 commit 0712e915b4814e350aa1d833c1dee5010cdbd8f9
101302 Author: Behdad Esfahbod <behdad@behdad.org>
101303 Date:   Sun Oct 29 17:01:47 2017 -0600
101304
101305     Remove hb_compare_func_t
101306
101307  src/hb-ot-map-private.hh    | 18 +++++++++++++-----
101308  src/hb-ot-name-table.hh     |  2 +-
101309  src/hb-ot-tag.cc            |  8 +++++---
101310  src/hb-ot-var-mvar-table.hh | 10 +++++++---
101311  src/hb-private.hh           |  9 ++-------
101312  5 files changed, 28 insertions(+), 19 deletions(-)
101313
101314 commit 538da7496d70c86b41070ecf52592e52920d8808
101315 Author: Behdad Esfahbod <behdad@behdad.org>
101316 Date:   Sun Oct 29 16:38:58 2017 -0600
101317
101318     Add hb-sort-r, a portable qsort_r() replacement
101319
101320  src/Makefile.sources |   1 +
101321  src/hb-sort-r.hh     | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++
101322  2 files changed, 228 insertions(+)
101323
101324 commit 923a8f520addba095384b975ba8934e5a18fb696
101325 Author: Behdad Esfahbod <behdad@behdad.org>
101326 Date:   Sun Oct 29 15:00:54 2017 -0600
101327
101328     Fix up 5de83fab947e23cc729d69f8d44a28311298af9d
101329
101330  src/hb-ot-post-table.hh | 2 +-
101331  1 file changed, 1 insertion(+), 1 deletion(-)
101332
101333 commit b98c7c3f1fc8581ce9a0f40ae25aee5e1b2b3106
101334 Author: Behdad Esfahbod <behdad@behdad.org>
101335 Date:   Sun Oct 29 14:52:52 2017 -0600
101336
101337     [post] Minor
101338
101339  src/hb-ot-post-table.hh | 6 +-----
101340  1 file changed, 1 insertion(+), 5 deletions(-)
101341
101342 commit 5de83fab947e23cc729d69f8d44a28311298af9d
101343 Author: Behdad Esfahbod <behdad@behdad.org>
101344 Date:   Sat Oct 28 19:54:04 2017 -0600
101345
101346     [ot] Speed up get_glyph_name()
101347     
101348     get_glyph_from_name() coming soon.
101349
101350  src/hb-ot-font.cc            |  13 ++--
101351  src/hb-ot-post-table.hh      | 160 +++++++++++++++++++------------------------
101352  src/test-buffer-serialize.cc |   4 +-
101353  3 files changed, 81 insertions(+), 96 deletions(-)
101354
101355 commit feadee079e09e43e5f712a66816605e19155594e
101356 Author: Behdad Esfahbod <behdad@behdad.org>
101357 Date:   Sat Oct 28 16:58:56 2017 -0600
101358
101359     [post] Refactor a bit, use our data types
101360
101361  src/hb-ot-post-table.hh | 25 ++++++++++---------------
101362  1 file changed, 10 insertions(+), 15 deletions(-)
101363
101364 commit 5014c60afaab51a7a4813cf427a3d6053458279b
101365 Author: Behdad Esfahbod <behdad@behdad.org>
101366 Date:   Sat Oct 28 12:00:49 2017 -0600
101367
101368     More nullptr fix
101369     
101370     Fixes https://github.com/behdad/harfbuzz/issues/585
101371
101372  src/test.cc | 4 +---
101373  1 file changed, 1 insertion(+), 3 deletions(-)
101374
101375 commit 5daf3bd4494cce6b4fb074533be9e99c4d9e0edd
101376 Author: Behdad Esfahbod <behdad@behdad.org>
101377 Date:   Fri Oct 27 16:34:01 2017 -0600
101378
101379     [glib/ucdn/icu/ft/ot] Make returned funcs inert
101380     
101381     Such that client cannot accidentally destroy them, even though that
101382     will be a bug in their code...
101383
101384  src/hb-ft.cc             |  3 +++
101385  src/hb-glib.cc           |  3 +++
101386  src/hb-icu.cc            |  3 +++
101387  src/hb-object-private.hh | 37 +++++++++++++++++++++++++++++++------
101388  src/hb-ot-font.cc        |  3 +++
101389  src/hb-ucdn.cc           |  3 +++
101390  6 files changed, 46 insertions(+), 6 deletions(-)
101391
101392 commit bfa7f37a73508ca185cf2f3e06755db8c8258ddf
101393 Author: Behdad Esfahbod <behdad@behdad.org>
101394 Date:   Fri Oct 27 16:03:51 2017 -0600
101395
101396     Fix previous commit
101397     
101398     Oops.
101399
101400  src/hb-glib.cc | 2 +-
101401  src/hb-icu.cc  | 2 +-
101402  src/hb-ucdn.cc | 2 +-
101403  3 files changed, 3 insertions(+), 3 deletions(-)
101404
101405 commit 8864864b624590d95ae5dca61956695cbff1269a
101406 Author: Behdad Esfahbod <behdad@behdad.org>
101407 Date:   Fri Oct 27 15:26:45 2017 -0600
101408
101409     [glib/icu/ucdn] Make the funcs object allocated on demand
101410
101411  src/hb-glib.cc | 36 +++++++++++++++++++++++++++++-------
101412  src/hb-icu.cc  | 51 +++++++++++++++++++++++++++++++++++++--------------
101413  src/hb-ucdn.cc | 37 +++++++++++++++++++++++++++++--------
101414  3 files changed, 95 insertions(+), 29 deletions(-)
101415
101416 commit af3f72f9eb7d7b80ea827976a3303390b5deae8d
101417 Author: Behdad Esfahbod <behdad@behdad.org>
101418 Date:   Fri Oct 27 15:13:50 2017 -0600
101419
101420     Correctly mark NullPool const
101421     
101422     Saves some more code size as well!
101423
101424  src/hb-open-type-private.hh | 2 +-
101425  src/hb-ot-layout.cc         | 2 +-
101426  src/main.cc                 | 2 +-
101427  3 files changed, 3 insertions(+), 3 deletions(-)
101428
101429 commit 51f4d4d5cd5a0dd1a581bee5b55b3cc0a74cbea3
101430 Author: Behdad Esfahbod <behdad@behdad.org>
101431 Date:   Fri Oct 27 15:09:22 2017 -0600
101432
101433     Reduce prealloced number of user-data items from 2 to 1
101434     
101435     Even 1 is too many but putting 0 breaks compile.  Saves 3k in .so
101436
101437  src/hb-private.hh | 2 +-
101438  1 file changed, 1 insertion(+), 1 deletion(-)
101439
101440 commit 3205de7906abab9d12e614e86e2c182a41420698
101441 Author: Behdad Esfahbod <behdad@behdad.org>
101442 Date:   Fri Oct 27 15:01:40 2017 -0600
101443
101444     Make the NullPool HB_INTERNAL shared
101445     
101446     Saves 2k of .bss section.
101447
101448  src/hb-open-type-private.hh | 10 ++++++----
101449  src/hb-ot-layout.cc         |  3 +++
101450  src/main.cc                 |  1 +
101451  3 files changed, 10 insertions(+), 4 deletions(-)
101452
101453 commit 7036f1d22c4001b79d3205c16aac3fefbfcaae24
101454 Author: Behdad Esfahbod <behdad@behdad.org>
101455 Date:   Fri Oct 27 14:42:59 2017 -0600
101456
101457     [ot] Remove shaper name
101458     
101459     In ten years we never used them...
101460
101461  src/hb-ot-shape-complex-arabic.cc  | 1 -
101462  src/hb-ot-shape-complex-default.cc | 1 -
101463  src/hb-ot-shape-complex-hangul.cc  | 1 -
101464  src/hb-ot-shape-complex-hebrew.cc  | 1 -
101465  src/hb-ot-shape-complex-indic.cc   | 1 -
101466  src/hb-ot-shape-complex-myanmar.cc | 2 --
101467  src/hb-ot-shape-complex-private.hh | 2 --
101468  src/hb-ot-shape-complex-thai.cc    | 1 -
101469  src/hb-ot-shape-complex-tibetan.cc | 1 -
101470  src/hb-ot-shape-complex-use.cc     | 1 -
101471  10 files changed, 12 deletions(-)
101472
101473 commit 4a27c17ea0234dfe33e62f5830d9f92c26d48d30
101474 Author: Behdad Esfahbod <behdad@behdad.org>
101475 Date:   Fri Oct 27 14:29:12 2017 -0600
101476
101477     Fix IntType.cmp() to avoid narrowing down integer types
101478     
101479     Fixes https://github.com/behdad/harfbuzz/issues/571
101480
101481  src/hb-open-type-private.hh | 5 +++--
101482  1 file changed, 3 insertions(+), 2 deletions(-)
101483
101484 commit 919b4b76a7b1f9dd7c71310a729982242f9060a5
101485 Author: Behdad Esfahbod <behdad@behdad.org>
101486 Date:   Fri Oct 27 10:29:25 2017 -0600
101487
101488     Make c++11 optional
101489     
101490     Fixes https://github.com/behdad/harfbuzz/issues/585
101491
101492  configure.ac                |   4 +-
101493  m4/ax_cxx_compile_stdcxx.m4 | 982 ++++++++++++++++++++++++++++++++++++++++++++
101494  2 files changed, 983 insertions(+), 3 deletions(-)
101495
101496 commit 6c4689704071a76c49be819b8034feaf93e26a42
101497 Author: Behdad Esfahbod <behdad@behdad.org>
101498 Date:   Fri Oct 27 10:24:58 2017 -0600
101499
101500     [m4] Update ax_pthread.m4
101501
101502  m4/ax_pthread.m4 | 6 +++---
101503  1 file changed, 3 insertions(+), 3 deletions(-)
101504
101505 commit 2e025507634e54a64fa5d0cbfefc4b65177c06c5
101506 Author: Behdad Esfahbod <behdad@behdad.org>
101507 Date:   Fri Oct 27 10:23:01 2017 -0600
101508
101509     [git.mk] Update
101510
101511  git.mk | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
101512  1 file changed, 55 insertions(+), 2 deletions(-)
101513
101514 commit 62e312ead808cec055049592b0d40aa3a8882bc9
101515 Author: Behdad Esfahbod <behdad@behdad.org>
101516 Date:   Fri Oct 27 09:29:20 2017 -0600
101517
101518     Use NULL instead of polyfill, if nullptr is not available
101519     
101520     Part of fixing https://github.com/behdad/harfbuzz/issues/585
101521
101522  src/hb-private.hh | 22 +++-------------------
101523  1 file changed, 3 insertions(+), 19 deletions(-)
101524
101525 commit 17f40b7cad240eadeccdf23eb11da7ed52252ca2
101526 Author: Behdad Esfahbod <behdad@behdad.org>
101527 Date:   Fri Oct 27 09:22:30 2017 -0600
101528
101529     Include hb-private.hh more consistently
101530     
101531     Part of fixing https://github.com/behdad/harfbuzz/issues/585
101532
101533  src/test-buffer-serialize.cc |  4 +---
101534  src/test-size-params.cc      |  4 +---
101535  src/test-would-substitute.cc |  4 +---
101536  util/ansi-print.hh           |  1 +
101537  util/helper-cairo-ansi.hh    |  5 +++--
101538  util/helper-cairo.hh         |  7 ++++---
101539  util/main-font-text.hh       |  5 +++--
101540  util/options.hh              | 11 +----------
101541  util/shape-consumer.hh       |  5 +++--
101542  util/view-cairo.hh           |  7 ++++---
101543  10 files changed, 22 insertions(+), 31 deletions(-)
101544
101545 commit 42d518513c683fd5e932898ceec891c3003d75e1
101546 Author: Behdad Esfahbod <behdad@behdad.org>
101547 Date:   Fri Oct 27 00:25:11 2017 -0600
101548
101549     Towards compiling with pre-C++11 compilers and nullptr fallback
101550     
101551     https://github.com/behdad/harfbuzz/issues/585
101552
101553  src/hb-atomic-private.hh | 4 ++--
101554  1 file changed, 2 insertions(+), 2 deletions(-)
101555
101556 commit 0e9256984e76f055f1868ecc497724977caba11d
101557 Author: Behdad Esfahbod <behdad@behdad.org>
101558 Date:   Thu Oct 26 20:34:04 2017 -0600
101559
101560     [post] Make format1 names array avoid relocations
101561
101562  src/Makefile.sources       |   1 +
101563  src/hb-ot-post-macroman.hh | 294 +++++++++++++++++++++++++++++++++++++++++++++
101564  src/hb-ot-post-table.hh    |  55 ++-------
101565  3 files changed, 305 insertions(+), 45 deletions(-)
101566
101567 commit 2a749680441bbe6b4aa8134bb6ce9f21a8b1bc3c
101568 Author: Behdad Esfahbod <behdad@behdad.org>
101569 Date:   Thu Oct 26 19:48:33 2017 -0600
101570
101571     Add hb-string-array.hh
101572     
101573     Used to build static string arrays that use no relocation.
101574
101575  src/Makefile.sources   |  1 +
101576  src/hb-private.hh      |  6 ++--
101577  src/hb-string-array.hh | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++
101578  3 files changed, 79 insertions(+), 2 deletions(-)
101579
101580 commit 6f08b12bc38166dee2f9740d396d617b32e887a3
101581 Author: Behdad Esfahbod <behdad@behdad.org>
101582 Date:   Thu Oct 26 18:23:03 2017 -0600
101583
101584     Minor
101585
101586  src/hb-private.hh | 6 +++---
101587  1 file changed, 3 insertions(+), 3 deletions(-)
101588
101589 commit 223686d64f5e149ba8aa334a2a54bd5b22017d9e
101590 Author: Behdad Esfahbod <behdad@behdad.org>
101591 Date:   Thu Oct 26 12:52:02 2017 -0600
101592
101593     1.6.3
101594
101595  NEWS         | 9 +++++++++
101596  configure.ac | 2 +-
101597  2 files changed, 10 insertions(+), 1 deletion(-)
101598
101599 commit 729c9e13355eefafdc0fdef9aa68bd792ca4dba4
101600 Author: David Corbett <corbett.dav@husky.neu.edu>
101601 Date:   Thu Oct 26 10:29:28 2017 -0400
101602
101603     Include all relevant glyphs in the subsetted font
101604
101605  test/shaping/record-test.sh | 2 ++
101606  1 file changed, 2 insertions(+)
101607
101608 commit cb6c6b0c425e560f32b297c15dc6775e297d5b1d
101609 Author: Behdad Esfahbod <behdad@behdad.org>
101610 Date:   Thu Oct 26 11:43:33 2017 -0600
101611
101612     Fix warning
101613     
101614     https://github.com/behdad/harfbuzz/commit/49a41dc75931cc2d2f7e74b7801f8cc327039e8e#commitcomment-25203194
101615
101616  test/api/test-set.c | 5 +++--
101617  1 file changed, 3 insertions(+), 2 deletions(-)
101618
101619 commit dfd234a97d2e2f9908eaf0598de765f76ba86c82
101620 Author: Jonathan Kew <jfkthame@gmail.com>
101621 Date:   Thu Oct 26 16:59:50 2017 +0100
101622
101623     [set] Fix page_map[] indexing in backward loop.
101624     
101625     Fixes https://github.com/behdad/harfbuzz/issues/579.
101626
101627  src/hb-set-private.hh | 4 ++--
101628  1 file changed, 2 insertions(+), 2 deletions(-)
101629
101630 commit 7339926525416620aa7922371775ed65eed4eae4
101631 Author: Jonathan Kew <jfkthame@gmail.com>
101632 Date:   Thu Oct 26 12:55:36 2017 +0100
101633
101634     [test] Extend hb_set test for issue 579 (currently failing)
101635
101636  test/api/test-set.c | 18 ++++++++++++++++++
101637  1 file changed, 18 insertions(+)
101638
101639 commit 3d6f7df42a87ef366197581cb4696c5f30c3bcbb
101640 Author: Jonathan Kew <jfkthame@gmail.com>
101641 Date:   Thu Oct 26 17:54:55 2017 +0100
101642
101643     [test] Additional coverage in test_set_iter.
101644     
101645     This adds a couple extra entries to the set used, such that iteration
101646     would fail in 1.6.2 due to the bug in hb_set_t::page_t::next().
101647
101648  test/api/test-set.c | 12 ++++++++++++
101649  1 file changed, 12 insertions(+)
101650
101651 commit d511cfb5577a58e31d8dd4214750b0ad4efa625a
101652 Author: Jonathan Kew <jfkthame@gmail.com>
101653 Date:   Thu Oct 26 15:08:29 2017 +0100
101654
101655     [set] Bugfix for hb_set_next
101656
101657  src/hb-set-private.hh | 2 +-
101658  1 file changed, 1 insertion(+), 1 deletion(-)
101659
101660 commit 92bac64bd2d5fffe70229790be27d335aa6c6de3
101661 Author: Behdad Esfahbod <behdad@behdad.org>
101662 Date:   Wed Oct 25 18:22:47 2017 -0600
101663
101664     [post] Oops!
101665     
101666     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.668/job/ikfj8peowgrp059t
101667
101668  src/hb-ot-post-table.hh | 4 ++--
101669  1 file changed, 2 insertions(+), 2 deletions(-)
101670
101671 commit 543bd58d7a4fbe285ec9304ff3223a728dbdbb76
101672 Author: Behdad Esfahbod <behdad@behdad.org>
101673 Date:   Wed Oct 25 17:40:50 2017 -0600
101674
101675     [post] Touch up and fixes
101676     
101677     The get_glyph_from_name() is incorrect; needs fixing.
101678
101679  src/hb-ot-font.cc       |   9 ++--
101680  src/hb-ot-post-table.hh | 139 +++++++++++++++++++++++++++---------------------
101681  2 files changed, 81 insertions(+), 67 deletions(-)
101682
101683 commit d9e166f74c3ba3128c9ef3ccd8d7799e67f14eab
101684 Author: Khaled Hosny <khaledhosny@eglug.org>
101685 Date:   Wed Oct 18 20:49:16 2017 +0200
101686
101687     [ot-font] Implement hb_ot_get_glyph_from_name
101688
101689  src/hb-ot-font.cc       | 22 ++++++++++++++++++-
101690  src/hb-ot-post-table.hh | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
101691  2 files changed, 79 insertions(+), 1 deletion(-)
101692
101693 commit 9d4d2fb9af446d5d41058fbb1da8117b3af048d3
101694 Author: Khaled Hosny <khaledhosny@eglug.org>
101695 Date:   Mon Oct 16 10:05:42 2017 +0200
101696
101697     [ot-font] Implement hb_ot_get_glyph_name
101698     
101699     Turns out we already have support for “post” table, it just needed to be
101700     activated and put in use.
101701
101702  src/hb-ot-font.cc                             | 46 ++++++++++++-
101703  src/hb-ot-post-table.hh                       | 96 +++++++++++++++++++++++++++
101704  test/shaping/tests/fallback-positioning.tests |  2 +-
101705  test/shaping/tests/indic-syllable.tests       |  2 +-
101706  test/shaping/tests/use.tests                  |  2 +-
101707  5 files changed, 143 insertions(+), 5 deletions(-)
101708
101709 commit bf133497e53e8b1dcd22df62080d33e7f3d85b68
101710 Merge: fd786c768 49a41dc75
101711 Author: Behdad Esfahbod <behdad@behdad.org>
101712 Date:   Wed Oct 25 17:23:20 2017 -0600
101713
101714     Merge commit '49a41dc75931cc2d2f7e74b7801f8cc327039e8e'
101715
101716 commit 49a41dc75931cc2d2f7e74b7801f8cc327039e8e
101717 Author: Behdad Esfahbod <behdad@behdad.org>
101718 Date:   Wed Oct 25 16:17:45 2017 -0600
101719
101720     [test] Add more hb-set tests
101721     
101722     https://github.com/behdad/harfbuzz/issues/579
101723
101724  test/api/test-set.c | 40 ++++++++++++++++++++++++++++++++++++++++
101725  1 file changed, 40 insertions(+)
101726
101727 commit fd786c768f838ab61090004dd46b8cefeb270dfd
101728 Author: David Corbett <corbett.dav@husky.neu.edu>
101729 Date:   Wed Oct 25 14:31:22 2017 -0400
101730
101731     Use `mktemp -d` instead of `mktemp --directory`
101732
101733  test/shaping/record-test.sh | 2 +-
101734  1 file changed, 1 insertion(+), 1 deletion(-)
101735
101736 commit c4944920c0c11d6424d600ebc9130c9055382f80
101737 Author: David Corbett <corbett.dav@husky.neu.edu>
101738 Date:   Wed Oct 25 16:06:40 2017 -0400
101739
101740     Fix and run indic-script-extensions.tests
101741
101742  test/shaping/Makefile.am                         | 1 +
101743  test/shaping/tests/indic-script-extensions.tests | 2 +-
101744  2 files changed, 2 insertions(+), 1 deletion(-)
101745
101746 commit d8df714251c61e13d7d12eb3f7393dd3a75a3719
101747 Author: David Corbett <corbett.dav@husky.neu.edu>
101748 Date:   Wed Oct 25 16:06:01 2017 -0400
101749
101750     Fix code point iteration in narrow Python
101751
101752  test/shaping/hb_test_tools.py | 27 ++++++++++++++++++++++++++-
101753  1 file changed, 26 insertions(+), 1 deletion(-)
101754
101755 commit 33ca3b67bfb5d9ae4e490c796c93793a7e03ef2c
101756 Author: Behdad Esfahbod <behdad@behdad.org>
101757 Date:   Wed Oct 25 12:09:11 2017 -0400
101758
101759     Check for headers in builddir first, in check-*.sh
101760     
101761     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=103346
101762
101763  src/check-c-linkage-decls.sh | 4 ++--
101764  src/check-externs.sh         | 2 +-
101765  src/check-header-guards.sh   | 2 +-
101766  src/check-includes.sh        | 4 ++--
101767  4 files changed, 6 insertions(+), 6 deletions(-)
101768
101769 commit 9ac2e5c6c01db3ebe419e3aa07f4d1a3777d2bb6
101770 Author: Behdad Esfahbod <behdad@behdad.org>
101771 Date:   Tue Oct 24 10:06:25 2017 -0400
101772
101773     check-externs.sh: Make output more verbose
101774     
101775     Trying to figure out why this is failing on some Debian bots:
101776     https://bugs.freedesktop.org/show_bug.cgi?id=103346
101777     
101778     Maybe I should check for GNU grep specifically now that I'm using -n as well.
101779
101780  src/check-externs.sh | 3 ++-
101781  1 file changed, 2 insertions(+), 1 deletion(-)
101782
101783 commit 3b7388aab6889b5d1fc602b5780a7b29da84e100
101784 Author: Behdad Esfahbod <behdad@behdad.org>
101785 Date:   Mon Oct 23 14:35:16 2017 -0400
101786
101787     1.6.2
101788
101789  NEWS         | 10 ++++++++++
101790  configure.ac |  2 +-
101791  2 files changed, 11 insertions(+), 1 deletion(-)
101792
101793 commit 30a591e3cef67818ef1ffec92c6a022b5a5f5e77
101794 Author: Behdad Esfahbod <behdad@behdad.org>
101795 Date:   Mon Oct 23 14:28:35 2017 -0400
101796
101797     [set] Rewrite another way :P
101798
101799  src/hb-set-private.hh | 25 +++++++++++++------------
101800  1 file changed, 13 insertions(+), 12 deletions(-)
101801
101802 commit 8170801d78a5bf9480d8c06ade849b30bc4e2956
101803 Author: Behdad Esfahbod <behdad@behdad.org>
101804 Date:   Mon Oct 23 14:26:48 2017 -0400
101805
101806     [set] Fix crash
101807     
101808     Ouch!  That's what happens when one plays with increment/decrement operators!
101809     
101810     Fixes https://github.com/behdad/harfbuzz/issues/578
101811
101812  src/hb-set-private.hh | 10 ++++++----
101813  1 file changed, 6 insertions(+), 4 deletions(-)
101814
101815 commit 61d1c60a1c555c58205964df4e449ee57125a739
101816 Author: Behdad Esfahbod <behdad@behdad.org>
101817 Date:   Mon Oct 23 13:10:21 2017 -0400
101818
101819     [RELEASING] Format
101820
101821  RELEASING.md | 67 +++++++++++++++++++++++++++++++++++++++++++-----------------
101822  1 file changed, 48 insertions(+), 19 deletions(-)
101823
101824 commit 6a2e1649debd992211bf96ef80d075d2d04a49ed
101825 Author: Behdad Esfahbod <behdad@behdad.org>
101826 Date:   Mon Oct 23 13:01:34 2017 -0400
101827
101828     [doap] Switch to github issues
101829     
101830     https://github.com/behdad/harfbuzz/pull/575#issuecomment-338514596
101831
101832  harfbuzz.doap | 2 +-
101833  1 file changed, 1 insertion(+), 1 deletion(-)
101834
101835 commit 8a898c1929cf7ffc9b0011461b34281ecc98705c
101836 Author: Behdad Esfahbod <behdad@behdad.org>
101837 Date:   Mon Oct 23 13:00:36 2017 -0400
101838
101839     [RELEASING] Minor
101840     
101841     https://github.com/behdad/harfbuzz/pull/575
101842
101843  RELEASING.md | 4 ++--
101844  1 file changed, 2 insertions(+), 2 deletions(-)
101845
101846 commit 2ee710e02fad1a8a4b94589bb6f0b90e2aeb7121
101847 Author: Behdad Esfahbod <behdad@behdad.org>
101848 Date:   Mon Oct 23 08:37:48 2017 -0400
101849
101850     Minor
101851
101852  src/hb-private.hh | 2 +-
101853  1 file changed, 1 insertion(+), 1 deletion(-)
101854
101855 commit dd33e4e96b9345a6b1a9051a6aa4b7d114c74f1e
101856 Author: Behdad Esfahbod <behdad@behdad.org>
101857 Date:   Mon Oct 23 08:36:40 2017 -0400
101858
101859     [set] Don't use major()
101860     
101861     Fixes https://github.com/behdad/harfbuzz/issues/577
101862
101863  src/hb-set-private.hh | 10 +++++-----
101864  1 file changed, 5 insertions(+), 5 deletions(-)
101865
101866 commit d0f0ff85b9fe959ef4b90f8daf58be73fca49dd0
101867 Author: Behdad Esfahbod <behdad@behdad.org>
101868 Date:   Mon Oct 23 08:34:30 2017 -0400
101869
101870     [set] Don't use PAGE_SIZE
101871     
101872     Fixes https://github.com/behdad/harfbuzz/issues/576
101873
101874  src/hb-set-private.hh | 12 ++++++------
101875  1 file changed, 6 insertions(+), 6 deletions(-)
101876
101877 commit 57cf978fa314bd87405a2b133e58fcb116e574a6
101878 Merge: ce9794544 6cc49762c
101879 Author: Behdad Esfahbod <behdad@behdad.org>
101880 Date:   Sun Oct 22 18:24:59 2017 -0400
101881
101882     Merge commit '6cc49762c4fdfd0e2770a84d1b1f055acf42376f'
101883
101884 commit ce979454400c3870717ba40b1065a2f3727cfb93
101885 Author: Behdad Esfahbod <behdad@behdad.org>
101886 Date:   Sun Oct 22 18:23:38 2017 -0400
101887
101888     [icu] Fix error check
101889
101890  src/hb-icu.cc | 4 ++--
101891  1 file changed, 2 insertions(+), 2 deletions(-)
101892
101893 commit 6cc49762c4fdfd0e2770a84d1b1f055acf42376f
101894 Merge: 8b9d9b71b 19923279a
101895 Author: ebraminio <ebrahim@gnu.org>
101896 Date:   Mon Oct 23 01:48:22 2017 +0330
101897
101898     Merge pull request #575 from behdad/releasing-edit
101899     
101900     Clarify the last step of release
101901
101902 commit 19923279abd4c7615e8b02e05a02ba18f5c0b298
101903 Author: ebraminio <ebrahim@gnu.org>
101904 Date:   Mon Oct 23 01:47:51 2017 +0330
101905
101906     Clarify the last step of release
101907
101908  RELEASING.md | 2 +-
101909  1 file changed, 1 insertion(+), 1 deletion(-)
101910
101911 commit 8b9d9b71b04c9d5698ec146658b31381060c700d
101912 Author: Behdad Esfahbod <behdad@behdad.org>
101913 Date:   Sun Oct 22 17:48:06 2017 -0400
101914
101915     Fix set initialization issues
101916
101917  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
101918  src/hb-ot-shape.cc                   | 17 +++++++++--------
101919  src/hb-set-private.hh                |  9 ---------
101920  src/hb-set.cc                        |  6 ++++--
101921  4 files changed, 19 insertions(+), 25 deletions(-)
101922
101923 commit 0ca915efc3734111a57ff71f05d9cbf0e8af3de9
101924 Author: Behdad Esfahbod <behdad@behdad.org>
101925 Date:   Sun Oct 22 17:38:33 2017 -0400
101926
101927     1.6.1
101928
101929  NEWS         | 13 +++++++++++++
101930  configure.ac |  2 +-
101931  2 files changed, 14 insertions(+), 1 deletion(-)
101932
101933 commit d59d5dc7d339deb45cc84cffd084b52752765a08
101934 Merge: ced86da7d 3ee15a603
101935 Author: Behdad Esfahbod <behdad@behdad.org>
101936 Date:   Sun Oct 22 17:08:29 2017 -0400
101937
101938     Merge commit '3ee15a60358f4d894bbf2431d7a7df38b7acc4ce'
101939
101940 commit ced86da7ddbbd0d64f8ba1290b8e67600b1db2d4
101941 Author: Behdad Esfahbod <behdad@behdad.org>
101942 Date:   Sun Oct 22 17:03:36 2017 -0400
101943
101944     Another try at fixing mingw32 build bot fail
101945
101946  src/hb-private.hh | 6 +++---
101947  1 file changed, 3 insertions(+), 3 deletions(-)
101948
101949 commit bc1183aa6ba45a527084d391d6e7f801d6196060
101950 Merge: d45a2138d bfe0faf1a
101951 Author: Behdad Esfahbod <behdad@behdad.org>
101952 Date:   Sun Oct 22 17:06:00 2017 -0400
101953
101954     Merge commit 'bfe0faf1a2d39302129a7202994456afd96694ca'
101955
101956 commit 3ee15a60358f4d894bbf2431d7a7df38b7acc4ce
101957 Author: Behdad Esfahbod <behdad@behdad.org>
101958 Date:   Sun Oct 22 17:03:36 2017 -0400
101959
101960     Another try at fixing mingw32 build bot fail
101961
101962  src/hb-private.hh | 6 +++---
101963  1 file changed, 3 insertions(+), 3 deletions(-)
101964
101965 commit bfe0faf1a2d39302129a7202994456afd96694ca
101966 Author: Behdad Esfahbod <behdad@behdad.org>
101967 Date:   Sun Oct 22 15:54:50 2017 -0400
101968
101969     [docs] Deprecate hb_set_invert()
101970
101971  docs/harfbuzz-sections.txt | 2 +-
101972  1 file changed, 1 insertion(+), 1 deletion(-)
101973
101974 commit d45a2138d9d54eab158046d6503f1bb104efce25
101975 Merge: d8adaa97f 41b182519
101976 Author: ebraminio <ebrahim@gnu.org>
101977 Date:   Sat Oct 21 10:19:55 2017 +0330
101978
101979     Merge pull request #572 from fanc999/master.msvc
101980     
101981     builds: Support HarfBuzz-GObject and introspection in CMake builds
101982
101983 commit d8adaa97fbf33071b8a4b5c05c3f2f15f2fd22ea
101984 Author: Behdad Esfahbod <behdad@behdad.org>
101985 Date:   Fri Oct 20 13:57:43 2017 -0400
101986
101987     Another try at fixing build bots
101988     
101989     hb-ot-shape.cc:287:18: error: comparison of constant 32 with expression of type 'hb_unicode_general_category_t' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
101990
101991  src/hb-private.hh | 4 ++--
101992  1 file changed, 2 insertions(+), 2 deletions(-)
101993
101994 commit 6058f98825e8f134893a1bbfb402e45d85b56ff0
101995 Author: Behdad Esfahbod <behdad@behdad.org>
101996 Date:   Thu Oct 19 11:39:52 2017 -0700
101997
101998     Remove FLAG_SAFE()
101999     
102000     No flag is safe, over time... See previous commit.
102001
102002  src/hb-ot-shape-complex-arabic.cc |  4 ++--
102003  src/hb-ot-shape-complex-indic.cc  | 12 ++++++------
102004  src/hb-ot-shape-complex-use.cc    |  2 +-
102005  src/hb-private.hh                 |  5 ++---
102006  src/hb-unicode-private.hh         |  4 ++--
102007  5 files changed, 13 insertions(+), 14 deletions(-)
102008
102009 commit 7c561dacc3c5fb9306db8bda27b7289331bd523f
102010 Author: Behdad Esfahbod <behdad@behdad.org>
102011 Date:   Thu Oct 19 11:35:51 2017 -0700
102012
102013     [myanmar] Fix unsafe usage of FLAG_SAFE()
102014     
102015     The commit f559c633073f63b9d87cb2440048b4413cfa1c05 caused
102016     "undefined-shift" errors in Myanmar shaper as we changed the
102017     numeric value of type D from 19 to 32 there, making the
102018     "FLAG_SAFE (info.myanmar_category())" wrong.
102019     
102020     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3546
102021
102022  src/hb-ot-shape-complex-myanmar.cc | 2 +-
102023  1 file changed, 1 insertion(+), 1 deletion(-)
102024
102025 commit 41b1825196235d4337c76f97e09f0b7c6d6c56ae
102026 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
102027 Date:   Thu Oct 19 18:36:32 2017 +0800
102028
102029     CMake builds: Support introspection builds
102030     
102031     This adds support for introspection builds on Windows that is enabled by
102032     the HB_HAVE_INTROSPECTION option, which will also enable HB_HAVE_GOBJECT
102033     (and so HB_HAVE_GLIB) as they are required for introspection.
102034     
102035     In order for this to work one must ensure that the Python installation
102036     listed in PYTHON_EXECUTABLE is the same Python release series that was
102037     used to build _giscanner.pyd (the Python module that is used by
102038     g-ir-scanner), with the same architecture.  PKG_CONFIG_PATH and PATH
102039     must be set correctly if $(PREFIX)\bin and/or $(PREFIX)\lib\pkgconfig
102040     are not in the standard PATH and PKG_CONFIG_PATH, which is actually
102041     in-line with the *NIX builds.
102042
102043  CMakeLists.txt | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
102044  1 file changed, 154 insertions(+), 7 deletions(-)
102045
102046 commit 53db221259b5eea4d2244321b2fe96beb39aef7d
102047 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
102048 Date:   Wed Oct 18 15:43:57 2017 +0800
102049
102050     CMake: Support building HarfBuzz-GObject
102051     
102052     This adds support to the CMake build files to support building
102053     HarfBuzz-GObject, which is actually a little bit complicated,
102054     as we need to:
102055     
102056     -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL
102057      (for older, pre 2.53.4, GLib/GObject) script.  This matters more for
102058      Visual Studio builds as shebang lines are not supported, so we need to
102059      test-run it with PERL or Python to determine which is the correct
102060      interpretor to use.
102061     
102062     -Next, we need to replace strings in the sources that we obtain from
102063      running glib-mkenums.  So, the solution here is to use a small utility
102064      CMake script for our purposes here, to maintain maximum compatibility.
102065     
102066     -Ensure that things do work in the Visual Studio IDE builds.
102067
102068  CMakeLists.txt             | 128 +++++++++++++++++++++++++++++++++++++++++++++
102069  Makefile.am                |   1 +
102070  replace-enum-strings.cmake |  21 ++++++++
102071  3 files changed, 150 insertions(+)
102072
102073 commit 162575f2c69f519aae1b18ff1c501e7e4c2cdd4b
102074 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
102075 Date:   Wed Oct 18 22:27:28 2017 +0800
102076
102077     CMake builds: Fix builds
102078     
102079     Include the fallback sources in the build, and update
102080     src/Makefile.sources so that it can be read by the CMake build files.
102081     
102082     Fix a typo in the DirectWrite configure option so that we can properly
102083     enable DirectWrite builds.
102084     
102085     Also, when building the utility program, install them as well.
102086
102087  CMakeLists.txt       | 21 ++++++++++++++++++++-
102088  src/Makefile.sources |  4 +++-
102089  2 files changed, 23 insertions(+), 2 deletions(-)
102090
102091 commit d6f612fac800c31989c298b5101845baed2297b1
102092 Author: Behdad Esfahbod <behdad@behdad.org>
102093 Date:   Tue Oct 17 16:32:12 2017 -0700
102094
102095     [bsearch] Micro-optimization
102096
102097  src/hb-open-type-private.hh | 3 ++-
102098  1 file changed, 2 insertions(+), 1 deletion(-)
102099
102100 commit 41b1984be946cc2f53313dd48eac392cc8a3ad2b
102101 Author: Fredrik Roubert <fredrik@roubert.name>
102102 Date:   Tue Oct 17 15:06:31 2017 -0700
102103
102104     Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569)
102105     
102106     The new unorm2_normalize has been public API since ICU 4.4, while
102107     the old unorm_normalize has been deprecated since ICU 56.
102108     
102109     Now, beginning with ICU 60, unorm_normalize will also be annotated
102110     U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.
102111
102112  src/hb-icu.cc | 12 ++++++------
102113  1 file changed, 6 insertions(+), 6 deletions(-)
102114
102115 commit b98adefbb9ee45fc1e800a52f701bf4224e9bb81
102116 Author: Behdad Esfahbod <behdad@behdad.org>
102117 Date:   Tue Oct 17 12:00:34 2017 -0700
102118
102119     Update docs symbols
102120
102121  docs/harfbuzz-sections.txt | 2 ++
102122  1 file changed, 2 insertions(+)
102123
102124 commit ba8b56960733b25bbb88fbdb60e7e244127d6e0c
102125 Author: Behdad Esfahbod <behdad@behdad.org>
102126 Date:   Tue Oct 17 11:16:36 2017 -0700
102127
102128     Try fixing build on VC
102129     
102130     c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327: 'hb_set_t::page_t::v': is not a type name, static, or enumerator [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
102131
102132  src/hb-set-private.hh | 2 +-
102133  1 file changed, 1 insertion(+), 1 deletion(-)
102134
102135 commit 80cc0a7e3e05fb7fcfbdc0188cb60b115ad47d04
102136 Author: Behdad Esfahbod <behdad@behdad.org>
102137 Date:   Tue Oct 17 11:14:48 2017 -0700
102138
102139     [coretext] Fix build
102140     
102141     error: static_assert expression is not an integral constant expression
102142
102143  src/hb-coretext.cc | 2 +-
102144  1 file changed, 1 insertion(+), 1 deletion(-)
102145
102146 commit a11249ee93439856ea2410524b993ac1f1379961
102147 Author: Behdad Esfahbod <behdad@behdad.org>
102148 Date:   Mon Oct 16 01:33:32 2017 -0400
102149
102150     [set] Fix merge logic
102151
102152  src/hb-set-private.hh | 2 +-
102153  1 file changed, 1 insertion(+), 1 deletion(-)
102154
102155 commit ab8f327eb47184409d9e9208ca46b631d1afd0d4
102156 Author: Behdad Esfahbod <behdad@behdad.org>
102157 Date:   Sun Oct 15 18:21:35 2017 -0400
102158
102159     Ouch.
102160
102161  src/hb-set-private.hh | 2 +-
102162  1 file changed, 1 insertion(+), 1 deletion(-)
102163
102164 commit bb9917913f735855aea54f41f10e0c7be3632e88
102165 Author: Behdad Esfahbod <behdad@behdad.org>
102166 Date:   Sun Oct 15 18:20:25 2017 -0400
102167
102168     [set] Disable vectorization
102169     
102170     Fixes clang "non-const reference cannot bind to vector element" error.
102171
102172  src/hb-set-private.hh | 4 +++-
102173  1 file changed, 3 insertions(+), 1 deletion(-)
102174
102175 commit 221ce6c18f2a1e878b68eb0a97f235efa4c044d3
102176 Author: Behdad Esfahbod <behdad@behdad.org>
102177 Date:   Sun Oct 15 17:58:58 2017 -0400
102178
102179     Fix bots
102180
102181  src/hb-private.hh | 2 +-
102182  1 file changed, 1 insertion(+), 1 deletion(-)
102183
102184 commit 0cf7d957b7ffb17c4cec75b631c9829327ab5d52
102185 Author: Behdad Esfahbod <behdad@behdad.org>
102186 Date:   Sun Oct 15 17:01:31 2017 -0400
102187
102188     [set] Remove TODO items not worth pursuing
102189
102190  src/hb-set-private.hh | 2 --
102191  1 file changed, 2 deletions(-)
102192
102193 commit 10d43658e7655b36cb86e674dde8af4036b7cc52
102194 Author: Behdad Esfahbod <behdad@behdad.org>
102195 Date:   Sun Oct 15 16:56:05 2017 -0400
102196
102197     [set] Speed up intersects()
102198
102199  src/hb-set-private.hh | 8 ++------
102200  1 file changed, 2 insertions(+), 6 deletions(-)
102201
102202 commit 56ef4e0c52d5b474518bf0c1e4adba80f2ae6946
102203 Author: Behdad Esfahbod <behdad@behdad.org>
102204 Date:   Sun Oct 15 16:38:29 2017 -0400
102205
102206     Simplify hb_prealloced_array_t initialization
102207
102208  src/hb-private.hh | 13 +++++++------
102209  1 file changed, 7 insertions(+), 6 deletions(-)
102210
102211 commit 7737e87ac4582d57945f3ffbbae1012f62c6b482
102212 Author: Behdad Esfahbod <behdad@behdad.org>
102213 Date:   Sun Oct 15 16:21:03 2017 -0400
102214
102215     Properly detect vector_size attribute and use fallback otherwise
102216
102217  src/hb-private.hh     | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
102218  src/hb-set-private.hh | 62 ++---------------------------------------------
102219  2 files changed, 69 insertions(+), 60 deletions(-)
102220
102221 commit f8a0ec50e23264fdfe9e3a5a2e0453a87f415b3d
102222 Author: Behdad Esfahbod <behdad@behdad.org>
102223 Date:   Sun Oct 15 16:10:35 2017 -0400
102224
102225     [set] Add fallback implementation of int-vector type
102226
102227  src/hb-set-private.hh | 64 ++++++++++++++++++++++++++++++++++++---------------
102228  1 file changed, 45 insertions(+), 19 deletions(-)
102229
102230 commit deed4a48d15d4a475f8695aa3269547adf63867a
102231 Author: Behdad Esfahbod <behdad@behdad.org>
102232 Date:   Sun Oct 15 16:53:09 2017 +0200
102233
102234     Faster hb_set_t
102235     
102236     Fixes https://github.com/behdad/harfbuzz/pull/23
102237
102238  src/hb-private.hh     |  56 ++++---
102239  src/hb-set-private.hh | 431 +++++++++++++++++++++++++++++++++++++++++---------
102240  test/api/test-set.c   |   6 -
102241  3 files changed, 391 insertions(+), 102 deletions(-)
102242
102243 commit 1d3971200be5b1c949d3eca185654e48584a0868
102244 Author: Behdad Esfahbod <behdad@behdad.org>
102245 Date:   Sun Oct 15 16:15:24 2017 +0200
102246
102247     Deprecate hb_set_invert()
102248
102249  src/hb-deprecated.h | 4 ++++
102250  src/hb-set.cc       | 3 ++-
102251  src/hb-set.h        | 3 ---
102252  3 files changed, 6 insertions(+), 4 deletions(-)
102253
102254 commit 5e74044b6bd78c495561eb7d2981415d2c3336f4
102255 Author: Behdad Esfahbod <behdad@behdad.org>
102256 Date:   Sun Oct 15 16:15:06 2017 +0200
102257
102258     Add bfind() to prealloaced_array_t
102259
102260  src/hb-private.hh | 31 ++++++++++++++++---------------
102261  1 file changed, 16 insertions(+), 15 deletions(-)
102262
102263 commit db5f7ef18916abb0907bc8b569a65c9c6bbd4015
102264 Author: Behdad Esfahbod <behdad@behdad.org>
102265 Date:   Sun Oct 15 16:00:22 2017 +0200
102266
102267     Inline another bsearch()
102268
102269  src/hb-ot-map-private.hh |  4 ++--
102270  src/hb-private.hh        | 32 ++++++++++++++++++++++++++++----
102271  2 files changed, 30 insertions(+), 6 deletions(-)
102272
102273 commit 6fb4ac73f94636d19fcac143472b84f9d91985c9
102274 Author: Behdad Esfahbod <behdad@behdad.org>
102275 Date:   Sun Oct 15 16:00:09 2017 +0200
102276
102277     Add popcount for 64bit ints
102278
102279  src/hb-private.hh | 12 ++++++++++++
102280  1 file changed, 12 insertions(+)
102281
102282 commit 473b17af4d421f4ce7ac18c769731bb2aa4088f8
102283 Author: Behdad Esfahbod <behdad@behdad.org>
102284 Date:   Sun Oct 15 14:10:34 2017 +0200
102285
102286     Remove unused hb_cache_t
102287
102288  src/Makefile.sources    |  1 -
102289  src/hb-cache-private.hh | 74 -------------------------------------------------
102290  src/hb-ft.cc            |  2 --
102291  3 files changed, 77 deletions(-)
102292
102293 commit a433e60a43c4594c41a82c3741d3f870f6eec247
102294 Author: Behdad Esfahbod <behdad@behdad.org>
102295 Date:   Sun Oct 15 14:09:46 2017 +0200
102296
102297     Remove unused hb_frozen_set_t
102298
102299  src/hb-set-private.hh | 55 ---------------------------------------------------
102300  1 file changed, 55 deletions(-)
102301
102302 commit 826a1daf2f2075459ff25a20ed8abec030d95c52
102303 Author: Behdad Esfahbod <behdad@behdad.org>
102304 Date:   Sun Oct 15 14:09:05 2017 +0200
102305
102306     Move set-digests into their own header file
102307
102308  src/Makefile.sources         |   1 +
102309  src/hb-ot-layout-private.hh  |   2 +-
102310  src/hb-set-digest-private.hh | 144 +++++++++++++++++++++++++++++++++++++++++++
102311  src/hb-set-private.hh        | 113 ---------------------------------
102312  4 files changed, 146 insertions(+), 114 deletions(-)
102313
102314 commit 3c13e153fe89d559d33027c0a5b30a19a6de1bad
102315 Author: Behdad Esfahbod <behdad@behdad.org>
102316 Date:   Sun Oct 15 14:02:58 2017 +0200
102317
102318     Try fixing AppVeyor bots
102319
102320  src/hb-private.hh | 3 ++-
102321  1 file changed, 2 insertions(+), 1 deletion(-)
102322
102323 commit 7e3015a315afe2312134ac33b9cb2d73689a044f
102324 Author: Behdad Esfahbod <behdad@behdad.org>
102325 Date:   Sun Oct 15 12:13:19 2017 +0200
102326
102327     Fix warnings
102328
102329  src/hb-font.cc | 4 ++--
102330  1 file changed, 2 insertions(+), 2 deletions(-)
102331
102332 commit 2075008f3e0b1cfbd7006f1d8c1fa22ac014f4bb
102333 Author: Behdad Esfahbod <behdad@behdad.org>
102334 Date:   Sun Oct 15 12:12:10 2017 +0200
102335
102336     Use C++11
102337
102338  configure.ac | 3 +++
102339  1 file changed, 3 insertions(+)
102340
102341 commit dbdbfe3d7b36613d893832dcb1884c756c20bfda
102342 Author: Behdad Esfahbod <behdad@behdad.org>
102343 Date:   Sun Oct 15 12:11:08 2017 +0200
102344
102345     Use nullptr instead of NULL
102346
102347  src/hb-blob.cc                             |  12 ++--
102348  src/hb-buffer-serialize.cc                 |  16 ++---
102349  src/hb-buffer.cc                           |  10 +--
102350  src/hb-common.cc                           |  18 ++---
102351  src/hb-coretext.cc                         |  66 ++++++++---------
102352  src/hb-directwrite.cc                      |  28 ++++----
102353  src/hb-face.cc                             |  10 +--
102354  src/hb-font.cc                             |  32 ++++-----
102355  src/hb-ft.cc                               |  56 +++++++--------
102356  src/hb-glib.cc                             |   2 +-
102357  src/hb-gobject-structs.cc                  |   2 +-
102358  src/hb-graphite2.cc                        |  26 +++----
102359  src/hb-icu.cc                              |   4 +-
102360  src/hb-mutex-private.hh                    |   2 +-
102361  src/hb-object-private.hh                   |   2 +-
102362  src/hb-open-type-private.hh                |  32 ++++-----
102363  src/hb-ot-cbdt-table.hh                    |   4 +-
102364  src/hb-ot-cmap-table.hh                    |   2 +-
102365  src/hb-ot-font.cc                          |  42 +++++------
102366  src/hb-ot-layout-common-private.hh         |  14 ++--
102367  src/hb-ot-layout-gsub-table.hh             |   2 +-
102368  src/hb-ot-layout-gsubgpos-private.hh       |  54 +++++++-------
102369  src/hb-ot-layout-jstf-table.hh             |   4 +-
102370  src/hb-ot-layout.cc                        |  30 ++++----
102371  src/hb-ot-map-private.hh                   |   6 +-
102372  src/hb-ot-map.cc                           |   4 +-
102373  src/hb-ot-math-table.hh                    |   8 +--
102374  src/hb-ot-shape-complex-arabic-fallback.hh |   8 +--
102375  src/hb-ot-shape-complex-arabic.cc          |  32 ++++-----
102376  src/hb-ot-shape-complex-default.cc         |  22 +++---
102377  src/hb-ot-shape-complex-hangul.cc          |  12 ++--
102378  src/hb-ot-shape-complex-hebrew.cc          |  18 ++---
102379  src/hb-ot-shape-complex-indic.cc           |  12 ++--
102380  src/hb-ot-shape-complex-myanmar.cc         |  40 +++++------
102381  src/hb-ot-shape-complex-private.hh         |  26 +++----
102382  src/hb-ot-shape-complex-thai.cc            |  22 +++---
102383  src/hb-ot-shape-complex-tibetan.cc         |  20 +++---
102384  src/hb-ot-shape-complex-use.cc             |  16 ++---
102385  src/hb-ot-shape-private.hh                 |   2 +-
102386  src/hb-ot-shape.cc                         |   8 +--
102387  src/hb-ot-tag.cc                           |   2 +-
102388  src/hb-ot-var.cc                           |   2 +-
102389  src/hb-private.hh                          |  37 +++++-----
102390  src/hb-set-private.hh                      |   2 +-
102391  src/hb-shape-plan.cc                       |  24 +++----
102392  src/hb-shape.cc                            |   8 +--
102393  src/hb-shaper-private.hh                   |   6 +-
102394  src/hb-shaper.cc                           |   6 +-
102395  src/hb-ucdn.cc                             |   2 +-
102396  src/hb-unicode.cc                          |   4 +-
102397  src/hb-uniscribe.cc                        |  50 ++++++-------
102398  src/main.cc                                |   4 +-
102399  src/test-buffer-serialize.cc               |   8 +--
102400  src/test-size-params.cc                    |   6 +-
102401  src/test-would-substitute.cc               |   8 +--
102402  src/test.cc                                |  12 ++--
102403  util/ansi-print.cc                         |   2 +-
102404  util/hb-fc.cc                              |   6 +-
102405  util/hb-ot-shape-closure.cc                |  10 +--
102406  util/hb-shape.cc                           |  14 ++--
102407  util/helper-cairo.cc                       |  12 ++--
102408  util/main-font-text.hh                     |   4 +-
102409  util/options.cc                            | 110 ++++++++++++++---------------
102410  util/options.hh                            |  56 +++++++--------
102411  util/shape-consumer.hh                     |  10 +--
102412  65 files changed, 563 insertions(+), 568 deletions(-)
102413
102414 commit fbb937b6807597c9ae002280c6a6278a97b701f3
102415 Author: Behdad Esfahbod <behdad@behdad.org>
102416 Date:   Sun Oct 15 12:04:16 2017 +0200
102417
102418     Don't use NULL in public headers
102419
102420  src/hb-buffer.h | 4 ++--
102421  src/hb-common.h | 2 +-
102422  2 files changed, 3 insertions(+), 3 deletions(-)
102423
102424 commit c3448e8d21963eb7fc357a37a7a426a4bf130ef3
102425 Author: Behdad Esfahbod <behdad@behdad.org>
102426 Date:   Sun Oct 15 12:02:00 2017 +0200
102427
102428     Use static_assert instead of custom ASSERT_STATIC
102429
102430  src/hb-buffer-private.hh                   |  4 ++--
102431  src/hb-buffer.cc                           |  2 +-
102432  src/hb-cache-private.hh                    |  4 ++--
102433  src/hb-coretext.cc                         |  2 +-
102434  src/hb-open-type-private.hh                |  6 +++---
102435  src/hb-ot-layout-common-private.hh         |  2 +-
102436  src/hb-ot-layout-gdef-table.hh             |  6 +++---
102437  src/hb-ot-layout.cc                        | 14 ++++++------
102438  src/hb-ot-map.cc                           |  2 +-
102439  src/hb-ot-math-table.hh                    |  4 ++--
102440  src/hb-ot-shape-complex-arabic-fallback.hh |  6 +++---
102441  src/hb-ot-shape-complex-indic.cc           |  2 +-
102442  src/hb-ot-shape-complex-use.cc             |  2 +-
102443  src/hb-private.hh                          | 34 +++++++++++++-----------------
102444  src/hb-set-private.hh                      |  8 +++----
102445  src/hb-uniscribe.cc                        |  2 +-
102446  util/options.cc                            |  3 ++-
102447  17 files changed, 50 insertions(+), 53 deletions(-)
102448
102449 commit 76dcbf8b23475b25f8f1918f982bfd8f0dd3456e
102450 Author: Behdad Esfahbod <behdad@behdad.org>
102451 Date:   Sun Oct 15 11:24:35 2017 +0200
102452
102453     Add polyfill for static_assert and nullptr
102454     
102455     Also fix hb_assert_constant_t.
102456
102457  src/hb-private.hh | 38 ++++++++++++++++++++++++++++++++++----
102458  1 file changed, 34 insertions(+), 4 deletions(-)
102459
102460 commit dad431e75bf998dcb09cff795c0f1083b3bd5449
102461 Author: Behdad Esfahbod <behdad@behdad.org>
102462 Date:   Sun Oct 15 10:55:32 2017 +0200
102463
102464     [util] Include hb-private.hh
102465     
102466     Simplifies compatibility issues by centralizing all boilerplate code
102467     in hb-private.hh.
102468
102469  util/options.hh | 31 +++++--------------------------
102470  1 file changed, 5 insertions(+), 26 deletions(-)
102471
102472 commit 81e2b9b8a959cb7d7503f58fca70761238697fc1
102473 Author: Behdad Esfahbod <behdad@behdad.org>
102474 Date:   Sun Oct 15 10:48:19 2017 +0200
102475
102476     Never skip over CGJ
102477     
102478     We might want to tweak this some more.  For now, never skipping over
102479     it is better behavior than always skipping.
102480     
102481     Part of https://github.com/behdad/harfbuzz/issues/554
102482
102483  src/hb-ot-layout-private.hh                          |  19 +++++++++++--------
102484  .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf     | Bin 0 -> 2468 bytes
102485  test/shaping/tests/default-ignorables.tests          |   1 +
102486  3 files changed, 12 insertions(+), 8 deletions(-)
102487
102488 commit 25846cc39fb8a9516b8de4333f909851d471156f
102489 Author: Behdad Esfahbod <behdad@behdad.org>
102490 Date:   Fri Oct 13 16:30:33 2017 +0200
102491
102492     1.6.0
102493
102494  NEWS                   | 35 +++++++++++++++++++++++++++++++++++
102495  configure.ac           |  2 +-
102496  docs/harfbuzz-docs.xml |  4 ++++
102497  3 files changed, 40 insertions(+), 1 deletion(-)
102498
102499 commit 74f1b88e3720103562552780af7058131c5492d5
102500 Author: Behdad Esfahbod <behdad@behdad.org>
102501 Date:   Fri Oct 13 11:01:55 2017 +0200
102502
102503     [ucdn] Fix compiler warnings
102504
102505  src/hb-ucdn.cc | 21 +++++++++++++--------
102506  1 file changed, 13 insertions(+), 8 deletions(-)
102507
102508 commit c2cf68dbdffcbf45297dd161b4b6b2de667b5ae4
102509 Author: Behdad Esfahbod <behdad@behdad.org>
102510 Date:   Fri Oct 13 10:30:19 2017 +0200
102511
102512     [coretext] Fix build
102513
102514  src/hb-coretext.cc | 11 ++++++++---
102515  1 file changed, 8 insertions(+), 3 deletions(-)
102516
102517 commit 95883fc5d486ecd194253bb223802f930de73e28
102518 Author: Behdad Esfahbod <behdad@behdad.org>
102519 Date:   Fri Oct 13 10:21:07 2017 +0200
102520
102521     [coretext] Pass correct font size to CoreText
102522     
102523     CoreText "point"s are not typographic points, but CSS pixels.  Ie.
102524     they are 96 per inch, not 72 per inch.
102525
102526  src/hb-coretext.cc | 18 +++++++++++-------
102527  1 file changed, 11 insertions(+), 7 deletions(-)
102528
102529 commit 4f9a83ec2109b754a75c962e88117d063e6fed43
102530 Merge: fa48ccbe1 40b05d7b7
102531 Author: Behdad Esfahbod <behdad@behdad.org>
102532 Date:   Thu Oct 12 14:08:58 2017 +0200
102533
102534     Merge remote-tracking branch 'origin/master'
102535
102536 commit fa48ccbe127a2e61ab316f3638e4056940964dae
102537 Author: Behdad Esfahbod <behdad@behdad.org>
102538 Date:   Thu Oct 12 14:07:37 2017 +0200
102539
102540     [indic] Special-case Kannada Ra,H,ZWJ sequence
102541     
102542     Fixes https://github.com/behdad/harfbuzz/issues/435
102543
102544  src/hb-ot-shape-complex-indic.cc                         |  15 +++++++++++++++
102545  test/shaping/Makefile.am                                 |   1 +
102546  .../sha1sum/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf | Bin 0 -> 2984 bytes
102547  test/shaping/tests/indic-special-cases.tests             |   3 +++
102548  4 files changed, 19 insertions(+)
102549
102550 commit 40b05d7b770b8045f176f66231c412b32482d874
102551 Author: n8willis <n8willis@users.noreply.github.com>
102552 Date:   Thu Oct 12 12:48:48 2017 +0100
102553
102554     Replacing 'cluster' with 'syllable' when comments describe certain Indic shaping behavior (#563)
102555     
102556     * Clarified wording of syllable/cluster behavior in Uniscribe in final_reordering; changed one other probable typo.
102557     
102558     * Additional syllable/cluster swap in comments for final reordering and for initial-reordering matra decomposition.
102559
102560  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
102561  1 file changed, 6 insertions(+), 6 deletions(-)
102562
102563 commit 6bac4ac2bebb612debecc8ec10b845e977c0afe1
102564 Author: ebraminio <ebrahim@gnu.org>
102565 Date:   Thu Oct 12 15:15:49 2017 +0330
102566
102567     Minor BUILD.md fix (#565)
102568
102569  BUILD.md | 2 +-
102570  1 file changed, 1 insertion(+), 1 deletion(-)
102571
102572 commit 8923033eb2dab75e9361e9ea1333deb1213393ce
102573 Author: Behdad Esfahbod <behdad@behdad.org>
102574 Date:   Thu Oct 12 12:01:48 2017 +0200
102575
102576     [coretext] Use fabs() to silence compiler warning
102577
102578  src/hb-coretext.cc | 4 ++--
102579  1 file changed, 2 insertions(+), 2 deletions(-)
102580
102581 commit dd4b321b4a429c6e6a28441ea9ae52f8f9dd1dad
102582 Author: Dominik Röttsches <drott@chromium.org>
102583 Date:   Thu Oct 12 11:49:37 2017 +0200
102584
102585     [coretext] Activate tracking for system fonts
102586     
102587     Another attempt at fully fixing
102588     https://github.com/behdad/harfbuzz/issues/360
102589
102590  src/hb-coretext.cc | 28 +++++++++++++++++++++++++++-
102591  1 file changed, 27 insertions(+), 1 deletion(-)
102592
102593 commit 6760021d6f4beef852c6560607b32090bcfa5acb
102594 Author: Khaled Hosny <khaledhosny@eglug.org>
102595 Date:   Thu Oct 12 12:05:08 2017 +0300
102596
102597     CMakelists.txt fix for Freetype builds (#564)
102598     
102599     Instead of searching for freetype using pkg-config, use the FindFreetype
102600     feature of CMake. This allows for better integration with other projects
102601     that make use of CMake.
102602     
102603     Fixes https://github.com/behdad/harfbuzz/issues/518
102604
102605  CMakeLists.txt | 24 +++++++-----------------
102606  1 file changed, 7 insertions(+), 17 deletions(-)
102607
102608 commit 6a2cbc6ef51680309eb3970ed9c66ff766dc8040
102609 Author: Behdad Esfahbod <behdad@behdad.org>
102610 Date:   Thu Oct 12 10:46:09 2017 +0200
102611
102612     [coretext] Use fabsf() instead of abs()
102613     
102614     Fixes bots.
102615     
102616     Link libharfbuzz.so with -lm.  Surprising that we survived without
102617     it so far!
102618
102619  src/Makefile.am    | 2 +-
102620  src/harfbuzz.pc.in | 2 +-
102621  src/hb-coretext.cc | 5 +++--
102622  3 files changed, 5 insertions(+), 4 deletions(-)
102623
102624 commit dfeccd073a5e78f6a2c630355c04121b70d2b4aa
102625 Author: ebraminio <ebrahim@gnu.org>
102626 Date:   Thu Oct 12 12:11:47 2017 +0330
102627
102628     Remove nmake port of harfbuzz (#562)
102629
102630  BUILD.md                        |  12 ++-
102631  Makefile.am                     |   2 +-
102632  appveyor.yml                    |  30 ------
102633  configure.ac                    |   2 -
102634  win32/Makefile.am               |  18 ----
102635  win32/Makefile.vc               |  67 ------------
102636  win32/README.txt                |  97 -----------------
102637  win32/build-rules-msvc.mak      | 130 -----------------------
102638  win32/config-msvc.mak           | 230 ----------------------------------------
102639  win32/config.h.win32.in         | 158 ---------------------------
102640  win32/create-lists-msvc.mak     | 147 -------------------------
102641  win32/create-lists.bat          |  42 --------
102642  win32/detectenv-msvc.mak        | 146 -------------------------
102643  win32/generate-msvc.mak         |  39 -------
102644  win32/hb-introspection-msvc.mak |  42 --------
102645  win32/info-msvc.mak             | 162 ----------------------------
102646  win32/install.mak               |  25 -----
102647  win32/introspection-msvc.mak    |  73 -------------
102648  win32/pc_base.py                | 124 ----------------------
102649  win32/replace.py                | 115 --------------------
102650  win32/sed-enums-srcs.py         |  36 -------
102651  win32/setup.py                  |  62 -----------
102652  22 files changed, 9 insertions(+), 1750 deletions(-)
102653
102654 commit 4e4781319b36bba154f3e5d4eb678945d8f6b4fc
102655 Author: Behdad Esfahbod <behdad@behdad.org>
102656 Date:   Thu Oct 12 10:33:16 2017 +0200
102657
102658     [ft] Add hb_ft_font_changed()
102659     
102660     When the font size or variations settings on underlying FT_Face change,
102661     one can call hb_ft_font_changed() and continue using hb_font created using
102662     hb_ft_font_create().
102663     
102664     Fixes https://github.com/behdad/harfbuzz/issues/559
102665     
102666     New API:
102667     hb_ft_font_changed()
102668
102669  docs/harfbuzz-sections.txt |  1 +
102670  src/hb-ft.cc               | 15 +++++++++++++--
102671  src/hb-ft.h                |  8 +++++++-
102672  3 files changed, 21 insertions(+), 3 deletions(-)
102673
102674 commit 94b3cafc3a042aea69ee7040227557fe98a21d87
102675 Author: Behdad Esfahbod <behdad@behdad.org>
102676 Date:   Wed Oct 11 17:22:44 2017 +0200
102677
102678     Add hb_face_get_table_tags()
102679     
102680     New API:
102681     hb_face_get_table_tags()
102682     
102683     Fixes https://github.com/behdad/harfbuzz/issues/560
102684
102685  src/hb-face.cc              | 29 +++++++++++++++++++++++++++++
102686  src/hb-face.h               |  5 +++++
102687  src/hb-open-file-private.hh | 18 ++++++++++++++++++
102688  3 files changed, 52 insertions(+)
102689
102690 commit e1b6d923021f68713784e2fd68f631c053ef3497
102691 Author: Behdad Esfahbod <behdad@behdad.org>
102692 Date:   Wed Oct 11 15:51:31 2017 +0200
102693
102694     Remove cast of functions to (hb_destroy_func_t)
102695     
102696     Fixes https://github.com/behdad/harfbuzz/issues/474
102697
102698  src/hb-blob.cc     |  8 +++++++-
102699  src/hb-coretext.cc | 10 ++++++++--
102700  src/hb-face.cc     |  6 ++++--
102701  src/hb-ft.cc       | 20 +++++++++++---------
102702  src/hb-glib.cc     |  9 ++++++++-
102703  src/hb-ot-font.cc  |  6 ++++--
102704  6 files changed, 42 insertions(+), 17 deletions(-)
102705
102706 commit 717fcb51dd051ca27d8537e5cf3a32d0447f78b5
102707 Author: Behdad Esfahbod <behdad@behdad.org>
102708 Date:   Wed Oct 11 15:38:21 2017 +0200
102709
102710     [coretext] Minor
102711
102712  src/hb-coretext.cc | 6 +++---
102713  1 file changed, 3 insertions(+), 3 deletions(-)
102714
102715 commit 374bb48d902025e8b8d8acbe525ff43540daee36
102716 Author: Behdad Esfahbod <behdad@behdad.org>
102717 Date:   Wed Oct 11 15:37:50 2017 +0200
102718
102719     Change ptem API to make 0 mean unset
102720
102721  src/hb-font.cc | 5 ++---
102722  src/hb-font.h  | 2 +-
102723  2 files changed, 3 insertions(+), 4 deletions(-)
102724
102725 commit 06c14225b20aa43ae88d362be2de577f6cf3f7b9
102726 Author: Behdad Esfahbod <behdad@behdad.org>
102727 Date:   Wed Oct 11 15:29:53 2017 +0200
102728
102729     [coretext] Minor
102730
102731  src/hb-coretext.cc | 1 +
102732  1 file changed, 1 insertion(+)
102733
102734 commit a4b46212c5e76494cfde5af6f299e08902aff0d5
102735 Author: Behdad Esfahbod <behdad@behdad.org>
102736 Date:   Wed Oct 11 15:29:22 2017 +0200
102737
102738     [coretext] Adjust font size check for 0
102739
102740  src/hb-coretext.cc | 4 ++--
102741  1 file changed, 2 insertions(+), 2 deletions(-)
102742
102743 commit 269cf1ca82c34c6f6ea126e7333743e5c381453b
102744 Author: Behdad Esfahbod <behdad@behdad.org>
102745 Date:   Wed Oct 11 15:24:22 2017 +0200
102746
102747     Correctly initialize ptem
102748
102749  src/hb-font.cc | 1 +
102750  1 file changed, 1 insertion(+)
102751
102752 commit 84686bf4c75c001e7cfb2eabdf391b2e76cae335
102753 Author: Behdad Esfahbod <behdad@behdad.org>
102754 Date:   Wed Oct 11 15:02:48 2017 +0200
102755
102756     [coretext-aat] Also pass through CoreText if font has kerx table
102757     
102758     SFNSText has kerx table which apparently is applied.
102759
102760  src/hb-coretext.cc | 20 +++++++++-----------
102761  src/hb-coretext.h  |  1 +
102762  2 files changed, 10 insertions(+), 11 deletions(-)
102763
102764 commit 296d0134c9d04c82cc0bffd545b0fd9a308a2530
102765 Author: Behdad Esfahbod <behdad@behdad.org>
102766 Date:   Wed Oct 11 14:09:30 2017 +0200
102767
102768     [coretext] Change default point size to 12
102769
102770  src/hb-coretext.cc | 2 +-
102771  1 file changed, 1 insertion(+), 1 deletion(-)
102772
102773 commit 7b23c286a71883ac3e5777a2dee262af48c76854
102774 Merge: 8d450dd18 a5ebe1d4a
102775 Author: Behdad Esfahbod <behdad@behdad.org>
102776 Date:   Wed Oct 11 13:35:32 2017 +0200
102777
102778     Merge branch 'coretext-optical-sizing'
102779     
102780     Should fix https://github.com/behdad/harfbuzz/issues/360
102781
102782 commit a5ebe1d4aec41bc5e289a7969e5e5f7bb57733b6
102783 Author: Dominik Röttsches <drott@chromium.org>
102784 Date:   Wed Oct 11 13:32:38 2017 +0200
102785
102786     [coretext] Recreate CTFont if pt size changed
102787     
102788     Attempt at fixing #360
102789
102790  src/hb-coretext.cc | 5 +++--
102791  1 file changed, 3 insertions(+), 2 deletions(-)
102792
102793 commit db7a73ce0781d1fec0235e419ac448565dcfc8ca
102794 Author: Dominik Röttsches <drott@chromium.org>
102795 Date:   Wed Oct 11 13:24:39 2017 +0200
102796
102797     [coretext] Fix build
102798
102799  src/hb-coretext.cc | 5 +++--
102800  1 file changed, 3 insertions(+), 2 deletions(-)
102801
102802 commit f33413075655e6383cd16bc31f0bf804dcec1c64
102803 Author: Behdad Esfahbod <behdad@behdad.org>
102804 Date:   Wed Oct 11 13:17:46 2017 +0200
102805
102806     [coretext] Another try
102807
102808  src/hb-coretext.cc | 32 +++++++++++++-------------------
102809  1 file changed, 13 insertions(+), 19 deletions(-)
102810
102811 commit a8e466c3c12a3499028cb576721e5f85ff4cbf2d
102812 Author: Behdad Esfahbod <behdad@behdad.org>
102813 Date:   Wed Oct 11 13:05:59 2017 +0200
102814
102815     [coretext] Move CT_Font to font data
102816     
102817     Towards implementing optical sizing.  Untested; won't compile.
102818     
102819     https://github.com/behdad/harfbuzz/issues/360
102820
102821  src/hb-coretext.cc | 85 ++++++++++++++++++++++++------------------------------
102822  1 file changed, 37 insertions(+), 48 deletions(-)
102823
102824 commit f9b4c6570a4725eec5393f86e6468a189ac8c6be
102825 Author: Behdad Esfahbod <behdad@behdad.org>
102826 Date:   Wed Oct 11 12:51:25 2017 +0200
102827
102828     [coretext] Move font size to a macro
102829
102830  src/hb-coretext.cc | 3 ++-
102831  1 file changed, 2 insertions(+), 1 deletion(-)
102832
102833 commit 8d450dd188dea2d63a03f74d903a76741de8a217
102834 Author: Behdad Esfahbod <behdad@behdad.org>
102835 Date:   Wed Oct 11 12:43:46 2017 +0200
102836
102837     Infrastructure for creating CTFont with correct font size
102838     
102839     https://github.com/behdad/harfbuzz/issues/360
102840
102841  src/hb-shaper-private.hh | 12 ++++++++++++
102842  1 file changed, 12 insertions(+)
102843
102844 commit 16d02a58cf187dbcecc1c796acdc5d3a70ca288e
102845 Author: Behdad Esfahbod <behdad@behdad.org>
102846 Date:   Wed Oct 11 12:28:06 2017 +0200
102847
102848     [coretext] Change default font size from 36 to 18
102849
102850  src/hb-coretext.cc | 2 +-
102851  1 file changed, 1 insertion(+), 1 deletion(-)
102852
102853 commit c0c2dbc871667c32ac8eedb11de64078ef24a429
102854 Author: Behdad Esfahbod <behdad@behdad.org>
102855 Date:   Wed Oct 11 12:23:35 2017 +0200
102856
102857     Remove dirty tracking
102858     
102859     Turns out I don't need this to resolve CoreText optical sizing
102860     issue after all.
102861     
102862     https://github.com/behdad/harfbuzz/issues/360
102863
102864  src/hb-face-private.hh |  9 ---------
102865  src/hb-face.cc         | 17 -----------------
102866  src/hb-font-private.hh | 13 -------------
102867  src/hb-font.cc         | 39 ---------------------------------------
102868  4 files changed, 78 deletions(-)
102869
102870 commit b57f18da700837a57df9606290160ea6e96accc8
102871 Author: Behdad Esfahbod <behdad@behdad.org>
102872 Date:   Wed Oct 11 11:47:47 2017 +0200
102873
102874     Add hb_font_[sg]et_ptem() to set/get point size on font
102875     
102876     New API:
102877     hb_font_set_ptem()
102878     hb_font_get_ptem()
102879     
102880     Needed for hb-coretext optical sizing:
102881     https://github.com/behdad/harfbuzz/issues/360
102882
102883  docs/harfbuzz-sections.txt |  2 ++
102884  src/hb-font-private.hh     |  5 ++++-
102885  src/hb-font.cc             | 41 +++++++++++++++++++++++++++++++++++++++++
102886  src/hb-font.h              | 10 ++++++++++
102887  4 files changed, 57 insertions(+), 1 deletion(-)
102888
102889 commit 3f9370d9e5051b1abf2fc94be2e10a39c8069f75
102890 Author: Behdad Esfahbod <behdad@behdad.org>
102891 Date:   Wed Oct 11 11:34:53 2017 +0200
102892
102893     Fix TODO item
102894
102895  src/hb-font.cc | 13 ++++++++++++-
102896  1 file changed, 12 insertions(+), 1 deletion(-)
102897
102898 commit 5f50f8837f918ca1d176355d1538e0e6c9703f41
102899 Author: Behdad Esfahbod <behdad@behdad.org>
102900 Date:   Sat Oct 7 13:17:33 2017 +0200
102901
102902     [arabic] Fix cluster merging
102903
102904  src/hb-ot-shape-complex-arabic.cc | 2 +-
102905  1 file changed, 1 insertion(+), 1 deletion(-)
102906
102907 commit c2545b921523538e8237ff6a2591f6cb75ee79f1
102908 Author: Behdad Esfahbod <behdad@behdad.org>
102909 Date:   Sat Oct 7 12:56:53 2017 +0200
102910
102911     Add check for HB_EXTERNs
102912     
102913     https://github.com/behdad/harfbuzz/pull/555
102914
102915  src/Makefile.am      |  1 +
102916  src/check-externs.sh | 21 +++++++++++++++++++++
102917  2 files changed, 22 insertions(+)
102918
102919 commit 48a9406839f086735a05a2f1a07987b8a6bd6d33
102920 Author: fanc999 <fanc999@yahoo.com.tw>
102921 Date:   Sat Oct 7 18:57:14 2017 +0800
102922
102923     Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio (#555)
102924     
102925     * hb-buffer.h: Mark hb_buffer_diff() for export
102926     
102927     This will fix the tools builds on Visual Studio, as the symbol is used
102928     by the tools.
102929     
102930     * build: Adapt NMake Makefiles for GLib 2.53.4 or later
102931     
102932     glib-mkenums was ported from a PERL script to a Python script, so we
102933     need to update how we generate the enum sources for HarfBuzz-GObject in
102934     the NMake builds.  Let this be known in the build documentation for MSVC
102935     builds.
102936     
102937     One of the problems with the underlying cmd.exe that the NMake Makefiles
102938     run on is that shebang lines are not recognized, so we need to to test
102939     run the script with Python and see whether it succeeded by outputing a
102940     source file that is larger than 0 in file size (since running the PERL
102941     version of the script will clearly fail and cause an empty file to be
102942     created).
102943     
102944     If it succeeds, we then run a small Python utility script that makes the
102945     necessary string replacements, and we are done.  If that fails, then we
102946     run the glib-mkenums script with PERL, and do the replacements with the
102947     PERL one-liners as we did before.
102948     
102949     We need to make replace.py use latin-1 encoding when using Python 3.x to
102950     cope with the copyright sign that is in the generated enum sources.
102951
102952  src/hb-buffer.h         |  2 +-
102953  win32/Makefile.am       |  4 +++-
102954  win32/README.txt        |  5 +++--
102955  win32/generate-msvc.mak | 17 ++++++++++++-----
102956  win32/info-msvc.mak     |  5 ++++-
102957  win32/replace.py        |  2 +-
102958  win32/sed-enums-srcs.py | 36 ++++++++++++++++++++++++++++++++++++
102959  7 files changed, 60 insertions(+), 11 deletions(-)
102960
102961 commit c9e2cf6f55c7682b8e7020654945ddd074ebfd24
102962 Author: Behdad Esfahbod <behdad@behdad.org>
102963 Date:   Wed Oct 4 16:59:22 2017 +0200
102964
102965     [ot] Remove 'mal' and 'gle' lang tags
102966     
102967     Fixes https://github.com/behdad/harfbuzz/issues/477
102968
102969  src/hb-ot-tag.cc | 2 --
102970  1 file changed, 2 deletions(-)
102971
102972 commit 621c49cb8657a79ee6897c4d313d0e825b2b228f
102973 Author: Behdad Esfahbod <behdad@behdad.org>
102974 Date:   Wed Oct 4 15:06:48 2017 +0200
102975
102976     Improve performance of ligature component matching
102977     
102978     This O(N^2) was introduced in 8b2c94c43fd335b944d5e5487265706b8e0f9041.
102979     Make it O(N).
102980
102981  src/hb-ot-layout-gsubgpos-private.hh | 37 +++++++++++++++++++++++-------------
102982  1 file changed, 24 insertions(+), 13 deletions(-)
102983
102984 commit ab8d70ec7023e51ba6fd7267d2b41c5f95ef0787
102985 Author: Behdad Esfahbod <behdad@behdad.org>
102986 Date:   Wed Oct 4 14:47:10 2017 +0200
102987
102988     [arabic] Implement Unicode Arabic Mark Ordering Algorithm UTR#53
102989     
102990     Fixes https://github.com/behdad/harfbuzz/issues/509
102991
102992  src/hb-ot-shape-complex-arabic.cc                  |  75 +++++++++++++++++++++
102993  src/hb-ot-shape-complex-default.cc                 |   1 +
102994  src/hb-ot-shape-complex-hangul.cc                  |   1 +
102995  src/hb-ot-shape-complex-hebrew.cc                  |   1 +
102996  src/hb-ot-shape-complex-indic.cc                   |   1 +
102997  src/hb-ot-shape-complex-myanmar.cc                 |   2 +
102998  src/hb-ot-shape-complex-private.hh                 |  12 ++++
102999  src/hb-ot-shape-complex-thai.cc                    |   1 +
103000  src/hb-ot-shape-complex-tibetan.cc                 |   1 +
103001  src/hb-ot-shape-complex-use.cc                     |   1 +
103002  src/hb-ot-shape-normalize.cc                       |   8 ++-
103003  test/shaping/Makefile.am                           |   1 +
103004  .../24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf   | Bin 0 -> 7160 bytes
103005  .../94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf   | Bin 0 -> 6816 bytes
103006  test/shaping/record-test.sh                        |   2 +-
103007  test/shaping/tests/arabic-mark-order.tests         |   2 +
103008  16 files changed, 106 insertions(+), 3 deletions(-)
103009
103010 commit b6fe0ab636ffac0a246e160b3508cc4841cb1823
103011 Author: Behdad Esfahbod <behdad@behdad.org>
103012 Date:   Wed Oct 4 13:37:08 2017 +0200
103013
103014     Add info_cc() convenience macro
103015
103016  src/hb-ot-layout-private.hh  | 2 ++
103017  src/hb-ot-shape-normalize.cc | 6 +++---
103018  2 files changed, 5 insertions(+), 3 deletions(-)
103019
103020 commit 7f9e7f8689e1d260596f5256947dfbd474afb1ec
103021 Author: Behdad Esfahbod <behdad@behdad.org>
103022 Date:   Wed Oct 4 13:20:33 2017 +0200
103023
103024     Adjust normalizer for out-of-order marks
103025     
103026     We are going to implement Unicode Arabic Mark Ordering Algorithm:
103027     
103028       http://www.unicode.org/reports/tr53/tr53-1.pdf
103029     
103030     which will reorder marks out of their sorted ccc order.  Adjust
103031     normalizer to stop combining as soon as dangerous ordering is
103032     detected.
103033
103034  src/hb-ot-shape-normalize.cc | 62 ++++++++++++++++++++++++++------------------
103035  1 file changed, 37 insertions(+), 25 deletions(-)
103036
103037 commit a252ad61f077c3b7bbfd8335e1b105a57beb58ce
103038 Author: Behdad Esfahbod <behdad@behdad.org>
103039 Date:   Wed Oct 4 13:07:08 2017 +0200
103040
103041     Minor
103042
103043  src/hb-unicode-private.hh | 2 +-
103044  1 file changed, 1 insertion(+), 1 deletion(-)
103045
103046 commit 4c05a405acc25c4ef0d70a97c0ae59013abca2df
103047 Author: Behdad Esfahbod <behdad@behdad.org>
103048 Date:   Wed Oct 4 13:06:51 2017 +0200
103049
103050     Revert "Treat HAMZA ABOVE similar to SHADD for sorting purposes"
103051     
103052     This reverts commit 5a330575768f5a213072230b9ec8faabac9c5737.
103053     
103054     Proper fix coming soon.
103055
103056  src/hb-unicode-private.hh | 4 ----
103057  1 file changed, 4 deletions(-)
103058
103059 commit d695cacbf4dd5f77b5e7134cf60553775c515ef1
103060 Author: Behdad Esfahbod <behdad@behdad.org>
103061 Date:   Wed Oct 4 11:33:47 2017 +0200
103062
103063     Shorthand format controls should not be ignored
103064     
103065     Fixes https://github.com/behdad/harfbuzz/issues/503
103066
103067  src/hb-unicode-private.hh | 4 ++--
103068  1 file changed, 2 insertions(+), 2 deletions(-)
103069
103070 commit 50e95229d79bd258ad1d3f6392bfffa128f6df2a
103071 Author: Behdad Esfahbod <behdad@behdad.org>
103072 Date:   Wed Oct 4 11:28:04 2017 +0200
103073
103074     Add Chinantec language tags
103075     
103076     Fixes https://github.com/behdad/harfbuzz/issues/516
103077
103078  src/hb-ot-tag.cc | 14 ++++++++++++++
103079  1 file changed, 14 insertions(+)
103080
103081 commit 9786fcd8fdc0adbe8b6269ddd174ee2818d6fa9e
103082 Author: Behdad Esfahbod <behdad@behdad.org>
103083 Date:   Tue Oct 3 17:22:43 2017 +0200
103084
103085     Fix GPOS v_origin ordering
103086     
103087     This should affect mark attachment in vertical text.  I have no font to test,
103088     but this sounds the right order.
103089     
103090     Noticed while debugging https://github.com/behdad/harfbuzz/issues/532
103091
103092  src/hb-ot-shape.cc | 44 ++++++++++++++++++++------------------------
103093  1 file changed, 20 insertions(+), 24 deletions(-)
103094
103095 commit 63db692fa9efcd760f2e90f93f4e1428d79a3433
103096 Author: Behdad Esfahbod <behdad@behdad.org>
103097 Date:   Tue Oct 3 16:00:18 2017 +0200
103098
103099     [indic] Fix shaping of U+0AFB GUJARATI SIGN SHADDA
103100     
103101     Fixes https://github.com/behdad/harfbuzz/issues/552
103102
103103  src/hb-ot-shape-complex-indic-private.hh | 2 +-
103104  src/hb-ot-shape-complex-indic.cc         | 2 ++
103105  2 files changed, 3 insertions(+), 1 deletion(-)
103106
103107 commit f559c633073f63b9d87cb2440048b4413cfa1c05
103108 Author: Behdad Esfahbod <behdad@behdad.org>
103109 Date:   Tue Oct 3 15:20:07 2017 +0200
103110
103111     [indic] Implement Consonent_With_Stacker
103112     
103113     Fixes https://github.com/behdad/harfbuzz/issues/528
103114
103115  src/hb-ot-shape-complex-indic-machine.rl   | 5 +++--
103116  src/hb-ot-shape-complex-indic-private.hh   | 7 ++++---
103117  src/hb-ot-shape-complex-myanmar-machine.rl | 5 +++--
103118  src/hb-ot-shape-complex-myanmar.cc         | 6 +++---
103119  4 files changed, 13 insertions(+), 10 deletions(-)
103120
103121 commit e07669fc43c0e23d337ad984aa128c3a08c9c1bb
103122 Author: Behdad Esfahbod <behdad@behdad.org>
103123 Date:   Tue Oct 3 14:57:14 2017 +0200
103124
103125     [use] Implement Consonant_With_Stacker
103126     
103127     Related to https://github.com/behdad/harfbuzz/issues/528
103128
103129  src/gen-use-table.py                   | 7 ++++---
103130  src/hb-ot-shape-complex-use-machine.rl | 5 +++--
103131  src/hb-ot-shape-complex-use-private.hh | 3 ++-
103132  src/hb-ot-shape-complex-use-table.cc   | 6 ++++--
103133  4 files changed, 13 insertions(+), 8 deletions(-)
103134
103135 commit 3ca9c92aa68956889642690e176c9161ff52edfe
103136 Author: David Corbett <corbett.dav@husky.neu.edu>
103137 Date:   Tue Oct 3 08:07:02 2017 -0400
103138
103139     Test Consonant_With_Stacker in Kannada (#530)
103140
103141  test/shaping/Makefile.am                           |   1 +
103142  test/shaping/fonts/COPYING                         | 100 +++++++++++++++++++++
103143  .../341421e629668b1a1242245d39238ca48432d35d.ttf   | Bin 0 -> 1084 bytes
103144  .../55c88ebbe938680b08f92c3de20713183e0c7481.ttf   | Bin 0 -> 3300 bytes
103145  .../663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf   | Bin 0 -> 1204 bytes
103146  .../a014549f766436cf55b2ceb40e462038938ee899.ttf   | Bin 0 -> 2720 bytes
103147  .../tests/indic-consonant-with-stacker.tests       |   4 +
103148  7 files changed, 105 insertions(+)
103149
103150 commit 5d98de1f382254a8a21fd9a04b642268a21be16f
103151 Author: Behdad Esfahbod <behdad@behdad.org>
103152 Date:   Tue Oct 3 13:46:25 2017 +0200
103153
103154     Tweak mark-base attachment
103155     
103156     Apparently a base glyph can also become an attached component of a
103157     ligature if the ligature-forming lookup used IgnoreBase.  This was
103158     being confused with a non-first component of a MultipleSubst and
103159     hence not matched for mark-attachment.  Tweak test to fix.
103160     
103161     Fixes https://github.com/behdad/harfbuzz/issues/543
103162
103163  src/hb-ot-layout-gpos-table.hh                           |   4 +++-
103164  test/shaping/Makefile.am                                 |   1 +
103165  .../sha1sum/98b7887cff91f722b92a8ff800120954606354f9.ttf | Bin 0 -> 1168 bytes
103166  test/shaping/tests/mark-attachment.tests                 |   1 +
103167  4 files changed, 5 insertions(+), 1 deletion(-)
103168
103169 commit ea772932d2430ebc7ea712a8c46ec2500966225d
103170 Merge: 771970efa c44657a05
103171 Author: Behdad Esfahbod <behdad@behdad.org>
103172 Date:   Tue Oct 3 13:25:44 2017 +0200
103173
103174     Merge commit 'c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7'
103175
103176 commit 771970efa15fc0b77841b7f0a3e266cdcf51246e
103177 Author: Behdad Esfahbod <behdad@behdad.org>
103178 Date:   Tue Oct 3 13:23:31 2017 +0200
103179
103180     Minor
103181
103182  .travis.yml  | 2 +-
103183  appveyor.yml | 2 +-
103184  2 files changed, 2 insertions(+), 2 deletions(-)
103185
103186 commit 09cbeb2246217dce61ccc0638edb6211facca4b0
103187 Author: Behdad Esfahbod <behdad@behdad.org>
103188 Date:   Tue Oct 3 13:22:07 2017 +0200
103189
103190     Make bots happy
103191     
103192     Fixes https://github.com/behdad/harfbuzz/issues/551
103193
103194  test/shaping/tests/indic-syllable.tests | 2 +-
103195  1 file changed, 1 insertion(+), 1 deletion(-)
103196
103197 commit c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7
103198 Author: Behdad Esfahbod <behdad@behdad.org>
103199 Date:   Tue Oct 3 13:14:17 2017 +0200
103200
103201     Tweak input matching some more
103202     
103203     Followup to 8b2c94c43fd335b944d5e5487265706b8e0f9041
103204     
103205     Allow matching sequences of marks attached to different ligatures,
103206     as supposedly the base of the subsequent marks were already jumped
103207     over.
103208
103209  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
103210  1 file changed, 3 deletions(-)
103211
103212 commit bbe94777c94637da1bcf944124b5079662618a1e
103213 Author: Khaled Hosny <khaledhosny@eglug.org>
103214 Date:   Mon Oct 2 22:36:14 2017 +0200
103215
103216     Print test-suite.log when CI builds fail
103217
103218  .travis.yml  | 2 +-
103219  appveyor.yml | 2 +-
103220  2 files changed, 2 insertions(+), 2 deletions(-)
103221
103222 commit 1633513996f902e95642fcaf9205dded55f509ff
103223 Author: Behdad Esfahbod <behdad@behdad.org>
103224 Date:   Mon Oct 2 20:28:56 2017 +0200
103225
103226     Add test for U+0A51
103227     
103228     New Indic numbers are:
103229     
103230     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
103231     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
103232     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
103233     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
103234     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
103235     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
103236     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
103237     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
103238     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
103239     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
103240     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
103241     
103242     Before 71c0a1429db7c7e7e32507be248c9457e1cbfc7d GURMUKHI used to be at 15,
103243     because Uniscribe seems to allow this character standalone, but that looks
103244     wrong.
103245
103246  .../sha1sum/1735326da89f0818cd8c51a0600e9789812c0f94.ttf | Bin 0 -> 1008 bytes
103247  test/shaping/tests/indic-syllable.tests                  |   2 ++
103248  2 files changed, 2 insertions(+)
103249
103250 commit 8b2c94c43fd335b944d5e5487265706b8e0f9041
103251 Author: Behdad Esfahbod <behdad@behdad.org>
103252 Date:   Mon Oct 2 20:02:45 2017 +0200
103253
103254     Tweak ligature component matching for ligature formation
103255     
103256     If two marks want to ligate and they belong to different components of the
103257     same ligature glyph, and said ligature glyph is to be ignored according to
103258     mark-filtering rules, then allow.
103259     
103260     Example Burmese senquence:
103261     
103262       U+1004,U+103A,U+1039,U+101B,U+103D,U+102D
103263     
103264     Test font provided by Norbert Lindenberg.
103265     
103266     Fixes https://github.com/behdad/harfbuzz/issues/545
103267
103268  src/hb-ot-layout-gsubgpos-private.hh               |  59 +++++++++++++++++----
103269  .../a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf   | Bin 0 -> 1384 bytes
103270  test/shaping/tests/ligature-id.tests               |   1 +
103271  3 files changed, 51 insertions(+), 9 deletions(-)
103272
103273 commit 71c0a1429db7c7e7e32507be248c9457e1cbfc7d
103274 Author: Behdad Esfahbod <behdad@behdad.org>
103275 Date:   Mon Oct 2 18:56:10 2017 +0200
103276
103277     [indic] Fix shaping of U+0A51
103278     
103279     Mark it as matra below to allow the sequence U+0A15, U+0A51, U+0A47.
103280     Oh well...
103281     
103282     Fixes https://github.com/behdad/harfbuzz/issues/524
103283
103284  src/hb-ot-shape-complex-indic.cc                         |   6 ++++++
103285  .../sha1sum/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf | Bin 0 -> 1224 bytes
103286  test/shaping/tests/indic-syllable.tests                  |   1 +
103287  3 files changed, 7 insertions(+)
103288
103289 commit 6eb8950e6265b23d88ba35daab1cff4fc3fe8753
103290 Author: Behdad Esfahbod <behdad@behdad.org>
103291 Date:   Mon Oct 2 18:30:05 2017 +0200
103292
103293     [ucdn] Oops!
103294
103295  src/hb-ucdn/{unicodedata_db.h => ucdn_db.h} | 4324 ++++++++++++++-------------
103296  1 file changed, 2175 insertions(+), 2149 deletions(-)
103297
103298 commit cbec0cd65e1787b20ea55dd5583a7444938bd381
103299 Author: Behdad Esfahbod <behdad@behdad.org>
103300 Date:   Mon Oct 2 18:26:52 2017 +0200
103301
103302     Remove some really old cruft
103303
103304  src/hb-common.h    | 14 --------------
103305  src/hb-ucdn/ucdn.h | 14 --------------
103306  2 files changed, 28 deletions(-)
103307
103308 commit b3dff7720c1fac8ca9bdd7087ac368a0af4349e8
103309 Author: Behdad Esfahbod <behdad@behdad.org>
103310 Date:   Mon Oct 2 18:22:51 2017 +0200
103311
103312     [ucdn] Update README
103313
103314  src/hb-ucdn/README | 6 +++---
103315  1 file changed, 3 insertions(+), 3 deletions(-)
103316
103317 commit 57c55ef8341c760145170dedd002c5afb380e6c8
103318 Author: Behdad Esfahbod <behdad@behdad.org>
103319 Date:   Mon Oct 2 18:21:27 2017 +0200
103320
103321     [ot] Improve shaper selection heuristic
103322
103323  src/hb-ot-shape-complex-private.hh | 12 ++++++++----
103324  1 file changed, 8 insertions(+), 4 deletions(-)
103325
103326 commit 5680ef884cf31ab9b42c587ffa260e390c88b8eb
103327 Author: Behdad Esfahbod <behdad@behdad.org>
103328 Date:   Mon Oct 2 18:20:51 2017 +0200
103329
103330     [use] Hack to fix shaping of U+1A7F
103331     
103332     Fixes https://github.com/behdad/harfbuzz/issues/525
103333
103334  src/gen-use-table.py                 | 3 +++
103335  src/hb-ot-shape-complex-use-table.cc | 2 +-
103336  2 files changed, 4 insertions(+), 1 deletion(-)
103337
103338 commit 0faa16a25349906ee0ab98b73d9a3d96327a0955
103339 Author: Behdad Esfahbod <behdad@behdad.org>
103340 Date:   Mon Oct 2 17:15:46 2017 +0200
103341
103342     [ucdn] Update to Unicode 10
103343     
103344     Update to commit c000ebf79c095a7d58cf90090bde5715592c4834
103345     plus this bug-fix: https://github.com/grigorig/ucdn/issues/18
103346
103347  src/hb-ucdn.cc               |  4 +++
103348  src/hb-ucdn/Makefile.sources |  2 +-
103349  src/hb-ucdn/ucdn.c           | 69 ++++++++++++++++++++++----------------------
103350  src/hb-ucdn/ucdn.h           |  7 +++++
103351  4 files changed, 47 insertions(+), 35 deletions(-)
103352
103353 commit ea535a1dfa63f82280607273cd282a6134c334da
103354 Author: Behdad Esfahbod <behdad@behdad.org>
103355 Date:   Mon Oct 2 17:02:39 2017 +0200
103356
103357     [use] Update to Unicode 10
103358
103359  src/gen-use-table.py                 |  5 +--
103360  src/hb-ot-shape-complex-use-table.cc | 69 ++++++++++++++++++++++++++----------
103361  2 files changed, 54 insertions(+), 20 deletions(-)
103362
103363 commit 29c244aff6e3c359796bb033496c14ad5537dbe0
103364 Author: Behdad Esfahbod <behdad@behdad.org>
103365 Date:   Mon Oct 2 16:36:21 2017 +0200
103366
103367     Minor
103368
103369  src/gen-use-table.py | 3 +--
103370  1 file changed, 1 insertion(+), 2 deletions(-)
103371
103372 commit 1535f8c67216e8559fa48691fe6d9c2726c08973
103373 Author: Behdad Esfahbod <behdad@behdad.org>
103374 Date:   Mon Oct 2 16:12:18 2017 +0200
103375
103376     Add Unicode 10 scripts
103377
103378  src/hb-common.h                    | 8 ++++++++
103379  src/hb-ot-shape-complex-private.hh | 5 +++++
103380  2 files changed, 13 insertions(+)
103381
103382 commit bdbe974f525d33b8c735fb5d7fd76c236c4dd0ea
103383 Author: Behdad Esfahbod <behdad@behdad.org>
103384 Date:   Mon Oct 2 10:00:31 2017 -0400
103385
103386     [indic] Update table to Unicode 10
103387
103388  src/hb-ot-shape-complex-indic-table.cc | 70 +++++++++++++++++-----------------
103389  1 file changed, 36 insertions(+), 34 deletions(-)
103390
103391 commit cc79b666bc4a81a0342ed1e706dd7db109739dc5
103392 Author: Behdad Esfahbod <behdad@behdad.org>
103393 Date:   Mon Oct 2 09:19:15 2017 -0400
103394
103395     [indic] Add test for 1a0a356a0f2b2932581e4fd0437c01c058f4f6d1
103396     
103397     https://github.com/behdad/harfbuzz/issues/538
103398
103399  .../sha1sum/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf | Bin 0 -> 1000 bytes
103400  test/shaping/tests/indic-syllable.tests                  |   1 +
103401  2 files changed, 1 insertion(+)
103402
103403 commit 819cc360499a5f136325b5a1a18098ebc2aee081
103404 Author: Behdad Esfahbod <behdad@behdad.org>
103405 Date:   Mon Oct 2 09:03:16 2017 -0400
103406
103407     [indic] Move manual code out of generated table
103408
103409  src/hb-ot-shape-complex-indic-table.cc | 7 -------
103410  src/hb-ot-shape-complex-indic.cc       | 5 +++++
103411  2 files changed, 5 insertions(+), 7 deletions(-)
103412
103413 commit da4866f7177a4e2836cc70b844e2e64ab671761f
103414 Author: Behdad Esfahbod <behdad@behdad.org>
103415 Date:   Mon Oct 2 08:57:06 2017 -0400
103416
103417     [arabic] Update table to Unicode 10 data
103418
103419  src/hb-ot-shape-complex-arabic-table.hh | 15 +++++++++------
103420  1 file changed, 9 insertions(+), 6 deletions(-)
103421
103422 commit 1a0a356a0f2b2932581e4fd0437c01c058f4f6d1
103423 Author: Behdad Esfahbod <behdad@behdad.org>
103424 Date:   Mon Oct 2 08:49:23 2017 -0400
103425
103426     [indic] Categorize U+0980 BENGALI ANJI as placeholder
103427     
103428     Fixes https://github.com/behdad/harfbuzz/issues/538
103429
103430  src/hb-ot-shape-complex-indic.cc | 1 +
103431  1 file changed, 1 insertion(+)
103432
103433 commit 19e77e01bc13f44138e1d50533327d314dd0a018
103434 Author: jfkthame <jfkthame@gmail.com>
103435 Date:   Mon Oct 2 13:08:49 2017 +0100
103436
103437     [shape-plan] Don't look for a cached plan if variation coords are specified. Fixes #549. (#550)
103438     
103439     This is a temporary hack just to avoid incorrect shaping results, pending proper support
103440     for caching shape-plans with variation coordinates.
103441
103442  src/hb-shape-plan.cc | 16 +++++++++-------
103443  1 file changed, 9 insertions(+), 7 deletions(-)
103444
103445 commit db446cce4ef4cd1a4f1652e3aa3e5e5ed1881d39
103446 Author: Behdad Esfahbod <behdad@behdad.org>
103447 Date:   Sun Oct 1 12:06:00 2017 -0400
103448
103449     Add RELEASING.md to dist
103450
103451  Makefile.am | 1 +
103452  1 file changed, 1 insertion(+)
103453
103454 commit 933a81d74fee0d5856fc7b15b58a16e0e0168e48
103455 Author: ebraminio <ebrahim@gnu.org>
103456 Date:   Sun Oct 1 19:35:24 2017 +0330
103457
103458     Add release checklist (#529)
103459
103460  RELEASING.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
103461  1 file changed, 96 insertions(+)
103462
103463 commit 66128d3cfb12705530141b5a4bd2706f0cbb9fc5
103464 Author: mhosken <mhosken@users.noreply.github.com>
103465 Date:   Wed Sep 27 01:29:45 2017 +0700
103466
103467     Fix missing xscale in rtl graphite unpacking (#541)
103468     
103469     * Fix missing xscale in rtl graphite unpacking
103470     
103471     * Oops didn't need to mess with yscale
103472
103473  src/hb-graphite2.cc | 2 +-
103474  1 file changed, 1 insertion(+), 1 deletion(-)
103475
103476 commit 3ca69c8c32b8408dd9f8e6e866cd07e58c0d79b7
103477 Author: Behdad Esfahbod <behdad@behdad.org>
103478 Date:   Thu Sep 14 20:50:35 2017 -0400
103479
103480     Use strtod_l() to correctly parse decimal numbers in French & other locales
103481     
103482     Test with, eg.:
103483     $ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد --variations wght=1.2
103484
103485  configure.ac     |  4 ++--
103486  src/hb-common.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
103487  2 files changed, 53 insertions(+), 4 deletions(-)
103488
103489 commit 9355218f582a6c2425cadcb868204f81b17d5767
103490 Author: Behdad Esfahbod <behdad@behdad.org>
103491 Date:   Sat Sep 9 11:21:07 2017 -0700
103492
103493     [util] Add a few shorthand forms for commandline options
103494     
103495     -o, -O, -u, -v, -V
103496
103497  util/options.cc | 10 +++++-----
103498  1 file changed, 5 insertions(+), 5 deletions(-)
103499
103500 commit a984e0c4d921a6dff82cc1b5c686cc957215bc7e
103501 Author: Behdad Esfahbod <behdad@behdad.org>
103502 Date:   Tue Sep 5 11:18:35 2017 -0700
103503
103504     1.5.1
103505
103506  NEWS         | 13 +++++++++++++
103507  configure.ac |  2 +-
103508  2 files changed, 14 insertions(+), 1 deletion(-)
103509
103510 commit d03f11f246efec13e48fd68a9ce136db771b22bf
103511 Author: Behdad Esfahbod <behdad@behdad.org>
103512 Date:   Mon Sep 4 20:14:13 2017 -0700
103513
103514     Fix buffer_diff for empty buffers
103515     
103516     If buffers are empty, content type should be ignored.
103517     
103518     This fixes last of the failing tests: fuzzed.tests.  Green again!
103519
103520  src/hb-buffer.cc | 2 +-
103521  src/hb-buffer.h  | 4 ++--
103522  util/options.hh  | 2 +-
103523  3 files changed, 4 insertions(+), 4 deletions(-)
103524
103525 commit 7cc348041d0b026ca6d2c240134e8f9100600e99
103526 Author: Behdad Esfahbod <behdad@behdad.org>
103527 Date:   Mon Sep 4 20:04:59 2017 -0700
103528
103529     [unsafe-to-break] Fix unsafe-to-break for cluster-level=1
103530     
103531     Fixes tests/shaping/tests/cluster.tests
103532
103533  src/hb-ot-shape.cc | 17 +++++++++++------
103534  1 file changed, 11 insertions(+), 6 deletions(-)
103535
103536 commit 61a9d7e6d0e6df7b48f58fa1679f0f93407993b2
103537 Author: Behdad Esfahbod <behdad@behdad.org>
103538 Date:   Mon Sep 4 19:48:52 2017 -0700
103539
103540     Minor
103541
103542  test/shaping/run-tests.sh | 6 +++---
103543  1 file changed, 3 insertions(+), 3 deletions(-)
103544
103545 commit 03a5a6f873e5a50011f1c2418f5ceab86d9c2931
103546 Author: Behdad Esfahbod <behdad@behdad.org>
103547 Date:   Fri Sep 1 19:09:54 2017 -0700
103548
103549     [util] Add --unicodes to hb-view / hb-shape
103550     
103551     Fixes https://github.com/behdad/harfbuzz/issues/154
103552
103553  test/shaping/hb_test_tools.py |  2 +-
103554  util/options.cc               | 65 ++++++++++++++++++++++++++++++++++++++++++-
103555  2 files changed, 65 insertions(+), 2 deletions(-)
103556
103557 commit 0e5b475d98dd67e927534508fe2cd8dc9765e24e
103558 Author: Behdad Esfahbod <behdad@behdad.org>
103559 Date:   Fri Sep 1 18:28:47 2017 -0700
103560
103561     Minor
103562
103563  test/shaping/run-tests.sh | 2 +-
103564  1 file changed, 1 insertion(+), 1 deletion(-)
103565
103566 commit 3e1fc6d18ba0019bbeede78b95070a6e7156c314
103567 Author: Behdad Esfahbod <behdad@behdad.org>
103568 Date:   Fri Sep 1 10:46:48 2017 -0700
103569
103570     Minor
103571
103572  test/shaping/run-tests.sh | 4 ++--
103573  1 file changed, 2 insertions(+), 2 deletions(-)
103574
103575 commit 04f009f84891b513087830c7aa1b755addd016d9
103576 Author: Behdad Esfahbod <behdad@behdad.org>
103577 Date:   Fri Sep 1 10:38:25 2017 -0700
103578
103579     Add test accidentally removed in previous commit
103580
103581  test/shaping/tests/indic-syllable.tests | 1 +
103582  1 file changed, 1 insertion(+)
103583
103584 commit 06cb162cd79cc922b572e5f532ca867223b6dc4c
103585 Author: Behdad Esfahbod <behdad@behdad.org>
103586 Date:   Fri Sep 1 10:34:21 2017 -0700
103587
103588     [indic] Treat Consonant_With_Stacker as consonant
103589     
103590     Fixes https://github.com/behdad/harfbuzz/issues/528
103591     "Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
103592
103593  src/hb-ot-shape-complex-indic-private.hh                  |   2 +-
103594  .../sha1sum/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf  | Bin 0 -> 988 bytes
103595  test/shaping/tests/indic-syllable.tests                   |   3 ++-
103596  3 files changed, 3 insertions(+), 2 deletions(-)
103597
103598 commit c449d2d8c9e27502380faa0b568a374c838ac9a7
103599 Author: Behdad Esfahbod <behdad@behdad.org>
103600 Date:   Wed Aug 30 17:28:22 2017 -0700
103601
103602     [unsafe-to-break] Mark during fraction-slash formation
103603     
103604     Fixes tests/automatic-fractions.tests
103605
103606  src/hb-ot-shape.cc | 2 ++
103607  1 file changed, 2 insertions(+)
103608
103609 commit b262ebcc9c9539076d17751e9bae06a8fd5001ff
103610 Author: Behdad Esfahbod <behdad@behdad.org>
103611 Date:   Wed Aug 30 17:25:10 2017 -0700
103612
103613     [util] Fix cluster sweeping during --verify
103614     
103615     If *I* get this wrong in 2017, I have no idea how others get their head around
103616     cluster math...
103617     
103618     Fixes tests/arabic-fallback-shaping.tests
103619
103620  util/options.hh | 11 ++++++++---
103621  1 file changed, 8 insertions(+), 3 deletions(-)
103622
103623 commit 69d701b02e5ebc3597b0d0576dbab8e1ece51944
103624 Author: Behdad Esfahbod <behdad@behdad.org>
103625 Date:   Wed Aug 30 17:07:29 2017 -0700
103626
103627     [util] When --verify fails, return reconstructed shape results
103628
103629  util/options.hh    | 8 +++-----
103630  util/view-cairo.hh | 2 +-
103631  2 files changed, 4 insertions(+), 6 deletions(-)
103632
103633 commit 099472e08bf81d6dd8ca1647999592df6b7fdfb9
103634 Author: Behdad Esfahbod <behdad@behdad.org>
103635 Date:   Wed Aug 30 16:45:06 2017 -0700
103636
103637     hb_buffer_diff() tweak
103638     
103639     I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not
103640     returned.  Abused a value of -1 for that.  hb-shape now uses it.  Fixes two
103641     of the six tests failing with --verify in test/shaping/run-tests.sh.
103642
103643  src/hb-buffer.cc          | 16 ++++++++--------
103644  test/shaping/run-tests.sh |  4 ++--
103645  util/options.hh           |  2 +-
103646  3 files changed, 11 insertions(+), 11 deletions(-)
103647
103648 commit e8b364b86023731e0416ab4eb433467c4b7a0ec2
103649 Author: Behdad Esfahbod <behdad@behdad.org>
103650 Date:   Wed Aug 23 15:00:45 2017 -0700
103651
103652     1.5.0
103653
103654  NEWS         | 44 ++++++++++++++++++++++++++++++++++++++++++++
103655  configure.ac |  2 +-
103656  2 files changed, 45 insertions(+), 1 deletion(-)
103657
103658 commit 224d20e4e1c62416ff842a81188dfeff069f895b
103659 Author: Behdad Esfahbod <behdad@behdad.org>
103660 Date:   Wed Aug 23 14:41:48 2017 -0700
103661
103662     [docs] Minor
103663
103664  docs/harfbuzz-docs.xml     | 12 ++++++++++++
103665  docs/harfbuzz-sections.txt | 10 ++++++++++
103666  src/hb-buffer.cc           |  8 +++++++-
103667  3 files changed, 29 insertions(+), 1 deletion(-)
103668
103669 commit 4387b059a0603b17024de48d57bee6a3b5e9e56c
103670 Author: Behdad Esfahbod <behdad@behdad.org>
103671 Date:   Wed Aug 23 14:35:58 2017 -0700
103672
103673     [test] Add --verify to hb-shape
103674     
103675     Disabled for now.  Will enable and fix failures after next release.
103676
103677  test/shaping/run-tests.sh | 3 ++-
103678  1 file changed, 2 insertions(+), 1 deletion(-)
103679
103680 commit b2dd0c1c32ba30714355baca1857d64c1608b4c2
103681 Author: Behdad Esfahbod <behdad@behdad.org>
103682 Date:   Wed Aug 23 13:12:54 2017 -0700
103683
103684     Add hb_glyph_info_get_glyph_flags()
103685     
103686     New API.
103687
103688  src/hb-buffer.cc | 17 +++++++++++++++++
103689  src/hb-buffer.h  |  9 ++++++++-
103690  2 files changed, 25 insertions(+), 1 deletion(-)
103691
103692 commit 3e8f4f145255a905029c6b5cb8f40e6dcca096f3
103693 Author: Behdad Esfahbod <behdad@behdad.org>
103694 Date:   Tue Aug 22 17:56:25 2017 -0700
103695
103696     Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
103697
103698  src/hb-buffer.cc | 2 +-
103699  src/hb-buffer.h  | 2 +-
103700  2 files changed, 2 insertions(+), 2 deletions(-)
103701
103702 commit a9e52a1af4c039bc53090a9c1e4c1136fc542605
103703 Author: Behdad Esfahbod <behdad@behdad.org>
103704 Date:   Tue Aug 15 17:30:18 2017 -0700
103705
103706     [util] Prefix trace lines with "trace:", and error lines with "error:"
103707
103708  util/hb-shape.cc | 12 ++++++------
103709  util/options.cc  |  4 ++--
103710  util/options.hh  |  1 +
103711  3 files changed, 9 insertions(+), 8 deletions(-)
103712
103713 commit 7ea10c35a34c894e87ee6576d6d4ba3e78535a27
103714 Author: Behdad Esfahbod <behdad@behdad.org>
103715 Date:   Tue Aug 15 17:12:28 2017 -0700
103716
103717     [util] Respect eot/bot in safe-to-break test; hook up hb_buffer_diff()
103718
103719  util/options.hh | 38 ++++++++++++++++++++++++++------------
103720  1 file changed, 26 insertions(+), 12 deletions(-)
103721
103722 commit 8820ba29dfd2e1302377da62a0527939a0d7d9fb
103723 Author: Behdad Esfahbod <behdad@behdad.org>
103724 Date:   Tue Aug 15 17:12:21 2017 -0700
103725
103726     Fix warning about "may be used uninitialized"
103727
103728  src/hb-ot-layout-common-private.hh | 4 ++--
103729  1 file changed, 2 insertions(+), 2 deletions(-)
103730
103731 commit 91770e1c567d87fc513e8d39576e51c3853b1f23
103732 Author: Emil A Eklund (eae) <eae@eae.net>
103733 Date:   Tue Aug 15 16:25:18 2017 -0700
103734
103735     Fix signed/unsigned warning (#522)
103736     
103737     Change hb_buffer_diff to explicitly cast result of abs to unsigned when
103738     comparing with position_fuzz to avoid unsafe signed/unsigned comparions
103739     warnings on windows.
103740
103741  src/hb-buffer.cc | 8 ++++----
103742  1 file changed, 4 insertions(+), 4 deletions(-)
103743
103744 commit 587f15ece316df7c86f386518aba48a6a44c061d
103745 Author: Behdad Esfahbod <behdad@behdad.org>
103746 Date:   Mon Aug 14 15:23:10 2017 -0700
103747
103748     Minor
103749
103750  src/hb-face-private.hh |  8 ++++----
103751  src/hb-face.cc         |  8 ++++----
103752  src/hb-font-private.hh | 14 +++++++-------
103753  src/hb-font.cc         | 14 +++++++-------
103754  4 files changed, 22 insertions(+), 22 deletions(-)
103755
103756 commit a88e2a73f34067381a81577c3f60bc5c2a6f2eea
103757 Author: Behdad Esfahbod <behdad@behdad.org>
103758 Date:   Mon Aug 14 14:49:21 2017 -0700
103759
103760     [util] Fix leaks
103761
103762  util/options.hh | 2 ++
103763  1 file changed, 2 insertions(+)
103764
103765 commit 338e61ad1b40110a70c4fb497b117bcb07548467
103766 Author: Behdad Esfahbod <behdad@behdad.org>
103767 Date:   Mon Aug 14 12:36:38 2017 -0700
103768
103769     Fix typo
103770
103771  src/hb-buffer.h | 2 +-
103772  1 file changed, 1 insertion(+), 1 deletion(-)
103773
103774 commit 331d66c7fe27a7649454486000827f0c36d6eb36
103775 Author: Jonathan Kew <jfkthame@gmail.com>
103776 Date:   Sat Jul 19 23:09:09 2014 +0100
103777
103778     Add function to compare two buffers
103779     
103780     Based on patch from Jonathan Kew.
103781     
103782     Needs more cleaning up and documentation.
103783     
103784     New API:
103785     hb_buffer_diff_flags_t
103786     hb_buffer_diff()
103787
103788  src/hb-buffer-private.hh   |  1 +
103789  src/hb-buffer-serialize.cc |  4 +--
103790  src/hb-buffer.cc           | 82 ++++++++++++++++++++++++++++++++++++++++++++++
103791  src/hb-buffer.h            | 39 ++++++++++++++++++++++
103792  4 files changed, 124 insertions(+), 2 deletions(-)
103793
103794 commit 219af509ef8269e51f1396b18521c75b000d8dda
103795 Author: Behdad Esfahbod <behdad@behdad.org>
103796 Date:   Sun Aug 13 15:10:26 2017 -0700
103797
103798     [graphite2] Fix warning
103799
103800  src/hb-graphite2.cc | 2 +-
103801  1 file changed, 1 insertion(+), 1 deletion(-)
103802
103803 commit 239119a631fee7701be4d444adeda808b915863a
103804 Author: Behdad Esfahbod <behdad@behdad.org>
103805 Date:   Sun Aug 13 15:08:34 2017 -0700
103806
103807     [unsafe-to-break] Mark all positions as unsafe in alternative shapers
103808
103809  src/hb-coretext.cc    | 6 ++++++
103810  src/hb-directwrite.cc | 2 ++
103811  src/hb-graphite2.cc   | 1 +
103812  src/hb-uniscribe.cc   | 2 ++
103813  4 files changed, 11 insertions(+)
103814
103815 commit 05fabbd03eae7b84ebbce7abbdc55c1d67ceacf9
103816 Author: Behdad Esfahbod <behdad@behdad.org>
103817 Date:   Fri Aug 11 19:51:06 2017 -0700
103818
103819     [unsafe-to-break] Towards verifying unsafe-to-break in --verify
103820     
103821     We break and shape fragments and reconstruct shape result from them.
103822     Remains to compare to original buffer.  Going to add some buffer
103823     comparison API and use here, instead of open-coding.
103824
103825  src/hb-buffer.cc |   5 ++-
103826  util/options.hh  | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
103827  2 files changed, 133 insertions(+), 3 deletions(-)
103828
103829 commit 6ce25f57c663f86326262a5ff7a42288f358ed51
103830 Author: Behdad Esfahbod <behdad@behdad.org>
103831 Date:   Fri Aug 11 19:31:05 2017 -0700
103832
103833     Fix hb_buffer_append()
103834     
103835     Ouch!
103836
103837  src/hb-buffer.cc | 2 +-
103838  1 file changed, 1 insertion(+), 1 deletion(-)
103839
103840 commit 1c17c2bde5bdf74a652b78d71b64e3aaa75ec43d
103841 Author: Behdad Esfahbod <behdad@behdad.org>
103842 Date:   Fri Aug 11 19:06:07 2017 -0700
103843
103844     [unsafe-to-break] Copy flag to all glyphs in a cluster
103845     
103846     Makes consumption easier.
103847
103848  src/hb-buffer-private.hh    | 46 +++++++++++++++++++++++++++++++++++++++++++++
103849  src/hb-buffer.cc            | 28 ++++++---------------------
103850  src/hb-ot-layout-private.hh |  3 +--
103851  src/hb-ot-shape.cc          | 27 ++++++++++++++++++++++++++
103852  4 files changed, 80 insertions(+), 24 deletions(-)
103853
103854 commit ec104e5912417c0fdc8c7cb004c684aea26eb1dc
103855 Author: Behdad Esfahbod <behdad@behdad.org>
103856 Date:   Fri Aug 11 18:24:27 2017 -0700
103857
103858     [unsafe-to-break] Mark unsafe is cluster merging is disabled
103859     
103860     We were relying on cluster merges not requiring unsafe flagging because
103861     they get merged.  If cluster level requests no merging, then we flag
103862     unsafe when merge would have happened.
103863
103864  src/hb-buffer.cc | 3 +++
103865  1 file changed, 3 insertions(+)
103866
103867 commit 39a97494304a7e6b8999e59a92ce4d24ba9b881a
103868 Author: Behdad Esfahbod <behdad@behdad.org>
103869 Date:   Fri Aug 11 15:52:06 2017 -0700
103870
103871     New API: hb_buffer_append()
103872
103873  src/hb-buffer.cc | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
103874  src/hb-buffer.h  |  6 ++++++
103875  2 files changed, 57 insertions(+), 1 deletion(-)
103876
103877 commit d2052278f24b3279503d5fa215a7834c2d21f91c
103878 Author: Behdad Esfahbod <behdad@behdad.org>
103879 Date:   Fri Aug 11 15:12:25 2017 -0700
103880
103881     [util] Add --verify to hb-shape / hb-view that verifies shape results
103882     
103883     Right now it checks for monotone cluster values.  Other checks to be added.
103884
103885  util/hb-shape.cc       |  7 ++-----
103886  util/options.cc        |  2 ++
103887  util/options.hh        | 42 +++++++++++++++++++++++++++++++++++++++---
103888  util/shape-consumer.hh | 12 ++++++++----
103889  util/view-cairo.hh     |  7 ++-----
103890  5 files changed, 53 insertions(+), 17 deletions(-)
103891
103892 commit 14a639ea592cba971e5548f0942dd395c602c7a8
103893 Author: Behdad Esfahbod <behdad@behdad.org>
103894 Date:   Fri Aug 11 11:30:39 2017 -0700
103895
103896     [unsafe-to-break] Fix Use-of-uninitialized-value in unsafe_to_break_set_mask
103897     
103898     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3011
103899
103900  src/hb-ot-shape-complex-hangul.cc | 2 +-
103901  1 file changed, 1 insertion(+), 1 deletion(-)
103902
103903 commit e43aad55524cc1d4008ce337c2863a8546706d2e
103904 Author: Behdad Esfahbod <behdad@behdad.org>
103905 Date:   Thu Aug 10 20:54:15 2017 -0700
103906
103907     [unsafe-to-break] Flag in Thai PUA shaping
103908
103909  src/hb-ot-shape-complex-thai.cc | 1 +
103910  1 file changed, 1 insertion(+)
103911
103912 commit eae009602b5503c53a7f8ab053912563a97bbfa4
103913 Author: Behdad Esfahbod <behdad@behdad.org>
103914 Date:   Thu Aug 10 20:50:48 2017 -0700
103915
103916     [unsafe-to-break] Flag in Hangul shaper
103917
103918  src/hb-ot-shape-complex-hangul.cc | 6 ++++++
103919  1 file changed, 6 insertions(+)
103920
103921 commit b65aa1cd4778e0103a2a1ed0e1b1012a09cf1f48
103922 Author: Behdad Esfahbod <behdad@behdad.org>
103923 Date:   Thu Aug 10 20:32:02 2017 -0700
103924
103925     [unsafe-to-break] Flag during mark attachment
103926
103927  src/hb-ot-layout-gpos-table.hh | 1 +
103928  1 file changed, 1 insertion(+)
103929
103930 commit c4712f8e372ee42749cda56cc7c28dc110a07ea9
103931 Author: Behdad Esfahbod <behdad@behdad.org>
103932 Date:   Thu Aug 10 20:27:21 2017 -0700
103933
103934     Fix test
103935
103936  test/api/test-buffer.c | 2 +-
103937  1 file changed, 1 insertion(+), 1 deletion(-)
103938
103939 commit 882ebdadd6b3420ef2d3f296cd7416c76ee9901f
103940 Author: Behdad Esfahbod <behdad@behdad.org>
103941 Date:   Thu Aug 10 20:23:17 2017 -0700
103942
103943     [unsafe-to-break] Flag during cursive positioning
103944
103945  src/hb-ot-layout-gpos-table.hh | 1 +
103946  1 file changed, 1 insertion(+)
103947
103948 commit 2d158ca37673f2b262f2381854559d6872d8fb45
103949 Author: Behdad Esfahbod <behdad@behdad.org>
103950 Date:   Thu Aug 10 20:19:15 2017 -0700
103951
103952     [unsafe-to-break] Flag during kerning
103953
103954  src/hb-ot-layout-gpos-table.hh | 2 ++
103955  1 file changed, 2 insertions(+)
103956
103957 commit a7c4972ccefaaf48dfd6f0f4588df0c785aa33d2
103958 Author: Behdad Esfahbod <behdad@behdad.org>
103959 Date:   Thu Aug 10 20:16:15 2017 -0700
103960
103961     [unsafe-to-break] Flag during fallback positioning
103962
103963  src/hb-ot-shape-fallback.cc | 3 +++
103964  1 file changed, 3 insertions(+)
103965
103966 commit e2a2b5b229c92f1de3b9c3ea111cd1ffa75b18fc
103967 Author: Behdad Esfahbod <behdad@behdad.org>
103968 Date:   Thu Aug 10 20:10:12 2017 -0700
103969
103970     [unsafe-to-break] Be careful with flag propagation when merging clusters
103971
103972  src/hb-buffer-private.hh | 13 +++++++++++++
103973  src/hb-buffer.cc         | 17 ++++++++++-------
103974  src/hb-ot-shape.cc       |  3 ++-
103975  3 files changed, 25 insertions(+), 8 deletions(-)
103976
103977 commit f2868c200896a96a34fc1bba4d43eddc03789da2
103978 Author: Behdad Esfahbod <behdad@behdad.org>
103979 Date:   Thu Aug 10 19:58:05 2017 -0700
103980
103981     Set mask to 0, instead of 1, by default
103982     
103983     This shouldn't matter.
103984
103985  src/hb-buffer.cc | 2 +-
103986  1 file changed, 1 insertion(+), 1 deletion(-)
103987
103988 commit 9e005c5d86cd4c19383093f76a237cc8f5f12fb7
103989 Author: Behdad Esfahbod <behdad@behdad.org>
103990 Date:   Thu Aug 10 18:45:33 2017 -0700
103991
103992     [unsafe-to-break] Mark Indic-like clusters as unsafe-to-break
103993
103994  src/hb-ot-shape-complex-indic.cc   | 2 ++
103995  src/hb-ot-shape-complex-myanmar.cc | 2 ++
103996  src/hb-ot-shape-complex-use.cc     | 2 ++
103997  3 files changed, 6 insertions(+)
103998
103999 commit 5287ccc935c86b6f5e6867592b64bc2461384f45
104000 Author: Behdad Esfahbod <behdad@behdad.org>
104001 Date:   Thu Aug 10 14:25:53 2017 -0700
104002
104003     [unsafe-to-break] Allocate public bits from 0
104004
104005  src/hb-buffer.h  |  5 +++--
104006  src/hb-ot-map.cc | 15 +++++++++------
104007  2 files changed, 12 insertions(+), 8 deletions(-)
104008
104009 commit 91ce0c45d6782057a2736f7b76a3c49cadbea070
104010 Author: Behdad Esfahbod <behdad@behdad.org>
104011 Date:   Thu May 5 16:13:03 2016 +0100
104012
104013     [safe-to-break] Fix logic when there is no out-buffer
104014
104015  src/hb-buffer.cc | 6 ++++++
104016  1 file changed, 6 insertions(+)
104017
104018 commit a043c99f778ffdde15d212fe23468cb9f51036bc
104019 Author: Behdad Esfahbod <behdad@behdad.org>
104020 Date:   Wed May 4 19:51:22 2016 +0200
104021
104022     [unsafe-to-break] Simplify logic
104023     
104024     Always use the algorithm for non-monotone case.  It's more robust.
104025
104026  src/hb-buffer.cc | 57 +++++++++++++-------------------------------------------
104027  1 file changed, 13 insertions(+), 44 deletions(-)
104028
104029 commit 40bd7e9a1cf422b17f15d0f66547bde9098e6ef3
104030 Author: Behdad Esfahbod <behdad@behdad.org>
104031 Date:   Mon May 2 14:47:45 2016 +0200
104032
104033     [unsafe-to-break] Add UNSAFE_TO_BREAK flag
104034     
104035     Not all shapers code is updated to set this properly.
104036     GSUB and Arabic shaper are updated.
104037     GPOS and other shapers are NOT.
104038     
104039     Fixes https://github.com/behdad/harfbuzz/issues/224
104040
104041  src/hb-buffer-private.hh             | 26 ++++++++------
104042  src/hb-buffer-serialize.cc           | 24 +++++++++----
104043  src/hb-buffer.cc                     | 67 ++++++++++++++++++++++++++++++++++++
104044  src/hb-buffer.h                      | 10 ++++--
104045  src/hb-ot-layout-gsub-table.hh       |  7 ++--
104046  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++-----
104047  src/hb-ot-map.cc                     |  2 ++
104048  src/hb-ot-shape-complex-arabic.cc    |  3 ++
104049  util/hb-shape.cc                     |  2 ++
104050  util/options.cc                      |  1 +
104051  util/options.hh                      |  2 ++
104052  11 files changed, 142 insertions(+), 29 deletions(-)
104053
104054 commit 3e44748ebe1524aef6feb01c42d342e8a2d77d34
104055 Author: Behdad Esfahbod <behdad@behdad.org>
104056 Date:   Wed Aug 9 22:09:01 2017 -0700
104057
104058     [util] Fix two other Coverity warnings
104059
104060  util/options.cc | 4 ++++
104061  1 file changed, 4 insertions(+)
104062
104063 commit 356f93b64b6005f44bcfc329f6f9e150ec32fc26
104064 Author: Behdad Esfahbod <behdad@behdad.org>
104065 Date:   Wed Aug 9 22:06:53 2017 -0700
104066
104067     [util] Fix warning
104068
104069  util/shape-consumer.hh | 3 ++-
104070  1 file changed, 2 insertions(+), 1 deletion(-)
104071
104072 commit ac8c4e56d8b8c2e7a8f4802f83deb935bd6bbbd3
104073 Author: Behdad Esfahbod <behdad@behdad.org>
104074 Date:   Wed Aug 9 22:05:08 2017 -0700
104075
104076     [ft] Fix theoretical leak
104077
104078  src/hb-ft.cc | 4 ++--
104079  1 file changed, 2 insertions(+), 2 deletions(-)
104080
104081 commit 5a330575768f5a213072230b9ec8faabac9c5737
104082 Author: Behdad Esfahbod <behdad@behdad.org>
104083 Date:   Wed Aug 9 17:23:28 2017 -0700
104084
104085     Treat HAMZA ABOVE similar to SHADD for sorting purposes
104086     
104087     Part of https://github.com/behdad/harfbuzz/issues/509
104088
104089  src/hb-unicode-private.hh | 4 ++++
104090  1 file changed, 4 insertions(+)
104091
104092 commit 68af14d5cc666ebf0596766cbed87cc9404fd50f
104093 Author: Behdad Esfahbod <behdad@behdad.org>
104094 Date:   Wed Aug 9 17:09:21 2017 -0700
104095
104096     Protect against div-by-zero in CBDT extent code
104097     
104098     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1452#c5
104099     
104100     CC https://github.com/behdad/harfbuzz/issues/139
104101
104102  src/hb-ft.cc         | 4 ++--
104103  src/hb-ot-font.cc    | 6 +++---
104104  src/hb-shape-plan.cc | 4 ++--
104105  3 files changed, 7 insertions(+), 7 deletions(-)
104106
104107 commit 3b54d0337e6119a4397573f5589b771a68b2ecd9
104108 Author: Behdad Esfahbod <behdad@behdad.org>
104109 Date:   Tue Aug 8 18:37:03 2017 -0700
104110
104111     Add tests for 'avar' fix 5dc30451b80f6bb0079424a130875c10486e4d34
104112
104113  test/shaping/Makefile.am                           |   1 +
104114  .../d23d76ea0909c14972796937ba072b5a40c1e257.ttf   | Bin 0 -> 1812 bytes
104115  test/shaping/record-test.sh                        |   1 +
104116  test/shaping/tests/variations-rvrn.tests           | 100 +++++++++++++++++++++
104117  4 files changed, 102 insertions(+)
104118
104119 commit 7917792f01603f91b703d12e12d8baced655a615
104120 Author: Behdad Esfahbod <behdad@behdad.org>
104121 Date:   Tue Aug 8 13:17:03 2017 -0700
104122
104123     1.4.8
104124
104125  NEWS         | 9 +++++++++
104126  configure.ac | 2 +-
104127  2 files changed, 10 insertions(+), 1 deletion(-)
104128
104129 commit 5dc30451b80f6bb0079424a130875c10486e4d34
104130 Author: Behdad Esfahbod <behdad@behdad.org>
104131 Date:   Mon Aug 7 21:37:07 2017 -0700
104132
104133     Two fixes to avar mapping
104134     
104135     1. Handle segment with two entries correctly,
104136     
104137     2. Fix rounding math.  Ouch!
104138     
104139     Fixes https://github.com/behdad/harfbuzz/issues/521
104140
104141  src/hb-ot-var-avar-table.hh | 13 +++++++++----
104142  1 file changed, 9 insertions(+), 4 deletions(-)
104143
104144 commit dc2c418e397bf251faf03d824fc780ac19bb1dee
104145 Author: Behdad Esfahbod <behdad@behdad.org>
104146 Date:   Thu Aug 3 12:34:15 2017 +0100
104147
104148     [check-defs/symbols.sh] Drop empty-symbol lines
104149     
104150     Fixes https://github.com/behdad/harfbuzz/issues/510
104151
104152  src/check-defs.sh    | 2 +-
104153  src/check-symbols.sh | 2 +-
104154  2 files changed, 2 insertions(+), 2 deletions(-)
104155
104156 commit 6f38845d9c6852812eb1963a1fd7e5ec771e5ce3
104157 Author: Behdad Esfahbod <behdad@behdad.org>
104158 Date:   Wed Jul 19 17:20:55 2017 -0700
104159
104160     [hb-shape] Rename --show-messages to --trace
104161     
104162     https://github.com/behdad/harfbuzz/issues/506
104163
104164  util/hb-shape.cc | 2 +-
104165  util/options.cc  | 2 +-
104166  util/options.hh  | 4 ++--
104167  3 files changed, 4 insertions(+), 4 deletions(-)
104168
104169 commit e60350551addbd945491f662e98464c9e3e9fec5
104170 Author: Behdad Esfahbod <behdad@behdad.org>
104171 Date:   Tue Jul 18 19:14:19 2017 -0700
104172
104173     [hb-shape] Improve shaping-debug output
104174     
104175     Before, that was printed using --debug (and in both hb-shape and hb-view).
104176     Changed it, now hb-shape has a new command-line argument called --show-messages.
104177     When invoked, it also respects other output formatting options.  The messages
104178     are better formatted and printed to te same place that hb-shape output is
104179     directed to.  Previously they were written to stderr.
104180     
104181     Fixes https://github.com/behdad/harfbuzz/issues/506
104182
104183  util/hb-ot-shape-closure.cc | 10 +++++++---
104184  util/hb-shape.cc            | 33 +++++++++++++++++++++++++++++++--
104185  util/main-font-text.hh      | 27 ++++-----------------------
104186  util/options.cc             | 10 +++++++---
104187  util/options.hh             |  2 ++
104188  util/shape-consumer.hh      | 18 ++++++++++++------
104189  util/view-cairo.hh          |  4 ++--
104190  7 files changed, 65 insertions(+), 39 deletions(-)
104191
104192 commit 65f64d14005e4d0808e818b3c97bd3d600628011
104193 Author: Ebrahim Byagowi <ebrahim@gnu.org>
104194 Date:   Wed Jul 19 02:42:53 2017 +0430
104195
104196     Unbreak arm-none-eabi build again (#514)
104197
104198  src/hb-ot-shape-complex-indic.cc | 2 +-
104199  1 file changed, 1 insertion(+), 1 deletion(-)
104200
104201 commit fc15e60eadfc89aca5b8815262b8ee888f285169
104202 Author: Behdad Esfahbod <behdad@behdad.org>
104203 Date:   Tue Jul 18 11:24:42 2017 -0700
104204
104205     1.4.7
104206
104207  NEWS         | 10 ++++++++++
104208  configure.ac |  2 +-
104209  2 files changed, 11 insertions(+), 1 deletion(-)
104210
104211 commit c1432bce3cfc1156d19b21892d4083afa8838d94
104212 Author: Behdad Esfahbod <behdad@behdad.org>
104213 Date:   Fri Jul 14 17:34:47 2017 +0100
104214
104215     [arabic] Adjust feature order again
104216     
104217     Fixes https://github.com/behdad/harfbuzz/issues/505
104218
104219  src/hb-ot-shape-complex-arabic.cc                        |   7 ++++++-
104220  .../sha1sum/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf | Bin 0 -> 7312 bytes
104221  test/shaping/tests/arabic-feature-order.tests            |   1 +
104222  3 files changed, 7 insertions(+), 1 deletion(-)
104223
104224 commit 9813be3d1212eef5a525d64978e0bb2032cd44d9
104225 Author: Cosimo Lupo <cosimo@anthrotype.com>
104226 Date:   Fri Jul 14 17:11:46 2017 +0100
104227
104228     [coretext] Allow to disable kern (#508)
104229     
104230     * Minor
104231     
104232     * [coretext] Fix leak
104233     
104234     * [coretext] Do not reset num_features
104235     
104236     * [coretext] allow to disable kern; re-enabling doesn't seem to be working
104237
104238  src/hb-coretext.cc | 41 ++++++++++++++++++++++++++++++++---------
104239  1 file changed, 32 insertions(+), 9 deletions(-)
104240
104241 commit 9dd29c681e8e856c139f20f405d7c0e04928aa70
104242 Author: Behdad Esfahbod <behdad@behdad.org>
104243 Date:   Fri Jul 14 17:01:27 2017 +0100
104244
104245     [use] Allow up to two medial-below letters
104246     
104247     Fixes https://github.com/behdad/harfbuzz/issues/376
104248
104249  src/hb-ot-shape-complex-use-machine.rl                   |   3 ++-
104250  .../sha1sum/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf | Bin 0 -> 2192 bytes
104251  test/shaping/tests/use-syllable.tests                    |   3 +++
104252  3 files changed, 5 insertions(+), 1 deletion(-)
104253
104254 commit 216b003c914d2209a6846b1ce61fe7a3421c789c
104255 Author: Behdad Esfahbod <behdad@behdad.org>
104256 Date:   Fri Jul 14 16:38:51 2017 +0100
104257
104258     [use] Fix shaping of U+AA29 CHAM VOWEL SIGN AA
104259     
104260     Part of https://github.com/behdad/harfbuzz/issues/376
104261     Also see https://github.com/roozbehp/unicode-data/issues/6
104262     
104263     Test added, using NotoSansCham built from Noto Phase III sources.
104264
104265  src/gen-arabic-table.py                                  |   2 +-
104266  src/gen-indic-table.py                                   |   2 +-
104267  src/gen-use-table.py                                     |   8 +++++---
104268  src/hb-ot-shape-complex-use-table.cc                     |   4 ++--
104269  test/shaping/Makefile.am                                 |   1 +
104270  .../sha1sum/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf | Bin 0 -> 1368 bytes
104271  test/shaping/tests/use-syllable.tests                    |   1 +
104272  7 files changed, 11 insertions(+), 7 deletions(-)
104273
104274 commit f1cd7ca89306ff252816e9747177d8dab00524f6
104275 Author: Behdad Esfahbod <behdad@behdad.org>
104276 Date:   Fri Jul 14 15:59:40 2017 +0100
104277
104278     [indic] Add github URL
104279
104280  src/hb-ot-shape-complex-indic.cc | 3 ++-
104281  1 file changed, 2 insertions(+), 1 deletion(-)
104282
104283 commit 3cc84f45b995b243fca82ce18481f11d69846eb5
104284 Author: Behdad Esfahbod <behdad@behdad.org>
104285 Date:   Fri Jul 14 15:50:22 2017 +0100
104286
104287     [indic] Fix https://github.com/behdad/harfbuzz/issues/478
104288
104289  src/hb-ot-shape-complex-indic-private.hh                 |   2 +-
104290  src/hb-ot-shape-complex-indic.cc                         |   8 ++++++++
104291  test/shaping/Makefile.am                                 |   1 +
104292  .../sha1sum/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf | Bin 0 -> 1352 bytes
104293  test/shaping/tests/indic-syllable.tests                  |   1 +
104294  5 files changed, 11 insertions(+), 1 deletion(-)
104295
104296 commit e359a4b8f57bbc778843f233c4f5d6fb07ff11d9
104297 Author: Behdad Esfahbod <behdad@behdad.org>
104298 Date:   Fri Jul 14 14:14:35 2017 +0100
104299
104300     [indic] Disable automatic ZWNJ handling for Indic features
104301     
104302     Fixes https://github.com/behdad/harfbuzz/issues/294
104303     
104304     Also fixes a bunch of other Indic issues.  Test results after:
104305     
104306     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
104307     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
104308     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
104309     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
104310     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
104311     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
104312     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
104313     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
104314     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
104315     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
104316     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
104317     
104318     Before:
104319     
104320     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
104321     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
104322     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
104323     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
104324     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
104325     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
104326     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
104327     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
104328     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
104329     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
104330     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
104331
104332  src/hb-ot-shape-complex-indic.cc                         |   4 ++--
104333  test/shaping/Makefile.am                                 |   1 +
104334  .../sha1sum/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf | Bin 0 -> 3972 bytes
104335  test/shaping/tests/indic-joiners.tests                   |   2 ++
104336  4 files changed, 5 insertions(+), 2 deletions(-)
104337
104338 commit cdf1fd0627c5517c948ca05d2e9427c3e441adf9
104339 Author: Behdad Esfahbod <behdad@behdad.org>
104340 Date:   Fri Jul 14 12:43:34 2017 +0100
104341
104342     [indic] Add infrastructure to disable ZWNJ-skipping in context-matching
104343     
104344     Not used yet.
104345
104346  src/hb-ot-layout-gsubgpos-private.hh | 45 ++++++++++++++++++++----------------
104347  src/hb-ot-layout.cc                  |  1 +
104348  src/hb-ot-map-private.hh             | 10 +++++---
104349  src/hb-ot-map.cc                     |  8 +++++--
104350  4 files changed, 39 insertions(+), 25 deletions(-)
104351
104352 commit 3a73e0d5e17b87ac7e307d855c2cb43d040bd195
104353 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
104354 Date:   Fri Jul 14 13:14:55 2017 +0200
104355
104356     Shaping tests for Tibetan vowels (#446)
104357     
104358     * Shaping tests for Tibetan vowels
104359     
104360     * Test-cases for the Dzongkha contractions with multiple vowel-signs added.
104361     
104362     * going to be removed
104363     
104364     * Extended contraction-test-cases to all test cases in contractions.txt that actually use multiple-vowels (113 cases)
104365
104366  test/shaping/Makefile.am                           |   3 ++
104367  .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin 0 -> 125256 bytes
104368  .../82f4f3b57bb55344e72e70231380202a52af5805.ttf   | Bin 0 -> 11116 bytes
104369  .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin 0 -> 106096 bytes
104370  test/shaping/tests/tibetan-contractions-1.tests    |  60 +++++++++++++++++++++
104371  test/shaping/tests/tibetan-contractions-2.tests    |  53 ++++++++++++++++++
104372  test/shaping/tests/tibetan-vowels.tests            |  11 ++++
104373  7 files changed, 127 insertions(+)
104374
104375 commit 4e21ec546932c2a982aa52fce718c1a0d90a71d6
104376 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
104377 Date:   Fri Jul 14 13:14:23 2017 +0200
104378
104379     Fix for reordering of Tibetan vowel u (#443)
104380     
104381     * Undone change for Tibetan vowel u
104382     
104383     * removed comment on reordering that became invalid with roll-back
104384     
104385     * Support for Dzongkha contractions with multiple vowel-signs
104386     
104387     * Removed non-functional and unnecessary defines for HB_MODIFIED_COMBINING_CLASS_CCC138,140
104388
104389  src/hb-unicode-private.hh | 9 +++++----
104390  1 file changed, 5 insertions(+), 4 deletions(-)
104391
104392 commit ad52e044bcf733bcc6c0373bafcd78a8c0beb400
104393 Author: fanc999 <fanc999@yahoo.com.tw>
104394 Date:   Wed Jun 21 22:19:57 2017 +0800
104395
104396     Win32/NMake builds: Support builds from GIT (#498)
104397     
104398     Add Python scripts to generate the full win32/config.h.win32 and
104399     src/hb-version.h which can be used to build directly from a GIT
104400     checkout.  Since the scripts are currently intended for building from a
104401     GIT checkout, these are not distributed in the release tarballs.
104402     
104403     Also, support the re-build of Ragel-generated .hh headers using the NMake
104404     build system, and allow one to specify the path of the Ragel executable
104405     if a suitable one cannot be found in the PATH.
104406     
104407     Update the Win32/NMake build documentation to let people know about how
104408     these mechanisms can be utilized.
104409
104410  win32/README.txt            |  20 ++++++-
104411  win32/build-rules-msvc.mak  |   5 +-
104412  win32/config-msvc.mak       |   7 +++
104413  win32/create-lists-msvc.mak |   9 ++++
104414  win32/generate-msvc.mak     |   6 +++
104415  win32/info-msvc.mak         |   8 ++-
104416  win32/pc_base.py            | 124 ++++++++++++++++++++++++++++++++++++++++++++
104417  win32/replace.py            | 115 ++++++++++++++++++++++++++++++++++++++++
104418  win32/setup.py              |  62 ++++++++++++++++++++++
104419  9 files changed, 353 insertions(+), 3 deletions(-)
104420
104421 commit 3b0e47ca006b8fe6a24ace72dd931e3649bb8e6f
104422 Author: Ebrahim Byagowi <ebrahim@gnu.org>
104423 Date:   Mon Jun 19 14:47:09 2017 +0430
104424
104425     Fix arm-none-eabi build (fixes #451) (#496)
104426
104427  CMakeLists.txt                          |  4 ++--
104428  src/hb-buffer.cc                        |  4 ++--
104429  src/hb-common.cc                        | 28 ++++++++++++++++++++--
104430  src/hb-ot-font.cc                       |  2 +-
104431  src/hb-ot-layout.cc                     |  2 +-
104432  src/hb-ot-shape-complex-arabic-table.hh | 14 +++++------
104433  src/hb-ot-shape-complex-arabic.cc       |  2 +-
104434  src/hb-ot-shape-complex-hangul.cc       | 16 ++++++-------
104435  src/hb-ot-shape-complex-indic-table.cc  | 22 ++++++++---------
104436  src/hb-ot-shape-complex-indic.cc        | 12 +++++-----
104437  src/hb-ot-shape-complex-myanmar.cc      |  2 +-
104438  src/hb-ot-shape-complex-thai.cc         | 12 +++++-----
104439  src/hb-ot-shape-complex-use-table.cc    | 42 ++++++++++++++++-----------------
104440  src/hb-unicode-private.hh               | 16 ++++++-------
104441  src/hb-utf-private.hh                   | 18 +++++++-------
104442  15 files changed, 110 insertions(+), 86 deletions(-)
104443
104444 commit 76c4873e8cad2871d2d547318d371b9a89d8c806
104445 Author: Ebrahim Byagowi <ebrahim@gnu.org>
104446 Date:   Fri Jun 2 21:53:10 2017 +0430
104447
104448     Support branch prediction helpers on clang compiles (#491)
104449
104450  src/hb-private.hh | 7 +++----
104451  1 file changed, 3 insertions(+), 4 deletions(-)
104452
104453 commit 7dba30639a6f62803dfc21706bc7c654799f373e
104454 Author: Behdad Esfahbod <behdad@behdad.org>
104455 Date:   Thu Jun 1 11:44:42 2017 -0400
104456
104457     Handle allocation failure in hb-language code
104458
104459  src/hb-common.cc | 14 +++++++++++---
104460  1 file changed, 11 insertions(+), 3 deletions(-)
104461
104462 commit 92e2c4baafa0401cb8d7dd2bbd70acfaeaf2aabf
104463 Author: Sebastian Rasmussen <sebras@gmail.com>
104464 Date:   Mon May 29 12:53:30 2017 -0500
104465
104466     Avoid using strdup inside library. (#488)
104467     
104468     If an application provides a malloc replacement through
104469     hb_malloc_impl() it is important that it is used to allocate
104470     everything, but the use of strdup() circumvents this and
104471     causes system malloc() to be called instead. This pairs
104472     badly with the custom hb_free_impl() being called later.
104473
104474  src/hb-common.cc  | 8 +++++++-
104475  src/hb-private.hh | 4 ----
104476  2 files changed, 7 insertions(+), 5 deletions(-)
104477
104478 commit 06cfe3f7369684fc05fa16da7f6778350f8bcba5
104479 Author: Khaled Hosny <khaledhosny@eglug.org>
104480 Date:   Wed May 17 21:32:47 2017 +0300
104481
104482     Do not skip TAG characters in glyph substitution (#487)
104483     
104484     Hide them like Mongolian Free Variation Selectors instead.
104485     
104486     Fixes https://github.com/behdad/harfbuzz/issues/463
104487
104488  src/hb-ot-layout-gsubgpos-private.hh                     |   2 +-
104489  src/hb-ot-layout-private.hh                              |  13 +++++++++----
104490  test/shaping/Makefile.am                                 |   1 +
104491  .../sha1sum/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf | Bin 0 -> 5044 bytes
104492  test/shaping/tests/emoji-flag-tags.tests                 |   2 ++
104493  5 files changed, 13 insertions(+), 5 deletions(-)
104494
104495 commit 1817221620dce713aae67352568ebcc231ab9512
104496 Author: Behdad Esfahbod <behdad@behdad.org>
104497 Date:   Tue May 16 14:26:28 2017 -0700
104498
104499     Minor
104500
104501  src/hb-atomic-private.hh | 8 ++++----
104502  1 file changed, 4 insertions(+), 4 deletions(-)
104503
104504 commit 152736981d5bb9e098c1a8b86fcf8fe577a4a9ec
104505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
104506 Date:   Sat May 13 21:32:56 2017 +0430
104507
104508     [cmake] Add framework build support (#484)
104509
104510  CMakeLists.txt | 46 +++++++++++++++++++++++++++++++++++++++-------
104511  1 file changed, 39 insertions(+), 7 deletions(-)
104512
104513 commit bf50ddaf2b416bd80ae8849593bc745b578193d9
104514 Author: Ebrahim Byagowi <ebrahim@gnu.org>
104515 Date:   Thu May 4 20:31:42 2017 +0430
104516
104517     [cmake] minor (#482)
104518
104519  CMakeLists.txt | 30 +++++++++++++++++++-----------
104520  1 file changed, 19 insertions(+), 11 deletions(-)
104521
104522 commit 141b33de9a141248e2f034d55f48460159536cb9
104523 Author: Behdad Esfahbod <behdad@behdad.org>
104524 Date:   Sun Apr 23 16:19:13 2017 -0700
104525
104526     1.4.6
104527
104528  NEWS         | 9 +++++++++
104529  configure.ac | 2 +-
104530  2 files changed, 10 insertions(+), 1 deletion(-)
104531
104532 commit 74b99ef2249107e7cd01bd1ee522a5d9ce61e05f
104533 Author: mhosken <mhosken@users.noreply.github.com>
104534 Date:   Thu Apr 20 19:13:22 2017 +0100
104535
104536     Fix graphite2 rtl conversion (#475)
104537
104538  src/hb-graphite2.cc | 32 ++++++++++++++------------------
104539  1 file changed, 14 insertions(+), 18 deletions(-)
104540
104541 commit 696641314e7eb60a5a2e08c1c4fd1e5e41022148
104542 Author: ebraminio <ebrahim@gnu.org>
104543 Date:   Wed Apr 19 22:59:46 2017 +0430
104544
104545     [cmake] Final touches (#473)
104546
104547  CMakeLists.txt | 113 +++++++++++++++++++++++++++------------------------------
104548  1 file changed, 54 insertions(+), 59 deletions(-)
104549
104550 commit aacca37590656e235218557ea509eb5624dfbff9
104551 Author: Chris Peterson <cpeterson@mozilla.com>
104552 Date:   Mon Apr 17 23:25:24 2017 -0700
104553
104554     Fix clang -Wcomma warnings (#471) (#472)
104555     
104556     clang's new -Wcomma compiler option warns about possible misuse of the
104557     comma operator such as between two statements.
104558     
104559     hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
104560     hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
104561     comma operator here
104562     hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator here
104563
104564  src/hb-common.cc                     | 6 ++++--
104565  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
104566  src/hb-shape-plan.cc                 | 7 ++++---
104567  3 files changed, 9 insertions(+), 6 deletions(-)
104568
104569 commit 4d7c52066b5b205b20ba2679cb57a4e593942102
104570 Author: ebraminio <ebrahim@gnu.org>
104571 Date:   Mon Apr 17 15:53:46 2017 +0430
104572
104573     [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470)
104574
104575  CMakeLists.txt | 2 --
104576  1 file changed, 2 deletions(-)
104577
104578 commit 5ecf96e3a22e896184710a9f146a8bf149af6ca4
104579 Author: William Hua <william@attente.ca>
104580 Date:   Mon Apr 17 01:33:42 2017 -0400
104581
104582     Use absolute paths of ragel generated headers (#467)
104583     
104584     https://github.com/behdad/harfbuzz/issues/455
104585
104586  src/Makefile.am | 4 ++--
104587  1 file changed, 2 insertions(+), 2 deletions(-)
104588
104589 commit c42869eb713f53504e1b77a679cff2f88ebd0c20
104590 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
104591 Date:   Sat Apr 15 21:17:05 2017 +0200
104592
104593     Small doc fix: `make check` runs the tests (#469)
104594
104595  test/shaping/README.md | 2 +-
104596  1 file changed, 1 insertion(+), 1 deletion(-)
104597
104598 commit 75931427aa4344cd75321c618b8373ffcf1ffc33
104599 Author: ebraminio <ebrahim@gnu.org>
104600 Date:   Fri Apr 14 05:08:11 2017 +0430
104601
104602     [cmake] Fix try compile link issues (#466)
104603
104604  CMakeLists.txt | 2 ++
104605  1 file changed, 2 insertions(+)
104606
104607 commit cb021e14ab345def326fb58ce486515af179b2cf
104608 Author: ebraminio <ebrahim@gnu.org>
104609 Date:   Fri Apr 14 04:31:17 2017 +0430
104610
104611     [cmake] typo (#465)
104612
104613  CMakeLists.txt | 4 ++--
104614  1 file changed, 2 insertions(+), 2 deletions(-)
104615
104616 commit a41d5ea4453995dfd7c523427c6017623164c6ff
104617 Author: ebraminio <ebrahim@gnu.org>
104618 Date:   Fri Apr 14 04:25:50 2017 +0430
104619
104620     [cmake] Add atomic ops availability detection (#464)
104621
104622  CMakeLists.txt | 30 ++++++++++++++++++++++++++++++
104623  1 file changed, 30 insertions(+)
104624
104625 commit 8568588202dd718b089e43cd6d46f689c706f665
104626 Author: ebraminio <ebrahim@gnu.org>
104627 Date:   Thu Apr 13 02:17:16 2017 +0430
104628
104629     [cmake] Remove NO_MT flag (#462)
104630
104631  CMakeLists.txt | 1 -
104632  1 file changed, 1 deletion(-)
104633
104634 commit c04c1fe86ee4b9b58ad88dad5593239ade4c75b8
104635 Author: jfkthame <jfkthame@gmail.com>
104636 Date:   Tue Apr 11 22:29:13 2017 +0100
104637
104638     Blacklist GDEF table in additional Tahoma versions. (#459)
104639     
104640     There are more broken versions of Tahoma out there on various Windows releases,
104641     so we need to add them to our blacklist to avoid broken rendering.
104642     See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 for details.
104643
104644  src/hb-ot-layout.cc | 8 ++++++++
104645  1 file changed, 8 insertions(+)
104646
104647 commit adfd4ae1cf6c4abe66aecf1eb0a05c7183a0f4e2
104648 Author: ebraminio <ebrahim@gnu.org>
104649 Date:   Tue Apr 11 23:18:18 2017 +0430
104650
104651     [cmake] Improve third party libraries support (#461)
104652
104653  CMakeLists.txt               | 57 ++++++++++++++++++++++++++++++++++++--------
104654  src/hb-ucdn/Makefile.sources |  5 +++-
104655  2 files changed, 51 insertions(+), 11 deletions(-)
104656
104657 commit 3a8bc572115a28741d5a80f3f1e28e6756b9abfa
104658 Author: ebraminio <ebrahim@gnu.org>
104659 Date:   Tue Apr 11 21:32:14 2017 +0430
104660
104661     [cmake] Add utils build support (#460)
104662
104663  CMakeLists.txt | 150 +++++++++++++++++++++++++++++++++++++++++----------------
104664  1 file changed, 108 insertions(+), 42 deletions(-)
104665
104666 commit bc1244e2395f844b2b41315cb1eef29570e46b29
104667 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
104668 Date:   Thu Apr 6 18:44:28 2017 +0800
104669
104670     NMake Makefiles: Fix ICU builds
104671     
104672     Fix the check conditions in config-msvc.mak and info-msvc.mak so that
104673     the ICU items does indeed get built into the HarfBuzz main DLL, and that
104674     the correct configuration info is displayed.
104675     
104676     Also update the checks in detectenv-msvc.mak so that we can detect that
104677     we are using Visual Studio 2017 (although the 2015-built binaries use
104678     the same CRT DLL as the 2017 ones).
104679
104680  win32/config-msvc.mak    | 22 ++++++++++++----------
104681  win32/detectenv-msvc.mak |  4 +++-
104682  win32/info-msvc.mak      | 12 ++++++++----
104683  3 files changed, 23 insertions(+), 15 deletions(-)
104684
104685 commit a4471d0c2cc4baa81e2cea695f9bd15e03d0f15e
104686 Author: Behdad Esfahbod <behdad@behdad.org>
104687 Date:   Wed Apr 5 15:42:11 2017 +0200
104688
104689     Move list of ragel sources to Makefile.sources as well
104690
104691  src/Makefile.am      | 14 ++++----------
104692  src/Makefile.sources |  9 +++++++++
104693  2 files changed, 13 insertions(+), 10 deletions(-)
104694
104695 commit d2acaf6d729727f47c5aacf7ee40097580b6f18d
104696 Author: ebraminio <ebrahim@gnu.org>
104697 Date:   Wed Apr 5 02:21:23 2017 -0700
104698
104699     Split ragel generated files lists and remove hardcoded rl files lists (#453)
104700
104701  CMakeLists.txt        | 126 +++++++++++++++++++++-----------------------------
104702  src/Makefile.am       |   2 +
104703  src/Makefile.sources  |  16 +++++--
104704  win32/config-msvc.mak |   8 ++--
104705  4 files changed, 71 insertions(+), 81 deletions(-)
104706
104707 commit 7d64c0ef37dd930e9807bd80d398491aa9c4428c
104708 Author: ebraminio <ebrahim@gnu.org>
104709 Date:   Tue Apr 4 15:03:51 2017 +0430
104710
104711     Add CMake build support (#444)
104712
104713  CMakeLists.txt | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
104714  Makefile.am    |   1 +
104715  appveyor.yml   |  61 +++++++++-----
104716  3 files changed, 295 insertions(+), 21 deletions(-)
104717
104718 commit 740fdbcd0e6d25c1d6f12537ca2aa559650b9d52
104719 Author: jfkthame <jfkthame@gmail.com>
104720 Date:   Mon Apr 3 12:22:39 2017 +0100
104721
104722     avoid UBSan warning in get_stage_lookups (#450)
104723     
104724     See https://bugzilla.mozilla.org/show_bug.cgi?id=1336600
104725
104726  src/hb-ot-map-private.hh | 2 +-
104727  1 file changed, 1 insertion(+), 1 deletion(-)
104728
104729 commit 8d256841ca7462fd596329abf6f71bafb56fd621
104730 Author: Dominik Schloesser <dsc@dosc.net>
104731 Date:   Sun Mar 26 09:22:34 2017 +0200
104732
104733     Current fonttools (3.9.1) generate subset-file called font.subset.ttf instead of older font.ttf.subset
104734
104735  test/shaping/record-test.sh | 12 ++++++------
104736  1 file changed, 6 insertions(+), 6 deletions(-)
104737
104738 commit c2a9de15f5d9477c6f1c143ed8265f71fdb04584
104739 Author: Dominik Schloesser <dsc@dosc.net>
104740 Date:   Sun Mar 26 09:21:13 2017 +0200
104741
104742     Updated samples: record-it.sh is now record-test.sh
104743
104744  test/shaping/README.md | 4 ++--
104745  1 file changed, 2 insertions(+), 2 deletions(-)
104746
104747 commit f2e6c7ce51283809033d08692a2dee7cf04aefc5
104748 Author: Khaled Hosny <khaledhosny@eglug.org>
104749 Date:   Sun Mar 26 10:48:53 2017 +0200
104750
104751     [tools] Make hb-unicode-code work with Python 3
104752     
104753     Related to https://github.com/behdad/harfbuzz/pull/445
104754
104755  test/shaping/hb_test_tools.py | 13 ++++++++++++-
104756  1 file changed, 12 insertions(+), 1 deletion(-)
104757
104758 commit edcf6344bc62af9ea726a633468c9243e127fa13
104759 Author: Behdad Esfahbod <behdad@behdad.org>
104760 Date:   Fri Mar 24 10:24:52 2017 -0700
104761
104762     Blacklist more versions of Padauk
104763     
104764     Patch from Phil Race.
104765
104766  src/hb-ot-layout.cc | 8 ++++++++
104767  1 file changed, 8 insertions(+)
104768
104769 commit e693ba77980d5ded65bf773d48b6b58274933fb7
104770 Author: Khaled Hosny <khaledhosny@eglug.org>
104771 Date:   Thu Mar 23 00:35:36 2017 +0200
104772
104773     [ci] Fix msys2 build on AppVeyor
104774     
104775     For whatever reason the env variables need to be the Windows way or they
104776     end up being empty.
104777
104778  appveyor.yml | 2 +-
104779  1 file changed, 1 insertion(+), 1 deletion(-)
104780
104781 commit 91570a1eeb1eca425372e203656369f39ede5c61
104782 Author: Khaled Hosny <khaledhosny@eglug.org>
104783 Date:   Wed Mar 22 23:07:15 2017 +0200
104784
104785     Just always use strtod here
104786
104787  src/hb-common.cc | 4 ----
104788  1 file changed, 4 deletions(-)
104789
104790 commit 539571c1a9cb5d443d029247874af37fed75432f
104791 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
104792 Date:   Fri Feb 24 17:58:25 2017 +0800
104793
104794     src/hb-common.cc: Fix build on older Visual Studio
104795     
104796     Visual Studio only supported strtof() from Visual Studio 2013 onwards, so
104797     use strtod() instead to do the operation, which should do the same thing,
104798     sans going to a double, not a float.
104799
104800  src/hb-common.cc | 4 ++++
104801  1 file changed, 4 insertions(+)
104802
104803 commit b90fb83ea6067802e62af9e1ea0c61c7ac79e9a9
104804 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
104805 Date:   Fri Feb 24 17:47:44 2017 +0800
104806
104807     Visual Studio builds: Fix Introspection when UCDN enabled
104808     
104809     The sources in src/hb-ucdn and not included correctly into the NMake
104810     Makefiles, as we need their explicit relative location as we pass all the
104811     sources we used into the introspection scanner.  This was not an issue
104812     before as we excluded the UCDN sources in the build when we enabled
104813     introspection (meaning GLib is enabled), but since we default on using
104814     UCDN on all builds unless explicitly disabled, we need to deal with this.
104815     
104816     This did not affect builds using UCDN without introspection due to the use
104817     of NMake batch rules.
104818     
104819     Fix this by creating a NMake Makefile module on-the-fly with the correct
104820     subdir info, and using that list in there instead.
104821
104822  win32/Makefile.vc     | 15 +++++++++++++++
104823  win32/config-msvc.mak |  2 +-
104824  2 files changed, 16 insertions(+), 1 deletion(-)
104825
104826 commit f0aa167e447e8aa818a63a4a325be57844bf0353
104827 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
104828 Date:   Thu Feb 23 13:02:49 2017 +0800
104829
104830     Update Visual Studio builds for UCDN usage
104831     
104832     We now use UCDN by default, so make it so in the build files; however
104833     don't hardcode HAVE_UCDN as one may still opt not to use it (but pass
104834     it in as a CFLAG unless one explicitly disables UCDN by using NO_UCDN=1
104835     on the NMake command line).
104836     
104837     Note that we are not blocking builds where UCDN is disabled along with
104838     GLib and ICU, as that will trigger a build error anyways which will tell
104839     the user what needs to be done to remedy this.
104840
104841  win32/README.txt        |  6 +++---
104842  win32/config-msvc.mak   | 28 +++++++++++++++-------------
104843  win32/config.h.win32.in |  2 +-
104844  win32/info-msvc.mak     | 43 +++++++++++++++++++++++++------------------
104845  4 files changed, 44 insertions(+), 35 deletions(-)
104846
104847 commit 60e2586f7652aaa0ee908eb8f54b1498e2ad299e
104848 Author: Behdad Esfahbod <behdad@behdad.org>
104849 Date:   Fri Mar 10 23:02:28 2017 -0800
104850
104851     1.4.5
104852
104853  NEWS         | 8 ++++++++
104854  configure.ac | 2 +-
104855  2 files changed, 9 insertions(+), 1 deletion(-)
104856
104857 commit 47e7a1800fba9b8bf042a1f4976a15ab012ebfc7
104858 Author: Behdad Esfahbod <behdad@behdad.org>
104859 Date:   Fri Mar 10 13:23:02 2017 -0800
104860
104861     Revert "Fix Context lookup application when moving back after a glyph delete"
104862     
104863     This reverts commit b9b005f3a44ccf78a45b212b126287b69b9f4b40.
104864     
104865     This introduced invalid access cases. Revert until I fix correctly.
104866
104867  src/hb-ot-layout-gsubgpos-private.hh                     |   7 ++++---
104868  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 -> 0 bytes
104869  test/shaping/tests/context-matching.tests                |   1 -
104870  3 files changed, 4 insertions(+), 4 deletions(-)
104871
104872 commit 3c080a7a0aefec1e9620e3fb399ad280ea4ee5a2
104873 Author: Behdad Esfahbod <behdad@behdad.org>
104874 Date:   Tue Mar 7 18:13:28 2017 -0800
104875
104876     Fix buffer serialize of empty buffer
104877     
104878     Ouch!
104879
104880  src/hb-buffer-serialize.cc | 2 ++
104881  1 file changed, 2 insertions(+)
104882
104883 commit 8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46
104884 Author: Behdad Esfahbod <behdad@behdad.org>
104885 Date:   Sun Mar 5 13:54:56 2017 -0800
104886
104887     1.4.4
104888
104889  NEWS         | 8 ++++++++
104890  configure.ac | 2 +-
104891  2 files changed, 9 insertions(+), 1 deletion(-)
104892
104893 commit 9ac9af725c781f4597e8db46cf330d595c072739
104894 Author: Behdad Esfahbod <behdad@behdad.org>
104895 Date:   Sun Mar 5 13:51:01 2017 -0800
104896
104897     Add TODO item
104898
104899  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++++++++++++++-
104900  1 file changed, 23 insertions(+), 1 deletion(-)
104901
104902 commit 3ebcd5a381e2de27a0cfb5af3359331f0b7e7108
104903 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
104904 Date:   Sun Mar 5 16:26:01 2017 +0100
104905
104906     first working version!
104907
104908  src/hb-ot-layout.cc | 2 ++
104909  src/hb-ot.h         | 1 +
104910  2 files changed, 3 insertions(+)
104911
104912 commit e65aaaa00a3b5ac811b5c73b5186cd7d65731f7b
104913 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
104914 Date:   Sun Mar 5 14:53:39 2017 +0100
104915
104916     BASE: start api
104917
104918  src/Makefile.sources           |  2 ++
104919  src/hb-ot-base.cc              | 58 ++++++++++++++++++++++++++++++++++++++++++
104920  src/hb-ot-base.h               | 56 ++++++++++++++++++++++++++++++++++++++++
104921  src/hb-ot-layout-base-table.hh | 15 ++---------
104922  4 files changed, 118 insertions(+), 13 deletions(-)
104923
104924 commit 5aec2fb8d0a4db52ae414d980b66018ca5ce1e9c
104925 Author: Behdad Esfahbod <behdad@behdad.org>
104926 Date:   Thu Mar 2 11:46:33 2017 -0800
104927
104928     Remove TODO item that is not going to happen
104929
104930  src/hb-ot-shape.cc | 1 -
104931  1 file changed, 1 deletion(-)
104932
104933 commit b9b005f3a44ccf78a45b212b126287b69b9f4b40
104934 Author: Behdad Esfahbod <behdad@behdad.org>
104935 Date:   Wed Mar 1 14:27:23 2017 -0800
104936
104937     Fix Context lookup application when moving back after a glyph delete
104938     
104939     This was broken forever, since days that we did not allow moving
104940     tape backwards. Works now. Reported by Doug Felt.
104941
104942  src/hb-ot-layout-gsubgpos-private.hh                     |   7 +++----
104943  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 -> 6400 bytes
104944  test/shaping/tests/context-matching.tests                |   1 +
104945  3 files changed, 4 insertions(+), 4 deletions(-)
104946
104947 commit f72726c52b104a71ebf5b39fa1e3eb9febd446fc
104948 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
104949 Date:   Sun Feb 26 15:08:43 2017 +0100
104950
104951     BASE: add function in main BASE object
104952
104953  src/hb-ot-layout-base-table.hh | 24 ++++++++++++++++++++++++
104954  1 file changed, 24 insertions(+)
104955
104956 commit 3963315f1b2eae2504bc683760245c827cd1ef16
104957 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
104958 Date:   Sun Feb 26 15:07:53 2017 +0100
104959
104960     BASE: first complete version
104961
104962  src/hb-ot-layout-base-table.hh | 444 +++++++++++++++++++++++++++++------------
104963  1 file changed, 317 insertions(+), 127 deletions(-)
104964
104965 commit a11501444cfc4854bfe2b1d3ce0fc5a957e959d8
104966 Author: Behdad Esfahbod <behdad@behdad.org>
104967 Date:   Sat Feb 25 13:37:54 2017 -0800
104968
104969     Add few tests found by libFuzzer and oss-fuzz
104970
104971  .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 -> 1010 bytes
104972  .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 -> 820 bytes
104973  .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 -> 3301 bytes
104974  .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 -> 515 bytes
104975  test/shaping/tests/fuzzed.tests                          |   4 ++++
104976  5 files changed, 4 insertions(+)
104977
104978 commit 85630996b8afa699f7b5d19346cdf5c72fcd6e2d
104979 Author: Behdad Esfahbod <behdad@behdad.org>
104980 Date:   Sat Feb 25 13:30:38 2017 -0800
104981
104982     Fix buffer-overrun with Bengali reph positioning code
104983     
104984     This has no security implications whatsoever since we always keep
104985     and extra element at the end of buffer, just in case.
104986     
104987     Discovered by oss-fuzz
104988     CC https://github.com/behdad/harfbuzz/issues/139
104989     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=660
104990
104991  src/hb-ot-shape-complex-indic.cc | 2 +-
104992  1 file changed, 1 insertion(+), 1 deletion(-)
104993
104994 commit d34e35b47457e757781b1769a1fbaf107ec6e32f
104995 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
104996 Date:   Sat Feb 25 20:41:05 2017 +0100
104997
104998     BASE: WIP: more access functions
104999
105000  src/hb-ot-layout-base-table.hh | 212 +++++++++++++++++++++++++++++++++++++----
105001  1 file changed, 191 insertions(+), 21 deletions(-)
105002
105003 commit 6685d281d6f50bf046bbfef4a5263e15d15f2f02
105004 Author: Behdad Esfahbod <behdad@behdad.org>
105005 Date:   Sat Feb 25 11:35:05 2017 -0800
105006
105007     1.4.3
105008
105009  NEWS         | 12 ++++++++++++
105010  configure.ac |  2 +-
105011  2 files changed, 13 insertions(+), 1 deletion(-)
105012
105013 commit bd15567ed6a3667e6f8332b7374aece6a6f2361b
105014 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105015 Date:   Sat Feb 25 17:08:01 2017 +0100
105016
105017     BASE: align member's names
105018
105019  src/hb-ot-layout-base-table.hh | 70 +++++++++++++++++++++---------------------
105020  1 file changed, 35 insertions(+), 35 deletions(-)
105021
105022 commit 499b4bef2a5b6d49374ab4977509d1fbf7bd6038
105023 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105024 Date:   Sat Feb 25 16:48:22 2017 +0100
105025
105026     BASE: more consistent naming (with spec and Harfbuzz code base)
105027
105028  src/hb-ot-layout-base-table.hh | 44 +++++++++++++++++++++---------------------
105029  1 file changed, 22 insertions(+), 22 deletions(-)
105030
105031 commit a0bdd546c584eb7c7ea3ca7e19a178723e6fe77f
105032 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105033 Date:   Sat Feb 25 16:34:58 2017 +0100
105034
105035     factorize horiz+vertAxis
105036
105037  src/hb-ot-layout-base-table.hh | 31 +++++--------------------------
105038  1 file changed, 5 insertions(+), 26 deletions(-)
105039
105040 commit 1d30c6d935535743c73b2d18abcc6ae86a1cfc5b
105041 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105042 Date:   Sat Feb 25 16:19:35 2017 +0100
105043
105044     BASE: sanitize
105045
105046  src/hb-ot-layout-base-table.hh | 151 ++++++++++++++++++++++++++++++++++++++++-
105047  1 file changed, 148 insertions(+), 3 deletions(-)
105048
105049 commit a657f23ca31237d652b5c101ed24194b6aeadaf8
105050 Author: Dominik Röttsches <d-r@roettsches.de>
105051 Date:   Mon Feb 20 21:52:07 2017 +0200
105052
105053     Blacklist another instance of Padauk (#419)
105054     
105055     In https://crbug.com/681813 another instance of Padauk was identified
105056     triggering collapsed glyphs. Blacklist this version by patching
105057     hb-ot-layout.cc to print out gdef, gsub, and gpos table length, then
105058     adding those to the list of blacklisted versions.
105059
105060  src/hb-ot-layout.cc | 3 +++
105061  1 file changed, 3 insertions(+)
105062
105063 commit f131f00b1779b44633223915e17cbce358ad063a
105064 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105065 Date:   Sun Feb 19 10:12:22 2017 +0100
105066
105067     compile, move into hb-ot-layout.cc
105068
105069  src/hb-ot-font.cc              |  1 -
105070  src/hb-ot-layout-base-table.hh | 57 +++++++++++++++++++++++++++++++-----------
105071  src/hb-ot-layout.cc            |  1 +
105072  3 files changed, 43 insertions(+), 16 deletions(-)
105073
105074 commit d0b97353e930d9b258f42f1cc1ac1a75306b76a8
105075 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105076 Date:   Sun Feb 19 08:48:22 2017 +0100
105077
105078     hb-ot-base-table.hh -> hb-ot-layout-base-table.hh
105079     
105080     per https://github.com/behdad/harfbuzz/issues/418#issuecomment-280873811
105081
105082  src/Makefile.sources                                    | 2 +-
105083  src/hb-ot-font.cc                                       | 2 +-
105084  src/{hb-ot-base-table.hh => hb-ot-layout-base-table.hh} | 0
105085  3 files changed, 2 insertions(+), 2 deletions(-)
105086
105087 commit f748e11645a3361f94d6fb10ce59febbaa5ba8ca
105088 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
105089 Date:   Sat Feb 18 19:54:33 2017 +0100
105090
105091     bootstraping structure
105092
105093  src/Makefile.sources        |   1 +
105094  src/hb-ot-base-table.hh     | 238 ++++++++++++++++++++++++++++++++++++++++++++
105095  src/hb-ot-font.cc           |   1 +
105096  src/hb-ot-layout-private.hh |   2 +
105097  4 files changed, 242 insertions(+)
105098
105099 commit 70202983f57fe85b2d3b56a9c205effeee66222d
105100 Author: ebraminio <ebrahim@gnu.org>
105101 Date:   Sat Feb 18 10:37:36 2017 +0330
105102
105103     [ci] Disable vcpkg freetype installation and fix Appveyor CI (#422)
105104
105105  appveyor.yml | 16 ++++++++--------
105106  1 file changed, 8 insertions(+), 8 deletions(-)
105107
105108 commit 44f7d6ecde9bf7427a05cbe73ed5d668b8a72b2a
105109 Author: jfkthame <jfkthame@gmail.com>
105110 Date:   Fri Feb 17 03:03:24 2017 +0000
105111
105112     Guard against underflow when adjusting length (#421)
105113     
105114     * Guard against underflow when adjusting length
105115     
105116     With the fuzz-testcase in mozilla bug 1295299, we end up with a recursed lookup that removes 3 items, when `match_positions[idx]` is 0, which results in (unsigned) `end` wrapping to a huge value.
105117     
105118     Making `end` a signed int is probably the simplest route to a fix.
105119     
105120     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295299.
105121     
105122     * Add testcase for #421.
105123
105124  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++---
105125  .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 -> 1358 bytes
105126  test/shaping/tests/fuzzed.tests                          |   1 +
105127  3 files changed, 4 insertions(+), 3 deletions(-)
105128
105129 commit 45766b673f427bb791c9d5886cadedfac0447066
105130 Author: jfkthame <jfkthame@gmail.com>
105131 Date:   Thu Feb 16 17:40:21 2017 +0000
105132
105133     [indic] Add support for Grantha marks that may be used in Tamil to th… (#401)
105134     
105135     * [indic] Add support for Grantha marks that may be used in Tamil to the Indic table.
105136     
105137     See https://bugzilla.mozilla.org/show_bug.cgi?id=1331339.
105138     
105139     Testcase: U+0BA4,U+0BC6,U+1133c,U+0BAA,U+1133c,U+0BC6,U+1133c
105140     
105141     * [indic] Add test for Grantha nukta that is allowed in Tamil by ScriptExtensions.txt
105142
105143  src/hb-ot-shape-complex-indic-table.cc                   |   7 +++++++
105144  .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 -> 1400 bytes
105145  test/shaping/tests/indic-script-extensions.tests         |   1 +
105146  3 files changed, 8 insertions(+)
105147
105148 commit d4bb52b9fd8a5bc4af13752ea3e464eccfe3223b
105149 Author: Behdad Esfahbod <behdad@behdad.org>
105150 Date:   Thu Feb 9 14:13:25 2017 -0800
105151
105152     Unbreak hb-coretext build
105153
105154  src/hb-coretext.cc | 3 +++
105155  1 file changed, 3 insertions(+)
105156
105157 commit c8dfed8e1ee4ab64b6936f5c8561db0666e37647
105158 Merge: 7c47474f2 b435c7c46
105159 Author: Behdad Esfahbod <behdad@behdad.org>
105160 Date:   Wed Feb 8 14:36:18 2017 -0800
105161
105162     Merge pull request #357 from khaledhosny/graphite-scale
105163     
105164     [graphite] Fix shaping with varying font sizes
105165
105166 commit 7c47474f209bdf84cf87844c277ed711cad78196
105167 Author: Behdad Esfahbod <behdad@behdad.org>
105168 Date:   Wed Feb 8 14:33:28 2017 -0800
105169
105170     Set LC_ALL instead of LANG when creating harfbuzz.def
105171     
105172     Hopefully fixes Travis faliure?
105173     https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882
105174     https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
105175
105176  src/Makefile.am | 2 +-
105177  1 file changed, 1 insertion(+), 1 deletion(-)
105178
105179 commit ffde3c9f9effcd2b47f5fd76df45551e68c0b1ec
105180 Author: Philip Withnall <philip@tecnocode.co.uk>
105181 Date:   Wed Feb 8 21:56:57 2017 +0000
105182
105183     hb-font: Fix a potentially undefined use of memcmp() (#413)
105184     
105185     While it’s fine to call memcmp(x, 0, 0) in practice, the C99 standard
105186     explicitly says that this is not allowed: even if the length is zero,
105187     the pointer arguments must be valid.
105188     
105189     http://stackoverflow.com/a/16363034
105190     
105191     Coverity ID: 141178
105192     
105193     Signed-off-by: Philip Withnall <withnall@endlessm.com>
105194
105195  src/hb-font.cc | 3 ++-
105196  1 file changed, 2 insertions(+), 1 deletion(-)
105197
105198 commit 09594df1aecbb7d37093055147c25cc7d7b7fef6
105199 Author: Behdad Esfahbod <behdad@behdad.org>
105200 Date:   Tue Feb 7 18:25:12 2017 -0800
105201
105202     Update ax_pthread.m4 to latest upstream version
105203     
105204     Might help with https://github.com/behdad/harfbuzz/issues/399
105205
105206  m4/ax_pthread.m4 | 394 ++++++++++++++++++++++++++++++++++++++++---------------
105207  1 file changed, 285 insertions(+), 109 deletions(-)
105208
105209 commit a6ced90efccf869defc0b310effca220f01cf318
105210 Author: Philip Withnall <philip@tecnocode.co.uk>
105211 Date:   Wed Feb 8 02:18:33 2017 +0000
105212
105213     test: Fix some memory leaks in test-font.c (#409)
105214     
105215     Coverity IDs: 141039, 141040, 141041
105216
105217  test/api/test-font.c | 35 ++++++++++++++++++++++++++++++-----
105218  1 file changed, 30 insertions(+), 5 deletions(-)
105219
105220 commit 925ceacfed45c44dd2a025c32bebb1358b560741
105221 Author: Philip Withnall <philip@tecnocode.co.uk>
105222 Date:   Wed Feb 8 02:17:48 2017 +0000
105223
105224     util: Add missing field initialisers in constructor (#410)
105225     
105226     Coverity ID: 141042
105227
105228  util/hb-shape.cc | 4 +++-
105229  1 file changed, 3 insertions(+), 1 deletion(-)
105230
105231 commit 73c6dcbb45269186f204b2212288b6384ce42c9d
105232 Author: Behdad Esfahbod <behdad@behdad.org>
105233 Date:   Tue Feb 7 16:53:21 2017 -0800
105234
105235     Silence Coverity warning
105236     
105237     Fixes https://github.com/behdad/harfbuzz/issues/408
105238
105239  src/hb-ot-shape-complex-arabic.cc | 2 +-
105240  1 file changed, 1 insertion(+), 1 deletion(-)
105241
105242 commit 466b3e58bdc64229dab08c6e0e0079c789540370
105243 Author: Behdad Esfahbod <behdad@behdad.org>
105244 Date:   Fri Feb 3 16:43:25 2017 -0800
105245
105246     Shuffle things around a bit
105247
105248  src/hb-coretext.cc          |  4 ++--
105249  src/hb-directwrite.cc       |  4 ++--
105250  src/hb-fallback-shape.cc    |  4 ++++
105251  src/hb-graphite2.cc         |  4 ++--
105252  src/hb-ot-layout-private.hh |  1 -
105253  src/hb-ot-layout.cc         |  2 --
105254  src/hb-ot-math.cc           |  3 +--
105255  src/hb-ot-shape.cc          |  4 ++++
105256  src/hb-ot-var.cc            |  2 --
105257  src/hb-shape-plan.cc        |  7 -------
105258  src/hb-shaper-private.hh    | 11 +++++++----
105259  src/hb-uniscribe.cc         |  4 ++--
105260  12 files changed, 24 insertions(+), 26 deletions(-)
105261
105262 commit fc8189b63931f03c5d2e70dde198e9c856bd78f5
105263 Author: Behdad Esfahbod <behdad@behdad.org>
105264 Date:   Fri Feb 3 16:17:08 2017 -0800
105265
105266     Minor
105267
105268  src/hb-shaper-private.hh | 5 +++--
105269  1 file changed, 3 insertions(+), 2 deletions(-)
105270
105271 commit d3d3691806aaa6aed93a88c845d472e727e7f850
105272 Author: Behdad Esfahbod <behdad@behdad.org>
105273 Date:   Fri Feb 3 15:42:03 2017 -0800
105274
105275     Add dirty-state tracking to hb_face_t
105276
105277  src/hb-face-private.hh |  9 +++++++++
105278  src/hb-face.cc         | 19 ++++++++++++++++++-
105279  src/hb-font.cc         |  2 +-
105280  3 files changed, 28 insertions(+), 2 deletions(-)
105281
105282 commit 2171f48b4b1e66a3c16a83cc00b0006d32ae9738
105283 Author: Behdad Esfahbod <behdad@behdad.org>
105284 Date:   Fri Feb 3 10:58:09 2017 -0800
105285
105286     Add dirty-state tracking to hb_font_t
105287
105288  src/hb-font-private.hh | 12 ++++++++++++
105289  src/hb-font.cc         | 30 ++++++++++++++++++++++++++++++
105290  2 files changed, 42 insertions(+)
105291
105292 commit 95808bad2c17a9ef41c58c04faf1b4706fb7d72e
105293 Author: Behdad Esfahbod <behdad@behdad.org>
105294 Date:   Fri Feb 3 10:39:40 2017 -0800
105295
105296     Add new API hb_font_set_face()
105297     
105298     For completeness.
105299
105300  src/hb-font.cc | 29 +++++++++++++++++++++++++++++
105301  src/hb-font.h  |  4 ++++
105302  2 files changed, 33 insertions(+)
105303
105304 commit 4ec19319ab195d852708661e12da2a6485fce544
105305 Author: jfkthame <jfkthame@gmail.com>
105306 Date:   Thu Feb 2 18:48:23 2017 +0000
105307
105308     Add Win10 Anniversary Update version of Tahoma to GDEF blacklist. (#412)
105309
105310  src/hb-ot-layout.cc | 4 ++++
105311  1 file changed, 4 insertions(+)
105312
105313 commit 1dd630a7f2c2cec780fee507367341bc9050cdb3
105314 Author: Behdad Esfahbod <behdad@behdad.org>
105315 Date:   Wed Feb 1 11:57:21 2017 -0800
105316
105317     Minor
105318     
105319     Fixes https://github.com/behdad/harfbuzz/issues/411
105320
105321  src/hb-fallback-shape.cc     | 2 +-
105322  src/hb-ot-shape-normalize.cc | 2 +-
105323  2 files changed, 2 insertions(+), 2 deletions(-)
105324
105325 commit e888f642db16f52836cbfec29de43ff20236dc85
105326 Author: Behdad Esfahbod <behdad@behdad.org>
105327 Date:   Thu Jan 26 14:50:14 2017 -0800
105328
105329     Route Adlam through Arabic shaper
105330     
105331     Fixes joined Adlam rendering.
105332     
105333     Fixes https://github.com/googlei18n/noto-fonts/issues/828
105334
105335  src/hb-ot-shape-complex-private.hh                      |   3 +++
105336  test/shaping/Makefile.am                                |   1 +
105337  .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf        | Bin 0 -> 21160 bytes
105338  test/shaping/tests/arabic-like-joining.tests            |   1 +
105339  4 files changed, 5 insertions(+)
105340
105341 commit 72c754873c6b15cecb32d9e491c98495f804347a
105342 Author: jfkthame <jfkthame@gmail.com>
105343 Date:   Thu Jan 26 22:35:41 2017 +0000
105344
105345     Add Win7 version of himalaya.ttf to the GDEF table blacklist. (#407)
105346
105347  src/hb-ot-layout.cc | 2 ++
105348  1 file changed, 2 insertions(+)
105349
105350 commit 22af28a3f14c6d748ed589f8980b168152116c8c
105351 Author: Behdad Esfahbod <behdad@behdad.org>
105352 Date:   Mon Jan 23 23:42:53 2017 -0800
105353
105354     [var] Implement MVAR table
105355     
105356     Unhooked. Untested.
105357
105358  src/Makefile.sources        |   1 +
105359  src/hb-font.cc              |   2 +-
105360  src/hb-ot-var-mvar-table.hh | 110 ++++++++++++++++++++++++++++++++++++++++++++
105361  src/hb-ot-var.cc            |   1 +
105362  4 files changed, 113 insertions(+), 1 deletion(-)
105363
105364 commit 67a191164dec2cfcab97363175c58e459f6ff8f9
105365 Author: Behdad Esfahbod <behdad@behdad.org>
105366 Date:   Mon Jan 23 23:21:30 2017 -0800
105367
105368     [var] Whitespace
105369
105370  src/hb-ot-var-hvar-table.hh | 6 +++---
105371  1 file changed, 3 insertions(+), 3 deletions(-)
105372
105373 commit 6af6c1114a3495584ac4197c62592741c407b5a2
105374 Author: Behdad Esfahbod <behdad@behdad.org>
105375 Date:   Mon Jan 23 18:35:00 2017 -0800
105376
105377     1.4.2
105378
105379  NEWS         | 31 +++++++++++++++++++++++++++++++
105380  configure.ac |  2 +-
105381  2 files changed, 32 insertions(+), 1 deletion(-)
105382
105383 commit 79e8e27ffd3da29ca27d3aebd2ef425bf1cb7f9d
105384 Author: Behdad Esfahbod <behdad@behdad.org>
105385 Date:   Mon Jan 23 17:55:31 2017 -0800
105386
105387     [var] Hook up advance variations to hb-ot-font
105388     
105389     Yay, works!
105390
105391  src/hb-ot-font.cc | 6 +++++-
105392  1 file changed, 5 insertions(+), 1 deletion(-)
105393
105394 commit 607434037199ccca422287e4d097487f17f3cfb5
105395 Author: Behdad Esfahbod <behdad@behdad.org>
105396 Date:   Mon Jan 23 17:55:16 2017 -0800
105397
105398     [var] Fix bug in HVAR/VVAR impl
105399
105400  src/hb-ot-var-hvar-table.hh | 4 ++--
105401  1 file changed, 2 insertions(+), 2 deletions(-)
105402
105403 commit bd3b11d92663343350813ca29606b369f691af03
105404 Author: Behdad Esfahbod <behdad@behdad.org>
105405 Date:   Mon Jan 23 17:34:44 2017 -0800
105406
105407     [var] Prepare for hooking up advance variations to hb-ot-font
105408
105409  src/hb-ot-font.cc           | 28 +++++++++++++++++-----------
105410  src/hb-ot-var-hvar-table.hh |  8 ++++----
105411  2 files changed, 21 insertions(+), 15 deletions(-)
105412
105413 commit a4fca9f0051dbc177390a4e555b2d0fe642f724e
105414 Author: Behdad Esfahbod <behdad@behdad.org>
105415 Date:   Mon Jan 23 11:56:08 2017 -0800
105416
105417     [var] Implement DeltaSetIndexMap and advance delta fetching
105418     
105419     Not hooked up to hb-ot-font yet.
105420
105421  src/hb-ot-layout-common-private.hh |  8 ++++++
105422  src/hb-ot-var-hvar-table.hh        | 56 ++++++++++++++++++++++++++++++++++++--
105423  2 files changed, 61 insertions(+), 3 deletions(-)
105424
105425 commit 7b399f73efa76cd97131fd123a9a1566f8639cfd
105426 Author: Behdad Esfahbod <behdad@behdad.org>
105427 Date:   Mon Jan 23 11:41:43 2017 -0800
105428
105429     [var] Start adding HVAR/VVAR
105430
105431  src/Makefile.sources        |   1 +
105432  src/hb-ot-font.cc           |   1 +
105433  src/hb-ot-var-avar-table.hh |   1 -
105434  src/hb-ot-var-fvar-table.hh |   1 -
105435  src/hb-ot-var-hvar-table.hh | 115 ++++++++++++++++++++++++++++++++++++++++++++
105436  5 files changed, 117 insertions(+), 2 deletions(-)
105437
105438 commit b732c53eb5bd0c2cc86f35a9d9623c92579a0b8c
105439 Author: Behdad Esfahbod <behdad@behdad.org>
105440 Date:   Sun Jan 22 20:31:53 2017 -0800
105441
105442     Add LArrayOf<>
105443
105444  src/hb-open-type-private.hh        | 1 +
105445  src/hb-ot-cbdt-table.hh            | 4 ++--
105446  src/hb-ot-layout-common-private.hh | 2 +-
105447  3 files changed, 4 insertions(+), 3 deletions(-)
105448
105449 commit 5e156fa5ed33cd1a8ff388833563f15930bb12f9
105450 Author: Behdad Esfahbod <behdad@behdad.org>
105451 Date:   Sun Jan 22 20:28:56 2017 -0800
105452
105453     Add LOffsetTo<>
105454
105455  src/hb-open-file-private.hh          |  2 +-
105456  src/hb-open-type-private.hh          |  1 +
105457  src/hb-ot-cbdt-table.hh              |  4 ++--
105458  src/hb-ot-cmap-table.hh              |  6 +++---
105459  src/hb-ot-layout-common-private.hh   | 10 +++++-----
105460  src/hb-ot-layout-gdef-table.hh       |  4 ++--
105461  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
105462  7 files changed, 15 insertions(+), 14 deletions(-)
105463
105464 commit d6bdbbca307d1a4aed60a78133eea40a1a9d5bf3
105465 Author: Behdad Esfahbod <behdad@behdad.org>
105466 Date:   Sun Jan 22 20:16:51 2017 -0800
105467
105468     [var] Remove HB_OT_TAG_fvar/avar
105469     
105470     We're not going to define public macros for tags for tables.
105471     There's little use to those and they are implementation detail.
105472
105473  docs/harfbuzz-sections.txt  | 2 --
105474  src/hb-ot-var-avar-table.hh | 2 ++
105475  src/hb-ot-var-fvar-table.hh | 2 ++
105476  src/hb-ot-var.h             | 3 ---
105477  4 files changed, 4 insertions(+), 5 deletions(-)
105478
105479 commit a11d9a0466e480efebd69a34827675387cd2ca34
105480 Author: Behdad Esfahbod <behdad@behdad.org>
105481 Date:   Sun Jan 22 20:09:47 2017 -0800
105482
105483     Minor
105484
105485  src/hb-ot-font.cc       | 6 +++---
105486  src/hb-ot-hmtx-table.hh | 8 +++-----
105487  2 files changed, 6 insertions(+), 8 deletions(-)
105488
105489 commit 7a860f656e4aec45c45e0f5fb28c49a91dc5eef2
105490 Author: Behdad Esfahbod <behdad@behdad.org>
105491 Date:   Sun Jan 22 19:52:09 2017 -0800
105492
105493     [var] Add macros for standard axes
105494
105495  docs/harfbuzz-sections.txt | 7 +++++++
105496  src/hb-ot-var.h            | 6 ++++++
105497  2 files changed, 13 insertions(+)
105498
105499 commit a484e237b11650d00092329855d33dd2f67980e4
105500 Author: Behdad Esfahbod <behdad@behdad.org>
105501 Date:   Sun Jan 22 19:41:33 2017 -0800
105502
105503     [var] Implement 'avar' table mapping
105504     
105505     Untested!
105506
105507  src/hb-ot-math.cc           |  2 --
105508  src/hb-ot-var-avar-table.hh | 46 ++++++++++++++++++++++++++++++++++++++++++++-
105509  src/hb-ot-var.cc            | 23 +++++++++++++++--------
105510  3 files changed, 60 insertions(+), 11 deletions(-)
105511
105512 commit a42909057207cbed1ef95716170434c05beb0002
105513 Author: Behdad Esfahbod <behdad@behdad.org>
105514 Date:   Sun Jan 22 19:01:07 2017 -0800
105515
105516     [var] Flesh out --variations documentation
105517
105518  util/options.cc | 53 ++++++++++++++---------------------------------------
105519  1 file changed, 14 insertions(+), 39 deletions(-)
105520
105521 commit 5ec96d30cad1592b5e468bd8ad1832dbaf0ad32b
105522 Author: Behdad Esfahbod <behdad@behdad.org>
105523 Date:   Sun Jan 22 18:52:00 2017 -0800
105524
105525     [var] Adjust API in prep for 'avar' implementation
105526     
105527     The 'avar' table does not allow random access to axis maps,
105528     so change API to avoid quadratic-time implementation.
105529     
105530     Removed -hb_ot_var_normalize_axis_value(), added
105531     +hb_ot_var_normalize_variations() and
105532     +hb_ot_var_normalize_coords() instead.
105533
105534  docs/harfbuzz-sections.txt |  3 ++-
105535  src/Makefile.sources       |  1 +
105536  src/hb-font.cc             | 20 +++++---------------
105537  src/hb-ot-var.cc           | 45 +++++++++++++++++++++++++++++++++++++++------
105538  src/hb-ot-var.h            | 16 ++++++++++++----
105539  5 files changed, 59 insertions(+), 26 deletions(-)
105540
105541 commit 8a577aaa0dd760409bcad1ae3d4f5fb561a62a4b
105542 Author: Behdad Esfahbod <behdad@behdad.org>
105543 Date:   Sun Jan 22 18:22:40 2017 -0800
105544
105545     [var] Stub implementation of avar table
105546
105547  src/hb-ot-var-avar-table.hh | 99 +++++++++++++++++++++++++++++++++++++++++++++
105548  1 file changed, 99 insertions(+)
105549
105550 commit 7647a05a0b37c53465560952b412db4e590f2716
105551 Author: Behdad Esfahbod <behdad@behdad.org>
105552 Date:   Sun Jan 22 17:47:49 2017 -0800
105553
105554     Minor
105555
105556  src/hb-font.cc       |  5 ++++-
105557  src/hb-font.h        |  2 +-
105558  src/hb-ft.cc         |  2 +-
105559  util/helper-cairo.cc | 14 +++++++++-----
105560  4 files changed, 15 insertions(+), 8 deletions(-)
105561
105562 commit d2f249e745a9179943ee39c719b73e1057acbc13
105563 Author: Behdad Esfahbod <behdad@behdad.org>
105564 Date:   Sun Jan 22 17:42:33 2017 -0800
105565
105566     Stub out doc comments for new symbols
105567
105568  docs/harfbuzz-docs.xml     |  2 +-
105569  docs/harfbuzz-sections.txt | 35 +++++++++++++++++++++++++++++++++--
105570  src/hb-common.cc           | 10 ++++++++++
105571  src/hb-common.h            |  5 +++++
105572  src/hb-directwrite.cc      |  2 +-
105573  src/hb-directwrite.h       |  2 +-
105574  src/hb-font.cc             | 20 ++++++++++++++++++++
105575  src/hb-ot-var.cc           | 24 ++++++++++++++++++++++--
105576  src/hb-ot-var.h            | 12 +++++-------
105577  src/hb-set.cc              |  2 +-
105578  10 files changed, 99 insertions(+), 15 deletions(-)
105579
105580 commit 5dfd341f51543279039ddafe883c0a1de205fb8a
105581 Author: Behdad Esfahbod <behdad@behdad.org>
105582 Date:   Sun Jan 22 16:55:40 2017 -0800
105583
105584     Minor
105585
105586  src/hb-directwrite.cc | 4 ++--
105587  src/hb-shape.cc       | 2 +-
105588  2 files changed, 3 insertions(+), 3 deletions(-)
105589
105590 commit 825e40407da74576f8e83ce0bacad5b0459b83c8
105591 Author: Behdad Esfahbod <behdad@behdad.org>
105592 Date:   Sun Jan 22 16:41:45 2017 -0800
105593
105594     [hb-ft] Remove use of variable-length array
105595     
105596     Hopefully also fixes build failure on msvc.
105597
105598  src/hb-ft.cc | 33 +++++++++++++++++++++------------
105599  1 file changed, 21 insertions(+), 12 deletions(-)
105600
105601 commit 47ee34e84745756a9aaeb964772377b6c1417ed1
105602 Author: Behdad Esfahbod <behdad@behdad.org>
105603 Date:   Sat Jan 21 18:10:08 2017 -0800
105604
105605     [var] Hook up variations to FreeType face
105606     
105607     hb-view correctly renders variations with ft font-funcs now.
105608     hb-ot-font needs HVAR implementation.
105609
105610  src/hb-ft.cc         | 10 ++++++++++
105611  util/helper-cairo.cc | 16 +++++++++++++++-
105612  2 files changed, 25 insertions(+), 1 deletion(-)
105613
105614 commit 111f3e55178f7cd5a8ae4e8ae111cb48aea4acb5
105615 Author: Behdad Esfahbod <behdad@behdad.org>
105616 Date:   Sat Jan 21 17:51:41 2017 -0800
105617
105618     [util] Add --variations
105619     
105620     Is hooked up to the font, but not to FreeType, so raster doesn't show yet.
105621     
105622     Documentation needs to be done.
105623
105624  util/options.cc | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
105625  util/options.hh |  8 ++++-
105626  2 files changed, 98 insertions(+), 1 deletion(-)
105627
105628 commit bb1e19268f02d4aad2240c52852e72afcf0f79ad
105629 Author: Behdad Esfahbod <behdad@behdad.org>
105630 Date:   Sat Jan 21 17:41:37 2017 -0800
105631
105632     [var] Rename var_coord to variation
105633     
105634     Looks much better.
105635
105636  src/hb-common.cc | 36 ++++++++++++++++++------------------
105637  src/hb-common.h  | 10 +++++-----
105638  src/hb-font.cc   | 20 ++++++++++----------
105639  src/hb-font.h    |  6 +++---
105640  4 files changed, 36 insertions(+), 36 deletions(-)
105641
105642 commit 64fe92bf2d43a0ea31743d774e073f202021dbd1
105643 Author: Behdad Esfahbod <behdad@behdad.org>
105644 Date:   Sat Jan 21 15:36:35 2017 -0800
105645
105646     [var] Remove use of variable-length arrays
105647
105648  src/hb-font.cc | 30 +++++++++++++++++++++---------
105649  1 file changed, 21 insertions(+), 9 deletions(-)
105650
105651 commit 2491134b386507f611a47e43e3f7c2766d0d288b
105652 Author: Behdad Esfahbod <behdad@behdad.org>
105653 Date:   Sat Jan 21 15:21:50 2017 -0800
105654
105655     [var] Add hb_font_set_var_coords()
105656
105657  src/hb-font.cc | 38 ++++++++++++++++++++++++++++++++++++--
105658  src/hb-font.h  |  8 ++++++--
105659  2 files changed, 42 insertions(+), 4 deletions(-)
105660
105661 commit 113393efec5e0c4c10c141a6d4b801d50fcd8ab8
105662 Author: Behdad Esfahbod <behdad@behdad.org>
105663 Date:   Sat Jan 21 15:12:03 2017 -0800
105664
105665     Remove a few unused includes
105666
105667  src/hb-face.cc      | 6 +-----
105668  src/hb-font.cc      | 7 -------
105669  src/hb-ot-layout.cc | 5 +----
105670  src/hb-ot-tag.cc    | 3 ---
105671  4 files changed, 2 insertions(+), 19 deletions(-)
105672
105673 commit 2d40923ca914c90304d07d6e7b9b1040c79c76fe
105674 Author: Behdad Esfahbod <behdad@behdad.org>
105675 Date:   Sat Jan 21 15:06:15 2017 -0800
105676
105677     Minor
105678
105679  src/hb-ot-math.cc | 2 +-
105680  1 file changed, 1 insertion(+), 1 deletion(-)
105681
105682 commit 8b2a58047095604dcdc576ecbe3e8c2ebb8f48f0
105683 Author: Behdad Esfahbod <behdad@behdad.org>
105684 Date:   Sat Jan 21 15:05:00 2017 -0800
105685
105686     [var] Add hb_font_set_var_coords_design()
105687
105688  src/hb-font.cc | 21 +++++++++++++++++++--
105689  src/hb-font.h  |  7 ++++++-
105690  2 files changed, 25 insertions(+), 3 deletions(-)
105691
105692 commit 0dcc7b49a830e2680d3e6d86d953efab85cef6ff
105693 Author: Behdad Esfahbod <behdad@behdad.org>
105694 Date:   Sat Jan 21 14:50:22 2017 -0800
105695
105696     [var] Minor lifecycle adjustment
105697
105698  src/hb-font.cc | 4 ++--
105699  1 file changed, 2 insertions(+), 2 deletions(-)
105700
105701 commit bf0d3a665baac9e33c0f774b22197c321b864c80
105702 Author: Behdad Esfahbod <behdad@behdad.org>
105703 Date:   Sat Jan 21 14:48:46 2017 -0800
105704
105705     [var] Add hb_font_get_var_coords_normalized()
105706
105707  src/hb-font.cc | 10 ++++++++++
105708  src/hb-font.h  |  4 ++++
105709  2 files changed, 14 insertions(+)
105710
105711 commit b3c0714b4bbb726b2b3e5e0416ac84cb5c6eb34e
105712 Author: Behdad Esfahbod <behdad@behdad.org>
105713 Date:   Fri Jan 20 20:30:03 2017 -0800
105714
105715     [var] Add hb_var_coord_t and parsing routines
105716
105717  src/hb-common.cc | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
105718  src/hb-common.h  | 15 ++++++++-
105719  2 files changed, 103 insertions(+), 6 deletions(-)
105720
105721 commit 72364103bc9d910d19f23a3764d045af79d076d5
105722 Author: Behdad Esfahbod <behdad@behdad.org>
105723 Date:   Fri Jan 20 20:16:53 2017 -0800
105724
105725     Move code around
105726
105727  src/hb-common.cc | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
105728  src/hb-common.h  |  18 ++++
105729  src/hb-shape.cc  | 248 ------------------------------------------------------
105730  src/hb-shape.h   |  16 ----
105731  4 files changed, 268 insertions(+), 264 deletions(-)
105732
105733 commit 785982bf830723552270db5649abcb9f9f0b46b1
105734 Author: Behdad Esfahbod <behdad@behdad.org>
105735 Date:   Fri Jan 20 19:57:27 2017 -0800
105736
105737     [var] Flesh out some more
105738
105739  src/Makefile.am             |  2 ++
105740  src/hb-ot-var-fvar-table.hh | 69 ++++++++++++++++++++++++++++++++-------------
105741  src/hb-ot-var.cc            | 39 ++++++++++++++++++++++++-
105742  src/hb-ot-var.h             | 21 +++++++++-----
105743  4 files changed, 104 insertions(+), 27 deletions(-)
105744
105745 commit 422c0c36c80145a2d993f80d5c7d3265e3d8357a
105746 Author: Behdad Esfahbod <behdad@behdad.org>
105747 Date:   Fri Jan 20 19:14:54 2017 -0800
105748
105749     [var] Flesh out a bit
105750
105751  src/hb-ot-var-fvar-table.hh | 72 ++++++++++++++++++++++++++++++++++++---------
105752  src/hb-ot-var.h             | 10 ++++++-
105753  2 files changed, 67 insertions(+), 15 deletions(-)
105754
105755 commit b8376b10904e1772b8d34d852d1100ca7e2185e2
105756 Author: Behdad Esfahbod <behdad@behdad.org>
105757 Date:   Fri Jan 20 18:19:28 2017 -0800
105758
105759     Minor
105760
105761  src/hb-ft.cc | 2 +-
105762  1 file changed, 1 insertion(+), 1 deletion(-)
105763
105764 commit f2e73d37e77ccea8b948d1ecf5f11e7a699386dc
105765 Author: Behdad Esfahbod <behdad@behdad.org>
105766 Date:   Fri Jan 20 17:42:18 2017 -0800
105767
105768     [var] Remove over-optimization
105769
105770  src/hb-font.cc | 4 ----
105771  1 file changed, 4 deletions(-)
105772
105773 commit 469926cc45760cb681d44e5757b18b9bdd736189
105774 Author: Behdad Esfahbod <behdad@behdad.org>
105775 Date:   Fri Jan 20 17:40:46 2017 -0800
105776
105777     [var] Change double to float in API
105778
105779  src/hb-ot-var.h | 6 +++---
105780  1 file changed, 3 insertions(+), 3 deletions(-)
105781
105782 commit 55d42fd667b9c34a1109bb850bf2ea7322c01040
105783 Author: Behdad Esfahbod <behdad@behdad.org>
105784 Date:   Thu Jan 19 19:35:48 2017 -0800
105785
105786     Start adding hb-ot-var.h and implementation
105787     
105788     Supports enumerating variation axes, normalizing values, etc.
105789
105790  src/Makefile.sources        |   3 +
105791  src/hb-ot-layout-private.hh |   6 ++
105792  src/hb-ot-layout.cc         |   4 ++
105793  src/hb-ot-var-fvar-table.hh | 133 ++++++++++++++++++++++++++++++++++++++++++++
105794  src/hb-ot-var.cc            |  63 +++++++++++++++++++++
105795  src/hb-ot-var.h             |  81 +++++++++++++++++++++++++++
105796  src/hb-ot.h                 |   1 +
105797  7 files changed, 291 insertions(+)
105798
105799 commit 272b5115325b785e92ff5500d4bfc3a67490b6f8
105800 Author: Behdad Esfahbod <behdad@behdad.org>
105801 Date:   Thu Jan 19 19:33:07 2017 -0800
105802
105803     Minor
105804
105805  src/hb-ot-math.cc | 7 +++----
105806  1 file changed, 3 insertions(+), 4 deletions(-)
105807
105808 commit a8a5e81a52f56f5f8bf975dc4d9f79bede5d895b
105809 Author: Behdad Esfahbod <behdad@behdad.org>
105810 Date:   Thu Jan 19 16:55:04 2017 -0800
105811
105812     [test-ot-math] Add test with nil face/font
105813
105814  test/api/test-ot-math.c | 8 ++++++++
105815  1 file changed, 8 insertions(+)
105816
105817 commit 331d07bd40a3d9ff30db5cdf85fdc4f10f0fcb99
105818 Author: Behdad Esfahbod <behdad@behdad.org>
105819 Date:   Thu Jan 19 16:51:36 2017 -0800
105820
105821     Minor
105822
105823  test/api/test-ot-math.c | 3 +++
105824  1 file changed, 3 insertions(+)
105825
105826 commit b5ecf1bfa459a755e36bc4c7f545c7f803b7d016
105827 Author: Behdad Esfahbod <behdad@behdad.org>
105828 Date:   Thu Jan 19 16:50:29 2017 -0800
105829
105830     Fix warnings
105831
105832  test/api/test-ot-math.c | 18 ++++++++++--------
105833  1 file changed, 10 insertions(+), 8 deletions(-)
105834
105835 commit 2f2ceee1853649d1b2ad4315a38cd9c07659932a
105836 Author: Behdad Esfahbod <behdad@behdad.org>
105837 Date:   Thu Jan 19 16:48:01 2017 -0800
105838
105839     Minor
105840
105841  test/api/test-ot-math.c | 3 ++-
105842  1 file changed, 2 insertions(+), 1 deletion(-)
105843
105844 commit 2452543fdd383e62b8c4bc44b11bfd6796fc9963
105845 Author: Khaled Hosny <khaledhosny@eglug.org>
105846 Date:   Wed Jan 18 22:48:13 2017 +0200
105847
105848     [ot] Fix automatic fraction for RTL scripts (#405)
105849     
105850     The numbers for right-to-left scripts are processed also from right to
105851     left, so the order of applying “numr” and “dnom” features should be
105852     reversed in such case.
105853     
105854     Fixes https://github.com/behdad/harfbuzz/issues/395
105855
105856  src/hb-ot-shape.cc                                      |  16 ++++++++++++++--
105857  test/shaping/Makefile.am                                |   1 +
105858  .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf        | Bin 0 -> 4936 bytes
105859  test/shaping/tests/automatic-fractions.tests            |   3 +++
105860  4 files changed, 18 insertions(+), 2 deletions(-)
105861
105862 commit 1337428e4f8a2a4c78312c581bf4e96cd49d783f
105863 Author: Sascha Brawer <sascha@brawer.ch>
105864 Date:   Wed Jan 18 13:51:02 2017 +0100
105865
105866     Update language tags to OpenType 1.8.1 (#403)
105867     
105868     Resolves https://github.com/behdad/harfbuzz/issues/324
105869
105870  src/hb-ot-tag.cc       | 77 ++++++++++++++++++++++++++++++++++++++++++++------
105871  test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++++++++++
105872  2 files changed, 126 insertions(+), 9 deletions(-)
105873
105874 commit 784d1180de19fbf4948f08ee2124277cc06066dd
105875 Author: Behdad Esfahbod <behdad@behdad.org>
105876 Date:   Wed Jan 11 11:58:13 2017 -0800
105877
105878     Fix build with clang
105879
105880  src/hb-open-type-private.hh | 4 ++--
105881  1 file changed, 2 insertions(+), 2 deletions(-)
105882
105883 commit 1f810daf1640f279c2f7aad8c312664cf2293987
105884 Author: Behdad Esfahbod <behdad@behdad.org>
105885 Date:   Mon Jan 9 23:50:56 2017 -0800
105886
105887     Port math table to hb_lazy_table_loader_t
105888
105889  src/hb-open-type-private.hh | 22 +++++++++++++++++-----
105890  src/hb-ot-layout-private.hh |  4 ++--
105891  src/hb-ot-layout.cc         |  7 +++----
105892  src/hb-ot-math.cc           | 17 +----------------
105893  4 files changed, 23 insertions(+), 27 deletions(-)
105894
105895 commit ebbcc1112229cde9ed469efdfeac7ef79dfcd834
105896 Author: Behdad Esfahbod <behdad@behdad.org>
105897 Date:   Mon Jan 9 22:45:25 2017 -0800
105898
105899     Add hb_lazy_table_loader_t
105900
105901  src/hb-open-type-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
105902  1 file changed, 40 insertions(+)
105903
105904 commit 1af9d924a474f210fda10b5e8ab6b388241aa0b5
105905 Author: Behdad Esfahbod <behdad@behdad.org>
105906 Date:   Mon Jan 9 22:22:37 2017 -0800
105907
105908     Move lazy-loader to more generic place
105909
105910  src/hb-open-type-private.hh | 47 ++++++++++++++++++++++++++++++++++++++++++++
105911  src/hb-ot-font.cc           | 48 ++-------------------------------------------
105912  2 files changed, 49 insertions(+), 46 deletions(-)
105913
105914 commit ac274331c285e1b42632870e150e1d66a9e21933
105915 Author: Behdad Esfahbod <behdad@behdad.org>
105916 Date:   Mon Jan 9 22:20:38 2017 -0800
105917
105918     In lazy-loading, remember allocation failure
105919
105920  src/hb-ot-font.cc | 8 +++++---
105921  1 file changed, 5 insertions(+), 3 deletions(-)
105922
105923 commit 29fb0cb727555ea60460d794a3c6f30179546af9
105924 Author: Behdad Esfahbod <behdad@behdad.org>
105925 Date:   Mon Jan 9 21:18:55 2017 -0800
105926
105927     Minor
105928
105929  src/hb-face-private.hh | 12 ++++++++----
105930  1 file changed, 8 insertions(+), 4 deletions(-)
105931
105932 commit 93ef684b9bc411b7642df3adeb2248ad6010ee66
105933 Author: Behdad Esfahbod <behdad@behdad.org>
105934 Date:   Mon Jan 9 21:11:00 2017 -0800
105935
105936     Rename hb-ot-layout-math-table.hh to hb-ot-math-table.hh
105937
105938  src/Makefile.sources                                    | 2 +-
105939  src/{hb-ot-layout-math-table.hh => hb-ot-math-table.hh} | 6 +++---
105940  src/hb-ot-math.cc                                       | 2 +-
105941  3 files changed, 5 insertions(+), 5 deletions(-)
105942
105943 commit 3b5263b0e9e23e56e14ce6a8498c21c5ce95cc35
105944 Author: Behdad Esfahbod <behdad@behdad.org>
105945 Date:   Mon Jan 9 15:49:08 2017 -0800
105946
105947     Typo
105948
105949  src/hb-ot-layout-math-table.hh | 2 +-
105950  1 file changed, 1 insertion(+), 1 deletion(-)
105951
105952 commit ebf927d3d4394159e480fec2042a0456df8dd0f4
105953 Author: ebraminio <ebrahim@gnu.org>
105954 Date:   Mon Jan 9 13:12:09 2017 +0330
105955
105956     Make UCDN default enabled (fixes #389) (#391)
105957
105958  win32/config-msvc.mak | 7 ++++---
105959  1 file changed, 4 insertions(+), 3 deletions(-)
105960
105961 commit 00adf9c8a4573a2b3ef61991197821af03bca310
105962 Author: Behdad Esfahbod <behdad@behdad.org>
105963 Date:   Mon Jan 9 00:00:49 2017 -0800
105964
105965     Minor
105966     
105967     Should be enough to get -hangul.cc out of SOURCES in Firefox build:
105968     https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/moz.build
105969     
105970     No one else should care!
105971
105972  src/hb-ot-shape-complex-hangul.cc | 2 +-
105973  1 file changed, 1 insertion(+), 1 deletion(-)
105974
105975 commit 7cf9952e7fc015d0b08d3de6c95357662d57ad8d
105976 Author: Behdad Esfahbod <behdad@behdad.org>
105977 Date:   Sun Jan 8 23:55:54 2017 -0800
105978
105979     [USE] Remove non-canonical decompositions
105980     
105981     We have had added this in Indic shaper to assist shaping these scripts.
105982     In Universal Shaping Engine however, it is up to font designer to
105983     decompose them.  Hence moving them from Indic shaper to USE was
105984     wrong.
105985     
105986     Fixup for f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
105987     
105988     Part of fixing https://github.com/behdad/harfbuzz/issues/387
105989
105990  src/hb-ot-shape-complex-use.cc | 22 ----------------------
105991  1 file changed, 22 deletions(-)
105992
105993 commit b435c7c46a46350771e837e87fee448fd9dc06d3
105994 Author: Khaled Hosny <khaledhosny@eglug.org>
105995 Date:   Fri Nov 11 02:16:39 2016 +0200
105996
105997     [graphite] Stop creating unused gr_face
105998     
105999     It is unused after previous commit, hb_graphite2_font_get_gr_font()
106000     makes no sense now so deprecating it.
106001
106002  src/hb-graphite2.cc | 22 +++++-----------------
106003  src/hb-graphite2.h  |  4 ++++
106004  2 files changed, 9 insertions(+), 17 deletions(-)
106005
106006 commit 1b00a3b0488a5d1c6ede141ae0545e2eb9af0ed8
106007 Author: Khaled Hosny <khaledhosny@eglug.org>
106008 Date:   Sun Oct 30 20:16:41 2016 +0200
106009
106010     [graphite] Fix shaping with varying font sizes
106011     
106012     Shape using design units and scale the output.
106013     
106014     See https://bugs.documentfoundation.org/show_bug.cgi?id=103403#c7
106015
106016  src/hb-graphite2.cc | 27 +++++++++++++++------------
106017  1 file changed, 15 insertions(+), 12 deletions(-)
106018
106019 commit af596a5655ee2ed09da17a7de79f619e1547dcd9
106020 Author: Behdad Esfahbod <behdad@behdad.org>
106021 Date:   Thu Jan 5 20:24:41 2017 -0800
106022
106023     1.4.1
106024
106025  NEWS         | 10 ++++++++++
106026  configure.ac |  2 +-
106027  2 files changed, 11 insertions(+), 1 deletion(-)
106028
106029 commit 31f7b1bb94c2cef7ce58df52ddd1b09b42e8f596
106030 Author: Behdad Esfahbod <behdad@behdad.org>
106031 Date:   Thu Jan 5 20:20:06 2017 -0800
106032
106033     Add tests for USE using Marchen font and text
106034     
106035     From http://www.babelstone.co.uk/Fonts/Marchen.html
106036
106037  test/shaping/Makefile.am                           |   1 +
106038  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin 0 -> 66936 bytes
106039  test/shaping/tests/use-marchen.tests               |  35 +++++++++++++++++++++
106040  3 files changed, 36 insertions(+)
106041
106042 commit 53543f8b3e19456279c86f711feba42ce976668c
106043 Author: Behdad Esfahbod <behdad@behdad.org>
106044 Date:   Thu Jan 5 20:12:32 2017 -0800
106045
106046     Ship UCDN and use it by default
106047     
106048     So we are not relying on version of Unicode data in glib...
106049     
106050     Fixes https://github.com/behdad/harfbuzz/issues/386
106051     Fixes https://github.com/behdad/harfbuzz/issues/388
106052
106053  configure.ac      | 12 ++++++++----
106054  src/hb-unicode.cc |  6 +++---
106055  2 files changed, 11 insertions(+), 7 deletions(-)
106056
106057 commit f3397069479cae34e6bdc658e2875fb178b03e43
106058 Author: Behdad Esfahbod <behdad@behdad.org>
106059 Date:   Thu Jan 5 01:27:49 2017 -0800
106060
106061     1.4.0
106062
106063  NEWS         | 34 ++++++++++++++++++++++++++++++++++
106064  configure.ac |  2 +-
106065  2 files changed, 35 insertions(+), 1 deletion(-)
106066
106067 commit ae00af4a47587308969dfaf7baa93164d7842710
106068 Author: Frédéric Wang <fred.wang@free.fr>
106069 Date:   Tue Jan 3 05:55:09 2017 +0100
106070
106071     Move math-specific code from hb-ot-layout to hb-ot-math #235 (#384)
106072
106073  src/Makefile.sources |   1 +
106074  src/hb-ot-layout.cc  | 244 ---------------------------------------------
106075  src/hb-ot-math.cc    | 272 +++++++++++++++++++++++++++++++++++++++++++++++++++
106076  3 files changed, 273 insertions(+), 244 deletions(-)
106077
106078 commit e053ccc5bb7268fe5900dd364d906638c58b2908
106079 Author: Behdad Esfahbod <behdad@behdad.org>
106080 Date:   Wed Dec 28 15:51:57 2016 -0500
106081
106082     Remove Android.mk
106083     
106084     Android uses its own file these days and third-party developers should
106085     be using the autotools-based system against Android NDK.
106086
106087  Android.mk  | 107 ------------------------------------------------------------
106088  Makefile.am |   1 -
106089  2 files changed, 108 deletions(-)
106090
106091 commit 6cff75394192a1ab0dda82981752ade532838333
106092 Author: Behdad Esfahbod <behdad@behdad.org>
106093 Date:   Wed Dec 28 13:46:21 2016 -0500
106094
106095     Remove Tibetan decomposition rules from Indic shaper
106096     
106097     The decomposition is very obscure and unlikely to help
106098     any fonts.  Just remove it since Uniscribe probably doesn't
106099     do this either.
106100     
106101     Fixes https://github.com/behdad/harfbuzz/issues/382
106102
106103  src/hb-ot-shape-complex-indic.cc | 4 ----
106104  1 file changed, 4 deletions(-)
106105
106106 commit f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
106107 Author: Behdad Esfahbod <behdad@behdad.org>
106108 Date:   Wed Dec 28 13:45:32 2016 -0500
106109
106110     Port decompositions from Indic to USE shaper
106111     
106112     Part of https://github.com/behdad/harfbuzz/issues/382
106113
106114  src/hb-ot-shape-complex-indic.cc | 16 ----------------
106115  src/hb-ot-shape-complex-use.cc   | 22 ++++++++++++++++++++++
106116  2 files changed, 22 insertions(+), 16 deletions(-)
106117
106118 commit e678b537f77954615721abd65fef28854f95dc5d
106119 Author: Behdad Esfahbod <behdad@behdad.org>
106120 Date:   Mon Dec 26 14:11:59 2016 -0500
106121
106122     [indic] Remove Chakma decomposition rule from Indic shaper
106123     
106124     This is now added to USE:
106125     https://github.com/behdad/harfbuzz/pull/383
106126     
106127     See:
106128     https://github.com/behdad/harfbuzz/issues/381
106129     https://github.com/behdad/harfbuzz/issues/382
106130
106131  src/hb-ot-shape-complex-indic.cc | 4 ----
106132  1 file changed, 4 deletions(-)
106133
106134 commit 49ba698124399373cea000d08e0e9fe5fc2396e8
106135 Author: jfkthame <jfkthame@gmail.com>
106136 Date:   Wed Dec 28 18:00:51 2016 +0000
106137
106138     [use] Special-case Chakma split-vowel decomp in the USE shaper. (#383)
106139
106140  src/hb-ot-shape-complex-use.cc | 21 ++++++++++++++++++++-
106141  1 file changed, 20 insertions(+), 1 deletion(-)
106142
106143 commit c4ca49d55b49c65e04f0b2acecacd6a5c70978f4
106144 Author: Behdad Esfahbod <behdad@behdad.org>
106145 Date:   Mon Dec 26 14:52:08 2016 -0500
106146
106147     Revert "[indic] Remove redundant Chakma decomposition rule"
106148     
106149     This reverts commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa.
106150     
106151     Need to investigate why having this rule (with the reversed order)
106152     fixes decomposition as reported by punchcutter:
106153     https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796
106154
106155  src/hb-ot-shape-complex-indic.cc | 4 ++++
106156  1 file changed, 4 insertions(+)
106157
106158 commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa
106159 Author: Behdad Esfahbod <behdad@behdad.org>
106160 Date:   Mon Dec 26 14:11:59 2016 -0500
106161
106162     [indic] Remove redundant Chakma decomposition rule
106163     
106164     This was not used BTW since Chakma doesn't go through Indic shaper
106165     anymore.
106166     
106167     See:
106168     https://github.com/behdad/harfbuzz/issues/381
106169     https://github.com/behdad/harfbuzz/issues/382
106170
106171  src/hb-ot-shape-complex-indic.cc | 4 ----
106172  1 file changed, 4 deletions(-)
106173
106174 commit 3cc48a46b56be06e6734aaabf37a4b521606380c
106175 Author: Behdad Esfahbod <behdad@behdad.org>
106176 Date:   Mon Dec 26 13:10:31 2016 -0500
106177
106178     [indix] Comment
106179
106180  src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++++++---
106181  1 file changed, 22 insertions(+), 3 deletions(-)
106182
106183 commit 7d1c5d8281b05a5c178ea3ae048b0062145968aa
106184 Author: nvelinov <nikola.velinov@rwth-aachen.de>
106185 Date:   Sat Dec 24 02:46:37 2016 +0100
106186
106187     Compilation Error for ASSERT_STATIC on Some Compilers (#380)
106188     
106189     * this pointer in type definitions is not interpreted as a constant.
106190     This rule is not enforced strictly by all compilers, but the Green Hills Software compiler will regard this as an error.
106191     
106192     * Merging branches for the DEFINE_SIZE_UNION macro
106193     Adding check for the existence of static_size field in the tested member.
106194
106195  src/hb-open-type-private.hh | 2 +-
106196  1 file changed, 1 insertion(+), 1 deletion(-)
106197
106198 commit e2b878055bb1c0b84e1f7cfbf3d3f80bfc6811ea
106199 Author: Behdad Esfahbod <behdad@behdad.org>
106200 Date:   Thu Dec 22 14:40:19 2016 -0600
106201
106202     Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable
106203     
106204     New approach to fix this:
106205     https://github.com/behdad/harfbuzz/commit/69f9fbc4200442a35484d3c790ae8f4979be5d60
106206     
106207     Previous approach was reverted as it was too broad.  See context:
106208     https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368
106209     
106210     With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly) disable
106211     GDEF and GPOS, so we get results very close to Uniscribe, but slightly different
106212     since our fallback position logic is not exactly the same:
106213     
106214     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
106215     After:          [gid1166=3+991|gid1142=0@402,-26+0|gid5798=0+1434]
106216     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
106217
106218  src/hb-ot-shape-complex-arabic.cc  |  1 +
106219  src/hb-ot-shape-complex-default.cc |  1 +
106220  src/hb-ot-shape-complex-hangul.cc  |  1 +
106221  src/hb-ot-shape-complex-hebrew.cc  | 13 +++++++++++++
106222  src/hb-ot-shape-complex-indic.cc   |  1 +
106223  src/hb-ot-shape-complex-myanmar.cc |  2 ++
106224  src/hb-ot-shape-complex-private.hh |  8 ++++++++
106225  src/hb-ot-shape-complex-thai.cc    |  1 +
106226  src/hb-ot-shape-complex-tibetan.cc |  1 +
106227  src/hb-ot-shape-complex-use.cc     |  1 +
106228  src/hb-ot-shape.cc                 | 29 ++++++++++++++++-------------
106229  11 files changed, 46 insertions(+), 13 deletions(-)
106230
106231 commit 1a0f4aa6dfee69236b422f7c8825eff940f45c19
106232 Author: Behdad Esfahbod <behdad@behdad.org>
106233 Date:   Thu Dec 22 13:33:54 2016 -0600
106234
106235     Revert "Synthesize GDEF glyph class for any glyph that does not have one in GDEF"
106236     
106237     This reverts commit 69f9fbc4200442a35484d3c790ae8f4979be5d60.
106238     
106239     See https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401
106240     Fixes https://github.com/behdad/harfbuzz/issues/347
106241
106242  src/hb-ot-layout-gsub-table.hh | 22 ++--------------------
106243  src/hb-ot-shape.cc             | 29 +++++++++++++++++++++++++++++
106244  2 files changed, 31 insertions(+), 20 deletions(-)
106245
106246 commit 4b4a1b9f235598b04ce9ae1f9670fc978ab7620d
106247 Author: Behdad Esfahbod <behdad@behdad.org>
106248 Date:   Wed Dec 21 23:10:43 2016 -0600
106249
106250     Fix assert fail with contextual matching
106251     
106252     As discovered by libFuzzer / Chromium fuzzing.
106253     
106254     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=659496
106255     CC https://github.com/behdad/harfbuzz/issues/139
106256
106257  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++++-
106258  .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 -> 1384 bytes
106259  test/shaping/tests/fuzzed.tests                          |   1 +
106260  3 files changed, 6 insertions(+), 1 deletion(-)
106261
106262 commit df98ce5fc8cf1dafd58c329975f07aafbeee3263
106263 Author: Behdad Esfahbod <behdad@behdad.org>
106264 Date:   Wed Dec 21 19:27:30 2016 -0600
106265
106266     Improve debug output with really deep nesting
106267
106268  src/hb-private.hh | 11 +++++++----
106269  1 file changed, 7 insertions(+), 4 deletions(-)
106270
106271 commit eab418c5e6fa34b90133862cc8ce11e617ce08bf
106272 Author: Behdad Esfahbod <behdad@behdad.org>
106273 Date:   Wed Dec 21 15:51:28 2016 -0600
106274
106275     Avoid infinite loop in CoverageFormat2 iteration with bad fonts
106276     
106277     Fixes https://github.com/behdad/harfbuzz/issues/363
106278
106279  src/hb-ot-layout-common-private.hh | 29 ++++++++++++++++++-----------
106280  1 file changed, 18 insertions(+), 11 deletions(-)
106281
106282 commit a0688e8e7b58c156f5809c272b5884bfe75f68ae
106283 Author: Behdad Esfahbod <behdad@behdad.org>
106284 Date:   Tue Dec 20 20:52:50 2016 -0600
106285
106286     Ouch, finish previous change
106287
106288  test/fuzzing/Makefile.am  |  3 ++-
106289  test/fuzzing/hb-fuzzer.cc | 30 ++++--------------------------
106290  2 files changed, 6 insertions(+), 27 deletions(-)
106291
106292 commit de14c19d14be90367a1231de56dd347e3f54931c
106293 Author: Behdad Esfahbod <behdad@behdad.org>
106294 Date:   Tue Dec 20 20:50:38 2016 -0600
106295
106296     [fuzzer] Separate main() into a new file
106297
106298  test/fuzzing/hb-fuzzer.hh |  4 ++++
106299  test/fuzzing/main.cc      | 21 +++++++++++++++++++++
106300  2 files changed, 25 insertions(+)
106301
106302 commit 7ed71eb347c894c5b4b012bcca0816922c3052c2
106303 Author: Behdad Esfahbod <behdad@behdad.org>
106304 Date:   Tue Dec 20 15:01:16 2016 -0600
106305
106306     Protect collect_glyphs() and closure() against malicious DDOS fonts
106307     
106308     Fixes https://github.com/behdad/harfbuzz/issues/363
106309
106310  src/hb-ot-layout-gsub-table.hh | 58 ++++++++++++++++++++++++++++++++++--------
106311  1 file changed, 48 insertions(+), 10 deletions(-)
106312
106313 commit 1c98ff87c76536553e53c131e75aba33033ee3a0
106314 Author: Mike Hommey <mh@glandium.org>
106315 Date:   Fri Sep 30 18:15:37 2016 +0900
106316
106317     Support building with older glib versions
106318     
106319     It is desirable to be able to build against older versions of glib.
106320     
106321     fd7a245 changed the configure check to require glib > 2.38 for
106322     G_TEST_DIST. Before that, version 2.16 was required, but in fact,
106323     since aafe395, G_PASTE is being used, which was introduced in 2.19.1.
106324     And since 0ef179e2, hb-glib uses GBytes, which were introduced in
106325     2.31.10.
106326     
106327     2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
106328     against 2.22 is still supported, although we could probably get away
106329     with bumping that to 2.28. Either way, GBytes is not available.
106330     
106331     Arguably, if you build against a glib that doesn't support GBytes,
106332     you're not going to use the hb_glib_blob_create function, so we hide
106333     the function when building against such a glib.
106334     
106335     As for G_TEST_DIST, when building against versions of glib that don't
106336     support it, we can fallback to the previous behavior, which, AIUI, was
106337     just making the test not work when building in a separate directory.
106338
106339  configure.ac            | 2 +-
106340  src/hb-glib.cc          | 2 ++
106341  src/hb-glib.h           | 3 ++-
106342  test/api/test-ot-math.c | 4 ++++
106343  4 files changed, 9 insertions(+), 2 deletions(-)
106344
106345 commit ad273881c597a95929ce3b84f63865f9d7dcdb7e
106346 Author: Volker H. Simonis <volker.simonis@gmail.com>
106347 Date:   Wed Dec 14 18:56:17 2016 +0100
106348
106349     Minor fixes to pacify Coverity code scan
106350     
106351     Fixes https://github.com/behdad/harfbuzz/pull/377
106352
106353  src/hb-ot-font.cc              |  6 +++++-
106354  src/hb-ot-layout-gpos-table.hh | 14 +++++++-------
106355  2 files changed, 12 insertions(+), 8 deletions(-)
106356
106357 commit 1e1825bf47aa29968f75a78305d4541ce2c9d40c
106358 Author: ebraminio <ebrahim@gnu.org>
106359 Date:   Sat Dec 17 10:30:40 2016 +0330
106360
106361     [dwrite] Provide an experimental API for justification (#279)
106362
106363  src/hb-directwrite.cc | 48 ++++++++++++++++++++++++++++++++++++++++--------
106364  src/hb-directwrite.h  |  4 ++++
106365  2 files changed, 44 insertions(+), 8 deletions(-)
106366
106367 commit 4cd0cd67914db1da10906e40335faea7dbec1d0a
106368 Author: elmarb <elmar.braun@web.de>
106369 Date:   Wed Dec 7 11:50:27 2016 +0100
106370
106371     NMake ICU option builds with builtin ICU (#375)
106372
106373  win32/build-rules-msvc.mak  | 13 -------------
106374  win32/config-msvc.mak       | 37 ++++++++++++++++++++-----------------
106375  win32/create-lists-msvc.mak | 13 -------------
106376  win32/detectenv-msvc.mak    |  4 +++-
106377  win32/generate-msvc.mak     |  2 +-
106378  win32/info-msvc.mak         | 12 +++++-------
106379  win32/install.mak           |  4 ----
106380  7 files changed, 29 insertions(+), 56 deletions(-)
106381
106382 commit 75fa884f925c203a839b5874f30bf9ebf025b6e4
106383 Author: Khaled Hosny <khaledhosny@eglug.org>
106384 Date:   Mon Dec 5 23:20:47 2016 +0200
106385
106386     [win32] Fix wrong description of the ICU option (#372)
106387
106388  win32/README.txt | 4 +---
106389  1 file changed, 1 insertion(+), 3 deletions(-)
106390
106391 commit 219cb29c5d230ecc6ee154b447fabd7b59fbe089
106392 Author: Behdad Esfahbod <behdad@behdad.org>
106393 Date:   Wed Sep 28 17:16:06 2016 +0200
106394
106395     Fix build after rebasing opentype-gx branch on top of MATH table
106396
106397  src/hb-ot-layout-common-private.hh | 4 ++--
106398  1 file changed, 2 insertions(+), 2 deletions(-)
106399
106400 commit 0aedfd59be54972e61a952753ffc0d12631771fe
106401 Author: Behdad Esfahbod <behdad@behdad.org>
106402 Date:   Wed Sep 28 17:05:43 2016 +0200
106403
106404     [GX] Apply 'rvrn' feature before any other feature
106405
106406  src/hb-ot-shape.cc | 3 +++
106407  1 file changed, 3 insertions(+)
106408
106409 commit 42c81425316190f6424ecb9b19d5a886aa1e4136
106410 Author: Behdad Esfahbod <behdad@behdad.org>
106411 Date:   Tue Sep 13 23:49:46 2016 +0200
106412
106413     [GX] Fix build with older FreeType
106414
106415  configure.ac |  4 ++++
106416  src/hb-ft.cc | 12 ++++++++----
106417  2 files changed, 12 insertions(+), 4 deletions(-)
106418
106419 commit 72873cf522a6e3bec1b6508d8d20d3d2ce233cd6
106420 Author: Sascha Brawer <sascha@brawer.ch>
106421 Date:   Tue Sep 13 18:40:07 2016 +0200
106422
106423     Call hb_font_set_var_coords_normalized() from FT_Face coords
106424
106425  src/hb-ft.cc | 14 ++++++++++++++
106426  1 file changed, 14 insertions(+)
106427
106428 commit 4ebbeb7c50e5c1e934d230ceacf792602c6eb9b9
106429 Author: Behdad Esfahbod <behdad@behdad.org>
106430 Date:   Sat Sep 10 04:52:34 2016 -0700
106431
106432     [GX] Make FeatureVariations actually work
106433     
106434     Yay!!!!
106435
106436  src/hb-ot-layout-common-private.hh   | 19 +++++++------------
106437  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
106438  2 files changed, 9 insertions(+), 13 deletions(-)
106439
106440 commit 72ada4f0c6998fc2a282efc2a573733e37db8be5
106441 Author: Behdad Esfahbod <behdad@behdad.org>
106442 Date:   Sat Sep 10 03:57:24 2016 -0700
106443
106444     [GX] Hook up feature variations
106445     
106446     Shape-plan caching is not implemented.
106447
106448  src/hb-coretext.cc           |   8 +++-
106449  src/hb-directwrite.cc        |   6 ++-
106450  src/hb-fallback-shape.cc     |   4 +-
106451  src/hb-font.cc               |   6 +--
106452  src/hb-graphite2.cc          |   4 +-
106453  src/hb-ot-map-private.hh     |  17 +++++---
106454  src/hb-ot-map.cc             |  25 ++++++++---
106455  src/hb-ot-shape-private.hh   |   6 ++-
106456  src/hb-ot-shape.cc           |   9 ++--
106457  src/hb-shape-plan-private.hh |   9 +++-
106458  src/hb-shape-plan.cc         | 102 +++++++++++++++++++++++++++++++++++++++----
106459  src/hb-shape-plan.h          |  19 ++++++++
106460  src/hb-shape.cc              |   5 ++-
106461  src/hb-uniscribe.cc          |   4 +-
106462  14 files changed, 183 insertions(+), 41 deletions(-)
106463
106464 commit ec87ba9ba32a374d49dd3e40137f75f4f4232aee
106465 Author: Behdad Esfahbod <behdad@behdad.org>
106466 Date:   Sat Sep 10 03:53:11 2016 -0700
106467
106468     [GX] Add hb_ot_layout_feature_with_variations_get_lookups()
106469
106470  src/hb-ot-layout-common-private.hh   | 30 +++++++++++++++++++++++++++++-
106471  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
106472  src/hb-ot-layout.cc                  | 28 ++++++++++++++++++++++++----
106473  src/hb-ot-layout.h                   |  9 +++++++++
106474  4 files changed, 74 insertions(+), 5 deletions(-)
106475
106476 commit 30c42b644eb33551aa0986287182a46f2d8c32ed
106477 Author: Behdad Esfahbod <behdad@behdad.org>
106478 Date:   Sat Sep 10 03:32:39 2016 -0700
106479
106480     [GX] Add hb_ot_layout_table_find_feature_variations()
106481
106482  src/hb-ot-layout-common-private.hh   | 18 +++++++++++-------
106483  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
106484  src/hb-ot-layout.cc                  | 15 +++++++++++++++
106485  src/hb-ot-layout.h                   | 10 ++++++++++
106486  4 files changed, 39 insertions(+), 10 deletions(-)
106487
106488 commit 7ceadbe981aa50481163bb365f0fe3f994266165
106489 Author: Behdad Esfahbod <behdad@behdad.org>
106490 Date:   Sat Sep 10 02:44:20 2016 -0700
106491
106492     Shuffle code around
106493
106494  src/hb-ot-map.cc | 81 ++++++++++++++++++++++++++++----------------------------
106495  1 file changed, 41 insertions(+), 40 deletions(-)
106496
106497 commit bde5e3959c0ffdb92db87668035b01aaee9b2352
106498 Author: Behdad Esfahbod <behdad@behdad.org>
106499 Date:   Sat Sep 10 02:43:20 2016 -0700
106500
106501     Move add_lookups from map to map-builder
106502     
106503     In prep for more changes.
106504
106505  src/hb-ot-map-private.hh | 15 ++++++++-------
106506  src/hb-ot-map.cc         | 29 +++++++++++++++--------------
106507  2 files changed, 23 insertions(+), 21 deletions(-)
106508
106509 commit 26648cebcd14bd26142ccfe5ac8c0be08a213671
106510 Author: Behdad Esfahbod <behdad@behdad.org>
106511 Date:   Sat Sep 10 02:11:05 2016 -0700
106512
106513     [GX] Remove (partial) support for anisotropic variations
106514     
106515     It doesn't always work, not part of FreeType, and we were not going
106516     to expose it in the API anyway.  Can always be added later.
106517
106518  src/hb-font-private.hh             |  3 +--
106519  src/hb-font.cc                     | 17 ++++++-----------
106520  src/hb-ot-layout-common-private.hh |  9 ++++-----
106521  3 files changed, 11 insertions(+), 18 deletions(-)
106522
106523 commit c22176d4bac720b4c9121b3d6629595831f19fb0
106524 Author: Behdad Esfahbod <behdad@behdad.org>
106525 Date:   Sat Sep 10 01:58:27 2016 -0700
106526
106527     [GX] Handle setting var coords to NULL
106528
106529  src/hb-font.cc | 8 +++++---
106530  1 file changed, 5 insertions(+), 3 deletions(-)
106531
106532 commit 59055b5494f802013ca3613a15e565ae1ca0c589
106533 Author: Behdad Esfahbod <behdad@behdad.org>
106534 Date:   Sat Sep 10 01:24:28 2016 -0700
106535
106536     [GX] Implement Feature Variations
106537     
106538     Not hooked up to shaper yet.
106539
106540  src/hb-ot-layout-common-private.hh   | 168 ++++++++++++++++++++++++++++++++++-
106541  src/hb-ot-layout-gdef-table.hh       |   1 -
106542  src/hb-ot-layout-gpos-table.hh       |   2 -
106543  src/hb-ot-layout-gsub-table.hh       |   2 -
106544  src/hb-ot-layout-gsubgpos-private.hh |  15 +++-
106545  5 files changed, 180 insertions(+), 8 deletions(-)
106546
106547 commit 85ec4944346a1ac111217698e1424669a9732280
106548 Author: Behdad Esfahbod <behdad@behdad.org>
106549 Date:   Sat Sep 10 00:25:16 2016 -0700
106550
106551     [GX] Fix another x/y thinko
106552     
106553     Thanks Werner!
106554
106555  src/hb-ot-layout-common-private.hh | 2 +-
106556  1 file changed, 1 insertion(+), 1 deletion(-)
106557
106558 commit cf3de4d8f79fc6e8413957cdef034e975343ce30
106559 Author: Behdad Esfahbod <behdad@behdad.org>
106560 Date:   Sat Sep 10 00:22:24 2016 -0700
106561
106562     [GX] Rename VarStore to VariationStore
106563
106564  src/hb-ot-layout-common-private.hh   | 12 ++++++------
106565  src/hb-ot-layout-gdef-table.hh       | 14 +++++++-------
106566  src/hb-ot-layout-gpos-table.hh       |  2 +-
106567  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
106568  4 files changed, 15 insertions(+), 15 deletions(-)
106569
106570 commit 1f6ed356e0a849b61ce98b6a2f38d04d98c2191e
106571 Author: Behdad Esfahbod <behdad@behdad.org>
106572 Date:   Sat Sep 10 00:01:10 2016 -0700
106573
106574     [GX] Fix build with some compilers
106575     
106576     Eg. https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r
106577     
106578     hb-open-type-private.hh:103:29: error: static data member 'OT::Device::<anonymous union>::<anonymous struct>::static_size' in unnamed class [-fpermissive]
106579
106580  src/hb-ot-layout-common-private.hh | 19 ++++++++++++-------
106581  1 file changed, 12 insertions(+), 7 deletions(-)
106582
106583 commit 250bcd6fb691d6f15fa9ca71b475ce419d0b5e37
106584 Author: Behdad Esfahbod <behdad@behdad.org>
106585 Date:   Fri Sep 9 23:12:14 2016 -0700
106586
106587     [GX] Skip tail zero entries when setting variation coordinates
106588
106589  src/hb-font.cc | 4 ++++
106590  1 file changed, 4 insertions(+)
106591
106592 commit 1124d2ece55e323ed934357b30e68df75829cfaa
106593 Author: Behdad Esfahbod <behdad@behdad.org>
106594 Date:   Fri Sep 9 22:48:27 2016 -0700
106595
106596     [GX] Fix thinko
106597
106598  src/hb-ot-layout-common-private.hh | 1 -
106599  src/hb-ot-layout-gpos-table.hh     | 2 +-
106600  2 files changed, 1 insertion(+), 2 deletions(-)
106601
106602 commit ad69e8f07c6e3e47fe7e7103c2ff7c053d272b1a
106603 Author: Behdad Esfahbod <behdad@behdad.org>
106604 Date:   Fri Sep 9 22:23:34 2016 -0700
106605
106606     [GX] Add new API hb_font_set_var_coords_normalized()
106607     
106608     Will probably change.
106609
106610  src/hb-font.cc | 23 +++++++++++++++++++++++
106611  src/hb-font.h  |  5 +++++
106612  2 files changed, 28 insertions(+)
106613
106614 commit 151d93de8a595924a8dcb00fcba648b4b3df0bf5
106615 Author: Behdad Esfahbod <behdad@behdad.org>
106616 Date:   Fri Sep 9 17:03:11 2016 -0700
106617
106618     [GX] Hook up GPOS to Variation Store stored in GDEF
106619     
106620     Untested.
106621
106622  src/hb-ot-layout-common-private.hh   | 22 ++++++++++----------
106623  src/hb-ot-layout-gdef-table.hh       | 27 +++++++++++++++---------
106624  src/hb-ot-layout-gpos-table.hh       | 40 ++++++++++++++++--------------------
106625  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
106626  4 files changed, 48 insertions(+), 43 deletions(-)
106627
106628 commit dcfd309533ac83e44369dea7204d668623b08207
106629 Author: Behdad Esfahbod <behdad@behdad.org>
106630 Date:   Fri Sep 9 16:51:07 2016 -0700
106631
106632     [GX] Change GDEF API to return varStore
106633
106634  src/hb-ot-layout-gdef-table.hh | 5 ++---
106635  1 file changed, 2 insertions(+), 3 deletions(-)
106636
106637 commit 49cb87850c2692be45b201168c8ce10b263168cc
106638 Author: Behdad Esfahbod <behdad@behdad.org>
106639 Date:   Fri Sep 9 16:27:03 2016 -0700
106640
106641     [GX] Pass apply-context down to get_anchor()
106642     
106643     Needed to access GDEF for varStore.
106644
106645  src/hb-ot-layout-gpos-table.hh | 57 ++++++++++++++++++++++--------------------
106646  1 file changed, 30 insertions(+), 27 deletions(-)
106647
106648 commit f0c3fd8c9ab402be923fe0845fb51d99841829b6
106649 Author: Behdad Esfahbod <behdad@behdad.org>
106650 Date:   Fri Sep 9 16:22:45 2016 -0700
106651
106652     [GX] Add varStore member to GDEF
106653     
106654     Still not hooked up from GPOS.
106655
106656  src/hb-ot-layout-gdef-table.hh | 17 ++++++++++++++---
106657  1 file changed, 14 insertions(+), 3 deletions(-)
106658
106659 commit 5c971f8dbc823dbad4a2869cf9e835095ab6ddb2
106660 Author: Behdad Esfahbod <behdad@behdad.org>
106661 Date:   Fri Sep 9 16:05:17 2016 -0700
106662
106663     Minor change to GDEF, in prep for new version
106664
106665  src/hb-ot-layout-gdef-table.hh | 10 +++++-----
106666  1 file changed, 5 insertions(+), 5 deletions(-)
106667
106668 commit dc9f2297998b4cbc4f9e4c2591fc2bb5f92986d1
106669 Author: Behdad Esfahbod <behdad@behdad.org>
106670 Date:   Fri Sep 9 15:40:15 2016 -0700
106671
106672     [GX] Port variation stuff to Variation Store design
106673     
106674     Not hooked up to GDEF yet.
106675
106676  src/hb-ot-layout-common-private.hh | 294 +++++++++++++++++++++++--------------
106677  src/hb-ot-layout-gpos-table.hh     |   2 +-
106678  2 files changed, 184 insertions(+), 112 deletions(-)
106679
106680 commit a7edeb6f02cbc4418285fdfc58ef8a8740a380e9
106681 Author: Behdad Esfahbod <behdad@behdad.org>
106682 Date:   Fri Sep 9 15:39:52 2016 -0700
106683
106684     Make OffsetArrayOf take OffsetType template argument
106685
106686  src/hb-open-type-private.hh | 4 ++--
106687  1 file changed, 2 insertions(+), 2 deletions(-)
106688
106689 commit 8dddc231cf9d934eb93a39f2657717cbdad43a64
106690 Author: Behdad Esfahbod <behdad@behdad.org>
106691 Date:   Fri Sep 9 13:17:33 2016 -0700
106692
106693     [GX] Revert "[GX] Add VariationAlternates, to allow conditional lookups in GSUB/GPOS"
106694     
106695     This reverts commit 2859f1c7174d6f7ae5dcf0db5411bc0182b21594.
106696     We are going in a different direction.
106697
106698  src/hb-open-type-private.hh        |  1 -
106699  src/hb-ot-layout-common-private.hh | 99 +-------------------------------------
106700  2 files changed, 2 insertions(+), 98 deletions(-)
106701
106702 commit bb4d2e6ed562c248fff15313a013d49e38a18789
106703 Author: Behdad Esfahbod <behdad@behdad.org>
106704 Date:   Fri Sep 9 13:08:52 2016 -0700
106705
106706     [GX] Free GX coordinates
106707
106708  src/hb-font.cc | 5 ++++-
106709  1 file changed, 4 insertions(+), 1 deletion(-)
106710
106711 commit baa329c6a12c7ffd56feed32351d9405b7d1651b
106712 Author: Behdad Esfahbod <behdad@behdad.org>
106713 Date:   Fri Mar 18 15:52:24 2016 -0700
106714
106715     [GX] Add compact VariationDevice implementation
106716     
106717     Add compact format that uses signed bytes instead of shorts.
106718
106719  src/hb-open-type-private.hh        |  1 +
106720  src/hb-ot-layout-common-private.hh | 35 ++++++++++++++++++++++++-----------
106721  2 files changed, 25 insertions(+), 11 deletions(-)
106722
106723 commit 71b06fd392680b6fcfece60d8a83ba6c56eada09
106724 Author: Behdad Esfahbod <behdad@behdad.org>
106725 Date:   Sat Mar 12 23:49:09 2016 -0800
106726
106727     [GX] Add VariationAlternates, to allow conditional lookups in GSUB/GPOS
106728     
106729     Not hooked up to runtime yet.
106730
106731  src/hb-open-type-private.hh        |  1 +
106732  src/hb-ot-layout-common-private.hh | 99 +++++++++++++++++++++++++++++++++++++-
106733  2 files changed, 98 insertions(+), 2 deletions(-)
106734
106735 commit 976eeb8e025e2b7601a91e661d6e9a88bf8afbd2
106736 Author: Behdad Esfahbod <behdad@behdad.org>
106737 Date:   Sat Mar 12 23:28:12 2016 -0800
106738
106739     [GX] Minor
106740
106741  src/hb-ot-layout-common-private.hh | 3 +--
106742  1 file changed, 1 insertion(+), 2 deletions(-)
106743
106744 commit ed8a9067ca0fe51ac4b80dab55db596763df72bb
106745 Author: Behdad Esfahbod <behdad@behdad.org>
106746 Date:   Wed Mar 2 12:54:35 2016 -0800
106747
106748     [GX] Minor
106749
106750  src/hb-ot-layout-common-private.hh | 3 ++-
106751  1 file changed, 2 insertions(+), 1 deletion(-)
106752
106753 commit 15c5ee67473a17859a919104c5e6fed1f813aa65
106754 Author: Behdad Esfahbod <behdad@behdad.org>
106755 Date:   Wed Mar 2 12:41:49 2016 +0900
106756
106757     [GX] Minor rename
106758
106759  src/hb-ot-layout-common-private.hh | 6 +++---
106760  1 file changed, 3 insertions(+), 3 deletions(-)
106761
106762 commit 4c535a822f16b23a4e41e14d1b17fe179b83eabc
106763 Author: Behdad Esfahbod <behdad@behdad.org>
106764 Date:   Wed Mar 2 12:21:36 2016 +0900
106765
106766     [GX] Hookup VariationDevice to Device table implementation
106767
106768  src/hb-ot-layout-common-private.hh | 65 +++++++++++++++++++++++++++++++++++++-
106769  1 file changed, 64 insertions(+), 1 deletion(-)
106770
106771 commit a0c2366075fcb894212b9bf137e4dd34bb65537c
106772 Author: Behdad Esfahbod <behdad@behdad.org>
106773 Date:   Tue Mar 1 19:42:24 2016 +0900
106774
106775     [GX] Break out early if factor is zero
106776     
106777     Also disable sanity-checking of variation records.
106778
106779  src/hb-ot-layout-common-private.hh | 9 ++++++++-
106780  1 file changed, 8 insertions(+), 1 deletion(-)
106781
106782 commit ca286703164caf1eda665f6f27ef83bf04e2f8ba
106783 Author: Behdad Esfahbod <behdad@behdad.org>
106784 Date:   Tue Mar 1 19:29:36 2016 +0900
106785
106786     [GX] Towards anisotropic interpolation
106787     
106788     Also hookup to ValueRecord and Anchors.
106789
106790  src/hb-font-private.hh             |  5 +++--
106791  src/hb-font.cc                     |  9 +++++++--
106792  src/hb-ot-layout-common-private.hh |  4 ++--
106793  src/hb-ot-layout-gpos-table.hh     | 20 ++++++++++----------
106794  4 files changed, 22 insertions(+), 16 deletions(-)
106795
106796 commit 6d9d3c55bbd4209ba339ccd2b925bb4a6c97f622
106797 Author: Behdad Esfahbod <behdad@behdad.org>
106798 Date:   Tue Mar 1 19:12:08 2016 +0900
106799
106800     [GX] Add data types for encoding numerical variations
106801
106802  src/hb-font-private.hh             |  10 ++++
106803  src/hb-font.cc                     |   3 +
106804  src/hb-ot-layout-common-private.hh | 113 +++++++++++++++++++++++++++++++++++++
106805  3 files changed, 126 insertions(+)
106806
106807 commit b843c6d8b66c2833cd35407ee494546465e6d775
106808 Author: Behdad Esfahbod <behdad@behdad.org>
106809 Date:   Mon Dec 5 13:42:28 2016 -0800
106810
106811     1.3.4
106812
106813  NEWS         | 8 ++++++++
106814  configure.ac | 2 +-
106815  2 files changed, 9 insertions(+), 1 deletion(-)
106816
106817 commit 8c842e4a44908cce0f416481c73dc0866a0a9c95
106818 Author: Behdad Esfahbod <behdad@behdad.org>
106819 Date:   Sun Dec 4 20:28:38 2016 -0800
106820
106821     [hb-fuzzer] Get glyph extents for output glyphs
106822     
106823     To exercise glyph-extents codepaths (glyf / CBLC+CBDT).
106824
106825  test/fuzzing/hb-fuzzer.cc | 13 +++++++++++++
106826  1 file changed, 13 insertions(+)
106827
106828 commit 9f6144cdb9dd2bc8cd147306e678d76ae82663d8
106829 Author: Behdad Esfahbod <behdad@behdad.org>
106830 Date:   Sun Dec 4 19:55:17 2016 -0800
106831
106832     [CBDT] Add test for fetching glyph extents
106833
106834  test/shaping/Makefile.am                                 |   1 +
106835  .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 -> 3724 bytes
106836  test/shaping/tests/color-fonts.tests                     |   1 +
106837  3 files changed, 2 insertions(+)
106838
106839 commit e4bfccfb2a0f425ff69b0a50ca8a4731c4001069
106840 Author: Behdad Esfahbod <behdad@behdad.org>
106841 Date:   Sun Dec 4 19:43:33 2016 -0800
106842
106843     [CBDT] Minor
106844
106845  src/hb-ot-cbdt-table.hh | 21 ++++++++++++++-------
106846  src/hb-ot-font.cc       | 38 ++++++++++++++++++++------------------
106847  2 files changed, 34 insertions(+), 25 deletions(-)
106848
106849 commit b7068af423dba30fd831041aabf4b805d26fe349
106850 Author: Behdad Esfahbod <behdad@behdad.org>
106851 Date:   Sun Dec 4 19:36:30 2016 -0800
106852
106853     [CBDT] Fix thinko!
106854
106855  src/hb-ot-cbdt-table.hh | 2 +-
106856  1 file changed, 1 insertion(+), 1 deletion(-)
106857
106858 commit a141d1da9bb0f91521a9a7749f9533c75cfe6a2f
106859 Author: Behdad Esfahbod <behdad@behdad.org>
106860 Date:   Sun Dec 4 19:26:54 2016 -0800
106861
106862     [CBDT] Implement IndexSubtableFormat3
106863
106864  src/hb-ot-cbdt-table.hh | 11 +++++++++--
106865  1 file changed, 9 insertions(+), 2 deletions(-)
106866
106867 commit 9eda74c92c9024ffb8ec6e9344c99d51dd763f0c
106868 Author: Behdad Esfahbod <behdad@behdad.org>
106869 Date:   Sun Dec 4 19:12:52 2016 -0800
106870
106871     [cbdt] Move some more code around
106872
106873  src/hb-ot-cbdt-table.hh | 61 ++++++++++++++++++++++++++++++++++---------------
106874  src/hb-ot-font.cc       | 18 ++++++---------
106875  2 files changed, 49 insertions(+), 30 deletions(-)
106876
106877 commit 654f9ab0d8d5ee032b5da763e34e7b1f454416b9
106878 Author: Behdad Esfahbod <behdad@behdad.org>
106879 Date:   Sun Dec 4 18:56:24 2016 -0800
106880
106881     [cbdt] Fix sign bug
106882     
106883     Was introduced in d495fc5e38038f4cfb20425b1109324fa70bf2f9
106884
106885  src/hb-ot-cbdt-table.hh | 2 +-
106886  1 file changed, 1 insertion(+), 1 deletion(-)
106887
106888 commit c27d6fcf8db6f02e075dd1868ae67d878fff39d4
106889 Author: Behdad Esfahbod <behdad@behdad.org>
106890 Date:   Fri Dec 2 22:43:05 2016 -0800
106891
106892     [cbdt] Last of sanitization fixes
106893     
106894     Should be all good now..
106895
106896  src/hb-ot-font.cc | 23 ++++++++++++++++-------
106897  1 file changed, 16 insertions(+), 7 deletions(-)
106898
106899 commit d495fc5e38038f4cfb20425b1109324fa70bf2f9
106900 Author: Behdad Esfahbod <behdad@behdad.org>
106901 Date:   Fri Dec 2 21:36:42 2016 -0800
106902
106903     [cbdt] Clean up some more
106904     
106905     Almost there..
106906
106907  src/hb-ot-cbdt-table.hh | 134 +++++++++++++++++++++++++++++++++++++++++++-----
106908  src/hb-ot-font.cc       |  38 ++++----------
106909  2 files changed, 131 insertions(+), 41 deletions(-)
106910
106911 commit ce09e90e1502d5f944bafd64e51c29e365a963ae
106912 Author: Behdad Esfahbod <behdad@behdad.org>
106913 Date:   Fri Dec 2 20:12:57 2016 -0800
106914
106915     [cbdt] More sanitize work
106916
106917  src/hb-ot-cbdt-table.hh | 65 +++++++++++++++++++++++++++++--------------------
106918  src/hb-ot-font.cc       | 46 ++++++++++++++++++----------------
106919  2 files changed, 63 insertions(+), 48 deletions(-)
106920
106921 commit 70eb2ff682344688635cebb716fee0b73557c925
106922 Author: Behdad Esfahbod <behdad@behdad.org>
106923 Date:   Fri Dec 2 19:51:23 2016 -0800
106924
106925     Check for offset overflows during sanitize
106926
106927  src/hb-open-type-private.hh | 2 ++
106928  1 file changed, 2 insertions(+)
106929
106930 commit 4b58c9e326acde09d389c699014e4e7f6259f50a
106931 Author: Behdad Esfahbod <behdad@behdad.org>
106932 Date:   Fri Dec 2 19:25:54 2016 -0800
106933
106934     [cbdt] Start fixing sanitization (or lack thereof)
106935
106936  src/hb-ot-cbdt-table.hh | 77 ++++++++++++++++++++++++++++++++++++-------------
106937  src/hb-ot-font.cc       | 22 +++++++-------
106938  2 files changed, 68 insertions(+), 31 deletions(-)
106939
106940 commit b92ba7bafcd9545a401fb871eb342e6284032c47
106941 Author: Behdad Esfahbod <behdad@behdad.org>
106942 Date:   Fri Dec 2 15:21:43 2016 -0800
106943
106944     [CBDT] Use CHAR instead of int8_t
106945
106946  src/hb-open-type-private.hh |  1 +
106947  src/hb-ot-cbdt-table.hh     | 28 ++++++++++++++--------------
106948  2 files changed, 15 insertions(+), 14 deletions(-)
106949
106950 commit efca7bf97f9967af4fa399a6665b723af643cecd
106951 Author: Behdad Esfahbod <behdad@behdad.org>
106952 Date:   Fri Dec 2 15:11:37 2016 -0800
106953
106954     Rename 'ebdt' to 'cbdt' since we only support the PNG format
106955
106956  src/Makefile.sources                             |  2 +-
106957  src/{hb-ot-ebdt-table.hh => hb-ot-cbdt-table.hh} |  6 +++---
106958  src/hb-ot-font.cc                                | 12 ++++++------
106959  3 files changed, 10 insertions(+), 10 deletions(-)
106960
106961 commit 831852594b777f250efedb76d19bee1cfc8eeaa4
106962 Author: Seigo Nonaka <nona@google.com>
106963 Date:   Fri Dec 2 15:03:50 2016 -0800
106964
106965     Introduce get_extent support for color bitmap font. (#351)
106966     
106967     hb_font_get_glyph_extents now works for color bitmap fonts.
106968     Currently only font having index format 1 and image format 17
106969     is supported.
106970
106971  src/Makefile.sources    |   1 +
106972  src/hb-ot-ebdt-table.hh | 193 ++++++++++++++++++++++++++++++++++++++++++++++++
106973  src/hb-ot-font.cc       |  96 ++++++++++++++++++++++++
106974  3 files changed, 290 insertions(+)
106975
106976 commit 261837e7202ec584f653f379851e1c6457396b07
106977 Author: Ebrahim Byagowi <ebrahim@gnu.org>
106978 Date:   Fri Oct 28 21:49:11 2016 +0330
106979
106980     Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it on CI (#356)
106981
106982  appveyor.yml             | 1 +
106983  win32/detectenv-msvc.mak | 4 ++--
106984  win32/generate-msvc.mak  | 2 +-
106985  3 files changed, 4 insertions(+), 3 deletions(-)
106986
106987 commit d163cd956246449e3e48b54ce6eb5cdb14e3a0a6
106988 Author: Behdad Esfahbod <behdad@behdad.org>
106989 Date:   Wed Oct 26 18:27:48 2016 +0200
106990
106991     [tests] Add tests for vertical origin with ft and ot font-funcs
106992
106993  .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 -> 1004 bytes
106994  test/shaping/tests/vertical.tests                        |   2 ++
106995  2 files changed, 2 insertions(+)
106996
106997 commit 2b117720c03869c7714304fd7fbfb2b01199bb3a
106998 Author: Behdad Esfahbod <behdad@behdad.org>
106999 Date:   Wed Oct 26 18:12:50 2016 +0200
107000
107001     Use horizontal ascent as fallback vertical origin
107002
107003  src/hb-font-private.hh | 7 ++++---
107004  1 file changed, 4 insertions(+), 3 deletions(-)
107005
107006 commit a7b32f2057098012b3ab43121397766ae45b3559
107007 Author: Behdad Esfahbod <behdad@behdad.org>
107008 Date:   Wed Oct 26 18:08:41 2016 +0200
107009
107010     Move code around
107011
107012  src/hb-font-private.hh | 38 +++++++++++++++++++++++---------------
107013  1 file changed, 23 insertions(+), 15 deletions(-)
107014
107015 commit 63635c763dd9393df236f49d491510cca18a1ccc
107016 Author: Behdad Esfahbod <behdad@behdad.org>
107017 Date:   Wed Oct 26 17:54:04 2016 +0200
107018
107019     [hb-ot-font] Use ascent+descent as fallback vertical advance
107020
107021  src/hb-ot-font.cc | 8 +++++---
107022  1 file changed, 5 insertions(+), 3 deletions(-)
107023
107024 commit 9ee23c49a7a7b2479ae0d36a64720e92eb8a36e7
107025 Author: Behdad Esfahbod <behdad@behdad.org>
107026 Date:   Wed Oct 26 17:44:16 2016 +0200
107027
107028     Fix vertical glyph origin with hb-ot-font
107029
107030  src/hb-font-private.hh | 51 ++++++++++++++++++++++++++++----------------------
107031  1 file changed, 29 insertions(+), 22 deletions(-)
107032
107033 commit b3b0816d5fc00298621f738cf400de60f8a42c5d
107034 Author: Behdad Esfahbod <behdad@behdad.org>
107035 Date:   Wed Oct 26 17:19:07 2016 +0200
107036
107037     Fix vertical font metrics
107038     
107039     Ouch!
107040
107041  src/hb-font-private.hh | 4 ++--
107042  src/hb-ot-font.cc      | 8 ++++++--
107043  2 files changed, 8 insertions(+), 4 deletions(-)
107044
107045 commit 966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4
107046 Author: Behdad Esfahbod <behdad@behdad.org>
107047 Date:   Wed Oct 26 16:17:15 2016 +0200
107048
107049     1.3.3
107050
107051  NEWS         | 24 ++++++++++++++++++++++++
107052  configure.ac |  2 +-
107053  2 files changed, 25 insertions(+), 1 deletion(-)
107054
107055 commit 118164293cc7eb18ba03896f602aff816400134b
107056 Author: Behdad Esfahbod <behdad@behdad.org>
107057 Date:   Wed Oct 26 16:04:30 2016 +0200
107058
107059     Fix "make distcheck"
107060
107061  configure.ac | 3 +--
107062  1 file changed, 1 insertion(+), 2 deletions(-)
107063
107064 commit b6c765871b752c9436ec993e47b48f9d4fecaed5
107065 Author: Behdad Esfahbod <behdad@behdad.org>
107066 Date:   Wed Oct 26 10:33:33 2016 +0200
107067
107068     [ci] Fix appveyor.yml syntax error
107069
107070  appveyor.yml | 2 +-
107071  1 file changed, 1 insertion(+), 1 deletion(-)
107072
107073 commit 0e79ebb3ca9b7b6d238a0007e5ca022845ee9afc
107074 Author: Behdad Esfahbod <behdad@behdad.org>
107075 Date:   Sun Oct 23 14:39:43 2016 +0200
107076
107077     [gobject] Update for new MATH structs
107078
107079  src/hb-gobject-structs.cc | 3 +++
107080  1 file changed, 3 insertions(+)
107081
107082 commit 8c854dc023b1f9e081a3bbd16416b88a4671c267
107083 Merge: bb9805f54 c3fa5d0e0
107084 Author: Khaled Hosny <khaledhosny@eglug.org>
107085 Date:   Tue Oct 25 00:31:36 2016 +0300
107086
107087     Merge pull request #352 from fred-wang/makefile-am
107088     
107089     Remove inexistent file ttx file from test/api/Makefile.am
107090
107091 commit c3fa5d0e03b57be131c66ea8720806c946d0e10f
107092 Author: Frédéric Wang <fred.wang@free.fr>
107093 Date:   Mon Oct 24 21:42:04 2016 +0200
107094
107095     Remove inexistent file ttx file from test/api/Makefile.am
107096
107097  test/api/Makefile.am | 1 -
107098  1 file changed, 1 deletion(-)
107099
107100 commit bb9805f5419f18c7f5cab32d660fd4109c30f7cc
107101 Merge: 702d9f522 755a0c207
107102 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107103 Date:   Sat Oct 22 12:23:05 2016 +0330
107104
107105     Merge pull request #349 from ebraminio/mergebackvcpkgpatches
107106     
107107     [ci] Enable hb-freetype on Windows build tests
107108
107109 commit 755a0c20798e3c3e6bb933a28e38f9667fccdadc
107110 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107111 Date:   Fri Oct 21 11:48:58 2016 +0330
107112
107113     [ci] Enable freetype on msvc using vcpkg
107114
107115  appveyor.yml | 15 +++++++++++++--
107116  1 file changed, 13 insertions(+), 2 deletions(-)
107117
107118 commit 4631d84c2bb51395efe3156f9c9f1a6b0e277947
107119 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107120 Date:   Tue Oct 18 14:30:00 2016 +0330
107121
107122     Merge back @vlj's local patches of vcpkg
107123
107124  win32/config-msvc.mak    | 7 +++++++
107125  win32/detectenv-msvc.mak | 3 +++
107126  2 files changed, 10 insertions(+)
107127
107128 commit 702d9f522d1ac4797700f0ea056f69169b8d1a78
107129 Merge: 331c46c79 d8e2eb9ee
107130 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107131 Date:   Fri Oct 14 13:54:55 2016 +0330
107132
107133     Merge pull request #340 from ebraminio/nouniscribe
107134     
107135     Make Uniscribe optional on nmake win32 builds
107136
107137 commit d8e2eb9ee0f47af7e90056d8db5949d10a88786a
107138 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107139 Date:   Sun Oct 9 09:06:05 2016 +0330
107140
107141     Make Uniscribe optional on nmake win32 builds
107142     
107143     Most of harfbuzz clients don't need Uniscribe and DirectWrite support at all
107144     as harfbuzz is a replacement for Uniscribe so Chromium and Firefox are using
107145     harfbuzz without them on Windows.
107146     
107147     This removal also helps win32 nmake clients to have reduced binary size and
107148     libs count.
107149
107150  appveyor.yml            |  2 +-
107151  win32/README.txt        | 13 +++++++------
107152  win32/config-msvc.mak   | 18 +++++++++++++-----
107153  win32/config.h.win32.in |  2 +-
107154  win32/info-msvc.mak     | 11 +++++++++--
107155  5 files changed, 31 insertions(+), 15 deletions(-)
107156
107157 commit 331c46c79b4d18cb4948be12c78ebb71a143e7ac
107158 Author: Behdad Esfahbod <behdad@behdad.org>
107159 Date:   Tue Oct 11 13:45:22 2016 -0700
107160
107161     Fix configure on iOS
107162     
107163     Fixes https://github.com/behdad/harfbuzz/issues/342
107164
107165  configure.ac | 3 ++-
107166  1 file changed, 2 insertions(+), 1 deletion(-)
107167
107168 commit f6e194e77a2c34cd118b47c0d73a22afde85dfda
107169 Merge: 7201fdd0a bef240b36
107170 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107171 Date:   Tue Oct 11 17:23:41 2016 +0330
107172
107173     Merge pull request #344 from ebraminio/fixmacci
107174     
107175     [ci] Whitelist more symbols and unbreak mac CI
107176
107177 commit bef240b36ee9086b0d92e351e4c5118c0bbb5df6
107178 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107179 Date:   Mon Oct 10 17:27:52 2016 +0330
107180
107181     [ci] Whitelist more symbols and unbreak mac CI
107182     
107183     Thanks to @khaledhosny, actually this is his work :)
107184
107185  src/check-symbols.sh | 4 ++--
107186  1 file changed, 2 insertions(+), 2 deletions(-)
107187
107188 commit 7201fdd0a8e26d49b13e289b53de375d5b1c9fcb
107189 Author: Behdad Esfahbod <behdad@behdad.org>
107190 Date:   Tue Oct 4 14:53:17 2016 -0700
107191
107192     LFS (large file system?) support in hb-*shap*, hb-view
107193     
107194     Fixes https://github.com/behdad/harfbuzz/issues/336
107195
107196  configure.ac | 3 +++
107197  1 file changed, 3 insertions(+)
107198
107199 commit 34fc4a2cfa61089b7ec2d9510d99cdc4c13bceb4
107200 Author: Behdad Esfahbod <behdad@behdad.org>
107201 Date:   Wed Sep 28 19:17:27 2016 +0200
107202
107203     Fix dist
107204
107205  test/api/Makefile.am | 10 ++++++++++
107206  1 file changed, 10 insertions(+)
107207
107208 commit d1c62370a0c2bdb365a1468dc8d782b9a7245946
107209 Author: Behdad Esfahbod <behdad@behdad.org>
107210 Date:   Wed Sep 28 19:11:22 2016 +0200
107211
107212     Aim math API for 1.3.3 instead of 1.4.0
107213
107214  docs/harfbuzz-docs.xml     |  6 +++---
107215  docs/harfbuzz-sections.txt | 12 ++++++------
107216  src/hb-ot-layout.cc        | 18 +++++++++---------
107217  src/hb-ot-math.h           | 10 +++++-----
107218  4 files changed, 23 insertions(+), 23 deletions(-)
107219
107220 commit 7adbc5dd62ca03a65d1886e0f32e7026964dc5e5
107221 Author: Khaled Hosny <khaledhosny@eglug.org>
107222 Date:   Fri Sep 30 04:01:24 2016 -0700
107223
107224     Fix building math docs (#335)
107225
107226  src/hb-ot-layout.cc | 9 ---------
107227  1 file changed, 9 deletions(-)
107228
107229 commit fd7a245d3525905ffbce57472b52900fcb0e330b
107230 Author: Behdad Esfahbod <behdad@behdad.org>
107231 Date:   Tue Sep 27 17:56:35 2016 +0200
107232
107233     Require glib >= 2.38.0 for G_TEST_DIST
107234
107235  configure.ac | 2 +-
107236  1 file changed, 1 insertion(+), 1 deletion(-)
107237
107238 commit 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef
107239 Merge: f73a87d9a c3e21a662
107240 Author: Behdad Esfahbod <behdad@behdad.org>
107241 Date:   Tue Sep 27 17:15:59 2016 +0200
107242
107243     Merge branch 'math'
107244     
107245     Supercedes https://github.com/behdad/harfbuzz/pull/326
107246     Fixes https://github.com/behdad/harfbuzz/pull/331
107247
107248 commit c3e21a6620c35500afa350d11620f69802920df3
107249 Author: Behdad Esfahbod <behdad@behdad.org>
107250 Date:   Tue Sep 27 16:51:38 2016 +0200
107251
107252     [MATH] Fix more docs
107253
107254  src/hb-ot-layout.cc | 18 +++++++++---------
107255  src/hb-ot-math.h    | 25 +++++++++++++++++++++++++
107256  2 files changed, 34 insertions(+), 9 deletions(-)
107257
107258 commit 46cc4a3a2a529c80677babe38ca1542f9c773ac0
107259 Author: Behdad Esfahbod <behdad@behdad.org>
107260 Date:   Tue Sep 27 16:44:22 2016 +0200
107261
107262     [MATH] Rename hb_math_*_t types to hb_ot_math_*_t
107263     
107264     With this, I believe MATH table API is not ready to be merged.
107265
107266  docs/harfbuzz-sections.txt     |  6 +++---
107267  src/hb-ot-layout-math-table.hh | 12 ++++++------
107268  src/hb-ot-layout.cc            |  8 ++++----
107269  src/hb-ot-math.h               | 16 ++++++++--------
107270  test/api/test-ot-math.c        |  4 ++--
107271  5 files changed, 23 insertions(+), 23 deletions(-)
107272
107273 commit db5ebcf10f8595d1f4a9df27befd6cb5e76ca94d
107274 Author: Behdad Esfahbod <behdad@behdad.org>
107275 Date:   Tue Sep 27 16:42:25 2016 +0200
107276
107277     Update docs
107278
107279  docs/harfbuzz-docs.xml     |  9 +++++++++
107280  docs/harfbuzz-sections.txt | 30 ++++++++++++++++++++++++++++--
107281  2 files changed, 37 insertions(+), 2 deletions(-)
107282
107283 commit 0762b35474c47171e5661904e93851eb73a44e5c
107284 Author: Frédéric Wang <fred.wang@free.fr>
107285 Date:   Tue Sep 27 15:28:35 2016 +0200
107286
107287     Document API for MathVariants (#330)
107288
107289  src/hb-ot-layout.cc | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
107290  1 file changed, 56 insertions(+)
107291
107292 commit 8d622f1114d6a0eca1786b94c7fc1a0bcd87f74b
107293 Author: Frédéric Wang <fred.wang@free.fr>
107294 Date:   Tue Sep 27 13:53:34 2016 +0200
107295
107296     Add tests for get_mathvariant (#329)
107297
107298  test/api/test-ot-math.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
107299  1 file changed, 160 insertions(+)
107300
107301 commit f73a87d9a8c76a181794b74b527ea268048f78e3
107302 Author: Behdad Esfahbod <behdad@behdad.org>
107303 Date:   Tue Sep 27 13:50:54 2016 +0200
107304
107305     1.3.2
107306
107307  NEWS         | 7 +++++++
107308  configure.ac | 2 +-
107309  2 files changed, 8 insertions(+), 1 deletion(-)
107310
107311 commit 485e4873fb7cacfa9d853272c2275bbc5826023e
107312 Author: Frédéric Wang <fred.wang@free.fr>
107313 Date:   Tue Sep 27 13:18:00 2016 +0200
107314
107315     Add tests for hb_ot_math_get_glyph_variants (#328)
107316
107317  test/api/test-ot-math.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
107318  1 file changed, 126 insertions(+)
107319
107320 commit f16bf6c2dacf5b9c82b2d1ffacc092cc396189a7
107321 Author: Phil Krylov <phil.krylov@gmail.com>
107322 Date:   Tue Sep 27 12:38:49 2016 +0200
107323
107324     Allow building with graphite2 without pkg-config (#318)
107325
107326  configure.ac | 10 ++++++++++
107327  1 file changed, 10 insertions(+)
107328
107329 commit a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67
107330 Author: Behdad Esfahbod <behdad@behdad.org>
107331 Date:   Tue Sep 27 11:30:44 2016 +0200
107332
107333     [MATH] Simplify test
107334
107335  test/api/test-ot-math.c | 3 +--
107336  1 file changed, 1 insertion(+), 2 deletions(-)
107337
107338 commit edcfa789bf92c18f5badad31c0ad04a6a77d7226
107339 Author: Frédéric Wang <fred.wang@free.fr>
107340 Date:   Tue Sep 27 11:02:08 2016 +0200
107341
107342     test-ot-math: Use different scales for vertical and horizontal directions and add test for hb_ot_math_get_min_connector_overlap. (#327)
107343
107344  test/api/test-ot-math.c | 81 ++++++++++++++++++++++++++++++-------------------
107345  1 file changed, 49 insertions(+), 32 deletions(-)
107346
107347 commit bc19f7fe20e89823dba07a46c3d48c7406b781b6
107348 Author: Behdad Esfahbod <behdad@behdad.org>
107349 Date:   Tue Sep 27 10:58:08 2016 +0200
107350
107351     [MATH] Add HB_OT_MATH_SCRIPT
107352
107353  src/hb-ot-math.h | 3 +++
107354  1 file changed, 3 insertions(+)
107355
107356 commit cdc9eef7da934ae71578694f29665e439686c3bd
107357 Author: Behdad Esfahbod <behdad@behdad.org>
107358 Date:   Mon Sep 26 22:18:41 2016 +0200
107359
107360     [MATH] Enable tests for glyph-assembly italics-correction
107361
107362  test/api/test-ot-math.c | 49 ++++++++++++++++++++++++++++++-------------------
107363  1 file changed, 30 insertions(+), 19 deletions(-)
107364
107365 commit 86106c7528d9bff8de6bc3e1487be780c31ea4fd
107366 Author: Behdad Esfahbod <behdad@behdad.org>
107367 Date:   Mon Sep 26 22:12:48 2016 +0200
107368
107369     [MATH] Rename all API to hb_ot_math_*
107370
107371  src/hb-ot-layout-private.hh    |  10 --
107372  src/hb-ot-layout.cc            |  69 ++++----
107373  src/hb-ot-math.h               |  56 +++---
107374  test/api/Makefile.am           |   6 +-
107375  test/api/test-ot-layout-math.c | 382 -----------------------------------------
107376  test/api/test-ot-math.c        | 381 ++++++++++++++++++++++++++++++++++++++++
107377  6 files changed, 447 insertions(+), 457 deletions(-)
107378
107379 commit 1ba767cd4e3606beb9dc59806b83b1e61f5958d4
107380 Author: Behdad Esfahbod <behdad@behdad.org>
107381 Date:   Mon Sep 26 21:57:14 2016 +0200
107382
107383     [MATH] Move API from hb-ot-layout.h to hb-ot-math.h
107384
107385  src/hb-ot-layout.h | 52 --------------------------------------------------
107386  src/hb-ot-math.h   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
107387  src/hb-ot.h        |  1 +
107388  3 files changed, 57 insertions(+), 52 deletions(-)
107389
107390 commit 97b72da6006d8d6355ee90d514f627e6604a4936
107391 Author: Behdad Esfahbod <behdad@behdad.org>
107392 Date:   Mon Sep 26 21:53:25 2016 +0200
107393
107394     Whitespace
107395
107396  src/hb-ot-layout-math-table.hh | 2 +-
107397  1 file changed, 1 insertion(+), 1 deletion(-)
107398
107399 commit 559eb564472575ae4d87a241314b8a3ca24418c4
107400 Author: Behdad Esfahbod <behdad@behdad.org>
107401 Date:   Mon Sep 26 21:46:05 2016 +0200
107402
107403     [MATH] Wire up get_glyph_assembly()
107404
107405  src/hb-ot-layout-math-table.hh | 64 ++++++++++++++++++++++++++++++++++++++----
107406  src/hb-ot-layout.cc            | 26 +++++++++--------
107407  src/hb-ot-layout.h             | 14 ++++-----
107408  3 files changed, 81 insertions(+), 23 deletions(-)
107409
107410 commit 353f455af7ccbc1af8338dcb0c8ab87aef866c79
107411 Author: Behdad Esfahbod <behdad@behdad.org>
107412 Date:   Mon Sep 26 21:22:48 2016 +0200
107413
107414     [MATH] Wire up get_glyph_variants()
107415
107416  src/hb-font-private.hh         |  11 ++-
107417  src/hb-ot-layout-math-table.hh | 178 +++++++++++++++++++----------------------
107418  src/hb-ot-layout.cc            |   7 +-
107419  src/hb-ot-layout.h             |   2 +-
107420  4 files changed, 95 insertions(+), 103 deletions(-)
107421
107422 commit 7fe0e28c22331a353d396f8bc1e3a60f1580a96d
107423 Author: Behdad Esfahbod <behdad@behdad.org>
107424 Date:   Mon Sep 26 17:51:47 2016 +0100
107425
107426     [MATH] Start fleshing out glyph variant API
107427
107428  src/hb-font-private.hh         |  4 +++
107429  src/hb-ot-layout-math-table.hh | 10 ++----
107430  src/hb-ot-layout.cc            | 73 +++++++++++++++---------------------------
107431  src/hb-ot-layout.h             | 20 ++++++++++++
107432  src/hb-ot-math.h               | 18 +++++++++++
107433  5 files changed, 71 insertions(+), 54 deletions(-)
107434
107435 commit 1f3327f21045df8a050a21a949b44b9ce186ceaa
107436 Author: Behdad Esfahbod <behdad@behdad.org>
107437 Date:   Mon Sep 26 16:10:08 2016 +0100
107438
107439     [MATH] Clean up math variants
107440
107441  src/hb-ot-layout-math-table.hh | 35 +++++++++--------------------------
107442  1 file changed, 9 insertions(+), 26 deletions(-)
107443
107444 commit 51da7a1cd672aada84bdbb3a2a8dd77ab1134249
107445 Author: Frédéric Wang <fred.wang@free.fr>
107446 Date:   Thu Aug 25 11:17:50 2016 +0200
107447
107448     MATH table: Add API to access math variants.
107449
107450  src/hb-ot-layout-math-table.hh          | 253 +++++++++++++++++++++++++++++++-
107451  src/hb-ot-layout-private.hh             |  10 ++
107452  src/hb-ot-layout.cc                     |  54 +++++++
107453  test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes
107454  test/api/test-ot-layout-math.c          |  51 +++++++
107455  5 files changed, 364 insertions(+), 4 deletions(-)
107456
107457 commit 722e620f20fa2225cf874f4aeb115a064142fcf1
107458 Author: Frédéric Wang <fred.wang@free.fr>
107459 Date:   Mon Sep 26 11:51:36 2016 +0200
107460
107461     Use G_TEST_DIST to build the path of math test fonts
107462
107463  test/api/Makefile.am           | 2 ++
107464  test/api/test-ot-layout-math.c | 8 ++++++--
107465  2 files changed, 8 insertions(+), 2 deletions(-)
107466
107467 commit 8d58e3433e242bd9dd18aa08f55ab0a406583fb0
107468 Author: Behdad Esfahbod <behdad@behdad.org>
107469 Date:   Mon Sep 26 13:39:58 2016 +0100
107470
107471     [MATH] Fix get_kerning() with negative y-scale
107472
107473  src/hb-ot-layout-math-table.hh | 36 +++++++++++++++++++++---------------
107474  1 file changed, 21 insertions(+), 15 deletions(-)
107475
107476 commit 94f5df5626b223ad92d0c167f560c1f2e2f19042
107477 Author: Behdad Esfahbod <behdad@behdad.org>
107478 Date:   Mon Sep 26 13:31:47 2016 +0100
107479
107480     [MATH] Clean up get_kerning()
107481
107482  src/hb-ot-layout-math-table.hh | 29 +++++++++++++++++------------
107483  src/hb-ot-layout.cc            |  5 +----
107484  2 files changed, 18 insertions(+), 16 deletions(-)
107485
107486 commit 17ff30e9afde79e41c17786223293e867b49ebba
107487 Author: Behdad Esfahbod <behdad@behdad.org>
107488 Date:   Mon Sep 26 12:18:32 2016 +0100
107489
107490     [MATH] Clean up get_top_accent_attachment()
107491     
107492     Note, the function now returns "half of horizontal advance width"
107493     if top accent attachment for glyph is not explicitly defined.
107494     This is what the spec requires.  Updated tests.
107495
107496  src/hb-ot-layout-math-table.hh | 31 +++++++++++--------------------
107497  src/hb-ot-layout.cc            |  7 +------
107498  test/api/test-ot-layout-math.c |  8 ++++----
107499  3 files changed, 16 insertions(+), 30 deletions(-)
107500
107501 commit 8bcf517fe59608d2247a8974445b3ff0f4b4b4ac
107502 Author: Behdad Esfahbod <behdad@behdad.org>
107503 Date:   Mon Sep 26 12:12:41 2016 +0100
107504
107505     [MATH] Clean up get_italics_correction()
107506
107507  src/hb-ot-layout-math-table.hh | 16 ++++++++--------
107508  src/hb-ot-layout.cc            | 17 ++++++-----------
107509  src/hb-ot-layout.h             |  4 ++--
107510  test/api/test-ot-layout-math.c | 18 +++++++++---------
107511  4 files changed, 25 insertions(+), 30 deletions(-)
107512
107513 commit 06003f71ba0d0327fb1a17098a9d7faa8fb336f0
107514 Author: Behdad Esfahbod <behdad@behdad.org>
107515 Date:   Mon Sep 26 12:07:29 2016 +0100
107516
107517     [MATH] Clean up a bit more
107518
107519  src/hb-ot-layout-math-table.hh | 12 +--------
107520  src/hb-ot-layout.cc            | 57 ++++++++++++++++--------------------------
107521  2 files changed, 22 insertions(+), 47 deletions(-)
107522
107523 commit 54c0cc38fba24fa4370231408ba121589b190a28
107524 Author: Behdad Esfahbod <behdad@behdad.org>
107525 Date:   Mon Sep 26 11:56:40 2016 +0100
107526
107527     [MATH] Clean up get_math_constant implementation
107528
107529  src/hb-ot-layout-math-table.hh | 10 +++++-----
107530  src/hb-ot-layout.cc            |  5 ++---
107531  2 files changed, 7 insertions(+), 8 deletions(-)
107532
107533 commit 8a8cfad9a0834fe278a747c1d755144bd78f564b
107534 Author: Behdad Esfahbod <behdad@behdad.org>
107535 Date:   Mon Sep 26 11:47:05 2016 +0100
107536
107537     [MATH] Cleanup previous commit a bit
107538
107539  src/hb-ot-layout-math-table.hh | 186 ++++++++++++++++++++---------------------
107540  src/hb-ot-layout.cc            |  30 +++----
107541  src/hb-ot-layout.h             |  14 ++--
107542  3 files changed, 113 insertions(+), 117 deletions(-)
107543
107544 commit d7182d129612c619b9026ee9b15f2dcfada132db
107545 Author: Frédéric Wang <fred.wang@free.fr>
107546 Date:   Thu Aug 25 11:15:31 2016 +0200
107547
107548     MATH Table: Add API to access glyph info.
107549
107550  src/hb-ot-layout-math-table.hh          | 271 +++++++++++++++++++++++++++++++-
107551  src/hb-ot-layout.cc                     | 114 ++++++++++++++
107552  src/hb-ot-layout.h                      |  18 +++
107553  src/hb-ot-math.h                        |   7 +
107554  test/api/fonts/MathTestFontPartial1.otf | Bin 0 -> 14348 bytes
107555  test/api/fonts/MathTestFontPartial2.otf | Bin 0 -> 14356 bytes
107556  test/api/fonts/MathTestFontPartial3.otf | Bin 0 -> 14380 bytes
107557  test/api/test-ot-layout-math.c          | 155 ++++++++++++++++++
107558  8 files changed, 563 insertions(+), 2 deletions(-)
107559
107560 commit 6fd2fe418dc838743f0d4a8a2222cdcaf587500c
107561 Author: Behdad Esfahbod <behdad@behdad.org>
107562 Date:   Mon Sep 26 11:24:39 2016 +0100
107563
107564     [MATH] Fixup math constants commit a bit more
107565
107566  src/hb-ot-layout-math-table.hh | 24 +++++++++++-------------
107567  1 file changed, 11 insertions(+), 13 deletions(-)
107568
107569 commit 1a381153a2e6a15bded1f8e31f6b0e0cadb078af
107570 Author: Behdad Esfahbod <behdad@behdad.org>
107571 Date:   Mon Sep 26 11:15:59 2016 +0100
107572
107573     [MATH] Fixups for math constants commit
107574
107575  src/hb-ot-layout-math-table.hh | 19 +++++++++----------
107576  1 file changed, 9 insertions(+), 10 deletions(-)
107577
107578 commit 319ff59161e6b027391f8b9fdce0db6dd44cc20d
107579 Author: Frédéric Wang <fred.wang@free.fr>
107580 Date:   Thu Aug 25 11:06:41 2016 +0200
107581
107582     MATH Table: Add API to access math contants.
107583
107584  src/Makefile.sources                |   1 +
107585  src/hb-ot-layout-math-table.hh      | 146 +++++++++++++++++++++++++++++++++++-
107586  src/hb-ot-layout.cc                 |  25 ++++++
107587  src/hb-ot-layout.h                  |   5 ++
107588  src/hb-ot-math.h                    | 100 ++++++++++++++++++++++++
107589  test/api/fonts/MathTestFontFull.otf | Bin 0 -> 25412 bytes
107590  test/api/test-ot-layout-math.c      |  72 ++++++++++++++++++
107591  7 files changed, 345 insertions(+), 4 deletions(-)
107592
107593 commit 4d3892e9b05a4df67b2f5cfd6dd3a1e0f5b38fc7
107594 Author: Behdad Esfahbod <behdad@behdad.org>
107595 Date:   Mon Sep 26 10:45:58 2016 +0100
107596
107597     [MATH] Fixups for previous commit
107598
107599  src/hb-ot-layout-math-table.hh |  8 ++++----
107600  src/hb-ot-layout.cc            | 29 +++++++++++++++++++----------
107601  src/hb-ot-layout.h             |  2 ++
107602  test/api/Makefile.am           |  6 ++----
107603  test/api/test-ot-layout-math.c | 16 +++++++++-------
107604  5 files changed, 36 insertions(+), 25 deletions(-)
107605
107606 commit 5fbcb992bd7887f95b1cf2ca045c9226de8148fc
107607 Author: Frédéric Wang <fred.wang@free.fr>
107608 Date:   Thu Aug 25 10:47:15 2016 +0200
107609
107610     MATH Table: Add API to check availability of math data.
107611
107612  src/Makefile.sources                 |   1 +
107613  src/hb-ot-layout-math-table.hh       |  60 +++++++++++++++++++++
107614  src/hb-ot-layout-private.hh          |   3 ++
107615  src/hb-ot-layout.cc                  |  45 ++++++++++++++++
107616  src/hb-ot-layout.h                   |   7 +++
107617  test/api/Makefile.am                 |  14 ++++-
107618  test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes
107619  test/api/fonts/MathTestFontNone.otf  | Bin 0 -> 14284 bytes
107620  test/api/test-ot-layout-math.c       |  98 +++++++++++++++++++++++++++++++++++
107621  9 files changed, 227 insertions(+), 1 deletion(-)
107622
107623 commit 02bfd965af588640250c47f344ad3096c8a373e0
107624 Author: Gregory Morse <gregory.morse@live.com>
107625 Date:   Mon Sep 12 10:22:15 2016 +0200
107626
107627     Update detectenv-msvc.mak (#316)
107628     
107629     Windows x86 ARM capability
107630
107631  win32/detectenv-msvc.mak | 3 +++
107632  1 file changed, 3 insertions(+)
107633
107634 commit fc4e671f311241e21c1cc3ed941b1fc651875a2e
107635 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107636 Date:   Fri Sep 9 23:28:28 2016 +0430
107637
107638     [coretext] Use intended coretext version check logic (#315)
107639
107640  src/hb-coretext.cc | 3 ++-
107641  1 file changed, 2 insertions(+), 1 deletion(-)
107642
107643 commit 48677345281a93d8829dd37d0480a6062945416a
107644 Author: Khaled Hosny <khaledhosny@eglug.org>
107645 Date:   Thu Sep 8 04:44:37 2016 +0300
107646
107647     Try to unbreak building on older macOS again (#314)
107648
107649  src/hb-coretext.cc | 2 +-
107650  1 file changed, 1 insertion(+), 1 deletion(-)
107651
107652 commit d22ab6cf040467e7f17476ccdfe9cab4dce16639
107653 Author: Behdad Esfahbod <behdad@behdad.org>
107654 Date:   Wed Sep 7 14:28:47 2016 -0700
107655
107656     1.3.1
107657
107658  NEWS         | 9 +++++++++
107659  configure.ac | 2 +-
107660  2 files changed, 10 insertions(+), 1 deletion(-)
107661
107662 commit b717cd7be506217e466e32a456df9af4d2720c0c
107663 Author: Dominik Röttsches <d-r@roettsches.de>
107664 Date:   Wed Sep 7 23:56:57 2016 +0300
107665
107666     Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313)
107667     
107668     This seems to fix crash issues on 10.9.5 reported on Chrome, compare
107669     crbug.com/549610
107670
107671  src/hb-coretext.cc | 13 ++++++++++---
107672  1 file changed, 10 insertions(+), 3 deletions(-)
107673
107674 commit 67e9fdf427e8536f0a134f84ad3bf1740245fe12
107675 Author: Dominik Röttsches <d-r@roettsches.de>
107676 Date:   Mon Sep 5 11:27:25 2016 +0300
107677
107678     Blacklist Padauk 2.80 and 3.00 (#311)
107679     
107680     According to comments in issue #305 broken GDEF tables lead
107681     to incorrect rendering of Latin characters. Blacklisting
107682     this font.
107683
107684  src/hb-ot-layout.cc | 8 ++++++++
107685  1 file changed, 8 insertions(+)
107686
107687 commit 17f0dd2dfb9a15aed9d1a229115940cc23bdbc97
107688 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107689 Date:   Fri Sep 2 01:21:48 2016 +0430
107690
107691     [ci] Add msys2 build to CI and run its testsuite on Windows (#310)
107692
107693  appveyor.yml | 20 ++++++++++++++++----
107694  1 file changed, 16 insertions(+), 4 deletions(-)
107695
107696 commit 5362ce6a6455c539d615e7fb221a904ac744b74c
107697 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107698 Date:   Thu Sep 1 20:05:45 2016 +0430
107699
107700     [dwrite] Minor, don't include unnecessary headers (#309)
107701
107702  src/hb-directwrite.cc | 4 ----
107703  1 file changed, 4 deletions(-)
107704
107705 commit c4f36b04e32ae5111ef11d225e5d6e82c8216185
107706 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107707 Date:   Thu Sep 1 17:31:16 2016 +0430
107708
107709     [ci] Add Windows CI support, provided by AppVeyor (#308)
107710
107711  README                  |  1 +
107712  appveyor.yml            | 28 ++++++++++++++++++++++++++++
107713  win32/generate-msvc.mak |  2 +-
107714  3 files changed, 30 insertions(+), 1 deletion(-)
107715
107716 commit 3d976d20f1b97c771e64a9cfed2760ebec64037a
107717 Author: Khaled Hosny <khaledhosny@eglug.org>
107718 Date:   Sat Aug 27 16:38:42 2016 +0300
107719
107720     Show the shaper name in the debug message (#306)
107721
107722  src/hb-shape-plan.cc | 5 +++--
107723  1 file changed, 3 insertions(+), 2 deletions(-)
107724
107725 commit 547ddb0721365dca985aef5b759d08718f7c5f82
107726 Merge: bd1aac9c0 e7ecbba2c
107727 Author: Sascha Brawer <sascha@brawer.ch>
107728 Date:   Thu Aug 18 22:33:14 2016 +0200
107729
107730     Merge pull request #303 from behdad/fonnapa
107731     
107732     Support Americanist Phonetic Notation
107733
107734 commit e7ecbba2cc3c9369c5e7dc7296cb210018aca3bb
107735 Author: Sascha Brawer <sascha@brawer.ch>
107736 Date:   Thu Aug 18 12:48:38 2016 +0200
107737
107738     Support Americanist Phonetic Notation
107739     
107740     OpenType language system tag: `APPH`
107741     https://www.microsoft.com/typography/otspec/languagetags.htm
107742     
107743     IETF BCP47 variant tag: `fonnapa`
107744     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
107745
107746  src/hb-ot-tag.cc       | 14 ++++++++++++--
107747  test/api/test-ot-tag.c |  6 ++++++
107748  2 files changed, 18 insertions(+), 2 deletions(-)
107749
107750 commit bd1aac9c0021a936058637424a478abf792533dd
107751 Merge: 18c19dd34 a0f1b44b6
107752 Author: Sascha Brawer <sascha@brawer.ch>
107753 Date:   Thu Aug 18 13:59:38 2016 +0200
107754
107755     Merge pull request #302 from khaledhosny/master
107756     
107757     [travis] Fix MacOS libtool issue
107758
107759 commit a0f1b44b6c0e3b1e6a1ba63dde2be22e0425353f
107760 Author: Khaled Hosny <khaledhosny@eglug.org>
107761 Date:   Tue Aug 16 03:09:04 2016 +0200
107762
107763     [coretext] Blind fix for build on MacOS 10.9
107764
107765  src/hb-coretext.cc | 2 +-
107766  1 file changed, 1 insertion(+), 1 deletion(-)
107767
107768 commit 0634d5600e559a69a92d49173ffb8e715fe7576c
107769 Author: Khaled Hosny <khaledhosny@eglug.org>
107770 Date:   Tue Aug 16 02:49:48 2016 +0200
107771
107772     [travis] Fix MacOS libtool issue
107773     
107774     Reveals another MacOS build breakage in the Core Text shaper.
107775
107776  .travis.yml | 1 +
107777  1 file changed, 1 insertion(+)
107778
107779 commit 18c19dd34dcdcaab0a6d47768339f8fb70c0d3f0
107780 Author: Behdad Esfahbod <behdad@behdad.org>
107781 Date:   Tue Aug 9 13:03:14 2016 -0700
107782
107783     Fix build
107784
107785  test/api/test-ot-tag.c | 5 ++++-
107786  1 file changed, 4 insertions(+), 1 deletion(-)
107787
107788 commit 91f2585411aaf5565fcf0c991b9055b0b397f1cd
107789 Author: Behdad Esfahbod <behdad@behdad.org>
107790 Date:   Mon Aug 8 18:08:08 2016 -0700
107791
107792     Actually add test
107793
107794  test/shaping/Makefile.am | 1 +
107795  1 file changed, 1 insertion(+)
107796
107797 commit f1b76275da716a4174092e6389979e03c0e3be59
107798 Author: Behdad Esfahbod <behdad@behdad.org>
107799 Date:   Mon Aug 8 18:06:09 2016 -0700
107800
107801     Add tests for Chinese language tags
107802     
107803     Using font from https://github.com/behdad/harfbuzz/issues/300
107804
107805  .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 -> 5596 bytes
107806  test/shaping/tests/language-tags.tests                   |  12 ++++++++++++
107807  2 files changed, 12 insertions(+)
107808
107809 commit 37f21bdbb75c98d741e749b7f1e0f367941aef4e
107810 Author: Behdad Esfahbod <behdad@behdad.org>
107811 Date:   Mon Aug 8 17:57:06 2016 -0700
107812
107813     Map Macao to ZHH lang tag
107814     
107815     Fixes https://github.com/behdad/harfbuzz/issues/300
107816
107817  src/hb-ot-tag.cc | 3 ++-
107818  1 file changed, 2 insertions(+), 1 deletion(-)
107819
107820 commit 09c7a2d6bf00dc902343e999f92cac0e8146f949
107821 Author: Behdad Esfahbod <behdad@behdad.org>
107822 Date:   Mon Aug 8 17:28:54 2016 -0700
107823
107824     Limit bits-per-feature to eight
107825     
107826     Limits number of alternatives per glyph per feature to 255, so be it.
107827     That's better than possibly breaking shaping because of one bad feature
107828     value.
107829
107830  src/hb-ot-map.cc | 3 ++-
107831  1 file changed, 2 insertions(+), 1 deletion(-)
107832
107833 commit 333173103bb618f721bd25d0c565a3c3c9ea224e
107834 Author: Behdad Esfahbod <behdad@behdad.org>
107835 Date:   Mon Aug 8 17:24:04 2016 -0700
107836
107837     Fix sign of shift operators
107838     
107839     This one:
107840     
107841       map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit);
107842     
107843     before the fix, the shift was done as an int, causing overflow
107844     if it ever got to 1 << 31.  Sprinkle 'u's around.
107845     
107846     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805
107847
107848  src/hb-buffer-private.hh | 6 +++---
107849  src/hb-cache-private.hh  | 8 ++++----
107850  src/hb-coretext.cc       | 2 +-
107851  src/hb-directwrite.cc    | 2 +-
107852  src/hb-face.cc           | 2 --
107853  src/hb-font.cc           | 2 --
107854  src/hb-ft.cc             | 6 ++++--
107855  src/hb-ot-map.cc         | 4 ++--
107856  src/hb-set-private.hh    | 4 ++--
107857  src/hb-uniscribe.cc      | 4 ++--
107858  10 files changed, 19 insertions(+), 21 deletions(-)
107859
107860 commit 10a0d4aa2254f783758bb908175047df3a0b41fe
107861 Author: Behdad Esfahbod <behdad@behdad.org>
107862 Date:   Mon Aug 8 16:51:08 2016 -0700
107863
107864     Map zh-Hant-HK to ZHH
107865     
107866     Fixes https://github.com/behdad/harfbuzz/issues/300
107867
107868  src/hb-ot-tag.cc | 4 +++-
107869  1 file changed, 3 insertions(+), 1 deletion(-)
107870
107871 commit dd31fc9f7e6d23b414b22874de96eb3c002c80ba
107872 Author: Khaled Hosny <khaledhosny@eglug.org>
107873 Date:   Fri Jul 22 02:26:54 2016 +0300
107874
107875     Don’t build UCDN support when building with GLib (#296)
107876     
107877     Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
107878
107879  configure.ac | 2 +-
107880  1 file changed, 1 insertion(+), 1 deletion(-)
107881
107882 commit 489acf6c3180d3726158864fa0e1adeea3c23fae
107883 Author: Behdad Esfahbod <behdad@behdad.org>
107884 Date:   Fri Jul 22 17:41:43 2016 -0700
107885
107886     [coretext] "Fix" crashes on CoreText < 10.10
107887     
107888     Fixes https://github.com/behdad/harfbuzz/issues/297
107889
107890  src/hb-coretext.cc | 8 ++++++++
107891  1 file changed, 8 insertions(+)
107892
107893 commit a732e00ea4fffebaa85a89420f09df4c11d650e0
107894 Author: Behdad Esfahbod <behdad@behdad.org>
107895 Date:   Thu Jul 21 01:58:00 2016 -0700
107896
107897     1.3.0
107898
107899  NEWS         | 15 +++++++++++++++
107900  configure.ac |  2 +-
107901  2 files changed, 16 insertions(+), 1 deletion(-)
107902
107903 commit 08c08af2f9ed683ad20322c3ef1ba0f87ce15426
107904 Author: Behdad Esfahbod <behdad@behdad.org>
107905 Date:   Thu Jul 21 01:23:33 2016 -0700
107906
107907     [ucdn] Update to Unicode 9.0.0
107908     
107909     Fixes https://github.com/grigorig/ucdn/issues/12
107910
107911  src/hb-ucdn.cc               |    6 +
107912  src/hb-ucdn/README           |    1 -
107913  src/hb-ucdn/ucdn.c           |   80 +-
107914  src/hb-ucdn/ucdn.h           |   98 +-
107915  src/hb-ucdn/unicodedata_db.h | 4750 +++++++++++++++++++++++-------------------
107916  5 files changed, 2783 insertions(+), 2152 deletions(-)
107917
107918 commit f3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
107919 Author: jfkthame <jfkthame@gmail.com>
107920 Date:   Thu Jun 16 00:10:42 2016 +0100
107921
107922     Blacklist GDEF tables of more fonts
107923     
107924     This is based on bug reports that have been filed against Firefox since it
107925     updated to a version of harfbuzz that uses zeroing by GDEF rather than by
107926     Unicode. I'm sure there are a bunch more font versions that should also be
107927     included; these are just the ones I have on hand and have confirmed as having
107928     bad GDEF data.
107929     
107930     Given how the list here is growing, I think we should reconsider the approach,
107931     and perhaps revert to zeroing by Unicode instead.
107932     
107933     Fixes https://github.com/behdad/harfbuzz/issues/264
107934     Fixes https://github.com/behdad/harfbuzz/pull/266
107935
107936  src/hb-ot-layout.cc | 39 +++++++++++++++++++++++++++++++++++++++
107937  1 file changed, 39 insertions(+)
107938
107939 commit 34f9aa582c3a03b578c7eae3d2e8860a0bd5cb00
107940 Author: Behdad Esfahbod <behdad@behdad.org>
107941 Date:   Wed Jul 20 02:35:54 2016 -0700
107942
107943     Implement symbol cmap in ft and ot fonts
107944     
107945     Fixes https://github.com/behdad/harfbuzz/issues/236
107946     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=627953
107947
107948  src/hb-ft.cc      | 27 +++++++++++++++++++++++----
107949  src/hb-ot-font.cc | 50 ++++++++++++++++++++++++++++++++++++++------------
107950  2 files changed, 61 insertions(+), 16 deletions(-)
107951
107952 commit 6363d7df28dc4307ef1abb9857d14c35e656b85a
107953 Author: Behdad Esfahbod <behdad@behdad.org>
107954 Date:   Wed Jul 20 01:43:56 2016 -0700
107955
107956     Clean up buffer area when rewinding
107957     
107958     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=614647
107959     If allocation fails, we might be leaving junk behind.  At least
107960     clear it up.
107961
107962  src/hb-buffer.cc | 8 ++++++++
107963  1 file changed, 8 insertions(+)
107964
107965 commit f80c34eb556d12c45c961d6742c289baef58899d
107966 Author: Behdad Esfahbod <behdad@behdad.org>
107967 Date:   Tue Jul 12 11:18:26 2016 -0700
107968
107969     Whitespace
107970
107971  src/hb-unicode-private.hh | 4 ++--
107972  1 file changed, 2 insertions(+), 2 deletions(-)
107973
107974 commit 874421203e0161db2cbfb27be6c039cba57f7c63
107975 Author: Ebrahim Byagowi <ebrahim@gnu.org>
107976 Date:   Tue Jul 12 03:49:21 2016 +0430
107977
107978     [coretext] Speculative fix for CoreText nullptr access (#288)
107979
107980  src/hb-coretext.cc | 14 +++++++++-----
107981  1 file changed, 9 insertions(+), 5 deletions(-)
107982
107983 commit 6bf9db4f1e1d51f9acb5e37b89caa8f4d275e7ce
107984 Author: Birunthan Mohanathas <birunthan@mohanathas.com>
107985 Date:   Mon Jul 11 13:38:23 2016 -0700
107986
107987     [ft] Fix unsafe cast of FT_Done_Face in hb_ft_{face,font}_create_referenced (#289)
107988     
107989     Prior to this change the function `FT_Error FT_Done_Face(FT_Face *)` was
107990     called through a pointer with the signature `void (void *)` resulting in
107991     undefined behaviour.
107992
107993  src/hb-ft.cc | 12 +++++++++---
107994  1 file changed, 9 insertions(+), 3 deletions(-)
107995
107996 commit 0b8f3ab0220ca4731516313828515f26bb480645
107997 Author: Steve Lhomme <slhomme@matroska.org>
107998 Date:   Mon Jul 11 21:57:26 2016 +0200
107999
108000     clang in MSVC mode doesn't like when we redefine __attribute__ (#283)
108001
108002  src/hb-private.hh | 2 +-
108003  1 file changed, 1 insertion(+), 1 deletion(-)
108004
108005 commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4
108006 Merge: d3e2a06b0 e4d451ee5
108007 Author: Behdad Esfahbod <behdad@behdad.org>
108008 Date:   Fri Jul 1 17:09:28 2016 -0700
108009
108010     Merge pull request #286 from khaledhosny/gi-tag_from_string
108011     
108012     [introspection] Fix hb_tag_from_string annotation
108013
108014 commit e4d451ee55a57e1231b4076fcd1e87994f6b9528
108015 Author: Khaled Hosny <khaledhosny@eglug.org>
108016 Date:   Sat Jul 2 00:04:57 2016 +0200
108017
108018     [introspection] Fix hb_tag_from_string annotation
108019
108020  src/hb-common.cc | 2 +-
108021  1 file changed, 1 insertion(+), 1 deletion(-)
108022
108023 commit d3e2a06b0f2587e913a9c3ff1a20c187f260db80
108024 Author: Behdad Esfahbod <behdad@behdad.org>
108025 Date:   Thu Jun 30 11:01:22 2016 -0700
108026
108027     [python] Use utf-32 / utf-16 based on build of Python
108028     
108029     Fixes https://github.com/behdad/harfbuzz/pull/271
108030
108031  src/sample.py | 22 +++++++++++++++++++++-
108032  1 file changed, 21 insertions(+), 1 deletion(-)
108033
108034 commit fc9de44a03a97f6e93bd98d804596cb1f9f4b5fd
108035 Author: Behdad Esfahbod <behdad@behdad.org>
108036 Date:   Thu Jun 30 09:46:52 2016 -0700
108037
108038     Comments
108039
108040  src/hb-coretext.cc | 18 +++++++++---------
108041  1 file changed, 9 insertions(+), 9 deletions(-)
108042
108043 commit 46809dee30232d493539519b1bb527fa816c37db
108044 Merge: 70e72e5f6 1bea49eb4
108045 Author: Behdad Esfahbod <behdad@behdad.org>
108046 Date:   Thu Jun 30 09:41:03 2016 -0700
108047
108048     Merge pull request #268 from drott/conflictingFontFix
108049     
108050     Discard reconfigured CTFont if URL changes
108051
108052 commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d
108053 Merge: 7aa3631dd 70e72e5f6
108054 Author: Dominik Röttsches <d-r@roettsches.de>
108055 Date:   Wed Jun 29 12:10:41 2016 +0200
108056
108057     Merge branch 'master' into conflictingFontFix
108058
108059 commit 70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a
108060 Author: Behdad Esfahbod <behdad@behdad.org>
108061 Date:   Tue Jun 28 21:00:37 2016 -0700
108062
108063     [gobject] Fix a few warnings
108064     
108065     Part of https://github.com/behdad/harfbuzz/issues/277
108066
108067  src/hb-buffer.cc         |  2 +-
108068  src/hb-gobject-structs.h | 12 ++++++++++++
108069  src/hb-shape.cc          |  2 --
108070  src/hb-unicode.h         | 15 ---------------
108071  4 files changed, 13 insertions(+), 18 deletions(-)
108072
108073 commit d8273aac19771033c5064a2f079c29d09a86e7c0
108074 Merge: abae93fae ae9054c74
108075 Author: Behdad Esfahbod <behdad@behdad.org>
108076 Date:   Tue Jun 28 21:15:28 2016 -0700
108077
108078     Merge pull request #280 from behdad/revert-271-patch-2
108079     
108080     Revert "use utf32"
108081
108082 commit ae9054c740631e36b7582b44c5afb42ff4509461
108083 Author: Behdad Esfahbod <behdad@behdad.org>
108084 Date:   Tue Jun 28 21:14:38 2016 -0700
108085
108086     Revert "use utf32"
108087
108088  src/sample.py | 3 +--
108089  1 file changed, 1 insertion(+), 2 deletions(-)
108090
108091 commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f
108092 Merge: f7da0486e abae93fae
108093 Author: Dominik Röttsches <d-r@roettsches.de>
108094 Date:   Tue Jun 28 09:52:18 2016 +0200
108095
108096     Merge branch 'master' into conflictingFontFix
108097
108098 commit abae93faef32562f34a72981d252c848cc4f7565
108099 Merge: 07461d06d 8179ff5d7
108100 Author: Behdad Esfahbod <behdad@behdad.org>
108101 Date:   Mon Jun 27 14:33:27 2016 -0400
108102
108103     Merge pull request #273 from ebraminio/master
108104     
108105             [dwrite] Use stream font loader instead GDI interop
108106
108107 commit 8179ff5d7ba4a140cf6743729a22072800e98a79
108108 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108109 Date:   Mon Jun 27 03:54:15 2016 +0430
108110
108111     [dwrite] Don't allocate more than needed
108112     
108113     Addressing Nikolay Sivov reviews on harfbuzz mailing list
108114
108115  src/hb-directwrite.cc | 15 ++++++---------
108116  1 file changed, 6 insertions(+), 9 deletions(-)
108117
108118 commit 5967eaba728ca3e4f5026142c25d455fa3a59764
108119 Author: Sascha Brawer <sascha@brawer.ch>
108120 Date:   Fri Jun 24 16:42:27 2016 +0200
108121
108122     [CPAL] Return 0xFFFF as name id for unnamed palettes
108123     
108124     The name id 0 is used as Copyright notice. It's quite unlikely that a
108125     font supplies a color palette with the exact same name as the font's
108126     copyright notice, but the API should not prevent this.
108127     
108128     Also, try to fix a problem with GObject introspection, where the
108129     auto-generated Python bindings could not return palette colors.
108130
108131  src/hb-ot-color.cc       | 13 ++++++-------
108132  test/api/test-ot-color.c | 14 +++++++-------
108133  2 files changed, 13 insertions(+), 14 deletions(-)
108134
108135 commit 07b724f3419a28c479cd8a75ae0eecb841a6d2f3
108136 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108137 Date:   Fri Jun 24 12:23:25 2016 +0430
108138
108139     [dwrite] Delete remained objects
108140     
108141     No longer noticeable memory increase on create/destroy iterations,
108142     highly better than current state of uniscribe backend
108143
108144  src/hb-directwrite.cc | 33 ++++++++++++++++++++++++---------
108145  1 file changed, 24 insertions(+), 9 deletions(-)
108146
108147 commit be565d17141818e006aa1e4582f3ae14c726fa85
108148 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108149 Date:   Fri Jun 24 11:42:01 2016 +0430
108150
108151     [dwrite] Release allocated blob on face destroy
108152     
108153     This reduces memory consumption of my iterated font create/destroy cycle test
108154     significantly and makes it much better than uniscribe backend even
108155
108156  src/hb-directwrite.cc | 5 ++++-
108157  1 file changed, 4 insertions(+), 1 deletion(-)
108158
108159 commit f3f0ea980a359343ac0e3d359a95855c2cf7be25
108160 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108161 Date:   Thu Jun 23 16:41:37 2016 +0430
108162
108163     [dwrite] Remove ifdefs without breaking execution on old Windows versions
108164
108165  src/hb-directwrite.cc | 205 +++++++++++++++++++++++++-------------------------
108166  1 file changed, 103 insertions(+), 102 deletions(-)
108167
108168 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868
108169 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108170 Date:   Tue Jun 21 13:57:26 2016 +0430
108171
108172     [dwrite] Use stream font loader instead GDI interop
108173     
108174     With help of
108175     https://dxr.mozilla.org/mozilla-central/source/gfx/2d/NativeFontResourceDWrite.cpp
108176
108177  src/hb-directwrite.cc | 350 +++++++++++++++++++-------------------------------
108178  src/hb-directwrite.h  |   2 +-
108179  2 files changed, 135 insertions(+), 217 deletions(-)
108180
108181 commit f7da0486ed8884481d477ce08fcf928c4da9a0a3
108182 Merge: a0223274b 07461d06d
108183 Author: Dominik Röttsches <d-r@roettsches.de>
108184 Date:   Mon Jun 20 10:25:43 2016 +0300
108185
108186     Merge branch 'master' into conflictingFontFix
108187
108188 commit d34d3ac985a6c8c848ae49635b648a72e0c8f30d
108189 Author: Sascha Brawer <sascha@brawer.ch>
108190 Date:   Mon Apr 25 18:20:57 2016 +0200
108191
108192     Support CPAL table
108193
108194  NEWS                                               |   6 +-
108195  src/Makefile.am                                    |   3 +
108196  src/Makefile.sources                               |   3 +
108197  src/hb-ot-color.cc                                 | 213 ++++++++++++++
108198  src/hb-ot-color.h                                  |  99 +++++++
108199  src/hb-ot-cpal-table.hh                            | 121 ++++++++
108200  src/hb-ot-layout-private.hh                        |   3 +
108201  src/hb-ot-layout.cc                                |   7 +
108202  src/hb-ot.h                                        |   1 +
108203  test/api/Makefile.am                               |   1 +
108204  test/api/hb-test.h                                 |  30 ++
108205  test/api/test-ot-color.c                           | 318 +++++++++++++++++++++
108206  .../319f5d7ebffbefc5c5e6569f8cea73444d7a7268.ttf   | Bin 0 -> 2128 bytes
108207  .../e90374e5e439e00725b4fe7a8d73db57c5a97f82.ttf   | Bin 0 -> 1948 bytes
108208  14 files changed, 804 insertions(+), 1 deletion(-)
108209
108210 commit 07461d06d242cd5cfda7ccb891189f074a89b460
108211 Author: Kelvin <kelvinsthirteen@gmail.com>
108212 Date:   Sat Jun 18 22:46:38 2016 +0000
108213
108214     Use UTF-32  in Python sample
108215
108216  src/sample.py | 3 ++-
108217  1 file changed, 2 insertions(+), 1 deletion(-)
108218
108219 commit fca0c61d67aa309fc824fb18f247493c2b7701ef
108220 Merge: 4b8de1ea8 988350586
108221 Author: Khaled Hosny <khaledhosny@eglug.org>
108222 Date:   Sun Jun 19 00:08:51 2016 +0300
108223
108224     Merge pull request #270 from khaledhosny/travis-failure
108225     
108226     Fix make check on Travis
108227
108228 commit 988350586f607c7a46bbb658a2abecfd004f41fb
108229 Author: Khaled Hosny <khaledhosny@eglug.org>
108230 Date:   Sat Jun 18 21:12:19 2016 +0200
108231
108232     [tests] Workaround Python 2 “narrow” builds
108233     
108234     The so-called Python 2 “narrow” builds support UCS2 only, this is a
108235     workaround to allow unichr to work with any Unicode character in such
108236     builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
108237     
108238     Copied from:
108239     https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
108240
108241  test/shaping/hb_test_tools.py | 38 +++++++++++++++++++++++++++++++++++++-
108242  1 file changed, 37 insertions(+), 1 deletion(-)
108243
108244 commit a0223274b97e82fe02730fd45729172511fec459
108245 Author: Dominik Röttsches <drott@chromium.org>
108246 Date:   Thu Jun 16 14:19:39 2016 +0200
108247
108248     Discard reconfigured CTFont if URL changes
108249     
108250     Fixes https://github.com/behdad/harfbuzz/issues/267
108251
108252  src/hb-coretext.cc | 24 +++++++++++++++++++++---
108253  1 file changed, 21 insertions(+), 3 deletions(-)
108254
108255 commit 4b8de1ea804b225e8357422d0686aad76b05ccf3
108256 Author: Behdad Esfahbod <behdad@behdad.org>
108257 Date:   Mon Jun 6 23:08:54 2016 -0700
108258
108259     Round, not truncate, when scaling values
108260     
108261     Fixes https://github.com/behdad/harfbuzz/issues/255
108262
108263  src/hb-font-private.hh | 8 +++++++-
108264  1 file changed, 7 insertions(+), 1 deletion(-)
108265
108266 commit a93078a0ece6dcdea8c5b46cabd30854dd7cf593
108267 Author: Behdad Esfahbod <behdad@behdad.org>
108268 Date:   Mon Jun 6 15:58:41 2016 -0700
108269
108270     Change bugreport URL to github
108271     
108272     That's where everything is happening these days.
108273
108274  configure.ac | 2 +-
108275  1 file changed, 1 insertion(+), 1 deletion(-)
108276
108277 commit bed201d2b839c1b1e727e17efc2e0c8f705b86c5
108278 Author: Behdad Esfahbod <behdad@behdad.org>
108279 Date:   Mon Jun 6 14:14:24 2016 -0700
108280
108281     Update for latest Unicode 9 data files
108282
108283  src/hb-ot-shape-complex-indic-table.cc | 10 +++++-----
108284  src/hb-ot-shape-complex-indic.cc       |  5 -----
108285  src/hb-ot-shape-complex-use-table.cc   |  4 ++--
108286  3 files changed, 7 insertions(+), 12 deletions(-)
108287
108288 commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6
108289 Author: Behdad Esfahbod <behdad@behdad.org>
108290 Date:   Wed Jun 1 16:57:29 2016 -0700
108291
108292     Add TODO
108293
108294  src/hb-font.cc | 1 +
108295  1 file changed, 1 insertion(+)
108296
108297 commit a2b03de5b30b7e83f7fbf3457e9ba9c00eb88d00
108298 Author: Behdad Esfahbod <behdad@behdad.org>
108299 Date:   Fri May 6 17:56:07 2016 +0100
108300
108301     [myanmar] Handle U+AA74..U+AA76
108302     
108303     Fixes https://github.com/behdad/harfbuzz/issues/218
108304
108305  src/hb-ot-shape-complex-myanmar.cc | 5 +++++
108306  1 file changed, 5 insertions(+)
108307
108308 commit 6c0aa9e92bbd22011c85d98c6db021012f7b4101
108309 Author: Behdad Esfahbod <behdad@behdad.org>
108310 Date:   Fri May 6 17:50:06 2016 +0100
108311
108312     Fix build on droid.io
108313
108314  test/shaping/tests/use.tests | 2 +-
108315  1 file changed, 1 insertion(+), 1 deletion(-)
108316
108317 commit 9b6312f9451db790db00dc2c2e27a5a1db852e72
108318 Author: Behdad Esfahbod <behdad@behdad.org>
108319 Date:   Fri May 6 17:41:49 2016 +0100
108320
108321     [use] Update to draft spec from Andrew Glass from August 2015
108322
108323  src/gen-use-table.py                               |  29 +++--
108324  src/hb-ot-shape-complex-use-machine.rl             |  15 +--
108325  src/hb-ot-shape-complex-use-private.hh             |   1 -
108326  src/hb-ot-shape-complex-use-table.cc               | 142 ++++++++++-----------
108327  src/hb-ot-shape-complex-use.cc                     |  11 +-
108328  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin 0 -> 1148 bytes
108329  test/shaping/tests/use.tests                       |   1 +
108330  7 files changed, 93 insertions(+), 106 deletions(-)
108331
108332 commit 3e4e7616a8ca80a50a438601b84428b4ba4c8694
108333 Author: Behdad Esfahbod <behdad@behdad.org>
108334 Date:   Fri May 6 17:28:25 2016 +0100
108335
108336     [use] Add a catch-all clause to the machine
108337
108338  src/hb-ot-shape-complex-use-machine.rl | 2 ++
108339  src/hb-ot-shape-complex-use.cc         | 2 ++
108340  2 files changed, 4 insertions(+)
108341
108342 commit d04e461fe3310ccaf8633efcb79b8eb6ca2201c3
108343 Author: Behdad Esfahbod <behdad@behdad.org>
108344 Date:   Fri May 6 17:17:00 2016 +0100
108345
108346     [use] Fix 'Number-joiner terminated cluster' to use HN instead of H
108347     
108348     From draft update to USE.
108349
108350  src/hb-ot-shape-complex-use-machine.rl | 2 +-
108351  1 file changed, 1 insertion(+), 1 deletion(-)
108352
108353 commit 359dead960c825edeb4587915a511d323f1c1f2a
108354 Author: Behdad Esfahbod <behdad@behdad.org>
108355 Date:   Fri May 6 16:19:19 2016 +0100
108356
108357     Allow MultipleSubst to delete glyph
108358     
108359     Fixes https://github.com/behdad/harfbuzz/issues/253
108360     
108361     Hopefully we got the logic right.
108362
108363  src/hb-ot-layout-gsub-table.hh       | 17 +++++++----------
108364  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++++----
108365  2 files changed, 14 insertions(+), 14 deletions(-)
108366
108367 commit 3c1666cfb589275de96d54eecb95a13a98e3819e
108368 Author: Behdad Esfahbod <behdad@behdad.org>
108369 Date:   Fri May 6 16:05:07 2016 +0100
108370
108371     [indic] Remove more unused logic after Javanese is gone
108372
108373  src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++-------------------------
108374  1 file changed, 18 insertions(+), 32 deletions(-)
108375
108376 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f
108377 Author: Behdad Esfahbod <behdad@behdad.org>
108378 Date:   Fri May 6 15:59:27 2016 +0100
108379
108380     [indic] Remove unused Javanese bits
108381
108382  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
108383  src/hb-ot-shape-complex-indic-private.hh | 5 ++---
108384  src/hb-ot-shape-complex-indic.cc         | 4 ----
108385  3 files changed, 3 insertions(+), 9 deletions(-)
108386
108387 commit 30e6e29f0f0f77eb65bfd1c4576b38c2da555017
108388 Author: Behdad Esfahbod <behdad@behdad.org>
108389 Date:   Fri May 6 15:52:27 2016 +0100
108390
108391     [indic/use] Move Javanese from Indic shaper to USE
108392     
108393     Fixes https://github.com/behdad/harfbuzz/issues/243
108394     
108395     With javatext.ttf, the reodering medial Ra gets its advance width
108396     zero'ed in Uniscribe implementation, and the font adds the advance
108397     back.  Our Indic shaper does not do that, but USE does.  So, route
108398     Javanese through USE.  That's what Microsoft does anyway.  Test:
108399     
108400       U+A9A5,U+A9BA
108401     
108402     This also seems to fix the following sequence, and variations thereof:
108403     
108404       U+A99F,U+A9C0,U+A9A2,U+A9BF
108405
108406  src/gen-indic-table.py                             |  1 -
108407  src/hb-ot-shape-complex-indic-table.cc             | 23 ++++------------------
108408  src/hb-ot-shape-complex-private.hh                 |  5 +----
108409  .../south-east-asian/script-javanese/misc.txt      |  1 +
108410  4 files changed, 6 insertions(+), 24 deletions(-)
108411
108412 commit c6ee5f5f06a27a6f147f63aaf51186622821f20b
108413 Author: Behdad Esfahbod <behdad@behdad.org>
108414 Date:   Fri May 6 15:39:02 2016 +0100
108415
108416     Add Javanese sample text
108417
108418  .../south-east-asian/script-javanese/misc.txt      | 53 ++++++++++++++++++++++
108419  1 file changed, 53 insertions(+)
108420
108421 commit e21921a68a959b7e929f71a4260a6cbe055ab4e6
108422 Author: Behdad Esfahbod <behdad@behdad.org>
108423 Date:   Fri May 6 15:24:39 2016 +0100
108424
108425     Minor
108426
108427  BUILD.md | 9 ++++++---
108428  1 file changed, 6 insertions(+), 3 deletions(-)
108429
108430 commit 01a30a6aa9a5827c93245961e3392a1f361745fe
108431 Author: Behdad Esfahbod <behdad@behdad.org>
108432 Date:   Fri May 6 11:50:02 2016 +0100
108433
108434     [indic] Remove data for scripts that don't go thorough this shaper
108435
108436  src/gen-indic-table.py                 |  29 +-
108437  src/hb-ot-shape-complex-indic-table.cc | 604 +--------------------------------
108438  2 files changed, 43 insertions(+), 590 deletions(-)
108439
108440 commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439
108441 Author: Behdad Esfahbod <behdad@behdad.org>
108442 Date:   Fri May 6 11:34:46 2016 +0100
108443
108444     Update tables to Unicode 9.0.0 beta
108445     
108446     Fixes https://github.com/behdad/harfbuzz/issues/251
108447
108448  src/hb-ot-shape-complex-arabic-table.hh |  56 ++++++++-----
108449  src/hb-ot-shape-complex-indic-table.cc  | 137 +++++++++++++++++++++++---------
108450  src/hb-ot-shape-complex-use-table.cc    |  86 ++++++++++++++------
108451  3 files changed, 196 insertions(+), 83 deletions(-)
108452
108453 commit f718fe370ea89e8aeb407addaa6cc926d52a4cdb
108454 Author: Behdad Esfahbod <behdad@behdad.org>
108455 Date:   Fri May 6 11:21:12 2016 +0100
108456
108457     Minor
108458
108459  src/gen-indic-table.py | 4 ++--
108460  1 file changed, 2 insertions(+), 2 deletions(-)
108461
108462 commit 691086f131cb6c9d97e98730c27673484bf93f87
108463 Author: Behdad Esfahbod <behdad@behdad.org>
108464 Date:   Fri May 6 12:08:18 2016 +0100
108465
108466     Add Unicode 9 beta scripts
108467     
108468     These are frozen, so good time to add.
108469
108470  src/hb-common.cc                   | 3 +++
108471  src/hb-common.h                    | 9 +++++++++
108472  src/hb-ot-shape-complex-private.hh | 9 +++++++++
108473  src/hb-ot-shape-complex-use.cc     | 3 +++
108474  4 files changed, 24 insertions(+)
108475
108476 commit bc5198fe1277d662926a4f616913c085cd4fc8ee
108477 Author: Behdad Esfahbod <behdad@behdad.org>
108478 Date:   Fri May 6 11:59:05 2016 +0100
108479
108480     Whitespace
108481
108482  src/hb-common.h | 13 +++++++------
108483  1 file changed, 7 insertions(+), 6 deletions(-)
108484
108485 commit a5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f
108486 Author: Behdad Esfahbod <behdad@behdad.org>
108487 Date:   Mon May 2 10:44:13 2016 +0200
108488
108489     1.2.7
108490
108491  NEWS         | 12 ++++++++++++
108492  configure.ac |  2 +-
108493  2 files changed, 13 insertions(+), 1 deletion(-)
108494
108495 commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e
108496 Author: Behdad Esfahbod <behdad@behdad.org>
108497 Date:   Mon May 2 10:29:12 2016 +0200
108498
108499     [ot-font] Remove unused 'post' table include for now
108500     
108501     To make a release...
108502
108503  src/hb-ot-font.cc | 2 +-
108504  1 file changed, 1 insertion(+), 1 deletion(-)
108505
108506 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b
108507 Author: Behdad Esfahbod <behdad@behdad.org>
108508 Date:   Mon May 2 10:28:24 2016 +0200
108509
108510     [tests] Fix test
108511
108512  test/shaping/Makefile.am                                                | 2 +-
108513  .../tests/{fallback-positioning.test => fallback-positioning.tests}     | 0
108514  2 files changed, 1 insertion(+), 1 deletion(-)
108515
108516 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
108517 Author: Behdad Esfahbod <behdad@behdad.org>
108518 Date:   Mon May 2 10:24:00 2016 +0200
108519
108520     [hb-ot-font] Make 'glyf' table loading lazy
108521     
108522     Apparently some clients have reference-table callbacks that copy the table.
108523     As such, avoid loading 'glyf' table which is only needed if fallback positioning
108524     happens.
108525
108526  src/hb-ot-font.cc                                  |  45 ++++++++++++++++++++-
108527  test/shaping/Makefile.am                           |   1 +
108528  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
108529  test/shaping/tests/fallback-positioning.test       |   2 +
108530  4 files changed, 46 insertions(+), 2 deletions(-)
108531
108532 commit 587d46227a56940a7f5bb053cbeda6144394acf7
108533 Author: Behdad Esfahbod <behdad@behdad.org>
108534 Date:   Sat Apr 30 19:20:56 2016 +0200
108535
108536     [ot-font] Start implementing 'post' table, for accessing glyph names
108537
108538  src/Makefile.sources        |   1 +
108539  src/hb-open-type-private.hh |  12 ++++-
108540  src/hb-ot-font.cc           |   1 +
108541  src/hb-ot-post-table.hh     | 119 ++++++++++++++++++++++++++++++++++++++++++++
108542  4 files changed, 132 insertions(+), 1 deletion(-)
108543
108544 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
108545 Merge: 2f560ee44 264b7a728
108546 Author: Behdad Esfahbod <behdad@behdad.org>
108547 Date:   Wed Apr 27 03:38:24 2016 -0700
108548
108549     Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
108550
108551 commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32
108552 Author: Behdad Esfahbod <behdad@behdad.org>
108553 Date:   Wed Apr 27 03:11:41 2016 -0700
108554
108555     [tibetan] Reorder marks to better match Uniscribe
108556     
108557     Fixes https://github.com/behdad/harfbuzz/issues/237
108558     
108559     Note that Uniscribe enforces a certain syllable order.  We don't.
108560     But with this change, I get all of the tibetan contractions pass
108561     with Microsoft Himalaya font.
108562
108563  src/hb-unicode-private.hh | 8 ++++++--
108564  1 file changed, 6 insertions(+), 2 deletions(-)
108565
108566 commit f68390f196216718c22c434e1d8921118e646824
108567 Author: Behdad Esfahbod <behdad@behdad.org>
108568 Date:   Wed Apr 27 02:44:35 2016 -0700
108569
108570     [test] Add text for Tibetan shorthand contractions
108571     
108572     From http://www.babelstone.co.uk/Tibetan/Contractions.html
108573
108574  .../script-tibetan/misc/contractions.txt           | 612 +++++++++++++++++++++
108575  1 file changed, 612 insertions(+)
108576
108577 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
108578 Merge: 7e2da035f adafdcddc
108579 Author: Khaled Hosny <khaledhosny@eglug.org>
108580 Date:   Wed Apr 27 03:48:23 2016 +0300
108581
108582     Merge pull request #247 from khaledhosny/update-opentype-language-tags
108583     
108584     Update opentype language tags
108585
108586 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
108587 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
108588 Date:   Sat Nov 7 23:37:21 2015 +0000
108589
108590     Mass-added “difficult” tags – to be curated.
108591
108592  src/hb-ot-tag.cc | 69 +++++++++++++++++++++++++++++---------------------------
108593  1 file changed, 36 insertions(+), 33 deletions(-)
108594
108595 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
108596 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
108597 Date:   Sat Nov 7 22:59:13 2015 +0000
108598
108599     Initial import of missing OpenType 1.7 language tags.
108600
108601  src/hb-ot-tag.cc | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
108602  1 file changed, 61 insertions(+), 6 deletions(-)
108603
108604 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
108605 Author: Behdad Esfahbod <behdad@behdad.org>
108606 Date:   Tue Apr 26 16:42:25 2016 -0700
108607
108608     Undo accidental change
108609
108610  src/hb-ot-shape-complex-arabic.cc | 2 +-
108611  1 file changed, 1 insertion(+), 1 deletion(-)
108612
108613 commit b20305022a8235b19e6b640bc62651854e1336f1
108614 Author: Behdad Esfahbod <behdad@behdad.org>
108615 Date:   Tue Apr 26 16:41:17 2016 -0700
108616
108617     Do NOT ignore Mongolian Free Variation Selectors during matching
108618     
108619     Fixes https://github.com/behdad/harfbuzz/issues/234
108620
108621  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
108622  src/hb-ot-layout-private.hh                        |  23 +++++++++++++++++++--
108623  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
108624  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
108625  .../tests/mongolian-variation-selector.tests       |   1 +
108626  5 files changed, 24 insertions(+), 4 deletions(-)
108627
108628 commit 21ab5501f5f5267d20cf23256866dd9d82a667ef
108629 Author: Behdad Esfahbod <behdad@behdad.org>
108630 Date:   Tue Apr 26 16:02:04 2016 -0700
108631
108632     Move ZWJ/ZWNJ bits to top byte of unicode_props()
108633     
108634     To make room to remember Mongolian Free Variation Selectors.
108635     Part of fixing https://github.com/behdad/harfbuzz/issues/234
108636
108637  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++------------------
108638  1 file changed, 22 insertions(+), 18 deletions(-)
108639
108640 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d
108641 Author: Behdad Esfahbod <behdad@behdad.org>
108642 Date:   Tue Apr 26 11:28:37 2016 -0700
108643
108644     [util] Print out --debug buffer to stderr
108645
108646  util/main-font-text.hh | 2 +-
108647  1 file changed, 1 insertion(+), 1 deletion(-)
108648
108649 commit 29393884b9f045460fb65d6ad10a94461ba93430
108650 Author: Behdad Esfahbod <behdad@behdad.org>
108651 Date:   Tue Apr 26 10:35:23 2016 -0700
108652
108653     Annotate blacklisted fonts with their sha1sum
108654
108655  src/hb-ot-layout.cc | 18 ++++++++++++------
108656  1 file changed, 12 insertions(+), 6 deletions(-)
108657
108658 commit 14bb4a56971fd45063cd6c1288d911627088abb2
108659 Merge: 1c625dff2 5069062d0
108660 Author: Sascha Brawer <sascha@brawer.ch>
108661 Date:   Tue Apr 26 11:38:16 2016 +0200
108662
108663     Merge pull request #245 from KonstantinRitt/fixes/ce
108664     
108665     Unbreak build on Windows CE
108666
108667 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
108668 Author: Konstantin Ritt <ritt.ks@gmail.com>
108669 Date:   Tue Apr 26 12:02:26 2016 +0400
108670
108671     Unbreak build on Windows CE
108672     
108673     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
108674     vsnprintf(), which is not defined on Windows CE
108675
108676  src/hb-private.hh | 1 +
108677  1 file changed, 1 insertion(+)
108678
108679 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
108680 Author: Behdad Esfahbod <behdad@behdad.org>
108681 Date:   Sat Apr 9 12:53:23 2016 -0700
108682
108683     Minor
108684
108685  src/hb-ot-layout.cc | 8 ++++----
108686  1 file changed, 4 insertions(+), 4 deletions(-)
108687
108688 commit 851b0db36d1b724fc1e0db506445119c78186285
108689 Author: Behdad Esfahbod <behdad@behdad.org>
108690 Date:   Fri Apr 8 23:46:55 2016 -0700
108691
108692     Minor.  We should never get to this branch, but fix it anyway.
108693
108694  src/hb-ot-layout-common-private.hh | 6 +++++-
108695  1 file changed, 5 insertions(+), 1 deletion(-)
108696
108697 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1
108698 Author: Behdad Esfahbod <behdad@behdad.org>
108699 Date:   Fri Apr 8 13:51:01 2016 -0700
108700
108701     1.2.6
108702
108703  NEWS         | 10 ++++++++++
108704  configure.ac |  2 +-
108705  2 files changed, 11 insertions(+), 1 deletion(-)
108706
108707 commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe
108708 Author: Behdad Esfahbod <behdad@behdad.org>
108709 Date:   Fri Apr 8 13:41:20 2016 -0700
108710
108711     Blacklist another set of timesi.ttf and timesbi.ttf
108712
108713  src/hb-ot-layout.cc | 2 ++
108714  1 file changed, 2 insertions(+)
108715
108716 commit ef476be80d773332e0c768a3465d99381d76edd9
108717 Merge: a0331b55f d3134a66a
108718 Author: Behdad Esfahbod <behdad@behdad.org>
108719 Date:   Fri Apr 8 13:16:33 2016 -0700
108720
108721     Merge pull request #239 from ebraminio/dwfix
108722     
108723     Improve DirectWrite backend
108724
108725 commit d3134a66ad551ded726db9528d3c25459088f105
108726 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108727 Date:   Tue Apr 5 21:01:05 2016 +0000
108728
108729     Fix when no feature is given
108730
108731  src/hb-directwrite.cc | 8 +++++---
108732  1 file changed, 5 insertions(+), 3 deletions(-)
108733
108734 commit a0331b55f7b45437980e1fc323251f4091bf2c4e
108735 Author: Behdad Esfahbod <behdad@behdad.org>
108736 Date:   Mon Apr 4 16:25:32 2016 -0700
108737
108738     1.2.5
108739
108740  NEWS         | 7 +++++++
108741  configure.ac | 2 +-
108742  2 files changed, 8 insertions(+), 1 deletion(-)
108743
108744 commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7
108745 Author: Behdad Esfahbod <behdad@behdad.org>
108746 Date:   Mon Apr 4 16:24:27 2016 -0700
108747
108748     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
108749
108750  test/shaping/Makefile.am                                |   1 +
108751  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 -> 16736 bytes
108752  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
108753  3 files changed, 6 insertions(+)
108754
108755 commit 59089622dbb8dda783b1639c932123f125c3592d
108756 Author: Behdad Esfahbod <behdad@behdad.org>
108757 Date:   Mon Apr 4 14:54:32 2016 -0700
108758
108759     [coretext] Clarify comment
108760
108761  src/hb-coretext.cc | 8 +++-----
108762  1 file changed, 3 insertions(+), 5 deletions(-)
108763
108764 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
108765 Author: Behdad Esfahbod <behdad@behdad.org>
108766 Date:   Mon Apr 4 14:34:25 2016 -0700
108767
108768     Fix FixedVersion::to_int()
108769     
108770     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
108771     
108772     Fixes https://github.com/behdad/harfbuzz/issues/238
108773     Will add test soon.
108774
108775  src/hb-open-type-private.hh | 2 +-
108776  1 file changed, 1 insertion(+), 1 deletion(-)
108777
108778 commit 4a104021697439fd21390a1f4cdc9310348882fa
108779 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108780 Date:   Sat Apr 2 13:47:59 2016 +0000
108781
108782     Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION
108783
108784  src/hb-directwrite.cc | 8 ++++----
108785  1 file changed, 4 insertions(+), 4 deletions(-)
108786
108787 commit 63ee9ca5d81b53eb035972754ed95572821c393c
108788 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108789 Date:   Fri Apr 1 15:47:07 2016 +0000
108790
108791     Use standard types instead Windows favourites ones
108792
108793  src/hb-directwrite.cc | 100 +++++++++++++++++++++++++-------------------------
108794  1 file changed, 50 insertions(+), 50 deletions(-)
108795
108796 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
108797 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108798 Date:   Fri Apr 1 15:36:40 2016 +0000
108799
108800     Limit GetJustifiedGlyphs only to scripts with custom justification character
108801
108802  src/hb-directwrite.cc | 98 +++++++++++++++++++++++++++++++--------------------
108803  1 file changed, 60 insertions(+), 38 deletions(-)
108804
108805 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
108806 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108807 Date:   Fri Apr 1 06:39:57 2016 +0000
108808
108809     Add justification support
108810
108811  src/hb-directwrite.cc | 321 ++++++++++++++++++++++++++++++++------------------
108812  1 file changed, 205 insertions(+), 116 deletions(-)
108813
108814 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
108815 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108816 Date:   Thu Mar 31 18:19:44 2016 +0000
108817
108818     Basic opentype features support
108819
108820  src/hb-directwrite.cc | 62 ++++++++++++++++++++++++++++++++++-----------------
108821  1 file changed, 42 insertions(+), 20 deletions(-)
108822
108823 commit d129897120d3ad414220d603557c15a60aa69fa6
108824 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108825 Date:   Thu Mar 31 13:45:37 2016 +0000
108826
108827     Refactor and remove dupe getglyphs call
108828
108829  src/hb-directwrite.cc | 106 ++++++++++++++++++++++++--------------------------
108830  1 file changed, 51 insertions(+), 55 deletions(-)
108831
108832 commit 5f1a8961008b93f72acc47336109af3a64e248d0
108833 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108834 Date:   Thu Mar 31 12:26:16 2016 +0000
108835
108836     Better glyph offset support
108837
108838  src/hb-directwrite.cc | 44 ++++++++++++++++++++++++--------------------
108839  1 file changed, 24 insertions(+), 20 deletions(-)
108840
108841 commit d691ba3f405738c6857450752b8cc0911dfcdb01
108842 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108843 Date:   Wed Mar 30 20:21:40 2016 +0000
108844
108845     Don't fail when language is not set
108846
108847  src/hb-directwrite.cc | 9 ++++++---
108848  1 file changed, 6 insertions(+), 3 deletions(-)
108849
108850 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df
108851 Author: Ebrahim Byagowi <ebrahim@gnu.org>
108852 Date:   Wed Mar 30 20:15:09 2016 +0000
108853
108854     Make DirectWrite backend to work with different font sizes
108855     
108856     Actually copyedited same logic from Uniscribe to make it just work
108857
108858  src/hb-directwrite.cc | 7 ++++++-
108859  1 file changed, 6 insertions(+), 1 deletion(-)
108860
108861 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837
108862 Author: Behdad Esfahbod <behdad@behdad.org>
108863 Date:   Thu Mar 17 14:37:11 2016 -0700
108864
108865     1.2.4
108866
108867  NEWS         | 15 +++++++++++++++
108868  configure.ac |  2 +-
108869  2 files changed, 16 insertions(+), 1 deletion(-)
108870
108871 commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
108872 Author: Behdad Esfahbod <behdad@behdad.org>
108873 Date:   Thu Mar 17 11:59:43 2016 -0700
108874
108875     Synthesize GDEF glyph class for any glyph that does not have one in GDEF
108876     
108877     Previously we only synthesized GDEF glyph classes if the glyphClassDef
108878     array in GDEF was null.  This worked well enough, and is indeed what
108879     OpenType requires: "If the font does not include a GlyphClassDef table,
108880     the client must define and maintain this information when using the
108881     GSUB and GPOS tables."  That sentence does not quite make sense since
108882     one needs Unicode properties as well, but is close enough.
108883     
108884     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
108885     glyph class array, but defines no classes for Hebrew.  This results
108886     in Hebrew marks not getting their widths zeroed.  So, with this change,
108887     we synthesize glyph class for any glyph that is not specified in the
108888     GDEF glyph class table.  Since, from our point of view, a glyph not
108889     being listed in that table is a font bug, any unwanted consequence of
108890     this change is a font bug :).
108891     
108892     Note that we still don't get the same rendering as Uniscribe, since
108893     Uniscribe seems to do fallback positioning as well, even though the
108894     font does have a GPOS table (which does NOT cover Hebrew!).  We are
108895     not going to try to match that though.
108896     
108897     Test string for Arial Unicode:
108898     
108899             U+05E9,U+05B8,U+05C1,U+05DC
108900     
108901     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
108902     After:          [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
108903     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
108904     
108905     Note that our new output matches what we were generating until July
108906     2014, because the Hebrew shaper used to zero mark advances based on
108907     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
108908     
108909     Reported by Greg Douglas.
108910
108911  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
108912  src/hb-ot-shape.cc             | 29 -----------------------------
108913  2 files changed, 20 insertions(+), 31 deletions(-)
108914
108915 commit fef5dd9a72f326c160a7194f558749d24bac7283
108916 Merge: 01ea9eaac 5f995db10
108917 Author: Behdad Esfahbod <behdad@behdad.org>
108918 Date:   Sat Mar 12 19:15:15 2016 -0800
108919
108920     Merge pull request #232 from c0nk/wip-icu
108921     
108922     Add --with-icu=builtin option; fix compile error
108923
108924 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
108925 Author: Behdad Esfahbod <behdad@behdad.org>
108926 Date:   Fri Mar 11 18:50:02 2016 -0800
108927
108928     [build] Use tar-ustar instead of tar-pax
108929     
108930     The default tar-v7 is not good enough for us (99 char filename
108931     limit), so I have had bumped to tar-pax.  We got one complaint
108932     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
108933     which is ~13 years earlier than tar-pax and is good enough for us.
108934
108935  configure.ac | 2 +-
108936  1 file changed, 1 insertion(+), 1 deletion(-)
108937
108938 commit 3e10460a1dd41de32752e308771aa30d23565cc0
108939 Author: Behdad Esfahbod <behdad@behdad.org>
108940 Date:   Fri Mar 11 18:45:19 2016 -0800
108941
108942     Minor comment
108943
108944  src/hb-unicode-private.hh | 2 +-
108945  1 file changed, 1 insertion(+), 1 deletion(-)
108946
108947 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6
108948 Author: Behdad Esfahbod <behdad@behdad.org>
108949 Date:   Tue Mar 8 12:16:41 2016 -0800
108950
108951     Remove default clause in minor switch statements
108952     
108953     Bending to clang warnings...
108954     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
108955
108956  src/hb-ot-shape-complex-indic.cc | 4 ----
108957  src/hb-ot-shape-complex-thai.cc  | 1 -
108958  2 files changed, 5 deletions(-)
108959
108960 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
108961 Merge: 731a430cd 71248a843
108962 Author: Behdad Esfahbod <behdad@behdad.org>
108963 Date:   Fri Mar 4 17:20:35 2016 -0800
108964
108965     Merge pull request #231 from KonstantinRitt/post123buildfix
108966     
108967     Fix build with HB_DISABLE_DEPRECATED
108968
108969 commit 731a430cd36caabcef04e099b21ebc6daedd536f
108970 Author: Behdad Esfahbod <behdad@behdad.org>
108971 Date:   Wed Mar 2 13:32:42 2016 -0800
108972
108973     Fix requiredFeature stage handling logic
108974     
108975     Originally the way Jonathan had written this was correct in
108976     "continue"ing:
108977     
108978     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
108979     
108980     When I rewrote his patch, I messed it up:
108981     
108982     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
108983     
108984     the intended behavior was NOT to set found=TRUE and NOT to continue.
108985     This was resulting in feature_index[table_index] being left unset.
108986     Oops!
108987
108988  src/hb-ot-map.cc | 5 +----
108989  1 file changed, 1 insertion(+), 4 deletions(-)
108990
108991 commit 68b6296d3333fd38bd5442d2ba087ced481603bc
108992 Author: Behdad Esfahbod <behdad@behdad.org>
108993 Date:   Tue Mar 1 16:41:53 2016 +0900
108994
108995     Add F2DOT14 type
108996
108997  src/hb-open-type-private.hh | 9 +++++++++
108998  1 file changed, 9 insertions(+)
108999
109000 commit 082b79fe9f06607998178dcdcbe817af28b017de
109001 Author: Behdad Esfahbod <behdad@behdad.org>
109002 Date:   Tue Mar 1 16:41:26 2016 +0900
109003
109004     Use FWORD and UFWORD when it makes sense
109005     
109006     I had forgotten about those types.
109007
109008  src/hb-ot-glyf-table.hh | 8 ++++----
109009  src/hb-ot-hmtx-table.hh | 6 +++---
109010  2 files changed, 7 insertions(+), 7 deletions(-)
109011
109012 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e
109013 Author: Kal Conley <kcconley@gmail.com>
109014 Date:   Fri Feb 26 00:36:17 2016 +0100
109015
109016     Fix missing ICU #include
109017     
109018     Fix compile error in hb-icu.cc when ICU configured with
109019     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
109020
109021  src/hb-icu.cc | 1 +
109022  1 file changed, 1 insertion(+)
109023
109024 commit b424b6c372dfe4c0ed75a49761eb34a416819446
109025 Author: Kal Conley <kcconley@gmail.com>
109026 Date:   Fri Feb 26 00:35:15 2016 +0100
109027
109028     Add --with-icu=builtin configure option
109029
109030  configure.ac    | 33 +++++++++++++++++++--------------
109031  src/Makefile.am |  7 +++++++
109032  2 files changed, 26 insertions(+), 14 deletions(-)
109033
109034 commit 71248a843f976c86022eb5bb8c6e8880b2499937
109035 Author: Konstantin Ritt <ritt.ks@gmail.com>
109036 Date:   Thu Feb 25 18:55:28 2016 +0400
109037
109038     Fix build with HB_DISABLE_DEPRECATED
109039     
109040     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
109041     should be used, even from within HB itself.
109042
109043  src/hb-font.cc | 4 ++++
109044  1 file changed, 4 insertions(+)
109045
109046 commit 0c7fb7419c20d04b803412945565562c32b42929
109047 Author: Behdad Esfahbod <behdad@behdad.org>
109048 Date:   Thu Feb 25 14:40:09 2016 +0900
109049
109050     Speed up buffer variable allocation sanity check
109051     
109052     This makes defining HB_NDEBUG much less relevant, to the
109053     point of irrelevance.  Sorry about all the fuss in previous
109054     release!
109055
109056  src/hb-buffer-private.hh | 67 ++++++++++++++++++++++++++++-----------------
109057  src/hb-buffer.cc         | 70 ------------------------------------------------
109058  2 files changed, 43 insertions(+), 94 deletions(-)
109059
109060 commit 91dd11565221bdb108c138662ea013aac14bb968
109061 Author: Behdad Esfahbod <behdad@behdad.org>
109062 Date:   Thu Feb 25 13:56:47 2016 +0900
109063
109064     Add HB_NDEBUG
109065     
109066     API changes:
109067     - If NDEBUG is defined, define HB_NDEBUG
109068     - Disable costlier sanity checks if HB_NDEBUG is defined.
109069     
109070     In 1.2.3 introduced some code to disable costly sanity checks if
109071     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
109072     well.  With HB_NDEBUG, one can disable costlier checks but keep
109073     assert()s.
109074     
109075     I'll probably add a way to define HB_NDEBUG automatically in
109076     release tarballs.  But for now, production systems that do NOT
109077     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
109078
109079  src/Makefile.am          | 2 +-
109080  src/hb-buffer-private.hh | 4 ++--
109081  src/hb-buffer.cc         | 4 ++--
109082  src/hb-private.hh        | 9 +++++++++
109083  4 files changed, 14 insertions(+), 5 deletions(-)
109084
109085 commit 75568b0a7f811ea18e23037735ec8541a7431f88
109086 Author: Behdad Esfahbod <behdad@behdad.org>
109087 Date:   Thu Feb 25 12:26:26 2016 +0900
109088
109089     1.2.3
109090
109091  NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
109092  configure.ac |  2 +-
109093  2 files changed, 43 insertions(+), 1 deletion(-)
109094
109095 commit 988165021f8d48dc7120b071d056491256569f4f
109096 Author: Behdad Esfahbod <behdad@behdad.org>
109097 Date:   Thu Feb 25 12:23:02 2016 +0900
109098
109099     Disable internal buffer variable bookkeeping in NDEBUG builds
109100     
109101     Saves some sweet time and binary size!
109102
109103  src/Makefile.am          |  1 +
109104  src/hb-buffer-private.hh | 30 ++++++++++++++++++++----------
109105  src/hb-buffer.cc         |  6 ++++--
109106  3 files changed, 25 insertions(+), 12 deletions(-)
109107
109108 commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822
109109 Author: Behdad Esfahbod <behdad@behdad.org>
109110 Date:   Thu Feb 25 11:31:03 2016 +0900
109111
109112     Add blacklist signature for Times New Roman (Bold) Italic on OS X
109113
109114  src/hb-ot-layout.cc | 2 ++
109115  1 file changed, 2 insertions(+)
109116
109117 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0
109118 Author: Behdad Esfahbod <behdad@behdad.org>
109119 Date:   Thu Feb 25 11:20:05 2016 +0900
109120
109121     [test] Pass closure to hb_font_set_glyph_func()
109122     
109123     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
109124
109125  test/api/test-shape.c | 2 +-
109126  1 file changed, 1 insertion(+), 1 deletion(-)
109127
109128 commit e23cf902e91142a10229e3514be4ceee69efde04
109129 Author: Behdad Esfahbod <behdad@behdad.org>
109130 Date:   Thu Feb 25 11:11:15 2016 +0900
109131
109132     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
109133     
109134     See discussion:
109135     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
109136
109137  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++++
109138  1 file changed, 25 insertions(+)
109139
109140 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
109141 Author: Behdad Esfahbod <behdad@behdad.org>
109142 Date:   Thu Feb 25 09:16:05 2016 +0900
109143
109144     In trampoline implementation of get_glyph(), don't destroy user data twice!
109145
109146  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
109147  1 file changed, 27 insertions(+), 14 deletions(-)
109148
109149 commit 23335deaad9d4d9824ff41343264514d3f9f7e37
109150 Author: Behdad Esfahbod <behdad@behdad.org>
109151 Date:   Wed Feb 24 20:27:13 2016 +0900
109152
109153     [ot-font] Accelerate cmap format4 get_glyph
109154
109155  src/hb-ot-cmap-table.hh | 111 ++++++++++++++++++++++++++++--------------------
109156  src/hb-ot-font.cc       |  14 +++++-
109157  2 files changed, 77 insertions(+), 48 deletions(-)
109158
109159 commit e0f16a715bc3e621ff21a8be88102e9672630574
109160 Author: Behdad Esfahbod <behdad@behdad.org>
109161 Date:   Wed Feb 24 19:52:36 2016 +0900
109162
109163     [ot-font] Towards accelerating get_glyph()
109164
109165  src/hb-ot-font.cc | 23 ++++++++++++++++++++---
109166  1 file changed, 20 insertions(+), 3 deletions(-)
109167
109168 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00
109169 Author: Behdad Esfahbod <behdad@behdad.org>
109170 Date:   Wed Feb 24 19:32:43 2016 +0900
109171
109172     [ot-font] Remove level of indirection in get_glyph_variant
109173
109174  src/hb-ot-cmap-table.hh | 14 ++------------
109175  src/hb-ot-font.cc       | 13 +++++++++----
109176  2 files changed, 11 insertions(+), 16 deletions(-)
109177
109178 commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8
109179 Author: Behdad Esfahbod <behdad@behdad.org>
109180 Date:   Wed Feb 24 19:10:06 2016 +0900
109181
109182     [TODO] Update
109183     
109184     This file is rather obsolete.  Still, give it a refresh.
109185
109186  TODO | 16 ++--------------
109187  1 file changed, 2 insertions(+), 14 deletions(-)
109188
109189 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
109190 Author: Behdad Esfahbod <behdad@behdad.org>
109191 Date:   Wed Feb 24 19:05:23 2016 +0900
109192
109193     Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
109194     
109195     New API:
109196     - hb_font_get_nominal_glyph_func_t
109197     - hb_font_get_variation_glyph_func_t
109198     - hb_font_funcs_set_nominal_glyph_func()
109199     - hb_font_funcs_set_variation_glyph_func()
109200     - hb_font_get_nominal_glyph()
109201     - hb_font_get_variation_glyph()
109202     
109203     Deprecated API:
109204     - hb_font_get_glyph_func_t
109205     - hb_font_funcs_set_glyph_func()
109206     
109207     Clients that implement their own font-funcs are encouraged to replace
109208     their get_glyph() implementation with a get_nominal_glyph() and
109209     get_variation_glyph() pair.  The variation version can assume that
109210     variation_selector argument is not zero.
109211
109212  src/hb-deprecated.h                |  10 ++
109213  src/hb-fallback-shape.cc           |   4 +-
109214  src/hb-font-private.hh             |  26 +++--
109215  src/hb-font.cc                     | 203 ++++++++++++++++++++++++++++++++++---
109216  src/hb-font.h                      |  55 +++++++---
109217  src/hb-ft.cc                       |  38 ++++---
109218  src/hb-ot-font.cc                  |  57 +++++++----
109219  src/hb-ot-shape-complex-indic.cc   |   8 +-
109220  src/hb-ot-shape-complex-myanmar.cc |   2 +-
109221  src/hb-ot-shape-complex-use.cc     |   2 +-
109222  src/hb-ot-shape-fallback.cc        |   6 +-
109223  src/hb-ot-shape-normalize.cc       |  18 ++--
109224  src/hb-ot-shape.cc                 |   6 +-
109225  13 files changed, 344 insertions(+), 91 deletions(-)
109226
109227 commit b30a971bf792b9c683c345e1be25c5a5869a113c
109228 Author: Behdad Esfahbod <behdad@behdad.org>
109229 Date:   Wed Feb 24 17:32:22 2016 +0900
109230
109231     1.2.2
109232
109233  NEWS         | 14 +++++++++++++-
109234  configure.ac |  2 +-
109235  2 files changed, 14 insertions(+), 2 deletions(-)
109236
109237 commit af48e3d27c01c538f46f1dc376d994a0c24a8170
109238 Author: Behdad Esfahbod <behdad@behdad.org>
109239 Date:   Wed Feb 24 16:06:40 2016 +0900
109240
109241     Fix recent test
109242     
109243     Not sure why the FT functions were returning advance 1024.  This
109244     caused failure on drone.io.  Switch to hb-ot-font and disable
109245     glyph names.
109246
109247  test/shaping/tests/cursive-positioning.tests | 2 +-
109248  1 file changed, 1 insertion(+), 1 deletion(-)
109249
109250 commit 17c831701756bb46300c412fd64b19d67f299c18
109251 Author: Behdad Esfahbod <behdad@behdad.org>
109252 Date:   Wed Feb 24 16:06:23 2016 +0900
109253
109254     [tests] Fix for multiple options in test runner scripts
109255
109256  test/shaping/run-tests.sh | 3 +--
109257  1 file changed, 1 insertion(+), 2 deletions(-)
109258
109259 commit ebd7431f824c718db6ce5b85e94f2b3911127af4
109260 Author: Behdad Esfahbod <behdad@behdad.org>
109261 Date:   Wed Feb 24 15:53:40 2016 +0900
109262
109263     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
109264     
109265     That commit moved the advance adjustment for mark positioning to
109266     be applied immediately, instead of doing late before.  This breaks
109267     if mark advances are zeroed late, like in Arabic.  Also, easier to
109268     hit it in RTL scripts since a single mark with non-zero advance is
109269     enough to hit the bug, whereas in LTR, at least two marks are needed.
109270     
109271     This reopens https://github.com/behdad/harfbuzz/issues/211
109272     The cursive+mark interaction is broken again.  To be fixed in a
109273     different way.
109274
109275  src/hb-ot-layout-gpos-table.hh               | 28 ++++++++++++----------------
109276  test/shaping/tests/cursive-positioning.tests |  2 +-
109277  2 files changed, 13 insertions(+), 17 deletions(-)
109278
109279 commit 284481b3120963353f5f34ed094f07ffc13480ef
109280 Author: Behdad Esfahbod <behdad@behdad.org>
109281 Date:   Wed Feb 24 15:52:37 2016 +0900
109282
109283     Add test for mark positioning in rtl with non-zero mark advance
109284     
109285     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
109286     Fix coming.
109287
109288  .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 -> 848 bytes
109289  test/shaping/tests/cursive-positioning.tests              |   1 +
109290  2 files changed, 1 insertion(+)
109291
109292 commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b
109293 Author: Behdad Esfahbod <behdad@behdad.org>
109294 Date:   Wed Feb 24 15:50:33 2016 +0900
109295
109296     [tests] Allow commenting out tests to be skipped
109297
109298  test/shaping/run-tests.sh | 4 ++++
109299  1 file changed, 4 insertions(+)
109300
109301 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f
109302 Author: Behdad Esfahbod <behdad@behdad.org>
109303 Date:   Wed Feb 24 12:30:57 2016 +0900
109304
109305     [Android.mk] Update with warning flags
109306
109307  Android.mk | 3 ++-
109308  1 file changed, 2 insertions(+), 1 deletion(-)
109309
109310 commit dabf32a5ad706726412ba5c64e1ea614a707b928
109311 Author: Behdad Esfahbod <behdad@behdad.org>
109312 Date:   Tue Feb 23 15:38:43 2016 +0900
109313
109314     1.2.1
109315
109316  NEWS         | 13 +++++++++++++
109317  configure.ac |  2 +-
109318  2 files changed, 14 insertions(+), 1 deletion(-)
109319
109320 commit 525cc7d28cbe4e8149ddba677224f134dc0a3274
109321 Author: Behdad Esfahbod <behdad@behdad.org>
109322 Date:   Tue Feb 23 15:19:27 2016 +0900
109323
109324     Add note re only adding tests with Free Software fonts
109325
109326  test/shaping/README.md | 5 ++++-
109327  1 file changed, 4 insertions(+), 1 deletion(-)
109328
109329 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea
109330 Author: Behdad Esfahbod <behdad@behdad.org>
109331 Date:   Tue Feb 23 13:47:16 2016 +0900
109332
109333     [test] Add README about how to add shaping tests
109334
109335  test/shaping/Makefile.am |  1 +
109336  test/shaping/README.md   | 37 +++++++++++++++++++++++++++++++++++++
109337  2 files changed, 38 insertions(+)
109338
109339 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f
109340 Author: Behdad Esfahbod <behdad@behdad.org>
109341 Date:   Tue Feb 23 13:45:38 2016 +0900
109342
109343     Remove MANIFEST files
109344     
109345     They are unused currently.  We can add later if we hook them up
109346     to anything useful.
109347
109348  test/shaping/fonts/sha1sum/MANIFEST                | 52 ----------------------
109349  test/shaping/tests/MANIFEST                        | 19 --------
109350  test/shaping/texts/MANIFEST                        |  1 -
109351  test/shaping/texts/in-tree/MANIFEST                |  9 ----
109352  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |  6 ---
109353  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  3 --
109354  .../script-arabic/language-persian/MANIFEST        |  1 -
109355  .../script-arabic/language-urdu/MANIFEST           |  1 -
109356  .../script-arabic/language-urdu/crulp/MANIFEST     |  1 -
109357  .../language-urdu/crulp/ligatures/MANIFEST         |  7 ---
109358  .../shaper-arabic/script-arabic/misc/MANIFEST      |  1 -
109359  .../script-arabic/misc/diacritics/MANIFEST         |  7 ---
109360  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 -
109361  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
109362  .../shaper-arabic/script-mongolian/MANIFEST        |  1 -
109363  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  4 --
109364  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 -
109365  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  1 -
109366  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |  1 -
109367  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 -
109368  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 -
109369  .../shaper-arabic/script-syriac/misc/MANIFEST      |  2 -
109370  test/shaping/texts/in-tree/shaper-default/MANIFEST |  5 ---
109371  .../shaper-default/script-ethiopic/MANIFEST        |  1 -
109372  .../shaper-default/script-ethiopic/misc/MANIFEST   |  1 -
109373  .../in-tree/shaper-default/script-han/MANIFEST     |  1 -
109374  .../shaper-default/script-han/misc/MANIFEST        |  1 -
109375  .../shaper-default/script-hiragana/MANIFEST        |  1 -
109376  .../shaper-default/script-hiragana/misc/MANIFEST   |  2 -
109377  .../shaper-default/script-linear-b/MANIFEST        |  1 -
109378  .../shaper-default/script-linear-b/misc/MANIFEST   |  1 -
109379  .../shaper-default/script-tifinagh/MANIFEST        |  1 -
109380  .../shaper-default/script-tifinagh/misc/MANIFEST   |  1 -
109381  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |  1 -
109382  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |  1 -
109383  .../shaper-hangul/script-hangul/misc/MANIFEST      |  1 -
109384  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST  |  1 -
109385  .../in-tree/shaper-hebrew/script-hebrew/MANIFEST   |  1 -
109386  .../shaper-hebrew/script-hebrew/misc/MANIFEST      |  1 -
109387  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  2 -
109388  .../texts/in-tree/shaper-indic/indic/MANIFEST      | 11 -----
109389  .../shaper-indic/indic/script-assamese/MANIFEST    |  2 -
109390  .../indic/script-assamese/misc/MANIFEST            |  0
109391  .../indic/script-assamese/utrrs/MANIFEST           |  3 --
109392  .../indic/script-assamese/utrrs/codepoint/MANIFEST |  7 ---
109393  .../indic/script-assamese/utrrs/gpos/MANIFEST      |  2 -
109394  .../indic/script-assamese/utrrs/gsub/MANIFEST      |  1 -
109395  .../shaper-indic/indic/script-bengali/MANIFEST     |  2 -
109396  .../indic/script-bengali/misc/MANIFEST             |  2 -
109397  .../indic/script-bengali/utrrs/MANIFEST            |  3 --
109398  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |  7 ---
109399  .../indic/script-bengali/utrrs/gpos/MANIFEST       |  2 -
109400  .../indic/script-bengali/utrrs/gsub/MANIFEST       |  1 -
109401  .../shaper-indic/indic/script-devanagari/MANIFEST  |  2 -
109402  .../indic/script-devanagari/misc/MANIFEST          |  6 ---
109403  .../indic/script-devanagari/utrrs/MANIFEST         |  3 --
109404  .../script-devanagari/utrrs/codepoint/MANIFEST     |  9 ----
109405  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |  2 -
109406  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |  1 -
109407  .../shaper-indic/indic/script-gujarati/MANIFEST    |  2 -
109408  .../indic/script-gujarati/misc/MANIFEST            |  0
109409  .../indic/script-gujarati/utrrs/MANIFEST           |  3 --
109410  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |  7 ---
109411  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |  2 -
109412  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |  1 -
109413  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |  2 -
109414  .../indic/script-gurmukhi/misc/MANIFEST            |  1 -
109415  .../indic/script-gurmukhi/utrrs/MANIFEST           |  3 --
109416  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |  7 ---
109417  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |  2 -
109418  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |  1 -
109419  .../shaper-indic/indic/script-kannada/MANIFEST     |  2 -
109420  .../indic/script-kannada/misc/MANIFEST             |  2 -
109421  .../indic/script-kannada/utrrs/MANIFEST            |  3 --
109422  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |  8 ----
109423  .../indic/script-kannada/utrrs/gpos/MANIFEST       |  1 -
109424  .../indic/script-kannada/utrrs/gsub/MANIFEST       |  1 -
109425  .../shaper-indic/indic/script-malayalam/MANIFEST   |  2 -
109426  .../indic/script-malayalam/misc/MANIFEST           |  3 --
109427  .../indic/script-malayalam/utrrs/MANIFEST          |  2 -
109428  .../script-malayalam/utrrs/codepoint/MANIFEST      |  7 ---
109429  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |  1 -
109430  .../shaper-indic/indic/script-oriya/MANIFEST       |  2 -
109431  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  2 -
109432  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |  2 -
109433  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |  9 ----
109434  .../indic/script-oriya/utrrs/gsub/MANIFEST         |  1 -
109435  .../shaper-indic/indic/script-sinhala/MANIFEST     |  2 -
109436  .../indic/script-sinhala/misc/MANIFEST             |  4 --
109437  .../indic/script-sinhala/utrrs/MANIFEST            |  3 --
109438  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |  5 ---
109439  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |  1 -
109440  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |  7 ---
109441  .../shaper-indic/indic/script-tamil/MANIFEST       |  2 -
109442  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 -
109443  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |  3 --
109444  .../indic/script-tamil/utrrs/codepoint/MANIFEST    | 10 -----
109445  .../indic/script-tamil/utrrs/gpos/MANIFEST         |  2 -
109446  .../indic/script-tamil/utrrs/gsub/MANIFEST         |  1 -
109447  .../shaper-indic/indic/script-telugu/MANIFEST      |  2 -
109448  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 -
109449  .../indic/script-telugu/utrrs/MANIFEST             |  3 --
109450  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |  7 ---
109451  .../indic/script-telugu/utrrs/gpos/MANIFEST        |  1 -
109452  .../indic/script-telugu/utrrs/gsub/MANIFEST        |  1 -
109453  .../in-tree/shaper-indic/south-east-asian/MANIFEST |  1 -
109454  .../south-east-asian/script-khmer/MANIFEST         |  1 -
109455  .../south-east-asian/script-khmer/misc/MANIFEST    |  3 --
109456  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |  1 -
109457  .../in-tree/shaper-myanmar/script-myanmar/MANIFEST |  1 -
109458  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  3 --
109459  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  2 -
109460  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 -
109461  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 -
109462  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |  1 -
109463  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |  4 --
109464  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST |  1 -
109465  .../in-tree/shaper-tibetan/script-tibetan/MANIFEST |  1 -
109466  .../shaper-tibetan/script-tibetan/misc/MANIFEST    |  1 -
109467  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  6 ---
109468  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 -
109469  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 -
109470  .../texts/in-tree/shaper-use/script-cham/MANIFEST  |  1 -
109471  .../in-tree/shaper-use/script-kaithi/MANIFEST      |  1 -
109472  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 -
109473  .../in-tree/shaper-use/script-tai-tham/MANIFEST    |  2 -
109474  126 files changed, 381 deletions(-)
109475
109476 commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586
109477 Author: Behdad Esfahbod <behdad@behdad.org>
109478 Date:   Mon Feb 22 18:22:44 2016 +0900
109479
109480     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
109481     
109482     This better emulates Unicode grapheme clusters.
109483     
109484     Note that Uniscribe does NOT do this, but should be harmless with most clients,
109485     and improve fallback with clients that use HarfBuzz cluster as unit of fallback.
109486     
109487     Fixes https://github.com/behdad/harfbuzz/issues/217
109488
109489  src/hb-ot-layout-private.hh                           | 6 ++++++
109490  src/hb-ot-shape.cc                                    | 3 ++-
109491  test/shaping/tests/indic-joiner-candrabindu.tests     | 2 +-
109492  test/shaping/tests/mongolian-variation-selector.tests | 2 +-
109493  4 files changed, 10 insertions(+), 3 deletions(-)
109494
109495 commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147
109496 Author: Behdad Esfahbod <behdad@behdad.org>
109497 Date:   Mon Feb 22 16:00:59 2016 +0900
109498
109499     Minor
109500
109501  src/hb-coretext.cc | 2 +-
109502  src/hb-ot-shape.cc | 2 +-
109503  2 files changed, 2 insertions(+), 2 deletions(-)
109504
109505 commit 15063b12f7619d4f44981248e28f38c172d12e1f
109506 Author: Behdad Esfahbod <behdad@behdad.org>
109507 Date:   Mon Feb 22 15:56:29 2016 +0900
109508
109509     [coretext] Move CTFont construction to face_data
109510
109511  src/hb-coretext.cc | 66 +++++++++++++++++++++++++-----------------------------
109512  1 file changed, 30 insertions(+), 36 deletions(-)
109513
109514 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
109515 Author: Behdad Esfahbod <behdad@behdad.org>
109516 Date:   Mon Feb 22 15:50:12 2016 +0900
109517
109518     [coretext] Move code around
109519
109520  src/hb-coretext.cc | 70 +++++++++++++++++++++++++++++++-----------------------
109521  1 file changed, 40 insertions(+), 30 deletions(-)
109522
109523 commit 90194efb8480d58c55b7a19962624c7aadbdca63
109524 Author: Behdad Esfahbod <behdad@behdad.org>
109525 Date:   Mon Feb 22 15:42:53 2016 +0900
109526
109527     [coretext] Move code around
109528
109529  src/hb-coretext.cc | 46 ++++++++++++++++++++++++++--------------------
109530  1 file changed, 26 insertions(+), 20 deletions(-)
109531
109532 commit ca539e37a4b71e585a267a288db1a3975cbb99fc
109533 Author: Behdad Esfahbod <behdad@behdad.org>
109534 Date:   Mon Feb 22 15:37:18 2016 +0900
109535
109536     [build] git.mk fix for m4/gtk-doc.m4
109537
109538  Makefile.am | 1 +
109539  1 file changed, 1 insertion(+)
109540
109541 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca
109542 Author: Behdad Esfahbod <behdad@behdad.org>
109543 Date:   Mon Feb 22 15:32:52 2016 +0900
109544
109545     [win32] Install git.mk
109546
109547  win32/Makefile.am | 2 ++
109548  1 file changed, 2 insertions(+)
109549
109550 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59
109551 Author: Behdad Esfahbod <behdad@behdad.org>
109552 Date:   Mon Feb 22 11:44:45 2016 +0900
109553
109554     Make FixedVersion a template
109555
109556  src/hb-open-file-private.hh          | 4 ++--
109557  src/hb-open-type-private.hh          | 9 +++++----
109558  src/hb-ot-head-table.hh              | 4 ++--
109559  src/hb-ot-hhea-table.hh              | 2 +-
109560  src/hb-ot-layout-gdef-table.hh       | 2 +-
109561  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
109562  src/hb-ot-layout-jstf-table.hh       | 2 +-
109563  src/hb-ot-maxp-table.hh              | 2 +-
109564  8 files changed, 14 insertions(+), 13 deletions(-)
109565
109566 commit 238b943e850ea1ab0093e12c74d2cd7c686f318e
109567 Author: Behdad Esfahbod <behdad@behdad.org>
109568 Date:   Mon Feb 22 15:31:22 2016 +0900
109569
109570     [coretext] Fix leak!
109571
109572  src/hb-coretext.cc | 1 +
109573  1 file changed, 1 insertion(+)
109574
109575 commit e561122856a50ed405d71cb1629317e7ae63f316
109576 Author: Behdad Esfahbod <behdad@behdad.org>
109577 Date:   Mon Feb 22 15:28:37 2016 +0900
109578
109579     [coretext] Move code around
109580
109581  src/hb-coretext.cc | 109 ++++++++++++++++++++++++++++++-----------------------
109582  1 file changed, 62 insertions(+), 47 deletions(-)
109583
109584 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
109585 Author: Behdad Esfahbod <behdad@behdad.org>
109586 Date:   Mon Feb 22 15:12:27 2016 +0900
109587
109588     [coretext] Ignore PPEM in font size selection
109589
109590  src/hb-coretext.cc | 14 ++++----------
109591  1 file changed, 4 insertions(+), 10 deletions(-)
109592
109593 commit 62c2711121fe78f373c15c0f53090b62b52d11c1
109594 Author: Behdad Esfahbod <behdad@behdad.org>
109595 Date:   Mon Feb 22 15:07:20 2016 +0900
109596
109597     [coretext] Limit grapheme-cluster forming to cluster-level=0
109598
109599  src/hb-coretext.cc | 1 +
109600  src/hb-ot-shape.cc | 2 +-
109601  2 files changed, 2 insertions(+), 1 deletion(-)
109602
109603 commit 061105ec443eb7350ffe217305f9d8902c179e2f
109604 Author: Behdad Esfahbod <behdad@behdad.org>
109605 Date:   Mon Feb 22 14:59:39 2016 +0900
109606
109607     [coretext] Fix shaping with varying font size
109608     
109609     Fixes https://github.com/libass/libass/issues/212
109610
109611  src/hb-coretext.cc | 8 ++++----
109612  1 file changed, 4 insertions(+), 4 deletions(-)
109613
109614 commit 27847cab1264b4ce8342603f4626b4e0645979e4
109615 Author: Behdad Esfahbod <behdad@behdad.org>
109616 Date:   Fri Feb 19 15:56:50 2016 +0700
109617
109618     1.2.0
109619
109620  NEWS         | 20 ++++++++++++++++++++
109621  configure.ac |  2 +-
109622  2 files changed, 21 insertions(+), 1 deletion(-)
109623
109624 commit c3731559042e1730e85d19574321ad850010f7de
109625 Author: Behdad Esfahbod <behdad@behdad.org>
109626 Date:   Fri Feb 19 15:13:07 2016 +0700
109627
109628     [fuzzing] Add test for recent fix
109629     
109630     Test from https://github.com/behdad/harfbuzz/issues/223
109631     
109632     I forgot that we do run hb-fuzzer on tests in shaping/tests/fuzzed.tests.
109633
109634  .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 -> 1966 bytes
109635  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
109636  test/shaping/tests/fuzzed.tests                          |   1 +
109637  3 files changed, 2 insertions(+)
109638
109639 commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7
109640 Author: Behdad Esfahbod <behdad@behdad.org>
109641 Date:   Fri Feb 19 15:12:24 2016 +0700
109642
109643     [fuzzing] Make test runner actually work
109644
109645  test/fuzzing/Makefile.am | 6 ++++--
109646  1 file changed, 4 insertions(+), 2 deletions(-)
109647
109648 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4
109649 Author: Behdad Esfahbod <behdad@behdad.org>
109650 Date:   Fri Feb 19 15:12:16 2016 +0700
109651
109652     [fuzzing] Add TODO item
109653
109654  test/fuzzing/hb-fuzzer.cc | 1 +
109655  1 file changed, 1 insertion(+)
109656
109657 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798
109658 Author: Behdad Esfahbod <behdad@behdad.org>
109659 Date:   Fri Feb 19 14:52:31 2016 +0700
109660
109661     Avoid buffer->move_to() in case of buffer error
109662     
109663     Fixes https://github.com/behdad/harfbuzz/issues/223
109664     
109665     Right now we cannot test this because it has to be tested using hb-fuzzer.
109666     We should move all fuzzing tests from test/shaping/tests/fuzzed.tests to
109667     test/fuzzing/ and have its own test runner.  At that point, should add
109668     test from this issue as well.
109669
109670  src/hb-buffer.cc                     | 2 ++
109671  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
109672  2 files changed, 3 insertions(+), 1 deletion(-)
109673
109674 commit 7e76bbabbaa56af314abff8ddba8866c634919cd
109675 Author: Behdad Esfahbod <behdad@behdad.org>
109676 Date:   Fri Feb 19 14:43:39 2016 +0700
109677
109678     [fuzzing] Make "make hb-fuzzer" build lib dependency
109679     
109680     Not going to do with util/, but is convenient here.
109681
109682  test/fuzzing/Makefile.am | 3 +++
109683  1 file changed, 3 insertions(+)
109684
109685 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb
109686 Author: Behdad Esfahbod <behdad@behdad.org>
109687 Date:   Thu Feb 18 19:31:51 2016 +0700
109688
109689     Remove pointless overflow check in pointer math
109690     
109691     Fixes https://github.com/behdad/harfbuzz/issues/227
109692
109693  src/hb-blob.cc | 1 -
109694  1 file changed, 1 deletion(-)
109695
109696 commit aae2847099cbf05bf0668fbe526fc58736837c1b
109697 Author: Behdad Esfahbod <behdad@behdad.org>
109698 Date:   Thu Feb 18 17:06:25 2016 +0700
109699
109700     Emoji skin tone modifiers need to be treated as combining marks
109701     
109702     Fixes https://github.com/behdad/harfbuzz/issues/169
109703
109704  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
109705  src/hb-unicode-private.hh   |  5 +++--
109706  2 files changed, 17 insertions(+), 3 deletions(-)
109707
109708 commit da41e48f0a1a6af6d44ef25185d2421a29bd4166
109709 Author: Behdad Esfahbod <behdad@behdad.org>
109710 Date:   Tue Feb 16 17:16:33 2016 +0700
109711
109712     [USE] Zero mark advances by GDEF early
109713     
109714     This is what Microsoft's implementation does.  Marks that need advance
109715     need to add it back using 'dist' or other feature in GPOS.  Update tests to
109716     match.
109717
109718  src/hb-ot-shape-complex-use.cc                           |   2 +-
109719  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
109720  .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 -> 1356 bytes
109721  test/shaping/tests/context-matching.tests                |   2 +-
109722  test/shaping/tests/use.tests                             |   2 ++
109723  5 files changed, 5 insertions(+), 2 deletions(-)
109724
109725 commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
109726 Author: Behdad Esfahbod <behdad@behdad.org>
109727 Date:   Tue Feb 16 16:07:20 2016 +0700
109728
109729     [GPOS] Fix interaction of mark attachments and cursive chaining
109730     
109731     Fixes https://github.com/behdad/harfbuzz/issues/211
109732     
109733     What happens in that bug is that a mark is attached to base first,
109734     then a second mark is cursive-chained to the first mark.  This only
109735     "works" because it's in the Indic shaper where mark advances are
109736     not zeroed.
109737     
109738     Before, we didn't allow cursive to run on marks at all.  Fix that.
109739     We also where updating mark major offsets at the end of GPOS, such
109740     that changes in advance of base will not change the mark attachment
109741     position.  That was superior to the alternative (which is what Uniscribe
109742     does BTW), but made it hard to apply cursive to the mark after it
109743     was positioned.  We could track major-direction offset changes and
109744     apply that to cursive in the post process, but that's a much trickier
109745     thing to do than the fix here, which is to immediately apply the
109746     major-direction advance-width offsets...  Ie.:
109747     
109748     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
109749     
109750     If this breaks any fonts, the font should be fixed to do mark attachment
109751     after all the advances are set up first (kerning, etc).
109752     
109753     Finally, this, still doesn't make us match Uniscribe, for I explained
109754     in that bug.  Looks like Uniscribe applies minor-direction cursive
109755     adjustment immediate as well.  We don't, and we like it our way, at
109756     least for now.  Eg. the sequence in the test case does this:
109757     
109758     - The first subscript attaches with mark-to-base, moving in x only,
109759     - The second subscript attaches with cursive attachment to first subscript
109760       moving in x only,
109761     - A final context rule moves the first subscript up by 104 units.
109762     
109763     The way we do, the final shift-up, also shifts up the second subscript
109764     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
109765     
109766     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
109767     
109768     while Uniscribe gets:
109769     
109770     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
109771     
109772     note the different y-offset of the last glyph.  In our view, after cursive,
109773     things move together, period.
109774
109775  src/hb-ot-layout-gpos-table.hh                     |  31 +++++++++++----------
109776  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
109777  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
109778  test/shaping/tests/cursive-positioning.tests       |   1 +
109779  4 files changed, 18 insertions(+), 15 deletions(-)
109780
109781 commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
109782 Author: Behdad Esfahbod <behdad@behdad.org>
109783 Date:   Fri Feb 12 12:50:17 2016 +0700
109784
109785     Minor
109786
109787  src/hb-common.cc | 2 +-
109788  1 file changed, 1 insertion(+), 1 deletion(-)
109789
109790 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167
109791 Author: Behdad Esfahbod <behdad@behdad.org>
109792 Date:   Thu Feb 11 16:57:52 2016 +0700
109793
109794     [GPOS] Minor
109795     
109796     No effect.
109797
109798  src/hb-ot-layout-gpos-table.hh | 8 ++++----
109799  1 file changed, 4 insertions(+), 4 deletions(-)
109800
109801 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56
109802 Author: Behdad Esfahbod <behdad@behdad.org>
109803 Date:   Thu Feb 11 16:48:13 2016 +0700
109804
109805     [GPOS] Merge fixing of offsets for cursive and mark attachments
109806     
109807     Part of fixing https://github.com/behdad/harfbuzz/issues/211
109808
109809  src/hb-buffer-private.hh       |  3 +-
109810  src/hb-ot-layout-gpos-table.hh | 73 ++++++++++++++++++------------------------
109811  2 files changed, 33 insertions(+), 43 deletions(-)
109812
109813 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
109814 Author: Behdad Esfahbod <behdad@behdad.org>
109815 Date:   Thu Feb 11 16:34:28 2016 +0700
109816
109817     [GPOS] Divide position_finish() into two phases, for advances and offsets
109818     
109819     Right now the position_finish_advances() is empty.  To be used for
109820     spacing attachments proposal later.
109821
109822  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
109823  src/hb-ot-layout-gsub-table.hh |  6 ------
109824  src/hb-ot-layout-private.hh    | 19 +++++++++----------
109825  src/hb-ot-layout.cc            | 16 ++++++++--------
109826  src/hb-ot-shape.cc             |  7 +++----
109827  5 files changed, 29 insertions(+), 30 deletions(-)
109828
109829 commit 8474231567a08873cc5e0aa08fea60316a04c27e
109830 Author: Behdad Esfahbod <behdad@behdad.org>
109831 Date:   Thu Feb 11 16:27:41 2016 +0700
109832
109833     [ot] Minor shuffling code around
109834
109835  src/hb-ot-layout-gpos-table.hh |  2 --
109836  src/hb-ot-shape.cc             | 13 ++++++++-----
109837  2 files changed, 8 insertions(+), 7 deletions(-)
109838
109839 commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266
109840 Author: Behdad Esfahbod <behdad@behdad.org>
109841 Date:   Thu Feb 11 15:28:55 2016 +0700
109842
109843     [GPOS] Add harmless recursion in fix_mark_attachment()
109844     
109845     Will do nothing.  Just useful for merging two functions.
109846
109847  src/hb-ot-layout-gpos-table.hh | 2 ++
109848  1 file changed, 2 insertions(+)
109849
109850 commit 686567baab5a32ffea843538643e01de2885fa4f
109851 Author: Behdad Esfahbod <behdad@behdad.org>
109852 Date:   Thu Feb 11 15:25:28 2016 +0700
109853
109854     [GPOS] Merge attach_chain() and cursive_chain()
109855     
109856     Differentiate, using new attach_type().
109857
109858  src/hb-ot-layout-gpos-table.hh | 50 +++++++++++++++++++++++++++---------------
109859  1 file changed, 32 insertions(+), 18 deletions(-)
109860
109861 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
109862 Author: Behdad Esfahbod <behdad@behdad.org>
109863 Date:   Thu Feb 11 14:53:11 2016 +0700
109864
109865     [GPOS] Minor shuffling
109866
109867  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
109868  1 file changed, 5 insertions(+), 5 deletions(-)
109869
109870 commit 0f6278d1fbb75856132f1fa2d29648979f033316
109871 Author: Behdad Esfahbod <behdad@behdad.org>
109872 Date:   Thu Feb 11 14:49:10 2016 +0700
109873
109874     [GPOS] Negate sign of attach_lookback(), and rename it to attach_chain()
109875     
109876     No behavior change.  Preparing to unify how cursive and mark attachments
109877     work.
109878
109879  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
109880  1 file changed, 9 insertions(+), 8 deletions(-)
109881
109882 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
109883 Author: Behdad Esfahbod <behdad@behdad.org>
109884 Date:   Thu Feb 11 12:15:38 2016 +0700
109885
109886     [tests] Add test for advance zeroing of an ASCII letter marked as mark in GDEF
109887
109888  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
109889  .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 -> 1016 bytes
109890  test/shaping/tests/zero-width-marks.tests                |   1 +
109891  3 files changed, 2 insertions(+)
109892
109893 commit 660c9d3fc21172e8dc340b017122c084dac6334c
109894 Author: Behdad Esfahbod <behdad@behdad.org>
109895 Date:   Thu Feb 11 12:14:27 2016 +0700
109896
109897     Remove font-dependent ASCII-only perf hack
109898     
109899     Is confusing.  I already hit it myself.  Remove.  We can optimize
109900     ASCII based on Unicode properties.  But should not do based on
109901     assumptions on the font.
109902
109903  src/hb-ot-shape.cc | 4 ----
109904  1 file changed, 4 deletions(-)
109905
109906 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2
109907 Author: Behdad Esfahbod <behdad@behdad.org>
109908 Date:   Wed Feb 10 18:43:43 2016 +0700
109909
109910     Fix previous commit!
109911
109912  test/shaping/fonts/sha1sum/MANIFEST       | 6 +++---
109913  test/shaping/tests/zero-width-marks.tests | 6 +++---
109914  2 files changed, 6 insertions(+), 6 deletions(-)
109915
109916 commit 293a210eee0a53b59f4b33298f42ec6e59d785e0
109917 Author: Behdad Esfahbod <behdad@behdad.org>
109918 Date:   Wed Feb 10 18:39:59 2016 +0700
109919
109920     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
109921     
109922     They had an invalid LookupFlag (32).
109923
109924  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 -> 0 bytes
109925  .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 -> 1412 bytes
109926  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 -> 0 bytes
109927  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 -> 0 bytes
109928  .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 -> 1448 bytes
109929  .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 -> 1448 bytes
109930  6 files changed, 0 insertions(+), 0 deletions(-)
109931
109932 commit eaadcbbc53e02838c847e53ef214a55d6915d677
109933 Author: Behdad Esfahbod <behdad@behdad.org>
109934 Date:   Wed Feb 10 18:29:54 2016 +0700
109935
109936     Remove now-unused mark zeroing BY_UNICODE
109937
109938  src/hb-ot-shape-complex-private.hh |  2 --
109939  src/hb-ot-shape.cc                 | 29 -----------------------------
109940  2 files changed, 31 deletions(-)
109941
109942 commit cc4a78bf22c4a735b84c89b04be3bb531f42135e
109943 Author: Behdad Esfahbod <behdad@behdad.org>
109944 Date:   Wed Feb 10 18:24:08 2016 +0700
109945
109946     [tests] Add tests for Latin mark zeroing
109947
109948  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 -> 1412 bytes
109949  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 -> 1448 bytes
109950  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 -> 1448 bytes
109951  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
109952  .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 -> 1344 bytes
109953  test/shaping/tests/zero-width-marks.tests                |   4 ++++
109954  6 files changed, 8 insertions(+)
109955
109956 commit 55ff34b9c157a839d026465af8f30424ce7f891b
109957 Author: Behdad Esfahbod <behdad@behdad.org>
109958 Date:   Wed Feb 10 18:20:02 2016 +0700
109959
109960     [tests] Add tests for Thai mark zeroing
109961
109962  .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 -> 1088 bytes
109963  .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 -> 1080 bytes
109964  .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 -> 1024 bytes
109965  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
109966  .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 -> 976 bytes
109967  test/shaping/tests/zero-width-marks.tests                |   4 ++++
109968  6 files changed, 8 insertions(+)
109969
109970 commit b3582a8ee82942a931130a83b2867b239f8ca71a
109971 Author: Behdad Esfahbod <behdad@behdad.org>
109972 Date:   Wed Feb 10 18:10:15 2016 +0700
109973
109974     Change default mark advance zeroing behavior from Unicode to GDEF
109975     
109976     See thread at:
109977     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
109978
109979  src/hb-ot-shape-complex-default.cc | 2 +-
109980  src/hb-ot-shape-complex-thai.cc    | 2 +-
109981  src/hb-ot-shape-complex-tibetan.cc | 2 +-
109982  3 files changed, 3 insertions(+), 3 deletions(-)
109983
109984 commit 43bb2b8fb00705c3334730a58ade7984181018b2
109985 Author: Behdad Esfahbod <behdad@behdad.org>
109986 Date:   Wed Feb 10 14:11:43 2016 +0700
109987
109988     Minor
109989
109990  test/shaping/hb_test_tools.py | 2 +-
109991  1 file changed, 1 insertion(+), 1 deletion(-)
109992
109993 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
109994 Merge: a168db473 f6ffba634
109995 Author: Behdad Esfahbod <behdad@behdad.org>
109996 Date:   Wed Feb 10 11:11:36 2016 +0700
109997
109998     Merge pull request #164 from fanc999/msvc.build
109999     
110000     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
110001
110002 commit a168db4739148459bc33c7dae88e73efa0153d72
110003 Author: Behdad Esfahbod <behdad@behdad.org>
110004 Date:   Wed Feb 10 11:10:08 2016 +0700
110005
110006     [README] Add ABI Tracker link
110007
110008  README | 1 +
110009  1 file changed, 1 insertion(+)
110010
110011 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe
110012 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
110013 Date:   Wed Dec 9 14:57:15 2015 +0800
110014
110015     MSVC builds: Add support to build DirectWrite shaping backend
110016     
110017     Add into the NMake Makefiles to build the DirectWrite shaping backend,
110018     but as PR #134 mentions, this is considered to be in an experimental state,
110019     so don't include this in the build by default for now.  This is most probably
110020     going to replace the Uniscribe backend eventually, since DirectWrite is meant
110021     to be Uniscribe's replacement, and is needed for Windows Store apps if a
110022     system shaping API is to be used.
110023
110024  win32/README.txt        |  4 ++++
110025  win32/config-msvc.mak   | 10 ++++++++++
110026  win32/config.h.win32.in |  3 +++
110027  win32/info-msvc.mak     |  7 +++++++
110028  4 files changed, 24 insertions(+)
110029
110030 commit c6792854557ca104948e8f0b142c9384105b0d05
110031 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
110032 Date:   Wed Feb 3 18:31:23 2016 +0800
110033
110034     build: Build the DirectWrite sources if requested
110035     
110036     This adds to the autotools build system so that the (experimental)
110037     DirectWrite support for HarfBuzz is built (and dist'ed).
110038
110039  configure.ac         | 25 +++++++++++++++++++++++++
110040  src/Makefile.am      |  7 +++++++
110041  src/Makefile.sources |  3 +++
110042  3 files changed, 35 insertions(+)
110043
110044 commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
110045 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
110046 Date:   Tue Nov 3 19:00:42 2015 +0800
110047
110048     build: Support Visual Studio builds using NMake
110049     
110050     This adds a set of NMake Makefiles that can be used to build HarfBuzz, from
110051     the standard basic build building the minimal HarfBuzz DLL (consisting
110052     of OpenType, fallback and Uniscribe support only), to a full fledged build
110053     consisting of GLib and FreeType support, as well as building the utilities,
110054     the test programs in src/ and test/api, and HarfBuzz-ICU and
110055     HarfBuzz-GObject, and up to building the introspection files.  This means a
110056     flexible build mechanism is supported here, so anything that is supported
110057     for a Windows build (code-wise), should all be supported by this build
110058     system.
110059     
110060     As in an earlier commit, the source listings are shared with the autotools
110061     builds with the various Makefile.sources in src/, src/hb-ucdn and util/, and
110062     this set of NMake Makefiles will transform these lists into the form they
110063     want.
110064     
110065     In the current form, all the test programs in test/api pass, and this has
110066     been checked successfully with 'make -j8 distcheck'.
110067
110068  BUILD.md                        |   4 +-
110069  Makefile.am                     |   2 +-
110070  configure.ac                    |   2 +
110071  win32/Makefile.am               |  14 +++
110072  win32/Makefile.vc               |  52 +++++++++++
110073  win32/README.txt                |  75 ++++++++++++++++
110074  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
110075  win32/config-msvc.mak           | 188 ++++++++++++++++++++++++++++++++++++++++
110076  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
110077  win32/create-lists.bat          |  42 +++++++++
110078  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
110079  win32/generate-msvc.mak         |  26 ++++++
110080  win32/hb-introspection-msvc.mak |  42 +++++++++
110081  win32/info-msvc.mak             | 130 +++++++++++++++++++++++++++
110082  win32/install.mak               |  29 +++++++
110083  win32/introspection-msvc.mak    |  73 ++++++++++++++++
110084  16 files changed, 1104 insertions(+), 2 deletions(-)
110085
110086 commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
110087 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
110088 Date:   Tue Nov 3 18:52:46 2015 +0800
110089
110090     MSVC builds: Add a pre-configured config.h(.win32) template
110091     
110092     This adds a pre-configured config.h template that can be used for Visual
110093     Studio builds, where autotools is not normally available.  This has the
110094     configs that are suitable for Visual Studio builds, as well as all the
110095     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
110096     HAVE_UNISCRIBE).
110097     
110098     Note that the optional features are not enabled here, they are enabled by
110099     /D's (or -D's) in the NMake Makefiles as requested.
110100
110101  win32/config.h.win32.in | 155 ++++++++++++++++++++++++++++++++++++++++++++++++
110102  1 file changed, 155 insertions(+)
110103
110104 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
110105 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
110106 Date:   Tue Nov 3 16:56:27 2015 +0800
110107
110108     build: Move source listings into separate Makefile snippets
110109     
110110     This moves all the source listings in src/Makefile.am,
110111     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
110112     snippets, so that they may be shared between different Makefile-based
110113     build systems, such as NMake for Visual Studio.
110114
110115  src/Makefile.am              | 165 +++++++++----------------------------------
110116  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
110117  src/hb-ucdn/Makefile.am      |   6 +-
110118  src/hb-ucdn/Makefile.sources |   4 ++
110119  util/Makefile.am             |  34 ++-------
110120  util/Makefile.sources        |  32 +++++++++
110121  6 files changed, 223 insertions(+), 165 deletions(-)
110122
110123 commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70
110124 Author: Behdad Esfahbod <behdad@behdad.org>
110125 Date:   Tue Feb 2 16:39:19 2016 +0800
110126
110127     Fix more hangs in case of buffer allocation errors
110128     
110129     Hopefully
110130     fixes https://github.com/behdad/harfbuzz/issues/214
110131
110132  src/hb-ot-shape-complex-indic.cc   | 2 +-
110133  src/hb-ot-shape-complex-myanmar.cc | 2 +-
110134  src/hb-ot-shape-complex-use.cc     | 2 +-
110135  3 files changed, 3 insertions(+), 3 deletions(-)
110136
110137 commit b693992ea160b66541f678dc9be29b513c77a30b
110138 Merge: 9a6a33ccb 498574e6c
110139 Author: Behdad Esfahbod <behdad@behdad.org>
110140 Date:   Tue Feb 2 12:33:32 2016 +0800
110141
110142     Merge pull request #222 from n8willis/master
110143     
110144     Add usermanual chapter on cluster levels
110145
110146 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
110147 Author: n8willis <nwillis@glyphography.com>
110148 Date:   Thu Jan 28 12:21:32 2016 -0600
110149
110150     Update Makefile.am
110151
110152  docs/Makefile.am | 1 +
110153  1 file changed, 1 insertion(+)
110154
110155 commit e12fc666994573dbabb6928a8b2e8698667088ce
110156 Author: n8willis <nwillis@glyphography.com>
110157 Date:   Thu Jan 28 12:14:12 2016 -0600
110158
110159     Added initial usermanual chapter on cluster levels.
110160
110161  docs/harfbuzz-docs.xml       |   1 +
110162  docs/usermanual-clusters.xml | 304 +++++++++++++++++++++++++++++++++++++++++++
110163  2 files changed, 305 insertions(+)
110164
110165 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
110166 Merge: d05b78332 146fe252c
110167 Author: Behdad Esfahbod <behdad@behdad.org>
110168 Date:   Mon Jan 18 12:47:18 2016 +0100
110169
110170     Merge pull request #216 from mhosken/master
110171     
110172     Refactor graphite2 to make ovleraps into negative width spaces
110173
110174 commit 146fe252c3ebd0253344ce20981554e40926497b
110175 Author: Martin Hosken <martin_hosken@sil.org>
110176 Date:   Sat Jan 16 17:24:00 2016 -0600
110177
110178     Refactor graphite2 to make ovleraps into negative width spaces
110179
110180  src/hb-graphite2.cc | 71 ++++++++++++++++++++++++++++++++---------------------
110181  1 file changed, 43 insertions(+), 28 deletions(-)
110182
110183 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
110184 Author: Behdad Esfahbod <behdad@behdad.org>
110185 Date:   Tue Jan 12 16:17:21 2016 +0000
110186
110187     Fix compiler warning
110188     
110189     Fixes https://github.com/behdad/harfbuzz/issues/212
110190
110191  src/hb-ot-tag.cc | 2 +-
110192  1 file changed, 1 insertion(+), 1 deletion(-)
110193
110194 commit d163dc18e66c9e2f404d09310482464245cae704
110195 Author: Behdad Esfahbod <behdad@behdad.org>
110196 Date:   Tue Jan 12 13:05:01 2016 +0000
110197
110198     Minor
110199
110200  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++---------------
110201  1 file changed, 15 insertions(+), 15 deletions(-)
110202
110203 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0
110204 Author: Behdad Esfahbod <behdad@behdad.org>
110205 Date:   Mon Jan 11 18:31:04 2016 +0000
110206
110207     [fuzzing] Fuzz input text
110208     
110209     Very rudimentary right now, but will get kcc's bot going.
110210     
110211     From
110212     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
110213
110214  test/fuzzing/hb-fuzzer.cc | 25 +++++++++++++++++++------
110215  1 file changed, 19 insertions(+), 6 deletions(-)
110216
110217 commit 3e704521f67e021fb51cda7319925fd39eba4f97
110218 Author: Behdad Esfahbod <behdad@behdad.org>
110219 Date:   Mon Jan 11 17:38:41 2016 +0000
110220
110221     [OT] Get list of lookup subtables once and loop through them
110222     
110223     This speeds up shaping the Amiri font by over 15%.
110224     
110225     This was primarily needed for my work on OpenType GX, since
110226     we will be collecting only sublookups that are "active" for
110227     current font instance; but it's a nice boost in general as
110228     well.
110229     
110230     We might, in the future, collect subtables in the lookup_accel.
110231     That would also allow us to do a per-subtbale set-digest, which
110232     should speed things up some more, specially for ContextChainFormat3
110233     lookups...  Amiri, for example, contains one lookup with 53
110234     subtables!
110235
110236  src/hb-ot-layout.cc | 120 +++++++++++++++++++++++++++++++++++-----------------
110237  1 file changed, 81 insertions(+), 39 deletions(-)
110238
110239 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
110240 Author: Behdad Esfahbod <behdad@behdad.org>
110241 Date:   Mon Jan 11 13:16:35 2016 +0000
110242
110243     1.1.3
110244
110245  NEWS         | 29 +++++++++++++++++++++++++++++
110246  configure.ac |  2 +-
110247  2 files changed, 30 insertions(+), 1 deletion(-)
110248
110249 commit 97624d9244de0fdb9c03f60e03fe242028efa8a1
110250 Author: Behdad Esfahbod <behdad@behdad.org>
110251 Date:   Mon Jan 11 12:58:45 2016 +0000
110252
110253     [docs] Minor fixes.
110254
110255  src/hb-buffer.h | 26 +++++++++++++-------------
110256  1 file changed, 13 insertions(+), 13 deletions(-)
110257
110258 commit a39ff95fce39226e80850ff251cb34a7aad12bd7
110259 Author: Behdad Esfahbod <behdad@behdad.org>
110260 Date:   Mon Jan 11 12:28:37 2016 +0000
110261
110262     [coretext] Speed up CoreText font fallback
110263     
110264     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
110265
110266  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
110267  1 file changed, 40 insertions(+), 5 deletions(-)
110268
110269 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9
110270 Author: Behdad Esfahbod <behdad@behdad.org>
110271 Date:   Thu Jan 7 22:53:59 2016 +0000
110272
110273     Add Homebrew build instructions
110274
110275  BUILD.md | 10 ++++++++--
110276  1 file changed, 8 insertions(+), 2 deletions(-)
110277
110278 commit e8a27d79476a5d7a83cf2287d92ca291257546f4
110279 Author: Behdad Esfahbod <behdad@behdad.org>
110280 Date:   Thu Jan 7 22:52:16 2016 +0000
110281
110282     Don't build hb-fuzzer in "make", only "make check"
110283
110284  test/fuzzing/Makefile.am | 3 +--
110285  1 file changed, 1 insertion(+), 2 deletions(-)
110286
110287 commit 25671466d245449187f8ab17e1a233f1d087d5ed
110288 Author: Behdad Esfahbod <behdad@behdad.org>
110289 Date:   Thu Jan 7 19:11:41 2016 +0000
110290
110291     Add 9 reserved entries to hb_font_extents_t
110292     
110293     Might add italic-angle, underline/strikethrough-position/thickness
110294     in the future.  Do this before new struct goes into a release.
110295
110296  src/hb-font.h | 10 ++++++++++
110297  1 file changed, 10 insertions(+)
110298
110299 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f
110300 Author: Behdad Esfahbod <behdad@behdad.org>
110301 Date:   Wed Jan 6 12:29:50 2016 +0000
110302
110303     [uniscribe] Fix negative advance
110304     
110305     This happens with at least one test font I have.
110306
110307  src/hb-uniscribe.cc | 2 +-
110308  1 file changed, 1 insertion(+), 1 deletion(-)
110309
110310 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b
110311 Author: Behdad Esfahbod <behdad@behdad.org>
110312 Date:   Wed Jan 6 12:20:47 2016 +0000
110313
110314     [test] Add test text for Kaithi
110315
110316  test/shaping/texts/in-tree/shaper-hangul/MANIFEST            | 1 +
110317  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST            | 1 +
110318  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST           | 1 +
110319  test/shaping/texts/in-tree/shaper-use/MANIFEST               | 1 +
110320  test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 +
110321  test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++
110322  6 files changed, 11 insertions(+)
110323
110324 commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9
110325 Author: Behdad Esfahbod <behdad@behdad.org>
110326 Date:   Tue Jan 5 13:26:20 2016 +0000
110327
110328     Increase sanitize edit count from 8 to 32
110329     
110330     See previous commit.
110331
110332  src/hb-open-type-private.hh | 2 +-
110333  1 file changed, 1 insertion(+), 1 deletion(-)
110334
110335 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba
110336 Author: Behdad Esfahbod <behdad@behdad.org>
110337 Date:   Tue Jan 5 13:23:45 2016 +0000
110338
110339     Don't count fixing-up FeatureParams offset as error
110340     
110341     The font Garamond Premier Pro Caption (and possibly many other
110342     Adobe fonts), have many FeatureParamsSize tables with the old
110343     wrong offset.  We handle fixing those up, but they were still
110344     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
110345     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
110346     fonts were now getting GPOS dropped and hence kerning disabled.
110347     
110348     Fix, by not counting edits made towareds offset fix-up.  I'll
110349     also increase edit count again, in the next commit.
110350
110351  src/hb-ot-layout-common-private.hh | 3 +++
110352  1 file changed, 3 insertions(+)
110353
110354 commit d0adc80965506810820f9ec165b8df80cc8907e3
110355 Author: Behdad Esfahbod <behdad@behdad.org>
110356 Date:   Sat Jan 2 13:25:18 2016 +0000
110357
110358     Check magicNumber in head table during sanitize
110359
110360  src/hb-ot-head-table.hh | 4 +++-
110361  1 file changed, 3 insertions(+), 1 deletion(-)
110362
110363 commit 3a48c776701a919e11b067129586e40372d90d54
110364 Merge: 9230911fa 4b4948d36
110365 Author: Behdad Esfahbod <behdad@behdad.org>
110366 Date:   Sat Jan 2 00:59:14 2016 +0000
110367
110368     Merge pull request #208 from khaledhosny/travis-trusty
110369     
110370     [travis] Try building on Trusty
110371
110372 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
110373 Author: Khaled Hosny <khaledhosny@eglug.org>
110374 Date:   Sat Jan 2 00:36:19 2016 +0400
110375
110376     [travis] Try building on Trusty
110377     
110378     Trusty has gtk-doc 1.20 which has better markdown support which should
110379     fix some of the brokenness in the newly added documentation. The build
110380     seems to be as fast as the current container-based build on Precise.
110381
110382  .travis.yml | 5 +++--
110383  1 file changed, 3 insertions(+), 2 deletions(-)
110384
110385 commit 9230911facf90c06626e54023ca4d99f5e05f1a4
110386 Author: Behdad Esfahbod <behdad@behdad.org>
110387 Date:   Fri Jan 1 19:06:43 2016 +0000
110388
110389     [travis] Only run coveralls if testing behdad/harfbuzz
110390     
110391     Fixes failures in others' forks, like:
110392     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
110393
110394  .travis.yml | 2 +-
110395  1 file changed, 1 insertion(+), 1 deletion(-)
110396
110397 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
110398 Merge: bfdf684f7 9ab9f974d
110399 Author: Behdad Esfahbod <behdad@behdad.org>
110400 Date:   Fri Jan 1 16:44:01 2016 +0000
110401
110402     Merge pull request #207 from khaledhosny/docs-4
110403     
110404     [docs] More buffers documentation
110405
110406 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
110407 Author: Khaled Hosny <khaledhosny@eglug.org>
110408 Date:   Fri Jan 1 20:38:21 2016 +0400
110409
110410     [docs] More buffers documentation
110411
110412  docs/harfbuzz-sections.txt |  4 +-
110413  src/hb-buffer-serialize.cc | 85 ++++++++++++++++++++++++++++++-------------
110414  src/hb-buffer.cc           | 91 +++++++++++++++++++++++++++++++++++-----------
110415  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
110416  src/hb-shape.cc            | 10 +++--
110417  5 files changed, 187 insertions(+), 81 deletions(-)
110418
110419 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
110420 Merge: d7ed6f50b 85c2443b7
110421 Author: Behdad Esfahbod <behdad@behdad.org>
110422 Date:   Wed Dec 30 22:20:14 2015 +0100
110423
110424     Merge pull request #205 from khaledhosny/more-docs
110425     
110426     More docs
110427
110428 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
110429 Merge: b758e5ea2 a7f0e25da
110430 Author: Behdad Esfahbod <behdad@behdad.org>
110431 Date:   Wed Dec 30 22:20:00 2015 +0100
110432
110433     Merge pull request #206 from nico/patch-3
110434     
110435     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
110436
110437 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
110438 Author: Nico Weber <nicolasweber@gmx.de>
110439 Date:   Wed Dec 30 16:05:52 2015 -0500
110440
110441     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
110442     
110443     The coretext_aat shaper delegates to the regular coretext_..._ensure() functions, so coretext_aat_..._ensure() functions defined by these macros are unused. The compiler warns about them, which in turn can confuse people to think that the coretext_aat_..._ensure() functions weren't called by accident.
110444
110445  src/hb-coretext.cc | 4 ----
110446  1 file changed, 4 deletions(-)
110447
110448 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef
110449 Author: Khaled Hosny <khaledhosny@eglug.org>
110450 Date:   Wed Dec 30 22:57:04 2015 +0400
110451
110452     [docs] Reduce gtkdoc-check errors
110453     
110454     Now it is just reporting one error about “503 undocumented or incomplete
110455     symbols”, that will be the easy part I guess.
110456
110457  docs/harfbuzz-docs.xml     | 74 ++++++++++++++++++++++++++++++++++++++++++++++
110458  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
110459  2 files changed, 114 insertions(+)
110460
110461 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666
110462 Author: Khaled Hosny <khaledhosny@eglug.org>
110463 Date:   Wed Dec 30 22:50:08 2015 +0400
110464
110465     [docs] Typo
110466
110467  src/hb-buffer.cc | 2 +-
110468  1 file changed, 1 insertion(+), 1 deletion(-)
110469
110470 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
110471 Merge: 266bfa377 8b1224f0e
110472 Author: Behdad Esfahbod <behdad@behdad.org>
110473 Date:   Wed Dec 30 16:44:19 2015 +0100
110474
110475     Merge pull request #203 from nico/patch-1
110476     
110477     Remove unused `retry:` label.
110478
110479 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
110480 Author: Behdad Esfahbod <behdad@behdad.org>
110481 Date:   Wed Dec 30 16:25:48 2015 +0100
110482
110483     [docs] Minor
110484
110485  .ci/deploy-docs.sh | 2 +-
110486  1 file changed, 1 insertion(+), 1 deletion(-)
110487
110488 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea
110489 Author: Behdad Esfahbod <behdad@behdad.org>
110490 Date:   Wed Dec 30 16:15:36 2015 +0100
110491
110492     [docs] Fix up build, really
110493
110494  .ci/deploy-docs.sh | 9 ++++-----
110495  .travis.yml        | 2 +-
110496  2 files changed, 5 insertions(+), 6 deletions(-)
110497
110498 commit 0d45c3cf63692151166ca7071f755dfaa8922a67
110499 Author: Behdad Esfahbod <behdad@behdad.org>
110500 Date:   Wed Dec 30 16:09:39 2015 +0100
110501
110502     [docs] Turn bash tracing on
110503
110504  .ci/deploy-docs.sh | 4 ++++
110505  1 file changed, 4 insertions(+)
110506
110507 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477
110508 Author: Behdad Esfahbod <behdad@behdad.org>
110509 Date:   Wed Dec 30 15:56:56 2015 +0100
110510
110511     [docs] Another try, not sure why the bot isn't building
110512
110513  .ci/deploy-docs.sh | 13 ++++---------
110514  1 file changed, 4 insertions(+), 9 deletions(-)
110515
110516 commit f3a051149b3b565b5ad4e489bf730c5203c3549e
110517 Author: Behdad Esfahbod <behdad@behdad.org>
110518 Date:   Wed Dec 30 15:45:43 2015 +0100
110519
110520     [docs] Shuffling code around in deploy-docs.sh
110521     
110522     Temporarily makes it rebuild docs on every change again.
110523
110524  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
110525  1 file changed, 27 insertions(+), 19 deletions(-)
110526
110527 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
110528 Merge: 9d280cf49 fb192c263
110529 Author: Behdad Esfahbod <behdad@behdad.org>
110530 Date:   Wed Dec 30 15:13:37 2015 +0100
110531
110532     Merge pull request #202 from khaledhosny/doc-fixes
110533     
110534     Doc fixes
110535
110536 commit fb192c263e17081c87f4cc971274d9be42f19513
110537 Author: Khaled Hosny <khaledhosny@eglug.org>
110538 Date:   Wed Dec 30 15:05:50 2015 +0400
110539
110540     [docs] A bit more buffers documentation
110541
110542  docs/harfbuzz-sections.txt |  2 ++
110543  src/hb-buffer.cc           |  7 +++---
110544  src/hb-buffer.h            | 56 ++++++++++++++++++++++++++++++++++++++++++++--
110545  3 files changed, 60 insertions(+), 5 deletions(-)
110546
110547 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
110548 Author: Khaled Hosny <khaledhosny@eglug.org>
110549 Date:   Tue Dec 29 17:42:16 2015 +0400
110550
110551     [docs] A bit more buffers documentation
110552
110553  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
110554  src/hb-buffer.cc           | 93 +++++++++++++++++++++++++++++++---------------
110555  src/hb-buffer.h            |  7 +++-
110556  src/hb-common.cc           | 43 +++++++++++++--------
110557  src/hb-common.h            | 15 +++++---
110558  5 files changed, 135 insertions(+), 83 deletions(-)
110559
110560 commit f18d2226b62f20d29e6299c01ae8467c725ea971
110561 Author: Khaled Hosny <khaledhosny@eglug.org>
110562 Date:   Tue Dec 29 15:21:20 2015 +0400
110563
110564     [docs] Some documentation on buffers
110565     
110566     Some of it (create, reference, destroy) are adapted from Cairo docs.
110567
110568  docs/harfbuzz-sections.txt |  55 +++++++-------
110569  src/hb-buffer.cc           | 174 +++++++++++++++++++++++++++------------------
110570  2 files changed, 132 insertions(+), 97 deletions(-)
110571
110572 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
110573 Author: Khaled Hosny <khaledhosny@eglug.org>
110574 Date:   Tue Dec 29 02:23:24 2015 +0400
110575
110576     [docs] Fix comment syntax
110577     
110578     To lower the number of gtk-doc warnings.
110579
110580  .travis.yml           |  2 +-
110581  src/hb-directwrite.cc |  4 ++--
110582  src/hb-ot-layout.cc   | 14 ++++++++++++++
110583  src/hb-unicode.h      | 16 ++++++++++++++++
110584  4 files changed, 33 insertions(+), 3 deletions(-)
110585
110586 commit 8b1224f0eece7a5b6846e206333e57ac4653a705
110587 Author: Nico Weber <nicolasweber@gmx.de>
110588 Date:   Mon Dec 28 21:31:28 2015 -0500
110589
110590     Remove unused `retry:` label.
110591     
110592     Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
110593
110594  src/hb-coretext.cc | 1 -
110595  1 file changed, 1 deletion(-)
110596
110597 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c
110598 Author: Khaled Hosny <khaledhosny@eglug.org>
110599 Date:   Tue Dec 29 02:15:21 2015 +0400
110600
110601     [docs] Ignore the new HB_EXTERN decoration
110602     
110603     Otherwise, almost all API functions are not extracted.
110604
110605  docs/Makefile.am | 3 ++-
110606  1 file changed, 2 insertions(+), 1 deletion(-)
110607
110608 commit 9d280cf49f25181f64c978752f926b79e7c3746a
110609 Author: Khaled Hosny <khaledhosny@eglug.org>
110610 Date:   Sat Dec 26 06:45:51 2015 +0400
110611
110612     Fix previous commit
110613
110614  .ci/deploy-docs.sh | 2 +-
110615  1 file changed, 1 insertion(+), 1 deletion(-)
110616
110617 commit b789199f107912cfce5e4a95d6152f9a1a7993f2
110618 Author: Khaled Hosny <khaledhosny@eglug.org>
110619 Date:   Sat Dec 26 06:35:08 2015 +0400
110620
110621     [travis] Build docs only on tagged revisions
110622     
110623     Lets see if it works…
110624
110625  .ci/deploy-docs.sh | 4 +++-
110626  1 file changed, 3 insertions(+), 1 deletion(-)
110627
110628 commit e5b90c08a4c1f475560209a5e47628f695606d89
110629 Author: Behdad Esfahbod <behdad@behdad.org>
110630 Date:   Fri Dec 25 18:41:41 2015 +0100
110631
110632     [travis] Remove secure var
110633     
110634     I've set up a secure var for behdad/harfbuzz through Travis web interface, no need
110635     to set the var here.
110636
110637  .ci/deploy-docs.sh | 2 +-
110638  .travis.yml        | 1 -
110639  2 files changed, 1 insertion(+), 2 deletions(-)
110640
110641 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
110642 Merge: 6173c2a6f d25317f67
110643 Author: Behdad Esfahbod <behdad@behdad.org>
110644 Date:   Fri Dec 25 18:21:08 2015 +0100
110645
110646     Merge pull request #199 from behdad/travis-docs
110647     
110648     Deploy docs to gh-pages branch from Travis builds
110649
110650 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
110651 Author: Behdad Esfahbod <behdad@behdad.org>
110652 Date:   Fri Dec 25 18:18:23 2015 +0100
110653
110654     Fix flaky test
110655     
110656     This test font had a upem of 769, which results in rounding-related errors with
110657     the FreeType font funcs.  Change the upem to 1024 to fix that.
110658     
110659     Fixes https://github.com/behdad/harfbuzz/issues/201
110660
110661  ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 -> 4064 bytes
110662  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
110663  test/shaping/tests/ligature-id.tests               |  70 ++++++++++-----------
110664  3 files changed, 36 insertions(+), 36 deletions(-)
110665
110666 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
110667 Author: Behdad Esfahbod <behdad@behdad.org>
110668 Date:   Fri Dec 25 18:18:02 2015 +0100
110669
110670     [tests] Add --reference, for re-recording tests
110671
110672  test/shaping/run-tests.sh | 18 ++++++++++++++----
110673  1 file changed, 14 insertions(+), 4 deletions(-)
110674
110675 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4
110676 Author: Khaled Hosny <khaledhosny@eglug.org>
110677 Date:   Wed Dec 23 01:29:48 2015 +0400
110678
110679     Move more docs from FreeDesktop page
110680
110681  docs/Makefile.am                     |  1 +
110682  docs/harfbuzz-docs.xml               | 15 ++++----
110683  docs/usermanual-install-harfbuzz.xml | 70 ++++++++++++++++++++++++++++++++++++
110684  3 files changed, 80 insertions(+), 6 deletions(-)
110685
110686 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
110687 Author: Khaled Hosny <khaledhosny@eglug.org>
110688 Date:   Wed Dec 23 00:33:41 2015 +0400
110689
110690     Rename user manual files
110691     
110692     Use chapter ids instead of numbers, so that we can reorder them,
110693     introduce new ones etc. without the numbers becoming out of date.
110694
110695  docs/Makefile.am                                             | 12 ++++++------
110696  docs/harfbuzz-docs.xml                                       | 12 ++++++------
110697  ... => usermanual-buffers-language-script-and-direction.xml} |  0
110698  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
110699  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
110700  docs/{usermanual-ch02.xml => usermanual-hello-harfbuzz.xml}  |  0
110701  ...{usermanual-ch05.xml => usermanual-opentype-features.xml} |  0
110702  .../{usermanual-ch01.xml => usermanual-what-is-harfbuzz.xml} |  0
110703  8 files changed, 12 insertions(+), 12 deletions(-)
110704
110705 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231
110706 Author: Khaled Hosny <khaledhosny@eglug.org>
110707 Date:   Wed Dec 23 00:26:20 2015 +0400
110708
110709     Intro from freedesktop.org/wiki/Software/HarfBuzz/
110710
110711  docs/HarfBuzz.png      | Bin 0 -> 3419 bytes
110712  docs/Makefile.am       |   3 ++-
110713  docs/harfbuzz-docs.xml |  31 ++++++++++++++++++++++++++++++-
110714  3 files changed, 32 insertions(+), 2 deletions(-)
110715
110716 commit 22b07782ced6503a0bf33f2fe157b70540238f6d
110717 Author: Khaled Hosny <khaledhosny@eglug.org>
110718 Date:   Mon Dec 14 23:33:51 2015 +0400
110719
110720     Deploy docs to gh-pages branch from Travis builds
110721     
110722     Build docs in Travis and push them to the gh-pages branch, which makes
110723     them available at http://behdad.github.io/harfbuzz/
110724
110725  .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++
110726  .travis.yml        |  4 ++++
110727  2 files changed, 29 insertions(+)
110728
110729 commit fc38e6034c76d5450f5398d667184bc3696efcc4
110730 Author: Behdad Esfahbod <behdad@behdad.org>
110731 Date:   Wed Dec 23 14:50:53 2015 +0100
110732
110733     [layout] Collect coverage glyphs in PairPos
110734     
110735     Apparently class=0 is used for ClassDef1.  See:
110736     https://github.com/adobe-type-tools/afdko/issues/90
110737
110738  src/hb-ot-layout-gpos-table.hh | 2 +-
110739  1 file changed, 1 insertion(+), 1 deletion(-)
110740
110741 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a
110742 Author: Behdad Esfahbod <behdad@behdad.org>
110743 Date:   Fri Dec 18 19:53:40 2015 +0000
110744
110745     [python] Hook up sample debugger
110746
110747  src/sample.py | 6 ++++++
110748  1 file changed, 6 insertions(+)
110749
110750 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29
110751 Author: Behdad Esfahbod <behdad@behdad.org>
110752 Date:   Fri Dec 18 18:17:07 2015 +0000
110753
110754     [buffer] Add debugging, aka, message, API
110755     
110756     Currently just announces lookup applications.  Message-API *will* change.
110757     hb-shape / hb-view are updated to print-out messages to stder if --debug
110758     is specified.
110759
110760  src/hb-buffer-private.hh | 18 ++++++++++++++++++
110761  src/hb-buffer.cc         | 44 ++++++++++++++++++++++++++++++++++++++++++++
110762  src/hb-buffer.h          | 15 +++++++++++++++
110763  src/hb-ot-layout.cc      | 12 ++----------
110764  util/main-font-text.hh   | 18 ++++++++++++++++++
110765  5 files changed, 97 insertions(+), 10 deletions(-)
110766
110767 commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488
110768 Author: Behdad Esfahbod <behdad@behdad.org>
110769 Date:   Fri Dec 18 17:30:18 2015 +0000
110770
110771     Don't deserialize positions if buffer has no positions
110772
110773  src/hb-buffer-serialize.cc | 3 +++
110774  src/hb-ot-layout.cc        | 2 --
110775  2 files changed, 3 insertions(+), 2 deletions(-)
110776
110777 commit 862b1644e9469a7e70555141f53729409d50d0d2
110778 Author: Behdad Esfahbod <behdad@behdad.org>
110779 Date:   Fri Dec 18 13:54:06 2015 +0000
110780
110781     [use] Only set syllable-based topographical features if not Arabic-joining
110782
110783  src/hb-ot-shape-complex-use.cc | 3 +++
110784  1 file changed, 3 insertions(+)
110785
110786 commit 45b7ec365225109eb0854e6c417f48860b5f24af
110787 Author: Behdad Esfahbod <behdad@behdad.org>
110788 Date:   Fri Dec 18 13:47:16 2015 +0000
110789
110790     [indic] Followup fix for Malayalam context matching
110791     
110792     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
110793     This brings down the failures to 198 (from 750).
110794     
110795     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
110796     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
110797     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
110798     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
110799     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
110800     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
110801     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
110802     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
110803     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
110804     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
110805     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
110806     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
110807
110808  src/hb-ot-shape-complex-indic.cc | 19 +++++++++++++++++++
110809  1 file changed, 19 insertions(+)
110810
110811 commit 2813e3049a69d64e5395f68c52c4690e1d256d55
110812 Author: Behdad Esfahbod <behdad@behdad.org>
110813 Date:   Fri Dec 18 11:05:11 2015 +0000
110814
110815     [indic] Update data tables to Unicode 8.0
110816     
110817     Test stats remain unchanged, except for Malayalam, which we investigate:
110818     
110819     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
110820     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
110821     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
110822     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
110823     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
110824     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
110825     MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed (0.0715421%)
110826     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
110827     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
110828     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
110829     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
110830     
110831     Myanmar, compared to Windows 10 mmrtext.ttf:
110832     
110833     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
110834
110835  src/gen-indic-table.py                   |   1 +
110836  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
110837  src/hb-ot-shape-complex-indic-table.cc   | 372 ++++++++++++++++++-------------
110838  src/hb-ot-shape-complex-indic.cc         |  23 +-
110839  src/hb-ot-shape-complex-myanmar.cc       |   4 +
110840  5 files changed, 244 insertions(+), 196 deletions(-)
110841
110842 commit fc06cff40f136440f6402d0a5e735e2a4a3c062a
110843 Author: Behdad Esfahbod <behdad@behdad.org>
110844 Date:   Thu Dec 17 17:47:35 2015 +0000
110845
110846     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
110847     
110848     The DEFAULT naming wasn't helpful, so just remove it.
110849
110850  src/hb-ot-shape-complex-default.cc | 2 +-
110851  src/hb-ot-shape-complex-private.hh | 4 +---
110852  src/hb-ot-shape-complex-thai.cc    | 2 +-
110853  src/hb-ot-shape-complex-tibetan.cc | 2 +-
110854  4 files changed, 4 insertions(+), 6 deletions(-)
110855
110856 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
110857 Author: Behdad Esfahbod <behdad@behdad.org>
110858 Date:   Thu Dec 17 17:31:17 2015 +0000
110859
110860     [indic] Allow context when matching for Malayalam new-spec
110861     
110862     Test sequence:
110863             U+0995,U+09CD,U+09B0
110864     
110865     With Nirmala shipped on Windows 10, this failed to form the below form.
110866     Works now.
110867     
110868     Reported by Sairus.
110869
110870  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
110871  1 file changed, 9 insertions(+), 2 deletions(-)
110872
110873 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618
110874 Author: Behdad Esfahbod <behdad@behdad.org>
110875 Date:   Thu Dec 17 16:57:47 2015 +0000
110876
110877     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
110878     
110879     On Windows 10 we are seeing that other error message...
110880     
110881     Test sequence: U+0995,U+-9CD,U+09B0
110882     With Nirmala shipped on Windows 10, this failed to form the below form.
110883     Works now.
110884     
110885     Reported by Sairus.
110886
110887  src/hb-uniscribe.cc | 2 +-
110888  1 file changed, 1 insertion(+), 1 deletion(-)
110889
110890 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6
110891 Author: Behdad Esfahbod <behdad@behdad.org>
110892 Date:   Thu Dec 17 16:28:38 2015 +0000
110893
110894     [util] Use O_BINARY instead of _O_BINARY
110895     
110896     The latter doesn't seem to be available in Cygwin.  I'm surprised it
110897     compiled before...
110898
110899  util/options.cc | 4 ++--
110900  1 file changed, 2 insertions(+), 2 deletions(-)
110901
110902 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
110903 Author: Behdad Esfahbod <behdad@behdad.org>
110904 Date:   Thu Dec 17 15:23:09 2015 +0000
110905
110906     Fix ligature component of a mark happening after a ligature within a ligature!
110907     
110908     Say, if we are ligating "A B_C m D", then previously 'm' was being
110909     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
110910     to 'C'.  No test for this though :(.
110911
110912  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
110913  1 file changed, 1 insertion(+), 1 deletion(-)
110914
110915 commit 2f02fc79a5018e3348fccf366c470803554e1e58
110916 Author: Behdad Esfahbod <behdad@behdad.org>
110917 Date:   Thu Dec 17 15:21:14 2015 +0000
110918
110919     Improve ligature-component handling
110920     
110921     We use three bits for lig_id these days, so we finally got a report of
110922     two separate ligatures with the same lig_id happening adjacent to each
110923     other, and then the component-handling code was breaking things.
110924     Protect against that by ignoring same-lig-id but lig-comp=0 glyphs after
110925     a new ligature.
110926     
110927     Fixes https://github.com/behdad/harfbuzz/issues/198
110928
110929  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
110930  test/shaping/Makefile.am                           |   1 +
110931  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
110932  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
110933  test/shaping/tests/MANIFEST                        |   1 +
110934  test/shaping/tests/ligature-id.tests               |  35 +++++++++++++++++++++
110935  6 files changed, 47 insertions(+), 3 deletions(-)
110936
110937 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
110938 Author: Behdad Esfahbod <behdad@behdad.org>
110939 Date:   Thu Dec 17 11:59:15 2015 +0000
110940
110941     [use] Fix halant detection
110942     
110943     Before, we were just checking the use_category().  This detects as
110944     halant a ligature that had the halant as first glyph (as seen in
110945     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
110946     bit.  The font is forming this ligature in ccmp, which is before
110947     the rphf / pref tests.  So we need to make sure the "ligated" bit
110948     survives those tests.  Since those only check the "substituted" bit,
110949     we now only clear that bit for them and "ligated" survives.
110950     
110951     Fixes https://github.com/behdad/harfbuzz/issues/180
110952
110953  src/hb-ot-layout-private.hh                          |   6 ++----
110954  src/hb-ot-shape-complex-use.cc                       |  19 ++++++++++++-------
110955  test/shaping/Makefile.am                             |   1 +
110956  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
110957  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 -> 2616 bytes
110958  test/shaping/tests/MANIFEST                          |   1 +
110959  test/shaping/tests/use.tests                         |   1 +
110960  7 files changed, 18 insertions(+), 11 deletions(-)
110961
110962 commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10
110963 Author: Behdad Esfahbod <behdad@behdad.org>
110964 Date:   Thu Dec 17 11:04:33 2015 +0000
110965
110966     [arabic] Use glyph advance width in apply_stch() instead of extents
110967     
110968     That seems to be what Windows is doing, and makes more sense.
110969
110970  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
110971  1 file changed, 7 insertions(+), 17 deletions(-)
110972
110973 commit f11c11a1f123ef245e59ba892230db14170a8e5a
110974 Author: Behdad Esfahbod <behdad@behdad.org>
110975 Date:   Wed Dec 16 17:08:36 2015 +0100
110976
110977     Fix Since: tags for new API
110978     
110979     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
110980
110981  src/hb-font.cc | 6 +++---
110982  1 file changed, 3 insertions(+), 3 deletions(-)
110983
110984 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
110985 Merge: 49e72634a a13b023db
110986 Author: Behdad Esfahbod <behdad@behdad.org>
110987 Date:   Mon Dec 14 14:19:03 2015 +0100
110988
110989     Merge pull request #196 from srl295/aix
110990     
110991     AIX fixes
110992
110993 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
110994 Author: Steven R. Loomis <srloomis@us.ibm.com>
110995 Date:   Fri Dec 11 10:21:27 2015 -0800
110996
110997     AIX fixes
110998     
110999     - use '-w' instead of '\<...\>' for check-header-guards
111000       grep manpage says these are the same
111001     
111002     - put '-q' first in the grep options
111003     
111004     - move VAR into hb-private.hh
111005     
111006     - hb-font-private.hh - use [VAR] instead of [] for variable array
111007
111008  src/check-header-guards.sh  | 5 ++---
111009  src/hb-font-private.hh      | 2 +-
111010  src/hb-open-type-private.hh | 3 ---
111011  src/hb-private.hh           | 2 ++
111012  4 files changed, 5 insertions(+), 7 deletions(-)
111013
111014 commit 49e72634af74a9fbad01f42f48e104218413acc0
111015 Author: Behdad Esfahbod <behdad@behdad.org>
111016 Date:   Thu Dec 10 17:44:19 2015 +0100
111017
111018     Limit use of AIX intrinsics to IBM's compiler
111019
111020  src/hb-atomic-private.hh | 2 +-
111021  1 file changed, 1 insertion(+), 1 deletion(-)
111022
111023 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
111024 Merge: 70b33edae 808d3fc0e
111025 Author: Behdad Esfahbod <behdad@behdad.org>
111026 Date:   Thu Dec 10 16:56:07 2015 +0100
111027
111028     Merge branch 'font-extents'
111029     
111030     Fixes https://github.com/behdad/harfbuzz/pull/165
111031
111032 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
111033 Author: Behdad Esfahbod <behdad@behdad.org>
111034 Date:   Thu Dec 10 16:55:16 2015 +0100
111035
111036     [util] Port hb-view to use font metrics from HarfBuzz instead of cairo
111037
111038  util/helper-cairo.cc |  4 +++-
111039  util/view-cairo.cc   | 24 ++++++++++++------------
111040  2 files changed, 15 insertions(+), 13 deletions(-)
111041
111042 commit 31fa3892947138c7950303ea3719bb5ceb813625
111043 Author: Behdad Esfahbod <behdad@behdad.org>
111044 Date:   Thu Dec 10 16:38:29 2015 +0100
111045
111046     [ft] Use ftface->size->metrics for font extent info
111047
111048  src/hb-ft.cc | 6 +++---
111049  1 file changed, 3 insertions(+), 3 deletions(-)
111050
111051 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146
111052 Author: Behdad Esfahbod <behdad@behdad.org>
111053 Date:   Thu Dec 10 16:37:49 2015 +0100
111054
111055     [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit
111056
111057  src/hb-ot-font.cc | 12 ++++++++----
111058  1 file changed, 8 insertions(+), 4 deletions(-)
111059
111060 commit 70b33edae7c8b9c031b83c95f00cb383789f1041
111061 Author: Behdad Esfahbod <behdad@behdad.org>
111062 Date:   Thu Dec 10 15:54:42 2015 +0100
111063
111064     Add atomic ops for AIX
111065     
111066     Patch from Volker Simonis.
111067
111068  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
111069  1 file changed, 25 insertions(+)
111070
111071 commit 98460779bae19e4d64d29461ff154b3527bf8420
111072 Author: Behdad Esfahbod <behdad@behdad.org>
111073 Date:   Mon Dec 7 21:38:47 2015 +0100
111074
111075     Remove final pause from Arabic shaper
111076     
111077     Back in the old days, we used to apply 'calt' and 'cswh' in Arabic shaper,
111078     with a pause in between.  Then we disabled the 'cswh' because Microsoft
111079     disabled it, but forgot to remove the unnecessary pause.  Do that now.
111080     
111081     This has the benefit that it fixes shaping with monbaiti from Windows 10.
111082     In that version of that font, the lookups from 'calt' are duplicated in
111083     'rclt', and Mongolian was changed to go through Universal Shaping Engine.
111084     We still use the Arabic shaper for Mongolian.  With a pause after 'calt',
111085     we were applying the duplicate lookups from 'calt' and 'rclt' twice.  It
111086     happened to be the case that these lookups were NOT idempotent.  So we
111087     were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf upgrade
111088     (5.01 -> 5.51) caused loss of diacritical marks when shaped with harfbuz"
111089     on the mailing list.  This fixes that.
111090
111091  src/hb-ot-shape-complex-arabic.cc | 2 +-
111092  1 file changed, 1 insertion(+), 1 deletion(-)
111093
111094 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
111095 Merge: 255df6801 a7ffe3535
111096 Author: Behdad Esfahbod <behdad@behdad.org>
111097 Date:   Mon Dec 7 10:44:08 2015 +0100
111098
111099     Merge pull request #192 from behdad/jfkthame-stch
111100     
111101     [issue 191] Make apply_stch() give a more precise fit
111102
111103 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
111104 Author: Behdad Esfahbod <behdad@behdad.org>
111105 Date:   Mon Dec 7 10:34:47 2015 +0100
111106
111107     Fix undefined behavior in cmp function
111108     
111109     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
111110
111111  src/hb-ot-map-private.hh | 3 ++-
111112  1 file changed, 2 insertions(+), 1 deletion(-)
111113
111114 commit fcf9e61bad13c828b5482f26491c82db65d91c96
111115 Author: Behdad Esfahbod <behdad@behdad.org>
111116 Date:   Mon Dec 7 10:30:43 2015 +0100
111117
111118     Fix sorting order of ot_languages array
111119     
111120     Looks like the original sort was wrongly done.
111121     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
111122
111123  src/hb-ot-tag.cc | 7 +++----
111124  1 file changed, 3 insertions(+), 4 deletions(-)
111125
111126 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a
111127 Author: Behdad Esfahbod <behdad@behdad.org>
111128 Date:   Mon Dec 7 10:28:46 2015 +0100
111129
111130     Add test to make sure ot-languages array is sorted
111131     
111132     Currently fails.  Part of
111133     https://bugs.freedesktop.org/show_bug.cgi?id=93275
111134
111135  src/Makefile.am  |  9 ++++++++-
111136  src/hb-ot-tag.cc | 23 +++++++++++++++++++++++
111137  2 files changed, 31 insertions(+), 1 deletion(-)
111138
111139 commit 8c37556f730d7e961394075cd863f624af4c53c4
111140 Merge: 8e5f90265 f35b3e931
111141 Author: Behdad Esfahbod <behdad@behdad.org>
111142 Date:   Mon Dec 7 09:34:58 2015 +0100
111143
111144     Merge pull request #134 from ebraminio/dwrite
111145     
111146     Add working but less prefect DirectWrite backend
111147
111148 commit a7ffe3535836032dba5559080dffeec79473197b
111149 Author: jfkthame <jfkthame@gmail.com>
111150 Date:   Sat Dec 5 17:47:37 2015 +0000
111151
111152     Make apply_stch() give a more precise fit
111153     
111154     This aims to make Syriac Abbr Mark sizing more accurate when repeating segments are used, by adding an extra repeat and tightening up the spacing slightly rather than leaving a shortfall corresponding to a partial repeat-width.
111155
111156  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
111157  1 file changed, 14 insertions(+), 1 deletion(-)
111158
111159 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
111160 Author: Behdad Esfahbod <behdad@behdad.org>
111161 Date:   Mon Nov 30 16:53:21 2015 -0800
111162
111163     src/test.cc: wrong field printed
111164     
111165     Fixes https://github.com/behdad/harfbuzz/issues/188
111166     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
111167
111168  src/test.cc | 2 +-
111169  1 file changed, 1 insertion(+), 1 deletion(-)
111170
111171 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e
111172 Author: Simon Cozens <simon@simon-cozens.org>
111173 Date:   Mon Oct 26 16:23:22 2015 +0900
111174
111175     Get font ascender and descender metrics from OS/2 table.
111176
111177  src/hb-font-private.hh |  39 ++++++++++++++++++-
111178  src/hb-font.cc         | 102 ++++++++++++++++++++++++++++++++++++++++++++++++-
111179  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
111180  src/hb-ft.cc           |  21 ++++++++++
111181  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
111182  5 files changed, 274 insertions(+), 8 deletions(-)
111183
111184 commit 097c998a0c7b250924801bb69f5fa0c529edd183
111185 Author: Simon Cozens <simon@simon-cozens.org>
111186 Date:   Mon Oct 26 16:22:38 2015 +0900
111187
111188     Parse the OS/2 table.
111189
111190  src/Makefile.am        |   1 +
111191  src/hb-ot-os2-table.hh | 105 +++++++++++++++++++++++++++++++++++++++++++++++++
111192  2 files changed, 106 insertions(+)
111193
111194 commit d44d52bd0da033865641dfd39d94852119fd4fd7
111195 Author: Behdad Esfahbod <behdad@behdad.org>
111196 Date:   Thu Nov 26 19:35:43 2015 -0500
111197
111198     1.1.2
111199
111200  NEWS         | 15 +++++++++++++++
111201  configure.ac |  2 +-
111202  2 files changed, 16 insertions(+), 1 deletion(-)
111203
111204 commit 35d18585fc57750d817f57bfffe569069f9803b5
111205 Author: Behdad Esfahbod <behdad@behdad.org>
111206 Date:   Thu Nov 26 19:30:37 2015 -0500
111207
111208     Fix a few docs blocks
111209
111210  src/hb-buffer.cc    | 4 ++++
111211  src/hb-glib.cc      | 2 ++
111212  src/hb-ot-font.cc   | 2 ++
111213  src/hb-ot-layout.cc | 6 ++++++
111214  src/hb-ot-shape.cc  | 4 ++++
111215  5 files changed, 18 insertions(+)
111216
111217 commit 0e38c918b66df31978d8fd3d8271a9b781384545
111218 Author: Behdad Esfahbod <behdad@behdad.org>
111219 Date:   Thu Nov 26 19:26:26 2015 -0500
111220
111221     [introspection] Make scanner happy with HB_EXTERN
111222
111223  src/Makefile.am | 1 +
111224  1 file changed, 1 insertion(+)
111225
111226 commit ea512f71084296be3bd893f78650def894066de0
111227 Author: Behdad Esfahbod <behdad@behdad.org>
111228 Date:   Thu Nov 26 19:22:22 2015 -0500
111229
111230     Use C-style casts instead of compare to 0, to convert hb_bool_t to bool
111231
111232  src/hb-common.cc                  | 2 +-
111233  src/hb-fallback-shape.cc          | 2 +-
111234  src/hb-font-private.hh            | 2 +-
111235  src/hb-ot-layout.cc               | 2 +-
111236  src/hb-ot-map.cc                  | 2 +-
111237  src/hb-ot-shape-complex-hangul.cc | 2 +-
111238  src/hb-ot-shape-complex-hebrew.cc | 2 +-
111239  src/hb-ot-shape-complex-indic.cc  | 4 ++--
111240  src/hb-ot-shape-normalize.cc      | 6 +++---
111241  src/hb-ot-shape.cc                | 2 +-
111242  10 files changed, 13 insertions(+), 13 deletions(-)
111243
111244 commit 67a36a725e2a61a096ba0324f359d17f9b02d312
111245 Author: Behdad Esfahbod <behdad@behdad.org>
111246 Date:   Thu Nov 26 18:48:42 2015 -0500
111247
111248     Fix vertical GPOS
111249     
111250     This was brorken earlier, though, it's really hard to notice it.
111251     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
111252     mean that the vertical origin is at 0,0.
111253     
111254     Related to https://github.com/behdad/harfbuzz/issues/187
111255
111256  src/hb-ot-shape.cc | 13 ++++++++-----
111257  1 file changed, 8 insertions(+), 5 deletions(-)
111258
111259 commit 1c6a057dd1a52511474630896a597bf8e5215214
111260 Author: Behdad Esfahbod <behdad@behdad.org>
111261 Date:   Thu Nov 26 18:48:30 2015 -0500
111262
111263     Add tests for previous commit
111264
111265  test/shaping/Makefile.am                                 |   1 +
111266  .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 -> 1496 bytes
111267  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
111268  test/shaping/tests/MANIFEST                              |   1 +
111269  test/shaping/tests/simple.tests                          |   2 ++
111270  5 files changed, 5 insertions(+)
111271
111272 commit c41c145c7386ebe72b1cfb0475d836a689fecc5e
111273 Author: Behdad Esfahbod <behdad@behdad.org>
111274 Date:   Thu Nov 26 18:43:15 2015 -0500
111275
111276     Make nil glyph_h_origin() function return true
111277     
111278     Fixes https://github.com/behdad/harfbuzz/issues/187
111279     
111280     Funcs implementations that have a non-zero horizontal origin must
111281     implement the glyph_h_origin() callback, nothing new here.
111282     
111283     Other implementations (all I know of!) can simply not set
111284     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
111285     44f82750807475aa5b16099ccccd917d488df703, though that broke the
111286     fallback shaper because the default was returning false...
111287
111288  src/hb-font.cc | 2 +-
111289  1 file changed, 1 insertion(+), 1 deletion(-)
111290
111291 commit 766963adba6770dcd45de4417481ed8eda60a716
111292 Merge: b344af80c f798b8e2d
111293 Author: Behdad Esfahbod <behdad@behdad.org>
111294 Date:   Tue Nov 24 15:38:43 2015 -0600
111295
111296     Merge pull request #114 from ThePhD/vc++-fixes
111297     
111298     Fix all VC++ warnings and errors
111299
111300 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
111301 Merge: 662acd26d 835bbdc7c
111302 Author: Behdad Esfahbod <behdad@behdad.org>
111303 Date:   Tue Nov 24 15:30:27 2015 -0600
111304
111305     Merge pull request #177 from fanc999/exporting
111306     
111307     Enable use of compiler directives to export symbols
111308
111309 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
111310 Merge: b24e93e3a 1979f6fed
111311 Author: Behdad Esfahbod <behdad@behdad.org>
111312 Date:   Tue Nov 24 15:29:44 2015 -0600
111313
111314     Merge pull request #181 from mhosken/master
111315     
111316     Fix y_scale problems in hb-gr
111317
111318 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
111319 Author: Behdad Esfahbod <behdad@behdad.org>
111320 Date:   Tue Nov 24 13:18:20 2015 -0600
111321
111322     1.1.1
111323
111324  NEWS         | 7 +++++++
111325  configure.ac | 2 +-
111326  2 files changed, 8 insertions(+), 1 deletion(-)
111327
111328 commit 233944ac91bb81250c0e63150eecfedfaf09f590
111329 Merge: 5a24b1d25 d53820191
111330 Author: Khaled Hosny <khaledhosny@eglug.org>
111331 Date:   Tue Nov 24 18:37:35 2015 +0400
111332
111333     Merge pull request #185 from khaledhosny/travis-osx
111334     
111335     [travis] Enable Mac OS X support
111336
111337 commit d538201918e6932ef7645f8d5b2c3491954936f8
111338 Author: Khaled Hosny <khaledhosny@eglug.org>
111339 Date:   Tue Nov 24 12:46:35 2015 +0400
111340
111341     [travis] Enable Mac OS X support
111342     
111343     Fixes https://github.com/behdad/harfbuzz/issues/182
111344
111345  .travis.yml | 22 ++++++++++++++++------
111346  1 file changed, 16 insertions(+), 6 deletions(-)
111347
111348 commit 5a24b1d25c59865e298bf105f54503e79587265c
111349 Author: Behdad Esfahbod <behdad@behdad.org>
111350 Date:   Mon Nov 23 16:46:14 2015 -0600
111351
111352     [travis] Remove coverity scan
111353     
111354     I never could get it to work, and it's a proprietary platform.
111355
111356  .travis.yml | 11 -----------
111357  README      |  1 -
111358  2 files changed, 12 deletions(-)
111359
111360 commit 1979f6fedca82fa1e4f65491de491db1aa6dc645
111361 Author: Martin Hosken <martin_hosken@sil.org>
111362 Date:   Mon Nov 23 10:03:56 2015 +0700
111363
111364     Fix y_scale problems in hb-gr
111365
111366  src/hb-graphite2.cc | 11 ++++++-----
111367  1 file changed, 6 insertions(+), 5 deletions(-)
111368
111369 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d
111370 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
111371 Date:   Thu Nov 19 18:34:12 2015 +0800
111372
111373     Public headers: Decorate public symbols with HB_EXTERN
111374     
111375     This prepares the headers for exporting symbols using visibility
111376     attributes or __declspec(dllexport), so that we do not need to maintain
111377     symbols listing files, as this is what was and is done in GLib and GTK+.
111378
111379  src/hb-blob.h               |  24 +++++-----
111380  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
111381  src/hb-common.h             |  22 ++++-----
111382  src/hb-coretext.h           |   6 +--
111383  src/hb-face.h               |  34 ++++++-------
111384  src/hb-font.h               | 114 ++++++++++++++++++++++----------------------
111385  src/hb-ft.h                 |  18 +++----
111386  src/hb-glib.h               |   8 ++--
111387  src/hb-gobject-enums.h.tmpl |   2 +-
111388  src/hb-gobject-structs.h    |  26 +++++-----
111389  src/hb-graphite2.h          |   4 +-
111390  src/hb-icu.h                |   6 +--
111391  src/hb-ot-font.h            |   2 +-
111392  src/hb-ot-layout.h          |  56 +++++++++++-----------
111393  src/hb-ot-shape.h           |   4 +-
111394  src/hb-ot-tag.h             |   8 ++--
111395  src/hb-set.h                |  52 ++++++++++----------
111396  src/hb-shape-plan.h         |  18 +++----
111397  src/hb-shape.h              |  10 ++--
111398  src/hb-unicode.h            |  52 ++++++++++----------
111399  src/hb-uniscribe.h          |   4 +-
111400  src/hb-version.h.in         |   6 +--
111401  src/hb.h                    |   4 ++
111402  23 files changed, 292 insertions(+), 288 deletions(-)
111403
111404 commit f798b8e2d683a1b89b6905b1a8615375b847b468
111405 Author: ThePhD <phdofthehouse@gmail.com>
111406 Date:   Sat Nov 21 16:57:26 2015 -0500
111407
111408     c-style cast
111409
111410  src/hb-ot-shape-complex-use.cc | 2 +-
111411  1 file changed, 1 insertion(+), 1 deletion(-)
111412
111413 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
111414 Merge: 1dc32ea4d f19c6db18
111415 Author: Behdad Esfahbod <behdad@behdad.org>
111416 Date:   Fri Nov 20 13:28:42 2015 -0800
111417
111418     Merge pull request #176 from behdad/missing-braces
111419     
111420     Add braces for subobject initializer in _hb_font_funcs_nil
111421
111422 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
111423 Author: Behdad Esfahbod <behdad@behdad.org>
111424 Date:   Fri Nov 20 13:24:19 2015 -0800
111425
111426     Whitespace
111427
111428  src/hb-private.hh | 20 ++++++++++----------
111429  1 file changed, 10 insertions(+), 10 deletions(-)
111430
111431 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f
111432 Author: Behdad Esfahbod <behdad@behdad.org>
111433 Date:   Fri Nov 20 13:21:29 2015 -0800
111434
111435     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
111436     
111437     The generic template operator overloading was causing more problems than it
111438     solved.  Eg:
111439     
111440     https://github.com/behdad/harfbuzz/pull/163
111441     https://github.com/behdad/harfbuzz/issues/175
111442     
111443     So, just use macros.
111444     
111445     Fixes https://github.com/behdad/harfbuzz/issues/175
111446     Fixes https://github.com/behdad/harfbuzz/pull/178
111447
111448  src/hb-private.hh | 27 +++++++++++----------------
111449  1 file changed, 11 insertions(+), 16 deletions(-)
111450
111451 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0
111452 Author: jfkthame <jfkthame@gmail.com>
111453 Date:   Fri Nov 20 08:43:49 2015 +0000
111454
111455     Add braces for subobject initializer in _hb_font_funcs_nil
111456     
111457     To avoid triggering -Wmissing-braces; see https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
111458
111459  src/hb-font.cc | 8 ++++++--
111460  1 file changed, 6 insertions(+), 2 deletions(-)
111461
111462 commit 9cc1ed4fa68075b3b142a2737438109772dd0002
111463 Author: Behdad Esfahbod <behdad@behdad.org>
111464 Date:   Thu Nov 19 12:39:09 2015 -0800
111465
111466     Do not allow recursiving to same position and same lookup
111467     
111468     This is just to make it harder to be extremely slow.  There definitely
111469     are ways still, just harder.  Oh well... how do we tame this problem
111470     without solving halting problem?!
111471     
111472     Fixes https://github.com/behdad/harfbuzz/issues/174
111473
111474  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
111475  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
111476  .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 -> 1894 bytes
111477  test/shaping/tests/fuzzed.tests                          |   1 +
111478  4 files changed, 7 insertions(+)
111479
111480 commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0
111481 Author: Behdad Esfahbod <behdad@behdad.org>
111482 Date:   Thu Nov 19 12:03:04 2015 -0800
111483
111484     [fuzzing] Run fuzzing tests using hb-fuzzer as well
111485
111486  test/fuzzing/Makefile.am | 4 ++++
111487  1 file changed, 4 insertions(+)
111488
111489 commit 13188cba7f0eaacd587beeb1c2258526ae24c438
111490 Author: Behdad Esfahbod <behdad@behdad.org>
111491 Date:   Thu Nov 19 11:59:03 2015 -0800
111492
111493     Revert "Fix hang in OOM situations"
111494     
111495     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
111496     
111497     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
111498     fix for this.
111499
111500  src/hb-buffer-private.hh | 6 +-----
111501  1 file changed, 1 insertion(+), 5 deletions(-)
111502
111503 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118
111504 Author: Behdad Esfahbod <behdad@behdad.org>
111505 Date:   Thu Nov 19 11:50:58 2015 -0800
111506
111507     Revert "Make sure we make progress in OOM situations"
111508     
111509     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
111510     
111511     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
111512     fix for this.
111513
111514  src/hb-buffer-private.hh |  7 +++++--
111515  src/hb-buffer.cc         | 31 ++++++++-----------------------
111516  2 files changed, 13 insertions(+), 25 deletions(-)
111517
111518 commit e1118aeac3b5556df0ce502732df8ac92bdac45a
111519 Author: Behdad Esfahbod <behdad@behdad.org>
111520 Date:   Wed Nov 18 23:40:47 2015 -0800
111521
111522     1.1.0
111523
111524  NEWS         | 22 ++++++++++++++++++++++
111525  configure.ac |  2 +-
111526  2 files changed, 23 insertions(+), 1 deletion(-)
111527
111528 commit 63fe05c8b1cd4f08b525028409e1299f34750810
111529 Author: Behdad Esfahbod <behdad@behdad.org>
111530 Date:   Wed Nov 18 23:52:34 2015 -0800
111531
111532     Fix make distcheck
111533
111534  src/Makefile.am | 1 +
111535  1 file changed, 1 insertion(+)
111536
111537 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
111538 Author: Behdad Esfahbod <behdad@behdad.org>
111539 Date:   Wed Nov 18 23:23:35 2015 -0800
111540
111541     [travis] Only coverity-scan the coverity_scan branch
111542     
111543     This essentially disables coverity-scan right now, until we find
111544     a pattern to continuously submit branches there.
111545     
111546     For background reasoning, see:
111547     Fixes https://github.com/behdad/harfbuzz/issues/171
111548
111549  .travis.yml | 2 +-
111550  1 file changed, 1 insertion(+), 1 deletion(-)
111551
111552 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa
111553 Author: Behdad Esfahbod <behdad@behdad.org>
111554 Date:   Wed Nov 18 23:09:13 2015 -0800
111555
111556     Add tests for previous two commits
111557     
111558     To fully test what these are supposed to test, they should be run
111559     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
111560     now just record the files.
111561
111562  .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 -> 1804 bytes
111563  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
111564  .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 -> 1804 bytes
111565  test/shaping/tests/fuzzed.tests                          |   2 ++
111566  4 files changed, 4 insertions(+)
111567
111568 commit 37b40cd8a18e25d3324f829acec197f016f4a524
111569 Author: Behdad Esfahbod <behdad@behdad.org>
111570 Date:   Wed Nov 18 23:04:45 2015 -0800
111571
111572     Fix another move_to assertion failure
111573     
111574     If buf->idx is at end, don't set end past it...
111575     
111576     Fixes https://github.com/behdad/harfbuzz/issues/173
111577
111578  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
111579  1 file changed, 1 insertion(+), 1 deletion(-)
111580
111581 commit abadc1717d997b69f987fdf1be9e12156d2d13d6
111582 Author: Behdad Esfahbod <behdad@behdad.org>
111583 Date:   Wed Nov 18 17:52:08 2015 -0800
111584
111585     Try to better handle OOM situations
111586     
111587     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
111588     with libharfbuzz-fuzzing.
111589
111590  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
111591  src/hb-ot-layout.cc                  |  2 +-
111592  src/hb-ot-shape-complex-hangul.cc    |  2 +-
111593  src/hb-ot-shape-complex-indic.cc     |  2 +-
111594  src/hb-ot-shape-complex-thai.cc      |  2 +-
111595  src/hb-ot-shape-complex-use.cc       |  8 +-------
111596  src/hb-ot-shape-normalize.cc         | 10 +++++-----
111597  src/hb-ot-shape.cc                   |  2 +-
111598  8 files changed, 12 insertions(+), 18 deletions(-)
111599
111600 commit ec625f7dfb5f6df19d35d81af6605d05e08321f2
111601 Author: Behdad Esfahbod <behdad@behdad.org>
111602 Date:   Wed Nov 18 16:37:59 2015 -0800
111603
111604     Try to fix gnome-continuous build fail
111605
111606  test/fuzzing/Makefile.am | 2 ++
111607  1 file changed, 2 insertions(+)
111608
111609 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b
111610 Author: Behdad Esfahbod <behdad@behdad.org>
111611 Date:   Wed Nov 18 16:27:32 2015 -0800
111612
111613     Enable building a bounded version of the library for fuzzing
111614     
111615     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
111616
111617  src/Makefile.am          | 16 ++++++++++++++++
111618  test/fuzzing/Makefile.am |  9 ++-------
111619  test/fuzzing/README      |  6 ++----
111620  3 files changed, 20 insertions(+), 11 deletions(-)
111621
111622 commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663
111623 Author: Behdad Esfahbod <behdad@behdad.org>
111624 Date:   Tue Nov 17 18:42:13 2015 -0800
111625
111626     Move things around
111627
111628  src/hb-private.hh | 22 +++++++++++-----------
111629  1 file changed, 11 insertions(+), 11 deletions(-)
111630
111631 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
111632 Merge: e97835ad4 167c32717
111633 Author: Behdad Esfahbod <behdad@behdad.org>
111634 Date:   Tue Nov 17 18:40:10 2015 -0800
111635
111636     Merge pull request #163 from fanc999/msvc.src
111637     
111638     Update the sources so they will compile under Visual Studio
111639
111640 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
111641 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
111642 Date:   Mon Nov 9 17:17:56 2015 +0800
111643
111644     Fix build on MSVC >= 2012
111645     
111646     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
111647     which defines the bitwise operators for the enumerations that we want to
111648     mark as hb_mark_as_flags_t, which will take care of the situation on newer
111649     Visual Studio (>= 2012), where the build breaks with C2057 errors as the
111650     underlying types of the enumerations is not clear to the compiler when we
111651     do a bitwise op within the declaration of the enumerations themselves.
111652     
111653     Also disable the C4200 (nonstandard extension used : zero-sized array in
111654     struct/union) and C4800 ('type' : forcing value to bool 'true' or 'false'
111655     (performance warning)) warnings as the C4200 is the intended scenario and
111656     C4800 is harmless but is so far an unavoidable side effect of using
111657     DEFINE_ENUM_FLAG_OPERATORS.
111658
111659  src/hb-buffer-private.hh           |  6 +++---
111660  src/hb-ot-layout-common-private.hh |  2 +-
111661  src/hb-ot-layout-private.hh        |  4 ++--
111662  src/hb-ot-map-private.hh           |  2 +-
111663  src/hb-private.hh                  | 11 +++++++++++
111664  5 files changed, 18 insertions(+), 7 deletions(-)
111665
111666 commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065
111667 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
111668 Date:   Fri Nov 6 14:28:30 2015 +0800
111669
111670     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
111671     
111672     Visual Studio does not like declaring a enum variable within a for
111673     statement, so fix the build by declaring the enum before doing the for
111674     loop.
111675
111676  src/hb-ot-shape-complex-arabic.cc | 3 ++-
111677  1 file changed, 2 insertions(+), 1 deletion(-)
111678
111679 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0
111680 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
111681 Date:   Tue Nov 3 18:49:34 2015 +0800
111682
111683     MSVC builds: Add fallback implementation for pre-2013 MSVC
111684     
111685     Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used in the
111686     utility programs.  Add  fallback implementations for these, which can be
111687     used when necessary.
111688
111689  util/options.hh | 17 +++++++++++++++++
111690  1 file changed, 17 insertions(+)
111691
111692 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35
111693 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
111694 Date:   Mon Nov 2 16:55:29 2015 +0800
111695
111696     util: Fix build on Visual Studio
111697     
111698     Use the fallback implementation for lround() only on pre-2013 Visual
111699     Studio, and ensure we are clear about the types of the parameters for
111700     lround() and scalbnf(), since Visual Studio can be quite picky on
111701     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
111702     strcasecmp() as we are already using GLib for this code and we are
111703     assured that g_ascii_strcasemp() is available.
111704     
111705     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
111706     needed, but use another forced-included header for those compilers, which
111707     will be added later.
111708     
111709     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
111710     escape sequence, which will do the same thing.
111711
111712  util/ansi-print.cc   | 16 +++++++++-------
111713  util/helper-cairo.cc | 20 ++++++++++----------
111714  util/options.cc      |  2 +-
111715  3 files changed, 20 insertions(+), 18 deletions(-)
111716
111717 commit e97835ad43f5c68e8cb29599246cae0f4461d663
111718 Author: Behdad Esfahbod <behdad@behdad.org>
111719 Date:   Tue Nov 10 11:37:01 2015 -0800
111720
111721     [util] Fix crash when --output-file is specified but not --output-format
111722
111723  util/options.hh | 3 +++
111724  1 file changed, 3 insertions(+)
111725
111726 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
111727 Merge: 04ff23e73 529a93312
111728 Author: Behdad Esfahbod <behdad@behdad.org>
111729 Date:   Sat Nov 7 07:50:58 2015 -0800
111730
111731     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
111732     
111733     Micro optimizations to UTF-16 and UTF-32 codecs
111734
111735 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
111736 Author: Behdad Esfahbod <behdad@behdad.org>
111737 Date:   Fri Nov 6 16:29:44 2015 -0800
111738
111739     [arabic] Improve stretch length calculation
111740     
111741     Err on the side of being too short, than too wide.  Reduces chance
111742     of overlaps with neighboring glyphs.
111743
111744  src/hb-ot-shape-complex-arabic.cc | 2 +-
111745  1 file changed, 1 insertion(+), 1 deletion(-)
111746
111747 commit 59821ab8b413df3a444c38b80582a5137e364a70
111748 Author: Behdad Esfahbod <behdad@behdad.org>
111749 Date:   Fri Nov 6 16:27:44 2015 -0800
111750
111751     [arabic] Don't stretch over cased letters
111752     
111753     Addresses
111754     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
111755
111756  src/hb-ot-shape-complex-arabic.cc                  | 24 +++++++++++++++++++++-
111757  src/hb-unicode-private.hh                          | 20 ------------------
111758  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
111759  3 files changed, 25 insertions(+), 23 deletions(-)
111760
111761 commit 5337db29af39084d677a63154f404eca0c20cfeb
111762 Author: Behdad Esfahbod <behdad@behdad.org>
111763 Date:   Fri Nov 6 16:18:09 2015 -0800
111764
111765     Revert "Don't process lookups if buffer is in error"
111766     
111767     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
111768     
111769     We don't want to be like cairo, where as soon as there's an error,
111770     nothing works anymore.  So, lets process lookups as long as there's
111771     no new memory needed.  That's also a model that hides fewer bugs.
111772
111773  src/hb-ot-layout.cc | 2 +-
111774  1 file changed, 1 insertion(+), 1 deletion(-)
111775
111776 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0
111777 Author: Konstantin Ritt <ritt.ks@gmail.com>
111778 Date:   Sat Nov 7 02:00:04 2015 +0400
111779
111780     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
111781     
111782     Implement reverse lookup instead of re-using next()
111783
111784  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
111785  1 file changed, 19 insertions(+), 10 deletions(-)
111786
111787 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb
111788 Author: Konstantin Ritt <ritt.ks@gmail.com>
111789 Date:   Sat Nov 7 01:58:38 2015 +0400
111790
111791     Nano optimization to hb_utf16_t and hb_utf32_t ::next()
111792
111793  src/hb-utf-private.hh | 17 ++++++-----------
111794  1 file changed, 6 insertions(+), 11 deletions(-)
111795
111796 commit a6d7668a954a763a053f8af8edbff4731aa43729
111797 Author: Behdad Esfahbod <behdad@behdad.org>
111798 Date:   Fri Nov 6 09:46:54 2015 -0800
111799
111800     [fuzzing] Cap max buffer len at 128
111801
111802  test/fuzzing/Makefile.am | 1 +
111803  1 file changed, 1 insertion(+)
111804
111805 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf
111806 Author: Behdad Esfahbod <behdad@behdad.org>
111807 Date:   Fri Nov 6 09:46:05 2015 -0800
111808
111809     Fix typo
111810
111811  src/hb-buffer-private.hh | 2 +-
111812  1 file changed, 1 insertion(+), 1 deletion(-)
111813
111814 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca
111815 Author: Behdad Esfahbod <behdad@behdad.org>
111816 Date:   Fri Nov 6 00:09:26 2015 -0800
111817
111818     Make sure we make progress in OOM situations
111819
111820  src/hb-buffer-private.hh |  7 ++-----
111821  src/hb-buffer.cc         | 31 +++++++++++++++++++++++--------
111822  2 files changed, 25 insertions(+), 13 deletions(-)
111823
111824 commit 5a7eb5d4d862f402136044c19ead87ad098bd78f
111825 Author: Behdad Esfahbod <behdad@behdad.org>
111826 Date:   Fri Nov 6 00:01:24 2015 -0800
111827
111828     [fuzzing] Add test case for OOM
111829     
111830     From https://github.com/behdad/harfbuzz/issues/161
111831
111832  .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 -> 1483 bytes
111833  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
111834  test/shaping/tests/fuzzed.tests                          |   1 +
111835  3 files changed, 2 insertions(+), 1 deletion(-)
111836
111837 commit f0599db761d7fc2d585d86e757a797f75ebc7499
111838 Author: Behdad Esfahbod <behdad@behdad.org>
111839 Date:   Thu Nov 5 23:52:41 2015 -0800
111840
111841     Fix hang in OOM situations
111842     
111843     Fixes https://github.com/behdad/harfbuzz/issues/161
111844
111845  src/hb-buffer-private.hh | 6 +++++-
111846  1 file changed, 5 insertions(+), 1 deletion(-)
111847
111848 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8
111849 Author: Behdad Esfahbod <behdad@behdad.org>
111850 Date:   Thu Nov 5 23:52:29 2015 -0800
111851
111852     Don't process lookups if buffer is in error
111853
111854  src/hb-ot-layout.cc | 2 +-
111855  1 file changed, 1 insertion(+), 1 deletion(-)
111856
111857 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6
111858 Author: Behdad Esfahbod <behdad@behdad.org>
111859 Date:   Thu Nov 5 23:44:59 2015 -0800
111860
111861     Limit buffer max size growth
111862     
111863     https://github.com/behdad/harfbuzz/issues/161
111864
111865  src/hb-buffer-private.hh | 11 +++++++++++
111866  src/hb-buffer.cc         |  8 ++++++++
111867  src/hb-ot-shape.cc       |  6 ++++++
111868  test/fuzzing/Makefile.am |  2 ++
111869  4 files changed, 27 insertions(+)
111870
111871 commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1
111872 Author: Behdad Esfahbod <behdad@behdad.org>
111873 Date:   Thu Nov 5 23:08:50 2015 -0800
111874
111875     [fuzzing] Add build system
111876
111877  configure.ac              |  1 +
111878  test/Makefile.am          |  2 +-
111879  test/fuzzing/Makefile.am  | 44 ++++++++++++++++++++++++++++++++++++++++++++
111880  test/fuzzing/README       |  2 ++
111881  test/fuzzing/hb-fuzzer.cc |  4 ++--
111882  5 files changed, 50 insertions(+), 3 deletions(-)
111883
111884 commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d
111885 Author: Behdad Esfahbod <behdad@behdad.org>
111886 Date:   Thu Nov 5 22:50:52 2015 -0800
111887
111888     [fuzzer] Add README
111889     
111890     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
111891
111892  test/fuzzing/README | 21 +++++++++++++++++++++
111893  1 file changed, 21 insertions(+)
111894
111895 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d
111896 Author: Behdad Esfahbod <behdad@behdad.org>
111897 Date:   Thu Nov 5 17:29:03 2015 -0800
111898
111899     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
111900     
111901     The feature is enabled for any character in the Arabic shaper.
111902     We should experiment with using it for Arabic subtending marks.
111903     Though, that has a directionality problem as well, since those
111904     are used with digits...
111905     
111906     Fixes https://github.com/behdad/harfbuzz/issues/141
111907
111908  src/hb-ot-shape-complex-arabic.cc                  | 219 ++++++++++++++++++++-
111909  src/hb-unicode-private.hh                          |  19 ++
111910  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
111911  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
111912  4 files changed, 244 insertions(+), 6 deletions(-)
111913
111914 commit c743ec5886a1f6d57de26da33a770a8706be83d6
111915 Author: Behdad Esfahbod <behdad@behdad.org>
111916 Date:   Thu Nov 5 17:33:57 2015 -0800
111917
111918     [ft] Fix extents with negative scales
111919     
111920     Fixes https://github.com/behdad/harfbuzz/issues/162
111921
111922  src/hb-ft.cc | 10 ++++++++++
111923  1 file changed, 10 insertions(+)
111924
111925 commit 73fec3992acb492829bde1d885f1ebeed8dcc133
111926 Author: Behdad Esfahbod <behdad@behdad.org>
111927 Date:   Thu Nov 5 15:22:18 2015 -0800
111928
111929     Reserve a few scratch-flags bits for complex shapers
111930
111931  src/hb-buffer-private.hh | 5 +++++
111932  1 file changed, 5 insertions(+)
111933
111934 commit 136863371c1402769426d892aef1b92f9ca1a25e
111935 Author: Behdad Esfahbod <behdad@behdad.org>
111936 Date:   Thu Nov 5 13:24:15 2015 -0800
111937
111938     Add new shaper method postprocess_glyphs()
111939     
111940     Unused currently.  To be used for Syriac stretch implementation.
111941     
111942     https://github.com/behdad/harfbuzz/issues/141
111943
111944  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
111945  src/hb-ot-shape-complex-default.cc | 1 +
111946  src/hb-ot-shape-complex-hangul.cc  | 7 ++++---
111947  src/hb-ot-shape-complex-hebrew.cc  | 1 +
111948  src/hb-ot-shape-complex-indic.cc   | 1 +
111949  src/hb-ot-shape-complex-myanmar.cc | 2 ++
111950  src/hb-ot-shape-complex-private.hh | 9 +++++++++
111951  src/hb-ot-shape-complex-thai.cc    | 1 +
111952  src/hb-ot-shape-complex-tibetan.cc | 1 +
111953  src/hb-ot-shape-complex-use.cc     | 1 +
111954  src/hb-ot-shape.cc                 | 9 ++++++---
111955  11 files changed, 29 insertions(+), 7 deletions(-)
111956
111957 commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf
111958 Author: Behdad Esfahbod <behdad@behdad.org>
111959 Date:   Thu Nov 5 11:37:48 2015 -0800
111960
111961     [util] If font has color, generate PNG with color
111962
111963  util/helper-cairo.cc | 33 ++++++++++++++++++++++++++-------
111964  util/helper-cairo.hh |  6 +++++-
111965  util/view-cairo.cc   |  7 ++++++-
111966  3 files changed, 37 insertions(+), 9 deletions(-)
111967
111968 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c
111969 Author: Behdad Esfahbod <behdad@behdad.org>
111970 Date:   Wed Nov 4 22:55:11 2015 -0800
111971
111972     Don't try zeroing marks by GDEF if there are no non-ASCII
111973     
111974     This one is a hack, but should be ok.
111975
111976  src/hb-ot-shape.cc | 4 ++++
111977  1 file changed, 4 insertions(+)
111978
111979 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65
111980 Author: Behdad Esfahbod <behdad@behdad.org>
111981 Date:   Wed Nov 4 22:54:49 2015 -0800
111982
111983     Don't try zeroing mark attachments by Unicode if there's no non-ASCII
111984
111985  src/hb-ot-shape.cc | 3 +++
111986  1 file changed, 3 insertions(+)
111987
111988 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46
111989 Author: Behdad Esfahbod <behdad@behdad.org>
111990 Date:   Wed Nov 4 22:58:58 2015 -0800
111991
111992     Actually commit changes for previous commit
111993
111994  src/hb-buffer-private.hh       |  2 ++
111995  src/hb-ot-layout-gpos-table.hh | 15 ++++++++-------
111996  2 files changed, 10 insertions(+), 7 deletions(-)
111997
111998 commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640
111999 Author: Behdad Esfahbod <behdad@behdad.org>
112000 Date:   Wed Nov 4 22:42:41 2015 -0800
112001
112002     Skip GPOS cursive / attachment adjustmnent if none happened
112003     
112004     I'm starting to really like how free these new scratch_flags are.
112005
112006  src/hb-ot-layout-gpos-table.hh | 3 +++
112007  1 file changed, 3 insertions(+)
112008
112009 commit 0f407325f6923db11d332585e8250e3646cb74d6
112010 Author: Behdad Esfahbod <behdad@behdad.org>
112011 Date:   Wed Nov 4 22:28:44 2015 -0800
112012
112013     Minor
112014
112015  src/hb-ot-shape.cc | 4 +++-
112016  1 file changed, 3 insertions(+), 1 deletion(-)
112017
112018 commit 497a6c2071cd0638e4c6af07621d01335fd963a9
112019 Author: Behdad Esfahbod <behdad@behdad.org>
112020 Date:   Wed Nov 4 22:24:19 2015 -0800
112021
112022     Skip forming clusters if text is all ASCII
112023
112024  src/hb-ot-shape.cc | 3 ++-
112025  1 file changed, 2 insertions(+), 1 deletion(-)
112026
112027 commit 28de104f15b80df4b678267c4488b7d09a42720c
112028 Author: Behdad Esfahbod <behdad@behdad.org>
112029 Date:   Wed Nov 4 22:00:25 2015 -0800
112030
112031     Move variable-sized struct member to end
112032     
112033     Hopefully makes clang build happy
112034
112035  src/hb-font-private.hh | 21 ++++++++++-----------
112036  src/hb-font.cc         | 20 ++++++++++++++++++++
112037  2 files changed, 30 insertions(+), 11 deletions(-)
112038
112039 commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1
112040 Author: Behdad Esfahbod <behdad@behdad.org>
112041 Date:   Wed Nov 4 21:53:16 2015 -0800
112042
112043     Optimize positioning for when h_origin is nil
112044
112045  src/hb-ot-shape.cc | 38 ++++++++++++++++++++------------------
112046  1 file changed, 20 insertions(+), 18 deletions(-)
112047
112048 commit 762770c964f9f0591bf4c44427f73ea3e1c51733
112049 Author: Behdad Esfahbod <behdad@behdad.org>
112050 Date:   Wed Nov 4 21:42:55 2015 -0800
112051
112052     Add font->has_...() to check for individual nil font funcs
112053     
112054     Hopefully this wouldn't break any compiler.  There was some magic
112055     moments to getting this to compile...
112056
112057  src/hb-font-private.hh | 19 +++++++++++++++++--
112058  src/hb-font.cc         |  7 +++++++
112059  2 files changed, 24 insertions(+), 2 deletions(-)
112060
112061 commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03
112062 Author: Behdad Esfahbod <behdad@behdad.org>
112063 Date:   Wed Nov 4 21:16:26 2015 -0800
112064
112065     Minor reshaping of hb_font_funcs_t implementation
112066     
112067     In anticipation of further changes.  No functional changes.
112068
112069  src/hb-font-private.hh | 80 ++++++++++++++++++++++++++------------------------
112070  src/hb-font.cc         |  4 +--
112071  2 files changed, 43 insertions(+), 41 deletions(-)
112072
112073 commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51
112074 Author: Behdad Esfahbod <behdad@behdad.org>
112075 Date:   Wed Nov 4 20:51:21 2015 -0800
112076
112077     Comments
112078
112079  src/hb-font-private.hh | 2 +-
112080  1 file changed, 1 insertion(+), 1 deletion(-)
112081
112082 commit 6c48ec830ffac00a920d047ed77acd1b05549074
112083 Author: Behdad Esfahbod <behdad@behdad.org>
112084 Date:   Wed Nov 4 20:47:42 2015 -0800
112085
112086     [ot] Remove font funcs that do nothing
112087
112088  src/hb-ot-font.cc | 95 ++++---------------------------------------------------
112089  1 file changed, 7 insertions(+), 88 deletions(-)
112090
112091 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
112092 Author: Behdad Esfahbod <behdad@behdad.org>
112093 Date:   Wed Nov 4 20:43:59 2015 -0800
112094
112095     [ot] Port ot font funcs to allocated object
112096
112097  src/hb-ot-font.cc | 47 ++++++++++++++++++++++++++++++++++++++---------
112098  1 file changed, 38 insertions(+), 9 deletions(-)
112099
112100 commit 44f82750807475aa5b16099ccccd917d488df703
112101 Author: Behdad Esfahbod <behdad@behdad.org>
112102 Date:   Wed Nov 4 20:40:05 2015 -0800
112103
112104     [ft] Remove font funcs that do nothing
112105
112106  src/hb-ft.cc | 29 ++++-------------------------
112107  1 file changed, 4 insertions(+), 25 deletions(-)
112108
112109 commit 7918c261efd283e0428ce7836e9e42768a6aa05c
112110 Author: Behdad Esfahbod <behdad@behdad.org>
112111 Date:   Wed Nov 4 20:37:49 2015 -0800
112112
112113     [ft] Port ft font funcs to allocated object
112114
112115  src/hb-ft.cc | 45 ++++++++++++++++++++++++++++++++++++---------
112116  1 file changed, 36 insertions(+), 9 deletions(-)
112117
112118 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5
112119 Author: Behdad Esfahbod <behdad@behdad.org>
112120 Date:   Wed Nov 4 20:22:44 2015 -0800
112121
112122     Separate nil font-funcs from parent-peeking font-funcs
112123     
112124     API change: all fonts created with hb_font_create() now inherit from
112125     (ie have parent) hb_font_get_empty().
112126
112127  src/hb-font.cc       | 211 +++++++++++++++++++++++++++++++++++----------------
112128  test/api/test-font.c |   2 +-
112129  2 files changed, 145 insertions(+), 68 deletions(-)
112130
112131 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9
112132 Author: Behdad Esfahbod <behdad@behdad.org>
112133 Date:   Wed Nov 4 19:28:17 2015 -0800
112134
112135     Optimize positioning direction calculations
112136     
112137     It makes the binary smaller AND faster.  Yumm!
112138
112139  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
112140  src/hb-ot-shape.cc     | 51 +++++++++++++++++++++++++++-----------------------
112141  2 files changed, 68 insertions(+), 23 deletions(-)
112142
112143 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
112144 Author: Behdad Esfahbod <behdad@behdad.org>
112145 Date:   Wed Nov 4 18:58:02 2015 -0800
112146
112147     Don't do fractions if buffer is ASCII-only
112148
112149  src/hb-buffer-private.hh    | 5 +++--
112150  src/hb-ot-layout-private.hh | 1 +
112151  src/hb-ot-shape.cc          | 3 ++-
112152  3 files changed, 6 insertions(+), 3 deletions(-)
112153
112154 commit 6986208ba3b395534f4c7bcfa51df6bf9038f717
112155 Author: Behdad Esfahbod <behdad@behdad.org>
112156 Date:   Wed Nov 4 18:46:22 2015 -0800
112157
112158     Optimize runs without Default_Ignorable's
112159     
112160     Now that we have a buffer-wide scratch flags facility, use it to
112161     optimize away a few passes.
112162
112163  src/hb-buffer-private.hh     |  3 ++-
112164  src/hb-ot-layout-private.hh  |  4 +++-
112165  src/hb-ot-shape-normalize.cc |  4 ++--
112166  src/hb-ot-shape.cc           | 10 ++++++----
112167  src/hb-private.hh            |  3 +++
112168  5 files changed, 16 insertions(+), 8 deletions(-)
112169
112170 commit 14c2de321826c36037adde859ccca3e2011325a9
112171 Author: Behdad Esfahbod <behdad@behdad.org>
112172 Date:   Wed Nov 4 18:00:57 2015 -0800
112173
112174     Limit max edits during sanitize to 8
112175     
112176     Used to be 100.  If a tabe needs more than one or two edits, it's
112177     probably completely bogus...
112178     
112179     Might help with speeding up fuzzing for
112180     https://github.com/behdad/harfbuzz/issues/157
112181
112182  src/hb-open-type-private.hh | 2 +-
112183  1 file changed, 1 insertion(+), 1 deletion(-)
112184
112185 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56
112186 Author: Behdad Esfahbod <behdad@behdad.org>
112187 Date:   Wed Nov 4 18:00:53 2015 -0800
112188
112189     Minor
112190
112191  src/hb-ot-shape-normalize.cc | 2 ++
112192  1 file changed, 2 insertions(+)
112193
112194 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a
112195 Author: Behdad Esfahbod <behdad@behdad.org>
112196 Date:   Wed Nov 4 17:45:06 2015 -0800
112197
112198     If font doesn't support U+2011, fall back to U+2010
112199     
112200     Test passes now.
112201
112202  src/hb-ot-shape-normalize.cc | 10 ++++++++++
112203  1 file changed, 10 insertions(+)
112204
112205 commit 75483aafa6ad02d6391712d082d093823edcd758
112206 Author: Behdad Esfahbod <behdad@behdad.org>
112207 Date:   Wed Nov 4 17:43:36 2015 -0800
112208
112209     Untangle if/else waterfall
112210
112211  src/hb-ot-shape-normalize.cc | 40 +++++++++++++++++++++++++++-------------
112212  1 file changed, 27 insertions(+), 13 deletions(-)
112213
112214 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
112215 Author: Behdad Esfahbod <behdad@behdad.org>
112216 Date:   Wed Nov 4 17:38:22 2015 -0800
112217
112218     Add tests for hyphen fallback
112219     
112220     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
112221     for it.  Currently fails.
112222
112223  test/shaping/Makefile.am                                  |   1 +
112224  .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 -> 820 bytes
112225  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
112226  test/shaping/tests/MANIFEST                               |   1 +
112227  test/shaping/tests/hyphens.tests                          |   2 ++
112228  5 files changed, 6 insertions(+)
112229
112230 commit 550417117da7e14457a11f49a20145311f58587b
112231 Author: Behdad Esfahbod <behdad@behdad.org>
112232 Date:   Wed Nov 4 17:37:30 2015 -0800
112233
112234     [test] Drop hintings when subsetting fonts to record
112235
112236  test/shaping/record-test.sh | 1 +
112237  1 file changed, 1 insertion(+)
112238
112239 commit 49ef630936325b2e56a870fcef9aa8473a8f8526
112240 Author: Behdad Esfahbod <behdad@behdad.org>
112241 Date:   Wed Nov 4 17:27:07 2015 -0800
112242
112243     Adjust the width of various spaces if font does not cover them
112244     
112245     See discussion here:
112246     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
112247     
112248     There's no way to disable this fallback, but I don't think it would
112249     be needed.  Let's hope for the best!
112250     
112251     Fixes https://github.com/behdad/harfbuzz/issues/153
112252
112253  src/hb-buffer-private.hh            |  7 ++++
112254  src/hb-buffer.cc                    |  2 ++
112255  src/hb-ot-shape-fallback-private.hh |  4 +++
112256  src/hb-ot-shape-fallback.cc         | 67 +++++++++++++++++++++++++++++++++++++
112257  src/hb-ot-shape-normalize.cc        |  1 +
112258  src/hb-ot-shape.cc                  |  3 ++
112259  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
112260  test/shaping/tests/spaces.tests     | 24 ++++++-------
112261  8 files changed, 126 insertions(+), 38 deletions(-)
112262
112263 commit aa7044de0ceacd71cab19212d266c3a66c03b41e
112264 Author: Behdad Esfahbod <behdad@behdad.org>
112265 Date:   Wed Nov 4 16:25:57 2015 -0800
112266
112267     Generalize flags types
112268
112269  src/hb-buffer-private.hh           |  3 +++
112270  src/hb-ot-layout-common-private.hh |  5 +++++
112271  src/hb-ot-layout-private.hh        |  8 +++++---
112272  src/hb-ot-map-private.hh           | 16 +---------------
112273  src/hb-ot-shape.cc                 |  2 +-
112274  src/hb-private.hh                  | 14 ++++++++++++++
112275  6 files changed, 29 insertions(+), 19 deletions(-)
112276
112277 commit 7793aad946e09b53523b30d57de85abd1d15f8b6
112278 Author: Behdad Esfahbod <behdad@behdad.org>
112279 Date:   Wed Nov 4 14:48:46 2015 -0800
112280
112281     Normalize various spaces to space if font doesn't support
112282     
112283     This resurrects the space fallback feature, after I disabled
112284     the compatibility decomposition.  Now I can release HarfBuzz
112285     again without breaking Pango!
112286     
112287     It also remembers which space character it was, such that later
112288     on we can approximate the width of this particular space
112289     character.  That part is not implemented yet.
112290     
112291     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
112292     which is better left alone.
112293
112294  src/hb-ot-layout-private.hh                        |  47 +++------------------
112295  src/hb-ot-shape-normalize.cc                       |  12 +++++-
112296  src/hb-unicode-private.hh                          |  40 ++++++++++++++++++
112297  test/shaping/Makefile.am                           |   1 +
112298  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
112299  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
112300  test/shaping/tests/MANIFEST                        |   1 +
112301  test/shaping/tests/spaces.tests                    |  17 ++++++++
112302  8 files changed, 76 insertions(+), 43 deletions(-)
112303
112304 commit 8b3c7f9ede77052225cff8495d660860bf9c7629
112305 Author: Behdad Esfahbod <behdad@behdad.org>
112306 Date:   Wed Nov 4 15:30:48 2015 -0800
112307
112308     [test] Support recording multiple lines of text in record-test.sh
112309
112310  test/shaping/record-test.sh | 15 +++++++++++++--
112311  1 file changed, 13 insertions(+), 2 deletions(-)
112312
112313 commit 85658394809fe0593ab5dfb30fd96118765c7dc5
112314 Author: Behdad Esfahbod <behdad@behdad.org>
112315 Date:   Wed Nov 4 14:46:52 2015 -0800
112316
112317     Protect against possible invalid-memory access after OOM
112318
112319  src/hb-buffer-private.hh | 4 ++--
112320  1 file changed, 2 insertions(+), 2 deletions(-)
112321
112322 commit 4cc80bed25450af3d84a30ea417fa9275b15e014
112323 Author: Behdad Esfahbod <behdad@behdad.org>
112324 Date:   Wed Nov 4 14:46:10 2015 -0800
112325
112326     Fix typo!
112327     
112328     Ouch!  Fortunately that function was unused.
112329
112330  src/hb-buffer-private.hh | 2 +-
112331  1 file changed, 1 insertion(+), 1 deletion(-)
112332
112333 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058
112334 Author: Behdad Esfahbod <behdad@behdad.org>
112335 Date:   Wed Nov 4 14:18:39 2015 -0800
112336
112337     Add Unicode space category
112338     
112339     Unused so far.
112340
112341  src/hb-ot-layout-private.hh | 78 +++++++++++++++++++++++++++++++++++++++++++--
112342  1 file changed, 76 insertions(+), 2 deletions(-)
112343
112344 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
112345 Author: Behdad Esfahbod <behdad@behdad.org>
112346 Date:   Wed Nov 4 13:26:17 2015 -0800
112347
112348     Make top-byte of unicode_props available to be used differently per-GC
112349
112350  src/hb-ot-layout-private.hh | 4 +++-
112351  1 file changed, 3 insertions(+), 1 deletion(-)
112352
112353 commit cc5d3a33882b52f906ee4346707700f5e846d2ac
112354 Author: Behdad Esfahbod <behdad@behdad.org>
112355 Date:   Wed Nov 4 13:21:25 2015 -0800
112356
112357     Towards using top-byte of unicode-props for more things
112358
112359  src/hb-ot-layout-gsubgpos-private.hh | 1 -
112360  src/hb-ot-layout-private.hh          | 3 ++-
112361  2 files changed, 2 insertions(+), 2 deletions(-)
112362
112363 commit 2f38dde5a1ea5459789fabaee661cae9235d204e
112364 Author: Behdad Esfahbod <behdad@behdad.org>
112365 Date:   Wed Nov 4 13:17:33 2015 -0800
112366
112367     Add _hb_glyph_info_is_unicode_mark()
112368     
112369     Unused right now.
112370
112371  src/hb-ot-layout-private.hh | 6 ++++++
112372  1 file changed, 6 insertions(+)
112373
112374 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7
112375 Author: Behdad Esfahbod <behdad@behdad.org>
112376 Date:   Tue Nov 3 12:58:12 2015 -0800
112377
112378     Tighten ccc-setting a bit and document it
112379
112380  src/hb-ot-layout-private.hh | 12 +++++++++++-
112381  src/hb-unicode-private.hh   |  5 +++++
112382  2 files changed, 16 insertions(+), 1 deletion(-)
112383
112384 commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5
112385 Author: Behdad Esfahbod <behdad@behdad.org>
112386 Date:   Tue Nov 3 12:28:34 2015 -0800
112387
112388     Fix test expectation
112389
112390  test/shaping/tests/fuzzed.tests | 2 +-
112391  1 file changed, 1 insertion(+), 1 deletion(-)
112392
112393 commit df698f3299d92867e3305715f675b2621c316acd
112394 Author: Behdad Esfahbod <behdad@behdad.org>
112395 Date:   Tue Nov 3 12:15:12 2015 -0800
112396
112397     [ot-font] Fix hmtx table length checking, *again*
112398     
112399     Exactly the same problem that I fixed in
112400     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
112401     
112402     I rewrote the table checking yesterday in
112403     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
112404     and introduced the exact same issue again. :(
112405     Good thing we have ongoing fuzzing going now.  Was discovered
112406     immediately by libFuzzer.  Thanks kcc!
112407     
112408     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
112409     Fixes https://github.com/behdad/harfbuzz/issues/156
112410
112411  src/hb-ot-font.cc                                         |   4 ++--
112412  .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 -> 633 bytes
112413  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
112414  test/shaping/tests/fuzzed.tests                           |   1 +
112415  4 files changed, 4 insertions(+), 2 deletions(-)
112416
112417 commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d
112418 Author: Behdad Esfahbod <behdad@behdad.org>
112419 Date:   Tue Nov 3 11:34:47 2015 -0800
112420
112421     [util] Fix option-parsing leaks
112422
112423  util/helper-cairo.cc   |  7 +++++--
112424  util/main-font-text.hh | 22 ++++++++++++++++++---
112425  util/options.cc        | 21 ++++++++++----------
112426  util/options.hh        | 53 +++++++++++++++++++++++++++++++++-----------------
112427  4 files changed, 70 insertions(+), 33 deletions(-)
112428
112429 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
112430 Author: Behdad Esfahbod <behdad@behdad.org>
112431 Date:   Tue Nov 3 11:26:34 2015 -0800
112432
112433     [util] In --debug mode, duplicate font data
112434     
112435     This has the effect that the font data will end up in a memory
112436     section malloc()ed exactly to its size.  This gives us better
112437     valgrind detection of out-of-bounds access.
112438     
112439     Previously, the font data was placed in a mmap()ed section or
112440     GString-allocated area, which didn't have proper protections
112441     at the end when running under valgrind.
112442
112443  util/options.cc | 3 +++
112444  1 file changed, 3 insertions(+)
112445
112446 commit ed2024ef93ac3af214082016e5aa8c14db9d7515
112447 Author: Behdad Esfahbod <behdad@behdad.org>
112448 Date:   Mon Nov 2 17:58:12 2015 -0800
112449
112450     [perf] Micro-optimize
112451
112452  src/hb-ot-layout-private.hh | 23 ++++++++++++++---------
112453  1 file changed, 14 insertions(+), 9 deletions(-)
112454
112455 commit 76a5310a830c7ae12037b768c5043bef0ff733a0
112456 Author: Behdad Esfahbod <behdad@behdad.org>
112457 Date:   Mon Nov 2 17:52:45 2015 -0800
112458
112459     Remove irrelevant comment
112460     
112461     I tried moving the is_default_ignorable() function to an INTERNAL
112462     function.  That made the binary size grow by 5k AND things got a
112463     tad bit slower!
112464
112465  src/hb-ot-layout-private.hh | 1 -
112466  1 file changed, 1 deletion(-)
112467
112468 commit 8259669fbd1b070fc02287325894caf1bc4d590e
112469 Author: Behdad Esfahbod <behdad@behdad.org>
112470 Date:   Mon Nov 2 17:44:05 2015 -0800
112471
112472     Minor
112473
112474  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
112475  src/hb-ot-shape-complex-thai.cc      | 2 +-
112476  2 files changed, 2 insertions(+), 2 deletions(-)
112477
112478 commit 9382c471eabce8d36d3a73c97499ab60af422716
112479 Author: Behdad Esfahbod <behdad@behdad.org>
112480 Date:   Mon Nov 2 17:36:51 2015 -0800
112481
112482     Combine unicode_props0/1 into a uint16
112483     
112484     Slightly faster.  In prep for more changes.
112485
112486  src/hb-ot-layout-private.hh | 55 ++++++++++++++++++++++++---------------------
112487  1 file changed, 29 insertions(+), 26 deletions(-)
112488
112489 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
112490 Author: Behdad Esfahbod <behdad@behdad.org>
112491 Date:   Mon Nov 2 17:27:48 2015 -0800
112492
112493     [perf] Only call combining_class() for marks
112494     
112495     Saves some time.  Also preparing for reusing the ccc byte for other stuff.
112496
112497  src/hb-ot-layout-private.hh | 14 ++++++++------
112498  1 file changed, 8 insertions(+), 6 deletions(-)
112499
112500 commit 5ba450407b9d9856453e63a815499da8721ff6a7
112501 Author: Behdad Esfahbod <behdad@behdad.org>
112502 Date:   Mon Nov 2 15:43:08 2015 -0800
112503
112504     Make max context-length and max nesting level configurable
112505     
112506     ...at compile time.
112507
112508  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
112509  src/hb-ot-layout-gsub-table.hh       |  4 ++--
112510  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++----------
112511  3 files changed, 20 insertions(+), 14 deletions(-)
112512
112513 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3
112514 Author: Behdad Esfahbod <behdad@behdad.org>
112515 Date:   Mon Nov 2 15:37:29 2015 -0800
112516
112517     [ot] Make bad-hmtx handling match FreeType
112518     
112519     Also route fuzzing-related tests through hb-ot-font, to reduce dependency
112520     on FreeType behavior for badly-broken fonts.  Fixes failing test with
112521     FreeType master.
112522
112523  src/hb-ot-font.cc               | 24 ++++++++++++++----------
112524  test/shaping/tests/fuzzed.tests | 10 +++++-----
112525  2 files changed, 19 insertions(+), 15 deletions(-)
112526
112527 commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb
112528 Author: Behdad Esfahbod <behdad@behdad.org>
112529 Date:   Mon Oct 26 14:05:05 2015 -0700
112530
112531     Use templates for making sure expression is constant
112532
112533  src/hb-private.hh | 6 +++---
112534  1 file changed, 3 insertions(+), 3 deletions(-)
112535
112536 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668
112537 Author: Behdad Esfahbod <behdad@behdad.org>
112538 Date:   Wed Oct 21 18:51:40 2015 -0200
112539
112540     Update comments for removal of compat decompositions
112541
112542  src/hb-ot-shape-normalize.cc | 16 ++--------------
112543  1 file changed, 2 insertions(+), 14 deletions(-)
112544
112545 commit f6799700404c49ae0a6018fd51be19551c76768a
112546 Author: Behdad Esfahbod <behdad@behdad.org>
112547 Date:   Wed Oct 21 17:20:55 2015 -0200
112548
112549     Disable compatibility decomposition usage during normalization
112550     
112551     Fixes https://github.com/behdad/harfbuzz/issues/152
112552
112553  src/hb-ot-shape-normalize.cc | 24 ------------------------
112554  1 file changed, 24 deletions(-)
112555
112556 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b
112557 Author: Behdad Esfahbod <behdad@behdad.org>
112558 Date:   Wed Oct 21 11:23:12 2015 -0200
112559
112560     Fix two more -Wshadow warnings
112561     
112562     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
112563
112564  src/hb-open-type-private.hh | 10 +++++-----
112565  1 file changed, 5 insertions(+), 5 deletions(-)
112566
112567 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917
112568 Author: Behdad Esfahbod <behdad@behdad.org>
112569 Date:   Wed Oct 21 11:20:55 2015 -0200
112570
112571     Fix one more -Wshadow warning
112572     
112573     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
112574
112575  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
112576  1 file changed, 3 insertions(+), 3 deletions(-)
112577
112578 commit 6f932bc8f9045b224613a617af2b4f3450c79467
112579 Author: Behdad Esfahbod <behdad@behdad.org>
112580 Date:   Wed Oct 21 11:16:49 2015 -0200
112581
112582     Fix a few more -Wshadow-local warnings
112583     
112584     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
112585
112586  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
112587  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
112588  src/hb-ot-shape-complex-use.cc     | 10 +++++-----
112589  3 files changed, 15 insertions(+), 15 deletions(-)
112590
112591 commit b90cb366d7723c28758c6b75a0770613fbb5456e
112592 Author: Behdad Esfahbod <behdad@behdad.org>
112593 Date:   Wed Oct 21 11:13:21 2015 -0200
112594
112595     Fix one -Wshadow-compatible-local warning
112596     
112597     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
112598
112599  src/hb-ot-shape-complex-indic.cc | 4 ++--
112600  1 file changed, 2 insertions(+), 2 deletions(-)
112601
112602 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054
112603 Author: Behdad Esfahbod <behdad@behdad.org>
112604 Date:   Wed Oct 21 11:10:10 2015 -0200
112605
112606     Avoid unnecessary cast to 64-bit
112607     
112608     Fixes https://github.com/behdad/harfbuzz/issues/146
112609     
112610     Or I think it should.
112611
112612  src/hb-private.hh | 2 +-
112613  1 file changed, 1 insertion(+), 1 deletion(-)
112614
112615 commit 305d2fbf5a2db51447c8ed894a48a88896930673
112616 Author: Behdad Esfahbod <behdad@behdad.org>
112617 Date:   Wed Oct 21 11:04:28 2015 -0200
112618
112619     Add HB_FALLTHROUGH
112620     
112621     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
112622
112623  src/hb-ot-shape-complex-indic.cc |  2 +-
112624  src/hb-ot-shape-complex-thai.cc  |  2 +-
112625  src/hb-ot-shape-fallback.cc      |  4 +++-
112626  src/hb-private.hh                | 30 ++++++++++++++++++++++++++++++
112627  4 files changed, 35 insertions(+), 3 deletions(-)
112628
112629 commit f35b3e931ddacd075c5d0810e9b17de07b232ee2
112630 Author: Ebrahim Byagowi <ebrahim@gnu.org>
112631 Date:   Fri Sep 11 09:48:12 2015 +0430
112632
112633     Add a prototype of DirectWrite as a shaping backend
112634
112635  src/hb-directwrite.cc | 827 ++++++++++++++++++++++++++++++++++++++++++++++++++
112636  src/hb-directwrite.h  |  34 +++
112637  src/hb-shaper-list.hh |   3 +
112638  3 files changed, 864 insertions(+)
112639
112640 commit 6486e3755482563ecd89aeb3f8348ed190945e26
112641 Author: Behdad Esfahbod <behdad@behdad.org>
112642 Date:   Tue Oct 20 16:39:41 2015 -0200
112643
112644     Fix typo
112645
112646  Makefile.am | 2 +-
112647  1 file changed, 1 insertion(+), 1 deletion(-)
112648
112649 commit 753ea7b90904c951c199861409458bea182abb37
112650 Author: Behdad Esfahbod <behdad@behdad.org>
112651 Date:   Tue Oct 20 15:21:18 2015 -0200
112652
112653     Add BUILD.md to dist
112654
112655  Makefile.am | 1 +
112656  1 file changed, 1 insertion(+)
112657
112658 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
112659 Merge: 904b0dc38 2fb95a0c9
112660 Author: Behdad Esfahbod <behdad@behdad.org>
112661 Date:   Tue Oct 20 15:19:41 2015 -0200
112662
112663     Merge pull request #148 from ebraminio/inst
112664     
112665     Add BUILD.md based on harfbuzz.org docs
112666
112667 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
112668 Merge: 86cadc2cd ba096bcc2
112669 Author: Behdad Esfahbod <behdad@behdad.org>
112670 Date:   Mon Oct 19 16:59:43 2015 -0200
112671
112672     Merge pull request #147 from ebraminio/dockerci
112673     
112674     [ci] change to docker infrastructure
112675
112676 commit ba096bcc28ca80e2096e0a15191848fcd175e395
112677 Author: Ebrahim Byagowi <ebrahim@gnu.org>
112678 Date:   Mon Oct 19 21:41:01 2015 +0330
112679
112680     [ci] change to docker infrastructure
112681
112682  .travis.yml | 24 ++++++++++++++++--------
112683  1 file changed, 16 insertions(+), 8 deletions(-)
112684
112685 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df
112686 Author: Ebrahim Byagowi <ebrahim@gnu.org>
112687 Date:   Mon Oct 19 22:02:12 2015 +0330
112688
112689     Add BUILD.md based on harfbuzz.org docs
112690
112691  BUILD.md | 25 +++++++++++++++++++++++++
112692  1 file changed, 25 insertions(+)
112693
112694 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861
112695 Author: Behdad Esfahbod <behdad@behdad.org>
112696 Date:   Thu Oct 15 20:25:29 2015 -0300
112697
112698     1.0.6
112699
112700  NEWS         | 13 +++++++++++++
112701  configure.ac |  2 +-
112702  2 files changed, 14 insertions(+), 1 deletion(-)
112703
112704 commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
112705 Author: Behdad Esfahbod <behdad@behdad.org>
112706 Date:   Thu Oct 15 20:20:22 2015 -0300
112707
112708     [ft] Revert change-of-behavior of hb_ft_font_create() introduced in 1.0.5
112709     
112710     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
112711     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
112712     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
112713     infinite recursion between HB and FT autohinter...
112714     
112715     Revert the behavior change.
112716     
112717     Fixes https://github.com/behdad/harfbuzz/issues/143
112718
112719  src/hb-ft.cc | 2 +-
112720  1 file changed, 1 insertion(+), 1 deletion(-)
112721
112722 commit 338ffec9e4a5819f2be21c3a320a567378c977b1
112723 Author: Behdad Esfahbod <behdad@behdad.org>
112724 Date:   Thu Oct 15 12:55:57 2015 -0300
112725
112726     Add tests for a couple of fixed issues found by libFuzzer
112727     
112728     From:
112729     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
112730     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
112731
112732  .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 -> 1024 bytes
112733  .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 -> 305 bytes
112734  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
112735  test/shaping/tests/fuzzed.tests                          |   2 ++
112736  4 files changed, 4 insertions(+)
112737
112738 commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
112739 Author: Behdad Esfahbod <behdad@behdad.org>
112740 Date:   Thu Oct 15 12:47:22 2015 -0300
112741
112742     [ot-font] Fix hmtx wrong table length check
112743     
112744     Discovered by libFuzzer.  Ouch!
112745     
112746     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
112747
112748  src/hb-ot-font.cc | 2 +-
112749  1 file changed, 1 insertion(+), 1 deletion(-)
112750
112751 commit 613e630617074eb9b62b794cc37c9b42a7fb079b
112752 Author: Behdad Esfahbod <behdad@behdad.org>
112753 Date:   Tue Oct 13 23:33:28 2015 -0300
112754
112755     Reduce max nesting level from 8 to 6
112756     
112757     We probably should implement better system to catch cyclic lookups.
112758     But for now, this speeds up worst case behavior with broken fonts
112759     considerably without compromising legitimate usecases.
112760     
112761     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
112762
112763  src/hb-ot-layout-common-private.hh | 2 +-
112764  1 file changed, 1 insertion(+), 1 deletion(-)
112765
112766 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483
112767 Author: Behdad Esfahbod <behdad@behdad.org>
112768 Date:   Tue Oct 13 10:55:33 2015 -0300
112769
112770     1.0.5
112771
112772  NEWS         | 24 ++++++++++++++++++++++++
112773  configure.ac |  2 +-
112774  2 files changed, 25 insertions(+), 1 deletion(-)
112775
112776 commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2
112777 Author: Behdad Esfahbod <behdad@behdad.org>
112778 Date:   Tue Oct 13 10:32:56 2015 -0300
112779
112780     [ot-font] Fix leak
112781     
112782     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
112783
112784  src/hb-ot-font.cc | 1 +
112785  1 file changed, 1 insertion(+)
112786
112787 commit 55db94be2b754ba9b9121f09abcf8496c798affc
112788 Author: Behdad Esfahbod <behdad@behdad.org>
112789 Date:   Tue Oct 13 00:33:59 2015 -0400
112790
112791     Add test for previous commit
112792
112793  .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 -> 61 bytes
112794  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
112795  test/shaping/tests/fuzzed.tests                            |   1 +
112796  3 files changed, 2 insertions(+)
112797
112798 commit f96664974774bfeb237a7274f512f64aaafb201e
112799 Author: Behdad Esfahbod <behdad@behdad.org>
112800 Date:   Tue Oct 13 00:30:50 2015 -0400
112801
112802     Fix another memory access issue discovered by libFuzzer
112803     
112804     Fixes https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
112805
112806  src/hb-ot-layout-gpos-table.hh | 4 +++-
112807  1 file changed, 3 insertions(+), 1 deletion(-)
112808
112809 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5
112810 Author: Behdad Esfahbod <behdad@behdad.org>
112811 Date:   Mon Oct 12 17:39:52 2015 -0400
112812
112813     [fuzz] Add fuzzing script from kcc@
112814     
112815     https://github.com/behdad/harfbuzz/issues/139
112816
112817  test/fuzzing/hb-fuzzer.cc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
112818  1 file changed, 47 insertions(+)
112819
112820 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
112821 Author: Behdad Esfahbod <behdad@behdad.org>
112822 Date:   Mon Oct 12 17:21:52 2015 -0400
112823
112824     Extern "C" custom-allocator declerations
112825
112826  src/hb-private.hh | 8 ++++----
112827  1 file changed, 4 insertions(+), 4 deletions(-)
112828
112829 commit 98c6fccc00062ead7a86892dd059aa13d266b981
112830 Author: Behdad Esfahbod <behdad@behdad.org>
112831 Date:   Sun Oct 11 21:41:04 2015 -0400
112832
112833     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
112834
112835  .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 -> 61 bytes
112836  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
112837  test/shaping/tests/fuzzed.tests                            |   1 +
112838  3 files changed, 2 insertions(+)
112839
112840 commit 50f489a0a013fc589626bb532a9f64f50bb41f58
112841 Author: Behdad Esfahbod <behdad@behdad.org>
112842 Date:   Sun Oct 11 20:59:29 2015 -0400
112843
112844     Typo
112845
112846  src/hb-font-private.hh | 2 +-
112847  1 file changed, 1 insertion(+), 1 deletion(-)
112848
112849 commit ee9b0b6cb5fdb08671ab064f26c299135f828260
112850 Author: Behdad Esfahbod <behdad@behdad.org>
112851 Date:   Fri Oct 9 14:23:15 2015 -0400
112852
112853     Fix another sanitize bug
112854     
112855     Also discovered by "libFuzzer".
112856
112857  src/hb-open-type-private.hh | 2 +-
112858  1 file changed, 1 insertion(+), 1 deletion(-)
112859
112860 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514
112861 Author: Behdad Esfahbod <behdad@behdad.org>
112862 Date:   Fri Oct 9 12:34:02 2015 -0400
112863
112864     Add test for previous fix
112865
112866  test/shaping/Makefile.am                                   |   1 +
112867  .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 -> 64 bytes
112868  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
112869  test/shaping/tests/MANIFEST                                |   1 +
112870  test/shaping/tests/fuzzed.tests                            |   1 +
112871  5 files changed, 4 insertions(+)
112872
112873 commit f396fbb000dc1c8acddbf6a16e193b328c5e551e
112874 Author: Behdad Esfahbod <behdad@behdad.org>
112875 Date:   Fri Oct 9 12:25:55 2015 -0400
112876
112877     Fix return value of sanitize when subformat is not readable
112878     
112879     This is a fix on top of the previous issue fixed in
112880     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
112881     
112882     This was caught by "libFuzzer" testing.
112883
112884  src/hb-open-type-private.hh          |  2 ++
112885  src/hb-ot-layout-gpos-table.hh       | 15 +++++++--------
112886  src/hb-ot-layout-gsub-table.hh       | 13 ++++++-------
112887  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
112888  4 files changed, 19 insertions(+), 19 deletions(-)
112889
112890 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659
112891 Author: Behdad Esfahbod <behdad@behdad.org>
112892 Date:   Fri Oct 9 12:20:58 2015 -0400
112893
112894     Add hb_dispatch_context_t
112895
112896  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
112897  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++++++------------------------
112898  src/hb-ot-layout.cc                  |  8 +++-----
112899  3 files changed, 37 insertions(+), 33 deletions(-)
112900
112901 commit 3e905e396bcd745bda88e751998a76556c5cb8c6
112902 Author: Behdad Esfahbod <behdad@behdad.org>
112903 Date:   Thu Oct 8 12:51:02 2015 -0400
112904
112905     Add hb_font_set_parent()
112906     
112907     No reason to not have it.  Makes life easier later.
112908     We (hb-ft, hb-ot-font, etc) can use this API to inject new
112909     parent into a font...
112910
112911  src/hb-font.cc       | 26 ++++++++++++++++++++++++++
112912  src/hb-font.h        |  4 ++++
112913  test/api/test-font.c | 12 ++++++++++++
112914  3 files changed, 42 insertions(+)
112915
112916 commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
112917 Author: Behdad Esfahbod <behdad@behdad.org>
112918 Date:   Thu Oct 8 12:47:15 2015 -0400
112919
112920     [ft] Add version for new API
112921
112922  src/hb-ft.cc | 18 ++++++++++++++++++
112923  1 file changed, 18 insertions(+)
112924
112925 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70
112926 Author: Behdad Esfahbod <behdad@behdad.org>
112927 Date:   Wed Oct 7 17:33:20 2015 -0400
112928
112929     [ft] API: Add hb_font_[sg]et_load_flags() API
112930     
112931     This changes the default load_flags of fonts created using
112932     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
112933     break too much client code.
112934     
112935     Code calling hb_ft_font_set_funcs() is unaffected.
112936
112937  src/hb-ft.cc | 163 +++++++++++++++++++++++++++++++++++++++--------------------
112938  src/hb-ft.h  |  13 +++--
112939  2 files changed, 118 insertions(+), 58 deletions(-)
112940
112941 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9
112942 Author: Behdad Esfahbod <behdad@behdad.org>
112943 Date:   Wed Oct 7 17:33:02 2015 -0400
112944
112945     Minor
112946
112947  src/hb-ot-font.cc | 5 ++---
112948  1 file changed, 2 insertions(+), 3 deletions(-)
112949
112950 commit 52b418555b62a3b25399f202c1fa72ab7288c224
112951 Author: Behdad Esfahbod <behdad@behdad.org>
112952 Date:   Sat Oct 3 13:20:55 2015 +0100
112953
112954     Allow compiling with custom allocators
112955     
112956     User can define hb_malloc_impl, etc, to name of custom allocator functions
112957     that have the same signature as malloc.
112958
112959  src/hb-private.hh | 17 +++++++++++++++++
112960  1 file changed, 17 insertions(+)
112961
112962 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3
112963 Author: Behdad Esfahbod <behdad@behdad.org>
112964 Date:   Fri Oct 2 14:38:20 2015 +0100
112965
112966     Default font scale to face upem
112967     
112968     Makes for a better default and avoids nasty inheritance issues.
112969     See mailing list thread "Default hb_font_t scale".
112970
112971  src/hb-font.cc       |  2 ++
112972  test/api/test-font.c | 13 ++++++++-----
112973  2 files changed, 10 insertions(+), 5 deletions(-)
112974
112975 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b
112976 Author: Behdad Esfahbod <behdad@behdad.org>
112977 Date:   Fri Oct 2 14:21:29 2015 +0100
112978
112979     Make hb_font_create_sub_font() NOT make parent immutable
112980     
112981     We don't rely on that.  However, whenever hb_font_make_immutable()
112982     is called, it makes its parenting chain immutable.
112983
112984  src/hb-font.cc       |  4 +++-
112985  test/api/test-font.c | 21 +++++++++++++++------
112986  2 files changed, 18 insertions(+), 7 deletions(-)
112987
112988 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a
112989 Author: Behdad Esfahbod <behdad@behdad.org>
112990 Date:   Fri Oct 2 08:21:12 2015 +0100
112991
112992     Fix hb-ot-shape-normalize with empty buffer
112993     
112994     Part of https://github.com/behdad/harfbuzz/issues/136
112995
112996  src/hb-ot-shape-normalize.cc | 2 ++
112997  1 file changed, 2 insertions(+)
112998
112999 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47
113000 Author: Behdad Esfahbod <behdad@behdad.org>
113001 Date:   Fri Oct 2 08:02:29 2015 +0100
113002
113003     Replace a couple of malloc()s with calloc()
113004
113005  src/hb-face.cc       | 2 +-
113006  src/hb-shape-plan.cc | 2 +-
113007  src/hb-shaper.cc     | 2 +-
113008  3 files changed, 3 insertions(+), 3 deletions(-)
113009
113010 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142
113011 Author: Behdad Esfahbod <behdad@behdad.org>
113012 Date:   Fri Oct 2 07:25:52 2015 +0100
113013
113014     Fix segfault with empty buffer in hb_shape_plan_execute()
113015     
113016     Move the empty-buffer check from hb_shape_full() to hb_shape_plan_execute().
113017     
113018     Reported by Simon Cozens.
113019
113020  src/hb-shape-plan.cc | 9 +++++++--
113021  src/hb-shape.cc      | 5 -----
113022  2 files changed, 7 insertions(+), 7 deletions(-)
113023
113024 commit 432ffc47a46d41bea17d839d0d3980e654c6e638
113025 Author: Behdad Esfahbod <behdad@behdad.org>
113026 Date:   Wed Sep 30 22:51:16 2015 +0100
113027
113028     1.0.4
113029
113030  NEWS         | 7 +++++++
113031  configure.ac | 2 +-
113032  2 files changed, 8 insertions(+), 1 deletion(-)
113033
113034 commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2
113035 Author: Behdad Esfahbod <behdad@behdad.org>
113036 Date:   Tue Sep 29 14:57:02 2015 +0100
113037
113038     Define return_trace()
113039     
113040     Not functional change (expected!).
113041
113042  src/hb-open-file-private.hh          |  20 +--
113043  src/hb-open-type-private.hh          |  62 +++----
113044  src/hb-ot-cmap-table.hh              |  56 +++----
113045  src/hb-ot-glyf-table.hh              |   4 +-
113046  src/hb-ot-head-table.hh              |   2 +-
113047  src/hb-ot-hhea-table.hh              |   2 +-
113048  src/hb-ot-hmtx-table.hh              |   2 +-
113049  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
113050  src/hb-ot-layout-gdef-table.hh       |  44 ++---
113051  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
113052  src/hb-ot-layout-gsub-table.hh       | 304 ++++++++++++++++++-----------------
113053  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
113054  src/hb-ot-layout-jstf-table.hh       |  35 ++--
113055  src/hb-ot-maxp-table.hh              |   5 +-
113056  src/hb-ot-name-table.hh              |  14 +-
113057  src/hb-private.hh                    |   6 +-
113058  16 files changed, 575 insertions(+), 546 deletions(-)
113059
113060 commit c917965b9e6fe2b21ed6c51559673288fa3af4b7
113061 Author: Behdad Esfahbod <behdad@behdad.org>
113062 Date:   Tue Sep 29 14:45:35 2015 +0100
113063
113064     Add missing returns
113065     
113066     Fixes possible invalid read of two bytes.
113067     
113068     Reported by Behzad Najjarpour Jabbari, Secunia Research.
113069
113070  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
113071  src/hb-ot-layout-gsub-table.hh       | 12 ++++++------
113072  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
113073  3 files changed, 17 insertions(+), 17 deletions(-)
113074
113075 commit f3159ba5141c2ab0e430e64742972df140f91c43
113076 Author: Behdad Esfahbod <behdad@behdad.org>
113077 Date:   Tue Sep 29 14:34:56 2015 +0100
113078
113079     Micro-optimize hb_language_from_string()
113080     
113081     As measured / improved by Benson Limketkai.
113082
113083  src/hb-common.cc | 10 +++++-----
113084  1 file changed, 5 insertions(+), 5 deletions(-)
113085
113086 commit f2ad935e19338a29113492150f0c5a5fd5befd75
113087 Author: Sascha Brawer <sascha@brawer.ch>
113088 Date:   Sun Jun 28 03:29:47 2015 +0200
113089
113090     Handle language tags that indicate phonetic IPA transcription
113091     
113092     The BCP-47 registry defines a variant subtag "fonipa" that can be used
113093     in combination with arbitrary other language tags. For example,
113094     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
113095     as used in Switzerland, transcribed used the International Phonetic
113096     Alphabet.
113097     
113098     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
113099
113100  src/hb-ot-tag.cc       | 15 ++++++++++++++-
113101  test/api/test-ot-tag.c |  7 +++++++
113102  2 files changed, 21 insertions(+), 1 deletion(-)
113103
113104 commit b8811429b6810c4f13be087b593a862c17d9d987
113105 Author: Behdad Esfahbod <behdad@behdad.org>
113106 Date:   Thu Sep 3 15:53:22 2015 +0430
113107
113108     Fix Since tags
113109     
113110     Fixes https://github.com/behdad/harfbuzz/issues/103
113111
113112  src/hb-blob.cc             | 24 +++++++++----------
113113  src/hb-buffer-serialize.cc | 10 ++++----
113114  src/hb-buffer.cc           | 58 +++++++++++++++++++++++-----------------------
113115  src/hb-buffer.h            |  9 +++++++
113116  src/hb-common.cc           | 24 +++++++++----------
113117  src/hb-common.h            |  3 +++
113118  src/hb-coretext.cc         |  3 +++
113119  src/hb-font.h              | 18 +++++++-------
113120  src/hb-ft.cc               |  6 ++---
113121  src/hb-graphite2.cc        |  6 +++++
113122  src/hb-ot-layout.cc        |  2 +-
113123  src/hb-ot-tag.cc           |  2 +-
113124  src/hb-set.h               |  3 +++
113125  src/hb-shape.cc            |  2 +-
113126  src/hb-unicode.cc          | 18 +++++++-------
113127  src/hb-unicode.h           | 10 ++++----
113128  16 files changed, 111 insertions(+), 87 deletions(-)
113129
113130 commit 5d74ff02ab01df67808b416af8bb9cefb06f841e
113131 Author: Behdad Esfahbod <behdad@behdad.org>
113132 Date:   Thu Sep 3 14:55:59 2015 +0430
113133
113134     Fix Since: version tags on font and face APIs
113135     
113136     A while back we marked every API as version:1.0.  We should fix them all
113137     to reflect real version they were introduced.  This is a start.
113138     
113139     Patch from Nikolay Sivov.
113140
113141  src/hb-face.cc | 22 ++++++++---------
113142  src/hb-font.cc | 76 +++++++++++++++++++++++++++++-----------------------------
113143  2 files changed, 49 insertions(+), 49 deletions(-)
113144
113145 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
113146 Author: Behdad Esfahbod <behdad@behdad.org>
113147 Date:   Tue Sep 1 17:03:50 2015 +0100
113148
113149     1.0.3
113150
113151  NEWS         | 11 +++++++++++
113152  configure.ac |  2 +-
113153  2 files changed, 12 insertions(+), 1 deletion(-)
113154
113155 commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05
113156 Author: Behdad Esfahbod <behdad@behdad.org>
113157 Date:   Tue Sep 1 16:26:35 2015 +0100
113158
113159     [indic] Add comments to merge_clusters calls
113160
113161  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++++++++-----
113162  1 file changed, 16 insertions(+), 5 deletions(-)
113163
113164 commit bdc8215949a7add742cc800b4fdea6acaa37d152
113165 Author: Behdad Esfahbod <behdad@behdad.org>
113166 Date:   Tue Sep 1 16:24:54 2015 +0100
113167
113168     [thai] Respect cluster-level > 0
113169
113170  src/hb-ot-shape-complex-thai.cc | 2 +-
113171  1 file changed, 1 insertion(+), 1 deletion(-)
113172
113173 commit 5b31fe383ead726ec77062501ed3bb24c02842b3
113174 Author: Behdad Esfahbod <behdad@behdad.org>
113175 Date:   Tue Sep 1 16:24:34 2015 +0100
113176
113177     [use] Merge /before/ reordering
113178
113179  src/hb-ot-shape-complex-use.cc | 4 ++--
113180  1 file changed, 2 insertions(+), 2 deletions(-)
113181
113182 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8
113183 Author: Behdad Esfahbod <behdad@behdad.org>
113184 Date:   Tue Sep 1 16:24:13 2015 +0100
113185
113186     [hangul] Merge /before/ reordering
113187
113188  src/hb-ot-shape-complex-hangul.cc | 2 +-
113189  1 file changed, 1 insertion(+), 1 deletion(-)
113190
113191 commit f883de664fc4bfe01e30c89e07e31dc113f906d9
113192 Author: Behdad Esfahbod <behdad@behdad.org>
113193 Date:   Tue Sep 1 16:23:40 2015 +0100
113194
113195     [OT] Merge /before/ reordering
113196
113197  src/hb-ot-shape.cc | 5 +++--
113198  1 file changed, 3 insertions(+), 2 deletions(-)
113199
113200 commit c403d6320074455a5e8e48902c0ac4ee9685e33d
113201 Author: Behdad Esfahbod <behdad@behdad.org>
113202 Date:   Tue Sep 1 16:15:25 2015 +0100
113203
113204     [myanmar] Use buffer->sort() to sort cluster
113205     
113206     This can possibly produce more granular clusters.
113207
113208  src/hb-ot-shape-complex-myanmar.cc | 3 +--
113209  1 file changed, 1 insertion(+), 2 deletions(-)
113210
113211 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed
113212 Author: Behdad Esfahbod <behdad@behdad.org>
113213 Date:   Tue Sep 1 16:13:32 2015 +0100
113214
113215     [OT] Merge clusters when reordering marks for normalization
113216     
113217     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
113218     and cluster test.
113219
113220  src/hb-buffer-private.hh     |  2 ++
113221  src/hb-buffer.cc             | 21 +++++++++++++++++++++
113222  src/hb-ot-shape-normalize.cc |  2 +-
113223  3 files changed, 24 insertions(+), 1 deletion(-)
113224
113225 commit b6d7d161a87b5dde710924e5c557d39c302f5630
113226 Author: Behdad Esfahbod <behdad@behdad.org>
113227 Date:   Tue Sep 1 16:12:44 2015 +0100
113228
113229     [tests] Add Hebrew test for normalization under cluster-level=1
113230     
113231     Currently fails.
113232     https://bugzilla.gnome.org/show_bug.cgi?id=541608
113233
113234  .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 -> 4272 bytes
113235  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
113236  test/shaping/tests/cluster.tests                         |   1 +
113237  3 files changed, 2 insertions(+)
113238
113239 commit 93099748e39740a3f6f003c83d9dec1d21660ce8
113240 Author: Behdad Esfahbod <behdad@behdad.org>
113241 Date:   Tue Sep 1 16:11:27 2015 +0100
113242
113243     Minor
113244
113245  src/hb-private.hh | 6 ++----
113246  1 file changed, 2 insertions(+), 4 deletions(-)
113247
113248 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249
113249 Author: Behdad Esfahbod <behdad@behdad.org>
113250 Date:   Tue Sep 1 15:07:52 2015 +0100
113251
113252     Use insertion-sort instead of bubble-sort
113253     
113254     Needed for upcoming merge-clusters fix.
113255
113256  src/hb-buffer.cc                           |  4 +--
113257  src/hb-ot-shape-complex-arabic-fallback.hh |  6 ++--
113258  src/hb-ot-shape-complex-indic.cc           |  2 +-
113259  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
113260  src/hb-ot-shape-normalize.cc               |  6 ++--
113261  src/hb-private.hh                          | 56 +++++++++++++-----------------
113262  6 files changed, 34 insertions(+), 42 deletions(-)
113263
113264 commit fad2674874591b4a1df822603144c8864f5364c1
113265 Author: Behdad Esfahbod <behdad@behdad.org>
113266 Date:   Tue Sep 1 14:45:46 2015 +0100
113267
113268     Minor
113269
113270  test/Makefile.am         | 4 ++++
113271  test/api/Makefile.am     | 4 ++++
113272  test/shaping/Makefile.am | 4 ++++
113273  3 files changed, 12 insertions(+)
113274
113275 commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd
113276 Author: Behdad Esfahbod <behdad@behdad.org>
113277 Date:   Mon Aug 31 19:41:01 2015 +0100
113278
113279     Update git.mk from upstream
113280
113281  git.mk | 17 ++++++++++++++++-
113282  1 file changed, 16 insertions(+), 1 deletion(-)
113283
113284 commit 5783e05f81bbf6debf2618c8994d6852630d9847
113285 Author: Behdad Esfahbod <behdad@behdad.org>
113286 Date:   Mon Aug 31 19:18:10 2015 +0100
113287
113288     [docs] Move docs/reference/ contents into docs/
113289
113290  configure.ac                                |   3 +-
113291  docs/Makefile.am                            | 117 ++++++++++++++++++++++++++-
113292  docs/{reference => }/harfbuzz-docs.xml      |   0
113293  docs/{reference => }/harfbuzz-overrides.txt |   0
113294  docs/{reference => }/harfbuzz-sections.txt  |   0
113295  docs/reference/Makefile.am                  | 118 ----------------------------
113296  docs/{reference => }/usermanual-ch01.xml    |   0
113297  docs/{reference => }/usermanual-ch02.xml    |   0
113298  docs/{reference => }/usermanual-ch03.xml    |   0
113299  docs/{reference => }/usermanual-ch04.xml    |   0
113300  docs/{reference => }/usermanual-ch05.xml    |   0
113301  docs/{reference => }/usermanual-ch06.xml    |   0
113302  docs/{reference => }/version.xml.in         |   0
113303  13 files changed, 117 insertions(+), 121 deletions(-)
113304
113305 commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907
113306 Author: Behdad Esfahbod <behdad@behdad.org>
113307 Date:   Mon Aug 31 19:16:41 2015 +0100
113308
113309     [docs] Fix out-of-tree build
113310
113311  docs/reference/Makefile.am               |  9 ++++++++-
113312  docs/reference/harfbuzz-docs.xml         | 12 ++++++------
113313  docs/{ => reference}/usermanual-ch01.xml |  0
113314  docs/{ => reference}/usermanual-ch02.xml |  0
113315  docs/{ => reference}/usermanual-ch03.xml |  0
113316  docs/{ => reference}/usermanual-ch04.xml |  0
113317  docs/{ => reference}/usermanual-ch05.xml |  0
113318  docs/{ => reference}/usermanual-ch06.xml |  0
113319  8 files changed, 14 insertions(+), 7 deletions(-)
113320
113321 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
113322 Merge: d20596528 01e16e88f
113323 Author: Behdad Esfahbod <behdad@behdad.org>
113324 Date:   Mon Aug 31 10:46:01 2015 +0100
113325
113326     Merge pull request #131 from simoncozens/docs
113327     
113328     Use gtk-doc to build user's manual as well as reference
113329
113330 commit 01e16e88f50b65b82dcb84773f532f18a351319f
113331 Author: Simon Cozens <simon@simon-cozens.org>
113332 Date:   Mon Aug 31 10:40:17 2015 +0100
113333
113334     Combine user / reference information into gtk-doc generated manual.
113335
113336  docs/reference/harfbuzz-docs.xml | 91 +++++++++++++++++++++++-----------------
113337  1 file changed, 52 insertions(+), 39 deletions(-)
113338
113339 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
113340 Author: Simon Cozens <simon@simon-cozens.org>
113341 Date:   Mon Aug 31 10:39:10 2015 +0100
113342
113343     Correct tag hierarchy, to allow for table-of-contents entries.
113344
113345  docs/usermanual-ch01.xml | 12 ++++++------
113346  docs/usermanual-ch02.xml |  8 ++++----
113347  docs/usermanual-ch03.xml | 24 ++++++++++++------------
113348  docs/usermanual-ch04.xml | 16 ++++++++--------
113349  docs/usermanual-ch05.xml | 12 ++++++------
113350  5 files changed, 36 insertions(+), 36 deletions(-)
113351
113352 commit 387d6af428ddd5d4f211fe5748412011013a3826
113353 Author: Simon Cozens <simon@simon-cozens.org>
113354 Date:   Mon Aug 31 10:31:09 2015 +0100
113355
113356     Missing tag (oops).
113357
113358  docs/usermanual-ch02.xml | 1 +
113359  1 file changed, 1 insertion(+)
113360
113361 commit d205965286798af4b7ad07e1eafa58288bee4bdb
113362 Author: Behdad Esfahbod <behdad@behdad.org>
113363 Date:   Mon Aug 31 10:12:05 2015 +0100
113364
113365     [docs] Fix typo
113366
113367  docs/usermanual-ch03.xml | 2 +-
113368  1 file changed, 1 insertion(+), 1 deletion(-)
113369
113370 commit c424b41705b50055c7f92b268cf78a2680af73af
113371 Merge: 31594b98a 5470e744d
113372 Author: Behdad Esfahbod <behdad@behdad.org>
113373 Date:   Mon Aug 31 09:53:16 2015 +0100
113374
113375     Merge pull request #129 from simoncozens/docs
113376     
113377     First two chapters. More to follow.
113378
113379 commit 31594b98af0c9181982c77d8d3803753007f8fd4
113380 Author: Behdad Esfahbod <behdad@behdad.org>
113381 Date:   Sun Aug 30 17:33:04 2015 +0100
113382
113383     [test] Fix test-object
113384     
113385     See previous commit.
113386
113387  test/api/test-object.c | 4 ----
113388  1 file changed, 4 deletions(-)
113389
113390 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a
113391 Author: Behdad Esfahbod <behdad@behdad.org>
113392 Date:   Sun Aug 30 17:29:21 2015 +0100
113393
113394     Poison freed objects such that double-free is detected
113395     
113396     Previously we were setting refcount of freed objects to the inert value, which
113397     was harmful because it caused further destroy()s of the freed object to NOT
113398     call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7 test-object
113399     was double-free'ing objects and this was never caught on Linux.  It only was
113400     caught as crashing on Mac.
113401     
113402     Now we poison refcount upon freeing and check that it's valid whenever reading
113403     it.  Makes test-object fail now.
113404
113405  src/hb-object-private.hh | 21 ++++++++++++++++-----
113406  1 file changed, 16 insertions(+), 5 deletions(-)
113407
113408 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905
113409 Author: Simon Cozens <simon@simon-cozens.org>
113410 Date:   Sat Aug 29 08:21:18 2015 +0100
113411
113412     Current state and skeleton outline
113413
113414  docs/usermanual-ch03.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++
113415  docs/usermanual-ch04.xml | 18 +++++++++++
113416  docs/usermanual-ch05.xml | 13 ++++++++
113417  docs/usermanual-ch06.xml |  8 +++++
113418  4 files changed, 116 insertions(+)
113419
113420 commit 6578575cc8aeb05341f2053039acfcd735707674
113421 Author: Behdad Esfahbod <behdad@behdad.org>
113422 Date:   Tue Aug 25 20:24:59 2015 +0100
113423
113424     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
113425     
113426     See thread "Issue with cursive attachment" started by Khaled.
113427     Turned out fixing this wasn't as bad as I had assumed.  I like the
113428     new code better; we now have a theoretical model of cursive
113429     connections that is easier to reason about.
113430
113431  src/hb-ot-layout-gpos-table.hh | 34 ++++++++++++++++++++++++++++++++++
113432  1 file changed, 34 insertions(+)
113433
113434 commit 7368da67244ea53195cd9b95a5c57485df695732
113435 Author: Behdad Esfahbod <behdad@behdad.org>
113436 Date:   Tue Aug 25 20:28:39 2015 +0100
113437
113438     [test] Add test for cursive-positioning with mixed directions
113439     
113440     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
113441     started by Khaled.  Test fonts were made by modifying test font
113442     from Khaled to add more anchors.
113443
113444  test/shaping/Makefile.am                                 |   1 +
113445  .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 -> 2520 bytes
113446  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
113447  .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 -> 2512 bytes
113448  test/shaping/tests/MANIFEST                              |   1 +
113449  test/shaping/tests/cursive-positioning.tests             |   2 ++
113450  6 files changed, 6 insertions(+)
113451
113452 commit f0807654da160bd7ceb9aff5b8338ec0b643171c
113453 Author: Simon Cozens <simon@simon-cozens.org>
113454 Date:   Tue Aug 25 19:57:15 2015 +0100
113455
113456     First two chapters. More to follow.
113457
113458  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
113459  docs/usermanual-ch02.xml | 182 +++++++++++++++++++++++++++++++++++++++++++++++
113460  2 files changed, 297 insertions(+)
113461
113462 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
113463 Author: Behdad Esfahbod <behdad@behdad.org>
113464 Date:   Tue Aug 25 18:55:34 2015 +0100
113465
113466     [GPOS] Rewrite cursive attachment slightly differently
113467     
113468     In anticipation for upcoming fix for bug reported by
113469     Khaled in thread "Issue with cursive attachment".
113470
113471  src/hb-ot-layout-gpos-table.hh | 36 ++++++++++++++++++++++++------------
113472  1 file changed, 24 insertions(+), 12 deletions(-)
113473
113474 commit fdd1770e006ca2d2973c049177ceda87a575e07f
113475 Author: Behdad Esfahbod <behdad@behdad.org>
113476 Date:   Mon Aug 24 13:49:55 2015 +0100
113477
113478     Add API/cmdline to show glyph extents when serializing buffer
113479     
113480     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
113481     
113482     hb-shape now accepts --show-extents.
113483     
113484     Patch from Simon Cozens.
113485
113486  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
113487  src/hb-buffer.h            |  3 ++-
113488  util/hb-shape.cc           |  2 ++
113489  util/options.cc            |  1 +
113490  util/options.hh            |  2 ++
113491  5 files changed, 24 insertions(+), 1 deletion(-)
113492
113493 commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f
113494 Author: Behdad Esfahbod <behdad@behdad.org>
113495 Date:   Mon Aug 24 13:45:12 2015 +0100
113496
113497     [ot-font] Fix short-offset calculation
113498
113499  src/hb-ot-font.cc | 4 ++--
113500  1 file changed, 2 insertions(+), 2 deletions(-)
113501
113502 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586
113503 Author: Behdad Esfahbod <behdad@behdad.org>
113504 Date:   Sun Aug 23 14:42:20 2015 +0100
113505
113506     [ot-font] Implement glyph_extents() for TrueType fonts
113507     
113508     This brings ot-fonts into almost-complete shape and mostly in par with
113509     ft font.
113510
113511  src/Makefile.am         |   1 +
113512  src/hb-font.h           |   9 +++--
113513  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
113514  src/hb-ot-glyf-table.hh | 104 ++++++++++++++++++++++++++++++++++++++++++++++++
113515  src/hb-ot-head-table.hh |   3 +-
113516  5 files changed, 198 insertions(+), 9 deletions(-)
113517
113518 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8
113519 Author: Behdad Esfahbod <behdad@behdad.org>
113520 Date:   Fri Aug 21 12:44:36 2015 +0100
113521
113522     Make BYTE a real type
113523
113524  src/hb-open-type-private.hh | 16 +++++++++++++++-
113525  1 file changed, 15 insertions(+), 1 deletion(-)
113526
113527 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf
113528 Author: Behdad Esfahbod <behdad@behdad.org>
113529 Date:   Thu Aug 20 15:39:53 2015 +0100
113530
113531     [coretext] Use i32 instead of u32 as well
113532     
113533     Shouldn't cause *any* functional changes, but is more correct.
113534
113535  src/hb-coretext.cc | 20 ++++++++++----------
113536  1 file changed, 10 insertions(+), 10 deletions(-)
113537
113538 commit 163c435f1807c138da9f74f09d29d913eb9e29e9
113539 Author: Behdad Esfahbod <behdad@behdad.org>
113540 Date:   Thu Aug 20 15:39:06 2015 +0100
113541
113542     [uniscribe] Fix negative offsets
113543     
113544     Ouch!
113545
113546  src/hb-uniscribe.cc | 8 ++++----
113547  1 file changed, 4 insertions(+), 4 deletions(-)
113548
113549 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654
113550 Author: Behdad Esfahbod <behdad@behdad.org>
113551 Date:   Wed Aug 19 13:39:57 2015 +0100
113552
113553     1.0.2
113554
113555  NEWS         | 13 +++++++++++++
113556  configure.ac |  2 +-
113557  2 files changed, 14 insertions(+), 1 deletion(-)
113558
113559 commit 958c268fa3a520666436e77a2111a3b564a36d96
113560 Author: Behdad Esfahbod <behdad@behdad.org>
113561 Date:   Wed Aug 19 13:22:12 2015 +0100
113562
113563     [coretext] Add TODO item
113564
113565  src/hb-coretext.cc | 1 +
113566  1 file changed, 1 insertion(+)
113567
113568 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0
113569 Author: Behdad Esfahbod <behdad@behdad.org>
113570 Date:   Wed Aug 19 13:20:31 2015 +0100
113571
113572     [uniscribe] Fix font scale handling
113573     
113574     By default shape at upem (or ppem), and scale results.
113575     Similar to work done in CoreText backend, but using upem as default.
113576
113577  src/hb-uniscribe.cc | 25 +++++++++++++++++++------
113578  1 file changed, 19 insertions(+), 6 deletions(-)
113579
113580 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1
113581 Author: Behdad Esfahbod <behdad@behdad.org>
113582 Date:   Tue Aug 18 18:55:03 2015 +0100
113583
113584     Commented-out code to print buffer before each lookup
113585     
113586     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
113587
113588  src/hb-ot-layout.cc | 12 ++++++++++++
113589  1 file changed, 12 insertions(+)
113590
113591 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3
113592 Author: Behdad Esfahbod <behdad@behdad.org>
113593 Date:   Tue Aug 18 18:47:02 2015 +0100
113594
113595     Allow serializing buffer with output-buffer being used
113596     
113597     Ie, don't call get_positions() if positions are not
113598     requested for serialization.
113599
113600  src/hb-buffer-serialize.cc | 6 ++++--
113601  1 file changed, 4 insertions(+), 2 deletions(-)
113602
113603 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1
113604 Author: Behdad Esfahbod <behdad@behdad.org>
113605 Date:   Tue Aug 18 18:42:47 2015 +0100
113606
113607     [ot] Change buffer content type right after we map to glyphs
113608     
113609     Needed for upcoming debug output changes.
113610
113611  src/hb-ot-shape.cc | 2 ++
113612  1 file changed, 2 insertions(+)
113613
113614 commit d104415e4c1e0f9140f794cd8d09c6460c63e966
113615 Author: Behdad Esfahbod <behdad@behdad.org>
113616 Date:   Tue Aug 18 17:33:34 2015 +0100
113617
113618     [Android.mk] Update for SEA removal and USE addition
113619
113620  Android.mk | 3 ++-
113621  1 file changed, 2 insertions(+), 1 deletion(-)
113622
113623 commit ddd6bf12f1cabaa298feed820313483b9893528c
113624 Author: Behdad Esfahbod <behdad@behdad.org>
113625 Date:   Tue Aug 18 15:55:09 2015 +0100
113626
113627     Don't declare dependency on freetype in harfbuzz.pc
113628     
113629     See comments.
113630
113631  src/Makefile.am | 7 ++++++-
113632  1 file changed, 6 insertions(+), 1 deletion(-)
113633
113634 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10
113635 Author: Behdad Esfahbod <behdad@behdad.org>
113636 Date:   Tue Aug 18 14:36:43 2015 +0100
113637
113638     [debug] Print lookup index in debug-apply output
113639
113640  src/hb-ot-layout-gpos-table.hh       | 5 ++++-
113641  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
113642  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
113643  src/hb-ot-layout.cc                  | 3 ++-
113644  4 files changed, 15 insertions(+), 5 deletions(-)
113645
113646 commit 50ad7788eeb7160caef4ec78e65c7c630e601b06
113647 Author: Behdad Esfahbod <behdad@behdad.org>
113648 Date:   Tue Aug 18 10:22:16 2015 +0100
113649
113650     [coretext] Remove assert that kicks in on Mac OS 10.6
113651     
113652     http://crbug.com/419769
113653
113654  src/hb-coretext.cc | 18 ++++++++++++++----
113655  1 file changed, 14 insertions(+), 4 deletions(-)
113656
113657 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771
113658 Author: Behdad Esfahbod <behdad@behdad.org>
113659 Date:   Mon Aug 17 16:03:28 2015 +0200
113660
113661     Remove unused function
113662
113663  src/hb-ot-shape-complex-use.cc | 8 --------
113664  1 file changed, 8 deletions(-)
113665
113666 commit 23237b0279a04407addf33f599c45faa60f002ca
113667 Author: ThePhD <phdofthehouse@gmail.com>
113668 Date:   Fri Aug 14 01:19:08 2015 -0400
113669
113670     Last apparent boolean fix!
113671
113672  src/hb-ot-shape-complex-use.cc | 2 +-
113673  1 file changed, 1 insertion(+), 1 deletion(-)
113674
113675 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
113676 Merge: 8ad89f057 539a610e2
113677 Author: ThePhD <phdofthehouse@gmail.com>
113678 Date:   Fri Aug 14 01:02:00 2015 -0400
113679
113680     Merge branch 'master' into vc++-fixes
113681
113682 commit 539a610e2e72375e598ab29fd390ed9ec93816d5
113683 Author: Behdad Esfahbod <behdad@behdad.org>
113684 Date:   Tue Aug 11 12:58:49 2015 +0200
113685
113686     Add Libs.private and Requires.private to harfbuzz.pc
113687     
113688     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
113689
113690  configure.ac       | 12 +++++++++---
113691  src/Makefile.am    | 15 ++++++++++++---
113692  src/harfbuzz.pc.in |  2 ++
113693  3 files changed, 23 insertions(+), 6 deletions(-)
113694
113695 commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821
113696 Author: jfkthame <jfkthame@gmail.com>
113697 Date:   Fri Aug 7 17:55:03 2015 +0100
113698
113699     Don't rely on .cluster in _hb_ot_shape_normalize()
113700     
113701     Fixes https://github.com/behdad/harfbuzz/pull/124
113702
113703  src/hb-ot-shape-normalize.cc | 2 +-
113704  1 file changed, 1 insertion(+), 1 deletion(-)
113705
113706 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e
113707 Author: jfkthame <jfkthame@gmail.com>
113708 Date:   Fri Aug 7 17:51:28 2015 +0100
113709
113710     Don't rely on .cluster field in fallback_position
113711     
113712     Fixes tests/cluster.
113713     
113714     Fixes https://github.com/behdad/harfbuzz/pull/123
113715
113716  src/hb-ot-shape-fallback.cc | 5 ++---
113717  1 file changed, 2 insertions(+), 3 deletions(-)
113718
113719 commit f3792342f670978cdc3f8512fb5e80314ca0678d
113720 Author: Behdad Esfahbod <behdad@behdad.org>
113721 Date:   Sat Aug 8 18:02:18 2015 +0200
113722
113723     [tests] Add test for fallback positioning with cluster_level > 0
113724     
113725     For https://github.com/behdad/harfbuzz/pull/123
113726     Currently fails.  Fix coming.
113727
113728  test/shaping/Makefile.am                                  |   1 +
113729  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 -> 824 bytes
113730  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
113731  test/shaping/tests/MANIFEST                               |   1 +
113732  test/shaping/tests/cluster.tests                          |   1 +
113733  5 files changed, 4 insertions(+)
113734
113735 commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
113736 Author: Behdad Esfahbod <behdad@behdad.org>
113737 Date:   Fri Aug 7 11:13:27 2015 +0200
113738
113739     Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created...
113740     
113741     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
113742
113743  src/Makefile.am | 2 +-
113744  1 file changed, 1 insertion(+), 1 deletion(-)
113745
113746 commit 02d6439f420d959183dd446abd0b0118ee1ee061
113747 Merge: 9002c27b2 160f63552
113748 Author: Behdad Esfahbod <behdad@behdad.org>
113749 Date:   Mon Aug 3 22:47:18 2015 +0300
113750
113751     Merge pull request #122 from RomainNaour/static-fix
113752     
113753     fix static linking with icu-uc
113754
113755 commit 160f635523d596f61e292776f638d4eb09673463
113756 Author: Romain Naour <romain.naour@openwide.fr>
113757 Date:   Wed Jul 22 23:26:23 2015 +0200
113758
113759     fix static linking with icu-uc
113760     
113761     When linking test-unicode statically it needs $(ICU_LIBS)
113762     which contains all required flags.
113763     Especially -lstdc++.
113764     
113765     Fixes:
113766     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
113767     
113768     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
113769
113770  test/api/Makefile.am | 2 +-
113771  1 file changed, 1 insertion(+), 1 deletion(-)
113772
113773 commit 9002c27b2f54bb5135db92045c0d770b47317577
113774 Author: Behdad Esfahbod <behdad@behdad.org>
113775 Date:   Mon Jul 27 12:17:54 2015 +0200
113776
113777     1.0.1
113778
113779  NEWS         | 9 ++++++++-
113780  configure.ac | 2 +-
113781  2 files changed, 9 insertions(+), 2 deletions(-)
113782
113783 commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387
113784 Author: Behdad Esfahbod <behdad@behdad.org>
113785 Date:   Mon Jul 27 12:16:02 2015 +0200
113786
113787     [USE] Fix out-of-bounds static array access
113788
113789  src/hb-ot-shape-complex-use.cc | 2 +-
113790  1 file changed, 1 insertion(+), 1 deletion(-)
113791
113792 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36
113793 Author: Behdad Esfahbod <behdad@behdad.org>
113794 Date:   Sun Jul 26 23:39:10 2015 +0200
113795
113796     1.0.0
113797
113798  NEWS            | 10 ++++++++++
113799  configure.ac    |  4 ++--
113800  src/Makefile.am |  2 +-
113801  3 files changed, 13 insertions(+), 3 deletions(-)
113802
113803 commit df6cb84449a473d540821e41fb5007b59644780f
113804 Merge: 2ed6be667 786ba4584
113805 Author: Behdad Esfahbod <behdad@behdad.org>
113806 Date:   Sun Jul 26 19:40:55 2015 +0200
113807
113808     Merge branch 'use'
113809
113810 commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
113811 Author: Behdad Esfahbod <behdad@behdad.org>
113812 Date:   Sun Jul 26 19:29:53 2015 +0200
113813
113814     0.9.42
113815
113816  NEWS         | 12 ++++++++++++
113817  configure.ac |  2 +-
113818  2 files changed, 13 insertions(+), 1 deletion(-)
113819
113820 commit 23e56e088a721863cfdef4f027fb66eecbd77457
113821 Author: Behdad Esfahbod <behdad@behdad.org>
113822 Date:   Sat Jul 25 17:36:46 2015 +0200
113823
113824     Fix broken sentence
113825
113826  src/hb-set-private.hh | 10 +++++++++-
113827  1 file changed, 9 insertions(+), 1 deletion(-)
113828
113829 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7
113830 Author: Grigori Goronzy <greg@chown.ath.cx>
113831 Date:   Wed Jul 8 23:28:11 2015 +0200
113832
113833     Update UCDN to upstream commit 8af93f30
113834     
113835     This adds support for Unicode 8.0 and fixes a bug with wrong properties
113836     for ranges of codepoints.
113837
113838  src/hb-ucdn.cc               |    6 +
113839  src/hb-ucdn/ucdn.h           |    6 +
113840  src/hb-ucdn/unicodedata_db.h | 2167 +++++++++++++++++++++---------------------
113841  3 files changed, 1118 insertions(+), 1061 deletions(-)
113842
113843 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
113844 Author: Behdad Esfahbod <behdad@behdad.org>
113845 Date:   Thu Jul 23 13:04:34 2015 +0100
113846
113847     [test] Encode Kharoshti text
113848     
113849     Ouch!
113850
113851  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72 +++++++++++-----------
113852  1 file changed, 36 insertions(+), 36 deletions(-)
113853
113854 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
113855 Author: Behdad Esfahbod <behdad@behdad.org>
113856 Date:   Thu Jul 23 13:01:55 2015 +0100
113857
113858     [test] Add Batak and Buginese test texts
113859
113860  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  2 +
113861  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
113862  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
113863  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
113864  .../in-tree/shaper-use/script-buginese/misc.txt    | 70 ++++++++++++++++++++++
113865  5 files changed, 83 insertions(+)
113866
113867 commit b8c159ffccad090974a2b97be0a0140fa09af132
113868 Author: Behdad Esfahbod <behdad@behdad.org>
113869 Date:   Thu Jul 23 12:59:17 2015 +0100
113870
113871     [test] Remove shaper-sea texts under shaper-use
113872
113873  test/shaping/texts/in-tree/MANIFEST                                     | 1 -
113874  test/shaping/texts/in-tree/shaper-sea/MANIFEST                          | 2 --
113875  test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              | 1 -
113876  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          | 1 -
113877  test/shaping/texts/in-tree/shaper-use/MANIFEST                          | 2 ++
113878  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST    | 0
113879  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt    | 0
113880  .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST        | 0
113881  .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt        | 0
113882  .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt     | 0
113883  10 files changed, 2 insertions(+), 5 deletions(-)
113884
113885 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
113886 Author: Behdad Esfahbod <behdad@behdad.org>
113887 Date:   Thu Jul 23 12:58:21 2015 +0100
113888
113889     [test] Remove New Tai Lue texts
113890     
113891     New Tai Lue changed encoding to visual, boring, model.
113892
113893  test/shaping/texts/in-tree/shaper-sea/MANIFEST                         | 1 -
113894  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      | 1 -
113895  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST | 1 -
113896  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt | 1 -
113897  4 files changed, 4 deletions(-)
113898
113899 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
113900 Author: Behdad Esfahbod <behdad@behdad.org>
113901 Date:   Thu Jul 23 12:50:48 2015 +0100
113902
113903     [test] Add tests for improved 'vert' feature
113904
113905  test/shaping/Makefile.am                                 |   1 +
113906  .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 -> 2140 bytes
113907  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
113908  test/shaping/tests/MANIFEST                              |   1 +
113909  test/shaping/tests/vertical.tests                        |   1 +
113910  5 files changed, 4 insertions(+)
113911
113912 commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a
113913 Author: Behdad Esfahbod <behdad@behdad.org>
113914 Date:   Thu Jul 23 12:49:09 2015 +0100
113915
113916     [test] Add recently added test
113917     
113918     Ouch.
113919
113920  test/shaping/Makefile.am | 1 +
113921  1 file changed, 1 insertion(+)
113922
113923 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e
113924 Author: Behdad Esfahbod <behdad@behdad.org>
113925 Date:   Thu Jul 23 12:14:03 2015 +0100
113926
113927     [test] Support additional options to hb-shape in micro-test suite
113928
113929  test/shaping/record-test.sh                        | 47 ++++++++++++++++++----
113930  test/shaping/run-tests.sh                          |  9 ++++-
113931  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
113932  test/shaping/tests/arabic-feature-order.tests      |  6 +--
113933  test/shaping/tests/context-matching.tests          |  6 +--
113934  test/shaping/tests/default-ignorables.tests        |  2 +-
113935  test/shaping/tests/hangul-jamo.tests               |  4 +-
113936  test/shaping/tests/indic-joiner-candrabindu.tests  |  4 +-
113937  test/shaping/tests/indic-old-spec.tests            |  4 +-
113938  test/shaping/tests/indic-pref-blocking.tests       |  4 +-
113939  .../tests/mongolian-variation-selector.tests       |  6 +--
113940  test/shaping/tests/zero-width-marks.tests          |  4 +-
113941  12 files changed, 67 insertions(+), 31 deletions(-)
113942
113943 commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
113944 Author: Behdad Esfahbod <behdad@behdad.org>
113945 Date:   Thu Jul 23 11:52:11 2015 +0100
113946
113947     [ot] Search globally for 'vert' feature if not found in specified script/lang
113948     
113949     Fixes https://github.com/behdad/harfbuzz/issues/63
113950
113951  src/hb-ot-layout-private.hh |  9 +++++++++
113952  src/hb-ot-layout.cc         | 22 ++++++++++++++++++++++
113953  src/hb-ot-map-private.hh    |  7 ++++---
113954  src/hb-ot-map.cc            | 10 ++++++++++
113955  src/hb-ot-shape.cc          |  6 +++++-
113956  5 files changed, 50 insertions(+), 4 deletions(-)
113957
113958 commit f327aacfa107bbef0c823ef9c3b7dfc91316040c
113959 Author: Behdad Esfahbod <behdad@behdad.org>
113960 Date:   Thu Jul 23 11:32:59 2015 +0100
113961
113962     [ot] Minor
113963
113964  src/hb-ot-shape.cc | 11 +++--------
113965  1 file changed, 3 insertions(+), 8 deletions(-)
113966
113967 commit d78463c8016ff1852233479a1ebde30c3bb6de6e
113968 Author: Behdad Esfahbod <behdad@behdad.org>
113969 Date:   Thu Jul 23 10:11:35 2015 +0100
113970
113971     Minor debug output fix
113972
113973  src/hb-ot-layout.cc | 2 +-
113974  1 file changed, 1 insertion(+), 1 deletion(-)
113975
113976 commit d99f50bde0e8be0866385ca6886938d2023dbd4f
113977 Author: Behdad Esfahbod <behdad@behdad.org>
113978 Date:   Thu Jul 23 10:08:48 2015 +0100
113979
113980     Add missing TRACE_RETURN
113981
113982  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
113983  1 file changed, 1 insertion(+), 1 deletion(-)
113984
113985 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722
113986 Author: Behdad Esfahbod <behdad@behdad.org>
113987 Date:   Thu Jul 23 10:07:21 2015 +0100
113988
113989     [ot] Add missing return!
113990
113991  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
113992  1 file changed, 1 insertion(+), 1 deletion(-)
113993
113994 commit 582069172c39326c7f94373793c656439a4c2b59
113995 Author: Behdad Esfahbod <behdad@behdad.org>
113996 Date:   Wed Jul 22 18:44:59 2015 +0100
113997
113998     Add test case for deleting default ignorables with positioning
113999
114000  .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 -> 2028 bytes
114001  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
114002  test/shaping/tests/MANIFEST                              |   1 +
114003  test/shaping/tests/default-ignorables.tests              |   1 +
114004  4 files changed, 3 insertions(+)
114005
114006 commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
114007 Author: Behdad Esfahbod <behdad@behdad.org>
114008 Date:   Wed Jul 22 18:41:10 2015 +0100
114009
114010     Fix hide-default-ignorables after f0010dfd01ef4a927b0bdc175dd4e343a8637174
114011     
114012     We can't delete things before hb_ot_layout_position_finish().  So,
114013     just zero the advance before it, and remove later.
114014
114015  src/hb-ot-shape.cc | 25 +++++++++++++++++++------
114016  1 file changed, 19 insertions(+), 6 deletions(-)
114017
114018 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817
114019 Author: Behdad Esfahbod <behdad@behdad.org>
114020 Date:   Wed Jul 22 18:28:39 2015 +0100
114021
114022     Fix hide-ignorables if font doesn't have space glyph
114023     
114024     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
114025     positioning data by then and can't use the output buffer.  Ouch!
114026
114027  src/hb-buffer-private.hh | 18 ------------------
114028  src/hb-ot-shape.cc       | 44 +++++++++++++++++++++++++++++++++++---------
114029  2 files changed, 35 insertions(+), 27 deletions(-)
114030
114031 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
114032 Author: Behdad Esfahbod <behdad@behdad.org>
114033 Date:   Wed Jul 22 17:41:31 2015 +0100
114034
114035     Refactor _hb_glyph_info_is_default_ignorable()
114036
114037  src/hb-ot-layout-gsubgpos-private.hh | 3 +--
114038  src/hb-ot-layout-private.hh          | 4 +++-
114039  src/hb-ot-shape.cc                   | 9 +++------
114040  3 files changed, 7 insertions(+), 9 deletions(-)
114041
114042 commit f0010dfd01ef4a927b0bdc175dd4e343a8637174
114043 Author: Behdad Esfahbod <behdad@behdad.org>
114044 Date:   Wed Jul 22 17:36:23 2015 +0100
114045
114046     [ot] Hide default-ignorables before finishing off positioning
114047     
114048     For example, fixes the following sequence with Arial XP:
114049     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
114050     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
114051     
114052     Discovered as part of:
114053     https://bugs.freedesktop.org/show_bug.cgi?id=85873
114054
114055  src/hb-ot-shape.cc | 125 +++++++++++++++++++++++++++--------------------------
114056  1 file changed, 63 insertions(+), 62 deletions(-)
114057
114058 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
114059 Author: Behdad Esfahbod <behdad@behdad.org>
114060 Date:   Wed Jul 22 16:51:12 2015 +0100
114061
114062     Implement more granular cluster-merging
114063     
114064     TODO: Documentation.
114065     
114066     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
114067
114068  NEWS                              |  8 +++++++
114069  src/hb-buffer-private.hh          |  1 +
114070  src/hb-buffer.cc                  | 46 ++++++++++++++++++++++++++++++++++-----
114071  src/hb-buffer.h                   | 12 ++++++++++
114072  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
114073  src/hb-ot-shape.cc                |  7 ++++++
114074  util/options.cc                   |  1 +
114075  util/options.hh                   |  3 +++
114076  8 files changed, 77 insertions(+), 14 deletions(-)
114077
114078 commit a60e2cfa395718cde48eb81f43adc27b4a92e117
114079 Author: Behdad Esfahbod <behdad@behdad.org>
114080 Date:   Wed Jul 22 15:49:08 2015 +0100
114081
114082     [ot] Don't rely on cluster numbers for ensure_native_direction()
114083
114084  src/hb-ot-shape.cc | 19 ++++++++++++++++++-
114085  1 file changed, 18 insertions(+), 1 deletion(-)
114086
114087 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f
114088 Author: Behdad Esfahbod <behdad@behdad.org>
114089 Date:   Wed Jul 22 15:42:20 2015 +0100
114090
114091     [ot] Simplify form_clusters()
114092
114093  src/hb-buffer-private.hh |  9 ++++++++-
114094  src/hb-buffer.cc         |  7 ++-----
114095  src/hb-ot-shape.cc       | 11 +++++++++--
114096  3 files changed, 19 insertions(+), 8 deletions(-)
114097
114098 commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
114099 Author: Behdad Esfahbod <behdad@behdad.org>
114100 Date:   Wed Jul 22 15:24:26 2015 +0100
114101
114102     [ot] Don't mirror character if font doesn't support mirrored character!
114103
114104  src/hb-ot-shape.cc | 2 +-
114105  1 file changed, 1 insertion(+), 1 deletion(-)
114106
114107 commit 97d7c3a100e2673279f066540229d229aaf0df78
114108 Author: Behdad Esfahbod <behdad@behdad.org>
114109 Date:   Wed Jul 22 14:28:25 2015 +0100
114110
114111     [graphite2] Fix bunch of stuff
114112     
114113     Based on patch from Martin Hosken, with review from Jonathan and I.
114114
114115  src/hb-graphite2.cc | 82 +++++++++++++++++++++++++++++++++++------------------
114116  1 file changed, 54 insertions(+), 28 deletions(-)
114117
114118 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
114119 Author: Behdad Esfahbod <behdad@behdad.org>
114120 Date:   Wed Jul 22 13:53:45 2015 +0100
114121
114122     [graphite2] Enlarge buffer for output glyphs!
114123
114124  src/hb-graphite2.cc | 1 +
114125  1 file changed, 1 insertion(+)
114126
114127 commit 9cd59db1af47ff511edf251949d58b82673cf704
114128 Author: Behdad Esfahbod <behdad@behdad.org>
114129 Date:   Wed Jul 22 13:27:06 2015 +0100
114130
114131     [USE] Implement topographical features for non-Arabic-joining scripts
114132     
114133     This works per-syllable as per the spec, but we think it should be per
114134     spacing/base/??? glyph instead.
114135
114136  src/hb-ot-shape-complex-use.cc | 87 ++++++++++++++++++++++++++++++++++++++----
114137  1 file changed, 80 insertions(+), 7 deletions(-)
114138
114139 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
114140 Author: Behdad Esfahbod <behdad@behdad.org>
114141 Date:   Wed Jul 22 12:02:09 2015 +0100
114142
114143     Use foreach_cluster in Indic shaper
114144
114145  src/hb-ot-shape-complex-indic.cc | 90 +++++++++-------------------------------
114146  1 file changed, 19 insertions(+), 71 deletions(-)
114147
114148 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
114149 Author: Behdad Esfahbod <behdad@behdad.org>
114150 Date:   Wed Jul 22 11:58:11 2015 +0100
114151
114152     Use foreach_syllable in Myanmar shaper
114153
114154  src/hb-ot-shape-complex-myanmar.cc | 62 ++++++++------------------------------
114155  1 file changed, 12 insertions(+), 50 deletions(-)
114156
114157 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
114158 Author: Behdad Esfahbod <behdad@behdad.org>
114159 Date:   Wed Jul 22 11:54:02 2015 +0100
114160
114161     Add foreach_syllable
114162     
114163     Use it in USE.
114164
114165  src/hb-ot-layout-private.hh    |  24 ++++++++
114166  src/hb-ot-shape-complex-use.cc | 129 +++++++++++++----------------------------
114167  2 files changed, 64 insertions(+), 89 deletions(-)
114168
114169 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
114170 Author: Behdad Esfahbod <behdad@behdad.org>
114171 Date:   Wed Jul 22 11:16:01 2015 +0100
114172
114173     [USE] Do Arabic-like shaping
114174
114175  src/hb-ot-shape-complex-use.cc | 77 ++++++++++++++++++++++++++++++++++++++++--
114176  1 file changed, 75 insertions(+), 2 deletions(-)
114177
114178 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
114179 Author: Behdad Esfahbod <behdad@behdad.org>
114180 Date:   Wed Jul 22 10:32:30 2015 +0100
114181
114182     Add hb-ot-shape-complex-arabic-private.hh
114183
114184  src/Makefile.am                           |  1 +
114185  src/hb-ot-shape-complex-arabic-private.hh | 50 +++++++++++++++++++++++++++++++
114186  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
114187  3 files changed, 73 insertions(+), 15 deletions(-)
114188
114189 commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c
114190 Author: Behdad Esfahbod <behdad@behdad.org>
114191 Date:   Tue Jul 21 18:24:21 2015 +0100
114192
114193     [USE] Only reorder the first component of a split left mark
114194
114195  src/hb-ot-shape-complex-use.cc | 5 ++++-
114196  1 file changed, 4 insertions(+), 1 deletion(-)
114197
114198 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229
114199 Author: Behdad Esfahbod <behdad@behdad.org>
114200 Date:   Tue Jul 21 18:09:40 2015 +0100
114201
114202     [USE] Don't compose split matras
114203     
114204     Same logic as in Indic shaper.
114205
114206  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
114207  1 file changed, 14 insertions(+), 1 deletion(-)
114208
114209 commit 21cb08a417f1203523191192d6a342e8cd0ea14c
114210 Author: Behdad Esfahbod <behdad@behdad.org>
114211 Date:   Tue Jul 21 17:47:06 2015 +0100
114212
114213     Remove unused SEA shaper
114214
114215  src/Makefile.am                        |   4 -
114216  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
114217  src/hb-ot-shape-complex-sea.cc         | 380 ---------------------------------
114218  3 files changed, 486 deletions(-)
114219
114220 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
114221 Author: Behdad Esfahbod <behdad@behdad.org>
114222 Date:   Tue Jul 21 17:46:06 2015 +0100
114223
114224     Retire SEA shaper in favor of USE
114225
114226  src/hb-ot-shape-complex-private.hh | 25 +++----------------------
114227  1 file changed, 3 insertions(+), 22 deletions(-)
114228
114229 commit 87dde9c64753dea4017f11a7734e7528b8eecac0
114230 Author: Behdad Esfahbod <behdad@behdad.org>
114231 Date:   Tue Jul 21 17:31:43 2015 +0100
114232
114233     [USE] Only use USE shaper if script system is not DFLT
114234     
114235     Same logic as Indic and SEA.
114236
114237  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
114238  1 file changed, 10 insertions(+), 3 deletions(-)
114239
114240 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda
114241 Author: Behdad Esfahbod <behdad@behdad.org>
114242 Date:   Tue Jul 21 17:24:18 2015 +0100
114243
114244     Route misc untested scripts through USE shaper instead of Indic
114245     
114246     These were never tested with Indic shaper, and indeed wouldn't work there
114247     because they didn't have their viramas and other config defined.  They are
114248     all also supported by MS through USE, so route them there.
114249
114250  src/hb-ot-shape-complex-private.hh | 91 +++++---------------------------------
114251  1 file changed, 11 insertions(+), 80 deletions(-)
114252
114253 commit 40c4a991c7ea18017273ff8993eecc3953869e69
114254 Author: Behdad Esfahbod <behdad@behdad.org>
114255 Date:   Tue Jul 21 17:14:54 2015 +0100
114256
114257     [USE] Implement dotted-circle
114258     
114259     This makes USE feature-complete as far as the Indic-like features
114260     are concerned.
114261
114262  src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++
114263  src/hb-ot-shape-complex-use.cc         | 18 +++++++++++++++---
114264  2 files changed, 25 insertions(+), 3 deletions(-)
114265
114266 commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2
114267 Author: Behdad Esfahbod <behdad@behdad.org>
114268 Date:   Tue Jul 21 16:55:26 2015 +0100
114269
114270     [USE] Move pref
114271
114272  src/hb-ot-shape-complex-use-machine.rl |  9 +++++----
114273  src/hb-ot-shape-complex-use-private.hh |  9 +++++----
114274  src/hb-ot-shape-complex-use.cc         | 24 ++++++++++++++++++++++--
114275  3 files changed, 32 insertions(+), 10 deletions(-)
114276
114277 commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e
114278 Author: Behdad Esfahbod <behdad@behdad.org>
114279 Date:   Tue Jul 21 16:46:37 2015 +0100
114280
114281     [USE] Fix-up variation selectors and word joiner in table
114282
114283  src/gen-use-table.py                 |  7 ++++++-
114284  src/hb-ot-shape-complex-use-table.cc | 34 +++++++++++++++++++++++-----------
114285  2 files changed, 29 insertions(+), 12 deletions(-)
114286
114287 commit ad7178227f16abc17456f122deac1508031cbbc3
114288 Author: Behdad Esfahbod <behdad@behdad.org>
114289 Date:   Tue Jul 21 16:43:27 2015 +0100
114290
114291     [USE] Use a couple warnings
114292
114293  src/gen-use-table.py                 | 20 ++++-----
114294  src/hb-ot-shape-complex-use-table.cc | 82 ++++++++++++++++++------------------
114295  2 files changed, 51 insertions(+), 51 deletions(-)
114296
114297 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
114298 Author: Behdad Esfahbod <behdad@behdad.org>
114299 Date:   Tue Jul 21 16:07:10 2015 +0100
114300
114301     [USE] Move rphf
114302
114303  src/hb-ot-shape-complex-use.cc | 105 ++++++++++++++---------------------------
114304  1 file changed, 35 insertions(+), 70 deletions(-)
114305
114306 commit 5b5617e0664e59770910d04d15175f643a5ffb73
114307 Author: Behdad Esfahbod <behdad@behdad.org>
114308 Date:   Tue Jul 21 15:52:15 2015 +0100
114309
114310     Add FLAG_UNSAFE()
114311     
114312     Unused right now.
114313
114314  src/hb-private.hh | 1 +
114315  1 file changed, 1 insertion(+)
114316
114317 commit f8160a495966c790b79134a9f9382b6545f8c733
114318 Author: Behdad Esfahbod <behdad@behdad.org>
114319 Date:   Tue Jul 21 15:50:02 2015 +0100
114320
114321     Add FLAG_SAFE() for values known to be small-enough
114322     
114323     And add check to FLAG()
114324
114325  src/hb-ot-shape-complex-arabic.cc  |  2 +-
114326  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
114327  src/hb-ot-shape-complex-myanmar.cc |  2 +-
114328  src/hb-private.hh                  |  5 +++--
114329  src/hb-unicode-private.hh          |  2 +-
114330  5 files changed, 12 insertions(+), 11 deletions(-)
114331
114332 commit 366aeaad006b230481a3c08ab4d239fb6b64fef8
114333 Author: Behdad Esfahbod <behdad@behdad.org>
114334 Date:   Tue Jul 21 15:45:48 2015 +0100
114335
114336     Add note re ASSERT_STATIC_EXPR_ZERO()
114337
114338  src/hb-private.hh | 2 ++
114339  1 file changed, 2 insertions(+)
114340
114341 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e
114342 Author: Behdad Esfahbod <behdad@behdad.org>
114343 Date:   Tue Jul 21 15:17:27 2015 +0100
114344
114345     Remove unused macro ASSERT_STATIC_EXPR()
114346
114347  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
114348  src/hb-ot-shape-complex-indic-private.hh  | 2 --
114349  src/hb-private.hh                         | 1 -
114350  3 files changed, 2 insertions(+), 5 deletions(-)
114351
114352 commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026
114353 Author: Behdad Esfahbod <behdad@behdad.org>
114354 Date:   Tue Jul 21 15:05:35 2015 +0100
114355
114356     Use unsigned in FLAG()
114357
114358  src/hb-private.hh | 2 +-
114359  1 file changed, 1 insertion(+), 1 deletion(-)
114360
114361 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7
114362 Author: Behdad Esfahbod <behdad@behdad.org>
114363 Date:   Tue Jul 21 14:51:45 2015 +0100
114364
114365     [USE] Use use_category() for rphf/pref memory
114366
114367  src/hb-ot-shape-complex-use.cc | 63 +++++++++++++++---------------------------
114368  1 file changed, 22 insertions(+), 41 deletions(-)
114369
114370 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
114371 Author: Behdad Esfahbod <behdad@behdad.org>
114372 Date:   Tue Jul 21 14:15:35 2015 +0100
114373
114374     [USE] Hook of rphf and pref custom processing
114375     
114376     Still no reordering.
114377
114378  src/hb-ot-layout-private.hh    |   8 ++
114379  src/hb-ot-shape-complex-use.cc | 181 +++++++++++++++++++++++++++++++++++++++--
114380  2 files changed, 181 insertions(+), 8 deletions(-)
114381
114382 commit ba72801325e4bd58f7597938d4409762c9fa530c
114383 Author: Behdad Esfahbod <behdad@behdad.org>
114384 Date:   Tue Jul 21 11:57:23 2015 +0100
114385
114386     [USE] Add CGJ to table
114387
114388  src/gen-use-table.py                 | 13 ++++++++++---
114389  src/hb-ot-shape-complex-use-table.cc |  1 +
114390  2 files changed, 11 insertions(+), 3 deletions(-)
114391
114392 commit 4febed61edc5367543e5a206ae01d3393841b612
114393 Author: Behdad Esfahbod <behdad@behdad.org>
114394 Date:   Tue Jul 21 10:24:32 2015 +0100
114395
114396     [USE] Set up features
114397
114398  src/hb-ot-shape-complex-use.cc | 68 +++++++++++++++++++++++-------------------
114399  1 file changed, 38 insertions(+), 30 deletions(-)
114400
114401 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
114402 Author: Behdad Esfahbod <behdad@behdad.org>
114403 Date:   Tue Jul 21 10:02:04 2015 +0100
114404
114405     [USE] Hook up new scripts to USE shaper
114406     
114407     Don't reroute scripts that we were routing to other shapers
114408     before (just yet).
114409
114410  src/hb-ot-shape-complex-private.hh | 71 ++++++++++++++++++++++++++++++++++++++
114411  1 file changed, 71 insertions(+)
114412
114413 commit b4c0829bc18b696f140a260fa2e1089d10164519
114414 Author: Behdad Esfahbod <behdad@behdad.org>
114415 Date:   Tue Jul 21 09:31:19 2015 +0100
114416
114417     [USE] Remove unused Unicode data enums from USE C++ side
114418
114419  src/hb-ot-shape-complex-use-private.hh | 66 +---------------------------------
114420  src/hb-ot-shape-complex-use.cc         | 14 ++------
114421  2 files changed, 3 insertions(+), 77 deletions(-)
114422
114423 commit 44910cef626e6d03baa4d89d8fbe2c088971902d
114424 Author: Behdad Esfahbod <behdad@behdad.org>
114425 Date:   Mon Jul 20 18:01:10 2015 +0100
114426
114427     [USE] Finish converting Unicode positional categories to USE
114428     
114429     Even compiles.
114430
114431  src/gen-use-table.py                 | 114 +++++-
114432  src/hb-ot-shape-complex-use-table.cc | 702 ++++++++++++++++++-----------------
114433  2 files changed, 467 insertions(+), 349 deletions(-)
114434
114435 commit ad725552521273a1f571f04bc96a04221c3e067a
114436 Author: Behdad Esfahbod <behdad@behdad.org>
114437 Date:   Mon Jul 20 17:00:06 2015 +0100
114438
114439     [USE] Map from Unicode data to USE syllabic categories
114440     
114441     Positional sub-categories not applied yet.
114442
114443  src/gen-use-table.py                 |  128 ++--
114444  src/hb-ot-shape-complex-use-table.cc | 1062 ++++++++++++----------------------
114445  2 files changed, 409 insertions(+), 781 deletions(-)
114446
114447 commit 20e246e674155d5fb6527722fc3ef3accf2413df
114448 Author: Behdad Esfahbod <behdad@behdad.org>
114449 Date:   Mon Jul 20 15:56:19 2015 +0100
114450
114451     [USE] Start moving Unicode-to-USE mapping into Python code
114452
114453  src/Makefile.am                      |   2 +-
114454  src/gen-use-table.py                 | 176 +++++++++++++++++++++++++++++++++--
114455  src/hb-ot-shape-complex-use-table.cc |   3 +-
114456  3 files changed, 169 insertions(+), 12 deletions(-)
114457
114458 commit eb74535cc2c0d0de41e54e75bdc71825ec969523
114459 Author: Behdad Esfahbod <behdad@behdad.org>
114460 Date:   Mon Jul 20 15:33:25 2015 +0100
114461
114462     [USE] Fix Number clusters
114463     
114464     The spec wrongly has "H" where "HN" is meant.
114465
114466  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
114467  1 file changed, 2 insertions(+), 2 deletions(-)
114468
114469 commit a9663958fe861950b6f389b389f146232b2cd909
114470 Author: Behdad Esfahbod <behdad@behdad.org>
114471 Date:   Mon Jul 20 14:24:55 2015 +0100
114472
114473     [USE] Start putting together the shaper body
114474
114475  src/hb-ot-shape-complex-use-private.hh |   2 +-
114476  src/hb-ot-shape-complex-use.cc         | 339 +++++++++++++++++++++++++++++++++
114477  2 files changed, 340 insertions(+), 1 deletion(-)
114478
114479 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
114480 Author: Behdad Esfahbod <behdad@behdad.org>
114481 Date:   Mon Jul 20 13:30:51 2015 +0100
114482
114483     [USE] Put a Ragel machine together
114484     
114485     Grammar from the spec!
114486
114487  src/hb-ot-shape-complex-use-machine.rl | 169 +++++++++++++++++++++++++++++++++
114488  src/hb-ot-shape-complex-use-private.hh | 160 +++++++++++++++++++++++++++++++
114489  2 files changed, 329 insertions(+)
114490
114491 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
114492 Author: Behdad Esfahbod <behdad@behdad.org>
114493 Date:   Mon Jul 20 13:30:45 2015 +0100
114494
114495     Minor
114496
114497  src/Makefile.am | 2 +-
114498  1 file changed, 1 insertion(+), 1 deletion(-)
114499
114500 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f
114501 Author: Behdad Esfahbod <behdad@behdad.org>
114502 Date:   Mon Jul 20 12:01:20 2015 +0100
114503
114504     [USE] Minor optimization of USE table
114505
114506  src/gen-use-table.py                 |  2 +-
114507  src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------
114508  2 files changed, 13 insertions(+), 19 deletions(-)
114509
114510 commit 14b12f92a9ef7db57c5252ef0442239319ce4bca
114511 Author: Behdad Esfahbod <behdad@behdad.org>
114512 Date:   Mon Jul 20 11:57:44 2015 +0100
114513
114514     [USE] Add Kharoshti test data from Unicode proposal
114515
114516  test/shaping/texts/in-tree/MANIFEST                |  1 +
114517  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
114518  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
114519  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36 ++++++++++++++++++++++
114520  4 files changed, 39 insertions(+)
114521
114522 commit c48ff288522f33dc6c78520de0a0a74306630895
114523 Author: Behdad Esfahbod <behdad@behdad.org>
114524 Date:   Mon Jul 20 11:46:17 2015 +0100
114525
114526     [USE] Build Universal Shaping Engine data table from Unicode 8 files
114527
114528  src/gen-use-table.py                 |   35 +-
114529  src/hb-ot-shape-complex-use-table.cc | 1016 ++++++++++++++++++++++++++++++++++
114530  2 files changed, 1032 insertions(+), 19 deletions(-)
114531
114532 commit e2c95116e1423f83a692d6170553d0cc95733d24
114533 Author: Behdad Esfahbod <behdad@behdad.org>
114534 Date:   Mon Jul 20 11:32:48 2015 +0100
114535
114536     [USE] Add Universal Shaping Engine to Makefile
114537
114538  src/Makefile.am                        |  23 +++-
114539  src/gen-use-table.py                   | 237 +++++++++++++++++++++++++++++++++
114540  src/hb-ot-shape-complex-use-machine.rl |   0
114541  src/hb-ot-shape-complex-use-private.hh |   0
114542  src/hb-ot-shape-complex-use-table.cc   |   0
114543  src/hb-ot-shape-complex-use.cc         |   0
114544  6 files changed, 254 insertions(+), 6 deletions(-)
114545
114546 commit 41a29af8053782e3a9c6a96a394bd76ef6d42099
114547 Author: Behdad Esfahbod <behdad@behdad.org>
114548 Date:   Wed Jul 15 01:39:57 2015 +0100
114549
114550     Update Arabic shaping table for Unicode 8.0
114551
114552  src/hb-ot-shape-complex-arabic-table.hh | 26 +++++++++++++-------------
114553  1 file changed, 13 insertions(+), 13 deletions(-)
114554
114555 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc
114556 Author: Behdad Esfahbod <behdad@behdad.org>
114557 Date:   Wed Jul 15 01:36:39 2015 +0100
114558
114559     Add Unicode 8.0 scripts
114560     
114561     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
114562
114563  src/hb-common.cc | 3 +++
114564  src/hb-common.h  | 7 +++++++
114565  2 files changed, 10 insertions(+)
114566
114567 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2
114568 Author: Behdad Esfahbod <behdad@behdad.org>
114569 Date:   Sun Jul 5 22:43:17 2015 +0100
114570
114571     Fix pragma usage
114572     
114573     https://bugs.freedesktop.org/show_bug.cgi?id=91228
114574     
114575     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
114576     message` to `#pragma error` in hb-unicode.cc, however MSVC uses #error,
114577     just like the #else branch. `#pragma error` is an unknown pragma so
114578     MSVC does not fail the build because of it, which I believe was the
114579     intention of that commit.
114580     
114581     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
114582     removed entirely.
114583
114584  src/hb-unicode.cc |  5 -----
114585  src/hb-warning.cc | 10 ----------
114586  2 files changed, 15 deletions(-)
114587
114588 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb
114589 Author: ThePhD <phdofthehouse@gmail.com>
114590 Date:   Tue Jun 23 09:09:24 2015 -0400
114591
114592     Spelling words is not my strong point.
114593
114594  src/hb-private.hh | 2 +-
114595  1 file changed, 1 insertion(+), 1 deletion(-)
114596
114597 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
114598 Author: ThePhD <phdofthehouse@gmail.com>
114599 Date:   Tue Jun 23 09:07:17 2015 -0400
114600
114601     Back to using regular `strdup`, with an `hb-private.hh` fix that special-cases VC++'s
114602     definition and usage of the words
114603
114604  src/hb-common.cc  | 2 +-
114605  src/hb-private.hh | 3 +++
114606  2 files changed, 4 insertions(+), 1 deletion(-)
114607
114608 commit 8e545d59610211261e684c10158b9e5df6fae24d
114609 Author: ThePhD <phdofthehouse@gmail.com>
114610 Date:   Mon Jun 22 22:29:04 2015 -0400
114611
114612     Fix all VC++ warnings and errors in the current commit's builds.
114613
114614  src/hb-common.cc                  | 4 ++--
114615  src/hb-fallback-shape.cc          | 2 +-
114616  src/hb-ot-layout.cc               | 2 +-
114617  src/hb-ot-map.cc                  | 2 +-
114618  src/hb-ot-shape-complex-hangul.cc | 2 +-
114619  src/hb-ot-shape-complex-hebrew.cc | 2 +-
114620  src/hb-ot-shape-complex-indic.cc  | 4 ++--
114621  src/hb-ot-shape-normalize.cc      | 6 +++---
114622  src/hb-ot-shape.cc                | 2 +-
114623  9 files changed, 13 insertions(+), 13 deletions(-)
114624
114625 commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801
114626 Author: Behdad Esfahbod <behdad@behdad.org>
114627 Date:   Fri Jun 19 13:31:49 2015 -0700
114628
114629     When removing default-ignorables, merge clusters
114630     
114631     Fixes test-shape, and:
114632     https://code.google.com/p/chromium/issues/detail?id=497578
114633
114634  src/hb-buffer-private.hh |  2 ++
114635  src/hb-buffer.cc         | 36 ++++++++++++++++++++++++++++++++++--
114636  src/hb-ot-shape.cc       |  2 +-
114637  3 files changed, 37 insertions(+), 3 deletions(-)
114638
114639 commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f
114640 Author: Behdad Esfahbod <behdad@behdad.org>
114641 Date:   Fri Jun 19 11:57:57 2015 -0700
114642
114643     Rewrite hide_default_ignorables
114644     
114645     Separate the loops for the two cases of replacing with space
114646     and deleting.  For deleting, use the out-buffer machinery.
114647     
114648     Needed for upcoming cluster merge fix.
114649
114650  src/hb-buffer-private.hh | 18 ++++++++++++++
114651  src/hb-ot-shape.cc       | 65 +++++++++++++++++++++++++++++-------------------
114652  2 files changed, 57 insertions(+), 26 deletions(-)
114653
114654 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
114655 Author: Behdad Esfahbod <behdad@behdad.org>
114656 Date:   Thu Jun 18 17:15:33 2015 -0700
114657
114658     [test] Add test for cluster merging
114659     
114660     Based on test from https://code.google.com/p/chromium/issues/detail?id=497578
114661     
114662     Currently fails.  Basically, if there's a default_ignorable at the
114663     start of text, and font has no space glyph, we remove the default_ignorable,
114664     and that makes the first char in text to correspond to no cluster.
114665     
114666     Fix coming.
114667
114668  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
114669  1 file changed, 43 insertions(+)
114670
114671 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6
114672 Author: Behdad Esfahbod <behdad@behdad.org>
114673 Date:   Thu Jun 18 11:14:56 2015 -0700
114674
114675     0.9.41
114676
114677  NEWS         | 10 ++++++++++
114678  configure.ac |  2 +-
114679  2 files changed, 11 insertions(+), 1 deletion(-)
114680
114681 commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
114682 Author: Behdad Esfahbod <behdad@behdad.org>
114683 Date:   Thu Jun 18 10:55:13 2015 -0700
114684
114685     [util] Disable hb-fc-list for now
114686     
114687     Until I figure out what to do about the API, and finalize
114688     the tool.
114689
114690  util/Makefile.am | 28 ++++++++++++++--------------
114691  1 file changed, 14 insertions(+), 14 deletions(-)
114692
114693 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
114694 Author: Behdad Esfahbod <behdad@behdad.org>
114695 Date:   Fri Jun 12 17:46:06 2015 -0700
114696
114697     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
114698     
114699     Part of https://github.com/behdad/harfbuzz/issues/91
114700
114701  src/hb-common.cc | 2 +-
114702  src/hb-ot-tag.cc | 9 +++++++++
114703  2 files changed, 10 insertions(+), 1 deletion(-)
114704
114705 commit f0c80060763475aa34a18ecbef600b6811855cb6
114706 Author: Behdad Esfahbod <behdad@behdad.org>
114707 Date:   Fri Jun 12 17:37:41 2015 -0700
114708
114709     [TravisCI] Hook up Coverity
114710     
114711     First try...
114712
114713  .travis.yml | 13 +++++++++++++
114714  1 file changed, 13 insertions(+)
114715
114716 commit 8ac446908ca75bea989414a0f551a6da8885bf52
114717 Author: Behdad Esfahbod <behdad@behdad.org>
114718 Date:   Fri Jun 12 17:29:05 2015 -0700
114719
114720     Add Coverity Scan badge
114721
114722  README | 1 +
114723  1 file changed, 1 insertion(+)
114724
114725 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe
114726 Author: Behdad Esfahbod <behdad@behdad.org>
114727 Date:   Wed Jun 10 10:57:46 2015 -0700
114728
114729     Fix warnings: "member call on null pointer of type"
114730     
114731     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
114732
114733  src/hb-private.hh | 4 ++--
114734  1 file changed, 2 insertions(+), 2 deletions(-)
114735
114736 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030
114737 Author: Behdad Esfahbod <behdad@behdad.org>
114738 Date:   Wed Jun 3 12:07:46 2015 -0700
114739
114740     Fix build
114741
114742  util/options.cc | 2 +-
114743  1 file changed, 1 insertion(+), 1 deletion(-)
114744
114745 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
114746 Author: Behdad Esfahbod <behdad@behdad.org>
114747 Date:   Wed Jun 3 11:53:42 2015 -0700
114748
114749     Add include check to hb-ot-font.h
114750
114751  src/hb-ot-font.h | 4 ++++
114752  1 file changed, 4 insertions(+)
114753
114754 commit 37c8daf724add4a41a06385e571277d137dc2a2f
114755 Merge: f1b44303d 01c3a8854
114756 Author: Behdad Esfahbod <behdad@behdad.org>
114757 Date:   Mon Jun 1 13:27:37 2015 -0700
114758
114759     Merge pull request #111 from brawer/since
114760     
114761     Fix "Since:" tags
114762
114763 commit 01c3a88543850c87483fd8671044df53b368c520
114764 Author: Sascha Brawer <sascha@brawer.ch>
114765 Date:   Mon Jun 1 13:22:01 2015 +0200
114766
114767     Fix "Since:" tags
114768     
114769     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
114770     Resolves #103
114771
114772  src/hb-buffer.cc         | 32 +++++++++++++++++------------
114773  src/hb-common.cc         |  4 ++--
114774  src/hb-face.cc           | 12 +++++------
114775  src/hb-font.cc           | 14 ++++++-------
114776  src/hb-font.h            |  4 ++--
114777  src/hb-ft.cc             |  4 ++--
114778  src/hb-glib.cc           |  3 +++
114779  src/hb-gobject-structs.h | 18 +++++++++++++++++
114780  src/hb-ot-font.cc        |  3 +++
114781  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
114782  src/hb-ot-shape.cc       |  6 ++++++
114783  src/hb-set.cc            | 52 ++++++++++++++++++++++++------------------------
114784  src/hb-shape-plan.cc     | 18 ++++++++---------
114785  src/hb-shape.cc          |  8 ++++----
114786  src/hb-unicode.cc        |  6 +++---
114787  src/hb-unicode.h         | 31 ++++++++++++++++++++++++++---
114788  16 files changed, 168 insertions(+), 77 deletions(-)
114789
114790 commit f1b44303df0712b433e35e1e1e75115c353b279e
114791 Author: Behdad Esfahbod <behdad@behdad.org>
114792 Date:   Thu May 21 14:00:15 2015 -0700
114793
114794     Fix unary minus operator applied to unsigned int
114795     
114796     Applying unary minus operator to unsigned int causes the following
114797     warning on MSVS:
114798     
114799       warning C4146: unary minus operator applied to unsigned type, result still unsigned
114800     
114801     Based on patch from Koji Ishi.
114802     
114803     Fixes https://github.com/behdad/harfbuzz/pull/110
114804
114805  src/hb-ot-font.cc | 2 +-
114806  1 file changed, 1 insertion(+), 1 deletion(-)
114807
114808 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b
114809 Author: Behdad Esfahbod <behdad@behdad.org>
114810 Date:   Tue May 19 17:42:30 2015 -0700
114811
114812     [gobject] Remove hb_language_t workarounds for g-i shortcomings
114813     
114814     Using latest gobject-introspection, I don't seem to be having this
114815     problem anymore:
114816     
114817       https://bugzilla.gnome.org/show_bug.cgi?id=707656
114818     
114819     Removing that kludge makes language_t behave more like the way I expect it
114820     in Python.
114821     
114822     Also fixes:
114823     https://github.com/behdad/harfbuzz/issues/91
114824
114825  src/hb-gobject-structs.cc | 1 -
114826  src/hb-gobject-structs.h  | 8 --------
114827  2 files changed, 9 deletions(-)
114828
114829 commit ece434fa0fec6754e5164d881c1e967376729eca
114830 Author: Behdad Esfahbod <behdad@behdad.org>
114831 Date:   Tue May 19 17:20:58 2015 -0700
114832
114833     [gobject] Macroize value types
114834     
114835     Fixes user_data_t
114836
114837  src/hb-gobject-structs.cc | 73 +++++++++++------------------------------------
114838  1 file changed, 17 insertions(+), 56 deletions(-)
114839
114840 commit 9df099b4837df722e738675af318efcc9ac39a78
114841 Author: Behdad Esfahbod <behdad@behdad.org>
114842 Date:   Mon May 18 18:37:06 2015 -0700
114843
114844     [ft] Don't set *glyph in get_glyph() if glyph not found
114845
114846  src/hb-ft.cc | 16 ++++++++++------
114847  1 file changed, 10 insertions(+), 6 deletions(-)
114848
114849 commit ff0f210519bcb0e44d4b986f7eef2004383cd344
114850 Author: Behdad Esfahbod <behdad@behdad.org>
114851 Date:   Mon May 18 14:16:28 2015 -0700
114852
114853     [util] Minor
114854
114855  util/ansi-print.cc | 26 +++++++++++++-------------
114856  1 file changed, 13 insertions(+), 13 deletions(-)
114857
114858 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
114859 Merge: 580152153 74139f983
114860 Author: Behdad Esfahbod <behdad@behdad.org>
114861 Date:   Thu May 7 10:46:42 2015 -0700
114862
114863     Merge pull request #105 from ebraminio/master
114864     
114865     Fix Travis CI config to pass again
114866
114867 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
114868 Author: Ebrahim Byagowi <ebrahim@gnu.org>
114869 Date:   Thu May 7 13:09:32 2015 +0000
114870
114871     Fix Travis CI config to pass again
114872
114873  .travis.yml | 2 +-
114874  1 file changed, 1 insertion(+), 1 deletion(-)
114875
114876 commit 58015215321a76d68df8e0d51039904a67291108
114877 Author: Behdad Esfahbod <behdad@behdad.org>
114878 Date:   Wed May 6 00:40:31 2015 -0700
114879
114880     Add note re OpenType 1.7 language tags
114881
114882  src/hb-ot-tag.cc | 15 ++++++++++-----
114883  1 file changed, 10 insertions(+), 5 deletions(-)
114884
114885 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38
114886 Author: Roozbeh Pournader <roozbeh@google.com>
114887 Date:   Tue May 5 22:31:19 2015 -0700
114888
114889     [minor] Remove comment about Navajo OpenType code.
114890     
114891     Apparently the code is already standardized:
114892     https://www.microsoft.com/typography/otspec/languagetags.htm
114893
114894  src/hb-ot-tag.cc | 2 +-
114895  1 file changed, 1 insertion(+), 1 deletion(-)
114896
114897 commit 42b00118eae46a5183e885e89e0856f41361f57e
114898 Merge: c60f3c8e1 cfeb0562e
114899 Author: Behdad Esfahbod <behdad@behdad.org>
114900 Date:   Tue May 5 14:49:47 2015 -0700
114901
114902     Merge pull request #102 from roozbehp/master
114903     
114904     Add OpenType language tag 'NAV ' for Navajo.
114905
114906 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
114907 Author: Behdad Esfahbod <behdad@behdad.org>
114908 Date:   Mon May 4 23:10:32 2015 -0700
114909
114910     [README.python] Add package name for gobject-introspection on Ubuntu
114911
114912  README.python | 8 ++++++--
114913  1 file changed, 6 insertions(+), 2 deletions(-)
114914
114915 commit 82010a4bdb32248deb1337a3357dfae5b203c48d
114916 Author: Behdad Esfahbod <behdad@behdad.org>
114917 Date:   Mon May 4 23:09:51 2015 -0700
114918
114919     [travis] Comment out gobject-introspection again
114920     
114921     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
114922
114923  .travis.yml | 4 ++--
114924  1 file changed, 2 insertions(+), 2 deletions(-)
114925
114926 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
114927 Author: Behdad Esfahbod <behdad@behdad.org>
114928 Date:   Mon May 4 19:22:11 2015 -0700
114929
114930     [travis] Build with introspection enabled
114931
114932  .travis.yml | 3 ++-
114933  1 file changed, 2 insertions(+), 1 deletion(-)
114934
114935 commit be66ec5373634234f221ace9cfed45d76b87f20e
114936 Author: Behdad Esfahbod <behdad@behdad.org>
114937 Date:   Thu Apr 30 18:27:13 2015 -0400
114938
114939     Use TRUE/FALSE instead of true/false in docs
114940
114941  src/hb-shape.cc | 6 +++---
114942  1 file changed, 3 insertions(+), 3 deletions(-)
114943
114944 commit d055e1fc781c123f38d321846937965ef794257e
114945 Author: Khaled Hosny <khaledhosny@eglug.org>
114946 Date:   Wed Jan 8 02:28:55 2014 +0200
114947
114948     Some attempt into initial hb-shape documentation
114949     
114950     Very anaemic, needs to descripe the format understood by
114951     hb_feature_from_string() etc., but it is just start.
114952
114953  src/hb-shape.cc | 70 ++++++++++++++++++++++++++++++++++++++-------------------
114954  src/hb-shape.h  |  3 ---
114955  2 files changed, 47 insertions(+), 26 deletions(-)
114956
114957 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074
114958 Author: Behdad Esfahbod <behdad@behdad.org>
114959 Date:   Thu Apr 30 13:04:16 2015 -0400
114960
114961     New API: hb_buffer_reverse_range()
114962
114963  src/hb-buffer.cc | 17 +++++++++++++++++
114964  src/hb-buffer.h  |  4 ++++
114965  2 files changed, 21 insertions(+)
114966
114967 commit cfeb0562ebd8804dad731625153549eafeb78213
114968 Author: Roozbeh Pournader <roozbeh@google.com>
114969 Date:   Wed Apr 29 09:32:42 2015 -0700
114970
114971     Add OpenType language tag 'NAV ' for Navajo.
114972     
114973     The code is not standardized yet, but is used in some Google fonts.
114974
114975  src/hb-ot-tag.cc | 1 +
114976  1 file changed, 1 insertion(+)
114977
114978 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7
114979 Author: Jonathan Kew <jfkthame@gmail.com>
114980 Date:   Thu Apr 23 12:45:02 2015 +0100
114981
114982     Don't apply Arabic shaping to vertical text.
114983
114984  src/hb-ot-shape-complex-private.hh | 9 ++++++---
114985  1 file changed, 6 insertions(+), 3 deletions(-)
114986
114987 commit 97942420bbee1bc6953d5f805621066301fa17ca
114988 Author: Behdad Esfahbod <behdad@behdad.org>
114989 Date:   Thu Apr 23 18:56:24 2015 -0700
114990
114991     Update check-libstdc++ for clang
114992
114993  src/check-libstdc++.sh | 6 +++---
114994  1 file changed, 3 insertions(+), 3 deletions(-)
114995
114996 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
114997 Author: Behdad Esfahbod <behdad@behdad.org>
114998 Date:   Thu Apr 23 14:32:33 2015 -0700
114999
115000     [test] Ignor 'n' and 'i' in hb-unicode-encode
115001     
115002     Allows accepting uniXXXX format.
115003
115004  test/shaping/hb_test_tools.py | 2 +-
115005  1 file changed, 1 insertion(+), 1 deletion(-)
115006
115007 commit 39851ce84efd30f6d0570324ff8f3808a01b813b
115008 Author: Behdad Esfahbod <behdad@behdad.org>
115009 Date:   Tue Apr 21 19:23:27 2015 -0700
115010
115011     [coretext] Oops; fix issue number for previous commit
115012
115013  src/hb-coretext.cc | 2 +-
115014  1 file changed, 1 insertion(+), 1 deletion(-)
115015
115016 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78
115017 Author: Behdad Esfahbod <behdad@behdad.org>
115018 Date:   Tue Apr 21 19:21:32 2015 -0700
115019
115020     [coretext] Fix positioning with trailing whitespace
115021     
115022     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
115023
115024  src/hb-coretext.cc | 11 +++++++++++
115025  1 file changed, 11 insertions(+)
115026
115027 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd
115028 Author: Behdad Esfahbod <behdad@behdad.org>
115029 Date:   Fri Apr 17 13:08:08 2015 -0700
115030
115031     [ot-font] Accept MS Symbol cmap if nothing else found
115032
115033  src/hb-ot-font.cc | 1 +
115034  1 file changed, 1 insertion(+)
115035
115036 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
115037 Author: Behdad Esfahbod <behdad@behdad.org>
115038 Date:   Tue Apr 14 13:32:22 2015 -0700
115039
115040     Revert "Add MSVC pragma for UTF-8 source code"
115041     
115042     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
115043     
115044     See discussion:
115045     https://bugzilla.gnome.org/show_bug.cgi?id=747772
115046
115047  src/hb-private.hh | 1 -
115048  1 file changed, 1 deletion(-)
115049
115050 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef
115051 Author: Behdad Esfahbod <behdad@behdad.org>
115052 Date:   Mon Apr 13 23:51:45 2015 -0700
115053
115054     Whitespace
115055
115056  util/options.cc | 18 +++++++++++-------
115057  1 file changed, 11 insertions(+), 7 deletions(-)
115058
115059 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
115060 Merge: 89cbd4d95 9ee176ee9
115061 Author: Behdad Esfahbod <behdad@behdad.org>
115062 Date:   Mon Apr 13 23:40:35 2015 -0700
115063
115064     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
115065     
115066     Improve hb-shape/hb-view's help text w.r.t. output options
115067
115068 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
115069 Author: Behdad Esfahbod <behdad@behdad.org>
115070 Date:   Mon Apr 13 12:27:08 2015 -0700
115071
115072     Add MSVC pragma for UTF-8 source code
115073     
115074     Not sure we have any right now; motivated by this:
115075     https://bugzilla.gnome.org/show_bug.cgi?id=747772
115076
115077  src/hb-private.hh | 1 +
115078  1 file changed, 1 insertion(+)
115079
115080 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
115081 Merge: 1086f21e5 22524a514
115082 Author: Behdad Esfahbod <behdad@behdad.org>
115083 Date:   Fri Apr 10 14:34:05 2015 -0700
115084
115085     Merge pull request #99 from khaledhosny/introspection-fixes2
115086     
115087     More ntrospection fixes
115088
115089 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
115090 Author: Khaled Hosny <khaledhosny@eglug.org>
115091 Date:   Fri Apr 10 18:14:45 2015 +0200
115092
115093     [bindings] Fix hb_buffer_get_segment_properties
115094     
115095     Annotate the output parameter.
115096
115097  src/hb-buffer.cc | 2 +-
115098  1 file changed, 1 insertion(+), 1 deletion(-)
115099
115100 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
115101 Merge: 125cb0834 fe97b65a5
115102 Author: Behdad Esfahbod <behdad@behdad.org>
115103 Date:   Fri Apr 10 12:21:04 2015 -0700
115104
115105     Merge branch 'hb-fc'
115106
115107 commit 125cb08345a7f27e565329d37093b1a60a41a403
115108 Merge: e8fd83932 855a5d7cb
115109 Author: Behdad Esfahbod <behdad@behdad.org>
115110 Date:   Fri Apr 10 12:19:57 2015 -0700
115111
115112     Merge pull request #98 from KonstantinRitt/WEC2013
115113     
115114     Fix build on WEC2013
115115
115116 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
115117 Author: Khaled Hosny <khaledhosny@eglug.org>
115118 Date:   Fri Apr 10 17:49:01 2015 +0200
115119
115120     [bindings] Fix ownership of returned hb_language_t
115121     
115122     It should not be freed by the caller.
115123
115124  src/hb-buffer.cc | 2 +-
115125  src/hb-common.cc | 2 +-
115126  2 files changed, 2 insertions(+), 2 deletions(-)
115127
115128 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480
115129 Author: Konstantin Ritt <ritt.ks@gmail.com>
115130 Date:   Fri Apr 10 17:18:01 2015 +0400
115131
115132     Fix build on WEC2013
115133     
115134     Based on patch from Björn Breitmeyer
115135
115136  src/hb-private.hh | 4 +++-
115137  1 file changed, 3 insertions(+), 1 deletion(-)
115138
115139 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3
115140 Author: Behdad Esfahbod <behdad@behdad.org>
115141 Date:   Wed Aug 6 16:49:51 2014 -0400
115142
115143     [utils] Add hb-fc-list
115144     
115145     This is a tool that lists all fonts that can render a given string.
115146     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
115147     normalizer.
115148
115149  configure.ac      |  19 +++++
115150  util/Makefile.am  |  15 ++++
115151  util/hb-fc-list.c | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
115152  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
115153  util/hb-fc.h      |  46 +++++++++++
115154  5 files changed, 451 insertions(+)
115155
115156 commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22
115157 Author: Behdad Esfahbod <behdad@behdad.org>
115158 Date:   Wed Aug 6 15:36:41 2014 -0400
115159
115160     Relax inert checks
115161     
115162     Previously, when creating an object from inert inputs (eg:
115163     "hb_font_create(hb_face_get_empty())") we returned the inert
115164     empty object.  This is not helpful as there are legitimate
115165     usecases to do that.
115166     
115167     We now never return the inert object unless allocation failed.
115168     
115169     Tests are revised to reflect.
115170
115171  src/hb-face.cc         |  4 ++--
115172  src/hb-font.cc         |  4 +---
115173  src/hb-shape-plan.cc   |  7 +++++--
115174  test/api/test-font.c   | 10 +++++-----
115175  test/api/test-object.c | 34 +++++++++++++++++-----------------
115176  5 files changed, 30 insertions(+), 29 deletions(-)
115177
115178 commit e8fd83932a75cfbaa4638a757868915ebfac3c1f
115179 Author: Behdad Esfahbod <behdad@behdad.org>
115180 Date:   Thu Apr 9 15:52:26 2015 -0700
115181
115182     [util/hb-view] Fix rendering with all combinations of negative scales
115183
115184  util/view-cairo.cc | 90 ++++++++++++++++++++++++++++--------------------------
115185  util/view-cairo.hh |  2 --
115186  2 files changed, 47 insertions(+), 45 deletions(-)
115187
115188 commit 69d5af93169ea2d87276b65d43c889a359d5d81e
115189 Author: Behdad Esfahbod <behdad@behdad.org>
115190 Date:   Thu Apr 9 15:17:16 2015 -0700
115191
115192     [util] Minor
115193
115194  util/view-cairo.cc | 6 ++----
115195  1 file changed, 2 insertions(+), 4 deletions(-)
115196
115197 commit a664810e38b479e05ea32cac263cb5730629f9d8
115198 Author: Behdad Esfahbod <behdad@behdad.org>
115199 Date:   Thu Apr 9 15:04:42 2015 -0700
115200
115201     [util] Accept comma as well as space when separating components of args
115202     
115203     Applies to --font-size and --margin.
115204     
115205     Hopefully the scanf usage here doesn't have compatibility issues
115206     (star being counted in the return value, etc).
115207
115208  util/options.cc | 4 ++--
115209  1 file changed, 2 insertions(+), 2 deletions(-)
115210
115211 commit 9c974360febcfd67247107352425fe8590d9d452
115212 Author: Behdad Esfahbod <behdad@behdad.org>
115213 Date:   Thu Apr 9 12:04:14 2015 -0700
115214
115215     Minor rename
115216
115217  src/hb-atomic-private.hh | 10 +++++-----
115218  1 file changed, 5 insertions(+), 5 deletions(-)
115219
115220 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed
115221 Author: Behdad Esfahbod <behdad@behdad.org>
115222 Date:   Wed Apr 8 16:26:24 2015 -0700
115223
115224     Minor
115225
115226  src/hb-common.cc | 2 +-
115227  1 file changed, 1 insertion(+), 1 deletion(-)
115228
115229 commit 2958f2c147fc6327175b51a4eaca694263e34ac9
115230 Author: Behdad Esfahbod <behdad@behdad.org>
115231 Date:   Wed Apr 8 16:26:16 2015 -0700
115232
115233     Fixup
115234
115235  src/hb-atomic-private.hh | 1 +
115236  1 file changed, 1 insertion(+)
115237
115238 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4
115239 Author: Behdad Esfahbod <behdad@behdad.org>
115240 Date:   Wed Apr 8 14:39:00 2015 -0700
115241
115242     Fix warnings
115243     
115244     Part of https://github.com/behdad/harfbuzz/pull/68
115245
115246  src/hb-ot-font.cc                    |  4 ++--
115247  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
115248  2 files changed, 13 insertions(+), 13 deletions(-)
115249
115250 commit cdcdfe61b97a0a48ccf834b6d924d187da9609be
115251 Author: Behdad Esfahbod <behdad@behdad.org>
115252 Date:   Wed Apr 8 13:25:04 2015 -0700
115253
115254     Err, instead of warn, if mutex / atomic / unicode funcs are missing
115255     
115256     Hopefully this results in fewer badly built HarfBuzz integrations.
115257
115258  src/hb-unicode.cc |  8 ++++----
115259  src/hb-warning.cc | 22 ++++++++--------------
115260  2 files changed, 12 insertions(+), 18 deletions(-)
115261
115262 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f
115263 Author: Behdad Esfahbod <behdad@behdad.org>
115264 Date:   Wed Apr 8 13:03:27 2015 -0700
115265
115266     Fix unused var warnings
115267
115268  src/hb-ot-layout-gpos-table.hh | 1 -
115269  src/hb-ot-layout-gsub-table.hh | 1 -
115270  2 files changed, 2 deletions(-)
115271
115272 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f
115273 Author: Konstantin Ritt <ritt.ks@gmail.com>
115274 Date:   Sat Mar 28 00:49:33 2015 +0400
115275
115276     Minor refactoring to the atomics implementation
115277     
115278     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
115279     to bring it in par with hb_mutex_impl_t, then re-introduce
115280     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
115281     
115282     In hb_reference_count_t, make it clear the non-atomic get and set
115283     are intentional due to nature of the cases they are used in
115284     (comparison to -1 and the debug output/tracing).
115285
115286  src/hb-atomic-private.hh | 86 +++++++++++++++++++++++++++++++-----------------
115287  src/hb-mutex-private.hh  |  4 ++-
115288  src/hb-object-private.hh | 21 ++++++------
115289  3 files changed, 69 insertions(+), 42 deletions(-)
115290
115291 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc
115292 Author: Behdad Esfahbod <behdad@behdad.org>
115293 Date:   Wed Apr 8 12:52:06 2015 -0700
115294
115295     Minor
115296
115297  src/hb-mutex-private.hh | 3 ++-
115298  1 file changed, 2 insertions(+), 1 deletion(-)
115299
115300 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac
115301 Author: Behdad Esfahbod <behdad@behdad.org>
115302 Date:   Wed Apr 8 12:49:38 2015 -0700
115303
115304     Allow implementing atomic and mutex ops in config
115305     
115306     Motivated by
115307     https://github.com/behdad/harfbuzz/pull/92
115308
115309  src/hb-atomic-private.hh | 6 +++++-
115310  src/hb-mutex-private.hh  | 7 ++++++-
115311  2 files changed, 11 insertions(+), 2 deletions(-)
115312
115313 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2
115314 Author: Behdad Esfahbod <behdad@behdad.org>
115315 Date:   Wed Apr 8 12:49:23 2015 -0700
115316
115317     Minor
115318
115319  src/hb-set-private.hh | 1 -
115320  1 file changed, 1 deletion(-)
115321
115322 commit 9868749abe468130d89c80a2501847a83acb4579
115323 Author: Behdad Esfahbod <behdad@behdad.org>
115324 Date:   Mon Apr 6 14:51:31 2015 -0700
115325
115326     [test] Use /usr/bin/env python instead of /usr/bin/python
115327     
115328     Bug 76494 - #!/usr/bin/python in testsuite
115329     
115330     https://bugs.freedesktop.org/show_bug.cgi?id=76494
115331
115332  test/shaping/hb-diff                 | 2 +-
115333  test/shaping/hb-diff-colorize        | 2 +-
115334  test/shaping/hb-diff-filter-failures | 2 +-
115335  test/shaping/hb-diff-ngrams          | 2 +-
115336  test/shaping/hb-diff-stat            | 2 +-
115337  test/shaping/hb-manifest-read        | 2 +-
115338  test/shaping/hb-manifest-update      | 2 +-
115339  test/shaping/hb-unicode-decode       | 2 +-
115340  test/shaping/hb-unicode-encode       | 2 +-
115341  test/shaping/hb-unicode-prettyname   | 2 +-
115342  test/shaping/hb_test_tools.py        | 2 +-
115343  11 files changed, 11 insertions(+), 11 deletions(-)
115344
115345 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
115346 Merge: ce01ad7c2 363ceec3f
115347 Author: Behdad Esfahbod <behdad@behdad.org>
115348 Date:   Mon Apr 6 14:41:32 2015 -0700
115349
115350     Merge pull request #93 from ebraminio/archpy3
115351     
115352     Make hb_test_tools.py compatible with python 3
115353
115354 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
115355 Author: Behdad Esfahbod <behdad@behdad.org>
115356 Date:   Wed Apr 1 11:05:59 2015 -0700
115357
115358     MSVC 2015 supports snprintf and not _snprintf
115359
115360  src/hb-private.hh | 2 +-
115361  1 file changed, 1 insertion(+), 1 deletion(-)
115362
115363 commit 560718862f0bd994b62361652d6fd558c4182e2a
115364 Author: Behdad Esfahbod <behdad@behdad.org>
115365 Date:   Wed Apr 1 11:04:33 2015 -0700
115366
115367     Move WinCE define to better place
115368
115369  src/hb-private.hh | 3 +--
115370  1 file changed, 1 insertion(+), 2 deletions(-)
115371
115372 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92
115373 Author: Ebrahim Byagowi <ebrahim@gnu.org>
115374 Date:   Mon Mar 30 03:27:14 2015 +0430
115375
115376     Make hb_test_tools.py compatible with python 3
115377     
115378     On ArchLinux, /usr/bin/python is linked to python 3 so
115379     HarfBuzz `make check` is broken there.
115380     
115381     This makes hb_test_tools.py compatible with python 3 while
115382     no breaking it on python 2.
115383
115384  test/shaping/hb_test_tools.py | 44 ++++++++++++++++++++++++-------------------
115385  1 file changed, 25 insertions(+), 19 deletions(-)
115386
115387 commit aee685086c8fde6f6c4590e483a177c19f222540
115388 Author: Behdad Esfahbod <behdad@behdad.org>
115389 Date:   Thu Mar 26 14:13:53 2015 -0400
115390
115391     Fix VC++ /analyze warnings
115392     
115393     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
115394     uninitialized memory 'pos'.
115395
115396  src/hb-buffer-deserialize-text.rl | 4 ++--
115397  1 file changed, 2 insertions(+), 2 deletions(-)
115398
115399 commit 8886ab430ca68539cb318e175647e9f6973718b0
115400 Merge: e3671b8f8 a394bb667
115401 Author: Behdad Esfahbod <behdad@behdad.org>
115402 Date:   Sun Mar 22 16:18:57 2015 -0400
115403
115404     Merge pull request #90 from khaledhosny/introspection-fixes
115405     
115406     [bindings] Fix *_from_string functions
115407
115408 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
115409 Author: Khaled Hosny <khaledhosny@eglug.org>
115410 Date:   Sun Mar 22 20:29:10 2015 +0200
115411
115412     [bindings] Fix *_from_string functions
115413     
115414     Without the element-type they will be getting garbage, at least with
115415     Python.
115416
115417  src/hb-common.cc | 8 ++++----
115418  src/hb-font.cc   | 2 +-
115419  src/hb-shape.cc  | 2 +-
115420  3 files changed, 6 insertions(+), 6 deletions(-)
115421
115422 commit e3671b8f8bb339e8a563a9da9cd5069073200fec
115423 Author: Behdad Esfahbod <behdad@behdad.org>
115424 Date:   Fri Mar 20 18:03:02 2015 -0400
115425
115426     0.9.40
115427
115428  NEWS         | 8 ++++++++
115429  configure.ac | 2 +-
115430  2 files changed, 9 insertions(+), 1 deletion(-)
115431
115432 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
115433 Author: Behdad Esfahbod <behdad@behdad.org>
115434 Date:   Fri Mar 20 16:08:38 2015 -0400
115435
115436     Fix reverse_range() for empty range
115437     
115438     Fixes coretext notdef loop consisting of all default_ignorable glyphs
115439     
115440     https://code.google.com/p/chromium/issues/detail?id=464755
115441
115442  src/hb-buffer.cc | 2 +-
115443  1 file changed, 1 insertion(+), 1 deletion(-)
115444
115445 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
115446 Author: Behdad Esfahbod <behdad@behdad.org>
115447 Date:   Wed Mar 4 15:47:25 2015 -0800
115448
115449     Fix previous commit
115450     
115451     I misunderstood how which works.
115452
115453  autogen.sh | 2 +-
115454  1 file changed, 1 insertion(+), 1 deletion(-)
115455
115456 commit 6763e21afb77b250ad4416ff921d46c63ea12443
115457 Author: Behdad Esfahbod <behdad@behdad.org>
115458 Date:   Wed Mar 4 15:43:05 2015 -0800
115459
115460     Accept glibtoolize as libtoolize
115461     
115462     Of course, we don't really run it, autoreconf does.  We just
115463     err if neither is available.  glibtoolize is the name it is
115464     shipped under on OS X.  Reported by Adam.
115465
115466  autogen.sh | 2 +-
115467  1 file changed, 1 insertion(+), 1 deletion(-)
115468
115469 commit 02a04e6afb1a76894f3723a467716607970d95d3
115470 Author: Behdad Esfahbod <behdad@behdad.org>
115471 Date:   Wed Mar 4 12:32:03 2015 -0800
115472
115473     0.9.39
115474
115475  NEWS         | 10 ++++++++++
115476  configure.ac |  2 +-
115477  2 files changed, 11 insertions(+), 1 deletion(-)
115478
115479 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
115480 Author: Behdad Esfahbod <behdad@behdad.org>
115481 Date:   Wed Mar 4 12:03:39 2015 -0800
115482
115483     Fix hb-uniscribe build
115484
115485  src/hb-ot-name-table.hh | 2 +-
115486  1 file changed, 1 insertion(+), 1 deletion(-)
115487
115488 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
115489 Author: Behdad Esfahbod <behdad@behdad.org>
115490 Date:   Mon Mar 2 16:06:55 2015 -0800
115491
115492     Fix reverse_range() to only reverse alt array if positions are used
115493     
115494     In hb-coretext, when we were using scratch buffer for book-keeping,
115495     a reverse_range() caused by the notdef-insertion loop could mess up
115496     our log_clusters.  Ouch!
115497
115498  src/hb-buffer.cc | 2 +-
115499  1 file changed, 1 insertion(+), 1 deletion(-)
115500
115501 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
115502 Author: Behdad Esfahbod <behdad@behdad.org>
115503 Date:   Thu Feb 26 13:58:32 2015 -0800
115504
115505     Better error message if libtool is not installed
115506     
115507     Fixes https://github.com/behdad/harfbuzz/pull/88
115508
115509  autogen.sh | 9 +++++++--
115510  1 file changed, 7 insertions(+), 2 deletions(-)
115511
115512 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
115513 Author: Behdad Esfahbod <behdad@behdad.org>
115514 Date:   Thu Feb 26 13:55:34 2015 -0800
115515
115516     Clean up gtk-doc.make
115517
115518  Makefile.am | 1 +
115519  1 file changed, 1 insertion(+)
115520
115521 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
115522 Author: Behdad Esfahbod <behdad@behdad.org>
115523 Date:   Thu Feb 26 13:53:05 2015 -0800
115524
115525     Install git.mk in docs/
115526
115527  docs/Makefile.am | 2 ++
115528  1 file changed, 2 insertions(+)
115529
115530 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
115531 Author: Behdad Esfahbod <behdad@behdad.org>
115532 Date:   Thu Feb 26 13:52:50 2015 -0800
115533
115534     Update git.mk from upstream
115535
115536  git.mk | 35 ++++++++++++++++++++++++++++-------
115537  1 file changed, 28 insertions(+), 7 deletions(-)
115538
115539 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
115540 Author: Behdad Esfahbod <behdad@behdad.org>
115541 Date:   Sat Feb 21 16:51:17 2015 +0300
115542
115543     Minor refactoring
115544
115545  src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
115546  1 file changed, 28 insertions(+), 16 deletions(-)
115547
115548 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
115549 Author: Behdad Esfahbod <behdad@behdad.org>
115550 Date:   Sat Feb 21 16:49:15 2015 +0300
115551
115552     Minor
115553
115554  src/hb-ot-layout-common-private.hh | 5 +++--
115555  1 file changed, 3 insertions(+), 2 deletions(-)
115556
115557 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
115558 Author: Behdad Esfahbod <behdad@behdad.org>
115559 Date:   Sat Feb 21 16:30:28 2015 +0300
115560
115561     Typo
115562
115563  src/hb-private.hh | 2 +-
115564  1 file changed, 1 insertion(+), 1 deletion(-)
115565
115566 commit 55553699b38d6481fbfacd0a32fc266e55553b34
115567 Author: Behdad Esfahbod <behdad@behdad.org>
115568 Date:   Sat Feb 21 16:29:08 2015 +0300
115569
115570     Minor
115571
115572  src/hb-private.hh | 2 --
115573  1 file changed, 2 deletions(-)
115574
115575 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
115576 Author: Behdad Esfahbod <behdad@behdad.org>
115577 Date:   Sat Feb 21 12:50:01 2015 +0300
115578
115579     [layout] Fix comparison of GlyphID and hb_codepoint_t
115580     
115581     Before, the IntType::cmp functions providing this and was truncating
115582     the hb_codepoint_t to 16bits before comparison.  I have no idea how
115583     this was never discovered, and I'm too lazy to try to reproduce this
115584     with Pango (which uses non-16bit codepoint numbers for missing glyphs).
115585
115586  src/hb-open-type-private.hh | 5 ++++-
115587  1 file changed, 4 insertions(+), 1 deletion(-)
115588
115589 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
115590 Author: Behdad Esfahbod <behdad@behdad.org>
115591 Date:   Sat Feb 21 12:41:08 2015 +0300
115592
115593     Remove unused (and wrong as of a few commits ago) cmp() function
115594
115595  src/hb-open-type-private.hh | 1 -
115596  1 file changed, 1 deletion(-)
115597
115598 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
115599 Author: Behdad Esfahbod <behdad@behdad.org>
115600 Date:   Sat Feb 21 12:31:59 2015 +0300
115601
115602     Minor
115603
115604  src/hb-ot-layout-common-private.hh | 2 +-
115605  1 file changed, 1 insertion(+), 1 deletion(-)
115606
115607 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
115608 Author: Behdad Esfahbod <behdad@behdad.org>
115609 Date:   Sat Feb 21 11:45:22 2015 +0300
115610
115611     Minor
115612
115613  src/hb-ot-layout.cc | 4 ++--
115614  1 file changed, 2 insertions(+), 2 deletions(-)
115615
115616 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
115617 Author: Behdad Esfahbod <behdad@behdad.org>
115618 Date:   Thu Feb 19 17:30:05 2015 +0300
115619
115620     [layout] If lookup has only one subtable, move the forward loop down to subtable
115621     
115622     I was hoping to see a nice speedup, but it resulted in a very minor one.
115623
115624  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
115625  1 file changed, 32 insertions(+), 1 deletion(-)
115626
115627 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
115628 Author: Behdad Esfahbod <behdad@behdad.org>
115629 Date:   Thu Feb 19 17:15:05 2015 +0300
115630
115631     [layout] Add apply_forward / apply_backward
115632
115633  src/hb-ot-layout.cc | 69 +++++++++++++++++++++++++++++++++++------------------
115634  1 file changed, 46 insertions(+), 23 deletions(-)
115635
115636 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
115637 Author: Behdad Esfahbod <behdad@behdad.org>
115638 Date:   Thu Feb 19 11:33:30 2015 +0300
115639
115640     [layout] Remove unneeded return value from apply()
115641
115642  src/hb-ot-layout.cc | 12 +++++-------
115643  1 file changed, 5 insertions(+), 7 deletions(-)
115644
115645 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
115646 Author: Behdad Esfahbod <behdad@behdad.org>
115647 Date:   Thu Feb 19 17:03:02 2015 +0300
115648
115649     Minor simpilfy BEInt
115650
115651  src/hb-open-type-private.hh | 25 ++-----------------------
115652  1 file changed, 2 insertions(+), 23 deletions(-)
115653
115654 commit 88a399acdc0fcb060803da0e7db56de2866981e3
115655 Author: Behdad Esfahbod <behdad@behdad.org>
115656 Date:   Thu Feb 19 16:57:12 2015 +0300
115657
115658     Optimize IntType comparison to avoid branches for 16bit numbers
115659
115660  src/hb-open-type-private.hh | 9 ++++++++-
115661  1 file changed, 8 insertions(+), 1 deletion(-)
115662
115663 commit 37de2d533126245774417234e3536fcfb24f3a6b
115664 Author: Behdad Esfahbod <behdad@behdad.org>
115665 Date:   Thu Feb 19 16:55:51 2015 +0300
115666
115667     Minor simplify IntType
115668
115669  src/hb-open-type-private.hh | 2 +-
115670  1 file changed, 1 insertion(+), 1 deletion(-)
115671
115672 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
115673 Author: Behdad Esfahbod <behdad@behdad.org>
115674 Date:   Thu Feb 19 10:47:18 2015 +0300
115675
115676     [layout] Minor
115677
115678  src/hb-ot-layout-gpos-table.hh | 6 ++++++
115679  src/hb-ot-layout-gsub-table.hh | 6 ++++++
115680  src/hb-ot-layout.cc            | 4 ++--
115681  3 files changed, 14 insertions(+), 2 deletions(-)
115682
115683 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
115684 Author: Behdad Esfahbod <behdad@behdad.org>
115685 Date:   Thu Feb 19 10:42:41 2015 +0300
115686
115687     [layout] Minor
115688
115689  src/hb-ot-layout.cc | 15 ++++-----------
115690  1 file changed, 4 insertions(+), 11 deletions(-)
115691
115692 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
115693 Author: Behdad Esfahbod <behdad@behdad.org>
115694 Date:   Thu Feb 19 10:40:23 2015 +0300
115695
115696     [layout] Don't check glyph props against lookup flags when recursing
115697     
115698     Shouldn't be needed.  I have a hard time imagining this breaking any
115699     legitimate use case.
115700
115701  src/hb-ot-layout-gpos-table.hh | 10 +---------
115702  src/hb-ot-layout-gsub-table.hh | 10 +---------
115703  2 files changed, 2 insertions(+), 18 deletions(-)
115704
115705 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
115706 Author: Behdad Esfahbod <behdad@behdad.org>
115707 Date:   Thu Feb 19 10:29:41 2015 +0300
115708
115709     [layout] Port sanitize() to use dispatch()
115710     
115711     Needed some rework of Extension table.  Hopefully I got it right, and
115712     the new template usage doesn't break any compilers...
115713
115714  src/hb-open-type-private.hh          |  5 ++-
115715  src/hb-ot-layout-gpos-table.hh       | 82 +----------------------------------
115716  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
115717  src/hb-ot-layout-gsubgpos-private.hh | 84 ++++++++++++------------------------
115718  4 files changed, 37 insertions(+), 206 deletions(-)
115719
115720 commit 758fb20630f84c3d373cda37974b88f16c02995e
115721 Author: Behdad Esfahbod <behdad@behdad.org>
115722 Date:   Wed Feb 18 13:45:03 2015 +0300
115723
115724     Remove unused macro
115725
115726  src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
115727  1 file changed, 1 deletion(-)
115728
115729 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
115730 Author: Behdad Esfahbod <behdad@behdad.org>
115731 Date:   Wed Feb 18 13:18:46 2015 +0300
115732
115733     [layout] Refactor Lookup::dispatch()
115734
115735  src/hb-ot-layout-common-private.hh   | 20 ++++++++++++++++++++
115736  src/hb-ot-layout-gpos-table.hh       | 12 +-----------
115737  src/hb-ot-layout-gsub-table.hh       | 12 +-----------
115738  src/hb-ot-layout-gsubgpos-private.hh |  6 ------
115739  4 files changed, 22 insertions(+), 28 deletions(-)
115740
115741 commit 70366f5d19df2e654f0933474fecf1aa16e27812
115742 Author: Behdad Esfahbod <behdad@behdad.org>
115743 Date:   Wed Feb 18 13:09:54 2015 +0300
115744
115745     [layout] Refactor get_subtable()
115746
115747  src/hb-ot-layout-common-private.hh | 12 ++++++++++++
115748  src/hb-ot-layout-gpos-table.hh     |  4 ++--
115749  src/hb-ot-layout-gsub-table.hh     |  6 +++---
115750  3 files changed, 17 insertions(+), 5 deletions(-)
115751
115752 commit f72f326aea6d1e93f63040730f7aecd401676c1c
115753 Author: Behdad Esfahbod <behdad@behdad.org>
115754 Date:   Tue Feb 17 19:18:07 2015 +0300
115755
115756     Minor
115757
115758  src/hb-ot-layout-gpos-table.hh | 1 -
115759  1 file changed, 1 deletion(-)
115760
115761 commit 8e36ccfd4f076888076ca176c055c18104af03b6
115762 Author: Behdad Esfahbod <behdad@behdad.org>
115763 Date:   Tue Feb 17 19:15:34 2015 +0300
115764
115765     [layout] Use dispatch() for add_coverage()
115766
115767  src/hb-ot-layout-gpos-table.hh       | 12 ++----------
115768  src/hb-ot-layout-gsub-table.hh       | 12 ++----------
115769  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
115770  3 files changed, 14 insertions(+), 22 deletions(-)
115771
115772 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
115773 Author: Behdad Esfahbod <behdad@behdad.org>
115774 Date:   Tue Feb 17 18:14:17 2015 +0300
115775
115776     [layout] Add may_dispatch()
115777     
115778     No functional change right now.
115779
115780  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
115781  src/hb-ot-layout-gsub-table.hh       |  6 ++++++
115782  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
115783  3 files changed, 25 insertions(+)
115784
115785 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
115786 Author: Behdad Esfahbod <behdad@behdad.org>
115787 Date:   Tue Feb 17 17:27:44 2015 +0300
115788
115789     Make sanitize() a const method
115790     
115791     This makes a lot of code safer.  We only try modifying the object in one
115792     place, after making sure it's safe to do so.  So, do a const_cast<> in
115793     that one place...
115794
115795  src/hb-open-file-private.hh          |  15 +++--
115796  src/hb-open-type-private.hh          |  51 +++++++++++------
115797  src/hb-ot-cmap-table.hh              |  35 ++++++++----
115798  src/hb-ot-head-table.hh              |   6 +-
115799  src/hb-ot-hhea-table.hh              |   3 +-
115800  src/hb-ot-hmtx-table.hh              |   3 +-
115801  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
115802  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
115803  src/hb-ot-layout-gpos-table.hh       | 108 +++++++++++++++++++++++------------
115804  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
115805  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
115806  src/hb-ot-layout-jstf-table.hh       |  12 ++--
115807  src/hb-ot-maxp-table.hh              |   6 +-
115808  src/hb-ot-name-table.hh              |   6 +-
115809  14 files changed, 296 insertions(+), 160 deletions(-)
115810
115811 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
115812 Author: Behdad Esfahbod <behdad@behdad.org>
115813 Date:   Tue Feb 17 16:05:30 2015 +0300
115814
115815     Minor
115816
115817  src/hb-ot-layout-gpos-table.hh | 6 ++----
115818  src/hb-ot-layout-gsub-table.hh | 6 ++----
115819  2 files changed, 4 insertions(+), 8 deletions(-)
115820
115821 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
115822 Author: Behdad Esfahbod <behdad@behdad.org>
115823 Date:   Tue Feb 17 16:04:07 2015 +0300
115824
115825     Remove unnecessary check in sanitize
115826
115827  src/hb-ot-layout-gpos-table.hh | 2 --
115828  src/hb-ot-layout-gsub-table.hh | 2 --
115829  2 files changed, 4 deletions(-)
115830
115831 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
115832 Author: Behdad Esfahbod <behdad@behdad.org>
115833 Date:   Thu Jan 29 13:59:42 2015 +0100
115834
115835     [layout] Allocate iters in the context
115836     
115837     Can be further optimized, but I think I didn't break anything.
115838     
115839     Saves another 3% off Roboto shaping.
115840
115841  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
115842  src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
115843  src/hb-ot-shape-fallback.cc          |  2 +-
115844  3 files changed, 20 insertions(+), 21 deletions(-)
115845
115846 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
115847 Author: Behdad Esfahbod <behdad@behdad.org>
115848 Date:   Thu Jan 29 13:48:48 2015 +0100
115849
115850     [layout] Move skippy_iter setup from constructor into init()
115851
115852  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
115853  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
115854  src/hb-ot-shape-fallback.cc          |  3 ++-
115855  3 files changed, 29 insertions(+), 20 deletions(-)
115856
115857 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
115858 Author: Behdad Esfahbod <behdad@behdad.org>
115859 Date:   Thu Jan 29 13:40:39 2015 +0100
115860
115861     [lookup] Add skippy_iter.reset()
115862     
115863     Towards reducing the cost of initializing skippy_iter()
115864
115865  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
115866  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
115867  src/hb-ot-shape-fallback.cc          |  3 ++-
115868  3 files changed, 32 insertions(+), 16 deletions(-)
115869
115870 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
115871 Author: Behdad Esfahbod <behdad@behdad.org>
115872 Date:   Thu Jan 29 13:32:05 2015 +0100
115873
115874     [layout] Shuffle code around
115875
115876  src/hb-ot-layout-gsubgpos-private.hh | 111 ++++++++++++++++++-----------------
115877  1 file changed, 56 insertions(+), 55 deletions(-)
115878
115879 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
115880 Author: Behdad Esfahbod <behdad@behdad.org>
115881 Date:   Thu Jan 29 13:08:41 2015 +0100
115882
115883     [layout] Merge forward and backward iterators
115884
115885  src/hb-ot-layout-gpos-table.hh       | 12 +++---
115886  src/hb-ot-layout-gsubgpos-private.hh | 71 ++++++++----------------------------
115887  src/hb-ot-shape-fallback.cc          |  2 +-
115888  3 files changed, 23 insertions(+), 62 deletions(-)
115889
115890 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
115891 Author: Behdad Esfahbod <behdad@behdad.org>
115892 Date:   Thu Jan 29 13:05:25 2015 +0100
115893
115894     [layout] Fix backward reject()
115895     
115896     Has no functional effect since reject was never used with
115897     match_glyph_data.
115898
115899  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
115900  1 file changed, 1 insertion(+), 1 deletion(-)
115901
115902 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
115903 Author: Behdad Esfahbod <behdad@behdad.org>
115904 Date:   Thu Jan 29 11:38:01 2015 +0100
115905
115906     [layout] Remove some unnecessary checks in skippy
115907
115908  src/hb-ot-layout-gpos-table.hh       | 3 ---
115909  src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
115910  2 files changed, 2 insertions(+), 10 deletions(-)
115911
115912 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
115913 Author: Behdad Esfahbod <behdad@behdad.org>
115914 Date:   Thu Jan 29 11:08:43 2015 +0100
115915
115916     [lookup] Don't initialize skippy if coverage match fails
115917     
115918     Currently:
115919     
115920       - Initializing skippy is very expensive,
115921     
115922       - Our lookup accelerator (using set-digests) can be very ineffecite,
115923     
115924     As such, we end up many times initializing skippy but then failing
115925     coverage check.  Reordering fixes that.
115926     
115927     When, later, we fix our accelerator to have truly small false-positive
115928     rate (for example by using the frozen-sets), then we might want to
115929     reorder these checks such that we wouldn't calculate coverage number
115930     if skippy is going to fail.
115931     
115932     This shows a 5% speedup with Roboto already.
115933
115934  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
115935  1 file changed, 6 insertions(+), 9 deletions(-)
115936
115937 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
115938 Author: Behdad Esfahbod <behdad@behdad.org>
115939 Date:   Wed Jan 28 23:01:12 2015 -0800
115940
115941     [layout] Use setter method to set c->lookup_props
115942
115943  src/hb-ot-layout-gpos-table.hh | 2 +-
115944  src/hb-ot-layout-gsub-table.hh | 2 +-
115945  2 files changed, 2 insertions(+), 2 deletions(-)
115946
115947 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
115948 Author: Behdad Esfahbod <behdad@behdad.org>
115949 Date:   Wed Jan 28 22:53:54 2015 -0800
115950
115951     [layout] Remove unused wrapper method
115952
115953  src/hb-ot-layout-gsubgpos-private.hh | 2 --
115954  1 file changed, 2 deletions(-)
115955
115956 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
115957 Author: Behdad Esfahbod <behdad@behdad.org>
115958 Date:   Wed Jan 28 21:46:07 2015 -0800
115959
115960     Add hb_frozen_set_t
115961     
115962     I experimented with replacing use of hb_set_digest_t with this new
115963     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
115964     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
115965     and 4% in NotoNastaliqUrduDraft :(.
115966
115967  src/hb-set-private.hh | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-
115968  1 file changed, 56 insertions(+), 1 deletion(-)
115969
115970 commit 241eac9559465fa79f396570af4e87f455b7e9d5
115971 Author: Behdad Esfahbod <behdad@behdad.org>
115972 Date:   Wed Jan 28 20:55:42 2015 -0800
115973
115974     Hide internals of lookup accelerators
115975
115976  src/hb-ot-layout-gsub-table.hh | 5 +++--
115977  src/hb-ot-layout-private.hh    | 5 +++++
115978  src/hb-ot-layout.cc            | 6 +++---
115979  3 files changed, 11 insertions(+), 5 deletions(-)
115980
115981 commit e2d4e8480d85436a3acad8145acac345ed593f5a
115982 Author: Behdad Esfahbod <behdad@behdad.org>
115983 Date:   Wed Jan 28 20:29:48 2015 -0800
115984
115985     [util] Add convenience "make lib" target
115986
115987  util/Makefile.am | 4 ++++
115988  1 file changed, 4 insertions(+)
115989
115990 commit faaae64bf28abdcdd15185374bc09a3809794118
115991 Merge: 7888a6b07 9768e651b
115992 Author: Behdad Esfahbod <behdad@behdad.org>
115993 Date:   Wed Feb 25 15:34:34 2015 -0800
115994
115995     Merge pull request #85 from KonstantinRitt/define_inline
115996     
115997     Fix build with MSVC on CE
115998
115999 commit 9ee176ee978e6668c4faf00028811ce70979122e
116000 Author: Collin Fair <cpf@cpfx.ca>
116001 Date:   Sat Feb 14 09:59:44 2015 -0500
116002
116003     Stop hb-shape docs leaking into hb-view
116004
116005  util/options.cc | 15 ++++++++-------
116006  1 file changed, 8 insertions(+), 7 deletions(-)
116007
116008 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c
116009 Author: Collin Fair <cpf@cpfx.ca>
116010 Date:   Sat Feb 14 09:44:00 2015 -0500
116011
116012     'All' of the above, not 'each'
116013
116014  util/options.cc | 4 ++--
116015  1 file changed, 2 insertions(+), 2 deletions(-)
116016
116017 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
116018 Author: Collin Fair <cpf@cpfx.ca>
116019 Date:   Sat Feb 14 09:32:04 2015 -0500
116020
116021     Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view)
116022
116023  util/options.cc | 2 +-
116024  1 file changed, 1 insertion(+), 1 deletion(-)
116025
116026 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
116027 Author: Collin Fair <cpf@cpfx.ca>
116028 Date:   Sat Feb 14 09:29:35 2015 -0500
116029
116030     Add serialization syntax documentation. Clarify naming and wording in --help-output/--help-format
116031
116032  util/options.cc | 30 ++++++++++++++++--------------
116033  1 file changed, 16 insertions(+), 14 deletions(-)
116034
116035 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
116036 Author: Konstantin Ritt <ritt.ks@gmail.com>
116037 Date:   Sat Feb 14 00:58:51 2015 +0400
116038
116039     Fix build with MSVC on CE
116040     
116041     This code is C++ only. There isn't a single C++ compiler that fails to
116042     understand the "inline" keyword, since it's required by C++98. Any
116043     compiler older than C++98 is likely to choke on the template usage
116044     further down, so this isn't necessary.
116045     
116046     Moreover, the C++ standard says you cannot define macros.
116047     [lib.macro.names] says "Nor shall such a translation unit define macros
116048     for names lexically identical to keywords." -- technically, it's a
116049     promise that the Standard Library headers won't do it, the wording means
116050     that the entire translation unit won't do it, which implies no source
116051     can do it.
116052     
116053     MSVC complains about it:
116054     fatal error C1189: #error : The C++ Standard Library forbids macroizing
116055     keywords. Enable warning C4005 to find the forbidden macro.
116056     
116057     Author: Thiago Macieira <thiago.macieira@intel.com>
116058
116059  src/hb-private.hh | 10 ----------
116060  1 file changed, 10 deletions(-)
116061
116062 commit 7888a6b07a9922cedd3e0d235959058e0011357b
116063 Author: Behdad Esfahbod <behdad@behdad.org>
116064 Date:   Wed Jan 28 12:40:40 2015 -0800
116065
116066     [ft] Handle negative scales with vertical writing
116067
116068  src/hb-ft.cc | 8 ++++++++
116069  1 file changed, 8 insertions(+)
116070
116071 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
116072 Author: Behdad Esfahbod <behdad@behdad.org>
116073 Date:   Wed Jan 28 10:51:33 2015 -0800
116074
116075     [coretext] Don't generate notdef glyph for default-ignorables
116076     
116077     As discovered on Chrome Mac:
116078     https://code.google.com/p/chromium/issues/detail?id=452326
116079
116080  src/hb-coretext.cc | 2 ++
116081  src/hb-ot-shape.cc | 2 +-
116082  2 files changed, 3 insertions(+), 1 deletion(-)
116083
116084 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
116085 Author: Behdad Esfahbod <behdad@behdad.org>
116086 Date:   Wed Jan 28 10:43:32 2015 -0800
116087
116088     [coretext] Unbreak glyph positioning in presence of notdef runs
116089     
116090     As discovered on Chrome Mac:
116091     https://code.google.com/p/chromium/issues/detail?id=452326
116092     
116093     This was originally broken in:
116094     
116095             commit 5a0eed3b50629be4826e4e9428f2c3255195395d
116096             Author: Behdad Esfahbod <behdad@behdad.org>
116097             Date:   Mon Aug 11 23:47:16 2014 -0400
116098     
116099                 [coretext] Implement vertical shaping
116100
116101  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
116102  1 file changed, 27 insertions(+), 8 deletions(-)
116103
116104 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
116105 Author: Behdad Esfahbod <behdad@behdad.org>
116106 Date:   Tue Jan 27 12:26:04 2015 -0800
116107
116108     Minor optimization
116109
116110  src/hb-ot-shape-normalize.cc | 9 +++++----
116111  1 file changed, 5 insertions(+), 4 deletions(-)
116112
116113 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
116114 Author: Konstantin Ritt <ritt.ks@gmail.com>
116115 Date:   Tue Jan 27 11:23:07 2015 +0400
116116
116117     Do not leak hb_language_t on hb_language_item_t destruction
116118
116119  src/hb-common.cc | 1 +
116120  1 file changed, 1 insertion(+)
116121
116122 commit b306f9674a599da50754d24fa5aefcb6bba04420
116123 Author: Konstantin Ritt <ritt.ks@gmail.com>
116124 Date:   Tue Jan 27 20:08:41 2015 +0400
116125
116126     Minor improvement to HB_SHAPER_DATA_DESTROY
116127
116128  src/hb-shaper-private.hh | 7 +++----
116129  1 file changed, 3 insertions(+), 4 deletions(-)
116130
116131 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
116132 Author: Behdad Esfahbod <behdad@behdad.org>
116133 Date:   Mon Jan 26 14:25:52 2015 -0800
116134
116135     [API] Add hb_buffer_add_latin1()
116136     
116137     This is by no ways to promote non-Unicode encodings.  This is an entry
116138     point that takes Unicode codepoints that happen to all be the first
116139     256 characters and hence fit in 8bit strings.  This is useful eg in Chrome
116140     where strings that can fit in 8bit are implemented that way, and this
116141     avoids copying into UTF-8 or UTF-16.
116142     
116143     Perhaps we should rename this to hb_buffer_add_codepoints8().  I'm also
116144     curious if anyone would be really interested in hb_buffer_add_codepoints16().
116145     
116146     Please discuss!
116147
116148  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
116149  src/hb-buffer.h       |  8 ++++++++
116150  src/hb-utf-private.hh | 57 ++++++++++++++++++++++++++++++++++++++-------------
116151  3 files changed, 80 insertions(+), 21 deletions(-)
116152
116153 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
116154 Author: Behdad Esfahbod <behdad@behdad.org>
116155 Date:   Mon Jan 26 14:08:36 2015 -0800
116156
116157     Fix hb_buffer_add_codepoints to actually NOT validate
116158
116159  src/hb-buffer.cc | 2 +-
116160  1 file changed, 1 insertion(+), 1 deletion(-)
116161
116162 commit 70c25ee215635db23eb0757641bd372940c0d85d
116163 Merge: 28f5e0b2f f3537b620
116164 Author: Behdad Esfahbod <behdad@behdad.org>
116165 Date:   Sun Jan 25 13:06:03 2015 -0800
116166
116167     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
116168     
116169     winrt_buildfixes
116170
116171 commit f3537b620b0a7392ea27f01f465c5ba79459c858
116172 Author: Konstantin Ritt <ritt.ks@gmail.com>
116173 Date:   Sun Jan 25 09:50:51 2015 +0400
116174
116175     Move some code around
116176     
116177     Just to keep Windows specific workarounds in a single place.
116178
116179  src/hb-private.hh | 25 ++++++++++++-------------
116180  1 file changed, 12 insertions(+), 13 deletions(-)
116181
116182 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
116183 Author: Konstantin Ritt <ritt.ks@gmail.com>
116184 Date:   Sun Jan 25 08:16:26 2015 +0400
116185
116186     Do not define MemoryBarrier on WinCE
116187     
116188     There is a _HBMemoryBarrier() wrapper function that emulates
116189     MemoryBarrier() behavior when it is not defined.
116190
116191  src/hb-private.hh | 1 -
116192  1 file changed, 1 deletion(-)
116193
116194 commit 7db326a15b173c0d101adc608bf551a628c65dcd
116195 Author: Konstantin Ritt <ritt.ks@gmail.com>
116196 Date:   Sun Jan 25 08:13:24 2015 +0400
116197
116198     Fix build on WinRT
116199     
116200     There is no environment (like WinCE) and the basic version
116201     of InitializeCriticalSection is unsupported.
116202     
116203     https://codereview.qt-project.org/#/c/92496/
116204
116205  src/hb-mutex-private.hh | 4 ++++
116206  src/hb-private.hh       | 2 ++
116207  2 files changed, 6 insertions(+)
116208
116209 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
116210 Author: Behdad Esfahbod <behdad@behdad.org>
116211 Date:   Fri Jan 23 12:45:35 2015 -0800
116212
116213     0.9.38
116214
116215  NEWS         | 23 +++++++++++++++++++++++
116216  configure.ac |  2 +-
116217  2 files changed, 24 insertions(+), 1 deletion(-)
116218
116219 commit a319d0777b746a2bbe5cd5a206172f1580da3379
116220 Author: Behdad Esfahbod <behdad@behdad.org>
116221 Date:   Fri Jan 23 12:44:24 2015 -0800
116222
116223     [ft] Handle negative x_scale / y_scale
116224
116225  src/hb-ft.cc | 12 ++++++++++--
116226  1 file changed, 10 insertions(+), 2 deletions(-)
116227
116228 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
116229 Author: Behdad Esfahbod <behdad@behdad.org>
116230 Date:   Wed Jan 21 19:19:33 2015 -0800
116231
116232     [coretext] Fix positioning of notdef
116233
116234  src/hb-coretext.cc | 19 ++++++++++---------
116235  1 file changed, 10 insertions(+), 9 deletions(-)
116236
116237 commit 70622e5089c01ea16fd9deed11cb39d43145c121
116238 Author: Behdad Esfahbod <behdad@behdad.org>
116239 Date:   Wed Jan 21 18:50:57 2015 -0800
116240
116241     [coretext] Fix scaling
116242     
116243     Before we were not accounting for possible differences in x_scale and
116244     y_scale, as well as the signs of those.  All should be in good shape
116245     now.
116246
116247  src/hb-coretext.cc | 26 +++++++++++++++++++-------
116248  1 file changed, 19 insertions(+), 7 deletions(-)
116249
116250 commit 221ba02b0816584a02471037edae7cec9c1b8acc
116251 Author: Behdad Esfahbod <behdad@behdad.org>
116252 Date:   Wed Jan 21 16:42:09 2015 -0800
116253
116254     [coretext] Use vertical advance for notdef in vertical direction
116255
116256  src/hb-coretext.cc | 7 ++++++-
116257  1 file changed, 6 insertions(+), 1 deletion(-)
116258
116259 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
116260 Author: Behdad Esfahbod <behdad@behdad.org>
116261 Date:   Wed Jan 21 18:33:50 2015 -0800
116262
116263     Add convenience make target "make lib" in src/
116264
116265  src/Makefile.am | 3 +++
116266  1 file changed, 3 insertions(+)
116267
116268 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
116269 Author: Behdad Esfahbod <behdad@behdad.org>
116270 Date:   Wed Jan 21 01:57:44 2015 -0800
116271
116272     Add README.python
116273
116274  README.python | 26 ++++++++++++++++++++++++++
116275  1 file changed, 26 insertions(+)
116276
116277 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
116278 Author: Behdad Esfahbod <behdad@behdad.org>
116279 Date:   Wed Jan 21 01:51:48 2015 -0800
116280
116281     [bindings] Add README.python
116282
116283  Makefile.am | 1 +
116284  1 file changed, 1 insertion(+)
116285
116286 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
116287 Author: Behdad Esfahbod <behdad@behdad.org>
116288 Date:   Tue Jan 20 12:30:45 2015 -0800
116289
116290     [util] Add --font-size to hb-shape
116291     
116292     Also makes hb-view to use 8 bits of subpixel precision and shape at
116293     requested size, instead of always shaping at upem and scaling results.
116294
116295  util/hb-ot-shape-closure.cc |  2 +-
116296  util/hb-shape.cc            |  2 +-
116297  util/hb-view.cc             |  5 ++++-
116298  util/helper-cairo.cc        | 16 ++++++++--------
116299  util/helper-cairo.hh        |  5 ++---
116300  util/main-font-text.hh      |  4 ++--
116301  util/options.cc             | 44 +++++++++++++++++++++++++++++++++++++++++---
116302  util/options.hh             | 16 ++++++++++++----
116303  util/view-cairo.cc          |  2 +-
116304  util/view-cairo.hh          |  8 ++++----
116305  10 files changed, 76 insertions(+), 28 deletions(-)
116306
116307 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
116308 Author: Behdad Esfahbod <behdad@behdad.org>
116309 Date:   Fri Jan 9 14:22:01 2015 -0800
116310
116311     [util] Minor
116312
116313  util/options.cc | 2 +-
116314  1 file changed, 1 insertion(+), 1 deletion(-)
116315
116316 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
116317 Author: Behdad Esfahbod <behdad@behdad.org>
116318 Date:   Mon Jan 19 17:00:31 2015 -0800
116319
116320     When matching second glyph of kerning pairs, use bsearch
116321     
116322     Roboto has glyphs (like 'F') that have 200 kerning pairs.
116323     Add a handcoded bsearch instead of previous linear search.
116324     
116325     This doesn't show much speedup though, apparently we spend the
116326     bulk of the time somewhere before here.
116327
116328  src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
116329  1 file changed, 16 insertions(+), 5 deletions(-)
116330
116331 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
116332 Author: Behdad Esfahbod <behdad@behdad.org>
116333 Date:   Mon Jan 19 14:42:11 2015 -0800
116334
116335     [bindings] Minor
116336
116337  src/sample.py | 2 ++
116338  1 file changed, 2 insertions(+)
116339
116340 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
116341 Merge: 1aaa7d679 5eb939ddf
116342 Author: Behdad Esfahbod <behdad@behdad.org>
116343 Date:   Mon Jan 19 16:15:00 2015 -0800
116344
116345     Merge pull request #77 from roozbehp/master
116346     
116347     Change New Tai Lue shaping engine from SEA to default
116348
116349 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
116350 Author: Roozbeh Pournader <roozbeh@google.com>
116351 Date:   Sun Jan 18 14:30:08 2015 -0800
116352
116353     Change New Tai Lue shaping engine from SEA to default
116354     
116355     This is to reflect the UTC decision to change the encoding model of
116356     New Tai Lue from logical to visual to be similar to Thai, Lao, and
116357     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
116358     
116359     The visual encoding is already the current practice of encoding New
116360     Tai Lue on the web anyway:
116361     http://www.unicode.org/L2/L2014/14195-newtailue.txt
116362     
116363     Fixes behdad/harfbuzz#66.
116364
116365  src/hb-ot-shape-complex-private.hh | 2 +-
116366  1 file changed, 1 insertion(+), 1 deletion(-)
116367
116368 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
116369 Author: Behdad Esfahbod <behdad@behdad.org>
116370 Date:   Sat Jan 17 20:16:56 2015 -0800
116371
116372     [indic] Fix out-of-bounds access
116373
116374  src/gen-indic-table.py                 |  2 +-
116375  src/hb-ot-shape-complex-indic-table.cc | 36 +++++++++++++++++-----------------
116376  2 files changed, 19 insertions(+), 19 deletions(-)
116377
116378 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
116379 Author: Behdad Esfahbod <behdad@behdad.org>
116380 Date:   Wed Jan 7 10:51:44 2015 -0800
116381
116382     [bindings] Update sample.py
116383
116384  src/sample.py | 9 ++++++---
116385  1 file changed, 6 insertions(+), 3 deletions(-)
116386
116387 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
116388 Author: Behdad Esfahbod <behdad@behdad.org>
116389 Date:   Tue Jan 6 19:16:38 2015 -0800
116390
116391     [bindings] Use hb_glib_blob_create() in sample
116392     
116393     hb_blob_create() is considered C-only API.
116394
116395  src/hb-blob.cc |  8 ++++----
116396  src/sample.py  | 19 +++++++++----------
116397  2 files changed, 13 insertions(+), 14 deletions(-)
116398
116399 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
116400 Author: Behdad Esfahbod <behdad@behdad.org>
116401 Date:   Tue Jan 6 16:58:33 2015 -0800
116402
116403     [glib] Add hb_glib_blob_create() that takes GBytes
116404
116405  src/hb-glib.cc | 11 +++++++++++
116406  src/hb-glib.h  |  3 +++
116407  2 files changed, 14 insertions(+)
116408
116409 commit b91904a40da6287f84bc79de60674fa57232ec09
116410 Author: Behdad Esfahbod <behdad@behdad.org>
116411 Date:   Tue Jan 6 15:43:14 2015 -0800
116412
116413     [bindings] Replace deprecated allow-none with optional and nullable
116414
116415  src/hb-blob.cc    | 4 ++--
116416  src/hb-shape.cc   | 2 +-
116417  src/hb-unicode.cc | 2 +-
116418  3 files changed, 4 insertions(+), 4 deletions(-)
116419
116420 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
116421 Author: Behdad Esfahbod <behdad@behdad.org>
116422 Date:   Tue Jan 6 15:37:31 2015 -0800
116423
116424     [bindings] Make sample Python 2/3 compatible
116425
116426  src/sample.py | 15 ++++++++++++++-
116427  1 file changed, 14 insertions(+), 1 deletion(-)
116428
116429 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
116430 Author: Behdad Esfahbod <behdad@behdad.org>
116431 Date:   Tue Jan 6 14:05:26 2015 -0800
116432
116433     Fix up gobject-introspection a bit
116434     
116435     Minimal shaping works now!
116436
116437  src/hb-blob.cc   |  6 +++---
116438  src/hb-buffer.cc |  2 +-
116439  src/sample.py    | 34 ++++++++++++++++++++++++++++------
116440  3 files changed, 32 insertions(+), 10 deletions(-)
116441
116442 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
116443 Author: Behdad Esfahbod <behdad@behdad.org>
116444 Date:   Mon Jan 5 14:43:13 2015 -0800
116445
116446     Remove hardcoded ICU include paths.
116447     
116448     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
116449     
116450     https://android-review.googlesource.com/#/c/121311/
116451
116452  Android.mk | 3 +--
116453  1 file changed, 1 insertion(+), 2 deletions(-)
116454
116455 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
116456 Merge: 365c03fc2 fb85d618f
116457 Author: Behdad Esfahbod <behdad@behdad.org>
116458 Date:   Sun Jan 4 20:32:18 2015 -0800
116459
116460     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
116461     
116462     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
116463
116464 commit fb85d618f5883458bacf0ecb0894772291a2d738
116465 Author: Chris Peterson <cpeterson@mozilla.com>
116466 Date:   Sun Jan 4 19:31:10 2015 -0800
116467
116468     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
116469
116470  src/hb-common.cc | 2 +-
116471  src/hb-ft.cc     | 4 +++-
116472  src/hb-shape.cc  | 4 +++-
116473  src/hb-shaper.cc | 4 +++-
116474  4 files changed, 10 insertions(+), 4 deletions(-)
116475
116476 commit 365c03fc2bcdb4098314a0e123c46018fb882586
116477 Merge: c36c4a992 d1897a98d
116478 Author: Behdad Esfahbod <behdad@behdad.org>
116479 Date:   Sat Jan 3 21:55:30 2015 -0800
116480
116481     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
116482     
116483     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
116484
116485 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
116486 Author: Chris Peterson <cpeterson@mozilla.com>
116487 Date:   Sat Jan 3 19:46:19 2015 -0800
116488
116489     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
116490
116491  src/hb-common.cc | 2 +-
116492  src/hb-icu.cc    | 4 +---
116493  2 files changed, 2 insertions(+), 4 deletions(-)
116494
116495 commit c36c4a9924609df648e62e47fa017b19b844fd98
116496 Author: Behdad Esfahbod <behdad@behdad.org>
116497 Date:   Fri Jan 2 14:09:23 2015 -0800
116498
116499     Add missing va_end()
116500     
116501     Fixes https://github.com/behdad/harfbuzz/pull/74
116502
116503  util/options.cc | 1 +
116504  1 file changed, 1 insertion(+)
116505
116506 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
116507 Author: Behdad Esfahbod <behdad@behdad.org>
116508 Date:   Sun Dec 28 18:56:15 2014 -0800
116509
116510     [ft] Don't set font ppem
116511     
116512     For discussion see:
116513     
116514       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
116515     
116516     Over time we have had added NO_HINTING all over the place in hb-ft.  Finish it off.
116517     Not setting ppem on hb-font disables get_contour_point() calls which is good anyway.
116518     
116519     See comments in the commit.
116520
116521  src/hb-ft.cc | 9 +++++++++
116522  1 file changed, 9 insertions(+)
116523
116524 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
116525 Author: Behdad Esfahbod <behdad@behdad.org>
116526 Date:   Sun Dec 28 17:44:26 2014 -0800
116527
116528     [ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced()
116529     
116530     When I originally wrote hb-ft, FreeType objects did not support reference
116531     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
116532     "destroy" callback and client was responsible for making sure FT_Face is
116533     kept around as long as the hb-font/face are alive.
116534     
116535     However, since this was not clearly documented, some clienets didn't
116536     correctly did that.  In particular, some clients assumed that it's safe
116537     to destroy FT_Face and then hb_face_t.  This, indeed, used to work, until
116538     45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy access
116539     font tables.
116540     
116541     Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b since
116542     the access was not needed, but the problem remains that not all clients
116543     handle this correctly.  See:
116544     
116545       https://bugs.freedesktop.org/show_bug.cgi?id=86300
116546     
116547     Fortunately, FT_Reference_Face() was added to FreeType in 2010, and so we
116548     can use it now.  Originally I wanted to change hb_ft_face_create() and
116549     hb_ft_font_create() to reference the face if destroy==NULL was passed in.
116550     That would improve pretty much all clients, with little undesired effects.
116551     Except that FreeType itself, when compiled with HarfBuzz support, calls
116552     hb_ft_font_create() with destroy==NULL and saves the resulting hb-font on
116553     the ft-face (why does it not free it immediately?).  Making hb-face
116554     reference ft-face causes a cycling reference there.  At least, that's my
116555     current understanding.
116556     
116557     At any rate, a cleaner approach, even if it means all clients will need a
116558     change, is to introduce brand new API.  Which this commit does.
116559     
116560     Some comments added to hb-ft.h, hoping to make future clients make better
116561     choices.
116562     
116563     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
116564
116565  configure.ac |  4 ++--
116566  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
116567  src/hb-ft.h  | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
116568  3 files changed, 92 insertions(+), 3 deletions(-)
116569
116570 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
116571 Author: Behdad Esfahbod <behdad@behdad.org>
116572 Date:   Sun Dec 28 17:27:39 2014 -0800
116573
116574     Remove redundant check for FT_Face_GetCharVariantIndex
116575     
116576     We require FreeType >= 2.8.3.  This symbol was introduced earlier
116577     than that.
116578
116579  configure.ac | 9 +--------
116580  src/hb-ft.cc | 2 --
116581  2 files changed, 1 insertion(+), 10 deletions(-)
116582
116583 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
116584 Author: Behdad Esfahbod <behdad@behdad.org>
116585 Date:   Sun Dec 28 17:04:23 2014 -0800
116586
116587     Fix FreeType version check
116588
116589  configure.ac | 3 ++-
116590  1 file changed, 2 insertions(+), 1 deletion(-)
116591
116592 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
116593 Author: Behdad Esfahbod <behdad@behdad.org>
116594 Date:   Sun Dec 28 16:20:31 2014 -0800
116595
116596     [ft] Open blob in READONLY mode
116597     
116598     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
116599     useless now.
116600
116601  src/hb-ft.cc | 6 +-----
116602  1 file changed, 1 insertion(+), 5 deletions(-)
116603
116604 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
116605 Author: Behdad Esfahbod <behdad@behdad.org>
116606 Date:   Sun Dec 28 16:03:26 2014 -0800
116607
116608     Avoid accessing layout tables at face destruction
116609     
116610     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
116611     
116612     Based on discussion someone else who had a similar issue, most probably
116613     the user is releasing FT_Face before destructing hb_face_t / hb_font_t.
116614     While that's a client bug, and while we can (and should) use FreeType
116615     refcounting to help avoid that, it happens that we were accessing
116616     the table when we didn't really have to.  Avoid that.
116617
116618  src/hb-ot-layout-private.hh                | 3 +--
116619  src/hb-ot-layout.cc                        | 4 ++--
116620  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
116621  3 files changed, 4 insertions(+), 5 deletions(-)
116622
116623 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
116624 Author: Behdad Esfahbod <behdad@behdad.org>
116625 Date:   Thu Dec 18 18:22:21 2014 -0800
116626
116627     Fail blob creation if length overflows or is too large
116628     
116629     Fail if blob start plus length overflows; or if blob length
116630     is greater than 2GB.  It takes a while for fonts to get to that
116631     size.  In the mean time, it protects against bugs like this:
116632     
116633       http://www.icu-project.org/trac/ticket/11450
116634     
116635     Also avoids some weird issues with 32bit vs 64bit systems
116636     as we accept length as unsigned int.  As such, a length of
116637     -1 will cause overflow on 32bit machines, but happily
116638     accepted on a 64bit machine.  Avoid that.
116639
116640  src/hb-blob.cc       | 5 ++++-
116641  test/api/test-blob.c | 3 +++
116642  2 files changed, 7 insertions(+), 1 deletion(-)
116643
116644 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
116645 Author: Behdad Esfahbod <behdad@behdad.org>
116646 Date:   Thu Dec 18 18:09:41 2014 -0800
116647
116648     Assert that blob length doesn't overflow address.
116649     
116650     This will crash now, if blob was created with wrong length.
116651     Check for that coming next commit.
116652
116653  src/hb-open-type-private.hh | 1 +
116654  1 file changed, 1 insertion(+)
116655
116656 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
116657 Author: Behdad Esfahbod <behdad@behdad.org>
116658 Date:   Wed Dec 17 12:09:17 2014 -0800
116659
116660     0.9.37
116661
116662  NEWS         | 8 ++++++++
116663  configure.ac | 2 +-
116664  2 files changed, 9 insertions(+), 1 deletion(-)
116665
116666 commit 093c520de506aec74f3fb1e195c0ca85813424dd
116667 Author: Behdad Esfahbod <behdad@behdad.org>
116668 Date:   Fri Dec 12 21:07:53 2014 -0800
116669
116670     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
116671
116672  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
116673  src/hb-ot-layout-gsubgpos-private.hh | 60 ++++++++++++++++++------------------
116674  2 files changed, 42 insertions(+), 42 deletions(-)
116675
116676 commit 9df0a520306a491f973d42965597bfda6023e508
116677 Author: Behdad Esfahbod <behdad@behdad.org>
116678 Date:   Fri Dec 12 20:54:28 2014 -0800
116679
116680     [otlayout] Avoid invalid access with Context format 3
116681
116682  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
116683  1 file changed, 2 insertions(+)
116684
116685 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
116686 Author: Behdad Esfahbod <behdad@behdad.org>
116687 Date:   Fri Dec 12 20:43:18 2014 -0800
116688
116689     [ot] Debug get_coverage
116690
116691  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
116692  1 file changed, 5 insertions(+), 1 deletion(-)
116693
116694 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
116695 Author: Behdad Esfahbod <behdad@behdad.org>
116696 Date:   Fri Dec 12 20:36:49 2014 -0800
116697
116698     [ot] Print format in dispatch trace
116699
116700  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++--------
116701  src/hb-ot-layout-gsub-table.hh       | 14 +++++++-------
116702  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
116703  3 files changed, 19 insertions(+), 19 deletions(-)
116704
116705 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
116706 Author: Behdad Esfahbod <behdad@behdad.org>
116707 Date:   Fri Dec 12 20:28:49 2014 -0800
116708
116709     Minor
116710
116711  src/hb-private.hh | 4 +++-
116712  1 file changed, 3 insertions(+), 1 deletion(-)
116713
116714 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
116715 Author: Behdad Esfahbod <behdad@behdad.org>
116716 Date:   Fri Dec 12 19:46:09 2014 -0800
116717
116718     [ot] Make sure all toplevel tables have tableTag
116719
116720  src/hb-open-file-private.hh | 2 ++
116721  src/hb-ot-hhea-table.hh     | 2 ++
116722  src/hb-ot-hmtx-table.hh     | 2 ++
116723  3 files changed, 6 insertions(+)
116724
116725 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
116726 Author: Behdad Esfahbod <behdad@behdad.org>
116727 Date:   Fri Dec 12 19:32:46 2014 -0800
116728
116729     [sanitize] Improve debug output some more
116730
116731  src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
116732  1 file changed, 16 insertions(+), 14 deletions(-)
116733
116734 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
116735 Author: Behdad Esfahbod <behdad@behdad.org>
116736 Date:   Fri Dec 12 18:23:20 2014 -0800
116737
116738     [sanitize] Improve debug output
116739
116740  src/hb-open-type-private.hh | 20 ++++++++++----------
116741  1 file changed, 10 insertions(+), 10 deletions(-)
116742
116743 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
116744 Author: Behdad Esfahbod <behdad@behdad.org>
116745 Date:   Wed Dec 10 12:05:24 2014 -0800
116746
116747     [indic] Allow ZWJ/ZWNJ before SM
116748     
116749     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
116750     or stop ligation of the candrabindu.  This is clearly specified in
116751     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
116752     doesn't allow this.
116753     
116754     Micro tests added using Noto Sans Oriya draft.
116755     
116756     No changes in numbers.  Currently at:
116757     
116758     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
116759     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
116760     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
116761     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
116762     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
116763     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
116764     MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed (0.0178378%)
116765     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
116766     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
116767     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
116768     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
116769
116770  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
116771  test/shaping/Makefile.am                                 |   1 +
116772  .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 -> 4720 bytes
116773  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
116774  test/shaping/tests/MANIFEST                              |   1 +
116775  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
116776  6 files changed, 6 insertions(+), 1 deletion(-)
116777
116778 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
116779 Author: Behdad Esfahbod <behdad@behdad.org>
116780 Date:   Thu Nov 20 14:42:24 2014 -0800
116781
116782     0.9.36
116783
116784  NEWS         | 12 ++++++++++++
116785  configure.ac |  2 +-
116786  2 files changed, 13 insertions(+), 1 deletion(-)
116787
116788 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
116789 Author: Behdad Esfahbod <behdad@behdad.org>
116790 Date:   Wed Oct 29 11:23:08 2014 -0700
116791
116792     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
116793     
116794     Otherwise, we might process a lookup thousands of times, with no
116795     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
116796     in Firefox's code to determine whether space glyph is involved in
116797     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
116798     
116799     See:
116800     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
116801
116802  src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
116803  1 file changed, 16 insertions(+), 1 deletion(-)
116804
116805 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
116806 Author: Behdad Esfahbod <behdad@behdad.org>
116807 Date:   Tue Oct 14 21:26:13 2014 -0700
116808
116809     Move code around
116810
116811  src/hb-open-type-private.hh | 50 ++++++++++++++++++++++-----------------------
116812  1 file changed, 25 insertions(+), 25 deletions(-)
116813
116814 commit 666b42f73bd1f516657b206ef738108825bf239f
116815 Author: Behdad Esfahbod <behdad@behdad.org>
116816 Date:   Tue Oct 14 21:24:59 2014 -0700
116817
116818     Move macros around
116819     
116820     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
116821
116822  src/hb-open-type-private.hh | 63 ++++++++++++++++++++++++++++++++++++++-------
116823  src/hb-private.hh           | 41 -----------------------------
116824  src/hb-uniscribe.cc         |  6 +++++
116825  3 files changed, 60 insertions(+), 50 deletions(-)
116826
116827 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
116828 Author: Behdad Esfahbod <behdad@behdad.org>
116829 Date:   Tue Oct 14 20:07:31 2014 -0700
116830
116831     Fix misc warnings
116832     
116833     Fixes https://github.com/behdad/harfbuzz/pull/51
116834
116835  src/hb-buffer-deserialize-json.rl | 4 ++--
116836  src/hb-ot-layout-gsub-table.hh    | 2 +-
116837  src/hb-private.hh                 | 6 +++---
116838  3 files changed, 6 insertions(+), 6 deletions(-)
116839
116840 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
116841 Author: Behdad Esfahbod <behdad@behdad.org>
116842 Date:   Thu Oct 2 16:54:33 2014 -0400
116843
116844     Update test expectation for previous commit
116845
116846  test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
116847  1 file changed, 1 insertion(+), 1 deletion(-)
116848
116849 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
116850 Author: Behdad Esfahbod <behdad@behdad.org>
116851 Date:   Thu Oct 2 16:40:41 2014 -0400
116852
116853     [ft] Add NO_HINTING in a couple other places
116854
116855  src/hb-ft.cc | 4 ++--
116856  1 file changed, 2 insertions(+), 2 deletions(-)
116857
116858 commit 7228011411f0e490ad1ba9894dd0d576823903ea
116859 Author: Behdad Esfahbod <behdad@behdad.org>
116860 Date:   Wed Oct 1 18:58:43 2014 -0400
116861
116862     [travis] Fix clang again
116863
116864  .travis.yml | 2 +-
116865  1 file changed, 1 insertion(+), 1 deletion(-)
116866
116867 commit 406a020e5228d4a04da6282f5a75165bab7a483e
116868 Author: Behdad Esfahbod <behdad@behdad.org>
116869 Date:   Wed Oct 1 18:54:55 2014 -0400
116870
116871     [travis] Fail build if coveralls fails
116872
116873  .travis.yml | 15 ++-------------
116874  1 file changed, 2 insertions(+), 13 deletions(-)
116875
116876 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
116877 Author: Behdad Esfahbod <behdad@behdad.org>
116878 Date:   Wed Oct 1 18:48:40 2014 -0400
116879
116880     [travis] Only run coveralls under gcc
116881
116882  .travis.yml | 5 ++---
116883  1 file changed, 2 insertions(+), 3 deletions(-)
116884
116885 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
116886 Author: Behdad Esfahbod <behdad@behdad.org>
116887 Date:   Wed Oct 1 18:18:25 2014 -0400
116888
116889     Help clang with gcov
116890
116891  src/check-defs.sh    | 2 +-
116892  src/check-symbols.sh | 6 +++---
116893  2 files changed, 4 insertions(+), 4 deletions(-)
116894
116895 commit ef40ca8e5e830231539dc61088b58e907a840629
116896 Author: Behdad Esfahbod <behdad@behdad.org>
116897 Date:   Wed Oct 1 18:07:27 2014 -0400
116898
116899     [travis] Try to make coverage work with clang
116900
116901  .travis.yml | 11 ++++++-----
116902  1 file changed, 6 insertions(+), 5 deletions(-)
116903
116904 commit 52784da17b7278f2587168234878bb15d918c9fe
116905 Author: Behdad Esfahbod <behdad@behdad.org>
116906 Date:   Wed Oct 1 17:57:43 2014 -0400
116907
116908     [travis] Minor
116909
116910  README | 6 +++---
116911  1 file changed, 3 insertions(+), 3 deletions(-)
116912
116913 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
116914 Author: Behdad Esfahbod <behdad@behdad.org>
116915 Date:   Wed Oct 1 17:45:17 2014 -0400
116916
116917     Add README.md symlink to make github happy
116918
116919  README.md | 1 +
116920  1 file changed, 1 insertion(+)
116921
116922 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
116923 Author: Behdad Esfahbod <behdad@behdad.org>
116924 Date:   Wed Oct 1 17:44:30 2014 -0400
116925
116926     [travis] Re-enable clang
116927
116928  .travis.yml | 8 +-------
116929  1 file changed, 1 insertion(+), 7 deletions(-)
116930
116931 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
116932 Author: Behdad Esfahbod <behdad@behdad.org>
116933 Date:   Wed Oct 1 17:41:41 2014 -0400
116934
116935     Add build and coverage status links
116936
116937  README | 3 +++
116938  1 file changed, 3 insertions(+)
116939
116940 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
116941 Author: Behdad Esfahbod <behdad@behdad.org>
116942 Date:   Wed Oct 1 17:35:03 2014 -0400
116943
116944     [travis] Report matrix settings to help debugging
116945
116946  .travis.yml | 6 ++++++
116947  1 file changed, 6 insertions(+)
116948
116949 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
116950 Author: Behdad Esfahbod <behdad@behdad.org>
116951 Date:   Wed Oct 1 17:20:31 2014 -0400
116952
116953     [travis] More coveralls
116954
116955  .travis.yml | 7 ++++++-
116956  1 file changed, 6 insertions(+), 1 deletion(-)
116957
116958 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
116959 Author: Behdad Esfahbod <behdad@behdad.org>
116960 Date:   Wed Oct 1 17:05:58 2014 -0400
116961
116962     [travis] Give coveralls a hand
116963
116964  .travis.yml | 1 +
116965  1 file changed, 1 insertion(+)
116966
116967 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
116968 Author: Behdad Esfahbod <behdad@behdad.org>
116969 Date:   Wed Oct 1 17:03:26 2014 -0400
116970
116971     [travis] Disable clang for now
116972
116973  .travis.yml | 2 +-
116974  1 file changed, 1 insertion(+), 1 deletion(-)
116975
116976 commit 715f27f85f97fee13b119f60037db5c139489ee6
116977 Author: Behdad Esfahbod <behdad@behdad.org>
116978 Date:   Wed Oct 1 16:53:00 2014 -0400
116979
116980     [test] Fixup test
116981
116982  test/shaping/tests/hangul-jamo.tests | 9 ---------
116983  1 file changed, 9 deletions(-)
116984
116985 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
116986 Author: Behdad Esfahbod <behdad@behdad.org>
116987 Date:   Wed Oct 1 16:49:22 2014 -0400
116988
116989     [travis] Another try at coveralls.io
116990
116991  .travis.yml | 6 +++---
116992  1 file changed, 3 insertions(+), 3 deletions(-)
116993
116994 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
116995 Author: Behdad Esfahbod <behdad@behdad.org>
116996 Date:   Wed Oct 1 16:38:47 2014 -0400
116997
116998     [travis] First try to hookup coveralls.io code coverage tracking
116999
117000  .travis.yml | 6 ++++--
117001  1 file changed, 4 insertions(+), 2 deletions(-)
117002
117003 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
117004 Author: Behdad Esfahbod <behdad@behdad.org>
117005 Date:   Wed Oct 1 16:14:59 2014 -0400
117006
117007     [travis] Unbreak
117008
117009  .travis.yml | 8 +-------
117010  1 file changed, 1 insertion(+), 7 deletions(-)
117011
117012 commit e281ed360dfdf803aea87b6078983867d08e07a7
117013 Author: Behdad Esfahbod <behdad@behdad.org>
117014 Date:   Wed Oct 1 16:09:08 2014 -0400
117015
117016     [travis] Minor
117017
117018  .travis.yml | 23 +++++++++++++++++++++--
117019  1 file changed, 21 insertions(+), 2 deletions(-)
117020
117021 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
117022 Author: Behdad Esfahbod <behdad@behdad.org>
117023 Date:   Wed Oct 1 14:24:07 2014 -0400
117024
117025     Create ragel-generated files in srcdir
117026
117027  src/Makefile.am | 25 ++++++++++---------------
117028  1 file changed, 10 insertions(+), 15 deletions(-)
117029
117030 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
117031 Author: Behdad Esfahbod <behdad@behdad.org>
117032 Date:   Wed Oct 1 13:33:21 2014 -0400
117033
117034     Clean ragel-generated headers in maintainercleanfiles
117035
117036  src/Makefile.am | 7 +++++++
117037  1 file changed, 7 insertions(+)
117038
117039 commit 8971cac83eb4f06847abfa3eaa15857d27141810
117040 Author: Behdad Esfahbod <behdad@behdad.org>
117041 Date:   Wed Oct 1 12:41:03 2014 -0400
117042
117043     Don't use tmp files in Makefile
117044     
117045     Useful for code-coverage generation of the ragel-generated files
117046     as they will now contain the correct .hh filename in them.
117047
117048  src/Makefile.am | 27 +++++++++++++--------------
117049  1 file changed, 13 insertions(+), 14 deletions(-)
117050
117051 commit 22723186652224a635f1dad5cda0f753e78c301d
117052 Author: Behdad Esfahbod <behdad@behdad.org>
117053 Date:   Wed Oct 1 11:56:07 2014 -0400
117054
117055     check-static-inits: Filter out zero-length sections
117056     
117057     When compiling with -O0, zero-sized constructors were showing up
117058     and confusing the test.
117059
117060  src/check-static-inits.sh | 2 +-
117061  1 file changed, 1 insertion(+), 1 deletion(-)
117062
117063 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
117064 Author: Behdad Esfahbod <behdad@behdad.org>
117065 Date:   Wed Oct 1 11:55:14 2014 -0400
117066
117067     check-static-inits: check for static finalizers
117068
117069  src/check-static-inits.sh | 4 ++--
117070  1 file changed, 2 insertions(+), 2 deletions(-)
117071
117072 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
117073 Author: Behdad Esfahbod <behdad@behdad.org>
117074 Date:   Wed Oct 1 11:28:01 2014 -0400
117075
117076     Hide other bubble-sort
117077
117078  src/hb-private.hh | 2 +-
117079  1 file changed, 1 insertion(+), 1 deletion(-)
117080
117081 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
117082 Author: Behdad Esfahbod <behdad@behdad.org>
117083 Date:   Wed Oct 1 11:07:08 2014 -0400
117084
117085     Hide bubble-sort!
117086
117087  src/hb-private.hh | 2 +-
117088  1 file changed, 1 insertion(+), 1 deletion(-)
117089
117090 commit 80f77282264afb1356351024b1f062b2824bba3b
117091 Author: Behdad Esfahbod <behdad@behdad.org>
117092 Date:   Thu Sep 25 17:59:46 2014 +0300
117093
117094     [util] Fix ansi output when surface is empty
117095
117096  util/helper-cairo-ansi.cc | 4 ++--
117097  1 file changed, 2 insertions(+), 2 deletions(-)
117098
117099 commit 156852991e18e5ac256ee4d6b2916931cc274977
117100 Author: Behdad Esfahbod <behdad@behdad.org>
117101 Date:   Thu Sep 25 17:45:49 2014 +0300
117102
117103     [ot-font] Add hb_ot_face_cmap_accelerator_t
117104
117105  src/hb-ot-font.cc | 113 +++++++++++++++++++++++++++++++-----------------------
117106  1 file changed, 66 insertions(+), 47 deletions(-)
117107
117108 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
117109 Author: Behdad Esfahbod <behdad@behdad.org>
117110 Date:   Thu Sep 25 17:26:56 2014 +0300
117111
117112     [ot-font] Minor
117113
117114  src/hb-ot-font.cc | 23 ++++++++++++-----------
117115  1 file changed, 12 insertions(+), 11 deletions(-)
117116
117117 commit d7c160a1530adabbcf33725b105072293115a34c
117118 Author: Behdad Esfahbod <behdad@behdad.org>
117119 Date:   Thu Sep 25 17:15:35 2014 +0300
117120
117121     [ot-font] Handle missing vertical metrics tables
117122
117123  src/hb-ot-font.cc | 26 +++++++++++++++++++-------
117124  1 file changed, 19 insertions(+), 7 deletions(-)
117125
117126 commit be1cca270257bfdfee3fbe821175269713acf408
117127 Author: Behdad Esfahbod <behdad@behdad.org>
117128 Date:   Thu Sep 25 16:53:24 2014 +0300
117129
117130     [ot-font] Add metrics_accel_t
117131
117132  src/hb-ot-font.cc       | 111 ++++++++++++++++++++++--------------------------
117133  src/hb-ot-hhea-table.hh |   2 +-
117134  src/hb-ot-hmtx-table.hh |   4 +-
117135  3 files changed, 54 insertions(+), 63 deletions(-)
117136
117137 commit d41b809e9d21e655129a97c600d28f278fd7e62c
117138 Author: Behdad Esfahbod <behdad@behdad.org>
117139 Date:   Thu Sep 25 13:04:08 2014 +0300
117140
117141     [ot-font] Start adding vertical support
117142
117143  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
117144  src/hb-ot-hhea-table.hh | 63 ++++++++++++++++++++++++++-----------------------
117145  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
117146  3 files changed, 100 insertions(+), 55 deletions(-)
117147
117148 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
117149 Author: Behdad Esfahbod <behdad@behdad.org>
117150 Date:   Mon Aug 25 12:54:57 2014 -0400
117151
117152     Fix build
117153
117154  src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
117155  1 file changed, 3 insertions(+)
117156
117157 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
117158 Author: Behdad Esfahbod <behdad@behdad.org>
117159 Date:   Mon Aug 25 12:31:19 2014 -0400
117160
117161     [arabic] Don't #include __FILE__
117162     
117163     Fine!
117164     
117165     https://code.google.com/p/chromium/issues/detail?id=406957
117166
117167  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
117168  1 file changed, 1 insertion(+), 1 deletion(-)
117169
117170 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
117171 Author: Behdad Esfahbod <behdad@behdad.org>
117172 Date:   Mon Aug 25 11:48:12 2014 -0400
117173
117174     [arabic] Allow disabling win1256 fallback code
117175     
117176     By defining HB_NO_WIN1256.
117177
117178  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
117179  1 file changed, 1 insertion(+), 1 deletion(-)
117180
117181 commit 8a9319502141c09695461c386e54f998250420e9
117182 Author: Behdad Esfahbod <behdad@behdad.org>
117183 Date:   Fri Aug 22 12:06:57 2014 -0400
117184
117185     [ot] Prefer Windows platform cmap tables / accept all Unicode encodingIDs
117186     
117187     Some fonts on the Mac ship with (0,1).
117188
117189  src/hb-ot-font.cc | 7 +++++--
117190  1 file changed, 5 insertions(+), 2 deletions(-)
117191
117192 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
117193 Author: Behdad Esfahbod <behdad@behdad.org>
117194 Date:   Fri Aug 15 14:28:04 2014 -0400
117195
117196     [win32] Avoid preprocessor warnings re macros
117197
117198  src/hb-private.hh | 8 ++++++--
117199  1 file changed, 6 insertions(+), 2 deletions(-)
117200
117201 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
117202 Author: Behdad Esfahbod <behdad@behdad.org>
117203 Date:   Thu Aug 14 13:33:37 2014 -0400
117204
117205     Fix check-symbols on OS X
117206
117207  src/check-libstdc++.sh | 14 +++++++-------
117208  src/check-symbols.sh   |  8 +++++++-
117209  2 files changed, 14 insertions(+), 8 deletions(-)
117210
117211 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
117212 Author: Behdad Esfahbod <behdad@behdad.org>
117213 Date:   Thu Aug 14 13:29:30 2014 -0400
117214
117215     [coretext] Hide feature_mappings
117216
117217  src/hb-coretext.cc | 2 +-
117218  1 file changed, 1 insertion(+), 1 deletion(-)
117219
117220 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
117221 Author: Behdad Esfahbod <behdad@behdad.org>
117222 Date:   Thu Aug 14 13:25:55 2014 -0400
117223
117224     Simplify hb-object
117225
117226  src/hb-object-private.hh | 118 +++++++++++++++--------------------------------
117227  1 file changed, 36 insertions(+), 82 deletions(-)
117228
117229 commit 9d861b81f349188a4507350398786a6e94038095
117230 Author: Behdad Esfahbod <behdad@behdad.org>
117231 Date:   Thu Aug 14 13:15:21 2014 -0400
117232
117233     Really fix clang build this time
117234
117235  src/hb-object-private.hh | 141 +++++++++++++++++++++++------------------------
117236  1 file changed, 68 insertions(+), 73 deletions(-)
117237
117238 commit 272226f294382b0c6921b36e0e67fc53daa765d3
117239 Author: Behdad Esfahbod <behdad@behdad.org>
117240 Date:   Thu Aug 14 13:11:33 2014 -0400
117241
117242     Revert "Fix build on clang after previous commit"
117243     
117244     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
117245
117246  src/hb-object-private.hh | 34 +++++++++++++---------------------
117247  1 file changed, 13 insertions(+), 21 deletions(-)
117248
117249 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
117250 Author: Behdad Esfahbod <behdad@behdad.org>
117251 Date:   Thu Aug 14 13:09:52 2014 -0400
117252
117253     Fix build on clang after previous commit
117254
117255  src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
117256  1 file changed, 21 insertions(+), 13 deletions(-)
117257
117258 commit a5a27073cfff91c4f80209ca8462543130af61dd
117259 Author: Behdad Esfahbod <behdad@behdad.org>
117260 Date:   Thu Aug 14 13:05:36 2014 -0400
117261
117262     Rewrite this==NULL checks to avoid undefined behavior
117263     
117264     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
117265
117266  src/hb-object-private.hh | 18 ++++++++----------
117267  1 file changed, 8 insertions(+), 10 deletions(-)
117268
117269 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
117270 Author: Behdad Esfahbod <behdad@behdad.org>
117271 Date:   Thu Aug 14 12:59:16 2014 -0400
117272
117273     Remove this==NULL check from face->reference_table()
117274     
117275     Not supposed to happen, and apparently this is undefined in C++.
117276     https://code.google.com/p/chromium/issues/detail?id=403594
117277
117278  src/hb-face-private.hh | 2 +-
117279  1 file changed, 1 insertion(+), 1 deletion(-)
117280
117281 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
117282 Author: Behdad Esfahbod <behdad@behdad.org>
117283 Date:   Thu Aug 14 12:57:02 2014 -0400
117284
117285     Make hb_object_t members private
117286     
117287     In preparation for fixing:
117288     https://code.google.com/p/chromium/issues/detail?id=403594
117289
117290  src/hb-object-private.hh | 26 +++++++++++++++++++++-----
117291  src/hb-set-private.hh    |  2 +-
117292  2 files changed, 22 insertions(+), 6 deletions(-)
117293
117294 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
117295 Author: Behdad Esfahbod <behdad@behdad.org>
117296 Date:   Wed Aug 13 19:42:01 2014 -0400
117297
117298     Minor
117299
117300  test/shaping/hb_test_tools.py | 2 +-
117301  1 file changed, 1 insertion(+), 1 deletion(-)
117302
117303 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
117304 Author: Behdad Esfahbod <behdad@behdad.org>
117305 Date:   Wed Aug 13 12:39:34 2014 -0400
117306
117307     0.9.35
117308
117309  NEWS         | 29 +++++++++++++++++++++++++++++
117310  configure.ac |  2 +-
117311  2 files changed, 30 insertions(+), 1 deletion(-)
117312
117313 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
117314 Author: Behdad Esfahbod <behdad@behdad.org>
117315 Date:   Tue Aug 12 19:26:35 2014 -0400
117316
117317     [coretext] Add version guards for kCTLanguageAttributeName
117318
117319  src/hb-coretext.cc | 7 +++++++
117320  1 file changed, 7 insertions(+)
117321
117322 commit 1b3011c27df531875d432e909ae6b77f115c5017
117323 Author: Behdad Esfahbod <behdad@behdad.org>
117324 Date:   Tue Aug 12 19:17:19 2014 -0400
117325
117326     [coretext] Pass buffer language to CoreText
117327
117328  src/hb-coretext.cc | 12 ++++++++++++
117329  1 file changed, 12 insertions(+)
117330
117331 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
117332 Author: Behdad Esfahbod <behdad@behdad.org>
117333 Date:   Tue Aug 12 19:10:33 2014 -0400
117334
117335     [coretext] Minor
117336
117337  src/hb-coretext.cc | 9 +++++----
117338  1 file changed, 5 insertions(+), 4 deletions(-)
117339
117340 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
117341 Author: Behdad Esfahbod <behdad@behdad.org>
117342 Date:   Tue Aug 12 18:57:08 2014 -0400
117343
117344     [hb-coretext] Fix cluster order of notdef runs in RTL text
117345
117346  src/hb-coretext.cc | 3 +++
117347  1 file changed, 3 insertions(+)
117348
117349 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
117350 Author: Behdad Esfahbod <behdad@behdad.org>
117351 Date:   Tue Aug 12 17:15:09 2014 -0400
117352
117353     [shape-plan] Fix typo!
117354     
117355     The only effect is, if shaper_list was not NULL and no shaper was found,
117356     we now don't insert anything into cache and return earlier.
117357
117358  src/hb-shape-plan.cc | 2 +-
117359  1 file changed, 1 insertion(+), 1 deletion(-)
117360
117361 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
117362 Author: Behdad Esfahbod <behdad@behdad.org>
117363 Date:   Tue Aug 12 17:14:36 2014 -0400
117364
117365     [shape-plan] Better debug messages
117366
117367  src/hb-shape-plan.cc | 14 ++++++++++----
117368  1 file changed, 10 insertions(+), 4 deletions(-)
117369
117370 commit e956c65bf724a8403471362288d2361361b6ac58
117371 Author: Behdad Esfahbod <behdad@behdad.org>
117372 Date:   Tue Aug 12 17:03:27 2014 -0400
117373
117374     [shape-plan] Simplify macro
117375
117376  src/hb-shape-plan.cc | 22 ++++++++--------------
117377  1 file changed, 8 insertions(+), 14 deletions(-)
117378
117379 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
117380 Author: Behdad Esfahbod <behdad@behdad.org>
117381 Date:   Tue Aug 12 17:02:59 2014 -0400
117382
117383     Fix gcc warning
117384
117385  src/hb-private.hh | 9 +++++++++
117386  1 file changed, 9 insertions(+)
117387
117388 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
117389 Author: Behdad Esfahbod <behdad@behdad.org>
117390 Date:   Tue Aug 12 16:50:22 2014 -0400
117391
117392     [shape-plan] Fix shape-plan caching with more than one requested shaper
117393     
117394     Wasn't breaking out of loop, ouch!
117395     
117396     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
117397
117398  src/hb-shape-plan.cc | 9 ++++++---
117399  1 file changed, 6 insertions(+), 3 deletions(-)
117400
117401 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
117402 Author: Behdad Esfahbod <behdad@behdad.org>
117403 Date:   Tue Aug 12 16:49:18 2014 -0400
117404
117405     [shape-plan] Add debug tracing
117406
117407  src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
117408  1 file changed, 26 insertions(+)
117409
117410 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
117411 Author: Behdad Esfahbod <behdad@behdad.org>
117412 Date:   Tue Aug 12 15:49:47 2014 -0400
117413
117414     [coretext] Fix buffer resizing
117415     
117416     Was very broken.  Now fixed and tested.
117417
117418  src/hb-coretext.cc | 17 +++++++++++++----
117419  1 file changed, 13 insertions(+), 4 deletions(-)
117420
117421 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
117422 Author: Behdad Esfahbod <behdad@behdad.org>
117423 Date:   Tue Aug 12 14:25:11 2014 -0400
117424
117425     [coretext] Rewind scratch-allocated arrays when not needed anymore
117426
117427  src/hb-coretext.cc | 16 ++++++++++++++++
117428  1 file changed, 16 insertions(+)
117429
117430 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
117431 Author: Behdad Esfahbod <behdad@behdad.org>
117432 Date:   Tue Aug 12 13:12:31 2014 -0400
117433
117434     [wince] Two more Windows CE fixes
117435     
117436     Report has it that it builds (and works) now:
117437     
117438       https://codereview.qt-project.org/#/c/92087/
117439
117440  src/hb-mutex-private.hh | 2 +-
117441  src/hb-private.hh       | 2 ++
117442  2 files changed, 3 insertions(+), 1 deletion(-)
117443
117444 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
117445 Author: Behdad Esfahbod <behdad@behdad.org>
117446 Date:   Tue Aug 12 10:32:41 2014 -0400
117447
117448     [coretext] Compare CGFont and PS name, if CTFont didn't match
117449     
117450     See comments.
117451     
117452     Fixes vertical text.  CoreText backend is in very good shape now!
117453     
117454     Also see:
117455     5a0eed3b50629be4826e4e9428f2c3255195395d
117456     25f4fb9b56bb3f8bec821571c78f8829e40daa54
117457     
117458     Fixes http://github.com/behdad/harfbuzz/pull/36
117459
117460  src/hb-coretext.cc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------
117461  1 file changed, 48 insertions(+), 6 deletions(-)
117462
117463 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
117464 Author: Behdad Esfahbod <behdad@behdad.org>
117465 Date:   Mon Aug 11 23:47:16 2014 -0400
117466
117467     [coretext] Implement vertical shaping
117468     
117469     Currently doesn't work though, we detect font fallback.  Apparently
117470     matching on ct_font is not safe for this.  Looks like commit
117471     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
117472
117473  src/hb-coretext.cc | 127 ++++++++++++++++++++++++++++++++++-------------------
117474  1 file changed, 81 insertions(+), 46 deletions(-)
117475
117476 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
117477 Author: Behdad Esfahbod <behdad@behdad.org>
117478 Date:   Mon Aug 11 20:45:12 2014 -0400
117479
117480     [coretext] Remove unnecessary alt_size
117481     
117482     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
117483
117484  src/hb-coretext.cc | 4 ++--
117485  1 file changed, 2 insertions(+), 2 deletions(-)
117486
117487 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
117488 Author: Behdad Esfahbod <behdad@behdad.org>
117489 Date:   Mon Aug 11 20:02:45 2014 -0400
117490
117491     [coretext] Use CFRunStatus
117492     
117493     Assert that all runs had expected direction, and take hint for
117494     non-monotone clusters.
117495
117496  src/hb-coretext.cc | 17 +++++++++++++++--
117497  1 file changed, 15 insertions(+), 2 deletions(-)
117498
117499 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
117500 Author: Behdad Esfahbod <behdad@behdad.org>
117501 Date:   Mon Aug 11 20:01:37 2014 -0400
117502
117503     [coretext] Minor
117504
117505  src/hb-coretext.cc | 3 ++-
117506  1 file changed, 2 insertions(+), 1 deletion(-)
117507
117508 commit 130856c705641aa681307b5b51b5fb84e295f382
117509 Author: Behdad Esfahbod <behdad@behdad.org>
117510 Date:   Mon Aug 11 19:16:26 2014 -0400
117511
117512     [coretext] Remove debug printf!
117513
117514  src/hb-coretext.cc | 1 -
117515  1 file changed, 1 deletion(-)
117516
117517 commit b5fbc3b8f560235d014c62e49220574ffcf89349
117518 Author: Behdad Esfahbod <behdad@behdad.org>
117519 Date:   Mon Aug 11 18:40:01 2014 -0400
117520
117521     API: Do not clear buffer-flags in hb_buffer_clear_contents()
117522     
117523     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
117524     need to set flags for different pieces of text.  The flags now
117525     are something the client sets up once, depending on how it
117526     actually uses the buffer.  As such, don't clear it in
117527     clear_contents().
117528     
117529     Tests updated.
117530
117531  src/hb-buffer-private.hh |  4 +---
117532  src/hb-buffer.cc         |  4 ++--
117533  test/api/test-buffer.c   | 15 ++++++++++++---
117534  3 files changed, 15 insertions(+), 8 deletions(-)
117535
117536 commit 104484cefeca03d95837bba5f39178693c86ce8a
117537 Author: Behdad Esfahbod <behdad@behdad.org>
117538 Date:   Mon Aug 11 18:23:43 2014 -0400
117539
117540     Minor
117541
117542  src/hb-common.h | 5 +++--
117543  1 file changed, 3 insertions(+), 2 deletions(-)
117544
117545 commit 4acce77db7dd588ba277779c4997b0256ebe426e
117546 Author: Behdad Esfahbod <behdad@behdad.org>
117547 Date:   Mon Aug 11 17:46:50 2014 -0400
117548
117549     [coretext] Pass buffer direction to CoreText
117550     
117551     Have to use a CTTypesetter for this.
117552
117553  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
117554  1 file changed, 22 insertions(+), 4 deletions(-)
117555
117556 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
117557 Author: Behdad Esfahbod <behdad@behdad.org>
117558 Date:   Mon Aug 11 17:46:12 2014 -0400
117559
117560     [coretext] Minor
117561     
117562     It's hard to handle all possible NULL returns from CoreText.  Add one
117563     more...
117564
117565  src/hb-coretext.cc | 8 +++++---
117566  1 file changed, 5 insertions(+), 3 deletions(-)
117567
117568 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
117569 Author: Behdad Esfahbod <behdad@behdad.org>
117570 Date:   Mon Aug 11 15:29:18 2014 -0400
117571
117572     [coretext] Attach marks to base clusters
117573     
117574     Fixes https://githu.com/behdad/harfbuzz/issues/49
117575     to the extent that it can be fixed.
117576
117577  src/hb-coretext.cc | 16 ++++++++++++++++
117578  1 file changed, 16 insertions(+)
117579
117580 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
117581 Author: Behdad Esfahbod <behdad@behdad.org>
117582 Date:   Mon Aug 11 15:11:59 2014 -0400
117583
117584     [coretext] Use input clusters
117585     
117586     Before, this shaper was returning UTF-16 cluster indices instead of
117587     returning whatever cluster values the user had had set up in the buffer.
117588     Ouch!
117589
117590  src/hb-coretext.cc | 6 ++----
117591  1 file changed, 2 insertions(+), 4 deletions(-)
117592
117593 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
117594 Author: Behdad Esfahbod <behdad@behdad.org>
117595 Date:   Mon Aug 11 15:08:19 2014 -0400
117596
117597     [coretext] Fix buffer resize handling
117598     
117599     We can't really resize buffer and continue in this shaper as we are
117600     using the scratch buffer for string_ref and log_cluster.  Restructure
117601     shaper to retry from (almost) scratch.
117602
117603  src/hb-buffer-private.hh |   3 +
117604  src/hb-coretext.cc       | 428 ++++++++++++++++++++++++++---------------------
117605  2 files changed, 238 insertions(+), 193 deletions(-)
117606
117607 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
117608 Author: Behdad Esfahbod <behdad@behdad.org>
117609 Date:   Mon Aug 11 13:25:43 2014 -0400
117610
117611     [coretext] Always compute log_clusters
117612     
117613     To be used soon.
117614
117615  src/hb-coretext.cc | 24 +++++++++++-------------
117616  1 file changed, 11 insertions(+), 13 deletions(-)
117617
117618 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
117619 Author: Behdad Esfahbod <behdad@behdad.org>
117620 Date:   Mon Aug 11 13:42:42 2014 -0400
117621
117622     Minor
117623
117624  src/hb-graphite2.cc | 4 ++--
117625  src/hb-uniscribe.cc | 6 ++----
117626  2 files changed, 4 insertions(+), 6 deletions(-)
117627
117628 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
117629 Author: Behdad Esfahbod <behdad@behdad.org>
117630 Date:   Mon Aug 11 02:04:38 2014 -0400
117631
117632     [coretext] Simplify cluster mapping
117633
117634  src/hb-coretext.cc | 41 +++++++++++++++++------------------------
117635  1 file changed, 17 insertions(+), 24 deletions(-)
117636
117637 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
117638 Author: Behdad Esfahbod <behdad@behdad.org>
117639 Date:   Sun Aug 10 19:19:38 2014 -0400
117640
117641     [coretext] Minor
117642
117643  src/hb-coretext.cc | 2 +-
117644  1 file changed, 1 insertion(+), 1 deletion(-)
117645
117646 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
117647 Author: Behdad Esfahbod <behdad@behdad.org>
117648 Date:   Sun Aug 10 19:05:25 2014 -0400
117649
117650     [coretext] Fix fallback detection
117651     
117652     Fixes http://github.com/behdad/harfbuzz/pull/36
117653
117654  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
117655  1 file changed, 20 insertions(+), 9 deletions(-)
117656
117657 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
117658 Author: Behdad Esfahbod <behdad@behdad.org>
117659 Date:   Sun Aug 10 18:59:47 2014 -0400
117660
117661     [coretext] Fix last range
117662     
117663     Test with:
117664     
117665     hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:] --shaper=coretext
117666
117667  src/hb-coretext.cc | 2 +-
117668  1 file changed, 1 insertion(+), 1 deletion(-)
117669
117670 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
117671 Author: Behdad Esfahbod <behdad@behdad.org>
117672 Date:   Sun Aug 10 18:52:07 2014 -0400
117673
117674     Fix hb_in_range() for types smaller than int
117675     
117676     As exercised by hb-coretext .notdef code.
117677
117678  src/hb-private.hh | 4 +++-
117679  1 file changed, 3 insertions(+), 1 deletion(-)
117680
117681 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
117682 Author: Behdad Esfahbod <behdad@behdad.org>
117683 Date:   Sun Aug 10 18:04:50 2014 -0400
117684
117685     [wince] Try to fix some stuff on Windows CE
117686     
117687     Based on errors seen here:
117688     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
117689     
117690     Fully untested.
117691
117692  src/hb-private.hh | 8 ++++++++
117693  1 file changed, 8 insertions(+)
117694
117695 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
117696 Author: Behdad Esfahbod <behdad@behdad.org>
117697 Date:   Sun Aug 10 17:42:19 2014 -0400
117698
117699     Minor
117700
117701  src/hb-coretext.cc  | 4 ++--
117702  src/hb-uniscribe.cc | 4 ++--
117703  2 files changed, 4 insertions(+), 4 deletions(-)
117704
117705 commit b9993d8d6d332994dfbd29e99ff8043622003417
117706 Author: Behdad Esfahbod <behdad@behdad.org>
117707 Date:   Sun Aug 10 17:40:24 2014 -0400
117708
117709     [coretext] Fix assert on Yosemite
117710     
117711     Apparently those functions documented as sometimes returning NULL
117712     actually exercise that right in OS X 10.10 Yosemite.  The scratch
117713     was too small for that.  I *think* I fixed it, but haven't tested
117714     as I don't have Yosemite.
117715
117716  src/hb-coretext.cc | 6 +++++-
117717  1 file changed, 5 insertions(+), 1 deletion(-)
117718
117719 commit 087733dd66e17297ef0e53680fafe42c84884104
117720 Author: Behdad Esfahbod <behdad@behdad.org>
117721 Date:   Fri Apr 18 11:21:08 2014 -0700
117722
117723     [coretext] Use CGFont as face_data
117724
117725  src/hb-coretext.cc | 26 +++++++++-----------------
117726  1 file changed, 9 insertions(+), 17 deletions(-)
117727
117728 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
117729 Author: Behdad Esfahbod <behdad@behdad.org>
117730 Date:   Thu Aug 7 15:38:52 2014 -0400
117731
117732     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
117733     
117734     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
117735
117736  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
117737  1 file changed, 1 insertion(+), 1 deletion(-)
117738
117739 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
117740 Author: Behdad Esfahbod <behdad@behdad.org>
117741 Date:   Wed Aug 6 13:34:49 2014 -0400
117742
117743     Use atexit() only if it's safe to call from shared library
117744     
117745     Apparently they are not (advertised as?) safe on BSD systems.
117746     We ignore the case of static libraries.
117747     
117748     Whitelisted on glibc, Android, and MSVC / mingw.
117749     
117750     https://bugs.freedesktop.org/show_bug.cgi?id=82246
117751
117752  src/hb-common.cc    |  4 ++--
117753  src/hb-ft.cc        |  2 +-
117754  src/hb-private.hh   | 25 +++++++++++++++++++++++++
117755  src/hb-shape.cc     |  2 +-
117756  src/hb-shaper.cc    |  2 +-
117757  src/hb-uniscribe.cc |  2 +-
117758  6 files changed, 31 insertions(+), 6 deletions(-)
117759
117760 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
117761 Author: Behdad Esfahbod <behdad@behdad.org>
117762 Date:   Tue Aug 5 14:19:01 2014 -0400
117763
117764     [arabic] Fix fallback shaping regression
117765     
117766     Was broken in 615d00ea252739da57edbd980ff27e573.
117767     
117768     Fixes https://github.com/behdad/harfbuzz/pull/48
117769     
117770     Micro-test added.
117771
117772  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
117773  test/shaping/Makefile.am                                 |   1 +
117774  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
117775  .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 -> 6332 bytes
117776  test/shaping/tests/MANIFEST                              |   1 +
117777  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
117778  6 files changed, 6 insertions(+), 2 deletions(-)
117779
117780 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
117781 Author: Behdad Esfahbod <behdad@behdad.org>
117782 Date:   Sat Aug 2 19:24:55 2014 -0400
117783
117784     0.9.34
117785
117786  NEWS         | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
117787  configure.ac |  2 +-
117788  2 files changed, 54 insertions(+), 1 deletion(-)
117789
117790 commit d7c850f8037d2701366008eb8c2a527c9d40abde
117791 Author: Behdad Esfahbod <behdad@behdad.org>
117792 Date:   Sat Aug 2 17:46:38 2014 -0400
117793
117794     [uniscribe] Minor
117795
117796  src/hb-uniscribe.cc | 1 +
117797  1 file changed, 1 insertion(+)
117798
117799 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
117800 Author: Behdad Esfahbod <behdad@behdad.org>
117801 Date:   Sat Aug 2 17:18:46 2014 -0400
117802
117803     Make sure gsubgpos buffer vars are available during fallback_position
117804     
117805     Add buffer var allocation asserts to a few key places.
117806
117807  src/hb-ot-layout-gpos-table.hh             |  4 ++--
117808  src/hb-ot-layout-gsub-table.hh             |  2 +-
117809  src/hb-ot-layout-private.hh                | 15 +++++++++++++++
117810  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
117811  src/hb-ot-shape-fallback.cc                |  2 ++
117812  src/hb-ot-shape-normalize.cc               |  2 ++
117813  src/hb-ot-shape.cc                         |  3 +++
117814  7 files changed, 26 insertions(+), 4 deletions(-)
117815
117816 commit 2053f369f84676f197ac41ea654a318c48922abd
117817 Author: Behdad Esfahbod <behdad@behdad.org>
117818 Date:   Sat Aug 2 16:31:16 2014 -0400
117819
117820     Disable 'liga' for vertical text
117821     
117822     The reason we turned it on is because Kazuraki uses it.  But that's
117823     not reason enough.  Until the OpenType spec gets its act together re
117824     adding design-direction to lookups, this is better user experience.
117825
117826  src/hb-ot-shape.cc | 2 +-
117827  1 file changed, 1 insertion(+), 1 deletion(-)
117828
117829 commit 763e5466c0a03a7c27020e1e2598e488612529a7
117830 Author: Behdad Esfahbod <behdad@behdad.org>
117831 Date:   Sat Aug 2 16:17:44 2014 -0400
117832
117833     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
117834     
117835     Previously, we expected users to provide BOT/EOT flags when the
117836     text *segment* was at paragraph boundaries.  This meant that for
117837     clients that provide full paragraph to HarfBuzz (eg. Pango), they
117838     had code like this:
117839     
117840       hb_buffer_set_flags (hb_buffer,
117841                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
117842                            (item_offset + item_length == paragraph_length ?
117843                             HB_BUFFER_FLAG_EOT : 0));
117844     
117845       hb_buffer_add_utf8 (hb_buffer,
117846                           paragraph_text, paragraph_length,
117847                           item_offset, item_length);
117848     
117849     After this change such clients can simply say:
117850     
117851       hb_buffer_set_flags (hb_buffer,
117852                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
117853     
117854       hb_buffer_add_utf8 (hb_buffer,
117855                           paragraph_text, paragraph_length,
117856                           item_offset, item_length);
117857     
117858     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
117859     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
117860     continue not setting any flags whatsoever.
117861     
117862     Another way to put it is: if there's pre-context text in the buffer,
117863     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
117864     EOT flag.
117865
117866  src/hb-ot-shape-complex-arabic.cc | 40 +++++++++++++++++++--------------------
117867  src/hb-ot-shape.cc                |  1 +
117868  2 files changed, 20 insertions(+), 21 deletions(-)
117869
117870 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
117871 Merge: ac53443f1 6ab6be32c
117872 Author: Behdad Esfahbod <behdad@behdad.org>
117873 Date:   Sat Aug 2 15:00:34 2014 -0400
117874
117875     Merge branch 'win1256'
117876
117877 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
117878 Author: Behdad Esfahbod <behdad@behdad.org>
117879 Date:   Sat Aug 2 14:58:38 2014 -0400
117880
117881     [arabic/win1256] Remove unused MultipleSubst macros
117882
117883  src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
117884  1 file changed, 12 deletions(-)
117885
117886 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
117887 Author: Behdad Esfahbod <behdad@behdad.org>
117888 Date:   Fri Aug 1 19:05:33 2014 -0400
117889
117890     [arabic/win1256] Really fix lam-alef this time
117891     
117892     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
117893     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
117894
117895  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
117896  src/hb-ot-shape-complex-arabic-win1256.hh  | 49 +++++++++---------------------
117897  2 files changed, 15 insertions(+), 36 deletions(-)
117898
117899 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
117900 Author: Behdad Esfahbod <behdad@behdad.org>
117901 Date:   Fri Aug 1 16:14:33 2014 -0400
117902
117903     [arabic/win1256] Hook up lamMedi lookup
117904     
117905     Restructure lookup array to accommodate.
117906     
117907     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
117908
117909  src/hb-ot-shape-complex-arabic-fallback.hh | 26 ++++++++++----------------
117910  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
117911  2 files changed, 11 insertions(+), 16 deletions(-)
117912
117913 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
117914 Author: Behdad Esfahbod <behdad@behdad.org>
117915 Date:   Fri Aug 1 16:09:31 2014 -0400
117916
117917     [arabic/win1256] Fix TEH MARBUTA final form
117918     
117919     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
117920
117921  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
117922  1 file changed, 4 insertions(+), 4 deletions(-)
117923
117924 commit a2de193220ee2839125594bd1a60b5b66ab4598e
117925 Author: Behdad Esfahbod <behdad@behdad.org>
117926 Date:   Thu Jul 31 18:21:05 2014 -0400
117927
117928     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
117929     
117930     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
117931
117932  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
117933  1 file changed, 12 insertions(+), 10 deletions(-)
117934
117935 commit 1789ccb1dd56af6117eac00e633eff94860ba252
117936 Author: Behdad Esfahbod <behdad@behdad.org>
117937 Date:   Thu Jul 31 11:04:00 2014 -0400
117938
117939     [arabic/win1256] Remove GCC'ism
117940     
117941     The table can now compile independently too.  If we cannot make it work
117942     on MSVC, we can always generate the data and distribute it.
117943     
117944     The code now compiles cleanly with:
117945     
117946     gcc -c -xc -std=c99 -Werror -pedantic hb-ot-shape-complex-arabic-win1256.hh
117947     g++ -c -xc -std=c++1x -Werror -pedantic hb-ot-shape-complex-arabic-win1256.hh
117948     
117949     See:
117950     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
117951
117952  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
117953  src/hb-ot-shape-complex-arabic-win1256.hh  | 123 +++++++++++++++++------------
117954  2 files changed, 75 insertions(+), 52 deletions(-)
117955
117956 commit f28b1c823db2ad56fed356ef864a7508d23048b8
117957 Author: Behdad Esfahbod <behdad@behdad.org>
117958 Date:   Wed Jul 30 02:15:44 2014 -0400
117959
117960     [arabic] Implement Windows-1256 private shaping
117961     
117962     Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered bad
117963     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
117964     
117965     This is only enabled on Windows platforms, and requires support from
117966     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
117967     fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans Serif".
117968     
117969     The code and table together have just less than a 1kb footprint when
117970     enabled.
117971     
117972     UNTESTED.  I might even have broken regular Arabic fallback shaping.
117973
117974  src/Makefile.am                            |   1 +
117975  src/check-includes.sh                      |   2 +-
117976  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
117977  src/hb-ot-shape-complex-arabic-win1256.hh  | 328 +++++++++++++++++++++++++++++
117978  4 files changed, 442 insertions(+), 14 deletions(-)
117979
117980 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
117981 Author: Behdad Esfahbod <behdad@behdad.org>
117982 Date:   Thu Jul 31 18:51:37 2014 -0400
117983
117984     [hangul] Don't apply 'calt'
117985     
117986     See comments.
117987     
117988     Micro-test added.
117989
117990  src/hb-ot-shape-complex-hangul.cc                        |  11 ++++++++++-
117991  test/shaping/Makefile.am                                 |   1 +
117992  .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 -> 1804 bytes
117993  .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 -> 1644 bytes
117994  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
117995  test/shaping/tests/MANIFEST                              |   1 +
117996  test/shaping/tests/hangul-jamo.tests                     |  11 +++++++++++
117997  7 files changed, 25 insertions(+), 1 deletion(-)
117998
117999 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
118000 Author: Behdad Esfahbod <behdad@behdad.org>
118001 Date:   Thu Jul 31 18:33:11 2014 -0400
118002
118003     [test] Fix record-test.sh
118004
118005  test/shaping/record-test.sh | 2 +-
118006  1 file changed, 1 insertion(+), 1 deletion(-)
118007
118008 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
118009 Author: Behdad Esfahbod <behdad@behdad.org>
118010 Date:   Tue Jul 29 19:47:26 2014 -0400
118011
118012     Minor
118013
118014  src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
118015  1 file changed, 1 insertion(+)
118016
118017 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
118018 Author: Behdad Esfahbod <behdad@behdad.org>
118019 Date:   Sat Jul 26 20:34:01 2014 -0400
118020
118021     [hebrew] Zero mark advance by GDEF late
118022     
118023     Seems to be what Uniscribe does.
118024     
118025     At this point I think it's work checking our default...
118026     
118027     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
118028     substitution with SBL Hebrew
118029     https://bugs.freedesktop.org/show_bug.cgi?id=76767
118030     
118031     Micro-test added.
118032
118033  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
118034  .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 -> 6068 bytes
118035  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
118036  test/shaping/tests/zero-width-marks.tests                |   1 +
118037  4 files changed, 3 insertions(+), 1 deletion(-)
118038
118039 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
118040 Author: Behdad Esfahbod <behdad@behdad.org>
118041 Date:   Sat Jul 26 19:17:44 2014 -0400
118042
118043     Add old-Myanmar shaper
118044     
118045     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
118046     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
118047     
118048     Fixes
118049     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
118050     https://bugs.freedesktop.org/show_bug.cgi?id=81775
118051     
118052     Micro-test added based on Padauk.
118053
118054  src/hb-ot-shape-complex-myanmar.cc                    |  18 ++++++++++++++++++
118055  src/hb-ot-shape-complex-private.hh                    |   5 +++--
118056  test/shaping/Makefile.am                              |   1 +
118057  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
118058  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 -> 3440 bytes
118059  test/shaping/tests/MANIFEST                           |   1 +
118060  test/shaping/tests/zero-width-marks.tests             |   1 +
118061  7 files changed, 25 insertions(+), 2 deletions(-)
118062
118063 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
118064 Author: Behdad Esfahbod <behdad@behdad.org>
118065 Date:   Sat Jul 26 18:44:15 2014 -0400
118066
118067     Minor
118068
118069  src/hb-ot-shape-complex-indic.cc | 1 +
118070  src/hb-ot-shape.cc               | 2 +-
118071  2 files changed, 2 insertions(+), 1 deletion(-)
118072
118073 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
118074 Author: Behdad Esfahbod <behdad@behdad.org>
118075 Date:   Fri Jul 25 12:40:56 2014 -0400
118076
118077     Typo
118078
118079  src/hb-common.h | 2 +-
118080  1 file changed, 1 insertion(+), 1 deletion(-)
118081
118082 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
118083 Author: Behdad Esfahbod <behdad@behdad.org>
118084 Date:   Fri Jul 25 12:35:03 2014 -0400
118085
118086     [util] Note CSS compatibility in --help-features
118087
118088  util/options.cc | 4 +++-
118089  1 file changed, 3 insertions(+), 1 deletion(-)
118090
118091 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
118092 Author: Behdad Esfahbod <behdad@behdad.org>
118093 Date:   Fri Jul 25 12:30:47 2014 -0400
118094
118095     Fix snprintf() format
118096     
118097     Patch from Maks Naumov.
118098     Fixes https://github.com/behdad/harfbuzz/pull/22
118099
118100  src/hb-shape.cc | 6 +++---
118101  1 file changed, 3 insertions(+), 3 deletions(-)
118102
118103 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
118104 Author: Behdad Esfahbod <behdad@behdad.org>
118105 Date:   Fri Jul 25 12:21:49 2014 -0400
118106
118107     Make sure broken feature strings are not partially parsed
118108     
118109     If user doesn't check hb_feature_from_string() return value, we
118110     don't want them to end up see the partially-parsed feature.
118111
118112  src/hb-shape.cc | 18 ++++++++++++++----
118113  1 file changed, 14 insertions(+), 4 deletions(-)
118114
118115 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
118116 Author: Behdad Esfahbod <behdad@behdad.org>
118117 Date:   Fri Jul 25 12:15:33 2014 -0400
118118
118119     Allow quotation marks around feature tag in hb_feature_from_string()
118120     
118121     With this, I believe we accept CSS feature strings completely.
118122
118123  src/hb-shape.cc | 24 +++++++++++++++++++++---
118124  1 file changed, 21 insertions(+), 3 deletions(-)
118125
118126 commit 3f6461847412e78bcddc8eba97200f3afcde869a
118127 Author: Behdad Esfahbod <behdad@behdad.org>
118128 Date:   Fri Jul 25 12:04:27 2014 -0400
118129
118130     Allow space at the end of feature string with values, eg 'dlig=1 '
118131
118132  src/hb-shape.cc | 4 +++-
118133  1 file changed, 3 insertions(+), 1 deletion(-)
118134
118135 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
118136 Author: Behdad Esfahbod <behdad@behdad.org>
118137 Date:   Fri Jul 25 12:03:52 2014 -0400
118138
118139     Minor
118140
118141  src/hb-shape.cc | 18 +++++++++---------
118142  1 file changed, 9 insertions(+), 9 deletions(-)
118143
118144 commit 60cb18a5dea2d30793f89e80995bb729c014864a
118145 Author: Behdad Esfahbod <behdad@behdad.org>
118146 Date:   Fri Jul 25 12:01:22 2014 -0400
118147
118148     Allow on/off in hb_feature_from_string()
118149     
118150     We now allow things like "dlig on" / "dlig=on".
118151
118152  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
118153  1 file changed, 24 insertions(+), 2 deletions(-)
118154
118155 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
118156 Author: Behdad Esfahbod <behdad@behdad.org>
118157 Date:   Fri Jul 25 11:56:01 2014 -0400
118158
118159     Remove duplicate definition of ISALNUM
118160     
118161     It's defined in hb-private.h already.
118162
118163  src/hb-shape.cc | 2 --
118164  1 file changed, 2 deletions(-)
118165
118166 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
118167 Author: Behdad Esfahbod <behdad@behdad.org>
118168 Date:   Fri Jul 25 11:53:46 2014 -0400
118169
118170     Fix parsing of features like "- liga" (with the space)
118171
118172  src/hb-shape.cc | 4 ++--
118173  1 file changed, 2 insertions(+), 2 deletions(-)
118174
118175 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
118176 Author: Behdad Esfahbod <behdad@behdad.org>
118177 Date:   Fri Jul 25 11:44:35 2014 -0400
118178
118179     Do not require the '=' in hb_feature_from_string()
118180     
118181     Towards accepting CSS font-feature-settings strings.
118182
118183  src/hb-shape.cc | 6 +++++-
118184  1 file changed, 5 insertions(+), 1 deletion(-)
118185
118186 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
118187 Author: Behdad Esfahbod <behdad@behdad.org>
118188 Date:   Fri Jul 25 11:39:55 2014 -0400
118189
118190     Reject tags longer than 4 chars in hb_feature_from_string()
118191
118192  src/hb-shape.cc | 2 +-
118193  1 file changed, 1 insertion(+), 1 deletion(-)
118194
118195 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
118196 Author: Behdad Esfahbod <behdad@behdad.org>
118197 Date:   Fri Jul 25 11:18:11 2014 -0400
118198
118199     Minor warnings fixes
118200     
118201     Some systems insist on -Wmissing-field-initializers.  We have too many,
118202     by design.  Fix a few easy ones.
118203
118204  src/hb-open-type-private.hh | 2 +-
118205  src/hb-ot-layout-private.hh | 2 +-
118206  src/hb-private.hh           | 2 +-
118207  3 files changed, 3 insertions(+), 3 deletions(-)
118208
118209 commit fc0daafab0336b847ac14682e581a8838f36a0bf
118210 Author: Behdad Esfahbod <behdad@behdad.org>
118211 Date:   Wed Jul 23 16:48:51 2014 -0400
118212
118213     [indic] Handle old-spec Malayalam reordering with final Halant
118214     
118215     See comment.
118216     
118217     Micro-tests added.
118218
118219  src/hb-ot-shape-complex-indic.cc                   |  28 +++++++++++++++++----
118220  test/shaping/Makefile.am                           |   1 +
118221  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
118222  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
118223  test/shaping/fonts/sha1sum/MANIFEST                |   2 ++
118224  test/shaping/tests/MANIFEST                        |   1 +
118225  test/shaping/tests/indic-old-spec.tests            |   2 ++
118226  .../indic/script-malayalam/misc/misc.txt           |   1 +
118227  8 files changed, 30 insertions(+), 5 deletions(-)
118228
118229 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
118230 Author: Behdad Esfahbod <behdad@behdad.org>
118231 Date:   Wed Jul 23 11:38:49 2014 -0400
118232
118233     Give CC to gir-scanner
118234     
118235     From:
118236     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
118237
118238  src/Makefile.am | 1 +
118239  1 file changed, 1 insertion(+)
118240
118241 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
118242 Author: Behdad Esfahbod <behdad@behdad.org>
118243 Date:   Tue Jul 22 17:56:43 2014 -0400
118244
118245     0.9.33
118246
118247  NEWS         | 10 ++++++++++
118248  configure.ac |  2 +-
118249  2 files changed, 11 insertions(+), 1 deletion(-)
118250
118251 commit d218bdb26b226fbf68331eb586b24460c061313d
118252 Author: Behdad Esfahbod <behdad@behdad.org>
118253 Date:   Tue Jul 22 18:01:46 2014 -0400
118254
118255     Fix test runner under Windows
118256
118257  test/shaping/Makefile.am | 2 +-
118258  1 file changed, 1 insertion(+), 1 deletion(-)
118259
118260 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
118261 Author: Behdad Esfahbod <behdad@behdad.org>
118262 Date:   Tue Jul 22 16:26:27 2014 -0400
118263
118264     Disallow changing settings on immutable face
118265     
118266     Ouch!
118267
118268  src/hb-face.cc    | 8 ++++----
118269  src/hb-font.cc    | 4 ++--
118270  src/hb-unicode.cc | 2 +-
118271  3 files changed, 7 insertions(+), 7 deletions(-)
118272
118273 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
118274 Author: Behdad Esfahbod <behdad@behdad.org>
118275 Date:   Mon Jul 21 11:12:54 2014 -0400
118276
118277     [win] Fix Cygwin build
118278     
118279     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
118280
118281  src/hb-private.hh | 2 +-
118282  1 file changed, 1 insertion(+), 1 deletion(-)
118283
118284 commit 1132a7dd0ecf1c425078e39e5471330bace42659
118285 Author: Behdad Esfahbod <behdad@behdad.org>
118286 Date:   Sun Jul 20 01:17:40 2014 -0400
118287
118288     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
118289     
118290     To make C language police happy.
118291
118292  src/hb-common.h | 17 ++++++++++++-----
118293  1 file changed, 12 insertions(+), 5 deletions(-)
118294
118295 commit df99976398a53521e0228541055dcaee8f5ba87f
118296 Author: Behdad Esfahbod <behdad@behdad.org>
118297 Date:   Sat Jul 19 17:31:23 2014 -0400
118298
118299     [gobject] Skip _HB_SCRIPT_MAX_VALUE
118300     
118301     Fixes https://github.com/behdad/harfbuzz/pull/38
118302
118303  src/hb-common.h | 2 +-
118304  1 file changed, 1 insertion(+), 1 deletion(-)
118305
118306 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
118307 Author: Behdad Esfahbod <behdad@behdad.org>
118308 Date:   Sat Jul 19 16:52:32 2014 -0400
118309
118310     [win] Don't define visibility attribtue under Cygwin
118311
118312  src/hb-private.hh | 2 +-
118313  1 file changed, 1 insertion(+), 1 deletion(-)
118314
118315 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
118316 Author: Behdad Esfahbod <behdad@behdad.org>
118317 Date:   Sat Jul 19 16:37:22 2014 -0400
118318
118319     [win] Turn STRICT on for including windows.h
118320
118321  src/hb-private.hh | 1 +
118322  1 file changed, 1 insertion(+)
118323
118324 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
118325 Author: Behdad Esfahbod <behdad@behdad.org>
118326 Date:   Sat Jul 19 16:32:04 2014 -0400
118327
118328     [win] Consolidate windows.h include tips and tricks
118329
118330  src/hb-atomic-private.hh |  4 ----
118331  src/hb-mutex-private.hh  |  1 -
118332  src/hb-private.hh        | 12 ++++++++++++
118333  src/hb-uniscribe.cc      |  3 ---
118334  src/hb-uniscribe.h       |  3 ---
118335  5 files changed, 12 insertions(+), 11 deletions(-)
118336
118337 commit f26d59d4684be3419c976d781b6dbc956248e3bb
118338 Author: Behdad Esfahbod <behdad@behdad.org>
118339 Date:   Sat Jul 19 16:10:21 2014 -0400
118340
118341     More fixing MemoryBarrier() on Mingw32
118342     
118343     Set requested windows header to Vista.  See discussion:
118344     
118345     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
118346
118347  src/hb-atomic-private.hh | 3 +++
118348  1 file changed, 3 insertions(+)
118349
118350 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
118351 Author: Behdad Esfahbod <behdad@behdad.org>
118352 Date:   Fri Jul 18 14:42:50 2014 -0400
118353
118354     [test] Remove unused micro-font
118355
118356  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 -> 0 bytes
118357  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
118358  2 files changed, 1 deletion(-)
118359
118360 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
118361 Author: Behdad Esfahbod <behdad@behdad.org>
118362 Date:   Fri Jul 18 14:37:49 2014 -0400
118363
118364     [test] Add more Mongolian variation selector tests
118365     
118366     From
118367     https://code.google.com/p/chromium/issues/detail?id=393896
118368
118369  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 -> 81968 bytes
118370  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
118371  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 -> 74856 bytes
118372  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
118373  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
118374  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
118375  6 files changed, 12 insertions(+)
118376
118377 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
118378 Author: Behdad Esfahbod <behdad@behdad.org>
118379 Date:   Thu Jul 17 18:22:07 2014 -0400
118380
118381     Fix hb_in_range() unused-var warning on Windows
118382
118383  src/hb-private.hh | 8 +++++++-
118384  1 file changed, 7 insertions(+), 1 deletion(-)
118385
118386 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
118387 Author: Behdad Esfahbod <behdad@behdad.org>
118388 Date:   Thu Jul 17 17:13:54 2014 -0400
118389
118390     [arabic] Disable 'cswh' again
118391     
118392     Ouch!
118393
118394  src/hb-ot-shape-complex-arabic.cc | 2 +-
118395  1 file changed, 1 insertion(+), 1 deletion(-)
118396
118397 commit 66f30915b185727a0041c998641edb550eb8a7fc
118398 Author: Behdad Esfahbod <behdad@behdad.org>
118399 Date:   Thu Jul 17 16:05:47 2014 -0400
118400
118401     0.9.32
118402
118403  NEWS         | 12 ++++++++++++
118404  configure.ac |  2 +-
118405  2 files changed, 13 insertions(+), 1 deletion(-)
118406
118407 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
118408 Author: Behdad Esfahbod <behdad@behdad.org>
118409 Date:   Thu Jul 17 15:57:37 2014 -0400
118410
118411     [arabic] Add note re disabled 'cswh'
118412
118413  src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
118414  1 file changed, 9 insertions(+)
118415
118416 commit 615d00ea252739da57edbd980ff27e573f88ee7e
118417 Author: Behdad Esfahbod <behdad@behdad.org>
118418 Date:   Thu Jul 17 13:36:09 2014 -0400
118419
118420     [arabic] Apply init/medi/isol/fini/... in separate stages
118421     
118422     Follows the order of the Arabic/Syriac specs.  Also don't stop
118423     between rlig and calt in non-Arabic scripts.
118424     
118425     Micro-tests for Arabic and Mongolian added for the latter.
118426
118427  src/hb-ot-shape-complex-arabic.cc                  |  56 +++++++++++++--------
118428  test/shaping/Makefile.am                           |   2 +
118429  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
118430  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
118431  test/shaping/fonts/sha1sum/MANIFEST                |   3 ++
118432  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin 0 -> 12560 bytes
118433  test/shaping/tests/MANIFEST                        |   1 +
118434  test/shaping/tests/arabic-feature-order.tests      |   3 ++
118435  8 files changed, 43 insertions(+), 22 deletions(-)
118436
118437 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
118438 Author: Behdad Esfahbod <behdad@behdad.org>
118439 Date:   Thu Jul 17 15:27:46 2014 -0400
118440
118441     [test] Make record_test understand cmdline args to hb-shape
118442
118443  test/shaping/record-test.sh | 5 ++++-
118444  1 file changed, 4 insertions(+), 1 deletion(-)
118445
118446 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
118447 Author: Behdad Esfahbod <behdad@behdad.org>
118448 Date:   Thu Jul 17 14:22:11 2014 -0400
118449
118450     Micro optimization
118451
118452  src/hb-fallback-shape.cc           | 36 +++++++++++++++++++-----------------
118453  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
118454  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
118455  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
118456  src/hb-ot-shape-complex-sea.cc     |  7 +++++--
118457  src/hb-ot-shape-fallback.cc        | 30 ++++++++++++++++--------------
118458  src/hb-ot-shape.cc                 | 18 ++++++++++++------
118459  7 files changed, 78 insertions(+), 54 deletions(-)
118460
118461 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
118462 Author: Behdad Esfahbod <behdad@behdad.org>
118463 Date:   Thu Jul 17 14:16:38 2014 -0400
118464
118465     Another try to fix Mongolian free variation selectors
118466     
118467     This reverts bf029281 and fixes it properly.  That commit
118468     was not enough as it was only inheriting the shaping_action
118469     for prev_action, but not curr_action.
118470     
118471     Micro-test added.
118472     
118473     https://code.google.com/p/chromium/issues/detail?id=393896
118474
118475  src/hb-ot-shape-complex-arabic.cc                  |  24 +++++++++++++++------
118476  src/hb-unicode-private.hh                          |   3 ++-
118477  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
118478  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
118479  .../tests/mongolian-variation-selector.tests       |   1 +
118480  5 files changed, 22 insertions(+), 7 deletions(-)
118481
118482 commit 5209c505061130854a2bfea8849928ade3ee92f3
118483 Author: Behdad Esfahbod <behdad@behdad.org>
118484 Date:   Thu Jul 17 12:23:44 2014 -0400
118485
118486     Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints"
118487     
118488     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
118489     manipulation can happen in user callbacks.  No need for this.
118490     
118491     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
118492     
118493     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
118494     
118495     Conflicts:
118496             src/hb-ot-shape-normalize.cc
118497
118498  src/hb-ot-shape-normalize.cc | 7 -------
118499  1 file changed, 7 deletions(-)
118500
118501 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
118502 Author: Dominik Röttsches <dominik.rottsches@intel.com>
118503 Date:   Thu Jul 17 14:40:34 2014 +0300
118504
118505     Fix CoreText build after a8b89a09f6d3a34
118506
118507  src/hb-private.hh | 1 +
118508  1 file changed, 1 insertion(+)
118509
118510 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
118511 Author: Behdad Esfahbod <behdad@behdad.org>
118512 Date:   Wed Jul 16 20:15:45 2014 -0400
118513
118514     Minor
118515
118516  src/hb-utf-private.hh | 2 +-
118517  1 file changed, 1 insertion(+), 1 deletion(-)
118518
118519 commit a18897f87ce2c6048c3a0339074924b2232e2b95
118520 Author: Behdad Esfahbod <behdad@behdad.org>
118521 Date:   Wed Jul 16 16:02:15 2014 -0400
118522
118523     0.9.31
118524
118525  NEWS         | 29 +++++++++++++++++++++++++++++
118526  configure.ac |  2 +-
118527  2 files changed, 30 insertions(+), 1 deletion(-)
118528
118529 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
118530 Author: Behdad Esfahbod <behdad@behdad.org>
118531 Date:   Wed Jul 16 15:34:20 2014 -0400
118532
118533     New API: hb_buffer_[sg]et_replacement_codepoint()
118534     
118535     With this change, we now by default replace broken UTF-8/16/32 bits
118536     with U+FFFD.  This can be changed by calling new API on the buffer.
118537     Previously the replacement value used to be (hb_codepoint_t)-1.
118538     
118539     Note that hb_buffer_clear_contents() does NOT reset the replacement
118540     character.
118541     
118542     See discussion here:
118543     
118544     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
118545     
118546     New API:
118547     
118548       hb_buffer_set_replacement_codepoint()
118549       hb_buffer_get_replacement_codepoint()
118550
118551  src/hb-buffer-private.hh |  1 +
118552  src/hb-buffer.cc         | 45 ++++++++++++++++++++++++++++++++++++++++++---
118553  src/hb-buffer.h          | 15 ++++++++++++++-
118554  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
118555  test/api/test-buffer.c   | 26 +++++++++++++++-----------
118556  5 files changed, 92 insertions(+), 29 deletions(-)
118557
118558 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
118559 Author: Behdad Esfahbod <behdad@behdad.org>
118560 Date:   Wed Jul 16 14:59:04 2014 -0400
118561
118562     New API hb_buffer_add_codepoints()
118563     
118564     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
118565     This is like what hb_buffer_add_utf32 used to be until a couple
118566     commits ago.
118567
118568  src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
118569  src/hb-buffer.h  |  8 ++++++++
118570  2 files changed, 35 insertions(+), 5 deletions(-)
118571
118572 commit 625dbf141a05f1ae81a7b8cbc529996370101284
118573 Author: Behdad Esfahbod <behdad@behdad.org>
118574 Date:   Wed Jul 16 14:49:55 2014 -0400
118575
118576     [buffer] Templatize UTF-* functions
118577
118578  src/hb-buffer.cc      |  10 +-
118579  src/hb-utf-private.hh | 307 ++++++++++++++++++++++++++------------------------
118580  2 files changed, 166 insertions(+), 151 deletions(-)
118581
118582 commit e634fed4285ce440d277345727ed01757df6d779
118583 Author: Behdad Esfahbod <behdad@behdad.org>
118584 Date:   Wed Jul 16 14:17:26 2014 -0400
118585
118586     [buffer] Validate UTF-32 input
118587     
118588     Same as what we do for UTF-8 and UTF-16.
118589
118590  src/hb-utf-private.hh  | 13 +++++++++---
118591  test/api/test-buffer.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++
118592  2 files changed, 65 insertions(+), 3 deletions(-)
118593
118594 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
118595 Author: Behdad Esfahbod <behdad@behdad.org>
118596 Date:   Wed Jul 16 13:44:01 2014 -0400
118597
118598     Minor refactoring
118599
118600  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
118601  1 file changed, 6 insertions(+), 19 deletions(-)
118602
118603 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
118604 Author: Behdad Esfahbod <behdad@behdad.org>
118605 Date:   Wed Jul 16 13:32:51 2014 -0400
118606
118607     [tests] Add record-test.sh
118608
118609  test/shaping/Makefile.am    |  1 +
118610  test/shaping/record-test.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++
118611  2 files changed, 50 insertions(+)
118612
118613 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
118614 Author: Behdad Esfahbod <behdad@behdad.org>
118615 Date:   Wed Jul 16 13:22:05 2014 -0400
118616
118617     Fix Mongolian Variation Selectors for fonts without GDEF
118618     
118619     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
118620     However, fonts like MongolianWhite don't have GDEF, but have IgnoreMarks
118621     in their LigatureSubstitute init/etc features.  We were synthesizing a
118622     GDEF class of mark for Mongolian Variation Selectors and as such the
118623     ligature lookups where not matching.  Uniscribe doesn't do that.
118624     
118625     I tried with more sophisticated fixes, like, if there is no GDEF and
118626     a lookup-flag mismatch happens, instead of rejecting a match, try
118627     skipping that glyph.  That surely produces some interesting behavior,
118628     but since we don't want to support fonts missing GDEF more than we have
118629     to, I went for this simpler fix which is to always mark
118630     default-ignorables as base when synthesizing GDEF.
118631     
118632     Micro-test added.
118633     
118634     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
118635
118636  src/hb-ot-shape.cc                                       |  13 +++++++++++--
118637  .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 -> 2780 bytes
118638  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
118639  test/shaping/tests/MANIFEST                              |   1 +
118640  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
118641  5 files changed, 14 insertions(+), 2 deletions(-)
118642
118643 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
118644 Author: Behdad Esfahbod <behdad@behdad.org>
118645 Date:   Wed Jul 16 13:21:26 2014 -0400
118646
118647     Minor
118648
118649  src/hb-ot-shape.cc        | 1 +
118650  src/hb-unicode-private.hh | 6 +++---
118651  2 files changed, 4 insertions(+), 3 deletions(-)
118652
118653 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
118654 Author: Behdad Esfahbod <behdad@behdad.org>
118655 Date:   Wed Jul 16 13:10:03 2014 -0400
118656
118657     Minor moving around
118658
118659  src/hb-ot-shape.cc | 14 +++++++++-----
118660  1 file changed, 9 insertions(+), 5 deletions(-)
118661
118662 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
118663 Author: Behdad Esfahbod <behdad@behdad.org>
118664 Date:   Wed Jul 16 12:30:39 2014 -0400
118665
118666     [indic] Fix access past end of array
118667
118668  src/hb-ot-shape-complex-indic.cc | 7 ++++---
118669  1 file changed, 4 insertions(+), 3 deletions(-)
118670
118671 commit 73e23b0acfd2948d500321769035c56c9e072d77
118672 Author: Behdad Esfahbod <behdad@behdad.org>
118673 Date:   Tue Jul 15 18:43:49 2014 -0400
118674
118675     Whitespace
118676
118677  src/hb-ot-layout-gsubgpos-private.hh | 1 -
118678  1 file changed, 1 deletion(-)
118679
118680 commit f27be105afb86b337c7d940badc5a6462f0b58bb
118681 Author: Behdad Esfahbod <behdad@behdad.org>
118682 Date:   Fri Jul 11 18:15:34 2014 -0400
118683
118684     [Android.mk] Actually remove static library
118685
118686  Android.mk | 26 --------------------------
118687  1 file changed, 26 deletions(-)
118688
118689 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
118690 Author: Behdad Esfahbod <behdad@behdad.org>
118691 Date:   Fri Jul 11 17:00:12 2014 -0400
118692
118693     [Android.mk] Remove static library, add note re how to build
118694
118695  Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
118696  1 file changed, 37 insertions(+), 4 deletions(-)
118697
118698 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
118699 Author: Behdad Esfahbod <behdad@behdad.org>
118700 Date:   Fri Jul 11 16:20:28 2014 -0400
118701
118702     Simplify / speed up UTF-8 code
118703
118704  src/hb-utf-private.hh | 15 ++++++---------
118705  1 file changed, 6 insertions(+), 9 deletions(-)
118706
118707 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
118708 Author: Behdad Esfahbod <behdad@behdad.org>
118709 Date:   Fri Jul 11 16:10:58 2014 -0400
118710
118711     Only accept well-formed UTF-8 sequences
118712     
118713     Enable tests that were disabled before, and adjust one test,
118714     and add more tests.
118715
118716  src/hb-utf-private.hh  | 93 +++++++++++++++++++++++++++++++++-----------------
118717  test/api/test-buffer.c |  9 +++--
118718  2 files changed, 68 insertions(+), 34 deletions(-)
118719
118720 commit 7323d385cc758c06671cb38239d240eb517b28bc
118721 Author: Behdad Esfahbod <behdad@behdad.org>
118722 Date:   Fri Jul 11 15:10:05 2014 -0400
118723
118724     Simplify hb_utf_prev<16> to call hb_utf_next<16>
118725
118726  src/hb-utf-private.hh | 23 ++++++++---------------
118727  1 file changed, 8 insertions(+), 15 deletions(-)
118728
118729 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
118730 Author: Behdad Esfahbod <behdad@behdad.org>
118731 Date:   Fri Jul 11 15:05:36 2014 -0400
118732
118733     Use hb_in_range() for arabic and indic tables
118734     
118735     Though, looks like gcc was smart enough to produce the same code
118736     before...
118737
118738  src/gen-arabic-table.py                 |  18 +-
118739  src/gen-indic-table.py                  |  10 +-
118740  src/hb-ot-shape-complex-arabic-table.hh | 420 ++++++++++++++++----------------
118741  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
118742  4 files changed, 268 insertions(+), 268 deletions(-)
118743
118744 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
118745 Author: Behdad Esfahbod <behdad@behdad.org>
118746 Date:   Fri Jul 11 14:54:42 2014 -0400
118747
118748     Mark unsigned integer literals with the u suffix
118749     
118750     Simplifies hb_in_range() calls as the type can be inferred.
118751     The rest is obsessiveness, I admit.
118752
118753  src/hb-buffer-serialize.cc                 |   2 +-
118754  src/hb-common.cc                           |   4 +-
118755  src/hb-coretext.cc                         |  16 +--
118756  src/hb-open-file-private.hh                |   4 +-
118757  src/hb-open-type-private.hh                |   2 +-
118758  src/hb-ot-cmap-table.hh                    |   4 +-
118759  src/hb-ot-head-table.hh                    |   6 +-
118760  src/hb-ot-hhea-table.hh                    |   2 +-
118761  src/hb-ot-layout-common-private.hh         |  14 +--
118762  src/hb-ot-layout-gdef-table.hh             |   8 +-
118763  src/hb-ot-layout-gpos-table.hh             |  24 ++--
118764  src/hb-ot-layout-gsub-table.hh             |   6 +-
118765  src/hb-ot-layout-gsubgpos-private.hh       |   2 +-
118766  src/hb-ot-layout-jstf-table.hh             |   2 +-
118767  src/hb-ot-layout-private.hh                |   4 +-
118768  src/hb-ot-layout.h                         |   6 +-
118769  src/hb-ot-map-private.hh                   |   8 +-
118770  src/hb-ot-maxp-table.hh                    |   4 +-
118771  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
118772  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
118773  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
118774  src/hb-ot-shape-complex-indic.cc           | 182 ++++++++++++++---------------
118775  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
118776  src/hb-ot-shape-complex-sea.cc             |   8 +-
118777  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
118778  src/hb-ot-shape-fallback.cc                |  40 +++----
118779  src/hb-ot-shape-normalize.cc               |   2 +-
118780  src/hb-ot-shape.cc                         |   6 +-
118781  src/hb-ot-tag.cc                           |  18 +--
118782  src/hb-unicode-private.hh                  |  40 +++----
118783  src/hb-uniscribe.cc                        |  14 +--
118784  src/hb-utf-private.hh                      |  16 +--
118785  32 files changed, 378 insertions(+), 378 deletions(-)
118786
118787 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
118788 Author: Behdad Esfahbod <behdad@behdad.org>
118789 Date:   Fri Jul 11 14:18:01 2014 -0400
118790
118791     Simplify hb_in_range()
118792     
118793     It's both faster and produces smaller code.  Now I feel stupid for
118794     not writing it this way before.
118795
118796  src/hb-private.hh | 16 ++++++----------
118797  1 file changed, 6 insertions(+), 10 deletions(-)
118798
118799 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
118800 Author: Behdad Esfahbod <behdad@behdad.org>
118801 Date:   Fri Jul 11 13:58:36 2014 -0400
118802
118803     Simplify hb_utf_prev<8> to call hb_utf_next<8>
118804
118805  src/hb-utf-private.hh | 24 ++++--------------------
118806  1 file changed, 4 insertions(+), 20 deletions(-)
118807
118808 commit efe74214bbb68eaa3d7621e73869b5d58210107e
118809 Author: Behdad Esfahbod <behdad@behdad.org>
118810 Date:   Fri Jul 11 11:59:48 2014 -0400
118811
118812     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
118813     
118814     Only if the font doesn't support it.  Ie, this gives the user to
118815     use non-Unicode codepoints as private values and return a meaningful
118816     glyph for them.  But if it's invalid and font callback doesn't
118817     like it, and if font has U+FFFD, show that instead.
118818     
118819     Font functions that do not want this automatic replacement to
118820     happen should return true from get_glyph() if unicode > 0x10FFFF.
118821     
118822     Replaces https://github.com/behdad/harfbuzz/pull/27
118823
118824  src/hb-ot-shape-normalize.cc | 7 +++++++
118825  1 file changed, 7 insertions(+)
118826
118827 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
118828 Author: Behdad Esfahbod <behdad@behdad.org>
118829 Date:   Thu Jul 10 19:31:40 2014 -0400
118830
118831     When parsing UTF-16, generate invalid codepoint for lonely low surrogate
118832     
118833     Test passes now.
118834
118835  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
118836  1 file changed, 28 insertions(+), 14 deletions(-)
118837
118838 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
118839 Author: Behdad Esfahbod <behdad@behdad.org>
118840 Date:   Thu Jul 10 19:31:16 2014 -0400
118841
118842     [test-buffer] Add test for lonely low-surrogate
118843     
118844     Currenty fails.  Ouch!
118845
118846  test/api/test-buffer.c | 1 +
118847  1 file changed, 1 insertion(+)
118848
118849 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
118850 Author: Behdad Esfahbod <behdad@behdad.org>
118851 Date:   Thu Jul 10 19:22:07 2014 -0400
118852
118853     Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
118854
118855  src/hb-ot-tag.cc       | 15 +++------------
118856  test/api/test-ot-tag.c |  6 +++---
118857  2 files changed, 6 insertions(+), 15 deletions(-)
118858
118859 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
118860 Author: Behdad Esfahbod <behdad@behdad.org>
118861 Date:   Thu Jul 10 19:20:35 2014 -0400
118862
118863     Fix lang matching logic
118864     
118865     Previous code was broken logically, but harmless.
118866
118867  src/hb-ot-tag.cc       | 2 +-
118868  test/api/test-ot-tag.c | 1 +
118869  2 files changed, 2 insertions(+), 1 deletion(-)
118870
118871 commit ee5350d667f3a9644667202597694581f2cf657d
118872 Author: Behdad Esfahbod <behdad@behdad.org>
118873 Date:   Thu Jul 10 19:06:45 2014 -0400
118874
118875     Accept BCP 47 zh-Hans / zh-Hant language tags
118876
118877  src/hb-ot-tag.cc       | 27 ++++++++++++++++++---------
118878  test/api/test-ot-tag.c |  3 +++
118879  2 files changed, 21 insertions(+), 9 deletions(-)
118880
118881 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
118882 Author: Behdad Esfahbod <behdad@behdad.org>
118883 Date:   Thu Jul 10 17:37:26 2014 -0400
118884
118885     [Android.mk] Add note re static library
118886
118887  Android.mk | 7 +++++++
118888  1 file changed, 7 insertions(+)
118889
118890 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
118891 Author: Behdad Esfahbod <behdad@behdad.org>
118892 Date:   Wed Jul 9 19:09:08 2014 -0400
118893
118894     [Android.mk] Update for new ICU
118895     
118896     https://android-review.googlesource.com/#/c/100722/1/Android.mk
118897
118898  Android.mk | 2 +-
118899  1 file changed, 1 insertion(+), 1 deletion(-)
118900
118901 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
118902 Author: Behdad Esfahbod <behdad@behdad.org>
118903 Date:   Wed Jul 9 18:18:06 2014 -0400
118904
118905     [Android.mk] Re-enable ICU unicode funcs
118906
118907  Android.mk | 11 ++++++-----
118908  1 file changed, 6 insertions(+), 5 deletions(-)
118909
118910 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
118911 Author: Behdad Esfahbod <behdad@behdad.org>
118912 Date:   Wed Jul 9 17:28:43 2014 -0400
118913
118914     0.9.30
118915
118916  NEWS         | 17 +++++++++++++++++
118917  configure.ac |  2 +-
118918  2 files changed, 18 insertions(+), 1 deletion(-)
118919
118920 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
118921 Author: Behdad Esfahbod <behdad@behdad.org>
118922 Date:   Wed Jul 9 17:40:52 2014 -0400
118923
118924     [uniscribe] Fix build after recent changes to Offset
118925
118926  src/hb-ot-name-table.hh | 2 +-
118927  1 file changed, 1 insertion(+), 1 deletion(-)
118928
118929 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
118930 Author: Behdad Esfahbod <behdad@behdad.org>
118931 Date:   Wed Jul 9 17:17:18 2014 -0400
118932
118933     Define _POSIX_C_SOURCE only if it is not defined
118934     
118935     Fixes https://github.com/behdad/harfbuzz/pull/45
118936
118937  src/hb-blob.cc | 2 ++
118938  1 file changed, 2 insertions(+)
118939
118940 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
118941 Author: Behdad Esfahbod <behdad@behdad.org>
118942 Date:   Wed Jul 9 17:07:06 2014 -0400
118943
118944     [tests] Remove bash'ish
118945     
118946     Apparently on travis-ci, bash is linked to dash, which doesn't
118947     understand "let".  Failing tests were not being noticed.  See eg:
118948     
118949       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
118950     
118951     Don't rely on bash.
118952
118953  test/shaping/run-tests.sh | 4 ++--
118954  1 file changed, 2 insertions(+), 2 deletions(-)
118955
118956 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
118957 Author: Behdad Esfahbod <behdad@behdad.org>
118958 Date:   Wed Jul 9 17:00:48 2014 -0400
118959
118960     [util/hb-shape] Fix crash; oops
118961
118962  util/hb-shape.cc | 2 +-
118963  1 file changed, 1 insertion(+), 1 deletion(-)
118964
118965 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
118966 Author: Behdad Esfahbod <behdad@behdad.org>
118967 Date:   Wed Jul 9 16:51:38 2014 -0400
118968
118969     [ucdn] Update to Unicode 7.0.0 data
118970     
118971     From http://github.com/behdad/ucdn
118972
118973  src/hb-ucdn.cc               |   23 +
118974  src/hb-ucdn/README           |    1 +
118975  src/hb-ucdn/ucdn.c           |    2 +-
118976  src/hb-ucdn/ucdn.h           |   27 +
118977  src/hb-ucdn/unicodedata_db.h | 3711 ++++++++++++++++++++++--------------------
118978  5 files changed, 2039 insertions(+), 1725 deletions(-)
118979
118980 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
118981 Author: Behdad Esfahbod <behdad@behdad.org>
118982 Date:   Wed Jul 9 16:19:55 2014 -0400
118983
118984     [Android.mk] Update source list
118985
118986  Android.mk | 9 ++++++---
118987  1 file changed, 6 insertions(+), 3 deletions(-)
118988
118989 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
118990 Author: Behdad Esfahbod <behdad@behdad.org>
118991 Date:   Wed Jul 9 16:13:40 2014 -0400
118992
118993     [Android.mk] Whitespace
118994
118995  Android.mk | 26 ++++++--------------------
118996  1 file changed, 6 insertions(+), 20 deletions(-)
118997
118998 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
118999 Author: Behdad Esfahbod <behdad@behdad.org>
119000 Date:   Wed Jul 9 16:07:12 2014 -0400
119001
119002     [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
119003
119004  Android.mk | 3 ---
119005  1 file changed, 3 deletions(-)
119006
119007 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
119008 Author: Behdad Esfahbod <behdad@behdad.org>
119009 Date:   Tue Jul 8 20:02:29 2014 -0400
119010
119011     [util/hb-shape] Accept an empty output-format that would skip output
119012     
119013     Useful for benchmarking, to avoid buffer serialization overhead (which
119014     seems to by far dominate shaping!)
119015
119016  util/hb-shape.cc | 5 ++++-
119017  1 file changed, 4 insertions(+), 1 deletion(-)
119018
119019 commit 8656408572c2685f278a3b742ee69c767c29788c
119020 Author: Behdad Esfahbod <behdad@behdad.org>
119021 Date:   Tue Jul 8 18:10:20 2014 -0400
119022
119023     [util] Fix hb-view rendering with --font-funcs=ot
119024
119025  util/helper-cairo.cc | 25 +++++++++++++++++++++++++
119026  1 file changed, 25 insertions(+)
119027
119028 commit 8650def73500204b79c651f58b1be3f94a41973d
119029 Author: Behdad Esfahbod <behdad@behdad.org>
119030 Date:   Sat Jul 5 15:50:18 2014 -0400
119031
119032     [util] Add option to set font function implementation to use
119033     
119034     Supports ft and ot right now.  hb-view currently not rendering with ot.
119035     Will fix after some clean up.
119036
119037  util/options.cc | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
119038  util/options.hh | 21 ++++++++++++++++
119039  2 files changed, 88 insertions(+), 9 deletions(-)
119040
119041 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
119042 Author: Behdad Esfahbod <behdad@behdad.org>
119043 Date:   Fri Jul 4 18:09:29 2014 -0400
119044
119045     [util] Fix memory issue
119046
119047  util/options.cc | 6 ++----
119048  util/options.hh | 9 +++++++++
119049  2 files changed, 11 insertions(+), 4 deletions(-)
119050
119051 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
119052 Author: Behdad Esfahbod <behdad@behdad.org>
119053 Date:   Tue Jul 1 15:51:54 2014 -0400
119054
119055     Add Roozbeh to AUTHORS
119056     
119057     He's been my shadow for all Indic-related changes in the last
119058     few months.
119059
119060  AUTHORS | 1 +
119061  1 file changed, 1 insertion(+)
119062
119063 commit 68f724484b1663255ee249481624e552d2e2313f
119064 Author: Behdad Esfahbod <behdad@behdad.org>
119065 Date:   Mon Jun 30 15:46:53 2014 -0400
119066
119067     [indic] Remove some more now-unused special-cases
119068
119069  src/hb-ot-shape-complex-indic.cc | 3 +--
119070  1 file changed, 1 insertion(+), 2 deletions(-)
119071
119072 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
119073 Author: Behdad Esfahbod <behdad@behdad.org>
119074 Date:   Mon Jun 30 15:39:39 2014 -0400
119075
119076     [indic] Remove special-casing of U+1CF2,1CF3
119077     
119078     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
119079     but IndicSyllabicCategory has had the correct value already, so the
119080     special code was never needed.
119081
119082  src/hb-ot-shape-complex-indic.cc | 6 ------
119083  1 file changed, 6 deletions(-)
119084
119085 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
119086 Author: Behdad Esfahbod <behdad@behdad.org>
119087 Date:   Mon Jun 30 15:24:02 2014 -0400
119088
119089     [indic-table] Update to Unicode 7.0 data
119090     
119091     Touch code just enough to preserve previous syllable structure
119092     and functionality as closely as possible.  Many further cleanups
119093     coming later.
119094
119095  src/gen-indic-table.py                   |   4 +
119096  src/hb-ot-shape-complex-indic-private.hh |  23 +-
119097  src/hb-ot-shape-complex-indic-table.cc   | 468 ++++++++++++++++++++++---------
119098  src/hb-ot-shape-complex-indic.cc         |  21 --
119099  src/hb-ot-shape-complex-myanmar.cc       |   2 -
119100  5 files changed, 355 insertions(+), 163 deletions(-)
119101
119102 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
119103 Author: Behdad Esfahbod <behdad@behdad.org>
119104 Date:   Mon Jun 30 14:30:54 2014 -0400
119105
119106     [indic-table] Fix category frequency counts in comments
119107
119108  src/gen-indic-table.py                 |  2 +-
119109  src/hb-ot-shape-complex-indic-table.cc | 46 +++++++++++++++++-----------------
119110  2 files changed, 24 insertions(+), 24 deletions(-)
119111
119112 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
119113 Author: Behdad Esfahbod <behdad@behdad.org>
119114 Date:   Mon Jun 30 14:25:18 2014 -0400
119115
119116     Whitespace
119117
119118  src/hb-ot-shape-complex-indic-private.hh | 76 ++++++++++++++++----------------
119119  1 file changed, 38 insertions(+), 38 deletions(-)
119120
119121 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
119122 Author: Behdad Esfahbod <behdad@behdad.org>
119123 Date:   Fri Jun 27 18:07:00 2014 -0400
119124
119125     Fix typo; ouch!
119126
119127  src/hb-ot-cmap-table.hh | 2 +-
119128  1 file changed, 1 insertion(+), 1 deletion(-)
119129
119130 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
119131 Author: Behdad Esfahbod <behdad@behdad.org>
119132 Date:   Fri Jun 27 17:30:59 2014 -0400
119133
119134     Mark unsed members with a "Z" suffix
119135     
119136     There may be more.  There are members that are by definition
119137     redundant or reserved and not needed, NOT what we *currently*
119138     don't use.
119139     
119140     I'm sure there's more...
119141
119142  src/hb-open-file-private.hh        |  6 +++---
119143  src/hb-ot-cmap-table.hh            | 24 ++++++++++++------------
119144  src/hb-ot-layout-common-private.hh |  2 +-
119145  3 files changed, 16 insertions(+), 16 deletions(-)
119146
119147 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
119148 Author: Behdad Esfahbod <behdad@behdad.org>
119149 Date:   Fri Jun 27 17:22:36 2014 -0400
119150
119151     [ot-font] Implement Unicode variation selectors
119152
119153  src/hb-ot-font.cc | 20 +++++++++++++++++++-
119154  1 file changed, 19 insertions(+), 1 deletion(-)
119155
119156 commit a5a4736916b6035e6413d4619f9e7287e683d51b
119157 Author: Behdad Esfahbod <behdad@behdad.org>
119158 Date:   Fri Jun 27 17:03:22 2014 -0400
119159
119160     [cmap] Implement subtable format 14
119161
119162  src/hb-ot-cmap-table.hh | 147 +++++++++++++++++++++++++++++++++++++++++++-----
119163  1 file changed, 133 insertions(+), 14 deletions(-)
119164
119165 commit 586b60622c33878f9ca4826b4ef07369d32bf039
119166 Author: Behdad Esfahbod <behdad@behdad.org>
119167 Date:   Fri Jun 27 15:39:47 2014 -0400
119168
119169     Minor: final bits of cleanup
119170
119171  src/hb-open-type-private.hh        | 1 +
119172  src/hb-ot-layout-common-private.hh | 4 ++--
119173  2 files changed, 3 insertions(+), 2 deletions(-)
119174
119175 commit 51d9ba09bc78188ec87218aef5232e80568c1712
119176 Author: Behdad Esfahbod <behdad@behdad.org>
119177 Date:   Fri Jun 27 15:27:15 2014 -0400
119178
119179     Minor
119180
119181  src/hb-open-type-private.hh | 9 ++++-----
119182  1 file changed, 4 insertions(+), 5 deletions(-)
119183
119184 commit 3084767e92483c669f38319f153c498e9a6b92c7
119185 Author: Behdad Esfahbod <behdad@behdad.org>
119186 Date:   Fri Jun 27 15:24:35 2014 -0400
119187
119188     Minor: Remove LongArrayOf
119189
119190  src/hb-open-file-private.hh | 2 +-
119191  src/hb-open-type-private.hh | 4 ----
119192  2 files changed, 1 insertion(+), 5 deletions(-)
119193
119194 commit 41ea59495032e712fa6f801350ee00d5f00b5724
119195 Author: Behdad Esfahbod <behdad@behdad.org>
119196 Date:   Fri Jun 27 15:23:18 2014 -0400
119197
119198     Minor: Remove LongSortedArrayOf
119199
119200  src/hb-open-type-private.hh | 4 ----
119201  src/hb-ot-cmap-table.hh     | 2 +-
119202  2 files changed, 1 insertion(+), 5 deletions(-)
119203
119204 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
119205 Author: Behdad Esfahbod <behdad@behdad.org>
119206 Date:   Fri Jun 27 15:13:44 2014 -0400
119207
119208     Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
119209
119210  src/hb-open-file-private.hh    | 2 +-
119211  src/hb-open-type-private.hh    | 8 --------
119212  src/hb-ot-layout-gdef-table.hh | 2 +-
119213  3 files changed, 2 insertions(+), 10 deletions(-)
119214
119215 commit 99d281712390fd54e523b2f0580d10445457ec2f
119216 Author: Behdad Esfahbod <behdad@behdad.org>
119217 Date:   Fri Jun 27 15:12:52 2014 -0400
119218
119219     Minor: Remove GenericOffset
119220
119221  src/hb-open-type-private.hh        | 13 +++++--------
119222  src/hb-ot-layout-common-private.hh |  8 ++++----
119223  2 files changed, 9 insertions(+), 12 deletions(-)
119224
119225 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
119226 Author: Behdad Esfahbod <behdad@behdad.org>
119227 Date:   Fri Jun 27 15:09:42 2014 -0400
119228
119229     Minor: Remove some GenericXXX templates
119230
119231  src/hb-open-type-private.hh        | 32 +++++++++++---------------------
119232  src/hb-ot-cmap-table.hh            |  4 ++--
119233  src/hb-ot-layout-common-private.hh |  2 +-
119234  3 files changed, 14 insertions(+), 24 deletions(-)
119235
119236 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
119237 Author: Behdad Esfahbod <behdad@behdad.org>
119238 Date:   Fri Jun 27 14:48:54 2014 -0400
119239
119240     Minor: Reorder template parameter order
119241
119242  src/hb-open-type-private.hh | 14 +++++++-------
119243  src/hb-ot-cmap-table.hh     |  2 +-
119244  2 files changed, 8 insertions(+), 8 deletions(-)
119245
119246 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
119247 Author: Behdad Esfahbod <behdad@behdad.org>
119248 Date:   Fri Jun 27 14:40:35 2014 -0400
119249
119250     Minor: Introduce GenericOffset
119251
119252  src/hb-open-type-private.hh | 16 ++++++----------
119253  1 file changed, 6 insertions(+), 10 deletions(-)
119254
119255 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
119256 Author: Behdad Esfahbod <behdad@behdad.org>
119257 Date:   Thu Jun 26 19:13:34 2014 -0400
119258
119259     Minor: Use template parameter default values for OffsetTo
119260
119261  src/hb-open-type-private.hh | 13 +++++--------
119262  1 file changed, 5 insertions(+), 8 deletions(-)
119263
119264 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
119265 Author: Behdad Esfahbod <behdad@behdad.org>
119266 Date:   Thu Jun 26 19:10:21 2014 -0400
119267
119268     Minor: Use template parameter default values for hb_prealloced_array_t
119269
119270  src/hb-private.hh | 9 ++++-----
119271  1 file changed, 4 insertions(+), 5 deletions(-)
119272
119273 commit 911ca38645bd51764e7859bc482319e8f6d2f710
119274 Author: Behdad Esfahbod <behdad@behdad.org>
119275 Date:   Tue Jun 24 10:20:36 2014 -0600
119276
119277     Add back API removed recently
119278     
119279     Add hb_ot_layout_language_get_required_feature_index() again, which
119280     is used in Pango.  This was removed in
119281     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
119282     hb_ot_layout_language_get_required_feature().
119283     
119284     API changes:
119285     
119286       - Added hb_ot_layout_language_get_required_feature_index back.
119287
119288  src/hb-ot-layout.cc | 15 +++++++++++++++
119289  src/hb-ot-layout.h  |  7 +++++++
119290  2 files changed, 22 insertions(+)
119291
119292 commit 89e4946929a8cd2359c7d76fa9272d5604243002
119293 Author: Behdad Esfahbod <behdad@behdad.org>
119294 Date:   Sun Jun 22 11:32:13 2014 -0600
119295
119296     Add new IndicSyllabicCategory short forms for Unicode 7.0
119297
119298  src/gen-indic-table.py | 4 ++++
119299  1 file changed, 4 insertions(+)
119300
119301 commit dcee838e89c2863c2fda4e8f098e720637e02335
119302 Author: Behdad Esfahbod <behdad@behdad.org>
119303 Date:   Sun Jun 22 11:29:59 2014 -0600
119304
119305     Minor
119306
119307  src/gen-arabic-table.py | 2 +-
119308  src/gen-indic-table.py  | 2 +-
119309  2 files changed, 2 insertions(+), 2 deletions(-)
119310
119311 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
119312 Author: Behdad Esfahbod <behdad@behdad.org>
119313 Date:   Sat Jun 21 15:31:10 2014 -0600
119314
119315     [indic-table-gen] Minor
119316
119317  src/gen-indic-table.py | 8 ++++----
119318  1 file changed, 4 insertions(+), 4 deletions(-)
119319
119320 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
119321 Author: Behdad Esfahbod <behdad@behdad.org>
119322 Date:   Sat Jun 21 15:25:59 2014 -0600
119323
119324     [indic-table] Update to Unicode 6.3.0
119325     
119326     Was from 6.2.0.  It's a no-op.  Committing for the record.
119327
119328  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
119329  1 file changed, 6 insertions(+), 6 deletions(-)
119330
119331 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
119332 Author: Behdad Esfahbod <behdad@behdad.org>
119333 Date:   Sat Jun 21 14:53:21 2014 -0600
119334
119335     Minor: format
119336
119337  src/hb-ot-shape-complex-arabic.cc | 7 +++++--
119338  1 file changed, 5 insertions(+), 2 deletions(-)
119339
119340 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
119341 Author: Behdad Esfahbod <behdad@behdad.org>
119342 Date:   Sat Jun 21 14:19:34 2014 -0600
119343
119344     [arabic-table] Update to Unicode 7.0
119345     
119346     Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa data.
119347     This completes support for new scripts Manichian and Psaltar Pahlavi.
119348
119349  src/hb-ot-shape-complex-arabic-table.hh | 72 ++++++++++++++++++++++++++++-----
119350  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
119351  2 files changed, 63 insertions(+), 31 deletions(-)
119352
119353 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
119354 Author: Behdad Esfahbod <behdad@behdad.org>
119355 Date:   Sat Jun 21 14:10:38 2014 -0600
119356
119357     [arabic-table] Add ZWJ/ZWNJ now that table is segmented
119358
119359  src/gen-arabic-table.py                 |  2 --
119360  src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
119361  src/hb-ot-shape-complex-arabic.cc       |  5 -----
119362  3 files changed, 11 insertions(+), 8 deletions(-)
119363
119364 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
119365 Author: Behdad Esfahbod <behdad@behdad.org>
119366 Date:   Sat Jun 21 14:07:00 2014 -0600
119367
119368     [arabic-table] Further tune
119369     
119370     In anticipation of Unicode 7.0 data coming in the next commit.
119371
119372  src/gen-arabic-table.py                 | 10 ++++++---
119373  src/hb-ot-shape-complex-arabic-table.hh | 38 +++++++++++++++------------------
119374  2 files changed, 24 insertions(+), 24 deletions(-)
119375
119376 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
119377 Author: Behdad Esfahbod <behdad@behdad.org>
119378 Date:   Fri Jun 20 18:01:34 2014 -0400
119379
119380     [indic-table] Minor
119381
119382  src/gen-indic-table.py | 9 +++++----
119383  1 file changed, 5 insertions(+), 4 deletions(-)
119384
119385 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
119386 Author: Behdad Esfahbod <behdad@behdad.org>
119387 Date:   Fri Jun 20 17:59:43 2014 -0400
119388
119389     [arabic-table] Use segmented table
119390     
119391     No functional change.
119392
119393  src/gen-arabic-table.py                 | 82 +++++++++++++++++++++++----------
119394  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
119395  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
119396  3 files changed, 97 insertions(+), 46 deletions(-)
119397
119398 commit c2e113404640bf9b8bac469d0803ac946e77964f
119399 Author: Behdad Esfahbod <behdad@behdad.org>
119400 Date:   Fri Jun 20 17:57:03 2014 -0400
119401
119402     [indic-table] Make output stable
119403
119404  src/gen-indic-table.py | 2 +-
119405  1 file changed, 1 insertion(+), 1 deletion(-)
119406
119407 commit 55abfbd2ac1626af16151298a0837b837d0796df
119408 Author: Behdad Esfahbod <behdad@behdad.org>
119409 Date:   Fri Jun 20 16:47:43 2014 -0400
119410
119411     [indic-table] Minor
119412     
119413     No output change.
119414
119415  src/gen-indic-table.py | 7 +------
119416  1 file changed, 1 insertion(+), 6 deletions(-)
119417
119418 commit f88670749006991282bcc4e8b6218487295ca670
119419 Author: Behdad Esfahbod <behdad@behdad.org>
119420 Date:   Fri Jun 20 16:30:10 2014 -0400
119421
119422     [arabic-table] Don't write comments
119423     
119424     No functional change.
119425
119426  src/gen-arabic-table.py                 |  20 +-
119427  src/hb-ot-shape-complex-arabic-table.hh | 710 ++------------------------------
119428  2 files changed, 38 insertions(+), 692 deletions(-)
119429
119430 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
119431 Author: Behdad Esfahbod <behdad@behdad.org>
119432 Date:   Fri Jun 20 16:20:59 2014 -0400
119433
119434     [arabic-table] Use short names for values
119435     
119436     No functional change.
119437
119438  src/gen-arabic-table.py                 |   16 +-
119439  src/hb-ot-shape-complex-arabic-table.hh | 1386 ++++++++++++++++---------------
119440  2 files changed, 716 insertions(+), 686 deletions(-)
119441
119442 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
119443 Author: Behdad Esfahbod <behdad@behdad.org>
119444 Date:   Fri Jun 20 16:17:42 2014 -0400
119445
119446     [arabic-table] Read Blocks.txt and shuffle code around
119447     
119448     No functional change.
119449
119450  src/Makefile.am                         |  2 +-
119451  src/gen-arabic-table.py                 | 80 +++++++++++++++++++--------------
119452  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
119453  3 files changed, 67 insertions(+), 45 deletions(-)
119454
119455 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
119456 Author: Behdad Esfahbod <behdad@behdad.org>
119457 Date:   Fri Jun 20 15:25:30 2014 -0400
119458
119459     [indic-table] Black-list Thai, Lao, and Tibetan
119460     
119461     We don't need Indic table for those.
119462
119463  src/gen-indic-table.py                 |  3 ++
119464  src/hb-ot-shape-complex-indic-table.cc | 94 +++++++---------------------------
119465  2 files changed, 21 insertions(+), 76 deletions(-)
119466
119467 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
119468 Author: Behdad Esfahbod <behdad@behdad.org>
119469 Date:   Fri Jun 20 15:12:49 2014 -0400
119470
119471     [indic-table] Speed up lookup
119472
119473  src/gen-indic-table.py                 | 22 +++++++++---
119474  src/hb-ot-shape-complex-indic-table.cc | 61 +++++++++++++++++++++++-----------
119475  2 files changed, 59 insertions(+), 24 deletions(-)
119476
119477 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
119478 Author: Behdad Esfahbod <behdad@behdad.org>
119479 Date:   Fri Jun 20 14:58:53 2014 -0400
119480
119481     [indic-table] Fix compiler warning
119482
119483  src/gen-indic-table.py                 | 4 +---
119484  src/hb-ot-shape-complex-indic-table.cc | 4 +---
119485  2 files changed, 2 insertions(+), 6 deletions(-)
119486
119487 commit 0436e1d50527497ebe5053b51a34ce6590276249
119488 Author: Behdad Esfahbod <behdad@behdad.org>
119489 Date:   Fri Jun 20 14:56:22 2014 -0400
119490
119491     [indic-table] Make table more compact by not covering full blocks
119492     
119493     -#define indic_offset_total 4416
119494     +#define indic_offset_total 3816
119495     
119496     -}; /* Table occupancy: 60% */
119497     +}; /* Table occupancy: 69% */
119498
119499  src/gen-indic-table.py                 |  24 ++++--
119500  src/hb-ot-shape-complex-indic-table.cc | 150 +++++++++------------------------
119501  2 files changed, 57 insertions(+), 117 deletions(-)
119502
119503 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
119504 Author: Behdad Esfahbod <behdad@behdad.org>
119505 Date:   Fri Jun 20 14:41:39 2014 -0400
119506
119507     [indic-table] Remove block range from data table
119508     
119509     No functional change.
119510
119511  src/gen-indic-table.py                 |   4 +-
119512  src/hb-ot-shape-complex-indic-table.cc | 102 ++++++++++++++++-----------------
119513  2 files changed, 54 insertions(+), 52 deletions(-)
119514
119515 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
119516 Author: Behdad Esfahbod <behdad@behdad.org>
119517 Date:   Fri Jun 20 14:09:57 2014 -0400
119518
119519     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
119520     
119521     HB_VERSION_CHECK's comparison was originally written wrongly
119522     by mistake.  When API tests were written, they were also written
119523     wrongly to pass given the wrong implementation... Sigh.
119524     
119525     Given the purpose of this API, there's no point in fixing it
119526     without renaming it.  As such, rename.
119527     
119528     API changes:
119529     
119530       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
119531       hb_version_check -> hb_version_atleast
119532
119533  docs/reference/harfbuzz-sections.txt |  4 ++--
119534  src/hb-common.cc                     | 10 +++++-----
119535  src/hb-version.h.in                  | 10 +++++-----
119536  test/api/test-version.c              | 29 +++++++++++++++--------------
119537  4 files changed, 27 insertions(+), 26 deletions(-)
119538
119539 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
119540 Author: Behdad Esfahbod <behdad@behdad.org>
119541 Date:   Fri Jun 20 13:51:21 2014 -0400
119542
119543     Adjust unused doc symbols
119544
119545  docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
119546  src/hb-ot-shape.h                    | 21 ++++++++++-----------
119547  2 files changed, 27 insertions(+), 13 deletions(-)
119548
119549 commit da132937989acb4d8ca9bd41c79f98750e7dda30
119550 Author: Jonathan Kew <jfkthame@gmail.com>
119551 Date:   Sun Apr 27 14:05:24 2014 +0100
119552
119553     Rework handling of requiredFeature to solve problem with rlig in arial.ttf from winxp
119554     
119555     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
119556     Fixes https://github.com/behdad/harfbuzz/pull/39
119557     
119558     API Change:
119559     
119560     -hb_ot_layout_language_get_required_feature_index
119561     +hb_ot_layout_language_get_required_feature
119562     
119563     New API takes an extra pointer argument.  Pass NULL in to get
119564     behavior of previous API.
119565     
119566     Reworked by behdad
119567
119568  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
119569  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
119570  src/hb-ot-layout.h                   | 11 ++++----
119571  src/hb-ot-map.cc                     | 50 ++++++++++++++++++++++++++----------
119572  src/main.cc                          |  4 +--
119573  5 files changed, 64 insertions(+), 34 deletions(-)
119574
119575 commit df554af99db390e42d378983bb3fcf583477a1d7
119576 Author: Behdad Esfahbod <behdad@behdad.org>
119577 Date:   Thu Jun 19 15:39:18 2014 -0400
119578
119579     Rename search() to bsearch() and lsearch()
119580     
119581     Such that the complexity of the algorithm used is clear at
119582     call site.
119583
119584  src/hb-open-type-private.hh        |  4 ++--
119585  src/hb-ot-cmap-table.hh            | 14 +++++++-------
119586  src/hb-ot-layout-common-private.hh |  9 +++++----
119587  3 files changed, 14 insertions(+), 13 deletions(-)
119588
119589 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
119590 Author: Behdad Esfahbod <behdad@behdad.org>
119591 Date:   Thu Jun 19 15:30:18 2014 -0400
119592
119593     Rename sort() to qsort()
119594     
119595     In an effort to make the algorithm used clear.
119596
119597  src/hb-coretext.cc  | 4 ++--
119598  src/hb-ot-map.cc    | 4 ++--
119599  src/hb-private.hh   | 8 ++++----
119600  src/hb-uniscribe.cc | 4 ++--
119601  4 files changed, 10 insertions(+), 10 deletions(-)
119602
119603 commit 577ca4814314c374824cac736996b9cdd4f9d11f
119604 Author: Behdad Esfahbod <behdad@behdad.org>
119605 Date:   Wed Jun 18 12:29:23 2014 -0400
119606
119607     [unicode7] Update list of Default_Ignorable codepoints
119608
119609  src/hb-unicode-private.hh | 66 +++++++++++++++++++++--------------------------
119610  1 file changed, 30 insertions(+), 36 deletions(-)
119611
119612 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
119613 Author: Behdad Esfahbod <behdad@behdad.org>
119614 Date:   Mon Apr 28 15:09:30 2014 -0700
119615
119616     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
119617     
119618     Still needs update to joining table to fully work.
119619
119620  src/hb-ot-shape-complex-private.hh | 4 ++++
119621  1 file changed, 4 insertions(+)
119622
119623 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
119624 Author: Behdad Esfahbod <behdad@behdad.org>
119625 Date:   Mon Apr 28 15:06:42 2014 -0700
119626
119627     [unicode7] Mark right-to-left scripts
119628
119629  src/hb-common.cc | 8 ++++++++
119630  1 file changed, 8 insertions(+)
119631
119632 commit 62587bfc5178a447ef66d88eab7412a7efe84692
119633 Author: Behdad Esfahbod <behdad@behdad.org>
119634 Date:   Mon Apr 28 15:07:21 2014 -0700
119635
119636     [unicode7] Declare Unicode 7 scripts
119637
119638  src/hb-common.h | 21 +++++++++------------
119639  1 file changed, 9 insertions(+), 12 deletions(-)
119640
119641 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
119642 Author: Behdad Esfahbod <behdad@behdad.org>
119643 Date:   Mon Apr 28 14:58:28 2014 -0700
119644
119645     [unicode7] Add missing ISO 15924 tags
119646
119647  src/hb-common.h | 6 +++---
119648  1 file changed, 3 insertions(+), 3 deletions(-)
119649
119650 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
119651 Author: Behdad Esfahbod <behdad@behdad.org>
119652 Date:   Tue Jun 17 11:45:26 2014 -0400
119653
119654     [coretext] Remove unused var
119655
119656  src/hb-coretext.cc | 2 --
119657  1 file changed, 2 deletions(-)
119658
119659 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
119660 Author: Jonathan Kew <jfkthame@gmail.com>
119661 Date:   Tue Jun 10 13:10:30 2014 +0100
119662
119663     When zeroing mark widths for LTR, also adjust offset...
119664     
119665     ...so that they overstrike preceding glyph.
119666     
119667     https://github.com/behdad/harfbuzz/pull/43
119668
119669  src/hb-ot-shape.cc | 50 +++++++++++++++++++++++++++++++++++++++-----------
119670  1 file changed, 39 insertions(+), 11 deletions(-)
119671
119672 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
119673 Author: Jonathan Kew <jfkthame@gmail.com>
119674 Date:   Tue Jun 10 13:10:02 2014 +0100
119675
119676     [Thai] set the correct general category on Nikhahit when decomposing Sara-Am.
119677
119678  src/hb-ot-shape-complex-thai.cc | 5 ++++-
119679  1 file changed, 4 insertions(+), 1 deletion(-)
119680
119681 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
119682 Author: Behdad Esfahbod <behdad@behdad.org>
119683 Date:   Fri Jun 6 17:55:02 2014 -0400
119684
119685     Fix base-position when 'pref' is NOT formed
119686     
119687     If pre-base reordering Ra is NOT formed (or formed and then
119688     broken up), we should consider that Ra as base.  This is
119689     observable when there's a left matra or dotreph that positions
119690     before base.
119691     
119692     Now, it might be that we shouldn't do this if the Ra happend
119693     to form a below form.  We can't quite deduce that right now...
119694     
119695     Micro test added.  Also at:
119696     
119697     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
119698
119699  src/hb-ot-shape-complex-indic.cc                   |  28 +++++++++++++++++++--
119700  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
119701  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
119702  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
119703  4 files changed, 33 insertions(+), 3 deletions(-)
119704
119705 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
119706 Author: Behdad Esfahbod <behdad@behdad.org>
119707 Date:   Fri Jun 6 17:28:38 2014 -0400
119708
119709     [indic] Recover OT_H undergone ligation and multiplication
119710     
119711     Sometimes font designers form half/pref/etc consonant forms
119712     unconditionally and then undo that conditionally.  Try to
119713     recover the OT_H classification in those cases.
119714     
119715     No test number changes expected.
119716
119717  src/hb-ot-layout-private.hh      |  8 ++++++++
119718  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
119719  2 files changed, 29 insertions(+)
119720
119721 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
119722 Author: Behdad Esfahbod <behdad@behdad.org>
119723 Date:   Fri Jun 6 17:19:35 2014 -0400
119724
119725     [indic] Improve base re-finding
119726     
119727     No test numbers change.
119728
119729  src/hb-ot-shape-complex-indic.cc | 5 ++---
119730  1 file changed, 2 insertions(+), 3 deletions(-)
119731
119732 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
119733 Author: Behdad Esfahbod <behdad@behdad.org>
119734 Date:   Fri Jun 6 17:02:39 2014 -0400
119735
119736     [indic] Minor
119737
119738  src/hb-ot-shape-complex-indic.cc | 2 +-
119739  1 file changed, 1 insertion(+), 1 deletion(-)
119740
119741 commit 824d00dce483d0f4030c0cac253f994810e10f32
119742 Author: Behdad Esfahbod <behdad@behdad.org>
119743 Date:   Mon Jun 9 14:17:33 2014 -0400
119744
119745     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
119746     
119747     Previous commit was not compiling with clang.
119748
119749  configure.ac | 4 ++--
119750  1 file changed, 2 insertions(+), 2 deletions(-)
119751
119752 commit 3f38c1137b6219a646da141b08463ffa922d4e35
119753 Author: Behdad Esfahbod <behdad@behdad.org>
119754 Date:   Fri Jun 6 16:03:40 2014 -0400
119755
119756     Don't use -mstructure-size-boundary=8 on clang arm
119757     
119758     As in building for Android / iPhone.  Only set it if
119759     struct{char} alignment is not 1.
119760     
119761     NOT tested on an actual Arm architecture.  Guess we'll know
119762     when this makes it to people's build bots.
119763
119764  configure.ac | 7 +++++--
119765  1 file changed, 5 insertions(+), 2 deletions(-)
119766
119767 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
119768 Author: Behdad Esfahbod <behdad@behdad.org>
119769 Date:   Thu Jun 5 21:55:23 2014 -0400
119770
119771     Add missing test file.  Oops
119772
119773  test/shaping/tests/indic-pref-blocking.tests | 1 +
119774  1 file changed, 1 insertion(+)
119775
119776 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
119777 Author: Behdad Esfahbod <behdad@behdad.org>
119778 Date:   Wed Jun 4 16:57:42 2014 -0400
119779
119780     [indic] Don't reorder reph/pref if ligature was expanded
119781     
119782     Normally if you want to, say, conditionally prevent a 'pref', you
119783     would use blocking contextual matching.  Some designers instead
119784     form the 'pref' form, then undo it in context.  To detect that
119785     we now also remember glyphs that went through MultipleSubst.
119786     
119787     In the only place that this is used, Uniscribe seems to only care
119788     about the "last" transformation between Ligature and Multiple
119789     substitions.  Ie. if you ligate, expand, and ligate again, it
119790     moves the pref, but if you ligate and expand it doesn't.  That's
119791     why we clear the MULTIPLIED bit when setting LIGATED.
119792     
119793     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
119794     
119795     [1]
119796     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
119797
119798  src/hb-ot-layout-gsub-table.hh                      |   2 +-
119799  src/hb-ot-layout-gsubgpos-private.hh                |  20 ++++++++++++++++----
119800  src/hb-ot-layout-private.hh                         |  16 +++++++++++++++-
119801  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
119802  test/shaping/Makefile.am                            |   5 ++++-
119803  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
119804  test/shaping/tests/MANIFEST                         |   1 +
119805  7 files changed, 39 insertions(+), 9 deletions(-)
119806
119807 commit b5be2317201774c84470167767ad83c8637cad5b
119808 Author: Behdad Esfahbod <behdad@behdad.org>
119809 Date:   Thu Jun 5 19:00:22 2014 -0400
119810
119811     [gsub] Adjust single-length ligature subst to act like single subst
119812
119813  src/hb-ot-layout-gsub-table.hh | 8 ++++++++
119814  1 file changed, 8 insertions(+)
119815
119816 commit aae69451dfbf2e3671c555c234f788c194302818
119817 Author: Behdad Esfahbod <behdad@behdad.org>
119818 Date:   Thu Jun 5 18:54:44 2014 -0400
119819
119820     [gsub] Minor shuffling
119821
119822  src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
119823  1 file changed, 16 insertions(+), 13 deletions(-)
119824
119825 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
119826 Author: Behdad Esfahbod <behdad@behdad.org>
119827 Date:   Thu Jun 5 17:12:54 2014 -0400
119828
119829     [ot] Add TODO re zero-len MultipleSubst sequences
119830
119831  src/hb-ot-layout-gsub-table.hh       | 9 +++++++++
119832  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
119833  2 files changed, 12 insertions(+), 1 deletion(-)
119834
119835 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
119836 Author: Behdad Esfahbod <behdad@behdad.org>
119837 Date:   Wed Jun 4 19:00:29 2014 -0400
119838
119839     [ot-font] Fix cmap EncodingRecord cmp order
119840
119841  src/hb-ot-cmap-table.hh | 14 +++++++++-----
119842  1 file changed, 9 insertions(+), 5 deletions(-)
119843
119844 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
119845 Author: Behdad Esfahbod <behdad@behdad.org>
119846 Date:   Wed Jun 4 18:57:46 2014 -0400
119847
119848     [ot-font] Use binary search for format12 cmap subtable
119849
119850  src/hb-open-type-private.hh | 4 ++++
119851  src/hb-ot-cmap-table.hh     | 2 +-
119852  2 files changed, 5 insertions(+), 1 deletion(-)
119853
119854 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
119855 Author: Behdad Esfahbod <behdad@behdad.org>
119856 Date:   Wed Jun 4 18:47:55 2014 -0400
119857
119858     [ot-font] Work around broken cmap subtable format 4 length
119859     
119860     Roboto was hitting this.  FreeType also has pretty much the
119861     same code for this, in ttcmap.c:tt_cmap4_validate():
119862     
119863         /* in certain fonts, the `length' field is invalid and goes */
119864         /* out of bound.  We try to correct this here...            */
119865         if ( table + length > valid->limit )
119866         {
119867           if ( valid->level >= FT_VALIDATE_TIGHT )
119868             FT_INVALID_TOO_SHORT;
119869     
119870           length = (FT_UInt)( valid->limit - table );
119871         }
119872
119873  src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
119874  1 file changed, 18 insertions(+), 4 deletions(-)
119875
119876 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
119877 Author: Behdad Esfahbod <behdad@behdad.org>
119878 Date:   Wed Jun 4 18:42:32 2014 -0400
119879
119880     Move try_set to sanitize context
119881
119882  src/hb-open-type-private.hh        | 22 ++++++++++------------
119883  src/hb-ot-layout-common-private.hh |  2 +-
119884  2 files changed, 11 insertions(+), 13 deletions(-)
119885
119886 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
119887 Author: Behdad Esfahbod <behdad@behdad.org>
119888 Date:   Wed Jun 4 18:17:29 2014 -0400
119889
119890     [ot-font] Don't select a Null cmap subtable
119891     
119892     Can happen either in broken fonts, or as a result of sanitize().
119893
119894  src/hb-ot-cmap-table.hh | 2 +-
119895  1 file changed, 1 insertion(+), 1 deletion(-)
119896
119897 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
119898 Author: Behdad Esfahbod <behdad@behdad.org>
119899 Date:   Tue Jun 3 17:57:00 2014 -0400
119900
119901     Fix some cppcheck warnings
119902     
119903     Bug 77800 - cppcheck reports
119904
119905  src/hb-common.cc                   | 4 +++-
119906  src/hb-ot-layout-common-private.hh | 2 +-
119907  src/hb-private.hh                  | 2 +-
119908  src/hb-shape-plan.cc               | 4 ++--
119909  4 files changed, 7 insertions(+), 5 deletions(-)
119910
119911 commit c306410cab368a27c1941a2625d3b475edeaac04
119912 Author: Behdad Esfahbod <behdad@behdad.org>
119913 Date:   Tue Jun 3 16:59:41 2014 -0400
119914
119915     Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
119916
119917  src/hb-private.hh | 2 +-
119918  1 file changed, 1 insertion(+), 1 deletion(-)
119919
119920 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
119921 Author: Behdad Esfahbod <behdad@behdad.org>
119922 Date:   Tue Jun 3 16:59:09 2014 -0400
119923
119924     Move code around
119925
119926  src/hb-private.hh | 134 ++++++++++++++++++++++++++----------------------------
119927  1 file changed, 65 insertions(+), 69 deletions(-)
119928
119929 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
119930 Author: Behdad Esfahbod <behdad@behdad.org>
119931 Date:   Mon Jun 2 15:08:18 2014 -0400
119932
119933     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
119934     
119935     Apparently they can intermix with other OT_A.
119936     
119937     Test: U+0915,A8E2,1CD0
119938
119939  src/hb-ot-shape-complex-indic.cc | 2 +-
119940  1 file changed, 1 insertion(+), 1 deletion(-)
119941
119942 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
119943 Author: Behdad Esfahbod <behdad@behdad.org>
119944 Date:   Fri May 30 17:38:14 2014 -0400
119945
119946     [graphite2] Fix cluster mapping
119947     
119948     Patch from Martin Hosken.  I expect this to fix the following bugs:
119949     
119950     https://bugs.freedesktop.org/show_bug.cgi?id=75076
119951     https://bugzilla.gnome.org/show_bug.cgi?id=723582
119952     https://bugzilla.redhat.com/show_bug.cgi?id=998812
119953
119954  src/hb-graphite2.cc | 5 ++++-
119955  1 file changed, 4 insertions(+), 1 deletion(-)
119956
119957 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
119958 Author: Behdad Esfahbod <behdad@behdad.org>
119959 Date:   Thu May 29 15:48:16 2014 -0400
119960
119961     0.9.29
119962
119963  NEWS         | 12 ++++++++++++
119964  configure.ac |  2 +-
119965  2 files changed, 13 insertions(+), 1 deletion(-)
119966
119967 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
119968 Author: Behdad Esfahbod <behdad@behdad.org>
119969 Date:   Thu May 29 15:34:26 2014 -0400
119970
119971     [indic] Allow decimal and Brahmi digits as placeholders
119972     
119973     Tests: U+0967,0951 U+0031,093F
119974
119975  src/hb-ot-shape-complex-indic.cc                                      | 4 ++++
119976  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  | 2 ++
119977  2 files changed, 6 insertions(+)
119978
119979 commit e8b5d64039614ecce472eda1a7a603736da25d86
119980 Author: Behdad Esfahbod <behdad@behdad.org>
119981 Date:   Thu May 29 15:18:27 2014 -0400
119982
119983     [indic] Do NOT allow reph formation on placeholders
119984     
119985     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
119986     
119987     Test: U+0930,094D,00A0
119988
119989  src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
119990  .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  | 1 +
119991  2 files changed, 2 insertions(+), 1 deletion(-)
119992
119993 commit 52b562a6a058131c0103aaa5404d053e6465bb23
119994 Author: Behdad Esfahbod <behdad@behdad.org>
119995 Date:   Tue May 27 18:18:23 2014 -0400
119996
119997     [indic] Clean up a bit
119998     
119999     No functional change intended.
120000
120001  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
120002  1 file changed, 5 insertions(+), 12 deletions(-)
120003
120004 commit 3bf652b90783e8244c153739585d95dc4162efb4
120005 Author: Behdad Esfahbod <behdad@behdad.org>
120006 Date:   Tue May 27 18:07:26 2014 -0400
120007
120008     [indic] Treat U+002D and U+2010..2014 as placeholders
120009
120010  src/hb-ot-shape-complex-indic.cc | 4 +++-
120011  1 file changed, 3 insertions(+), 1 deletion(-)
120012
120013 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
120014 Author: Behdad Esfahbod <behdad@behdad.org>
120015 Date:   Tue May 27 17:58:34 2014 -0400
120016
120017     [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
120018
120019  src/hb-ot-shape-complex-indic.cc | 1 +
120020  1 file changed, 1 insertion(+)
120021
120022 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
120023 Author: Behdad Esfahbod <behdad@behdad.org>
120024 Date:   Tue May 27 17:53:37 2014 -0400
120025
120026     [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
120027
120028  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
120029  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
120030  src/hb-ot-shape-complex-indic.cc         | 4 ++--
120031  src/hb-ot-shape-complex-myanmar.cc       | 2 +-
120032  4 files changed, 8 insertions(+), 8 deletions(-)
120033
120034 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
120035 Author: Behdad Esfahbod <behdad@behdad.org>
120036 Date:   Tue May 27 17:49:45 2014 -0400
120037
120038     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
120039     
120040     No functional change.
120041
120042  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
120043  src/hb-ot-shape-complex-myanmar.cc         | 2 +-
120044  2 files changed, 2 insertions(+), 2 deletions(-)
120045
120046 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
120047 Author: Behdad Esfahbod <behdad@behdad.org>
120048 Date:   Tue May 27 17:47:43 2014 -0400
120049
120050     [indic/myanmar] Refactor a few macros
120051
120052  src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
120053  src/hb-ot-shape-complex-indic.cc         | 10 ----------
120054  src/hb-ot-shape-complex-myanmar.cc       |  6 ------
120055  3 files changed, 12 insertions(+), 16 deletions(-)
120056
120057 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
120058 Author: Behdad Esfahbod <behdad@behdad.org>
120059 Date:   Tue May 27 17:39:01 2014 -0400
120060
120061     [indic] Treat U+0A72..0A73 like regular consonants
120062     
120063     Unicode 6.x IndicSyllableCategory categorizes them as
120064     placeholders, but they can subjoin.
120065
120066  src/hb-ot-shape-complex-indic.cc | 3 ++-
120067  1 file changed, 2 insertions(+), 1 deletion(-)
120068
120069 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
120070 Author: Behdad Esfahbod <behdad@behdad.org>
120071 Date:   Fri May 23 15:49:10 2014 -0400
120072
120073     [indic] Support U+1CED
120074
120075  src/hb-ot-shape-complex-indic.cc | 5 +++++
120076  1 file changed, 5 insertions(+)
120077
120078 commit d19f8e85702a1e473efe2f02027984dcc127602a
120079 Author: Behdad Esfahbod <behdad@behdad.org>
120080 Date:   Fri May 23 15:45:50 2014 -0400
120081
120082     [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
120083
120084  src/hb-ot-shape-complex-indic.cc | 8 ++++++++
120085  1 file changed, 8 insertions(+)
120086
120087 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
120088 Author: Behdad Esfahbod <behdad@behdad.org>
120089 Date:   Fri May 23 15:39:55 2014 -0400
120090
120091     [indic] Simplify grammar
120092     
120093     No functional change.
120094
120095  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
120096  1 file changed, 3 insertions(+), 4 deletions(-)
120097
120098 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
120099 Author: Behdad Esfahbod <behdad@behdad.org>
120100 Date:   Fri May 23 15:38:42 2014 -0400
120101
120102     [indic] Always start new syllable for Avagraha
120103     
120104     In fact, the previous grammar was ambigious.  No functional
120105     change.
120106
120107  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
120108  1 file changed, 1 insertion(+), 1 deletion(-)
120109
120110 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
120111 Author: Behdad Esfahbod <behdad@behdad.org>
120112 Date:   Fri May 23 15:33:13 2014 -0400
120113
120114     [indic] Rename avagraha cluster to symbol cluster
120115     
120116     In anticipation of adding more characters to that class of clusters.
120117
120118  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
120119  src/hb-ot-shape-complex-indic-private.hh |  4 ++--
120120  src/hb-ot-shape-complex-indic.cc         | 14 +++++++-------
120121  3 files changed, 14 insertions(+), 14 deletions(-)
120122
120123 commit a498565cedf0441ae723c5e5969f637d792a15e7
120124 Author: Behdad Esfahbod <behdad@behdad.org>
120125 Date:   Thu May 22 19:39:56 2014 -0400
120126
120127     [indic] Support U+1CF2,U+1CF3
120128
120129  src/hb-ot-shape-complex-indic.cc | 6 ++++++
120130  1 file changed, 6 insertions(+)
120131
120132 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
120133 Author: Behdad Esfahbod <behdad@behdad.org>
120134 Date:   Thu May 22 19:36:21 2014 -0400
120135
120136     [indic] Support U+1CE2..U+1CE8
120137
120138  src/hb-ot-shape-complex-indic.cc | 4 ++++
120139  1 file changed, 4 insertions(+)
120140
120141 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
120142 Author: Behdad Esfahbod <behdad@behdad.org>
120143 Date:   Thu May 22 19:35:17 2014 -0400
120144
120145     Minor
120146
120147  src/hb-ot-shape-complex-indic.cc | 2 +-
120148  1 file changed, 1 insertion(+), 1 deletion(-)
120149
120150 commit 131e17ff9ae792cafa7a500043acb373802ee872
120151 Author: Behdad Esfahbod <behdad@behdad.org>
120152 Date:   Thu May 22 19:32:51 2014 -0400
120153
120154     [indic] Support U+1CF5,1CF6
120155
120156  src/hb-ot-shape-complex-indic.cc | 3 +++
120157  1 file changed, 3 insertions(+)
120158
120159 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
120160 Author: Behdad Esfahbod <behdad@behdad.org>
120161 Date:   Thu May 22 19:12:10 2014 -0400
120162
120163     [indic] Treat U+1CE1 as a tone-mark too
120164     
120165     It's spacing, but otherwise the same as the other ones.
120166
120167  src/hb-ot-shape-complex-indic.cc | 2 +-
120168  1 file changed, 1 insertion(+), 1 deletion(-)
120169
120170 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
120171 Author: Behdad Esfahbod <behdad@behdad.org>
120172 Date:   Thu May 22 18:50:34 2014 -0400
120173
120174     [indic] Recategorize U+A8E0..A8F1 as OT_VD
120175     
120176     Up to two of them come after all OT_A characters.
120177
120178  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
120179  src/hb-ot-shape-complex-indic.cc         | 10 ++++++----
120180  2 files changed, 7 insertions(+), 5 deletions(-)
120181
120182 commit c519536c34c842304da558dd4a9e3844fc261b20
120183 Author: Behdad Esfahbod <behdad@behdad.org>
120184 Date:   Thu May 22 18:43:14 2014 -0400
120185
120186     [indic] Allow up to three tone marks
120187     
120188     According to Roozbeh, there are valid combinations in Unicode
120189     proposals for up to three.  Previously we were allowing up to two.
120190
120191  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
120192  1 file changed, 1 insertion(+), 1 deletion(-)
120193
120194 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
120195 Author: Behdad Esfahbod <behdad@behdad.org>
120196 Date:   Thu May 22 18:41:49 2014 -0400
120197
120198     [indic] Support more extended Devanagari tone marks
120199     
120200     Also adjust U+0953,0954 handling.
120201
120202  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
120203  1 file changed, 12 insertions(+), 6 deletions(-)
120204
120205 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
120206 Author: Behdad Esfahbod <behdad@behdad.org>
120207 Date:   Wed May 21 18:35:48 2014 -0400
120208
120209     [indic] Handle "Cantillation marks for the Samaveda"
120210
120211  src/hb-ot-shape-complex-indic.cc | 3 +++
120212  1 file changed, 3 insertions(+)
120213
120214 commit 29531128f2f4342d537817746863705df80efe4b
120215 Author: Behdad Esfahbod <behdad@behdad.org>
120216 Date:   Thu May 15 14:04:02 2014 -0600
120217
120218     [indic] Improve reph formation of Sinhala and Telugu
120219     
120220     Sinhala and Telugu use "explicit" reph.  That is, the reph is formed by
120221     a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence, we were
120222     checking checking whether the 'rphf' feature applies to the first two
120223     glyphs of the sequence.  This is how the Microsoft fonts are designed.
120224     However, testing with Noto shows that apparently Uniscribe also forms
120225     the reph if the lookup ligates all three glyphs.  So, try both
120226     sequences.
120227     
120228     Doesn't affect test results for Sinhala or Telugu.
120229     
120230     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
120231
120232  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
120233  1 file changed, 7 insertions(+), 2 deletions(-)
120234
120235 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
120236 Author: Oleg Oshmyan <chortos@inbox.lv>
120237 Date:   Wed May 14 22:10:09 2014 +0100
120238
120239     Fix build with --coretext on older OS X
120240     
120241     Fixes https://github.com/behdad/harfbuzz/pull/40
120242
120243  src/hb-coretext.h | 2 +-
120244  1 file changed, 1 insertion(+), 1 deletion(-)
120245
120246 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
120247 Author: Behdad Esfahbod <behdad@behdad.org>
120248 Date:   Wed May 14 16:44:39 2014 -0600
120249
120250     [myanmar] Allow MedialYa+Asat in the grammar
120251     
120252     The grammar in the OT spec, and the existing Windows implementation
120253     seem to be confused around where to allow Asat around the medial
120254     consonants.
120255     
120256     The previous grammar for medial group was allowing an Asat after
120257     the medial group only if there was a medial Wa or Ha, but not if
120258     there was only a medial Ya.  This doesn't make sense to me and
120259     sounds reversed, as both medial Wa and Ha are below marks while
120260     Asat is an above mark.  An Asat can come before the medial group
120261     already (in fact, multiple ones can.  Why?!).  The medial Ya
120262     however is a spacing mark and according to Roozbeh it's valid
120263     to want an Asat on the medial Ya instead of the base, so it looks
120264     to me like we want to allow an Asat after the medial group if
120265     there *was* a Ya but not if there wasn't any.  Not wanting to
120266     produce dotted-circle where Windows is not, this commit changes
120267     the grammar to allow one Asat after the medial group no matter
120268     what comes in the group.
120269     
120270     Test: U+1002,103A,103B vs U+1002,103B,103A
120271
120272  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
120273  1 file changed, 1 insertion(+), 1 deletion(-)
120274
120275 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
120276 Author: Behdad Esfahbod <behdad@behdad.org>
120277 Date:   Wed May 14 16:44:16 2014 -0600
120278
120279     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
120280     
120281     One of them currently produces dotted-circle.  Fix and detailed
120282     message coming.
120283
120284  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt | 2 ++
120285  1 file changed, 2 insertions(+)
120286
120287 commit c95587618c88d187be64f923033dae151cf820be
120288 Author: Behdad Esfahbod <behdad@behdad.org>
120289 Date:   Wed May 14 00:42:18 2014 -0400
120290
120291     [ot] Minor note re cmap subtable format 2 and 8
120292
120293  src/hb-ot-cmap-table.hh | 2 ++
120294  1 file changed, 2 insertions(+)
120295
120296 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
120297 Author: Behdad Esfahbod <behdad@behdad.org>
120298 Date:   Tue May 13 21:47:51 2014 -0400
120299
120300     [ot] Implement cmap subtable format 0
120301
120302  src/hb-open-type-private.hh |  3 ++-
120303  src/hb-ot-cmap-table.hh     | 32 ++++++++++++++++++++++++++++++++
120304  2 files changed, 34 insertions(+), 1 deletion(-)
120305
120306 commit ca7b77431d1e0aaa803722be8be85a368a385f47
120307 Author: Behdad Esfahbod <behdad@behdad.org>
120308 Date:   Tue May 13 21:26:34 2014 -0400
120309
120310     [ot] Factor out code between cmap sutable format 12 and 13
120311
120312  src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
120313  1 file changed, 13 insertions(+), 30 deletions(-)
120314
120315 commit 94759e8219ed08392573bae948a8135e16b8e0d0
120316 Author: Behdad Esfahbod <behdad@behdad.org>
120317 Date:   Tue May 13 21:17:28 2014 -0400
120318
120319     [ot] Factor out code between cmap subtable format 6 and 10
120320
120321  src/hb-ot-cmap-table.hh | 49 ++++++++++---------------------------------------
120322  1 file changed, 10 insertions(+), 39 deletions(-)
120323
120324 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
120325 Author: Behdad Esfahbod <behdad@behdad.org>
120326 Date:   Tue May 13 21:06:39 2014 -0400
120327
120328     Minor
120329
120330  src/hb-blob.h | 5 ++---
120331  1 file changed, 2 insertions(+), 3 deletions(-)
120332
120333 commit 91bbfca87527fa14d6ebec86b087f2a989381872
120334 Author: Behdad Esfahbod <behdad@behdad.org>
120335 Date:   Mon May 12 18:19:29 2014 -0400
120336
120337     [ot] Implement cmap subtable formats 6 and 10
120338
120339  src/hb-ot-cmap-table.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++++--
120340  1 file changed, 74 insertions(+), 3 deletions(-)
120341
120342 commit d294a2cb165c4f20daa5624969067c51eb9aef58
120343 Author: Behdad Esfahbod <behdad@behdad.org>
120344 Date:   Mon May 12 17:58:31 2014 -0400
120345
120346     [ot] Implement cmap subtable format 13
120347
120348  src/hb-ot-cmap-table.hh | 47 +++++++++++++++++++++++++++++++++++++++++------
120349  1 file changed, 41 insertions(+), 6 deletions(-)
120350
120351 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
120352 Author: Behdad Esfahbod <behdad@behdad.org>
120353 Date:   Mon May 12 17:51:15 2014 -0400
120354
120355     [ot] Implement cmap subtable format 12
120356
120357  src/hb-ot-cmap-table.hh | 63 +++++++++++++++++++++++++++++++++++++++++++++++--
120358  src/hb-ot-font.cc       |  5 ++++
120359  2 files changed, 66 insertions(+), 2 deletions(-)
120360
120361 commit 3608a6847e7b7eb4206df049158513a085810afd
120362 Author: Behdad Esfahbod <behdad@behdad.org>
120363 Date:   Mon May 12 13:46:29 2014 -0400
120364
120365     [ot] Hook up cmap table to hb_ot_font_funcs()
120366
120367  src/hb-ot-cmap-table.hh | 10 +++++++---
120368  src/hb-ot-font.cc       | 33 +++++++++++++++++++--------------
120369  2 files changed, 26 insertions(+), 17 deletions(-)
120370
120371 commit c8a47452993b9dee6854bfc866aca4a20142696f
120372 Author: Behdad Esfahbod <behdad@behdad.org>
120373 Date:   Fri May 9 19:55:51 2014 -0400
120374
120375     [ot] Implement cmap subtable format 4
120376
120377  src/hb-ot-cmap-table.hh | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
120378  1 file changed, 52 insertions(+)
120379
120380 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
120381 Author: Behdad Esfahbod <behdad@behdad.org>
120382 Date:   Fri May 9 16:09:11 2014 -0400
120383
120384     Minor
120385
120386  src/hb-open-type-private.hh | 1 -
120387  1 file changed, 1 deletion(-)
120388
120389 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
120390 Author: Behdad Esfahbod <behdad@behdad.org>
120391 Date:   Fri May 9 15:35:56 2014 -0400
120392
120393     [ot] Start implementing cmap table
120394
120395  src/Makefile.am         |   1 +
120396  src/hb-ot-cmap-table.hh | 171 ++++++++++++++++++++++++++++++++++++++++++++++++
120397  src/hb-ot-font.cc       |   1 +
120398  3 files changed, 173 insertions(+)
120399
120400 commit c7074b8798048324cb8850c55908ce77fc33d11e
120401 Author: Behdad Esfahbod <behdad@behdad.org>
120402 Date:   Thu May 8 18:24:31 2014 -0400
120403
120404     [otlayout] Add GenericArrayOf::search()
120405
120406  src/hb-open-type-private.hh | 11 +++++++++++
120407  1 file changed, 11 insertions(+)
120408
120409 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
120410 Author: Behdad Esfahbod <behdad@behdad.org>
120411 Date:   Thu May 8 18:21:04 2014 -0400
120412
120413     [otlayout] Add GenericSortedArrayOf
120414
120415  src/hb-open-type-private.hh | 10 +++++++---
120416  1 file changed, 7 insertions(+), 3 deletions(-)
120417
120418 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
120419 Author: Behdad Esfahbod <behdad@behdad.org>
120420 Date:   Thu May 1 16:01:40 2014 -0700
120421
120422     [main] Minor improvement to output
120423
120424  src/main.cc | 12 +++++++-----
120425  1 file changed, 7 insertions(+), 5 deletions(-)
120426
120427 commit 79ecdc3f9525212053d2bc88a5541c41697159da
120428 Author: Behdad Esfahbod <behdad@behdad.org>
120429 Date:   Mon Apr 28 14:24:23 2014 -0700
120430
120431     0.9.28
120432
120433  NEWS         | 13 +++++++++++++
120434  configure.ac |  2 +-
120435  2 files changed, 14 insertions(+), 1 deletion(-)
120436
120437 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
120438 Author: Behdad Esfahbod <behdad@behdad.org>
120439 Date:   Mon Apr 28 14:29:39 2014 -0700
120440
120441     Add static storage classifier to inline functions
120442     
120443     Before we were just relying on the compiler inlining them and not
120444     leaving a trace in our public API.  Try to fix.  Hopefully not
120445     breaking anyone's build.
120446
120447  src/hb-open-type-private.hh    | 22 +++++++++++-----------
120448  src/hb-ot-layout-gpos-table.hh |  4 ++--
120449  src/hb-ot-layout-gsub-table.hh |  6 +++---
120450  src/hb-ot-layout-private.hh    | 36 ++++++++++++++++++------------------
120451  src/hb-ot-map-private.hh       | 10 +++++-----
120452  src/hb-private.hh              |  2 +-
120453  6 files changed, 40 insertions(+), 40 deletions(-)
120454
120455 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
120456 Author: Behdad Esfahbod <behdad@behdad.org>
120457 Date:   Mon Apr 28 12:38:25 2014 -0700
120458
120459     [tibetan] Reorder PADMA sign to occur after other below marks
120460     
120461     Based on suggestion from Andrew Glass.
120462     
120463     Test: U+0F40,0FC6,0F83
120464
120465  src/hb-unicode-private.hh | 4 ++++
120466  1 file changed, 4 insertions(+)
120467
120468 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
120469 Author: Behdad Esfahbod <behdad@behdad.org>
120470 Date:   Mon Apr 28 12:43:42 2014 -0700
120471
120472     [test] Add test case for Tibetan sign PADMA
120473     
120474     Currently fails.
120475
120476  test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt | 1 +
120477  1 file changed, 1 insertion(+)
120478
120479 commit ee703bc3ef740c300718fca7a12c050c322dce19
120480 Author: Behdad Esfahbod <behdad@behdad.org>
120481 Date:   Mon Apr 28 12:43:18 2014 -0700
120482
120483     Reshuffle test data
120484
120485  test/shaping/texts/in-tree/MANIFEST                                    | 3 +++
120486  test/shaping/texts/in-tree/shaper-default/MANIFEST                     | 3 ---
120487  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST   | 0
120488  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST      | 0
120489  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt      | 0
120490  .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST   | 0
120491  .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST      | 0
120492  .../script-hebrew/misc/diacritics.txt                                  | 0
120493  .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST | 0
120494  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST    | 0
120495  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt    | 0
120496  11 files changed, 3 insertions(+), 3 deletions(-)
120497
120498 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
120499 Author: Behdad Esfahbod <behdad@behdad.org>
120500 Date:   Fri Apr 25 11:48:10 2014 -0700
120501
120502     Typo
120503
120504  src/hb-ot-shape-complex-indic.cc | 2 +-
120505  1 file changed, 1 insertion(+), 1 deletion(-)
120506
120507 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
120508 Author: Behdad Esfahbod <behdad@behdad.org>
120509 Date:   Fri Apr 18 16:53:34 2014 -0700
120510
120511     [indic] Fix-up zero-context matching
120512     
120513     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
120514     Author: Behdad Esfahbod <behdad@behdad.org>
120515     Date:   Thu Oct 17 18:04:23 2013 +0200
120516     
120517         [indic] Pass zero-context=false to would_substitute for newer scripts
120518     
120519         For scripts without an old/new spec distinction, use zero-context=false.
120520         This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
120521         This will be useful and used in Javanese.
120522     
120523     The *intention* was to change zero-context from true to false for scripts that
120524     don't have old-vs-new specs.  However, checking the code, looks like we
120525     essentially change zero-context to always be true; ie. we only changed things
120526     for old-spec, and we broke them.  That's what causes this bug:
120527     
120528       https://bugs.freedesktop.org/show_bug.cgi?id=76705
120529     
120530     The root of the bug is here:
120531     
120532       /* Use zero-context would_substitute() matching for new-spec of the main
120533        * Indic scripts, but not for old-spec or scripts with one spec only. */
120534       bool zero_context = indic_plan->config->has_old_spec || !indic_plan->is_old_spec;
120535     
120536     Note that is_old_spec itself is:
120537     
120538       indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000000FF) != '2');
120539     
120540     It's easy to show that zero_context is now always true.  What we really meant was:
120541     
120542       bool zero_context = indic_plan->config->has_old_spec && !indic_plan->is_old_spec;
120543     
120544     Ie, "&&" instead of "||".  We made this change supposedly to make Javanese
120545     work.  But apparently we got it working regardless!  So I'm going to fix this
120546     to only change the logic for old-spec and not touch other cases.
120547
120548  src/hb-ot-shape-complex-indic.cc | 4 ++--
120549  1 file changed, 2 insertions(+), 2 deletions(-)
120550
120551 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
120552 Author: Behdad Esfahbod <behdad@behdad.org>
120553 Date:   Mon Apr 14 15:55:42 2014 -0700
120554
120555     Add HB_NO_MERGE_CLUSTERS
120556     
120557     Disables any cluster-merging.  Added for testing purposes while
120558     we investigate what kind of API to add for this.
120559
120560  src/hb-buffer.cc | 8 ++++++++
120561  1 file changed, 8 insertions(+)
120562
120563 commit 897c7b804d6817470a364ba31b1719555b12f751
120564 Author: Behdad Esfahbod <behdad@behdad.org>
120565 Date:   Thu Apr 10 16:27:13 2014 -0700
120566
120567     Add Khmer test for U+17DD
120568
120569  .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt      | 1 +
120570  1 file changed, 1 insertion(+)
120571
120572 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
120573 Author: Behdad Esfahbod <behdad@behdad.org>
120574 Date:   Thu Apr 10 16:03:29 2014 -0700
120575
120576     Require gobject-introspection 1.34.0
120577     
120578     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
120579
120580  configure.ac | 2 +-
120581  1 file changed, 1 insertion(+), 1 deletion(-)
120582
120583 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
120584 Author: Behdad Esfahbod <behdad@behdad.org>
120585 Date:   Wed Apr 9 16:38:26 2014 -0700
120586
120587     Further adjust check-defs and check-symbols for mipsel
120588     
120589     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
120590
120591  src/check-defs.sh    | 2 +-
120592  src/check-symbols.sh | 2 +-
120593  2 files changed, 2 insertions(+), 2 deletions(-)
120594
120595 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
120596 Author: Behdad Esfahbod <behdad@behdad.org>
120597 Date:   Wed Apr 9 16:33:32 2014 -0700
120598
120599     Tighten up check-static-inits.sh check
120600     
120601     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
120602
120603  src/check-static-inits.sh | 2 +-
120604  1 file changed, 1 insertion(+), 1 deletion(-)
120605
120606 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
120607 Author: Behdad Esfahbod <behdad@behdad.org>
120608 Date:   Tue Apr 8 17:32:08 2014 -0700
120609
120610     Typo
120611
120612  src/hb-blob.h | 2 +-
120613  1 file changed, 1 insertion(+), 1 deletion(-)
120614
120615 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
120616 Author: Behdad Esfahbod <behdad@behdad.org>
120617 Date:   Tue Apr 8 16:03:35 2014 -0700
120618
120619     [indic] Support U+17DD KHMER SIGN ATTHACAN
120620     
120621     As requested by Martin Hosken on the list.
120622
120623  src/hb-ot-shape-complex-indic.cc | 3 ++-
120624  1 file changed, 2 insertions(+), 1 deletion(-)
120625
120626 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
120627 Author: Primiano Tucci <primiano@chromium.org>
120628 Date:   Wed Apr 2 11:35:27 2014 +0100
120629
120630     Use __aarch64__ for 64-bit ARM detection, not __arm64__
120631     
120632     Many GCC versions don't define __arm64__
120633
120634  src/hb-atomic-private.hh | 2 +-
120635  1 file changed, 1 insertion(+), 1 deletion(-)
120636
120637 commit 04d894e89795041b2055dc172744a018644f2bca
120638 Author: Behdad Esfahbod <behdad@behdad.org>
120639 Date:   Tue Mar 25 12:11:32 2014 -0700
120640
120641     Minor
120642
120643  src/hb-ot-layout-gsubgpos-private.hh | 1 +
120644  1 file changed, 1 insertion(+)
120645
120646 commit 903648437c180c7b039801cdb0672e0f8e14afd4
120647 Author: Behdad Esfahbod <behdad@behdad.org>
120648 Date:   Mon Mar 24 14:26:36 2014 -0700
120649
120650     Start fleshing out builtin font functions
120651
120652  src/Makefile.am                     |   3 +-
120653  src/hb-glib.cc                      |   2 +-
120654  src/hb-icu.cc                       |   2 +-
120655  src/hb-ot-font.cc                   | 260 ++++++++++++++++++++++++++++++++++++
120656  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
120657  src/hb-ot-hhea-table.hh             |   2 +-
120658  src/hb-ot-hmtx-table.hh             |   2 +-
120659  src/hb-ot.h                         |   1 +
120660  util/Makefile.am                    |   4 +-
120661  util/options.cc                     |   4 +
120662  10 files changed, 283 insertions(+), 53 deletions(-)
120663
120664 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
120665 Author: Behdad Esfahbod <behdad@behdad.org>
120666 Date:   Fri Mar 21 14:37:27 2014 -0700
120667
120668     Add "make built-sources"
120669
120670  src/Makefile.am | 3 ++-
120671  1 file changed, 2 insertions(+), 1 deletion(-)
120672
120673 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
120674 Author: Behdad Esfahbod <behdad@behdad.org>
120675 Date:   Fri Mar 21 12:53:08 2014 -0700
120676
120677     One more fix for build without gtk-doc
120678     
120679     Fixes https://github.com/behdad/harfbuzz/pull/35
120680
120681  autogen.sh | 2 +-
120682  1 file changed, 1 insertion(+), 1 deletion(-)
120683
120684 commit b96af03c20e46105982b3608b608614403540661
120685 Author: Konstantin Ritt <ritt.ks@gmail.com>
120686 Date:   Thu Mar 20 16:01:30 2014 +0200
120687
120688     Fix build with --coretext on iOS
120689     
120690     On iOS CoreText and CoreGraphics are stand-alone frameworks
120691
120692  configure.ac      | 23 +++++++++++++++++++----
120693  src/hb-coretext.h |  8 +++++++-
120694  2 files changed, 26 insertions(+), 5 deletions(-)
120695
120696 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
120697 Author: Behdad Esfahbod <behdad@behdad.org>
120698 Date:   Wed Mar 19 15:38:02 2014 -0700
120699
120700     [util] Plug minor leak
120701
120702  util/hb-shape.cc     |  6 +++---
120703  util/helper-cairo.cc | 21 ++++++++++++---------
120704  util/helper-cairo.hh |  2 +-
120705  util/options.cc      |  6 +++++-
120706  util/options.hh      |  6 +++---
120707  5 files changed, 24 insertions(+), 17 deletions(-)
120708
120709 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
120710 Author: Behdad Esfahbod <behdad@behdad.org>
120711 Date:   Wed Mar 19 12:00:17 2014 -0700
120712
120713     Remove dead warning
120714
120715  src/hb-unicode.cc |  9 +++++++--
120716  src/hb-warning.cc | 11 -----------
120717  2 files changed, 7 insertions(+), 13 deletions(-)
120718
120719 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
120720 Author: Behdad Esfahbod <behdad@behdad.org>
120721 Date:   Wed Mar 19 11:52:40 2014 -0700
120722
120723     Yet another try to make build without gtk-doc succeed
120724
120725  autogen.sh                 | 1 +
120726  docs/reference/Makefile.am | 2 +-
120727  2 files changed, 2 insertions(+), 1 deletion(-)
120728
120729 commit a7a5be090dd9cc39605853e8994eb417550939d4
120730 Author: Behdad Esfahbod <behdad@behdad.org>
120731 Date:   Wed Mar 19 11:39:23 2014 -0700
120732
120733     Another try to make gtk-doc optional
120734
120735  docs/reference/Makefile.am | 2 +-
120736  1 file changed, 1 insertion(+), 1 deletion(-)
120737
120738 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
120739 Author: Dominik Röttsches <dominik.rottsches@intel.com>
120740 Date:   Tue Mar 18 14:39:03 2014 +0200
120741
120742     0.9.27
120743
120744  NEWS         | 16 ++++++++++++++++
120745  configure.ac |  2 +-
120746  2 files changed, 17 insertions(+), 1 deletion(-)
120747
120748 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
120749 Author: Behdad Esfahbod <behdad@behdad.org>
120750 Date:   Sun Mar 16 20:22:42 2014 -0700
120751
120752     Don't use "register" storage class specifier
120753     
120754     Fixes warnings.
120755     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
120756
120757  src/hb-private.hh | 6 +++---
120758  1 file changed, 3 insertions(+), 3 deletions(-)
120759
120760 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
120761 Author: jfkthame <jfkthame@gmail.com>
120762 Date:   Sun Mar 16 08:25:17 2014 +0000
120763
120764     wrap definition of free_langs() with HAVE_ATEXIT
120765     
120766     ...to avoid an unused function warning; see mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
120767
120768  src/hb-common.cc | 2 ++
120769  1 file changed, 2 insertions(+)
120770
120771 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
120772 Author: Behdad Esfahbod <behdad@behdad.org>
120773 Date:   Fri Mar 14 19:55:46 2014 -0700
120774
120775     [coretext] Add hb_coretext_face_create()
120776     
120777     Not tested.
120778
120779  src/hb-coretext.cc | 57 +++++++++++++++++++++++++++++++++++++++++++++---------
120780  src/hb-coretext.h  |  4 ++++
120781  2 files changed, 52 insertions(+), 9 deletions(-)
120782
120783 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
120784 Author: Behdad Esfahbod <behdad@behdad.org>
120785 Date:   Fri Mar 14 19:37:55 2014 -0400
120786
120787     [coretext] Add coretext_aat shaper
120788     
120789     This is a higher-priority shaper than default shaper ("ot"), but
120790     only picks up fonts that have AAT "morx"/"mort" table.
120791     
120792     Note that for this to work the font face's get_table() implementation
120793     should know how to return the full font blob.
120794     
120795     Based on patch from Konstantin Ritt.
120796
120797  src/hb-coretext.cc    | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++
120798  src/hb-coretext.h     |  4 +++
120799  src/hb-shaper-list.hh |  4 +++
120800  3 files changed, 102 insertions(+)
120801
120802 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
120803 Author: Behdad Esfahbod <behdad@behdad.org>
120804 Date:   Fri Mar 14 15:52:47 2014 -0700
120805
120806     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
120807     
120808     Useful for Android / Chrome / etc when ICU is built in the same
120809     library as harfbuzz itself.
120810
120811  src/hb-unicode.cc | 2 +-
120812  1 file changed, 1 insertion(+), 1 deletion(-)
120813
120814 commit 853daf857f231c9ce0277a78abff1241150ea903
120815 Author: Behdad Esfahbod <behdad@behdad.org>
120816 Date:   Fri Mar 14 15:49:18 2014 -0700
120817
120818     Remove old cruft
120819
120820  src/hb-shaper-list.hh | 6 ------
120821  1 file changed, 6 deletions(-)
120822
120823 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
120824 Author: Behdad Esfahbod <behdad@behdad.org>
120825 Date:   Mon Mar 10 15:04:46 2014 -0700
120826
120827     Add Myanmar test case from OpenType Myanmar spec
120828
120829  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  | 1 +
120830  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt | 2 ++
120831  2 files changed, 3 insertions(+)
120832
120833 commit 158985908981189a2fd4d15275a641286fc770fe
120834 Author: Behdad Esfahbod <behdad@behdad.org>
120835 Date:   Mon Mar 10 14:57:55 2014 -0700
120836
120837     Minor
120838
120839  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST   | 1 -
120840  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST      | 1 +
120841  .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt       | 0
120842  3 files changed, 1 insertion(+), 1 deletion(-)
120843
120844 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
120845 Author: Behdad Esfahbod <behdad@behdad.org>
120846 Date:   Tue Mar 4 13:03:51 2014 -0800
120847
120848     Use AM_MISSING_PROG for ragel and git
120849
120850  Makefile.am     | 4 ++--
120851  configure.ac    | 2 ++
120852  src/Makefile.am | 2 +-
120853  3 files changed, 5 insertions(+), 3 deletions(-)
120854
120855 commit a82165248cddb720576464b8e59a986491d3f2e9
120856 Author: Behdad Esfahbod <behdad@behdad.org>
120857 Date:   Tue Feb 18 15:53:56 2014 -0500
120858
120859     Only do fallback Hebrew composition if no GPOS 'mark' available
120860     
120861     Apparently some modern fonts have proper GPOS mark positioning
120862     tables, but undesirable precomposed forms!  See thread
120863     "Hebrew composition to presentation forms" and:
120864     
120865       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
120866     
120867     Test case: U+fb1d,05d9,05b4
120868
120869  src/hb-ot-shape-complex-hebrew.cc | 2 +-
120870  src/hb-ot-shape-private.hh        | 2 ++
120871  2 files changed, 3 insertions(+), 1 deletion(-)
120872
120873 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
120874 Author: Behdad Esfahbod <behdad@behdad.org>
120875 Date:   Tue Feb 11 17:29:40 2014 -0500
120876
120877     Allow bootstrapping without gtk-doc
120878     
120879     Seems like configure.ac is already able to handle it.
120880
120881  autogen.sh | 10 +++++-----
120882  1 file changed, 5 insertions(+), 5 deletions(-)
120883
120884 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
120885 Author: Luis de Bethencourt <luis@debethencourt.com>
120886 Date:   Thu Feb 6 23:20:47 2014 -0500
120887
120888     check hb_set_is_emtpy in test-set.c
120889
120890  test/api/test-set.c | 9 +++++++++
120891  1 file changed, 9 insertions(+)
120892
120893 commit db068d81cda180a91638e5539984f8139aff49c6
120894 Author: Werner Lemberg <wl@gnu.org>
120895 Date:   Mon Feb 10 10:38:56 2014 -0500
120896
120897     typo in ucdn's Makefile.am
120898
120899  src/hb-ucdn/Makefile.am | 2 +-
120900  1 file changed, 1 insertion(+), 1 deletion(-)
120901
120902 commit fbb2847f541389f40718af71c4945024ae177ab2
120903 Author: Behdad Esfahbod <behdad@behdad.org>
120904 Date:   Wed Feb 5 08:22:06 2014 -0500
120905
120906     Improve MemoryBarrier() implementation
120907     
120908     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
120909     started by Werner.
120910
120911  src/hb-atomic-private.hh | 12 ++++++++----
120912  1 file changed, 8 insertions(+), 4 deletions(-)
120913
120914 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
120915 Author: Behdad Esfahbod <behdad@behdad.org>
120916 Date:   Thu Jan 30 15:14:58 2014 -0500
120917
120918     0.9.26
120919
120920  NEWS         | 20 ++++++++++++++++++++
120921  configure.ac |  2 +-
120922  2 files changed, 21 insertions(+), 1 deletion(-)
120923
120924 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
120925 Author: Jonathan Kew <jfkthame@gmail.com>
120926 Date:   Wed Jan 29 14:07:58 2014 +0000
120927
120928     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
120929     
120930     Fixes https://github.com/behdad/harfbuzz/pull/21
120931
120932  src/hb-common.h | 8 +++++++-
120933  1 file changed, 7 insertions(+), 1 deletion(-)
120934
120935 commit c29993a181c2139eaec97b5f6225824040ca3ac9
120936 Author: Behdad Esfahbod <behdad@behdad.org>
120937 Date:   Tue Jan 28 17:29:42 2014 -0500
120938
120939     [coretext] Handle surrogate pairs when generating notdef glyphs
120940     
120941     Fixes github.com/behdad/harfbuzz/pull/19
120942
120943  src/hb-coretext.cc | 18 ++++++++++++++----
120944  1 file changed, 14 insertions(+), 4 deletions(-)
120945
120946 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
120947 Author: Behdad Esfahbod <behdad@behdad.org>
120948 Date:   Tue Jan 28 17:10:05 2014 -0500
120949
120950     [coretext] Minor optimization
120951
120952  src/hb-coretext.cc | 6 +++---
120953  1 file changed, 3 insertions(+), 3 deletions(-)
120954
120955 commit 24e6b11f12788500182715a64d4771a22c5b7525
120956 Author: Konstantin Ritt <ritt.ks@gmail.com>
120957 Date:   Tue Jan 28 18:16:01 2014 +0200
120958
120959     Fix double destruction in case of OOM
120960
120961  src/hb-graphite2.cc | 2 +-
120962  1 file changed, 1 insertion(+), 1 deletion(-)
120963
120964 commit 083225916a19f6d67017523af87386933bd9ecdc
120965 Author: Konstantin Ritt <ritt.ks@gmail.com>
120966 Date:   Wed Jan 22 20:31:30 2014 +0200
120967
120968     Micro optimizations
120969
120970  src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
120971  1 file changed, 17 insertions(+), 11 deletions(-)
120972
120973 commit c9522de2335e4ef5fe65a72745c10943827a8da2
120974 Author: Konstantin Ritt <ritt.ks@gmail.com>
120975 Date:   Wed Jan 22 21:07:13 2014 +0200
120976
120977     Make it possible to disable the fallback shaper at configure time
120978     
120979     The OT shaper supersedes the fallback shaper in every case
120980     and the latter become an extra weight for 99.9% of users.
120981
120982  configure.ac          | 6 ++++++
120983  src/Makefile.am       | 5 ++++-
120984  src/hb-shaper-list.hh | 2 ++
120985  3 files changed, 12 insertions(+), 1 deletion(-)
120986
120987 commit 6775da3a7c07db6c032cf429dc199d471948db56
120988 Author: Behdad Esfahbod <behdad@behdad.org>
120989 Date:   Thu Jan 23 14:18:49 2014 -0500
120990
120991     Fix clang warning 'private field 'xxx' is not used
120992     
120993     Fixes https://github.com/behdad/harfbuzz/pull/16
120994
120995  src/hb-open-type-private.hh | 2 +-
120996  1 file changed, 1 insertion(+), 1 deletion(-)
120997
120998 commit 62299826f4905e080b9497bce335e093b287494e
120999 Author: Behdad Esfahbod <behdad@behdad.org>
121000 Date:   Thu Jan 23 14:11:03 2014 -0500
121001
121002     Fix typo in _hb_buffer_serialize_glyphs_text()
121003     
121004     Fixes https://github.com/behdad/harfbuzz/pull/17
121005
121006  src/hb-buffer-serialize.cc | 2 +-
121007  1 file changed, 1 insertion(+), 1 deletion(-)
121008
121009 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
121010 Author: Behdad Esfahbod <behdad@behdad.org>
121011 Date:   Wed Jan 22 11:03:02 2014 -0500
121012
121013     [arabic] Disable 'cswh' by default
121014     
121015     I believe Windows 8 disables it, and spec update dated
121016     Jan 2014 also clearly says it's disabled by default:
121017     
121018       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
121019
121020  src/hb-ot-shape-complex-arabic.cc | 1 -
121021  1 file changed, 1 deletion(-)
121022
121023 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
121024 Author: Behdad Esfahbod <behdad@behdad.org>
121025 Date:   Wed Jan 22 07:53:55 2014 -0500
121026
121027     [ot] Don't try to compose if normalization is off
121028
121029  src/hb-ot-shape-normalize.cc | 3 ++-
121030  1 file changed, 2 insertions(+), 1 deletion(-)
121031
121032 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
121033 Merge: 62cb28dfc 83d7e7915
121034 Author: Behdad Esfahbod <behdad@behdad.org>
121035 Date:   Wed Jan 22 04:43:51 2014 -0800
121036
121037     Merge pull request #13 from jfkthame/hangul-shaper
121038     
121039     Tone-mark reordering and improved Old Hangul support
121040
121041 commit 62cb28dfc668cae9cbff826229bde2271e157927
121042 Author: Jonathan Kew <jfkthame@gmail.com>
121043 Date:   Mon Jan 20 14:23:08 2014 +0000
121044
121045     fixup for 64-bit windows build
121046
121047  src/hb-uniscribe.cc | 2 +-
121048  1 file changed, 1 insertion(+), 1 deletion(-)
121049
121050 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
121051 Author: Jonathan Kew <jfkthame@gmail.com>
121052 Date:   Mon Jan 20 19:49:47 2014 +0000
121053
121054     [hangul] Fix ordering of dotted circle with Hangul tone mark (reported by Dohyun Kim).
121055
121056  src/hb-ot-shape-complex-hangul.cc | 2 +-
121057  1 file changed, 1 insertion(+), 1 deletion(-)
121058
121059 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
121060 Author: Jonathan Kew <jfkthame@gmail.com>
121061 Date:   Mon Jan 20 10:38:27 2014 +0000
121062
121063     [hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs.
121064
121065  src/hb-ot-shape-complex-hangul.cc | 2 +-
121066  1 file changed, 1 insertion(+), 1 deletion(-)
121067
121068 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
121069 Author: Jonathan Kew <jfkthame@gmail.com>
121070 Date:   Mon Jan 20 10:37:32 2014 +0000
121071
121072     [unicode] Exclude the Jamo Filler characters from Default_Ignorable, as some fonts want these to be visible/spacing glyphs.
121073
121074  src/hb-unicode-private.hh | 15 +++++++--------
121075  1 file changed, 7 insertions(+), 8 deletions(-)
121076
121077 commit 7244b3fc3bf9757dd094709d36bea68682264e20
121078 Author: Jonathan Kew <jfkthame@gmail.com>
121079 Date:   Mon Jan 20 10:35:51 2014 +0000
121080
121081     [hangul] Reorder Hangul tone mark to beginning of syllable, unless font implements it using a zero-width glyph.
121082
121083  src/hb-ot-shape-complex-hangul.cc | 59 ++++++++++++++++++++++++++++++++++++++-
121084  1 file changed, 58 insertions(+), 1 deletion(-)
121085
121086 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
121087 Author: Jonathan Kew <jfkthame@gmail.com>
121088 Date:   Mon Jan 20 10:35:07 2014 +0000
121089
121090     [hangul] Apply the appropriate *jmo features to decomposed syllables, including Old Hangul sequences that don't have Unicode compositions. Merge clusters in decomposed syllables.
121091
121092  src/hb-ot-shape-complex-hangul.cc | 197 +++++++++++++++++++++++++++++++-------
121093  1 file changed, 165 insertions(+), 32 deletions(-)
121094
121095 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
121096 Author: Behdad Esfahbod <behdad@behdad.org>
121097 Date:   Thu Jan 2 17:04:04 2014 +0800
121098
121099     [ot/hangul] Don't decompose Hangul even when combining marks present
121100     
121101     As discussed on
121102     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
121103
121104  src/hb-ot-shape-complex-hangul.cc    |  2 +-
121105  src/hb-ot-shape-normalize-private.hh |  1 +
121106  src/hb-ot-shape-normalize.cc         | 24 +++++++++++++-----------
121107  3 files changed, 15 insertions(+), 12 deletions(-)
121108
121109 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
121110 Author: Behdad Esfahbod <behdad@behdad.org>
121111 Date:   Thu Jan 2 14:33:10 2014 +0800
121112
121113     [ot] Simplify composing
121114     
121115     Not tested.  Ouch.
121116
121117  src/hb-ot-shape-normalize.cc | 5 +++--
121118  1 file changed, 3 insertions(+), 2 deletions(-)
121119
121120 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
121121 Author: Behdad Esfahbod <behdad@behdad.org>
121122 Date:   Thu Jan 2 14:30:45 2014 +0800
121123
121124     Add font->has_glyph()
121125
121126  src/hb-font-private.hh            |  6 ++++++
121127  src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
121128  src/hb-ot-shape.cc                |  3 +--
121129  3 files changed, 13 insertions(+), 10 deletions(-)
121130
121131 commit f6298e55ae0f0f23f66935226f78afb98320ea78
121132 Author: Behdad Esfahbod <behdad@behdad.org>
121133 Date:   Thu Jan 2 14:23:56 2014 +0800
121134
121135     [fallback] Minor
121136
121137  src/hb-fallback-shape.cc | 5 +++--
121138  1 file changed, 3 insertions(+), 2 deletions(-)
121139
121140 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
121141 Author: Behdad Esfahbod <behdad@behdad.org>
121142 Date:   Thu Jan 2 14:20:00 2014 +0800
121143
121144     [hangul] Fix decomposition logic
121145     
121146     Seems to be working now.
121147
121148  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
121149  1 file changed, 8 insertions(+), 11 deletions(-)
121150
121151 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
121152 Author: Behdad Esfahbod <behdad@behdad.org>
121153 Date:   Thu Jan 2 14:04:30 2014 +0800
121154
121155     [hangul] Fix decomposition
121156     
121157     Part of https://github.com/behdad/harfbuzz/pull/10
121158
121159  src/hb-ot-shape-complex-hangul.cc | 4 ++--
121160  1 file changed, 2 insertions(+), 2 deletions(-)
121161
121162 commit 32478656ce6e7926c3ad481511f02187ca743af6
121163 Author: Behdad Esfahbod <behdad@behdad.org>
121164 Date:   Thu Jan 2 14:01:56 2014 +0800
121165
121166     [hangul] Tighten up character categories
121167     
121168     I had tried to expand to fill the blocks, but that sounds wrong in
121169     retrospect.
121170
121171  src/hb-ot-shape-complex-hangul.cc | 4 ++--
121172  1 file changed, 2 insertions(+), 2 deletions(-)
121173
121174 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
121175 Author: Behdad Esfahbod <behdad@behdad.org>
121176 Date:   Tue Dec 31 16:49:15 2013 +0800
121177
121178     [ot] Separate out hebrew and tibetan shapers from default
121179     
121180     Now default shaper is truly no-op.
121181
121182  src/Makefile.am                    |   2 +
121183  src/hb-ot-shape-complex-default.cc | 161 +---------------------------------
121184  src/hb-ot-shape-complex-hebrew.cc  | 172 +++++++++++++++++++++++++++++++++++++
121185  src/hb-ot-shape-complex-private.hh |  17 +++-
121186  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
121187  5 files changed, 251 insertions(+), 162 deletions(-)
121188
121189 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
121190 Author: Behdad Esfahbod <behdad@behdad.org>
121191 Date:   Tue Dec 31 16:38:47 2013 +0800
121192
121193     [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
121194
121195  src/hb-ot-shape-complex-default.cc | 2 +-
121196  src/hb-ot-shape-complex-hangul.cc  | 2 +-
121197  src/hb-ot-shape-complex-private.hh | 4 +++-
121198  src/hb-ot-shape-complex-thai.cc    | 2 +-
121199  4 files changed, 6 insertions(+), 4 deletions(-)
121200
121201 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
121202 Author: Behdad Esfahbod <behdad@behdad.org>
121203 Date:   Tue Dec 31 16:04:35 2013 +0800
121204
121205     [ot] Simplify normalization_preference again
121206     
121207     No shaper has more than one behavior re this, so no need for a callback.
121208
121209  src/hb-ot-shape-complex-arabic.cc  | 2 +-
121210  src/hb-ot-shape-complex-default.cc | 8 +-------
121211  src/hb-ot-shape-complex-hangul.cc  | 2 +-
121212  src/hb-ot-shape-complex-indic.cc   | 8 +-------
121213  src/hb-ot-shape-complex-myanmar.cc | 9 +--------
121214  src/hb-ot-shape-complex-private.hh | 7 +------
121215  src/hb-ot-shape-complex-sea.cc     | 9 +--------
121216  src/hb-ot-shape-complex-thai.cc    | 2 +-
121217  src/hb-ot-shape-normalize.cc       | 4 +---
121218  9 files changed, 9 insertions(+), 42 deletions(-)
121219
121220 commit c98b7183f7dc453d5bac1f2503017cded317a495
121221 Author: Behdad Esfahbod <behdad@behdad.org>
121222 Date:   Tue Dec 31 15:55:40 2013 +0800
121223
121224     [ot] Add Hangul shaper
121225     
121226     Not exhaustively tested, but I think I got the intended logic
121227     right.
121228     
121229     The logic can perhaps be simplified.  Maybe we should disabled
121230     normalization with this shaper.  Then again, for now focusing on
121231     correctness.
121232
121233  src/Makefile.am                    |   1 +
121234  src/hb-ot-shape-complex-default.cc |  13 ---
121235  src/hb-ot-shape-complex-hangul.cc  | 232 +++++++++++++++++++++++++++++++++++++
121236  src/hb-ot-shape-complex-private.hh |  10 +-
121237  src/hb-private.hh                  |   6 +
121238  5 files changed, 240 insertions(+), 22 deletions(-)
121239
121240 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
121241 Author: Behdad Esfahbod <behdad@behdad.org>
121242 Date:   Fri Dec 27 19:33:28 2013 -0500
121243
121244     Reorder Tai Tham SAKOT to ensure it comes after any tone marks
121245
121246  src/hb-unicode-private.hh | 6 +++++-
121247  1 file changed, 5 insertions(+), 1 deletion(-)
121248
121249 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
121250 Author: Behdad Esfahbod <behdad@behdad.org>
121251 Date:   Mon Dec 23 14:39:23 2013 -0500
121252
121253     [uniscribe] Fix scratch-buffer accounting
121254
121255  src/hb-uniscribe.cc | 15 ++++++++-------
121256  1 file changed, 8 insertions(+), 7 deletions(-)
121257
121258 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
121259 Author: Behdad Esfahbod <behdad@behdad.org>
121260 Date:   Sun Dec 22 22:53:27 2013 -0500
121261
121262     Add TODO item
121263
121264  src/hb-ot-shape.h | 1 +
121265  1 file changed, 1 insertion(+)
121266
121267 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
121268 Author: Luis de Bethencourt <luis@debethencourt.com>
121269 Date:   Sun Dec 22 08:02:11 2013 -0500
121270
121271     Clean ht-ob headers
121272
121273  src/Makefile.am    |  1 +
121274  src/hb-ot-layout.h |  5 -----
121275  src/hb-ot-shape.h  | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
121276  src/hb-ot.h        |  9 +--------
121277  4 files changed, 55 insertions(+), 13 deletions(-)
121278
121279 commit 5497a8a274a7066c0230c850baadef681785c8bb
121280 Author: Behdad Esfahbod <behdad@behdad.org>
121281 Date:   Sun Dec 22 20:48:53 2013 -0500
121282
121283     Cache various masks on the shape plan
121284
121285  src/hb-ot-shape-fallback.cc |  6 ++----
121286  src/hb-ot-shape-private.hh  | 15 +++++++++++++++
121287  src/hb-ot-shape.cc          | 26 +++++++-------------------
121288  3 files changed, 24 insertions(+), 23 deletions(-)
121289
121290 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
121291 Author: Behdad Esfahbod <behdad@behdad.org>
121292 Date:   Sun Dec 22 19:35:27 2013 -0500
121293
121294     Minor correction to kern mask checking
121295
121296  src/hb-ot-shape-fallback.cc | 4 ++--
121297  1 file changed, 2 insertions(+), 2 deletions(-)
121298
121299 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
121300 Author: Behdad Esfahbod <behdad@behdad.org>
121301 Date:   Sun Dec 22 19:33:35 2013 -0500
121302
121303     Minor fraction mask setting improvement
121304
121305  src/hb-ot-map-private.hh | 2 --
121306  src/hb-ot-shape.cc       | 8 +++++---
121307  2 files changed, 5 insertions(+), 5 deletions(-)
121308
121309 commit 76fff252a96b4357b5e71694d5201daef822aa60
121310 Author: Behdad Esfahbod <behdad@behdad.org>
121311 Date:   Sun Dec 22 17:55:59 2013 -0500
121312
121313     Don't form fractions if only one of numr/dnom exist
121314
121315  src/hb-ot-shape.cc | 3 ++-
121316  1 file changed, 2 insertions(+), 1 deletion(-)
121317
121318 commit 3aeee519f0b82df5263974945ae852badc4dbded
121319 Author: Behdad Esfahbod <behdad@behdad.org>
121320 Date:   Sun Dec 22 16:17:54 2013 -0500
121321
121322     Bug 72698 - Automatically support frac / numr / dnom
121323     
121324     When seeing U+2044 FRACTION SLASH in the text, find decimal
121325     digits (Unicode General Category Decimal_Number) around it,
121326     and mark the pre-slash digits with 'numr' feature, the post-slash
121327     digits with 'dnom' feature, and the whole sequence with 'frac'
121328     feature.
121329     
121330     This beautifully renders fractions with major Windows fonts,
121331     and any other font that implements those features (numr/dnom is
121332     enough for most fonts.)
121333     
121334     Not the fastest way to do this, but good enough for a start.
121335
121336  src/hb-ot-shape.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
121337  1 file changed, 51 insertions(+)
121338
121339 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
121340 Author: Behdad Esfahbod <behdad@behdad.org>
121341 Date:   Sun Dec 22 16:15:30 2013 -0500
121342
121343     Add XXX note
121344
121345  src/hb-ot-map-private.hh | 2 ++
121346  1 file changed, 2 insertions(+)
121347
121348 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
121349 Author: Behdad Esfahbod <behdad@behdad.org>
121350 Date:   Sat Dec 21 00:18:18 2013 -0500
121351
121352     Initialize masks before mirroring
121353     
121354     We were throwing away the rtlm feature mask set during
121355     mirroring...
121356
121357  src/hb-ot-shape.cc | 11 ++++++++++-
121358  1 file changed, 10 insertions(+), 1 deletion(-)
121359
121360 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
121361 Author: Luis de Bethencourt <luis@debethencourt.com>
121362 Date:   Mon Dec 16 15:48:44 2013 -0500
121363
121364     Have Gtk-Doc ignore UCDN files
121365
121366  docs/reference/Makefile.am | 18 +++++++++---------
121367  1 file changed, 9 insertions(+), 9 deletions(-)
121368
121369 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
121370 Author: Behdad Esfahbod <behdad@behdad.org>
121371 Date:   Thu Dec 12 13:21:57 2013 -0500
121372
121373     Minor
121374
121375  util/options.cc | 4 ++--
121376  1 file changed, 2 insertions(+), 2 deletions(-)
121377
121378 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
121379 Author: Behdad Esfahbod <behdad@behdad.org>
121380 Date:   Wed Dec 11 20:22:28 2013 -0500
121381
121382     Remove unnecessary includes
121383
121384  src/hb-blob.cc                       | 1 -
121385  src/hb-buffer-private.hh             | 1 -
121386  src/hb-common.cc                     | 2 --
121387  src/hb-face-private.hh               | 1 -
121388  src/hb-face.cc                       | 1 -
121389  src/hb-font-private.hh               | 1 -
121390  src/hb-font.cc                       | 1 -
121391  src/hb-graphite2.cc                  | 2 --
121392  src/hb-open-type-private.hh          | 2 --
121393  src/hb-ot-layout-private.hh          | 2 --
121394  src/hb-ot-shape-normalize-private.hh | 2 --
121395  src/hb-ot-tag.cc                     | 1 -
121396  src/hb-set-private.hh                | 1 -
121397  src/hb-shape-plan-private.hh         | 1 -
121398  src/hb-tt-font.cc                    | 2 --
121399  src/hb-unicode-private.hh            | 2 --
121400  16 files changed, 23 deletions(-)
121401
121402 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
121403 Author: Behdad Esfahbod <behdad@behdad.org>
121404 Date:   Thu Dec 5 18:19:35 2013 -0500
121405
121406     Drop required automake version back to 1.11.3
121407     
121408     Work around broken automake-1.13 changes.
121409
121410  configure.ac             | 3 ++-
121411  test/shaping/Makefile.am | 7 +++++++
121412  2 files changed, 9 insertions(+), 1 deletion(-)
121413
121414 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
121415 Author: Behdad Esfahbod <behdad@behdad.org>
121416 Date:   Wed Dec 4 20:06:59 2013 -0500
121417
121418     0.9.25
121419
121420  NEWS         | 12 ++++++++++++
121421  configure.ac |  2 +-
121422  2 files changed, 13 insertions(+), 1 deletion(-)
121423
121424 commit adb039554de0c98a4121f26423bec8df09a62e61
121425 Author: Behdad Esfahbod <behdad@behdad.org>
121426 Date:   Wed Dec 4 20:10:02 2013 -0500
121427
121428     Minor
121429
121430  util/view-cairo.hh | 3 ++-
121431  1 file changed, 2 insertions(+), 1 deletion(-)
121432
121433 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
121434 Author: Behdad Esfahbod <behdad@behdad.org>
121435 Date:   Wed Dec 4 20:01:22 2013 -0500
121436
121437     [git.mk] Update
121438
121439  git.mk | 2 +-
121440  1 file changed, 1 insertion(+), 1 deletion(-)
121441
121442 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
121443 Author: Behdad Esfahbod <behdad@behdad.org>
121444 Date:   Wed Dec 4 19:59:48 2013 -0500
121445
121446     Require automake 1.13
121447     
121448     Fix tests build.
121449     
121450     https://bugs.freedesktop.org/show_bug.cgi?id=71353
121451
121452  configure.ac             |  2 +-
121453  test/shaping/Makefile.am | 19 ++++++++++++++-----
121454  2 files changed, 15 insertions(+), 6 deletions(-)
121455
121456 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
121457 Author: Behdad Esfahbod <behdad@behdad.org>
121458 Date:   Mon Dec 2 20:41:41 2013 -0500
121459
121460     Revert "Karen" language mapping back to what it was before
121461     
121462     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
121463
121464  src/hb-ot-tag.cc | 4 ++--
121465  1 file changed, 2 insertions(+), 2 deletions(-)
121466
121467 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
121468 Author: Behdad Esfahbod <behdad@behdad.org>
121469 Date:   Mon Dec 2 05:57:27 2013 -0500
121470
121471     Fix unsafe shape_plan->face dependency
121472
121473  src/hb-ot-shape-private.hh   |  2 +-
121474  src/hb-shape-plan-private.hh |  2 +-
121475  src/hb-shape-plan.cc         | 12 +++---------
121476  3 files changed, 5 insertions(+), 11 deletions(-)
121477
121478 commit c704a8700e169885f1d9cbab93544d85aa4358e9
121479 Author: Behdad Esfahbod <behdad@behdad.org>
121480 Date:   Mon Dec 2 05:42:04 2013 -0500
121481
121482     [util] Fix uninitialized memory access
121483
121484  util/view-cairo.hh | 2 +-
121485  1 file changed, 1 insertion(+), 1 deletion(-)
121486
121487 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
121488 Author: Behdad Esfahbod <behdad@behdad.org>
121489 Date:   Mon Dec 2 05:39:39 2013 -0500
121490
121491     [util] Plug leak
121492
121493  util/options.cc | 5 ++++-
121494  1 file changed, 4 insertions(+), 1 deletion(-)
121495
121496 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
121497 Author: Jonathan Kew <jfkthame@gmail.com>
121498 Date:   Mon Dec 2 05:22:00 2013 -0500
121499
121500     cache shape plans even if (global) user features are set
121501
121502  src/hb-shape-plan-private.hh |  3 +++
121503  src/hb-shape-plan.cc         | 59 ++++++++++++++++++++++++++++++++++++++++----
121504  2 files changed, 57 insertions(+), 5 deletions(-)
121505
121506 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
121507 Author: Behdad Esfahbod <behdad@behdad.org>
121508 Date:   Mon Dec 2 05:17:14 2013 -0500
121509
121510     Add note about unsafe shape_plan->face
121511     
121512     Will fix by removing shape_plan->face completely.
121513
121514  src/hb-shape-plan.cc | 2 ++
121515  1 file changed, 2 insertions(+)
121516
121517 commit aec468f01e866c99e65a8f764a792c74c96840d7
121518 Author: Behdad Esfahbod <behdad@behdad.org>
121519 Date:   Fri Nov 29 19:21:58 2013 -0500
121520
121521     [coretext] Add TODO
121522
121523  src/hb-coretext.cc | 2 ++
121524  1 file changed, 2 insertions(+)
121525
121526 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
121527 Author: Behdad Esfahbod <behdad@behdad.org>
121528 Date:   Fri Nov 29 19:17:42 2013 -0500
121529
121530     [coretext] Cleanup
121531
121532  src/hb-coretext.cc | 27 ++++++++++++++++-----------
121533  1 file changed, 16 insertions(+), 11 deletions(-)
121534
121535 commit c8213c6198abff97822e29a6d565722cfbb43832
121536 Author: Khaled Hosny <khaledhosny.eglug.org>
121537 Date:   Fri Nov 29 19:01:56 2013 -0500
121538
121539     [coretext] Avoid font fallback with CoreText shaper
121540     
121541     CoreText does automatic font fallback (AKA "cascading") for  characters
121542     not supported by the requested font, and provides no way to turn it off,
121543     so detect if the returned run uses a font other than the requested one
121544     and fill in the buffer with .notdef glyphs instead of random indices
121545     glyph from a different font.
121546
121547  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
121548  1 file changed, 35 insertions(+)
121549
121550 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
121551 Author: Behdad Esfahbod <behdad@behdad.org>
121552 Date:   Tue Nov 26 22:57:24 2013 -0500
121553
121554     [fallback] Add TODO note
121555
121556  src/hb-fallback-shape.cc | 10 ++++++++++
121557  1 file changed, 10 insertions(+)
121558
121559 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
121560 Author: Behdad Esfahbod <behdad@behdad.org>
121561 Date:   Tue Nov 26 18:00:35 2013 -0500
121562
121563     Minor
121564
121565  src/hb-ot-layout-common-private.hh | 2 +-
121566  1 file changed, 1 insertion(+), 1 deletion(-)
121567
121568 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
121569 Author: Behdad Esfahbod <behdad@behdad.org>
121570 Date:   Tue Nov 26 17:53:41 2013 -0500
121571
121572     Minor
121573
121574  src/hb-ot-layout-common-private.hh | 1 +
121575  1 file changed, 1 insertion(+)
121576
121577 commit 9174a9db5c4e01284143ed8bd318ce9454535987
121578 Author: Behdad Esfahbod <behdad@behdad.org>
121579 Date:   Mon Nov 25 18:10:38 2013 -0500
121580
121581     [myanmar] Allow punctuation clusters
121582     
121583     The spec and Uniscribe don't allow these, but UTN#11
121584     specifically says the sequence U+104B,U+1038 is valid.
121585     As such, allow all "P V" sequences.  There's about
121586     eight sequences that match that structure, but Roozbeh
121587     thinks it's fine to allow all of them.
121588     
121589     Test case: U+104B, U+1038
121590     
121591     https://bugs.freedesktop.org/show_bug.cgi?id=71947
121592
121593  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
121594  src/hb-ot-shape-complex-myanmar.cc         | 19 ++++++++++++++++++-
121595  2 files changed, 21 insertions(+), 1 deletion(-)
121596
121597 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
121598 Author: Behdad Esfahbod <behdad@behdad.org>
121599 Date:   Mon Nov 25 18:03:34 2013 -0500
121600
121601     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
121602     
121603     The spec and Uniscribe treat it as consonant in the grammar, but
121604     it's not in IndicSyllableCategory.txt, so fix up.
121605     
121606     Test sequence: U+1004,U+103A,U+1039,U+104E
121607     
121608     https://bugs.freedesktop.org/show_bug.cgi?id=71948
121609
121610  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
121611  1 file changed, 4 insertions(+)
121612
121613 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
121614 Author: Behdad Esfahbod <behdad@behdad.org>
121615 Date:   Mon Nov 25 17:50:07 2013 -0500
121616
121617     [myanmar] Relax pwo-tone group a bit
121618     
121619     This is broken sequence according to OpenType spec, Uniscribe,
121620     and current HarfBuzz implementation.  But Roozbeh says this
121621     is a valid sequence, so allow it.  There are multiple
121622     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
121623     this one needs changing.
121624     
121625     Test case: 1014,1063,103A
121626     
121627     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
121628
121629  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
121630  1 file changed, 1 insertion(+), 1 deletion(-)
121631
121632 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
121633 Author: Behdad Esfahbod <behdad@behdad.org>
121634 Date:   Mon Nov 25 17:47:19 2013 -0500
121635
121636     Add more Myanmar test cases
121637     
121638     All three are broken right now according to Roozbeh.
121639     
121640     https://bugs.freedesktop.org/show_bug.cgi?id=71947
121641     https://bugs.freedesktop.org/show_bug.cgi?id=71948
121642     https://bugs.freedesktop.org/show_bug.cgi?id=71949
121643
121644  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt | 4 ++++
121645  1 file changed, 4 insertions(+)
121646
121647 commit 08c2d27d35093e07142168665139274ac99395e8
121648 Author: Roozbeh Pournader <roozbeh@google.com>
121649 Date:   Sat Nov 23 21:39:31 2013 -0800
121650
121651     Added support for several new languages
121652     
121653     Based on research into latest SIL and Windows fonts, pulling in
121654     the latest OpenType language tag proposal from Microsoft, and updating
121655     to latest language tags and names from ISO 639.
121656
121657  src/hb-ot-tag.cc | 314 +++++++++++++++++++++++++++++++++++++++++++------------
121658  1 file changed, 247 insertions(+), 67 deletions(-)
121659
121660 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
121661 Author: Roozbeh Pournader <roozbeh@google.com>
121662 Date:   Sat Nov 23 15:19:07 2013 -0800
121663
121664     Added language tags for S'gaw Karen and Khamti
121665     
121666     Tags based on support in Windows 8.1's 'Myanmar Text' font.
121667
121668  src/hb-ot-tag.cc | 2 ++
121669  1 file changed, 2 insertions(+)
121670
121671 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
121672 Author: Behdad Esfahbod <behdad@behdad.org>
121673 Date:   Wed Nov 20 14:21:07 2013 -0500
121674
121675     Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
121676
121677  src/hb-atomic-private.hh | 2 +-
121678  1 file changed, 1 insertion(+), 1 deletion(-)
121679
121680 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
121681 Author: Behdad Esfahbod <behdad@behdad.org>
121682 Date:   Fri Nov 15 13:05:38 2013 -0500
121683
121684     Set buffer content type to INVALID in hb_buffer_set_length(0)
121685     
121686     Previously we were only setting this in hb_buffer_clear_contents(),
121687     but set_length(0) is a valid way to reinitialize buffer to use with
121688     new text.
121689
121690  src/hb-buffer-private.hh | 2 +-
121691  src/hb-buffer.cc         | 3 +++
121692  2 files changed, 4 insertions(+), 1 deletion(-)
121693
121694 commit 6300694f6e531593e7e932000f9540b0367940b8
121695 Author: Behdad Esfahbod <behdad@behdad.org>
121696 Date:   Wed Nov 13 14:54:07 2013 -0500
121697
121698     0.9.24
121699
121700  NEWS         | 8 ++++++++
121701  configure.ac | 2 +-
121702  2 files changed, 9 insertions(+), 1 deletion(-)
121703
121704 commit 061cb4649342b005fb1de93abae25e889cc560bd
121705 Author: Behdad Esfahbod <behdad@behdad.org>
121706 Date:   Wed Nov 13 14:50:25 2013 -0500
121707
121708     Use long alignment for scratch buffer
121709     
121710     Fixes last of scratch alignment warnings in hb-coretext.
121711
121712  src/hb-buffer-private.hh | 2 +-
121713  src/hb-buffer.cc         | 4 ++--
121714  2 files changed, 3 insertions(+), 3 deletions(-)
121715
121716 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
121717 Author: Behdad Esfahbod <behdad@behdad.org>
121718 Date:   Wed Nov 13 14:44:01 2013 -0500
121719
121720     More scratch-buffer cleanup
121721
121722  src/hb-buffer-private.hh |  3 ++-
121723  src/hb-buffer.cc         | 10 +++++-----
121724  src/hb-coretext.cc       |  5 ++---
121725  src/hb-graphite2.cc      |  2 +-
121726  src/hb-uniscribe.cc      | 30 ++++++++++++++----------------
121727  5 files changed, 24 insertions(+), 26 deletions(-)
121728
121729 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
121730 Author: Behdad Esfahbod <behdad@behdad.org>
121731 Date:   Wed Nov 13 14:33:57 2013 -0500
121732
121733     [coretext] More scratch buffer fixes
121734
121735  src/hb-coretext.cc | 25 +++++++++++++------------
121736  1 file changed, 13 insertions(+), 12 deletions(-)
121737
121738 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
121739 Author: Behdad Esfahbod <behdad@behdad.org>
121740 Date:   Tue Nov 12 17:22:49 2013 -0500
121741
121742     Fix scratch-buffer alignment warnings
121743
121744  src/hb-buffer-private.hh |  2 +-
121745  src/hb-buffer.cc         |  9 +++++----
121746  src/hb-coretext.cc       | 17 ++++++++++-------
121747  src/hb-graphite2.cc      | 28 +++++++++++++++++-----------
121748  src/hb-private.hh        |  3 +++
121749  src/hb-uniscribe.cc      | 29 +++++++++++++++++------------
121750  6 files changed, 53 insertions(+), 35 deletions(-)
121751
121752 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
121753 Author: Behdad Esfahbod <behdad@behdad.org>
121754 Date:   Tue Nov 12 15:41:22 2013 -0500
121755
121756     [travis] Enable graphite2
121757
121758  .travis.yml | 2 +-
121759  1 file changed, 1 insertion(+), 1 deletion(-)
121760
121761 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
121762 Author: Behdad Esfahbod <behdad@behdad.org>
121763 Date:   Wed Nov 6 14:46:04 2013 -0500
121764
121765     Fix llvm warnings on Mac
121766     
121767     Patch from Scott Fleischman.  Warnings were:
121768     
121769     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
121770     integer precision: 'long long' to 'hb_position_t' (aka 'int')
121771     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
121772     integer precision: 'long long' to 'hb_position_t' (aka 'int')
121773     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
121774     integer precision: 'long long' to 'hb_position_t' (aka 'int')
121775     harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit conversion
121776     loses integer precision: 'long long' to 'int'
121777     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
121778     precision: 'unsigned long long' to 'int'
121779     harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
121780     precision: 'unsigned long long' to 'int'
121781
121782  src/hb-font-private.hh             | 6 +++---
121783  src/hb-ft.cc                       | 4 ++--
121784  src/hb-ot-layout-common-private.hh | 2 +-
121785  3 files changed, 6 insertions(+), 6 deletions(-)
121786
121787 commit 333cc6e2d11831bcd2370723456e678574d570ec
121788 Author: Behdad Esfahbod <behdad@behdad.org>
121789 Date:   Wed Oct 30 17:30:11 2013 +0000
121790
121791     [otlayout] Remove unused is_inplace()
121792     
121793     Patch from Jonathan Kew.
121794
121795  src/hb-ot-layout-gpos-table.hh       |   6 --
121796  src/hb-ot-layout-gsub-table.hh       |  56 ------------
121797  src/hb-ot-layout-gsubgpos-private.hh | 159 -----------------------------------
121798  3 files changed, 221 deletions(-)
121799
121800 commit 176fd17d02ac183af32a0e710ec32d25c9322021
121801 Author: Behdad Esfahbod <behdad@behdad.org>
121802 Date:   Wed Oct 30 17:27:24 2013 +0000
121803
121804     Bug 70971 - Signed/unsigned compiler warnings on windows
121805     
121806     Patch from Emil Eklund.
121807
121808  src/hb-buffer-serialize.cc | 8 ++++----
121809  src/hb-ot-map.cc           | 2 +-
121810  2 files changed, 5 insertions(+), 5 deletions(-)
121811
121812 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
121813 Author: Behdad Esfahbod <behdad@behdad.org>
121814 Date:   Mon Oct 28 21:00:37 2013 +0100
121815
121816     [otlayout] Reset ccc when marking glyph as letter
121817
121818  src/hb-ot-layout-gsubgpos-private.hh | 3 +++
121819  1 file changed, 3 insertions(+)
121820
121821 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
121822 Author: Behdad Esfahbod <behdad@behdad.org>
121823 Date:   Mon Oct 28 20:44:03 2013 +0100
121824
121825     Fix win32 testing
121826
121827  test/shaping/Makefile.am  | 1 +
121828  test/shaping/run-tests.sh | 2 +-
121829  2 files changed, 2 insertions(+), 1 deletion(-)
121830
121831 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
121832 Author: Behdad Esfahbod <behdad@behdad.org>
121833 Date:   Mon Oct 28 20:26:40 2013 +0100
121834
121835     0.9.23
121836
121837  NEWS         | 10 ++++++++++
121838  configure.ac |  2 +-
121839  2 files changed, 11 insertions(+), 1 deletion(-)
121840
121841 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
121842 Author: Behdad Esfahbod <behdad@behdad.org>
121843 Date:   Mon Oct 28 20:23:07 2013 +0100
121844
121845     Make "make distcheck" happy
121846
121847  configure.ac             | 2 +-
121848  test/shaping/Makefile.am | 3 +++
121849  2 files changed, 4 insertions(+), 1 deletion(-)
121850
121851 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
121852 Author: Behdad Esfahbod <behdad@behdad.org>
121853 Date:   Mon Oct 28 19:26:02 2013 +0100
121854
121855     [otlayout] Optimize inplace
121856     
121857     See thread started by Jonathan with subject "an optimization for complex
121858     fonts".
121859
121860  src/hb-ot-layout.cc | 6 +++---
121861  1 file changed, 3 insertions(+), 3 deletions(-)
121862
121863 commit 71b4c999a511bf018acaf48a45e070470c0daf12
121864 Author: Behdad Esfahbod <behdad@behdad.org>
121865 Date:   Mon Oct 28 00:20:59 2013 +0100
121866
121867     Revert "Zero marks by GDEF for Tibetan"
121868     
121869     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
121870     
121871     The reasoning behind that logic was flawed and made under
121872     a misunderstanding of the original problem, and caused
121873     regressions as reported by Jonathan Kew in thread titled
121874     "tibetan marks" in Oct 2013.  Apparently I have had fixed
121875     the original problem with this commit:
121876     
121877       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
121878     
121879     So, revert the faulty commit and everything seems to be in good
121880     shape.
121881
121882  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
121883  src/hb-ot-shape-complex-arabic.cc    | 10 +++-------
121884  src/hb-ot-shape-complex-default.cc   | 17 +----------------
121885  src/hb-ot-shape-complex-indic.cc     |  8 +-------
121886  src/hb-ot-shape-complex-myanmar.cc   | 15 +++++----------
121887  src/hb-ot-shape-complex-private.hh   |  8 ++------
121888  src/hb-ot-shape-complex-sea.cc       | 14 ++++----------
121889  src/hb-ot-shape-complex-thai.cc      |  9 +--------
121890  src/hb-ot-shape.cc                   |  4 ++--
121891  9 files changed, 21 insertions(+), 68 deletions(-)
121892
121893 commit 9596b2bf569dae6fbe268803e3cb248001f10954
121894 Author: Behdad Esfahbod <behdad@behdad.org>
121895 Date:   Mon Oct 28 00:09:05 2013 +0100
121896
121897     Pass CPPFLAGS=-Werror to Travis-CI
121898     
121899     We want default gcc / clang warnings to fail the CI build.
121900
121901  .travis.yml | 2 +-
121902  1 file changed, 1 insertion(+), 1 deletion(-)
121903
121904 commit c77d1ade6898cea161f0709c5c5a912e14aff951
121905 Author: Behdad Esfahbod <behdad@behdad.org>
121906 Date:   Sun Oct 27 23:52:26 2013 +0100
121907
121908     Fix warnings
121909
121910  test/api/test-blob.c      | 2 +-
121911  util/helper-cairo-ansi.cc | 2 +-
121912  2 files changed, 2 insertions(+), 2 deletions(-)
121913
121914 commit c2bc818706df56022c8bb922df2b741cb120f7e4
121915 Author: Behdad Esfahbod <behdad@behdad.org>
121916 Date:   Sun Oct 27 23:36:35 2013 +0100
121917
121918     Work with old and new glib
121919     
121920     Avoids "deprecated" warnings.
121921
121922  src/test-buffer-serialize.cc | 7 +++++--
121923  src/test-size-params.cc      | 7 +++++--
121924  src/test-would-substitute.cc | 7 +++++--
121925  src/test.cc                  | 7 +++++--
121926  util/options.cc              | 4 ++--
121927  util/options.hh              | 4 ++++
121928  util/view-cairo.hh           | 4 ++++
121929  7 files changed, 30 insertions(+), 10 deletions(-)
121930
121931 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
121932 Author: Behdad Esfahbod <behdad@behdad.org>
121933 Date:   Sun Oct 27 23:24:50 2013 +0100
121934
121935     [indic] Adjust pref reordering logic
121936     
121937     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
121938     sensible, and what the spec says.  For other Indic (pref_len > 1)
121939     only reorder if ligated.
121940     
121941     Doesn't change any test numbers.
121942
121943  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
121944  1 file changed, 7 insertions(+), 2 deletions(-)
121945
121946 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
121947 Author: Behdad Esfahbod <behdad@behdad.org>
121948 Date:   Sun Oct 27 21:04:55 2013 +0100
121949
121950     Optimize fallback kerning
121951     
121952     Patch from Jonathan Kew.  "These changes seem to yield a small but
121953     just-about-measurable improvement with old fonts that lack GPOS
121954     kerning."
121955
121956  src/hb-ot-shape-fallback.cc | 47 ++++++++++++++++++++++++++++-----------------
121957  1 file changed, 29 insertions(+), 18 deletions(-)
121958
121959 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
121960 Author: Behdad Esfahbod <behdad@behdad.org>
121961 Date:   Sun Oct 27 00:24:59 2013 +0200
121962
121963     Minor
121964     
121965     See:
121966     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
121967
121968  src/hb-common.h | 2 +-
121969  1 file changed, 1 insertion(+), 1 deletion(-)
121970
121971 commit a74f0de225c403998212e2618dcf9452bc5b590d
121972 Author: Behdad Esfahbod <behdad@behdad.org>
121973 Date:   Thu Oct 24 11:46:33 2013 +0200
121974
121975     [indic] Fix CM2, really
121976     
121977     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
121978
121979  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
121980  1 file changed, 1 insertion(+), 1 deletion(-)
121981
121982 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
121983 Author: Behdad Esfahbod <behdad@behdad.org>
121984 Date:   Wed Oct 23 23:34:13 2013 +0200
121985
121986     Fix "shift count >= width of type" issue
121987
121988  src/hb-ot-shape-complex-indic-private.hh | 2 +-
121989  1 file changed, 1 insertion(+), 1 deletion(-)
121990
121991 commit ac8cd511911c7dca6222d14fa758bff75d601567
121992 Author: Behdad Esfahbod <behdad@behdad.org>
121993 Date:   Fri Oct 18 19:33:09 2013 +0200
121994
121995     Refactor
121996
121997  src/hb-ot-layout-gpos-table.hh | 120 ++++++++++++++++++++++-------------------
121998  src/hb-ot-layout.cc            |  31 +++++------
121999  src/hb-ot-shape-normalize.cc   |  29 +++++-----
122000  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
122001  4 files changed, 145 insertions(+), 117 deletions(-)
122002
122003 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
122004 Author: Behdad Esfahbod <behdad@behdad.org>
122005 Date:   Fri Oct 18 19:14:22 2013 +0200
122006
122007     Comment
122008
122009  src/hb-ot-layout-private.hh | 1 +
122010  1 file changed, 1 insertion(+)
122011
122012 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
122013 Author: Behdad Esfahbod <behdad@behdad.org>
122014 Date:   Fri Oct 18 18:07:11 2013 +0200
122015
122016     [indic] Improve positioning of post-base bells and whistles
122017     
122018     Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not provide
122019     same results as Windows8
122020     https://bugs.freedesktop.org/show_bug.cgi?id=58714
122021     
122022     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
122023     
122024     Improves some scripts.  Improves Bengali too, but numbers
122025     are up because we produce better results than Uniscribe for some
122026     sequences now.
122027     
122028     New numbers:
122029     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
122030     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
122031     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
122032     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
122033     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
122034     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
122035     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed (0.0185056%)
122036     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
122037     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
122038     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
122039     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
122040
122041  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
122042  1 file changed, 10 insertions(+), 9 deletions(-)
122043
122044 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
122045 Author: Behdad Esfahbod <behdad@behdad.org>
122046 Date:   Fri Oct 18 16:44:54 2013 +0200
122047
122048     Zero marks by GDEF for Tibetan
122049     
122050     See:
122051     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
122052
122053  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
122054  src/hb-ot-shape-complex-arabic.cc    | 10 +++++++---
122055  src/hb-ot-shape-complex-default.cc   | 17 ++++++++++++++++-
122056  src/hb-ot-shape-complex-indic.cc     |  8 +++++++-
122057  src/hb-ot-shape-complex-myanmar.cc   | 15 ++++++++++-----
122058  src/hb-ot-shape-complex-private.hh   |  8 ++++++--
122059  src/hb-ot-shape-complex-sea.cc       | 14 ++++++++++----
122060  src/hb-ot-shape-complex-thai.cc      |  9 ++++++++-
122061  src/hb-ot-shape.cc                   |  4 ++--
122062  9 files changed, 68 insertions(+), 21 deletions(-)
122063
122064 commit bf029281b1b0f854f671969ab40eac3046a111bd
122065 Author: Behdad Esfahbod <behdad@behdad.org>
122066 Date:   Fri Oct 18 16:20:13 2013 +0200
122067
122068     Bug 65258 - [...] Mongolian with free variation selector
122069
122070  src/hb-ot-shape-complex-arabic.cc | 3 ++-
122071  1 file changed, 2 insertions(+), 1 deletion(-)
122072
122073 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
122074 Author: Behdad Esfahbod <behdad@behdad.org>
122075 Date:   Fri Oct 18 16:08:53 2013 +0200
122076
122077     [otfallback] Don't shift down above-marks too much
122078     
122079     This seems to generate much better, almost-perfect, positioning for
122080     Arabic as well as Latin above marks.
122081
122082  src/hb-ot-shape-fallback.cc | 10 +++++++++-
122083  1 file changed, 9 insertions(+), 1 deletion(-)
122084
122085 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
122086 Author: Behdad Esfahbod <behdad@behdad.org>
122087 Date:   Fri Oct 18 15:57:36 2013 +0200
122088
122089     [otfallback] Never fallback-position a below-mark upwards
122090     
122091     Test with WinXP times.ttf and U+05D9,U+05B5.
122092
122093  src/hb-ot-shape-fallback.cc | 6 ++++++
122094  1 file changed, 6 insertions(+)
122095
122096 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
122097 Author: Behdad Esfahbod <behdad@behdad.org>
122098 Date:   Fri Oct 18 15:50:29 2013 +0200
122099
122100     Minor
122101
122102  src/hb-ot-shape-fallback.cc | 4 ++--
122103  1 file changed, 2 insertions(+), 2 deletions(-)
122104
122105 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
122106 Author: Behdad Esfahbod <behdad@behdad.org>
122107 Date:   Fri Oct 18 02:27:00 2013 +0200
122108
122109     [indic] Add Javanese support!
122110     
122111     Seems to be working just fine!
122112
122113  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
122114  src/hb-ot-shape-complex-indic-private.hh | 37 ++++++++++++++++----------------
122115  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
122116  3 files changed, 34 insertions(+), 26 deletions(-)
122117
122118 commit 755b44cce6dc23376a3cf0212893609231fa4967
122119 Author: Behdad Esfahbod <behdad@behdad.org>
122120 Date:   Fri Oct 18 11:17:42 2013 +0200
122121
122122     [ft] Round metrics instead of truncate
122123     
122124     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
122125     code, and FreeType is losing another one...  Test with U+0A06.
122126     Has an advance of 854 in the font.  We were producing 852.
122127     Now we do 853, which is what FreeType is telling us.
122128
122129  src/hb-ft.cc | 8 ++++----
122130  1 file changed, 4 insertions(+), 4 deletions(-)
122131
122132 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
122133 Author: Behdad Esfahbod <behdad@behdad.org>
122134 Date:   Fri Oct 18 02:14:53 2013 +0200
122135
122136     [indic] Swith pref logic to use _hb_glyph_info_substituted()
122137     
122138     See comments from caveat!  Seems to work fine.
122139     
122140     This is useful for Javanese which has an atomically encoded pre-base
122141     reordering Ra which should only be reordered if it was substituted
122142     by the pref feature.
122143
122144  src/hb-ot-shape-complex-indic.cc | 6 ++++--
122145  1 file changed, 4 insertions(+), 2 deletions(-)
122146
122147 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
122148 Author: Behdad Esfahbod <behdad@behdad.org>
122149 Date:   Fri Oct 18 02:07:44 2013 +0200
122150
122151     [indic] Fix compiler warnings
122152
122153  src/hb-ot-shape-complex-indic.cc | 4 ++--
122154  1 file changed, 2 insertions(+), 2 deletions(-)
122155
122156 commit 857027341423f15fd6084c7563cc355b06e7cbdd
122157 Author: Behdad Esfahbod <behdad@behdad.org>
122158 Date:   Fri Oct 18 01:11:05 2013 +0200
122159
122160     [otlayout] Add _hb_glyph_info_substituted()
122161     
122162     Currently unused.
122163
122164  src/hb-ot-layout-private.hh | 6 ++++++
122165  1 file changed, 6 insertions(+)
122166
122167 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
122168 Author: Behdad Esfahbod <behdad@behdad.org>
122169 Date:   Fri Oct 18 01:09:08 2013 +0200
122170
122171     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
122172     
122173     Impact should be minimal and positive.
122174
122175  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
122176  src/hb-ot-layout-private.hh          | 12 +++++++++---
122177  src/hb-ot-shape-complex-indic.cc     |  4 ++--
122178  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
122179  src/hb-ot-shape.cc                   |  2 +-
122180  5 files changed, 14 insertions(+), 8 deletions(-)
122181
122182 commit 09675a8115b9d77261c33940401aa919cede8662
122183 Author: Behdad Esfahbod <behdad@behdad.org>
122184 Date:   Fri Oct 18 01:05:58 2013 +0200
122185
122186     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
122187     
122188     Currently unused.
122189
122190  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
122191  src/hb-ot-layout-private.hh          |  5 ++++-
122192  2 files changed, 14 insertions(+), 6 deletions(-)
122193
122194 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
122195 Author: Behdad Esfahbod <behdad@behdad.org>
122196 Date:   Fri Oct 18 00:45:59 2013 +0200
122197
122198     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
122199     
122200     Currently unused.
122201
122202  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
122203  src/hb-ot-layout-private.hh          | 10 ++++++----
122204  2 files changed, 9 insertions(+), 6 deletions(-)
122205
122206 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
122207 Author: Behdad Esfahbod <behdad@behdad.org>
122208 Date:   Fri Oct 18 00:42:39 2013 +0200
122209
122210     [otlayout] More shuffling around
122211
122212  src/hb-ot-layout-gpos-table.hh       | 16 +++----
122213  src/hb-ot-layout-gsub-table.hh       | 13 +++--
122214  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
122215  src/hb-ot-layout-private.hh          | 92 ++++++++++++++++++++++++++++++++----
122216  src/hb-ot-shape.cc                   |  8 ++--
122217  5 files changed, 102 insertions(+), 35 deletions(-)
122218
122219 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
122220 Author: Behdad Esfahbod <behdad@behdad.org>
122221 Date:   Fri Oct 18 00:21:59 2013 +0200
122222
122223     [otlayout] Add _hb_glyph_info_set_glyph_props()
122224     
122225     No functional change.
122226
122227  src/hb-ot-layout-gsub-table.hh       | 2 +-
122228  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
122229  src/hb-ot-layout-private.hh          | 9 +++++++++
122230  src/hb-ot-shape.cc                   | 8 +++++---
122231  4 files changed, 17 insertions(+), 6 deletions(-)
122232
122233 commit a0161746589934e93c3b115814bbd81f56ab962f
122234 Author: Behdad Esfahbod <behdad@behdad.org>
122235 Date:   Fri Oct 18 00:06:30 2013 +0200
122236
122237     [otlayout] Simplify set_class() usage
122238
122239  src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
122240  1 file changed, 18 insertions(+), 13 deletions(-)
122241
122242 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
122243 Author: Behdad Esfahbod <behdad@behdad.org>
122244 Date:   Fri Oct 18 00:02:43 2013 +0200
122245
122246     [otlayout] Renaming
122247
122248  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
122249  src/hb-ot-layout-gsub-table.hh       |  2 +-
122250  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
122251  src/hb-ot-layout-private.hh          | 48 +++++++++++++++++++++---------------
122252  src/hb-ot-shape-complex-indic.cc     |  5 ++--
122253  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
122254  src/hb-ot-shape-fallback.cc          |  8 +++---
122255  src/hb-ot-shape.cc                   |  2 +-
122256  8 files changed, 65 insertions(+), 56 deletions(-)
122257
122258 commit 2e96d2c6ee34142375373be07217c9953e7822cc
122259 Author: Behdad Esfahbod <behdad@behdad.org>
122260 Date:   Thu Oct 17 21:16:20 2013 +0200
122261
122262     [otlayout] More shuffling
122263
122264  src/hb-ot-layout-private.hh | 252 +++++++++++++++++++++++---------------------
122265  1 file changed, 130 insertions(+), 122 deletions(-)
122266
122267 commit 469524692bd0a258b28e63294c984e677a9c2477
122268 Author: Behdad Esfahbod <behdad@behdad.org>
122269 Date:   Thu Oct 17 21:01:57 2013 +0200
122270
122271     [otlayout] Code shuffling
122272
122273  src/hb-ot-layout-private.hh | 16 ++++++++--------
122274  1 file changed, 8 insertions(+), 8 deletions(-)
122275
122276 commit 11fb16cb849285a178d9e80991b1d60a960326ee
122277 Author: Behdad Esfahbod <behdad@behdad.org>
122278 Date:   Thu Oct 17 20:57:57 2013 +0200
122279
122280     Use unsigned enums for mask types
122281
122282  src/hb-buffer.h             | 16 ++++++++--------
122283  src/hb-ot-layout-private.hh |  8 ++++----
122284  2 files changed, 12 insertions(+), 12 deletions(-)
122285
122286 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
122287 Author: Behdad Esfahbod <behdad@behdad.org>
122288 Date:   Thu Oct 17 20:55:34 2013 +0200
122289
122290     [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
122291
122292  src/hb-ot-layout-gdef-table.hh | 1 -
122293  src/hb-ot-layout-gsub-table.hh | 3 ++-
122294  src/hb-ot-layout-private.hh    | 7 +++++--
122295  3 files changed, 7 insertions(+), 4 deletions(-)
122296
122297 commit 941b6992042e7b73b3a2aab1448383adf33bef28
122298 Author: Behdad Esfahbod <behdad@behdad.org>
122299 Date:   Thu Oct 17 20:47:33 2013 +0200
122300
122301     [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
122302
122303  src/hb-ot-layout-gdef-table.hh |  7 +++++--
122304  src/hb-ot-layout-private.hh    | 10 ++++------
122305  2 files changed, 9 insertions(+), 8 deletions(-)
122306
122307 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
122308 Author: Behdad Esfahbod <behdad@behdad.org>
122309 Date:   Thu Oct 17 19:52:47 2013 +0200
122310
122311     [indic] Adjust Javanese base algorithm
122312
122313  src/hb-ot-shape-complex-indic.cc | 2 +-
122314  1 file changed, 1 insertion(+), 1 deletion(-)
122315
122316 commit 49901862e36e1c153835877a9f1183729333bbbe
122317 Author: Behdad Esfahbod <behdad@behdad.org>
122318 Date:   Thu Oct 17 19:48:51 2013 +0200
122319
122320     [otlayout] Guard against use of ReverseChain through Context
122321
122322  src/hb-ot-layout-gsub-table.hh | 4 +++-
122323  src/hb-ot-layout.cc            | 4 ++--
122324  2 files changed, 5 insertions(+), 3 deletions(-)
122325
122326 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
122327 Author: Behdad Esfahbod <behdad@behdad.org>
122328 Date:   Thu Oct 17 19:07:53 2013 +0200
122329
122330     [indic] Towards supporting atomicly-encoded prebase-reorderings
122331
122332  src/hb-ot-shape-complex-indic.cc | 65 ++++++++++++++++++++++++----------------
122333  1 file changed, 40 insertions(+), 25 deletions(-)
122334
122335 commit efed40b975110d78c9c505441e7e17a8c13e85c8
122336 Author: Behdad Esfahbod <behdad@behdad.org>
122337 Date:   Thu Oct 17 18:50:11 2013 +0200
122338
122339     [indic] Minor refactoring of reph handling
122340
122341  src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
122342  src/hb-ot-shape-complex-sea.cc   |  2 +-
122343  2 files changed, 9 insertions(+), 7 deletions(-)
122344
122345 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
122346 Author: Behdad Esfahbod <behdad@behdad.org>
122347 Date:   Thu Oct 17 18:30:06 2013 +0200
122348
122349     [indic] Minor refactoring of would_substitute()
122350
122351  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
122352  1 file changed, 10 insertions(+), 9 deletions(-)
122353
122354 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
122355 Author: Behdad Esfahbod <behdad@behdad.org>
122356 Date:   Thu Oct 17 18:16:14 2013 +0200
122357
122358     Route Buginese through the SEA shaper
122359     
122360     Both Indic and SEA seem to do it just fine, but SEA is much
122361     simpler.
122362
122363  src/hb-ot-shape-complex-private.hh | 4 +---
122364  1 file changed, 1 insertion(+), 3 deletions(-)
122365
122366 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
122367 Author: Behdad Esfahbod <behdad@behdad.org>
122368 Date:   Thu Oct 17 18:04:23 2013 +0200
122369
122370     [indic] Pass zero-context=false to would_substitute for newer scripts
122371     
122372     For scripts without an old/new spec distinction, use zero-context=false.
122373     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
122374     This will be useful and used in Javanese.
122375
122376  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
122377  1 file changed, 19 insertions(+), 16 deletions(-)
122378
122379 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
122380 Author: Behdad Esfahbod <behdad@behdad.org>
122381 Date:   Thu Oct 17 17:04:47 2013 +0200
122382
122383     [indic] Clean up Khmer and Sinhala base finding algorithm
122384
122385  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
122386  1 file changed, 11 insertions(+), 13 deletions(-)
122387
122388 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
122389 Author: Behdad Esfahbod <behdad@behdad.org>
122390 Date:   Thu Oct 17 16:49:06 2013 +0200
122391
122392     [indic] Add BASE_POS_LAST_SINHALA
122393     
122394     Previously we planted this into the mode used for Khmer.  There's not
122395     really much in common between the two, so separate again.
122396
122397  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
122398  1 file changed, 19 insertions(+), 2 deletions(-)
122399
122400 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
122401 Author: Behdad Esfahbod <behdad@behdad.org>
122402 Date:   Thu Oct 17 16:27:38 2013 +0200
122403
122404     [indic] Adjust Sinhala cluster merging under uniscribe
122405     
122406     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
122407     Sinhala.
122408
122409  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
122410  1 file changed, 16 insertions(+), 7 deletions(-)
122411
122412 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
122413 Author: Behdad Esfahbod <behdad@behdad.org>
122414 Date:   Thu Oct 17 13:58:31 2013 +0200
122415
122416     [otlayout] Minor
122417
122418  src/hb-ot-layout-gsubgpos-private.hh | 62 +++++++++++++++++++-----------------
122419  1 file changed, 33 insertions(+), 29 deletions(-)
122420
122421 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
122422 Author: Behdad Esfahbod <behdad@behdad.org>
122423 Date:   Thu Oct 17 13:55:48 2013 +0200
122424
122425     [otlayout] Minor
122426
122427  src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
122428  1 file changed, 6 insertions(+), 8 deletions(-)
122429
122430 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
122431 Author: Behdad Esfahbod <behdad@behdad.org>
122432 Date:   Thu Oct 17 13:52:51 2013 +0200
122433
122434     [otlayout] Increase MAX_CONTEXT_LENGTH
122435     
122436     It's cheap.
122437
122438  src/hb-ot-layout-common-private.hh | 2 +-
122439  1 file changed, 1 insertion(+), 1 deletion(-)
122440
122441 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
122442 Author: Behdad Esfahbod <behdad@behdad.org>
122443 Date:   Thu Oct 17 13:49:51 2013 +0200
122444
122445     [otlayout] Simplify ligate_input()
122446     
122447     Shouldn't change behavior at all, but is faster / more robust.
122448
122449  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
122450  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
122451  2 files changed, 14 insertions(+), 19 deletions(-)
122452
122453 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
122454 Author: Behdad Esfahbod <behdad@behdad.org>
122455 Date:   Thu Oct 17 13:15:43 2013 +0200
122456
122457     [indic] Improve clusters in presence of reph
122458
122459  src/hb-ot-shape-complex-indic.cc | 5 +----
122460  1 file changed, 1 insertion(+), 4 deletions(-)
122461
122462 commit 42d0f55cbc68285e22d713df7062e520af708c82
122463 Author: Behdad Esfahbod <behdad@behdad.org>
122464 Date:   Thu Oct 17 13:05:05 2013 +0200
122465
122466     [indic] Apply calt,clig in the same stage as presentation features
122467     
122468     Whic means these twp are applied per-syllable now.  Apparently
122469     in some Khmer fonts the clig interacts with presentation features.
122470     
122471     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
122472     should produce one big ligature.
122473
122474  src/hb-ot-shape-complex-indic.cc | 4 ++++
122475  1 file changed, 4 insertions(+)
122476
122477 commit ae9a5834df477006686421d494b55a1569789327
122478 Author: Behdad Esfahbod <behdad@behdad.org>
122479 Date:   Thu Oct 17 12:24:55 2013 +0200
122480
122481     [indic] Fix pref vs blwf interaction
122482     
122483     If a glyph can be both blwf and pref, we were wrongly sorting it
122484     in the post position instead of below position.
122485
122486  src/hb-ot-shape-complex-indic.cc | 6 +++---
122487  1 file changed, 3 insertions(+), 3 deletions(-)
122488
122489 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
122490 Author: Behdad Esfahbod <behdad@behdad.org>
122491 Date:   Thu Oct 17 12:20:24 2013 +0200
122492
122493     [indic] Don't apply blwf before base under old-spec mode
122494     
122495     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
122496
122497  src/hb-ot-shape-complex-indic.cc | 3 ++-
122498  1 file changed, 2 insertions(+), 1 deletion(-)
122499
122500 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
122501 Author: Behdad Esfahbod <behdad@behdad.org>
122502 Date:   Thu Oct 17 12:01:50 2013 +0200
122503
122504     [otlayout] Fix up recent Context matching change
122505     
122506     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
122507     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
122508     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
122509     Two glyphs were being duplicated.
122510
122511  src/hb-buffer.cc                     | 7 ++++++-
122512  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
122513  2 files changed, 8 insertions(+), 2 deletions(-)
122514
122515 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
122516 Author: Behdad Esfahbod <behdad@behdad.org>
122517 Date:   Wed Oct 16 19:55:06 2013 +0200
122518
122519     [indic] Improve Avagraha support in machine
122520
122521  src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
122522  1 file changed, 4 insertions(+), 2 deletions(-)
122523
122524 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
122525 Author: Behdad Esfahbod <behdad@behdad.org>
122526 Date:   Wed Oct 16 19:06:29 2013 +0200
122527
122528     [indic] Misc harmless fixes!
122529     
122530     First, we were abusing OT_VD instead of OT_A.  Fix that
122531     but moving OT_A in the grammar where it belongs (which
122532     is different from what the spec says).
122533     
122534     Also, only allow medial consonants after all other
122535     consonants.  This doesn't affect any current character.
122536     
122537     Finally, fix Halant attachment in presence of medial
122538     consonants.  Again, this currently doesn't affect any
122539     sequence.
122540     
122541     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
122542     Uniscribe allows one of those in each of these positions:
122543     before matras, after matras and before syllable modifiers,
122544     and after syllable modifiers!  We currently just allow
122545     unlimited numbers of it, before matras.
122546
122547  src/hb-ot-shape-complex-indic-machine.rl |  8 ++++----
122548  src/hb-ot-shape-complex-indic-private.hh |  2 +-
122549  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
122550  3 files changed, 11 insertions(+), 10 deletions(-)
122551
122552 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
122553 Author: Behdad Esfahbod <behdad@behdad.org>
122554 Date:   Wed Oct 16 13:42:38 2013 +0200
122555
122556     [arabic] Make ZWJ prevent ligatures instead of facilitating it
122557     
122558     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
122559     
122560     "For backward compatibility, between Arabic characters a ZWJ acts just
122561     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
122562     instead of requesting the use of a ligature that would not normally be
122563     used. As a result, there is no plain text mechanism for requesting the
122564     use of a ligature in Arabic text."
122565     
122566     As such, we flip internal zwj to zwnj flags for GSUB matching, which
122567     means it will block ligation in all features, unless the font
122568     explicitly matches U+200D glyph.  This doesn't affect joining behavior.
122569
122570  src/hb-ot-layout-private.hh       |  6 ++++++
122571  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
122572  2 files changed, 24 insertions(+)
122573
122574 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
122575 Author: Behdad Esfahbod <behdad@behdad.org>
122576 Date:   Wed Oct 16 13:42:18 2013 +0200
122577
122578     [otlayout] Minor
122579
122580  src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
122581  1 file changed, 15 insertions(+), 8 deletions(-)
122582
122583 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
122584 Author: Behdad Esfahbod <behdad@behdad.org>
122585 Date:   Wed Oct 16 12:32:12 2013 +0200
122586
122587     [indic] More granular post-base cluster merging!
122588
122589  src/hb-ot-shape-complex-indic.cc | 45 ++++++++++++++++++++++++++++++++++------
122590  1 file changed, 39 insertions(+), 6 deletions(-)
122591
122592 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
122593 Author: Behdad Esfahbod <behdad@behdad.org>
122594 Date:   Wed Oct 16 11:34:07 2013 +0200
122595
122596     [indic] Fix cluster merging of left matras
122597     
122598     The merge_clusters there was totally broken.
122599
122600  src/hb-ot-shape-complex-indic.cc | 2 +-
122601  1 file changed, 1 insertion(+), 1 deletion(-)
122602
122603 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
122604 Author: Behdad Esfahbod <behdad@behdad.org>
122605 Date:   Wed Oct 16 11:33:18 2013 +0200
122606
122607     [indic] Adjust cluster merging under uniscribe mode for Tamil
122608     
122609     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
122610     for Tamil.  Adjust to that.
122611
122612  src/hb-ot-shape-complex-indic.cc | 4 ++--
122613  1 file changed, 2 insertions(+), 2 deletions(-)
122614
122615 commit 5c558877da5db8c734ba072f01e5e4797876619c
122616 Author: Behdad Esfahbod <behdad@behdad.org>
122617 Date:   Wed Oct 16 11:14:15 2013 +0200
122618
122619     [indic] Allow up to two syllable modifiers
122620     
122621     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
122622     https://bugs.freedesktop.org/show_bug.cgi?id=70509
122623     
122624     We categorize both bindus and visarga as syllable-modifiers.
122625     OT spec doesn't actually say what characters go in the syllable
122626     modifier category, and allows one.  We just allow up to two now.
122627     
122628     Test case: U+0930,U+0941,U+0901,U+0903
122629     
122630     Uniscribe currently doesn't support that and produces a
122631     dotted circle.
122632
122633  src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
122634  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    | 1 +
122635  2 files changed, 2 insertions(+), 1 deletion(-)
122636
122637 commit f5299eff5c0065d6329cd536c0ac339abea085b0
122638 Author: Behdad Esfahbod <behdad@behdad.org>
122639 Date:   Tue Oct 15 18:13:07 2013 +0200
122640
122641     [indic] Simplify reph logic
122642     
122643     *Shouldn't* break anything.
122644
122645  src/hb-ot-shape-complex-indic.cc | 11 +++--------
122646  1 file changed, 3 insertions(+), 8 deletions(-)
122647
122648 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
122649 Author: Behdad Esfahbod <behdad@behdad.org>
122650 Date:   Tue Oct 15 18:08:05 2013 +0200
122651
122652     [indic] If Malayalam dot-reph formed a ligature, don't move it
122653     
122654     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
122655     Uniscribe doesn't either.  Test case:
122656     
122657       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
122658
122659  src/hb-ot-shape-complex-indic.cc                   | 23 ++++++++++++++++------
122660  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
122661  2 files changed, 20 insertions(+), 6 deletions(-)
122662
122663 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
122664 Author: Behdad Esfahbod <behdad@behdad.org>
122665 Date:   Tue Oct 15 16:37:53 2013 +0200
122666
122667     [indic] Harmless reordering of Khmer features!
122668
122669  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
122670  1 file changed, 6 insertions(+), 4 deletions(-)
122671
122672 commit c46f406973024051877e867b93614942ff80c107
122673 Author: Behdad Esfahbod <behdad@behdad.org>
122674 Date:   Tue Oct 15 16:24:21 2013 +0200
122675
122676     [tests] Remove Myanmar micro-font and test
122677
122678  .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 -> 0 bytes
122679  test/shaping/tests/context-matching.tests                |   1 -
122680  2 files changed, 1 deletion(-)
122681
122682 commit eb10233b267909dee0245f126000e117f3b21c35
122683 Author: Behdad Esfahbod <behdad@behdad.org>
122684 Date:   Tue Oct 15 15:26:44 2013 +0200
122685
122686     [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe mode
122687     
122688     Seems to better match Uniscribe.
122689     
122690     Note: NotoSansTelugu-Regular has kern feature, so this fixes most of the
122691     positioning failures there, except for the kern pairs blocked by a
122692     (non-)joiner, in which case we (correctly) kern, but Uniscribe doesn't.
122693
122694  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
122695  1 file changed, 9 insertions(+), 2 deletions(-)
122696
122697 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
122698 Author: Behdad Esfahbod <behdad@behdad.org>
122699 Date:   Tue Oct 15 13:47:27 2013 +0200
122700
122701     [indic] Don't apply presentation features across syllables
122702     
122703     More like Uniscribe...  We still allow user-defined features to
122704     work across syllables, but not pres,blws,abs,psts,etc.
122705     
122706     This "regressed" Sinhala numbers by 11.  These are cases were
122707     there's Consonant followed by Ra,Halant,ZWJ at the of text.
122708     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
122709     But before we were also ligating that reph with the previous
122710     consonant.  That's even more wrong.  That's also what Uniscribe
122711     does.
122712     
122713     Current numbers:
122714     
122715     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
122716     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
122717     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
122718     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
122719     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
122720     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
122721     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed (0.0185056%)
122722     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
122723     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
122724     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
122725     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
122726
122727  src/hb-ot-shape-complex-indic.cc                    | 21 +++++++++++++++++----
122728  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
122729  2 files changed, 18 insertions(+), 4 deletions(-)
122730
122731 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
122732 Author: Behdad Esfahbod <behdad@behdad.org>
122733 Date:   Tue Oct 15 11:21:01 2013 +0200
122734
122735     [indic] Handle Avagraha
122736     
122737     It can come either at the end(ish!) of the syllable, or independently.
122738     When independent, it accepts a few bits and pieces.
122739
122740  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
122741  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
122742  src/hb-ot-shape-complex-indic.cc                           | 14 +++++++++++++-
122743  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
122744  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
122745  5 files changed, 22 insertions(+), 4 deletions(-)
122746
122747 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
122748 Author: Behdad Esfahbod <behdad@behdad.org>
122749 Date:   Tue Oct 15 12:28:23 2013 +0200
122750
122751     [myanmar] Apply abvm/blwm
122752
122753  src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
122754  1 file changed, 10 insertions(+)
122755
122756 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
122757 Author: Behdad Esfahbod <behdad@behdad.org>
122758 Date:   Tue Oct 15 12:15:49 2013 +0200
122759
122760     [indic] Some scripts like blwf applied to pre-base characters
122761     
122762     ...while some don't!
122763     
122764     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
122765     
122766     Updated numbers:
122767     
122768     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
122769     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
122770     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
122771     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
122772     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
122773     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
122774     MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed (0.0190779%)
122775     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
122776     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
122777     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
122778     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
122779
122780  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
122781  1 file changed, 20 insertions(+), 13 deletions(-)
122782
122783 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
122784 Author: Behdad Esfahbod <behdad@behdad.org>
122785 Date:   Mon Oct 14 19:41:52 2013 +0200
122786
122787     Fix issue with automake
122788
122789  test/shaping/Makefile.am | 2 +-
122790  1 file changed, 1 insertion(+), 1 deletion(-)
122791
122792 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
122793 Author: Behdad Esfahbod <behdad@behdad.org>
122794 Date:   Mon Oct 14 18:51:39 2013 +0200
122795
122796     [otlayout] Fix (Chain)Context recursion!
122797     
122798     Previously we only supported recursive sublookups with
122799     ascending indices.  We were also not correctly handling
122800     non-1-to-1 recursed lookups.
122801     
122802     Fix all that!
122803     
122804     Fixes the three tests in test/shaping/tests/context-matching.tests,
122805     which were derived from NotoSansBengali and NotoSansDevanagari
122806     among others.
122807
122808  src/hb-buffer-private.hh             |   4 +
122809  src/hb-buffer.cc                     |  46 ++++++++++
122810  src/hb-ot-layout-common-private.hh   |   1 +
122811  src/hb-ot-layout-gsub-table.hh       |   1 +
122812  src/hb-ot-layout-gsubgpos-private.hh | 157 +++++++++++++++++------------------
122813  5 files changed, 127 insertions(+), 82 deletions(-)
122814
122815 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
122816 Author: Behdad Esfahbod <behdad@behdad.org>
122817 Date:   Mon Oct 14 18:47:51 2013 +0200
122818
122819     Add test suite for shaping results
122820     
122821     The new test suite runs tests included under
122822     hb/test/shaping/tests/*.tests, which themselves reference
122823     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
122824     The fonts are produced using a subsetter to only include glyphs
122825     needed to run the test.
122826     
122827     Four initial tests are added for (Chain)Context matching,
122828     of which three currently fail.
122829
122830  test/shaping/Makefile.am                           |  10 +++++-
122831  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin 0 -> 1320 bytes
122832  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
122833  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
122834  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
122835  test/shaping/run-tests.sh                          |  34 +++++++++++++++++++++
122836  test/shaping/tests/MANIFEST                        |   1 +
122837  test/shaping/tests/context-matching.tests          |   4 +++
122838  8 files changed, 48 insertions(+), 1 deletion(-)
122839
122840 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
122841 Author: Behdad Esfahbod <behdad@behdad.org>
122842 Date:   Mon Oct 14 16:44:44 2013 +0200
122843
122844     Minor
122845
122846  test/shaping/hb_test_tools.py | 2 +-
122847  1 file changed, 1 insertion(+), 1 deletion(-)
122848
122849 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
122850 Author: Behdad Esfahbod <behdad@behdad.org>
122851 Date:   Mon Oct 14 13:06:36 2013 +0200
122852
122853     [otlayout] "Minor"
122854
122855  src/hb-ot-layout.cc | 1 +
122856  1 file changed, 1 insertion(+)
122857
122858 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
122859 Author: Behdad Esfahbod <behdad@behdad.org>
122860 Date:   Thu Oct 10 20:04:42 2013 +0200
122861
122862     Don't use g_mapped_file_unref()
122863     
122864     Was introduced in glib 2.22.
122865
122866  src/test-buffer-serialize.cc | 2 +-
122867  src/test-size-params.cc      | 2 +-
122868  src/test-would-substitute.cc | 2 +-
122869  src/test.cc                  | 2 +-
122870  util/options.cc              | 4 ++--
122871  5 files changed, 6 insertions(+), 6 deletions(-)
122872
122873 commit e152d1a27891bd1d9d46a9c028c026843bad384a
122874 Author: Behdad Esfahbod <behdad@behdad.org>
122875 Date:   Thu Oct 3 15:09:37 2013 -0400
122876
122877     0.9.22
122878
122879  NEWS         | 13 +++++++++++++
122880  configure.ac |  2 +-
122881  2 files changed, 14 insertions(+), 1 deletion(-)
122882
122883 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
122884 Author: Behdad Esfahbod <behdad@behdad.org>
122885 Date:   Thu Oct 3 14:54:50 2013 -0400
122886
122887     [OTLayout] Protect against out-of-range lookup indices
122888     
122889     Filter them out when compiling map.
122890
122891  src/hb-ot-layout.cc | 17 +++++++++++++++++
122892  src/hb-ot-layout.h  |  5 +++++
122893  src/hb-ot-map.cc    |  8 +++++++-
122894  3 files changed, 29 insertions(+), 1 deletion(-)
122895
122896 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
122897 Author: Behdad Esfahbod <behdad@behdad.org>
122898 Date:   Mon Sep 30 13:48:19 2013 -0400
122899
122900     Update git.mk
122901
122902  git.mk | 20 +++++++++++++-------
122903  1 file changed, 13 insertions(+), 7 deletions(-)
122904
122905 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
122906 Author: M1cha <sigmaepsilon92@gmail.com>
122907 Date:   Mon Sep 30 08:55:52 2013 +0000
122908
122909     Cleanup Android.mk
122910     - use common src files for both static and shared libs
122911     - remove empty LOCAL_SHARED_LIBRARIES
122912
122913  Android.mk | 58 +++++++++++++++++-----------------------------------------
122914  1 file changed, 17 insertions(+), 41 deletions(-)
122915
122916 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
122917 Merge: 3d2c4f0c2 d583df1e7
122918 Author: Behdad Esfahbod <behdad@behdad.org>
122919 Date:   Sun Sep 29 13:31:58 2013 -0700
122920
122921     Merge pull request #4 from amarullz/master
122922     
122923     Add build static library on Android.mk
122924
122925 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
122926 Author: Behdad Esfahbod <behdad@behdad.org>
122927 Date:   Fri Sep 27 17:06:29 2013 -0400
122928
122929     Fix hiding of default_ignorables if font doesn't have space glyph
122930     
122931     Based on patch from Jonathan Kew.  See discussion on the list.
122932
122933  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
122934  1 file changed, 30 insertions(+), 10 deletions(-)
122935
122936 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
122937 Author: Ahmad Amarullah <support@amarullz.com>
122938 Date:   Fri Sep 27 19:04:32 2013 +0700
122939
122940     Add build static library on Android.mk
122941     
122942     Use UCDN instead ICU
122943     HAVE Freetype
122944
122945  Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
122946  1 file changed, 50 insertions(+)
122947
122948 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
122949 Author: Behdad Esfahbod <behdad@behdad.org>
122950 Date:   Thu Sep 26 18:26:43 2013 -0400
122951
122952     [util] Don't use g_array_unref()
122953     
122954     Was introduced in glib 2.22.
122955
122956  util/view-cairo.hh | 2 +-
122957  1 file changed, 1 insertion(+), 1 deletion(-)
122958
122959 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
122960 Author: Behdad Esfahbod <behdad@behdad.org>
122961 Date:   Thu Sep 26 16:48:42 2013 -0400
122962
122963     Bug 68990 - test-common fails on i686-linux
122964     
122965     Fix use-after-end-of-scope.
122966
122967  src/hb-common.cc | 6 ++++--
122968  1 file changed, 4 insertions(+), 2 deletions(-)
122969
122970 commit b61f97d544ce43d85f5fe93e682c324e042c0770
122971 Author: Behdad Esfahbod <behdad@behdad.org>
122972 Date:   Mon Sep 16 22:07:22 2013 -0400
122973
122974     0.9.21
122975
122976  NEWS         | 12 ++++++++++++
122977  configure.ac |  2 +-
122978  2 files changed, 13 insertions(+), 1 deletion(-)
122979
122980 commit 2af826296315d89f3a433952903c5968e56044ea
122981 Author: Behdad Esfahbod <behdad@behdad.org>
122982 Date:   Mon Sep 16 21:49:56 2013 -0400
122983
122984     Improve library checks
122985
122986  src/Makefile.am      |  1 +
122987  src/check-defs.sh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
122988  src/check-symbols.sh | 37 ++++++++++++-------------------------
122989  3 files changed, 57 insertions(+), 25 deletions(-)
122990
122991 commit 882edce48e507a1c76c908ec2db04aac218b67d6
122992 Author: Behdad Esfahbod <behdad@behdad.org>
122993 Date:   Fri Sep 13 20:36:43 2013 -0400
122994
122995     [graphite2] Fix include
122996
122997  src/hb-graphite2.cc | 5 ++---
122998  src/hb-graphite2.h  | 2 ++
122999  2 files changed, 4 insertions(+), 3 deletions(-)
123000
123001 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
123002 Author: Behdad Esfahbod <behdad@behdad.org>
123003 Date:   Fri Sep 13 20:34:42 2013 -0400
123004
123005     [introspection] hb-ft annotations
123006
123007  src/hb-face.cc |  2 +-
123008  src/hb-ft.cc   | 30 +++++++++++++++++++++++++++++-
123009  2 files changed, 30 insertions(+), 2 deletions(-)
123010
123011 commit a8949df48780e680e03b9afbbafb3628a0acef52
123012 Author: Behdad Esfahbod <behdad@behdad.org>
123013 Date:   Fri Sep 13 20:23:51 2013 -0400
123014
123015     [introspection] Annotate Unicode / font callbacks
123016     
123017     Should move these out of the public header...
123018     
123019     We're "clean" of introspection warnings now.  Remaining ones are about
123020     graphite2 / freetype types not being introspectable.
123021
123022  src/hb-blob.cc   |   4 +-
123023  src/hb-face.cc   |   2 +-
123024  src/hb-font.cc   |   4 +-
123025  src/hb-font.h    | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
123026  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
123027  5 files changed, 231 insertions(+), 17 deletions(-)
123028
123029 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
123030 Author: Behdad Esfahbod <behdad@behdad.org>
123031 Date:   Fri Sep 13 20:17:42 2013 -0400
123032
123033     Move code around
123034     
123035     I believe I didn't break anything...
123036
123037  src/hb-ot-shape.cc | 22 +++++++++++-----------
123038  1 file changed, 11 insertions(+), 11 deletions(-)
123039
123040 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
123041 Author: Behdad Esfahbod <behdad@behdad.org>
123042 Date:   Thu Sep 12 20:56:32 2013 -0400
123043
123044     Remove contrib/ Python hand-coded binding stuff
123045     
123046     gobject-introspection coming together.
123047
123048  contrib/README                    |   2 -
123049  contrib/python/README             |  10 --
123050  contrib/python/lib/fontconfig.pyx |  47 ---------
123051  contrib/python/lib/harfbuzz.pyx   | 213 --------------------------------------
123052  contrib/python/scripts/hbtestfont | 116 ---------------------
123053  contrib/python/setup.py           |  39 -------
123054  6 files changed, 427 deletions(-)
123055
123056 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
123057 Author: Behdad Esfahbod <behdad@behdad.org>
123058 Date:   Thu Sep 12 20:53:07 2013 -0400
123059
123060     [introspection] Add sample.py
123061
123062  src/sample.py | 13 +++++++++++++
123063  1 file changed, 13 insertions(+)
123064
123065 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
123066 Author: Behdad Esfahbod <behdad@behdad.org>
123067 Date:   Thu Sep 12 20:52:20 2013 -0400
123068
123069     [introspection] Make hb_blob_create() introspectable
123070
123071  src/Makefile.am | 2 ++
123072  src/hb-blob.cc  | 2 +-
123073  2 files changed, 3 insertions(+), 1 deletion(-)
123074
123075 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
123076 Author: Behdad Esfahbod <behdad@behdad.org>
123077 Date:   Thu Sep 12 17:14:33 2013 -0400
123078
123079     [introspection] Disable constructors for now
123080     
123081     Since our types are not associated with their methods, marking
123082     constructors makes them inaccessible from bindings.  Undo for now.
123083
123084  src/hb-blob.cc       | 2 +-
123085  src/hb-buffer.cc     | 2 +-
123086  src/hb-face.cc       | 2 +-
123087  src/hb-font.cc       | 4 ++--
123088  src/hb-set.cc        | 2 +-
123089  src/hb-shape-plan.cc | 2 +-
123090  src/hb-unicode.cc    | 2 +-
123091  7 files changed, 8 insertions(+), 8 deletions(-)
123092
123093 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
123094 Author: Behdad Esfahbod <behdad@behdad.org>
123095 Date:   Mon Sep 9 15:43:10 2013 -0400
123096
123097     [otlayout] Add structs for JSTF table
123098
123099  src/Makefile.am                |   1 +
123100  src/hb-ot-head-table.hh        |   2 +-
123101  src/hb-ot-hhea-table.hh        |   2 +-
123102  src/hb-ot-hmtx-table.hh        |   2 +-
123103  src/hb-ot-layout-gdef-table.hh |   2 +-
123104  src/hb-ot-layout-gpos-table.hh |   2 +-
123105  src/hb-ot-layout-gsub-table.hh |   2 +-
123106  src/hb-ot-layout-jstf-table.hh | 229 +++++++++++++++++++++++++++++++++++++++++
123107  src/hb-ot-layout.cc            |   1 +
123108  src/hb-ot-layout.h             |   1 +
123109  src/hb-ot-maxp-table.hh        |   2 +-
123110  src/hb-ot-name-table.hh        |   2 +-
123111  src/main.cc                    |   2 +-
123112  13 files changed, 241 insertions(+), 9 deletions(-)
123113
123114 commit 70303cf23b22647bf641be22c8650310128322a9
123115 Author: Behdad Esfahbod <behdad@behdad.org>
123116 Date:   Fri Sep 6 17:35:57 2013 -0400
123117
123118     [docs/introspection] Some more annotations
123119
123120  src/hb-common.cc    | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++--
123121  src/hb-font.cc      |  16 +++---
123122  src/hb-version.h.in |  19 -------
123123  3 files changed, 155 insertions(+), 31 deletions(-)
123124
123125 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
123126 Author: Behdad Esfahbod <behdad@behdad.org>
123127 Date:   Fri Sep 6 15:40:22 2013 -0400
123128
123129     [docs/introspection] More annotations
123130
123131  src/hb-blob.cc             |  63 +++---
123132  src/hb-buffer-serialize.cc |  63 ++++++
123133  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
123134  src/hb-face.cc             | 171 +++++++++++++++
123135  src/hb-font-private.hh     |   4 +-
123136  src/hb-font.cc             | 504 ++++++++++++++++++++++++++++++++++++++++++++-
123137  src/hb-set.cc              |   2 +-
123138  src/hb-shape-plan.cc       | 104 ++++++++++
123139  src/hb-shape.cc            |  56 +++++
123140  src/hb-unicode.cc          | 128 ++++++++++++
123141  10 files changed, 1355 insertions(+), 47 deletions(-)
123142
123143 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
123144 Author: Behdad Esfahbod <behdad@behdad.org>
123145 Date:   Fri Sep 6 16:57:01 2013 -0400
123146
123147     [introspection] Work around g-i limitation with hb_language_t
123148
123149  src/hb-gobject-structs.cc | 15 +++++++++++----
123150  src/hb-gobject-structs.h  |  8 ++++++++
123151  2 files changed, 19 insertions(+), 4 deletions(-)
123152
123153 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
123154 Author: Behdad Esfahbod <behdad@behdad.org>
123155 Date:   Fri Sep 6 16:20:21 2013 -0400
123156
123157     Minor change to hb_language_t
123158     
123159     Let me know if this breaks anyone's anything.
123160
123161  src/hb-common.cc | 2 +-
123162  src/hb-common.h  | 2 +-
123163  2 files changed, 2 insertions(+), 2 deletions(-)
123164
123165 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
123166 Author: Behdad Esfahbod <behdad@behdad.org>
123167 Date:   Fri Sep 6 15:29:22 2013 -0400
123168
123169     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
123170
123171  src/hb-set-private.hh |  20 +++--
123172  src/hb-set.cc         | 244 ++++++++++++++++++++++++++++++++++++++++++++++++++
123173  src/hb-set.h          |   2 +
123174  src/hb-version.h.in   |   6 +-
123175  test/api/test-set.c   |  26 +++---
123176  5 files changed, 276 insertions(+), 22 deletions(-)
123177
123178 commit c44b81833d5bfb9a926d348a76463314c3ec2018
123179 Author: Behdad Esfahbod <behdad@behdad.org>
123180 Date:   Fri Sep 6 15:13:16 2013 -0400
123181
123182     Whitespace
123183
123184  src/hb-buffer.cc | 12 ++++++------
123185  1 file changed, 6 insertions(+), 6 deletions(-)
123186
123187 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
123188 Author: Behdad Esfahbod <behdad@behdad.org>
123189 Date:   Thu Sep 5 16:40:37 2013 -0400
123190
123191     [gtk-doc] Pass source files to gtk-doc
123192
123193  docs/reference/Makefile.am | 3 +--
123194  1 file changed, 1 insertion(+), 2 deletions(-)
123195
123196 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
123197 Author: Behdad Esfahbod <behdad@behdad.org>
123198 Date:   Wed Sep 4 18:28:39 2013 -0400
123199
123200     [docs] Document a few symbols
123201
123202  src/hb-blob.cc      | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++-
123203  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
123204  src/hb-version.h.in |  17 ++++++
123205  3 files changed, 251 insertions(+), 4 deletions(-)
123206
123207 commit e0dbf99b4497be305d689a528282fd37214e7f1c
123208 Author: Behdad Esfahbod <behdad@behdad.org>
123209 Date:   Thu Sep 5 16:00:47 2013 -0400
123210
123211     [introspection] Pass source files to scanner
123212
123213  src/Makefile.am | 3 +--
123214  1 file changed, 1 insertion(+), 2 deletions(-)
123215
123216 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
123217 Author: Behdad Esfahbod <behdad@behdad.org>
123218 Date:   Tue Sep 3 20:11:01 2013 -0400
123219
123220     Revert "Round when scaling values"
123221     
123222     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
123223     
123224     See discussion with Khaled Hosny on mailing list.  In short, since
123225     integers here can be negative, and int division is "round towards
123226     zero", proper rounding should take sign into account.  Just skip
123227     doing it again, has been serving us well before.
123228
123229  TODO                   | 2 ++
123230  src/hb-font-private.hh | 6 +-----
123231  2 files changed, 3 insertions(+), 5 deletions(-)
123232
123233 commit 74ff41c3a573bdf74b60623065eb92a49f055893
123234 Author: Behdad Esfahbod <behdad@behdad.org>
123235 Date:   Tue Sep 3 20:09:14 2013 -0400
123236
123237     Minor
123238
123239  Makefile.am | 2 ++
123240  1 file changed, 2 insertions(+)
123241
123242 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
123243 Author: Behdad Esfahbod <behdad@behdad.org>
123244 Date:   Tue Sep 3 20:01:40 2013 -0400
123245
123246     [gtk-doc] Remove hack for deleting tmpl/
123247     
123248     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
123249     and was in fact a bug in gtk-doc master:
123250     
123251       https://bugzilla.gnome.org/show_bug.cgi?id=707426
123252
123253  docs/reference/Makefile.am | 5 -----
123254  1 file changed, 5 deletions(-)
123255
123256 commit 213001aa99003422199245e96878f9fe348c55b4
123257 Author: Behdad Esfahbod <behdad@behdad.org>
123258 Date:   Tue Sep 3 20:00:16 2013 -0400
123259
123260     [build] Fix EXTRA_DIST
123261     
123262     I was under the impression that EXTRA_DISTs will happen regardless of
123263     automake conditionals.  Apparently I was wrong.
123264
123265  src/Makefile.am | 12 ++++++------
123266  1 file changed, 6 insertions(+), 6 deletions(-)
123267
123268 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
123269 Author: Behdad Esfahbod <behdad@behdad.org>
123270 Date:   Tue Sep 3 18:11:47 2013 -0400
123271
123272     [gtk-doc] Copy makefile
123273
123274  autogen.sh | 2 +-
123275  1 file changed, 1 insertion(+), 1 deletion(-)
123276
123277 commit 81a007ffad683e53f12093a0c9e30112106f415d
123278 Author: Behdad Esfahbod <behdad@behdad.org>
123279 Date:   Fri Aug 30 19:45:13 2013 -0400
123280
123281     [TODO] Update
123282
123283  TODO | 6 ++----
123284  1 file changed, 2 insertions(+), 4 deletions(-)
123285
123286 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
123287 Author: Behdad Esfahbod <behdad@behdad.org>
123288 Date:   Fri Aug 30 19:38:47 2013 -0400
123289
123290     [gtk-doc] Generate version.xml from configure
123291     
123292     Even though this is not what autoconf recommends, it reduces doc
123293     rebuilds when version doesn't change but configure changes.
123294
123295  configure.ac                  |  1 +
123296  docs/reference/Makefile.am    | 11 +++--------
123297  docs/reference/version.xml.in |  1 +
123298  3 files changed, 5 insertions(+), 8 deletions(-)
123299
123300 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
123301 Author: Behdad Esfahbod <behdad@behdad.org>
123302 Date:   Fri Aug 30 19:32:10 2013 -0400
123303
123304     Remove hb-old and hb-icu-le test shapers
123305     
123306     They've been disabled for a while and no one cared.  We're past
123307     the point to need them for testing, and if we ever need to
123308     resurrect them again, well, they're in git graveyard somewhere.
123309
123310  configure.ac                           |   23 +-
123311  src/Makefile.am                        |   28 +-
123312  src/hb-icu-le.cc                       |  265 --
123313  src/hb-icu-le/COPYING                  |    2 -
123314  src/hb-icu-le/FontTableCache.cpp       |   91 -
123315  src/hb-icu-le/FontTableCache.h         |   48 -
123316  src/hb-icu-le/Makefile.am              |   25 -
123317  src/hb-icu-le/PortableFontInstance.cpp |  275 --
123318  src/hb-icu-le/PortableFontInstance.h   |  119 -
123319  src/hb-icu-le/README                   |    3 -
123320  src/hb-icu-le/cmaps.cpp                |  200 --
123321  src/hb-icu-le/cmaps.h                  |   87 -
123322  src/hb-icu-le/letest.h                 |   63 -
123323  src/hb-icu-le/license.html             |   51 -
123324  src/hb-icu-le/sfnt.h                   |  453 ---
123325  src/hb-old.cc                          |  410 ---
123326  src/hb-old/COPYING                     |   24 -
123327  src/hb-old/Makefile.am                 |   56 -
123328  src/hb-old/README                      |    7 -
123329  src/hb-old/harfbuzz-arabic.c           | 1150 ------
123330  src/hb-old/harfbuzz-buffer-private.h   |  107 -
123331  src/hb-old/harfbuzz-buffer.c           |  383 --
123332  src/hb-old/harfbuzz-buffer.h           |  102 -
123333  src/hb-old/harfbuzz-external.h         |  106 -
123334  src/hb-old/harfbuzz-gdef-private.h     |  135 -
123335  src/hb-old/harfbuzz-gdef.c             | 1163 ------
123336  src/hb-old/harfbuzz-gdef.h             |  140 -
123337  src/hb-old/harfbuzz-global.h           |  125 -
123338  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
123339  src/hb-old/harfbuzz-gpos.c             | 6094 --------------------------------
123340  src/hb-old/harfbuzz-gpos.h             |  155 -
123341  src/hb-old/harfbuzz-greek.c            |  447 ---
123342  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
123343  src/hb-old/harfbuzz-gsub.c             | 4329 -----------------------
123344  src/hb-old/harfbuzz-gsub.h             |  148 -
123345  src/hb-old/harfbuzz-hangul.c           |  268 --
123346  src/hb-old/harfbuzz-hebrew.c           |  187 -
123347  src/hb-old/harfbuzz-impl.c             |   84 -
123348  src/hb-old/harfbuzz-impl.h             |  135 -
123349  src/hb-old/harfbuzz-indic.cpp          | 1868 ----------
123350  src/hb-old/harfbuzz-khmer.c            |  642 ----
123351  src/hb-old/harfbuzz-myanmar.c          |  511 ---
123352  src/hb-old/harfbuzz-open-private.h     |  102 -
123353  src/hb-old/harfbuzz-open.c             | 1433 --------
123354  src/hb-old/harfbuzz-open.h             |  288 --
123355  src/hb-old/harfbuzz-shaper-all.cpp     |   37 -
123356  src/hb-old/harfbuzz-shaper-private.h   |  159 -
123357  src/hb-old/harfbuzz-shaper.cpp         |  996 ------
123358  src/hb-old/harfbuzz-shaper.h           |  265 --
123359  src/hb-old/harfbuzz-stream-private.h   |   81 -
123360  src/hb-old/harfbuzz-stream.c           |  114 -
123361  src/hb-old/harfbuzz-stream.h           |   51 -
123362  src/hb-old/harfbuzz-tibetan.c          |  249 --
123363  src/hb-old/harfbuzz.h                  |   38 -
123364  54 files changed, 2 insertions(+), 25532 deletions(-)
123365
123366 commit b94243d6a9457864ad8ef3ad47ad01985b138862
123367 Author: Behdad Esfahbod <behdad@behdad.org>
123368 Date:   Fri Aug 30 18:41:33 2013 -0400
123369
123370     [g-i] Rename library from harfbuzz to HarfBuzz
123371
123372  src/Makefile.am | 12 ++++++------
123373  1 file changed, 6 insertions(+), 6 deletions(-)
123374
123375 commit f730b5d1e2369762952481f1a2d3db26a2b48015
123376 Author: Behdad Esfahbod <behdad@behdad.org>
123377 Date:   Thu Aug 29 15:53:33 2013 -0400
123378
123379     0.9.20
123380
123381  NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
123382  configure.ac |  2 +-
123383  2 files changed, 49 insertions(+), 1 deletion(-)
123384
123385 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
123386 Author: Behdad Esfahbod <behdad@behdad.org>
123387 Date:   Thu Aug 29 15:56:32 2013 -0400
123388
123389     Dist with gobject and introspection enabled
123390
123391  Makefile.am | 2 ++
123392  1 file changed, 2 insertions(+)
123393
123394 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
123395 Author: Behdad Esfahbod <behdad@behdad.org>
123396 Date:   Thu Aug 29 15:56:16 2013 -0400
123397
123398     [gtk-doc] Fix build without gobject
123399
123400  docs/reference/Makefile.am | 2 +-
123401  1 file changed, 1 insertion(+), 1 deletion(-)
123402
123403 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
123404 Author: Behdad Esfahbod <behdad@behdad.org>
123405 Date:   Wed Aug 28 13:43:54 2013 -0400
123406
123407     Remove gtk-doc.make
123408     
123409     It's copied by gtk-docize.
123410
123411  gtk-doc.make | 302 -----------------------------------------------------------
123412  1 file changed, 302 deletions(-)
123413
123414 commit 79d754efeef89543d51775b110e8bd49cf7e699b
123415 Author: Behdad Esfahbod <behdad@behdad.org>
123416 Date:   Wed Aug 28 13:43:35 2013 -0400
123417
123418     Fix build
123419
123420  configure.ac | 2 +-
123421  1 file changed, 1 insertion(+), 1 deletion(-)
123422
123423 commit 71ef22b04d466803076af1da6763fecab95ce5bb
123424 Author: Behdad Esfahbod <behdad@behdad.org>
123425 Date:   Wed Aug 28 12:52:55 2013 -0400
123426
123427     Turn hb-gobject, and introspection off by default
123428     
123429     Also enable bootstrapping without them.
123430
123431  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
123432  src/Makefile.am |  5 +++--
123433  2 files changed, 37 insertions(+), 7 deletions(-)
123434
123435 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
123436 Author: Behdad Esfahbod <behdad@behdad.org>
123437 Date:   Mon Aug 26 21:26:24 2013 -0400
123438
123439     Hookup harfbuzz-gobject to introspection
123440
123441  src/Makefile.am | 16 +++++++++++++---
123442  1 file changed, 13 insertions(+), 3 deletions(-)
123443
123444 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
123445 Author: Behdad Esfahbod <behdad@behdad.org>
123446 Date:   Mon Aug 26 20:56:58 2013 -0400
123447
123448     [gobject] Flesh out hb-gobject
123449     
123450     Move it to new harfbuzz-gobject library.  Implement enums and
123451     boxed types for object-types.  Still have to do boxed types for
123452     value types.
123453
123454  configure.ac                         | 12 ++++-
123455  docs/reference/Makefile.am           | 12 ++++-
123456  docs/reference/harfbuzz-docs.xml     |  3 ++
123457  docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
123458  src/Makefile.am                      | 48 +++++++++++++-------
123459  src/harfbuzz-gobject.pc.in           | 12 +++++
123460  src/hb-gobject-enums.cc.tmpl         | 11 +++--
123461  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
123462  src/hb-gobject-structs.cc            | 84 +++++++++++++++++++++++++++-------
123463  src/hb-gobject-structs.h             | 87 ++++++++++++++++++++++++++++++++++++
123464  src/hb-gobject.h                     | 38 ++--------------
123465  11 files changed, 333 insertions(+), 77 deletions(-)
123466
123467 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
123468 Author: Behdad Esfahbod <behdad@behdad.org>
123469 Date:   Thu Aug 22 19:03:21 2013 -0400
123470
123471     [introspection] Enable gobject-introspection again
123472
123473  configure.ac    |  7 ++++---
123474  src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
123475  2 files changed, 32 insertions(+), 24 deletions(-)
123476
123477 commit 757a7a9018577dcc399be03dc45a59589585d2fb
123478 Author: Behdad Esfahbod <behdad@behdad.org>
123479 Date:   Wed Aug 28 12:35:13 2013 -0400
123480
123481     [uniscribe] Fixed build with wide chars
123482     
123483     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
123484
123485  src/hb-uniscribe.cc | 2 +-
123486  1 file changed, 1 insertion(+), 1 deletion(-)
123487
123488 commit 4dc798de19c767b91fd3025c85593fa6809d1340
123489 Author: Behdad Esfahbod <behdad@behdad.org>
123490 Date:   Mon Aug 26 20:39:00 2013 -0400
123491
123492     Add hb-deprecated.h, and rename a couple enum values
123493     
123494     Add deprecated alias for old name.
123495
123496  src/Makefile.am              |  1 +
123497  src/hb-buffer.cc             |  4 ++--
123498  src/hb-buffer.h              |  8 +++----
123499  src/hb-common.h              |  5 -----
123500  src/hb-deprecated.h          | 51 ++++++++++++++++++++++++++++++++++++++++++++
123501  src/hb.h                     |  1 +
123502  src/test-buffer-serialize.cc |  2 +-
123503  test/api/test-buffer.c       |  2 +-
123504  util/Makefile.am             |  1 +
123505  util/hb-shape.cc             |  2 +-
123506  util/options.hh              |  2 +-
123507  11 files changed, 64 insertions(+), 15 deletions(-)
123508
123509 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
123510 Author: Behdad Esfahbod <behdad@behdad.org>
123511 Date:   Mon Aug 26 18:49:07 2013 -0400
123512
123513     Separate face source code from font
123514     
123515     Makes documentation / introspection easier.
123516
123517  Android.mk                           |   1 +
123518  docs/reference/harfbuzz-docs.xml     |   1 +
123519  docs/reference/harfbuzz-sections.txt |   6 +-
123520  src/Makefile.am                      |   3 +
123521  src/hb-face-private.hh               | 108 ++++++++++++
123522  src/hb-face.cc                       | 311 +++++++++++++++++++++++++++++++++++
123523  src/hb-face.h                        | 117 +++++++++++++
123524  src/hb-font-private.hh               |  67 +-------
123525  src/hb-font.cc                       | 269 ------------------------------
123526  src/hb-font.h                        |  75 +--------
123527  src/hb.h                             |   1 +
123528  11 files changed, 549 insertions(+), 410 deletions(-)
123529
123530 commit d3490761e11ae308fbd8aaf02059653f579035c5
123531 Author: Behdad Esfahbod <behdad@behdad.org>
123532 Date:   Mon Aug 26 21:15:29 2013 -0400
123533
123534     Improve check-includes.sh
123535
123536  src/check-includes.sh | 10 ++++++----
123537  1 file changed, 6 insertions(+), 4 deletions(-)
123538
123539 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
123540 Author: Behdad Esfahbod <behdad@behdad.org>
123541 Date:   Mon Aug 26 19:20:38 2013 -0400
123542
123543     Minor
123544
123545  docs/reference/Makefile.am | 2 +-
123546  1 file changed, 1 insertion(+), 1 deletion(-)
123547
123548 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
123549 Author: Behdad Esfahbod <behdad@behdad.org>
123550 Date:   Mon Aug 26 18:50:12 2013 -0400
123551
123552     [gtk-doc] Fix maintainer-clean rule
123553
123554  docs/reference/Makefile.am | 4 +++-
123555  1 file changed, 3 insertions(+), 1 deletion(-)
123556
123557 commit 38b8b40526a85f33521542e24d1e0c82588efc85
123558 Author: Behdad Esfahbod <behdad@behdad.org>
123559 Date:   Tue Aug 27 11:44:09 2013 -0400
123560
123561     Fix possible snprintf OOM
123562     
123563     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
123564
123565  src/hb-buffer-serialize.cc | 14 +++++++-------
123566  src/hb-font-private.hh     |  3 ++-
123567  src/hb-shape.cc            |  6 +++---
123568  3 files changed, 12 insertions(+), 11 deletions(-)
123569
123570 commit d22548c0e362cc9447557440af9ecbb11badfa78
123571 Author: Behdad Esfahbod <behdad@behdad.org>
123572 Date:   Mon Aug 26 18:46:21 2013 -0400
123573
123574     [check-*] Minor
123575
123576  src/check-c-linkage-decls.sh | 4 ++--
123577  src/check-header-guards.sh   | 4 ++--
123578  src/check-includes.sh        | 4 ++--
123579  3 files changed, 6 insertions(+), 6 deletions(-)
123580
123581 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
123582 Author: Behdad Esfahbod <behdad@behdad.org>
123583 Date:   Mon Aug 26 18:11:07 2013 -0400
123584
123585     [gtk-doc] Remove tmpl in make maintainer-clean
123586
123587  docs/reference/Makefile.am | 3 +++
123588  1 file changed, 3 insertions(+)
123589
123590 commit dddf990c3687a47297eafc82b54fa96842e68003
123591 Author: Behdad Esfahbod <behdad@behdad.org>
123592 Date:   Mon Aug 26 17:58:25 2013 -0400
123593
123594     [git.mk] Update
123595
123596  git.mk | 17 +++++++++++++----
123597  1 file changed, 13 insertions(+), 4 deletions(-)
123598
123599 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
123600 Author: Behdad Esfahbod <behdad@behdad.org>
123601 Date:   Mon Aug 26 17:49:36 2013 -0400
123602
123603     Add HB_DISABLE_DEPRECATED
123604     
123605     That moment that you have to accept that you made API mistakes...
123606
123607  docs/reference/Makefile.am           | 2 +-
123608  docs/reference/harfbuzz-sections.txt | 8 +++++---
123609  src/hb-common.h                      | 4 +++-
123610  3 files changed, 9 insertions(+), 5 deletions(-)
123611
123612 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
123613 Author: Behdad Esfahbod <behdad@behdad.org>
123614 Date:   Mon Aug 26 17:34:18 2013 -0400
123615
123616     [travis] Add graphite2
123617
123618  .travis.yml | 1 +
123619  1 file changed, 1 insertion(+)
123620
123621 commit f7c72b42efb8d42859023659fd2e3d589523436d
123622 Author: Anthony Carrico <acarrico@memebeam.org>
123623 Date:   Sun Feb 24 13:00:33 2013 -0500
123624
123625     [gtk-doc] Initial setup
123626     
123627     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
123628     instructions. Ignore some troublesome types in src/hb-gobject.h. To
123629     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
123630     harfbuzz/docs/reference/html/index.html.
123631
123632  .travis.yml                           |  10 +-
123633  Makefile.am                           |   7 +-
123634  autogen.sh                            |   7 +
123635  configure.ac                          |   7 +-
123636  docs/Makefile.am                      |   1 +
123637  docs/reference/Makefile.am            | 109 +++++++++
123638  docs/reference/harfbuzz-docs.xml      |  61 +++++
123639  docs/reference/harfbuzz-overrides.txt |   0
123640  docs/reference/harfbuzz-sections.txt  | 431 ++++++++++++++++++++++++++++++++++
123641  gtk-doc.make                          | 302 ++++++++++++++++++++++++
123642  src/Makefile.am                       |   2 +-
123643  src/hb-gobject.h                      |   3 +-
123644  12 files changed, 931 insertions(+), 9 deletions(-)
123645
123646 commit 3409fb1c767118067cf7edfb97068936b6f4b717
123647 Author: Behdad Esfahbod <behdad@behdad.org>
123648 Date:   Wed Aug 21 17:22:21 2013 -0400
123649
123650     [uniscribe] Ask Uniscribe to return shaping results in logical order
123651     
123652     See discussion on the list in the thread "Arabic presentation forms
123653     and the uniscribe backend".
123654     
123655     Based on patch from Jonathan Kew.
123656
123657  src/hb-uniscribe.cc | 24 ++++++++++++------------
123658  1 file changed, 12 insertions(+), 12 deletions(-)
123659
123660 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
123661 Author: Behdad Esfahbod <behdad@behdad.org>
123662 Date:   Tue Aug 20 13:22:21 2013 -0400
123663
123664     [uniscribe] Print run info
123665
123666  src/hb-uniscribe.cc | 8 ++++++++
123667  1 file changed, 8 insertions(+)
123668
123669 commit 3613696b57225111507a3f4263f5fa6937d0bc72
123670 Author: Behdad Esfahbod <behdad@behdad.org>
123671 Date:   Mon Aug 12 00:33:28 2013 -0400
123672
123673     [coretext] Fully support user features
123674     
123675     Based on patch from Jonathan Kew and data from Apple.
123676     
123677     It's not working correctly though, and I suspect I'm hitting a bug in
123678     CoreText.  When I do this:
123679     
123680     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
123681     --features=-liga
123682     
123683     I expect both ligatures to turn off, but only the second one does:
123684     
123685     [Z_a_p_f_i_n_o=0+2333|Z=7+395|a=8+285|p_f=9+433|i=11+181|n=12+261|o=13+250]
123686     
123687     whereas if I disable 'dlig' instead of 'liga', both are turned off.
123688     Smells...
123689     
123690     Doesn't resolve conflicting feature settings.
123691
123692  src/hb-coretext.cc  | 446 +++++++++++++++++++++++++++++++++++++++++++++++-----
123693  src/hb-uniscribe.cc |   2 +-
123694  2 files changed, 404 insertions(+), 44 deletions(-)
123695
123696 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
123697 Author: Behdad Esfahbod <behdad@behdad.org>
123698 Date:   Fri Aug 9 14:34:54 2013 -0400
123699
123700     Clean up list of Unicode scripts
123701     
123702     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
123703     and a macro for the old name.
123704
123705  src/hb-common.h                    | 277 ++++++++++++++++++++-----------------
123706  src/hb-glib.cc                     |   2 +-
123707  src/hb-ot-shape-complex-private.hh |   2 +
123708  src/hb-ucdn.cc                     |   2 +-
123709  test/api/test-unicode.c            |   2 +-
123710  5 files changed, 153 insertions(+), 132 deletions(-)
123711
123712 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
123713 Author: Behdad Esfahbod <behdad@behdad.org>
123714 Date:   Fri Aug 9 09:41:48 2013 -0400
123715
123716     Update TODO
123717
123718  TODO | 4 ++--
123719  1 file changed, 2 insertions(+), 2 deletions(-)
123720
123721 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
123722 Author: Behdad Esfahbod <behdad@behdad.org>
123723 Date:   Fri Aug 9 09:40:59 2013 -0400
123724
123725     Fix compiler warning
123726
123727  src/hb-ot-layout-common-private.hh | 4 ++--
123728  1 file changed, 2 insertions(+), 2 deletions(-)
123729
123730 commit 10f964623f003c70f6bdd33423420abda3820ce0
123731 Author: Behdad Esfahbod <behdad@behdad.org>
123732 Date:   Fri Aug 9 09:40:01 2013 -0400
123733
123734     Round when scaling values
123735     
123736     Doesn't matter for most users since they should be working in a
123737     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
123738
123739  TODO                   | 2 --
123740  src/hb-font-private.hh | 6 +++++-
123741  2 files changed, 5 insertions(+), 3 deletions(-)
123742
123743 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
123744 Author: Behdad Esfahbod <behdad@behdad.org>
123745 Date:   Fri Aug 9 09:35:10 2013 -0400
123746
123747     Minor
123748
123749  src/hb-font-private.hh | 2 +-
123750  1 file changed, 1 insertion(+), 1 deletion(-)
123751
123752 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
123753 Author: Behdad Esfahbod <behdad@behdad.org>
123754 Date:   Fri Aug 9 09:31:06 2013 -0400
123755
123756     Minor
123757
123758  src/hb-font-private.hh | 2 +-
123759  1 file changed, 1 insertion(+), 1 deletion(-)
123760
123761 commit d71c0df2d17f4590d5611239577a6cb532c26528
123762 Author: Behdad Esfahbod <behdad@behdad.org>
123763 Date:   Fri Aug 9 09:28:32 2013 -0400
123764
123765     Remove vrt2, vkrn, vpal, and valt from default vertical features
123766     
123767     See thread by John Dagget on the list.
123768
123769  TODO               | 2 --
123770  src/hb-ot-shape.cc | 9 ---------
123771  2 files changed, 11 deletions(-)
123772
123773 commit a782a5e9a37c8733ac2830410a514d38635b543a
123774 Author: Behdad Esfahbod <behdad@behdad.org>
123775 Date:   Wed Aug 7 21:08:54 2013 -0400
123776
123777     [coretext] Start adding support for features
123778     
123779     Unlike AAT, looks like with CoreText very few OT features can be mapped.
123780     :(
123781
123782  src/hb-coretext.cc | 65 +++++++++++++++++++++++++++++++++++++++++++++---------
123783  1 file changed, 54 insertions(+), 11 deletions(-)
123784
123785 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
123786 Author: Behdad Esfahbod <behdad@behdad.org>
123787 Date:   Wed Aug 7 17:58:25 2013 -0400
123788
123789     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
123790     
123791     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
123792     
123793     In light of discussion on the mailing list...
123794
123795  src/hb-ot-shape-complex-indic.cc | 4 ----
123796  1 file changed, 4 deletions(-)
123797
123798 commit 9a175914d72187d0c3f50ddad50c9569649c3072
123799 Author: Behdad Esfahbod <behdad@behdad.org>
123800 Date:   Wed Aug 7 17:26:13 2013 -0400
123801
123802     [uniscribe] Support feature ranges
123803     
123804     As Khaled pointed out, right now setting any features, turns kern
123805     and possibly other features off.
123806
123807  src/hb-uniscribe.cc | 232 ++++++++++++++++++++++++++++++++++++++++++++--------
123808  1 file changed, 199 insertions(+), 33 deletions(-)
123809
123810 commit 627af695e48ef10b6e634c34b723f7e7013467f6
123811 Author: Behdad Esfahbod <behdad@behdad.org>
123812 Date:   Tue Aug 6 16:53:56 2013 -0400
123813
123814     More git.mk updates
123815
123816  git.mk | 4 +++-
123817  1 file changed, 3 insertions(+), 1 deletion(-)
123818
123819 commit 722252743d59e4cd53cb71720d823ea00b708ad8
123820 Author: Behdad Esfahbod <behdad@behdad.org>
123821 Date:   Tue Aug 6 15:19:23 2013 -0400
123822
123823     Update git.mk
123824
123825  git.mk | 37 +++++++++++++++++++++++--------------
123826  1 file changed, 23 insertions(+), 14 deletions(-)
123827
123828 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
123829 Author: Behdad Esfahbod <behdad@behdad.org>
123830 Date:   Tue Aug 6 14:45:36 2013 -0400
123831
123832     [uniscribe] Half-support user features
123833     
123834     Turning features on globally works now.
123835
123836  src/hb-uniscribe.cc | 54 ++++++++++++++++++++++++++++++++++++++++++-----------
123837  1 file changed, 43 insertions(+), 11 deletions(-)
123838
123839 commit 639afdc690c681a302080239a1967ce735ba5be5
123840 Author: Behdad Esfahbod <behdad@behdad.org>
123841 Date:   Tue Aug 6 14:28:12 2013 -0400
123842
123843     Minor
123844
123845  src/hb-private.hh | 14 +++++++++++---
123846  1 file changed, 11 insertions(+), 3 deletions(-)
123847
123848 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
123849 Author: Jonathan Kew <jfkthame@gmail.com>
123850 Date:   Tue Aug 6 10:36:14 2013 -0400
123851
123852     [Indic] don't apply 'calt' by default in Indic shaper
123853
123854  src/hb-ot-shape-complex-indic.cc | 4 ++++
123855  1 file changed, 4 insertions(+)
123856
123857 commit 625678436c29100eef82d87e635b251030a18f60
123858 Author: Behdad Esfahbod <behdad@behdad.org>
123859 Date:   Mon Aug 5 22:44:18 2013 -0400
123860
123861     Fix glyph closure with class==0
123862     
123863     As reported by cibu.  Untested.
123864
123865  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
123866  1 file changed, 29 insertions(+)
123867
123868 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
123869 Author: Behdad Esfahbod <behdad@behdad.org>
123870 Date:   Sun Aug 4 16:55:21 2013 -0400
123871
123872     Don't apply 'dlig' by default
123873     
123874     Windows 8 doesn't, and the spec will be fixed.
123875
123876  src/hb-ot-shape-complex-arabic.cc | 1 -
123877  1 file changed, 1 deletion(-)
123878
123879 commit 48382e2f41499a91181bea0acc5792989d2485bb
123880 Author: Behdad Esfahbod <behdad@behdad.org>
123881 Date:   Tue Jul 30 18:25:39 2013 -0400
123882
123883     Minor
123884
123885  src/hb-ot-layout-common-private.hh | 12 ++++++------
123886  1 file changed, 6 insertions(+), 6 deletions(-)
123887
123888 commit c461371419d186811d4bfc768e26535f48a807f4
123889 Author: Behdad Esfahbod <behdad@behdad.org>
123890 Date:   Tue Jul 30 14:48:23 2013 -0400
123891
123892     [CoreText] Don't leak the CTLine object (and everything that hangs off it)
123893     
123894     Patch from Jonathan Kew.
123895
123896  src/hb-coretext.cc | 2 ++
123897  1 file changed, 2 insertions(+)
123898
123899 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
123900 Author: Behdad Esfahbod <behdad@behdad.org>
123901 Date:   Mon Jul 29 14:34:40 2013 -0400
123902
123903     Fix glyph name printing in hb-ot-shape-closure
123904
123905  util/hb-ot-shape-closure.cc | 2 +-
123906  1 file changed, 1 insertion(+), 1 deletion(-)
123907
123908 commit 6fadd9dd7cc220f131c29946285831635afc8044
123909 Author: Behdad Esfahbod <behdad@behdad.org>
123910 Date:   Fri Jul 26 10:33:06 2013 -0400
123911
123912     Apply 'mark' to Myanmar
123913     
123914     According to Andrew Glass: "The issue with Myanmar <mark> feature was
123915     fixed via a servicing patch as soon as Windows 8 became available."
123916
123917  src/hb-ot-shape-complex-myanmar.cc | 11 -----------
123918  1 file changed, 11 deletions(-)
123919
123920 commit 86522e493d071f395b5abf64289232bf8867ac29
123921 Author: Behdad Esfahbod <behdad@behdad.org>
123922 Date:   Mon Jul 22 19:07:53 2013 -0400
123923
123924     Fix glyph closure recursion!
123925
123926  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
123927  1 file changed, 1 insertion(+), 1 deletion(-)
123928
123929 commit 74439d0aa10184451adc6c6469f5119be352ecbb
123930 Author: Behdad Esfahbod <behdad@behdad.org>
123931 Date:   Mon Jul 22 19:02:29 2013 -0400
123932
123933     Minor
123934
123935  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
123936  1 file changed, 1 insertion(+), 1 deletion(-)
123937
123938 commit 8b427c78efa988ed27a2a394146d73f59688707b
123939 Author: Behdad Esfahbod <behdad@behdad.org>
123940 Date:   Mon Jul 22 10:57:05 2013 -0400
123941
123942     [uniscribe] Sanitize font file
123943
123944  src/hb-uniscribe.cc | 4 ++++
123945  1 file changed, 4 insertions(+)
123946
123947 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
123948 Author: Behdad Esfahbod <behdad@behdad.org>
123949 Date:   Mon Jul 22 10:52:12 2013 -0400
123950
123951     [uniscribe] Handle TTC when renaming font
123952
123953  src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
123954  1 file changed, 18 insertions(+), 13 deletions(-)
123955
123956 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
123957 Author: Behdad Esfahbod <behdad@behdad.org>
123958 Date:   Sun Jul 21 17:05:02 2013 -0400
123959
123960     [uniscribe] Use OT::* types
123961
123962  src/hb-open-type-private.hh |  10 ++++-
123963  src/hb-ot-name-table.hh     |   4 +-
123964  src/hb-uniscribe.cc         | 107 +++++++++++++++++++++++---------------------
123965  3 files changed, 66 insertions(+), 55 deletions(-)
123966
123967 commit bdeea605fe597bff4430eaae3317189bb81ec76e
123968 Author: Behdad Esfahbod <behdad@behdad.org>
123969 Date:   Sun Jul 21 16:22:10 2013 -0400
123970
123971     [uniscribe] Move name generation into separate function
123972
123973  src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
123974  1 file changed, 22 insertions(+), 12 deletions(-)
123975
123976 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
123977 Author: Behdad Esfahbod <behdad@behdad.org>
123978 Date:   Sun Jul 21 16:16:35 2013 -0400
123979
123980     [uniscribe] Use blob to pass data around
123981
123982  src/hb-uniscribe.cc | 28 ++++++++++++++--------------
123983  1 file changed, 14 insertions(+), 14 deletions(-)
123984
123985 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
123986 Author: Behdad Esfahbod <behdad@behdad.org>
123987 Date:   Sun Jul 21 16:06:49 2013 -0400
123988
123989     [uniscribe] Use unique font name
123990     
123991     When installing per-process fonts using AddFontMemResourceEx(),
123992     if a font with the same family name is already installed, sometimes
123993     that one gets used.  Which is problematic for us.  As such, we
123994     now mangle the font to install a new 'name' table with a unique
123995     name, which we then use to choose the font.
123996     
123997     Patch from Jonathan Kew.
123998
123999  configure.ac        |   2 +-
124000  src/hb-uniscribe.cc | 136 ++++++++++++++++++++++++++++++++++++++++++++--------
124001  2 files changed, 116 insertions(+), 22 deletions(-)
124002
124003 commit 8751de50831338ce550601c34c17d152ad89c1fd
124004 Author: Behdad Esfahbod <behdad@behdad.org>
124005 Date:   Thu Jul 18 16:29:50 2013 -0400
124006
124007     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
124008     
124009     During GSUB, if a ligation happens, subsequence context input matching
124010     matches the new indexing.  During GPOS however, the indices never
124011     change.  So just go one by one.
124012     
124013     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
124014     
124015       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
124016     
124017     Reported by Jonathan Kew.
124018
124019  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
124020  1 file changed, 8 insertions(+)
124021
124022 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
124023 Author: Behdad Esfahbod <behdad@behdad.org>
124024 Date:   Tue Jul 16 16:06:27 2013 -0400
124025
124026     0.9.19
124027
124028  NEWS         | 11 +++++++++++
124029  configure.ac |  2 +-
124030  2 files changed, 12 insertions(+), 1 deletion(-)
124031
124032 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
124033 Author: Behdad Esfahbod <behdad@behdad.org>
124034 Date:   Thu Jul 11 14:56:45 2013 -0400
124035
124036     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
124037     
124038     Based on patch from Jonathan Kew, as reported on the mailing list.
124039
124040  src/hb-ft.cc | 9 +++++++++
124041  1 file changed, 9 insertions(+)
124042
124043 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
124044 Author: Behdad Esfahbod <behdad@behdad.org>
124045 Date:   Mon Jul 8 08:37:15 2013 -0600
124046
124047     [uniscribe] Fix buffer allocation
124048     
124049     Email from Jonathan Kew:
124050     
124051     My cygwin build kept aborting on certain test words when run with the
124052     uniscribe backend. Turned out this was caused by a bug in the allocation
124053     of scratch buffers in hb-uniscribe.cc.
124054     
124055     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
124056     
124057       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
124058     
124059     but it failed to account for this in the computation of glyphs_size
124060     (the number of glyphs for which scratch buffer space is available),
124061     with the result that the vis_clusters array ends up overrunning the
124062     end of the scratch buffer and clobbering the beginning of the buffer's
124063     info[].
124064     
124065     AFAICS, the vis_attr array is not actually used, so the simple fix is
124066     to remove the line that allocates it. (If/when we -do- need to use
124067     vis_attr for something, we'll need to add another term to the earlier
124068     calculation of glyphs_size.)
124069     
124070     With this patch, the uniscribe backend runs reliably again.
124071     
124072     JK
124073
124074  src/hb-uniscribe.cc | 1 -
124075  1 file changed, 1 deletion(-)
124076
124077 commit 9245e98742667dfffe06523e8051beda1bc04811
124078 Author: Behdad Esfahbod <behdad@behdad.org>
124079 Date:   Wed Jun 26 20:57:58 2013 -0400
124080
124081     [Indic] Add Javanese config
124082     
124083     We should add for other scripts too, send me the virama codepoint
124084     and script name...
124085
124086  src/hb-ot-shape-complex-indic.cc | 1 +
124087  1 file changed, 1 insertion(+)
124088
124089 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
124090 Author: Behdad Esfahbod <behdad@behdad.org>
124091 Date:   Wed Jun 26 20:14:18 2013 -0400
124092
124093     [OT] Collect requiredFeature only if features are not provided
124094     
124095     As per Werner's report on the list.
124096
124097  src/hb-ot-layout.cc | 22 +++++++++++-----------
124098  1 file changed, 11 insertions(+), 11 deletions(-)
124099
124100 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
124101 Author: Behdad Esfahbod <behdad@behdad.org>
124102 Date:   Wed Jun 26 19:46:55 2013 -0400
124103
124104     Fix contextual lookup recursion indexing
124105     
124106     See email thread "Skipping Control for Attaching Marks using OpenType"
124107     from earlier this month.
124108
124109  src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
124110  1 file changed, 2 insertions(+), 8 deletions(-)
124111
124112 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
124113 Merge: 79d1007a5 89312b741
124114 Author: Behdad Esfahbod <behdad@behdad.org>
124115 Date:   Sat Jun 22 08:04:05 2013 -0700
124116
124117     Merge pull request #3 from LogosBible/master
124118     
124119     Destroy lookups before blobs.
124120
124121 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
124122 Author: Bradley Grainger <bgrainger@gmail.com>
124123 Date:   Fri Jun 21 15:02:18 2013 -0700
124124
124125     Destroy lookups before blobs.
124126     
124127     'layout->gsub' may depend on data owned by 'layout->gsub_blob', so it must
124128     be deinitialized before the blob is destroyed.
124129
124130  src/hb-ot-layout.cc | 8 ++++----
124131  1 file changed, 4 insertions(+), 4 deletions(-)
124132
124133 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
124134 Author: Behdad Esfahbod <behdad@behdad.org>
124135 Date:   Thu Jun 13 19:01:07 2013 -0400
124136
124137     If variation selector is not consumed by cmap, pass it on to GSUB
124138     
124139     This changes the semantics of get_glyph() callback and expect that
124140     callbacks return false if the requested variant is not available, and
124141     then we will call them back with variation_selector=0 and will retain
124142     the glyph for the selector in the glyph stream.
124143     
124144     Apparently most Mongolian fonts implement the Mongolian Variation
124145     Selectors using GSUB, not cmap.
124146     
124147     https://bugs.freedesktop.org/show_bug.cgi?id=65258
124148     
124149     Note that this doesn't fix the Mongolian shaping yet, because the way
124150     that's implemented is that the, say, 'init' feature ligates the letter
124151     and the variation-selector.  However, since currently the variation
124152     selector doesn't have the 'init' mask on, it will not be matched...
124153
124154  src/hb-ft.cc                 |  3 +--
124155  src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
124156  2 files changed, 13 insertions(+), 4 deletions(-)
124157
124158 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
124159 Author: Behdad Esfahbod <behdad@behdad.org>
124160 Date:   Thu Jun 6 20:17:32 2013 -0400
124161
124162     Skip over multiple variation selectors in a row
124163
124164  src/hb-ot-shape-normalize.cc | 6 ++++++
124165  1 file changed, 6 insertions(+)
124166
124167 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
124168 Author: Behdad Esfahbod <behdad@behdad.org>
124169 Date:   Mon Jun 10 14:39:51 2013 -0400
124170
124171     Fix misc warnings reported by cppcheck
124172     
124173     https://bugs.freedesktop.org/show_bug.cgi?id=65544
124174
124175  src/hb-common.cc            |  2 +-
124176  src/hb-coretext.cc          |  3 ---
124177  src/hb-font-private.hh      | 17 +++++++++++------
124178  src/hb-private.hh           |  2 +-
124179  src/hb-shape.cc             |  2 +-
124180  test/api/test-font.c        |  1 -
124181  util/ansi-print.cc          |  1 +
124182  util/hb-ot-shape-closure.cc |  5 +++--
124183  util/hb-shape.cc            |  5 ++++-
124184  util/shape-consumer.hh      |  6 ++++--
124185  util/view-cairo.hh          |  6 ++++--
124186  11 files changed, 30 insertions(+), 20 deletions(-)
124187
124188 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
124189 Author: Behdad Esfahbod <behdad@behdad.org>
124190 Date:   Mon Jun 10 13:56:51 2013 -0400
124191
124192     Fix PKG_CHECK_MODULES usage
124193     
124194     Oops.
124195     
124196     Bug 65246 - Fix build without graphite2
124197
124198  configure.ac | 2 +-
124199  1 file changed, 1 insertion(+), 1 deletion(-)
124200
124201 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
124202 Author: Behdad Esfahbod <behdad@behdad.org>
124203 Date:   Thu Jun 6 18:57:15 2013 -0400
124204
124205     Fix PKG_CHECK_MODULES usage
124206     
124207     Bug 65246 - Fix build without graphite2
124208     
124209     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
124210     find the libraries.  We handle that ourselves so we don't want the
124211     macro to abort.
124212
124213  configure.ac | 16 ++++++++--------
124214  1 file changed, 8 insertions(+), 8 deletions(-)
124215
124216 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
124217 Author: Behdad Esfahbod <behdad@behdad.org>
124218 Date:   Thu Jun 6 17:16:01 2013 -0400
124219
124220     Minor
124221
124222  src/Makefile.am | 14 +++++++-------
124223  1 file changed, 7 insertions(+), 7 deletions(-)
124224
124225 commit b4c5c52944a44ba863a22a53035ff561af7318ca
124226 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
124227 Date:   Mon Jun 3 17:55:29 2013 +0800
124228
124229     util/ansi-print.cc: Use fallback implementation for lround on MSVC
124230     
124231     Unfortuately Visual Studio (still) does not support the C99 function
124232     lround, so provide a fallback implementation for it.
124233
124234  util/ansi-print.cc | 11 +++++++++++
124235  1 file changed, 11 insertions(+)
124236
124237 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
124238 Author: Behdad Esfahbod <behdad@behdad.org>
124239 Date:   Mon Jun 3 18:39:14 2013 -0400
124240
124241     Fix build for C89 compilers
124242
124243  test/api/test-buffer.c | 2 +-
124244  1 file changed, 1 insertion(+), 1 deletion(-)
124245
124246 commit 4ddf937242048c4a044ada4559e26664a0c09b48
124247 Author: Behdad Esfahbod <behdad@behdad.org>
124248 Date:   Mon Jun 3 18:36:26 2013 -0400
124249
124250     Remove unnecessary stdint.h include
124251
124252  src/hb-ucdn/ucdn.c | 1 -
124253  1 file changed, 1 deletion(-)
124254
124255 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
124256 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
124257 Date:   Mon Jun 3 17:49:37 2013 +0800
124258
124259     hb-uniscribe.cc: Re-enable build under Visual Studio
124260     
124261     -Declare hinstLib at the top of block
124262     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
124263      ScriptShapeOpenType and ScriptPlaceOpenType
124264
124265  src/hb-uniscribe.cc | 9 +++++----
124266  1 file changed, 5 insertions(+), 4 deletions(-)
124267
124268 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
124269 Author: Behdad Esfahbod <behdad@behdad.org>
124270 Date:   Thu May 30 18:04:24 2013 -0400
124271
124272     Fix ChangeLog regen
124273
124274  Makefile.am | 5 +++--
124275  1 file changed, 3 insertions(+), 2 deletions(-)
124276
124277 commit c1824daefa1253507636e4bfdf46374f835f10b3
124278 Author: Behdad Esfahbod <behdad@behdad.org>
124279 Date:   Wed May 29 15:30:54 2013 -0400
124280
124281     Update TODO
124282
124283  TODO | 14 +++++++-------
124284  1 file changed, 7 insertions(+), 7 deletions(-)
124285
124286 commit 2966d3603259430800cb5880491d28a1c5ea2314
124287 Author: Behdad Esfahbod <behdad@behdad.org>
124288 Date:   Tue May 28 17:34:37 2013 -0400
124289
124290     Fix test build
124291
124292  test/api/Makefile.am | 3 ++-
124293  1 file changed, 2 insertions(+), 1 deletion(-)
124294
124295 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
124296 Author: Behdad Esfahbod <behdad@behdad.org>
124297 Date:   Tue May 28 17:33:16 2013 -0400
124298
124299     Minor
124300
124301  TODO | 2 --
124302  1 file changed, 2 deletions(-)
124303
124304 commit 4014aa4e53bddb29d939a168bd733942d3683732
124305 Author: Behdad Esfahbod <behdad@behdad.org>
124306 Date:   Tue May 28 17:28:59 2013 -0400
124307
124308     0.9.18
124309
124310  NEWS         | 28 ++++++++++++++++++++++++++++
124311  configure.ac |  2 +-
124312  2 files changed, 29 insertions(+), 1 deletion(-)
124313
124314 commit d70be29831bb99e34fe18744129088f45d5b2023
124315 Author: Behdad Esfahbod <behdad@behdad.org>
124316 Date:   Tue May 28 17:23:56 2013 -0400
124317
124318     Fix dist
124319
124320  src/Makefile.am | 4 ++++
124321  1 file changed, 4 insertions(+)
124322
124323 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
124324 Author: Behdad Esfahbod <behdad@behdad.org>
124325 Date:   Tue May 28 17:18:30 2013 -0400
124326
124327     Generate harfbuzz-icu.pc
124328     
124329     Currently it only works with ICU that has .pc files.  I'll
124330     wait till someone complains before fixing it for icu-config
124331     systems.
124332
124333  Makefile.am            |  3 ---
124334  configure.ac           |  5 ++---
124335  harfbuzz.pc.in         | 11 -----------
124336  src/Makefile.am        | 13 +++++++++++++
124337  src/harfbuzz-icu.pc.in | 13 +++++++++++++
124338  src/harfbuzz.pc.in     | 11 +++++++++++
124339  6 files changed, 39 insertions(+), 17 deletions(-)
124340
124341 commit d9afa111330771461b6182ada9f4edd68bcfce77
124342 Author: Behdad Esfahbod <behdad@behdad.org>
124343 Date:   Tue May 28 15:27:40 2013 -0400
124344
124345     Build hb-icu into libharfbuzz-icu.so
124346
124347  src/Makefile.am      | 29 +++++++++++++++--------------
124348  src/hb-unicode.cc    |  2 +-
124349  test/api/Makefile.am |  1 +
124350  3 files changed, 17 insertions(+), 15 deletions(-)
124351
124352 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
124353 Author: Behdad Esfahbod <behdad@behdad.org>
124354 Date:   Tue May 28 15:25:06 2013 -0400
124355
124356     Minor
124357
124358  test/api/test-c.c | 4 ++++
124359  1 file changed, 4 insertions(+)
124360
124361 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
124362 Author: Behdad Esfahbod <behdad@behdad.org>
124363 Date:   Tue May 28 13:10:51 2013 -0400
124364
124365     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
124366     
124367     Fallback to older API if OpenType variants are not available.
124368
124369  configure.ac        |  14 +--
124370  src/hb-uniscribe.cc | 322 +++++++++++++++++++++++++++++++++++++++++++---------
124371  2 files changed, 271 insertions(+), 65 deletions(-)
124372
124373 commit f8087ffbadc83a15d59367ba82976eae675736a7
124374 Author: Behdad Esfahbod <behdad@behdad.org>
124375 Date:   Mon May 27 19:43:48 2013 -0400
124376
124377     Add --with-cairo
124378
124379  configure.ac | 17 +++++++++++++++--
124380  1 file changed, 15 insertions(+), 2 deletions(-)
124381
124382 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
124383 Author: Behdad Esfahbod <behdad@behdad.org>
124384 Date:   Mon May 27 19:33:36 2013 -0400
124385
124386     Add --with-freetype
124387     
124388     Defaults to auto.
124389
124390  configure.ac | 12 +++++++++++-
124391  1 file changed, 11 insertions(+), 1 deletion(-)
124392
124393 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
124394 Author: Behdad Esfahbod <behdad@behdad.org>
124395 Date:   Mon May 27 19:30:48 2013 -0400
124396
124397     Default glib to auto again
124398
124399  configure.ac | 4 ++--
124400  1 file changed, 2 insertions(+), 2 deletions(-)
124401
124402 commit eb63e786f37468867c81707504128cf8a4016e5b
124403 Author: Behdad Esfahbod <behdad@behdad.org>
124404 Date:   Mon May 27 19:29:09 2013 -0400
124405
124406     Add --with-coretext
124407     
124408     Defaults to no.
124409
124410  configure.ac | 12 +++++++++++-
124411  1 file changed, 11 insertions(+), 1 deletion(-)
124412
124413 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
124414 Author: Behdad Esfahbod <behdad@behdad.org>
124415 Date:   Mon May 27 19:27:43 2013 -0400
124416
124417     Add --with-uniscribe
124418     
124419     Defaults to no.
124420
124421  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
124422  1 file changed, 39 insertions(+), 16 deletions(-)
124423
124424 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
124425 Author: Behdad Esfahbod <behdad@behdad.org>
124426 Date:   Mon May 27 19:10:33 2013 -0400
124427
124428     Disable UCDN if glib is available
124429     
124430     We only want UCDN if we don't have any other Unicode provider.
124431     I'm going to remove ICU from the list of default Unicode providers
124432     as part of moving hb-icu into its own library.  As such, the only
124433     providers will be UCDN and glib.
124434
124435  configure.ac | 3 +++
124436  1 file changed, 3 insertions(+)
124437
124438 commit ca65326cbd49b48792c4e3125af6c5006364f194
124439 Author: Behdad Esfahbod <behdad@behdad.org>
124440 Date:   Mon May 27 19:09:50 2013 -0400
124441
124442     Minor
124443
124444  configure.ac | 16 ++++++++--------
124445  1 file changed, 8 insertions(+), 8 deletions(-)
124446
124447 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
124448 Author: Behdad Esfahbod <behdad@behdad.org>
124449 Date:   Mon May 27 19:06:50 2013 -0400
124450
124451     Disable icu_le shaper
124452     
124453     Will add a way to enable it later.
124454
124455  configure.ac | 3 ++-
124456  1 file changed, 2 insertions(+), 1 deletion(-)
124457
124458 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
124459 Author: Behdad Esfahbod <behdad@behdad.org>
124460 Date:   Mon May 27 19:05:23 2013 -0400
124461
124462     Remove icu-config fallback for icu_le shaper
124463     
124464     Bug 64878 - compile error with ICU but not ICU
124465
124466  configure.ac | 18 ------------------
124467  1 file changed, 18 deletions(-)
124468
124469 commit 932b7471479c639244051b4dbae678e7d47ae99f
124470 Author: Behdad Esfahbod <behdad@behdad.org>
124471 Date:   Mon May 27 19:04:40 2013 -0400
124472
124473     Bug 65053 - Add configure option to enable/disable ICU support
124474
124475  configure.ac | 46 ++++++++++++++++++++++++++++------------------
124476  1 file changed, 28 insertions(+), 18 deletions(-)
124477
124478 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
124479 Author: Behdad Esfahbod <behdad@behdad.org>
124480 Date:   Mon May 27 18:54:30 2013 -0400
124481
124482     Disable hb-old shaper
124483     
124484     Will add proper way to enable it later.
124485
124486  configure.ac | 2 +-
124487  1 file changed, 1 insertion(+), 1 deletion(-)
124488
124489 commit 5a78d23f255a649353044af8e5df315f62907b7f
124490 Author: Behdad Esfahbod <behdad@behdad.org>
124491 Date:   Mon May 27 18:47:58 2013 -0400
124492
124493     Bug 65054 - Add configure option to enable/disable Graphite2
124494     
124495     Add --with-graphite2.  Defaults to off.
124496
124497  configure.ac | 20 +++++++++++++++-----
124498  1 file changed, 15 insertions(+), 5 deletions(-)
124499
124500 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
124501 Author: Behdad Esfahbod <behdad@behdad.org>
124502 Date:   Mon May 27 18:24:56 2013 -0400
124503
124504     Remove hb-icu dependency from hb-icu-le shaper
124505
124506  src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
124507  1 file changed, 29 insertions(+), 4 deletions(-)
124508
124509 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
124510 Author: Behdad Esfahbod <behdad@behdad.org>
124511 Date:   Mon May 27 14:48:34 2013 -0400
124512
124513     Don't zero advance of mark-non-mark ligatures
124514     
124515     If there's a mark ligating forward with non-mark, they were
124516     inheriting the GC of the mark and later get advance-zeroed.
124517     Don't do that if there's any non-mark glyph in the ligature.
124518     
124519     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
124520     
124521     Also:
124522     Bug 58922 - Issue with mark advance zeroing in generic shaper
124523
124524  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
124525  src/hb-ot-layout-private.hh          | 6 ++++++
124526  2 files changed, 10 insertions(+)
124527
124528 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
124529 Author: Behdad Esfahbod <behdad@behdad.org>
124530 Date:   Fri May 24 15:28:11 2013 -0400
124531
124532     [icu_le] Support non-BMP text
124533
124534  src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
124535  1 file changed, 28 insertions(+), 7 deletions(-)
124536
124537 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
124538 Author: Behdad Esfahbod <behdad@behdad.org>
124539 Date:   Thu May 23 17:05:39 2013 -0400
124540
124541     [icu_le] A bit better scaling
124542
124543  src/hb-icu-le.cc | 10 ++++++----
124544  1 file changed, 6 insertions(+), 4 deletions(-)
124545
124546 commit fb502a22787f4110472771ef771619342e64577a
124547 Merge: b9408d24f 9d9e72e94
124548 Author: Behdad Esfahbod <behdad@behdad.org>
124549 Date:   Thu May 23 15:54:52 2013 -0400
124550
124551     Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
124552
124553 commit b9408d24f3029f5287b17779235b1c750ff5158a
124554 Author: Behdad Esfahbod <behdad@behdad.org>
124555 Date:   Thu May 23 15:43:02 2013 -0400
124556
124557     [icu_le] Fix scaling
124558     
124559     Seems to work...
124560
124561  src/hb-icu-le.cc                       |  2 ++
124562  src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
124563  src/hb-icu-le/PortableFontInstance.h   |  9 ++++++++-
124564  3 files changed, 25 insertions(+), 9 deletions(-)
124565
124566 commit 601526392dec5d8432f147c91658ba50ed6a4322
124567 Author: Behdad Esfahbod <behdad@behdad.org>
124568 Date:   Tue May 21 17:22:13 2013 -0400
124569
124570     Copy stdint.h boilerplate to ucdn
124571
124572  src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
124573  1 file changed, 23 insertions(+), 1 deletion(-)
124574
124575 commit f1b02f4f3c0db9fbfa6747188429df828b000010
124576 Author: Behdad Esfahbod <behdad@behdad.org>
124577 Date:   Mon May 20 09:23:58 2013 -0400
124578
124579     0.9.17
124580
124581  NEWS         | 8 ++++++++
124582  configure.ac | 2 +-
124583  2 files changed, 9 insertions(+), 1 deletion(-)
124584
124585 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
124586 Author: Behdad Esfahbod <behdad@behdad.org>
124587 Date:   Mon May 20 09:18:52 2013 -0400
124588
124589     Minor refactoring
124590
124591  src/hb-ot-shape.cc | 54 ++++++++++++++++++++++++++++--------------------------
124592  1 file changed, 28 insertions(+), 26 deletions(-)
124593
124594 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
124595 Author: Behdad Esfahbod <behdad@behdad.org>
124596 Date:   Mon May 20 09:11:35 2013 -0400
124597
124598     Arabic mark width-zeroing regression
124599     
124600     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
124601     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
124602
124603  src/hb-ot-shape-complex-arabic.cc  |  2 +-
124604  src/hb-ot-shape-complex-default.cc |  2 +-
124605  src/hb-ot-shape-complex-myanmar.cc |  2 +-
124606  src/hb-ot-shape-complex-private.hh |  6 ++++--
124607  src/hb-ot-shape-complex-thai.cc    |  2 +-
124608  src/hb-ot-shape.cc                 | 36 ++++++++++++++++++++++++++++--------
124609  6 files changed, 36 insertions(+), 14 deletions(-)
124610
124611 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
124612 Author: Behdad Esfahbod <behdad@behdad.org>
124613 Date:   Tue May 14 15:30:55 2013 -0400
124614
124615     Bug 64476 - Typo in hb_set_t.get_min()
124616     
124617     Fixes previous commit's test.
124618
124619  src/hb-set-private.hh | 2 +-
124620  1 file changed, 1 insertion(+), 1 deletion(-)
124621
124622 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
124623 Author: Behdad Esfahbod <behdad@behdad.org>
124624 Date:   Tue May 14 15:30:17 2013 -0400
124625
124626     [test] Add test for hb_set_get_min() bug
124627     
124628     Failing now.
124629     
124630     Bug 64476 - Typo in hb_set_t.get_min()
124631
124632  test/api/test-set.c | 4 ++++
124633  1 file changed, 4 insertions(+)
124634
124635 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
124636 Author: Behdad Esfahbod <behdad@behdad.org>
124637 Date:   Fri May 3 18:10:10 2013 -0400
124638
124639     [OTLayout] Use is_inplace() when flipping buffers
124640
124641  src/hb-ot-layout.cc | 9 ++++++++-
124642  1 file changed, 8 insertions(+), 1 deletion(-)
124643
124644 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
124645 Author: Behdad Esfahbod <behdad@behdad.org>
124646 Date:   Fri May 3 17:49:44 2013 -0400
124647
124648     [OTLayout] Merge / templateize apply_string()
124649
124650  src/hb-ot-layout-gpos-table.hh | 25 ---------------
124651  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
124652  src/hb-ot-layout.cc            | 72 ++++++++++++++++++++++++++++++++++++++++--
124653  3 files changed, 69 insertions(+), 76 deletions(-)
124654
124655 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
124656 Author: Behdad Esfahbod <behdad@behdad.org>
124657 Date:   Fri May 3 17:34:29 2013 -0400
124658
124659     [OTLayout] Minor
124660
124661  src/hb-ot-layout-gpos-table.hh | 5 +++++
124662  1 file changed, 5 insertions(+)
124663
124664 commit 780cd930a974165d76dbf7a87701d11b7f15db06
124665 Author: Behdad Esfahbod <behdad@behdad.org>
124666 Date:   Fri May 3 17:33:16 2013 -0400
124667
124668     [OTLayout] Minor
124669
124670  src/hb-ot-layout-gpos-table.hh | 2 +-
124671  src/hb-ot-layout-gsub-table.hh | 2 +-
124672  src/hb-ot-layout.cc            | 4 ++--
124673  3 files changed, 4 insertions(+), 4 deletions(-)
124674
124675 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
124676 Author: Behdad Esfahbod <behdad@behdad.org>
124677 Date:   Wed Apr 24 16:42:05 2013 -0400
124678
124679     [OTLayout] Add is_inplace() method to GSUB
124680
124681  src/hb-ot-layout-gpos-table.hh       |   8 +-
124682  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
124683  src/hb-ot-layout-gsubgpos-private.hh | 158 +++++++++++++++++++++++++++++++++++
124684  3 files changed, 222 insertions(+), 2 deletions(-)
124685
124686 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
124687 Author: Behdad Esfahbod <behdad@behdad.org>
124688 Date:   Thu May 2 18:52:24 2013 -0400
124689
124690     [OTLayout] Refactor a bit more
124691
124692  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
124693  src/hb-ot-layout-private.hh                |  26 ++++----
124694  src/hb-ot-layout.cc                        | 100 ++++++++++++++---------------
124695  src/hb-ot-map-private.hh                   |   7 +-
124696  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
124697  src/hb-ot-shape-fallback.cc                |   3 +-
124698  6 files changed, 78 insertions(+), 75 deletions(-)
124699
124700 commit d2c96819de9a7428b65ef0adf794416224221f36
124701 Author: Behdad Esfahbod <behdad@behdad.org>
124702 Date:   Thu May 2 18:18:24 2013 -0400
124703
124704     Move code around
124705
124706  src/hb-ot-layout.cc | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
124707  src/hb-ot-map.cc    | 43 -------------------------------------------
124708  2 files changed, 52 insertions(+), 43 deletions(-)
124709
124710 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
124711 Author: Behdad Esfahbod <behdad@behdad.org>
124712 Date:   Thu May 2 18:06:51 2013 -0400
124713
124714     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
124715
124716  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
124717  src/hb-ot-layout.cc                        | 33 +++++++++++++++---------------
124718  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
124719  3 files changed, 41 insertions(+), 23 deletions(-)
124720
124721 commit 76ea563673d24ae1673a5aa3a21da6014479d433
124722 Author: Behdad Esfahbod <behdad@behdad.org>
124723 Date:   Sat May 4 16:01:20 2013 -0400
124724
124725     [OTLayout] Add note about collect_glyphs() and recursive lookups
124726
124727  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
124728  1 file changed, 7 insertions(+), 1 deletion(-)
124729
124730 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
124731 Author: Behdad Esfahbod <behdad@behdad.org>
124732 Date:   Fri May 3 14:45:04 2013 -0400
124733
124734     Add U+061C ARABIC LETTER MARK to Default_Ignorable
124735
124736  src/hb-unicode-private.hh | 4 ++++
124737  1 file changed, 4 insertions(+)
124738
124739 commit 5d59f999204aedfc433ab4989664d875f96b0364
124740 Author: Behdad Esfahbod <behdad@behdad.org>
124741 Date:   Thu May 2 14:44:45 2013 -0400
124742
124743     [OTLayout] Make MultipleSubst in-place for sequences of len=1
124744
124745  src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
124746  1 file changed, 11 insertions(+), 4 deletions(-)
124747
124748 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
124749 Author: Behdad Esfahbod <behdad@behdad.org>
124750 Date:   Thu May 2 15:27:53 2013 -0400
124751
124752     [OTLayout] Whitespace
124753
124754  src/hb-ot-layout-gsub-table.hh | 56 +++++++++++++++++++++---------------------
124755  1 file changed, 28 insertions(+), 28 deletions(-)
124756
124757 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
124758 Author: Behdad Esfahbod <behdad@behdad.org>
124759 Date:   Thu May 2 15:16:59 2013 -0400
124760
124761     [OTLayout] Minor refactoring
124762
124763  src/hb-ot-map-private.hh |  4 ++++
124764  src/hb-ot-map.cc         | 46 +++++++++++++++++++++++++---------------------
124765  2 files changed, 29 insertions(+), 21 deletions(-)
124766
124767 commit ea86efa486a5076e9bf844239bccf86d67577f88
124768 Author: Behdad Esfahbod <behdad@behdad.org>
124769 Date:   Thu May 2 14:41:39 2013 -0400
124770
124771     Minor
124772
124773  src/hb-ot-map-private.hh | 6 +++---
124774  1 file changed, 3 insertions(+), 3 deletions(-)
124775
124776 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
124777 Author: Behdad Esfahbod <behdad@behdad.org>
124778 Date:   Thu May 2 14:29:32 2013 -0400
124779
124780     Minor
124781
124782  src/hb-buffer-private.hh | 2 ++
124783  1 file changed, 2 insertions(+)
124784
124785 commit 2265be0a620bc76ab65f12fedde67791beb51314
124786 Author: Behdad Esfahbod <behdad@behdad.org>
124787 Date:   Thu May 2 14:25:09 2013 -0400
124788
124789     Minor
124790
124791  src/hb-ot-map-private.hh   | 17 ++++++++++-------
124792  src/hb-ot-map.cc           |  2 ++
124793  src/hb-ot-shape-private.hh |  3 +--
124794  3 files changed, 13 insertions(+), 9 deletions(-)
124795
124796 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
124797 Author: Behdad Esfahbod <behdad@behdad.org>
124798 Date:   Thu May 2 13:59:46 2013 -0400
124799
124800     Minor
124801
124802  src/hb-set-private.hh | 16 +++++++++-------
124803  1 file changed, 9 insertions(+), 7 deletions(-)
124804
124805 commit 6c15ddfe2b45383824b64058ae69939d002183a6
124806 Author: Behdad Esfahbod <behdad@behdad.org>
124807 Date:   Tue Apr 30 11:34:00 2013 -0400
124808
124809     Renamed DEBUG to something else
124810     
124811     Some infrastructures use DEBUG as a generic symbol.
124812
124813  src/hb-buffer.cc  | 6 +++---
124814  src/hb-private.hh | 4 ++--
124815  2 files changed, 5 insertions(+), 5 deletions(-)
124816
124817 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
124818 Author: Behdad Esfahbod <behdad@behdad.org>
124819 Date:   Mon Apr 29 13:48:49 2013 -0400
124820
124821     Fix icu linking by requesting the library searchpath from icu-config
124822     
124823     This is not ideal as we don't like -L/usr/lib in our linker line.
124824     But this is only relevant to environments that don't have pkgconfig
124825     files for ICU...
124826     
124827     https://github.com/behdad/harfbuzz/pull/2
124828
124829  configure.ac | 4 ++--
124830  1 file changed, 2 insertions(+), 2 deletions(-)
124831
124832 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
124833 Author: Behdad Esfahbod <behdad@behdad.org>
124834 Date:   Mon Apr 29 13:40:52 2013 -0400
124835
124836     Make both old autoconf and new automake happy
124837     
124838     Sigh..
124839     
124840     Bug 64039 - undefined macro AM_PROG_AR
124841
124842  configure.ac | 2 +-
124843  1 file changed, 1 insertion(+), 1 deletion(-)
124844
124845 commit ed79dff517bacfc87279079d5d42d079c21a0373
124846 Author: Behdad Esfahbod <behdad@behdad.org>
124847 Date:   Sun Apr 21 15:39:25 2013 -0400
124848
124849     Minor
124850
124851  src/hb-ot-layout-gpos-table.hh | 5 -----
124852  1 file changed, 5 deletions(-)
124853
124854 commit 893f57b32f01da3411b5596d59170bc340e9fa39
124855 Author: Behdad Esfahbod <behdad@behdad.org>
124856 Date:   Sun Apr 21 15:21:49 2013 -0400
124857
124858     Minor renaming
124859
124860  src/hb-ot-map-private.hh | 10 +++++-----
124861  src/hb-ot-map.cc         | 22 +++++++++++-----------
124862  2 files changed, 16 insertions(+), 16 deletions(-)
124863
124864 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
124865 Author: Behdad Esfahbod <behdad@behdad.org>
124866 Date:   Sun Apr 21 15:19:38 2013 -0400
124867
124868     Rename "pause" to "stage"
124869     
124870     The compile() function is starting to become illegible...
124871
124872  src/hb-ot-map-private.hh | 24 ++++++++++++------------
124873  src/hb-ot-map.cc         | 38 +++++++++++++++++++-------------------
124874  2 files changed, 31 insertions(+), 31 deletions(-)
124875
124876 commit dd0641a432691f9b6186b081c38053858c8bc5c1
124877 Author: Behdad Esfahbod <behdad@behdad.org>
124878 Date:   Sun Apr 21 15:13:57 2013 -0400
124879
124880     Minor
124881
124882  src/hb-ot-map.cc | 5 +++--
124883  1 file changed, 3 insertions(+), 2 deletions(-)
124884
124885 commit 06a44e859328f5f1e2f6034e711b474116d22e22
124886 Author: Behdad Esfahbod <behdad@behdad.org>
124887 Date:   Sun Apr 21 15:13:08 2013 -0400
124888
124889     Remove unneeded code
124890     
124891     We always push a pause at the end such that each lookup falls in exactly
124892     one pause_map_t.  Now, only if I can find a better name for that...
124893
124894  src/hb-ot-map-private.hh |  2 +-
124895  src/hb-ot-map.cc         | 12 +-----------
124896  2 files changed, 2 insertions(+), 12 deletions(-)
124897
124898 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
124899 Author: Behdad Esfahbod <behdad@behdad.org>
124900 Date:   Fri Apr 19 16:32:06 2013 -0400
124901
124902     0.9.16
124903
124904  NEWS         | 13 ++++++++++++-
124905  configure.ac |  2 +-
124906  2 files changed, 13 insertions(+), 2 deletions(-)
124907
124908 commit 8659c636087e433f56da458351e8b4d85fdb347c
124909 Author: Behdad Esfahbod <behdad@behdad.org>
124910 Date:   Fri Apr 19 14:33:17 2013 -0400
124911
124912     Hand-code bsearch in the hot inner loop.
124913     
124914     Saves another 3 / 4 percent with Amiri.
124915
124916  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
124917  1 file changed, 15 insertions(+), 14 deletions(-)
124918
124919 commit 797d76d07f80d796a825d850772087104e5a2575
124920 Author: Behdad Esfahbod <behdad@behdad.org>
124921 Date:   Thu Apr 18 19:04:12 2013 -0400
124922
124923     Minor
124924
124925  src/hb-ot-layout-common-private.hh | 3 +--
124926  1 file changed, 1 insertion(+), 2 deletions(-)
124927
124928 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
124929 Author: Behdad Esfahbod <behdad@behdad.org>
124930 Date:   Wed Apr 17 23:49:54 2013 -0400
124931
124932     [util] Unbreak --show-text / --show-unicode
124933
124934  util/shape-consumer.hh | 4 ++--
124935  1 file changed, 2 insertions(+), 2 deletions(-)
124936
124937 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
124938 Author: Behdad Esfahbod <behdad@behdad.org>
124939 Date:   Wed Apr 17 23:04:03 2013 -0400
124940
124941     Obssesive optimization
124942     
124943     Not measurable by any means, but conceptually this is faster since
124944     the mask matches more often than the digest.
124945
124946  src/hb-ot-layout-gpos-table.hh | 4 ++--
124947  src/hb-ot-layout-gsub-table.hh | 8 ++++----
124948  2 files changed, 6 insertions(+), 6 deletions(-)
124949
124950 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
124951 Author: Behdad Esfahbod <behdad@behdad.org>
124952 Date:   Wed Apr 17 19:01:49 2013 -0400
124953
124954     Remove HB_DEBUG_SET_DIGESTS
124955     
124956     Wasn't correct with the new combiner.  I should add it back somehow,
124957     but for now the digests seem to be working very well...
124958
124959  src/hb-set-private.hh | 16 +---------------
124960  src/hb-set.cc         | 14 --------------
124961  2 files changed, 1 insertion(+), 29 deletions(-)
124962
124963 commit f7466ee76f2bd3812209426e2c39fe517227406d
124964 Author: Behdad Esfahbod <behdad@behdad.org>
124965 Date:   Wed Apr 17 18:20:44 2013 -0400
124966
124967     Remove hb_set_digest_common_bits_t
124968     
124969     Was unused.
124970
124971  src/hb-set-private.hh | 38 --------------------------------------
124972  1 file changed, 38 deletions(-)
124973
124974 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
124975 Author: Behdad Esfahbod <behdad@behdad.org>
124976 Date:   Wed Apr 17 18:19:21 2013 -0400
124977
124978     Improve hb_set_digest_t
124979     
124980     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
124981     much anything I tested.
124982
124983  src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
124984  1 file changed, 23 insertions(+), 5 deletions(-)
124985
124986 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
124987 Author: Behdad Esfahbod <behdad@behdad.org>
124988 Date:   Wed Apr 17 17:45:39 2013 -0400
124989
124990     Templatize hb_set_digest_lowest_bits_t filter
124991
124992  src/hb-set-private.hh | 21 +++++++++++++++++----
124993  1 file changed, 17 insertions(+), 4 deletions(-)
124994
124995 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
124996 Author: Behdad Esfahbod <behdad@behdad.org>
124997 Date:   Wed Apr 17 17:26:56 2013 -0400
124998
124999     Add comment
125000
125001  src/hb-set-private.hh | 8 ++++++++
125002  1 file changed, 8 insertions(+)
125003
125004 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
125005 Author: Behdad Esfahbod <behdad@behdad.org>
125006 Date:   Tue Apr 16 23:21:38 2013 -0400
125007
125008     Add hb_set_digest_combiner_t
125009
125010  src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
125011  1 file changed, 20 insertions(+), 13 deletions(-)
125012
125013 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
125014 Author: Behdad Esfahbod <behdad@behdad.org>
125015 Date:   Tue Apr 16 23:13:10 2013 -0400
125016
125017     Speed up Speed up hb_set_digest_common_bits_t calcs
125018     
125019     Correctly this time.
125020
125021  src/hb-set-private.hh | 8 +++++---
125022  1 file changed, 5 insertions(+), 3 deletions(-)
125023
125024 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
125025 Author: Behdad Esfahbod <behdad@behdad.org>
125026 Date:   Tue Apr 16 21:50:33 2013 -0400
125027
125028     Initialize set digests
125029     
125030     We were not initializing the digests properly and as a result they were
125031     being initialized to zero, making digest1 to never do any useful work.
125032     
125033     Speeds up Amiri shaping significantly.
125034
125035  src/hb-ot-layout.cc                        | 6 ++++++
125036  src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
125037  2 files changed, 9 insertions(+), 1 deletion(-)
125038
125039 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
125040 Author: Behdad Esfahbod <behdad@behdad.org>
125041 Date:   Tue Apr 16 21:57:21 2013 -0400
125042
125043     Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
125044
125045  src/hb-set-private.hh | 13 +++++++++++++
125046  src/hb-set.cc         | 13 +++++++++++++
125047  2 files changed, 26 insertions(+)
125048
125049 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
125050 Author: Behdad Esfahbod <behdad@behdad.org>
125051 Date:   Tue Apr 16 21:47:40 2013 -0400
125052
125053     Revert "Speed up hb_set_digest_common_bits_t calcs"
125054     
125055     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
125056     
125057     The calculations were buggy.  It's not worth optimizing right now.
125058
125059  src/hb-set-private.hh | 6 +++---
125060  1 file changed, 3 insertions(+), 3 deletions(-)
125061
125062 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
125063 Author: Behdad Esfahbod <behdad@behdad.org>
125064 Date:   Tue Apr 16 16:11:09 2013 -0400
125065
125066     Fix typo in unused macro
125067
125068  src/hb-private.hh | 2 +-
125069  1 file changed, 1 insertion(+), 1 deletion(-)
125070
125071 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
125072 Author: Behdad Esfahbod <behdad@behdad.org>
125073 Date:   Thu Apr 11 16:31:01 2013 -0400
125074
125075     [util] Add --num-iterations
125076     
125077     Useful for profiling shapers.
125078
125079  util/options.cc        |  1 +
125080  util/options.hh        |  2 ++
125081  util/shape-consumer.hh | 15 +++++++++------
125082  3 files changed, 12 insertions(+), 6 deletions(-)
125083
125084 commit 08677c250767bfc2c0dd1fc934dea92984741291
125085 Author: Behdad Esfahbod <behdad@behdad.org>
125086 Date:   Thu Apr 11 14:45:58 2013 -0400
125087
125088     [old] Speed up Unicode properties access in hb-old shaper
125089     
125090     Just to be sure it's not punishing the old shaper performance
125091     numbers.  Doesn't seem to have a measurable effect.
125092
125093  src/hb-old/harfbuzz-arabic.c   | 44 +++++++++++++++++++++---------------------
125094  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
125095  src/hb-old/harfbuzz-greek.c    |  2 +-
125096  src/hb-old/harfbuzz-hebrew.c   |  2 +-
125097  src/hb-old/harfbuzz-indic.cpp  | 10 +++++-----
125098  src/hb-old/harfbuzz-shaper.cpp |  6 ++++--
125099  src/hb-old/harfbuzz-shaper.h   |  1 +
125100  7 files changed, 43 insertions(+), 40 deletions(-)
125101
125102 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
125103 Author: Behdad Esfahbod <behdad@behdad.org>
125104 Date:   Thu Apr 11 13:38:37 2013 -0400
125105
125106     [git.mk] Update
125107
125108  git.mk | 33 ++++++++++++++++++++-------------
125109  1 file changed, 20 insertions(+), 13 deletions(-)
125110
125111 commit ef9e02eddfc9a37d50723e96839635d79191d849
125112 Author: Behdad Esfahbod <behdad@behdad.org>
125113 Date:   Tue Apr 9 14:06:54 2013 -0400
125114
125115     Minor
125116
125117  src/test.cc | 1 +
125118  1 file changed, 1 insertion(+)
125119
125120 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
125121 Author: Behdad Esfahbod <behdad@behdad.org>
125122 Date:   Fri Apr 5 18:02:43 2013 -0400
125123
125124     0.9.15
125125
125126  NEWS         | 10 ++++++++++
125127  configure.ac |  2 +-
125128  2 files changed, 11 insertions(+), 1 deletion(-)
125129
125130 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
125131 Author: Behdad Esfahbod <behdad@behdad.org>
125132 Date:   Fri Apr 5 17:58:25 2013 -0400
125133
125134     [git.mk] Ignore ar-lib
125135
125136  git.mk | 1 +
125137  1 file changed, 1 insertion(+)
125138
125139 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
125140 Author: Behdad Esfahbod <behdad@behdad.org>
125141 Date:   Fri Apr 5 12:38:58 2013 -0400
125142
125143     Add note re Hangul shaping
125144
125145  src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
125146  1 file changed, 14 insertions(+)
125147
125148 commit 269de14dda7a86a20917fa9ea6a5864929c41364
125149 Author: Behdad Esfahbod <behdad@behdad.org>
125150 Date:   Thu Apr 4 23:06:54 2013 -0400
125151
125152     Don't compose Hangul jamo
125153     
125154     See thread "an issue regarding discrepancy between Korean and Unicode
125155     standards" on the mailing list for the rationale.  In short: Uniscribe
125156     doesn't, so fonts are designed to work without it.
125157
125158  src/hb-ot-shape-complex-default.cc   |  6 ------
125159  src/hb-ot-shape-normalize-private.hh |  1 -
125160  src/hb-ot-shape-normalize.cc         | 11 +++++------
125161  3 files changed, 5 insertions(+), 13 deletions(-)
125162
125163 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
125164 Author: Behdad Esfahbod <behdad@behdad.org>
125165 Date:   Thu Apr 4 15:02:03 2013 -0400
125166
125167     Put back MemoryBarrier fallback implementation on MINGW32
125168     
125169     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
125170     but only if under MINGW32, so it doesn't affect MSVC.
125171
125172  src/hb-atomic-private.hh | 8 ++++++++
125173  1 file changed, 8 insertions(+)
125174
125175 commit f368ba4a9edec4e297616698097546e8e6c89e53
125176 Author: Behdad Esfahbod <behdad@behdad.org>
125177 Date:   Thu Apr 4 14:25:36 2013 -0400
125178
125179     [Arabic] Zero marks by GDEF, not Unicode category
125180     
125181     Testing shows that this is closer to what Uniscribe does.
125182     
125183     Reported by Khaled Hosny:
125184     
125185     """
125186     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
125187     ...
125188     This commit is causing a regression with Amiri, the string “هَٰذ” with
125189     Uniscribe and HarfBuzz before this commit, gives:
125190     
125191             [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
125192     
125193     But now it gives:
125194     
125195             [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
125196     
125197     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
125198     """
125199     
125200     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
125201
125202  src/hb-ot-shape-complex-arabic.cc | 2 +-
125203  1 file changed, 1 insertion(+), 1 deletion(-)
125204
125205 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
125206 Author: Behdad Esfahbod <behdad@behdad.org>
125207 Date:   Thu Apr 4 12:06:46 2013 -0400
125208
125209     Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64 instead
125210
125211  src/check-symbols.sh | 2 +-
125212  1 file changed, 1 insertion(+), 1 deletion(-)
125213
125214 commit 7148dc1a978610af25b4f490691a62d709c8c463
125215 Author: Behdad Esfahbod <behdad@behdad.org>
125216 Date:   Tue Apr 2 14:08:53 2013 -0400
125217
125218     [graphite2] Don't crash if language is not set
125219     
125220     https://bugs.webkit.org/show_bug.cgi?id=113796
125221
125222  src/hb-graphite2.cc | 2 +-
125223  1 file changed, 1 insertion(+), 1 deletion(-)
125224
125225 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
125226 Author: Behdad Esfahbod <behdad@behdad.org>
125227 Date:   Thu Mar 21 21:02:16 2013 -0400
125228
125229     Minor
125230
125231  src/hb-ot-shape-normalize.cc | 4 +---
125232  1 file changed, 1 insertion(+), 3 deletions(-)
125233
125234 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
125235 Author: Behdad Esfahbod <behdad@behdad.org>
125236 Date:   Thu Mar 21 16:26:39 2013 -0400
125237
125238     Remove gthread leftovers
125239     
125240     We don't use gthread anymore, remove leftovers.
125241
125242  configure.ac         | 6 ------
125243  test/api/Makefile.am | 4 ++--
125244  test/api/hb-test.h   | 3 ---
125245  3 files changed, 2 insertions(+), 11 deletions(-)
125246
125247 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
125248 Author: Behdad Esfahbod <behdad@behdad.org>
125249 Date:   Thu Mar 21 16:25:20 2013 -0400
125250
125251     Minor
125252
125253  configure.ac | 16 ++++++++--------
125254  1 file changed, 8 insertions(+), 8 deletions(-)
125255
125256 commit f872a17462a75a3493623747bf3a3fbe54556c7b
125257 Author: Behdad Esfahbod <behdad@behdad.org>
125258 Date:   Thu Mar 21 13:38:06 2013 -0400
125259
125260     0.9.14
125261
125262  NEWS         | 14 ++++++++++++++
125263  configure.ac |  2 +-
125264  2 files changed, 15 insertions(+), 1 deletion(-)
125265
125266 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
125267 Author: Behdad Esfahbod <behdad@behdad.org>
125268 Date:   Tue Mar 19 06:59:40 2013 -0400
125269
125270     Remove Hangul filler characters from Default_Ignorable chars
125271     
125272     See discussion on mailing list.
125273
125274  src/hb-unicode-private.hh                                      | 10 +++++++---
125275  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
125276  2 files changed, 8 insertions(+), 3 deletions(-)
125277
125278 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
125279 Author: Behdad Esfahbod <behdad@behdad.org>
125280 Date:   Tue Mar 19 05:53:26 2013 -0400
125281
125282     [Indic] Futher adjust ZWJ handling in Indic-like shapers
125283     
125284     After the Ngapi hackfest work, we were assuming that fonts
125285     won't use presentation features to choose specific forms
125286     (eg. conjuncts).  As such, we were using auto-joiner behavior
125287     for such features.  It proved to be troublesome as many fonts
125288     used presentation forms ('pres') for example to form conjuncts,
125289     which need to be disabled when a ZWJ is inserted.
125290     
125291     Two examples:
125292     
125293             U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
125294             U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
125295     
125296     What we do now is to never do magic to ZWJ during GSUB's main input
125297     match for Indic-style shapers.  Note that backtrack/lookahead are still
125298     matched liberally, as is GPOS.  This seems to be an acceptable
125299     compromise.
125300     
125301     As to the bug that initially started this work, that one needs to
125302     be fixed differently:
125303     
125304       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
125305       provide same results as Windows8
125306       https://bugs.freedesktop.org/show_bug.cgi?id=58714
125307     
125308     New numbers:
125309     
125310     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
125311     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
125312     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
125313     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
125314     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
125315     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
125316     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
125317     MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed (0.0221304%)
125318     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
125319     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
125320     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
125321     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
125322     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
125323
125324  src/hb-ot-layout-gsubgpos-private.hh               | 30 ++++++++--------------
125325  src/hb-ot-layout-private.hh                        |  4 +--
125326  src/hb-ot-layout.cc                                |  8 +++---
125327  src/hb-ot-map-private.hh                           |  8 +++---
125328  src/hb-ot-map.cc                                   | 18 ++++++-------
125329  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
125330  src/hb-ot-shape-complex-indic.cc                   | 30 +++++++++++-----------
125331  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
125332  src/hb-ot-shape-complex-sea.cc                     |  4 +--
125333  src/hb-ot-shape-fallback.cc                        |  2 +-
125334  .../indic/script-bengali/misc/misc.txt             |  1 +
125335  .../indic/script-malayalam/misc/misc.txt           |  1 +
125336  12 files changed, 53 insertions(+), 59 deletions(-)
125337
125338 commit 8226fb56f131362db877dc4be6857c684b8fd022
125339 Author: Behdad Esfahbod <behdad@behdad.org>
125340 Date:   Tue Mar 19 05:22:27 2013 -0400
125341
125342     Allow disabling ICU by using a fake icu-config script
125343
125344  configure.ac | 4 ++--
125345  1 file changed, 2 insertions(+), 2 deletions(-)
125346
125347 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
125348 Author: Behdad Esfahbod <behdad@behdad.org>
125349 Date:   Mon Mar 11 20:18:49 2013 -0400
125350
125351     [travis] Install libicu
125352
125353  .travis.yml | 5 +++--
125354  1 file changed, 3 insertions(+), 2 deletions(-)
125355
125356 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
125357 Author: Behdad Esfahbod <behdad@behdad.org>
125358 Date:   Mon Mar 11 19:53:44 2013 -0400
125359
125360     Add build system fallback to icu-config
125361     
125362     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
125363     files.  That's quite unfortunate.  Work around it.
125364     
125365     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
125366
125367  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
125368  1 file changed, 37 insertions(+)
125369
125370 commit 190e19e6842875c7a487c66235300ee6b42fb5da
125371 Author: Behdad Esfahbod <behdad@behdad.org>
125372 Date:   Sat Mar 9 20:30:22 2013 -0500
125373
125374     [ft] Remove TODO items that I'm not going to fix
125375
125376  src/hb-ft.cc | 7 +------
125377  1 file changed, 1 insertion(+), 6 deletions(-)
125378
125379 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
125380 Author: Behdad Esfahbod <behdad@behdad.org>
125381 Date:   Sat Mar 9 20:27:55 2013 -0500
125382
125383     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
125384     
125385     That flag is redundant, deprecated, and ignored since April 2011.
125386     From FreeType git log:
125387     
125388     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
125389     Author: Behdad Esfahbod <behdad@behdad.org>
125390     Date:   Thu Apr 21 08:21:37 2011 +0200
125391     
125392         Always ignore global advance.
125393     
125394         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
125395         deprecated, and ignored.  The new behavior is what every major user
125396         of FreeType has been requesting.  Global advance is broken in many
125397         CJK fonts.  Just ignoring it by default makes most sense.
125398     
125399         * src/truetype/ttdriver.c (tt_get_advances),
125400         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
125401         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
125402         src/truetype/ttgload.h: Implement it.
125403     
125404         * docs/CHANGES: Updated.
125405
125406  src/hb-ft.cc | 2 --
125407  1 file changed, 2 deletions(-)
125408
125409 commit c5d91f39802078fc6f6de71940739ec4d04eca07
125410 Author: Behdad Esfahbod <behdad@behdad.org>
125411 Date:   Sat Mar 9 04:34:21 2013 -0500
125412
125413     Add hb_auto_array_t
125414
125415  src/hb-private.hh | 8 ++++++++
125416  1 file changed, 8 insertions(+)
125417
125418 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
125419 Author: Behdad Esfahbod <behdad@behdad.org>
125420 Date:   Sat Mar 9 01:59:30 2013 -0500
125421
125422     [OTLayout] Move code around
125423
125424  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
125425  src/hb-ot-layout-gsub-table.hh | 115 +++++++++++++++++++++--------------------
125426  2 files changed, 75 insertions(+), 73 deletions(-)
125427
125428 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
125429 Author: Behdad Esfahbod <behdad@behdad.org>
125430 Date:   Sat Mar 9 01:55:04 2013 -0500
125431
125432     [OTLayout] Rename process() to dispatch()
125433
125434  src/hb-open-type-private.hh          |  2 +-
125435  src/hb-ot-layout-gpos-table.hh       | 80 ++++++++++++++++++------------------
125436  src/hb-ot-layout-gsub-table.hh       | 78 +++++++++++++++++------------------
125437  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
125438  4 files changed, 98 insertions(+), 98 deletions(-)
125439
125440 commit 2761e8a632c14353f286708898be8df6ebad7407
125441 Author: Behdad Esfahbod <behdad@behdad.org>
125442 Date:   Thu Mar 7 20:51:30 2013 -0500
125443
125444     [win32] Remove MemoryBarrier() fallback implementation
125445     
125446     I added these because the older mingw32 toolchain didn't have
125447     MemoryBarrier().  The newer mingw-w64 toolchain however has.
125448     As reported by John Emmas this was causing build failure with
125449     MSVC (on glib) because of inline issues.  But that reminded me
125450     that we may be taking this path even if the system implements
125451     MemoryBarrier as a function, which is a waste.  So, just remove
125452     it.
125453
125454  src/hb-atomic-private.hh | 14 +-------------
125455  1 file changed, 1 insertion(+), 13 deletions(-)
125456
125457 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
125458 Author: Behdad Esfahbod <behdad@behdad.org>
125459 Date:   Wed Mar 6 20:21:11 2013 -0500
125460
125461     [build] Port to newer automake recommended syntax
125462
125463  test/api/Makefile.am | 4 ++--
125464  1 file changed, 2 insertions(+), 2 deletions(-)
125465
125466 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
125467 Author: Behdad Esfahbod <behdad@behdad.org>
125468 Date:   Wed Mar 6 20:20:45 2013 -0500
125469
125470     Move valgrind suppressions to the correct directory
125471
125472  test/{ => api}/.valgrind-suppressions | 0
125473  1 file changed, 0 insertions(+), 0 deletions(-)
125474
125475 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
125476 Author: Behdad Esfahbod <behdad@behdad.org>
125477 Date:   Wed Mar 6 20:05:34 2013 -0500
125478
125479     [build] Add AM_PROG_AR
125480     
125481     Newer automake / libtools warns otherwise.
125482
125483  configure.ac | 1 +
125484  1 file changed, 1 insertion(+)
125485
125486 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
125487 Author: Behdad Esfahbod <behdad@behdad.org>
125488 Date:   Wed Mar 6 19:37:31 2013 -0500
125489
125490     [FT] Just return if glyph name not found
125491     
125492     The fallback happens in higher level already.  No need to do here.
125493
125494  src/hb-ft.cc | 4 ++--
125495  1 file changed, 2 insertions(+), 2 deletions(-)
125496
125497 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
125498 Author: Behdad Esfahbod <behdad@behdad.org>
125499 Date:   Wed Mar 6 00:53:24 2013 -0500
125500
125501     [Indic] Minor
125502
125503  src/hb-ot-shape-complex-indic.cc | 2 +-
125504  1 file changed, 1 insertion(+), 1 deletion(-)
125505
125506 commit 8144936d072f94104242edf9e7aaa31d315b4094
125507 Author: Behdad Esfahbod <behdad@behdad.org>
125508 Date:   Tue Mar 5 20:08:59 2013 -0500
125509
125510     [Indic] Work around fonts with broken new-spec tables
125511     
125512     See comments, and this thread:
125513     
125514     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
125515     
125516     Originally reported here:
125517     
125518     https://code.google.com/p/chromium/issues/detail?id=96143
125519     
125520     Doesn't change test suite numbers.
125521
125522  src/hb-ot-shape-complex-indic.cc | 42 +++++++++++++++++++++++++++-------------
125523  1 file changed, 29 insertions(+), 13 deletions(-)
125524
125525 commit dfb799f57572e8123035a42a30f93c7fc4d37692
125526 Author: Behdad Esfahbod <behdad@behdad.org>
125527 Date:   Tue Mar 5 17:23:33 2013 -0500
125528
125529     [travis] Oops.  Run make check, not make test!
125530
125531  .travis.yml | 2 +-
125532  1 file changed, 1 insertion(+), 1 deletion(-)
125533
125534 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
125535 Author: Behdad Esfahbod <behdad@behdad.org>
125536 Date:   Tue Mar 5 02:35:31 2013 -0500
125537
125538     Run autogen.sh, not configure, in travis-ci
125539
125540  .travis.yml | 1 +
125541  1 file changed, 1 insertion(+)
125542
125543 commit 5f705b437cb116275a8c20366e694d740bce715c
125544 Author: Behdad Esfahbod <behdad@behdad.org>
125545 Date:   Tue Mar 5 01:37:44 2013 -0500
125546
125547     Add .travis.yml for continuous building with travis-ci.org
125548     
125549     Notifications sent to IRC channel and mailing list.
125550
125551  .travis.yml | 12 ++++++++++++
125552  1 file changed, 12 insertions(+)
125553
125554 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
125555 Author: Behdad Esfahbod <behdad@behdad.org>
125556 Date:   Mon Mar 4 21:29:38 2013 -0500
125557
125558     Fix distcheck
125559
125560  src/Makefile.am | 2 ++
125561  1 file changed, 2 insertions(+)
125562
125563 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
125564 Author: Behdad Esfahbod <behdad@behdad.org>
125565 Date:   Mon Mar 4 20:56:15 2013 -0500
125566
125567     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
125568     
125569         Move reusable list of files into variable definitions modules can
125570         reuse
125571
125572  Makefile.am | 22 ++++------------------
125573  git.mk      | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
125574  2 files changed, 60 insertions(+), 21 deletions(-)
125575
125576 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
125577 Author: Behdad Esfahbod <behdad@behdad.org>
125578 Date:   Mon Mar 4 18:52:12 2013 -0500
125579
125580     Add libtool m4 macros to MAINTAINERCLEANFILES
125581
125582  Makefile.am | 5 +++++
125583  1 file changed, 5 insertions(+)
125584
125585 commit 41732f1fe3ce856d8bb95850635034537b6ba047
125586 Author: Behdad Esfahbod <behdad@behdad.org>
125587 Date:   Wed Feb 27 20:40:54 2013 -0500
125588
125589     [Indic] Help compiler put indic_features table in .rodata
125590     
125591     The overridden "or" operator was preventing the flag expression from
125592     being const, and putting the table in .data instead or .rodata.
125593
125594  src/hb-ot-map-private.hh         |  2 ++
125595  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
125596  2 files changed, 14 insertions(+), 12 deletions(-)
125597
125598 commit 778d7f844cb330289830c95431269db06ba1c969
125599 Author: Behdad Esfahbod <behdad@behdad.org>
125600 Date:   Wed Feb 27 18:47:26 2013 -0500
125601
125602     [buffer] Better parse glyph names
125603
125604  src/hb-buffer-deserialize-json.rl | 9 ++++++---
125605  src/hb-buffer-deserialize-text.rl | 5 ++++-
125606  2 files changed, 10 insertions(+), 4 deletions(-)
125607
125608 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
125609 Author: Behdad Esfahbod <behdad@behdad.org>
125610 Date:   Wed Feb 27 18:39:37 2013 -0500
125611
125612     [buffer] Implement buffer deserialization for format=json
125613     
125614     Using a ragel machine.
125615
125616  src/Makefile.am                   |   2 +
125617  src/hb-buffer-deserialize-json.rl | 129 ++++++++++++++++++++++++++++++++++++++
125618  src/hb-buffer-deserialize-text.rl |  52 +--------------
125619  src/hb-buffer-serialize.cc        |  45 +++++++++++--
125620  src/hb-private.hh                 |   6 +-
125621  src/hb-shape.cc                   |   2 -
125622  src/test-buffer-serialize.cc      |   4 +-
125623  7 files changed, 179 insertions(+), 61 deletions(-)
125624
125625 commit 847794e929831750e97525137ab5e285ccd1064e
125626 Author: Behdad Esfahbod <behdad@behdad.org>
125627 Date:   Wed Feb 27 17:59:28 2013 -0500
125628
125629     [buffer] Implement buffer deserialization for format=text
125630     
125631     Using a ragel machine.
125632
125633  src/Makefile.am                   |   2 +
125634  src/hb-buffer-deserialize-text.rl | 169 ++++++++++++++++++++++++++++++++++++++
125635  src/hb-buffer-private.hh          |   3 +-
125636  src/hb-buffer-serialize.cc        |  36 +++-----
125637  src/hb-buffer.cc                  |  13 ++-
125638  src/hb-buffer.h                   |   2 +-
125639  src/hb-private.hh                 |   5 +-
125640  src/hb-shape.cc                   |   9 +-
125641  src/test-buffer-serialize.cc      |  16 +++-
125642  9 files changed, 221 insertions(+), 34 deletions(-)
125643
125644 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
125645 Author: Behdad Esfahbod <behdad@behdad.org>
125646 Date:   Wed Feb 27 16:09:55 2013 -0500
125647
125648     [buffer] Fix serializing of buffer with invalid direction
125649
125650  src/hb-buffer-serialize.cc | 2 +-
125651  1 file changed, 1 insertion(+), 1 deletion(-)
125652
125653 commit e54dd26300f50eb19907a9d39269a363279b3e07
125654 Author: Behdad Esfahbod <behdad@behdad.org>
125655 Date:   Wed Feb 27 13:01:02 2013 -0500
125656
125657     [buffer] Start implementing buffer deserialization
125658
125659  src/Makefile.am              |  12 ++++-
125660  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
125661  src/hb-buffer.h              |   2 +-
125662  src/test-buffer-serialize.cc | 114 +++++++++++++++++++++++++++++++++++++++++++
125663  4 files changed, 187 insertions(+), 5 deletions(-)
125664
125665 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
125666 Author: Behdad Esfahbod <behdad@behdad.org>
125667 Date:   Wed Feb 27 12:02:42 2013 -0500
125668
125669     [buffer] Minor
125670
125671  src/hb-buffer-serialize.cc | 10 +++++++---
125672  src/hb-buffer.h            |  4 ++--
125673  2 files changed, 9 insertions(+), 5 deletions(-)
125674
125675 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
125676 Author: Behdad Esfahbod <behdad@behdad.org>
125677 Date:   Wed Feb 27 11:06:36 2013 -0500
125678
125679     [buffer] Move buffer serialization code to a new file
125680
125681  Android.mk                 |   1 +
125682  src/Makefile.am            |   1 +
125683  src/hb-buffer-serialize.cc | 251 +++++++++++++++++++++++++++++++++++++++++++++
125684  src/hb-buffer.cc           | 228 ----------------------------------------
125685  4 files changed, 253 insertions(+), 228 deletions(-)
125686
125687 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
125688 Author: Behdad Esfahbod <behdad@behdad.org>
125689 Date:   Wed Feb 27 17:48:31 2013 -0500
125690
125691     Minor
125692
125693  src/hb-shape.cc | 2 ++
125694  1 file changed, 2 insertions(+)
125695
125696 commit 94789fd6012125acc8426dd88df97f03b0948ea5
125697 Author: Behdad Esfahbod <behdad@behdad.org>
125698 Date:   Tue Feb 26 21:22:37 2013 -0500
125699
125700     [Indic] Sort pre-base reordering consonants with post-forms
125701     
125702     Before, we were marking them as below-form for initial reordering.
125703     However, there is a rule that says "post consonants should follow
125704     below consonsnts" for base determination purposes.  Malayalam has
125705     port-form YA/VA, and RA is pre-base.  As such, for a sequence like
125706     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
125707     because the code was seeing RA as a below-base, it was stopping at
125708     the second YA as base, instead of jumping it as a post-base.
125709     
125710     By treating prebase-reordering consonants like post-forms, this
125711     is fixed.
125712     
125713     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
125714     
125715     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
125716     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
125717     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
125718     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
125719     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
125720     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
125721     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
125722     MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed (0.0252782%)
125723     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
125724     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
125725     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
125726     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
125727     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
125728
125729  src/hb-ot-shape-complex-indic.cc | 2 +-
125730  1 file changed, 1 insertion(+), 1 deletion(-)
125731
125732 commit 6d69a2cec158061ef097c488d08813c9503824b8
125733 Author: Behdad Esfahbod <behdad@behdad.org>
125734 Date:   Tue Feb 26 19:35:50 2013 -0500
125735
125736     [tests] Add Malayalam tests frim cibu
125737
125738  .../indic/script-malayalam/misc/MANIFEST           |   1 +
125739  .../indic/script-malayalam/misc/cibu.txt           | 188 +++++++++++++++++++++
125740  2 files changed, 189 insertions(+)
125741
125742 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
125743 Author: Behdad Esfahbod <behdad@behdad.org>
125744 Date:   Tue Feb 26 15:01:45 2013 -0500
125745
125746     Update Android.mk
125747
125748  Android.mk | 3 +++
125749  1 file changed, 3 insertions(+)
125750
125751 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
125752 Author: Behdad Esfahbod <behdad@behdad.org>
125753 Date:   Mon Feb 25 23:57:51 2013 -0500
125754
125755     Fix "comparison between signed and unsigned" warnings
125756     
125757     Patch from Jonathan Kew.
125758
125759  src/hb-open-type-private.hh | 2 +-
125760  1 file changed, 1 insertion(+), 1 deletion(-)
125761
125762 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
125763 Author: Behdad Esfahbod <behdad@behdad.org>
125764 Date:   Mon Feb 25 19:09:57 2013 -0500
125765
125766     Give up sanitizing after 100 edit requests
125767     
125768     Such fonts are *definitely* really broken.  Give up.
125769     Limits time spent in sanitize for extremely / deliberately broken
125770     fonts.  For example, two fonts with these md5sum / names:
125771     
125772       9343f0a1b8c84b8123e7d201cae62ffd.ttf
125773       eb8c978547f09d368fc204194fb34688.ttf
125774     
125775     were spending over a second in sanitize!  Not anymore.
125776
125777  src/hb-open-type-private.hh | 7 +++++++
125778  1 file changed, 7 insertions(+)
125779
125780 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
125781 Author: Behdad Esfahbod <behdad@behdad.org>
125782 Date:   Mon Feb 25 19:04:56 2013 -0500
125783
125784     Add HB_DEBUG_VERBOSE
125785     
125786     Only affects the verbosity of function name printing right now.
125787
125788  src/hb-private.hh | 6 +++++-
125789  1 file changed, 5 insertions(+), 1 deletion(-)
125790
125791 commit 05686b5f697ed40dd21b330d044c3c286461fb26
125792 Author: Behdad Esfahbod <behdad@behdad.org>
125793 Date:   Mon Feb 25 18:19:20 2013 -0500
125794
125795     0.9.13
125796
125797  NEWS         | 29 +++++++++++++++++++++++++++++
125798  configure.ac |  2 +-
125799  2 files changed, 30 insertions(+), 1 deletion(-)
125800
125801 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
125802 Author: Behdad Esfahbod <behdad@behdad.org>
125803 Date:   Mon Feb 25 17:54:10 2013 -0500
125804
125805     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
125806
125807  test/api/test-blob.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++------
125808  1 file changed, 51 insertions(+), 6 deletions(-)
125809
125810 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
125811 Author: Behdad Esfahbod <behdad@behdad.org>
125812 Date:   Mon Feb 25 17:06:35 2013 -0500
125813
125814     Always create sub-blobs in MEMORY_MODE_READONLY
125815     
125816     This fixes a design bug with sanitize and sub-blobs that can
125817     cause crashes.  Jonathan and I found and debugged this issue
125818     when we tested a corrupt font with the md5sum / filename:
125819     ea395483d37af0cb933f40689ff7b60a.  Two hours of intense
125820     debugging we found out that the font has overlapping GSUB/GPOS
125821     tables, and as such, sanitizing the second table can modify
125822     the first one, which can cause all kinds of undefined behavior.
125823     
125824     The correct way to fix this is to make sure sub-blobs are
125825     always created readonly, since we consider the parent blob
125826     to be a shared resource and can't modify it, even if it *is*
125827     writable.
125828     
125829     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
125830     unused...  Maybe we should simply remove / deprecate it.
125831
125832  src/hb-blob.cc |  2 +-
125833  src/hb-blob.h  | 26 ++++++++++++++++++++++++++
125834  2 files changed, 27 insertions(+), 1 deletion(-)
125835
125836 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
125837 Author: Behdad Esfahbod <behdad@behdad.org>
125838 Date:   Thu Feb 21 15:54:05 2013 -0500
125839
125840     Minor
125841
125842  src/hb-ot-layout-private.hh | 10 +++++-----
125843  1 file changed, 5 insertions(+), 5 deletions(-)
125844
125845 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
125846 Author: Behdad Esfahbod <behdad@behdad.org>
125847 Date:   Thu Feb 21 15:39:57 2013 -0500
125848
125849     Port TrueType-kerning to use skippy iterator
125850     
125851     It skips joiners and default ignorables now.  Skips marks too, but only
125852     if there is proper GDEF classes for marks.
125853
125854  src/hb-ot-shape-fallback.cc | 50 +++++++++++++++++++++++++--------------------
125855  1 file changed, 28 insertions(+), 22 deletions(-)
125856
125857 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
125858 Author: Behdad Esfahbod <behdad@behdad.org>
125859 Date:   Thu Feb 21 15:37:51 2013 -0500
125860
125861     Fixup previous commit
125862     
125863     Was not decreasing num_items.  Ouch!
125864
125865  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
125866  1 file changed, 8 insertions(+), 4 deletions(-)
125867
125868 commit ba87b8fc89bf745068ccd19264a2631ea0904846
125869 Author: Behdad Esfahbod <behdad@behdad.org>
125870 Date:   Thu Feb 21 15:23:39 2013 -0500
125871
125872     Move code around
125873
125874  src/hb-ot-shape-fallback-private.hh |  5 +++++
125875  src/hb-ot-shape-fallback.cc         | 40 +++++++++++++++++++++++++++++++++++++
125876  src/hb-ot-shape.cc                  | 38 +----------------------------------
125877  3 files changed, 46 insertions(+), 37 deletions(-)
125878
125879 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
125880 Author: Behdad Esfahbod <behdad@behdad.org>
125881 Date:   Thu Feb 21 15:07:03 2013 -0500
125882
125883     [OTLayout] Correctly skip Default_Ignorable when match_func not set
125884     
125885     When a match_func was not set on the matcher_t object (ie. from GPOS),
125886     then the Default_Ignorables (including joiners) were never skipped.
125887     This meant that they were not skipped as they should during GPOS
125888     matching.  Fix that.
125889     
125890     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
125891     up from 290 and 58 respectively, but in both cases new results are
125892     superior to Uniscribe, as they apply GPOS when we weren't (and
125893     Uniscribe isn't) before.
125894     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
125895     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
125896     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
125897     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
125898     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
125899     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
125900     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
125901     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed (0.0334817%)
125902     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
125903     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
125904     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
125905     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
125906     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
125907
125908  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++++++++++++----------
125909  1 file changed, 22 insertions(+), 10 deletions(-)
125910
125911 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
125912 Author: Behdad Esfahbod <behdad@behdad.org>
125913 Date:   Thu Feb 21 14:51:40 2013 -0500
125914
125915     Minor
125916
125917  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
125918  1 file changed, 2 insertions(+), 4 deletions(-)
125919
125920 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
125921 Author: Behdad Esfahbod <behdad@behdad.org>
125922 Date:   Tue Feb 19 00:58:10 2013 -0500
125923
125924     [tests] Add Myanmar torture tests from Martin Hosken
125925
125926  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
125927  .../shaper-myanmar/script-myanmar/misc/torture.txt | 23 ++++++++++++++++++++++
125928  2 files changed, 24 insertions(+)
125929
125930 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
125931 Author: Behdad Esfahbod <behdad@behdad.org>
125932 Date:   Tue Feb 19 00:50:46 2013 -0500
125933
125934     Minor
125935     
125936     Moving files around
125937
125938  test/shaping/texts/in-tree/MANIFEST                                     | 2 --
125939  test/shaping/texts/in-tree/shaper-default/MANIFEST                      | 2 ++
125940  .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST   | 0
125941  .../{script-default => shaper-default/script-hangul}/misc/MANIFEST      | 0
125942  .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt       | 0
125943  .../script-hangul => shaper-default/script-tibetan}/MANIFEST            | 0
125944  .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST       | 0
125945  .../{script-default => shaper-default/script-tibetan}/misc/misc.txt     | 0
125946  test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       | 1 -
125947  9 files changed, 2 insertions(+), 3 deletions(-)
125948
125949 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
125950 Author: Behdad Esfahbod <behdad@behdad.org>
125951 Date:   Sun Feb 17 12:12:37 2013 -0500
125952
125953     [SEA] Fix order of pre-base reordering Ra and left matras
125954     
125955     The code was confused because it was expecting left matra to have
125956     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
125957     we were doing in this shaper.  Rewrite to rely on category only.
125958     
125959     Test case: U+AA06,U+AA34,U+AA2F
125960
125961  src/hb-ot-shape-complex-sea.cc                              | 13 +++++++------
125962  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
125963  2 files changed, 8 insertions(+), 6 deletions(-)
125964
125965 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
125966 Author: Behdad Esfahbod <behdad@behdad.org>
125967 Date:   Fri Feb 15 11:47:24 2013 -0500
125968
125969     Minor
125970
125971  src/hb-ot-layout-gsub-table.hh | 4 +---
125972  1 file changed, 1 insertion(+), 3 deletions(-)
125973
125974 commit 27589620ba2dcf356fd7fa21cd80221a07803202
125975 Author: Behdad Esfahbod <behdad@behdad.org>
125976 Date:   Fri Feb 15 11:47:09 2013 -0500
125977
125978     [OTLayout] Remove unused code
125979
125980  src/hb-open-type-private.hh | 5 -----
125981  1 file changed, 5 deletions(-)
125982
125983 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
125984 Author: Behdad Esfahbod <behdad@behdad.org>
125985 Date:   Fri Feb 15 09:33:10 2013 -0500
125986
125987     Remove TODO items that don't make sense
125988     
125989     The spec says those features need to be disabled by default.
125990
125991  TODO | 2 --
125992  1 file changed, 2 deletions(-)
125993
125994 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
125995 Author: Behdad Esfahbod <behdad@behdad.org>
125996 Date:   Fri Feb 15 09:27:02 2013 -0500
125997
125998     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
125999     
126000     This is the first character in Unicode to have Arabic left-joining
126001     behavior.  Update the machine to recognize that.
126002     
126003     Test case: U+A840,U+A872,U+A840.
126004
126005  src/hb-ot-shape-complex-arabic.cc | 40 +++++++++++++++++++--------------------
126006  1 file changed, 19 insertions(+), 21 deletions(-)
126007
126008 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
126009 Author: Behdad Esfahbod <behdad@behdad.org>
126010 Date:   Fri Feb 15 09:26:41 2013 -0500
126011
126012     [tests] Add Syriac Alaph shaping test cases
126013
126014  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
126015  .../shaper-arabic/script-syriac/misc/alaph.txt     | 98 ++++++++++++++++++++++
126016  2 files changed, 99 insertions(+)
126017
126018 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
126019 Author: Behdad Esfahbod <behdad@behdad.org>
126020 Date:   Fri Feb 15 07:51:47 2013 -0500
126021
126022     Disable automatic segment properties guessing
126023     
126024     Before, if one called hb_shape() without setting script, language, and
126025     direction on the buffer, hb_shape() was calling
126026     hb_buffer_guess_segment_properties() on the user's behalf to guess
126027     these.
126028     
126029     This is very dangerous, since any serious user of HarfBuzz must set
126030     these properly (specially important is direction).  So now, we don't
126031     guess properties by default.  People not setting direction will get
126032     an abort() now.  If the old behavior is desired (fragile, good for
126033     simple testing only), users can call
126034     hb_buffer_guess_segment_properties() on the buffer just before calling
126035     hb_shape().
126036
126037  src/hb-fallback-shape.cc | 1 -
126038  src/hb-ot-shape.cc       | 2 --
126039  src/hb-shape.cc          | 2 --
126040  util/options.hh          | 1 +
126041  4 files changed, 1 insertion(+), 5 deletions(-)
126042
126043 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
126044 Author: Behdad Esfahbod <behdad@behdad.org>
126045 Date:   Fri Feb 15 07:46:57 2013 -0500
126046
126047     Add assertions for a couple programmer errors
126048
126049  src/hb-shape-plan.cc | 8 +++++++-
126050  1 file changed, 7 insertions(+), 1 deletion(-)
126051
126052 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
126053 Author: Behdad Esfahbod <behdad@behdad.org>
126054 Date:   Fri Feb 15 07:41:07 2013 -0500
126055
126056     Allow disabling of TrueType kerning
126057     
126058     Responds to the same feature tag that GPOS kerning does:
126059     'kern' for horizontal and 'vkrn' for vertical.
126060
126061  TODO               |  2 --
126062  src/hb-ot-shape.cc | 55 ++++++++++++++++++++++++++++++++++--------------------
126063  2 files changed, 35 insertions(+), 22 deletions(-)
126064
126065 commit 398238a2526d322eb79e255c24634a275473920f
126066 Author: Behdad Esfahbod <behdad@behdad.org>
126067 Date:   Fri Feb 15 07:40:10 2013 -0500
126068
126069     Fix partial disabling of default-on features
126070     
126071     Surprisingly, if user ever tried to turn a default feature off partially
126072     (say, disable liga for a range), the feature was being turned off
126073     globally!  Fixed now.
126074
126075  src/hb-ot-map.cc | 5 ++---
126076  1 file changed, 2 insertions(+), 3 deletions(-)
126077
126078 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
126079 Author: Behdad Esfahbod <behdad@behdad.org>
126080 Date:   Fri Feb 15 07:02:08 2013 -0500
126081
126082     [OTLayout] Respect syllable boundaries for backtrack/lookahead matching
126083     
126084     Originally we meant to match backtrack/lookahead across syllable
126085     boundaries.  But a bug in the code meant that this was NOT done for
126086     backtrack.  We "fixed" that in 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
126087     but that broke Myanmar shaping.
126088     
126089     We now believe that for Indic-like shapers (which is where syllables are
126090     used), all basic shaping forms should be fully contained within their
126091     syllables, so now we limit backtrack/lookahead matching to the syllable
126092     too.  Unbreaks Myanmar.
126093
126094  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
126095  1 file changed, 2 insertions(+), 2 deletions(-)
126096
126097 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
126098 Author: Behdad Esfahbod <behdad@behdad.org>
126099 Date:   Fri Feb 15 06:22:26 2013 -0500
126100
126101     Minor refactoring
126102
126103  src/hb-ot-shape-complex-myanmar.cc | 36 ++++++++++--------------------------
126104  src/hb-ot-shape-complex-sea.cc     | 37 ++++++++++---------------------------
126105  src/hb-ot-shape.cc                 | 17 ++++++-----------
126106  3 files changed, 26 insertions(+), 64 deletions(-)
126107
126108 commit cfc507c5432e6327e8484b07b9e091212653bc92
126109 Author: Behdad Esfahbod <behdad@behdad.org>
126110 Date:   Thu Feb 14 10:40:12 2013 -0500
126111
126112     [Indic-like] Disable automatic joiner handling for basic shaping features
126113     
126114     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
126115     meanings in those scripts, so let font lookups take full control.
126116     
126117     This undoes the regression caused by automatic-joiners handling
126118     introduced two commits ago.
126119     
126120     We only disable automatic joiner handling for the "basic shaping
126121     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
126122     forms" and other features are still applied with automatic-joiner
126123     handling.
126124     
126125     This change also changes the test suite failure statistics, such that
126126     a few scripts show more "failures".  The most affected is Kannada.
126127     However, upon inspection, we believe that in most, if not all, of the
126128     new failures, we are producing results superior to Uniscribe.  Hard to
126129     count those!
126130     
126131     Here's an example of what is fixed by the recent joiner-handling
126132     changes:
126133     
126134       https://bugs.freedesktop.org/show_bug.cgi?id=58714
126135     
126136     New numbers, for future reference:
126137     
126138     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
126139     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
126140     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
126141     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
126142     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
126143     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
126144     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
126145     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed (0.0334817%)
126146     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
126147     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
126148     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
126149     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
126150     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
126151
126152  src/hb-ot-layout-gsubgpos-private.hh       | 35 +++++++++++++++++++-----------
126153  src/hb-ot-layout-private.hh                |  6 +++--
126154  src/hb-ot-layout.cc                        | 10 +++++----
126155  src/hb-ot-map-private.hh                   | 12 ++++++----
126156  src/hb-ot-map.cc                           | 32 +++++++++++++++++++++------
126157  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
126158  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
126159  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
126160  src/hb-ot-shape-complex-sea.cc             |  4 ++--
126161  9 files changed, 85 insertions(+), 49 deletions(-)
126162
126163 commit 0b45479198d61d5135dad771e9c68408eb13f930
126164 Author: Behdad Esfahbod <behdad@behdad.org>
126165 Date:   Thu Feb 14 10:46:52 2013 -0500
126166
126167     [OTLayout] Add fine-grained control over ZWJ matching
126168     
126169     Not used yet.  Next commit...
126170
126171  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
126172  src/hb-ot-layout-private.hh          | 11 +++++++++--
126173  2 files changed, 17 insertions(+), 4 deletions(-)
126174
126175 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
126176 Author: Behdad Esfahbod <behdad@behdad.org>
126177 Date:   Thu Feb 14 07:43:13 2013 -0500
126178
126179     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
126180     
126181     When matching lookups, be smart about default-ignorable characters.
126182     In particular:
126183     
126184     Do nothing specific about ZWNJ, but for the other default-ignorables:
126185     
126186     If the lookup in question uses the ignorable character in a sequence,
126187     then match it as we used to do.  However, if the sequence match will
126188     fail because the default-ignorable blocked it, try skipping the
126189     ignorable character and continue.
126190     
126191     The most immediate thing it means is that if Lam-Alef forms a ligature,
126192     then Lam-ZWJ-Alef will do to.  Finally!
126193     
126194     One exception: when matching for GPOS, or for backtrack/lookahead of
126195     GSUB, we ignore ZWNJ too.  That's the right thing to do.
126196     
126197     It certainly is possible to build fonts that this feature will result
126198     in undesirable glyphs, but it's hard to think of a real-world case
126199     that that would happen.
126200     
126201     This *does* break Indic shaping right now, since Indic Unicode has
126202     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
126203     those rules.  That will be fixed in upcoming commits.
126204
126205  src/hb-ot-layout-gpos-table.hh       |   1 +
126206  src/hb-ot-layout-gsub-table.hh       |   2 +-
126207  src/hb-ot-layout-gsubgpos-private.hh | 279 ++++++++++++++++++++++++-----------
126208  src/hb-ot-layout-private.hh          |  45 ++++++
126209  src/hb-ot-shape-private.hh           |  44 ------
126210  5 files changed, 237 insertions(+), 134 deletions(-)
126211
126212 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
126213 Author: Behdad Esfahbod <behdad@behdad.org>
126214 Date:   Thu Feb 14 11:25:10 2013 -0500
126215
126216     Add hb_ot_map_feature_flags_t
126217     
126218     Code cleanup.  No (intended) functional change.
126219
126220  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
126221  src/hb-ot-map.cc                   | 24 ++++++++---------
126222  src/hb-ot-shape-complex-arabic.cc  |  4 +--
126223  src/hb-ot-shape-complex-indic.cc   | 55 +++++++++++++++++++-------------------
126224  src/hb-ot-shape-complex-myanmar.cc |  4 +--
126225  src/hb-ot-shape-complex-sea.cc     |  2 +-
126226  src/hb-ot-shape.cc                 |  6 +++--
126227  7 files changed, 74 insertions(+), 50 deletions(-)
126228
126229 commit e7ffcfafb1108801ac504f18f820e497226bf07f
126230 Author: Behdad Esfahbod <behdad@behdad.org>
126231 Date:   Thu Feb 14 11:05:56 2013 -0500
126232
126233     Clean-up add_bool_feature
126234
126235  src/hb-ot-map-private.hh           |  4 ++--
126236  src/hb-ot-shape-complex-arabic.cc  | 16 ++++++++--------
126237  src/hb-ot-shape-complex-default.cc |  2 +-
126238  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
126239  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
126240  src/hb-ot-shape-complex-sea.cc     |  8 ++++----
126241  src/hb-ot-shape.cc                 | 10 +++++-----
126242  7 files changed, 28 insertions(+), 28 deletions(-)
126243
126244 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
126245 Author: Behdad Esfahbod <behdad@behdad.org>
126246 Date:   Thu Feb 14 11:05:36 2013 -0500
126247
126248     Fix compile warnings for ragel-generated machines
126249
126250  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
126251  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
126252  src/hb-ot-shape-complex-sea-machine.rl     | 2 +-
126253  3 files changed, 3 insertions(+), 3 deletions(-)
126254
126255 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
126256 Author: Behdad Esfahbod <behdad@behdad.org>
126257 Date:   Thu Feb 14 07:42:42 2013 -0500
126258
126259     [OTLayout] Remove unused function
126260
126261  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
126262  1 file changed, 5 deletions(-)
126263
126264 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
126265 Author: Behdad Esfahbod <behdad@behdad.org>
126266 Date:   Thu Feb 14 07:41:03 2013 -0500
126267
126268     [OTLayout] Port apply_lookup to skippy_iter
126269
126270  src/hb-ot-layout-gsubgpos-private.hh | 50 +++++++++++++++++++++++++-----------
126271  1 file changed, 35 insertions(+), 15 deletions(-)
126272
126273 commit dfca269f069dae2f99990dac24da15d316eccb9f
126274 Author: Behdad Esfahbod <behdad@behdad.org>
126275 Date:   Thu Feb 14 07:20:52 2013 -0500
126276
126277     [OTLayout] Port ligate_input to skippy_iter
126278
126279  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
126280  1 file changed, 4 insertions(+), 1 deletion(-)
126281
126282 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
126283 Author: Behdad Esfahbod <behdad@behdad.org>
126284 Date:   Thu Feb 14 06:24:30 2013 -0500
126285
126286     [OTLayout] Minor fix for apply_lookup()
126287     
126288     Should NOT change behavior, since first glyph is a match.
126289
126290  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
126291  1 file changed, 9 insertions(+), 7 deletions(-)
126292
126293 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
126294 Author: Behdad Esfahbod <behdad@behdad.org>
126295 Date:   Wed Feb 13 12:17:25 2013 -0500
126296
126297     [OTLayout] Make table type known to apply context
126298
126299  src/hb-ot-layout-gsubgpos-private.hh       | 5 ++++-
126300  src/hb-ot-layout.cc                        | 4 ++--
126301  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
126302  3 files changed, 7 insertions(+), 4 deletions(-)
126303
126304 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
126305 Author: Behdad Esfahbod <behdad@behdad.org>
126306 Date:   Wed Feb 13 12:10:08 2013 -0500
126307
126308     [OTLayou] Unbreak backtrack matching
126309     
126310     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
126311
126312  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
126313  1 file changed, 3 insertions(+), 4 deletions(-)
126314
126315 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
126316 Author: Behdad Esfahbod <behdad@behdad.org>
126317 Date:   Wed Feb 13 11:22:42 2013 -0500
126318
126319     [OTLayout] Minor refactoring
126320
126321  src/hb-ot-layout-gpos-table.hh       |  9 ++++++---
126322  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
126323  2 files changed, 23 insertions(+), 16 deletions(-)
126324
126325 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
126326 Author: Behdad Esfahbod <behdad@behdad.org>
126327 Date:   Wed Feb 13 11:13:06 2013 -0500
126328
126329     [OTLayout] Remove bogus caching of glyph property
126330
126331  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
126332  src/hb-ot-layout-gsub-table.hh       |  7 +++----
126333  src/hb-ot-layout-gsubgpos-private.hh | 40 ++++++++++++++----------------------
126334  3 files changed, 26 insertions(+), 42 deletions(-)
126335
126336 commit 6b1e3502e23c110dd810f854ba021f83baab1548
126337 Author: Behdad Esfahbod <behdad@behdad.org>
126338 Date:   Wed Feb 13 11:02:54 2013 -0500
126339
126340     Remember ZWNJ
126341     
126342     To be used in upcoming changes.
126343
126344  src/hb-ot-shape-private.hh | 11 +++++++++--
126345  1 file changed, 9 insertions(+), 2 deletions(-)
126346
126347 commit 1f91c39677f840a1f630696d16d083060069abf5
126348 Author: Behdad Esfahbod <behdad@behdad.org>
126349 Date:   Wed Feb 13 09:38:40 2013 -0500
126350
126351     Indent
126352
126353  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
126354  1 file changed, 6 insertions(+), 2 deletions(-)
126355
126356 commit a0cb9f33ee064628debe8e848094dfd661334640
126357 Author: Behdad Esfahbod <behdad@behdad.org>
126358 Date:   Wed Feb 13 09:26:55 2013 -0500
126359
126360     [Indic] Improve base finding in final_reordering
126361     
126362     Fixes 5 Malayalam failures!
126363     
126364     MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed (0.0303338%)
126365
126366  src/hb-ot-shape-complex-indic.cc | 7 +++++++
126367  1 file changed, 7 insertions(+)
126368
126369 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
126370 Author: Behdad Esfahbod <behdad@behdad.org>
126371 Date:   Wed Feb 13 08:29:21 2013 -0500
126372
126373     Add more dot-reph tests
126374
126375  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      | 10 ++++++++++
126376  1 file changed, 10 insertions(+)
126377
126378 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
126379 Author: Behdad Esfahbod <behdad@behdad.org>
126380 Date:   Wed Feb 13 07:32:46 2013 -0500
126381
126382     [Indic] Track base position when reordering things
126383     
126384     Ouch, how did things ever work without this?!  The added test that has a
126385     dot-reph as well as a pre-base reordering Ra perfectly demonstrates the
126386     bug (tested with Nirmala font from Win8 for example).  Testing suggests
126387     that Win8 shaper has the *exact* same bug / behavior that we used to
126388     have.  Odd.
126389
126390  src/hb-ot-shape-complex-indic.cc                                    | 6 ++++++
126391  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
126392  2 files changed, 7 insertions(+)
126393
126394 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
126395 Author: Behdad Esfahbod <behdad@behdad.org>
126396 Date:   Wed Feb 13 05:59:06 2013 -0500
126397
126398     [SEA] Don't zero any mark advances
126399     
126400     Keep the logic simple, easier to explain to font developers.
126401
126402  src/hb-ot-shape-complex-sea.cc | 2 +-
126403  1 file changed, 1 insertion(+), 1 deletion(-)
126404
126405 commit 0291a6528685f1f593707655943fb2360579cb9e
126406 Author: Behdad Esfahbod <behdad@behdad.org>
126407 Date:   Wed Feb 13 05:57:24 2013 -0500
126408
126409     Further adjust mark advance zeroing
126410     
126411     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
126412     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
126413     advances *after* GPOS, not before.  Match that.
126414     
126415     Can be tested using DejaVu Sans Mono, since that font has GPOS
126416     rules to zero the mark advances on its own.
126417
126418  src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
126419  1 file changed, 23 insertions(+), 10 deletions(-)
126420
126421 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
126422 Author: Behdad Esfahbod <behdad@behdad.org>
126423 Date:   Tue Feb 12 18:17:39 2013 -0500
126424
126425     [Indic] Fix Eyelash Ra with old Devanagari spec
126426
126427  src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
126428  1 file changed, 32 insertions(+)
126429
126430 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
126431 Author: Behdad Esfahbod <behdad@behdad.org>
126432 Date:   Tue Feb 12 18:17:12 2013 -0500
126433
126434     [tests] Add tests for Devanagary Eyelash Ra
126435     
126436     Currently broken with Sanskrit 2003 font.
126437
126438  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   | 1 +
126439  .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      | 3 +++
126440  2 files changed, 4 insertions(+)
126441
126442 commit 63e48bc33b68f940c351af623a55a4cf650db102
126443 Author: Behdad Esfahbod <behdad@behdad.org>
126444 Date:   Tue Feb 12 17:57:49 2013 -0500
126445
126446     [Indic] Apply 'blwf' before 'half'
126447     
126448     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
126449     matter before, but that's going to change with next commit.
126450
126451  src/hb-ot-shape-complex-indic.cc | 4 ++--
126452  1 file changed, 2 insertions(+), 2 deletions(-)
126453
126454 commit 70d656571194d2bd32671244530edbe159722cec
126455 Author: Behdad Esfahbod <behdad@behdad.org>
126456 Date:   Tue Feb 12 18:01:21 2013 -0500
126457
126458     [Indic] Apply 'vatu' before 'cjct'
126459     
126460     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
126461     but that commit is from way back when.  We should be better
126462     following the spec order now again.
126463
126464  src/hb-ot-shape-complex-indic.cc | 4 ++--
126465  1 file changed, 2 insertions(+), 2 deletions(-)
126466
126467 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
126468 Author: Behdad Esfahbod <behdad@behdad.org>
126469 Date:   Tue Feb 12 16:29:25 2013 -0500
126470
126471     Didn't mean to push this out
126472     
126473     Ouch!
126474
126475  test/shaping/hb_test_tools.py | 1 -
126476  1 file changed, 1 deletion(-)
126477
126478 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
126479 Author: Behdad Esfahbod <behdad@behdad.org>
126480 Date:   Tue Feb 12 16:13:56 2013 -0500
126481
126482     [Myanmar] Use master Indic table for syllable data
126483
126484  src/hb-ot-shape-complex-myanmar.cc | 144 +++++++++----------------------------
126485  test/shaping/hb_test_tools.py      |   1 +
126486  2 files changed, 35 insertions(+), 110 deletions(-)
126487
126488 commit f60793e854393c32337a483c5d1700bf17d767fd
126489 Author: Behdad Esfahbod <behdad@behdad.org>
126490 Date:   Tue Feb 12 15:45:59 2013 -0500
126491
126492     [tests] Add Cham sample
126493
126494  test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
126495  1 file changed, 1 insertion(+)
126496
126497 commit e2aab4b5db88c368c11cee81368b9ad41399e585
126498 Author: Behdad Esfahbod <behdad@behdad.org>
126499 Date:   Tue Feb 12 15:35:32 2013 -0500
126500
126501     Improve checks for setmode()
126502     
126503     As reported by Jonathan, OS X has setmode() that is something other
126504     than what setmode() is on Win32.  So, limit invocation to Windows
126505     platforms only.
126506
126507  configure.ac    | 4 ++--
126508  util/options.cc | 4 ++--
126509  util/options.hh | 2 +-
126510  3 files changed, 5 insertions(+), 5 deletions(-)
126511
126512 commit a6c1e040e594faeefd61b456ef995c7886cdea78
126513 Author: Behdad Esfahbod <behdad@behdad.org>
126514 Date:   Tue Feb 12 15:31:58 2013 -0500
126515
126516     Improve check for Windows platforms
126517     
126518     Instead of checking for compiler, check for platform.
126519
126520  src/hb-atomic-private.hh | 2 +-
126521  src/hb-mutex-private.hh  | 2 +-
126522  2 files changed, 2 insertions(+), 2 deletions(-)
126523
126524 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
126525 Author: Behdad Esfahbod <behdad@behdad.org>
126526 Date:   Tue Feb 12 15:28:21 2013 -0500
126527
126528     [SEA] Treat Consonant_Final like Consonant_Medial
126529
126530  src/hb-ot-shape-complex-indic-private.hh | 2 +-
126531  1 file changed, 1 insertion(+), 1 deletion(-)
126532
126533 commit bab02d339f39ed5168daaef9461227f78e596a2f
126534 Author: Behdad Esfahbod <behdad@behdad.org>
126535 Date:   Tue Feb 12 15:26:45 2013 -0500
126536
126537     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
126538     
126539     The Myanmar shaper now respects the uniscribe-bug-compatibility
126540     option too.
126541
126542  src/hb-common.cc                   | 20 ++++++++++++--
126543  src/hb-ot-shape-complex-indic.cc   | 53 ++++----------------------------------
126544  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
126545  src/hb-private.hh                  | 29 +++++++++++++++++++++
126546  4 files changed, 54 insertions(+), 55 deletions(-)
126547
126548 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
126549 Author: Behdad Esfahbod <behdad@behdad.org>
126550 Date:   Tue Feb 12 12:14:10 2013 -0500
126551
126552     Add South-East Asian shaper
126553     
126554     Handles Tai Tham, Cham, and New Tai Lue for now.
126555
126556  src/Makefile.am                                    |  12 +-
126557  src/gen-indic-table.py                             |   9 +-
126558  src/hb-ot-shape-complex-indic-private.hh           | 241 +------------
126559  ...table.hh => hb-ot-shape-complex-indic-table.cc} |   9 +-
126560  src/hb-ot-shape-complex-indic.cc                   | 239 ++++++++++++
126561  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
126562  src/hb-ot-shape-complex-private.hh                 |  28 +-
126563  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
126564  src/hb-ot-shape-complex-sea.cc                     | 400 +++++++++++++++++++++
126565  test/shaping/texts/in-tree/MANIFEST                |   1 +
126566  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
126567  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
126568  test/shaping/texts/in-tree/shaper-sea/MANIFEST     |   3 +
126569  .../script-cham}/MANIFEST                          |   0
126570  .../script-cham}/misc/MANIFEST                     |   0
126571  .../in-tree/shaper-sea/script-cham/misc/misc.txt   |   1 +
126572  .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST |   1 +
126573  .../shaper-sea/script-new-tai-lue/misc/MANIFEST    |   1 +
126574  .../script-new-tai-lue/misc/misc.txt               |   0
126575  .../in-tree/shaper-sea/script-tai-tham/MANIFEST    |   1 +
126576  .../shaper-sea/script-tai-tham/misc/MANIFEST       |   1 +
126577  .../shaper-sea/script-tai-tham/misc/misc.txt       |   2 +
126578  22 files changed, 792 insertions(+), 263 deletions(-)
126579
126580 commit fb960212063016656dfaba83f072c81d1efc3202
126581 Author: Behdad Esfahbod <behdad@behdad.org>
126582 Date:   Tue Feb 12 10:33:58 2013 -0500
126583
126584     Minor test reshufflings
126585
126586  test/shaping/texts/in-tree/MANIFEST                                      | 1 +
126587  .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST | 0
126588  .../south-asian/script-tibetan => script-default}/misc/MANIFEST          | 0
126589  .../south-asian/script-tibetan => script-default}/misc/misc.txt          | 0
126590  test/shaping/texts/in-tree/shaper-indic/MANIFEST                         | 1 -
126591  test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST             | 1 -
126592  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 -
126593  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST     | 1 -
126594  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST      | 0
126595  9 files changed, 1 insertion(+), 4 deletions(-)
126596
126597 commit 5676d5d52784e16068ae483103d59111a8081854
126598 Author: Behdad Esfahbod <behdad@behdad.org>
126599 Date:   Tue Feb 12 10:31:14 2013 -0500
126600
126601     [Indic] Make sure New Tai Lue works!
126602
126603  src/hb-ot-shape-complex-private.hh                           | 12 ++++++++----
126604  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
126605  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
126606  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
126607  .../south-east-asian/script-new-tai-lue/misc/misc.txt        |  1 +
126608  5 files changed, 12 insertions(+), 4 deletions(-)
126609
126610 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
126611 Author: Behdad Esfahbod <behdad@behdad.org>
126612 Date:   Tue Feb 12 09:44:57 2013 -0500
126613
126614     Adjust mark advance-width zeroing logic for Myanmar
126615     
126616     Before, we were zeroing advance width of attached marks for
126617     non-Indic scripts, and not doing it for Indic.
126618     
126619     We have now three different behaviors, which seem to better
126620     reflect what Uniscribe is doing:
126621     
126622       - For Indic, no explicit zeroing happens whatsoever, which
126623         is the same as before,
126624     
126625       - For Myanmar, zero advance width of glyphs marked as marks
126626         *in GDEF*, and do that *before* applying GPOS.  This seems
126627         to be what the new Win8 Myanmar shaper does,
126628     
126629       - For everything else, zero advance width of glyphs that are
126630         from General_Category=Mn Unicode characters, and do so
126631         before applying GPOS.  This seems to be what Uniscribe does
126632         for Latin at least.
126633     
126634     With these changes, positioning of all tests matches for Myanmar,
126635     except for the glitch in Uniscribe not applying 'mark'.  See preivous
126636     commit.
126637
126638  src/hb-ot-layout-gpos-table.hh     | 12 ++++--------
126639  src/hb-ot-layout-private.hh        |  3 +--
126640  src/hb-ot-layout.cc                |  4 ++--
126641  src/hb-ot-shape-complex-arabic.cc  |  2 +-
126642  src/hb-ot-shape-complex-default.cc |  2 +-
126643  src/hb-ot-shape-complex-indic.cc   |  2 +-
126644  src/hb-ot-shape-complex-myanmar.cc |  2 +-
126645  src/hb-ot-shape-complex-private.hh |  9 ++++++++-
126646  src/hb-ot-shape-complex-thai.cc    |  2 +-
126647  src/hb-ot-shape.cc                 | 31 +++++++++++++++++++++++++++++--
126648  10 files changed, 49 insertions(+), 20 deletions(-)
126649
126650 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
126651 Author: Behdad Esfahbod <behdad@behdad.org>
126652 Date:   Tue Feb 12 09:44:35 2013 -0500
126653
126654     [Myanmar] Add note re Uniscribe NOT applying 'mark'
126655
126656  src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
126657  1 file changed, 14 insertions(+)
126658
126659 commit b8427801381180da9611b2e3e0f0b3514274de81
126660 Author: Behdad Esfahbod <behdad@behdad.org>
126661 Date:   Mon Feb 11 17:02:17 2013 -0500
126662
126663     Minor
126664
126665  src/hb-atomic-private.hh | 2 +-
126666  src/hb-mutex-private.hh  | 2 +-
126667  2 files changed, 2 insertions(+), 2 deletions(-)
126668
126669 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
126670 Author: Behdad Esfahbod <behdad@behdad.org>
126671 Date:   Mon Feb 11 16:16:16 2013 -0500
126672
126673     [Myanmar] Fix handling of Punctuation and Symbol types
126674     
126675     Testing with "clusters" now on par with testing without them.  15
126676     failures both.
126677
126678  src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
126679  1 file changed, 12 insertions(+)
126680
126681 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
126682 Author: Behdad Esfahbod <behdad@behdad.org>
126683 Date:   Mon Feb 11 16:06:02 2013 -0500
126684
126685     [Myanmar] Fixup handling of joiners and GB characters
126686
126687  src/hb-ot-shape-complex-myanmar-machine.rl |  6 ++----
126688  src/hb-ot-shape-complex-myanmar.cc         | 19 +++++++++++++++++--
126689  2 files changed, 19 insertions(+), 6 deletions(-)
126690
126691 commit 1c8654ead41ca746d577549c92d2a41c594ab639
126692 Author: Behdad Esfahbod <behdad@behdad.org>
126693 Date:   Mon Feb 11 14:27:02 2013 -0500
126694
126695     [Myanmar] Prevent reordering between Asat and Dot below
126696     
126697     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
126698     
126699     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
126700     
126701     The remaining 15 cases are all where the syllable is wrong according to
126702     the OpenType spec.  We insert dottedcircle.  Uniscribe fails to do that,
126703     but it also fails to reorder the prebase-reordering medial-Ra.  So it
126704     gets it wrong.
126705
126706  src/hb-unicode-private.hh | 3 +++
126707  1 file changed, 3 insertions(+)
126708
126709 commit bed687f886b8def06642ad986648e9149a935add
126710 Author: Behdad Esfahbod <behdad@behdad.org>
126711 Date:   Mon Feb 11 14:24:03 2013 -0500
126712
126713     Shuffle test data around
126714
126715  test/shaping/texts/in-tree/MANIFEST                                      | 1 +
126716  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 -
126717  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST      | 1 -
126718  .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST          | 0
126719  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST     | 0
126720  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt     | 0
126721  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt    | 0
126722  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST         | 1 +
126723  .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt           | 0
126724  9 files changed, 2 insertions(+), 2 deletions(-)
126725
126726 commit 98628cac9f733f2674d6409954cddb7d0634c233
126727 Author: Behdad Esfahbod <behdad@behdad.org>
126728 Date:   Mon Feb 11 13:36:23 2013 -0500
126729
126730     Add Win8-style Myanmar shaper
126731     
126732     Myanmar failures down from 51% to 0.00204648%!
126733     
126734     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
126735
126736  src/Makefile.am                            |  14 +-
126737  src/hb-ot-shape-complex-indic.cc           |   2 -
126738  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
126739  src/hb-ot-shape-complex-myanmar.cc         | 599 +++++++++++++++++++++++++++++
126740  src/hb-ot-shape-complex-private.hh         |   5 +-
126741  5 files changed, 740 insertions(+), 7 deletions(-)
126742
126743 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
126744 Author: Behdad Esfahbod <behdad@behdad.org>
126745 Date:   Mon Feb 11 14:17:54 2013 -0500
126746
126747     Minor
126748
126749  src/hb-ot-shape-complex-indic.cc | 3 ---
126750  1 file changed, 3 deletions(-)
126751
126752 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
126753 Author: Behdad Esfahbod <behdad@behdad.org>
126754 Date:   Mon Feb 11 13:27:17 2013 -0500
126755
126756     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
126757     
126758     Before, when matching ligatures, we never skipping over base / liga
126759     glyphs even if that was what the LookupFlags asked for.
126760     
126761     Fixed now.  We carefully reviewed all instances of this, and tested with
126762     Amiri as well as some Indic scripts, and are confident that this should
126763     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
126764     we can tell.
126765
126766  src/hb-ot-layout-gpos-table.hh       |  2 +-
126767  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
126768  2 files changed, 11 insertions(+), 16 deletions(-)
126769
126770 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
126771 Author: Behdad Esfahbod <behdad@behdad.org>
126772 Date:   Mon Feb 11 13:14:15 2013 -0500
126773
126774     [OTLayout] s/mark_skipping/skipping/
126775     
126776     In aticipation of upcoming changes.
126777
126778  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
126779  src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
126780  2 files changed, 20 insertions(+), 20 deletions(-)
126781
126782 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
126783 Author: Behdad Esfahbod <behdad@behdad.org>
126784 Date:   Mon Feb 11 06:58:27 2013 -0500
126785
126786     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
126787     
126788     Was breaking reph formation logic when the Ra is the only consonant.
126789     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
126790
126791  src/hb-ot-shape-complex-indic.cc | 2 +-
126792  1 file changed, 1 insertion(+), 1 deletion(-)
126793
126794 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
126795 Author: Behdad Esfahbod <behdad@behdad.org>
126796 Date:   Mon Feb 11 06:50:17 2013 -0500
126797
126798     Improve normalization heuristic
126799     
126800     Before, for most scripts, we were not trying to recompose two characters
126801     if the second one had ccc=0.  That fails for Myanmar where U+1026
126802     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
126803     want to try to recompose those.  We now check whether the second is a
126804     mark, using general category instead.
126805     
126806     At the same time, remove optimization that was conflicting with this.
126807     
126808     [Let the Ngapi hackfest begin!]
126809
126810  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
126811  1 file changed, 13 insertions(+), 26 deletions(-)
126812
126813 commit 614242efb043f2ed78916377138d456279a20a54
126814 Author: Behdad Esfahbod <behdad@behdad.org>
126815 Date:   Wed Feb 6 23:45:27 2013 -0500
126816
126817     Revert "Include config.h.in in tree"
126818     
126819     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
126820     
126821     Conflicts:
126822             config.h.in
126823     
126824     Same argument as previous commit.
126825
126826  Makefile.am |   1 +
126827  config.h.in | 153 ------------------------------------------------------------
126828  2 files changed, 1 insertion(+), 153 deletions(-)
126829
126830 commit adff3778155facb7b149ce66ab7d573368e048de
126831 Author: Behdad Esfahbod <behdad@behdad.org>
126832 Date:   Wed Feb 6 23:43:27 2013 -0500
126833
126834     Revert "[Indic] Import ragel-generated Indic machine in git"
126835     
126836     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
126837     
126838     Conflicts:
126839             src/hb-ot-shape-complex-indic-machine.hh
126840     
126841     Keeping that generated file in-tree causes problems with processes like
126842     tinderbox  that automatically fetch and build harfbuzz.  It's harder to
126843     bootstrap harfbuzz now (as was previously), but I'm willing to give this
126844     another chance and see how it goes.
126845
126846  autogen.sh                               |    6 +
126847  src/Makefile.am                          |    1 +
126848  src/hb-ot-shape-complex-indic-machine.hh | 1443 ------------------------------
126849  3 files changed, 7 insertions(+), 1443 deletions(-)
126850
126851 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
126852 Author: Behdad Esfahbod <behdad@behdad.org>
126853 Date:   Wed Feb 6 15:29:07 2013 -0500
126854
126855     Don't use $(ENV)
126856     
126857     As reported by Peter Breitenlohner:
126858     
126859     I think this is a very bad idea because ENV is used to specify a startup
126860     file to be read by some/all shells.
126861
126862  test/api/Makefile.am | 2 +-
126863  1 file changed, 1 insertion(+), 1 deletion(-)
126864
126865 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
126866 Author: Behdad Esfahbod <behdad@behdad.org>
126867 Date:   Mon Feb 4 23:31:24 2013 -0500
126868
126869     Add color-tests automake option
126870
126871  configure.ac | 2 +-
126872  1 file changed, 1 insertion(+), 1 deletion(-)
126873
126874 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
126875 Author: Behdad Esfahbod <behdad@behdad.org>
126876 Date:   Mon Feb 4 23:28:22 2013 -0500
126877
126878     Bug 60035 - intermittent make install failure on hb-version.h
126879
126880  src/Makefile.am | 12 +++++++-----
126881  1 file changed, 7 insertions(+), 5 deletions(-)
126882
126883 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
126884 Author: Behdad Esfahbod <behdad@behdad.org>
126885 Date:   Mon Feb 4 23:24:16 2013 -0500
126886
126887     Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh fail on mips/mipsel
126888
126889  src/check-symbols.sh | 2 +-
126890  1 file changed, 1 insertion(+), 1 deletion(-)
126891
126892 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
126893 Author: Behdad Esfahbod <behdad@behdad.org>
126894 Date:   Mon Feb 4 23:06:50 2013 -0500
126895
126896     Merge check-internal-symbols.sh and check-exported-symbols.sh
126897
126898  src/Makefile.am                                    |  3 +-
126899  src/check-internal-symbols.sh                      | 34 ----------------------
126900  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
126901  3 files changed, 14 insertions(+), 39 deletions(-)
126902
126903 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
126904 Author: Behdad Esfahbod <behdad@behdad.org>
126905 Date:   Thu Jan 31 19:27:36 2013 -0500
126906
126907     Really fix setmode this time
126908     
126909     Thanks to Khaled for spotting it.
126910
126911  util/options.cc | 2 +-
126912  1 file changed, 1 insertion(+), 1 deletion(-)
126913
126914 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
126915 Author: Behdad Esfahbod <behdad@behdad.org>
126916 Date:   Thu Jan 31 18:37:10 2013 -0500
126917
126918     Fixup previous commit
126919     
126920     Now, it looks like this breaks Cygwin again.  Have to figure out what's
126921     going on.
126922
126923  util/options.cc | 4 ++--
126924  1 file changed, 2 insertions(+), 2 deletions(-)
126925
126926 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
126927 Author: Behdad Esfahbod <behdad@behdad.org>
126928 Date:   Thu Jan 31 18:18:05 2013 -0500
126929
126930     Use setmode() instead of _setmode()
126931     
126932     Looks like Cygwin / MSVC declare it that way, and it still works on
126933     MinGW32 cross.
126934
126935  config.h.in     | 6 +++---
126936  configure.ac    | 2 +-
126937  util/options.cc | 2 +-
126938  util/options.hh | 2 +-
126939  4 files changed, 6 insertions(+), 6 deletions(-)
126940
126941 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
126942 Author: Behdad Esfahbod <behdad@behdad.org>
126943 Date:   Tue Jan 29 22:45:00 2013 -0500
126944
126945     Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used
126946
126947  src/hb-common.cc | 2 +-
126948  src/hb-ft.cc     | 2 +-
126949  src/hb-shape.cc  | 2 +-
126950  src/hb-shaper.cc | 2 +-
126951  4 files changed, 4 insertions(+), 4 deletions(-)
126952
126953 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
126954 Author: Behdad Esfahbod <behdad@behdad.org>
126955 Date:   Fri Jan 18 17:10:47 2013 -0600
126956
126957     0.9.12
126958
126959  NEWS         | 7 +++++++
126960  configure.ac | 2 +-
126961  2 files changed, 8 insertions(+), 1 deletion(-)
126962
126963 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
126964 Author: Behdad Esfahbod <behdad@behdad.org>
126965 Date:   Wed Jan 16 22:07:50 2013 -0600
126966
126967     Minor
126968
126969  src/hb-ot-layout.cc | 8 +++++++-
126970  1 file changed, 7 insertions(+), 1 deletion(-)
126971
126972 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
126973 Author: Behdad Esfahbod <behdad@behdad.org>
126974 Date:   Mon Jan 14 13:51:46 2013 -0600
126975
126976     Minor
126977
126978  src/hb-blob.cc | 2 +-
126979  1 file changed, 1 insertion(+), 1 deletion(-)
126980
126981 commit f88d3bd7e407d332bb04688344c54756d24128c9
126982 Author: Behdad Esfahbod <behdad@behdad.org>
126983 Date:   Mon Jan 14 00:33:58 2013 -0600
126984
126985     Fix build with Sun compiler
126986
126987  src/hb-blob.cc | 3 +++
126988  1 file changed, 3 insertions(+)
126989
126990 commit 08b29c08094097f1c23ec53b10084bc390cea833
126991 Author: Behdad Esfahbod <behdad@behdad.org>
126992 Date:   Mon Jan 14 00:32:12 2013 -0600
126993
126994     Revert "Minor"
126995     
126996     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
126997     
126998     Enables code on more compilers.
126999
127000  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
127001  1 file changed, 30 insertions(+), 3 deletions(-)
127002
127003 commit e78463211e7d85f237bd55afab7e8e5dae42346c
127004 Author: Behdad Esfahbod <behdad@behdad.org>
127005 Date:   Mon Jan 14 00:27:21 2013 -0600
127006
127007     Fix linking with non-gcc compilers
127008
127009  configure.ac    | 2 ++
127010  src/Makefile.am | 6 +++++-
127011  2 files changed, 7 insertions(+), 1 deletion(-)
127012
127013 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
127014 Author: Behdad Esfahbod <behdad@behdad.org>
127015 Date:   Mon Jan 14 00:26:43 2013 -0600
127016
127017     Fix residuals from fontconfig changes
127018
127019  src/hb-atomic-private.hh | 8 ++++----
127020  1 file changed, 4 insertions(+), 4 deletions(-)
127021
127022 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
127023 Author: Behdad Esfahbod <behdad@behdad.org>
127024 Date:   Thu Jan 10 09:06:34 2013 -0600
127025
127026     0.9.11
127027
127028  NEWS         | 14 ++++++++++++++
127029  configure.ac |  2 +-
127030  2 files changed, 15 insertions(+), 1 deletion(-)
127031
127032 commit 2dcb333f52492018816f0d5d67a47634a612e49c
127033 Author: Behdad Esfahbod <behdad@behdad.org>
127034 Date:   Thu Jan 10 01:17:59 2013 -0600
127035
127036     Add atomic ops for Solaris
127037     
127038     Based on fontconfig patch from Raimund Steger.
127039
127040  config.h.in              |  5 ++++-
127041  configure.ac             | 27 +++++++++++++++++++++++++--
127042  src/hb-atomic-private.hh | 12 ++++++++++++
127043  3 files changed, 41 insertions(+), 3 deletions(-)
127044
127045 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
127046 Author: Behdad Esfahbod <behdad@behdad.org>
127047 Date:   Thu Jan 10 00:03:36 2013 -0600
127048
127049     Fix crasher during multi-thread shaper data creation
127050     
127051     Sample crash:
127052     
127053     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
127054         at ../../src/hb-graphite2.cc:129
127055     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
127056         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
127057     2  hb_shape_plan_plan (shaper_list=<optimized out>, num_user_features=0,
127058         user_features=0x0, shape_plan=0xf7b490) at ../../src/hb-shaper-list.hh:35
127059     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
127060         user_features=0x0, num_user_features=0, shaper_list=<optimized out>)
127061         at ../../src/hb-shape-plan.cc:108
127062     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
127063         props=0x11980d8, user_features=0x0, num_user_features=<optimized out>,
127064         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
127065
127066  src/hb-shaper-private.hh | 5 ++++-
127067  1 file changed, 4 insertions(+), 1 deletion(-)
127068
127069 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
127070 Author: Behdad Esfahbod <behdad@behdad.org>
127071 Date:   Tue Jan 8 18:09:46 2013 -0600
127072
127073     [Indic] In old-spec shaping, don't move viramas around if seq ends with one
127074     
127075     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
127076     
127077     https://bugs.freedesktop.org/show_bug.cgi?id=59118
127078
127079  src/hb-ot-shape-complex-indic.cc                                   | 7 ++++---
127080  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
127081  2 files changed, 5 insertions(+), 3 deletions(-)
127082
127083 commit e95e031b5682809488cc965883e15404cb9cfb6a
127084 Author: Behdad Esfahbod <behdad@behdad.org>
127085 Date:   Tue Jan 8 16:15:46 2013 -0600
127086
127087     [GPOS] If an Anchor offset is NULL, return false
127088     
127089     If in a MarkPos table, a base has no anchor for a particular mark class,
127090     return NULL such that the subsequent subtables get a chance at it.
127091     
127092     Test case:
127093     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
127094
127095  src/hb-open-type-private.hh    | 14 ++++++++++++--
127096  src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
127097  2 files changed, 20 insertions(+), 4 deletions(-)
127098
127099 commit e5dbf39900fa63051f64cc447a6742665cbee339
127100 Author: Behdad Esfahbod <behdad@behdad.org>
127101 Date:   Mon Jan 7 17:34:24 2013 -0600
127102
127103     Bug 58638 - Building fails with ICU due to not passing required flags
127104
127105  configure.ac | 1 +
127106  1 file changed, 1 insertion(+)
127107
127108 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
127109 Author: Behdad Esfahbod <behdad@behdad.org>
127110 Date:   Mon Jan 7 16:46:37 2013 -0600
127111
127112     Rename hb_buffer_clear() to hb_buffer_clear_contents()
127113     
127114     The previous name was clashing with harfbuzz.old.  There are systems
127115     that need to link both...
127116     
127117     Clash-free now again.
127118
127119  src/hb-buffer.cc       | 2 +-
127120  src/hb-buffer.h        | 2 +-
127121  test/api/test-buffer.c | 2 +-
127122  util/options.hh        | 2 +-
127123  4 files changed, 4 insertions(+), 4 deletions(-)
127124
127125 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
127126 Author: Behdad Esfahbod <behdad@behdad.org>
127127 Date:   Fri Jan 4 01:25:27 2013 -0600
127128
127129     Remove a few unnecessary const's
127130     
127131     Apparently helps with MSVC compilation.
127132
127133  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
127134  1 file changed, 4 insertions(+), 4 deletions(-)
127135
127136 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
127137 Author: Behdad Esfahbod <behdad@behdad.org>
127138 Date:   Thu Jan 3 00:14:24 2013 -0600
127139
127140     0.9.10
127141
127142  NEWS         | 24 ++++++++++++++++++++++++
127143  configure.ac |  2 +-
127144  2 files changed, 25 insertions(+), 1 deletion(-)
127145
127146 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
127147 Author: Behdad Esfahbod <behdad@behdad.org>
127148 Date:   Thu Jan 3 00:07:16 2013 -0600
127149
127150     [OTLayout] Always collect default language system in collect_lookups
127151     
127152     Not sure if this is the most desired behavior.  It's the most easily
127153     defined though.
127154
127155  src/hb-ot-layout.cc | 7 +++++++
127156  1 file changed, 7 insertions(+)
127157
127158 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
127159 Author: Behdad Esfahbod <behdad@behdad.org>
127160 Date:   Thu Jan 3 00:04:40 2013 -0600
127161
127162     [OTLayout] Fix feature iteration in collect_lookups
127163     
127164     Previous logic was just wrong.
127165
127166  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
127167  1 file changed, 32 insertions(+), 14 deletions(-)
127168
127169 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
127170 Author: Behdad Esfahbod <behdad@behdad.org>
127171 Date:   Thu Jan 3 00:00:23 2013 -0600
127172
127173     [OTLayout] Whitespace
127174
127175  src/hb-ot-layout.cc | 82 ++++++++++++++++++++++++++++++++++++++++++++---------
127176  1 file changed, 68 insertions(+), 14 deletions(-)
127177
127178 commit d37ae38047bee12639741af9bb083b857fab950d
127179 Author: Behdad Esfahbod <behdad@behdad.org>
127180 Date:   Wed Jan 2 23:57:36 2013 -0600
127181
127182     [OTLayout] Handle required_feature_index in collect_lookups
127183
127184  src/hb-ot-layout.cc | 8 ++++++++
127185  1 file changed, 8 insertions(+)
127186
127187 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
127188 Author: Behdad Esfahbod <behdad@behdad.org>
127189 Date:   Wed Jan 2 23:36:37 2013 -0600
127190
127191     [OTLayout] Fix various introspection issues with ClassDef's
127192     
127193     As reported by Jonathan Kew.
127194
127195  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
127196  1 file changed, 15 insertions(+), 4 deletions(-)
127197
127198 commit e81aff9ef785be28751aab1fcd484af550656181
127199 Author: Behdad Esfahbod <behdad@behdad.org>
127200 Date:   Wed Jan 2 23:22:54 2013 -0600
127201
127202     [tests] Finish test-set.c
127203     
127204     All passing now.
127205
127206  test/api/test-set.c | 373 +++++++++++++++++++++-------------------------------
127207  1 file changed, 149 insertions(+), 224 deletions(-)
127208
127209 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
127210 Author: Behdad Esfahbod <behdad@behdad.org>
127211 Date:   Wed Jan 2 23:02:59 2013 -0600
127212
127213     Protect sets in-error from further modication
127214     
127215     Fixes test-set.c
127216
127217  src/hb-set-private.hh | 13 +++++++++++++
127218  1 file changed, 13 insertions(+)
127219
127220 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
127221 Author: Behdad Esfahbod <behdad@behdad.org>
127222 Date:   Wed Jan 2 22:50:36 2013 -0600
127223
127224     [tests] Start adding tests for hb-set.h
127225     
127226     Fails now.  Fixing.
127227
127228  TODO                  |   2 -
127229  src/hb-set-private.hh |   6 +
127230  src/hb-set.cc         |   9 +-
127231  src/hb-set.h          |   3 +
127232  test/api/Makefile.am  |   1 +
127233  test/api/test-set.c   | 312 ++++++++++++++++++++++++++++++++++++++++++++++++++
127234  6 files changed, 330 insertions(+), 3 deletions(-)
127235
127236 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
127237 Author: Behdad Esfahbod <behdad@behdad.org>
127238 Date:   Wed Jan 2 22:49:58 2013 -0600
127239
127240     [tests] Add set object to test-object.c
127241
127242  test/api/test-object.c | 12 ++++++++++++
127243  1 file changed, 12 insertions(+)
127244
127245 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
127246 Author: Behdad Esfahbod <behdad@behdad.org>
127247 Date:   Wed Jan 2 17:41:27 2013 -0600
127248
127249     Minor
127250
127251  src/hb-atomic-private.hh | 2 +-
127252  1 file changed, 1 insertion(+), 1 deletion(-)
127253
127254 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
127255 Author: Behdad Esfahbod <behdad@behdad.org>
127256 Date:   Fri Dec 21 19:41:04 2012 -0500
127257
127258     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
127259
127260  src/hb-ot-shape-complex-indic-machine.hh | 1617 ++++++++++++++++--------------
127261  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
127262  src/hb-ot-shape-complex-indic.cc         |   13 +-
127263  3 files changed, 881 insertions(+), 751 deletions(-)
127264
127265 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
127266 Author: Behdad Esfahbod <behdad@behdad.org>
127267 Date:   Fri Dec 21 16:54:22 2012 -0500
127268
127269     Remove TODO that I don't intend to fix
127270
127271  TODO | 1 -
127272  1 file changed, 1 deletion(-)
127273
127274 commit 6f69fa283e0a488da811df78bc83c41ed248b688
127275 Author: Behdad Esfahbod <behdad@behdad.org>
127276 Date:   Fri Dec 21 16:51:15 2012 -0500
127277
127278     Minor
127279
127280  src/hb-shape.h | 2 +-
127281  1 file changed, 1 insertion(+), 1 deletion(-)
127282
127283 commit f4abcbfc628718bb276363746440df06e7658f6e
127284 Author: Behdad Esfahbod <behdad@behdad.org>
127285 Date:   Fri Dec 21 16:48:51 2012 -0500
127286
127287     Minor
127288
127289  src/hb-buffer.cc | 4 ++--
127290  1 file changed, 2 insertions(+), 2 deletions(-)
127291
127292 commit 4a765f092d71bb4adeb468c004987a9121d39db5
127293 Author: Behdad Esfahbod <behdad@behdad.org>
127294 Date:   Fri Dec 21 16:48:47 2012 -0500
127295
127296     Minor
127297
127298  util/hb-shape.cc | 2 +-
127299  1 file changed, 1 insertion(+), 1 deletion(-)
127300
127301 commit 9815a88111072aa51e78e258c5f660993b47d4df
127302 Author: Behdad Esfahbod <behdad@behdad.org>
127303 Date:   Fri Dec 21 16:46:53 2012 -0500
127304
127305     [util] List supported output formats in --help output
127306
127307  util/hb-shape.cc     | 6 +++---
127308  util/helper-cairo.cc | 2 +-
127309  util/helper-cairo.hh | 1 +
127310  util/options.cc      | 9 ++++++++-
127311  util/options.hh      | 5 ++++-
127312  util/view-cairo.hh   | 2 +-
127313  6 files changed, 18 insertions(+), 7 deletions(-)
127314
127315 commit f95a87b7b813f588c7910ad4785ee68bb452e864
127316 Author: Behdad Esfahbod <behdad@behdad.org>
127317 Date:   Fri Dec 21 16:35:28 2012 -0500
127318
127319     [util] List supported output formats in hb-view
127320
127321  TODO                 |  1 -
127322  util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
127323  2 files changed, 29 insertions(+), 2 deletions(-)
127324
127325 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
127326 Author: Behdad Esfahbod <behdad@behdad.org>
127327 Date:   Fri Dec 21 16:01:52 2012 -0500
127328
127329     [util] Default to "text" output format in hb-shape
127330     
127331     If you say:
127332     
127333       hb-shape font.ttf text --output-file out.txt
127334     
127335     This was previously failing:
127336     
127337       Unknown output format `txt'; supported formats are: TEXT / JSON
127338     
127339     Now we simply fallback to TEXT if no explicit format was requested.
127340
127341  util/hb-shape.cc | 11 ++++++++---
127342  util/options.hh  |  5 +++++
127343  2 files changed, 13 insertions(+), 3 deletions(-)
127344
127345 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
127346 Author: Behdad Esfahbod <behdad@behdad.org>
127347 Date:   Fri Dec 21 15:48:32 2012 -0500
127348
127349     [Indic] Reorder Malayalam dot-reph to after base
127350     
127351     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
127352     reordered to after the Ka.
127353     
127354     https://bugzilla.redhat.com/show_bug.cgi?id=799565
127355
127356  src/hb-ot-shape-complex-indic.cc                            | 13 ++++++++++---
127357  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
127358  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
127359  3 files changed, 12 insertions(+), 3 deletions(-)
127360
127361 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
127362 Author: Behdad Esfahbod <behdad@behdad.org>
127363 Date:   Fri Dec 21 15:35:03 2012 -0500
127364
127365     Minor
127366
127367  src/hb-ot-shape-complex-indic.cc | 2 +-
127368  1 file changed, 1 insertion(+), 1 deletion(-)
127369
127370 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
127371 Author: Behdad Esfahbod <behdad@behdad.org>
127372 Date:   Fri Dec 21 11:54:50 2012 -0500
127373
127374     Add Android.mk
127375
127376  Android.mk  | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
127377  Makefile.am |  1 +
127378  2 files changed, 75 insertions(+)
127379
127380 commit d16ddbcbbee39b07a028776995c635119fe3cd98
127381 Author: Behdad Esfahbod <behdad@behdad.org>
127382 Date:   Thu Dec 20 01:02:36 2012 -0500
127383
127384     Add build confirmation notice to configure
127385
127386  configure.ac | 25 +++++++++++++++++++++++++
127387  1 file changed, 25 insertions(+)
127388
127389 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
127390 Author: Behdad Esfahbod <behdad@behdad.org>
127391 Date:   Wed Dec 19 15:23:02 2012 -0500
127392
127393     [TODO] Remove done items
127394
127395  TODO | 7 -------
127396  1 file changed, 7 deletions(-)
127397
127398 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
127399 Author: Behdad Esfahbod <behdad@behdad.org>
127400 Date:   Wed Dec 19 13:00:16 2012 -0500
127401
127402     Bug 58498 - Tests fail with gold linker on ARM
127403
127404  src/check-exported-symbols.sh | 2 +-
127405  src/check-internal-symbols.sh | 2 +-
127406  2 files changed, 2 insertions(+), 2 deletions(-)
127407
127408 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
127409 Author: Behdad Esfahbod <behdad@behdad.org>
127410 Date:   Tue Dec 18 20:39:40 2012 -0500
127411
127412     Use C++ linker if ICU is disabled
127413     
127414     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
127415     new(unsigned long)" "___cxa_pure_virtual"
127416
127417  src/Makefile.am | 4 ++++
127418  1 file changed, 4 insertions(+)
127419
127420 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
127421 Author: Behdad Esfahbod <behdad@behdad.org>
127422 Date:   Mon Dec 17 23:29:15 2012 -0500
127423
127424     [OTLayout] Limit alternate-location FeatureParams to 'size' feature
127425
127426  src/hb-ot-layout-common-private.hh | 7 ++++++-
127427  1 file changed, 6 insertions(+), 1 deletion(-)
127428
127429 commit efe252e6000558f78075adadb2a3dba25ab67c04
127430 Author: Behdad Esfahbod <behdad@behdad.org>
127431 Date:   Mon Dec 17 23:21:05 2012 -0500
127432
127433     [OTLayout] Fix 'size' featureParams implementation
127434     
127435     Looks at alternate location now.
127436
127437  src/hb-ot-layout-common-private.hh | 133 ++++++++++++++++++++++++++++---------
127438  src/hb-ot-layout.cc                |  93 ++++----------------------
127439  2 files changed, 117 insertions(+), 109 deletions(-)
127440
127441 commit e77b4425746ac9eb407ca4e742d962f1955971b4
127442 Author: Behdad Esfahbod <behdad@behdad.org>
127443 Date:   Mon Dec 17 18:42:59 2012 -0500
127444
127445     [OTLayout] Fix tracing
127446
127447  src/hb-open-type-private.hh | 3 ++-
127448  1 file changed, 2 insertions(+), 1 deletion(-)
127449
127450 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
127451 Author: Behdad Esfahbod <behdad@behdad.org>
127452 Date:   Mon Dec 17 13:55:36 2012 -0500
127453
127454     [OTLayout] Towards correct FeatureParams handling
127455
127456  src/hb-open-type-private.hh        |  8 +++++++-
127457  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
127458  2 files changed, 30 insertions(+), 3 deletions(-)
127459
127460 commit 87e43b7f2be25840748f920ca33ff553833da45f
127461 Author: Behdad Esfahbod <behdad@behdad.org>
127462 Date:   Fri Dec 14 17:48:23 2012 -0500
127463
127464     [OTLayout] Wire tag and list start all the way to Feature
127465     
127466     To fix FeatureParam issues.  No actual fix yet, just plumbing.
127467
127468  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
127469  1 file changed, 12 insertions(+), 4 deletions(-)
127470
127471 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
127472 Author: Behdad Esfahbod <behdad@behdad.org>
127473 Date:   Wed Dec 12 11:38:49 2012 -0500
127474
127475     [OTLayout] More 'size' feature sanity checking
127476     
127477     We still don't look for the old incorrect place of the featureParams.
127478     I'll wait till someone actually complains about it...
127479
127480  src/hb-ot-layout.cc | 99 ++++++++++++++++++++++++++++++++++++++++++-----------
127481  1 file changed, 79 insertions(+), 20 deletions(-)
127482
127483 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
127484 Author: Behdad Esfahbod <behdad@behdad.org>
127485 Date:   Tue Dec 11 16:01:31 2012 -0500
127486
127487     [OTLayout] Add FeatureParamsCharacterVariants struct
127488     
127489     No API yet.
127490
127491  src/hb-ot-layout-common-private.hh | 52 +++++++++++++++++++++++++++++++++++---
127492  1 file changed, 49 insertions(+), 3 deletions(-)
127493
127494 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
127495 Author: Behdad Esfahbod <behdad@behdad.org>
127496 Date:   Tue Dec 11 16:00:43 2012 -0500
127497
127498     [OTLayout] Add UINT24 type
127499
127500  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
127501  src/hb-private.hh           |  4 ++++
127502  2 files changed, 26 insertions(+), 11 deletions(-)
127503
127504 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
127505 Author: Behdad Esfahbod <behdad@behdad.org>
127506 Date:   Tue Dec 11 14:31:13 2012 -0500
127507
127508     Make test-size-params write size in points
127509
127510  src/test-size-params.cc | 18 ++++--------------
127511  1 file changed, 4 insertions(+), 14 deletions(-)
127512
127513 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
127514 Author: Behdad Esfahbod <behdad@behdad.org>
127515 Date:   Tue Dec 11 14:30:57 2012 -0500
127516
127517     [OTLayout] Make hb_ot_layout_get_size_params() do some checks
127518
127519  src/hb-ot-layout.cc | 12 +++++++++++-
127520  1 file changed, 11 insertions(+), 1 deletion(-)
127521
127522 commit 875a5cbc9c37f4264241c43b80afad2628eab749
127523 Author: Behdad Esfahbod <behdad@behdad.org>
127524 Date:   Tue Dec 11 14:17:01 2012 -0500
127525
127526     [OTLayout] Change hb_ot_layout_get_params() API
127527     
127528     And add implementation for StylisticSet UINameID.  No API yet.
127529
127530  src/hb-ot-layout-common-private.hh | 85 ++++++++++++++++++++++++++++++++++++--
127531  src/hb-ot-layout.cc                | 28 +++++++++----
127532  src/hb-ot-layout.h                 |  8 +++-
127533  src/test-size-params.cc            |  9 +++-
127534  4 files changed, 115 insertions(+), 15 deletions(-)
127535
127536 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
127537 Author: Behdad Esfahbod <behdad@behdad.org>
127538 Date:   Mon Dec 10 17:44:22 2012 -0500
127539
127540     [uniscribe] Enable Uniscribe backend only if it has ScriptShapeOpenType()
127541     
127542     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
127543
127544  config.h.in  |  6 ------
127545  configure.ac | 14 +++++++++++++-
127546  2 files changed, 13 insertions(+), 7 deletions(-)
127547
127548 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
127549 Author: Behdad Esfahbod <behdad@behdad.org>
127550 Date:   Mon Dec 10 16:41:20 2012 -0500
127551
127552     Update config template
127553
127554  config.h.in | 4 ----
127555  1 file changed, 4 deletions(-)
127556
127557 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
127558 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
127559 Date:   Mon Dec 10 16:24:24 2012 -0500
127560
127561     [coretext] Better test for CoreText
127562     
127563     Instead of checking for ApplicationServices.h, which is present in all
127564     versions of MacOSX, check for CTFontRef, a CoreText basic type.
127565
127566  configure.ac | 2 +-
127567  1 file changed, 1 insertion(+), 1 deletion(-)
127568
127569 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
127570 Author: Behdad Esfahbod <behdad@behdad.org>
127571 Date:   Mon Dec 10 15:25:21 2012 -0500
127572
127573     Fix atomic ops on iOS
127574     
127575     Patch from John Ralls.
127576
127577  src/hb-atomic-private.hh | 8 +++++---
127578  1 file changed, 5 insertions(+), 3 deletions(-)
127579
127580 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
127581 Author: Behdad Esfahbod <behdad@behdad.org>
127582 Date:   Mon Dec 10 13:38:42 2012 -0500
127583
127584     Make older MSVC happy
127585
127586  src/hb-private.hh | 2 +-
127587  1 file changed, 1 insertion(+), 1 deletion(-)
127588
127589 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
127590 Author: Behdad Esfahbod <behdad@behdad.org>
127591 Date:   Mon Dec 10 00:57:00 2012 -0500
127592
127593     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
127594     
127595     Not sure how to handle iOS.
127596
127597  src/hb-atomic-private.hh | 11 +++++++++++
127598  1 file changed, 11 insertions(+)
127599
127600 commit e923e6487b25ab86f6f629af480b291e8e5407b5
127601 Author: Behdad Esfahbod <behdad@behdad.org>
127602 Date:   Sun Dec 9 19:39:40 2012 -0500
127603
127604     [coretext] Fixed typo
127605     
127606     Oops.  Thanks Khaled for catching this.
127607
127608  src/hb-coretext.cc | 2 +-
127609  1 file changed, 1 insertion(+), 1 deletion(-)
127610
127611 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
127612 Author: Behdad Esfahbod <behdad@behdad.org>
127613 Date:   Sun Dec 9 18:47:36 2012 -0500
127614
127615     [coretext] Add hb_coretext_face_get_cg_font()
127616     
127617     Not sure if it's useful, but it was missing.
127618
127619  src/hb-coretext.cc | 20 ++++++++++++++------
127620  src/hb-coretext.h  |  3 +++
127621  2 files changed, 17 insertions(+), 6 deletions(-)
127622
127623 commit 86112356885fde32163882b6c9dd19a494304f7a
127624 Author: Behdad Esfahbod <behdad@behdad.org>
127625 Date:   Sun Dec 9 18:47:09 2012 -0500
127626
127627     [coretext] Remove hack around GlyphID
127628     
127629     We not namespace our types, so the hack is not needed anymore.
127630
127631  src/hb-coretext.cc | 4 ----
127632  1 file changed, 4 deletions(-)
127633
127634 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
127635 Author: Behdad Esfahbod <behdad@behdad.org>
127636 Date:   Sun Dec 9 18:45:47 2012 -0500
127637
127638     [graphite2] "Update to new API"
127639     
127640     Part of patch from Martin Hosken.  I believe he knows what he's doing
127641     :).
127642
127643  src/hb-graphite2.cc | 14 +++++++++++---
127644  1 file changed, 11 insertions(+), 3 deletions(-)
127645
127646 commit a5a4ab3846ef06769784e6469d76eace35e68805
127647 Author: Behdad Esfahbod <behdad@behdad.org>
127648 Date:   Sun Dec 9 18:44:41 2012 -0500
127649
127650     [graphite2] Add hb_graphite2_face_get_gr_face and hb_graphite2_font_get_gr_font
127651     
127652     Based on patch from Martin Hosken.  I believe it returns NULL if the
127653     font doesn't have graphite tables, but have not tested.
127654
127655  src/hb-graphite2.cc | 14 ++++++++++++++
127656  src/hb-graphite2.h  |  8 +++++++-
127657  2 files changed, 21 insertions(+), 1 deletion(-)
127658
127659 commit 737ba156442f723d126c7c58c73729786b67c17a
127660 Author: Behdad Esfahbod <behdad@behdad.org>
127661 Date:   Sun Dec 9 18:43:03 2012 -0500
127662
127663     [graphite2] Preload all tables
127664     
127665     Part of patch from Martin Hosken.
127666
127667  src/hb-graphite2.cc | 2 +-
127668  1 file changed, 1 insertion(+), 1 deletion(-)
127669
127670 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
127671 Author: Behdad Esfahbod <behdad@behdad.org>
127672 Date:   Sun Dec 9 18:37:38 2012 -0500
127673
127674     Minor
127675
127676  src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
127677  1 file changed, 16 insertions(+), 16 deletions(-)
127678
127679 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
127680 Author: Behdad Esfahbod <behdad@behdad.org>
127681 Date:   Sun Dec 9 18:20:19 2012 -0500
127682
127683     Remove excess return
127684     
127685     Oops!
127686
127687  src/hb-uniscribe.cc | 1 -
127688  1 file changed, 1 deletion(-)
127689
127690 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
127691 Author: Behdad Esfahbod <behdad@behdad.org>
127692 Date:   Sat Dec 8 19:28:41 2012 -0500
127693
127694     Update OT language tags
127695     
127696     Patch from Roozbeh Pournader.
127697
127698  src/hb-ot-tag.cc | 212 +++++++++++++++++++++++++++++--------------------------
127699  1 file changed, 110 insertions(+), 102 deletions(-)
127700
127701 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
127702 Author: Behdad Esfahbod <behdad@behdad.org>
127703 Date:   Wed Dec 5 19:54:48 2012 -0500
127704
127705     Minor
127706
127707  src/hb-ot-tag.cc | 2 +-
127708  1 file changed, 1 insertion(+), 1 deletion(-)
127709
127710 commit 61865745e35eb60aeb59968e7826e37059090780
127711 Author: Behdad Esfahbod <behdad@behdad.org>
127712 Date:   Wed Dec 5 19:42:10 2012 -0500
127713
127714     Fix test with gold linker
127715     
127716     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
127717
127718  src/check-exported-symbols.sh | 2 +-
127719  src/check-internal-symbols.sh | 2 +-
127720  2 files changed, 2 insertions(+), 2 deletions(-)
127721
127722 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
127723 Author: Behdad Esfahbod <behdad@behdad.org>
127724 Date:   Wed Dec 5 19:20:31 2012 -0500
127725
127726     [Indic] Add link to Sinhala split matra section of the Sinhala spec
127727
127728  src/hb-ot-shape-complex-indic.cc | 5 +++++
127729  1 file changed, 5 insertions(+)
127730
127731 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
127732 Author: Behdad Esfahbod <behdad@behdad.org>
127733 Date:   Wed Dec 5 19:18:18 2012 -0500
127734
127735     Fix build with C++11
127736
127737  util/options.cc | 8 ++++----
127738  1 file changed, 4 insertions(+), 4 deletions(-)
127739
127740 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
127741 Author: Behdad Esfahbod <behdad@behdad.org>
127742 Date:   Wed Dec 5 18:46:04 2012 -0500
127743
127744     Fix warnings
127745
127746  src/hb-fallback-shape.cc                   | 10 +++++-----
127747  src/hb-glib.cc                             |  2 +-
127748  src/hb-icu-le.cc                           |  6 +++---
127749  src/hb-old.cc                              | 14 +++++++-------
127750  src/hb-open-type-private.hh                |  4 +---
127751  src/hb-ot-layout-gsubgpos-private.hh       | 24 ++++++++++++------------
127752  src/hb-ot-shape-complex-arabic-fallback.hh |  4 ++--
127753  src/hb-ot-shape-complex-arabic.cc          |  2 +-
127754  src/hb-ot-shape-complex-indic-machine.hh   |  2 +-
127755  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
127756  src/hb-ot-shape-complex-indic.cc           |  6 +++---
127757  src/hb-ot-shape-complex-thai.cc            |  2 +-
127758  src/hb-ot-shape-fallback.cc                |  4 ++--
127759  src/hb-private.hh                          |  8 ++++----
127760  src/hb-ucdn.cc                             | 27 +++++++++++++++------------
127761  src/hb-utf-private.hh                      |  4 ++--
127762  16 files changed, 61 insertions(+), 60 deletions(-)
127763
127764 commit c6408a1009d2370fbdcfa694898819d99d53c3df
127765 Author: Behdad Esfahbod <behdad@behdad.org>
127766 Date:   Wed Dec 5 17:36:52 2012 -0500
127767
127768     0.9.9
127769
127770  NEWS         | 8 ++++++++
127771  configure.ac | 2 +-
127772  2 files changed, 9 insertions(+), 1 deletion(-)
127773
127774 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
127775 Author: Behdad Esfahbod <behdad@behdad.org>
127776 Date:   Wed Dec 5 16:49:47 2012 -0500
127777
127778     Rename VOID and void_t to have HarfBuzz prefix
127779     
127780     Fixes build on Windows.  Ouch!
127781
127782  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
127783  src/hb-private.hh                    | 12 ++++++------
127784  2 files changed, 17 insertions(+), 17 deletions(-)
127785
127786 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
127787 Author: Behdad Esfahbod <behdad@behdad.org>
127788 Date:   Tue Dec 4 17:13:09 2012 -0500
127789
127790     [OTLayout] Reuse context in collect_glyphs() recursion
127791
127792  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
127793  1 file changed, 15 insertions(+), 4 deletions(-)
127794
127795 commit 8303593ba1db06e402eab52df47f21f13049112d
127796 Author: Behdad Esfahbod <behdad@behdad.org>
127797 Date:   Tue Dec 4 17:08:41 2012 -0500
127798
127799     Minor
127800     
127801     Use pointers instead of references, in preparation for upcoming change.
127802
127803  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
127804  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
127805  src/hb-ot-layout-gsubgpos-private.hh | 38 ++++++++++++++++++------------------
127806  3 files changed, 48 insertions(+), 48 deletions(-)
127807
127808 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
127809 Author: Behdad Esfahbod <behdad@behdad.org>
127810 Date:   Tue Dec 4 16:58:09 2012 -0500
127811
127812     [OTLayout] Don't recurse in collect_glyphs() for GPOS
127813
127814  src/hb-ot-layout-gpos-table.hh       | 2 +-
127815  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
127816  2 files changed, 5 insertions(+), 1 deletion(-)
127817
127818 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
127819 Author: Behdad Esfahbod <behdad@behdad.org>
127820 Date:   Tue Dec 4 15:57:02 2012 -0500
127821
127822     [ucdn] Match upstream changes
127823
127824  src/hb-ucdn/ucdn.c | 16 ++++++++--------
127825  1 file changed, 8 insertions(+), 8 deletions(-)
127826
127827 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
127828 Author: Behdad Esfahbod <behdad@behdad.org>
127829 Date:   Tue Dec 4 15:43:38 2012 -0500
127830
127831     0.9.8
127832
127833  NEWS         | 16 ++++++++++++++++
127834  configure.ac |  2 +-
127835  2 files changed, 17 insertions(+), 1 deletion(-)
127836
127837 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
127838 Author: Behdad Esfahbod <behdad@behdad.org>
127839 Date:   Tue Dec 4 00:35:54 2012 +0200
127840
127841     Move object mutext into the user-data array
127842     
127843     We are not using it for anything lse it seems.
127844
127845  src/hb-common.cc         | 12 ++----------
127846  src/hb-object-private.hh | 24 ++++++++++--------------
127847  2 files changed, 12 insertions(+), 24 deletions(-)
127848
127849 commit a1900114770952778563dd6f3bc79334b0ca8df5
127850 Author: Behdad Esfahbod <behdad@behdad.org>
127851 Date:   Tue Dec 4 00:29:35 2012 +0200
127852
127853     Remove unused functions
127854
127855  src/hb-object-private.hh | 20 --------------------
127856  1 file changed, 20 deletions(-)
127857
127858 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
127859 Author: Behdad Esfahbod <behdad@behdad.org>
127860 Date:   Sun Dec 2 19:14:29 2012 +0200
127861
127862     "Update" to Unicode 6.2.0 tables
127863     
127864     Nothing changed...
127865
127866  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
127867  src/hb-ot-shape-complex-indic-table.hh  | 12 ++++++------
127868  2 files changed, 8 insertions(+), 8 deletions(-)
127869
127870 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
127871 Author: Behdad Esfahbod <behdad@behdad.org>
127872 Date:   Fri Nov 30 15:02:04 2012 +0200
127873
127874     Minor
127875
127876  src/hb-ot-layout.h | 2 +-
127877  1 file changed, 1 insertion(+), 1 deletion(-)
127878
127879 commit 6748b96d27477b35dd69129e55d861259d66bf9f
127880 Author: Behdad Esfahbod <behdad@behdad.org>
127881 Date:   Fri Nov 30 12:02:21 2012 +0200
127882
127883     Minor
127884
127885  src/hb-ot-layout.cc | 1 -
127886  1 file changed, 1 deletion(-)
127887
127888 commit 624933f67642997ee0a46d5acea285362e837142
127889 Author: Behdad Esfahbod <behdad@behdad.org>
127890 Date:   Fri Nov 30 11:46:35 2012 +0200
127891
127892     Add Persian test cases from Mehran Mehr
127893
127894  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
127895  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
127896  .../shaper-arabic/script-arabic/language-persian/mehran.txt       | 8 ++++++++
127897  3 files changed, 10 insertions(+)
127898
127899 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
127900 Author: Behdad Esfahbod <behdad@behdad.org>
127901 Date:   Fri Nov 30 09:06:59 2012 +0200
127902
127903     Add test-size-params
127904     
127905     Eventually this will become part of a yet-to-be-written hb-ot cmdline
127906     tool.
127907
127908  src/Makefile.am         | 10 ++++-
127909  src/test-size-params.cc | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
127910  2 files changed, 107 insertions(+), 1 deletion(-)
127911
127912 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
127913 Author: Behdad Esfahbod <behdad@behdad.org>
127914 Date:   Fri Nov 30 08:46:43 2012 +0200
127915
127916     Fix hb_buffer_guess_segment_properties() for empty buffer
127917     
127918     Was causing assertion failure in shape_plan().
127919
127920  src/hb-buffer.cc | 4 ++--
127921  1 file changed, 2 insertions(+), 2 deletions(-)
127922
127923 commit e75943de803f571b7ad2cf2f777119753a209656
127924 Author: Behdad Esfahbod <behdad@behdad.org>
127925 Date:   Fri Nov 30 08:38:24 2012 +0200
127926
127927     [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
127928
127929  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
127930  1 file changed, 1 insertion(+), 1 deletion(-)
127931
127932 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
127933 Author: Behdad Esfahbod <behdad@behdad.org>
127934 Date:   Fri Nov 30 08:24:13 2012 +0200
127935
127936     [OTLayout] Minor
127937
127938  src/hb-ot-layout-gpos-table.hh | 4 ----
127939  src/hb-ot-layout-gsub-table.hh | 4 ----
127940  src/hb-ot-layout.cc            | 4 ++--
127941  3 files changed, 2 insertions(+), 10 deletions(-)
127942
127943 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
127944 Author: Behdad Esfahbod <behdad@behdad.org>
127945 Date:   Fri Nov 30 08:14:20 2012 +0200
127946
127947     [OTLayout] Look for any 'size' feature, not only in DFLT script
127948     
127949     The old code doesn't work with all fonts, as Khaled has reported.
127950
127951  src/hb-ot-layout.cc | 14 +++++---------
127952  1 file changed, 5 insertions(+), 9 deletions(-)
127953
127954 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
127955 Author: Behdad Esfahbod <behdad@behdad.org>
127956 Date:   Fri Nov 30 08:10:26 2012 +0200
127957
127958     [OTLayout] Rename hb_ot_layout_position_get_size() to hb_ot_layout_get_size_params()
127959
127960  src/hb-ot-layout.cc | 4 ++--
127961  src/hb-ot-layout.h  | 7 ++++---
127962  2 files changed, 6 insertions(+), 5 deletions(-)
127963
127964 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
127965 Author: Behdad Esfahbod <behdad@behdad.org>
127966 Date:   Fri Nov 30 08:07:06 2012 +0200
127967
127968     [OTLayout] Return correct value from recursion
127969     
127970     Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual lookups
127971     by making the recurse() function always return false.
127972     
127973     Reported by Khaled.  Test case: لا in Amiri.
127974
127975  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
127976  1 file changed, 4 insertions(+), 5 deletions(-)
127977
127978 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
127979 Author: Behdad Esfahbod <behdad@behdad.org>
127980 Date:   Mon Nov 26 14:02:31 2012 +0200
127981
127982     [OTLayout] Implement 'size' feature
127983
127984  src/hb-ot-layout-common-private.hh | 36 ++++++++++++++++++++++++++++++++++--
127985  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
127986  src/hb-ot-layout.h                 |  5 +++++
127987  3 files changed, 70 insertions(+), 2 deletions(-)
127988
127989 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
127990 Author: Behdad Esfahbod <behdad@behdad.org>
127991 Date:   Sat Nov 24 19:16:34 2012 -0500
127992
127993     [OTLayout] Remove operator() from ClassDef
127994
127995  src/hb-ot-layout-common-private.hh   | 2 --
127996  src/hb-ot-layout-gpos-table.hh       | 4 ++--
127997  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
127998  3 files changed, 6 insertions(+), 8 deletions(-)
127999
128000 commit b67881b171a7cf865af58df146da52fc1e27b160
128001 Author: Behdad Esfahbod <behdad@behdad.org>
128002 Date:   Sat Nov 24 19:13:55 2012 -0500
128003
128004     [OTLayout] Remove operator() from Coverage
128005
128006  src/hb-ot-layout-common-private.hh   |  2 --
128007  src/hb-ot-layout-gdef-table.hh       |  4 ++--
128008  src/hb-ot-layout-gpos-table.hh       | 24 ++++++++++++------------
128009  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++------------
128010  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
128011  5 files changed, 34 insertions(+), 36 deletions(-)
128012
128013 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
128014 Author: Behdad Esfahbod <behdad@behdad.org>
128015 Date:   Sat Nov 24 02:31:02 2012 -0500
128016
128017     [OTLayout] Implement hb_ot_layout_collect_lookups()
128018     
128019     Untested.
128020
128021  src/hb-ot-layout.cc | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++
128022  src/hb-ot-layout.h  |  4 +--
128023  2 files changed, 98 insertions(+), 3 deletions(-)
128024
128025 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
128026 Author: Behdad Esfahbod <behdad@behdad.org>
128027 Date:   Sat Nov 24 02:05:52 2012 -0500
128028
128029     [OTLayout] Only collect output glyphs during recursion in collect_glyphs()
128030
128031  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
128032  1 file changed, 3 insertions(+), 1 deletion(-)
128033
128034 commit f1b12781d279a73b5754afee31e930b5cd87aac6
128035 Author: Behdad Esfahbod <behdad@behdad.org>
128036 Date:   Sat Nov 24 01:55:34 2012 -0500
128037
128038     [OTLayout] Implement ChainContext collect_glyphs()
128039     
128040     All of collect_glyphs() complete and untested now.
128041
128042  src/hb-ot-layout-gsubgpos-private.hh | 103 ++++++++++++++++++++++++++++++++---
128043  1 file changed, 96 insertions(+), 7 deletions(-)
128044
128045 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
128046 Author: Behdad Esfahbod <behdad@behdad.org>
128047 Date:   Sat Nov 24 01:38:41 2012 -0500
128048
128049     [OTLayout] Implement GPOS collect_glyphs()
128050
128051  src/hb-ot-layout-gpos-table.hh | 95 +++++++++++++++++++++++++++++++++++++++++-
128052  src/hb-ot-layout.cc            |  9 ++--
128053  2 files changed, 99 insertions(+), 5 deletions(-)
128054
128055 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
128056 Author: Behdad Esfahbod <behdad@behdad.org>
128057 Date:   Sat Nov 24 01:13:20 2012 -0500
128058
128059     [OTLayout] Reuse apply context for recursion
128060
128061  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
128062  src/hb-ot-layout-gsub-table.hh       | 7 ++++++-
128063  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
128064  3 files changed, 16 insertions(+), 6 deletions(-)
128065
128066 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
128067 Author: Behdad Esfahbod <behdad@behdad.org>
128068 Date:   Sat Nov 24 01:03:05 2012 -0500
128069
128070     [OTLayout] Remove unused members
128071
128072  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
128073  1 file changed, 3 deletions(-)
128074
128075 commit d0a5233785eb327c4080432f597fe470a1046af3
128076 Author: Behdad Esfahbod <behdad@behdad.org>
128077 Date:   Fri Nov 23 18:54:59 2012 -0500
128078
128079     [OTLayout] Implement Context::collect_glyphs()
128080
128081  src/hb-ot-layout-gsubgpos-private.hh | 122 +++++++++++++++++++++++++++++++----
128082  1 file changed, 111 insertions(+), 11 deletions(-)
128083
128084 commit 26514d51b6669f092d9ccb7523443a5ece74169a
128085 Author: Behdad Esfahbod <behdad@behdad.org>
128086 Date:   Fri Nov 23 18:13:48 2012 -0500
128087
128088     [OTLayout] More collect_glyphs()
128089
128090  src/hb-ot-layout-gpos-table.hh       |  6 ++---
128091  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
128092  src/hb-ot-layout-gsubgpos-private.hh | 51 ++++++++++++++++++++++++++++++++----
128093  3 files changed, 71 insertions(+), 18 deletions(-)
128094
128095 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
128096 Author: Behdad Esfahbod <behdad@behdad.org>
128097 Date:   Fri Nov 23 18:04:08 2012 -0500
128098
128099     [OTLayout] Templatize process_recurse_func
128100
128101  src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
128102  src/hb-ot-layout-gsub-table.hh |  8 +++++---
128103  2 files changed, 15 insertions(+), 3 deletions(-)
128104
128105 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
128106 Author: Behdad Esfahbod <behdad@behdad.org>
128107 Date:   Fri Nov 23 17:55:40 2012 -0500
128108
128109     [OTLayout] Clean up closure() a bit
128110
128111  src/hb-ot-layout-gsub-table.hh       | 29 ++++++++++++++---------------
128112  src/hb-ot-layout-gsubgpos-private.hh |  7 ++++---
128113  src/hb-ot-layout.cc                  |  6 +++++-
128114  3 files changed, 23 insertions(+), 19 deletions(-)
128115
128116 commit adf7758a27a11fb1a8a14a2673867589437d22a3
128117 Author: Behdad Esfahbod <behdad@behdad.org>
128118 Date:   Fri Nov 23 17:32:00 2012 -0500
128119
128120     Improve debug log format in presence of templates
128121
128122  src/hb-private.hh | 6 +++++-
128123  1 file changed, 5 insertions(+), 1 deletion(-)
128124
128125 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
128126 Author: Behdad Esfahbod <behdad@behdad.org>
128127 Date:   Fri Nov 23 17:29:05 2012 -0500
128128
128129     [OTLayout] Start porting sanitize() to process()
128130
128131  src/hb-open-type-private.hh          | 12 +++++++++++-
128132  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
128133  2 files changed, 15 insertions(+), 5 deletions(-)
128134
128135 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
128136 Author: Behdad Esfahbod <behdad@behdad.org>
128137 Date:   Fri Nov 23 17:23:41 2012 -0500
128138
128139     [OTLayout] Add process() tracing
128140
128141  src/hb-ot-layout-gpos-table.hh       | 60 ++++++++++++++++++++----------------
128142  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
128143  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
128144  3 files changed, 72 insertions(+), 56 deletions(-)
128145
128146 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
128147 Author: Behdad Esfahbod <behdad@behdad.org>
128148 Date:   Fri Nov 23 17:10:40 2012 -0500
128149
128150     [OTLayout] More Extension templatizing
128151
128152  src/hb-ot-layout-gpos-table.hh       | 11 -----------
128153  src/hb-ot-layout-gsub-table.hh       | 11 -----------
128154  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
128155  3 files changed, 10 insertions(+), 24 deletions(-)
128156
128157 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
128158 Author: Behdad Esfahbod <behdad@behdad.org>
128159 Date:   Fri Nov 23 17:04:55 2012 -0500
128160
128161     [OTLayout] More templatizing Extension
128162
128163  src/hb-ot-layout-gpos-table.hh       |  7 +------
128164  src/hb-ot-layout-gsub-table.hh       |  9 ++-------
128165  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
128166  3 files changed, 12 insertions(+), 14 deletions(-)
128167
128168 commit 653eeb26450053b731b46346606931f5ae88db72
128169 Author: Behdad Esfahbod <behdad@behdad.org>
128170 Date:   Fri Nov 23 16:57:36 2012 -0500
128171
128172     Make Extension a template
128173
128174  src/hb-ot-layout-gpos-table.hh       | 11 +----------
128175  src/hb-ot-layout-gsub-table.hh       | 11 +----------
128176  src/hb-ot-layout-gsubgpos-private.hh |  7 +++++++
128177  3 files changed, 9 insertions(+), 20 deletions(-)
128178
128179 commit 08f1eede1bbc01ece2adf89847614a0670e50443
128180 Author: Behdad Esfahbod <behdad@behdad.org>
128181 Date:   Fri Nov 23 16:51:43 2012 -0500
128182
128183     Minor
128184
128185  src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
128186  src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
128187  2 files changed, 4 insertions(+), 34 deletions(-)
128188
128189 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
128190 Author: Behdad Esfahbod <behdad@behdad.org>
128191 Date:   Fri Nov 23 16:49:19 2012 -0500
128192
128193     More tracing fixup
128194
128195  src/hb-private.hh | 5 ++---
128196  1 file changed, 2 insertions(+), 3 deletions(-)
128197
128198 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
128199 Author: Behdad Esfahbod <behdad@behdad.org>
128200 Date:   Fri Nov 23 16:40:04 2012 -0500
128201
128202     [OTLayout] Start adding process() tracing
128203
128204  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++++++++++++++++++++---------
128205  src/hb-private.hh                    |  6 +++--
128206  2 files changed, 37 insertions(+), 13 deletions(-)
128207
128208 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
128209 Author: Behdad Esfahbod <behdad@behdad.org>
128210 Date:   Fri Nov 23 15:34:11 2012 -0500
128211
128212     Cleanup
128213
128214  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
128215  1 file changed, 4 insertions(+), 12 deletions(-)
128216
128217 commit be218c688cbb037a99c8c64bb835f3c980040c0b
128218 Author: Behdad Esfahbod <behdad@behdad.org>
128219 Date:   Fri Nov 23 15:32:14 2012 -0500
128220
128221     Pass this object to trace macros
128222
128223  src/hb-open-file-private.hh          |  10 +--
128224  src/hb-open-type-private.hh          |  34 +++++-----
128225  src/hb-ot-head-table.hh              |   2 +-
128226  src/hb-ot-hhea-table.hh              |   2 +-
128227  src/hb-ot-hmtx-table.hh              |   2 +-
128228  src/hb-ot-layout-common-private.hh   |  36 +++++------
128229  src/hb-ot-layout-gdef-table.hh       |  20 +++---
128230  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
128231  src/hb-ot-layout-gsub-table.hh       | 122 +++++++++++++++++------------------
128232  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
128233  src/hb-ot-maxp-table.hh              |   2 +-
128234  src/hb-ot-name-table.hh              |   6 +-
128235  12 files changed, 208 insertions(+), 208 deletions(-)
128236
128237 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
128238 Author: Behdad Esfahbod <behdad@behdad.org>
128239 Date:   Fri Nov 23 15:06:59 2012 -0500
128240
128241     [OTLayout] Start unbreaking tracing
128242
128243  src/hb-open-type-private.hh          | 37 +++++++++++++++++++++---------------
128244  src/hb-ot-layout-gsubgpos-private.hh | 37 +++++++++++++++++++++++++-----------
128245  src/hb-private.hh                    | 30 +++++++++++++++++++----------
128246  3 files changed, 68 insertions(+), 36 deletions(-)
128247
128248 commit dabe698fcbeb02911128b17aa8e3b2d864795960
128249 Author: Behdad Esfahbod <behdad@behdad.org>
128250 Date:   Fri Nov 23 14:21:35 2012 -0500
128251
128252     Minor
128253
128254  src/hb-open-type-private.hh          |  5 -----
128255  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
128256  src/hb-private.hh                    | 27 +++++++++++++++++++++++++--
128257  3 files changed, 29 insertions(+), 13 deletions(-)
128258
128259 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
128260 Author: Behdad Esfahbod <behdad@behdad.org>
128261 Date:   Fri Nov 23 14:07:24 2012 -0500
128262
128263     Fix warnings
128264
128265  src/hb-ot-layout-gpos-table.hh       | 2 --
128266  src/hb-ot-layout-gsub-table.hh       | 8 +++-----
128267  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
128268  src/hb-private.hh                    | 2 +-
128269  4 files changed, 5 insertions(+), 9 deletions(-)
128270
128271 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
128272 Author: Behdad Esfahbod <behdad@behdad.org>
128273 Date:   Fri Nov 23 13:27:16 2012 -0500
128274
128275     Minor
128276
128277  src/hb-open-type-private.hh          | 6 ++++++
128278  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
128279  2 files changed, 6 insertions(+), 3 deletions(-)
128280
128281 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
128282 Author: Behdad Esfahbod <behdad@behdad.org>
128283 Date:   Thu Nov 22 16:47:53 2012 -0500
128284
128285     Move code around
128286
128287  src/hb-ot-layout-gsubgpos-private.hh | 44 ++++++++++++++++++------------------
128288  1 file changed, 22 insertions(+), 22 deletions(-)
128289
128290 commit ec35a72a44301934b8f123ab2833f59d8c875a09
128291 Author: Behdad Esfahbod <behdad@behdad.org>
128292 Date:   Thu Nov 22 16:05:59 2012 -0500
128293
128294     [OTLayout] Port apply() operator to process() template
128295
128296  src/hb-ot-layout-gpos-table.hh       | 117 ++++-------------------------------
128297  src/hb-ot-layout-gsub-table.hh       | 108 +++-----------------------------
128298  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
128299  src/hb-ot-layout.cc                  |   2 +-
128300  4 files changed, 65 insertions(+), 261 deletions(-)
128301
128302 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
128303 Author: Behdad Esfahbod <behdad@behdad.org>
128304 Date:   Thu Nov 22 14:38:10 2012 -0500
128305
128306     [OTLayout] Port would_apply() and get_coverage() to process() templates
128307
128308  src/hb-ot-layout-gpos-table.hh       | 175 +++++++++++--------------------
128309  src/hb-ot-layout-gsub-table.hh       | 198 ++++++++++++-----------------------
128310  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
128311  3 files changed, 156 insertions(+), 293 deletions(-)
128312
128313 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
128314 Author: Behdad Esfahbod <behdad@behdad.org>
128315 Date:   Wed Nov 21 23:33:13 2012 -0500
128316
128317     [OTLayout] Port closure() to process() template
128318
128319  src/hb-ot-layout-gsub-table.hh       | 297 ++++++++---------------------------
128320  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
128321  src/hb-ot-layout.cc                  |  10 +-
128322  3 files changed, 171 insertions(+), 345 deletions(-)
128323
128324 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
128325 Author: Behdad Esfahbod <behdad@behdad.org>
128326 Date:   Thu Nov 22 16:26:22 2012 -0500
128327
128328     [ucdn] Make data tables const!
128329
128330  src/hb-ucdn/ucdn.c           | 16 ++++++++--------
128331  src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
128332  2 files changed, 22 insertions(+), 22 deletions(-)
128333
128334 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
128335 Author: Behdad Esfahbod <behdad@behdad.org>
128336 Date:   Thu Nov 22 14:15:08 2012 -0500
128337
128338     Fix hb_shape_plan_get_shaper()
128339
128340  src/hb-shape-plan.cc | 1 +
128341  1 file changed, 1 insertion(+)
128342
128343 commit 4c8963576573483269b327c6465f6ec99f489e05
128344 Author: Behdad Esfahbod <behdad@behdad.org>
128345 Date:   Wed Nov 21 01:20:56 2012 -0500
128346
128347     0.9.7
128348
128349  NEWS         | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
128350  configure.ac |  2 +-
128351  2 files changed, 87 insertions(+), 1 deletion(-)
128352
128353 commit ac064a2db2b7a010d99527e183145286215aea81
128354 Author: Behdad Esfahbod <behdad@behdad.org>
128355 Date:   Wed Nov 21 01:14:19 2012 -0500
128356
128357     Rename hb_set_population() to hb_set_get_population()
128358
128359  src/hb-set.cc | 2 +-
128360  src/hb-set.h  | 2 +-
128361  2 files changed, 2 insertions(+), 2 deletions(-)
128362
128363 commit 16c914c2a6efeb6999054333985b1f711e33cf94
128364 Author: Behdad Esfahbod <behdad@behdad.org>
128365 Date:   Wed Nov 21 01:04:15 2012 -0500
128366
128367     [Indic] One more try at unbreaking Khmer fonts
128368     
128369     See comments and discussion on the list.
128370
128371  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
128372  1 file changed, 10 insertions(+), 6 deletions(-)
128373
128374 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
128375 Author: Behdad Esfahbod <behdad@behdad.org>
128376 Date:   Fri Nov 16 19:07:06 2012 -0800
128377
128378     Start implementing collect_glyphs() operation
128379     
128380     Not functional yet.
128381
128382  src/hb-ot-layout-gsub-table.hh       | 185 +++++++++++++++++++++++++++++++++++
128383  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
128384  src/hb-ot-layout.cc                  |  29 ++++++
128385  src/hb-ot-layout.h                   |   4 +-
128386  4 files changed, 272 insertions(+), 3 deletions(-)
128387
128388 commit 7d52e6601f0e695690cd168a288466746cf25300
128389 Author: Behdad Esfahbod <behdad@behdad.org>
128390 Date:   Fri Nov 16 18:49:54 2012 -0800
128391
128392     Whitespace
128393
128394  src/hb-coretext.cc                   |  32 +++++-----
128395  src/hb-icu-le.cc                     |   2 +-
128396  src/hb-old.cc                        |  10 ++--
128397  src/hb-open-file-private.hh          |   2 +-
128398  src/hb-open-type-private.hh          |   2 +-
128399  src/hb-ot-head-table.hh              |   2 +-
128400  src/hb-ot-hhea-table.hh              |   2 +-
128401  src/hb-ot-hmtx-table.hh              |   2 +-
128402  src/hb-ot-layout-common-private.hh   |   2 +-
128403  src/hb-ot-layout-gdef-table.hh       |   2 +-
128404  src/hb-ot-layout-gpos-table.hh       |   2 +-
128405  src/hb-ot-layout-gsub-table.hh       |   2 +-
128406  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
128407  src/hb-ot-maxp-table.hh              |   2 +-
128408  src/hb-ot-name-table.hh              |   2 +-
128409  src/hb-ot-shape-complex-default.cc   | 109 ++++++++++++++++++-----------------
128410  src/hb-tt-font.cc                    |   2 +-
128411  17 files changed, 87 insertions(+), 92 deletions(-)
128412
128413 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
128414 Author: Behdad Esfahbod <behdad@behdad.org>
128415 Date:   Fri Nov 16 14:08:05 2012 -0800
128416
128417     Minor
128418
128419  src/hb-ot-shape.cc | 1 +
128420  1 file changed, 1 insertion(+)
128421
128422 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
128423 Author: Behdad Esfahbod <behdad@behdad.org>
128424 Date:   Fri Nov 16 13:53:40 2012 -0800
128425
128426     Implement hb_ot_layout_get_glyphs_in_class()
128427
128428  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
128429  src/hb-ot-layout-gdef-table.hh     |  2 ++
128430  src/hb-ot-layout.cc                |  8 ++++++++
128431  src/hb-ot-layout.h                 |  5 ++---
128432  4 files changed, 36 insertions(+), 3 deletions(-)
128433
128434 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
128435 Author: Behdad Esfahbod <behdad@behdad.org>
128436 Date:   Fri Nov 16 13:34:29 2012 -0800
128437
128438     Implement hb_ot_layout_get_glyph_class()
128439
128440  src/hb-ot-layout-gdef-table.hh       | 10 +++++-----
128441  src/hb-ot-layout-gpos-table.hh       |  8 ++++----
128442  src/hb-ot-layout-gsub-table.hh       |  2 +-
128443  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
128444  src/hb-ot-layout-private.hh          | 10 +++++++++-
128445  src/hb-ot-layout.cc                  |  6 ++++++
128446  src/hb-ot-layout.h                   | 14 ++++++--------
128447  src/hb-ot-shape.cc                   |  4 ++--
128448  8 files changed, 38 insertions(+), 26 deletions(-)
128449
128450 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
128451 Author: Behdad Esfahbod <behdad@behdad.org>
128452 Date:   Fri Nov 16 13:23:37 2012 -0800
128453
128454     Implement hb_shape_plan_get_shaper()
128455     
128456     Untested.
128457
128458  src/hb-shape-plan-private.hh | 1 +
128459  src/hb-shape-plan.cc         | 7 +++++++
128460  src/hb-shape-plan.h          | 4 +---
128461  3 files changed, 9 insertions(+), 3 deletions(-)
128462
128463 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
128464 Author: Behdad Esfahbod <behdad@behdad.org>
128465 Date:   Fri Nov 16 13:12:35 2012 -0800
128466
128467     [Indic] Another try to unbreak Sinhala split matras
128468     
128469     Just read the comments...
128470
128471  src/hb-ot-shape-complex-indic.cc                   | 43 ++++++++++++++++++----
128472  .../indic/script-sinhala/misc/MANIFEST             |  1 +
128473  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
128474  3 files changed, 40 insertions(+), 8 deletions(-)
128475
128476 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
128477 Author: Behdad Esfahbod <behdad@behdad.org>
128478 Date:   Fri Nov 16 13:10:07 2012 -0800
128479
128480     Unbreak tests
128481
128482  src/hb-ot-layout.h  | 14 +++++++-------
128483  src/hb-shape-plan.h |  2 +-
128484  2 files changed, 8 insertions(+), 8 deletions(-)
128485
128486 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
128487 Author: Behdad Esfahbod <behdad@behdad.org>
128488 Date:   Fri Nov 16 12:39:23 2012 -0800
128489
128490     Plumbing to get shape plan and font into complex decompose function
128491     
128492     So we can handle Sinhala split matras smartly...  Coming soon.
128493
128494  src/hb-ot-shape-complex-default.cc   |  6 ++--
128495  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
128496  src/hb-ot-shape-complex-private.hh   | 16 +++++------
128497  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
128498  src/hb-ot-shape-normalize.cc         | 56 ++++++++++++++----------------------
128499  src/hb-ot-shape.cc                   |  2 +-
128500  6 files changed, 61 insertions(+), 55 deletions(-)
128501
128502 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
128503 Author: Behdad Esfahbod <behdad@behdad.org>
128504 Date:   Thu Nov 15 18:45:31 2012 -0800
128505
128506     Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()
128507
128508  src/hb-buffer-private.hh | 2 +-
128509  src/hb-buffer.cc         | 6 +++---
128510  src/hb-buffer.h          | 2 +-
128511  src/hb-fallback-shape.cc | 2 +-
128512  src/hb-ot-shape.cc       | 2 +-
128513  src/hb-shape.cc          | 2 +-
128514  6 files changed, 8 insertions(+), 8 deletions(-)
128515
128516 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
128517 Author: Behdad Esfahbod <behdad@behdad.org>
128518 Date:   Thu Nov 15 18:39:46 2012 -0800
128519
128520     Bunch of independent changes (ouch)
128521     
128522     API additions:
128523     
128524             hb_segment_properties_t
128525             HB_SEGMENT_PROPERTIES_DEFAULT
128526             hb_segment_properties_equal()
128527             hb_segment_properties_hash()
128528     
128529             hb_buffer_set_segment_properties()
128530             hb_buffer_get_segment_properties()
128531     
128532             hb_ot_layout_glyph_class_t
128533     
128534             hb_shape_plan_t
128535             hb_shape_plan_create()
128536             hb_shape_plan_create_cached()
128537             hb_shape_plan_get_empty()
128538             hb_shape_plan_reference()
128539             hb_shape_plan_destroy()
128540             hb_shape_plan_set_user_data()
128541             hb_shape_plan_get_user_data()
128542             hb_shape_plan_execute()
128543     
128544             hb_ot_shape_plan_collect_lookups()
128545     
128546     API changes:
128547     
128548             Rename hb_ot_layout_feature_get_lookup_indexes() to
128549             hb_ot_layout_feature_get_lookups().
128550     
128551     New header file:
128552     
128553             hb-shape-plan.h
128554     
128555     And a bunch of prototyped but not implemented stuff.  Coming soon.
128556     (Tests fail because of the prototypes right now.)
128557
128558  src/Makefile.am              |   2 +-
128559  src/hb-buffer-private.hh     |  37 ---------------
128560  src/hb-buffer.cc             |  45 +++++++++++++++++-
128561  src/hb-buffer.h              |  47 +++++++++++++++++--
128562  src/hb-ot-layout-private.hh  |   8 ----
128563  src/hb-ot-layout.cc          |  12 ++---
128564  src/hb-ot-layout.h           | 108 ++++++++++++++++++++++++++++++++++++++++---
128565  src/hb-ot-map-private.hh     |   2 +-
128566  src/hb-ot-map.cc             |  15 +++---
128567  src/hb-ot-shape-private.hh   |  11 ++++-
128568  src/hb-ot-shape.cc           |  52 ++++++++++++++-------
128569  src/hb-ot.h                  |   1 +
128570  src/hb-shape-plan-private.hh |   3 +-
128571  src/hb-shape-plan.cc         |  23 +++++++--
128572  src/hb-shape-plan.h          |  50 +++++++++++++-------
128573  src/hb-shaper-private.hh     |   2 -
128574  src/hb-shaper.cc             |   2 +-
128575  src/hb.h                     |   1 +
128576  18 files changed, 304 insertions(+), 117 deletions(-)
128577
128578 commit 75da37dcb17aacc0be6bb006683a84aa31155938
128579 Author: Behdad Esfahbod <behdad@behdad.org>
128580 Date:   Thu Nov 15 18:39:23 2012 -0800
128581
128582     Minor
128583
128584  util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
128585  1 file changed, 12 insertions(+), 12 deletions(-)
128586
128587 commit e05a999495e6575f7cebd7f35db087d964f11ef6
128588 Author: Behdad Esfahbod <behdad@behdad.org>
128589 Date:   Thu Nov 15 16:23:21 2012 -0800
128590
128591     Add hb_face_[sg]et_glyph_count()
128592
128593  src/hb-font-private.hh |  9 +++++++++
128594  src/hb-font.cc         | 29 ++++++++++++++++++++++++++++-
128595  src/hb-font.h          |  7 +++++++
128596  3 files changed, 44 insertions(+), 1 deletion(-)
128597
128598 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
128599 Author: Behdad Esfahbod <behdad@behdad.org>
128600 Date:   Thu Nov 15 16:15:42 2012 -0800
128601
128602     Add / modify set API a bit
128603
128604  src/hb-ot-shape.cc          |  2 +-
128605  src/hb-set-private.hh       | 35 ++++++++++++++++--
128606  src/hb-set.cc               | 86 ++++++++++++++++++++++++++++++---------------
128607  src/hb-set.h                | 55 +++++++++++++++++++----------
128608  util/hb-ot-shape-closure.cc |  2 +-
128609  5 files changed, 128 insertions(+), 52 deletions(-)
128610
128611 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
128612 Author: Behdad Esfahbod <behdad@behdad.org>
128613 Date:   Thu Nov 15 16:14:23 2012 -0800
128614
128615     Minor
128616
128617  src/hb-buffer.cc | 2 +-
128618  src/hb-buffer.h  | 8 +++-----
128619  2 files changed, 4 insertions(+), 6 deletions(-)
128620
128621 commit d1aa143ca434fe272de21d2002768c83387b583b
128622 Author: Behdad Esfahbod <behdad@behdad.org>
128623 Date:   Thu Nov 15 15:38:08 2012 -0800
128624
128625     [Thai] Remove U+0E2C from "AC" consonants
128626     
128627     WinXP doesn't include it.
128628
128629  src/hb-ot-shape-complex-thai.cc | 2 +-
128630  1 file changed, 1 insertion(+), 1 deletion(-)
128631
128632 commit 362a990b2246f5448ecb9d600761f710aea7d42d
128633 Author: Behdad Esfahbod <behdad@behdad.org>
128634 Date:   Thu Nov 15 14:57:31 2012 -0800
128635
128636     Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup()
128637     
128638     To match upcoming API.
128639
128640  src/hb-ot-layout-private.hh      | 2 +-
128641  src/hb-ot-layout.cc              | 8 ++++----
128642  src/hb-ot-layout.h               | 4 ++--
128643  src/hb-ot-map.cc                 | 2 +-
128644  src/hb-ot-shape-complex-indic.cc | 2 +-
128645  src/test-would-substitute.cc     | 2 +-
128646  6 files changed, 10 insertions(+), 10 deletions(-)
128647
128648 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
128649 Author: Behdad Esfahbod <behdad@behdad.org>
128650 Date:   Thu Nov 15 13:29:51 2012 -0800
128651
128652     [util] Make hb-shape err if output-format is not understood
128653     
128654     And list supported formats.
128655
128656  util/hb-shape.cc | 6 ++++++
128657  1 file changed, 6 insertions(+)
128658
128659 commit 3cec819d39e45470d03085bb6fa132882cc85943
128660 Author: Behdad Esfahbod <behdad@behdad.org>
128661 Date:   Thu Nov 15 13:15:39 2012 -0800
128662
128663     Make the OT shaper default, even if CoreText or Uniscribe is enabled
128664
128665  src/hb-shaper-list.hh | 15 ++++++++-------
128666  1 file changed, 8 insertions(+), 7 deletions(-)
128667
128668 commit 072ae7a982bf640804eee0b41525e7c328806bf5
128669 Author: Behdad Esfahbod <behdad@behdad.org>
128670 Date:   Thu Nov 15 13:14:12 2012 -0800
128671
128672     Add hb_buffer_serialize_list_formats()
128673
128674  src/hb-buffer.cc | 6 ++++++
128675  src/hb-buffer.h  | 3 +++
128676  2 files changed, 9 insertions(+)
128677
128678 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
128679 Author: Behdad Esfahbod <behdad@behdad.org>
128680 Date:   Thu Nov 15 12:14:09 2012 -0800
128681
128682     Add buffer serialization / deserialization API
128683     
128684     Two output formats for now: TEXT, and JSON.  For example:
128685     
128686       hb-shape --output-format=json
128687     
128688     Deserialization API is added, but not implemented yet.
128689
128690  src/hb-buffer.cc | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
128691  src/hb-buffer.h  |  42 +++++++++++
128692  util/hb-shape.cc |  21 +++++-
128693  util/options.cc  |  57 +++++---------
128694  util/options.hh  |   7 +-
128695  5 files changed, 304 insertions(+), 45 deletions(-)
128696
128697 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
128698 Author: Behdad Esfahbod <behdad@behdad.org>
128699 Date:   Thu Nov 15 10:47:14 2012 -0800
128700
128701     Avoid C++ undefined behavior
128702     
128703     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
128704
128705  src/hb-open-type-private.hh | 4 ++--
128706  1 file changed, 2 insertions(+), 2 deletions(-)
128707
128708 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
128709 Author: Behdad Esfahbod <behdad@behdad.org>
128710 Date:   Thu Nov 15 10:36:43 2012 -0800
128711
128712     Fix undefined behavior in Indic dottedcircle
128713     
128714     Chromium Issue 158998:  Conditional jump in harfbuzz-ng
128715     http://code.google.com/p/chromium/issues/detail?id=158998
128716
128717  src/hb-ot-shape-complex-indic.cc | 2 +-
128718  1 file changed, 1 insertion(+), 1 deletion(-)
128719
128720 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
128721 Author: Behdad Esfahbod <behdad@behdad.org>
128722 Date:   Wed Nov 14 17:25:03 2012 -0800
128723
128724     [Thai] Implement PUA-based fallback shaping
128725     
128726     As explained here:
128727     
128728       http://linux.thai.net/~thep/th-otf/shaping.html
128729     
128730     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
128731     Thai GSUB table.
128732
128733  src/hb-ot-shape-complex-thai.cc | 217 ++++++++++++++++++++++++++++++++++++++++
128734  1 file changed, 217 insertions(+)
128735
128736 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
128737 Author: Behdad Esfahbod <behdad@behdad.org>
128738 Date:   Wed Nov 14 16:24:05 2012 -0800
128739
128740     Improve shaper selection
128741
128742  src/hb-ot-map-private.hh           |  8 ++++----
128743  src/hb-ot-map.cc                   |  6 ++++--
128744  src/hb-ot-shape-complex-indic.cc   |  2 +-
128745  src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
128746  src/hb-ot-shape-complex-thai.cc    | 24 ++++++++++++++++++++++--
128747  5 files changed, 39 insertions(+), 14 deletions(-)
128748
128749 commit f3584d3a3a627e38dfd7769975a670db340d2a48
128750 Author: Behdad Esfahbod <behdad@behdad.org>
128751 Date:   Wed Nov 14 15:55:17 2012 -0800
128752
128753     Add test cases for Thai PUA shaping
128754
128755  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
128756  .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      | 11 +++++++++++
128757  2 files changed, 12 insertions(+)
128758
128759 commit 43f04a7456419153cb03e610a825056a47824780
128760 Author: Behdad Esfahbod <behdad@behdad.org>
128761 Date:   Wed Nov 14 15:51:54 2012 -0800
128762
128763     Move Thai shaper into a separate file
128764
128765  src/Makefile.am                                    |   3 +-
128766  ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114 -----------------
128767  src/hb-ot-shape-complex-thai.cc                    | 141 +++++++++++++++++++++
128768  3 files changed, 143 insertions(+), 115 deletions(-)
128769
128770 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
128771 Author: Behdad Esfahbod <behdad@behdad.org>
128772 Date:   Wed Nov 14 15:36:53 2012 -0800
128773
128774     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
128775
128776  src/hb-ot-shape-complex-arabic.cc | 1 +
128777  1 file changed, 1 insertion(+)
128778
128779 commit d469fadce8290c7dda559c5927dd19df65f91c1a
128780 Author: Behdad Esfahbod <behdad@behdad.org>
128781 Date:   Wed Nov 14 15:07:36 2012 -0800
128782
128783     [Indic] Exchange abort() for assert()
128784
128785  src/hb-ot-shape-complex-indic.cc | 7 ++++---
128786  1 file changed, 4 insertions(+), 3 deletions(-)
128787
128788 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
128789 Author: Behdad Esfahbod <behdad@behdad.org>
128790 Date:   Wed Nov 14 15:05:19 2012 -0800
128791
128792     Don't route Kharoshthi through the Indic shaper
128793     
128794     It's a simple, right-to-left, script.
128795
128796  src/hb-ot-shape-complex-private.hh | 2 +-
128797  1 file changed, 1 insertion(+), 1 deletion(-)
128798
128799 commit e67072bb179a5c17db04075de74215597fb43c82
128800 Author: Behdad Esfahbod <behdad@behdad.org>
128801 Date:   Wed Nov 14 15:00:53 2012 -0800
128802
128803     [Indic] Handle overstruck matra position
128804
128805  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
128806  1 file changed, 3 insertions(+), 3 deletions(-)
128807
128808 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
128809 Author: Behdad Esfahbod <behdad@behdad.org>
128810 Date:   Wed Nov 14 14:09:46 2012 -0800
128811
128812     Reposition Lao marks
128813     
128814     Lao marks are center-aligned, unlike Thai ones.
128815
128816  src/hb-ot-shape-fallback.cc | 4 ++--
128817  1 file changed, 2 insertions(+), 2 deletions(-)
128818
128819 commit 865745b5b87236651f5663cae3461db9cb505eed
128820 Author: Behdad Esfahbod <behdad@behdad.org>
128821 Date:   Wed Nov 14 13:48:26 2012 -0800
128822
128823     Don't do fallback positioning for Indic and Thai shapers
128824
128825  src/hb-ot-shape-complex-arabic.cc  |  1 +
128826  src/hb-ot-shape-complex-indic.cc   |  1 +
128827  src/hb-ot-shape-complex-misc.cc    |  2 ++
128828  src/hb-ot-shape-complex-private.hh |  1 +
128829  src/hb-ot-shape.cc                 | 20 +++++---------------
128830  5 files changed, 10 insertions(+), 15 deletions(-)
128831
128832 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
128833 Author: Behdad Esfahbod <behdad@behdad.org>
128834 Date:   Wed Nov 14 13:38:16 2012 -0800
128835
128836     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
128837     
128838     Seems to produce more coherent results than trying the Indic shaper on
128839     them.  I'm looking at you, Kh-* fonts...
128840
128841  src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
128842  1 file changed, 17 insertions(+), 4 deletions(-)
128843
128844 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
128845 Author: Behdad Esfahbod <behdad@behdad.org>
128846 Date:   Wed Nov 14 11:38:50 2012 -0800
128847
128848     Adjust diff rule for the new hb-shape output format
128849
128850  test/shaping/hb_test_tools.py | 2 +-
128851  1 file changed, 1 insertion(+), 1 deletion(-)
128852
128853 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
128854 Author: Behdad Esfahbod <behdad@behdad.org>
128855 Date:   Wed Nov 14 11:37:04 2012 -0800
128856
128857     [Indic] Don't move virama with left matra
128858     
128859     This is important for the Sinhala U+0DDA split matra since it decomposes
128860     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the virama.
128861     We don't want to move the virama with the left matra.
128862     TEST: U+0D9A,U+0DDA
128863     
128864     Note that we were already doing this in the Uniscribe bug compatibility
128865     mode.  We now do it all the time.
128866
128867  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
128868  1 file changed, 6 insertions(+), 2 deletions(-)
128869
128870 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
128871 Author: Behdad Esfahbod <behdad@behdad.org>
128872 Date:   Wed Nov 14 10:56:02 2012 -0800
128873
128874     Add Sinhala test case for split matra U+0DDA
128875
128876  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt        | 1 +
128877  1 file changed, 1 insertion(+)
128878
128879 commit d04b12853167d756a8cccaf4154f0fd894bce6de
128880 Author: Behdad Esfahbod <behdad@behdad.org>
128881 Date:   Wed Nov 14 10:53:10 2012 -0800
128882
128883     Fix test
128884
128885  test/api/test-buffer.c | 2 +-
128886  1 file changed, 1 insertion(+), 1 deletion(-)
128887
128888 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
128889 Author: Behdad Esfahbod <behdad@behdad.org>
128890 Date:   Tue Nov 13 16:50:45 2012 -0800
128891
128892     Minor
128893
128894  src/hb-buffer.h | 26 ++++++++++++++------------
128895  1 file changed, 14 insertions(+), 12 deletions(-)
128896
128897 commit 66ac2ff32e24f0d5658ca172147613081a133847
128898 Author: Behdad Esfahbod <behdad@behdad.org>
128899 Date:   Tue Nov 13 16:26:32 2012 -0800
128900
128901     API change: Remove "mask" from hb_buffer_add()
128902     
128903     I don't expect anybody using hb_buffer_add(), so this shouldn't break
128904     anyone's code.
128905
128906  src/hb-buffer-private.hh | 1 -
128907  src/hb-buffer.cc         | 8 +++-----
128908  src/hb-buffer.h          | 1 -
128909  3 files changed, 3 insertions(+), 7 deletions(-)
128910
128911 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
128912 Author: Behdad Esfahbod <behdad@behdad.org>
128913 Date:   Tue Nov 13 15:33:27 2012 -0800
128914
128915     [util] Add --bot / --eot / --preserve-default-ignorables
128916
128917  util/options.cc |  3 +++
128918  util/options.hh | 12 ++++++++++++
128919  2 files changed, 15 insertions(+)
128920
128921 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
128922 Author: Behdad Esfahbod <behdad@behdad.org>
128923 Date:   Tue Nov 13 15:15:09 2012 -0800
128924
128925     Minor
128926
128927  util/options.cc | 2 +-
128928  1 file changed, 1 insertion(+), 1 deletion(-)
128929
128930 commit 321f73c16efa0730c96e001d65268f4927a0f735
128931 Author: Behdad Esfahbod <behdad@behdad.org>
128932 Date:   Tue Nov 13 15:12:24 2012 -0800
128933
128934     [util] Add --text-before and --text-after to hb-shape / hb-view
128935     
128936     Use with Arabic, for example, to see the effect on joining.
128937
128938  util/hb-ot-shape-closure.cc |  4 +++-
128939  util/main-font-text.hh      |  2 +-
128940  util/options.cc             |  2 ++
128941  util/options.hh             | 18 ++++++++++++++++--
128942  util/shape-consumer.hh      |  6 ++++--
128943  5 files changed, 26 insertions(+), 6 deletions(-)
128944
128945 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
128946 Author: Behdad Esfahbod <behdad@behdad.org>
128947 Date:   Tue Nov 13 15:12:06 2012 -0800
128948
128949     Fix UTF-8 backward iteration
128950     
128951     Ouch!
128952
128953  src/hb-utf-private.hh | 4 ++--
128954  1 file changed, 2 insertions(+), 2 deletions(-)
128955
128956 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
128957 Author: Behdad Esfahbod <behdad@behdad.org>
128958 Date:   Tue Nov 13 15:11:51 2012 -0800
128959
128960     [Arabic] Fix post-context handling
128961     
128962     Ouch!
128963
128964  src/hb-ot-shape-complex-arabic.cc | 2 +-
128965  1 file changed, 1 insertion(+), 1 deletion(-)
128966
128967 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
128968 Author: Behdad Esfahbod <behdad@behdad.org>
128969 Date:   Tue Nov 13 14:42:35 2012 -0800
128970
128971     Add buffer flags
128972     
128973     New API:
128974     
128975             hb_buffer_flags_t
128976     
128977             HB_BUFFER_FLAGS_DEFAULT
128978             HB_BUFFER_FLAG_BOT
128979             HB_BUFFER_FLAG_EOT
128980             HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
128981     
128982             hb_buffer_set_flags()
128983             hb_buffer_get_flags()
128984     
128985     We use the BOT flag to decide whether to insert dottedcircle if the
128986     first char in the buffer is a combining mark.
128987     
128988     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters like
128989     ZWNJ/ZWJ/...
128990
128991  src/hb-buffer-private.hh          |  1 +
128992  src/hb-buffer.cc                  | 18 ++++++++++++++++++
128993  src/hb-buffer.h                   | 13 +++++++++++++
128994  src/hb-ot-shape-complex-arabic.cc | 40 ++++++++++++++++++++-------------------
128995  src/hb-ot-shape.cc                |  9 ++++++---
128996  test/api/test-buffer.c            |  9 +++++++++
128997  6 files changed, 68 insertions(+), 22 deletions(-)
128998
128999 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
129000 Author: Behdad Esfahbod <behdad@behdad.org>
129001 Date:   Tue Nov 13 14:42:22 2012 -0800
129002
129003     Minor fix
129004     
129005     Ouch
129006
129007  src/hb-shape.cc | 2 +-
129008  1 file changed, 1 insertion(+), 1 deletion(-)
129009
129010 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
129011 Author: Behdad Esfahbod <behdad@behdad.org>
129012 Date:   Tue Nov 13 14:10:19 2012 -0800
129013
129014     Minor
129015
129016  test/api/test-object.c | 2 +-
129017  1 file changed, 1 insertion(+), 1 deletion(-)
129018
129019 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
129020 Author: Behdad Esfahbod <behdad@behdad.org>
129021 Date:   Tue Nov 13 13:57:52 2012 -0800
129022
129023     Add hb_buffer_clear()
129024     
129025     Which is like _reset(), but does NOT clear unicode-funcs.
129026
129027  src/hb-buffer-private.hh |  1 +
129028  src/hb-buffer.cc         | 15 +++++++++++++++
129029  src/hb-buffer.h          |  4 ++++
129030  test/api/test-buffer.c   | 22 +++++++++++++++++++++-
129031  4 files changed, 41 insertions(+), 1 deletion(-)
129032
129033 commit da43a92b04929e93356ae393803ef101154d2267
129034 Author: Behdad Esfahbod <behdad@behdad.org>
129035 Date:   Tue Nov 13 13:48:26 2012 -0800
129036
129037     0.9.6
129038
129039  NEWS         | 28 ++++++++++++++++++++++++++++
129040  configure.ac |  2 +-
129041  2 files changed, 29 insertions(+), 1 deletion(-)
129042
129043 commit 0736915b8ed789a209205fec762997af3a8af89c
129044 Author: Behdad Esfahbod <behdad@behdad.org>
129045 Date:   Tue Nov 13 12:35:35 2012 -0800
129046
129047     [Indic] Decompose Sinhala split matras the way old HarfBuzz / Pango did
129048     
129049     Had to do some refactoring to make this happen...
129050     
129051     Under uniscribe bug compatibility mode, we still plit them
129052     Uniscrie-style, but Jonathan and I convinced ourselves that there is no
129053     harm doing this the Unicode way.  This change makes that happen, and
129054     unbreaks free Sinhala fonts.
129055
129056  src/hb-ot-shape-complex-arabic.cc    |   2 +
129057  src/hb-ot-shape-complex-indic.cc     |  74 +++++++++-
129058  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
129059  src/hb-ot-shape-complex-private.hh   |  28 +++-
129060  src/hb-ot-shape-normalize-private.hh |   6 +-
129061  src/hb-ot-shape-normalize.cc         | 278 ++++++++++-------------------------
129062  src/hb-ot-shape.cc                   |   5 +-
129063  7 files changed, 312 insertions(+), 214 deletions(-)
129064
129065 commit c8149ca85ed97112778590bc9f090f3ee0254100
129066 Author: Behdad Esfahbod <behdad@behdad.org>
129067 Date:   Tue Nov 13 11:07:20 2012 -0800
129068
129069     [hb-shape] Adjust postioning output format
129070     
129071     1. If there is any offset (x or y), print out both x and y offsets.
129072     
129073     2. Always print out the advance in the major direction of the buffer.
129074     Ie. even for zero-advance glyphs, print a "+0".  This is more intuitive.
129075
129076  util/options.cc | 13 +++++++------
129077  1 file changed, 7 insertions(+), 6 deletions(-)
129078
129079 commit 6fd5335622087e87739684f581aa9f88635ff970
129080 Author: Behdad Esfahbod <behdad@behdad.org>
129081 Date:   Mon Nov 12 18:42:18 2012 -0800
129082
129083     [Indic] Update auto-generated Indic machine to reflect previous commit
129084
129085  src/hb-ot-shape-complex-indic-machine.hh | 1126 +++++++++++++++---------------
129086  1 file changed, 567 insertions(+), 559 deletions(-)
129087
129088 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
129089 Author: Behdad Esfahbod <behdad@behdad.org>
129090 Date:   Mon Nov 12 18:41:22 2012 -0800
129091
129092     [Indic] Allow Consonant_Medial's after Consonant's
129093     
129094     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
129095     latter three are untested (no fonts!).
129096
129097  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
129098  src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
129099  2 files changed, 6 insertions(+), 4 deletions(-)
129100
129101 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
129102 Author: Behdad Esfahbod <behdad@behdad.org>
129103 Date:   Mon Nov 12 18:38:06 2012 -0800
129104
129105     [Indic] Categorize Myanmar "tone marks" as nuktas
129106
129107  src/hb-ot-shape-complex-indic-private.hh | 2 +-
129108  1 file changed, 1 insertion(+), 1 deletion(-)
129109
129110 commit 8173f23f3f16972c2e8e0a120724533100acfda2
129111 Author: Behdad Esfahbod <behdad@behdad.org>
129112 Date:   Mon Nov 12 18:37:20 2012 -0800
129113
129114     [Indic] Add config for Myanmar
129115
129116  src/hb-ot-shape-complex-indic.cc | 2 ++
129117  1 file changed, 2 insertions(+)
129118
129119 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
129120 Author: Behdad Esfahbod <behdad@behdad.org>
129121 Date:   Mon Nov 12 18:36:10 2012 -0800
129122
129123     [Indic] Route "new" Myanmar tag through the Indic shaper
129124     
129125     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
129126     through the Indic shaper.  It's still very broken, but at least this
129127     does NOT break old-style Myanmar shaping using the generic shaper.
129128
129129  src/hb-ot-shape-complex-private.hh | 14 +++++++-------
129130  1 file changed, 7 insertions(+), 7 deletions(-)
129131
129132 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
129133 Author: Behdad Esfahbod <behdad@behdad.org>
129134 Date:   Mon Nov 12 18:27:42 2012 -0800
129135
129136     Choose shaper based on chosen OT script tag
129137     
129138     For Arabic and Indic shapers, if the font doesn't have a script system
129139     for the script, use default shaper.
129140     
129141     Make an exception for Arabic script since we have fallback logic for
129142     that one.
129143
129144  src/hb-ot-map-private.hh           |  4 ++++
129145  src/hb-ot-shape-complex-private.hh | 11 +++++++++--
129146  2 files changed, 13 insertions(+), 2 deletions(-)
129147
129148 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
129149 Author: Behdad Esfahbod <behdad@behdad.org>
129150 Date:   Mon Nov 12 18:23:38 2012 -0800
129151
129152     Make planner available to complex shaper choosing logic
129153
129154  src/hb-ot-shape-complex-private.hh | 4 ++--
129155  src/hb-ot-shape.cc                 | 2 +-
129156  2 files changed, 3 insertions(+), 3 deletions(-)
129157
129158 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
129159 Author: Behdad Esfahbod <behdad@behdad.org>
129160 Date:   Mon Nov 12 17:57:24 2012 -0800
129161
129162     Refactoring ot-map building to make chosen script available earlier
129163
129164  src/hb-ot-map-private.hh   | 13 ++++++++----
129165  src/hb-ot-map.cc           | 51 ++++++++++++++++++++++++++--------------------
129166  src/hb-ot-shape-private.hh |  4 ++--
129167  3 files changed, 40 insertions(+), 28 deletions(-)
129168
129169 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
129170 Author: Behdad Esfahbod <behdad@behdad.org>
129171 Date:   Mon Nov 12 17:48:26 2012 -0800
129172
129173     Minor TODO
129174
129175  TODO | 2 ++
129176  1 file changed, 2 insertions(+)
129177
129178 commit de796a6fb98f4deda276caa82266b7c830978e0b
129179 Author: Behdad Esfahbod <behdad@behdad.org>
129180 Date:   Mon Nov 12 17:27:51 2012 -0800
129181
129182     Add "new" Myanmar OT Script tag
129183     
129184     Windows 8 added support for Myanmar shaping using the "mym2" script tag,
129185     even though Windows never supported the old "mymr" tag.
129186
129187  src/hb-ot-tag.cc       | 2 ++
129188  test/api/test-ot-tag.c | 1 +
129189  2 files changed, 3 insertions(+)
129190
129191 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
129192 Author: Behdad Esfahbod <behdad@behdad.org>
129193 Date:   Mon Nov 12 16:54:03 2012 -0800
129194
129195     Add Myanmar tests from UTN#11
129196
129197  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
129198  .../south-east-asian/script-myanmar/misc/utn11.txt | 34 ++++++++++++++++++++++
129199  2 files changed, 35 insertions(+)
129200
129201 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
129202 Author: Behdad Esfahbod <behdad@behdad.org>
129203 Date:   Mon Nov 12 14:57:02 2012 -0800
129204
129205     Break build when ragel is needed and missing
129206
129207  src/Makefile.am | 2 +-
129208  1 file changed, 1 insertion(+), 1 deletion(-)
129209
129210 commit dba186711e3f5e723f917b7104e849c4c525d3b8
129211 Author: Behdad Esfahbod <behdad@behdad.org>
129212 Date:   Mon Nov 12 14:48:33 2012 -0800
129213
129214     [Indic] Make more room in the table
129215     
129216     To be used in upcoming commits.
129217
129218  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
129219  1 file changed, 5 insertions(+), 5 deletions(-)
129220
129221 commit c4be9917438c45b972ec76dc68409014110f0837
129222 Author: Behdad Esfahbod <behdad@behdad.org>
129223 Date:   Mon Nov 12 14:27:33 2012 -0800
129224
129225     Typo
129226
129227  src/hb-ot-shape-complex-indic.cc | 2 +-
129228  1 file changed, 1 insertion(+), 1 deletion(-)
129229
129230 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
129231 Author: Behdad Esfahbod <behdad@behdad.org>
129232 Date:   Mon Nov 12 14:09:40 2012 -0800
129233
129234     [Indic] Port 'pref' logic to look into font tables
129235     
129236     ...instead of using a hardcoded list of Ra characters.
129237
129238  src/hb-ot-shape-complex-indic.cc | 7 ++++---
129239  1 file changed, 4 insertions(+), 3 deletions(-)
129240
129241 commit f2c0f59043c93c225274fc0c8177077d16c89d61
129242 Author: Behdad Esfahbod <behdad@behdad.org>
129243 Date:   Mon Nov 12 14:02:02 2012 -0800
129244
129245     [Indic] Port reph handling logic to look into font features
129246     
129247     ...instead of using a hardcoded list of Ra characters.
129248
129249  src/hb-ot-shape-complex-indic.cc | 48 +++++++++++++++++++++++++---------------
129250  1 file changed, 30 insertions(+), 18 deletions(-)
129251
129252 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
129253 Author: Behdad Esfahbod <behdad@behdad.org>
129254 Date:   Mon Nov 12 13:34:17 2012 -0800
129255
129256     Route MEETEI_MAYEK through the Indic shaper
129257     
129258     Since it has a couple of left-"matras".
129259
129260  src/hb-ot-shape-complex-private.hh | 5 ++---
129261  1 file changed, 2 insertions(+), 3 deletions(-)
129262
129263 commit d0905c3400085f9c0901c558ba1b81b5039510e4
129264 Author: Behdad Esfahbod <behdad@behdad.org>
129265 Date:   Mon Nov 12 13:02:20 2012 -0800
129266
129267     Minor
129268
129269  src/hb-ot-head-table.hh | 2 +-
129270  1 file changed, 1 insertion(+), 1 deletion(-)
129271
129272 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
129273 Author: Behdad Esfahbod <behdad@behdad.org>
129274 Date:   Mon Nov 12 11:16:57 2012 -0800
129275
129276     Work around older compilers
129277     
129278     As reported on the list:
129279     
129280     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
129281     4.0.1 on OS X 10.5 Leopard:
129282     
129283     hb-ot-layout-common-private.hh:406: error: 'struct
129284     OT::CoverageFormat1::Iter' is private
129285     hb-ot-layout-common-private.hh:646: error: within this context
129286     hb-ot-layout-common-private.hh:500: error: 'struct
129287     OT::CoverageFormat2::Iter' is private
129288     hb-ot-layout-common-private.hh:647: error: within this context
129289     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
129290     
129291     Also reported as happening with MSVC 2005.
129292
129293  src/hb-ot-layout-common-private.hh | 6 ++++++
129294  1 file changed, 6 insertions(+)
129295
129296 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
129297 Author: Behdad Esfahbod <behdad@behdad.org>
129298 Date:   Mon Nov 12 11:02:56 2012 -0800
129299
129300     [Indic] Don't apply 'liga'
129301     
129302     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
129303     shaping working in non-complex applications like Adobe's apps.
129304     
129305     No change in numbers:
129306     
129307     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
129308     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
129309     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
129310     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
129311     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
129312     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
129313     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
129314     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed (0.0308108%)
129315     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
129316     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
129317     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
129318     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
129319     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
129320
129321  src/hb-ot-shape-complex-indic.cc | 2 ++
129322  1 file changed, 2 insertions(+)
129323
129324 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
129325 Author: Behdad Esfahbod <behdad@behdad.org>
129326 Date:   Mon Nov 12 10:26:50 2012 -0800
129327
129328     Fix hb-ft glyph name for broken fonts that return empty glyph names
129329
129330  src/hb-ft.cc | 2 +-
129331  1 file changed, 1 insertion(+), 1 deletion(-)
129332
129333 commit 3bc22eb7b843c77706bb13fc332009097f247813
129334 Author: Behdad Esfahbod <behdad@behdad.org>
129335 Date:   Mon Nov 12 10:07:28 2012 -0800
129336
129337     Minor
129338
129339  util/options.cc | 2 +-
129340  1 file changed, 1 insertion(+), 1 deletion(-)
129341
129342 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
129343 Author: Behdad Esfahbod <behdad@behdad.org>
129344 Date:   Thu Nov 8 15:08:26 2012 -0800
129345
129346     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
129347
129348  src/hb-ot-shape-complex-arabic.cc | 3 +++
129349  1 file changed, 3 insertions(+)
129350
129351 commit 22a685836a59d1c02914761c02d3852810b83ec5
129352 Author: Behdad Esfahbod <behdad@behdad.org>
129353 Date:   Mon Nov 5 15:20:10 2012 -0800
129354
129355     Adjust Mongolian shaping
129356     
129357     For U+1880..U+1886 Uniscribe thinks they are non-joining.
129358     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
129359     For now, match Uniscribe.
129360
129361  src/hb-ot-shape-complex-arabic.cc | 3 +++
129362  1 file changed, 3 insertions(+)
129363
129364 commit e6b86c8519f894bf7fe18d5c143276521fcacece
129365 Author: Behdad Esfahbod <behdad@behdad.org>
129366 Date:   Mon Nov 5 15:18:49 2012 -0800
129367
129368     Add test for non-joining Mongolian letters
129369     
129370     For U+1880..U+1886 Uniscribe thinks they are non-joining.
129371     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
129372
129373  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
129374  .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   | 8 ++++++++
129375  2 files changed, 9 insertions(+)
129376
129377 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
129378 Author: Behdad Esfahbod <behdad@behdad.org>
129379 Date:   Sun Nov 4 16:48:45 2012 -0800
129380
129381     Minor
129382
129383  src/hb-ot-shape-fallback.cc | 2 +-
129384  1 file changed, 1 insertion(+), 1 deletion(-)
129385
129386 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
129387 Author: Behdad Esfahbod <behdad@behdad.org>
129388 Date:   Sun Nov 4 16:44:47 2012 -0800
129389
129390     Minor
129391
129392  src/hb-set-private.hh | 2 +-
129393  1 file changed, 1 insertion(+), 1 deletion(-)
129394
129395 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
129396 Author: Behdad Esfahbod <behdad@behdad.org>
129397 Date:   Fri Nov 2 13:53:18 2012 -0700
129398
129399     Add Tifinagh test data
129400
129401  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
129402  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
129403  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
129404  .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      | 11 +++++++++++
129405  4 files changed, 15 insertions(+)
129406
129407 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
129408 Author: Behdad Esfahbod <behdad@behdad.org>
129409 Date:   Fri Nov 2 13:38:55 2012 -0700
129410
129411     Minor
129412
129413  src/hb-ot-tag.cc | 2 ++
129414  1 file changed, 2 insertions(+)
129415
129416 commit c21498afd857e78230f761ee5c9e73adece89dd0
129417 Author: Behdad Esfahbod <behdad@behdad.org>
129418 Date:   Fri Nov 2 10:21:26 2012 -0700
129419
129420     Add Mongolian and 'Phags-pa joining test cases
129421
129422  test/shaping/texts/in-tree/shaper-arabic/MANIFEST          |  1 +
129423  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
129424  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
129425  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
129426  .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14 ++++++++++++++
129427  5 files changed, 20 insertions(+)
129428
129429 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
129430 Author: Behdad Esfahbod <behdad@behdad.org>
129431 Date:   Thu Nov 1 20:05:04 2012 -0700
129432
129433     Implement 'Phags-pa shaping
129434     
129435     Through the Arabic shaper.  It's similar to Mongolian.
129436
129437  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
129438  src/hb-ot-shape-complex-private.hh |  4 +---
129439  2 files changed, 13 insertions(+), 6 deletions(-)
129440
129441 commit 431bef2e16c7888ca3960f5797432d3a20903550
129442 Author: Behdad Esfahbod <behdad@behdad.org>
129443 Date:   Thu Nov 1 16:26:01 2012 -0700
129444
129445     Minor build fix
129446
129447  test/api/Makefile.am | 10 +++++++++-
129448  1 file changed, 9 insertions(+), 1 deletion(-)
129449
129450 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
129451 Author: Behdad Esfahbod <behdad@behdad.org>
129452 Date:   Wed Oct 31 13:45:30 2012 -0700
129453
129454     Don't clear buffer pre-context if no new context is being provided
129455     
129456     Patch from Jonathan Kew.
129457     
129458     Part of fixing:
129459     
129460     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
129461     Unicode combining characters in "simple" scripts such as Latin
129462     
129463     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
129464
129465  src/hb-buffer.cc | 9 ++++++++-
129466  1 file changed, 8 insertions(+), 1 deletion(-)
129467
129468 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
129469 Author: Behdad Esfahbod <behdad@behdad.org>
129470 Date:   Mon Oct 29 22:02:45 2012 -0700
129471
129472     [OT] Fix ReverseChainingSubst
129473     
129474     We should make it clear that we don't want output buffer in this case,
129475     otherwise buffer->backtrack_len() would be wrong.
129476
129477  src/hb-buffer-private.hh       |  1 +
129478  src/hb-buffer.cc               | 13 +++++++++++++
129479  src/hb-ot-layout-gsub-table.hh |  1 +
129480  3 files changed, 15 insertions(+)
129481
129482 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
129483 Author: Behdad Esfahbod <behdad@behdad.org>
129484 Date:   Mon Oct 29 21:51:56 2012 -0700
129485
129486     More tracing fixups
129487
129488  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
129489  1 file changed, 7 insertions(+), 6 deletions(-)
129490
129491 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
129492 Author: Behdad Esfahbod <behdad@behdad.org>
129493 Date:   Mon Oct 29 21:49:33 2012 -0700
129494
129495     [Arabic] Enable dlig and mset for Arabic
129496     
129497     That's what the spec says, and what Uniscribe does.
129498
129499  src/hb-ot-shape-complex-arabic.cc | 3 ++-
129500  1 file changed, 2 insertions(+), 1 deletion(-)
129501
129502 commit 911ed096980630fd4a37bf2024036daae13a6056
129503 Author: Behdad Esfahbod <behdad@behdad.org>
129504 Date:   Mon Oct 29 19:42:19 2012 -0700
129505
129506     Ignore gid0 in test results
129507
129508  test/shaping/hb_test_tools.py | 1 +
129509  1 file changed, 1 insertion(+)
129510
129511 commit bc513add7999baf32f126ceebbd318105ee66985
129512 Author: Behdad Esfahbod <behdad@behdad.org>
129513 Date:   Mon Oct 29 19:03:55 2012 -0700
129514
129515     Add missing TRACE_RETURN
129516
129517  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
129518  1 file changed, 1 insertion(+), 1 deletion(-)
129519
129520 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
129521 Author: Behdad Esfahbod <behdad@behdad.org>
129522 Date:   Mon Oct 29 18:18:24 2012 -0700
129523
129524     Add Ethiopic test case
129525     
129526     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
129527     exposes a GPOS bug in Uniscribe, in that the positioned mark is wrongly
129528     moved as a result a following kern.
129529     
129530     This is the one "failure" in the Ethiopic test suite :-).
129531     
129532     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
129533
129534  test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      | 1 +
129535  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST | 1 +
129536  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt | 1 +
129537  3 files changed, 3 insertions(+)
129538
129539 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
129540 Author: Behdad Esfahbod <behdad@behdad.org>
129541 Date:   Mon Oct 29 16:27:02 2012 -0700
129542
129543     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
129544     
129545     The logic for pre-base reordering follows the left matra logic.
129546     We had an exception for Malayalam/Tamil in the left matra repositioning
129547     which was not reflected in pre-base reordering.
129548     
129549     Malayalam failures down from 337 to 323.
129550     
129551     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
129552     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
129553     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
129554     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
129555     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
129556     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
129557     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
129558     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed (0.0308108%)
129559     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
129560     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
129561     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
129562     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
129563     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
129564
129565  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
129566  1 file changed, 21 insertions(+), 14 deletions(-)
129567
129568 commit 21bf796954678d02f136709cade43adef6f8f42b
129569 Author: Behdad Esfahbod <behdad@behdad.org>
129570 Date:   Mon Oct 29 14:21:09 2012 -0700
129571
129572     Add missed file
129573
129574  src/hb-ucdn/COPYING | 13 +++++++++++++
129575  1 file changed, 13 insertions(+)
129576
129577 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
129578 Author: Behdad Esfahbod <behdad@behdad.org>
129579 Date:   Mon Oct 29 10:56:04 2012 -0700
129580
129581     Include config.h.in in tree
129582     
129583     I typically don't like including generating files in tree.  But like to
129584     make an exception for this, since this forms the canonical list of
129585     options one would need to go through when building with alternative
129586     build systems.
129587
129588  Makefile.am |   1 -
129589  config.h.in | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
129590  2 files changed, 160 insertions(+), 1 deletion(-)
129591
129592 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
129593 Author: Behdad Esfahbod <behdad@behdad.org>
129594 Date:   Sun Oct 28 21:26:19 2012 -0700
129595
129596     Improve license information
129597
129598  COPYING                   | 2 ++
129599  src/hb-icu-le/COPYING     | 2 ++
129600  src/hb-icu-le/Makefile.am | 2 +-
129601  src/hb-ucdn/Makefile.am   | 2 +-
129602  src/hb-ucdn/README        | 7 +++++++
129603  5 files changed, 13 insertions(+), 2 deletions(-)
129604
129605 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
129606 Author: Behdad Esfahbod <behdad@behdad.org>
129607 Date:   Sun Oct 28 20:27:25 2012 -0700
129608
129609     Minor
129610
129611  src/hb-icu-le.cc | 2 +-
129612  1 file changed, 1 insertion(+), 1 deletion(-)
129613
129614 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
129615 Author: Behdad Esfahbod <behdad@behdad.org>
129616 Date:   Sun Oct 28 20:11:47 2012 -0700
129617
129618     Fix hb_buffer_set_length(buffer, 0)
129619     
129620     Was causing invalid realloc()s.
129621
129622  src/hb-buffer.cc | 2 +-
129623  1 file changed, 1 insertion(+), 1 deletion(-)
129624
129625 commit b7115b63be72e109b51f538ba581aed1017b2d55
129626 Author: Behdad Esfahbod <behdad@behdad.org>
129627 Date:   Sun Oct 28 20:11:42 2012 -0700
129628
129629     Add XXX
129630
129631  src/hb-icu-le.cc | 1 +
129632  1 file changed, 1 insertion(+)
129633
129634 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
129635 Author: Behdad Esfahbod <behdad@behdad.org>
129636 Date:   Sun Oct 28 19:18:11 2012 -0700
129637
129638     Port to ICU LayoutEngine C API
129639     
129640     Incidentally, this makes it not crash with icu-le-hb anymore...
129641     I'm not smart / stupid enough to spend two more days debugging C++
129642     linking issues, and this is ABI-stable at least.
129643
129644  src/hb-icu-le.cc | 31 ++++++++++++++++---------------
129645  1 file changed, 16 insertions(+), 15 deletions(-)
129646
129647 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
129648 Author: Behdad Esfahbod <behdad@behdad.org>
129649 Date:   Fri Oct 26 13:48:06 2012 -0700
129650
129651     Remove unused members
129652
129653  src/hb-icu-le/PortableFontInstance.h | 3 ---
129654  1 file changed, 3 deletions(-)
129655
129656 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
129657 Author: Behdad Esfahbod <behdad@behdad.org>
129658 Date:   Thu Oct 25 16:32:54 2012 -0700
129659
129660     Rename and revamp is_zero_width() to be is_default_ignorable()
129661     
129662     That's really the logic desired.  Except that MONGOLIAN VOWEL SEPARATOR
129663     is not default_ignorable but it really should be.  Reported to Unicode.
129664     
129665     Based on suggestion from Konstantin Ritt.
129666
129667  src/hb-fallback-shape.cc   |  2 +-
129668  src/hb-ot-shape-private.hh |  4 +--
129669  src/hb-ot-shape.cc         |  2 +-
129670  src/hb-unicode-private.hh  | 90 +++++++++++++++++++++++++++++-----------------
129671  4 files changed, 62 insertions(+), 36 deletions(-)
129672
129673 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
129674 Author: Behdad Esfahbod <behdad@behdad.org>
129675 Date:   Wed Oct 24 14:02:15 2012 -0700
129676
129677     Update TODO
129678
129679  TODO | 14 ++++++++++----
129680  1 file changed, 10 insertions(+), 4 deletions(-)
129681
129682 commit 13c058472913b7b6d689f9022226079da65420b0
129683 Author: Behdad Esfahbod <behdad@behdad.org>
129684 Date:   Sun Oct 14 18:37:09 2012 -0500
129685
129686     0.9.5
129687
129688  NEWS         | 23 +++++++++++++++++++++++
129689  configure.ac |  2 +-
129690  2 files changed, 24 insertions(+), 1 deletion(-)
129691
129692 commit fecdfa95daf4916695f23e7dab89ab363be11b89
129693 Author: Behdad Esfahbod <behdad@behdad.org>
129694 Date:   Sun Oct 7 17:19:58 2012 -0400
129695
129696     Fixup hb_ot_shape_closure()
129697     
129698     Broke it when merged cmap mapping and normalizer.  Ouch!
129699
129700  src/hb-ot-shape.cc | 2 +-
129701  1 file changed, 1 insertion(+), 1 deletion(-)
129702
129703 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
129704 Author: Behdad Esfahbod <behdad@behdad.org>
129705 Date:   Sun Oct 7 17:13:46 2012 -0400
129706
129707     Mark debug message functions static
129708
129709  src/hb-private.hh | 6 +++---
129710  1 file changed, 3 insertions(+), 3 deletions(-)
129711
129712 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
129713 Author: Behdad Esfahbod <behdad@behdad.org>
129714 Date:   Tue Oct 2 20:44:43 2012 -0400
129715
129716     Update UCDN to upstream commit 3f159c87824230b59af56e40e2db32caf6afa51a
129717     
129718     - Unicode 6.2.0 goodness,
129719     - Unassigned codepoints now have correct properties.  Passes test suite.
129720
129721  src/hb-ucdn/unicodedata_db.h | 1966 ++++++++++++++++++++++--------------------
129722  1 file changed, 1036 insertions(+), 930 deletions(-)
129723
129724 commit 32dbfcf763d1ae497d3c95de986a83441331678f
129725 Author: Behdad Esfahbod <behdad@behdad.org>
129726 Date:   Tue Oct 2 17:42:13 2012 -0400
129727
129728     Fix visibility of UCDN symbols
129729
129730  src/hb-ucdn.cc     |  2 --
129731  src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
129732  2 files changed, 19 insertions(+), 2 deletions(-)
129733
129734 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
129735 Author: Behdad Esfahbod <behdad@behdad.org>
129736 Date:   Tue Oct 2 16:03:18 2012 -0400
129737
129738     Import UCDN into source tree
129739     
129740     https://github.com/grigorig/ucdn
129741
129742  configure.ac                 |   11 +-
129743  src/Makefile.am              |    7 +
129744  src/hb-ucdn.cc               |  207 ++
129745  src/hb-ucdn/Makefile.am      |   18 +
129746  src/hb-ucdn/README           |   33 +
129747  src/hb-ucdn/ucdn.c           |  282 +++
129748  src/hb-ucdn/ucdn.h           |  290 +++
129749  src/hb-ucdn/unicodedata_db.h | 4648 ++++++++++++++++++++++++++++++++++++++++++
129750  src/hb-unicode.cc            |    3 +
129751  9 files changed, 5498 insertions(+), 1 deletion(-)
129752
129753 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
129754 Author: Behdad Esfahbod <behdad@behdad.org>
129755 Date:   Tue Oct 2 14:59:00 2012 -0400
129756
129757     Remove Glib thread-safety support
129758     
129759     Now that we have pthread detection in configure, we don't need Glib
129760     anymore.  Glib will only be a Unicode data provider.
129761
129762  configure.ac             |  8 ++++----
129763  src/hb-atomic-private.hh | 13 -------------
129764  src/hb-mutex-private.hh  | 20 --------------------
129765  3 files changed, 4 insertions(+), 37 deletions(-)
129766
129767 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
129768 Author: Behdad Esfahbod <behdad@behdad.org>
129769 Date:   Tue Oct 2 14:55:32 2012 -0400
129770
129771     Check for pthreads
129772
129773  configure.ac    | 7 +++++++
129774  src/Makefile.am | 5 +++++
129775  2 files changed, 12 insertions(+)
129776
129777 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
129778 Author: Behdad Esfahbod <behdad@behdad.org>
129779 Date:   Tue Oct 2 14:46:34 2012 -0400
129780
129781     Add ax_pthread.m4
129782
129783  m4/ax_pthread.m4 | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
129784  1 file changed, 309 insertions(+)
129785
129786 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
129787 Author: Behdad Esfahbod <behdad@behdad.org>
129788 Date:   Tue Oct 2 14:46:04 2012 -0400
129789
129790     Add pkg.m4 to git repo
129791
129792  m4/pkg.m4 | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
129793  1 file changed, 157 insertions(+)
129794
129795 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
129796 Author: Behdad Esfahbod <behdad@behdad.org>
129797 Date:   Tue Oct 2 14:44:47 2012 -0400
129798
129799     Add AC_CONFIG_MACRODIR
129800
129801  Makefile.am  | 2 ++
129802  configure.ac | 2 ++
129803  2 files changed, 4 insertions(+)
129804
129805 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
129806 Author: Behdad Esfahbod <behdad@behdad.org>
129807 Date:   Tue Sep 25 21:35:35 2012 -0400
129808
129809     [OT] Only insert dottedcircle if at the beginning of paragraph
129810     
129811     If the first char in the run is a combining mark, but there is text
129812     before the run, don't insert dottedcircle.
129813     
129814     Part of addressing:
129815     https://bugzilla.redhat.com/show_bug.cgi?id=858736
129816
129817  src/hb-ot-shape.cc | 6 ++----
129818  1 file changed, 2 insertions(+), 4 deletions(-)
129819
129820 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
129821 Author: Behdad Esfahbod <behdad@behdad.org>
129822 Date:   Tue Sep 25 21:32:35 2012 -0400
129823
129824     [Arabic] Respect Arabic joining from neighboring context
129825     
129826     Now we respect Arabic joining across runs.
129827
129828  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
129829  1 file changed, 29 insertions(+), 2 deletions(-)
129830
129831 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
129832 Author: Behdad Esfahbod <behdad@behdad.org>
129833 Date:   Tue Sep 25 17:44:53 2012 -0400
129834
129835     [buffer] Save pre/post textual context
129836     
129837     To be used for a variety of purposes.  We save up to five characters
129838     in each direction.  No public API changes, everything is taken care
129839     of already.  All clients need to do is to call hb_buffer_add_utf* with
129840     the full text + segment info (or at least some context) instead of
129841     just passing in the segment.
129842     
129843     Various operations (hb_buffer_reset, hb_buffer_set_length,
129844     hb_buffer_add*) automatically reset the relevant contexts.
129845
129846  src/hb-buffer-private.hh | 13 ++++++++++++-
129847  src/hb-buffer.cc         | 44 ++++++++++++++++++++++++++++++++++++++++----
129848  src/hb-buffer.h          |  2 +-
129849  3 files changed, 53 insertions(+), 6 deletions(-)
129850
129851 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
129852 Author: Behdad Esfahbod <behdad@behdad.org>
129853 Date:   Tue Sep 25 13:59:24 2012 -0400
129854
129855     Add hb_utf_prev()
129856
129857  src/hb-utf-private.hh | 71 +++++++++++++++++++++++++++++++++++++++++++++++++--
129858  1 file changed, 69 insertions(+), 2 deletions(-)
129859
129860 commit 70ea4ac6887c7057113d714a98e55738b6196562
129861 Author: Behdad Esfahbod <behdad@behdad.org>
129862 Date:   Tue Sep 25 12:30:16 2012 -0400
129863
129864     Slightly optimize UTF-8 parsing
129865
129866  src/hb-utf-private.hh | 4 ++--
129867  1 file changed, 2 insertions(+), 2 deletions(-)
129868
129869 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
129870 Author: Behdad Esfahbod <behdad@behdad.org>
129871 Date:   Tue Sep 25 12:26:12 2012 -0400
129872
129873     [buffer] Cleanup / optimize UTF-16 parsing a bit
129874
129875  src/hb-utf-private.hh | 12 +++++++-----
129876  1 file changed, 7 insertions(+), 5 deletions(-)
129877
129878 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
129879 Author: Behdad Esfahbod <behdad@behdad.org>
129880 Date:   Tue Sep 25 11:42:16 2012 -0400
129881
129882     Add hb_utf_strlen()
129883     
129884     Speeds up UTF-8 parsing by calling strlen().
129885
129886  src/hb-buffer.cc      | 13 ++-----------
129887  src/hb-utf-private.hh | 22 ++++++++++++++++++++++
129888  2 files changed, 24 insertions(+), 11 deletions(-)
129889
129890 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
129891 Author: Behdad Esfahbod <behdad@behdad.org>
129892 Date:   Tue Sep 25 11:22:28 2012 -0400
129893
129894     [buffer] Templatize UTF handling
129895     
129896     Also move UTF routines into a separate file, to be reused from shapers
129897     that need it.
129898
129899  src/Makefile.am       |   1 +
129900  src/hb-buffer.cc      | 157 +++++++++++++-------------------------------------
129901  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
129902  3 files changed, 155 insertions(+), 116 deletions(-)
129903
129904 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
129905 Author: Behdad Esfahbod <behdad@behdad.org>
129906 Date:   Tue Sep 25 11:09:04 2012 -0400
129907
129908     [buffer] Towards template'izing different UTF adders
129909
129910  src/hb-buffer.cc | 11 ++++++++++-
129911  1 file changed, 10 insertions(+), 1 deletion(-)
129912
129913 commit 7d37280600c157f3c4eae8746e99511702a58e8f
129914 Author: Behdad Esfahbod <behdad@behdad.org>
129915 Date:   Tue Sep 25 11:04:41 2012 -0400
129916
129917     Minor
129918
129919  src/hb-buffer.cc | 2 +-
129920  1 file changed, 1 insertion(+), 1 deletion(-)
129921
129922 commit 54d5da4ee9d902ff36473cec558137eef8f23825
129923 Author: Behdad Esfahbod <behdad@behdad.org>
129924 Date:   Tue Sep 25 10:50:41 2012 -0400
129925
129926     Remove unused indic.cc
129927
129928  src/Makefile.am |  6 +-----
129929  src/indic.cc    | 51 ---------------------------------------------------
129930  2 files changed, 1 insertion(+), 56 deletions(-)
129931
129932 commit fab7a71f110ed646745d54b23284537c50058c21
129933 Author: Behdad Esfahbod <behdad@behdad.org>
129934 Date:   Mon Sep 24 21:51:13 2012 -0400
129935
129936     [Indic] Import ragel-generated Indic machine in git
129937     
129938     I don't expect ragel to be creating too much noise in its generated
129939     output, and including this in-tree helps users right now.  We can
129940     revisit this later if it proved to be too much trouble.
129941
129942  autogen.sh                               |    6 -
129943  src/Makefile.am                          |    1 -
129944  src/hb-ot-shape-complex-indic-machine.hh | 1314 ++++++++++++++++++++++++++++++
129945  3 files changed, 1314 insertions(+), 7 deletions(-)
129946
129947 commit 20a840c7cd08069720050782b4533cde505df09a
129948 Author: Behdad Esfahbod <behdad@behdad.org>
129949 Date:   Mon Sep 24 20:23:00 2012 -0400
129950
129951     Use a C++ linker on Windows
129952     
129953     On Windows we don't care whether or not we link to libstdc++.
129954     Seems to fix build with mingw32 on msys, as reported by Werner.
129955
129956  src/Makefile.am | 6 ++++--
129957  1 file changed, 4 insertions(+), 2 deletions(-)
129958
129959 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
129960 Author: Behdad Esfahbod <behdad@behdad.org>
129961 Date:   Tue Sep 18 19:42:06 2012 -0400
129962
129963     Better autofoo
129964
129965  src/Makefile.am | 5 +----
129966  1 file changed, 1 insertion(+), 4 deletions(-)
129967
129968 commit d00f7d83750258eff915a3826700c4819e63e481
129969 Author: Behdad Esfahbod <behdad@behdad.org>
129970 Date:   Mon Sep 17 20:59:09 2012 -0400
129971
129972     Fix dependencies
129973
129974  src/Makefile.am | 5 ++++-
129975  1 file changed, 4 insertions(+), 1 deletion(-)
129976
129977 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
129978 Author: Behdad Esfahbod <behdad@behdad.org>
129979 Date:   Mon Sep 10 09:56:27 2012 -0400
129980
129981     Return NULL, not false
129982     
129983     Oh well...
129984
129985  src/hb-open-type-private.hh | 2 +-
129986  1 file changed, 1 insertion(+), 1 deletion(-)
129987
129988 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
129989 Author: Behdad Esfahbod <behdad@behdad.org>
129990 Date:   Fri Sep 7 14:55:07 2012 -0400
129991
129992     [Indic] Find syllables before any features are applied
129993     
129994     With FreeSerif, it seems that the 'ccmp' feature does ligature
129995     substituttions.  That was then causing syllable match failures.  We now
129996     find syllables before any features have been applied.
129997     
129998     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
129999
130000  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
130001  src/hb-ot-shape-complex-indic.cc                   | 56 +++++++++++++++-------
130002  .../indic/script-sinhala/misc/misc.txt             |  1 +
130003  3 files changed, 43 insertions(+), 18 deletions(-)
130004
130005 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
130006 Author: Behdad Esfahbod <behdad@behdad.org>
130007 Date:   Thu Sep 6 22:26:16 2012 -0400
130008
130009     Add hb_buffer_[sg]et_content_type
130010     
130011     And hb_buffer_content_type_t and enum values.
130012
130013  TODO                     |  1 +
130014  src/hb-buffer-private.hh |  2 ++
130015  src/hb-buffer.cc         | 34 ++++++++++++++++++++++++++++++++++
130016  src/hb-buffer.h          | 14 ++++++++++++++
130017  src/hb-shape.cc          |  5 +++++
130018  5 files changed, 56 insertions(+)
130019
130020 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
130021 Author: Behdad Esfahbod <behdad@behdad.org>
130022 Date:   Thu Sep 6 22:09:06 2012 -0400
130023
130024     Add hb_feature_to/from_string()
130025
130026  TODO             |   4 +-
130027  src/hb-common.cc |   9 +++
130028  src/hb-common.h  |   6 +-
130029  src/hb-shape.cc  | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
130030  src/hb-shape.h   |  13 +++++
130031  util/options.cc  | 132 ++-----------------------------------------
130032  6 files changed, 201 insertions(+), 131 deletions(-)
130033
130034 commit f67917161bbe317a33d6407fbc62ebffcafe7154
130035 Author: Behdad Esfahbod <behdad@behdad.org>
130036 Date:   Thu Sep 6 17:22:31 2012 -0400
130037
130038     [OT] Do per-ligature-component fallback mark positioning
130039     
130040     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
130041     fonts and still get per-component marks positioned on
130042     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between the LAM
130043     and ALEF.
130044     
130045     Now *that*'s pretty cool, if a bit anachronistic...
130046
130047  src/hb-ot-shape-fallback.cc | 43 ++++++++++++++++++++++++++++++++++++-------
130048  1 file changed, 36 insertions(+), 7 deletions(-)
130049
130050 commit 525c6855783a018d52867b9ece2ee90868ff1f91
130051 Author: Behdad Esfahbod <behdad@behdad.org>
130052 Date:   Thu Sep 6 16:02:07 2012 -0400
130053
130054     [OT] Make fallback mark positioning more robust
130055     
130056     ...with clusters spanning multiple base characters.
130057
130058  src/hb-ot-shape-fallback.cc | 11 +++++++++--
130059  1 file changed, 9 insertions(+), 2 deletions(-)
130060
130061 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
130062 Author: Behdad Esfahbod <behdad@behdad.org>
130063 Date:   Thu Sep 6 15:29:29 2012 -0400
130064
130065     [old] Clear offset array
130066
130067  src/hb-old.cc | 3 +++
130068  1 file changed, 3 insertions(+)
130069
130070 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
130071 Author: Behdad Esfahbod <behdad@behdad.org>
130072 Date:   Thu Sep 6 14:27:15 2012 -0400
130073
130074     [OT] Simplify fallback positioning condition
130075
130076  src/hb-ot-shape-fallback.cc | 3 +--
130077  1 file changed, 1 insertion(+), 2 deletions(-)
130078
130079 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
130080 Author: Behdad Esfahbod <behdad@behdad.org>
130081 Date:   Thu Sep 6 14:25:48 2012 -0400
130082
130083     Refactor common macro
130084
130085  src/hb-ot-shape-fallback.cc  | 5 +----
130086  src/hb-ot-shape-normalize.cc | 5 +----
130087  src/hb-ot-shape.cc           | 5 +----
130088  src/hb-unicode-private.hh    | 9 +++++++++
130089  4 files changed, 12 insertions(+), 12 deletions(-)
130090
130091 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
130092 Author: Behdad Esfahbod <behdad@behdad.org>
130093 Date:   Thu Sep 6 01:16:39 2012 -0400
130094
130095     [OT] Streamline Arabic fallback shaping table
130096
130097  src/gen-arabic-table.py                    |   6 +-
130098  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
130099  src/hb-ot-shape-complex-arabic-table.hh    | 266 ++++++++++++++---------------
130100  3 files changed, 137 insertions(+), 137 deletions(-)
130101
130102 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
130103 Author: Behdad Esfahbod <behdad@behdad.org>
130104 Date:   Thu Sep 6 01:12:50 2012 -0400
130105
130106     Minor
130107
130108  src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
130109  1 file changed, 7 insertions(+), 6 deletions(-)
130110
130111 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
130112 Author: Behdad Esfahbod <behdad@behdad.org>
130113 Date:   Wed Sep 5 22:19:28 2012 -0400
130114
130115     [OT] Port Arabic fallback shaping to synthetic GSUB
130116     
130117     All of init/medi/fina/isol and rlig implemented.
130118     
130119     Let there be dragons... ⻯
130120
130121  src/Makefile.am                            |   1 +
130122  src/hb-open-type-private.hh                |  69 +++++---
130123  src/hb-ot-layout-common-private.hh         |   9 +-
130124  src/hb-ot-layout-gsub-table.hh             |  11 +-
130125  src/hb-ot-map-private.hh                   |   6 +
130126  src/hb-ot-map.cc                           |   1 +
130127  src/hb-ot-shape-complex-arabic-fallback.hh | 252 +++++++++++++++++++++++++++++
130128  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
130129  src/hb-ot-shape.cc                         |   7 +-
130130  src/hb-private.hh                          |  11 +-
130131  10 files changed, 369 insertions(+), 156 deletions(-)
130132
130133 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
130134 Author: Behdad Esfahbod <behdad@behdad.org>
130135 Date:   Wed Sep 5 17:32:57 2012 -0400
130136
130137     [Indic] Allow "H,ZWJ,M"
130138     
130139     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
130140     
130141     BENGALI down from 295 to 291
130142     DEVANAGARI down from 69 to 57
130143     GUJARATI down from 19 to 17
130144     KANNADA down from 871 to 867
130145     MALAYALAM down from 340 to 337
130146     TELUGU down from 20 to 16
130147     
130148     Currently at:
130149     
130150     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
130151     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
130152     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
130153     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
130154     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
130155     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
130156     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
130157     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed (0.0321462%)
130158     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
130159     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
130160     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
130161     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
130162     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
130163
130164  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
130165  1 file changed, 1 insertion(+), 1 deletion(-)
130166
130167 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
130168 Author: Behdad Esfahbod <behdad@behdad.org>
130169 Date:   Wed Sep 5 17:21:17 2012 -0400
130170
130171     [Indic] Relax grammar
130172     
130173     Now that we insert dotted-circle, tests break more easily when our indic
130174     machine breaks.
130175     
130176     In particular, a few Devanagari tests were having sequences like
130177     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered to
130178     before the Halant as the grammar used to expect...  Fixup.
130179     
130180     Another case is as simple as "C,ZWJ,SM".
130181     
130182     Fixes 10 out of 79 failures:
130183     
130184     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
130185
130186  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
130187  1 file changed, 2 insertions(+), 2 deletions(-)
130188
130189 commit aa7141efe49991a1160489106984e95163fe2ab8
130190 Author: Behdad Esfahbod <behdad@behdad.org>
130191 Date:   Wed Sep 5 15:54:21 2012 -0400
130192
130193     [Indic] Fix Khmer syllable-final coeng-consonant
130194     
130195     Brings down Khmer failures from 162 to 47.
130196     
130197     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
130198     
130199     Also rebaselined some of the test files that had only-inherited lines.
130200     Removing those, the stats are:
130201     
130202     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
130203     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
130204     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
130205     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
130206     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
130207     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
130208     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
130209     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed (0.0324324%)
130210     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
130211     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
130212     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
130213     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
130214     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
130215     
130216     Still some regressions, but some of the more egregious cases are
130217     addressed.
130218
130219  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
130220  1 file changed, 1 insertion(+), 1 deletion(-)
130221
130222 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
130223 Author: Behdad Esfahbod <behdad@behdad.org>
130224 Date:   Wed Sep 5 15:50:47 2012 -0400
130225
130226     Fixup test failure reporting
130227     
130228     After we implemented dotted-circle, we were still ignoring any tests
130229     that had dottedcircle in it for any of the shapers.  That meant that if
130230     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
130231     
130232     Fixing that shows regressions across the board.  Most are Uniscribe
130233     bugs: NOT inserting dotted-circle when it should.  Some are arou
130234     machine bugs.  This is in fact a nice way to catch Indic-machine
130235     deficiencies and when I fix the regressions, our clusters should be
130236     much closer to Uniscribe.  For now, we regressed from:
130237     
130238     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
130239     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
130240     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
130241     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
130242     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
130243     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
130244     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
130245     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
130246     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
130247     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
130248     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
130249     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
130250     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
130251     
130252     To:
130253     
130254     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
130255     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
130256     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
130257     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
130258     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
130259     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
130260     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
130261     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed (0.0326206%)
130262     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
130263     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
130264     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
130265     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
130266     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
130267     
130268     Investigating.
130269
130270  test/shaping/hb_test_tools.py | 8 +++++---
130271  1 file changed, 5 insertions(+), 3 deletions(-)
130272
130273 commit 27bd55bd2ca599d501f10c2fae81861137517e46
130274 Author: Behdad Esfahbod <behdad@behdad.org>
130275 Date:   Wed Sep 5 15:11:14 2012 -0400
130276
130277     [Indic] Tamil does not have half-forms either
130278     
130279     The Win7 Tamil font does not realy on this behavior, but the WinXP
130280     version does.  Handle Tamil like Malayalam: Matras always move to
130281     before base.
130282     
130283     WinXP Tamil failures went down from 168964 (15.4752%) to 167
130284     (0.0152953%) (two orders of magnitude reduction!).
130285     
130286     Included in this is a minor fixup that actually fixed a few tests
130287     with non-Tamil too.  Numbers at:
130288     
130289     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
130290     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
130291     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
130292     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
130293     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
130294     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
130295     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
130296     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
130297     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
130298     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
130299     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
130300     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
130301     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
130302
130303  src/hb-ot-shape-complex-indic.cc | 10 +++++-----
130304  1 file changed, 5 insertions(+), 5 deletions(-)
130305
130306 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
130307 Author: Behdad Esfahbod <behdad@behdad.org>
130308 Date:   Tue Sep 4 23:06:38 2012 -0400
130309
130310     [OT] Allow adding features with fallback implementation
130311
130312  src/hb-ot-map-private.hh | 7 ++++---
130313  src/hb-ot-map.cc         | 6 ++++--
130314  2 files changed, 8 insertions(+), 5 deletions(-)
130315
130316 commit 1d3947a6bda6986c9c7d993589053051c119cc81
130317 Author: Behdad Esfahbod <behdad@behdad.org>
130318 Date:   Tue Sep 4 22:42:17 2012 -0400
130319
130320     Minor
130321
130322  src/hb-ot-layout-gpos-table.hh | 2 +-
130323  src/hb-ot-layout-gsub-table.hh | 2 +-
130324  2 files changed, 2 insertions(+), 2 deletions(-)
130325
130326 commit b3b89b66586897a69b410ef02e7434691de84ae6
130327 Author: Behdad Esfahbod <behdad@behdad.org>
130328 Date:   Tue Sep 4 21:13:17 2012 -0400
130329
130330     [OT] Add SubstLookup serialize API
130331
130332  src/hb-ot-layout-common-private.hh |  2 +-
130333  src/hb-ot-layout-gsub-table.hh     | 65 +++++++++++++++++++++++++++++++++++++-
130334  2 files changed, 65 insertions(+), 2 deletions(-)
130335
130336 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
130337 Author: Behdad Esfahbod <behdad@behdad.org>
130338 Date:   Tue Sep 4 20:10:17 2012 -0400
130339
130340     Minor
130341
130342  src/hb-open-type-private.hh | 7 ++-----
130343  1 file changed, 2 insertions(+), 5 deletions(-)
130344
130345 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
130346 Author: Behdad Esfahbod <behdad@behdad.org>
130347 Date:   Tue Sep 4 20:00:44 2012 -0400
130348
130349     [OT] Start adding Lookup-level serialize API
130350
130351  src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
130352  1 file changed, 19 insertions(+), 1 deletion(-)
130353
130354 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
130355 Author: Behdad Esfahbod <behdad@behdad.org>
130356 Date:   Tue Sep 4 18:17:57 2012 -0400
130357
130358     [OT] More serialize.  Implements all basic GSUB subtables
130359
130360  src/hb-open-type-private.hh        |  53 +++++++++++++++-
130361  src/hb-ot-layout-common-private.hh |   8 ++-
130362  src/hb-ot-layout-gsub-table.hh     | 125 +++++++++++++++++++++++++++++--------
130363  3 files changed, 156 insertions(+), 30 deletions(-)
130364
130365 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
130366 Author: Behdad Esfahbod <behdad@behdad.org>
130367 Date:   Tue Sep 4 18:17:21 2012 -0400
130368
130369     Minor
130370
130371  src/hb-ot-layout-gsub-table.hh | 4 ++--
130372  1 file changed, 2 insertions(+), 2 deletions(-)
130373
130374 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
130375 Author: Behdad Esfahbod <behdad@behdad.org>
130376 Date:   Tue Sep 4 15:32:37 2012 -0400
130377
130378     0.9.4
130379
130380  NEWS         | 18 ++++++++++++++++++
130381  configure.ac |  2 +-
130382  2 files changed, 19 insertions(+), 1 deletion(-)
130383
130384 commit 2bd9fe359839a653f7caae534bf768af1735f155
130385 Author: Behdad Esfahbod <behdad@behdad.org>
130386 Date:   Tue Sep 4 15:15:19 2012 -0400
130387
130388     Refactor
130389
130390  src/hb-ot-layout-gpos-table.hh       |  7 ++-----
130391  src/hb-ot-layout-gsub-table.hh       | 16 +++++-----------
130392  src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
130393  src/hb-ot-layout.cc                  | 23 +++++++++++++++++------
130394  src/hb-ot-shape-complex-arabic.cc    |  4 +---
130395  5 files changed, 28 insertions(+), 35 deletions(-)
130396
130397 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
130398 Author: Behdad Esfahbod <behdad@behdad.org>
130399 Date:   Tue Sep 4 14:55:00 2012 -0400
130400
130401     [OT] Really fix possible NULL dereference this time
130402
130403  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
130404  src/hb-ot-layout.cc                  | 6 +++---
130405  src/hb-ot-shape-complex-arabic.cc    | 4 +++-
130406  3 files changed, 10 insertions(+), 8 deletions(-)
130407
130408 commit 29416833584d7831ece84aaeada6f5ebba7828c0
130409 Author: Behdad Esfahbod <behdad@behdad.org>
130410 Date:   Mon Sep 3 23:31:14 2012 -0400
130411
130412     [OT] Implement serialize() for AlternateSubst
130413
130414  src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
130415  1 file changed, 33 insertions(+)
130416
130417 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
130418 Author: Behdad Esfahbod <behdad@behdad.org>
130419 Date:   Mon Sep 3 23:28:34 2012 -0400
130420
130421     [OT] Implement serialize() for MultiSubst
130422
130423  src/hb-open-type-private.hh    | 10 ++++++++++
130424  src/hb-ot-layout-gsub-table.hh | 43 ++++++++++++++++++++++++++++++++++++++++++
130425  2 files changed, 53 insertions(+)
130426
130427 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
130428 Author: Behdad Esfahbod <behdad@behdad.org>
130429 Date:   Mon Sep 3 20:58:03 2012 -0400
130430
130431     Minor
130432
130433  src/hb-open-type-private.hh    | 4 ++--
130434  src/hb-ot-layout-gsub-table.hh | 4 ++--
130435  2 files changed, 4 insertions(+), 4 deletions(-)
130436
130437 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
130438 Author: Behdad Esfahbod <behdad@behdad.org>
130439 Date:   Mon Sep 3 20:19:46 2012 -0400
130440
130441     Fix possible NULL dereference
130442     
130443     As reported by Kenichi Ishibashi.
130444
130445  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
130446  1 file changed, 1 insertion(+), 1 deletion(-)
130447
130448 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
130449 Author: Behdad Esfahbod <behdad@behdad.org>
130450 Date:   Sat Sep 1 21:56:06 2012 -0400
130451
130452     [OT] Remove serialize alignment
130453     
130454     Will reintroduce in a different way when we actually need it.
130455
130456  src/hb-open-type-private.hh | 24 +++++++++++-------------
130457  1 file changed, 11 insertions(+), 13 deletions(-)
130458
130459 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
130460 Author: Behdad Esfahbod <behdad@behdad.org>
130461 Date:   Sat Sep 1 21:43:38 2012 -0400
130462
130463     [OT] A bit more serialize
130464
130465  src/hb-open-type-private.hh        | 14 +++++++++++++
130466  src/hb-ot-layout-common-private.hh |  2 +-
130467  src/hb-ot-layout-gsub-table.hh     | 43 ++++++++++++++++++++++++++++++++++++--
130468  3 files changed, 56 insertions(+), 3 deletions(-)
130469
130470 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
130471 Author: Behdad Esfahbod <behdad@behdad.org>
130472 Date:   Sat Sep 1 21:30:17 2012 -0400
130473
130474     [OT] Improve serialize syntax
130475     
130476     For some definition of improvement...
130477
130478  src/hb-open-type-private.hh    | 6 ++++--
130479  src/hb-ot-layout-gsub-table.hh | 3 +--
130480  2 files changed, 5 insertions(+), 4 deletions(-)
130481
130482 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
130483 Author: Behdad Esfahbod <behdad@behdad.org>
130484 Date:   Sat Sep 1 20:48:22 2012 -0400
130485
130486     [OT] Restart work on serialize()
130487
130488  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
130489  src/hb-ot-layout-common-private.hh | 61 +++++++++++++++++++-------------------
130490  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
130491  3 files changed, 73 insertions(+), 40 deletions(-)
130492
130493 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
130494 Author: Behdad Esfahbod <behdad@behdad.org>
130495 Date:   Sat Sep 1 20:38:45 2012 -0400
130496
130497     [OT] Insert dotted-circle for run-initial marks
130498     
130499     Unfortunately if the font has GPOS and 'mark' feature does
130500     not position mark on dotted-circle, our inserted dotted-circle
130501     will not get the mark repositioned to itself.  Uniscribe cheats
130502     here.
130503     
130504     If there is no GPOS however, the fallback positioning kicks in
130505     and sorts this out.
130506     
130507     I'm not willing to address the first case.
130508
130509  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
130510  1 file changed, 32 insertions(+)
130511
130512 commit 1d581ec384bc1780995e32e1c44103af57596eda
130513 Author: Behdad Esfahbod <behdad@behdad.org>
130514 Date:   Sat Sep 1 20:06:26 2012 -0400
130515
130516     [OT] Fallback-position ccc=0 Thai / Lao marks
130517     
130518     Not perfect, but so is fallback positioning in 2012...
130519
130520  src/hb-ot-shape-fallback.cc | 56 +++++++++++++++++++++++++++++++++++++--------
130521  1 file changed, 46 insertions(+), 10 deletions(-)
130522
130523 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
130524 Author: Behdad Esfahbod <behdad@behdad.org>
130525 Date:   Sat Sep 1 19:20:41 2012 -0400
130526
130527     Move code around
130528
130529  src/hb-ot-shape-fallback-private.hh |  5 ++++
130530  src/hb-ot-shape-fallback.cc         | 46 +++++++++++++++++++++++++------------
130531  src/hb-ot-shape-private.hh          |  6 +++++
130532  src/hb-ot-shape.cc                  |  4 ++++
130533  4 files changed, 46 insertions(+), 15 deletions(-)
130534
130535 commit b85800f9de8976a7418ef9df467d3080c6ab0199
130536 Author: Behdad Esfahbod <behdad@behdad.org>
130537 Date:   Fri Aug 31 18:12:01 2012 -0400
130538
130539     [Indic] Implement dotted-circle insertion for broken clusters
130540     
130541     No panic, we reeally insert dotted circle when it's absolutely broken.
130542     
130543     Fixes most of the dotted-circle cases against Uniscribe. (for Devanagari
130544     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
130545     really bogus...)
130546     
130547     I had to make a decision.  Apparently Uniscribe adds one dotted circle
130548     to each broken character.  I tried that, but that goes wrong easily with
130549     split matras.  So I made it add only one dotted circle to an entire
130550     broken syllable tail.  As in: "if there was a dotted circle here, this
130551     would have formed a correct cluster."  That works better for split
130552     stuff, and I like it more.
130553
130554  src/hb-buffer-private.hh                 |  1 +
130555  src/hb-buffer.cc                         | 10 +++++
130556  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
130557  src/hb-ot-shape-complex-indic-private.hh |  2 +-
130558  src/hb-ot-shape-complex-indic.cc         | 67 +++++++++++++++++++++++++++++---
130559  src/hb-ot-shape-normalize-private.hh     |  1 +
130560  src/hb-ot-shape-normalize.cc             | 11 +++---
130561  7 files changed, 83 insertions(+), 13 deletions(-)
130562
130563 commit 327d14ef188396006d54af976506ab6f8bb2869a
130564 Author: Behdad Esfahbod <behdad@behdad.org>
130565 Date:   Fri Aug 31 16:49:34 2012 -0400
130566
130567     [Indic] Start adding dotted-circle instrastructure
130568
130569  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
130570  src/hb-ot-shape-complex-indic.cc         | 46 +++++++++++++++++++++++++++++---
130571  2 files changed, 51 insertions(+), 14 deletions(-)
130572
130573 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
130574 Author: Behdad Esfahbod <behdad@behdad.org>
130575 Date:   Fri Aug 31 16:29:17 2012 -0400
130576
130577     Minor
130578
130579  src/hb-buffer-private.hh | 16 +++++++++++++++-
130580  src/hb-buffer.cc         | 15 ---------------
130581  2 files changed, 15 insertions(+), 16 deletions(-)
130582
130583 commit 784f29d061a2939562eca0c4943feb01174aee00
130584 Author: Behdad Esfahbod <behdad@behdad.org>
130585 Date:   Fri Aug 31 14:06:26 2012 -0400
130586
130587     Minor
130588
130589  src/hb-ot-shape.cc | 12 ++++++++----
130590  1 file changed, 8 insertions(+), 4 deletions(-)
130591
130592 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
130593 Author: Behdad Esfahbod <behdad@behdad.org>
130594 Date:   Thu Aug 30 22:53:29 2012 -0400
130595
130596     [OT] Better fallback-position Thai / Lao ccc!=0 marks
130597
130598  src/hb-ot-shape-fallback.cc | 8 ++++----
130599  1 file changed, 4 insertions(+), 4 deletions(-)
130600
130601 commit 9f2348de58f0f85593027378169bc03c4dd64e59
130602 Author: Behdad Esfahbod <behdad@behdad.org>
130603 Date:   Wed Aug 29 21:08:59 2012 -0400
130604
130605     [OT] Add serialize() for Coverage
130606
130607  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
130608  src/hb-ot-layout-common-private.hh | 62 ++++++++++++++++++++++++++++++++++++++
130609  2 files changed, 90 insertions(+), 6 deletions(-)
130610
130611 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
130612 Author: Behdad Esfahbod <behdad@behdad.org>
130613 Date:   Wed Aug 29 20:26:08 2012 -0400
130614
130615     [OT] Start adding serialize() API
130616
130617  src/hb-open-type-private.hh | 77 +++++++++++++++++++++++++++++++++++++++++++++
130618  1 file changed, 77 insertions(+)
130619
130620 commit 965c280de09b49d711cb78d629da321c802084de
130621 Author: Behdad Esfahbod <behdad@behdad.org>
130622 Date:   Wed Aug 29 13:59:16 2012 -0400
130623
130624     Add HB_BUFFER_ASSERT_VAR
130625     
130626     To be used in places we access buffer vars...
130627
130628  src/hb-buffer-private.hh |  3 +++
130629  src/hb-buffer.cc         | 16 ++++++++++++++++
130630  2 files changed, 19 insertions(+)
130631
130632 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
130633 Author: Behdad Esfahbod <behdad@behdad.org>
130634 Date:   Wed Aug 29 11:53:26 2012 -0400
130635
130636     Move code around
130637
130638  src/hb-ot-shape.cc | 21 ++++++++++-----------
130639  1 file changed, 10 insertions(+), 11 deletions(-)
130640
130641 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
130642 Author: Behdad Esfahbod <behdad@behdad.org>
130643 Date:   Wed Aug 29 11:11:54 2012 -0400
130644
130645     Port Arabic fallback ligating to share code with GSUB
130646     
130647     This will eventually allow us to skip marks, as well as (fallback)
130648     attach marks to ligature components of fallback-shaped Arabic.
130649     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
130650     works, but the produced ligature id/components will be cleared later
130651     by substitute_start() et al.
130652     
130653     Perhaps using a synthetic table for Arabic fallback shaping was a better
130654     idea.  The current approach has way too many layering violations...
130655
130656  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
130657  src/hb-ot-shape-complex-arabic.cc    | 72 ++++++++++++++++++++++++------------
130658  src/hb-ot-shape.cc                   |  4 +-
130659  3 files changed, 56 insertions(+), 24 deletions(-)
130660
130661 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
130662 Author: Behdad Esfahbod <behdad@behdad.org>
130663 Date:   Wed Aug 29 10:40:49 2012 -0400
130664
130665     Minor
130666
130667  src/hb-ot-layout-gsub-table.hh       | 1 -
130668  src/hb-ot-layout-gsubgpos-private.hh | 1 -
130669  2 files changed, 2 deletions(-)
130670
130671 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
130672 Author: Behdad Esfahbod <behdad@behdad.org>
130673 Date:   Tue Aug 28 23:18:22 2012 -0400
130674
130675     [GSUB] Move ligation logic over
130676
130677  src/hb-ot-layout-gsub-table.hh       | 78 ++++-------------------------------
130678  src/hb-ot-layout-gsubgpos-private.hh | 80 ++++++++++++++++++++++++++++++++++++
130679  2 files changed, 89 insertions(+), 69 deletions(-)
130680
130681 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
130682 Author: Behdad Esfahbod <behdad@behdad.org>
130683 Date:   Tue Aug 28 22:58:55 2012 -0400
130684
130685     [GSUB] Merge Ligature and context input matching
130686     
130687     Looks better now...
130688
130689  TODO                                 |  4 --
130690  src/hb-ot-layout-gsub-table.hh       | 71 +++++++-----------------------------
130691  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
130692  3 files changed, 40 insertions(+), 64 deletions(-)
130693
130694 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
130695 Author: Behdad Esfahbod <behdad@behdad.org>
130696 Date:   Tue Aug 28 22:24:51 2012 -0400
130697
130698     Start converging Ligature and match_input
130699
130700  src/hb-ot-layout-gsub-table.hh       | 58 +++++++++++++++++----------------
130701  src/hb-ot-layout-gsubgpos-private.hh | 62 ++++++++++++++++++++++++++++--------
130702  2 files changed, 78 insertions(+), 42 deletions(-)
130703
130704 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
130705 Author: Behdad Esfahbod <behdad@behdad.org>
130706 Date:   Tue Aug 28 19:16:38 2012 -0400
130707
130708     [hb-icu-le] Add visbility
130709
130710  src/hb-icu-le/FontTableCache.h         |  6 +++++-
130711  src/hb-icu-le/PortableFontInstance.cpp | 39 ----------------------------------
130712  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
130713  src/hb-icu-le/cmaps.cpp                |  2 +-
130714  src/hb-icu-le/cmaps.h                  |  5 ++++-
130715  src/hb-icu-le/letest.h                 | 14 ++++++++++++
130716  src/hb-icu-le/sfnt.h                   |  6 +++++-
130717  7 files changed, 34 insertions(+), 45 deletions(-)
130718
130719 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
130720 Author: Behdad Esfahbod <behdad@behdad.org>
130721 Date:   Tue Aug 28 19:08:36 2012 -0400
130722
130723     Minor
130724
130725  src/Makefile.am           | 6 +++++-
130726  src/check-libstdc++.sh    | 2 +-
130727  src/check-static-inits.sh | 4 ++--
130728  3 files changed, 8 insertions(+), 4 deletions(-)
130729
130730 commit af169d2813ff8075288cd4a7811f0715e4fea3da
130731 Author: Behdad Esfahbod <behdad@behdad.org>
130732 Date:   Tue Aug 28 19:08:22 2012 -0400
130733
130734     Minor
130735
130736  src/hb-icu-le/PortableFontInstance.h | 8 ++++----
130737  1 file changed, 4 insertions(+), 4 deletions(-)
130738
130739 commit 52ff2681d88886e2165ced397966ba29c2073583
130740 Author: Behdad Esfahbod <behdad@behdad.org>
130741 Date:   Tue Aug 28 18:03:35 2012 -0400
130742
130743     Use VisualStudio-style atomic intrinsics on mingw32
130744
130745  src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
130746  1 file changed, 18 insertions(+), 7 deletions(-)
130747
130748 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
130749 Author: Behdad Esfahbod <behdad@behdad.org>
130750 Date:   Tue Aug 28 17:57:49 2012 -0400
130751
130752     Use namespace for OpenType tables
130753     
130754     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
130755
130756  src/hb-font.cc                       | 12 ++---
130757  src/hb-open-file-private.hh          |  4 ++
130758  src/hb-open-type-private.hh          |  9 ++--
130759  src/hb-ot-head-table.hh              |  4 ++
130760  src/hb-ot-hhea-table.hh              |  5 ++
130761  src/hb-ot-hmtx-table.hh              |  6 +++
130762  src/hb-ot-layout-common-private.hh   |  5 ++
130763  src/hb-ot-layout-gdef-table.hh       |  4 ++
130764  src/hb-ot-layout-gpos-table.hh       |  4 ++
130765  src/hb-ot-layout-gsub-table.hh       |  4 ++
130766  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
130767  src/hb-ot-layout-private.hh          | 12 +++--
130768  src/hb-ot-layout.cc                  | 91 ++++++++++++++++++------------------
130769  src/hb-ot-maxp-table.hh              |  4 ++
130770  src/hb-ot-name-table.hh              |  4 ++
130771  src/hb-uniscribe.cc                  |  8 ++--
130772  src/main.cc                          |  2 +
130773  17 files changed, 117 insertions(+), 65 deletions(-)
130774
130775 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
130776 Author: Behdad Esfahbod <behdad@behdad.org>
130777 Date:   Tue Aug 28 16:31:23 2012 -0400
130778
130779     Revert "Minor"
130780     
130781     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
130782     
130783     I know remember why that line is there :).
130784
130785  src/hb-ot-shape-complex-arabic.cc | 1 +
130786  1 file changed, 1 insertion(+)
130787
130788 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
130789 Author: Behdad Esfahbod <behdad@behdad.org>
130790 Date:   Mon Aug 27 17:10:02 2012 -0400
130791
130792     Minor
130793
130794  src/hb-ot-shape-complex-arabic.cc | 1 -
130795  1 file changed, 1 deletion(-)
130796
130797 commit 667218a5b134728863a318c73070f4e323590bbd
130798 Author: Behdad Esfahbod <behdad@behdad.org>
130799 Date:   Mon Aug 27 17:00:44 2012 -0400
130800
130801     Minor
130802
130803  src/hb-ot-shape-fallback.cc | 4 +---
130804  1 file changed, 1 insertion(+), 3 deletions(-)
130805
130806 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
130807 Author: Behdad Esfahbod <behdad@behdad.org>
130808 Date:   Mon Aug 27 16:54:34 2012 -0400
130809
130810     Only fallback-position glyphs if we have the ccc
130811     
130812     Previously, ccc=0 Thai / Lao marks were being
130813     mispositioned.  Don't touch them.
130814
130815  src/hb-ot-shape-fallback.cc | 2 +-
130816  1 file changed, 1 insertion(+), 1 deletion(-)
130817
130818 commit e1ba62811a61afb046d349e578cd141363c7fb34
130819 Author: Behdad Esfahbod <behdad@behdad.org>
130820 Date:   Mon Aug 27 16:28:05 2012 -0400
130821
130822     Center unknown marks horizontally
130823
130824  src/hb-ot-shape-fallback.cc | 1 +
130825  1 file changed, 1 insertion(+)
130826
130827 commit a4e75e4128751bb902117abc1a59dce4f2147672
130828 Author: Behdad Esfahbod <behdad@behdad.org>
130829 Date:   Mon Aug 27 15:54:15 2012 -0400
130830
130831     Minor
130832
130833  test/shaping/hb_test_tools.py | 2 +-
130834  1 file changed, 1 insertion(+), 1 deletion(-)
130835
130836 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
130837 Author: Behdad Esfahbod <behdad@behdad.org>
130838 Date:   Sun Aug 26 14:30:18 2012 -0400
130839
130840     [Indic] Fix switch
130841     
130842     D'oh.  Was working by pure chance :)).
130843
130844  src/hb-ot-shape-complex-indic.cc | 2 +-
130845  1 file changed, 1 insertion(+), 1 deletion(-)
130846
130847 commit ae4d4e1de6b4512576080e95896383887b30982f
130848 Author: Behdad Esfahbod <behdad@behdad.org>
130849 Date:   Sun Aug 26 14:27:44 2012 -0400
130850
130851     Bug 53815 - CoreText backend doesn't link
130852
130853  configure.ac | 2 +-
130854  1 file changed, 1 insertion(+), 1 deletion(-)
130855
130856 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
130857 Author: Behdad Esfahbod <behdad@behdad.org>
130858 Date:   Fri Aug 24 00:44:53 2012 -0400
130859
130860     Remove TODO items
130861
130862  TODO | 4 ----
130863  1 file changed, 4 deletions(-)
130864
130865 commit 56e878ab875ff06d74702145e380e198be967bd6
130866 Author: Behdad Esfahbod <behdad@behdad.org>
130867 Date:   Fri Aug 24 00:41:51 2012 -0400
130868
130869     [graphite2] Cleanup scratch buffer allocation
130870
130871  src/hb-graphite2.cc | 77 ++++++++++++++++++++++++++++++-----------------------
130872  1 file changed, 44 insertions(+), 33 deletions(-)
130873
130874 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
130875 Author: Behdad Esfahbod <behdad@behdad.org>
130876 Date:   Thu Aug 23 23:59:55 2012 -0400
130877
130878     [icu-le] Implement icu layout engine shaper
130879
130880  configure.ac          |   2 +-
130881  src/hb-icu-le.cc      | 113 +++++++++++++++++++++++++++++++++++++++++++++-----
130882  src/hb-icu-le/cmaps.h |   1 -
130883  src/hb-shaper-list.hh |   4 ++
130884  4 files changed, 108 insertions(+), 12 deletions(-)
130885
130886 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
130887 Author: Behdad Esfahbod <behdad@behdad.org>
130888 Date:   Thu Aug 23 21:52:44 2012 -0400
130889
130890     [icu-le] Hook up to hb_face_t
130891
130892  src/hb-icu-le.cc                       |  17 +++-
130893  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
130894  src/hb-icu-le/FontTableCache.h         |   9 ++-
130895  src/hb-icu-le/PortableFontInstance.cpp | 144 +++------------------------------
130896  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
130897  src/hb-icu-le/README                   |   1 +
130898  6 files changed, 57 insertions(+), 169 deletions(-)
130899
130900 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
130901 Author: Behdad Esfahbod <behdad@behdad.org>
130902 Date:   Thu Aug 23 21:37:51 2012 -0400
130903
130904     [icu-le] Actually use the FontTableCache
130905
130906  src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
130907  1 file changed, 8 insertions(+), 17 deletions(-)
130908
130909 commit 7d242364ea647f655a7092bda25f9a10774c57f5
130910 Author: Behdad Esfahbod <behdad@behdad.org>
130911 Date:   Thu Aug 23 21:23:41 2012 -0400
130912
130913     [icu-le] Start adding a icu-layout-engine backend
130914     
130915     Import PortableFontInstance and add shaper stub.
130916
130917  configure.ac                           |   9 +
130918  src/Makefile.am                        |   8 +
130919  src/hb-icu-le.cc                       | 111 ++++++++
130920  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
130921  src/hb-icu-le/FontTableCache.h         |  41 +++
130922  src/hb-icu-le/Makefile.am              |  25 ++
130923  src/hb-icu-le/PortableFontInstance.cpp | 436 ++++++++++++++++++++++++++++++++
130924  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
130925  src/hb-icu-le/README                   |   2 +
130926  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
130927  src/hb-icu-le/cmaps.h                  |  85 +++++++
130928  src/hb-icu-le/letest.h                 |  49 ++++
130929  src/hb-icu-le/license.html             |  51 ++++
130930  src/hb-icu-le/sfnt.h                   | 449 +++++++++++++++++++++++++++++++++
130931  14 files changed, 1674 insertions(+)
130932
130933 commit b5584ee4be46b47e1678acf28426970a6d670b4f
130934 Author: Behdad Esfahbod <behdad@behdad.org>
130935 Date:   Thu Aug 23 16:26:07 2012 -0400
130936
130937     [Indic] For old-spec, match non-zero context
130938     
130939     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem to be
130940     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
130941     Doesn't regress new-spec or other scripts.
130942
130943  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
130944  1 file changed, 6 insertions(+), 4 deletions(-)
130945
130946 commit d9b204d3d24cde165167714728bf380267903d6a
130947 Author: Behdad Esfahbod <behdad@behdad.org>
130948 Date:   Thu Aug 23 16:22:28 2012 -0400
130949
130950     [GSUB] Allow non-zero-context matching in would_apply()
130951     
130952     To be used in the next patch.
130953
130954  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
130955  src/hb-ot-layout-private.hh          |  3 ++-
130956  src/hb-ot-layout.cc                  | 14 ++++++++------
130957  src/hb-ot-layout.h                   |  7 ++++---
130958  src/hb-ot-map.cc                     | 12 ++----------
130959  src/hb-ot-shape-complex-indic.cc     |  2 +-
130960  src/test-would-substitute.cc         |  2 +-
130961  7 files changed, 22 insertions(+), 24 deletions(-)
130962
130963 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
130964 Author: Behdad Esfahbod <behdad@behdad.org>
130965 Date:   Thu Aug 23 16:10:37 2012 -0400
130966
130967     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
130968     
130969     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
130970     
130971     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
130972     improved it.  I'll redo it, differentiating between old-spec and
130973     new-spec cases.
130974
130975  src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
130976  1 file changed, 3 insertions(+), 5 deletions(-)
130977
130978 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
130979 Author: Behdad Esfahbod <behdad@behdad.org>
130980 Date:   Thu Aug 23 15:47:10 2012 -0400
130981
130982     [Indic/GSUB] Ignore context when matching would_apply()
130983     
130984     The MS Indic specs say "...all classifications are determined ... using
130985     context-free substitutions."  However, testing shows that MS's Malayalam
130986     shapers (both old and new), "match" even if there is no zero-context rule.
130987     We follow.
130988     
130989     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
130990     Moreover, test suite Malayalam failures are down to 312 from 875!  No
130991     change in other scripts.
130992     
130993     Current numbers:
130994     
130995     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
130996     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
130997     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
130998     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
130999     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
131000     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
131001     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
131002     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed (0.0834592%)
131003     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
131004     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
131005     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
131006     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
131007     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
131008
131009  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
131010  1 file changed, 5 insertions(+), 3 deletions(-)
131011
131012 commit 6732d62e78b13842ead9549c97bede25c73976cb
131013 Author: Behdad Esfahbod <behdad@behdad.org>
131014 Date:   Thu Aug 23 15:19:45 2012 -0400
131015
131016     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
131017     
131018     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
131019
131020  src/hb-ot-shape-complex-indic.cc | 5 ++---
131021  1 file changed, 2 insertions(+), 3 deletions(-)
131022
131023 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
131024 Author: Behdad Esfahbod <behdad@behdad.org>
131025 Date:   Thu Aug 23 12:06:14 2012 -0400
131026
131027     [Indic] Only apply basic features per-syllable
131028     
131029     Free up syllables and let features work across syllables for the
131030     presentation forms features and GPOS.
131031     
131032     Fixed:
131033     - 1 GURMUKHI test (remains 40)
131034     - 12 KHMER tests (remains 18)
131035     - 11 SINHALA tests (remains 121)
131036     
131037     Regresses:
131038     - 5 MALAYALAM tests (up to 312)
131039     
131040     Current numbers:
131041     
131042     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
131043     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
131044     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
131045     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
131046     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
131047     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
131048     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
131049     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
131050     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
131051     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
131052     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
131053     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
131054     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
131055
131056  src/hb-ot-shape-complex-indic.cc | 4 ++++
131057  1 file changed, 4 insertions(+)
131058
131059 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
131060 Author: Behdad Esfahbod <behdad@behdad.org>
131061 Date:   Thu Aug 23 09:33:30 2012 -0400
131062
131063     Whitespace
131064
131065  src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
131066  1 file changed, 10 insertions(+), 10 deletions(-)
131067
131068 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
131069 Author: Behdad Esfahbod <behdad@behdad.org>
131070 Date:   Sat Aug 18 13:59:46 2012 -0400
131071
131072     Release 0.9.3
131073
131074  NEWS         | 16 ++++++++++++++++
131075  configure.ac |  2 +-
131076  2 files changed, 17 insertions(+), 1 deletion(-)
131077
131078 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
131079 Author: Behdad Esfahbod <behdad@behdad.org>
131080 Date:   Sat Aug 18 13:56:10 2012 -0400
131081
131082     Fix ChangeLog generation rule
131083
131084  Makefile.am | 2 +-
131085  1 file changed, 1 insertion(+), 1 deletion(-)
131086
131087 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
131088 Author: Behdad Esfahbod <behdad@behdad.org>
131089 Date:   Thu Aug 16 11:46:46 2012 -0400
131090
131091     Add comment
131092
131093  src/hb-ot-shape-complex-arabic.cc | 4 ++++
131094  1 file changed, 4 insertions(+)
131095
131096 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
131097 Author: Behdad Esfahbod <behdad@behdad.org>
131098 Date:   Thu Aug 16 11:35:50 2012 -0400
131099
131100     [OT] Fix Arabic shaper OOB access
131101     
131102     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
131103
131104  src/hb-ot-shape-complex-arabic.cc | 2 +-
131105  1 file changed, 1 insertion(+), 1 deletion(-)
131106
131107 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
131108 Author: Behdad Esfahbod <behdad@behdad.org>
131109 Date:   Thu Aug 16 08:09:44 2012 -0400
131110
131111     [configure] Cleanup check for ICU
131112     
131113     Check for upstream-provided 'icu-uc' pkgconfig package.
131114
131115  configure.ac | 21 +--------------------
131116  1 file changed, 1 insertion(+), 20 deletions(-)
131117
131118 commit daf0731865f91da960446928667d4095bde471ea
131119 Author: Behdad Esfahbod <behdad@behdad.org>
131120 Date:   Thu Aug 16 07:32:59 2012 -0400
131121
131122     [ICU] Fix includes
131123     
131124     As reported by Steven Loomis, including uversion.h works everywhere.
131125
131126  src/hb-icu.cc | 6 ------
131127  1 file changed, 6 deletions(-)
131128
131129 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
131130 Author: Behdad Esfahbod <behdad@behdad.org>
131131 Date:   Wed Aug 15 18:52:17 2012 -0400
131132
131133     Whitespace
131134
131135  src/hb-old/Makefile.am | 4 ++--
131136  1 file changed, 2 insertions(+), 2 deletions(-)
131137
131138 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
131139 Author: Behdad Esfahbod <behdad@behdad.org>
131140 Date:   Wed Aug 15 17:24:28 2012 -0400
131141
131142     [NEWS] Fix date
131143     
131144     Oops!
131145
131146  NEWS | 2 +-
131147  1 file changed, 1 insertion(+), 1 deletion(-)
131148
131149 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
131150 Author: Behdad Esfahbod <behdad@behdad.org>
131151 Date:   Tue Aug 14 09:33:18 2012 -0400
131152
131153     Minor
131154
131155  src/hb-coretext.cc       | 8 ++++----
131156  src/hb-fallback-shape.cc | 8 ++++----
131157  src/hb-graphite2.cc      | 8 ++++----
131158  src/hb-uniscribe.cc      | 8 ++++----
131159  4 files changed, 16 insertions(+), 16 deletions(-)
131160
131161 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
131162 Author: Behdad Esfahbod <behdad@behdad.org>
131163 Date:   Mon Aug 13 10:52:52 2012 -0400
131164
131165     Fix ICU build with older ICUs
131166
131167  src/hb-icu.cc | 7 ++++++-
131168  1 file changed, 6 insertions(+), 1 deletion(-)
131169
131170 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
131171 Author: Behdad Esfahbod <behdad@behdad.org>
131172 Date:   Sun Aug 12 17:11:27 2012 -0400
131173
131174     Minor
131175
131176  contrib/README | 2 ++
131177  1 file changed, 2 insertions(+)
131178
131179 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
131180 Author: Behdad Esfahbod <behdad@behdad.org>
131181 Date:   Sat Aug 11 21:32:23 2012 -0400
131182
131183     minor
131184
131185  configure.ac | 2 ++
131186  1 file changed, 2 insertions(+)
131187
131188 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
131189 Author: Behdad Esfahbod <behdad@behdad.org>
131190 Date:   Sat Aug 11 21:26:25 2012 -0400
131191
131192     [ICU] Use new normalizer2 compose/decompose API
131193     
131194     It's considerably faster than the fallback implementation we had
131195     previously!
131196
131197  src/hb-buffer.cc          |  9 +++---
131198  src/hb-glib.cc            | 26 +++++++---------
131199  src/hb-icu.cc             | 75 +++++++++++++++++++++++++++++++++++++----------
131200  src/hb-unicode-private.hh | 13 ++------
131201  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
131202  src/hb-warning.cc         |  8 -----
131203  6 files changed, 110 insertions(+), 56 deletions(-)
131204
131205 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
131206 Author: Behdad Esfahbod <behdad@behdad.org>
131207 Date:   Sat Aug 11 19:17:54 2012 -0400
131208
131209     Add TODO
131210
131211  TODO | 1 +
131212  1 file changed, 1 insertion(+)
131213
131214 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
131215 Author: Behdad Esfahbod <behdad@behdad.org>
131216 Date:   Sat Aug 11 18:34:13 2012 -0400
131217
131218     [OT] Unbreak Thai shaping and fallback Arabic shaping
131219     
131220     The merger of normalizer and glyph-mapping broke shapers that
131221     modified text stream.  Unbreak them by adding a new preprocess_text
131222     shaping stage that happens before normalizing/cmap and disallow
131223     setup_mask modification of actual text.
131224
131225  src/hb-ot-shape-complex-arabic.cc  | 42 ++++++++++++++++++++++++++++----------
131226  src/hb-ot-shape-complex-indic.cc   |  1 +
131227  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
131228  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
131229  src/hb-ot-shape.cc                 |  3 +++
131230  5 files changed, 54 insertions(+), 19 deletions(-)
131231
131232 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
131233 Author: Behdad Esfahbod <behdad@behdad.org>
131234 Date:   Sat Aug 11 18:20:28 2012 -0400
131235
131236     [OT] Add shape_plan to Arabic shaper
131237
131238  src/hb-ot-shape-complex-arabic.cc | 82 +++++++++++++++++++++++++--------------
131239  1 file changed, 53 insertions(+), 29 deletions(-)
131240
131241 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
131242 Author: Behdad Esfahbod <behdad@behdad.org>
131243 Date:   Sat Aug 11 17:36:23 2012 -0400
131244
131245     Add TODO
131246
131247  TODO | 4 ++++
131248  1 file changed, 4 insertions(+)
131249
131250 commit daf13afb0801740dcc7900c4af190e24b80a05c0
131251 Author: Behdad Esfahbod <behdad@behdad.org>
131252 Date:   Fri Aug 10 16:38:44 2012 -0400
131253
131254     [OT] Implement fallback mark positioning for "double" combining marks
131255
131256  src/hb-ot-shape-fallback.cc | 9 ++++++++-
131257  1 file changed, 8 insertions(+), 1 deletion(-)
131258
131259 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
131260 Author: Behdad Esfahbod <behdad@behdad.org>
131261 Date:   Fri Aug 10 16:34:04 2012 -0400
131262
131263     [OT] Fix fallback mark positioning with left-to-right text
131264     
131265     Ouch!
131266
131267  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
131268  1 file changed, 11 insertions(+), 2 deletions(-)
131269
131270 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
131271 Author: Behdad Esfahbod <behdad@behdad.org>
131272 Date:   Fri Aug 10 14:49:37 2012 -0400
131273
131274     Bump version to 0.9.2
131275     
131276     A *real* release this time, with NEWS, ChangeLog, etc.
131277
131278  AUTHORS      |   8 ++++
131279  COPYING      |   9 ++--
131280  Makefile.am  |  13 +++---
131281  NEWS         | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
131282  THANKS       |   7 +++
131283  configure.ac |   4 +-
131284  6 files changed, 165 insertions(+), 12 deletions(-)
131285
131286 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
131287 Author: Behdad Esfahbod <behdad@behdad.org>
131288 Date:   Fri Aug 10 13:49:32 2012 -0400
131289
131290     Bump version to 0.9.1
131291
131292  configure.ac | 2 +-
131293  1 file changed, 1 insertion(+), 1 deletion(-)
131294
131295 commit 206ab6057303273590a3d005660e075bdcee0f5f
131296 Author: Behdad Esfahbod <behdad@behdad.org>
131297 Date:   Fri Aug 10 09:06:30 2012 -0400
131298
131299     [test] Move around
131300
131301  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         | 2 +-
131302  .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    | 1 +
131303  .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST      | 0
131304  .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt        | 0
131305  .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt        | 0
131306  .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt        | 0
131307  .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt        | 0
131308  .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt        | 0
131309  .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt        | 0
131310  .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt        | 0
131311  .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE           | 0
131312  .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST          | 0
131313  .../script-arabic/{ => language-urdu}/crulp/ligatures/README            | 0
131314  .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES           | 0
131315  14 files changed, 2 insertions(+), 1 deletion(-)
131316
131317 commit 7a484c601e0958533eb85a6902296733c39537fe
131318 Author: Behdad Esfahbod <behdad@behdad.org>
131319 Date:   Fri Aug 10 09:05:29 2012 -0400
131320
131321     [test] Add Urdu ligature sequences from CRULP
131322
131323  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
131324  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
131325  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
131326  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
131327  .../script-arabic/crulp/ligatures/4grams.txt       | 6316 ++++++++++++++++++++
131328  .../script-arabic/crulp/ligatures/5grams.txt       | 5029 ++++++++++++++++
131329  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
131330  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
131331  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
131332  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
131333  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
131334  .../script-arabic/crulp/ligatures/README           |   16 +
131335  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
131336  13 files changed, 17315 insertions(+)
131337
131338 commit f4cb4762986a28634fa7de9b706f9d37859b881e
131339 Author: Behdad Esfahbod <behdad@behdad.org>
131340 Date:   Fri Aug 10 03:51:44 2012 -0400
131341
131342     [OT] Slightly adjust normalizer
131343     
131344     The change is very subtle.  If we have a single-char cluster that
131345     decomposes to three or more characters, then try recomposition, in
131346     case the farther mark may compose with the base.
131347
131348  src/hb-ot-shape-normalize.cc | 81 +++++++++++++++++++++++++++++---------------
131349  1 file changed, 54 insertions(+), 27 deletions(-)
131350
131351 commit 07d682806349aee81f53114778ce0beb23909ed7
131352 Author: Behdad Esfahbod <behdad@behdad.org>
131353 Date:   Fri Aug 10 03:28:50 2012 -0400
131354
131355     Minor
131356
131357  src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
131358  src/hb-ot-shape.cc           |  2 +-
131359  2 files changed, 9 insertions(+), 18 deletions(-)
131360
131361 commit b00321ea78793d9b3592b5173a9800e6322424fe
131362 Author: Behdad Esfahbod <behdad@behdad.org>
131363 Date:   Thu Aug 9 22:33:32 2012 -0400
131364
131365     [OT] Avoid calling get_glyph() twice
131366     
131367     Essentially move the glyph mapping to normalization process.
131368     The effect on Devanagari is small (but observable).  Should be more
131369     observable in simple text, like ASCII.
131370
131371  src/hb-ot-shape-normalize-private.hh |  2 +
131372  src/hb-ot-shape-normalize.cc         | 76 +++++++++++++++++++++++++-----------
131373  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
131374  3 files changed, 77 insertions(+), 45 deletions(-)
131375
131376 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
131377 Author: Behdad Esfahbod <behdad@behdad.org>
131378 Date:   Thu Aug 9 22:00:53 2012 -0400
131379
131380     [OT] Remove redundant check
131381
131382  src/hb-ot-shape.cc | 5 +----
131383  1 file changed, 1 insertion(+), 4 deletions(-)
131384
131385 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
131386 Author: Behdad Esfahbod <behdad@behdad.org>
131387 Date:   Thu Aug 9 21:58:07 2012 -0400
131388
131389     [OT] More code shuffling around
131390     
131391     Preparing for merging map_glyphs() and normalize().
131392
131393  src/hb-ot-shape.cc | 167 +++++++++++++++++++++++++++--------------------------
131394  1 file changed, 86 insertions(+), 81 deletions(-)
131395
131396 commit cd0c6e148f6d078b364370cb2f808b793b921be2
131397 Author: Behdad Esfahbod <behdad@behdad.org>
131398 Date:   Thu Aug 9 21:48:55 2012 -0400
131399
131400     Shuffle buffer variable allocations around
131401     
131402     To room for more allocations, coming.
131403
131404  src/hb-ot-layout-private.hh              | 6 +++---
131405  src/hb-ot-shape-complex-arabic.cc        | 2 +-
131406  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
131407  src/hb-ot-shape-complex-private.hh       | 5 ++---
131408  src/hb-ot-shape-private.hh               | 4 ++--
131409  5 files changed, 10 insertions(+), 11 deletions(-)
131410
131411 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
131412 Author: Behdad Esfahbod <behdad@behdad.org>
131413 Date:   Thu Aug 9 21:31:52 2012 -0400
131414
131415     Minor
131416
131417  src/hb-ot-shape-normalize.cc | 50 +++++++++++++++++++++++++++-----------------
131418  1 file changed, 31 insertions(+), 19 deletions(-)
131419
131420 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
131421 Author: Behdad Esfahbod <behdad@behdad.org>
131422 Date:   Thu Aug 9 21:12:30 2012 -0400
131423
131424     Fill out combining class resetting for fallback shaping Thai/Lao/Tibetan
131425
131426  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
131427  src/hb-unicode-private.hh   |  7 ++++---
131428  src/hb-unicode.cc           |  2 +-
131429  3 files changed, 42 insertions(+), 5 deletions(-)
131430
131431 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
131432 Author: Behdad Esfahbod <behdad@behdad.org>
131433 Date:   Thu Aug 9 18:30:34 2012 -0400
131434
131435     Revert "Reject lookups with no subTable"
131436     
131437     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
131438     
131439     See previous commit.
131440
131441  src/hb-ot-layout-common-private.hh | 1 -
131442  1 file changed, 1 deletion(-)
131443
131444 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
131445 Author: Behdad Esfahbod <behdad@behdad.org>
131446 Date:   Thu Aug 9 18:30:05 2012 -0400
131447
131448     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero input"
131449     
131450     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
131451     
131452     I was confused.  Even if we access coverage[0] unconditionally, we don't
131453     need bound checks since the array machinary already handles that.
131454
131455  src/hb-ot-layout-gsubgpos-private.hh | 2 --
131456  1 file changed, 2 deletions(-)
131457
131458 commit a02d86484be870615297abfc7be9f94645434762
131459 Author: Behdad Esfahbod <behdad@behdad.org>
131460 Date:   Wed Aug 8 18:04:29 2012 -0400
131461
131462     Add check-exported-symbols.sh
131463     
131464     And misc linking fixes.
131465
131466  src/Makefile.am                  |  1 +
131467  src/check-exported-symbols.sh    | 40 ++++++++++++++++++++++++++++++++++++++++
131468  src/check-internal-symbols.sh    |  2 +-
131469  src/hb-ot-shape-complex-indic.cc |  2 +-
131470  src/hb-ot-shape.cc               |  6 +++---
131471  5 files changed, 46 insertions(+), 5 deletions(-)
131472
131473 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
131474 Author: Behdad Esfahbod <behdad@behdad.org>
131475 Date:   Wed Aug 8 17:44:19 2012 -0400
131476
131477     Misc minor fixes
131478
131479  src/check-internal-symbols.sh |  10 +--
131480  src/hb-font-private.hh        |  29 +++++++-
131481  src/hb-font.cc                |  63 +++++++---------
131482  src/hb-font.h                 |   2 +-
131483  src/hb-graphite2.cc           |   4 +-
131484  src/hb-old.cc                 |   2 +-
131485  src/hb-ot-layout.cc           |   6 +-
131486  src/hb-ot-shape-fallback.cc   |  10 +--
131487  src/hb-ot-shape.cc            |   2 +-
131488  src/hb-shape-plan.cc          |   2 +-
131489  src/hb-shape-plan.h           |   2 +-
131490  src/hb-tt-font.cc             | 166 +-----------------------------------------
131491  12 files changed, 72 insertions(+), 226 deletions(-)
131492
131493 commit 560d68af8168d1baff607b9616a3590af70fe9ec
131494 Author: Behdad Esfahbod <behdad@behdad.org>
131495 Date:   Wed Aug 8 17:16:01 2012 -0400
131496
131497     Use a export-file for Windows builds
131498     
131499     Apparently even that doesn't make check-internal-symbols.sh happy with
131500     mingw32.  Going to disable that for DLLs again, but hopefully the
131501     export-file is doing *something*.
131502
131503  configure.ac    | 14 +++++++++++++-
131504  src/Makefile.am | 22 +++++++++++++++++++++-
131505  src/hb-buffer.h |  4 ++--
131506  3 files changed, 36 insertions(+), 4 deletions(-)
131507
131508 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
131509 Author: Behdad Esfahbod <behdad@behdad.org>
131510 Date:   Wed Aug 8 17:15:44 2012 -0400
131511
131512     [hb-old] speed-up build
131513
131514  src/hb-old/harfbuzz-external.h | 3 ++-
131515  1 file changed, 2 insertions(+), 1 deletion(-)
131516
131517 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
131518 Author: Behdad Esfahbod <behdad@behdad.org>
131519 Date:   Wed Aug 8 16:53:37 2012 -0400
131520
131521     Minor
131522
131523  src/hb-ot-layout.h | 1 -
131524  1 file changed, 1 deletion(-)
131525
131526 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
131527 Author: Behdad Esfahbod <behdad@behdad.org>
131528 Date:   Wed Aug 8 15:27:14 2012 -0400
131529
131530     Minor
131531
131532  TODO | 4 ++--
131533  1 file changed, 2 insertions(+), 2 deletions(-)
131534
131535 commit 7e7d245b332306949a19c628bacd920717434769
131536 Author: Behdad Esfahbod <behdad@behdad.org>
131537 Date:   Wed Aug 8 15:23:48 2012 -0400
131538
131539     Make default_language threadsafe
131540
131541  src/hb-common.cc | 15 +++++----------
131542  1 file changed, 5 insertions(+), 10 deletions(-)
131543
131544 commit 06b192c458010c847362d809673209c87ea29949
131545 Author: Behdad Esfahbod <behdad@behdad.org>
131546 Date:   Wed Aug 8 15:23:45 2012 -0400
131547
131548     Minor
131549
131550  src/hb-common.h | 3 ++-
131551  1 file changed, 2 insertions(+), 1 deletion(-)
131552
131553 commit 37191ede7583fdb864db32a8f4d90956657926c7
131554 Author: Behdad Esfahbod <behdad@behdad.org>
131555 Date:   Wed Aug 8 14:59:09 2012 -0400
131556
131557     Minor
131558
131559  src/hb-common.h | 4 ++--
131560  src/hb-icu.h    | 1 -
131561  2 files changed, 2 insertions(+), 3 deletions(-)
131562
131563 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
131564 Author: Behdad Esfahbod <behdad@behdad.org>
131565 Date:   Wed Aug 8 14:48:41 2012 -0400
131566
131567     Adjust a couple source checks
131568
131569  src/check-internal-symbols.sh |  4 ++--
131570  src/check-static-inits.sh     | 10 ++++++++--
131571  2 files changed, 10 insertions(+), 4 deletions(-)
131572
131573 commit 9c929abdcfef44c0193a2917b20981df37ade21c
131574 Author: Behdad Esfahbod <behdad@behdad.org>
131575 Date:   Wed Aug 8 14:33:37 2012 -0400
131576
131577     Minor renaming
131578
131579  src/Makefile.am                                                   | 4 ++--
131580  ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} | 8 ++++----
131581  src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} | 4 ++--
131582  src/hb-ot-shape.cc                                                | 4 ++--
131583  4 files changed, 10 insertions(+), 10 deletions(-)
131584
131585 commit 801298b590effd768607bb532dc83c73ba65d16b
131586 Author: Behdad Esfahbod <behdad@behdad.org>
131587 Date:   Wed Aug 8 14:26:36 2012 -0400
131588
131589     Fix cast
131590     
131591     https://bugs.freedesktop.org/show_bug.cgi?id=53233
131592
131593  src/hb-buffer-private.hh | 10 ++++++----
131594  src/hb-shape-plan.cc     |  4 ++--
131595  2 files changed, 8 insertions(+), 6 deletions(-)
131596
131597 commit 21756934a15e31dc243e2b6d80adec5752477652
131598 Author: Behdad Esfahbod <behdad@behdad.org>
131599 Date:   Wed Aug 8 01:20:45 2012 -0400
131600
131601     [OT] Implement fallback positioning
131602     
131603     Implemented for Arabic, Hebrew, and generic marks.
131604     Activated if no GPOS table present.
131605
131606  src/hb-font.h                        |   3 +-
131607  src/hb-ft.cc                         |   3 +-
131608  src/hb-old.cc                        |   2 +-
131609  src/hb-ot-shape-position-fallback.cc | 237 ++++++++++++++++++++++++++++++++++-
131610  src/hb-unicode-private.hh            |  81 ++++++++++++
131611  src/hb-unicode.cc                    | 107 ++++++----------
131612  6 files changed, 356 insertions(+), 77 deletions(-)
131613
131614 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
131615 Author: Behdad Esfahbod <behdad@behdad.org>
131616 Date:   Tue Aug 7 23:44:47 2012 -0400
131617
131618     [hb-old] Fix warnings
131619
131620  src/hb-old/harfbuzz-shaper.cpp | 2 ++
131621  1 file changed, 2 insertions(+)
131622
131623 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
131624 Author: Behdad Esfahbod <behdad@behdad.org>
131625 Date:   Tue Aug 7 22:41:38 2012 -0400
131626
131627     [OT] Start adding fallback positioning
131628     
131629     Used when there is no GPOS.
131630
131631  src/Makefile.am                              |  2 ++
131632  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
131633  src/hb-ot-shape-position-fallback.cc         | 47 ++++++++++++++++++++++++++++
131634  src/hb-ot-shape.cc                           | 23 +++-----------
131635  4 files changed, 93 insertions(+), 18 deletions(-)
131636
131637 commit 7e4920fd1577987bf6804f67765e22a84983e057
131638 Author: Behdad Esfahbod <behdad@behdad.org>
131639 Date:   Tue Aug 7 22:32:23 2012 -0400
131640
131641     Minor
131642
131643  src/hb-ot-shape.cc | 2 +-
131644  1 file changed, 1 insertion(+), 1 deletion(-)
131645
131646 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
131647 Author: Behdad Esfahbod <behdad@behdad.org>
131648 Date:   Tue Aug 7 22:25:24 2012 -0400
131649
131650     [GSUB] Generalize would_apply()
131651     
131652     Fixes logic also, where before we were always matching if glyphs_len==1
131653     and a ligature started with the glyph.
131654
131655  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
131656  src/hb-ot-layout-gsubgpos-private.hh | 37 ++++++++++++++++++------------------
131657  src/hb-ot-layout.cc                  |  3 +--
131658  3 files changed, 40 insertions(+), 26 deletions(-)
131659
131660 commit 6f3a300138f659020c21c3e08b7981c78df5f332
131661 Author: Behdad Esfahbod <behdad@behdad.org>
131662 Date:   Tue Aug 7 22:13:25 2012 -0400
131663
131664     Add hb_font_glyph_from/to_string
131665
131666  src/hb-font-private.hh       | 43 +++++++++++++++++++++++++++++++++++++++++++
131667  src/hb-font.cc               | 24 ++++++++++++++++++++----
131668  src/hb-font.h                | 11 +++++++++++
131669  src/hb-private.hh            | 16 ++++++++++++++++
131670  src/test-would-substitute.cc | 11 ++++++++++-
131671  util/options.cc              |  2 +-
131672  6 files changed, 101 insertions(+), 6 deletions(-)
131673
131674 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
131675 Author: Behdad Esfahbod <behdad@behdad.org>
131676 Date:   Tue Aug 7 21:44:25 2012 -0400
131677
131678     Minor
131679
131680  src/hb-mutex-private.hh | 1 +
131681  src/hb-uniscribe.cc     | 1 +
131682  src/hb-uniscribe.h      | 2 ++
131683  3 files changed, 4 insertions(+)
131684
131685 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
131686 Author: Behdad Esfahbod <behdad@behdad.org>
131687 Date:   Tue Aug 7 21:12:49 2012 -0400
131688
131689     [OT] Apply 'rclt' feature in horizontal mode
131690     
131691     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
131692     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
131693     and now apply this too.
131694
131695  src/hb-ot-shape.cc | 1 +
131696  1 file changed, 1 insertion(+)
131697
131698 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
131699 Author: Behdad Esfahbod <behdad@behdad.org>
131700 Date:   Tue Aug 7 16:57:48 2012 -0400
131701
131702     Fix warnings
131703
131704  src/hb-icu.cc | 6 +++---
131705  1 file changed, 3 insertions(+), 3 deletions(-)
131706
131707 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
131708 Author: Behdad Esfahbod <behdad@behdad.org>
131709 Date:   Tue Aug 7 16:57:02 2012 -0400
131710
131711     More refactoring
131712
131713  src/hb-ot-shape-normalize.cc | 161 +++++++++++++++++++++++++++++++++++++++++-
131714  src/hb-unicode-private.hh    | 164 +------------------------------------------
131715  2 files changed, 162 insertions(+), 163 deletions(-)
131716
131717 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
131718 Author: Behdad Esfahbod <behdad@behdad.org>
131719 Date:   Tue Aug 7 16:51:48 2012 -0400
131720
131721     Minor refactoring
131722
131723  src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
131724  1 file changed, 23 insertions(+), 4 deletions(-)
131725
131726 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
131727 Author: Behdad Esfahbod <behdad@behdad.org>
131728 Date:   Tue Aug 7 16:45:27 2012 -0400
131729
131730     Add Hebrew presentation forms shaping
131731     
131732     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
131733
131734  src/hb-unicode-private.hh | 121 +++++++++++++++++++++++++++++++++++++++++++++-
131735  1 file changed, 120 insertions(+), 1 deletion(-)
131736
131737 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
131738 Author: Behdad Esfahbod <behdad@behdad.org>
131739 Date:   Tue Aug 7 14:11:16 2012 -0400
131740
131741     [Graphite] Minor
131742
131743  src/hb-graphite2.cc | 60 +++++++++++++++++++++++++----------------------------
131744  1 file changed, 28 insertions(+), 32 deletions(-)
131745
131746 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
131747 Author: Behdad Esfahbod <behdad@behdad.org>
131748 Date:   Tue Aug 7 13:01:12 2012 -0400
131749
131750     Remove enum trailing comma
131751     
131752     ...again.
131753
131754  src/hb-ot-shape-normalize-private.hh | 2 +-
131755  1 file changed, 1 insertion(+), 1 deletion(-)
131756
131757 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
131758 Author: Behdad Esfahbod <behdad@behdad.org>
131759 Date:   Mon Aug 6 23:06:04 2012 -0400
131760
131761     Minor
131762
131763  src/hb-font.cc | 6 ++++--
131764  1 file changed, 4 insertions(+), 2 deletions(-)
131765
131766 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
131767 Author: Behdad Esfahbod <behdad@behdad.org>
131768 Date:   Mon Aug 6 19:42:47 2012 -0700
131769
131770     [util] Fix leaks
131771
131772  src/hb-graphite2.cc | 18 ++++++++++++++----
131773  util/options.cc     |  2 +-
131774  util/options.hh     |  2 +-
131775  3 files changed, 16 insertions(+), 6 deletions(-)
131776
131777 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
131778 Author: Behdad Esfahbod <behdad@behdad.org>
131779 Date:   Mon Aug 6 19:35:04 2012 -0700
131780
131781     [Graphite] Fix graphite2 backend with RTL text
131782     
131783     Patch from Martin Hosken.
131784
131785  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
131786  1 file changed, 18 insertions(+), 15 deletions(-)
131787
131788 commit e4992e13e19877a73ea05fc1d31005a262c685ad
131789 Author: Behdad Esfahbod <behdad@behdad.org>
131790 Date:   Mon Aug 6 19:25:39 2012 -0700
131791
131792     [Graphite] Port graphite2 backend to new shaper infrastructure
131793
131794  src/hb-graphite2.cc   | 234 +++++++++++++++++++++++---------------------------
131795  src/hb-graphite2.h    |   2 +-
131796  src/hb-shaper-list.hh |   2 +-
131797  3 files changed, 109 insertions(+), 129 deletions(-)
131798
131799 commit 66591ececfba9791de06c814f5f30131e95e5fd2
131800 Author: Behdad Esfahbod <behdad@behdad.org>
131801 Date:   Mon Aug 6 17:07:19 2012 -0700
131802
131803     Remove unnecessary lifecycle bits
131804     
131805     We already set recount to INVALID when destroying.
131806     This block was not necessary.
131807
131808  src/hb-font.cc | 3 ---
131809  1 file changed, 3 deletions(-)
131810
131811 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
131812 Author: Behdad Esfahbod <behdad@behdad.org>
131813 Date:   Mon Aug 6 11:44:10 2012 -0700
131814
131815     Fix compiler warnings
131816
131817  configure.ac | 12 +++++++++---
131818  1 file changed, 9 insertions(+), 3 deletions(-)
131819
131820 commit 167b625d988b74572d6b2f646c285b666b650d49
131821 Author: Behdad Esfahbod <behdad@behdad.org>
131822 Date:   Sun Aug 5 21:16:26 2012 -0700
131823
131824     [Indic] Minor, move 'blwf' after 'half'
131825     
131826     We don't apply them together anyway.  Should not make any difference
131827     right now.
131828
131829  src/hb-ot-shape-complex-indic.cc | 4 ++--
131830  1 file changed, 2 insertions(+), 2 deletions(-)
131831
131832 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
131833 Author: Behdad Esfahbod <behdad@behdad.org>
131834 Date:   Sat Aug 4 18:04:57 2012 -0700
131835
131836     Speed up hb_set_digest_lowest_bits_t calcs
131837
131838  src/hb-set-private.hh | 10 +++++++---
131839  1 file changed, 7 insertions(+), 3 deletions(-)
131840
131841 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
131842 Author: Behdad Esfahbod <behdad@behdad.org>
131843 Date:   Sat Aug 4 17:42:28 2012 -0700
131844
131845     Speed up hb_set_digest_common_bits_t calcs
131846
131847  src/hb-set-private.hh | 6 +++---
131848  1 file changed, 3 insertions(+), 3 deletions(-)
131849
131850 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
131851 Author: Behdad Esfahbod <behdad@behdad.org>
131852 Date:   Sat Aug 4 17:08:38 2012 -0700
131853
131854     Enlarge glyph_name buffer
131855     
131856     Lohit Devanagari has a glyph named:
131857     u0924_u094D.half_u0930_u094D.blwf.vatu
131858
131859  util/options.cc | 2 +-
131860  1 file changed, 1 insertion(+), 1 deletion(-)
131861
131862 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
131863 Author: Behdad Esfahbod <behdad@behdad.org>
131864 Date:   Sat Aug 4 16:43:18 2012 -0700
131865
131866     Rewrite ARRAY_LENGTH as a template function
131867     
131868     Such it wouldn't apply to pointers accidentally.
131869
131870  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
131871  src/hb-private.hh                       | 9 ++++++---
131872  2 files changed, 8 insertions(+), 5 deletions(-)
131873
131874 commit 8ba8042821e4581fe4e87419e58c823520441205
131875 Author: Behdad Esfahbod <behdad@behdad.org>
131876 Date:   Fri Aug 3 18:54:54 2012 -0700
131877
131878     [Indic] Fix consonant position font lookup logic
131879     
131880     Oops.  I broken this badly and the test suite did not notice.  That
131881     worries me.  Have to investigate.
131882
131883  src/hb-ot-shape-complex-indic.cc | 6 +++---
131884  1 file changed, 3 insertions(+), 3 deletions(-)
131885
131886 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
131887 Author: Behdad Esfahbod <behdad@behdad.org>
131888 Date:   Fri Aug 3 18:45:05 2012 -0700
131889
131890     Minor
131891
131892  src/test-would-substitute.cc | 2 +-
131893  1 file changed, 1 insertion(+), 1 deletion(-)
131894
131895 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
131896 Author: Behdad Esfahbod <behdad@behdad.org>
131897 Date:   Fri Aug 3 18:21:13 2012 -0700
131898
131899     Fix leak
131900
131901  src/hb-shape-plan.cc | 2 ++
131902  1 file changed, 2 insertions(+)
131903
131904 commit 71baea0062da4d7f143d62da38492a0813814e49
131905 Author: Behdad Esfahbod <behdad@behdad.org>
131906 Date:   Fri Aug 3 17:40:07 2012 -0700
131907
131908     [OT] Use general-category, not GDEF class, to decide to zero mark advances
131909     
131910     At this point, the GDEF glyph synthesis looks pointless.  Not that I
131911     have many fonts without GDEF lying around.
131912     
131913     As for mark advance zeroing when GPOS not available, that also is being
131914     replaced by proper fallback mark positioning soon.
131915
131916  src/hb-ot-shape.cc | 7 ++-----
131917  1 file changed, 2 insertions(+), 5 deletions(-)
131918
131919 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
131920 Author: Behdad Esfahbod <behdad@behdad.org>
131921 Date:   Fri Aug 3 17:23:40 2012 -0700
131922
131923     Dn't use gint
131924
131925  src/hb-glib.cc | 4 ++--
131926  src/hb-icu.cc  | 2 +-
131927  2 files changed, 3 insertions(+), 3 deletions(-)
131928
131929 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
131930 Author: Behdad Esfahbod <behdad@behdad.org>
131931 Date:   Thu Aug 2 14:21:40 2012 -0400
131932
131933     [Indic] Add per-script configuration tables
131934     
131935     This concludes the Indic shape_plan work.  May do for Arabic also...
131936
131937  src/hb-ot-shape-complex-indic-private.hh |  16 +-
131938  src/hb-ot-shape-complex-indic.cc         | 309 +++++++++++++++----------------
131939  2 files changed, 159 insertions(+), 166 deletions(-)
131940
131941 commit 85fc6c483f6d734febbe39270e84701a651f01f1
131942 Author: Behdad Esfahbod <behdad@behdad.org>
131943 Date:   Thu Aug 2 12:21:44 2012 -0400
131944
131945     [Indic] Move more stuff to the shape_plan
131946     
131947     Almost done.  Need to add per-script static tables.
131948
131949  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
131950  src/hb-ot-shape-complex-indic.cc         | 216 ++++++++++++++++---------------
131951  2 files changed, 116 insertions(+), 104 deletions(-)
131952
131953 commit 914ffaa40fcca020f65bacdd709421e9047afd83
131954 Author: Behdad Esfahbod <behdad@behdad.org>
131955 Date:   Thu Aug 2 11:03:39 2012 -0400
131956
131957     [Indic] Move more repeated work into shape_plan
131958
131959  src/hb-ot-shape-complex-indic.cc | 63 ++++++++++++++++++++++++++--------------
131960  1 file changed, 42 insertions(+), 21 deletions(-)
131961
131962 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
131963 Author: Behdad Esfahbod <behdad@behdad.org>
131964 Date:   Thu Aug 2 10:46:34 2012 -0400
131965
131966     [OT] Add per-complex-shaper shape_plan data
131967     
131968     Hookup some Indic data to it.  More to come.
131969
131970  src/hb-ot-shape-complex-arabic.cc  |   2 +
131971  src/hb-ot-shape-complex-indic.cc   | 128 ++++++++++++++++++++++---------------
131972  src/hb-ot-shape-complex-misc.cc    |   4 ++
131973  src/hb-ot-shape-complex-private.hh |  16 ++++-
131974  src/hb-ot-shape-private.hh         |   1 +
131975  src/hb-ot-shape.cc                 |  23 +++++--
131976  6 files changed, 113 insertions(+), 61 deletions(-)
131977
131978 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
131979 Author: Behdad Esfahbod <behdad@behdad.org>
131980 Date:   Thu Aug 2 10:07:58 2012 -0400
131981
131982     [OT] Pipe shape_plan down to pause_callbacks
131983
131984  src/hb-ot-map-private.hh                 |  8 ++---
131985  src/hb-ot-map.cc                         | 11 ++++---
131986  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
131987  src/hb-ot-shape-complex-indic.cc         | 50 +++++++++++++++-----------------
131988  src/hb-ot-shape-private.hh               |  6 ++++
131989  src/hb-ot-shape.cc                       | 28 ++++++++++--------
131990  6 files changed, 57 insertions(+), 50 deletions(-)
131991
131992 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
131993 Author: Behdad Esfahbod <behdad@behdad.org>
131994 Date:   Thu Aug 2 09:44:18 2012 -0400
131995
131996     More massaging
131997
131998  src/hb-ot-map-private.hh          | 20 ++++++++------------
131999  src/hb-ot-map.cc                  | 17 ++++++++---------
132000  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
132001  src/hb-ot-shape-complex-indic.cc  | 18 +++++++-----------
132002  4 files changed, 27 insertions(+), 36 deletions(-)
132003
132004 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
132005 Author: Behdad Esfahbod <behdad@behdad.org>
132006 Date:   Thu Aug 2 09:38:28 2012 -0400
132007
132008     [OT] Port complex_shaper to planner/plan
132009
132010  src/hb-ot-shape-complex-arabic.cc  | 17 ++++++++---------
132011  src/hb-ot-shape-complex-indic.cc   | 19 ++++++++-----------
132012  src/hb-ot-shape-complex-misc.cc    | 20 ++++++++------------
132013  src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
132014  src/hb-ot-shape-private.hh         | 14 +++++++++++---
132015  src/hb-ot-shape.cc                 |  9 +++++----
132016  6 files changed, 51 insertions(+), 60 deletions(-)
132017
132018 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
132019 Author: Behdad Esfahbod <behdad@behdad.org>
132020 Date:   Thu Aug 2 09:24:35 2012 -0400
132021
132022     [OT] Minor refactoring
132023
132024  src/hb-ot-map.cc           |  4 ----
132025  src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
132026  src/hb-ot-shape.cc         | 26 ++------------------------
132027  src/hb-shape-plan.cc       |  2 ++
132028  src/hb-shape.cc            |  2 --
132029  5 files changed, 30 insertions(+), 30 deletions(-)
132030
132031 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
132032 Author: Behdad Esfahbod <behdad@behdad.org>
132033 Date:   Thu Aug 2 08:42:11 2012 -0400
132034
132035     [Indic] Move consonant-position-setting into initial_reordering()
132036
132037  src/hb-ot-shape-complex-indic.cc | 65 +++++++++++++++++++++-------------------
132038  1 file changed, 35 insertions(+), 30 deletions(-)
132039
132040 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
132041 Author: Behdad Esfahbod <behdad@behdad.org>
132042 Date:   Thu Aug 2 08:36:40 2012 -0400
132043
132044     [GSUB] Wire the font, not just the face, down to substitute()
132045     
132046     We need the font for glyph lookup during GSUB pauses in Indic shaper.
132047     Could perhaps be avoided, but at this point, we don't mean to support
132048     separate substitute()/position() entry points (anymore), so there is
132049     no point in not providing the font to GSUB.
132050
132051  src/hb-ot-layout-gsub-table.hh       | 13 +++++--------
132052  src/hb-ot-layout-gsubgpos-private.hh |  7 ++-----
132053  src/hb-ot-layout-private.hh          |  6 +++---
132054  src/hb-ot-layout.cc                  | 18 +++++++++---------
132055  src/hb-ot-map-private.hh             | 15 ++++++---------
132056  src/hb-ot-map.cc                     |  8 ++++----
132057  src/hb-ot-shape-complex-indic.cc     |  8 ++++----
132058  src/hb-ot-shape.cc                   |  6 +++---
132059  8 files changed, 36 insertions(+), 45 deletions(-)
132060
132061 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
132062 Author: Behdad Esfahbod <behdad@behdad.org>
132063 Date:   Thu Aug 2 08:11:14 2012 -0400
132064
132065     [OT] Hide some API
132066     
132067     It was impossible to meaningfully use them from the outside these days.
132068
132069  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
132070  src/hb-ot-layout.cc         | 20 --------------------
132071  src/hb-ot-layout.h          | 34 ----------------------------------
132072  src/hb-ot-map.cc            |  8 ++++----
132073  4 files changed, 36 insertions(+), 66 deletions(-)
132074
132075 commit 305246744ed178f116e01498b7f9d1af6950ca30
132076 Author: Behdad Esfahbod <behdad@behdad.org>
132077 Date:   Thu Aug 2 08:08:04 2012 -0400
132078
132079     Minor
132080
132081  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
132082  1 file changed, 1 insertion(+), 1 deletion(-)
132083
132084 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
132085 Author: Behdad Esfahbod <behdad@behdad.org>
132086 Date:   Thu Aug 2 07:53:18 2012 -0400
132087
132088     [Indic] More refactoring of consonant position peeking in the font
132089     
132090     To be moved to initial_reordering next...
132091
132092  src/hb-ot-shape-complex-indic.cc | 59 ++++++++++++++++++++++++++++------------
132093  1 file changed, 41 insertions(+), 18 deletions(-)
132094
132095 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
132096 Author: Behdad Esfahbod <behdad@behdad.org>
132097 Date:   Thu Aug 2 07:37:46 2012 -0400
132098
132099     [Indic] Refactor
132100     
132101     Move all the logic that needs to eventually move into the indic table
132102     into hb-ot-shape-complex-indic-private.hh.
132103
132104  src/hb-ot-shape-complex-indic-private.hh | 210 ++++++++++++++++++++++++++++
132105  src/hb-ot-shape-complex-indic.cc         | 227 ++-----------------------------
132106  2 files changed, 218 insertions(+), 219 deletions(-)
132107
132108 commit 3614ba242fc7d338761acdda365a134706035b6d
132109 Author: Behdad Esfahbod <behdad@behdad.org>
132110 Date:   Thu Aug 2 07:13:55 2012 -0400
132111
132112     [Indic] Rename
132113
132114  src/hb-ot-shape-complex-indic.cc | 40 +++++++++++++++++++++-------------------
132115  1 file changed, 21 insertions(+), 19 deletions(-)
132116
132117 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
132118 Author: Behdad Esfahbod <behdad@behdad.org>
132119 Date:   Thu Aug 2 05:27:46 2012 -0400
132120
132121     [Indic] Streamline feature would_apply()
132122     
132123     Comes with some 10% speedup for Devanagari even!
132124
132125  src/hb-ot-map-private.hh         | 85 +++++++++++++++++++++++++---------------
132126  src/hb-ot-map.cc                 | 18 ++++-----
132127  src/hb-ot-shape-complex-indic.cc | 85 +++++++++++++++++++++++-----------------
132128  3 files changed, 110 insertions(+), 78 deletions(-)
132129
132130 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
132131 Author: Behdad Esfahbod <behdad@behdad.org>
132132 Date:   Thu Aug 2 05:01:11 2012 -0400
132133
132134     [Indic] Minor
132135
132136  src/hb-ot-shape-complex-indic-private.hh | 16 --------
132137  src/hb-ot-shape-complex-indic.cc         | 64 +++++++++++++++++++++-----------
132138  2 files changed, 43 insertions(+), 37 deletions(-)
132139
132140 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
132141 Author: Behdad Esfahbod <behdad@behdad.org>
132142 Date:   Thu Aug 2 04:00:31 2012 -0400
132143
132144     [GSUB/GPOS] Check array size before accessing digests
132145
132146  src/hb-ot-layout-private.hh |  3 +++
132147  src/hb-ot-layout.cc         | 32 ++++++++++++++++----------------
132148  2 files changed, 19 insertions(+), 16 deletions(-)
132149
132150 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
132151 Author: Behdad Esfahbod <behdad@behdad.org>
132152 Date:   Thu Aug 2 03:51:51 2012 -0400
132153
132154     Use Coverage digests in would_apply
132155
132156  src/hb-ot-layout-gsub-table.hh       | 1 +
132157  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
132158  src/hb-ot-layout.cc                  | 4 ++--
132159  3 files changed, 8 insertions(+), 3 deletions(-)
132160
132161 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
132162 Author: Behdad Esfahbod <behdad@behdad.org>
132163 Date:   Thu Aug 2 03:45:53 2012 -0400
132164
132165     Minor
132166
132167  src/hb-ot-layout-gpos-table.hh       | 2 +-
132168  src/hb-ot-layout-gsub-table.hh       | 4 ++--
132169  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
132170  3 files changed, 5 insertions(+), 5 deletions(-)
132171
132172 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
132173 Author: Behdad Esfahbod <behdad@behdad.org>
132174 Date:   Wed Aug 1 22:17:48 2012 -0400
132175
132176     Use wider set digests on 64-bit archs
132177
132178  src/hb-set-private.hh | 6 +++---
132179  1 file changed, 3 insertions(+), 3 deletions(-)
132180
132181 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
132182 Author: Behdad Esfahbod <behdad@behdad.org>
132183 Date:   Wed Aug 1 21:56:35 2012 -0400
132184
132185     [GSUB/GPOS] Remove unused get_coverage() methods
132186
132187  src/hb-ot-layout-gpos-table.hh | 11 -----------
132188  src/hb-ot-layout-gsub-table.hh | 11 -----------
132189  2 files changed, 22 deletions(-)
132190
132191 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
132192 Author: Behdad Esfahbod <behdad@behdad.org>
132193 Date:   Wed Aug 1 21:46:36 2012 -0400
132194
132195     [GSUB/GPOS] Use Coverage digests as gatekeeper
132196     
132197     Gives me a good 10% speedup for the Devanagari test case.  Less so
132198     for less lookup-intensive tests.
132199     
132200     For the Devanagari test case, the false positive rate of the GSUB digest
132201     is 4%.
132202
132203  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
132204  src/hb-ot-layout-gsub-table.hh       | 35 ++++++++++++-----------------------
132205  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
132206  src/hb-ot-layout-private.hh          |  4 ++++
132207  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
132208  5 files changed, 56 insertions(+), 50 deletions(-)
132209
132210 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
132211 Author: Behdad Esfahbod <behdad@behdad.org>
132212 Date:   Wed Aug 1 21:18:54 2012 -0400
132213
132214     [GSUB/GPOS] Add add_coverage()
132215
132216  src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
132217  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
132218  2 files changed, 36 insertions(+)
132219
132220 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
132221 Author: Behdad Esfahbod <behdad@behdad.org>
132222 Date:   Wed Aug 1 21:06:27 2012 -0400
132223
132224     Add hb_set_digest_t
132225     
132226     Implement two set digests, and one that combines the two.
132227
132228  src/hb-set-private.hh | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
132229  1 file changed, 95 insertions(+)
132230
132231 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
132232 Author: Behdad Esfahbod <behdad@behdad.org>
132233 Date:   Wed Aug 1 21:05:57 2012 -0400
132234
132235     [OT] Templatize Coverage::add_coverage()
132236
132237  src/hb-ot-layout-common-private.hh | 12 ++++++++----
132238  1 file changed, 8 insertions(+), 4 deletions(-)
132239
132240 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
132241 Author: Behdad Esfahbod <behdad@behdad.org>
132242 Date:   Wed Aug 1 19:03:46 2012 -0400
132243
132244     Inline font getters
132245
132246  src/hb-fallback-shape.cc          |  21 ++--
132247  src/hb-font-private.hh            | 204 ++++++++++++++++++++++++++++++++++++++
132248  src/hb-font.cc                    | 129 ++++--------------------
132249  src/hb-graphite2.cc               |   6 +-
132250  src/hb-old.cc                     |  10 +-
132251  src/hb-ot-layout-gdef-table.hh    |   2 +-
132252  src/hb-ot-layout-gpos-table.hh    |   2 +-
132253  src/hb-ot-shape-complex-arabic.cc |   4 +-
132254  src/hb-ot-shape-complex-indic.cc  |   6 +-
132255  src/hb-ot-shape-normalize.cc      |  12 +--
132256  src/hb-ot-shape.cc                |  47 +++++----
132257  11 files changed, 277 insertions(+), 166 deletions(-)
132258
132259 commit 6adf417bc15d4524e280b284e3accd1ae647662e
132260 Author: Behdad Esfahbod <behdad@behdad.org>
132261 Date:   Wed Aug 1 18:07:42 2012 -0400
132262
132263     Use a lookup table for modified_combining_class
132264
132265  src/hb-unicode-private.hh |  10 ++-
132266  src/hb-unicode.cc         | 213 +++++++++++++++++++++++++++++++---------------
132267  src/hb-unicode.h          |   4 +
132268  3 files changed, 157 insertions(+), 70 deletions(-)
132269
132270 commit 208f70f0553d73d2908b21b9552298029482a8b9
132271 Author: Behdad Esfahbod <behdad@behdad.org>
132272 Date:   Wed Aug 1 17:13:10 2012 -0400
132273
132274     Inline Unicode callbacks internally
132275
132276  src/hb-buffer.cc                |   2 +-
132277  src/hb-fallback-shape.cc        |   2 +-
132278  src/hb-old.cc                   |   2 +-
132279  src/hb-ot-shape-complex-misc.cc |   2 +-
132280  src/hb-ot-shape-normalize.cc    |  13 +++--
132281  src/hb-ot-shape-private.hh      |   6 +--
132282  src/hb-ot-shape.cc              |   4 +-
132283  src/hb-unicode-private.hh       | 112 ++++++++++++++++++++--------------------
132284  src/hb-unicode.cc               |   5 +-
132285  9 files changed, 73 insertions(+), 75 deletions(-)
132286
132287 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
132288 Author: Behdad Esfahbod <behdad@behdad.org>
132289 Date:   Wed Aug 1 17:01:59 2012 -0400
132290
132291     Move unicode accessors around
132292
132293  src/hb-unicode-private.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++-
132294  src/hb-unicode.cc         | 65 ++++-------------------------------------
132295  2 files changed, 78 insertions(+), 60 deletions(-)
132296
132297 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
132298 Author: Behdad Esfahbod <behdad@behdad.org>
132299 Date:   Wed Aug 1 16:23:44 2012 -0400
132300
132301     Add hb_unicode_combining_class_t
132302
132303  src/hb-common.h           |  38 +-------------
132304  src/hb-glib.cc            |   4 +-
132305  src/hb-icu.cc             |   4 +-
132306  src/hb-unicode-private.hh |   2 +-
132307  src/hb-unicode.cc         |  11 ++--
132308  src/hb-unicode.h          | 124 +++++++++++++++++++++++++++++++++++++++++++++-
132309  6 files changed, 134 insertions(+), 49 deletions(-)
132310
132311 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
132312 Author: Behdad Esfahbod <behdad@behdad.org>
132313 Date:   Wed Aug 1 13:32:39 2012 -0400
132314
132315     Add commentary on the compatibility decomposition in the normalizer
132316
132317  src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
132318  1 file changed, 15 insertions(+), 3 deletions(-)
132319
132320 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
132321 Author: Behdad Esfahbod <behdad@behdad.org>
132322 Date:   Wed Aug 1 00:21:09 2012 -0400
132323
132324     [hb-old] Adjust mark positioning parameters
132325     
132326     Fallback mark positioning works now...  With hb-ft and hb-view /
132327     hb-shape at least.
132328
132329  src/hb-old.cc                  | 10 +++++-----
132330  src/hb-old/harfbuzz-shaper.cpp |  1 +
132331  2 files changed, 6 insertions(+), 5 deletions(-)
132332
132333 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
132334 Author: Behdad Esfahbod <behdad@behdad.org>
132335 Date:   Wed Aug 1 00:03:41 2012 -0400
132336
132337     [old] Implement fontMetrics
132338
132339  src/hb-old.cc | 11 ++++++++++-
132340  1 file changed, 10 insertions(+), 1 deletion(-)
132341
132342 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
132343 Author: Behdad Esfahbod <behdad@behdad.org>
132344 Date:   Tue Jul 31 23:41:06 2012 -0400
132345
132346     [GPOS] Adjust mark advance-width zeroing logic
132347     
132348     If there is no GPOS, zero mark advances.
132349     
132350     If there *is* GPOS and the shaper requests so, zero mark advances for
132351     attached marks.
132352     
132353     Fixes regression with Tibetan, where the font has GPOS, and marks a
132354     glyph as mark where it shouldn't get zero advance.
132355
132356  src/hb-ot-layout-gpos-table.hh     | 14 ++++++++------
132357  src/hb-ot-layout.cc                |  4 ++--
132358  src/hb-ot-layout.h                 |  3 ++-
132359  src/hb-ot-shape-complex-arabic.cc  |  2 +-
132360  src/hb-ot-shape-complex-indic.cc   |  2 +-
132361  src/hb-ot-shape-complex-misc.cc    |  4 ++--
132362  src/hb-ot-shape-complex-private.hh |  2 +-
132363  src/hb-ot-shape.cc                 |  6 ++----
132364  8 files changed, 19 insertions(+), 18 deletions(-)
132365
132366 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
132367 Author: Behdad Esfahbod <behdad@behdad.org>
132368 Date:   Tue Jul 31 23:10:11 2012 -0400
132369
132370     Remove some TODO items
132371
132372  TODO            | 27 ---------------------------
132373  src/hb-shape.cc |  2 ++
132374  2 files changed, 2 insertions(+), 27 deletions(-)
132375
132376 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
132377 Author: Behdad Esfahbod <behdad@behdad.org>
132378 Date:   Tue Jul 31 23:08:25 2012 -0400
132379
132380     [OT] Zero mark advances if the shaper desires so
132381     
132382     Enabled for all shapers except for Indic.
132383
132384  src/hb-ot-shape-complex-arabic.cc  |  1 +
132385  src/hb-ot-shape-complex-indic.cc   |  1 +
132386  src/hb-ot-shape-complex-misc.cc    |  2 ++
132387  src/hb-ot-shape-complex-private.hh |  2 ++
132388  src/hb-ot-shape.cc                 | 15 +++++++++++++++
132389  5 files changed, 21 insertions(+)
132390
132391 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
132392 Author: Behdad Esfahbod <behdad@behdad.org>
132393 Date:   Tue Jul 31 22:48:38 2012 -0400
132394
132395     [OT] Synthesize glyph classes
132396
132397  TODO               |  2 --
132398  src/hb-ot-shape.cc | 20 ++++++++++++++++++--
132399  2 files changed, 18 insertions(+), 4 deletions(-)
132400
132401 commit 03b09214c073ce37eeb8af5218942c85b2d393df
132402 Author: Behdad Esfahbod <behdad@behdad.org>
132403 Date:   Tue Jul 31 22:43:58 2012 -0400
132404
132405     [GSUB] Minor
132406
132407  src/hb-ot-layout-gsub-table.hh | 5 ++++-
132408  1 file changed, 4 insertions(+), 1 deletion(-)
132409
132410 commit f0fc1df8fc949739b68d55948741016081b69c3a
132411 Author: Behdad Esfahbod <behdad@behdad.org>
132412 Date:   Tue Jul 31 22:43:32 2012 -0400
132413
132414     [hb-old] Implement getGlyphMetrics()
132415     
132416     Still working on it.
132417
132418  src/hb-old.cc | 13 ++++++++++++-
132419  1 file changed, 12 insertions(+), 1 deletion(-)
132420
132421 commit 378d279bbf692195c4654e312dae854ab3be04cf
132422 Author: Behdad Esfahbod <behdad@behdad.org>
132423 Date:   Tue Jul 31 21:36:16 2012 -0400
132424
132425     Implement Unicode compatibility decompositions
132426     
132427     Based on patch from Philip Withnall.
132428     https://bugs.freedesktop.org/show_bug.cgi?id=41095
132429
132430  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
132431  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
132432  src/hb-ot-shape-normalize.cc | 53 +++++++++++++++++++++++++++++---------------
132433  src/hb-unicode-private.hh    |  1 +
132434  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
132435  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
132436  test/api/hb-test.h           |  1 +
132437  test/api/test-unicode.c      | 50 +++++++++++++++++++++++++++++++++++++++++
132438  8 files changed, 214 insertions(+), 21 deletions(-)
132439
132440 commit 321ec29cc270e7e66a529696b70b2caac553c95f
132441 Author: Behdad Esfahbod <behdad@behdad.org>
132442 Date:   Tue Jul 31 21:10:16 2012 -0400
132443
132444     Remove unused function
132445
132446  src/hb-ot-shape-complex-indic.cc | 7 -------
132447  1 file changed, 7 deletions(-)
132448
132449 commit 69cc492dc120847ed00cae65ec958593ebf550c5
132450 Author: Behdad Esfahbod <behdad@behdad.org>
132451 Date:   Tue Jul 31 14:51:36 2012 -0400
132452
132453     [buffer] Minor
132454
132455  src/hb-buffer-private.hh |  3 ++-
132456  src/hb-buffer.cc         | 24 ++++++++++++------------
132457  2 files changed, 14 insertions(+), 13 deletions(-)
132458
132459 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
132460 Author: Behdad Esfahbod <behdad@behdad.org>
132461 Date:   Mon Jul 30 21:08:51 2012 -0400
132462
132463     [OT] Streamline complex shaper enumeration
132464     
132465     Add a shaper class struct.
132466
132467  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
132468  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
132469  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
132470  src/hb-ot-shape-complex-private.hh   | 179 ++++++++++-------------------------
132471  src/hb-ot-shape-normalize-private.hh |   4 +-
132472  src/hb-ot-shape-private.hh           |   2 +-
132473  src/hb-ot-shape.cc                   |  16 ++--
132474  7 files changed, 143 insertions(+), 209 deletions(-)
132475
132476 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
132477 Author: Behdad Esfahbod <behdad@behdad.org>
132478 Date:   Mon Jul 30 19:54:50 2012 -0400
132479
132480     Minor
132481
132482  src/hb-ot-layout-gpos-table.hh       | 2 +-
132483  src/hb-ot-layout-gsub-table.hh       | 4 ++--
132484  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
132485  src/hb-ot-layout-private.hh          | 4 ++--
132486  4 files changed, 9 insertions(+), 9 deletions(-)
132487
132488 commit 03f67bc012f42131b36083a23efc78e1b04b828c
132489 Author: Behdad Esfahbod <behdad@behdad.org>
132490 Date:   Mon Jul 30 19:47:53 2012 -0400
132491
132492     More refactoring glyph class access
132493
132494  src/hb-ot-layout-gpos-table.hh       |   2 +-
132495  src/hb-ot-layout-gsub-table.hh       |   2 +-
132496  src/hb-ot-layout-gsubgpos-private.hh | 154 +++++++++++++++++------------------
132497  3 files changed, 76 insertions(+), 82 deletions(-)
132498
132499 commit 300c7307eb7943ba7416b672345506be1e27c6ba
132500 Author: Behdad Esfahbod <behdad@behdad.org>
132501 Date:   Mon Jul 30 19:37:44 2012 -0400
132502
132503     [OT] Don't crash if no GDEF available
132504
132505  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
132506  1 file changed, 5 insertions(+), 3 deletions(-)
132507
132508 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
132509 Author: Behdad Esfahbod <behdad@behdad.org>
132510 Date:   Mon Jul 30 19:31:17 2012 -0400
132511
132512     Minor
132513
132514  src/hb-ot-layout.cc | 15 +++++----------
132515  1 file changed, 5 insertions(+), 10 deletions(-)
132516
132517 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
132518 Author: Behdad Esfahbod <behdad@behdad.org>
132519 Date:   Mon Jul 30 19:30:01 2012 -0400
132520
132521     [GSUB/GPOS] Move glyph props matching around
132522
132523  src/hb-ot-layout-gpos-table.hh       |  11 ++--
132524  src/hb-ot-layout-gsub-table.hh       |  18 +++---
132525  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++++++++++++++++++----
132526  src/hb-ot-layout-private.hh          |  12 ----
132527  src/hb-ot-layout.cc                  | 104 +++--------------------------------
132528  src/hb-ot-layout.h                   |  12 ++--
132529  src/hb-ot-shape.cc                   |  10 ++--
132530  7 files changed, 127 insertions(+), 139 deletions(-)
132531
132532 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
132533 Author: Behdad Esfahbod <behdad@behdad.org>
132534 Date:   Mon Jul 30 18:46:41 2012 -0400
132535
132536     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
132537
132538  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
132539  1 file changed, 4 insertions(+), 1 deletion(-)
132540
132541 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
132542 Author: Behdad Esfahbod <behdad@behdad.org>
132543 Date:   Mon Jul 30 18:40:27 2012 -0400
132544
132545     Minor
132546
132547  src/hb-ot-layout.cc | 29 +++++------------------------
132548  1 file changed, 5 insertions(+), 24 deletions(-)
132549
132550 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
132551 Author: Behdad Esfahbod <behdad@behdad.org>
132552 Date:   Mon Jul 30 18:36:42 2012 -0400
132553
132554     [GSUB] Minor
132555
132556  src/hb-ot-layout-gsub-table.hh       | 2 +-
132557  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
132558  2 files changed, 7 insertions(+), 1 deletion(-)
132559
132560 commit 713914d3203109a8e9213f5a1d3b384730703ce9
132561 Author: Behdad Esfahbod <behdad@behdad.org>
132562 Date:   Mon Jul 30 17:54:38 2012 -0400
132563
132564     [Uniscribe] Clean up a bit
132565
132566  src/hb-uniscribe.cc | 17 +++++------------
132567  1 file changed, 5 insertions(+), 12 deletions(-)
132568
132569 commit 301168dae77a63ee25adfb26ce2b54a708f83791
132570 Author: Behdad Esfahbod <behdad@behdad.org>
132571 Date:   Mon Jul 30 17:48:04 2012 -0400
132572
132573     [CoreText] Port to shape_plan infrastructure
132574
132575  src/hb-coretext.cc | 161 ++++++++++++++++++++++++++---------------------------
132576  1 file changed, 80 insertions(+), 81 deletions(-)
132577
132578 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
132579 Author: Behdad Esfahbod <behdad@behdad.org>
132580 Date:   Mon Jul 30 17:22:17 2012 -0400
132581
132582     Fix build on Mac
132583
132584  src/hb-ot-layout-gsub-table.hh | 4 ++--
132585  1 file changed, 2 insertions(+), 2 deletions(-)
132586
132587 commit 7e34601dededd521bcef15111e39293df3d0d13d
132588 Author: Behdad Esfahbod <behdad@behdad.org>
132589 Date:   Mon Jul 30 14:53:41 2012 -0400
132590
132591     Unbreak Hangul jamo composition
132592     
132593     When we removed the separate Hangul shaper, the specific normalization
132594     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
132595     copied from Hangul, so had the fully-composed normalization behavior,
132596     which was unnecessary.  So, fix that too.
132597
132598  src/hb-ot-shape-complex-arabic.cc  |  2 +-
132599  src/hb-ot-shape-complex-indic.cc   |  4 +---
132600  src/hb-ot-shape-complex-misc.cc    | 12 +++++++++---
132601  src/hb-ot-shape-complex-private.hh |  9 ++++-----
132602  src/hb-ot-shape.cc                 |  4 +++-
132603  5 files changed, 18 insertions(+), 13 deletions(-)
132604
132605 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
132606 Author: Behdad Esfahbod <behdad@behdad.org>
132607 Date:   Mon Jul 30 13:54:46 2012 -0400
132608
132609     [Indic] Recategorize Telugu length marks
132610     
132611     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
132612
132613  src/hb-unicode.cc |  8 ++++++++
132614  src/indic.cc      | 11 ++++++++---
132615  2 files changed, 16 insertions(+), 3 deletions(-)
132616
132617 commit 70b3dc327232b20051b36397aa2b196ab8c62397
132618 Author: Behdad Esfahbod <behdad@behdad.org>
132619 Date:   Mon Jul 30 12:40:18 2012 -0400
132620
132621     Add Hebrew test
132622
132623  .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt       | 1 +
132624  1 file changed, 1 insertion(+)
132625
132626 commit f2377155e35c15919af4d7db21b6edc6783146b6
132627 Author: Behdad Esfahbod <behdad@behdad.org>
132628 Date:   Mon Jul 30 10:50:57 2012 -0400
132629
132630     [hb-old] Fix misc leaks
132631     
132632     Backport (forward-port?!) from upstream:
132633     
132634     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
132635     Author: Behdad Esfahbod <behdad@behdad.org>
132636     Date:   Mon Jul 30 10:50:22 2012 -0400
132637     
132638         Fix misc leaks
132639     
132640         https://bugs.freedesktop.org/show_bug.cgi?id=31992
132641         https://bugs.freedesktop.org/show_bug.cgi?id=31993
132642         https://bugs.freedesktop.org/show_bug.cgi?id=31994
132643         https://bugs.freedesktop.org/show_bug.cgi?id=31995
132644
132645  src/hb-old/harfbuzz-arabic.c  | 12 +++++++++---
132646  src/hb-old/harfbuzz-gpos.c    |  6 +++---
132647  src/hb-old/harfbuzz-gsub.c    |  6 +++---
132648  src/hb-old/harfbuzz-tibetan.c |  1 +
132649  4 files changed, 16 insertions(+), 9 deletions(-)
132650
132651 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
132652 Author: Behdad Esfahbod <behdad@behdad.org>
132653 Date:   Mon Jul 30 10:06:42 2012 -0400
132654
132655     Don't lock user_data set during destruction if empty
132656
132657  src/hb-private.hh | 5 +++++
132658  1 file changed, 5 insertions(+)
132659
132660 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
132661 Author: Behdad Esfahbod <behdad@behdad.org>
132662 Date:   Mon Jul 30 09:53:06 2012 -0400
132663
132664     Fix leak
132665
132666  src/hb-ot-shape.cc | 2 ++
132667  1 file changed, 2 insertions(+)
132668
132669 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
132670 Author: Behdad Esfahbod <behdad@behdad.org>
132671 Date:   Mon Jul 30 02:38:39 2012 -0400
132672
132673     [OT] Gain back some lost speed
132674
132675  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
132676  src/hb-ot-layout.cc                | 63 ++++++++++++++++++++++++++++++++++----
132677  src/hb-ot-map-private.hh           | 26 +++-------------
132678  src/hb-ot-map.cc                   | 35 +++++++++++++++------
132679  src/hb-ot-shape-complex-indic.cc   |  2 +-
132680  src/hb-ot-shape-complex-private.hh |  5 ---
132681  6 files changed, 114 insertions(+), 44 deletions(-)
132682
132683 commit 11f4c87d01924cac43bf40044f67838440e19e42
132684 Author: Behdad Esfahbod <behdad@behdad.org>
132685 Date:   Mon Jul 30 02:36:46 2012 -0400
132686
132687     [OT] Remove hb_ot_layout_ensure()
132688     
132689     I didn't like it from the beginning.
132690
132691  src/hb-ot-layout.cc | 9 +++++----
132692  src/hb-ot-layout.h  | 5 -----
132693  2 files changed, 5 insertions(+), 9 deletions(-)
132694
132695 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
132696 Author: Behdad Esfahbod <behdad@behdad.org>
132697 Date:   Mon Jul 30 02:35:07 2012 -0400
132698
132699     Minor
132700
132701  src/hb-ot-layout-private.hh | 2 --
132702  src/hb-ot-layout.cc         | 1 -
132703  2 files changed, 3 deletions(-)
132704
132705 commit a973b5ce86051e8ef0d20df362db1a50488842ab
132706 Author: Behdad Esfahbod <behdad@behdad.org>
132707 Date:   Mon Jul 30 01:46:34 2012 -0400
132708
132709     [GSUB] Further adjustments to mark-attachment vs ligation interaction
132710     
132711     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada badly,
132712     since it was ligating consonants, pushing matra out, and then ligating
132713     with the matra.  Adjust for that.  See comments.
132714
132715  src/hb-ot-layout-gsub-table.hh                                | 11 ++++++++---
132716  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
132717  2 files changed, 9 insertions(+), 3 deletions(-)
132718
132719 commit 0aef425e25e2c58445157057f17ef18f695c5240
132720 Author: Behdad Esfahbod <behdad@behdad.org>
132721 Date:   Mon Jul 30 00:55:15 2012 -0400
132722
132723     [GSUB] Minor
132724
132725  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
132726  1 file changed, 6 insertions(+), 9 deletions(-)
132727
132728 commit d1d69ec52e75a78575b620a1c456d528b6078170
132729 Author: Behdad Esfahbod <behdad@behdad.org>
132730 Date:   Mon Jul 30 00:51:47 2012 -0400
132731
132732     [GSUB] Don't ligate glyphs attached to different components of ligatures
132733     
132734     This concludes the mark-attachment vs ligating interaction fixes (for now).
132735
132736  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
132737  1 file changed, 24 insertions(+)
132738
132739 commit 4751dec8be05883483fd5f6b474ebd22583ae566
132740 Author: Behdad Esfahbod <behdad@behdad.org>
132741 Date:   Mon Jul 30 00:42:07 2012 -0400
132742
132743     Minor
132744
132745  src/hb-ot-layout-private.hh | 20 ++++++++++----------
132746  1 file changed, 10 insertions(+), 10 deletions(-)
132747
132748 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
132749 Author: Behdad Esfahbod <behdad@behdad.org>
132750 Date:   Mon Jul 30 00:39:00 2012 -0400
132751
132752     Minor
132753
132754  src/hb-ot-layout-gsub-table.hh | 2 +-
132755  1 file changed, 1 insertion(+), 1 deletion(-)
132756
132757 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
132758 Author: Behdad Esfahbod <behdad@behdad.org>
132759 Date:   Mon Jul 30 00:00:59 2012 -0400
132760
132761     [GSUB] Fix mark component stuff when ligatures form ligatures!
132762     
132763     See comments.
132764     
132765     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
132766
132767  src/hb-ot-layout-gsub-table.hh       | 117 +++++++++++++++++++++++------------
132768  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
132769  src/hb-ot-layout-private.hh          |   8 +--
132770  3 files changed, 79 insertions(+), 54 deletions(-)
132771
132772 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
132773 Author: Behdad Esfahbod <behdad@behdad.org>
132774 Date:   Sun Jul 29 22:02:24 2012 -0400
132775
132776     [GSUB/GPOS] Minor
132777     
132778     Start squeezing more out of lig_id/lig_comp.
132779
132780  src/hb-ot-layout-gsub-table.hh |  6 +++---
132781  src/hb-ot-layout-private.hh    | 35 +++++++++++++++++++++++++++++++----
132782  2 files changed, 34 insertions(+), 7 deletions(-)
132783
132784 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
132785 Author: Behdad Esfahbod <behdad@behdad.org>
132786 Date:   Sun Jul 29 21:35:22 2012 -0400
132787
132788     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
132789
132790  src/hb-shape-plan.cc | 2 +-
132791  1 file changed, 1 insertion(+), 1 deletion(-)
132792
132793 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
132794 Author: Behdad Esfahbod <behdad@behdad.org>
132795 Date:   Sun Jul 29 20:37:38 2012 -0400
132796
132797     [GSUB] Don't set new lig_id on mark ligatures
132798     
132799     If two marks form a ligature, retain their previous lig_id, such that
132800     the mark ligature can attach to ligature components...
132801     
132802     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
132803     
132804     In fact, I noticed that we should not let ligatures form between glyphs
132805     coming from different components of a previous ligature.  For example,
132806     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
132807     ligature, putting SHADDA and FATHA next to eachother.  However, it would
132808     be wrong to ligate them.  Uniscribe has this bug also.
132809
132810  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
132811  1 file changed, 14 insertions(+), 4 deletions(-)
132812
132813 commit 97a201becf936f62046914b568e5763e27ee936e
132814 Author: Behdad Esfahbod <behdad@behdad.org>
132815 Date:   Sun Jul 29 20:31:36 2012 -0400
132816
132817     Add Arabic tests for mark ligature component attachments
132818
132819  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
132820  .../misc/diacritics/ligature-components.txt            | 18 ++++++++++++++++++
132821  2 files changed, 19 insertions(+)
132822
132823 commit a15b70a81a609f024083cb04f9819483f4d5cab7
132824 Author: Behdad Esfahbod <behdad@behdad.org>
132825 Date:   Sun Jul 29 20:09:22 2012 -0400
132826
132827     [hb-old] Fix cluster formation in RTL
132828     
132829     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
132830     does not need to duplicated for RTL.
132831
132832  src/hb-old.cc | 12 +++---------
132833  1 file changed, 3 insertions(+), 9 deletions(-)
132834
132835 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
132836 Author: Behdad Esfahbod <behdad@behdad.org>
132837 Date:   Sun Jul 29 19:56:54 2012 -0400
132838
132839     [Minor]
132840
132841  src/test.cc | 2 +-
132842  1 file changed, 1 insertion(+), 1 deletion(-)
132843
132844 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
132845 Author: Behdad Esfahbod <behdad@behdad.org>
132846 Date:   Sun Jul 29 17:34:14 2012 -0400
132847
132848     Minor
132849
132850  src/hb-shape-plan.cc         | 2 +-
132851  src/test-would-substitute.cc | 2 +-
132852  2 files changed, 2 insertions(+), 2 deletions(-)
132853
132854 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
132855 Author: Behdad Esfahbod <behdad@behdad.org>
132856 Date:   Sat Jul 28 21:16:08 2012 -0400
132857
132858     [Uniscribe] Remove hb_uniscribe_font_ensure()
132859     
132860     Wasn't a huge fan of putting the burden on the user.  Just remove it and
132861     do what we've got to do transparently.
132862
132863  src/hb-uniscribe.cc | 6 +++++-
132864  src/hb-uniscribe.h  | 4 ----
132865  2 files changed, 5 insertions(+), 5 deletions(-)
132866
132867 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
132868 Author: Behdad Esfahbod <behdad@behdad.org>
132869 Date:   Sat Jul 28 21:05:25 2012 -0400
132870
132871     [GPOS] Fix mark-to-mark positioning when one of the marks is a ligature
132872     
132873     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke MarkMarkPos
132874     when one of the marks itself is a ligature.  That regressed 26 Tibetan
132875     tests (up from zero!).  Fix that.  Tibetan back to zero.
132876
132877  src/hb-ot-layout-gpos-table.hh                     | 27 ++++++++++++++++------
132878  src/hb-ot-layout-private.hh                        |  5 ++--
132879  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
132880  .../indic/script-sinhala/misc/MANIFEST             |  1 +
132881  .../in-tree/shaper-indic/south-asian/MANIFEST      |  1 +
132882  .../south-asian/script-tibetan/MANIFEST            |  1 +
132883  .../south-asian/script-tibetan/misc/MANIFEST       |  1 +
132884  .../south-asian/script-tibetan/misc/misc.txt       |  1 +
132885  8 files changed, 29 insertions(+), 9 deletions(-)
132886
132887 commit 338fe662b50f9309bf0050dd99becb644874195b
132888 Author: Behdad Esfahbod <behdad@behdad.org>
132889 Date:   Sat Jul 28 18:53:01 2012 -0400
132890
132891     [GSUB] Minor
132892
132893  src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
132894  1 file changed, 16 insertions(+), 17 deletions(-)
132895
132896 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
132897 Author: Behdad Esfahbod <behdad@behdad.org>
132898 Date:   Sat Jul 28 18:34:58 2012 -0400
132899
132900     [GSUB] Simplify would-apply
132901
132902  src/hb-ot-layout-gsub-table.hh       | 71 +++---------------------------------
132903  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
132904  2 files changed, 11 insertions(+), 84 deletions(-)
132905
132906 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
132907 Author: Behdad Esfahbod <behdad@behdad.org>
132908 Date:   Sat Jul 28 18:03:20 2012 -0400
132909
132910     Minor
132911
132912  src/hb-ot-layout-common-private.hh | 7 +++----
132913  src/hb-ot-layout-gpos-table.hh     | 2 +-
132914  src/hb-ot-layout-gsub-table.hh     | 2 +-
132915  3 files changed, 5 insertions(+), 6 deletions(-)
132916
132917 commit 0b99429ead05ae32b3c210cb499af401b02770a9
132918 Author: Behdad Esfahbod <behdad@behdad.org>
132919 Date:   Sat Jul 28 17:31:01 2012 -0400
132920
132921     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
132922     
132923     And use it to speed up the hotspot by checking coverage directly in
132924     the main loop, not 10 functions deep in.
132925     
132926     Gives me a solid 20% boost with Indic test suite.  Less so for less
132927     lookup-intensive scenarios.
132928     
132929     Remove the "fast_path" hack from before.
132930
132931  src/hb-ot-layout-gpos-table.hh       | 179 ++++++++++++++++++++++++++++++-----
132932  src/hb-ot-layout-gsub-table.hh       | 166 ++++++++++++++++++++++++++------
132933  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
132934  3 files changed, 321 insertions(+), 50 deletions(-)
132935
132936 commit 30ec9002d84e8b49290e782e6192069821ffa942
132937 Author: Behdad Esfahbod <behdad@behdad.org>
132938 Date:   Sat Jul 28 17:25:20 2012 -0400
132939
132940     Reject lookups with no subTable
132941
132942  src/hb-ot-layout-common-private.hh | 1 +
132943  1 file changed, 1 insertion(+)
132944
132945 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
132946 Author: Behdad Esfahbod <behdad@behdad.org>
132947 Date:   Sat Jul 28 17:01:59 2012 -0400
132948
132949     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
132950
132951  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
132952  1 file changed, 2 insertions(+)
132953
132954 commit 2f87cebe1062c7007021ebd05c1664e60da80825
132955 Author: Behdad Esfahbod <behdad@behdad.org>
132956 Date:   Fri Jul 27 04:02:38 2012 -0400
132957
132958     Implement shape_plan caching
132959     
132960     Should give us some performance boost.
132961
132962  TODO                     |   4 ++
132963  src/hb-buffer-private.hh |  30 ++++++++++++++
132964  src/hb-font-private.hh   |   6 +++
132965  src/hb-font.cc           |  15 ++++++-
132966  src/hb-shape-plan.cc     | 100 +++++++++++++++++++++++++++++++++++++++++++++++
132967  src/hb-shape-plan.h      |   7 ++++
132968  src/hb-shape.cc          |   2 +-
132969  7 files changed, 162 insertions(+), 2 deletions(-)
132970
132971 commit e9eb9503e97044222f843daacfa47e26e51312b7
132972 Author: Behdad Esfahbod <behdad@behdad.org>
132973 Date:   Fri Jul 27 03:16:22 2012 -0400
132974
132975     Add default_shaper_list to shape_plan
132976
132977  src/hb-shape-plan-private.hh | 1 +
132978  src/hb-shape-plan.cc         | 2 ++
132979  2 files changed, 3 insertions(+)
132980
132981 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
132982 Author: Behdad Esfahbod <behdad@behdad.org>
132983 Date:   Fri Jul 27 03:12:23 2012 -0400
132984
132985     Don't fail choosing shaper on planning failure
132986     
132987     Shapers have a chance to reject a font in face shaper_data creation.
132988     No need to allow failing during planning.
132989
132990  src/hb-shape-plan.cc | 17 ++++++-----------
132991  1 file changed, 6 insertions(+), 11 deletions(-)
132992
132993 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
132994 Author: Behdad Esfahbod <behdad@behdad.org>
132995 Date:   Fri Jul 27 03:06:30 2012 -0400
132996
132997     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
132998
132999  src/hb-ot-layout.cc      |  7 +++++++
133000  src/hb-ot-layout.h       |  6 ++++++
133001  src/hb-shape-plan.cc     | 22 ++--------------------
133002  src/hb-shaper-private.hh | 18 ++++++++++++++++++
133003  src/hb-uniscribe.cc      | 11 +++++++++++
133004  src/hb-uniscribe.h       |  4 ++++
133005  6 files changed, 48 insertions(+), 20 deletions(-)
133006
133007 commit c5b668fb9239c912d2448280a7176e331ebc9181
133008 Author: Behdad Esfahbod <behdad@behdad.org>
133009 Date:   Fri Jul 27 02:49:39 2012 -0400
133010
133011     Choose one shaper per plan
133012
133013  src/hb-shape-plan-private.hh |  2 +-
133014  src/hb-shape-plan.cc         | 19 +++++++++----------
133015  2 files changed, 10 insertions(+), 11 deletions(-)
133016
133017 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
133018 Author: Behdad Esfahbod <behdad@behdad.org>
133019 Date:   Fri Jul 27 02:29:32 2012 -0400
133020
133021     Move ot shaper completely to shape_plan
133022
133023  src/hb-ot-shape-private.hh |   6 --
133024  src/hb-ot-shape.cc         | 181 +++++++++++++++++++++------------------------
133025  src/hb-uniscribe.cc        |   2 +-
133026  3 files changed, 84 insertions(+), 105 deletions(-)
133027
133028 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
133029 Author: Behdad Esfahbod <behdad@behdad.org>
133030 Date:   Fri Jul 27 02:12:28 2012 -0400
133031
133032     Partially switch ot shaper to shape_plan
133033
133034  src/hb-buffer-private.hh       |  1 +
133035  src/hb-buffer.cc               |  1 -
133036  src/hb-font-private.hh         |  2 --
133037  src/hb-font.cc                 | 22 ++++++++++++++--------
133038  src/hb-ot-layout-gpos-table.hh |  2 +-
133039  src/hb-ot-layout-gsub-table.hh |  4 ++--
133040  src/hb-ot-layout-private.hh    |  1 +
133041  src/hb-ot-layout.cc            |  9 ++++++---
133042  src/hb-ot-shape.cc             |  3 ++-
133043  src/hb-shape-plan.cc           | 11 +++++++++++
133044  src/hb-shaper-private.hh       |  3 ++-
133045  11 files changed, 40 insertions(+), 19 deletions(-)
133046
133047 commit b6b7ba1313bf686e6ed567183466104c90504a67
133048 Author: Behdad Esfahbod <behdad@behdad.org>
133049 Date:   Fri Jul 27 01:26:11 2012 -0400
133050
133051     Switch old and uniscribe backends to shape_plan
133052
133053  src/hb-old.cc                 |  80 ++------------------------
133054  src/hb-shape.cc               |   5 ++
133055  src/hb-shaper-impl-private.hh |   3 +-
133056  src/hb-shaper-private.hh      |   4 --
133057  src/hb-uniscribe.cc           | 130 ++++++++++++------------------------------
133058  5 files changed, 48 insertions(+), 174 deletions(-)
133059
133060 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
133061 Author: Behdad Esfahbod <behdad@behdad.org>
133062 Date:   Fri Jul 27 01:13:53 2012 -0400
133063
133064     Switch to shape_plan
133065     
133066     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
133067
133068  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
133069  src/hb-shape-plan.h  |  8 ++++++++
133070  src/hb-shape.cc      | 27 ++++-----------------------
133071  3 files changed, 47 insertions(+), 25 deletions(-)
133072
133073 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
133074 Author: Behdad Esfahbod <behdad@behdad.org>
133075 Date:   Thu Jul 26 23:46:53 2012 -0400
133076
133077     Start implementing shape_plan
133078
133079  src/hb-fallback-shape.cc     |  4 ++-
133080  src/hb-font-private.hh       |  4 +++
133081  src/hb-old.cc                |  4 ++-
133082  src/hb-ot-shape.cc           |  4 ++-
133083  src/hb-shape-plan-private.hh |  7 ++++
133084  src/hb-shape-plan.cc         | 76 ++++++++++++++++++++++++++++++++++++++++++--
133085  src/hb-shape.cc              |  4 +++
133086  src/hb-shaper-private.hh     |  4 +--
133087  src/hb-uniscribe.cc          |  4 ++-
133088  9 files changed, 103 insertions(+), 8 deletions(-)
133089
133090 commit bd26b4d21f59312805d294f46f15182adbcc47da
133091 Author: Behdad Esfahbod <behdad@behdad.org>
133092 Date:   Thu Jul 26 22:05:39 2012 -0400
133093
133094     Minor
133095
133096  src/Makefile.am              |   1 +
133097  src/hb-fallback-shape.cc     |   3 +-
133098  src/hb-old.cc                |   3 +-
133099  src/hb-ot-shape.cc           |   3 +-
133100  src/hb-shape-plan-private.hh |   2 +-
133101  src/hb-shape-plan.cc         |   2 +
133102  src/hb-shape.cc              |  98 ++++----------------------------------
133103  src/hb-shaper-private.hh     |  16 ++++++-
133104  src/hb-shaper.cc             | 109 +++++++++++++++++++++++++++++++++++++++++++
133105  src/hb-uniscribe.cc          |   3 +-
133106  10 files changed, 145 insertions(+), 95 deletions(-)
133107
133108 commit 027857d0412477fb4427dcb8a8c45287c272e143
133109 Author: Behdad Esfahbod <behdad@behdad.org>
133110 Date:   Thu Jul 26 17:34:25 2012 -0400
133111
133112     Start adding a unified shaper access infrastructure
133113     
133114     Add global shape_plan.  Unused so far.
133115
133116  src/Makefile.am                                    |  15 +-
133117  src/hb-coretext-private.hh                         |  42 -----
133118  src/hb-coretext.cc                                 |   6 +-
133119  src/hb-fallback-shape.cc                           |  62 ++++++-
133120  src/hb-font-private.hh                             |  12 ++
133121  src/hb-font.cc                                     |  15 +-
133122  src/hb-old.cc                                      | 109 +++++++++---
133123  src/hb-ot-shape-private.hh                         |   8 -
133124  src/hb-ot-shape.cc                                 |  60 ++++++-
133125  ...aphite2-private.hh => hb-shape-plan-private.hh} |  28 +++-
133126  src/hb-shape-plan.cc                               |  85 ++++++++++
133127  ...b-fallback-shape-private.hh => hb-shape-plan.h} |  39 +++--
133128  src/hb-shape.cc                                    |  48 +-----
133129  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
133130  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
133131  src/hb-shaper-private.hh                           |  81 +++++++++
133132  src/hb-uniscribe.cc                                | 186 +++++++++++++--------
133133  17 files changed, 608 insertions(+), 238 deletions(-)
133134
133135 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
133136 Author: Behdad Esfahbod <behdad@behdad.org>
133137 Date:   Thu Jul 26 16:06:16 2012 -0400
133138
133139     Fix visibility warnings with MinGW32
133140
133141  src/hb-old/harfbuzz-global.h | 17 +++++++++++------
133142  src/hb-old/harfbuzz-impl.h   |  6 +++++-
133143  2 files changed, 16 insertions(+), 7 deletions(-)
133144
133145 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
133146 Author: Jonathan Kew <jfkthame@gmail.com>
133147 Date:   Thu Jul 26 15:58:45 2012 -0400
133148
133149     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
133150     
133151     Does not provide Uniscribe-compatible results, but should at least avoid
133152     breaking hb-view due to out-of-order cluster values.
133153     
133154     For RTL runs, ensure cluster values are non-increasing (instead of
133155     non-decreasing).
133156
133157  src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
133158  1 file changed, 37 insertions(+)
133159
133160 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
133161 Author: Behdad Esfahbod <behdad@behdad.org>
133162 Date:   Thu Jul 26 12:01:12 2012 -0400
133163
133164     Minor
133165
133166  src/hb-coretext.cc | 4 ++--
133167  1 file changed, 2 insertions(+), 2 deletions(-)
133168
133169 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
133170 Author: Behdad Esfahbod <behdad@behdad.org>
133171 Date:   Wed Jul 25 19:30:15 2012 -0400
133172
133173     [hb-old] Fix Arabic cursive positioning
133174     
133175     Backporting from upstream:
133176     
133177     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
133178     Author: Behdad Esfahbod <behdad@behdad.org>
133179     Date:   Wed Jul 25 19:29:16 2012 -0400
133180     
133181         [arabic] Fix Arabic cursive positioning
133182     
133183         This was clearly broken in testing.  Who knows...  Fixes for me.
133184         Test with a Nastaleeq font, or with Arabic Typesetting.
133185     
133186         Backporting from Chromium.
133187
133188  src/hb-old/harfbuzz-shaper.cpp | 2 +-
133189  1 file changed, 1 insertion(+), 1 deletion(-)
133190
133191 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
133192 Author: Behdad Esfahbod <behdad@behdad.org>
133193 Date:   Wed Jul 25 19:22:57 2012 -0400
133194
133195     [hb-old] Fixup not-enough-space handling
133196
133197  src/hb-old.cc | 15 ++++++++-------
133198  1 file changed, 8 insertions(+), 7 deletions(-)
133199
133200 commit 91e721ea8693205f4f738bca97a5055ee75cf463
133201 Author: Behdad Esfahbod <behdad@behdad.org>
133202 Date:   Wed Jul 25 19:20:34 2012 -0400
133203
133204     [hb-old] Fix clusters
133205     
133206     Unlike its "documentation", hb-old's log_clusters are, well, indeed
133207     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
133208
133209  src/hb-old.cc                | 51 ++++++++++++++++++++++++++++++++++----------
133210  src/hb-old/harfbuzz-shaper.h |  1 +
133211  src/hb-uniscribe.cc          |  5 +++--
133212  3 files changed, 44 insertions(+), 13 deletions(-)
133213
133214 commit a3313e54008167e415b72c780ca7b9cda958d07e
133215 Author: Behdad Esfahbod <behdad@behdad.org>
133216 Date:   Wed Jul 25 18:37:51 2012 -0400
133217
133218     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
133219     
133220     This was broken as a result of 7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
133221     As Khaled reported, MarkMark positioning was broken with glyphs
133222     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
133223     in Amiri.
133224
133225  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
133226  src/hb-ot-layout-private.hh    | 23 +++++++++++++++++++++--
133227  2 files changed, 26 insertions(+), 7 deletions(-)
133228
133229 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
133230 Author: Behdad Esfahbod <behdad@behdad.org>
133231 Date:   Wed Jul 25 11:59:52 2012 -0400
133232
133233     Minor
133234
133235  src/hb-unicode-private.hh | 2 +-
133236  1 file changed, 1 insertion(+), 1 deletion(-)
133237
133238 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
133239 Author: Behdad Esfahbod <behdad@behdad.org>
133240 Date:   Tue Jul 24 21:05:12 2012 -0400
133241
133242     [hb-old] Add HarfBuzz.old shaper
133243     
133244     Choose using shaper name "old".
133245
133246  configure.ac           |   8 +
133247  src/Makefile.am        |  14 +-
133248  src/hb-old-private.hh  |  40 +++
133249  src/hb-old.cc          | 369 ++++++++++++++++++++++++
133250  src/hb-old/.gitignore  |   7 -
133251  src/hb-old/Makefile.am |   2 +
133252  src/hb-old/Makefile.in | 762 -------------------------------------------------
133253  src/hb-shape.cc        |   8 +-
133254  8 files changed, 436 insertions(+), 774 deletions(-)
133255
133256 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
133257 Author: Behdad Esfahbod <behdad@behdad.org>
133258 Date:   Tue Jul 24 19:53:55 2012 -0400
133259
133260     [hb-old] Define Unicode funcs in terms of new HarfBuzz
133261
133262  src/hb-old/Makefile.am         |   4 +
133263  src/hb-old/Makefile.in         | 182 ++++++++++++++++++++++++++++++++++++-----
133264  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
133265  3 files changed, 224 insertions(+), 62 deletions(-)
133266
133267 commit 4a31166b2853c1ec052844140e114158f47c2355
133268 Author: Behdad Esfahbod <behdad@behdad.org>
133269 Date:   Tue Jul 24 19:49:48 2012 -0400
133270
133271     [hb-old] Shovel out the line-breaking / word-segmentation stuff
133272
133273  src/hb-old/Makefile.am               |  10 +-
133274  src/hb-old/Makefile.in               |  13 +-
133275  src/hb-old/harfbuzz-external.h       |  66 ------
133276  src/hb-old/harfbuzz-indic.cpp        |  26 ---
133277  src/hb-old/harfbuzz-khmer.c          |  25 ---
133278  src/hb-old/harfbuzz-myanmar.c        |  28 ---
133279  src/hb-old/harfbuzz-shaper-private.h |  12 --
133280  src/hb-old/harfbuzz-shaper.cpp       | 403 +++--------------------------------
133281  src/hb-old/harfbuzz-shaper.h         |  31 ---
133282  src/hb-old/harfbuzz-thai.c           | 111 ----------
133283  src/hb-old/harfbuzz-tibetan.c        |  26 ---
133284  src/hb-old/harfbuzz.c                |  32 ---
133285  12 files changed, 33 insertions(+), 750 deletions(-)
133286
133287 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
133288 Author: Behdad Esfahbod <behdad@behdad.org>
133289 Date:   Tue Jul 24 19:38:24 2012 -0400
133290
133291     [hb-old] Add visibility attributes
133292
133293  src/hb-old/harfbuzz-global.h | 10 ++++++----
133294  src/hb-old/harfbuzz-impl.h   |  2 +-
133295  2 files changed, 7 insertions(+), 5 deletions(-)
133296
133297 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
133298 Author: Behdad Esfahbod <behdad@behdad.org>
133299 Date:   Tue Jul 24 19:21:22 2012 -0400
133300
133301     [hb-old] Remove unused header file
133302
133303  src/hb-old/harfbuzz-shape.h | 199 --------------------------------------------
133304  1 file changed, 199 deletions(-)
133305
133306 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
133307 Author: Behdad Esfahbod <behdad@behdad.org>
133308 Date:   Tue Jul 24 19:20:19 2012 -0400
133309
133310     [hb-old] Rename hb_buffer_* to HB_Buffer_*
133311
133312  src/hb-old/harfbuzz-buffer.c   | 22 +++++++++++-----------
133313  src/hb-old/harfbuzz-buffer.h   |  8 ++++----
133314  src/hb-old/harfbuzz-shaper.cpp |  8 ++++----
133315  3 files changed, 19 insertions(+), 19 deletions(-)
133316
133317 commit 1512a7357513b72e2a07dda706a176bb23d694e9
133318 Author: Behdad Esfahbod <behdad@behdad.org>
133319 Date:   Tue Jul 24 19:16:56 2012 -0400
133320
133321     [hb-old] Start adding HarfBuzz-old as a new backend
133322
133323  configure.ac                         |    1 +
133324  src/Makefile.am                      |    5 +
133325  src/hb-old/.gitignore                |    7 +
133326  src/hb-old/COPYING                   |   24 +
133327  src/hb-old/Makefile.am               |   56 +
133328  src/hb-old/Makefile.in               |  631 ++++
133329  src/hb-old/README                    |    7 +
133330  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
133331  src/hb-old/harfbuzz-buffer-private.h |  107 +
133332  src/hb-old/harfbuzz-buffer.c         |  383 +++
133333  src/hb-old/harfbuzz-buffer.h         |  102 +
133334  src/hb-old/harfbuzz-external.h       |  151 +
133335  src/hb-old/harfbuzz-gdef-private.h   |  135 +
133336  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
133337  src/hb-old/harfbuzz-gdef.h           |  140 +
133338  src/hb-old/harfbuzz-global.h         |  118 +
133339  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
133340  src/hb-old/harfbuzz-gpos.c           | 6094 ++++++++++++++++++++++++++++++++++
133341  src/hb-old/harfbuzz-gpos.h           |  155 +
133342  src/hb-old/harfbuzz-greek.c          |  447 +++
133343  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
133344  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
133345  src/hb-old/harfbuzz-gsub.h           |  148 +
133346  src/hb-old/harfbuzz-hangul.c         |  268 ++
133347  src/hb-old/harfbuzz-hebrew.c         |  187 ++
133348  src/hb-old/harfbuzz-impl.c           |   84 +
133349  src/hb-old/harfbuzz-impl.h           |  131 +
133350  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
133351  src/hb-old/harfbuzz-khmer.c          |  667 ++++
133352  src/hb-old/harfbuzz-myanmar.c        |  539 +++
133353  src/hb-old/harfbuzz-open-private.h   |  102 +
133354  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
133355  src/hb-old/harfbuzz-open.h           |  288 ++
133356  src/hb-old/harfbuzz-shape.h          |  199 ++
133357  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
133358  src/hb-old/harfbuzz-shaper-private.h |  171 +
133359  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
133360  src/hb-old/harfbuzz-shaper.h         |  294 ++
133361  src/hb-old/harfbuzz-stream-private.h |   81 +
133362  src/hb-old/harfbuzz-stream.c         |  114 +
133363  src/hb-old/harfbuzz-stream.h         |   51 +
133364  src/hb-old/harfbuzz-thai.c           |  111 +
133365  src/hb-old/harfbuzz-tibetan.c        |  274 ++
133366  src/hb-old/harfbuzz.c                |   32 +
133367  src/hb-old/harfbuzz.h                |   38 +
133368  45 files changed, 24892 insertions(+)
133369
133370 commit 478fd0529b868b22905a9dedf331ac7cc9721723
133371 Author: Behdad Esfahbod <behdad@behdad.org>
133372 Date:   Tue Jul 24 17:09:01 2012 -0400
133373
133374     Minor
133375
133376  src/hb-unicode-private.hh | 27 ++++++++++++++-------------
133377  1 file changed, 14 insertions(+), 13 deletions(-)
133378
133379 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
133380 Author: Behdad Esfahbod <behdad@behdad.org>
133381 Date:   Tue Jul 24 17:03:55 2012 -0400
133382
133383     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
133384     
133385     Results match Uniscribe now.
133386
133387  src/hb-unicode-private.hh | 3 +++
133388  1 file changed, 3 insertions(+)
133389
133390 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
133391 Author: Jonathan Kew <jfkthame@gmail.com>
133392 Date:   Tue Jul 24 15:52:32 2012 -0400
133393
133394     [CoreText] Add basic Core Text backend for comparison with our native shaping
133395     
133396     Does not attempt to handle clusters in a Uniscribe- or HarfBuzz-compatible way;
133397     just returns the original string indexes that CT maintains. These may even be
133398     out-of-order in the case of reordrant glyphs.
133399
133400  configure.ac               |  12 ++
133401  src/Makefile.am            |   7 +
133402  src/hb-coretext-private.hh |  42 ++++++
133403  src/hb-coretext.cc         | 323 +++++++++++++++++++++++++++++++++++++++++++++
133404  src/hb-coretext.h          |  43 ++++++
133405  src/hb-shape.cc            |   6 +
133406  6 files changed, 433 insertions(+)
133407
133408 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
133409 Author: Behdad Esfahbod <behdad@behdad.org>
133410 Date:   Tue Jul 24 15:40:37 2012 -0400
133411
133412     Make data members of various OpenType structs protected instead of private
133413     
133414     Should fix warnings generated when building with -Wunused-private-field.
133415     Based on patch from Jonathan Kew.
133416
133417  src/hb-open-file-private.hh          |  8 +++---
133418  src/hb-ot-head-table.hh              |  2 +-
133419  src/hb-ot-hhea-table.hh              |  2 +-
133420  src/hb-ot-hmtx-table.hh              |  2 +-
133421  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
133422  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
133423  src/hb-ot-layout-gpos-table.hh       | 48 ++++++++++++++++++------------------
133424  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
133425  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
133426  src/hb-ot-maxp-table.hh              |  2 +-
133427  src/hb-ot-name-table.hh              |  2 +-
133428  11 files changed, 82 insertions(+), 80 deletions(-)
133429
133430 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
133431 Author: Behdad Esfahbod <behdad@behdad.org>
133432 Date:   Tue Jul 24 15:02:34 2012 -0400
133433
133434     Minor const correctness shuffling
133435
133436  src/hb-shape.cc | 6 +++---
133437  1 file changed, 3 insertions(+), 3 deletions(-)
133438
133439 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
133440 Author: Behdad Esfahbod <behdad@behdad.org>
133441 Date:   Tue Jul 24 13:48:49 2012 -0400
133442
133443     [Indic] Reposition Gurmukhi top matras to after post
133444     
133445     The font is forming a post-base consonant in some samples, and Uniscribe
133446     positions top matra on the post-base.  Do the same.
133447     
133448     Gurmukhi failures down from 59 to 41 (0.0674242%).
133449
133450  src/hb-ot-shape-complex-indic.cc                                        | 2 +-
133451  .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      | 1 +
133452  2 files changed, 2 insertions(+), 1 deletion(-)
133453
133454 commit c3f769ba09df319fa69d04f68c57444f95eceee6
133455 Author: Behdad Esfahbod <behdad@behdad.org>
133456 Date:   Tue Jul 24 13:26:32 2012 -0400
133457
133458     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
133459     
133460     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
133461     Most of Malayalam failures where actually hitting this bug.
133462     
133463     Ignore test output with two zero-width space glyphs.  This is a hack
133464     until we build up the test suite infrastructure better.
133465     
133466     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
133467     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
133468     
133469     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
133470     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
133471     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
133472     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
133473     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
133474     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
133475     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed (0.0292823%)
133476     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
133477     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
133478     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
133479     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
133480
133481  test/shaping/hb_test_tools.py                                           | 1 +
133482  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     | 2 ++
133483  2 files changed, 3 insertions(+)
133484
133485 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
133486 Author: Behdad Esfahbod <behdad@behdad.org>
133487 Date:   Tue Jul 24 03:36:47 2012 -0400
133488
133489     [Indic] Better position left-matra in Malayalam
133490     
133491     Just put it before base, which is what's expected.
133492     
133493     Malayalam failures down from 1559 to 1197 (0.114172%).
133494     
133495     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
133496     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
133497     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
133498     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
133499     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
133500     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
133501     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed (0.114172%)
133502     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
133503     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
133504     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
133505     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
133506
133507  src/hb-ot-shape-complex-indic.cc                   | 41 +++++++++++++++-------
133508  .../indic/script-malayalam/misc/misc.txt           |  1 +
133509  2 files changed, 29 insertions(+), 13 deletions(-)
133510
133511 commit 88f413b56f2858d149e2fc067685aeecaea779ca
133512 Author: Behdad Esfahbod <behdad@behdad.org>
133513 Date:   Tue Jul 24 03:04:36 2012 -0400
133514
133515     [Indic] Implement Reph+Ya-Phalaa interaction
133516     
133517     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded that to
133518     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H sequence
133519     requests subjoining, while a H,ZWJ requests Half form.  Implement that.
133520     
133521     Bengali failures go down from 377 to 297 (0.0838308%).
133522     Gujarati is down by 4 to 17 (0.0046384%).
133523     Kannada is down by 226 to 957 (0.100534%).
133524     
133525     Current status:
133526     
133527     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
133528     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
133529     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
133530     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
133531     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
133532     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
133533     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed (0.148701%)
133534     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
133535     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
133536     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
133537     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
133538
133539  src/hb-ot-shape-complex-indic.cc                               | 10 ++++++++--
133540  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
133541  2 files changed, 12 insertions(+), 2 deletions(-)
133542
133543 commit dff0ece11d61978c04e839501f179a5c3077f340
133544 Author: Behdad Esfahbod <behdad@behdad.org>
133545 Date:   Tue Jul 24 02:30:38 2012 -0400
133546
133547     [Indic] Limit matras to 4 per syllable
133548     
133549     Also limit joiners.
133550     
133551     This limits our syllable length to a constant, and is
133552     closer to what Uniscribe does anyway.
133553     
133554     Two Devanagari tests regressed, but who cares about tests with 20
133555     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
133556
133557  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
133558  1 file changed, 2 insertions(+), 2 deletions(-)
133559
133560 commit 330b329c8905a37ca88c556dea82c70d74c77458
133561 Author: Behdad Esfahbod <behdad@behdad.org>
133562 Date:   Tue Jul 24 02:25:26 2012 -0400
133563
133564     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
133565     
133566     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
133567
133568  src/hb-ot-shape-complex-indic.cc                                        | 2 ++
133569  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 1 +
133570  2 files changed, 3 insertions(+)
133571
133572 commit 6824a7194e01b77eddb95bd95a9b32e219140912
133573 Author: Behdad Esfahbod <behdad@behdad.org>
133574 Date:   Tue Jul 24 02:22:18 2012 -0400
133575
133576     [Indic] Recategorize Khmer various signs as top matras
133577     
133578     Khmer failures down from 39 to 31 (0.0103636%).
133579
133580  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
133581  1 file changed, 10 insertions(+), 13 deletions(-)
133582
133583 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
133584 Author: Behdad Esfahbod <behdad@behdad.org>
133585 Date:   Tue Jul 24 02:10:20 2012 -0400
133586
133587     [Indic] Reposition Khmer prebase-reordering Ra around split matras
133588     
133589     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes after a
133590     split matra, it should be reordered to *before* the left part of such matra.
133591     
133592     Khmer failures down from 136 to 39 (0.0130381%).
133593
133594  src/hb-ot-shape-complex-indic.cc                            | 13 +++++++++++++
133595  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
133596  2 files changed, 17 insertions(+)
133597
133598 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
133599 Author: Behdad Esfahbod <behdad@behdad.org>
133600 Date:   Tue Jul 24 01:44:47 2012 -0400
133601
133602     [Indic] Fix minor bug in pre-base Ra positioning
133603
133604  src/hb-ot-shape-complex-indic.cc | 4 ++--
133605  1 file changed, 2 insertions(+), 2 deletions(-)
133606
133607 commit 7573799126e812a047daa5f64121ec959866b3c8
133608 Author: Behdad Esfahbod <behdad@behdad.org>
133609 Date:   Tue Jul 24 01:32:07 2012 -0400
133610
133611     [Indic] Position Khmer U+17CE
133612     
133613     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
133614
133615  src/hb-ot-shape-complex-indic.cc                                    | 6 ++++++
133616  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
133617  2 files changed, 7 insertions(+)
133618
133619 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
133620 Author: Behdad Esfahbod <behdad@behdad.org>
133621 Date:   Tue Jul 24 01:04:18 2012 -0400
133622
133623     [Indic] Don't reposition Khmer Bindu
133624     
133625     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
133626     was.
133627     
133628     Brings down Khmer failures from 510 to 142 (0.047572%).
133629
133630  src/hb-ot-shape-complex-indic.cc | 2 ++
133631  1 file changed, 2 insertions(+)
133632
133633 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
133634 Author: Behdad Esfahbod <behdad@behdad.org>
133635 Date:   Tue Jul 24 00:26:43 2012 -0400
133636
133637     [Indic] In Sinhala, form forced Reph even if no other consonant found
133638     
133639     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
133640
133641  src/hb-ot-shape-complex-indic.cc                               | 10 +++++-----
133642  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
133643  2 files changed, 6 insertions(+), 5 deletions(-)
133644
133645 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
133646 Author: Behdad Esfahbod <behdad@behdad.org>
133647 Date:   Tue Jul 24 00:21:16 2012 -0400
133648
133649     [Indic] Further adjust base algorithm for Sinhala
133650     
133651     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
133652     it's C,ZWJ,V,C, the second one will be.
133653     
133654     Note that Uniscribe implements this differently, by breaking syllable in
133655     the case of C,ZWJ,V,C and putting the first consonant in one syllable
133656     and the rest in the next syllable.
133657     
133658     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
133659     Khmer.
133660
133661  src/hb-ot-shape-complex-indic.cc                              | 11 +++++++----
133662  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
133663  2 files changed, 10 insertions(+), 4 deletions(-)
133664
133665 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
133666 Author: Behdad Esfahbod <behdad@behdad.org>
133667 Date:   Tue Jul 24 00:09:12 2012 -0400
133668
133669     [Indic] End Vowel-based syllable at ZWJ
133670     
133671     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
133672     
133673     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
133674
133675  src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
133676  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       | 1 +
133677  2 files changed, 2 insertions(+), 1 deletion(-)
133678
133679 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
133680 Author: Behdad Esfahbod <behdad@behdad.org>
133681 Date:   Mon Jul 23 23:51:29 2012 -0400
133682
133683     [Indic] Improve Sinhala base algorithm and reph positioning
133684     
133685     Sinhala does not have half forms.  And most (all?) consonants can be
133686     base, except when preceded by ZWJ, which would request a subjoined form.
133687     Hence switch the base algorithm to categorize with Khmer, start search
133688     at start, and stop at a ZWJ.
133689     
133690     Also, mark all pos=base consonants after base to be subjoined.  Mark
133691     base itself to have pos=base.
133692     
133693     Finally, adjust Sinhala's reph position to after-main.
133694     
133695     Brings down Sinhala failures from 455 to 328 (0.120656%).
133696
133697  src/hb-ot-shape-complex-indic.cc                       | 18 +++++++++++++++++-
133698  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
133699  2 files changed, 18 insertions(+), 1 deletion(-)
133700
133701 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
133702 Author: Behdad Esfahbod <behdad@behdad.org>
133703 Date:   Mon Jul 23 23:49:04 2012 -0400
133704
133705     [Indic] Change "unknown" position to end of syllable
133706
133707  src/hb-ot-shape-complex-indic-private.hh | 2 +-
133708  1 file changed, 1 insertion(+), 1 deletion(-)
133709
133710 commit b70021f7c81a0ed08475b14b07291f662cd9f905
133711 Author: Behdad Esfahbod <behdad@behdad.org>
133712 Date:   Mon Jul 23 20:18:17 2012 -0400
133713
133714     When removing zero-width marks, don't remove ligatures
133715     
133716     If a mark ligated, it probably should NOT be removed.
133717
133718  src/hb-ot-shape.cc | 6 +++---
133719  1 file changed, 3 insertions(+), 3 deletions(-)
133720
133721 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
133722 Author: Behdad Esfahbod <behdad@behdad.org>
133723 Date:   Mon Jul 23 20:14:13 2012 -0400
133724
133725     Minor refactoring
133726
133727  src/hb-ot-layout-gsubgpos-private.hh | 32 --------------------------------
133728  src/hb-ot-layout-private.hh          | 35 +++++++++++++++++++++++++++++++++++
133729  src/hb-ot-shape-complex-indic.cc     |  2 +-
133730  3 files changed, 36 insertions(+), 33 deletions(-)
133731
133732 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
133733 Author: Behdad Esfahbod <behdad@behdad.org>
133734 Date:   Mon Jul 23 20:11:42 2012 -0400
133735
133736     [Indic] Improve check on ligatures
133737     
133738     Only skip actual ligatures, not marks in-between ligature components.
133739
133740  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
133741  src/hb-ot-shape-complex-indic.cc     | 2 +-
133742  2 files changed, 6 insertions(+), 1 deletion(-)
133743
133744 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
133745 Author: Behdad Esfahbod <behdad@behdad.org>
133746 Date:   Mon Jul 23 20:07:50 2012 -0400
133747
133748     [Indic] exclude ligatures when matching on Indic category
133749     
133750     If, say, a H,ZWJ,C ligature was formed, we don't want the code to detec
133751     that as a Halant.  So, ignore ligatures when matching category in
133752     final_reordering.
133753     
133754     Sinhala failures down from 514 to 455 (0.167374%).
133755
133756  src/hb-ot-shape-complex-indic.cc                   | 41 ++++++++++++----------
133757  .../indic/script-sinhala/misc/misc.txt             |  1 +
133758  2 files changed, 23 insertions(+), 19 deletions(-)
133759
133760 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
133761 Author: Behdad Esfahbod <behdad@behdad.org>
133762 Date:   Mon Jul 23 19:55:35 2012 -0400
133763
133764     [GSUB/GPOS] Const correctness
133765
133766  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
133767  1 file changed, 2 insertions(+), 2 deletions(-)
133768
133769 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
133770 Author: Behdad Esfahbod <behdad@behdad.org>
133771 Date:   Mon Jul 23 19:51:48 2012 -0400
133772
133773     [Indic] Minor refactoring
133774
133775  src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
133776  1 file changed, 8 insertions(+), 2 deletions(-)
133777
133778 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
133779 Author: Behdad Esfahbod <behdad@behdad.org>
133780 Date:   Mon Jul 23 18:25:02 2012 -0400
133781
133782     [Indic] Remove syllable length check before sorting
133783     
133784     We now limit syllable lengths in the machine.  No need to match here.
133785
133786  src/hb-ot-shape-complex-indic.cc | 2 --
133787  1 file changed, 2 deletions(-)
133788
133789 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
133790 Author: Behdad Esfahbod <behdad@behdad.org>
133791 Date:   Mon Jul 23 18:19:17 2012 -0400
133792
133793     [Indic] Limit syllables to at most five consonants
133794     
133795     Seems to be about what Uniscribe does.  Not exactly.  But close enough.
133796     More consonants will start a new cluster.
133797     
133798     A few scripts went way down in failures.  In particular:
133799     
133800       - Devanagari failures went down from 490 to 56.
133801       - Telugu went down from 113 to 49.
133802     
133803     Other scripts went down slightly or didn't change.  New numbers:
133804     
133805     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
133806     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
133807     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
133808     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
133809     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
133810     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
133811     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed (0.146411%)
133812     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
133813     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
133814     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
133815     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
133816     
133817     Some of the remaining Telugu and Devanagari issues seem to be Uniscribe
133818     eating Anusvara when placed before a non-joiner.  Ouch!
133819
133820  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
133821  1 file changed, 3 insertions(+), 3 deletions(-)
133822
133823 commit 093cd583263a5d427e3377b31585043fb55d2557
133824 Author: Behdad Esfahbod <behdad@behdad.org>
133825 Date:   Mon Jul 23 14:04:42 2012 -0400
133826
133827     [Thai] Fix SARA AM handling
133828     
133829     Oops, thinko.
133830
133831  src/hb-ot-shape-complex-misc.cc | 6 +++---
133832  src/hb-private.hh               | 4 ++--
133833  2 files changed, 5 insertions(+), 5 deletions(-)
133834
133835 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
133836 Author: Behdad Esfahbod <behdad@behdad.org>
133837 Date:   Mon Jul 23 13:52:07 2012 -0400
133838
133839     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
133840     
133841     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do that by
133842     modifying the ccc for U+0E3A.
133843     
133844     Fixes the two remaining Thai failures (see previous commit).
133845
133846  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
133847  src/hb-unicode.cc                                        |  6 ++++++
133848  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
133849  .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16 ++++++++++++++++
133850  4 files changed, 30 insertions(+)
133851
133852 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
133853 Author: Behdad Esfahbod <behdad@behdad.org>
133854 Date:   Mon Jul 23 13:15:33 2012 -0400
133855
133856     [Thai] Adjust SARA AM reordering to match Uniscribe
133857     
133858     Adjust the list of marks before SARA AM that get the reordering
133859     treatment.  Also adjust cluster formation to match Uniscribe.
133860     
133861     With Wikipedia test data, now I see:
133862     
133863       - For Thai, with the Angsana New font from Win7, I see 54 failures out
133864         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
133865         reordering issues (fix coming soon), and the other 52 are simply
133866         Uniscribe using a zero-width space char instead of an unknown
133867         character for missing glyphs.  No idea why.  The missing-glyph
133868         sequences include one that is a Thai character followed by an Arabic
133869         Sokun.  Someone confused it with Nikhahit I assume!
133870     
133871       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
133872         54k (0.0615167%).  All seem to be insignificant mark positioning
133873         with two marks on a base.  Have to investigate.
133874
133875  src/hb-ot-shape-complex-misc.cc                    | 42 +++++++++++++---------
133876  src/hb-private.hh                                  |  6 ++++
133877  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
133878  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
133879  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 +
133880  .../shaper-thai/script-lao/misc/sara-am.txt        | 20 +++++++++++
133881  .../shaper-thai/script-thai/misc/sara-am.txt       | 18 +++++++++-
133882  7 files changed, 72 insertions(+), 17 deletions(-)
133883
133884 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
133885 Author: Behdad Esfahbod <behdad@behdad.org>
133886 Date:   Mon Jul 23 08:22:55 2012 -0400
133887
133888     [Indic] Fix cluster formation with left-matras and conjunct forms
133889     
133890     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
133891
133892  src/hb-ot-shape-complex-indic.cc | 4 ++--
133893  1 file changed, 2 insertions(+), 2 deletions(-)
133894
133895 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
133896 Author: Behdad Esfahbod <behdad@behdad.org>
133897 Date:   Mon Jul 23 00:11:26 2012 -0400
133898
133899     [Indic] Further streamline cluster formation
133900     
133901     This should address all possible cluster misformations that I had in
133902     mind.
133903
133904  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
133905  1 file changed, 10 insertions(+), 11 deletions(-)
133906
133907 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
133908 Author: Behdad Esfahbod <behdad@behdad.org>
133909 Date:   Sun Jul 22 23:58:55 2012 -0400
133910
133911     [Indic] Merge clusters before sorting
133912     
133913     This should fix any instabilities in cluster formation that we were
133914     speculating may happen with surrounding syllables.  Or most of it
133915     perhaps.
133916
133917  src/hb-ot-shape-complex-indic.cc | 4 ++++
133918  1 file changed, 4 insertions(+)
133919
133920 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
133921 Author: Behdad Esfahbod <behdad@behdad.org>
133922 Date:   Sun Jul 22 23:55:19 2012 -0400
133923
133924     [Indic] Update clusters for left-matra even if matra didn't move
133925     
133926     Fixes crashes reported with left matra under
133927     non-uniscribe-bug-compatibilty mode.
133928
133929  src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
133930  1 file changed, 8 insertions(+), 1 deletion(-)
133931
133932 commit 60554f14d8dca208721f0da8b69d84b92819c54f
133933 Author: Behdad Esfahbod <behdad@behdad.org>
133934 Date:   Sun Jul 22 23:23:56 2012 -0400
133935
133936     [Indic] Merge in Malayalam tests
133937     
133938     From:
133939     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
133940
133941  .../indic/script-malayalam/misc/misc.txt           | 94 +++++++++++-----------
133942  1 file changed, 46 insertions(+), 48 deletions(-)
133943
133944 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
133945 Author: Behdad Esfahbod <behdad@behdad.org>
133946 Date:   Sun Jul 22 23:20:27 2012 -0400
133947
133948     [Indic] Add extensive Sinhala tests
133949     
133950     Generated by:
133951     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
133952
133953  .../indic/script-sinhala/misc/extensive.txt        | 4390 ++++++++++++++++++++
133954  1 file changed, 4390 insertions(+)
133955
133956 commit 2efe4707b1b449962f6e161716477d9775456c46
133957 Author: Behdad Esfahbod <behdad@behdad.org>
133958 Date:   Sun Jul 22 23:17:59 2012 -0400
133959
133960     [Indic] Add Sinhala tests
133961     
133962     Merge tests from:
133963     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
133964
133965  .../indic/script-sinhala/misc/misc.txt             | 26 ++++++++++++++++++++--
133966  1 file changed, 24 insertions(+), 2 deletions(-)
133967
133968 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
133969 Author: Behdad Esfahbod <behdad@behdad.org>
133970 Date:   Fri Jul 20 19:34:39 2012 -0400
133971
133972     Add a test case
133973
133974  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt        | 1 +
133975  1 file changed, 1 insertion(+)
133976
133977 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
133978 Author: Behdad Esfahbod <behdad@behdad.org>
133979 Date:   Fri Jul 20 18:38:27 2012 -0400
133980
133981     [Indic] Stop searching for base if a post form is found before below form
133982     
133983     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will deal
133984     with that later.
133985
133986  src/hb-ot-shape-complex-indic.cc | 5 ++++-
133987  1 file changed, 4 insertions(+), 1 deletion(-)
133988
133989 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
133990 Author: Behdad Esfahbod <behdad@behdad.org>
133991 Date:   Fri Jul 20 18:13:04 2012 -0400
133992
133993     [Indic] Recompose Bengali Ya,Nukta
133994     
133995     This is a bunch of hacks for now.
133996     
133997     Improves Bengali a bit.
133998
133999  src/hb-ot-shape-complex-indic.cc | 4 ++--
134000  src/hb-unicode.cc                | 8 ++++++++
134001  2 files changed, 10 insertions(+), 2 deletions(-)
134002
134003 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
134004 Author: Behdad Esfahbod <behdad@behdad.org>
134005 Date:   Fri Jul 20 17:05:46 2012 -0400
134006
134007     [Uniscribe] Fix script fallback
134008     
134009     Gurmukhi failures half now.  Others changed slightly.
134010
134011  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
134012  1 file changed, 14 insertions(+), 20 deletions(-)
134013
134014 commit 5791f329159c9863317e2b507514c29321be31a7
134015 Author: Behdad Esfahbod <behdad@behdad.org>
134016 Date:   Fri Jul 20 16:26:55 2012 -0400
134017
134018     [Indic] Allow a ZWNJ after SM's
134019     
134020     Malayalam failures go way down.  Other scripts benefitted slightly too.
134021     Sinhala had one or two test regressions, but...
134022
134023  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
134024  1 file changed, 1 insertion(+), 1 deletion(-)
134025
134026 commit 34ae336f3fae93ef9372881d545c817bce383041
134027 Author: Behdad Esfahbod <behdad@behdad.org>
134028 Date:   Fri Jul 20 16:17:28 2012 -0400
134029
134030     [Indic] Improve Reph AfterMain positioning
134031     
134032     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to 0.066% now.
134033
134034  src/hb-ot-shape-complex-indic.cc | 3 +--
134035  1 file changed, 1 insertion(+), 2 deletions(-)
134036
134037 commit bdd080431a40bc941ece3230f338b94a46bd12a2
134038 Author: Behdad Esfahbod <behdad@behdad.org>
134039 Date:   Fri Jul 20 16:03:09 2012 -0400
134040
134041     [Indic] Reposition Oriya Candrabindu
134042     
134043     Oriya failures down from 0.65% to 0.20%.
134044
134045  src/hb-ot-shape-complex-indic.cc                                        | 1 +
134046  .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST | 1 +
134047  .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        | 2 ++
134048  3 files changed, 4 insertions(+)
134049
134050 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
134051 Author: Behdad Esfahbod <behdad@behdad.org>
134052 Date:   Fri Jul 20 15:47:24 2012 -0400
134053
134054     [Indic] Fix base search in final_reordering
134055     
134056     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
134057     few more in other scripts too.
134058
134059  src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
134060  1 file changed, 8 insertions(+), 4 deletions(-)
134061
134062 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
134063 Author: Behdad Esfahbod <behdad@behdad.org>
134064 Date:   Fri Jul 20 15:10:02 2012 -0400
134065
134066     [Indic] Don't attach SM/VD to other characters
134067
134068  src/hb-ot-shape-complex-indic-private.hh |  3 +++
134069  src/hb-ot-shape-complex-indic.cc         | 38 ++++++++++++++++++--------------
134070  2 files changed, 24 insertions(+), 17 deletions(-)
134071
134072 commit efb4ad735691837a52447bedc1a66a87d0d9af51
134073 Author: Behdad Esfahbod <behdad@behdad.org>
134074 Date:   Fri Jul 20 14:27:38 2012 -0400
134075
134076     Fix compiler warnings
134077     
134078     If x is not constant, we cannot ASSERT_STATIC on it.
134079
134080  src/hb-private.hh | 2 +-
134081  1 file changed, 1 insertion(+), 1 deletion(-)
134082
134083 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
134084 Author: Behdad Esfahbod <behdad@behdad.org>
134085 Date:   Fri Jul 20 14:13:35 2012 -0400
134086
134087     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
134088     
134089     Apparently this was approved in Feb 2012.  No font yet.
134090
134091  src/hb-ot-shape-complex-indic-private.hh | 2 +-
134092  src/hb-ot-shape-complex-indic.cc         | 4 ++--
134093  2 files changed, 3 insertions(+), 3 deletions(-)
134094
134095 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
134096 Author: Behdad Esfahbod <behdad@behdad.org>
134097 Date:   Fri Jul 20 14:02:35 2012 -0400
134098
134099     [Indic] Don't split U+0AC9
134100     
134101     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
134102     it does not have Unicode decomposition, and Uniscribe does not do
134103     anything special about it either.
134104     
134105     Gujarati failures down from 0.672% to 0.0130966%.
134106
134107  src/hb-unicode.cc | 2 +-
134108  1 file changed, 1 insertion(+), 1 deletion(-)
134109
134110 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
134111 Author: Behdad Esfahbod <behdad@behdad.org>
134112 Date:   Fri Jul 20 13:56:32 2012 -0400
134113
134114     [Indic] Simplify Uniscribe cluster emulation
134115     
134116     Now that we break syllables on Halant,ZWNJ, this code can be simplified.
134117
134118  src/hb-ot-shape-complex-indic.cc | 11 ++---------
134119  1 file changed, 2 insertions(+), 9 deletions(-)
134120
134121 commit decf6ffca475fe01ff3151b7641f629f031137d2
134122 Author: Behdad Esfahbod <behdad@behdad.org>
134123 Date:   Fri Jul 20 13:51:31 2012 -0400
134124
134125     [Indic] Minor!
134126
134127  src/hb-ot-shape-complex-indic.cc | 2 +-
134128  1 file changed, 1 insertion(+), 1 deletion(-)
134129
134130 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
134131 Author: Behdad Esfahbod <behdad@behdad.org>
134132 Date:   Fri Jul 20 13:48:03 2012 -0400
134133
134134     [Indic] Break syllables at Halant,ZWNJ
134135     
134136     That's really what Uniscribe does, and explains a lot of pecularities of
134137     Halant,ZWNJ before the base.
134138     
134139     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
134140     slightly.  Fixed half of Bengali, and did NOT break anything!
134141
134142  src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
134143  src/hb-ot-shape-complex-indic.cc         | 5 ++---
134144  2 files changed, 5 insertions(+), 5 deletions(-)
134145
134146 commit 2c372b80f6befad69e216e3f218b38640b8cc044
134147 Author: Behdad Esfahbod <behdad@behdad.org>
134148 Date:   Fri Jul 20 13:37:48 2012 -0400
134149
134150     [Indic] Better check for applying 'init'
134151     
134152     Specifically, don't apply 'init' if previous char is a joiner.
134153     
134154     Fixes some more of Bengali.
134155
134156  src/hb-ot-shape-complex-indic.cc | 9 +--------
134157  src/hb-private.hh                | 3 ++-
134158  2 files changed, 3 insertions(+), 9 deletions(-)
134159
134160 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
134161 Author: Behdad Esfahbod <behdad@behdad.org>
134162 Date:   Fri Jul 20 12:32:59 2012 -0400
134163
134164     [GPOS] Don't zero mark advances
134165     
134166     Fixes more of Telugu, Kannada, and Oriya.
134167     
134168     May break things (outside Indic...), but we cannot think of any font relying
134169     on this immediately.
134170
134171  src/hb-ot-layout-gpos-table.hh | 4 ++--
134172  1 file changed, 2 insertions(+), 2 deletions(-)
134173
134174 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
134175 Author: Behdad Esfahbod <behdad@behdad.org>
134176 Date:   Fri Jul 20 11:42:24 2012 -0400
134177
134178     [Indic] Minor
134179
134180  src/hb-ot-shape-complex-indic.cc | 5 +++--
134181  1 file changed, 3 insertions(+), 2 deletions(-)
134182
134183 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
134184 Author: Behdad Esfahbod <behdad@behdad.org>
134185 Date:   Fri Jul 20 11:25:41 2012 -0400
134186
134187     [Indic] Implement reph positioning step 5
134188     
134189     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
134190     failures.  1% to go.
134191
134192  src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
134193  1 file changed, 11 insertions(+), 1 deletion(-)
134194
134195 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
134196 Author: Behdad Esfahbod <behdad@behdad.org>
134197 Date:   Fri Jul 20 11:04:15 2012 -0400
134198
134199     [Indic] Don't let ZWNJ at the end of syllable affect base search
134200     
134201     Fixes a few Devanagari, half of remaining Kannada failures, quarter for
134202     Telugu, and others slightly improved or unchanged.
134203
134204  src/hb-ot-shape-complex-indic.cc | 6 +++++-
134205  1 file changed, 5 insertions(+), 1 deletion(-)
134206
134207 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
134208 Author: Behdad Esfahbod <behdad@behdad.org>
134209 Date:   Fri Jul 20 10:47:46 2012 -0400
134210
134211     [Indic] Apply 'cjct' globally
134212     
134213     Fixes 5 Devanagari failures, and no regressions.
134214
134215  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
134216  1 file changed, 9 insertions(+), 6 deletions(-)
134217
134218 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
134219 Author: Behdad Esfahbod <behdad@behdad.org>
134220 Date:   Fri Jul 20 10:30:24 2012 -0400
134221
134222     [Indic] Unbreak old scriptures
134223     
134224     Brings down failures with Lohit-Telugu from 57% to 1.40%.
134225
134226  src/hb-ot-shape-complex-indic.cc | 5 +++--
134227  1 file changed, 3 insertions(+), 2 deletions(-)
134228
134229 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
134230 Author: Behdad Esfahbod <behdad@behdad.org>
134231 Date:   Fri Jul 20 10:18:23 2012 -0400
134232
134233     Minor
134234
134235  src/hb-ot-shape-complex-indic.cc | 2 +-
134236  1 file changed, 1 insertion(+), 1 deletion(-)
134237
134238 commit 87cd63266e73af316b250573ef57388a0bcc9133
134239 Author: Behdad Esfahbod <behdad@behdad.org>
134240 Date:   Thu Jul 19 21:17:48 2012 -0400
134241
134242     [Indic] Recategorize some Kannada right matras
134243     
134244     Kannada failures down from 3.5% to 2.93%.
134245
134246  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
134247  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
134248  .../shaper-indic/indic/script-kannada/misc/right-matras.txt        | 7 +++++++
134249  3 files changed, 9 insertions(+), 1 deletion(-)
134250
134251 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
134252 Author: Behdad Esfahbod <behdad@behdad.org>
134253 Date:   Thu Jul 19 21:13:04 2012 -0400
134254
134255     [Indic] Recategorize GURMUKHI ADDAK
134256     
134257     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi failures.
134258     Failures down from 7.7% to 0.222%!
134259
134260  src/hb-ot-shape-complex-indic.cc | 1 +
134261  1 file changed, 1 insertion(+)
134262
134263 commit 89328581236a53ec16508b95db54c7e5315b178f
134264 Author: Behdad Esfahbod <behdad@behdad.org>
134265 Date:   Thu Jul 19 21:02:38 2012 -0400
134266
134267     Minor
134268
134269  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
134270  1 file changed, 2 insertions(+), 2 deletions(-)
134271
134272 commit 47ef931f13778b894090139a64238a5ab9ac1154
134273 Author: Behdad Esfahbod <behdad@behdad.org>
134274 Date:   Thu Jul 19 20:52:44 2012 -0400
134275
134276     [buffer] Make sure out_info = info during GPOS
134277
134278  src/hb-buffer.cc | 9 +++++++--
134279  1 file changed, 7 insertions(+), 2 deletions(-)
134280
134281 commit ae63cf206291befe3920adfe015e6cd0961580e5
134282 Author: Behdad Esfahbod <behdad@behdad.org>
134283 Date:   Thu Jul 19 20:45:41 2012 -0400
134284
134285     Print line number during return when tracing
134286
134287  src/hb-private.hh | 8 ++++----
134288  1 file changed, 4 insertions(+), 4 deletions(-)
134289
134290 commit 5249f3aee108b0f41770d137e63a625f594418e7
134291 Author: Behdad Esfahbod <behdad@behdad.org>
134292 Date:   Thu Jul 19 20:30:22 2012 -0400
134293
134294     [Indic] Unbreak Khmer
134295     
134296     For Khmer, all consonants are subjoining.  No need to look in the font.
134297     We were looking in the wrong order anyway.
134298
134299  src/hb-ot-shape-complex-indic.cc | 4 +++-
134300  1 file changed, 3 insertions(+), 1 deletion(-)
134301
134302 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
134303 Author: Behdad Esfahbod <behdad@behdad.org>
134304 Date:   Thu Jul 19 20:24:14 2012 -0400
134305
134306     [Indic] Apply 'akhn' globally
134307     
134308     Fixes 1.5% more failures for Telugu, 2% for Kannada.
134309     Breaks one test in Devanagari.
134310
134311  src/hb-ot-shape-complex-indic.cc | 8 ++++----
134312  1 file changed, 4 insertions(+), 4 deletions(-)
134313
134314 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
134315 Author: Behdad Esfahbod <behdad@behdad.org>
134316 Date:   Thu Jul 19 20:03:25 2012 -0400
134317
134318     [Indic] Add failing test for Kannada
134319
134320  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt        | 1 +
134321  1 file changed, 1 insertion(+)
134322
134323 commit fa247ebe524f92fa95d344ba912f704262879c13
134324 Author: Behdad Esfahbod <behdad@behdad.org>
134325 Date:   Thu Jul 19 19:52:19 2012 -0400
134326
134327     [Indic] Better position U+0CD5
134328     
134329     Fixes another 5% of Kannada failures.
134330
134331  src/hb-ot-shape-complex-indic.cc | 4 ++--
134332  1 file changed, 2 insertions(+), 2 deletions(-)
134333
134334 commit f055442716ec7543ed156d4789955b19c11a5255
134335 Author: Behdad Esfahbod <behdad@behdad.org>
134336 Date:   Thu Jul 19 16:20:21 2012 -0400
134337
134338     [Indic] Lookup consonant position in the font
134339     
134340     Fixes most failures of Oriya, and improves others a bit.
134341
134342  src/hb-ot-map-private.hh                 |  13 ++--
134343  src/hb-ot-shape-complex-indic-private.hh | 105 -------------------------------
134344  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
134345  3 files changed, 54 insertions(+), 127 deletions(-)
134346
134347 commit 74d1d88781e91866a52e27f391e34df03b313442
134348 Author: Behdad Esfahbod <behdad@behdad.org>
134349 Date:   Thu Jul 19 16:14:23 2012 -0400
134350
134351     [GSUB] Fix would_apply() for LigatureSubst
134352
134353  src/hb-ot-layout-gsub-table.hh | 1 +
134354  1 file changed, 1 insertion(+)
134355
134356 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
134357 Author: Behdad Esfahbod <behdad@behdad.org>
134358 Date:   Thu Jul 19 15:29:13 2012 -0400
134359
134360     [TODO] Minor
134361
134362  TODO | 2 ++
134363  1 file changed, 2 insertions(+)
134364
134365 commit be73a5f9368136ecbdb211b96516ad0c554c8201
134366 Author: Behdad Esfahbod <behdad@behdad.org>
134367 Date:   Thu Jul 19 14:59:15 2012 -0400
134368
134369     Add src/test-would-substitute tool
134370
134371  src/Makefile.am              |   6 +-
134372  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
134373  src/test.cc                  | 132 +++++++++++++++++++++++++++++++++++++++++++
134374  3 files changed, 231 insertions(+), 1 deletion(-)
134375
134376 commit e72b360ac6381b549249b8836fa3e70b909d3437
134377 Author: Behdad Esfahbod <behdad@behdad.org>
134378 Date:   Thu Jul 19 14:35:23 2012 -0400
134379
134380     Refactor / finish would_apply() operation
134381     
134382     Untested.
134383
134384  src/hb-ot-layout-gpos-table.hh       |   6 +-
134385  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
134386  src/hb-ot-layout-gsubgpos-private.hh | 233 ++++++++++++++++++++++++++++++++++-
134387  src/hb-ot-layout.cc                  |  11 ++
134388  src/hb-ot-layout.h                   |   7 ++
134389  5 files changed, 308 insertions(+), 75 deletions(-)
134390
134391 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
134392 Author: Behdad Esfahbod <behdad@behdad.org>
134393 Date:   Thu Jul 19 13:25:08 2012 -0400
134394
134395     [Indic] Implement per-script matra positioning
134396     
134397     Following what the spec says.
134398     
134399     Brings down Telugu failures from 40% to 3.75%, and Kannada failures from
134400     44% to 10%.  Does NOT affect other scripts' test results.
134401
134402  src/hb-ot-shape-complex-indic-private.hh |  2 +-
134403  src/hb-ot-shape-complex-indic.cc         | 40 +++++++++++++++++++++++++++++---
134404  src/hb-unicode.cc                        |  2 +-
134405  3 files changed, 39 insertions(+), 5 deletions(-)
134406
134407 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
134408 Author: Behdad Esfahbod <behdad@behdad.org>
134409 Date:   Thu Jul 19 12:59:06 2012 -0400
134410
134411     [Indic] More refactoring
134412
134413  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
134414  src/hb-ot-shape-complex-indic.cc         | 65 ++++++++++++++++++++++++--------
134415  2 files changed, 54 insertions(+), 20 deletions(-)
134416
134417 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
134418 Author: Behdad Esfahbod <behdad@behdad.org>
134419 Date:   Thu Jul 19 12:32:16 2012 -0400
134420
134421     [Indic] Minor refactoring
134422
134423  src/hb-ot-shape-complex-indic.cc | 127 ++++++++++++++++++++++-----------------
134424  1 file changed, 71 insertions(+), 56 deletions(-)
134425
134426 commit f83aaa3133de5d807be267a100d6a200e8db9017
134427 Author: Behdad Esfahbod <behdad@behdad.org>
134428 Date:   Thu Jul 19 12:23:23 2012 -0400
134429
134430     [Indic] Minor
134431
134432  src/hb-ot-shape-complex-indic-private.hh | 42 ++++++++++++++++++++------------
134433  1 file changed, 26 insertions(+), 16 deletions(-)
134434
134435 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
134436 Author: Behdad Esfahbod <behdad@behdad.org>
134437 Date:   Thu Jul 19 12:11:12 2012 -0400
134438
134439     [Indic] Start refactoring different matra positions per script
134440
134441  src/hb-ot-shape-complex-indic-private.hh | 36 +++++++++++++++++++-------------
134442  src/hb-ot-shape-complex-indic.cc         |  4 ++--
134443  2 files changed, 24 insertions(+), 16 deletions(-)
134444
134445 commit deeb540a74f8d394db273145b17bf385d14d01bb
134446 Author: Behdad Esfahbod <behdad@behdad.org>
134447 Date:   Thu Jul 19 11:30:48 2012 -0400
134448
134449     [test] Ignore tests with DOTTED CIRCLE in the output
134450
134451  test/shaping/hb_test_tools.py | 4 ++++
134452  1 file changed, 4 insertions(+)
134453
134454 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
134455 Author: Behdad Esfahbod <behdad@behdad.org>
134456 Date:   Thu Jul 19 11:25:49 2012 -0400
134457
134458     [Indic] Disallow decomposition of a couple characters
134459     
134460     This is a hack for now.  Will be fixed when we do complex-shaper-driven
134461     normalization properly.
134462     
134463     The results with or without decomposition are the same, but Uniscribe
134464     does not normalize, so this matches better.
134465
134466  src/hb-unicode.cc | 3 +++
134467  1 file changed, 3 insertions(+)
134468
134469 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
134470 Author: Behdad Esfahbod <behdad@behdad.org>
134471 Date:   Wed Jul 18 23:25:58 2012 -0400
134472
134473     [Indic] Accept a forced Rakar sequence at the end of syllable
134474     
134475     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that at the
134476     end of a Consonant,Matra syllable, you get a dotted-circle from
134477     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
134478     And people have been encoding that sequence...  So, allow a forced
134479     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
134480     
134481     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
134482
134483  src/hb-ot-shape-complex-indic-machine.rl                               | 3 ++-
134484  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      | 2 ++
134485  2 files changed, 4 insertions(+), 1 deletion(-)
134486
134487 commit 6fc1732003d71cf90d37247482772c3da884687f
134488 Author: Behdad Esfahbod <behdad@behdad.org>
134489 Date:   Wed Jul 18 17:49:19 2012 -0400
134490
134491     [Indic] Allow joiners on both sides of Halant at the same time
134492     
134493     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
134494     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
134495
134496  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
134497  1 file changed, 1 insertion(+), 1 deletion(-)
134498
134499 commit 10cdc94eee2225f14c198c015256a5a0063eecad
134500 Author: Behdad Esfahbod <behdad@behdad.org>
134501 Date:   Wed Jul 18 17:42:34 2012 -0400
134502
134503     [Indic] In final reordering, find base, even if it disappeared
134504     
134505     POS_BASE can disappear if base ligated backward.  Define base as last
134506     with position not after base.
134507     
134508     Fixes a few hundred of Sinhala failures with Iskoola Pota.
134509
134510  src/hb-ot-shape-complex-indic.cc                                   | 7 ++-----
134511  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
134512  2 files changed, 3 insertions(+), 5 deletions(-)
134513
134514 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
134515 Author: Behdad Esfahbod <behdad@behdad.org>
134516 Date:   Wed Jul 18 17:29:10 2012 -0400
134517
134518     [Indic] Minor
134519
134520  src/hb-ot-shape-complex-indic.cc | 1 +
134521  1 file changed, 1 insertion(+)
134522
134523 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
134524 Author: Behdad Esfahbod <behdad@behdad.org>
134525 Date:   Wed Jul 18 17:22:14 2012 -0400
134526
134527     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
134528     
134529     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
134530
134531  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
134532  src/hb-ot-shape-complex-indic.cc                                   | 7 ++++++-
134533  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
134534  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  | 3 +++
134535  4 files changed, 12 insertions(+), 1 deletion(-)
134536
134537 commit 91cade755534c42bb826a6aefcbca8a543d94387
134538 Author: Behdad Esfahbod <behdad@behdad.org>
134539 Date:   Wed Jul 18 16:50:41 2012 -0400
134540
134541     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
134542     
134543     Makes no visual difference.
134544     
134545     Fixes most of the failures.  Down from 15% to 1.3%!
134546
134547  src/hb-unicode.cc | 8 ++++++++
134548  1 file changed, 8 insertions(+)
134549
134550 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
134551 Author: Behdad Esfahbod <behdad@behdad.org>
134552 Date:   Wed Jul 18 16:34:10 2012 -0400
134553
134554     Apply Tibetan (global) features.
134555     
134556     Fixes all Tibetan failures.  All 180k of them!
134557     
134558     Merges back Hangul into the default shaper.
134559
134560  src/hb-ot-shape-complex-misc.cc    | 82 +++++++++++++++++---------------------
134561  src/hb-ot-shape-complex-private.hh |  7 ----
134562  2 files changed, 37 insertions(+), 52 deletions(-)
134563
134564 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
134565 Author: Behdad Esfahbod <behdad@behdad.org>
134566 Date:   Wed Jul 18 16:00:49 2012 -0400
134567
134568     [Indic] Treat Register Shifters like Nukta
134569     
134570     Really this time.
134571     
134572     Fixes another 18 Khmer tests.
134573
134574  src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
134575  src/hb-ot-shape-complex-indic.cc                                        | 2 --
134576  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 1 +
134577  3 files changed, 2 insertions(+), 3 deletions(-)
134578
134579 commit e8cd81f76d159f3ecf808952dab24bc07782497a
134580 Author: Behdad Esfahbod <behdad@behdad.org>
134581 Date:   Wed Jul 18 16:00:20 2012 -0400
134582
134583     [Indic] Minor
134584
134585  src/hb-ot-shape-complex-indic.cc | 2 +-
134586  1 file changed, 1 insertion(+), 1 deletion(-)
134587
134588 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
134589 Author: Behdad Esfahbod <behdad@behdad.org>
134590 Date:   Wed Jul 18 15:45:43 2012 -0400
134591
134592     [Indic] Fix Matra reordering when base is at end of syllable
134593     
134594     For example: U+915,U+200c,U+93f
134595     
134596     Fixes last Tamil failure!
134597
134598  src/hb-ot-shape-complex-indic.cc                                        | 2 +-
134599  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    | 1 +
134600  2 files changed, 2 insertions(+), 1 deletion(-)
134601
134602 commit d16ccc4ae7aa8be460881042413fa2637929fede
134603 Author: Behdad Esfahbod <behdad@behdad.org>
134604 Date:   Wed Jul 18 15:43:55 2012 -0400
134605
134606     Leave one extra item at the end of buffer allocation
134607     
134608     Just in case, for the times we do out-of-bounds access.
134609     
134610     jk
134611
134612  src/hb-buffer-private.hh | 2 +-
134613  1 file changed, 1 insertion(+), 1 deletion(-)
134614
134615 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
134616 Author: Behdad Esfahbod <behdad@behdad.org>
134617 Date:   Wed Jul 18 15:41:53 2012 -0400
134618
134619     [Indic] Fix out-of-bounds array access
134620
134621  src/hb-ot-shape-complex-indic.cc | 6 ++++--
134622  1 file changed, 4 insertions(+), 2 deletions(-)
134623
134624 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
134625 Author: Behdad Esfahbod <behdad@behdad.org>
134626 Date:   Wed Jul 18 15:28:25 2012 -0400
134627
134628     [Indic] Allow joiners before matras
134629     
134630     Fixes 1 more Devanagari test!
134631
134632  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
134633  1 file changed, 2 insertions(+), 2 deletions(-)
134634
134635 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
134636 Author: Behdad Esfahbod <behdad@behdad.org>
134637 Date:   Wed Jul 18 15:10:05 2012 -0400
134638
134639     [Indic] Allow halant group in Vowel and placeholder syllables
134640     
134641     Fixes 2 out of 560 Devanagari failures.  AND:
134642     Fixes 1 out of 2 Tamil failures.
134643
134644  src/hb-ot-shape-complex-indic-machine.rl                           | 7 ++++---
134645  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
134646  2 files changed, 5 insertions(+), 3 deletions(-)
134647
134648 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
134649 Author: Behdad Esfahbod <behdad@behdad.org>
134650 Date:   Wed Jul 18 15:05:40 2012 -0400
134651
134652     [Indic] Streamline halant/joiner in grammar
134653
134654  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
134655  1 file changed, 3 insertions(+), 3 deletions(-)
134656
134657 commit 418d00dffddd95a1f27e9be15752d494c627d45e
134658 Author: Behdad Esfahbod <behdad@behdad.org>
134659 Date:   Wed Jul 18 14:57:28 2012 -0400
134660
134661     [Indic] Minor
134662
134663  src/hb-ot-shape-complex-indic-machine.rl                               | 3 ++-
134664  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
134665  2 files changed, 5 insertions(+), 1 deletion(-)
134666
134667 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
134668 Author: Behdad Esfahbod <behdad@behdad.org>
134669 Date:   Wed Jul 18 14:23:55 2012 -0400
134670
134671     [Indic] Hopefully minor!
134672     
134673     Refactoring Indic machin.  No semantic change.
134674
134675  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
134676  1 file changed, 7 insertions(+), 5 deletions(-)
134677
134678 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
134679 Author: Behdad Esfahbod <behdad@behdad.org>
134680 Date:   Wed Jul 18 14:09:25 2012 -0400
134681
134682     [Indic] Minor
134683
134684  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
134685  1 file changed, 2 insertions(+), 2 deletions(-)
134686
134687 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
134688 Author: Behdad Esfahbod <behdad@behdad.org>
134689 Date:   Wed Jul 18 13:13:03 2012 -0400
134690
134691     [Indic] Unbreak Tamil
134692     
134693     Tamil has only about 150 failures now!
134694
134695  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
134696  1 file changed, 17 insertions(+), 1 deletion(-)
134697
134698 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
134699 Author: Behdad Esfahbod <behdad@behdad.org>
134700 Date:   Tue Jul 17 18:17:30 2012 -0400
134701
134702     [Indic] Position Khmer Robat
134703     
134704     It's a visual Repha.
134705     
134706     Still not positioning logical Repha as occurs in Malayalam.
134707     
134708     Another 200 Khmer failures fixed.  547 to go.  That's better than
134709     Devanagari!
134710
134711  src/hb-ot-shape-complex-indic-machine.rl | 36 +++++++++++++++++---------------
134712  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
134713  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
134714  3 files changed, 36 insertions(+), 20 deletions(-)
134715
134716 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
134717 Author: Behdad Esfahbod <behdad@behdad.org>
134718 Date:   Tue Jul 17 17:53:03 2012 -0400
134719
134720     [Indic] Better categorize Register Shifters and Khmer Various signs
134721     
134722     Down another 500 or so Khmer failures!
134723
134724  src/hb-ot-shape-complex-indic-machine.rl                   | 14 +++++++-------
134725  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
134726  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
134727  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
134728  .../script-khmer/misc/other-marks-invalid.txt              |  4 ++++
134729  .../south-east-asian/script-khmer/misc/other-marks.txt     |  6 ++++++
134730  6 files changed, 24 insertions(+), 12 deletions(-)
134731
134732 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
134733 Author: Behdad Esfahbod <behdad@behdad.org>
134734 Date:   Tue Jul 17 17:09:29 2012 -0400
134735
134736     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
134737     
134738     This reorders glyphs within the cluster to a nominal order.  This should
134739     have no visible effect on the output, but helps with testing, for
134740     getting the same hb-shape output for visually-equal glyphs for each
134741     cluster.
134742
134743  src/hb-buffer.cc  | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
134744  src/hb-buffer.h   | 13 ++++++++++
134745  src/hb-private.hh | 29 ++++++++++++++++-----
134746  util/options.cc   |  1 +
134747  util/options.hh   |  7 ++++-
134748  5 files changed, 118 insertions(+), 8 deletions(-)
134749
134750 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
134751 Author: Behdad Esfahbod <behdad@behdad.org>
134752 Date:   Tue Jul 17 14:25:14 2012 -0400
134753
134754     [Indic] Minor
134755
134756  src/hb-ot-shape-complex-indic.cc | 5 ++++-
134757  1 file changed, 4 insertions(+), 1 deletion(-)
134758
134759 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
134760 Author: Behdad Esfahbod <behdad@behdad.org>
134761 Date:   Tue Jul 17 14:23:28 2012 -0400
134762
134763     [Indic] For scripts without Half forms, always choose first consonant as base
134764     
134765     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
134766     base.  So, instead just choose the first consonant as base directly.
134767     
134768     Test sequence:
134769     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
134770
134771  src/hb-ot-shape-complex-indic.cc | 59 ++++++++++++++++++++++++----------------
134772  1 file changed, 35 insertions(+), 24 deletions(-)
134773
134774 commit 34b57149065d96f7528aaccaa7654e956ce27e93
134775 Author: Behdad Esfahbod <behdad@behdad.org>
134776 Date:   Tue Jul 17 14:09:32 2012 -0400
134777
134778     [Indic] Treat Khmer Register Shifters more like Nuktas
134779     
134780     Except that there may be a ZWNJ before a Register Shifter.
134781
134782  src/hb-ot-shape-complex-indic-machine.rl                                | 2 +-
134783  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    | 2 ++
134784  2 files changed, 3 insertions(+), 1 deletion(-)
134785
134786 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
134787 Author: Behdad Esfahbod <behdad@behdad.org>
134788 Date:   Tue Jul 17 14:02:28 2012 -0400
134789
134790     [Indic] Minor
134791
134792  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
134793  1 file changed, 2 insertions(+), 2 deletions(-)
134794
134795 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
134796 Author: Behdad Esfahbod <behdad@behdad.org>
134797 Date:   Tue Jul 17 13:55:10 2012 -0400
134798
134799     [Indic] Apply 'cfar' for Khmer
134800     
134801     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
134802     This allows distinguishing the following cases with MS Khmer fonts:
134803     
134804       U+1784,U+17D2,U+179A,U+17D2,U+1782
134805       U+1784,U+17D2,U+1782,U+17D2,U+179A
134806
134807  src/hb-ot-shape-complex-indic.cc                         | 16 ++++++++++++++--
134808  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
134809  2 files changed, 16 insertions(+), 2 deletions(-)
134810
134811 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
134812 Author: Behdad Esfahbod <behdad@behdad.org>
134813 Date:   Tue Jul 17 12:50:13 2012 -0400
134814
134815     [Indic] Position final subjoined consonants (and vowels) after matras
134816     
134817     In Khmer, a final subjoined consonant or independent vowel can occur
134818     after matras.  This final subjoined thing should NOT be reordered to
134819     before the matra even though it's subjoined.
134820     
134821     Fixes another 1k of the Khmer failures.  Not much left really.
134822
134823  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
134824  src/hb-ot-shape-complex-indic.cc                            | 13 +++++++++++++
134825  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
134826  3 files changed, 16 insertions(+)
134827
134828 commit c50ed71e9a3df1844f564de66d54b46a696c1356
134829 Author: Behdad Esfahbod <behdad@behdad.org>
134830 Date:   Tue Jul 17 11:54:28 2012 -0400
134831
134832     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
134833     
134834     Amend the syllable structure to allow a final subscripted consonant
134835     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
134836     Fixes another 2k of Khmer failures.
134837
134838  src/hb-ot-shape-complex-indic-machine.rl                           | 7 ++++---
134839  src/hb-ot-shape-complex-indic.cc                                   | 6 +++++-
134840  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
134841  3 files changed, 10 insertions(+), 4 deletions(-)
134842
134843 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
134844 Author: Behdad Esfahbod <behdad@behdad.org>
134845 Date:   Tue Jul 17 11:37:32 2012 -0400
134846
134847     [Indic] Add a separate Coeng class
134848     
134849     No characters recategorized yet.  No semantic change.
134850
134851  src/hb-ot-shape-complex-indic-machine.rl |  1 +
134852  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
134853  src/hb-ot-shape-complex-indic.cc         | 26 ++++++++++++++++----------
134854  3 files changed, 19 insertions(+), 11 deletions(-)
134855
134856 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
134857 Author: Behdad Esfahbod <behdad@behdad.org>
134858 Date:   Tue Jul 17 11:16:19 2012 -0400
134859
134860     [Indic] Move Halant with after-base consonants
134861     
134862     Normally, we attach the Halant to the previous character and move it
134863     with it.  For after-base consonants however, the Halant "belongs" to the
134864     consonant after, so attach it so.
134865     
134866     This fixes Bengali sequences involving post-base consonant Ya, which
134867     should ligate with the Halant to form Ya Phala, but previously a
134868     reordered matras was blocking the ligation.
134869
134870  src/hb-ot-shape-complex-indic.cc                              | 11 +++++++++++
134871  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
134872  2 files changed, 12 insertions(+)
134873
134874 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
134875 Author: Behdad Esfahbod <behdad@behdad.org>
134876 Date:   Tue Jul 17 10:40:59 2012 -0400
134877
134878     [Indic] Apply presentation-forms features all at once
134879     
134880     Seems like this is what Uniscribe is doing, and does not break any fonts
134881     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while fixing
134882     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
134883     Bengali failures (a couple more to go).
134884
134885  src/hb-ot-shape-complex-indic.cc                                    | 6 +++---
134886  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
134887  2 files changed, 4 insertions(+), 3 deletions(-)
134888
134889 commit 559f70667891a3ceeffb36f40de38a4f85868945
134890 Author: Behdad Esfahbod <behdad@behdad.org>
134891 Date:   Mon Jul 16 22:43:17 2012 -0400
134892
134893     Fix MarkAttachmentType matching
134894     
134895     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
134896     and sequences like those added in the previous commit.
134897
134898  src/hb-ot-layout.cc | 2 +-
134899  1 file changed, 1 insertion(+), 1 deletion(-)
134900
134901 commit 6de103547e4a7fb34c833861713ea373cd912261
134902 Author: Behdad Esfahbod <behdad@behdad.org>
134903 Date:   Mon Jul 16 22:46:06 2012 -0400
134904
134905     [test/arabic] Add Arabic tests for mark skipping
134906     
134907     Expose a bug with Khaled's Hussaini Nastaleeq font.
134908
134909  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
134910  .../script-arabic/misc/diacritics/mark-skipping.txt            | 10 ++++++++++
134911  2 files changed, 11 insertions(+)
134912
134913 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
134914 Author: Behdad Esfahbod <behdad@behdad.org>
134915 Date:   Mon Jul 16 22:40:21 2012 -0400
134916
134917     Minor
134918
134919  src/hb-ot-layout.cc | 2 +-
134920  1 file changed, 1 insertion(+), 1 deletion(-)
134921
134922 commit af92b4cc90e4184d5bdd8037c551ed482700114f
134923 Author: Behdad Esfahbod <behdad@behdad.org>
134924 Date:   Mon Jul 16 20:31:24 2012 -0400
134925
134926     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
134927     
134928     Uniscribe does not apply 'kern' in the Indic module.  Some of the Khmer
134929     fonts they ship have small adjustments in the 'kern' table.  Disable
134930     'kern' in the Indic module under Uniscribe bug compatibility mode.
134931     
134932     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
134933     dotted-circle ones).
134934
134935  src/hb-ot-shape-complex-indic.cc | 3 +++
134936  1 file changed, 3 insertions(+)
134937
134938 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
134939 Author: Behdad Esfahbod <behdad@behdad.org>
134940 Date:   Mon Jul 16 20:26:57 2012 -0400
134941
134942     Allow complex shapers overriding common features
134943     
134944     In a new callback...  Currently unused by all complex shapers.
134945
134946  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
134947  src/hb-ot-shape-complex-indic.cc   |  6 ++++++
134948  src/hb-ot-shape-complex-misc.cc    | 18 ++++++++++++++++++
134949  src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
134950  src/hb-ot-shape.cc                 |  2 ++
134951  5 files changed, 62 insertions(+)
134952
134953 commit df50b8474094f0563ccfdae12c4425a51b72add6
134954 Author: Behdad Esfahbod <behdad@behdad.org>
134955 Date:   Mon Jul 16 19:56:29 2012 -0400
134956
134957     [Indic] Categorize other Khmer marks
134958     
134959     Mark them the same as the Register Shifters for now.  Need to rename
134960     that category to something more sensible after all is settled.
134961     
134962     Fixes another percent of Khmer failures.  Down to under 3%!
134963
134964  src/hb-ot-shape-complex-indic.cc | 4 ++++
134965  1 file changed, 4 insertions(+)
134966
134967 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
134968 Author: Behdad Esfahbod <behdad@behdad.org>
134969 Date:   Mon Jul 16 17:04:46 2012 -0400
134970
134971     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
134972     
134973     We were doing that only immediately after base.
134974     
134975     Fixes another percent in the Khmer failures.  About three more to go...
134976
134977  src/hb-ot-shape-complex-indic.cc | 84 ++++++++++++++++++++++------------------
134978  1 file changed, 46 insertions(+), 38 deletions(-)
134979
134980 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
134981 Author: Behdad Esfahbod <behdad@behdad.org>
134982 Date:   Mon Jul 16 16:45:22 2012 -0400
134983
134984     [Indic] Recognizer Register Shifter marks
134985     
134986     Fixes another 6% of the Khmer failures.
134987
134988  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
134989  src/hb-ot-shape-complex-indic-private.hh | 5 +++--
134990  src/hb-ot-shape-complex-indic.cc         | 2 ++
134991  3 files changed, 7 insertions(+), 3 deletions(-)
134992
134993 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
134994 Author: Behdad Esfahbod <behdad@behdad.org>
134995 Date:   Mon Jul 16 16:13:32 2012 -0400
134996
134997     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
134998     
134999     Brings down Khmer failures with Daun Penh font from 36% to 20%.
135000
135001  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
135002  1 file changed, 13 insertions(+), 7 deletions(-)
135003
135004 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
135005 Author: Behdad Esfahbod <behdad@behdad.org>
135006 Date:   Mon Jul 16 15:52:54 2012 -0400
135007
135008     [Indic] Categorize Khmer Ro
135009     
135010     Khmer failures down from 58% to 36%.
135011
135012  src/hb-ot-shape-complex-indic-private.hh | 2 ++
135013  1 file changed, 2 insertions(+)
135014
135015 commit 78818124b17691ec2c647142fdb9ae743aa03dee
135016 Author: Behdad Esfahbod <behdad@behdad.org>
135017 Date:   Mon Jul 16 15:49:08 2012 -0400
135018
135019     [Indic] Reoder pre-base reordering Ra
135020     
135021     Brings down Malayalam failures from 14% down to 3%.
135022
135023  src/hb-ot-shape-complex-indic.cc | 42 +++++++++++++++++++++++++++-------------
135024  1 file changed, 29 insertions(+), 13 deletions(-)
135025
135026 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
135027 Author: Behdad Esfahbod <behdad@behdad.org>
135028 Date:   Mon Jul 16 15:40:33 2012 -0400
135029
135030     [Indic] Rename
135031
135032  src/hb-ot-shape-complex-indic.cc | 8 ++++----
135033  1 file changed, 4 insertions(+), 4 deletions(-)
135034
135035 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
135036 Author: Behdad Esfahbod <behdad@behdad.org>
135037 Date:   Mon Jul 16 15:30:05 2012 -0400
135038
135039     [Indic] Start implementing pre-base reordering
135040
135041  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
135042  1 file changed, 18 insertions(+), 15 deletions(-)
135043
135044 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
135045 Author: Behdad Esfahbod <behdad@behdad.org>
135046 Date:   Mon Jul 16 15:26:56 2012 -0400
135047
135048     [Indic] Rename
135049     
135050     No semantic change.
135051
135052  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
135053  1 file changed, 13 insertions(+), 13 deletions(-)
135054
135055 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
135056 Author: Behdad Esfahbod <behdad@behdad.org>
135057 Date:   Mon Jul 16 15:21:12 2012 -0400
135058
135059     [Indic] Implement After-Main Reph positioning
135060     
135061     Almost...
135062
135063  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
135064  1 file changed, 7 insertions(+), 1 deletion(-)
135065
135066 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
135067 Author: Behdad Esfahbod <behdad@behdad.org>
135068 Date:   Mon Jul 16 15:20:15 2012 -0400
135069
135070     [Indic] Apply 'pref' to pre-base reodering Ra
135071     
135072     No reordering yet.
135073
135074  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
135075  1 file changed, 10 insertions(+)
135076
135077 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
135078 Author: Behdad Esfahbod <behdad@behdad.org>
135079 Date:   Mon Jul 16 15:15:28 2012 -0400
135080
135081     [Indic] Minor
135082     
135083     Should not be any semantic change.  In preparation for implementing
135084     pre-base reordering Ra.
135085
135086  src/hb-ot-shape-complex-indic.cc | 8 +-------
135087  1 file changed, 1 insertion(+), 7 deletions(-)
135088
135089 commit 70fe77bb9a25922bd34f206826d8731d901fb451
135090 Author: Behdad Esfahbod <behdad@behdad.org>
135091 Date:   Mon Jul 16 14:52:18 2012 -0400
135092
135093     Minor
135094
135095  src/hb-ot-shape-complex-indic.cc | 44 ++++++++++++++++++++--------------------
135096  1 file changed, 22 insertions(+), 22 deletions(-)
135097
135098 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
135099 Author: Behdad Esfahbod <behdad@behdad.org>
135100 Date:   Mon Jul 16 13:54:43 2012 -0400
135101
135102     Minor
135103
135104  src/hb-ot-shape-complex-indic.cc | 2 +-
135105  1 file changed, 1 insertion(+), 1 deletion(-)
135106
135107 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
135108 Author: Behdad Esfahbod <behdad@behdad.org>
135109 Date:   Mon Jul 16 13:47:19 2012 -0400
135110
135111     [Indic] Reorder virama only for old Indic spec
135112
135113  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
135114  1 file changed, 13 insertions(+), 2 deletions(-)
135115
135116 commit 0de771b72da6b342b015e3556190821547a4011d
135117 Author: Behdad Esfahbod <behdad@behdad.org>
135118 Date:   Mon Jul 16 13:39:36 2012 -0400
135119
135120     [Indic] Categorize Khmer consonants
135121
135122  src/hb-ot-shape-complex-indic.cc | 4 ++++
135123  1 file changed, 4 insertions(+)
135124
135125 commit d487fff266258eb1af056e9704cfb09d04251ddc
135126 Author: Behdad Esfahbod <behdad@behdad.org>
135127 Date:   Mon Jul 16 13:25:17 2012 -0400
135128
135129     Split matras without a Unicode decomposition
135130     
135131     This is a hack for now, to get us going with Khmer.  This will be
135132     refactored properly later to move the complex logic into complex
135133     shapers.
135134
135135  src/hb-unicode.cc | 22 ++++++++++++++++++++++
135136  1 file changed, 22 insertions(+)
135137
135138 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
135139 Author: Behdad Esfahbod <behdad@behdad.org>
135140 Date:   Mon Jul 16 13:24:26 2012 -0400
135141
135142     [Indic] Adjust position for split matras
135143     
135144     We are going to split matras without a Unicode decompositions in a way
135145     that the second half takes the codepoint of the whole matra.  So,
135146     position them where the second half is supposed to end up.
135147
135148  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
135149  1 file changed, 3 insertions(+), 3 deletions(-)
135150
135151 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
135152 Author: Behdad Esfahbod <behdad@behdad.org>
135153 Date:   Mon Jul 16 13:23:40 2012 -0400
135154
135155     [GSUB] Allow 1-to-1 ligature substitutions!
135156     
135157     Apparently Uniscribe allows these, and they are used in some Khmer fonts
135158     shipped with Windows, namely, Daun Penh.
135159
135160  src/hb-ot-layout-gsub-table.hh | 2 +-
135161  1 file changed, 1 insertion(+), 1 deletion(-)
135162
135163 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
135164 Author: Behdad Esfahbod <behdad@behdad.org>
135165 Date:   Mon Jul 16 12:05:35 2012 -0400
135166
135167     [Indic] Apply Above Forms
135168
135169  src/hb-ot-shape-complex-indic.cc | 4 +++-
135170  1 file changed, 3 insertions(+), 1 deletion(-)
135171
135172 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
135173 Author: Behdad Esfahbod <behdad@behdad.org>
135174 Date:   Sat Jul 14 12:15:54 2012 -0400
135175
135176     Further simplify atomic ops on Visual Studio
135177
135178  src/hb-atomic-private.hh | 5 -----
135179  1 file changed, 5 deletions(-)
135180
135181 commit 0a492357016bc9a614d2a726f2006c10af68ca58
135182 Author: Behdad Esfahbod <behdad@behdad.org>
135183 Date:   Fri Jul 13 13:20:49 2012 -0400
135184
135185     Minor
135186
135187  src/hb-warning.cc | 29 +++++------------------------
135188  1 file changed, 5 insertions(+), 24 deletions(-)
135189
135190 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
135191 Author: Behdad Esfahbod <behdad@behdad.org>
135192 Date:   Fri Jul 13 11:29:31 2012 -0400
135193
135194     Add -Wcast-align
135195
135196  configure.ac    | 3 +++
135197  src/Makefile.am | 2 +-
135198  2 files changed, 4 insertions(+), 1 deletion(-)
135199
135200 commit a98d0ab18624501ee60551304f2715361ac643da
135201 Author: Behdad Esfahbod <behdad@behdad.org>
135202 Date:   Fri Jul 13 10:19:10 2012 -0400
135203
135204     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
135205     
135206     So we can use them to switch default visibility to internal if desired,
135207     and use these to make only declared symbols public.
135208
135209  src/check-c-linkage-decls.sh             | 10 +++++++++-
135210  src/hb-fallback-shape-private.hh         |  6 ------
135211  src/hb-ot-shape-complex-indic-machine.rl |  4 ----
135212  3 files changed, 9 insertions(+), 11 deletions(-)
135213
135214 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
135215 Author: Behdad Esfahbod <behdad@behdad.org>
135216 Date:   Fri Jul 13 10:15:37 2012 -0400
135217
135218     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
135219
135220  src/hb-common.h | 2 ++
135221  1 file changed, 2 insertions(+)
135222
135223 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
135224 Author: Behdad Esfahbod <behdad@behdad.org>
135225 Date:   Fri Jul 13 10:00:42 2012 -0400
135226
135227     Don't export inline methods
135228
135229  configure.ac | 3 +++
135230  1 file changed, 3 insertions(+)
135231
135232 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
135233 Author: Behdad Esfahbod <behdad@behdad.org>
135234 Date:   Fri Jul 13 09:48:39 2012 -0400
135235
135236     Check for exported weak symbols
135237     
135238     Ouch, all our C++ inline functions are being exported (weakly) already.
135239     Fix coming.
135240
135241  src/check-internal-symbols.sh | 8 +++++++-
135242  1 file changed, 7 insertions(+), 1 deletion(-)
135243
135244 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
135245 Author: Behdad Esfahbod <behdad@behdad.org>
135246 Date:   Fri Jul 13 09:45:54 2012 -0400
135247
135248     Make hb_in_range() static
135249
135250  src/hb-private.hh | 2 +-
135251  1 file changed, 1 insertion(+), 1 deletion(-)
135252
135253 commit 271c8f89075607c689938b4f5e60323d9a1acd70
135254 Author: Behdad Esfahbod <behdad@behdad.org>
135255 Date:   Fri Jul 13 09:32:30 2012 -0400
135256
135257     Minor
135258
135259  src/hb-ft.cc | 4 ++--
135260  1 file changed, 2 insertions(+), 2 deletions(-)
135261
135262 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
135263 Author: Behdad Esfahbod <behdad@behdad.org>
135264 Date:   Fri Jul 13 09:04:07 2012 -0400
135265
135266     Fix _InterlockedCompareExchangePointer on x86
135267
135268  src/hb-atomic-private.hh | 6 ++++++
135269  1 file changed, 6 insertions(+)
135270
135271 commit 2023e2b54d91924dddfd228ffdbb46021135b068
135272 Author: Behdad Esfahbod <behdad@behdad.org>
135273 Date:   Wed Jul 11 19:00:30 2012 -0400
135274
135275     [ft] Disable ppem setting
135276     
135277     The calculations were wrong.
135278     
135279     FreeType makes it really hard to set size and ppem independently.
135280     For now, disable it.  Need to come up with a fix later.
135281
135282  src/hb-ft.cc | 3 +++
135283  1 file changed, 3 insertions(+)
135284
135285 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
135286 Author: Behdad Esfahbod <behdad@behdad.org>
135287 Date:   Wed Jul 11 18:52:39 2012 -0400
135288
135289     [ft] Use unfitted kerning if x_ppem is zero
135290
135291  src/hb-ft.cc | 5 +++--
135292  1 file changed, 3 insertions(+), 2 deletions(-)
135293
135294 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
135295 Author: Behdad Esfahbod <behdad@behdad.org>
135296 Date:   Wed Jul 11 18:01:27 2012 -0400
135297
135298     Revert "Towards templatizing common Lookup types"
135299     
135300     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
135301     
135302     This is work-in-progress.  Didn't mean to push it out just yet.
135303
135304  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
135305  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
135306  src/hb-ot-layout-gsubgpos-private.hh | 33 ++-------------------------------
135307  3 files changed, 18 insertions(+), 55 deletions(-)
135308
135309 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
135310 Author: Behdad Esfahbod <behdad@behdad.org>
135311 Date:   Wed Jul 11 16:44:51 2012 -0400
135312
135313     Bump WINNT version requested from 500 to 600
135314     
135315     Since we use the OpenType versions of Uniscribe functions, we are
135316     relying on that version of the WINNT API.  Otherwise, usp10.h will hide
135317     those symbols.
135318
135319  src/hb-uniscribe.cc | 2 +-
135320  src/hb-uniscribe.h  | 2 +-
135321  2 files changed, 2 insertions(+), 2 deletions(-)
135322
135323 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
135324 Author: Behdad Esfahbod <behdad@behdad.org>
135325 Date:   Wed Jul 11 16:35:04 2012 -0400
135326
135327     Fix build with no Unicode funcs implementations provided
135328
135329  src/hb-unicode-private.hh | 1 +
135330  1 file changed, 1 insertion(+)
135331
135332 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
135333 Author: Behdad Esfahbod <behdad@behdad.org>
135334 Date:   Wed Jul 11 15:30:08 2012 -0400
135335
135336     Update git.mk to upstream
135337
135338  git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
135339  1 file changed, 38 insertions(+), 20 deletions(-)
135340
135341 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
135342 Author: Behdad Esfahbod <behdad@behdad.org>
135343 Date:   Tue Jul 3 22:15:35 2012 -0400
135344
135345     Towards templatizing common Lookup types
135346
135347  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
135348  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
135349  src/hb-ot-layout-gsubgpos-private.hh | 33 +++++++++++++++++++++++++++++++--
135350  3 files changed, 55 insertions(+), 18 deletions(-)
135351
135352 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
135353 Author: Behdad Esfahbod <behdad@behdad.org>
135354 Date:   Tue Jul 3 11:38:46 2012 -0400
135355
135356     Minor
135357
135358  test/shaping/texts/in-tree/shaper-thai/MANIFEST                     | 2 +-
135359  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
135360  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
135361  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
135362  .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     | 6 ++----
135363  5 files changed, 5 insertions(+), 6 deletions(-)
135364
135365 commit aa116582e69d18777448e7993078e5d6335ddfed
135366 Author: Behdad Esfahbod <behdad@behdad.org>
135367 Date:   Fri Jun 29 10:50:12 2012 -0400
135368
135369     Minor
135370
135371  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt      | 1 +
135372  1 file changed, 1 insertion(+)
135373
135374 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
135375 Author: Behdad Esfahbod <behdad@behdad.org>
135376 Date:   Wed Jun 27 10:07:27 2012 -0400
135377
135378     Add TODO item
135379
135380  TODO | 2 ++
135381  1 file changed, 2 insertions(+)
135382
135383 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
135384 Author: Behdad Esfahbod <behdad@behdad.org>
135385 Date:   Tue Jun 26 11:16:13 2012 -0400
135386
135387     Fix check for Intel atomic ops
135388
135389  configure.ac             | 9 +++++----
135390  src/hb-atomic-private.hh | 2 +-
135391  2 files changed, 6 insertions(+), 5 deletions(-)
135392
135393 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
135394 Author: Behdad Esfahbod <behdad@behdad.org>
135395 Date:   Tue Jun 26 10:46:31 2012 -0400
135396
135397     Use octal-escaped UTF-8 characters instead of plain text
135398     
135399     https://bugs.freedesktop.org/show_bug.cgi?id=50970
135400
135401  src/hb-private.hh | 17 ++++++++++++-----
135402  1 file changed, 12 insertions(+), 5 deletions(-)
135403
135404 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
135405 Author: Behdad Esfahbod <behdad@behdad.org>
135406 Date:   Sun Jun 24 13:20:56 2012 -0400
135407
135408     Disable introspection again
135409     
135410     Until I figure out the build issues.  Sigh...
135411
135412  configure.ac    |  2 +-
135413  src/Makefile.am | 42 +++++++++++++++++++++---------------------
135414  2 files changed, 22 insertions(+), 22 deletions(-)
135415
135416 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
135417 Author: Behdad Esfahbod <behdad@behdad.org>
135418 Date:   Sun Jun 17 14:58:59 2012 -0400
135419
135420     Minor
135421
135422  configure.ac | 2 +-
135423  1 file changed, 1 insertion(+), 1 deletion(-)
135424
135425 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
135426 Author: Behdad Esfahbod <behdad@behdad.org>
135427 Date:   Sat Jun 16 15:40:03 2012 -0400
135428
135429     GStaticMutex is deprecated
135430
135431  src/hb-mutex-private.hh | 9 +++++++++
135432  1 file changed, 9 insertions(+)
135433
135434 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
135435 Author: Behdad Esfahbod <behdad@behdad.org>
135436 Date:   Sat Jun 16 15:26:13 2012 -0400
135437
135438     g_thread_init() is deprecated
135439
135440  test/api/hb-test.h | 2 ++
135441  1 file changed, 2 insertions(+)
135442
135443 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
135444 Author: Behdad Esfahbod <behdad@behdad.org>
135445 Date:   Sat Jun 16 15:21:55 2012 -0400
135446
135447     Make source more digestable for gobject-introspection
135448
135449  src/hb-blob.cc            | 2 +-
135450  src/hb-blob.h             | 2 +-
135451  src/hb-buffer-private.hh  | 4 ++--
135452  src/hb-buffer.h           | 6 +++---
135453  src/hb-common.cc          | 2 +-
135454  src/hb-common.h           | 4 ++--
135455  src/hb-font-private.hh    | 6 +++---
135456  src/hb-font.cc            | 2 +-
135457  src/hb-font.h             | 8 ++++----
135458  src/hb-set-private.hh     | 2 +-
135459  src/hb-set.h              | 2 +-
135460  src/hb-shape.h            | 2 +-
135461  src/hb-unicode-private.hh | 2 +-
135462  src/hb-unicode.h          | 2 +-
135463  14 files changed, 23 insertions(+), 23 deletions(-)
135464
135465 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
135466 Author: Behdad Esfahbod <behdad@behdad.org>
135467 Date:   Sat Jun 16 15:21:41 2012 -0400
135468
135469     Flesh out gobject-introspection stuff a bit
135470
135471  configure.ac    |  1 +
135472  src/Makefile.am | 23 +++++++++++++++++++++--
135473  2 files changed, 22 insertions(+), 2 deletions(-)
135474
135475 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
135476 Author: Behdad Esfahbod <behdad@behdad.org>
135477 Date:   Sat Jun 16 14:53:51 2012 -0400
135478
135479     Add TODO item
135480
135481  TODO | 1 +
135482  1 file changed, 1 insertion(+)
135483
135484 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
135485 Author: Behdad Esfahbod <behdad@behdad.org>
135486 Date:   Tue Jun 12 09:52:57 2012 -0400
135487
135488     Minor
135489
135490  TODO | 2 ++
135491  1 file changed, 2 insertions(+)
135492
135493 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
135494 Author: Behdad Esfahbod <behdad@behdad.org>
135495 Date:   Sat Jun 9 14:58:01 2012 -0400
135496
135497     Add hb_object_lock/unlock()
135498
135499  src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
135500  1 file changed, 26 insertions(+), 6 deletions(-)
135501
135502 commit 6a5661f1e69c937083e8d976cb12429b99180d54
135503 Author: Behdad Esfahbod <behdad@behdad.org>
135504 Date:   Sat Jun 9 03:26:16 2012 -0400
135505
135506     Ugh
135507
135508  util/shape-consumer.hh | 2 --
135509  1 file changed, 2 deletions(-)
135510
135511 commit f211d5c291b4c947cfd732e873627567173057e4
135512 Author: Behdad Esfahbod <behdad@behdad.org>
135513 Date:   Sat Jun 9 03:11:22 2012 -0400
135514
135515     More Oops!  Fix fast-path with sub-type==0
135516
135517  src/hb-ot-layout-gpos-table.hh | 2 +-
135518  src/hb-ot-layout-gsub-table.hh | 2 +-
135519  util/shape-consumer.hh         | 2 ++
135520  3 files changed, 4 insertions(+), 2 deletions(-)
135521
135522 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
135523 Author: Behdad Esfahbod <behdad@behdad.org>
135524 Date:   Sat Jun 9 03:07:59 2012 -0400
135525
135526     Oops!
135527
135528  src/hb-ot-layout-gpos-table.hh | 2 +-
135529  src/hb-ot-layout-gsub-table.hh | 2 +-
135530  2 files changed, 2 insertions(+), 2 deletions(-)
135531
135532 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
135533 Author: Behdad Esfahbod <behdad@behdad.org>
135534 Date:   Sat Jun 9 03:05:20 2012 -0400
135535
135536     Minor
135537
135538  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
135539  1 file changed, 2 insertions(+), 2 deletions(-)
135540
135541 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
135542 Author: Behdad Esfahbod <behdad@behdad.org>
135543 Date:   Sat Jun 9 03:02:36 2012 -0400
135544
135545     Add sanitize() logic for fast-paths
135546
135547  src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
135548  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
135549  2 files changed, 26 insertions(+), 9 deletions(-)
135550
135551 commit 4e766ff28d1fb831ded20666799787478129c07c
135552 Author: Behdad Esfahbod <behdad@behdad.org>
135553 Date:   Sat Jun 9 02:53:57 2012 -0400
135554
135555     Add fast-path for GPOS too
135556     
135557     Shaves another 3% for DejaVu Sans long Latin strings.
135558
135559  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
135560  1 file changed, 14 insertions(+), 2 deletions(-)
135561
135562 commit 993c51915f503f74ee00eee646b67bf2e3f73596
135563 Author: Behdad Esfahbod <behdad@behdad.org>
135564 Date:   Sat Jun 9 02:48:16 2012 -0400
135565
135566     Add fast-path to GSUB to check coverage
135567     
135568     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
135569     Now, DejaVu is very ChainContext-intensive, but it's also a very
135570     popular font!
135571
135572  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
135573  1 file changed, 16 insertions(+), 2 deletions(-)
135574
135575 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
135576 Author: Behdad Esfahbod <behdad@behdad.org>
135577 Date:   Sat Jun 9 02:26:57 2012 -0400
135578
135579     Match input before backtrack
135580     
135581     Makes more sense, optimization-wise.
135582
135583  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
135584  1 file changed, 4 insertions(+), 4 deletions(-)
135585
135586 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
135587 Author: Behdad Esfahbod <behdad@behdad.org>
135588 Date:   Sat Jun 9 02:02:46 2012 -0400
135589
135590     Add set add_coverage() to Coverage()
135591
135592  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
135593  src/hb-set-private.hh              |  5 +++++
135594  2 files changed, 29 insertions(+)
135595
135596 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
135597 Author: Behdad Esfahbod <behdad@behdad.org>
135598 Date:   Sat Jun 9 01:39:11 2012 -0400
135599
135600     Minor
135601
135602  src/hb-ot-layout-gsub-table.hh | 2 ++
135603  1 file changed, 2 insertions(+)
135604
135605 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
135606 Author: Behdad Esfahbod <behdad@behdad.org>
135607 Date:   Sat Jun 9 01:21:02 2012 -0400
135608
135609     Minor
135610
135611  src/hb-ot-layout.cc | 2 +-
135612  1 file changed, 1 insertion(+), 1 deletion(-)
135613
135614 commit 46617a42133fbab151de4111a74dcbdc4e769c74
135615 Author: Behdad Esfahbod <behdad@behdad.org>
135616 Date:   Sat Jun 9 01:18:58 2012 -0400
135617
135618     Fix cache implementation
135619
135620  src/hb-cache-private.hh | 2 ++
135621  1 file changed, 2 insertions(+)
135622
135623 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
135624 Author: Behdad Esfahbod <behdad@behdad.org>
135625 Date:   Sat Jun 9 01:10:26 2012 -0400
135626
135627     Micro-optimize
135628     
135629     I know...
135630
135631  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
135632  src/hb-ot-layout.cc                  | 46 ++++++++++++++++++++++--------------
135633  2 files changed, 30 insertions(+), 19 deletions(-)
135634
135635 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
135636 Author: Behdad Esfahbod <behdad@behdad.org>
135637 Date:   Sat Jun 9 00:56:41 2012 -0400
135638
135639     Minor
135640
135641  src/hb-open-type-private.hh | 2 --
135642  1 file changed, 2 deletions(-)
135643
135644 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
135645 Author: Behdad Esfahbod <behdad@behdad.org>
135646 Date:   Sat Jun 9 00:50:40 2012 -0400
135647
135648     Use linear search for small counts
135649     
135650     I see about 8% speedup with long strings with DejaVu Sans.
135651
135652  src/hb-open-type-private.hh | 19 ++++++++++++++-----
135653  1 file changed, 14 insertions(+), 5 deletions(-)
135654
135655 commit caf0412690542e58e23246dccc4b2fb83bd652ec
135656 Author: Behdad Esfahbod <behdad@behdad.org>
135657 Date:   Sat Jun 9 00:26:32 2012 -0400
135658
135659     Minor
135660
135661  src/hb-ot-layout-common-private.hh | 2 +-
135662  1 file changed, 1 insertion(+), 1 deletion(-)
135663
135664 commit 0f8fea71a66b1e01ee4398967db464393f478d42
135665 Author: Behdad Esfahbod <behdad@behdad.org>
135666 Date:   Sat Jun 9 00:24:38 2012 -0400
135667
135668     Minor.  Hide _hb_ot_layout_get_glyph_property()
135669
135670  src/hb-ot-layout-private.hh | 4 ----
135671  src/hb-ot-layout.cc         | 2 +-
135672  2 files changed, 1 insertion(+), 5 deletions(-)
135673
135674 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
135675 Author: Behdad Esfahbod <behdad@behdad.org>
135676 Date:   Sat Jun 9 00:23:24 2012 -0400
135677
135678     Minor
135679
135680  src/hb-ot-layout-gpos-table.hh | 3 ++-
135681  src/hb-ot-layout.cc            | 2 +-
135682  2 files changed, 3 insertions(+), 2 deletions(-)
135683
135684 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
135685 Author: Behdad Esfahbod <behdad@behdad.org>
135686 Date:   Fri Jun 8 22:04:23 2012 -0400
135687
135688     In MarkBase attachment, only attach to first of a MultipleSubst sequence
135689     
135690     This is apparently what Uniscribe does.  Test case is:
135691     
135692       SEEN FATHA TEH ALEF
135693     
135694     with Arabic Typesetting.  Originally reported by Khaled Hosny.
135695
135696  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
135697  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
135698  2 files changed, 14 insertions(+), 1 deletion(-)
135699
135700 commit ec57e0c5655ced5109c4638bf802772d336448fd
135701 Author: Behdad Esfahbod <behdad@behdad.org>
135702 Date:   Fri Jun 8 21:47:23 2012 -0400
135703
135704     Set lig_comp for MultipleSubst components
135705     
135706     To be used for correct mark attachment to first component of a
135707     MultipleSubst output.  That's what Uniscribe does.
135708
135709  src/hb-ot-layout-gsub-table.hh | 4 +++-
135710  1 file changed, 3 insertions(+), 1 deletion(-)
135711
135712 commit e085fcf7ca302eb7802a032197c022819e7e7074
135713 Author: Behdad Esfahbod <behdad@behdad.org>
135714 Date:   Fri Jun 8 21:45:00 2012 -0400
135715
135716     Remove unused buffer->replace_glyphs_be16
135717
135718  src/hb-buffer-private.hh             |  3 ---
135719  src/hb-buffer.cc                     | 23 -----------------------
135720  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
135721  3 files changed, 34 deletions(-)
135722
135723 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
135724 Author: Behdad Esfahbod <behdad@behdad.org>
135725 Date:   Fri Jun 8 21:44:06 2012 -0400
135726
135727     Don't use replace_glyphs_be for MultipleSubst
135728
135729  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
135730  src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
135731  2 files changed, 10 insertions(+), 2 deletions(-)
135732
135733 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
135734 Author: Behdad Esfahbod <behdad@behdad.org>
135735 Date:   Fri Jun 8 21:41:46 2012 -0400
135736
135737     Minor
135738
135739  src/hb-ot-layout-gsub-table.hh       | 3 ++-
135740  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
135741  2 files changed, 10 insertions(+), 1 deletion(-)
135742
135743 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
135744 Author: Behdad Esfahbod <behdad@behdad.org>
135745 Date:   Fri Jun 8 21:32:43 2012 -0400
135746
135747     Add test for static initializers and other C++ stuff
135748
135749  src/Makefile.am           |  3 ++-
135750  src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
135751  2 files changed, 35 insertions(+), 1 deletion(-)
135752
135753 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
135754 Author: Behdad Esfahbod <behdad@behdad.org>
135755 Date:   Fri Jun 8 21:29:18 2012 -0400
135756
135757     Minor
135758
135759  src/check-internal-symbols.sh | 2 +-
135760  1 file changed, 1 insertion(+), 1 deletion(-)
135761
135762 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
135763 Author: Behdad Esfahbod <behdad@behdad.org>
135764 Date:   Fri Jun 8 21:01:45 2012 -0400
135765
135766     Remove done TODO items
135767
135768  TODO | 7 +------
135769  1 file changed, 1 insertion(+), 6 deletions(-)
135770
135771 commit bc8357ea7b4c0d7c715aae353176434fb9460205
135772 Author: Behdad Esfahbod <behdad@behdad.org>
135773 Date:   Fri Jun 8 21:01:20 2012 -0400
135774
135775     Merge clusters during normalization
135776
135777  src/hb-ot-shape-normalize.cc | 11 +++++++----
135778  1 file changed, 7 insertions(+), 4 deletions(-)
135779
135780 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
135781 Author: Behdad Esfahbod <behdad@behdad.org>
135782 Date:   Fri Jun 8 20:56:05 2012 -0400
135783
135784     Minor
135785
135786  src/hb-buffer.cc | 4 ++--
135787  1 file changed, 2 insertions(+), 2 deletions(-)
135788
135789 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
135790 Author: Behdad Esfahbod <behdad@behdad.org>
135791 Date:   Fri Jun 8 20:55:21 2012 -0400
135792
135793     Use merge_clusters instead of open-coding
135794
135795  src/hb-buffer.cc | 16 ++++------------
135796  1 file changed, 4 insertions(+), 12 deletions(-)
135797
135798 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
135799 Author: Behdad Esfahbod <behdad@behdad.org>
135800 Date:   Fri Jun 8 20:40:02 2012 -0400
135801
135802     Use merge_clusters when forming Unicode clusters
135803
135804  src/hb-ot-shape.cc | 4 +++-
135805  1 file changed, 3 insertions(+), 1 deletion(-)
135806
135807 commit bd300df9adf955c1e69b3783c1c061876940fb8b
135808 Author: Behdad Esfahbod <behdad@behdad.org>
135809 Date:   Fri Jun 8 20:35:18 2012 -0400
135810
135811     Minor
135812
135813  src/hb-object-private.hh | 2 +-
135814  1 file changed, 1 insertion(+), 1 deletion(-)
135815
135816 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
135817 Author: Behdad Esfahbod <behdad@behdad.org>
135818 Date:   Fri Jun 8 20:33:27 2012 -0400
135819
135820     Extend into main buffer if extension hit end of out-buffer merging clusters
135821
135822  src/hb-buffer.cc                | 5 +++++
135823  src/hb-ot-shape-complex-misc.cc | 9 ---------
135824  2 files changed, 5 insertions(+), 9 deletions(-)
135825
135826 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
135827 Author: Behdad Esfahbod <behdad@behdad.org>
135828 Date:   Fri Jun 8 20:31:32 2012 -0400
135829
135830     Extend end when merging clusters in out-buffer
135831
135832  src/hb-buffer.cc | 4 ++++
135833  1 file changed, 4 insertions(+)
135834
135835 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
135836 Author: Behdad Esfahbod <behdad@behdad.org>
135837 Date:   Fri Jun 8 20:30:03 2012 -0400
135838
135839     Extend clusters backward in out-buffer
135840
135841  src/hb-buffer.cc                | 8 ++++++++
135842  src/hb-ot-shape-complex-misc.cc | 2 --
135843  2 files changed, 8 insertions(+), 2 deletions(-)
135844
135845 commit cd5891493df06fdb92e1ae526d29dee8df250235
135846 Author: Behdad Esfahbod <behdad@behdad.org>
135847 Date:   Fri Jun 8 20:27:53 2012 -0400
135848
135849     Extend clusters backwards, into the out-buffer too
135850
135851  src/hb-buffer.cc | 9 +++++++++
135852  1 file changed, 9 insertions(+)
135853
135854 commit 77471e037122548bfc08cacea6fbb472831c34f3
135855 Author: Behdad Esfahbod <behdad@behdad.org>
135856 Date:   Fri Jun 8 20:21:02 2012 -0400
135857
135858     Clear output buffer before calling GSUB pause functions
135859
135860  src/hb-ot-map.cc | 3 +++
135861  1 file changed, 3 insertions(+)
135862
135863 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
135864 Author: Behdad Esfahbod <behdad@behdad.org>
135865 Date:   Fri Jun 8 20:17:10 2012 -0400
135866
135867     When merging clusters, extend the end
135868
135869  src/hb-buffer.cc | 20 ++++++++++++++------
135870  1 file changed, 14 insertions(+), 6 deletions(-)
135871
135872 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
135873 Author: Behdad Esfahbod <behdad@behdad.org>
135874 Date:   Fri Jun 8 20:13:56 2012 -0400
135875
135876     Merge clusters when ligating
135877
135878  src/hb-ot-layout-gsub-table.hh | 1 +
135879  1 file changed, 1 insertion(+)
135880
135881 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
135882 Author: Behdad Esfahbod <behdad@behdad.org>
135883 Date:   Fri Jun 8 19:29:44 2012 -0400
135884
135885     Minor, use next_glyph()
135886
135887  src/hb-ot-layout-gsub-table.hh | 2 +-
135888  1 file changed, 1 insertion(+), 1 deletion(-)
135889
135890 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
135891 Author: Behdad Esfahbod <behdad@behdad.org>
135892 Date:   Fri Jun 8 19:23:43 2012 -0400
135893
135894     Minor
135895
135896  src/hb-ot-shape.cc | 1 +
135897  1 file changed, 1 insertion(+)
135898
135899 commit 872969126756456a69bf958f3df6e56a26e57b0a
135900 Author: Behdad Esfahbod <behdad@behdad.org>
135901 Date:   Fri Jun 8 14:18:30 2012 -0400
135902
135903     Increase Uniscribe MAX_ITEMS
135904
135905  src/hb-uniscribe.cc | 2 +-
135906  1 file changed, 1 insertion(+), 1 deletion(-)
135907
135908 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
135909 Author: Behdad Esfahbod <behdad@behdad.org>
135910 Date:   Fri Jun 8 14:08:32 2012 -0400
135911
135912     Fix Uniscribe charset matching
135913     
135914     Previously was failing to match fonts that didn't support CHARSET_ANSI.
135915     
135916     There still remains a problem with the Uniscribe backend, in that if a
135917     font with the same family name is installed, and is newer, the native
135918     one is preferred over the font we provide.  Fixing it requires rewriting
135919     the name table with a unique family name...
135920
135921  src/hb-uniscribe.cc | 1 +
135922  1 file changed, 1 insertion(+)
135923
135924 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
135925 Author: Behdad Esfahbod <behdad@behdad.org>
135926 Date:   Fri Jun 8 11:48:29 2012 -0400
135927
135928     Remove unused code
135929
135930  src/hb-uniscribe.cc | 4 +---
135931  1 file changed, 1 insertion(+), 3 deletions(-)
135932
135933 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
135934 Author: Behdad Esfahbod <behdad@behdad.org>
135935 Date:   Fri Jun 8 10:53:35 2012 -0400
135936
135937     Remove zero-width chars in the fallback shaper too
135938
135939  src/hb-fallback-shape.cc | 16 ++++++++++++----
135940  1 file changed, 12 insertions(+), 4 deletions(-)
135941
135942 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
135943 Author: Behdad Esfahbod <behdad@behdad.org>
135944 Date:   Fri Jun 8 10:43:49 2012 -0400
135945
135946     Fix regressions introduced by sed.  Ouch!
135947     
135948     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
135949     Broken mark-mark and mark-ligature stuff.
135950
135951  src/hb-ot-layout-gpos-table.hh       | 6 +++---
135952  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
135953  2 files changed, 4 insertions(+), 4 deletions(-)
135954
135955 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
135956 Author: Behdad Esfahbod <behdad@behdad.org>
135957 Date:   Fri Jun 8 10:23:03 2012 -0400
135958
135959     Whitespace
135960
135961  src/hb-uniscribe.cc | 144 ++++++++++++++++++++++++++--------------------------
135962  1 file changed, 72 insertions(+), 72 deletions(-)
135963
135964 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
135965 Author: Behdad Esfahbod <behdad@behdad.org>
135966 Date:   Fri Jun 8 10:22:06 2012 -0400
135967
135968     Fix Uniscribe clusters with direction-overriden Arabic
135969
135970  src/hb-uniscribe.cc | 4 ++--
135971  1 file changed, 2 insertions(+), 2 deletions(-)
135972
135973 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
135974 Author: Behdad Esfahbod <behdad@behdad.org>
135975 Date:   Fri Jun 8 10:10:29 2012 -0400
135976
135977     Really fix override-direction in Uniscribe
135978
135979  src/hb-uniscribe.cc | 10 +++++++---
135980  1 file changed, 7 insertions(+), 3 deletions(-)
135981
135982 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
135983 Author: Behdad Esfahbod <behdad@behdad.org>
135984 Date:   Fri Jun 8 09:59:43 2012 -0400
135985
135986     Unbreak Uniscribe
135987     
135988     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
135989     something to add API for in hb-uniscribe.h
135990
135991  src/hb-private.hh   | 12 +++++++++++-
135992  src/hb-uniscribe.cc |  8 ++++----
135993  2 files changed, 15 insertions(+), 5 deletions(-)
135994
135995 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
135996 Author: Behdad Esfahbod <behdad@behdad.org>
135997 Date:   Fri Jun 8 09:26:17 2012 -0400
135998
135999     Override direction in Uniscribe backend
136000     
136001     Matches OT backend now.
136002
136003  src/hb-uniscribe.cc | 2 +-
136004  1 file changed, 1 insertion(+), 1 deletion(-)
136005
136006 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
136007 Author: Behdad Esfahbod <behdad@behdad.org>
136008 Date:   Fri Jun 8 09:20:53 2012 -0400
136009
136010     Make Uniscribe backend respect selected script
136011
136012  src/hb-uniscribe.cc | 15 +++++++++++++--
136013  1 file changed, 13 insertions(+), 2 deletions(-)
136014
136015 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
136016 Author: Behdad Esfahbod <behdad@behdad.org>
136017 Date:   Thu Jun 7 17:42:48 2012 -0400
136018
136019     Add note re _NullPool
136020
136021  src/hb-open-type-private.hh | 1 +
136022  1 file changed, 1 insertion(+)
136023
136024 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
136025 Author: Behdad Esfahbod <behdad@behdad.org>
136026 Date:   Thu Jun 7 17:31:46 2012 -0400
136027
136028     Fix alignment-requirement missmatch
136029     
136030     Detected by clang and lots of cmdline options.
136031
136032  src/hb-buffer-private.hh             | 2 +-
136033  src/hb-buffer.cc                     | 5 +++--
136034  src/hb-ot-layout-gsub-table.hh       | 4 ++--
136035  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
136036  4 files changed, 7 insertions(+), 6 deletions(-)
136037
136038 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
136039 Author: Behdad Esfahbod <behdad@behdad.org>
136040 Date:   Thu Jun 7 15:48:18 2012 -0400
136041
136042     Fix clang warning with NO_MT path
136043
136044  src/hb-shape.cc | 2 +-
136045  1 file changed, 1 insertion(+), 1 deletion(-)
136046
136047 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
136048 Author: Behdad Esfahbod <behdad@behdad.org>
136049 Date:   Thu Jun 7 15:44:12 2012 -0400
136050
136051     Fix warnings produced by clang analyzer
136052
136053  src/hb-icu.cc          | 6 ++++--
136054  test/api/test-blob.c   | 2 +-
136055  test/api/test-buffer.c | 4 ++--
136056  util/helper-cairo.cc   | 2 +-
136057  4 files changed, 8 insertions(+), 6 deletions(-)
136058
136059 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
136060 Author: Behdad Esfahbod <behdad@behdad.org>
136061 Date:   Thu Jun 7 13:32:57 2012 -0400
136062
136063     Fix warnings
136064
136065  util/ansi-print.cc | 30 +++++++++++++-----------------
136066  1 file changed, 13 insertions(+), 17 deletions(-)
136067
136068 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
136069 Author: Behdad Esfahbod <behdad@behdad.org>
136070 Date:   Wed Jun 6 11:29:25 2012 -0400
136071
136072     Minor
136073
136074  src/hb-private.hh | 26 +++++++++++++-------------
136075  1 file changed, 13 insertions(+), 13 deletions(-)
136076
136077 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
136078 Author: Behdad Esfahbod <behdad@behdad.org>
136079 Date:   Wed Jun 6 11:27:17 2012 -0400
136080
136081     Fix ASSERT_POD on clang
136082     
136083     As reported by bashi.  Not tested.
136084
136085  src/hb-private.hh | 8 ++++++--
136086  1 file changed, 6 insertions(+), 2 deletions(-)
136087
136088 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
136089 Author: Behdad Esfahbod <behdad@behdad.org>
136090 Date:   Wed Jun 6 03:42:36 2012 -0400
136091
136092     Enabled ICU again
136093
136094  configure.ac | 1 -
136095  1 file changed, 1 deletion(-)
136096
136097 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
136098 Author: Behdad Esfahbod <behdad@behdad.org>
136099 Date:   Wed Jun 6 03:30:09 2012 -0400
136100
136101     Add ASSERT_POD for most objects
136102
136103  src/hb-blob.cc            | 1 +
136104  src/hb-buffer-private.hh  | 2 ++
136105  src/hb-font-private.hh    | 3 +++
136106  src/hb-object-private.hh  | 2 ++
136107  src/hb-private.hh         | 2 +-
136108  src/hb-set-private.hh     | 4 +++-
136109  src/hb-unicode-private.hh | 1 +
136110  7 files changed, 13 insertions(+), 2 deletions(-)
136111
136112 commit a00a63b5ef503fafa87e26b517732b2214e01719
136113 Author: Behdad Esfahbod <behdad@behdad.org>
136114 Date:   Wed Jun 6 03:07:01 2012 -0400
136115
136116     Add macros to check that types are POD
136117
136118  configure.ac                |  1 +
136119  src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
136120  src/hb-private.hh           | 24 ++++++++++++++++++++++++
136121  3 files changed, 45 insertions(+), 12 deletions(-)
136122
136123 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
136124 Author: Behdad Esfahbod <behdad@behdad.org>
136125 Date:   Tue Jun 5 21:14:04 2012 -0400
136126
136127     Don't link to libstdc++
136128     
136129     New try.
136130
136131  src/Makefile.am | 3 ++-
136132  1 file changed, 2 insertions(+), 1 deletion(-)
136133
136134 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
136135 Author: Behdad Esfahbod <behdad@behdad.org>
136136 Date:   Tue Jun 5 20:49:51 2012 -0400
136137
136138     Remove unused hb_static_mutex_t
136139
136140  src/hb-mutex-private.hh | 11 -----------
136141  1 file changed, 11 deletions(-)
136142
136143 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
136144 Author: Behdad Esfahbod <behdad@behdad.org>
136145 Date:   Tue Jun 5 20:39:07 2012 -0400
136146
136147     Disable Intel atomic ops on mingw32
136148     
136149     Apparently the configure test is not enough...
136150
136151  src/hb-atomic-private.hh | 2 +-
136152  1 file changed, 1 insertion(+), 1 deletion(-)
136153
136154 commit 0594a2448440208efa0acac9a5d8d52d43108289
136155 Author: Behdad Esfahbod <behdad@behdad.org>
136156 Date:   Tue Jun 5 20:35:40 2012 -0400
136157
136158     Cleanup TRUE/FALSE vs true/false
136159
136160  src/hb-atomic-private.hh           |  4 +--
136161  src/hb-blob.cc                     | 28 +++++++++---------
136162  src/hb-buffer-private.hh           |  2 +-
136163  src/hb-buffer.cc                   | 38 ++++++++++++-------------
136164  src/hb-buffer.h                    |  4 +--
136165  src/hb-fallback-shape.cc           |  2 +-
136166  src/hb-font.cc                     | 22 +++++++--------
136167  src/hb-ft.cc                       | 22 +++++++--------
136168  src/hb-glib.cc                     | 16 +++++------
136169  src/hb-graphite2.cc                |  8 +++---
136170  src/hb-icu.cc                      | 30 ++++++++++----------
136171  src/hb-ot-layout.cc                | 28 +++++++++---------
136172  src/hb-ot-shape-complex-private.hh |  2 +-
136173  src/hb-ot-shape-normalize.cc       | 16 +++++------
136174  src/hb-ot-shape.cc                 |  4 +--
136175  src/hb-private.hh                  | 18 ++++--------
136176  src/hb-set.cc                      |  2 +-
136177  src/hb-set.h                       |  2 +-
136178  src/hb-shape.cc                    |  6 ++--
136179  src/hb-tt-font.cc                  | 12 ++++----
136180  src/hb-unicode.cc                  |  8 +++---
136181  src/hb-uniscribe.cc                | 18 ++++++------
136182  src/main.cc                        |  2 +-
136183  util/hb-shape.cc                   |  2 +-
136184  util/helper-cairo.cc               | 16 +++++------
136185  util/main-font-text.hh             |  2 +-
136186  util/options.cc                    | 58 +++++++++++++++++++-------------------
136187  util/options.hh                    |  2 +-
136188  util/view-cairo.hh                 |  2 +-
136189  29 files changed, 185 insertions(+), 191 deletions(-)
136190
136191 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
136192 Author: Behdad Esfahbod <behdad@behdad.org>
136193 Date:   Tue Jun 5 20:31:49 2012 -0400
136194
136195     Fix inert buffer set_length() with zero
136196     
136197     Oops!
136198
136199  src/hb-buffer.cc | 3 +++
136200  1 file changed, 3 insertions(+)
136201
136202 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
136203 Author: Behdad Esfahbod <behdad@behdad.org>
136204 Date:   Tue Jun 5 20:16:56 2012 -0400
136205
136206     Add configure tests for Intel atomic intrinsics
136207
136208  configure.ac             | 17 +++++++++++++++++
136209  src/hb-atomic-private.hh | 12 ++++++------
136210  src/hb-mutex-private.hh  |  2 +-
136211  3 files changed, 24 insertions(+), 7 deletions(-)
136212
136213 commit 68c75b46977beb57e35082db26be712b3cd65678
136214 Author: Behdad Esfahbod <behdad@behdad.org>
136215 Date:   Tue Jun 5 19:55:46 2012 -0400
136216
136217     Shuffle
136218
136219  configure.ac | 16 ++++++++--------
136220  1 file changed, 8 insertions(+), 8 deletions(-)
136221
136222 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
136223 Author: Behdad Esfahbod <behdad@behdad.org>
136224 Date:   Tue Jun 5 19:23:29 2012 -0400
136225
136226     Remove last static initializer
136227     
136228     We're free!  Lazy or immediate...
136229
136230  src/hb-ft.cc    |   2 +
136231  src/hb-shape.cc | 150 ++++++++++++++++++++++++++++++++++++++++----------------
136232  2 files changed, 110 insertions(+), 42 deletions(-)
136233
136234 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
136235 Author: Behdad Esfahbod <behdad@behdad.org>
136236 Date:   Tue Jun 5 19:17:02 2012 -0400
136237
136238     Make hb-view err if all shapers failed
136239
136240  util/view-cairo.hh | 2 +-
136241  1 file changed, 1 insertion(+), 1 deletion(-)
136242
136243 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
136244 Author: Behdad Esfahbod <behdad@behdad.org>
136245 Date:   Tue Jun 5 18:30:19 2012 -0400
136246
136247     Make hb-ft static-initializer free
136248
136249  src/hb-common.cc |  5 ++---
136250  src/hb-ft.cc     | 38 +++++++++++++++++++++++++++-----------
136251  2 files changed, 29 insertions(+), 14 deletions(-)
136252
136253 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
136254 Author: Behdad Esfahbod <behdad@behdad.org>
136255 Date:   Tue Jun 5 18:14:03 2012 -0400
136256
136257     Undo default unicode-funcs to avoid static initializer again
136258
136259  src/hb-buffer.cc          |  2 +-
136260  src/hb-glib.cc            | 23 ++++++++++++-----------
136261  src/hb-icu.cc             | 24 +++++++++++++-----------
136262  src/hb-unicode-private.hh | 10 +++++-----
136263  src/hb-unicode.cc         | 26 ++++++++++++++------------
136264  5 files changed, 45 insertions(+), 40 deletions(-)
136265
136266 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
136267 Author: Behdad Esfahbod <behdad@behdad.org>
136268 Date:   Tue Jun 5 18:00:45 2012 -0400
136269
136270     Implement lock-free hb_language_t
136271     
136272     Another static-initialization down.  One more to go.
136273
136274  src/hb-common.cc | 66 +++++++++++++++++++++++++++++++++++++++++++++-----------
136275  1 file changed, 54 insertions(+), 12 deletions(-)
136276
136277 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
136278 Author: Behdad Esfahbod <behdad@behdad.org>
136279 Date:   Tue Jun 5 17:27:20 2012 -0400
136280
136281     Add atomic-pointer functions
136282     
136283     Gonig to use these for lock-free linked-lists, to be used for
136284     hb_language_t among other things.
136285
136286  src/hb-atomic-private.hh | 21 +++++++++++++++++++++
136287  1 file changed, 21 insertions(+)
136288
136289 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
136290 Author: Behdad Esfahbod <behdad@behdad.org>
136291 Date:   Tue Jun 5 16:34:49 2012 -0400
136292
136293     Add gcc intrinsics implementations for atomic and mutex
136294
136295  configure.ac             |  4 ++--
136296  src/hb-atomic-private.hh | 11 +++++++++--
136297  src/hb-mutex-private.hh  | 51 +++++++++++++++++++++++++++++++++++++++++-------
136298  src/hb-object-private.hh |  4 +++-
136299  src/hb-warning.cc        | 14 ++++++-------
136300  5 files changed, 65 insertions(+), 19 deletions(-)
136301
136302 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
136303 Author: Behdad Esfahbod <behdad@behdad.org>
136304 Date:   Tue Jun 5 16:06:28 2012 -0400
136305
136306     Add gcc implementation for atomic ops
136307
136308  src/hb-atomic-private.hh | 9 +++++++--
136309  1 file changed, 7 insertions(+), 2 deletions(-)
136310
136311 commit 0e253e97af71e2a7ead153589f61fd579a247502
136312 Author: Behdad Esfahbod <behdad@behdad.org>
136313 Date:   Tue Jun 5 15:37:19 2012 -0400
136314
136315     Add a mutex to object header
136316     
136317     Removes one more static-initialization.  A few more to go.
136318
136319  src/hb-common.cc         | 24 +++++++++---------------
136320  src/hb-mutex-private.hh  | 19 +++++++------------
136321  src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
136322  src/hb-private.hh        | 11 +++++------
136323  4 files changed, 43 insertions(+), 47 deletions(-)
136324
136325 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
136326 Author: Behdad Esfahbod <behdad@behdad.org>
136327 Date:   Tue Jun 5 15:17:44 2012 -0400
136328
136329     Remove static initializers from indic
136330
136331  src/hb-ot-shape-complex-indic.cc | 50 +++++++++++++++++++++++++++++++---------
136332  1 file changed, 39 insertions(+), 11 deletions(-)
136333
136334 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
136335 Author: Behdad Esfahbod <behdad@behdad.org>
136336 Date:   Tue Jun 5 12:31:51 2012 -0400
136337
136338     Better hide nil objects and make them const
136339
136340  src/hb-blob.cc            | 34 +++++++++++------------
136341  src/hb-buffer.cc          | 39 +++++++++++++-------------
136342  src/hb-font.cc            | 70 +++++++++++++++++++++++------------------------
136343  src/hb-ft.cc              | 49 +++++++++++++++------------------
136344  src/hb-glib.cc            | 25 ++++++++---------
136345  src/hb-icu.cc             | 25 ++++++++---------
136346  src/hb-set.cc             | 16 +++++------
136347  src/hb-unicode-private.hh | 11 ++++----
136348  src/hb-unicode.cc         | 34 +++++++++++------------
136349  9 files changed, 146 insertions(+), 157 deletions(-)
136350
136351 commit bf93b636c4963cbc32d5fba7ace1053db6719192
136352 Author: Behdad Esfahbod <behdad@behdad.org>
136353 Date:   Tue Jun 5 14:17:32 2012 -0400
136354
136355     Remove constructor from hb_prealloced_array_t
136356     
136357     This was causing all object types to be non-POD and have static
136358     initializers.  We don't need that!
136359     
136360     Now, most nil objects just moved from .bss to .data.  Fixing for that
136361     coming soon.
136362
136363  src/hb-object-private.hh | 3 +++
136364  src/hb-private.hh        | 4 +++-
136365  src/hb-set-private.hh    | 1 +
136366  3 files changed, 7 insertions(+), 1 deletion(-)
136367
136368 commit 7037291aacb858f8090fd7d9028c196cc1a21703
136369 Author: Behdad Esfahbod <behdad@behdad.org>
136370 Date:   Tue Jun 5 13:30:11 2012 -0400
136371
136372     Check for atexit()
136373
136374  configure.ac | 2 +-
136375  1 file changed, 1 insertion(+), 1 deletion(-)
136376
136377 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
136378 Author: Behdad Esfahbod <behdad@behdad.org>
136379 Date:   Tue Jun 5 13:04:20 2012 -0400
136380
136381     Fix warnings
136382
136383  src/indic.cc | 2 +-
136384  1 file changed, 1 insertion(+), 1 deletion(-)
136385
136386 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
136387 Author: Behdad Esfahbod <behdad@behdad.org>
136388 Date:   Mon Jun 4 10:21:22 2012 -0400
136389
136390     s/script-punjabi/script-gurmukhi/
136391
136392  test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  | 2 +-
136393  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST     | 0
136394  .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             | 0
136395  .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             | 0
136396  .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             | 0
136397  .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            | 0
136398  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README | 0
136399  .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             | 0
136400  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            | 0
136401  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt       | 0
136402  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                | 0
136403  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt      | 0
136404  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt     | 0
136405  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              | 0
136406  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt          | 0
136407  .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST  | 0
136408  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       | 0
136409  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       | 0
136410  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST       | 0
136411  .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 | 0
136412  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST       | 0
136413  21 files changed, 1 insertion(+), 1 deletion(-)
136414
136415 commit c1885483120d4b686b2fe95b217dce7248e040b1
136416 Author: Behdad Esfahbod <behdad@behdad.org>
136417 Date:   Mon Jun 4 08:56:00 2012 -0400
136418
136419     Add --verbose to hb-shape
136420     
136421     Just turns all --show-* options on.
136422
136423  util/options.cc | 11 +++++++++++
136424  util/options.hh |  1 -
136425  2 files changed, 11 insertions(+), 1 deletion(-)
136426
136427 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
136428 Author: Behdad Esfahbod <behdad@behdad.org>
136429 Date:   Mon Jun 4 08:28:19 2012 -0400
136430
136431     Remove comma at the end of enum
136432     
136433     As reported by Jonathan Kew on the list.
136434
136435  src/hb-ot-shape-complex-indic.cc | 2 +-
136436  1 file changed, 1 insertion(+), 1 deletion(-)
136437
136438 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
136439 Author: Behdad Esfahbod <behdad@behdad.org>
136440 Date:   Sun Jun 3 15:54:19 2012 -0400
136441
136442     Remove const from ref_count.ref_count
136443     
136444     According to Tom Hacohen this was breaking build with some compilers.
136445     
136446     In file included from hb-buffer-private.hh:35:0,
136447                      from hb-ot-map-private.hh:32,
136448                      from hb-ot-shape-private.hh:32,
136449                      from hb-ot-shape.cc:29:
136450     hb-object-private.hh: In constructor '_hb_object_header_t::_hb_object_header_t()':
136451     hb-object-private.hh:97:8: error: uninitialized const member in 'struct hb_reference_count_t'
136452     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count' should be initialized
136453     In file included from hb-ot-shape.cc:33:0:
136454     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
136455     hb-set-private.hh:37:8: note: synthesized method '_hb_object_header_t::_hb_object_header_t()' first required here
136456     hb-ot-shape.cc: In function 'void hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, hb_set_t*)':
136457     hb-ot-shape.cc:521:12: note: synthesized method '_hb_set_t::_hb_set_t()' first required here
136458
136459  src/hb-object-private.hh | 2 +-
136460  1 file changed, 1 insertion(+), 1 deletion(-)
136461
136462 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
136463 Author: Behdad Esfahbod <behdad@behdad.org>
136464 Date:   Sun Jun 3 15:52:51 2012 -0400
136465
136466     Minor
136467
136468  src/hb-object-private.hh | 14 +++++++-------
136469  1 file changed, 7 insertions(+), 7 deletions(-)
136470
136471 commit ae62166519291057316a9d15cea3f1570fcb5eaf
136472 Author: Behdad Esfahbod <behdad@behdad.org>
136473 Date:   Sat Jun 2 12:21:19 2012 -0400
136474
136475     [util] Minor
136476
136477  util/options.cc        |  4 +---
136478  util/options.hh        | 26 ++++++++++++++------------
136479  util/shape-consumer.hh |  4 +++-
136480  3 files changed, 18 insertions(+), 16 deletions(-)
136481
136482 commit 5db0683a822f70c914468430cda6487cee740ae3
136483 Author: Behdad Esfahbod <behdad@behdad.org>
136484 Date:   Sat Jun 2 12:13:08 2012 -0400
136485
136486     [util] Make hb-shape continue shaping other lines if shapers failed
136487
136488  util/hb-ot-shape-closure.cc |  3 +++
136489  util/hb-shape.cc            | 36 +++++++++++++++++++++++++------
136490  util/main-font-text.hh      |  2 +-
136491  util/options.cc             | 34 ++++++++++++++++++++++-------
136492  util/options.hh             | 33 ++++++++++++++--------------
136493  util/shape-consumer.hh      | 17 ++++++++++++---
136494  util/view-cairo.cc          | 47 +++++++---------------------------------
136495  util/view-cairo.hh          | 52 +++++++++++++++++++++++++++++++++++++++------
136496  8 files changed, 143 insertions(+), 81 deletions(-)
136497
136498 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
136499 Author: Behdad Esfahbod <behdad@behdad.org>
136500 Date:   Fri Jun 1 13:46:26 2012 -0400
136501
136502     Remove tab character like other "zero-width" characters
136503     
136504     Uniscribe does that, this make comparing results to Uniscribe
136505     easier.
136506
136507  src/hb-unicode-private.hh | 3 ++-
136508  1 file changed, 2 insertions(+), 1 deletion(-)
136509
136510 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
136511 Author: Behdad Esfahbod <behdad@behdad.org>
136512 Date:   Fri Jun 1 13:45:25 2012 -0400
136513
136514     Remove unused variable
136515
136516  util/hb-ot-shape-closure.cc | 2 --
136517  1 file changed, 2 deletions(-)
136518
136519 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
136520 Author: Behdad Esfahbod <behdad@behdad.org>
136521 Date:   Mon May 28 10:46:47 2012 -0400
136522
136523     Remove hb_atomic_int_set/get()
136524     
136525     We never use them in fact...
136526     
136527     I'm just adjusting these as I better understand the requirements of
136528     the code and the guarantees of each operation.
136529
136530  src/hb-atomic-private.hh |  8 --------
136531  src/hb-object-private.hh | 12 +++++-------
136532  2 files changed, 5 insertions(+), 15 deletions(-)
136533
136534 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
136535 Author: Behdad Esfahbod <behdad@behdad.org>
136536 Date:   Sun May 27 22:39:48 2012 -0400
136537
136538     Minor Malayalam test case
136539     
136540     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
136541
136542  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt      | 1 +
136543  1 file changed, 1 insertion(+)
136544
136545 commit dfff5b3021016d3a472c100272fd8e2f52307860
136546 Author: Behdad Esfahbod <behdad@behdad.org>
136547 Date:   Sun May 27 22:07:04 2012 -0400
136548
136549     Add Myanmar test case
136550
136551  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST        | 1 +
136552  .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST  | 1 +
136553  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST   | 1 +
136554  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt   | 1 +
136555  4 files changed, 4 insertions(+)
136556
136557 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
136558 Author: Behdad Esfahbod <behdad@behdad.org>
136559 Date:   Sun May 27 11:29:21 2012 -0400
136560
136561     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
136562
136563  TODO                        |  1 +
136564  src/hb-font-private.hh      |  2 ++
136565  src/hb-font.cc              | 80 +++++++++++++++++++++++++++++++++++----------
136566  src/hb-font.h               | 28 ++++++++++++++++
136567  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
136568  util/hb-ot-shape-closure.cc |  9 ++---
136569  util/options.cc             | 10 ++----
136570  7 files changed, 142 insertions(+), 40 deletions(-)
136571
136572 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
136573 Author: Behdad Esfahbod <behdad@behdad.org>
136574 Date:   Sun May 27 10:45:57 2012 -0400
136575
136576     Warn if no Unicode functions implementation is found
136577
136578  src/hb-unicode-private.hh |  1 +
136579  src/hb-warning.cc         | 13 +++++++++++++
136580  2 files changed, 14 insertions(+)
136581
136582 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
136583 Author: Behdad Esfahbod <behdad@behdad.org>
136584 Date:   Sun May 27 10:20:47 2012 -0400
136585
136586     Cleanup atomic ops on OS X
136587
136588  src/hb-atomic-private.hh | 7 +++----
136589  1 file changed, 3 insertions(+), 4 deletions(-)
136590
136591 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
136592 Author: Behdad Esfahbod <behdad@behdad.org>
136593 Date:   Sun May 27 10:11:13 2012 -0400
136594
136595     Don't use atomic ops in hb_cache_t
136596     
136597     We don't care about linearizability, so unprotected int read/write
136598     are enough, no need for expensive memory barriers.  It's a cache,
136599     that's all.
136600
136601  src/hb-cache-private.hh | 8 ++++----
136602  1 file changed, 4 insertions(+), 4 deletions(-)
136603
136604 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
136605 Author: Behdad Esfahbod <behdad@behdad.org>
136606 Date:   Sun May 27 10:09:18 2012 -0400
136607
136608     Minor
136609
136610  src/hb-atomic-private.hh | 2 +-
136611  1 file changed, 1 insertion(+), 1 deletion(-)
136612
136613 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
136614 Author: Behdad Esfahbod <behdad@behdad.org>
136615 Date:   Sun May 27 10:01:13 2012 -0400
136616
136617     Fix Windows atomic get/set
136618     
136619     According to:
136620     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
136621     
136622     MemoryBarrier() is the right macro to protect these, not _ReadBarrier()
136623     and/or _WriteBarrier().
136624
136625  src/hb-atomic-private.hh | 4 ++--
136626  1 file changed, 2 insertions(+), 2 deletions(-)
136627
136628 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
136629 Author: Behdad Esfahbod <behdad@behdad.org>
136630 Date:   Fri May 25 14:30:24 2012 -0400
136631
136632     [util] Add hidden --shaper that is equivalent of --shapers
136633
136634  util/helper-cairo.cc | 2 +-
136635  util/options.cc      | 6 +++++-
136636  2 files changed, 6 insertions(+), 2 deletions(-)
136637
136638 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
136639 Author: Behdad Esfahbod <behdad@behdad.org>
136640 Date:   Fri May 25 14:17:54 2012 -0400
136641
136642     Add set iterator
136643
136644  src/hb-set-private.hh       | 26 +++++++++++++++++++++++---
136645  src/hb-set.cc               |  7 +++++++
136646  src/hb-set.h                | 11 +++++++++--
136647  util/hb-ot-shape-closure.cc |  8 +++++---
136648  4 files changed, 44 insertions(+), 8 deletions(-)
136649
136650 commit 62c3e111fce0ad34960871134c2eb6da572df303
136651 Author: Behdad Esfahbod <behdad@behdad.org>
136652 Date:   Fri May 25 13:48:00 2012 -0400
136653
136654     Add set symmetric difference
136655
136656  src/hb-set-private.hh | 5 +++++
136657  src/hb-set.cc         | 7 +++++++
136658  src/hb-set.h          | 6 ++++++
136659  3 files changed, 18 insertions(+)
136660
136661 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
136662 Author: Behdad Esfahbod <behdad@behdad.org>
136663 Date:   Thu May 24 15:00:01 2012 -0400
136664
136665     Minor
136666
136667  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
136668  src/hb-ot-shape-complex-indic.cc         | 2 +-
136669  2 files changed, 2 insertions(+), 2 deletions(-)
136670
136671 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
136672 Author: Behdad Esfahbod <behdad@behdad.org>
136673 Date:   Thu May 24 10:46:39 2012 -0400
136674
136675     Fix hb_atomic_int_set() implementation for HB_NO_MT
136676     
136677     As pointed out by Jonathan Kew.
136678
136679  src/hb-atomic-private.hh | 2 +-
136680  1 file changed, 1 insertion(+), 1 deletion(-)
136681
136682 commit 3b9b7133bea787f787170beea073f185e36d2327
136683 Author: Behdad Esfahbod <behdad@behdad.org>
136684 Date:   Wed May 23 22:00:25 2012 -0400
136685
136686     Update TODO
136687
136688  TODO | 18 ++++++++++++++++--
136689  1 file changed, 16 insertions(+), 2 deletions(-)
136690
136691 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
136692 Author: Behdad Esfahbod <behdad@behdad.org>
136693 Date:   Wed May 23 21:50:43 2012 -0400
136694
136695     Add Arabic diacritics tests
136696
136697  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
136698  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
136699  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
136700  .../misc/diacritics/language-arabic.txt            | 695 +++++++++++++++++++++
136701  .../misc/diacritics/language-persian.txt           |  48 ++
136702  .../misc/diacritics/language-urdu.txt              | 188 ++++++
136703  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
136704  7 files changed, 965 insertions(+), 1 deletion(-)
136705
136706 commit ed2f1363a391add41f10cff18792003583a10257
136707 Author: Behdad Esfahbod <behdad@behdad.org>
136708 Date:   Tue May 22 22:12:22 2012 -0400
136709
136710     Fix substitution glyph class propagation
136711     
136712     The old code was doing nothing.
136713     
136714     Still got to find an example font+string that makes this matter, but
136715     need this for fixing synthetic GDEF anyway.
136716
136717  src/hb-ot-layout-gsub-table.hh       | 10 ++++------
136718  src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
136719  2 files changed, 10 insertions(+), 23 deletions(-)
136720
136721 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
136722 Author: Behdad Esfahbod <behdad@behdad.org>
136723 Date:   Fri May 18 15:04:35 2012 -0400
136724
136725     Add CJK Compatibility Ideographs tests
136726     
136727     From:
136728     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
136729
136730  test/shaping/texts/in-tree/shaper-default/MANIFEST                     | 3 ++-
136731  .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST    | 0
136732  test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     | 1 +
136733  .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        | 3 +++
136734  test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     | 1 +
136735  .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST  | 0
136736  .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt  | 0
136737  .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt        | 0
136738  8 files changed, 7 insertions(+), 1 deletion(-)
136739
136740 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
136741 Author: Behdad Esfahbod <behdad@behdad.org>
136742 Date:   Thu May 17 22:04:45 2012 -0400
136743
136744     Add a lock-free cache type for int->int functions
136745     
136746     To be used for cmap and advance caching if desired.
136747
136748  TODO                    |  2 ++
136749  src/Makefile.am         |  1 +
136750  src/hb-cache-private.hh | 72 +++++++++++++++++++++++++++++++++++++++++++++++++
136751  src/hb-font.cc          |  2 ++
136752  4 files changed, 77 insertions(+)
136753
136754 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
136755 Author: Behdad Esfahbod <behdad@behdad.org>
136756 Date:   Thu May 17 22:02:08 2012 -0400
136757
136758     Implement hb_atomic_int_set() for OS X
136759
136760  src/hb-atomic-private.hh | 2 ++
136761  1 file changed, 2 insertions(+)
136762
136763 commit 022a05ae90f30bcddff413022e0cd801809b5390
136764 Author: Behdad Esfahbod <behdad@behdad.org>
136765 Date:   Thu May 17 21:53:24 2012 -0400
136766
136767     Minor
136768
136769  src/hb-atomic-private.hh | 4 +++-
136770  src/hb-mutex-private.hh  | 4 +++-
136771  2 files changed, 6 insertions(+), 2 deletions(-)
136772
136773 commit 22afd66a30d01b6771405e76777306f600807bea
136774 Author: Behdad Esfahbod <behdad@behdad.org>
136775 Date:   Thu May 17 21:23:49 2012 -0400
136776
136777     Add hb_atomic_int_set() again
136778
136779  src/hb-atomic-private.hh | 9 ++++++---
136780  1 file changed, 6 insertions(+), 3 deletions(-)
136781
136782 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
136783 Author: Behdad Esfahbod <behdad@behdad.org>
136784 Date:   Thu May 17 21:01:04 2012 -0400
136785
136786     Fix type conflicts on Windows without glib
136787
136788  src/hb-tt-font.cc | 3 ++-
136789  1 file changed, 2 insertions(+), 1 deletion(-)
136790
136791 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
136792 Author: Behdad Esfahbod <behdad@behdad.org>
136793 Date:   Thu May 17 20:55:12 2012 -0400
136794
136795     Don't use min/max as function names
136796     
136797     They can be macros on some systems.  Eg. mingw32.
136798
136799  src/hb-set-private.hh | 4 ++--
136800  src/hb-set.cc         | 4 ++--
136801  2 files changed, 4 insertions(+), 4 deletions(-)
136802
136803 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
136804 Author: Behdad Esfahbod <behdad@behdad.org>
136805 Date:   Thu May 17 20:50:38 2012 -0400
136806
136807     Prefer native atomic/mutex ops to glib's
136808
136809  src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
136810  src/hb-mutex-private.hh  | 24 ++++++++++++++----------
136811  2 files changed, 30 insertions(+), 23 deletions(-)
136812
136813 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
136814 Author: Behdad Esfahbod <behdad@behdad.org>
136815 Date:   Thu May 17 20:30:46 2012 -0400
136816
136817     Move atomic ops into their own header
136818
136819  src/Makefile.am          |  1 +
136820  src/hb-atomic-private.hh | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
136821  src/hb-mutex-private.hh  |  1 -
136822  src/hb-object-private.hh | 52 ++------------------------------
136823  src/hb-warning.cc        |  2 +-
136824  5 files changed, 82 insertions(+), 52 deletions(-)
136825
136826 commit de0878395be5c72d7058faac8f64715bdd42eb3b
136827 Author: Behdad Esfahbod <behdad@behdad.org>
136828 Date:   Thu May 17 20:15:49 2012 -0400
136829
136830     Update TODO
136831
136832  TODO | 12 ++++++++----
136833  1 file changed, 8 insertions(+), 4 deletions(-)
136834
136835 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
136836 Author: Behdad Esfahbod <behdad@behdad.org>
136837 Date:   Tue May 15 23:53:18 2012 -0400
136838
136839     [util] Add hb-ot-shape-closure tool
136840     
136841     Computes all the glyphs that may be generated given a font and
136842     set of Unicode characters.
136843     
136844     The order of the Unicode characters is irrelevant.
136845     
136846     Sample output:
136847     
136848     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
136849     f f_f
136850     
136851     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
136852     i
136853     
136854     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
136855     f f_i f_f_i f_f i
136856     
136857     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
136858     uni0628 uni0628.init uni0628.medi uni0628.fina
136859     
136860     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
136861     uni0627 uni0627.fina
136862     
136863     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
136864     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
136865     
136866     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names
136867     5 6 133 134 135 136
136868
136869  configure.ac                |   2 +-
136870  util/Makefile.am            |  22 ++++++---
136871  util/hb-ot-shape-closure.cc | 112 ++++++++++++++++++++++++++++++++++++++++++++
136872  util/options.hh             |  12 +++++
136873  4 files changed, 140 insertions(+), 8 deletions(-)
136874
136875 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
136876 Author: Behdad Esfahbod <behdad@behdad.org>
136877 Date:   Tue May 15 23:10:39 2012 -0400
136878
136879     [util] Refactor to accommodate for upcoming new tool
136880
136881  util/Makefile.am                       | 10 +++--
136882  util/hb-shape.cc                       | 70 +++++++++++++++-------------------
136883  util/hb-view.cc                        |  8 ++--
136884  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
136885  util/shape-consumer.hh                 | 69 +++++++++++++++++++++++++++++++++
136886  5 files changed, 135 insertions(+), 70 deletions(-)
136887
136888 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
136889 Author: Behdad Esfahbod <behdad@behdad.org>
136890 Date:   Sun May 13 18:09:29 2012 +0200
136891
136892     [Indic] Apply vatu feature after cjct
136893     
136894     Testing with old Deva spec this reduces failures.
136895     Test sequence: U+0915,U+094D,U+0930.
136896
136897  src/hb-ot-shape-complex-indic.cc | 6 +++---
136898  1 file changed, 3 insertions(+), 3 deletions(-)
136899
136900 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
136901 Author: Behdad Esfahbod <behdad@behdad.org>
136902 Date:   Sun May 13 17:10:18 2012 +0200
136903
136904     Minor
136905
136906  util/ansi-print.cc | 67 +++++++++++++++++++++++++++---------------------------
136907  1 file changed, 33 insertions(+), 34 deletions(-)
136908
136909 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
136910 Author: Behdad Esfahbod <behdad@behdad.org>
136911 Date:   Sun May 13 16:48:03 2012 +0200
136912
136913     Refactor
136914
136915  src/hb-ot-shape-complex-indic.cc | 44 +++++++++++++++++++++-------------------
136916  1 file changed, 23 insertions(+), 21 deletions(-)
136917
136918 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
136919 Author: Behdad Esfahbod <behdad@behdad.org>
136920 Date:   Sun May 13 16:46:08 2012 +0200
136921
136922     Revert "[Indic] Refactoring"
136923     
136924     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
136925
136926  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
136927  1 file changed, 8 insertions(+), 20 deletions(-)
136928
136929 commit 3f18236a03880c0960f5990dc90685f6146951a6
136930 Author: Behdad Esfahbod <behdad@behdad.org>
136931 Date:   Sun May 13 16:20:10 2012 +0200
136932
136933     Fix more warnings
136934
136935  src/hb-ot-layout-common-private.hh | 2 +-
136936  src/hb-ot-layout-gsub-table.hh     | 2 +-
136937  src/hb-ot-shape-complex-indic.cc   | 8 ++++----
136938  3 files changed, 6 insertions(+), 6 deletions(-)
136939
136940 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
136941 Author: Behdad Esfahbod <behdad@behdad.org>
136942 Date:   Sun May 13 16:13:44 2012 +0200
136943
136944     Fix more unused-var warnings
136945
136946  src/hb-ot-shape-complex-arabic.cc |  7 +++++--
136947  src/hb-ot-shape-complex-indic.cc  | 25 ++++++++++++++++++-------
136948  src/hb-ot-shape-complex-misc.cc   | 21 +++++++++++++++------
136949  src/hb-ot-shape-normalize.cc      | 13 ++++++-------
136950  src/hb-set.cc                     |  2 +-
136951  5 files changed, 45 insertions(+), 23 deletions(-)
136952
136953 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
136954 Author: Behdad Esfahbod <behdad@behdad.org>
136955 Date:   Sun May 13 16:04:36 2012 +0200
136956
136957     Fix hb_face_set_index()
136958
136959  src/hb-font.cc | 2 +-
136960  1 file changed, 1 insertion(+), 1 deletion(-)
136961
136962 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
136963 Author: Behdad Esfahbod <behdad@behdad.org>
136964 Date:   Sun May 13 16:01:08 2012 +0200
136965
136966     Fix warnings
136967
136968  src/hb-fallback-shape.cc |  4 ++--
136969  src/hb-private.hh        | 54 ++++++++++++++++++++++++------------------------
136970  2 files changed, 29 insertions(+), 29 deletions(-)
136971
136972 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
136973 Author: Behdad Esfahbod <behdad@behdad.org>
136974 Date:   Sun May 13 15:54:43 2012 +0200
136975
136976     Minor
136977
136978  src/hb-ot-shape-complex-indic.cc | 2 +-
136979  1 file changed, 1 insertion(+), 1 deletion(-)
136980
136981 commit 99c2695759a6af855d565f4994bbdf220570bb48
136982 Author: Behdad Esfahbod <behdad@behdad.org>
136983 Date:   Sun May 13 15:45:18 2012 +0200
136984
136985     Add accessort to buffer for current info, current pos, and prev info
136986
136987  src/hb-buffer-private.hh             |  9 ++++++++
136988  src/hb-ot-layout-gpos-table.hh       | 44 ++++++++++++++++++------------------
136989  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
136990  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
136991  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
136992  src/hb-ot-shape-complex-misc.cc      |  5 ++--
136993  src/hb-ot-shape-normalize.cc         | 16 ++++++-------
136994  src/hb-ot-shape.cc                   |  8 +++----
136995  8 files changed, 76 insertions(+), 66 deletions(-)
136996
136997 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
136998 Author: Behdad Esfahbod <behdad@behdad.org>
136999 Date:   Sun May 13 15:21:06 2012 +0200
137000
137001     Minor
137002
137003  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
137004  1 file changed, 3 insertions(+), 4 deletions(-)
137005
137006 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
137007 Author: Behdad Esfahbod <behdad@behdad.org>
137008 Date:   Sun May 13 15:17:51 2012 +0200
137009
137010     [GSUB/GPOS] Remove context_length
137011     
137012     The spec doesn't say contextual matching should be done this way,
137013     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
137014     Remove it.
137015
137016  src/hb-ot-layout-common-private.hh   |  1 -
137017  src/hb-ot-layout-gpos-table.hh       |  3 ---
137018  src/hb-ot-layout-gsub-table.hh       |  6 ++----
137019  src/hb-ot-layout-gsubgpos-private.hh | 32 +++++++++++---------------------
137020  4 files changed, 13 insertions(+), 29 deletions(-)
137021
137022 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
137023 Author: Behdad Esfahbod <behdad@behdad.org>
137024 Date:   Sun May 13 15:04:00 2012 +0200
137025
137026     Minor
137027
137028  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
137029  1 file changed, 5 insertions(+), 6 deletions(-)
137030
137031 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
137032 Author: Behdad Esfahbod <behdad@behdad.org>
137033 Date:   Sun May 13 13:03:44 2012 +0200
137034
137035     Remove ioctl checks
137036     
137037     Ended up not using terminal size after all.
137038
137039  configure.ac       |  2 +-
137040  util/ansi-print.cc | 11 -----------
137041  2 files changed, 1 insertion(+), 12 deletions(-)
137042
137043 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
137044 Author: Behdad Esfahbod <behdad@behdad.org>
137045 Date:   Sun May 13 13:02:38 2012 +0200
137046
137047     [util] Set ansi color only on color change
137048
137049  util/ansi-print.cc | 28 +++++++++++++++++++++++-----
137050  1 file changed, 23 insertions(+), 5 deletions(-)
137051
137052 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
137053 Author: Behdad Esfahbod <behdad@behdad.org>
137054 Date:   Sun May 13 12:51:02 2012 +0200
137055
137056     Reduce default margin
137057
137058  util/options.hh | 2 +-
137059  1 file changed, 1 insertion(+), 1 deletion(-)
137060
137061 commit 52e7b1424a3613122e9ca30879298df42733acda
137062 Author: Behdad Esfahbod <behdad@behdad.org>
137063 Date:   Sun May 13 02:02:58 2012 +0200
137064
137065     [util] Make hb-view print out Unicode art if stdout is a terminal
137066
137067  configure.ac              |   4 +-
137068  util/Makefile.am          |   4 +
137069  util/ansi-print.cc        | 411 ++++++++++++++++++++++++++++++++++++++++++++++
137070  util/ansi-print.hh        |  39 +++++
137071  util/helper-cairo-ansi.cc | 102 ++++++++++++
137072  util/helper-cairo-ansi.hh |  39 +++++
137073  util/helper-cairo.cc      |  70 +++++++-
137074  util/options.hh           |   3 +
137075  8 files changed, 668 insertions(+), 4 deletions(-)
137076
137077 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
137078 Author: Behdad Esfahbod <behdad@behdad.org>
137079 Date:   Sun May 13 00:54:07 2012 +0200
137080
137081     Minor
137082
137083  TODO | 2 ++
137084  1 file changed, 2 insertions(+)
137085
137086 commit 30874b4819a99cc84fa39e794266685e1b8735d2
137087 Author: Behdad Esfahbod <behdad@behdad.org>
137088 Date:   Sat May 12 15:54:27 2012 +0200
137089
137090     [util] Make tools default to stdin if no text is provided
137091     
137092     One less argument to type in typical testing workflow!
137093
137094  util/hb-view.hh |  4 +++-
137095  util/options.cc | 12 +++++-------
137096  util/options.hh |  2 +-
137097  3 files changed, 9 insertions(+), 9 deletions(-)
137098
137099 commit 2097951110e33fe091ed9515ae77e2683c46c889
137100 Author: Behdad Esfahbod <behdad@behdad.org>
137101 Date:   Sat May 12 15:41:48 2012 +0200
137102
137103     [util] Change default font size of hb-view to 256
137104     
137105     Most common usecase of hb-view is to test rendering of short words for
137106     testing / inspection.  Not having to type "--font-size 150" each time
137107     isn't such a bad idea...
137108
137109  util/options.hh | 4 ++--
137110  1 file changed, 2 insertions(+), 2 deletions(-)
137111
137112 commit 737dded2e08fcc19935db51c05201a987184d337
137113 Author: Behdad Esfahbod <behdad@behdad.org>
137114 Date:   Sat May 12 15:40:11 2012 +0200
137115
137116     Fix compiler warnings
137117
137118  src/hb-ot-shape-complex-indic.cc | 5 -----
137119  1 file changed, 5 deletions(-)
137120
137121 commit f538fcb538f1decb4100ba89457eb83f2350d64b
137122 Author: Behdad Esfahbod <behdad@behdad.org>
137123 Date:   Sat May 12 15:34:40 2012 +0200
137124
137125     [test] Make tool usage easier by not requiring "--stdin"
137126     
137127     Just default to it.  Added "--help" instead to get usage.
137128
137129  test/shaping/hb_test_tools.py | 9 ++++-----
137130  1 file changed, 4 insertions(+), 5 deletions(-)
137131
137132 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
137133 Author: Behdad Esfahbod <behdad@behdad.org>
137134 Date:   Sat May 12 13:34:18 2012 +0200
137135
137136     [Indic] Add more Malayalam tests
137137
137138  .../indic/script-malayalam/misc/misc.txt           | 38 ++++++++++++++++++++++
137139  1 file changed, 38 insertions(+)
137140
137141 commit 7f852b644b8143492a02edfc853114aaa23446bd
137142 Author: Behdad Esfahbod <behdad@behdad.org>
137143 Date:   Fri May 11 23:10:31 2012 +0200
137144
137145     Fix compiler warnings
137146
137147  src/hb-ot-shape-complex-indic.cc   | 2 +-
137148  src/hb-ot-shape-complex-private.hh | 2 +-
137149  2 files changed, 2 insertions(+), 2 deletions(-)
137150
137151 commit f7e8dcfd4fc377e3d786b097beb656284240456d
137152 Author: Behdad Esfahbod <behdad@behdad.org>
137153 Date:   Fri May 11 22:00:06 2012 +0200
137154
137155     [Indic] Unbreak Devanagari
137156     
137157     And this, concludes the HarfBuzz Massala Hackfest.
137158     
137159     I like to specially thank Jonathan Kew for doing all the decription and
137160     letting me get commit points.
137161
137162  configure.ac                             | 2 +-
137163  src/hb-ot-shape-complex-indic-private.hh | 2 +-
137164  2 files changed, 2 insertions(+), 2 deletions(-)
137165
137166 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
137167 Author: Behdad Esfahbod <behdad@behdad.org>
137168 Date:   Fri May 11 21:42:27 2012 +0200
137169
137170     [Indic] Disambiguate sub vs post vs above matras
137171     
137172     Bengali is at *just* above 5% now.
137173
137174  src/hb-ot-shape-complex-indic-private.hh | 31 +++++++++++++++----------------
137175  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
137176  2 files changed, 21 insertions(+), 22 deletions(-)
137177
137178 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
137179 Author: Behdad Esfahbod <behdad@behdad.org>
137180 Date:   Fri May 11 21:36:32 2012 +0200
137181
137182     [Indic] Position Bengali Reph before matras
137183
137184  src/hb-ot-shape-complex-indic.cc | 62 +++++++++++++++++++++++-----------------
137185  1 file changed, 36 insertions(+), 26 deletions(-)
137186
137187 commit f89367251109af235f4f0446c13c261a5a4a6f72
137188 Author: Behdad Esfahbod <behdad@behdad.org>
137189 Date:   Fri May 11 21:10:03 2012 +0200
137190
137191     [Indic] Start categorizing Reph per script
137192
137193  src/hb-ot-shape-complex-indic.cc | 41 ++++++++++++++++++++++++++++++++++------
137194  1 file changed, 35 insertions(+), 6 deletions(-)
137195
137196 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
137197 Author: Behdad Esfahbod <behdad@behdad.org>
137198 Date:   Fri May 11 20:59:26 2012 +0200
137199
137200     [Indic] Apply 'init' feature for Bengali
137201     
137202     Error down from 20% to 7%.
137203
137204  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
137205  1 file changed, 15 insertions(+)
137206
137207 commit eed903b1644e087178438959664a6a57bebc398b
137208 Author: Behdad Esfahbod <behdad@behdad.org>
137209 Date:   Fri May 11 20:50:53 2012 +0200
137210
137211     [Indic] Refactor for the arrival of 'init' feature
137212     
137213     Yep, on Bengali now!
137214
137215  src/hb-ot-shape-complex-indic.cc | 52 +++++++++++++++++++++++++++-------------
137216  1 file changed, 36 insertions(+), 16 deletions(-)
137217
137218 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
137219 Author: Behdad Esfahbod <behdad@behdad.org>
137220 Date:   Fri May 11 20:02:14 2012 +0200
137221
137222     [Indic] Add Uniscribe bug feature for dotted circle
137223     
137224     For dotted-circle independent clusters, Uniscribe does no Reph shaping
137225     for the exact sequence Ra+Halant+25CC.  Which also is the only possible
137226     sequence with 25CC at the end.
137227
137228  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
137229  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
137230  src/hb-ot-shape-complex-indic.cc         | 20 ++++++++++++++++----
137231  3 files changed, 21 insertions(+), 6 deletions(-)
137232
137233 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
137234 Author: Behdad Esfahbod <behdad@behdad.org>
137235 Date:   Fri May 11 19:55:42 2012 +0200
137236
137237     [Indic] Add tests for dottedcircle
137238
137239  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
137240  .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     | 7 +++++++
137241  2 files changed, 8 insertions(+)
137242
137243 commit 0831061efb78983b9c6e1e72574c977e56383c08
137244 Author: Behdad Esfahbod <behdad@behdad.org>
137245 Date:   Fri May 11 19:07:58 2012 +0200
137246
137247     [Indic] Refactoring
137248
137249  src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
137250  1 file changed, 18 insertions(+), 8 deletions(-)
137251
137252 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
137253 Author: Behdad Esfahbod <behdad@behdad.org>
137254 Date:   Fri May 11 18:58:57 2012 +0200
137255
137256     Minor
137257
137258  src/hb-ot-shape-complex-indic.cc | 6 +++---
137259  1 file changed, 3 insertions(+), 3 deletions(-)
137260
137261 commit 9c09928989316e2befe00d52ed66e055637ccd36
137262 Author: Behdad Esfahbod <behdad@behdad.org>
137263 Date:   Fri May 11 18:46:35 2012 +0200
137264
137265     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
137266     
137267     Uniscribe allows multiple Halant+Consonant after a Vowel.
137268     Tests:
137269     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
137270
137271  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
137272  1 file changed, 3 insertions(+), 3 deletions(-)
137273
137274 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
137275 Author: Behdad Esfahbod <behdad@behdad.org>
137276 Date:   Fri May 11 18:13:42 2012 +0200
137277
137278     [Indic] Allow two Nuktas per consonant
137279     
137280     Uniscribe allows up to two nuktas per consonant and one per matra. It does so
137281     indepent of whether the consonant already has a nukta in it.  Tests:
137282     
137283             * U+0916,U+093C,U+0941
137284             * U+0959,U+093C,U+0941
137285             * U+0916,U+093C,U+093C,U+0941
137286             * U+0959,U+093C,U+093C,U+0941
137287             * U+0916,U+093C,U+093C,U+093C,U+0941
137288             * U+0959,U+093C,U+093C,U+093C,U+0941
137289             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
137290
137291  src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
137292  1 file changed, 4 insertions(+), 3 deletions(-)
137293
137294 commit 3399a06e7033651ee926448737bdb18e553c1796
137295 Author: Behdad Esfahbod <behdad@behdad.org>
137296 Date:   Fri May 11 17:54:26 2012 +0200
137297
137298     [Indic] Fix U+0952 and similar classification to match Uniscribe
137299     
137300     See comments.
137301
137302  src/hb-ot-shape-complex-indic-machine.rl |  1 +
137303  src/hb-ot-shape-complex-indic.cc         | 16 +++++++++++-----
137304  2 files changed, 12 insertions(+), 5 deletions(-)
137305
137306 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
137307 Author: Behdad Esfahbod <behdad@behdad.org>
137308 Date:   Fri May 11 17:30:48 2012 +0200
137309
137310     [Indic] Treat U+0951..U+0954 all similar to U+0952
137311
137312  src/hb-ot-shape-complex-indic.cc | 3 ++-
137313  1 file changed, 2 insertions(+), 1 deletion(-)
137314
137315 commit 5f131d3226131df440d7f36655e57f6effcae204
137316 Author: Behdad Esfahbod <behdad@behdad.org>
137317 Date:   Fri May 11 17:29:40 2012 +0200
137318
137319     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
137320     
137321     This does not apply to the context matchings.
137322     
137323     This regresses tests right now.  And we are not sure whether this is
137324     the right thing to do for GPOS.  But we'll figure out.
137325
137326  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
137327  1 file changed, 12 insertions(+), 6 deletions(-)
137328
137329 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
137330 Author: Behdad Esfahbod <behdad@behdad.org>
137331 Date:   Fri May 11 17:18:37 2012 +0200
137332
137333     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
137334
137335  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
137336  1 file changed, 1 insertion(+), 1 deletion(-)
137337
137338 commit ff24d1081af08a887895975285d7e38f5d07bc37
137339 Author: Behdad Esfahbod <behdad@behdad.org>
137340 Date:   Fri May 11 17:07:08 2012 +0200
137341
137342     [Indic] Don't use syllable serial value 0
137343
137344  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
137345  1 file changed, 2 insertions(+), 1 deletion(-)
137346
137347 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
137348 Author: Behdad Esfahbod <behdad@behdad.org>
137349 Date:   Fri May 11 16:54:40 2012 +0200
137350
137351     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
137352
137353  src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
137354  1 file changed, 9 insertions(+), 5 deletions(-)
137355
137356 commit 67ea29af49bb08ee679914076808327992cf6676
137357 Author: Behdad Esfahbod <behdad@behdad.org>
137358 Date:   Fri May 11 16:51:23 2012 +0200
137359
137360     [Indic] Add example of different Uniscribe behavior
137361
137362  src/hb-ot-shape-complex-indic.cc | 5 ++++-
137363  1 file changed, 4 insertions(+), 1 deletion(-)
137364
137365 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
137366 Author: Behdad Esfahbod <behdad@behdad.org>
137367 Date:   Fri May 11 16:43:12 2012 +0200
137368
137369     [Indic] Add runtime Uniscribe bug compatibility mode!
137370     
137371     Enable by setting envvar:
137372     
137373       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
137374     
137375     Plus, LeftMatra+Halant "feature".
137376
137377  src/hb-ot-shape-complex-indic.cc | 44 ++++++++++++++++++++++++++++++----------
137378  1 file changed, 33 insertions(+), 11 deletions(-)
137379
137380 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
137381 Author: Behdad Esfahbod <behdad@behdad.org>
137382 Date:   Fri May 11 16:25:02 2012 +0200
137383
137384     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
137385
137386  src/hb-ot-shape-complex-indic.cc | 3 ++-
137387  1 file changed, 2 insertions(+), 1 deletion(-)
137388
137389 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
137390 Author: Behdad Esfahbod <behdad@behdad.org>
137391 Date:   Fri May 11 16:23:43 2012 +0200
137392
137393     [Indic] Fix Left Matra + Halant reordering
137394     
137395     As can be seen in: U+092B,U+093F,U+094D
137396
137397  src/hb-ot-shape-complex-indic.cc | 6 ++++--
137398  1 file changed, 4 insertions(+), 2 deletions(-)
137399
137400 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
137401 Author: Behdad Esfahbod <behdad@behdad.org>
137402 Date:   Fri May 11 16:23:38 2012 +0200
137403
137404     Minor
137405
137406  src/hb-ot-shape-complex-indic.cc | 73 ++++++++++++++++++++--------------------
137407  1 file changed, 37 insertions(+), 36 deletions(-)
137408
137409 commit c071b99f150a9344a2056dfeba8c613f8a5602db
137410 Author: Behdad Esfahbod <behdad@behdad.org>
137411 Date:   Fri May 11 16:22:46 2012 +0200
137412
137413     [Indic] Add test for Left Matra with Halant
137414     
137415     Uniscribe doesn't move the Halant, we do.  And do a broken job of it now.
137416
137417  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt      | 1 +
137418  1 file changed, 1 insertion(+)
137419
137420 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
137421 Author: Behdad Esfahbod <behdad@behdad.org>
137422 Date:   Fri May 11 16:01:44 2012 +0200
137423
137424     [GSUB/GPOS] Check all glyph masks when matching input
137425
137426  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
137427  1 file changed, 12 insertions(+), 6 deletions(-)
137428
137429 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
137430 Author: Behdad Esfahbod <behdad@behdad.org>
137431 Date:   Fri May 11 15:34:13 2012 +0200
137432
137433     [Indic] Apply Reph mask to all POS_REPH glyphs
137434     
137435     Needed for upcoming changes to GSUB/GPOS mask matching.
137436
137437  src/hb-ot-shape-complex-indic.cc | 4 ++--
137438  1 file changed, 2 insertions(+), 2 deletions(-)
137439
137440 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
137441 Author: Behdad Esfahbod <behdad@behdad.org>
137442 Date:   Fri May 11 14:39:01 2012 +0200
137443
137444     [Indic] Fix state machine to backtrack
137445
137446  src/hb-ot-shape-complex-indic-machine.rl | 42 +++++++++++++++-----------------
137447  src/hb-private.hh                        |  2 ++
137448  2 files changed, 21 insertions(+), 23 deletions(-)
137449
137450 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
137451 Author: Behdad Esfahbod <behdad@behdad.org>
137452 Date:   Fri May 11 11:41:39 2012 +0200
137453
137454     [Indic] Move syllable tracking from Indic to generic layer
137455     
137456     This is to incorporate it into GSUB/GPOS processing.
137457
137458  src/hb-ot-layout-gpos-table.hh           |  1 +
137459  src/hb-ot-layout-gsub-table.hh           |  3 ++-
137460  src/hb-ot-layout-gsubgpos-private.hh     |  3 ---
137461  src/hb-ot-layout-private.hh              |  4 +---
137462  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
137463  src/hb-ot-shape-complex-indic-private.hh |  1 -
137464  src/hb-ot-shape-complex-indic.cc         |  8 +++-----
137465  src/hb-ot-shape-complex-private.hh       | 13 ++++++++-----
137466  8 files changed, 16 insertions(+), 19 deletions(-)
137467
137468 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
137469 Author: Behdad Esfahbod <behdad@behdad.org>
137470 Date:   Fri May 11 11:17:23 2012 +0200
137471
137472     [Indic] Disable conjuncts when a ZWJ happens
137473     
137474     Not that the code makes any difference since the presence of ZWJ itself
137475     causes the ligature to fail to match anyway.
137476
137477  src/hb-ot-shape-complex-indic.cc | 7 +------
137478  1 file changed, 1 insertion(+), 6 deletions(-)
137479
137480 commit c6d904d67db589dd6209928e56504f04f6a07756
137481 Author: Behdad Esfahbod <behdad@behdad.org>
137482 Date:   Fri May 11 11:07:40 2012 +0200
137483
137484     [Indic] Fix bitops typo!
137485     
137486     Another 1000 down!
137487
137488  src/hb-ot-shape-complex-indic.cc | 4 ++--
137489  1 file changed, 2 insertions(+), 2 deletions(-)
137490
137491 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
137492 Author: Behdad Esfahbod <behdad@behdad.org>
137493 Date:   Fri May 11 03:45:28 2012 +0200
137494
137495     Make APPLY debug output print current index and codepoint
137496     
137497     Yay!
137498
137499  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
137500  1 file changed, 1 insertion(+), 1 deletion(-)
137501
137502 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
137503 Author: Behdad Esfahbod <behdad@behdad.org>
137504 Date:   Fri May 11 03:40:58 2012 +0200
137505
137506     Minor
137507
137508  src/hb-object-private.hh | 8 +++++---
137509  1 file changed, 5 insertions(+), 3 deletions(-)
137510
137511 commit cf26510dbbd8d38486e6ba423800db6427ade332
137512 Author: Behdad Esfahbod <behdad@behdad.org>
137513 Date:   Fri May 11 03:35:08 2012 +0200
137514
137515     Some more...
137516     
137517     Done.  I promise.
137518
137519  src/hb-object-private.hh | 1 +
137520  1 file changed, 1 insertion(+)
137521
137522 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
137523 Author: Behdad Esfahbod <behdad@behdad.org>
137524 Date:   Fri May 11 03:33:36 2012 +0200
137525
137526     More beauty in debug output!
137527
137528  src/hb-private.hh | 12 +++++++-----
137529  1 file changed, 7 insertions(+), 5 deletions(-)
137530
137531 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
137532 Author: Behdad Esfahbod <behdad@behdad.org>
137533 Date:   Fri May 11 03:16:57 2012 +0200
137534
137535     Finish off debug output beautification
137536
137537  src/hb-open-type-private.hh | 58 ++++++++++++++++++++-------------------------
137538  1 file changed, 26 insertions(+), 32 deletions(-)
137539
137540 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
137541 Author: Behdad Esfahbod <behdad@behdad.org>
137542 Date:   Fri May 11 02:46:26 2012 +0200
137543
137544     Only print class name in debug output if there's one available
137545
137546  src/hb-private.hh | 12 +++++++-----
137547  1 file changed, 7 insertions(+), 5 deletions(-)
137548
137549 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
137550 Author: Behdad Esfahbod <behdad@behdad.org>
137551 Date:   Fri May 11 02:40:42 2012 +0200
137552
137553     Only printout class name in tracing, if one is available
137554     
137555     Makes debug output much more pleasant.
137556
137557  src/hb-private.hh | 8 ++++++--
137558  1 file changed, 6 insertions(+), 2 deletions(-)
137559
137560 commit 98619ce4fa650c593b030d06d2f89fec83a10015
137561 Author: Behdad Esfahbod <behdad@behdad.org>
137562 Date:   Fri May 11 02:34:06 2012 +0200
137563
137564     Minor
137565
137566  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
137567  1 file changed, 2 insertions(+)
137568
137569 commit acea183e986dd378c6f95120fe0feb0586a8ef36
137570 Author: Behdad Esfahbod <behdad@behdad.org>
137571 Date:   Fri May 11 02:33:11 2012 +0200
137572
137573     Add return annotation for APPLY
137574
137575  src/hb-ot-layout-gpos-table.hh       | 163 +++++++++++++++--------------------
137576  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
137577  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
137578  3 files changed, 151 insertions(+), 209 deletions(-)
137579
137580 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
137581 Author: Behdad Esfahbod <behdad@behdad.org>
137582 Date:   Fri May 11 02:19:41 2012 +0200
137583
137584     /Minor/
137585
137586  src/hb-private.hh | 2 +-
137587  1 file changed, 1 insertion(+), 1 deletion(-)
137588
137589 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
137590 Author: Behdad Esfahbod <behdad@behdad.org>
137591 Date:   Fri May 11 01:25:34 2012 +0200
137592
137593     Annotate SANITIZE return values
137594     
137595     More to come, for APPLY, CLOSURE, etc.
137596
137597  src/hb-open-file-private.hh          |  23 ++---
137598  src/hb-open-type-private.hh          |  49 +++++-----
137599  src/hb-ot-head-table.hh              |   4 +-
137600  src/hb-ot-hhea-table.hh              |   4 +-
137601  src/hb-ot-hmtx-table.hh              |   4 +-
137602  src/hb-ot-layout-common-private.hh   |  51 +++++-----
137603  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
137604  src/hb-ot-layout-gpos-table.hh       | 180 ++++++++++++++++-------------------
137605  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
137606  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
137607  src/hb-ot-maxp-table.hh              |   7 +-
137608  src/hb-ot-name-table.hh              |  17 ++--
137609  src/hb-private.hh                    |  39 ++++++--
137610  13 files changed, 299 insertions(+), 316 deletions(-)
137611
137612 commit 829e814ff358c5e700ba4df54932696801aa9f65
137613 Author: Behdad Esfahbod <behdad@behdad.org>
137614 Date:   Fri May 11 00:52:16 2012 +0200
137615
137616     Minor
137617
137618  src/hb-private.hh | 32 ++++++++++----------------------
137619  1 file changed, 10 insertions(+), 22 deletions(-)
137620
137621 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
137622 Author: Behdad Esfahbod <behdad@behdad.org>
137623 Date:   Fri May 11 00:50:38 2012 +0200
137624
137625     Code reshuffling
137626
137627  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
137628  1 file changed, 25 insertions(+), 11 deletions(-)
137629
137630 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
137631 Author: Behdad Esfahbod <behdad@behdad.org>
137632 Date:   Fri May 11 00:16:40 2012 +0200
137633
137634     Beautify debug output
137635
137636  src/hb-open-type-private.hh | 20 ++++++------
137637  src/hb-private.hh           | 74 +++++++++++++++++++++++++++------------------
137638  2 files changed, 55 insertions(+), 39 deletions(-)
137639
137640 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
137641 Author: Behdad Esfahbod <behdad@behdad.org>
137642 Date:   Thu May 10 23:24:43 2012 +0200
137643
137644     More massaging trace messaging
137645
137646  src/hb-open-type-private.hh          | 2 +-
137647  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
137648  src/hb-private.hh                    | 4 ++--
137649  3 files changed, 5 insertions(+), 5 deletions(-)
137650
137651 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
137652 Author: Behdad Esfahbod <behdad@behdad.org>
137653 Date:   Thu May 10 23:09:48 2012 +0200
137654
137655     Minor
137656
137657  src/hb-set-private.hh | 2 +-
137658  1 file changed, 1 insertion(+), 1 deletion(-)
137659
137660 commit 208109703c929428c684ddcf9310b8ba780c4c31
137661 Author: Behdad Esfahbod <behdad@behdad.org>
137662 Date:   Thu May 10 23:06:58 2012 +0200
137663
137664     Better trace message support infrastructure
137665     
137666     We have varargs in the trace interface now.  To be used soon...
137667
137668  src/hb-open-type-private.hh          | 17 ++++------
137669  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
137670  src/hb-private.hh                    | 64 ++++++++++++++++++++++++++----------
137671  3 files changed, 56 insertions(+), 29 deletions(-)
137672
137673 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
137674 Author: Behdad Esfahbod <behdad@behdad.org>
137675 Date:   Thu May 10 21:44:50 2012 +0200
137676
137677     [Indic] Towards better Reph positioning
137678     
137679     Fixed for Deva cases with two full-form consonants.  Failures **way** down.
137680     Not much left to go :-).
137681
137682  src/hb-ot-shape-complex-indic.cc | 111 ++++++++++++++++++++++++++++-----------
137683  1 file changed, 80 insertions(+), 31 deletions(-)
137684
137685 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
137686 Author: Behdad Esfahbod <behdad@behdad.org>
137687 Date:   Thu May 10 21:20:37 2012 +0200
137688
137689     [Indic] Add Ra back for scripts without Reph
137690     
137691     We now check that the 'rphp' table exists before forming Reph, so
137692     we don't need to comment out Ra for those scripts.
137693
137694  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
137695  1 file changed, 5 insertions(+), 5 deletions(-)
137696
137697 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
137698 Author: Behdad Esfahbod <behdad@behdad.org>
137699 Date:   Thu May 10 18:38:22 2012 +0200
137700
137701     [Indic] Add note re Uniscribe clusters
137702
137703  src/hb-ot-shape-complex-indic.cc | 4 ++++
137704  1 file changed, 4 insertions(+)
137705
137706 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
137707 Author: Behdad Esfahbod <behdad@behdad.org>
137708 Date:   Thu May 10 18:34:34 2012 +0200
137709
137710     [Indic] Do clustering like Uniscribe does
137711     
137712     Hindi Wikipedia failures down to 6639 (0.938381%)!
137713
137714  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
137715  1 file changed, 20 insertions(+), 4 deletions(-)
137716
137717 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
137718 Author: Behdad Esfahbod <behdad@behdad.org>
137719 Date:   Thu May 10 18:31:17 2012 +0200
137720
137721     [Indic] Add test for matra group
137722     
137723     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
137724     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
137725     after all Matras, not just the last one.  It makes more sense.
137726
137727  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
137728  .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt        | 1 +
137729  2 files changed, 2 insertions(+)
137730
137731 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
137732 Author: Behdad Esfahbod <behdad@behdad.org>
137733 Date:   Thu May 10 15:41:04 2012 +0200
137734
137735     [Indic] Reorder Reph to before the Halant after Matras
137736     
137737     Uniscribe doesn't do it, but we want to do as it gives the Reph the
137738     opportunity to interact with the Matras.  Test with mangal for example.
137739     Sequence: <0930,094d,0915,094b,094d>
137740     In test suite already.
137741
137742  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
137743  1 file changed, 12 insertions(+)
137744
137745 commit daf3234bdc82c669302599a76d2b14f5e69989db
137746 Author: Behdad Esfahbod <behdad@behdad.org>
137747 Date:   Thu May 10 15:28:27 2012 +0200
137748
137749     [Indic] Don't clear the mask for Reph
137750     
137751     This was removing the mandatory global 1 bit in the mask and hence
137752     disabling GPOS for Reph!
137753
137754  src/hb-ot-shape-complex-indic.cc | 2 +-
137755  1 file changed, 1 insertion(+), 1 deletion(-)
137756
137757 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
137758 Author: Behdad Esfahbod <behdad@behdad.org>
137759 Date:   Thu May 10 14:48:25 2012 +0200
137760
137761     [Indic] Improve Left Matra repositioning
137762     
137763     Move its dependents too.
137764
137765  src/hb-ot-shape-complex-indic.cc | 2 +-
137766  1 file changed, 1 insertion(+), 1 deletion(-)
137767
137768 commit 61a58e26a5bda16851669404fc8206896e124740
137769 Author: Behdad Esfahbod <behdad@behdad.org>
137770 Date:   Thu May 10 14:43:53 2012 +0200
137771
137772     [Indic] Add tricky reordering test cases
137773     
137774     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
137775     where it is, but we want to move it with the Matra as that makes more
137776     logical sense.
137777
137778  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  | 1 +
137779  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   | 4 ++++
137780  2 files changed, 5 insertions(+)
137781
137782 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
137783 Author: Behdad Esfahbod <behdad@behdad.org>
137784 Date:   Thu May 10 13:45:52 2012 +0200
137785
137786     [Indic] Do Reph repositioning in final reordering like the spec says
137787     
137788     This introduced a failure, which we tracked down to a test case like this:
137789     
137790       U+092E,U+094B,U+094D,U+0930
137791     
137792     The final character is a Ra that should be put in a syllable of it's
137793     own.  And we do.  But it will interact with the Halant before it.  So
137794     now we finally are convinced that we have to limit features to syllable
137795     boundaries.  That's coming after lunch!
137796
137797  src/hb-ot-shape-complex-indic-private.hh |   2 -
137798  src/hb-ot-shape-complex-indic.cc         | 103 +++++++++++++++++++------------
137799  2 files changed, 64 insertions(+), 41 deletions(-)
137800
137801 commit 4705a7026900e51f6430f03a73c87f2df035df92
137802 Author: Behdad Esfahbod <behdad@behdad.org>
137803 Date:   Thu May 10 13:09:08 2012 +0200
137804
137805     Minor
137806
137807  src/hb-ot-shape-complex-indic.cc | 3 +++
137808  1 file changed, 3 insertions(+)
137809
137810 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
137811 Author: Behdad Esfahbod <behdad@behdad.org>
137812 Date:   Thu May 10 12:53:53 2012 +0200
137813
137814     [Indic] Reorder left matras to be closer to base
137815
137816  src/hb-ot-shape-complex-indic-private.hh |  4 ---
137817  src/hb-ot-shape-complex-indic.cc         | 50 +++++++++++++++++++++++++++++---
137818  2 files changed, 46 insertions(+), 8 deletions(-)
137819
137820 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
137821 Author: Behdad Esfahbod <behdad@behdad.org>
137822 Date:   Thu May 10 12:20:21 2012 +0200
137823
137824     [Indic] Treat the standalone cluster case reusing the consonant logic
137825
137826  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
137827  1 file changed, 6 insertions(+), 6 deletions(-)
137828
137829 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
137830 Author: Behdad Esfahbod <behdad@behdad.org>
137831 Date:   Thu May 10 12:17:16 2012 +0200
137832
137833     [Indic] Minor
137834
137835  src/hb-ot-shape-complex-indic.cc | 2 +-
137836  1 file changed, 1 insertion(+), 1 deletion(-)
137837
137838 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
137839 Author: Behdad Esfahbod <behdad@behdad.org>
137840 Date:   Thu May 10 12:07:33 2012 +0200
137841
137842     [Indic] Handle Vowel syllables
137843     
137844     Reusing the consonant logic!
137845
137846  src/hb-ot-shape-complex-indic-private.hh |  3 +--
137847  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
137848  2 files changed, 7 insertions(+), 7 deletions(-)
137849
137850 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
137851 Author: Behdad Esfahbod <behdad@behdad.org>
137852 Date:   Thu May 10 11:41:51 2012 +0200
137853
137854     [Indic] Simplify Reph logic
137855
137856  src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
137857  1 file changed, 5 insertions(+), 19 deletions(-)
137858
137859 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
137860 Author: Behdad Esfahbod <behdad@behdad.org>
137861 Date:   Thu May 10 11:37:42 2012 +0200
137862
137863     [Indic] Don't form Reph is Ra is the only consonant in the syllable
137864
137865  src/hb-ot-shape-complex-indic-private.hh |  2 +-
137866  src/hb-ot-shape-complex-indic.cc         | 10 ++++++++++
137867  2 files changed, 11 insertions(+), 1 deletion(-)
137868
137869 commit b99d63ae114fb58f129562b293a8a66543d499ad
137870 Author: Behdad Esfahbod <behdad@behdad.org>
137871 Date:   Thu May 10 11:32:52 2012 +0200
137872
137873     [Indic] Increase max syllable length
137874     
137875     20 was way too low, one could hit a syllable with 7ish consonants with it.
137876
137877  src/hb-ot-shape-complex-indic.cc | 2 +-
137878  1 file changed, 1 insertion(+), 1 deletion(-)
137879
137880 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
137881 Author: Behdad Esfahbod <behdad@behdad.org>
137882 Date:   Thu May 10 11:31:20 2012 +0200
137883
137884     [Indic] Adjust base after sorting
137885
137886  src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
137887  1 file changed, 10 insertions(+), 1 deletion(-)
137888
137889 commit d3637edb248162970e202e9d0671540274192844
137890 Author: Behdad Esfahbod <behdad@behdad.org>
137891 Date:   Thu May 10 10:51:38 2012 +0200
137892
137893     [Indic] Don't return for long syllables.  Just not sort.
137894
137895  src/hb-ot-shape-complex-indic.cc | 6 ++----
137896  1 file changed, 2 insertions(+), 4 deletions(-)
137897
137898 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
137899 Author: Behdad Esfahbod <behdad@behdad.org>
137900 Date:   Wed May 9 19:10:07 2012 +0200
137901
137902     Fix Uniscribe clusters with multiple items
137903
137904  src/hb-uniscribe.cc | 3 +++
137905  1 file changed, 3 insertions(+)
137906
137907 commit 86e5dd386a7989701da476db89be268e4ac1e219
137908 Author: Behdad Esfahbod <behdad@behdad.org>
137909 Date:   Wed May 9 18:57:37 2012 +0200
137910
137911     [Indic] Don't give up syllable parsing upon junk
137912
137913  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
137914  1 file changed, 2 insertions(+), 2 deletions(-)
137915
137916 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
137917 Author: Behdad Esfahbod <behdad@behdad.org>
137918 Date:   Wed May 9 17:56:03 2012 +0200
137919
137920     [Indic] Towards multi-cluster syllables and final reordering
137921
137922  src/hb-ot-shape-complex-arabic.cc        |  2 +-
137923  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
137924  src/hb-ot-shape-complex-indic-private.hh |  1 +
137925  src/hb-ot-shape-complex-indic.cc         | 45 +++++++++++++++++++++++---------
137926  src/hb-ot-shape-complex-private.hh       |  5 ++--
137927  5 files changed, 51 insertions(+), 23 deletions(-)
137928
137929 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
137930 Author: Behdad Esfahbod <behdad@behdad.org>
137931 Date:   Wed May 9 17:53:13 2012 +0200
137932
137933     Combine lig_id and lig_comp into one byte, to free up one for Indic
137934
137935  src/hb-ot-layout-gpos-table.hh       | 14 ++++++++------
137936  src/hb-ot-layout-gsub-table.hh       | 11 ++++-------
137937  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
137938  3 files changed, 34 insertions(+), 17 deletions(-)
137939
137940 commit 92332e5116271a5d96e532005fe750e7552a6cbb
137941 Author: Behdad Esfahbod <behdad@behdad.org>
137942 Date:   Wed May 9 17:40:00 2012 +0200
137943
137944     Minor
137945
137946  src/hb-ot-shape-complex-indic.cc | 41 ++++++++++++++++++++--------------------
137947  1 file changed, 21 insertions(+), 20 deletions(-)
137948
137949 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
137950 Author: Behdad Esfahbod <behdad@behdad.org>
137951 Date:   Wed May 9 17:24:39 2012 +0200
137952
137953     [Indic] Make room for more reordering positions
137954
137955  src/hb-ot-shape-complex-indic-private.hh | 213 ++++++++++++++++---------------
137956  src/hb-ot-shape-complex-indic.cc         |  12 +-
137957  2 files changed, 115 insertions(+), 110 deletions(-)
137958
137959 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
137960 Author: Behdad Esfahbod <behdad@behdad.org>
137961 Date:   Wed May 9 15:56:35 2012 +0200
137962
137963     [Indic] Improve matra vs consonant ordering
137964     
137965     Another 1.5% down.
137966
137967  src/hb-ot-shape-complex-indic-private.hh | 32 ++++++++++++++++++++------------
137968  src/hb-ot-shape-complex-indic.cc         |  6 +++---
137969  src/indic.cc                             |  2 +-
137970  3 files changed, 24 insertions(+), 16 deletions(-)
137971
137972 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
137973 Author: Behdad Esfahbod <behdad@behdad.org>
137974 Date:   Wed May 9 15:41:51 2012 +0200
137975
137976     [Indic] Categorize Anudatta
137977
137978  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
137979  1 file changed, 7 insertions(+), 2 deletions(-)
137980
137981 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
137982 Author: Behdad Esfahbod <behdad@behdad.org>
137983 Date:   Wed May 9 15:27:56 2012 +0200
137984
137985     [Indic] Add joiner test cases for Devanagari
137986
137987  .../indic/script-devanagari/misc/MANIFEST             |  1 +
137988  .../indic/script-devanagari/misc/joiners.txt          | 19 +++++++++++++++++++
137989  2 files changed, 20 insertions(+)
137990
137991 commit 19d984edaa4f86c842345a9d4150597e045e1887
137992 Author: Behdad Esfahbod <behdad@behdad.org>
137993 Date:   Wed May 9 15:21:13 2012 +0200
137994
137995     [Indic] Make sure Reph jumps over all matras to the right
137996     
137997     Another 12 thousand failures gone! (78 to go)
137998
137999  src/hb-ot-shape-complex-indic.cc | 2 +-
138000  1 file changed, 1 insertion(+), 1 deletion(-)
138001
138002 commit 9034641333d7bfb41a0784cce72e43591faea083
138003 Author: Behdad Esfahbod <behdad@behdad.org>
138004 Date:   Wed May 9 15:04:58 2012 +0200
138005
138006     [Indic] Keep Vedic signs at the right too
138007
138008  src/hb-ot-shape-complex-indic.cc | 3 ++-
138009  1 file changed, 2 insertions(+), 1 deletion(-)
138010
138011 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
138012 Author: Behdad Esfahbod <behdad@behdad.org>
138013 Date:   Wed May 9 15:04:13 2012 +0200
138014
138015     Replace zerowidth invisible chars with a zero-advance space glyph
138016     
138017     Like Uniscribe does.
138018
138019  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
138020  src/hb-ot-shape-complex-indic.cc   | 20 -------------------
138021  src/hb-ot-shape-complex-private.hh |  4 ++--
138022  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
138023  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
138024  src/hb-ot-shape.cc                 | 41 +++++++++++++++++++++++++-------------
138025  src/hb-unicode-private.hh          | 38 +++++++++++++++++++++++++++++++++++
138026  7 files changed, 105 insertions(+), 53 deletions(-)
138027
138028 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
138029 Author: Behdad Esfahbod <behdad@behdad.org>
138030 Date:   Wed May 9 13:23:27 2012 +0200
138031
138032     [indic] Keep the syllable modifier marks to the right
138033     
138034     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
138035
138036  src/hb-ot-shape-complex-indic.cc | 2 ++
138037  1 file changed, 2 insertions(+)
138038
138039 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
138040 Author: Behdad Esfahbod <behdad@behdad.org>
138041 Date:   Wed May 9 12:37:27 2012 +0200
138042
138043     Minor
138044
138045  src/hb-ot-shape-complex-private.hh | 2 +-
138046  1 file changed, 1 insertion(+), 1 deletion(-)
138047
138048 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
138049 Author: Behdad Esfahbod <behdad@behdad.org>
138050 Date:   Wed May 9 12:03:09 2012 +0200
138051
138052     Minor
138053
138054  src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
138055  1 file changed, 7 insertions(+), 7 deletions(-)
138056
138057 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
138058 Author: Behdad Esfahbod <behdad@behdad.org>
138059 Date:   Wed May 9 11:43:43 2012 +0200
138060
138061     [indic] Better Reph matching
138062
138063  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
138064  1 file changed, 15 insertions(+), 6 deletions(-)
138065
138066 commit df6d45c693c417bf311e6fa49f18a8558542e525
138067 Author: Behdad Esfahbod <behdad@behdad.org>
138068 Date:   Wed May 9 11:38:31 2012 +0200
138069
138070     Minor
138071
138072  src/hb-ot-shape-complex-indic.cc | 2 +-
138073  1 file changed, 1 insertion(+), 1 deletion(-)
138074
138075 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
138076 Author: Behdad Esfahbod <behdad@behdad.org>
138077 Date:   Wed May 9 11:07:18 2012 +0200
138078
138079     [indic] Apply Indic features in order
138080
138081  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
138082  1 file changed, 6 insertions(+), 2 deletions(-)
138083
138084 commit 1ac075b227090a9ad930dcc1670236c176b27067
138085 Author: Behdad Esfahbod <behdad@behdad.org>
138086 Date:   Wed May 9 11:06:47 2012 +0200
138087
138088     [indic] Apply rakaar forms
138089     
138090     Fixes 10% of the failures against all of Hindi Wikipedia!
138091
138092  src/hb-ot-shape-complex-indic.cc | 2 +-
138093  1 file changed, 1 insertion(+), 1 deletion(-)
138094
138095 commit 2214a03900d32710573a1b05c7665195b3129761
138096 Author: Behdad Esfahbod <behdad@behdad.org>
138097 Date:   Wed May 9 09:54:54 2012 +0200
138098
138099     Add hb-diff-ngrams
138100
138101  test/shaping/Makefile.am      |  1 +
138102  test/shaping/hb-diff-ngrams   |  5 +++
138103  test/shaping/hb_test_tools.py | 71 ++++++++++++++++++++++++++++++++++++++++---
138104  3 files changed, 72 insertions(+), 5 deletions(-)
138105
138106 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
138107 Author: Behdad Esfahbod <behdad@behdad.org>
138108 Date:   Wed May 9 08:57:29 2012 +0200
138109
138110     Add N-gram generator
138111
138112  test/shaping/hb_test_tools.py | 72 +++++++++++++++++++++++++++++++++++++++++--
138113  1 file changed, 70 insertions(+), 2 deletions(-)
138114
138115 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
138116 Author: Behdad Esfahbod <behdad@behdad.org>
138117 Date:   Wed May 9 08:16:15 2012 +0200
138118
138119     Use groupby()
138120
138121  test/shaping/hb_test_tools.py | 26 ++++++++------------------
138122  1 file changed, 8 insertions(+), 18 deletions(-)
138123
138124 commit c438a14b62433db488b5c90854a4a3934adf3305
138125 Author: Behdad Esfahbod <behdad@behdad.org>
138126 Date:   Wed May 9 07:45:17 2012 +0200
138127
138128     Add hb-diff-stat
138129
138130  test/shaping/Makefile.am      |  1 +
138131  test/shaping/hb-diff-stat     |  5 +++++
138132  test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
138133  3 files changed, 26 insertions(+), 2 deletions(-)
138134
138135 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
138136 Author: Behdad Esfahbod <behdad@behdad.org>
138137 Date:   Wed May 9 07:30:07 2012 +0200
138138
138139     Make hb-diff-filter-failtures retain all test info for failed tests
138140
138141  test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
138142  1 file changed, 26 insertions(+), 7 deletions(-)
138143
138144 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
138145 Author: Behdad Esfahbod <behdad@behdad.org>
138146 Date:   Tue May 8 23:41:41 2012 +0200
138147
138148     Add hb-diff-colorize
138149     
138150     Accepts --format=html now.
138151
138152  test/shaping/Makefile.am      |   1 +
138153  test/shaping/hb-diff          |   4 +-
138154  test/shaping/hb-diff-colorize |   7 ++
138155  test/shaping/hb_test_tools.py | 158 +++++++++++++++++++++++++-----------------
138156  4 files changed, 106 insertions(+), 64 deletions(-)
138157
138158 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
138159 Author: Behdad Esfahbod <behdad@behdad.org>
138160 Date:   Tue May 8 22:44:21 2012 +0200
138161
138162     Cleanup diff
138163     
138164     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
138165     tool.
138166
138167  test/shaping/hb-diff          | 10 +++-------
138168  test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
138169  2 files changed, 21 insertions(+), 21 deletions(-)
138170
138171 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
138172 Author: Behdad Esfahbod <behdad@behdad.org>
138173 Date:   Tue May 8 19:38:49 2012 +0200
138174
138175     Make hb-diff faster
138176
138177  test/shaping/hb_test_tools.py | 6 ++++--
138178  1 file changed, 4 insertions(+), 2 deletions(-)
138179
138180 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
138181 Author: Behdad Esfahbod <behdad@behdad.org>
138182 Date:   Tue May 8 18:55:29 2012 +0200
138183
138184     More tests
138185
138186  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
138187  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
138188  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
138189  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    | 10 ++++++++++
138190  4 files changed, 16 insertions(+)
138191
138192 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
138193 Author: Behdad Esfahbod <behdad@behdad.org>
138194 Date:   Sat May 5 22:38:20 2012 +0200
138195
138196     Fix warning and build issues
138197     
138198     As reported by Jonathan Kew on the list.
138199
138200  src/hb-set-private.hh | 2 +-
138201  src/main.cc           | 9 +++++----
138202  2 files changed, 6 insertions(+), 5 deletions(-)
138203
138204 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
138205 Author: Behdad Esfahbod <behdad@behdad.org>
138206 Date:   Wed Apr 25 00:14:46 2012 -0400
138207
138208     Minor
138209
138210  src/hb-set-private.hh | 2 ++
138211  src/hb-set.cc         | 2 ++
138212  2 files changed, 4 insertions(+)
138213
138214 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
138215 Author: Behdad Esfahbod <behdad@behdad.org>
138216 Date:   Tue Apr 24 16:56:37 2012 -0400
138217
138218     Add hb_ot_shape_glyphs_closure()
138219     
138220     Experimental API for now.
138221
138222  src/hb-ot-map-private.hh |  7 ++++---
138223  src/hb-ot-shape.cc       | 35 +++++++++++++++++++++++++++++++++++
138224  src/hb-ot.h              |  8 ++++++++
138225  src/hb-set-private.hh    |  3 +++
138226  4 files changed, 50 insertions(+), 3 deletions(-)
138227
138228 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
138229 Author: Behdad Esfahbod <behdad@behdad.org>
138230 Date:   Tue Apr 24 16:02:12 2012 -0400
138231
138232     Minor
138233
138234  src/hb-unicode.cc | 2 --
138235  1 file changed, 2 deletions(-)
138236
138237 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
138238 Author: Behdad Esfahbod <behdad@behdad.org>
138239 Date:   Tue Apr 24 16:01:30 2012 -0400
138240
138241     Minor
138242
138243  src/hb-ot-shape-normalize.cc | 1 +
138244  1 file changed, 1 insertion(+)
138245
138246 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
138247 Author: Behdad Esfahbod <behdad@behdad.org>
138248 Date:   Tue Apr 24 16:00:50 2012 -0400
138249
138250     Add test caes for a minority language using Bengali
138251     
138252     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
138253     According to Bobby de Vos on the mailing list, this results in a dotted
138254     circle with most shaping engines, but is a legitimate sequence in this
138255     minority language.
138256     
138257     We reached the consensus on the list to NOT implement dotted-circle
138258     in HarfBuzz.
138259
138260  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt        | 1 +
138261  1 file changed, 1 insertion(+)
138262
138263 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
138264 Author: Behdad Esfahbod <behdad@behdad.org>
138265 Date:   Tue Apr 24 14:21:15 2012 -0400
138266
138267     Add a few more set operations
138268     
138269     TODO: Tests for hb_set_t.
138270
138271  src/hb-set-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-
138272  src/hb-set.cc         | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
138273  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
138274  3 files changed, 139 insertions(+), 4 deletions(-)
138275
138276 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
138277 Author: Behdad Esfahbod <behdad@behdad.org>
138278 Date:   Mon Apr 23 23:03:12 2012 -0400
138279
138280     Make closure() return void
138281
138282  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
138283  src/hb-ot-layout-gsubgpos-private.hh | 165 ++++++++++++++++++-----------------
138284  src/hb-ot-layout.cc                  |  10 +--
138285  src/hb-ot-layout.h                   |   8 +-
138286  src/hb-set-private.hh                |  20 ++---
138287  5 files changed, 157 insertions(+), 188 deletions(-)
138288
138289 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
138290 Author: Behdad Esfahbod <behdad@behdad.org>
138291 Date:   Mon Apr 23 22:41:09 2012 -0400
138292
138293     Add hb_set_t
138294
138295  TODO                               |   2 +
138296  src/Makefile.am                    |   3 +
138297  src/hb-ot-layout-common-private.hh |   1 +
138298  src/hb-ot-layout-private.hh        |  47 ---------------
138299  src/hb-ot-layout.h                 |   2 -
138300  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
138301  src/hb-set.cc                      | 120 +++++++++++++++++++++++++++++++++++++
138302  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
138303  src/hb.h                           |   1 +
138304  9 files changed, 313 insertions(+), 49 deletions(-)
138305
138306 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
138307 Author: Behdad Esfahbod <behdad@behdad.org>
138308 Date:   Mon Apr 23 22:26:13 2012 -0400
138309
138310     Update copyright headers
138311
138312  src/hb-ot-layout-common-private.hh   | 2 +-
138313  src/hb-ot-layout-gpos-table.hh       | 2 +-
138314  src/hb-ot-layout-gsub-table.hh       | 2 +-
138315  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
138316  4 files changed, 4 insertions(+), 4 deletions(-)
138317
138318 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
138319 Author: Behdad Esfahbod <behdad@behdad.org>
138320 Date:   Mon Apr 23 22:23:17 2012 -0400
138321
138322     Rename hb_glyph_map_t to hb_set_t
138323
138324  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
138325  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
138326  src/hb-ot-layout-private.hh          |  2 +-
138327  src/hb-ot-layout.cc                  |  2 +-
138328  src/hb-ot-layout.h                   |  4 ++--
138329  src/hb-ot-map-private.hh             |  2 +-
138330  src/hb-ot-map.cc                     |  2 +-
138331  7 files changed, 20 insertions(+), 20 deletions(-)
138332
138333 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
138334 Author: Behdad Esfahbod <behdad@behdad.org>
138335 Date:   Mon Apr 23 22:20:14 2012 -0400
138336
138337     Improve clustering
138338
138339  src/hb-ot-shape.cc | 5 ++---
138340  1 file changed, 2 insertions(+), 3 deletions(-)
138341
138342 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
138343 Author: Behdad Esfahbod <behdad@behdad.org>
138344 Date:   Mon Apr 23 22:18:54 2012 -0400
138345
138346     Minor
138347
138348  src/hb-buffer-private.hh          | 2 +-
138349  src/hb-buffer.cc                  | 2 +-
138350  src/hb-graphite2.cc               | 5 ++---
138351  src/hb-ot-shape-complex-arabic.cc | 4 ++--
138352  src/hb-ot-shape-complex-misc.cc   | 4 ++--
138353  5 files changed, 8 insertions(+), 9 deletions(-)
138354
138355 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
138356 Author: Behdad Esfahbod <behdad@behdad.org>
138357 Date:   Mon Apr 23 17:21:14 2012 -0400
138358
138359     Add map->substitute_closure()
138360
138361  src/hb-ot-map-private.hh |  3 +++
138362  src/hb-ot-map.cc         | 15 +++++++++++++++
138363  2 files changed, 18 insertions(+)
138364
138365 commit 31081f7390e5130df72f89acc609ccab5dc77a48
138366 Author: Behdad Esfahbod <behdad@behdad.org>
138367 Date:   Mon Apr 23 16:54:58 2012 -0400
138368
138369     Implement closure() for Context and ChainContext lookups
138370
138371  src/hb-ot-layout-common-private.hh   |  54 ++++++
138372  src/hb-ot-layout-gsubgpos-private.hh | 347 ++++++++++++++++++++++++++++-------
138373  src/hb-ot-layout-private.hh          |  23 ++-
138374  3 files changed, 351 insertions(+), 73 deletions(-)
138375
138376 commit c64ddab3c34897cd520d4d73a054866e649e8793
138377 Author: Behdad Esfahbod <behdad@behdad.org>
138378 Date:   Mon Apr 23 15:28:35 2012 -0400
138379
138380     Flesh out closure() for GSUB
138381     
138382     The GSUBGPOS part still missing.
138383
138384  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
138385  src/hb-ot-layout-gsub-table.hh     | 112 ++++++++++++++++++++++++++++---------
138386  src/hb-ot-layout-private.hh        |  34 +++++++++++
138387  src/hb-ot-layout.h                 |   2 +-
138388  4 files changed, 165 insertions(+), 44 deletions(-)
138389
138390 commit 0da132bde4d576a03095d6738507954f7f85103d
138391 Author: Behdad Esfahbod <behdad@behdad.org>
138392 Date:   Mon Apr 23 14:21:33 2012 -0400
138393
138394     Fix Coverage iters
138395
138396  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
138397  1 file changed, 21 insertions(+), 9 deletions(-)
138398
138399 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
138400 Author: Behdad Esfahbod <behdad@behdad.org>
138401 Date:   Mon Apr 23 13:20:52 2012 -0400
138402
138403     Minor
138404
138405  src/hb-ot-layout-gsubgpos-private.hh | 1 -
138406  src/hb-ot-layout.cc                  | 6 +++---
138407  src/hb-ot-layout.h                   | 8 ++++++++
138408  src/hb-private.hh                    | 4 +++-
138409  4 files changed, 14 insertions(+), 5 deletions(-)
138410
138411 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
138412 Author: Behdad Esfahbod <behdad@behdad.org>
138413 Date:   Mon Apr 23 13:17:09 2012 -0400
138414
138415     Minor refactoring
138416
138417  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
138418  src/hb-ot-layout-gsub-table.hh       | 39 +++++++++++++++++-------------------
138419  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
138420  src/hb-ot-layout.cc                  |  6 ++++--
138421  4 files changed, 36 insertions(+), 44 deletions(-)
138422
138423 commit f94b0aa64609654497ced9c00312c9643eb69053
138424 Author: Behdad Esfahbod <behdad@behdad.org>
138425 Date:   Mon Apr 23 13:04:38 2012 -0400
138426
138427     Add "closure" operation stubs to GSUB
138428     
138429     Filling in.
138430
138431  src/hb-ot-layout-gsub-table.hh       | 179 +++++++++++++++++++++++++++++++++++
138432  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
138433  src/hb-ot-layout.cc                  |   8 ++
138434  3 files changed, 293 insertions(+), 4 deletions(-)
138435
138436 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
138437 Author: Behdad Esfahbod <behdad@behdad.org>
138438 Date:   Mon Apr 23 13:02:14 2012 -0400
138439
138440     Add Coverage iterators
138441
138442  src/hb-ot-layout-common-private.hh | 59 ++++++++++++++++++++++++++++++++++++++
138443  1 file changed, 59 insertions(+)
138444
138445 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
138446 Author: Behdad Esfahbod <behdad@behdad.org>
138447 Date:   Thu Apr 19 22:34:06 2012 -0400
138448
138449     Add Indic inspection tool
138450
138451  src/Makefile.am                          |   7 +-
138452  src/hb-ot-shape-complex-indic-private.hh | 264 +++++++++++++++++++++++++++++++
138453  src/hb-ot-shape-complex-indic.cc         | 229 +--------------------------
138454  src/indic.cc                             |  46 ++++++
138455  4 files changed, 317 insertions(+), 229 deletions(-)
138456
138457 commit a06411ecf93c7e5256e363eef3ef69554896dd55
138458 Author: Behdad Esfahbod <behdad@behdad.org>
138459 Date:   Thu Apr 19 22:28:25 2012 -0400
138460
138461     Minor matra renumbering
138462     
138463     Should have no visible effect.
138464
138465  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
138466  1 file changed, 17 insertions(+), 13 deletions(-)
138467
138468 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
138469 Author: Behdad Esfahbod <behdad@behdad.org>
138470 Date:   Thu Apr 19 22:21:38 2012 -0400
138471
138472     Add GSUB "would_apply" API
138473     
138474     To be used in the Indic shaper later.  Unused for now.
138475
138476  src/hb-ot-layout-gsub-table.hh | 140 ++++++++++++++++++++++++++++++++++++++++-
138477  1 file changed, 138 insertions(+), 2 deletions(-)
138478
138479 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
138480 Author: Behdad Esfahbod <behdad@behdad.org>
138481 Date:   Tue Apr 17 13:42:30 2012 -0400
138482
138483     Minor
138484
138485  TODO | 3 +++
138486  1 file changed, 3 insertions(+)
138487
138488 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
138489 Author: Behdad Esfahbod <behdad@behdad.org>
138490 Date:   Tue Apr 17 12:37:19 2012 -0400
138491
138492     Make font immutable in hb_shape()
138493
138494  src/hb-shape.cc | 2 ++
138495  1 file changed, 2 insertions(+)
138496
138497 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
138498 Author: Behdad Esfahbod <behdad@behdad.org>
138499 Date:   Tue Apr 17 11:44:49 2012 -0400
138500
138501     Minor note re Graphite
138502
138503  src/hb-graphite2.cc | 3 +++
138504  1 file changed, 3 insertions(+)
138505
138506 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
138507 Author: Behdad Esfahbod <behdad@behdad.org>
138508 Date:   Tue Apr 17 11:39:48 2012 -0400
138509
138510     Fix leak in graphite
138511
138512  src/hb-graphite2.cc | 1 +
138513  1 file changed, 1 insertion(+)
138514
138515 commit 0290bbf8611aa881daed907f22256a431250c90a
138516 Author: Behdad Esfahbod <behdad@behdad.org>
138517 Date:   Tue Apr 17 10:28:21 2012 -0400
138518
138519     Add another Thai test
138520
138521  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
138522  1 file changed, 1 insertion(+)
138523
138524 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
138525 Author: Behdad Esfahbod <behdad@behdad.org>
138526 Date:   Mon Apr 16 21:05:51 2012 -0400
138527
138528     Fix ragel regexp in vowel-based syllable
138529     
138530     As reported by datao zhang on the mailing list.
138531
138532  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
138533  1 file changed, 1 insertion(+), 1 deletion(-)
138534
138535 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
138536 Author: Behdad Esfahbod <behdad@behdad.org>
138537 Date:   Mon Apr 16 21:05:11 2012 -0400
138538
138539     Rewrite ragel expression to better match the one on MS spec
138540     
138541     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
138542
138543  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
138544  1 file changed, 1 insertion(+), 1 deletion(-)
138545
138546 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
138547 Author: Behdad Esfahbod <behdad@behdad.org>
138548 Date:   Mon Apr 16 18:08:20 2012 -0400
138549
138550     Add --utf8-clusters
138551     
138552     Also fix cairo cluster generation.
138553
138554  util/hb-shape.cc     |  8 +++++---
138555  util/hb-view.hh      |  2 +-
138556  util/helper-cairo.cc | 22 +++++++++++++++++-----
138557  util/helper-cairo.hh |  3 ++-
138558  util/options.cc      | 19 ++++++++++++++-----
138559  util/options.hh      | 26 ++++++++++++++++----------
138560  util/view-cairo.cc   |  5 +++--
138561  util/view-cairo.hh   |  3 ++-
138562  8 files changed, 60 insertions(+), 28 deletions(-)
138563
138564 commit effb42e5c520128bdc2e29398ed801730c5c0f52
138565 Author: Behdad Esfahbod <behdad@behdad.org>
138566 Date:   Mon Apr 16 16:04:07 2012 -0400
138567
138568     Always use cairo_show_text_glyphs()
138569     
138570     Better catches cluster errors.
138571
138572  util/view-cairo.cc | 2 +-
138573  1 file changed, 1 insertion(+), 1 deletion(-)
138574
138575 commit 799cfdd15ab369580b2283200c3aca6866214b59
138576 Author: Behdad Esfahbod <behdad@behdad.org>
138577 Date:   Mon Apr 16 16:00:36 2012 -0400
138578
138579     Make page progression be right to left for vertical text
138580
138581  util/view-cairo.cc | 8 ++++----
138582  1 file changed, 4 insertions(+), 4 deletions(-)
138583
138584 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
138585 Author: Behdad Esfahbod <behdad@behdad.org>
138586 Date:   Mon Apr 16 15:55:13 2012 -0400
138587
138588     Apply 'liga' for vertical writing mode too
138589     
138590     Apparently that's what Kazuraki uses to form vertical ligatures,
138591     which suggests that it's what Adobe does.
138592
138593  src/hb-ot-shape.cc | 2 +-
138594  1 file changed, 1 insertion(+), 1 deletion(-)
138595
138596 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
138597 Author: Behdad Esfahbod <behdad@behdad.org>
138598 Date:   Mon Apr 16 15:54:26 2012 -0400
138599
138600     Add Japanese test data from Adobe's Kazuraki font ligatures
138601
138602  test/shaping/texts/in-tree/shaper-default/MANIFEST |  1 +
138603  .../shaper-default/script-japanese/MANIFEST        |  1 +
138604  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
138605  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
138606  .../script-japanese/misc/kazuraki-liga.txt         | 53 ++++++++++++++++++++++
138607  5 files changed, 65 insertions(+)
138608
138609 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
138610 Author: Behdad Esfahbod <behdad@behdad.org>
138611 Date:   Sun Apr 15 14:12:13 2012 -0400
138612
138613     Add comment
138614
138615  src/hb-private.hh | 8 ++++++++
138616  1 file changed, 8 insertions(+)
138617
138618 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
138619 Author: Behdad Esfahbod <behdad@behdad.org>
138620 Date:   Sat Apr 14 20:47:14 2012 -0400
138621
138622     Minor
138623
138624  src/hb-ot-shape-normalize.cc | 11 +++++++++--
138625  src/hb-ot-shape-private.hh   |  9 ---------
138626  src/hb-ot-shape.cc           |  9 ++++++++-
138627  3 files changed, 17 insertions(+), 12 deletions(-)
138628
138629 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
138630 Author: Behdad Esfahbod <behdad@behdad.org>
138631 Date:   Sat Apr 14 20:23:58 2012 -0400
138632
138633     Move code around
138634
138635  src/hb-ot-shape-private.hh | 40 ----------------------------------------
138636  src/hb-ot-shape.cc         | 45 +++++++++++++++++++++++++++++++++++++++++----
138637  2 files changed, 41 insertions(+), 44 deletions(-)
138638
138639 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
138640 Author: Behdad Esfahbod <behdad@behdad.org>
138641 Date:   Sat Apr 14 19:40:18 2012 -0400
138642
138643     Minor
138644
138645  src/hb-common.h | 2 +-
138646  1 file changed, 1 insertion(+), 1 deletion(-)
138647
138648 commit d4adade217a61007dd2da5cd9eccf889f79a019a
138649 Author: Behdad Esfahbod <behdad@behdad.org>
138650 Date:   Sat Apr 14 19:23:17 2012 -0400
138651
138652     Add assert
138653
138654  src/hb-ot-shape.cc | 2 ++
138655  1 file changed, 2 insertions(+)
138656
138657 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
138658 Author: Behdad Esfahbod <behdad@behdad.org>
138659 Date:   Sat Apr 14 19:19:26 2012 -0400
138660
138661     Add HB_DIRECTION_IS_VALID
138662
138663  src/hb-common.h        | 1 +
138664  test/api/test-common.c | 7 +++++++
138665  2 files changed, 8 insertions(+)
138666
138667 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
138668 Author: Behdad Esfahbod <behdad@behdad.org>
138669 Date:   Sat Apr 14 18:51:50 2012 -0400
138670
138671     Remove public enum names again
138672     
138673     As was reported to me, glib-mkenum does not understand named enums,
138674     so remove for now.
138675
138676  src/hb-blob.h               | 2 +-
138677  src/hb-common.h             | 6 +++---
138678  src/hb-ot-layout-private.hh | 2 +-
138679  3 files changed, 5 insertions(+), 5 deletions(-)
138680
138681 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
138682 Author: Behdad Esfahbod <behdad@behdad.org>
138683 Date:   Sat Apr 14 18:47:07 2012 -0400
138684
138685     Minor
138686
138687  TODO | 2 ++
138688  1 file changed, 2 insertions(+)
138689
138690 commit 4bf90f648313e35d21b427a956aa1fe762bae757
138691 Author: Behdad Esfahbod <behdad@behdad.org>
138692 Date:   Thu Apr 12 17:38:23 2012 -0400
138693
138694     Make HB_DIRECTION_INVALID be zero
138695     
138696     This changes all the HB_DIRECTION_* enum member values, but is
138697     nicer, in preparation for making hb_segment_properties_t public.
138698
138699  src/hb-common.cc       |  7 ++++---
138700  src/hb-common.h        | 20 ++++++++++----------
138701  test/api/test-common.c |  9 +++++++--
138702  3 files changed, 21 insertions(+), 15 deletions(-)
138703
138704 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
138705 Author: Behdad Esfahbod <behdad@behdad.org>
138706 Date:   Thu Apr 12 17:38:02 2012 -0400
138707
138708     Minor
138709
138710  TODO | 6 +++++-
138711  1 file changed, 5 insertions(+), 1 deletion(-)
138712
138713 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
138714 Author: Behdad Esfahbod <behdad@behdad.org>
138715 Date:   Thu Apr 12 15:50:40 2012 -0400
138716
138717     Fix hb-view surface size calc for vertical text
138718     
138719     For some reason it doesn't quite work with IranianNastaliq, but
138720     that looks like a font issue.
138721
138722  util/helper-cairo.hh |  5 +++--
138723  util/options.hh      |  7 +++++++
138724  util/view-cairo.cc   | 31 +++++++++++++++++++++----------
138725  util/view-cairo.hh   |  1 +
138726  4 files changed, 32 insertions(+), 12 deletions(-)
138727
138728 commit 6bd9b479b8b2befbb0847282e93beade197c8038
138729 Author: Behdad Esfahbod <behdad@behdad.org>
138730 Date:   Thu Apr 12 14:53:53 2012 -0400
138731
138732     Hide backend-specific shape functions
138733     
138734     Also remove shaper_options argument to hb_shape_full().  That was
138735     unused and for "future".  Let it go.
138736     
138737     More shaper API coming in preparation for plan/planned API.
138738
138739  configure.ac                                   |  6 ++--
138740  src/Makefile.am                                | 11 +++----
138741  src/hb-fallback-shape-private.hh               |  9 +++---
138742  src/hb-fallback-shape.cc                       |  9 +++---
138743  src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++----------
138744  src/hb-graphite2.cc                            |  5 ++-
138745  src/hb-graphite2.h                             |  7 -----
138746  src/hb-ot-shape-private.hh                     |  8 +++--
138747  src/hb-ot-shape.cc                             | 11 +++----
138748  src/hb-ot.h                                    |  1 -
138749  src/hb-shape.cc                                | 24 ++++++---------
138750  src/hb-shape.h                                 |  1 -
138751  src/hb-uniscribe-private.hh                    | 42 ++++++++++++++++++++++++++
138752  src/hb-uniscribe.cc                            |  9 +++---
138753  src/hb-uniscribe.h                             |  7 -----
138754  util/options.hh                                |  2 +-
138755  16 files changed, 96 insertions(+), 86 deletions(-)
138756
138757 commit c6035cf802c60f0526f421f39a55886061df94ee
138758 Author: Behdad Esfahbod <behdad@behdad.org>
138759 Date:   Thu Apr 12 13:23:59 2012 -0400
138760
138761     Add names to enums
138762     
138763     gdb was showing <anonymous enum> instead of useful stuff, so name
138764     all our enums.
138765
138766  src/hb-blob.h                      | 2 +-
138767  src/hb-common.h                    | 6 +++---
138768  src/hb-ot-layout-common-private.hh | 2 +-
138769  src/hb-ot-layout-gdef-table.hh     | 2 +-
138770  src/hb-ot-layout-gpos-table.hh     | 5 ++---
138771  src/hb-ot-layout-gsub-table.hh     | 2 +-
138772  src/hb-ot-layout-private.hh        | 2 +-
138773  7 files changed, 10 insertions(+), 11 deletions(-)
138774
138775 commit d1c9eb458c843215da8df84b596bfae51fee135b
138776 Author: Behdad Esfahbod <behdad@behdad.org>
138777 Date:   Thu Apr 12 13:17:44 2012 -0400
138778
138779     Make it an error to include non-top-level headers
138780     
138781     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
138782     never things like hb-shape.h directly.  This makes it easier to
138783     refactor headers later on without breaking compatibility.
138784
138785  src/hb-blob.h       | 4 ++++
138786  src/hb-buffer.h     | 4 ++++
138787  src/hb-common.h     | 4 ++++
138788  src/hb-font.h       | 4 ++++
138789  src/hb-ft.h         | 2 --
138790  src/hb-glib.h       | 1 +
138791  src/hb-gobject.h    | 1 +
138792  src/hb-graphite2.h  | 5 +++--
138793  src/hb-icu.h        | 1 +
138794  src/hb-ot-layout.h  | 8 +++++---
138795  src/hb-ot-shape.h   | 9 +++++----
138796  src/hb-ot-tag.h     | 6 +++++-
138797  src/hb-ot.h         | 2 ++
138798  src/hb-private.hh   | 5 ++++-
138799  src/hb-shape.h      | 4 ++++
138800  src/hb-unicode.h    | 4 ++++
138801  src/hb-uniscribe.h  | 3 +--
138802  src/hb-version.h.in | 4 ++++
138803  src/hb.h            | 2 ++
138804  19 files changed, 58 insertions(+), 15 deletions(-)
138805
138806 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
138807 Author: Behdad Esfahbod <behdad@behdad.org>
138808 Date:   Thu Apr 12 12:29:10 2012 -0400
138809
138810     Minor
138811
138812  src/hb-ft.cc | 2 ++
138813  1 file changed, 2 insertions(+)
138814
138815 commit 0e3361464b00b76aa7375515163e0710a691db0c
138816 Author: Behdad Esfahbod <behdad@behdad.org>
138817 Date:   Thu Apr 12 10:06:52 2012 -0400
138818
138819     Fix bug with not setting Unicode props of the first character
138820     
138821     Fixes Mongolian shaping issue:
138822     https://bugs.freedesktop.org/show_bug.cgi?id=45695
138823
138824  src/hb-ot-shape.cc | 2 +-
138825  1 file changed, 1 insertion(+), 1 deletion(-)
138826
138827 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
138828 Author: Behdad Esfahbod <behdad@behdad.org>
138829 Date:   Thu Apr 12 09:59:26 2012 -0400
138830
138831     Minor
138832
138833  test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt | 1 -
138834  1 file changed, 1 deletion(-)
138835
138836 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
138837 Author: Behdad Esfahbod <behdad@behdad.org>
138838 Date:   Thu Apr 12 09:44:27 2012 -0400
138839
138840     Add Mongolian test case
138841
138842  test/shaping/texts/in-tree/MANIFEST                                   | 1 +
138843  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        | 1 +
138844  .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        | 4 ++++
138845  test/shaping/texts/in-tree/shaper-thai/MANIFEST                       | 1 +
138846  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  | 1 +
138847  5 files changed, 8 insertions(+)
138848
138849 commit c65662b71e6160f5adfb6226d97589ca457d98b9
138850 Author: Behdad Esfahbod <behdad@behdad.org>
138851 Date:   Thu Apr 12 09:31:55 2012 -0400
138852
138853     Fix left-matra positioning in Indic
138854     
138855     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
138856     dictionary (of ~16000 entries).
138857
138858  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
138859  1 file changed, 6 insertions(+), 6 deletions(-)
138860
138861 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
138862 Author: Behdad Esfahbod <behdad@behdad.org>
138863 Date:   Wed Apr 11 22:04:42 2012 -0400
138864
138865     Adjust TODO
138866
138867  TODO | 2 +-
138868  1 file changed, 1 insertion(+), 1 deletion(-)
138869
138870 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
138871 Author: Behdad Esfahbod <behdad@behdad.org>
138872 Date:   Wed Apr 11 22:00:46 2012 -0400
138873
138874     [hangul] Apply *jmo features to all Hangul chars
138875     
138876     This is what old HB does.  Morever, fixes rendering with Win8 malgun
138877     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
138878     but Win8 version works as expected, like Uniscribe, with this change.
138879     
138880     Lets call Hangul done for now.
138881
138882  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
138883  1 file changed, 9 insertions(+)
138884
138885 commit 3baae2440de69577d330209edb708e7d2bb2231d
138886 Author: Behdad Esfahbod <behdad@behdad.org>
138887 Date:   Wed Apr 11 21:54:37 2012 -0400
138888
138889     Update TODO
138890
138891  TODO | 28 +++++++++++++++-------------
138892  1 file changed, 15 insertions(+), 13 deletions(-)
138893
138894 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
138895 Author: Behdad Esfahbod <behdad@behdad.org>
138896 Date:   Wed Apr 11 17:48:40 2012 -0400
138897
138898     Add Hangul test
138899
138900  test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt | 1 +
138901  1 file changed, 1 insertion(+)
138902
138903 commit e95d912b3b0af027c4384553f95236db822e5acc
138904 Author: Behdad Esfahbod <behdad@behdad.org>
138905 Date:   Wed Apr 11 17:33:02 2012 -0400
138906
138907     Fix diff tool
138908
138909  test/shaping/hb_test_tools.py | 4 ++--
138910  1 file changed, 2 insertions(+), 2 deletions(-)
138911
138912 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
138913 Author: Behdad Esfahbod <behdad@behdad.org>
138914 Date:   Wed Apr 11 17:11:05 2012 -0400
138915
138916     Don't create hb_apply_context_t per glyph!
138917     
138918     I couldn't measure significant performance gains out of this; maybe
138919     about 5% (with one million Malayalam strings).  Still, not bad.
138920     But reminds me that optimizing this codebase without profiling first
138921     is simply not going to work.  Oh well...
138922
138923  src/hb-ot-layout-gpos-table.hh       | 24 ++++++------------------
138924  src/hb-ot-layout-gsub-table.hh       | 26 +++++++-------------------
138925  src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
138926  3 files changed, 35 insertions(+), 37 deletions(-)
138927
138928 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
138929 Author: Behdad Esfahbod <behdad@behdad.org>
138930 Date:   Wed Apr 11 14:37:53 2012 -0400
138931
138932     Fix shape to presentation forms font check
138933     
138934     As reported by Jonathan Kew on the list.
138935
138936  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
138937  1 file changed, 6 insertions(+), 3 deletions(-)
138938
138939 commit 6062f5f01436b4044be729890ed00b9b62737824
138940 Author: Behdad Esfahbod <behdad@behdad.org>
138941 Date:   Wed Apr 11 14:19:55 2012 -0400
138942
138943     Fix build with some compilers
138944     
138945     As reported by Jonathan Kew on the list.
138946
138947  src/hb-ot-shape-complex-misc.cc | 7 ++++---
138948  1 file changed, 4 insertions(+), 3 deletions(-)
138949
138950 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
138951 Author: Behdad Esfahbod <behdad@behdad.org>
138952 Date:   Tue Apr 10 18:02:20 2012 -0400
138953
138954     In Arabic fallback shaping, check that the font has glyph for new char
138955
138956  src/hb-ot-shape-complex-arabic.cc  | 12 +++++++-----
138957  src/hb-ot-shape-complex-indic.cc   |  2 +-
138958  src/hb-ot-shape-complex-misc.cc    |  6 +++---
138959  src/hb-ot-shape-complex-private.hh |  7 ++++---
138960  src/hb-ot-shape.cc                 |  2 +-
138961  5 files changed, 16 insertions(+), 13 deletions(-)
138962
138963 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
138964 Author: Behdad Esfahbod <behdad@behdad.org>
138965 Date:   Tue Apr 10 17:22:14 2012 -0400
138966
138967     Minor
138968
138969  src/hb-ot-shape-private.hh |  1 -
138970  src/hb-ot-shape.cc         | 10 ----------
138971  2 files changed, 11 deletions(-)
138972
138973 commit 939c010211b063f78874a3b72b032c1ed9a13b87
138974 Author: Behdad Esfahbod <behdad@behdad.org>
138975 Date:   Tue Apr 10 17:20:05 2012 -0400
138976
138977     Implement Arabic fallback shaping mandatory ligatures
138978
138979  src/gen-arabic-table.py                 | 32 ++++++++++++++++++++++----------
138980  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
138981  src/hb-ot-shape-complex-arabic.cc       | 31 +++++++++++++++++++++++++++++++
138982  src/hb-ot-shape-complex-misc.cc         |  4 ++--
138983  4 files changed, 74 insertions(+), 21 deletions(-)
138984
138985 commit b7d04eb606800100faa11100d2adf559e297a4ee
138986 Author: Behdad Esfahbod <behdad@behdad.org>
138987 Date:   Tue Apr 10 16:44:38 2012 -0400
138988
138989     Do Arabic fallback shaping
138990
138991  src/hb-ot-shape-complex-arabic.cc | 38 +++++++++++++++++++++++++++++++++-----
138992  1 file changed, 33 insertions(+), 5 deletions(-)
138993
138994 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
138995 Author: Behdad Esfahbod <behdad@behdad.org>
138996 Date:   Tue Apr 10 16:25:08 2012 -0400
138997
138998     Generate fallback Arabic shaping table
138999     
139000     Not hooked up yet.
139001
139002  src/Makefile.am                         |   6 +-
139003  src/gen-arabic-table.py                 | 220 +++++++++++++++++++++++---------
139004  src/gen-indic-table.py                  |   4 +-
139005  src/hb-ot-shape-complex-arabic-table.hh | 205 ++++++++++++++++++++++++++++-
139006  4 files changed, 367 insertions(+), 68 deletions(-)
139007
139008 commit 3b26f96ebe859570d14c6902afc23462bca40712
139009 Author: Behdad Esfahbod <behdad@behdad.org>
139010 Date:   Tue Apr 10 10:52:07 2012 -0400
139011
139012     Add Thai shaper that does SARA AM decomposition / reordering
139013     
139014     That's not in the OpenType spec, but it's what MS and Adobe do.
139015
139016  src/hb-buffer.cc                   |   1 +
139017  src/hb-ot-shape-complex-misc.cc    | 104 ++++++++++++++++++++++++++++++++++++-
139018  src/hb-ot-shape-complex-private.hh |   8 +++
139019  3 files changed, 112 insertions(+), 1 deletion(-)
139020
139021 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
139022 Author: Behdad Esfahbod <behdad@behdad.org>
139023 Date:   Tue Apr 10 10:52:03 2012 -0400
139024
139025     Minor
139026
139027  TODO | 10 ++++------
139028  1 file changed, 4 insertions(+), 6 deletions(-)
139029
139030 commit e099dd6592b4ea887696330f4718efb572494d93
139031 Author: Behdad Esfahbod <behdad@behdad.org>
139032 Date:   Tue Apr 10 10:47:33 2012 -0400
139033
139034     Add Thai test case for SARA AM decomposition
139035
139036  test/shaping/texts/in-tree/shaper-hangul/MANIFEST    | 1 +
139037  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
139038  2 files changed, 6 insertions(+)
139039
139040 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
139041 Author: Behdad Esfahbod <behdad@behdad.org>
139042 Date:   Sat Apr 7 22:07:23 2012 -0400
139043
139044     Move around
139045
139046  test/shaping/texts/in-tree/MANIFEST                                      | 1 +
139047  test/shaping/texts/in-tree/shaper-default/MANIFEST                       | 1 -
139048  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST     | 0
139049  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST        | 0
139050  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt        | 0
139051  5 files changed, 1 insertion(+), 1 deletion(-)
139052
139053 commit d4cc44716c1e098f8abbc0e495404598026ef242
139054 Author: Behdad Esfahbod <behdad@behdad.org>
139055 Date:   Sat Apr 7 21:52:28 2012 -0400
139056
139057     Move code around, in prep for Thai/Lao shaper
139058
139059  src/hb-buffer-private.hh                 |  5 +++++
139060  src/hb-buffer.cc                         | 23 +++++++++++++++++++++++
139061  src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
139062  3 files changed, 29 insertions(+), 13 deletions(-)
139063
139064 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
139065 Author: Behdad Esfahbod <behdad@behdad.org>
139066 Date:   Sat Apr 7 15:06:55 2012 -0400
139067
139068     Add simple Hangul shaper that recomposes Jamo when feasible
139069     
139070     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
139071     The two lines in:
139072     
139073     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
139074     
139075     Now render the same with the UnDotum.ttf font.  Previously the second
139076     linle was rendering boxes.
139077     
139078     We can also start applying OpenType Jamo features later.  At this time,
139079     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
139080     work.  Maybe someone can explain them to me?
139081
139082  src/hb-ot-shape-complex-misc.cc    | 16 ++++++++++++++++
139083  src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
139084  2 files changed, 29 insertions(+), 2 deletions(-)
139085
139086 commit 968318455304804dc53045e8ba0cd4d76800c02d
139087 Author: Behdad Esfahbod <behdad@behdad.org>
139088 Date:   Sat Apr 7 14:57:21 2012 -0400
139089
139090     Implement normalization mode HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
139091     
139092     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
139093     Hangul.
139094
139095  src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
139096  1 file changed, 13 insertions(+), 8 deletions(-)
139097
139098 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
139099 Author: Behdad Esfahbod <behdad@behdad.org>
139100 Date:   Sat Apr 7 14:51:17 2012 -0400
139101
139102     Bring normalization algorithm closer to the spec
139103     
139104     No logical difference so far.
139105
139106  src/hb-ot-shape-normalize.cc | 3 ++-
139107  1 file changed, 2 insertions(+), 1 deletion(-)
139108
139109 commit e02d9257863b49e33ab5942971266349d3c548f6
139110 Author: Behdad Esfahbod <behdad@behdad.org>
139111 Date:   Sat Apr 7 14:49:13 2012 -0400
139112
139113     Flip logic around
139114
139115  src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
139116  1 file changed, 13 insertions(+), 25 deletions(-)
139117
139118 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
139119 Author: Behdad Esfahbod <behdad@behdad.org>
139120 Date:   Thu Apr 5 17:27:23 2012 -0400
139121
139122     Add Hangul test case
139123     
139124     Composed, and decomposed, of the same text.
139125
139126  test/shaping/texts/in-tree/shaper-default/MANIFEST                    | 1 +
139127  test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      | 1 +
139128  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST | 1 +
139129  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt | 2 ++
139130  4 files changed, 5 insertions(+)
139131
139132 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
139133 Author: Behdad Esfahbod <behdad@behdad.org>
139134 Date:   Thu Apr 5 17:25:19 2012 -0400
139135
139136     Add normalize mode
139137     
139138     In preparation for Hangul shaper.
139139
139140  src/Makefile.am                      |  1 +
139141  src/hb-ot-layout-common-private.hh   |  1 -
139142  src/hb-ot-shape-complex-arabic.cc    |  6 +--
139143  src/hb-ot-shape-complex-indic.cc     |  6 +--
139144  src/hb-ot-shape-complex-misc.cc      |  8 ++--
139145  src/hb-ot-shape-complex-private.hh   | 13 ++++---
139146  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
139147  src/hb-ot-shape-normalize.cc         | 73 +++++++++++++++++-------------------
139148  src/hb-ot-shape-private.hh           |  7 +---
139149  src/hb-ot-shape.cc                   |  2 +-
139150  10 files changed, 102 insertions(+), 61 deletions(-)
139151
139152 commit 6769f21d579a354e32577ec57348e97d2cb1b438
139153 Author: Behdad Esfahbod <behdad@behdad.org>
139154 Date:   Thu Apr 5 16:46:46 2012 -0400
139155
139156     More moving code around
139157
139158  src/hb-ot-shape-normalize.cc | 2 +-
139159  src/hb-ot-shape-private.hh   | 8 --------
139160  src/hb-ot-shape.cc           | 2 +-
139161  src/hb-unicode-private.hh    | 8 ++++++++
139162  4 files changed, 10 insertions(+), 10 deletions(-)
139163
139164 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
139165 Author: Behdad Esfahbod <behdad@behdad.org>
139166 Date:   Thu Apr 5 16:40:37 2012 -0400
139167
139168     Move code around
139169
139170  src/hb-ot-shape-private.hh | 53 --------------------------------------------
139171  src/hb-unicode-private.hh  |  3 +++
139172  src/hb-unicode.cc          | 55 ++++++++++++++++++++++++++++++++++++++++++++++
139173  3 files changed, 58 insertions(+), 53 deletions(-)
139174
139175 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
139176 Author: Behdad Esfahbod <behdad@behdad.org>
139177 Date:   Wed Mar 7 17:13:25 2012 -0500
139178
139179     More sorting by Unicode version
139180     
139181     This is the most convenient way to browse scripts.
139182
139183  src/hb-common.cc                   |  2 +-
139184  src/hb-common.h                    |  2 +-
139185  src/hb-ot-shape-complex-private.hh | 94 ++++++++++++++++++++++++++++----------
139186  3 files changed, 72 insertions(+), 26 deletions(-)
139187
139188 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
139189 Author: Behdad Esfahbod <behdad@behdad.org>
139190 Date:   Wed Mar 7 16:51:29 2012 -0500
139191
139192     Minor
139193
139194  src/hb-ot-shape-complex-private.hh | 10 ++++++++--
139195  1 file changed, 8 insertions(+), 2 deletions(-)
139196
139197 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
139198 Author: Behdad Esfahbod <behdad@behdad.org>
139199 Date:   Wed Mar 7 15:52:02 2012 -0500
139200
139201     More Unicode script age annotation, and a couple more RTL scripts
139202     
139203     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
139204
139205  src/hb-common.cc |  8 ++++++++
139206  src/hb-common.h  | 52 +++++++++++++++++++++++++++++-----------------------
139207  2 files changed, 37 insertions(+), 23 deletions(-)
139208
139209 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
139210 Author: Behdad Esfahbod <behdad@behdad.org>
139211 Date:   Wed Mar 7 15:33:14 2012 -0500
139212
139213     Make src tests pass again
139214
139215  src/gen-arabic-table.py                 | 11 ++++++-----
139216  src/gen-indic-table.py                  |  9 +++++----
139217  src/hb-ot-shape-complex-arabic-table.hh |  6 ++++++
139218  src/hb-ot-shape-complex-indic-table.hh  |  4 ++++
139219  4 files changed, 21 insertions(+), 9 deletions(-)
139220
139221 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
139222 Author: Behdad Esfahbod <behdad@behdad.org>
139223 Date:   Wed Mar 7 15:20:20 2012 -0500
139224
139225     Separate Unicode 3.1 and Unicode 3.2 additions
139226
139227  src/hb-common.h | 14 +++++++++-----
139228  1 file changed, 9 insertions(+), 5 deletions(-)
139229
139230 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
139231 Author: Behdad Esfahbod <behdad@behdad.org>
139232 Date:   Wed Mar 7 12:56:22 2012 -0500
139233
139234     Route three Unicode 6.1 scripts through Indic shaper
139235
139236  src/hb-ot-shape-complex-private.hh | 7 ++++++-
139237  1 file changed, 6 insertions(+), 1 deletion(-)
139238
139239 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
139240 Author: Behdad Esfahbod <behdad@behdad.org>
139241 Date:   Wed Mar 7 12:53:34 2012 -0500
139242
139243     Add Unicode 6.1.0 scripts
139244
139245  src/hb-common.h |  9 +++++++++
139246  src/hb-glib.cc  | 11 ++++++++++-
139247  2 files changed, 19 insertions(+), 1 deletion(-)
139248
139249 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
139250 Author: Behdad Esfahbod <behdad@behdad.org>
139251 Date:   Wed Mar 7 12:49:08 2012 -0500
139252
139253     Lydian and Kharoshthi are right-to-left
139254
139255  src/hb-common.cc | 6 ++++++
139256  1 file changed, 6 insertions(+)
139257
139258 commit a52835635e4a2a12715aff2febb561515a10cd5a
139259 Author: Behdad Esfahbod <behdad@behdad.org>
139260 Date:   Wed Mar 7 12:38:39 2012 -0500
139261
139262     Whitespace
139263
139264  src/hb-common.h | 194 ++++++++++++++++++++++++++++----------------------------
139265  1 file changed, 97 insertions(+), 97 deletions(-)
139266
139267 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
139268 Author: Behdad Esfahbod <behdad@behdad.org>
139269 Date:   Wed Mar 7 12:21:28 2012 -0500
139270
139271     Use generic shaper for Buhid
139272     
139273     As requested by Jonathan Kew.
139274     
139275     We need to devise a better mechanism to choose which scripts to
139276     pass through the Indic shaper.  Moreover, currently we are storing
139277     data for some scripts in the Indic shaper that are not even going
139278     through that shaper.  Need to find a better way...
139279
139280  src/hb-ot-shape-complex-private.hh | 2 +-
139281  1 file changed, 1 insertion(+), 1 deletion(-)
139282
139283 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
139284 Author: Behdad Esfahbod <behdad@behdad.org>
139285 Date:   Wed Mar 7 12:08:33 2012 -0500
139286
139287     Update Indic table to Unicode 6.1 data
139288
139289  src/Makefile.am                         |  15 +++
139290  src/gen-indic-table.py                  |  20 ++--
139291  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
139292  src/hb-ot-shape-complex-indic-table.hh  | 178 +++++++++++++++++++-------------
139293  4 files changed, 134 insertions(+), 114 deletions(-)
139294
139295 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
139296 Author: Behdad Esfahbod <behdad@behdad.org>
139297 Date:   Wed Mar 7 10:21:24 2012 -0500
139298
139299     Typo
139300
139301  src/hb-ot-shape-normalize.cc | 2 +-
139302  1 file changed, 1 insertion(+), 1 deletion(-)
139303
139304 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
139305 Author: Behdad Esfahbod <behdad@behdad.org>
139306 Date:   Tue Mar 6 20:47:50 2012 -0500
139307
139308     Minor doc fixes
139309
139310  src/hb-ot-shape-normalize.cc | 10 ++++++----
139311  1 file changed, 6 insertions(+), 4 deletions(-)
139312
139313 commit 406044986a68676f3050f9350ccc448c615fc685
139314 Author: Behdad Esfahbod <behdad@behdad.org>
139315 Date:   Tue Mar 6 20:24:31 2012 -0500
139316
139317     Add Hebrew diacritics test cases
139318     
139319     From:
139320     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
139321
139322  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
139323  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
139324  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
139325  .../shaper-default/script-hebrew/misc/diacritics.txt      | 15 +++++++++++++++
139326  4 files changed, 18 insertions(+)
139327
139328 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
139329 Author: Behdad Esfahbod <behdad@behdad.org>
139330 Date:   Thu Mar 1 18:11:19 2012 -0800
139331
139332     Fix cluster formation in Indic
139333     
139334     Makes number of failures against Uniscribe with hi_IN dictionary from
139335     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
139336     
139337     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
139338
139339  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
139340  1 file changed, 1 insertion(+), 1 deletion(-)
139341
139342 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
139343 Author: Behdad Esfahbod <behdad@behdad.org>
139344 Date:   Thu Mar 1 17:30:29 2012 -0800
139345
139346     Fix atomic-int op on Apple
139347     
139348     The OSAtomicAdd32Barrier operator returns the new value, we want the
139349     old value.
139350
139351  src/hb-blob.cc           | 2 +-
139352  src/hb-object-private.hh | 2 +-
139353  2 files changed, 2 insertions(+), 2 deletions(-)
139354
139355 commit a1970d9afc15b2c6b7513b923019bb223bd95154
139356 Author: Behdad Esfahbod <behdad@behdad.org>
139357 Date:   Fri Feb 24 13:51:09 2012 -0500
139358
139359     Add support for atomic int and mutex on Apple systems
139360     
139361     So, apparently there's no atomic int 'get' method on Apple.  You have to
139362     add(0) to get.  And that's not const-friendly.  So switch inert-object
139363     checking to a non-atomic get.  This, however, is safe, and a negligible
139364     performance boost too.
139365
139366  src/hb-mutex-private.hh  | 14 +++++++++-----
139367  src/hb-object-private.hh | 15 ++++++++++-----
139368  2 files changed, 19 insertions(+), 10 deletions(-)
139369
139370 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
139371 Author: Behdad Esfahbod <behdad@behdad.org>
139372 Date:   Thu Feb 23 18:47:17 2012 -0500
139373
139374     Remove unused hb_atomic_int_set()
139375     
139376     Apparently it can't be implemented on OS X.  We weren't using it anyway.
139377
139378  src/hb-object-private.hh | 4 ----
139379  1 file changed, 4 deletions(-)
139380
139381 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
139382 Author: Behdad Esfahbod <behdad@behdad.org>
139383 Date:   Thu Feb 23 19:47:43 2012 -0500
139384
139385     Add hb-warning.cc.  Oops!
139386
139387  src/hb-warning.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
139388  1 file changed, 53 insertions(+)
139389
139390 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
139391 Author: Behdad Esfahbod <behdad@behdad.org>
139392 Date:   Thu Feb 23 15:06:16 2012 -0500
139393
139394     Allow disabling multi-threaded support
139395     
139396     By defining HB_NO_MT.
139397     
139398     Also, only warn once per missing MT feature support.
139399     
139400     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings on mac
139401
139402  src/Makefile.am          |  1 +
139403  src/hb-mutex-private.hh  |  6 +++---
139404  src/hb-object-private.hh | 11 +++--------
139405  3 files changed, 7 insertions(+), 11 deletions(-)
139406
139407 commit 634c9e3423a9c23793400d1f56e98070e00b6056
139408 Author: Behdad Esfahbod <behdad@behdad.org>
139409 Date:   Wed Feb 22 16:43:21 2012 -0500
139410
139411     Minor
139412
139413  src/hb-ot-shape-private.hh | 69 ++++++++++++++++++++++++++--------------------
139414  1 file changed, 39 insertions(+), 30 deletions(-)
139415
139416 commit 514b6f88668da4eab85103c536dabe24b7bc457b
139417 Author: Behdad Esfahbod <behdad@behdad.org>
139418 Date:   Wed Feb 22 16:34:37 2012 -0500
139419
139420     Followup: Reorder Hebrew combining classes for better rendering
139421     
139422     Patch from Jonathan Kew.
139423     
139424     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
139425     particular order.
139426
139427  src/hb-ot-shape-private.hh | 20 ++++++++++----------
139428  1 file changed, 10 insertions(+), 10 deletions(-)
139429
139430 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
139431 Author: Behdad Esfahbod <behdad@behdad.org>
139432 Date:   Wed Feb 22 16:31:15 2012 -0500
139433
139434     Reorder Hebrew combining classes for better rendering
139435     
139436     Patch from Jonathan Kew.
139437     
139438     Bug 662055 - advanced Hebrew diacritics are shown correctly only in particular order
139439
139440  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
139441  1 file changed, 28 insertions(+)
139442
139443 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
139444 Author: Behdad Esfahbod <behdad@behdad.org>
139445 Date:   Tue Feb 21 11:31:47 2012 -0500
139446
139447     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
139448
139449  test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST     | 1 +
139450  .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt     | 1 +
139451  2 files changed, 2 insertions(+)
139452
139453 commit f51e167436a51b890ffe3f7f7920498fa287acd9
139454 Author: Behdad Esfahbod <behdad@behdad.org>
139455 Date:   Mon Jan 30 09:48:33 2012 -0500
139456
139457     Minor error handling
139458
139459  util/options.cc | 6 +++++-
139460  1 file changed, 5 insertions(+), 1 deletion(-)
139461
139462 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
139463 Author: Behdad Esfahbod <behdad@behdad.org>
139464 Date:   Fri Jan 27 02:14:08 2012 -0500
139465
139466     Update git.mk to new upstream
139467
139468  git.mk | 44 +++++++++++++++++++++++++++++++++-----------
139469  1 file changed, 33 insertions(+), 11 deletions(-)
139470
139471 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
139472 Author: Behdad Esfahbod <behdad@behdad.org>
139473 Date:   Fri Jan 27 02:09:40 2012 -0500
139474
139475     Make checks more OS X friendly
139476
139477  src/check-internal-symbols.sh | 21 +++++++++++++--------
139478  src/check-libstdc++.sh        | 21 +++++++++++++--------
139479  2 files changed, 26 insertions(+), 16 deletions(-)
139480
139481 commit 6152199368399bf98368ea3c794fa760b49756ba
139482 Author: Behdad Esfahbod <behdad@behdad.org>
139483 Date:   Fri Jan 27 01:57:59 2012 -0500
139484
139485     Fix check-header-guards on OS X
139486
139487  src/check-header-guards.sh | 2 +-
139488  1 file changed, 1 insertion(+), 1 deletion(-)
139489
139490 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
139491 Author: Behdad Esfahbod <behdad@behdad.org>
139492 Date:   Fri Jan 27 02:20:58 2012 -0500
139493
139494     Minor
139495
139496  configure.ac | 8 ++++----
139497  1 file changed, 4 insertions(+), 4 deletions(-)
139498
139499 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
139500 Author: Behdad Esfahbod <behdad@behdad.org>
139501 Date:   Sun Jan 22 19:57:00 2012 -0500
139502
139503     Add a few more tests
139504
139505  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
139506  .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      | 9 +++++++++
139507  2 files changed, 12 insertions(+)
139508
139509 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
139510 Author: Behdad Esfahbod <behdad@behdad.org>
139511 Date:   Sun Jan 22 19:29:45 2012 -0500
139512
139513     Add a couple Thai test cases from Thep
139514
139515  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       | 1 +
139516  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    | 1 +
139517  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     | 1 +
139518  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     | 2 ++
139519  4 files changed, 5 insertions(+)
139520
139521 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
139522 Author: Behdad Esfahbod <behdad@behdad.org>
139523 Date:   Sun Jan 22 19:10:55 2012 -0500
139524
139525     Add Devanagari test from Tom Hacohen
139526
139527  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
139528  1 file changed, 1 insertion(+)
139529
139530 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
139531 Author: Behdad Esfahbod <behdad@behdad.org>
139532 Date:   Sun Jan 22 16:26:49 2012 -0500
139533
139534     Also ignore "ChangeLog" in manifests
139535
139536  test/shaping/hb_test_tools.py | 2 +-
139537  1 file changed, 1 insertion(+), 1 deletion(-)
139538
139539 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
139540 Author: Behdad Esfahbod <behdad@behdad.org>
139541 Date:   Sun Jan 22 16:21:19 2012 -0500
139542
139543     Remove newline
139544
139545  test/shaping/hb_test_tools.py | 2 ++
139546  1 file changed, 2 insertions(+)
139547
139548 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
139549 Author: Behdad Esfahbod <behdad@behdad.org>
139550 Date:   Sun Jan 22 16:07:32 2012 -0500
139551
139552     Allow --color=html in hb-diff
139553     
139554     Not that useful right now as we don't escape < and >.  Perhaps
139555     another tool can be added to convert the ANSI output to HTML.
139556
139557  test/shaping/hb-diff          |  2 +-
139558  test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
139559  2 files changed, 18 insertions(+), 6 deletions(-)
139560
139561 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
139562 Author: Behdad Esfahbod <behdad@behdad.org>
139563 Date:   Sun Jan 22 15:31:44 2012 -0500
139564
139565     Fallback to Latin script if the font has no other usable scripts
139566     
139567     Patch and description from Jonathan Kew:
139568     
139569     It turns out that some legacy Thai fonts provide OpenType substitution
139570     features to implement mark positioning, but (incorrectly) put those
139571     features/lookups under the 'latn' script tag instead of using 'thai' (or
139572     possibly 'DFLT'). See
139573     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
139574     more detailed description.
139575     
139576     Although this is really a font bug, I suggest that we could improve the
139577     rendering of such fonts by looking for the 'latn' as a fallback if
139578     neither the requested script nor "default" is found in
139579     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
139580     master is attached.
139581     
139582     This does _not_ affect the other kind of legacy Thai font, where custom
139583     code to support vendor-specific PUA codepoints would be needed. I'm not
139584     keen to go down that path; IMO, such fonts should be ruthlessly stamped
139585     out in favour of standards-based solutions. :)
139586     
139587     JK
139588
139589  src/hb-ot-layout.cc | 9 +++++++++
139590  1 file changed, 9 insertions(+)
139591
139592 commit 8f80f93491be73f05eba908591c856339acda51e
139593 Author: Behdad Esfahbod <behdad@behdad.org>
139594 Date:   Sat Jan 21 20:03:25 2012 -0500
139595
139596     More shoveling around
139597
139598  test/shaping/hb-diff-filter-failures |  2 +-
139599  test/shaping/hb-manifest-read        |  2 +-
139600  test/shaping/hb_test_tools.py        | 27 ++++++++++++++++-----------
139601  3 files changed, 18 insertions(+), 13 deletions(-)
139602
139603 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
139604 Author: Behdad Esfahbod <behdad@behdad.org>
139605 Date:   Sat Jan 21 19:55:16 2012 -0500
139606
139607     Cleanup
139608
139609  test/shaping/hb-manifest-read |  2 +-
139610  test/shaping/hb_test_tools.py | 13 ++++++++-----
139611  2 files changed, 9 insertions(+), 6 deletions(-)
139612
139613 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
139614 Author: Behdad Esfahbod <behdad@behdad.org>
139615 Date:   Sat Jan 21 19:43:58 2012 -0500
139616
139617     Distribute testing tools
139618
139619  test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
139620  1 file changed, 24 insertions(+)
139621
139622 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
139623 Author: Behdad Esfahbod <behdad@behdad.org>
139624 Date:   Sat Jan 21 19:40:30 2012 -0500
139625
139626     Speed up colorless diff
139627
139628  test/shaping/hb_test_tools.py | 6 ++++++
139629  1 file changed, 6 insertions(+)
139630
139631 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
139632 Author: Behdad Esfahbod <behdad@behdad.org>
139633 Date:   Sat Jan 21 19:37:31 2012 -0500
139634
139635     Cleanup manifest code
139636
139637  test/shaping/hb_test_tools.py | 18 ++++++++++++------
139638  1 file changed, 12 insertions(+), 6 deletions(-)
139639
139640 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
139641 Author: Behdad Esfahbod <behdad@behdad.org>
139642 Date:   Sat Jan 21 19:31:51 2012 -0500
139643
139644     Port hb-manifest-update to Python
139645
139646  test/shaping/hb-manifest-update | 23 +++--------------------
139647  test/shaping/hb_test_tools.py   | 38 ++++++++++++++++++++++++++++++--------
139648  2 files changed, 33 insertions(+), 28 deletions(-)
139649
139650 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
139651 Author: Behdad Esfahbod <behdad@behdad.org>
139652 Date:   Sat Jan 21 19:15:41 2012 -0500
139653
139654     Ignore Broken Pipe errors
139655
139656  test/shaping/hb_test_tools.py | 76 +++++++++++++++++++++++++++----------------
139657  1 file changed, 48 insertions(+), 28 deletions(-)
139658
139659 commit d5300241680844f5625f32792f7dd7181ed05f9b
139660 Author: Behdad Esfahbod <behdad@behdad.org>
139661 Date:   Sat Jan 21 19:07:22 2012 -0500
139662
139663     [util] Make clusters work with char offset instead of UTF-8 offset
139664     
139665     This means the --features indices also refer to char position
139666     instead of byte position now.  Same for cluster values reported
139667     by hb-shape.
139668     
139669     Will add an option for byte indices later.
139670
139671  util/options.cc |  7 +++++--
139672  util/options.hh | 12 ++++++++++++
139673  2 files changed, 17 insertions(+), 2 deletions(-)
139674
139675 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
139676 Author: Behdad Esfahbod <behdad@behdad.org>
139677 Date:   Sat Jan 21 18:59:48 2012 -0500
139678
139679     Correctly print out Unicode strings
139680
139681  util/options.cc | 2 +-
139682  1 file changed, 1 insertion(+), 1 deletion(-)
139683
139684 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
139685 Author: Behdad Esfahbod <behdad@behdad.org>
139686 Date:   Fri Jan 20 21:21:47 2012 -0500
139687
139688     Misc fixes
139689
139690  test/shaping/hb-diff          | 8 ++++----
139691  test/shaping/hb_test_tools.py | 4 ++--
139692  2 files changed, 6 insertions(+), 6 deletions(-)
139693
139694 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
139695 Author: Behdad Esfahbod <behdad@behdad.org>
139696 Date:   Fri Jan 20 21:16:34 2012 -0500
139697
139698     Port hb-manifest-read to Python
139699
139700  test/shaping/hb-diff-filter-failures |  2 +-
139701  test/shaping/hb-manifest-read        | 37 +++------------------------
139702  test/shaping/hb_test_tools.py        | 49 ++++++++++++++++++++++++++++++++----
139703  3 files changed, 48 insertions(+), 40 deletions(-)
139704
139705 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
139706 Author: Behdad Esfahbod <behdad@behdad.org>
139707 Date:   Fri Jan 20 20:56:32 2012 -0500
139708
139709     Add final residues from test-shape-complex
139710
139711  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
139712  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt | 5 +++++
139713  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
139714  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
139715  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
139716  .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt   | 1 +
139717  test/shaping/texts/in-tree/shaper-indic/MANIFEST                 | 1 +
139718  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
139719  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
139720  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
139721  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     | 9 +++++++++
139722  11 files changed, 23 insertions(+)
139723
139724 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
139725 Author: Behdad Esfahbod <behdad@behdad.org>
139726 Date:   Fri Jan 20 20:51:52 2012 -0500
139727
139728     Add Punjabi tests from test-shape-complex also
139729
139730  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST        | 1 +
139731  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt        | 1 +
139732  2 files changed, 2 insertions(+)
139733
139734 commit a7d71c105772fb612871b4cae59bdae47bbc8751
139735 Author: Behdad Esfahbod <behdad@behdad.org>
139736 Date:   Fri Jan 20 20:50:09 2012 -0500
139737
139738     Add Tamil test data from Muguntharaj Subramanian
139739
139740  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
139741  .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43 ++++++++++++++++++++++
139742  2 files changed, 44 insertions(+)
139743
139744 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
139745 Author: Behdad Esfahbod <behdad@behdad.org>
139746 Date:   Fri Jan 20 20:48:14 2012 -0500
139747
139748     Import test data from late test-shape-complex
139749
139750  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  1 +
139751  .../shaper-arabic/script-arabic/misc/MANIFEST      |  0
139752  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 +
139753  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
139754  .../shaper-arabic/script-mongolian/MANIFEST        |  1 +
139755  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  0
139756  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 +
139757  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  0
139758  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 +
139759  .../shaper-arabic/script-syriac/misc/MANIFEST      |  0
139760  .../shaper-indic/indic/script-assamese/MANIFEST    |  1 +
139761  .../indic/script-assamese/misc/MANIFEST            |  0
139762  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
139763  .../indic/script-bengali/misc/MANIFEST             |  1 +
139764  .../indic/script-bengali/misc/misc.txt             | 48 ++++++++++++++++++++++
139765  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
139766  .../indic/script-devanagari/misc/MANIFEST          |  1 +
139767  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
139768  .../shaper-indic/indic/script-gujarati/MANIFEST    |  1 +
139769  .../indic/script-gujarati/misc/MANIFEST            |  0
139770  .../shaper-indic/indic/script-kannada/MANIFEST     |  1 +
139771  .../indic/script-kannada/misc/MANIFEST             |  1 +
139772  .../indic/script-kannada/misc/misc.txt             | 17 ++++++++
139773  .../shaper-indic/indic/script-malayalam/MANIFEST   |  1 +
139774  .../indic/script-malayalam/misc/MANIFEST           |  1 +
139775  .../indic/script-malayalam/misc/misc.txt           | 22 ++++++++++
139776  .../shaper-indic/indic/script-oriya/MANIFEST       |  1 +
139777  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  1 +
139778  .../shaper-indic/indic/script-oriya/misc/misc.txt  | 28 +++++++++++++
139779  .../shaper-indic/indic/script-punjabi/MANIFEST     |  1 +
139780  .../indic/script-punjabi/misc/MANIFEST             |  0
139781  .../shaper-indic/indic/script-sinhala/MANIFEST     |  1 +
139782  .../indic/script-sinhala/misc/MANIFEST             |  1 +
139783  .../indic/script-sinhala/misc/misc.txt             |  6 +++
139784  .../shaper-indic/indic/script-tamil/MANIFEST       |  1 +
139785  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  0
139786  .../shaper-indic/indic/script-telugu/MANIFEST      |  1 +
139787  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 +
139788  .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
139789  39 files changed, 178 insertions(+)
139790
139791 commit 46ac45647760984c6220f04ba4521038e628b169
139792 Author: Behdad Esfahbod <behdad@behdad.org>
139793 Date:   Fri Jan 20 19:32:17 2012 -0500
139794
139795     Fix Unicode encoding issue
139796
139797  test/shaping/hb_test_tools.py | 8 ++++----
139798  1 file changed, 4 insertions(+), 4 deletions(-)
139799
139800 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
139801 Author: Behdad Esfahbod <behdad@behdad.org>
139802 Date:   Fri Jan 20 18:39:27 2012 -0500
139803
139804     Make test tools interactive
139805     
139806     By bypassing readlines() buffering.
139807
139808  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
139809  1 file changed, 27 insertions(+), 6 deletions(-)
139810
139811 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
139812 Author: Behdad Esfahbod <behdad@behdad.org>
139813 Date:   Fri Jan 20 18:27:52 2012 -0500
139814
139815     Move most testing logic into hb_test_tools.py
139816     
139817     The actual utils are one-liners now.
139818
139819  test/shaping/hb-diff                 |  77 ++-------------
139820  test/shaping/hb-diff-filter-failures |  27 +-----
139821  test/shaping/hb-unicode-decode       |  18 +---
139822  test/shaping/hb-unicode-encode       |  21 +---
139823  test/shaping/hb-unicode-prettyname   |  53 +----------
139824  test/shaping/hb_test_tools.py        | 180 +++++++++++++++++++++++++++++++++++
139825  6 files changed, 197 insertions(+), 179 deletions(-)
139826
139827 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
139828 Author: Behdad Esfahbod <behdad@behdad.org>
139829 Date:   Fri Jan 20 17:36:10 2012 -0500
139830
139831     Remove test-shape-complex
139832     
139833     New shaping testsuite and framework coming.
139834
139835  test/api/Makefile.am               |    6 -
139836  test/api/test-shape-complex.c      | 1237 ------------------------------------
139837  test/shaping/hb-unicode-prettyname |    1 +
139838  3 files changed, 1 insertion(+), 1243 deletions(-)
139839
139840 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
139841 Author: Behdad Esfahbod <behdad@behdad.org>
139842 Date:   Fri Jan 20 17:24:05 2012 -0500
139843
139844     Add hb-unicode-encode
139845
139846  test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
139847  1 file changed, 22 insertions(+)
139848
139849 commit d8134bc017ca3383e0978ddee57070eb3aab8964
139850 Author: Behdad Esfahbod <behdad@behdad.org>
139851 Date:   Fri Jan 20 17:18:59 2012 -0500
139852
139853     [hb-shape] Add parantheses around --show-text output
139854
139855  util/options.cc | 2 ++
139856  1 file changed, 2 insertions(+)
139857
139858 commit b12c4d43614199f8910a06507603f6c431d9df67
139859 Author: Behdad Esfahbod <behdad@behdad.org>
139860 Date:   Fri Jan 20 17:17:44 2012 -0500
139861
139862     Add hb-diff-filter-failures
139863
139864  test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
139865  1 file changed, 28 insertions(+)
139866
139867 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
139868 Author: Behdad Esfahbod <behdad@behdad.org>
139869 Date:   Fri Jan 20 17:16:35 2012 -0500
139870
139871     Move
139872
139873  test/shaping/texts/MANIFEST                                           | 4 +---
139874  test/shaping/texts/in-tree/MANIFEST                                   | 3 +++
139875  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
139876  test/shaping/texts/{ => in-tree}/shaper-arabic/script-arabic/MANIFEST | 0
139877  .../shaping/texts/{ => in-tree}/shaper-arabic/script-mandaic/MANIFEST | 0
139878  .../texts/{ => in-tree}/shaper-arabic/script-mongolian/MANIFEST       | 0
139879  test/shaping/texts/{ => in-tree}/shaper-arabic/script-nko/MANIFEST    | 0
139880  test/shaping/texts/{ => in-tree}/shaper-arabic/script-syriac/MANIFEST | 0
139881  test/shaping/texts/{ => in-tree}/shaper-default/MANIFEST              | 0
139882  test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST                | 0
139883  test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST          | 0
139884  .../texts/{ => in-tree}/shaper-indic/indic/script-assamese/MANIFEST   | 0
139885  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/LICENSE    | 0
139886  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/MANIFEST   | 0
139887  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/README     | 0
139888  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/SOURCES    | 0
139889  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139890  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139891  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139892  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139893  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139894  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
139895  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139896  .../shaper-indic/indic/script-assamese/utrrs/codepoint/MANIFEST       | 0
139897  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
139898  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
139899  .../shaper-indic/indic/script-assamese/utrrs/gpos/MANIFEST            | 0
139900  .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
139901  .../shaper-indic/indic/script-assamese/utrrs/gsub/MANIFEST            | 0
139902  .../texts/{ => in-tree}/shaper-indic/indic/script-bengali/MANIFEST    | 0
139903  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/LICENSE     | 0
139904  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/MANIFEST    | 0
139905  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/README      | 0
139906  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/SOURCES     | 0
139907  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139908  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139909  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139910  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139911  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139912  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
139913  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139914  .../shaper-indic/indic/script-bengali/utrrs/codepoint/MANIFEST        | 0
139915  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
139916  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
139917  .../shaper-indic/indic/script-bengali/utrrs/gpos/MANIFEST             | 0
139918  .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
139919  .../shaper-indic/indic/script-bengali/utrrs/gsub/MANIFEST             | 0
139920  .../texts/{ => in-tree}/shaper-indic/indic/script-devanagari/MANIFEST | 0
139921  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/LICENSE  | 0
139922  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/MANIFEST | 0
139923  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/README   | 0
139924  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/SOURCES  | 0
139925  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
139926  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139927  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139928  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139929  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0
139930  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139931  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt  | 0
139932  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139933  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139934  .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST     | 0
139935  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt   | 0
139936  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt   | 0
139937  .../shaper-indic/indic/script-devanagari/utrrs/gpos/MANIFEST          | 0
139938  .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
139939  .../shaper-indic/indic/script-devanagari/utrrs/gsub/MANIFEST          | 0
139940  .../texts/{ => in-tree}/shaper-indic/indic/script-gujarati/MANIFEST   | 0
139941  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/LICENSE    | 0
139942  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/MANIFEST   | 0
139943  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/README     | 0
139944  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/SOURCES    | 0
139945  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139946  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139947  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139948  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139949  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139950  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
139951  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139952  .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST       | 0
139953  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
139954  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
139955  .../shaper-indic/indic/script-gujarati/utrrs/gpos/MANIFEST            | 0
139956  .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
139957  .../shaper-indic/indic/script-gujarati/utrrs/gsub/MANIFEST            | 0
139958  .../texts/{ => in-tree}/shaper-indic/indic/script-kannada/MANIFEST    | 0
139959  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/LICENSE     | 0
139960  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST    | 0
139961  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/README      | 0
139962  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/SOURCES     | 0
139963  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
139964  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139965  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139966  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139967  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139968  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139969  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
139970  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139971  .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST        | 0
139972  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
139973  .../shaper-indic/indic/script-kannada/utrrs/gpos/MANIFEST             | 0
139974  .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
139975  .../shaper-indic/indic/script-kannada/utrrs/gsub/MANIFEST             | 0
139976  .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST  | 0
139977  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE   | 0
139978  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/MANIFEST  | 0
139979  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README    | 0
139980  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES   | 0
139981  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139982  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139983  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
139984  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
139985  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
139986  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
139987  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
139988  .../shaper-indic/indic/script-malayalam/utrrs/codepoint/MANIFEST      | 0
139989  .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
139990  .../shaper-indic/indic/script-malayalam/utrrs/gsub/MANIFEST           | 0
139991  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/MANIFEST      | 0
139992  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/LICENSE | 0
139993  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/MANIFEST      | 0
139994  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/README  | 0
139995  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/SOURCES | 0
139996  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
139997  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
139998  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
139999  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
140000  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
140001  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
140002  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt       | 0
140003  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
140004  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
140005  .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST          | 0
140006  .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
140007  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/gsub/MANIFEST | 0
140008  .../texts/{ => in-tree}/shaper-indic/indic/script-punjabi/MANIFEST    | 0
140009  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/LICENSE     | 0
140010  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/MANIFEST    | 0
140011  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/README      | 0
140012  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/SOURCES     | 0
140013  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
140014  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
140015  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
140016  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt    | 0
140017  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
140018  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
140019  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
140020  .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST        | 0
140021  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
140022  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
140023  .../shaper-indic/indic/script-punjabi/utrrs/gpos/MANIFEST             | 0
140024  .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
140025  .../shaper-indic/indic/script-punjabi/utrrs/gsub/MANIFEST             | 0
140026  .../texts/{ => in-tree}/shaper-indic/indic/script-sinhala/MANIFEST    | 0
140027  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/LICENSE     | 0
140028  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/MANIFEST    | 0
140029  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/README      | 0
140030  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/SOURCES     | 0
140031  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
140032  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
140033  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
140034  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt         | 0
140035  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
140036  .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST        | 0
140037  .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt          | 0
140038  .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST             | 0
140039  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0
140040  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt  | 0
140041  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt   | 0
140042  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt  | 0
140043  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt               | 0
140044  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt  | 0
140045  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
140046  .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST             | 0
140047  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/MANIFEST      | 0
140048  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/LICENSE | 0
140049  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/MANIFEST      | 0
140050  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/README  | 0
140051  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/SOURCES | 0
140052  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
140053  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt     | 0
140054  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
140055  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
140056  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
140057  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt            | 0
140058  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
140059  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt             | 0
140060  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt         | 0
140061  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
140062  .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST          | 0
140063  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  | 0
140064  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  | 0
140065  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gpos/MANIFEST | 0
140066  .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
140067  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gsub/MANIFEST | 0
140068  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/MANIFEST     | 0
140069  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/LICENSE      | 0
140070  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/MANIFEST     | 0
140071  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/README | 0
140072  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/SOURCES      | 0
140073  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
140074  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
140075  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
140076  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
140077  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
140078  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
140079  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
140080  .../shaper-indic/indic/script-telugu/utrrs/codepoint/MANIFEST         | 0
140081  .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0
140082  .../shaper-indic/indic/script-telugu/utrrs/gpos/MANIFEST              | 0
140083  .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt           | 0
140084  .../shaper-indic/indic/script-telugu/utrrs/gsub/MANIFEST              | 0
140085  212 files changed, 4 insertions(+), 3 deletions(-)
140086
140087 commit 45f640c98d752161e51eda63061d70fad9ab9f68
140088 Author: Behdad Esfahbod <behdad@behdad.org>
140089 Date:   Fri Jan 20 14:24:21 2012 -0500
140090
140091     Minor
140092
140093  test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
140094  1 file changed, 20 insertions(+), 15 deletions(-)
140095
140096 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
140097 Author: Behdad Esfahbod <behdad@behdad.org>
140098 Date:   Fri Jan 20 14:21:53 2012 -0500
140099
140100     Minor
140101
140102  test/shaping/hb-unicode-decode     | 2 +-
140103  test/shaping/hb-unicode-prettyname | 5 ++---
140104  2 files changed, 3 insertions(+), 4 deletions(-)
140105
140106 commit 8f1db07894674b02c36ca9352e666b4618ee8832
140107 Author: Behdad Esfahbod <behdad@behdad.org>
140108 Date:   Fri Jan 20 13:57:57 2012 -0500
140109
140110     [test/shaping] Add some Indic test data for the new test suite
140111     
140112     Imported from UTRRS.
140113
140114  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
140115  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
140116  .../indic/script-assamese/utrrs/LICENSE            |   19 +
140117  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
140118  .../indic/script-assamese/utrrs/README             |   13 +
140119  .../indic/script-assamese/utrrs/SOURCES            |    2 +
140120  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
140121  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
140122  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
140123  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140124  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
140125  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140126  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
140127  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
140128  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
140129  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
140130  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
140131  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
140132  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
140133  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
140134  .../indic/script-bengali/utrrs/LICENSE             |   19 +
140135  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
140136  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
140137  .../indic/script-bengali/utrrs/SOURCES             |    2 +
140138  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
140139  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
140140  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
140141  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140142  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
140143  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140144  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
140145  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
140146  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
140147  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
140148  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
140149  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
140150  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
140151  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
140152  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
140153  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
140154  .../indic/script-devanagari/utrrs/README           |   13 +
140155  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
140156  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
140157  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
140158  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
140159  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
140160  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
140161  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140162  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
140163  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
140164  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
140165  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
140166  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
140167  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
140168  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
140169  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367 ++++++++++++++++++++
140170  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
140171  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
140172  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
140173  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
140174  .../indic/script-gujarati/utrrs/README             |   13 +
140175  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
140176  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
140177  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
140178  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
140179  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140180  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
140181  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140182  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
140183  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
140184  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
140185  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
140186  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
140187  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156 +++++++++++++++++
140188  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
140189  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
140190  .../indic/script-kannada/utrrs/LICENSE             |   19 +
140191  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
140192  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
140193  .../indic/script-kannada/utrrs/SOURCES             |    2 +
140194  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
140195  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
140196  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
140197  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
140198  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140199  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
140200  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140201  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
140202  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
140203  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
140204  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
140205  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
140206  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
140207  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
140208  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
140209  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
140210  .../indic/script-malayalam/utrrs/README            |   13 +
140211  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
140212  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
140213  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
140214  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
140215  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140216  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
140217  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140218  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
140219  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
140220  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
140221  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
140222  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
140223  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
140224  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
140225  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
140226  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
140227  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
140228  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
140229  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
140230  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
140231  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140232  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
140233  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
140234  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140235  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
140236  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
140237  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
140238  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
140239  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
140240  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
140241  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
140242  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
140243  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
140244  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
140245  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
140246  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140247  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
140248  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
140249  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140250  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
140251  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
140252  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
140253  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
140254  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
140255  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
140256  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
140257  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
140258  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
140259  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
140260  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
140261  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
140262  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
140263  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
140264  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
140265  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
140266  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
140267  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
140268  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
140269  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
140270  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
140271  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
140272  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
140273  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
140274  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
140275  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
140276  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
140277  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
140278  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
140279  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
140280  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
140281  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
140282  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
140283  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
140284  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
140285  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
140286  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140287  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
140288  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
140289  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140290  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
140291  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
140292  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
140293  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
140294  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
140295  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
140296  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
140297  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
140298  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
140299  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
140300  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
140301  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
140302  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
140303  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
140304  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
140305  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
140306  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
140307  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
140308  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
140309  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
140310  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
140311  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
140312  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
140313  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
140314  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
140315  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
140316  202 files changed, 7581 insertions(+), 1 deletion(-)
140317
140318 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
140319 Author: Behdad Esfahbod <behdad@behdad.org>
140320 Date:   Fri Jan 20 13:57:14 2012 -0500
140321
140322     Fix
140323
140324  test/shaping/Makefile.am | 2 +-
140325  1 file changed, 1 insertion(+), 1 deletion(-)
140326
140327 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
140328 Author: Behdad Esfahbod <behdad@behdad.org>
140329 Date:   Fri Jan 20 13:50:55 2012 -0500
140330
140331     Move hb-diff to test/shaping/
140332
140333  {util => test/shaping}/hb-diff | 0
140334  util/Makefile.am               | 2 --
140335  2 files changed, 2 deletions(-)
140336
140337 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
140338 Author: Behdad Esfahbod <behdad@behdad.org>
140339 Date:   Fri Jan 20 13:50:05 2012 -0500
140340
140341     Add hb-unicode-decode
140342
140343  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
140344  .../{hb-update-manifests => hb-manifest-update}       |  0
140345  test/shaping/hb-unicode-decode                        | 19 +++++++++++++++++++
140346  3 files changed, 19 insertions(+)
140347
140348 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
140349 Author: Behdad Esfahbod <behdad@behdad.org>
140350 Date:   Fri Jan 20 13:49:56 2012 -0500
140351
140352     Minor
140353
140354  test/shaping/hb-unicode-prettyname | 5 +++++
140355  1 file changed, 5 insertions(+)
140356
140357 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
140358 Author: Behdad Esfahbod <behdad@behdad.org>
140359 Date:   Fri Jan 20 13:39:27 2012 -0500
140360
140361     Recognize more characters
140362
140363  test/shaping/hb-unicode-prettyname | 7 +++++++
140364  1 file changed, 7 insertions(+)
140365
140366 commit 0016d4662d486fa32c2191df801a2792f44b273c
140367 Author: Behdad Esfahbod <behdad@behdad.org>
140368 Date:   Fri Jan 20 13:31:59 2012 -0500
140369
140370     [test] Make hb-unicode-prettyname take a --stdin option
140371
140372  test/shaping/hb-unicode-prettyname | 15 +++++++++------
140373  1 file changed, 9 insertions(+), 6 deletions(-)
140374
140375 commit ad8c6446f2e0d21d065203924467f6a2c418401e
140376 Author: Behdad Esfahbod <behdad@behdad.org>
140377 Date:   Thu Jan 19 20:28:31 2012 -0500
140378
140379     [test/shaping] Add hb-unicode-prettyname
140380
140381  test/shaping/hb-unicode-prettyname | 38 ++++++++++++++++++++++++++++++++++++++
140382  1 file changed, 38 insertions(+)
140383
140384 commit e900869b0f373d25b72d966338beb6cbc53e6446
140385 Author: Behdad Esfahbod <behdad@behdad.org>
140386 Date:   Thu Jan 19 20:28:15 2012 -0500
140387
140388     [test/shaping] Add hb-read-manifest
140389
140390  test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
140391  1 file changed, 36 insertions(+)
140392
140393 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
140394 Author: Behdad Esfahbod <behdad@behdad.org>
140395 Date:   Thu Jan 19 20:27:53 2012 -0500
140396
140397     Ignore AUTHORS also
140398
140399  test/shaping/hb-update-manifests | 2 +-
140400  1 file changed, 1 insertion(+), 1 deletion(-)
140401
140402 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
140403 Author: Behdad Esfahbod <behdad@behdad.org>
140404 Date:   Thu Jan 19 17:51:57 2012 -0500
140405
140406     [hb-shape] Change glyphstring brackets from </> to [/]
140407     
140408     Sorry for the disruption but I need this to differentiate from the
140409     Unicode string.
140410
140411  util/options.cc | 4 ++--
140412  1 file changed, 2 insertions(+), 2 deletions(-)
140413
140414 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
140415 Author: Behdad Esfahbod <behdad@behdad.org>
140416 Date:   Thu Jan 19 16:55:26 2012 -0500
140417
140418     More Indic tests from Pravin
140419
140420  test/api/test-shape-complex.c | 48 +++++++++++++++++++++++++++++++++++++++++++
140421  1 file changed, 48 insertions(+)
140422
140423 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
140424 Author: Behdad Esfahbod <behdad@behdad.org>
140425 Date:   Thu Jan 19 15:43:48 2012 -0500
140426
140427     [test/shaping] Add hb-update-manifests
140428
140429  test/shaping/Makefile.am                       |  6 ++----
140430  test/shaping/hb-update-manifests               | 22 ++++++++++++++++++++++
140431  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
140432  3 files changed, 25 insertions(+), 4 deletions(-)
140433
140434 commit d4de562adf691425b15e3e9c0eec035feaa60413
140435 Author: Behdad Esfahbod <behdad@behdad.org>
140436 Date:   Thu Jan 19 15:21:04 2012 -0500
140437
140438     Start adding new shaping test suite together
140439
140440  configure.ac                                                   |  1 +
140441  test/Makefile.am                                               |  2 +-
140442  test/shaping/Makefile.am                                       | 10 ++++++++++
140443  test/shaping/texts/MANIFEST                                    |  3 +++
140444  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
140445  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
140446  test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST       |  0
140447  test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST     |  0
140448  test/shaping/texts/shaper-arabic/script-nko/MANIFEST           |  0
140449  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
140450  test/shaping/texts/shaper-default/MANIFEST                     |  0
140451  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
140452  test/shaping/texts/shaper-indic/indic/MANIFEST                 | 10 ++++++++++
140453  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
140454  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
140455  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
140456  test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST |  0
140457  test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST  |  0
140458  .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST |  0
140459  test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST    |  0
140460  test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST  |  0
140461  test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST    |  0
140462  test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST   |  0
140463  23 files changed, 31 insertions(+), 1 deletion(-)
140464
140465 commit 7a4a848db27d1605195f677c9c8632cde558aa05
140466 Author: Behdad Esfahbod <behdad@behdad.org>
140467 Date:   Thu Jan 19 15:15:21 2012 -0500
140468
140469     Minor
140470
140471  src/hb-ot-shape-complex-private.hh | 3 ++-
140472  1 file changed, 2 insertions(+), 1 deletion(-)
140473
140474 commit 4d6dafd47f4271549e528d2e8047d50562aef399
140475 Author: Behdad Esfahbod <behdad@behdad.org>
140476 Date:   Thu Jan 19 14:52:02 2012 -0500
140477
140478     Rename test/ to test/api/
140479
140480  configure.ac                        |   1 +
140481  test/Makefile.am                    | 128 +----------------------------------
140482  test/api/Makefile.am                | 131 ++++++++++++++++++++++++++++++++++++
140483  test/{ => api}/hb-test.h            |   0
140484  test/{ => api}/test-blob.c          |   0
140485  test/{ => api}/test-buffer.c        |   0
140486  test/{ => api}/test-c.c             |   0
140487  test/{ => api}/test-common.c        |   0
140488  test/{ => api}/test-cplusplus.cc    |   0
140489  test/{ => api}/test-font.c          |   0
140490  test/{ => api}/test-object.c        |   0
140491  test/{ => api}/test-ot-tag.c        |   0
140492  test/{ => api}/test-shape-complex.c |   0
140493  test/{ => api}/test-shape.c         |   0
140494  test/{ => api}/test-unicode.c       |   0
140495  test/{ => api}/test-version.c       |   0
140496  16 files changed, 133 insertions(+), 127 deletions(-)
140497
140498 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
140499 Author: Behdad Esfahbod <behdad@behdad.org>
140500 Date:   Thu Jan 19 14:28:11 2012 -0500
140501
140502     Remove src/test.cc
140503     
140504     Not really useful.
140505
140506  src/Makefile.am |   6 +--
140507  src/test.cc     | 132 --------------------------------------------------------
140508  2 files changed, 1 insertion(+), 137 deletions(-)
140509
140510 commit 4983feebbbb25e79201bf34035e4d58e61218758
140511 Author: Behdad Esfahbod <behdad@behdad.org>
140512 Date:   Thu Jan 19 13:54:52 2012 -0500
140513
140514     [hb-diff] Clean up
140515
140516  util/hb-diff | 41 ++++++++++++++++++++++++++---------------
140517  1 file changed, 26 insertions(+), 15 deletions(-)
140518
140519 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
140520 Author: Behdad Esfahbod <behdad@behdad.org>
140521 Date:   Thu Jan 19 12:46:18 2012 -0500
140522
140523     [hb-shape] Add --show-line-num
140524     
140525     Ok, much more useful as a test suite driver now.
140526
140527  util/hb-shape.cc | 24 +++++-------------------
140528  util/options.cc  | 34 ++++++++++++++++++++++++++++++++++
140529  util/options.hh  | 25 ++++++++++++++++++++-----
140530  3 files changed, 59 insertions(+), 24 deletions(-)
140531
140532 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
140533 Author: Behdad Esfahbod <behdad@behdad.org>
140534 Date:   Thu Jan 19 12:32:20 2012 -0500
140535
140536     [hb-shape] Add --show-text and --show-unicode options
140537
140538  util/hb-shape.cc | 19 ++++++++++++++++++-
140539  util/options.cc  | 26 +++++++++++++++++++++++---
140540  util/options.hh  | 12 +++++++++---
140541  3 files changed, 50 insertions(+), 7 deletions(-)
140542
140543 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
140544 Author: Behdad Esfahbod <behdad@behdad.org>
140545 Date:   Thu Jan 19 12:30:43 2012 -0500
140546
140547     Fix OOB in hb-shape
140548
140549  util/options.cc | 2 +-
140550  1 file changed, 1 insertion(+), 1 deletion(-)
140551
140552 commit 8d2781d69274672303e30522e222bd01c6b5e781
140553 Author: Behdad Esfahbod <behdad@behdad.org>
140554 Date:   Thu Jan 19 11:36:39 2012 -0500
140555
140556     [test] Add two Indic test cases from Bernard Massot
140557
140558  test/test-shape-complex.c | 16 ++++++++++++++++
140559  1 file changed, 16 insertions(+)
140560
140561 commit 8750abaf8410005facbea8c886c592bead7f959b
140562 Author: Behdad Esfahbod <behdad@behdad.org>
140563 Date:   Wed Jan 18 22:47:44 2012 -0500
140564
140565     [util] Add --help-features
140566     
140567     Patch from Khaled Hosny.
140568
140569  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
140570  1 file changed, 41 insertions(+), 1 deletion(-)
140571
140572 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
140573 Author: Behdad Esfahbod <behdad@behdad.org>
140574 Date:   Wed Jan 18 22:32:52 2012 -0500
140575
140576     [icu] Use U_FAILURE
140577
140578  src/hb-icu.cc | 10 +++++-----
140579  1 file changed, 5 insertions(+), 5 deletions(-)
140580
140581 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
140582 Author: Behdad Esfahbod <behdad@behdad.org>
140583 Date:   Wed Jan 18 22:16:49 2012 -0500
140584
140585     Replace u_strlen() with u_countChar32()
140586     
140587     The latter is what I meant.
140588
140589  src/hb-icu.cc | 8 +++-----
140590  1 file changed, 3 insertions(+), 5 deletions(-)
140591
140592 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
140593 Author: Behdad Esfahbod <behdad@behdad.org>
140594 Date:   Wed Jan 18 21:58:34 2012 -0500
140595
140596     Add test for bug in ICU decompose
140597     
140598     As reported by Kenichi Ishibashi on 2011-10-28.
140599
140600  test/test-unicode.c | 2 +-
140601  1 file changed, 1 insertion(+), 1 deletion(-)
140602
140603 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
140604 Author: Behdad Esfahbod <behdad@behdad.org>
140605 Date:   Wed Jan 18 21:51:05 2012 -0500
140606
140607     Fix OOB in replace_glyph()
140608     
140609     Patch from Kenichi Ishibashi.
140610
140611  src/hb-buffer.cc | 2 ++
140612  1 file changed, 2 insertions(+)
140613
140614 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
140615 Author: Behdad Esfahbod <behdad@behdad.org>
140616 Date:   Wed Jan 18 21:28:34 2012 -0500
140617
140618     Fix more possible buffer overruns
140619     
140620     I have this function, but can't clean up it to my satisfaction.
140621
140622  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
140623  1 file changed, 4 insertions(+), 2 deletions(-)
140624
140625 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
140626 Author: Behdad Esfahbod <behdad@behdad.org>
140627 Date:   Wed Jan 18 21:19:32 2012 -0500
140628
140629     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
140630
140631  src/hb-ot-layout-gsub-table.hh       | 2 +-
140632  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
140633  2 files changed, 6 insertions(+), 3 deletions(-)
140634
140635 commit 506ffeb8e77a668fa305139582d215c32e46bb03
140636 Author: Behdad Esfahbod <behdad@behdad.org>
140637 Date:   Wed Jan 18 16:07:53 2012 -0500
140638
140639     Further mark skippy fixes from Jonathan Kew
140640     
140641     We should be in good shape now.
140642
140643  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
140644  1 file changed, 3 insertions(+), 1 deletion(-)
140645
140646 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
140647 Author: Behdad Esfahbod <behdad@behdad.org>
140648 Date:   Tue Jan 17 18:08:41 2012 -0500
140649
140650     Fix mark skipping regression
140651     
140652     Ouch!
140653
140654  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
140655  1 file changed, 1 insertion(+), 1 deletion(-)
140656
140657 commit 4ab97311541225906f6b737a2b47de252224cc09
140658 Author: Behdad Esfahbod <behdad@behdad.org>
140659 Date:   Mon Jan 16 22:05:08 2012 -0500
140660
140661     Refactor mark skipping
140662
140663  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
140664  src/hb-ot-layout-gsub-table.hh       |  21 +++---
140665  src/hb-ot-layout-gsubgpos-private.hh | 125 +++++++++++++++++++++++++++--------
140666  3 files changed, 143 insertions(+), 98 deletions(-)
140667
140668 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
140669 Author: Behdad Esfahbod <behdad@behdad.org>
140670 Date:   Mon Jan 16 17:03:55 2012 -0500
140671
140672     Minor
140673
140674  src/hb-ot-layout-gsub-table.hh       | 5 ++---
140675  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
140676  2 files changed, 4 insertions(+), 7 deletions(-)
140677
140678 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
140679 Author: Behdad Esfahbod <behdad@behdad.org>
140680 Date:   Mon Jan 16 16:43:26 2012 -0500
140681
140682     [GSUB/GPOS] Fix mark skip indexing issues
140683     
140684     Mozilla bug 701637 and 714067 combined.
140685     
140686     Patch from Jonathan Kew.
140687
140688  src/hb-ot-layout-gpos-table.hh       | 42 ++++++++++++++++-----------------
140689  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
140690  src/hb-ot-layout-gsubgpos-private.hh | 45 ++++++++++++++++++------------------
140691  3 files changed, 54 insertions(+), 54 deletions(-)
140692
140693 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
140694 Author: Behdad Esfahbod <behdad@behdad.org>
140695 Date:   Mon Jan 16 16:39:40 2012 -0500
140696
140697     Avoid enum trailing commas
140698     
140699     Based on patch from Jonathan Kew.
140700
140701  src/hb-ot-shape-complex-indic.cc   | 4 ++--
140702  src/hb-ot-shape-complex-private.hh | 2 ++
140703  2 files changed, 4 insertions(+), 2 deletions(-)
140704
140705 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
140706 Author: Behdad Esfahbod <behdad@behdad.org>
140707 Date:   Sun Jan 15 15:55:52 2012 -0500
140708
140709     Require glib >= 2.16 for the gobject option
140710
140711  configure.ac | 2 +-
140712  1 file changed, 1 insertion(+), 1 deletion(-)
140713
140714 commit 95ab82a992ab916046c2e6205db7cadeec88d206
140715 Author: Behdad Esfahbod <behdad@behdad.org>
140716 Date:   Sun Jan 15 14:56:56 2012 -0500
140717
140718     Disable gtk-doc macro
140719     
140720     We don't have any docs yet.
140721
140722  configure.ac | 2 +-
140723  1 file changed, 1 insertion(+), 1 deletion(-)
140724
140725 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
140726 Author: Behdad Esfahbod <behdad@behdad.org>
140727 Date:   Sat Jan 14 21:29:45 2012 -0500
140728
140729     [icu] Remove glib-ism
140730
140731  src/hb-icu.cc | 4 ++--
140732  1 file changed, 2 insertions(+), 2 deletions(-)
140733
140734 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
140735 Author: Behdad Esfahbod <behdad@behdad.org>
140736 Date:   Sat Jan 14 17:55:51 2012 -0500
140737
140738     Allow space in one more place when parsing features
140739
140740  util/options.cc | 2 ++
140741  1 file changed, 2 insertions(+)
140742
140743 commit af92135424b994062648f4fb7e26af0bd970a4b1
140744 Author: Behdad Esfahbod <behdad@behdad.org>
140745 Date:   Fri Oct 21 09:18:43 2011 -0700
140746
140747     Minor
140748
140749  src/hb-object-private.hh | 2 +-
140750  1 file changed, 1 insertion(+), 1 deletion(-)
140751
140752 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
140753 Author: Behdad Esfahbod <behdad@behdad.org>
140754 Date:   Mon Oct 17 11:50:54 2011 -0700
140755
140756     Fix intrin.h b0rkage with older MSVC
140757     
140758     Reported by Jonathan Kew.
140759
140760  src/hb-object-private.hh | 6 +++++-
140761  1 file changed, 5 insertions(+), 1 deletion(-)
140762
140763 commit af913c5788e600e36d29f44fe4e77db84cf8c442
140764 Author: Behdad Esfahbod <behdad@behdad.org>
140765 Date:   Mon Oct 17 11:39:28 2011 -0700
140766
140767     Fix infinite loop in normalization code with variation selectors
140768     
140769     Reported by Jonathan Kew.
140770
140771  src/hb-ot-shape-normalize.cc | 5 ++++-
140772  1 file changed, 4 insertions(+), 1 deletion(-)
140773
140774 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
140775 Author: Behdad Esfahbod <behdad@behdad.org>
140776 Date:   Wed Oct 12 15:03:58 2011 -0400
140777
140778     [util] Add --list-shapers to hb-view and hb-shape
140779
140780  util/options.cc | 17 ++++++++++++++++-
140781  1 file changed, 16 insertions(+), 1 deletion(-)
140782
140783 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
140784 Author: Behdad Esfahbod <behdad@behdad.org>
140785 Date:   Wed Sep 28 16:57:34 2011 -0400
140786
140787     Make test-c.c actually use hb
140788     
140789     This will make sure we test that C code can actually link to the
140790     library.
140791
140792  test/test-c.c | 2 +-
140793  1 file changed, 1 insertion(+), 1 deletion(-)
140794
140795 commit 55deff7595ef357d000fef83559c74c9f8acad00
140796 Author: Behdad Esfahbod <behdad@behdad.org>
140797 Date:   Wed Sep 28 16:20:09 2011 -0400
140798
140799     Add comments
140800
140801  src/hb-ot-shape-normalize.cc | 4 ++++
140802  1 file changed, 4 insertions(+)
140803
140804 commit a240d5a0a3ccc71902e7a341b6d531995319999d
140805 Author: Behdad Esfahbod <behdad@behdad.org>
140806 Date:   Tue Sep 27 13:50:45 2011 -0400
140807
140808     Add TODO item
140809
140810  TODO | 2 ++
140811  1 file changed, 2 insertions(+)
140812
140813 commit 52ebdff49d13f239efc886de935d47be9860f6e5
140814 Author: Behdad Esfahbod <behdad@behdad.org>
140815 Date:   Tue Sep 27 12:38:16 2011 -0400
140816
140817     Fix GSUB lookuptype 1 subtype 1 delta wrapping
140818
140819  src/hb-ot-layout-gsub-table.hh | 4 +++-
140820  1 file changed, 3 insertions(+), 1 deletion(-)
140821
140822 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
140823 Author: Behdad Esfahbod <behdad@behdad.org>
140824 Date:   Tue Sep 27 12:36:26 2011 -0400
140825
140826     [util] s/%d/%u/ when printing glyph ids and clusters
140827
140828  util/options.cc | 6 +++---
140829  1 file changed, 3 insertions(+), 3 deletions(-)
140830
140831 commit b95324cdd217f44c40c5fd44898e659500f19511
140832 Author: Behdad Esfahbod <behdad@behdad.org>
140833 Date:   Wed Sep 21 16:50:39 2011 -0400
140834
140835     Minor
140836
140837  src/hb-blob.cc | 2 +-
140838  1 file changed, 1 insertion(+), 1 deletion(-)
140839
140840 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
140841 Author: Behdad Esfahbod <behdad@behdad.org>
140842 Date:   Wed Sep 21 16:49:33 2011 -0400
140843
140844     Fix possible leaks
140845
140846  src/hb-font.cc | 16 +++++++++++++---
140847  1 file changed, 13 insertions(+), 3 deletions(-)
140848
140849 commit d3f3690b485e1d240fec4f204aef54e07853a244
140850 Author: Behdad Esfahbod <behdad@behdad.org>
140851 Date:   Wed Sep 21 16:41:43 2011 -0400
140852
140853     hb-shape: In --no-glyph-names, output glyph number directly
140854     
140855     Ie. write "86" instead of "gid86".
140856
140857  util/options.cc | 11 +++++++----
140858  1 file changed, 7 insertions(+), 4 deletions(-)
140859
140860 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
140861 Author: Behdad Esfahbod <behdad@behdad.org>
140862 Date:   Tue Sep 20 14:43:55 2011 -0400
140863
140864     [util] Fix option parsing
140865     
140866     Wow, who knew bool is one byte and I was using it as a 4byte int?!
140867     
140868     C++ auto casts fails you in mysterious ways...
140869
140870  util/helper-cairo.cc |  2 +-
140871  util/options.cc      |  3 ++-
140872  util/options.hh      | 14 +++++++-------
140873  3 files changed, 10 insertions(+), 9 deletions(-)
140874
140875 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
140876 Author: Behdad Esfahbod <behdad@behdad.org>
140877 Date:   Tue Sep 20 14:34:06 2011 -0400
140878
140879     Whitespace
140880
140881  src/gen-arabic-table.py | 2 +-
140882  src/gen-indic-table.py  | 2 +-
140883  2 files changed, 2 insertions(+), 2 deletions(-)
140884
140885 commit e700bce1189465a159a7c3c179f231be224f31cc
140886 Author: Behdad Esfahbod <behdad@behdad.org>
140887 Date:   Tue Sep 20 11:20:53 2011 -0400
140888
140889     [util] Add hb-diff
140890     
140891     A diff program written in Python that is more suitable for comparing
140892     hb-shape output from different backends.  Main differences with stock
140893     diff:
140894     
140895     1. It outputs one line's comparison at a time, as opposed to batching
140896     '+' lines and '-' lines.
140897     
140898     2. It colors the part of the line that changed, taking word boundaries
140899     into consideration.
140900     
140901     You can pipe the colored output to 'less -r'.
140902
140903  util/Makefile.am |  2 ++
140904  util/hb-diff     | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
140905  2 files changed, 61 insertions(+)
140906
140907 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
140908 Author: Behdad Esfahbod <behdad@behdad.org>
140909 Date:   Mon Sep 19 23:10:22 2011 -0400
140910
140911     Rewrite ICU detection code with in-house macros
140912     
140913     At least works for cross-compiling now...
140914
140915  configure.ac | 26 +++++++++++++++-----------
140916  1 file changed, 15 insertions(+), 11 deletions(-)
140917
140918 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
140919 Author: Behdad Esfahbod <behdad@behdad.org>
140920 Date:   Mon Sep 19 18:51:48 2011 -0400
140921
140922     [graphite] Add note about graphite shaker brokenness
140923
140924  src/hb-graphite2.cc | 8 ++++++++
140925  1 file changed, 8 insertions(+)
140926
140927 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
140928 Author: Behdad Esfahbod <behdad@behdad.org>
140929 Date:   Mon Sep 19 17:57:02 2011 -0400
140930
140931     [util] Account for line-space in surface size
140932
140933  util/options.cc    | 2 +-
140934  util/options.hh    | 1 -
140935  util/view-cairo.cc | 2 +-
140936  3 files changed, 2 insertions(+), 3 deletions(-)
140937
140938 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
140939 Author: Behdad Esfahbod <behdad@behdad.org>
140940 Date:   Mon Sep 19 16:56:21 2011 -0400
140941
140942     [util] Rename --output to --output_file, and --format to --output-format
140943
140944  util/options.cc | 4 ++--
140945  1 file changed, 2 insertions(+), 2 deletions(-)
140946
140947 commit 0a965eee880428a43ad7f9d1317c344666247dd7
140948 Author: Behdad Esfahbod <behdad@behdad.org>
140949 Date:   Mon Sep 19 16:53:47 2011 -0400
140950
140951     Minor
140952
140953  src/hb-ot-shape-complex-indic.cc | 4 ++++
140954  1 file changed, 4 insertions(+)
140955
140956 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
140957 Author: Behdad Esfahbod <behdad@behdad.org>
140958 Date:   Mon Sep 19 16:50:18 2011 -0400
140959
140960     Really fix build this time
140961
140962  util/hb-view.hh | 1 -
140963  1 file changed, 1 deletion(-)
140964
140965 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
140966 Author: Behdad Esfahbod <behdad@behdad.org>
140967 Date:   Mon Sep 19 16:49:03 2011 -0400
140968
140969     Fix dist
140970
140971  util/Makefile.am | 2 ++
140972  1 file changed, 2 insertions(+)
140973
140974 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
140975 Author: Behdad Esfahbod <behdad@behdad.org>
140976 Date:   Mon Sep 19 16:41:17 2011 -0400
140977
140978     [util] Add hb-shape utility
140979     
140980     Like hb-view, but prints out buffer contents.
140981     
140982     The output format is kinda cryptic.  Suggestions welcome.
140983
140984  configure.ac                        |   6 -
140985  util/Makefile.am                    |  44 +++--
140986  util/{common.cc => hb-shape.cc}     |  57 ++++--
140987  util/hb-view.cc                     |  44 +----
140988  util/hb-view.hh                     |  79 ++++++++
140989  util/helper-cairo.cc                | 375 +++++++++++++++++++++++++++++++++++
140990  util/{common.hh => helper-cairo.hh} |  64 ++++--
140991  util/options.cc                     |  79 ++++++++
140992  util/options.hh                     |  53 ++++-
140993  util/view-cairo.cc                  | 381 ++----------------------------------
140994  util/view-cairo.hh                  |   8 +-
140995  11 files changed, 717 insertions(+), 473 deletions(-)
140996
140997 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
140998 Author: Behdad Esfahbod <behdad@behdad.org>
140999 Date:   Mon Sep 19 16:15:22 2011 -0400
141000
141001     Minor
141002
141003  TODO | 2 ++
141004  1 file changed, 2 insertions(+)
141005
141006 commit f6496663c2f6849a944e41afcf9511f378477532
141007 Author: Behdad Esfahbod <behdad@behdad.org>
141008 Date:   Mon Sep 19 15:45:52 2011 -0400
141009
141010     [util] If no text is provided, simply call cairo_show_glyphs()
141011
141012  util/view-cairo.cc | 92 ++++++++++++++++++++++++++++++------------------------
141013  1 file changed, 51 insertions(+), 41 deletions(-)
141014
141015 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
141016 Author: Behdad Esfahbod <behdad@behdad.org>
141017 Date:   Mon Sep 19 14:53:26 2011 -0400
141018
141019     [uniscribe] Various improvements
141020
141021  src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
141022  1 file changed, 19 insertions(+), 11 deletions(-)
141023
141024 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
141025 Author: Behdad Esfahbod <behdad@behdad.org>
141026 Date:   Mon Sep 19 09:58:55 2011 -0400
141027
141028     [util] Move font-size into view-options
141029
141030  util/options.cc    | 2 +-
141031  util/options.hh    | 7 +++----
141032  util/view-cairo.cc | 4 ++--
141033  3 files changed, 6 insertions(+), 7 deletions(-)
141034
141035 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
141036 Author: Behdad Esfahbod <behdad@behdad.org>
141037 Date:   Sat Sep 17 09:59:58 2011 -0400
141038
141039     Fix Linux build when io.h is available
141040     
141041     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
141042
141043  configure.ac    | 2 +-
141044  util/options.cc | 8 ++++----
141045  2 files changed, 5 insertions(+), 5 deletions(-)
141046
141047 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
141048 Author: Behdad Esfahbod <behdad@behdad.org>
141049 Date:   Fri Sep 16 16:59:17 2011 -0400
141050
141051     Fix "[util] Fix hb-view crash with bogus font."
141052
141053  util/view-cairo.cc | 2 +-
141054  1 file changed, 1 insertion(+), 1 deletion(-)
141055
141056 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
141057 Author: Behdad Esfahbod <behdad@behdad.org>
141058 Date:   Fri Sep 16 16:56:34 2011 -0400
141059
141060     Cosmetic
141061
141062  util/view-cairo.cc | 31 +++++++++++++++++++++++--------
141063  1 file changed, 23 insertions(+), 8 deletions(-)
141064
141065 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
141066 Author: Behdad Esfahbod <behdad@behdad.org>
141067 Date:   Fri Sep 16 16:52:26 2011 -0400
141068
141069     [util] Fix hb-view crash with bogus font
141070
141071  util/view-cairo.cc | 8 +++++++-
141072  1 file changed, 7 insertions(+), 1 deletion(-)
141073
141074 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
141075 Author: Behdad Esfahbod <behdad@behdad.org>
141076 Date:   Fri Sep 16 16:40:44 2011 -0400
141077
141078     Minor
141079
141080  src/hb-private.hh         | 2 +-
141081  src/hb-unicode-private.hh | 4 ++--
141082  src/test.cc               | 4 ++--
141083  util/common.hh            | 2 +-
141084  util/options.cc           | 8 ++++----
141085  5 files changed, 10 insertions(+), 10 deletions(-)
141086
141087 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
141088 Author: Behdad Esfahbod <behdad@behdad.org>
141089 Date:   Fri Sep 16 16:34:39 2011 -0400
141090
141091     TODO items
141092
141093  TODO | 6 ++++++
141094  1 file changed, 6 insertions(+)
141095
141096 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
141097 Author: Behdad Esfahbod <behdad@behdad.org>
141098 Date:   Fri Sep 16 16:33:18 2011 -0400
141099
141100     Minor
141101
141102  src/hb-ot-shape-normalize.cc | 4 ++--
141103  1 file changed, 2 insertions(+), 2 deletions(-)
141104
141105 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
141106 Author: Behdad Esfahbod <behdad@behdad.org>
141107 Date:   Fri Sep 16 12:30:50 2011 -0400
141108
141109     Minor
141110
141111  src/hb-object-private.hh | 26 +++++++++++++++-----------
141112  1 file changed, 15 insertions(+), 11 deletions(-)
141113
141114 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
141115 Author: Behdad Esfahbod <behdad@behdad.org>
141116 Date:   Fri Sep 16 02:08:36 2011 -0400
141117
141118     Fix reading text from stdin
141119
141120  util/options.cc    | 76 +++++++++++++++++++++++++++++++++++-------------------
141121  util/options.hh    | 16 +++++++-----
141122  util/view-cairo.cc |  6 +++--
141123  3 files changed, 64 insertions(+), 34 deletions(-)
141124
141125 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
141126 Author: Behdad Esfahbod <behdad@behdad.org>
141127 Date:   Fri Sep 16 01:16:41 2011 -0400
141128
141129     Move code around
141130
141131  util/options.cc | 27 +++++++++++++++++++++++++--
141132  util/options.hh | 20 +-------------------
141133  2 files changed, 26 insertions(+), 21 deletions(-)
141134
141135 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
141136 Author: Behdad Esfahbod <behdad@behdad.org>
141137 Date:   Fri Sep 16 01:11:30 2011 -0400
141138
141139     Always shape at size=upem
141140     
141141     Fixes bug with uniscribe not handling GIGANTIC sizes.
141142
141143  util/options.cc    | 2 +-
141144  util/view-cairo.cc | 8 ++++----
141145  util/view-cairo.hh | 2 +-
141146  3 files changed, 6 insertions(+), 6 deletions(-)
141147
141148 commit 674ee58d9bc9f825d769220d77f58513edae4558
141149 Author: Behdad Esfahbod <behdad@behdad.org>
141150 Date:   Fri Sep 16 00:54:05 2011 -0400
141151
141152     Minor
141153
141154  util/options.cc | 4 +---
141155  1 file changed, 1 insertion(+), 3 deletions(-)
141156
141157 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
141158 Author: Behdad Esfahbod <behdad@behdad.org>
141159 Date:   Fri Sep 16 00:38:19 2011 -0400
141160
141161     Fix binary stdin/stdout io in Windows
141162     
141163     Make --font-file accept "-" to mean stdin, and have it work
141164     in Windows too!
141165
141166  configure.ac    |  2 +-
141167  util/common.hh  |  5 +++++
141168  util/options.cc | 64 +++++++++++++++++++++++++++++++++++++++++++++++----------
141169  util/options.hh | 10 +++++++--
141170  4 files changed, 67 insertions(+), 14 deletions(-)
141171
141172 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
141173 Author: Behdad Esfahbod <behdad@behdad.org>
141174 Date:   Thu Sep 15 18:09:49 2011 -0400
141175
141176     Minor
141177
141178  util/options.cc | 5 +++--
141179  util/options.hh | 4 ++--
141180  2 files changed, 5 insertions(+), 4 deletions(-)
141181
141182 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
141183 Author: Behdad Esfahbod <behdad@behdad.org>
141184 Date:   Thu Sep 15 17:52:00 2011 -0400
141185
141186     [hb-view] Make print to stdout work in Windows
141187     
141188     Apparently there's no equivalent to "/dev/stdout", so write using
141189     stdio to be able to output to stdout.
141190
141191  util/common.hh     |  1 +
141192  util/options.hh    | 31 ++++++++++++++++-----
141193  util/view-cairo.cc | 79 ++++++++++++++++++++++++++++++++++++------------------
141194  3 files changed, 78 insertions(+), 33 deletions(-)
141195
141196 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
141197 Author: Behdad Esfahbod <behdad@behdad.org>
141198 Date:   Thu Sep 15 16:29:51 2011 -0400
141199
141200     Minor
141201
141202  src/hb-ot-shape-normalize.cc | 7 +++++--
141203  1 file changed, 5 insertions(+), 2 deletions(-)
141204
141205 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
141206 Author: Behdad Esfahbod <behdad@behdad.org>
141207 Date:   Tue Sep 13 13:33:11 2011 -0400
141208
141209     Fix test
141210
141211  src/hb-graphite2.h | 1 +
141212  src/hb-ot-shape.h  | 1 +
141213  src/hb-uniscribe.h | 1 +
141214  3 files changed, 3 insertions(+)
141215
141216 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
141217 Author: Behdad Esfahbod <behdad@behdad.org>
141218 Date:   Tue Sep 13 13:30:39 2011 -0400
141219
141220     [util] Refactor hb-view completely
141221     
141222     Now we can use the same code to do other utils...
141223
141224  configure.ac       |   2 +
141225  util/Makefile.am   |   2 +
141226  util/common.cc     |   7 +-
141227  util/common.hh     |   2 +-
141228  util/hb-view.cc    | 244 ++++-------------------------
141229  util/options.cc    | 321 ++++++++++++++++++++++++++------------
141230  util/options.hh    | 179 +++++++++++++++++++---
141231  util/view-cairo.cc | 440 +++++++++++++++++++++++++++++++++++++++++++++++++++++
141232  util/view-cairo.hh |  63 ++++++++
141233  9 files changed, 927 insertions(+), 333 deletions(-)
141234
141235 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
141236 Author: Behdad Esfahbod <behdad@behdad.org>
141237 Date:   Thu Sep 8 17:08:32 2011 -0400
141238
141239     More reshuffling
141240
141241  util/hb-view.cc |  4 ++--
141242  util/options.cc | 64 ++++++++++++++++++++++++++++++---------------------------
141243  util/options.hh | 13 ++++++------
141244  3 files changed, 43 insertions(+), 38 deletions(-)
141245
141246 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
141247 Author: Behdad Esfahbod <behdad@behdad.org>
141248 Date:   Thu Sep 8 16:50:24 2011 -0400
141249
141250     [util] Simplify more
141251
141252  util/options.hh | 9 +++------
141253  1 file changed, 3 insertions(+), 6 deletions(-)
141254
141255 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
141256 Author: Behdad Esfahbod <behdad@behdad.org>
141257 Date:   Thu Sep 8 16:49:02 2011 -0400
141258
141259     [util] Move code around
141260
141261  util/hb-view.cc |  8 +-------
141262  util/options.hh | 14 ++++++++++++++
141263  2 files changed, 15 insertions(+), 7 deletions(-)
141264
141265 commit 46d86a73a103b061144018c3fe947b57548fc58f
141266 Author: Behdad Esfahbod <behdad@behdad.org>
141267 Date:   Thu Sep 8 16:43:15 2011 -0400
141268
141269     Minor
141270     
141271     We now support using -1 for NUL-terminated strings.
141272
141273  util/hb-view.cc | 2 --
141274  1 file changed, 2 deletions(-)
141275
141276 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
141277 Author: Behdad Esfahbod <behdad@behdad.org>
141278 Date:   Thu Sep 8 16:42:37 2011 -0400
141279
141280     [util] Move code around
141281
141282  util/hb-view.cc | 5 -----
141283  util/options.hh | 4 ++++
141284  2 files changed, 4 insertions(+), 5 deletions(-)
141285
141286 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
141287 Author: Behdad Esfahbod <behdad@behdad.org>
141288 Date:   Thu Sep 8 16:00:04 2011 -0400
141289
141290     [util] Further refactor option parsing
141291
141292  util/options.cc | 80 +++++++++++++++++++++++++++++++++++++++++++++++----------
141293  util/options.hh | 20 ++++++++++++---
141294  2 files changed, 83 insertions(+), 17 deletions(-)
141295
141296 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
141297 Author: Behdad Esfahbod <behdad@behdad.org>
141298 Date:   Thu Sep 8 13:35:17 2011 -0400
141299
141300     Refine Indic scripts, following Martin Hosken's recommendation
141301
141302  src/hb-ot-shape-complex-private.hh | 56 +++++++++++++++++++++++---------------
141303  1 file changed, 34 insertions(+), 22 deletions(-)
141304
141305 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
141306 Author: Behdad Esfahbod <behdad@behdad.org>
141307 Date:   Fri Sep 2 13:31:19 2011 -0400
141308
141309     Pass through unknown ISO 639-3 language tags to OpenType engine
141310     
141311     In hb_ot_tag_from_language(), if first component of an unknown
141312     language is three letters long, use it directly as OpenType language
141313     tag (after case conversion and padding).
141314
141315  src/hb-ot-tag.cc   | 8 ++++++++
141316  test/test-ot-tag.c | 5 +++++
141317  2 files changed, 13 insertions(+)
141318
141319 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
141320 Author: Behdad Esfahbod <behdad@behdad.org>
141321 Date:   Fri Sep 2 12:39:20 2011 -0400
141322
141323     [graphite] Don't preload glyphs
141324     
141325     Doesn't seem to be slower.
141326
141327  src/hb-graphite2.cc | 2 +-
141328  1 file changed, 1 insertion(+), 1 deletion(-)
141329
141330 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
141331 Author: Behdad Esfahbod <behdad@behdad.org>
141332 Date:   Fri Aug 26 13:39:49 2011 +0200
141333
141334     Minor
141335
141336  src/hb-graphite2.h | 12 ++++++------
141337  src/hb-ot-shape.h  |  1 -
141338  src/hb-uniscribe.h |  1 -
141339  3 files changed, 6 insertions(+), 8 deletions(-)
141340
141341 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
141342 Author: Behdad Esfahbod <behdad@behdad.org>
141343 Date:   Fri Aug 26 09:40:54 2011 +0200
141344
141345     [graphite2] Chop a few more lines
141346
141347  src/hb-graphite2.cc | 13 ++++---------
141348  1 file changed, 4 insertions(+), 9 deletions(-)
141349
141350 commit 81ec289da799bd2f50da9382507c606d2c779ab9
141351 Author: Behdad Esfahbod <behdad@behdad.org>
141352 Date:   Fri Aug 26 09:33:06 2011 +0200
141353
141354     Minor
141355
141356  src/hb-graphite2.cc | 24 ++++++++++++------------
141357  1 file changed, 12 insertions(+), 12 deletions(-)
141358
141359 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
141360 Author: Behdad Esfahbod <behdad@behdad.org>
141361 Date:   Fri Aug 26 09:30:49 2011 +0200
141362
141363     [graphite] Use buffer->replace_glyphs()
141364
141365  src/hb-graphite2.cc | 3 +--
141366  1 file changed, 1 insertion(+), 2 deletions(-)
141367
141368 commit 9ebe8c0286856d46430ae184ba7303bd34485883
141369 Author: Behdad Esfahbod <behdad@behdad.org>
141370 Date:   Fri Aug 26 09:29:42 2011 +0200
141371
141372     Add buffer->replace_glyphs()
141373
141374  src/hb-buffer-private.hh |  3 +++
141375  src/hb-buffer.cc         | 26 ++++++++++++++++++++++++++
141376  2 files changed, 29 insertions(+)
141377
141378 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
141379 Author: Behdad Esfahbod <behdad@behdad.org>
141380 Date:   Fri Aug 26 09:27:13 2011 +0200
141381
141382     Minor
141383
141384  src/hb-graphite2.cc | 9 +++++----
141385  1 file changed, 5 insertions(+), 4 deletions(-)
141386
141387 commit 290e3ee51727df75d136ccfff79831b94d1583b6
141388 Author: Behdad Esfahbod <behdad@behdad.org>
141389 Date:   Fri Aug 26 09:25:04 2011 +0200
141390
141391     [graphite] Only pass the first part language tag to graphite
141392     
141393     Still not sure about:
141394     
141395     1) Case.  We pass lowercase for now.  Would be nice if graphite was
141396     uppercase 3letter like OpenType,
141397     
141398     2) Padding.  IMO, tag padding is always with spaces, but Martin was
141399     talking about NUL bytes.
141400
141401  src/hb-graphite2.cc | 5 +++--
141402  1 file changed, 3 insertions(+), 2 deletions(-)
141403
141404 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
141405 Author: Behdad Esfahbod <behdad@behdad.org>
141406 Date:   Fri Aug 26 09:18:53 2011 +0200
141407
141408     [API] Make all _from_string() functions take a len parameter
141409     
141410     Can be -1 for NUL-terminated string.  This is useful for passing parts
141411     of a larger string to a function without having to copy or modify the
141412     string first.
141413     
141414     Affected functions:
141415     
141416             hb_tag_t hb_tag_from_string()
141417             hb_direction_from_string()
141418             hb_language_from_string()
141419             hb_script_from_string()
141420
141421  src/hb-common.cc    | 29 +++++++++++++-------
141422  src/hb-common.h     | 12 +++++---
141423  src/hb-graphite2.cc |  2 +-
141424  src/hb-icu.cc       |  2 +-
141425  src/hb-ot-tag.cc    |  8 +++---
141426  test/test-buffer.c  |  4 +--
141427  test/test-common.c  | 79 +++++++++++++++++++++++++++++++----------------------
141428  test/test-ot-tag.c  | 22 +++++++--------
141429  util/hb-view.cc     |  6 ++--
141430  util/options.cc     |  5 +---
141431  10 files changed, 96 insertions(+), 73 deletions(-)
141432
141433 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
141434 Author: Behdad Esfahbod <behdad@behdad.org>
141435 Date:   Thu Aug 25 22:46:21 2011 +0200
141436
141437     [graphite2] Bail if grface is NULL
141438
141439  src/hb-graphite2.cc | 1 +
141440  1 file changed, 1 insertion(+)
141441
141442 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
141443 Author: Behdad Esfahbod <behdad@behdad.org>
141444 Date:   Thu Aug 25 09:08:53 2011 +0200
141445
141446     Reorder combining-class to better suit Arabic shadda mark-mark positioning
141447     
141448     As reported by Khaled on the list:
141449     
141450     "After the introduction of canonical reordering of combining marks
141451     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
141452     positioning for mark sequences that involve shadda as a first mark (or
141453     most interesting sequences at least).
141454     
141455     "After some digging, it turned out that shadda have a ccc=33 while most
141456     Arabic marks that combine with it have a lower ccc value, which results
141457     in the shadda being reordered after the other mark which,
141458     unsurprisingly, breaks my contextual substitution and mkmk anchors."
141459     
141460     See:
141461     
141462     http://unicode.org/faq/normalization.html#8
141463     http://unicode.org/faq/normalization.html#9
141464
141465  src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
141466  1 file changed, 17 insertions(+), 1 deletion(-)
141467
141468 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
141469 Author: Behdad Esfahbod <behdad@behdad.org>
141470 Date:   Wed Aug 24 19:16:13 2011 +0200
141471
141472     Fix make distcheck
141473
141474  src/Makefile.am              | 15 ++++++++-------
141475  src/hb-gobject-enums.cc.tmpl |  2 +-
141476  2 files changed, 9 insertions(+), 8 deletions(-)
141477
141478 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
141479 Author: Behdad Esfahbod <behdad@behdad.org>
141480 Date:   Wed Aug 24 19:13:15 2011 +0200
141481
141482     Add hb-ot-hmtx-table.hh
141483     
141484     Oops!
141485
141486  src/hb-ot-hmtx-table.hh | 86 +++++++++++++++++++++++++++++++++++++++++++++++++
141487  1 file changed, 86 insertions(+)
141488
141489 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
141490 Author: Behdad Esfahbod <behdad@behdad.org>
141491 Date:   Wed Aug 24 03:22:49 2011 +0200
141492
141493     [graphite] Rewrite properly
141494
141495  src/hb-graphite2.cc | 633 ++++++++++++++++++++++------------------------------
141496  src/hb-uniscribe.cc |   2 +
141497  2 files changed, 273 insertions(+), 362 deletions(-)
141498
141499 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
141500 Author: Behdad Esfahbod <behdad@behdad.org>
141501 Date:   Wed Aug 24 02:24:27 2011 +0200
141502
141503     Minor
141504
141505  src/hb-uniscribe.cc | 14 +++++++-------
141506  1 file changed, 7 insertions(+), 7 deletions(-)
141507
141508 commit 46377396accf6b43792ffba553dcd9847608aa86
141509 Author: Behdad Esfahbod <behdad@behdad.org>
141510 Date:   Wed Aug 24 02:12:05 2011 +0200
141511
141512     [configure] Fix graphite bits
141513
141514  configure.ac | 9 +++++----
141515  1 file changed, 5 insertions(+), 4 deletions(-)
141516
141517 commit 71388b3ee71c7d3b79f842db7588bd683691797c
141518 Author: Behdad Esfahbod <behdad@behdad.org>
141519 Date:   Wed Aug 24 02:09:04 2011 +0200
141520
141521     [uniscribe] Minor
141522
141523  src/hb-uniscribe.cc | 19 +++++++++----------
141524  1 file changed, 9 insertions(+), 10 deletions(-)
141525
141526 commit cd2b901027bd154e31aa509c0cb2d86633e36398
141527 Author: Behdad Esfahbod <behdad@behdad.org>
141528 Date:   Wed Aug 24 01:47:25 2011 +0200
141529
141530     [graphite] Minor
141531
141532  src/hb-graphite2.cc | 10 ++++------
141533  src/hb-shape.cc     |  1 -
141534  2 files changed, 4 insertions(+), 7 deletions(-)
141535
141536 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
141537 Author: Behdad Esfahbod <behdad@behdad.org>
141538 Date:   Wed Aug 24 01:45:47 2011 +0200
141539
141540     [graphite] Remove hb_graphite2_feature_check()
141541     
141542     I don't see how this function can be useful.
141543
141544  src/hb-graphite2.cc | 10 ----------
141545  src/hb-graphite2.h  |  2 --
141546  2 files changed, 12 deletions(-)
141547
141548 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
141549 Author: Behdad Esfahbod <behdad@behdad.org>
141550 Date:   Wed Aug 24 01:29:25 2011 +0200
141551
141552     Add graphite2 integration from Martin Hosken
141553     
141554     To be modified, a lot.
141555
141556  configure.ac                      |   9 +-
141557  contrib/python/lib/harfbuzz.pyx   |  20 +-
141558  contrib/python/runpy              |   2 -
141559  contrib/python/scripts/hbtestfont |   4 +-
141560  contrib/python/setup.py           |  18 +-
141561  src/Makefile.am                   |   7 +
141562  src/hb-graphite2.cc               | 446 ++++++++++++++++++++++++++++++++++++++
141563  src/hb-graphite2.h                |  47 ++++
141564  src/hb-shape.cc                   |   7 +
141565  9 files changed, 542 insertions(+), 18 deletions(-)
141566
141567 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
141568 Author: Behdad Esfahbod <behdad@behdad.org>
141569 Date:   Wed Aug 24 01:31:29 2011 +0200
141570
141571     Minor
141572
141573  src/Makefile.am                                | 2 +-
141574  src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0
141575  2 files changed, 1 insertion(+), 1 deletion(-)
141576
141577 commit efde8113258b117ec0a7fbffe6d681442d045c41
141578 Author: Behdad Esfahbod <behdad@behdad.org>
141579 Date:   Tue Aug 23 00:04:57 2011 +0200
141580
141581     Add a constructor for hb_prealloced_array_t
141582     
141583     Fixes build with MSVC.
141584
141585  src/hb-private.hh | 2 ++
141586  1 file changed, 2 insertions(+)
141587
141588 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
141589 Author: Behdad Esfahbod <behdad@behdad.org>
141590 Date:   Fri Aug 19 19:59:24 2011 +0200
141591
141592     Add gobject enum support, but disabled for now
141593     
141594     need to figure out the naming.  The generated code doesn't have the
141595     right name.
141596
141597  configure.ac                                 |  2 +
141598  src/Makefile.am                              | 13 +++--
141599  src/hb-gobject-enums.cc.tmpl                 | 74 ++++++++++++++++++++++++++++
141600  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
141601  4 files changed, 86 insertions(+), 3 deletions(-)
141602
141603 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
141604 Author: Behdad Esfahbod <behdad@behdad.org>
141605 Date:   Wed Aug 17 23:55:29 2011 +0200
141606
141607     Flesh out tt funcs a bit
141608
141609  src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
141610  1 file changed, 35 insertions(+), 1 deletion(-)
141611
141612 commit b9415e76d7b41da203b9ae85e38b6dc777481184
141613 Author: Behdad Esfahbod <behdad@behdad.org>
141614 Date:   Wed Aug 17 19:21:44 2011 +0200
141615
141616     [API] Add hb_font_set_funcs_data()
141617
141618  src/hb-font.cc | 15 +++++++++++++++
141619  src/hb-font.h  |  6 ++++++
141620  2 files changed, 21 insertions(+)
141621
141622 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
141623 Author: Behdad Esfahbod <behdad@behdad.org>
141624 Date:   Wed Aug 17 19:07:59 2011 +0200
141625
141626     Remove the pre_allocate argument from hb_buffer_create()
141627     
141628     For two reasons:
141629     
141630     1. User can always call hb_buffer_pre_allocate() themselves, and
141631     
141632     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
141633     reallocs is limited to a small number (~3) anyway.  This just makes the
141634     API cleaner.
141635
141636  src/hb-buffer.cc          | 7 +------
141637  src/hb-buffer.h           | 2 +-
141638  src/test.cc               | 2 +-
141639  test/test-buffer.c        | 9 ++++-----
141640  test/test-object.c        | 4 ++--
141641  test/test-shape-complex.c | 2 +-
141642  test/test-shape.c         | 2 +-
141643  util/hb-view.cc           | 2 +-
141644  8 files changed, 12 insertions(+), 18 deletions(-)
141645
141646 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
141647 Author: Behdad Esfahbod <behdad@behdad.org>
141648 Date:   Wed Aug 17 19:03:06 2011 +0200
141649
141650     Do (nothing for) hmtx sanitize
141651
141652  src/hb-ot-hhea-table.hh | 1 -
141653  src/hb-tt-font.cc       | 1 +
141654  2 files changed, 1 insertion(+), 1 deletion(-)
141655
141656 commit d6016e49108be183ab2dc9c226447d1db3a09b90
141657 Author: Behdad Esfahbod <behdad@behdad.org>
141658 Date:   Wed Aug 17 14:47:41 2011 +0200
141659
141660     Fix name-table sanitize
141661
141662  src/hb-ot-name-table.hh | 4 ++--
141663  1 file changed, 2 insertions(+), 2 deletions(-)
141664
141665 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
141666 Author: Behdad Esfahbod <behdad@behdad.org>
141667 Date:   Wed Aug 17 14:43:45 2011 +0200
141668
141669     Add hhea-table support
141670
141671  src/Makefile.am                |   1 +
141672  src/hb-open-type-private.hh    |   6 ++
141673  src/hb-ot-head-table.hh        |   2 +-
141674  src/hb-ot-hhea-table.hh        |  93 ++++++++++++++++++
141675  src/hb-ot-layout-gdef-table.hh |   2 +-
141676  src/hb-ot-layout-gpos-table.hh |   2 +-
141677  src/hb-ot-layout-gsub-table.hh |   2 +-
141678  src/hb-ot-maxp-table.hh        |   2 +-
141679  src/hb-ot-name-table.hh        |   3 +-
141680  src/hb-tt-font.cc              | 207 +++++++++++++++++++++++++++++++++++++++++
141681  10 files changed, 314 insertions(+), 6 deletions(-)
141682
141683 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
141684 Author: Behdad Esfahbod <behdad@behdad.org>
141685 Date:   Wed Aug 17 14:19:59 2011 +0200
141686
141687     Rename table files from eg maxp-private.hh to maxp-table.hh
141688
141689  src/Makefile.am                                              | 12 ++++++------
141690  src/hb-font.cc                                               |  2 +-
141691  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
141692  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
141693  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
141694  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
141695  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
141696  src/hb-ot-layout.cc                                          |  8 ++++----
141697  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
141698  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
141699  src/hb-uniscribe-shape.cc                                    |  2 +-
141700  src/main.cc                                                  |  2 +-
141701  12 files changed, 32 insertions(+), 32 deletions(-)
141702
141703 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
141704 Author: Behdad Esfahbod <behdad@behdad.org>
141705 Date:   Mon Aug 15 20:41:59 2011 +0200
141706
141707     [ft] FT_Get_Advance() for advance-width callbacks
141708     
141709     Using graphite2's comparerenderer suggests that this makes hb-ft 15
141710     times faster.  No caching layer needed anymore.
141711
141712  configure.ac   |  2 +-
141713  src/hb-ft.cc   | 19 +++++++++++++------
141714  util/common.hh |  4 +++-
141715  3 files changed, 17 insertions(+), 8 deletions(-)
141716
141717 commit 97796453aab56873809a15b5e316cba8acea7449
141718 Author: Behdad Esfahbod <behdad@behdad.org>
141719 Date:   Mon Aug 15 19:03:43 2011 +0200
141720
141721     Fix falloffs of the GOption conversion
141722
141723  util/options.cc | 8 ++++----
141724  util/options.hh | 4 ++--
141725  2 files changed, 6 insertions(+), 6 deletions(-)
141726
141727 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
141728 Author: Behdad Esfahbod <behdad@behdad.org>
141729 Date:   Mon Aug 15 16:21:22 2011 +0200
141730
141731     Pre-allocate buffers when adding string
141732     
141733     We do a conservative estimate of the number of characters, but still,
141734     this limits the number of buffer reallocs to a small constant.
141735
141736  src/hb-buffer.cc | 1 +
141737  1 file changed, 1 insertion(+)
141738
141739 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
141740 Author: Behdad Esfahbod <behdad@behdad.org>
141741 Date:   Mon Aug 15 16:21:06 2011 +0200
141742
141743     Minor
141744
141745  src/hb-ft.cc | 2 +-
141746  1 file changed, 1 insertion(+), 1 deletion(-)
141747
141748 commit 254142bb67a5c520a304142301479eb5292592d1
141749 Author: Behdad Esfahbod <behdad@behdad.org>
141750 Date:   Mon Aug 15 16:15:44 2011 +0200
141751
141752     [ft] FT_Select_Charmap() when we create face
141753
141754  src/hb-ft.cc | 2 ++
141755  1 file changed, 2 insertions(+)
141756
141757 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
141758 Author: Behdad Esfahbod <behdad@behdad.org>
141759 Date:   Mon Aug 15 09:52:05 2011 +0200
141760
141761     Apply 'locl' with 'ccmp' in Arabic shaper
141762     
141763     According to Peter Constable this is indeed what Uniscribe has been
141764     doing for years.
141765     
141766     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
141767     word in the arabic version of Firefox 5.0
141768
141769  src/hb-ot-shape-complex-arabic.cc | 1 +
141770  1 file changed, 1 insertion(+)
141771
141772 commit c214cff55ce539d004d069a484dac3988953cb11
141773 Author: Behdad Esfahbod <behdad@behdad.org>
141774 Date:   Sun Aug 14 15:17:16 2011 +0200
141775
141776     Start adding gobject-introspection support
141777
141778  configure.ac      | 13 ++++++++++-
141779  src/Makefile.am   | 43 ++++++++++++++++-------------------
141780  src/hb-common.h   |  1 +
141781  src/hb-glib.cc    |  3 ---
141782  src/hb-gobject.cc | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
141783  src/hb-gobject.h  | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
141784  6 files changed, 163 insertions(+), 28 deletions(-)
141785
141786 commit 9527fb200ffbbd839334e99b51d9671752d393db
141787 Author: Behdad Esfahbod <behdad@behdad.org>
141788 Date:   Sat Aug 13 19:03:48 2011 +0200
141789
141790     Fix missing return
141791
141792  src/hb-ft.cc | 2 ++
141793  1 file changed, 2 insertions(+)
141794
141795 commit 77a328769545f6b2970d8491fe77fe98781961cf
141796 Author: Behdad Esfahbod <behdad@behdad.org>
141797 Date:   Sat Aug 13 17:16:45 2011 +0200
141798
141799     Minor
141800
141801  src/hb-common.h | 2 +-
141802  1 file changed, 1 insertion(+), 1 deletion(-)
141803
141804 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
141805 Author: Behdad Esfahbod <behdad@behdad.org>
141806 Date:   Thu Aug 11 11:54:31 2011 +0200
141807
141808     Refactor hb-view code
141809
141810  util/Makefile.am |  26 +++-
141811  util/common.cc   |  40 ++++++
141812  util/common.hh   |  49 +++++++
141813  util/hb-view.cc  | 387 ++++---------------------------------------------------
141814  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
141815  util/options.hh  |  86 +++++++++++++
141816  6 files changed, 541 insertions(+), 365 deletions(-)
141817
141818 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
141819 Author: Behdad Esfahbod <behdad@behdad.org>
141820 Date:   Wed Aug 10 22:08:36 2011 +0200
141821
141822     Add uniscribe font getters
141823
141824  src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
141825  src/hb-uniscribe.h        |  8 ++++++++
141826  2 files changed, 29 insertions(+), 3 deletions(-)
141827
141828 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
141829 Author: Behdad Esfahbod <behdad@behdad.org>
141830 Date:   Wed Aug 10 22:00:35 2011 +0200
141831
141832     Implement hb_ft_font_get_face
141833
141834  src/hb-ft.cc | 15 ++++++++++++++-
141835  src/hb-ft.h  |  2 ++
141836  2 files changed, 16 insertions(+), 1 deletion(-)
141837
141838 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
141839 Author: Behdad Esfahbod <behdad@behdad.org>
141840 Date:   Wed Aug 10 21:54:22 2011 +0200
141841
141842     Fix charset conversion
141843
141844  util/hb-view.cc | 2 +-
141845  1 file changed, 1 insertion(+), 1 deletion(-)
141846
141847 commit 25c4830593064f023e296aa795b72ddcaa1c9322
141848 Author: Behdad Esfahbod <behdad@behdad.org>
141849 Date:   Wed Aug 10 16:28:38 2011 +0200
141850
141851     [util] Add hb-shape --shapers
141852     
141853     If the specified shapers fail, hb-shape will fail immediately
141854
141855  util/hb-view.cc | 57 +++++++++++++++++++++++++++++++++------------------------
141856  1 file changed, 33 insertions(+), 24 deletions(-)
141857
141858 commit 0501573deda3a8dcdfcea491392f554f21ed0154
141859 Author: Behdad Esfahbod <behdad@behdad.org>
141860 Date:   Wed Aug 10 16:25:56 2011 +0200
141861
141862     Fix const correctness in the API
141863
141864  src/hb-fallback-shape-private.hh |  2 +-
141865  src/hb-fallback-shape.cc         |  2 +-
141866  src/hb-ot-shape.cc               |  2 +-
141867  src/hb-ot-shape.h                |  2 +-
141868  src/hb-shape.cc                  | 14 +++++++-------
141869  src/hb-shape.h                   | 12 ++++++------
141870  src/hb-uniscribe-shape.cc        |  2 +-
141871  src/hb-uniscribe.h               |  2 +-
141872  8 files changed, 19 insertions(+), 19 deletions(-)
141873
141874 commit a21add6c0da067173d51792d716d6e38379f138f
141875 Author: Behdad Esfahbod <behdad@behdad.org>
141876 Date:   Wed Aug 10 16:07:49 2011 +0200
141877
141878     Reformat
141879
141880  util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
141881  1 file changed, 18 insertions(+), 31 deletions(-)
141882
141883 commit 8df90c81187db58eee6b90426cd16c32feef6be3
141884 Author: Behdad Esfahbod <behdad@behdad.org>
141885 Date:   Wed Aug 10 15:26:41 2011 +0200
141886
141887     [util] Port hb-view to GOption
141888
141889  util/hb-view.cc | 267 +++++++++++++++++++++++++++++++++-----------------------
141890  1 file changed, 156 insertions(+), 111 deletions(-)
141891
141892 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
141893 Author: Behdad Esfahbod <behdad@behdad.org>
141894 Date:   Tue Aug 9 15:03:00 2011 +0200
141895
141896     Move hb-view into util/
141897
141898  Makefile.am              |  3 +--
141899  configure.ac             |  1 +
141900  src/Makefile.am          | 13 -------------
141901  util/Makefile.am         | 24 ++++++++++++++++++++++++
141902  {src => util}/hb-view.cc |  0
141903  5 files changed, 26 insertions(+), 15 deletions(-)
141904
141905 commit d753ac78da5619a0a545cdaf7a8e65787e996570
141906 Author: Behdad Esfahbod <behdad@behdad.org>
141907 Date:   Tue Aug 9 14:03:12 2011 +0200
141908
141909     [uniscribe] Remove zerowidth glyphs from output
141910
141911  src/hb-uniscribe-shape.cc | 7 +++++--
141912  1 file changed, 5 insertions(+), 2 deletions(-)
141913
141914 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
141915 Author: Behdad Esfahbod <behdad@behdad.org>
141916 Date:   Tue Aug 9 14:00:44 2011 +0200
141917
141918     [test/shape-complex] Print cluster and position info in --verbose
141919
141920  test/test-shape-complex.c | 20 +++++++++++++++++---
141921  1 file changed, 17 insertions(+), 3 deletions(-)
141922
141923 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
141924 Author: Behdad Esfahbod <behdad@behdad.org>
141925 Date:   Tue Aug 9 13:52:36 2011 +0200
141926
141927     Fix warnings with old glib
141928
141929  test/hb-test.h | 3 +--
141930  1 file changed, 1 insertion(+), 2 deletions(-)
141931
141932 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
141933 Author: Behdad Esfahbod <behdad@behdad.org>
141934 Date:   Tue Aug 9 11:44:42 2011 +0200
141935
141936     Minor
141937
141938  src/test.cc | 3 +--
141939  1 file changed, 1 insertion(+), 2 deletions(-)
141940
141941 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
141942 Author: Behdad Esfahbod <behdad@behdad.org>
141943 Date:   Tue Aug 9 11:37:46 2011 +0200
141944
141945     Add fallback shaper
141946
141947  src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
141948  1 file changed, 21 insertions(+), 2 deletions(-)
141949
141950 commit 13a601fe99f237b08b7166448e386eaea0b77294
141951 Author: Behdad Esfahbod <behdad@behdad.org>
141952 Date:   Tue Aug 9 11:36:54 2011 +0200
141953
141954     [FT] Don't make font immutable
141955
141956  src/hb-ft.cc | 2 --
141957  1 file changed, 2 deletions(-)
141958
141959 commit 38b2118724600521c6ad1e49df0667dcdf863634
141960 Author: Behdad Esfahbod <behdad@behdad.org>
141961 Date:   Tue Aug 9 10:51:24 2011 +0200
141962
141963     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
141964     
141965     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
141966     
141967     Add hb_ft_font_set_funcs().  Which will make the font internally use
141968     FreeType.  That is, no need for the font to have created using the
141969     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
141970     then call this on the font (after having set font scale).  This
141971     internally creates an FT_Face and attached to the font.
141972
141973  src/Makefile.am    |  4 +--
141974  src/hb-ft.cc       | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++---
141975  src/hb-ft.h        | 10 ++++---
141976  src/test.cc        |  7 +++++
141977  test/Makefile.am   |  8 ------
141978  test/test-object.c |  9 -------
141979  6 files changed, 89 insertions(+), 25 deletions(-)
141980
141981 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
141982 Author: Behdad Esfahbod <behdad@behdad.org>
141983 Date:   Tue Aug 9 08:35:07 2011 +0200
141984
141985     Minor
141986
141987  src/hb-uniscribe-shape.cc | 2 +-
141988  1 file changed, 1 insertion(+), 1 deletion(-)
141989
141990 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
141991 Author: Behdad Esfahbod <behdad@behdad.org>
141992 Date:   Tue Aug 9 00:47:55 2011 +0200
141993
141994     [uniscribe] Unbreak
141995
141996  src/hb-uniscribe-shape.cc | 4 ++--
141997  1 file changed, 2 insertions(+), 2 deletions(-)
141998
141999 commit c0975e12315b7167b92411584d2f00a751bbc204
142000 Author: Behdad Esfahbod <behdad@behdad.org>
142001 Date:   Tue Aug 9 00:46:18 2011 +0200
142002
142003     Fix build again
142004
142005  test/Makefile.am | 3 +++
142006  1 file changed, 3 insertions(+)
142007
142008 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
142009 Author: Behdad Esfahbod <behdad@behdad.org>
142010 Date:   Tue Aug 9 00:43:24 2011 +0200
142011
142012     [API] Make set_user_data() functions take a replace parameter
142013     
142014     We need this to set data on objects safely without worrying that some
142015     other thread unsets it by setting it at the same time.
142016
142017  src/hb-blob.cc            |  5 +++--
142018  src/hb-blob.h             |  3 ++-
142019  src/hb-buffer.cc          |  5 +++--
142020  src/hb-buffer.h           |  3 ++-
142021  src/hb-common.cc          | 13 ++++++++-----
142022  src/hb-font.cc            | 15 +++++++++------
142023  src/hb-font.h             |  9 ++++++---
142024  src/hb-object-private.hh  | 13 ++++++++-----
142025  src/hb-private.hh         | 16 +++++++++++-----
142026  src/hb-shape.cc           |  2 +-
142027  src/hb-unicode.cc         |  5 +++--
142028  src/hb-unicode.h          |  3 ++-
142029  src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
142030  test/test-object.c        | 33 +++++++++++++++++----------------
142031  14 files changed, 89 insertions(+), 54 deletions(-)
142032
142033 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
142034 Author: Behdad Esfahbod <behdad@behdad.org>
142035 Date:   Tue Aug 9 00:23:58 2011 +0200
142036
142037     [buffer] Make API take signed int length
142038     
142039     Since we already switched to accepting -1 as 'zero-terminated'.
142040
142041  src/hb-buffer.cc    | 12 ++++++------
142042  src/hb-buffer.h     | 12 ++++++------
142043  src/hb-ot-layout.cc |  2 --
142044  src/main.cc         |  1 -
142045  4 files changed, 12 insertions(+), 15 deletions(-)
142046
142047 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
142048 Author: Behdad Esfahbod <behdad@behdad.org>
142049 Date:   Tue Aug 9 00:19:38 2011 +0200
142050
142051     [FT] Adapt to new face API
142052
142053  src/hb-ft.cc | 3 +++
142054  1 file changed, 3 insertions(+)
142055
142056 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
142057 Author: Behdad Esfahbod <behdad@behdad.org>
142058 Date:   Tue Aug 9 00:19:19 2011 +0200
142059
142060     Minor
142061
142062  test/test-c.c | 10 +++++-----
142063  1 file changed, 5 insertions(+), 5 deletions(-)
142064
142065 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
142066 Author: Behdad Esfahbod <behdad@behdad.org>
142067 Date:   Tue Aug 9 00:13:24 2011 +0200
142068
142069     [uniscribe] Cleanup backend
142070
142071  TODO                      |   2 +
142072  src/hb-uniscribe-shape.cc | 161 ++++++++++++++++++++++++++++++++++------------
142073  2 files changed, 123 insertions(+), 40 deletions(-)
142074
142075 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
142076 Author: Behdad Esfahbod <behdad@behdad.org>
142077 Date:   Mon Aug 8 23:41:06 2011 +0200
142078
142079     Fix build
142080
142081  test/Makefile.am | 5 +++++
142082  1 file changed, 5 insertions(+)
142083
142084 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
142085 Author: Behdad Esfahbod <behdad@behdad.org>
142086 Date:   Mon Aug 8 23:37:41 2011 +0200
142087
142088     [API] Sort out get_blob API
142089     
142090     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
142091     reference now.
142092     
142093     hb_face_[sg]et_index() added.
142094     
142095     hb_face_set_upem() added.
142096
142097  src/hb-font-private.hh      |  3 +-
142098  src/hb-font.cc              | 67 +++++++++++++++++++++++++++++++++++----------
142099  src/hb-font.h               | 17 ++++++++++--
142100  src/hb-ft.cc                |  3 +-
142101  src/hb-ot-layout-private.hh |  9 ------
142102  src/hb-ot-layout.cc         | 21 --------------
142103  src/hb-uniscribe-shape.cc   |  3 +-
142104  7 files changed, 72 insertions(+), 51 deletions(-)
142105
142106 commit e715784be35f0846c0e084b7c53c7556ce933a45
142107 Author: Behdad Esfahbod <behdad@behdad.org>
142108 Date:   Mon Aug 8 21:42:02 2011 +0200
142109
142110     Rename get_table to reference_table in all API
142111
142112  src/hb-font-private.hh |  6 +++---
142113  src/hb-font.cc         | 20 ++++++++++----------
142114  src/hb-font.h          |  8 ++++----
142115  src/hb-ft.cc           |  4 ++--
142116  4 files changed, 19 insertions(+), 19 deletions(-)
142117
142118 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
142119 Author: Behdad Esfahbod <behdad@behdad.org>
142120 Date:   Mon Aug 8 21:36:24 2011 +0200
142121
142122     Fix shaper ordering logic
142123
142124  src/hb-shape.cc | 80 ++++++++++++++++++++++++---------------------------------
142125  1 file changed, 34 insertions(+), 46 deletions(-)
142126
142127 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
142128 Author: Behdad Esfahbod <behdad@behdad.org>
142129 Date:   Mon Aug 8 03:49:30 2011 +0200
142130
142131     Minor
142132
142133  TODO            | 2 --
142134  src/hb-shape.cc | 2 ++
142135  2 files changed, 2 insertions(+), 2 deletions(-)
142136
142137 commit 826e22732dd8697600a1392f48af21b7b3ce6271
142138 Author: Behdad Esfahbod <behdad@behdad.org>
142139 Date:   Sun Aug 7 03:53:42 2011 -0400
142140
142141     [uniscribe] Fix blob lifecycles
142142
142143  src/hb-uniscribe-shape.cc | 3 ++-
142144  1 file changed, 2 insertions(+), 1 deletion(-)
142145
142146 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
142147 Author: Behdad Esfahbod <behdad@behdad.org>
142148 Date:   Sun Aug 7 03:43:46 2011 -0400
142149
142150     Fix shaper_list manipulation, aaaaaaaaaaaaargh
142151
142152  src/hb-shape.cc | 16 +++++++++-------
142153  1 file changed, 9 insertions(+), 7 deletions(-)
142154
142155 commit 206e32934592b915b1f3052aecf014c6ced729e1
142156 Author: Behdad Esfahbod <behdad@behdad.org>
142157 Date:   Sun Aug 7 01:10:55 2011 -0400
142158
142159     [test] test-object is not FreeType-specific, move it to the right place
142160
142161  test/Makefile.am | 8 +++-----
142162  1 file changed, 3 insertions(+), 5 deletions(-)
142163
142164 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
142165 Author: Behdad Esfahbod <behdad@behdad.org>
142166 Date:   Sun Aug 7 01:04:40 2011 -0400
142167
142168     [uniscribe] Fix cluster calculation
142169
142170  src/hb-uniscribe-shape.cc | 6 +++++-
142171  1 file changed, 5 insertions(+), 1 deletion(-)
142172
142173 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
142174 Author: Behdad Esfahbod <behdad@behdad.org>
142175 Date:   Sun Aug 7 00:59:58 2011 -0400
142176
142177     Minor
142178
142179  src/test.cc | 4 ++--
142180  1 file changed, 2 insertions(+), 2 deletions(-)
142181
142182 commit 2eb474afb4a09f4da8f14b444bd6066769010224
142183 Author: Behdad Esfahbod <behdad@behdad.org>
142184 Date:   Sun Aug 7 00:59:38 2011 -0400
142185
142186     [uniscribe] Fix shaper
142187     
142188     It's kinda working finally!
142189
142190  src/hb-uniscribe-shape.cc | 9 ++++++---
142191  1 file changed, 6 insertions(+), 3 deletions(-)
142192
142193 commit f22e661147691ebc9d531aa28a850988e6503f9b
142194 Author: Behdad Esfahbod <behdad@behdad.org>
142195 Date:   Sun Aug 7 00:59:12 2011 -0400
142196
142197     [glib] Protect against invalid characters
142198
142199  src/hb-glib.cc | 8 ++++++--
142200  1 file changed, 6 insertions(+), 2 deletions(-)
142201
142202 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
142203 Author: Behdad Esfahbod <behdad@behdad.org>
142204 Date:   Sun Aug 7 00:51:50 2011 -0400
142205
142206     [buffer] Accept -1 for text_length and item_length
142207     
142208     A -1 text_length means: zero-terminated string.
142209     A -1 item_length means: to the end of string.
142210
142211  src/hb-buffer.cc | 10 ++++++++++
142212  1 file changed, 10 insertions(+)
142213
142214 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
142215 Author: Behdad Esfahbod <behdad@behdad.org>
142216 Date:   Sun Aug 7 00:00:27 2011 -0400
142217
142218     Fix name-table lookup
142219     
142220     Oops!
142221
142222  src/hb-ot-name-private.hh | 2 +-
142223  src/hb-uniscribe-shape.cc | 2 ++
142224  2 files changed, 3 insertions(+), 1 deletion(-)
142225
142226 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
142227 Author: Behdad Esfahbod <behdad@behdad.org>
142228 Date:   Sat Aug 6 22:59:54 2011 -0400
142229
142230     [uniscribe] Use font size directly
142231
142232  src/hb-uniscribe-shape.cc | 2 +-
142233  1 file changed, 1 insertion(+), 1 deletion(-)
142234
142235 commit 892eb2e462b40451b8f73879eab66310d884386a
142236 Author: Behdad Esfahbod <behdad@behdad.org>
142237 Date:   Sat Aug 6 22:06:52 2011 -0400
142238
142239     [uniscribe] Make font selection work
142240     
142241     Not tested yet.
142242
142243  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
142244  src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
142245  src/test.cc               |  1 -
142246  3 files changed, 60 insertions(+), 8 deletions(-)
142247
142248 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
142249 Author: Behdad Esfahbod <behdad@behdad.org>
142250 Date:   Fri Aug 5 20:34:50 2011 -0400
142251
142252     Start implementing the 'name' table
142253
142254  src/Makefile.am           |  3 +-
142255  src/hb-ot-name-private.hh | 91 +++++++++++++++++++++++++++++++++++++++++++++++
142256  src/hb-uniscribe-shape.cc | 12 ++++---
142257  3 files changed, 100 insertions(+), 6 deletions(-)
142258
142259 commit 4538efacca84329a60ff69851de70027d9b4f567
142260 Author: Behdad Esfahbod <behdad@behdad.org>
142261 Date:   Fri Aug 5 20:11:06 2011 -0400
142262
142263     Skip tests by returning 77
142264     
142265     automake test runner understands this.
142266
142267  src/check-internal-symbols.sh | 3 ++-
142268  src/check-libstdc++.sh        | 3 ++-
142269  2 files changed, 4 insertions(+), 2 deletions(-)
142270
142271 commit 54eb65538da0a6ab0389d09944c90e12a913157d
142272 Author: Behdad Esfahbod <behdad@behdad.org>
142273 Date:   Fri Aug 5 20:09:25 2011 -0400
142274
142275     Fix check on OS X sh
142276
142277  src/check-header-guards.sh | 2 +-
142278  1 file changed, 1 insertion(+), 1 deletion(-)
142279
142280 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
142281 Author: Behdad Esfahbod <behdad@behdad.org>
142282 Date:   Fri Aug 5 19:48:49 2011 -0400
142283
142284     Add hb_shape_list_shapers()
142285
142286  src/hb-shape.cc   | 22 ++++++++++++++++++----
142287  src/hb-shape.h    |  3 +++
142288  test/Makefile.am  |  2 ++
142289  test/test-c.c     |  8 ++++++++
142290  test/test-shape.c | 15 +++++++++++++++
142291  5 files changed, 46 insertions(+), 4 deletions(-)
142292
142293 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
142294 Author: Behdad Esfahbod <behdad@behdad.org>
142295 Date:   Fri Aug 5 18:18:21 2011 -0400
142296
142297     Minor
142298
142299  src/check-header-guards.sh  |  1 -
142300  src/hb-open-type-private.hh | 10 +++++-----
142301  2 files changed, 5 insertions(+), 6 deletions(-)
142302
142303 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
142304 Author: Behdad Esfahbod <behdad@behdad.org>
142305 Date:   Fri Aug 5 18:02:30 2011 -0400
142306
142307     Free all static memory upon exit
142308
142309  src/hb-common.cc | 8 +++++---
142310  src/hb-shape.cc  | 4 ++--
142311  2 files changed, 7 insertions(+), 5 deletions(-)
142312
142313 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
142314 Author: Behdad Esfahbod <behdad@behdad.org>
142315 Date:   Fri Aug 5 17:54:25 2011 -0400
142316
142317     Fix env parsing code
142318     
142319     Also changed the separator to comma instead of colon.
142320
142321  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
142322  1 file changed, 25 insertions(+), 9 deletions(-)
142323
142324 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
142325 Author: Behdad Esfahbod <behdad@behdad.org>
142326 Date:   Fri Aug 5 17:22:19 2011 -0400
142327
142328     Change hb_shape() API back to what it was, add hb_shape_full()
142329     
142330     I disliked changing hb_shape() API, and disliked the fact that it was
142331     returning a bool now.  So, reverted.  Added new API for the extra
142332     functionality.
142333
142334  src/hb-view.cc | 2 +-
142335  1 file changed, 1 insertion(+), 1 deletion(-)
142336
142337 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
142338 Author: Behdad Esfahbod <behdad@behdad.org>
142339 Date:   Fri Aug 5 17:22:19 2011 -0400
142340
142341     Change hb_shape() API back to what it was, add hb_shape_full()
142342     
142343     I disliked changing hb_shape() API, and disliked the fact that it was
142344     returning a bool now.  So, reverted.  Added new API for the extra
142345     functionality.
142346
142347  src/hb-shape.cc   | 21 +++++++++++++++------
142348  src/hb-shape.h    | 14 ++++++++++----
142349  src/test.cc       |  2 +-
142350  test/test-shape.c |  2 +-
142351  4 files changed, 27 insertions(+), 12 deletions(-)
142352
142353 commit 02aeca985b570763342c35e99af90025bfa088d5
142354 Author: Behdad Esfahbod <behdad@behdad.org>
142355 Date:   Thu Aug 4 22:31:05 2011 -0400
142356
142357     [API] Changes to main shape API
142358     
142359     hb_shape() now accepts a shaper_options and a shaper_list argument.
142360     Both can be set to NULL to emulate previous API.  And in most situations
142361     they are expected to be set to NULL.
142362     
142363     hb_shape() also returns a boolean for now.  If shaper_list is NULL, the
142364     return value can be ignored.
142365     
142366     shaper_options is ignored for now, but otherwise it should be a
142367     NULL-terminated list of strings.
142368     
142369     shaper_list is a NULL-terminated list of strings.  Currently recognized
142370     strings are "ot" for native OpenType Layout implementation, "uniscribe"
142371     for the Uniscribe backend, and "fallback" for the non-complex backend
142372     (that will be implemented shortly).  The fallback backend never fails.
142373     
142374     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
142375     colon-separated list of shaper names.  The fallback shaper is invoked if
142376     none of the env-listed shapers succeed.
142377     
142378     New API hb_buffer_guess_properties() added.
142379
142380  TODO                             |   2 -
142381  configure.ac                     |   9 +++
142382  src/Makefile.am                  |  14 ++--
142383  src/hb-buffer-private.hh         |   1 +
142384  src/hb-buffer.cc                 |  35 ++++++++++
142385  src/hb-buffer.h                  |   3 +
142386  src/hb-fallback-shape-private.hh |  48 ++++++++++++++
142387  src/hb-fallback-shape.cc         |  43 +++++++++++++
142388  src/hb-ot-shape.cc               |   9 ++-
142389  src/hb-ot-shape.h                |   5 +-
142390  src/hb-shape.cc                  | 135 +++++++++++++++++++++++----------------
142391  src/hb-shape.h                   |  13 ++--
142392  src/hb-uniscribe-shape.cc        |  52 ++++++---------
142393  src/hb-uniscribe.h               |   5 +-
142394  src/hb-view.cc                   |   2 +-
142395  src/test.cc                      |   3 +-
142396  test/test-shape.c                |   2 +-
142397  17 files changed, 274 insertions(+), 107 deletions(-)
142398
142399 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
142400 Author: Behdad Esfahbod <behdad@behdad.org>
142401 Date:   Thu Aug 4 20:49:16 2011 -0400
142402
142403     Make test.cc do something more useful
142404     
142405     Hardcoded to the uniscribe backend for now.  Will fix soon.
142406
142407  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
142408  1 file changed, 34 insertions(+), 4 deletions(-)
142409
142410 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
142411 Author: Behdad Esfahbod <behdad@behdad.org>
142412 Date:   Thu Aug 4 20:00:53 2011 -0400
142413
142414     Remove C++ guards from source files
142415     
142416     Where causing issues for people with MSVC.
142417
142418  src/check-c-linkage-decls.sh            | 3 +--
142419  src/hb-blob.cc                          | 2 --
142420  src/hb-buffer-private.hh                | 2 --
142421  src/hb-buffer.cc                        | 2 --
142422  src/hb-common.cc                        | 2 --
142423  src/hb-font-private.hh                  | 2 --
142424  src/hb-font.cc                          | 2 --
142425  src/hb-ft.cc                            | 2 --
142426  src/hb-glib.cc                          | 2 --
142427  src/hb-icu.cc                           | 2 --
142428  src/hb-mutex-private.hh                 | 2 --
142429  src/hb-object-private.hh                | 4 ----
142430  src/hb-open-file-private.hh             | 2 --
142431  src/hb-open-type-private.hh             | 4 ----
142432  src/hb-ot-head-private.hh               | 2 --
142433  src/hb-ot-layout-common-private.hh      | 4 ----
142434  src/hb-ot-layout-gdef-private.hh        | 2 --
142435  src/hb-ot-layout-gpos-private.hh        | 4 ----
142436  src/hb-ot-layout-gsub-private.hh        | 4 ----
142437  src/hb-ot-layout-gsubgpos-private.hh    | 6 ------
142438  src/hb-ot-layout-private.hh             | 2 --
142439  src/hb-ot-layout.cc                     | 2 --
142440  src/hb-ot-map-private.hh                | 2 --
142441  src/hb-ot-map.cc                        | 2 --
142442  src/hb-ot-maxp-private.hh               | 2 --
142443  src/hb-ot-shape-complex-arabic-table.hh | 2 --
142444  src/hb-ot-shape-complex-arabic.cc       | 2 --
142445  src/hb-ot-shape-complex-indic-table.hh  | 2 --
142446  src/hb-ot-shape-complex-indic.cc        | 2 --
142447  src/hb-ot-shape-complex-misc.cc         | 2 --
142448  src/hb-ot-shape-complex-private.hh      | 2 --
142449  src/hb-ot-shape-normalize.cc            | 2 --
142450  src/hb-ot-shape-private.hh              | 2 --
142451  src/hb-ot-shape.cc                      | 2 --
142452  src/hb-ot-tag.cc                        | 2 --
142453  src/hb-private.hh                       | 8 --------
142454  src/hb-shape.cc                         | 2 --
142455  src/hb-unicode-private.hh               | 2 --
142456  src/hb-unicode.cc                       | 2 --
142457  src/hb-uniscribe-shape.cc               | 2 --
142458  src/hb-view.cc                          | 2 --
142459  src/main.cc                             | 2 --
142460  src/test.cc                             | 2 --
142461  43 files changed, 1 insertion(+), 106 deletions(-)
142462
142463 commit 8336186a52813b53e90b4399dc462d55750e2d37
142464 Author: Behdad Esfahbod <behdad@behdad.org>
142465 Date:   Thu Aug 4 19:49:05 2011 -0400
142466
142467     Zero map objects
142468
142469  src/hb-ot-map-private.hh | 4 ++++
142470  1 file changed, 4 insertions(+)
142471
142472 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
142473 Author: Behdad Esfahbod <behdad@behdad.org>
142474 Date:   Thu Aug 4 01:57:40 2011 -0400
142475
142476     More build fixes
142477
142478  configure.ac | 2 ++
142479  1 file changed, 2 insertions(+)
142480
142481 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
142482 Author: Behdad Esfahbod <behdad@behdad.org>
142483 Date:   Thu Aug 4 01:51:30 2011 -0400
142484
142485     More out-of-tree build fixes
142486
142487  src/check-c-linkage-decls.sh | 3 +--
142488  src/check-header-guards.sh   | 8 ++++----
142489  2 files changed, 5 insertions(+), 6 deletions(-)
142490
142491 commit 0530ca9a180edc330ab801c535907cefa4a0c298
142492 Author: Behdad Esfahbod <behdad@behdad.org>
142493 Date:   Thu Aug 4 01:42:59 2011 -0400
142494
142495     Fix out-of-tree build
142496
142497  test/Makefile.am | 2 +-
142498  1 file changed, 1 insertion(+), 1 deletion(-)
142499
142500 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
142501 Author: Behdad Esfahbod <behdad@behdad.org>
142502 Date:   Thu Aug 4 01:38:37 2011 -0400
142503
142504     Minor
142505
142506  configure.ac | 1 -
142507  1 file changed, 1 deletion(-)
142508
142509 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
142510 Author: Behdad Esfahbod <behdad@behdad.org>
142511 Date:   Thu Aug 4 01:07:33 2011 -0400
142512
142513     Minor
142514
142515  src/hb-uniscribe.h | 6 +++---
142516  1 file changed, 3 insertions(+), 3 deletions(-)
142517
142518 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
142519 Author: Behdad Esfahbod <behdad@behdad.org>
142520 Date:   Thu Aug 4 00:52:20 2011 -0400
142521
142522     Fix typo
142523
142524  src/hb-private.hh | 2 +-
142525  1 file changed, 1 insertion(+), 1 deletion(-)
142526
142527 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
142528 Author: Behdad Esfahbod <behdad@behdad.org>
142529 Date:   Wed Aug 3 19:55:04 2011 -0400
142530
142531     Add draft experimental Uniscribe backend
142532     
142533     Not complete yet, font selection doesn't work.  But hey it shapes!
142534     
142535     This is not supposed to be a production backend, more like a testing
142536     backend.
142537
142538  configure.ac              |   9 ++
142539  src/Makefile.am           |  11 ++
142540  src/hb-private.hh         |   4 +-
142541  src/hb-uniscribe-shape.cc | 325 ++++++++++++++++++++++++++++++++++++++++++++++
142542  src/hb-uniscribe.h        |  46 +++++++
142543  5 files changed, 394 insertions(+), 1 deletion(-)
142544
142545 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
142546 Author: Behdad Esfahbod <behdad@behdad.org>
142547 Date:   Wed Aug 3 17:39:24 2011 -0400
142548
142549     Minor
142550
142551  configure.ac | 10 +++++-----
142552  1 file changed, 5 insertions(+), 5 deletions(-)
142553
142554 commit e62df43649e31b7815c272f01808b3f726c7d07d
142555 Author: Behdad Esfahbod <behdad@behdad.org>
142556 Date:   Wed Aug 3 17:38:54 2011 -0400
142557
142558     Add internal hb_buffer_t::get_scratch_buffer()
142559
142560  src/hb-buffer-private.hh |  2 ++
142561  src/hb-buffer.cc         | 10 ++++++++++
142562  2 files changed, 12 insertions(+)
142563
142564 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
142565 Author: Behdad Esfahbod <behdad@behdad.org>
142566 Date:   Wed Aug 3 17:38:34 2011 -0400
142567
142568     Minor
142569
142570  TODO | 2 ++
142571  1 file changed, 2 insertions(+)
142572
142573 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
142574 Author: Behdad Esfahbod <behdad@behdad.org>
142575 Date:   Wed Aug 3 17:38:04 2011 -0400
142576
142577     [API] Add hb_face_get_blob()
142578     
142579     Need to think more about it.
142580
142581  src/hb-font.cc | 10 ++++++++++
142582  src/hb-font.h  |  3 +++
142583  2 files changed, 13 insertions(+)
142584
142585 commit 2118fdb9f584e6735e904638e48bae48314372fa
142586 Author: Behdad Esfahbod <behdad@behdad.org>
142587 Date:   Tue Aug 2 14:06:51 2011 -0400
142588
142589     Fix fallback shaping
142590     
142591     Broke it a few commits ago.
142592
142593  src/hb-ot-shape.cc | 8 +++++---
142594  1 file changed, 5 insertions(+), 3 deletions(-)
142595
142596 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
142597 Author: Behdad Esfahbod <behdad@behdad.org>
142598 Date:   Tue Aug 2 13:59:47 2011 -0400
142599
142600     Minor
142601
142602  test/test-unicode.c | 4 +++-
142603  1 file changed, 3 insertions(+), 1 deletion(-)
142604
142605 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
142606 Author: Behdad Esfahbod <behdad@behdad.org>
142607 Date:   Tue Aug 2 13:44:24 2011 -0400
142608
142609     Fix build with glib but not freetype
142610
142611  test/Makefile.am | 7 +++----
142612  1 file changed, 3 insertions(+), 4 deletions(-)
142613
142614 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
142615 Author: Behdad Esfahbod <behdad@behdad.org>
142616 Date:   Tue Aug 2 12:05:49 2011 -0400
142617
142618     Minor
142619
142620  test/Makefile.am | 3 ++-
142621  1 file changed, 2 insertions(+), 1 deletion(-)
142622
142623 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
142624 Author: Behdad Esfahbod <behdad@behdad.org>
142625 Date:   Tue Aug 2 11:40:44 2011 -0400
142626
142627     Don't use icu-config when cross-compiling
142628
142629  configure.ac | 17 ++++++++++-------
142630  1 file changed, 10 insertions(+), 7 deletions(-)
142631
142632 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
142633 Author: Behdad Esfahbod <behdad@behdad.org>
142634 Date:   Tue Aug 2 11:29:55 2011 -0400
142635
142636     Unbreak icu-config results a bit
142637
142638  configure.ac | 1 +
142639  1 file changed, 1 insertion(+)
142640
142641 commit b301478a69d961c724a4875b839a81fb458d1153
142642 Author: Behdad Esfahbod <behdad@behdad.org>
142643 Date:   Tue Aug 2 11:25:13 2011 -0400
142644
142645     Bug 39763 - autogen.sh should check pkg-config availability
142646     
142647     (and revert change have_icu change I mistakenly pushed out)
142648
142649  autogen.sh   | 10 ++++++++--
142650  configure.ac |  1 -
142651  2 files changed, 8 insertions(+), 3 deletions(-)
142652
142653 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
142654 Author: Behdad Esfahbod <behdad@behdad.org>
142655 Date:   Tue Aug 2 09:56:30 2011 -0400
142656
142657     Add mingw32 support
142658     
142659     With these changes, on Ubuntu I can do:
142660     
142661     ./configure --host=i586-mingw32msvc  && make
142662
142663  configure.ac                | 1 +
142664  src/hb-mutex-private.hh     | 4 ++--
142665  src/hb-open-type-private.hh | 5 +++++
142666  src/hb-private.hh           | 6 +++++-
142667  src/main.cc                 | 1 +
142668  5 files changed, 14 insertions(+), 3 deletions(-)
142669
142670 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
142671 Author: Behdad Esfahbod <behdad@behdad.org>
142672 Date:   Mon Aug 1 16:39:32 2011 -0400
142673
142674     Bug 39702 - configure check for ragel
142675
142676  autogen.sh | 18 +++++++++++++-----
142677  1 file changed, 13 insertions(+), 5 deletions(-)
142678
142679 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
142680 Author: Behdad Esfahbod <behdad@behdad.org>
142681 Date:   Mon Aug 1 16:34:16 2011 -0400
142682
142683     Use missing script for calling ragel
142684
142685  src/Makefile.am | 3 ++-
142686  1 file changed, 2 insertions(+), 1 deletion(-)
142687
142688 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
142689 Author: Behdad Esfahbod <behdad@behdad.org>
142690 Date:   Mon Aug 1 16:30:11 2011 -0400
142691
142692     [Indic] Disable CJCT-disabling logic
142693     
142694     Read comment.
142695
142696  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
142697  1 file changed, 6 insertions(+), 1 deletion(-)
142698
142699 commit 5e72071062c015237b79fbd0521341a63166a204
142700 Author: Behdad Esfahbod <behdad@behdad.org>
142701 Date:   Sun Jul 31 17:51:50 2011 -0400
142702
142703     [Indic] Stop looking for base upon seeing joiners
142704     
142705     Not sure where this is documented, but I remember this being the desired
142706     behavior.
142707     
142708     test-shape-complex failures are down from 48 to 46.  Meh.
142709
142710  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
142711  1 file changed, 9 insertions(+), 2 deletions(-)
142712
142713 commit 281683995a46ed37aeeb84061249758c59822457
142714 Author: Behdad Esfahbod <behdad@behdad.org>
142715 Date:   Sun Jul 31 16:00:35 2011 -0400
142716
142717     Cosmetic
142718
142719  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
142720  1 file changed, 15 insertions(+), 8 deletions(-)
142721
142722 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
142723 Author: Behdad Esfahbod <behdad@behdad.org>
142724 Date:   Sun Jul 31 15:57:00 2011 -0400
142725
142726     [Indic] Fix ZWJ/ZWNJ application
142727     
142728     Not quite working just yet.  False alarm re 10 failures.  It was
142729     crashing.  Ouch!  Back to 48 failures.
142730
142731  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
142732  1 file changed, 6 insertions(+), 4 deletions(-)
142733
142734 commit e7be05702447ae270d797398132c1930cd3a9b86
142735 Author: Behdad Esfahbod <behdad@behdad.org>
142736 Date:   Sun Jul 31 15:18:57 2011 -0400
142737
142738     [Indic] Add Final Reordering rules into comments
142739     
142740     Not applied yet.
142741
142742  src/hb-ot-shape-complex-indic.cc | 86 ++++++++++++++++++++++++++++++++++++++--
142743  1 file changed, 83 insertions(+), 3 deletions(-)
142744
142745 commit cfd4382ec1af91640129551697de36fd42c0849a
142746 Author: Behdad Esfahbod <behdad@behdad.org>
142747 Date:   Sun Jul 31 15:07:11 2011 -0400
142748
142749     [Indic] Handle Reph when determining base consonant
142750
142751  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
142752  1 file changed, 15 insertions(+), 9 deletions(-)
142753
142754 commit 97158392a5899ddb739afaac925128f33f699bd7
142755 Author: Behdad Esfahbod <behdad@behdad.org>
142756 Date:   Sun Jul 31 15:01:28 2011 -0400
142757
142758     [Indic] Ra is a consonant too
142759
142760  src/hb-ot-shape-complex-indic.cc | 3 +--
142761  1 file changed, 1 insertion(+), 2 deletions(-)
142762
142763 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
142764 Author: Behdad Esfahbod <behdad@behdad.org>
142765 Date:   Sun Jul 31 14:57:59 2011 -0400
142766
142767     [Indic] Fix reph inhibition logic
142768
142769  src/hb-ot-shape-complex-indic.cc | 4 ++--
142770  1 file changed, 2 insertions(+), 2 deletions(-)
142771
142772 commit 9da0487cd452d780673e24329ce03e174a4ef83b
142773 Author: Behdad Esfahbod <behdad@behdad.org>
142774 Date:   Sun Jul 31 13:46:44 2011 -0400
142775
142776     [Indic] Support ZWJ/ZWNJ
142777     
142778     Brings test-shape-complex failures down from 52 to 10!
142779     
142780     I hereby declare harfbuzz-ng supporting Indic!
142781
142782  src/hb-ot-shape-complex-indic.cc | 57 +++++++++++++++++++++++++++++++++-------
142783  1 file changed, 48 insertions(+), 9 deletions(-)
142784
142785 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
142786 Author: Behdad Esfahbod <behdad@behdad.org>
142787 Date:   Sun Jul 31 11:10:14 2011 -0400
142788
142789     [Indic] Suppress reph formation upon joiners
142790
142791  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
142792  1 file changed, 7 insertions(+), 1 deletion(-)
142793
142794 commit 8354e004e553856d7d743e0f0b4de4668484026a
142795 Author: Behdad Esfahbod <behdad@behdad.org>
142796 Date:   Sun Jul 31 02:24:51 2011 -0400
142797
142798     Un-Ra U+09F1.  According to the test suite this is correct.
142799     
142800     But I'm not sure...  Down from 54 failures to 52.
142801
142802  src/hb-ot-shape-complex-indic.cc | 2 +-
142803  1 file changed, 1 insertion(+), 1 deletion(-)
142804
142805 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
142806 Author: Behdad Esfahbod <behdad@behdad.org>
142807 Date:   Sat Jul 30 21:16:51 2011 -0400
142808
142809     Minor
142810
142811  test/test-shape-complex.c | 21 +++++++++++----------
142812  1 file changed, 11 insertions(+), 10 deletions(-)
142813
142814 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
142815 Author: Behdad Esfahbod <behdad@behdad.org>
142816 Date:   Sat Jul 30 21:11:53 2011 -0400
142817
142818     Cosmetic
142819
142820  src/hb-ot-shape-complex-indic.cc | 1 +
142821  1 file changed, 1 insertion(+)
142822
142823 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
142824 Author: Behdad Esfahbod <behdad@behdad.org>
142825 Date:   Sat Jul 30 21:08:10 2011 -0400
142826
142827     [Indic] For old-style Indic tables, move Halant around
142828     
142829     In old-style Indic OT standards, the post-base Halants are moved after
142830     their base.  Emulate that by moving first post-base Halant to
142831     post-last-consonant.
142832     
142833     Brings test-shape-complex failures down from 88 to 54.  Getting there!
142834
142835  src/hb-ot-map-private.hh         |  3 +++
142836  src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
142837  2 files changed, 23 insertions(+)
142838
142839 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
142840 Author: Behdad Esfahbod <behdad@behdad.org>
142841 Date:   Sat Jul 30 20:57:01 2011 -0400
142842
142843     [OT] Save chosen script tag
142844
142845  src/hb-ot-layout.cc      | 20 ++++++++++++++++----
142846  src/hb-ot-layout.h       |  3 ++-
142847  src/hb-ot-map-private.hh |  1 +
142848  src/hb-ot-map.cc         |  2 +-
142849  4 files changed, 20 insertions(+), 6 deletions(-)
142850
142851 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
142852 Author: Behdad Esfahbod <behdad@behdad.org>
142853 Date:   Sat Jul 30 20:23:55 2011 -0400
142854
142855     Minor
142856
142857  test/test-shape-complex.c | 8 ++++----
142858  1 file changed, 4 insertions(+), 4 deletions(-)
142859
142860 commit 8613193bbf28fe8951c900b68c4418a6fb929626
142861 Author: Behdad Esfahbod <behdad@behdad.org>
142862 Date:   Sat Jul 30 20:21:40 2011 -0400
142863
142864     [test] Fix problem with N'ko test direction
142865     
142866     Old HarfBuzz test suite always shaped as left-to-right and hence had wrong
142867     0x14db, direction expected glyphstring for N'ko.  Doh!
142868     
142869     Failures down from 92 to 88.
142870
142871  test/test-shape-complex.c | 8 ++++----
142872  1 file changed, 4 insertions(+), 4 deletions(-)
142873
142874 commit fd06bf56110e73826b3d5c73ac964e2609450d46
142875 Author: Behdad Esfahbod <behdad@behdad.org>
142876 Date:   Sat Jul 30 20:14:44 2011 -0400
142877
142878     [Indic] Handle initial Ra+Halant in scripts that support Reph
142879     
142880     Brings test-shape-complex failures down from 104 to 92.  Way to go!
142881
142882  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
142883  1 file changed, 10 insertions(+)
142884
142885 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
142886 Author: Behdad Esfahbod <behdad@behdad.org>
142887 Date:   Sat Jul 30 19:15:53 2011 -0400
142888
142889     Minor
142890
142891  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
142892  1 file changed, 12 insertions(+), 11 deletions(-)
142893
142894 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
142895 Author: Behdad Esfahbod <behdad@behdad.org>
142896 Date:   Sat Jul 30 19:04:02 2011 -0400
142897
142898     [Indic] Categorize Ra in scripts that have Reph
142899     
142900     Is the categorization correct?  I don't know.
142901
142902  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
142903  1 file changed, 30 insertions(+), 1 deletion(-)
142904
142905 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
142906 Author: Behdad Esfahbod <behdad@behdad.org>
142907 Date:   Sat Jul 30 14:44:30 2011 -0400
142908
142909     [Indic] Reorder matras
142910     
142911     Number of failing shape-complex tests goes from 125 down to 94.
142912     
142913     Next: Add Ra handling and it's fair to say we kinda support Indic :).
142914
142915  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
142916  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
142917  src/hb-private.hh                | 36 ++++++++++++++++++++++++++++++------
142918  3 files changed, 67 insertions(+), 24 deletions(-)
142919
142920 commit 911bf32acad7f1cd161f666cb659990ade0925ad
142921 Author: Behdad Esfahbod <behdad@behdad.org>
142922 Date:   Sat Jul 30 11:16:00 2011 -0400
142923
142924     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
142925
142926  src/Makefile.am | 2 +-
142927  1 file changed, 1 insertion(+), 1 deletion(-)
142928
142929 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
142930 Author: Behdad Esfahbod <behdad@behdad.org>
142931 Date:   Fri Jul 29 17:02:48 2011 -0400
142932
142933     Minor
142934
142935  src/hb-ot-shape-complex-arabic.cc | 6 +++---
142936  src/hb-private.hh                 | 8 ++++++--
142937  2 files changed, 9 insertions(+), 5 deletions(-)
142938
142939 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
142940 Author: Behdad Esfahbod <behdad@behdad.org>
142941 Date:   Fri Jul 29 16:37:02 2011 -0400
142942
142943     [Indic] Apply Indic features
142944     
142945     Find the base consonant and apply basic Indic features accordingly.
142946     Nothing complete, but does something for now.  Specifically:
142947     no Ra handling right now, and no ZWJ/ZWNJ.
142948     
142949     Number of failing shape-complex tests goes from 174 down to 125.
142950     
142951     Next: reorder matras.
142952
142953  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
142954  src/hb-ot-shape-complex-indic.cc         | 209 ++++++++++++++++++++++++++++---
142955  2 files changed, 212 insertions(+), 32 deletions(-)
142956
142957 commit 1a1b5013159369b343d0c32df02c9c419277aead
142958 Author: Behdad Esfahbod <behdad@behdad.org>
142959 Date:   Fri Jul 29 16:36:46 2011 -0400
142960
142961     Minor
142962
142963  test/test-shape-complex.c | 8 ++++++--
142964  1 file changed, 6 insertions(+), 2 deletions(-)
142965
142966 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
142967 Author: Behdad Esfahbod <behdad@behdad.org>
142968 Date:   Fri Jul 29 16:27:31 2011 -0400
142969
142970     Minor
142971
142972  test/test-shape-complex.c | 2 +-
142973  1 file changed, 1 insertion(+), 1 deletion(-)
142974
142975 commit 9f9bcceca6321d5a5812f878de1de39901349a78
142976 Author: Behdad Esfahbod <behdad@behdad.org>
142977 Date:   Thu Jul 28 17:06:46 2011 -0400
142978
142979     Register buffer vars in Indic shaper
142980
142981  src/hb-ot-shape-complex-indic.cc | 6 ++++++
142982  src/hb-ot-shape.cc               | 2 ++
142983  2 files changed, 8 insertions(+)
142984
142985 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
142986 Author: Behdad Esfahbod <behdad@behdad.org>
142987 Date:   Thu Jul 28 17:03:43 2011 -0400
142988
142989     Oops.  This should have gone into the previous commit
142990
142991  src/hb-ot-layout-gsub-private.hh | 2 +-
142992  1 file changed, 1 insertion(+), 1 deletion(-)
142993
142994 commit b65c06025d2b54a44f716e030d4b10072c65bea8
142995 Author: Behdad Esfahbod <behdad@behdad.org>
142996 Date:   Thu Jul 28 16:48:43 2011 -0400
142997
142998     Formalize buffer var allocations
142999
143000  src/hb-buffer-private.hh           | 25 ++++++----------
143001  src/hb-buffer.cc                   | 15 +++++-----
143002  src/hb-ot-layout-gpos-private.hh   | 14 +++++----
143003  src/hb-ot-layout-gsub-private.hh   |  5 +++-
143004  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
143005  src/hb-ot-shape-complex-indic.cc   |  4 +--
143006  src/hb-ot-shape-complex-private.hh | 10 ++++++-
143007  src/hb-ot-shape.cc                 | 60 +++++++++++++++++++++++---------------
143008  src/hb-private.hh                  |  1 +
143009  9 files changed, 83 insertions(+), 57 deletions(-)
143010
143011 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
143012 Author: Behdad Esfahbod <behdad@behdad.org>
143013 Date:   Thu Jul 28 15:42:18 2011 -0400
143014
143015     Move more code around
143016     
143017     Buffer var allocation coming into shape
143018
143019  src/hb-buffer-private.hh         |  1 +
143020  src/hb-buffer.cc                 | 35 +++++++++++++++++++++++++++++++++++
143021  src/hb-ot-layout-gpos-private.hh |  7 +++++++
143022  src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
143023  src/hb-ot-layout.cc              |  8 +++-----
143024  5 files changed, 64 insertions(+), 5 deletions(-)
143025
143026 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
143027 Author: Behdad Esfahbod <behdad@behdad.org>
143028 Date:   Mon Jul 25 20:25:44 2011 -0400
143029
143030     Streamline debugging infrastructure even more
143031
143032  src/hb-blob.cc                       |  26 ++++-----
143033  src/hb-object-private.hh             |   8 +--
143034  src/hb-open-type-private.hh          |  64 ++++++--------------
143035  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
143036  src/hb-private.hh                    | 109 +++++++++++++++++++++++++++++++----
143037  5 files changed, 136 insertions(+), 73 deletions(-)
143038
143039 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
143040 Author: Behdad Esfahbod <behdad@behdad.org>
143041 Date:   Mon Jul 25 17:35:24 2011 -0400
143042
143043     Use variadic macros for debugging
143044     
143045     Looks *so* much nicer!
143046
143047  src/hb-blob.cc              | 26 ++++++++--------
143048  src/hb-object-private.hh    |  8 ++---
143049  src/hb-open-type-private.hh | 75 ++++++++++++++++++++-------------------------
143050  src/hb-private.hh           |  7 +++--
143051  4 files changed, 56 insertions(+), 60 deletions(-)
143052
143053 commit decd4e3e16424dc311e9fb5b663170414a11556a
143054 Author: Behdad Esfahbod <behdad@behdad.org>
143055 Date:   Mon Jul 25 16:47:02 2011 -0400
143056
143057     Add sugar syntax for debug messages
143058     
143059     Buffer debugging coming soon.
143060
143061  src/hb-blob.cc              | 35 +++++++++++++----------------------
143062  src/hb-object-private.hh    |  9 ++++-----
143063  src/hb-open-type-private.hh | 44 ++++++++++++++++++++++----------------------
143064  src/hb-private.hh           |  7 +++++--
143065  4 files changed, 44 insertions(+), 51 deletions(-)
143066
143067 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
143068 Author: Behdad Esfahbod <behdad@behdad.org>
143069 Date:   Mon Jul 25 16:30:32 2011 -0400
143070
143071     Minor, fix leak from my previous refactorings
143072
143073  src/hb-buffer.cc | 14 +++++++-------
143074  1 file changed, 7 insertions(+), 7 deletions(-)
143075
143076 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
143077 Author: Behdad Esfahbod <behdad@behdad.org>
143078 Date:   Mon Jul 25 16:20:16 2011 -0400
143079
143080     Add internal API for buffer var allocation
143081
143082  src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
143083  src/hb-buffer.cc         | 22 ++++++++++++++++++++++
143084  2 files changed, 45 insertions(+), 2 deletions(-)
143085
143086 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
143087 Author: Behdad Esfahbod <behdad@behdad.org>
143088 Date:   Mon Jul 25 14:54:08 2011 -0400
143089
143090     Start cleaning up buffer var allocation
143091     
143092     I've messed up a lot of stuff recently, different parts of the
143093     shaping process are stumbling on eachother's toes because
143094     manually tracking what's in which buffer var is hard.  I'm
143095     going to add some internal API to track those such that mistakes
143096     are discovered as soon as they are introduced.
143097
143098  src/hb-ot-layout-gsubgpos-private.hh |  1 -
143099  src/hb-ot-layout.cc                  |  1 +
143100  src/hb-ot-shape.cc                   | 10 ----------
143101  3 files changed, 1 insertion(+), 11 deletions(-)
143102
143103 commit c86f932015bdf5803572b0904d343d3bc033e009
143104 Author: Behdad Esfahbod <behdad@behdad.org>
143105 Date:   Mon Jul 25 00:44:50 2011 -0400
143106
143107     Move code around
143108
143109  src/hb-ot-shape.cc | 85 +++++++++++++++++++++++++++---------------------------
143110  1 file changed, 42 insertions(+), 43 deletions(-)
143111
143112 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
143113 Author: Behdad Esfahbod <behdad@behdad.org>
143114 Date:   Mon Jul 25 00:36:58 2011 -0400
143115
143116     Shrink space used for ligature ids
143117     
143118     This frees 16bits in the glyph_info struct during the ot_layout process.
143119     We can use the freed space in the shapers now.
143120
143121  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
143122  1 file changed, 4 insertions(+), 4 deletions(-)
143123
143124 commit d8787493c9aa420544096cef07c29a591a0c1a99
143125 Author: Behdad Esfahbod <behdad@behdad.org>
143126 Date:   Mon Jul 25 00:36:01 2011 -0400
143127
143128     Minor
143129
143130  src/hb-ot-layout-gsub-private.hh     | 6 ------
143131  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
143132  2 files changed, 7 insertions(+), 6 deletions(-)
143133
143134 commit c311d852080b50ffc85e80168de62abb05a6be59
143135 Author: Behdad Esfahbod <behdad@behdad.org>
143136 Date:   Sat Jul 23 23:43:54 2011 -0400
143137
143138     Keep Unicode props updated as we go so we avoid a scan later
143139
143140  src/hb-ot-shape-normalize.cc | 54 +++++++++++++++++++++-----------------------
143141  1 file changed, 26 insertions(+), 28 deletions(-)
143142
143143 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
143144 Author: Behdad Esfahbod <behdad@behdad.org>
143145 Date:   Fri Jul 22 20:22:49 2011 -0400
143146
143147     Implement the Unicode Canonical Composition algorithm
143148     
143149     Fallback normalization is complete and working now!
143150
143151  src/hb-ot-shape-normalize.cc | 49 +++++++++++++++++++++++++++++++++++++++++---
143152  1 file changed, 46 insertions(+), 3 deletions(-)
143153
143154 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
143155 Author: Behdad Esfahbod <behdad@behdad.org>
143156 Date:   Fri Jul 22 17:14:46 2011 -0400
143157
143158     Handle singleton decompositions
143159
143160  src/hb-ot-shape-normalize.cc | 12 +++++++-----
143161  1 file changed, 7 insertions(+), 5 deletions(-)
143162
143163 commit 34c22f816808d061a980cffca12de03beb437fa0
143164 Author: Behdad Esfahbod <behdad@behdad.org>
143165 Date:   Fri Jul 22 17:04:20 2011 -0400
143166
143167     Implement Unicode Canonical Reordering Algorithm
143168
143169  src/hb-ot-shape-normalize.cc | 80 +++++++++++++++++++++++++++++++++++++-------
143170  src/hb-ot-shape-private.hh   |  2 ++
143171  src/hb-ot-shape.cc           |  6 ++--
143172  3 files changed, 73 insertions(+), 15 deletions(-)
143173
143174 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
143175 Author: Behdad Esfahbod <behdad@behdad.org>
143176 Date:   Fri Jul 22 16:15:32 2011 -0400
143177
143178     Decomposition works now!
143179
143180  src/hb-ot-shape-normalize.cc | 109 +++++++++++++++++++++++++++----------------
143181  src/hb-ot-shape.cc           |   3 +-
143182  2 files changed, 70 insertions(+), 42 deletions(-)
143183
143184 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
143185 Author: Behdad Esfahbod <behdad@behdad.org>
143186 Date:   Fri Jul 22 11:28:07 2011 -0400
143187
143188     Move buffer methods into the object
143189
143190  src/hb-buffer-private.hh             | 110 +++----
143191  src/hb-buffer.cc                     | 605 +++++++++++++++++------------------
143192  src/hb-ot-layout-gpos-private.hh     |  88 ++---
143193  src/hb-ot-layout-gsub-private.hh     |  58 ++--
143194  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
143195  src/hb-ot-shape-normalize.cc         |  16 +-
143196  src/hb-ot-shape.cc                   |  14 +-
143197  7 files changed, 456 insertions(+), 485 deletions(-)
143198
143199 commit 45412523dc295cb5ee12e096bfacb282cc925843
143200 Author: Behdad Esfahbod <behdad@behdad.org>
143201 Date:   Fri Jul 22 11:07:05 2011 -0400
143202
143203     More normalization kick
143204
143205  src/hb-ot-shape-normalize.cc | 54 +++++++++++++++++++++++++++++---------------
143206  src/hb-ot-shape-private.hh   |  8 ++++++-
143207  src/hb-ot-shape.cc           | 13 +++--------
143208  3 files changed, 46 insertions(+), 29 deletions(-)
143209
143210 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
143211 Author: Behdad Esfahbod <behdad@behdad.org>
143212 Date:   Thu Jul 21 20:58:42 2011 -0400
143213
143214     Fix decompose() implementations to work with non-starter non-composables
143215     
143216     Add tests.
143217
143218  src/hb-glib.cc      | 10 +++++-----
143219  src/hb-icu.cc       | 20 +++++++++++++-------
143220  test/test-unicode.c | 11 ++++++++---
143221  3 files changed, 26 insertions(+), 15 deletions(-)
143222
143223 commit 5d90a342e319068716429bf7af76c3896b61a0e5
143224 Author: Behdad Esfahbod <behdad@behdad.org>
143225 Date:   Thu Jul 21 15:25:01 2011 -0400
143226
143227     Document normalization design
143228
143229  src/hb-ot-shape-normalize.cc | 78 +++++++++++++++++++++++++++++++++++---------
143230  src/hb-ot-shape-private.hh   |  2 +-
143231  src/hb-ot-shape.cc           |  6 ++--
143232  3 files changed, 67 insertions(+), 19 deletions(-)
143233
143234 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
143235 Author: Behdad Esfahbod <behdad@behdad.org>
143236 Date:   Thu Jul 21 12:23:12 2011 -0400
143237
143238     Add prefer_decomposed() complex-shaper callback
143239     
143240     This allows the Indic shaper to request decomposed characters.  This will
143241     handle split matra for free.  Other shapers prefer precomposed
143242     characters.
143243
143244  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
143245  src/hb-ot-shape-complex-indic.cc   |  7 +++++++
143246  src/hb-ot-shape-complex-misc.cc    |  6 ++++++
143247  src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
143248  4 files changed, 48 insertions(+), 2 deletions(-)
143249
143250 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
143251 Author: Behdad Esfahbod <behdad@behdad.org>
143252 Date:   Thu Jul 21 12:16:45 2011 -0400
143253
143254     More kicking
143255
143256  src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
143257  1 file changed, 14 insertions(+), 3 deletions(-)
143258
143259 commit 192445aef2e50087049243ce54ce7059ec441ffa
143260 Author: Behdad Esfahbod <behdad@behdad.org>
143261 Date:   Thu Jul 21 12:13:04 2011 -0400
143262
143263     Remove intermittent_glyph()
143264     
143265     Lets not worry about performance for now...
143266
143267  src/hb-ot-shape-normalize.cc | 3 ++-
143268  src/hb-ot-shape-private.hh   | 2 --
143269  2 files changed, 2 insertions(+), 3 deletions(-)
143270
143271 commit d63adfc7d09b26764d9166da97372b21257e7611
143272 Author: Behdad Esfahbod <behdad@behdad.org>
143273 Date:   Thu Jul 21 11:48:57 2011 -0400
143274
143275     No need to handle variation-selectors seperately, they are GC=Mn
143276
143277  src/hb-ot-shape.cc | 3 +--
143278  1 file changed, 1 insertion(+), 2 deletions(-)
143279
143280 commit aa7264123a088936f2043b45d4d41ca7413fabe5
143281 Author: Behdad Esfahbod <behdad@behdad.org>
143282 Date:   Thu Jul 21 11:34:59 2011 -0400
143283
143284     Only form clusters if we are reversing
143285     
143286     This produces more accurate cluster mappings.  Cluster mappings are
143287     minimal now.  Combining marks get their own cluster value most of
143288     the time.
143289
143290  src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
143291  1 file changed, 22 insertions(+), 23 deletions(-)
143292
143293 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
143294 Author: Behdad Esfahbod <behdad@behdad.org>
143295 Date:   Thu Jul 21 11:31:08 2011 -0400
143296
143297     Towards normalization
143298
143299  src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
143300  src/hb-ot-shape-private.hh   |  3 ++-
143301  src/hb-ot-shape.cc           |  4 +++-
143302  3 files changed, 27 insertions(+), 13 deletions(-)
143303
143304 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
143305 Author: Behdad Esfahbod <behdad@behdad.org>
143306 Date:   Thu Jul 21 10:17:22 2011 -0400
143307
143308     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
143309
143310  test/test-unicode.c | 2 +-
143311  1 file changed, 1 insertion(+), 1 deletion(-)
143312
143313 commit cf7f43ec3382cac2af11f5637c840500daabf889
143314 Author: Behdad Esfahbod <behdad@behdad.org>
143315 Date:   Thu Jul 21 01:12:26 2011 -0400
143316
143317     Remove stale comment
143318
143319  src/hb-ot-shape.cc | 1 -
143320  1 file changed, 1 deletion(-)
143321
143322 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
143323 Author: Behdad Esfahbod <behdad@behdad.org>
143324 Date:   Thu Jul 21 01:11:09 2011 -0400
143325
143326     Form clusters before ensuring native direciton
143327     
143328     This is essential as ensure_native_direction uses cluster info that
143329     is set by form_clusters().
143330
143331  src/hb-ot-shape.cc | 4 ++--
143332  1 file changed, 2 insertions(+), 2 deletions(-)
143333
143334 commit 9111b21ef99d5e53348176f683261b0101eb427f
143335 Author: Behdad Esfahbod <behdad@behdad.org>
143336 Date:   Thu Jul 21 00:58:29 2011 -0400
143337
143338     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
143339
143340  src/hb-buffer-private.hh | 10 ++++++++++
143341  src/hb-buffer.cc         | 19 ++++++++++++++++---
143342  src/hb-ot-shape.cc       |  2 +-
143343  3 files changed, 27 insertions(+), 4 deletions(-)
143344
143345 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
143346 Author: Behdad Esfahbod <behdad@behdad.org>
143347 Date:   Thu Jul 21 00:51:18 2011 -0400
143348
143349     Towards normalization
143350
143351  src/Makefile.am              |  1 +
143352  src/hb-ot-shape-normalize.cc | 71 ++++++++++++++++++++++++++++++++++++++++++++
143353  src/hb-ot-shape-private.hh   | 12 ++++++++
143354  src/hb-ot-shape.cc           | 10 ++-----
143355  4 files changed, 86 insertions(+), 8 deletions(-)
143356
143357 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
143358 Author: Behdad Esfahbod <behdad@behdad.org>
143359 Date:   Thu Jul 21 00:35:37 2011 -0400
143360
143361     Include variation-selectors in cluster calculation
143362
143363  src/hb-ot-shape.cc | 3 ++-
143364  1 file changed, 2 insertions(+), 1 deletion(-)
143365
143366 commit dd89d958c139d85efb776fffaf314eead3952c78
143367 Author: Behdad Esfahbod <behdad@behdad.org>
143368 Date:   Thu Jul 21 00:28:57 2011 -0400
143369
143370     Fix cluster calculation for non-LTR text
143371
143372  TODO             | 6 ------
143373  src/hb-buffer.cc | 5 +++++
143374  2 files changed, 5 insertions(+), 6 deletions(-)
143375
143376 commit 4a68684654e645882095c1189477146287ce9437
143377 Author: Behdad Esfahbod <behdad@behdad.org>
143378 Date:   Thu Jul 21 00:14:01 2011 -0400
143379
143380     When forming clusters, participate all mark types
143381
143382  src/hb-ot-shape.cc | 6 ++++--
143383  1 file changed, 4 insertions(+), 2 deletions(-)
143384
143385 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
143386 Author: Behdad Esfahbod <behdad@behdad.org>
143387 Date:   Thu Jul 21 00:12:33 2011 -0400
143388
143389     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
143390     
143391     Spacing_Mark is the current Unicode long-name for this property value.
143392     The previous name was wrongly carried from glib.
143393
143394  src/hb-common.h | 2 +-
143395  src/hb-icu.cc   | 2 +-
143396  2 files changed, 2 insertions(+), 2 deletions(-)
143397
143398 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
143399 Author: Behdad Esfahbod <behdad@behdad.org>
143400 Date:   Wed Jul 20 23:59:07 2011 -0400
143401
143402     Minor
143403
143404  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
143405  src/hb-private.hh                 | 19 +++++++++++++++++++
143406  2 files changed, 23 insertions(+), 4 deletions(-)
143407
143408 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
143409 Author: Behdad Esfahbod <behdad@behdad.org>
143410 Date:   Wed Jul 20 23:19:49 2011 -0400
143411
143412     [icu] Implement compose()/decompose()
143413
143414  src/hb-icu.cc       | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++--
143415  test/test-unicode.c |  1 +
143416  2 files changed, 86 insertions(+), 2 deletions(-)
143417
143418 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
143419 Author: Behdad Esfahbod <behdad@behdad.org>
143420 Date:   Wed Jul 20 22:30:29 2011 -0400
143421
143422     Add tests for compose()/decompose()
143423     
143424     Adjust glib fallback implementation.
143425     
143426     The tests are not hooked up for ICU yet.
143427
143428  src/hb-glib.cc      | 17 ++++++++++++--
143429  src/hb-unicode.cc   |  2 +-
143430  test/test-unicode.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
143431  3 files changed, 82 insertions(+), 3 deletions(-)
143432
143433 commit fca0923b04aeff9369849da97d247a647611f346
143434 Author: Behdad Esfahbod <behdad@behdad.org>
143435 Date:   Wed Jul 20 22:16:13 2011 -0400
143436
143437     Minor
143438
143439  src/hb-icu.cc | 62 ++++++++++++++++++++++++++++++++++++-----------------------
143440  1 file changed, 38 insertions(+), 24 deletions(-)
143441
143442 commit 26b6024962b254b624d4f22088b6c87745074743
143443 Author: Behdad Esfahbod <behdad@behdad.org>
143444 Date:   Wed Jul 20 21:58:14 2011 -0400
143445
143446     [glib] Use g_unicode_script_to/from_iso15924() if available
143447
143448  src/hb-glib.cc | 10 ++++++++++
143449  1 file changed, 10 insertions(+)
143450
143451 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
143452 Author: Behdad Esfahbod <behdad@behdad.org>
143453 Date:   Wed Jul 20 21:51:37 2011 -0400
143454
143455     [glib] Add compose() and decompose() implementations with fallback
143456
143457  src/hb-glib.cc    | 126 +++++++++++++++++++++++++++++++++++++++++++-----------
143458  src/hb-unicode.cc |   6 ++-
143459  2 files changed, 106 insertions(+), 26 deletions(-)
143460
143461 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
143462 Author: Behdad Esfahbod <behdad@behdad.org>
143463 Date:   Wed Jul 20 16:42:10 2011 -0400
143464
143465     Minor
143466
143467  src/hb-ot-shape-complex-indic.cc | 4 ++--
143468  1 file changed, 2 insertions(+), 2 deletions(-)
143469
143470 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
143471 Author: Behdad Esfahbod <behdad@behdad.org>
143472 Date:   Tue Jul 12 12:02:26 2011 -0400
143473
143474     [test] Work around glib <= 2.30 API
143475
143476  test/hb-test.h | 4 ++++
143477  1 file changed, 4 insertions(+)
143478
143479 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
143480 Author: Behdad Esfahbod <behdad@behdad.org>
143481 Date:   Tue Jul 12 11:54:58 2011 -0400
143482
143483     Distribute hb-ot-shape-complex-indic-machine.rl
143484
143485  src/Makefile.am | 1 +
143486  1 file changed, 1 insertion(+)
143487
143488 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
143489 Author: Behdad Esfahbod <behdad@behdad.org>
143490 Date:   Fri Jul 8 00:22:40 2011 -0400
143491
143492     Let shapers decide when to apply ccmp and locl
143493     
143494     Instead of always applying those two features before the complex shaper,
143495     let the complex shaper decide whether they should be applied first.
143496     
143497     Also add stub for Indic's final_reordering().
143498
143499  src/hb-ot-shape-complex-arabic.cc |  2 ++
143500  src/hb-ot-shape-complex-indic.cc  | 16 ++++++++++++++++
143501  src/hb-ot-shape.cc                |  7 +------
143502  3 files changed, 19 insertions(+), 6 deletions(-)
143503
143504 commit c4641723fbf6532b2e80a662e15573b31276bc73
143505 Author: Behdad Esfahbod <behdad@behdad.org>
143506 Date:   Thu Jul 7 23:47:19 2011 -0400
143507
143508     [API] Add compose() and decompose() unicode funcs, rename other ones
143509     
143510     Add compose() and decompose() unicode funcs.  These implement
143511     pair-wise canonical composition/decomposition.
143512     
143513     The glib/icu implementations are lacking for now.  We are adding
143514     API for this to glib, but I cannot find any useful API in ICU.
143515     May end of implementing these in-house.
143516     
143517     Changed all unicode_funcs callback names to remove the "_get" part.
143518     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
143519     and hb_unicode_get_script() is hb_unicode_script() now.
143520
143521  TODO                      |  4 ++-
143522  src/hb-glib.cc            |  6 +++-
143523  src/hb-icu.cc             |  6 +++-
143524  src/hb-ot-shape.cc        |  6 ++--
143525  src/hb-shape.cc           |  2 +-
143526  src/hb-unicode-private.hh |  8 +++--
143527  src/hb-unicode.cc         | 85 ++++++++++++++++++++++++++++++++++-------------
143528  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
143529  test/test-unicode.c       | 21 +++++++-----
143530  9 files changed, 146 insertions(+), 62 deletions(-)
143531
143532 commit d05dded1676924e8894c90f7a7c3527b492bcdff
143533 Author: Behdad Esfahbod <behdad@behdad.org>
143534 Date:   Thu Jul 7 23:42:40 2011 -0400
143535
143536     More code generation through preprocessor
143537
143538  src/hb-ot-shape-complex-private.hh | 46 ++++++++++++++++++++++++--------------
143539  1 file changed, 29 insertions(+), 17 deletions(-)
143540
143541 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
143542 Author: Behdad Esfahbod <behdad@behdad.org>
143543 Date:   Thu Jul 7 23:19:27 2011 -0400
143544
143545     Humm, undo some shuffling
143546     
143547     In preparation for adding more advanced unicode funcs.
143548
143549  src/hb-ot-shape.cc        |  6 ++---
143550  src/hb-shape.cc           |  2 +-
143551  src/hb-unicode-private.hh | 36 +++++++++++++-------------
143552  src/hb-unicode.cc         | 65 ++++++++++++++++++++++++++++++++++-------------
143553  4 files changed, 70 insertions(+), 39 deletions(-)
143554
143555 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
143556 Author: Behdad Esfahbod <behdad@behdad.org>
143557 Date:   Thu Jul 7 23:14:42 2011 -0400
143558
143559     More code shuffling
143560
143561  src/hb-font-private.hh    |  16 +++---
143562  src/hb-font.cc            |   3 +-
143563  src/hb-unicode-private.hh |  42 +++++++-------
143564  src/hb-unicode.cc         | 140 +++++++++++++++++-----------------------------
143565  4 files changed, 82 insertions(+), 119 deletions(-)
143566
143567 commit 3361c9a323575309d9fd55fe076697a3e22073c0
143568 Author: Behdad Esfahbod <behdad@behdad.org>
143569 Date:   Thu Jul 7 22:35:17 2011 -0400
143570
143571     Minor
143572
143573  src/Makefile.am                    |  1 +
143574  src/hb-ot-shape-complex-misc.cc    | 51 ++++++++++++++++++++++++++++++++++++++
143575  src/hb-ot-shape-complex-private.hh | 12 ++++++---
143576  3 files changed, 60 insertions(+), 4 deletions(-)
143577
143578 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
143579 Author: Behdad Esfahbod <behdad@behdad.org>
143580 Date:   Thu Jul 7 22:25:25 2011 -0400
143581
143582     Shuffle code around, remove shape_plan from complex shapers
143583
143584  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
143585  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
143586  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
143587  src/hb-ot-shape-complex-private.hh       | 44 +++++++++++++++++++++-----------
143588  src/hb-ot-shape-private.hh               | 13 ++--------
143589  src/hb-ot-shape.cc                       |  4 +--
143590  6 files changed, 69 insertions(+), 65 deletions(-)
143591
143592 commit e88bff9b4d77dc86c04832163081effbff752216
143593 Author: Behdad Esfahbod <behdad@behdad.org>
143594 Date:   Thu Jul 7 22:03:02 2011 -0400
143595
143596     Minor, use function typedefs
143597
143598  src/hb-ot-shape-complex-private.hh | 10 ++++++----
143599  1 file changed, 6 insertions(+), 4 deletions(-)
143600
143601 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
143602 Author: Behdad Esfahbod <behdad@behdad.org>
143603 Date:   Thu Jul 7 21:55:05 2011 -0400
143604
143605     Update copyright headers
143606
143607  src/hb-ot-map-private.hh           | 2 +-
143608  src/hb-ot-map.cc                   | 2 +-
143609  src/hb-ot-shape-complex-private.hh | 2 +-
143610  src/hb-ot-shape.cc                 | 2 +-
143611  4 files changed, 4 insertions(+), 4 deletions(-)
143612
143613 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
143614 Author: Behdad Esfahbod <behdad@behdad.org>
143615 Date:   Thu Jul 7 21:22:08 2011 -0400
143616
143617     Refactor some code common to GSUB and GPOS
143618
143619  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
143620  src/hb-ot-map.cc         | 54 +++++++++---------------------------------------
143621  2 files changed, 30 insertions(+), 53 deletions(-)
143622
143623 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
143624 Author: Behdad Esfahbod <behdad@behdad.org>
143625 Date:   Thu Jul 7 21:07:41 2011 -0400
143626
143627     Enable applying GSUB/GPOS features in multiple segments
143628     
143629     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
143630     among others.
143631     
143632     Shapers now can request segmented feature application by calling
143633     add_gsub_pause() or add_gpos_pause().  They can also provide a
143634     callback to be called at the pause.  Currently the Arabic shaper
143635     uses pauses to enforce certain feature application.  The Indic
143636     shaper can use the same facility to pause and do reordering in the
143637     callback.
143638
143639  src/hb-ot-map-private.hh          |  50 +++++++++++----
143640  src/hb-ot-map.cc                  | 132 +++++++++++++++++++++++++++++++++-----
143641  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
143642  src/hb-private.hh                 |   5 ++
143643  4 files changed, 181 insertions(+), 30 deletions(-)
143644
143645 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
143646 Author: Behdad Esfahbod <behdad@behdad.org>
143647 Date:   Thu Jul 7 16:20:35 2011 -0400
143648
143649     Shuffle code around
143650
143651  src/hb-ot-map-private.hh | 68 ++++++++++++++++++++++++------------------------
143652  1 file changed, 34 insertions(+), 34 deletions(-)
143653
143654 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
143655 Author: Behdad Esfahbod <behdad@behdad.org>
143656 Date:   Thu Jul 7 16:09:38 2011 -0400
143657
143658     Add todo
143659     
143660     I'm too lazy to fix the tests now.
143661
143662  test/test-shape.c | 1 +
143663  1 file changed, 1 insertion(+)
143664
143665 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
143666 Author: Behdad Esfahbod <behdad@behdad.org>
143667 Date:   Wed Jul 6 16:05:45 2011 -0400
143668
143669     Fix reverse_range() position loop
143670     
143671     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
143672     using direction: rtl
143673
143674  src/hb-buffer.cc | 7 +++++--
143675  1 file changed, 5 insertions(+), 2 deletions(-)
143676
143677 commit fa2befa46f215d8c33a54dfc57889928a628164c
143678 Author: Behdad Esfahbod <behdad@behdad.org>
143679 Date:   Mon Jul 4 17:18:57 2011 -0400
143680
143681     Minor
143682
143683  src/hb-view.cc | 2 +-
143684  1 file changed, 1 insertion(+), 1 deletion(-)
143685
143686 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
143687 Author: Behdad Esfahbod <behdad@behdad.org>
143688 Date:   Mon Jul 4 12:56:38 2011 -0400
143689
143690     [Indic] Well, at least finding syllables works now :)
143691     
143692     Still not much there.
143693
143694  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
143695  src/hb-ot-shape-complex-indic.cc         | 9 ++++++++-
143696  2 files changed, 11 insertions(+), 2 deletions(-)
143697
143698 commit 253a57fb5ab211f67140e6139d183e49483a9074
143699 Author: Behdad Esfahbod <behdad@behdad.org>
143700 Date:   Tue Jun 28 17:26:03 2011 -0400
143701
143702     [test-shape-complex] Remove the greek tests
143703     
143704     They are outdated with respect to the DejaVu Sans I'm using.
143705     We need to add font version checking to the tests.
143706
143707  test/test-shape-complex.c | 17 -----------------
143708  1 file changed, 17 deletions(-)
143709
143710 commit afa74bf90405fb121d3132982b87762c1686d80c
143711 Author: Behdad Esfahbod <behdad@behdad.org>
143712 Date:   Tue Jun 28 17:25:17 2011 -0400
143713
143714     [test-shape-complex] Print out expected and actual glyphstrings upon failure
143715     
143716     One has to run the test with --verbose to see that right now.
143717
143718  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
143719  1 file changed, 22 insertions(+), 3 deletions(-)
143720
143721 commit 42d453b0236f67239342df2003b7abce6e2c51ea
143722 Author: Behdad Esfahbod <behdad@behdad.org>
143723 Date:   Tue Jun 28 16:59:16 2011 -0400
143724
143725     [test] Name tests after their input string
143726
143727  test/Makefile.am          |   2 +-
143728  test/test-shape-complex.c | 150 ++++++++++++++++++++++++++++++----------------
143729  2 files changed, 100 insertions(+), 52 deletions(-)
143730
143731 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
143732 Author: Behdad Esfahbod <behdad@behdad.org>
143733 Date:   Tue Jun 28 16:21:31 2011 -0400
143734
143735     Minor
143736     
143737     Towards a better test runner.
143738
143739  test/test-shape-complex.c | 10 +++++++++-
143740  1 file changed, 9 insertions(+), 1 deletion(-)
143741
143742 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
143743 Author: Behdad Esfahbod <behdad@behdad.org>
143744 Date:   Tue Jun 28 16:17:16 2011 -0400
143745
143746     Minor
143747
143748  test/test-shape-complex.c | 2 --
143749  1 file changed, 2 deletions(-)
143750
143751 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
143752 Author: Behdad Esfahbod <behdad@behdad.org>
143753 Date:   Tue Jun 28 16:16:21 2011 -0400
143754
143755     [test] Remove disabled code
143756     
143757     We'd add normalization and decomposition tests later.
143758
143759  test/test-shape-complex.c | 92 -----------------------------------------------
143760  1 file changed, 92 deletions(-)
143761
143762 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
143763 Author: Behdad Esfahbod <behdad@behdad.org>
143764 Date:   Tue Jun 28 16:15:46 2011 -0400
143765
143766     [test] Restructure shape test data a bit
143767
143768  test/test-shape-complex.c | 75 +++++++++++++++++++++++++++--------------------
143769  1 file changed, 43 insertions(+), 32 deletions(-)
143770
143771 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
143772 Author: Behdad Esfahbod <behdad@behdad.org>
143773 Date:   Tue Jun 28 14:13:38 2011 -0400
143774
143775     [Indic] Optimize Indic table storage
143776
143777  src/hb-ot-shape-complex-indic.cc | 8 +++++---
143778  src/hb-private.hh                | 1 +
143779  2 files changed, 6 insertions(+), 3 deletions(-)
143780
143781 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
143782 Author: Behdad Esfahbod <behdad@behdad.org>
143783 Date:   Tue Jun 28 14:03:29 2011 -0400
143784
143785     [Indic] Generate a single data table instead of multiple ones
143786
143787  src/gen-indic-table.py                 | 30 +++++++++-------
143788  src/hb-ot-shape-complex-indic-table.hh | 62 ++++++++++++++++------------------
143789  2 files changed, 48 insertions(+), 44 deletions(-)
143790
143791 commit a346e923a99f920bbebc25b335db51fdfb1429ea
143792 Author: Behdad Esfahbod <behdad@behdad.org>
143793 Date:   Tue Jun 28 12:49:18 2011 -0400
143794
143795     [test] Add Indic tests from harfbuzz.old
143796     
143797     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
143798     Run with --verbose for details.  Working on improving the test runner
143799     to make it easier to make sense of what's going on.
143800
143801  test/Makefile.am          |   11 +-
143802  test/hb-test.h            |   21 +
143803  test/test-shape-complex.c | 1179 +++++++++++++++++++++++++++++++++++++++++++++
143804  3 files changed, 1209 insertions(+), 2 deletions(-)
143805
143806 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
143807 Author: Behdad Esfahbod <behdad@behdad.org>
143808 Date:   Fri Jun 24 20:45:55 2011 -0400
143809
143810     [Indic] Define indic_position_t
143811
143812  src/hb-ot-shape-complex-indic.cc | 239 ++++++++++++++++++++-------------------
143813  1 file changed, 122 insertions(+), 117 deletions(-)
143814
143815 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
143816 Author: Behdad Esfahbod <behdad@behdad.org>
143817 Date:   Fri Jun 24 19:05:52 2011 -0400
143818
143819     [Indic] Add a table of consonant positions
143820     
143821     Copied form HarfBuzz.old Indic data.  These are below and post
143822     consonants.  This is temporary.  Read the comment in the patch.
143823
143824  src/hb-ot-shape-complex-indic.cc | 106 +++++++++++++++++++++++++++++++++++++++
143825  1 file changed, 106 insertions(+)
143826
143827 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
143828 Author: Behdad Esfahbod <behdad@behdad.org>
143829 Date:   Fri Jun 24 19:05:34 2011 -0400
143830
143831     [Indic] Some of the basic features are global;  Mark them so
143832
143833  src/hb-ot-shape-complex-indic-machine.rl |  1 +
143834  src/hb-ot-shape-complex-indic.cc         | 48 ++++++++++++++++++++++----------
143835  2 files changed, 35 insertions(+), 14 deletions(-)
143836
143837 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
143838 Author: Behdad Esfahbod <behdad@behdad.org>
143839 Date:   Fri Jun 17 18:35:46 2011 -0400
143840
143841     [indic] Add syllable recognition state machine
143842     
143843     Using an incredible tool called Ragel.
143844
143845  src/Makefile.am                          |   5 ++
143846  src/hb-ot-shape-complex-indic-machine.rl | 105 +++++++++++++++++++++++++++++++
143847  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
143848  3 files changed, 125 insertions(+), 6 deletions(-)
143849
143850 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
143851 Author: Behdad Esfahbod <behdad@behdad.org>
143852 Date:   Wed Jun 15 17:22:48 2011 -0400
143853
143854     Better categorize Indic character classes
143855     
143856     Matches OT types now.
143857
143858  src/hb-ot-shape-complex-indic.cc | 51 +++++++++++++++++++++++++---------------
143859  1 file changed, 32 insertions(+), 19 deletions(-)
143860
143861 commit 31f18abecb149f8888a72510f2660328dd6de16d
143862 Author: Behdad Esfahbod <behdad@behdad.org>
143863 Date:   Wed Jun 15 09:49:58 2011 -0400
143864
143865     Minor compiler warning fixes
143866
143867  src/hb-buffer-private.hh           |  8 ++++----
143868  src/hb-object-private.hh           |  4 ++--
143869  src/hb-open-type-private.hh        |  6 +++---
143870  src/hb-ot-layout-common-private.hh |  8 ++++----
143871  src/hb-ot-map.cc                   | 28 +++++++++++++++-------------
143872  src/hb-ot-shape-complex-arabic.cc  |  3 +--
143873  src/hb-view.cc                     | 11 ++++++-----
143874  test/test-object.c                 | 22 +++++++++++-----------
143875  test/test-unicode.c                |  4 ++--
143876  9 files changed, 48 insertions(+), 46 deletions(-)
143877
143878 commit e3693b72f0651985d4f619cde668611639dca885
143879 Author: Behdad Esfahbod <behdad@behdad.org>
143880 Date:   Wed Jun 15 09:33:52 2011 -0400
143881
143882     Change a couple strstr() to strchr()
143883
143884  src/hb-ot-tag.cc | 4 ++--
143885  1 file changed, 2 insertions(+), 2 deletions(-)
143886
143887 commit b9452bfc1696457e156e79037c863903da5454fc
143888 Author: Behdad Esfahbod <behdad@behdad.org>
143889 Date:   Tue Jun 14 14:47:07 2011 -0400
143890
143891     Fix compiler warnings with -pedantic
143892
143893  src/hb-blob.cc                   | 18 +++++++++---------
143894  src/hb-glib.cc                   | 20 ++++++++++----------
143895  src/hb-icu.cc                    | 20 ++++++++++----------
143896  src/hb-object-private.hh         |  2 +-
143897  src/hb-open-type-private.hh      | 14 +++++++-------
143898  src/hb-ot-layout-gdef-private.hh |  2 +-
143899  src/hb-ot-layout.cc              |  2 +-
143900  src/hb-ot-map-private.hh         |  2 +-
143901  src/hb-ot-shape-complex-indic.cc |  8 ++++----
143902  src/hb-ot-shape-private.hh       |  2 +-
143903  src/hb-ot-shape.cc               |  2 +-
143904  11 files changed, 46 insertions(+), 46 deletions(-)
143905
143906 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
143907 Author: Behdad Esfahbod <behdad@behdad.org>
143908 Date:   Tue Jun 14 14:35:44 2011 -0400
143909
143910     Remove extra semicolon
143911
143912  src/hb-private.hh | 2 +-
143913  1 file changed, 1 insertion(+), 1 deletion(-)
143914
143915 commit 81426808020e2b88f008480bd63519aa68c579a7
143916 Author: Behdad Esfahbod <behdad@behdad.org>
143917 Date:   Mon Jun 13 16:02:18 2011 -0400
143918
143919     Cosmetic
143920
143921  src/gen-indic-table.py                 |    9 +-
143922  src/hb-ot-shape-complex-indic-table.hh | 1038 ++++++++++++++++----------------
143923  2 files changed, 524 insertions(+), 523 deletions(-)
143924
143925 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
143926 Author: Behdad Esfahbod <behdad@behdad.org>
143927 Date:   Fri Jun 10 23:08:54 2011 -0400
143928
143929     GNOME Bug 652227 - Unconditional use of stdint.h
143930
143931  src/hb-common.h | 33 ++++++++++++++++++++++-----------
143932  1 file changed, 22 insertions(+), 11 deletions(-)
143933
143934 commit 20503ccd578c9983162857954e3236413469ed35
143935 Author: Behdad Esfahbod <behdad@behdad.org>
143936 Date:   Tue Jun 7 17:02:48 2011 -0400
143937
143938     More Indic data shuffling
143939
143940  src/hb-ot-shape-complex-indic.cc | 74 +++++++++++++++++++++++++++-------------
143941  1 file changed, 50 insertions(+), 24 deletions(-)
143942
143943 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
143944 Author: Behdad Esfahbod <behdad@behdad.org>
143945 Date:   Tue Jun 7 15:51:40 2011 -0400
143946
143947     Minor
143948
143949  src/hb-ot-shape.cc | 1 +
143950  1 file changed, 1 insertion(+)
143951
143952 commit b9ddbd55930228422e82b34a141ad1b6093f5376
143953 Author: Behdad Esfahbod <behdad@behdad.org>
143954 Date:   Thu Jun 2 17:43:12 2011 -0400
143955
143956     [Indic] Start an Indic shaper
143957     
143958     Nothing functional in there yet.
143959     
143960     So far, we're parsing IndicSyllabicCategory.txt and IndicMatraCategory.txt
143961     fils from Unicode Character Database and store them in an array to be used
143962     by the shaper.  Also hooked up the shaper, but it does not do anything
143963     right now.
143964
143965  src/Makefile.am                        |   3 +
143966  src/gen-indic-table.py                 | 201 ++++++++
143967  src/hb-ot-shape-complex-arabic.cc      |   4 +-
143968  src/hb-ot-shape-complex-indic-table.hh | 834 +++++++++++++++++++++++++++++++++
143969  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
143970  src/hb-ot-shape-complex-private.hh     |  58 ++-
143971  src/hb-ot-shape-private.hh             |   3 +-
143972  7 files changed, 1237 insertions(+), 7 deletions(-)
143973
143974 commit 697a65c5f5cda53bc68720886a253a019e8212a8
143975 Author: Behdad Esfahbod <behdad@behdad.org>
143976 Date:   Wed Jun 1 20:52:00 2011 -0400
143977
143978     Minor
143979
143980  src/gen-arabic-table.py                 | 21 +++++++++++++--------
143981  src/hb-ot-shape-complex-arabic-table.hh |  9 ++++-----
143982  2 files changed, 17 insertions(+), 13 deletions(-)
143983
143984 commit 9de1481f2bbbf2a174280b849628612f36a2f701
143985 Author: Behdad Esfahbod <behdad@behdad.org>
143986 Date:   Wed Jun 1 20:45:14 2011 -0400
143987
143988     Update to ArabicShaping-6.1.0d2.txt
143989
143990  src/hb-ot-shape-complex-arabic-table.hh | 307 ++++++++++++++++++++------------
143991  1 file changed, 197 insertions(+), 110 deletions(-)
143992
143993 commit 9d49433efba2217852f4e44f056465b451961c49
143994 Author: Behdad Esfahbod <behdad@behdad.org>
143995 Date:   Wed Jun 1 18:10:10 2011 -0400
143996
143997     Minor rename
143998
143999  src/Makefile.am                                          | 2 +-
144000  src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +-
144001  src/hb-ot-shape-complex-arabic-table.hh                  | 2 +-
144002  3 files changed, 3 insertions(+), 3 deletions(-)
144003
144004 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
144005 Author: Behdad Esfahbod <behdad@behdad.org>
144006 Date:   Wed Jun 1 12:44:30 2011 -0400
144007
144008     [TODO] New items
144009
144010  TODO | 4 ++++
144011  1 file changed, 4 insertions(+)
144012
144013 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
144014 Author: Behdad Esfahbod <behdad@behdad.org>
144015 Date:   Tue May 31 15:18:13 2011 -0400
144016
144017     [Vertical] Apply vertical features
144018     
144019     We apply all of vert, vrt2, vkrn, valt, and vpal.
144020
144021  TODO               |  7 -------
144022  src/hb-ot-shape.cc | 50 +++++++++++++++++++++++++++++++++++++++++---------
144023  2 files changed, 41 insertions(+), 16 deletions(-)
144024
144025 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
144026 Author: Behdad Esfahbod <behdad@behdad.org>
144027 Date:   Tue May 31 12:59:17 2011 -0400
144028
144029     [hb-view] Add --face-index to choose a face in a TrueType Collection
144030
144031  src/hb-view.cc | 7 ++++++-
144032  1 file changed, 6 insertions(+), 1 deletion(-)
144033
144034 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
144035 Author: Behdad Esfahbod <behdad@behdad.org>
144036 Date:   Tue May 31 12:33:11 2011 -0400
144037
144038     Fix TTC header handling
144039     
144040     Also change the Version type to avoid similar bugs in the future.
144041     
144042     Reported by Grigori Goronzy.
144043
144044  src/hb-open-file-private.hh      | 6 +++---
144045  src/hb-open-type-private.hh      | 2 +-
144046  src/hb-ot-layout-gdef-private.hh | 6 +++---
144047  3 files changed, 7 insertions(+), 7 deletions(-)
144048
144049 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
144050 Author: Behdad Esfahbod <behdad@behdad.org>
144051 Date:   Mon May 30 11:08:40 2011 -0400
144052
144053     Fixed inifinite loop introduced in 7403e055cd1463f
144054     
144055     k is the index, not j.
144056     
144057     Reported by Tom Hacohen.
144058
144059  src/hb-ot-layout-gpos-private.hh | 4 ++--
144060  1 file changed, 2 insertions(+), 2 deletions(-)
144061
144062 commit 51881a61ca96c3328e2d92927a5a61e60997a429
144063 Author: Behdad Esfahbod <behdad@behdad.org>
144064 Date:   Fri May 27 18:15:56 2011 -0400
144065
144066     Shrink code size
144067
144068  src/hb-ot-map-private.hh | 11 +----------
144069  src/hb-ot-map.cc         | 11 +++++++++++
144070  2 files changed, 12 insertions(+), 10 deletions(-)
144071
144072 commit 90645fb24bcbb78183576d3641a99560d87e49f2
144073 Author: Behdad Esfahbod <behdad@behdad.org>
144074 Date:   Fri May 27 18:13:31 2011 -0400
144075
144076     [OT] Separate map_builder from the actual map
144077     
144078     Respectively, separate planner from the actual plan.
144079
144080  src/hb-ot-map-private.hh           | 121 ++++++++++++++++++++-----------------
144081  src/hb-ot-map.cc                   |  33 +++++-----
144082  src/hb-ot-shape-complex-arabic.cc  |   6 +-
144083  src/hb-ot-shape-complex-private.hh |   8 +--
144084  src/hb-ot-shape-private.hh         |  22 +++++++
144085  src/hb-ot-shape.cc                 |  28 +++++----
144086  6 files changed, 127 insertions(+), 91 deletions(-)
144087
144088 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
144089 Author: Behdad Esfahbod <behdad@behdad.org>
144090 Date:   Fri May 27 17:49:16 2011 -0400
144091
144092     Minor
144093
144094  src/hb-view.cc | 2 +-
144095  1 file changed, 1 insertion(+), 1 deletion(-)
144096
144097 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
144098 Author: Behdad Esfahbod <behdad@behdad.org>
144099 Date:   Fri May 27 16:05:01 2011 -0400
144100
144101     [TODO] Add item
144102
144103  TODO | 2 ++
144104  1 file changed, 2 insertions(+)
144105
144106 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
144107 Author: Behdad Esfahbod <behdad@behdad.org>
144108 Date:   Fri May 27 15:59:33 2011 -0400
144109
144110     Minor
144111
144112  Makefile.am | 2 ++
144113  1 file changed, 2 insertions(+)
144114
144115 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
144116 Author: Behdad Esfahbod <behdad@behdad.org>
144117 Date:   Fri May 27 15:58:54 2011 -0400
144118
144119     Add check-includes.sh
144120
144121  src/Makefile.am               |  7 +++++++
144122  src/check-c-linkage-decls.sh  |  6 +++++-
144123  src/check-header-guards.sh    |  8 +++++++-
144124  src/check-includes.sh         | 42 ++++++++++++++++++++++++++++++++++++++++++
144125  src/check-internal-symbols.sh |  8 ++++----
144126  src/check-libstdc++.sh        |  7 ++++---
144127  src/hb-ot-shape.h             |  1 +
144128  7 files changed, 70 insertions(+), 9 deletions(-)
144129
144130 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
144131 Author: Behdad Esfahbod <behdad@behdad.org>
144132 Date:   Fri May 27 04:58:11 2011 -0400
144133
144134     [configure] Generate sha256sum and GPG-sign it
144135
144136  Makefile.am | 29 ++++++++++++++++++++++++++++-
144137  1 file changed, 28 insertions(+), 1 deletion(-)
144138
144139 commit 75ba4073ca6f72c135927d9314197a605281b789
144140 Author: Behdad Esfahbod <behdad@behdad.org>
144141 Date:   Fri May 27 03:58:17 2011 -0400
144142
144143     [test] Rename valgrind-log to log-vaglring.txt
144144
144145  test/Makefile.am | 6 +++---
144146  1 file changed, 3 insertions(+), 3 deletions(-)
144147
144148 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
144149 Author: Behdad Esfahbod <behdad@behdad.org>
144150 Date:   Fri May 27 03:56:37 2011 -0400
144151
144152     Minor
144153
144154  harfbuzz.doap | 4 ++--
144155  1 file changed, 2 insertions(+), 2 deletions(-)
144156
144157 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
144158 Author: Behdad Esfahbod <behdad@behdad.org>
144159 Date:   Fri May 27 04:14:12 2011 -0400
144160
144161     Bump version to 0.7.0 to open up for development
144162
144163  configure.ac | 2 +-
144164  1 file changed, 1 insertion(+), 1 deletion(-)
144165
144166 commit f24557604281356131618546332d7ee3a0c8abef
144167 Author: Behdad Esfahbod <behdad@behdad.org>
144168 Date:   Wed May 25 16:08:06 2011 -0400
144169
144170     Release 0.6.0.  First official tarball release!
144171     
144172     There are no API guarantees just yet, but I *expect* that no
144173     incompatible API changes to happen before 1.0.0.
144174     
144175     Update NEWS.
144176
144177  NEWS         | 262 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
144178  configure.ac |   2 +-
144179  2 files changed, 263 insertions(+), 1 deletion(-)
144180
144181 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
144182 Author: Behdad Esfahbod <behdad@behdad.org>
144183 Date:   Fri May 27 03:38:46 2011 -0400
144184
144185     [test-common] Test hb_direction_to_string()
144186     
144187     Caught by "make check-symbols".
144188
144189  test/test-common.c | 6 ++++++
144190  1 file changed, 6 insertions(+)
144191
144192 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
144193 Author: Behdad Esfahbod <behdad@behdad.org>
144194 Date:   Fri May 27 03:38:30 2011 -0400
144195
144196     [test] Rename test-symbols to check-symbols
144197     
144198     Shows undocumented symbols.
144199
144200  test/Makefile.am | 37 +++++++++++++++++++++----------------
144201  1 file changed, 21 insertions(+), 16 deletions(-)
144202
144203 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
144204 Author: Behdad Esfahbod <behdad@behdad.org>
144205 Date:   Fri May 27 03:35:58 2011 -0400
144206
144207     Hide internal symbols
144208
144209  src/hb-ot-shape.cc | 4 ++--
144210  1 file changed, 2 insertions(+), 2 deletions(-)
144211
144212 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
144213 Author: Behdad Esfahbod <behdad@behdad.org>
144214 Date:   Fri May 27 02:46:28 2011 -0400
144215
144216     [test/unicode] Fix double-free
144217     
144218     Caught by "make check-valgrind".
144219
144220  test/Makefile.am    | 2 +-
144221  test/test-unicode.c | 2 --
144222  2 files changed, 1 insertion(+), 3 deletions(-)
144223
144224 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
144225 Author: Behdad Esfahbod <behdad@behdad.org>
144226 Date:   Fri May 27 02:44:29 2011 -0400
144227
144228     [test] Switch to automake-based test-runner
144229     
144230     Adds check-valgrind among other modes.  We do not run under gtester by
144231     default anymore.
144232
144233  Makefile.am                 |  2 +
144234  test/.valgrind-suppressions |  0
144235  test/Makefile.am            | 48 ++++++++++++++++++++++--
144236  test/Makefile.decl          | 90 ---------------------------------------------
144237  4 files changed, 47 insertions(+), 93 deletions(-)
144238
144239 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
144240 Author: Behdad Esfahbod <behdad@behdad.org>
144241 Date:   Fri May 27 01:33:18 2011 -0400
144242
144243     [test] Add test-symbols that checks API symbol text coverage
144244     
144245     We're not at 100% coverage yet, so do not enable the test by default.
144246
144247  test/Makefile.am | 21 +++++++++++++++++++++
144248  1 file changed, 21 insertions(+)
144249
144250 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
144251 Author: Behdad Esfahbod <behdad@behdad.org>
144252 Date:   Fri May 27 01:00:55 2011 -0400
144253
144254     [test/version] Test hb-version.h
144255
144256  test/Makefile.am    |  1 +
144257  test/test-version.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++
144258  2 files changed, 81 insertions(+)
144259
144260 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
144261 Author: Behdad Esfahbod <behdad@behdad.org>
144262 Date:   Wed May 25 16:07:07 2011 -0400
144263
144264     Add libtool versioning
144265     
144266     The versioning is automatic.  For now, soname-major is 0.  With
144267     the 1.0.0 release it will jump to 1 and stay there forever.
144268
144269  configure.ac    | 26 +++++++++++++++++++++-----
144270  src/Makefile.am |  1 +
144271  2 files changed, 22 insertions(+), 5 deletions(-)
144272
144273 commit 5b21eff8c4a00962d4315a47a65a143abe323299
144274 Author: Behdad Esfahbod <behdad@behdad.org>
144275 Date:   Wed May 25 14:49:35 2011 -0400
144276
144277     Update README, etc
144278
144279  COPYING      | 1 +
144280  README       | 8 +++-----
144281  configure.ac | 2 +-
144282  3 files changed, 5 insertions(+), 6 deletions(-)
144283
144284 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
144285 Author: Behdad Esfahbod <behdad@behdad.org>
144286 Date:   Wed May 25 14:43:10 2011 -0400
144287
144288     [TODO] Add item
144289
144290  TODO              | 2 ++
144291  test/test-shape.c | 2 ++
144292  2 files changed, 4 insertions(+)
144293
144294 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
144295 Author: Behdad Esfahbod <behdad@behdad.org>
144296 Date:   Wed May 25 11:27:33 2011 -0400
144297
144298     [API] One last font-funcs API change
144299     
144300     Now that vertical text works correctly, I'm doing a last round
144301     modification of the font-funcs API to simplify.  Expect no more
144302     changes around here.
144303
144304  src/hb-font.cc    | 107 ++++++++++++++++++------------------------------------
144305  src/hb-font.h     |  50 +++++++++++--------------
144306  src/hb-ft.cc      |  26 ++++++-------
144307  test/test-font.c  |  27 +++++++-------
144308  test/test-shape.c |  21 +++++------
144309  5 files changed, 91 insertions(+), 140 deletions(-)
144310
144311 commit d31691296f7d3051fcd345bf1325d17835484b50
144312 Author: Behdad Esfahbod <behdad@behdad.org>
144313 Date:   Wed May 25 11:01:32 2011 -0400
144314
144315     [test] Update to API changes
144316
144317  test/test-font.c  | 72 ++++++++++++++++++++++---------------------------------
144318  test/test-shape.c | 35 +++++++++++++--------------
144319  2 files changed, 44 insertions(+), 63 deletions(-)
144320
144321 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
144322 Author: Behdad Esfahbod <behdad@behdad.org>
144323 Date:   Tue May 24 21:04:15 2011 -0400
144324
144325     [Vertical] fix vertical gpos
144326     
144327     Wow, it took me a few days to find the right fix!
144328     
144329     We now set the advance for attached marks to zero, but we
144330     do this in the _finish() state of gpos, so it shouldn't
144331     regress with fonts like DejaVuSansMono that explicitly
144332     decrease the mark advance width to set it to zero.
144333
144334  src/hb-ot-layout-gpos-private.hh | 167 +++++++++++++++++++++++----------------
144335  src/hb-ot-shape.cc               |   9 ++-
144336  2 files changed, 103 insertions(+), 73 deletions(-)
144337
144338 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
144339 Author: Behdad Esfahbod <behdad@behdad.org>
144340 Date:   Wed May 25 09:56:06 2011 -0400
144341
144342     [TODO] Update
144343
144344  TODO | 14 ++++++++++++--
144345  1 file changed, 12 insertions(+), 2 deletions(-)
144346
144347 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
144348 Author: Behdad Esfahbod <behdad@behdad.org>
144349 Date:   Fri May 20 15:59:59 2011 -0400
144350
144351     [Vertical] GPOS x/y advance adjustments only apply in hori/vert respectively
144352
144353  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
144354  1 file changed, 21 insertions(+), 10 deletions(-)
144355
144356 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
144357 Author: Behdad Esfahbod <behdad@behdad.org>
144358 Date:   Thu May 19 19:19:50 2011 -0400
144359
144360     [Vertical] Fix GPOS y-advance direction
144361
144362  src/hb-ot-layout-gpos-private.hh | 7 ++++---
144363  1 file changed, 4 insertions(+), 3 deletions(-)
144364
144365 commit 67d51ff96154c8909734046601e439dd8f6a86df
144366 Author: Behdad Esfahbod <behdad@behdad.org>
144367 Date:   Thu May 19 19:08:57 2011 -0400
144368
144369     [Vertical] Do fallback origin calculation
144370
144371  src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
144372  1 file changed, 27 insertions(+), 5 deletions(-)
144373
144374 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
144375 Author: Behdad Esfahbod <behdad@behdad.org>
144376 Date:   Thu May 19 18:46:15 2011 -0400
144377
144378     [Vertical] GPOS is always done with horizontal origin
144379
144380  src/hb-font-private.hh           |   4 +-
144381  src/hb-font.cc                   | 187 ++++++++++++++++++---------------------
144382  src/hb-font.h                    |  53 ++++++-----
144383  src/hb-ft.cc                     |  47 ++++------
144384  src/hb-ot-layout-gdef-private.hh |  18 ++--
144385  src/hb-ot-layout-gpos-private.hh |  23 ++---
144386  src/hb-ot-layout.h               |   2 +-
144387  src/hb-ot-shape.cc               |  15 ++++
144388  8 files changed, 166 insertions(+), 183 deletions(-)
144389
144390 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
144391 Author: Behdad Esfahbod <behdad@behdad.org>
144392 Date:   Thu May 19 13:08:00 2011 -0400
144393
144394     More vertical
144395     
144396     Starting to get there, but not without yet another round of changes.
144397     
144398     I think I know wheere to go now.
144399
144400  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
144401  src/hb-font.h      | 10 ++++++++++
144402  src/hb-ft.cc       | 14 ++++++++++++--
144403  src/hb-ot-shape.cc |  4 ++++
144404  4 files changed, 58 insertions(+), 14 deletions(-)
144405
144406 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
144407 Author: Behdad Esfahbod <behdad@behdad.org>
144408 Date:   Wed May 18 10:17:02 2011 -0400
144409
144410     [hb-view] Add --annotate
144411     
144412     Currently it only marks glyph origins.
144413
144414  src/hb-view.cc | 20 +++++++++++++++++++-
144415  1 file changed, 19 insertions(+), 1 deletion(-)
144416
144417 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
144418 Author: Behdad Esfahbod <behdad@behdad.org>
144419 Date:   Tue May 17 23:31:00 2011 -0400
144420
144421     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
144422     
144423     The base for vertical is almost ready now.
144424
144425  src/hb-font.cc | 12 ++++++++----
144426  1 file changed, 8 insertions(+), 4 deletions(-)
144427
144428 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
144429 Author: Behdad Esfahbod <behdad@behdad.org>
144430 Date:   Tue May 17 23:27:22 2011 -0400
144431
144432     Cosmetic
144433
144434  src/hb-font.cc | 114 ++++++++++++++++++++++++++++-----------------------------
144435  src/hb-ft.cc   |  36 +++++++++---------
144436  2 files changed, 74 insertions(+), 76 deletions(-)
144437
144438 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
144439 Author: Behdad Esfahbod <behdad@behdad.org>
144440 Date:   Tue May 17 23:23:27 2011 -0400
144441
144442     Minor
144443
144444  src/hb-font.cc | 4 ++--
144445  1 file changed, 2 insertions(+), 2 deletions(-)
144446
144447 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
144448 Author: Behdad Esfahbod <behdad@behdad.org>
144449 Date:   Tue May 17 17:55:03 2011 -0400
144450
144451     [API] Vertical support, take 2
144452     
144453     I like this API *much* better.  Implementation still incomplete, but
144454     horizontal works.
144455
144456  src/hb-font-private.hh           |   7 +-
144457  src/hb-font.cc                   | 185 +++++++++++++++++++++++----------------
144458  src/hb-font.h                    | 109 ++++++++++++-----------
144459  src/hb-ft.cc                     |  66 ++++++++------
144460  src/hb-ot-layout-gdef-private.hh |   2 +-
144461  src/hb-ot-layout-gpos-private.hh |   2 +-
144462  src/hb-ot-shape.cc               |   8 +-
144463  7 files changed, 218 insertions(+), 161 deletions(-)
144464
144465 commit 744970af4d884cc87ffa645804578fec8df674a9
144466 Author: Behdad Esfahbod <behdad@behdad.org>
144467 Date:   Mon May 16 18:15:37 2011 -0400
144468
144469     [API] Add support for vertical text
144470     
144471     Design not final yet, and in fact I'm going to change it immediately,
144472     but this is an standalone change for itself.
144473
144474  src/hb-font-private.hh               |  35 ++--
144475  src/hb-font.cc                       | 387 +++++++++++++++++++++++++----------
144476  src/hb-font.h                        | 164 +++++++++++----
144477  src/hb-ft.cc                         | 227 +++++++++++++-------
144478  src/hb-ot-layout-gdef-private.hh     |   2 +-
144479  src/hb-ot-layout-gpos-private.hh     |  35 ++--
144480  src/hb-ot-layout-gsub-private.hh     |   1 +
144481  src/hb-ot-layout-gsubgpos-private.hh |   1 +
144482  src/hb-ot-shape.cc                   |  14 +-
144483  src/hb-ot-tag.cc                     |   2 +-
144484  test/test-font.c                     |  61 +++---
144485  test/test-shape.c                    |  17 +-
144486  12 files changed, 650 insertions(+), 296 deletions(-)
144487
144488 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
144489 Author: Behdad Esfahbod <behdad@behdad.org>
144490 Date:   Tue May 17 17:08:36 2011 -0400
144491
144492     Minor
144493
144494  TODO | 2 ++
144495  1 file changed, 2 insertions(+)
144496
144497 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
144498 Author: Behdad Esfahbod <behdad@behdad.org>
144499 Date:   Tue May 17 15:05:34 2011 -0400
144500
144501     Check for mmap()
144502     
144503     Apparently there exist systems with mprotect(), but not mmap()?
144504
144505  configure.ac     | 2 +-
144506  test/test-blob.c | 6 ++++--
144507  2 files changed, 5 insertions(+), 3 deletions(-)
144508
144509 commit 4053f3f788353448b41e541ee617aafbe1cac366
144510 Author: Behdad Esfahbod <behdad@behdad.org>
144511 Date:   Mon May 16 16:20:48 2011 -0400
144512
144513     Cosmetic
144514
144515  src/hb-font.h     | 8 ++++----
144516  test/test-shape.c | 6 +++---
144517  2 files changed, 7 insertions(+), 7 deletions(-)
144518
144519 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
144520 Author: Behdad Esfahbod <behdad@behdad.org>
144521 Date:   Mon May 16 16:01:58 2011 -0400
144522
144523     Remove unnecessary TODO item
144524
144525  src/hb-ft.cc | 1 -
144526  1 file changed, 1 deletion(-)
144527
144528 commit 1883af3796459cafe2d194064403b6b1152c584d
144529 Author: Behdad Esfahbod <behdad@behdad.org>
144530 Date:   Mon May 16 15:18:16 2011 -0400
144531
144532     [hb-view] Start work on vertical support
144533
144534  src/hb-view.cc | 10 ++++++----
144535  1 file changed, 6 insertions(+), 4 deletions(-)
144536
144537 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
144538 Author: Behdad Esfahbod <behdad@behdad.org>
144539 Date:   Mon May 16 15:08:31 2011 -0400
144540
144541     [hb-view] No need to allocate an extra glyph item at the end
144542
144543  src/hb-view.cc | 3 +--
144544  1 file changed, 1 insertion(+), 2 deletions(-)
144545
144546 commit a0359485c9997e3a211f7c00d40c09074d906c4f
144547 Author: Behdad Esfahbod <behdad@behdad.org>
144548 Date:   Mon May 16 15:07:48 2011 -0400
144549
144550     Minor
144551
144552  test/test-shape.c | 6 ++++++
144553  1 file changed, 6 insertions(+)
144554
144555 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
144556 Author: Behdad Esfahbod <behdad@behdad.org>
144557 Date:   Mon May 16 12:24:56 2011 -0400
144558
144559     [test/buffer] Add more tests for nil buffer
144560
144561  test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
144562  1 file changed, 38 insertions(+)
144563
144564 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
144565 Author: Behdad Esfahbod <behdad@behdad.org>
144566 Date:   Fri May 13 23:04:46 2011 -0400
144567
144568     [test/ot-tag] More tests
144569
144570  test/test-ot-tag.c | 9 +++++++++
144571  1 file changed, 9 insertions(+)
144572
144573 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
144574 Author: Behdad Esfahbod <behdad@behdad.org>
144575 Date:   Fri May 13 22:55:32 2011 -0400
144576
144577     [API] Add HB_LANGUAGE_INVALID
144578
144579  src/hb-common.cc   | 5 +++--
144580  src/hb-common.h    | 2 ++
144581  src/hb-ot-tag.cc   | 2 +-
144582  src/hb-shape.cc    | 2 +-
144583  test/test-common.c | 9 ++++++---
144584  5 files changed, 13 insertions(+), 7 deletions(-)
144585
144586 commit 40b5c2e86c633441040196d158e965ad95d6ad37
144587 Author: Behdad Esfahbod <behdad@behdad.org>
144588 Date:   Fri May 13 22:46:36 2011 -0400
144589
144590     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
144591     
144592     I'm in awe with how many bugs this test revealed.  All fixed.
144593
144594  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
144595  test/Makefile.am   |   3 +
144596  test/test-ot-tag.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++
144597  3 files changed, 320 insertions(+), 63 deletions(-)
144598
144599 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
144600 Author: Behdad Esfahbod <behdad@behdad.org>
144601 Date:   Fri May 13 20:25:38 2011 -0400
144602
144603     [TODO] Add items
144604
144605  TODO | 2 ++
144606  1 file changed, 2 insertions(+)
144607
144608 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
144609 Author: Behdad Esfahbod <behdad@behdad.org>
144610 Date:   Thu May 12 17:48:20 2011 -0400
144611
144612     [API] Add hb_face_make/is_immutable()
144613
144614  src/hb-font-private.hh |  2 ++
144615  src/hb-font.cc         | 18 ++++++++++++++++++
144616  src/hb-font.h          |  6 ++++++
144617  test/test-font.c       |  2 ++
144618  test/test-object.c     |  2 +-
144619  5 files changed, 29 insertions(+), 1 deletion(-)
144620
144621 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
144622 Author: Behdad Esfahbod <behdad@behdad.org>
144623 Date:   Thu May 12 15:19:33 2011 -0400
144624
144625     Finish off previous change
144626
144627  src/hb-font.cc | 1 +
144628  1 file changed, 1 insertion(+)
144629
144630 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
144631 Author: Behdad Esfahbod <behdad@behdad.org>
144632 Date:   Thu May 12 15:14:13 2011 -0400
144633
144634     [API] Make get_glyph() callback return a boolean
144635     
144636     We need to know whether the glyph exists, so we can fallback to
144637     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
144638     wouldn't work for applications like Pango that want to use different
144639     "doesn't exist" glyph codes for different characters.  An explicit
144640     return value fixes that.
144641
144642  src/hb-font.cc     | 15 +++++++++------
144643  src/hb-font.h      | 12 +++++++-----
144644  src/hb-ft.cc       | 12 +++++++-----
144645  src/hb-ot-shape.cc | 13 +++++++++----
144646  test/test-font.c   |  5 ++++-
144647  test/test-shape.c  | 12 +++++++-----
144648  6 files changed, 43 insertions(+), 26 deletions(-)
144649
144650 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
144651 Author: Behdad Esfahbod <behdad@behdad.org>
144652 Date:   Thu May 12 14:27:44 2011 -0400
144653
144654     [test/shape] Check shape output
144655
144656  test/test-shape.c | 23 +++++++++++++++++++----
144657  1 file changed, 19 insertions(+), 4 deletions(-)
144658
144659 commit 805af72405a2f653f08de392d7172291ffe8e902
144660 Author: Behdad Esfahbod <behdad@behdad.org>
144661 Date:   Thu May 12 12:39:40 2011 -0400
144662
144663     Rename get_kernings() arguments from first/second_glyph to left/right_glyph
144664     
144665     Makes it clear that kerning is in visual order.
144666
144667  src/hb-font.cc | 10 +++++-----
144668  src/hb-font.h  |  4 ++--
144669  src/hb-ft.cc   |  6 +++---
144670  3 files changed, 10 insertions(+), 10 deletions(-)
144671
144672 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
144673 Author: Behdad Esfahbod <behdad@behdad.org>
144674 Date:   Thu May 12 10:53:57 2011 -0400
144675
144676     [test] Add test-shape.c.  Oops
144677
144678  test/test-shape.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
144679  1 file changed, 125 insertions(+)
144680
144681 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
144682 Author: Behdad Esfahbod <behdad@behdad.org>
144683 Date:   Thu May 12 10:49:30 2011 -0400
144684
144685     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
144686     
144687     More portable.
144688
144689  test/test-blob.c | 2 +-
144690  1 file changed, 1 insertion(+), 1 deletion(-)
144691
144692 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
144693 Author: Behdad Esfahbod <behdad@behdad.org>
144694 Date:   Thu May 12 01:39:17 2011 -0400
144695
144696     [test/shape] Add simplest test for hb_shape()
144697
144698  test/Makefile.am | 1 +
144699  1 file changed, 1 insertion(+)
144700
144701 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
144702 Author: Behdad Esfahbod <behdad@behdad.org>
144703 Date:   Thu May 12 01:19:39 2011 -0400
144704
144705     [object] Make object inert during destruction
144706     
144707     Such that user_data and other finalizers cannot resurrect object
144708
144709  src/hb-object-private.hh | 2 ++
144710  1 file changed, 2 insertions(+)
144711
144712 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
144713 Author: Behdad Esfahbod <behdad@behdad.org>
144714 Date:   Thu May 12 01:02:03 2011 -0400
144715
144716     [TODO] Update
144717
144718  TODO | 6 ++++++
144719  1 file changed, 6 insertions(+)
144720
144721 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
144722 Author: Behdad Esfahbod <behdad@behdad.org>
144723 Date:   Thu May 12 00:46:57 2011 -0400
144724
144725     Fix font subclass chainup
144726     
144727     Test passing now.
144728
144729  src/hb-font.cc | 6 +-----
144730  1 file changed, 1 insertion(+), 5 deletions(-)
144731
144732 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
144733 Author: Behdad Esfahbod <behdad@behdad.org>
144734 Date:   Thu May 12 00:35:12 2011 -0400
144735
144736     [test/font] Test font_funcs subclassing
144737
144738  test/test-font.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
144739  1 file changed, 155 insertions(+), 3 deletions(-)
144740
144741 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
144742 Author: Behdad Esfahbod <behdad@behdad.org>
144743 Date:   Thu May 12 00:18:28 2011 -0400
144744
144745     [test/font] Test empty funcs
144746
144747  test/test-font.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
144748  1 file changed, 73 insertions(+), 2 deletions(-)
144749
144750 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
144751 Author: Behdad Esfahbod <behdad@behdad.org>
144752 Date:   Wed May 11 23:57:36 2011 -0400
144753
144754     [test/font] Test more
144755
144756  test/test-font.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++--------
144757  1 file changed, 54 insertions(+), 9 deletions(-)
144758
144759 commit 7033518f756490e9cf00b96387fee6f2f7fae785
144760 Author: Behdad Esfahbod <behdad@behdad.org>
144761 Date:   Wed May 11 23:31:15 2011 -0400
144762
144763     [API] Pass face to get_table()
144764
144765  src/hb-font.cc   | 4 ++--
144766  src/hb-font.h    | 2 +-
144767  src/hb-ft.cc     | 2 +-
144768  test/test-font.c | 2 +-
144769  4 files changed, 5 insertions(+), 5 deletions(-)
144770
144771 commit b46782780690e26a8221e2d63dd224159aebe413
144772 Author: Behdad Esfahbod <behdad@behdad.org>
144773 Date:   Wed May 11 23:25:28 2011 -0400
144774
144775     [API] Remove const from font user_data
144776
144777  src/hb-font.cc | 20 ++++++++++----------
144778  src/hb-font.h  | 20 ++++++++++----------
144779  src/hb-ft.cc   | 20 ++++++++++----------
144780  3 files changed, 30 insertions(+), 30 deletions(-)
144781
144782 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
144783 Author: Behdad Esfahbod <behdad@behdad.org>
144784 Date:   Wed May 11 23:22:55 2011 -0400
144785
144786     [test/font] More tests
144787
144788  test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
144789  1 file changed, 33 insertions(+), 3 deletions(-)
144790
144791 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
144792 Author: Behdad Esfahbod <behdad@behdad.org>
144793 Date:   Wed May 11 23:12:58 2011 -0400
144794
144795     [test/font] More tests
144796
144797  test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
144798  1 file changed, 44 insertions(+)
144799
144800 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
144801 Author: Behdad Esfahbod <behdad@behdad.org>
144802 Date:   Wed May 11 23:07:47 2011 -0400
144803
144804     [test/font] More get_empty() tests
144805
144806  test/test-font.c | 5 +++++
144807  1 file changed, 5 insertions(+)
144808
144809 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
144810 Author: Behdad Esfahbod <behdad@behdad.org>
144811 Date:   Wed May 11 23:06:02 2011 -0400
144812
144813     [test/font] Test get_face() / get_parent()
144814
144815  test/test-font.c | 4 ++++
144816  1 file changed, 4 insertions(+)
144817
144818 commit 606923bb4304d5b9cf164745d657cba58949a80a
144819 Author: Behdad Esfahbod <behdad@behdad.org>
144820 Date:   Wed May 11 23:05:02 2011 -0400
144821
144822     [test/font] Add test_font_properties()
144823
144824  test/test-font.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
144825  1 file changed, 85 insertions(+)
144826
144827 commit da603e80386b41b360acb070a862b6ed87da57b8
144828 Author: Behdad Esfahbod <behdad@behdad.org>
144829 Date:   Wed May 11 22:52:35 2011 -0400
144830
144831     [test/font] Start adding tests for hb-font.h
144832
144833  test/Makefile.am    |  1 +
144834  test/test-buffer.c  |  2 +-
144835  test/test-font.c    | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
144836  test/test-unicode.c |  1 +
144837  4 files changed, 72 insertions(+), 1 deletion(-)
144838
144839 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
144840 Author: Behdad Esfahbod <behdad@behdad.org>
144841 Date:   Wed May 11 22:49:29 2011 -0400
144842
144843     [API] Rename hb_face_create_for_data() to hb_face_create()
144844
144845  src/hb-font.cc     | 4 ++--
144846  src/hb-font.h      | 4 ++--
144847  src/hb-ft.cc       | 2 +-
144848  src/test.cc        | 2 +-
144849  test/test-object.c | 4 ++--
144850  5 files changed, 8 insertions(+), 8 deletions(-)
144851
144852 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
144853 Author: Behdad Esfahbod <behdad@behdad.org>
144854 Date:   Wed May 11 22:33:13 2011 -0400
144855
144856     [API] Add hb_ot_layout_substitute_start/finish()
144857
144858  src/hb-ot-layout.cc | 13 +++++++++++++
144859  src/hb-ot-layout.h  |  8 ++++++++
144860  2 files changed, 21 insertions(+)
144861
144862 commit c84d15f52e1183164502d45b476b54f8fe812e0f
144863 Author: Behdad Esfahbod <behdad@behdad.org>
144864 Date:   Wed May 11 22:23:15 2011 -0400
144865
144866     Remove unused hb_set_t
144867
144868  src/hb-private.hh | 48 ------------------------------------------------
144869  1 file changed, 48 deletions(-)
144870
144871 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
144872 Author: Behdad Esfahbod <behdad@behdad.org>
144873 Date:   Wed May 11 22:21:38 2011 -0400
144874
144875     Remove hb_static_threadsafe_set_t
144876
144877  src/hb-common.cc        |  5 +++--
144878  src/hb-mutex-private.hh | 42 ------------------------------------------
144879  2 files changed, 3 insertions(+), 44 deletions(-)
144880
144881 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
144882 Author: Behdad Esfahbod <behdad@behdad.org>
144883 Date:   Wed May 11 22:18:31 2011 -0400
144884
144885     Use constructor/destructor for hb_ot_shape_plan_t
144886
144887  src/hb-ot-shape-private.hh | 6 +++++-
144888  src/hb-ot-shape.cc         | 4 +---
144889  2 files changed, 6 insertions(+), 4 deletions(-)
144890
144891 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
144892 Author: Behdad Esfahbod <behdad@behdad.org>
144893 Date:   Wed May 11 22:00:56 2011 -0400
144894
144895     Minor
144896
144897  TODO | 2 +-
144898  1 file changed, 1 insertion(+), 1 deletion(-)
144899
144900 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
144901 Author: Behdad Esfahbod <behdad@behdad.org>
144902 Date:   Wed May 11 21:31:25 2011 -0400
144903
144904     Fix compile with no mutex available
144905
144906  src/hb-mutex-private.hh | 10 +++++-----
144907  1 file changed, 5 insertions(+), 5 deletions(-)
144908
144909 commit 1e56c476c10577fe319fe553c5ced000bd740940
144910 Author: Behdad Esfahbod <behdad@behdad.org>
144911 Date:   Wed May 11 21:28:01 2011 -0400
144912
144913     Free static mutex'es
144914
144915  src/hb-mutex-private.hh | 1 +
144916  1 file changed, 1 insertion(+)
144917
144918 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
144919 Author: Behdad Esfahbod <behdad@behdad.org>
144920 Date:   Wed May 11 21:27:52 2011 -0400
144921
144922     Streamline mutex stuff
144923
144924  src/hb-mutex-private.hh | 61 ++++++++++++++++++++++++++++++-------------------
144925  src/hb-private.hh       |  8 +++++++
144926  2 files changed, 46 insertions(+), 23 deletions(-)
144927
144928 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
144929 Author: Behdad Esfahbod <behdad@behdad.org>
144930 Date:   Wed May 11 21:14:34 2011 -0400
144931
144932     Remove unused hb_mutex_trylock()
144933
144934  src/hb-mutex-private.hh | 3 ---
144935  1 file changed, 3 deletions(-)
144936
144937 commit b8477e1da2785708f3232f8f2577f602a5d320d1
144938 Author: Behdad Esfahbod <behdad@behdad.org>
144939 Date:   Wed May 11 21:12:44 2011 -0400
144940
144941     [test] Add tests for _get_empty() funcs
144942
144943  test/test-blob.c    |  1 +
144944  test/test-buffer.c  |  7 +++++++
144945  test/test-unicode.c | 10 ++++++++++
144946  3 files changed, 18 insertions(+)
144947
144948 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
144949 Author: Behdad Esfahbod <behdad@behdad.org>
144950 Date:   Wed May 11 21:08:31 2011 -0400
144951
144952     [TODO] Update
144953
144954  TODO | 4 ++--
144955  1 file changed, 2 insertions(+), 2 deletions(-)
144956
144957 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
144958 Author: Behdad Esfahbod <behdad@behdad.org>
144959 Date:   Wed May 11 18:14:44 2011 -0400
144960
144961     [API] Add hb_*_get_empty() for all objects
144962
144963  src/hb-buffer.cc   |  6 ++++++
144964  src/hb-buffer.h    |  3 +++
144965  src/hb-font.cc     | 18 ++++++++++++++++++
144966  src/hb-font.h      |  9 +++++++++
144967  src/hb-unicode.cc  |  6 ++++++
144968  src/hb-unicode.h   |  3 +++
144969  test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
144970  7 files changed, 78 insertions(+), 3 deletions(-)
144971
144972 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
144973 Author: Behdad Esfahbod <behdad@behdad.org>
144974 Date:   Wed May 11 18:06:12 2011 -0400
144975
144976     [API] Add HB_UNTAG()
144977     
144978     Useful in C API only.
144979
144980  src/hb-common.h | 1 +
144981  1 file changed, 1 insertion(+)
144982
144983 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
144984 Author: Behdad Esfahbod <behdad@behdad.org>
144985 Date:   Wed May 11 18:02:48 2011 -0400
144986
144987     Minor
144988
144989  src/test.cc | 9 ++++++---
144990  1 file changed, 6 insertions(+), 3 deletions(-)
144991
144992 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
144993 Author: Behdad Esfahbod <behdad@behdad.org>
144994 Date:   Wed May 11 14:30:56 2011 -0400
144995
144996     Plug more leaks
144997     
144998     All good now.
144999
145000  src/hb-blob.cc              | 2 +-
145001  src/hb-open-type-private.hh | 8 ++++----
145002  2 files changed, 5 insertions(+), 5 deletions(-)
145003
145004 commit 6a7ac79e26e85f6781186cf708a12825c0857324
145005 Author: Behdad Esfahbod <behdad@behdad.org>
145006 Date:   Wed May 11 14:19:18 2011 -0400
145007
145008     Plug leaks
145009
145010  src/hb-ot-map-private.hh   |  7 +++++++
145011  src/hb-ot-shape-private.hh |  2 ++
145012  src/hb-ot-shape.cc         |  2 ++
145013  src/hb-private.hh          | 10 +++++++++-
145014  4 files changed, 20 insertions(+), 1 deletion(-)
145015
145016 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
145017 Author: Behdad Esfahbod <behdad@behdad.org>
145018 Date:   Wed May 11 11:55:11 2011 -0400
145019
145020     [unicode] Simplify method setting
145021
145022  src/hb-unicode.cc   | 6 +-----
145023  test/test-unicode.c | 6 +++++-
145024  2 files changed, 6 insertions(+), 6 deletions(-)
145025
145026 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
145027 Author: Behdad Esfahbod <behdad@behdad.org>
145028 Date:   Wed May 11 11:48:28 2011 -0400
145029
145030     Minor
145031
145032  src/Makefile.am | 2 +-
145033  1 file changed, 1 insertion(+), 1 deletion(-)
145034
145035 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
145036 Author: Behdad Esfahbod <behdad@behdad.org>
145037 Date:   Wed May 11 10:31:33 2011 -0400
145038
145039     Add maxp table
145040     
145041     Not used for anything right now.  Will use to get num_glyphs in the future.
145042
145043  src/Makefile.am           |  1 +
145044  src/hb-ot-head-private.hh |  1 -
145045  src/hb-ot-layout.cc       |  1 +
145046  src/hb-ot-maxp-private.hh | 68 +++++++++++++++++++++++++++++++++++++++++++++++
145047  4 files changed, 70 insertions(+), 1 deletion(-)
145048
145049 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
145050 Author: Behdad Esfahbod <behdad@behdad.org>
145051 Date:   Wed May 11 08:58:21 2011 -0400
145052
145053     Minor
145054
145055  TODO | 4 +++-
145056  1 file changed, 3 insertions(+), 1 deletion(-)
145057
145058 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
145059 Author: Behdad Esfahbod <behdad@behdad.org>
145060 Date:   Wed May 11 00:24:34 2011 -0400
145061
145062     [API] Change signature of get_contour_point and get_kerning ffuncs
145063     
145064     get_contour_point now takes glyph id before point_index.
145065     
145066     get_kerning now takes a vector to fill-in.
145067
145068  src/hb-font.cc                   | 56 +++++++++++++++++++++-------------------
145069  src/hb-font.h                    | 16 +++++++-----
145070  src/hb-ft.cc                     | 11 +++++---
145071  src/hb-ot-layout-gdef-private.hh |  2 +-
145072  src/hb-ot-layout-gpos-private.hh |  2 +-
145073  src/hb-ot-shape.cc               | 15 ++++++++---
145074  6 files changed, 59 insertions(+), 43 deletions(-)
145075
145076 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
145077 Author: Behdad Esfahbod <behdad@behdad.org>
145078 Date:   Wed May 11 00:15:37 2011 -0400
145079
145080     [font] Do user-space conversion when chaining up to parent font
145081
145082  src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
145083  src/hb-font.cc         | 23 +++++++++++++++++------
145084  2 files changed, 45 insertions(+), 6 deletions(-)
145085
145086 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
145087 Author: Behdad Esfahbod <behdad@behdad.org>
145088 Date:   Wed May 11 00:04:15 2011 -0400
145089
145090     Minor
145091
145092  src/hb-font-private.hh           |  6 +++---
145093  src/hb-ot-layout-gdef-private.hh |  6 +++---
145094  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
145095  3 files changed, 16 insertions(+), 16 deletions(-)
145096
145097 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
145098 Author: Behdad Esfahbod <behdad@behdad.org>
145099 Date:   Wed May 11 00:02:02 2011 -0400
145100
145101     Remove hb_ot_layout_context_t, simplify code
145102
145103  src/hb-font-private.hh               |  12 +++-
145104  src/hb-font.cc                       |   6 +-
145105  src/hb-ot-layout-common-private.hh   |   8 +--
145106  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
145107  src/hb-ot-layout-gpos-private.hh     | 121 ++++++++++++++++++-----------------
145108  src/hb-ot-layout-gsub-private.hh     |  24 +++----
145109  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
145110  src/hb-ot-layout-private.hh          |  13 ----
145111  src/hb-ot-layout.cc                  |  15 +----
145112  9 files changed, 118 insertions(+), 126 deletions(-)
145113
145114 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
145115 Author: Behdad Esfahbod <behdad@behdad.org>
145116 Date:   Tue May 10 20:49:02 2011 -0400
145117
145118     Make default font-funcs chain-up to the parent
145119
145120  src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
145121  src/hb-font.h  | 41 +++++++++++++++++++++--------------------
145122  2 files changed, 60 insertions(+), 25 deletions(-)
145123
145124 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
145125 Author: Behdad Esfahbod <behdad@behdad.org>
145126 Date:   Tue May 10 20:41:13 2011 -0400
145127
145128     [API] Pass down closure user_data to font funcs
145129
145130  src/hb-font-private.hh |  30 ++++++--
145131  src/hb-font.cc         | 184 +++++++++++++++++++++++++------------------------
145132  src/hb-font.h          |  42 ++++++-----
145133  src/hb-ft.cc           | 103 ++++++++++++++-------------
145134  4 files changed, 198 insertions(+), 161 deletions(-)
145135
145136 commit 446df9cdb1fddb51819b731436fca54146d0bb23
145137 Author: Behdad Esfahbod <behdad@behdad.org>
145138 Date:   Tue May 10 20:14:44 2011 -0400
145139
145140     Whitespace
145141
145142  src/hb-unicode.h | 30 +++++++++++++++---------------
145143  1 file changed, 15 insertions(+), 15 deletions(-)
145144
145145 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
145146 Author: Behdad Esfahbod <behdad@behdad.org>
145147 Date:   Tue May 10 20:04:26 2011 -0400
145148
145149     [API] Remove font_funcs func getter functions
145150
145151  src/hb-font.cc | 32 --------------------------------
145152  src/hb-font.h  | 18 ------------------
145153  2 files changed, 50 deletions(-)
145154
145155 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
145156 Author: Behdad Esfahbod <behdad@behdad.org>
145157 Date:   Tue May 10 20:02:49 2011 -0400
145158
145159     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
145160     
145161     Not quite useful just yet.
145162
145163  src/hb-font-private.hh |  1 +
145164  src/hb-font.cc         | 41 ++++++++++++++++++++++++++++++++++++++---
145165  src/hb-font.h          |  5 +++++
145166  src/hb-unicode.h       |  2 +-
145167  4 files changed, 45 insertions(+), 4 deletions(-)
145168
145169 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
145170 Author: Behdad Esfahbod <behdad@behdad.org>
145171 Date:   Tue May 10 19:57:00 2011 -0400
145172
145173     [font] Fix internal sign of x/y_scale
145174     
145175     Should have been done as part of da975419884a535281745f30f4b32fee0bc8a7a1
145176
145177  src/hb-font-private.hh | 4 ++--
145178  1 file changed, 2 insertions(+), 2 deletions(-)
145179
145180 commit 85e6218e3306165d69ef44277459511d5b54b9ff
145181 Author: Behdad Esfahbod <behdad@behdad.org>
145182 Date:   Tue May 10 19:40:44 2011 -0400
145183
145184     [API] Remove broken-by-design hb_font_unset_funcs()
145185
145186  src/hb-font.cc | 22 ----------------------
145187  src/hb-font.h  | 16 ----------------
145188  2 files changed, 38 deletions(-)
145189
145190 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
145191 Author: Behdad Esfahbod <behdad@behdad.org>
145192 Date:   Tue May 10 19:39:32 2011 -0400
145193
145194     Add hb_font_make/is_immutable()
145195
145196  src/hb-font-private.hh |  2 ++
145197  src/hb-font.cc         | 26 +++++++++++++++++++++++---
145198  src/hb-font.h          |  6 ++++++
145199  test/test-object.c     |  2 +-
145200  4 files changed, 32 insertions(+), 4 deletions(-)
145201
145202 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
145203 Author: Behdad Esfahbod <behdad@behdad.org>
145204 Date:   Tue May 10 19:21:07 2011 -0400
145205
145206     Fix build without mutex
145207
145208  src/hb-mutex-private.hh | 12 ++++++------
145209  1 file changed, 6 insertions(+), 6 deletions(-)
145210
145211 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
145212 Author: Behdad Esfahbod <behdad@behdad.org>
145213 Date:   Tue May 10 19:18:12 2011 -0400
145214
145215     Remove duplicate atomic_int implementation
145216
145217  src/hb-mutex-private.hh | 17 -----------------
145218  1 file changed, 17 deletions(-)
145219
145220 commit 45bfa99034512e886d75b1d45a5a649647f4711f
145221 Author: Behdad Esfahbod <behdad@behdad.org>
145222 Date:   Tue May 10 19:12:49 2011 -0400
145223
145224     Fix set implementation to be truly threadsafe even with destroy() callbacks
145225     
145226     The test/object test is passing again, instead of deadlocking.
145227
145228  src/hb-common.cc         |  26 +++++------
145229  src/hb-mutex-private.hh  |  47 +++++++------------
145230  src/hb-object-private.hh |   6 ++-
145231  src/hb-private.hh        | 117 ++++++++++++++++++++++++++++++++++++++---------
145232  4 files changed, 128 insertions(+), 68 deletions(-)
145233
145234 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
145235 Author: Behdad Esfahbod <behdad@behdad.org>
145236 Date:   Tue May 10 19:11:27 2011 -0400
145237
145238     [test] Always initialize gthread such that our mutex() stuff is tested
145239     
145240     Now the test/object test deadlocks as expected.  Fix coming.
145241
145242  configure.ac     | 1 +
145243  test/Makefile.am | 4 ++--
145244  test/hb-test.h   | 1 +
145245  3 files changed, 4 insertions(+), 2 deletions(-)
145246
145247 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
145248 Author: Behdad Esfahbod <behdad@behdad.org>
145249 Date:   Tue May 10 19:00:07 2011 -0400
145250
145251     [test/object] Test user_data with destroy() callback that calls user_data
145252     
145253     Exposes the non-atomicity of user_data opertaions at this time because
145254     we call finish() while still locked and modifying the object.  In fact,
145255     I'm surprised that it doesn't deadlock.  It should.
145256
145257  test/test-object.c | 22 ++++++++++++++++++++++
145258  1 file changed, 22 insertions(+)
145259
145260 commit abe636b8761e47ea60b193c7e72a044de224d172
145261 Author: Behdad Esfahbod <behdad@behdad.org>
145262 Date:   Tue May 10 17:55:40 2011 -0400
145263
145264     Add DOAP file
145265
145266  Makefile.am   |  6 +++++-
145267  harfbuzz.doap | 24 ++++++++++++++++++++++++
145268  2 files changed, 29 insertions(+), 1 deletion(-)
145269
145270 commit f82c18630471216a04e4e3ad42396da4e6d74cba
145271 Author: Behdad Esfahbod <behdad@behdad.org>
145272 Date:   Tue May 10 17:48:34 2011 -0400
145273
145274     [test/blob] Fix bug in test
145275
145276  test/test-blob.c | 3 ++-
145277  1 file changed, 2 insertions(+), 1 deletion(-)
145278
145279 commit 785d23acd0ce72d399f9c5021bebc854872648af
145280 Author: Behdad Esfahbod <behdad@behdad.org>
145281 Date:   Tue May 10 17:41:44 2011 -0400
145282
145283     [test/blob] Add create_sub_blob()
145284
145285  test/test-blob.c | 17 +++++++++++++++++
145286  1 file changed, 17 insertions(+)
145287
145288 commit 0617b1558234673d3924f37541be01b04d36f05a
145289 Author: Behdad Esfahbod <behdad@behdad.org>
145290 Date:   Tue May 10 17:37:08 2011 -0400
145291
145292     [test] Test blob API
145293
145294  test/Makefile.am   |   1 +
145295  test/test-blob.c   | 280 +++++++++++++++++++++++++++++++++++++++++++++++++++++
145296  test/test-buffer.c | 149 ++++++++++++++--------------
145297  3 files changed, 359 insertions(+), 71 deletions(-)
145298
145299 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
145300 Author: Behdad Esfahbod <behdad@behdad.org>
145301 Date:   Fri May 6 22:28:26 2011 -0400
145302
145303     [API] Simplify blob API, remove lock
145304
145305  TODO                        |   2 -
145306  src/hb-blob.cc              | 206 ++++++++++++++++++--------------------------
145307  src/hb-blob.h               |  19 ++--
145308  src/hb-font.cc              |   2 -
145309  src/hb-open-type-private.hh |  32 ++++---
145310  src/hb-ot-layout.cc         |   7 +-
145311  test/test-object.c          |   2 +-
145312  7 files changed, 118 insertions(+), 152 deletions(-)
145313
145314 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
145315 Author: Behdad Esfahbod <behdad@behdad.org>
145316 Date:   Fri May 6 19:30:59 2011 -0400
145317
145318     Add -Bsymbolic-functions to linker flags
145319
145320  configure.ac | 3 +++
145321  1 file changed, 3 insertions(+)
145322
145323 commit ab428aeab724ca40341318b66640f992cd72d2fc
145324 Author: Behdad Esfahbod <behdad@behdad.org>
145325 Date:   Fri May 6 19:30:46 2011 -0400
145326
145327     [TODO] Update
145328
145329  TODO | 2 +-
145330  1 file changed, 1 insertion(+), 1 deletion(-)
145331
145332 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
145333 Author: Behdad Esfahbod <behdad@behdad.org>
145334 Date:   Fri May 6 19:20:52 2011 -0400
145335
145336     Remove unused hb_blob_try_writable_inplace()
145337
145338  src/hb-blob.cc | 20 --------------------
145339  src/hb-blob.h  |  3 ---
145340  2 files changed, 23 deletions(-)
145341
145342 commit 08611d5194144bbf5d96a1110aeb812db06e0901
145343 Author: Behdad Esfahbod <behdad@behdad.org>
145344 Date:   Fri May 6 16:28:10 2011 -0400
145345
145346     Add note re deadlocks
145347
145348  src/hb-common.cc        | 1 +
145349  src/hb-mutex-private.hh | 4 ++++
145350  2 files changed, 5 insertions(+)
145351
145352 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
145353 Author: Behdad Esfahbod <behdad@behdad.org>
145354 Date:   Fri May 6 00:04:28 2011 -0400
145355
145356     [API] Add hb_language_get_default()
145357     
145358     It uses locale information to detect default language.  It's used by
145359     hb_shape() whenever language is not set on the buffer.
145360     
145361     Not sure how to properly test it in the test suite.  Tested by observing
145362     that with DejaVu Sans we select the proper local glyph version for U+431
145363     under Serbian locale.  See http://www.pango.org/ScriptGallery
145364
145365  src/hb-common.cc   | 21 +++++++++++++++++++++
145366  src/hb-common.h    |  3 +++
145367  src/hb-shape.cc    |  2 +-
145368  test/test-common.c |  5 +++++
145369  4 files changed, 30 insertions(+), 1 deletion(-)
145370
145371 commit c78f4485587cc1dee07e772c164a13fde9d2859f
145372 Author: Behdad Esfahbod <behdad@behdad.org>
145373 Date:   Thu May 5 21:31:04 2011 -0400
145374
145375     [API] Add version macros and functions
145376     
145377     Step version up to 0.5.0.
145378     
145379     Also, fix to pass "make distcheck"
145380
145381  configure.ac                 | 24 ++++++++++++-----
145382  src/Makefile.am              |  9 +++++++
145383  src/check-c-linkage-decls.sh |  2 +-
145384  src/hb-common.cc             | 29 +++++++++++++++++++++
145385  src/hb-version.h.in          | 62 ++++++++++++++++++++++++++++++++++++++++++++
145386  src/hb.h                     |  1 +
145387  test/Makefile.am             |  2 ++
145388  7 files changed, 122 insertions(+), 7 deletions(-)
145389
145390 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
145391 Author: Behdad Esfahbod <behdad@behdad.org>
145392 Date:   Thu May 5 19:47:59 2011 -0400
145393
145394     Add disable-static libtool flag
145395     
145396     No one who builds harfbuzz static uses the autotools build system to do it.
145397
145398  configure.ac | 2 +-
145399  1 file changed, 1 insertion(+), 1 deletion(-)
145400
145401 commit 7ca7571ef91754274f6c84bbf988962d74a74098
145402 Author: Behdad Esfahbod <behdad@behdad.org>
145403 Date:   Thu May 5 19:47:12 2011 -0400
145404
145405     Remove win32-dll libtool flag
145406     
145407     Since we're not win32-dll clean the way libtool docs define it.
145408
145409  configure.ac | 2 +-
145410  1 file changed, 1 insertion(+), 1 deletion(-)
145411
145412 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
145413 Author: Behdad Esfahbod <behdad@behdad.org>
145414 Date:   Thu May 5 19:37:53 2011 -0400
145415
145416     Add AC_CANONICAL_HOST
145417
145418  configure.ac | 10 ++++++++++
145419  1 file changed, 10 insertions(+)
145420
145421 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
145422 Author: Behdad Esfahbod <behdad@behdad.org>
145423 Date:   Thu May 5 16:24:42 2011 -0400
145424
145425     Fix build with older glib
145426
145427  configure.ac   |  2 +-
145428  test/hb-test.h | 55 +++++++++++++++++++++++++++++++++----------------------
145429  2 files changed, 34 insertions(+), 23 deletions(-)
145430
145431 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
145432 Author: Behdad Esfahbod <behdad@behdad.org>
145433 Date:   Thu May 5 16:09:45 2011 -0400
145434
145435     [buffer] Remove wrong optimization
145436     
145437     While the cluster fields of the glyph string are usually sorted, they
145438     wouldn't be in special cases (for example for non-native direction).
145439     Blindly using bsearch is plain wrong.  If we want to reintroduce this
145440     optimization we have to make sure we know the buffer clusters are
145441     monotonic and in which direction.  Not sure it's worth it though.
145442
145443  src/hb-buffer.cc | 16 +++-------------
145444  1 file changed, 3 insertions(+), 13 deletions(-)
145445
145446 commit 46df6828513d56cd60467e36cbe45aa06648f488
145447 Author: Behdad Esfahbod <behdad@behdad.org>
145448 Date:   Thu May 5 15:33:19 2011 -0400
145449
145450     Make user_data access threadsafe
145451     
145452     For now, by taking a global user_data mutex.
145453
145454  src/hb-common.cc         | 25 +++++++++++++++++++++++--
145455  src/hb-object-private.hh |  2 --
145456  2 files changed, 23 insertions(+), 4 deletions(-)
145457
145458 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
145459 Author: Behdad Esfahbod <behdad@behdad.org>
145460 Date:   Thu May 5 15:28:37 2011 -0400
145461
145462     Shrink code
145463
145464  src/hb-common.cc         | 26 ++++++++++++++++++++++++++
145465  src/hb-object-private.hh | 21 ++++-----------------
145466  2 files changed, 30 insertions(+), 17 deletions(-)
145467
145468 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
145469 Author: Behdad Esfahbod <behdad@behdad.org>
145470 Date:   Thu May 5 15:14:04 2011 -0400
145471
145472     Use threadsafe set implementation for hb_language lookups
145473     
145474     Note that the static variable has to be a global static, as gcc
145475     implements local statics differently and that would require linking
145476     to libstdc++, which we don't want.
145477
145478  src/hb-common.cc | 6 ++++--
145479  1 file changed, 4 insertions(+), 2 deletions(-)
145480
145481 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
145482 Author: Behdad Esfahbod <behdad@behdad.org>
145483 Date:   Thu May 5 15:07:54 2011 -0400
145484
145485     Add hb_threadsafe_set_t
145486
145487  src/hb-mutex-private.hh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
145488  src/hb-private.hh       |  3 +--
145489  2 files changed, 55 insertions(+), 2 deletions(-)
145490
145491 commit b45f32ee4e599c515ce93e44315283d236b073bb
145492 Author: Behdad Esfahbod <behdad@behdad.org>
145493 Date:   Thu May 5 15:00:43 2011 -0400
145494
145495     Use hb_array_t for hb_language_t mapping
145496
145497  src/hb-common.cc         | 48 ++++++++++++++++++++++--------------------------
145498  src/hb-object-private.hh |  4 ++--
145499  src/hb-private.hh        | 19 +++++++++++++++----
145500  3 files changed, 39 insertions(+), 32 deletions(-)
145501
145502 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
145503 Author: Behdad Esfahbod <behdad@behdad.org>
145504 Date:   Thu May 5 14:47:53 2011 -0400
145505
145506     Move code around
145507
145508  src/hb-object-private.hh | 28 ++++++++++++++--------------
145509  1 file changed, 14 insertions(+), 14 deletions(-)
145510
145511 commit 448ea9bf63104d39f87fff66219034222fa632b8
145512 Author: Behdad Esfahbod <behdad@behdad.org>
145513 Date:   Thu May 5 14:39:24 2011 -0400
145514
145515     [TODO] Remove done items
145516
145517  TODO | 9 ---------
145518  1 file changed, 9 deletions(-)
145519
145520 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
145521 Author: Behdad Esfahbod <behdad@behdad.org>
145522 Date:   Thu May 5 14:38:16 2011 -0400
145523
145524     Replace fixed-size lookup_maps array with hb_array_t
145525
145526  src/hb-ot-map-private.hh | 13 +++++--------
145527  src/hb-ot-map.cc         | 47 +++++++++++++++++++++++++----------------------
145528  src/hb-private.hh        |  6 ++----
145529  3 files changed, 32 insertions(+), 34 deletions(-)
145530
145531 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
145532 Author: Behdad Esfahbod <behdad@behdad.org>
145533 Date:   Thu May 5 14:12:37 2011 -0400
145534
145535     Replace fixed-size feature_maps array with hb_array_t
145536
145537  src/hb-ot-map-private.hh | 10 +++-------
145538  src/hb-ot-map.cc         | 12 ++++++------
145539  src/hb-ot-shape.cc       |  2 +-
145540  src/hb-private.hh        | 42 +++++++++++++++++++++++++++++-------------
145541  4 files changed, 39 insertions(+), 27 deletions(-)
145542
145543 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
145544 Author: Behdad Esfahbod <behdad@behdad.org>
145545 Date:   Thu May 5 13:42:19 2011 -0400
145546
145547     Replace fixed-size feature_infos array with hb_array_t
145548
145549  src/hb-ot-map-private.hh |  9 +++++----
145550  src/hb-ot-map.cc         |  9 +++++----
145551  src/hb-private.hh        | 12 ++++++++++++
145552  3 files changed, 22 insertions(+), 8 deletions(-)
145553
145554 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
145555 Author: Behdad Esfahbod <behdad@behdad.org>
145556 Date:   Thu May 5 13:24:07 2011 -0400
145557
145558     Minor
145559
145560  src/hb-private.hh | 4 ++--
145561  1 file changed, 2 insertions(+), 2 deletions(-)
145562
145563 commit 811482bd650fb5652a9835471ae8ecf0fb185611
145564 Author: Behdad Esfahbod <behdad@behdad.org>
145565 Date:   Thu May 5 13:21:04 2011 -0400
145566
145567     Replace hb_map_t with hb_set_t which is more intuitive and flexible
145568
145569  src/hb-object-private.hh | 24 ++++++++++++++----------
145570  src/hb-private.hh        | 44 +++++++++++++++++---------------------------
145571  test/test-object.c       |  4 ++++
145572  3 files changed, 35 insertions(+), 37 deletions(-)
145573
145574 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
145575 Author: Behdad Esfahbod <behdad@behdad.org>
145576 Date:   Thu May 5 12:39:51 2011 -0400
145577
145578     Make array/map implementation more generic
145579
145580  src/hb-object-private.hh |  2 ++
145581  src/hb-private.hh        | 13 +++++++------
145582  2 files changed, 9 insertions(+), 6 deletions(-)
145583
145584 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
145585 Author: Behdad Esfahbod <behdad@behdad.org>
145586 Date:   Thu May 5 00:21:16 2011 -0400
145587
145588     Make hb_mutex_*() macros take a pointer
145589     
145590     More intuitive.
145591
145592  src/hb-blob.cc          | 28 ++++++++++++++--------------
145593  src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
145594  2 files changed, 30 insertions(+), 30 deletions(-)
145595
145596 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
145597 Author: Behdad Esfahbod <behdad@behdad.org>
145598 Date:   Thu May 5 00:17:43 2011 -0400
145599
145600     Add hb_static_mutex_t
145601
145602  src/hb-mutex-private.hh | 8 ++++++++
145603  1 file changed, 8 insertions(+)
145604
145605 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
145606 Author: Behdad Esfahbod <behdad@behdad.org>
145607 Date:   Wed May 4 19:27:37 2011 -0400
145608
145609     Move code around
145610     
145611     Mutex (and Windows.h by extension) are fairly isolated now.
145612
145613  src/Makefile.am          |   8 ++--
145614  src/hb-blob-private.hh   |  60 ---------------------------
145615  src/hb-blob.cc           |  24 ++++++++++-
145616  src/hb-font-private.hh   |   3 --
145617  src/hb-font.cc           |  12 +++---
145618  src/hb-mutex-private.hh  | 105 +++++++++++++++++++++++++++++++++++++++++++++++
145619  src/hb-object-private.hh |  33 ++-------------
145620  src/hb-unicode.cc        |   1 -
145621  8 files changed, 141 insertions(+), 105 deletions(-)
145622
145623 commit d292885893395dcb345dce1010e5c8628a715ef4
145624 Author: Behdad Esfahbod <behdad@behdad.org>
145625 Date:   Tue May 3 01:03:53 2011 -0400
145626
145627     [ft] Fix font->face handling
145628     
145629     Don't use _cached()
145630
145631  src/hb-ft.cc | 7 +++++--
145632  1 file changed, 5 insertions(+), 2 deletions(-)
145633
145634 commit 2000179487b49e0d504ec127450dc6fcb5568cec
145635 Author: Behdad Esfahbod <behdad@behdad.org>
145636 Date:   Tue May 3 00:49:06 2011 -0400
145637
145638     Move Win32 thread-safety stuff to hb-object-private.h
145639     
145640     The Win32 definitions for LONG, ULONG, etc conflicts with
145641     hb-open-type.h.  Avoid that by making sure hb-object-private.h
145642     and hb-open-type.h are not included in the same compilation unit.
145643
145644  src/hb-common.cc         | 54 ---------------------------------------
145645  src/hb-object-private.hh | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
145646  src/hb-private.hh        | 66 ------------------------------------------------
145647  3 files changed, 66 insertions(+), 120 deletions(-)
145648
145649 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
145650 Author: Behdad Esfahbod <behdad@behdad.org>
145651 Date:   Tue May 3 00:35:53 2011 -0400
145652
145653     Refactor to keep hb-object-private.h and hb-open-type.h separate
145654     
145655     Needed to be able to include <Windows.h> from hb-object-private.h.
145656
145657  src/hb-font.cc              | 19 ++++----------
145658  src/hb-ot-layout-private.hh | 60 +++++++++++++++++++++++++--------------------
145659  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
145660  3 files changed, 63 insertions(+), 44 deletions(-)
145661
145662 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
145663 Author: Behdad Esfahbod <behdad@behdad.org>
145664 Date:   Tue May 3 00:19:18 2011 -0400
145665
145666     [blob] Implement sub_blob() in terms of create()
145667     
145668     Fixes problem with uninitialized sub_blob->mutex among other things.
145669     
145670     Reported by Bradley Grainger.
145671
145672  src/hb-blob.cc | 12 +++++-------
145673  1 file changed, 5 insertions(+), 7 deletions(-)
145674
145675 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
145676 Author: Behdad Esfahbod <behdad@behdad.org>
145677 Date:   Tue May 3 00:09:16 2011 -0400
145678
145679     Implement win32 thread-safety stuff
145680     
145681     Patch from Bradley Grainger.
145682
145683  src/hb-common.cc  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
145684  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
145685  2 files changed, 79 insertions(+), 5 deletions(-)
145686
145687 commit f55272ecde857c116f97a3195f3abd1df3be4b86
145688 Author: Behdad Esfahbod <behdad@behdad.org>
145689 Date:   Mon May 2 20:57:28 2011 -0400
145690
145691     Add hb_mutex_free() and use it
145692     
145693     Based on patch by Bradley Grainger.
145694
145695  src/hb-blob.cc    |  1 +
145696  src/hb-private.hh | 16 +++++++++-------
145697  2 files changed, 10 insertions(+), 7 deletions(-)
145698
145699 commit 8d5186484b28b5f629b523e067d7d5166eec557a
145700 Author: Behdad Esfahbod <behdad@behdad.org>
145701 Date:   Mon May 2 20:52:21 2011 -0400
145702
145703     Cosmetic
145704
145705  src/hb-private.hh | 2 +-
145706  1 file changed, 1 insertion(+), 1 deletion(-)
145707
145708 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
145709 Author: Behdad Esfahbod <behdad@behdad.org>
145710 Date:   Mon May 2 20:46:32 2011 -0400
145711
145712     [API] Make hb_font_create() take a face and reference it
145713
145714  src/hb-font-private.hh           |  2 ++
145715  src/hb-font.cc                   | 42 +++++++++++++++++++++++++---------------
145716  src/hb-font.h                    | 26 ++++++++++++++-----------
145717  src/hb-ft.cc                     |  7 +------
145718  src/hb-ot-layout-gdef-private.hh |  2 +-
145719  src/hb-ot-layout-gpos-private.hh |  2 +-
145720  src/hb-ot-layout.cc              | 10 ++++------
145721  src/hb-ot-layout.h               |  2 --
145722  src/hb-ot-map-private.hh         |  2 +-
145723  src/hb-ot-shape.cc               | 23 +++++++++++-----------
145724  src/hb-ot-shape.h                |  1 -
145725  src/hb-shape.cc                  | 18 ++---------------
145726  src/hb-shape.h                   |  1 -
145727  src/hb-view.cc                   |  4 +---
145728  test/test-object.c               |  7 +++++--
145729  15 files changed, 70 insertions(+), 79 deletions(-)
145730
145731 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
145732 Author: Behdad Esfahbod <behdad@behdad.org>
145733 Date:   Mon May 2 20:18:58 2011 -0400
145734
145735     Protect NULL in a couple places
145736
145737  src/hb-font.cc | 6 +++---
145738  1 file changed, 3 insertions(+), 3 deletions(-)
145739
145740 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
145741 Author: Behdad Esfahbod <behdad@behdad.org>
145742 Date:   Mon May 2 19:54:29 2011 -0400
145743
145744     Fix bug in array growth implementation
145745     
145746     With this, test/object is now passing.  Yay!
145747
145748  src/hb-private.hh | 24 +++++++++++-------------
145749  1 file changed, 11 insertions(+), 13 deletions(-)
145750
145751 commit 16123e10700436df18d14e37371bb621b31ea5d1
145752 Author: Behdad Esfahbod <behdad@behdad.org>
145753 Date:   Mon May 2 19:54:17 2011 -0400
145754
145755     Fix bug in map implementation
145756
145757  src/hb-private.hh | 2 +-
145758  1 file changed, 1 insertion(+), 1 deletion(-)
145759
145760 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
145761 Author: Behdad Esfahbod <behdad@behdad.org>
145762 Date:   Mon May 2 19:53:39 2011 -0400
145763
145764     [object] Fix bug in get_user_data() implementation
145765
145766  src/hb-object-private.hh | 7 ++++---
145767  1 file changed, 4 insertions(+), 3 deletions(-)
145768
145769 commit db99589529a22a2113bcef1680ab6d9b934f382e
145770 Author: Behdad Esfahbod <behdad@behdad.org>
145771 Date:   Mon May 2 19:52:47 2011 -0400
145772
145773     [test/object] Add test for object lifecycle stuff
145774     
145775     Revealed many bugs in the (untested and known buggy) user_data
145776     support.
145777
145778  test/Makefile.am   |   4 +
145779  test/test-object.c | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++
145780  2 files changed, 320 insertions(+)
145781
145782 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
145783 Author: Behdad Esfahbod <behdad@behdad.org>
145784 Date:   Mon May 2 19:52:32 2011 -0400
145785
145786     Cosmetic
145787
145788  test/test-unicode.c | 10 +++++-----
145789  1 file changed, 5 insertions(+), 5 deletions(-)
145790
145791 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
145792 Author: Behdad Esfahbod <behdad@behdad.org>
145793 Date:   Mon May 2 19:36:39 2011 -0400
145794
145795     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
145796
145797  src/hb-blob.cc              | 2 +-
145798  src/hb-blob.h               | 2 +-
145799  src/hb-font.cc              | 2 +-
145800  src/hb-open-type-private.hh | 2 +-
145801  4 files changed, 4 insertions(+), 4 deletions(-)
145802
145803 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
145804 Author: Behdad Esfahbod <behdad@behdad.org>
145805 Date:   Mon May 2 19:35:53 2011 -0400
145806
145807     [face] Return nil face if blob is inert
145808
145809  src/hb-font.cc | 3 +++
145810  1 file changed, 3 insertions(+)
145811
145812 commit e87867cb88280e3f3a38d829e359cb686168b2cb
145813 Author: Behdad Esfahbod <behdad@behdad.org>
145814 Date:   Mon May 2 19:35:05 2011 -0400
145815
145816     [buffer] Fail in _create() if we cannot pre-allocate the requested size
145817
145818  src/hb-buffer.cc | 8 +++++---
145819  1 file changed, 5 insertions(+), 3 deletions(-)
145820
145821 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
145822 Author: Behdad Esfahbod <behdad@behdad.org>
145823 Date:   Mon May 2 16:54:05 2011 -0400
145824
145825     Cosmetic
145826
145827  test/test-unicode.c | 2 +-
145828  1 file changed, 1 insertion(+), 1 deletion(-)
145829
145830 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
145831 Author: Behdad Esfahbod <behdad@behdad.org>
145832 Date:   Mon May 2 15:59:57 2011 -0400
145833
145834     [unicode] Make _get_parent() return _nil object instead of NULL
145835
145836  src/hb-unicode.cc   | 29 ++++++++++++-----------------
145837  test/test-unicode.c |  2 +-
145838  2 files changed, 13 insertions(+), 18 deletions(-)
145839
145840 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
145841 Author: Behdad Esfahbod <behdad@behdad.org>
145842 Date:   Mon May 2 14:58:04 2011 -0400
145843
145844     [test/unicode] Add script roundtrip tests for glib and ICU
145845
145846  test/test-unicode.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++-----
145847  1 file changed, 64 insertions(+), 6 deletions(-)
145848
145849 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
145850 Author: Behdad Esfahbod <behdad@behdad.org>
145851 Date:   Mon May 2 14:33:53 2011 -0400
145852
145853     [test/unicode] Better test chainup
145854
145855  test/test-unicode.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++-----
145856  1 file changed, 49 insertions(+), 5 deletions(-)
145857
145858 commit 250c59225ead28449deb11522dee3819480a19b4
145859 Author: Behdad Esfahbod <behdad@behdad.org>
145860 Date:   Mon May 2 14:21:30 2011 -0400
145861
145862     [test/unicode] Port the _custom test to test all property setters
145863
145864  test/test-unicode.c | 186 +++++++++++++++++++++++++++++-----------------------
145865  1 file changed, 104 insertions(+), 82 deletions(-)
145866
145867 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
145868 Author: Behdad Esfahbod <behdad@behdad.org>
145869 Date:   Mon May 2 14:03:55 2011 -0400
145870
145871     [test/unicode] Test Unicode 5.2+ but don't fail
145872
145873  test/test-unicode.c | 21 +++++++++++++++++++--
145874  1 file changed, 19 insertions(+), 2 deletions(-)
145875
145876 commit c763aa42b46eaee95359806cab56fa632ff3ad58
145877 Author: Behdad Esfahbod <behdad@behdad.org>
145878 Date:   Mon May 2 13:52:17 2011 -0400
145879
145880     [test/buffer] Clean up testing
145881     
145882     Getting the hang of how to cleanly use gtest.
145883
145884  test/test-buffer.c | 154 +++++++++++++++++++++++++++++------------------------
145885  1 file changed, 85 insertions(+), 69 deletions(-)
145886
145887 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
145888 Author: Behdad Esfahbod <behdad@behdad.org>
145889 Date:   Mon May 2 12:38:54 2011 -0400
145890
145891     Minor
145892
145893  test/test-unicode.c | 5 ++++-
145894  1 file changed, 4 insertions(+), 1 deletion(-)
145895
145896 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
145897 Author: Behdad Esfahbod <behdad@behdad.org>
145898 Date:   Mon May 2 12:37:45 2011 -0400
145899
145900     [icu] Make sure we return script UNKNOWN instead of INVALID
145901
145902  src/hb-icu.cc | 3 +++
145903  1 file changed, 3 insertions(+)
145904
145905 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
145906 Author: Behdad Esfahbod <behdad@behdad.org>
145907 Date:   Mon May 2 12:35:14 2011 -0400
145908
145909     ISO 15924 fixes
145910     
145911     Update to http://unicode.org/iso15924
145912     
145913     Fixes some of the test failures in test-unicode with ICU.  Still
145914     one more to fix before the test passes.
145915
145916  src/hb-common.cc | 10 ++++++++--
145917  src/hb-common.h  |  5 +++--
145918  src/hb-ot-tag.cc |  2 --
145919  3 files changed, 11 insertions(+), 6 deletions(-)
145920
145921 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
145922 Author: Behdad Esfahbod <behdad@behdad.org>
145923 Date:   Mon May 2 12:06:18 2011 -0400
145924
145925     [test/unicode] Add log messages
145926     
145927     Use with --verbose to see what's failing
145928
145929  test/test-unicode.c | 9 ++++++---
145930  1 file changed, 6 insertions(+), 3 deletions(-)
145931
145932 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
145933 Author: Behdad Esfahbod <behdad@behdad.org>
145934 Date:   Sun May 1 20:04:01 2011 -0400
145935
145936     Minor
145937
145938  test/test-unicode.c | 478 ++++++++++++++++++++++++++--------------------------
145939  1 file changed, 243 insertions(+), 235 deletions(-)
145940
145941 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
145942 Author: Behdad Esfahbod <behdad@behdad.org>
145943 Date:   Fri Apr 29 16:49:57 2011 -0400
145944
145945     [test/unicode] Add testing of all unicode properties
145946     
145947     ICU fails for now.
145948
145949  test/hb-test.h      |   4 +-
145950  test/test-unicode.c | 432 +++++++++++++++++++++++++++++++++++++++++++++++++---
145951  2 files changed, 416 insertions(+), 20 deletions(-)
145952
145953 commit da96ee072fa3544c3d36cf0b82ada11806789d70
145954 Author: Behdad Esfahbod <behdad@behdad.org>
145955 Date:   Fri Apr 29 12:17:09 2011 -0400
145956
145957     [test/unicode] Test is/make_immutable()
145958
145959  test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
145960  1 file changed, 30 insertions(+), 16 deletions(-)
145961
145962 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
145963 Author: Behdad Esfahbod <behdad@behdad.org>
145964 Date:   Fri Apr 29 12:00:38 2011 -0400
145965
145966     [test/unicode] Use text fixture instead of static variables
145967
145968  src/hb-unicode-private.hh |   2 +-
145969  src/hb-unicode.h          |   2 +-
145970  test/test-buffer.c        |   2 +-
145971  test/test-c.c             |   1 +
145972  test/test-common.c        |   3 +-
145973  test/test-cplusplus.cc    |   1 +
145974  test/test-unicode.c       | 112 +++++++++++++++++++++++++++-------------------
145975  7 files changed, 74 insertions(+), 49 deletions(-)
145976
145977 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
145978 Author: Behdad Esfahbod <behdad@behdad.org>
145979 Date:   Thu Apr 28 19:44:45 2011 -0400
145980
145981     [test/buffer] Add UTF-16 tests
145982
145983  test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
145984  1 file changed, 46 insertions(+), 2 deletions(-)
145985
145986 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
145987 Author: Behdad Esfahbod <behdad@behdad.org>
145988 Date:   Thu Apr 28 19:37:51 2011 -0400
145989
145990     [test/buffer] Add more extensive UTF-8 test data from glib
145991
145992  src/hb-buffer.cc   |   2 +-
145993  test/test-buffer.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++---
145994  2 files changed, 303 insertions(+), 16 deletions(-)
145995
145996 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
145997 Author: Behdad Esfahbod <behdad@behdad.org>
145998 Date:   Thu Apr 28 18:34:42 2011 -0400
145999
146000     [test/buffer] Add initial utf-8 tests
146001
146002  test/hb-test.h     | 25 ++++++++++++++++++++++++-
146003  test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
146004  2 files changed, 69 insertions(+), 2 deletions(-)
146005
146006 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
146007 Author: Behdad Esfahbod <behdad@behdad.org>
146008 Date:   Thu Apr 28 17:10:44 2011 -0400
146009
146010     Add test suite infrastructure
146011     
146012     Wraps around glib for convenience and ease of use.
146013
146014  test/Makefile.am    |   1 +
146015  test/hb-test.h      | 132 ++++++++++++++++++++++++++++++++++++++++++++++++----
146016  test/test-buffer.c  |  29 ++++++------
146017  test/test-common.c  |  14 +++---
146018  test/test-unicode.c |  32 ++++++-------
146019  5 files changed, 160 insertions(+), 48 deletions(-)
146020
146021 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
146022 Author: Behdad Esfahbod <behdad@behdad.org>
146023 Date:   Thu Apr 28 16:03:29 2011 -0400
146024
146025     [API Remove hb_font_funcs_copy()
146026     
146027     Will be adding font_funcs subclassing instead.
146028
146029  src/hb-font.cc | 13 -------------
146030  src/hb-font.h  |  3 ---
146031  2 files changed, 16 deletions(-)
146032
146033 commit 30f34d08d445722320db711c3ddf41e66225752c
146034 Author: Behdad Esfahbod <behdad@behdad.org>
146035 Date:   Thu Apr 28 16:02:40 2011 -0400
146036
146037     [TODO] Remove finished items
146038
146039  TODO          |  2 --
146040  src/hb-font.h | 10 ----------
146041  2 files changed, 12 deletions(-)
146042
146043 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
146044 Author: Behdad Esfahbod <behdad@behdad.org>
146045 Date:   Thu Apr 28 16:01:01 2011 -0400
146046
146047     Add _hb_unsigned_int_mul_overflows
146048
146049  src/hb-buffer.cc                 | 7 ++-----
146050  src/hb-open-type-private.hh      | 2 +-
146051  src/hb-ot-layout-gsub-private.hh | 2 +-
146052  src/hb-private.hh                | 9 ++++++++-
146053  4 files changed, 12 insertions(+), 8 deletions(-)
146054
146055 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
146056 Author: Behdad Esfahbod <behdad@behdad.org>
146057 Date:   Thu Apr 28 15:54:16 2011 -0400
146058
146059     Desable possibly lethal test on 64-bit machines
146060
146061  test/test-buffer.c | 9 ++++++---
146062  1 file changed, 6 insertions(+), 3 deletions(-)
146063
146064 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
146065 Author: Behdad Esfahbod <behdad@behdad.org>
146066 Date:   Thu Apr 28 14:24:16 2011 -0400
146067
146068     [test/buffer] Test pre_allocate() and allocation_successful()
146069
146070  src/hb-buffer.cc   |  3 ++-
146071  test/test-buffer.c | 26 +++++++++++++++++++++++++-
146072  2 files changed, 27 insertions(+), 2 deletions(-)
146073
146074 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
146075 Author: Behdad Esfahbod <behdad@behdad.org>
146076 Date:   Thu Apr 28 12:58:28 2011 -0400
146077
146078     Fix possible but improbable overflow in hb_array_t
146079
146080  src/hb-private.hh | 2 +-
146081  1 file changed, 1 insertion(+), 1 deletion(-)
146082
146083 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
146084 Author: Behdad Esfahbod <behdad@behdad.org>
146085 Date:   Thu Apr 28 12:56:49 2011 -0400
146086
146087     [buffer] More error handling
146088     
146089     Should be all set now.
146090
146091  src/hb-buffer-private.hh |  2 +-
146092  src/hb-buffer.cc         | 60 +++++++++++++++++++++++++++++++++---------------
146093  2 files changed, 43 insertions(+), 19 deletions(-)
146094
146095 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
146096 Author: Behdad Esfahbod <behdad@behdad.org>
146097 Date:   Thu Apr 28 12:28:54 2011 -0400
146098
146099     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
146100     
146101     Because the following loop overflows:
146102     
146103       while (size > new_allocated)
146104           new_allocated += (new_allocated >> 1) + 32;
146105
146106  test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
146107  1 file changed, 26 insertions(+), 7 deletions(-)
146108
146109 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
146110 Author: Behdad Esfahbod <behdad@behdad.org>
146111 Date:   Thu Apr 28 12:15:24 2011 -0400
146112
146113     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
146114
146115  test/test-buffer.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++------
146116  1 file changed, 59 insertions(+), 7 deletions(-)
146117
146118 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
146119 Author: Behdad Esfahbod <behdad@behdad.org>
146120 Date:   Thu Apr 28 11:56:29 2011 -0400
146121
146122     [test/buffer] Test reverse() and reverse_clusters()
146123
146124  test/test-buffer.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++----
146125  1 file changed, 57 insertions(+), 4 deletions(-)
146126
146127 commit 5fa849b77d49da2212825ebb1bea9145713b8449
146128 Author: Behdad Esfahbod <behdad@behdad.org>
146129 Date:   Wed Apr 27 21:46:01 2011 -0400
146130
146131     [API] Add _set/get_user_data() for all objects
146132
146133  src/hb-blob.cc    | 17 +++++++++++++++++
146134  src/hb-blob.h     | 12 ++++++++++++
146135  src/hb-buffer.cc  | 16 ++++++++++++++++
146136  src/hb-buffer.h   | 10 ++++++++++
146137  src/hb-font.cc    | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
146138  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
146139  src/hb-unicode.cc | 17 +++++++++++++++++
146140  src/hb-unicode.h  | 12 ++++++++++++
146141  8 files changed, 171 insertions(+)
146142
146143 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
146144 Author: Behdad Esfahbod <behdad@behdad.org>
146145 Date:   Wed Apr 27 21:45:51 2011 -0400
146146
146147     Move code around
146148
146149  src/hb-object-private.hh | 153 ++++++++++-------------------------------------
146150  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
146151  2 files changed, 157 insertions(+), 132 deletions(-)
146152
146153 commit 29c67d3f70b081766a6c01353980f457f38aeb12
146154 Author: Behdad Esfahbod <behdad@behdad.org>
146155 Date:   Wed Apr 27 21:22:32 2011 -0400
146156
146157     Add initial implementation of user_data to objects
146158
146159  src/hb-common.h          |  11 ++-
146160  src/hb-object-private.hh | 186 ++++++++++++++++++++++++++++++++++++++++++++++-
146161  2 files changed, 193 insertions(+), 4 deletions(-)
146162
146163 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
146164 Author: Behdad Esfahbod <behdad@behdad.org>
146165 Date:   Wed Apr 27 16:38:03 2011 -0400
146166
146167     [object] Remove unnecessary use of macros
146168
146169  TODO                     |  2 --
146170  src/hb-blob.cc           | 18 +++++++++---------
146171  src/hb-buffer.cc         |  6 +++---
146172  src/hb-font.cc           | 30 +++++++++++++++---------------
146173  src/hb-object-private.hh |  9 ---------
146174  src/hb-unicode.cc        |  8 ++++----
146175  6 files changed, 31 insertions(+), 42 deletions(-)
146176
146177 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
146178 Author: Behdad Esfahbod <behdad@behdad.org>
146179 Date:   Wed Apr 27 16:14:04 2011 -0400
146180
146181     [blob] Use HB_FUNC instead of __FUNCTION__
146182
146183  src/hb-blob.cc | 24 ++++++++++++------------
146184  1 file changed, 12 insertions(+), 12 deletions(-)
146185
146186 commit ae008b90cfc2028e878100f78b21d70f923a6044
146187 Author: Behdad Esfahbod <behdad@behdad.org>
146188 Date:   Wed Apr 27 16:12:12 2011 -0400
146189
146190     [object] Add tracing support back in
146191
146192  src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
146193  1 file changed, 26 insertions(+), 12 deletions(-)
146194
146195 commit 5b7f38979fa90117861fe327477de1707f117a8c
146196 Author: Behdad Esfahbod <behdad@behdad.org>
146197 Date:   Wed Apr 27 15:10:12 2011 -0400
146198
146199     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
146200     
146201     With gcc on arm, request 8-bit structure alignment.
146202
146203  configure.ac | 10 +++++++++-
146204  1 file changed, 9 insertions(+), 1 deletion(-)
146205
146206 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
146207 Author: Behdad Esfahbod <behdad@behdad.org>
146208 Date:   Wed Apr 27 14:48:19 2011 -0400
146209
146210     [API] Add hb_direction_from/to_string()
146211     
146212     And hb-view --direction argument.
146213
146214  TODO               |  1 -
146215  src/hb-common.cc   | 36 ++++++++++++++++++++++++++++++++++++
146216  src/hb-common.h    |  6 ++++++
146217  src/hb-view.cc     | 13 ++++++++++---
146218  test/test-common.c | 21 ++++++++++++++++++++-
146219  5 files changed, 72 insertions(+), 5 deletions(-)
146220
146221 commit f1425a549fef360c3750532de23604cd318999d8
146222 Author: Behdad Esfahbod <behdad@behdad.org>
146223 Date:   Wed Apr 27 12:15:06 2011 -0400
146224
146225     Rename hb-view.c and test.c to .cc files
146226
146227  src/Makefile.am               | 4 ++--
146228  src/{hb-view.c => hb-view.cc} | 2 +-
146229  src/{test.c => test.cc}       | 5 ++++-
146230  3 files changed, 7 insertions(+), 4 deletions(-)
146231
146232 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
146233 Author: Behdad Esfahbod <behdad@behdad.org>
146234 Date:   Wed Apr 27 12:14:53 2011 -0400
146235
146236     [TODO] Add hb-view items
146237
146238  TODO | 10 ++++++++++
146239  1 file changed, 10 insertions(+)
146240
146241 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
146242 Author: Behdad Esfahbod <behdad@behdad.org>
146243 Date:   Wed Apr 27 09:33:58 2011 -0400
146244
146245     Make buffer size growth start from 32 instead of 8
146246
146247  src/hb-buffer.cc | 2 +-
146248  1 file changed, 1 insertion(+), 1 deletion(-)
146249
146250 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
146251 Author: Behdad Esfahbod <behdad@behdad.org>
146252 Date:   Wed Apr 27 09:24:37 2011 -0400
146253
146254     [API] Add hb_unicode_funcs_get_default()
146255
146256  src/hb-buffer.cc          |  4 ++--
146257  src/hb-glib.cc            |  5 +++--
146258  src/hb-icu.cc             |  5 +++--
146259  src/hb-unicode-private.hh | 11 +++++++++++
146260  src/hb-unicode.cc         |  7 +++++++
146261  src/hb-unicode.h          |  8 ++++++++
146262  src/hb-view.c             | 13 ++++++-------
146263  test/test-unicode.c       | 11 ++++++++++-
146264  8 files changed, 50 insertions(+), 14 deletions(-)
146265
146266 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
146267 Author: Behdad Esfahbod <behdad@behdad.org>
146268 Date:   Wed Apr 27 01:49:03 2011 -0400
146269
146270     Replace simple macros with inline functions for better type safety
146271     
146272     Now that we use C++ for all source code, lets benefit from it!
146273     
146274     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
146275     inline functions, so leave them as is.
146276
146277  src/hb-open-type-private.hh |  4 ++--
146278  src/hb-private.hh           | 30 +++++++++++++++++++++---------
146279  2 files changed, 23 insertions(+), 11 deletions(-)
146280
146281 commit 40a9b8154f929947f4693bf90c64301afa407c3f
146282 Author: Behdad Esfahbod <behdad@behdad.org>
146283 Date:   Wed Apr 27 01:48:56 2011 -0400
146284
146285     Add TODO item
146286
146287  src/hb-object-private.hh | 1 +
146288  1 file changed, 1 insertion(+)
146289
146290 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
146291 Author: Behdad Esfahbod <behdad@behdad.org>
146292 Date:   Wed Apr 27 01:41:24 2011 -0400
146293
146294     Don't return in void function
146295     
146296     Would have been nice if gcc had warned...
146297
146298  src/hb-private.hh | 2 +-
146299  1 file changed, 1 insertion(+), 1 deletion(-)
146300
146301 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
146302 Author: Behdad Esfahbod <behdad@behdad.org>
146303 Date:   Thu Apr 21 18:35:58 2011 -0400
146304
146305     Further simplify object handling
146306
146307  src/hb-object-private.hh | 53 ++++++++++++++++++++++++------------------------
146308  1 file changed, 27 insertions(+), 26 deletions(-)
146309
146310 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
146311 Author: Behdad Esfahbod <behdad@behdad.org>
146312 Date:   Thu Apr 21 18:24:02 2011 -0400
146313
146314     Add hb_object_header_t which is the common part of all objects
146315     
146316     Makes way for adding arbitrary user_data support.
146317
146318  src/hb-blob-private.hh    |  3 +-
146319  src/hb-blob.cc            |  2 +-
146320  src/hb-buffer-private.hh  |  9 +++--
146321  src/hb-buffer.cc          |  2 +-
146322  src/hb-font-private.hh    |  7 ++--
146323  src/hb-font.cc            |  7 ++--
146324  src/hb-ft.cc              |  3 +-
146325  src/hb-glib.cc            |  3 +-
146326  src/hb-icu.cc             |  3 +-
146327  src/hb-object-private.hh  | 95 ++++++++++++++++++++++++++---------------------
146328  src/hb-private.hh         |  5 +--
146329  src/hb-unicode-private.hh |  6 ++-
146330  src/hb-unicode.cc         |  3 +-
146331  13 files changed, 82 insertions(+), 66 deletions(-)
146332
146333 commit a9f24c802956d57180d71b83e96a0fb81197df4a
146334 Author: Behdad Esfahbod <behdad@behdad.org>
146335 Date:   Thu Apr 21 17:18:22 2011 -0400
146336
146337     Move hb_reference_count_t to hb-private.h
146338
146339  src/hb-object-private.hh | 17 -----------------
146340  src/hb-private.hh        | 20 ++++++++++++++++++++
146341  2 files changed, 20 insertions(+), 17 deletions(-)
146342
146343 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
146344 Author: Behdad Esfahbod <behdad@behdad.org>
146345 Date:   Thu Apr 21 17:14:28 2011 -0400
146346
146347     Update Copyright headers
146348
146349  COPYING                                 | 15 ++++++++-------
146350  src/hb-blob-private.hh                  |  2 +-
146351  src/hb-blob.cc                          |  2 +-
146352  src/hb-blob.h                           |  2 +-
146353  src/hb-buffer-private.hh                |  4 ++--
146354  src/hb-buffer.cc                        |  6 +++---
146355  src/hb-buffer.h                         |  6 +++---
146356  src/hb-common.cc                        |  4 +++-
146357  src/hb-common.h                         |  4 +++-
146358  src/hb-font-private.hh                  |  4 +++-
146359  src/hb-font.cc                          |  2 +-
146360  src/hb-font.h                           |  2 +-
146361  src/hb-ft.cc                            |  4 ++--
146362  src/hb-ft.h                             |  2 +-
146363  src/hb-glib.cc                          |  4 +++-
146364  src/hb-glib.h                           |  4 +++-
146365  src/hb-icu.cc                           |  6 ++++--
146366  src/hb-icu.h                            |  4 +++-
146367  src/hb-object-private.hh                |  6 ++++--
146368  src/hb-open-file-private.hh             |  2 +-
146369  src/hb-open-type-private.hh             |  2 +-
146370  src/hb-ot-head-private.hh               |  2 +-
146371  src/hb-ot-layout-common-private.hh      |  4 ++--
146372  src/hb-ot-layout-gdef-private.hh        |  4 ++--
146373  src/hb-ot-layout-gpos-private.hh        |  4 ++--
146374  src/hb-ot-layout-gsub-private.hh        |  4 ++--
146375  src/hb-ot-layout-gsubgpos-private.hh    |  4 ++--
146376  src/hb-ot-layout-private.hh             |  2 +-
146377  src/hb-ot-layout.cc                     |  6 +++---
146378  src/hb-ot-layout.h                      |  2 +-
146379  src/hb-ot-map-private.hh                |  4 ++--
146380  src/hb-ot-map.cc                        |  4 ++--
146381  src/hb-ot-shape-complex-arabic-table.hh |  2 +-
146382  src/hb-ot-shape-complex-arabic.cc       |  2 +-
146383  src/hb-ot-shape-complex-private.hh      |  2 +-
146384  src/hb-ot-shape-private.hh              |  2 +-
146385  src/hb-ot-shape.cc                      |  4 ++--
146386  src/hb-ot-shape.h                       |  2 +-
146387  src/hb-ot-tag.cc                        |  4 +++-
146388  src/hb-ot-tag.h                         |  2 +-
146389  src/hb-ot.h                             |  2 +-
146390  src/hb-private.hh                       |  4 +++-
146391  src/hb-shape.cc                         |  2 +-
146392  src/hb-shape.h                          |  2 +-
146393  src/hb-unicode-private.hh               |  4 ++--
146394  src/hb-unicode.cc                       |  4 ++--
146395  src/hb-unicode.h                        |  4 +++-
146396  src/hb-view.c                           |  4 ++--
146397  src/hb.h                                |  2 +-
146398  src/main.cc                             |  2 +-
146399  src/test.c                              |  2 +-
146400  test/hb-test.h                          | 17 ++++++++++++++++-
146401  test/test-buffer.c                      |  2 +-
146402  test/test-c.c                           |  2 +-
146403  test/test-common.c                      |  2 +-
146404  test/test-cplusplus.cc                  |  2 +-
146405  test/test-unicode.c                     |  2 +-
146406  57 files changed, 122 insertions(+), 84 deletions(-)
146407
146408 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
146409 Author: Behdad Esfahbod <behdad@behdad.org>
146410 Date:   Thu Apr 21 16:59:10 2011 -0400
146411
146412     [hb-view] Accept numbers in feature tag name
146413     
146414     Reported by Adam Twardoch.
146415
146416  src/hb-view.c | 6 +++---
146417  1 file changed, 3 insertions(+), 3 deletions(-)
146418
146419 commit 24229eb13268a422efffbcb28a094b726824c7f0
146420 Author: Behdad Esfahbod <behdad@behdad.org>
146421 Date:   Thu Apr 21 16:55:17 2011 -0400
146422
146423     Remove obsolete comment
146424     
146425     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
146426     
146427     So I'm making the getter const.  Note that g_atomic_int_get()
146428     casts that away itself, so we don't need to worry about that
146429     (which kinda makes me uncomfortable actually).
146430
146431  src/hb-object-private.hh | 16 ++--------------
146432  1 file changed, 2 insertions(+), 14 deletions(-)
146433
146434 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
146435 Author: Behdad Esfahbod <behdad@behdad.org>
146436 Date:   Thu Apr 21 16:34:22 2011 -0400
146437
146438     Add ASSERT_STATIC_EXPR macro
146439     
146440     Unused right now.
146441
146442  src/hb-private.hh | 2 ++
146443  1 file changed, 2 insertions(+)
146444
146445 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
146446 Author: Behdad Esfahbod <behdad@behdad.org>
146447 Date:   Thu Apr 21 16:16:21 2011 -0400
146448
146449     Cleanup hb_refrence_count_t
146450
146451  src/hb-object-private.hh | 23 ++++++++++++++++++-----
146452  src/hb-private.hh        |  6 +++---
146453  2 files changed, 21 insertions(+), 8 deletions(-)
146454
146455 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
146456 Author: Behdad Esfahbod <behdad@behdad.org>
146457 Date:   Thu Apr 21 16:03:59 2011 -0400
146458
146459     [TODO] Remove finished items
146460
146461  TODO         | 6 +-----
146462  src/hb-ft.cc | 1 -
146463  2 files changed, 1 insertion(+), 6 deletions(-)
146464
146465 commit da975419884a535281745f30f4b32fee0bc8a7a1
146466 Author: Behdad Esfahbod <behdad@behdad.org>
146467 Date:   Thu Apr 21 15:08:01 2011 -0400
146468
146469     [API] Allow negative font x_scale/y_scale
146470     
146471     I was reconsidering whether y should grow down, since all three/four
146472     times I've used this API I was tricked and got that wrong in my use.
146473     So I was very inclined to make y grow down instead of up.  However,
146474     considering that the font space has y up and it would be very confusing
146475     for callbacks to work against that, I decided that what I really want
146476     is for the user to be able to set y_scale to a negative number to imply
146477     that user-space y grows down.
146478     
146479     Changing x_scale/y_scale from unsigned int to int allows that, and I've
146480     made pango to use that instead of negating glyph y_offset later.  hb-ft
146481     however still has y group up.  I *guess* that's how FreeType works?
146482     I'm not sure, FreeType docs don't make this clear...
146483     
146484     I'm happy with the resolution :-).
146485
146486  src/hb-font.cc                     | 8 ++++----
146487  src/hb-font.h                      | 8 ++++----
146488  src/hb-ot-layout-common-private.hh | 6 +-----
146489  src/hb-ot-layout-private.hh        | 2 +-
146490  4 files changed, 10 insertions(+), 14 deletions(-)
146491
146492 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
146493 Author: Behdad Esfahbod <behdad@behdad.org>
146494 Date:   Thu Apr 21 14:58:23 2011 -0400
146495
146496     [icu] Remove big script switch(), rely on reverse-lookup
146497
146498  src/hb-icu.cc | 137 ++++------------------------------------------------------
146499  1 file changed, 9 insertions(+), 128 deletions(-)
146500
146501 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
146502 Author: Behdad Esfahbod <behdad@behdad.org>
146503 Date:   Wed Apr 20 18:59:10 2011 -0400
146504
146505     Move hb_reference_count_t from macros to inline methods
146506
146507  src/hb-object-private.hh | 25 +++++++++++--------------
146508  1 file changed, 11 insertions(+), 14 deletions(-)
146509
146510 commit c57d454accff66e5f2c58006e8fb40bc020b6182
146511 Author: Behdad Esfahbod <behdad@behdad.org>
146512 Date:   Wed Apr 20 18:50:27 2011 -0400
146513
146514     Rename all private sources and headers to C++ files
146515     
146516     So we can liberally use the simple features of C++ that parts of the
146517     codebase is already using.
146518
146519  src/Makefile.am                                         | 17 +++++++++--------
146520  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
146521  src/hb-blob.cc                                          |  4 ++--
146522  src/hb-buffer-private.hh                                |  2 +-
146523  src/{hb-common.c => hb-common.cc}                       |  8 ++++----
146524  src/{hb-font-private.h => hb-font-private.hh}           |  8 ++++----
146525  src/hb-font.cc                                          |  6 +++---
146526  src/{hb-ft.c => hb-ft.cc}                               |  4 ++--
146527  src/hb-glib.cc                                          |  2 +-
146528  src/hb-icu.cc                                           |  2 +-
146529  src/{hb-object-private.h => hb-object-private.hh}       | 10 ++++------
146530  src/hb-open-type-private.hh                             |  2 +-
146531  src/hb-ot-layout-gdef-private.hh                        |  2 +-
146532  src/hb-ot-layout-private.hh                             |  4 ++--
146533  ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} |  8 ++++----
146534  src/hb-ot-shape-complex-arabic.cc                       |  2 +-
146535  src/hb-ot-shape-complex-private.hh                      |  2 +-
146536  src/hb-ot-shape-private.hh                              |  2 +-
146537  src/{hb-ot-tag.c => hb-ot-tag.cc}                       |  8 ++++----
146538  src/{hb-private.h => hb-private.hh}                     |  8 ++++----
146539  src/hb-shape.cc                                         |  2 +-
146540  src/hb-unicode-private.hh                               |  2 +-
146541  src/hb-unicode.cc                                       |  2 +-
146542  src/hb-view.c                                           |  6 ++++++
146543  24 files changed, 63 insertions(+), 58 deletions(-)
146544
146545 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
146546 Author: Behdad Esfahbod <behdad@behdad.org>
146547 Date:   Wed Apr 20 18:25:56 2011 -0400
146548
146549     Rename hb-blob.c to hb-blob.cc in preparation of more changes
146550
146551  src/Makefile.am               | 2 +-
146552  src/{hb-blob.c => hb-blob.cc} | 2 +-
146553  2 files changed, 2 insertions(+), 2 deletions(-)
146554
146555 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
146556 Author: Behdad Esfahbod <behdad@behdad.org>
146557 Date:   Wed Apr 20 17:24:03 2011 -0400
146558
146559     [TODO] Remove done items
146560
146561  TODO | 6 ------
146562  1 file changed, 6 deletions(-)
146563
146564 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
146565 Author: Behdad Esfahbod <behdad@behdad.org>
146566 Date:   Wed Apr 20 17:21:23 2011 -0400
146567
146568     [API] Make hb_face_reference_table() return empty blob instead of NULL
146569     
146570     The idea here is that:
146571     
146572       - Like pretty much all other API in harfbuzz, user does not have to
146573         check for NULL.
146574     
146575       - In any caller code, the case of missing table should be handled
146576         exactly the same way that a too-short table is handled.  Turning
146577         a non-existent talbe into a table of size 0 makes the user code
146578         safer.
146579
146580  src/hb-font.cc              | 2 ++
146581  src/hb-open-type-private.hh | 3 ---
146582  2 files changed, 2 insertions(+), 3 deletions(-)
146583
146584 commit c035812feb0d385a9e8c334631738e4915912c71
146585 Author: Behdad Esfahbod <behdad@behdad.org>
146586 Date:   Wed Apr 20 17:03:00 2011 -0400
146587
146588     [API] Rename hb_face_get_table() to hb_face_reference_table()
146589     
146590     That correctly reflects the reference ownership transfer happening.
146591
146592  src/hb-font.cc      | 4 ++--
146593  src/hb-font.h       | 7 ++-----
146594  src/hb-ot-layout.cc | 6 +++---
146595  src/hb-shape.cc     | 2 +-
146596  4 files changed, 8 insertions(+), 11 deletions(-)
146597
146598 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
146599 Author: Behdad Esfahbod <behdad@behdad.org>
146600 Date:   Wed Apr 20 16:40:56 2011 -0400
146601
146602     [TODO] Remove done items
146603
146604  TODO        | 10 ++--------
146605  src/hb-ft.h |  2 +-
146606  2 files changed, 3 insertions(+), 9 deletions(-)
146607
146608 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
146609 Author: Behdad Esfahbod <behdad@behdad.org>
146610 Date:   Wed Apr 20 15:49:31 2011 -0400
146611
146612     [API] Remove hb_*_get_reference_count()
146613     
146614     This was a bizzare piece of API that I inherited from cairo.  It has
146615     been wrong adding them to cairo in the first place.  Remove them before
146616     someone uses them!
146617
146618  src/hb-blob.c           |  6 ------
146619  src/hb-blob.h           |  3 ---
146620  src/hb-buffer.cc        |  6 ------
146621  src/hb-buffer.h         |  3 ---
146622  src/hb-font.cc          | 18 ------------------
146623  src/hb-font.h           |  9 ---------
146624  src/hb-object-private.h |  7 -------
146625  src/hb-unicode.cc       |  6 ------
146626  src/hb-unicode.h        |  3 ---
146627  test/test-unicode.c     | 24 ------------------------
146628  10 files changed, 85 deletions(-)
146629
146630 commit 440a76b630a36a7336c93e8b05d988c6407b085e
146631 Author: Behdad Esfahbod <behdad@behdad.org>
146632 Date:   Wed Apr 20 14:20:00 2011 -0400
146633
146634     [OT] Fix script to ot-script-tag conversion
146635
146636  src/hb-ot-tag.c | 4 ++--
146637  1 file changed, 2 insertions(+), 2 deletions(-)
146638
146639 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
146640 Author: Behdad Esfahbod <behdad@behdad.org>
146641 Date:   Wed Apr 20 14:13:23 2011 -0400
146642
146643     Minor
146644
146645  src/hb-view.c | 1 -
146646  1 file changed, 1 deletion(-)
146647
146648 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
146649 Author: Behdad Esfahbod <behdad@behdad.org>
146650 Date:   Wed Apr 20 03:15:31 2011 -0400
146651
146652     [test] Add test for headers included from C and C++
146653
146654  test/Makefile.am       | 17 +++++++++++++++++
146655  test/test-c.c          | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
146656  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
146657  3 files changed, 95 insertions(+)
146658
146659 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
146660 Author: Behdad Esfahbod <behdad@behdad.org>
146661 Date:   Wed Apr 20 03:04:56 2011 -0400
146662
146663     [test] Add todo items
146664
146665  test/test-unicode.c | 3 +++
146666  1 file changed, 3 insertions(+)
146667
146668 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
146669 Author: Behdad Esfahbod <behdad@behdad.org>
146670 Date:   Wed Apr 20 03:03:32 2011 -0400
146671
146672     [API] font: move user_data before destroy()
146673     
146674     This is the common convention for language binding tools.
146675
146676  src/hb-font-private.h |  4 ++--
146677  src/hb-font.cc        | 30 +++++++++++++++---------------
146678  src/hb-font.h         | 12 ++++++------
146679  src/hb-ft.c           |  8 ++++----
146680  4 files changed, 27 insertions(+), 27 deletions(-)
146681
146682 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
146683 Author: Behdad Esfahbod <behdad@behdad.org>
146684 Date:   Wed Apr 20 02:59:28 2011 -0400
146685
146686     [API] blob: move user_data before destroy()
146687     
146688     This is the common convention for language binding tools.
146689
146690  src/hb-blob-private.h |  2 +-
146691  src/hb-blob.c         | 16 ++++++++--------
146692  src/hb-blob.h         |  4 ++--
146693  3 files changed, 11 insertions(+), 11 deletions(-)
146694
146695 commit 1fd73b594d611624ccb73f614c61298debf48994
146696 Author: Behdad Esfahbod <behdad@behdad.org>
146697 Date:   Wed Apr 20 02:56:39 2011 -0400
146698
146699     [test] Rename test-types to test-common
146700
146701  test/Makefile.am                     | 2 +-
146702  test/{test-types.c => test-common.c} | 0
146703  2 files changed, 1 insertion(+), 1 deletion(-)
146704
146705 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
146706 Author: Behdad Esfahbod <behdad@behdad.org>
146707 Date:   Wed Apr 20 02:54:42 2011 -0400
146708
146709     [icu] Add two-way script conversion functions
146710     
146711     Also optimizes the common-direction script lookup.
146712
146713  src/hb-common.c   |   5 +-
146714  src/hb-icu.cc     | 205 +++++++++++++++++++++++++++++-------------------------
146715  src/hb-icu.h      |   9 +++
146716  test/test-types.c |   2 +-
146717  4 files changed, 124 insertions(+), 97 deletions(-)
146718
146719 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
146720 Author: Behdad Esfahbod <behdad@behdad.org>
146721 Date:   Wed Apr 20 02:44:29 2011 -0400
146722
146723     [glib] Add two-way script conversion functions
146724     
146725     Also optimizes the common-direction script lookup to be an array lookup.
146726
146727  src/hb-glib.cc | 270 ++++++++++++++++++++++++++++++---------------------------
146728  src/hb-glib.h  |   8 ++
146729  2 files changed, 148 insertions(+), 130 deletions(-)
146730
146731 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
146732 Author: Behdad Esfahbod <behdad@behdad.org>
146733 Date:   Wed Apr 20 02:29:22 2011 -0400
146734
146735     Remove verbose comments
146736
146737  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
146738  src/hb-icu.cc  | 266 ++++++++++++++++++++++++++++-----------------------------
146739  2 files changed, 230 insertions(+), 230 deletions(-)
146740
146741 commit fb194b8794898f51eb596fa4092c26606889d376
146742 Author: Behdad Esfahbod <behdad@behdad.org>
146743 Date:   Wed Apr 20 02:00:47 2011 -0400
146744
146745     unicode: Cleanup implementation
146746
146747  src/Makefile.am                                    |   8 +-
146748  src/hb-buffer-private.hh                           |   2 +-
146749  src/{hb-glib.c => hb-glib.cc}                      |  65 +++----
146750  src/{hb-icu.c => hb-icu.cc}                        |  30 +--
146751  src/hb-ot-shape.cc                                 |  14 +-
146752  src/hb-shape.cc                                    |   4 +-
146753  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
146754  src/{hb-unicode.c => hb-unicode.cc}                | 213 +++++++++------------
146755  src/hb-unicode.h                                   |  57 +++---
146756  test/test-unicode.c                                |  23 ++-
146757  10 files changed, 237 insertions(+), 244 deletions(-)
146758
146759 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
146760 Author: Behdad Esfahbod <behdad@behdad.org>
146761 Date:   Wed Apr 20 01:34:51 2011 -0400
146762
146763     Cosmetic
146764
146765  src/hb-unicode.h | 22 +++++++++-------------
146766  1 file changed, 9 insertions(+), 13 deletions(-)
146767
146768 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
146769 Author: Ryan Lortie <desrt@desrt.ca>
146770 Date:   Wed Apr 20 00:19:20 2011 -0400
146771
146772     [API] unicode: rework virtual functions for subclassing
146773     
146774     Unicode data providers can now be subclassed, including support for
146775     chain-up.  The interface should now be nicely bindable, as well.
146776     
146777     Also fix glib unicode funcs that where broken after hb_script_t
146778     changes.  Nicely caught by the test-unicode.c added in this commit.
146779
146780  src/hb-glib.c            | 186 ++++++++++++++++++++++++++++++++++++--
146781  src/hb-icu.c             |  45 +++++++--
146782  src/hb-ot-shape.cc       |   9 +-
146783  src/hb-shape.cc          |   2 +-
146784  src/hb-unicode-private.h |  17 ++++
146785  src/hb-unicode.c         | 231 +++++++++++++++++++++++++----------------------
146786  src/hb-unicode.h         |  68 +++++++-------
146787  test/Makefile.am         |   1 +
146788  test/test-unicode.c      | 215 +++++++++++++++++++++++++++++++++++++++++++
146789  9 files changed, 610 insertions(+), 164 deletions(-)
146790
146791 commit f85faee9b3cb841ea977403945e2c877ab32b97a
146792 Author: Behdad Esfahbod <behdad@behdad.org>
146793 Date:   Tue Apr 19 00:38:01 2011 -0400
146794
146795     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
146796
146797  src/hb-buffer.cc   | 10 +++++-----
146798  src/hb-buffer.h    |  8 ++++----
146799  test/test-buffer.c |  2 +-
146800  3 files changed, 10 insertions(+), 10 deletions(-)
146801
146802 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
146803 Author: Behdad Esfahbod <behdad@behdad.org>
146804 Date:   Tue Apr 19 00:32:19 2011 -0400
146805
146806     [API] Add hb_buffer_allocation_successful()
146807     
146808     Returns the error status of the buffer.
146809
146810  src/hb-buffer.cc   | 6 ++++++
146811  src/hb-buffer.h    | 6 ++++++
146812  test/test-buffer.c | 2 +-
146813  3 files changed, 13 insertions(+), 1 deletion(-)
146814
146815 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
146816 Author: Ryan Lortie <desrt@desrt.ca>
146817 Date:   Fri Apr 15 18:34:45 2011 -0400
146818
146819     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
146820     
146821     The new name is self-documenting.
146822
146823  src/hb-buffer.cc | 4 ++--
146824  src/hb-buffer.h  | 4 ++--
146825  2 files changed, 4 insertions(+), 4 deletions(-)
146826
146827 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
146828 Author: Ryan Lortie <desrt@desrt.ca>
146829 Date:   Fri Apr 15 18:32:36 2011 -0400
146830
146831     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
146832     
146833     Return the length, whenever we return an array.  Makes it easier on the
146834     language bindings.
146835
146836  src/hb-buffer.cc                 | 12 ++++++++++--
146837  src/hb-buffer.h                  |  6 ++++--
146838  src/hb-ot-layout-gpos-private.hh |  4 ++--
146839  src/hb-view.c                    |  4 ++--
146840  test/test-buffer.c               |  7 ++-----
146841  5 files changed, 20 insertions(+), 13 deletions(-)
146842
146843 commit 62879eebd9965179af8602ba29ac0a64a739b757
146844 Author: Behdad Esfahbod <behdad@behdad.org>
146845 Date:   Mon Apr 18 23:40:21 2011 -0400
146846
146847     [API] Use ISO 15924 tags for hb_script_t
146848     
146849     This simplifies the code, reduces static data, and makes the design
146850     more extensible to future additions of new scripts.
146851
146852  src/hb-common.c                    | 411 ++++---------------------------------
146853  src/hb-common.h                    | 199 +++++++++---------
146854  src/hb-ot-map.cc                   |   4 +-
146855  src/hb-ot-shape-complex-private.hh |   3 +-
146856  src/hb-ot-tag.c                    | 228 +++++++++-----------
146857  src/hb-ot-tag.h                    |   6 +-
146858  src/hb-shape.cc                    |   4 +-
146859  test/test-types.c                  |   2 +-
146860  8 files changed, 252 insertions(+), 605 deletions(-)
146861
146862 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
146863 Author: Behdad Esfahbod <behdad@behdad.org>
146864 Date:   Fri Apr 15 19:26:24 2011 -0400
146865
146866     Change buffer default properties to invalid
146867     
146868     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
146869     
146870     The INVALID will cause a "guess whatever from the text" in hb_shape().
146871     While it's not ideal, it works better than the previous defaults at
146872     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
146873
146874  src/hb-buffer-private.hh |  9 +++------
146875  src/hb-buffer.cc         | 24 ++++++++++++++++--------
146876  src/hb-view.c            |  6 ++----
146877  test/test-buffer.c       |  4 ++--
146878  4 files changed, 23 insertions(+), 20 deletions(-)
146879
146880 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
146881 Author: Behdad Esfahbod <behdad@behdad.org>
146882 Date:   Fri Apr 15 19:16:54 2011 -0400
146883
146884     Move enum types to hb-common.h
146885
146886  src/hb-common.c  | 406 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
146887  src/hb-common.h  | 170 +++++++++++++++++++++++
146888  src/hb-unicode.c | 406 -------------------------------------------------------
146889  src/hb-unicode.h | 166 -----------------------
146890  4 files changed, 576 insertions(+), 572 deletions(-)
146891
146892 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
146893 Author: Behdad Esfahbod <behdad@behdad.org>
146894 Date:   Fri Apr 15 19:16:34 2011 -0400
146895
146896     [TODO] Add new item
146897
146898  TODO | 1 +
146899  1 file changed, 1 insertion(+)
146900
146901 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
146902 Author: Behdad Esfahbod <behdad@behdad.org>
146903 Date:   Fri Apr 15 19:12:01 2011 -0400
146904
146905     Mark internal buffer variables private
146906
146907  src/hb-buffer.h | 4 ++++
146908  1 file changed, 4 insertions(+)
146909
146910 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
146911 Author: Behdad Esfahbod <behdad@behdad.org>
146912 Date:   Fri Apr 15 19:07:10 2011 -0400
146913
146914     Add hb_script_from_string()
146915
146916  src/hb-unicode.c | 6 ++++++
146917  src/hb-unicode.h | 4 ++++
146918  src/hb-view.c    | 2 +-
146919  3 files changed, 11 insertions(+), 1 deletion(-)
146920
146921 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
146922 Author: Behdad Esfahbod <behdad@behdad.org>
146923 Date:   Fri Apr 15 18:59:56 2011 -0400
146924
146925     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
146926
146927  src/hb-buffer-private.hh |  6 +++++-
146928  src/hb-buffer.cc         | 24 ++++++++++++------------
146929  src/hb-buffer.h          |  5 +----
146930  src/hb-ot-layout.cc      |  6 ++++++
146931  src/hb-ot-layout.h       |  4 ++++
146932  src/hb-ot-shape.cc       |  2 +-
146933  6 files changed, 29 insertions(+), 18 deletions(-)
146934
146935 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
146936 Author: Behdad Esfahbod <behdad@behdad.org>
146937 Date:   Fri Apr 15 18:35:08 2011 -0400
146938
146939     [API] Remove hb_buffer_clear()
146940     
146941     One should use hb_buffer_reset() really.
146942
146943  src/hb-buffer.cc   | 16 +++++-----------
146944  src/hb-buffer.h    |  4 ----
146945  test/test-buffer.c |  4 ----
146946  3 files changed, 5 insertions(+), 19 deletions(-)
146947
146948 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
146949 Author: Behdad Esfahbod <behdad@behdad.org>
146950 Date:   Fri Apr 15 18:34:55 2011 -0400
146951
146952     [TODO] Remove done items
146953
146954  TODO | 4 ----
146955  1 file changed, 4 deletions(-)
146956
146957 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
146958 Author: Behdad Esfahbod <behdad@behdad.org>
146959 Date:   Fri Apr 15 14:41:04 2011 -0400
146960
146961     Cosmetic
146962
146963  src/hb-ot-shape.cc | 14 +++++++-------
146964  src/hb-ot-shape.h  |  4 ++--
146965  src/hb-shape.cc    | 20 ++++++++++----------
146966  src/hb-shape.h     | 10 +++++-----
146967  4 files changed, 24 insertions(+), 24 deletions(-)
146968
146969 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
146970 Author: Behdad Esfahbod <behdad@behdad.org>
146971 Date:   Fri Apr 15 12:40:40 2011 -0400
146972
146973     [TODO] Remove done items
146974
146975  TODO | 4 ----
146976  1 file changed, 4 deletions(-)
146977
146978 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
146979 Author: Behdad Esfahbod <behdad@behdad.org>
146980 Date:   Fri Apr 15 12:32:06 2011 -0400
146981
146982     Make hb_language_t typesafe
146983
146984  src/hb-common.c | 18 +++++++++++-------
146985  src/hb-common.h |  2 +-
146986  2 files changed, 12 insertions(+), 8 deletions(-)
146987
146988 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
146989 Author: Behdad Esfahbod <behdad@behdad.org>
146990 Date:   Fri Apr 15 11:45:14 2011 -0400
146991
146992     [test] Add more TODO items
146993
146994  test/test-buffer.c | 2 ++
146995  1 file changed, 2 insertions(+)
146996
146997 commit c910bec863215f918c659f58debbc7fe5264d7b6
146998 Author: Behdad Esfahbod <behdad@behdad.org>
146999 Date:   Wed Apr 13 15:49:06 2011 -0400
147000
147001     Add hb_buffer_reset() and hb_buffer_set_length()
147002
147003  src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
147004  src/hb-buffer.h  | 15 ++++++++++++++-
147005  2 files changed, 45 insertions(+), 1 deletion(-)
147006
147007 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
147008 Author: Behdad Esfahbod <behdad@behdad.org>
147009 Date:   Wed Apr 13 15:02:40 2011 -0400
147010
147011     Minor
147012
147013  src/hb-buffer.cc | 2 +-
147014  1 file changed, 1 insertion(+), 1 deletion(-)
147015
147016 commit 7dea908cd582c8c25555015940065c69c1e7e65b
147017 Author: Behdad Esfahbod <behdad@behdad.org>
147018 Date:   Wed Apr 13 01:35:58 2011 -0400
147019
147020     [test] Add todo items
147021
147022  test/test-buffer.c | 5 ++++-
147023  1 file changed, 4 insertions(+), 1 deletion(-)
147024
147025 commit 07cbaac07d7f43437b171e9275430b5fb3097716
147026 Author: Behdad Esfahbod <behdad@behdad.org>
147027 Date:   Wed Apr 13 01:11:19 2011 -0400
147028
147029     [TODO] Add item re script iso15924 functions
147030
147031  TODO | 2 ++
147032  1 file changed, 2 insertions(+)
147033
147034 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
147035 Author: Behdad Esfahbod <behdad@behdad.org>
147036 Date:   Wed Apr 13 01:09:09 2011 -0400
147037
147038     [test] Test hb-buffer.h
147039
147040  test/Makefile.am   |   8 ++-
147041  test/test-buffer.c | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++
147042  2 files changed, 202 insertions(+), 1 deletion(-)
147043
147044 commit 72d89404c2837d578f5305456c817130b6a15c73
147045 Author: Behdad Esfahbod <behdad@behdad.org>
147046 Date:   Wed Apr 13 01:07:42 2011 -0400
147047
147048     [TODO] Add item re hb_buffer_reset()
147049
147050  TODO | 2 ++
147051  1 file changed, 2 insertions(+)
147052
147053 commit 5015c12dfb4de8525325178ae6def9e80fd83669
147054 Author: Behdad Esfahbod <behdad@behdad.org>
147055 Date:   Wed Apr 13 01:06:02 2011 -0400
147056
147057     [TODO] Add item re hb_buffer_resize()
147058
147059  TODO | 2 ++
147060  1 file changed, 2 insertions(+)
147061
147062 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
147063 Author: Behdad Esfahbod <behdad@behdad.org>
147064 Date:   Wed Apr 13 00:06:23 2011 -0400
147065
147066     [TODO] Add API item
147067
147068  TODO | 2 ++
147069  1 file changed, 2 insertions(+)
147070
147071 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
147072 Author: Behdad Esfahbod <behdad@behdad.org>
147073 Date:   Mon Apr 11 19:47:33 2011 -0400
147074
147075     Minor
147076
147077  test/test-types.c | 2 +-
147078  1 file changed, 1 insertion(+), 1 deletion(-)
147079
147080 commit 9385caa8a693df0f06a511a71de9aa407637097c
147081 Author: Behdad Esfahbod <behdad@behdad.org>
147082 Date:   Mon Apr 11 19:43:51 2011 -0400
147083
147084     [test] Actually hook up hb_script_t tests
147085     
147086     I really shall find a way to automate the test enumeration.  Otherwise
147087     it's too easy to add a test and wrongly hook it up.  Did it twice today.
147088
147089  test/test-types.c | 4 ++--
147090  1 file changed, 2 insertions(+), 2 deletions(-)
147091
147092 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
147093 Author: Behdad Esfahbod <behdad@behdad.org>
147094 Date:   Mon Apr 11 17:55:58 2011 -0400
147095
147096     Fold hb-language.[ch] into hb-common.[ch]
147097
147098  src/Makefile.am   |   2 -
147099  src/hb-buffer.h   |   1 -
147100  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
147101  src/hb-common.h   |  42 +++++++++++++------
147102  src/hb-language.c | 120 ------------------------------------------------------
147103  src/hb-language.h |  46 ---------------------
147104  src/hb-ot-tag.h   |   1 -
147105  src/hb.h          |   1 -
147106  8 files changed, 120 insertions(+), 185 deletions(-)
147107
147108 commit 09125576ca745b3393f3dc49071df891400bbdc9
147109 Author: Behdad Esfahbod <behdad@behdad.org>
147110 Date:   Mon Apr 11 17:49:33 2011 -0400
147111
147112     [test] Test hb_language_t
147113
147114  test/test-types.c | 26 +++++++++++++++++++++++++-
147115  1 file changed, 25 insertions(+), 1 deletion(-)
147116
147117 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
147118 Author: Behdad Esfahbod <behdad@behdad.org>
147119 Date:   Mon Apr 11 17:49:10 2011 -0400
147120
147121     Make hb_language_from_string("") return NULL language
147122
147123  src/hb-language.c | 2 +-
147124  1 file changed, 1 insertion(+), 1 deletion(-)
147125
147126 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
147127 Author: Behdad Esfahbod <behdad@behdad.org>
147128 Date:   Mon Apr 11 16:17:02 2011 -0400
147129
147130     [teset] Test hb_script_t
147131
147132  test/hb-test.h    |  8 ++++++++
147133  test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
147134  2 files changed, 42 insertions(+), 1 deletion(-)
147135
147136 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
147137 Author: Behdad Esfahbod <behdad@behdad.org>
147138 Date:   Mon Apr 11 15:47:40 2011 -0400
147139
147140     Rename hb_category_t to hb_unicode_general_category_t
147141
147142  src/hb-glib.c                     |  2 +-
147143  src/hb-icu.c                      | 64 ++++++++++++++++++-------------------
147144  src/hb-ot-shape-complex-arabic.cc |  8 ++---
147145  src/hb-ot-shape-private.hh        |  2 +-
147146  src/hb-ot-shape.cc                |  2 +-
147147  src/hb-unicode.c                  |  4 +--
147148  src/hb-unicode.h                  | 66 +++++++++++++++++++--------------------
147149  7 files changed, 74 insertions(+), 74 deletions(-)
147150
147151 commit 4188096a7722f09ffa9319986c0286071da10a27
147152 Author: Behdad Esfahbod <behdad@behdad.org>
147153 Date:   Mon Apr 11 14:58:28 2011 -0400
147154
147155     Make HB_TAG_CHAR4 private
147156     
147157     It's just sugar.
147158
147159  src/hb-common.h   | 5 +----
147160  src/hb-private.h  | 7 ++++++-
147161  test/test-types.c | 2 --
147162  3 files changed, 7 insertions(+), 7 deletions(-)
147163
147164 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
147165 Author: Behdad Esfahbod <behdad@behdad.org>
147166 Date:   Mon Apr 11 13:27:30 2011 -0400
147167
147168     Make hb_tag_from_string(NULL) return HB_TAG_NONE
147169
147170  src/hb-common.c   | 3 +++
147171  test/test-types.c | 3 +++
147172  2 files changed, 6 insertions(+)
147173
147174 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
147175 Author: Behdad Esfahbod <behdad@behdad.org>
147176 Date:   Mon Apr 11 13:27:21 2011 -0400
147177
147178     Build fix
147179
147180  test/Makefile.am | 4 ++--
147181  1 file changed, 2 insertions(+), 2 deletions(-)
147182
147183 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
147184 Author: Behdad Esfahbod <behdad@behdad.org>
147185 Date:   Mon Apr 11 13:16:08 2011 -0400
147186
147187     Move macros around
147188
147189  src/hb-ot-tag.c  | 6 ++----
147190  src/hb-private.h | 7 +++++++
147191  2 files changed, 9 insertions(+), 4 deletions(-)
147192
147193 commit 07233581c9d953708d3c020907c42b8b89472b89
147194 Author: Behdad Esfahbod <behdad@behdad.org>
147195 Date:   Mon Apr 11 13:12:37 2011 -0400
147196
147197     Rename HB_TAG_STR() to HB_TAG_CHAR4()
147198     
147199     The problem with HB_TAG_STR() was that it expected a string of size 4
147200     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
147201     space characters.  So, the new name is more appropriate.
147202
147203  src/hb-common.c   | 2 +-
147204  src/hb-common.h   | 8 ++++----
147205  src/hb-ot-tag.c   | 2 +-
147206  test/test-types.c | 2 +-
147207  4 files changed, 7 insertions(+), 7 deletions(-)
147208
147209 commit 9faa980067f802f712c2adf8263152ed40c98088
147210 Author: Behdad Esfahbod <behdad@behdad.org>
147211 Date:   Mon Apr 11 12:46:49 2011 -0400
147212
147213     Add an in-tree test suite
147214     
147215     Uses the glib testing framework.  Wrote unit tests for hb-common.h
147216     types.
147217
147218  Makefile.am        |   2 +-
147219  test/Makefile.am   |  18 +++++++++
147220  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
147221  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
147222  test/test-types.c  | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++
147223  5 files changed, 284 insertions(+), 1 deletion(-)
147224
147225 commit d77b76200efbaa0611691920f9f2018b1e8be340
147226 Author: Behdad Esfahbod <behdad@behdad.org>
147227 Date:   Mon Apr 11 12:29:52 2011 -0400
147228
147229     Add few more paratheses to the HB_TAG macro
147230     
147231     Never hurts.
147232
147233  src/hb-common.h | 2 +-
147234  1 file changed, 1 insertion(+), 1 deletion(-)
147235
147236 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
147237 Author: Behdad Esfahbod <behdad@behdad.org>
147238 Date:   Mon Apr 11 12:29:31 2011 -0400
147239
147240     A few more ASSERTs
147241
147242  src/hb-private.h | 3 +++
147243  1 file changed, 3 insertions(+)
147244
147245 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
147246 Author: Behdad Esfahbod <behdad@behdad.org>
147247 Date:   Mon Apr 11 11:49:08 2011 -0400
147248
147249     Remove warning message from public header file
147250     
147251     Since we now assert thos in hb-private.h, the int types cannot be wrong.
147252     (Except for when someone else includes hb-common.h in a very broken
147253     configuration, but that's not our problem!)
147254     
147255     Plus, we don't use inline in the public headers, so remove that too.
147256
147257  src/hb-common.h  | 7 -------
147258  src/hb-private.h | 4 ++++
147259  2 files changed, 4 insertions(+), 7 deletions(-)
147260
147261 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
147262 Author: Behdad Esfahbod <behdad@behdad.org>
147263 Date:   Mon Apr 11 11:47:14 2011 -0400
147264
147265     Assert int types
147266
147267  src/hb-private.h | 12 ++++++++++++
147268  1 file changed, 12 insertions(+)
147269
147270 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
147271 Author: Behdad Esfahbod <behdad@behdad.org>
147272 Date:   Thu Apr 7 16:05:07 2011 -0400
147273
147274     Add test directory
147275
147276  configure.ac     | 1 +
147277  test/Makefile.am | 0
147278  2 files changed, 1 insertion(+)
147279
147280 commit 4accc92afc702177ea53280d977cec839af3c12c
147281 Author: Behdad Esfahbod <behdad@behdad.org>
147282 Date:   Thu Apr 7 15:53:26 2011 -0400
147283
147284     Update TODO items
147285
147286  TODO | 31 ++++++++++++++++++++-----------
147287  1 file changed, 20 insertions(+), 11 deletions(-)
147288
147289 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
147290 Author: Behdad Esfahbod <behdad@behdad.org>
147291 Date:   Wed Apr 6 14:04:56 2011 -0400
147292
147293     Disable 'cswh' by default except for Arabic shaper
147294     
147295     That better matches OpenType spec.  Note that we enable it for all
147296     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
147297     but the SyriacOT spec does not require it.  I think this is a more
147298     useful compromise than special-casing for Arabic script alone.
147299
147300  src/hb-ot-shape-complex-arabic.cc | 3 +++
147301  src/hb-ot-shape.cc                | 1 -
147302  2 files changed, 3 insertions(+), 1 deletion(-)
147303
147304 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
147305 Author: Behdad Esfahbod <behdad@behdad.org>
147306 Date:   Mon Apr 4 15:36:51 2011 -0400
147307
147308     [hb-view] setlocale (LC_ALL, "")
147309     
147310     For now we don't use anything from the locale, but we should default
147311     to using $LANG, etc, if --language is not specified.  Right?
147312
147313  src/hb-view.c | 3 +++
147314  1 file changed, 3 insertions(+)
147315
147316 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
147317 Author: Behdad Esfahbod <behdad@behdad.org>
147318 Date:   Mon Apr 4 14:50:09 2011 -0400
147319
147320     [hb-view] Rewrite --features parsing, with range support
147321     
147322     The --features parsing handles errors now.  More importantly, it
147323     allos limiting individual features to specific byte ranges.  The
147324     format is Python-esque.  Here is how it all works:
147325     
147326       Syntax:       Value:  Start:  End:
147327     
147328     Setting value:
147329       "kern"        1       0       ∞       # Turn feature on
147330       "+kern"       1       0       ∞       # Turn feature off
147331       "-kern"       0       0       ∞       # Turn feature off
147332       "kern=0"      0       0       ∞       # Turn feature off
147333       "kern=1"      1       0       ∞       # Turn feature on
147334       "kern=2"      2       0       ∞       # Choose 2nd alternate
147335     
147336     Setting index:
147337       "kern[]"      1       0       ∞       # Turn feature on
147338       "kern[:]"     1       0       ∞       # Turn feature on
147339       "kern[5:]"    1       5       ∞       # Turn feature on, partial
147340       "kern[:5]"    1       0       5       # Turn feature on, partial
147341       "kern[3:5]"   1       3       5       # Turn feature on, range
147342       "kern[3]"     1       3       3+1     # Turn feature on, single char
147343     
147344     Mixing it all:
147345     
147346       "kern[3:5]=0" 1       3       5       # Turn feature off for range
147347
147348  src/hb-view.c | 169 +++++++++++++++++++++++++++++++++++++++++++++-------------
147349  1 file changed, 132 insertions(+), 37 deletions(-)
147350
147351 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
147352 Author: Behdad Esfahbod <behdad@behdad.org>
147353 Date:   Mon Apr 4 14:49:50 2011 -0400
147354
147355     [hb-view] Use cached hb-ft face creation
147356     
147357     Avoids recreating the face the second time we call draw().
147358
147359  src/hb-view.c | 2 +-
147360  1 file changed, 1 insertion(+), 1 deletion(-)
147361
147362 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
147363 Author: Behdad Esfahbod <behdad@behdad.org>
147364 Date:   Mon Apr 4 14:45:28 2011 -0400
147365
147366     [hb-view] Add --debug
147367     
147368     Frees all allocated memory before exiting.  Useful for valgrind run.
147369
147370  src/hb-view.c | 17 +++++++++++++++++
147371  1 file changed, 17 insertions(+)
147372
147373 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
147374 Author: Behdad Esfahbod <behdad@behdad.org>
147375 Date:   Fri Apr 1 15:48:43 2011 -0400
147376
147377     [hb-view] Support --features
147378     
147379     Accepts values like:
147380     
147381       --features="-mkmk,aalt=2,calt=1,+cswh"
147382     
147383     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
147384     A minus sign overrides an explicit value.
147385
147386  src/hb-view.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
147387  1 file changed, 68 insertions(+), 2 deletions(-)
147388
147389 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
147390 Author: Behdad Esfahbod <behdad@behdad.org>
147391 Date:   Fri Apr 1 14:19:10 2011 -0400
147392
147393     Sort options for clarity
147394
147395  src/hb-view.c | 12 ++++++------
147396  1 file changed, 6 insertions(+), 6 deletions(-)
147397
147398 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
147399 Author: Behdad Esfahbod <behdad@behdad.org>
147400 Date:   Wed Mar 16 17:36:32 2011 -0300
147401
147402     Add script to/from ISO 15924 tag support
147403     
147404     Also adds --script support to hb-view.
147405     
147406     If a script tag is not known to us, we pass the ISO 15924 tag around.
147407     Right now, the OT layer ignores that, but we can fix it to blindly
147408     convert that to an OT script tag.
147409
147410  src/hb-ot-tag.c  |   4 +
147411  src/hb-unicode.c | 273 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
147412  src/hb-unicode.h |   8 +-
147413  src/hb-view.c    |  10 +-
147414  4 files changed, 293 insertions(+), 2 deletions(-)
147415
147416 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
147417 Author: Behdad Esfahbod <behdad@behdad.org>
147418 Date:   Wed Mar 16 14:53:32 2011 -0300
147419
147420     Let hb_shape() guess script and direction...
147421     
147422     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
147423     
147424     - Add HB_DIRECTION_INVALID
147425     
147426     - Make hb_script_get_horizontal_direction() public
147427     
147428     - Make hb_shape() guess script from buffer text (first non-common
147429       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID (this
147430       is NOT the default.)
147431     
147432     - Make hb_shape() guess direction from buffer script if buffer direction
147433     is set to HB_DIRECTION_INVALID (this is NOT the default.)
147434     
147435     - Make hb-view.c set INVALID script and direction on the buffer.
147436     
147437     The above changes are meant to make hb-view fairly useful for uni-script
147438     uni-direction text.  The guessing behavior however is NOT the default of
147439     hb_shape() and must be asked for explicitly.  This is intended, because
147440     the guess is not a suitable substitute to full-fledged bidi and script
147441     segmentation.  It's just a testing tool.
147442
147443  src/hb-common.h          |  3 ++-
147444  src/hb-icu.c             |  2 +-
147445  src/hb-ot-shape.cc       |  3 ++-
147446  src/hb-shape.cc          | 52 ++++++++++++++++++++++++++++++++++++++++++------
147447  src/hb-unicode-private.h |  4 ----
147448  src/hb-unicode.c         |  2 +-
147449  src/hb-unicode.h         |  8 +++++++-
147450  src/hb-view.c            |  4 ++--
147451  8 files changed, 61 insertions(+), 17 deletions(-)
147452
147453 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
147454 Author: Behdad Esfahbod <behdad@behdad.org>
147455 Date:   Wed Mar 2 01:01:03 2011 -0500
147456
147457     [hb-view] Handle write_to_png errors
147458
147459  src/hb-view.c | 9 ++++++++-
147460  1 file changed, 8 insertions(+), 1 deletion(-)
147461
147462 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
147463 Author: Behdad Esfahbod <behdad@behdad.org>
147464 Date:   Tue Mar 1 23:18:09 2011 -0500
147465
147466     [hb-view] Link with -lm
147467
147468  src/Makefile.am | 2 +-
147469  1 file changed, 1 insertion(+), 1 deletion(-)
147470
147471 commit b5dd44e24669cd35affcd92788d39ff56cac94db
147472 Author: Behdad Esfahbod <behdad@behdad.org>
147473 Date:   Mon Feb 28 10:13:52 2011 -0800
147474
147475     Fix possible overflow
147476
147477  src/hb-buffer.cc | 12 ++++++++++--
147478  1 file changed, 10 insertions(+), 2 deletions(-)
147479
147480 commit a4b781e93a0bee0549611e129b3564d9804d9090
147481 Author: Behdad Esfahbod <behdad@behdad.org>
147482 Date:   Wed Feb 23 12:47:56 2011 -0500
147483
147484     Default background color shall either be white or transparent
147485     
147486     Definitely not black!
147487
147488  src/hb-view.c | 2 +-
147489  1 file changed, 1 insertion(+), 1 deletion(-)
147490
147491 commit 5353bf439c150492708ef9337078cfd73b83627b
147492 Author: Behdad Esfahbod <behdad@behdad.org>
147493 Date:   Tue Feb 22 18:06:19 2011 -0500
147494
147495     Add initial hb-view tool
147496     
147497     Currently doesn't handle script or direction.
147498
147499  configure.ac    |  18 +++
147500  src/Makefile.am |  14 +++
147501  src/hb-view.c   | 342 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
147502  3 files changed, 374 insertions(+)
147503
147504 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
147505 Author: Bradley Grainger <bgrainger@logos.com>
147506 Date:   Tue Feb 15 18:37:29 2011 -0500
147507
147508     Fix #pragma message for MSVC.
147509     
147510     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
147511     change wasn't made in hb-private.h.
147512
147513  src/hb-private.h | 2 +-
147514  1 file changed, 1 insertion(+), 1 deletion(-)
147515
147516 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
147517 Author: Behdad Esfahbod <behdad@behdad.org>
147518 Date:   Mon Jan 10 07:45:41 2011 -0500
147519
147520     Fix language extension matching
147521
147522  src/hb-ot-tag.c | 2 +-
147523  1 file changed, 1 insertion(+), 1 deletion(-)
147524
147525 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
147526 Author: Behdad Esfahbod <behdad@behdad.org>
147527 Date:   Mon Jan 10 02:27:49 2011 -0500
147528
147529     Don't use the m4/ dir
147530     
147531     We just require people to have libtool, pkg-config, etc installed
147532     when running autogen.sh
147533
147534  Makefile.am  | 2 --
147535  configure.ac | 1 -
147536  2 files changed, 3 deletions(-)
147537
147538 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
147539 Author: Behdad Esfahbod <behdad@behdad.org>
147540 Date:   Sun Jan 9 22:29:14 2011 -0500
147541
147542     Fix 'make distcheck'
147543
147544  src/Makefile.am | 7 ++++---
147545  1 file changed, 4 insertions(+), 3 deletions(-)
147546
147547 commit 2abe1264a580858bf7803af1701117a462375fb4
147548 Author: Javier Jardón <jjardon@gnome.org>
147549 Date:   Sun Jan 9 22:18:53 2011 -0500
147550
147551     Bug 31174 - Update autotools configuration
147552
147553  Makefile.am  |   2 +
147554  autogen.sh   | 188 ++++-------------------------------------------------------
147555  configure.ac |  22 +++++--
147556  3 files changed, 29 insertions(+), 183 deletions(-)
147557
147558 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
147559 Author: Behdad Esfahbod <behdad@behdad.org>
147560 Date:   Thu Jan 6 14:58:52 2011 -0500
147561
147562     Fix ChanContext backtrack matching with GPOS
147563     
147564     Reported on mailing list by Keith Stribley and Khaled Hosny.
147565
147566  src/hb-buffer-private.hh             | 5 +++--
147567  src/hb-buffer.cc                     | 2 +-
147568  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
147569  3 files changed, 7 insertions(+), 6 deletions(-)
147570
147571 commit 1c3183027fe823cd673866ba29d169b69f8efba1
147572 Author: Behdad Esfahbod <behdad@behdad.org>
147573 Date:   Thu Jan 6 14:44:14 2011 -0500
147574
147575     Remove unused realloc
147576     
147577     We always allocate and grow str and pos together.
147578
147579  src/hb-buffer.cc | 6 ------
147580  1 file changed, 6 deletions(-)
147581
147582 commit 76691f0240d6de230e9b42280b54e91639464635
147583 Author: Behdad Esfahbod <behdad@behdad.org>
147584 Date:   Thu Jan 6 14:16:59 2011 -0500
147585
147586     Fix ICU detection
147587
147588  configure.ac | 2 +-
147589  1 file changed, 1 insertion(+), 1 deletion(-)
147590
147591 commit 756f794a1fce701092345a3f9afae039583fb55b
147592 Author: Behdad Esfahbod <behdad@behdad.org>
147593 Date:   Sun Dec 26 20:52:40 2010 -0500
147594
147595     Remove Graphite backend
147596     
147597     It was unmaintained and the code has to be replaced to use the new
147598     grphite-ng code base.
147599
147600  configure.ac       |   6 --
147601  src/Makefile.am    |  14 ---
147602  src/hb-graphite.cc | 310 -----------------------------------------------------
147603  src/hb-graphite.h  |  47 --------
147604  4 files changed, 377 deletions(-)
147605
147606 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
147607 Author: Behdad Esfahbod <behdad@behdad.org>
147608 Date:   Wed Dec 22 01:39:29 2010 -0500
147609
147610     Docs
147611
147612  src/hb-unicode.h | 60 ++++++++++++++++++++++++++++----------------------------
147613  1 file changed, 30 insertions(+), 30 deletions(-)
147614
147615 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
147616 Author: Behdad Esfahbod <behdad@behdad.org>
147617 Date:   Tue Dec 21 18:36:25 2010 -0500
147618
147619     Bug 32274 - classic mongolian shaper
147620     
147621     Add support for classic Mongolian script to the Arabic shaper.
147622     
147623     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
147624     should not be included in the final glyph stream the same way that
147625     ZWNJ, etc should not appear in the final glyph stream.
147626     
147627     But the joining part should be done.
147628     
147629     There remains the question of how should the U+18A9 MONGOLIAN LETTER ALI
147630     GALI DAGALGA be handled as it has General Category NSM but a letter
147631     nonetheless.  For now, our generic logic makes this a joining T instead
147632     of joining D as other Mongolian letters are.
147633
147634  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
147635  src/hb-ot-shape-complex-private.hh | 1 +
147636  2 files changed, 9 insertions(+)
147637
147638 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
147639 Author: Behdad Esfahbod <behdad@behdad.org>
147640 Date:   Tue Dec 21 14:19:32 2010 -0500
147641
147642     Reroute Mandaic shaping through the Arabic shaper
147643     
147644     We added Mandaic joining data to the Arabic shaper a while ago, but
147645     were not actually using the Arabic shaper for Mandaic.  Fixed.
147646
147647  src/hb-ot-shape-complex-private.hh | 1 +
147648  1 file changed, 1 insertion(+)
147649
147650 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
147651 Author: Behdad Esfahbod <behdad@behdad.org>
147652 Date:   Tue Dec 21 14:18:24 2010 -0500
147653
147654     Annotate the Arabic joining table with block information
147655
147656  src/gen-arabic-joining-table.py        | 93 +++++++++++++++++++++-------------
147657  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
147658  2 files changed, 80 insertions(+), 37 deletions(-)
147659
147660 commit 1482a39e56cd4151874e5c073540274349240a87
147661 Author: Behdad Esfahbod <behdad@behdad.org>
147662 Date:   Fri Dec 17 20:15:05 2010 -0500
147663
147664     Rename remaining metrics uses to extents
147665
147666  src/hb-font.h | 4 ++--
147667  1 file changed, 2 insertions(+), 2 deletions(-)
147668
147669 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
147670 Author: Behdad Esfahbod <behdad@behdad.org>
147671 Date:   Tue Dec 14 23:51:29 2010 -0500
147672
147673     Rename TableDirectory to TableRecord as per OpenType 1.6
147674
147675  src/hb-open-file-private.hh | 18 +++++++++---------
147676  1 file changed, 9 insertions(+), 9 deletions(-)
147677
147678 commit 33e8b86197239e667a887709104357bdc6566b7c
147679 Author: Behdad Esfahbod <behdad@behdad.org>
147680 Date:   Mon Dec 13 15:54:56 2010 -0500
147681
147682     Update 'head' table to OpenType 1.6
147683
147684  src/hb-ot-head-private.hh | 8 +++++++-
147685  1 file changed, 7 insertions(+), 1 deletion(-)
147686
147687 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
147688 Author: Behdad Esfahbod <behdad@behdad.org>
147689 Date:   Mon Dec 13 14:22:35 2010 -0500
147690
147691     Disallow ligature substitutions replacing one glyph
147692
147693  src/hb-ot-layout-gsub-private.hh | 2 +-
147694  1 file changed, 1 insertion(+), 1 deletion(-)
147695
147696 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
147697 Author: Behdad Esfahbod <behdad@behdad.org>
147698 Date:   Mon Dec 13 14:13:35 2010 -0500
147699
147700     Mozilla Bug 618592 - freeze on typekit
147701     
147702     Fix apply_lookup() for zero-input broken fonts.
147703
147704  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
147705  1 file changed, 2 insertions(+), 2 deletions(-)
147706
147707 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
147708 Author: Behdad Esfahbod <behdad@behdad.org>
147709 Date:   Tue Dec 7 16:22:02 2010 -0500
147710
147711     Rename original_direction to target_direction
147712
147713  src/hb-ot-shape-private.hh | 2 +-
147714  src/hb-ot-shape.cc         | 6 +++---
147715  2 files changed, 4 insertions(+), 4 deletions(-)
147716
147717 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
147718 Author: Behdad Esfahbod <behdad@behdad.org>
147719 Date:   Tue Dec 7 16:20:42 2010 -0500
147720
147721     Fix arabic shaping of LTR text
147722     
147723     We should ensure-direction before doing any complex work.  The only
147724     exception is mirroring that needs to see the original / final direction,
147725     not the native.  Handle that.
147726
147727  src/hb-ot-shape.cc | 6 +++---
147728  1 file changed, 3 insertions(+), 3 deletions(-)
147729
147730 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
147731 Author: Behdad Esfahbod <behdad@behdad.org>
147732 Date:   Tue Nov 30 00:57:15 2010 -0500
147733
147734     Bug 31965 - some GNU/Linux distributions lack icu.pc but have icu-config
147735     
147736     Patch from suzuki toshiya.
147737
147738  configure.ac | 10 +++++++++-
147739  1 file changed, 9 insertions(+), 1 deletion(-)
147740
147741 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
147742 Author: Behdad Esfahbod <behdad@behdad.org>
147743 Date:   Sun Nov 28 19:39:47 2010 -0500
147744
147745     Adjust pyx files to reflect change from int to hb_var_int_t
147746     
147747     Patch from Thomas Hunger.
147748
147749  contrib/python/lib/harfbuzz.pyx | 7 +++++--
147750  1 file changed, 5 insertions(+), 2 deletions(-)
147751
147752 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
147753 Author: Behdad Esfahbod <behdad@behdad.org>
147754 Date:   Mon Nov 22 11:30:32 2010 -0500
147755
147756     Fix failing checks
147757
147758  src/hb-ot-shape-complex-arabic-table.h | 37 ++++++++++++++++++++++++++++++++++
147759  1 file changed, 37 insertions(+)
147760
147761 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
147762 Author: Behdad Esfahbod <behdad@behdad.org>
147763 Date:   Mon Nov 22 11:03:18 2010 -0500
147764
147765     Remove email address from Copyright headers
147766
147767  COPYING      | 2 +-
147768  src/hb-ft.c  | 2 +-
147769  src/hb-icu.c | 2 +-
147770  3 files changed, 3 insertions(+), 3 deletions(-)
147771
147772 commit a45f00019242734fca742adeb2ed507305baeda6
147773 Author: Behdad Esfahbod <behdad@behdad.org>
147774 Date:   Thu Nov 18 13:58:32 2010 -0500
147775
147776     Clarify copyright notice
147777
147778  COPYING                 | 12 ++++++++++++
147779  README                  |  4 ++--
147780  src/hb-graphite.cc      |  4 ++--
147781  src/hb-object-private.h |  2 +-
147782  4 files changed, 17 insertions(+), 5 deletions(-)
147783
147784 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
147785 Author: Behdad Esfahbod <behdad@behdad.org>
147786 Date:   Wed Nov 17 16:58:21 2010 -0500
147787
147788     Move generated table to its own file
147789
147790  src/Makefile.am                        |   1 +
147791  src/hb-ot-shape-complex-arabic-table.h | 619 ++++++++++++++++++++++++++++++++
147792  src/hb-ot-shape-complex-arabic.cc      | 621 +--------------------------------
147793  3 files changed, 621 insertions(+), 620 deletions(-)
147794
147795 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
147796 Author: Behdad Esfahbod <behdad@behdad.org>
147797 Date:   Wed Nov 17 16:52:58 2010 -0500
147798
147799     Update Arabic joining table to include Mandaic
147800     
147801     Mandaic was added to Unicode 6.0, but the joining data was not updated.
147802     Draft ArabicShaping.txt from 6.1 includes the joining data for Mandaic.
147803     Use that.
147804
147805  src/gen-arabic-joining-table.py   |  45 ++++++++++----
147806  src/hb-ot-shape-complex-arabic.cc | 123 ++++++++++++++++++++++++++++++++------
147807  2 files changed, 137 insertions(+), 31 deletions(-)
147808
147809 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
147810 Author: Behdad Esfahbod <behdad@behdad.org>
147811 Date:   Wed Nov 17 14:49:40 2010 -0500
147812
147813     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
147814     
147815     Based on tags proposed by Microsoft for inclusion in OpenType.
147816
147817  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
147818  1 file changed, 17 insertions(+), 17 deletions(-)
147819
147820 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
147821 Author: Behdad Esfahbod <behdad@behdad.org>
147822 Date:   Wed Nov 17 14:35:34 2010 -0500
147823
147824     Add Unicode 6.0 scripts
147825
147826  src/hb-icu.c     | 6 ++++++
147827  src/hb-ot-tag.c  | 7 ++++++-
147828  src/hb-unicode.c | 7 ++++++-
147829  src/hb-unicode.h | 7 ++++++-
147830  4 files changed, 24 insertions(+), 3 deletions(-)
147831
147832 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
147833 Author: Behdad Esfahbod <behdad@behdad.org>
147834 Date:   Wed Nov 17 14:25:44 2010 -0500
147835
147836     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
147837     
147838     The new name matches the Unicode name.  Reported by Jonathan Kew.
147839
147840  src/hb-icu.c     | 2 +-
147841  src/hb-ot-tag.c  | 2 +-
147842  src/hb-unicode.h | 2 +-
147843  3 files changed, 3 insertions(+), 3 deletions(-)
147844
147845 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
147846 Author: Behdad Esfahbod <behdad@behdad.org>
147847 Date:   Wed Nov 17 13:08:47 2010 -0500
147848
147849     Add TODO item
147850
147851  TODO | 3 +++
147852  1 file changed, 3 insertions(+)
147853
147854 commit 300cb41417d40473268e3b4089bed24e9e77a753
147855 Author: Behdad Esfahbod <behdad@behdad.org>
147856 Date:   Wed Nov 17 12:57:23 2010 -0500
147857
147858     Add XXX marks
147859
147860  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
147861  1 file changed, 3 insertions(+), 1 deletion(-)
147862
147863 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
147864 Author: Behdad Esfahbod <behdad@behdad.org>
147865 Date:   Fri Nov 5 10:51:37 2010 -0400
147866
147867     Add TODO item
147868
147869  TODO | 2 ++
147870  1 file changed, 2 insertions(+)
147871
147872 commit 3a852ae7fe6edfaadd75625d27515a3689503395
147873 Author: Behdad Esfahbod <behdad@behdad.org>
147874 Date:   Wed Nov 3 16:37:24 2010 -0400
147875
147876     Save general category and combining class in the buffer for reuse
147877
147878  src/hb-ot-layout-private.hh       |  3 ++-
147879  src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
147880  src/hb-ot-shape-private.hh        |  6 ++++++
147881  src/hb-ot-shape.cc                | 26 +++++++++++++++++++++-----
147882  4 files changed, 39 insertions(+), 12 deletions(-)
147883
147884 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
147885 Author: Behdad Esfahbod <behdad@behdad.org>
147886 Date:   Wed Nov 3 15:50:36 2010 -0400
147887
147888     More "unreached code" warning fixes
147889     
147890     Ugly :(.
147891
147892  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
147893  1 file changed, 24 insertions(+), 24 deletions(-)
147894
147895 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
147896 Author: Behdad Esfahbod <behdad@behdad.org>
147897 Date:   Wed Nov 3 15:47:12 2010 -0400
147898
147899     Add comment
147900
147901  src/hb-ot-layout-common-private.hh | 3 +++
147902  1 file changed, 3 insertions(+)
147903
147904 commit 0342034d1cb577d34b42f7204da7fb930c12a464
147905 Author: Behdad Esfahbod <behdad@behdad.org>
147906 Date:   Wed Nov 3 15:40:07 2010 -0400
147907
147908     Pedantic
147909
147910  src/hb-ot-layout-gpos-private.hh | 2 +-
147911  1 file changed, 1 insertion(+), 1 deletion(-)
147912
147913 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
147914 Author: Behdad Esfahbod <behdad@behdad.org>
147915 Date:   Wed Nov 3 15:28:56 2010 -0400
147916
147917     Minor code shuffling
147918
147919  src/hb-ot-layout-private.hh | 21 +++-------------
147920  src/hb-ot-layout.cc         | 61 +++++++++++++++++++++++++++++++++------------
147921  2 files changed, 48 insertions(+), 34 deletions(-)
147922
147923 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
147924 Author: Behdad Esfahbod <behdad@behdad.org>
147925 Date:   Wed Nov 3 15:11:04 2010 -0400
147926
147927     Fix a few more "unreachable code" warnings
147928
147929  src/hb-blob.c                        |  2 +-
147930  src/hb-object-private.h              | 12 +++---
147931  src/hb-open-type-private.hh          | 84 +++++++++++++++++-------------------
147932  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
147933  src/hb-private.h                     |  3 +-
147934  5 files changed, 49 insertions(+), 54 deletions(-)
147935
147936 commit 2304856340782c72cb30873f7907191dc359e921
147937 Author: Behdad Esfahbod <behdad@behdad.org>
147938 Date:   Wed Nov 3 12:46:58 2010 -0400
147939
147940     Remove another couple lines of dead code
147941
147942  src/hb-ot-layout-gsubgpos-private.hh | 2 --
147943  1 file changed, 2 deletions(-)
147944
147945 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
147946 Author: Behdad Esfahbod <behdad@behdad.org>
147947 Date:   Wed Nov 3 11:50:21 2010 -0400
147948
147949     Fix unreachable-code warning
147950
147951  src/hb-ot-layout-gpos-private.hh | 8 ++++----
147952  1 file changed, 4 insertions(+), 4 deletions(-)
147953
147954 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
147955 Author: Behdad Esfahbod <behdad@behdad.org>
147956 Date:   Wed Oct 27 23:18:51 2010 -0400
147957
147958     Move things around some more
147959
147960  src/hb-ot-layout-gpos-private.hh     | 8 ++++----
147961  src/hb-ot-layout-gsub-private.hh     | 4 ++--
147962  src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
147963  src/hb-ot-layout-private.hh          | 7 +++----
147964  src/hb-ot-layout.cc                  | 6 +++---
147965  5 files changed, 19 insertions(+), 15 deletions(-)
147966
147967 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
147968 Author: Behdad Esfahbod <behdad@behdad.org>
147969 Date:   Wed Oct 27 23:09:10 2010 -0400
147970
147971     Move buffer var allocation local
147972
147973  src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
147974  src/hb-ot-layout-private.hh      |  2 --
147975  2 files changed, 14 insertions(+), 7 deletions(-)
147976
147977 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
147978 Author: Behdad Esfahbod <behdad@behdad.org>
147979 Date:   Wed Oct 27 22:48:31 2010 -0400
147980
147981     Move code around
147982
147983  src/hb-ot-layout-gpos-private.hh | 59 ++++++++++++++++++++++++++++++++++++++++
147984  src/hb-ot-layout.cc              | 59 ++--------------------------------------
147985  src/hb-ot-layout.h               |  4 +--
147986  src/hb-ot-shape.cc               |  2 +-
147987  4 files changed, 63 insertions(+), 61 deletions(-)
147988
147989 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
147990 Author: Behdad Esfahbod <behdad@behdad.org>
147991 Date:   Wed Oct 27 22:37:59 2010 -0400
147992
147993     Move some more code around
147994
147995  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
147996  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
147997  src/hb-ot-layout.cc              | 56 ++++++----------------------------------
147998  3 files changed, 52 insertions(+), 52 deletions(-)
147999
148000 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
148001 Author: Behdad Esfahbod <behdad@behdad.org>
148002 Date:   Wed Oct 27 22:11:32 2010 -0400
148003
148004     Simplify mark skipping logic
148005
148006  src/hb-ot-layout.cc | 17 +++--------------
148007  1 file changed, 3 insertions(+), 14 deletions(-)
148008
148009 commit 8c69e65abed961002d90024c92e18538c6516262
148010 Author: Behdad Esfahbod <behdad@behdad.org>
148011 Date:   Wed Oct 27 22:07:49 2010 -0400
148012
148013     Rename lookup_flags to lookup_props since it's more than just flags
148014
148015  src/hb-ot-layout-common-private.hh   |  6 +++++-
148016  src/hb-ot-layout-gpos-private.hh     | 14 +++++++-------
148017  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
148018  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
148019  src/hb-ot-layout-private.hh          |  4 ++--
148020  src/hb-ot-layout.cc                  | 36 ++++++++++++++++++------------------
148021  src/main.cc                          |  4 ++--
148022  7 files changed, 43 insertions(+), 39 deletions(-)
148023
148024 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
148025 Author: Behdad Esfahbod <behdad@behdad.org>
148026 Date:   Wed Oct 27 17:39:01 2010 -0400
148027
148028     WIP removing external synthesized GDEF support and implementing it internally
148029
148030  TODO                                 |   2 -
148031  src/hb-buffer-private.hh             |   4 -
148032  src/hb-buffer.cc                     |   3 -
148033  src/hb-ot-layout-common-private.hh   |   8 +-
148034  src/hb-ot-layout-gdef-private.hh     |   6 +-
148035  src/hb-ot-layout-gpos-private.hh     |   4 +-
148036  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
148037  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
148038  src/hb-ot-layout-private.hh          |  29 +++-----
148039  src/hb-ot-layout.cc                  | 138 +++++------------------------------
148040  src/hb-ot-layout.h                   |  26 -------
148041  src/hb-ot-shape.cc                   |  10 +++
148042  12 files changed, 98 insertions(+), 227 deletions(-)
148043
148044 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
148045 Author: Behdad Esfahbod <behdad@behdad.org>
148046 Date:   Wed Oct 27 17:37:20 2010 -0400
148047
148048     Remove unused function
148049
148050  src/hb-buffer-private.hh | 10 ----------
148051  src/hb-buffer.cc         | 27 ---------------------------
148052  2 files changed, 37 deletions(-)
148053
148054 commit 1115890b90709fa5329a55d22f543020f3df9f6f
148055 Author: Behdad Esfahbod <behdad@behdad.org>
148056 Date:   Wed Oct 27 17:07:04 2010 -0400
148057
148058     More cleanup
148059
148060  src/hb-buffer-private.hh    | 5 +----
148061  src/hb-ot-layout-private.hh | 6 ++++++
148062  2 files changed, 7 insertions(+), 4 deletions(-)
148063
148064 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
148065 Author: Behdad Esfahbod <behdad@behdad.org>
148066 Date:   Wed Oct 27 17:06:12 2010 -0400
148067
148068     More lig-id cleanup
148069
148070  src/hb-buffer-private.hh         | 4 ++--
148071  src/hb-buffer.cc                 | 2 +-
148072  src/hb-ot-layout-gsub-private.hh | 8 +++++++-
148073  3 files changed, 10 insertions(+), 4 deletions(-)
148074
148075 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
148076 Author: Behdad Esfahbod <behdad@behdad.org>
148077 Date:   Wed Oct 27 17:01:03 2010 -0400
148078
148079     More removal of lig-id code from buffer
148080
148081  src/hb-buffer.cc | 4 ++--
148082  1 file changed, 2 insertions(+), 2 deletions(-)
148083
148084 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
148085 Author: Behdad Esfahbod <behdad@behdad.org>
148086 Date:   Wed Oct 27 16:57:01 2010 -0400
148087
148088     Minor renaming
148089
148090  src/hb-buffer-private.hh         | 41 ++++++++++++++++++++--------------------
148091  src/hb-buffer.cc                 | 20 ++++++++++----------
148092  src/hb-ot-layout-gsub-private.hh |  8 ++++----
148093  src/hb-ot-shape.cc               |  6 +++---
148094  4 files changed, 37 insertions(+), 38 deletions(-)
148095
148096 commit fe263272a2b26204bc39829a94d90ab537517f3f
148097 Author: Behdad Esfahbod <behdad@behdad.org>
148098 Date:   Wed Oct 27 16:51:02 2010 -0400
148099
148100     Move setting lig_id/component out of buffer and to the gsub code
148101
148102  src/hb-buffer-private.hh         | 30 +++++++----------------
148103  src/hb-buffer.cc                 | 52 +++++++---------------------------------
148104  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
148105  3 files changed, 34 insertions(+), 75 deletions(-)
148106
148107 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
148108 Author: Behdad Esfahbod <behdad@behdad.org>
148109 Date:   Wed Oct 27 16:25:28 2010 -0400
148110
148111     Always allocate new ligature id
148112     
148113     No practical point in reusing ligature ids.
148114
148115  src/hb-ot-layout-gsub-private.hh | 5 +----
148116  1 file changed, 1 insertion(+), 4 deletions(-)
148117
148118 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
148119 Author: Behdad Esfahbod <behdad@behdad.org>
148120 Date:   Wed Oct 27 16:19:13 2010 -0400
148121
148122     Set component=0 for ligature glyph
148123
148124  src/hb-ot-layout-gsub-private.hh | 5 +++--
148125  1 file changed, 3 insertions(+), 2 deletions(-)
148126
148127 commit 37ab877149582c7ce7416425bb402340e3f948a2
148128 Author: Behdad Esfahbod <behdad@behdad.org>
148129 Date:   Wed Oct 27 15:38:06 2010 -0400
148130
148131     Remove comment
148132
148133  src/hb-buffer.cc | 20 --------------------
148134  1 file changed, 20 deletions(-)
148135
148136 commit 88474c6fdaf35c56368694a5b164f4988a004d49
148137 Author: Behdad Esfahbod <behdad@behdad.org>
148138 Date:   Wed Oct 27 14:42:15 2010 -0400
148139
148140     Get rid of the OpenType-specific internal buffer representation
148141     
148142     Add variant integers to buffer item types.  More cleanup coming.
148143
148144  TODO                              |  2 --
148145  src/hb-buffer-private.hh          | 35 ++++++----------------
148146  src/hb-buffer.cc                  | 62 +++++++++++++++++++--------------------
148147  src/hb-buffer.h                   |  2 +-
148148  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
148149  src/hb-ot-layout-gsub-private.hh  |  2 +-
148150  src/hb-ot-layout-private.hh       |  4 +--
148151  src/hb-ot-layout.cc               | 39 ++++++++++++------------
148152  src/hb-ot-shape-complex-arabic.cc |  8 ++---
148153  9 files changed, 79 insertions(+), 99 deletions(-)
148154
148155 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
148156 Author: Behdad Esfahbod <behdad@behdad.org>
148157 Date:   Wed Oct 27 14:27:03 2010 -0400
148158
148159     Add hb_var_int_t
148160
148161  src/hb-buffer.h |  6 +++---
148162  src/hb-common.h | 10 ++++++++++
148163  2 files changed, 13 insertions(+), 3 deletions(-)
148164
148165 commit f22802431a983bd4bc60a7653b1103973c3475cb
148166 Author: Behdad Esfahbod <behdad@behdad.org>
148167 Date:   Tue Nov 2 19:12:37 2010 -0400
148168
148169     Remove trailing comma
148170
148171  src/hb-ot-shape-complex-arabic.cc | 2 +-
148172  1 file changed, 1 insertion(+), 1 deletion(-)
148173
148174 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
148175 Author: Behdad Esfahbod <behdad@behdad.org>
148176 Date:   Wed Oct 27 14:09:27 2010 -0400
148177
148178     Supposedly implement vertical support in GPOS
148179     
148180     Not tested at all.
148181
148182  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
148183  src/hb-ot-layout.cc              | 39 ++++++++++++++++++++++++---------------
148184  2 files changed, 44 insertions(+), 22 deletions(-)
148185
148186 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
148187 Author: Behdad Esfahbod <behdad@behdad.org>
148188 Date:   Wed Oct 27 13:44:59 2010 -0400
148189
148190     Clarify cursive_chain (and change its sign)
148191
148192  src/hb-ot-layout-gpos-private.hh |  4 ++--
148193  src/hb-ot-layout.cc              | 13 +++++++------
148194  2 files changed, 9 insertions(+), 8 deletions(-)
148195
148196 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
148197 Author: Behdad Esfahbod <behdad@behdad.org>
148198 Date:   Wed Oct 27 12:34:50 2010 -0400
148199
148200     Remove more pointless LONGTERMTODO items
148201
148202  src/hb-ot-layout-common-private.hh | 2 --
148203  1 file changed, 2 deletions(-)
148204
148205 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
148206 Author: Behdad Esfahbod <behdad@behdad.org>
148207 Date:   Wed Oct 27 12:32:02 2010 -0400
148208
148209     Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets()
148210
148211  src/hb-ot-layout.cc | 14 +++++++-------
148212  src/hb-ot-layout.h  | 14 +++++++-------
148213  2 files changed, 14 insertions(+), 14 deletions(-)
148214
148215 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
148216 Author: Behdad Esfahbod <behdad@behdad.org>
148217 Date:   Wed Oct 27 12:30:46 2010 -0400
148218
148219     Implement vertical support in get_lig_carets()
148220
148221  src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
148222  src/hb-ot-layout.cc              |  3 ++-
148223  src/hb-ot-layout.h               |  1 +
148224  3 files changed, 21 insertions(+), 17 deletions(-)
148225
148226 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
148227 Author: Behdad Esfahbod <behdad@behdad.org>
148228 Date:   Wed Oct 27 12:07:49 2010 -0400
148229
148230     Remove LONGTERMTODO item that I'll never fix
148231
148232  src/hb-ot-layout-gsubgpos-private.hh | 6 ------
148233  1 file changed, 6 deletions(-)
148234
148235 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
148236 Author: Behdad Esfahbod <behdad@behdad.org>
148237 Date:   Wed Oct 27 12:00:49 2010 -0400
148238
148239     Remove unused macro
148240
148241  src/hb-ot-layout-gpos-private.hh | 2 --
148242  1 file changed, 2 deletions(-)
148243
148244 commit af5d02a269d55331300df1e382241893928d64e0
148245 Author: Behdad Esfahbod <behdad@behdad.org>
148246 Date:   Wed Oct 27 11:54:26 2010 -0400
148247
148248     Rewrite Cursive joining to act more like other pair lookups
148249     
148250     Look forward for next character instead of joining to the last character.
148251
148252  src/hb-ot-layout-gpos-private.hh | 71 ++++++++++++++++++----------------------
148253  src/hb-ot-layout-private.hh      | 10 ------
148254  2 files changed, 31 insertions(+), 50 deletions(-)
148255
148256 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
148257 Author: Behdad Esfahbod <behdad@behdad.org>
148258 Date:   Wed Oct 27 11:09:48 2010 -0400
148259
148260     Fix Cursive positioning
148261     
148262     Test case: "مرا" rendered using IranNastaliq.
148263
148264  src/hb-ot-layout-gpos-private.hh | 124 +--------------------------------------
148265  1 file changed, 3 insertions(+), 121 deletions(-)
148266
148267 commit aefdb64689aab19df76590a36c4a04052a8bffdb
148268 Author: Behdad Esfahbod <behdad@behdad.org>
148269 Date:   Wed Oct 27 10:40:39 2010 -0400
148270
148271     Fix segfault with Arabic combining marks
148272
148273  src/hb-ot-shape-complex-arabic.cc | 4 +++-
148274  1 file changed, 3 insertions(+), 1 deletion(-)
148275
148276 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
148277 Author: Behdad Esfahbod <behdad@behdad.org>
148278 Date:   Wed Oct 27 01:28:28 2010 -0400
148279
148280     Remove obsolete TODO item
148281     
148282     We don't cache any metrics internally, so the correct way to add more
148283     glyph metrics items is to add new callbacks for them.  We already have
148284     separeate callbacks for advance vs extents.
148285
148286  TODO | 2 --
148287  1 file changed, 2 deletions(-)
148288
148289 commit 248e3c2ba47889c247959e44166644872aed59ba
148290 Author: Behdad Esfahbod <behdad@behdad.org>
148291 Date:   Wed Oct 27 01:23:14 2010 -0400
148292
148293     Oops, remove extra mask setting that broke complex shaping
148294
148295  src/hb-ot-shape.cc | 2 --
148296  1 file changed, 2 deletions(-)
148297
148298 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
148299 Author: Behdad Esfahbod <behdad@behdad.org>
148300 Date:   Wed Oct 27 01:13:56 2010 -0400
148301
148302     Divide get_metrics into get_advance and get_extents
148303     
148304     Graphite module not updated.
148305     Bump version to 0.3.
148306
148307  configure.ac          |  2 +-
148308  src/hb-font-private.h |  3 +-
148309  src/hb-font.cc        | 96 +++++++++++++++++++++++++++++++++++----------------
148310  src/hb-font.h         | 61 ++++++++++++++++++++------------
148311  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
148312  src/hb-ot-shape.cc    |  7 ++--
148313  6 files changed, 154 insertions(+), 87 deletions(-)
148314
148315 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
148316 Author: Behdad Esfahbod <behdad@behdad.org>
148317 Date:   Tue Oct 26 11:28:14 2010 -0400
148318
148319     Fix blob leak
148320
148321  src/hb-font.cc | 2 +-
148322  1 file changed, 1 insertion(+), 1 deletion(-)
148323
148324 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
148325 Author: Behdad Esfahbod <behdad@behdad.org>
148326 Date:   Wed Oct 13 18:33:16 2010 -0400
148327
148328     Massage mask setting a bit more
148329     
148330     Still finding the exact correct way the masks should be set.
148331
148332  src/hb-buffer-private.hh | 19 ++++++++++++++++---
148333  src/hb-buffer.cc         |  9 +++++++++
148334  src/hb-ot-shape.cc       |  6 ++++--
148335  3 files changed, 29 insertions(+), 5 deletions(-)
148336
148337 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
148338 Author: Behdad Esfahbod <behdad@behdad.org>
148339 Date:   Wed Oct 13 17:17:00 2010 -0400
148340
148341     Oops, actually set global mask
148342
148343  src/hb-buffer.cc | 2 +-
148344  1 file changed, 1 insertion(+), 1 deletion(-)
148345
148346 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
148347 Author: Behdad Esfahbod <behdad@behdad.org>
148348 Date:   Wed Oct 13 15:54:06 2010 -0400
148349
148350     Make sure boolean features always use value=1
148351     
148352     Previously boolean features turned on the entire feature mask.  This is
148353     wrong if feature is Alternate and user has provided values bigger than one.
148354     Though, I don't think other engines support such corner cases.
148355
148356  src/hb-ot-map-private.hh          | 10 ++++++++--
148357  src/hb-ot-map.cc                  |  3 ++-
148358  src/hb-ot-shape-complex-arabic.cc |  2 +-
148359  src/hb-ot-shape.cc                |  2 +-
148360  4 files changed, 12 insertions(+), 5 deletions(-)
148361
148362 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
148363 Author: Behdad Esfahbod <behdad@behdad.org>
148364 Date:   Wed Oct 13 15:38:52 2010 -0400
148365
148366     Return early if mask is 0
148367
148368  src/hb-buffer.cc | 3 +++
148369  1 file changed, 3 insertions(+)
148370
148371 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
148372 Author: Behdad Esfahbod <behdad@behdad.org>
148373 Date:   Wed Oct 13 15:36:38 2010 -0400
148374
148375     Make sure feature values don't leak out of their mask
148376
148377  src/hb-buffer.cc | 1 +
148378  1 file changed, 1 insertion(+)
148379
148380 commit 852912fc2db06b6183a2dc87c45ec1b563063572
148381 Author: Behdad Esfahbod <behdad@behdad.org>
148382 Date:   Wed Oct 13 15:34:50 2010 -0400
148383
148384     Fix applying default-value for features
148385     
148386     Previously if a default global feature was overrided by a non-global
148387     user feature, we were not setting any default mask for the feature,
148388     essentially disabling the feature by default.  Fix that.
148389
148390  TODO                     |  2 --
148391  src/hb-ot-map-private.hh | 10 ++++++----
148392  src/hb-ot-map.cc         | 13 +++++++------
148393  3 files changed, 13 insertions(+), 12 deletions(-)
148394
148395 commit 2989be4919242670c94825bded96db20a7b2035b
148396 Author: Behdad Esfahbod <behdad@behdad.org>
148397 Date:   Wed Oct 13 15:18:29 2010 -0400
148398
148399     Set user masks after complex masks
148400
148401  src/hb-ot-shape.cc | 4 ++--
148402  1 file changed, 2 insertions(+), 2 deletions(-)
148403
148404 commit a7820b7b15a809b4a1a4077147ceed7bea528483
148405 Author: Behdad Esfahbod <behdad@behdad.org>
148406 Date:   Wed Oct 13 14:20:48 2010 -0400
148407
148408     Add TODO item
148409
148410  TODO | 2 ++
148411  1 file changed, 2 insertions(+)
148412
148413 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
148414 Author: Behdad Esfahbod <behdad@behdad.org>
148415 Date:   Wed Oct 13 10:57:27 2010 -0400
148416
148417     Cleanup TODO
148418     
148419     Looks like a roadmap now.
148420
148421  TODO | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
148422  1 file changed, 59 insertions(+), 13 deletions(-)
148423
148424 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
148425 Author: Behdad Esfahbod <behdad@behdad.org>
148426 Date:   Wed Oct 13 10:41:53 2010 -0400
148427
148428     Fix stupid bug, oops
148429
148430  src/hb-font.cc | 2 +-
148431  1 file changed, 1 insertion(+), 1 deletion(-)
148432
148433 commit 3703f88b74707113e782eb6ca9a77603561760d0
148434 Author: Behdad Esfahbod <behdad@behdad.org>
148435 Date:   Tue Oct 12 18:34:20 2010 -0400
148436
148437     Step the version up to 0.2 now that Arabic shaper is in
148438
148439  configure.ac | 2 +-
148440  1 file changed, 1 insertion(+), 1 deletion(-)
148441
148442 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
148443 Author: Behdad Esfahbod <behdad@behdad.org>
148444 Date:   Tue Oct 12 17:37:44 2010 -0400
148445
148446     Fix Arabic shaper
148447     
148448     It's tested now.  It works!
148449
148450  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
148451  1 file changed, 4 insertions(+), 3 deletions(-)
148452
148453 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
148454 Author: Behdad Esfahbod <behdad@behdad.org>
148455 Date:   Tue Oct 12 17:23:54 2010 -0400
148456
148457     Hookup Arabic shaper!
148458     
148459     Not tested yet.
148460
148461  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
148462  src/hb-ot-shape-complex-private.hh | 37 ++++++++++++++++++++++---------------
148463  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
148464  src/hb-ot-shape.cc                 |  3 ++-
148465  4 files changed, 40 insertions(+), 20 deletions(-)
148466
148467 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
148468 Author: Behdad Esfahbod <behdad@behdad.org>
148469 Date:   Tue Oct 12 17:07:02 2010 -0400
148470
148471     Merge clearing masks and setting global masks
148472
148473  src/hb-buffer-private.hh | 11 ++++++-----
148474  src/hb-buffer.cc         |  5 +++--
148475  src/hb-ot-map.cc         |  2 +-
148476  src/hb-ot-shape.cc       |  7 ++-----
148477  4 files changed, 12 insertions(+), 13 deletions(-)
148478
148479 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
148480 Author: Behdad Esfahbod <behdad@behdad.org>
148481 Date:   Tue Oct 12 17:00:25 2010 -0400
148482
148483     Form clusters before setting masks
148484
148485  src/hb-ot-shape.cc | 4 ++--
148486  1 file changed, 2 insertions(+), 2 deletions(-)
148487
148488 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
148489 Author: Behdad Esfahbod <behdad@behdad.org>
148490 Date:   Tue Oct 12 17:00:07 2010 -0400
148491
148492     Clear masks before setting them up, not after!
148493
148494  src/hb-ot-shape.cc | 6 ++----
148495  1 file changed, 2 insertions(+), 4 deletions(-)
148496
148497 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
148498 Author: Behdad Esfahbod <behdad@behdad.org>
148499 Date:   Tue Oct 12 16:57:47 2010 -0400
148500
148501     Add hb_ot_shape_execute()
148502     
148503     Not public yet.
148504
148505  src/hb-ot-shape-private.hh |  5 ++---
148506  src/hb-ot-shape.cc         | 19 ++++++++++++++-----
148507  2 files changed, 16 insertions(+), 8 deletions(-)
148508
148509 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
148510 Author: Behdad Esfahbod <behdad@behdad.org>
148511 Date:   Tue Oct 12 16:50:36 2010 -0400
148512
148513     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
148514
148515  src/Makefile.am                                    |  3 +-
148516  src/hb-ot-map-private.hh                           |  2 +-
148517  src/hb-ot-map.cc                                   |  2 +-
148518  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
148519  src/hb-ot-shape-complex-private.hh                 | 88 ++++++++++++++++++++++
148520  src/hb-ot-shape-private.hh                         | 12 +--
148521  src/hb-ot-shape.cc                                 |  8 +-
148522  7 files changed, 107 insertions(+), 17 deletions(-)
148523
148524 commit 605ed468f380f86d642031f6451447d270cb6de1
148525 Author: Behdad Esfahbod <behdad@behdad.org>
148526 Date:   Tue Oct 12 16:19:29 2010 -0400
148527
148528     Add hb_ot_shape_plan_t
148529     
148530     This is the object that a separate plan/execute shaping API will use in
148531     between the two stages.
148532
148533  src/hb-ot-shape-private.hh | 12 ++++++++++--
148534  src/hb-ot-shape.cc         | 38 ++++++++++++++++++--------------------
148535  2 files changed, 28 insertions(+), 22 deletions(-)
148536
148537 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
148538 Author: Behdad Esfahbod <behdad@behdad.org>
148539 Date:   Tue Oct 12 16:00:21 2010 -0400
148540
148541     Refactor, in a different direction
148542
148543  src/hb-ot-map-private.hh   | 15 ++++++++-------
148544  src/hb-ot-map.cc           | 23 ++++++++++++-----------
148545  src/hb-ot-shape-private.hh | 13 +------------
148546  src/hb-ot-shape.cc         | 33 +++++++++++++++++----------------
148547  4 files changed, 38 insertions(+), 46 deletions(-)
148548
148549 commit d2ba016ca1ba7489537768b619980d5159b5870c
148550 Author: Behdad Esfahbod <behdad@behdad.org>
148551 Date:   Tue Oct 12 15:35:45 2010 -0400
148552
148553     More refactoring
148554
148555  src/hb-ot-map-private.hh   | 32 +++++---------------------------
148556  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
148557  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
148558  src/hb-ot-shape.cc         | 43 ++++++++++++++++++++++++++++---------------
148559  src/hb-ot-shape.h          | 10 +++++-----
148560  5 files changed, 81 insertions(+), 52 deletions(-)
148561
148562 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
148563 Author: Behdad Esfahbod <behdad@behdad.org>
148564 Date:   Tue Oct 12 13:51:19 2010 -0400
148565
148566     Update Arabic shaping table to Unicode 6.0.0.
148567
148568  src/hb-ot-shape-arabic.cc | 8 ++++----
148569  1 file changed, 4 insertions(+), 4 deletions(-)
148570
148571 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
148572 Author: Behdad Esfahbod <behdad@behdad.org>
148573 Date:   Tue Oct 12 12:32:18 2010 -0400
148574
148575     Fix infinite loop!
148576     
148577     Untested code is indeed buggy code.
148578     
148579     Mozilla bug #603352.
148580
148581  src/hb-ot-tag.c | 6 ++----
148582  1 file changed, 2 insertions(+), 4 deletions(-)
148583
148584 commit 993d1e786a32612b796dae8309ce402a4121bec7
148585 Author: Behdad Esfahbod <behdad@behdad.org>
148586 Date:   Tue Oct 12 11:17:30 2010 -0400
148587
148588     Fix missing negation in unreachable code!
148589     
148590     Mozilla bug #603346
148591
148592  src/hb-open-type-private.hh | 5 ++---
148593  1 file changed, 2 insertions(+), 3 deletions(-)
148594
148595 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
148596 Author: Behdad Esfahbod <behdad@behdad.org>
148597 Date:   Fri Oct 8 20:38:46 2010 -0400
148598
148599     More separation
148600
148601  src/hb-ot-shape.cc | 14 +++++---------
148602  1 file changed, 5 insertions(+), 9 deletions(-)
148603
148604 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
148605 Author: Behdad Esfahbod <behdad@behdad.org>
148606 Date:   Fri Oct 8 20:30:04 2010 -0400
148607
148608     Minor
148609
148610  src/hb-ot-shape.cc | 22 +++++++++++-----------
148611  1 file changed, 11 insertions(+), 11 deletions(-)
148612
148613 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
148614 Author: Behdad Esfahbod <behdad@behdad.org>
148615 Date:   Fri Oct 8 20:27:38 2010 -0400
148616
148617     Enable 'rtlm' mirroring
148618
148619  src/hb-ot-map-private.hh |  9 +++++----
148620  src/hb-ot-shape.cc       | 30 +++++++++++++++---------------
148621  2 files changed, 20 insertions(+), 19 deletions(-)
148622
148623 commit 36925f695d349a53d52ecc3a58f18240a6977463
148624 Author: Behdad Esfahbod <behdad@behdad.org>
148625 Date:   Fri Oct 8 20:20:32 2010 -0400
148626
148627     Rename hb_mask_allocator_t to hb_ot_map_t
148628     
148629     hb_ot_plan_t may be a better name, donno.
148630
148631  src/hb-ot-map-private.hh   |  4 ++--
148632  src/hb-ot-map.cc           |  2 +-
148633  src/hb-ot-shape-private.hh |  4 ++--
148634  src/hb-ot-shape.cc         | 49 +++++++++++++++++++++-------------------------
148635  4 files changed, 27 insertions(+), 32 deletions(-)
148636
148637 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
148638 Author: Behdad Esfahbod <behdad@behdad.org>
148639 Date:   Fri Oct 8 20:16:23 2010 -0400
148640
148641     Improve checks
148642
148643  src/check-c-linkage-decls.sh | 2 +-
148644  src/check-header-guards.sh   | 2 +-
148645  2 files changed, 2 insertions(+), 2 deletions(-)
148646
148647 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
148648 Author: Behdad Esfahbod <behdad@behdad.org>
148649 Date:   Fri Oct 8 20:14:57 2010 -0400
148650
148651     Add hb-ot-map.cc
148652
148653  src/Makefile.am          |   1 +
148654  src/hb-ot-map-private.hh | 129 +-----------------------------------
148655  src/hb-ot-map.cc         | 165 +++++++++++++++++++++++++++++++++++++++++++++++
148656  3 files changed, 168 insertions(+), 127 deletions(-)
148657
148658 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
148659 Author: Behdad Esfahbod <behdad@behdad.org>
148660 Date:   Fri Oct 8 20:05:29 2010 -0400
148661
148662     Fix feature overriding
148663
148664  src/hb-ot-map-private.hh | 2 +-
148665  1 file changed, 1 insertion(+), 1 deletion(-)
148666
148667 commit 8f08c3275040870a645ef034a38d30c05c619f21
148668 Author: Behdad Esfahbod <behdad@behdad.org>
148669 Date:   Fri Oct 8 19:43:48 2010 -0400
148670
148671     Minor cleanup
148672
148673  src/hb-open-type-private.hh |  8 ++----
148674  src/hb-ot-map-private.hh    | 61 +++++++++++++--------------------------------
148675  src/hb-ot-tag.c             | 11 ++++----
148676  src/hb-private.h            |  4 +++
148677  4 files changed, 28 insertions(+), 56 deletions(-)
148678
148679 commit a806762a314e83154793d96ee665e6668d6b56de
148680 Author: Behdad Esfahbod <behdad@behdad.org>
148681 Date:   Fri Oct 8 19:18:40 2010 -0400
148682
148683     Add hb-ot-shape-private.hh
148684
148685  src/Makefile.am            |  1 +
148686  src/hb-ot-shape-arabic.cc  |  2 +-
148687  src/hb-ot-shape-private.hh | 60 ++++++++++++++++++++++++++++++++++++++++++++++
148688  3 files changed, 62 insertions(+), 1 deletion(-)
148689
148690 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
148691 Author: Behdad Esfahbod <behdad@behdad.org>
148692 Date:   Fri Oct 8 19:18:16 2010 -0400
148693
148694     Add hb-ot-map-private.hh
148695
148696  src/Makefile.am          |   1 +
148697  src/hb-ot-map-private.hh | 307 +++++++++++++++++++++++++++++++++++++++++++++++
148698  src/hb-ot-shape.cc       | 274 ++----------------------------------------
148699  3 files changed, 315 insertions(+), 267 deletions(-)
148700
148701 commit a7c5046d6b676a32298b97403a49235f7f255161
148702 Author: Behdad Esfahbod <behdad@behdad.org>
148703 Date:   Fri Oct 8 18:47:47 2010 -0400
148704
148705     Add private hb_segment_properties_t
148706
148707  src/hb-buffer-private.hh | 14 ++++++++------
148708  1 file changed, 8 insertions(+), 6 deletions(-)
148709
148710 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
148711 Author: Behdad Esfahbod <behdad@behdad.org>
148712 Date:   Fri Oct 8 18:41:57 2010 -0400
148713
148714     Flip the OT bit-allocation vs gsub/gpos inside-out
148715     
148716     We now build our entire attack plan before jumping in.
148717
148718  src/hb-ot-shape.cc | 333 ++++++++++++++++++++++++++++-------------------------
148719  1 file changed, 176 insertions(+), 157 deletions(-)
148720
148721 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
148722 Author: Behdad Esfahbod <behdad@behdad.org>
148723 Date:   Fri Oct 8 12:29:59 2010 -0400
148724
148725     Logically separate feature collection
148726
148727  src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
148728  1 file changed, 18 insertions(+), 11 deletions(-)
148729
148730 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
148731 Author: Behdad Esfahbod <behdad@behdad.org>
148732 Date:   Fri Oct 8 12:23:01 2010 -0400
148733
148734     Minor
148735
148736  src/hb-ot-shape.cc | 18 ++++++------------
148737  1 file changed, 6 insertions(+), 12 deletions(-)
148738
148739 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
148740 Author: Behdad Esfahbod <behdad@behdad.org>
148741 Date:   Thu Oct 7 21:21:11 2010 -0400
148742
148743     Move some more code around
148744
148745  src/hb-ot-shape.cc | 27 +++++++++++++--------------
148746  1 file changed, 13 insertions(+), 14 deletions(-)
148747
148748 commit d9c726078828d50db62e05407a3f38f2e7607533
148749 Author: Behdad Esfahbod <behdad@behdad.org>
148750 Date:   Thu Oct 7 21:19:54 2010 -0400
148751
148752     Minor
148753
148754  src/hb-ot-shape.cc | 18 +++++++++---------
148755  1 file changed, 9 insertions(+), 9 deletions(-)
148756
148757 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
148758 Author: Behdad Esfahbod <behdad@behdad.org>
148759 Date:   Thu Oct 7 21:12:46 2010 -0400
148760
148761     Simplify compiling lookups
148762
148763  src/hb-ot-shape.cc | 66 ++++++++++++++++++++++--------------------------------
148764  1 file changed, 27 insertions(+), 39 deletions(-)
148765
148766 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
148767 Author: Behdad Esfahbod <behdad@behdad.org>
148768 Date:   Thu Oct 7 17:47:33 2010 -0400
148769
148770     Rename
148771
148772  src/hb-ot-shape.cc | 18 ++++++++++--------
148773  1 file changed, 10 insertions(+), 8 deletions(-)
148774
148775 commit 34db6f031d7ac009f554386ef990bad44886b9ee
148776 Author: Behdad Esfahbod <behdad@behdad.org>
148777 Date:   Thu Oct 7 01:21:19 2010 -0400
148778
148779     Add XXX note
148780
148781  src/hb-buffer.cc | 1 +
148782  1 file changed, 1 insertion(+)
148783
148784 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
148785 Author: Behdad Esfahbod <behdad@behdad.org>
148786 Date:   Wed Oct 6 00:23:36 2010 -0400
148787
148788     Call hb_ot_shape_setup_lookups_complex()
148789
148790  src/hb-ot-shape.cc | 10 +++++++++-
148791  1 file changed, 9 insertions(+), 1 deletion(-)
148792
148793 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
148794 Author: Behdad Esfahbod <behdad@behdad.org>
148795 Date:   Wed Oct 6 00:21:37 2010 -0400
148796
148797     Rename setup_lookups()
148798
148799  src/hb-ot-shape.cc | 10 +++++-----
148800  1 file changed, 5 insertions(+), 5 deletions(-)
148801
148802 commit affc5abac7bdae51df85856a5478d34d96fda4fe
148803 Author: Behdad Esfahbod <behdad@behdad.org>
148804 Date:   Wed Oct 6 00:18:16 2010 -0400
148805
148806     Move table_tag to hb_ot_shape_context_t
148807
148808  src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
148809  1 file changed, 17 insertions(+), 14 deletions(-)
148810
148811 commit 967240dd8b96802345ef273e75427066e91ea8fb
148812 Author: Behdad Esfahbod <behdad@behdad.org>
148813 Date:   Tue Oct 5 23:00:05 2010 -0400
148814
148815     Add internal hb_ot_shape_context_t
148816
148817  src/hb-ot-shape-arabic.cc |  26 ++---
148818  src/hb-ot-shape.cc        | 237 +++++++++++++++++++---------------------------
148819  2 files changed, 108 insertions(+), 155 deletions(-)
148820
148821 commit 3eb936f1539475098f39be78654b9c39b86f0799
148822 Author: Behdad Esfahbod <behdad@behdad.org>
148823 Date:   Tue Oct 5 18:36:58 2010 -0400
148824
148825     Add Arabic/Syriac/N'ko shaping logic
148826     
148827     Not hooked up just yet.
148828
148829  src/Makefile.am                 |   9 +
148830  src/gen-arabic-joining-table.py |  39 +++
148831  src/hb-ot-shape-arabic.cc       | 716 ++++++++++++++++++++++++++++++++++++++++
148832  3 files changed, 764 insertions(+)
148833
148834 commit 0109816b50064a314389333ff64aaf22cb4b1e56
148835 Author: Behdad Esfahbod <behdad@behdad.org>
148836 Date:   Tue Oct 5 18:36:45 2010 -0400
148837
148838     Update build system
148839
148840  autogen.sh   | 3 ---
148841  configure.ac | 1 +
148842  2 files changed, 1 insertion(+), 3 deletions(-)
148843
148844 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
148845 Author: Behdad Esfahbod <behdad@behdad.org>
148846 Date:   Mon Oct 4 18:18:48 2010 -0400
148847
148848     Add hb_face_get_upem()
148849
148850  src/hb-font.cc | 6 ++++++
148851  src/hb-font.h  | 3 +++
148852  2 files changed, 9 insertions(+)
148853
148854 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
148855 Author: Behdad Esfahbod <behdad@behdad.org>
148856 Date:   Mon Oct 4 18:13:30 2010 -0400
148857
148858     Add TODO item
148859
148860  TODO | 2 ++
148861  1 file changed, 2 insertions(+)
148862
148863 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
148864 Author: Behdad Esfahbod <behdad@behdad.org>
148865 Date:   Mon Oct 4 17:22:57 2010 -0400
148866
148867     Add API comments
148868
148869  src/hb-font.h | 17 +++++++++++++++--
148870  1 file changed, 15 insertions(+), 2 deletions(-)
148871
148872 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
148873 Author: Behdad Esfahbod <behdad@behdad.org>
148874 Date:   Mon Oct 4 17:01:01 2010 -0400
148875
148876     Add is_mutable() functions
148877     
148878     Correspond to the make_mutable() ones.
148879
148880  src/hb-font.cc   | 6 ++++++
148881  src/hb-font.h    | 2 ++
148882  src/hb-unicode.c | 6 ++++++
148883  src/hb-unicode.h | 2 ++
148884  4 files changed, 16 insertions(+)
148885
148886 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
148887 Author: Behdad Esfahbod <behdad@behdad.org>
148888 Date:   Mon Oct 4 16:45:21 2010 -0400
148889
148890     Add getters for all setter APIs
148891     
148892     One in particular is not a straight getter: hb_font_unset_funcs() is
148893     special because of the specific needs of the lifecycle management of
148894     the user_data object.
148895
148896  src/hb-font.cc   | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
148897  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
148898  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
148899  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
148900  4 files changed, 166 insertions(+), 1 deletion(-)
148901
148902 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
148903 Author: Behdad Esfahbod <behdad@behdad.org>
148904 Date:   Sun Oct 3 19:09:39 2010 -0400
148905
148906     Minor
148907
148908  src/hb-ot-layout-private.hh | 12 +++++++-----
148909  1 file changed, 7 insertions(+), 5 deletions(-)
148910
148911 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
148912 Author: Behdad Esfahbod <behdad@behdad.org>
148913 Date:   Fri Oct 1 19:09:23 2010 -0400
148914
148915     Avoid div-by-zero, validate upem
148916
148917  src/hb-ot-head-private.hh   | 7 +++++++
148918  src/hb-ot-layout-private.hh | 6 +++---
148919  2 files changed, 10 insertions(+), 3 deletions(-)
148920
148921 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
148922 Author: Behdad Esfahbod <behdad@behdad.org>
148923 Date:   Fri Oct 1 18:58:50 2010 -0400
148924
148925     Pedantic
148926
148927  src/hb-open-type-private.hh        | 12 ++++++------
148928  src/hb-ot-layout-common-private.hh |  2 +-
148929  src/hb-ot-layout-gdef-private.hh   | 10 +++++-----
148930  src/hb-ot-layout-gpos-private.hh   |  6 +++---
148931  4 files changed, 15 insertions(+), 15 deletions(-)
148932
148933 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
148934 Author: Behdad Esfahbod <behdad@behdad.org>
148935 Date:   Wed Sep 29 12:20:36 2010 -0400
148936
148937     Don't zero glyph advances in MarkToBase and similar lookups
148938     
148939     See email thread "Should MarkToBase attachment zero the mark advance?"
148940     started by Jonathan Kew on 23 August 2010 for details.
148941
148942  src/hb-ot-layout-gpos-private.hh | 2 --
148943  1 file changed, 2 deletions(-)
148944
148945 commit 36b3862009c00ad922d68810173a69ac59723365
148946 Author: Behdad Esfahbod <behdad@behdad.org>
148947 Date:   Wed Sep 29 12:10:24 2010 -0400
148948
148949     One fewer cmp() implementation...
148950
148951  src/hb-ot-layout-common-private.hh | 3 +--
148952  1 file changed, 1 insertion(+), 2 deletions(-)
148953
148954 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
148955 Author: Behdad Esfahbod <behdad@behdad.org>
148956 Date:   Tue Sep 28 16:23:58 2010 -0400
148957
148958     Improve cmp function parameter namings and casts
148959     
148960     No semantic change.
148961
148962  src/hb-open-type-private.hh        | 6 +++---
148963  src/hb-ot-layout-common-private.hh | 6 +++---
148964  src/hb-ot-shape.cc                 | 8 ++++----
148965  3 files changed, 10 insertions(+), 10 deletions(-)
148966
148967 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
148968 Author: Behdad Esfahbod <behdad@behdad.org>
148969 Date:   Tue Sep 28 16:25:23 2010 -0400
148970
148971     Add comment re DejaVu Sans Mono having 'dflt' script
148972
148973  src/hb-ot-layout.cc | 3 ++-
148974  1 file changed, 2 insertions(+), 1 deletion(-)
148975
148976 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
148977 Author: Behdad Esfahbod <behdad@behdad.org>
148978 Date:   Tue Sep 28 16:23:28 2010 -0400
148979
148980     Fix stupid bug in bsearch cmp function!
148981
148982  src/hb-ot-layout-common-private.hh | 2 +-
148983  1 file changed, 1 insertion(+), 1 deletion(-)
148984
148985 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
148986 Author: Behdad Esfahbod <behdad@behdad.org>
148987 Date:   Thu Sep 23 10:28:51 2010 -0400
148988
148989     Add TODO iteam
148990
148991  TODO | 2 ++
148992  1 file changed, 2 insertions(+)
148993
148994 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
148995 Author: Behdad Esfahbod <behdad@behdad.org>
148996 Date:   Thu Sep 23 10:27:08 2010 -0400
148997
148998     Remove unimplemented method hb_font_get_funcs()
148999     
149000     Got to add a suitable replacement.
149001
149002  src/hb-font.h | 3 ---
149003  1 file changed, 3 deletions(-)
149004
149005 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
149006 Author: Behdad Esfahbod <behdad@behdad.org>
149007 Date:   Wed Sep 22 17:42:59 2010 -0400
149008
149009     Add test.c using public API
149010
149011  src/Makefile.am |  6 +++-
149012  src/test.c      | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
149013  2 files changed, 99 insertions(+), 1 deletion(-)
149014
149015 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
149016 Author: Behdad Esfahbod <behdad@behdad.org>
149017 Date:   Wed Sep 22 17:38:44 2010 -0400
149018
149019     Fix hb_ot_layout leak
149020
149021  src/hb-ot-layout.cc | 2 ++
149022  1 file changed, 2 insertions(+)
149023
149024 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
149025 Author: Behdad Esfahbod <behdad@behdad.org>
149026 Date:   Wed Sep 22 17:37:02 2010 -0400
149027
149028     Fix blob refcounting with insane SFNT table directories
149029
149030  src/hb-font.cc | 4 +---
149031  1 file changed, 1 insertion(+), 3 deletions(-)
149032
149033 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
149034 Author: Behdad Esfahbod <behdad@behdad.org>
149035 Date:   Wed Sep 22 17:12:10 2010 -0400
149036
149037     Add TODO item
149038
149039  TODO | 2 ++
149040  1 file changed, 2 insertions(+)
149041
149042 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
149043 Author: Behdad Esfahbod <behdad@behdad.org>
149044 Date:   Wed Sep 22 16:46:18 2010 -0400
149045
149046     Speedup Device table delta computation for common cases
149047
149048  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
149049  1 file changed, 21 insertions(+), 4 deletions(-)
149050
149051 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
149052 Author: Behdad Esfahbod <behdad@behdad.org>
149053 Date:   Mon Aug 16 14:36:27 2010 -0400
149054
149055     Fix NULL dereference
149056     
149057     Reported by Jonathan Kew.  Face table handling needs to be redone
149058     anyway, but fix this for now.
149059
149060  src/hb-ot-layout.cc | 6 +++---
149061  1 file changed, 3 insertions(+), 3 deletions(-)
149062
149063 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
149064 Author: Behdad Esfahbod <behdad@behdad.org>
149065 Date:   Fri Aug 13 14:10:02 2010 -0400
149066
149067     [GPOS] Fix div-by-zero
149068     
149069     Patch by Jonathan Kew.  Mozilla bug #465728.
149070
149071  src/hb-ot-layout-gpos-private.hh | 2 +-
149072  1 file changed, 1 insertion(+), 1 deletion(-)
149073
149074 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
149075 Author: Behdad Esfahbod <behdad@behdad.org>
149076 Date:   Fri Aug 13 14:00:34 2010 -0400
149077
149078     Add TODO
149079
149080  src/hb-ot-shape.cc | 2 +-
149081  1 file changed, 1 insertion(+), 1 deletion(-)
149082
149083 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
149084 Author: Behdad Esfahbod <behdad@behdad.org>
149085 Date:   Fri Jul 23 17:35:54 2010 -0400
149086
149087     Logically separate feature allocation from application
149088
149089  src/hb-ot-shape.cc | 8 ++++----
149090  1 file changed, 4 insertions(+), 4 deletions(-)
149091
149092 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
149093 Author: Behdad Esfahbod <behdad@behdad.org>
149094 Date:   Fri Jul 23 17:32:26 2010 -0400
149095
149096     Minor
149097
149098  src/hb-ot-shape.cc | 2 +-
149099  1 file changed, 1 insertion(+), 1 deletion(-)
149100
149101 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
149102 Author: Behdad Esfahbod <behdad@behdad.org>
149103 Date:   Fri Jul 23 17:22:11 2010 -0400
149104
149105     Towards separating bit allocation from shaping
149106
149107  src/hb-buffer-private.hh         |  9 ++++++---
149108  src/hb-buffer.cc                 | 12 ++++++------
149109  src/hb-ot-layout-gpos-private.hh |  2 +-
149110  src/hb-ot-layout.cc              |  2 +-
149111  src/hb-ot-shape.cc               | 41 ++++++++++++++++------------------------
149112  5 files changed, 30 insertions(+), 36 deletions(-)
149113
149114 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
149115 Author: Behdad Esfahbod <behdad@behdad.org>
149116 Date:   Fri Jul 23 15:40:58 2010 -0400
149117
149118     Add TODO items
149119
149120  TODO | 3 +++
149121  1 file changed, 3 insertions(+)
149122
149123 commit acdba3f90b232fc12fcb200dca2584481b339118
149124 Author: Behdad Esfahbod <behdad@behdad.org>
149125 Date:   Fri Jul 23 15:11:18 2010 -0400
149126
149127     Prefer C linkage
149128
149129  src/Makefile.am                      |  1 +
149130  src/check-c-linkage-decls.sh         | 18 ++++++++++++++++++
149131  src/hb-blob-private.h                |  2 ++
149132  src/hb-blob.c                        | 18 ++++++++++++------
149133  src/hb-blob.h                        |  2 ++
149134  src/hb-buffer-private.hh             |  1 +
149135  src/hb-buffer.cc                     |  7 ++++++-
149136  src/hb-buffer.h                      |  1 +
149137  src/hb-common.c                      |  6 ++++++
149138  src/hb-common.h                      | 21 +++++++++++++--------
149139  src/hb-font-private.h                |  1 +
149140  src/hb-font.cc                       |  4 ++++
149141  src/hb-font.h                        |  1 +
149142  src/hb-ft.c                          | 10 ++++++++--
149143  src/hb-ft.h                          |  2 ++
149144  src/hb-glib.c                        |  6 ++++++
149145  src/hb-glib.h                        |  2 ++
149146  src/hb-graphite.cc                   |  6 ++++++
149147  src/hb-graphite.h                    |  3 ++-
149148  src/hb-icu.c                         |  6 ++++++
149149  src/hb-icu.h                         |  2 ++
149150  src/hb-language.c                    |  5 +++++
149151  src/hb-language.h                    |  2 ++
149152  src/hb-object-private.h              |  2 ++
149153  src/hb-open-file-private.hh          |  4 ++++
149154  src/hb-open-type-private.hh          |  5 +++++
149155  src/hb-ot-head-private.hh            |  5 +++++
149156  src/hb-ot-layout-common-private.hh   |  6 ++++++
149157  src/hb-ot-layout-gdef-private.hh     |  4 ++++
149158  src/hb-ot-layout-gpos-private.hh     |  6 ++++++
149159  src/hb-ot-layout-gsub-private.hh     |  7 ++++++-
149160  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
149161  src/hb-ot-layout-private.hh          |  3 ++-
149162  src/hb-ot-layout.cc                  |  5 +++++
149163  src/hb-ot-layout.h                   |  1 +
149164  src/hb-ot-shape.cc                   |  6 ++++++
149165  src/hb-ot-shape.h                    |  2 ++
149166  src/hb-ot-tag.c                      |  5 +++++
149167  src/hb-ot-tag.h                      |  2 ++
149168  src/hb-ot.h                          |  3 +++
149169  src/hb-private.h                     |  5 +++++
149170  src/hb-shape.cc                      |  5 +++++
149171  src/hb-shape.h                       |  1 +
149172  src/hb-unicode-private.h             |  1 +
149173  src/hb-unicode.c                     |  6 ++++++
149174  src/hb-unicode.h                     |  1 +
149175  src/hb.h                             |  3 +++
149176  src/main.cc                          |  6 ++++++
149177  48 files changed, 214 insertions(+), 20 deletions(-)
149178
149179 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
149180 Author: Behdad Esfahbod <behdad@behdad.org>
149181 Date:   Fri Jul 23 15:00:13 2010 -0400
149182
149183     De-C++ where possible
149184     
149185     Helps with avoiding many "extern C" declarations in source files.
149186
149187  src/Makefile.am                               | 4 ++--
149188  src/check-header-guards.sh                    | 2 +-
149189  src/{hb-font-private.hh => hb-font-private.h} | 6 +++---
149190  src/hb-font.cc                                | 2 +-
149191  src/{hb-ft.cc => hb-ft.c}                     | 2 +-
149192  src/hb-graphite.cc                            | 2 +-
149193  src/hb-ot-layout-gdef-private.hh              | 2 +-
149194  src/hb-ot-layout-private.hh                   | 2 +-
149195  8 files changed, 11 insertions(+), 11 deletions(-)
149196
149197 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
149198 Author: Behdad Esfahbod <behdad@behdad.org>
149199 Date:   Fri Jul 23 14:56:29 2010 -0400
149200
149201     Header dep cleanup
149202
149203  src/hb-font-private.hh      | 2 --
149204  src/hb-ot-layout-private.hh | 1 +
149205  2 files changed, 1 insertion(+), 2 deletions(-)
149206
149207 commit fb0d25246267851a1fc200ead28c56359a40047e
149208 Author: Behdad Esfahbod <behdad@behdad.org>
149209 Date:   Fri Jul 23 14:54:22 2010 -0400
149210
149211     dos2unix
149212
149213  src/hb-ot-head-private.hh | 256 +++++++++++++++++++++++-----------------------
149214  1 file changed, 128 insertions(+), 128 deletions(-)
149215
149216 commit 81408cd51ce575891e79e6483be187130f864c28
149217 Author: Behdad Esfahbod <behdad@behdad.org>
149218 Date:   Fri Jul 23 14:46:57 2010 -0400
149219
149220     Don't use "operator ="
149221     
149222     Some compilers don't like operator = defined on members of union members
149223     either.  Reported by Ginn Chen for Sun Studio compilers.
149224
149225  src/hb-open-type-private.hh | 6 +++---
149226  1 file changed, 3 insertions(+), 3 deletions(-)
149227
149228 commit 39fe34d4c356516f0a92f42b13a168572829d24e
149229 Author: Behdad Esfahbod <behdad@behdad.org>
149230 Date:   Thu Jul 22 18:12:38 2010 -0400
149231
149232     Add TODO option
149233
149234  TODO | 2 ++
149235  1 file changed, 2 insertions(+)
149236
149237 commit 243a96f41482edb83e4798358064bd3329dd278c
149238 Author: Behdad Esfahbod <behdad@behdad.org>
149239 Date:   Wed Jul 21 17:21:12 2010 -0400
149240
149241     Add arm build fix to TODO
149242
149243  TODO | 1 +
149244  1 file changed, 1 insertion(+)
149245
149246 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
149247 Author: Behdad Esfahbod <behdad@behdad.org>
149248 Date:   Wed Jul 21 17:20:44 2010 -0400
149249
149250     Remove fixed TODO item
149251
149252  TODO | 1 -
149253  1 file changed, 1 deletion(-)
149254
149255 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
149256 Author: Behdad Esfahbod <behdad@behdad.org>
149257 Date:   Wed Jul 21 16:37:01 2010 -0400
149258
149259     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
149260     
149261     Patch / report by Jonathan Kew.
149262
149263  src/hb-open-type-private.hh | 2 +-
149264  1 file changed, 1 insertion(+), 1 deletion(-)
149265
149266 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
149267 Author: Behdad Esfahbod <behdad@behdad.org>
149268 Date:   Thu Jul 15 11:21:34 2010 -0700
149269
149270     Fix 64bit issues with debug prints
149271
149272  src/hb-blob.c               | 10 +++++-----
149273  src/hb-open-type-private.hh |  5 +++--
149274  2 files changed, 8 insertions(+), 7 deletions(-)
149275
149276 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
149277 Author: Behdad Esfahbod <behdad@behdad.org>
149278 Date:   Thu Jul 8 00:53:40 2010 -0400
149279
149280     Don't bother sorting, it's a safe font error if the array is not sorted
149281
149282  src/hb-open-type-private.hh        | 29 -----------------------------
149283  src/hb-ot-layout-common-private.hh |  7 -------
149284  2 files changed, 36 deletions(-)
149285
149286 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
149287 Author: Behdad Esfahbod <behdad@behdad.org>
149288 Date:   Thu Jul 8 00:40:04 2010 -0400
149289
149290     Use bsearch where applicable
149291
149292  src/hb-open-type-private.hh        |  49 +++++++++++++
149293  src/hb-ot-layout-common-private.hh | 145 +++++++++++++------------------------
149294  2 files changed, 100 insertions(+), 94 deletions(-)
149295
149296 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
149297 Author: Behdad Esfahbod <behdad@behdad.org>
149298 Date:   Wed Jul 7 22:07:40 2010 -0400
149299
149300     Remove useless TODO
149301
149302  src/hb-open-file-private.hh | 1 -
149303  1 file changed, 1 deletion(-)
149304
149305 commit da8edbb62204dc39f93d500ef85929e234e0bd19
149306 Author: Behdad Esfahbod <behdad@behdad.org>
149307 Date:   Wed Jun 9 07:15:39 2010 -0400
149308
149309     Fix header
149310
149311  src/hb-buffer-private.hh | 6 +++---
149312  1 file changed, 3 insertions(+), 3 deletions(-)
149313
149314 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
149315 Author: Behdad Esfahbod <behdad@behdad.org>
149316 Date:   Wed Jun 9 07:15:03 2010 -0400
149317
149318     Add a test for header preprocessor guards
149319
149320  src/Makefile.am            |  4 +++-
149321  src/check-header-guards.sh | 20 ++++++++++++++++++++
149322  src/check-libstdc++.sh     |  1 -
149323  3 files changed, 23 insertions(+), 2 deletions(-)
149324
149325 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
149326 Author: Behdad Esfahbod <behdad@behdad.org>
149327 Date:   Wed Jun 9 06:32:56 2010 -0400
149328
149329     Fix header tags
149330
149331  src/hb-font-private.hh      | 6 +++---
149332  src/hb-object-private.h     | 6 +++---
149333  src/hb-open-type-private.hh | 4 ++--
149334  src/hb-ot-layout-private.hh | 6 +++---
149335  src/hb-ot-shape.h           | 2 +-
149336  5 files changed, 12 insertions(+), 12 deletions(-)
149337
149338 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
149339 Author: Behdad Esfahbod <behdad@behdad.org>
149340 Date:   Thu Jun 3 11:37:51 2010 -0400
149341
149342     Followup fix for variation-selectors
149343     
149344     Patch from Jonathan Kew
149345
149346  src/hb-ot-shape.cc | 3 ++-
149347  1 file changed, 2 insertions(+), 1 deletion(-)
149348
149349 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
149350 Author: Behdad Esfahbod <behdad@behdad.org>
149351 Date:   Wed Jun 2 22:24:54 2010 -0400
149352
149353     Fix skipping variation-selectors
149354
149355  src/hb-ot-shape.cc | 14 ++++++++------
149356  1 file changed, 8 insertions(+), 6 deletions(-)
149357
149358 commit 81a77b115db401f69e869690f24b9047370bdfde
149359 Author: Behdad Esfahbod <behdad@behdad.org>
149360 Date:   Tue Jun 1 23:03:54 2010 -0400
149361
149362     Make feature sorting stable
149363
149364  src/hb-ot-shape.cc | 4 +++-
149365  1 file changed, 3 insertions(+), 1 deletion(-)
149366
149367 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
149368 Author: Behdad Esfahbod <behdad@behdad.org>
149369 Date:   Fri May 28 20:55:52 2010 -0400
149370
149371     Minor
149372
149373  src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
149374  1 file changed, 21 insertions(+), 17 deletions(-)
149375
149376 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
149377 Author: Behdad Esfahbod <behdad@behdad.org>
149378 Date:   Fri May 28 20:54:43 2010 -0400
149379
149380     Further simplify mask allocator
149381
149382  src/hb-ot-shape.cc | 23 +++++++----------------
149383  1 file changed, 7 insertions(+), 16 deletions(-)
149384
149385 commit 8af45fda475d075c5a285002463a00a0423d3926
149386 Author: Behdad Esfahbod <behdad@behdad.org>
149387 Date:   Fri May 28 20:41:20 2010 -0400
149388
149389     Fix global feature handling
149390
149391  src/hb-ot-shape.cc | 6 +++++-
149392  1 file changed, 5 insertions(+), 1 deletion(-)
149393
149394 commit e04685ee7be01695ec437fab50f919f1b7423c57
149395 Author: Behdad Esfahbod <behdad@behdad.org>
149396 Date:   Fri May 28 20:37:06 2010 -0400
149397
149398     Simplify mask allocation
149399
149400  src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
149401  1 file changed, 20 insertions(+), 28 deletions(-)
149402
149403 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
149404 Author: Behdad Esfahbod <behdad@behdad.org>
149405 Date:   Fri May 28 20:21:47 2010 -0400
149406
149407     Towards a mask allocator
149408
149409  src/hb-ot-shape.cc | 291 ++++++++++++++++++++++++++++++++++-------------------
149410  1 file changed, 186 insertions(+), 105 deletions(-)
149411
149412 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
149413 Author: Behdad Esfahbod <behdad@behdad.org>
149414 Date:   Fri May 28 18:31:16 2010 -0400
149415
149416     Allow disabling default features
149417     
149418     Patch from Jonathan Kew
149419
149420  src/hb-buffer-private.hh |  18 +++--
149421  src/hb-buffer.cc         |  15 ++--
149422  src/hb-ot-shape.cc       | 196 ++++++++++++++++++++++++++++++++---------------
149423  3 files changed, 153 insertions(+), 76 deletions(-)
149424
149425 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
149426 Author: Behdad Esfahbod <behdad@behdad.org>
149427 Date:   Thu May 27 14:04:15 2010 -0400
149428
149429     Add note about UTF-8 decoder
149430
149431  src/hb-buffer.cc | 2 ++
149432  1 file changed, 2 insertions(+)
149433
149434 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
149435 Author: Behdad Esfahbod <behdad@behdad.org>
149436 Date:   Thu May 27 11:42:34 2010 -0400
149437
149438     Fix loop
149439
149440  src/hb-ot-tag.c | 4 ++--
149441  1 file changed, 2 insertions(+), 2 deletions(-)
149442
149443 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
149444 Author: Martin Hosken <martin_hosken@sil.org>
149445 Date:   Thu May 27 10:09:04 2010 +0100
149446
149447     Fixes to Python and Graphite from Martin
149448
149449  contrib/python/README             |  10 ++++
149450  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
149451  contrib/python/lib/harfbuzz.pyx   | 104 ++------------------------------------
149452  contrib/python/scripts/hbtestfont | 103 +++++++++++++++++++++++++++++++++----
149453  contrib/python/setup.py           |   3 +-
149454  src/hb-graphite.cc                |   8 +--
149455  6 files changed, 159 insertions(+), 116 deletions(-)
149456
149457 commit b485da0b719cb03cc33da57802c5151301664c2f
149458 Author: Behdad Esfahbod <behdad@behdad.org>
149459 Date:   Thu May 27 11:39:19 2010 -0400
149460
149461     Disable Graphite as it crashes all over the place...
149462
149463  src/hb-shape.cc | 2 +-
149464  1 file changed, 1 insertion(+), 1 deletion(-)
149465
149466 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
149467 Author: Behdad Esfahbod <behdad@behdad.org>
149468 Date:   Wed May 26 16:22:00 2010 -0400
149469
149470     Cypriot is RTL
149471
149472  src/hb-unicode.c | 2 +-
149473  1 file changed, 1 insertion(+), 1 deletion(-)
149474
149475 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
149476 Author: Behdad Esfahbod <behdad@behdad.org>
149477 Date:   Wed May 26 10:48:10 2010 -0400
149478
149479     Revert "Merge remote branch 'martin/master'"
149480     
149481     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818, reversing
149482     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
149483
149484  contrib/python/README             |  10 ----
149485  contrib/python/lib/fontconfig.pyx |  47 -----------------
149486  contrib/python/lib/harfbuzz.pyx   | 104 ++++++++++++++++++++++++++++++++++++--
149487  contrib/python/scripts/hbtestfont |  98 ++++-------------------------------
149488  contrib/python/setup.py           |   3 +-
149489  src/Makefile.am                   |   2 +-
149490  src/hb-graphite.cc                |   8 +--
149491  src/hb-ot-shape.cc                |   2 +-
149492  src/hb-ot-tag.c                   |   1 -
149493  src/hb-ot.h                       |   2 +-
149494  src/hb-shape.cc                   |   2 +-
149495  11 files changed, 119 insertions(+), 160 deletions(-)
149496
149497 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
149498 Merge: c442672ec 3109a86ad
149499 Author: Behdad Esfahbod <behdad@behdad.org>
149500 Date:   Mon May 24 18:14:24 2010 +0100
149501
149502     Merge remote branch 'martin/master'
149503
149504 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
149505 Author: Behdad Esfahbod <behdad@behdad.org>
149506 Date:   Mon May 24 18:02:32 2010 +0100
149507
149508     Fix struct initializers
149509
149510  src/hb-ft.cc  | 12 ++++++------
149511  src/hb-glib.c | 14 +++++++-------
149512  src/hb-icu.c  | 14 +++++++-------
149513  3 files changed, 20 insertions(+), 20 deletions(-)
149514
149515 commit f5ac9de259773a5f86809892e58166a485d70a3d
149516 Author: Behdad Esfahbod <behdad@behdad.org>
149517 Date:   Mon May 24 18:01:09 2010 +0100
149518
149519     Minor
149520
149521  src/hb-object-private.h | 24 +++++++++++++-----------
149522  1 file changed, 13 insertions(+), 11 deletions(-)
149523
149524 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
149525 Author: Behdad Esfahbod <behdad@behdad.org>
149526 Date:   Mon May 24 17:50:19 2010 +0100
149527
149528     Make sure we initialize all callbacks upon creation
149529     
149530     Also fixes issue with unicode callbacks never being set really.
149531
149532  src/hb-font.cc   | 18 +++++++-----------
149533  src/hb-unicode.c |  9 ++-------
149534  2 files changed, 9 insertions(+), 18 deletions(-)
149535
149536 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
149537 Author: Behdad Esfahbod <behdad@behdad.org>
149538 Date:   Mon May 24 17:46:21 2010 +0100
149539
149540     Move all callback functions in a vtable structs
149541
149542  src/hb-font-private.hh   | 10 ++++++----
149543  src/hb-font.cc           | 28 +++++++++++++++-------------
149544  src/hb-ot-shape.cc       |  4 ++--
149545  src/hb-unicode-private.h | 12 +++++++-----
149546  src/hb-unicode.c         | 32 +++++++++++++++++---------------
149547  5 files changed, 47 insertions(+), 39 deletions(-)
149548
149549 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
149550 Author: Martin Hosken <martin_hosken@sil.org>
149551 Date:   Mon May 24 13:25:37 2010 +0100
149552
149553     hb-graphite now no longer has -ve advances within clusters. Fix infinite loop in tag_to_script(). python fixed to use tag_to_script and allow hbtestfont to be passed font files, where fontconfig knows about them.
149554
149555  contrib/python/lib/harfbuzz.pyx   | 4 ++--
149556  contrib/python/scripts/hbtestfont | 6 +++++-
149557  src/hb-graphite.cc                | 4 ++--
149558  src/hb-ot-tag.c                   | 1 +
149559  4 files changed, 10 insertions(+), 5 deletions(-)
149560
149561 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
149562 Author: Martin Hosken <martin_hosken@sil.org>
149563 Date:   Sat May 22 20:19:00 2010 +0100
149564
149565     Tidy up hbtestfont and add README
149566
149567  contrib/python/README             |  10 +++
149568  contrib/python/scripts/hbtestfont | 134 +++++++++++++++++++-------------------
149569  2 files changed, 77 insertions(+), 67 deletions(-)
149570
149571 commit 70ae332fe66510500d303b6fcc79537833b42f05
149572 Author: Martin Hosken <martin_hosken@sil.org>
149573 Date:   Sat May 22 19:58:00 2010 +0100
149574
149575     Add fontconfig to hbtestfont
149576
149577  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
149578  contrib/python/scripts/hbtestfont | 64 ++++++++++++++++++++++++---------------
149579  contrib/python/setup.py           |  3 +-
149580  3 files changed, 88 insertions(+), 26 deletions(-)
149581
149582 commit 72631c9d06b131d82080f212908e7d0b0266b841
149583 Merge: 1432ab15c 1094a294f
149584 Author: Martin Hosken <martin_hosken@sil.org>
149585 Date:   Sat May 22 09:38:02 2010 +0100
149586
149587     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
149588
149589 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
149590 Author: Martin Hosken <martin_hosken@sil.org>
149591 Date:   Sat May 22 00:56:40 2010 +0100
149592
149593     Add graphical output to hbtestfont
149594
149595  contrib/python/lib/harfbuzz.pyx   | 100 +-------------------------------------
149596  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
149597  src/Makefile.am                   |   2 +-
149598  src/hb-ot-shape.cc                |   2 +-
149599  src/hb-ot.h                       |   2 +-
149600  src/hb-shape.cc                   |   2 +-
149601  6 files changed, 67 insertions(+), 103 deletions(-)
149602
149603 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
149604 Author: Behdad Esfahbod <behdad@behdad.org>
149605 Date:   Fri May 21 18:24:34 2010 +0100
149606
149607     Move mirroring around a bit
149608
149609  src/hb-ot-shape.cc | 8 ++++----
149610  1 file changed, 4 insertions(+), 4 deletions(-)
149611
149612 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
149613 Author: Behdad Esfahbod <behdad@behdad.org>
149614 Date:   Fri May 21 18:06:35 2010 +0100
149615
149616     Add a few more standard features
149617
149618  src/hb-ot-shape.cc | 10 ++++++----
149619  1 file changed, 6 insertions(+), 4 deletions(-)
149620
149621 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
149622 Author: Behdad Esfahbod <behdad@behdad.org>
149623 Date:   Fri May 21 17:59:04 2010 +0100
149624
149625     Add note
149626
149627  src/hb-ot-shape.cc | 1 +
149628  1 file changed, 1 insertion(+)
149629
149630 commit 1094a294f6a44c47fc75867983f2b135a6442bab
149631 Author: Behdad Esfahbod <behdad@behdad.org>
149632 Date:   Fri May 21 17:58:20 2010 +0100
149633
149634     Add rtlm
149635
149636  src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
149637  1 file changed, 21 insertions(+), 5 deletions(-)
149638
149639 commit 074ea787493a37ae8f68d17be7820f13fff57520
149640 Author: Behdad Esfahbod <behdad@behdad.org>
149641 Date:   Fri May 21 17:53:10 2010 +0100
149642
149643     Add ltra, ltrm, and rtla features
149644
149645  src/hb-ot-shape.cc | 60 +++++++++++++++++++++++++++++++++++++++++++-----------
149646  1 file changed, 48 insertions(+), 12 deletions(-)
149647
149648 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
149649 Author: Behdad Esfahbod <behdad@behdad.org>
149650 Date:   Fri May 21 17:31:45 2010 +0100
149651
149652     Cleanup bitmask allocation
149653
149654  src/hb-buffer-private.hh | 16 +++++++++++++
149655  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
149656  src/hb-ot-shape.cc       | 60 +++++++++++++++++++++---------------------------
149657  3 files changed, 78 insertions(+), 34 deletions(-)
149658
149659 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
149660 Author: Behdad Esfahbod <behdad@behdad.org>
149661 Date:   Fri May 21 16:43:17 2010 +0100
149662
149663     Add note
149664
149665  src/hb-ot-layout-gsub-private.hh | 1 +
149666  1 file changed, 1 insertion(+)
149667
149668 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
149669 Author: Martin Hosken <martin_hosken@sil.org>
149670 Date:   Fri May 21 15:16:43 2010 +0100
149671
149672     Rename Grxxx to HbGrxxx
149673
149674  src/hb-graphite.cc | 26 +++++++++++++-------------
149675  1 file changed, 13 insertions(+), 13 deletions(-)
149676
149677 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
149678 Author: Martin Hosken <martin_hosken@sil.org>
149679 Date:   Fri May 21 15:01:37 2010 +0100
149680
149681     Rename classes from Grxxx to HbGrxxx
149682
149683  src/hb-graphite.cc | 22 +++++++++++-----------
149684  1 file changed, 11 insertions(+), 11 deletions(-)
149685
149686 commit a5a72e004bb7123445c2c3a94352d358fc80d904
149687 Author: Behdad Esfahbod <behdad@behdad.org>
149688 Date:   Fri May 21 15:12:52 2010 +0100
149689
149690     Add hb-ot-shape.h, oops.
149691
149692  src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
149693  1 file changed, 44 insertions(+)
149694
149695 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
149696 Author: Behdad Esfahbod <behdad@behdad.org>
149697 Date:   Fri May 21 14:42:11 2010 +0100
149698
149699     Fix Makefile to install hb-ot-shape.h
149700
149701  src/Makefile.am | 2 +-
149702  src/hb-ot.h     | 1 +
149703  2 files changed, 2 insertions(+), 1 deletion(-)
149704
149705 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
149706 Author: Behdad Esfahbod <behdad@behdad.org>
149707 Date:   Fri May 21 14:37:47 2010 +0100
149708
149709     Simple renames
149710
149711  src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
149712  1 file changed, 18 insertions(+), 18 deletions(-)
149713
149714 commit 02f28550d785671cf92fd4239c5f913f7e71585f
149715 Author: Behdad Esfahbod <behdad@behdad.org>
149716 Date:   Fri May 21 14:37:28 2010 +0100
149717
149718     Graphite also forces us to link to libstdc++ currently
149719
149720  src/Makefile.am | 3 +++
149721  1 file changed, 3 insertions(+)
149722
149723 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
149724 Author: Behdad Esfahbod <behdad@behdad.org>
149725 Date:   Fri May 21 14:34:23 2010 +0100
149726
149727     Move main shaper code into hb_ot_shape()
149728
149729  src/hb-ot-shape-private.hh |  53 -----------
149730  src/hb-ot-shape.cc         | 225 ++++++++++++++++++++++++++++++++++++++++++---
149731  src/hb-shape.cc            | 209 +----------------------------------------
149732  3 files changed, 214 insertions(+), 273 deletions(-)
149733
149734 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
149735 Author: Behdad Esfahbod <behdad@behdad.org>
149736 Date:   Fri May 21 14:20:48 2010 +0100
149737
149738     Fix test failing
149739
149740  src/hb-graphite.cc | 2 +-
149741  1 file changed, 1 insertion(+), 1 deletion(-)
149742
149743 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
149744 Author: Behdad Esfahbod <behdad@behdad.org>
149745 Date:   Fri May 21 14:18:08 2010 +0100
149746
149747     Fix warnings
149748
149749  src/hb-graphite.cc | 14 +++++---------
149750  1 file changed, 5 insertions(+), 9 deletions(-)
149751
149752 commit 305ba8671553cd955c20a54db622666c0bb02532
149753 Author: Behdad Esfahbod <behdad@behdad.org>
149754 Date:   Fri May 21 14:02:20 2010 +0100
149755
149756     Import Graphite shaping backend by Martin Hosken
149757
149758  configure.ac       |   6 ++
149759  src/Makefile.am    |  11 ++
149760  src/hb-graphite.cc | 308 +++++++++++++++++++++++++++++++++++++++++++++++++++++
149761  src/hb-graphite.h  |  46 ++++++++
149762  src/hb-shape.cc    |  15 +++
149763  5 files changed, 386 insertions(+)
149764
149765 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
149766 Author: Behdad Esfahbod <behdad@behdad.org>
149767 Date:   Fri May 21 13:51:29 2010 +0100
149768
149769     Update the Python module
149770
149771  contrib/python/lib/harfbuzz.pyx | 40 +++++++++++++++++++++-------------------
149772  1 file changed, 21 insertions(+), 19 deletions(-)
149773
149774 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
149775 Author: Behdad Esfahbod <behdad@behdad.org>
149776 Date:   Fri May 21 13:43:49 2010 +0100
149777
149778     Add hb_tag_from_string()
149779
149780  src/Makefile.am |  1 +
149781  src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
149782  src/hb-common.h |  3 +++
149783  3 files changed, 45 insertions(+)
149784
149785 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
149786 Author: Behdad Esfahbod <behdad@behdad.org>
149787 Date:   Fri May 21 13:33:46 2010 +0100
149788
149789     Don't allocate bits for features not available
149790
149791  src/hb-ot-shape.cc | 10 ++++++----
149792  1 file changed, 6 insertions(+), 4 deletions(-)
149793
149794 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
149795 Author: Behdad Esfahbod <behdad@behdad.org>
149796 Date:   Fri May 21 13:32:38 2010 +0100
149797
149798     Speed up feature mask setting
149799     
149800     Patch from Jonathan Kew.
149801
149802  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
149803  1 file changed, 25 insertions(+), 6 deletions(-)
149804
149805 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
149806 Author: Behdad Esfahbod <behdad@behdad.org>
149807 Date:   Fri May 21 13:29:12 2010 +0100
149808
149809     Add Unicode 5.2 scripts
149810
149811  src/hb-icu.c     | 29 ++++++++++++++++++++++++++++-
149812  src/hb-ot-tag.c  | 21 +++++++++++++++++++--
149813  src/hb-unicode.c | 19 ++++++++++++++++++-
149814  src/hb-unicode.h | 19 ++++++++++++++++++-
149815  4 files changed, 83 insertions(+), 5 deletions(-)
149816
149817 commit ee1b322100a6bd575b999904592abbd9fed5587f
149818 Author: Behdad Esfahbod <behdad@behdad.org>
149819 Date:   Fri May 21 12:55:57 2010 +0100
149820
149821     Fix feature mask setting
149822
149823  src/hb-ot-shape.cc | 6 +++---
149824  1 file changed, 3 insertions(+), 3 deletions(-)
149825
149826 commit b490fa343322f1b5abaf880abc073287c1f34132
149827 Author: Behdad Esfahbod <behdad@behdad.org>
149828 Date:   Fri May 21 11:15:07 2010 +0100
149829
149830     Add hb_ot_tag_to_script()
149831
149832  src/hb-ot-tag.c | 14 ++++++++++++++
149833  src/hb-ot-tag.h |  3 +++
149834  2 files changed, 17 insertions(+)
149835
149836 commit 50355309047765558ef8f5d60aefed42a7f954cc
149837 Author: Behdad Esfahbod <behdad@behdad.org>
149838 Date:   Fri May 21 10:33:23 2010 +0100
149839
149840     Add Python wrapper from Martin Hosken
149841
149842  contrib/python/lib/harfbuzz.pyx   | 306 ++++++++++++++++++++++++++++++++++++++
149843  contrib/python/runpy              |   2 +
149844  contrib/python/scripts/hbtestfont |  35 +++++
149845  contrib/python/setup.py           |  24 +++
149846  4 files changed, 367 insertions(+)
149847
149848 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
149849 Author: Behdad Esfahbod <behdad@behdad.org>
149850 Date:   Thu May 20 18:33:35 2010 +0100
149851
149852     Let hb_face_get_table() return NULL if table not found
149853
149854  src/hb-font.cc              | 2 +-
149855  src/hb-font.h               | 1 +
149856  src/hb-open-type-private.hh | 3 +++
149857  3 files changed, 5 insertions(+), 1 deletion(-)
149858
149859 commit 1cdbfd944eecb58587461f57f037e47a44f39990
149860 Author: Behdad Esfahbod <behdad@behdad.org>
149861 Date:   Thu May 20 17:47:28 2010 +0100
149862
149863     Fix alternate, again
149864
149865  src/hb-ot-layout-gsub-private.hh | 6 +++---
149866  1 file changed, 3 insertions(+), 3 deletions(-)
149867
149868 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
149869 Author: Behdad Esfahbod <behdad@behdad.org>
149870 Date:   Thu May 20 17:46:20 2010 +0100
149871
149872     Fix alternate off-by-one
149873
149874  src/hb-ot-layout-gsub-private.hh | 2 +-
149875  1 file changed, 1 insertion(+), 1 deletion(-)
149876
149877 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
149878 Author: Behdad Esfahbod <behdad@behdad.org>
149879 Date:   Thu May 20 17:44:52 2010 +0100
149880
149881     Fix delta scale, again...
149882
149883  src/hb-ot-layout-common-private.hh |  8 ++++++++
149884  src/hb-ot-layout-gdef-private.hh   |  3 +--
149885  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
149886  src/hb-ot-layout-private.hh        |  2 +-
149887  4 files changed, 16 insertions(+), 9 deletions(-)
149888
149889 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
149890 Author: Behdad Esfahbod <behdad@behdad.org>
149891 Date:   Thu May 20 17:35:14 2010 +0100
149892
149893     Remove unused operator
149894
149895  src/hb-ot-layout-common-private.hh | 2 --
149896  1 file changed, 2 deletions(-)
149897
149898 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
149899 Author: Behdad Esfahbod <behdad@behdad.org>
149900 Date:   Thu May 20 17:26:35 2010 +0100
149901
149902     Do alternate glyph selection!
149903     
149904     Kinda hand-wavy right now.  Not tested.
149905
149906  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
149907  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++-----------
149908  src/hb-ot-layout-gsubgpos-private.hh |  1 +
149909  src/hb-private.h                     | 19 ++++++++++++++++++-
149910  4 files changed, 35 insertions(+), 17 deletions(-)
149911
149912 commit 750a2294553d252e28875b605fe61fd9d6696e0f
149913 Author: Behdad Esfahbod <behdad@behdad.org>
149914 Date:   Thu May 20 16:23:27 2010 +0100
149915
149916     get_table() is allowed to return NULL.  Use that to simplify code
149917
149918  src/hb-font.cc | 2 +-
149919  src/hb-ft.cc   | 6 +++---
149920  2 files changed, 4 insertions(+), 4 deletions(-)
149921
149922 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
149923 Author: Behdad Esfahbod <behdad@behdad.org>
149924 Date:   Thu May 20 15:47:49 2010 +0100
149925
149926     Write hb_face_create_for_data() in terms of hb_face_create_for_tables()
149927     
149928     Fixes lack of head_table initialization in create_for_tables() also.
149929
149930  src/hb-font.cc | 35 ++++++++++++-----------------------
149931  1 file changed, 12 insertions(+), 23 deletions(-)
149932
149933 commit 6774463883978b00b4d8c719ed75edfc4537c77f
149934 Author: Behdad Esfahbod <behdad@behdad.org>
149935 Date:   Thu May 20 15:40:12 2010 +0100
149936
149937     Apply user features to ranges!
149938
149939  src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
149940  1 file changed, 22 insertions(+), 1 deletion(-)
149941
149942 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
149943 Author: Behdad Esfahbod <behdad@behdad.org>
149944 Date:   Thu May 20 15:31:12 2010 +0100
149945
149946     Add _hb_bit_storage()
149947
149948  src/hb-private.h | 35 ++++++++++++++++++++++-------------
149949  1 file changed, 22 insertions(+), 13 deletions(-)
149950
149951 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
149952 Author: Behdad Esfahbod <behdad@behdad.org>
149953 Date:   Thu May 20 15:14:44 2010 +0100
149954
149955     Add lookup_map
149956
149957  src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
149958  1 file changed, 33 insertions(+), 15 deletions(-)
149959
149960 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
149961 Author: Behdad Esfahbod <behdad@behdad.org>
149962 Date:   Thu May 20 14:05:02 2010 +0100
149963
149964     Update always-apply mask from 0xFFFF to 1
149965     
149966     We plan to use the first bit to be always on.
149967
149968  src/hb-ot-shape.cc | 4 ++--
149969  1 file changed, 2 insertions(+), 2 deletions(-)
149970
149971 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
149972 Author: Behdad Esfahbod <behdad@behdad.org>
149973 Date:   Thu May 20 14:00:57 2010 +0100
149974
149975     Invert the mask logic
149976     
149977     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
149978     feature should be applied and 1 meant not applied, whereas in the
149979     lookups, the logic was positive.
149980     
149981     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
149982     the mask should be 1 instead of 0.
149983
149984  src/hb-buffer.cc                 | 2 +-
149985  src/hb-ot-layout-gpos-private.hh | 2 +-
149986  src/hb-ot-layout-gsub-private.hh | 4 ++--
149987  3 files changed, 4 insertions(+), 4 deletions(-)
149988
149989 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
149990 Author: Behdad Esfahbod <behdad@behdad.org>
149991 Date:   Thu May 20 13:40:18 2010 +0100
149992
149993     Apply user features
149994     
149995     No ranges yet
149996
149997  src/hb-ot-shape.cc | 8 ++++++++
149998  1 file changed, 8 insertions(+)
149999
150000 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
150001 Author: Behdad Esfahbod <behdad@behdad.org>
150002 Date:   Thu May 20 13:30:09 2010 +0100
150003
150004     Change hb_feature_t to keep tag/int instead of string
150005
150006  src/hb-shape.h | 4 ++--
150007  1 file changed, 2 insertions(+), 2 deletions(-)
150008
150009 commit 0a4399ca228d244e646abdb3487da0f13b228889
150010 Author: Behdad Esfahbod <behdad@behdad.org>
150011 Date:   Wed May 19 15:45:06 2010 -0400
150012
150013     Fix scale issues
150014     
150015     hb_font_set_scale() now sets the value to be used to represent a unit
150016     pixel.  For example, if rendering a 10px font with a 26.6 representation,
150017     you would set scale to (10 << 6).  For 10px in 16.16 you would set it to
150018     (10 << 16).  This space should be the same space that the get_glyph_metrics
150019     and get_kerning callbacks work in.
150020
150021  src/hb-common.h                  |  1 -
150022  src/hb-font-private.hh           |  8 +++-----
150023  src/hb-font.cc                   | 12 ++++++------
150024  src/hb-font.h                    | 12 +++---------
150025  src/hb-ft.cc                     |  4 ++--
150026  src/hb-ot-layout-gdef-private.hh |  6 +++---
150027  src/hb-ot-layout-gpos-private.hh | 37 +++++++++++++++++--------------------
150028  src/hb-ot-layout-gsub-private.hh |  2 +-
150029  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
150030  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
150031  src/hb-private.h                 |  4 ----
150032  11 files changed, 61 insertions(+), 76 deletions(-)
150033
150034 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
150035 Author: Behdad Esfahbod <behdad@behdad.org>
150036 Date:   Wed May 19 12:03:35 2010 -0400
150037
150038     Add 'head' table
150039
150040  src/Makefile.am             |   1 +
150041  src/hb-font-private.hh      |   5 ++
150042  src/hb-font.cc              |   9 ++++
150043  src/hb-open-type-private.hh |   2 +-
150044  src/hb-ot-head-private.hh   | 128 ++++++++++++++++++++++++++++++++++++++++++++
150045  5 files changed, 144 insertions(+), 1 deletion(-)
150046
150047 commit e29caf3f943b2b6f4997f469f7274252c82f465e
150048 Author: Behdad Esfahbod <behdad@behdad.org>
150049 Date:   Wed May 19 11:47:17 2010 -0400
150050
150051     Add LONGDATETIME
150052
150053  src/hb-open-type-private.hh | 15 +++++++++++++++
150054  1 file changed, 15 insertions(+)
150055
150056 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
150057 Author: Behdad Esfahbod <behdad@behdad.org>
150058 Date:   Mon May 17 15:14:14 2010 -0400
150059
150060     Minor
150061
150062  src/hb-ot-layout.cc | 52 +++++++++++++++++++++++++++-------------------------
150063  1 file changed, 27 insertions(+), 25 deletions(-)
150064
150065 commit 73af7756dc6d3961f176854246e5722baff101fb
150066 Author: Behdad Esfahbod <behdad@behdad.org>
150067 Date:   Fri May 14 23:38:08 2010 -0400
150068
150069     Indent
150070
150071  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
150072  1 file changed, 6 insertions(+), 6 deletions(-)
150073
150074 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
150075 Author: Behdad Esfahbod <behdad@behdad.org>
150076 Date:   Fri May 14 23:28:44 2010 -0400
150077
150078     Add an inline version of hb_buffer_ensure()
150079
150080  src/hb-buffer.cc | 117 ++++++++++++++++++++++++++++++-------------------------
150081  1 file changed, 63 insertions(+), 54 deletions(-)
150082
150083 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
150084 Author: Behdad Esfahbod <behdad@behdad.org>
150085 Date:   Fri May 14 23:20:16 2010 -0400
150086
150087     Handle malloc failture in the buffer
150088
150089  src/hb-buffer-private.hh |  5 ++--
150090  src/hb-buffer.cc         | 71 +++++++++++++++++++++++++++++-------------------
150091  src/hb-buffer.h          |  2 +-
150092  3 files changed, 47 insertions(+), 31 deletions(-)
150093
150094 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
150095 Author: Behdad Esfahbod <behdad@behdad.org>
150096 Date:   Fri May 14 22:25:42 2010 -0400
150097
150098     Minor
150099
150100  src/hb-shape.cc | 60 +++++++++++++++++++++++++--------------------------------
150101  1 file changed, 26 insertions(+), 34 deletions(-)
150102
150103 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
150104 Author: Behdad Esfahbod <behdad@behdad.org>
150105 Date:   Fri May 14 22:13:38 2010 -0400
150106
150107     Update buffer docs
150108
150109  src/hb-buffer-private.hh | 13 +++++++------
150110  src/hb-buffer.cc         | 16 ++++++++--------
150111  2 files changed, 15 insertions(+), 14 deletions(-)
150112
150113 commit 36b73c80df91e96492357c6da945e081e9046a93
150114 Author: Behdad Esfahbod <behdad@behdad.org>
150115 Date:   Fri May 14 22:10:39 2010 -0400
150116
150117     Shortening buffer accessors: rename buffer->in_pos to buffer->i
150118
150119  src/hb-buffer-private.hh             |  2 +-
150120  src/hb-buffer.cc                     | 52 ++++++++++----------
150121  src/hb-ot-layout-gpos-private.hh     | 94 ++++++++++++++++++------------------
150122  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
150123  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
150124  src/hb-shape.cc                      | 40 +++++++--------
150125  6 files changed, 141 insertions(+), 141 deletions(-)
150126
150127 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
150128 Author: Behdad Esfahbod <behdad@behdad.org>
150129 Date:   Fri May 14 22:08:22 2010 -0400
150130
150131     Shortening buffer accessors: rename buffer->out_length to buffer->out_len
150132
150133  src/hb-buffer-private.hh             |  2 +-
150134  src/hb-buffer.cc                     | 52 ++++++++++++++++++------------------
150135  src/hb-ot-layout-gsub-private.hh     |  2 +-
150136  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
150137  4 files changed, 31 insertions(+), 31 deletions(-)
150138
150139 commit 6960350be97f24e97140391025b56369c393a3df
150140 Author: Behdad Esfahbod <behdad@behdad.org>
150141 Date:   Fri May 14 22:07:46 2010 -0400
150142
150143     Shortening buffer accessors: rename buffer->in_length to buffer->len
150144
150145  src/hb-buffer-private.hh             |  2 +-
150146  src/hb-buffer.cc                     | 26 +++++++++++++-------------
150147  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
150148  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
150149  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
150150  src/hb-shape.cc                      | 12 ++++++------
150151  6 files changed, 32 insertions(+), 32 deletions(-)
150152
150153 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
150154 Author: Behdad Esfahbod <behdad@behdad.org>
150155 Date:   Fri May 14 22:05:53 2010 -0400
150156
150157     Shortening buffer accessors: rename buffer->positions to buffer->pos
150158
150159  src/hb-buffer-private.hh         |  4 ++--
150160  src/hb-buffer.cc                 | 32 ++++++++++++++++----------------
150161  src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
150162  src/hb-shape.cc                  | 10 +++++-----
150163  4 files changed, 36 insertions(+), 36 deletions(-)
150164
150165 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
150166 Author: Behdad Esfahbod <behdad@behdad.org>
150167 Date:   Fri May 14 22:03:11 2010 -0400
150168
150169     Shortening buffer accessors: rename buffer->out_string to buffer->out_info
150170
150171  src/hb-buffer-private.hh             |  2 +-
150172  src/hb-buffer.cc                     | 56 ++++++++++++++++++------------------
150173  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
150174  3 files changed, 31 insertions(+), 31 deletions(-)
150175
150176 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
150177 Author: Behdad Esfahbod <behdad@behdad.org>
150178 Date:   Fri May 14 22:02:37 2010 -0400
150179
150180     Shortening buffer accessors: rename buffer->in_string to buffer->info
150181
150182  src/hb-buffer-private.hh             |  2 +-
150183  src/hb-buffer.cc                     | 82 ++++++++++++++++++------------------
150184  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
150185  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
150186  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
150187  src/hb-shape.cc                      | 18 ++++----
150188  6 files changed, 108 insertions(+), 108 deletions(-)
150189
150190 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
150191 Author: Behdad Esfahbod <behdad@behdad.org>
150192 Date:   Fri May 14 21:58:22 2010 -0400
150193
150194     Merge buffer->out_pos and buffer->out_length
150195
150196  src/hb-buffer-private.hh             |  1 -
150197  src/hb-buffer.cc                     | 48 +++++++++++++++---------------------
150198  src/hb-ot-layout-gsub-private.hh     |  2 +-
150199  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
150200  4 files changed, 24 insertions(+), 33 deletions(-)
150201
150202 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
150203 Author: Behdad Esfahbod <behdad@behdad.org>
150204 Date:   Fri May 14 21:41:04 2010 -0400
150205
150206     Remove the unused BUFFER macro
150207
150208  src/hb-buffer-private.hh             | 6 ------
150209  src/hb-ot-layout-gpos-private.hh     | 6 ------
150210  src/hb-ot-layout-gsub-private.hh     | 6 ------
150211  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
150212  4 files changed, 23 deletions(-)
150213
150214 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
150215 Author: Behdad Esfahbod <behdad@behdad.org>
150216 Date:   Fri May 14 21:38:13 2010 -0400
150217
150218     Remove the IN_CURGLYPH() macro
150219
150220  src/hb-buffer-private.hh             |  3 ---
150221  src/hb-ot-layout-gpos-private.hh     | 24 ++++++++++++------------
150222  src/hb-ot-layout-gsub-private.hh     | 16 ++++++++--------
150223  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
150224  src/hb-shape.cc                      | 14 +++++++-------
150225  5 files changed, 35 insertions(+), 38 deletions(-)
150226
150227 commit d784da1923ff2ca093f8b0210449731d376b7513
150228 Author: Behdad Esfahbod <behdad@behdad.org>
150229 Date:   Fri May 14 21:37:18 2010 -0400
150230
150231     Remove the IN_CURINFO() macro
150232
150233  src/hb-buffer-private.hh             | 1 -
150234  src/hb-ot-layout-gpos-private.hh     | 2 +-
150235  src/hb-ot-layout-gsub-private.hh     | 4 ++--
150236  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
150237  4 files changed, 4 insertions(+), 5 deletions(-)
150238
150239 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
150240 Author: Behdad Esfahbod <behdad@behdad.org>
150241 Date:   Fri May 14 21:34:22 2010 -0400
150242
150243     Remove IN_INFO() and IN_NEXTGLYPH() macros
150244
150245  src/hb-buffer-private.hh             |  2 --
150246  src/hb-ot-layout-gpos-private.hh     | 10 +++++-----
150247  src/hb-ot-layout-gsub-private.hh     |  2 +-
150248  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
150249  src/hb-shape.cc                      |  4 ++--
150250  5 files changed, 10 insertions(+), 12 deletions(-)
150251
150252 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
150253 Author: Behdad Esfahbod <behdad@behdad.org>
150254 Date:   Fri May 14 21:07:35 2010 -0400
150255
150256     Remove the IN_GLYPH() macro
150257
150258  src/hb-buffer-private.hh             |  1 -
150259  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
150260  src/hb-ot-layout-gsub-private.hh     |  2 +-
150261  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
150262  src/hb-shape.cc                      |  2 +-
150263  5 files changed, 10 insertions(+), 11 deletions(-)
150264
150265 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
150266 Author: Behdad Esfahbod <behdad@behdad.org>
150267 Date:   Fri May 14 21:00:08 2010 -0400
150268
150269     Remove the IN_CLUSTER() macro
150270
150271  src/hb-buffer-private.hh | 1 -
150272  src/hb-shape.cc          | 2 +-
150273  2 files changed, 1 insertion(+), 2 deletions(-)
150274
150275 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
150276 Author: Behdad Esfahbod <behdad@behdad.org>
150277 Date:   Fri May 14 20:30:07 2010 -0400
150278
150279     Remove the IN_MASK() macro
150280
150281  src/hb-buffer-private.hh         | 1 -
150282  src/hb-ot-layout-gpos-private.hh | 2 +-
150283  src/hb-ot-layout-gsub-private.hh | 4 ++--
150284  3 files changed, 3 insertions(+), 4 deletions(-)
150285
150286 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
150287 Author: Behdad Esfahbod <behdad@behdad.org>
150288 Date:   Fri May 14 20:25:55 2010 -0400
150289
150290     Remove the IN_LIGID() macro
150291
150292  src/hb-buffer-private.hh         | 1 -
150293  src/hb-ot-layout-gpos-private.hh | 4 ++--
150294  src/hb-ot-layout-gsub-private.hh | 2 +-
150295  3 files changed, 3 insertions(+), 4 deletions(-)
150296
150297 commit 4a871041f4718834afa312ed17cdd157603468b7
150298 Author: Behdad Esfahbod <behdad@behdad.org>
150299 Date:   Fri May 14 20:25:04 2010 -0400
150300
150301     Remove IN_COMPONENT() macro
150302
150303  src/hb-buffer-private.hh         | 1 -
150304  src/hb-ot-layout-gpos-private.hh | 8 ++++----
150305  src/hb-ot-layout-gsub-private.hh | 2 +-
150306  3 files changed, 5 insertions(+), 6 deletions(-)
150307
150308 commit 27da6dd89a359f7ef340c646c4cb79373782261d
150309 Author: Behdad Esfahbod <behdad@behdad.org>
150310 Date:   Fri May 14 20:17:50 2010 -0400
150311
150312     Remove OUT_GLYPH() and OUT_INFO() macros
150313
150314  src/hb-buffer-private.hh             | 2 --
150315  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
150316  2 files changed, 2 insertions(+), 4 deletions(-)
150317
150318 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
150319 Author: Behdad Esfahbod <behdad@behdad.org>
150320 Date:   Fri May 14 20:09:48 2010 -0400
150321
150322     Fix lookahead matching.  Oops!
150323
150324  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
150325  1 file changed, 1 insertion(+), 1 deletion(-)
150326
150327 commit 3109375b849f340b4807724218010c53dea58082
150328 Author: Behdad Esfahbod <behdad@behdad.org>
150329 Date:   Fri May 14 19:55:27 2010 -0400
150330
150331     Remove POSITION() and CURPOSITION() macros
150332
150333  src/hb-buffer-private.hh         |  2 --
150334  src/hb-ot-layout-gpos-private.hh | 54 ++++++++++++++++++++--------------------
150335  src/hb-shape.cc                  | 10 ++++----
150336  3 files changed, 32 insertions(+), 34 deletions(-)
150337
150338 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
150339 Author: Behdad Esfahbod <behdad@behdad.org>
150340 Date:   Thu May 13 14:18:49 2010 -0400
150341
150342     s/\<context\>/c/g
150343
150344  src/hb-open-file-private.hh          |  28 +--
150345  src/hb-open-type-private.hh          | 100 ++++----
150346  src/hb-ot-layout-common-private.hh   |  84 +++----
150347  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
150348  src/hb-ot-layout-gpos-private.hh     | 460 +++++++++++++++++------------------
150349  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
150350  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
150351  src/hb-ot-layout.cc                  |  24 +-
150352  8 files changed, 679 insertions(+), 679 deletions(-)
150353
150354 commit f679635893eebc13402c5ee51a6f106eed0c76be
150355 Author: Behdad Esfahbod <behdad@behdad.org>
150356 Date:   Thu May 13 13:34:17 2010 -0400
150357
150358     Don't use variable-length-arrays
150359
150360  src/hb-open-type-private.hh | 11 +++++++++--
150361  1 file changed, 9 insertions(+), 2 deletions(-)
150362
150363 commit 72071a8afaba2952fe42be093024ae9dbd37f233
150364 Author: Behdad Esfahbod <behdad@behdad.org>
150365 Date:   Thu May 13 13:22:24 2010 -0400
150366
150367     Add a few more buffer convenience methods
150368
150369  src/hb-buffer-private.hh         | 12 ++++++++++++
150370  src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
150371  2 files changed, 22 insertions(+), 10 deletions(-)
150372
150373 commit 11a81612e51c598e857507c268312206423cbfca
150374 Author: Behdad Esfahbod <behdad@behdad.org>
150375 Date:   Thu May 13 00:01:40 2010 -0400
150376
150377     Minor
150378
150379  src/hb-unicode.c | 2 +-
150380  1 file changed, 1 insertion(+), 1 deletion(-)
150381
150382 commit 3f93518a634cb1852bf050877db23b9b9203ad03
150383 Author: Behdad Esfahbod <behdad@behdad.org>
150384 Date:   Wed May 12 23:48:40 2010 -0400
150385
150386     Improve check for internal symbols
150387
150388  src/check-internal-symbols.sh | 2 +-
150389  1 file changed, 1 insertion(+), 1 deletion(-)
150390
150391 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
150392 Author: Behdad Esfahbod <behdad@behdad.org>
150393 Date:   Wed May 12 23:46:16 2010 -0400
150394
150395     Make HB_PRIVATE more useful
150396     
150397     So we can apply it to class methods also.  Not sure if that works!
150398
150399  src/hb-blob-private.h    | 2 +-
150400  src/hb-font-private.hh   | 4 ++--
150401  src/hb-private.h         | 2 +-
150402  src/hb-unicode-private.h | 3 +--
150403  4 files changed, 5 insertions(+), 6 deletions(-)
150404
150405 commit 1d5e78013696b10751d8a35027619e81978e1312
150406 Author: Behdad Esfahbod <behdad@behdad.org>
150407 Date:   Wed May 12 23:43:00 2010 -0400
150408
150409     Add a few other buffer methods
150410
150411  src/hb-buffer-private.hh             | 11 +++++++----
150412  src/hb-buffer.cc                     |  7 -------
150413  src/hb-ot-layout-gsub-private.hh     | 10 +++++-----
150414  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
150415  4 files changed, 14 insertions(+), 18 deletions(-)
150416
150417 commit d0316a81f59a4e814b0af78797d915d7ce04d119
150418 Author: Behdad Esfahbod <behdad@behdad.org>
150419 Date:   Wed May 12 23:34:52 2010 -0400
150420
150421     Add buffer->swap()
150422
150423  src/hb-buffer-private.hh         | 68 ++++++++++++++++++++++------------------
150424  src/hb-ot-layout-gsub-private.hh |  2 +-
150425  2 files changed, 38 insertions(+), 32 deletions(-)
150426
150427 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
150428 Author: Behdad Esfahbod <behdad@behdad.org>
150429 Date:   Wed May 12 23:28:38 2010 -0400
150430
150431     Add check for internal symbols
150432
150433  src/Makefile.am               |  3 ++-
150434  src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
150435  2 files changed, 30 insertions(+), 1 deletion(-)
150436
150437 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
150438 Author: Behdad Esfahbod <behdad@behdad.org>
150439 Date:   Wed May 12 23:22:55 2010 -0400
150440
150441     Hide internal symbols
150442
150443  src/hb-ot-layout-private.hh | 4 ++--
150444  src/hb-private.h            | 8 ++++----
150445  2 files changed, 6 insertions(+), 6 deletions(-)
150446
150447 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
150448 Author: Behdad Esfahbod <behdad@behdad.org>
150449 Date:   Wed May 12 23:13:39 2010 -0400
150450
150451     Add buffer->allocate_lig_id()
150452
150453  src/hb-buffer-private.hh         | 5 ++---
150454  src/hb-buffer.cc                 | 6 ------
150455  src/hb-ot-layout-gsub-private.hh | 4 ++--
150456  3 files changed, 4 insertions(+), 11 deletions(-)
150457
150458 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
150459 Author: Behdad Esfahbod <behdad@behdad.org>
150460 Date:   Wed May 12 18:29:25 2010 -0400
150461
150462     Use bit tricks for HB_DIRECTION_IS_*
150463     
150464     We already depend on the exact values of the direction enum
150465     in HB_DIRECTION_REVERSE(), so we may as well use that.
150466
150467  src/hb-common.h | 8 ++++----
150468  1 file changed, 4 insertions(+), 4 deletions(-)
150469
150470 commit 22da7fd94d6318c52df69d70470a85464ffc533d
150471 Author: Behdad Esfahbod <behdad@behdad.org>
150472 Date:   Wed May 12 18:23:21 2010 -0400
150473
150474     Rename a few files to be C++ sources
150475     
150476     In anticipation for buffer revamp coming.
150477
150478  src/Makefile.am                                         | 16 ++++++++--------
150479  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
150480  src/{hb-buffer.c => hb-buffer.cc}                       | 14 +++++++-------
150481  src/hb-common.h                                         |  1 +
150482  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
150483  src/hb-font.cc                                          |  4 ++--
150484  src/{hb-ft.c => hb-ft.cc}                               |  8 ++++----
150485  src/hb-ot-layout-common-private.hh                      |  2 +-
150486  src/hb-ot-layout-gdef-private.hh                        |  2 +-
150487  src/hb-ot-layout-gsubgpos-private.hh                    |  2 +-
150488  src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} |  2 +-
150489  src/hb-ot-layout.cc                                     |  2 +-
150490  src/{hb-ot-shape-private.h => hb-ot-shape-private.hh}   |  0
150491  src/{hb-ot-shape.c => hb-ot-shape.cc}                   |  4 ++--
150492  src/{hb-shape.c => hb-shape.cc}                         |  6 +++---
150493  15 files changed, 34 insertions(+), 33 deletions(-)
150494
150495 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
150496 Author: Behdad Esfahbod <behdad@behdad.org>
150497 Date:   Tue May 11 13:54:12 2010 -0400
150498
150499     Fix comment
150500
150501  src/hb-buffer-private.h | 3 +--
150502  1 file changed, 1 insertion(+), 2 deletions(-)
150503
150504 commit 281f08954a1d96d7807153c25073b8eb7630703b
150505 Author: Behdad Esfahbod <behdad@behdad.org>
150506 Date:   Tue May 11 11:37:58 2010 -0400
150507
150508     Remove obsolete friend
150509
150510  src/hb-ot-layout-gpos-private.hh | 1 -
150511  1 file changed, 1 deletion(-)
150512
150513 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
150514 Author: Behdad Esfahbod <behdad@behdad.org>
150515 Date:   Tue May 11 00:23:50 2010 -0400
150516
150517     Simplify PairSet
150518
150519  src/hb-ot-layout-gpos-private.hh | 101 +++++++++++++++++++++------------------
150520  1 file changed, 54 insertions(+), 47 deletions(-)
150521
150522 commit 97e7f8f305c47caf2968a9da3b8407825547286d
150523 Author: Behdad Esfahbod <behdad@behdad.org>
150524 Date:   Tue May 11 00:11:36 2010 -0400
150525
150526     Add CONST_FUNC annotation
150527
150528  src/hb-private.h | 2 +-
150529  1 file changed, 1 insertion(+), 1 deletion(-)
150530
150531 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
150532 Author: Behdad Esfahbod <behdad@behdad.org>
150533 Date:   Mon May 10 23:50:07 2010 -0400
150534
150535     Simplify likely() implementation
150536     
150537     Shrinks .text by 1%!
150538
150539  src/hb-private.h | 10 +---------
150540  1 file changed, 1 insertion(+), 9 deletions(-)
150541
150542 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
150543 Author: Behdad Esfahbod <behdad@behdad.org>
150544 Date:   Mon May 10 23:44:51 2010 -0400
150545
150546     Fix warnings
150547
150548  src/hb-open-type-private.hh | 2 +-
150549  1 file changed, 1 insertion(+), 1 deletion(-)
150550
150551 commit 4c20d8c057738b66150a88472714690e137884f8
150552 Author: Behdad Esfahbod <behdad@behdad.org>
150553 Date:   Mon May 10 23:27:54 2010 -0400
150554
150555     Sprinkle a few strategic likely()'s
150556     
150557     Shrinks the code size by some 2% even.
150558
150559  src/hb-open-file-private.hh |  4 ++--
150560  src/hb-open-type-private.hh | 20 ++++++++++----------
150561  2 files changed, 12 insertions(+), 12 deletions(-)
150562
150563 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
150564 Author: Behdad Esfahbod <behdad@behdad.org>
150565 Date:   Mon May 10 23:13:08 2010 -0400
150566
150567     Remove a few likely()'s
150568
150569  src/hb-ot-layout-common-private.hh | 2 +-
150570  src/hb-ot-layout-gpos-private.hh   | 8 ++++----
150571  2 files changed, 5 insertions(+), 5 deletions(-)
150572
150573 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
150574 Author: Behdad Esfahbod <behdad@behdad.org>
150575 Date:   Mon May 10 23:08:41 2010 -0400
150576
150577     Remove excess sub_format sanitize
150578
150579  src/hb-ot-layout-gpos-private.hh | 1 -
150580  src/hb-ot-layout-gsub-private.hh | 1 -
150581  2 files changed, 2 deletions(-)
150582
150583 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
150584 Author: Behdad Esfahbod <behdad@behdad.org>
150585 Date:   Mon May 10 22:41:50 2010 -0400
150586
150587     Shrink NullPool now that we have accurate size tracking
150588
150589  src/hb-open-type-private.hh | 2 +-
150590  1 file changed, 1 insertion(+), 1 deletion(-)
150591
150592 commit 3d44fb6f15177dc6518166e435597936b044acc1
150593 Author: Behdad Esfahbod <behdad@behdad.org>
150594 Date:   Mon May 10 22:22:54 2010 -0400
150595
150596     Fix warning
150597
150598  src/hb-ot-layout-common-private.hh | 2 +-
150599  1 file changed, 1 insertion(+), 1 deletion(-)
150600
150601 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
150602 Author: Behdad Esfahbod <behdad@behdad.org>
150603 Date:   Mon May 10 22:22:22 2010 -0400
150604
150605     Clean up NO_INDEX
150606
150607  src/hb-open-file-private.hh        |  2 +-
150608  src/hb-open-type-private.hh        | 10 ++++++----
150609  src/hb-ot-layout-common-private.hh | 17 ++++-------------
150610  src/hb-ot-layout.cc                |  8 ++++----
150611  src/main.cc                        |  2 +-
150612  5 files changed, 16 insertions(+), 23 deletions(-)
150613
150614 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
150615 Author: Behdad Esfahbod <behdad@behdad.org>
150616 Date:   Mon May 10 21:39:24 2010 -0400
150617
150618     Fix awful confusion between lookup format and subtable format
150619     
150620     As reported by John Daggett.
150621
150622  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
150623  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
150624  2 files changed, 14 insertions(+), 14 deletions(-)
150625
150626 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
150627 Author: Behdad Esfahbod <behdad@behdad.org>
150628 Date:   Mon May 10 21:11:35 2010 -0400
150629
150630     Fix tracing order
150631
150632  src/hb-open-type-private.hh          | 14 +++++---------
150633  src/hb-ot-layout-gsubgpos-private.hh |  3 +--
150634  2 files changed, 6 insertions(+), 11 deletions(-)
150635
150636 commit 48146e5612f6d272d6962f6829c6d64a31edef89
150637 Author: Behdad Esfahbod <behdad@behdad.org>
150638 Date:   Mon May 10 20:07:56 2010 -0400
150639
150640     Don't fail sanitize on NULL data
150641
150642  src/hb-open-type-private.hh | 5 +++++
150643  1 file changed, 5 insertions(+)
150644
150645 commit d2c2ca8faf62fc380d4717d286556139a62d2356
150646 Author: Behdad Esfahbod <behdad@behdad.org>
150647 Date:   Mon May 10 19:58:25 2010 -0400
150648
150649     Fix comment
150650
150651  src/hb-open-type-private.hh | 2 +-
150652  1 file changed, 1 insertion(+), 1 deletion(-)
150653
150654 commit b435ab7e29c388e3b100f729957319931625a3a8
150655 Author: Behdad Esfahbod <behdad@behdad.org>
150656 Date:   Mon May 10 19:51:57 2010 -0400
150657
150658     Fix accessing tables from NULL pointer
150659
150660  src/hb-font.cc              | 2 +-
150661  src/hb-open-type-private.hh | 5 +++++
150662  src/hb-ot-layout.cc         | 6 +++---
150663  3 files changed, 9 insertions(+), 4 deletions(-)
150664
150665 commit dacebcadae36b35531d635d81df2afb937677b7a
150666 Author: Behdad Esfahbod <behdad@behdad.org>
150667 Date:   Mon May 10 19:45:41 2010 -0400
150668
150669     Simplify unions
150670
150671  src/hb-open-file-private.hh          |  24 +++----
150672  src/hb-ot-layout-common-private.hh   |  24 +++----
150673  src/hb-ot-layout-gdef-private.hh     |  24 +++----
150674  src/hb-ot-layout-gpos-private.hh     | 120 +++++++++++++++++------------------
150675  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
150676  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
150677  6 files changed, 163 insertions(+), 161 deletions(-)
150678
150679 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
150680 Author: Behdad Esfahbod <behdad@behdad.org>
150681 Date:   Mon May 10 19:02:32 2010 -0400
150682
150683     Remove unused macro
150684
150685  src/hb-open-type-private.hh | 1 -
150686  1 file changed, 1 deletion(-)
150687
150688 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
150689 Author: Behdad Esfahbod <behdad@behdad.org>
150690 Date:   Mon May 10 19:01:17 2010 -0400
150691
150692     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
150693
150694  src/hb-open-file-private.hh          |  4 ++--
150695  src/hb-open-type-private.hh          | 10 +++++-----
150696  src/hb-ot-layout-common-private.hh   | 27 +++++++++++++++------------
150697  src/hb-ot-layout-gdef-private.hh     | 10 +++++-----
150698  src/hb-ot-layout-gpos-private.hh     | 25 ++++++++++++-------------
150699  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
150700  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
150701  7 files changed, 54 insertions(+), 52 deletions(-)
150702
150703 commit 596e471aa5053d955fb5d5b5923088c8814469b1
150704 Author: Behdad Esfahbod <behdad@behdad.org>
150705 Date:   Mon May 10 18:47:48 2010 -0400
150706
150707     Cleanup DEFINE_SIZE_VAR2
150708
150709  src/hb-open-type-private.hh          | 18 +++++++++++-------
150710  src/hb-ot-layout-common-private.hh   |  6 +++---
150711  src/hb-ot-layout-gdef-private.hh     |  4 ++--
150712  src/hb-ot-layout-gpos-private.hh     |  4 ++--
150713  src/hb-ot-layout-gsub-private.hh     |  2 +-
150714  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
150715  6 files changed, 21 insertions(+), 17 deletions(-)
150716
150717 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
150718 Author: Behdad Esfahbod <behdad@behdad.org>
150719 Date:   Mon May 10 18:35:02 2010 -0400
150720
150721     Minor
150722
150723  src/hb-open-type-private.hh | 14 +++++++-------
150724  1 file changed, 7 insertions(+), 7 deletions(-)
150725
150726 commit b961518b9611471ff7060e97686e5625974847eb
150727 Author: Behdad Esfahbod <behdad@behdad.org>
150728 Date:   Mon May 10 18:20:54 2010 -0400
150729
150730     Simplify array access
150731
150732  src/hb-open-type-private.hh          | 29 ++++++++++-------------------
150733  src/hb-ot-layout-common-private.hh   |  8 ++++----
150734  src/hb-ot-layout-gsub-private.hh     |  6 +++---
150735  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
150736  4 files changed, 25 insertions(+), 34 deletions(-)
150737
150738 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
150739 Author: Behdad Esfahbod <behdad@behdad.org>
150740 Date:   Mon May 10 18:13:32 2010 -0400
150741
150742     Fix check_struct to check min_size instead of sizeof
150743
150744  src/hb-open-type-private.hh | 2 +-
150745  1 file changed, 1 insertion(+), 1 deletion(-)
150746
150747 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
150748 Author: Behdad Esfahbod <behdad@behdad.org>
150749 Date:   Mon May 10 18:08:46 2010 -0400
150750
150751     Further cleanup of sizeof
150752
150753  src/hb-open-type-private.hh          |  7 +++++--
150754  src/hb-ot-layout-common-private.hh   |  4 ++++
150755  src/hb-ot-layout-gdef-private.hh     |  4 ++++
150756  src/hb-ot-layout-gpos-private.hh     | 10 +++++++---
150757  src/hb-ot-layout-gsub-private.hh     |  4 +++-
150758  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
150759  6 files changed, 25 insertions(+), 6 deletions(-)
150760
150761 commit a82ef7a893b773a17f7548375de9f588dfc83aba
150762 Author: Behdad Esfahbod <behdad@behdad.org>
150763 Date:   Mon May 10 17:55:03 2010 -0400
150764
150765     Remove CastP completely
150766
150767  src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
150768  1 file changed, 17 insertions(+), 22 deletions(-)
150769
150770 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
150771 Author: Behdad Esfahbod <behdad@behdad.org>
150772 Date:   Mon May 10 17:47:22 2010 -0400
150773
150774     Remove unnecessary casts
150775
150776  src/hb-open-type-private.hh          | 12 ++++++------
150777  src/hb-ot-layout-common-private.hh   |  2 +-
150778  src/hb-ot-layout-gpos-private.hh     | 34 +++++++++++++++++-----------------
150779  src/hb-ot-layout-gsub-private.hh     |  4 ++--
150780  src/hb-ot-layout-gsubgpos-private.hh | 34 +++++++++++++++++-----------------
150781  5 files changed, 43 insertions(+), 43 deletions(-)
150782
150783 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
150784 Author: Behdad Esfahbod <behdad@behdad.org>
150785 Date:   Mon May 10 17:36:03 2010 -0400
150786
150787     Make StructAtOffset take a pointer
150788     
150789     Is safer.
150790
150791  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
150792  src/hb-ot-layout-gpos-private.hh |  6 +++---
150793  src/hb-ot-layout-gsub-private.hh |  4 ++--
150794  3 files changed, 18 insertions(+), 18 deletions(-)
150795
150796 commit bea34c7cbb583cf7660776e95cab3171590b8427
150797 Author: Behdad Esfahbod <behdad@behdad.org>
150798 Date:   Mon May 10 17:28:16 2010 -0400
150799
150800     Further cleanup of DEFINE_SIZE
150801
150802  src/hb-open-file-private.hh          |  2 +-
150803  src/hb-open-type-private.hh          | 10 +++++-----
150804  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
150805  src/hb-ot-layout-gdef-private.hh     |  8 ++++----
150806  src/hb-ot-layout-gpos-private.hh     | 16 +++++-----------
150807  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
150808  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
150809  7 files changed, 37 insertions(+), 43 deletions(-)
150810
150811 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
150812 Author: Behdad Esfahbod <behdad@behdad.org>
150813 Date:   Mon May 10 17:04:20 2010 -0400
150814
150815     Cleanup
150816
150817  src/hb-open-type-private.hh | 18 ++++++++++--------
150818  1 file changed, 10 insertions(+), 8 deletions(-)
150819
150820 commit b3651231bf80bb7009214547a75ed90e21815c68
150821 Author: Behdad Esfahbod <behdad@behdad.org>
150822 Date:   Mon May 10 16:57:29 2010 -0400
150823
150824     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
150825
150826  src/hb-open-file-private.hh          |  3 ++-
150827  src/hb-open-type-private.hh          | 20 +++++++++++++---
150828  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
150829  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
150830  src/hb-ot-layout-gpos-private.hh     | 44 ++++++++++++++++++++----------------
150831  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
150832  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
150833  src/hb-private.h                     |  2 --
150834  8 files changed, 109 insertions(+), 65 deletions(-)
150835
150836 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
150837 Author: Behdad Esfahbod <behdad@behdad.org>
150838 Date:   Mon May 10 16:38:32 2010 -0400
150839
150840     Cleanup ASSERT_SIZE_VAR
150841
150842  src/hb-open-file-private.hh          |  9 ++++++---
150843  src/hb-open-type-private.hh          |  6 ++++--
150844  src/hb-ot-layout-common-private.hh   | 22 ++++++++++++----------
150845  src/hb-ot-layout-gdef-private.hh     |  3 ++-
150846  src/hb-ot-layout-gpos-private.hh     | 30 +++++++++++++++++++-----------
150847  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
150848  src/hb-private.h                     |  8 --------
150849  7 files changed, 49 insertions(+), 39 deletions(-)
150850
150851 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
150852 Author: Behdad Esfahbod <behdad@behdad.org>
150853 Date:   Thu May 6 19:37:32 2010 -0400
150854
150855     Whitespace
150856
150857  src/hb-ot-layout-gpos-private.hh | 1 +
150858  1 file changed, 1 insertion(+)
150859
150860 commit 65f46b00333e20ab8a52a4b350747507541ec1db
150861 Author: Behdad Esfahbod <behdad@behdad.org>
150862 Date:   Thu May 6 19:35:19 2010 -0400
150863
150864     Simplify DEFINE_NULL_DATA
150865     
150866     Using ::min_size.
150867
150868  src/hb-open-type-private.hh        | 6 +++---
150869  src/hb-ot-layout-common-private.hh | 9 +++++----
150870  2 files changed, 8 insertions(+), 7 deletions(-)
150871
150872 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
150873 Author: Behdad Esfahbod <behdad@behdad.org>
150874 Date:   Thu May 6 19:33:31 2010 -0400
150875
150876     Start cleaning up get_size()
150877     
150878     So we know when the size is static and when dynamic.
150879
150880  src/hb-open-file-private.hh          |  7 +++---
150881  src/hb-open-type-private.hh          | 42 +++++++++++++++++++++++++-----------
150882  src/hb-ot-layout-common-private.hh   | 14 ++++++------
150883  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
150884  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
150885  5 files changed, 55 insertions(+), 44 deletions(-)
150886
150887 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
150888 Author: Behdad Esfahbod <behdad@behdad.org>
150889 Date:   Thu May 6 14:48:27 2010 -0400
150890
150891     Remove the last of SANITIZE macros: SANITIZE_SELF
150892
150893  src/hb-open-file-private.hh          |  4 ++--
150894  src/hb-open-type-private.hh          | 21 ++++++++++++---------
150895  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
150896  src/hb-ot-layout-gdef-private.hh     |  6 +++---
150897  src/hb-ot-layout-gpos-private.hh     | 26 +++++++++++++-------------
150898  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
150899  6 files changed, 41 insertions(+), 38 deletions(-)
150900
150901 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
150902 Author: Behdad Esfahbod <behdad@behdad.org>
150903 Date:   Thu May 6 13:30:23 2010 -0400
150904
150905     Remove SANITIZE macro
150906
150907  src/hb-open-file-private.hh          |  4 ++--
150908  src/hb-open-type-private.hh          |  6 ++----
150909  src/hb-ot-layout-common-private.hh   | 18 +++++++++---------
150910  src/hb-ot-layout-gdef-private.hh     |  6 +++---
150911  src/hb-ot-layout-gpos-private.hh     | 18 +++++++++---------
150912  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
150913  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
150914  7 files changed, 49 insertions(+), 51 deletions(-)
150915
150916 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
150917 Author: Behdad Esfahbod <behdad@behdad.org>
150918 Date:   Thu May 6 13:06:15 2010 -0400
150919
150920     Cleanup Value casts
150921
150922  src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
150923  1 file changed, 21 insertions(+), 13 deletions(-)
150924
150925 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
150926 Author: Behdad Esfahbod <behdad@behdad.org>
150927 Date:   Thu May 6 12:55:14 2010 -0400
150928
150929     Remove SANITIZE_WITH_BASE
150930
150931  src/hb-open-file-private.hh          |  2 +-
150932  src/hb-open-type-private.hh          |  2 -
150933  src/hb-ot-layout-common-private.hh   |  6 +--
150934  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
150935  src/hb-ot-layout-gpos-private.hh     | 90 ++++++++++++++++++------------------
150936  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
150937  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
150938  7 files changed, 98 insertions(+), 101 deletions(-)
150939
150940 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
150941 Author: Behdad Esfahbod <behdad@behdad.org>
150942 Date:   Thu May 6 10:26:52 2010 -0400
150943
150944     Remove SANITIZE_MEM
150945
150946  src/hb-open-type-private.hh          | 4 +---
150947  src/hb-ot-layout-common-private.hh   | 2 +-
150948  src/hb-ot-layout-gpos-private.hh     | 2 +-
150949  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
150950  4 files changed, 6 insertions(+), 8 deletions(-)
150951
150952 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
150953 Author: Behdad Esfahbod <behdad@behdad.org>
150954 Date:   Thu May 6 09:24:24 2010 -0400
150955
150956     Rename check to check_range
150957
150958  src/hb-open-type-private.hh | 8 ++++----
150959  1 file changed, 4 insertions(+), 4 deletions(-)
150960
150961 commit 1cd1e117d060d38e314618b627d7663cb01ed584
150962 Author: Behdad Esfahbod <behdad@behdad.org>
150963 Date:   Wed May 5 20:15:14 2010 -0400
150964
150965     Remove SANITIZE_ARRAY
150966
150967  src/hb-open-file-private.hh          |  2 +-
150968  src/hb-open-type-private.hh          | 16 +++++++---------
150969  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
150970  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
150971  4 files changed, 14 insertions(+), 16 deletions(-)
150972
150973 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
150974 Author: Behdad Esfahbod <behdad@behdad.org>
150975 Date:   Wed May 5 01:49:22 2010 -0400
150976
150977     Cosmetic
150978
150979  src/hb-open-file-private.hh          |  3 ++-
150980  src/hb-open-type-private.hh          |  6 ++++--
150981  src/hb-ot-layout-common-private.hh   | 15 ++++++++++-----
150982  src/hb-ot-layout-gpos-private.hh     |  5 ++---
150983  src/hb-ot-layout-gsub-private.hh     |  3 ++-
150984  src/hb-ot-layout-gsubgpos-private.hh |  9 +++++----
150985  6 files changed, 25 insertions(+), 16 deletions(-)
150986
150987 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
150988 Author: Behdad Esfahbod <behdad@behdad.org>
150989 Date:   Wed May 5 01:40:25 2010 -0400
150990
150991     Minor
150992
150993  src/hb-open-type-private.hh          | 4 ++--
150994  src/hb-ot-layout-gpos-private.hh     | 2 +-
150995  src/hb-ot-layout-gsub-private.hh     | 2 +-
150996  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
150997  4 files changed, 5 insertions(+), 5 deletions(-)
150998
150999 commit b18eafd0f62f854d15276c78f99843aecd47acad
151000 Author: Behdad Esfahbod <behdad@behdad.org>
151001 Date:   Wed May 5 01:39:26 2010 -0400
151002
151003     Minor
151004
151005  src/hb-open-type-private.hh | 2 +-
151006  1 file changed, 1 insertion(+), 1 deletion(-)
151007
151008 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
151009 Author: Behdad Esfahbod <behdad@behdad.org>
151010 Date:   Wed May 5 01:37:58 2010 -0400
151011
151012     Simplify chaining
151013
151014  src/hb-ot-layout-gsubgpos-private.hh | 61 +++++++++++++++---------------------
151015  1 file changed, 25 insertions(+), 36 deletions(-)
151016
151017 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
151018 Author: Behdad Esfahbod <behdad@behdad.org>
151019 Date:   Wed May 5 01:32:04 2010 -0400
151020
151021     Remove APPLY_ARG_DEF and APPLY_ARG
151022
151023  src/hb-ot-layout-gpos-private.hh     | 92 ++++++++++++++++++------------------
151024  src/hb-ot-layout-gsub-private.hh     | 88 +++++++++++++++++-----------------
151025  src/hb-ot-layout-gsubgpos-private.hh | 89 ++++++++++++++++------------------
151026  3 files changed, 132 insertions(+), 137 deletions(-)
151027
151028 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
151029 Author: Behdad Esfahbod <behdad@behdad.org>
151030 Date:   Wed May 5 01:30:48 2010 -0400
151031
151032     Port apply to use hb_trace_t
151033
151034  src/hb-ot-layout-gpos-private.hh     |  9 ++++-----
151035  src/hb-ot-layout-gsub-private.hh     | 11 +++++------
151036  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
151037  3 files changed, 14 insertions(+), 19 deletions(-)
151038
151039 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
151040 Author: Behdad Esfahbod <behdad@behdad.org>
151041 Date:   Wed May 5 01:23:44 2010 -0400
151042
151043     Move context_length into apply_context
151044
151045  src/hb-ot-layout-gpos-private.hh     |  9 ++---
151046  src/hb-ot-layout-gsub-private.hh     |  9 ++---
151047  src/hb-ot-layout-gsubgpos-private.hh | 70 ++++++++++++++++++++----------------
151048  3 files changed, 50 insertions(+), 38 deletions(-)
151049
151050 commit 94a23aaeca39c662614037ef887412249bdc8d49
151051 Author: Behdad Esfahbod <behdad@behdad.org>
151052 Date:   Wed May 5 01:13:09 2010 -0400
151053
151054     Move buffer into apply_context
151055
151056  src/hb-buffer-private.h              | 30 +++++++++--------
151057  src/hb-ot-layout-gpos-private.hh     | 64 ++++++++++++++++++++----------------
151058  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
151059  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
151060  4 files changed, 106 insertions(+), 82 deletions(-)
151061
151062 commit 63493f956dca519df49da0a6badc3cb0a1b92779
151063 Author: Behdad Esfahbod <behdad@behdad.org>
151064 Date:   Wed May 5 01:01:05 2010 -0400
151065
151066     Move layout_context into apply_context
151067
151068  src/hb-ot-layout-gpos-private.hh     | 105 ++++++++++++++++++-----------------
151069  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
151070  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
151071  3 files changed, 82 insertions(+), 81 deletions(-)
151072
151073 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
151074 Author: Behdad Esfahbod <behdad@behdad.org>
151075 Date:   Wed May 5 00:32:21 2010 -0400
151076
151077     Minor
151078
151079  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
151080  1 file changed, 6 insertions(+), 6 deletions(-)
151081
151082 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
151083 Author: Behdad Esfahbod <behdad@behdad.org>
151084 Date:   Wed May 5 00:26:16 2010 -0400
151085
151086     I keep changing my mind about this
151087
151088  src/hb-open-type-private.hh | 30 ++++++++++--------------------
151089  1 file changed, 10 insertions(+), 20 deletions(-)
151090
151091 commit 39840474afd2cda9ff576c08aff9c87095496c27
151092 Author: Behdad Esfahbod <behdad@behdad.org>
151093 Date:   Wed May 5 00:23:19 2010 -0400
151094
151095     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
151096
151097  src/hb-open-file-private.hh          |  16 ++---
151098  src/hb-open-type-private.hh          |  59 +++++++--------
151099  src/hb-ot-layout-common-private.hh   |  42 +++++------
151100  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
151101  src/hb-ot-layout-gpos-private.hh     | 136 +++++++++++++++++------------------
151102  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
151103  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
151104  7 files changed, 197 insertions(+), 202 deletions(-)
151105
151106 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
151107 Author: Behdad Esfahbod <behdad@behdad.org>
151108 Date:   Wed May 5 00:20:16 2010 -0400
151109
151110     Remove trace from sanitize_shallow()
151111
151112  src/hb-open-type-private.hh | 1 -
151113  1 file changed, 1 deletion(-)
151114
151115 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
151116 Author: Behdad Esfahbod <behdad@behdad.org>
151117 Date:   Wed May 5 00:19:46 2010 -0400
151118
151119     Add hb_trace_t
151120
151121  src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
151122  1 file changed, 19 insertions(+), 14 deletions(-)
151123
151124 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
151125 Author: Behdad Esfahbod <behdad@behdad.org>
151126 Date:   Tue May 4 23:21:57 2010 -0400
151127
151128     Make sanitize_depth variable automatic and not passed through function args
151129
151130  src/hb-open-type-private.hh | 72 +++++++++++++++++++++++++++------------------
151131  1 file changed, 43 insertions(+), 29 deletions(-)
151132
151133 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
151134 Author: Behdad Esfahbod <behdad@behdad.org>
151135 Date:   Tue May 4 22:46:21 2010 -0400
151136
151137     Use function template for pass-thru argument
151138
151139  src/hb-open-type-private.hh      | 26 ++++++--------------------
151140  src/hb-ot-layout-gpos-private.hh |  6 +++---
151141  2 files changed, 9 insertions(+), 23 deletions(-)
151142
151143 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
151144 Author: Behdad Esfahbod <behdad@behdad.org>
151145 Date:   Tue May 4 22:42:49 2010 -0400
151146
151147     Make _hb_sanitize_*() methods of the context object
151148
151149  src/hb-open-type-private.hh | 190 +++++++++++++++++++++++---------------------
151150  1 file changed, 98 insertions(+), 92 deletions(-)
151151
151152 commit bb029af943faa9905e652d58856998687e60c31d
151153 Author: Behdad Esfahbod <behdad@behdad.org>
151154 Date:   Tue May 4 15:28:52 2010 -0400
151155
151156     Remove SANITIZE_THIS
151157
151158  src/hb-open-file-private.hh          |  2 +-
151159  src/hb-open-type-private.hh          |  3 +-
151160  src/hb-ot-layout-common-private.hh   |  4 +--
151161  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
151162  src/hb-ot-layout-gpos-private.hh     | 55 ++++++++++++++++++++----------------
151163  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
151164  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
151165  7 files changed, 85 insertions(+), 75 deletions(-)
151166
151167 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
151168 Author: Behdad Esfahbod <behdad@behdad.org>
151169 Date:   Tue May 4 15:12:17 2010 -0400
151170
151171     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
151172
151173  src/hb-open-type-private.hh        | 11 +++++++----
151174  src/hb-ot-layout-common-private.hh |  3 ++-
151175  src/hb-ot-layout-gpos-private.hh   | 15 ++++++++-------
151176  3 files changed, 17 insertions(+), 12 deletions(-)
151177
151178 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
151179 Author: Behdad Esfahbod <behdad@behdad.org>
151180 Date:   Tue May 4 15:01:45 2010 -0400
151181
151182     Remove SANITIZE_OBJ
151183
151184  src/hb-open-type-private.hh | 3 +--
151185  1 file changed, 1 insertion(+), 2 deletions(-)
151186
151187 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
151188 Author: Behdad Esfahbod <behdad@behdad.org>
151189 Date:   Tue May 4 14:57:55 2010 -0400
151190
151191     Remove SANITIZE_THIS2
151192
151193  src/hb-open-type-private.hh          |  2 --
151194  src/hb-ot-layout-common-private.hh   |  3 ++-
151195  src/hb-ot-layout-gdef-private.hh     | 10 ++++++----
151196  src/hb-ot-layout-gpos-private.hh     |  9 ++++++---
151197  src/hb-ot-layout-gsub-private.hh     | 11 +++++++----
151198  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
151199  6 files changed, 30 insertions(+), 19 deletions(-)
151200
151201 commit 26bfcb64e473c40e439d6efbe974781dada28eca
151202 Author: Behdad Esfahbod <behdad@behdad.org>
151203 Date:   Tue May 4 14:49:45 2010 -0400
151204
151205     Cosmetic
151206
151207  src/hb-ot-layout-gdef-private.hh     | 5 ++---
151208  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
151209  2 files changed, 5 insertions(+), 7 deletions(-)
151210
151211 commit be74284673a1944e0f1884e861c3fe8f9855172c
151212 Author: Behdad Esfahbod <behdad@behdad.org>
151213 Date:   Tue May 4 14:47:05 2010 -0400
151214
151215     Remove SANITIZE_THIS3
151216
151217  src/hb-open-type-private.hh          |  1 -
151218  src/hb-ot-layout-gpos-private.hh     | 21 +++++++++++++++------
151219  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
151220  3 files changed, 21 insertions(+), 9 deletions(-)
151221
151222 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
151223 Author: Behdad Esfahbod <behdad@behdad.org>
151224 Date:   Tue May 4 14:42:10 2010 -0400
151225
151226     Remove SANITIZE_BASE2
151227
151228  src/hb-open-type-private.hh      | 1 -
151229  src/hb-ot-layout-gpos-private.hh | 3 ++-
151230  2 files changed, 2 insertions(+), 2 deletions(-)
151231
151232 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
151233 Author: Behdad Esfahbod <behdad@behdad.org>
151234 Date:   Tue May 4 14:40:55 2010 -0400
151235
151236     Remove SANITIZE2
151237
151238  src/hb-open-type-private.hh      | 1 -
151239  src/hb-ot-layout-gsub-private.hh | 2 +-
151240  2 files changed, 1 insertion(+), 2 deletions(-)
151241
151242 commit c9f14687a30866181feb57ee2736a147ec9f25a1
151243 Author: Behdad Esfahbod <behdad@behdad.org>
151244 Date:   Tue May 4 14:38:08 2010 -0400
151245
151246     Remove the NEUTER macro, move code to a method
151247
151248  src/hb-open-type-private.hh | 21 +++++++++++++--------
151249  1 file changed, 13 insertions(+), 8 deletions(-)
151250
151251 commit 30fa2821c277df99a14089749313dfe2b541e2d0
151252 Author: Behdad Esfahbod <behdad@behdad.org>
151253 Date:   Tue May 4 14:28:18 2010 -0400
151254
151255     Make internal method private
151256
151257  src/hb-open-type-private.hh | 12 +++++++-----
151258  1 file changed, 7 insertions(+), 5 deletions(-)
151259
151260 commit ce5694c79671bf75990923c1da17bb611e4e7d15
151261 Author: Behdad Esfahbod <behdad@behdad.org>
151262 Date:   Tue May 4 14:10:18 2010 -0400
151263
151264     [main] Recognize Apple SFNTs
151265
151266  src/hb-open-file-private.hh | 4 ++--
151267  src/main.cc                 | 6 ++++++
151268  2 files changed, 8 insertions(+), 2 deletions(-)
151269
151270 commit 710500a93ecc2a0c595045602aa367073485ff91
151271 Author: Behdad Esfahbod <behdad@behdad.org>
151272 Date:   Mon May 3 23:11:16 2010 -0400
151273
151274     Comment new SFNT tags
151275
151276  src/hb-open-file-private.hh | 10 +++++-----
151277  1 file changed, 5 insertions(+), 5 deletions(-)
151278
151279 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
151280 Author: Behdad Esfahbod <behdad@behdad.org>
151281 Date:   Mon May 3 22:51:19 2010 -0400
151282
151283     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
151284
151285  src/hb-buffer.c                      | 14 ++++----
151286  src/hb-font.cc                       |  6 ++--
151287  src/hb-ft.c                          | 14 ++++----
151288  src/hb-language.c                    |  2 +-
151289  src/hb-object-private.h              | 10 +++---
151290  src/hb-open-file-private.hh          |  2 +-
151291  src/hb-open-type-private.hh          | 38 ++++++++++-----------
151292  src/hb-ot-layout-common-private.hh   | 16 ++++-----
151293  src/hb-ot-layout-gdef-private.hh     |  2 +-
151294  src/hb-ot-layout-gpos-private.hh     | 64 ++++++++++++++++++------------------
151295  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
151296  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
151297  src/hb-ot-layout.cc                  | 12 +++----
151298  src/hb-ot-tag.c                      |  2 +-
151299  src/hb-private.h                     |  8 ++---
151300  src/hb-shape.c                       | 10 +++---
151301  src/hb-unicode.c                     |  2 +-
151302  17 files changed, 147 insertions(+), 147 deletions(-)
151303
151304 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
151305 Author: Behdad Esfahbod <behdad@behdad.org>
151306 Date:   Mon May 3 22:47:22 2010 -0400
151307
151308     Mark a couple functions as inline
151309
151310  src/hb-open-type-private.hh | 4 ++--
151311  1 file changed, 2 insertions(+), 2 deletions(-)
151312
151313 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
151314 Merge: 631d10b72 eaf29edb8
151315 Author: Behdad Esfahbod <behdad@behdad.org>
151316 Date:   Mon May 3 22:46:52 2010 -0400
151317
151318     Merge remote branch 'jrmuizel/master'
151319
151320 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
151321 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
151322 Date:   Mon May 3 22:27:56 2010 -0400
151323
151324     HB_UNUSED is unneeded on static inline functions
151325
151326  src/hb-object-private.h     | 2 +-
151327  src/hb-open-type-private.hh | 6 +++---
151328  src/hb-private.h            | 4 ++--
151329  3 files changed, 6 insertions(+), 6 deletions(-)
151330
151331 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
151332 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
151333 Date:   Mon May 3 15:03:53 2010 -0400
151334
151335     Include the tags from the Apple specification for TrueType fonts
151336
151337  src/hb-open-file-private.hh | 8 ++++++++
151338  1 file changed, 8 insertions(+)
151339
151340 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
151341 Author: Behdad Esfahbod <behdad@behdad.org>
151342 Date:   Sun May 2 21:14:21 2010 -0400
151343
151344     Remove unused method
151345
151346  src/hb-open-file-private.hh | 5 -----
151347  1 file changed, 5 deletions(-)
151348
151349 commit f0abcd69408a3af65207cdf8847575ade4579bd4
151350 Author: Behdad Esfahbod <behdad@behdad.org>
151351 Date:   Sun May 2 18:14:25 2010 -0400
151352
151353     Whitespace
151354
151355  src/hb-open-type-private.hh | 9 ++++-----
151356  1 file changed, 4 insertions(+), 5 deletions(-)
151357
151358 commit a8d960bd26883ee937b04ca2a3c16a3644870356
151359 Author: Behdad Esfahbod <behdad@behdad.org>
151360 Date:   Thu Apr 29 14:31:56 2010 -0400
151361
151362     [GPOS] Speedup apply_value()
151363
151364  src/hb-ot-layout-gpos-private.hh | 7 ++++++-
151365  1 file changed, 6 insertions(+), 1 deletion(-)
151366
151367 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
151368 Author: Behdad Esfahbod <behdad@behdad.org>
151369 Date:   Thu Apr 29 14:15:32 2010 -0400
151370
151371     [ft] Disallow getting the entire font data with tag=0
151372
151373  src/hb-ft.c | 3 +++
151374  1 file changed, 3 insertions(+)
151375
151376 commit 33d13fdda99acaeffa9600737e8870278d053ebe
151377 Author: Behdad Esfahbod <behdad@behdad.org>
151378 Date:   Thu Apr 29 13:56:44 2010 -0400
151379
151380     Rename HB_GNUC_UNUSED -> HB_UNUSED
151381
151382  src/hb-buffer.c                      |  6 ++---
151383  src/hb-font.cc                       | 44 ++++++++++++++++++------------------
151384  src/hb-ft.c                          | 16 ++++++-------
151385  src/hb-object-private.h              |  2 +-
151386  src/hb-open-type-private.hh          | 18 +++++++--------
151387  src/hb-ot-layout-gdef-private.hh     |  4 ++--
151388  src/hb-ot-layout-gpos-private.hh     |  4 ++--
151389  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
151390  src/hb-ot-layout.cc                  |  4 ++--
151391  src/hb-ot-shape.c                    |  2 +-
151392  src/hb-private.h                     | 16 ++++++-------
151393  src/hb-shape.c                       | 32 +++++++++++++-------------
151394  src/hb-unicode.c                     |  8 +++----
151395  13 files changed, 81 insertions(+), 81 deletions(-)
151396
151397 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
151398 Author: Behdad Esfahbod <behdad@behdad.org>
151399 Date:   Thu Apr 29 13:54:01 2010 -0400
151400
151401     Define HB_FUNC for portability to non-gcc
151402
151403  src/hb-open-type-private.hh          | 12 ++++++------
151404  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
151405  src/hb-private.h                     |  9 +++++++++
151406  3 files changed, 16 insertions(+), 7 deletions(-)
151407
151408 commit fa030175ca998b00cc42cbced6e98de323ec01ec
151409 Author: Behdad Esfahbod <behdad@behdad.org>
151410 Date:   Thu Apr 29 13:48:26 2010 -0400
151411
151412     [sanitize] Make debug code always available to the compiler
151413     
151414     Such that we don't break debug build all the time.
151415
151416  src/hb-open-type-private.hh | 71 ++++++++++++++++++++-------------------------
151417  1 file changed, 31 insertions(+), 40 deletions(-)
151418
151419 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
151420 Author: Behdad Esfahbod <behdad@behdad.org>
151421 Date:   Thu Apr 29 04:41:41 2010 -0400
151422
151423     Convert to uppercase in hb_ot_tag_from_language()
151424
151425  src/hb-ot-tag.c | 6 ++++--
151426  1 file changed, 4 insertions(+), 2 deletions(-)
151427
151428 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
151429 Author: Behdad Esfahbod <behdad@behdad.org>
151430 Date:   Thu Apr 29 03:59:06 2010 -0400
151431
151432     More contour point use
151433
151434  src/hb-font.cc                   |  1 +
151435  src/hb-ot-layout-gdef-private.hh |  8 +++++---
151436  src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
151437  3 files changed, 15 insertions(+), 7 deletions(-)
151438
151439 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
151440 Author: Behdad Esfahbod <behdad@behdad.org>
151441 Date:   Thu Apr 29 03:48:27 2010 -0400
151442
151443     [gdef] Fix delta scale
151444
151445  src/hb-ot-layout-gdef-private.hh | 2 +-
151446  1 file changed, 1 insertion(+), 1 deletion(-)
151447
151448 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
151449 Author: Behdad Esfahbod <behdad@behdad.org>
151450 Date:   Thu Apr 29 03:48:11 2010 -0400
151451
151452     [gdef] Fix rounding
151453
151454  src/hb-ot-layout-gdef-private.hh | 4 ++--
151455  1 file changed, 2 insertions(+), 2 deletions(-)
151456
151457 commit b52fbb1bab608bda76efb936f08344afaec600a1
151458 Author: Behdad Esfahbod <behdad@behdad.org>
151459 Date:   Thu Apr 29 03:47:00 2010 -0400
151460
151461     [gdef] Implement getting contour point
151462
151463  src/hb-ot-layout-gdef-private.hh | 5 ++++-
151464  1 file changed, 4 insertions(+), 1 deletion(-)
151465
151466 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
151467 Author: Behdad Esfahbod <behdad@behdad.org>
151468 Date:   Thu Apr 29 03:39:39 2010 -0400
151469
151470     Make sure mirroring is done in original direction
151471     
151472     Reported by Jonathan Kew.
151473
151474  src/hb-shape.c | 5 ++++-
151475  1 file changed, 4 insertions(+), 1 deletion(-)
151476
151477 commit ce23c9234b87513d6460fb89bad178fb8537e161
151478 Author: Behdad Esfahbod <behdad@behdad.org>
151479 Date:   Thu Apr 29 03:31:03 2010 -0400
151480
151481     Use BCP47 private-use tags for OpenType tag language string mapping
151482
151483  src/hb-ot-tag.c | 16 ++++++++--------
151484  1 file changed, 8 insertions(+), 8 deletions(-)
151485
151486 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
151487 Author: Behdad Esfahbod <behdad@behdad.org>
151488 Date:   Thu Apr 29 03:11:32 2010 -0400
151489
151490     Minor
151491
151492  src/hb-ot-tag.c | 1 +
151493  1 file changed, 1 insertion(+)
151494
151495 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
151496 Author: Behdad Esfahbod <behdad@behdad.org>
151497 Date:   Thu Apr 29 02:58:38 2010 -0400
151498
151499     Fix bug in hb_language_from_string()
151500     
151501     Reported by Jonathan Kew.
151502
151503  src/hb-language.c | 2 ++
151504  1 file changed, 2 insertions(+)
151505
151506 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
151507 Author: Behdad Esfahbod <behdad@behdad.org>
151508 Date:   Thu Apr 29 02:28:54 2010 -0400
151509
151510     Use const_cast
151511
151512  src/hb-open-type-private.hh | 3 +--
151513  1 file changed, 1 insertion(+), 2 deletions(-)
151514
151515 commit abff3580a5b229641086e0da097efee11d22ff81
151516 Author: Behdad Esfahbod <behdad@behdad.org>
151517 Date:   Thu Apr 29 02:27:20 2010 -0400
151518
151519     Add const
151520
151521  src/hb-object-private.h | 2 +-
151522  1 file changed, 1 insertion(+), 1 deletion(-)
151523
151524 commit 6617eada95928457a25e29f793f1a93c6b3edaec
151525 Author: Behdad Esfahbod <behdad@behdad.org>
151526 Date:   Thu Apr 29 02:25:30 2010 -0400
151527
151528     Rename apply_context -> context
151529
151530  src/hb-ot-layout-gpos-private.hh     | 22 +++++++++++-----------
151531  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
151532  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
151533  3 files changed, 30 insertions(+), 30 deletions(-)
151534
151535 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
151536 Author: Behdad Esfahbod <behdad@behdad.org>
151537 Date:   Thu Apr 29 02:24:25 2010 -0400
151538
151539     Rename
151540
151541  src/hb-ot-layout-gpos-private.hh     | 98 ++++++++++++++++++------------------
151542  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
151543  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
151544  3 files changed, 78 insertions(+), 78 deletions(-)
151545
151546 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
151547 Author: Behdad Esfahbod <behdad@behdad.org>
151548 Date:   Thu Apr 29 02:19:21 2010 -0400
151549
151550     [apply] Use a context object to reduce number of parameters passed around
151551
151552  src/hb-open-type-private.hh          |  5 ++---
151553  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
151554  src/hb-ot-layout-gsub-private.hh     | 37 +++++++++++++++++++-----------------
151555  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
151556  4 files changed, 53 insertions(+), 44 deletions(-)
151557
151558 commit 173fde7087c0db3e99409f1119530477c14072f5
151559 Author: Behdad Esfahbod <behdad@behdad.org>
151560 Date:   Thu Apr 29 01:47:30 2010 -0400
151561
151562     Further simplify tracing
151563
151564  src/hb-open-type-private.hh          | 31 +++++++++++++++----------------
151565  src/hb-ot-layout-gpos-private.hh     |  9 +++++----
151566  src/hb-ot-layout-gsub-private.hh     | 11 ++++++-----
151567  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
151568  4 files changed, 26 insertions(+), 33 deletions(-)
151569
151570 commit bc200457430c083914a64bf4b056153506749610
151571 Author: Behdad Esfahbod <behdad@behdad.org>
151572 Date:   Thu Apr 29 01:40:26 2010 -0400
151573
151574     Simplify trace code
151575
151576  src/hb-open-type-private.hh          | 41 +++++++++---------------------
151577  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
151578  src/hb-private.h                     | 48 +++++++++++++++++++++++++-----------
151579  3 files changed, 51 insertions(+), 63 deletions(-)
151580
151581 commit 807c5b03a2251a3c29a520852639421783101b55
151582 Author: Behdad Esfahbod <behdad@behdad.org>
151583 Date:   Wed Apr 28 20:25:22 2010 -0400
151584
151585     [sanitize] Make debug code always available to the compiler
151586     
151587     Such that we don't break debug build all the time.
151588
151589  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
151590  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
151591  2 files changed, 21 insertions(+), 12 deletions(-)
151592
151593 commit 74e313c016704e1d9157c2763691c4151f049dfc
151594 Author: Behdad Esfahbod <behdad@behdad.org>
151595 Date:   Wed Apr 28 15:15:09 2010 -0400
151596
151597     [gsubgpos] Make debug code always available to the compiler
151598     
151599     Such that we don't break debug build all the time.
151600
151601  src/hb-ot-layout-gsubgpos-private.hh | 52 ++++++++++++++++++------------------
151602  1 file changed, 26 insertions(+), 26 deletions(-)
151603
151604 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
151605 Author: Behdad Esfahbod <behdad@behdad.org>
151606 Date:   Wed Apr 28 13:33:09 2010 -0400
151607
151608     Fix compiler warning about value unused
151609
151610  src/hb-object-private.h | 2 +-
151611  1 file changed, 1 insertion(+), 1 deletion(-)
151612
151613 commit 863df68e894b7644dcd12da88aa22f73edf829dc
151614 Author: Behdad Esfahbod <behdad@behdad.org>
151615 Date:   Wed Apr 28 13:29:55 2010 -0400
151616
151617     [object] Make debug code always available to the compiler
151618     
151619     Such that we don't break debug build all the time.
151620
151621  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
151622  1 file changed, 27 insertions(+), 15 deletions(-)
151623
151624 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
151625 Author: Behdad Esfahbod <behdad@behdad.org>
151626 Date:   Wed Apr 28 13:18:41 2010 -0400
151627
151628     Minor
151629
151630  src/hb-private.h | 8 +++++---
151631  1 file changed, 5 insertions(+), 3 deletions(-)
151632
151633 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
151634 Author: Behdad Esfahbod <behdad@behdad.org>
151635 Date:   Wed Apr 28 13:16:38 2010 -0400
151636
151637     [blob] Make debug code always available to the compiler
151638     
151639     Such that we don't break debug build all the time.
151640
151641  src/hb-blob.c | 78 ++++++++++++++++++++++++-----------------------------------
151642  1 file changed, 32 insertions(+), 46 deletions(-)
151643
151644 commit ba51b25c7ba568aeced17f016eceba987569c5d9
151645 Author: Behdad Esfahbod <behdad@behdad.org>
151646 Date:   Wed Apr 28 13:10:36 2010 -0400
151647
151648     Fix build.  Ouch!
151649
151650  src/hb-object-private.h | 2 +-
151651  1 file changed, 1 insertion(+), 1 deletion(-)
151652
151653 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
151654 Author: Behdad Esfahbod <behdad@behdad.org>
151655 Date:   Wed Apr 28 13:09:40 2010 -0400
151656
151657     Fix debug build
151658
151659  src/hb-open-type-private.hh          | 4 ++--
151660  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
151661  2 files changed, 3 insertions(+), 3 deletions(-)
151662
151663 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
151664 Author: Behdad Esfahbod <behdad@behdad.org>
151665 Date:   Tue Apr 27 23:28:10 2010 -0400
151666
151667     [object] Actually handle malloc() failure
151668     
151669     Caught by John Daggett.
151670
151671  src/hb-object-private.h | 10 ++++++----
151672  1 file changed, 6 insertions(+), 4 deletions(-)
151673
151674 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
151675 Author: Behdad Esfahbod <behdad@behdad.org>
151676 Date:   Mon Apr 26 10:07:35 2010 -0400
151677
151678     Fix Device::get_size() calculation
151679
151680  src/hb-ot-layout-common-private.hh | 8 ++++++--
151681  1 file changed, 6 insertions(+), 2 deletions(-)
151682
151683 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
151684 Author: Behdad Esfahbod <behdad@behdad.org>
151685 Date:   Sun Apr 25 23:01:45 2010 -0400
151686
151687     Rename Var to Obj
151688
151689  src/hb-open-type-private.hh | 8 ++++----
151690  1 file changed, 4 insertions(+), 4 deletions(-)
151691
151692 commit 690b9194619589c32ffc0c092e45262ae7776e79
151693 Author: Behdad Esfahbod <behdad@behdad.org>
151694 Date:   Sun Apr 25 22:51:05 2010 -0400
151695
151696     Remove use of flexible arrays
151697     
151698     Also remove wrong ASSERT_SIZE that would trigger only when not using
151699     flexible arrays (which was the case on win32, but not with gcc).
151700
151701  configure.ac                | 2 --
151702  src/hb-open-file-private.hh | 1 -
151703  src/hb-private.h            | 4 ----
151704  3 files changed, 7 deletions(-)
151705
151706 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
151707 Author: Behdad Esfahbod <behdad@behdad.org>
151708 Date:   Fri Apr 23 20:49:18 2010 -0400
151709
151710     Cleanup hb_face_create_for_data()
151711
151712  src/Makefile.am       |  1 +
151713  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
151714  src/hb-blob.c         | 20 ++---------
151715  src/hb-font-private.h |  3 --
151716  src/hb-font.cc        | 92 +++++++++++++++++++++++++++++++++++----------------
151717  5 files changed, 123 insertions(+), 50 deletions(-)
151718
151719 commit d6b3c83a90f60bedb4049750ffb351161710980d
151720 Author: Behdad Esfahbod <behdad@behdad.org>
151721 Date:   Fri Apr 23 19:59:53 2010 -0400
151722
151723     Allow get_table() to return NULL
151724
151725  src/hb-font.cc | 6 +++++-
151726  src/hb-ft.c    | 2 +-
151727  2 files changed, 6 insertions(+), 2 deletions(-)
151728
151729 commit ad3653751b1e4a03f7058200cb83f64db46722d5
151730 Author: Behdad Esfahbod <behdad@behdad.org>
151731 Date:   Fri Apr 23 19:43:40 2010 -0400
151732
151733     Typo
151734
151735  src/hb-open-type-private.hh | 2 +-
151736  1 file changed, 1 insertion(+), 1 deletion(-)
151737
151738 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
151739 Author: Behdad Esfahbod <behdad@behdad.org>
151740 Date:   Fri Apr 23 17:53:32 2010 -0400
151741
151742     Remove lock_instance()
151743
151744  src/hb-font.cc              | 2 +-
151745  src/hb-open-type-private.hh | 4 ----
151746  src/hb-ot-layout.cc         | 6 +++---
151747  3 files changed, 4 insertions(+), 8 deletions(-)
151748
151749 commit 187454c595559ce48d072fee6bccb51f3de283d4
151750 Author: Behdad Esfahbod <behdad@behdad.org>
151751 Date:   Fri Apr 23 16:35:01 2010 -0400
151752
151753     Add different casts from pointer and ref to avoid bugs
151754
151755  src/hb-open-type-private.hh      | 22 +++++++++++++++-------
151756  src/hb-ot-layout-gpos-private.hh |  8 ++++----
151757  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
151758  src/main.cc                      |  6 +++---
151759  4 files changed, 28 insertions(+), 20 deletions(-)
151760
151761 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
151762 Author: Behdad Esfahbod <behdad@behdad.org>
151763 Date:   Fri Apr 23 16:22:54 2010 -0400
151764
151765     Remove GET_FOR_DATA macros
151766     
151767     The major-version check is now handled by sanitize.  If major
151768     doesn't match, we reject and fall back to the Null object.
151769
151770  src/hb-open-file-private.hh          |  4 ----
151771  src/hb-open-type-private.hh          | 23 ++---------------------
151772  src/hb-ot-layout-gdef-private.hh     |  2 --
151773  src/hb-ot-layout-gpos-private.hh     |  3 ---
151774  src/hb-ot-layout-gsub-private.hh     |  3 ---
151775  src/hb-ot-layout-gsubgpos-private.hh |  2 --
151776  src/main.cc                          |  6 +++---
151777  7 files changed, 5 insertions(+), 38 deletions(-)
151778
151779 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
151780 Author: Behdad Esfahbod <behdad@behdad.org>
151781 Date:   Fri Apr 23 15:19:50 2010 -0400
151782
151783     Add TODO
151784
151785  src/hb-ft.c                        |  2 --
151786  src/hb-ft.h                        |  1 +
151787  src/hb-open-file-private.hh        |  2 +-
151788  src/hb-open-type-private.hh        |  2 ++
151789  src/hb-ot-layout-common-private.hh | 12 ++++++------
151790  5 files changed, 10 insertions(+), 9 deletions(-)
151791
151792 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
151793 Author: Behdad Esfahbod <behdad@behdad.org>
151794 Date:   Fri Apr 23 14:56:55 2010 -0400
151795
151796     Zero glyph metrics before calling user callback
151797
151798  src/hb-font.cc | 6 +++---
151799  1 file changed, 3 insertions(+), 3 deletions(-)
151800
151801 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
151802 Author: Behdad Esfahbod <behdad@behdad.org>
151803 Date:   Fri Apr 23 14:44:55 2010 -0400
151804
151805     More warning fixes
151806
151807  src/hb-ot-layout.cc |  4 ++--
151808  src/hb-ot-shape.c   |  9 ++++-----
151809  src/hb-shape.c      | 32 ++++++++++++++++----------------
151810  3 files changed, 22 insertions(+), 23 deletions(-)
151811
151812 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
151813 Author: Behdad Esfahbod <behdad@behdad.org>
151814 Date:   Fri Apr 23 14:40:36 2010 -0400
151815
151816     Remove unused parameter
151817
151818  src/hb-open-file-private.hh | 6 +++---
151819  1 file changed, 3 insertions(+), 3 deletions(-)
151820
151821 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
151822 Author: Behdad Esfahbod <behdad@behdad.org>
151823 Date:   Fri Apr 23 14:39:10 2010 -0400
151824
151825     Fix compile warnings (HB_GNUC_UNUSED)
151826
151827  src/hb-buffer.c             |  6 +++---
151828  src/hb-font.cc              | 31 ++++++++++++++++++++++---------
151829  src/hb-ft.c                 | 29 +++++++++++++++++++++--------
151830  src/hb-open-type-private.hh |  2 +-
151831  src/hb-unicode.c            |  8 ++++----
151832  5 files changed, 51 insertions(+), 25 deletions(-)
151833
151834 commit 8dfdca599c0a3ba5255131002910bca3b381acac
151835 Author: Behdad Esfahbod <behdad@behdad.org>
151836 Date:   Fri Apr 23 14:07:34 2010 -0400
151837
151838     No need to keep blob in sanitize context
151839
151840  src/hb-open-type-private.hh | 13 +++++--------
151841  1 file changed, 5 insertions(+), 8 deletions(-)
151842
151843 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
151844 Author: Behdad Esfahbod <behdad@behdad.org>
151845 Date:   Fri Apr 23 13:57:10 2010 -0400
151846
151847     When sanitizing, delay making writable
151848     
151849     Before, as soon as we needed to make an edit, we tried to make the blob
151850     writable inplace.  That grows code unnecessarily though.  We can simply
151851     fail, make writable, then start again.  That's indeed what the fallback
151852     was doing anyway.
151853
151854  src/hb-open-type-private.hh | 11 +++++++----
151855  1 file changed, 7 insertions(+), 4 deletions(-)
151856
151857 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
151858 Author: Behdad Esfahbod <behdad@behdad.org>
151859 Date:   Fri Apr 23 13:48:06 2010 -0400
151860
151861     [blob] Fallback to copying if mprotect() fails
151862
151863  src/hb-blob.c | 5 +++--
151864  1 file changed, 3 insertions(+), 2 deletions(-)
151865
151866 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
151867 Author: Behdad Esfahbod <behdad@behdad.org>
151868 Date:   Fri Apr 23 13:32:03 2010 -0400
151869
151870     Cleanup OpenTypeFontFile
151871
151872  src/hb-open-file-private.hh | 44 ++++++++++++++++++++++++++------------------
151873  src/main.cc                 |  2 +-
151874  2 files changed, 27 insertions(+), 19 deletions(-)
151875
151876 commit ae4190cafe927649f8ff8be6a0082478d1298fda
151877 Author: Behdad Esfahbod <behdad@behdad.org>
151878 Date:   Fri Apr 23 12:33:02 2010 -0400
151879
151880     Properly define separate structs for TTCHeader and TTCHeaderVersion1
151881
151882  src/hb-open-file-private.hh | 71 +++++++++++++++++++++++++++++++++++----------
151883  1 file changed, 55 insertions(+), 16 deletions(-)
151884
151885 commit a065f471b3bc23d33ef75217308efeaed4ffd033
151886 Author: Behdad Esfahbod <behdad@behdad.org>
151887 Date:   Thu Apr 22 20:15:11 2010 -0400
151888
151889     Cleanup Extension lookups
151890     
151891     Two things:
151892     
151893     1. Allow nested Extension lookups.  The offset is always positive, so
151894     it can't loop circularly.
151895     
151896     2. Move the check for all Extension subtables having the same lookup
151897     type to the correct place.  Before it wasn't really working.
151898
151899  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
151900  src/hb-ot-layout-gsub-private.hh | 57 ++++++++++++++++++++++------------------
151901  2 files changed, 33 insertions(+), 53 deletions(-)
151902
151903 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
151904 Author: Behdad Esfahbod <behdad@behdad.org>
151905 Date:   Thu Apr 22 18:47:03 2010 -0400
151906
151907     Add comment re bsearch effect on sanitize
151908
151909  src/hb-open-file-private.hh        | 2 +-
151910  src/hb-ot-layout-common-private.hh | 8 ++++----
151911  2 files changed, 5 insertions(+), 5 deletions(-)
151912
151913 commit d632ec4000b3079150e6424e88a3ab7509f7445c
151914 Author: Behdad Esfahbod <behdad@behdad.org>
151915 Date:   Thu Apr 22 18:33:12 2010 -0400
151916
151917     Cosmetic
151918
151919  src/hb-open-type-private.hh          | 6 +++---
151920  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
151921  2 files changed, 4 insertions(+), 4 deletions(-)
151922
151923 commit a3263aa773ad7a914496792466c69047048b093c
151924 Author: Behdad Esfahbod <behdad@behdad.org>
151925 Date:   Thu Apr 22 18:29:09 2010 -0400
151926
151927     Convert the last set of cast macros to templates
151928
151929  src/hb-open-file-private.hh          |  4 +--
151930  src/hb-open-type-private.hh          | 53 +++++++++++++++++++++++-------------
151931  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
151932  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
151933  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
151934  5 files changed, 57 insertions(+), 42 deletions(-)
151935
151936 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
151937 Author: Behdad Esfahbod <behdad@behdad.org>
151938 Date:   Thu Apr 22 16:52:09 2010 -0400
151939
151940     Remove unused macro
151941
151942  src/hb-open-type-private.hh | 1 -
151943  1 file changed, 1 deletion(-)
151944
151945 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
151946 Author: Behdad Esfahbod <behdad@behdad.org>
151947 Date:   Thu Apr 22 16:51:42 2010 -0400
151948
151949     Cleanup Extension sanitize()
151950
151951  src/hb-ot-layout-common-private.hh   | 20 +++-----------------
151952  src/hb-ot-layout-gpos-private.hh     | 20 +++++++++++++-------
151953  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++++++-------
151954  src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
151955  4 files changed, 33 insertions(+), 40 deletions(-)
151956
151957 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
151958 Author: Behdad Esfahbod <behdad@behdad.org>
151959 Date:   Thu Apr 22 14:15:11 2010 -0400
151960
151961     Fail sanitize on major version mismatch
151962     
151963     We handle major-version differences via get_for_data(), so sanitize
151964     should never see a major version mismatch.
151965
151966  src/hb-open-file-private.hh          | 4 ++--
151967  src/hb-ot-layout-gdef-private.hh     | 2 +-
151968  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
151969  3 files changed, 4 insertions(+), 4 deletions(-)
151970
151971 commit df3f505dcfeefc8cd395900b116767d22549f756
151972 Author: Behdad Esfahbod <behdad@behdad.org>
151973 Date:   Thu Apr 22 14:11:33 2010 -0400
151974
151975     More sanitize cleanup
151976
151977  src/hb-open-file-private.hh | 24 ++----------------------
151978  src/main.cc                 |  4 ++--
151979  2 files changed, 4 insertions(+), 24 deletions(-)
151980
151981 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
151982 Author: Behdad Esfahbod <behdad@behdad.org>
151983 Date:   Thu Apr 22 13:59:39 2010 -0400
151984
151985     Minor cleanup of sanitize
151986     
151987     Done with an audit of all sanitize()
151988
151989  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
151990  1 file changed, 9 insertions(+), 9 deletions(-)
151991
151992 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
151993 Author: Behdad Esfahbod <behdad@behdad.org>
151994 Date:   Thu Apr 22 13:50:22 2010 -0400
151995
151996     Check for (impossible) overflow
151997
151998  src/hb-ot-layout-gpos-private.hh | 1 +
151999  1 file changed, 1 insertion(+)
152000
152001 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
152002 Author: Behdad Esfahbod <behdad@behdad.org>
152003 Date:   Thu Apr 22 13:37:58 2010 -0400
152004
152005     Cleanup ContextFormat3 sanitize
152006
152007  src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
152008  1 file changed, 3 insertions(+), 2 deletions(-)
152009
152010 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
152011 Author: Behdad Esfahbod <behdad@behdad.org>
152012 Date:   Thu Apr 22 13:34:00 2010 -0400
152013
152014     Add comment
152015
152016  src/hb-ot-layout-common-private.hh | 4 +++-
152017  1 file changed, 3 insertions(+), 1 deletion(-)
152018
152019 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
152020 Author: Behdad Esfahbod <behdad@behdad.org>
152021 Date:   Thu Apr 22 13:26:21 2010 -0400
152022
152023     Minor
152024
152025  src/hb-ot-layout-common-private.hh | 2 +-
152026  1 file changed, 1 insertion(+), 1 deletion(-)
152027
152028 commit dc228048a813e43356373505168d3822deea5d72
152029 Author: Behdad Esfahbod <behdad@behdad.org>
152030 Date:   Thu Apr 22 13:22:41 2010 -0400
152031
152032     Remove integrity check in Tag sanitize
152033     
152034     Serves no useful purpose.
152035
152036  src/hb-open-type-private.hh        | 9 ---------
152037  src/hb-ot-layout-common-private.hh | 2 +-
152038  2 files changed, 1 insertion(+), 10 deletions(-)
152039
152040 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
152041 Author: Behdad Esfahbod <behdad@behdad.org>
152042 Date:   Thu Apr 22 11:06:30 2010 -0400
152043
152044     Don't sanitize raw table data
152045     
152046     That part is performed by individual table sanitize.
152047
152048  src/hb-open-file-private.hh | 15 +++++++++------
152049  1 file changed, 9 insertions(+), 6 deletions(-)
152050
152051 commit c293581e962b7982622e7d607fa3909b40da718e
152052 Author: Behdad Esfahbod <behdad@behdad.org>
152053 Date:   Thu Apr 22 11:15:46 2010 -0400
152054
152055     Add coment
152056
152057  src/hb-open-type-private.hh | 1 +
152058  1 file changed, 1 insertion(+)
152059
152060 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
152061 Author: Behdad Esfahbod <behdad@behdad.org>
152062 Date:   Thu Apr 22 10:54:26 2010 -0400
152063
152064     Remove unnecessary casts
152065
152066  src/hb-open-type-private.hh | 8 ++++----
152067  1 file changed, 4 insertions(+), 4 deletions(-)
152068
152069 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
152070 Author: Behdad Esfahbod <behdad@behdad.org>
152071 Date:   Thu Apr 22 10:47:12 2010 -0400
152072
152073     Avoid overflow in TableDirectory sanitize
152074
152075  src/hb-open-file-private.hh | 2 +-
152076  1 file changed, 1 insertion(+), 1 deletion(-)
152077
152078 commit fb5904ec935d925a423401bc975ffaa22022ce1b
152079 Author: Behdad Esfahbod <behdad@behdad.org>
152080 Date:   Thu Apr 22 10:43:30 2010 -0400
152081
152082     Make casts more explicit
152083
152084  src/hb-ot-layout-gpos-private.hh | 4 ++--
152085  src/hb-ot-layout-gsub-private.hh | 4 ++--
152086  2 files changed, 4 insertions(+), 4 deletions(-)
152087
152088 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
152089 Author: Behdad Esfahbod <behdad@behdad.org>
152090 Date:   Thu Apr 22 10:26:35 2010 -0400
152091
152092     Make sure semicolon is expected after DEFINE_NULL_DATA()
152093
152094  src/hb-open-type-private.hh | 5 +++--
152095  1 file changed, 3 insertions(+), 2 deletions(-)
152096
152097 commit bb1e16335e537231246f44740f73cc23c0707364
152098 Author: Behdad Esfahbod <behdad@behdad.org>
152099 Date:   Thu Apr 22 01:01:35 2010 -0400
152100
152101     Improve Subst/Pos SubTable access and sanitize
152102
152103  src/hb-ot-layout-gpos-private.hh | 4 ++--
152104  src/hb-ot-layout-gsub-private.hh | 4 ++--
152105  2 files changed, 4 insertions(+), 4 deletions(-)
152106
152107 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
152108 Author: Behdad Esfahbod <behdad@behdad.org>
152109 Date:   Thu Apr 22 00:58:49 2010 -0400
152110
152111     Simplify Extension offset now that our int types have no alignment
152112
152113  src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
152114  1 file changed, 3 insertions(+), 6 deletions(-)
152115
152116 commit 19828ad42d8117563412aae3c70887aa117805a9
152117 Author: Behdad Esfahbod <behdad@behdad.org>
152118 Date:   Thu Apr 22 00:49:16 2010 -0400
152119
152120     Sanitize shallow in Lookup since the generic SubLookup has no methods
152121
152122  src/hb-ot-layout-common-private.hh | 2 +-
152123  1 file changed, 1 insertion(+), 1 deletion(-)
152124
152125 commit e5546a4352c54311ac4a9ef138b187378155ebe1
152126 Author: Behdad Esfahbod <behdad@behdad.org>
152127 Date:   Thu Apr 22 00:45:42 2010 -0400
152128
152129     Watch for overflow in Array sanitize
152130
152131  src/hb-open-type-private.hh        | 21 +++++++++++++++------
152132  src/hb-ot-layout-common-private.hh |  2 +-
152133  2 files changed, 16 insertions(+), 7 deletions(-)
152134
152135 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
152136 Author: Behdad Esfahbod <behdad@behdad.org>
152137 Date:   Thu Apr 22 00:27:39 2010 -0400
152138
152139     Rename const_sub_array to sub_array since all consts are implicit now
152140
152141  src/hb-open-type-private.hh        | 2 +-
152142  src/hb-ot-layout-common-private.hh | 4 ++--
152143  src/hb-ot-layout-gdef-private.hh   | 4 ++--
152144  3 files changed, 5 insertions(+), 5 deletions(-)
152145
152146 commit 0795b784dd1009976c185482a376df250167e73b
152147 Author: Behdad Esfahbod <behdad@behdad.org>
152148 Date:   Thu Apr 22 00:23:14 2010 -0400
152149
152150     Cosmetic
152151
152152  src/hb-ot-layout-common-private.hh | 6 +++---
152153  1 file changed, 3 insertions(+), 3 deletions(-)
152154
152155 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
152156 Author: Behdad Esfahbod <behdad@behdad.org>
152157 Date:   Thu Apr 22 00:19:30 2010 -0400
152158
152159     Simplify Lookup sanitize
152160
152161  src/hb-ot-layout-common-private.hh | 2 +-
152162  1 file changed, 1 insertion(+), 1 deletion(-)
152163
152164 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
152165 Author: Behdad Esfahbod <behdad@behdad.org>
152166 Date:   Thu Apr 22 00:11:43 2010 -0400
152167
152168     Change header comment
152169
152170  README                               | 2 +-
152171  src/hb-blob.c                        | 2 +-
152172  src/hb-blob.h                        | 2 +-
152173  src/hb-buffer-private.h              | 2 +-
152174  src/hb-buffer.c                      | 2 +-
152175  src/hb-buffer.h                      | 2 +-
152176  src/hb-common.h                      | 2 +-
152177  src/hb-font-private.h                | 2 +-
152178  src/hb-font.cc                       | 2 +-
152179  src/hb-font.h                        | 2 +-
152180  src/hb-ft.c                          | 2 +-
152181  src/hb-ft.h                          | 2 +-
152182  src/hb-glib.c                        | 2 +-
152183  src/hb-glib.h                        | 2 +-
152184  src/hb-icu.c                         | 2 +-
152185  src/hb-icu.h                         | 2 +-
152186  src/hb-language.c                    | 2 +-
152187  src/hb-language.h                    | 2 +-
152188  src/hb-object-private.h              | 2 +-
152189  src/hb-open-file-private.hh          | 2 +-
152190  src/hb-open-type-private.hh          | 2 +-
152191  src/hb-ot-layout-common-private.hh   | 2 +-
152192  src/hb-ot-layout-gdef-private.hh     | 2 +-
152193  src/hb-ot-layout-gpos-private.hh     | 2 +-
152194  src/hb-ot-layout-gsub-private.hh     | 2 +-
152195  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
152196  src/hb-ot-layout-private.h           | 2 +-
152197  src/hb-ot-layout.cc                  | 2 +-
152198  src/hb-ot-layout.h                   | 2 +-
152199  src/hb-ot-shape-private.h            | 2 +-
152200  src/hb-ot-shape.c                    | 2 +-
152201  src/hb-ot-tag.c                      | 2 +-
152202  src/hb-ot-tag.h                      | 2 +-
152203  src/hb-ot.h                          | 2 +-
152204  src/hb-private.h                     | 2 +-
152205  src/hb-shape.c                       | 2 +-
152206  src/hb-shape.h                       | 2 +-
152207  src/hb-unicode-private.h             | 2 +-
152208  src/hb-unicode.c                     | 2 +-
152209  src/hb-unicode.h                     | 2 +-
152210  src/hb.h                             | 2 +-
152211  src/main.cc                          | 2 +-
152212  42 files changed, 42 insertions(+), 42 deletions(-)
152213
152214 commit 243d20e011e251462a07947275e0e98cc19c7e9b
152215 Author: Behdad Esfahbod <behdad@behdad.org>
152216 Date:   Wed Apr 21 23:57:01 2010 -0400
152217
152218     More cast simplification
152219
152220  src/hb-open-type-private.hh | 6 +++---
152221  1 file changed, 3 insertions(+), 3 deletions(-)
152222
152223 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
152224 Author: Behdad Esfahbod <behdad@behdad.org>
152225 Date:   Wed Apr 21 23:41:26 2010 -0400
152226
152227     Rename ConstCharP to CharP (overloaded now)
152228
152229  src/hb-open-file-private.hh          | 10 +++++-----
152230  src/hb-open-type-private.hh          | 24 ++++++++++++------------
152231  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
152232  src/hb-ot-layout-gsub-private.hh     |  4 ++--
152233  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
152234  5 files changed, 32 insertions(+), 32 deletions(-)
152235
152236 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
152237 Author: Behdad Esfahbod <behdad@behdad.org>
152238 Date:   Wed Apr 21 23:30:48 2010 -0400
152239
152240     Cleanup de-const-casting during sanitize
152241
152242  src/hb-open-file-private.hh        |  2 +-
152243  src/hb-open-type-private.hh        | 29 ++++++++++++++---------------
152244  src/hb-ot-layout-common-private.hh |  4 ++--
152245  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
152246  4 files changed, 23 insertions(+), 24 deletions(-)
152247
152248 commit dd155870567cfb9647b2e71593ace8b2705d7cff
152249 Author: Behdad Esfahbod <behdad@behdad.org>
152250 Date:   Wed Apr 21 23:13:33 2010 -0400
152251
152252     Add more comments
152253
152254  src/hb-open-type-private.hh | 1 +
152255  1 file changed, 1 insertion(+)
152256
152257 commit c85c3620675f38ffdca59134aeec2641485f40ca
152258 Author: Behdad Esfahbod <behdad@behdad.org>
152259 Date:   Wed Apr 21 23:12:54 2010 -0400
152260
152261     Add comment
152262
152263  src/hb-open-type-private.hh | 1 +
152264  1 file changed, 1 insertion(+)
152265
152266 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
152267 Author: Behdad Esfahbod <behdad@behdad.org>
152268 Date:   Wed Apr 21 23:11:45 2010 -0400
152269
152270     Add comment
152271
152272  src/hb-open-type-private.hh | 1 +
152273  1 file changed, 1 insertion(+)
152274
152275 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
152276 Author: Behdad Esfahbod <behdad@behdad.org>
152277 Date:   Wed Apr 21 23:01:00 2010 -0400
152278
152279     Improve comment
152280
152281  src/hb-open-type-private.hh | 2 +-
152282  1 file changed, 1 insertion(+), 1 deletion(-)
152283
152284 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
152285 Author: Behdad Esfahbod <behdad@behdad.org>
152286 Date:   Wed Apr 21 22:49:56 2010 -0400
152287
152288     Further simplify IntType struct defs
152289
152290  src/hb-open-type-private.hh | 21 ++++++++++++---------
152291  1 file changed, 12 insertions(+), 9 deletions(-)
152292
152293 commit 2cb08458f674301cde9d962c13911035a251f7c5
152294 Author: Behdad Esfahbod <behdad@behdad.org>
152295 Date:   Wed Apr 21 22:37:31 2010 -0400
152296
152297     Rename const_array() to array() (overloaded)
152298
152299  src/hb-open-type-private.hh          | 12 ++++++------
152300  src/hb-ot-layout-common-private.hh   |  4 ++--
152301  src/hb-ot-layout-gsub-private.hh     |  6 +++---
152302  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
152303  4 files changed, 19 insertions(+), 19 deletions(-)
152304
152305 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
152306 Author: Behdad Esfahbod <behdad@behdad.org>
152307 Date:   Wed Apr 21 22:30:36 2010 -0400
152308
152309     Remove ArrayAfter, use StructAfter in place
152310
152311  src/hb-open-type-private.hh | 21 ++++++---------------
152312  1 file changed, 6 insertions(+), 15 deletions(-)
152313
152314 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
152315 Author: Behdad Esfahbod <behdad@behdad.org>
152316 Date:   Wed Apr 21 15:56:11 2010 -0400
152317
152318     Convert NEXT() and ARRAY_AFTER() macros to templates
152319
152320  src/hb-open-type-private.hh          | 40 ++++++++++++++++++++++++++----------
152321  src/hb-ot-layout-common-private.hh   |  4 ++--
152322  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
152323  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
152324  4 files changed, 47 insertions(+), 29 deletions(-)
152325
152326 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
152327 Author: Behdad Esfahbod <behdad@behdad.org>
152328 Date:   Wed Apr 21 13:35:36 2010 -0400
152329
152330     Use templates for const char * casts
152331
152332  src/hb-open-file-private.hh          | 12 ++++-----
152333  src/hb-open-type-private.hh          | 48 ++++++++++++++++++------------------
152334  src/hb-ot-layout-common-private.hh   |  2 +-
152335  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
152336  src/hb-ot-layout-gsub-private.hh     |  4 +--
152337  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
152338  6 files changed, 56 insertions(+), 56 deletions(-)
152339
152340 commit 1922ffe7013c46014803a9f18c42e193a25b1968
152341 Author: Behdad Esfahbod <behdad@behdad.org>
152342 Date:   Wed Apr 21 04:19:51 2010 -0400
152343
152344     Const correctness
152345
152346  src/hb-ot-layout-gsub-private.hh     |  4 ++--
152347  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
152348  2 files changed, 17 insertions(+), 17 deletions(-)
152349
152350 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
152351 Author: Behdad Esfahbod <behdad@behdad.org>
152352 Date:   Wed Apr 21 03:11:46 2010 -0400
152353
152354     Use templates for defining int typess
152355
152356  src/hb-open-type-private.hh | 66 ++++++++++++++++++++++++++++++---------------
152357  src/hb-private.h            | 10 ++-----
152358  2 files changed, 46 insertions(+), 30 deletions(-)
152359
152360 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
152361 Author: Behdad Esfahbod <behdad@behdad.org>
152362 Date:   Wed Apr 21 02:15:39 2010 -0400
152363
152364     Remove unused macro
152365
152366  src/hb-open-type-private.hh | 15 ---------------
152367  1 file changed, 15 deletions(-)
152368
152369 commit 7a52f281178867379adb6e6c6fb0022102f75d17
152370 Author: Behdad Esfahbod <behdad@behdad.org>
152371 Date:   Wed Apr 21 02:14:44 2010 -0400
152372
152373     Rename macros
152374
152375  src/hb-open-type-private.hh |  6 +++---
152376  src/hb-private.h            | 30 +++++++++++++++---------------
152377  2 files changed, 18 insertions(+), 18 deletions(-)
152378
152379 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
152380 Author: Behdad Esfahbod <behdad@behdad.org>
152381 Date:   Wed Apr 21 02:13:55 2010 -0400
152382
152383     Minor
152384
152385  src/hb-private.h | 12 ++++++------
152386  1 file changed, 6 insertions(+), 6 deletions(-)
152387
152388 commit f60f2166c48d07f556ff83f04e95181946eb03df
152389 Author: Behdad Esfahbod <behdad@behdad.org>
152390 Date:   Wed Apr 21 02:12:45 2010 -0400
152391
152392     Move macros around
152393
152394  src/hb-private.h | 122 ++++++++++++++++++++++++++++---------------------------
152395  1 file changed, 62 insertions(+), 60 deletions(-)
152396
152397 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
152398 Author: Behdad Esfahbod <behdad@behdad.org>
152399 Date:   Wed Apr 21 02:11:59 2010 -0400
152400
152401     Remove unused macros
152402
152403  src/hb-private.h | 7 -------
152404  1 file changed, 7 deletions(-)
152405
152406 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
152407 Author: Behdad Esfahbod <behdad@behdad.org>
152408 Date:   Mon Mar 29 00:04:12 2010 -0400
152409
152410     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from ValueRecords
152411
152412  src/hb-ot-layout-gpos-private.hh | 47 ++++++++++++++++++++++++++++++----------
152413  1 file changed, 36 insertions(+), 11 deletions(-)
152414
152415 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
152416 Author: Behdad Esfahbod <behdad@behdad.org>
152417 Date:   Wed Apr 21 02:02:57 2010 -0400
152418
152419     WIP
152420
152421  src/hb-ot-layout-gpos-private.hh | 102 +++++++++++++++++++++++++++++++--------
152422  1 file changed, 81 insertions(+), 21 deletions(-)
152423
152424 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
152425 Author: Behdad Esfahbod <behdad@behdad.org>
152426 Date:   Wed Apr 21 00:49:40 2010 -0400
152427
152428     Improve comments
152429
152430  src/hb-open-type-private.hh | 22 ++++++++++++++--------
152431  1 file changed, 14 insertions(+), 8 deletions(-)
152432
152433 commit 394bad41a76f90e441e327cef76efb99997e9ae0
152434 Author: Behdad Esfahbod <behdad@behdad.org>
152435 Date:   Wed Apr 21 00:40:50 2010 -0400
152436
152437     Remove stale TODO item
152438
152439  src/hb-open-type-private.hh | 1 -
152440  1 file changed, 1 deletion(-)
152441
152442 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
152443 Author: Behdad Esfahbod <behdad@behdad.org>
152444 Date:   Wed Apr 21 00:32:47 2010 -0400
152445
152446     Use a function template instead of struct template for Null
152447
152448  src/hb-open-type-private.hh | 24 ++++++++++--------------
152449  1 file changed, 10 insertions(+), 14 deletions(-)
152450
152451 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
152452 Author: Behdad Esfahbod <behdad@behdad.org>
152453 Date:   Wed Apr 21 00:14:12 2010 -0400
152454
152455     Simplify Tag struct
152456
152457  src/hb-open-file-private.hh        | 3 ++-
152458  src/hb-open-type-private.hh        | 6 +-----
152459  src/hb-ot-layout-common-private.hh | 3 ++-
152460  3 files changed, 5 insertions(+), 7 deletions(-)
152461
152462 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
152463 Author: Behdad Esfahbod <behdad@behdad.org>
152464 Date:   Tue Apr 20 23:50:45 2010 -0400
152465
152466     Cosmetic
152467
152468  src/hb-open-type-private.hh        | 8 ++++----
152469  src/hb-ot-layout-common-private.hh | 6 +++---
152470  2 files changed, 7 insertions(+), 7 deletions(-)
152471
152472 commit a87072db5d41e25b2e31191545298bca4838c65c
152473 Author: Behdad Esfahbod <behdad@behdad.org>
152474 Date:   Tue Apr 20 15:52:47 2010 -0400
152475
152476     Fix Class operator return type
152477
152478  src/hb-ot-layout-common-private.hh | 2 +-
152479  1 file changed, 1 insertion(+), 1 deletion(-)
152480
152481 commit f9b37727985191c9b4aedb0e9835736027e59260
152482 Author: Behdad Esfahbod <behdad@behdad.org>
152483 Date:   Tue Apr 20 15:51:53 2010 -0400
152484
152485     Add couple consts to operators
152486
152487  src/hb-open-type-private.hh | 6 +++---
152488  1 file changed, 3 insertions(+), 3 deletions(-)
152489
152490 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
152491 Author: Behdad Esfahbod <behdad@behdad.org>
152492 Date:   Tue Apr 20 15:25:27 2010 -0400
152493
152494     Remove ASSERT_SIZE_DATA
152495
152496  src/hb-open-type-private.hh        | 4 ----
152497  src/hb-ot-layout-common-private.hh | 9 ++++++---
152498  2 files changed, 6 insertions(+), 7 deletions(-)
152499
152500 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
152501 Author: Behdad Esfahbod <behdad@behdad.org>
152502 Date:   Mon Apr 19 02:34:10 2010 -0400
152503
152504     Round instead of trunc
152505
152506  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
152507  src/hb-private.h                 |  2 +-
152508  2 files changed, 11 insertions(+), 11 deletions(-)
152509
152510 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
152511 Author: Behdad Esfahbod <behdad@behdad.org>
152512 Date:   Mon Apr 19 02:29:04 2010 -0400
152513
152514     Fix warnings
152515
152516  src/hb-open-type-private.hh          | 2 +-
152517  src/hb-ot-layout-gdef-private.hh     | 2 +-
152518  src/hb-ot-layout-gpos-private.hh     | 4 ++--
152519  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
152520  4 files changed, 7 insertions(+), 7 deletions(-)
152521
152522 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
152523 Author: Behdad Esfahbod <behdad@behdad.org>
152524 Date:   Mon Apr 19 02:27:56 2010 -0400
152525
152526     Fix debug build
152527
152528  src/hb-open-type-private.hh          | 2 +-
152529  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
152530  2 files changed, 2 insertions(+), 2 deletions(-)
152531
152532 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
152533 Author: Behdad Esfahbod <behdad@behdad.org>
152534 Date:   Sat Mar 27 17:00:19 2010 -0400
152535
152536     Fix leak when duplicating blob
152537
152538  src/hb-blob.c | 6 ++++--
152539  1 file changed, 4 insertions(+), 2 deletions(-)
152540
152541 commit 4b8487d83e0c10076a6c573cb3487790ce366607
152542 Author: Behdad Esfahbod <behdad@behdad.org>
152543 Date:   Tue Mar 16 03:46:17 2010 -0400
152544
152545     Fix the mystery bug!
152546     
152547     A couple bugs joined forces to exhibit the mystery behavior of
152548     crashes / infinite loops on OS X / wrong kerning / invalid memory
152549     access.  Pooh!
152550     
152551     The bugs were involved:
152552     
152553       - Wrong pointer math with ValueRecord in PairPosFormat1
152554     
152555       - Fallout from avoiding flex arrays, code not correctly updated
152556         to remove sizeof() usage.
152557     
152558     We strictly never use sizeof() directly now.  And the PairPos code
152559     is cleaned up.  Should fix them all.  Bugs are:
152560     
152561       Bug 605655 - Pango 1.26.2 introduces kerning bug
152562       Bug 611229 - Pango reads from uninitialized memory
152563       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
152564     
152565     We were also doing wrong math converting Device adjustments to
152566     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
152567     6.  Fixed that too.
152568     
152569     There's still another bug: we don't sanitize Device records
152570     referenced from value records.  Fixing that also.
152571
152572  src/hb-open-file-private.hh          |  4 +++-
152573  src/hb-open-type-private.hh          | 11 ++++++-----
152574  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
152575  src/hb-ot-layout-gpos-private.hh     | 37 ++++++++++++++++++++----------------
152576  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
152577  5 files changed, 46 insertions(+), 31 deletions(-)
152578
152579 commit 9b39755d104603d1163738f77637cc1923d4055b
152580 Author: Behdad Esfahbod <behdad@behdad.org>
152581 Date:   Thu Apr 15 14:00:25 2010 -0400
152582
152583     Typo
152584
152585  src/hb-open-type-private.hh | 4 ++--
152586  1 file changed, 2 insertions(+), 2 deletions(-)
152587
152588 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
152589 Author: Behdad Esfahbod <behdad@behdad.org>
152590 Date:   Wed Mar 10 04:14:40 2010 -0500
152591
152592     Cosmetic
152593
152594  src/hb-open-type-private.hh | 2 +-
152595  1 file changed, 1 insertion(+), 1 deletion(-)
152596
152597 commit e48ed72230a83499dabbd02af2ac63340220a353
152598 Author: Behdad Esfahbod <behdad@behdad.org>
152599 Date:   Mon Mar 1 22:33:45 2010 -0500
152600
152601     [ft] Check stream->read instead of stream->base
152602     
152603     The former is more robust.  See discussion on freetype-devel.
152604
152605  src/hb-ft.c | 5 +++--
152606  1 file changed, 3 insertions(+), 2 deletions(-)
152607
152608 commit 917c227500305aee543981ad24a39f868c5ca0b7
152609 Author: Behdad Esfahbod <behdad@behdad.org>
152610 Date:   Tue Feb 23 16:47:51 2010 -0500
152611
152612     Make blob unlocking 64bit-safe
152613     
152614     GNOME Bug 604128 - Applications crash when displaying Hebrew characters
152615
152616  src/hb-blob.c | 14 +++++++-------
152617  1 file changed, 7 insertions(+), 7 deletions(-)
152618
152619 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
152620 Author: Behdad Esfahbod <behdad@behdad.org>
152621 Date:   Tue Feb 23 02:42:00 2010 -0500
152622
152623     Improve the alignment for NullPool
152624
152625  src/hb-open-type-private.hh | 2 +-
152626  1 file changed, 1 insertion(+), 1 deletion(-)
152627
152628 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
152629 Author: Behdad Esfahbod <behdad@behdad.org>
152630 Date:   Wed Feb 17 15:14:57 2010 -0500
152631
152632     Use __attribute__((unused)) only with gcc 4 and later
152633     
152634     See discussion at:
152635     https://bugzilla.gnome.org/show_bug.cgi?id=610183
152636
152637  src/hb-private.h | 7 +++++--
152638  1 file changed, 5 insertions(+), 2 deletions(-)
152639
152640 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
152641 Author: Behdad Esfahbod <behdad@behdad.org>
152642 Date:   Tue Jan 26 12:58:59 2010 -0500
152643
152644     [GDEF] Fix bug in building synthetic GDEF
152645
152646  src/hb-ot-layout.cc | 5 +++--
152647  src/hb-ot-layout.h  | 1 -
152648  2 files changed, 3 insertions(+), 3 deletions(-)
152649
152650 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
152651 Author: Behdad Esfahbod <behdad@behdad.org>
152652 Date:   Tue Jan 26 12:17:37 2010 -0500
152653
152654     [TODO] Add kern/GPOS interaction
152655
152656  TODO | 3 +++
152657  1 file changed, 3 insertions(+)
152658
152659 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
152660 Author: Behdad Esfahbod <behdad@behdad.org>
152661 Date:   Sun Dec 20 23:05:02 2009 +0100
152662
152663     Fix compile with older FreeType
152664
152665  configure.ac | 7 +++++++
152666  src/hb-ft.c  | 2 ++
152667  2 files changed, 9 insertions(+)
152668
152669 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
152670 Author: Behdad Esfahbod <behdad@behdad.org>
152671 Date:   Sun Dec 20 21:42:14 2009 +0100
152672
152673     Indent
152674
152675  src/hb-ot-layout-gpos-private.hh | 4 ++--
152676  1 file changed, 2 insertions(+), 2 deletions(-)
152677
152678 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
152679 Author: Behdad Esfahbod <behdad@behdad.org>
152680 Date:   Sun Dec 20 21:26:24 2009 +0100
152681
152682     Revert "Fallback to 'kern' if no GPOS applied"
152683     
152684     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
152685     
152686     The change is wrong.  If there is a GPOS table, we should not use 'kern'.
152687
152688  src/hb-ot-shape.c | 4 ++--
152689  1 file changed, 2 insertions(+), 2 deletions(-)
152690
152691 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
152692 Author: Behdad Esfahbod <behdad@behdad.org>
152693 Date:   Sun Dec 20 21:23:56 2009 +0100
152694
152695     Fallback to 'kern' if no GPOS applied
152696
152697  src/hb-ot-shape.c | 4 ++--
152698  1 file changed, 2 insertions(+), 2 deletions(-)
152699
152700 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
152701 Author: Behdad Esfahbod <behdad@behdad.org>
152702 Date:   Sun Dec 20 21:03:11 2009 +0100
152703
152704     Remove glibism!
152705
152706  src/hb-ot-shape-private.h | 4 ++--
152707  src/hb-ot-shape.c         | 4 ++--
152708  src/hb-shape.c            | 4 ++--
152709  3 files changed, 6 insertions(+), 6 deletions(-)
152710
152711 commit 907e67da13b5ed719362702138703fe2f90e790d
152712 Author: Behdad Esfahbod <behdad@behdad.org>
152713 Date:   Sun Dec 20 20:59:51 2009 +0100
152714
152715     Oops, add file.
152716
152717  src/hb-ot-shape-private.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++
152718  1 file changed, 53 insertions(+)
152719
152720 commit 2014b8d110231b13e524008282ece7451f1ae9e7
152721 Author: Behdad Esfahbod <behdad@behdad.org>
152722 Date:   Sun Dec 20 20:58:26 2009 +0100
152723
152724     Hook OpenType shaping up
152725     
152726     Default features only for now.
152727
152728  src/Makefile.am     |   2 +
152729  src/hb-ot-layout.cc |  28 +++++++++
152730  src/hb-ot-layout.h  |   7 +++
152731  src/hb-ot-shape.c   | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++
152732  src/hb-shape.c      |   8 +--
152733  5 files changed, 206 insertions(+), 4 deletions(-)
152734
152735 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
152736 Author: Behdad Esfahbod <behdad@behdad.org>
152737 Date:   Sun Dec 20 19:01:14 2009 +0100
152738
152739     Pass features down
152740
152741  src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
152742  1 file changed, 33 insertions(+), 16 deletions(-)
152743
152744 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
152745 Author: Behdad Esfahbod <behdad@behdad.org>
152746 Date:   Sun Dec 20 18:22:28 2009 +0100
152747
152748     Avoid overflow
152749
152750  src/hb-shape.c | 2 ++
152751  1 file changed, 2 insertions(+)
152752
152753 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
152754 Author: Behdad Esfahbod <behdad@behdad.org>
152755 Date:   Sun Dec 20 17:58:25 2009 +0100
152756
152757     Refactor hb_shape a bit
152758
152759  src/hb-shape.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++---------
152760  1 file changed, 74 insertions(+), 13 deletions(-)
152761
152762 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
152763 Author: Behdad Esfahbod <behdad@behdad.org>
152764 Date:   Sun Dec 20 17:24:05 2009 +0100
152765
152766     Add TrueType kern support
152767
152768  src/hb-shape.c | 74 +++++++++++++++++++++++++++++++++++++---------------------
152769  1 file changed, 48 insertions(+), 26 deletions(-)
152770
152771 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
152772 Author: Behdad Esfahbod <behdad@behdad.org>
152773 Date:   Sun Dec 20 16:29:17 2009 +0100
152774
152775     Direct unicode->get_mirroring directly
152776
152777  src/hb-shape.c | 4 ++--
152778  1 file changed, 2 insertions(+), 2 deletions(-)
152779
152780 commit 6a2ef5aa5459def232708af30ef8a484906b868b
152781 Author: Behdad Esfahbod <behdad@behdad.org>
152782 Date:   Sun Dec 20 16:28:01 2009 +0100
152783
152784     Do mirroring
152785
152786  src/hb-shape.c | 18 +++++++++++++++++-
152787  1 file changed, 17 insertions(+), 1 deletion(-)
152788
152789 commit 0465e69832393cc1ed36508ec5d597fbab64877a
152790 Author: Behdad Esfahbod <behdad@behdad.org>
152791 Date:   Sun Dec 20 16:25:18 2009 +0100
152792
152793     Protect against NULL funcs
152794
152795  src/hb-buffer.c | 3 +++
152796  src/hb-font.cc  | 3 +++
152797  2 files changed, 6 insertions(+)
152798
152799 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
152800 Author: Behdad Esfahbod <behdad@behdad.org>
152801 Date:   Sun Dec 20 15:29:16 2009 +0100
152802
152803     Add hb_unicode_get_*() functions
152804
152805  src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
152806  src/hb-unicode.h | 21 +++++++++++++++++++++
152807  2 files changed, 58 insertions(+)
152808
152809 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
152810 Author: Behdad Esfahbod <behdad@behdad.org>
152811 Date:   Sun Dec 20 14:56:25 2009 +0100
152812
152813     We'll have to link to libstdc++ if linking to ICU, so disable test for now
152814     
152815     We have to get rid of the ICU in main lib.  Still thinking about best way
152816     to do it.
152817
152818  src/Makefile.am | 9 ++++++---
152819  1 file changed, 6 insertions(+), 3 deletions(-)
152820
152821 commit 314905d7548d5be58354546d660754b807b6efb2
152822 Author: Behdad Esfahbod <behdad@behdad.org>
152823 Date:   Sun Dec 20 14:50:42 2009 +0100
152824
152825     Explicitly track whether the buffer has positions
152826
152827  src/hb-buffer-private.h |  3 ++-
152828  src/hb-buffer.c         | 27 ++++++++++++++-------------
152829  2 files changed, 16 insertions(+), 14 deletions(-)
152830
152831 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
152832 Author: Behdad Esfahbod <behdad@behdad.org>
152833 Date:   Sun Dec 20 13:58:50 2009 +0100
152834
152835     Add HB_DIRECTION_IS_FORWARD/BACKWARD
152836
152837  src/hb-common.h | 2 ++
152838  src/hb-shape.c  | 3 +--
152839  2 files changed, 3 insertions(+), 2 deletions(-)
152840
152841 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
152842 Author: Behdad Esfahbod <behdad@behdad.org>
152843 Date:   Tue Dec 15 04:07:40 2009 -0500
152844
152845     Make main.cc compile without glib
152846
152847  src/main.cc | 18 ++++++++++++++++--
152848  1 file changed, 16 insertions(+), 2 deletions(-)
152849
152850 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
152851 Author: Behdad Esfahbod <behdad@behdad.org>
152852 Date:   Tue Dec 15 03:53:45 2009 -0500
152853
152854     Distribute autogen.sh
152855
152856  Makefile.am | 3 +++
152857  1 file changed, 3 insertions(+)
152858
152859 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
152860 Author: Behdad Esfahbod <behdad@behdad.org>
152861 Date:   Thu Nov 19 20:28:03 2009 -0500
152862
152863     Another C++ strictness fix
152864     
152865     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
152866     (Error: A union member cannot have a user-defined assignment operator)
152867     
152868     According to the bug:
152869     
152870     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
152871     explicitly using of union members with constructors, destructors or assignment
152872     operations.
152873     
152874     So we use a set() method instead of the assignment operator.  Ugly, but hey,
152875     that's life.
152876
152877  src/hb-open-type-private.hh        | 8 ++++----
152878  src/hb-ot-layout-common-private.hh | 2 +-
152879  2 files changed, 5 insertions(+), 5 deletions(-)
152880
152881 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
152882 Author: Behdad Esfahbod <behdad@behdad.org>
152883 Date:   Thu Nov 19 20:27:57 2009 -0500
152884
152885     Fix warning
152886
152887  src/hb-ot-layout-gdef-private.hh | 2 +-
152888  1 file changed, 1 insertion(+), 1 deletion(-)
152889
152890 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
152891 Author: Behdad Esfahbod <behdad@behdad.org>
152892 Date:   Wed Nov 18 11:27:33 2009 -0500
152893
152894     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
152895
152896  configure.ac                     |  2 ++
152897  src/hb-ot-layout-gpos-private.hh |  4 ++--
152898  src/hb-private.h                 | 13 ++++++++++---
152899  3 files changed, 14 insertions(+), 5 deletions(-)
152900
152901 commit d33f674cb793af40f1612df3660b138383f2de95
152902 Author: Behdad Esfahbod <behdad@behdad.org>
152903 Date:   Wed Nov 18 09:47:44 2009 -0500
152904
152905     Add Mongolian variation selectors
152906
152907  src/hb-shape.c | 5 +++--
152908  1 file changed, 3 insertions(+), 2 deletions(-)
152909
152910 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
152911 Author: Behdad Esfahbod <behdad@behdad.org>
152912 Date:   Wed Nov 11 17:15:03 2009 -0500
152913
152914     Fix sanitize
152915
152916  src/hb-ot-layout-common-private.hh | 2 +-
152917  1 file changed, 1 insertion(+), 1 deletion(-)
152918
152919 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
152920 Author: Behdad Esfahbod <behdad@behdad.org>
152921 Date:   Tue Nov 10 12:56:35 2009 -0500
152922
152923     Remove obsolete TODO item
152924
152925  src/hb-open-file-private.hh | 2 --
152926  1 file changed, 2 deletions(-)
152927
152928 commit bf2b25dd8591e92f3944c763641b613a70c379a7
152929 Author: Behdad Esfahbod <behdad@behdad.org>
152930 Date:   Fri Nov 6 19:52:47 2009 -0500
152931
152932     Remove done item
152933
152934  src/hb-shape.c | 1 -
152935  1 file changed, 1 deletion(-)
152936
152937 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
152938 Author: Behdad Esfahbod <behdad@behdad.org>
152939 Date:   Fri Nov 6 19:52:01 2009 -0500
152940
152941     Reverse buffer at the end if RTL
152942
152943  src/hb-shape.c | 12 ++++++++----
152944  1 file changed, 8 insertions(+), 4 deletions(-)
152945
152946 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
152947 Author: Behdad Esfahbod <behdad@behdad.org>
152948 Date:   Fri Nov 6 19:48:16 2009 -0500
152949
152950     Handle shaping in non-native direction
152951
152952  src/hb-buffer-private.h  |   1 +
152953  src/hb-buffer.c          |  42 +++++++++++++++++--
152954  src/hb-buffer.h          |  10 ++---
152955  src/hb-common.h          |  11 +++++
152956  src/hb-shape.c           |  38 +++++++++++++++--
152957  src/hb-unicode-private.h |   5 +++
152958  src/hb-unicode.c         | 103 +++++++++++++++++++++++++++++++++++++++++++++++
152959  7 files changed, 196 insertions(+), 14 deletions(-)
152960
152961 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
152962 Author: Behdad Esfahbod <behdad@behdad.org>
152963 Date:   Fri Nov 6 17:46:33 2009 -0500
152964
152965     Oops, wrong change
152966
152967  src/hb-ot-layout.h | 2 +-
152968  1 file changed, 1 insertion(+), 1 deletion(-)
152969
152970 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
152971 Author: Behdad Esfahbod <behdad@behdad.org>
152972 Date:   Fri Nov 6 17:45:38 2009 -0500
152973
152974     Change order of font and face for API consistency
152975
152976  src/hb-ot-layout.cc | 14 +++++++-------
152977  src/hb-ot-layout.h  | 14 +++++++-------
152978  2 files changed, 14 insertions(+), 14 deletions(-)
152979
152980 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
152981 Author: Behdad Esfahbod <behdad@behdad.org>
152982 Date:   Fri Nov 6 17:42:38 2009 -0500
152983
152984     Remove debug info that crept in
152985
152986  src/hb-ot-layout.cc | 2 --
152987  1 file changed, 2 deletions(-)
152988
152989 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
152990 Author: Behdad Esfahbod <behdad@behdad.org>
152991 Date:   Fri Nov 6 17:23:31 2009 -0500
152992
152993     [GSUB] More ligature/component fixing
152994     
152995     We can only reuse the ligid if it belongs to a previous ligature, not a
152996     component!
152997
152998  src/hb-ot-layout-gsub-private.hh | 4 ++--
152999  1 file changed, 2 insertions(+), 2 deletions(-)
153000
153001 commit 25e7ef704633447f109b148620336c42d6fb310e
153002 Author: Behdad Esfahbod <behdad@behdad.org>
153003 Date:   Fri Nov 6 17:21:01 2009 -0500
153004
153005     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
153006
153007  src/hb-buffer-private.h          | 10 ++++++++-
153008  src/hb-buffer.c                  | 45 ++++++++++++++++++++++++++++++++++++++--
153009  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
153010  3 files changed, 60 insertions(+), 11 deletions(-)
153011
153012 commit 9db8ad75317d589807e7725455f49cafece58d5d
153013 Author: Behdad Esfahbod <behdad@behdad.org>
153014 Date:   Fri Nov 6 16:47:31 2009 -0500
153015
153016     Add hb_ot_layout_position_finish()
153017     
153018     We expect buffer to be setup with default positions before GPOS.
153019
153020  src/hb-buffer-private.h          |  6 +----
153021  src/hb-buffer.h                  | 11 +--------
153022  src/hb-ot-layout-gpos-private.hh |  8 +++----
153023  src/hb-ot-layout.cc              | 52 ++++++++++++++++++++++++++++++++++++++++
153024  src/hb-ot-layout.h               | 16 +++++++++----
153025  5 files changed, 69 insertions(+), 24 deletions(-)
153026
153027 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
153028 Author: Behdad Esfahbod <behdad@behdad.org>
153029 Date:   Fri Nov 6 15:19:22 2009 -0500
153030
153031     Fix FT_Face finalizer call
153032
153033  src/hb-ft.c | 2 +-
153034  1 file changed, 1 insertion(+), 1 deletion(-)
153035
153036 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
153037 Author: Behdad Esfahbod <behdad@behdad.org>
153038 Date:   Fri Nov 6 15:13:17 2009 -0500
153039
153040     Rename hb_buffer_get_len() to hb_buffer_get_length()
153041
153042  src/hb-buffer.c | 2 +-
153043  src/hb-buffer.h | 2 +-
153044  2 files changed, 2 insertions(+), 2 deletions(-)
153045
153046 commit 1ff7775051559a8ca442be3938450c7ed3817806
153047 Author: Behdad Esfahbod <behdad@behdad.org>
153048 Date:   Fri Nov 6 13:52:57 2009 -0500
153049
153050     Minor.
153051
153052  src/hb-shape.c | 6 +++++-
153053  1 file changed, 5 insertions(+), 1 deletion(-)
153054
153055 commit 3648bdf5b221adfe01ad99714de420b49964921e
153056 Author: Behdad Esfahbod <behdad@behdad.org>
153057 Date:   Thu Nov 5 20:17:53 2009 -0500
153058
153059     Fix FT_Face generic finalizer
153060
153061  src/hb-ft.c | 10 ++++++++--
153062  1 file changed, 8 insertions(+), 2 deletions(-)
153063
153064 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
153065 Author: Behdad Esfahbod <behdad@behdad.org>
153066 Date:   Thu Nov 5 20:08:17 2009 -0500
153067
153068     Cosmetic
153069
153070  src/hb-blob.c | 10 ++++++----
153071  1 file changed, 6 insertions(+), 4 deletions(-)
153072
153073 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
153074 Author: Behdad Esfahbod <behdad@behdad.org>
153075 Date:   Thu Nov 5 19:58:02 2009 -0500
153076
153077     Fix warning
153078
153079  src/hb-object-private.h | 2 +-
153080  1 file changed, 1 insertion(+), 1 deletion(-)
153081
153082 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
153083 Author: Behdad Esfahbod <behdad@behdad.org>
153084 Date:   Thu Nov 5 19:54:23 2009 -0500
153085
153086     include errno.h
153087
153088  src/hb-blob.c | 1 +
153089  1 file changed, 1 insertion(+)
153090
153091 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
153092 Author: Behdad Esfahbod <behdad@behdad.org>
153093 Date:   Thu Nov 5 19:37:58 2009 -0500
153094
153095     Add debugging to object lifecycle
153096
153097  src/hb-object-private.h | 18 ++++++++++++++++++
153098  1 file changed, 18 insertions(+)
153099
153100 commit 25edb940ab050545f47a06648e73c192fa213548
153101 Author: Behdad Esfahbod <behdad@behdad.org>
153102 Date:   Thu Nov 5 19:20:06 2009 -0500
153103
153104     Cosmetic
153105
153106  src/hb-ft.c | 2 +-
153107  1 file changed, 1 insertion(+), 1 deletion(-)
153108
153109 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
153110 Author: Behdad Esfahbod <behdad@behdad.org>
153111 Date:   Thu Nov 5 18:26:52 2009 -0500
153112
153113     Return 0 from get_glyph_nil
153114
153115  src/hb-font.cc | 2 +-
153116  1 file changed, 1 insertion(+), 1 deletion(-)
153117
153118 commit 85555a953376ee68a8fcc64485e74d44a353577b
153119 Author: Behdad Esfahbod <behdad@behdad.org>
153120 Date:   Thu Nov 5 18:25:56 2009 -0500
153121
153122     Initialize font->klass
153123
153124  src/hb-font.cc | 2 ++
153125  1 file changed, 2 insertions(+)
153126
153127 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
153128 Author: Behdad Esfahbod <behdad@behdad.org>
153129 Date:   Thu Nov 5 18:03:26 2009 -0500
153130
153131     Add TODO item
153132
153133  src/hb-ft.c | 1 +
153134  1 file changed, 1 insertion(+)
153135
153136 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
153137 Author: Behdad Esfahbod <behdad@behdad.org>
153138 Date:   Thu Nov 5 17:58:41 2009 -0500
153139
153140     Fix ref counting
153141
153142  src/hb-ft.c | 16 ++++++++--------
153143  1 file changed, 8 insertions(+), 8 deletions(-)
153144
153145 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
153146 Author: Behdad Esfahbod <behdad@behdad.org>
153147 Date:   Thu Nov 5 17:39:16 2009 -0500
153148
153149     Add hb_ft_face_create_cached
153150
153151  src/hb-ft.c | 16 ++++++++++++++++
153152  src/hb-ft.h |  3 +++
153153  2 files changed, 19 insertions(+)
153154
153155 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
153156 Author: Behdad Esfahbod <behdad@behdad.org>
153157 Date:   Thu Nov 5 16:34:47 2009 -0500
153158
153159     Add default positioning to hb-shape
153160
153161  src/hb-shape.c | 28 ++++++++++++++++++++++++----
153162  1 file changed, 24 insertions(+), 4 deletions(-)
153163
153164 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
153165 Author: Behdad Esfahbod <behdad@behdad.org>
153166 Date:   Thu Nov 5 16:16:14 2009 -0500
153167
153168     Fix MarkMark issue with ligid and components
153169
153170  src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
153171  src/hb-ot-layout-gsub-private.hh |  6 +-----
153172  2 files changed, 7 insertions(+), 10 deletions(-)
153173
153174 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
153175 Author: Behdad Esfahbod <behdad@behdad.org>
153176 Date:   Thu Nov 5 16:16:06 2009 -0500
153177
153178     Include stdio.h if debugging
153179
153180  src/hb-blob.c                        | 4 ++++
153181  src/hb-open-type-private.hh          | 1 +
153182  src/hb-ot-layout-gsubgpos-private.hh | 1 +
153183  3 files changed, 6 insertions(+)
153184
153185 commit 2e336692913405976392bf505028481a5caa53b4
153186 Author: Behdad Esfahbod <behdad@behdad.org>
153187 Date:   Thu Nov 5 13:55:41 2009 -0500
153188
153189     Add hb_font_get_*
153190
153191  src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
153192  src/hb-font.h  | 18 ++++++++++++++++++
153193  src/hb-shape.c |  2 +-
153194  3 files changed, 54 insertions(+), 1 deletion(-)
153195
153196 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
153197 Author: Behdad Esfahbod <behdad@behdad.org>
153198 Date:   Thu Nov 5 12:20:11 2009 -0500
153199
153200     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
153201
153202  src/hb-buffer-private.h          |  4 ++--
153203  src/hb-buffer.h                  |  4 ++--
153204  src/hb-font.h                    |  4 ++--
153205  src/hb-ft.c                      | 10 +++++-----
153206  src/hb-ot-layout-gpos-private.hh | 40 ++++++++++++----------------------------
153207  src/hb-shape.c                   | 14 +++++++-------
153208  src/hb-shape.h                   |  4 ++--
153209  7 files changed, 32 insertions(+), 48 deletions(-)
153210
153211 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
153212 Author: Behdad Esfahbod <behdad@behdad.org>
153213 Date:   Thu Nov 5 12:08:34 2009 -0500
153214
153215     Cosmetic
153216
153217  src/hb-shape.c | 2 +-
153218  1 file changed, 1 insertion(+), 1 deletion(-)
153219
153220 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
153221 Author: Behdad Esfahbod <behdad@behdad.org>
153222 Date:   Wed Nov 4 21:07:03 2009 -0500
153223
153224     Start filling hb_shape() in
153225
153226  src/hb-buffer-private.h |  1 +
153227  src/hb-shape.c          | 40 +++++++++++++++++++++++++++++++++++++++-
153228  2 files changed, 40 insertions(+), 1 deletion(-)
153229
153230 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
153231 Author: Behdad Esfahbod <behdad@behdad.org>
153232 Date:   Wed Nov 4 20:29:54 2009 -0500
153233
153234     Add script and language to buffer
153235
153236  TODO                    |  1 -
153237  src/hb-buffer-private.h |  6 +++---
153238  src/hb-buffer.c         | 26 ++++++++++++++++++++++++++
153239  src/hb-buffer.h         | 15 ++++++++++++++-
153240  4 files changed, 43 insertions(+), 5 deletions(-)
153241
153242 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
153243 Author: Behdad Esfahbod <behdad@behdad.org>
153244 Date:   Wed Nov 4 19:45:39 2009 -0500
153245
153246     Add hb_language_t as well as language/script conversion to OT tags
153247
153248  src/Makefile.am     |   4 +
153249  src/hb-language.c   | 113 +++++++++
153250  src/hb-language.h   |  44 ++++
153251  src/hb-ot-layout.cc |   6 +-
153252  src/hb-ot-layout.h  |   4 +-
153253  src/hb-ot-tag.c     | 662 ++++++++++++++++++++++++++++++++++++++++++++++++++++
153254  src/hb-ot-tag.h     |  49 ++++
153255  src/hb-ot.h         |   1 +
153256  src/hb-private.h    |   3 +
153257  src/hb.h            |   1 +
153258  10 files changed, 882 insertions(+), 5 deletions(-)
153259
153260 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
153261 Author: Behdad Esfahbod <behdad@behdad.org>
153262 Date:   Wed Nov 4 18:15:59 2009 -0500
153263
153264     Define ARRAY_LENGTH
153265
153266  src/hb-private.h | 15 ++++++++-------
153267  1 file changed, 8 insertions(+), 7 deletions(-)
153268
153269 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
153270 Author: Behdad Esfahbod <behdad@behdad.org>
153271 Date:   Wed Nov 4 18:12:32 2009 -0500
153272
153273     Another one
153274
153275  src/hb-unicode.h | 2 +-
153276  1 file changed, 1 insertion(+), 1 deletion(-)
153277
153278 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
153279 Author: Behdad Esfahbod <behdad@behdad.org>
153280 Date:   Wed Nov 4 18:12:09 2009 -0500
153281
153282     Minor
153283
153284  src/hb-open-type-private.hh | 2 +-
153285  1 file changed, 1 insertion(+), 1 deletion(-)
153286
153287 commit 48de3730cdf91b9f6473509e22260a902ccec992
153288 Author: Behdad Esfahbod <behdad@behdad.org>
153289 Date:   Wed Nov 4 16:59:50 2009 -0500
153290
153291     Fix previous commit, ouch!
153292
153293  src/hb-open-type-private.hh        | 12 ++++++++++++
153294  src/hb-ot-layout-common-private.hh | 12 ++++--------
153295  src/hb-ot-layout-gdef-private.hh   | 12 ++++--------
153296  3 files changed, 20 insertions(+), 16 deletions(-)
153297
153298 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
153299 Author: Behdad Esfahbod <behdad@behdad.org>
153300 Date:   Wed Nov 4 16:36:14 2009 -0500
153301
153302     Fix array query API
153303     
153304     The array query APIs now all do:
153305     
153306       - Return the total number of items
153307       - Take a start_offset, such that individual items can be fetched
153308       - The _count IN/OUT variable always has number of items written
153309         into the array upon return of the function
153310
153311  TODO                                 |  1 -
153312  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
153313  src/hb-ot-layout-gdef-private.hh     | 84 +++++++++++++++++++++---------------
153314  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
153315  src/hb-ot-layout.cc                  | 40 ++++++++++-------
153316  src/hb-ot-layout.h                   | 24 +++++++----
153317  6 files changed, 131 insertions(+), 91 deletions(-)
153318
153319 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
153320 Author: Behdad Esfahbod <behdad@behdad.org>
153321 Date:   Wed Nov 4 15:48:32 2009 -0500
153322
153323     Finish FT glue.  Rough and untested
153324
153325  src/hb-font.cc |   2 +-
153326  src/hb-font.h  |   2 +-
153327  src/hb-ft.c    | 114 ++++++++++++++++++++++++++++++---------------------------
153328  3 files changed, 63 insertions(+), 55 deletions(-)
153329
153330 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
153331 Author: Behdad Esfahbod <behdad@behdad.org>
153332 Date:   Tue Nov 3 20:28:27 2009 -0500
153333
153334     Add TODO item
153335
153336  TODO | 1 +
153337  1 file changed, 1 insertion(+)
153338
153339 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
153340 Author: Behdad Esfahbod <behdad@behdad.org>
153341 Date:   Tue Nov 3 20:27:05 2009 -0500
153342
153343     Implement nil font functions
153344
153345  TODO                             |  1 +
153346  src/hb-font-private.h            |  8 ++---
153347  src/hb-font.cc                   | 72 +++++++++++++++++++++++++++++++++++++---
153348  src/hb-font.h                    |  9 +++--
153349  src/hb-ot-layout-gpos-private.hh |  7 ++--
153350  src/hb-ot-layout-gsub-private.hh |  2 +-
153351  src/hb-private.h                 | 18 +++++-----
153352  7 files changed, 91 insertions(+), 26 deletions(-)
153353
153354 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
153355 Author: Behdad Esfahbod <behdad@behdad.org>
153356 Date:   Tue Nov 3 18:34:20 2009 -0500
153357
153358     Start ft glue
153359
153360  TODO                  |   3 -
153361  src/Makefile.am       |  16 ++++-
153362  src/hb-font-private.h |   4 +-
153363  src/hb-font.cc        |  17 ++++-
153364  src/hb-font.h         |   6 +-
153365  src/hb-ft.c           | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++
153366  src/hb-ft.h           |  52 ++++++++++++++
153367  src/hb-glib.h         |   2 -
153368  src/hb-icu.h          |   2 -
153369  src/hb.h              |   4 +-
153370  10 files changed, 281 insertions(+), 17 deletions(-)
153371
153372 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
153373 Author: Behdad Esfahbod <behdad@behdad.org>
153374 Date:   Tue Nov 3 16:35:10 2009 -0500
153375
153376     Add ICU glue
153377
153378  configure.ac    |   8 +-
153379  src/Makefile.am |  23 +++++-
153380  src/hb-icu.c    | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
153381  src/hb-icu.h    |  41 +++++++++++
153382  4 files changed, 288 insertions(+), 5 deletions(-)
153383
153384 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
153385 Author: Behdad Esfahbod <behdad@behdad.org>
153386 Date:   Tue Nov 3 15:21:15 2009 -0500
153387
153388     Fix hb_be_uint16()
153389
153390  src/hb-private.h | 2 +-
153391  1 file changed, 1 insertion(+), 1 deletion(-)
153392
153393 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
153394 Author: Behdad Esfahbod <behdad@behdad.org>
153395 Date:   Tue Nov 3 15:16:10 2009 -0500
153396
153397     Namespace MSVC defines in public header
153398
153399  src/hb-common.h | 8 ++++----
153400  1 file changed, 4 insertions(+), 4 deletions(-)
153401
153402 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
153403 Author: Behdad Esfahbod <behdad@behdad.org>
153404 Date:   Tue Nov 3 15:15:07 2009 -0500
153405
153406     Move unicode_funcs to buffer
153407
153408  TODO                    |  1 -
153409  src/hb-buffer-private.h | 12 +++++++++++-
153410  src/hb-buffer.c         | 47 ++++++++++++++++++++++++++++++++++++++---------
153411  src/hb-buffer.h         | 10 ++++++++++
153412  src/hb-font-private.h   |  3 ---
153413  src/hb-font.cc          | 17 -----------------
153414  src/hb-font.h           |  9 ++++-----
153415  7 files changed, 63 insertions(+), 36 deletions(-)
153416
153417 commit d5a8e46099e363d928b54de104126b1b34ba401c
153418 Author: Behdad Esfahbod <behdad@behdad.org>
153419 Date:   Tue Nov 3 15:14:40 2009 -0500
153420
153421     [Makefile] Install hb-unicode.h
153422     
153423     Separate OT headers also.
153424
153425  src/Makefile.am | 27 ++++++++++++++++-----------
153426  1 file changed, 16 insertions(+), 11 deletions(-)
153427
153428 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
153429 Author: Behdad Esfahbod <behdad@behdad.org>
153430 Date:   Tue Nov 3 15:14:08 2009 -0500
153431
153432     [TODO] Add item for fixing buffer error handling
153433
153434  TODO | 1 +
153435  1 file changed, 1 insertion(+)
153436
153437 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
153438 Author: Behdad Esfahbod <behdad@behdad.org>
153439 Date:   Tue Nov 3 14:28:32 2009 -0500
153440
153441     Add check for not linking to libstdc++
153442
153443  TODO                   |  3 +--
153444  src/Makefile.am        |  4 ++++
153445  src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
153446  3 files changed, 33 insertions(+), 2 deletions(-)
153447
153448 commit ca95ce460adf2ca6901595d4a6107fd000d90151
153449 Author: Behdad Esfahbod <behdad@behdad.org>
153450 Date:   Tue Nov 3 14:18:33 2009 -0500
153451
153452     Use the C linker, not C++ linker
153453     
153454     Such that we don't link to libstdc++.
153455
153456  src/Makefile.am | 2 ++
153457  1 file changed, 2 insertions(+)
153458
153459 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
153460 Author: Behdad Esfahbod <behdad@behdad.org>
153461 Date:   Tue Nov 3 14:09:32 2009 -0500
153462
153463     [configure] Fix check for FreeType
153464
153465  configure.ac | 2 +-
153466  1 file changed, 1 insertion(+), 1 deletion(-)
153467
153468 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
153469 Author: Behdad Esfahbod <behdad@behdad.org>
153470 Date:   Tue Nov 3 14:09:10 2009 -0500
153471
153472     [TODO] Remove obsolete item
153473
153474  TODO | 2 --
153475  1 file changed, 2 deletions(-)
153476
153477 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
153478 Author: Behdad Esfahbod <behdad@behdad.org>
153479 Date:   Tue Nov 3 11:36:06 2009 -0500
153480
153481     Add bunch of TODO items
153482
153483  TODO | 15 ++++++++++++---
153484  1 file changed, 12 insertions(+), 3 deletions(-)
153485
153486 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
153487 Author: Behdad Esfahbod <behdad@behdad.org>
153488 Date:   Tue Nov 3 10:52:45 2009 -0500
153489
153490     More MSVC fixes from Jonathan Kew
153491
153492  src/hb-common.h  | 7 ++++++-
153493  src/hb-private.h | 5 +++++
153494  2 files changed, 11 insertions(+), 1 deletion(-)
153495
153496 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
153497 Author: Behdad Esfahbod <behdad@behdad.org>
153498 Date:   Tue Nov 3 10:47:29 2009 -0500
153499
153500     Don't use zero-sized arrays
153501     
153502     It's not part of the standard and MSVC doesn't like it.  It makes the code
153503     a lot less elegant than it used to be, but I think it should work now.
153504
153505  src/hb-open-file-private.hh          |  4 +-
153506  src/hb-open-type-private.hh          | 36 +++++++++++------
153507  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
153508  src/hb-ot-layout-gdef-private.hh     | 14 +++----
153509  src/hb-ot-layout-gpos-private.hh     | 76 ++++++++++++++----------------------
153510  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
153511  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
153512  src/hb-private.h                     |  5 +++
153513  8 files changed, 122 insertions(+), 137 deletions(-)
153514
153515 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
153516 Author: Behdad Esfahbod <behdad@behdad.org>
153517 Date:   Mon Nov 2 19:17:36 2009 -0500
153518
153519     Cosmetic
153520
153521  src/hb-ot-layout-common-private.hh | 2 +-
153522  1 file changed, 1 insertion(+), 1 deletion(-)
153523
153524 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
153525 Author: Behdad Esfahbod <behdad@behdad.org>
153526 Date:   Mon Nov 2 18:55:19 2009 -0500
153527
153528     Another try at build without glib
153529
153530  configure.ac | 8 ++++++--
153531  1 file changed, 6 insertions(+), 2 deletions(-)
153532
153533 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
153534 Author: Behdad Esfahbod <behdad@behdad.org>
153535 Date:   Mon Nov 2 18:53:15 2009 -0500
153536
153537     Fix build without glib, again
153538
153539  src/Makefile.am | 4 ++--
153540  1 file changed, 2 insertions(+), 2 deletions(-)
153541
153542 commit d03f81865914b40e941bf680557c0d8f98e30ad5
153543 Author: Behdad Esfahbod <behdad@behdad.org>
153544 Date:   Mon Nov 2 18:52:21 2009 -0500
153545
153546     Disable configure cache
153547
153548  autogen.sh | 1 -
153549  1 file changed, 1 deletion(-)
153550
153551 commit a6451aa626fa5850d7c3b716bd52126995154e27
153552 Author: Behdad Esfahbod <behdad@behdad.org>
153553 Date:   Mon Nov 2 18:35:12 2009 -0500
153554
153555     We don't really use gthread directly
153556
153557  configure.ac | 2 +-
153558  1 file changed, 1 insertion(+), 1 deletion(-)
153559
153560 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
153561 Author: Behdad Esfahbod <behdad@behdad.org>
153562 Date:   Mon Nov 2 18:33:52 2009 -0500
153563
153564     Update Makefile to build without glib
153565
153566  src/Makefile.am | 12 +++++++++---
153567  src/hb-glib.c   |  2 ++
153568  2 files changed, 11 insertions(+), 3 deletions(-)
153569
153570 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
153571 Author: Behdad Esfahbod <behdad@behdad.org>
153572 Date:   Mon Nov 2 18:31:53 2009 -0500
153573
153574     Build without glib
153575     
153576     Thready-safety disabled in that case, until we add support for pthread, etc.
153577     Fun...
153578
153579  src/hb-private.h | 19 +++++++++++++++++--
153580  1 file changed, 17 insertions(+), 2 deletions(-)
153581
153582 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
153583 Author: Behdad Esfahbod <behdad@behdad.org>
153584 Date:   Mon Nov 2 18:13:17 2009 -0500
153585
153586     MSVC has no stdint.h
153587
153588  src/hb-common.h | 13 +++++++++++++
153589  1 file changed, 13 insertions(+)
153590
153591 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
153592 Author: Behdad Esfahbod <behdad@behdad.org>
153593 Date:   Mon Nov 2 18:11:55 2009 -0500
153594
153595     Remove use of GINT16_FROM_BE
153596
153597  src/hb-private.h | 10 ++--------
153598  1 file changed, 2 insertions(+), 8 deletions(-)
153599
153600 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
153601 Author: Behdad Esfahbod <behdad@behdad.org>
153602 Date:   Mon Nov 2 16:28:39 2009 -0500
153603
153604     Install library
153605
153606  autogen.sh      | 2 +-
153607  src/Makefile.am | 5 ++---
153608  2 files changed, 3 insertions(+), 4 deletions(-)
153609
153610 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
153611 Author: Behdad Esfahbod <behdad@behdad.org>
153612 Date:   Mon Nov 2 16:38:41 2009 -0500
153613
153614     Generate ChangeLog
153615
153616  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
153617  1 file changed, 39 insertions(+)
153618
153619 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
153620 Author: Behdad Esfahbod <behdad@behdad.org>
153621 Date:   Mon Nov 2 16:28:39 2009 -0500
153622
153623     Add build system
153624
153625  AUTHORS                |   0
153626  src/COPYING => COPYING |   0
153627  Makefile.am            |   3 +
153628  NEWS                   |   0
153629  src/README => README   |   0
153630  src/TODO => TODO       |   0
153631  autogen.sh             | 189 +++++++++++++++++++++++++++++++++++++++++++++++++
153632  configure.ac           |  40 +++++++++++
153633  git.mk                 | 184 +++++++++++++++++++++++++++++++++++++++++++++++
153634  harfbuzz.pc.in         |  11 +++
153635  src/.gitignore         |   1 -
153636  src/Makefile.ng        |  11 ---
153637  12 files changed, 427 insertions(+), 12 deletions(-)
153638
153639 commit c09ed9801ead002d6f8e507ce664b83707b202e9
153640 Author: Behdad Esfahbod <behdad@behdad.org>
153641 Date:   Thu Oct 29 03:08:42 2009 -0400
153642
153643     [HB] Add glyph_metrics typedef
153644
153645  src/hb-font.h | 9 +++++++++
153646  1 file changed, 9 insertions(+)
153647
153648 commit 91b1e03e0312be2a7a165308239b40449e3ab360
153649 Author: Behdad Esfahbod <behdad@behdad.org>
153650 Date:   Thu Oct 29 03:05:18 2009 -0400
153651
153652     [HB] Add point_index to get_contour_point()
153653     
153654     Pointed out by Keith Stribley on HarfBuzz list.
153655
153656  src/hb-font.h | 1 +
153657  1 file changed, 1 insertion(+)
153658
153659 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
153660 Author: Behdad Esfahbod <behdad@behdad.org>
153661 Date:   Thu Oct 29 03:00:44 2009 -0400
153662
153663     [HB] Fix lookup_flag ignoring
153664     
153665     Reported by Keith Stribley on HarfBuzz list.
153666
153667  src/hb-ot-layout-common-private.hh | 1 +
153668  src/hb-ot-layout.cc                | 2 +-
153669  2 files changed, 2 insertions(+), 1 deletion(-)
153670
153671 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
153672 Author: Behdad Esfahbod <behdad@behdad.org>
153673 Date:   Mon Sep 21 13:58:56 2009 -0400
153674
153675     [HB] Add comment
153676
153677  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
153678  1 file changed, 5 insertions(+)
153679
153680 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
153681 Author: Behdad Esfahbod <behdad@behdad.org>
153682 Date:   Mon Sep 21 13:43:54 2009 -0400
153683
153684     [HB] Fix apply_lookup() loop
153685     
153686     Part of Bug 595539 - Regressions in rendering certain Thai sequences with
153687     OpenType font
153688
153689  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
153690  1 file changed, 2 insertions(+), 1 deletion(-)
153691
153692 commit c0ab43c05833e8fc06d770a89370bec58a627e74
153693 Author: Behdad Esfahbod <behdad@behdad.org>
153694 Date:   Mon Sep 21 13:40:38 2009 -0400
153695
153696     [HB] Fix bug in chain_context_lookup() invocations
153697     
153698     Part of Bug 595539 - Regressions in rendering certain Thai sequences with
153699     OpenType font
153700
153701  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
153702  1 file changed, 2 insertions(+), 2 deletions(-)
153703
153704 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
153705 Author: Behdad Esfahbod <behdad@behdad.org>
153706 Date:   Sun Aug 30 21:02:28 2009 -0400
153707
153708     [HB] Add TODO item
153709
153710  src/TODO | 1 +
153711  1 file changed, 1 insertion(+)
153712
153713 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
153714 Author: Behdad Esfahbod <behdad@behdad.org>
153715 Date:   Fri Aug 28 17:17:11 2009 -0400
153716
153717     [HB] Rename DEBUG to TRACE where appropriate
153718
153719  src/hb-open-file-private.hh          |  8 ++--
153720  src/hb-open-type-private.hh          | 50 ++++++++++----------
153721  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
153722  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
153723  src/hb-ot-layout-gpos-private.hh     | 92 ++++++++++++++++++------------------
153724  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
153725  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
153726  7 files changed, 176 insertions(+), 176 deletions(-)
153727
153728 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
153729 Author: Behdad Esfahbod <behdad@behdad.org>
153730 Date:   Fri Aug 28 17:14:33 2009 -0400
153731
153732     [HB] Add GSUB/GPOS tracing
153733
153734  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
153735  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
153736  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++++++++++++++++++++++--
153737  3 files changed, 98 insertions(+), 8 deletions(-)
153738
153739 commit 95e202403ffa543c817f45cca21fbc116eb8e807
153740 Author: Behdad Esfahbod <behdad@behdad.org>
153741 Date:   Fri Aug 28 16:31:20 2009 -0400
153742
153743     [HB] Allow enabling different debug facilities individually
153744
153745  src/hb-blob.c               | 28 ++++++++++++++++------------
153746  src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
153747  2 files changed, 34 insertions(+), 26 deletions(-)
153748
153749 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
153750 Author: Behdad Esfahbod <behdad@behdad.org>
153751 Date:   Fri Aug 28 09:46:14 2009 -0400
153752
153753     Fix stupid array growing bug
153754
153755  src/hb-ot-layout.cc | 5 ++++-
153756  1 file changed, 4 insertions(+), 1 deletion(-)
153757
153758 commit 9897749113f76dc26a83bfae8de62e55d384fcad
153759 Author: Behdad Esfahbod <behdad@behdad.org>
153760 Date:   Thu Aug 27 01:32:17 2009 -0400
153761
153762     [HB] Simplify counting
153763
153764  src/hb-ot-layout.cc | 9 +++++----
153765  1 file changed, 5 insertions(+), 4 deletions(-)
153766
153767 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
153768 Author: Behdad Esfahbod <behdad@behdad.org>
153769 Date:   Thu Aug 27 00:21:04 2009 -0400
153770
153771     [HB] Indent
153772
153773  src/hb-blob.c | 4 ++--
153774  1 file changed, 2 insertions(+), 2 deletions(-)
153775
153776 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
153777 Author: Behdad Esfahbod <behdad@behdad.org>
153778 Date:   Wed Aug 26 18:53:43 2009 -0400
153779
153780     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
153781
153782  src/hb-ot-layout-gpos-private.hh | 4 +++-
153783  1 file changed, 3 insertions(+), 1 deletion(-)
153784
153785 commit f0c7540c4e217a7354072365a7301453d1e25b80
153786 Author: Behdad Esfahbod <behdad@behdad.org>
153787 Date:   Thu Aug 20 14:01:37 2009 -0400
153788
153789     Bug 592484 -  invalid write in HB
153790     
153791     Fix off-by-one.
153792
153793  src/hb-ot-layout.cc | 4 ++--
153794  1 file changed, 2 insertions(+), 2 deletions(-)
153795
153796 commit b614b004723ead60849dd37e7ba2faee67cebd93
153797 Author: Behdad Esfahbod <behdad@behdad.org>
153798 Date:   Thu Aug 20 13:07:50 2009 -0400
153799
153800     [HB][glib] Make glib unicode funcs static
153801
153802  src/hb-glib.c | 36 +++++++++++++++++-------------------
153803  1 file changed, 17 insertions(+), 19 deletions(-)
153804
153805 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
153806 Author: Behdad Esfahbod <behdad@behdad.org>
153807 Date:   Wed Aug 19 18:16:50 2009 -0400
153808
153809     [HB] Fix more casts
153810
153811  src/hb-open-type-private.hh | 10 +++++-----
153812  1 file changed, 5 insertions(+), 5 deletions(-)
153813
153814 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
153815 Author: Behdad Esfahbod <behdad@behdad.org>
153816 Date:   Wed Aug 19 18:07:36 2009 -0400
153817
153818     [HB] Rename CAIRO_ in macro prefix to HB_
153819     
153820     Hiss!
153821
153822  src/hb-private.h | 6 +++---
153823  1 file changed, 3 insertions(+), 3 deletions(-)
153824
153825 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
153826 Author: Behdad Esfahbod <behdad@behdad.org>
153827 Date:   Wed Aug 19 16:45:41 2009 -0400
153828
153829     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
153830     
153831     Unlike the rest of the memory-mode enum, this one didn't only
153832     describe the access mode of the input memory region.  Remove it.
153833     
153834     If someone wants to inhibit duplicating, they can lock the blob
153835     and throw away the key.
153836     
153837     Based on mailing list discussion with Carl Worth.
153838
153839  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
153840  src/hb-blob.h |  1 -
153841  2 files changed, 25 insertions(+), 27 deletions(-)
153842
153843 commit 977eeb714454630bd045bb11f58ff6397f10b143
153844 Author: Behdad Esfahbod <behdad@behdad.org>
153845 Date:   Wed Aug 19 16:17:24 2009 -0400
153846
153847     [HB] s/writeable/writable/g
153848
153849  src/hb-blob.c               | 38 +++++++++++++++++++-------------------
153850  src/hb-blob.h               | 10 +++++-----
153851  src/hb-open-type-private.hh |  6 +++---
153852  3 files changed, 27 insertions(+), 27 deletions(-)
153853
153854 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
153855 Author: Behdad Esfahbod <behdad@behdad.org>
153856 Date:   Wed Aug 19 16:07:40 2009 -0400
153857
153858     [HB] Hide lig_id and component members of hb_glyph_info_t
153859
153860  src/hb-buffer.h | 5 ++---
153861  1 file changed, 2 insertions(+), 3 deletions(-)
153862
153863 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
153864 Author: Behdad Esfahbod <behdad@behdad.org>
153865 Date:   Wed Aug 19 14:45:24 2009 -0400
153866
153867     [HB] Fix typo
153868
153869  src/hb-font.h | 2 +-
153870  1 file changed, 1 insertion(+), 1 deletion(-)
153871
153872 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
153873 Author: Behdad Esfahbod <behdad@behdad.org>
153874 Date:   Tue Aug 18 18:37:36 2009 -0400
153875
153876     [HB] Add font funcs prototypes
153877
153878  src/hb-font-private.h |  2 --
153879  src/hb-font.cc        | 14 ++++++--------
153880  src/hb-font.h         | 23 ++++++++++++++++-------
153881  3 files changed, 22 insertions(+), 17 deletions(-)
153882
153883 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
153884 Author: Behdad Esfahbod <behdad@behdad.org>
153885 Date:   Tue Aug 18 16:41:59 2009 -0400
153886
153887     Fix a few other pedantic warnings
153888
153889  src/hb-ot-layout-common-private.hh | 2 +-
153890  src/hb-ot-layout-gdef-private.hh   | 2 +-
153891  src/hb-ot-layout-gpos-private.hh   | 4 ++--
153892  src/hb-ot-layout-gsub-private.hh   | 2 +-
153893  4 files changed, 5 insertions(+), 5 deletions(-)
153894
153895 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
153896 Author: Behdad Esfahbod <behdad@behdad.org>
153897 Date:   Tue Aug 18 16:38:48 2009 -0400
153898
153899     [HB] Fix pedantic warnings
153900
153901  src/hb-blob.h           |  2 +-
153902  src/hb-buffer-private.h | 18 +++++++++---------
153903  src/hb-buffer.h         |  6 +++---
153904  3 files changed, 13 insertions(+), 13 deletions(-)
153905
153906 commit 3e09722214d9bbcc9014409342072c79d0c4447f
153907 Author: Behdad Esfahbod <behdad@behdad.org>
153908 Date:   Tue Aug 18 16:32:31 2009 -0400
153909
153910     [HB] Fix more wrong method signatures
153911
153912  src/hb-ot-layout-common-private.hh | 2 +-
153913  1 file changed, 1 insertion(+), 1 deletion(-)
153914
153915 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
153916 Author: Behdad Esfahbod <behdad@behdad.org>
153917 Date:   Tue Aug 18 16:27:48 2009 -0400
153918
153919     [HB] Fix wrong method signature
153920
153921  src/hb-ot-layout-common-private.hh | 4 ++--
153922  1 file changed, 2 insertions(+), 2 deletions(-)
153923
153924 commit 4ff2a58952f010c6252f06e5f404d6840d257250
153925 Author: Behdad Esfahbod <behdad@behdad.org>
153926 Date:   Tue Aug 18 15:49:23 2009 -0400
153927
153928     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
153929     
153930     Autoconfiscate a simple call to mprotect() even more.
153931
153932  src/hb-blob.c | 94 ++++++++++++++++++++++++++++++++++++++---------------------
153933  1 file changed, 60 insertions(+), 34 deletions(-)
153934
153935 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
153936 Author: Behdad Esfahbod <behdad@behdad.org>
153937 Date:   Mon Aug 17 16:48:13 2009 -0400
153938
153939     [HB] Avoid int overflow in GPOS
153940     
153941     Bug 592036 - integer overflow bug causes misrendering of Nepali characters
153942
153943  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
153944  src/hb-private.h                 |  3 +++
153945  2 files changed, 13 insertions(+), 10 deletions(-)
153946
153947 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
153948 Author: Behdad Esfahbod <behdad@behdad.org>
153949 Date:   Fri Aug 14 19:37:18 2009 -0400
153950
153951     [HB] Simplify loop
153952
153953  src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
153954  1 file changed, 14 insertions(+), 17 deletions(-)
153955
153956 commit b41f210d12d8df48e645823463343f7e14b0ddd0
153957 Author: Behdad Esfahbod <behdad@behdad.org>
153958 Date:   Fri Aug 14 19:33:24 2009 -0400
153959
153960     [HB] Merge mark positionin code between three types of lookups
153961
153962  src/hb-ot-layout-gpos-private.hh | 95 ++++++++++++----------------------------
153963  1 file changed, 29 insertions(+), 66 deletions(-)
153964
153965 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
153966 Author: Behdad Esfahbod <behdad@behdad.org>
153967 Date:   Fri Aug 14 18:42:42 2009 -0400
153968
153969     [HB] More minor shuffling
153970
153971  src/hb-open-type-private.hh        | 3 ---
153972  src/hb-ot-layout-common-private.hh | 5 +++++
153973  2 files changed, 5 insertions(+), 3 deletions(-)
153974
153975 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
153976 Author: Behdad Esfahbod <behdad@behdad.org>
153977 Date:   Fri Aug 14 18:40:56 2009 -0400
153978
153979     [HB] Move code around
153980
153981  src/hb-open-type-private.hh        | 21 +++++++++++++++++++++
153982  src/hb-ot-layout-common-private.hh | 19 -------------------
153983  2 files changed, 21 insertions(+), 19 deletions(-)
153984
153985 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
153986 Author: Behdad Esfahbod <behdad@behdad.org>
153987 Date:   Fri Aug 14 18:32:56 2009 -0400
153988
153989     [HB] Correctly sanitize LigatureAttach
153990
153991  src/hb-open-type-private.hh        | 14 ++++++++++----
153992  src/hb-ot-layout-common-private.hh |  4 ++++
153993  src/hb-ot-layout-gdef-private.hh   |  4 ++--
153994  src/hb-ot-layout-gpos-private.hh   |  6 +++---
153995  4 files changed, 19 insertions(+), 9 deletions(-)
153996
153997 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
153998 Author: Behdad Esfahbod <behdad@behdad.org>
153999 Date:   Fri Aug 14 18:14:03 2009 -0400
154000
154001     [HB] Simplify MarkBase and MarkLig too
154002
154003  src/hb-ot-layout-gpos-private.hh | 127 +++++++++++++++------------------------
154004  1 file changed, 48 insertions(+), 79 deletions(-)
154005
154006 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
154007 Author: Behdad Esfahbod <behdad@behdad.org>
154008 Date:   Fri Aug 14 17:53:31 2009 -0400
154009
154010     [HB] Simplify MarkMark
154011
154012  src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
154013  1 file changed, 16 insertions(+), 13 deletions(-)
154014
154015 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
154016 Author: Behdad Esfahbod <behdad@behdad.org>
154017 Date:   Fri Aug 14 17:31:16 2009 -0400
154018
154019     [HB] Fix possible int overflows during sanitize
154020
154021  src/TODO                         |  1 -
154022  src/hb-open-type-private.hh      | 22 ++++++++++++++++++++++
154023  src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
154024  3 files changed, 30 insertions(+), 8 deletions(-)
154025
154026 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
154027 Author: Behdad Esfahbod <behdad@behdad.org>
154028 Date:   Fri Aug 14 16:41:00 2009 -0400
154029
154030     [HB] Debug output for SANITIZE_MEM()
154031
154032  src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
154033  1 file changed, 23 insertions(+), 11 deletions(-)
154034
154035 commit 41895506cb6a41b1a833866f8822261ea449ea0b
154036 Author: Behdad Esfahbod <behdad@behdad.org>
154037 Date:   Fri Aug 14 16:25:33 2009 -0400
154038
154039     [HB] Use inline function for SANITIZE_MEM()
154040
154041  src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
154042  1 file changed, 20 insertions(+), 13 deletions(-)
154043
154044 commit 95528131b5ab9fc9e265ace715832135ebd457a4
154045 Author: Behdad Esfahbod <behdad@behdad.org>
154046 Date:   Fri Aug 14 16:17:32 2009 -0400
154047
154048     [HB] Use SANITIZE_THIS() when applicable
154049
154050  src/hb-open-type-private.hh | 6 +++---
154051  1 file changed, 3 insertions(+), 3 deletions(-)
154052
154053 commit 5769538abfe153c503da4801649493e57a9854c2
154054 Author: Behdad Esfahbod <behdad@behdad.org>
154055 Date:   Fri Aug 14 16:12:22 2009 -0400
154056
154057     [HB] Add note about auditing sanitize code for overflows
154058
154059  src/TODO                         | 1 +
154060  src/hb-ot-layout-gpos-private.hh | 2 +-
154061  2 files changed, 2 insertions(+), 1 deletion(-)
154062
154063 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
154064 Author: Behdad Esfahbod <behdad@behdad.org>
154065 Date:   Thu Aug 13 17:13:25 2009 -0400
154066
154067     [HB] Add empty hb_shape() API
154068
154069  src/Makefile.am |  2 ++
154070  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
154071  src/hb-shape.h  | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
154072  3 files changed, 95 insertions(+)
154073
154074 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
154075 Author: Behdad Esfahbod <behdad@behdad.org>
154076 Date:   Thu Aug 13 11:47:08 2009 -0400
154077
154078     [HB] Bitfield packing *is* very delicate
154079     
154080     Fix the second instance.
154081
154082  src/hb-buffer.h | 2 +-
154083  1 file changed, 1 insertion(+), 1 deletion(-)
154084
154085 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
154086 Author: Behdad Esfahbod <behdad@behdad.org>
154087 Date:   Thu Aug 13 05:25:23 2009 -0400
154088
154089     Bug 591511 – hh-blob.c does not compile using mingw on windows
154090     
154091     Check for sys/mman.h, not mprotect().
154092
154093  src/hb-blob.c | 8 ++++----
154094  1 file changed, 4 insertions(+), 4 deletions(-)
154095
154096 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
154097 Author: Behdad Esfahbod <behdad@behdad.org>
154098 Date:   Thu Aug 13 05:20:46 2009 -0400
154099
154100     [HB] Fix buffer sizing issue with mingw gcc
154101     
154102     Bit field packing is a delicate field.  Issue reported in comment 3 here:
154103     http://bugzilla.gnome.org/show_bug.cgi?id=591511
154104
154105  src/hb-buffer-private.h | 14 +++++++-------
154106  1 file changed, 7 insertions(+), 7 deletions(-)
154107
154108 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
154109 Author: Behdad Esfahbod <behdad@behdad.org>
154110 Date:   Wed Aug 12 19:45:50 2009 -0400
154111
154112     Bug 591413 – needs to link with libstdc++
154113     
154114     Enforce -fno-exceptions better.
154115
154116  src/Makefile.am | 2 +-
154117  1 file changed, 1 insertion(+), 1 deletion(-)
154118
154119 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
154120 Author: Behdad Esfahbod <behdad@behdad.org>
154121 Date:   Wed Aug 12 19:36:29 2009 -0400
154122
154123     Bug 591511 – hb-blob.c does not compile using mingw on windows
154124     
154125     Only call mprotect() when available.  For optimal performance, a win32
154126     way to make memory writeable needs to be added.
154127
154128  src/hb-blob.c | 8 ++++++++
154129  1 file changed, 8 insertions(+)
154130
154131 commit a579584594f1ca4781f1c5b92ad78513c0b37480
154132 Author: Behdad Esfahbod <behdad@behdad.org>
154133 Date:   Wed Aug 12 19:23:16 2009 -0400
154134
154135     [HB] Add comment
154136
154137  src/hb-buffer-private.h | 2 +-
154138  1 file changed, 1 insertion(+), 1 deletion(-)
154139
154140 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
154141 Author: Behdad Esfahbod <behdad@behdad.org>
154142 Date:   Wed Aug 12 16:50:28 2009 -0400
154143
154144     [HB] Always clear positions if dirty, before returning to user
154145
154146  src/hb-buffer.c | 4 ++--
154147  1 file changed, 2 insertions(+), 2 deletions(-)
154148
154149 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
154150 Author: Behdad Esfahbod <behdad@behdad.org>
154151 Date:   Wed Aug 12 16:47:27 2009 -0400
154152
154153     [HB] Fix _hb_buffer_next() when positioning
154154     
154155     We were copying glyphs to output.  This should not happen when in
154156     GPOS.  Back then it was fine, then some optimizations broke then
154157     assumption.
154158
154159  src/hb-buffer-private.h |  1 +
154160  src/hb-buffer.c         | 12 ++++++++++++
154161  2 files changed, 13 insertions(+)
154162
154163 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
154164 Author: Behdad Esfahbod <behdad@behdad.org>
154165 Date:   Wed Aug 12 15:55:23 2009 -0400
154166
154167     [HB] Fixed signedness warnings
154168
154169  src/hb-open-type-private.hh | 4 ++--
154170  1 file changed, 2 insertions(+), 2 deletions(-)
154171
154172 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
154173 Author: Behdad Esfahbod <behdad@behdad.org>
154174 Date:   Wed Aug 12 15:48:44 2009 -0400
154175
154176     [HB] Ouch.  Fix compilation.
154177
154178  src/hb-ot-layout-gpos-private.hh | 2 +-
154179  1 file changed, 1 insertion(+), 1 deletion(-)
154180
154181 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
154182 Author: Behdad Esfahbod <behdad@behdad.org>
154183 Date:   Wed Aug 12 15:40:04 2009 -0400
154184
154185     [HB] Fix invalid access / overflow on x86-64
154186     
154187     Bug 591557 – [HB] crash scrolling the evolution message list
154188     Bug 591576 – crashed with SIGSEGV at pango
154189
154190  src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
154191  src/hb-ot-layout-gsub-private.hh |  2 --
154192  2 files changed, 12 insertions(+), 11 deletions(-)
154193
154194 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
154195 Author: Behdad Esfahbod <behdad@behdad.org>
154196 Date:   Mon Aug 10 23:50:51 2009 -0400
154197
154198     [HB] Add hb_font_funcs_make_immutable()
154199
154200  src/hb-font-private.h |  4 ++++
154201  src/hb-font.cc        | 17 +++++++++++++++--
154202  src/hb-font.h         |  3 +++
154203  3 files changed, 22 insertions(+), 2 deletions(-)
154204
154205 commit 3284d05da27c338d94f0da99df66d924cd9d6717
154206 Author: Behdad Esfahbod <behdad@behdad.org>
154207 Date:   Mon Aug 10 23:45:57 2009 -0400
154208
154209     [HB] Add missing initializer
154210
154211  src/hb-font.cc | 4 +++-
154212  1 file changed, 3 insertions(+), 1 deletion(-)
154213
154214 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
154215 Author: Behdad Esfahbod <behdad@behdad.org>
154216 Date:   Mon Aug 10 23:40:28 2009 -0400
154217
154218     [OT] Hookup glib unicode funcs
154219
154220  src/hb-buffer.c     | 14 +++++++-------
154221  src/hb-glib.c       |  4 +++-
154222  src/hb-glib.h       |  4 ++--
154223  src/hb-ot-layout.cc | 10 +++++-----
154224  src/hb-private.h    |  2 +-
154225  5 files changed, 18 insertions(+), 16 deletions(-)
154226
154227 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
154228 Author: Behdad Esfahbod <behdad@behdad.org>
154229 Date:   Mon Aug 10 23:35:05 2009 -0400
154230
154231     [HB] Add hb-glib
154232
154233  src/Makefile.am          |  4 +++-
154234  src/hb-glib.c            | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
154235  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
154236  src/hb-unicode-private.h |  2 +-
154237  src/hb-unicode.c         | 10 ++++-----
154238  src/hb-unicode.h         |  6 +++---
154239  6 files changed, 109 insertions(+), 10 deletions(-)
154240
154241 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
154242 Author: Behdad Esfahbod <behdad@behdad.org>
154243 Date:   Mon Aug 10 23:25:28 2009 -0400
154244
154245     [HB] Add hb_unicode_funcs_make_immutable()
154246
154247  src/hb-unicode-private.h |  2 ++
154248  src/hb-unicode.c         | 22 +++++++++++++++++-----
154249  src/hb-unicode.h         |  2 ++
154250  3 files changed, 21 insertions(+), 5 deletions(-)
154251
154252 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
154253 Author: Behdad Esfahbod <behdad@behdad.org>
154254 Date:   Mon Aug 10 23:21:33 2009 -0400
154255
154256     [HB] Use nil unicode funcs in nil face
154257
154258  src/hb-font.cc           | 7 ++++---
154259  src/hb-unicode-private.h | 3 +++
154260  src/hb-unicode.c         | 2 +-
154261  3 files changed, 8 insertions(+), 4 deletions(-)
154262
154263 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
154264 Author: Behdad Esfahbod <behdad@behdad.org>
154265 Date:   Mon Aug 10 23:05:05 2009 -0400
154266
154267     [HB] Initialize unicode funcs to nil getters
154268
154269  src/hb-unicode.c | 29 +++++++++++++++++++----------
154270  1 file changed, 19 insertions(+), 10 deletions(-)
154271
154272 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
154273 Author: Behdad Esfahbod <behdad@behdad.org>
154274 Date:   Mon Aug 10 22:58:56 2009 -0400
154275
154276     [HB] Flesh out Unicode funcs
154277
154278  src/hb-object-private.h  |  2 +-
154279  src/hb-unicode-private.h | 12 ++++-----
154280  src/hb-unicode.c         | 67 ++++++++++++++++++++++++++++++++++++++++++------
154281  src/hb-unicode.h         |  3 ---
154282  4 files changed, 65 insertions(+), 19 deletions(-)
154283
154284 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
154285 Author: Behdad Esfahbod <behdad@behdad.org>
154286 Date:   Mon Aug 10 22:47:57 2009 -0400
154287
154288     [HB] Implement buffer UTF-X input
154289
154290  src/hb-buffer.c | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
154291  src/hb-buffer.h |  12 +++----
154292  2 files changed, 116 insertions(+), 6 deletions(-)
154293
154294 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
154295 Author: Behdad Esfahbod <behdad@behdad.org>
154296 Date:   Mon Aug 10 21:10:37 2009 -0400
154297
154298     [HB] Add buffer UTF-X API
154299
154300  src/hb-buffer.h | 21 +++++++++++++++++++++
154301  1 file changed, 21 insertions(+)
154302
154303 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
154304 Author: Behdad Esfahbod <behdad@behdad.org>
154305 Date:   Mon Aug 10 20:59:25 2009 -0400
154306
154307     [HB] Add hb_buffer_reverse()
154308
154309  src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
154310  src/hb-buffer.h |  7 +++++++
154311  2 files changed, 36 insertions(+), 3 deletions(-)
154312
154313 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
154314 Author: Behdad Esfahbod <behdad@behdad.org>
154315 Date:   Mon Aug 10 20:24:49 2009 -0400
154316
154317     [HB] Reuse the positions array as alt string array
154318
154319  src/hb-buffer-private.h |  1 -
154320  src/hb-buffer.c         | 28 +++++++++-------------------
154321  2 files changed, 9 insertions(+), 20 deletions(-)
154322
154323 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
154324 Author: Behdad Esfahbod <behdad@behdad.org>
154325 Date:   Mon Aug 10 20:05:16 2009 -0400
154326
154327     [HB] Start adding Unicode funcs
154328
154329  src/Makefile.am          |   3 +
154330  src/hb-font-private.h    |  29 ++-----
154331  src/hb-font.cc           | 163 ++++++++++-------------------------
154332  src/hb-font.h            | 140 ++++++++++--------------------
154333  src/hb-unicode-private.h |  54 ++++++++++++
154334  src/hb-unicode.c         |  89 +++++++++++++++++++
154335  src/hb-unicode.h         | 220 +++++++++++++++++++++++++++++++++++++++++++++++
154336  7 files changed, 463 insertions(+), 235 deletions(-)
154337
154338 commit 20b035dad41247076815a2bbb0346d63058b322f
154339 Author: Behdad Esfahbod <behdad@behdad.org>
154340 Date:   Mon Aug 10 19:00:36 2009 -0400
154341
154342     [HB] Put C++ inline's back
154343     
154344     Apparetly in C++, inline means a totally different thing.
154345
154346  src/hb-open-file-private.hh          | 14 +++++++-------
154347  src/hb-open-type-private.hh          | 16 ++++++++--------
154348  src/hb-ot-layout-common-private.hh   | 12 ++++++------
154349  src/hb-ot-layout-gdef-private.hh     |  4 ++--
154350  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
154351  src/hb-ot-layout-gsub-private.hh     | 12 ++++++------
154352  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
154353  7 files changed, 41 insertions(+), 41 deletions(-)
154354
154355 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
154356 Author: Behdad Esfahbod <behdad@behdad.org>
154357 Date:   Mon Aug 10 13:57:02 2009 -0400
154358
154359     [HB] Don't override CXX compiler
154360     
154361     Just add couple of options to it (still assuming gcc)
154362
154363  src/Makefile.am | 3 ++-
154364  1 file changed, 2 insertions(+), 1 deletion(-)
154365
154366 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
154367 Author: Behdad Esfahbod <behdad@behdad.org>
154368 Date:   Mon Aug 10 09:35:11 2009 -0400
154369
154370     [HB] Indent
154371
154372  src/hb-ot-layout.h | 8 ++++----
154373  1 file changed, 4 insertions(+), 4 deletions(-)
154374
154375 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
154376 Author: Behdad Esfahbod <behdad@behdad.org>
154377 Date:   Sun Aug 9 22:25:17 2009 -0400
154378
154379     [HB] Remove unused code
154380
154381  src/hb-ot-layout-gdef-private.hh | 10 ----------
154382  1 file changed, 10 deletions(-)
154383
154384 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
154385 Author: Behdad Esfahbod <behdad@behdad.org>
154386 Date:   Sun Aug 9 22:10:39 2009 -0400
154387
154388     [HB] Add a NEXT() macro
154389
154390  src/hb-open-type-private.hh          |  2 ++
154391  src/hb-ot-layout-common-private.hh   |  4 ++--
154392  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
154393  src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
154394  4 files changed, 20 insertions(+), 18 deletions(-)
154395
154396 commit 918572fc870dfd7596155ce700247a5bb024fb1a
154397 Author: Behdad Esfahbod <behdad@behdad.org>
154398 Date:   Sun Aug 9 18:31:47 2009 -0400
154399
154400     [HB] Remove done TODO item
154401
154402  src/TODO | 1 -
154403  1 file changed, 1 deletion(-)
154404
154405 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
154406 Author: Behdad Esfahbod <behdad@behdad.org>
154407 Date:   Sun Aug 9 13:05:08 2009 -0400
154408
154409     [HB] Print mark sets in main.cc
154410
154411  src/main.cc | 2 ++
154412  1 file changed, 2 insertions(+)
154413
154414 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
154415 Author: Behdad Esfahbod <behdad@behdad.org>
154416 Date:   Sat Aug 8 16:57:27 2009 -0400
154417
154418     [HB] Remove hb_ot_layout_table_find_feature()
154419     
154420     That function doesn't make much sense as multiple features in the table may
154421     have the same tag.
154422
154423  src/hb-ot-layout.cc | 16 ----------------
154424  src/hb-ot-layout.h  |  6 ------
154425  2 files changed, 22 deletions(-)
154426
154427 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
154428 Author: Behdad Esfahbod <behdad@behdad.org>
154429 Date:   Sat Aug 8 16:53:23 2009 -0400
154430
154431     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
154432
154433  src/TODO                         |  1 -
154434  src/hb-buffer-private.h          |  4 ++--
154435  src/hb-buffer.c                  | 12 ++++++------
154436  src/hb-buffer.h                  |  4 ++--
154437  src/hb-common.h                  |  1 +
154438  src/hb-ot-layout-gpos-private.hh | 12 ++++++------
154439  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
154440  src/hb-ot-layout.cc              | 18 +++++++++---------
154441  src/hb-ot-layout.h               | 34 +++++++++-------------------------
154442  9 files changed, 42 insertions(+), 58 deletions(-)
154443
154444 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
154445 Author: Behdad Esfahbod <behdad@behdad.org>
154446 Date:   Sat Aug 8 16:37:22 2009 -0400
154447
154448     [HB] Fix bug introduced recently
154449
154450  src/hb-open-type-private.hh | 4 ++--
154451  1 file changed, 2 insertions(+), 2 deletions(-)
154452
154453 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
154454 Author: Behdad Esfahbod <behdad@behdad.org>
154455 Date:   Fri Aug 7 19:46:30 2009 -0400
154456
154457     [HB] Remove clumsy macros and improve API
154458
154459  src/TODO                             |   2 -
154460  src/hb-open-file-private.hh          |  41 ++++++++--
154461  src/hb-open-type-private.hh          | 104 +------------------------
154462  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
154463  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
154464  src/hb-ot-layout.cc                  | 146 ++++++++++++-----------------------
154465  src/hb-ot-layout.h                   | 101 ++++++++++--------------
154466  7 files changed, 240 insertions(+), 292 deletions(-)
154467
154468 commit d0b657379bbe63602953412d6bc944b2a0f430eb
154469 Author: Behdad Esfahbod <behdad@behdad.org>
154470 Date:   Thu Aug 6 18:34:47 2009 -0400
154471
154472     [HB] Fix various XXX issues
154473
154474  src/hb-open-type-private.hh      | 13 ++++++++++---
154475  src/hb-ot-layout-gdef-private.hh |  5 ++---
154476  2 files changed, 12 insertions(+), 6 deletions(-)
154477
154478 commit 82199868fb036b63799af761762225d45d36f575
154479 Author: Behdad Esfahbod <behdad@behdad.org>
154480 Date:   Thu Aug 6 18:28:45 2009 -0400
154481
154482     [HB] Remove unused var
154483
154484  src/hb-ot-layout-private.h | 2 --
154485  1 file changed, 2 deletions(-)
154486
154487 commit 07e69226cbd4167741fd868a3125487bbabb99dc
154488 Author: Behdad Esfahbod <behdad@behdad.org>
154489 Date:   Thu Aug 6 18:28:00 2009 -0400
154490
154491     [HB] Remove another stale XXX
154492
154493  src/hb-ot-layout.cc | 2 --
154494  1 file changed, 2 deletions(-)
154495
154496 commit e605c367c5627e7ab05af9cb59247a89290e598a
154497 Author: Behdad Esfahbod <behdad@behdad.org>
154498 Date:   Thu Aug 6 18:27:28 2009 -0400
154499
154500     [HB] Rebrand XXX as TODO
154501
154502  src/hb-open-file-private.hh | 4 ++--
154503  1 file changed, 2 insertions(+), 2 deletions(-)
154504
154505 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
154506 Author: Behdad Esfahbod <behdad@behdad.org>
154507 Date:   Thu Aug 6 18:26:38 2009 -0400
154508
154509     [HB] Remove stale XXX
154510
154511  src/hb-blob.c | 2 --
154512  1 file changed, 2 deletions(-)
154513
154514 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
154515 Author: Behdad Esfahbod <behdad@behdad.org>
154516 Date:   Thu Aug 6 18:24:55 2009 -0400
154517
154518     [HB] Fix unaligned access
154519
154520  src/hb-open-type-private.hh | 20 +++++++++++++++++---
154521  src/hb-private.h            | 22 ++++++++++++++++++++++
154522  2 files changed, 39 insertions(+), 3 deletions(-)
154523
154524 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
154525 Author: Behdad Esfahbod <behdad@behdad.org>
154526 Date:   Thu Aug 6 14:28:18 2009 -0400
154527
154528     [HB] Remove a few 'inline's, though the compiler mostly ignores them
154529
154530  src/hb-open-file-private.hh          |  1 -
154531  src/hb-open-type-private.hh          | 16 ++++++++--------
154532  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
154533  3 files changed, 11 insertions(+), 12 deletions(-)
154534
154535 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
154536 Author: Behdad Esfahbod <behdad@behdad.org>
154537 Date:   Thu Aug 6 13:33:51 2009 -0400
154538
154539     [HB] Fix blob to use a actual mutex
154540
154541  src/hb-blob.c           | 125 +++++++++++++++++++++++++++++++++++-------------
154542  src/hb-object-private.h |   4 +-
154543  src/hb-private.h        |  20 +++++---
154544  3 files changed, 106 insertions(+), 43 deletions(-)
154545
154546 commit a794ebf4be9896393f4badf02905a4007981a588
154547 Author: Behdad Esfahbod <behdad@behdad.org>
154548 Date:   Thu Aug 6 12:32:35 2009 -0400
154549
154550     [HB] Use glib again
154551
154552  src/Makefile.am         |  5 +++--
154553  src/hb-blob.c           |  4 ++--
154554  src/hb-object-private.h | 19 ++++++-------------
154555  src/hb-private.h        | 45 ++++++++++++++++++++++++++-------------------
154556  4 files changed, 37 insertions(+), 36 deletions(-)
154557
154558 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
154559 Author: Behdad Esfahbod <behdad@behdad.org>
154560 Date:   Thu Aug 6 10:27:38 2009 -0400
154561
154562     [HB] Improve debug output
154563
154564  src/hb-open-type-private.hh | 7 ++++---
154565  1 file changed, 4 insertions(+), 3 deletions(-)
154566
154567 commit 9faee63034d3965735bd6362c0beeca1613bd771
154568 Author: Behdad Esfahbod <behdad@behdad.org>
154569 Date:   Thu Aug 6 10:24:49 2009 -0400
154570
154571     [HB] Minor
154572
154573  src/hb-private.h | 2 +-
154574  1 file changed, 1 insertion(+), 1 deletion(-)
154575
154576 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
154577 Author: Behdad Esfahbod <behdad@behdad.org>
154578 Date:   Wed Aug 5 15:35:02 2009 -0400
154579
154580     [HB] Add a few TODO items
154581
154582  src/TODO | 8 +++++---
154583  1 file changed, 5 insertions(+), 3 deletions(-)
154584
154585 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
154586 Author: Behdad Esfahbod <behdad@behdad.org>
154587 Date:   Wed Aug 5 15:27:42 2009 -0400
154588
154589     [HB] Improve debug output
154590
154591  src/hb-open-type-private.hh | 8 ++++++++
154592  1 file changed, 8 insertions(+)
154593
154594 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
154595 Author: Behdad Esfahbod <behdad@behdad.org>
154596 Date:   Wed Aug 5 15:21:48 2009 -0400
154597
154598     [HB] Fix blob unlock
154599
154600  src/hb-blob.c | 2 +-
154601  1 file changed, 1 insertion(+), 1 deletion(-)
154602
154603 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
154604 Author: Behdad Esfahbod <behdad@behdad.org>
154605 Date:   Wed Aug 5 15:20:34 2009 -0400
154606
154607     [HB] Improve debug output and fix mprotect bug
154608
154609  src/hb-blob.c               | 57 ++++++++++++++++++++++++++++++++++++++-------
154610  src/hb-open-type-private.hh | 30 +++++++++++-------------
154611  src/hb-private.h            |  3 ++-
154612  3 files changed, 65 insertions(+), 25 deletions(-)
154613
154614 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
154615 Author: Behdad Esfahbod <behdad@behdad.org>
154616 Date:   Wed Aug 5 14:52:03 2009 -0400
154617
154618     [HB] Minor
154619
154620  src/hb-private.h | 3 +++
154621  1 file changed, 3 insertions(+)
154622
154623 commit d341881d9a0f835f691b121480046081ad162918
154624 Author: Behdad Esfahbod <behdad@behdad.org>
154625 Date:   Wed Aug 5 14:49:25 2009 -0400
154626
154627     [HB] Fix build of main.cc
154628
154629  src/Makefile.am | 8 ++++----
154630  1 file changed, 4 insertions(+), 4 deletions(-)
154631
154632 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
154633 Author: Behdad Esfahbod <behdad@behdad.org>
154634 Date:   Tue Aug 4 23:43:40 2009 -0400
154635
154636     [HB] turn debugging off
154637
154638  src/hb-private.h | 2 +-
154639  1 file changed, 1 insertion(+), 1 deletion(-)
154640
154641 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
154642 Author: Behdad Esfahbod <behdad@behdad.org>
154643 Date:   Tue Aug 4 23:30:32 2009 -0400
154644
154645     [HB] Fix another sanitize() bug;  hopefully it's the last one
154646
154647  src/hb-ot-layout-common-private.hh | 2 +-
154648  1 file changed, 1 insertion(+), 1 deletion(-)
154649
154650 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
154651 Author: Behdad Esfahbod <behdad@behdad.org>
154652 Date:   Tue Aug 4 23:24:35 2009 -0400
154653
154654     [HB] Fix a couple other sanitize() bugs
154655
154656  src/hb-ot-layout-gpos-private.hh | 4 ++--
154657  src/hb-ot-layout-gsub-private.hh | 4 ++--
154658  2 files changed, 4 insertions(+), 4 deletions(-)
154659
154660 commit 4f3ad9115a4161fc23fa559c26082440196217ec
154661 Author: Behdad Esfahbod <behdad@behdad.org>
154662 Date:   Tue Aug 4 23:01:23 2009 -0400
154663
154664     [HB] More debugging output
154665
154666  src/hb-open-type-private.hh | 45 ++++++++++++++++++++++++++++++++++++++++-----
154667  1 file changed, 40 insertions(+), 5 deletions(-)
154668
154669 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
154670 Author: Behdad Esfahbod <behdad@behdad.org>
154671 Date:   Tue Aug 4 22:55:44 2009 -0400
154672
154673     [HB] Fix fatal Sanitizer bug
154674
154675  src/hb-open-type-private.hh | 2 +-
154676  1 file changed, 1 insertion(+), 1 deletion(-)
154677
154678 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
154679 Author: Behdad Esfahbod <behdad@behdad.org>
154680 Date:   Tue Aug 4 22:43:47 2009 -0400
154681
154682     [HB] Add missing sanitize
154683
154684  src/hb-open-file-private.hh | 1 +
154685  1 file changed, 1 insertion(+)
154686
154687 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
154688 Author: Behdad Esfahbod <behdad@behdad.org>
154689 Date:   Tue Aug 4 22:35:36 2009 -0400
154690
154691     [HB] Add sanitize debugging facilities
154692
154693  src/hb-open-file-private.hh          |  4 ++++
154694  src/hb-open-type-private.hh          | 43 +++++++++++++++++++++++++++++++-----
154695  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
154696  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
154697  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
154698  src/hb-ot-layout-gsub-private.hh     | 18 +++++++++++++++
154699  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
154700  src/hb-private.h                     |  6 ++++-
154701  8 files changed, 136 insertions(+), 6 deletions(-)
154702
154703 commit 7edb430f9182723b7b720708c56088cec1200a70
154704 Author: Behdad Esfahbod <behdad@behdad.org>
154705 Date:   Tue Aug 4 22:06:57 2009 -0400
154706
154707     [HB] Rename open-types to open-type; beauty
154708
154709  src/Makefile.am                                           | 2 +-
154710  src/hb-open-file-private.hh                               | 2 +-
154711  src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0
154712  src/hb-ot-layout-common-private.hh                        | 2 +-
154713  4 files changed, 3 insertions(+), 3 deletions(-)
154714
154715 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
154716 Author: Behdad Esfahbod <behdad@behdad.org>
154717 Date:   Tue Aug 4 21:47:29 2009 -0400
154718
154719     [HB] Save edit even if not writeable
154720
154721  src/hb-open-types-private.hh | 6 ++----
154722  1 file changed, 2 insertions(+), 4 deletions(-)
154723
154724 commit 9bd629ccd064e739789e504c41ad875eed93abba
154725 Author: Behdad Esfahbod <behdad@behdad.org>
154726 Date:   Tue Aug 4 21:42:23 2009 -0400
154727
154728     [HB] Fix warnings
154729
154730  src/hb-open-file-private.hh      | 1 +
154731  src/hb-open-types-private.hh     | 5 +++++
154732  src/hb-ot-layout-gsub-private.hh | 3 +--
154733  3 files changed, 7 insertions(+), 2 deletions(-)
154734
154735 commit 5ff4e13143c227fa57854c987b5a98e610f89361
154736 Author: Behdad Esfahbod <behdad@behdad.org>
154737 Date:   Tue Aug 4 21:35:32 2009 -0400
154738
154739     [HB] Avoid infinite recusion in Extension sanitize()
154740
154741  src/hb-ot-layout-gpos-private.hh | 1 +
154742  src/hb-ot-layout-gsub-private.hh | 1 +
154743  2 files changed, 2 insertions(+)
154744
154745 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
154746 Author: Behdad Esfahbod <behdad@behdad.org>
154747 Date:   Tue Aug 4 21:32:57 2009 -0400
154748
154749     [HB] Hook Sanitizer up.  Hell's breaking loose right now
154750
154751  src/hb-font.cc               |  7 ++-----
154752  src/hb-open-types-private.hh |  2 +-
154753  src/hb-ot-layout.cc          | 12 ++++++------
154754  3 files changed, 9 insertions(+), 12 deletions(-)
154755
154756 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
154757 Author: Behdad Esfahbod <behdad@behdad.org>
154758 Date:   Tue Aug 4 21:32:06 2009 -0400
154759
154760     [HB] Fix leak
154761
154762  src/hb-ot-layout.cc | 2 ++
154763  1 file changed, 2 insertions(+)
154764
154765 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
154766 Author: Behdad Esfahbod <behdad@behdad.org>
154767 Date:   Tue Aug 4 20:52:47 2009 -0400
154768
154769     [HB] Add Sanitizer
154770
154771  src/hb-open-types-private.hh | 58 ++++++++++++++++++++++++++++++++++++++++----
154772  1 file changed, 53 insertions(+), 5 deletions(-)
154773
154774 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
154775 Author: Behdad Esfahbod <behdad@behdad.org>
154776 Date:   Tue Aug 4 20:50:18 2009 -0400
154777
154778     [HB] Add XXX
154779
154780  src/hb-open-file-private.hh | 3 +++
154781  1 file changed, 3 insertions(+)
154782
154783 commit a328d66e6a8122f7d4d71941449d4d0136203e08
154784 Author: Behdad Esfahbod <behdad@behdad.org>
154785 Date:   Tue Aug 4 20:27:05 2009 -0400
154786
154787     [HB] Minor cleanup
154788
154789  src/hb-ot-layout-gdef-private.hh     | 2 +-
154790  src/hb-ot-layout-gpos-private.hh     | 2 +-
154791  src/hb-ot-layout-gsub-private.hh     | 2 +-
154792  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
154793  4 files changed, 5 insertions(+), 5 deletions(-)
154794
154795 commit 577c1116493d785d3455626612f97dabb383abf0
154796 Author: Behdad Esfahbod <behdad@behdad.org>
154797 Date:   Tue Aug 4 19:31:02 2009 -0400
154798
154799     [HB] Shuffle code around
154800
154801  src/hb-open-types-private.hh | 127 ++++++++++++++++++++++---------------------
154802  1 file changed, 65 insertions(+), 62 deletions(-)
154803
154804 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
154805 Author: Behdad Esfahbod <behdad@behdad.org>
154806 Date:   Tue Aug 4 15:28:49 2009 -0400
154807
154808     [HB] More sanitize infrastructure
154809
154810  src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
154811  1 file changed, 28 insertions(+), 1 deletion(-)
154812
154813 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
154814 Author: Behdad Esfahbod <behdad@behdad.org>
154815 Date:   Tue Aug 4 15:07:24 2009 -0400
154816
154817     [HB] open-file sanitize()
154818
154819  src/hb-open-file-private.hh  | 46 ++++++++++++++++++++++++++++++++++++++++----
154820  src/hb-open-types-private.hh | 13 +++++++++++++
154821  2 files changed, 55 insertions(+), 4 deletions(-)
154822
154823 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
154824 Author: Behdad Esfahbod <behdad@behdad.org>
154825 Date:   Tue Aug 4 14:42:46 2009 -0400
154826
154827     [HB] Tag sanitize()
154828
154829  src/hb-open-types-private.hh       | 8 ++++++++
154830  src/hb-ot-layout-common-private.hh | 6 +-----
154831  2 files changed, 9 insertions(+), 5 deletions(-)
154832
154833 commit e49a84c9e37c08808880e74e94c8160731ababa1
154834 Author: Behdad Esfahbod <behdad@behdad.org>
154835 Date:   Tue Aug 4 14:33:23 2009 -0400
154836
154837     [HB] GDEF sanitize()
154838
154839  src/hb-ot-layout-gdef-private.hh     | 54 ++++++++++++++++++++++++++++++++++++
154840  src/hb-ot-layout-gpos-private.hh     |  2 +-
154841  src/hb-ot-layout-gsub-private.hh     |  2 +-
154842  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
154843  4 files changed, 57 insertions(+), 3 deletions(-)
154844
154845 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
154846 Author: Behdad Esfahbod <behdad@behdad.org>
154847 Date:   Tue Aug 4 14:27:56 2009 -0400
154848
154849     [HB] Fix Extension sanitize()
154850
154851  src/hb-ot-layout-gpos-private.hh     | 3 ++-
154852  src/hb-ot-layout-gsub-private.hh     | 3 ++-
154853  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
154854  3 files changed, 5 insertions(+), 3 deletions(-)
154855
154856 commit f2be750981be58a723831e69b1670275851d4be9
154857 Author: Behdad Esfahbod <behdad@behdad.org>
154858 Date:   Tue Aug 4 14:12:46 2009 -0400
154859
154860     [HB] Remove stale TODO
154861
154862  src/hb-ot-layout.cc | 2 --
154863  1 file changed, 2 deletions(-)
154864
154865 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
154866 Author: Behdad Esfahbod <behdad@behdad.org>
154867 Date:   Tue Aug 4 14:10:39 2009 -0400
154868
154869     [HB] Hookup NEUTER()
154870
154871  src/hb-open-types-private.hh | 6 +++---
154872  1 file changed, 3 insertions(+), 3 deletions(-)
154873
154874 commit 15164d9258a74122a4db748d35532bd72c47cec2
154875 Author: Behdad Esfahbod <behdad@behdad.org>
154876 Date:   Tue Aug 4 13:57:41 2009 -0400
154877
154878     [HB] Fix mix warnings
154879
154880  src/Makefile.am                    |  2 +-
154881  src/hb-font.cc                     | 15 +++------------
154882  src/hb-open-types-private.hh       |  2 +-
154883  src/hb-ot-layout-common-private.hh |  6 +++---
154884  src/hb-ot-layout-gdef-private.hh   |  2 +-
154885  src/hb-ot-layout-gpos-private.hh   |  9 ++++-----
154886  src/hb-ot-layout.cc                |  2 +-
154887  src/main.cc                        |  4 +---
154888  8 files changed, 15 insertions(+), 27 deletions(-)
154889
154890 commit 42b778f89e0818fe06910ce04e2203485823da09
154891 Author: Behdad Esfahbod <behdad@behdad.org>
154892 Date:   Tue Aug 4 13:30:49 2009 -0400
154893
154894     [HB] GPOS sanitize()
154895
154896  src/hb-open-types-private.hh     |  22 ++++-
154897  src/hb-ot-layout-gpos-private.hh | 195 ++++++++++++++++++++++++++++++++++++++-
154898  src/hb-ot-layout-gsub-private.hh |   2 -
154899  3 files changed, 213 insertions(+), 6 deletions(-)
154900
154901 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
154902 Author: Behdad Esfahbod <behdad@behdad.org>
154903 Date:   Tue Aug 4 12:26:26 2009 -0400
154904
154905     [HB] Sanitize DeviceTable
154906
154907  src/hb-open-types-private.hh       |  8 ++++----
154908  src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
154909  src/hb-ot-layout-gsub-private.hh   |  2 +-
154910  3 files changed, 19 insertions(+), 8 deletions(-)
154911
154912 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
154913 Author: Behdad Esfahbod <behdad@behdad.org>
154914 Date:   Tue Aug 4 12:13:52 2009 -0400
154915
154916     [HB] More casts
154917
154918  src/hb-ot-layout-gsub-private.hh | 2 +-
154919  1 file changed, 1 insertion(+), 1 deletion(-)
154920
154921 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
154922 Author: Behdad Esfahbod <behdad@behdad.org>
154923 Date:   Tue Aug 4 12:05:24 2009 -0400
154924
154925     [HB] Fix couple of bugs
154926
154927  src/hb-open-types-private.hh | 6 +++---
154928  1 file changed, 3 insertions(+), 3 deletions(-)
154929
154930 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
154931 Author: Behdad Esfahbod <behdad@behdad.org>
154932 Date:   Tue Aug 4 11:38:50 2009 -0400
154933
154934     [HB] More cast cleanup
154935
154936  src/hb-open-types-private.hh         | 23 ++++++++-----
154937  src/hb-ot-layout-common-private.hh   |  7 ++--
154938  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
154939  src/hb-ot-layout-gsubgpos-private.hh | 64 +++++++++++++-----------------------
154940  4 files changed, 50 insertions(+), 71 deletions(-)
154941
154942 commit 196598bbccff08415ff5192314cba044df258cad
154943 Author: Behdad Esfahbod <behdad@behdad.org>
154944 Date:   Tue Aug 4 11:04:32 2009 -0400
154945
154946     [Hb] Use reinterpret casts instead of direct casts to char *
154947
154948  src/hb-open-file-private.hh          |  4 ++--
154949  src/hb-open-types-private.hh         | 19 +++++++++++-----
154950  src/hb-ot-layout-common-private.hh   |  8 +++----
154951  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
154952  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
154953  src/hb-ot-layout-gsubgpos-private.hh | 44 ++++++++++++++++++------------------
154954  6 files changed, 57 insertions(+), 50 deletions(-)
154955
154956 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
154957 Author: Behdad Esfahbod <behdad@behdad.org>
154958 Date:   Tue Aug 4 10:41:32 2009 -0400
154959
154960     [HB] Merge more templates
154961
154962  src/hb-open-types-private.hh | 167 ++++++++++++++-----------------------------
154963  1 file changed, 55 insertions(+), 112 deletions(-)
154964
154965 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
154966 Author: Behdad Esfahbod <behdad@behdad.org>
154967 Date:   Tue Aug 4 10:23:01 2009 -0400
154968
154969     [HB] Simplify indirect sanitize()
154970
154971  src/hb-open-types-private.hh       | 52 ++++++++++++++++++--------------------
154972  src/hb-ot-layout-common-private.hh | 11 +-------
154973  2 files changed, 26 insertions(+), 37 deletions(-)
154974
154975 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
154976 Author: Behdad Esfahbod <behdad@behdad.org>
154977 Date:   Tue Aug 4 02:27:37 2009 -0400
154978
154979     [HB] Finish GSUB sanitize()
154980
154981  src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
154982  1 file changed, 20 insertions(+), 1 deletion(-)
154983
154984 commit cf086adca1b7b5a361a248808f9a847e513d3630
154985 Author: Behdad Esfahbod <behdad@behdad.org>
154986 Date:   Tue Aug 4 02:14:24 2009 -0400
154987
154988     [HB] Add comment
154989
154990  src/hb-ot-layout-common-private.hh | 6 ++++--
154991  1 file changed, 4 insertions(+), 2 deletions(-)
154992
154993 commit a97ce570ab693190350886e4e80942851c4d5727
154994 Author: Behdad Esfahbod <behdad@behdad.org>
154995 Date:   Tue Aug 4 02:10:48 2009 -0400
154996
154997     [HB] Optimize sanitize()
154998
154999  src/hb-open-types-private.hh | 7 ++++++-
155000  1 file changed, 6 insertions(+), 1 deletion(-)
155001
155002 commit cd3827ee567612c5500206b62840702fc956e0f5
155003 Author: Behdad Esfahbod <behdad@behdad.org>
155004 Date:   Tue Aug 4 02:09:34 2009 -0400
155005
155006     [HB] More sanitize()
155007
155008  src/hb-open-file-private.hh          |  2 +-
155009  src/hb-open-types-private.hh         | 12 ++++---
155010  src/hb-ot-layout-common-private.hh   | 64 +++++++++++++++++++++++++++++++-----
155011  src/hb-ot-layout-gdef-private.hh     |  2 +-
155012  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
155013  5 files changed, 79 insertions(+), 16 deletions(-)
155014
155015 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
155016 Author: Behdad Esfahbod <behdad@behdad.org>
155017 Date:   Tue Aug 4 00:58:28 2009 -0400
155018
155019     [HB] Start sanitize()
155020
155021  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
155022  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
155023  src/hb-ot-layout-gsub-private.hh     | 125 ++++++++++++++++++++++++++++++++++-
155024  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
155025  4 files changed, 376 insertions(+), 6 deletions(-)
155026
155027 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
155028 Author: Behdad Esfahbod <behdad@behdad.org>
155029 Date:   Mon Aug 3 22:43:02 2009 -0400
155030
155031     [HB] Remove use of typeof()
155032
155033  src/hb-blob.c           |  4 ++--
155034  src/hb-buffer.c         |  2 +-
155035  src/hb-font.cc          | 14 +++++++-------
155036  src/hb-object-private.h |  4 ++--
155037  4 files changed, 12 insertions(+), 12 deletions(-)
155038
155039 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
155040 Author: Behdad Esfahbod <behdad@behdad.org>
155041 Date:   Mon Aug 3 22:01:47 2009 -0400
155042
155043     [HB] Make it all work again
155044
155045  src/hb-font.cc             | 23 ++++++++++++---------
155046  src/hb-ot-layout-private.h |  9 +++++---
155047  src/hb-ot-layout.cc        | 51 +++++++++++++++++++++++-----------------------
155048  3 files changed, 44 insertions(+), 39 deletions(-)
155049
155050 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
155051 Author: Behdad Esfahbod <behdad@behdad.org>
155052 Date:   Mon Aug 3 21:40:20 2009 -0400
155053
155054     [HB] Use face_t directly instead of ot_layout_t
155055
155056  src/TODO                             |   1 +
155057  src/hb-font-private.h                |   4 +
155058  src/hb-font.cc                       |  74 +++++++++---
155059  src/hb-font.h                        |   3 +
155060  src/hb-object-private.h              |  36 +++---
155061  src/hb-ot-layout-gdef-private.hh     |   2 +
155062  src/hb-ot-layout-gpos-private.hh     |  14 +--
155063  src/hb-ot-layout-gsub-private.hh     |  32 ++---
155064  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
155065  src/hb-ot-layout-private.h           |  40 ++++---
155066  src/hb-ot-layout.cc                  | 220 +++++++++++++++--------------------
155067  11 files changed, 237 insertions(+), 197 deletions(-)
155068
155069 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
155070 Author: Behdad Esfahbod <behdad@behdad.org>
155071 Date:   Mon Aug 3 21:27:08 2009 -0400
155072
155073     [HB] Simplify sub-blob support
155074
155075  src/hb-blob.c | 172 ++++++++++++++++++++++------------------------------------
155076  src/hb-blob.h |  14 +++--
155077  2 files changed, 74 insertions(+), 112 deletions(-)
155078
155079 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
155080 Author: Behdad Esfahbod <behdad@behdad.org>
155081 Date:   Mon Aug 3 17:53:29 2009 -0400
155082
155083     [HB] Add sub-blobs
155084
155085  src/hb-blob.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++++---------
155086  src/hb-blob.h |  12 ++++-
155087  2 files changed, 147 insertions(+), 27 deletions(-)
155088
155089 commit b28e21b90c4105a0c2e17009b748777294614664
155090 Author: Behdad Esfahbod <behdad@behdad.org>
155091 Date:   Sun Aug 2 20:06:48 2009 -0400
155092
155093     [HB] Rename hb-font.c to hb-font.cc
155094
155095  src/Makefile.am               | 2 +-
155096  src/{hb-font.c => hb-font.cc} | 0
155097  2 files changed, 1 insertion(+), 1 deletion(-)
155098
155099 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
155100 Author: Behdad Esfahbod <behdad@behdad.org>
155101 Date:   Sun Aug 2 20:03:12 2009 -0400
155102
155103     [OT] Rename C++ header files from *.h to *.hh
155104
155105  src/Makefile.am                                            | 14 +++++++-------
155106  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
155107  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
155108  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
155109  ...-layout-gdef-private.h => hb-ot-layout-gdef-private.hh} |  8 ++++----
155110  ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} |  8 ++++----
155111  ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} |  8 ++++----
155112  ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} |  8 ++++----
155113  src/hb-ot-layout.cc                                        |  8 ++++----
155114  src/main.cc                                                |  6 +++---
155115  10 files changed, 41 insertions(+), 41 deletions(-)
155116
155117 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
155118 Author: Behdad Esfahbod <behdad@behdad.org>
155119 Date:   Sun Aug 2 19:57:00 2009 -0400
155120
155121     [HB] Move OT file handling out of ot-layout
155122
155123  src/Makefile.am                                    |   3 +-
155124  src/hb-open-file-private.h                         | 145 +++++++++++++++++++++
155125  ...yout-open-private.h => hb-open-types-private.h} | 117 +----------------
155126  src/hb-ot-layout-common-private.h                  |   4 +-
155127  src/hb-ot-layout.cc                                |   2 +-
155128  src/main.cc                                        |   4 +-
155129  6 files changed, 157 insertions(+), 118 deletions(-)
155130
155131 commit 0ead481a5a8623103565fd7d924666e7342278dd
155132 Author: Behdad Esfahbod <behdad@behdad.org>
155133 Date:   Sun Aug 2 17:41:36 2009 -0400
155134
155135     [HB] Port ot-layout to new public API
155136
155137  src/TODO                            |   1 +
155138  src/hb-common.h                     |   1 +
155139  src/hb-font.c                       |   9 +
155140  src/hb-font.h                       |   3 +
155141  src/hb-ot-layout-gdef-private.h     |  32 ++--
155142  src/hb-ot-layout-gpos-private.h     | 106 ++++++------
155143  src/hb-ot-layout-gsub-private.h     |  50 +++---
155144  src/hb-ot-layout-gsubgpos-private.h |  12 +-
155145  src/hb-ot-layout-private.h          |  36 +++-
155146  src/hb-ot-layout.cc                 | 334 ++++++++++++++++++++----------------
155147  src/hb-ot-layout.h                  | 207 ++++++++++------------
155148  11 files changed, 415 insertions(+), 376 deletions(-)
155149
155150 commit 678bed433371d90536976a2d57195c1e1867f766
155151 Author: Behdad Esfahbod <behdad@behdad.org>
155152 Date:   Sun Aug 2 15:35:31 2009 -0400
155153
155154     [HB] Add top-level header files
155155
155156  src/Makefile.am |  2 ++
155157  src/hb-ot.h     | 34 ++++++++++++++++++++++++++++++++++
155158  src/hb.h        | 35 +++++++++++++++++++++++++++++++++++
155159  3 files changed, 71 insertions(+)
155160
155161 commit 2c80296aa5991ad67483889147f5c84fefe54af2
155162 Author: Behdad Esfahbod <behdad@behdad.org>
155163 Date:   Sun Aug 2 15:20:22 2009 -0400
155164
155165     [HB] Add XXX marks
155166
155167  src/hb-ot-layout-private.h | 2 ++
155168  src/hb-ot-layout.cc        | 7 ++-----
155169  2 files changed, 4 insertions(+), 5 deletions(-)
155170
155171 commit c46f8efd6ddd981b5724b2600ac98a80193385be
155172 Author: Behdad Esfahbod <behdad@behdad.org>
155173 Date:   Sat Aug 1 23:06:27 2009 -0400
155174
155175     [HB] Rename _duplicate to _copy
155176     
155177     To be in line with cairo
155178
155179  src/hb-font.c | 4 ++--
155180  src/hb-font.h | 4 ++--
155181  2 files changed, 4 insertions(+), 4 deletions(-)
155182
155183 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
155184 Author: Behdad Esfahbod <behdad@behdad.org>
155185 Date:   Sat Aug 1 22:55:11 2009 -0400
155186
155187     [HB] Cleanup TODO
155188
155189  src/TODO | 10 +---------
155190  1 file changed, 1 insertion(+), 9 deletions(-)
155191
155192 commit f1322e52d557726baa010be8d35a594748e8fa1a
155193 Author: Behdad Esfahbod <behdad@behdad.org>
155194 Date:   Sat Aug 1 22:53:04 2009 -0400
155195
155196     [HB] Cleanup public buffer structs
155197
155198  src/hb-buffer-private.h         | 46 +++++++++++++++++++++++++++++++-------
155199  src/hb-buffer.c                 | 49 +++++++++++++++++++++--------------------
155200  src/hb-buffer.h                 | 35 ++++++++++++++---------------
155201  src/hb-ot-layout-gpos-private.h |  8 +++----
155202  src/hb-ot-layout-private.h      |  5 +++--
155203  src/hb-ot-layout.cc             | 20 ++++++++---------
155204  6 files changed, 97 insertions(+), 66 deletions(-)
155205
155206 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
155207 Author: Behdad Esfahbod <behdad@behdad.org>
155208 Date:   Sat Aug 1 22:25:04 2009 -0400
155209
155210     [OT] Match struct with HB's
155211
155212  src/hb-buffer.c     |  6 +++---
155213  src/hb-buffer.h     |  2 +-
155214  src/hb-ot-layout.cc | 12 ++++++------
155215  3 files changed, 10 insertions(+), 10 deletions(-)
155216
155217 commit 11fbb5487d9900a019440ef8235f35c9f525decb
155218 Author: Behdad Esfahbod <behdad@behdad.org>
155219 Date:   Sat Aug 1 22:19:06 2009 -0400
155220
155221     [HB] Port buffert to new object API
155222
155223  src/hb-buffer-private.h | 24 +++++++++++++++---
155224  src/hb-buffer.c         | 65 +++++++++++++++++++++++++++++++++++++------------
155225  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
155226  3 files changed, 104 insertions(+), 38 deletions(-)
155227
155228 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
155229 Author: Behdad Esfahbod <behdad@behdad.org>
155230 Date:   Sat Aug 1 21:38:39 2009 -0400
155231
155232     [HB] Move typedef's around
155233
155234  src/hb-blob.h   |  2 ++
155235  src/hb-common.h |  9 ---------
155236  src/hb-font.h   | 10 ++++++++++
155237  3 files changed, 12 insertions(+), 9 deletions(-)
155238
155239 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
155240 Author: Behdad Esfahbod <behdad@behdad.org>
155241 Date:   Sat Aug 1 21:36:15 2009 -0400
155242
155243     [HB] Add get_reference_count()
155244
155245  src/hb-blob.c           |  6 ++++++
155246  src/hb-blob.h           |  3 +++
155247  src/hb-font.c           | 24 ++++++++++++++++++++++++
155248  src/hb-font.h           | 12 ++++++++++++
155249  src/hb-object-private.h |  7 +++++++
155250  5 files changed, 52 insertions(+)
155251
155252 commit baec684fde2303edb16341bfcf1022cd72acf129
155253 Author: Behdad Esfahbod <behdad@behdad.org>
155254 Date:   Sat Aug 1 21:06:11 2009 -0400
155255
155256     [HB] Remove glib dependency
155257
155258  src/Makefile.am  |  7 ++-----
155259  src/hb-buffer.c  |  2 +-
155260  src/hb-private.h | 30 ++++++++++++++++++------------
155261  src/main.cc      |  1 +
155262  4 files changed, 22 insertions(+), 18 deletions(-)
155263
155264 commit df66028781a7609a515980e64396e6f1044d764a
155265 Author: Behdad Esfahbod <behdad@behdad.org>
155266 Date:   Sat Aug 1 20:46:02 2009 -0400
155267
155268     [HB] Assorted compiler macros
155269
155270  src/hb-ot-layout-open-private.h |  4 +-
155271  src/hb-private.h                | 88 +++++++++++++++++++++++++++++++----------
155272  2 files changed, 70 insertions(+), 22 deletions(-)
155273
155274 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
155275 Author: Behdad Esfahbod <behdad@behdad.org>
155276 Date:   Sat Aug 1 20:29:22 2009 -0400
155277
155278     [HB] Simplify object creation
155279
155280  src/Makefile.am                                    |  2 +-
155281  src/hb-blob.c                                      |  6 +---
155282  src/hb-font-private.h                              |  1 -
155283  src/hb-font.c                                      | 37 +++++++---------------
155284  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
155285  src/hb-private.h                                   |  2 ++
155286  6 files changed, 27 insertions(+), 35 deletions(-)
155287
155288 commit c62b503770325819f249885dfc9d4683a69c9efd
155289 Author: Behdad Esfahbod <behdad@behdad.org>
155290 Date:   Sat Aug 1 19:54:49 2009 -0400
155291
155292     [HB] Add abstract font and face API
155293     
155294     Not used yet.
155295
155296  src/Makefile.am           |   3 +
155297  src/hb-blob.c             |   6 +-
155298  src/hb-font-private.h     | 108 +++++++++++++++
155299  src/hb-font.c             | 331 ++++++++++++++++++++++++++++++++++++++++++++++
155300  src/hb-font.h             | 182 +++++++++++++++++++++++++
155301  src/hb-refcount-private.h |  14 +-
155302  6 files changed, 636 insertions(+), 8 deletions(-)
155303
155304 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
155305 Author: Behdad Esfahbod <behdad@behdad.org>
155306 Date:   Sat Aug 1 19:30:31 2009 -0400
155307
155308     [HB] Simplify refcounting functions
155309
155310  src/hb-blob.c             | 32 ++++++++++----------------------
155311  src/hb-common.h           |  2 ++
155312  src/hb-private.h          |  2 ++
155313  src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
155314  4 files changed, 44 insertions(+), 23 deletions(-)
155315
155316 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
155317 Author: Behdad Esfahbod <behdad@behdad.org>
155318 Date:   Sat Aug 1 19:10:41 2009 -0400
155319
155320     [HB] Fix for dfont's with multiple faces
155321
155322  src/hb-ot-layout-open-private.h | 6 ++++--
155323  1 file changed, 4 insertions(+), 2 deletions(-)
155324
155325 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
155326 Author: Behdad Esfahbod <behdad@behdad.org>
155327 Date:   Sat Aug 1 19:05:44 2009 -0400
155328
155329     [HB] Use calloc instead of malloc where feasible
155330
155331  src/hb-blob.c   | 8 +++++---
155332  src/hb-buffer.c | 4 ++--
155333  2 files changed, 7 insertions(+), 5 deletions(-)
155334
155335 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
155336 Author: Behdad Esfahbod <behdad@behdad.org>
155337 Date:   Thu Jul 30 16:28:45 2009 -0400
155338
155339     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
155340
155341  src/hb-blob.h                   |  3 ---
155342  src/hb-common.h                 |  9 +++++++++
155343  src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
155344  src/hb-ot-layout-private.h      |  2 --
155345  src/hb-ot-layout.cc             |  7 -------
155346  src/hb-ot-layout.h              |  4 ----
155347  6 files changed, 33 insertions(+), 28 deletions(-)
155348
155349 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
155350 Author: Behdad Esfahbod <behdad@behdad.org>
155351 Date:   Thu Jul 30 15:33:57 2009 -0400
155352
155353     [HB] Add a "blob" manager
155354
155355  src/Makefile.am           |   5 +-
155356  src/hb-blob.c             | 181 ++++++++++++++++++++++++++++++++++++++++++++++
155357  src/hb-blob.h             |  74 +++++++++++++++++++
155358  src/hb-private.h          |   2 +
155359  src/hb-refcount-private.h |  54 ++++++++++++++
155360  5 files changed, 315 insertions(+), 1 deletion(-)
155361
155362 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
155363 Author: Behdad Esfahbod <behdad@behdad.org>
155364 Date:   Wed Jul 29 18:41:25 2009 -0400
155365
155366     [HB] Move direction to buffer
155367
155368  src/hb-buffer.c                 |  9 +++++++++
155369  src/hb-buffer.h                 | 14 ++++++++++++++
155370  src/hb-ot-layout-gpos-private.h |  2 +-
155371  src/hb-ot-layout-private.h      |  1 -
155372  src/hb-ot-layout.cc             |  7 -------
155373  src/hb-ot-layout.h              |  5 -----
155374  6 files changed, 24 insertions(+), 14 deletions(-)
155375
155376 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
155377 Author: Behdad Esfahbod <behdad@behdad.org>
155378 Date:   Wed Jul 29 18:37:57 2009 -0400
155379
155380     [HB] Rename internal vars
155381
155382  src/hb-ot-layout-gsubgpos-private.h | 56 ++++++++++++++++++-------------------
155383  1 file changed, 28 insertions(+), 28 deletions(-)
155384
155385 commit b196e6f2743d631ef181f1116370be3055063d36
155386 Author: Behdad Esfahbod <behdad@behdad.org>
155387 Date:   Tue Jul 28 15:50:42 2009 -0400
155388
155389     [HB] Fix buffer enlargement.  Ouch
155390
155391  src/hb-buffer.c | 2 +-
155392  1 file changed, 1 insertion(+), 1 deletion(-)
155393
155394 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
155395 Author: Behdad Esfahbod <behdad@behdad.org>
155396 Date:   Tue Jul 28 15:43:34 2009 -0400
155397
155398     Apply patch from Jonathan Kew
155399
155400  src/hb-buffer.c     | 75 ++++++++++++++++++++++++++++-------------------------
155401  src/hb-buffer.h     |  6 ++++-
155402  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
155403  src/hb-ot-layout.h  | 15 +++++++++++
155404  src/hb-private.h    |  2 +-
155405  5 files changed, 91 insertions(+), 38 deletions(-)
155406
155407 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
155408 Author: Behdad Esfahbod <behdad@behdad.org>
155409 Date:   Sat Jul 25 19:09:01 2009 -0400
155410
155411     Revert "XX"
155412     
155413     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
155414
155415  src/Makefile.am                     |   2 -
155416  src/hb-buffer.c                     |   9 ---
155417  src/hb-buffer.h                     |  14 -----
155418  src/hb-common.h                     |   3 -
155419  src/hb-ot-layout-gdef-private.h     |  32 +++++------
155420  src/hb-ot-layout-gpos-private.h     | 108 ++++++++++++++++++------------------
155421  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
155422  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
155423  src/hb-ot-layout-private.h          |  28 ++++------
155424  src/hb-ot-layout.cc                 |  30 ++++++++++
155425  src/hb-ot-layout.h                  |   5 ++
155426  src/hb-private.h                    |  16 ------
155427  12 files changed, 174 insertions(+), 187 deletions(-)
155428
155429 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
155430 Author: Behdad Esfahbod <behdad@behdad.org>
155431 Date:   Wed Jun 10 23:26:51 2009 -0400
155432
155433     XX
155434
155435  src/Makefile.am                     |   2 +
155436  src/hb-buffer.c                     |   9 +++
155437  src/hb-buffer.h                     |  14 +++++
155438  src/hb-common.h                     |   3 +
155439  src/hb-ot-layout-gdef-private.h     |  32 +++++------
155440  src/hb-ot-layout-gpos-private.h     | 108 ++++++++++++++++++------------------
155441  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
155442  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
155443  src/hb-ot-layout-private.h          |  28 ++++++----
155444  src/hb-ot-layout.cc                 |  30 ----------
155445  src/hb-ot-layout.h                  |   5 --
155446  src/hb-private.h                    |  16 ++++++
155447  12 files changed, 187 insertions(+), 174 deletions(-)
155448
155449 commit f53d434b9151c4ec43c148734b49bb165e522cc9
155450 Author: Behdad Esfahbod <behdad@behdad.org>
155451 Date:   Sat May 30 22:17:32 2009 -0400
155452
155453     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
155454
155455  src/hb-ot-layout-gpos-private.h | 4 ++++
155456  1 file changed, 4 insertions(+)
155457
155458 commit e35bbd570a5d914f86f1ea83941ee4328f268059
155459 Author: Behdad Esfahbod <behdad@behdad.org>
155460 Date:   Sat May 30 12:02:46 2009 -0400
155461
155462     [HB] Improve buffer.  Don't dup out buffer unless out is longer than in
155463     
155464     That is, we work in-place even for ligatures now.
155465
155466  src/hb-buffer.c | 156 ++++++++++++++++++++++++--------------------------------
155467  src/hb-buffer.h |   7 ++-
155468  2 files changed, 71 insertions(+), 92 deletions(-)
155469
155470 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
155471 Author: Behdad Esfahbod <behdad@behdad.org>
155472 Date:   Wed May 27 18:16:55 2009 -0400
155473
155474     [GPOS] Fix property checking
155475
155476  src/hb-ot-layout-gpos-private.h | 6 +++---
155477  1 file changed, 3 insertions(+), 3 deletions(-)
155478
155479 commit cc83ae12484108586fba6586bd9008971338b322
155480 Author: Behdad Esfahbod <behdad@behdad.org>
155481 Date:   Wed May 27 00:17:37 2009 -0400
155482
155483     [GPOS] Add vertical TODO
155484
155485  src/hb-ot-layout-gpos-private.h | 2 ++
155486  1 file changed, 2 insertions(+)
155487
155488 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
155489 Author: Behdad Esfahbod <behdad@behdad.org>
155490 Date:   Tue May 26 22:29:02 2009 -0400
155491
155492     [HB] Remove useless include
155493
155494  src/hb-ot-layout-private.h | 3 ---
155495  1 file changed, 3 deletions(-)
155496
155497 commit 6c8108cb583292a679b05844ab613b7f4587adc6
155498 Author: Behdad Esfahbod <behdad@behdad.org>
155499 Date:   Tue May 26 22:26:08 2009 -0400
155500
155501     [GPOS] Remove unused variables
155502
155503  src/hb-ot-layout-gpos-private.h | 3 +--
155504  1 file changed, 1 insertion(+), 2 deletions(-)
155505
155506 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
155507 Author: Behdad Esfahbod <behdad@behdad.org>
155508 Date:   Tue May 26 19:48:16 2009 -0400
155509
155510     [HB] Fix glyph properties
155511
155512  src/hb-ot-layout-common-private.h | 6 +++---
155513  src/hb-ot-layout-open-private.h   | 2 +-
155514  src/hb-ot-layout.cc               | 2 +-
155515  3 files changed, 5 insertions(+), 5 deletions(-)
155516
155517 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
155518 Author: Behdad Esfahbod <behdad@behdad.org>
155519 Date:   Tue May 26 18:57:56 2009 -0400
155520
155521     [GPOS] Fix PairPos signedness
155522
155523  src/hb-ot-layout-gpos-private.h | 11 ++++-------
155524  1 file changed, 4 insertions(+), 7 deletions(-)
155525
155526 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
155527 Author: Behdad Esfahbod <behdad@behdad.org>
155528 Date:   Tue May 26 17:58:37 2009 -0400
155529
155530     [GPOS] Fix mark matching
155531
155532  src/hb-ot-layout-gpos-private.h | 44 +++++++++++++++++++----------------------
155533  1 file changed, 20 insertions(+), 24 deletions(-)
155534
155535 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
155536 Author: Behdad Esfahbod <behdad@behdad.org>
155537 Date:   Tue May 26 17:31:56 2009 -0400
155538
155539     [HB] When looking back/forward, skip marks only
155540
155541  src/TODO                            |  1 -
155542  src/hb-ot-layout-gpos-private.h     | 13 ++-----
155543  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
155544  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
155545  src/hb-ot-layout-private.h          |  6 ++++
155546  src/hb-ot-layout.cc                 | 69 ++++++++++++++++++++++++-------------
155547  6 files changed, 76 insertions(+), 65 deletions(-)
155548
155549 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
155550 Author: Behdad Esfahbod <behdad@behdad.org>
155551 Date:   Tue May 26 15:58:34 2009 -0400
155552
155553     [GDEF] Support MarkFilteringSets
155554
155555  src/hb-ot-layout.cc | 59 +++++++++++++++++++----------------------------------
155556  1 file changed, 21 insertions(+), 38 deletions(-)
155557
155558 commit 5130c35e93528bcf3095fee5baf3847589167a58
155559 Author: Behdad Esfahbod <behdad@behdad.org>
155560 Date:   Tue May 26 15:45:41 2009 -0400
155561
155562     [HB] Simplify MarkAttachmentType handling
155563
155564  src/hb-ot-layout-gpos-private.h |  6 +++---
155565  src/hb-ot-layout-gsub-private.h |  6 ++----
155566  src/hb-ot-layout.cc             | 18 ++++++++----------
155567  3 files changed, 13 insertions(+), 17 deletions(-)
155568
155569 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
155570 Author: Behdad Esfahbod <behdad@behdad.org>
155571 Date:   Tue May 26 15:38:53 2009 -0400
155572
155573     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
155574
155575  src/hb-ot-layout-gdef-private.h | 55 +++++++++++++++++++++++++++++++++++------
155576  src/hb-ot-layout-gpos-private.h |  1 +
155577  src/hb-ot-layout.cc             |  6 ++---
155578  3 files changed, 51 insertions(+), 11 deletions(-)
155579
155580 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
155581 Author: Behdad Esfahbod <behdad@behdad.org>
155582 Date:   Tue May 26 13:08:00 2009 -0400
155583
155584     [HB] More de-C++'ization
155585
155586  src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
155587  1 file changed, 12 insertions(+), 12 deletions(-)
155588
155589 commit d7df42d7ee586219475878d160f85ae5a188bd59
155590 Author: Behdad Esfahbod <behdad@behdad.org>
155591 Date:   Tue May 26 13:04:59 2009 -0400
155592
155593     [HB] Start MarkFilteringSet support
155594
155595  src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
155596  1 file changed, 19 insertions(+), 5 deletions(-)
155597
155598 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
155599 Author: Behdad Esfahbod <behdad@behdad.org>
155600 Date:   Tue May 26 12:40:10 2009 -0400
155601
155602     [HB] Implement get_lig_carets()
155603
155604  src/hb-ot-layout-gdef-private.h | 57 ++++++++++++++++++++++++++++++++---------
155605  src/hb-ot-layout.cc             | 17 +++++++++---
155606  src/hb-ot-layout.h              |  8 +++++-
155607  src/main.cc                     |  9 +------
155608  4 files changed, 66 insertions(+), 25 deletions(-)
155609
155610 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
155611 Author: Behdad Esfahbod <behdad@behdad.org>
155612 Date:   Tue May 26 12:24:16 2009 -0400
155613
155614     [HB] Add get_attach_points()
155615
155616  src/Makefile.am                 |  2 +-
155617  src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
155618  src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
155619  src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
155620  src/hb-ot-layout-open-private.h | 12 +++---------
155621  src/hb-ot-layout.cc             |  9 +++++++++
155622  src/hb-ot-layout.h              |  6 ++++++
155623  src/main.cc                     |  8 ++++----
155624  8 files changed, 62 insertions(+), 66 deletions(-)
155625
155626 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
155627 Author: Behdad Esfahbod <behdad@behdad.org>
155628 Date:   Tue May 26 12:00:28 2009 -0400
155629
155630     [HB] Remove more macros
155631
155632  src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
155633  1 file changed, 9 insertions(+), 9 deletions(-)
155634
155635 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
155636 Author: Behdad Esfahbod <behdad@behdad.org>
155637 Date:   Mon May 25 04:04:24 2009 -0400
155638
155639     [HB] More buffer cleanup
155640
155641  src/hb-buffer-private.h             |  39 +++--------
155642  src/hb-buffer.c                     | 136 ++++++++++++++++++------------------
155643  src/hb-buffer.h                     |  22 +++---
155644  src/hb-ot-layout-gpos-private.h     |  29 ++++----
155645  src/hb-ot-layout-gsub-private.h     |  10 +--
155646  src/hb-ot-layout-gsubgpos-private.h |   8 +--
155647  src/hb-ot-layout-private.h          |  13 ++--
155648  src/hb-ot-layout.cc                 |  16 ++---
155649  src/hb-private.h                    |  29 --------
155650  9 files changed, 125 insertions(+), 177 deletions(-)
155651
155652 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
155653 Author: Behdad Esfahbod <behdad@behdad.org>
155654 Date:   Mon May 25 03:39:11 2009 -0400
155655
155656     [HB] Cleanup buffer
155657
155658  src/hb-buffer-private.h             |  2 +-
155659  src/hb-buffer.c                     | 26 ++++++++------
155660  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
155661  src/hb-ot-layout-gsubgpos-private.h |  2 +-
155662  src/hb-ot-layout.cc                 | 71 -------------------------------------
155663  5 files changed, 25 insertions(+), 102 deletions(-)
155664
155665 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
155666 Author: Behdad Esfahbod <behdad@behdad.org>
155667 Date:   Mon May 25 03:30:31 2009 -0400
155668
155669     [HB] Clean more
155670
155671  src/hb-ot-layout-private.h | 10 ++++------
155672  src/hb-ot-layout.cc        |  8 ++++----
155673  2 files changed, 8 insertions(+), 10 deletions(-)
155674
155675 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
155676 Author: Behdad Esfahbod <behdad@behdad.org>
155677 Date:   Mon May 25 03:24:19 2009 -0400
155678
155679     [HB] Remove one XXX, add another
155680
155681  src/hb-buffer.h            | 2 ++
155682  src/hb-ot-layout-private.h | 3 +--
155683  2 files changed, 3 insertions(+), 2 deletions(-)
155684
155685 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
155686 Author: Behdad Esfahbod <behdad@behdad.org>
155687 Date:   Mon May 25 03:22:19 2009 -0400
155688
155689     [HB] Update copyright years
155690
155691  src/hb-buffer-private.h    | 2 +-
155692  src/hb-buffer.h            | 2 +-
155693  src/hb-common.h            | 2 +-
155694  src/hb-ot-layout-private.h | 2 +-
155695  src/hb-ot-layout.h         | 2 +-
155696  src/hb-private.h           | 2 +-
155697  6 files changed, 6 insertions(+), 6 deletions(-)
155698
155699 commit 4497af0069a94c69fc1518b1db2c1282721b732a
155700 Author: Behdad Esfahbod <behdad@behdad.org>
155701 Date:   Mon May 25 03:20:18 2009 -0400
155702
155703     [HB] Would have helped if I actually knew C++ before using it...
155704
155705  src/hb-ot-layout-gsubgpos-private.h |  4 ++--
155706  src/hb-ot-layout-open-private.h     | 24 ++++++++++++------------
155707  2 files changed, 14 insertions(+), 14 deletions(-)
155708
155709 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
155710 Author: Behdad Esfahbod <behdad@behdad.org>
155711 Date:   Mon May 25 03:10:06 2009 -0400
155712
155713     [HB] More cleanup
155714
155715  src/hb-ot-layout-common-private.h | 4 ++--
155716  src/hb-ot-layout-open-private.h   | 9 +++++----
155717  2 files changed, 7 insertions(+), 6 deletions(-)
155718
155719 commit 20cc86b3592db33731de671f008d7d222776be49
155720 Author: Behdad Esfahbod <behdad@behdad.org>
155721 Date:   Mon May 25 02:41:49 2009 -0400
155722
155723     [HB] Simplify Tag
155724
155725  src/hb-ot-layout-open-private.h | 46 ++++++++++++++++-------------------------
155726  1 file changed, 18 insertions(+), 28 deletions(-)
155727
155728 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
155729 Author: Behdad Esfahbod <behdad@behdad.org>
155730 Date:   Mon May 25 02:34:25 2009 -0400
155731
155732     [HB] Simplify more
155733
155734  src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
155735  1 file changed, 10 insertions(+), 21 deletions(-)
155736
155737 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
155738 Author: Behdad Esfahbod <behdad@behdad.org>
155739 Date:   Mon May 25 02:27:29 2009 -0400
155740
155741     [HB] Simplify some basic things
155742
155743  src/hb-ot-layout-open-private.h | 90 +++++++++++++++++++++++++++--------------
155744  src/main.cc                     |  8 ++--
155745  2 files changed, 64 insertions(+), 34 deletions(-)
155746
155747 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
155748 Author: Behdad Esfahbod <behdad@behdad.org>
155749 Date:   Sun May 24 15:01:16 2009 -0400
155750
155751     [HB] simplify macros
155752
155753  src/hb-buffer-private.h    | 4 ++--
155754  src/hb-buffer.h            | 4 ++--
155755  src/hb-common.h            | 8 ++++----
155756  src/hb-ot-layout-private.h | 4 ++--
155757  src/hb-ot-layout.h         | 4 ++--
155758  5 files changed, 12 insertions(+), 12 deletions(-)
155759
155760 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
155761 Author: Behdad Esfahbod <behdad@behdad.org>
155762 Date:   Sun May 24 14:27:24 2009 -0400
155763
155764     [HB] Update text files
155765
155766  src/COPYING |  7 -------
155767  src/README  | 13 ++-----------
155768  2 files changed, 2 insertions(+), 18 deletions(-)
155769
155770 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
155771 Author: Behdad Esfahbod <behdad@behdad.org>
155772 Date:   Sun May 24 14:24:35 2009 -0400
155773
155774     [HB] Remove stale makefile.msc too
155775
155776  src/makefile.msc | 19 -------------------
155777  1 file changed, 19 deletions(-)
155778
155779 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
155780 Author: Behdad Esfahbod <behdad@behdad.org>
155781 Date:   Sun May 24 14:22:22 2009 -0400
155782
155783     [HB] Remove old code!
155784     
155785     Goodbye 16 thousand lines of ten-year old code!
155786
155787  src/harfbuzz-dump-main.c      |   97 -
155788  src/harfbuzz-dump.c           |  768 ------
155789  src/harfbuzz-dump.h           |   41 -
155790  src/harfbuzz-gdef-private.h   |  124 -
155791  src/harfbuzz-gdef.c           | 1160 --------
155792  src/harfbuzz-gdef.h           |  135 -
155793  src/harfbuzz-global.h         |   84 -
155794  src/harfbuzz-gpos-private.h   |  712 -----
155795  src/harfbuzz-gpos.c           | 6071 -----------------------------------------
155796  src/harfbuzz-gpos.h           |  174 --
155797  src/harfbuzz-gsub-private.h   |  476 ----
155798  src/harfbuzz-gsub.c           | 4304 -----------------------------
155799  src/harfbuzz-gsub.h           |  140 -
155800  src/harfbuzz-impl.c           |   84 -
155801  src/harfbuzz-impl.h           |  126 -
155802  src/harfbuzz-open-private.h   |  102 -
155803  src/harfbuzz-open.c           | 1405 ----------
155804  src/harfbuzz-open.h           |  282 --
155805  src/harfbuzz-stream-private.h |   83 -
155806  src/harfbuzz-stream.c         |  257 --
155807  src/harfbuzz.c                |   31 -
155808  src/harfbuzz.h                |   35 -
155809  22 files changed, 16691 deletions(-)
155810
155811 commit e5372f1621602dcee4e14a4b22dc182c21502a50
155812 Author: Behdad Esfahbod <behdad@behdad.org>
155813 Date:   Sun May 24 14:21:27 2009 -0400
155814
155815     [HB] Remove stale TODO mark
155816
155817  src/hb-ot-layout-open-private.h | 1 -
155818  1 file changed, 1 deletion(-)
155819
155820 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
155821 Author: Behdad Esfahbod <behdad@behdad.org>
155822 Date:   Sun May 24 12:30:40 2009 -0400
155823
155824     [HB] Add FixedVersion cast to int
155825
155826  src/hb-ot-layout-open-private.h | 2 ++
155827  1 file changed, 2 insertions(+)
155828
155829 commit 957740dd253475020a94a62ec5dfcd03e3358176
155830 Author: Behdad Esfahbod <behdad@behdad.org>
155831 Date:   Sun May 24 12:29:55 2009 -0400
155832
155833     [HB] Simplify tag
155834
155835  src/hb-ot-layout-open-private.h | 10 +++++-----
155836  1 file changed, 5 insertions(+), 5 deletions(-)
155837
155838 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
155839 Author: Behdad Esfahbod <behdad@behdad.org>
155840 Date:   Sun May 24 01:03:24 2009 -0400
155841
155842     [HB] Remove unused data types
155843
155844  src/hb-ot-layout-gdef-private.h     |  2 +-
155845  src/hb-ot-layout-gsubgpos-private.h |  2 +-
155846  src/hb-ot-layout-open-private.h     | 54 ++++---------------------------------
155847  3 files changed, 7 insertions(+), 51 deletions(-)
155848
155849 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
155850 Author: Behdad Esfahbod <behdad@behdad.org>
155851 Date:   Sun May 24 00:53:28 2009 -0400
155852
155853     [HB] Simplify version check in GSUB/GPOS
155854
155855  src/hb-ot-layout-gpos-private.h | 5 ++++-
155856  src/hb-ot-layout-gsub-private.h | 5 ++++-
155857  2 files changed, 8 insertions(+), 2 deletions(-)
155858
155859 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
155860 Author: Behdad Esfahbod <behdad@behdad.org>
155861 Date:   Sun May 24 00:50:27 2009 -0400
155862
155863     [HB] Check for GDEF/GSUB/GPOS versions
155864
155865  src/hb-ot-layout-gdef-private.h     |  3 +--
155866  src/hb-ot-layout-gpos-private.h     |  3 +--
155867  src/hb-ot-layout-gsub-private.h     |  3 +--
155868  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
155869  src/hb-ot-layout-open-private.h     | 11 ++++++++++-
155870  5 files changed, 15 insertions(+), 10 deletions(-)
155871
155872 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
155873 Author: Behdad Esfahbod <behdad@behdad.org>
155874 Date:   Sat May 23 22:39:42 2009 -0400
155875
155876     [HB] Minor
155877
155878  src/hb-ot-layout-gdef-private.h | 6 +++---
155879  src/hb-ot-layout-open-private.h | 4 ++--
155880  2 files changed, 5 insertions(+), 5 deletions(-)
155881
155882 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
155883 Author: Behdad Esfahbod <behdad@behdad.org>
155884 Date:   Sat May 23 18:50:44 2009 -0400
155885
155886     [HB] Add TODO items
155887
155888  src/TODO | 6 ++++++
155889  1 file changed, 6 insertions(+)
155890
155891 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
155892 Author: Behdad Esfahbod <behdad@behdad.org>
155893 Date:   Fri May 22 18:54:24 2009 -0400
155894
155895     [GDEF] Add some get_carret_value() code
155896
155897  src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
155898  1 file changed, 18 insertions(+), 18 deletions(-)
155899
155900 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
155901 Author: Behdad Esfahbod <behdad@behdad.org>
155902 Date:   Fri May 22 18:29:45 2009 -0400
155903
155904     [GPOS] MarkLigPosFormat1
155905     
155906     GPOS is complete now!  Yay!
155907
155908  src/hb-ot-layout-gpos-private.h | 128 +++++++++++++++++++++++++++++-----------
155909  1 file changed, 92 insertions(+), 36 deletions(-)
155910
155911 commit 923923feb248250626c637c11a886804011197b0
155912 Author: Behdad Esfahbod <behdad@behdad.org>
155913 Date:   Fri May 22 17:58:09 2009 -0400
155914
155915     [HB] Remove apply_subtables() again
155916
155917  src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
155918  src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
155919  2 files changed, 23 insertions(+), 41 deletions(-)
155920
155921 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
155922 Author: Behdad Esfahbod <behdad@behdad.org>
155923 Date:   Thu May 21 22:31:33 2009 -0400
155924
155925     [HB] Share Extension lookup code between GSUB and GPOS
155926
155927  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
155928  src/hb-ot-layout-gsub-private.h     | 83 +++++++------------------------------
155929  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
155930  3 files changed, 77 insertions(+), 122 deletions(-)
155931
155932 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
155933 Author: Behdad Esfahbod <behdad@behdad.org>
155934 Date:   Thu May 21 15:51:04 2009 -0400
155935
155936     [GPOS] Remove printf.  MarkMarkPos1 is working
155937     
155938     The "bug" was in the font.
155939
155940  src/hb-ot-layout-gpos-private.h | 1 -
155941  1 file changed, 1 deletion(-)
155942
155943 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
155944 Author: Behdad Esfahbod <behdad@behdad.org>
155945 Date:   Thu May 21 12:46:29 2009 -0400
155946
155947     [HB] Ouch.  Add files.
155948
155949  src/hb-common.h  | 13 +++++-----
155950  src/hb-private.h | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
155951  2 files changed, 78 insertions(+), 9 deletions(-)
155952
155953 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
155954 Author: Behdad Esfahbod <behdad@behdad.org>
155955 Date:   Thu May 21 08:27:07 2009 -0400
155956
155957     [GPOS] MarkMarkPosFormat1
155958     
155959     Still not quite working.
155960
155961  src/TODO                        |   4 +-
155962  src/hb-ot-layout-gpos-private.h | 105 +++++++++++++++++++++++++++++-----------
155963  2 files changed, 79 insertions(+), 30 deletions(-)
155964
155965 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
155966 Author: Behdad Esfahbod <behdad@behdad.org>
155967 Date:   Thu May 21 06:32:01 2009 -0400
155968
155969     [GPOS] MarkBasePosFormat1
155970
155971  src/TODO                        |  1 +
155972  src/hb-ot-layout-gpos-private.h | 62 +++++++++++++++++++++++++++++++++++++----
155973  2 files changed, 58 insertions(+), 5 deletions(-)
155974
155975 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
155976 Author: Behdad Esfahbod <behdad@behdad.org>
155977 Date:   Thu May 21 04:58:24 2009 -0400
155978
155979     [GPOS] Implement MarkArray interface
155980
155981  src/hb-ot-layout-gpos-private.h | 5 +++--
155982  1 file changed, 3 insertions(+), 2 deletions(-)
155983
155984 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
155985 Author: Behdad Esfahbod <behdad@behdad.org>
155986 Date:   Thu May 21 04:54:01 2009 -0400
155987
155988     [GPOS] Implement Device support in AnchorFormat3
155989
155990  src/hb-ot-layout-gpos-private.h | 11 ++++++++---
155991  1 file changed, 8 insertions(+), 3 deletions(-)
155992
155993 commit fca6a0d158b847181dcf67a13f34499177df899b
155994 Author: Behdad Esfahbod <behdad@behdad.org>
155995 Date:   Thu May 21 04:49:04 2009 -0400
155996
155997     [GPOS] Remove apply_value() return value
155998
155999  src/hb-ot-layout-gpos-private.h | 75 +++++++++++++++++++----------------------
156000  1 file changed, 34 insertions(+), 41 deletions(-)
156001
156002 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
156003 Author: Behdad Esfahbod <behdad@behdad.org>
156004 Date:   Thu May 21 04:47:05 2009 -0400
156005
156006     [GPOS] Start MarkBasePosFormat1
156007
156008  src/TODO                        |  1 +
156009  src/hb-ot-layout-gpos-private.h | 38 +++++++++++++++++---------------------
156010  2 files changed, 18 insertions(+), 21 deletions(-)
156011
156012 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
156013 Author: Behdad Esfahbod <behdad@behdad.org>
156014 Date:   Wed May 20 15:46:12 2009 -0400
156015
156016     [HB] Add TODO item
156017
156018  src/hb-ot-layout-gpos-private.h | 1 +
156019  src/hb-ot-layout-gsub-private.h | 1 +
156020  2 files changed, 2 insertions(+)
156021
156022 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
156023 Author: Behdad Esfahbod <behdad@behdad.org>
156024 Date:   Wed May 20 06:15:23 2009 -0400
156025
156026     [HB] Add TODO item
156027
156028  src/TODO | 1 +
156029  1 file changed, 1 insertion(+)
156030
156031 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
156032 Author: Behdad Esfahbod <behdad@behdad.org>
156033 Date:   Wed May 20 06:01:16 2009 -0400
156034
156035     [HB] Remove last dependence on the old code base!
156036
156037  src/hb-buffer-private.h         | 88 ++++++++++++++++++++---------------------
156038  src/hb-buffer.c                 | 47 +++++++++++-----------
156039  src/hb-ot-layout-gpos-private.h | 11 ++----
156040  src/hb-ot-layout-gsub-private.h | 12 +++---
156041  src/hb-ot-layout.cc             | 16 ++++----
156042  5 files changed, 85 insertions(+), 89 deletions(-)
156043
156044 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
156045 Author: Behdad Esfahbod <behdad@behdad.org>
156046 Date:   Wed May 20 05:42:12 2009 -0400
156047
156048     [HB] Rename harfbuzz-buffer to hb-buffer
156049
156050  src/Makefile.am                                        | 5 +++--
156051  src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++----
156052  src/{harfbuzz-buffer.c => hb-buffer.c}                 | 6 ++----
156053  src/{harfbuzz-buffer.h => hb-buffer.h}                 | 8 ++++----
156054  src/hb-ot-layout-gsubgpos-private.h                    | 2 +-
156055  src/hb-ot-layout-private.h                             | 2 +-
156056  src/hb-ot-layout.cc                                    | 5 +++--
156057  src/hb-ot-layout.h                                     | 2 +-
156058  8 files changed, 19 insertions(+), 19 deletions(-)
156059
156060 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
156061 Author: Behdad Esfahbod <behdad@behdad.org>
156062 Date:   Wed May 20 05:35:14 2009 -0400
156063
156064     [HB] Remove all references to the old code!
156065
156066  src/Makefile.am            |  76 +++++++---------------
156067  src/harfbuzz-buffer.c      | 154 +++++++++++++++++++--------------------------
156068  src/harfbuzz-buffer.h      |  80 +++++++++++------------
156069  src/hb-ot-layout-private.h |   6 +-
156070  src/hb-ot-layout.cc        |  17 ++---
156071  src/hb-ot-layout.h         |   1 +
156072  6 files changed, 137 insertions(+), 197 deletions(-)
156073
156074 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
156075 Author: Behdad Esfahbod <behdad@behdad.org>
156076 Date:   Wed May 20 04:51:30 2009 -0400
156077
156078     [GPOS] Finally it's working, up to Cursive
156079     
156080     Wow, IranNastaliq renders perfectly again!
156081
156082  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
156083  src/hb-ot-layout.h  | 12 ++++++++++++
156084  2 files changed, 36 insertions(+)
156085
156086 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
156087 Author: Behdad Esfahbod <behdad@behdad.org>
156088 Date:   Wed May 20 04:16:35 2009 -0400
156089
156090     [GPOS] Fix more brokenness
156091
156092  src/Makefile.am                 |  2 +-
156093  src/hb-ot-layout-gpos-private.h | 37 ++++++++++++++++++++-----------------
156094  src/hb-ot-layout.cc             |  7 +++++++
156095  src/hb-ot-layout.h              |  5 +++++
156096  4 files changed, 33 insertions(+), 18 deletions(-)
156097
156098 commit ff05d257dd43221b7c8ebead188e78495daa8eda
156099 Author: Behdad Esfahbod <behdad@behdad.org>
156100 Date:   Wed May 20 03:53:00 2009 -0400
156101
156102     [HB] Move lookup types enum into subtable class
156103
156104  src/hb-ot-layout-gpos-private.h | 66 ++++++++++++++++++++---------------------
156105  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
156106  2 files changed, 55 insertions(+), 55 deletions(-)
156107
156108 commit 263bbef7670b59aa88ef9ba910579dfa51226524
156109 Author: Behdad Esfahbod <behdad@behdad.org>
156110 Date:   Wed May 20 00:00:09 2009 -0400
156111
156112     [GDEF] Simplify Device access
156113
156114  src/hb-ot-layout-gdef-private.h | 12 +++---------
156115  1 file changed, 3 insertions(+), 9 deletions(-)
156116
156117 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
156118 Author: Behdad Esfahbod <behdad@behdad.org>
156119 Date:   Tue May 19 23:58:54 2009 -0400
156120
156121     [HB] Indentation
156122
156123  src/hb-ot-layout-common-private.h   | 170 +++++++++++++++++-------------------
156124  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
156125  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
156126  src/hb-ot-layout-open-private.h     | 159 ++++++++++++++++-----------------
156127  src/hb-ot-layout-private.h          |   9 +-
156128  5 files changed, 288 insertions(+), 265 deletions(-)
156129
156130 commit 90de3dfff9e82dae20b7517642511aebaf736b74
156131 Author: Behdad Esfahbod <behdad@behdad.org>
156132 Date:   Tue May 19 23:43:04 2009 -0400
156133
156134     [HB] Remove unused methods
156135
156136  src/hb-ot-layout-common-private.h | 6 ------
156137  1 file changed, 6 deletions(-)
156138
156139 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
156140 Author: Behdad Esfahbod <behdad@behdad.org>
156141 Date:   Tue May 19 23:42:30 2009 -0400
156142
156143     [HB] Indentation
156144
156145  src/hb-ot-layout-gpos-private.h | 253 +++++++++++++++++++++-----------------
156146  src/hb-ot-layout-gsub-private.h | 262 ++++++++++++++++++++++------------------
156147  2 files changed, 284 insertions(+), 231 deletions(-)
156148
156149 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
156150 Author: Behdad Esfahbod <behdad@behdad.org>
156151 Date:   Tue May 19 23:25:41 2009 -0400
156152
156153     [GPOS] CursivePosFormat1
156154
156155  src/hb-ot-layout-gpos-private.h | 174 ++++++++++++++++++++++++++++++++++++++--
156156  src/hb-ot-layout-private.h      |   2 +-
156157  2 files changed, 169 insertions(+), 7 deletions(-)
156158
156159 commit 70632add333e4ab38f8f485bb87b25116128cf92
156160 Author: Behdad Esfahbod <behdad@behdad.org>
156161 Date:   Tue May 19 22:30:09 2009 -0400
156162
156163     [GSUB] PairPosFormat2
156164
156165  src/hb-ot-layout-gpos-private.h | 43 ++++++++++++++++++++++++++++++++++++-----
156166  1 file changed, 38 insertions(+), 5 deletions(-)
156167
156168 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
156169 Author: Behdad Esfahbod <behdad@behdad.org>
156170 Date:   Tue May 19 22:16:04 2009 -0400
156171
156172     [GPOS] PairPosFormat1
156173
156174  src/hb-ot-layout-gpos-private.h | 91 +++++++++++++++++++++++++++++++++--------
156175  1 file changed, 73 insertions(+), 18 deletions(-)
156176
156177 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
156178 Author: Behdad Esfahbod <behdad@behdad.org>
156179 Date:   Mon May 18 19:47:52 2009 -0400
156180
156181     [GPOS] Start filling apply() functions in
156182
156183  src/harfbuzz-buffer-private.h     |   1 +
156184  src/harfbuzz-buffer.c             |   3 -
156185  src/hb-ot-layout-common-private.h |  35 ++++++-----
156186  src/hb-ot-layout-gpos-private.h   | 127 ++++++++++++++++++++++++++++----------
156187  4 files changed, 116 insertions(+), 50 deletions(-)
156188
156189 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
156190 Author: Behdad Esfahbod <behdad@behdad.org>
156191 Date:   Mon May 18 18:44:54 2009 -0400
156192
156193     [HB] Use enums
156194
156195  src/hb-ot-layout-common-private.h | 14 ++++++++------
156196  src/hb-ot-layout-gdef-private.h   | 22 +++++++++++++---------
156197  2 files changed, 21 insertions(+), 15 deletions(-)
156198
156199 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
156200 Author: Behdad Esfahbod <behdad@behdad.org>
156201 Date:   Mon May 18 18:30:25 2009 -0400
156202
156203     [HB] More reference cast simplification
156204
156205  src/hb-ot-layout-gsub-private.h     |  8 ++++----
156206  src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
156207  src/hb-ot-layout-open-private.h     |  2 +-
156208  3 files changed, 19 insertions(+), 19 deletions(-)
156209
156210 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
156211 Author: Behdad Esfahbod <behdad@behdad.org>
156212 Date:   Mon May 18 18:22:44 2009 -0400
156213
156214     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
156215
156216  src/hb-ot-layout-gpos-private.h     | 88 ++++++++++++++++++------------------
156217  src/hb-ot-layout-gsub-private.h     | 84 +++++++++++++++++-----------------
156218  src/hb-ot-layout-gsubgpos-private.h | 90 ++++++++++++++++++-------------------
156219  3 files changed, 131 insertions(+), 131 deletions(-)
156220
156221 commit 2a8e6accdf798a78ff180dcb593140592d62b872
156222 Author: Behdad Esfahbod <behdad@behdad.org>
156223 Date:   Mon May 18 18:21:44 2009 -0400
156224
156225     [HB] Internally rename position() and substitute() to apply()
156226
156227  src/hb-ot-layout-gpos-private.h | 110 ++++++++++++++++++++--------------------
156228  src/hb-ot-layout-gsub-private.h | 104 ++++++++++++++++++-------------------
156229  2 files changed, 107 insertions(+), 107 deletions(-)
156230
156231 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
156232 Author: Behdad Esfahbod <behdad@behdad.org>
156233 Date:   Mon May 18 18:01:19 2009 -0400
156234
156235     [HB] Simplify casts
156236
156237  src/hb-ot-layout-gdef-private.h |  2 +-
156238  src/hb-ot-layout-gpos-private.h |  6 +++---
156239  src/hb-ot-layout-gsub-private.h |  6 +++---
156240  src/hb-ot-layout-open-private.h | 10 +++++-----
156241  4 files changed, 12 insertions(+), 12 deletions(-)
156242
156243 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
156244 Author: Behdad Esfahbod <behdad@behdad.org>
156245 Date:   Mon May 18 17:43:49 2009 -0400
156246
156247     Switch Pango to new, defunt, GPOS
156248
156249  src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
156250  src/hb-ot-layout.cc             | 13 +++++++++++++
156251  src/hb-ot-layout.h              |  5 +++++
156252  3 files changed, 33 insertions(+), 7 deletions(-)
156253
156254 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
156255 Author: Behdad Esfahbod <behdad@behdad.org>
156256 Date:   Mon May 18 17:09:33 2009 -0400
156257
156258     [HB] Start GPOS!
156259
156260  src/hb-ot-layout-gpos-private.h | 915 ++++++++++++++++++++++++++++++++++++++++
156261  src/hb-ot-layout-gsub-private.h |   2 -
156262  src/hb-ot-layout-private.h      |  15 +-
156263  src/hb-ot-layout.cc             |   5 +-
156264  src/hb-ot-layout.h              |   8 +-
156265  5 files changed, 936 insertions(+), 9 deletions(-)
156266
156267 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
156268 Author: Behdad Esfahbod <behdad@behdad.org>
156269 Date:   Mon May 18 15:32:40 2009 -0400
156270
156271     [GSUB] Minor
156272
156273  src/hb-ot-layout-gsub-private.h | 16 ++++++----------
156274  1 file changed, 6 insertions(+), 10 deletions(-)
156275
156276 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
156277 Author: Behdad Esfahbod <behdad@behdad.org>
156278 Date:   Mon May 18 13:50:15 2009 -0400
156279
156280     [HB] Minor
156281
156282  src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
156283  1 file changed, 11 insertions(+), 11 deletions(-)
156284
156285 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
156286 Author: Behdad Esfahbod <behdad@behdad.org>
156287 Date:   Mon May 18 06:00:12 2009 -0400
156288
156289     [GSUB] Protect against mismatching Extension subtable types
156290
156291  src/hb-ot-layout-gsub-private.h | 9 ++++++---
156292  1 file changed, 6 insertions(+), 3 deletions(-)
156293
156294 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
156295 Author: Behdad Esfahbod <behdad@behdad.org>
156296 Date:   Mon May 18 05:47:47 2009 -0400
156297
156298     [GSUB] Implement ReverseChainSingleSubst
156299     
156300     GSUB is done!
156301
156302  src/hb-ot-layout-gsub-private.h     | 55 +++++++++++++++++++++++++++----------
156303  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
156304  2 files changed, 54 insertions(+), 44 deletions(-)
156305
156306 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
156307 Author: Behdad Esfahbod <behdad@behdad.org>
156308 Date:   Mon May 18 05:29:29 2009 -0400
156309
156310     [HB] Don't use G_LIKELY!
156311
156312  src/hb-ot-layout-gsub-private.h     | 12 ++++++------
156313  src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
156314  src/hb-ot-layout-open-private.h     |  4 ++--
156315  src/hb-ot-layout.cc                 |  6 +++---
156316  4 files changed, 17 insertions(+), 17 deletions(-)
156317
156318 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
156319 Author: Behdad Esfahbod <behdad@behdad.org>
156320 Date:   Mon May 18 05:22:32 2009 -0400
156321
156322     [GSUB] Oops, fix Extension check
156323
156324  src/hb-ot-layout-gsub-private.h | 3 +--
156325  1 file changed, 1 insertion(+), 2 deletions(-)
156326
156327 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
156328 Author: Behdad Esfahbod <behdad@behdad.org>
156329 Date:   Mon May 18 04:37:37 2009 -0400
156330
156331     [HB] Tweak some constants and fix Coverage
156332
156333  src/hb-ot-layout-common-private.h   | 11 ++++++-----
156334  src/hb-ot-layout-gsubgpos-private.h |  2 ++
156335  src/hb-ot-layout-open-private.h     |  6 +++---
156336  3 files changed, 11 insertions(+), 8 deletions(-)
156337
156338 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
156339 Author: Behdad Esfahbod <behdad@behdad.org>
156340 Date:   Mon May 18 04:25:22 2009 -0400
156341
156342     [HB] Cleanup TODOs
156343
156344  src/hb-ot-layout-gsub-private.h | 12 ++++++------
156345  src/hb-ot-layout-open-private.h |  2 +-
156346  src/hb-ot-layout.cc             |  4 ++--
156347  3 files changed, 9 insertions(+), 9 deletions(-)
156348
156349 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
156350 Author: Behdad Esfahbod <behdad@behdad.org>
156351 Date:   Mon May 18 04:21:53 2009 -0400
156352
156353     [GSUB] Fix context_length handling in Ligature too
156354
156355  src/hb-ot-layout-gsub-private.h     | 9 ++++-----
156356  src/hb-ot-layout-gsubgpos-private.h | 5 +++--
156357  2 files changed, 7 insertions(+), 7 deletions(-)
156358
156359 commit 47958dea214fd55725bf04aa13d233870255fb03
156360 Author: Behdad Esfahbod <behdad@behdad.org>
156361 Date:   Mon May 18 04:17:47 2009 -0400
156362
156363     [HB] Minor cleanup
156364
156365  src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
156366  1 file changed, 4 insertions(+), 6 deletions(-)
156367
156368 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
156369 Author: Behdad Esfahbod <behdad@behdad.org>
156370 Date:   Mon May 18 04:15:25 2009 -0400
156371
156372     [HB] Correctly skip glyphs when applying (Chain)Context lookups
156373
156374  src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
156375  1 file changed, 11 insertions(+), 3 deletions(-)
156376
156377 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
156378 Author: Behdad Esfahbod <behdad@behdad.org>
156379 Date:   Mon May 18 04:09:05 2009 -0400
156380
156381     [HB] Fix context_length checking
156382
156383  src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
156384  src/hb-ot-layout-open-private.h     |  2 +-
156385  2 files changed, 14 insertions(+), 11 deletions(-)
156386
156387 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
156388 Author: Behdad Esfahbod <behdad@behdad.org>
156389 Date:   Mon May 18 03:56:39 2009 -0400
156390
156391     [HB] ChainContext complete
156392     
156393     IranNastaliq renders perfectly again!
156394
156395  src/hb-ot-layout-gsubgpos-private.h | 63 +++++++++++++++++++++++++++----------
156396  1 file changed, 46 insertions(+), 17 deletions(-)
156397
156398 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
156399 Author: Behdad Esfahbod <behdad@behdad.org>
156400 Date:   Mon May 18 03:47:31 2009 -0400
156401
156402     [HB] Implement backtrack matching
156403
156404  src/hb-ot-layout-gsubgpos-private.h | 61 +++++++++++++++++++++++++++----------
156405  1 file changed, 45 insertions(+), 16 deletions(-)
156406
156407 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
156408 Author: Behdad Esfahbod <behdad@behdad.org>
156409 Date:   Mon May 18 02:47:57 2009 -0400
156410
156411     [HB] One more step to go, for fully working GSUB and ChainContext
156412
156413  src/hb-ot-layout-gsubgpos-private.h | 107 ++++++++++++++++++++----------------
156414  1 file changed, 61 insertions(+), 46 deletions(-)
156415
156416 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
156417 Author: Behdad Esfahbod <behdad@behdad.org>
156418 Date:   Mon May 18 02:36:18 2009 -0400
156419
156420     [HB] Further modularize Context matching
156421
156422  src/hb-ot-layout-gsubgpos-private.h | 92 +++++++++++++++++++++++++------------
156423  1 file changed, 63 insertions(+), 29 deletions(-)
156424
156425 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
156426 Author: Behdad Esfahbod <behdad@behdad.org>
156427 Date:   Mon May 18 02:14:37 2009 -0400
156428
156429     [HB] A step closer to working ChainContext
156430
156431  src/hb-ot-layout-gsubgpos-private.h | 36 ++++++++++++++++++++++++++----------
156432  1 file changed, 26 insertions(+), 10 deletions(-)
156433
156434 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
156435 Author: Behdad Esfahbod <behdad@behdad.org>
156436 Date:   Mon May 18 02:03:58 2009 -0400
156437
156438     [HB] Add HeadlessArrayTo<>
156439
156440  src/hb-ot-layout-gsub-private.h     | 10 ++++------
156441  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
156442  src/hb-ot-layout-open-private.h     | 19 +++++++++++++++++++
156443  3 files changed, 25 insertions(+), 9 deletions(-)
156444
156445 commit dcb6b60254951a2831c03f3196962d229f7e556c
156446 Author: Behdad Esfahbod <behdad@behdad.org>
156447 Date:   Mon May 18 01:49:57 2009 -0400
156448
156449     [HB] More template goodness
156450
156451  src/hb-ot-layout-gsubgpos-private.h | 37 +++++++++++++++----------------------
156452  1 file changed, 15 insertions(+), 22 deletions(-)
156453
156454 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
156455 Author: Behdad Esfahbod <behdad@behdad.org>
156456 Date:   Sun May 17 23:17:56 2009 -0400
156457
156458     [HB] More churning towards ChainContext lookups
156459
156460  src/hb-ot-layout-common-private.h   |   6 +-
156461  src/hb-ot-layout-gsub-private.h     |  15 +++-
156462  src/hb-ot-layout-gsubgpos-private.h | 174 ++++++++++++++++++++++--------------
156463  3 files changed, 125 insertions(+), 70 deletions(-)
156464
156465 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
156466 Author: Behdad Esfahbod <behdad@behdad.org>
156467 Date:   Sun May 17 22:11:30 2009 -0400
156468
156469     [HB] Towards sharing Context and ChainContext code
156470
156471  src/hb-ot-layout-gsubgpos-private.h | 220 ++++++++++++++++--------------------
156472  1 file changed, 99 insertions(+), 121 deletions(-)
156473
156474 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
156475 Author: Behdad Esfahbod <behdad@behdad.org>
156476 Date:   Sun May 17 21:11:49 2009 -0400
156477
156478     [HB] Add check to avoid infinite recursion
156479
156480  src/hb-ot-layout-gsub-private.h | 12 ++++++++----
156481  1 file changed, 8 insertions(+), 4 deletions(-)
156482
156483 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
156484 Author: Behdad Esfahbod <behdad@behdad.org>
156485 Date:   Sun May 17 21:06:08 2009 -0400
156486
156487     [HB] Cosmetic
156488
156489  src/hb-ot-layout-gsub-private.h | 4 ++--
156490  1 file changed, 2 insertions(+), 2 deletions(-)
156491
156492 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
156493 Author: Behdad Esfahbod <behdad@behdad.org>
156494 Date:   Sun May 17 20:48:27 2009 -0400
156495
156496     [HB] Start ChainContext and ReverseChainSingleSubst lookups
156497
156498  src/hb-ot-layout-gsub-private.h     | 269 ++++++++----------------------------
156499  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
156500  2 files changed, 268 insertions(+), 215 deletions(-)
156501
156502 commit 433f4aea741e39df079126769441b79ab64fd236
156503 Author: Behdad Esfahbod <behdad@behdad.org>
156504 Date:   Sun May 17 20:30:05 2009 -0400
156505
156506     [HB] Remove stale TODO
156507
156508  src/hb-ot-layout-private.h | 2 --
156509  1 file changed, 2 deletions(-)
156510
156511 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
156512 Author: Behdad Esfahbod <behdad@behdad.org>
156513 Date:   Sun May 17 20:28:01 2009 -0400
156514
156515     [HB] Split Layout-common tables into new files
156516
156517  src/hb-ot-layout-common-private.h   | 429 ++++++++++++++++++++++++++++++++++++
156518  src/hb-ot-layout-gdef-private.h     |   3 +-
156519  src/hb-ot-layout-gsub-private.h     |   1 +
156520  src/hb-ot-layout-gsubgpos-private.h |   2 +
156521  src/hb-ot-layout-open-private.h     | 408 ----------------------------------
156522  5 files changed, 434 insertions(+), 409 deletions(-)
156523
156524 commit f45107fe0904414f1266648a6c42849c494fe611
156525 Author: Behdad Esfahbod <behdad@behdad.org>
156526 Date:   Sun May 17 20:13:02 2009 -0400
156527
156528     [HB] More shuffling
156529
156530  src/hb-ot-layout-gsub-private.h     | 71 +++++++++++++++++++++----------------
156531  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
156532  src/hb-ot-layout-open-private.h     | 41 ---------------------
156533  3 files changed, 71 insertions(+), 71 deletions(-)
156534
156535 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
156536 Author: Behdad Esfahbod <behdad@behdad.org>
156537 Date:   Sun May 17 19:47:54 2009 -0400
156538
156539     [HB] Cleanup format unions
156540
156541  src/hb-ot-layout-gdef-private.h     | 18 ++++----
156542  src/hb-ot-layout-gsub-private.h     | 87 +++++++++++++++++++------------------
156543  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
156544  src/hb-ot-layout-open-private.h     | 41 +++++++----------
156545  4 files changed, 77 insertions(+), 85 deletions(-)
156546
156547 commit da1097bc3b1995776c205707fd2b17603b804646
156548 Author: Behdad Esfahbod <behdad@behdad.org>
156549 Date:   Sun May 17 19:31:18 2009 -0400
156550
156551     [HB] Use four bytes for Null Tag, not 5
156552
156553  src/hb-ot-layout-open-private.h | 4 +++-
156554  1 file changed, 3 insertions(+), 1 deletion(-)
156555
156556 commit 19fc24f268b985d30971307ac2055622d11cb21f
156557 Author: Behdad Esfahbod <behdad@behdad.org>
156558 Date:   Sun May 17 09:45:32 2009 -0400
156559
156560     [HB] Couple size checks
156561
156562  src/hb-ot-layout-gsub-private.h     | 7 +++++--
156563  src/hb-ot-layout-gsubgpos-private.h | 4 ++--
156564  src/hb-ot-layout-open-private.h     | 4 ++--
156565  3 files changed, 9 insertions(+), 6 deletions(-)
156566
156567 commit ecf17e849db19599bbb816d0018380ebf979576b
156568 Author: Behdad Esfahbod <behdad@behdad.org>
156569 Date:   Sun May 17 09:34:41 2009 -0400
156570
156571     [HB] Propagate property of first glyph
156572     
156573     This slightly grows code size.
156574
156575  src/hb-ot-layout-gsub-private.h     | 100 +++++++++++++++++++-----------------
156576  src/hb-ot-layout-gsubgpos-private.h |   7 +--
156577  2 files changed, 56 insertions(+), 51 deletions(-)
156578
156579 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
156580 Author: Behdad Esfahbod <behdad@behdad.org>
156581 Date:   Sun May 17 09:07:27 2009 -0400
156582
156583     [GSUB] Further optimize the main switch
156584
156585  src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
156586  1 file changed, 17 insertions(+), 14 deletions(-)
156587
156588 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
156589 Author: Behdad Esfahbod <behdad@behdad.org>
156590 Date:   Sun May 17 08:59:01 2009 -0400
156591
156592     [HB] Unify first glyph property checking
156593
156594  src/hb-ot-layout-gsub-private.h     | 81 ++++++++++++++++---------------------
156595  src/hb-ot-layout-gsubgpos-private.h | 12 ------
156596  2 files changed, 35 insertions(+), 58 deletions(-)
156597
156598 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
156599 Author: Behdad Esfahbod <behdad@behdad.org>
156600 Date:   Sun May 17 08:28:42 2009 -0400
156601
156602     [HB] Move Context matching logic out of GSUB
156603
156604  src/hb-ot-layout-gdef-private.h     |   2 -
156605  src/hb-ot-layout-gsub-private.h     | 331 +---------------------------------
156606  src/hb-ot-layout-gsubgpos-private.h | 347 ++++++++++++++++++++++++++++++++++++
156607  3 files changed, 352 insertions(+), 328 deletions(-)
156608
156609 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
156610 Author: Behdad Esfahbod <behdad@behdad.org>
156611 Date:   Sun May 17 07:52:11 2009 -0400
156612
156613     [GSUB] Unify ContextSubst matching
156614
156615  src/hb-ot-layout-gsub-private.h | 378 ++++++++++++++++------------------------
156616  1 file changed, 154 insertions(+), 224 deletions(-)
156617
156618 commit c36238bea40e9e2b589028eb6de0710455b31585
156619 Author: Behdad Esfahbod <behdad@behdad.org>
156620 Date:   Sun May 17 07:39:34 2009 -0400
156621
156622     [HB] Renames
156623
156624  src/hb-ot-layout-gsub-private.h | 122 ++++++++++++++++++++--------------------
156625  1 file changed, 61 insertions(+), 61 deletions(-)
156626
156627 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
156628 Author: Behdad Esfahbod <behdad@behdad.org>
156629 Date:   Sun May 17 06:03:42 2009 -0400
156630
156631     [HB] Simplify buffer
156632
156633  src/harfbuzz-buffer-private.h   | 14 ++++++--------
156634  src/harfbuzz-buffer.c           | 35 ++++++++++++++++-------------------
156635  src/harfbuzz-gsub.c             |  6 +++---
156636  src/hb-ot-layout-gsub-private.h | 12 ++++++------
156637  4 files changed, 31 insertions(+), 36 deletions(-)
156638
156639 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
156640 Author: Behdad Esfahbod <behdad@behdad.org>
156641 Date:   Sun May 17 05:52:32 2009 -0400
156642
156643     [HB] Add TODO item
156644
156645  src/TODO              | 1 +
156646  src/harfbuzz-buffer.c | 2 +-
156647  2 files changed, 2 insertions(+), 1 deletion(-)
156648
156649 commit ee58aaebd296ea8237516754fd4e825d524b11b7
156650 Author: Behdad Esfahbod <behdad@behdad.org>
156651 Date:   Sun May 17 05:14:33 2009 -0400
156652
156653     [HB] Update copyright years
156654
156655  src/hb-ot-layout-gdef-private.h | 2 +-
156656  src/hb-ot-layout-open-private.h | 2 +-
156657  src/hb-ot-layout.cc             | 2 +-
156658  src/main.cc                     | 2 +-
156659  4 files changed, 4 insertions(+), 4 deletions(-)
156660
156661 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
156662 Author: Behdad Esfahbod <behdad@behdad.org>
156663 Date:   Sun May 17 04:59:56 2009 -0400
156664
156665     [HB] Simplify more arrays
156666
156667  src/hb-ot-layout-open-private.h | 241 ++++++++++++++++------------------------
156668  src/hb-ot-layout.cc             |   8 +-
156669  2 files changed, 100 insertions(+), 149 deletions(-)
156670
156671 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
156672 Author: Behdad Esfahbod <behdad@behdad.org>
156673 Date:   Sun May 17 01:22:51 2009 -0400
156674
156675     [HB] Use ArrayOf<> in GSUB
156676
156677  src/hb-ot-layout-gdef-private.h |   3 +-
156678  src/hb-ot-layout-gsub-private.h | 157 +++++++++++++---------------------------
156679  src/hb-ot-layout-open-private.h |   5 --
156680  3 files changed, 53 insertions(+), 112 deletions(-)
156681
156682 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
156683 Author: Behdad Esfahbod <behdad@behdad.org>
156684 Date:   Sun May 17 00:54:25 2009 -0400
156685
156686     [HB] Add ArrayOf<>
156687
156688  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
156689  src/hb-ot-layout-open-private.h | 77 ++++++++++++++++++++++++++++++-----------
156690  2 files changed, 71 insertions(+), 68 deletions(-)
156691
156692 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
156693 Author: Behdad Esfahbod <behdad@behdad.org>
156694 Date:   Sun May 17 00:22:37 2009 -0400
156695
156696     [HB] Use OffsetTo<> for Coverage
156697
156698  src/hb-ot-layout-gdef-private.h |  1 +
156699  src/hb-ot-layout-gsub-private.h | 55 ++++++++++++++++-------------------------
156700  src/hb-ot-layout-open-private.h | 10 +-------
156701  3 files changed, 23 insertions(+), 43 deletions(-)
156702
156703 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
156704 Author: Behdad Esfahbod <behdad@behdad.org>
156705 Date:   Sun May 17 00:15:51 2009 -0400
156706
156707     [HB] Use OffsetTo<> in more places
156708
156709  src/hb-ot-layout-gdef-private.h | 12 +++++-------
156710  src/hb-ot-layout-open-private.h |  4 ++++
156711  2 files changed, 9 insertions(+), 7 deletions(-)
156712
156713 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
156714 Author: Behdad Esfahbod <behdad@behdad.org>
156715 Date:   Sun May 17 00:09:20 2009 -0400
156716
156717     [HB] Add OffsetTo template.
156718
156719  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
156720  src/hb-ot-layout-gsub-private.h |  6 +++---
156721  src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
156722  3 files changed, 35 insertions(+), 24 deletions(-)
156723
156724 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
156725 Author: Behdad Esfahbod <behdad@behdad.org>
156726 Date:   Sat May 16 23:20:48 2009 -0400
156727
156728     [HB] Automate int-type size assertion
156729
156730  src/hb-ot-layout-open-private.h | 13 +++----------
156731  1 file changed, 3 insertions(+), 10 deletions(-)
156732
156733 commit 8b8358033184198ff638ee1379093717596e162d
156734 Author: Behdad Esfahbod <behdad@behdad.org>
156735 Date:   Sat May 16 22:48:14 2009 -0400
156736
156737     [HB] Use templates for Null objects
156738     
156739     Also use a common pool for all nul-content ones.
156740
156741  src/hb-ot-layout-gdef-private.h |  12 ++--
156742  src/hb-ot-layout-gsub-private.h |  28 ++++----
156743  src/hb-ot-layout-open-private.h | 142 +++++++++++++++++++++++-----------------
156744  src/hb-ot-layout.cc             |   8 +--
156745  4 files changed, 105 insertions(+), 85 deletions(-)
156746
156747 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
156748 Author: Behdad Esfahbod <behdad@behdad.org>
156749 Date:   Sat May 16 20:15:16 2009 -0400
156750
156751     [HB] Remove obsolete comment
156752
156753  src/hb-ot-layout-gdef-private.h | 1 -
156754  1 file changed, 1 deletion(-)
156755
156756 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
156757 Author: Behdad Esfahbod <behdad@behdad.org>
156758 Date:   Sat May 16 19:59:15 2009 -0400
156759
156760     [GSUB] Start ChainContextSubst
156761
156762  src/hb-ot-layout-gsub-private.h | 50 ++++++++++++++++++++++++++++++++---------
156763  1 file changed, 39 insertions(+), 11 deletions(-)
156764
156765 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
156766 Author: Behdad Esfahbod <behdad@behdad.org>
156767 Date:   Sat May 16 19:44:24 2009 -0400
156768
156769     [GSUB] Implement ContextSubstFormat3
156770
156771  src/hb-ot-layout-gsub-private.h | 62 ++++++++++++++++++++++++++++++++++++++++-
156772  1 file changed, 61 insertions(+), 1 deletion(-)
156773
156774 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
156775 Author: Behdad Esfahbod <behdad@behdad.org>
156776 Date:   Fri May 15 20:25:37 2009 -0400
156777
156778     [GSUB] Implement ContextSubstFormat2
156779
156780  src/hb-ot-layout-gsub-private.h | 105 +++++++++++++++++++++++++++++++++++++---
156781  1 file changed, 97 insertions(+), 8 deletions(-)
156782
156783 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
156784 Author: Behdad Esfahbod <behdad@behdad.org>
156785 Date:   Fri May 15 20:11:10 2009 -0400
156786
156787     [GSUB] Add GSUB::substitute_lookup()
156788
156789  src/hb-ot-layout-gsub-private.h | 7 +++++++
156790  src/hb-ot-layout.cc             | 5 +----
156791  2 files changed, 8 insertions(+), 4 deletions(-)
156792
156793 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
156794 Author: Behdad Esfahbod <behdad@behdad.org>
156795 Date:   Fri May 15 18:54:53 2009 -0400
156796
156797     [GSUB] Finish ContextSubstFormat1
156798
156799  src/hb-ot-layout-gsub-private.h | 77 ++++++++++++++++++++++++++++++++---------
156800  src/hb-ot-layout-private.h      | 14 ++++++++
156801  src/hb-ot-layout.cc             | 13 -------
156802  3 files changed, 74 insertions(+), 30 deletions(-)
156803
156804 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
156805 Author: Behdad Esfahbod <behdad@behdad.org>
156806 Date:   Fri May 15 13:28:56 2009 -0400
156807
156808     [HB] Fix typo
156809
156810  src/hb-ot-layout-open-private.h | 2 +-
156811  1 file changed, 1 insertion(+), 1 deletion(-)
156812
156813 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
156814 Author: Behdad Esfahbod <behdad@behdad.org>
156815 Date:   Fri May 15 01:00:36 2009 -0400
156816
156817     [HB] Add TODO item
156818
156819  src/TODO | 1 +
156820  1 file changed, 1 insertion(+)
156821
156822 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
156823 Author: Behdad Esfahbod <behdad@behdad.org>
156824 Date:   Fri May 8 21:17:56 2009 -0400
156825
156826     [HB] Remove DEFINE_NON_INSTANTIABLE
156827
156828  src/hb-ot-layout-gdef-private.h |  2 --
156829  src/hb-ot-layout-gsub-private.h |  3 ---
156830  src/hb-ot-layout-open-private.h | 18 +-----------------
156831  3 files changed, 1 insertion(+), 22 deletions(-)
156832
156833 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
156834 Author: Behdad Esfahbod <behdad@behdad.org>
156835 Date:   Fri May 8 21:12:18 2009 -0400
156836
156837     [HB] Remove get_size()
156838
156839  src/hb-ot-layout-gdef-private.h |  9 ------
156840  src/hb-ot-layout-gsub-private.h | 63 -----------------------------------------
156841  src/hb-ot-layout-open-private.h | 42 ++-------------------------
156842  3 files changed, 3 insertions(+), 111 deletions(-)
156843
156844 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
156845 Author: Behdad Esfahbod <behdad@behdad.org>
156846 Date:   Fri May 8 19:09:17 2009 -0400
156847
156848     [GSUB] ContextSubst format 1
156849
156850  src/hb-ot-layout-gsub-private.h | 52 +++++++++++++++++++++++++++++++++++------
156851  1 file changed, 45 insertions(+), 7 deletions(-)
156852
156853 commit f70229510303109bd0f71423cdf13aa200066d17
156854 Author: Behdad Esfahbod <behdad@behdad.org>
156855 Date:   Fri May 8 18:45:53 2009 -0400
156856
156857     [GSUB] Shuffle
156858
156859  src/hb-ot-layout-gsub-private.h | 170 ++++++++++++++++++++--------------------
156860  1 file changed, 86 insertions(+), 84 deletions(-)
156861
156862 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
156863 Author: Behdad Esfahbod <behdad@behdad.org>
156864 Date:   Thu May 7 12:53:02 2009 -0400
156865
156866     [HarfBuzz] Start a TODO file
156867
156868  src/TODO | 1 +
156869  1 file changed, 1 insertion(+)
156870
156871 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
156872 Author: Behdad Esfahbod <behdad@behdad.org>
156873 Date:   Wed May 6 00:25:59 2009 -0400
156874
156875     [GSUB] minor
156876
156877  src/hb-ot-layout-open-private.h | 6 ++++--
156878  1 file changed, 4 insertions(+), 2 deletions(-)
156879
156880 commit cdb317bc4e188421cad997b448abb19223d39e96
156881 Author: Behdad Esfahbod <behdad@behdad.org>
156882 Date:   Wed May 6 00:12:29 2009 -0400
156883
156884     [GSUB] Towards Context subtitutes
156885
156886  src/hb-ot-layout-gsub-private.h | 137 +++++++++++++++++++++++++++++++---------
156887  1 file changed, 108 insertions(+), 29 deletions(-)
156888
156889 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
156890 Author: Behdad Esfahbod <behdad@behdad.org>
156891 Date:   Tue May 5 16:22:02 2009 -0400
156892
156893     [GSUB] Minor refactoring
156894
156895  src/hb-ot-layout-gsub-private.h | 42 ++++++++++++++++++++++-------------------
156896  1 file changed, 23 insertions(+), 19 deletions(-)
156897
156898 commit bb3899a579b00134b24df8891b69bf1621a8190f
156899 Author: Behdad Esfahbod <behdad@behdad.org>
156900 Date:   Tue May 5 13:25:13 2009 -0400
156901
156902     [GSUB] Implement ligature substitutions
156903
156904  src/Makefile.am                 |   2 +
156905  src/hb-ot-layout-gsub-private.h | 113 ++++++++++++++++++++++++++++++++--------
156906  2 files changed, 93 insertions(+), 22 deletions(-)
156907
156908 commit 38b011a293181856463dd08d43e2106e5bf1d56e
156909 Author: Behdad Esfahbod <behdad@behdad.org>
156910 Date:   Mon May 4 20:21:57 2009 -0400
156911
156912     [GSUB] Hook new GSUB up in Pango
156913
156914  src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
156915  1 file changed, 10 insertions(+), 5 deletions(-)
156916
156917 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
156918 Author: Behdad Esfahbod <behdad@behdad.org>
156919 Date:   Thu Apr 16 16:53:40 2009 -0400
156920
156921     [GSUB] Start Ligature subtable support
156922
156923  src/hb-ot-layout-gsub-private.h | 132 +++++++++++++++++++++++++++++-----------
156924  src/hb-ot-layout.h              |   2 +-
156925  2 files changed, 96 insertions(+), 38 deletions(-)
156926
156927 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
156928 Author: Behdad Esfahbod <behdad@behdad.org>
156929 Date:   Thu Apr 16 14:19:42 2009 -0400
156930
156931     [GSUB] Implement Alternate subtables
156932
156933  src/hb-ot-layout-gsub-private.h | 104 ++++++++++++++++++++++++++++++++++++----
156934  src/hb-ot-layout-open-private.h |   2 +-
156935  2 files changed, 97 insertions(+), 9 deletions(-)
156936
156937 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
156938 Author: Behdad Esfahbod <behdad@behdad.org>
156939 Date:   Thu Apr 16 13:40:13 2009 -0400
156940
156941     [GSUB] Implement Extension subtables
156942
156943  src/hb-ot-layout-gsub-private.h | 169 +++++++++++++++++++++++++---------------
156944  1 file changed, 108 insertions(+), 61 deletions(-)
156945
156946 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
156947 Author: Behdad Esfahbod <behdad@behdad.org>
156948 Date:   Thu Apr 16 12:30:51 2009 -0400
156949
156950     [GSUB] Fix reverse lookup loop like we did in the old code before
156951
156952  src/hb-ot-layout-gsub-private.h | 2 +-
156953  1 file changed, 1 insertion(+), 1 deletion(-)
156954
156955 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
156956 Author: Behdad Esfahbod <behdad@behdad.org>
156957 Date:   Thu Apr 16 04:45:30 2009 -0400
156958
156959     [harfbuzz/GSUB] towards a partially working GSUB
156960
156961  src/harfbuzz-buffer.c           |   2 +-
156962  src/harfbuzz-impl.h             |   2 +-
156963  src/harfbuzz.c                  |   1 -
156964  src/hb-ot-layout-gdef-private.h |   4 +-
156965  src/hb-ot-layout-gsub-private.h | 383 +++++++++++++++++++++++++++++-----------
156966  src/hb-ot-layout-open-private.h |  31 +++-
156967  src/hb-ot-layout-private.h      |   6 +-
156968  src/hb-ot-layout.cc             |  94 +++++++---
156969  src/hb-ot-layout.h              |   2 -
156970  9 files changed, 381 insertions(+), 144 deletions(-)
156971
156972 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
156973 Author: Behdad Esfahbod <behdad@behdad.org>
156974 Date:   Wed Apr 15 22:56:15 2009 -0400
156975
156976     Implement the first substitute()
156977
156978  src/harfbuzz-buffer-private.h   |  8 ++--
156979  src/harfbuzz-buffer.c           |  4 +-
156980  src/harfbuzz-buffer.h           |  2 +-
156981  src/harfbuzz-gdef-private.h     |  4 +-
156982  src/harfbuzz-gdef.c             |  6 +--
156983  src/harfbuzz-gdef.h             |  2 +-
156984  src/harfbuzz-gpos.c             |  8 ++--
156985  src/harfbuzz-gpos.h             |  2 +-
156986  src/harfbuzz-gsub.h             |  2 +-
156987  src/hb-ot-layout-gsub-private.h | 88 +++++++++++++++++++++++++++++++++++++----
156988  src/hb-ot-layout-open-private.h |  2 +-
156989  src/hb-ot-layout-private.h      | 23 ++++++-----
156990  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
156991  src/hb-ot-layout.h              |  2 +-
156992  14 files changed, 151 insertions(+), 56 deletions(-)
156993
156994 commit ce48f03946bef895912019046bdbe62bb1301d0b
156995 Merge: 0e13beeb9 2d15e72c7
156996 Author: Behdad Esfahbod <behdad@behdad.org>
156997 Date:   Mon Nov 2 14:35:51 2009 -0500
156998
156999     Merge harfbuzz-ng
157000
157001 commit 0e13beeb93077750183a8242780158b88df81e26
157002 Author: Behdad Esfahbod <behdad@behdad.org>
157003 Date:   Fri Apr 17 17:03:39 2009 -0400
157004
157005     Use git.mk
157006
157007  src/Makefile.am | 2 ++
157008  1 file changed, 2 insertions(+)
157009
157010 commit 2d15e72c75931398db5e027e660f1320bb979117
157011 Author: Behdad Esfahbod <behdad@behdad.org>
157012 Date:   Wed Apr 15 19:50:16 2009 -0400
157013
157014     Give it a start at GSUB
157015
157016  src/hb-common.h                 |   5 +-
157017  src/hb-ot-layout-gdef-private.h |  24 ++++----
157018  src/hb-ot-layout-gsub-private.h | 120 +++++++++++++++++++++++++++++++++++++++-
157019  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
157020  src/hb-ot-layout-private.h      |   2 +-
157021  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
157022  src/hb-ot-layout.h              |  29 +++++++++-
157023  src/main.cc                     |   4 +-
157024  8 files changed, 253 insertions(+), 45 deletions(-)
157025
157026 commit 9d870f2a558f4e463e3ff953312202a8d144158b
157027 Author: Behdad Esfahbod <behdad@behdad.org>
157028 Date:   Thu Apr 9 13:30:26 2009 -0400
157029
157030     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
157031     
157032     Detect TrueType Collections by checking the font data header instead
157033     of checking for "face->num_faces >1".
157034
157035  src/harfbuzz-stream.c | 11 +++++++++--
157036  1 file changed, 9 insertions(+), 2 deletions(-)
157037
157038 commit d49caf1f77743550d83fc7feced1293ba34a4e99
157039 Author: Behdad Esfahbod <behdad@behdad.org>
157040 Date:   Mon Mar 2 15:16:11 2009 +0330
157041
157042     [opentype] Protect against illegal access for arrays of length zero
157043
157044  src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
157045  src/harfbuzz-gsub.c |  6 ++++++
157046  2 files changed, 24 insertions(+), 4 deletions(-)
157047
157048 commit 66871797af194f9d2161faf8bfbc9684f09e207e
157049 Author: Behdad Esfahbod <behdad@behdad.org>
157050 Date:   Mon Mar 2 14:20:20 2009 +0330
157051
157052     [opentype] Use size_t instead of uint for malloc wrappers
157053
157054  src/harfbuzz-impl.c | 4 ++--
157055  src/harfbuzz-impl.h | 6 ++++--
157056  2 files changed, 6 insertions(+), 4 deletions(-)
157057
157058 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
157059 Author: Behdad Esfahbod <behdad@behdad.org>
157060 Date:   Mon Mar 2 11:09:29 2009 +0330
157061
157062     Fix Bug 572529 – Poor -I ordering can break build
157063
157064  src/Makefile.am | 4 ++--
157065  1 file changed, 2 insertions(+), 2 deletions(-)
157066
157067 commit aca4d11388eedd532a73bd34747abb65c0ea9291
157068 Author: Behdad Esfahbod <behdad@gnome.org>
157069 Date:   Mon Feb 2 00:13:07 2009 +0000
157070
157071     Allocate all array rows in a single ALLOC call. Saves over 100 alloc calls
157072     
157073     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
157074     
157075             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
157076             (Free_Mark2Array):
157077             Allocate all array rows in a single ALLOC call.  Saves over 100
157078             alloc calls when loading DejaVu Sans,
157079
157080  src/harfbuzz-gpos.c | 59 +++++++++++++++--------------------------------------
157081  1 file changed, 17 insertions(+), 42 deletions(-)
157082
157083 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
157084 Author: Behdad Esfahbod <behdad@gnome.org>
157085 Date:   Thu Jan 29 09:20:08 2009 +0000
157086
157087     Remove ClassDef->Defined field. This is the comment accompanying it:
157088     
157089     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
157090     
157091             * pango/opentype/harfbuzz-open.h:
157092             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
157093             (HB_GDEF_Build_ClassDefinition):
157094             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
157095             (Load_ChainPosClassRule):
157096             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
157097             (Load_ChainSubClassRule):
157098             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
157099             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
157100             (_HB_OPEN_Load_EmptyClassDefinition),
157101             (_HB_OPEN_Free_ClassDefinition):
157102             Remove ClassDef->Defined field.  This is the comment accompanying it:
157103     
157104               The `Defined' field is not defined in the OpenType specification
157105               but apparently needed for processing fonts like trado.ttf: This
157106               font refers to a class which contains not a single element.  We
157107               map such classes to class 0.
157108     
157109             The comment is correct that trado.ttf (MS Traditional Arabic) uses
157110             such classes.  However, in my testing I couldn't identify any
157111             problems with the font if the special handling is removed.  I also
157112             processed as many fonts as I could get my hand on and trado.ttf was
157113             the only not-totally-broken font hitting the special-case code.
157114             DejaVu fonts hit it too, but I'm sure they do not require the
157115             special-handling code.  Most probably, that code introduces bugs
157116             in them.
157117     
157118             The special-casing was consuming lots of memory.  EIGHT MEGABYTES
157119             for loading DejaVu Sans!  While this could be complete fixed, I
157120             decided to remove the special-handling code altogether.  I don't
157121             think it will make any real difference, and if it does, we'll fix
157122             fonts.  Such hacks will not be in harfbuzz-ng anyway.
157123     
157124             Bug originally reported by nsf.
157125
157126  src/harfbuzz-gdef.c |  8 --------
157127  src/harfbuzz-gpos.c | 32 --------------------------------
157128  src/harfbuzz-gsub.c | 31 -------------------------------
157129  src/harfbuzz-open.c | 30 +++---------------------------
157130  src/harfbuzz-open.h |  8 --------
157131  5 files changed, 3 insertions(+), 106 deletions(-)
157132
157133 commit 9372edd6f020c92609853609dcb504c72551c9c3
157134 Author: Behdad Esfahbod <behdad@gnome.org>
157135 Date:   Thu Jan 29 09:19:56 2009 +0000
157136
157137     Use calloc(), instead of malloc()ing and memset()ing.
157138     
157139     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
157140     
157141             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
157142             instead of malloc()ing and memset()ing.
157143
157144  src/harfbuzz-impl.c | 4 +---
157145  1 file changed, 1 insertion(+), 3 deletions(-)
157146
157147 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
157148 Author: Behdad Esfahbod <behdad@gnome.org>
157149 Date:   Thu Jan 29 09:19:43 2009 +0000
157150
157151     Remove old cruft.
157152     
157153     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
157154     
157155             * pango/opentype/harfbuzz-dump-main.c (main): Remove old cruft.
157156
157157  src/harfbuzz-dump-main.c | 144 +----------------------------------------------
157158  1 file changed, 1 insertion(+), 143 deletions(-)
157159
157160 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
157161 Author: Behdad Esfahbod <behdad@gnome.org>
157162 Date:   Thu Jan 29 09:19:20 2009 +0000
157163
157164     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
157165     
157166     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
157167     
157168             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), (Free_BaseArray):
157169             Allocate all array rows in a single ALLOC call.  Saves over 2000
157170             alloc calls when loading DejaVu Sans!
157171
157172  src/harfbuzz-gpos.c | 57 ++++++++++++++++-------------------------------------
157173  1 file changed, 17 insertions(+), 40 deletions(-)
157174
157175 commit 549be924bccd187f53791dfa27647981ac909545
157176 Author: Behdad Esfahbod <behdad@gnome.org>
157177 Date:   Fri Dec 26 02:31:47 2008 +0000
157178
157179     Bug 469049 – Fix all compiler warnings
157180     
157181     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
157182     
157183             Bug 469049 – Fix all compiler warnings
157184     
157185             * pango-view/viewer-pangocairo.c (render_callback):
157186             * pango/fonts.c (append_field), (pango_font_description_to_string):
157187             * pango/opentype/harfbuzz-dump.c:
157188             * pango/pango-bidi-type.c (pango_log2vis_get_embedding_levels):
157189             * pango/pango-coverage.c (pango_coverage_set):
157190             * pango/pango-markup.c (span_parse_func):
157191             * pango/pango-renderer.c
157192             (pango_renderer_default_draw_error_underline):
157193             * pango/pango-utils.c (pango_scan_string):
157194             * pango/pangocairo-render.c (pango_cairo_renderer_draw_trapezoid),
157195             (draw_error_underline), (pango_cairo_renderer_class_init):
157196             Fix all the remaining warnings.
157197
157198  src/harfbuzz-dump.c | 3 +++
157199  1 file changed, 3 insertions(+)
157200
157201 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
157202 Author: Behdad Esfahbod <behdad@gnome.org>
157203 Date:   Fri Dec 26 02:31:35 2008 +0000
157204
157205     Fix more warnings.
157206     
157207     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
157208     
157209             * pango/modules.c (pango_module_load), (script_info_free):
157210             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
157211             * pango/pango-bidi-type.c:
157212             * pango/pango-coverage.c (pango_coverage_ref),
157213             (pango_coverage_unref):
157214             * pango/pango-engine.c (pango_engine_shape_real_covers),
157215             (fallback_engine_shape), (fallback_engine_covers):
157216             * pango/pango-fontmap.c (pango_font_map_init):
157217             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
157218             (pango_ot_ruleset_new):
157219             * pango/pangofc-decoder.c (pango_fc_decoder_init),
157220             (pango_fc_decoder_class_init):
157221             * pango/pangofc-font.c (pango_fc_font_find_shaper),
157222             (pango_fc_font_get_coverage):
157223             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
157224             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
157225             (get_first_font), (_pango_fc_font_map_get_coverage),
157226             (cleanup_font), (pango_fc_font_description_from_pattern),
157227             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
157228             * pango/pangoft2-fontmap.c (pango_ft2_font_map_get_resolution):
157229             * pango/pangoft2-render.c (pango_ft2_renderer_init),
157230             (pango_ft2_renderer_draw_trapezoid):
157231             * pango/pangoft2.c (pango_ft2_font_get_face),
157232             (pango_ft2_font_real_unlock_face),
157233             (pango_ft2_free_glyph_info_callback):
157234             Fix more warnings.
157235
157236  src/harfbuzz-gpos.c | 2 +-
157237  1 file changed, 1 insertion(+), 1 deletion(-)
157238
157239 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
157240 Author: Behdad Esfahbod <behdad@gnome.org>
157241 Date:   Wed Oct 15 03:45:29 2008 +0000
157242
157243     Bug 528272 – "Error loading GPOS table 5503" when using katakana
157244     
157245     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
157246     
157247             Bug 528272 – "Error loading GPOS table 5503" when using katakana
157248             characters
157249     
157250             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip parsing
157251             null anchor tables.
157252
157253  src/harfbuzz-gpos.c | 7 +++++++
157254  1 file changed, 7 insertions(+)
157255
157256 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
157257 Author: Behdad Esfahbod <behdad@gnome.org>
157258 Date:   Mon Sep 29 22:28:47 2008 +0000
157259
157260     Fix left-to-right positioning. Reported by Peter Hunter.
157261     
157262     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
157263     
157264             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
157265             Fix left-to-right positioning.  Reported by Peter Hunter.
157266
157267  src/harfbuzz-gpos.c | 2 +-
157268  1 file changed, 1 insertion(+), 1 deletion(-)
157269
157270 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
157271 Author: Behdad Esfahbod <behdad@gnome.org>
157272 Date:   Sun Jun 29 18:30:14 2008 +0000
157273
157274     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
157275     
157276     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
157277     
157278             Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
157279     
157280             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): Fix reverse
157281             loops for type 8 lookups.
157282
157283  src/harfbuzz-gsub.c | 2 +-
157284  1 file changed, 1 insertion(+), 1 deletion(-)
157285
157286 commit c44733596c6648e209c12349e18e35424edf3d59
157287 Author: Behdad Esfahbod <behdad@behdad.org>
157288 Date:   Mon Feb 18 21:14:23 2008 -0500
157289
157290     [hb-ot-layout] Add proper namespace to accessors
157291
157292  src/hb-ot-layout.cc | 165 ++++++++++++++++++++++++++++++++++++++--------------
157293  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
157294  2 files changed, 198 insertions(+), 82 deletions(-)
157295
157296 commit 57225672098ebdafb0c06ae091a1b55635daca29
157297 Author: Behdad Esfahbod <behdad@behdad.org>
157298 Date:   Mon Feb 18 20:58:39 2008 -0500
157299
157300     Fix typo, add TODOs
157301
157302  src/hb-ot-layout-open-private.h | 5 ++++-
157303  1 file changed, 4 insertions(+), 1 deletion(-)
157304
157305 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
157306 Author: Behdad Esfahbod <behdad@behdad.org>
157307 Date:   Mon Jan 28 07:40:10 2008 -0500
157308
157309     Finish script, language, and feature public API
157310
157311  src/hb-ot-layout-open-private.h |  22 ++++++---
157312  src/hb-ot-layout.cc             | 107 +++++++++++++++++++++++++++++++---------
157313  src/hb-ot-layout.h              |  34 ++++++++++++-
157314  3 files changed, 132 insertions(+), 31 deletions(-)
157315
157316 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
157317 Author: Behdad Esfahbod <behdad@behdad.org>
157318 Date:   Mon Jan 28 05:58:50 2008 -0500
157319
157320     Add script and language public getter API
157321
157322  src/hb-ot-layout-open-private.h |  40 ++++++++-----
157323  src/hb-ot-layout.cc             | 127 +++++++++++++++++++++++++++++++++++++++-
157324  src/hb-ot-layout.h              |  56 ++++++++++++++++++
157325  src/main.cc                     |   2 +-
157326  4 files changed, 207 insertions(+), 18 deletions(-)
157327
157328 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
157329 Author: Behdad Esfahbod <behdad@behdad.org>
157330 Date:   Mon Jan 28 02:30:48 2008 -0500
157331
157332     Make main.cc compile again, which means finished getter API
157333
157334  src/hb-ot-layout-open-private.h | 117 +++++++++++++++++++++++++++++-----------
157335  src/main.cc                     |  99 +++++++++++++++++++++++-----------
157336  2 files changed, 155 insertions(+), 61 deletions(-)
157337
157338 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
157339 Author: Behdad Esfahbod <behdad@behdad.org>
157340 Date:   Mon Jan 28 00:16:49 2008 -0500
157341
157342     Rename HB_OT_Layout to hb_ot_layout_t
157343
157344  src/hb-ot-layout-private.h |  8 ++++----
157345  src/hb-ot-layout.cc        | 34 +++++++++++++++++-----------------
157346  src/hb-ot-layout.h         | 33 +++++++++++++++------------------
157347  3 files changed, 36 insertions(+), 39 deletions(-)
157348
157349 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
157350 Author: Behdad Esfahbod <behdad@behdad.org>
157351 Date:   Mon Jan 28 00:12:21 2008 -0500
157352
157353     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
157354
157355  src/hb-ot-layout.cc | 4 ++--
157356  src/hb-ot-layout.h  | 4 ++--
157357  2 files changed, 4 insertions(+), 4 deletions(-)
157358
157359 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
157360 Author: Behdad Esfahbod <behdad@behdad.org>
157361 Date:   Sun Jan 27 21:19:51 2008 -0500
157362
157363     GDEF completely working now
157364
157365  src/hb-ot-layout-open-private.h | 11 ++++++++---
157366  src/hb-ot-layout-private.h      | 16 +++++++++-------
157367  src/hb-ot-layout.cc             | 19 +++++++++----------
157368  src/hb-private.h                |  7 +++++++
157369  src/main.cc                     | 12 ++++++------
157370  5 files changed, 39 insertions(+), 26 deletions(-)
157371
157372 commit 6f425b11799aa20dab553085f05744191b7318e2
157373 Author: Behdad Esfahbod <behdad@behdad.org>
157374 Date:   Thu Jan 24 19:38:56 2008 -0500
157375
157376     [GDEF] Finish internal API
157377
157378  src/hb-ot-layout-private.h | 15 +++++++-
157379  src/hb-ot-layout.cc        | 95 ++++++++++++++++++++++------------------------
157380  src/hb-ot-layout.h         | 16 ++++----
157381  3 files changed, 66 insertions(+), 60 deletions(-)
157382
157383 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
157384 Author: Behdad Esfahbod <behdad@behdad.org>
157385 Date:   Thu Jan 24 19:13:50 2008 -0500
157386
157387     [GDEF] Finish public API
157388
157389  src/hb-common.h                 |  11 ++++
157390  src/hb-ot-layout-gdef-private.h |  28 +++++----
157391  src/hb-ot-layout-open-private.h |  25 ++++----
157392  src/hb-ot-layout-private.h      |  23 ++------
157393  src/hb-ot-layout.cc             | 123 +++++++++++++++++++++++++++++++++++++---
157394  src/hb-ot-layout.h              |  29 ++++++----
157395  6 files changed, 176 insertions(+), 63 deletions(-)
157396
157397 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
157398 Author: Behdad Esfahbod <behdad@behdad.org>
157399 Date:   Thu Jan 24 06:03:45 2008 -0500
157400
157401     Implement glyph properties
157402
157403  src/hb-ot-layout-gdef-private.h | 10 ++++-
157404  src/hb-ot-layout-private.h      | 16 +++++++-
157405  src/hb-ot-layout.cc             | 84 +++++++++++++++++++++++++++++++++++++----
157406  src/hb-ot-layout.h              | 25 ++++++++----
157407  4 files changed, 117 insertions(+), 18 deletions(-)
157408
157409 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
157410 Author: Behdad Esfahbod <behdad@behdad.org>
157411 Date:   Thu Jan 24 03:54:09 2008 -0500
157412
157413     More public api
157414
157415  src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
157416  src/hb-ot-layout-private.h      |  9 ++++++---
157417  src/hb-ot-layout.cc             | 21 ++++++++++++++-------
157418  src/hb-ot-layout.h              |  2 --
157419  4 files changed, 39 insertions(+), 25 deletions(-)
157420
157421 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
157422 Author: Behdad Esfahbod <behdad@behdad.org>
157423 Date:   Thu Jan 24 03:11:09 2008 -0500
157424
157425     Starting public interface
157426
157427  src/{Makefile => Makefile.ng}   |  0
157428  src/hb-ot-layout-gdef-private.h | 17 ++++----
157429  src/hb-ot-layout-gsub-private.h |  3 +-
157430  src/hb-ot-layout-open-private.h | 92 +++++++++++++++++++++++++++++------------
157431  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
157432  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
157433  src/hb-ot-layout.h              | 35 ++++++++++++++--
157434  src/main.cc                     |  1 +
157435  8 files changed, 225 insertions(+), 41 deletions(-)
157436
157437 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
157438 Author: Behdad Esfahbod <behdad@src.gnome.org>
157439 Date:   Thu Jan 24 04:42:24 2008 +0000
157440
157441     Remove unused macro
157442
157443  src/harfbuzz-impl.h | 2 --
157444  1 file changed, 2 deletions(-)
157445
157446 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
157447 Author: Behdad Esfahbod <behdad@behdad.org>
157448 Date:   Wed Jan 23 18:02:28 2008 -0500
157449
157450     Minor
157451
157452  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
157453  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
157454  src/hb-ot-layout-open-private.h | 49 ++++++++++++++++++++++++++++++++++-------
157455  src/hb-private.h                |  2 ++
157456  4 files changed, 86 insertions(+), 15 deletions(-)
157457
157458 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
157459 Author: Behdad Esfahbod <behdad@behdad.org>
157460 Date:   Wed Jan 23 17:25:29 2008 -0500
157461
157462     Minor renaming
157463
157464  src/hb-ot-layout-gdef-private.h | 10 +++++-----
157465  src/hb-ot-layout-open-private.h | 16 +++++++---------
157466  src/main.cc                     |  4 ++--
157467  3 files changed, 14 insertions(+), 16 deletions(-)
157468
157469 commit a16ecbf0564a6e2576da22c12827f3c0719da549
157470 Author: Behdad Esfahbod <behdad@behdad.org>
157471 Date:   Wed Jan 23 17:01:55 2008 -0500
157472
157473     Initial gsub stub
157474
157475  src/hb-ot-layout-gdef-private.h |   4 +
157476  src/hb-ot-layout-gsub-private.h | 453 ++++++++++++++++++++++++++++++++++++++++
157477  src/hb-ot-layout-open-private.h |   3 +
157478  src/main.cc                     |   1 +
157479  4 files changed, 461 insertions(+)
157480
157481 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
157482 Author: Behdad Esfahbod <behdad@behdad.org>
157483 Date:   Wed Jan 23 16:14:38 2008 -0500
157484
157485     Add copyright notices.
157486
157487  src/hb-common.h                 | 26 ++++++++++++++++++++++++++
157488  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
157489  src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
157490  src/hb-ot-layout.h              | 26 ++++++++++++++++++++++++++
157491  src/hb-private.h                | 26 ++++++++++++++++++++++++++
157492  src/main.cc                     | 26 ++++++++++++++++++++++++++
157493  6 files changed, 156 insertions(+)
157494
157495 commit 12360f7c159826ae72271b34486dee59d96aa8ca
157496 Author: Behdad Esfahbod <behdad@behdad.org>
157497 Date:   Wed Jan 23 15:50:38 2008 -0500
157498
157499     Minor cleanup, add LIKELY and UNLIKELY annotations
157500
157501  src/hb-ot-layout-gdef-private.h | 63 +++++++++++++++++++++++------------------
157502  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
157503  src/hb-private.h                | 15 ++++++++++
157504  3 files changed, 63 insertions(+), 51 deletions(-)
157505
157506 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
157507 Author: Behdad Esfahbod <behdad@behdad.org>
157508 Date:   Wed Jan 23 05:00:30 2008 -0500
157509
157510     Clean up file names, add namespace
157511
157512  src/harfbuzz-common.h                                      | 14 --------------
157513  src/harfbuzz-gdef.h                                        | 11 -----------
157514  src/hb-common.h                                            | 14 ++++++++++++++
157515  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
157516  ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10 +++++-----
157517  src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12 ++++++------
157518  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
157519  src/main.cc                                                |  4 ++--
157520  8 files changed, 34 insertions(+), 45 deletions(-)
157521
157522 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
157523 Author: Behdad Esfahbod <behdad@behdad.org>
157524 Date:   Wed Jan 23 04:36:40 2008 -0500
157525
157526     Make all code NULL-free and assert-free
157527
157528  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
157529  src/harfbuzz-open-private.h | 285 +++++++++++++++++++++++---------------------
157530  src/main.cc                 |   8 +-
157531  3 files changed, 214 insertions(+), 204 deletions(-)
157532
157533 commit 600e5eb80f553ea8eb862e6784133574c74ca513
157534 Author: Behdad Esfahbod <behdad@behdad.org>
157535 Date:   Wed Jan 23 02:01:37 2008 -0500
157536
157537     Define get_for_data() factories
157538
157539  src/harfbuzz-gdef-private.h |  3 +++
157540  src/harfbuzz-open-private.h | 42 +++++++++++++++++++++++++++++-------------
157541  src/main.cc                 | 10 ++++------
157542  3 files changed, 36 insertions(+), 19 deletions(-)
157543
157544 commit b9d7688fb3d45894901484b74095c4f11cab6196
157545 Author: Behdad Esfahbod <behdad@behdad.org>
157546 Date:   Wed Jan 23 01:38:10 2008 -0500
157547
157548     Finish and test GDEF
157549
157550  src/harfbuzz-gdef-private.h | 72 ++++++++++++++++++++++++++++++++-------------
157551  src/harfbuzz-open-private.h | 23 ++++++++-------
157552  src/harfbuzz-open.h         |  4 +++
157553  src/main.cc                 | 10 +++++++
157554  4 files changed, 77 insertions(+), 32 deletions(-)
157555
157556 commit 303fe62824d4e99df554b6bfaacba05d068522fb
157557 Author: Behdad Esfahbod <behdad@behdad.org>
157558 Date:   Wed Jan 23 00:20:48 2008 -0500
157559
157560     Misc cleanup
157561
157562  src/Makefile                |  10 ++++-
157563  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
157564  src/harfbuzz-open-private.h | 102 ++++++++++++++++++++++++++++++++++++++++----
157565  src/harfbuzz-private.h      |   6 +++
157566  src/main.cc                 |  12 +++---
157567  5 files changed, 163 insertions(+), 32 deletions(-)
157568
157569 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
157570 Author: Behdad Esfahbod <behdad@gnome.org>
157571 Date:   Wed Jan 16 20:39:29 2008 +0000
157572
157573     Remove COPYING.GPL and COPYING.FTL that are no longer there.
157574     
157575     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
157576     
157577             * pango/opentype/Makefile.am: Remove COPYING.GPL and COPYING.FTL that
157578             are no longer there.
157579
157580  src/Makefile.am | 2 --
157581  1 file changed, 2 deletions(-)
157582
157583 commit a2a9a023f6472ba262f89e5327318996b8258d25
157584 Author: Behdad Esfahbod <behdad@gnome.org>
157585 Date:   Tue Jan 15 22:46:32 2008 +0000
157586
157587     HarfBuzz was relicensed to a more generous and simpler license. Adapt. See
157588     
157589     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
157590     
157591             * pango/opentype/*:
157592             HarfBuzz was relicensed to a more generous and simpler license.
157593             Adapt.  See pango/opentype/COPYING for the new license which is
157594             LGPL-compatible.
157595
157596  src/COPYING                   |  39 +++--
157597  src/COPYING.FTL               | 174 ---------------------
157598  src/COPYING.GPL               | 340 ------------------------------------------
157599  src/harfbuzz-buffer-private.h |  32 ++--
157600  src/harfbuzz-buffer.c         |  27 +++-
157601  src/harfbuzz-buffer.h         |  32 ++--
157602  src/harfbuzz-dump-main.c      |  34 +++--
157603  src/harfbuzz-dump.c           |  34 +++--
157604  src/harfbuzz-dump.h           |  35 +++--
157605  src/harfbuzz-gdef-private.h   |  29 +++-
157606  src/harfbuzz-gdef.c           |  29 +++-
157607  src/harfbuzz-gdef.h           |  29 +++-
157608  src/harfbuzz-global.h         |  29 +++-
157609  src/harfbuzz-gpos-private.h   |  29 +++-
157610  src/harfbuzz-gpos.c           |  31 +++-
157611  src/harfbuzz-gpos.h           |  29 +++-
157612  src/harfbuzz-gsub-private.h   |  29 +++-
157613  src/harfbuzz-gsub.c           |  31 +++-
157614  src/harfbuzz-gsub.h           |  29 +++-
157615  src/harfbuzz-impl.c           |  31 +++-
157616  src/harfbuzz-impl.h           |  29 +++-
157617  src/harfbuzz-open-private.h   |  29 +++-
157618  src/harfbuzz-open.c           |  29 +++-
157619  src/harfbuzz-open.h           |  29 +++-
157620  src/harfbuzz-stream-private.h |  29 +++-
157621  src/harfbuzz-stream.c         |  31 +++-
157622  src/harfbuzz.c                |  28 +++-
157623  src/harfbuzz.h                |  29 +++-
157624  28 files changed, 564 insertions(+), 741 deletions(-)
157625
157626 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
157627 Author: Behdad Esfahbod <behdad@gnome.org>
157628 Date:   Wed Dec 5 03:41:29 2007 +0000
157629
157630     Bug 501575 – Compile errors Patch from Jens Granseuer
157631     
157632     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
157633     
157634             Bug 501575 – Compile errors
157635             Patch from Jens Granseuer
157636     
157637             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
157638             * pango/pango-utils.c (handle_alias_line):
157639             Fix C99ism.
157640
157641  src/harfbuzz-stream.c | 4 ++--
157642  1 file changed, 2 insertions(+), 2 deletions(-)
157643
157644 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
157645 Author: Behdad Esfahbod <behdad@src.gnome.org>
157646 Date:   Fri Nov 30 04:31:29 2007 +0000
157647
157648     Undo accidental change.
157649
157650  src/harfbuzz-impl.c | 2 --
157651  1 file changed, 2 deletions(-)
157652
157653 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
157654 Author: Behdad Esfahbod <behdad@gnome.org>
157655 Date:   Fri Nov 30 04:29:58 2007 +0000
157656
157657     Bug 485536 – underline_position can be zero
157658     
157659     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
157660     
157661             Bug 485536 – underline_position can be zero
157662     
157663             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
157664             Document that returned position may be zero.
157665     
157666             * pango/pangocairo-win32font.c
157667             (pango_cairo_win32_font_create_metrics_for_context):
157668             * pango/pangofc-font.c (get_face_metrics):
157669             Handle case of underline_position==0 after rounding.
157670
157671  src/harfbuzz-impl.c | 2 ++
157672  1 file changed, 2 insertions(+)
157673
157674 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
157675 Author: Behdad Esfahbod <behdad@gnome.org>
157676 Date:   Sat Nov 24 01:40:13 2007 +0000
157677
157678     Remove unused macro.
157679     
157680     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
157681     
157682             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
157683
157684  src/harfbuzz-impl.c | 18 ------------------
157685  1 file changed, 18 deletions(-)
157686
157687 commit 3b047380aec4ccc707c4579327d54172c19820fd
157688 Author: Behdad Esfahbod <behdad@src.gnome.org>
157689 Date:   Sun Nov 18 22:34:08 2007 +0000
157690
157691     Minor
157692
157693  src/harfbuzz-dump-main.c |  4 +--
157694  src/harfbuzz-stream.c    | 89 ++++++++++++++++++++++++------------------------
157695  2 files changed, 46 insertions(+), 47 deletions(-)
157696
157697 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
157698 Author: Behdad Esfahbod <behdad@src.gnome.org>
157699 Date:   Wed Nov 7 10:04:11 2007 +0000
157700
157701     Remove dead code.
157702
157703  src/harfbuzz-gdef.c | 88 -----------------------------------------------------
157704  src/harfbuzz-gpos.h |  4 +--
157705  2 files changed, 1 insertion(+), 91 deletions(-)
157706
157707 commit 47d2c33e3d099fae79e199367de5011bc5c12273
157708 Author: Behdad Esfahbod <behdad@gnome.org>
157709 Date:   Wed Nov 7 09:59:18 2007 +0000
157710
157711     And some more.
157712     
157713     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
157714     
157715             * pango/opentype/*: And some more.
157716
157717  src/harfbuzz-buffer.h         |  8 ++---
157718  src/harfbuzz-dump-main.c      | 22 ++++++------
157719  src/harfbuzz-gdef.c           | 14 ++++----
157720  src/harfbuzz-gdef.h           |  4 +--
157721  src/harfbuzz-global.h         | 21 +++++------
157722  src/harfbuzz-gpos.c           | 82 +++++++++++++++++++++----------------------
157723  src/harfbuzz-gpos.h           | 12 +++----
157724  src/harfbuzz-gsub.c           |  4 +--
157725  src/harfbuzz-gsub.h           |  4 +--
157726  src/harfbuzz-stream-private.h |  4 +--
157727  src/harfbuzz-stream.c         | 16 ++++-----
157728  11 files changed, 95 insertions(+), 96 deletions(-)
157729
157730 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
157731 Author: Behdad Esfahbod <behdad@gnome.org>
157732 Date:   Wed Nov 7 08:06:01 2007 +0000
157733
157734     Some more cleanup and merging.
157735     
157736     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
157737     
157738             * pango/opentype/*: Some more cleanup and merging.
157739
157740  src/Makefile.am               |   6 +-
157741  src/harfbuzz-buffer-private.h |  33 ++++++
157742  src/harfbuzz-buffer.c         |   4 +-
157743  src/harfbuzz-dump-main.c      |   3 +-
157744  src/harfbuzz-gdef-private.h   |   9 +-
157745  src/harfbuzz-gdef.c           |  39 +++++++
157746  src/harfbuzz-global.h         |   2 +
157747  src/harfbuzz-gpos-private.h   |   1 +
157748  src/harfbuzz-gpos.c           |  32 +-----
157749  src/harfbuzz-gsub-private.h   |   1 +
157750  src/harfbuzz-gsub.c           |  33 +-----
157751  src/harfbuzz-impl.c           | 216 ++------------------------------------
157752  src/harfbuzz-impl.h           | 100 +-----------------
157753  src/harfbuzz-open-private.h   |   4 +-
157754  src/harfbuzz-stream-private.h |  70 +++++++++++++
157755  src/harfbuzz-stream.c         | 234 ++++++++++++++++++++++++++++++++++++++++++
157756  src/harfbuzz.c                |   1 +
157757  src/harfbuzz.h                |   3 +-
157758  18 files changed, 419 insertions(+), 372 deletions(-)
157759
157760 commit 5c9bd379950d914982bdb91d0f82b8036908db37
157761 Author: Behdad Esfahbod <behdad@src.gnome.org>
157762 Date:   Mon Oct 29 23:51:48 2007 +0000
157763
157764     Fix typo.
157765
157766  src/Makefile.am | 5 +++--
157767  1 file changed, 3 insertions(+), 2 deletions(-)
157768
157769 commit ef1f481752fa6e478f649e826c96927c98f21981
157770 Author: Behdad Esfahbod <behdad@gnome.org>
157771 Date:   Thu Oct 25 23:37:11 2007 +0000
157772
157773     Even more cleanup and more type renames.
157774     
157775     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
157776     
157777             * pango/opentype/*: Even more cleanup and more type renames.
157778
157779  src/harfbuzz-buffer.h |  3 +--
157780  src/harfbuzz-global.h |  6 ++++++
157781  src/harfbuzz-impl.c   | 16 ++++++++--------
157782  src/harfbuzz-impl.h   | 22 +++++++++++-----------
157783  src/harfbuzz-open.h   |  3 ---
157784  5 files changed, 26 insertions(+), 24 deletions(-)
157785
157786 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
157787 Author: Behdad Esfahbod <behdad@gnome.org>
157788 Date:   Thu Oct 25 23:22:17 2007 +0000
157789
157790     More cleanup, remove redundant error types.
157791     
157792     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
157793     
157794             * pango/opentype/*: More cleanup, remove redundant error types.
157795
157796  src/harfbuzz-dump-main.c |   4 +-
157797  src/harfbuzz-dump.c      |  14 +++---
157798  src/harfbuzz-gdef.c      |  25 +++++-----
157799  src/harfbuzz-gdef.h      |   3 --
157800  src/harfbuzz-global.h    |  31 ++++++------
157801  src/harfbuzz-gpos.c      | 124 +++++++++++++++++++++++------------------------
157802  src/harfbuzz-gpos.h      |   3 --
157803  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
157804  src/harfbuzz-gsub.h      |   3 --
157805  src/harfbuzz-impl.c      |  18 +++----
157806  src/harfbuzz-impl.h      |   2 +
157807  src/harfbuzz-open.c      |  24 ++++-----
157808  src/harfbuzz-open.h      |   6 +--
157809  13 files changed, 170 insertions(+), 173 deletions(-)
157810
157811 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
157812 Author: Behdad Esfahbod <behdad@gnome.org>
157813 Date:   Thu Oct 25 00:23:46 2007 +0000
157814
157815     Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code
157816     
157817     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
157818     
157819             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c and more
157820             type renames and moving code around.
157821
157822  src/Makefile.am                   |   3 +-
157823  src/ftglue.h                      | 151 --------------------------------------
157824  src/harfbuzz-dump-main.c          |  48 ++----------
157825  src/harfbuzz-dump.c               |  30 ++++----
157826  src/harfbuzz-gdef.c               |  18 ++---
157827  src/harfbuzz-global.h             |  18 +++++
157828  src/harfbuzz-gpos-private.h       |   2 +-
157829  src/harfbuzz-gpos.c               |  90 +++++++++++------------
157830  src/harfbuzz-gsub-private.h       |   2 +-
157831  src/harfbuzz-gsub.c               |  64 ++++++++--------
157832  src/{ftglue.c => harfbuzz-impl.c} |  64 ++++++++--------
157833  src/harfbuzz-impl.h               | 114 ++++++++++++++++++++++++++--
157834  src/harfbuzz-open-private.h       |  14 ++--
157835  src/harfbuzz-open.c               |  32 ++++----
157836  src/harfbuzz-open.h               |  16 ----
157837  src/harfbuzz.c                    |   4 +-
157838  16 files changed, 289 insertions(+), 381 deletions(-)
157839
157840 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
157841 Author: Behdad Esfahbod <behdad@gnome.org>
157842 Date:   Wed Oct 24 22:44:47 2007 +0000
157843
157844     New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.
157845     
157846     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
157847     
157848             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
157849             FT_* int types to HB_* types.
157850
157851  src/Makefile.am               |   1 +
157852  src/ftglue.c                  |  30 +--
157853  src/ftglue.h                  |  26 +-
157854  src/harfbuzz-buffer-private.h |  26 +-
157855  src/harfbuzz-buffer.c         |  40 ++--
157856  src/harfbuzz-buffer.h         |  42 ++--
157857  src/harfbuzz-dump-main.c      |  24 +-
157858  src/harfbuzz-dump.c           |  14 +-
157859  src/harfbuzz-dump.h           |   4 +-
157860  src/harfbuzz-gdef-private.h   |  30 +--
157861  src/harfbuzz-gdef.c           | 104 ++++----
157862  src/harfbuzz-gdef.h           |  32 +--
157863  src/harfbuzz-global.h         |  34 +++
157864  src/harfbuzz-gpos-private.h   | 182 +++++++-------
157865  src/harfbuzz-gpos.c           | 540 +++++++++++++++++++++---------------------
157866  src/harfbuzz-gpos.h           |  52 ++--
157867  src/harfbuzz-gsub-private.h   | 142 +++++------
157868  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
157869  src/harfbuzz-gsub.h           |  50 ++--
157870  src/harfbuzz-impl.h           |   6 +-
157871  src/harfbuzz-open-private.h   |  26 +-
157872  src/harfbuzz-open.c           | 146 ++++++------
157873  src/harfbuzz-open.h           |  88 +++----
157874  src/harfbuzz.h                |   1 +
157875  24 files changed, 1056 insertions(+), 1016 deletions(-)
157876
157877 commit 2130d852c76cccb94350a4aea222359640ffa8a4
157878 Author: Behdad Esfahbod <behdad@gnome.org>
157879 Date:   Wed Oct 24 21:35:03 2007 +0000
157880
157881     Add commented-out dummy struct for Extension lookups.
157882     
157883     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
157884     
157885             * pango/opentype/harfbuzz-gpos-private.h:
157886             * pango/opentype/harfbuzz-gsub-private.h:
157887             Add commented-out dummy struct for Extension lookups.
157888
157889  src/harfbuzz-gpos-private.h | 13 +++++++++++++
157890  src/harfbuzz-gsub-private.h | 13 +++++++++++++
157891  2 files changed, 26 insertions(+)
157892
157893 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
157894 Author: Behdad Esfahbod <behdad@gnome.org>
157895 Date:   Sun Oct 21 18:17:02 2007 +0000
157896
157897     Bug 488840 – harfbuzz: protect against ligid overflow
157898     
157899     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
157900     
157901             Bug 488840 – harfbuzz: protect against ligid overflow
157902     
157903             * pango/opentype/harfbuzz-buffer.c (_hb_buffer_allocate_ligid):
157904             Never return zero, even in case of overflow.
157905     
157906             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
157907             HB_UNLIKELY(), to be filled later.
157908
157909  src/harfbuzz-buffer.c | 6 +++++-
157910  src/harfbuzz-impl.h   | 3 +++
157911  2 files changed, 8 insertions(+), 1 deletion(-)
157912
157913 commit 6b347138b597c41af24453f630336ba2fc033dc5
157914 Author: Behdad Esfahbod <behdad@gnome.org>
157915 Date:   Thu Oct 11 08:30:50 2007 +0000
157916
157917     Mark internal symbols as HB_INTERNAL and define that to static in
157918     
157919     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
157920     
157921             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
157922             define that to static in harfbuzz.c.
157923     
157924             * pango/opentype/harfbuzz-buffer-internal.h: New file.
157925
157926  src/Makefile.am               |   1 +
157927  src/ftglue.c                  |  18 +++----
157928  src/ftglue.h                  |  20 ++++----
157929  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
157930  src/harfbuzz-buffer.c         | 108 +++++++++++++++++++++-------------------
157931  src/harfbuzz-buffer.h         |  38 +--------------
157932  src/harfbuzz-gdef-private.h   |  17 ++++---
157933  src/harfbuzz-gdef.c           |  20 ++++----
157934  src/harfbuzz-gpos-private.h   |  13 +++--
157935  src/harfbuzz-gpos.c           |  16 +++---
157936  src/harfbuzz-gsub-private.h   |  14 +++---
157937  src/harfbuzz-gsub.c           |  20 ++++----
157938  src/harfbuzz-impl.h           |  12 +++--
157939  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
157940  src/harfbuzz-open.c           | 111 ++++++++++++++++++++++++------------------
157941  src/harfbuzz.c                |   1 +
157942  16 files changed, 315 insertions(+), 235 deletions(-)
157943
157944 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
157945 Author: Behdad Esfahbod <behdad@gnome.org>
157946 Date:   Thu Oct 11 07:46:33 2007 +0000
157947
157948     Remove FTGLUE_API/APIDEF cruft.
157949     
157950     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
157951     
157952             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
157953
157954  src/ftglue.c | 16 ++++++++--------
157955  src/ftglue.h | 24 ++++++++----------------
157956  2 files changed, 16 insertions(+), 24 deletions(-)
157957
157958 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
157959 Author: Behdad Esfahbod <behdad@gnome.org>
157960 Date:   Thu Oct 11 07:45:26 2007 +0000
157961
157962     Build harfbuzz.c instead of individual source files, to let compiler go
157963     
157964     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
157965     
157966             * pango/opentype/Makefile.am: Build harfbuzz.c instead of individual
157967             source files, to let compiler go wild with optimizations!
157968
157969  src/Makefile.am | 9 +++++----
157970  1 file changed, 5 insertions(+), 4 deletions(-)
157971
157972 commit a219b3d003d6727c79dc51282d21e9ac48c44458
157973 Author: Behdad Esfahbod <behdad@gnome.org>
157974 Date:   Thu Oct 11 07:34:08 2007 +0000
157975
157976     Same here.
157977     
157978     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
157979     
157980             * pango/opentype/harfbuzz.c: Same here.
157981
157982  src/harfbuzz.c | 1 -
157983  1 file changed, 1 deletion(-)
157984
157985 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
157986 Author: Behdad Esfahbod <behdad@gnome.org>
157987 Date:   Thu Oct 11 07:33:19 2007 +0000
157988
157989     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used by
157990     
157991     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
157992     
157993             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch] in
157994             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
157995
157996  src/Makefile.am | 4 ++--
157997  1 file changed, 2 insertions(+), 2 deletions(-)
157998
157999 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
158000 Author: Behdad Esfahbod <behdad@gnome.org>
158001 Date:   Thu Oct 11 07:24:47 2007 +0000
158002
158003     Some more cleanup.
158004     
158005     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
158006     
158007             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
158008
158009  src/harfbuzz-buffer.c | 11 ++---------
158010  1 file changed, 2 insertions(+), 9 deletions(-)
158011
158012 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
158013 Author: Behdad Esfahbod <behdad@gnome.org>
158014 Date:   Thu Oct 11 07:21:31 2007 +0000
158015
158016     Move some code around.
158017     
158018     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
158019     
158020             * pango/opentype/harfbuzz-buffer.c: Move some code around.
158021
158022  src/harfbuzz-buffer.c | 91 +++++++++++++++++++++++++++------------------------
158023  1 file changed, 48 insertions(+), 43 deletions(-)
158024
158025 commit 7a5405c8261573a0f29d28fb533e800d698f6129
158026 Author: Behdad Esfahbod <behdad@src.gnome.org>
158027 Date:   Thu Oct 11 07:15:16 2007 +0000
158028
158029     Minor.
158030
158031  src/harfbuzz-buffer.c | 2 +-
158032  1 file changed, 1 insertion(+), 1 deletion(-)
158033
158034 commit 986f4fd96892ebda550793941bb1daed862c4a34
158035 Author: Behdad Esfahbod <behdad@gnome.org>
158036 Date:   Thu Oct 11 07:12:49 2007 +0000
158037
158038     Rename buffer->inplace to buffer->separate_out with the inverted meaning,
158039     
158040     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
158041     
158042             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace to
158043             buffer->separate_out with the inverted meaning, such that buffer
158044             is initialization is memset(0).
158045
158046  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
158047  src/harfbuzz-buffer.h |  2 +-
158048  2 files changed, 18 insertions(+), 18 deletions(-)
158049
158050 commit 06003908ccf2473366816935dd1b144cde587be9
158051 Author: Behdad Esfahbod <behdad@gnome.org>
158052 Date:   Thu Oct 11 07:05:09 2007 +0000
158053
158054     Allocate buffer->positions lazily.
158055     
158056     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
158057     
158058             * pango/opentype/*: Allocate buffer->positions lazily.
158059
158060  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
158061  src/harfbuzz-buffer.h |  3 +++
158062  src/harfbuzz-gpos.c   | 13 ++++++++-----
158063  src/harfbuzz-gsub.c   |  5 +++--
158064  4 files changed, 37 insertions(+), 9 deletions(-)
158065
158066 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
158067 Author: Behdad Esfahbod <behdad@gnome.org>
158068 Date:   Thu Oct 11 06:52:07 2007 +0000
158069
158070     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
158071     
158072     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
158073     
158074             Bug 485621 – Get rid of freetype memory allocator in harfbuzz
158075     
158076             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
158077             malloc/realloc/free directly.
158078     
158079             * pango/pango-ot*: Update to above.
158080
158081  src/ftglue.c                |  52 ++---
158082  src/ftglue.h                |  28 ++-
158083  src/harfbuzz-buffer.c       |  16 +-
158084  src/harfbuzz-buffer.h       |   4 +-
158085  src/harfbuzz-gdef.c         | 106 ++++------
158086  src/harfbuzz-gdef.h         |   6 +-
158087  src/harfbuzz-gpos-private.h |   1 -
158088  src/harfbuzz-gpos.c         | 462 ++++++++++++++++++--------------------------
158089  src/harfbuzz-gpos.h         |   2 -
158090  src/harfbuzz-gsub-private.h |   1 -
158091  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
158092  src/harfbuzz-gsub.h         |   2 -
158093  src/harfbuzz-open-private.h |  25 ++-
158094  src/harfbuzz-open.c         | 127 ++++++------
158095  14 files changed, 441 insertions(+), 703 deletions(-)
158096
158097 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
158098 Author: Behdad Esfahbod <behdad@gnome.org>
158099 Date:   Thu Oct 11 00:07:58 2007 +0000
158100
158101     Bug 485559 – Boston Summit HarfBuzz optimizations
158102     
158103     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
158104     
158105             Bug 485559 – Boston Summit HarfBuzz optimizations
158106     
158107             * pango/opentype/*: HarfBuzz hacking to:
158108     
158109               - Rename last remaining FT_Err stuff to HB_Err.
158110     
158111               - Fix a couple invalid table paths to be permissive so
158112                 fonts work better.  Particularly GDEF table for Nafees
158113                 Nastaliq is loaded and works great now.
158114     
158115               - Optimize harfbuzz buffer to not copy/swap for simple
158116               one-to-one and "copy" GSUB operations.
158117     
158118             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
158119
158120  src/ftglue.c                |  51 ++-
158121  src/ftglue.h                |  21 +-
158122  src/harfbuzz-buffer.c       | 190 +++++++--
158123  src/harfbuzz-buffer.h       |  26 +-
158124  src/harfbuzz-dump-main.c    |  14 +-
158125  src/harfbuzz-dump.c         |  15 +-
158126  src/harfbuzz-gdef-private.h |   4 +-
158127  src/harfbuzz-gdef.c         | 149 +++----
158128  src/harfbuzz-gdef.h         |  10 +-
158129  src/harfbuzz-gpos-private.h |   2 +-
158130  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
158131  src/harfbuzz-gpos.h         |  30 +-
158132  src/harfbuzz-gsub-private.h |   2 +-
158133  src/harfbuzz-gsub.c         | 919 +++++++++++++++++++-------------------------
158134  src/harfbuzz-gsub.h         |  24 +-
158135  src/harfbuzz-impl.h         |  22 +-
158136  src/harfbuzz-open-private.h |  20 +-
158137  src/harfbuzz-open.c         | 238 ++++++------
158138  src/harfbuzz-open.h         |  13 +-
158139  19 files changed, 1253 insertions(+), 1307 deletions(-)
158140
158141 commit dd810b76bc554278d3a226cf89901d16992cf56d
158142 Author: Behdad Esfahbod <behdad@gnome.org>
158143 Date:   Wed Aug 29 08:46:50 2007 +0000
158144
158145     Bug 302952 – The placement of a diacritic marks for an arabic ligature
158146     
158147     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
158148     
158149             Bug 302952 – The placement of a diacritic marks for an arabic ligature
158150             is not correct
158151     
158152             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid): Don't
158153             use zero as allocated ligature id.  Zero means no ligature id.
158154
158155  src/harfbuzz-buffer.c | 2 +-
158156  1 file changed, 1 insertion(+), 1 deletion(-)
158157
158158 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
158159 Author: Behdad Esfahbod <behdad@gnome.org>
158160 Date:   Tue Aug 21 08:03:26 2007 +0000
158161
158162     Bug 463430 – Gets stuck while "formatting message"
158163     
158164     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
158165     
158166             Bug 463430 – Gets stuck while "formatting message"
158167     
158168             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
158169             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
158170             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
158171             Change type of intermediate index variable from FT_UShort to
158172             FT_ULong as it was overlowing with more than 65536 glyphs.
158173
158174  src/harfbuzz-gpos.c | 15 ++++++++++-----
158175  src/harfbuzz-gsub.c |  2 +-
158176  2 files changed, 11 insertions(+), 6 deletions(-)
158177
158178 commit 13b86ee398905f96f57df001309312f6dfdfea9a
158179 Author: Behdad Esfahbod <behdad@gnome.org>
158180 Date:   Tue Aug 21 01:38:07 2007 +0000
158181
158182     Don't ignore error return value of hb_buffer_copy_output_glyph(). Patch
158183     
158184     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
158185     
158186             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup): Don't
158187             ignore error return value of hb_buffer_copy_output_glyph().  Patch
158188             sent to harfbuzz-list.
158189
158190  src/harfbuzz-gsub.c | 2 +-
158191  1 file changed, 1 insertion(+), 1 deletion(-)
158192
158193 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
158194 Author: Behdad Esfahbod <behdad@behdad.org>
158195 Date:   Fri Jul 6 11:29:21 2007 -0400
158196
158197     [gdef] Initial implementation
158198
158199  src/harfbuzz-gdef-private.h | 144 +++++++++++++++++++++++++++++++++++++++++++-
158200  1 file changed, 142 insertions(+), 2 deletions(-)
158201
158202 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
158203 Author: Behdad Esfahbod <behdad@behdad.org>
158204 Date:   Fri Jul 6 02:03:26 2007 -0400
158205
158206     [open] small fixes, including not using unions for main structs
158207
158208  src/harfbuzz-open-private.h | 54 ++++++++++++++++++++++++---------------------
158209  1 file changed, 29 insertions(+), 25 deletions(-)
158210
158211 commit 151df44346990728b5dd249db5740a9543ae33b9
158212 Author: Behdad Esfahbod <behdad@behdad.org>
158213 Date:   Thu Jul 5 17:22:07 2007 -0400
158214
158215     Improve stupid Makefile
158216
158217  src/Makefile | 2 ++
158218  1 file changed, 2 insertions(+)
158219
158220 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
158221 Author: Behdad Esfahbod <behdad@gnome.org>
158222 Date:   Tue May 1 02:32:12 2007 +0000
158223
158224     Link freetype to harfbuzz-dump, for those systems that don't track
158225     
158226     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
158227     
158228             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump, for
158229             those systems that don't track dependencies automatically.
158230
158231  src/Makefile.am | 5 +++--
158232  1 file changed, 3 insertions(+), 2 deletions(-)
158233
158234 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
158235 Author: Behdad Esfahbod <behdad@gnome.org>
158236 Date:   Tue Apr 3 22:45:29 2007 +0000
158237
158238     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
158239     
158240     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
158241     
158242             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
158243             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
158244             (Lookup_PairPos):
158245             * pango/opentype/harfbuzz-open.c (Get_Class1):
158246             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
158247             a kerning fix, and an array out-of-bound access fix.
158248
158249  src/harfbuzz-gdef.c | 2 ++
158250  src/harfbuzz-gpos.c | 8 ++++++++
158251  src/harfbuzz-open.c | 2 +-
158252  3 files changed, 11 insertions(+), 1 deletion(-)
158253
158254 commit 999a6f05758c10a902354457ecbf6c943bfed514
158255 Author: Hans Breuer <hans@breuer.org>
158256 Date:   Sat Jan 13 21:31:41 2007 +0000
158257
158258     updated
158259     
158260     2007-01-13  Hans Breuer  <hans@breuer.org>
158261     
158262             * pango/makefile.msc pango/opentype/makefile.msc : updated
158263
158264  src/makefile.msc | 16 ++++++----------
158265  1 file changed, 6 insertions(+), 10 deletions(-)
158266
158267 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
158268 Author: Behdad Esfahbod <behdad@src.gnome.org>
158269 Date:   Tue Jan 9 03:32:12 2007 +0000
158270
158271     Remove .cvsignore files (moved to svn:ignore prop)
158272
158273  src/.cvsignore | 7 -------
158274  1 file changed, 7 deletions(-)
158275
158276 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
158277 Author: Behdad Esfahbod <behdad@behdad.org>
158278 Date:   Thu Dec 28 06:42:37 2006 -0500
158279
158280     Add stub GDEF files
158281
158282  src/harfbuzz-gdef-private.h |  8 ++++++++
158283  src/harfbuzz-gdef.h         | 11 +++++++++++
158284  src/harfbuzz-open-private.h |  3 +--
158285  src/harfbuzz-private.h      |  6 ++++++
158286  src/main.cc                 |  1 +
158287  5 files changed, 27 insertions(+), 2 deletions(-)
158288
158289 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
158290 Author: Behdad Esfahbod <behdad@behdad.org>
158291 Date:   Thu Dec 28 06:31:18 2006 -0500
158292
158293     Don't shift down the mark attachment type
158294
158295  src/harfbuzz-open-private.h | 2 +-
158296  1 file changed, 1 insertion(+), 1 deletion(-)
158297
158298 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
158299 Author: Behdad Esfahbod <behdad@behdad.org>
158300 Date:   Thu Dec 28 06:12:18 2006 -0500
158301
158302     Remove stale comment
158303
158304  src/harfbuzz-open-private.h | 10 ----------
158305  1 file changed, 10 deletions(-)
158306
158307 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
158308 Author: Behdad Esfahbod <behdad@behdad.org>
158309 Date:   Thu Dec 28 06:10:59 2006 -0500
158310
158311     Break and rename, in the layout of old HarfBuzz codebase
158312
158313  src/.gitignore                                  |   1 +
158314  src/Makefile                                    |   2 +-
158315  src/harfbuzz-common.h                           |  14 +++
158316  src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117 ++----------------------
158317  src/harfbuzz-open.h                             |  13 +++
158318  src/main.cc                                     |  98 ++++++++++++++++++++
158319  6 files changed, 133 insertions(+), 112 deletions(-)
158320
158321 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
158322 Author: Behdad Esfahbod <behdad@behdad.org>
158323 Date:   Wed Dec 27 20:08:07 2006 -0500
158324
158325     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
158326
158327  src/harfbuzz-ng.cc | 22 +++++++++++-----------
158328  1 file changed, 11 insertions(+), 11 deletions(-)
158329
158330 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
158331 Author: Behdad Esfahbod <behdad@behdad.org>
158332 Date:   Wed Dec 27 20:06:42 2006 -0500
158333
158334     Use union for ClassDef
158335
158336  src/harfbuzz-ng.cc | 12 +++++++-----
158337  1 file changed, 7 insertions(+), 5 deletions(-)
158338
158339 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
158340 Author: Behdad Esfahbod <behdad@behdad.org>
158341 Date:   Wed Dec 27 20:05:16 2006 -0500
158342
158343     Use union for Coverage
158344
158345  src/harfbuzz-ng.cc | 21 +++++++++++----------
158346  1 file changed, 11 insertions(+), 10 deletions(-)
158347
158348 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
158349 Author: Behdad Esfahbod <behdad@behdad.org>
158350 Date:   Wed Dec 27 19:59:07 2006 -0500
158351
158352     Add GPOS stub
158353
158354  src/harfbuzz-ng.cc | 3 +++
158355  1 file changed, 3 insertions(+)
158356
158357 commit 133466177e104ddcd2501a88735670540252167c
158358 Author: Behdad Esfahbod <behdad@behdad.org>
158359 Date:   Wed Dec 27 19:58:32 2006 -0500
158360
158361     s/OpenTypeFont/OpenTypeFontFace/g
158362
158363  src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
158364  1 file changed, 23 insertions(+), 21 deletions(-)
158365
158366 commit 71d62baab0429cdf56ba4019fd2a205f08188503
158367 Author: Behdad Esfahbod <behdad@behdad.org>
158368 Date:   Wed Dec 27 01:29:24 2006 -0500
158369
158370     GSUBGPOSHeader
158371
158372  src/harfbuzz-ng.cc | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++---
158373  1 file changed, 98 insertions(+), 5 deletions(-)
158374
158375 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
158376 Author: Behdad Esfahbod <behdad@behdad.org>
158377 Date:   Wed Dec 27 00:21:31 2006 -0500
158378
158379     Finished OpenType Common Table Formats
158380
158381  src/harfbuzz-ng.cc | 2 +-
158382  1 file changed, 1 insertion(+), 1 deletion(-)
158383
158384 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
158385 Author: Behdad Esfahbod <behdad@behdad.org>
158386 Date:   Tue Dec 26 20:55:37 2006 -0500
158387
158388     Device tables.
158389
158390  src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
158391  1 file changed, 45 insertions(+), 4 deletions(-)
158392
158393 commit eb32e374f4d6de8d428d36144f6eef93514820d2
158394 Author: Behdad Esfahbod <behdad@behdad.org>
158395 Date:   Tue Dec 26 20:00:33 2006 -0500
158396
158397     ClassDef
158398
158399  src/harfbuzz-ng.cc | 121 ++++++++++++++++++++++++++++++++++++++++++-----------
158400  1 file changed, 97 insertions(+), 24 deletions(-)
158401
158402 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
158403 Author: Behdad Esfahbod <behdad@behdad.org>
158404 Date:   Tue Dec 26 19:29:08 2006 -0500
158405
158406     Rename CoverageFormat to Coverage
158407
158408  src/harfbuzz-ng.cc | 18 +++++++++++++-----
158409  1 file changed, 13 insertions(+), 5 deletions(-)
158410
158411 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
158412 Author: Behdad Esfahbod <behdad@behdad.org>
158413 Date:   Tue Dec 26 18:53:55 2006 -0500
158414
158415     Define more structs using DEFINE_INT_TYPE.
158416
158417  src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
158418  1 file changed, 19 insertions(+), 20 deletions(-)
158419
158420 commit 915931b74a30e8652fac5fec153d499485513f63
158421 Author: Behdad Esfahbod <behdad@behdad.org>
158422 Date:   Tue Dec 26 15:30:14 2006 -0500
158423
158424     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
158425
158426  src/harfbuzz-ng.cc | 6 +++---
158427  1 file changed, 3 insertions(+), 3 deletions(-)
158428
158429 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
158430 Author: Behdad Esfahbod <behdad@behdad.org>
158431 Date:   Tue Dec 26 15:29:38 2006 -0500
158432
158433     Coverage.
158434
158435  src/harfbuzz-ng.cc | 91 +++++++++++++++++++++++++++++++++++++++++++++++-------
158436  1 file changed, 79 insertions(+), 12 deletions(-)
158437
158438 commit 882e52f59196535495af8ca8069df32308ad52cf
158439 Author: Behdad Esfahbod <behdad@behdad.org>
158440 Date:   Mon Dec 25 10:28:31 2006 -0500
158441
158442     Rename to harfbuzz-ng.cc
158443
158444  src/Makefile                                | 2 +-
158445  src/{hb-types-private.cc => harfbuzz-ng.cc} | 0
158446  2 files changed, 1 insertion(+), 1 deletion(-)
158447
158448 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
158449 Author: Behdad Esfahbod <behdad@behdad.org>
158450 Date:   Mon Dec 25 09:58:02 2006 -0500
158451
158452     LookupFlags
158453
158454  src/hb-types-private.cc | 52 ++++++++++++++++++++++++++++++++++++++++++++-----
158455  1 file changed, 47 insertions(+), 5 deletions(-)
158456
158457 commit 25ad92c8a68bf72464601a644ed57b9213126a78
158458 Author: Behdad Esfahbod <behdad@behdad.org>
158459 Date:   Mon Dec 25 09:35:06 2006 -0500
158460
158461     Implement Feature
158462
158463  src/hb-types-private.cc | 46 ++++++++++++++++++++++++++++++++++++++++++----
158464  1 file changed, 42 insertions(+), 4 deletions(-)
158465
158466 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
158467 Author: Behdad Esfahbod <behdad@behdad.org>
158468 Date:   Mon Dec 25 09:14:52 2006 -0500
158469
158470     LangSys
158471
158472  src/hb-types-private.cc | 51 ++++++++++++++++++++++++++++++++++++++++++-------
158473  1 file changed, 44 insertions(+), 7 deletions(-)
158474
158475 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
158476 Author: Behdad Esfahbod <behdad@behdad.org>
158477 Date:   Mon Dec 25 06:22:08 2006 -0500
158478
158479     Use CamelCaseTags.
158480
158481  src/hb-types-private.cc | 29 ++++++++++++++---------------
158482  1 file changed, 14 insertions(+), 15 deletions(-)
158483
158484 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
158485 Author: Behdad Esfahbod <behdad@behdad.org>
158486 Date:   Mon Dec 25 06:18:52 2006 -0500
158487
158488     Make types not instantiable
158489
158490  src/hb-types-private.cc | 104 ++++++++++++++++++++++++++----------------------
158491  1 file changed, 57 insertions(+), 47 deletions(-)
158492
158493 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
158494 Author: Behdad Esfahbod <behdad@behdad.org>
158495 Date:   Mon Dec 25 05:39:20 2006 -0500
158496
158497     Add OpenTypeFontFile.
158498
158499  src/Makefile            |   2 +-
158500  src/hb-types-private.cc | 113 +++++++++++++++++++++++++++++++++++++++++++++---
158501  2 files changed, 107 insertions(+), 8 deletions(-)
158502
158503 commit 8596944b7421f982960e825019fc0263442520cb
158504 Author: Behdad Esfahbod <behdad@behdad.org>
158505 Date:   Sat Dec 23 17:49:25 2006 -0500
158506
158507     Add Makefile
158508
158509  src/Makefile | 3 +++
158510  1 file changed, 3 insertions(+)
158511
158512 commit b6e62bc5db76ae342177b2b646c37f45eccad975
158513 Author: Behdad Esfahbod <behdad@behdad.org>
158514 Date:   Fri Dec 22 02:21:55 2006 -0500
158515
158516     After DEFINE_SCRIPT_ARRAY
158517
158518  src/hb-types-private.cc | 215 +++++++++++++++++++++++++++++++-----------------
158519  1 file changed, 140 insertions(+), 75 deletions(-)
158520
158521 commit 01e4fcb032be601f272e62228881e2aabfb9d925
158522 Author: Behdad Esfahbod <behdad@behdad.org>
158523 Date:   Thu Dec 21 22:31:31 2006 -0500
158524
158525     Remove the annoying HB_ prefix.
158526
158527  src/hb-types-private.cc | 107 +++++++++++++++++++++++-------------------------
158528  1 file changed, 52 insertions(+), 55 deletions(-)
158529
158530 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
158531 Author: Behdad Esfahbod <behdad@behdad.org>
158532 Date:   Thu Dec 21 22:31:10 2006 -0500
158533
158534     Second version.  Complete redesign, based on C++ classes to ensure endian
158535     correctness.
158536
158537  src/hb-types-private.cc | 300 +++++++++++++++++++++++++++++++++---------------
158538  1 file changed, 205 insertions(+), 95 deletions(-)
158539
158540 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
158541 Author: Behdad Esfahbod <behdad@behdad.org>
158542 Date:   Thu Dec 21 22:30:38 2006 -0500
158543
158544     First version.
158545
158546  src/hb-types-private.cc | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
158547  1 file changed, 116 insertions(+)
158548
158549 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
158550 Author: Behdad Esfahbod <behdad@gnome.org>
158551 Date:   Tue Jul 25 01:02:27 2006 +0000
158552
158553     Bug 347073 – Allow empty GPOS table
158554     
158555     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
158556     
158557             Bug 347073 – Allow empty GPOS table
158558     
158559             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
158560             err on empty GPOS/GSUB tables.
158561
158562  src/harfbuzz-open.c | 5 +++++
158563  1 file changed, 5 insertions(+)
158564
158565 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
158566 Author: Behdad Esfahbod <behdad@gnome.org>
158567 Date:   Thu Jun 22 18:09:04 2006 +0000
158568
158569     Bug 345600 – cvs build error in pango/opentype/Makefile
158570     
158571     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
158572     
158573             Bug 345600 – cvs build error in pango/opentype/Makefile
158574     
158575             * pango/opentype/Makefile.am: Rename variable SOURCES to MAINSOURCES.
158576             Some automake versions seem to use it or something.
158577
158578  src/Makefile.am | 4 ++--
158579  1 file changed, 2 insertions(+), 2 deletions(-)
158580
158581 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
158582 Author: Behdad Esfahbod <behdad@gnome.org>
158583 Date:   Wed May 31 07:42:55 2006 +0000
158584
158585     Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
158586     
158587     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
158588     
158589             Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
158590             and have many cpu usage.
158591             Patch from Yong Li.
158592     
158593             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): TrueType table
158594             offsets are absolute, not relative.
158595
158596  src/ftglue.c | 2 +-
158597  1 file changed, 1 insertion(+), 1 deletion(-)
158598
158599 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
158600 Author: Behdad Esfahbod <behdad@gnome.org>
158601 Date:   Wed May 31 07:23:02 2006 +0000
158602
158603     Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct when
158604     
158605     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
158606     
158607             Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct
158608             when using MarkAttchmentType
158609             Patch from Tin Myo Htet.
158610     
158611             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos): Ignore marks
158612             of non-matchin attachment type.
158613
158614  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
158615  1 file changed, 22 insertions(+), 15 deletions(-)
158616
158617 commit d2a613187c1257371d62153b55c89336965e0754
158618 Author: Behdad Esfahbod <behdad@gnome.org>
158619 Date:   Wed Apr 12 18:47:50 2006 +0000
158620
158621     Fix loop variables. (coverity found bug.)
158622     
158623     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
158624     
158625             * pango/opentype/harfbuzz-gpos.c: Fix loop variables. (coverity
158626             found bug.)
158627
158628  src/harfbuzz-gpos.c | 6 +++---
158629  1 file changed, 3 insertions(+), 3 deletions(-)
158630
158631 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
158632 Author: Behdad Esfahbod <behdad@gnome.org>
158633 Date:   Tue Apr 11 08:31:44 2006 +0000
158634
158635     Bug 337924 – cleanups for issues reported by various compilers Patch
158636     
158637     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
158638     
158639             Bug 337924 – cleanups for issues reported by various compilers
158640             Patch from Kjartan Maraas.
158641     
158642             * examples/viewer-x.c (update):
158643             * modules/arabic/arabic-fc.c (fallback_shape),
158644             (arabic_engine_shape):
158645             * modules/basic/basic-fc.c (fallback_shape), (basic_engine_shape):
158646             * modules/basic/basic-x.c:
158647             * modules/hangul/hangul-fc.c:
158648             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
158649             * modules/indic/indic-fc.c:
158650             * modules/khmer/khmer-fc.c:
158651             * modules/syriac/syriac-fc.c:
158652             * modules/thai/thai-fc.c:
158653             * modules/tibetan/tibetan-fc.c:
158654             * pango/break.c:
158655             * pango/modules.c:
158656             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
158657             * pango/pango-attributes.c (pango_attr_list_filter):
158658             * pango/pango-engine.c:
158659             * pango/pango-fontset.c:
158660             * pango/pango-layout.c (pango_layout_set_text),
158661             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
158662             * pango/pango-markup.c (text_handler):
158663             * pango/pango-utils.c (read_alias_file):
158664             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
158665             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
158666             * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info):
158667             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
158668             * tests/dump-boundaries.c (fail):
158669             Remove unused variables.  Remove excess semicolon after DEFINE_TYPE
158670             macros.
158671
158672  src/ftglue.c | 2 --
158673  1 file changed, 2 deletions(-)
158674
158675 commit 59aafd07806a2f0d4f399eff13aec74557f60522
158676 Author: Behdad Esfahbod <behdad@gnome.org>
158677 Date:   Mon Apr 10 10:33:17 2006 +0000
158678
158679     Fix minor bugs reported by the Coverity scan report.
158680     
158681     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
158682     
158683             Fix minor bugs reported by the Coverity scan report.
158684     
158685             * pango/opentype/harfbuzz-gdef.c (HB_GDEF_Build_ClassDefinition):
158686             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
158687             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do not access
158688             structs before we check them for nullity.
158689     
158690             * pango/pango-layout.c (pango_layout_index_to_line),
158691             (pango_layout_index_to_line_and_extents),
158692             (pango_layout_index_to_pos): Check for invalid iterators outside the
158693             loop, so we don't crash.
158694     
158695             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
158696             char_trailing instead of trailing in one of too many paths.  Should
158697             have been a typo.
158698     
158699             * pango/pangox.c (get_font_metrics_from_subfonts): Check for nullity
158700             somewhere.
158701
158702  src/harfbuzz-gdef.c | 3 ++-
158703  src/harfbuzz-gpos.c | 9 ++++++---
158704  2 files changed, 8 insertions(+), 4 deletions(-)
158705
158706 commit b31d6def96ff99e89ba42e09661992498bda460d
158707 Author: Behdad Esfahbod <behdad@gnome.org>
158708 Date:   Thu Apr 6 18:23:49 2006 +0000
158709
158710     Update from HarfBuzz. Lars Knoll fixed all the warnings.
158711     
158712     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
158713     
158714             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed all the
158715             warnings.
158716
158717  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
158718  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
158719  src/harfbuzz-gsub.c | 114 +++++++++++++++++++++++++++++-----------------------
158720  src/harfbuzz-impl.h |   4 ++
158721  4 files changed, 179 insertions(+), 113 deletions(-)
158722
158723 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
158724 Author: Behdad Esfahbod <behdad@gnome.org>
158725 Date:   Mon Apr 3 20:13:17 2006 +0000
158726
158727     Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7
158728     
158729     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
158730     
158731             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and frineds are
158732             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
158733
158734  src/harfbuzz-gdef.c |  3 ---
158735  src/harfbuzz-gpos.c |  3 ---
158736  src/harfbuzz-gsub.c |  3 ---
158737  src/harfbuzz-impl.h | 11 +++++++++++
158738  4 files changed, 11 insertions(+), 9 deletions(-)
158739
158740 commit f618288e00914b6606ec977d506c18e4abdd3ce4
158741 Author: Behdad Esfahbod <behdad@src.gnome.org>
158742 Date:   Fri Mar 31 13:19:29 2006 +0000
158743
158744     .
158745
158746  src/.cvsignore | 2 --
158747  1 file changed, 2 deletions(-)
158748
158749 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
158750 Author: Behdad Esfahbod <behdad@src.gnome.org>
158751 Date:   Fri Mar 31 13:18:23 2006 +0000
158752
158753     .
158754
158755  src/.cvsignore | 1 +
158756  1 file changed, 1 insertion(+)
158757
158758 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
158759 Author: Behdad Esfahbod <behdad@src.gnome.org>
158760 Date:   Fri Mar 31 12:45:40 2006 +0000
158761
158762     Define NULL.
158763
158764  src/harfbuzz-impl.h | 6 +++++-
158765  1 file changed, 5 insertions(+), 1 deletion(-)
158766
158767 commit 9f8da38cd108590514b71756b752d98952a9221f
158768 Author: Behdad Esfahbod <behdad@gnome.org>
158769 Date:   Fri Mar 31 12:28:09 2006 +0000
158770
158771     Convert pango/opentype to the new project called HarfBuzz.
158772     
158773     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
158774     
158775             Convert pango/opentype to the new project called HarfBuzz.
158776     
158777             * pango/opentype/*: Restructured.
158778     
158779             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
158780
158781  src/COPYING                            |   15 +
158782  src/{FTL.TXT => COPYING.FTL}           |    0
158783  src/COPYING.GPL                        |  340 ++
158784  src/FT-license.txt                     |   28 -
158785  src/Makefile.am                        |   89 +-
158786  src/README                             |   44 +-
158787  src/ftglue.c                           |   88 +-
158788  src/ftglue.h                           |   68 +-
158789  src/ftxgdef.c                          | 1225 -------
158790  src/ftxgdef.h                          |  224 --
158791  src/ftxgpos.c                          | 6199 -------------------------------
158792  src/ftxgpos.h                          |  838 -----
158793  src/ftxgsub.c                          | 4533 -----------------------
158794  src/ftxgsub.h                          |  594 ---
158795  src/ftxopen.c                          | 1552 --------
158796  src/ftxopen.h                          |  317 --
158797  src/ftxopenf.h                         |  166 -
158798  src/harfbuzz-buffer.c                  |  227 ++
158799  src/harfbuzz-buffer.h                  |  106 +
158800  src/{ottest.c => harfbuzz-dump-main.c} |   84 +-
158801  src/{disasm.c => harfbuzz-dump.c}      |  186 +-
158802  src/{disasm.h => harfbuzz-dump.h}      |   18 +-
158803  src/harfbuzz-gdef-private.h            |  101 +
158804  src/harfbuzz-gdef.c                    | 1228 +++++++
158805  src/harfbuzz-gdef.h                    |  127 +
158806  src/harfbuzz-gpos-private.h            |  683 ++++
158807  src/harfbuzz-gpos.c                    | 6269 ++++++++++++++++++++++++++++++++
158808  src/harfbuzz-gpos.h                    |  168 +
158809  src/harfbuzz-gsub-private.h            |  448 +++
158810  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
158811  src/harfbuzz-gsub.h                    |  132 +
158812  src/harfbuzz-impl.h                    |   64 +
158813  src/harfbuzz-open-private.h            |   81 +
158814  src/harfbuzz-open.c                    | 1426 ++++++++
158815  src/harfbuzz-open.h                    |  285 ++
158816  src/harfbuzz.c                         |   19 +
158817  src/harfbuzz.h                         |   23 +
158818  src/otlbuffer.c                        |  238 --
158819  src/otlbuffer.h                        |  103 -
158820  39 files changed, 16582 insertions(+), 16335 deletions(-)
158821
158822 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
158823 Author: Behdad Esfahbod <behdad@gnome.org>
158824 Date:   Sat Mar 25 23:52:30 2006 +0000
158825
158826     Don't err on Table_Missing.
158827     
158828     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
158829     
158830             * pango/opentype/ottest.c: Don't err on Table_Missing.
158831
158832  src/ottest.c | 4 ++--
158833  1 file changed, 2 insertions(+), 2 deletions(-)
158834
158835 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
158836 Author: Behdad Esfahbod <behdad@gnome.org>
158837 Date:   Mon Mar 13 05:06:05 2006 +0000
158838
158839     === Released 1.12.0 ===
158840     
158841     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
158842     
158843             * === Released 1.12.0 ===
158844     
158845             * configure.in: Version 1.12.0
158846     
158847             * NEWS, README: Updated.
158848
158849  src/README | 4 ++--
158850  1 file changed, 2 insertions(+), 2 deletions(-)
158851
158852 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
158853 Author: Behdad Esfahbod <behdad@gnome.org>
158854 Date:   Mon Jan 30 22:37:48 2006 +0000
158855
158856     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
158857     
158858     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
158859     
158860             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
158861             and ReverseChainContextualSubst table.  (bug #149696,
158862             patch from Aamir Wali)
158863
158864  src/ftxgsub.c  | 545 ++++++++++++++++++++++++++++++++++++++++++++++-----------
158865  src/ftxgsub.h  |  47 +++--
158866  src/ftxopen.c  |   7 +
158867  src/ftxopenf.h |   5 +-
158868  4 files changed, 487 insertions(+), 117 deletions(-)
158869
158870 commit e040f681963d51eaadcd53a456100fde1a7addb6
158871 Author: Behdad Esfahbod <behdad@gnome.org>
158872 Date:   Sat Jan 28 20:29:18 2006 +0000
158873
158874     Removed.
158875     
158876     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
158877     
158878             * pango/opentype/pango-ot-*: Removed.
158879     
158880             * pango/pango-ot-*: Added.
158881     
158882             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
158883
158884  src/Makefile.am        |  30 +--
158885  src/pango-ot-buffer.c  | 339 ------------------------
158886  src/pango-ot-info.c    | 681 -------------------------------------------------
158887  src/pango-ot-private.h | 105 --------
158888  src/pango-ot-ruleset.c | 225 ----------------
158889  5 files changed, 13 insertions(+), 1367 deletions(-)
158890
158891 commit f45689bc655eb723f11a2eb65a41303221b80397
158892 Author: Behdad Esfahbod <behdad@gnome.org>
158893 Date:   Wed Jan 25 19:33:58 2006 +0000
158894
158895     If major.minor of required and available glib versions are the same, add
158896     
158897     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
158898     
158899             * configure.in: If major.minor of required and available glib versions
158900             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
158901     
158902             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
158903
158904  src/Makefile.am | 1 -
158905  1 file changed, 1 deletion(-)
158906
158907 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
158908 Author: Behdad Esfahbod <behdad@gnome.org>
158909 Date:   Sat Jan 14 07:00:13 2006 +0000
158910
158911     Make sure #include <config.h> is the first include in the file. (bug
158912     
158913     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
158914     
158915             * */*.c, */*/*.c: Make sure #include <config.h> is the first include
158916             in the file. (bug #158870, based on patch by Luis Menina)
158917
158918  src/disasm.c           | 2 ++
158919  src/ftglue.c           | 1 +
158920  src/ftxgdef.c          | 1 +
158921  src/ftxgpos.c          | 2 ++
158922  src/ftxgsub.c          | 2 ++
158923  src/ftxopen.c          | 2 ++
158924  src/otlbuffer.c        | 3 +++
158925  src/ottest.c           | 1 +
158926  src/pango-ot-buffer.c  | 2 ++
158927  src/pango-ot-info.c    | 2 ++
158928  src/pango-ot-ruleset.c | 2 ++
158929  11 files changed, 20 insertions(+)
158930
158931 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
158932 Author: Behdad Esfahbod <behdad@gnome.org>
158933 Date:   Thu Jan 5 16:14:49 2006 +0000
158934
158935     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
158936     
158937     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
158938     
158939             * pango/Makefile.am,
158940             * pango/fonts.c,
158941             * pango/glyphstring.c,
158942             * pango/pango-attributes.c,
158943             * pango/pango-color.c,
158944             * pango/pango-impl-utils.h,
158945             * pango/pango-item.c,
158946             * pango/pango-layout.c,
158947             * pango/pango-tabs.c,
158948             * pango/pango-utils.c,
158949             * pango/pango-utils.h,
158950             * pango/pangoatsui-fontmap.c,
158951             * pango/pangocairo-font.c,
158952             * pango/pangocairo-fontmap.c,
158953             * pango/pangofc-fontmap.c,
158954             * pango/pangowin32-fontmap.c,
158955             * pango/pangox-fontmap.c,
158956             * pango/pangox.c,
158957             * pango/opentype/pango-ot-info.c,
158958             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
158959             unnecessary strdups in the type system. (bug #325832, Matthias Clasen)
158960
158961  src/pango-ot-info.c    | 3 ++-
158962  src/pango-ot-ruleset.c | 3 ++-
158963  2 files changed, 4 insertions(+), 2 deletions(-)
158964
158965 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
158966 Author: Behdad Esfahbod <behdad@gnome.org>
158967 Date:   Tue Dec 27 09:55:48 2005 +0000
158968
158969     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)
158970     
158971     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
158972     
158973             * pango/opentype/pango-ot-buffer.c: Use g_slice for PangoOTBuffer
158974             allocation. (bug #325026, Matthias Clasen)
158975
158976  src/pango-ot-buffer.c | 4 ++--
158977  1 file changed, 2 insertions(+), 2 deletions(-)
158978
158979 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
158980 Author: Behdad Esfahbod <behdad@src.gnome.org>
158981 Date:   Fri Nov 25 09:22:02 2005 +0000
158982
158983     Tiny doc improvement.
158984
158985  src/pango-ot-info.c | 2 +-
158986  1 file changed, 1 insertion(+), 1 deletion(-)
158987
158988 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
158989 Author: Behdad Esfahbod <behdad@gnome.org>
158990 Date:   Wed Nov 23 19:48:10 2005 +0000
158991
158992     Fix typo in docs.
158993     
158994     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
158995     
158996             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
158997
158998  src/pango-ot-buffer.c | 4 +++-
158999  1 file changed, 3 insertions(+), 1 deletion(-)
159000
159001 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
159002 Author: Behdad Esfahbod <behdad@gnome.org>
159003 Date:   Wed Nov 23 17:54:55 2005 +0000
159004
159005     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
159006     
159007     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
159008     
159009             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
159010             pango/pango-glyph-item.c pango/pango-layout.c
159011             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
159012             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
159013             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
159014             interfaces added after Pango 1.0. (#319116, Brian Cameron)
159015
159016  src/pango-ot-buffer.c  | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
159017  src/pango-ot-ruleset.c | 14 ++++++++++++++
159018  2 files changed, 63 insertions(+)
159019
159020 commit 682db81c23d2116072d8550657c914afb7c26d2b
159021 Author: Behdad Esfahbod <behdad@gnome.org>
159022 Date:   Wed Nov 23 15:19:48 2005 +0000
159023
159024     Protect against possible division by zeros (#316468, Steve Grubb)
159025     
159026     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
159027     
159028             Protect against possible division by zeros (#316468, Steve Grubb)
159029     
159030             * pango/pango-context.c (update_metrics_from_items),
159031             pango/pango-fontset.c (pango_fontset_real_get_metrics): If count is
159032             zero, do not alter approximate_{char,digit}_width.
159033     
159034             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
159035
159036  src/disasm.c | 28 ++++++++++++++++++----------
159037  1 file changed, 18 insertions(+), 10 deletions(-)
159038
159039 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
159040 Author: Behdad Esfahbod <behdad@gnome.org>
159041 Date:   Wed Nov 23 11:53:03 2005 +0000
159042
159043     Reworked basic shaper with OpenType support. (#101079, based on patch from
159044     
159045     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
159046     
159047             * modules/basic/basic-fc.c: Reworked basic shaper with OpenType
159048             support. (#101079, based on patch from Denis Jacquerye and Noah Levitt)
159049     
159050             * modules/basic/basic-fc.c (basic_scripts): Added Unicode 4.1 addition
159051             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
159052     
159053             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c: Replace
159054             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
159055     
159056             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_add_feature):
159057             Remove reference in docs to pango_ot_ruleset_shape() that was
159058             removed long ago.
159059
159060  src/pango-ot-ruleset.c | 6 +++---
159061  1 file changed, 3 insertions(+), 3 deletions(-)
159062
159063 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
159064 Author: Behdad Esfahbod <behdad@gnome.org>
159065 Date:   Thu Nov 17 06:28:11 2005 +0000
159066
159067     Part of #101079:
159068     
159069     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
159070     
159071             Part of #101079:
159072     
159073             * pango/opentype/ftxopen.c (Load_Lookup): In extension subtables,
159074             offset is relative to the extension subtable, not the original
159075             table. (Greg Aumann)
159076     
159077             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading BaseAnchor,
159078             skip offsets that are zero.  Works around bug in Doulos SIL Regular.
159079
159080  src/ftxgpos.c | 6 ++++++
159081  src/ftxopen.c | 6 ++++--
159082  2 files changed, 10 insertions(+), 2 deletions(-)
159083
159084 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
159085 Author: Behdad Esfahbod <behdad@gnome.org>
159086 Date:   Wed Nov 9 23:30:00 2005 +0000
159087
159088     Remove debug line that got in accidentally.
159089     
159090     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
159091     
159092             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:  Remove debug
159093             line that got in accidentally.
159094
159095  src/ftxgpos.c | 1 -
159096  src/ftxopen.c | 1 -
159097  2 files changed, 2 deletions(-)
159098
159099 commit 9717127a5be037e26afe52332a8b07f13474557a
159100 Author: Behdad Esfahbod <behdad@gnome.org>
159101 Date:   Fri Nov 4 23:55:38 2005 +0000
159102
159103     Turn various gcc warnings off. Adding const, adding static, fully
159104     
159105     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
159106     
159107             * configure.in, examples/argcontext.c examples/cairoview.c,
159108             examples/renderdemo.c, examples/renderdemo.h examples/xftview.c,
159109             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
159110             modules/hebrew/hebrew-shaper.c, modules/hebrew/hebrew-shaper.h,
159111             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
159112             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
159113             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
159114             pango/pango-engine.h, pango/pango-fontmap.c,
159115             pango/pango-fontset.c, pango/pango-impl-utils.h,
159116             pango/pango-layout.c, pango/pango-layout.h,
159117             pango/pango-renderer.c, pango/pango-script.c,
159118             pango/pango-utils.c, pango/pangocairo-fc.h,
159119             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
159120             pango/pangocairo-private.h, pango/pangofc-decoder.c,
159121             pango/pangofc-font.c, pango/pangofc-fontmap.c pango/pangoft2.c,
159122             pango/pangox-fontcache.c, pango/pangox-fontmap.c pango/pangox.c,
159123             pango/pangoxft-font.c, pango/querymodules.c,
159124             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
159125             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
159126             pango/opentype/pango-ot-info.c,
159127             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
159128             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
159129             tests/testscript.c: Turn various gcc warnings off. Adding const,
159130             adding static, fully initializing structs, match signedness in
159131             comparisons. (#317804)
159132     
159133             * tests/testscript.c, tools/gen-script-for-lang.c:
159134             (scripts_for_file): Pass error->message instead of error to fail(),
159135             which was wrong.
159136             (compare_lang): Fix typo comparing a and a instead of a and b.
159137
159138  src/ftglue.c           | 2 +-
159139  src/ftxgpos.c          | 4 ++++
159140  src/ftxopen.c          | 1 +
159141  src/pango-ot-buffer.c  | 4 ++--
159142  src/pango-ot-info.c    | 5 +++--
159143  src/pango-ot-ruleset.c | 5 +++--
159144  6 files changed, 14 insertions(+), 7 deletions(-)
159145
159146 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
159147 Author: Behdad Esfahbod <behdad@gnome.org>
159148 Date:   Thu Nov 3 20:13:40 2005 +0000
159149
159150     Patches from #170414. Reviewed by Matthias Clasen.
159151     
159152     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
159153     
159154             Patches from #170414.  Reviewed by Matthias Clasen.
159155     
159156             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use call table
159157             to dispatch different lookup types.
159158     
159159             * pango/opentype/pango-ot-buffer.c, pango/opentype/pango-ot-ruleset.c:
159160             Small cleanup.
159161
159162  src/ftxgpos.c          | 143 ++++++++++++++++++++++++-------------------------
159163  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
159164  src/pango-ot-buffer.c  |   3 +-
159165  src/pango-ot-ruleset.c |  75 +++++++++-----------------
159166  4 files changed, 159 insertions(+), 177 deletions(-)
159167
159168 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
159169 Author: Behdad Esfahbod <pango@behdad.org>
159170 Date:   Mon Aug 29 10:06:40 2005 +0000
159171
159172     Generate valid XML output. Dump LookupFlag too.
159173     
159174     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
159175     
159176             * pango/opentype/ottest.c, pango/opentype/disasm.c: Generate valid
159177             XML output.  Dump LookupFlag too.
159178
159179  src/disasm.c | 58 ++++++++++++++++++++++++++++++----------------------------
159180  src/ottest.c | 23 ++++++++++++++---------
159181  2 files changed, 44 insertions(+), 37 deletions(-)
159182
159183 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
159184 Author: Behdad Esfahbod <pango@behdad.org>
159185 Date:   Mon Aug 15 04:16:04 2005 +0000
159186
159187     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
159188     
159189     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
159190     
159191             * pango/opentype/ftglue.h: Replace perror with perror_.
159192             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
159193
159194  src/ftglue.h | 8 ++++----
159195  1 file changed, 4 insertions(+), 4 deletions(-)
159196
159197 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
159198 Author: Owen Taylor <otaylor@redhat.com>
159199 Date:   Tue Jul 26 18:33:27 2005 +0000
159200
159201     Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,
159202     
159203     2005-07-26    Owen Taylor  <otaylor@redhat.com>
159204     
159205             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups
159206             with lookup index out of range. (Patch from Behdad Esfahbod, #171170)
159207
159208  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
159209  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
159210  2 files changed, 48 insertions(+), 12 deletions(-)
159211
159212 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
159213 Author: Owen Taylor <otaylor@redhat.com>
159214 Date:   Fri Jul 22 18:03:58 2005 +0000
159215
159216     Remove an unecessary set of block2.
159217     
159218     2005-07-22  Owen Taylor  <otaylor@redhat.com>
159219     
159220             * pango/opentype/ftglue.c (ftglue_realloc): Remove
159221             an unecessary set of block2.
159222
159223  src/ftglue.c | 1 -
159224  1 file changed, 1 deletion(-)
159225
159226 commit ff7034787d79dcd1bec58a4e02602039313da00e
159227 Author: Owen Taylor <otaylor@redhat.com>
159228 Date:   Fri Jul 22 17:56:37 2005 +0000
159229
159230     Patch from David Turner. Review and testing by Behdad Esfahbod
159231     
159232     2005-07-22  Owen Taylor  <otaylor@redhat.com>
159233     
159234             Patch from David Turner. Review and testing by Behdad Esfahbod
159235     
159236             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that provides
159237             implementation of the internal functions that the opentype code
159238             expects in terms of publically exported FreeType API.
159239     
159240             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
159241             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
159242             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
159243             pango/opentype/pango-ot-ruleset.c: Remove includes of
159244             internal headers. Small changes to work with ftglue.[ch]
159245     
159246             * pango/opentype/fterrcompat.h: Remove: no longer needed.
159247     
159248             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
159249             than poking at FT_MODULE_CLASS (face->driver)->module_name.
159250     
159251             * pango/opentype/ftxopen.c (Free_FeatureList): Free
159252             fl->ApplyOrder. (Found by Behdad)
159253
159254  src/Makefile.am        |   3 +-
159255  src/fterrcompat.h      |  95 --------------
159256  src/ftglue.c           | 350 +++++++++++++++++++++++++++++++++++++++++++++++++
159257  src/ftglue.h           | 156 ++++++++++++++++++++++
159258  src/ftxgdef.c          |   9 +-
159259  src/ftxgpos.c          |   9 +-
159260  src/ftxgsub.c          |  10 +-
159261  src/ftxopen.c          |   8 +-
159262  src/otlbuffer.c        |   4 +-
159263  src/pango-ot-info.c    |   6 +-
159264  src/pango-ot-ruleset.c |   2 -
159265  11 files changed, 520 insertions(+), 132 deletions(-)
159266
159267 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
159268 Author: Owen Taylor <otaylor@redhat.com>
159269 Date:   Thu Jul 21 18:15:45 2005 +0000
159270
159271     Fix up places where there is missing or incomplete Copyright and License
159272     
159273     2005-07-21  Owen Taylor  <otaylor@redhat.com>
159274     
159275             Fix up places where there is missing or incomplete
159276             Copyright and License information (Reported by William N. Ray)
159277     
159278             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
159279     
159280             * pango/opentype/FT-license.txt: Make this the dual-licensing
159281             description that covers the FreeType code (FreeType's
159282             LICENSE.TXT) rather than the FTL.
159283     
159284             * pango/opentype/FTL.TXT: Move the FTL (referenced from
159285             FT-license.txt) to here.
159286     
159287             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
159288             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
159289             tools/gen-script-for-lang.c tests/testcolor.c:
159290             Add LGPL header and copyright information.
159291     
159292             * modules/indic/indic-ot.[ch] modules/indic/indic-ot-class-tables.c
159293             modules/thai/thai-ot.[ch]: Add LGPL header.
159294     
159295             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
159296             Minor fixes to copyright information.
159297     
159298             * modules/arabic/arabic-ot.c: Add Freetype license boilerplate.
159299
159300  src/FT-license.txt | 179 +++++++----------------------------------------------
159301  src/FTL.TXT        | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++
159302  src/fterrcompat.h  |  10 ++-
159303  3 files changed, 204 insertions(+), 159 deletions(-)
159304
159305 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
159306 Author: Owen Taylor <otaylor@redhat.com>
159307 Date:   Tue Jun 14 19:54:19 2005 +0000
159308
159309     Chain up from finalize. (#307547, Paolo Borelli)
159310     
159311     2005-06-14  Owen Taylor  <otaylor@redhat.com>
159312     
159313             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
159314             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
159315             Chain up from finalize. (#307547, Paolo Borelli)
159316     
159317             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
159318             make accidentally public function static.
159319
159320  src/pango-ot-info.c    | 4 +++-
159321  src/pango-ot-ruleset.c | 2 ++
159322  2 files changed, 5 insertions(+), 1 deletion(-)
159323
159324 commit 44ff46a364fb7981804eb45329c4999b415711f9
159325 Author: Tor Lillqvist <tml@novell.com>
159326 Date:   Tue Apr 12 01:27:21 2005 +0000
159327
159328     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
159329     
159330     2005-04-12  Tor Lillqvist  <tml@novell.com>
159331     
159332             * pango/opentype/Makefile.am: Rename LDADDS to
159333             libpango_ot_la_LIBADD to actually make libpango-ot.la link with
159334             it.
159335     
159336             * pango/pangowin32.def: Rename get_scale_factor to
159337             get_metrics_factor here, too. (#300222, Ivan Wong)
159338
159339  src/Makefile.am | 12 ++++++------
159340  1 file changed, 6 insertions(+), 6 deletions(-)
159341
159342 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
159343 Author: Owen Taylor <otaylor@redhat.com>
159344 Date:   Thu Mar 3 19:38:02 2005 +0000
159345
159346     For all binary searches, handle the case where the number of items is 0.
159347     
159348     2005-03-03  Owen Taylor  <otaylor@redhat.com>
159349     
159350             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
159351             Get_Class2): For all binary searches, handle the case where
159352             the number of items is 0. (#162977, Nick Lamb)
159353     
159354             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
159355             Handle the case where glyph_count == 0 properly. Fix a problem
159356             with cleanups on memory allocation failure.
159357             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
159358             end of the ClassRangeRecord array.
159359
159360  src/ftxgdef.c | 60 +++++++++++++++++++++++++++++++++++------------------------
159361  src/ftxopen.c | 15 +++++++++++++++
159362  2 files changed, 51 insertions(+), 24 deletions(-)
159363
159364 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
159365 Author: Owen Taylor <otaylor@redhat.com>
159366 Date:   Mon Nov 22 23:37:19 2004 +0000
159367
159368     Set G_LOG_DOMAIN.
159369     
159370     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
159371     
159372             * pango/opentype/Makefile.am pango/Makefile.am
159373             modules/*/Makefile.am: Set G_LOG_DOMAIN.
159374
159375  src/Makefile.am | 1 +
159376  1 file changed, 1 insertion(+)
159377
159378 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
159379 Author: Owen Taylor <otaylor@redhat.com>
159380 Date:   Wed Sep 22 18:14:55 2004 +0000
159381
159382     Cleanups from 'sparse', #149922, Kjartan Maraas
159383     
159384     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
159385     
159386             Cleanups from 'sparse', #149922, Kjartan Maraas
159387     
159388             * pango/pango-utils.c (read_config): () => (void) in
159389             definition.
159390     
159391             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
159392             Initialize *n_families, not n_families.
159393     
159394             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
159395             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
159396             confusion.
159397
159398  src/ftxgdef.c | 2 +-
159399  src/ftxgpos.c | 6 +++---
159400  src/ftxgsub.c | 2 +-
159401  3 files changed, 5 insertions(+), 5 deletions(-)
159402
159403 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
159404 Author: Owen Taylor <otaylor@redhat.com>
159405 Date:   Tue Sep 14 13:45:41 2004 +0000
159406
159407     === Released 1.6.0 ===
159408     
159409     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
159410     
159411             * === Released 1.6.0 ===
159412     
159413             * configure.in: Update versions for 1.6.0
159414     
159415             * NEWS: Update.
159416     
159417             * README: Minor tweak.
159418     
159419             * pango/fonts.c pango/pango-context.c pango/pango-types.h
159420             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
159421             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
159422             Since: 1.6.
159423
159424  src/pango-ot-buffer.c | 2 ++
159425  1 file changed, 2 insertions(+)
159426
159427 commit d41089a5b691967fdd622f47c8397a80af104396
159428 Author: Owen Taylor <otaylor@redhat.com>
159429 Date:   Fri Jul 30 21:23:04 2004 +0000
159430
159431     Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer
159432     
159433     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
159434     
159435             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
159436             pango/opentype/ftxopen.[ch]: Finish extending properties
159437             flags from FT_UShort => FT_UInt. (OTLBuffer was already
159438             using an FT_UInt)
159439
159440  src/ftxgpos.c | 8 ++++----
159441  src/ftxgpos.h | 2 +-
159442  src/ftxgsub.c | 8 ++++----
159443  src/ftxgsub.h | 2 +-
159444  src/ftxopen.c | 2 +-
159445  src/ftxopen.h | 2 +-
159446  6 files changed, 12 insertions(+), 12 deletions(-)
159447
159448 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
159449 Author: Owen Taylor <otaylor@redhat.com>
159450 Date:   Tue Jul 27 17:20:01 2004 +0000
159451
159452     Save the order in which features were added and use that when applying
159453     
159454     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
159455     
159456             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
159457             pango/opentype/ftxpos.c: Save the order in which
159458             features were added and use that when applying features.
159459             (Patch from Soheil Hassas Yeganeh, #122330)
159460
159461  src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
159462  src/ftxgsub.c | 34 +++++++++++++++++++++-------------
159463  src/ftxopen.c | 14 +++++++++++---
159464  src/ftxopen.h |  2 ++
159465  4 files changed, 58 insertions(+), 33 deletions(-)
159466
159467 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
159468 Author: Behdad Esfahbod <behdad@src.gnome.org>
159469 Date:   Tue Jul 27 13:12:19 2004 +0000
159470
159471     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
159472     
159473     
159474             * pango/opentype/ftxgpos.c: Remove the unused parameter
159475             from the IN_CURITEM() and IN_CURGLYPH macros.
159476
159477  src/ftxgpos.c | 68 +++++++++++++++++++++++++++++------------------------------
159478  src/ftxgsub.c |  2 +-
159479  2 files changed, 35 insertions(+), 35 deletions(-)
159480
159481 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
159482 Author: Behdad Esfahbod <behdad@src.gnome.org>
159483 Date:   Tue Jul 27 10:43:58 2004 +0000
159484
159485     Fix bug to copy glyph from in_string, not out_string.
159486     
159487     
159488             * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
159489             Fix bug to copy glyph from in_string, not out_string.
159490
159491  src/otlbuffer.c | 4 ++--
159492  1 file changed, 2 insertions(+), 2 deletions(-)
159493
159494 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
159495 Author: Owen Taylor <otaylor@redhat.com>
159496 Date:   Mon Jul 26 23:14:53 2004 +0000
159497
159498     Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake
159499     
159500     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
159501     
159502             * pango/opentype/ftxgdef.c: Fix allocation and indexing
159503             in NewGlyphClasses array. (#130661, Masatake YAMATO)
159504
159505  src/ftxgdef.c | 14 +++++++-------
159506  1 file changed, 7 insertions(+), 7 deletions(-)
159507
159508 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
159509 Author: Owen Taylor <otaylor@redhat.com>
159510 Date:   Mon Jul 26 19:25:45 2004 +0000
159511
159512     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.
159513     
159514     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
159515     
159516             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
159517             unused parameter from the IN_CURITEM() and IN_CURGLYPH
159518             macros.
159519
159520  src/ftxgsub.c | 56 ++++++++++++++++++++++++++++----------------------------
159521  1 file changed, 28 insertions(+), 28 deletions(-)
159522
159523 commit a00c4ea5626526980139b122977e367b8434d24a
159524 Author: Owen Taylor <otaylor@redhat.com>
159525 Date:   Mon Jul 26 19:23:06 2004 +0000
159526
159527     Add missing macro to make the last change actually compile.
159528     
159529     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
159530     
159531             * pango/opentype/ftxgsub.c: Add missing macro to make the
159532             last change actually compile.
159533
159534  src/ftxgsub.c | 2 ++
159535  1 file changed, 2 insertions(+)
159536
159537 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
159538 Author: Owen Taylor <otaylor@redhat.com>
159539 Date:   Mon Jul 26 19:20:27 2004 +0000
159540
159541     Match backtrack context against the output glyphs not the input glyphs
159542     
159543     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
159544     
159545             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
159546             Match backtrack context against the output glyphs not
159547             the input glyphs (#145174, Aamir Wali)
159548
159549  src/ftxgsub.c | 24 ++++++++++++------------
159550  1 file changed, 12 insertions(+), 12 deletions(-)
159551
159552 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
159553 Author: Owen Taylor <otaylor@redhat.com>
159554 Date:   Mon Jul 26 18:59:02 2004 +0000
159555
159556     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
159557     
159558     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
159559     
159560             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
159561             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
159562             and use that to cache the properties for a glyph.
159563     
159564             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
159565     
159566             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
159567             to use when we are copying an unmodified glyph from input
159568             to output that preserves the cached properties.
159569
159570  src/ftxgdef.c   | 16 ++++++++++------
159571  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
159572  src/ftxgsub.c   | 54 ++++++++++++++++++++++++++++--------------------------
159573  src/ftxopenf.h  |  2 +-
159574  src/otlbuffer.c | 21 +++++++++++++++++++--
159575  src/otlbuffer.h |  6 ++++++
159576  6 files changed, 91 insertions(+), 60 deletions(-)
159577
159578 commit 81b62af42313fb60db523374cd8c6901829f5c4e
159579 Author: Owen Taylor <otaylor@redhat.com>
159580 Date:   Mon Jul 19 21:13:23 2004 +0000
159581
159582     Add support for ChainContextSubstFormat3.
159583     
159584     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
159585     
159586             * pango/opentype/disasm.c: Add support for
159587             ChainContextSubstFormat3.
159588
159589  src/disasm.c | 16 +++++++++++++++-
159590  1 file changed, 15 insertions(+), 1 deletion(-)
159591
159592 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
159593 Author: Owen Taylor <otaylor@redhat.com>
159594 Date:   Mon Jul 19 20:37:22 2004 +0000
159595
159596     Fix pervasive buffer overruns when skipping glyphs when matching contexts.
159597     
159598     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
159599     
159600             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
159601             Fix pervasive buffer overruns when skipping glyphs
159602             when matching contexts. (#118592, Kailash C. Chowksey)
159603
159604  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
159605  src/ftxgsub.c | 376 ++++++++++++++++++++++++++--------------------------------
159606  2 files changed, 284 insertions(+), 351 deletions(-)
159607
159608 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
159609 Author: Owen Taylor <otaylor@redhat.com>
159610 Date:   Wed Jun 23 20:33:35 2004 +0000
159611
159612     #143693, Sayamindu Dasgupta
159613     
159614     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
159615     
159616             #143693, Sayamindu Dasgupta
159617     
159618             * pango/opentype/pango-ot-buffer.c (pango_ot_buffer_set_zero_width_marks) pango/opentype/pango-ot-private.h:
159619             Allow setting for whether marks should be given zero width,
159620             defaulting to FALSE.
159621     
159622             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
159623             on zero-width-marks setting.
159624
159625  src/pango-ot-buffer.c  | 22 +++++++++++++++++++++-
159626  src/pango-ot-private.h |  5 +++--
159627  2 files changed, 24 insertions(+), 3 deletions(-)
159628
159629 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
159630 Author: Owen Taylor <otaylor@redhat.com>
159631 Date:   Mon Jun 21 18:04:02 2004 +0000
159632
159633     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
159634     
159635     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
159636     
159637             * pango/opentype/otlbuffer.c: Use the gcc-3.3
159638             strict-aliasing compatible macros from fterrcompat.h
159639             (#140495, reported by Stanislav Brabec)
159640
159641  src/otlbuffer.c | 22 ++++++++++++++--------
159642  1 file changed, 14 insertions(+), 8 deletions(-)
159643
159644 commit b327765176dff81047f942ac56a1d206344e6039
159645 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
159646 Date:   Fri May 28 16:41:36 2004 +0000
159647
159648     Negate y offset according to different conventions between
159649     
159650             * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate y offset
159651             according to different conventions between PangoGlyphString and OTL
159652             (#142544)
159653
159654  src/pango-ot-buffer.c | 2 +-
159655  1 file changed, 1 insertion(+), 1 deletion(-)
159656
159657 commit 068763b547d791e28b892bcaee810f3d60a83018
159658 Author: Owen Taylor <otaylor@redhat.com>
159659 Date:   Thu May 27 21:55:50 2004 +0000
159660
159661     Revert error return changes from last commit.
159662     
159663     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
159664     
159665             * pango/opentype/otlbuffer.c: Revert error return changes
159666             from last commit.
159667
159668  src/otlbuffer.c | 16 ++++++----------
159669  1 file changed, 6 insertions(+), 10 deletions(-)
159670
159671 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
159672 Author: Owen Taylor <otaylor@redhat.com>
159673 Date:   Thu May 27 21:03:42 2004 +0000
159674
159675     Free buffer->positions, clean up error returns that were returning
159676     
159677     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
159678     
159679             * pango/opentype/otlbuffer.c: Free buffer->positions,
159680             clean up error returns that were returning uninitialized
159681             values. (#139239, Behdad Esfahbod)
159682
159683  src/otlbuffer.c | 21 +++++++++++++--------
159684  1 file changed, 13 insertions(+), 8 deletions(-)
159685
159686 commit de568e7e6200c7a49bae1f78ac63858b8df01173
159687 Author: Owen Taylor <otaylor@redhat.com>
159688 Date:   Tue Mar 16 19:23:43 2004 +0000
159689
159690     === Released 1.4.0 ===
159691     
159692     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
159693     
159694             * === Released 1.4.0 ===
159695     
159696             * configure.in: Version 1.4.0, interface ago 0. Require
159697             glib-2.4.0.
159698     
159699             * NEWS: Updates.
159700     
159701             * README: Some updates; include details about the FreeType
159702             license of the OpenType code.
159703
159704  src/FT-license.txt | 77 +++++++++++++++++++++++++++++-------------------------
159705  1 file changed, 42 insertions(+), 35 deletions(-)
159706
159707 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
159708 Author: Hans Breuer <hans@breuer.org>
159709 Date:   Wed Mar 3 22:35:19 2004 +0000
159710
159711     if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should
159712     
159713     2004-03-03  Hans Breuer  <hans@breuer.org>
159714     
159715             * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
159716             defined include the basic backend shaper (should have been
159717             commited at 2003-12-12, too)
159718     
159719             * pango/makefile.msc : generate correct type for PangoFontMask
159720             (bug #135892, John Ehresman)
159721             * pango/opentype/makefile.msc : updated
159722     
159723             * pango/pango.def pango/pangoft2.def : more updatd externals
159724
159725  src/makefile.msc | 6 ++++--
159726  1 file changed, 4 insertions(+), 2 deletions(-)
159727
159728 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
159729 Author: Owen Taylor <otaylor@redhat.com>
159730 Date:   Sun Feb 29 15:44:50 2004 +0000
159731
159732     Rework opentype interfaces and other changes to make GPOS work for Arabic.
159733     
159734     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
159735     
159736             Rework opentype interfaces and other changes to make GPOS
159737             work for Arabic. (Most of #117282, #121060)
159738     
159739             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
159740             acts as a replacement for the separate GSUB and
159741             GPOS string structures and hides many of the internal
159742             details.
159743     
159744             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
159745             Adapt to OTL_Buffer.
159746     
159747             * pango/opentype/ftxgpos.c: Redo handling of cursive
159748             chains so that it actually works.
159749     
159750             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
159751             Pango wrapper around OTL_Buffer.
159752     
159753             * pango/pango-ot.h pango/pango-ot-ruleset.c pango/pango-ot-buffer.c:
159754             Split pango_ot_ruleset_shape() into pango_ot_ruleset_substitute(),
159755             pango_ot_ruleset_position(), make them act on
159756             PangoOTBuffer, add a separate pango_ot_buffer_output()
159757             which does the default positioning and writes to a
159758             PangoGlyphString.
159759     
159760             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
159761             modules/indic/mprefixups.[ch]: Adapt to new OpenType
159762             interfaces; add GPOS features for Arabic.
159763     
159764             * pango/opentype/pango-ot-info.c: Don't derive class information
159765             from Unicode properties for Arabic presentation forms,
159766             let the shaping process derive the properties.
159767
159768  src/Makefile.am        |   3 +
159769  src/ftxgdef.c          |   4 +-
159770  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
159771  src/ftxgpos.h          |  23 +-
159772  src/ftxgsub.c          | 719 +++++++++++--------------------------------------
159773  src/ftxgsub.h          |  40 +--
159774  src/ftxopen.h          |   1 +
159775  src/otlbuffer.c        | 213 +++++++++++++++
159776  src/otlbuffer.h        |  97 +++++++
159777  src/ottest.c           |   2 +
159778  src/pango-ot-buffer.c  | 265 ++++++++++++++++++
159779  src/pango-ot-info.c    |  27 +-
159780  src/pango-ot-private.h |   8 +
159781  src/pango-ot-ruleset.c | 148 +++-------
159782  14 files changed, 1039 insertions(+), 1084 deletions(-)
159783
159784 commit d670ddf99192dd4999775a9215a818ae63fa3416
159785 Author: Owen Taylor <otaylor@redhat.com>
159786 Date:   Sat Feb 21 14:53:12 2004 +0000
159787
159788     Sign convention for y offsets is opposite between PangoGlyphString and FT
159789     
159790     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
159791     
159792             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
159793             Sign convention for y offsets is opposite between
159794             PangoGlyphString and FT code. (#132591)
159795
159796  src/pango-ot-ruleset.c | 2 +-
159797  1 file changed, 1 insertion(+), 1 deletion(-)
159798
159799 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
159800 Author: Owen Taylor <otaylor@redhat.com>
159801 Date:   Fri Feb 13 16:11:40 2004 +0000
159802
159803     Memory leak fixes from Masatake YAMATO, #130652
159804     
159805     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
159806     
159807             Memory leak fixes from Masatake YAMATO, #130652
159808     
159809             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
159810             Free the gdef table as well as the contained data.
159811     
159812             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
159813             Set gcd->loaded, so that the contents get freed later.
159814
159815  src/ftxgdef.c | 4 ++++
159816  1 file changed, 4 insertions(+)
159817
159818 commit 926b8f322989298e43c8bac85f23e3525470a669
159819 Author: Owen Taylor <otaylor@redhat.com>
159820 Date:   Mon Jan 26 19:23:35 2004 +0000
159821
159822     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
159823     
159824     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
159825     
159826             * pango/opentype/pango-ot-info.c (is_truetype): Suport
159827             CFF fonts as well. (#131202, Manjunath Sripadarao)
159828
159829  src/pango-ot-info.c | 3 ++-
159830  1 file changed, 2 insertions(+), 1 deletion(-)
159831
159832 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
159833 Author: Hans Breuer <hans@breuer.org>
159834 Date:   Sat Dec 13 14:31:50 2003 +0000
159835
159836     moved pango_fc_* to the latter where they live on *nix too.
159837     
159838     2003-12-13  Hans Breuer  <hans@breuer.org>
159839     
159840             * pango/pango.def pangoft2.def : moved pango_fc_*
159841             to the latter where they live on *nix too.
159842     
159843             * pango/makefile.msc : make it build again (including
159844             the Ft2 backend)
159845     
159846             * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
159847             include the basic backend shaper
159848     
159849             * pango/pangowin32.c (pango_win32_render_layout) :
159850             initialize iter before first usage to avoid immediate crashing
159851     
159852             * pango/opentype/makefile.msc
159853                 pango/modules/makefile.msc : finally build with mscv, too.
159854             [completely untested cause I'm not able to type, write or read
159855             any of these languages]
159856     
159857             * modules/modules.def : follow module function renaming/changes
159858     
159859             * modules/basic/basic-win32.c : register the right engine, i.e.
159860             make it compile
159861
159862  src/makefile.msc | 21 +++++++++++++++++++++
159863  1 file changed, 21 insertions(+)
159864
159865 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
159866 Author: Owen Taylor <otaylor@redhat.com>
159867 Date:   Sat Nov 1 15:02:17 2003 +0000
159868
159869     Switch over to recommended Freetype system of include ft2build.h then
159870     
159871     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
159872     
159873             * pango/pango-ot.h pango/pangofc-font.h modules/indic/indic-ot.h
159874             pango/pangoft2.c pango/opentype/pango-ot-info.c
159875             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
159876             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
159877             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
159878             Switch over to recommended Freetype system of
159879             include ft2build.h then #include FT_FREETYPE_H.
159880             Fixes ftmodule.h problem with current Freetype CVS.
159881             (#125548)
159882
159883  src/ftxgdef.c          | 14 +++++++-------
159884  src/ftxgpos.c          | 17 ++++++++---------
159885  src/ftxgsub.c          | 13 ++++++-------
159886  src/ftxopen.c          | 10 +++++-----
159887  src/ftxopen.h          |  3 ++-
159888  src/ottest.c           |  1 -
159889  src/pango-ot-info.c    |  4 ++--
159890  src/pango-ot-private.h |  2 --
159891  src/pango-ot-ruleset.c |  4 ++--
159892  9 files changed, 32 insertions(+), 36 deletions(-)
159893
159894 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
159895 Author: Owen Taylor <otaylor@redhat.com>
159896 Date:   Mon Sep 15 22:04:55 2003 +0000
159897
159898     Fix gcc-3.3 versions of macros to have the right return value.
159899     
159900     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
159901     
159902             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
159903             macros to have the right return value.
159904
159905  src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
159906  1 file changed, 26 insertions(+), 18 deletions(-)
159907
159908 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
159909 Author: Owen Taylor <otaylor@redhat.com>
159910 Date:   Mon Aug 25 14:30:12 2003 +0000
159911
159912     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems where
159913     
159914     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
159915     
159916             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
159917             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
159918             Fix problems where the coverage wasn't being checked
159919             for the first input glyph. (#118639, Kailash C. Chowksey)
159920
159921  src/ftxgpos.c | 7 +++----
159922  src/ftxgsub.c | 7 +++----
159923  2 files changed, 6 insertions(+), 8 deletions(-)
159924
159925 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
159926 Author: Owen Taylor <otaylor@redhat.com>
159927 Date:   Fri Aug 22 22:52:08 2003 +0000
159928
159929     Add some macro definitions for gcc-3.3 that suppress the bogus
159930     
159931     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
159932     
159933             * pango/opentype/fterrcompat.h: Add some macro definitions
159934             for gcc-3.3 that suppress the bogus strict-aliasing
159935             warnings.
159936     
159937             * pango/pango-utils.c (read_config_file): Use
159938             g_hash_table_new_full() to simplify code and fix
159939             gcc-3.3 warnings.
159940     
159941             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
159942             * pango/querymodules.c (query_module): Suppress gcc-3.3
159943             warnings.
159944     
159945             * pango/modules.c (pango_find_map): Fix warning from
159946             missing declaration of pango_module_get_type().
159947     
159948             * pango/pango-context.c/pango-engine.c: Fix name confusion
159949             for pango_get_fallback_shaper().
159950
159951  src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
159952  1 file changed, 34 insertions(+), 2 deletions(-)
159953
159954 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
159955 Author: Owen Taylor <otaylor@redhat.com>
159956 Date:   Tue Jul 29 14:21:54 2003 +0000
159957
159958     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of
159959     
159960     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
159961     
159962             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
159963             handling of IGNORE_SPECIAL_MARKS to be properly
159964             "ignore marks of attachment type different than
159965             specified. (#118456, Kailash C. Chowksey)
159966
159967  src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
159968  1 file changed, 28 insertions(+), 9 deletions(-)
159969
159970 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
159971 Author: Owen Taylor <otaylor@redhat.com>
159972 Date:   Mon Jul 28 22:28:37 2003 +0000
159973
159974     Revert back out the FreeType patch preventing ligatures of not-originally
159975     
159976     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
159977     
159978             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
159979             Revert back out the FreeType patch preventing
159980             ligatures of not-originally adjacent glyphs;
159981             it doesn't work for all scripts. (#118472,
159982             Kailash C. Chowksey)
159983
159984  src/ftxgsub.c | 31 +++----------------------------
159985  1 file changed, 3 insertions(+), 28 deletions(-)
159986
159987 commit 825e6d7e86cac310161648601b09291fa05d5ba5
159988 Author: Owen Taylor <otaylor@redhat.com>
159989 Date:   Sun Jul 27 02:40:31 2003 +0000
159990
159991     Check for lookahead glyphs in the right place. (Patch from #116860)
159992     
159993     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
159994     
159995             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
159996             Check for lookahead glyphs in the right place. (Patch
159997             from #116860)
159998     
159999             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
160000             Same fix here.
160001
160002  src/ftxgpos.c | 6 +++---
160003  src/ftxgsub.c | 6 +++---
160004  2 files changed, 6 insertions(+), 6 deletions(-)
160005
160006 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
160007 Author: Owen Taylor <otaylor@redhat.com>
160008 Date:   Sun Jul 27 02:19:52 2003 +0000
160009
160010     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
160011     
160012     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
160013     
160014             * pango/opentype/ftxgsub.c (Do_String_Lookup,
160015             TT_GSUB_Apply_String): Fix return value to only
160016             contain TTO_Err_Not_Covered if *no* lookups
160017             matched. Fix memory leaks on error in Apply_String().
160018
160019  src/ftxgsub.c | 120 ++++++++++++++++++++++++++++++++++++----------------------
160020  1 file changed, 75 insertions(+), 45 deletions(-)
160021
160022 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
160023 Author: Owen Taylor <otaylor@redhat.com>
160024 Date:   Sun Jul 27 01:10:15 2003 +0000
160025
160026     Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix
160027     
160028     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
160029     
160030             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
160031             Fix confusion between boolean and FT_Error return.
160032             (GSUB equivalent of fix for #108358)
160033
160034  src/ftxgsub.c | 5 +++--
160035  1 file changed, 3 insertions(+), 2 deletions(-)
160036
160037 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
160038 Author: Owen Taylor <otaylor@redhat.com>
160039 Date:   Sat Jul 26 15:02:13 2003 +0000
160040
160041     Move allocation afer initial checks, fixing memory leak.
160042     
160043     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
160044     
160045             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
160046             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
160047             allocation afer initial checks, fixing memory leak.
160048     
160049             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
160050             Fix some more error return memory leaks that weren't
160051             fixed in the Qt changes.
160052
160053  src/ftxgpos.c |  8 ++++----
160054  src/ftxgsub.c | 12 ++++++------
160055  2 files changed, 10 insertions(+), 10 deletions(-)
160056
160057 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
160058 Author: Owen Taylor <otaylor@redhat.com>
160059 Date:   Sat Jul 26 14:50:23 2003 +0000
160060
160061     Fix various memory leaks from error returns that should have been jumps to
160062     
160063     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
160064     
160065             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
160066             Fix various memory leaks from error returns that should
160067             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
160068
160069  src/ftxgpos.c | 8 ++++----
160070  src/ftxgsub.c | 4 ++--
160071  2 files changed, 6 insertions(+), 6 deletions(-)
160072
160073 commit 256d21970733483833b9cf31d5e0fa7ae853e944
160074 Author: Owen Taylor <otaylor@redhat.com>
160075 Date:   Sat Jul 26 14:35:29 2003 +0000
160076
160077     Fix additional places where TTO_Err_Not_Covered wasn't considered a
160078     
160079     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
160080     
160081             * pango/opentype/ftxgpos.c: Fix additional places where
160082             TTO_Err_Not_Covered wasn't considered a successful return
160083             from Get_Class. (From Qt, Lars Knoll)
160084
160085  src/ftxgpos.c | 8 ++++----
160086  1 file changed, 4 insertions(+), 4 deletions(-)
160087
160088 commit 374960681e2e36d0e4032623d8cb92a7910baf71
160089 Author: Owen Taylor <otaylor@redhat.com>
160090 Date:   Sat Jul 26 13:50:23 2003 +0000
160091
160092     If applying a ligature lookup makes adjacent two glyphs that were not
160093     
160094     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
160095     
160096             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
160097             If applying a ligature lookup makes adjacent two glyphs
160098             that were not originally adjacent, avoid making
160099             subsequent ligatures between those glyphs.
160100             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
160101
160102  src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
160103  1 file changed, 28 insertions(+), 3 deletions(-)
160104
160105 commit b682482df77608d67eca8a050db5b36f44953c13
160106 Author: Owen Taylor <otaylor@redhat.com>
160107 Date:   Sat Jul 26 13:20:52 2003 +0000
160108
160109     Fix some FreeType1 variable declarations that snuck in from the last
160110     
160111     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
160112     
160113             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
160114             Fix some FreeType1 variable declarations that snuck
160115             in from the last commits (Christophe Fergeau,
160116             118363)
160117
160118  src/ftxgpos.c | 6 +++---
160119  src/ftxopen.c | 2 +-
160120  2 files changed, 4 insertions(+), 4 deletions(-)
160121
160122 commit 06c12109de061c357f46dcec82c4bee7160afede
160123 Author: Owen Taylor <otaylor@redhat.com>
160124 Date:   Sat Jul 26 03:45:44 2003 +0000
160125
160126     OpenType-1.4 update: backtrack information is stored with the item closest
160127     
160128     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
160129     
160130             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
160131             OpenType-1.4 update: backtrack information is stored with the
160132             item closest to the input first (From FreeType,
160133             Werner Lemberg, 2002-09-26)
160134
160135  src/ftxgpos.c | 26 ++++++++++++++++++--------
160136  src/ftxgsub.c | 24 +++++++++++++++++-------
160137  2 files changed, 35 insertions(+), 15 deletions(-)
160138
160139 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
160140 Author: Owen Taylor <otaylor@redhat.com>
160141 Date:   Sat Jul 26 03:14:23 2003 +0000
160142
160143     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
160144     
160145     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
160146     
160147             Update of GPOS and GSUB support to OpenType 1.3
160148             (From FreeType, Werner Lemberg, 2001-08-08)
160149     
160150             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
160151     
160152             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
160153             member to mark the beginning of a chain of cursive connections.
160154     
160155             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
160156             RIGHT_TO_FLAG flag is set, shift cursive chain up so
160157             last glyph is on the baseline.
160158
160159  src/ftxgpos.c | 25 ++++++++++++++++++++++++-
160160  src/ftxopen.h |  8 ++++++--
160161  2 files changed, 30 insertions(+), 3 deletions(-)
160162
160163 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
160164 Author: Owen Taylor <otaylor@redhat.com>
160165 Date:   Sat Jul 26 03:03:40 2003 +0000
160166
160167     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
160168     
160169     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
160170     
160171             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
160172             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
160173             allow lookup information to be stored at 32-bit offets
160174             via a double indirection. (From FreeType, Werner Lemberg,
160175             2001-08-08)
160176
160177  src/ftxgpos.h | 17 +++++++++--------
160178  src/ftxgsub.h |  1 +
160179  src/ftxopen.c | 19 +++++++++++++++++++
160180  3 files changed, 29 insertions(+), 8 deletions(-)
160181
160182 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
160183 Author: Owen Taylor <otaylor@redhat.com>
160184 Date:   Sat Jul 26 02:44:19 2003 +0000
160185
160186     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
160187     
160188     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
160189     
160190             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
160191             Lookup_ChainContextSubst2): Fix a couple of
160192             places where TTO_Err_Not_Covered wasn't considered
160193             a successful return from Get_Class -- it means
160194             use class index 0. (From FreeType, Werner Lemberg,
160195             2001-08-06)
160196
160197  src/ftxgsub.c | 4 ++--
160198  1 file changed, 2 insertions(+), 2 deletions(-)
160199
160200 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
160201 Author: Owen Taylor <otaylor@redhat.com>
160202 Date:   Sat Jul 26 02:10:42 2003 +0000
160203
160204     Improvements to OpenType-dumping code, based on changes in Qt by Lars
160205     
160206     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
160207     
160208             Improvements to OpenType-dumping code, based on
160209             changes in Qt by Lars Knoll.
160210     
160211             * pango/opentype/ottest.c: Tweak the debugging output,
160212             suppress some warnings.
160213     
160214             * pango/opentype/disasm.c: Add support for
160215             GSUB Context/Chain GPOS MarkBase lookups, improve
160216             output in various ways.
160217
160218  src/disasm.c | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
160219  src/ottest.c |  12 +--
160220  2 files changed, 241 insertions(+), 13 deletions(-)
160221
160222 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
160223 Author: Owen Taylor <otaylor@redhat.com>
160224 Date:   Thu Jul 24 21:05:29 2003 +0000
160225
160226     Fix uses of g_assert() around statements with side effects. (#115498,
160227     
160228     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
160229     
160230             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
160231             Fix uses of g_assert() around statements with side effects.
160232             (#115498, patch from David Cuthbert)
160233
160234  src/pango-ot-ruleset.c | 14 +++++++++-----
160235  1 file changed, 9 insertions(+), 5 deletions(-)
160236
160237 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
160238 Author: Owen Taylor <otaylor@redhat.com>
160239 Date:   Wed Apr 16 21:48:29 2003 +0000
160240
160241     More careful handling of face->charmap; if is NULL, try to set a unicode
160242     
160243     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
160244     
160245             * pango/opentype/pango-ot-info.c (synthesize_class_def):
160246             More careful handling of face->charmap; if is NULL,
160247             try to set a unicode charmap, if that doesn't succeed,
160248             return. (Hopefully fixes #106550)
160249
160250  src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
160251  1 file changed, 24 insertions(+), 2 deletions(-)
160252
160253 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
160254 Author: Owen Taylor <otaylor@redhat.com>
160255 Date:   Wed Apr 16 03:58:17 2003 +0000
160256
160257     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
160258     
160259     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
160260     
160261             * pango/opentype/ftxg{sub/pos}.c: When loading
160262             in Load_Chain{Sub,Pos}ClassRule, the limit we
160263             have only applies to the input ClassDef table.
160264             Fixes problem with Arial Unicode. Much help from
160265             Noah Levitt in tracing this down.
160266
160267  src/ftxgpos.c | 7 ++++---
160268  src/ftxgsub.c | 7 ++++---
160269  2 files changed, 8 insertions(+), 6 deletions(-)
160270
160271 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
160272 Author: Owen Taylor <otaylor@redhat.com>
160273 Date:   Tue Apr 15 23:01:19 2003 +0000
160274
160275     Fix mispelled constant from last commit.
160276     
160277     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
160278     
160279             * pango/opentype/ftxgpos.c: Fix mispelled constant
160280             from last commit.
160281
160282  src/ftxgpos.c | 2 +-
160283  1 file changed, 1 insertion(+), 1 deletion(-)
160284
160285 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
160286 Author: Owen Taylor <otaylor@redhat.com>
160287 Date:   Tue Apr 15 22:15:41 2003 +0000
160288
160289     Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)
160290     
160291     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
160292     
160293             * pango/opentype/ftxgpos.c: Fix confusion between
160294             boolean and FT_Error return. (#108358, Noah Levitt)
160295     
160296             * pango/opentype/ftxopen.c (Get_Class1): index is
160297             allowed to be NULL. (#108358, Noah Levitt)
160298
160299  src/ftxgpos.c | 5 +++--
160300  src/ftxopen.c | 3 ++-
160301  2 files changed, 5 insertions(+), 3 deletions(-)
160302
160303 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
160304 Author: Owen Taylor <otaylor@redhat.com>
160305 Date:   Tue Apr 15 21:05:53 2003 +0000
160306
160307     Fix infinite loop in the case where the charmap contains a character >
160308     
160309     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
160310     
160311             * pango/opentype/pango-ot-info.c (synthesize_class_def):
160312             Fix infinite loop in the case where the charmap contains
160313             a character > 65535. (#106550, Morten Welinder.)
160314
160315  src/pango-ot-info.c | 14 +++++++-------
160316  1 file changed, 7 insertions(+), 7 deletions(-)
160317
160318 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
160319 Author: James Henstridge <james@daa.com.au>
160320 Date:   Tue Mar 11 12:31:16 2003 +0000
160321
160322     make similar changes to the ones on glib head (call gtk-docize, etc).
160323     
160324     2003-03-11  James Henstridge  <james@daa.com.au>
160325     
160326         * autogen.sh: make similar changes to the ones on glib head (call
160327         gtk-docize, etc).
160328     
160329         * configure.in: move some calculations into M4 macros, rather than
160330         calculating them when configure runs.
160331         Use AC_HELP_STRING where appropriate.
160332         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
160333         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
160334         AC_CONFIG_COMMANDS (once per created file).
160335         Get rid of the "chmod +x pango-config" bit, because there is no
160336         pango-config anymore.
160337     
160338         * Makefile.am: get rid of custom distcheck rule, and set
160339         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
160340         Use += to select which .pc files to install.
160341     
160342         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
160343         remove them on clean.
160344         Reorder so that rules related to each individual library are next
160345         to each other.
160346         Use BUILT_SOURCES for built sources.
160347     
160348         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
160349     
160350         * modules/*/Makefile.am: simplify module makefiles through use of
160351         +=, and regularise them a bit (fixed a few bugs in the process).
160352     
160353         * docs/Makefile.am: remove common rules, and instead include
160354         gtk-doc.make.
160355     
160356         * examples/Makefile.am: add pango.modules to CLEANFILES.
160357     
160358         * tests/Makefile.am: remove temporary files on clean.
160359
160360  src/Makefile.am | 11 +++++------
160361  1 file changed, 5 insertions(+), 6 deletions(-)
160362
160363 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
160364 Author: Owen Taylor <otaylor@redhat.com>
160365 Date:   Mon Feb 17 22:04:29 2003 +0000
160366
160367     Add an --enable-debug configure argument defaulting to 'yes' for unstable
160368     
160369     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
160370     
160371             * configure.in **/Makefile.am: Add an --enable-debug
160372             configure argument defaulting to 'yes' for unstable
160373             releases and 'minimum' for stable releases.
160374             For minimum, -DG_DISABLE_CAST_CHECKS.
160375     
160376             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
160377             pango/pangoxft-fontmap.c: Add caching of fontsets
160378             (#104495, initial patch and review by Soeren Sandmann)
160379     
160380             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
160381             pango/pangoxft-fontmap.c pango/pangoft2-private.h
160382             pango/pangoxft-private.h: Remove cache of recently freed
160383             fonts; not necessary now that we cache fontsets.
160384     
160385             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
160386             Rename from pango_fc_font_set_free to reflect
160387             what it actually does.
160388     
160389             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
160390             pango/pangoxft-fontmap.c: Combine clear-the-cache
160391             functions; we didn't need separate clear-the-font-cache
160392             and clear-the-pattern-cache functions.
160393
160394  src/Makefile.am | 1 +
160395  1 file changed, 1 insertion(+)
160396
160397 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
160398 Author: Owen Taylor <otaylor@redhat.com>
160399 Date:   Wed Feb 12 22:12:55 2003 +0000
160400
160401     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
160402     
160403     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
160404     
160405             * configure.in pango/opentype/fterrcompat.h README:
160406             Up the FreeType version requirement to 2.0.9.
160407             (2.2.1 had a compilation failure with older versions,
160408             this catches it more cleanly, and removes some unneeded
160409             checks. #105302, problem reported by Will Partain.)
160410
160411  src/fterrcompat.h | 4 ----
160412  1 file changed, 4 deletions(-)
160413
160414 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
160415 Author: Owen Taylor <otaylor@redhat.com>
160416 Date:   Sat Jan 11 00:16:26 2003 +0000
160417
160418     Export TT_New_GDEF_Table to create an empty GDEF table.
160419     
160420     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
160421     
160422             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
160423             to create an empty GDEF table.
160424     
160425             * pango/opentype/pango-ot-info.c: If the font doesn't
160426             have a class definition table, synthesize one using
160427             the charmap and the unicode properties of characters
160428             in the charmap. (Needed to make things work with various
160429             old Arabic fonts, such as the KACST fonts)
160430
160431  src/ftxgdef.c       |  46 +++++++++++++++-------
160432  src/ftxgdef.h       |   4 ++
160433  src/pango-ot-info.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
160434  3 files changed, 144 insertions(+), 14 deletions(-)
160435
160436 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
160437 Author: Matthias Clasen <matthiasc@src.gnome.org>
160438 Date:   Thu Nov 28 23:53:18 2002 +0000
160439
160440     Add docs.
160441     
160442             * docs/tmpl/xft-fonts.sgml:
160443             * docs/tmpl/freetype-fonts.sgml: Add docs.
160444     
160445             * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
160446             * pango/pangoft2-fontmap.c
160447             (pango_ft2_font_map_set_default_substitute):
160448             Fix doc typos.
160449
160450  src/pango-ot-info.c | 4 +++-
160451  1 file changed, 3 insertions(+), 1 deletion(-)
160452
160453 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
160454 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
160455 Date:   Tue Nov 26 13:37:10 2002 +0000
160456
160457     Do not add GLIB_CFLAGS to CFLAGS.
160458     
160459     
160460     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
160461     
160462             * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
160463     
160464             * docs/Makefile.am, examples/Makefile.am,
160465             modules/arabic/Makefile.am, modules/basic/Makefile.am,
160466             modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
160467             modules/indic/Makefile.am, modules/tamil/Makefile.am,
160468             modules/thai/Makefile.am, pango/Makefile.am,
160469             pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
160470             Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
160471             docs/Makefile.am). Also some cosmetic line wrapping and
160472             reindentation.
160473
160474  src/Makefile.am | 5 +++--
160475  1 file changed, 3 insertions(+), 2 deletions(-)
160476
160477 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
160478 Author: Manish Singh <yosh@gimp.org>
160479 Date:   Mon Oct 14 22:50:48 2002 +0000
160480
160481     Get rid of unnecessary casts for g_object_{ref,unref}
160482     
160483     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
160484     
160485             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
160486             pango/pangowin32-fontmap.c pango/pangowin32.c pango/pangox-fontmap.c
160487             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
160488             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
160489             Get rid of unnecessary casts for g_object_{ref,unref}
160490
160491  src/pango-ot-ruleset.c | 4 ++--
160492  1 file changed, 2 insertions(+), 2 deletions(-)
160493
160494 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
160495 Author: Owen Taylor <otaylor@redhat.com>
160496 Date:   Sun Sep 29 19:06:58 2002 +0000
160497
160498     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
160499     
160500     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
160501     
160502             * pango/opentype/ftxgpos.c: ligatures can be also used in
160503             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
160504
160505  src/ftxgpos.c | 13 ++++++++++---
160506  1 file changed, 10 insertions(+), 3 deletions(-)
160507
160508 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
160509 Author: Owen Taylor <otaylor@redhat.com>
160510 Date:   Sun Sep 29 19:05:01 2002 +0000
160511
160512     Start of merges from freetype1 of OpenType fixes.
160513     
160514     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
160515     
160516             Start of merges from freetype1 of OpenType fixes.
160517     
160518             (2001-03-17  Werner Lemberg)
160519     
160520             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c pango/opentype/ftxg\sub.c:
160521             More fixes for special marks.
160522
160523  src/ftxgdef.c | 13 ++++++++-----
160524  src/ftxgpos.c |  6 +++---
160525  src/ftxgsub.c |  4 ++--
160526  3 files changed, 13 insertions(+), 10 deletions(-)
160527
160528 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
160529 Author: Tor Lillqvist <tml@iki.fi>
160530 Date:   Mon Sep 23 21:45:31 2002 +0000
160531
160532     Remove. Not used. (A static library is built here. Exported entries are in
160533     
160534     2002-09-24  Tor Lillqvist  <tml@iki.fi>
160535     
160536             * pango/opentype/pango-ot.def: Remove. Not used. (A static library
160537             is built here. Exported entries are in ../pangoft2.def.)
160538     
160539             * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
160540
160541  src/Makefile.am  |  3 +--
160542  src/pango-ot.def | 50 --------------------------------------------------
160543  2 files changed, 1 insertion(+), 52 deletions(-)
160544
160545 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
160546 Author: Tor Lillqvist <tml@iki.fi>
160547 Date:   Mon Sep 23 21:19:30 2002 +0000
160548
160549     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
160550     
160551     2002-09-23  Tor Lillqvist  <tml@iki.fi>
160552     
160553             * pango/makefile.mingw.in
160554             * pango/mini-fribidi/makefile.mingw
160555             * pango/opentype/makefile.mingw.in: Remove. Not maintained.
160556     
160557             * pango/Makefile.am (EXTRA_DIST)
160558             * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
160559             * pango/opentype/Makefile.am (EXTRA_DIST): Remove
160560             makefile.mingw(.in) from here, too.
160561     
160562             * configure.in (AC_OUTPUT): Don't try to output above removed
160563             files.
160564
160565  src/Makefile.am       |  3 +--
160566  src/makefile.mingw.in | 43 -------------------------------------------
160567  2 files changed, 1 insertion(+), 45 deletions(-)
160568
160569 commit fb279cb0bf676bb1d225e6a296282523d839074d
160570 Author: Eric Mader <emader@src.gnome.org>
160571 Date:   Mon Sep 9 18:11:55 2002 +0000
160572
160573     Correctly handle back, new_advance.
160574
160575  src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
160576  1 file changed, 16 insertions(+), 9 deletions(-)
160577
160578 commit c880e814a50100577811a8a51bc06b4275c55a7e
160579 Author: Eric Mader <emader@src.gnome.org>
160580 Date:   Fri Sep 6 22:45:23 2002 +0000
160581
160582     Don't fail when reading an empty script.
160583
160584  src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
160585  src/ftxopen.h |  1 +
160586  2 files changed, 26 insertions(+), 11 deletions(-)
160587
160588 commit 441e7d0292bf1a06396daac80fcbad23976a824d
160589 Author: Owen Taylor <otaylor@redhat.com>
160590 Date:   Wed Aug 7 17:01:52 2002 +0000
160591
160592     Offset to MarkAttachClassDef is offset to table, not offset to offset to
160593     
160594     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
160595     
160596             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
160597             Offset to MarkAttachClassDef is offset to table,
160598             not offset to offset to table.
160599     
160600             * pango/opentype/ftxopen.c (Get_Device): Handle
160601             NULL device tables which we represent with
160602             d->DeltaValue == NULL.
160603
160604  src/ftxgsub.c | 13 -------------
160605  src/ftxopen.c |  2 +-
160606  2 files changed, 1 insertion(+), 14 deletions(-)
160607
160608 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
160609 Author: Owen Taylor <otaylor@src.gnome.org>
160610 Date:   Tue Jun 4 00:20:51 2002 +0000
160611
160612     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
160613     
160614             Xft2 and fontconfig conversion, based largely on a patch
160615             from Keith Packard.
160616     
160617             * configure.in acconfig.h: Add checks for fontconfig, switch
160618             Xft checks to switch for Xft2 using pkg-config.
160619     
160620             * pangoxft.pc.in pangoxft.pc.in
160621             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
160622             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
160623     
160624             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
160625             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
160626             Switch over to using Xft2 and fontconfig.
160627     
160628             * pango/pangoft2.c pango/pangoft2-fontmap.c pango/pangoft2-private.h
160629             pango/pango/Makefile.am: Remove usage of mini-xft in
160630             favor of fontconfig.
160631     
160632             * pango/pango-ot.h pango/opentype/pango-ot-info.c pango/pangoxft.h
160633             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
160634             Attach OpenType information directly to the FT_Face
160635             structure using FT_Generic.
160636     
160637             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
160638             configure.in: Remove this module, no longer needed.
160639     
160640             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
160641             calls to Xft rendering functions.
160642
160643  src/pango-ot-info.c | 29 +++++++++++++++++++++++------
160644  1 file changed, 23 insertions(+), 6 deletions(-)
160645
160646 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
160647 Author: Owen Taylor <otaylor@redhat.com>
160648 Date:   Fri May 10 18:44:47 2002 +0000
160649
160650     Fix acess outside of a loaded frame and some memory leaks on failure.
160651     
160652     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
160653     
160654             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
160655             outside of a loaded frame and some memory leaks
160656             on failure.
160657
160658  src/ftxgdef.c | 12 ++++++++++--
160659  1 file changed, 10 insertions(+), 2 deletions(-)
160660
160661 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
160662 Author: Eric Mader <mader@jtcsv.com>
160663 Date:   Tue May 7 20:39:14 2002 +0000
160664
160665     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
160666     
160667     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
160668             * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, indic-ot-class-tables.c
160669     
160670             * pango/opentype/ftxgdef.c: Compute full offset for mark attachment class table
160671     
160672             * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if nothing matches
160673     
160674             * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
160675
160676  src/ftxgdef.c          | 10 ++++++++--
160677  src/ftxgpos.c          | 33 ++++++++++++++-------------------
160678  src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
160679  3 files changed, 56 insertions(+), 22 deletions(-)
160680
160681 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
160682 Author: Owen Taylor <otaylor@redhat.com>
160683 Date:   Tue Apr 23 20:20:29 2002 +0000
160684
160685     Add compatibility defines for changes in FreeType 2.1.0.
160686     
160687     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
160688     
160689             * pango/opentype/fterrcompat.h: Add compatibility
160690             defines for changes in FreeType 2.1.0.
160691
160692  src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
160693  1 file changed, 37 insertions(+), 2 deletions(-)
160694
160695 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
160696 Author: Owen Taylor <otaylor@redhat.com>
160697 Date:   Fri Mar 15 06:46:05 2002 +0000
160698
160699     In Load_ChainContextSubst2, handle the case where an empty class
160700     
160701     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
160702     
160703             * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
160704             pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
160705             handle the case where an empty class definition
160706             is represented by an offset of 0.
160707     
160708             * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
160709     
160710             * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
160711             Fix pervasive bug where on cleanups on failure of loading
160712             an array element, all array elements were freed, not
160713             just the ones that had been succesfully loaded.
160714
160715  src/ftxgdef.c  |  24 +++---
160716  src/ftxgpos.c  | 259 ++++++++++++++++++++++++++++++++++++---------------------
160717  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
160718  src/ftxopen.c  |  53 ++++++++----
160719  src/ftxopenf.h |   2 +
160720  5 files changed, 306 insertions(+), 191 deletions(-)
160721
160722 commit 6050933f336f43453e35246525cfec362bd23acb
160723 Author: Owen Taylor <otaylor@redhat.com>
160724 Date:   Fri Mar 15 04:22:14 2002 +0000
160725
160726     Uncomment GPOS parts.
160727     
160728     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
160729     
160730             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
160731     
160732             * pango/opentype/disasm.c: Start adding some GPOS
160733             dumping.
160734
160735  src/disasm.c  | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
160736  src/ftxopen.c |  20 ++++----
160737  2 files changed, 154 insertions(+), 12 deletions(-)
160738
160739 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
160740 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
160741 Date:   Thu Dec 13 17:44:46 2001 +0000
160742
160743     Resuming aborted commit
160744     
160745     
160746     Resuming aborted commit
160747
160748  src/Makefile.am | 1 +
160749  1 file changed, 1 insertion(+)
160750
160751 commit 6926ca94255e5d52d99d0d64d126165fc725432d
160752 Author: Matthias Clasen <matthiasc@src.gnome.org>
160753 Date:   Tue Oct 30 22:09:20 2001 +0000
160754
160755     Remove declarations of unimplemented functions
160756     
160757             * docs/pango-sections.txt, pango/pango-ot.h: Remove declarations
160758             of unimplemented functions pango_ot_ruleset_set_glyph_loader and
160759             pango_ot_ruleset_set_alternate_func and the related typedefs
160760             PangoOTGlyphLoader and PangoOTAlternateFunc.
160761     
160762             * pango/opentype/pango-ot-info.c,
160763             pango/opentype/pango-ot-ruleset.c: Documentation updates.
160764
160765  src/pango-ot-info.c    | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++
160766  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
160767  2 files changed, 103 insertions(+)
160768
160769 commit 87a475c09f6b9b391bca37de47a303a62a397b83
160770 Author: Havoc Pennington <hp@redhat.com>
160771 Date:   Wed Sep 19 21:20:36 2001 +0000
160772
160773     header to abstract the difference between FreeType 2.0.3 and 2.0.4 error
160774     
160775     2001-09-19  Havoc Pennington  <hp@redhat.com>
160776     
160777             * pango/opentype/fterrcompat.h: header to abstract the difference
160778             between FreeType 2.0.3 and 2.0.4 error codes, based on the
160779             configure check.
160780     
160781             * configure.in: check for the tterrors.h header in FreeType 2.0.3,
160782             and define HAVE_FREETYPE_2_0_3 if we have it
160783
160784  src/Makefile.am     |  1 +
160785  src/fterrcompat.h   | 16 ++++++++++++++++
160786  src/ftxgdef.c       |  3 ++-
160787  src/ftxgpos.c       |  3 ++-
160788  src/ftxgsub.c       |  3 ++-
160789  src/ftxopen.c       |  3 ++-
160790  src/pango-ot-info.c |  2 +-
160791  7 files changed, 26 insertions(+), 5 deletions(-)
160792
160793 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
160794 Author: Owen Taylor <otaylor@redhat.com>
160795 Date:   Tue Sep 18 20:05:20 2001 +0000
160796
160797     Up to 0.19.
160798     
160799     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
160800     
160801             * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
160802     
160803             * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
160804             pango/pangoxft-fontmap.c pango/pangoft-fontmap.c pango/pango-context.[ch]
160805             pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
160806             object types, and change the font listing API to list faces and
160807             families, instead of face names and font descriptions.
160808     
160809             * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
160810             an opaque heap-allocated structure, add accessors and
160811             convenience functions.
160812     
160813             * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
160814             heap allocated, protect the structure definition with
160815             #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
160816     
160817             * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
160818             instead of providing a base font description and one to fill
160819             in, provide a single font description to modify based on
160820             the attributes.
160821     
160822             * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
160823             a PangoFontDescription by reference, not by value.
160824     
160825             * pango/pango-utils.[ch]: make pango_parse_style() and friends
160826             take pointers to individual enumerations instead of to a
160827             PangoFontDescription structure.
160828     
160829             * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
160830             changes.
160831     
160832             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
160833             pango/opentype/Makefile.am: Protect portions with
160834             PANGO_ENABLE_ENGINE to shrink the public API.
160835     
160836             * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
160837     
160838             * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
160839             pango_x_font_get_unknown_glyph() into public header since it is
160840             used from modules.
160841     
160842             * pango/pango-{context,font,fontmap,modules.utils}.h pango/Makefile.am:
160843             Protect portions with PANGO_ENABLE_BACKEND to shrink the public API.
160844     
160845             * pango/*.h: Use G_BEGIN/END_DECLS
160846     
160847             * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
160848             PangoFontDescription.
160849     
160850             * pango/pango-indic.h modules/indic/*: Since we install this
160851             header fix it up to Pango conventions, namespece
160852             ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
160853     
160854             * docs/pango-sections.txt: Updated.
160855
160856  src/Makefile.am | 1 +
160857  1 file changed, 1 insertion(+)
160858
160859 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
160860 Author: Darin Adler <darin@src.gnome.org>
160861 Date:   Thu Jul 12 16:34:40 2001 +0000
160862
160863     Remove stray semicolon.
160864     
160865             * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
160866             semicolon.
160867     
160868             * modules/arabic/arconv.h:
160869             * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
160870             Use long* instead of int* for parameter to match what's passed in.
160871     
160872             * modules/indic/bengali-x.c: Add missing <string.h> include.
160873             (pango_indic_make_ligs): Use local variable that was added but not
160874             ever used.
160875             (pango_indic_engine_shape): Remove unused locals.
160876     
160877             * modules/indic/devanagari-x.c: Add missing <string.h> include.
160878             (pango_indic_engine_shape): Remove unused local.
160879     
160880             * modules/indic/gujarati-x.c: Add missing <string.h> include.
160881             (pango_indic_engine_shape): Remove unused local
160882     
160883             * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
160884             variable to quiet the compiler's unused warning.
160885     
160886             * pango/.cvsignore: Ignore more generated files.
160887     
160888             * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
160889             ap variable. The old code would just use the uninitialized value.
160890     
160891             * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
160892     
160893             * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
160894             Remove unused local.
160895     
160896             * pango/pango-attributes.c: (pango_attr_list_get_type),
160897             (pango_color_get_type): Add needed function type casts (just
160898             warnings under gcc, but could be errors in other compilers).
160899     
160900             * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
160901             (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
160902             (pango_xft_font_find_shaper): Switch from lang char* to
160903             PangoLanguage*. The code was still compiling, but would not have
160904             worked.
160905
160906  src/ftxgpos.c          | 2 ++
160907  src/ftxopen.c          | 1 -
160908  src/pango-ot-ruleset.c | 1 -
160909  3 files changed, 2 insertions(+), 2 deletions(-)
160910
160911 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
160912 Author: Owen Taylor <otaylor@redhat.com>
160913 Date:   Fri May 18 16:04:40 2001 +0000
160914
160915     Use ISO C99 varargs when available.
160916     
160917     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
160918     
160919             * pango/opentype/disasm.c: Use ISO C99 varargs when
160920             available.
160921     
160922     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
160923     
160924             * pango/mapping.c: Fixup docs, remove some FIXMEs that are
160925             no longer applicable.
160926     
160927             * pango/pango-layout.c: Move by graphemes, not characters.
160928     
160929             * pango/pango-layout.c (pango_layout_line_x_to_index):
160930             Position at the closest grapheme boundary, not at character
160931             boundaries.
160932     
160933             * pango/pango-layout.c (pango_layout_line_index_to_x):
160934             Return positions of grapheme boundaries, not character
160935             boundaries.
160936
160937  src/Makefile.am | 2 ++
160938  src/disasm.c    | 5 +++++
160939  2 files changed, 7 insertions(+)
160940
160941 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
160942 Author: Owen Taylor <otaylor@redhat.com>
160943 Date:   Tue Apr 24 15:47:22 2001 +0000
160944
160945     Remove excess call to DONE_Stream left over from conversion from FT1.
160946     
160947     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
160948     
160949             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
160950             excess call to DONE_Stream left over from conversion
160951             from FT1. (reported by Michael Jansson)
160952
160953  src/ftxgdef.c | 1 -
160954  1 file changed, 1 deletion(-)
160955
160956 commit c61a730aaebec751831f8423894de5f4b539d0ec
160957 Author: Owen Taylor <otaylor@redhat.com>
160958 Date:   Tue Apr 3 19:07:36 2001 +0000
160959
160960     Release 0.14
160961     
160962     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
160963     
160964             * Release 0.14
160965     
160966             * NEWS: updated.
160967     
160968             * pango/pango/opentype/Makefile.am: make dist fixes.
160969     
160970             * configure.in (PANGO_MINOR_VERSION): Up to 0.14
160971
160972  src/Makefile.am | 10 ++++++++--
160973  1 file changed, 8 insertions(+), 2 deletions(-)
160974
160975 commit 405b878923ed219617c6f643a9aec06175223d16
160976 Author: Tor Lillqvist <tml@iki.fi>
160977 Date:   Thu Dec 21 19:55:23 2000 +0000
160978
160979     Only a script engine here.
160980     
160981     2000-12-21  Tor Lillqvist  <tml@iki.fi>
160982     
160983             * modules/basic/basic-win32.c (script_engine_load): Only a script
160984             engine here.
160985     
160986             * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
160987     
160988             * pango/pango.def
160989             * pango/pangoft2.def: Update.
160990     
160991             * pango/opentype/pango-ot.def
160992             * pango/opentype/makefile.mingw.in: New files.
160993     
160994             * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
160995     
160996             * configure.in (included_modules): Generate
160997             pango/opentype/makefile.mingw.
160998
160999  src/Makefile.am       |  4 +++-
161000  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
161001  src/pango-ot.def      | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
161002  3 files changed, 96 insertions(+), 1 deletion(-)
161003
161004 commit 80a15829135065e16ce5b129c715d10d14b829ba
161005 Author: Owen Taylor <otaylor@redhat.com>
161006 Date:   Wed Dec 20 04:41:36 2000 +0000
161007
161008     Since Xft may only be available statically without shlib deps, check for
161009     
161010     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
161011     
161012             * configure.in pango-config.in pangoxft.pc.in
161013             modules/basic/Makefile.am: Since Xft may only be available
161014             statically without shlib deps, check for FreeType libs explicitly
161015             and include them when linking, otherwise things won't work. Also,
161016             define FREETYPE_CFLAGS from freetype-config --cflags.
161017     
161018             * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
161019             Xft into not converting glyph indices by loading the
161020             face unencoded then calling FT_Set_Charmap ourselves.
161021     
161022             * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
161023             of opentype handling - most of the actually meat of the code here
161024             is the OpenType layout code from FreeType 1 ported to freetype2
161025             and adapted slighlty for our purposes.  Also, includes a
161026             incomplete OpenType-table-dumping code useful for figuring
161027             out what is going on.
161028     
161029             * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
161030             getting FT_Face and PangoOTInfo from PangoXftFont.
161031     
161032             * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
161033             Initial support for rendering Arabic with OpenType fonts.
161034
161035  src/.cvsignore         |    8 +
161036  src/FT-license.txt     |  158 ++
161037  src/Makefile.am        |   39 +
161038  src/README             |   36 +
161039  src/disasm.c           |  317 +++
161040  src/disasm.h           |   26 +
161041  src/ftxgdef.c          | 1155 +++++++++
161042  src/ftxgdef.h          |  220 ++
161043  src/ftxgpos.c          | 6222 ++++++++++++++++++++++++++++++++++++++++++++++++
161044  src/ftxgpos.h          |  858 +++++++
161045  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
161046  src/ftxgsub.h          |  612 +++++
161047  src/ftxopen.c          | 1467 ++++++++++++
161048  src/ftxopen.h          |  308 +++
161049  src/ftxopenf.h         |  161 ++
161050  src/ottest.c           |  265 +++
161051  src/pango-ot-info.c    |  438 ++++
161052  src/pango-ot-private.h |   98 +
161053  src/pango-ot-ruleset.c |  232 ++
161054  19 files changed, 17151 insertions(+)