- 19 4月, 2019 3 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 4月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
To fix bogus MSVC warnings: c:\projects\harfbuzz\src\hb-array.hh(189): warning C4521: 'hb_array_t<Type>': multiple copy constructors specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj] c:\projects\harfbuzz\src\hb-array.hh(189): warning C4522: 'hb_array_t<Type>': multiple assignment operators specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
If they're not, it's a bug in our subsetting logic somewhere. So check.
-
- 17 4月, 2019 13 次提交
-
-
由 Behdad Esfahbod 提交于
Calls obj.copy() or obj.operator=() in that order.
-
由 Behdad Esfahbod 提交于
-
由 David Corbett 提交于
-
由 David Corbett 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 4月, 2019 16 次提交
-
-
由 David Corbett 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The first three based on range-v3.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Delete assignment operator of OffsetTo<> instead of Offset<>. In simple ArrayOf<>::sanitize() assert that Type has assignment operator. Ideally we should SFINAE this and fallback to calling Type::sanitize() if assignment operator is not available. But we don't have a case of that in the codebase.
-
由 Behdad Esfahbod 提交于
-
-
由 Nathan Willis 提交于
-
由 Behdad Esfahbod 提交于
Just sending this to bots to see if all happy, then turn it into macro and apply everywhere. Part of https://github.com/harfbuzz/harfbuzz/issues/1651
-
由 Behdad Esfahbod 提交于
Jenga.
-
- 15 4月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
- 13 4月, 2019 2 次提交
-
-
-
由 Behdad Esfahbod 提交于
This reverts commit 98f14c4c. Same as previous commit.
-