- c62d6f4 Third attempt of updating HarfBuzz to 6.0.0 by Seigo Nonaka · 2 years ago
- a089370 Revert "Revert "Revert "Update HarfBuzz to 6.0.0""" by Dan Shi · 2 years ago
- 0ed724b Revert "Revert "Update HarfBuzz to 6.0.0"" by Seigo Nonaka · 2 years, 1 month ago
- 4d4a715 Revert "Update HarfBuzz to 6.0.0" by Dan Shi · 2 years, 1 month ago
- 9027d15 [test-iter] Fix leak by Behdad Esfahbod · 2 years, 3 months ago
- 0a97d27 [test-iter] Add another test by Behdad Esfahbod · 2 years, 3 months ago
- 8b379dd [test-iter] Add back test of OT namespace iteration by Behdad Esfahbod · 2 years, 7 months ago
- c1e280e [reorg] Move Coverage, RangeRecord into new namespace layout. by Garret Rieger · 2 years, 8 months ago
- 071aea4 [iter] add specialized implementation for hb_concat forward when iterators are not random access. by Garret Rieger · 3 years, 3 months ago
- 2e93551 [iter] fix forward implementation in hb_concat(). by Garret Rieger · 3 years, 3 months ago
- ca22741 [iter] add hb_concat (a, b). by Garret Rieger · 3 years, 3 months ago
- 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 4 years, 10 months ago
- 0558413 Minor, tweak spaces by Ebrahim Byagowi · 5 years ago
- 67ec9fa [iter] Add hb_chop() by Behdad Esfahbod · 5 years ago
- 398b296 [iter] Add hb_len() by Behdad Esfahbod · 5 years ago
- 875131d [iter] Add hb_take() by Behdad Esfahbod · 5 years ago
- 1f88dae [iter] Make iota() accept invokable for increasing to next item by Behdad Esfahbod · 5 years ago
- b1378d8 [iter] Add hb_repeat() by Behdad Esfahbod · 5 years ago
- 78d35f0 Reduce captures of lambdas by Behdad Esfahbod · 6 years ago
- d0df996 Use implicit lambda return type by Behdad Esfahbod · 6 years ago
- 606841b [iter] Check for more before forwarding/rewinding past ends by Behdad Esfahbod · 6 years ago
- ed972d5 [iter] Rewrite test functions by Behdad Esfahbod · 6 years ago
- c9b287a Add hb_lidentity(), and rename hb_rvalue() to hb_ridentity() by Behdad Esfahbod · 6 years ago
- 57d5459 [test-iter] Don't walk past end by Behdad Esfahbod · 6 years ago
- 2c24ea3 [iter] Take start value in hb_enumerate() by Behdad Esfahbod · 6 years ago
- 7675d0d [iter] Add hb_range() by Behdad Esfahbod · 6 years ago
- afb013f Fix msan issue by Behdad Esfahbod · 6 years ago
- a304827 [map] Add .values() iterator by Behdad Esfahbod · 6 years ago
- f5705d7 Whitespace by Behdad Esfahbod · 6 years ago
- b827181 [map] tweak test-iter.cc by rsheeter · 6 years ago
- 492af0f [map] add keys() by rsheeter · 6 years ago
- ba60512 [map] add a test for iteration by rsheeter · 6 years ago
- cdb61eb [iter] Accept pointer in hb_iter() and hb_iter_t() by Behdad Esfahbod · 6 years ago
- c93eeba [iter] Accept pointer in hb_map() by Behdad Esfahbod · 6 years ago
- 50dc3e7 Add hb_iota() by Behdad Esfahbod · 6 years ago
- 8479eb5 [iter] Fix hb_sink() to accept rvalue by Behdad Esfahbod · 6 years ago
- fe14a40 Adjust hb_all/any/none by Behdad Esfahbod · 6 years ago
- bdbfdc9 [iter] Add value and projection to hb_all/any/none by Behdad Esfahbod · 6 years ago
- cf61acb [iter] Accept rvalues to hb_enumerate() by Behdad Esfahbod · 6 years ago
- af571db [meta] Replace most hb_enable_if with hb_requires by Behdad Esfahbod · 6 years ago
- 025eaa3 [iter] Make filter/map copyable by Behdad Esfahbod · 6 years ago
- 4c2fd05 [iter] Implement range-based for loops by Behdad Esfahbod · 6 years ago
- 9258878 Remove space between right angle brackets now that we have C++11 (#1689) by Ebrahim Byagowi · 6 years ago
- 59a8fa5 [iter] Add tests for casting to hb_iter_t<> base class for hb_sorted_array_t<> by Behdad Esfahbod · 6 years ago
- 12017db Move test code around by Behdad Esfahbod · 6 years ago
- 64ca2ff Fix clang's -Wmain complain (#1678) by Ebrahim Byagowi · 6 years ago
- 25dd88e Err, fix hb_invoke() variadic by Behdad Esfahbod · 6 years ago
- 42ab32c [iter] Remove passing pointer to hb_iter() by Behdad Esfahbod · 6 years ago
- b6f29bf [iter] Accept pointers in hb_iter() by Behdad Esfahbod · 6 years ago
- edad6b2 [test][iter] minor, fix double promotion warning by Ebrahim Byagowi · 6 years ago
- 062f5d6 [test] minor, c style comments by Ebrahim Byagowi · 6 years ago
- afdbf96 [iter][test] Add another test for hb_reduce by Ebrahim Byagowi · 6 years ago
- b864208 [iter] hb_reduce, accumulator with a different type by Ebrahim Byagowi · 6 years ago
- e526414 [iter] Implement hb_reduce by Ebrahim Byagowi · 6 years ago
- 78fc43f [iter] Fix up build, ouch by Behdad Esfahbod · 6 years ago
- e530692 [iter] Fix bug in hb_any() and hb_none() by Behdad Esfahbod · 6 years ago
- 443db2a [iter] Remove hb_len() by Behdad Esfahbod · 6 years ago
- f639b9a [iter] Add hb_len() function-object by Behdad Esfahbod · 6 years ago
- 77060bc [iter] Add hb_all, hb_any, hb_none by Behdad Esfahbod · 6 years ago
- fa35d3f [iter] Add hb_drain by Behdad Esfahbod · 6 years ago
- 773d756 [iter] Add hb_apply() by Behdad Esfahbod · 6 years ago
- 5fa52e6 [iter] Accept iterator, not iterable, in hb_sink()() by Behdad Esfahbod · 6 years ago
- 849a0f1 [iter] Add hb_iter_with_fallback_t instead by Behdad Esfahbod · 6 years ago
- 4d40ed9 [iter] Add hb_iter_with_mixin_t<> by Behdad Esfahbod · 6 years ago
- 84a25d7 [iter] Rename by Behdad Esfahbod · 6 years ago
- 57795bc [iter] Add operator>> and operator<< by Behdad Esfahbod · 6 years ago
- 0363ce6 [iter] Accept C arrays in hb_iter() by Behdad Esfahbod · 6 years ago
- b62e7f9 [test] Test unary operator+ by Behdad Esfahbod · 6 years ago
- 778c96b [iter] Fix hb_iter() by Behdad Esfahbod · 6 years ago
- 2f5b1a9 [iter] Add unary operator+ that returns a copy by Behdad Esfahbod · 6 years ago
- fbab07f [iter] Add hb_bool() and make hb_filter default to it for predicate by Behdad Esfahbod · 6 years ago
- 2aff6d9 [iter] Test that default-constructed iterators are empty by Behdad Esfahbod · 6 years ago
- 090fe56 Merge branch 'master' into iter by Behdad Esfahbod · 6 years ago
- 7987095 [meta] Remove hb_enable_if_t by Behdad Esfahbod · 6 years ago
- 84e5d00 [iter] Add hb_zip() by Behdad Esfahbod · 6 years ago
- 636786e [iter] Rename __item_type__ to __item_t__ by Behdad Esfahbod · 6 years ago
- 3fc03e4 [iter] Use static_assert with hb_is_random_access_iterator() by Behdad Esfahbod · 6 years ago
- 2658e40 [iter] Add hb_is_random_access_iterator() by Behdad Esfahbod · 6 years ago
- 445364d [iter] Rename hb_is_[sorted_]iterator() -> hb_is_[sorted_]iterator_of() by Behdad Esfahbod · 6 years ago
- ca6adcd [iter] Test hb_is_iterable / hb_is_iterator by Behdad Esfahbod · 6 years ago
- 47333c8 [iter] Fix operator-> by Behdad Esfahbod · 6 years ago
- 85969e3 [iter] Fix test by Behdad Esfahbod · 6 years ago
- 6cd96ba [iter] Make is_random_access_iterator a constant by Behdad Esfahbod · 6 years ago
- 859a880 [iter] Add back operator + by Behdad Esfahbod · 6 years ago
- 076faf7 [iter] Disable operator + by Behdad Esfahbod · 6 years ago
- 037f735 [iter] Remove friend operator +, hoping to fix some bots by Behdad Esfahbod · 6 years ago
- 5ec11ce [iter] Clarify readonly vs lvalue iterators by Behdad Esfahbod · 6 years ago
- 2cbf5bf [iter] Test OT::Coverage iter by Behdad Esfahbod · 6 years ago
- 570473a [iter] Make hb_sorted_array_t work as iter by Behdad Esfahbod · 6 years ago
- 3dea9af [iter] Test default-constructability by Behdad Esfahbod · 6 years ago
- 743ff09 [iter] Implement friend opeator + (int, iter) by Behdad Esfahbod · 6 years ago
- 2ea79e0 [iter] Minor by Behdad Esfahbod · 6 years ago
- fb053b6 [iter] Rename random_access() to constexpr is_random_access() by Behdad Esfahbod · 6 years ago
- d3976b7 [iter] Make them work, mostly by Behdad Esfahbod · 6 years ago
- e4355b1 [set] Add iter_t as alias to const_iter_t by Behdad Esfahbod · 6 years ago
- 2a33ab0 [iter] Change __more__ to fallback to __len__ by Behdad Esfahbod · 6 years ago
- 474a120 [array/vector] Rename len to length by Behdad Esfahbod · 6 years ago
- 2fc1860 [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<> by Behdad Esfahbod · 6 years ago
- 865deeb Adjust internal header dependencies by Behdad Esfahbod · 6 years ago
- 7557e34 [iter] Move hb_fill() and hb_copy() to hb-iter.hh by Behdad Esfahbod · 6 years ago