Behdad Esfahbod
|
0268db1196
|
[map] Use hb_invoke() with pointer-to-method
|
6 years ago |
Behdad Esfahbod
|
8f79a5750e
|
[algs] Add more hb_forward<>()'s
|
6 years ago |
Behdad Esfahbod
|
42526d1697
|
[serialize] Fix SingleSubstFormat1 failure
|
6 years ago |
Behdad Esfahbod
|
6cc9707c9c
|
[serialize] Rename
|
6 years ago |
Behdad Esfahbod
|
085793d6cd
|
Remove wrong TODOs
|
6 years ago |
Behdad Esfahbod
|
915b9ea5f4
|
[serialize] Add c->check_assign()
To check for assignment overflows.
|
6 years ago |
Behdad Esfahbod
|
00a00bc1f2
|
Fix two TODOs
|
6 years ago |
Behdad Esfahbod
|
11ab889a8d
|
Rename a few test programs
|
6 years ago |
Behdad Esfahbod
|
12017db0bf
|
Move test code around
|
6 years ago |
Behdad Esfahbod
|
27377a7e28
|
Rely on variadic parameter pack more
|
6 years ago |
Behdad Esfahbod
|
3ad20c38ad
|
[serialize] Fix a few overflow TODO items
|
6 years ago |
Behdad Esfahbod
|
175bdad8bf
|
One more variadic parameter pack use
|
6 years ago |
Behdad Esfahbod
|
441cca2354
|
Use hb_forward() when forwarding parameter pack
|
6 years ago |
Behdad Esfahbod
|
20f3134789
|
Use variadic templates in OffsetTo<> and various ArrayOf<>s
|
6 years ago |
Nathan Willis
|
aa6692cb00
|
Usermanual: update Makefile SGML list. Again.
|
6 years ago |
Nathan Willis
|
98c54cdef8
|
Usermanual: add chapter on object model.
|
6 years ago |
Ebrahim Byagowi
|
64ca2ffa4c
|
Fix clang's -Wmain complain (#1678)
|
6 years ago |
Ebrahim Byagowi
|
7c218351ab
|
.editorconfig, minor
still doesn't work with vscode
|
6 years ago |
Behdad Esfahbod
|
25dd88efc6
|
Err, fix hb_invoke() variadic
|
6 years ago |
Behdad Esfahbod
|
c862a532df
|
Add variadic arguments to hb_invoke()
|
6 years ago |
Behdad Esfahbod
|
9c724e48a2
|
[serializer] Add err_propagaged_error()
|
6 years ago |
Behdad Esfahbod
|
ae8da4b61b
|
Minor
|
6 years ago |
Behdad Esfahbod
|
24da1d0860
|
Use variadic template args for propagate_error()
Let's see if bots happy.
Not sure where else we can use these. Mm. Maybe in hb_invoke().
|
6 years ago |
Behdad Esfahbod
|
9bab398462
|
Simplify propagate_error()
|
6 years ago |
Behdad Esfahbod
|
ecac94ca76
|
[docs] Remove fdo repo
Has not been updated.
|
6 years ago |
Behdad Esfahbod
|
8ed7655be8
|
Update AUTHORS / COPYING
|
6 years ago |
Ebrahim Byagowi
|
a464cbeece
|
Revert "Add harfbuzzjs build configuration (#1636)" (#1675)
This reverts commit 694cb1beee .
|
6 years ago |
Ebrahim Byagowi
|
694cb1beee
|
Add harfbuzzjs build configuration (#1636)
|
6 years ago |
Behdad Esfahbod
|
42f4bd6b80
|
Minor warning fix again
|
6 years ago |
Michiharu Ariza
|
267fb9c716
|
add spaces
|
6 years ago |
Michiharu Ariza
|
ba0386060d
|
fix oss-fuzz issue 14345
|
6 years ago |
Michiharu Ariza
|
63a2108480
|
silence MVC warnings 3rd attempt
|
6 years ago |
Michiharu Ariza
|
705dde57fe
|
silence MVC warnings 2nd attempt
|
6 years ago |
Michiharu Ariza
|
dd4c37529b
|
silence MVC warnings
|
6 years ago |
Behdad Esfahbod
|
518e6e07f2
|
Minor
|
6 years ago |
Behdad Esfahbod
|
91d958acc0
|
[array] Simplify copy assignment/constructor
To fix bogus MSVC warnings:
c:\projects\harfbuzz\src\hb-array.hh(189): warning C4521: 'hb_array_t<Type>': multiple copy constructors specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
c:\projects\harfbuzz\src\hb-array.hh(189): warning C4522: 'hb_array_t<Type>': multiple assignment operators specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
|
6 years ago |
Behdad Esfahbod
|
693d91cd49
|
[serialize] Fix offset calculation
|
6 years ago |
Behdad Esfahbod
|
db0c9a1485
|
[subset] Assert offsets are zero during relocation
If they're not, it's a bug in our subsetting logic somewhere. So check.
|
6 years ago |
Behdad Esfahbod
|
efbba7ad26
|
[serializer] Add copy()
Calls obj.copy() or obj.operator=() in that order.
|
6 years ago |
Behdad Esfahbod
|
c67a0d581f
|
Add HB_RETURN
|
6 years ago |
David Corbett
|
6745a600bf
|
Comment out ot_languages where fallback suffices
|
6 years ago |
David Corbett
|
5daeff3e68
|
Fix "hb_script_" doc typo
|
6 years ago |
Behdad Esfahbod
|
6916b77863
|
One more auto return type
|
6 years ago |
Behdad Esfahbod
|
5b33427f2c
|
Rename HB_AUTO_RETURN_EXPR to HB_AUTO_RETURN
|
6 years ago |
Behdad Esfahbod
|
da293b0e59
|
Use HB_AUTO_RETURN_EXPR in hb_min/max
|
6 years ago |
Behdad Esfahbod
|
0241a40f2a
|
Use auto return type for hb_first/hb_second
|
6 years ago |
Behdad Esfahbod
|
fe30fcd228
|
Use hb_deref_pointer() to reduce number of overloads
|
6 years ago |
Behdad Esfahbod
|
c918a6706f
|
Properly prioritize hb_hash()
|
6 years ago |
Behdad Esfahbod
|
75fd845a4a
|
Move around
|
6 years ago |
Behdad Esfahbod
|
973717175d
|
Fix priorities
|
6 years ago |