- 22 11月, 2018 10 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
So, our fallback static_assert cannot be had more than once per line of source.
-
由 Behdad Esfahbod 提交于
Bots not happy with using "this" inside assertion... This reverts 26566448
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 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 1 次提交
-
-
由 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.
-