- 22 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 16 11月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 14 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Still does that if get_null() returns nullptr. Our shaper data objects are like that. Shrug.
-
- 13 11月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 12 11月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ouch :).
-
由 Behdad Esfahbod 提交于
-
- 11 11月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Follow up on b4c61130 Fixes https://github.com/harfbuzz/harfbuzz/issues/1374
-
- 06 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 10月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
Newer compilers / language allows structs with constructor in union. So, this was not actually testing anything. Indeed, the recent change in DISALLOW_COPY *is* making some of our types non-POD. That broke some bots. Just remove this since it wasn't doing much, and I'd rather have DISALLOW_COPY.
-
由 Behdad Esfahbod 提交于
-
- 27 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Show up with gcc -O0. There's a few more but those are functions that need to be filled in. Maybe this is a lost battle...
-
- 26 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Add pointer cast operator and plus operator.
-
- 24 10月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 20 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 19 10月, 2018 1 次提交
-
-
由 Bruce Mitchener 提交于
-
- 18 10月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 13 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Was givin a dozen of: ../../src/hb-machinery.hh: In member function ‘bool AAT::ankr::sanitize(hb_sanitize_context_t*) const’: ../../src/hb-machinery.hh:307:23: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] bool ok = --this->max_ops > 0 && ~~~~~~~~~~~~~~~~~~~~~~ this->start <= p && ~~~~~~~~~~~~~~~~~~~ p <= this->end && ~~~~~~~~~~~~~~~^~ (unsigned int) (this->end - p) >= len; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I believe those are bogus, but this silences them and does not introduce logic issues I believe.
-
- 11 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 10月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
For 329f2401 max_ops is signed.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Since we consume it legitimately during shaping.
-
- 06 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Ugly, but... Fixes https://github.com/harfbuzz/harfbuzz/issues/1227
-
- 17 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
Some clang versions define static_assert as a macro apparently, so we cannot redefine it... This reverts commit 94bfea0c. This reverts commit 4e626278.
-
由 Behdad Esfahbod 提交于
So we don't accidentally break it again.
-
- 11 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fix a bug in CBDT sanitize, and redundant check in avar.
-
- 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
-
- 05 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Why does subset plan not have a hb_set_t of glyphs?
-
- 02 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Add subset() call for GSUBGPOS struct and its dependencies. Not hooked up anywhere.
-
- 01 9月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We're going to (finally) use virtual methods for hb_serialize_context_t customization, so don't need to carry a Serializer template variable around... Simplifies code.
-
由 Behdad Esfahbod 提交于
-