Sign in
android
/
platform
/
external
/
harfbuzz_ng
/
HEAD
f086447
Merge "Move comment to license_note" am: fee8a3c433
by Treehugger Robot
· 3 months ago
master
fee8a3c
Merge "Move comment to license_note"
by Treehugger Robot
· 3 months ago
4e19d1e
Move comment to license_note
by Bob Badour
· 3 months ago
b317be0
Merge "Update HarfBuzz to 3.1.1" am: 5546d81826 am: a882ada8dd am: 438d046576
by Treehugger Robot
· 7 months ago
438d046
Merge "Update HarfBuzz to 3.1.1" am: 5546d81826 am: a882ada8dd
by Treehugger Robot
· 7 months ago
a882ada
Merge "Update HarfBuzz to 3.1.1" am: 5546d81826
by Treehugger Robot
· 7 months ago
android-s-qpr3-beta-1
android-s-v2-beta-3
android-t-preview-1
android-s-qpr3-beta-1
android-s-v2-beta-3
android-t-preview-1
android-t-preview-2
5546d81
Merge "Update HarfBuzz to 3.1.1"
by Treehugger Robot
· 7 months ago
7bc88b1
Update HarfBuzz to 3.1.1
by Seigo Nonaka
· 7 months ago
cd5c6cd
3.1.1
by Khaled Hosny
· 7 months ago
1e07d42
Typo fix
by Matthias Clasen
· 7 months ago
1fd7fd9
Cosmetics: Avoid confusing indentation
by Matthias Clasen
· 7 months ago
3471f8f
docs: Clarify a doc comment
by Matthias Clasen
· 7 months ago
07dc34b
[mutex] Try work around GCC cast-align error/warning
by Behdad Esfahbod
· 7 months ago
77eeec5
3.1.0
by Khaled Hosny
· 7 months ago
54e7d62
[array] Remove defaulted destructor
by Behdad Esfahbod
· 7 months ago
f51b48c
[subset] Fix fuzzer found memory leak.
by Garret Rieger
· 7 months ago
b1cd0dc
[map] Add INVALID_KEY and INVALID_VALUE
by Behdad Esfahbod
· 7 months ago
540f19b
[subset] fix bug in (Chain)ContextFormat2
by Qunxin Liu
· 7 months ago
e260eeb
[subset] Update test goldens for gdef.glyphset.
by Garret Rieger
· 7 months ago
60e2036
[subset] use glyphset_gsub instead of glyphset for GDEF
by Qunxin Liu
· 7 months ago
e39647c
[subset] update subset goldens to fix tests.
by Garret Rieger
· 7 months ago
0a7563a
[subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968
by Qunxin Liu
· 7 months ago
364b6b3
[subset] Don't assume FeatureList is sorted
by Qunxin Liu
· 7 months ago
49c9392
[subset] During LigatureSubstFormat1 subsetting always place Coverage last.
by Garret Rieger
· 8 months ago
9643d77
[repacker] add more detailed comment about virtual links.
by Garret Rieger
· 8 months ago
5bfc7d1
[repacker] remove VirtualOffset struct.
by Garret Rieger
· 8 months ago
bc4c534
[repacker] Add test for virtual links in the repacker.
by Garret Rieger
· 8 months ago
7615b94
[repacker] add 'virtual links' to the serializer.
by Garret Rieger
· 8 months ago
59d8f6c
[map] Fix copy assignment operator
by Behdad Esfahbod
· 7 months ago
bbda020
Merge pull request #3278 from harfbuzz/more-std
by Behdad Esfahbod
· 7 months ago
459e485
[meta] Remove otherwise-empty test-meta
by Behdad Esfahbod
· 7 months ago
b8724c6
[meta] Add in-house impl of hb_is_convertible()
by Behdad Esfahbod
· 7 months ago
7a078c3
[meta] Use std::conditional instead of hb_conditional()
by Behdad Esfahbod
· 7 months ago
943921c
[meta] Use more std type_traits
by Behdad Esfahbod
· 7 months ago
6d555ce
[meta] Use std::forward instead of hb_forward()
by Behdad Esfahbod
· 7 months ago
811f80a
[algs] Use std::move instead of hb_move()
by Behdad Esfahbod
· 7 months ago
896e0c7
[meta] Remove unused traits
by Behdad Esfahbod
· 7 months ago
be42800
[meta] Use std::is_trivially_... instead of internal copies
by Behdad Esfahbod
· 7 months ago
30c05e8
[algs] include <new>
by Behdad Esfahbod
· 7 months ago
4c6fd7c
[map] Try moving items when resizing
by Behdad Esfahbod
· 7 months ago
a28ea8d
Simplify swap()
by Behdad Esfahbod
· 7 months ago
9415831
[map] Add iterable constructor
by Behdad Esfahbod
· 7 months ago
a03b9b1
[map] Add initializer_list and swap()
by Behdad Esfahbod
· 7 months ago
3604f5f
[algs] Include <initializer_list>
by Behdad Esfahbod
· 7 months ago
c30f683
[map] Add 5 methods
by Behdad Esfahbod
· 7 months ago
38debba
[set] Add successful check in swap()
by Behdad Esfahbod
· 7 months ago
b860b44
[bimap] Simplify initialization
by Behdad Esfahbod
· 7 months ago
d2c364f
[array] Use default methods
by Behdad Esfahbod
· 7 months ago
6f74d80
[vector] Complete sorted_vector 5-methods
by Behdad Esfahbod
· 7 months ago
a28b5d0
[vector] Add swap() friend to hb_sorted_vector_t
by Behdad Esfahbod
· 7 months ago
e97e799
Verbiage
by Behdad Esfahbod
· 7 months ago
34fa5e2
[set] More default operators
by Behdad Esfahbod
· 7 months ago
b6c0b40
[vector] Use default constructor
by Behdad Esfahbod
· 7 months ago
1e3f57c
[bit-set] Implement standard-5 methods plus swap
by Behdad Esfahbod
· 7 months ago
11eadb5
[bit-set-invertible] Implement standard-5 methods & swap
by Behdad Esfahbod
· 7 months ago
dcd18da
[set] Add standard the 5 standard methods & tests
by Behdad Esfahbod
· 7 months ago
628a0f3
[vector] Add more tests
by Behdad Esfahbod
· 7 months ago
f15858b
[vector] Pre-allocate if iterator has random-access length
by Behdad Esfahbod
· 7 months ago
1113515
[vector] Move test code into separate file
by Behdad Esfahbod
· 7 months ago
ee75e71
[vector] Add initializer from iterable
by Behdad Esfahbod
· 7 months ago
18a078f
[vector] Implement move assignment using swap
by Behdad Esfahbod
· 7 months ago
8dc86d0
Add a test font scale rounding behavior
by Matthias Clasen
· 7 months ago
eeda2c5
[vector] Add initializer_list constructor & tests
by Behdad Esfahbod
· 7 months ago
c484641
Revert "[vector] Add initializer_list constructor & tests"
by Behdad Esfahbod
· 7 months ago
aa61824
[vector] Add initializer_list constructor & tests
by Behdad Esfahbod
· 7 months ago
8c05569
[algs] Add hb_swap() ala, and using, std::swap()
by Behdad Esfahbod
· 7 months ago
bbaccf2
Better round positions during scaling
by Behdad Esfahbod
· 7 months ago
52ccdc7
docs: Add a link to the OpenType spec
by Matthias Clasen
· 7 months ago
8cb2f96
Document hb_ot_name_t values
by Matthias Clasen
· 7 months ago
85deddb
[subset] fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40406
by Qunxin Liu
· 7 months ago
de94241
[ci] Add CIFuzz integration
by David Korczynski
· 7 months ago
da50056
[API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph
by Behdad Esfahbod
· 7 months ago
6ea6c58
Remove direct link to dwrite from meson scripts
by Cameron Cawley
· 8 months ago
ecbe224
Revert "[hb-directwrite] Don't load dwrit.dll dynamically"
by Cameron Cawley
· 8 months ago
4262636
Merge pull request #3248 from googlefonts/connected_components
by Behdad Esfahbod
· 7 months ago
f55d834
[subset] Move struct DeltaSetIndexMap into hb-ot-var-common.hh
by Qunxin Liu
· 8 months ago
8c583db
[subset] COLRv1: update subset() method for new strutc ClipList and VarIdxMap
by Qunxin Liu
· 8 months ago
e51c7f8
[subset] COLRv1: add ClipList/ClipRecord/ClipBox struct definition
by Qunxin Liu
· 8 months ago
2e5636e
[subset] add DeltasetIndexMap struct definition
by Qunxin Liu
· 10 months ago
d2e986f
[subset] update COLRv1 table struct definitions
by Qunxin Liu
· 10 months ago
792ca30
[meson] Add graphite2 option and deprecate graphite
by Khaled Hosny
· 8 months ago
c655774
[style] Use head->macStyle.isExtended in style fallback
by Behdad Esfahbod
· 7 months ago
f3f848b
[head] Add is_expanded() internally
by Behdad Esfahbod
· 7 months ago
d17155f
[repacker] use possibly updated root idx after isolate_subgraph.
by Garret Rieger
· 8 months ago
a7a3608
[docs] Rename overflow_resolution to repacker
by Behdad Esfahbod
· 8 months ago
9bd7ba5
Err on -Wbitwise-instead-of-logical
by Behdad Esfahbod
· 8 months ago
6bc6431
Add a writeup of the overflow resolution algorithm in harfbuzz.
by Garret Rieger
· 8 months ago
96299d7
Fix Wbitwise-instead-of-logical warnings
by Nico Weber
· 8 months ago
b621c4f
[subset] Refine the coding style
by faywong
· 8 months ago
f8538d3
[subset] Export header & archive when HB_BUILD_SUBSET
by faywong
· 8 months ago
36ed56b
[subset] code cleanup
by Qunxin Liu
· 8 months ago
3e635cf
[USE] Categorize characters that only have AJT
by David Corbett
· 8 months ago
ae193cd
[USE] Insert dotted circles before lone viramas
by David Corbett
· 8 months ago
641296b
[USE] Categorize U+11046 BRAHMI VIRAMA as HALANT
by David Corbett
· 8 months ago
cca42cd
Merge pull request #3249 from harfbuzz/use-merge-s-o
by Behdad Esfahbod
· 8 months ago
bb50aae
[USE] Document customizations of USE categories
by David Corbett
· 8 months ago
7287125
[USE] Merge the categories S and O
by David Corbett
· 8 months ago
8eaee2f
[USE] Only skip default ignorables within CCSes
by David Corbett
· 8 months ago
7271c38
[automerger skipped] Merge "Merge Android 12" am: 6b0c727173 -s ours am: 82cc36ec48 -s ours am: 11a2017906 -s ours am: cbee986d02 -s ours
by Xin Li
· 8 months ago
cbee986
[automerger skipped] Merge "Merge Android 12" am: 6b0c727173 -s ours am: 82cc36ec48 -s ours am: 11a2017906 -s ours
by Xin Li
· 8 months ago
Next »