- 11 5月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
Any way to catch these?
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
There are two cases that we accept. Encode both.
-
- 10 5月, 2019 29 次提交
-
-
由 rsheeter 提交于
-
由 Behdad Esfahbod 提交于
Notably, add hb_is_source_of(,) and hb_is_sink_of(,) to replace most uses of hb_is_iterator_of(,).
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
NameRecord is not copy-constructible, so should be iterator of const-reference.
-
由 Behdad Esfahbod 提交于
If To is const& then From doesn't need to be &.
-
由 Behdad Esfahbod 提交于
Instead of is_cr_convertible.
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
Just so it's easier to use it in other macros.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Use hb_range() instead.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We should compare-equal to end if either iterator's end reaches, not if both reach at the same time. Fixes infinite-loop in test which was happening after hb_enumerate() switched to using hb_zip().
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
That's not legal.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also rewrite it via composition.
-
由 Behdad Esfahbod 提交于
hb_range() is like Python range. hb_iota() has slightly different API. Ie. it takes a start, instead of end.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 09 5月, 2019 8 次提交
-
-
由 n8willis 提交于
Usermanual: object-model chapter
-
由 Behdad Esfahbod 提交于
Should fix MSVC.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
hb_identity returns rvalue-reference if input is rvalue. That, can leak the reference and cause in bad access to temporaries after they are destructed. This is unfortunately unfixable given the desired transparency of hb_identity :(. Just don't use it with hb_map().
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-