- 07 5月, 2019 1 次提交
-
-
- 27 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
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]
-
- 17 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
Exposed by: $ make CPPFLAGS=-O0
-
由 Behdad Esfahbod 提交于
Looks like static methods that do not get inlined end up exported. We have a lot more. Need to protect all at some point. Wish there was an easier way, like the visibility flag we pass that automatically hides all inline methods. Was exposed by check-symbols.sh when compiling on OS X 10.14 with: $ make CPPFLAGS=-Oz CXXFLAGS=-flto=thin LDFLAGS=-lc++
-
- 04 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
MSVC seems to need it.
-
- 03 4月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
While doable with hb_deref_pointer() as well, we also would then need to do it in a ton of places. Not worth it / messy.
-
由 Behdad Esfahbod 提交于
Also switch to better mixing.
-
- 31 3月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
Should be improved for hb_bytes_t.
-
- 30 1月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 27 1月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 1月, 2019 10 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not enforcing it using type hierarchy.
-
由 Behdad Esfahbod 提交于
We cannot rely on constexpr functions...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
lvalue iterators must declare __item_type__ as a reference.
-
由 Behdad Esfahbod 提交于
Ugly, but does the job.
-
- 30 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 12月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
hb_array_t is its own iterator...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 21 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 19 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
I think I like to keep this hb_supplier_t thing separately from hb_array_t.
-