- 08 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Technically, static const needs an out-of-class definition. Eg: CXXLD libharfbuzz-subset.la Undefined symbols for architecture x86_64: "OT::FeatureVariationRecord::min_size", referenced from: bool OT::GSUBGPOS::subset<OT::PosLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o bool OT::GSUBGPOS::subset<OT::SubstLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o "OT::Record<OT::LangSys>::min_size", referenced from: OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o "OT::IntType<unsigned short, 2u>::min_size", referenced from: OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o OT::RecordListOf<OT::Feature>::subset(hb_subset_context_t*) const in libharfbuzz_subset_la-hb-subset.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[4]: *** [libharfbuzz-subset.la] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Exited with code 2
-
- 29 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
clang -O3 was completely removing _get_gdef(), causing link failure when needed from another compilation unit. Surprisingly, "extern inline" didn't fix it.
-
- 27 8月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 26 8月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
- 24 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 8月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Misc. table loading now properly automated.
-
由 Behdad Esfahbod 提交于
-
- 03 8月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Faster / more compact code.
-
由 Behdad Esfahbod 提交于
Just blacklist based on table sizes like we do for other fonts.
-
- 02 8月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 01 8月, 2018 3 次提交
-
-
由 Ebrahim Byagowi 提交于
This reverts commit 0c1b287b.
-
由 Garret Rieger 提交于
This is much faster then calling a bunch of individual add()'s.
-
由 Garret Rieger 提交于
-
- 28 7月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 24 7月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
Prevents O(n^2) run times.
-
- 23 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 7月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
This new API returns cvXX and ssXX related NameId, things like featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX and UINameId of ssXX, in a unified way. However HarfBuzz currently doesn't expose an API for retrieving the actual information associated with NameId from the `name` table and that should be done separately.
-
- 18 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also, uncomment code again, just "if (0)" it out, so it doesn't get stale again.
-
- 12 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 6月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 07 6月, 2018 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 02 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 01 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Towards possibly using Null pool for some nil objects.
-
- 25 5月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
If a pointer type was passed to Null(), reinterpret_cast<> was complaining about qualifiers being removed. Turns out I need the const on the other side of "Type" to fix that. Also remove unused const from NullPool type.
-
由 Behdad Esfahbod 提交于
Not sure if I like to keep it. For now, aim for correctness.
-
由 Behdad Esfahbod 提交于
Common Regoin for Access Protection. Like the NullPool, but writable.
-