- 11 5月, 2019 21 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was turned into function when we had static ones and wanted to be move-safe... Not the case anymore.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 rsheeter 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
Any way to catch these?
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
There are two cases that we accept. Encode both.
-
- 10 5月, 2019 19 次提交
-
-
由 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 提交于
-