- 31 3月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 30 3月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
Oh well. Again, who does fully understand what is right???
-
- 29 3月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
I don't like the hb_remove_reference() hack, but necessary.
-
- 15 2月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
Such that it carries lvalues inside.
-
- 29 1月, 2019 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Using decltype() instead.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 27 1月, 2019 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Seprate namespace, cleaner, more clear.
-
由 Behdad Esfahbod 提交于
-
- 21 1月, 2019 17 次提交
-
-
由 Behdad Esfahbod 提交于
Makes it nicer in pipelines.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
inline variables are not C++11, so mark them unused...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
For stricter enforcement.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not all C++11 features are created equal when it comes to support...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 19 1月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
-
- 22 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 fanc999 提交于
* src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t The llu suffix does not work for older Visual Studio versions (pre-2013), but ull works for all the compilers that we attempt to support. * test/api: Fix build on pre-C99 compilers Ensure variables are declared at the top of the block. * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8 Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to int8_t) to be equivilant to signed char, so the compiler cannot find the corresponding hb_is_signed<> specialization that is needed. The interesting thing is unsigned __int8 is considered to be equivilant to unsigned char, so as the other types (short, int, long) that we look for here, so only the specialization for __int8 is added here. This will fix builds on Visual Studio 2008 at least.
-
- 18 12月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We'll see which old clang versions this breaks...
-
由 Behdad Esfahbod 提交于
We cannot take address hb_bytes_t direction. We need to use the newly added hb_addressof(), ala std::addressof().
-
由 Ebrahim Byagowi 提交于
-
- 17 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-