13352 Commits (0d59d7952c334f6a3760a5b63456ede74dbf2351)
 

Author SHA1 Message Date
Behdad Esfahbod d4dfb8c1f1 [arabic] Free up buffer variable earlier 2 years ago
Behdad Esfahbod 0c3d8c0d0f [README] Test adding as a symlink 2 years ago
Behdad Esfahbod 4510d9a928 [README] Delete. We ship README.md 2 years ago
Behdad Esfahbod 01337e7a64 [README.md] minor 2 years ago
Behdad Esfahbod 3972ec7340 [TESTING.md] Update profiling instructions. 2 years ago
Khaled Hosny af41be6fa7 Move freedesktop.org/wiki/HarfBuzz content to README.md 2 years ago
Khaled Hosny 9622337b52 Move old harfbuzz.org content to README.md 2 years ago
Khaled Hosny e2ece939fb [doc] Expand a little bit on Uniscribe compatibility 2 years ago
Khaled Hosny 8d36300154 [doc] Talk less about “complex” scripts 2 years ago
Khaled Hosny bd44840fab [doc] s/complexshapers/shapers/g 2 years ago
Behdad Esfahbod cc7ebb0ffa Remove remaining mention to complex shapers in the code 2 years ago
Behdad Esfahbod b39b5f2f31 [name] Implement approximate language matching 2 years ago
Behdad Esfahbod 40d7d56e53 [subset-input] Minor move 2 years ago
Behdad Esfahbod 40193adbfc [subset] Update default features list 2 years ago
Khaled Hosny 26d8066a41 [test/shape] Remove texts subdirectory 2 years ago
Khaled Hosny cd41557a96 [test/shape] Add PhagsPa tests 2 years ago
Khaled Hosny 1ab12e314a [test/shape] Add Malayalam dot-reph tests 2 years ago
Khaled Hosny 6b2f3b5a99 [test/shape] Add Javanese tests 2 years ago
Khaled Hosny c9c47dd8ad [test/shape] Add Hebrew diacritics tests 2 years ago
Khaled Hosny ef5d7febc8 [test/shape] Allow using hb-subset in record-test.sh 2 years ago
Behdad Esfahbod 5bfb0b721c Rename s/shape-complex/shaper/g 2 years ago
Behdad Esfahbod 44be1e5dfb s/SHAPE_COMPLEX/SHAPER/g 2 years ago
Behdad Esfahbod 6fbb552156 s/FLAG_COMPLEX/FLAG_SHAPER/g 2 years ago
Behdad Esfahbod 6d9e94d2b8 s/hb_ot_shape_complex_categorize/hb_ot_shaper_categorize/g 2 years ago
Behdad Esfahbod a560182cb3 s/complex_var/ot_shaper_var/g 2 years ago
Behdad Esfahbod 13fbed29e4 s/HB_OT_SHAPE_COMPLEX_MAX_COMBINING_MARKS/HB_OT_SHAPE_MAX_COMBINING_MARKS/g 2 years ago
Behdad Esfahbod 44a7b3b773 s/ot_complex_shaper/ot_shaper/g 2 years ago
Behdad Esfahbod e5161977a4 s/COMPLEX_SHAPER/OT_SHAPER/g 2 years ago
Behdad Esfahbod f3a8b7f36b [algs] Test hb_hash() 2 years ago
Behdad Esfahbod 7aacdd05bd [cplusplus] Test hashing shared_ptr / unique_ptr 2 years ago
Behdad Esfahbod 51ca1c9b59
Merge pull request #3626 from harfbuzz/fix-map 2 years ago
Behdad Esfahbod 215a0afad1 [algs] Remove unused hb_coerce() 2 years ago
Behdad Esfahbod 5dc12d7d8d [cmap] Rewrite set_for() slightly 2 years ago
Behdad Esfahbod 9552955e08 Add an unlikely 2 years ago
Behdad Esfahbod 88f00ecb84 [map] Fix iter_ref () and test it 2 years ago
Behdad Esfahbod a42c624fca Convert one final use of hashmap to unique_ptr 2 years ago
Behdad Esfahbod f13a79548f [subset] Convert another use of hashmap to unique_ptr 2 years ago
Behdad Esfahbod 25f57230d5 [map] Return references from new iter_ref() 2 years ago
Behdad Esfahbod a7a688616a [cmap] Convert another map use to unique_ptr 2 years ago
Behdad Esfahbod 997d9cc466 [map] Make unique_ptr hashable 2 years ago
Behdad Esfahbod 8bb2a3326e [map] Remove unneeded assignment 2 years ago
Behdad Esfahbod d7785a6da0 [cplusplus] Add unique_ptr 2 years ago
Behdad Esfahbod bca710e8ad [gsubgpos] Use map has() instead of get() when appropriate 2 years ago
Behdad Esfahbod e9407a2bd2 Use shared_ptr<hb_set_t> in one place 2 years ago
Behdad Esfahbod a42a703cb6 [shared_ptr] Clear p in destructor 2 years ago
Behdad Esfahbod f0a0dcad70 [test-map] Test hashing shared_ptr 2 years ago
Behdad Esfahbod 4c1b5d9ece Whitespace 2 years ago
Behdad Esfahbod b9230c5425 [map] Fix has() 2 years ago
Behdad Esfahbod 97ea10a63a Remove old nullptr_t hacks 2 years ago
Behdad Esfahbod 3f78a71ca0 [map] Finally! Just can usd hb_hashmap_t<obj_t, obj_t> 2 years ago