- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 09 6月, 2019 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 16 5月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
See comments.
-
- 15 5月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
See comments.
-
- 14 5月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
This make output of hb_enumerate() sorted regardless of input iterator.
-
- 12 5月, 2019 1 次提交
-
-
由 David Corbett 提交于
-
- 10 5月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Instead of is_cr_convertible.
-
- 09 5月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
Should fix MSVC.
-
由 Behdad Esfahbod 提交于
-
- 08 5月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 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 9 次提交
-
-
由 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.
-