src/test-iter.cc


Log

Author Commit Date CI Message
Behdad Esfahbod e4355b1c 2018-12-22T16:11:22 [set] Add iter_t as alias to const_iter_t
Behdad Esfahbod 2a33ab05 2018-12-21T18:49:27 [iter] Change __more__ to fallback to __len__
Behdad Esfahbod 474a1205 2018-12-21T18:46:51 [array/vector] Rename len to length
Behdad Esfahbod 2fc1860a 2018-12-21T18:09:45 [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<>
Behdad Esfahbod 865deeb3 2018-12-21T17:35:58 Adjust internal header dependencies
Behdad Esfahbod 7557e348 2018-12-21T17:21:19 [iter] Move hb_fill() and hb_copy() to hb-iter.hh
Behdad Esfahbod 65e8bd56 2018-12-21T16:20:30 [iter] Fix hb_copy() return value
Behdad Esfahbod aaddfaa5 2018-12-21T16:04:38 [iter] Make hb_fill() take collection type, not iter Starting to get the hang of when take which.
Behdad Esfahbod 3dbe1e36 2018-12-21T15:53:09 [iter] Add .random_access()
Behdad Esfahbod bdb6da72 2018-12-21T11:20:27 [iter] Fix test again
Behdad Esfahbod e9520752 2018-12-21T11:15:16 Minor
Behdad Esfahbod 35503d7d 2018-12-21T03:03:46 [iter] More prototyping
Behdad Esfahbod 73c7a896 2018-12-21T02:48:28 [iter] Make hb_fill() and hb_copy() take iterators I'm still going back and force...
Behdad Esfahbod 12e506fd 2018-12-21T02:47:04 [iter] Add hb_fill()
Behdad Esfahbod ad3ed58d 2018-12-21T02:12:55 [iter] Start prototyping hb_copy()
Behdad Esfahbod 44af738d 2018-12-21T01:59:37 [iter] Showcase implicit casts
Behdad Esfahbod 8001e00a 2018-12-21T01:53:27 [iter] First sample use
Behdad Esfahbod 314d8698 2018-12-21T00:54:55 [iter] Sketch new iterator design
Behdad Esfahbod f6d5f1e9 2018-12-21T00:23:34 [iter] Add empty test