8169 Commits (89949ed28db96edabeb09433fcc09f28168163d2)
 

Author SHA1 Message Date
Behdad Esfahbod 89949ed28d Fix ubsan with passing nullptr to qsort() 6 years ago
Behdad Esfahbod 357a0a7ad3 Fix build on C++ < 11 6 years ago
Behdad Esfahbod 54c0a17310 [vector] Fix warning 6 years ago
Behdad Esfahbod 1043ddbee8 [aat] Minor 6 years ago
Behdad Esfahbod 71da9ca62f [vector] Remove use of arrayZ() by using casts 6 years ago
Behdad Esfahbod fa333e34d6 [vector] Remove static_array 6 years ago
Behdad Esfahbod ab2258a419 [vector] Use allocated = -1 to signify failure 6 years ago
Michiharu Ariza 09fa536d89 fix lealk with cff2::accelerator_templ_t::topDict (#1517) 6 years ago
Behdad Esfahbod 3b81442cd5 [vector] Change pre-alloced count from 8 to 2 6 years ago
Behdad Esfahbod d25a2f1496 Fix a few warnings 6 years ago
Behdad Esfahbod 85003b594b [iter] Fix warning 6 years ago
Behdad Esfahbod e4355b1ca1 [set] Add iter_t as alias to const_iter_t 6 years ago
Behdad Esfahbod 33f8de6186 [set] Change to const_iter 6 years ago
Behdad Esfahbod f88fed5cd8 [set] Cache length in iterator 6 years ago
Ebrahim Byagowi d0a706c7fd Minor, remove redundant inline 6 years ago
Ebrahim Byagowi ae6e348d64 Minor, tweak spaces 6 years ago
Michiharu Ariza 29f0b6bce7 CFF renaming (#1507) 6 years ago
Behdad Esfahbod 89d04129e2 [set] Actually derive iterator from hb_sorted_iter_t<> 6 years ago
Behdad Esfahbod fc35919d01 [set] Implement unified iterator 6 years ago
Behdad Esfahbod 4911e67d2d [set] Mark some internals protected 6 years ago
Behdad Esfahbod 954b985422 [iter] Add hb_sorted_iter_t<> 6 years ago
Behdad Esfahbod b205105c9e [iter] Change operator[] operand to be signed 6 years ago
Behdad Esfahbod 25786f49c1 [array] Port to hb_iter_t<> 6 years ago
Behdad Esfahbod 2a33ab0560 [iter] Change __more__ to fallback to __len__ 6 years ago
Behdad Esfahbod 474a12058d [array/vector] Rename len to length 6 years ago
Behdad Esfahbod 2fc1860a5b [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<> 6 years ago
Behdad Esfahbod 865deeb3be Adjust internal header dependencies 6 years ago
Behdad Esfahbod 8e5c2bc60b [Makefile.am] Minor 6 years ago
Behdad Esfahbod f419cef417 [iter] Include from hb.hh 6 years ago
Behdad Esfahbod 7557e34872 [iter] Move hb_fill() and hb_copy() to hb-iter.hh 6 years ago
Behdad Esfahbod 5e1840e031 [iter] Disallow copy-construction or assignment of hb_iter_t<> 6 years ago
Behdad Esfahbod 65e8bd56ad [iter] Fix hb_copy() return value 6 years ago
Behdad Esfahbod 40d71211a8 [iter] Add const_iter_t / const_iter() 6 years ago
Behdad Esfahbod aaddfaa57a [iter] Make hb_fill() take collection type, not iter 6 years ago
Behdad Esfahbod 7b4eea853c [array] Add more hb_array() / hb_sorted_array() variants 6 years ago
Behdad Esfahbod 09740148e3 [serialize] Use component_list by reference, as a supplier 6 years ago
Behdad Esfahbod 3dbe1e364c [iter] Add .random_access() 6 years ago
Behdad Esfahbod 20f14b4aa6 [iter] Fix __end__() 6 years ago
Behdad Esfahbod 95265aeab7 [array] Remove copy constructor 6 years ago
Behdad Esfahbod 69d232eaea Fix bot 6 years ago
Behdad Esfahbod b9a51f5310 Minor 6 years ago
Behdad Esfahbod bdb6da7226 [iter] Fix test again 6 years ago
Behdad Esfahbod e952075248 Minor 6 years ago
Behdad Esfahbod 35503d7d73 [iter] More prototyping 6 years ago
Behdad Esfahbod 73c7a896d1 [iter] Make hb_fill() and hb_copy() take iterators 6 years ago
Behdad Esfahbod 12e506fda4 [iter] Add hb_fill() 6 years ago
Behdad Esfahbod ad3ed58de5 [iter] Start prototyping hb_copy() 6 years ago
Behdad Esfahbod 44af738d19 [iter] Showcase implicit casts 6 years ago
Behdad Esfahbod 879faa2aee Rename 6 years ago
Behdad Esfahbod aeb696a91c [iter] Rename 6 years ago