summaryrefslogtreecommitdiff
path: root/src/test-iter.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-23[set] Add iter_t as alias to const_iter_tBehdad Esfahbod1-0/+2
2018-12-21[iter] Change __more__ to fallback to __len__Behdad Esfahbod1-1/+0
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-2/+2
2018-12-21[iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<>Behdad Esfahbod1-1/+1
2018-12-21Adjust internal header dependenciesBehdad Esfahbod1-0/+1
2018-12-21[iter] Move hb_fill() and hb_copy() to hb-iter.hhBehdad Esfahbod1-16/+0
2018-12-21[iter] Fix hb_copy() return valueBehdad Esfahbod1-1/+1
2018-12-21[iter] Make hb_fill() take collection type, not iterBehdad Esfahbod1-3/+3
2018-12-21[iter] Add .random_access()Behdad Esfahbod1-0/+1
2018-12-21[iter] Fix test againBehdad Esfahbod1-3/+3
2018-12-21MinorBehdad Esfahbod1-1/+0
2018-12-21[iter] More prototypingBehdad Esfahbod1-0/+18
2018-12-21[iter] Make hb_fill() and hb_copy() take iteratorsBehdad Esfahbod1-7/+4
2018-12-21[iter] Add hb_fill()Behdad Esfahbod1-6/+14
2018-12-21[iter] Start prototyping hb_copy()Behdad Esfahbod1-4/+14
2018-12-21[iter] Showcase implicit castsBehdad Esfahbod1-2/+3
2018-12-21[iter] First sample useBehdad Esfahbod1-5/+20
2018-12-21[iter] Sketch new iterator designBehdad Esfahbod1-0/+16
2018-12-21[iter] Add empty testBehdad Esfahbod1-0/+33