|
8d199077
|
2020-02-19T14:56:55
|
|
Remove python2 support from tests/utils scripts
|
|
6a390df8
|
2020-02-10T17:19:23
|
|
[tools] Print unicode links on gen-* tools output
As Behdad's review
|
|
4dc87365
|
2020-02-09T18:39:33
|
|
Add links to files used by python scripts.
Closes #2150
|
|
e4464f44
|
2019-10-09T20:55:52
|
|
Reorder U+1C29 LEPCHA VOWEL SIGN OO
|
|
7aad5365
|
2019-06-26T13:21:03
|
|
[config] Add HB_NO_OT_SHAPE / HB_NO_OT
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
|
|
d64fb9db
|
2019-05-26T11:05:54
|
|
[use] Allow U+1A60 TAI THAM SIGN SAKOT after vowel
|
|
d100ccad
|
2019-05-19T10:01:20
|
|
[use] Allow multiple FMs in a cluster
|
|
125c45ed
|
2019-05-15T17:02:32
|
|
Convert Consonant_Initial_Postfixed to CONS_MED
|
|
026ab825
|
2019-05-01T16:15:58
|
|
Add dotted circles to more broken clusters
|
|
fe4a0ac7
|
2019-04-30T13:35:50
|
|
Fix some dead links
|
|
4aa546b7
|
2019-04-29T14:16:51
|
|
Allow some Balinese Po & So as aksara modre bases
|
|
d9d6649b
|
2019-03-27T23:12:58
|
|
Override USE category for Grantha and Tirhuta visargas to allow marks
|
|
cb758f26
|
2019-03-08T09:46:48
|
|
Remove obsolete overrides from Indic/USE scripts
|
|
4a19d3b0
|
2019-03-06T12:37:25
|
|
Update to Unicode 12.0.0
|
|
a7eed7e4
|
2019-03-27T23:12:58
|
|
Override USE category for Grantha and Tirhuta visargas to allow marks
|
|
8c42f032
|
2019-03-08T09:46:48
|
|
Remove obsolete overrides from Indic/USE scripts
|
|
e723c04d
|
2019-03-06T12:37:25
|
|
Update to Unicode 12.0.0
|
|
8874eef8
|
2019-01-17T15:04:44
|
|
Add pragram GCC diagnostic ignored "-Wunused-macros"
|
|
26c5b54f
|
2018-12-31T04:30:43
|
|
CircleCI: Test for Python 3 syntax errors and undefined names (#1522)
Catch missing imports and errors like #1520 and #1521
__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.
* F821: undefined name `name`
* F822: undefined name `name` in `__all__`
* F823: local variable name referenced before assignment
* E901: SyntaxError or IndentationError
* E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
|
|
b3d5b0a5
|
2018-11-21T11:35:44
|
|
Fix USE categories for U+111C9 SHARADA SANDHI MARK
|
|
c565fc3f
|
2018-11-13T12:51:10
|
|
Change USE Category for Grantha Virama
https://github.com/harfbuzz/harfbuzz/issues/1379
|
|
75114e01
|
2018-10-03T12:29:56
|
|
[use] Add Halant_Or_Vowel_Modifier category
Fixes https://github.com/harfbuzz/harfbuzz/issues/1102
|
|
32a43816
|
2018-10-02T18:43:29
|
|
[tibetan] Route Tibetan through USE
Fixes https://github.com/harfbuzz/harfbuzz/pull/933
https://github.com/harfbuzz/harfbuzz/issues/1012
Tibetan failures go from 0 to 2:
TIBETAN: 208467 out of 208469 tests passed. 2 failed (0.000959375%)
|
|
ceef311d
|
2018-10-01T12:45:06
|
|
[use] Change categories for Left_And_* matras
These are only relevant to Sinhala, because they decompose in other
cases. The USE spec categorizes them all as VPst. No idea why we
weren't following that before.
|
|
c77ae408
|
2018-08-25T22:36:36
|
|
Rename hb-*private.hh to hb-*.hh
Sorry for the noise, downstream custom builders. Please adjust.
|
|
62fa7cd1
|
2018-04-13T18:45:37
|
|
Order Chakma split vowels in accordance with NFC
Fixes #1105.
|
|
9541c9da
|
2018-06-24T22:54:57
|
|
Rebase and update USE overrides for Bhaiksuki Gap Fillers and Grantha Anusvara
|
|
a2a1484e
|
2018-06-06T12:57:28
|
|
Convert Consonant_Initial_Postfixed to CONS_FINAL
Consonant_Initial_Postfixed was split off of Consonant_Succeeding_Repha,
so it should correspond to the same USE class, CONS_FINAL.
|
|
060e6b4a
|
2018-06-05T17:31:46
|
|
Update to Unicode 11.0.0
UCDN is not updated yet.
|
|
80395f14
|
2018-03-29T22:00:41
|
|
Make gen-* scripts LC_ALL=C compatible (#942)
|
|
26e0cbd8
|
2018-03-29T21:22:47
|
|
Actual py3 compatibility making on gen-* scripts (#941)
|
|
cab2c2c0
|
2018-03-29T12:48:47
|
|
Make more gen-* scripts py3 compatible (#940)
|
|
a48dd6ef
|
2018-03-28T19:08:19
|
|
Make gen-use-table.py py3 compatible (#932)
|
|
50780447
|
2018-02-13T21:46:28
|
|
[use] Add dump-use-data
|
|
f8daeef4
|
2018-01-03T14:27:34
|
|
[use] Simplify more
|
|
877d15e7
|
2018-01-03T14:24:44
|
|
[use] Simplify
Fixes https://github.com/harfbuzz/harfbuzz/pull/661
|
|
308f4192
|
2018-01-03T14:22:07
|
|
[use] Fix Brahmi Number Joiner 1107F
Fixes https://github.com/harfbuzz/harfbuzz/pull/660
|
|
7bfdf1a9
|
2017-11-22T16:32:52
|
|
Forbid Batak killers after vowel signs
|
|
9f259769
|
2017-11-21T14:16:10
|
|
Categorize U+A8B4 as Consonant_Medial
|
|
7c6937e7
|
2017-11-20T14:49:22
|
|
Move all references of old url to the new address (#622)
|
|
87f0ad18
|
2017-11-02T10:59:25
|
|
Allow U+20F0 in USE clusters
|
|
e07669fc
|
2017-10-03T14:57:14
|
|
[use] Implement Consonant_With_Stacker
Related to https://github.com/behdad/harfbuzz/issues/528
|
|
5680ef88
|
2017-10-02T18:20:51
|
|
[use] Hack to fix shaping of U+1A7F
Fixes https://github.com/behdad/harfbuzz/issues/525
|
|
ea535a1d
|
2017-10-02T17:02:39
|
|
[use] Update to Unicode 10
|
|
29c244af
|
2017-10-02T16:36:21
|
|
Minor
|
|
216b003c
|
2017-07-14T16:38:51
|
|
[use] Fix shaping of U+AA29 CHAM VOWEL SIGN AA
Part of https://github.com/behdad/harfbuzz/issues/376
Also see https://github.com/roozbehp/unicode-data/issues/6
Test added, using NotoSansCham built from Noto Phase III sources.
|
|
9b6312f9
|
2016-05-06T17:41:49
|
|
[use] Update to draft spec from Andrew Glass from August 2015
|
|
2d4b62ea
|
2015-07-21T16:46:37
|
|
[USE] Fix-up variation selectors and word joiner in table
|
|
ad717822
|
2015-07-21T16:43:27
|
|
[USE] Use a couple warnings
|
|
ba728013
|
2015-07-21T11:57:23
|
|
[USE] Add CGJ to table
|
|
44910cef
|
2015-07-20T18:01:10
|
|
[USE] Finish converting Unicode positional categories to USE
Even compiles.
|
|
ad725552
|
2015-07-20T17:00:06
|
|
[USE] Map from Unicode data to USE syllabic categories
Positional sub-categories not applied yet.
|
|
20e246e6
|
2015-07-20T15:56:19
|
|
[USE] Start moving Unicode-to-USE mapping into Python code
|
|
5e5c8560
|
2015-07-20T12:01:20
|
|
[USE] Minor optimization of USE table
|
|
c48ff288
|
2015-07-20T11:46:17
|
|
[USE] Build Universal Shaping Engine data table from Unicode 8 files
|
|
e2c95116
|
2015-07-20T11:32:48
|
|
[USE] Add Universal Shaping Engine to Makefile
|