- 11 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
auto_array has constructor/destructor. Cannot be used in POD object, as the clang bots all noticed...
-
- 10 2月, 2018 1 次提交
-
-
由 Rod Sheeter 提交于
-
- 09 2月, 2018 5 次提交
-
-
由 Rod Sheeter 提交于
-
由 Rod Sheeter 提交于
-
由 Behdad Esfahbod 提交于
-
由 Rod Sheeter 提交于
-
由 Rod Sheeter 提交于
sketch a subset<T> and call it for cmap. Add subset to cmap, albeit not working even for the msot basic case just yet
-
- 10 1月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
Such a headache that Windows defines UINT8, ...; Just prefix it.
-
由 Behdad Esfahbod 提交于
Untested, but compiles.
-
- 15 11月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 1月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 2月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 29 9月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not functional change (expected!).
-
- 26 2月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This makes a lot of code safer. We only try modifying the object in one place, after making sure it's safe to do so. So, do a const_cast<> in that one place...
-
- 12 7月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Simplifies hb_in_range() calls as the type can be inferred. The rest is obsessiveness, I admit.
-
- 28 6月, 2014 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
There may be more. There are members that are by definition redundant or reserved and not needed, NOT what we *currently* don't use. I'm sure there's more...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 20 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Such that the complexity of the algorithm used is clear at call site.
-
- 05 6月, 2014 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Roboto was hitting this. FreeType also has pretty much the same code for this, in ttcmap.c:tt_cmap4_validate(): /* in certain fonts, the `length' field is invalid and goes */ /* out of bound. We try to correct this here... */ if ( table + length > valid->limit ) { if ( valid->level >= FT_VALIDATE_TIGHT ) FT_INVALID_TOO_SHORT; length = (FT_UInt)( valid->limit - table ); }
-
由 Behdad Esfahbod 提交于
Can happen either in broken fonts, or as a result of sanitize().
-
- 14 5月, 2014 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 13 5月, 2014 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 10 5月, 2014 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-